@charset "UTF-8";
.has-child:focus-within,
.has-child:hover,
.wp-block-button__link,
.wp-block-navigation .wp-block-pages-list__item.has-child:focus-within,
.wp-block-navigation .wp-block-pages-list__item.has-child:hover {
    cursor: pointer
}

.wp-block-cover,
.wp-block-cover-image,
.wp-block-group,
.wp-block-rss.wp-block-rss {
    box-sizing: border-box
}

.wp-block-code code {
    white-space: pre-wrap
}

.wp-block-query-loop li,
.wp-block-spacer {
    clear: both
}

.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    display: inline-block;
    font-size: 1.125em;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word
}

.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.wp-block-button__link:visited {
    color: #fff
}

.wp-block-buttons>.wp-block-button.has-custom-width {
    max-width: none
}

.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link {
    width: 100%
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-25 {
    width: calc(25% - .5em)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-50 {
    width: calc(50% - .5em)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-75 {
    width: calc(75% - .5em)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-100 {
    margin-right: 0;
    width: 100%
}

.wp-block-button.no-border-radius,
.wp-block-button__link.no-border-radius {
    border-radius: 0 !important
}

.wp-block-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.wp-block-buttons>.wp-block-button {
    display: inline-block;
    margin-left: 0;
    margin-right: .5em;
    margin-bottom: .5em
}

.wp-block-buttons>.wp-block-button:last-child {
    margin-right: 0
}

.wp-block-code code {
    display: block;
    overflow-wrap: break-word
}

.wp-block-columns {
    display: flex;
    margin-bottom: 1.75em;
    flex-wrap: wrap
}

@media (min-width:782px) {
    .wp-block-columns {
        flex-wrap: nowrap
    }
}

.wp-block-columns.has-background {
    padding: 1.25em 2.375em
}

.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word
}

@media (max-width:599px) {
    .wp-block-column {
        flex-basis: 100% !important
    }
}

@media (min-width:600px) and (max-width:781px) {
    .wp-block-column:not(:only-child) {
        flex-basis: calc(50% - 1em) !important;
        flex-grow: 0
    }
    .wp-block-column:nth-child(2n) {
        margin-left: 2em
    }
}

@media (min-width:782px) {
    .wp-block-column {
        flex-basis: 0;
        flex-grow: 1
    }
    .wp-block-column[style*=flex-basis] {
        flex-grow: 0
    }
    .wp-block-column:not(:first-child) {
        margin-left: 2em
    }
}

.wp-block-cover,
.wp-block-cover-image {
    position: relative;
    background-size: cover;
    background-position: 50%;
    min-height: 430px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em
}

.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
    }
}

@media (prefers-reduced-motion:reduce) {
    .wp-block-cover-image.has-parallax,
    .wp-block-cover.has-parallax {
        background-attachment: scroll
    }
}

.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 .wp-block-cover__inner-container,
.wp-block-cover-image .wp-block-cover__inner-container {
    width: 100%;
    z-index: 1;
    color: #fff
}

.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color),
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color) {
    color: inherit
}

.wp-block-cover-image.is-position-top-left,
.wp-block-cover.is-position-top-left {
    align-items: flex-start;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-top-center,
.wp-block-cover.is-position-top-center {
    align-items: flex-start;
    justify-content: center
}

.wp-block-cover-image.is-position-top-right,
.wp-block-cover.is-position-top-right {
    align-items: flex-start;
    justify-content: flex-end
}

.wp-block-cover-image.is-position-center-left,
.wp-block-cover.is-position-center-left {
    align-items: center;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-center-center,
.wp-block-cover.is-position-center-center {
    align-items: center;
    justify-content: center
}

.wp-block-cover-image.is-position-center-right,
.wp-block-cover.is-position-center-right {
    align-items: center;
    justify-content: flex-end
}

.wp-block-cover-image.is-position-bottom-left,
.wp-block-cover.is-position-bottom-left {
    align-items: flex-end;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-bottom-center,
.wp-block-cover.is-position-bottom-center {
    align-items: flex-end;
    justify-content: center
}

.wp-block-cover-image.is-position-bottom-right,
.wp-block-cover.is-position-bottom-right {
    align-items: flex-end;
    justify-content: flex-end
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
    margin: 0;
    width: auto
}

.wp-block-cover img.wp-block-cover__image-background,
.wp-block-cover video.wp-block-cover__video-background,
.wp-block-cover-image img.wp-block-cover__image-background,
.wp-block-cover-image video.wp-block-cover__video-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    -o-object-fit: cover;
    object-fit: cover;
    outline: 0;
    border: none;
    box-shadow: none
}

.wp-block-cover__image-background,
.wp-block-cover__video-background {
    z-index: 0
}

.wp-block-cover-image-text,
.wp-block-cover-image-text a,
.wp-block-cover-image-text a:active,
.wp-block-cover-image-text a:focus,
.wp-block-cover-image-text a:hover,
.wp-block-cover-text,
.wp-block-cover-text a,
.wp-block-cover-text a:active,
.wp-block-cover-text a:focus,
.wp-block-cover-text a:hover,
section.wp-block-cover-image h2,
section.wp-block-cover-image h2 a,
section.wp-block-cover-image h2 a:active,
section.wp-block-cover-image h2 a:focus,
section.wp-block-cover-image h2 a:hover {
    color: #fff
}

.wp-block-cover-image .wp-block-cover.has-left-content {
    justify-content: flex-start
}

.wp-block-cover-image .wp-block-cover.has-right-content {
    justify-content: flex-end
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
section.wp-block-cover-image.has-left-content>h2 {
    margin-left: 0;
    text-align: left
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
section.wp-block-cover-image.has-right-content>h2 {
    margin-right: 0;
    text-align: right
}

.wp-block-cover .wp-block-cover-text,
.wp-block-cover-image .wp-block-cover-image-text,
section.wp-block-cover-image>h2 {
    font-size: 2em;
    line-height: 1.25;
    z-index: 1;
    margin-bottom: 0;
    max-width: 840px;
    padding: .44em;
    text-align: center
}

.wp-block[data-align=left]>[data-type="core/embed"],
.wp-block[data-align=right]>[data-type="core/embed"] {
    max-width: 360px;
    width: 100%
}

.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,
.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper {
    min-width: 280px
}

.wp-block-cover .wp-block-embed {
    min-width: 320px;
    min-height: 240px
}

.wp-block-embed {
    margin-bottom: 1em
}

.wp-block-embed figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-embed iframe {
    max-width: 100%
}

.wp-block-embed__wrapper {
    position: relative
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top: 50%
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    padding-top: 42.85%
}

.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
    padding-top: 50%
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 56.25%
}

.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
    padding-top: 75%
}

.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
    padding-top: 100%
}

.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
    padding-top: 177.77%
}

.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
    padding-top: 200%
}

.wp-block-file {
    margin-bottom: 1.5em
}

.wp-block-file .wp-block-file__button {
    background: #32373c;
    border-radius: 2em;
    color: #fff;
    font-size: .8em;
    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;
    margin: 0
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    margin: 0 1em 1em 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: calc(50% - 1em)
}

.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0
}

.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)) {
    .blocks-gallery-grid .blocks-gallery-image figure,
    .blocks-gallery-grid .blocks-gallery-item figure,
    .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;
    width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .blocks-gallery-grid .blocks-gallery-image img,
    .blocks-gallery-grid .blocks-gallery-item img,
    .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: 3em .77em .7em;
    color: #fff;
    text-align: center;
    font-size: .8em;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent);
    box-sizing: border-box;
    margin: 0
}

.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
    display: inline
}

.wp-block-gallery figcaption {
    flex-grow: 1
}

.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)) {
    .blocks-gallery-grid.is-cropped .blocks-gallery-image a,
    .blocks-gallery-grid.is-cropped .blocks-gallery-image img,
    .blocks-gallery-grid.is-cropped .blocks-gallery-item a,
    .blocks-gallery-grid.is-cropped .blocks-gallery-item img,
    .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-video [poster] {
        -o-object-fit: cover;
        object-fit: cover
    }
}

.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(33.33333% - .66667em);
        margin-right: 1em
    }
    .wp-block-gallery.columns-4 .blocks-gallery-image,
    .wp-block-gallery.columns-4 .blocks-gallery-item {
        width: calc(25% - .75em);
        margin-right: 1em
    }
    .wp-block-gallery.columns-5 .blocks-gallery-image,
    .wp-block-gallery.columns-5 .blocks-gallery-item {
        width: calc(20% - .8em);
        margin-right: 1em
    }
    .wp-block-gallery.columns-6 .blocks-gallery-image,
    .wp-block-gallery.columns-6 .blocks-gallery-item {
        width: calc(16.66667% - .83333em);
        margin-right: 1em
    }
    .wp-block-gallery.columns-7 .blocks-gallery-image,
    .wp-block-gallery.columns-7 .blocks-gallery-item {
        width: calc(14.28571% - .85714em);
        margin-right: 1em
    }
    .wp-block-gallery.columns-8 .blocks-gallery-image,
    .wp-block-gallery.columns-8 .blocks-gallery-item {
        width: calc(12.5% - .875em);
        margin-right: 1em
    }
    .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
    .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),
    .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
    .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
    .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
    .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
    .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
    .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
    .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
    .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
    .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
    .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
    .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
    .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
    .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
}

h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
    padding: 1.25em 2.375em
}

.wp-block-image {
    margin-bottom: 1em
}

.wp-block-image img {
    max-width: 100%
}

.wp-block-image:not(.is-style-rounded) img {
    border-radius: inherit
}

.wp-block-image figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
    .wp-block-image.is-style-circle-mask img {
        -webkit-mask-image: url(data:image/svg+xml;utf8,SVG_REPLACED);
        mask-image: url(data:image/svg+xml;utf8,SVG_REPLACED);
        mask-mode: alpha;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-position: center;
        mask-position: center;
        border-radius: 0
    }
}

ul.has-background {
    padding: 1.25em 2.375em
}

.wp-block-media-text {
    direction: ltr;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 1fr;
    grid-template-columns: 50% 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto
}

.wp-block-media-text.has-media-on-the-right {
    -ms-grid-columns: 1fr 50%;
    grid-template-columns: 1fr 50%
}

.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text .wp-block-media-text__media {
    -ms-grid-row-align: center;
    align-self: center
}

.wp-block-media-text .wp-block-media-text__media {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
    direction: ltr;
    padding: 0 8%;
    word-break: break-word
}

.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1
}

.wp-block-media-text__media img,
.wp-block-media-text__media video {
    max-width: unset;
    width: 100%;
    vertical-align: middle
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media {
    height: 100%;
    min-height: 250px;
    background-size: cover
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media>a {
    display: block;
    height: 100%
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media img {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.has-child>.wp-block-navigation-link__content {
    padding-right: .5em
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation__container {
    background-color: #fff;
    color: #1e1e1e
}

.wp-block-navigation .wp-block-navigation__container .wp-block-navigation__container {
    align-items: normal;
    min-width: 200px
}

.wp-block-navigation__container {
    align-items: center
}

.wp-block-navigation-link {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0
}

.wp-block-navigation-link .wp-block-navigation__container:empty {
    display: none
}

.wp-block-navigation__container {
    list-style: none;
    margin: 0;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap
}

.has-child .wp-block-navigation__container {
    border: 1px solid rgba(0, 0, 0, .15);
    background-color: inherit;
    color: inherit;
    position: absolute;
    left: 0;
    top: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 2;
    opacity: 0;
    transition: opacity .1s linear;
    visibility: hidden
}

.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__content {
    flex-grow: 1
}

@media (min-width:782px) {
    .has-child .wp-block-navigation__container {
        left: 1.5em
    }
    .has-child .wp-block-navigation__container .wp-block-navigation__container {
        left: 100%;
        top: -1px
    }
    .has-child .wp-block-navigation__container .wp-block-navigation__container:before {
        content: "";
        position: absolute;
        right: 100%;
        height: 100%;
        display: block;
        width: .5em;
        background: 0 0
    }
}

.has-child:hover>.wp-block-navigation__container {
    visibility: visible;
    opacity: 1;
    display: flex;
    flex-direction: column
}

.has-child:focus-within>.wp-block-navigation__container {
    visibility: visible;
    opacity: 1;
    display: flex;
    flex-direction: column
}

.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link,
.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content,
.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:active,
.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:focus,
.wp-block-navigation[style*=text-decoration] .wp-block-navigation__container {
    text-decoration: inherit
}

.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content,
.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content:active,
.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content:focus {
    text-decoration: none
}

.wp-block-navigation-link__content {
    color: inherit;
    padding: .5em 1em
}

.wp-block-navigation-link__content+.wp-block-navigation-link__content {
    padding-top: 0
}

.has-text-color .wp-block-navigation-link__content {
    color: inherit
}

.wp-block-navigation-link__label {
    word-break: normal;
    overflow-wrap: break-word
}

.wp-block-navigation .wp-block-page-list {
    display: flex;
    flex-wrap: wrap
}

.wp-block-navigation .wp-block-pages-list__item__link {
    display: block;
    color: inherit;
    padding: .5em 1em
}

.wp-block-navigation .wp-block-pages-list__item.has-child {
    display: flex;
    position: relative;
    background-color: inherit
}

.wp-block-navigation .wp-block-pages-list__item.has-child>a {
    padding-right: .5em
}

.wp-block-navigation .wp-block-pages-list__item.has-child:focus-within>.submenu-container,
.wp-block-navigation .wp-block-pages-list__item.has-child:hover>.submenu-container {
    visibility: visible;
    opacity: 1
}

.is-small-text {
    font-size: .875em
}

.is-large-text {
    font-size: 2.25em
}

p.has-background {
    padding: 1.25em 2.375em
}

p.has-text-color a {
    color: inherit
}

p:empty:before {
    content: "​"
}

.wp-block-post-author {
    display: flex;
    flex-wrap: wrap
}

.wp-block-post-author__bio {
    margin-bottom: .7em;
    font-size: .7em
}

.wp-block-post-author__content {
    flex-grow: 1;
    flex-basis: 0
}

.wp-block-post-author__name {
    font-weight: 700;
    margin: 0
}

.wp-block-post-comments-form input[type=submit] {
    color: #fff;
    background-color: #32373c;
    border: none;
    border-radius: 9999px;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1.125em;
    padding: .667em 1.333em;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word
}

.wp-block-post-comments-form input[type=submit]:active,
.wp-block-post-comments-form input[type=submit]:focus,
.wp-block-post-comments-form input[type=submit]:hover,
.wp-block-post-comments-form input[type=submit]:visited {
    color: #fff
}

.wp-block-query-loop {
    max-width: 100%;
    list-style: none;
    padding: 0
}

.wp-block-query-loop.is-flex-container {
    flex-direction: row;
    display: flex;
    flex-wrap: wrap
}

.wp-block-query-loop.is-flex-container li {
    margin: 0 0 1.25em;
    width: 100%
}

@media (min-width:600px) {
    .wp-block-query-loop.is-flex-container li {
        margin-right: 1.25em
    }
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-2>li:nth-child(2n),
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-3>li:nth-child(3n),
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-4>li:nth-child(4n),
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-5>li:nth-child(5n),
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-6>li:nth-child(6n) {
        margin-right: 0
    }
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-2>li {
        width: calc(50% - .625em)
    }
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-3>li {
        width: calc(33.33333% - .83333em)
    }
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-4>li {
        width: calc(25% - .9375em)
    }
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-5>li {
        width: calc(20% - 1em)
    }
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-6>li {
        width: calc(16.66667% - 1.04167em)
    }
}

.has-text-align-center {
    text-align: center
}

@media (min-width:600px) {
    .wp-block-rss.columns-2 li {
        width: calc(50% - 1em)
    }
    .wp-block-rss.columns-3 li {
        width: calc(33.33333% - 1em)
    }
    .wp-block-rss.columns-4 li {
        width: calc(25% - 1em)
    }
    .wp-block-rss.columns-5 li {
        width: calc(20% - 1em)
    }
    .wp-block-rss.columns-6 li {
        width: calc(16.66667% - 1em)
    }
}

.wp-block-rss__item-author {
    display: block;
    color: #555;
    font-size: .8125em
}

.wp-block-search .wp-block-search__button {
    background: #f7f7f7;
    border: 1px solid #ccc;
    padding: .375em .625em;
    color: #32373c;
    margin-left: .625em;
    word-break: normal
}

.wp-block-search .wp-block-search__button.has-icon {
    line-height: 0
}

.wp-block-search .wp-block-search__button svg {
    min-width: 1.5em;
    min-height: 1.5em
}

.wp-block-search .wp-block-search__label {
    width: 100%
}

.wp-block-search .wp-block-search__input {
    flex-grow: 1;
    min-width: 3em;
    border: 1px solid #949494
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
    margin-left: 0
}

.wp-social-link {
    border-radius: 9999px
}

.wp-block-site-logo {
    line-height: 0
}

.wp-social-link {
    display: block;
    transition: transform .1s ease;
    height: auto
}

@media (prefers-reduced-motion:reduce) {
    .wp-social-link {
        transition-duration: 0s
    }
}

.wp-social-link a {
    display: block;
    line-height: 0;
    transition: transform .1s ease
}

.wp-social-link a,
.wp-social-link a:active,
.wp-social-link a:hover,
.wp-social-link a:visited,
.wp-social-link svg {
    color: currentColor;
    fill: currentColor
}

.wp-social-link:hover {
    transform: scale(1.1)
}

.wp-block-text-columns {
    display: flex
}

.wp-block-text-columns .wp-block-column {
    margin: 0 1em;
    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: 50%
}

.wp-block-text-columns.columns-3 .wp-block-column {
    width: 33.33333%
}

.wp-block-text-columns.columns-4 .wp-block-column {
    width: 25%
}

.wp-block-video {
    margin-left: 0;
    margin-right: 0
}

.wp-block-video video {
    width: 100%
}

.wp-block-video figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-post-featured-image a {
    display: inline-block
}

.wp-block-post-featured-image img {
    max-width: 100%;
    height: auto
}

:root .has-white-background-color {
    background-color: #fff
}

:root .has-black-background-color {
    background-color: #000
}

:root .has-white-color {
    color: #fff
}

:root .has-black-color {
    color: #000
}

:root .has-link-color a {
    color: #00e;
    color: var(--wp--style--color--link, #00e)
}

.has-small-font-size {
    font-size: .8125em
}

.has-normal-font-size {
    font-size: 1em
}

.has-medium-font-size {
    font-size: 1.25em
}

.has-large-font-size {
    font-size: 2.25em
}

.has-text-align-left {
    text-align: left
}

.has-text-align-right {
    text-align: right
}

.wp-block-code {
    font-family: Menlo, Consolas, monaco, monospace;
    color: #1e1e1e;
    padding: .8em 1em;
    border: 1px solid #ddd;
    border-radius: 4px
}

.wp-block-embed figcaption {
    color: #555;
    font-size: 13px;
    text-align: center
}

.wp-block-image figcaption {
    color: #555;
    font-size: 13px;
    text-align: center
}

.wp-block-navigation ul,
.wp-block-navigation ul li {
    list-style: none
}

.wp-block-navigation-link.wp-block-navigation-link {
    margin: 0
}

.wp-block-search .wp-block-search__label {
    font-weight: 700
}

.wp-block-group.has-background {
    padding: 1.25em 2.375em;
    margin-top: 0;
    margin-bottom: 0
}

.wp-block-separator {
    border: none;
    border-bottom: 2px solid;
    margin-left: auto;
    margin-right: auto;
    opacity: .4
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    max-width: 100px
}

.wp-block-separator.has-background:not(.is-style-dots) {
    border-bottom: none;
    height: 1px
}

.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
    height: 2px
}

.wp-block-video figcaption {
    color: #555;
    font-size: 13px;
    text-align: center
}

.wp-block-template-part.has-background {
    padding: 1.25em 2.375em;
    margin-top: 0;
    margin-bottom: 0
}

.wp-block-wpzoom-blocks-social-icons {
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: var(--wpz-social-icons-alignment);
    justify-content: var(--wpz-social-icons-alignment)
}

.wp-block-wpzoom-blocks-social-icons a.social-icon-link {
    text-decoration: none !important;
    -webkit-box-shadow: none;
    box-shadow: none
}

.wp-block-wpzoom-blocks-social-icons .social-icon.academicons,
.wp-block-wpzoom-blocks-social-icons .social-icon.dashicons,
.wp-block-wpzoom-blocks-social-icons .social-icon.fas,
.wp-block-wpzoom-blocks-social-icons .social-icon.socicon {
    color: #fff;
    padding: 10px;
    margin: 5px;
    background: #5a5a59;
    font-size: 1.2em;
    width: 1.2em;
    height: 1.2em;
    vertical-align: middle;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    line-height: 1.2em;
    text-align: center
}

.wp-block-wpzoom-blocks-social-icons .social-icon.socicon:empty {
    width: 1.2em;
    height: 1.2em
}

.wp-block-wpzoom-blocks-social-icons .social-icon.socicon {
    top: 0
}

.wp-block-wpzoom-blocks-social-icons.is-style-with-canvas-round .social-icon {
    font-size: var(--wpz-social-icons-block-item-font-size);
    padding: var(--wpz-social-icons-block-item-padding-vertical) var(--wpz-social-icons-block-item-padding-horizontal);
    margin: var(--wpz-social-icons-block-item-margin-vertical) var(--wpz-social-icons-block-item-margin-horizontal);
    border-radius: var(--wpz-social-icons-block-item-border-radius);
    background-color: var(--wpz-social-icons-block-item-color)
}

.wp-block-wpzoom-blocks-social-icons.is-style-with-canvas-round .social-icon:hover {
    background-color: var(--wpz-social-icons-block-item-color-hover)
}

.wp-block-wpzoom-blocks-social-icons.is-style-with-canvas-round .icon-label {
    color: var(--wpz-social-icons-block-label-color);
    font-size: var(--wpz-social-icons-block-label-font-size)
}

.wp-block-wpzoom-blocks-social-icons.is-style-with-canvas-round .icon-label:hover {
    color: var(--wpz-social-icons-block-label-color-hover)
}

.wp-block-wpzoom-blocks-social-icons.is-style-without-canvas .social-icon {
    font-size: var(--wpz-social-icons-block-item-font-size);
    padding: var(--wpz-social-icons-block-item-padding-vertical) var(--wpz-social-icons-block-item-padding-horizontal);
    margin: var(--wpz-social-icons-block-item-margin-vertical) var(--wpz-social-icons-block-item-margin-horizontal);
    border-radius: var(--wpz-social-icons-block-item-border-radius);
    color: var(--wpz-social-icons-block-item-color);
    background-color: transparent
}

.wp-block-wpzoom-blocks-social-icons.is-style-without-canvas .social-icon:hover {
    color: var(--wpz-social-icons-block-item-color-hover)
}

.wp-block-wpzoom-blocks-social-icons.is-style-without-canvas .icon-label {
    color: var(--wpz-social-icons-block-label-color);
    font-size: var(--wpz-social-icons-block-label-font-size)
}

.wp-block-wpzoom-blocks-social-icons.is-style-without-canvas .icon-label:hover {
    color: var(--wpz-social-icons-block-label-color-hover)
}

.wp-block-wpzoom-blocks-social-icons.is-style-without-canvas-with-border .social-icon {
    font-size: var(--wpz-social-icons-block-item-font-size);
    padding: var(--wpz-social-icons-block-item-padding-vertical) var(--wpz-social-icons-block-item-padding-horizontal);
    margin: var(--wpz-social-icons-block-item-margin-vertical) var(--wpz-social-icons-block-item-margin-horizontal);
    border-radius: var(--wpz-social-icons-block-item-border-radius);
    color: var(--wpz-social-icons-block-item-color);
    background-color: transparent;
    border-width: 1px;
    border-style: solid
}

.wp-block-wpzoom-blocks-social-icons.is-style-without-canvas-with-border .social-icon:hover {
    color: var(--wpz-social-icons-block-item-color-hover)
}

.wp-block-wpzoom-blocks-social-icons.is-style-without-canvas-with-border .icon-label {
    color: var(--wpz-social-icons-block-label-color);
    font-size: var(--wpz-social-icons-block-label-font-size)
}

.wp-block-wpzoom-blocks-social-icons.is-style-without-canvas-with-border .icon-label:hover {
    color: var(--wpz-social-icons-block-label-color-hover)
}

.wp-block-wpzoom-blocks-social-icons.is-style-without-canvas-with-label .social-icon-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center
}

.wp-block-wpzoom-blocks-social-icons.is-style-without-canvas-with-label .social-icon-link .icon-label,
.wp-block-wpzoom-blocks-social-icons.is-style-without-canvas-with-label .social-icon-link .social-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.wp-block-wpzoom-blocks-social-icons.is-style-without-canvas-with-label .social-icon-link .social-icon {
    background-color: transparent;
    color: var(--wpz-social-icons-block-item-color);
    font-size: var(--wpz-social-icons-block-item-font-size);
    padding: var(--wpz-social-icons-block-item-padding-vertical) var(--wpz-social-icons-block-item-padding-horizontal);
    margin: var(--wpz-social-icons-block-item-margin-vertical) var(--wpz-social-icons-block-item-margin-horizontal);
    border-radius: var(--wpz-social-icons-block-item-border-radius)
}

.wp-block-wpzoom-blocks-social-icons.is-style-without-canvas-with-label .social-icon-link .social-icon:hover {
    color: var(--wpz-social-icons-block-item-color-hover)
}

.wp-block-wpzoom-blocks-social-icons.is-style-without-canvas-with-label .social-icon-link .icon-label {
    padding: 0 5px 5px 5px;
    color: var(--wpz-social-icons-block-label-color);
    font-size: var(--wpz-social-icons-block-label-font-size)
}

.wp-block-wpzoom-blocks-social-icons.is-style-without-canvas-with-label .social-icon-link .icon-label:hover {
    color: var(--wpz-social-icons-block-label-color-hover)
}

@font-face {
    font-family: foundation-icons;
    src: url(https://cdnjs.cloudflare.com/ajax/libs/foundicons/3.0.0/foundation-icons.eot);
    src: url(https://cdnjs.cloudflare.com/ajax/libs/foundicons/3.0.0/foundation-icons.eot?#iefix) format("embedded-opentype"), url(https://cdnjs.cloudflare.com/ajax/libs/foundicons/3.0.0/foundation-icons.woff) format("woff"), url(https://cdnjs.cloudflare.com/ajax/libs/foundicons/3.0.0/foundation-icons.ttf) format("truetype"), url(https://cdnjs.cloudflare.com/ajax/libs/foundicons/3.0.0/foundation-icons.svg#fontcustom) format("svg");
    font-weight: 400;
    font-style: normal
}

.fi-align-center:before,
.fi-align-justify:before,
.fi-align-left:before,
.fi-align-right:before,
.fi-archive:before,
.fi-at-sign:before,
.fi-background-color:before,
.fi-bold:before,
.fi-comment-video:before,
.fi-comment:before,
.fi-comments:before,
.fi-credit-card:before,
.fi-css3:before,
.fi-download:before,
.fi-foundation:before,
.fi-graph-bar:before,
.fi-home:before,
.fi-html5:before,
.fi-info:before,
.fi-layout:before,
.fi-link:before,
.fi-list-number:before,
.fi-list:before,
.fi-loop:before,
.fi-map:before,
.fi-marker:before,
.fi-mobile:before,
.fi-next:before,
.fi-page-doc:before,
.fi-page-pdf:before,
.fi-page-remove:before,
.fi-page-search:before,
.fi-page:before,
.fi-photo:before,
.fi-play-video:before,
.fi-play:before,
.fi-plus:before,
.fi-previous:before,
.fi-rss:before,
.fi-save:before,
.fi-social-500px:before,
.fi-social-apple:before,
.fi-social-facebook:before,
.fi-social-google-plus:before,
.fi-social-instagram:before,
.fi-social-medium:before,
.fi-social-path:before,
.fi-social-twitter:before,
.fi-target:before,
.fi-telephone:before,
.fi-text-color:before,
.fi-video:before,
.fi-web:before,
.fi-widget:before,
.fi-x:before,
.fi-zoom-in:before,
.fi-zoom-out:before {
    font-family: foundation-icons;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    text-decoration: inherit
}

.fi-align-center:before {
    content: "\f102"
}

.fi-align-justify:before {
    content: "\f103"
}

.fi-align-left:before {
    content: "\f104"
}

.fi-align-right:before {
    content: "\f105"
}

.fi-archive:before {
    content: "\f108"
}

.fi-at-sign:before {
    content: "\f113"
}

.fi-background-color:before {
    content: "\f114"
}

.fi-bold:before {
    content: "\f11c"
}

.fi-comment-video:before {
    content: "\f130"
}

.fi-comment:before {
    content: "\f131"
}

.fi-comments:before {
    content: "\f132"
}

.fi-credit-card:before {
    content: "\f135"
}

.fi-css3:before {
    content: "\f138"
}

.fi-download:before {
    content: "\f143"
}

.fi-foundation:before {
    content: "\f152"
}

.fi-graph-bar:before {
    content: "\f153"
}

.fi-home:before {
    content: "\f15a"
}

.fi-html5:before {
    content: "\f15b"
}

.fi-info:before {
    content: "\f15e"
}

.fi-layout:before {
    content: "\f162"
}

.fi-link:before {
    content: "\f165"
}

.fi-list-number:before {
    content: "\f167"
}

.fi-list:before {
    content: "\f169"
}

.fi-loop:before {
    content: "\f16b"
}

.fi-map:before {
    content: "\f171"
}

.fi-marker:before {
    content: "\f172"
}

.fi-mobile:before {
    content: "\f178"
}

.fi-next:before {
    content: "\f17c"
}

.fi-page-doc:before {
    content: "\f183"
}

.fi-page-pdf:before {
    content: "\f18b"
}

.fi-page-remove:before {
    content: "\f18c"
}

.fi-page-search:before {
    content: "\f18d"
}

.fi-page:before {
    content: "\f18e"
}

.fi-photo:before {
    content: "\f195"
}

.fi-play-video:before {
    content: "\f197"
}

.fi-play:before {
    content: "\f198"
}

.fi-plus:before {
    content: "\f199"
}

.fi-previous:before {
    content: "\f19c"
}

.fi-rss:before {
    content: "\f1aa"
}

.fi-save:before {
    content: "\f1ac"
}

.fi-social-500px:before {
    content: "\f1b4"
}

.fi-social-apple:before {
    content: "\f1b8"
}

.fi-social-facebook:before {
    content: "\f1c4"
}

.fi-social-google-plus:before {
    content: "\f1ca"
}

.fi-social-instagram:before {
    content: "\f1cd"
}

.fi-social-medium:before {
    content: "\f1d1"
}

.fi-social-path:before {
    content: "\f1d4"
}

.fi-social-twitter:before {
    content: "\f1e4"
}

.fi-target:before {
    content: "\f1f6"
}

.fi-telephone:before {
    content: "\f1f8"
}

.fi-text-color:before {
    content: "\f1f9"
}

.fi-video:before {
    content: "\f20e"
}

.fi-web:before {
    content: "\f212"
}

.fi-widget:before {
    content: "\f214"
}

.fi-x:before {
    content: "\f217"
}

.fi-zoom-in:before {
    content: "\f219"
}

.fi-zoom-out:before {
    content: "\f21a"
}


.fa,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-spin {
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.fa-500px:before {
    content: "\f26e"
}

.fa-ad:before {
    content: "\f641"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-allergies:before {
    content: "\f461"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-alt:before {
    content: "\f5d1"
}

.fa-archive:before {
    content: "\f187"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-blog:before {
    content: "\f781"
}

.fa-bold:before {
    content: "\f032"
}

.fa-border-all:before {
    content: "\f84c"
}

.fa-border-none:before {
    content: "\f850"
}

.fa-border-style:before {
    content: "\f853"
}

.fa-box:before {
    content: "\f466"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-cloudflare:before {
    content: "\e07d"
}

.fa-code:before {
    content: "\f121"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-comment:before {
    content: "\f075"
}

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-comments:before {
    content: "\f086"
}

.fa-cookie:before {
    content: "\f563"
}

.fa-cookie-bite:before {
    content: "\f564"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-dev:before {
    content: "\f6cc"
}

.fa-download:before {
    content: "\f019"
}

.fa-egg:before {
    content: "\f7fb"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-text:before {
    content: "\f658"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-alt:before {
    content: "\f15c"
}

.fa-file-archive:before {
    content: "\f1c6"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-file-download:before {
    content: "\f56d"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-fill:before {
    content: "\f575"
}

.fa-font:before {
    content: "\f031"
}

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6"
}

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

.fa-google-play:before {
    content: "\f3ab"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-hamburger:before {
    content: "\f805"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-home:before {
    content: "\f015"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-icons:before {
    content: "\f86d"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-alt:before {
    content: "\f47f"
}

.fa-image:before {
    content: "\f03e"
}

.fa-images:before {
    content: "\f302"
}

.fa-info:before {
    content: "\f129"
}

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

.fa-js:before {
    content: "\f3b8"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-list:before {
    content: "\f03a"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-map:before {
    content: "\f279"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-marker:before {
    content: "\f5a1"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-node:before {
    content: "\f419"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-alt:before {
    content: "\f879"
}

.fa-photo-video:before {
    content: "\f87c"
}

.fa-php:before {
    content: "\f457"
}

.fa-play:before {
    content: "\f04b"
}

.fa-plus:before {
    content: "\f067"
}

.fa-remove-format:before {
    content: "\f87d"
}

.fa-reply:before {
    content: "\f3e5"
}

.fa-reply-all:before {
    content: "\f122"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-save:before {
    content: "\f0c7"
}

.fa-scroll:before {
    content: "\f70e"
}

.fa-search:before {
    content: "\f002"
}

.fa-search-location:before {
    content: "\f689"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-sign:before {
    content: "\f4d9"
}

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-sign-language:before {
    content: "\f2a7"
}

.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-store:before {
    content: "\f54e"
}

.fa-store-alt:before {
    content: "\f54f"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-tablet-alt:before {
    content: "\f3fa"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-user:before {
    content: "\f007"
}

.fa-user-alt:before {
    content: "\f406"
}

.fa-user-friends:before {
    content: "\f500"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-tag:before {
    content: "\f507"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-video:before {
    content: "\f03d"
}

.fa-water:before {
    content: "\f773"
}

.fa-weight:before {
    content: "\f496"
}

.fa-window-close:before {
    content: "\f410"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-wpforms:before {
    content: "\f298"
}

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

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(wp-content/plugins/beaver-builder-lite-version/fonts/fontawesome/5.15.1/webfonts/fa-brands-400.eot);
    src: url(wp-content/plugins/beaver-builder-lite-version/fonts/fontawesome/5.15.1/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(wp-content/plugins/beaver-builder-lite-version/fonts/fontawesome/5.15.1/webfonts/fa-brands-400.woff2) format("woff2"), url(wp-content/plugins/beaver-builder-lite-version/fonts/fontawesome/5.15.1/webfonts/fa-brands-400.woff) format("woff"), url(wp-content/plugins/beaver-builder-lite-version/fonts/fontawesome/5.15.1/webfonts/fa-brands-400.ttf) format("truetype"), url(wp-content/plugins/beaver-builder-lite-version/fonts/fontawesome/5.15.1/webfonts/fa-brands-400.svg#fontawesome) format("svg")
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(wp-content/plugins/beaver-builder-lite-version/fonts/fontawesome/5.15.1/webfonts/fa-regular-400.eot);
    src: url(wp-content/plugins/beaver-builder-lite-version/fonts/fontawesome/5.15.1/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(wp-content/plugins/beaver-builder-lite-version/fonts/fontawesome/5.15.1/webfonts/fa-regular-400.woff2) format("woff2"), url(wp-content/plugins/beaver-builder-lite-version/fonts/fontawesome/5.15.1/webfonts/fa-regular-400.woff) format("woff"), url(wp-content/plugins/beaver-builder-lite-version/fonts/fontawesome/5.15.1/webfonts/fa-regular-400.ttf) format("truetype"), url(wp-content/plugins/beaver-builder-lite-version/fonts/fontawesome/5.15.1/webfonts/fa-regular-400.svg#fontawesome) format("svg")
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(wp-content/plugins/beaver-builder-lite-version/fonts/fontawesome/5.15.1/webfonts/fa-solid-900.eot);
    src: url(wp-content/plugins/beaver-builder-lite-version/fonts/fontawesome/5.15.1/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(wp-content/plugins/beaver-builder-lite-version/fonts/fontawesome/5.15.1/webfonts/fa-solid-900.woff2) format("woff2"), url(wp-content/plugins/beaver-builder-lite-version/fonts/fontawesome/5.15.1/webfonts/fa-solid-900.woff) format("woff"), url(wp-content/plugins/beaver-builder-lite-version/fonts/fontawesome/5.15.1/webfonts/fa-solid-900.ttf) format("truetype"), url(wp-content/plugins/beaver-builder-lite-version/fonts/fontawesome/5.15.1/webfonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa,
.fas {
    font-family: "Font Awesome 5 Free"
}

.fa,
.fas {
    font-weight: 900
}

.fa.fa-close:before,
.fa.fa-remove:before {
    content: "\f00d"
}

.fa.fa-file-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-o:before {
    content: "\f15b"
}

.fa.fa-list-alt {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-photo {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-photo:before {
    content: "\f03e"
}

.fa.fa-image {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-image:before {
    content: "\f03e"
}

.fa.fa-map-marker:before {
    content: "\f3c5"
}

.fa.fa-sign-out:before {
    content: "\f2f5"
}

.fa.fa-sign-in:before {
    content: "\f2f6"
}

.fa.fa-facebook,
.fa.fa-twitter {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-facebook:before {
    content: "\f39e"
}

.fa.fa-facebook-f {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-facebook-f:before {
    content: "\f39e"
}

.fa.fa-credit-card {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-feed:before {
    content: "\f09e"
}

.fa.fa-group:before {
    content: "\f0c0"
}

.fa.fa-files-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-files-o:before {
    content: "\f0c5"
}

.fa.fa-google-plus {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-google-plus:before {
    content: "\f0d5"
}

.fa.fa-comment-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-comment-o:before {
    content: "\f075"
}

.fa.fa-comments-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-comments-o:before {
    content: "\f086"
}

.fa.fa-file-text-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-text-o:before {
    content: "\f15c"
}

.fa.fa-tablet:before {
    content: "\f3fa"
}

.fa.fa-mobile-phone:before,
.fa.fa-mobile:before {
    content: "\f3cd"
}

.fa.fa-css3,
.fa.fa-html5 {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-toggle-up {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-toggle-up:before {
    content: "\f151"
}

.fa.fa-toggle-right {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-toggle-right:before {
    content: "\f152"
}

.fa.fa-file-text:before {
    content: "\f15c"
}

.fa.fa-instagram {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-apple {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-toggle-left {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-toggle-left:before {
    content: "\f191"
}

.fa.fa-try:before {
    content: "\f195"
}

.fa.fa-wordpress {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-google {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-envelope-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-envelope-o:before {
    content: "\f0e0"
}

.fa.fa-file-pdf-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa.fa-file-image-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-image-o:before {
    content: "\f1c5"
}

.fa.fa-file-photo-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-photo-o:before {
    content: "\f1c5"
}

.fa.fa-file-archive-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa.fa-file-zip-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-zip-o:before {
    content: "\f1c6"
}

.fa.fa-file-video-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-video-o:before {
    content: "\f1c8"
}

.fa.fa-file-code-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-code-o:before {
    content: "\f1c9"
}

.fa.fa-send:before {
    content: "\f1d8"
}

.fa.fa-send-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-send-o:before {
    content: "\f1d8"
}

.fa.fa-header:before {
    content: "\f1dc"
}

.fa.fa-newspaper-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa.fa-copyright {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-medium {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-object-group {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-500px {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-map-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-map-o:before {
    content: "\f279"
}

.fa.fa-credit-card-alt:before {
    content: "\f09d"
}

.fa.fa-wpforms {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-fa,
.fa.fa-font-awesome {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-fa:before {
    content: "\f2b4"
}

.fa.fa-envelope-open-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-envelope-open-o:before {
    content: "\f2b6"
}

.fa.fa-address-card-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-address-card-o:before {
    content: "\f2bb"
}

.fa.fa-user-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-user-o:before {
    content: "\f007"
}

.fa.fa-id-card-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-id-card-o:before {
    content: "\f2c2"
}

.fa.fa-s15:before {
    content: "\f2cd"
}

.fa.fa-window-close-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-window-close-o:before {
    content: "\f410"
}

.mfp-bg,
.mfp-wrap {
    position: fixed;
    left: 0;
    top: 0
}

.mfp-bg,
.mfp-container,
.mfp-wrap {
    height: 100%;
    width: 100%
}

.mfp-container:before,
.mfp-figure:after {
    content: ''
}

.mfp-bg {
    z-index: 1042;
    overflow: hidden;
    background: #0b0b0b;
    opacity: .8;
}

.mfp-wrap {
    z-index: 1043;
    outline: 0 !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-close {
    color: #fff;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.mfp-figure:after,
.mfp-iframe-scaler iframe {
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    position: absolute;
    left: 0;
}

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

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-figure,
img.mfp-img {
    line-height: 0;
}

img.mfp-img {
    max-width: 100%;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
}

.mfp-figure:after,
img.mfp-img {
    width: auto;
    height: auto;
    display: block;
}

img.mfp-img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto;
}

.mfp-figure:after {
    top: 40px;
    bottom: 40px;
    right: 0;
    z-index: -1;
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.fl-builder-content *,
.fl-builder-content :after,
.fl-builder-content :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.fl-col-group:after,
.fl-col-group:before,
.fl-col:after,
.fl-col:before,
.fl-module-content:after,
.fl-module-content:before,
.fl-module:after,
.fl-module:before,
.fl-row-content:after,
.fl-row-content:before,
.fl-row:after,
.fl-row:before {
    display: table;
    content: " "
}

.fl-col-group:after,
.fl-col:after,
.fl-module-content:after,
.fl-module:after,
.fl-row-content:after,
.fl-row:after {
    clear: both
}

.fl-col,
.fl-col-group,
.fl-module,
.fl-module-content,
.fl-row,
.fl-row-content {
    zoom: 1
}

.fl-clear {
    clear: both
}

.fl-clearfix:after,
.fl-clearfix:before {
    display: table;
    content: " "
}

.fl-clearfix:after {
    clear: both
}

.fl-clearfix {
    zoom: 1
}

.fl-row,
.fl-row-content {
    margin-left: auto;
    margin-right: auto
}

.fl-row-content-wrap {
    position: relative
}

.fl-builder-mobile .fl-row-bg-photo .fl-row-content-wrap {
    background-attachment: scroll
}

.fl-row-bg-embed,
.fl-row-bg-embed .fl-row-content,
.fl-row-bg-video,
.fl-row-bg-video .fl-row-content {
    position: relative
}

.fl-row-bg-embed .fl-bg-embed-code,
.fl-row-bg-video .fl-bg-video {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0
}

.fl-row-bg-embed .fl-bg-embed-code video,
.fl-row-bg-video .fl-bg-video video {
    bottom: 0;
    left: 0;
    max-width: none;
    position: absolute;
    right: 0;
    top: 0
}

.fl-row-bg-embed .fl-bg-embed-code iframe,
.fl-row-bg-video .fl-bg-video iframe {
    pointer-events: none;
    width: 100vw;
    height: 56.25vw;
    max-width: none;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%)
}

.fl-row-bg-overlay .fl-row-content-wrap:after {
    border-radius: inherit;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0
}

.fl-row-bg-overlay .fl-row-content {
    position: relative;
    z-index: 1
}

.fl-row-custom-height .fl-row-content-wrap,
.fl-row-full-height .fl-row-content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh
}

.fl-row-custom-height .fl-row-content-wrap {
    min-height: 0
}

.fl-row-custom-height .fl-row-content,
.fl-row-full-height .fl-row-content {
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.fl-row-custom-height .fl-row-full-width.fl-row-content,
.fl-row-full-height .fl-row-full-width.fl-row-content {
    max-width: 100%;
    width: 100%
}

.fl-row-custom-height.fl-row-align-center .fl-row-content-wrap,
.fl-row-full-height.fl-row-align-center .fl-row-content-wrap {
    align-items: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-align: center;
    -ms-flex-pack: center
}

.fl-row-custom-height.fl-row-align-bottom .fl-row-content-wrap,
.fl-row-full-height.fl-row-align-bottom .fl-row-content-wrap {
    align-items: flex-end;
    justify-content: flex-end;
    -webkit-align-items: flex-end;
    -webkit-justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-box-pack: end;
    -ms-flex-align: end;
    -ms-flex-pack: end
}

@media all and (device-width:768px) and (device-height:1024px) and (orientation:portrait) {
    .fl-row-full-height .fl-row-content-wrap {
        min-height: 1024px
    }
}

@media all and (device-width:1024px) and (device-height:768px) and (orientation:landscape) {
    .fl-row-full-height .fl-row-content-wrap {
        min-height: 768px
    }
}

@media screen and (device-aspect-ratio:40/71) {
    .fl-row-full-height .fl-row-content-wrap {
        min-height: 500px
    }
}

.fl-col {
    float: left;
    min-height: 1px
}

.fl-col-bg-overlay .fl-col-content {
    position: relative
}

.fl-col-bg-overlay .fl-col-content:after {
    border-radius: inherit;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0
}

.fl-col-bg-overlay .fl-module {
    position: relative;
    z-index: 2
}

.fl-module img {
    max-width: 100%
}

.fl-builder-module-template {
    margin: 0 auto;
    max-width: 1100px;
    padding: 20px
}

.fl-builder-content a.fl-button,
.fl-builder-content a.fl-button:visited {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    padding: 12px 24px;
    text-decoration: none;
    text-shadow: none
}

.fl-builder-content .fl-button:hover {
    text-decoration: none
}

.fl-builder-content .fl-button:active {
    position: relative;
    top: 1px
}

.fl-builder-content .fl-button-width-full .fl-button {
    display: block;
    text-align: center
}

.fl-builder-content .fl-button-width-custom .fl-button {
    display: inline-block;
    text-align: center;
    max-width: 100%
}

.fl-builder-content .fl-button-left {
    text-align: left
}

.fl-builder-content .fl-button-center {
    text-align: center
}

.fl-builder-content .fl-button-right {
    text-align: right
}

.fl-builder-content .fl-button i {
    font-size: 1.3em;
    height: auto;
    margin-right: 8px;
    vertical-align: middle;
    width: auto
}

.fl-builder-content .fl-button i.fl-button-icon-after {
    margin-left: 8px;
    margin-right: 0
}

.fl-builder-content .fl-button-has-icon .fl-button-text {
    vertical-align: middle
}

.fl-icon-wrap {
    display: inline-block
}

.fl-icon {
    display: table-cell;
    vertical-align: middle
}

.fl-icon a {
    text-decoration: none
}

.fl-icon i {
    float: left;
    height: auto;
    width: auto
}

.fl-icon i:before {
    border: none !important;
    height: auto;
    width: auto
}

.fl-icon-text {
    display: table-cell;
    text-align: left;
    padding-left: 15px;
    vertical-align: middle
}

.fl-icon-text-empty {
    display: none
}

.fl-icon-text :last-child {
    margin: 0 !important;
    padding: 0 !important
}

.fl-icon-text a {
    text-decoration: none
}

.fl-icon-text span {
    display: block
}

.fl-photo {
    line-height: 0;
    position: relative
}

.fl-photo-align-left {
    text-align: left
}

.fl-photo-align-center {
    text-align: center
}

.fl-photo-align-right {
    text-align: right
}

.fl-photo-content {
    display: inline-block;
    line-height: 0;
    position: relative;
    max-width: 100%
}

.fl-photo-img-svg {
    width: 100%
}

.fl-photo-content img {
    display: inline;
    height: auto;
    max-width: 100%
}

.mfp-wrap .mfp-close,
.mfp-wrap .mfp-close:active,
.mfp-wrap .mfp-close:focus,
.mfp-wrap .mfp-close:hover {
    background: 0 0 !important;
    border: none !important;
    outline: 0;
    position: absolute;
    top: 0;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important
}

.admin-bar .mfp-wrap .mfp-close,
.admin-bar .mfp-wrap .mfp-close:active,
.admin-bar .mfp-wrap .mfp-close:focus,
.admin-bar .mfp-wrap .mfp-close:hover {
    top: 32px !important
}

img.mfp-img {
    padding: 0
}

.fl-form-field {
    margin-bottom: 15px
}

.fl-form-field input.fl-form-error {
    border-color: #dd6420
}

.fl-form-error-message {
    clear: both;
    color: #dd6420;
    display: none;
    padding-top: 8px;
    font-size: 12px;
    font-weight: lighter
}

.fl-animation {
    opacity: 0
}

.fl-animated,
.fl-builder-preview .fl-animation {
    opacity: 1
}

.fl-animated {
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both
}

.fl-button.fl-button-icon-animation i {
    width: 0 !important;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out
}

.fl-button.fl-button-icon-animation:hover i {
    opacity: 1 !important;
    -ms-filter: "alpha(opacity=100)"
}

.fl-button.fl-button-icon-animation i.fl-button-icon-after {
    margin-left: 0 !important
}

.fl-button.fl-button-icon-animation:hover i.fl-button-icon-after {
    margin-left: 10px !important
}

.fl-button.fl-button-icon-animation i.fl-button-icon-before {
    margin-right: 0 !important
}

.fl-button.fl-button-icon-animation:hover i.fl-button-icon-before {
    margin-right: 20px !important;
    margin-left: -10px
}

.single:not(.woocommerce).single-fl-builder-template .fl-content {
    width: 100%
}

.fl-row-bg-overlay .fl-row-content {
    z-index: 2
}

@supports (-webkit-touch-callout:inherit) {
    .fl-row.fl-row-bg-fixed .fl-row-content-wrap,
    .fl-row.fl-row-bg-parallax .fl-row-content-wrap {
        background-position: center !important;
        background-attachment: scroll !important
    }
}

@supports (-webkit-touch-callout:none) {
    .fl-row.fl-row-bg-fixed .fl-row-content-wrap {
        background-position: center !important;
        background-attachment: scroll !important
    }
}

.fl-builder-content a.fl-button,
.fl-builder-content a.fl-button:visited {
    background: #fafafa;
    border: 1px solid #ccc;
    color: #333
}

.fl-builder-content a.fl-button *,
.fl-builder-content a.fl-button:visited * {
    color: #333
}

.fl-row-content-wrap {
    margin: 0
}

.fl-row-content-wrap {
    padding: 20px
}

.fl-row-fixed-width {
    max-width: 1100px
}

.fl-col-content {
    margin: 0
}

.fl-col-content {
    padding: 0
}

.fl-module-content {
    margin: 20px
}

@media (max-width:768px) {
    .fl-row-content-wrap {
        background-attachment: scroll !important
    }
    .fl-row-bg-parallax .fl-row-content-wrap {
        background-attachment: scroll !important;
        background-position: center center !important
    }
    .fl-col {
        clear: both;
        float: none;
        margin-left: auto;
        margin-right: auto;
        width: auto !important
    }
    .fl-col-small:not(.fl-col-small-full-width) {
        max-width: 400px
    }
    .fl-block-col-resize {
        display: none
    }
    .fl-row[data-node] .fl-row-content-wrap {
        margin: 0;
        padding-left: 0;
        padding-right: 0
    }
    .fl-row[data-node] .fl-bg-video {
        left: 0;
        right: 0
    }
    .fl-col[data-node] .fl-col-content {
        margin: 0;
        padding-left: 0;
        padding-right: 0
    }
}

.page .fl-post-header,
.single-fl-builder-template .fl-post-header {
    display: none
}

.fl-node-5ead49243cdbc .fl-row-content {
    max-width: 1140px
}

@media (max-width:768px) {
    .fl-node-5ead49243cdbc.fl-row>.fl-row-content-wrap {
        padding-top: 0
    }
}

.fl-node-5ead5d75626f1 .fl-row-content {
    max-width: 1018px
}

.fl-node-5ead5d75626f1>.fl-row-content-wrap {
    padding-top: 100px;
    padding-bottom: 80px
}

.fl-node-5ead6ca389635 {
    color: #888
}

.fl-builder-content .fl-node-5ead6ca389635 :not(input):not(textarea):not(select):not(a):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(.fl-menu-mobile-toggle) {
    color: inherit
}

.fl-builder-content .fl-node-5ead6ca389635 a {
    color: #888
}

.fl-builder-content .fl-node-5ead6ca389635 a:hover {
    color: #888
}

.fl-builder-content .fl-node-5ead6ca389635 h1,
.fl-builder-content .fl-node-5ead6ca389635 h1 a,
.fl-builder-content .fl-node-5ead6ca389635 h2,
.fl-builder-content .fl-node-5ead6ca389635 h2 a,
.fl-builder-content .fl-node-5ead6ca389635 h3,
.fl-builder-content .fl-node-5ead6ca389635 h3 a,
.fl-builder-content .fl-node-5ead6ca389635 h4,
.fl-builder-content .fl-node-5ead6ca389635 h4 a,
.fl-builder-content .fl-node-5ead6ca389635 h5,
.fl-builder-content .fl-node-5ead6ca389635 h5 a,
.fl-builder-content .fl-node-5ead6ca389635 h6,
.fl-builder-content .fl-node-5ead6ca389635 h6 a {
    color: #888
}

.fl-node-5ead6ca389635 .fl-row-content {
    max-width: 1140px
}

.fl-node-5ead6ca389635>.fl-row-content-wrap {
    padding-bottom: 40px
}

.fl-node-5ead7829a1f27>.fl-row-content-wrap {
    background-image: url(wp-content/uploads/2020/05/background-waves-1.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: scroll;
    background-size: cover
}

.fl-node-5ead7829a1f27 .fl-row-content {
    max-width: 1140px
}

@media (max-width:768px) {
    .fl-node-5ead7829a1f27>.fl-row-content-wrap {
        background-position: right top;
        background-size: cover
    }
}

.fl-node-5ead7829a1f27>.fl-row-content-wrap {
    padding-top: 200px;
    padding-bottom: 200px
}

@media (max-width:768px) {
    .fl-node-5ead7829a1f27.fl-row>.fl-row-content-wrap {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

.fl-node-5ead873b5952b .fl-row-content {
    max-width: 1140px
}

@media (max-width:768px) {
    .fl-node-5ead873b5952b.fl-row>.fl-row-content-wrap {
        margin-top: 0
    }
}

.fl-node-5ead873b5952b>.fl-row-content-wrap {
    padding-top: 50px;
    padding-bottom: 80px
}

@media (max-width:992px) {
    .fl-node-5ead873b5952b.fl-row>.fl-row-content-wrap {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media (max-width:768px) {
    .fl-node-5ead873b5952b.fl-row>.fl-row-content-wrap {
        padding-top: 0
    }
}

.fl-node-5eafff2f852d7>.fl-row-content-wrap {
    background-image: url(wp-content/uploads/2020/05/background-waves-1.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-attachment: scroll;
    background-size: cover
}

.fl-node-5eafff2f852d7 .fl-row-content {
    max-width: 1140px
}

@media (max-width:768px) {
    .fl-node-5eafff2f852d7>.fl-row-content-wrap {
        background-position: left top;
        background-size: cover
    }
}

.fl-node-5eafff2f852d7>.fl-row-content-wrap {
    padding-top: 250px;
    padding-bottom: 200px
}

@media (max-width:768px) {
    .fl-node-5eafff2f852d7.fl-row>.fl-row-content-wrap {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.fl-node-5ead8c544627d .fl-row-content {
    max-width: 1140px
}

.fl-node-5ead8c544627d>.fl-row-content-wrap {
    padding-top: 0;
    padding-bottom: 70px
}

.fl-node-5ead9ce3b936d .fl-row-content {
    max-width: 920px
}

@media (max-width:768px) {
    .fl-node-5ead9ce3b936d.fl-row>.fl-row-content-wrap {
        margin-bottom: 0
    }
}

.fl-node-5ead9ce3b936d>.fl-row-content-wrap {
    padding-bottom: 100px
}

@media (max-width:768px) {
    .fl-node-5ead9ce3b936d.fl-row>.fl-row-content-wrap {
        padding-top: 0;
        padding-bottom: 0
    }
}

.fl-node-5ead49243d925 {
    width: 50%
}

@media (max-width:992px) {
    .fl-builder-content .fl-node-5ead49243d925 {
        width: 75% !important;
        max-width: none;
        -webkit-box-flex: 0 1 auto;
        -moz-box-flex: 0 1 auto;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }
}

.fl-node-5ead4c4e0d9a5 {
    width: 40%
}

.fl-node-5ead4c4e0d9e1 {
    width: 60%
}

.fl-node-5ead49243d967 {
    width: 50%
}

@media (max-width:992px) {
    .fl-builder-content .fl-node-5ead49243d967 {
        width: 25% !important;
        max-width: none;
        -webkit-box-flex: 0 1 auto;
        -moz-box-flex: 0 1 auto;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }
}

.fl-node-5ead64e007eee {
    width: 33.33%
}

@media (max-width:768px) {
    .fl-builder-content .fl-node-5ead64e007eee>.fl-col-content {
        min-height: 0
    }
}

.fl-node-5ead64e007f2b {
    width: 33.34%
}

.fl-node-5ead64e007f66 {
    width: 33.33%
}

@media (max-width:768px) {
    .fl-builder-content .fl-node-5ead64e007f66>.fl-col-content {
        min-height: 20px
    }
}

.fl-node-5ead5d7564509 {
    width: 100%
}

.fl-node-5ead681c6d923 {
    width: 15%
}

@media (max-width:768px) {
    .fl-builder-content .fl-node-5ead681c6d923>.fl-col-content {
        min-height: 0
    }
}

.fl-node-5ead681c6d960 {
    width: 70%
}

.fl-node-5ead681c6d99a {
    width: 15%
}

@media (max-width:768px) {
    .fl-builder-content .fl-node-5ead681c6d99a>.fl-col-content {
        min-height: 0
    }
}

.fl-node-5ead6ca38d7f0 {
    width: 33.33%
}

.fl-node-5ead6ca38d82d {
    width: 33.33%
}

.fl-node-5ead6ca38d866 {
    width: 33.33%
}

.fl-node-5ead853e33507 {
    width: 100%
}

.fl-node-5ead7829a7393 {
    width: 33.33%
}

@media (max-width:768px) {
    .fl-node-5ead7829a7393.fl-col>.fl-col-content {
        margin-top: 0;
        margin-bottom: 0
    }
}

.fl-animated.fl-fade-in {
    animation: fl-fade-in 1s ease;
    -webkit-animation: fl-fade-in 1s ease
}

@-webkit-keyframes fl-fade-in {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fl-fade-in {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fl-node-5ead7829a73d9 {
    width: 33.34%
}

.fl-node-5ead7829a7413 {
    width: 33.33%
}

@media (max-width:768px) {
    .fl-node-5ead7829a7413.fl-col>.fl-col-content {
        margin-top: 0;
        margin-bottom: 0
    }
}

.fl-node-5ead873b5efa4 {
    width: 100%
}

.fl-node-5eaff66ceb290 {
    width: 100%
}

.fl-node-5eafea341d2e9 {
    width: 33.33%
}

@media (max-width:992px) {
    .fl-builder-content .fl-node-5eafea341d2e9 {
        width: 50% !important;
        max-width: none;
        -webkit-box-flex: 0 1 auto;
        -moz-box-flex: 0 1 auto;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }
}

@media (max-width:768px) {
    .fl-builder-content .fl-node-5eafea341d2e9 {
        width: 100% !important;
        max-width: none;
        clear: none;
        float: left
    }
}

.fl-node-5eafea341d325 {
    width: 33.25%
}

.fl-node-5eafea341d35f {
    width: 33.42%
}

@media (max-width:992px) {
    .fl-builder-content .fl-node-5eafea341d35f {
        width: 50% !important;
        max-width: none;
        -webkit-box-flex: 0 1 auto;
        -moz-box-flex: 0 1 auto;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }
}

@media (max-width:768px) {
    .fl-builder-content .fl-node-5eafea341d35f {
        width: 100% !important;
        max-width: none;
        clear: none;
        float: left
    }
}

.fl-node-5eb00292dd4cf {
    width: 100%
}

.fl-node-5eafff2f917f4 {
    width: 100%
}

.fl-node-5ead8c54463c2 {
    width: 100%
}

.fl-node-5ead9d11149fb {
    width: 100%
}

.fl-node-5ead9ce3c1995 {
    width: 50%
}

@media (max-width:768px) {
    .fl-node-5ead9ce3c1995.fl-col>.fl-col-content {
        margin-right: 0;
        margin-left: 0
    }
}

@media (max-width:768px) {
    .fl-node-5ead9ce3c1995.fl-col>.fl-col-content {
        padding-right: 0;
        padding-left: 0
    }
}

.fl-node-5ead9ce3c19d2 {
    width: 50%
}

.fl-node-5eafe63080b12 {
    width: 100%
}

.fl-node-5eafe63080b12 .wpzabb-spacer-gap-preview.wpzabb-spacer-gap {
    height: 50px;
    clear: both;
    width: 100%
}

@media (max-width:992px) {
    .fl-node-5eafe63080b12 .wpzabb-spacer-gap-preview.wpzabb-spacer-gap {
        height: 20px;
        clear: both;
        width: 100%
    }
}

@media (max-width:768px) {
    .fl-node-5eafe63080b12 .wpzabb-spacer-gap-preview.wpzabb-spacer-gap {
        height: 20px;
        clear: both;
        width: 100%
    }
}

.fl-builder-content .fl-rich-text strong {
    font-weight: 700
}

.fl-builder-content .fl-node-5ead9a74c134f .fl-rich-text,
.fl-builder-content .fl-node-5ead9a74c134f .fl-rich-text * {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px
}

.fl-node-5ead9a74c134f>.fl-module-content {
    margin-top: 0;
    margin-bottom: 0
}

.fl-animated.fl-fade-up {
    animation: fl-fade-up 1s ease;
    -webkit-animation: fl-fade-up 1s ease
}

@-webkit-keyframes fl-fade-up {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fl-fade-up {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.wpzabb-heading-wrap .wpzabb-heading {
    padding: 0;
    margin: 0
}

.wpzabb-heading-wrap .wpzabb-heading a {
    text-decoration: none
}

.wpzabb-heading-wrap .wpzabb-subheading * {
    margin: 0
}

.wpzabb-heading-align-left .wpzabb-heading,
.wpzabb-heading-align-left .wpzabb-subheading,
.wpzabb-heading-align-left .wpzabb-subheading * {
    text-align: left
}

.wpzabb-heading-align-center .wpzabb-heading,
.wpzabb-heading-align-center .wpzabb-subheading,
.wpzabb-heading-align-center .wpzabb-subheading * {
    text-align: center
}

.wpzabb-heading-align-right .wpzabb-heading,
.wpzabb-heading-align-right .wpzabb-subheading,
.wpzabb-heading-align-right .wpzabb-subheading * {
    text-align: right
}

.wpzabb-module-content .wpzabb-text-editor :not(a) {
    color: inherit
}

.wpzabb-module-content .wpzabb-text-editor :not(i) {
    font-family: inherit
}

.wpzabb-module-content .wpzabb-text-editor :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
    font-size: inherit;
    line-height: inherit
}

.wpzabb-module-content .wpzabb-text-editor :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(strong):not(b) {
    font-weight: inherit
}

.wpzabb-heading a,
.wpzabb-heading a:active,
.wpzabb-heading a:focus,
.wpzabb-heading a:hover {
    text-decoration: none
}

.fl-node-5ead49a7ea6ac .wpzabb-heading {
    margin-top: 0;
    margin-bottom: 0
}

.fl-node-5ead49a7ea6ac .wpzabb-subheading {
    margin-top: 15px;
    margin-bottom: 0
}

.fl-node-5ead49a7ea6ac .fl-module-content.fl-node-content .wpzabb-heading,
.fl-node-5ead49a7ea6ac .fl-module-content.fl-node-content .wpzabb-heading *,
.fl-node-5ead49a7ea6ac .fl-module-content.fl-node-content .wpzabb-heading .wpzabb-heading-text {
    color: #231f20
}

.fl-node-5ead49a7ea6ac .wpzabb-heading,
.fl-node-5ead49a7ea6ac .wpzabb-heading * {
    font-family: Rufina;
    font-weight: 700;
    font-size: 60px;
    line-height: 1.2em;
    text-transform: none
}

.fl-node-5ead49a7ea6ac .fl-module-content.fl-node-content .wpzabb-module-content .wpzabb-text-editor {
    color: #888
}

.fl-node-5ead49a7ea6ac .wpzabb-text-editor {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    text-transform: none
}

@media (max-width:992px) {
    .fl-node-5ead49a7ea6ac .wpzabb-heading,
    .fl-node-5ead49a7ea6ac .wpzabb-heading * {
        font-size: 42px;
        line-height: 1.4em
    }
}

@media (max-width:768px) {
    .fl-node-5ead49a7ea6ac .wpzabb-responsive-mobile .wpzabb-side-left,
    .fl-node-5ead49a7ea6ac .wpzabb-responsive-mobile .wpzabb-side-right {
        width: 10%
    }
    .fl-node-5ead49a7ea6ac .wpzabb-heading,
    .fl-node-5ead49a7ea6ac .wpzabb-heading * {
        font-size: 38px;
        line-height: 1.4em
    }
    .fl-node-5ead49a7ea6ac .wpzabb-text-editor {
        font-size: 18px
    }
    .fl-node-5ead49a7ea6ac .wpzabb-heading,
    .fl-node-5ead49a7ea6ac .wpzabb-subheading,
    .fl-node-5ead49a7ea6ac .wpzabb-subheading * {
        text-align: center
    }
}

.fl-node-5ead49a7ea6ac .wpzabb-separator-parent {
    line-height: 0;
    text-align: left
}

.fl-node-5ead49a7ea6ac>.fl-module-content {
    margin-top: 0;
    margin-bottom: 0
}

.fl-builder-content .fl-node-5eb063f25f0af .fl-module-content .fl-rich-text,
.fl-builder-content .fl-node-5eb063f25f0af .fl-module-content .fl-rich-text * {
    color: #888
}

.fl-builder-content .fl-node-5eb063f25f0af .fl-rich-text,
.fl-builder-content .fl-node-5eb063f25f0af .fl-rich-text * {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 18px
}

@media (max-width:768px) {
    .fl-builder-content .fl-node-5eb063f25f0af .fl-rich-text,
    .fl-builder-content .fl-node-5eb063f25f0af .fl-rich-text * {
        text-align: center
    }
}

.fl-node-5eb063f25f0af>.fl-module-content {
    margin-top: 10px;
    margin-bottom: 30px
}

@media (max-width:768px) {
    .fl-node-5eb063f25f0af>.fl-module-content {
        margin-bottom: 20px
    }
}

.wpzabb-button-wrap a,
.wpzabb-button-wrap a:visited {
    color: #333;
    background: #fafafa;
    border: 1px solid #ccc;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    overflow: hidden;
    text-decoration: none;
    text-shadow: none;
    box-shadow: none;
    position: relative;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.wpzabb-button-wrap a:hover {
    text-decoration: none
}

.wpzabb-button-wrap a:focus {
    text-decoration: none;
    text-shadow: none;
    box-shadow: none
}

.wpzabb-button-wrap a .wpzabb-button-icon,
.wpzabb-button-wrap a .wpzabb-button-text,
.wpzabb-button-wrap a:visited .wpzabb-button-icon,
.wpzabb-button-wrap a:visited .wpzabb-button-text {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.wpzabb-button-wrap.wpzabb-button-width-full .wpzabb-button {
    display: block;
    text-align: center
}

.wpzabb-button-wrap.wpzabb-button-width-custom .wpzabb-button {
    display: inline-block;
    text-align: center;
    max-width: 100%
}

.wpzabb-button-wrap.wpzabb-button-left {
    text-align: left
}

.wpzabb-button-wrap.wpzabb-button-center {
    text-align: center
}

.wpzabb-button-wrap.wpzabb-button-right {
    text-align: right
}

.wpzabb-button-wrap .wpzabb-button i {
    font-size: 1.3em;
    height: auto;
    line-height: 1em;
    vertical-align: middle;
    width: auto
}

.wpzabb-button-wrap .wpzabb-button .wpzabb-button-icon-after {
    margin-left: 8px;
    margin-right: 0
}

.wpzabb-button-wrap .wpzabb-button .wpzabb-button-icon-before {
    margin-right: 8px;
    margin-left: 0
}

.wpzabb-button-wrap.wpzabb-button-icon-no-text .wpzabb-button i {
    margin: 0
}

.wpzabb-button-wrap.wpzabb-button-has-icon .wpzabb-button-text {
    vertical-align: middle
}

.wpzabb-button.wpzabb-creative-transparent-btn:after {
    content: '';
    position: absolute;
    z-index: 1;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.wpzabb-transparent-fill-bottom-btn:after,
.wpzabb-transparent-fill-top-btn:after {
    width: 100%;
    height: 0;
    left: 0
}

.wpzabb-transparent-fill-top-btn:after {
    top: 0
}

.wpzabb-transparent-fill-bottom-btn:after {
    bottom: 0
}

.wpzabb-transparent-fill-left-btn:after,
.wpzabb-transparent-fill-right-btn:after {
    width: 0;
    height: 100%;
    top: 0
}

.wpzabb-transparent-fill-left-btn:after {
    left: 0
}

.wpzabb-transparent-fill-right-btn:after {
    right: 0
}

.wpzabb-transparent-fill-center-btn:after {
    width: 0;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.fl-node-5ead4aca3d7a1 .wpzabb-button-wrap a,
.fl-node-5ead4aca3d7a1 .wpzabb-button-wrap a:visited {
    color: #333
}

.fl-node-5ead4aca3d7a1 .wpzabb-button-wrap a,
.fl-node-5ead4aca3d7a1 .wpzabb-button-wrap a:visited {
    font-family: Roboto;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: .4px;
    text-transform: uppercase;
    line-height: 1.4em;
    padding: 12px 24px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    background: #88b39e;
    border: 1px solid #88b39e
}

.fl-node-5ead4aca3d7a1 .wpzabb-button-wrap a,
.fl-node-5ead4aca3d7a1 .wpzabb-button-wrap a *,
.fl-node-5ead4aca3d7a1 .wpzabb-button-wrap a:visited,
.fl-node-5ead4aca3d7a1 .wpzabb-button-wrap a:visited * {
    color: #fff
}

.fl-node-5ead4aca3d7a1 .wpzabb-button-wrap a:hover {
    background: #658474;
    border: 1px solid #658474
}

.fl-node-5ead4aca3d7a1 .wpzabb-button-wrap a:hover,
.fl-node-5ead4aca3d7a1 .wpzabb-button-wrap a:hover * {
    color: #fff
}

@media (max-width:768px) {
    .fl-node-5ead4aca3d7a1 .wpzabb-button-wrap.wpzabb-button-reponsive-center {
        text-align: center
    }
}

.fl-node-5ead4c469be43 .wpzabb-button-wrap a,
.fl-node-5ead4c469be43 .wpzabb-button-wrap a:visited {
    color: #333
}

.fl-node-5ead4c469be43 .wpzabb-button-wrap a,
.fl-node-5ead4c469be43 .wpzabb-button-wrap a:visited {
    font-family: Roboto;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: .4px;
    text-transform: none;
    line-height: 1.4em;
    padding: 12px 24px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px
}

.fl-node-5ead4c469be43 .wpzabb-button-has-icon .wpzabb-button-icon {
    font-size: 20px
}

.fl-node-5ead4c469be43 .wpzabb-button-wrap a,
.fl-node-5ead4c469be43 .wpzabb-button-wrap a *,
.fl-node-5ead4c469be43 .wpzabb-button-wrap a:visited,
.fl-node-5ead4c469be43 .wpzabb-button-wrap a:visited * {
    color: #555
}

.fl-node-5ead4c469be43 .wpzabb-button-wrap a:hover,
.fl-node-5ead4c469be43 .wpzabb-button-wrap a:hover * {
    color: #88b39e
}

@media (max-width:768px) {
    .fl-node-5ead4c469be43 .wpzabb-button-wrap.wpzabb-button-reponsive-center {
        text-align: center
    }
}

.fl-node-5ead4c469be43>.fl-module-content {
    margin-top: 8px
}

img.mfp-img {
    padding-bottom: 40px !important
}

@media (max-width:768px) {
    .fl-photo-content {
        width: 100%
    }
}

.fl-node-5ead5ea9b4283 .fl-photo {
    text-align: center
}

.fl-node-5ead5ea9b4283 .fl-photo-content,
.fl-node-5ead5ea9b4283 .fl-photo-img {
    width: 200px
}

.fl-builder-content .fl-node-5eb065a122101 .fl-module-content .fl-rich-text,
.fl-builder-content .fl-node-5eb065a122101 .fl-module-content .fl-rich-text * {
    color: #888
}

.fl-builder-content .fl-node-5eb065a122101 .fl-rich-text,
.fl-builder-content .fl-node-5eb065a122101 .fl-rich-text * {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase
}

.fl-node-5eb065a122101>.fl-module-content {
    margin-bottom: 0
}

.fl-node-5ead5dc8d311d .wpzabb-heading {
    margin-top: 0;
    margin-bottom: 0
}

.fl-node-5ead5dc8d311d .wpzabb-subheading {
    margin-top: 0;
    margin-bottom: 0
}

.fl-node-5ead5dc8d311d .fl-module-content.fl-node-content .wpzabb-heading,
.fl-node-5ead5dc8d311d .fl-module-content.fl-node-content .wpzabb-heading *,
.fl-node-5ead5dc8d311d .fl-module-content.fl-node-content .wpzabb-heading .wpzabb-heading-text {
    color: #231f20
}

.fl-node-5ead5dc8d311d .wpzabb-heading,
.fl-node-5ead5dc8d311d .wpzabb-heading * {
    font-family: Rufina;
    font-weight: 700;
    font-size: 42px;
    line-height: 1.4em;
    text-transform: none
}

.fl-node-5ead5dc8d311d .fl-module-content.fl-node-content .wpzabb-module-content .wpzabb-text-editor {
    color: #231f20
}

.fl-node-5ead5dc8d311d .wpzabb-text-editor {
    font-family: Rufina;
    font-weight: 700;
    font-size: 42px;
    line-height: 1.4em;
    text-transform: none
}

@media (max-width:768px) {
    .fl-node-5ead5dc8d311d .wpzabb-responsive-mobile .wpzabb-side-left,
    .fl-node-5ead5dc8d311d .wpzabb-responsive-mobile .wpzabb-side-right {
        width: 10%
    }
    .fl-node-5ead5dc8d311d .wpzabb-heading,
    .fl-node-5ead5dc8d311d .wpzabb-heading * {
        font-size: 32px;
        line-height: 1.2em
    }
    .fl-node-5ead5dc8d311d .wpzabb-heading,
    .fl-node-5ead5dc8d311d .wpzabb-subheading,
    .fl-node-5ead5dc8d311d .wpzabb-subheading * {
        text-align: center
    }
}

.fl-node-5ead5dc8d311d .wpzabb-separator-parent {
    line-height: 0;
    text-align: center
}

.fl-node-5ead5dc8d311d>.fl-module-content {
    margin-top: 0
}

.fl-builder-content .fl-node-5ead68349a2d0 .fl-module-content .fl-rich-text,
.fl-builder-content .fl-node-5ead68349a2d0 .fl-module-content .fl-rich-text * {
    color: #555
}

.fl-builder-content .fl-node-5ead68349a2d0 .fl-rich-text,
.fl-builder-content .fl-node-5ead68349a2d0 .fl-rich-text * {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.8;
    text-align: center
}

.fl-node-5ead6ad3398cf .wpzabb-button-wrap a,
.fl-node-5ead6ad3398cf .wpzabb-button-wrap a:visited {
    color: #333
}

.fl-node-5ead6ad3398cf .wpzabb-button-wrap a,
.fl-node-5ead6ad3398cf .wpzabb-button-wrap a:visited {
    font-family: Roboto;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: .4px;
    text-transform: uppercase;
    line-height: 1.4em;
    padding: 12px 24px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    background: #88b39e;
    border: 1px solid #88b39e
}

.fl-node-5ead6ad3398cf .wpzabb-button-wrap a,
.fl-node-5ead6ad3398cf .wpzabb-button-wrap a *,
.fl-node-5ead6ad3398cf .wpzabb-button-wrap a:visited,
.fl-node-5ead6ad3398cf .wpzabb-button-wrap a:visited * {
    color: #fff
}

.fl-node-5ead6ad3398cf .wpzabb-button-wrap a:hover {
    background: #658474;
    border: 1px solid #658474
}

.fl-node-5ead6ad3398cf .wpzabb-button-wrap a:hover,
.fl-node-5ead6ad3398cf .wpzabb-button-wrap a:hover * {
    color: #fff
}

@media (max-width:768px) {
    .fl-node-5ead6ad3398cf .wpzabb-button-wrap.wpzabb-button-reponsive-center {
        text-align: center
    }
}

.fl-node-5ead8543d1151 .wpzabb-heading {
    margin-top: 0;
    margin-bottom: 10px
}

.fl-node-5ead8543d1151 .wpzabb-subheading {
    margin-top: 0;
    margin-bottom: 0
}

.fl-node-5ead8543d1151 .fl-module-content.fl-node-content .wpzabb-heading,
.fl-node-5ead8543d1151 .fl-module-content.fl-node-content .wpzabb-heading *,
.fl-node-5ead8543d1151 .fl-module-content.fl-node-content .wpzabb-heading .wpzabb-heading-text {
    color: #fff
}

.fl-node-5ead8543d1151 .wpzabb-heading,
.fl-node-5ead8543d1151 .wpzabb-heading * {
    font-family: Rufina;
    font-weight: 700;
    font-size: 42px;
    line-height: 1.4em;
    text-transform: none
}

.fl-node-5ead8543d1151 .fl-module-content.fl-node-content .wpzabb-module-content .wpzabb-text-editor {
    color: #658474
}

.fl-node-5ead8543d1151 .wpzabb-text-editor {
    font-family: Roboto;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.8em;
    text-transform: none
}

@media (max-width:768px) {
    .fl-node-5ead8543d1151 .wpzabb-responsive-mobile .wpzabb-side-left,
    .fl-node-5ead8543d1151 .wpzabb-responsive-mobile .wpzabb-side-right {
        width: 10%
    }
    .fl-node-5ead8543d1151 .wpzabb-heading,
    .fl-node-5ead8543d1151 .wpzabb-heading * {
        font-size: 32px;
        line-height: 1.2em
    }
    .fl-node-5ead8543d1151 .wpzabb-text-editor {
        font-size: 16px;
        line-height: 1.8em
    }
    .fl-node-5ead8543d1151 .wpzabb-heading,
    .fl-node-5ead8543d1151 .wpzabb-subheading,
    .fl-node-5ead8543d1151 .wpzabb-subheading * {
        text-align: center
    }
}

.fl-node-5ead8543d1151 .wpzabb-separator-parent {
    line-height: 0;
    text-align: center
}

.fl-node-5ead8543d1151>.fl-module-content {
    margin-top: 50px;
    margin-bottom: 0
}

@media (max-width:768px) {
    .fl-node-5ead8543d1151>.fl-module-content {
        margin-top: 20px
    }
}

.fl-node-5eb0290a6bb90 .fl-photo {
    text-align: center
}

@media (max-width:768px) {
    .fl-node-5eb0290a6bb90 .fl-photo {
        text-align: center
    }
    .fl-node-5eb0290a6bb90 .fl-photo-content,
    .fl-node-5eb0290a6bb90 .fl-photo-img {
        width: 100%
    }
}

@media (max-width:768px) {
    .fl-node-5eb0290a6bb90.fl-module>.fl-module-content {
        margin-top: 0;
        margin-bottom: 0
    }
}

@media (max-width:768px) {
    .fl-node-5eb03bc28b924.fl-module>.fl-module-content {
        margin-top: 0;
        margin-bottom: 0
    }
}

.fl-node-5eb029a15f706 .fl-photo {
    text-align: center
}

@media (max-width:768px) {
    .fl-node-5eb029a15f706.fl-module>.fl-module-content {
        margin-top: -50px;
        margin-bottom: 0
    }
}

@media (max-width:768px) {
    .fl-node-5eb03c531a434.fl-module>.fl-module-content {
        margin-top: 0;
        margin-bottom: 0
    }
}

.fl-node-5eb02999e9034 .fl-photo {
    text-align: center
}

@media (max-width:768px) {
    .fl-node-5eb02999e9034.fl-module>.fl-module-content {
        margin-top: -50px;
        margin-bottom: 0
    }
}

@media (max-width:768px) {
    .fl-node-5eb03c4b0c7d1.fl-module>.fl-module-content {
        margin-top: 0;
        margin-bottom: 0
    }
}

.fl-node-5ead8761bde9a .wpzabb-heading {
    margin-top: 0;
    margin-bottom: 10px
}

.fl-node-5ead8761bde9a .wpzabb-subheading {
    margin-top: 0;
    margin-bottom: 20px
}

.fl-node-5ead8761bde9a .fl-module-content.fl-node-content .wpzabb-heading,
.fl-node-5ead8761bde9a .fl-module-content.fl-node-content .wpzabb-heading *,
.fl-node-5ead8761bde9a .fl-module-content.fl-node-content .wpzabb-heading .wpzabb-heading-text {
    color: #231f20
}

.fl-node-5ead8761bde9a .wpzabb-heading,
.fl-node-5ead8761bde9a .wpzabb-heading * {
    font-family: Rufina;
    font-weight: 700;
    font-size: 42px;
    line-height: 1.4em;
    text-transform: none
}

.fl-node-5ead8761bde9a .fl-module-content.fl-node-content .wpzabb-module-content .wpzabb-text-editor {
    color: #888
}

.fl-node-5ead8761bde9a .wpzabb-text-editor {
    font-family: Roboto;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.8em;
    text-transform: none
}

@media (max-width:768px) {
    .fl-node-5ead8761bde9a .wpzabb-responsive-mobile .wpzabb-side-left,
    .fl-node-5ead8761bde9a .wpzabb-responsive-mobile .wpzabb-side-right {
        width: 10%
    }
    .fl-node-5ead8761bde9a .wpzabb-heading,
    .fl-node-5ead8761bde9a .wpzabb-heading * {
        font-size: 32px;
        line-height: 1.2em
    }
    .fl-node-5ead8761bde9a .wpzabb-text-editor {
        font-size: 16px;
        line-height: 1.8em
    }
    .fl-node-5ead8761bde9a .wpzabb-heading,
    .fl-node-5ead8761bde9a .wpzabb-subheading,
    .fl-node-5ead8761bde9a .wpzabb-subheading * {
        text-align: center
    }
}

.fl-node-5ead8761bde9a .wpzabb-separator-parent {
    line-height: 0;
    text-align: center
}

.fl-node-5ead8761bde9a>.fl-module-content {
    margin-bottom: 20px
}

.fl-node-5eaff66ceb068 {
    width: 100%
}

.fl-node-5eaff66ceb068 .wpzabb-spacer-gap-preview.wpzabb-spacer-gap {
    height: 80px;
    clear: both;
    width: 100%
}

@media (max-width:992px) {
    .fl-node-5eaff66ceb068 .wpzabb-spacer-gap-preview.wpzabb-spacer-gap {
        height: 0;
        clear: both;
        width: 100%
    }
}

@media (max-width:768px) {
    .fl-node-5eaff66ceb068 .wpzabb-spacer-gap-preview.wpzabb-spacer-gap {
        height: 0;
        clear: both;
        width: 100%
    }
}

@media (max-width:768px) {
    .fl-node-5eaff66ceb068.fl-module>.fl-module-content {
        margin-top: 0;
        margin-bottom: 0
    }
}

.fl-node-5eaff0e911c65 .wpzabb-heading {
    margin-top: 0;
    margin-bottom: 10px
}

.fl-node-5eaff0e911c65 .wpzabb-subheading {
    margin-top: 0;
    margin-bottom: 0
}

.fl-node-5eaff0e911c65 .wpzabb-heading,
.fl-node-5eaff0e911c65 .wpzabb-heading * {
    font-family: Rufina;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4em;
    text-transform: none
}

.fl-node-5eaff0e911c65 .fl-module-content.fl-node-content .wpzabb-module-content .wpzabb-text-editor {
    color: #888
}

.fl-node-5eaff0e911c65 .wpzabb-text-editor {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8em;
    text-transform: none
}

@media (max-width:768px) {
    .fl-node-5eaff0e911c65 .wpzabb-responsive-mobile .wpzabb-side-left,
    .fl-node-5eaff0e911c65 .wpzabb-responsive-mobile .wpzabb-side-right {
        width: 10%
    }
    .fl-node-5eaff0e911c65 .wpzabb-heading,
    .fl-node-5eaff0e911c65 .wpzabb-subheading,
    .fl-node-5eaff0e911c65 .wpzabb-subheading * {
        text-align: left
    }
}

.fl-node-5eaff0e911c65 .wpzabb-separator-parent {
    line-height: 0;
    text-align: right
}

@media (max-width:768px) {
    .fl-node-5eaff0e911c65.fl-module>.fl-module-content {
        margin-bottom: 0
    }
}

.fl-node-5eaff38b548b7 {
    width: 100%
}

.fl-node-5eaff38b548b7 .wpzabb-spacer-gap-preview.wpzabb-spacer-gap {
    height: 20px;
    clear: both;
    width: 100%
}

@media (max-width:992px) {
    .fl-node-5eaff38b548b7 .wpzabb-spacer-gap-preview.wpzabb-spacer-gap {
        height: 0;
        clear: both;
        width: 100%
    }
}

@media (max-width:768px) {
    .fl-node-5eaff38b548b7 .wpzabb-spacer-gap-preview.wpzabb-spacer-gap {
        height: 0;
        clear: both;
        width: 100%
    }
}

@media (max-width:768px) {
    .fl-node-5eaff38b548b7.fl-module>.fl-module-content {
        margin-top: 0;
        margin-bottom: 0
    }
}

.fl-node-5eaff1429108b .wpzabb-heading {
    margin-top: 0;
    margin-bottom: 10px
}

.fl-node-5eaff1429108b .wpzabb-subheading {
    margin-top: 0;
    margin-bottom: 0
}

.fl-node-5eaff1429108b .wpzabb-heading,
.fl-node-5eaff1429108b .wpzabb-heading * {
    font-family: Rufina;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4em;
    text-transform: none
}

.fl-node-5eaff1429108b .fl-module-content.fl-node-content .wpzabb-module-content .wpzabb-text-editor {
    color: #888
}

.fl-node-5eaff1429108b .wpzabb-text-editor {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8em;
    text-transform: none
}

@media (max-width:768px) {
    .fl-node-5eaff1429108b .wpzabb-responsive-mobile .wpzabb-side-left,
    .fl-node-5eaff1429108b .wpzabb-responsive-mobile .wpzabb-side-right {
        width: 10%
    }
    .fl-node-5eaff1429108b .wpzabb-heading,
    .fl-node-5eaff1429108b .wpzabb-subheading,
    .fl-node-5eaff1429108b .wpzabb-subheading * {
        text-align: left
    }
}

.fl-node-5eaff1429108b .wpzabb-separator-parent {
    line-height: 0;
    text-align: right
}

@media (max-width:768px) {
    .fl-node-5eaff1429108b.fl-module>.fl-module-content {
        margin-bottom: 0
    }
}

.fl-node-5eaff3980d1a8 {
    width: 100%
}

.fl-node-5eaff3980d1a8 .wpzabb-spacer-gap-preview.wpzabb-spacer-gap {
    height: 20px;
    clear: both;
    width: 100%
}

@media (max-width:992px) {
    .fl-node-5eaff3980d1a8 .wpzabb-spacer-gap-preview.wpzabb-spacer-gap {
        height: 0;
        clear: both;
        width: 100%
    }
}

@media (max-width:768px) {
    .fl-node-5eaff3980d1a8 .wpzabb-spacer-gap-preview.wpzabb-spacer-gap {
        height: 0;
        clear: both;
        width: 100%
    }
}

@media (max-width:768px) {
    .fl-node-5eaff3980d1a8.fl-module>.fl-module-content {
        margin-top: 0;
        margin-bottom: 0
    }
}

.fl-node-5eaff16c4bba1 .wpzabb-heading {
    margin-top: 0;
    margin-bottom: 10px
}

.fl-node-5eaff16c4bba1 .wpzabb-subheading {
    margin-top: 0;
    margin-bottom: 0
}

.fl-node-5eaff16c4bba1 .wpzabb-heading,
.fl-node-5eaff16c4bba1 .wpzabb-heading * {
    font-family: Rufina;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4em;
    text-transform: none
}

.fl-node-5eaff16c4bba1 .wpzabb-text-editor {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8em;
    text-transform: none
}

@media (max-width:768px) {
    .fl-node-5eaff16c4bba1 .wpzabb-responsive-mobile .wpzabb-side-left,
    .fl-node-5eaff16c4bba1 .wpzabb-responsive-mobile .wpzabb-side-right {
        width: 10%
    }
    .fl-node-5eaff16c4bba1 .wpzabb-heading,
    .fl-node-5eaff16c4bba1 .wpzabb-subheading,
    .fl-node-5eaff16c4bba1 .wpzabb-subheading * {
        text-align: left
    }
}

.fl-node-5eaff16c4bba1 .wpzabb-separator-parent {
    line-height: 0;
    text-align: right
}

@media (max-width:768px) {
    .fl-node-5eaff16c4bba1.fl-module>.fl-module-content {
        margin-bottom: 0
    }
}

.fl-node-5eafec9f574a0 .fl-photo {
    text-align: center
}

.fl-node-5eaff28d7713e {
    width: 100%
}

.fl-node-5eaff28d7713e .wpzabb-spacer-gap-preview.wpzabb-spacer-gap {
    height: 20px;
    clear: both;
    width: 100%
}

@media (max-width:992px) {
    .fl-node-5eaff28d7713e .wpzabb-spacer-gap-preview.wpzabb-spacer-gap {
        height: 0;
        clear: both;
        width: 100%
    }
}

@media (max-width:768px) {
    .fl-node-5eaff28d7713e .wpzabb-spacer-gap-preview.wpzabb-spacer-gap {
        height: 0;
        clear: both;
        width: 100%
    }
}

@media (max-width:768px) {
    .fl-node-5eaff28d7713e.fl-module>.fl-module-content {
        margin-top: 0;
        margin-bottom: 0
    }
}

.fl-node-5eaff1e81e875 .wpzabb-heading {
    margin-top: 0;
    margin-bottom: 10px
}

.fl-node-5eaff1e81e875 .wpzabb-subheading {
    margin-top: 0;
    margin-bottom: 0
}

.fl-node-5eaff1e81e875 .wpzabb-heading,
.fl-node-5eaff1e81e875 .wpzabb-heading * {
    font-family: Rufina;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4em;
    text-transform: none
}

.fl-node-5eaff1e81e875 .fl-module-content.fl-node-content .wpzabb-module-content .wpzabb-text-editor {
    color: #888
}

.fl-node-5eaff1e81e875 .wpzabb-text-editor {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8em;
    text-transform: none
}

@media (max-width:768px) {
    .fl-node-5eaff1e81e875 .wpzabb-responsive-mobile .wpzabb-side-left,
    .fl-node-5eaff1e81e875 .wpzabb-responsive-mobile .wpzabb-side-right {
        width: 10%
    }
    .fl-node-5eaff1e81e875 .wpzabb-heading,
    .fl-node-5eaff1e81e875 .wpzabb-subheading,
    .fl-node-5eaff1e81e875 .wpzabb-subheading * {
        text-align: left
    }
}

.fl-node-5eaff1e81e875 .wpzabb-separator-parent {
    line-height: 0;
    text-align: left
}

@media (max-width:768px) {
    .fl-node-5eaff1e81e875.fl-module>.fl-module-content {
        margin-bottom: 0
    }
}

.fl-node-5eaff608daaac {
    width: 100%
}

.fl-node-5eaff608daaac .wpzabb-spacer-gap-preview.wpzabb-spacer-gap {
    height: 20px;
    clear: both;
    width: 100%
}

@media (max-width:992px) {
    .fl-node-5eaff608daaac .wpzabb-spacer-gap-preview.wpzabb-spacer-gap {
        height: 0;
        clear: both;
        width: 100%
    }
}

@media (max-width:768px) {
    .fl-node-5eaff608daaac .wpzabb-spacer-gap-preview.wpzabb-spacer-gap {
        height: 0;
        clear: both;
        width: 100%
    }
}

@media (max-width:768px) {
    .fl-node-5eaff608daaac.fl-module>.fl-module-content {
        margin-top: 0;
        margin-bottom: 0
    }
}

.fl-node-5eaff1f04fa07 .wpzabb-heading {
    margin-top: 0;
    margin-bottom: 10px
}

.fl-node-5eaff1f04fa07 .wpzabb-subheading {
    margin-top: 0;
    margin-bottom: 0
}

.fl-node-5eaff1f04fa07 .wpzabb-heading,
.fl-node-5eaff1f04fa07 .wpzabb-heading * {
    font-family: Rufina;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4em;
    text-transform: none
}

.fl-node-5eaff1f04fa07 .wpzabb-text-editor {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8em;
    text-transform: none
}

@media (max-width:768px) {
    .fl-node-5eaff1f04fa07 .wpzabb-responsive-mobile .wpzabb-side-left,
    .fl-node-5eaff1f04fa07 .wpzabb-responsive-mobile .wpzabb-side-right {
        width: 10%
    }
    .fl-node-5eaff1f04fa07 .wpzabb-heading,
    .fl-node-5eaff1f04fa07 .wpzabb-subheading,
    .fl-node-5eaff1f04fa07 .wpzabb-subheading * {
        text-align: left
    }
}

.fl-node-5eaff1f04fa07 .wpzabb-separator-parent {
    line-height: 0;
    text-align: left
}

.fl-node-5eaff1f04fa07>.fl-module-content {
    margin-top: 20px
}

.fl-node-5eb0028ae13bd .wpzabb-heading {
    margin-top: 0;
    margin-bottom: 10px
}

.fl-node-5eb0028ae13bd .wpzabb-subheading {
    margin-top: 0;
    margin-bottom: 50px
}

.fl-node-5eb0028ae13bd .fl-module-content.fl-node-content .wpzabb-heading,
.fl-node-5eb0028ae13bd .fl-module-content.fl-node-content .wpzabb-heading *,
.fl-node-5eb0028ae13bd .fl-module-content.fl-node-content .wpzabb-heading .wpzabb-heading-text {
    color: #fff
}

.fl-node-5eb0028ae13bd .wpzabb-heading,
.fl-node-5eb0028ae13bd .wpzabb-heading * {
    font-family: Rufina;
    font-weight: 700;
    font-size: 42px;
    line-height: 1.4em;
    text-transform: none
}

.fl-node-5eb0028ae13bd .fl-module-content.fl-node-content .wpzabb-module-content .wpzabb-text-editor {
    color: #658474
}

.fl-node-5eb0028ae13bd .wpzabb-text-editor {
    font-family: Roboto;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.8em;
    text-transform: none
}

@media (max-width:768px) {
    .fl-node-5eb0028ae13bd .wpzabb-responsive-mobile .wpzabb-side-left,
    .fl-node-5eb0028ae13bd .wpzabb-responsive-mobile .wpzabb-side-right {
        width: 10%
    }
    .fl-node-5eb0028ae13bd .wpzabb-heading,
    .fl-node-5eb0028ae13bd .wpzabb-heading * {
        font-size: 32px;
        line-height: 1.2em
    }
    .fl-node-5eb0028ae13bd .wpzabb-text-editor {
        font-size: 16px;
        line-height: 1.8em
    }
    .fl-node-5eb0028ae13bd .wpzabb-heading,
    .fl-node-5eb0028ae13bd .wpzabb-subheading,
    .fl-node-5eb0028ae13bd .wpzabb-subheading * {
        text-align: center
    }
}

.fl-node-5eb0028ae13bd .wpzabb-separator-parent {
    line-height: 0;
    text-align: center
}

.fl-node-5ead8c54463fa .wpzabb-heading {
    margin-top: 0;
    margin-bottom: 10px
}

.fl-node-5ead8c54463fa .wpzabb-subheading {
    margin-top: 0;
    margin-bottom: 20px
}

.fl-node-5ead8c54463fa .fl-module-content.fl-node-content .wpzabb-heading,
.fl-node-5ead8c54463fa .fl-module-content.fl-node-content .wpzabb-heading *,
.fl-node-5ead8c54463fa .fl-module-content.fl-node-content .wpzabb-heading .wpzabb-heading-text {
    color: #231f20
}

.fl-node-5ead8c54463fa .wpzabb-heading,
.fl-node-5ead8c54463fa .wpzabb-heading * {
    font-family: Rufina;
    font-weight: 700;
    font-size: 42px;
    line-height: 1.4em;
    text-transform: none
}

.fl-node-5ead8c54463fa .fl-module-content.fl-node-content .wpzabb-module-content .wpzabb-text-editor {
    color: #888
}

.fl-node-5ead8c54463fa .wpzabb-text-editor {
    font-family: Roboto;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.8em;
    text-transform: none
}

@media (max-width:768px) {
    .fl-node-5ead8c54463fa .wpzabb-responsive-mobile .wpzabb-side-left,
    .fl-node-5ead8c54463fa .wpzabb-responsive-mobile .wpzabb-side-right {
        width: 10%
    }
    .fl-node-5ead8c54463fa .wpzabb-heading,
    .fl-node-5ead8c54463fa .wpzabb-heading * {
        font-size: 32px;
        line-height: 1.2em
    }
    .fl-node-5ead8c54463fa .wpzabb-text-editor {
        font-size: 16px;
        line-height: 1.8em
    }
    .fl-node-5ead8c54463fa .wpzabb-heading,
    .fl-node-5ead8c54463fa .wpzabb-subheading,
    .fl-node-5ead8c54463fa .wpzabb-subheading * {
        text-align: center
    }
}

.fl-node-5ead8c54463fa .wpzabb-separator-parent {
    line-height: 0;
    text-align: center
}

.admin-bar .mfp-wrap .mfp-close,
.admin-bar .mfp-wrap .mfp-close:active,
.admin-bar .mfp-wrap .mfp-close:focus,
.admin-bar .mfp-wrap .mfp-close:hover {
    position: fixed;
    right: 30px;
    cursor: pointer !important
}

.admin-bar .mfp-bottom-bar {
    top: auto;
    bottom: -25px
}

.njba-gallery-section {
    position: relative
}

.njba-gallery-main img.njba-image-responsive {
    width: 100%
}

.njba-gallery-main .njba-image-box-img {
    position: relative;
    overflow: hidden
}

.njba-gallery-main .njba-gallery-box {
    position: relative
}

.njba-gallery-main .njba-image-box-overlay {
    background-color: rgba(0, 0, 0, .5);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    transform: scaleY(0)
}

.njba-gallery-main .njba-gallery-box:hover .njba-image-box-overlay {
    opacity: 1;
    transform: scaleY(1)
}

.njba-image-box-content {
    display: table;
    height: 100%;
    width: 100%
}

.njba-gallery-main .njba-video_overlay {
    display: none
}

.njba-gallery-main .njba-image-box-content.njba-image-box-hover i {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    text-align: center
}

.njba-gallery-main .njba-gallery-box:hover .njba-image-box-img img.zoom-in.njba-image-responsive {
    transform: scale(2)
}

.njba-gallery-main .njba-gallery-box .njba-image-box-img img.zoom-in.njba-image-responsive {
    transition: all 10s
}

.njba-gallery-main .njba-gallery-box:hover .njba-image-box-img img.zoom-out.njba-image-responsive {
    transform: scale(1)
}

.njba-gallery-main .njba-gallery-box .njba-image-box-img img.zoom-out.njba-image-responsive {
    transition: all 2s linear;
    transform: scale(2)
}

.njba-image-box-content.njba-image-box-hover {
    display: table;
    height: 100%;
    width: 100%
}

.njba-image-box-content.njba-image-box-hover h3 {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 100%
}

.fl-node-5eb0625d21228 .njba-gallery-box {
    width: 25%;
    padding: 2.5px;
    float: left
}

.fl-node-5eb0625d21228 .njba-gallery-box:nth-child(4n+1) {
    clear: left
}

.fl-node-5eb0625d21228 .njba-gallery-box:nth-child(4n+0) {
    clear: right
}

.fl-node-5eb0625d21228 .njba-gallery-main .njba-image-box-overlay {
    transition: all ease .3s
}

.fl-node-5eb0625d21228 .njba-gallery-main .njba-image-box-content.njba-image-box-hover i {
    font-size: 18px;
    color: #fff
}

.fl-node-5eb0625d21228 .njba-gallery-section {
    overflow: hidden;
    -webkit-box-shadow: 0 0 0 0pxrgba(0, 0, 0);
    -moz-box-shadow: 0 0 0 0pxrgba(0, 0, 0);
    -o-box-shadow: 0 0 0 0pxrgba(0, 0, 0);
    box-shadow: 0 0 0 0pxrgba(0, 0, 0)
}

@media (max-width:992px) {
    .fl-node-5eb0625d21228 .njba-gallery-box {
        width: 33.333333333333%
    }
    .fl-node-5eb0625d21228 .njba-gallery-box:nth-child(4n+0),
    .fl-node-5eb0625d21228 .njba-gallery-box:nth-child(4n+1) {
        clear: none
    }
    .fl-node-5eb0625d21228 .njba-gallery-box:nth-child(3n+1) {
        clear: left
    }
    .fl-node-5eb0625d21228 .njba-gallery-box:nth-child(3n+0) {
        clear: right
    }
}

@media (max-width:768px) {
    .fl-node-5eb0625d21228 .njba-gallery-box {
        width: 100%
    }
    .fl-node-5eb0625d21228 .njba-gallery-box:nth-child(3n+0),
    .fl-node-5eb0625d21228 .njba-gallery-box:nth-child(3n+1),
    .fl-node-5eb0625d21228 .njba-gallery-box:nth-child(4n+0),
    .fl-node-5eb0625d21228 .njba-gallery-box:nth-child(4n+1) {
        clear: none
    }
    .fl-node-5eb0625d21228 .njba-gallery-box:nth-child(1n+1) {
        clear: left
    }
    .fl-node-5eb0625d21228 .njba-gallery-box:nth-child(1n+0) {
        clear: right
    }
}

.fl-node-5eb0625d21228>.fl-module-content {
    margin-bottom: 40px
}

@media (max-width:768px) {
    .fl-node-5eb0625d21228>.fl-module-content {
        margin-bottom: 20px
    }
}

.fl-node-5ead9c9d97410 .wpzabb-button-wrap a,
.fl-node-5ead9c9d97410 .wpzabb-button-wrap a:visited {
    color: #333
}

.fl-node-5ead9c9d97410 .wpzabb-button-wrap a,
.fl-node-5ead9c9d97410 .wpzabb-button-wrap a:visited {
    font-family: Roboto;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: .4px;
    text-transform: uppercase;
    line-height: 1.4em;
    padding: 12px 24px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    background: #88b39e;
    border: 1px solid #88b39e
}

.fl-node-5ead9c9d97410 .wpzabb-button-wrap a,
.fl-node-5ead9c9d97410 .wpzabb-button-wrap a *,
.fl-node-5ead9c9d97410 .wpzabb-button-wrap a:visited,
.fl-node-5ead9c9d97410 .wpzabb-button-wrap a:visited * {
    color: #fff
}

.fl-node-5ead9c9d97410 .wpzabb-button-wrap a:hover {
    background: #658474;
    border: 1px solid #658474
}

.fl-node-5ead9c9d97410 .wpzabb-button-wrap a:hover,
.fl-node-5ead9c9d97410 .wpzabb-button-wrap a:hover * {
    color: #fff
}

@media (max-width:768px) {
    .fl-node-5ead9c9d97410 .wpzabb-button-wrap.wpzabb-button-reponsive-center {
        text-align: center
    }
}

.fl-node-5ead9d0903768 .wpzabb-heading {
    margin-top: 0;
    margin-bottom: 10px
}

.fl-node-5ead9d0903768 .wpzabb-subheading {
    margin-top: 0;
    margin-bottom: 20px
}

.fl-node-5ead9d0903768 .fl-module-content.fl-node-content .wpzabb-heading,
.fl-node-5ead9d0903768 .fl-module-content.fl-node-content .wpzabb-heading *,
.fl-node-5ead9d0903768 .fl-module-content.fl-node-content .wpzabb-heading .wpzabb-heading-text {
    color: #231f20
}

.fl-node-5ead9d0903768 .wpzabb-heading,
.fl-node-5ead9d0903768 .wpzabb-heading * {
    font-family: Rufina;
    font-weight: 700;
    font-size: 42px;
    line-height: 1.4em;
    text-transform: none
}

.fl-node-5ead9d0903768 .fl-module-content.fl-node-content .wpzabb-module-content .wpzabb-text-editor {
    color: #888
}

.fl-node-5ead9d0903768 .wpzabb-text-editor {
    font-family: Roboto;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.8em;
    text-transform: none
}

@media (max-width:768px) {
    .fl-node-5ead9d0903768 .wpzabb-responsive-mobile .wpzabb-side-left,
    .fl-node-5ead9d0903768 .wpzabb-responsive-mobile .wpzabb-side-right {
        width: 10%
    }
    .fl-node-5ead9d0903768 .wpzabb-heading,
    .fl-node-5ead9d0903768 .wpzabb-heading * {
        font-size: 32px;
        line-height: 1.2em
    }
    .fl-node-5ead9d0903768 .wpzabb-text-editor {
        font-size: 16px;
        line-height: 1.8em
    }
    .fl-node-5ead9d0903768 .wpzabb-heading,
    .fl-node-5ead9d0903768 .wpzabb-subheading,
    .fl-node-5ead9d0903768 .wpzabb-subheading * {
        text-align: center
    }
}

.fl-node-5ead9d0903768 .wpzabb-separator-parent {
    line-height: 0;
    text-align: center
}

.njba-infobox-sub-main.njba-one {
    display: inline-block;
    width: 100%
}

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

.njba-infobox-sub-main {
    display: inline-block;
    width: 100%
}

.position_center {
    float: none;
    width: 100%;
    text-align: center
}

.position_left {
    float: left
}

.position_right {
    float: right
}

.njba-icon-img img {
    padding-right: 10px !important
}

.njba-icon-img-main .njba-icon-img {
    display: flex;
    justify-content: center;
    align-items: center
}

.fl-node-5ed655943d352 .njba-icon-img {
    float: left;
    text-align: center
}

.fl-node-5ed655943d352 .njba-icon-img {
    border: 1px;
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
    border-style: solid;
    border-color: #88b39e
}

.fl-node-5ed655943d352 .njba-icon-img:hover {
    transition: all .3s ease;
    border: #fff
}

.fl-node-5ed655943d352 .njba-icon-img {
    background: rgba(136, 179, 158, 1)
}

.fl-node-5ed655943d352 .njba-icon-img-main.njba-infobox-icon-set {
    width: 100%
}

.fl-node-5ed655943d352 .njba-icon-img-main .njba-icon-img {
    font-size: 18px;
    line-height: 44px;
    height: 44px;
    width: 44px;
    text-align: center
}

.fl-node-5ed655943d352 .njba-icon-img i {
    color: #fff;
    transition: all .3s ease;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0
}

.fl-node-5ed655943d352 .njba-icon-img:hover i {
    transition: all .3s ease
}

@media (max-width:992px) {
    .fl-node-5ed655943d352 .njba-icon-img-main .njba-icon-img {
        font-size: 16px;
        line-height: 35px;
        height: 35px;
        width: 35px
    }
}

@media (max-width:768px) {
    .fl-node-5ed655943d352 .njba-icon-img-main .njba-icon-img {
        line-height: 35px;
        height: 35px;
        width: 35px
    }
}

.fl-node-5ed655943d352 .njba-icon-img {
    margin-right: 20px;
    margin-left: 20px
}

.fl-node-5ed655943d352 .njba-infobox-sub-main .position_center {
    float: left;
    width: auto
}

.fl-node-5ed655943d352 .njba-infobox-sub-main .position_left {
    float: left;
    width: auto
}

.fl-node-5ed655943d352 .njba-infobox-sub-main .position_right {
    float: left;
    width: auto
}

.fl-node-5ed655943d352 .njba-infobox-contant {
    overflow: hidden;
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0
}

.fl-node-5ed655943d352 .njba-infobox-sub-main {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px
}

.fl-node-5ed655943d352 .njba-infobox-contant h5.heading_prefix {
    color: #888;
    font-size: 18px;
    font-family: Roboto, sans-serif;
    font-weight: 500
}

.fl-node-5ed655943d352 .njba-infobox-contant h3.heading {
    color: #888;
    font-size: 18px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 5px
}

.fl-node-5ed655943d352 .njba-infobox-contant p {
    color: #888;
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    margin-bottom: 0
}

.fl-node-5ed655943d352 .njba-btn-main a.njba-btn {
    background-color: #dfdfdf;
    color: #404040;
    font-size: 18px;
    line-height: 18px;
    border-width: 1px;
    border-style: none;
    border-color: #000;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    transition: all ease .3s;
    display: inline-block;
    text-align: center;
    box-shadow: 0 0 0 0 #fff
}

.fl-node-5ed655943d352 .njba-btn-main {
    text-align: left
}

.fl-node-5ed655943d352 .njba-btn-main a.njba-btn:hover {
    background-color: #000;
    color: #fff;
    border-color: #000
}

.fl-node-5ed655943d352 .njba-btn-main a.njba-btn i {
    color: #000;
    font-size: 18px;
    transition: all ease .3s
}

.fl-node-5ed655943d352 .njba-btn-main a.njba-btn:hover i {
    color: #fff
}

@media (max-width:991px) {
    .fl-node-5ed655943d352 .njba-btn-main a.njba-btn {
        font-size: 16px
    }
    .fl-node-5ed655943d352 .njba-btn-main a.njba-btn i {
        font-size: 16px
    }
}

@media (max-width:992px) {
    .fl-node-5ed655943d352 .njba-infobox-contant h5.heading_prefix {
        font-size: 18px
    }
    .fl-node-5ed655943d352 .njba-infobox-contant h3.heading {
        font-size: 18px
    }
    .fl-node-5ed655943d352 .njba-infobox-contant p {
        font-size: 16px
    }
}

@media (max-width:768px) {
    .fl-node-5ed655943d352 .njba-infobox-contant h5.heading_prefix {
        font-size: 15px
    }
    .fl-node-5ed655943d352 .njba-infobox-contant h3.heading {
        font-size: 16px
    }
    .fl-node-5ed655943d352 .njba-infobox-contant p {
        font-size: 14px
    }
}

.fl-node-5ed655943d352>.fl-module-content {
    margin-top: 40px;
    margin-bottom: 30px
}

@media (max-width:768px) {
    .fl-node-5ed655943d352.fl-module>.fl-module-content {
        margin-right: 0;
        margin-left: 0
    }
}

@media (max-width:768px) {
    .fl-node-5ed655943d352>.fl-module-content {
        margin-top: 20px;
        margin-bottom: 20px
    }
}

.fl-node-5ed66cb762d2b .njba-icon-img {
    float: left;
    text-align: center
}

.fl-node-5ed66cb762d2b .njba-icon-img {
    border: 1px;
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
    border-style: solid;
    border-color: #88b39e
}

.fl-node-5ed66cb762d2b .njba-icon-img:hover {
    transition: all .3s ease;
    border: #fff
}

.fl-node-5ed66cb762d2b .njba-icon-img {
    background: rgba(136, 179, 158, 1)
}

.fl-node-5ed66cb762d2b .njba-icon-img-main.njba-infobox-icon-set {
    width: 100%
}

.fl-node-5ed66cb762d2b .njba-icon-img-main .njba-icon-img {
    font-size: 18px;
    line-height: 44px;
    height: 44px;
    width: 44px;
    text-align: center
}

.fl-node-5ed66cb762d2b .njba-icon-img i {
    color: #fff;
    transition: all .3s ease;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0
}

.fl-node-5ed66cb762d2b .njba-icon-img:hover i {
    transition: all .3s ease
}

@media (max-width:992px) {
    .fl-node-5ed66cb762d2b .njba-icon-img-main .njba-icon-img {
        font-size: 16px;
        line-height: 35px;
        height: 35px;
        width: 35px
    }
}

@media (max-width:768px) {
    .fl-node-5ed66cb762d2b .njba-icon-img-main .njba-icon-img {
        line-height: 35px;
        height: 35px;
        width: 35px
    }
}

.fl-node-5ed66cb762d2b .njba-icon-img {
    margin-right: 20px;
    margin-left: 20px
}

.fl-node-5ed66cb762d2b .njba-infobox-sub-main .position_center {
    float: left;
    width: auto
}

.fl-node-5ed66cb762d2b .njba-infobox-sub-main .position_left {
    float: left;
    width: auto
}

.fl-node-5ed66cb762d2b .njba-infobox-sub-main .position_right {
    float: left;
    width: auto
}

.fl-node-5ed66cb762d2b .njba-infobox-contant {
    overflow: hidden;
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0
}

.fl-node-5ed66cb762d2b .njba-infobox-sub-main {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px
}

.fl-node-5ed66cb762d2b .njba-infobox-contant h5.heading_prefix {
    color: #888;
    font-size: 18px;
    font-family: Roboto, sans-serif;
    font-weight: 500
}

.fl-node-5ed66cb762d2b .njba-infobox-contant h3.heading {
    color: #888;
    font-size: 18px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 5px
}

.fl-node-5ed66cb762d2b .njba-infobox-contant p {
    color: #888;
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    margin-bottom: 0
}

.fl-node-5ed66cb762d2b .njba-btn-main a.njba-btn {
    background-color: #dfdfdf;
    color: #404040;
    font-size: 18px;
    line-height: 18px;
    border-width: 1px;
    border-style: none;
    border-color: #000;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    transition: all ease .3s;
    display: inline-block;
    text-align: center;
    box-shadow: 0 0 0 0 #fff
}

.fl-node-5ed66cb762d2b .njba-btn-main {
    text-align: left
}

.fl-node-5ed66cb762d2b .njba-btn-main a.njba-btn:hover {
    background-color: #000;
    color: #fff;
    border-color: #000
}

.fl-node-5ed66cb762d2b .njba-btn-main a.njba-btn i {
    color: #000;
    font-size: 18px;
    transition: all ease .3s
}

.fl-node-5ed66cb762d2b .njba-btn-main a.njba-btn:hover i {
    color: #fff
}

@media (max-width:991px) {
    .fl-node-5ed66cb762d2b .njba-btn-main a.njba-btn {
        font-size: 16px
    }
    .fl-node-5ed66cb762d2b .njba-btn-main a.njba-btn i {
        font-size: 16px
    }
}

@media (max-width:992px) {
    .fl-node-5ed66cb762d2b .njba-infobox-contant h5.heading_prefix {
        font-size: 18px
    }
    .fl-node-5ed66cb762d2b .njba-infobox-contant h3.heading {
        font-size: 18px
    }
    .fl-node-5ed66cb762d2b .njba-infobox-contant p {
        font-size: 16px
    }
}

@media (max-width:768px) {
    .fl-node-5ed66cb762d2b .njba-infobox-contant h5.heading_prefix {
        font-size: 15px
    }
    .fl-node-5ed66cb762d2b .njba-infobox-contant h3.heading {
        font-size: 16px
    }
    .fl-node-5ed66cb762d2b .njba-infobox-contant p {
        font-size: 14px
    }
}

.fl-node-5ed66cb762d2b>.fl-module-content {
    margin-top: 0;
    margin-bottom: 30px
}

@media (max-width:768px) {
    .fl-node-5ed66cb762d2b.fl-module>.fl-module-content {
        margin-right: 0;
        margin-left: 0
    }
}

@media (max-width:768px) {
    .fl-node-5ed66cb762d2b>.fl-module-content {
        margin-bottom: 20px
    }
}

.fl-node-5ed66ca8f1532 .njba-icon-img {
    float: left;
    text-align: center
}

.fl-node-5ed66ca8f1532 .njba-icon-img {
    border: 1px;
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
    border-style: solid;
    border-color: #88b39e
}

.fl-node-5ed66ca8f1532 .njba-icon-img:hover {
    transition: all .3s ease;
    border: #fff
}

.fl-node-5ed66ca8f1532 .njba-icon-img {
    background: rgba(136, 179, 158, 1)
}

.fl-node-5ed66ca8f1532 .njba-icon-img-main.njba-infobox-icon-set {
    width: 100%
}

.fl-node-5ed66ca8f1532 .njba-icon-img-main .njba-icon-img {
    font-size: 18px;
    line-height: 44px;
    height: 44px;
    width: 44px;
    text-align: center
}

.fl-node-5ed66ca8f1532 .njba-icon-img i {
    color: #fff;
    transition: all .3s ease;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0
}

.fl-node-5ed66ca8f1532 .njba-icon-img:hover i {
    transition: all .3s ease
}

@media (max-width:992px) {
    .fl-node-5ed66ca8f1532 .njba-icon-img-main .njba-icon-img {
        font-size: 16px;
        line-height: 35px;
        height: 35px;
        width: 35px
    }
}

@media (max-width:768px) {
    .fl-node-5ed66ca8f1532 .njba-icon-img-main .njba-icon-img {
        line-height: 35px;
        height: 35px;
        width: 35px
    }
}

.fl-node-5ed66ca8f1532 .njba-icon-img {
    margin-right: 20px;
    margin-left: 20px
}

.fl-node-5ed66ca8f1532 .njba-infobox-sub-main .position_center {
    float: left;
    width: auto
}

.fl-node-5ed66ca8f1532 .njba-infobox-sub-main .position_left {
    float: left;
    width: auto
}

.fl-node-5ed66ca8f1532 .njba-infobox-sub-main .position_right {
    float: left;
    width: auto
}

.fl-node-5ed66ca8f1532 .njba-infobox-contant {
    overflow: hidden;
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0
}

.fl-node-5ed66ca8f1532 .njba-infobox-sub-main {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px
}

.fl-node-5ed66ca8f1532 .njba-infobox-contant h5.heading_prefix {
    color: #888;
    font-size: 18px;
    font-family: Roboto, sans-serif;
    font-weight: 500
}

.fl-node-5ed66ca8f1532 .njba-infobox-contant h3.heading {
    color: #888;
    font-size: 18px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 5px
}

.fl-node-5ed66ca8f1532 .njba-infobox-contant p {
    color: #888;
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    margin-bottom: 0
}

.fl-node-5ed66ca8f1532 .njba-btn-main a.njba-btn {
    background-color: #dfdfdf;
    color: #404040;
    font-size: 18px;
    line-height: 18px;
    border-width: 1px;
    border-style: none;
    border-color: #000;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    transition: all ease .3s;
    display: inline-block;
    text-align: center;
    box-shadow: 0 0 0 0 #fff
}

.fl-node-5ed66ca8f1532 .njba-btn-main {
    text-align: left
}

.fl-node-5ed66ca8f1532 .njba-btn-main a.njba-btn:hover {
    background-color: #000;
    color: #fff;
    border-color: #000
}

.fl-node-5ed66ca8f1532 .njba-btn-main a.njba-btn i {
    color: #000;
    font-size: 18px;
    transition: all ease .3s
}

.fl-node-5ed66ca8f1532 .njba-btn-main a.njba-btn:hover i {
    color: #fff
}

@media (max-width:991px) {
    .fl-node-5ed66ca8f1532 .njba-btn-main a.njba-btn {
        font-size: 16px
    }
    .fl-node-5ed66ca8f1532 .njba-btn-main a.njba-btn i {
        font-size: 16px
    }
}

@media (max-width:992px) {
    .fl-node-5ed66ca8f1532 .njba-infobox-contant h5.heading_prefix {
        font-size: 18px
    }
    .fl-node-5ed66ca8f1532 .njba-infobox-contant h3.heading {
        font-size: 18px
    }
    .fl-node-5ed66ca8f1532 .njba-infobox-contant p {
        font-size: 16px
    }
}

@media (max-width:768px) {
    .fl-node-5ed66ca8f1532 .njba-infobox-contant h5.heading_prefix {
        font-size: 15px
    }
    .fl-node-5ed66ca8f1532 .njba-infobox-contant h3.heading {
        font-size: 16px
    }
    .fl-node-5ed66ca8f1532 .njba-infobox-contant p {
        font-size: 14px
    }
}

.fl-node-5ed66ca8f1532>.fl-module-content {
    margin-top: 0;
    margin-bottom: 30px
}

@media (max-width:768px) {
    .fl-node-5ed66ca8f1532.fl-module>.fl-module-content {
        margin-right: 0;
        margin-left: 0
    }
}

@media (max-width:768px) {
    .fl-node-5ed66ca8f1532>.fl-module-content {
        margin-bottom: 20px
    }
}

.fl-node-5ed66ebac833f .njba-icon-img {
    float: left;
    text-align: center
}

.fl-node-5ed66ebac833f .njba-icon-img {
    border: 1px;
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
    border-style: solid;
    border-color: #88b39e
}

.fl-node-5ed66ebac833f .njba-icon-img:hover {
    transition: all .3s ease;
    border: #fff
}

.fl-node-5ed66ebac833f .njba-icon-img {
    background: rgba(136, 179, 158, 1)
}

.fl-node-5ed66ebac833f .njba-icon-img-main.njba-infobox-icon-set {
    width: 100%
}

.fl-node-5ed66ebac833f .njba-icon-img-main .njba-icon-img {
    font-size: 18px;
    line-height: 44px;
    height: 44px;
    width: 44px;
    text-align: center
}

.fl-node-5ed66ebac833f .njba-icon-img i {
    color: #fff;
    transition: all .3s ease;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0
}

.fl-node-5ed66ebac833f .njba-icon-img:hover i {
    transition: all .3s ease
}

@media (max-width:992px) {
    .fl-node-5ed66ebac833f .njba-icon-img-main .njba-icon-img {
        font-size: 16px;
        line-height: 35px;
        height: 35px;
        width: 35px
    }
}

@media (max-width:768px) {
    .fl-node-5ed66ebac833f .njba-icon-img-main .njba-icon-img {
        line-height: 35px;
        height: 35px;
        width: 35px
    }
}

.fl-node-5ed66ebac833f .njba-icon-img {
    margin-right: 20px;
    margin-left: 20px
}

.fl-node-5ed66ebac833f .njba-infobox-sub-main .position_center {
    float: left;
    width: auto
}

.fl-node-5ed66ebac833f .njba-infobox-sub-main .position_left {
    float: left;
    width: auto
}

.fl-node-5ed66ebac833f .njba-infobox-sub-main .position_right {
    float: left;
    width: auto
}

.fl-node-5ed66ebac833f .njba-infobox-contant {
    overflow: hidden;
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0
}

.fl-node-5ed66ebac833f .njba-infobox-sub-main {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px
}

.fl-node-5ed66ebac833f .njba-infobox-contant h5.heading_prefix {
    color: #888;
    font-size: 18px;
    font-family: Roboto, sans-serif;
    font-weight: 500
}

.fl-node-5ed66ebac833f .njba-infobox-contant h3.heading {
    color: #888;
    font-size: 18px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 5px
}

.fl-node-5ed66ebac833f .njba-infobox-contant p {
    color: #888;
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 400
}

.fl-node-5ed66ebac833f .njba-btn-main a.njba-btn {
    background-color: #dfdfdf;
    color: #404040;
    font-size: 18px;
    line-height: 18px;
    border-width: 1px;
    border-style: none;
    border-color: #000;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    transition: all ease .3s;
    display: inline-block;
    text-align: center;
    box-shadow: 0 0 0 0 #fff
}

.fl-node-5ed66ebac833f .njba-btn-main {
    text-align: left
}

.fl-node-5ed66ebac833f .njba-btn-main a.njba-btn:hover {
    background-color: #000;
    color: #fff;
    border-color: #000
}

.fl-node-5ed66ebac833f .njba-btn-main a.njba-btn i {
    color: #000;
    font-size: 18px;
    transition: all ease .3s
}

.fl-node-5ed66ebac833f .njba-btn-main a.njba-btn:hover i {
    color: #fff
}

@media (max-width:991px) {
    .fl-node-5ed66ebac833f .njba-btn-main a.njba-btn {
        font-size: 16px
    }
    .fl-node-5ed66ebac833f .njba-btn-main a.njba-btn i {
        font-size: 16px
    }
}

@media (max-width:992px) {
    .fl-node-5ed66ebac833f .njba-infobox-contant h5.heading_prefix {
        font-size: 18px
    }
    .fl-node-5ed66ebac833f .njba-infobox-contant h3.heading {
        font-size: 18px
    }
    .fl-node-5ed66ebac833f .njba-infobox-contant p {
        font-size: 16px
    }
}

@media (max-width:768px) {
    .fl-node-5ed66ebac833f .njba-infobox-contant h5.heading_prefix {
        font-size: 15px
    }
    .fl-node-5ed66ebac833f .njba-infobox-contant h3.heading {
        font-size: 16px
    }
    .fl-node-5ed66ebac833f .njba-infobox-contant p {
        font-size: 14px
    }
}

.fl-node-5ed66ebac833f>.fl-module-content {
    margin-top: 0;
    margin-bottom: 30px
}

@media (max-width:768px) {
    .fl-node-5ed66ebac833f.fl-module>.fl-module-content {
        margin-right: 0;
        margin-left: 0
    }
}

@media (max-width:768px) {
    .fl-node-5ed66ebac833f>.fl-module-content {
        margin-bottom: 20px
    }
}

@media (max-width:768px) {
    .fl-node-5ead9ec6ac7a8.fl-module>.fl-module-content {
        margin-bottom: 0
    }
}

.primary-content {
    position: relative;
    z-index: 1
}

#main {
    position: relative
}

#main::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-image: url(wp-content/uploads/2020/05/eco-cup-with-plant.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right
}

#home .wayris-enjoyandsave-tag a {
    text-decoration: underline
}

#about.bg-image-element-left {
    position: relative
}

#about.bg-image-element-left::before {
    content: "";
    position: absolute;
    display: block;
    top: -25%;
    left: -10%;
    width: 100%;
    height: 500px;
    background-image: url(wp-content/uploads/2020/05/cup-with-almonds.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top
}

#nutrition .wayris-bg-element-stellar-axis {
    position: relative;
    margin-top: 100px
}

#nutrition .wayris-bg-element-stellar-axis::before {
    content: "";
    position: absolute;
    z-index: 0;
    display: block;
    left: 50%;
    top: 50%;
    width: 220%;
    height: 220%;
    transform: translate(-50%, -50%);
    background-image: url(wp-content/uploads/2020/05/stellar-axis.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center
}

#cups-list .cups-list-item {
    position: relative
}

#cups-list .cups-list-item .wayris-cup-sign {
    position: absolute;
    bottom: 100px;
    right: 50px
}

#cups-list .cups-list-item .wayris-cup-sign .wayris-cup-sign-text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-family: Roboto;
    font-weight: 900;
    letter-spacing: .5px;
    line-height: 1.4em;
    transform: translate(-50%, -50%);
    margin: 0
}

#gallery.bg-element-monstera-leaf {
    position: relative
}

#gallery.bg-element-monstera-leaf::before {
    content: "";
    position: absolute;
    display: block;
    bottom: -5%;
    right: 0;
    width: 22%;
    height: 100%;
    background-image: url(wp-content/uploads/2020/05/monstera-leaf.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom
}

.wayris-features-list .wayris-feature-list-item figure {
    display: flex;
    flex-direction: row;
    align-items: center
}

.wayris-features-list .wayris-feature-list-item figure .wayris-feature-image {
    width: 35%;
    margin-right: 10px
}

.wayris-features-list .wayris-feature-list-item figure .wayris-feature-image img {
    filter: invert(46%) sepia(15%) saturate(510%) hue-rotate(96deg) brightness(103%) contrast(86%)
}

.wayris-features-list .wayris-feature-list-item figure .wayris-feature-text {
    width: 65%
}

.btn-watch-our-story .wpzabb-button-wrap a,
.btn-watch-our-story .wpzabb-button-wrap a:visited {
    background-color: transparent;
    border: none
}

.btn-watch-our-story .wpzabb-button-wrap a .wpzabb-button-icon-before,
.btn-watch-our-story .wpzabb-button-wrap a:visited .wpzabb-button-icon-before {
    background-color: #d1ecdf;
    color: #88b39e !important;
    border-radius: 50%;
    line-height: 45px;
    width: 45px;
    height: 45px;
    text-align: center;
    padding-left: 2px
}

.btn-watch-our-story .wpzabb-button-wrap a:hover .wpzabb-button-icon-before {
    color: #fff !important;
    background-color: #88b39e
}

@media screen and (max-width:480px) {
    #home .banner-header-heading-title {
        text-shadow: 0 2px 1px #fff
    }
    #about.bg-image-element-left::before {
        top: -14%
    }
    #gallery.bg-element-monstera-leaf::before {
        width: 50%;
        bottom: 0
    }
    #cups-list .cups-list-item .wayris-cup-sign {
        bottom: 50px;
        right: 50px
    }
}

@media screen and (max-width:792px) {
    #main::before {
        width: 100%
    }
    #home .wayris-enjoyandsave-tag {
        text-align: center
    }
    #nutrition .wayris-bg-element-stellar-axis {
        display: none
    }
    #contact.bg-image-element-left-corner::before {
        display: none
    }
}

.wpzabb-module-content h1,
.wpzabb-module-content h2,
.wpzabb-module-content h3,
.wpzabb-module-content h4,
.wpzabb-module-content h5,
.wpzabb-module-content h6 {
    margin: 0;
    clear: both
}

.fl-module-content a,
.fl-module-content a:focus,
.fl-module-content a:hover {
    text-decoration: none
}

.wpzabb-icon-wrap {
    display: inline-block
}

.wpzabb-icon a {
    text-decoration: none
}

.wpzabb-icon i {
    display: block
}

.wpzabb-icon i:before {
    border: none !important;
    background: 0 0 !important
}

.wpzabb-icon-text {
    display: table-cell;
    text-align: left;
    padding-left: 15px;
    vertical-align: middle
}

.wpzabb-icon-text :last-child {
    margin: 0 !important;
    padding: 0 !important
}

.wpzabb-icon-text a {
    text-decoration: none
}

.wpzabb-photo {
    line-height: 0;
    position: relative
}

.wpzabb-photo-align-left {
    text-align: left
}

.wpzabb-photo-align-center {
    text-align: center
}

.wpzabb-photo-align-right {
    text-align: right
}

.wpzabb-photo-content {
    border-radius: 0;
    display: inline-block;
    line-height: 0;
    position: relative;
    max-width: 100%;
    overflow: hidden
}

.wpzabb-photo-content img {
    border-radius: inherit;
    display: inline;
    height: auto;
    max-width: 100%;
    width: auto
}

.animated {
    -webkit-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.slow {
    -webkit-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s
}

.njba-btn-main a.njba-btn {
    text-decoration: none;
    position: relative
}

.njba-btn-main a:active,
.njba-btn-main a:focus,
.njba-btn-main a:hover {
    text-decoration: none
}

.njba-btn-main a:active,
.njba-btn-main a:focus {
    outline: 0
}

.njba-btn-main a.njba-btn:before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition-property: transform;
    -moz-transition-property: transform;
    -o-transition-property: transform;
    -ms-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.njba-row-separator {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1
}

.njba-top-row-separator {
    top: -1px;
    bottom: auto
}

.njba-bottom-row-separator {
    top: auto;
    bottom: -1px
}

.njba-top-row-separator.njba-has-svg svg {
    position: absolute;
    padding: 0;
    margin: 0;
    left: 0;
    top: -1px;
    bottom: auto;
    width: 100%
}

.njba-bottom-row-separator.njba-has-svg svg {
    position: absolute;
    padding: 0;
    margin: 0;
    left: 0;
    bottom: -1px;
    top: auto;
    width: 100%
}

.fl-builder-settings-fields input[type=date],
.fl-builder-settings-fields input[type=email],
.fl-builder-settings-fields input[type=file],
.fl-builder-settings-fields input[type=number],
.fl-builder-settings-fields input[type=password],
.fl-builder-settings-fields input[type=search],
.fl-builder-settings-fields input[type=tel],
.fl-builder-settings-fields input[type=text],
.fl-builder-settings-fields input[type=url],
.fl-builder-settings-fields select:not(multiple) {
    line-height: initial;
    font-weight: 400
}

.trp-language-switcher {
    position: relative;
    width: auto;
    display: inline-block;
    padding: 0;
    border: 0;
    margin: 2px;
    box-sizing: border-box
}

.trp-language-switcher>div {
    box-sizing: border-box;
    padding: 3px 20px 3px 5px;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
    background-position: calc(100% - 8px) calc(1em + 0px), calc(100% - 3px) calc(1em + 0px);
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
    background-color: #fff
}

.trp-language-switcher>div>a {
    display: block;
    padding: 2px;
    border-radius: 3px;
    color: #0769ad
}

.trp-language-switcher>div>a:hover {
    background: #f1f1f1
}

.trp-language-switcher>div>a>img {
    display: inline;
    margin: 0 3px;
    width: 18px;
    height: 12px;
    border-radius: 0
}

.last {
    clear: right;
    margin-right: 0 !important
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(http://fonts.gstatic.com/s/playfairdisplay/v22/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKdFvXDXbtY.ttf) format('truetype')
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(http://fonts.gstatic.com/s/playfairdisplay/v22/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKeiunDXbtY.ttf) format('truetype')
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(http://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu51xIIzc.ttf) format('truetype')
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(http://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TzBic6CsE.ttf) format('truetype')
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(http://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype')
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(http://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBBc9.ttf) format('truetype')
}

@font-face {
    font-family: Rufina;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(http://fonts.gstatic.com/s/rufina/v8/Yq6V-LyURyLy-aKCpB5g.ttf) format('truetype')
}

@font-face {
    font-family: Rufina;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(http://fonts.gstatic.com/s/rufina/v8/Yq6W-LyURyLy-aKKHztwu8Za.ttf) format('truetype')
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

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

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

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

b,
strong {
    font-weight: 700
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

img {
    border: 0;
    vertical-align: top
}

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

figure {
    margin: 0
}

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

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

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

input {
    line-height: normal
}

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

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

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

textarea {
    overflow: auto
}

p {
    margin: 0
}

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

a {
    color: #222
}

a:hover {
    color: #222
}

@font-face {
    font-family: derive;
    src: url(wp-content/themes/wpzoom-derive/fonts/derive.eot);
    src: url(wp-content/themes/wpzoom-derive/fonts/derive.eot?#iefix) format("embedded-opentype"), url(wp-content/themes/wpzoom-derive/fonts/derive.svg) format("svg"), url(wp-content/themes/wpzoom-derive/fonts/derive.woff) format("woff"), url(wp-content/themes/wpzoom-derive/fonts/derive.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

[class*=" icon-"],
[class^=icon-] {
    font-family: derive;
    speak-as: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@font-face {
    font-family: derive;
    src: url(wp-content/themes/wpzoom-derive/fonts/derive.eot?z0mg9s);
    src: url(wp-content/themes/wpzoom-derive/fonts/derive.eot?z0mg9s#iefix) format("embedded-opentype"), url(wp-content/themes/wpzoom-derive/fonts/derive.ttf?z0mg9s) format("truetype"), url(wp-content/themes/wpzoom-derive/fonts/derive.woff?z0mg9s) format("woff"), url(wp-content/themes/wpzoom-derive/fonts/derive.svg?z0mg9s#derive) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    line-height: 1.1;
    color: #000
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-weight: 400;
    line-height: 1
}

h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

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

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

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

h1 {
    font-size: 36px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 12px
}

.section-title {
    color: #222;
    font-size: 32px;
    font-weight: 700;
    font-family: Mulish, sans-serif;
    margin: 70px 0 20px
}

.category_description {
    font-size: 16px;
    margin: 0 0 50px
}

@media (min-width:800px) {
    .category_description {
        max-width: 70%
    }
}

p {
    margin-bottom: 1em
}

em,
i {
    font-style: italic
}

address {
    margin: 0 0 1.5em
}

code,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: .9375rem
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

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

ul {
    margin: 0 0 1.5em 1em;
    padding: 0
}

ul {
    list-style: disc
}

li>ul {
    margin-bottom: 0;
    margin-left: 1.5em
}

dd {
    margin: 0 1.5em 1.5em
}

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

.sticky {
    text-align: left
}

.btn,
.button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
    font-family: Mulish, sans-serif;
    font-weight: 700;
    display: inline-block;
    padding: 10px 30px;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    color: #fff;
    border: 0 none;
    border-radius: 100px;
    background: #101010;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: color .2s ease, border-color .2s ease, background-color .2s ease;
    -o-transition: color .2s ease, border-color .2s ease, background-color .2s ease;
    transition: color .2s ease, border-color .2s ease, background-color .2s ease
}

.btn:hover,
.button:hover,
button {
    text-decoration: none;
    color: #fff;
    background-color: rgba(0, 0, 0, .7)
}

.side-nav .btn,
.side-nav .button,
.side-nav .search-form .search-submit,
.side-nav button,
.side-nav input[type=button],
.side-nav input[type=reset],
.side-nav input[type=submit],
.site-footer .btn,
.site-footer .button,
.site-footer .search-form .search-submit,
.site-footer button,
.site-footer input[type=button],
.site-footer input[type=reset],
.site-footer input[type=submit] {
    color: #fff;
    background: #fea6a8
}

.side-nav .btn:hover,
.side-nav .button:hover,
.side-nav .search-form .search-submit:hover,
.side-nav button:hover,
.side-nav input[type=button]:hover,
.side-nav input[type=reset]:hover,
.side-nav input[type=submit]:hover,
.site-footer .btn:hover,
.site-footer .button:hover,
.site-footer .search-form .search-submit:hover,
.site-footer button:hover,
.site-footer input[type=button]:hover,
.site-footer input[type=reset]:hover,
.site-footer input[type=submit]:hover {
    color: #000;
    background: #fff
}

button,
div.wpforms-container-full .wpforms-form .wpforms-page-button,
div.wpforms-container-full .wpforms-form button[type=submit],
div.wpforms-container-full .wpforms-form input[type=submit],
input[type=button],
input[type=reset],
input[type=submit] {
    font-family: Mulish, sans-serif;
    display: inline;
    width: auto;
    padding: 12px 30px;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 16px;
    color: #fff;
    border: 0 none;
    border-radius: 100px;
    background: #101010;
    -webkit-transition: color .2s ease, border-color .2s ease, background-color .2s ease;
    -o-transition: color .2s ease, border-color .2s ease, background-color .2s ease;
    transition: color .2s ease, border-color .2s ease, background-color .2s ease
}

div.wpforms-container-full .wpforms-form .wpforms-page-button,
div.wpforms-container-full .wpforms-form button[type=submit],
div.wpforms-container-full .wpforms-form input[type=submit] {
    border: none
}

div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,
div.wpforms-container-full .wpforms-form button[type=submit]:hover,
div.wpforms-container-full .wpforms-form input[type=submit]:hover {
    border: none
}

button:hover,
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,
div.wpforms-container-full .wpforms-form button[type=submit]:hover,
div.wpforms-container-full .wpforms-form input[type=submit]:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    background-color: rgba(0, 0, 0, .7)
}

input,
textarea {
    font-family: Mulish, sans-serif;
    color: #444
}

label {
    margin-bottom: 5px;
    display: inline-block
}

input,
textarea {
    padding: 11px 10px;
    font-size: 16px;
    background: #fff;
    border: 2px solid #101010;
    width: auto;
    border-radius: 0
}

input[type=text],
textarea {
    -webkit-appearance: none
}

input:focus,
textarea:focus {
    border-color: rgba(0, 0, 0, .5);
    outline: 0
}

a {
    -webkit-transition: .1s ease all;
    -o-transition: .1s ease all;
    transition: .1s ease all;
    text-decoration: none;
    color: #222
}

a:hover {
    text-decoration: none;
    color: #fea6a8
}

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

.sf-menu,
.sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none
}

.sf-menu li {
    position: relative
}

.sf-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99
}

.sf-menu li:hover>ul {
    display: block
}

.sf-menu a {
    display: block;
    position: relative
}

.sf-menu ul ul {
    top: 0;
    left: 100%
}

.navbar a {
    color: #fff
}

.navbar-toggle {
    position: relative;
    float: right;
    margin: 0 0 0 15px;
    padding-left: 0;
    padding-right: 0;
    width: 30px;
    border-color: transparent;
    background: 0 0
}

.derive--with-page-nav .navbar-toggle {
    display: block
}

.navbar-toggle:hover {
    border-color: transparent;
    background-color: transparent
}

.navbar-toggle .icon-bar {
    position: relative;
    display: block;
    width: 22px;
    height: 2px;
    background: #222;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.side-nav .navbar-toggle .icon-bar {
    background: #fff
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 5px
}

.navbar-toggle .icon-bar {
    -webkit-transition: width .13s ease-out, -webkit-transform .13s ease-out, opacity .13s ease-out;
    -o-transition: width .13s ease-out, -o-transform .13s ease-out, opacity .13s ease-out;
    transition: width .13s ease-out, transform .13s ease-out, opacity .13s ease-out
}

.side-nav-open .navbar-toggle .icon-bar:nth-child(2) {
    -webkit-transform: rotateZ(-45deg) translate3d(-5px, 5px, 0);
    transform: rotateZ(-45deg) translate3d(-5px, 5px, 0);
    width: 28px
}

.side-nav-open .navbar-toggle .icon-bar:nth-child(3) {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 0
}

.side-nav-open .navbar-toggle .icon-bar:nth-child(4) {
    -webkit-transform: rotateZ(45deg) translate3d(-5px, -5px, 0);
    transform: rotateZ(45deg) translate3d(-5px, -5px, 0);
    width: 28px
}

.navbar-nav {
    font-weight: 400;
    padding: 0
}

.navbar-nav ul {
    font-size: 13px
}

.navbar-nav>li {
    margin: 0
}

.navbar-nav a {
    padding: 0;
    font-family: Mulish, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    color: #111;
    letter-spacing: 1px;
    border-bottom: 1px solid transparent;
    -webkit-transition: .2s ease all;
    -o-transition: .2s ease all;
    transition: .2s ease all
}

.site-header.header-with-cover .navbar-nav>li>a,
.wpz-transparent-header .navbar-nav>li>a {
    color: #fff
}

.navbar-nav>li>a:hover {
    text-decoration: none;
    color: #4a4a4a
}

.site-header.header-with-cover .navbar-nav>li>a:hover,
.wpz-transparent-header .navbar-nav>li>a:hover {
    color: #fff;
    opacity: .7;
    border-bottom-color: transparent !important
}

.navbar-nav>li:hover>a {
    border-bottom-color: transparent !important
}

.site-header.headroom--not-top .navbar-toggle .icon-bar {
    background: #000
}

@media (min-width:1025px) {
    .navbar-nav ul {
        left: 50%;
        width: 220px;
        margin-top: 0;
        background: #101010;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        line-height: 1.5;
        -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
        white-space: normal
    }
    .navbar-nav ul:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #101010;
        position: absolute;
        top: -7px;
        left: 47.5%;
        z-index: 470
    }
    .navbar-nav ul li {
        border-bottom: 1px solid rgba(255, 255, 255, .07)
    }
    .navbar-nav ul li:last-child {
        border-bottom: none
    }
    .navbar-nav ul a {
        color: #b0b0b0;
        padding: 12px 15px;
        margin: 0 8px !important;
        border-bottom: none;
        font-size: 16px;
        text-transform: none;
        font-weight: 600
    }
    .navbar-nav ul a:hover {
        border-bottom: none;
        color: #fff
    }
    .navbar-nav ul .current-menu-item a,
    .navbar-nav ul .current-menu-parent a,
    .navbar-nav ul .current_page_item a,
    .navbar-nav ul .current_page_parent a {
        color: #fff
    }
    .navbar-nav ul ul {
        right: 100%;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        margin-top: 0
    }
    .navbar-nav ul ul:before {
        display: none
    }
    .navbar-nav>.current-menu-item>a,
    .navbar-nav>.current-menu-parent>a,
    .navbar-nav>.current_page_item>a,
    .navbar-nav>.current_page_parent>a {
        border-bottom: 1px solid rgba(0, 0, 0, .3)
    }
    .site-header.header-with-cover .navbar-nav>.current-menu-item>a,
    .site-header.header-with-cover .navbar-nav>.current-menu-parent>a,
    .site-header.header-with-cover .navbar-nav>.current_page_item>a,
    .site-header.header-with-cover .navbar-nav>.current_page_parent>a,
    .wpz-transparent-header .navbar-nav>.current-menu-item>a,
    .wpz-transparent-header .navbar-nav>.current-menu-parent>a,
    .wpz-transparent-header .navbar-nav>.current_page_item>a,
    .wpz-transparent-header .navbar-nav>.current_page_parent>a {
        border-bottom: 1px solid rgba(255, 255, 255, .3)
    }
    .site-header.headroom--not-top .current-menu-item a,
    .site-header.headroom--not-top .current-menu-parent a,
    .site-header.headroom--not-top .current_page_item a,
    .site-header.headroom--not-top .current_page_parent a {
        border-bottom: 1px solid rgba(0, 0, 0, .3)
    }
}

.navbar .wpz-button a {
    background-color: #fea6a8;
    color: #fff !important;
    padding: 3px 16px;
    border-radius: 3px;
    -webkit-transition: .2s ease all;
    -o-transition: .2s ease all;
    transition: .2s ease all;
    font-size: 15px;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .2);
    border-bottom: 1px solid transparent !important
}

.navbar .wpz-button a:hover {
    text-decoration: none;
    border-bottom: 1px solid transparent
}

.site-header .sb-search {
    float: none;
    position: absolute;
    right: 1.5%;
    height: auto;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.site-header .sb-search form {
    position: relative;
    width: 50px;
    height: 45px
}

.sb-search {
    margin: 0 0 0 5px;
    z-index: 200;
    text-align: right;
    width: 35px
}

.sb-search .sb-search-input {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    outline: 0;
    width: 20px;
    height: 40px;
    margin: 0;
    z-index: 10;
    padding: 10px 65px 10px 15px;
    font-family: inherit;
    font-size: 16px;
    color: #000;
    visibility: hidden;
    opacity: 0;
    border: none;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
    -webkit-transition: .2s ease all;
    -o-transition: .2s ease all;
    transition: .2s ease all;
    background: #fff;
    -webkit-transition: width .6s, border-radius .6s, background .6s;
    -o-transition: width .6s, border-radius .6s, background .6s;
    transition: width .6s, border-radius .6s, background .6s;
    -webkit-box-shadow: none;
    box-shadow: none
}

.sb-search input[type=search].sb-search-input {
    -webkit-appearance: none
}

.sb-search .sb-search-input:-moz-placeholder,
.sb-search .sb-search-input:-ms-input-placeholder,
.sb-search .sb-search-input::-moz-placeholder,
.sb-search .sb-search-input::-webkit-input-placeholder {
    color: #000
}

.sb-search .sb-icon-search {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 43px;
    text-align: center;
    cursor: pointer
}

.sb-search .sb-search-submit {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    background: #fff;
    opacity: 0;
    color: #3a3d40;
    border: none;
    outline: 0;
    z-index: -1
}

.sb-search .sb-icon-search {
    color: #9a9b9c;
    z-index: 90;
    font-size: 18px;
    font-family: derive;
    speak-as: none;
    font-style: normal;
    font-weight: 700;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: .2s ease all;
    -o-transition: .2s ease all;
    transition: .2s ease all
}

.sb-search .sb-icon-search:before {
    content: "\e902"
}

.sb-search .sb-icon-search:hover {
    color: #111;
    opacity: 1
}

.sb-search.sb-search-open .sb-icon-search:before {
    color: #000;
    content: "\e901";
    font-family: derive;
    font-family: inherit;
    font-size: 30px;
    line-height: 40px;
    font-weight: 400
}

.sb-search.sb-search-open .sb-search-input {
    visibility: visible;
    opacity: 1;
    width: 270px;
    -webkit-transition: width .2s ease, background .2s;
    -o-transition: width .2s ease, background .2s;
    transition: width .2s ease, background .2s;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .16);
    border-radius: 50px
}

.sb-search.sb-search-open .sb-icon-search {
    background: 0 0;
    z-index: 11
}

.no-js .sb-search .sb-icon-search {
    background: 0 0;
    z-index: 11
}

.no-js .sb-search .sb-search-submit,
.sb-search.sb-search-open .sb-search-submit {
    z-index: 90
}

.site-header.header-with-cover .sb-search .sb-icon-search,
.wpz-transparent-header .site-header .sb-search .sb-icon-search {
    color: #fff;
    opacity: .8
}

.site-header.header-with-cover .sb-search .sb-search-submit,
.wpz-transparent-header .site-header .sb-search .sb-search-submit {
    color: #fff
}

.site-header.header-with-cover.headroom--not-top .sb-search .sb-icon-search,
.site-header.header-with-cover.headroom--not-top .sb-search .sb-search-input,
.site-header.headroom--not-top .sb-search .sb-icon-search,
.site-header.headroom--not-top .sb-search .sb-search-input,
.wpz-transparent-header .site-header.headroom--not-top .sb-search .sb-icon-search,
.wpz-transparent-header .site-header.headroom--not-top .sb-search .sb-search-input {
    color: #101010
}

.site-header.header-with-cover.headroom--not-top .sb-search .sb-search-submit,
.site-header.headroom--not-top .sb-search .sb-search-submit,
.wpz-transparent-header .site-header.headroom--not-top .sb-search .sb-search-submit {
    color: #101010
}

.site-header .sb-search .sb-search-input::-webkit-input-placeholder,
.site-header.header-with-cover.headroom--not-top .sb-search .sb-search-input::-webkit-input-placeholder,
.wpz-transparent-header .site-header.headroom--not-top .sb-search .sb-search-input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .8)
}

.site-header .sb-search .sb-search-input::-moz-placeholder,
.site-header.header-with-cover.headroom--not-top .sb-search .sb-search-input::-moz-placeholder,
.wpz-transparent-header .site-header.headroom--not-top .sb-search .sb-search-input::-moz-placeholder {
    color: rgba(0, 0, 0, .8)
}

.site-header .sb-search .sb-search-input::placeholder,
.site-header.header-with-cover.headroom--not-top .sb-search .sb-search-input::placeholder,
.wpz-transparent-header .site-header.headroom--not-top .sb-search .sb-search-input::placeholder {
    color: rgba(0, 0, 0, .8)
}

.site-header.header-with-cover .sb-search .sb-search-input::-webkit-input-placeholder,
.wpz-transparent-header .site-header .sb-search .sb-search-input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .8)
}

.site-header.header-with-cover .sb-search .sb-search-input::-moz-placeholder,
.wpz-transparent-header .site-header .sb-search .sb-search-input::-moz-placeholder {
    color: rgba(255, 255, 255, .8)
}

.site-header.header-with-cover .sb-search .sb-search-input::placeholder,
.wpz-transparent-header .site-header .sb-search .sb-search-input::placeholder {
    color: rgba(255, 255, 255, .8)
}

.header_social {
    float: right;
    text-align: right;
    margin: 0 0 0 10px
}

.header_social .widget {
    margin: 0
}

.header_social .widget h3.title {
    display: none
}

.header_social .widget .zoom-social-icons-list--no-labels.zoom-social-icons-list--without-canvas {
    margin: 0
}

.header_social .zoom-social-icons-list--without-canvas .socicon {
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all
}

.header_social .zoom-social-icons-list .socicon:hover {
    opacity: .8
}

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

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    color: #444;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

#content[tabindex="-1"]:focus {
    outline: 0
}

.clear:after,
.clear:before,
.comment-content:after,
.comment-content:before,
.entry-content:after,
.entry-content:before,
.site-content:after,
.site-content:before,
.site-footer:after,
.site-footer:before {
    content: "";
    display: table;
    table-layout: fixed
}

.clear:after,
.comment-content:after,
.entry-content:after,
.site-content:after,
.site-footer:after {
    clear: both
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body,
html {
    margin: 0;
    padding: 0;
    overflow-x: hidden
}

body {
    margin: 0;
    padding: 0;
    font-family: Mulish, sans-serif;
    font-size: 16px;
    font-weight: 400;
    background-repeat: no-repeat;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #fff;
    line-height: 1.7;
    color: #444
}

.inner-wrap,
.wrap {
    max-width: 1200px;
    margin: 0 auto
}

.page .page-with-cover>.inner-wrap,
.single .page-with-cover>.inner-wrap {
    max-width: none;
    margin: 0
}

.inner-wrap:after,
.inner-wrap:before {
    content: " ";
    display: table
}

.inner-wrap:after {
    clear: both
}

#main {
    background: #f6f7f9;
    padding-top: 0;
    padding-bottom: 25px
}

.page #main,
.single #main {
    background: #fff
}

#main.blog-with-post-cover,
#main.page-with-cover {
    padding-top: 0 !important
}

.home .builder-wrap .widget {
    margin-bottom: 0
}

.hidden {
    display: none
}

.blog-with-post-cover .blog-header-cover {
    min-height: 300px;
    position: relative;
    background: #000;
    margin-bottom: 50px
}

.blog-with-post-cover .blog-header-cover-image {
    opacity: .8;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center
}

.blog-with-post-cover .blog-header-cover-image:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .1)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .5) 100%);
    background-repeat: repeat-x
}

.blog-with-post-cover .blog-header-info {
    position: relative;
    z-index: 99;
    padding: 50px 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0
}

.blog-with-post-cover .blog-header-info .entry-info {
    margin-top: 0;
    color: #fff
}

.blog-with-post-cover .blog-header-info .section-title {
    color: #fff
}

.blog-with-post-cover .section-title:after {
    background: rgba(255, 255, 255, .3)
}

.archive #main {
    background: #f6f7f9
}

.recent-posts article {
    background-color: #fff
}

.recent-posts .post-thumb {
    display: block;
    margin-bottom: 30px
}

.recent-posts .post-thumb a:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.recent-posts .post-thumb img {
    max-width: 100%;
    height: auto;
    width: 100%
}

.entry-header {
    position: relative
}

.page .entry-header,
.single .entry-header {
    margin-top: 90px;
    text-align: center
}

.page .has-post-cover .entry-header,
.single .has-post-cover .entry-header {
    max-width: 950px;
    width: 100%;
    margin-top: 0;
    z-index: 100
}

.entry-title {
    font-family: "Playfair Display", sans-serif;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.5
}

.page .entry-title,
.single .entry-title {
    margin-top: 10px
}

.recent-posts .entry-title {
    font-size: 28px;
    line-height: 1.3
}

.entry-title a {
    color: #222;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all
}

.entry-title a:hover {
    color: #222;
    text-decoration: underline
}

.page .has-post-cover .entry-header .entry-title:after {
    display: none
}

.entry-content:after,
.entry-content:before {
    content: " ";
    display: table
}

.entry-content:after {
    clear: both
}

.page .entry-content,
.single .entry-content {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    color: #272c30
}

.entry-content p {
    margin-bottom: 28px;
    word-wrap: break-word
}

.entry-content p:last-child {
    margin-bottom: 0
}

.entry-content img {
    max-width: 100%;
    height: auto
}

.entry-meta p {
    margin-bottom: 0
}

@media (min-width:1250px) {
    .single .entry-meta {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        position: absolute;
        top: 0;
        left: -50px;
        text-align: center;
        font-family: Mulish, sans-serif;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.single .entry-author a {
    text-decoration: none
}

.single .entry-author .author-name {
    font-family: "Playfair Display", sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    margin-bottom: 12px;
    display: block
}

.single .entry-meta .entry-date {
    font-size: 14px;
    line-height: 1;
    color: #999
}

.single .entry-meta a:hover {
    opacity: .7;
    -webkit-box-shadow: none;
    box-shadow: none
}

.recent-posts .entry-meta {
    font-size: 16px;
    font-family: Mulish, sans-serif;
    margin: 0 0 20px
}

.entry-meta a {
    color: #222
}

.entry-meta a:hover {
    color: #222;
    text-decoration: none
}

.recent-posts .entry-meta span {
    display: inline
}

.entry-content a {
    font-weight: 600;
    text-decoration: underline
}

.entry-content a:hover {
    text-decoration: none
}

.more-link,
.more_link {
    font-weight: 700;
    display: table;
    text-align: center;
    margin: 10px auto 0;
    text-decoration: none !important
}

.more-link:hover,
.more_link:hover {
    opacity: .7;
    color: #000
}

.entry-cover {
    margin-bottom: 60px
}

.single .has-post-cover .entry-cover {
    min-height: 75vh;
    height: 100%;
    position: relative;
    background: #000
}

.page .has-post-cover .entry-cover {
    min-height: 450px;
    height: 100%;
    position: relative;
    background: #000
}

.page .has-post-cover .entry-cover-image,
.single .has-post-cover .entry-cover-image {
    opacity: .8;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.page .has-post-cover .entry-cover-image:after,
.single .has-post-cover .entry-cover-image:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .3);
    background-repeat: repeat-x
}

.page .has-post-cover .no-overlay .entry-cover-image,
.single .has-post-cover .no-overlay .entry-cover-image {
    opacity: 1
}

.page .has-post-cover .no-overlay .entry-cover-image:after,
.single .has-post-cover .no-overlay .entry-cover-image:after {
    display: none
}

.page .has-post-cover .entry-header .entry-info,
.single .has-post-cover .entry-header .entry-info {
    margin-top: 0;
    color: #fff
}

.page .post-location,
.single .post-location {
    font-style: italic
}

.page .post-location .dashicons,
.single .post-location .dashicons {
    vertical-align: middle
}

.page .has-post-cover .entry-header .entry-title,
.single .has-post-cover .entry-header .entry-title {
    color: #fff;
    text-transform: none;
    font-weight: 900;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 25px;
    padding: 0;
    font-family: "Playfair Display", sans-serif
}

.page .has-post-cover .entry-header .entry-excerpt,
.single .has-post-cover .entry-header .entry-excerpt {
    font-size: 15px;
    text-align: center
}

.page .has-post-cover .entry-header .entry-meta,
.single .has-post-cover .entry-header .entry-meta {
    color: rgba(255, 255, 255, .7);
    opacity: .9;
    font-size: 16px
}

.page .has-post-cover .entry-header .entry-meta a,
.single .has-post-cover .entry-header .entry-meta a {
    color: #fff;
    font-weight: 600
}

.page .has-post-cover .entry-header .entry-meta a:hover,
.single .has-post-cover .entry-header .entry-meta a:hover {
    text-decoration: none;
    color: #fea6a8
}

.page .entry-category+.entry-date,
.single .entry-category+.entry-date {
    display: inline-block
}

.page .full-width .entry-content,
.single .full-width .entry-content {
    max-width: 100%;
    margin: 0;
    padding: 0
}

.page .full-width .entry-info {
    margin-top: 0
}

.page .full-width .entry-title {
    margin-bottom: 0
}

.page .entry-footer,
.single .entry-footer {
    max-width: 700px;
    margin: 0 auto 150px;
    padding: 0;
    text-align: center
}

.page .entry-footer .section-title,
.single .entry-footer .section-title {
    margin-top: 50px;
    margin-bottom: 20px;
    color: #666;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    font-family: "Playfair Display", sans-serif;
    text-transform: uppercase
}

.page .entry-footer .section-title:after,
.single .entry-footer .section-title:after {
    display: none
}

.page .entry-footer .section-title:before,
.single .entry-footer .section-title:before {
    display: block;
    content: " ";
    width: 200px;
    height: 1px;
    background: #e6e6e6;
    margin: 40px auto 48px
}

.page .tag_list,
.single .tag_list {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    line-height: 1;
    color: #000;
    padding: 0;
    margin: 90px 0 0
}

.page .tag_list a,
.single .tag_list a {
    display: inline-block;
    padding: 5px 20px;
    border: 2px solid #ccc;
    border-radius: 50px;
    margin: 4px 10px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-decoration: none
}

.page .tag_list a:hover,
.single .tag_list a:hover {
    color: #000;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #222
}

.page .tag_list .separator,
.single .tag_list .separator {
    margin: 0 5px 0 0;
    color: #aaa
}

.page .post_author,
.single .post_author {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin: 90px 0 0
}

.page .post_author .author-link,
.single .post_author .author-link {
    display: block;
    margin: 0 0 20px
}

.page .post_author .author-title,
.single .post_author .author-title {
    margin: 0 0 15px
}

.page .post_author .author-name,
.single .post_author .author-name {
    font-family: "Playfair Display", sans-serif;
    font-size: 20px;
    font-weight: 900;
    text-transform: none;
    margin: 0
}

.page .post_author img,
.single .post_author img {
    margin: 0 0 20px 0;
    border-radius: 50%
}

.page .post_author a,
.single .post_author a {
    font-size: 18px;
    color: #222;
    line-height: 1.9;
    text-decoration: none
}

.page .post_author a:hover,
.single .post_author a:hover {
    text-decoration: none;
    opacity: .7;
    -webkit-box-shadow: none;
    box-shadow: none
}

.page .post_author span,
.single .post_author span {
    margin: 0 0 5px;
    display: block;
    text-transform: uppercase
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    margin-bottom: 20px;
    line-height: 1.3;
    font-family: "Playfair Display", sans-serif;
    font-weight: 900
}

.entry-content .wp-block-image img {
    margin-bottom: 20px;
    max-width: 100%;
    height: auto
}

.entry-content ul {
    margin-bottom: 25px
}

.entry-content li ul:not(.wp-block-gallery) {
    margin-bottom: 0;
    margin-left: 30px
}

.entry-content .wp-block-gallery {
    margin-left: 0
}

.entry-content .wp-block-embed figcaption,
.entry-content .wp-block-image figcaption {
    color: #666;
    font-style: italic;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 25px
}

.entry-content li {
    list-style-position: inside
}

.entry-content ul li {
    list-style-type: square
}

@media screen and (max-width:1250px) {
    .page .entry-content,
    .single .entry-content {
        max-width: 75%
    }
}

.entry-content .gallery {
    clear: both;
    text-align: center;
    max-width: 100%
}

.entry-content .gallery a:hover {
    opacity: .6;
    -webkit-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out
}

.gallery-item {
    display: inline-block;
    max-width: 33.33%;
    padding: 0 1.1400652% 2.2801304%;
    text-align: center;
    vertical-align: top;
    width: 100%
}

.gallery-columns-1 .gallery-item {
    max-width: 100%
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-icon img {
    margin: 0 auto
}

.page .has-post-cover .entry-cover,
.single-post .has-post-cover .entry-cover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    margin-bottom: 40px
}

.single-post .display-none {
    display: none
}

.page .has-post-cover .entry-cover {
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.page .display-none {
    display: none
}

.entry-content .wp-block-button__link {
    text-decoration: none;
    margin-bottom: 15px;
    -webkit-transition: .2s ease all;
    -o-transition: .2s ease all;
    transition: .2s ease all
}

.entry-content .wp-block-button__link:hover {
    opacity: .8
}

#comments {
    background: #f6f7f9;
    max-width: 700px;
    margin: 0 auto;
    padding: 40px 30px
}

.page #comments {
    margin-top: 50px
}

#comments>h3 {
    position: relative;
    font-family: "Playfair Display", sans-serif;
    font-size: 26px;
    font-weight: 900;
    margin: 0 0 40px
}

.comment-author .comment-meta,
.comment-author .comment-meta a {
    color: #999;
    font-size: 13px;
    text-decoration: none
}

.comment-author .comment-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-style: italic;
    margin: 0 0 10px
}

.comment-body {
    font-size: 14px;
    margin-bottom: 40px
}

.comment-form-comment label {
    display: block;
    font-weight: 600
}

.form-allowed-tags {
    display: none
}

.site-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff;
    width: 100%;
    padding: 24px 5px;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-box-shadow: 0 0 18px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 0 18px 1px rgba(0, 0, 0, .1);
    border-bottom: 1px solid #dbdcdb
}

.site-header.header-with-cover,
.wpz-transparent-header .site-header {
    background: 0 0;
    width: 100%;
    z-index: 1000;
    position: absolute;
    border-bottom: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(0, 0, 0, .4)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .4) 1%, transparent 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .4) 1%, transparent 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .4) 1%, transparent 100%);
    background-repeat: repeat-x
}

.site-header.header-with-cover.headroom--top,
.wpz-transparent-header .site-header.headroom--top {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none
}

.site-header.headroom--not-top {
    background: #fff
}

.site-header>* {
    position: relative;
    padding: 0;
    margin: 0 10px;
    -webkit-box-shadow: 0 0 10px 5px transparent;
    box-shadow: 0 0 10px 5px transparent;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.site-header.header-with-cover .navbar-toggle .icon-bar,
.wpz-transparent-header .site-header .navbar-toggle .icon-bar {
    background: #fff
}

.wpz-transparent-header .navbar-toggle .icon-bar {
    background: #fff
}

.site-header.header-with-cover.headroom--not-top .navbar-toggle .icon-bar,
.site-header.headroom--not-top .navbar-toggle .icon-bar,
.wpz-transparent-header .site-header.headroom--not-top .navbar-toggle .icon-bar {
    background: #000
}

.navbar-brand-wpz {
    line-height: 1;
    text-align: center;
    padding: 0
}

@media (min-width:1240px) {
    .navbar-brand-wpz {
        margin: 0 30px 10px
    }
}

.navbar-brand-wpz img {
    max-width: 100%;
    height: auto;
    vertical-align: middle
}

.navbar-brand-wpz h1 {
    margin: 0;
    font-weight: 700;
    font-family: "Playfair Display", sans-serif
}

.navbar-brand-wpz a {
    font-size: 52px;
    color: #101010
}

.site-header.header-with-cover .navbar-brand-wpz a,
.wpz-transparent-header .site-header .navbar-brand-wpz a {
    color: #fff
}

.navbar-brand-wpz a:active,
.navbar-brand-wpz a:hover {
    text-decoration: none;
    color: #000;
    opacity: .7;
    -webkit-box-shadow: none;
    box-shadow: none
}

.navbar-sticky {
    display: none;
    max-width: 300px
}

.site-header.header-with-cover .navbar-brand-wpz>a,
.site-header.header-with-cover .navbar-brand-wpz>h1,
.wpz-transparent-header .site-header .navbar-brand-wpz>a,
.wpz-transparent-header .site-header .navbar-brand-wpz>h1 {
    display: none
}

.site-header.header-with-cover.headroom--not-top .navbar-brand-wpz>a,
.site-header.header-with-cover.headroom--not-top .navbar-brand-wpz>h1,
.wpz-transparent-header .site-header.headroom--not-top .navbar-brand-wpz>a,
.wpz-transparent-header .site-header.headroom--not-top .navbar-brand-wpz>h1 {
    display: block
}

.site-header.header-with-cover .navbar-sticky,
.wpz-transparent-header .site-header .navbar-sticky {
    display: block
}

.site-header.header-with-cover.headroom--not-top .navbar-sticky,
.wpz-transparent-header .site-header.headroom--not-top .navbar-sticky {
    display: none
}

.site-header .nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 16px;
    font-weight: 600;
    line-height: 2.5;
    white-space: nowrap;
    padding: 0;
    font-family: Mulish, sans-serif;
    overflow: hidden
}

.site-header .nav:nth-of-type(2) {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-right: 40px
}

.site-header .nav a {
    margin: 0 15px
}

.site-header .nav a:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.site-header .priority-plus-hidden>strong {
    display: block;
    cursor: pointer
}

.site-header .priority-plus-hidden>strong>span {
    display: inline-block;
    font-size: 16px;
    text-align: center;
    line-height: 22px;
    color: #fff;
    background: rgba(0, 0, 0, .6);
    height: 22px;
    width: 22px;
    font-weight: 700;
    border-radius: 100%;
    -webkit-transition: .2s ease all;
    -o-transition: .2s ease all;
    transition: .2s ease all;
    margin: 0 15px
}

.site-header .priority-plus-hidden:hover>strong>span {
    background: #000
}

.site-header .navbar-toggle {
    display: none
}

.site-header .header_social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.site-header .zoom-social-icons-widget h3.title,
.site-header .zoom-social-icons-widget>p {
    display: none
}

.site-header .header_social ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin: 0
}

.site-header .header_social a,
.site-header .header_social li,
.site-header .header_social span {
    padding: 0 !important;
    margin: 0 !important
}

.site-header .header_social li {
    padding: 0 10px !important
}

.site-header .header_social span {
    display: none
}

.site-header .header_social .socicon {
    display: block
}

@media screen and (min-width:300px) {
    .headroom--not-top,
    .site-header.header-with-cover.headroom--not-top,
    .wpz-transparent-header .site-header.headroom--not-top {
        background: #fff;
        -webkit-box-shadow: 0 0 18px 1px rgba(0, 0, 0, .1);
        box-shadow: 0 0 18px 1px rgba(0, 0, 0, .1);
        border-bottom: 1px solid #dbdcdb
    }
    .headroom--not-top .navbar {
        background: #fff;
        padding: 12px 0;
        -webkit-box-shadow: 0 0 18px 1px rgba(0, 0, 0, .1);
        box-shadow: 0 0 18px 1px rgba(0, 0, 0, .1)
    }
    .headroom--not-top .navbar .navbar-brand-wpz img {
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        max-height: 70px;
        width: auto
    }
    .site-header.headroom {
        width: 100%;
        z-index: 1000;
        position: fixed;
        top: 0
    }
    .site-header.headroom .main-navbar,
    .site-header.headroom .navbar-brand-wpz h1,
    .site-header.headroom .navbar-brand-wpz h1 a {
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }
    .site-header.headroom--not-top {
        position: fixed;
        top: 0;
        padding-top: 13px;
        padding-bottom: 14px
    }
    .site-header.headroom--not-top .navbar-brand-wpz h1,
    .site-header.headroom--not-top .navbar-brand-wpz h1 a {
        font-size: 40px
    }
    .site-header.headroom--not-top.headroom--not-top .navbar-brand-wpz a {
        color: #000
    }
    .site-header.headroom--not-top.headroom--not-top .navbar-nav>li>a {
        color: #000
    }
    .site-header.headroom--not-top.headroom--not-top .navbar-nav>li>a:hover {
        color: #4a4a4a
    }
    .site-header.headroom--not-top .navbar-brand-wpz img {
        -webkit-transition-duration: .34s;
        -o-transition-duration: .34s;
        transition-duration: .34s;
        max-width: 80%;
        height: auto
    }
    .admin-bar .headroom {
        top: 32px
    }
}

@media screen and (max-width:782px) {
    .admin-bar #header {
        margin-top: 46px
    }
}

@media screen and (max-width:600px) {
    .admin-bar #header.headroom--not-top {
        margin-top: 0
    }
}

body.side-nav-open {
    height: 100%
}

.site {
    position: relative;
    -webkit-transition: -webkit-transform .18s ease;
    -o-transition: -o-transform .18s ease;
    transition: transform .18s ease
}

.side-nav-open .site {
    z-index: 300;
    -webkit-transform: translateX(-380px);
    -ms-transform: translateX(-380px);
    -o-transform: translateX(-380px);
    transform: translateX(-380px)
}

.side-nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: -70px;
    overflow: hidden;
    width: 380px;
    z-index: -1;
    visibility: hidden;
    outline: 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-overflow-scrolling: touch
}

.side-nav a {
    color: #fff
}

.side-nav a:hover {
    color: #fea6a8
}

.side-nav .navbar-nav li a {
    font-family: "Arial Black", sans-serif;
    font-size: 26px;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 700
}

.side-nav-open .side-nav {
    visibility: visible;
    z-index: 600
}

.side-nav-overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 600
}

.side-nav-open .side-nav-overlay {
    display: block;
    right: 380px;
    z-index: 900;
    cursor: e-resize
}

.side-nav__scrollable-container {
    position: relative;
    padding-bottom: 70px;
    height: 100%;
    overflow: auto;
    background-color: #101010;
    color: #78787f;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(380px);
    -ms-transform: translateX(380px);
    -o-transform: translateX(380px);
    transform: translateX(380px);
    -webkit-transition: -webkit-transform .18s ease;
    -o-transition: -o-transform .18s ease;
    transition: transform .18s ease
}

.side-nav-open .side-nav__scrollable-container {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.side-nav__scrollable-container::-webkit-scrollbar {
    display: none
}

.side-nav__wrap {
    position: relative;
    padding: 60px 30px
}

.admin-bar .side-nav__wrap {
    padding-top: 92px
}

@media screen and (max-width:782px) {
    .admin-bar .side-nav__wrap {
        padding-top: 106px
    }
}

.side-nav__wrap .navbar-toggle {
    margin: 5px 0 0;
    padding-right: 0;
    background: 0 0;
    color: #fff
}

.side-nav__wrap .navbar-toggle:hover {
    background: 0 0;
    color: #fff
}

.side-nav__close-button {
    display: none
}

.side-nav__close-button:after,
.side-nav__close-button:before {
    content: " ";
    display: table
}

.side-nav__close-button:after {
    clear: both
}

.side-nav .navbar-nav {
    display: none;
    margin-bottom: 60px;
    padding: 0
}

.side-nav .widget {
    margin-bottom: 60px;
    max-width: 100%
}

.side-nav .widget:last-child {
    margin-bottom: 0
}

.side-nav .widget .title {
    font-size: 18px
}

.wrap--layout-side-left .site-main,
.wrap--layout-side-right .site-main {
    width: 72.5%;
    float: left
}

.wrap--layout-side-left .site-main {
    float: right
}

.sidebar--product {
    margin: 65px 0 20px
}

.site-footer {
    background: #1a1919;
    color: #666
}

.site-footer a {
    color: #fff
}

.site-footer a:hover {
    color: #fea6a8;
    text-decoration: none
}

.side-nav a:hover,
.site-footer a:hover {
    color: #fea6a8;
    text-decoration: none
}

.footer-widgets {
    padding: 60px 0 0;
    font-size: 0
}

.footer-widgets:after,
.footer-widgets:before {
    content: " ";
    display: table
}

.footer-widgets:after {
    clear: both
}

.footer-widgets .column {
    display: inline-block;
    vertical-align: top;
    float: none;
    font-size: 16px
}

.footer-widgets.widget-columns-4 .column {
    width: 23%;
    margin-right: 2.6666%
}

.footer-widgets.widget-columns-3 .column {
    width: 31%;
    margin-right: 3.5%
}

.footer-widgets.widget-columns-2 .column {
    width: 48%;
    margin-right: 4%
}

.footer-widgets.widget-columns-1 .column {
    width: 100%
}

.footer-widgets.widget-columns-2 .column:nth-child(2n+2),
.footer-widgets.widget-columns-3 .column:nth-child(3n+3),
.footer-widgets.widget-columns-4 .column:nth-child(4n+4) {
    margin-right: 0
}

.footer-widgets .column:last-child {
    margin-right: 0
}

.footer-widgets .title,
.side-nav .title {
    color: #fff
}

.site-footer-separator {
    font-size: 35px;
    letter-spacing: 2px;
    text-align: center;
    line-height: 1;
    color: #fff;
    opacity: .3;
    margin: 40px 0 0
}

.footer_social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 10%;
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px 0 0
}

.footer_social .widget {
    padding: 0;
    margin: 0
}

.site-footer .zoom-social-icons-widget h3.title,
.site-footer .zoom-social-icons-widget>p {
    display: none
}

.site-footer .footer_social ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin: 0
}

.site-info {
    font-size: 13px;
    text-align: center;
    color: #666;
    padding: 30px 0 60px
}

.site-info p {
    padding: 0;
    margin: 0
}

.site-info a {
    color: #fff;
    font-weight: 600
}

.site-info a:hover {
    color: #fea6a8
}

#recent-posts {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 25px;
    padding: 0;
    margin: 0
}

.home .blog-archive {
    padding-top: 50px
}

.error404 .recent-posts {
    display: block
}

.recent-posts article {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: auto;
    padding: 0;
    margin: 0;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .08);
    border-radius: 3px 3px 4px 4px
}

.recent-posts article {
    display: block
}

@media (min-width:880px) {
    .post-thumb-hidden {
        display: none
    }
    body:not(.search-results) .recent-posts.wpz-featured-post article:first-child {
        grid-column-end: span 2
    }
    .recent-posts.wpz-featured-post article:first-child .entry-title {
        font-size: 42px
    }
    .recent-posts.wpz-featured-post article:first-child .entry-meta>span.meta-comments {
        margin-left: auto
    }
}

.recent-posts article .post-thumb,
.recent-posts article .post-thumb a {
    margin: 0
}

.recent-posts article .post-thumb a,
.recent-posts article .post-thumb-hidden a {
    display: block;
    position: relative;
    height: 510px;
    width: 100%;
    overflow: hidden
}

.recent-posts article .post-thumb a img,
.recent-posts article .post-thumb-hidden a img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100% !important;
    max-width: 100% !important;
    margin: 0;
    width: auto;
    border-radius: 3px 3px 0 0
}

.recent-posts article .entry-body {
    padding: 20px 30px 50px
}

.recent-posts article .entry-meta {
    list-style: none;
    padding: 0;
    font-size: 16px;
    margin: 0 0 15px;
    color: #666;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.recent-posts article .entry-meta a {
    font-weight: 600;
    color: #222;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.recent-posts article .entry-meta a:hover {
    opacity: .7
}

.recent-posts article .entry-meta>span {
    list-style: none;
    padding: 0;
    display: inline
}

.recent-posts article .entry-meta>span.entry-author,
.recent-posts article .entry-meta>span.entry-date {
    margin-right: 10px
}

.recent-posts article .entry-meta span:last-child {
    margin-right: 0
}

.recent-posts article .entry-meta .entry-title {
    line-height: 1.3;
    margin: 0 0 10px
}

.recent-posts article .entry-meta .entry-title a {
    display: inline;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.recent-posts article .entry-meta .entry-title a:active,
.recent-posts article .entry-meta .entry-title a:hover {
    text-decoration: underline
}

.recent-posts .more_link {
    font-family: Mulish, sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
    background: 0 0;
    padding: 0;
    border: 0;
    margin: 5px 0 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.recent-posts .more_link::after {
    content: '...';
    font-size: 22px;
    font-family: serif;
    line-height: 25px;
    letter-spacing: 1px;
    vertical-align: bottom;
    margin: 0 0 0 7px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline
}

.recent-posts .more_link:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.recent-posts .more_link:hover::after {
    margin: 0 0 0 10px;
    letter-spacing: 4px
}

.recent-posts .navigation {
    position: static;
    grid-column-end: span 3
}

.widget {
    margin-bottom: 40px
}

.widget .title {
    margin: 0 0 25px;
    font-size: 24px;
    font-family: "Playfair Display", sans-serif;
    font-weight: 900
}

.widget ul {
    clear: both;
    margin: 0;
    padding: 0
}

.widget ul li {
    list-style-type: none
}

.widget ul ul {
    margin: 0;
    padding: 0;
    border-top: none
}

.widget ul ul li {
    border: none
}

.widget .feature-posts-list {
    text-align: left
}

.widget .feature-posts-list br {
    display: none
}

.widget .feature-posts-list img {
    margin: 0 15px 0 0;
    float: left
}

.widget .feature-posts-list small {
    font-size: 14px;
    margin: 0 0 5px;
    display: block;
    opacity: .8
}

.widget .feature-posts-list .post-excerpt {
    display: block;
    overflow: hidden
}

.widget .feature-posts-list li {
    margin: 0 0 25px
}

.widget .feature-posts-list li:last-child {
    margin: 0;
    border: none;
    padding: 0
}

.widget .feature-posts-list li h3 {
    line-height: 1.3;
    font-size: 16px;
    margin: 0 0 5px
}

.widget .feature-posts-list li a {
    font-weight: 700
}

.zoom-instagram-widget li img:hover {
    opacity: .6;
    -webkit-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out
}

.site-widgetized-section .widgets .widget {
    font-size: 16px;
    width: 100%;
    margin-right: 0
}

.section-footer .zoom-instagram-widget {
    overflow: hidden;
    margin: 0;
    position: relative
}

.section-footer .zoom-instagram-widget .title {
    display: none
}

.section-footer .zoom-instagram-widget .zoom-instagram-widget__follow-me {
    margin-top: 1px;
    text-align: center;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.section-footer .zoom-instagram-widget a.ig-b-v-24 {
    color: #fff !important;
    border: none;
    font-weight: 600 !important;
    border-radius: 0;
    line-height: 1.5em;
    padding: 10px 18px;
    font-size: 12px;
    text-transform: uppercase;
    background: #101010;
    display: inline-block;
    margin: 0;
    letter-spacing: 2px !important
}

.section-footer .zoom-instagram-widget a.ig-b-v-24:hover {
    color: #fea6a8 !important
}

.zoom-instagram-widget li img {
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.section-footer .zoom-instagram-widget li img:hover {
    opacity: .9
}

.widget_search label {
    display: inline
}

.widget_rss li {
    margin: 0 0 20px
}

.widget_rss .rss-date {
    display: block;
    font-size: 14px;
    margin: 5px 0;
    color: #999
}

embed,
iframe,
object {
    max-width: 100%
}

.entry-content .gallery a:hover {
    opacity: .6;
    -webkit-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out
}

.gallery-item {
    display: inline-block;
    max-width: 33.33%;
    padding: 0 1.1400652% 2.2801304%;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin: 0
}

.gallery-columns-1 .gallery-item {
    max-width: 100%
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-icon img {
    margin: 0 auto
}

.single-product .entry-content {
    max-width: 1400px;
    padding: 0 15px
}

@media screen and (max-width:1260px) {
    .inner-wrap,
    .wrap {
        max-width: 96%;
        margin: 0 auto
    }
    .single .entry-meta {
        position: relative
    }
    .single .entry-meta .entry-author,
    .single .entry-meta .entry-date {
        display: none
    }
    .recent-posts article .post-thumb a,
    .recent-posts article .post-thumb-hidden a {
        height: auto
    }
    .recent-posts article .post-thumb a img,
    .recent-posts article .post-thumb-hidden a img {
        height: auto !important
    }
}

@media screen and (max-width:1024px) {
    .recent-posts .entry-title {
        font-size: 22px;
        line-height: 1.5
    }
    .inner-wrap,
    .wrap {
        max-width: 92%
    }
    .home .blog-archive {
        padding-top: 40px
    }
    .site-header {
        padding-right: 4%;
        padding-left: 4%
    }
    .site-header .navbar-header {
        order: 1;
        margin-left: 0
    }
    .site-header .sb-search {
        order: 2;
        right: 75px
    }
    .site-header .header_social {
        order: 3
    }
    .site-header .navbar-toggle {
        order: 4
    }
    .site-header .navbar-toggle {
        display: block;
        margin-right: 0
    }
    .site-header .nav {
        display: none
    }
    .site-header.has-menu-overlay .navbar {
        position: relative;
        background: #111
    }
    .side-nav .navbar-nav {
        display: block;
        margin-left: 0;
        position: relative
    }
    .navbar-toggle {
        display: block
    }
    .navbar-nav {
        float: none
    }
    .side-nav .navbar-nav ul {
        display: none;
        margin-left: 20px
    }
    .navbar-nav li {
        display: block;
        position: relative;
        float: none;
        margin: 10px 0;
        padding: 0 0 5px;
        border-bottom: 1px solid rgba(255, 255, 255, .1)
    }
    .navbar-nav li a,
    .navbar-nav ul li {
        border: none;
        padding: 0;
        margin: 7px 0
    }
    .navbar-nav ul li a {
        text-transform: none;
        font-weight: 400;
        font-size: 14px
    }
    .navbar-nav a:hover {
        border: none
    }
    .navbar-nav>li>a:hover {
        border: none;
        color: inherit
    }
    .navbar-nav>li>a.sf-with-ul:hover {
        border-bottom: none
    }
    .navbar-nav li a {
        padding: 4px 0
    }
    .navbar-nav ul:before {
        display: none
    }
    .navbar-nav ul ul {
        left: 0
    }
    .navbar-nav li li a {
        color: #ccc
    }
    .current-menu-item a,
    .current-menu-parent a,
    .current_page_item a,
    .current_page_parent a {
        border-bottom: none
    }
    .recent-posts .post-thumb img {
        max-width: 100%;
        height: auto
    }
    .footer-widgets.widget-columns-4 .column {
        width: 48%;
        margin-right: 4%
    }
    .footer-widgets.widget-columns-3 .column {
        width: 31%;
        margin-right: 3.5%
    }
    .footer-widgets.widget-columns-2 .column {
        width: 48%;
        margin-right: 4%
    }
    .footer-widgets.widget-columns-1 .column {
        width: 100%
    }
    .footer-widgets.widget-columns-2 .column:nth-child(2n+2),
    .footer-widgets.widget-columns-3 .column:nth-child(3n+3),
    .footer-widgets.widget-columns-4 .column:nth-child(2n+2) {
        margin-right: 0
    }
}

@media screen and (max-width:880px) {
    .page .has-post-cover .entry-header .entry-title,
    .single .has-post-cover .entry-header .entry-title {
        margin-left: 4%;
        margin-right: 4%
    }
    .page .entry-content,
    .single .entry-content {
        max-width: 94%;
        margin: 0 auto
    }
    .recent-posts.wpz-featured-post article:first-child .post-thumb {
        display: none
    }
    .site-header>* {
        margin-left: 10px;
        margin-right: 10px
    }
}

@media screen and (max-width:768px) {
    .home .blog-archive {
        padding-top: 20px
    }
    #recent-posts {
        grid-template-columns: 1fr 1fr
    }
    .recent-posts .navigation {
        grid-column-end: span 2
    }
    .site-header .sb-search {
        right: 8%
    }
    .navbar-brand-wpz img {
        max-width: 100%;
        height: auto;
        max-height: 100px;
        width: auto
    }
    .inner-wrap .site-main {
        width: 100%
    }
    .section-title {
        font-size: 20px;
        margin-top: 40px
    }
    .page .has-post-cover .entry-cover,
    .single .has-post-cover .entry-cover {
        min-height: 450px
    }
    .page .has-post-cover .entry-header .entry-meta,
    .single .has-post-cover .entry-header .entry-meta {
        font-size: 16px !important
    }
    .page .has-post-cover .entry-header .entry-title,
    .single .has-post-cover .entry-header .entry-title {
        margin-bottom: 10px
    }
    .recent-posts .entry-body {
        width: 100%;
        float: none;
        max-width: 100%
    }
    .recent-posts .entry-meta {
        width: 100%;
        float: none
    }
    .recent-posts .entry-meta p {
        float: left;
        margin-right: 15px
    }
    .recent-posts .post-thumb img {
        max-width: 100%;
        height: auto
    }
    .form-allowed-tags {
        display: none
    }
    .feature-posts-list small {
        font-size: 14px
    }
    .footer-widgets {
        display: block
    }
    .footer-widgets .column {
        width: 100% !important;
        display: block;
        border: none
    }
}

@media screen and (max-width:640px) {
    .category_description {
        font-size: 14px
    }
    .navbar-brand-wpz h1 {
        letter-spacing: 0;
        line-height: 1
    }
    .navbar-brand-wpz a {
        font-size: 20px
    }
    .page .entry-content,
    .single .entry-content {
        margin-top: 20px;
        margin-bottom: 20px
    }
    .recent-posts .entry-meta {
        font-size: 14px
    }
    .page .has-post-cover .entry-header .entry-meta,
    .single .has-post-cover .entry-header .entry-meta {
        font-size: 14px !important
    }
    .page .has-post-cover .entry-cover,
    .single .has-post-cover .entry-cover {
        align-items: center
    }
    .entry-title {
        font-size: 24px;
        line-height: 1.5
    }
    .page .has-post-cover .entry-header .entry-title,
    .single .has-post-cover .entry-header .entry-title {
        font-size: 24px
    }
    .widget_wpzoom-instagram li:nth-child(3n+3) {
        margin-right: 15px
    }
    .side-nav__close-button {
        display: block
    }
    .side-nav-open .site .navbar-toggle .icon-bar:nth-child(2) {
        -webkit-transform: rotateZ(-40deg) translate3d(4px, 17px, 0);
        transform: rotateZ(-40deg) translate3d(4px, 17px, 0);
        width: 12px
    }
    .side-nav-open .site .navbar-toggle .icon-bar:nth-child(3) {
        -webkit-transform: translateX(3px);
        -ms-transform: translateX(3px);
        transform: translateX(3px);
        opacity: 1
    }
    .side-nav-open .site .navbar-toggle .icon-bar:nth-child(4) {
        -webkit-transform: rotateZ(40deg) translate3d(4px, -17px, 0);
        transform: rotateZ(40deg) translate3d(4px, -17px, 0);
        width: 12px
    }
    .side-nav__wrap {
        padding-top: 20px
    }
    .site-info {
        font-size: 14px
    }
    .site-info .copyright,
    .site-info .designed-by {
        width: 100%;
        float: none;
        text-align: center;
        margin-bottom: 0
    }
    .header_social {
        display: none
    }
}

@media screen and (max-width:600px) {
    #recent-posts {
        grid-template-columns: 1fr
    }
    .recent-posts .navigation {
        grid-column-end: span 1
    }
    .inner-wrap,
    .wrap {
        max-width: 90%
    }
    .site-header {
        padding-right: 5%;
        padding-left: 5%
    }
}

@media screen and (max-width:490px) {
    .site-header .sb-search {
        right: 11%
    }
}

@media screen and (max-width:460px) {
    .comment-author .comment-meta {
        display: block
    }
    .site-header.headroom--not-top .navbar-brand-wpz h1,
    .site-header.headroom--not-top .navbar-brand-wpz h1 a {
        font-size: 28px
    }
    .side-nav-open .site {
        -webkit-transform: translateX(-86%);
        -ms-transform: translateX(-86%);
        transform: translateX(-86%)
    }
    .side-nav {
        width: 86%
    }
    .side-nav-open .side-nav-overlay {
        right: 86%
    }
    .side-nav__scrollable-container {
        -webkit-transform: translateX(80%);
        -ms-transform: translateX(80%);
        transform: translateX(80%)
    }
    .side-nav__wrap {
        padding-bottom: 30px
    }
    .navbar-nav ul {
        width: auto
    }
    .side-nav .widget {
        margin-bottom: 30px
    }
    .side-nav .title {
        margin-bottom: 10px
    }
}

@media screen and (max-width:380px) {
    .side-nav__scrollable-container {
        width: 100%
    }
}

/*! This file is auto-generated */

@font-face {
    font-family: dashicons;
    src: url(wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800);
    src: url(wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800#iefix) format("embedded-opentype"), url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"), url(wp-includes/fonts/dashicons.ttf?99ac726223c749443b642ce33df8b800) format("truetype");
    font-weight: 400;
    font-style: normal
}

.dashicons,
.dashicons-before:before {
    font-family: dashicons;
    display: inline-block;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak-as: never;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 20px;
    height: 20px;
    font-size: 20px;
    vertical-align: top;
    text-align: center;
    transition: color .1s ease-in
}

.dashicons-admin-comments:before {
    content: "\f101"
}

.dashicons-admin-home:before {
    content: "\f102"
}

.dashicons-admin-media:before {
    content: "\f104"
}

.dashicons-admin-page:before {
    content: "\f105"
}

.dashicons-admin-plugins:before {
    content: "\f106"
}

.dashicons-admin-post:before {
    content: "\f109"
}

.dashicons-admin-settings:before {
    content: "\f108"
}

.dashicons-admin-site-alt:before {
    content: "\f11d"
}

.dashicons-admin-site-alt2:before {
    content: "\f11e"
}

.dashicons-admin-site-alt3:before {
    content: "\f11f"
}

.dashicons-admin-site:before {
    content: "\f319"
}

.dashicons-admin-users:before {
    content: "\f110"
}

.dashicons-align-center:before {
    content: "\f134"
}

.dashicons-align-full-width:before {
    content: "\f114"
}

.dashicons-align-left:before {
    content: "\f135"
}

.dashicons-align-none:before {
    content: "\f138"
}

.dashicons-align-right:before {
    content: "\f136"
}

.dashicons-analytics:before {
    content: "\f183"
}

.dashicons-archive:before {
    content: "\f480"
}

.dashicons-block-default:before {
    content: "\f12b"
}

.dashicons-button:before {
    content: "\f11a"
}

.dashicons-category:before {
    content: "\f318"
}

.dashicons-coffee:before {
    content: "\f16f"
}

.dashicons-columns:before {
    content: "\f13c"
}

.dashicons-cover-image:before {
    content: "\f13d"
}

.dashicons-desktop:before {
    content: "\f472"
}

.dashicons-download:before {
    content: "\f316"
}

.dashicons-editor-bold:before {
    content: "\f200"
}

.dashicons-editor-code:before {
    content: "\f475"
}

.dashicons-editor-justify:before {
    content: "\f214"
}

.dashicons-editor-ul:before {
    content: "\f203"
}

.dashicons-editor-video:before {
    content: "\f219"
}

.dashicons-email-alt:before {
    content: "\f466"
}

.dashicons-email-alt2:before {
    content: "\f467"
}

.dashicons-email:before {
    content: "\f465"
}

.dashicons-embed-photo:before {
    content: "\f144"
}

.dashicons-embed-post:before {
    content: "\f146"
}

.dashicons-embed-video:before {
    content: "\f149"
}

.dashicons-excerpt-view:before {
    content: "\f164"
}

.dashicons-facebook-alt:before {
    content: "\f305"
}

.dashicons-facebook:before {
    content: "\f304"
}

.dashicons-format-gallery:before {
    content: "\f161"
}

.dashicons-format-image:before {
    content: "\f128"
}

.dashicons-format-video:before {
    content: "\f126"
}

.dashicons-fullscreen-alt:before {
    content: "\f188"
}

.dashicons-google:before {
    content: "\f18b"
}

.dashicons-heading:before {
    content: "\f10e"
}

.dashicons-hidden:before {
    content: "\f530"
}

.dashicons-html:before {
    content: "\f14b"
}

.dashicons-id-alt:before {
    content: "\f337"
}

.dashicons-id:before {
    content: "\f336"
}

.dashicons-images-alt:before {
    content: "\f232"
}

.dashicons-images-alt2:before {
    content: "\f233"
}

.dashicons-index-card:before {
    content: "\f510"
}

.dashicons-info:before {
    content: "\f348"
}

.dashicons-instagram:before {
    content: "\f12d"
}

.dashicons-layout:before {
    content: "\f538"
}

.dashicons-list-view:before {
    content: "\f163"
}

.dashicons-location-alt:before {
    content: "\f231"
}

.dashicons-location:before {
    content: "\f230"
}

.dashicons-marker:before {
    content: "\f159"
}

.dashicons-media-archive:before {
    content: "\f501"
}

.dashicons-media-code:before {
    content: "\f499"
}

.dashicons-media-default:before {
    content: "\f498"
}

.dashicons-media-document:before {
    content: "\f497"
}

.dashicons-media-text:before {
    content: "\f491"
}

.dashicons-media-video:before {
    content: "\f490"
}

.dashicons-menu-alt:before {
    content: "\f228"
}

.dashicons-menu-alt2:before {
    content: "\f329"
}

.dashicons-menu-alt3:before {
    content: "\f349"
}

.dashicons-menu:before {
    content: "\f333"
}

.dashicons-migrate:before {
    content: "\f310"
}

.dashicons-no-alt:before {
    content: "\f335"
}

.dashicons-no:before {
    content: "\f158"
}

.dashicons-pdf:before {
    content: "\f190"
}

.dashicons-performance:before {
    content: "\f311"
}

.dashicons-phone:before {
    content: "\f525"
}

.dashicons-plus-alt:before {
    content: "\f502"
}

.dashicons-plus-alt2:before {
    content: "\f543"
}

.dashicons-plus:before {
    content: "\f132"
}

.dashicons-remove:before {
    content: "\f14f"
}

.dashicons-rss:before {
    content: "\f303"
}

.dashicons-search:before {
    content: "\f179"
}

.dashicons-sticky:before {
    content: "\f537"
}

.dashicons-store:before {
    content: "\f513"
}

.dashicons-tablet:before {
    content: "\f471"
}

.dashicons-tag:before {
    content: "\f323"
}

.dashicons-text-page:before {
    content: "\f121"
}

.dashicons-text:before {
    content: "\f478"
}

.dashicons-translation:before {
    content: "\f326"
}

.dashicons-twitter-alt:before {
    content: "\f302"
}

.dashicons-twitter:before {
    content: "\f301"
}

.dashicons-video-alt:before {
    content: "\f234"
}

.dashicons-video-alt2:before {
    content: "\f235"
}

.dashicons-video-alt3:before {
    content: "\f236"
}

.dashicons-wordpress-alt:before {
    content: "\f324"
}

.dashicons-wordpress:before {
    content: "\f120"
}

.zoom-instagram-widget__follow-me {
    margin-top: 15px;
    text-align: center
}

.zoom-instagram-widget__item {
    float: left;
    position: relative;
    margin-top: 0 !important
}

.ig-b- {
    display: inline-block
}

a.ig-b-v-24 {
    border-color: #3897f0;
    color: #3897f0 !important;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    font-weight: 600 !important;
    outline: 0;
    overflow: hidden;
    white-space: nowrap;
    -webkit-appearance: none;
    font-family: sans-serif;
    padding: 5px 15px;
    font-size: 14px;
    transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none !important
}

a.ig-b-v-24:hover {
    background: #3897f0;
    border-color: #3897f0;
    color: #fff !important
}

.zoom-instagram-widget__item .hover-layout.small .zoom-instagram-icon-wrap {
    bottom: calc(50% - 15px)
}

.zoom-instagram-widget__item .zoom-instagram-icon-wrap {
    bottom: calc(50% - 15px);
    height: 30px;
    width: 100%;
    position: absolute;
    z-index: 9;
    text-align: center
}

.zoom-instagram-widget__item .zoom-instagram-icon-wrap {
    opacity: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out
}

.zoom-instagram-widget__item:hover .zoom-instagram-icon-wrap {
    opacity: 1
}

.zoom-instagram-widget__overlay {
    position: relative
}

.zoom-instagram-widget__overlay:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out
}

.zoom-instagram-widget__overlay:hover:after {
    opacity: .7;
    background-color: #000
}

.zoom-instagram-widget__black:after {
    background-color: #000
}

.zoom-svg-instagram-stroke {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IgogICAgIHdpZHRoPSI1MCIgaGVpZ2h0PSI1MCIKICAgICB2aWV3Qm94PSIwIDAgMjUyIDI1MiIKICAgICBzdHlsZT0iZmlsbDojMDAwMDAwOyI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMi4zOTQsMi4zOTQpIHNjYWxlKDAuOTgxLDAuOTgxKSI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJub256ZXJvIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0ibm9uZSIgc3Ryb2tlLWxpbmVjYXA9ImJ1dHQiIHN0cm9rZS1saW5lam9pbj0ibm9uZSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtZGFzaGFycmF5PSIiIHN0cm9rZS1kYXNob2Zmc2V0PSIwIiBmb250LWZhbWlseT0ibm9uZSIgZm9udC13ZWlnaHQ9Im5vbmUiIGZvbnQtc2l6ZT0ibm9uZSIgdGV4dC1hbmNob3I9Im5vbmUiIHN0eWxlPSJtaXgtYmxlbmQtbW9kZTogbm9ybWFsIj48ZyBpZD0ib3JpZ2luYWwtaWNvbiAxIiBmaWxsPSIjZmZmZmZmIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iNSIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PHBhdGggZD0iTTE3MS4zNiwxNS4xMmMzNi4xMjQyOCwwIDY1LjUyLDI5LjM5NTcyIDY1LjUyLDY1LjUydjkwLjcyYzAsMzYuMTI0MjggLTI5LjM5NTcyLDY1LjUyIC02NS41Miw2NS41MmgtOTAuNzJjLTM2LjEyNDI4LDAgLTY1LjUyLC0yOS4zOTU3MiAtNjUuNTIsLTY1LjUydi05MC43MmMwLC0zNi4xMjQyOCAyOS4zOTU3MiwtNjUuNTIgNjUuNTIsLTY1LjUyek0yNS4yLDgwLjY0djkwLjcyYzAsMzAuNjc1ODggMjQuNzY0MTIsNTUuNDQgNTUuNDQsNTUuNDRoOTAuNzJjMzAuNjc1ODgsMCA1NS40NCwtMjQuNzY0MTIgNTUuNDQsLTU1LjQ0di05MC43MmMwLC0zMC42NzU4OCAtMjQuNzY0MTIsLTU1LjQ0IC01NS40NCwtNTUuNDRoLTkwLjcyYy0zMC42NzU4OCwwIC01NS40NCwyNC43NjQxMiAtNTUuNDQsNTUuNDR6TTE5Ni41Niw2NS41MmMwLDUuNTY3MDMgLTQuNTEyOTcsMTAuMDggLTEwLjA4LDEwLjA4Yy01LjU2NzAzLDAgLTEwLjA4LC00LjUxMjk3IC0xMC4wOCwtMTAuMDhjMCwtNS41NjcwMyA0LjUxMjk3LC0xMC4wOCAxMC4wOCwtMTAuMDhjNS41NjcwMywwIDEwLjA4LDQuNTEyOTcgMTAuMDgsMTAuMDh6TTE4MS40NCwxMjZjMCwzMC41NTg5NyAtMjQuODgxMDMsNTUuNDQgLTU1LjQ0LDU1LjQ0Yy0zMC41NTg5NywwIC01NS40NCwtMjQuODgxMDMgLTU1LjQ0LC01NS40NGMwLC0zMC41NTg5NyAyNC44ODEwMywtNTUuNDQgNTUuNDQsLTU1LjQ0YzMwLjU1ODk3LDAgNTUuNDQsMjQuODgxMDMgNTUuNDQsNTUuNDR6TTgwLjY0LDEyNmMwLDI1LjExMTMzIDIwLjI0ODY3LDQ1LjM2IDQ1LjM2LDQ1LjM2YzI1LjExMTMzLDAgNDUuMzYsLTIwLjI0ODY3IDQ1LjM2LC00NS4zNmMwLC0yNS4xMTEzMyAtMjAuMjQ4NjcsLTQ1LjM2IC00NS4zNiwtNDUuMzZjLTI1LjExMTMzLDAgLTQ1LjM2LDIwLjI0ODY3IC00NS4zNiw0NS4zNnoiPjwvcGF0aD48L2c+PHBhdGggZD0iTTAsMjUydi0yNTJoMjUydjI1MnoiIGZpbGw9Im5vbmUiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2UtbGluZWpvaW49Im1pdGVyIj48L3BhdGg+PGcgaWQ9Im9yaWdpbmFsLWljb24iIGZpbGw9IiNmZmZmZmYiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2UtbGluZWpvaW49Im1pdGVyIj48cGF0aCBkPSJNODAuNjQsMTUuMTJjLTM2LjEyNDI4LDAgLTY1LjUyLDI5LjM5NTcyIC02NS41Miw2NS41MnY5MC43MmMwLDM2LjEyNDI4IDI5LjM5NTcyLDY1LjUyIDY1LjUyLDY1LjUyaDkwLjcyYzM2LjEyNDI4LDAgNjUuNTIsLTI5LjM5NTcyIDY1LjUyLC02NS41MnYtOTAuNzJjMCwtMzYuMTI0MjggLTI5LjM5NTcyLC02NS41MiAtNjUuNTIsLTY1LjUyek04MC42NCwyNS4yaDkwLjcyYzMwLjY3NTg4LDAgNTUuNDQsMjQuNzY0MTIgNTUuNDQsNTUuNDR2OTAuNzJjMCwzMC42NzU4OCAtMjQuNzY0MTIsNTUuNDQgLTU1LjQ0LDU1LjQ0aC05MC43MmMtMzAuNjc1ODgsMCAtNTUuNDQsLTI0Ljc2NDEyIC01NS40NCwtNTUuNDR2LTkwLjcyYzAsLTMwLjY3NTg4IDI0Ljc2NDEyLC01NS40NCA1NS40NCwtNTUuNDR6TTE4Ni40OCw1NS40NGMtNS41NjcwMywwIC0xMC4wOCw0LjUxMjk3IC0xMC4wOCwxMC4wOGMwLDUuNTY3MDMgNC41MTI5NywxMC4wOCAxMC4wOCwxMC4wOGM1LjU2NzAzLDAgMTAuMDgsLTQuNTEyOTcgMTAuMDgsLTEwLjA4YzAsLTUuNTY3MDMgLTQuNTEyOTcsLTEwLjA4IC0xMC4wOCwtMTAuMDh6TTEyNiw3MC41NmMtMzAuNTU4OTcsMCAtNTUuNDQsMjQuODgxMDMgLTU1LjQ0LDU1LjQ0YzAsMzAuNTU4OTcgMjQuODgxMDMsNTUuNDQgNTUuNDQsNTUuNDRjMzAuNTU4OTcsMCA1NS40NCwtMjQuODgxMDMgNTUuNDQsLTU1LjQ0YzAsLTMwLjU1ODk3IC0yNC44ODEwMywtNTUuNDQgLTU1LjQ0LC01NS40NHpNMTI2LDgwLjY0YzI1LjExMTMzLDAgNDUuMzYsMjAuMjQ4NjcgNDUuMzYsNDUuMzZjMCwyNS4xMTEzMyAtMjAuMjQ4NjcsNDUuMzYgLTQ1LjM2LDQ1LjM2Yy0yNS4xMTEzMywwIC00NS4zNiwtMjAuMjQ4NjcgLTQ1LjM2LC00NS4zNmMwLC0yNS4xMTEzMyAyMC4yNDg2NywtNDUuMzYgNDUuMzYsLTQ1LjM2eiI+PC9wYXRoPjwvZz48cGF0aCBkPSJNMTI2LDI1MmMtNjkuNTg3ODgsMCAtMTI2LC01Ni40MTIxMiAtMTI2LC0xMjZ2MGMwLC02OS41ODc4OCA1Ni40MTIxMiwtMTI2IDEyNiwtMTI2djBjNjkuNTg3ODgsMCAxMjYsNTYuNDEyMTIgMTI2LDEyNnYwYzAsNjkuNTg3ODggLTU2LjQxMjEyLDEyNiAtMTI2LDEyNnoiIGZpbGw9Im5vbmUiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2UtbGluZWpvaW49Im1pdGVyIj48L3BhdGg+PHBhdGggZD0iTTEyNiwyNDYuOTZjLTY2LjgwNDM2LDAgLTEyMC45NiwtNTQuMTU1NjQgLTEyMC45NiwtMTIwLjk2djBjMCwtNjYuODA0MzYgNTQuMTU1NjQsLTEyMC45NiAxMjAuOTYsLTEyMC45NmgwYzY2LjgwNDM2LDAgMTIwLjk2LDU0LjE1NTY0IDEyMC45NiwxMjAuOTZ2MGMwLDY2LjgwNDM2IC01NC4xNTU2NCwxMjAuOTYgLTEyMC45NiwxMjAuOTZ6IiBmaWxsPSJub25lIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgc3Ryb2tlLWxpbmVqb2luPSJtaXRlciI+PC9wYXRoPjxwYXRoIGQ9IiIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIHN0cm9rZS1saW5lam9pbj0ibWl0ZXIiPjwvcGF0aD48cGF0aCBkPSIiIGZpbGw9Im5vbmUiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2UtbGluZWpvaW49Im1pdGVyIj48L3BhdGg+PHBhdGggZD0iIiBmaWxsPSJub25lIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgc3Ryb2tlLWxpbmVqb2luPSJtaXRlciI+PC9wYXRoPjxwYXRoIGQ9IiIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIHN0cm9rZS1saW5lam9pbj0ibWl0ZXIiPjwvcGF0aD48L2c+PC9nPjwvc3ZnPg==) 50% 50% no-repeat;
    background-size: 100%
}

.zoom-instagram-widget__item .hover-layout.small .zoom-instagram-icon-wrap .zoom-svg-instagram-stroke {
    width: 18px;
    height: 18px
}

.zoom-instagram-widget-user-info {
    display: flex;
    padding: 0 0 20px
}

.zoom-instagram-widget-user-info .zoom-instagram-widget-user-info-meta {
    display: flex;
    flex: 3;
    flex-direction: column;
    margin-left: 15px;
    text-align: left;
    justify-content: center
}

.zoom-instagram-widget-user-info .zoom-instagram-widget-user-info-about-data {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px
}

.zoom-instagram-widget-user-info .zoom-instagram-widget-user-info-follow-button {
    padding: 0 24px;
    margin-top: 10px;
    background: #3897f0;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    text-transform: none;
    border-radius: 3px;
    outline: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    border: none;
    box-shadow: none;
    text-decoration: none !important
}

.zoom-instagram-widget-user-info .zoom-instagram-widget-user-info-follow-button:hover {
    color: #fff;
    opacity: .8;
    box-shadow: none;
    border: none;
    text-decoration: none
}

.zoom-instagram-widget-user-info-bio {
    text-align: left;
    font-size: 14px;
    margin: 0 0 15px
}

@font-face {
    font-family: wpzoom-socicon;
    src: url(wp-content/plugins/social-icons-widget-by-wpzoom/assets/font/socicon.eot);
    src: url(wp-content/plugins/social-icons-widget-by-wpzoom/assets/font/socicon.eot) format('embedded-opentype'), url(wp-content/plugins/social-icons-widget-by-wpzoom/assets/font/socicon.ttf) format('truetype'), url(wp-content/plugins/social-icons-widget-by-wpzoom/assets/font/socicon.woff) format('woff'), url(wp-content/plugins/social-icons-widget-by-wpzoom/assets/font/socicon.svg) format('svg');
    font-weight: 400;
    font-style: normal;
    text-transform: initial;
    font-display: block
}

.socicon {
    position: relative;
    top: 3px;
    display: inline-block;
    font-family: wpzoom-socicon;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.2em
}

.wp-block-wpzoom-blocks-social-icons .socicon,
.zoom-social-icons-widget .socicon {
    font-family: wpzoom-socicon !important
}

.socicon:empty {
    width: 1em
}

.socicon-500px {
    background-color: #58a9de;
    color: #58a9de
}

.social-icon.socicon-500px:before {
    content: "\e056"
}

.socicon-apple {
    background-color: #b9bfc1;
    color: #b9bfc1
}

.social-icon.socicon-apple:before {
    content: "\e02e"
}

.socicon-facebook {
    background-color: #1877f2;
    color: #1877f2
}

.social-icon.socicon-facebook:before {
    content: "\e91a"
}

.socicon-facebook2 {
    background-color: #1877f2;
    color: #1877f2
}

.social-icon.socicon-facebook2:before {
    content: "\e91a"
}

.socicon-google {
    background-color: #d93e2d;
    color: #d93e2d
}

.social-icon.socicon-google:before {
    content: "\e042"
}

.socicon-google-maps {
    background-color: #4285f4;
    color: #4285f4
}

.social-icon.socicon-google-maps:before {
    content: "\e937"
}

.socicon-instagram {
    background-color: #e4405f;
    color: #e4405f
}

.social-icon.socicon-instagram:before {
    content: "\e057"
}

.socicon-line {
    background-color: #00ba27;
    color: #00ba27
}

.social-icon.socicon-line:before {
    content: "\e900"
}

.socicon-medium {
    background-color: #01ab6c;
    color: #01ab6c
}

.social-icon.socicon-medium:before {
    content: "\e06d"
}

.socicon-play {
    background-color: #000;
    color: #000
}

.social-icon.socicon-play:before {
    content: "\e02b"
}

.socicon-rss {
    background-color: #f26109;
    color: #f26109
}

.social-icon.socicon-rss:before {
    content: "\e00b"
}

.socicon-twitter {
    background-color: #1da1f2;
    color: #1da1f2
}

.social-icon.socicon-twitter:before {
    content: "\e040"
}

.socicon-wordpress {
    background-color: #464646;
    color: #464646
}

.social-icon.socicon-wordpress:before {
    content: "\e058"
}

@font-face {
    font-family: Genericons;
    src: url(wp-content/plugins/social-icons-widget-by-wpzoom/assets/font/Genericons.eot);
    src: url(wp-content/plugins/social-icons-widget-by-wpzoom/assets/font/Genericons.eot?) format("embedded-opentype");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

@font-face {
    font-family: Genericons;
    src: url(wp-content/plugins/social-icons-widget-by-wpzoom/assets/font/Genericons.woff) format("woff"), url(wp-content/plugins/social-icons-widget-by-wpzoom/assets/font/Genericons.ttf) format("truetype"), url(wp-content/plugins/social-icons-widget-by-wpzoom/assets/font/Genericons.svg#Genericons) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: Genericons;
        src: url(wp-content/plugins/social-icons-widget-by-wpzoom/assets/font/Genericons.svg#Genericons) format("svg");
        font-display: block
    }
}

.academicons-ul,
.fa-ul {
    list-style-type: none
}

.academicons-li,
.fa-li {
    top: .14285714em;
    text-align: center
}

.academicons-li,
.fa-li {
    text-align: center
}

@font-face {
    font-family: Academicons;
    src: url(wp-content/plugins/social-icons-widget-by-wpzoom/assets/font/academicons.eot?v=1.8.6);
    src: url(wp-content/plugins/social-icons-widget-by-wpzoom/assets/font/academicons.eot?v=1.8.6) format('embedded-opentype'), url(wp-content/plugins/social-icons-widget-by-wpzoom/assets/font/academicons.ttf?v=1.8.6) format('truetype'), url(wp-content/plugins/social-icons-widget-by-wpzoom/assets/font/academicons.woff?v=1.8.6) format('woff'), url(wp-content/plugins/social-icons-widget-by-wpzoom/assets/font/academicons.svg?v=1.8.6#academicons) format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: block
}

.academicons {
    display: inline-block;
    font: normal normal normal 14px/1 Academicons;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.academicons-2x {
    font-size: 2em
}

.academicons-3x {
    font-size: 3em
}

.academicons-4x {
    font-size: 4em
}

.academicons-5x {
    font-size: 5em
}

.academicons-ul {
    padding-left: 0;
    margin-left: 2.14285714em
}

.academicons-ul>li {
    position: relative
}

.academicons-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em
}

.academicons-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em
}

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: FontAwesome;
    src: url(wp-content/plugins/social-icons-widget-by-wpzoom/assets/font/fontawesome-webfont.eot?v=4.7.0);
    src: url(wp-content/plugins/social-icons-widget-by-wpzoom/assets/font/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(wp-content/plugins/social-icons-widget-by-wpzoom/assets/font/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(wp-content/plugins/social-icons-widget-by-wpzoom/assets/font/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(wp-content/plugins/social-icons-widget-by-wpzoom/assets/font/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(wp-content/plugins/social-icons-widget-by-wpzoom/assets/font/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: block
}

.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-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.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-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-user:before {
    content: "\f007"
}

.fa-close:before,
.fa-remove:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-download:before {
    content: "\f019"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.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-image:before,
.fa-photo:before {
    content: "\f03e"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-play:before {
    content: "\f04b"
}

.fa-plus:before {
    content: "\f067"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-comment:before {
    content: "\f075"
}

.fa-comments:before {
    content: "\f086"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-phone:before {
    content: "\f095"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-files-o:before {
    content: "\f0c5"
}

.fa-save:before {
    content: "\f0c7"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-reply:before {
    content: "\f112"
}

.fa-code:before {
    content: "\f121"
}

.fa-reply-all:before {
    content: "\f122"
}

.fa-info:before {
    content: "\f129"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-toggle-up:before {
    content: "\f151"
}

.fa-toggle-right:before {
    content: "\f152"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

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

.fa-apple:before {
    content: "\f179"
}

.fa-archive:before {
    content: "\f187"
}

.fa-toggle-left:before {
    content: "\f191"
}

.fa-try:before {
    content: "\f195"
}

.fa-wordpress:before {
    content: "\f19a"
}

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

.fa-language:before {
    content: "\f1ab"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-image-o:before,
.fa-file-photo-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-send:before {
    content: "\f1d8"
}

.fa-send-o:before {
    content: "\f1d9"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-sign-language:before {
    content: "\f2a7"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-s15:before {
    content: "\f2cd"
}

.fa-window-close:before {
    content: "\f2d3"
}

.fa-window-close-o:before {
    content: "\f2d4"
}

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

.zoom-social-icons-list {
    list-style-type: none
}

.zoom-social_icons-list__item {
    margin: 0 0 10px
}

.zoom-social_icons-list__label {
    margin-left: 4px
}

.zoom-social-icons-list--no-labels .zoom-social_icons-list__item {
    display: inline-block;
    margin: 4px;
    border: none
}

.zoom-social-icons-list .academicons,
.zoom-social-icons-list .dashicons,
.zoom-social-icons-list .fa,
.zoom-social-icons-list .socicon {
    padding: 8px;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -moz-transition: opacity .2s;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    top: 0;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    line-height: 1em;
    font-size: 1.2em
}

.zoom-social-icons-list--with-canvas .academicons,
.zoom-social-icons-list--with-canvas .dashicons,
.zoom-social-icons-list--with-canvas .fa,
.zoom-social-icons-list--with-canvas .socicon {
    color: #fff
}

.zoom-social-icons-list--without-canvas .academicons,
.zoom-social-icons-list--without-canvas .dashicons,
.zoom-social-icons-list--without-canvas .fa,
.zoom-social-icons-list--without-canvas .socicon {
    background: 0 0
}

.widget .zoom-social-icons-list--without-canvas {
    margin-left: -8px;
    margin-top: -4px
}

.widget .zoom-social-icons-list--no-labels.zoom-social-icons-list--without-canvas {
    margin-left: -14px;
    margin-top: -8px
}

.zoom-social_icons-list__link {
    text-align: center;
    text-decoration: none !important;
    transition: all .2s ease
}

.zoom-social_icons-list__link:hover {
    opacity: .9;
    border: none;
    text-decoration: none;
    box-shadow: none !important
}

.zoom-social-icons-list--round .academicons,
.zoom-social-icons-list--round .dashicons,
.zoom-social-icons-list--round .fa,
.zoom-social-icons-list--round .socicon {
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px
}

.zoom-social-icons-list {
    margin: 0;
    padding: 0
}

.zoom-social-icons-widget .zoom-social-icons-list--align-left {
    text-align: left
}

.zoom-social-icons-widget .zoom-social-icons-list--align-right {
    text-align: right
}

.zoom-social-icons-widget .zoom-social-icons-list--align-center {
    text-align: center
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

svg {
    touch-action: auto
}

.jvectormap-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    touch-action: auto
}

.jvectormap-spinner {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: center no-repeat url(data:image/gif;base64,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)
}

.rvm-map-container {
    position: relative
}

.rvm-card-container {
    background: rgba(0, 0, 0, .5);
    color: #fff;
    padding: 10px 30px 10px;
    box-sizing: border-box
}

.rvm-default-card-container {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    overflow-y: auto
}

.rvm-hide-card-container {
    display: none
}

.rvm-close-default-card-container {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #83c464;
    color: #fff;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    width: 20px;
    height: 20px
}

.rvm-close-default-card-container:hover {
    cursor: pointer
}

.jvectormap-marker {
    -webkit-transition-duration: .6s;
    -moz-transition-duration: .6s;
    -o-transition-duration: .6s;
    transition-duration: .6s
}

.jvectormap-container {
    overflow-x: hidden
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

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

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    transition: all .15s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: .8
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all .15s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade .mfp-close {
    font-size: 40px;
    font-weight: 300
}

.mfp-title a {
    color: #fff;
    display: block;
    margin: 8px 0 0 6px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px
}

.mfp-title a:hover {
    opacity: .8
}

.mfp-iframe-scaler .wp-video {
    position: relative;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100% !important;
    height: auto
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(http://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype')
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(http://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fBBc9.ttf) format('truetype')
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(http://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBBc9.ttf) format('truetype')
}

@font-face {
    font-family: Rufina;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(http://fonts.gstatic.com/s/rufina/v8/Yq6W-LyURyLy-aKKHztwu8Za.ttf) format('truetype')
}

div.wpforms-container-full,
div.wpforms-container-full .wpforms-form * {
    background: 0 0;
    border: 0 none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    float: none;
    font-size: 100%;
    height: auto;
    letter-spacing: normal;
    list-style: none;
    outline: 0;
    position: static;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    width: auto;
    visibility: visible;
    overflow: visible;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

div.wpforms-container-full {
    margin-left: auto;
    margin-right: auto
}

div.wpforms-container-full .wpforms-form amp-img>img {
    position: absolute
}

div.wpforms-container-full .wpforms-form button,
div.wpforms-container-full .wpforms-form input,
div.wpforms-container-full .wpforms-form label,
div.wpforms-container-full .wpforms-form select,
div.wpforms-container-full .wpforms-form textarea {
    margin: 0;
    border: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    background: 0 0;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

div.wpforms-container-full .wpforms-form textarea {
    width: 100%
}

div.wpforms-container-full .wpforms-form ul,
div.wpforms-container-full .wpforms-form ul li {
    background: 0 0 !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important
}

div.wpforms-container-full .wpforms-form ul li {
    margin-bottom: 5px !important
}

div.wpforms-container-full .wpforms-form ul li:last-of-type {
    margin-bottom: 0 !important
}

.wpforms-clear:before {
    content: " ";
    display: table
}

.wpforms-clear:after {
    clear: both;
    content: " ";
    display: table
}

div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium,
div.wpforms-container-full .wpforms-form input.wpforms-field-medium,
div.wpforms-container-full .wpforms-form select.wpforms-field-medium {
    max-width: 60%
}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
    height: 120px
}

div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-small,
div.wpforms-container-full .wpforms-form input.wpforms-field-small,
div.wpforms-container-full .wpforms-form select.wpforms-field-small {
    max-width: 25%
}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-small {
    height: 70px
}

div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-large,
div.wpforms-container-full .wpforms-form input.wpforms-field-large,
div.wpforms-container-full .wpforms-form select.wpforms-field-large {
    max-width: 100%
}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-large {
    height: 220px
}

div.wpforms-container-full .wpforms-form .wpforms-field {
    padding: 10px 0;
    clear: both
}

div.wpforms-container-full .wpforms-form .wpforms-field-description,
div.wpforms-container-full .wpforms-form .wpforms-field-limit-text {
    font-size: 13px;
    line-height: 1.3;
    margin: 8px 0 0 0
}

div.wpforms-container-full .wpforms-form .wpforms-field-description-before,
div.wpforms-container-full .wpforms-form .wpforms-field-description.before {
    margin: 0 0 8px 0
}

div.wpforms-container-full .wpforms-form .wpforms-field-label {
    display: block;
    font-weight: 700;
    font-size: 16px;
    float: none;
    line-height: 1.3;
    margin: 0 0 4px 0;
    padding: 0
}

div.wpforms-container-full .wpforms-form .wpforms-field-label-inline {
    display: inline;
    vertical-align: baseline;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3
}

div.wpforms-container-full .wpforms-form .wpforms-field-label.wpforms-label-hide {
    position: absolute;
    top: -99999px;
    left: -99999px
}

div.wpforms-container-full .wpforms-form .wpforms-required-label {
    color: red;
    font-weight: 400
}

div.wpforms-container-full .wpforms-form .wpforms-field-row {
    margin-bottom: 8px;
    position: relative
}

div.wpforms-container-full .wpforms-form .wpforms-field .wpforms-field-row:last-of-type {
    margin-bottom: 0
}

div.wpforms-container-full .wpforms-form .wpforms-field-row:before {
    content: " ";
    display: table
}

div.wpforms-container-full .wpforms-form .wpforms-field-row:after {
    clear: both;
    content: " ";
    display: table
}

div.wpforms-container-full .wpforms-form .wpforms-list-2-columns ul,
div.wpforms-container-full .wpforms-form .wpforms-list-3-columns ul {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

div.wpforms-container-full .wpforms-form .wpforms-list-2-columns ul li {
    width: 50%;
    display: block;
    padding-right: 26px !important
}

div.wpforms-container-full .wpforms-form .wpforms-list-3-columns ul li {
    width: 33.3333%;
    display: block;
    padding-right: 26px !important
}

div.wpforms-container-full .wpforms-form .wpforms-list-inline ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px !important
}

div.wpforms-container-full .wpforms-form div.wpforms-last {
    float: right !important;
    margin-right: 0 !important;
    clear: none
}

div.wpforms-container-full.inline-fields {
    overflow: hidden
}

div.wpforms-container-full.inline-fields .wpforms-form .wpforms-field-container {
    display: table;
    width: calc(100% - 160px);
    float: left
}

div.wpforms-container-full.inline-fields .wpforms-form .wpforms-field {
    display: table-cell;
    padding-right: 2%;
    vertical-align: top
}

div.wpforms-container-full.inline-fields .wpforms-form .wpforms-submit-container {
    float: right;
    width: 160px;
    clear: none
}

div.wpforms-container-full.inline-fields .wpforms-form .wpforms-submit {
    display: block;
    width: 100%
}

div.wpforms-container-full.inline-fields .wpforms-form .wpforms-field-row.wpforms-field-medium,
div.wpforms-container-full.inline-fields .wpforms-form input.wpforms-field-medium,
div.wpforms-container-full.inline-fields .wpforms-form select.wpforms-field-medium {
    max-width: 100%
}

div.wpforms-container-full .wpforms-form input[type=date],
div.wpforms-container-full .wpforms-form input[type=datetime-local],
div.wpforms-container-full .wpforms-form input[type=datetime],
div.wpforms-container-full .wpforms-form input[type=email],
div.wpforms-container-full .wpforms-form input[type=month],
div.wpforms-container-full .wpforms-form input[type=number],
div.wpforms-container-full .wpforms-form input[type=password],
div.wpforms-container-full .wpforms-form input[type=range],
div.wpforms-container-full .wpforms-form input[type=search],
div.wpforms-container-full .wpforms-form input[type=tel],
div.wpforms-container-full .wpforms-form input[type=text],
div.wpforms-container-full .wpforms-form input[type=time],
div.wpforms-container-full .wpforms-form input[type=url],
div.wpforms-container-full .wpforms-form input[type=week],
div.wpforms-container-full .wpforms-form select,
div.wpforms-container-full .wpforms-form textarea {
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 2px;
    color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    float: none;
    font-size: 16px;
    border: 1px solid #ccc;
    padding: 6px 10px;
    height: 38px;
    width: 100%;
    line-height: 1.3
}

div.wpforms-container-full .wpforms-form input[type=checkbox],
div.wpforms-container-full .wpforms-form input[type=radio] {
    border: 1px solid #ccc;
    background-color: #fff;
    width: 14px;
    height: 14px;
    margin: 0 10px 0 3px;
    display: inline-block;
    vertical-align: baseline
}

div.wpforms-container-full .wpforms-form input[type=radio] {
    border-radius: 50%
}

div.wpforms-container-full .wpforms-form select {
    max-width: 100%;
    text-transform: none;
    white-space: nowrap
}

div.wpforms-container-full .wpforms-form select[multiple] {
    height: auto;
    overflow-y: scroll
}

div.wpforms-container-full .wpforms-form .wpforms-page-button,
div.wpforms-container-full .wpforms-form button[type=submit],
div.wpforms-container-full .wpforms-form input[type=submit] {
    background-color: #eee;
    border: 1px solid #ddd;
    color: #333;
    font-size: 1em;
    padding: 10px 15px
}

div.wpforms-container-full .wpforms-form .wpforms-page-button {
    font-size: .9em;
    font-weight: 400;
    margin: 0 5px;
    min-width: 90px;
    text-align: center
}

div.wpforms-container-full .wpforms-form .wpforms-page-button:active,
div.wpforms-container-full .wpforms-form .wpforms-page-button:focus,
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,
div.wpforms-container-full .wpforms-form button[type=submit]:active,
div.wpforms-container-full .wpforms-form button[type=submit]:focus,
div.wpforms-container-full .wpforms-form button[type=submit]:hover,
div.wpforms-container-full .wpforms-form input[type=submit]:active,
div.wpforms-container-full .wpforms-form input[type=submit]:focus,
div.wpforms-container-full .wpforms-form input[type=submit]:hover {
    background-color: #ddd;
    border: 1px solid #ccc;
    cursor: pointer
}

div.wpforms-container-full .wpforms-form .wpforms-page-button:disabled,
div.wpforms-container-full .wpforms-form button[type=submit]:disabled,
div.wpforms-container-full .wpforms-form input[type=submit]:disabled {
    background-color: #eee;
    border: 1px solid #ddd;
    cursor: default;
    opacity: .5
}

div.wpforms-container-full .wpforms-form input:focus,
div.wpforms-container-full .wpforms-form select:focus,
div.wpforms-container-full .wpforms-form textarea:focus {
    border: 1px solid #999
}

div.wpforms-container-full .wpforms-form input:disabled,
div.wpforms-container-full .wpforms-form select:disabled,
div.wpforms-container-full .wpforms-form textarea:disabled {
    background-color: #f9f9f9;
    border-color: #ddd;
    color: #999;
    cursor: not-allowed
}

div.wpforms-container-full .wpforms-form .wpforms-error-container,
div.wpforms-container-full .wpforms-form noscript.wpforms-error-noscript {
    color: #900
}

div.wpforms-container-full .wpforms-form label.wpforms-error {
    display: block;
    color: #900;
    font-size: 12px;
    float: none;
    cursor: default
}

div.wpforms-container-full .wpforms-form .wpforms-field input.wpforms-error,
div.wpforms-container-full .wpforms-form .wpforms-field select.wpforms-error,
div.wpforms-container-full .wpforms-form .wpforms-field textarea.wpforms-error {
    border: 1px solid #c00
}

div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-code label.wpforms-error {
    display: none !important
}

div.wpforms-container-full .wpforms-form .wpforms-recaptcha-container {
    padding: 10px 0 20px 0;
    clear: both
}

div.wpforms-container-full .wpforms-form .wpforms-recaptcha-container iframe {
    width: 100%;
    max-width: 100%
}

div.wpforms-container-full .wpforms-form .wpforms-title {
    font-size: 26px;
    margin: 0 0 10px 0
}

div.wpforms-container-full .wpforms-form .wpforms-description {
    margin: 0 0 10px 0
}

div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    padding: 10px 0 0 0;
    clear: both;
    position: relative
}

div.wpforms-container-full .wpforms-form .wpforms-submit-spinner {
    margin-left: .5em;
    display: inline-block;
    vertical-align: middle;
    max-width: 26px
}

div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-number {
    margin-right: 100px
}

div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-code {
    position: absolute;
    right: 0;
    top: 0;
    width: 90px
}

div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-name {
    margin-right: 170px
}

div.wpforms-container-full .wpforms-form .wpforms-field-html ul {
    margin: 0 0 20px !important
}

div.wpforms-container-full .wpforms-form .wpforms-field-html ul li {
    margin: 0 0 5px 0 !important
}

div.wpforms-container-full .wpforms-form .wpforms-field-html ul li {
    list-style: disc !important
}

div.wpforms-container-full .wpforms-form .wpforms-field-html li>ul {
    margin: 6px 0 0 20px !important
}

div.wpforms-container-full .wpforms-form .wpforms-field-date-time-date-day {
    display: inline-block;
    width: auto
}

div.wpforms-container-full .wpforms-field.wpforms-field-select-style-classic select {
    padding-left: 6px
}

div.wpforms-container-full .wpforms-field.wpforms-field-select-style-classic select[multiple] {
    padding: 0
}

div.wpforms-container-full {
    margin-bottom: 24px
}

div.wpforms-container-full .wpforms-form h3 {
    font-size: 24px
}

div.wpforms-container-full .wpforms-form .wpforms-field-hp {
    display: none !important;
    position: absolute !important;
    left: -9000px !important
}

div.wpforms-container-full .wpforms-form .wpforms-field-hidden {
    display: none
}

div.wpforms-container-full .wpforms-form .wpforms-screen-reader-element {
    position: absolute !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    width: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    word-wrap: normal !important
}

div.wpforms-container-full .wpforms-form .wpforms-limit-text {
    font-size: 13px;
    display: block
}

@media only screen and (max-width:600px) {
    div.wpforms-container-full .wpforms-form .wpforms-field:not(.wpforms-field-phone):not(.wpforms-field-select-style-modern) {
        overflow-x: hidden
    }
    div.wpforms-container-full .wpforms-form .wpforms-field>* {
        max-width: 100%
    }
    div.wpforms-container-full .wpforms-form .wpforms-mobile-full {
        width: 100%;
        margin-left: 0;
        float: none
    }
    div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-large,
    div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium,
    div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-small,
    div.wpforms-container-full .wpforms-form input.wpforms-field-large,
    div.wpforms-container-full .wpforms-form input.wpforms-field-medium,
    div.wpforms-container-full .wpforms-form input.wpforms-field-small,
    div.wpforms-container-full .wpforms-form select.wpforms-field-large,
    div.wpforms-container-full .wpforms-form select.wpforms-field-medium,
    div.wpforms-container-full .wpforms-form select.wpforms-field-small {
        max-width: 100%
    }
    div.wpforms-container-full .wpforms-form .wpforms-list-2-columns ul li,
    div.wpforms-container-full .wpforms-form .wpforms-list-3-columns ul li {
        float: none;
        width: 100%
    }
    div.wpforms-container-full.inline-fields .wpforms-form .wpforms-field,
    div.wpforms-container-full.inline-fields .wpforms-form .wpforms-field-container {
        display: block;
        width: 100%
    }
    div.wpforms-container-full.inline-fields .wpforms-form .wpforms-submit-container {
        width: 100%
    }
}

.no-js img.lazyload {
    display: none
}

figure.wp-block-image img.lazyloading {
    min-width: 150px
}

.lazyload,
.lazyloading {
    opacity: 0
}

.lazyloaded {
    opacity: 1;
    transition: opacity .4s;
    transition-delay: 0s
}

a {
    color: #88b39e
}

a:hover {
    color: #658474
}

.div.wpforms-container-full .wpforms-form input[type=submit],
button,
div.wpforms-container-full .wpforms-form .wpforms-page-button,
div.wpforms-container-full .wpforms-form button[type=submit],
input[type=button],
input[type=reset],
input[type=submit] {
    background: #88b39e
}

button:hover,
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,
div.wpforms-container-full .wpforms-form button[type=submit]:hover,
div.wpforms-container-full .wpforms-form input[type=submit]:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
    background: #658474
}

.navbar-toggle .icon-bar {
    background-color: #231f20
}

.navbar-nav a {
    color: #231f20;
    font-family: Roboto;
    font-size: 14px
}

.navbar-nav>li>a:hover {
    color: #88b39e
}

.current-menu-item a,
.current-menu-parent a,
.current_page_item a,
.current_page_parent a {
    color: #231f20;
    border-bottom-color: #88b39e
}

.navbar-nav ul {
    background: #88b39e
}

.side-nav__scrollable-container a {
    color: #88b39e
}

.side-nav__scrollable-container a:hover {
    color: #658474
}

.site-footer {
    background-color: #3a3a3c;
    color: #777
}

.site-footer a:hover {
    color: #88b39e
}

.footer-widgets .column,
.site-info,
body {
    font-family: Roboto
}

.navbar-brand-wpz h1 a {
    font-family: Rufina;
    font-weight: 700
}

.side-nav .navbar-nav li a {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700
}

.side-nav .widget .title,
.widget h3.title {
    font-family: Roboto;
    font-weight: 700
}

.entry-title {
    font-family: Rufina;
    font-weight: 700
}

.single h1.entry-title {
    font-family: Rufina
}

@media screen and (min-width:769px) {
    .footer-widgets .column,
    .site-info,
    body {
        font-size: 16px
    }
    .navbar-brand-wpz h1 a {
        font-size: 48px
    }
    .side-nav .widget .title,
    .widget h3.title {
        font-size: 22px
    }
    .entry-title {
        font-size: 28px
    }
    .single h1.entry-title {
        font-size: 58px
    }
    .single .has-post-cover .entry-header .entry-title {
        font-size: 58px
    }
    .page h1.entry-title {
        font-size: 42px
    }
    .page .has-post-cover .entry-header h1.entry-title {
        font-size: 45px
    }
}

@media screen and (max-width:768px) {
    .footer-widgets .column,
    .site-info,
    body {
        font-size: 16px
    }
    .navbar-brand-wpz h1 a {
        font-size: 40px
    }
    .side-nav .widget .title,
    .widget h3.title {
        font-size: 20px
    }
    .entry-title {
        font-size: 22px
    }
    .single h1.entry-title {
        font-size: 32px
    }
    .single .has-post-cover .entry-header .entry-title {
        font-size: 32px
    }
    .page h1.entry-title {
        font-size: 26px
    }
    .page .has-post-cover .entry-header h1.entry-title {
        font-size: 32px
    }
}

@media screen and (max-width:480px) {
    .footer-widgets .column,
    .site-info,
    body {
        font-size: 16px
    }
    .navbar-brand-wpz h1 a {
        font-size: 28px
    }
    .side-nav .widget .title,
    .widget h3.title {
        font-size: 15px
    }
    .entry-title {
        font-size: 22px
    }
    .single h1.entry-title {
        font-size: 24px
    }
    .single .has-post-cover .entry-header .entry-title {
        font-size: 24px
    }
    .page h1.entry-title {
        font-size: 24px
    }
    .page .has-post-cover .entry-header h1.entry-title {
        font-size: 24px
    }
}

.navbar-brand-wpz {
    margin-bottom: 0
}

.has-text-align-center {
    text-align: center
}

.wp-block-wpzoom-blocks-social-icons {
    margin: 0
}

#side-nav #menu-secondary-menu li {
    display: inline-block;
    margin-right: 15px
}

.navbar-brand-wpz img {
    transition: max-width .2s ease-in-out
}

.site-header.headroom--top {
    background: 0 0;
    border: none;
    box-shadow: none
}

.site-header .nav:nth-of-type(2) {
    justify-content: flex-end
}

.site-header .priority-plus-hidden>strong>span {
    background-color: transparent;
    color: #231f20
}

.site-header .priority-plus-hidden:hover>strong>span {
    background-color: #88b39e;
    color: #fff
}

.navbar-nav>.current-menu-item>a,
.navbar-nav>.current-menu-parent>a,
.navbar-nav>.current_page_item>a,
.navbar-nav>.current_page_parent>a {
    border: none
}

.site-header .navbar-nav ul a {
    color: #fff
}

.site-header .navbar-nav ul a:hover {
    color: #231f20
}

.footer-widgets.widget-columns-1 .column {
    text-align: center
}

.footer-widgets .widget_nav_menu ul li {
    display: inline-block;
    margin-right: 40px
}

.footer-widgets .widget_nav_menu ul li:last-child {
    margin-right: 0
}

.footer-widgets .widget_nav_menu ul li a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700
}

.site-footer-separator {
    margin-top: 0
}

.site-info {
    color: #888
}

.section-footer .zoom-instagram-widget a.ig-b-v-24,
.wpforms-container-full .wpforms-form .wpforms-submit-container button[type=submit] {
    font-family: Roboto;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: .4px;
    text-transform: uppercase;
    line-height: 1.4em;
    padding: 12px 24px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    color: #fff;
    background: #88b39e;
    border: 1px solid #88b39e
}

.section-footer .zoom-instagram-widget a.ig-b-v-24:hover,
.wpforms-container-full .wpforms-form .wpforms-submit-container button[type=submit]:hover {
    color: #fff !important;
    background-color: #658474;
    border-color: #658474
}

.wpforms-container .wpforms-field-container .wpforms-field input[type=email],
.wpforms-container .wpforms-field-container .wpforms-field input[type=text],
.wpforms-container .wpforms-field-container .wpforms-field textarea {
    width: 100%;
    border-color: #e3e3e3
}

.wpforms-container-full .wpforms-form .wpforms-field-container .wpforms-field-label {
    color: #888;
    font-weight: 500
}

@media screen and (max-width:480px) {
    .footer-widgets .widget_nav_menu ul li:nth-child(3) {
        margin-right: 0
    }
}

@media screen and (min-width:1025px) {
    .site-header .navbar-nav ul::before {
        border-bottom: 7px solid #88b39e
    }
}

@media screen and (min-width:300px) {
    .site-header.headroom--not-top.headroom--not-top .navbar-nav>li>a:hover {
        color: #88b39e
    }
}