﻿@charset "UTF-8";

.wp-block-archives-dropdown label {
    display: block
}

.wp-block-avatar.aligncenter {
    text-align: center
}

.wp-block-audio {
    margin: 0 0 1em
}

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

.wp-block-audio audio {
    width: 100%;
    min-width: 300px
}

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

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

.wp-block-button__link.aligncenter {
    text-align: center
}

.wp-block-button__link.alignright {
    text-align: right
}

.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.has-custom-font-size .wp-block-button__link {
    font-size: inherit
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-25 {
    width: calc(25% - var(--wp--style--block-gap, .5em)*0.75)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-50 {
    width: calc(50% - var(--wp--style--block-gap, .5em)*0.5)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-75 {
    width: calc(75% - var(--wp--style--block-gap, .5em)*0.25)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-100 {
    width: 100%;
    flex-basis: 100%
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25 {
    width: 25%
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50 {
    width: 50%
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75 {
    width: 75%
}

.wp-block-button.is-style-squared,
.wp-block-button__link.wp-block-button.is-style-squared {
    border-radius: 0
}

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

.is-style-outline>:where(.wp-block-button__link),
:where(.wp-block-button__link).is-style-outline {
    border: 2px solid;
    padding: .667em 1.333em
}

.is-style-outline>.wp-block-button__link:not(.has-text-color),
.wp-block-button__link.is-style-outline:not(.has-text-color) {
    color: currentColor
}

.is-style-outline>.wp-block-button__link:not(.has-background),
.wp-block-button__link.is-style-outline:not(.has-background) {
    background-color: transparent
}

.wp-block-buttons.is-vertical {
    flex-direction: column
}

.wp-block-buttons.is-vertical>.wp-block-button:last-child {
    margin-bottom: 0
}

.wp-block-buttons>.wp-block-button {
    display: inline-block;
    margin: 0
}

.wp-block-buttons.is-content-justification-left {
    justify-content: flex-start
}

.wp-block-buttons.is-content-justification-left.is-vertical {
    align-items: flex-start
}

.wp-block-buttons.is-content-justification-center {
    justify-content: center
}

.wp-block-buttons.is-content-justification-center.is-vertical {
    align-items: center
}

.wp-block-buttons.is-content-justification-right {
    justify-content: flex-end
}

.wp-block-buttons.is-content-justification-right.is-vertical {
    align-items: flex-end
}

.wp-block-buttons.is-content-justification-space-between {
    justify-content: space-between
}

.wp-block-buttons.aligncenter {
    text-align: center
}

.wp-block-buttons:not(.is-content-justification-space-between, .is-content-justification-right, .is-content-justification-left, .is-content-justification-center) .wp-block-button.aligncenter {
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

.wp-block-button.aligncenter,
.wp-block-calendar {
    text-align: center
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
    padding: .25em;
    border: 1px solid #ddd
}

.wp-block-calendar tfoot td {
    border: none
}

.wp-block-calendar table {
    width: 100%;
    border-collapse: collapse
}

.wp-block-calendar table th {
    font-weight: 400;
    background: #ddd
}

.wp-block-calendar a {
    text-decoration: underline
}

.wp-block-calendar table caption,
.wp-block-calendar table tbody {
    color: #40464d
}

.wp-block-categories.alignleft {
    margin-right: 2em
}

.wp-block-categories.alignright {
    margin-left: 2em
}

.wp-block-code code {
    display: block;
    font-family: inherit;
    overflow-wrap: break-word;
    white-space: pre-wrap
}

.wp-block-columns {
    display: flex;
    margin-bottom: 1.75em;
    box-sizing: border-box;
    flex-wrap: wrap !important;
    align-items: normal !important
}

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

.wp-block-columns.are-vertically-aligned-top {
    align-items: flex-start
}

.wp-block-columns.are-vertically-aligned-center {
    align-items: center
}

.wp-block-columns.are-vertically-aligned-bottom {
    align-items: flex-end
}

@media (max-width:781px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 100% !important
    }
}

@media (min-width:782px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 0%;
        flex-grow: 1
    }

    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis] {
        flex-grow: 0
    }
}

.wp-block-columns.is-not-stacked-on-mobile {
    flex-wrap: nowrap !important
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column {
    flex-basis: 0%;
    flex-grow: 1
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis] {
    flex-grow: 0
}

:where(.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
}

.wp-block-column.is-vertically-aligned-top {
    align-self: flex-start
}

.wp-block-column.is-vertically-aligned-center {
    align-self: center
}

.wp-block-column.is-vertically-aligned-bottom {
    align-self: flex-end
}

.wp-block-column.is-vertically-aligned-bottom,
.wp-block-column.is-vertically-aligned-center,
.wp-block-column.is-vertically-aligned-top {
    width: 100%
}

.wp-block-comments-pagination>.wp-block-comments-pagination-next,
.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,
.wp-block-comments-pagination>.wp-block-comments-pagination-previous {
    margin-right: .5em;
    margin-bottom: .5em
}

.wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child,
.wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child,
.wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child {
    margin-right: 0
}

.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow {
    margin-right: 1ch;
    display: inline-block
}

.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron) {
    transform: scaleX(1)
}

.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow {
    margin-left: 1ch;
    display: inline-block
}

.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron) {
    transform: scaleX(1)
}

.wp-block-comments-pagination.aligncenter {
    justify-content: center
}

.wp-block-comment-template {
    margin-bottom: 0;
    max-width: 100%;
    list-style: none;
    padding: 0
}

.wp-block-comment-template li {
    clear: both
}

.wp-block-comment-template ol {
    margin-bottom: 0;
    max-width: 100%;
    list-style: none;
    padding-left: 2rem
}

.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;
    box-sizing: border-box
}

.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
    background-attachment: fixed
}

@supports (-webkit-touch-callout:inherit) {

    .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.is-repeated,
.wp-block-cover.is-repeated {
    background-repeat: repeat;
    background-size: auto
}

.wp-block-cover-image.has-background-dim:not([class*=-background-color]),
.wp-block-cover-image .has-background-dim:not([class*=-background-color]),
.wp-block-cover.has-background-dim:not([class*=-background-color]),
.wp-block-cover .has-background-dim:not([class*=-background-color]) {
    background-color: #000
}

.wp-block-cover-image .has-background-dim.has-background-gradient,
.wp-block-cover .has-background-dim.has-background-gradient {
    background-color: transparent
}

.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
    content: "";
    background-color: inherit
}

.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover-image .wp-block-cover__background,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover .wp-block-cover__background,
.wp-block-cover .wp-block-cover__gradient-background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
    opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
    opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
    opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
    opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
    opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
    opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
    opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
    opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
    opacity: 1
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0 {
    opacity: 0
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10 {
    opacity: .1
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20 {
    opacity: .2
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30 {
    opacity: .3
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40 {
    opacity: .4
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50 {
    opacity: .5
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60 {
    opacity: .6
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70 {
    opacity: .7
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80 {
    opacity: .8
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90 {
    opacity: .9
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100 {
    opacity: 1
}

.wp-block-cover-image .block-library-cover__padding-visualizer,
.wp-block-cover .block-library-cover__padding-visualizer {
    z-index: 2
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    max-width: 420px;
    width: 100%
}

.wp-block-cover-image:after,
.wp-block-cover:after {
    display: block;
    content: "";
    font-size: 0;
    min-height: inherit
}

@supports (position:sticky) {

    .wp-block-cover-image:after,
    .wp-block-cover:after {
        content: none
    }
}

.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    display: flex
}

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
    width: 100%;
    z-index: 1;
    color: #fff
}

.wp-block-cover-image.is-light .wp-block-cover__inner-container,
.wp-block-cover.is-light .wp-block-cover__inner-container {
    color: #000
}

.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),
.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) {
    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-image img.wp-block-cover__image-background,
.wp-block-cover-image video.wp-block-cover__video-background,
.wp-block-cover img.wp-block-cover__image-background,
.wp-block-cover 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: none;
    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-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-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-embed.alignleft,
.wp-block-embed.alignright,
.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-embed.alignleft .wp-block-embed__wrapper,
.wp-block-embed.alignright .wp-block-embed__wrapper,
.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: 0 0 1em;
    overflow-wrap: break-word
}

.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.aligncenter {
    text-align: center
}

.wp-block-file.alignright {
    text-align: right
}

.wp-block-file .wp-block-file__embed {
    margin-bottom: 1em
}

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

.blocks-gallery-grid:not(.has-nested-images),
.wp-block-gallery:not(.has-nested-images) {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,
.wp-block-gallery:not(.has-nested-images) .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)
}

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

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure {
    margin: 0;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img {
    display: block;
    max-width: 100%;
    height: auto;
    width: auto
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,
.wp-block-gallery:not(.has-nested-images) .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;
    z-index: 2
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img {
    display: inline
}

.blocks-gallery-grid:not(.has-nested-images) figcaption,
.wp-block-gallery:not(.has-nested-images) figcaption {
    flex-grow: 1
}

.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img {
    width: 100%;
    height: 100%;
    flex: 1;
    -o-object-fit: cover;
    object-fit: cover
}

.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,
.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,
.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,
.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item {
    width: 100%;
    margin-right: 0
}

@media (min-width:600px) {

    .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,
    .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,
    .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,
    .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item {
        width: calc(33.33333% - .66667em);
        margin-right: 1em
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,
    .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,
    .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,
    .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item {
        width: calc(25% - .75em);
        margin-right: 1em
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,
    .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,
    .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,
    .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item {
        width: calc(20% - .8em);
        margin-right: 1em
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,
    .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,
    .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,
    .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item {
        width: calc(16.66667% - .83333em);
        margin-right: 1em
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,
    .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,
    .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,
    .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item {
        width: calc(14.28571% - .85714em);
        margin-right: 1em
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,
    .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,
    .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,
    .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item {
        width: calc(12.5% - .875em);
        margin-right: 1em
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),
    .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),
    .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),
    .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),
    .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),
    .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),
    .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),
    .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),
    .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),
    .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),
    .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),
    .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),
    .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),
    .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),
    .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),
    .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),
    .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),
    .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),
    .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),
    .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),
    .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),
    .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),
    .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),
    .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),
    .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),
    .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),
    .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),
    .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),
    .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),
    .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),
    .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),
    .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n) {
        margin-right: 0
    }
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child {
    margin-right: 0
}

.blocks-gallery-grid:not(.has-nested-images).alignleft,
.blocks-gallery-grid:not(.has-nested-images).alignright,
.wp-block-gallery:not(.has-nested-images).alignleft,
.wp-block-gallery:not(.has-nested-images).alignright {
    max-width: 420px;
    width: 100%
}

.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,
.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure {
    justify-content: center
}

.wp-block-gallery:not(.is-cropped) .blocks-gallery-item {
    align-self: flex-start
}

figure.wp-block-gallery.has-nested-images {
    align-items: normal
}

.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
    width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2);
    margin: 0
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
    display: flex;
    flex-grow: 1;
    justify-content: center;
    position: relative;
    flex-direction: column;
    max-width: 100%
}

.wp-block-gallery.has-nested-images figure.wp-block-image>a,
.wp-block-gallery.has-nested-images figure.wp-block-image>div {
    margin: 0;
    flex-direction: column;
    flex-grow: 1
}

.wp-block-gallery.has-nested-images figure.wp-block-image img {
    display: block;
    height: auto;
    max-width: 100% !important;
    width: auto
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent);
    bottom: 0;
    color: #fff;
    font-size: 13px;
    left: 0;
    margin-bottom: 0;
    max-height: 60%;
    overflow: auto;
    padding: 0 8px 8px;
    position: absolute;
    text-align: center;
    width: 100%;
    box-sizing: border-box
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img {
    display: inline
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a {
    color: inherit
}

.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div {
    flex: 1 1 auto
}

.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption {
    flex: initial;
    background: none;
    color: inherit;
    margin: 0;
    padding: 10px 10px 9px;
    position: relative
}

.wp-block-gallery.has-nested-images figcaption {
    flex-grow: 1;
    flex-basis: 100%;
    text-align: center
}

.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
    margin-top: 0;
    margin-bottom: auto
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) {
    align-self: inherit
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone) {
    display: flex
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
    width: 100%;
    flex: 1 0 0%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image) {
    width: 100%
}

@media (min-width:600px) {
    .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
        width: calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*0.66667)
    }

    .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
        width: calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*0.75)
    }

    .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
        width: calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*0.8)
    }

    .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
        width: calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*0.83333)
    }

    .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) {
        width: calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*0.85714)
    }

    .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image) {
        width: calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*0.875)
    }

    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
        width: calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*0.66667)
    }

    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),
    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image) {
        width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*0.5)
    }

    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child {
        width: 100%
    }
}

.wp-block-gallery.has-nested-images.alignleft,
.wp-block-gallery.has-nested-images.alignright {
    max-width: 420px;
    width: 100%
}

.wp-block-gallery.has-nested-images.aligncenter {
    justify-content: center
}

.wp-block-group {
    box-sizing: border-box
}

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: 0 0 1em
}

.wp-block-image img {
    height: auto;
    max-width: 100%;
    vertical-align: bottom
}

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

.wp-block-image.aligncenter {
    text-align: center
}

.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
    height: auto;
    width: 100%
}

.wp-block-image.aligncenter,
.wp-block-image .aligncenter,
.wp-block-image.alignleft,
.wp-block-image .alignleft,
.wp-block-image.alignright,
.wp-block-image .alignright {
    display: table
}

.wp-block-image.aligncenter>figcaption,
.wp-block-image .aligncenter>figcaption,
.wp-block-image.alignleft>figcaption,
.wp-block-image .alignleft>figcaption,
.wp-block-image.alignright>figcaption,
.wp-block-image .alignright>figcaption {
    display: table-caption;
    caption-side: bottom
}

.wp-block-image .alignleft {
    float: left;
    margin: .5em 1em .5em 0
}

.wp-block-image .alignright {
    float: right;
    margin: .5em 0 .5em 1em
}

.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto
}

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

.wp-block-image.is-style-circle-mask img,
.wp-block-image.is-style-rounded img,
.wp-block-image .is-style-rounded img {
    border-radius: 9999px
}

@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 viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        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
    }
}

.wp-block-image figure {
    margin: 0
}

ol.wp-block-latest-comments {
    margin-left: 0
}

.wp-block-latest-comments .wp-block-latest-comments {
    padding-left: 0
}

.wp-block-latest-comments__comment {
    line-height: 1.1;
    list-style: none;
    margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
    min-height: 2.25em;
    list-style: none
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    margin-left: 3.25em
}

.has-dates .wp-block-latest-comments__comment,
.has-excerpts .wp-block-latest-comments__comment {
    line-height: 1.5
}

.wp-block-latest-comments__comment-excerpt p {
    font-size: .875em;
    line-height: 1.8;
    margin: .36em 0 1.4em
}

.wp-block-latest-comments__comment-date {
    display: block;
    font-size: .75em
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
    border-radius: 1.5em;
    display: block;
    float: left;
    height: 2.5em;
    margin-right: .75em;
    width: 2.5em
}

.wp-block-latest-posts.alignleft {
    margin-right: 2em
}

.wp-block-latest-posts.alignright {
    margin-left: 2em
}

.wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: none;
    padding-left: 0
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
    clear: both
}

.wp-block-latest-posts.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0
}

.wp-block-latest-posts.is-grid li {
    margin: 0 1.25em 1.25em 0;
    width: 100%
}

@media (min-width:600px) {
    .wp-block-latest-posts.columns-2 li {
        width: calc(50% - .625em)
    }

    .wp-block-latest-posts.columns-2 li:nth-child(2n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-3 li {
        width: calc(33.33333% - .83333em)
    }

    .wp-block-latest-posts.columns-3 li:nth-child(3n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-4 li {
        width: calc(25% - .9375em)
    }

    .wp-block-latest-posts.columns-4 li:nth-child(4n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-5 li {
        width: calc(20% - 1em)
    }

    .wp-block-latest-posts.columns-5 li:nth-child(5n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-6 li {
        width: calc(16.66667% - 1.04167em)
    }

    .wp-block-latest-posts.columns-6 li:nth-child(6n) {
        margin-right: 0
    }
}

.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
    display: block;
    font-size: .8125em
}

.wp-block-latest-posts__post-excerpt {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-latest-posts__featured-image a {
    display: inline-block
}

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

.wp-block-latest-posts__featured-image.alignleft {
    margin-right: 1em;
    float: left
}

.wp-block-latest-posts__featured-image.alignright {
    margin-left: 1em;
    float: right
}

.wp-block-latest-posts__featured-image.aligncenter {
    margin-bottom: 1em;
    text-align: center
}

ol,
ul {
    box-sizing: border-box
}

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

.wp-block-media-text {
    /*!rtl:begin:ignore*/
    direction: ltr;
    /*!rtl:end:ignore*/
    display: grid;
    grid-template-columns: 50% 1fr;
    grid-template-rows: auto
}

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

.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
    align-self: start
}

.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,
.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text .wp-block-media-text__media {
    align-self: center
}

.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
    align-self: end
}

.wp-block-media-text .wp-block-media-text__media {
    /*!rtl:begin:ignore*/
    grid-column: 1;
    grid-row: 1;
    /*!rtl:end:ignore*/
    margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
    direction: ltr;
    /*!rtl:begin:ignore*/
    grid-column: 2;
    grid-row: 1;
    /*!rtl:end:ignore*/
    padding: 0 8%;
    word-break: break-word
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    /*!rtl:begin:ignore*/
    grid-column: 2;
    grid-row: 1
        /*!rtl:end:ignore*/
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    /*!rtl:begin:ignore*/
    grid-column: 1;
    grid-row: 1
        /*!rtl:end:ignore*/
}

.wp-block-media-text__media img,
.wp-block-media-text__media video {
    height: auto;
    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
}

@media (max-width:600px) {
    .wp-block-media-text.is-stacked-on-mobile {
        grid-template-columns: 100% !important
    }

    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
        grid-column: 1;
        grid-row: 1
    }

    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
        grid-column: 1;
        grid-row: 2
    }
}

.wp-block-navigation {
    position: relative;
    --navigation-layout-justification-setting: flex-start;
    --navigation-layout-direction: row;
    --navigation-layout-wrap: wrap;
    --navigation-layout-justify: flex-start;
    --navigation-layout-align: center
}

.wp-block-navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0
}

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

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

.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty {
    display: none
}

.wp-block-navigation .wp-block-navigation-item__content {
    color: inherit;
    display: block;
    padding: 0
}

.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,
.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,
.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus {
    text-decoration: underline
}

.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,
.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,
.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus {
    text-decoration: line-through
}

.wp-block-navigation:where(:not([class*=has-text-decoration])) a,
.wp-block-navigation:where(:not([class*=has-text-decoration])) a:active,
.wp-block-navigation:where(:not([class*=has-text-decoration])) a:focus {
    text-decoration: none
}

.wp-block-navigation .wp-block-navigation__submenu-icon {
    align-self: center;
    line-height: 0;
    display: inline-block;
    font-size: inherit;
    padding: 0;
    background-color: inherit;
    color: currentColor;
    border: none;
    width: .6em;
    height: .6em;
    margin-left: .25em
}

.wp-block-navigation .wp-block-navigation__submenu-icon svg {
    display: inline-block;
    stroke: currentColor;
    width: inherit;
    height: inherit;
    margin-top: .075em
}

.wp-block-navigation.is-vertical {
    --navigation-layout-direction: column;
    --navigation-layout-justify: initial;
    --navigation-layout-align: flex-start
}

.wp-block-navigation.no-wrap {
    --navigation-layout-wrap: nowrap
}

.wp-block-navigation.items-justified-center {
    --navigation-layout-justification-setting: center;
    --navigation-layout-justify: center
}

.wp-block-navigation.items-justified-center.is-vertical {
    --navigation-layout-align: center
}

.wp-block-navigation.items-justified-right {
    --navigation-layout-justification-setting: flex-end;
    --navigation-layout-justify: flex-end
}

.wp-block-navigation.items-justified-right.is-vertical {
    --navigation-layout-align: flex-end
}

.wp-block-navigation.items-justified-space-between {
    --navigation-layout-justification-setting: space-between;
    --navigation-layout-justify: space-between
}

.wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) {
    background-color: inherit;
    color: inherit;
    position: absolute;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: normal;
    opacity: 0;
    transition: opacity .1s linear;
    visibility: hidden;
    width: 0;
    height: 0;
    overflow: hidden;
    left: -1px;
    top: 100%
}

.wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container)>.wp-block-navigation-item>.wp-block-navigation-item__content {
    display: flex;
    flex-grow: 1
}

.wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container)>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon {
    margin-right: 0;
    margin-left: auto
}

.wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) .wp-block-navigation-item__content {
    margin: 0
}

@media (min-width:782px) {
    .wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) .wp-block-navigation__submenu-container {
        left: 100%;
        top: -1px
    }

    .wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) .wp-block-navigation__submenu-container:before {
        content: "";
        position: absolute;
        right: 100%;
        height: 100%;
        display: block;
        width: .5em;
        background: transparent
    }

    .wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) .wp-block-navigation__submenu-icon {
        margin-right: .25em
    }

    .wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) .wp-block-navigation__submenu-icon svg {
        transform: rotate(-90deg)
    }
}

.wp-block-navigation .has-child:where(:not(.open-on-click)):hover>.wp-block-navigation__submenu-container {
    visibility: visible;
    overflow: visible;
    opacity: 1;
    width: auto;
    height: auto;
    min-width: 200px
}

.wp-block-navigation .has-child:where(:not(.open-on-click):not(.open-on-hover-click)):focus-within>.wp-block-navigation__submenu-container {
    visibility: visible;
    overflow: visible;
    opacity: 1;
    width: auto;
    height: auto;
    min-width: 200px
}

.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container {
    visibility: visible;
    overflow: visible;
    opacity: 1;
    width: auto;
    height: auto;
    min-width: 200px
}

.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container {
    left: 0;
    top: 100%
}

@media (min-width:782px) {
    .wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
        left: 100%;
        top: 0
    }
}

.wp-block-navigation-submenu {
    position: relative;
    display: flex
}

.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg {
    stroke: currentColor
}

button.wp-block-navigation-item__content {
    background-color: transparent;
    border: none;
    color: currentColor;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    font-style: inherit;
    font-weight: inherit;
    text-transform: inherit;
    text-align: left
}

.wp-block-navigation-submenu__toggle {
    cursor: pointer
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle {
    padding-right: .85em
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon {
    margin-left: -.6em;
    pointer-events: none
}

.wp-block-navigation,
.wp-block-navigation .wp-block-page-list,
.wp-block-navigation:where(.has-background),
.wp-block-navigation:where(.has-background) .wp-block-navigation .wp-block-page-list,
.wp-block-navigation:where(.has-background) .wp-block-navigation__container,
.wp-block-navigation__container,
.wp-block-navigation__responsive-close,
.wp-block-navigation__responsive-container,
.wp-block-navigation__responsive-container-content,
.wp-block-navigation__responsive-dialog {
    gap: inherit
}

.wp-block-navigation:where(.has-background) .wp-block-navigation-item__content,
.wp-block-navigation :where(.wp-block-navigation__submenu-container) .wp-block-navigation-item__content {
    padding: .5em 1em
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container {
    left: auto;
    right: 0
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
    left: -1px;
    right: -1px
}

@media (min-width:782px) {

    .wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
    .wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
    .wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
    .wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
        left: auto;
        right: 100%
    }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
    background-color: #fff;
    color: #000;
    border: 1px solid rgba(0, 0, 0, .15)
}

.wp-block-navigation__container {
    display: flex;
    flex-wrap: var(--navigation-layout-wrap, wrap);
    flex-direction: var(--navigation-layout-direction, initial);
    justify-content: var(--navigation-layout-justify, initial);
    align-items: var(--navigation-layout-align, initial);
    list-style: none;
    margin: 0;
    padding-left: 0
}

.wp-block-navigation__container .is-responsive {
    display: none
}

.wp-block-navigation__container:only-child,
.wp-block-page-list:only-child {
    flex-grow: 1
}

.wp-block-navigation__responsive-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
    display: flex;
    flex-wrap: var(--navigation-layout-wrap, wrap);
    flex-direction: var(--navigation-layout-direction, initial);
    justify-content: var(--navigation-layout-justify, initial);
    align-items: var(--navigation-layout-align, initial)
}

.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open) {
    color: inherit !important;
    background-color: inherit !important
}

.wp-block-navigation__responsive-container.is-menu-open {
    display: flex;
    flex-direction: column;
    background-color: inherit;
    padding: 2rem;
    overflow: auto;
    z-index: 100000
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
    padding-top: calc(2rem + 24px);
    overflow: visible;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: var(--navigation-layout-justification-setting, inherit)
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
    justify-content: flex-start
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon {
    display: none
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .submenu-container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
    opacity: 1;
    visibility: visible;
    height: auto;
    width: auto;
    overflow: initial;
    min-width: 200px;
    position: static;
    border: none;
    padding-left: 2rem;
    padding-right: 2rem
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
    gap: inherit
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
    padding-top: var(--wp--style--block-gap, 2em)
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
    padding: 0
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
    display: flex;
    flex-direction: column;
    align-items: var(--navigation-layout-justification-setting, initial)
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list {
    color: inherit !important;
    background: transparent !important
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
    right: auto;
    left: auto
}

@media (min-width:600px) {
    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
        display: block;
        width: 100%;
        position: relative;
        z-index: auto;
        background-color: inherit
    }

    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close {
        display: none
    }

    .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
        left: 0
    }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
    background-color: #fff;
    color: #000
}

.wp-block-navigation__toggle_button_label {
    font-size: 1rem;
    font-weight: 700
}

.wp-block-navigation__responsive-container-close,
.wp-block-navigation__responsive-container-open {
    vertical-align: middle;
    cursor: pointer;
    color: currentColor;
    background: transparent;
    border: none;
    margin: 0;
    padding: 0
}

.wp-block-navigation__responsive-container-close svg,
.wp-block-navigation__responsive-container-open svg {
    fill: currentColor;
    pointer-events: none;
    display: block;
    width: 24px;
    height: 24px
}

.wp-block-navigation__responsive-container-open {
    display: flex
}

@media (min-width:600px) {
    .wp-block-navigation__responsive-container-open:not(.always-shown) {
        display: none
    }
}

.wp-block-navigation__responsive-container-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2
}

.wp-block-navigation__responsive-close {
    width: 100%
}

.wp-block-navigation__responsive-close:focus {
    outline: none
}

.is-menu-open .wp-block-navigation__responsive-close,
.is-menu-open .wp-block-navigation__responsive-container-content,
.is-menu-open .wp-block-navigation__responsive-dialog {
    box-sizing: border-box
}

.wp-block-navigation__responsive-dialog {
    position: relative
}

html.has-modal-open {
    overflow: hidden
}

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

.wp-block-navigation .wp-block-navigation-item__description {
    display: none
}

.wp-block-navigation .wp-block-page-list {
    display: flex;
    flex-direction: var(--navigation-layout-direction, initial);
    justify-content: var(--navigation-layout-justify, initial);
    align-items: var(--navigation-layout-align, initial);
    flex-wrap: var(--navigation-layout-wrap, wrap);
    background-color: inherit
}

.wp-block-navigation .wp-block-navigation-item {
    background-color: inherit
}

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

.is-regular-text {
    font-size: 1em
}

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

.is-larger-text {
    font-size: 3em
}

.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 8.4em;
    line-height: .68;
    font-weight: 100;
    margin: .05em .1em 0 0;
    text-transform: uppercase;
    font-style: normal
}

p.has-drop-cap.has-background {
    overflow: hidden
}

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

:where(p.has-text-color:not(.has-link-color)) a {
    color: inherit
}

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

.wp-block-post-author__byline {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: .5em
}

.wp-block-post-author__avatar {
    margin-right: 1em
}

.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 {
    margin: 0
}

.wp-block-post-comments .alignleft {
    float: left
}

.wp-block-post-comments .alignright {
    float: right
}

.wp-block-post-comments .navigation:after {
    content: "";
    display: table;
    clear: both
}

.wp-block-post-comments .commentlist {
    clear: both;
    list-style: none;
    margin: 0;
    padding: 0
}

.wp-block-post-comments .commentlist .comment {
    min-height: 2.25em;
    padding-left: 3.25em
}

.wp-block-post-comments .commentlist .comment p {
    font-size: 1em;
    line-height: 1.8;
    margin: 1em 0
}

.wp-block-post-comments .commentlist .children {
    list-style: none;
    margin: 0;
    padding: 0
}

.wp-block-post-comments .comment-author {
    line-height: 1.5
}

.wp-block-post-comments .comment-author .avatar {
    border-radius: 1.5em;
    display: block;
    float: left;
    height: 2.5em;
    margin-top: .5em;
    margin-right: .75em;
    width: 2.5em
}

.wp-block-post-comments .comment-author cite {
    font-style: normal
}

.wp-block-post-comments .comment-meta {
    font-size: .875em;
    line-height: 1.5
}

.wp-block-post-comments .comment-meta b {
    font-weight: 400
}

.wp-block-post-comments .comment-meta .comment-awaiting-moderation {
    margin-top: 1em;
    margin-bottom: 1em;
    display: block
}

.wp-block-post-comments .comment-body .commentmetadata {
    font-size: .875em
}

.wp-block-post-comments .comment-form-author label,
.wp-block-post-comments .comment-form-comment label,
.wp-block-post-comments .comment-form-email label,
.wp-block-post-comments .comment-form-url label {
    display: block;
    margin-bottom: .25em
}

.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments .comment-form textarea {
    display: block;
    box-sizing: border-box;
    width: 100%
}

.wp-block-post-comments .comment-form-cookies-consent {
    display: flex;
    gap: .25em
}

.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent {
    margin-top: .35em
}

.wp-block-post-comments .comment-reply-title {
    margin-bottom: 0
}

.wp-block-post-comments .comment-reply-title :where(small) {
    font-size: var(--wp--preset--font-size--medium, smaller);
    margin-left: .5em
}

.wp-block-post-comments .reply {
    font-size: .875em;
    margin-bottom: 1.4em
}

.wp-block-post-comments input:not([type=submit]),
.wp-block-post-comments textarea {
    border: 1px solid #949494;
    font-size: 1em;
    font-family: inherit
}

.wp-block-post-comments input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments textarea {
    padding: calc(.667em + 2px)
}

.wp-block-post-comments input[type=submit] {
    border: none
}

.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title) {
    font-weight: inherit
}

.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title) {
    font-family: inherit
}

.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),
.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title) {
    font-size: inherit
}

.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title) {
    line-height: inherit
}

.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title) {
    font-style: inherit
}

.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title) {
    letter-spacing: inherit
}

.wp-block-post-comments-form input[type=submit] {
    border: none;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    overflow-wrap: break-word
}

.wp-block-post-comments-form input:not([type=submit]),
.wp-block-post-comments-form textarea {
    border: 1px solid #949494;
    font-size: 1em;
    font-family: inherit
}

.wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments-form textarea {
    padding: calc(.667em + 2px)
}

.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments-form .comment-form textarea {
    display: block;
    box-sizing: border-box;
    width: 100%
}

.wp-block-post-comments-form .comment-form-author label,
.wp-block-post-comments-form .comment-form-email label,
.wp-block-post-comments-form .comment-form-url label {
    display: block;
    margin-bottom: .25em
}

.wp-block-post-comments-form .comment-form-cookies-consent {
    display: flex;
    gap: .25em
}

.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent {
    margin-top: .35em
}

.wp-block-post-comments-form .comment-reply-title {
    margin-bottom: 0
}

.wp-block-post-comments-form .comment-reply-title :where(small) {
    font-size: var(--wp--preset--font-size--medium, smaller);
    margin-left: .5em
}

.wp-block-post-excerpt__more-link {
    display: inline-block
}

.wp-block-post-featured-image {
    margin-left: 0;
    margin-right: 0
}

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

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

.wp-block-post-featured-image.alignfull img,
.wp-block-post-featured-image.alignwide img {
    width: 100%
}

.wp-block-post-terms__separator {
    white-space: pre-wrap
}

.wp-block-post-title {
    word-break: break-word
}

.wp-block-post-title a {
    display: inline-block
}

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

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

.wp-block-pullquote {
    margin: 0 0 1em;
    padding: 3em 0;
    text-align: center;
    overflow-wrap: break-word;
    box-sizing: border-box
}

.wp-block-pullquote blockquote,
.wp-block-pullquote cite,
.wp-block-pullquote p {
    color: inherit
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright,
.wp-block-pullquote.has-text-align-left,
.wp-block-pullquote.has-text-align-right {
    max-width: 420px
}

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p,
.wp-block-pullquote.has-text-align-left p,
.wp-block-pullquote.has-text-align-right p {
    font-size: 1.25em
}

.wp-block-pullquote p {
    font-size: 1.75em;
    line-height: 1.6
}

.wp-block-pullquote cite,
.wp-block-pullquote footer {
    position: relative
}

.wp-block-pullquote .has-text-color a {
    color: inherit
}

.wp-block-pullquote.has-text-align-left blockquote {
    text-align: left
}

.wp-block-pullquote.has-text-align-right blockquote {
    text-align: right
}

.wp-block-pullquote.is-style-solid-color {
    border: none
}

.wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: auto;
    margin-right: auto;
    max-width: 60%
}

.wp-block-pullquote.is-style-solid-color blockquote p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2em
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
    text-transform: none;
    font-style: normal
}

.wp-block-pullquote cite {
    color: inherit
}

.wp-block-post-template,
.wp-block-query-loop {
    margin-top: 0;
    margin-bottom: 0;
    max-width: 100%;
    list-style: none;
    padding: 0
}

.wp-block-post-template.wp-block-post-template,
.wp-block-query-loop.wp-block-post-template {
    background: none
}

.wp-block-post-template.is-flex-container,
.wp-block-query-loop.is-flex-container {
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    gap: 1.25em
}

.wp-block-post-template.is-flex-container li,
.wp-block-query-loop.is-flex-container li {
    margin: 0;
    width: 100%
}

@media (min-width:600px) {

    .wp-block-post-template.is-flex-container.is-flex-container.columns-2>li,
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-2>li {
        width: calc(50% - .625em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-3>li,
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-3>li {
        width: calc(33.33333% - .83333em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-4>li,
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-4>li {
        width: calc(25% - .9375em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-5>li,
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-5>li {
        width: calc(20% - 1em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-6>li,
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-6>li {
        width: calc(16.66667% - 1.04167em)
    }
}

.wp-block-query-pagination>.wp-block-query-pagination-next,
.wp-block-query-pagination>.wp-block-query-pagination-numbers,
.wp-block-query-pagination>.wp-block-query-pagination-previous {
    margin-right: .5em;
    margin-bottom: .5em
}

.wp-block-query-pagination>.wp-block-query-pagination-next:last-child,
.wp-block-query-pagination>.wp-block-query-pagination-numbers:last-child,
.wp-block-query-pagination>.wp-block-query-pagination-previous:last-child {
    margin-right: 0
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow {
    margin-right: 1ch;
    display: inline-block
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron) {
    transform: scaleX(1)
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow {
    margin-left: 1ch;
    display: inline-block
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron) {
    transform: scaleX(1)
}

.wp-block-query-pagination.aligncenter {
    justify-content: center
}

.wp-block-quote {
    box-sizing: border-box;
    overflow-wrap: break-word
}

.wp-block-quote.is-large:not(.is-style-plain),
.wp-block-quote.is-style-large:not(.is-style-plain) {
    margin-bottom: 1em;
    padding: 0 1em
}

.wp-block-quote.is-large:not(.is-style-plain) p,
.wp-block-quote.is-style-large:not(.is-style-plain) p {
    font-size: 1.5em;
    font-style: italic;
    line-height: 1.6
}

.wp-block-quote.is-large:not(.is-style-plain) cite,
.wp-block-quote.is-large:not(.is-style-plain) footer,
.wp-block-quote.is-style-large:not(.is-style-plain) cite,
.wp-block-quote.is-style-large:not(.is-style-plain) footer {
    font-size: 1.125em;
    text-align: right
}

.wp-block-read-more {
    display: block;
    width: -moz-fit-content;
    width: fit-content
}

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

ul.wp-block-rss {
    list-style: none;
    padding: 0
}

ul.wp-block-rss.wp-block-rss {
    box-sizing: border-box
}

ul.wp-block-rss.alignleft {
    margin-right: 2em
}

ul.wp-block-rss.alignright {
    margin-left: 2em
}

ul.wp-block-rss.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none
}

ul.wp-block-rss.is-grid li {
    margin: 0 1em 1em 0;
    width: 100%
}

@media (min-width:600px) {
    ul.wp-block-rss.columns-2 li {
        width: calc(50% - 1em)
    }

    ul.wp-block-rss.columns-3 li {
        width: calc(33.33333% - 1em)
    }

    ul.wp-block-rss.columns-4 li {
        width: calc(25% - 1em)
    }

    ul.wp-block-rss.columns-5 li {
        width: calc(20% - 1em)
    }

    ul.wp-block-rss.columns-6 li {
        width: calc(16.66667% - 1em)
    }
}

.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
    display: block;
    font-size: .8125em
}

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

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

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

.wp-block-search__inside-wrapper {
    display: flex;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%
}

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

.wp-block-search__input {
    padding: 8px;
    flex-grow: 1;
    min-width: 3em;
    border: 1px solid #949494;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit
}

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

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    padding: 4px;
    border: 1px solid #949494
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
    border-radius: 0;
    border: none;
    padding: 0 0 0 .25em
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus {
    outline: none
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
    padding: .125em .5em
}

.wp-block-search.aligncenter .wp-block-search__inside-wrapper {
    margin: auto
}

.wp-block-separator {
    border-top: 1px solid;
    border-bottom: 1px solid
}

.wp-block-separator.is-style-dots {
    background: none !important;
    border: none;
    text-align: center;
    line-height: 1;
    height: auto
}

.wp-block-separator.is-style-dots:before {
    content: "···";
    color: currentColor;
    font-size: 1.5em;
    letter-spacing: 2em;
    padding-left: 2em;
    font-family: serif
}

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

.wp-block-site-logo a {
    display: inline-block
}

.wp-block-site-logo.is-default-size img {
    width: 120px;
    height: auto
}

.wp-block-site-logo a,
.wp-block-site-logo img {
    border-radius: inherit
}

.wp-block-site-logo.aligncenter {
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.wp-block-site-logo.is-style-rounded {
    border-radius: 9999px
}

.wp-block-social-links {
    padding-left: 0;
    padding-right: 0;
    text-indent: 0;
    margin-left: 0;
    background: none
}

.wp-block-social-links .wp-social-link a,
.wp-block-social-links .wp-social-link a:hover {
    text-decoration: none;
    border-bottom: 0;
    box-shadow: none
}

.wp-block-social-links .wp-social-link a {
    padding: .25em
}

.wp-block-social-links .wp-social-link svg {
    width: 1em;
    height: 1em
}

.wp-block-social-links .wp-social-link span:not(.screen-reader-text) {
    margin-left: .5em;
    margin-right: .5em;
    font-size: .65em
}

.wp-block-social-links.has-small-icon-size {
    font-size: 16px
}

.wp-block-social-links,
.wp-block-social-links.has-normal-icon-size {
    font-size: 24px
}

.wp-block-social-links.has-large-icon-size {
    font-size: 36px
}

.wp-block-social-links.has-huge-icon-size {
    font-size: 48px
}

.wp-block-social-links.aligncenter {
    justify-content: center;
    display: flex
}

.wp-block-social-links.alignright {
    justify-content: flex-end
}

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

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

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

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

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

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
    background-color: #f0f0f0;
    color: #444
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
    background-color: #f90;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
    background-color: #1ea0c3;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
    background-color: #0757fe;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
    background-color: #1e1f26;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
    background-color: #02e49b;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
    background-color: #e94c89;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
    background-color: #4280ff;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
    background-color: #f45800;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
    background-color: #1778f2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
    background-color: #000;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
    background-color: #0461dd;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
    background-color: #e65678;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
    background-color: #24292d;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
    background-color: #eceadd;
    color: #382110
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
    background-color: #ea4434;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
    background-color: #f00075;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
    background-color: #e21b24;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
    background-color: #0d66c2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
    background-color: #3288d4;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
    background-color: #02ab6c;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
    background-color: #f6405f;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon {
    background-color: #ff424d;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
    background-color: #e60122;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
    background-color: #ef4155;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
    background-color: #fe4500;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
    background-color: #0478d7;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
    background-color: #fefc00;
    color: #fff;
    stroke: #000
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
    background-color: #ff5600;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
    background-color: #1bd760;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram {
    background-color: #2aabee;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok {
    background-color: #000;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
    background-color: #011835;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
    background-color: #6440a4;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
    background-color: #1da1f2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
    background-color: #1eb7ea;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
    background-color: #4680c2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
    background-color: #3499cd;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
    background-color: red;
    color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link {
    background: none
}

.wp-block-social-links.is-style-logos-only .wp-social-link a {
    padding: 0
}

.wp-block-social-links.is-style-logos-only .wp-social-link svg {
    width: 1.25em;
    height: 1.25em
}

.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
    color: #f90
}

.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
    color: #1ea0c3
}

.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
    color: #0757fe
}

.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
    color: #1e1f26
}

.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
    color: #02e49b
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
    color: #e94c89
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
    color: #4280ff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
    color: #f45800
}

.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
    color: #1778f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
    color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
    color: #0461dd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
    color: #e65678
}

.wp-block-social-links.is-style-logos-only .wp-social-link-github {
    color: #24292d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
    color: #382110
}

.wp-block-social-links.is-style-logos-only .wp-social-link-google {
    color: #ea4434
}

.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
    color: #f00075
}

.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
    color: #e21b24
}

.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
    color: #0d66c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
    color: #3288d4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
    color: #02ab6c
}

.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
    color: #f6405f
}

.wp-block-social-links.is-style-logos-only .wp-social-link-patreon {
    color: #ff424d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
    color: #e60122
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
    color: #ef4155
}

.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
    color: #fe4500
}

.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
    color: #0478d7
}

.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
    color: #fff;
    stroke: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
    color: #ff5600
}

.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
    color: #1bd760
}

.wp-block-social-links.is-style-logos-only .wp-social-link-telegram {
    color: #2aabee
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok {
    color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
    color: #011835
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
    color: #6440a4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
    color: #1da1f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
    color: #1eb7ea
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
    color: #4680c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
    color: #3499cd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
    color: #d32422
}

.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
    color: red
}

.wp-block-social-links.is-style-pill-shape .wp-social-link {
    width: auto
}

.wp-block-social-links.is-style-pill-shape .wp-social-link a {
    padding-left: .66667em;
    padding-right: .66667em
}

.wp-block-spacer {
    clear: both
}

.wp-block-tag-cloud.aligncenter {
    text-align: center
}

.wp-block-tag-cloud.alignfull {
    padding-left: 1em;
    padding-right: 1em
}

.wp-block-tag-cloud a {
    display: inline-block;
    margin-right: 5px
}

.wp-block-tag-cloud span {
    display: inline-block;
    margin-left: 5px;
    text-decoration: none
}

.wp-block-tag-cloud.is-style-outline {
    display: flex;
    flex-wrap: wrap;
    gap: 1ch
}

.wp-block-tag-cloud.is-style-outline a {
    border: 1px solid;
    font-size: unset !important;
    margin-right: 0;
    padding: 1ch 2ch;
    text-decoration: none !important
}

.wp-block-table {
    margin: 0 0 1em;
    overflow-x: auto
}

.wp-block-table table {
    border-collapse: collapse;
    width: 100%
}

.wp-block-table .has-fixed-layout {
    table-layout: fixed;
    width: 100%
}

.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
    word-break: break-word
}

.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
    display: table;
    width: auto
}

.wp-block-table.aligncenter td,
.wp-block-table.aligncenter th,
.wp-block-table.alignleft td,
.wp-block-table.alignleft th,
.wp-block-table.alignright td,
.wp-block-table.alignright th {
    word-break: break-word
}

.wp-block-table .has-subtle-light-gray-background-color {
    background-color: #f3f4f5
}

.wp-block-table .has-subtle-pale-green-background-color {
    background-color: #e9fbe5
}

.wp-block-table .has-subtle-pale-blue-background-color {
    background-color: #e7f5fe
}

.wp-block-table .has-subtle-pale-pink-background-color {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes {
    border-spacing: 0;
    border-collapse: inherit;
    background-color: transparent;
    border-bottom: 1px solid #f0f0f0
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #f0f0f0
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
    background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
    background-color: #e9fbe5
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
    background-color: #e7f5fe
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
    border-color: transparent
}

.wp-block-table .has-border-color>*,
.wp-block-table .has-border-color td,
.wp-block-table .has-border-color th,
.wp-block-table .has-border-color tr {
    border-color: inherit
}

.wp-block-table table[style*=border-style]>*,
.wp-block-table table[style*=border-style] td,
.wp-block-table table[style*=border-style] th,
.wp-block-table table[style*=border-style] tr {
    border-style: inherit
}

.wp-block-table table[style*=border-width]>*,
.wp-block-table table[style*=border-width] td,
.wp-block-table table[style*=border-width] th,
.wp-block-table table[style*=border-width] tr {
    border-width: inherit;
    border-style: inherit
}

.wp-block-text-columns,
.wp-block-text-columns.aligncenter {
    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%
}

pre.wp-block-verse {
    font-family: inherit;
    overflow: auto;
    white-space: pre-wrap
}

.wp-block-video {
    margin: 0 0 1em
}

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

@supports (position:sticky) {
    .wp-block-video [poster] {
        -o-object-fit: cover;
        object-fit: cover
    }
}

.wp-block-video.aligncenter {
    text-align: center
}

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

:root {
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px
}

:root .has-very-light-gray-background-color {
    background-color: #eee
}

:root .has-very-dark-gray-background-color {
    background-color: #313131
}

:root .has-very-light-gray-color {
    color: #eee
}

:root .has-very-dark-gray-color {
    color: #313131
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
    background: linear-gradient(135deg, #00d084, #0693e3)
}

:root .has-purple-crush-gradient-background {
    background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe)
}

:root .has-hazy-dawn-gradient-background {
    background: linear-gradient(135deg, #faaca8, #dad0ec)
}

:root .has-subdued-olive-gradient-background {
    background: linear-gradient(135deg, #fafae1, #67a671)
}

:root .has-atomic-cream-gradient-background {
    background: linear-gradient(135deg, #fdd79a, #004a59)
}

:root .has-nightshade-gradient-background {
    background: linear-gradient(135deg, #330968, #31cdcf)
}

:root .has-midnight-gradient-background {
    background: linear-gradient(135deg, #020381, #2874fc)
}

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

.has-larger-font-size {
    font-size: 2.625em
}

.has-normal-font-size {
    font-size: var(--wp--preset--font-size--normal)
}

.has-huge-font-size {
    font-size: var(--wp--preset--font-size--huge)
}

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

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

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

#end-resizable-editor-section {
    display: none
}

.aligncenter {
    clear: both
}

.items-justified-left {
    justify-content: flex-start
}

.items-justified-center {
    justify-content: center
}

.items-justified-right {
    justify-content: flex-end
}

.items-justified-space-between {
    justify-content: space-between
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    background-color: #ddd;
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

html :where(.has-border-color),
html :where([style*=border-width]) {
    border-style: solid
}

html :where(img[class*=wp-image-]) {
    height: auto;
    max-width: 100%
}

body {
    --wp--preset--color--black: #000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');
    --wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');
    --wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');
    --wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');
    --wp--preset--duotone--midnight: url('#wp-duotone-midnight');
    --wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');
    --wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');
    --wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px
}

.has-black-color {
    color: var(--wp--preset--color--black) !important
}

.has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important
}

.has-white-color {
    color: var(--wp--preset--color--white) !important
}

.has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important
}

.has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important
}

.has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important
}

.has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important
}

.has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important
}

.has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important
}

.has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important
}

.has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important
}

.has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important
}

.has-black-background-color {
    background-color: var(--wp--preset--color--black) !important
}

.has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important
}

.has-white-background-color {
    background-color: var(--wp--preset--color--white) !important
}

.has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important
}

.has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important
}

.has-luminous-vivid-orange-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important
}

.has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important
}

.has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important
}

.has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important
}

.has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important
}

.has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important
}

.has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important
}

.has-black-border-color {
    border-color: var(--wp--preset--color--black) !important
}

.has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important
}

.has-white-border-color {
    border-color: var(--wp--preset--color--white) !important
}

.has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important
}

.has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important
}

.has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important
}

.has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important
}

.has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important
}

.has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important
}

.has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important
}

.has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important
}

.has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important
}

.has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important
}

.has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important
}

.has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important
}

.has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important
}

.has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important
}

.has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important
}

.has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important
}

.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important
}

.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important
}

.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important
}

.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important
}

.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em .5em 1em;
    padding: .2em 1em;
    border: 2px solid #00a0d2
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
    display: none
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232
}

.wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900
}

.wpcf7-form-control-wrap {
    position: relative
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: 400;
    display: block
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
    position: relative;
    top: -2ex;
    left: 1em;
    z-index: 100;
    border: 1px solid #dc3232;
    background: #fff;
    padding: .2em .8em;
    width: 24em
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
    content: " "
}

.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: .75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative
}

form.submitting .wpcf7-spinner {
    visibility: visible
}

.wpcf7-spinner::before {
    content: '';
    position: absolute;
    background-color: #fbfbfc;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@media (prefers-reduced-motion:reduce) {
    .wpcf7-spinner::before {
        animation-name: blink;
        animation-duration: 2000ms
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes blink {
    from {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.wpcf7 input[type="file"] {
    cursor: pointer
}

.wpcf7 input[type="file"]:disabled {
    cursor: default
}

.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
    direction: ltr
}

.wpcf7-reflection>output {
    display: list-item;
    list-style: none
}

.page-details__picker-form,
html.has-scroll-dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.loader,
.page-details {
    max-height: 100vh;
    min-height: 100vh
}

:root {
    --c-brand-primary: #F50;
    --c-bg-primary: #040507;
    --c-bg-primary-rgb: 4, 5, 7;
    --c-bg-primary-addon: #161616;
    --c-font-primary: #BFBFBF;
    --c-font-primary-rgb: 191, 191, 191;
    --c-font-secondary: #040507;
    --header-height: 6.3125rem;
    --header-gap: 2.6%;
    --work-meta: 100%
}

:root body:not([data-scheme="0"]) {
    --c-brand-primary: #010101;
    --c-font-primary: #010101;
    --c-font-primary-rgb: 1, 1, 1;
    --c-font-secondary: #BFBFBF
}

:root body[data-scheme="1"] {
    --c-bg-primary: #7A5C50;
    --c-bg-primary-rgb: 122, 92, 80;
    --c-bg-primary-addon: #836356
}

:root body[data-scheme="2"] {
    --c-bg-primary: #006730;
    --c-bg-primary-rgb: 0, 103, 48;
    --c-bg-primary-addon: #00602D
}

:root body[data-scheme="3"] {
    --c-bg-primary: #7D33FF;
    --c-bg-primary-rgb: 125, 51, 255;
    --c-bg-primary-addon: #6B17FF
}

:root body[data-scheme="4"] {
    --c-bg-primary: #D7FF01;
    --c-bg-primary-rgb: 215, 255, 1;
    --c-bg-primary-addon: #CBF100
}

:root body[data-scheme="5"] {
    --c-bg-primary: #DBDBDA;
    --c-bg-primary-rgb: 219, 219, 218;
    --c-bg-primary-addon: #CECECD
}

:root body[data-scheme="6"] {
    --c-bg-primary: #4451A1;
    --c-bg-primary-rgb: 68, 81, 161;
    --c-bg-primary-addon: #4C5AB3
}

:root body[data-scheme="7"] {
    --c-bg-primary: #F50;
    --c-bg-primary-rgb: 255, 85, 0;
    --c-bg-primary-addon: #FF6417
}

:root body[data-scheme="8"] {
    --c-bg-primary: #FF5F55;
    --c-bg-primary-rgb: 255, 95, 85;
    --c-bg-primary-addon: #ff493d
}

@font-face {
    font-family: JWSans;
    font-style: normal;
    font-weight: 400;
    src: url(../themes/wfn/assets/fonts/JWSans/JWSans-Regular.woff2) format("woff2");
    font-display: swap
}

@font-face {
    font-family: JWSans;
    font-style: normal;
    font-weight: 300;
    src: url(../themes/wfn/assets/fonts/JWSans/JWSans-Light.woff2) format("woff2");
    font-display: swap
}

@font-face {
    font-family: JWSans;
    font-style: normal;
    font-weight: 500;
    src: url(../themes/wfn/assets/fonts/JWSans/JWSans-Medium.woff2) format("woff2");
    font-display: swap
}

@font-face {
    font-family: JWSans;
    font-style: normal;
    font-weight: 700;
    src: url(../themes/wfn/assets/fonts/JWSans/JWSans-Bold.woff2) format("woff2");
    font-display: swap
}

/*! locomotive-scroll v4.1.3 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-dragging {
    user-select: none
}

.has-scroll-smooth body {
    overflow: hidden
}

.has-scroll-smooth [data-scroll-container] {
    min-height: 100vh
}

[data-scroll-direction=horizontal] [data-scroll-container] {
    height: 100vh;
    display: inline-block;
    white-space: nowrap
}

[data-scroll-direction=horizontal] [data-scroll-section] {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    height: 100%
}

.c-scrollbar {
    position: absolute;
    right: 0;
    top: 0;
    width: 11px;
    height: 100%;
    -webkit-transform-origin: center right;
    -ms-transform-origin: center right;
    transform-origin: center right;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    -o-transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s;
    opacity: 0
}

.c-scrollbar:hover {
    -webkit-transform: scaleX(1.45);
    -ms-transform: scaleX(1.45);
    transform: scaleX(1.45)
}

.c-scrollbar:hover,
.has-scroll-dragging .c-scrollbar,
.has-scroll-scrolling .c-scrollbar {
    opacity: 1
}

[data-scroll-direction=horizontal] .c-scrollbar {
    width: 100%;
    height: 10px;
    top: auto;
    bottom: 0;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1)
}

[data-scroll-direction=horizontal] .c-scrollbar:hover {
    -webkit-transform: scaleY(1.3);
    -ms-transform: scaleY(1.3);
    transform: scaleY(1.3)
}

.c-scrollbar_thumb {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #000;
    opacity: .5;
    width: 7px;
    border-radius: 10px;
    margin: 2px;
    cursor: -webkit-grab;
    cursor: grab
}

.has-scroll-dragging .c-scrollbar_thumb {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

[data-scroll-direction=horizontal] .c-scrollbar_thumb {
    right: auto;
    bottom: 0
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

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

.col-start,
.page-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

body {
    line-height: 1;
    width: 100%;
    overflow-x: hidden
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

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

html.has-scroll-smooth {
    overflow: hidden;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

html.has-scroll-smooth body {
    max-height: 100vh;
    overflow: hidden
}

html.has-scroll-smooth .c-scrollbar {
    z-index: 10
}

html.has-scroll-smooth .c-scrollbar_thumb {
    background-color: var(--c-brand-primary);
    opacity: 1
}

html:not(.has-scroll-smooth) a,
html:not(.has-scroll-smooth) span {
    -webkit-transition: 0s !important;
    -o-transition: 0s !important;
    transition: 0s !important
}

@media (min-width:1024px) {
    :root {
        --header-gap: 2.6%;
        --work-meta: 18.4375rem
    }

    :root .home {
        --header-height: 3.4375rem
    }

    body {
        height: 100vh;
        overflow: hidden
    }
}

iframe,
img,
video {
    vertical-align: bottom
}

.page-wrap {
    position: relative;
    width: 100%;
    min-width: 320px;
    max-width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: var(--c-bg-primary);
    margin: 0 auto
}

.loaded .page-wrap {
    -webkit-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease
}

@media (max-width:1023px) {
    .home .page-wrap {
        pointer-events: none;
        z-index: 3
    }

    .home .page-wrap section {
        pointer-events: auto
    }
}

.no-click,
body.home[data-hero=away] .fp-section,
body.home[data-hero=away] .fullpage-scroll {
    pointer-events: none
}

.page-wrap section {
    width: 100%
}

body.home .fullpage-scroll {
    position: fixed !important;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100vh;
    z-index: 3
}

.header:after,
.img-cover {
    left: 0;
    height: 100%;
    top: 0
}

body.home .fullpage-scroll .fp-section {
    min-height: 100vh
}

@media (min-width:1024px) {
    body.home .fullpage-scroll {
        pointer-events: none
    }

    body.home[data-scrolled=top] .page-details__location {
        opacity: 0
    }

    body.home[data-scrolled=scrolled] .page-details__location {
        opacity: 1
    }
}

.col-start {
    display: flex;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.col-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.img-cover {
    position: absolute;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: inherit
}

#awwwards a {
    display: block;
    -webkit-transform: scale(.85) translate3d(9%, 0, 0);
    transform: scale(.85) translate3d(9%, 0, 0)
}

.header,
.header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    width: 100%
}

.header {
    position: sticky;
    top: 0;
    left: 0;
    display: flex;
    pointer-events: auto;
    z-index: 99;
    padding: 1.625rem var(--header-gap) 0
}

.header:after {
    position: absolute;
    content: "";
    width: 100%;
    min-height: 8.6875rem;
    background: -webkit-gradient(linear, left top, left bottom, from(var(--c-bg-primary)), color-stop(46.06%, rgba(var(--c-bg-primary-rgb), .59)), to(rgba(var(--c-bg-primary-rgb), 0)));
    background: -o-linear-gradient(top, var(--c-bg-primary) 0, rgba(var(--c-bg-primary-rgb), .59) 46.06%, rgba(var(--c-bg-primary-rgb), 0) 100%);
    background: linear-gradient(180deg, var(--c-bg-primary) 0, rgba(var(--c-bg-primary-rgb), .59) 46.06%, rgba(var(--c-bg-primary-rgb), 0) 100%);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .66s ease;
    -o-transition: opacity .66s ease;
    transition: opacity .66s ease
}

@media (max-width:1023px) {
    .header:after {
        height: calc(var(--header-gap) + 3rem)
    }

    .header__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.home .header {
    height: var(--header-height)
}

[data-scrolled=scrolled] .header:after {
    opacity: 1
}

[data-scrolled=top] .header:after {
    opacity: 0
}

.header__inner {
    display: flex;
    z-index: 1
}

@media (min-width:1024px) {
    .header__inner {
        position: relative;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.header__btn-mobile {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3.8125rem;
    height: .5625rem;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    z-index: 4;
    margin-bottom: 2.375rem;
    -webkit-animation: headerBtnMobile .85s ease forwards;
    animation: headerBtnMobile .85s ease forwards
}

@-webkit-keyframes headerBtnMobile {
    0% {
        -webkit-transform: rotate(90deg) translate3d(0, 0, 0) scaleX(1);
        transform: rotate(90deg) translate3d(0, 0, 0) scaleX(1)
    }

    45% {
        -webkit-transform: rotate(90deg) translate3d(-4rem, 0, 0) scaleX(1);
        transform: rotate(90deg) translate3d(-4rem, 0, 0) scaleX(1)
    }

    50% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes headerBtnMobile {
    0% {
        -webkit-transform: rotate(90deg) translate3d(0, 0, 0) scaleX(1);
        transform: rotate(90deg) translate3d(0, 0, 0) scaleX(1)
    }

    45% {
        -webkit-transform: rotate(90deg) translate3d(-4rem, 0, 0) scaleX(1);
        transform: rotate(90deg) translate3d(-4rem, 0, 0) scaleX(1)
    }

    50% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.header__btn-mobile:after,
.header__btn-mobile:before {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 1px;
    background-color: var(--c-font-primary)
}

.header__btn-mobile:after {
    top: auto;
    bottom: 0
}

.header__btn-mobile.active {
    -webkit-animation: headerBtnMobileActive .85s ease forwards;
    animation: headerBtnMobileActive .85s ease forwards
}

@-webkit-keyframes headerBtnMobileActive {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    45% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }

    50% {
        -webkit-transform: rotate(90deg) translate3d(-64px, 0, 0) scaleX(1);
        transform: rotate(90deg) translate3d(-64px, 0, 0) scaleX(1)
    }

    100% {
        -webkit-transform: rotate(90deg) translate3d(0, 0, 0) scaleX(1);
        transform: rotate(90deg) translate3d(0, 0, 0) scaleX(1)
    }
}

@keyframes headerBtnMobileActive {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    45% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }

    50% {
        -webkit-transform: rotate(90deg) translate3d(-64px, 0, 0) scaleX(1);
        transform: rotate(90deg) translate3d(-64px, 0, 0) scaleX(1)
    }

    100% {
        -webkit-transform: rotate(90deg) translate3d(0, 0, 0) scaleX(1);
        transform: rotate(90deg) translate3d(0, 0, 0) scaleX(1)
    }
}

.home .header__btn-mobile {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

@media (min-width:1024px) {
    .header__btn-mobile {
        display: none !important
    }
}

.header__qr {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media (max-width:1023px) {
    .header__qr {
        display: none
    }
}

.header__qr-title {
    font-size: calc(18rem / 16 + 4 * ((100vw - 390px)/ 1050));
    margin-bottom: .182em
}

@media (min-width:1440px) {
    :root {
        --work-meta: 21.1875rem
    }

    .header__qr-title {
        font-size: calc(22 / 16 + rem)
    }
}

.header__qr-subtitle {
    font-size: calc(13rem / 16 + 3 * ((100vw - 390px)/ 1050))
}

@media (min-width:1440px) {
    .header__qr-subtitle {
        font-size: calc(16 / 16 + rem)
    }
}

.header__qr-desc,
.page-details__picker-btn {
    font-size: calc(8rem / 16 + 0 * ((100vw - 390px)/ 1050))
}

.header__qr-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-top: .5625rem
}

.header__qr-img-wrap {
    width: 3.625rem;
    height: 3.625rem;
    margin-right: 4.3125rem
}

@media (max-width:1279px) {
    .header__qr-content {
        padding-top: .375rem
    }

    .header__qr-img-wrap {
        width: 2.875rem;
        height: 2.875rem;
        margin-right: 3.4375rem
    }

    .block-title {
        word-break: break-all
    }
}

.header__qr-img {
    width: 100%;
    height: 100%
}

@media (min-width:1440px) {
    .header__qr-desc {
        font-size: calc(8 / 16 + rem)
    }
}

.header__logo {
    width: 4.0625rem;
    height: 1.75rem;
    z-index: 1;
    margin: 0 auto
}

@media (min-width:1024px) {
    .home .header__qr-inner {
        position: absolute;
        top: 0;
        left: 0
    }

    .header__logo {
        position: absolute;
        top: .125rem;
        left: 0;
        right: 0;
        width: 4.0625rem;
        height: 1.75rem
    }
}

.header__logo-inner {
    width: 72%;
    height: 170%;
    -webkit-filter: grayscale(20%) invert(100%);

}

@media (hover:hover) {
    .header__logo-inner:hover .header__logo-img {
        fill: var(--c-brand-primary)
    }
}

.header__logo-img {
    display: block;
    max-height: 100%;
    width: auto;
    fill: var(--c-font-primary);
    pointer-events: none;
    -webkit-transition: fill .5s ease;
    -o-transition: fill .5s ease;
    transition: fill .5s ease
}

.home .header__logo-img {
    overflow: visible
}

.home .header__logo-items,
.home .header__logo-tm {
    -webkit-transform: translate3d(0, 14px, 0);
    transform: translate3d(0, 14px, 0)
}

@-webkit-keyframes headerLogoItems {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 14px, 0);
        transform: translate3d(0, 14px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes headerLogoItems {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 14px, 0);
        transform: translate3d(0, 14px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:1023px) {
    .header__logo {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .header__nav {
        position: fixed;
        top: 0;
        left: 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        height: 100vh;
        background-color: var(--c-bg-primary);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        overflow: hidden;
        z-index: 3;
        pointer-events: none;
        padding: var(--header-height) var(--header-gap) 3.125rem;
        -webkit-transition: -webkit-transform .6s ease;
        -o-transition: transform .6s ease;
        transition: transform .6s ease;
        transition: transform .6s ease, -webkit-transform .6s ease
    }

    .header__nav.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        pointer-events: auto;
        -webkit-transition: -webkit-transform .75s ease 50ms;
        -o-transition: transform .75s ease 50ms;
        transition: transform .75s ease 50ms;
        transition: transform .75s ease 50ms, -webkit-transform .75s ease 50ms
    }

    .header__nav-outer {
        width: 100%;
        text-align: center
    }

    .header__nav-inner {
        width: 100%;
        padding-bottom: 7.0625rem
    }
}

@media (min-width:1024px) {
    .header__nav {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transform: translate3d(7%, 0, 0);
        transform: translate3d(7%, 0, 0)
    }

    .header__nav-outer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .header__nav-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.header__nav-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header__nav-items>li {
    position: relative
}

.header__nav-items>li:after {
    position: absolute;
    content: "";
    -webkit-mask-image: url(../themes/wfn/assets/images/svg/divider.svg);
    mask-image: url(../themes/wfn/assets/images/svg/divider.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    background: var(--c-font-primary)
}

.block-counter__inner,
.footer__form-inner .wpcf7-form,
.footer__form-inner .wpcf7-form .form-btn,
.header__btn-title {
    position: relative
}

.header__nav-items>li.current-menu-item>a {
    color: var(--c-brand-primary)
}

.header__nav-items>li>a {
    color: var(--c-font-primary)
}

@media (max-width:1023px) {
    .header__nav-items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .header__nav-items>li {
        font-size: calc(60rem / 16 + 0 * ((100vw - 390px)/ 1050));
        -webkit-transform: translate3d(0, 1rem, 0);
        transform: translate3d(0, 1rem, 0);
        opacity: 0;
        -webkit-transition: opacity .3s ease;
        -o-transition: opacity .3s ease;
        transition: opacity .3s ease
    }

    .header__nav-items>li:not(:last-child) {
        margin-bottom: 43px
    }
}

@media (max-width:1023px) and (min-width:1440px) {
    .header__nav-items>li {
        font-size: calc(60 / 16 + rem)
    }
}

@media (max-width:1023px) {
    .header__nav-items>li:last-child:after {
        display: none
    }

    .header__nav-items>li:after {
        bottom: -25px;
        left: 20px;
        width: 8px;
        height: 8px
    }

    .header__nav-items>li:nth-child(2) {
        -webkit-transform: translate3d(0, 2rem, 0);
        transform: translate3d(0, 2rem, 0)
    }

    .header__nav-items>li:nth-child(3) {
        -webkit-transform: translate3d(0, 3rem, 0);
        transform: translate3d(0, 3rem, 0)
    }

    .active .header__nav-items>li {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: opacity .5s ease .6s, -webkit-transform 1s ease .7s;
        -o-transition: opacity .5s ease .6s, transform 1s ease .7s;
        transition: opacity .5s ease .6s, transform 1s ease .7s;
        transition: opacity .5s ease .6s, transform 1s ease .7s, -webkit-transform 1s ease .7s
    }
}

@media (min-width:1024px) {
    .header__nav-items {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header__nav-items>li {
        position: relative;
        font-size: calc(16rem / 16 + 0 * ((100vw - 390px)/ 1050));
        margin-right: 2.75em
    }

    .header__nav-items>li:after {
        top: 1px;
        right: -1.75em;
        width: .5rem;
        height: .5rem
    }
}

@media (min-width:1024px) and (min-width:1440px) {
    .header__nav-items>li {
        font-size: calc(16 / 16 + rem)
    }
}

.footer,
.footer__col.col-time {
    width: 100%
}

@media (min-width:1024px) {

    .home .header__nav-items>li a,
    .home .header__nav-items>li:after {
        display: block;
        opacity: 0;
        pointer-events: none;
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
        -webkit-transition: opacity 2s ease 2s, -webkit-transform 2s ease 2s;
        -o-transition: opacity 2s ease 2s, transform 2s ease 2s;
        transition: opacity 2s ease 2s, transform 2s ease 2s;
        transition: opacity 2s ease 2s, transform 2s ease 2s, -webkit-transform 2s ease 2s
    }
}

@media (max-width:1023px) {
    .header__btn.btn-primary {
        font-size: calc(32rem / 16 + 0 * ((100vw - 390px)/ 1050));
        margin: 0 auto 113px
    }

    .active .header__btn-icon {
        -webkit-animation: headerBtnStroke .8s ease forwards;
        animation: headerBtnStroke .8s ease forwards
    }

    .active .header__btn-icon.top {
        -webkit-animation-delay: .4s;
        animation-delay: .4s
    }

    .active .header__btn-icon.middle {
        -webkit-animation-delay: .45s;
        animation-delay: .45s
    }

    .active .header__btn-icon.bottom {
        -webkit-animation-delay: .5s;
        animation-delay: .5s
    }
}

@media (max-width:1023px) and (min-width:1440px) {
    .header__btn.btn-primary {
        font-size: calc(32 / 16 + rem)
    }
}

.header__btn-icon.middle {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}

.header__btn-icon.bottom {
    -webkit-transform: rotate(-23deg) scaleX(-1);
    -ms-transform: rotate(-23deg) scaleX(-1);
    transform: rotate(-23deg) scaleX(-1)
}

.home .header__btn-icon {
    stroke-dasharray: 330;
    stroke-dashoffset: 330
}

.header__btn-title {
    display: block;
    z-index: 1;
    -webkit-transition: opacity .3s ease, color .5s ease;
    -o-transition: opacity .3s ease, color .5s ease;
    transition: opacity .3s ease, color .5s ease
}

.home .header__btn-title {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
}

@-webkit-keyframes headerBtnTitle {
    0% {
        opacity: 0;
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes headerBtnTitle {
    0% {
        opacity: 0;
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10vh 0 2rem calc(var(--header-gap) + 1.7%)
}

@media (max-width:1023px) {
    .footer__inner {
        padding: 10vh 1.7% 1rem
    }

    .footer__col.col-copyright {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .footer__col.col-info {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        margin-bottom: 4.9375rem
    }

    .footer__col.col-form {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .footer__col.col-btn {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .footer__col.col-time {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
}

@media (min-width:1024px) {

    .home[data-hero=away][data-scrolled=top] .header__nav li a,
    .home[data-hero=away][data-scrolled=top] .header__nav li:after {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: opacity 1s ease 1.3s, letter-spacing .5s ease, -webkit-transform 1s ease 1.3s;
        -o-transition: opacity 1s ease 1.3s, transform 1s ease 1.3s, letter-spacing .5s ease;
        transition: opacity 1s ease 1.3s, transform 1s ease 1.3s, letter-spacing .5s ease;
        transition: opacity 1s ease 1.3s, transform 1s ease 1.3s, letter-spacing .5s ease, -webkit-transform 1s ease 1.3s;
        -webkit-animation: headerItemOut 1s cubic-bezier(.16, .01, 0, 1) forwards;
        animation: headerItemOut 1s cubic-bezier(.16, .01, 0, 1) forwards
    }

    @-webkit-keyframes headerItemOut {
        0% {
            opacity: 1
        }

        100% {
            opacity: 0
        }
    }

    @keyframes headerItemOut {
        0% {
            opacity: 1
        }

        100% {
            opacity: 0
        }
    }

    .home[data-hero=away][data-scrolled=top] .header__nav li:nth-child(1):after {
        -webkit-animation-delay: .45s;
        animation-delay: .45s
    }

    .home[data-hero=away][data-scrolled=top] .header__nav li:nth-child(1) a {
        -webkit-animation-delay: 475ms;
        animation-delay: 475ms
    }

    .home[data-hero=away][data-scrolled=top] .header__nav li:nth-child(2):after {
        -webkit-animation-delay: .5s;
        animation-delay: .5s
    }

    .home[data-hero=away][data-scrolled=top] .header__nav li:nth-child(2) a {
        -webkit-animation-delay: 525ms;
        animation-delay: 525ms
    }

    .home[data-hero=away][data-scrolled=top] .header__nav li:nth-child(3):after {
        -webkit-animation-delay: .55s;
        animation-delay: .55s
    }

    .home[data-hero=away][data-scrolled=top] .header__nav li:nth-child(3) a {
        -webkit-animation-delay: 575ms;
        animation-delay: 575ms
    }

    .home[data-hero=away][data-scrolled=scrolled] .header__nav li a,
    .home[data-hero=away][data-scrolled=scrolled] .header__nav li:after {
        opacity: 0;
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
        pointer-events: auto;
        -webkit-transition: color .5s ease, letter-spacing .5s ease;
        -o-transition: color .5s ease, letter-spacing .5s ease;
        transition: color .5s ease, letter-spacing .5s ease;
        -webkit-animation: headerItemUp 1s cubic-bezier(.16, .01, 0, 1) forwards;
        animation: headerItemUp 1s cubic-bezier(.16, .01, 0, 1) forwards
    }

    @-webkit-keyframes headerItemUp {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0)
        }

        100% {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0)
        }
    }

    @keyframes headerItemUp {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0)
        }

        100% {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0)
        }
    }

    .home[data-hero=away][data-scrolled=scrolled] .header__nav li:nth-child(3):after {
        -webkit-animation-delay: 50ms;
        animation-delay: 50ms
    }

    .home[data-hero=away][data-scrolled=scrolled] .header__nav li:nth-child(3) a {
        -webkit-animation-delay: .1s;
        animation-delay: .1s
    }

    .home[data-hero=away][data-scrolled=scrolled] .header__nav li:nth-child(2):after {
        -webkit-animation-delay: .15s;
        animation-delay: .15s
    }

    .home[data-hero=away][data-scrolled=scrolled] .header__nav li:nth-child(2) a {
        -webkit-animation-delay: .2s;
        animation-delay: .2s
    }

    .home[data-hero=away][data-scrolled=scrolled] .header__nav li:nth-child(1):after {
        -webkit-animation-delay: .25s;
        animation-delay: .25s
    }

    .home[data-hero=away][data-scrolled=scrolled] .header__nav li:nth-child(1) a {
        -webkit-animation-delay: .3s;
        animation-delay: .3s
    }

    .footer__col.col-form,
    .footer__col.col-info {
        padding-top: 1.625rem;
        margin-right: 1%
    }
}

.footer__copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.footer__copyright-text {
    opacity: .22
}

.footer__copyright-img-wrap {
    width: 1.1em;
    height: 1.1em;
    margin-bottom: .085em
}

@media (max-width:1023px) {
    .footer__copyright {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .footer__copyright-img-wrap {
        width: 1.857em;
        height: 1.857em;
        margin: 0 0 .286em .071em
    }
}

.footer__copyright-img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%
}

.footer__mail {
    display: block;
    color: var(--c-brand-primary);
    margin-bottom: 1.429em
}

.block-title,
html * {
    color: var(--c-font-primary)
}

.footer__menu>ul>li {
    margin-bottom: .357em
}

.footer__menu>ul>li:first-child {
    margin-bottom: 1.643em
}

.footer__socials {
    padding-top: 1.25rem
}

.footer__form {
    width: 100%
}

.footer__form-title {
    margin-bottom: 1.214em
}

.footer__form-inner .mc4wp-form-fields,
.footer__form-inner .wpcf7-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%
}

.footer__form-inner .mc4wp-form-fields .form-group,
.footer__form-inner .wpcf7-form .form-group {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: calc(25rem / 16 + 0 * ((100vw - 390px)/ 1050));
    max-width: 11.48em
}

@media (min-width:1440px) {

    .footer__form-inner .mc4wp-form-fields .form-group,
    .footer__form-inner .wpcf7-form .form-group {
        font-size: calc(25 / 16 + rem)
    }
}

.footer__form-inner .mc4wp-form-fields .form-group input[type=email],
.footer__form-inner .wpcf7-form .form-group input[type=email] {
    padding: 0 0 1em
}

.footer__form-inner .mc4wp-form-fields .form-btn,
.footer__form-inner .wpcf7-form .form-btn {
    font-size: calc(25rem / 16 + 0 * ((100vw - 390px)/ 1050));
    width: 1.04em;
    height: 1.04em;
    margin: -.72em 0 0 .64em
}

@media (min-width:1440px) {

    .footer__form-inner .mc4wp-form-fields .form-btn,
    .footer__form-inner .wpcf7-form .form-btn {
        font-size: calc(25 / 16 + rem)
    }
}

.footer__form-inner .mc4wp-form-fields .form-btn__icon,
.footer__form-inner .wpcf7-form .form-btn__icon {
    width: 100%;
    height: 100%;
    stroke: var(--c-brand-primary)
}

.footer__form-inner .wpcf7-form .form-btn input[type=submit] {
    opacity: 0
}

.footer__form-inner .wpcf7-form .form-btn__icon {
    pointer-events: none
}

.footer__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1.015em;
    height: 1.14em;
    margin-top: -.075em
}

.footer__clock,
.footer__clock-item {
    display: -webkit-box;
    display: -ms-flexbox
}

@media (max-width:1023px) {
    .footer__btn {
        width: 1.757em;
        height: 2.014em;
        margin: -.157em .143em 0 0
    }
}

@media (hover:hover) {
    .footer__btn:hover .footer__btn-icon {
        stroke: var(--c-brand-primary)
    }

    .footer__menu>ul>li>a:hover,
    .header__nav-items>li>a:hover,
    .hover-letters:hover {
        letter-spacing: .305em
    }
}

.footer__btn-icon {
    width: 100%;
    height: 100%;
    stroke: var(--c-font-primary);
    -webkit-transition: stroke .5s ease;
    -o-transition: stroke .5s ease;
    transition: stroke .5s ease
}

.footer__clock {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 7.0625rem 1.7% .625rem 0
}

.footer__clock-item {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

@media (max-width:1023px) {
    .footer__clock {
        padding: 4.071em 0 3em
    }

    .footer__clock-item {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        max-width: 200px
    }
}

@media (min-width:1024px) {
    .footer__clock-item {
        min-width: 12.5rem;
        margin: 0 2.2%
    }
}

.footer__clock-item-inner {
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border: 1px solid var(--c-font-primary);
    border-radius: 50%
}

.footer__clock-item-hand {
    display: block;
    width: 1px;
    height: 13px;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    margin-top: 9px
}

.footer__clock-item-hand-icon {
    width: 2px;
    height: 13px;
    stroke: var(--c-brand-primary)
}

.footer__clock-item-title {
    font-weight: 700;
    padding-top: 1.286em
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

::-moz-selection {
    color: var(--c-font-primary);
    background-color: var(--c-brand-primary)
}

::selection {
    color: var(--c-font-primary);
    background-color: var(--c-brand-primary)
}

html {
    font-family: JWSans, Helvetica, Arial, sans-serif;
    font-size: 16px;
    text-transform: uppercase
}

@media (min-width:1024px) and (max-width:1279px) {
    html {
        font-size: 14px
    }
}

@media (min-width:1860px) {
    html {
        font-size: .85vw
    }
}

html * {
    font-weight: 500;
    line-height: 90%
}

b,
em,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
span,
strong {
    cursor: default
}

a span,
button span {
    cursor: pointer
}

hr {
    width: 100%;
    height: 1px;
    background-color: var(--c-brand-primary);
    border: 0;
    margin: 0
}

a {
    text-decoration: none
}

mark {
    background-color: transparent
}

.block-title {
    font-size: calc(70rem / 16 + 130 * ((100vw - 390px)/ 1050))
}

@media (min-width:1440px) {
    .block-title {
        font-size: calc(200 / 16 + rem)
    }
}

.block-title__line {
    display: block;
    overflow: hidden
}

.block-title__line-inner {
    display: block
}

.block-title--s {
    font-size: calc(35rem / 16 + 10 * ((100vw - 390px)/ 1050))
}

@media (min-width:1440px) {
    .block-title--s {
        font-size: calc(45 / 16 + rem)
    }
}

.block-description,
.body-font,
.body-font--inv,
.footer__menu>ul>li,
.work-tag {
    font-size: calc(14rem / 16 + 0 * ((100vw - 390px)/ 1050));
    font-weight: 400
}

@media (min-width:1440px) {

    .block-description,
    .body-font,
    .body-font--inv,
    .footer__menu>ul>li,
    .work-tag {
        font-size: calc(14 / 16 + rem)
    }
}

.body-font--m {
    font-size: calc(16rem / 16 + 0 * ((100vw - 390px)/ 1050))
}

@media (min-width:1440px) {
    .body-font--m {
        font-size: calc(16 / 16 + rem)
    }
}

.body-font--l {
    font-size: calc(20rem / 16 + 5 * ((100vw - 390px)/ 1050))
}

@media (min-width:1440px) {
    .body-font--l {
        font-size: calc(25 / 16 + rem)
    }
}

.body-font--inv {
    color: var(--c-font-secondary)
}

.block-description {
    text-align: center;
    width: 37.857em;
    margin-bottom: 2.5em
}

@media (max-width:767px) {
    .block-description {
        width: 22.857em
    }
}

@media (max-width:1023px) {
    .block-description {
        margin: 1.571em auto 1.643em
    }
}

.footer__menu>ul>li>a,
.header__nav-items>li>a,
.hover-letters {
    -webkit-transition: letter-spacing .6s ease;
    -o-transition: letter-spacing .6s ease;
    transition: letter-spacing .6s ease
}

.work-tag {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    opacity: .4;
    text-transform: none;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 1px;
    margin-bottom: 5px
}

.work-tag:not(:last-child) {
    margin-right: 1px
}

.work-tag:not(:last-child):after {
    content: ","
}

.work-title {
    font-size: calc(20rem / 16 + 5 * ((100vw - 390px)/ 1050));
    margin-bottom: .36em
}

@media (min-width:1440px) {
    .work-title {
        font-size: calc(25 / 16 + rem)
    }
}

.work-title__link {
    color: inherit
}

.work-title br {
    display: none
}

.work-desc {
    font-size: calc(14rem / 16 + 0 * ((100vw - 390px)/ 1050))
}

@media (min-width:1440px) {
    .work-desc {
        font-size: calc(14 / 16 + rem)
    }
}

.block-counter.is-inview .block-counter__bg {
    -webkit-animation: counterBg .85s linear 50ms forwards;
    animation: counterBg .85s linear 50ms forwards
}

@-webkit-keyframes counterBg {
    0% {
        stroke-dashoffset: 220
    }

    1% {
        opacity: 1
    }

    100% {
        opacity: 1;
        stroke-dashoffset: 0
    }
}

@keyframes counterBg {
    0% {
        stroke-dashoffset: 220
    }

    1% {
        opacity: 1
    }

    100% {
        opacity: 1;
        stroke-dashoffset: 0
    }
}

.block-counter.is-inview .block-counter__value-inner {
    opacity: 1;
    -webkit-transition: opacity .5s ease .1s;
    -o-transition: opacity .5s ease .1s;
    transition: opacity .5s ease .1s
}

.block-counter__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 100%;
    stroke: var(--c-font-primary);
    margin: 0 auto;
    stroke-dasharray: 306;
    stroke-dashoffset: 220
}

@media (min-width:1024px) {
    .block-counter__bg {
        opacity: .45
    }
}

.block-counter__value {
    font-size: calc(14rem / 16 + 11 * ((100vw - 390px)/ 1050));
    min-width: 4em;
    min-height: 3.02em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:1440px) {
    .block-counter__value {
        font-size: calc(25 / 16 + rem)
    }
}

.block-counter__value-inner {
    position: relative;
    opacity: 0
}

.block-counter__value-sign {
    position: absolute;
    top: -.24em;
    right: -.64em
}

.btn-primary {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: calc(16rem / 16 + 0 * ((100vw - 390px)/ 1050));
    color: var(--c-font-primary);
    stroke: var(--c-font-primary);
    white-space: nowrap
}

.btn-primary__icon,
.wpcf7 .form__group-icon {
    stroke: var(--c-brand-primary);
    pointer-events: none
}

@media (min-width:1440px) {
    .btn-primary {
        font-size: calc(16 / 16 + rem)
    }
}

.btn-primary.btn-chubby {
    min-width: 11.25em
}

.btn-primary.btn-chubby .btn-primary__icon {
    width: calc(100% + 1em);
    height: calc(200% + 1.25em);
    margin-top: -3px
}

.btn-primary.btn-chubby .btn-primary__icon.top {
    -webkit-transform: rotate(16deg);
    -ms-transform: rotate(16deg);
    transform: rotate(16deg)
}

.btn-primary.btn-chubby .btn-primary__icon.bottom {
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg)
}

.btn-primary.btn-chubby .btn-primary__title {
    font-size: calc(20rem / 16 + 5 * ((100vw - 390px)/ 1050))
}

@media (min-width:1440px) {
    .btn-primary.btn-chubby .btn-primary__title {
        font-size: calc(25 / 16 + rem)
    }
}

@media (hover:hover) {
    .btn-primary.btn-chubby:hover .btn-primary__icon {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
}

.btn-primary__icon {
    position: absolute;
    width: calc(100% + 1em);
    height: calc(100% + 1.25em);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: -webkit-transform .35s ease;
    -o-transition: transform .35s ease;
    transition: transform .35s ease;
    transition: transform .35s ease, -webkit-transform .35s ease
}

.btn-primary__icon.top {
    -webkit-transform: rotate(12deg);
    -ms-transform: rotate(12deg);
    transform: rotate(12deg)
}

.btn-primary__icon.bottom {
    -webkit-transform: rotate(-23deg);
    -ms-transform: rotate(-23deg);
    transform: rotate(-23deg)
}

.btn-primary__title {
    color: inherit;
    pointer-events: none;
    -webkit-transition: color .5s ease;
    -o-transition: color .5s ease;
    transition: color .5s ease
}

@media (hover:hover) {
    .btn-primary:hover .btn-primary__icon {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }

    .btn-primary:hover .btn-primary__title {
        color: var(--c-brand-primary)
    }
}

form {
    min-width: 100%;
    width: 100%;
    max-width: 100%
}

form label.hidden {
    position: absolute;
    width: 0;
    height: 0;
    font-size: 0;
    opacity: 0;
    pointer-events: none
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: calc(25rem / 16 + 0 * ((100vw - 390px)/ 1050));
    font-family: JWSans, Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: rgba(var(--c-font-primary-rgb), .7);
    text-transform: none;
    background-color: transparent;
    border: var(--c-font-primary) solid;
    border-width: 0 0 1px;
    border-radius: 0;
    -webkit-transition: border-color .5s ease;
    -o-transition: border-color .5s ease;
    transition: border-color .5s ease
}

@media (min-width:1440px) {

    input[type=date],
    input[type=email],
    input[type=number],
    input[type=password],
    input[type=tel],
    input[type=text],
    input[type=url],
    select,
    textarea {
        font-size: calc(25 / 16 + rem)
    }
}

input[type=date]:active,
input[type=date]:focus,
input[type=date]:focus-visible,
input[type=email]:active,
input[type=email]:focus,
input[type=email]:focus-visible,
input[type=number]:active,
input[type=number]:focus,
input[type=number]:focus-visible,
input[type=password]:active,
input[type=password]:focus,
input[type=password]:focus-visible,
input[type=tel]:active,
input[type=tel]:focus,
input[type=tel]:focus-visible,
input[type=text]:active,
input[type=text]:focus,
input[type=text]:focus-visible,
input[type=url]:active,
input[type=url]:focus,
input[type=url]:focus-visible,
select:active,
select:focus,
select:focus-visible,
textarea:active,
textarea:focus,
textarea:focus-visible {
    border-bottom: 1px solid var(--c-brand-primary);
    -webkit-transition: border-color .5s ease;
    -o-transition: border-color .5s ease;
    transition: border-color .5s ease
}

input[type=date]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-size: inherit;
    color: var(--c-font-primary);
    opacity: .35
}

input[type=date]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=url]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
    font-size: inherit;
    color: var(--c-font-primary);
    opacity: .35
}

input[type=date]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-size: inherit;
    color: var(--c-font-primary);
    opacity: .35
}

input[type=date]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=number]::-ms-input-placeholder,
input[type=password]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
input[type=text]::-ms-input-placeholder,
input[type=url]::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    font-size: inherit;
    color: var(--c-font-primary);
    opacity: .35
}

input[type=date]::placeholder,
input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder,
input[type=url]::placeholder,
select::placeholder,
textarea::placeholder {
    font-size: inherit;
    color: var(--c-font-primary);
    opacity: .35
}

.mc4wp-form .mc4wp-response .mc4wp-error p,
.wpcf7 .form__group-inner input[type=submit]:active,
.wpcf7 .form__group-inner input[type=submit]:hover,
.wpcf7 form .wpcf7-not-valid-tip,
.wpcf7 form .wpcf7-response-output {
    color: var(--c-brand-primary)
}

input[type=date]::-webkit-contacts-auto-fill-button,
input[type=email]::-webkit-contacts-auto-fill-button,
input[type=number]::-webkit-contacts-auto-fill-button,
input[type=password]::-webkit-contacts-auto-fill-button,
input[type=tel]::-webkit-contacts-auto-fill-button,
input[type=text]::-webkit-contacts-auto-fill-button,
input[type=url]::-webkit-contacts-auto-fill-button,
select::-webkit-contacts-auto-fill-button,
textarea::-webkit-contacts-auto-fill-button {
    visibility: hidden;
    display: none !important;
    pointer-events: none;
    position: absolute;
    right: 0
}

.wpcf7 br,
.wpcf7 form .wpcf7-spinner {
    display: none
}

input[type=email]:-webkit-autofill,
input[type=email]:-webkit-autofill:focus,
input[type=email]:-webkit-autofill:hover,
input[type=tel]:-webkit-autofill,
input[type=tel]:-webkit-autofill:focus,
input[type=tel]:-webkit-autofill:hover,
input[type=text]:-webkit-autofill,
input[type=text]:-webkit-autofill:focus,
input[type=text]:-webkit-autofill:hover {
    -webkit-text-fill-color: var(--c-font-primary);
    -webkit-box-shadow: 0 0 0 1000px var(--c-bg-primary) inset;
    border: none;
    outline: var(--c-bg-primary) solid 1px
}

input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    cursor: pointer
}

textarea {
    resize: none
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none
}

input[type=range]::-moz-range-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input[type=range]::-ms-thumb {
    -webkit-appearance: none;
    appearance: none
}

input[type=range]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: 0 0
}

input[type=range]::-moz-range-track {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border: none;
    background: 0 0
}

input[type=range]::-ms-track {
    -webkit-appearance: none;
    appearance: none;
    box-shadow: none;
    border: none;
    background: 0 0
}

input[type=number] {
    -moz-appearance: textfield
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.grecaptcha-badge {
    visibility: hidden
}

.wpcf7 form .wpcf7-not-valid-tip {
    position: absolute;
    font-size: calc(12rem / 16 + 0 * ((100vw - 390px)/ 1050));
    padding-top: .5em
}

@media (min-width:1440px) {
    .wpcf7 form .wpcf7-not-valid-tip {
        font-size: calc(12 / 16 + rem)
    }
}

.wpcf7 form .wpcf7-form-control-wrap {
    width: 100%
}

.wpcf7 form .wpcf7-response-output {
    font-size: calc(12rem / 16 + 2 * ((100vw - 390px)/ 1050));
    text-align: center;
    border: 0;
    padding: 0;
    margin: 5rem auto 0
}

@media (min-width:1440px) {
    .wpcf7 form .wpcf7-response-output {
        font-size: calc(14 / 16 + rem)
    }
}

.wpcf7 .form__group-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.wpcf7 .form__group-inner>p {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.wpcf7 .form__group-inner input[type=submit] {
    font-size: calc(25rem / 16 + 0 * ((100vw - 390px)/ 1050));
    text-transform: uppercase;
    z-index: 1;
    -webkit-transition: color .55s ease;
    -o-transition: color .55s ease;
    transition: color .55s ease
}

@media (min-width:1440px) {
    .wpcf7 .form__group-inner input[type=submit] {
        font-size: calc(25 / 16 + rem)
    }
}

.nice-select,
.wpcf7 .form__group-icon {
    font-size: calc(25rem / 16 + 0 * ((100vw - 390px)/ 1050))
}

.wpcf7 .form__group-inner input[type=submit]:active~.form__group-icon,
.wpcf7 .form__group-inner input[type=submit]:hover~.form__group-icon {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.wpcf7 .form__group-icon {
    position: absolute;
    width: calc(100% + .4em);
    height: calc(100% + 1.8em);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: -webkit-transform .35s ease;
    -o-transition: transform .35s ease;
    transition: transform .35s ease;
    transition: transform .35s ease, -webkit-transform .35s ease
}

@media (min-width:1440px) {
    .wpcf7 .form__group-icon {
        font-size: calc(25 / 16 + rem)
    }
}

.wpcf7 .form__group-icon.top {
    -webkit-transform: rotate(16deg);
    -ms-transform: rotate(16deg);
    transform: rotate(16deg)
}

.wpcf7 .form__group-icon.bottom {
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg)
}

.mc4wp-form .mc4wp-response {
    position: relative
}

.mc4wp-form .mc4wp-response .mc4wp-error p,
.mc4wp-form .mc4wp-response .mc4wp-success p {
    position: absolute;
    font-size: calc(12rem / 16 + 0 * ((100vw - 390px)/ 1050));
    padding-top: .75em
}

.mc4wp-form .mc4wp-response .mc4wp-success p {
    color: #43B100
}

.nice-select {
    position: relative;
    border: var(--c-font-primary) solid;
    border-width: 0 0 1px;
    cursor: pointer;
    padding: 0 0 1.28em
}

@media (min-width:1440px) {

    .mc4wp-form .mc4wp-response .mc4wp-error p,
    .mc4wp-form .mc4wp-response .mc4wp-success p {
        font-size: calc(12 / 16 + rem)
    }

    .nice-select {
        font-size: calc(25 / 16 + rem)
    }
}

.nice-select.open .current:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.nice-select.open .nice-select-dropdown {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.nice-select .current {
    position: relative;
    display: block;
    font-weight: 500;
    font-size: calc(25rem / 16 + 0 * ((100vw - 390px)/ 1050));
    line-height: 90%;
    color: rgba(var(--c-font-primary-rgb), .35);
    pointer-events: none
}

@media (min-width:1440px) {
    .nice-select .current {
        font-size: calc(25 / 16 + rem)
    }
}

.nice-select .current:after {
    position: absolute;
    content: "";
    top: 3px;
    right: 0;
    width: 10px;
    height: 10px;
    background-color: var(--c-font-primary);
    -webkit-mask-image: url(../themes/wfn/assets/images/svg/select-drop.svg);
    mask-image: url(../themes/wfn/assets/images/svg/select-drop.svg);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-transition: -webkit-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease
}

.nice-select .nice-select-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: var(--c-font-primary);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0);
    z-index: 1;
    -webkit-transition: opacity .3s ease, visibility .3s ease, -webkit-transform .5s ease;
    -o-transition: opacity .3s ease, visibility .3s ease, transform .5s ease;
    transition: opacity .3s ease, visibility .3s ease, transform .5s ease;
    transition: opacity .3s ease, visibility .3s ease, transform .5s ease, -webkit-transform .5s ease
}

.nice-select .nice-select-dropdown>ul>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 3.08em;
    font-size: calc(25rem / 16 + 0 * ((100vw - 390px)/ 1050));
    color: var(--c-font-secondary);
    cursor: pointer;
    padding: .4em .6em .4em 1.36em;
    -webkit-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease
}

@media (min-width:1440px) {
    .nice-select .nice-select-dropdown>ul>li {
        font-size: calc(25 / 16 + rem)
    }
}

@media (hover:hover) {
    .nice-select .nice-select-dropdown>ul>li:hover {
        background-color: rgba(255, 255, 255, .26);
        -webkit-transition: background-color .5s ease;
        -o-transition: background-color .5s ease;
        transition: background-color .5s ease
    }

    .social-media__item-link:hover .social-media__item-icon {
        fill: var(--c-brand-primary)
    }
}

.banner-hero__form .wpcf7-form[data-status=sent] .wpcf7-response-output,
.footer__form .wpcf7-form[data-status=sent] .wpcf7-response-output {
    -webkit-animation: hideOutput .1s linear 60s forwards;
    animation: hideOutput .1s linear 60s forwards
}

@-webkit-keyframes hideOutput {

    0%,
    99% {
        opacity: 1;
        visibility: visible
    }

    100% {
        opacity: 0;
        visibility: hidden
    }
}

@keyframes hideOutput {

    0%,
    99% {
        opacity: 1;
        visibility: visible
    }

    100% {
        opacity: 0;
        visibility: hidden
    }
}

.banner-hero__form .wpcf7-form .wpcf7-not-valid-tip,
.footer__form .wpcf7-form .wpcf7-not-valid-tip {
    opacity: 0;
    pointer-events: none
}

.banner-hero__form .wpcf7-form .wpcf7-response-output,
.footer__form .wpcf7-form .wpcf7-response-output {
    position: absolute;
    bottom: -2.6em;
    left: 0;
    text-align: left;
    font-size: calc(10rem / 16 + 0 * ((100vw - 390px)/ 1050));
    line-height: 1.1;
    pointer-events: none
}

@media (min-width:1440px) {

    .banner-hero__form .wpcf7-form .wpcf7-response-output,
    .footer__form .wpcf7-form .wpcf7-response-output {
        font-size: calc(10 / 16 + rem)
    }
}

.block-contact form[data-status=sent] .block-contact__content,
.block-contact form[data-status=sent] .block-form__content,
.block-form form[data-status=sent] .block-contact__content,
.block-form form[data-status=sent] .block-form__content {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    speak: none;
    -webkit-transition: opacity .5s ease, visibility .5s ease;
    -o-transition: opacity .5s ease, visibility .5s ease;
    transition: opacity .5s ease, visibility .5s ease
}

.block-contact form[data-status=sent] .block-form__success,
.block-form form[data-status=sent] .block-form__success {
    position: relative;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    speak: auto;
    -webkit-transition: opacity .5s ease, visibility .5s ease;
    -o-transition: opacity .5s ease, visibility .5s ease;
    transition: opacity .5s ease, visibility .5s ease
}

.block-contact form[data-status=sent] .block-form__success-title-inner,
.block-form form[data-status=sent] .block-form__success-title-inner {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

.block-contact form[data-status=sent] .block-form__success-title-icon,
.block-form form[data-status=sent] .block-form__success-title-icon {
    -webkit-animation-name: formSuccessIcon;
    animation-name: formSuccessIcon;
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.block-contact form[data-status=sent] .block-form__success-description-text,
.block-form form[data-status=sent] .block-form__success-description-text {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 1.3s cubic-bezier(.16, .01, 0, 1) .3s;
    -o-transition: transform 1.3s cubic-bezier(.16, .01, 0, 1) .3s;
    transition: transform 1.3s cubic-bezier(.16, .01, 0, 1) .3s;
    transition: transform 1.3s cubic-bezier(.16, .01, 0, 1) .3s, -webkit-transform 1.3s cubic-bezier(.16, .01, 0, 1) .3s
}

.block-contact form[data-status=sent] .block-form__success-description-text:after,
.block-form form[data-status=sent] .block-form__success-description-text:after {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 1.3s cubic-bezier(.16, .01, 0, 1) .3s;
    -o-transition: transform 1.3s cubic-bezier(.16, .01, 0, 1) .3s;
    transition: transform 1.3s cubic-bezier(.16, .01, 0, 1) .3s;
    transition: transform 1.3s cubic-bezier(.16, .01, 0, 1) .3s, -webkit-transform 1.3s cubic-bezier(.16, .01, 0, 1) .3s
}

.block-contact form[data-status=sent] .block-form__success-description-icon,
.block-form form[data-status=sent] .block-form__success-description-icon {
    opacity: 1;
    -webkit-transition: opacity .65s ease .5s;
    -o-transition: opacity .65s ease .5s;
    transition: opacity .65s ease .5s
}

.block-contact form[data-status=sent] .block-form__success-btn,
.block-form form[data-status=sent] .block-form__success-btn {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity .65s ease .3s, -webkit-transform 1.3s cubic-bezier(.16, .01, 0, 1) .3s;
    -o-transition: opacity .65s ease .3s, transform 1.3s cubic-bezier(.16, .01, 0, 1) .3s;
    transition: opacity .65s ease .3s, transform 1.3s cubic-bezier(.16, .01, 0, 1) .3s;
    transition: opacity .65s ease .3s, transform 1.3s cubic-bezier(.16, .01, 0, 1) .3s, -webkit-transform 1.3s cubic-bezier(.16, .01, 0, 1) .3s
}

.block-contact form[data-status=sent] .wpcf7-response-output,
.block-form form[data-status=sent] .wpcf7-response-output {
    display: none
}

.block-form__success {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    speak: none;
    margin: 0 auto
}

.block-form__success-title {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden
}

.block-form__success-title br {
    display: none
}

.block-form__success-title-inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 1.85s cubic-bezier(.35, 0, 0, 1);
    -o-transition: transform 1.85s cubic-bezier(.35, 0, 0, 1);
    transition: transform 1.85s cubic-bezier(.35, 0, 0, 1);
    transition: transform 1.85s cubic-bezier(.35, 0, 0, 1), -webkit-transform 1.85s cubic-bezier(.35, 0, 0, 1)
}

.block-form__success-title-icon {
    display: block;
    width: .825em;
    height: .75em;
    background-color: var(--c-brand-primary);
    -webkit-mask-image: url(../themes/wfn/assets/images/svg/thumb-up.svg);
    mask-image: url(../themes/wfn/assets/images/svg/thumb-up.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-position: top;
    mask-position: top;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    margin-right: -.05em;
    -webkit-animation: 1.8s linear forwards;
    animation: 1.8s linear forwards
}

@-webkit-keyframes formSuccessIcon {
    0% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    25% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    50% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes formSuccessIcon {
    0% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    25% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    50% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.block-form__success-description {
    position: relative;
    font-size: calc(25rem / 16 + 10 * ((100vw - 390px)/ 1050));
    font-weight: 400;
    text-align: center;
    text-transform: none;
    max-width: 16.714em;
    padding: 1.029em 0 max(9rem, 12vh)
}

@media (min-width:1440px) {
    .block-form__success-description {
        font-size: calc(35 / 16 + rem)
    }
}

.block-form__success-description-text {
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0);
    padding-bottom: .2em
}

.block-form__success-description-text:after {
    position: absolute;
    content: "";
    top: -70%;
    left: 0;
    width: 100%;
    height: 175%;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, var(--c-bg-primary)), to(rgba(var(--c-bg-primary), 0)));
    background: -o-linear-gradient(bottom, var(--c-bg-primary) 50%, rgba(var(--c-bg-primary), 0) 100%);
    background: linear-gradient(0deg, var(--c-bg-primary) 50%, rgba(var(--c-bg-primary), 0) 100%)
}

.block-form__success-description-icon {
    width: 3.257em;
    height: 2.057em;
    fill: var(--c-brand-primary);
    overflow: visible;
    opacity: 0
}

@media (max-width:767px) {
    .block-form__success-description-icon {
        margin-top: 1em
    }
}

@media (min-width:768px) {
    .block-form__success-description-icon {
        position: absolute;
        top: 1.086em;
        right: -3.229em
    }
}

.block-form__success-btn {
    opacity: 0;
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0)
}

.block-contact .block-form__success-title {
    font-size: calc(56rem / 16 + 104 * ((100vw - 390px)/ 1050));
    padding-top: var(--header-height)
}

@media (min-width:1440px) {
    .block-contact .block-form__success-title {
        font-size: calc(160 / 16 + rem)
    }
}

@media (max-width:1023px) {
    .block-contact .block-form__success-title {
        padding-top: calc(var(--header-height) + 50px)
    }
}

.home .block-contact .block-form__success-btn {
    display: none
}

.social-media__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.social-media__item:not(:last-child) {
    margin-right: 1.214em
}

.social-media__item.facebook {
    margin-right: .857em
}

.social-media__item-link {
    display: block
}

.social-media__item-icon {
    fill: var(--c-font-primary);
    pointer-events: none;
    width: 1.786em;
    height: 1.786em;
    -webkit-transition: fill .5s ease;
    -o-transition: fill .5s ease;
    transition: fill .5s ease
}

.social-media__item-icon.behance {
    width: 1.857em;
    height: 1.857em
}

.social-media__item-icon.facebook {
    width: 1.143em;
    height: 1.643em
}

.social-media__item-icon.linkedin {
    width: 1.5em;
    height: 1.5em
}

.page-details,
.page-details__inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes rotate360 {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate360 {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes headerItemToTop {
    0% {
        -webkit-transform: translate3d(0, 42vh, 0);
        transform: translate3d(0, 42vh, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes headerItemToTop {
    0% {
        -webkit-transform: translate3d(0, 42vh, 0);
        transform: translate3d(0, 42vh, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes bannerItem {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100vh, 0) scaleY(2.4);
        transform: translate3d(0, 100vh, 0) scaleY(2.4)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scaleY(1);
        transform: translate3d(0, 0, 0) scaleY(1)
    }
}

@keyframes bannerItem {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100vh, 0) scaleY(2.4);
        transform: translate3d(0, 100vh, 0) scaleY(2.4)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scaleY(1);
        transform: translate3d(0, 0, 0) scaleY(1)
    }
}

@-webkit-keyframes noOverflow {
    to {
        overflow: visible
    }
}

@keyframes noOverflow {
    to {
        overflow: visible
    }
}

@-webkit-keyframes clickable {
    to {
        pointer-events: auto
    }
}

@keyframes clickable {
    to {
        pointer-events: auto
    }
}

@-webkit-keyframes headerBtnStroke {
    0% {
        stroke-dashoffset: 330
    }

    1% {
        opacity: 1
    }

    100% {
        opacity: 1;
        stroke-dashoffset: 0
    }
}

@keyframes headerBtnStroke {
    0% {
        stroke-dashoffset: 330
    }

    1% {
        opacity: 1
    }

    100% {
        opacity: 1;
        stroke-dashoffset: 0
    }
}

.page-details {
    position: fixed;
    top: 0;
    left: 0;
    min-height: -webkit-fill-available;
    display: flex;
    pointer-events: none;
    z-index: 3;
    padding: 0 calc(var(--header-gap) - 2%) 2vh
}

.page-details__inner {
    position: relative;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.page-details__location {
    position: absolute;
    top: 50%;
    left: 2%;
    width: 2rem;
    height: 50vh;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden
}

.home .page-details__location {
    opacity: 0;
    -webkit-transition: opacity .66s ease;
    -o-transition: opacity .66s ease;
    transition: opacity .66s ease
}

@media (max-width:1023px) {
    .page-details {
        padding: 0 calc(var(--header-gap) - 2%) 1rem
    }

    .has-menu .page-details {
        z-index: 99
    }

    .page-details__location {
        display: none
    }

    .page-details__picker {
        -webkit-transition: opacity .4s ease;
        -o-transition: opacity .4s ease;
        transition: opacity .4s ease;
        margin: 0 0 -.35rem 1rem
    }

    .page-details__picker:not(.home .page-details__picker) {
        opacity: 0
    }

    .has-menu .page-details__picker:not(.home .page-details__picker) {
        opacity: 1;
        -webkit-transition: opacity .5s ease .6s;
        -o-transition: opacity .5s ease .6s;
        transition: opacity .5s ease .6s
    }

    .has-menu .page-details__picker:not(.home .page-details__picker) * {
        pointer-events: auto
    }

    .home[data-scrolled=scrolled] .page-details__picker *,
    .page-details__picker:not(.home .page-details__picker) * {
        pointer-events: none
    }

    .home.has-menu[data-scrolled=scrolled] .page-details__picker * {
        pointer-events: auto
    }

    [data-scrolled=scrolled] .page-details__picker {
        opacity: 0
    }

    [data-scrolled=scrolled].has-menu .page-details__picker {
        opacity: 1;
        -webkit-transition: opacity .5s ease .6s;
        -o-transition: opacity .5s ease .6s;
        transition: opacity .5s ease .6s
    }
}

.page-details__location-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    height: 2rem;
    max-width: 50vh;
    white-space: nowrap
}

.footer__menu>ul>li.page-details__location-text,
.page-details__location-text.block-description,
.page-details__location-text.body-font,
.page-details__location-text.body-font--inv,
.page-details__location-text.work-tag {
    font-weight: 300
}

.page-details__location-text:first-child {
    -webkit-animation: locationRun 30s linear -7.5s infinite;
    animation: locationRun 30s linear -7.5s infinite
}

@-webkit-keyframes locationRun {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes locationRun {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.page-details__location-text:last-child {
    -webkit-animation: locationRun2 30s linear 7.5s infinite;
    animation: locationRun2 30s linear 7.5s infinite
}

@-webkit-keyframes locationRun2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        -webkit-transform: translate3d(-200%, 0, 0);
        transform: translate3d(-200%, 0, 0)
    }
}

@keyframes locationRun2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        -webkit-transform: translate3d(-200%, 0, 0);
        transform: translate3d(-200%, 0, 0)
    }
}

.page-details__location-text strong {
    font-weight: 700
}

.page-details__picker {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.page-details__tooltip {
    position: relative;
    pointer-events: auto;
    opacity: 0;
    -webkit-transform: rotate(9deg) scale(.65);
    -ms-transform: rotate(9deg) scale(.65);
    transform: rotate(9deg) scale(.65);
    -webkit-transform-origin: 20% 100%;
    -ms-transform-origin: 20% 100%;
    transform-origin: 20% 100%;
    margin: 0 0 .375rem .125rem
}

@media (max-width:1023px) {
    .has-menu .page-details__tooltip {
        -webkit-animation: pickerTooltip 1.6s linear .1s forwards;
        animation: pickerTooltip 1.6s linear .1s forwards
    }
}

@-webkit-keyframes pickerTooltip {
    0% {
        opacity: 0;
        -webkit-transform: rotate(9deg) scale(.65);
        transform: rotate(9deg) scale(.65)
    }

    15% {
        opacity: 1;
        -webkit-transform: rotate(-6deg) scale(1);
        transform: rotate(-6deg) scale(1)
    }

    30% {
        -webkit-transform: rotate(5deg) scale(1);
        transform: rotate(5deg) scale(1)
    }

    45% {
        -webkit-transform: rotate(-2deg) scale(1);
        transform: rotate(-2deg) scale(1)
    }

    60% {
        -webkit-transform: rotate(2deg) scale(1);
        transform: rotate(2deg) scale(1)
    }

    75% {
        -webkit-transform: rotate(-1.5deg) scale(1);
        transform: rotate(-1.5deg) scale(1)
    }

    100% {
        opacity: 1;
        -webkit-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1)
    }
}

@keyframes pickerTooltip {
    0% {
        opacity: 0;
        -webkit-transform: rotate(9deg) scale(.65);
        transform: rotate(9deg) scale(.65)
    }

    15% {
        opacity: 1;
        -webkit-transform: rotate(-6deg) scale(1);
        transform: rotate(-6deg) scale(1)
    }

    30% {
        -webkit-transform: rotate(5deg) scale(1);
        transform: rotate(5deg) scale(1)
    }

    45% {
        -webkit-transform: rotate(-2deg) scale(1);
        transform: rotate(-2deg) scale(1)
    }

    60% {
        -webkit-transform: rotate(2deg) scale(1);
        transform: rotate(2deg) scale(1)
    }

    75% {
        -webkit-transform: rotate(-1.5deg) scale(1);
        transform: rotate(-1.5deg) scale(1)
    }

    100% {
        opacity: 1;
        -webkit-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1)
    }
}

.page-details__tooltip-icon {
    fill: var(--c-font-primary)
}

.page-details__tooltip-title {
    position: relative;
    display: block;
    font-size: calc(10rem / 16 + 0 * ((100vw - 390px)/ 1050));
    font-weight: 400;
    color: var(--c-font-secondary);
    white-space: nowrap;
    z-index: 1;
    padding: 1em .9em 1.3em .7em
}

.page-details__picker-form {
    position: relative;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    pointer-events: auto;
    overflow: hidden;
    user-select: none
}

.page-details__picker-form:after {
    position: absolute;
    content: "";
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border: 1px solid var(--c-font-primary);
    border-radius: 50%;
    pointer-events: none
}

.home .page-details__picker-form:after {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

@-webkit-keyframes pickerOuter {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pickerOuter {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.page-details__picker-form:not(.home .page-details__picker-form).hovered+.page-details__tooltip {
    -webkit-animation: heroFormOut 1.6s ease;
    animation: heroFormOut 1.6s ease
}

.page-details__picker-form * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media (hover:hover) {
    .page-details__picker-form:not(.home .page-details__picker-form).hovered:hover+.page-details__tooltip {
        -webkit-animation: pickerTooltip 1.6s linear .1s forwards;
        animation: pickerTooltip 1.6s linear .1s forwards
    }

    .page-details__picker-form:hover {
        -webkit-animation: pickerPulseAnim 1.8s linear both;
        animation: pickerPulseAnim 1.8s linear both
    }

    @-webkit-keyframes pickerPulseAnim {
        0% {
            -webkit-transform: scale(1, 1);
            transform: scale(1, 1)
        }

        12.2% {
            -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2)
        }

        22.2% {
            -webkit-transform: scale(.75, .75);
            transform: scale(.75, .75)
        }

        33.3% {
            -webkit-transform: scale(1.17, 1.17);
            transform: scale(1.17, 1.17)
        }

        44.4% {
            -webkit-transform: scale(.85, .85);
            transform: scale(.85, .85)
        }

        55.5% {
            -webkit-transform: scale(1.13, 1.13);
            transform: scale(1.13, 1.13)
        }

        66.6% {
            -webkit-transform: scale(.95, .95);
            transform: scale(.95, .95)
        }

        77.7% {
            -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1)
        }

        88.8% {
            -webkit-transform: scale(1, 1);
            transform: scale(1, 1)
        }

        100% {
            -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05)
        }
    }

    @keyframes pickerPulseAnim {
        0% {
            -webkit-transform: scale(1, 1);
            transform: scale(1, 1)
        }

        12.2% {
            -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2)
        }

        22.2% {
            -webkit-transform: scale(.75, .75);
            transform: scale(.75, .75)
        }

        33.3% {
            -webkit-transform: scale(1.17, 1.17);
            transform: scale(1.17, 1.17)
        }

        44.4% {
            -webkit-transform: scale(.85, .85);
            transform: scale(.85, .85)
        }

        55.5% {
            -webkit-transform: scale(1.13, 1.13);
            transform: scale(1.13, 1.13)
        }

        66.6% {
            -webkit-transform: scale(.95, .95);
            transform: scale(.95, .95)
        }

        77.7% {
            -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1)
        }

        88.8% {
            -webkit-transform: scale(1, 1);
            transform: scale(1, 1)
        }

        100% {
            -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05)
        }
    }

    .page-details__picker-form:hover+.page-details__tooltip {
        -webkit-animation: pickerTooltip 1.6s linear .1s forwards;
        animation: pickerTooltip 1.6s linear .1s forwards
    }

    .block-watcher__btn:hover .block-watcher__title {
        letter-spacing: .1em
    }
}

.page-details__picker-circle-outer {
    border-radius: 50%;
    overflow: hidden
}

.page-details__picker-circle-inner {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    z-index: 1
}

.page-details__picker-circle-inner:after {
    content: "";
    background-color: var(--c-font-primary);
    border-radius: 50%
}

.home .page-details__picker-circle-inner:after {
    opacity: 0;
    -webkit-transform: scale(6);
    -ms-transform: scale(6);
    transform: scale(6)
}

@-webkit-keyframes pickerInner {
    0% {
        opacity: 0;
        -webkit-transform: scale(6);
        transform: scale(6)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pickerInner {
    0% {
        opacity: 0;
        -webkit-transform: scale(6);
        transform: scale(6)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.page-details__picker-pies {
    position: relative;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

.page-details__picker-pie {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 22px;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    overflow: hidden
}

.page-details__picker-pie.pie-1 {
    -webkit-transform: rotate(0) skew(45deg);
    -ms-transform: rotate(0) skew(45deg);
    transform: rotate(0) skew(45deg)
}

.page-details__picker-pie.pie-2 {
    -webkit-transform: rotate(45deg) skew(45deg);
    -ms-transform: rotate(45deg) skew(45deg);
    transform: rotate(45deg) skew(45deg)
}

.page-details__picker-pie.pie-3 {
    -webkit-transform: rotate(90deg) skew(45deg);
    -ms-transform: rotate(90deg) skew(45deg);
    transform: rotate(90deg) skew(45deg)
}

.page-details__picker-pie.pie-4 {
    -webkit-transform: rotate(135deg) skew(45deg);
    -ms-transform: rotate(135deg) skew(45deg);
    transform: rotate(135deg) skew(45deg)
}

.page-details__picker-pie.pie-5 {
    -webkit-transform: rotate(180deg) skew(45deg);
    -ms-transform: rotate(180deg) skew(45deg);
    transform: rotate(180deg) skew(45deg)
}

.page-details__picker-pie.pie-6 {
    -webkit-transform: rotate(225deg) skew(45deg);
    -ms-transform: rotate(225deg) skew(45deg);
    transform: rotate(225deg) skew(45deg)
}

.page-details__picker-pie.pie-7 {
    -webkit-transform: rotate(270deg) skew(45deg);
    -ms-transform: rotate(270deg) skew(45deg);
    transform: rotate(270deg) skew(45deg)
}

.page-details__picker-pie.pie-8 {
    -webkit-transform: rotate(315deg) skew(45deg);
    -ms-transform: rotate(315deg) skew(45deg);
    transform: rotate(315deg) skew(45deg)
}

.page-details__picker-btn {
    position: absolute;
    left: 52px;
    bottom: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

@media (min-width:1440px) {
    .page-details__tooltip-title {
        font-size: calc(10 / 16 + rem)
    }

    .page-details__picker-btn {
        font-size: calc(8 / 16 + rem)
    }
}

.page-details__picker-btn.active {
    opacity: 1;
    pointer-events: auto
}

@media (max-width:1023px) {
    .page-details__picker-btn {
        bottom: 10px;
        left: calc(1rem + 52px)
    }

    .page-details__copyright {
        display: none
    }
}

.loader,
.page-cursor {
    top: 0;
    left: 0;
    pointer-events: none
}

.page-details__picker-btn-icon {
    width: 1em;
    height: 1em;
    fill: var(--c-font-primary);
    margin: -1px 3px 0 0
}

.page-details__copyright {
    text-align: right
}

.page-cursor {
    position: fixed;
    display: none;
    -webkit-transform: translate3d(80vw, 65vh, 0);
    transform: translate3d(80vw, 65vh, 0);
    opacity: 0;
    z-index: 100;
    -webkit-animation: fadeIn .5s ease forwards 2s;
    animation: fadeIn .5s ease forwards 2s
}

.page-cursor.hover .page-cursor__dot {
    -webkit-transform: translate3d(0, 0, 0) scale(2);
    transform: translate3d(0, 0, 0) scale(2);
    opacity: .5
}

.page-cursor.no-cursor .page-cursor__dot {
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    transform: translate3d(0, 0, 0) scale(0)
}

.page-cursor.click .page-cursor__title {
    opacity: 1;
    speak: auto
}

@media (any-pointer:fine) {
    .page-cursor {
        display: block
    }
}

.page-cursor__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-transition: opacity .3s linear, -webkit-transform .5s ease;
    -o-transition: transform .5s ease, opacity .3s linear;
    transition: transform .5s ease, opacity .3s linear;
    transition: transform .5s ease, opacity .3s linear, -webkit-transform .5s ease
}

.page-cursor__dot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 15px;
    height: 15px;
    background-color: var(--c-brand-primary);
    border-radius: 50%;
    margin: 14px 0 0 14px;
    -webkit-transition: opacity .3s linear, background-color .5s ease, -webkit-transform .5s ease;
    -o-transition: transform .5s ease, opacity .3s linear, background-color .5s ease;
    transition: transform .5s ease, opacity .3s linear, background-color .5s ease;
    transition: transform .5s ease, opacity .3s linear, background-color .5s ease, -webkit-transform .5s ease
}

.page-cursor__title {
    position: absolute;
    left: 100%;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    speak: none;
    padding: 17px 0 0 2px;
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease
}

.loader {
    position: fixed;
    display: none;
    width: 100%;
    min-height: -webkit-fill-available
}

.loader__inner,
.loader__title {
    display: -webkit-box;
    display: -ms-flexbox
}

.loader__inner {
    display: flex
}

.loader__title {
    width: 100%;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-animation: loaderBlurOut 1.4s linear calc(.2s + 3s) forwards;
    animation: loaderBlurOut 1.4s linear calc(.2s + 3s) forwards
}

@-webkit-keyframes loaderBlurOut {
    0% {
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0)
    }

    80% {
        -webkit-filter: blur(12px);
        filter: blur(12px)
    }

    100% {
        opacity: 0;
        -webkit-filter: blur(12px);
        filter: blur(12px)
    }
}

@keyframes loaderBlurOut {
    0% {
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0)
    }

    80% {
        -webkit-filter: blur(12px);
        filter: blur(12px)
    }

    100% {
        opacity: 0;
        -webkit-filter: blur(12px);
        filter: blur(12px)
    }
}

.loader__title-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.loader__title-item.top {
    width: 100%;
    margin-bottom: auto
}

.loader__title-symbol {
    display: inline;
    opacity: 0
}

.loader__title-symbol.symbol-1,
.loader__title-symbol.symbol-10,
.loader__title-symbol.symbol-7 {
    -webkit-animation: loaderFirst 3s linear calc(.2s + .2s) forwards;
    animation: loaderFirst 3s linear calc(.2s + .2s) forwards
}

.loader__title-symbol.symbol-2,
.loader__title-symbol.symbol-3 {
    -webkit-animation-duration: 3.2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards
}

@-webkit-keyframes loaderFirst {
    0% {
        opacity: 0
    }

    100%,
    20% {
        opacity: 1
    }
}

@keyframes loaderFirst {
    0% {
        opacity: 0
    }

    100%,
    20% {
        opacity: 1
    }
}

.loader__title-symbol.symbol-2 {
    -webkit-animation-name: uf8fdb0;
    animation-name: uf8fdb0;
    animation-duration: 3.2s;
    animation-timing-function: linear;
    -webkit-animation-delay: calc(.2s + .6s);
    animation-delay: calc(.2s + .6s);
    animation-fill-mode: forwards
}

@-webkit-keyframes uf8fdb0 {

    0%,
    30%,
    46% {
        opacity: 0
    }

    10%,
    100%,
    90% {
        opacity: 1
    }
}

@keyframes uf8fdb0 {

    0%,
    30%,
    46% {
        opacity: 0
    }

    10%,
    100%,
    90% {
        opacity: 1
    }
}

.loader__title-symbol.symbol-3 {
    -webkit-animation-name: uf8fdb1;
    animation-name: uf8fdb1;
    animation-duration: 3.2s;
    animation-timing-function: linear;
    -webkit-animation-delay: calc(.2s + .8s);
    animation-delay: calc(.2s + .8s);
    animation-fill-mode: forwards
}

.loader__title-symbol.symbol-4,
.loader__title-symbol.symbol-5 {
    -webkit-animation-duration: 3.2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards
}

@-webkit-keyframes uf8fdb1 {

    0%,
    30%,
    36% {
        opacity: 0
    }

    10%,
    100%,
    90% {
        opacity: 1
    }
}

@keyframes uf8fdb1 {

    0%,
    30%,
    36% {
        opacity: 0
    }

    10%,
    100%,
    90% {
        opacity: 1
    }
}

.loader__title-symbol.symbol-4 {
    -webkit-animation-name: uf8fdbi;
    animation-name: uf8fdbi;
    animation-duration: 3.2s;
    animation-timing-function: linear;
    -webkit-animation-delay: calc(.2s + .9s);
    animation-delay: calc(.2s + .9s);
    animation-fill-mode: forwards
}

@-webkit-keyframes uf8fdbi {

    0%,
    30%,
    41% {
        opacity: 0
    }

    10%,
    100%,
    90% {
        opacity: 1
    }
}

@keyframes uf8fdbi {

    0%,
    30%,
    41% {
        opacity: 0
    }

    10%,
    100%,
    90% {
        opacity: 1
    }
}

.loader__title-symbol.symbol-5 {
    -webkit-animation-name: uf8fdc2;
    animation-name: uf8fdc2;
    animation-duration: 3.2s;
    animation-timing-function: linear;
    -webkit-animation-delay: calc(.2s + 1s);
    animation-delay: calc(.2s + 1s);
    animation-fill-mode: forwards
}

.loader__title-symbol.symbol-6,
.loader__title-symbol.symbol-8 {
    -webkit-animation-duration: 3.2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards
}

@-webkit-keyframes uf8fdc2 {

    0%,
    30%,
    45% {
        opacity: 0
    }

    10%,
    100%,
    90% {
        opacity: 1
    }
}

@keyframes uf8fdc2 {

    0%,
    30%,
    45% {
        opacity: 0
    }

    10%,
    100%,
    90% {
        opacity: 1
    }
}

.loader__title-symbol.symbol-6 {
    -webkit-animation-name: uf8fdcl;
    animation-name: uf8fdcl;
    animation-duration: 3.2s;
    animation-timing-function: linear;
    -webkit-animation-delay: calc(.2s + 1.1s);
    animation-delay: calc(.2s + 1.1s);
    animation-fill-mode: forwards
}

@-webkit-keyframes uf8fdcl {

    0%,
    30%,
    37% {
        opacity: 0
    }

    10%,
    100%,
    90% {
        opacity: 1
    }
}

@keyframes uf8fdcl {

    0%,
    30%,
    37% {
        opacity: 0
    }

    10%,
    100%,
    90% {
        opacity: 1
    }
}

.loader__title-symbol.symbol-8 {
    -webkit-animation-name: uf8fdd0;
    animation-name: uf8fdd0;
    animation-duration: 3.2s;
    animation-timing-function: linear;
    -webkit-animation-delay: calc(.2s + .86s);
    animation-delay: calc(.2s + .86s);
    animation-fill-mode: forwards
}

.loader__title-symbol.symbol-11,
.loader__title-symbol.symbol-9 {
    -webkit-animation-duration: 3.2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards
}

@-webkit-keyframes uf8fdd0 {

    0%,
    30%,
    46% {
        opacity: 0
    }

    10%,
    100%,
    90% {
        opacity: 1
    }
}

@keyframes uf8fdd0 {

    0%,
    30%,
    46% {
        opacity: 0
    }

    10%,
    100%,
    90% {
        opacity: 1
    }
}

.loader__title-symbol.symbol-9 {
    -webkit-animation-name: uf8fdde;
    animation-name: uf8fdde;
    animation-duration: 3.2s;
    animation-timing-function: linear;
    -webkit-animation-delay: calc(.2s + .96s);
    animation-delay: calc(.2s + .96s);
    animation-fill-mode: forwards
}

@-webkit-keyframes uf8fdde {

    0%,
    30%,
    38% {
        opacity: 0
    }

    10%,
    100%,
    90% {
        opacity: 1
    }
}

@keyframes uf8fdde {

    0%,
    30%,
    38% {
        opacity: 0
    }

    10%,
    100%,
    90% {
        opacity: 1
    }
}

.loader__title-symbol.symbol-11 {
    -webkit-animation-name: uf8fddi;
    animation-name: uf8fddi;
    animation-duration: 3.2s;
    animation-timing-function: linear;
    -webkit-animation-delay: calc(.2s + .82s);
    animation-delay: calc(.2s + .82s);
    animation-fill-mode: forwards
}

.loader__title-symbol.symbol-12,
.loader__title-symbol.symbol-13 {
    -webkit-animation-duration: 3.2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards
}

@-webkit-keyframes uf8fddi {

    0%,
    22%,
    38% {
        opacity: 0
    }

    10%,
    100%,
    90% {
        opacity: 1
    }
}

@keyframes uf8fddi {

    0%,
    22%,
    38% {
        opacity: 0
    }

    10%,
    100%,
    90% {
        opacity: 1
    }
}

.loader__title-symbol.symbol-12 {
    -webkit-animation-name: uf8fddu;
    animation-name: uf8fddu;
    animation-duration: 3.2s;
    animation-timing-function: linear;
    -webkit-animation-delay: calc(.2s + .95s);
    animation-delay: calc(.2s + .95s);
    animation-fill-mode: forwards
}

@-webkit-keyframes uf8fddu {

    0%,
    30%,
    42% {
        opacity: 0
    }

    10%,
    100%,
    90% {
        opacity: 1
    }
}

@keyframes uf8fddu {

    0%,
    30%,
    42% {
        opacity: 0
    }

    10%,
    100%,
    90% {
        opacity: 1
    }
}

.loader__title-symbol.symbol-13 {
    -webkit-animation-name: uf8fde0;
    animation-name: uf8fde0;
    animation-duration: 3.2s;
    animation-timing-function: linear;
    -webkit-animation-delay: calc(.2s + 1s);
    animation-delay: calc(.2s + 1s);
    animation-fill-mode: forwards
}

.loader__title-symbol.symbol-14,
.loader__title-symbol.symbol-15 {
    -webkit-animation-duration: 3.2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards
}

@-webkit-keyframes uf8fde0 {

    0%,
    25%,
    50% {
        opacity: 0
    }

    10%,
    100%,
    90% {
        opacity: 1
    }
}

@keyframes uf8fde0 {

    0%,
    25%,
    50% {
        opacity: 0
    }

    10%,
    100%,
    90% {
        opacity: 1
    }
}

.loader__title-symbol.symbol-14 {
    -webkit-animation-name: uf8fdet;
    animation-name: uf8fdet;
    animation-duration: 3.2s;
    animation-timing-function: linear;
    -webkit-animation-delay: calc(.2s + .9s);
    animation-delay: calc(.2s + .9s);
    animation-fill-mode: forwards
}

@-webkit-keyframes uf8fdet {

    0%,
    25%,
    48% {
        opacity: 0
    }

    10%,
    100%,
    90% {
        opacity: 1
    }
}

@keyframes uf8fdet {

    0%,
    25%,
    48% {
        opacity: 0
    }

    10%,
    100%,
    90% {
        opacity: 1
    }
}

.loader__title-symbol.symbol-15 {
    -webkit-animation-name: uf8fdfg;
    animation-name: uf8fdfg;
    animation-duration: 3.2s;
    animation-timing-function: linear;
    -webkit-animation-delay: calc(.2s + 1.1s);
    animation-delay: calc(.2s + 1.1s);
    animation-fill-mode: forwards
}

@-webkit-keyframes uf8fdfg {

    0%,
    30%,
    50% {
        opacity: 0
    }

    10%,
    100%,
    90% {
        opacity: 1
    }
}

@keyframes uf8fdfg {

    0%,
    30%,
    50% {
        opacity: 0
    }

    10%,
    100%,
    90% {
        opacity: 1
    }
}

.loader__title-symbol.symbol-16 {
    -webkit-animation-name: uf8fdgd;
    animation-name: uf8fdgd;
    -webkit-animation-duration: 3.2s;
    animation-duration: 3.2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-delay: calc(.2s + 1.2s);
    animation-delay: calc(.2s + 1.2s);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes uf8fdgd {

    0%,
    30%,
    50% {
        opacity: 0
    }

    10%,
    100%,
    90% {
        opacity: 1
    }
}

@keyframes uf8fdgd {

    0%,
    30%,
    50% {
        opacity: 0
    }

    10%,
    100%,
    90% {
        opacity: 1
    }
}

body.home .banner-hero__desc-divider,
body.home .banner-hero__desc-text,
body.home .banner-hero__divider,
body.home .banner-hero__form .form-btn,
body.home .banner-hero__form .form-group:after,
body.home .banner-hero__form input,
body.home .banner-hero__icon,
body.home .banner-hero__item-link,
body.home .banner-hero__item-sublink,
body.home .header__btn-icon,
body.home .header__btn-title,
body.home .header__logo-items,
body.home .header__logo-tm,
body.home .header__qr-inner,
body.home .page-details__copyright,
body.home .page-details__location-inner,
body.home .page-details__picker-form:after,
body.home .page-details__tooltip {
    opacity: 0
}

@media (min-width:1024px) {
    body.home .page-details__location-inner {
        -webkit-transform: translate3d(0, 6rem, 0) rotate(-90deg);
        transform: translate3d(0, 6rem, 0) rotate(-90deg)
    }
}

body.home[data-loader=show] .loader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

body.home[data-loader=show] .page-cursor {
    -webkit-animation: fadeIn .5s ease forwards 7s;
    animation: fadeIn .5s ease forwards 7s
}

body.home[data-loader=show] .header__qr-inner {
    -webkit-filter: blur(20px);
    filter: blur(20px);
    -webkit-transform: translate3d(0, calc(50vh - 100% + 1.25rem), 0);
    transform: translate3d(0, calc(50vh - 100% + 1.25rem), 0);
    -webkit-animation: qrLoader 3s linear calc(.2s + .8s) forwards;
    animation: qrLoader 3s linear calc(.2s + .8s) forwards
}

@-webkit-keyframes qrLoader {
    0% {
        opacity: 0;
        -webkit-filter: blur(20px);
        filter: blur(20px)
    }

    100% {
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

@keyframes qrLoader {
    0% {
        opacity: 0;
        -webkit-filter: blur(20px);
        filter: blur(20px)
    }

    100% {
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

body.home[data-loader=show] .header__logo-tm {
    -webkit-animation: headerLogoItems 1s ease calc(.2s + 3.95s) forwards;
    animation: headerLogoItems 1s ease calc(.2s + 3.95s) forwards
}

body.home[data-loader=show] .header__logo-items {
    -webkit-animation: headerLogoItems 1.2s ease calc(.2s + 4.05s) forwards;
    animation: headerLogoItems 1.2s ease calc(.2s + 4.05s) forwards
}

body.home[data-loader=show] .header__btn-mobile {
    opacity: 1;
    -webkit-transition: opacity .75s calc(.2s + 6.03s);
    -o-transition: opacity .75s calc(.2s + 6.03s);
    transition: opacity .75s calc(.2s + 6.03s)
}

body.home[data-loader=show] .banner-hero__desc-divider {
    -webkit-transform: translate3d(0, calc(42vh + 15px), 0);
    transform: translate3d(0, calc(42vh + 15px), 0);
    -webkit-animation: bannerHeroDescDivLoad 1s ease calc(.2s + 4.15s) forwards, headerItemToTop 1.1s cubic-bezier(.35, 0, 0, 1) calc(.2s + 5.5s) forwards;
    animation: bannerHeroDescDivLoad 1s ease calc(.2s + 4.15s) forwards, headerItemToTop 1.1s cubic-bezier(.35, 0, 0, 1) calc(.2s + 5.5s) forwards
}

@-webkit-keyframes bannerHeroDescDivLoad {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, calc(42vh + 15px), 0);
        transform: translate3d(0, calc(42vh + 15px), 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 42vh, 0);
        transform: translate3d(0, 42vh, 0)
    }
}

@keyframes bannerHeroDescDivLoad {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, calc(42vh + 15px), 0);
        transform: translate3d(0, calc(42vh + 15px), 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 42vh, 0);
        transform: translate3d(0, 42vh, 0)
    }
}

body.home[data-loader=show] .banner-hero__desc-text {
    -webkit-animation: fadeIn 1.1s cubic-bezier(.43, 0, 0, 1) forwards calc(.2s + 4.25s), bannerHeroDescPos 1.1s cubic-bezier(.16, .01, 0, 1) forwards;
    animation: fadeIn 1.1s cubic-bezier(.43, 0, 0, 1) forwards calc(.2s + 4.25s), bannerHeroDescPos 1.1s cubic-bezier(.16, .01, 0, 1) forwards
}

body.home[data-loader=show] .banner-hero__inner:after {
    -webkit-transform: translate3d(0, 15%, 0);
    transform: translate3d(0, 15%, 0);
    -webkit-animation: bannerHeroAfterLogo 1.1s cubic-bezier(.43, 0, 0, 1) forwards calc(.2s + 6.3s);
    animation: bannerHeroAfterLogo 1.1s cubic-bezier(.43, 0, 0, 1) forwards calc(.2s + 6.3s)
}

@-webkit-keyframes bannerHeroAfterLogo {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 15%, 0);
        transform: translate3d(0, 15%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bannerHeroAfterLogo {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 15%, 0);
        transform: translate3d(0, 15%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

body.home[data-loader=show] .header__logo-inner {
    pointer-events: none;
    -webkit-transform: translate3d(0, 42vh, 0);
    transform: translate3d(0, 42vh, 0);
    -webkit-animation: headerItemToTop 1.1s cubic-bezier(.35, 0, 0, 1) calc(.2s + 5.4s) forwards, clickable .1s forwards 7s;
    animation: headerItemToTop 1.1s cubic-bezier(.35, 0, 0, 1) calc(.2s + 5.4s) forwards, clickable .1s forwards 7s
}

body.home[data-hero=away] .banner-hero__item,
body.home[data-loader=hide] .header__logo-inner {
    pointer-events: auto
}

body.home[data-loader=show] .banner-hero__desc {
    -webkit-transform: translate3d(0, 42vh, 0);
    transform: translate3d(0, 42vh, 0);
    -webkit-animation: headerItemToTop 1.1s cubic-bezier(.35, 0, 0, 1) calc(.2s + 5.6s) forwards;
    animation: headerItemToTop 1.1s cubic-bezier(.35, 0, 0, 1) calc(.2s + 5.6s) forwards
}

body.home[data-loader=show] .banner-hero__desc-inner {
    -webkit-animation: headerDesc 1.1s cubic-bezier(.35, 0, 0, 1) calc(.2s + 5.6s) forwards;
    animation: headerDesc 1.1s cubic-bezier(.35, 0, 0, 1) calc(.2s + 5.6s) forwards
}

@-webkit-keyframes headerDesc {

    0%,
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }

    25% {
        -webkit-transform: scaleY(1.2);
        transform: scaleY(1.2)
    }
}

@keyframes headerDesc {

    0%,
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }

    25% {
        -webkit-transform: scaleY(1.2);
        transform: scaleY(1.2)
    }
}

body.home[data-loader=show] .banner-hero__item {
    -webkit-animation: clickable 0s forwards 7s;
    animation: clickable 0s forwards 7s
}

body.home[data-loader=show] .banner-hero__item-link {
    -webkit-animation: bannerItem 1.1s cubic-bezier(.35, 0, 0, 1) calc(.2s + 5.6s) forwards;
    animation: bannerItem 1.1s cubic-bezier(.35, 0, 0, 1) calc(.2s + 5.6s) forwards
}

body.home[data-loader=show] .banner-hero__item-link.item-1~.banner-hero__item-sublink {
    -webkit-animation: bannerItem 1.1s cubic-bezier(.35, 0, 0, 1) forwards;
    animation: bannerItem 1.1s cubic-bezier(.35, 0, 0, 1) forwards
}

body.home[data-loader=show] .banner-hero__item-link.item-1~.banner-hero__item-sublink:nth-of-type(2) {
    -webkit-animation-delay: calc(.2s + 5.62s);
    animation-delay: calc(.2s + 5.62s)
}

body.home[data-loader=show] .banner-hero__item-link.item-1~.banner-hero__item-sublink:nth-of-type(3) {
    -webkit-animation-delay: calc(.2s + 5.64s);
    animation-delay: calc(.2s + 5.64s)
}

body.home[data-loader=show] .banner-hero__item-link.item-1~.banner-hero__item-sublink:nth-of-type(4) {
    -webkit-animation-delay: calc(.2s + 5.66s);
    animation-delay: calc(.2s + 5.66s)
}

body.home[data-loader=show] .banner-hero__item-link.item-2 {
    -webkit-animation-duration: 1.15s;
    animation-duration: 1.15s;
    -webkit-animation-name: bannerItem2;
    animation-name: bannerItem2;
    -webkit-animation-delay: calc(.2s + 5.75s);
    animation-delay: calc(.2s + 5.75s)
}

body.home[data-loader=show] .banner-hero__item-link.item-2~.banner-hero__item-sublink {
    -webkit-animation: bannerItem2 1.15s cubic-bezier(.35, 0, 0, 1) forwards;
    animation: bannerItem2 1.15s cubic-bezier(.35, 0, 0, 1) forwards
}

body.home[data-loader=show] .banner-hero__item-link.item-2~.banner-hero__item-sublink:nth-of-type(2) {
    -webkit-animation-delay: calc(.2s + 5.77s);
    animation-delay: calc(.2s + 5.77s)
}

body.home[data-loader=show] .banner-hero__item-link.item-2~.banner-hero__item-sublink:nth-of-type(3) {
    -webkit-animation-delay: calc(.2s + 5.79s);
    animation-delay: calc(.2s + 5.79s)
}

body.home[data-loader=show] .banner-hero__item-link.item-2~.banner-hero__item-sublink:nth-of-type(4) {
    -webkit-animation-delay: calc(.2s + 5.81s);
    animation-delay: calc(.2s + 5.81s)
}

body.home[data-loader=show] .banner-hero__item-link.item-3 {
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s;
    -webkit-animation-name: bannerItem3;
    animation-name: bannerItem3;
    -webkit-animation-delay: calc(.2s + 6s);
    animation-delay: calc(.2s + 6s)
}

body.home[data-loader=show] .banner-hero__item-link.item-3~.banner-hero__item-sublink {
    -webkit-animation: bannerItem3 1.25s cubic-bezier(.35, 0, 0, 1) forwards;
    animation: bannerItem3 1.25s cubic-bezier(.35, 0, 0, 1) forwards
}

body.home[data-loader=show] .banner-hero__item-link.item-3~.banner-hero__item-sublink:nth-of-type(2) {
    -webkit-animation-delay: calc(.2s + 6.02s);
    animation-delay: calc(.2s + 6.02s)
}

body.home[data-loader=show] .banner-hero__item-link.item-3~.banner-hero__item-sublink:nth-of-type(3) {
    -webkit-animation-delay: calc(.2s + 6.04s);
    animation-delay: calc(.2s + 6.04s)
}

body.home[data-loader=show] .banner-hero__item-link.item-3~.banner-hero__item-sublink:nth-of-type(4) {
    -webkit-animation-delay: calc(.2s + 6.06s);
    animation-delay: calc(.2s + 6.06s)
}

body.home[data-loader=show] .banner-hero__divider {
    -webkit-animation: bannerDivider 1.1s cubic-bezier(.35, 0, 0, 1) calc(.2s + 5.6s) forwards;
    animation: bannerDivider 1.1s cubic-bezier(.35, 0, 0, 1) calc(.2s + 5.6s) forwards
}

body.home[data-loader=show] .banner-hero__divider.divider-2 {
    -webkit-animation-delay: calc(.2s + 5.65s);
    animation-delay: calc(.2s + 5.65s)
}

body.home[data-loader=show] .banner-hero__divider.divider-3 {
    -webkit-animation-delay: calc(.2s + 5.85s);
    animation-delay: calc(.2s + 5.85s)
}

body.home[data-loader=show] .banner-hero__form .form-group:after {
    -webkit-animation: bannerFormLine 1s cubic-bezier(.16, .01, 0, 1) calc(.2s + 6.05s) forwards;
    animation: bannerFormLine 1s cubic-bezier(.16, .01, 0, 1) calc(.2s + 6.05s) forwards
}

body.home[data-loader=show] .banner-hero__form .form-btn,
body.home[data-loader=show] .banner-hero__form input {
    -webkit-animation: fadeIn 1s ease calc(.2s + 6.05s) forwards;
    animation: fadeIn 1s ease calc(.2s + 6.05s) forwards
}

body.home[data-loader=show] .banner-hero__form .form-btn {
    -webkit-animation-delay: calc(.2s + 6.35s);
    animation-delay: calc(.2s + 6.35s)
}

body.home[data-loader=show] .page-details__picker-form:after {
    -webkit-animation: pickerOuter .8s cubic-bezier(.16, 1, .3, 1) calc(.2s + 6.5s) forwards;
    animation: pickerOuter .8s cubic-bezier(.16, 1, .3, 1) calc(.2s + 6.5s) forwards
}

body.home[data-loader=show] .page-details__picker-circle-inner:after {
    -webkit-animation: pickerInner .9s cubic-bezier(.16, 1, .3, 1) calc(.2s + 6.5s) forwards;
    animation: pickerInner .9s cubic-bezier(.16, 1, .3, 1) calc(.2s + 6.5s) forwards
}

body.home[data-loader=show] .page-details__tooltip {
    -webkit-animation: pickerTooltip 1.6s linear calc(.2s + 6.7s) forwards;
    animation: pickerTooltip 1.6s linear calc(.2s + 6.7s) forwards
}

body.home[data-loader=show] .banner-hero__icon,
body.home[data-loader=show] .page-details__copyright {
    -webkit-animation: fadeIn 1.4s ease calc(.2s + 6.8s) forwards;
    animation: fadeIn 1.4s ease calc(.2s + 6.8s) forwards
}

body.home[data-loader=show] .header__btn-icon {
    -webkit-animation: headerBtnStroke .8s ease forwards;
    animation: headerBtnStroke .8s ease forwards
}

body.home[data-loader=show] .header__btn-icon.top {
    -webkit-animation-delay: calc(.2s + 6.7s);
    animation-delay: calc(.2s + 6.7s)
}

body.home[data-loader=show] .header__btn-icon.middle {
    -webkit-animation-delay: calc(.2s + 6.8s);
    animation-delay: calc(.2s + 6.8s)
}

body.home[data-loader=show] .header__btn-icon.bottom {
    -webkit-animation-delay: calc(.2s + 6.9s);
    animation-delay: calc(.2s + 6.9s)
}

body.home[data-loader=show] .header__btn-title {
    -webkit-animation: headerBtnTitle .8s ease calc(.2s + 6.7s) forwards;
    animation: headerBtnTitle .8s ease calc(.2s + 6.7s) forwards
}

body.home[data-loader=show] .banner-hero__logo,
body.home[data-loader=show] .banner-hero__logo-inner {
    -webkit-animation-delay: 7s;
    animation-delay: 7s
}

body.home[data-loader=hide] .banner-hero__inner:after,
body.home[data-loader=hide] .header__btn-mobile,
body.home[data-loader=hide] .page-details__copyright {
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

body.home[data-loader=hide] .header__qr-inner {
    opacity: 1;
    -webkit-transition: opacity 1.8s ease;
    -o-transition: opacity 1.8s ease;
    transition: opacity 1.8s ease
}

body.home[data-loader=hide] .header__logo-tm {
    -webkit-animation: headerLogoItems 1s ease .2s forwards;
    animation: headerLogoItems 1s ease .2s forwards
}

body.home[data-loader=hide] .header__logo-items {
    -webkit-animation: headerLogoItems 1s ease calc(.2s + .15s) forwards;
    animation: headerLogoItems 1s ease calc(.2s + .15s) forwards
}

body.home[data-loader=hide] .header__btn-icon {
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
    -o-transition: opacity .3s ease, transform .3s ease;
    transition: opacity .3s ease, transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease
}

body.home[data-loader=hide] .banner-hero__desc-divider {
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
    -webkit-animation: bannerHeroDescDiv 1s ease calc(.2s + .25s) forwards;
    animation: bannerHeroDescDiv 1s ease calc(.2s + .25s) forwards
}

@-webkit-keyframes bannerHeroDescDiv {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 15px, 0);
        transform: translate3d(0, 15px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bannerHeroDescDiv {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 15px, 0);
        transform: translate3d(0, 15px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

body.home[data-loader=hide] .banner-hero__desc-text {
    -webkit-animation: fadeIn 1.1s cubic-bezier(.43, 0, 0, 1) calc(.2s + .3s) forwards, bannerHeroDescPos 1.1s cubic-bezier(.16, .01, 0, 1) forwards;
    animation: fadeIn 1.1s cubic-bezier(.43, 0, 0, 1) calc(.2s + .3s) forwards, bannerHeroDescPos 1.1s cubic-bezier(.16, .01, 0, 1) forwards
}

body.home[data-loader=hide] .banner-hero__item {
    -webkit-animation: clickable 0s forwards 2s;
    animation: clickable 0s forwards 2s
}

body.home[data-loader=hide] .banner-hero__item-link {
    -webkit-animation: bannerItem 1.1s cubic-bezier(.35, 0, 0, 1) calc(.2s + .4s) forwards;
    animation: bannerItem 1.1s cubic-bezier(.35, 0, 0, 1) calc(.2s + .4s) forwards
}

body.home[data-loader=hide] .banner-hero__item-link.item-1~.banner-hero__item-sublink {
    -webkit-animation: bannerItem 1.1s cubic-bezier(.35, 0, 0, 1) forwards;
    animation: bannerItem 1.1s cubic-bezier(.35, 0, 0, 1) forwards
}

body.home[data-loader=hide] .banner-hero__item-link.item-1~.banner-hero__item-sublink:nth-of-type(2) {
    -webkit-animation-delay: calc(.2s + .42s);
    animation-delay: calc(.2s + .42s)
}

body.home[data-loader=hide] .banner-hero__item-link.item-1~.banner-hero__item-sublink:nth-of-type(3) {
    -webkit-animation-delay: calc(.2s + .44s);
    animation-delay: calc(.2s + .44s)
}

body.home[data-loader=hide] .banner-hero__item-link.item-1~.banner-hero__item-sublink:nth-of-type(4) {
    -webkit-animation-delay: calc(.2s + .46s);
    animation-delay: calc(.2s + .46s)
}

body.home[data-loader=hide] .banner-hero__item-link.item-2 {
    -webkit-animation-duration: 1.15s;
    animation-duration: 1.15s;
    -webkit-animation-name: bannerItem2;
    animation-name: bannerItem2;
    -webkit-animation-delay: calc(.2s + .55s);
    animation-delay: calc(.2s + .55s)
}

body.home[data-loader=hide] .banner-hero__item-link.item-2~.banner-hero__item-sublink {
    -webkit-animation: bannerItem2 1.15s cubic-bezier(.35, 0, 0, 1) forwards;
    animation: bannerItem2 1.15s cubic-bezier(.35, 0, 0, 1) forwards
}

body.home[data-loader=hide] .banner-hero__item-link.item-2~.banner-hero__item-sublink:nth-of-type(2) {
    -webkit-animation-delay: calc(.2s + .57s);
    animation-delay: calc(.2s + .57s)
}

body.home[data-loader=hide] .banner-hero__item-link.item-2~.banner-hero__item-sublink:nth-of-type(3) {
    -webkit-animation-delay: calc(.2s + .59s);
    animation-delay: calc(.2s + .59s)
}

body.home[data-loader=hide] .banner-hero__item-link.item-2~.banner-hero__item-sublink:nth-of-type(4) {
    -webkit-animation-delay: calc(.2s + .61s);
    animation-delay: calc(.2s + .61s)
}

body.home[data-loader=hide] .banner-hero__item-link.item-3 {
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s;
    -webkit-animation-name: bannerItem3;
    animation-name: bannerItem3;
    -webkit-animation-delay: calc(.2s + .8s);
    animation-delay: calc(.2s + .8s)
}

body.home[data-loader=hide] .banner-hero__item-link.item-3~.banner-hero__item-sublink {
    -webkit-animation: bannerItem3 1.25s cubic-bezier(.35, 0, 0, 1) forwards;
    animation: bannerItem3 1.25s cubic-bezier(.35, 0, 0, 1) forwards
}

body.home[data-loader=hide] .banner-hero__item-link.item-3~.banner-hero__item-sublink:nth-of-type(2) {
    -webkit-animation-delay: calc(.2s + .82s);
    animation-delay: calc(.2s + .82s)
}

body.home[data-loader=hide] .banner-hero__item-link.item-3~.banner-hero__item-sublink:nth-of-type(3) {
    -webkit-animation-delay: calc(.2s + .84s);
    animation-delay: calc(.2s + .84s)
}

body.home[data-loader=hide] .banner-hero__item-link.item-3~.banner-hero__item-sublink:nth-of-type(4) {
    -webkit-animation-delay: calc(.2s + .86s);
    animation-delay: calc(.2s + .86s)
}

body.home[data-loader=hide] .banner-hero__divider {
    -webkit-animation: bannerDivider 1.1s cubic-bezier(.35, 0, 0, 1) calc(.2s + .4s) forwards;
    animation: bannerDivider 1.1s cubic-bezier(.35, 0, 0, 1) calc(.2s + .4s) forwards
}

body.home[data-loader=hide] .banner-hero__divider.divider-2 {
    -webkit-animation-delay: calc(.2s + .45s);
    animation-delay: calc(.2s + .45s)
}

body.home[data-loader=hide] .banner-hero__divider.divider-3 {
    -webkit-animation-delay: calc(.2s + .65s);
    animation-delay: calc(.2s + .65s)
}

body.home[data-loader=hide] .banner-hero__icon {
    -webkit-animation: fadeIn 1.4s ease calc(.2s + .8s) forwards;
    animation: fadeIn 1.4s ease calc(.2s + .8s) forwards
}

@media (max-width:1023px) {
    .loader__title {
        font-size: 14vw
    }

    body.home[data-loader=hide] .banner-hero__icon {
        -webkit-animation-delay: calc(.2s + 1.6s);
        animation-delay: calc(.2s + 1.6s)
    }
}

body.home[data-loader=hide] .banner-hero__form .form-group:after {
    -webkit-animation: bannerFormLine 1s cubic-bezier(.16, .01, 0, 1) calc(.2s + 1.05s) forwards;
    animation: bannerFormLine 1s cubic-bezier(.16, .01, 0, 1) calc(.2s + 1.05s) forwards
}

body.home[data-loader=hide] .banner-hero__form .form-btn,
body.home[data-loader=hide] .banner-hero__form input {
    -webkit-animation: fadeIn 1s ease calc(.2s + 1.05s) forwards;
    animation: fadeIn 1s ease calc(.2s + 1.05s) forwards
}

body.home[data-loader=hide] .banner-hero__form .form-btn {
    -webkit-animation-delay: calc(.2s + 1.35s);
    animation-delay: calc(.2s + 1.35s)
}

body.home[data-loader=hide] .page-details__picker-form:after {
    -webkit-animation: pickerOuter .8s cubic-bezier(.16, 1, .3, 1) calc(.2s + 1.5s) forwards;
    animation: pickerOuter .8s cubic-bezier(.16, 1, .3, 1) calc(.2s + 1.5s) forwards
}

body.home[data-loader=hide] .page-details__picker-circle-inner:after {
    -webkit-animation: pickerInner .9s cubic-bezier(.16, 1, .3, 1) calc(.2s + 1.5s) forwards;
    animation: pickerInner .9s cubic-bezier(.16, 1, .3, 1) calc(.2s + 1.5s) forwards
}

body.home[data-loader=hide] .page-details__tooltip {
    -webkit-animation: pickerTooltip 1.6s linear calc(.2s + 1.7s) forwards;
    animation: pickerTooltip 1.6s linear calc(.2s + 1.7s) forwards
}

body.home[data-loader=hide] .header__btn-icon {
    -webkit-animation: headerBtnStroke .8s ease forwards;
    animation: headerBtnStroke .8s ease forwards
}

body.home[data-loader=hide] .header__btn-icon.top {
    -webkit-animation-delay: calc(.2s + .7s);
    animation-delay: calc(.2s + .7s)
}

body.home[data-loader=hide] .header__btn-icon.middle {
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    -webkit-animation-delay: calc(.2s + .8s);
    animation-delay: calc(.2s + .8s)
}

body.home[data-loader=hide] .header__btn-icon.bottom {
    -webkit-animation-delay: calc(.2s + .9s);
    animation-delay: calc(.2s + .9s)
}

body.home[data-loader=hide] .header__btn-title {
    -webkit-animation: headerBtnTitle .8s ease calc(.2s + .7s) forwards;
    animation: headerBtnTitle .8s ease calc(.2s + .7s) forwards
}

body.home[data-hero=away] .banner-hero__desc-divider-wrap,
body.home[data-hero=away] .banner-hero__desc-outer,
body.home[data-hero=away] .banner-hero__divider-wrap,
body.home[data-hero=away] .banner-hero__item {
    -webkit-animation: bannerItemAway 2.3s cubic-bezier(.35, 0, 0, 1);
    animation: bannerItemAway 2.3s cubic-bezier(.35, 0, 0, 1)
}

@-webkit-keyframes bannerItemAway {

    0%,
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scaleY(1);
        transform: translate3d(0, 0, 0) scaleY(1)
    }

    50% {
        opacity: 0;
        -webkit-transform: translate3d(0, -75vh, 0) scaleY(1.8);
        transform: translate3d(0, -75vh, 0) scaleY(1.8)
    }
}

@keyframes bannerItemAway {

    0%,
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scaleY(1);
        transform: translate3d(0, 0, 0) scaleY(1)
    }

    50% {
        opacity: 0;
        -webkit-transform: translate3d(0, -75vh, 0) scaleY(1.8);
        transform: translate3d(0, -75vh, 0) scaleY(1.8)
    }
}

body.home[data-hero=away] .banner-hero__desc-divider-wrap.item-2,
body.home[data-hero=away] .banner-hero__desc-outer.item-2,
body.home[data-hero=away] .banner-hero__divider-wrap.item-2,
body.home[data-hero=away] .banner-hero__item.item-2 {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

body.home[data-hero=away] .banner-hero__desc-divider-wrap.item-3,
body.home[data-hero=away] .banner-hero__desc-outer.item-3,
body.home[data-hero=away] .banner-hero__divider-wrap.item-3,
body.home[data-hero=away] .banner-hero__item.item-3 {
    -webkit-animation-delay: .18s;
    animation-delay: .18s
}

@media (min-width:1024px) {
    body.home[data-hero=away] .page-details__tooltip {
        -webkit-animation: heroFormOut 2s ease;
        animation: heroFormOut 2s ease
    }
}

@media (min-width:1024px) and (hover:hover) {
    body.home[data-hero=away] .page-details__picker-form:hover+.page-details__tooltip {
        -webkit-animation: pickerTooltip 1.6s linear .1s forwards;
        animation: pickerTooltip 1.6s linear .1s forwards
    }
}

body.home[data-hero=away] .banner-hero__form {
    -webkit-animation: heroFormOut 2s ease;
    animation: heroFormOut 2s ease
}

@-webkit-keyframes heroFormOut {
    0% {
        opacity: 1
    }

    100%,
    20% {
        opacity: 0
    }
}

@keyframes heroFormOut {
    0% {
        opacity: 1
    }

    100%,
    20% {
        opacity: 0
    }
}

body.home[data-hero=away] .page-details__location-inner {
    -webkit-animation: locationIn 1s ease .2s forwards;
    animation: locationIn 1s ease .2s forwards
}

@-webkit-keyframes locationIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 6rem, 0) rotate(-90deg);
        transform: translate3d(0, 6rem, 0) rotate(-90deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) rotate(-90deg);
        transform: translate3d(0, 0, 0) rotate(-90deg)
    }
}

@keyframes locationIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 6rem, 0) rotate(-90deg);
        transform: translate3d(0, 6rem, 0) rotate(-90deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) rotate(-90deg);
        transform: translate3d(0, 0, 0) rotate(-90deg)
    }
}

@media (min-width:1024px) {
    body.home[data-hero=away] .header__qr-inner {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: -webkit-transform .65s cubic-bezier(.35, 0, 0, 1);
        -o-transition: transform .65s cubic-bezier(.35, 0, 0, 1);
        transition: transform .65s cubic-bezier(.35, 0, 0, 1);
        transition: transform .65s cubic-bezier(.35, 0, 0, 1), -webkit-transform .65s cubic-bezier(.35, 0, 0, 1)
    }
}

.block-watcher {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.block-watcher__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.block-watcher__icon-wrap {
    position: relative;
    width: 6.5625rem;
    height: 5.8125rem;
    overflow: visible;
    pointer-events: none;
    z-index: 1
}

.block-watcher__icon-wrap.drag-wrap {
    width: 3.3125rem;
    height: 4.375rem
}

.block-watcher__icon {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: visible
}

.block-watcher__icon+.block-watcher__icon {
    border-radius: 0 62%;
    overflow: hidden
}

.block-watcher__icon path[fill="var(--c-bg-primary)"] {
    -webkit-transition: fill .5s ease;
    -o-transition: fill .5s ease;
    transition: fill .5s ease
}

.block-watcher__icon-divider {
    position: absolute;
    top: 2.3125rem;
    width: 2.1875rem;
    height: .625rem;
    fill: var(--c-font-primary)
}

.block-watcher__icon-divider.left {
    left: -3.6875rem
}

.block-watcher__icon-divider.right {
    right: -3.6875rem
}

.block-watcher__title {
    position: relative;
    display: block;
    font-size: calc(16rem / 16 + 0 * ((100vw - 390px)/ 1050));
    text-align: center;
    text-transform: uppercase;
    border: 1px solid;
    border-color: rgba(var(--c-font-primary-rgb), .21);
    border-radius: 27px;
    min-width: 11.125rem;
    width: 11.125em;
    pointer-events: none;
    padding: 1.875em 0 .938em;
    margin-top: -1.063em;
    -webkit-transition: letter-spacing .55s ease;
    -o-transition: letter-spacing .55s ease;
    transition: letter-spacing .55s ease
}

@media (min-width:1440px) {
    .block-watcher__title {
        font-size: calc(16 / 16 + rem)
    }
}

body:not([data-scheme="0"]) .banner-hero__icon,
body:not([data-scheme="0"]) .block-slider__item-img,
body:not([data-scheme="0"]) .block-sun__bg-icon,
body:not([data-scheme="0"]) .block-sun__item-icon,
body:not([data-scheme="0"]) .block-team__description-icon,
body:not([data-scheme="0"]) .footer__copyright-img,
body:not([data-scheme="0"]) .header__qr-img,
body:not([data-scheme="0"]) .single-text-icon__icon {
    -webkit-filter: brightness(0);
    filter: brightness(0)
}

body:not([data-scheme="0"]) .banner-services__icon {
    -webkit-filter: brightness(100%);
    filter: brightness(100%)
}

body:not([data-scheme="0"]) .grid-works__item-overlay-symbol {
    color: var(--c-bg-primary)
}

body:not([data-scheme="0"]) .grid-works__item-overlay-icon {
    stroke: var(--c-bg-primary)
}

body:not([data-scheme="0"]) .footer__copyright-text {
    opacity: .5
}

body:not([data-scheme="0"]) .page-cursor.recolor-cursor .page-cursor__dot {
    background-color: var(--c-bg-primary)
}

@media (hover:hover) {
    body:not([data-scheme="0"]) .block-team__item-overlay-link:hover .block-team__item-overlay-link-icon {
        fill: var(--c-bg-primary)
    }
}

body:not([data-scheme="0"]) .block-form__form .wpcf7-form .form__group.has-phone .country-list::-webkit-scrollbar-thumb {
    background: #434343
}

body[data-scheme="7"] .block-values__background div {
    background-color: #BFBFBF
}

.footer__form-inner .wpcf7-form .form-btn input[type=submit],
.footer__form-inner .wpcf7-form .form-btn__icon,
.page-details__picker-circle-inner:after,
.page-details__picker-circle-outer,
.page-details__tooltip-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.block-counter__value-number,
.block-counter__value-sign,
.footer__menu>ul>li>a {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit
}

.block-watcher__btn,
.btn-primary,
.footer__btn,
.footer__form-inner .mc4wp-form-fields .form-btn,
.footer__form-inner .wpcf7-form .form-btn,
.header__btn-mobile,
.page-details__picker-btn {
    background-color: transparent;
    border: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer
}

.divider-drop {
    display: block;
    width: .5rem;
    height: .5rem;
    stroke: var(--c-font-primary)
}

.block-contact {
    padding: 8.75rem 0 5rem
}

.block-contact__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 .15% 0 calc(var(--header-gap) + 1.72%);
    margin-bottom: 46px
}

.block-contact__title-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden
}

@media (min-width:1024px) {
    .block-contact__title-item:nth-child(1) {
        width: 47%
    }

    .block-contact__title-item:nth-child(3) .block-contact__title-item-line {
        display: none
    }
}

.block-contact__title-item:nth-child(1) .block-contact__title-item-line {
    display: none
}

.block-contact__title-item:nth-child(1) .block-contact__title-item-text {
    -webkit-transform: translate3d(105%, 0, 0);
    transform: translate3d(105%, 0, 0)
}

.block-contact__title-item:nth-child(2) {
    width: 52%
}

@media (max-width:1023px) {
    .block-contact__title {
        padding: 0 1.15% 0 2.72%;
        margin-bottom: 59px
    }

    .block-contact__title-item:nth-child(2) {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-right: 5%
    }
}

.block-contact__title-item:nth-child(2) .block-contact__title-item-text {
    -webkit-transform: translate3d(-275%, 0, 0);
    transform: translate3d(-275%, 0, 0)
}

.block-contact__title-item:nth-child(2) .block-contact__title-item-line {
    margin: 0 5.4% 0 2.4%
}

.block-contact__title-item:nth-child(3) {
    width: 44%
}

.block-contact__title-item:nth-child(3) .block-contact__title-item-text {
    -webkit-transform: translate3d(110%, 0, 0);
    transform: translate3d(110%, 0, 0)
}

@media (max-width:1023px) {
    .block-contact__title-item:nth-child(3) {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .block-contact__title-item:nth-child(3) .block-contact__title-item-text {
        -webkit-transform: translate3d(190%, 0, 0);
        transform: translate3d(190%, 0, 0)
    }
}

.block-contact__title-item:nth-child(3) .block-contact__title-item-line {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    margin: 0 2% 0 3%
}

.block-contact__title-item:nth-child(4) .block-contact__title-item-text {
    -webkit-transform: translate3d(-140%, 0, 0);
    transform: translate3d(-140%, 0, 0)
}

@media (max-width:1023px) {
    .block-contact__title-item:nth-child(4) .block-contact__title-item-text {
        -webkit-transform: translate3d(105%, 0, 0);
        transform: translate3d(105%, 0, 0)
    }
}

@media (min-width:1024px) {
    .block-contact__title-item:nth-child(4) {
        width: 56%;
        padding-right: 9.55%
    }

    .block-contact__title-item:nth-child(4) .block-contact__title-item-line {
        margin: 0 4% 0 1%
    }
}

.block-contact__title-item:nth-child(5) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 2.4%
}

.block-contact__title-item:nth-child(5) .block-contact__title-item-text {
    -webkit-transform: translate3d(-450%, 0, 0);
    transform: translate3d(-450%, 0, 0)
}

@media (max-width:1023px) {
    .block-contact__title-item:nth-child(5) .block-contact__title-item-text {
        -webkit-transform: translate3d(-165%, 0, 0);
        transform: translate3d(-165%, 0, 0)
    }

    .is-inview .block-contact__title-item:nth-child(2) .block-contact__title-item-line {
        -webkit-transition: -webkit-transform 1s cubic-bezier(.16, .01, 0, 1) 1.6s;
        -o-transition: transform 1s cubic-bezier(.16, .01, 0, 1) 1.6s;
        transition: transform 1s cubic-bezier(.16, .01, 0, 1) 1.6s;
        transition: transform 1s cubic-bezier(.16, .01, 0, 1) 1.6s, -webkit-transform 1s cubic-bezier(.16, .01, 0, 1) 1.6s
    }

    .is-inview .block-contact__title-item:nth-child(3) .block-contact__title-item-text {
        -webkit-transition-delay: .3s;
        -o-transition-delay: .3s;
        transition-delay: .3s
    }

    .is-inview .block-contact__title-item:nth-child(3) .block-contact__title-item-line {
        -webkit-transition: -webkit-transform 1.3s cubic-bezier(.16, .01, 0, 1) 1.6s;
        -o-transition: transform 1.3s cubic-bezier(.16, .01, 0, 1) 1.6s;
        transition: transform 1.3s cubic-bezier(.16, .01, 0, 1) 1.6s;
        transition: transform 1.3s cubic-bezier(.16, .01, 0, 1) 1.6s, -webkit-transform 1.3s cubic-bezier(.16, .01, 0, 1) 1.6s
    }

    .is-inview .block-contact__title-item:nth-child(4) .block-contact__title-item-text,
    .is-inview .block-contact__title-item:nth-child(5) .block-contact__title-item-text {
        -webkit-transition-delay: .5s;
        -o-transition-delay: .5s;
        transition-delay: .5s
    }

    .is-inview .block-contact__title-item:nth-child(5) .block-contact__title-item-line {
        -webkit-transition: -webkit-transform 1.1s cubic-bezier(.16, .01, 0, 1) 2s;
        -o-transition: transform 1.1s cubic-bezier(.16, .01, 0, 1) 2s;
        transition: transform 1.1s cubic-bezier(.16, .01, 0, 1) 2s;
        transition: transform 1.1s cubic-bezier(.16, .01, 0, 1) 2s, -webkit-transform 1.1s cubic-bezier(.16, .01, 0, 1) 2s
    }

    .is-inview .block-contact__title-item .block-contact__title-item-text {
        -webkit-transition-duration: 2.6s;
        -o-transition-duration: 2.6s;
        transition-duration: 2.6s
    }
}

.block-contact__title-item:nth-child(5) .block-contact__title-item-line {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    margin: 0 5%
}

@media (min-width:1024px) {
    .block-contact__title-item:nth-child(5) {
        width: 100%;
        padding-right: .8%
    }

    .block-contact__title-item:nth-child(5) .block-contact__title-item-line {
        margin: 0 1%
    }

    .is-inview .block-contact__title-item:nth-child(2) .block-contact__title-item-line {
        -webkit-transition: -webkit-transform 1.6s cubic-bezier(.16, .01, 0, 1) 1.4s;
        -o-transition: transform 1.6s cubic-bezier(.16, .01, 0, 1) 1.4s;
        transition: transform 1.6s cubic-bezier(.16, .01, 0, 1) 1.4s;
        transition: transform 1.6s cubic-bezier(.16, .01, 0, 1) 1.4s, -webkit-transform 1.6s cubic-bezier(.16, .01, 0, 1) 1.4s
    }

    .is-inview .block-contact__title-item:nth-child(3) .block-contact__title-item-text,
    .is-inview .block-contact__title-item:nth-child(4) .block-contact__title-item-text {
        -webkit-transition-delay: .4s;
        -o-transition-delay: .4s;
        transition-delay: .4s
    }

    .is-inview .block-contact__title-item:nth-child(4) .block-contact__title-item-line {
        -webkit-transition: -webkit-transform 1.2s cubic-bezier(.16, .01, 0, 1) 2.2s;
        -o-transition: transform 1.2s cubic-bezier(.16, .01, 0, 1) 2.2s;
        transition: transform 1.2s cubic-bezier(.16, .01, 0, 1) 2.2s;
        transition: transform 1.2s cubic-bezier(.16, .01, 0, 1) 2.2s, -webkit-transform 1.2s cubic-bezier(.16, .01, 0, 1) 2.2s
    }

    .is-inview .block-contact__title-item:nth-child(5) .block-contact__title-item-text {
        -webkit-transition-duration: 4.2s;
        -o-transition-duration: 4.2s;
        transition-duration: 4.2s;
        -webkit-transition-delay: .6s;
        -o-transition-delay: .6s;
        transition-delay: .6s
    }

    .is-inview .block-contact__title-item:nth-child(5) .block-contact__title-item-line {
        -webkit-transition: -webkit-transform 2.2s cubic-bezier(.16, .01, 0, 1) 2.6s;
        -o-transition: transform 2.2s cubic-bezier(.16, .01, 0, 1) 2.6s;
        transition: transform 2.2s cubic-bezier(.16, .01, 0, 1) 2.6s;
        transition: transform 2.2s cubic-bezier(.16, .01, 0, 1) 2.6s, -webkit-transform 2.2s cubic-bezier(.16, .01, 0, 1) 2.6s
    }

    .is-inview .block-contact__title-item .block-contact__title-item-text {
        -webkit-transition-duration: 3s;
        -o-transition-duration: 3s;
        transition-duration: 3s
    }
}

.is-inview .block-contact__title-item .block-contact__title-item-text {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-timing-function: cubic-bezier(.6, 0, .24, 1);
    -o-transition-timing-function: cubic-bezier(.6, 0, .24, 1);
    transition-timing-function: cubic-bezier(.6, 0, .24, 1);
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.is-inview .block-contact__title-item .block-contact__title-item-line {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.block-contact__title-item-line {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    background-color: var(--c-font-primary);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0)
}

.block-contact__title-item-text {
    display: block;
    word-break: keep-all
}

.block-contact__form {
    position: relative;
    width: 93%;
    margin: 0 auto
}

.block-contact__form.is-inview .form__group.group-1 .form__label-inner {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s
}

.block-contact__form.is-inview .form__group.group-1 .wpcf7-form-control-wrap:after {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.block-contact__form.is-inview .form__group.group-1 .nice-select {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

.block-contact__form.is-inview .form__group.group-1 .form__label:after {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s
}

.block-contact__form.is-inview .form__group.group-2 .form__label-inner {
    -webkit-transition-delay: 175ms;
    -o-transition-delay: 175ms;
    transition-delay: 175ms
}

.block-contact__form.is-inview .form__group.group-2 .wpcf7-form-control-wrap:after {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.block-contact__form.is-inview .form__group.group-2 input[type=email] {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

.block-contact__form.is-inview .form__group.group-2 .form__label:after {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s
}

.block-contact__form.is-inview .form__group.group-3 .form__label-inner {
    -webkit-transition-delay: .25s;
    -o-transition-delay: .25s;
    transition-delay: .25s
}

.block-contact__form.is-inview .form__group.group-3 .wpcf7-form-control-wrap:after {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

.block-contact__form.is-inview .form__group.group-3 input[type=text] {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s
}

.block-contact__form.is-inview .form__group.group-3 .form__label:after {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s
}

.block-contact__form.is-inview .form__group.group-4 .form__label-inner {
    -webkit-transition-delay: 325ms;
    -o-transition-delay: 325ms;
    transition-delay: 325ms
}

.block-contact__form.is-inview .form__group.group-4 .wpcf7-form-control-wrap:after {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

.block-contact__form.is-inview .form__group.group-4 input[type=text] {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s
}

.block-contact__form.is-inview .form__group.group-4 .form__label:after {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s
}

.block-contact__form.is-inview .form__group.group-5 .form__label-inner {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

.block-contact__form.is-inview .form__group.group-5 .wpcf7-form-control-wrap:after {
    -webkit-transition-delay: .45s;
    -o-transition-delay: .45s;
    transition-delay: .45s
}

.block-contact__form.is-inview .form__group.group-5 textarea {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s
}

.block-contact__form.is-inview .form__group.group-5 .form__label:after {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s
}

.block-contact__form.is-inview .form__label {
    -webkit-animation: noOverflow .1s ease .5s forwards;
    animation: noOverflow .1s ease .5s forwards
}

.block-contact__form.is-inview .form__label:after {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0)
}

.block-contact__form.is-inview .form__label-inner {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.block-contact__form.is-inview .wpcf7-form-control-wrap {
    -webkit-animation: noOverflow .1s ease 2s forwards;
    animation: noOverflow .1s ease 2s forwards
}

.block-contact__form.is-inview .nice-select,
.block-contact__form.is-inview .wpcf7-form-control-wrap:after,
.block-contact__form.is-inview input[type=email],
.block-contact__form.is-inview input[type=text],
.block-contact__form.is-inview textarea {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.block-contact__form.is-inview .nice-select .current:after {
    -webkit-animation: selectDrop .6s ease .6s both;
    animation: selectDrop .6s ease .6s both
}

@-webkit-keyframes selectDrop {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 400%, 0) rotate(-180deg);
        transform: translate3d(0, 400%, 0) rotate(-180deg)
    }

    50% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) rotate(-180deg);
        transform: translate3d(0, 0, 0) rotate(-180deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) rotate(0);
        transform: translate3d(0, 0, 0) rotate(0)
    }
}

@keyframes selectDrop {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 400%, 0) rotate(-180deg);
        transform: translate3d(0, 400%, 0) rotate(-180deg)
    }

    50% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) rotate(-180deg);
        transform: translate3d(0, 0, 0) rotate(-180deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) rotate(0);
        transform: translate3d(0, 0, 0) rotate(0)
    }
}

@media (min-width:1024px) {
    .block-contact__form {
        width: 89%
    }
}

@media (min-width:1280px) {
    .block-contact__form {
        width: 82%
    }
}

.block-contact__form form .wpcf7-form-control-wrap {
    position: relative;
    display: block;
    overflow: hidden
}

.block-contact__form form .wpcf7-form-control-wrap:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--c-font-primary);
    -webkit-transform: translate3d(-101%, 0, 0);
    transform: translate3d(-101%, 0, 0);
    -webkit-transition: -webkit-transform .75s cubic-bezier(.16, .01, 0, 1);
    -o-transition: transform .75s cubic-bezier(.16, .01, 0, 1);
    transition: transform .75s cubic-bezier(.16, .01, 0, 1);
    transition: transform .75s cubic-bezier(.16, .01, 0, 1), -webkit-transform .75s cubic-bezier(.16, .01, 0, 1)
}

.block-contact__form form .nice-select,
.block-contact__form form input[type=email],
.block-contact__form form input[type=text],
.block-contact__form form textarea {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    border-bottom: 0;
    -webkit-transition: -webkit-transform .75s cubic-bezier(.16, .01, 0, 1);
    -o-transition: transform .75s cubic-bezier(.16, .01, 0, 1);
    transition: transform .75s cubic-bezier(.16, .01, 0, 1);
    transition: transform .75s cubic-bezier(.16, .01, 0, 1), -webkit-transform .75s cubic-bezier(.16, .01, 0, 1)
}

.block-contact__form form .nice-select .current:after {
    opacity: 0;
    -webkit-transform: translate3d(0, 600%, 0) rotate(-180deg);
    transform: translate3d(0, 600%, 0) rotate(-180deg)
}

.block-contact__form .form__group {
    width: 100%
}

.block-contact__form .form__group.has-select {
    position: relative;
    z-index: 1
}

.block-contact__form .form__group.has-input,
.block-contact__form .form__group.has-select {
    margin-bottom: 5.875rem
}

@media (max-width:1023px) {

    .block-contact__form .form__group.has-input,
    .block-contact__form .form__group.has-select {
        margin-bottom: 3rem
    }
}

.block-contact__form .form__group.has-textarea {
    margin-bottom: 6.1875rem
}

@media (min-width:1024px) {
    .block-contact__form .form__group.half-width {
        width: 47%
    }

    .block-contact__form .form__group.has-textarea {
        padding-top: 1.25rem;
        margin-bottom: 6.4375rem
    }
}

.block-contact__form .form__group>p {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width:1024px) {
    .block-contact__form .form__group>p .wpcf7-form-control-wrap {
        width: calc(100% - 12rem);
        margin-left: 2rem
    }
}

.block-contact__form .form__group>p input[type=email],
.block-contact__form .form__group>p input[type=text] {
    padding: 0 0 1em;
    margin-top: -.28em
}

.block-contact__form .form__group>p textarea {
    height: 2.2em;
    padding: 0
}

@media (max-width:1023px) {
    .block-contact__form .form__group>p {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .block-contact__form .form__group>p textarea {
        height: 3.84em
    }

    .block-contact__form .form__label {
        margin-bottom: 1.28em
    }
}

.block-contact__form .form__label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: calc(25rem / 16 + 0 * ((100vw - 390px)/ 1050));
    white-space: nowrap;
    padding-right: .8em;
    overflow: hidden
}

@media (min-width:1440px) {
    .block-contact__form .form__label {
        font-size: calc(25 / 16 + rem)
    }
}

.block-contact__form .form__label:after {
    position: absolute;
    content: "";
    top: -.68em;
    right: .16em;
    width: .6em;
    height: .6em;
    mask-image: url(../themes/wfn/assets/images/svg/asterisk.svg);
    -webkit-mask-image: url(../themes/wfn/assets/images/svg/asterisk.svg);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-position: center;
    -webkit-mask-position: center;
    color: inherit;
    background: currentColor;
    -webkit-transform: scale(0) rotate(-90deg);
    -ms-transform: scale(0) rotate(-90deg);
    transform: scale(0) rotate(-90deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: background-color .3s ease, -webkit-transform .35s ease;
    -o-transition: background-color .3s ease, transform .35s ease;
    transition: background-color .3s ease, transform .35s ease;
    transition: background-color .3s ease, transform .35s ease, -webkit-transform .35s ease
}

.block-contact__form .form__label-inner {
    display: block;
    -webkit-transition: opacity .5s ease, -webkit-transform .85s cubic-bezier(.35, 0, 0, 1);
    -o-transition: transform .85s cubic-bezier(.35, 0, 0, 1), opacity .5s ease;
    transition: transform .85s cubic-bezier(.35, 0, 0, 1), opacity .5s ease;
    transition: transform .85s cubic-bezier(.35, 0, 0, 1), opacity .5s ease, -webkit-transform .85s cubic-bezier(.35, 0, 0, 1)
}

@media (max-width:1023px) {
    .block-contact__form .form__label-inner {
        opacity: 0
    }
}

.block-contact__content {
    width: 100%
}

@media (min-width:1024px) {
    .block-contact__form .form__label-inner {
        -webkit-transform: translate3d(0, 150%, 0);
        transform: translate3d(0, 150%, 0)
    }

    .block-contact__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.banner-hero__item-sublink,
.banner-hero__item-sublink:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.banner-hero__desc-text {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit
}

.banner-hero__form .mc4wp-form-fields .form-btn,
.banner-hero__form .wpcf7-form .form-btn {
    background-color: transparent;
    border: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.banner-hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: calc(100vh - var(--header-height))
}

.banner-hero__inner,
.banner-hero__item {
    display: -webkit-box;
    display: -ms-flexbox
}

@media (min-width:1024px) {
    .banner-hero {
        width: 100%;
        height: 100vh;
        padding-top: calc(var(--header-height) + 2vh);
        margin-top: calc(var(--header-height) * -1)
    }
}

.banner-hero__inner {
    position: relative;
    width: 100%;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:1023px) {
    .banner-hero {
        pointer-events: none !important
    }

    [data-hero=away] .banner-hero {
        pointer-events: auto !important
    }

    .banner-hero__inner:after {
        position: absolute;
        content: "";
        top: 5%;
        left: 0;
        right: 0;
        width: 100%;
        height: 70%;
        background-image: url(../themes/wfn/assets/images/svg/logo-vertical.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        pointer-events: none;
        opacity: 0;
        margin: 0 auto
    }

    .banner-hero__desc {
        padding: .375em 0 2.313em
    }
}

.banner-hero__desc {
    font-size: calc(16rem / 16 + 9 * ((100vw - 390px)/ 1050));
    line-height: 88%;
    text-align: center;
    width: 97%;
    max-width: 24em
}

@media (min-width:1440px) {
    .banner-hero__desc {
        font-size: calc(25 / 16 + rem)
    }
}

.banner-hero__divider {
    -webkit-transform: translate3d(0, 100vh, 0);
    transform: translate3d(0, 100vh, 0)
}

@-webkit-keyframes bannerDivider {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100vh, 0) scaleY(1.2);
        transform: translate3d(0, 100vh, 0) scaleY(1.2)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scaleY(1);
        transform: translate3d(0, 0, 0) scaleY(1)
    }
}

@keyframes bannerDivider {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100vh, 0) scaleY(1.2);
        transform: translate3d(0, 100vh, 0) scaleY(1.2)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scaleY(1);
        transform: translate3d(0, 0, 0) scaleY(1)
    }
}

.banner-hero__desc-text {
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0)
}

@-webkit-keyframes bannerHeroDescPos {
    0% {
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bannerHeroDescPos {
    0% {
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.banner-hero__item {
    display: flex;
    pointer-events: none
}

.banner-hero__item.has-ribbon:active .banner-hero__item-inner,
.banner-hero__item.has-ribbon:hover .banner-hero__item-inner {
    opacity: 0;
    -webkit-filter: blur(15px);
    filter: blur(15px);
    -webkit-transform: translate3d(0, 0, 0) scale(.8) rotate(-3deg);
    transform: translate3d(0, 0, 0) scale(.8) rotate(-3deg);
    -webkit-transition: opacity .35s ease .2s, -webkit-transform .45s ease, -webkit-filter .25s ease;
    -o-transition: transform .45s ease, opacity .35s ease .2s, filter .25s ease;
    transition: transform .45s ease, opacity .35s ease .2s, filter .25s ease;
    transition: transform .45s ease, opacity .35s ease .2s, filter .25s ease, -webkit-transform .45s ease, -webkit-filter .25s ease
}

.banner-hero__item-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: translate3d(0, 0, 0) scale(1) rotate(0);
    transform: translate3d(0, 0, 0) scale(1) rotate(0);
    -webkit-transition: opacity .15s ease, -webkit-transform .55s ease, -webkit-filter .25s ease .1s;
    -o-transition: transform .55s ease, opacity .15s ease, filter .25s ease .1s;
    transition: transform .55s ease, opacity .15s ease, filter .25s ease .1s;
    transition: transform .55s ease, opacity .15s ease, filter .25s ease .1s, -webkit-transform .55s ease, -webkit-filter .25s ease .1s
}

@media (max-width:1023px) {

    .banner-hero__desc-divider,
    .banner-hero__divider {
        margin: .625rem 0 .75rem
    }

    .banner-hero__item-inner {
        font-size: calc(70rem / 16 + 130 * ((100vw - 390px)/ 1050))
    }
}

@media (max-width:1023px) and (min-width:1440px) {
    .banner-hero__item-inner {
        font-size: calc(200 / 16 + rem)
    }
}

@media (min-width:1024px) {
    .banner-hero__inner {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .banner-hero__item-inner {
        font-size: 20vh
    }

    .banner-hero__form {
        position: absolute;
        bottom: 31.5vh;
        left: var(--header-gap);
        width: 18.4375rem;
        height: auto
    }
}

@media (min-width:1280px) {
    .banner-hero__item-inner {
        font-size: 25vh
    }
}

.banner-hero__item-link {
    display: block;
    font-size: inherit;
    -webkit-transform: translate3d(0, 100vh, 0) scaleY(2.4);
    transform: translate3d(0, 100vh, 0) scaleY(2.4)
}

.banner-hero__item-link.item-1~.banner-hero__item-sublink {
    -webkit-transform: translate3d(0, 100vh, 0) scaleY(2.4);
    transform: translate3d(0, 100vh, 0) scaleY(2.4)
}

.banner-hero__item-link.item-2,
.banner-hero__item-link.item-2~.banner-hero__item-sublink {
    -webkit-transform: translate3d(0, 75vh, 0) scaleY(2.6);
    transform: translate3d(0, 75vh, 0) scaleY(2.6)
}

.banner-hero__item-link.item-3,
.banner-hero__item-link.item-3~.banner-hero__item-sublink {
    -webkit-transform: translate3d(0, 50vh, 0) scaleY(2.6);
    transform: translate3d(0, 50vh, 0) scaleY(2.6)
}

@-webkit-keyframes bannerItem {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100vh, 0) scaleY(2.4);
        transform: translate3d(0, 100vh, 0) scaleY(2.4)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scaleY(1);
        transform: translate3d(0, 0, 0) scaleY(1)
    }
}

@keyframes bannerItem {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100vh, 0) scaleY(2.4);
        transform: translate3d(0, 100vh, 0) scaleY(2.4)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scaleY(1);
        transform: translate3d(0, 0, 0) scaleY(1)
    }
}

@-webkit-keyframes bannerItem2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 75vh, 0) scaleY(2.6);
        transform: translate3d(0, 75vh, 0) scaleY(2.6)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scaleY(1);
        transform: translate3d(0, 0, 0) scaleY(1)
    }
}

@keyframes bannerItem2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 75vh, 0) scaleY(2.6);
        transform: translate3d(0, 75vh, 0) scaleY(2.6)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scaleY(1);
        transform: translate3d(0, 0, 0) scaleY(1)
    }
}

@-webkit-keyframes bannerItem3 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50vh, 0) scaleY(2.6);
        transform: translate3d(0, 50vh, 0) scaleY(2.6)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scaleY(1);
        transform: translate3d(0, 0, 0) scaleY(1)
    }
}

@keyframes bannerItem3 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50vh, 0) scaleY(2.6);
        transform: translate3d(0, 50vh, 0) scaleY(2.6)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scaleY(1);
        transform: translate3d(0, 0, 0) scaleY(1)
    }
}

.banner-hero__item-sublink {
    display: block;
    font-size: inherit;
    pointer-events: none
}

.banner-hero__item-sublink:after {
    content: attr(data-text);
    line-height: 90%
}

.banner-hero__item-sublink:nth-of-type(2) {
    color: rgba(var(--c-font-primary-rgb), .3)
}

.banner-hero__item-sublink:nth-of-type(3) {
    color: rgba(var(--c-font-primary-rgb), .2)
}

.banner-hero__item-sublink:nth-of-type(4) {
    color: rgba(var(--c-font-primary-rgb), .1)
}

@media (max-width:1023px) {
    .banner-hero__form {
        display: none
    }
}

.banner-hero__form .mc4wp-form-fields,
.banner-hero__form .wpcf7-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.banner-hero__form .mc4wp-form-fields .form-group,
.banner-hero__form .wpcf7-form .form-group {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    margin-right: 12%
}

.banner-hero__form .mc4wp-form-fields .form-group:after,
.banner-hero__form .wpcf7-form .form-group:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--c-font-primary);
    -webkit-transform: translate3d(-101%, 0, 0);
    transform: translate3d(-101%, 0, 0);
    -webkit-transition: background-color var(--c-brand-primary);
    -o-transition: background-color var(--c-brand-primary);
    transition: background-color var(--c-brand-primary)
}

.banner-hero__form .mc4wp-form-fields .form-group:focus-within:after,
.banner-hero__form .wpcf7-form .form-group:focus-within:after {
    background-color: var(--c-brand-primary)
}

@-webkit-keyframes bannerFormLine {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    1% {
        opacity: 1
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bannerFormLine {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    1% {
        opacity: 1
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.banner-hero__form .mc4wp-form-fields .form-group input[type=email],
.banner-hero__form .wpcf7-form .form-group input[type=email] {
    font-size: calc(12rem / 16 + 0 * ((100vw - 390px)/ 1050));
    font-weight: 400;
    text-transform: uppercase;
    border-bottom: 0;
    padding-bottom: .417em
}

@media (min-width:1440px) {

    .banner-hero__form .mc4wp-form-fields .form-group input[type=email],
    .banner-hero__form .wpcf7-form .form-group input[type=email] {
        font-size: calc(12 / 16 + rem)
    }
}

.banner-hero__form .mc4wp-form-fields .form-group input[type=email]::-webkit-input-placeholder,
.banner-hero__form .wpcf7-form .form-group input[type=email]::-webkit-input-placeholder {
    width: 100%;
    color: var(--c-font-primary);
    opacity: .4;
    text-align: center
}

.banner-hero__form .mc4wp-form-fields .form-group input[type=email]::-moz-placeholder,
.banner-hero__form .wpcf7-form .form-group input[type=email]::-moz-placeholder {
    width: 100%;
    color: var(--c-font-primary);
    opacity: .4;
    text-align: center
}

.banner-hero__form .mc4wp-form-fields .form-group input[type=email]:-ms-input-placeholder,
.banner-hero__form .wpcf7-form .form-group input[type=email]:-ms-input-placeholder {
    width: 100%;
    color: var(--c-font-primary);
    opacity: .4;
    text-align: center
}

.banner-hero__form .mc4wp-form-fields .form-group input[type=email]::-ms-input-placeholder,
.banner-hero__form .wpcf7-form .form-group input[type=email]::-ms-input-placeholder {
    width: 100%;
    color: var(--c-font-primary);
    opacity: .4;
    text-align: center
}

.banner-hero__form .mc4wp-form-fields .form-group input[type=email]::placeholder,
.banner-hero__form .wpcf7-form .form-group input[type=email]::placeholder {
    width: 100%;
    color: var(--c-font-primary);
    opacity: .4;
    text-align: center
}

.banner-hero__form .mc4wp-form-fields .form-btn,
.banner-hero__form .wpcf7-form .form-btn {
    font-size: calc(12rem / 16 + 0 * ((100vw - 390px)/ 1050));
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: color .5s ease;
    -o-transition: color .5s ease;
    transition: color .5s ease
}

@media (min-width:1440px) {

    .banner-hero__form .mc4wp-form-fields .form-btn,
    .banner-hero__form .wpcf7-form .form-btn {
        font-size: calc(12 / 16 + rem)
    }
}

@media (hover:hover) {

    .banner-hero__form .mc4wp-form-fields .form-btn:hover,
    .banner-hero__form .wpcf7-form .form-btn:hover {
        color: var(--c-brand-primary);
        -webkit-transition: color .5s ease;
        -o-transition: color .5s ease;
        transition: color .5s ease
    }
}

.banner-hero__icon {
    pointer-events: auto;
    cursor: pointer;
    z-index: 1
}

@media (max-width:1023px) {
    .banner-hero__icon {
        width: 3.4375rem;
        margin: 2rem auto 4rem
    }
}

@media (min-width:1024px) {
    .banner-hero__icon {
        position: absolute;
        bottom: 15vh;
        right: calc(var(--header-gap) + 3.35%);
        width: 3.8%;
        min-width: 3.4375rem
    }
}

.banner-hero__icon-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: none
}

.banner-hero__icon-inner:before {
    content: "";
    display: block;
    padding-bottom: 138%
}

.banner-hero__icon-media {
    position: absolute;
    width: 500%;
    height: 285%
}

.banner-hero__logo {
    position: absolute;
    bottom: calc(15vh - 5px);
    right: -5%;
    width: 59%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    pointer-events: none
}

@media (max-width:1023px) {
    .banner-hero__logo {
        display: none
    }
}

.banner-hero__logo:before {
    content: "";
    display: block;
    padding-bottom: 59%
}

.is-inview .banner-hero__logo {
    -webkit-animation: logoAnim 14s linear 2s infinite;
    animation: logoAnim 14s linear 2s infinite
}

@-webkit-keyframes logoAnim {

    0%,
    100%,
    25% {
        z-index: 1
    }

    50%,
    75% {
        z-index: -1
    }
}

@keyframes logoAnim {

    0%,
    100%,
    25% {
        z-index: 1
    }

    50%,
    75% {
        z-index: -1
    }
}

.banner-hero__logo-inner {
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0)
}

.is-inview .banner-hero__logo-inner {
    -webkit-animation: logoInner 14s linear 2s infinite;
    animation: logoInner 14s linear 2s infinite
}

@-webkit-keyframes logoInner {

    0%,
    100% {
        -webkit-transform: translate3d(200%, 0, 0) scaleX(1);
        transform: translate3d(200%, 0, 0) scaleX(1)
    }

    25%,
    49% {
        -webkit-transform: translate3d(-200%, 0, 0) scaleX(1);
        transform: translate3d(-200%, 0, 0) scaleX(1)
    }

    50% {
        -webkit-transform: translate3d(-200%, 0, 0) scaleX(-1) scale(.5);
        transform: translate3d(-200%, 0, 0) scaleX(-1) scale(.5)
    }

    75% {
        -webkit-transform: translate3d(200%, 0, 0) scaleX(-1) scale(.5);
        transform: translate3d(200%, 0, 0) scaleX(-1) scale(.5)
    }
}

@keyframes logoInner {

    0%,
    100% {
        -webkit-transform: translate3d(200%, 0, 0) scaleX(1);
        transform: translate3d(200%, 0, 0) scaleX(1)
    }

    25%,
    49% {
        -webkit-transform: translate3d(-200%, 0, 0) scaleX(1);
        transform: translate3d(-200%, 0, 0) scaleX(1)
    }

    50% {
        -webkit-transform: translate3d(-200%, 0, 0) scaleX(-1) scale(.5);
        transform: translate3d(-200%, 0, 0) scaleX(-1) scale(.5)
    }

    75% {
        -webkit-transform: translate3d(200%, 0, 0) scaleX(-1) scale(.5);
        transform: translate3d(200%, 0, 0) scaleX(-1) scale(.5)
    }
}

.banner-hero__logo-inner,
.banner-hero__logo-items {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.banner-hero__logo-item {
    width: 30.983%;
    border-radius: 17px 37px;
    -webkit-transform: skew(-21.55deg);
    -ms-transform: skew(-21.55deg);
    transform: skew(-21.55deg);
    border: 1px solid rgba(234, 230, 227, .17);
    background: rgba(234, 230, 227, .02);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.banner-hero__logo-item.left {
    -webkit-transform: skew(21.44deg) translate3d(-67%, 0, 0);
    transform: skew(21.44deg) translate3d(-67%, 0, 0);
    border-radius: 37px 17px
}

.banner-hero .canvas__ribbon {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 0;
    pointer-events: none
}

.block-clients:before,
.block-clients__desc-line:after,
.block-clients__item:after {
    content: "";
    left: 0;
    width: 100%
}

.block-clients:before {
    position: absolute;
    top: 0;
    height: 1px;
    background-color: rgba(var(--c-font-primary-rgb), .45)
}

.is-inview.block-clients:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.block-clients {
    position: relative;
    padding: 2.6875rem 0 3.75rem
}

.block-clients:before {
    opacity: 0;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.block-clients.is-inview:before {
    opacity: 1;
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s
}

.block-clients__inner {
    padding: 0 5% 0 calc(var(--header-gap) + 1.4%)
}

.block-clients__top {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: auto
}

.block-clients__title {
    margin-bottom: .26em
}

.block-clients__title.is-inview .block-title__line+.block-title__line .block-title__line-inner {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s
}

.block-clients__title.is-inview .block-title__line-inner {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.block-clients__title .block-title__line-inner {
    -webkit-transform: translate3d(0, 75%, 0);
    transform: translate3d(0, 75%, 0);
    -webkit-transition: -webkit-transform 1.85s cubic-bezier(.35, 0, 0, 1);
    -o-transition: transform 1.85s cubic-bezier(.35, 0, 0, 1);
    transition: transform 1.85s cubic-bezier(.35, 0, 0, 1);
    transition: transform 1.85s cubic-bezier(.35, 0, 0, 1), -webkit-transform 1.85s cubic-bezier(.35, 0, 0, 1)
}

@media (max-width:1023px) {
    .block-clients__inner {
        padding: 0 2% 0 2.5%
    }

    .block-clients__title {
        margin-bottom: .457em
    }
}

.block-clients__counter {
    position: absolute;
    bottom: .69em;
    right: -.585em
}

@media (max-width:767px) {
    .block-clients__top {
        width: 100%;
        max-width: 700px
    }

    .block-clients__counter {
        right: -.043em;
        bottom: .571em
    }
}

.block-clients__desc {
    text-align: center;
    color: var(--c-brand-primary);
    max-width: 24.286em;
    margin: 0 0 2.929em 31.6%
}

@media (max-width:767px) {
    .block-clients__desc {
        margin: 0 3% 2.929em auto
    }
}

.block-clients__desc.is-inview .block-clients__desc-line:after {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .35s linear;
    -o-transition: transform .35s linear;
    transition: transform .35s linear;
    transition: transform .35s linear, -webkit-transform .35s linear
}

.block-clients__desc.is-inview .block-clients__desc-line:nth-child(2):after {
    -webkit-transition-delay: .35s;
    -o-transition-delay: .35s;
    transition-delay: .35s
}

.block-clients__desc.is-inview .block-clients__desc-line:nth-child(3):after {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s
}

.block-clients__desc.is-inview .block-clients__desc-line:nth-child(4):after {
    -webkit-transition-delay: .85s;
    -o-transition-delay: .85s;
    transition-delay: .85s
}

.block-clients__desc.is-inview .block-clients__desc-line:nth-child(5):after {
    -webkit-transition-delay: 1.05s;
    -o-transition-delay: 1.05s;
    transition-delay: 1.05s
}

.block-clients__desc-line {
    position: relative;
    display: block;
    color: inherit;
    overflow: hidden
}

.block-clients__desc-line:after {
    position: absolute;
    top: -2px;
    height: calc(100% + 2px);
    background-color: var(--c-bg-primary)
}

.block-clients__items {
    width: 100%
}

.block-clients__items.is-inview .block-clients__item-inner {
    -webkit-transform: rotate3d(0, 0, 0, 0deg) scale(1);
    transform: rotate3d(0, 0, 0, 0deg) scale(1)
}

.block-clients__items.is-inview .block-clients__item {
    opacity: 1
}

.block-clients__items.is-inview .block-clients__item:nth-child(1) {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s
}

.block-clients__items.is-inview .block-clients__item:nth-child(2) {
    -webkit-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s
}

.block-clients__items.is-inview .block-clients__item:nth-child(3) {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

.block-clients__items.is-inview .block-clients__item:nth-child(4) {
    -webkit-transition-delay: .25s;
    -o-transition-delay: .25s;
    transition-delay: .25s
}

.block-clients__items.is-inview .block-clients__item:nth-child(5) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.block-clients__items.is-inview .block-clients__item:nth-child(6) {
    -webkit-transition-delay: .35s;
    -o-transition-delay: .35s;
    transition-delay: .35s
}

.block-clients__items.is-inview .block-clients__item:nth-child(13) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

.block-clients__items.is-inview .block-clients__item:nth-child(7) {
    -webkit-transition-delay: .45s;
    -o-transition-delay: .45s;
    transition-delay: .45s
}

.block-clients__items.is-inview .block-clients__item:nth-child(10) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s
}

.block-clients__items.is-inview .block-clients__item:nth-child(14) {
    -webkit-transition-delay: .55s;
    -o-transition-delay: .55s;
    transition-delay: .55s
}

.block-clients__items.is-inview .block-clients__item:nth-child(16) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s
}

.block-clients__items.is-inview .block-clients__item:nth-child(8) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s
}

.block-clients__items.is-inview .block-clients__item:nth-child(9) {
    -webkit-transition-delay: .75s;
    -o-transition-delay: .75s;
    transition-delay: .75s
}

.block-clients__items.is-inview .block-clients__item:nth-child(12) {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s
}

.block-clients__items.is-inview .block-clients__item:nth-child(11) {
    -webkit-transition-delay: .85s;
    -o-transition-delay: .85s;
    transition-delay: .85s
}

.block-clients__items.is-inview .block-clients__item:nth-child(15) {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s
}

.block-clients__items.is-inview .block-clients__item:nth-child(17) {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s
}

.block-clients__items.is-inview .block-clients__item:nth-child(18) {
    -webkit-transition-delay: 1.05s;
    -o-transition-delay: 1.05s;
    transition-delay: 1.05s
}

.block-clients__items.is-inview .block-clients__item:nth-child(19) {
    -webkit-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
    transition-delay: 1.1s
}

.block-clients__items.is-inview .block-clients__item:nth-child(20) {
    -webkit-transition-delay: 1.15s;
    -o-transition-delay: 1.15s;
    transition-delay: 1.15s
}

.block-clients__items.is-inview .block-clients__item:nth-child(21) {
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s
}

.block-clients__items.is-inview .block-clients__item:nth-child(1) .block-clients__item-inner {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s
}

.block-clients__items.is-inview .block-clients__item:nth-child(2) .block-clients__item-inner {
    -webkit-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s
}

.block-clients__items.is-inview .block-clients__item:nth-child(3) .block-clients__item-inner {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

.block-clients__items.is-inview .block-clients__item:nth-child(4) .block-clients__item-inner {
    -webkit-transition-delay: .25s;
    -o-transition-delay: .25s;
    transition-delay: .25s
}

.block-clients__items.is-inview .block-clients__item:nth-child(5) .block-clients__item-inner {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.block-clients__items.is-inview .block-clients__item:nth-child(6) .block-clients__item-inner {
    -webkit-transition-delay: .35s;
    -o-transition-delay: .35s;
    transition-delay: .35s
}

.block-clients__items.is-inview .block-clients__item:nth-child(13) .block-clients__item-inner {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

.block-clients__items.is-inview .block-clients__item:nth-child(7) .block-clients__item-inner {
    -webkit-transition-delay: .45s;
    -o-transition-delay: .45s;
    transition-delay: .45s
}

.block-clients__items.is-inview .block-clients__item:nth-child(10) .block-clients__item-inner {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s
}

.block-clients__items.is-inview .block-clients__item:nth-child(14) .block-clients__item-inner {
    -webkit-transition-delay: .55s;
    -o-transition-delay: .55s;
    transition-delay: .55s
}

.block-clients__items.is-inview .block-clients__item:nth-child(16) .block-clients__item-inner {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s
}

.block-clients__items.is-inview .block-clients__item:nth-child(8) .block-clients__item-inner {
    -webkit-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
    transition-delay: 1.1s
}

.block-clients__items.is-inview .block-clients__item:nth-child(9) .block-clients__item-inner {
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s
}

.block-clients__items.is-inview .block-clients__item:nth-child(12) .block-clients__item-inner {
    -webkit-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    transition-delay: 1.3s
}

.block-clients__items.is-inview .block-clients__item:nth-child(11) .block-clients__item-inner {
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s
}

.block-clients__items.is-inview .block-clients__item:nth-child(15) .block-clients__item-inner {
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s
}

.block-clients__items.is-inview .block-clients__item:nth-child(17) .block-clients__item-inner {
    -webkit-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
    transition-delay: 1.6s
}

.block-clients__items.is-inview .block-clients__item:nth-child(18) .block-clients__item-inner {
    -webkit-transition-delay: 1.7s;
    -o-transition-delay: 1.7s;
    transition-delay: 1.7s
}

.block-clients__items.is-inview .block-clients__item:nth-child(19) .block-clients__item-inner {
    -webkit-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    transition-delay: 1.8s
}

.block-clients__items.is-inview .block-clients__item:nth-child(20) .block-clients__item-inner {
    -webkit-transition-delay: 1.9s;
    -o-transition-delay: 1.9s;
    transition-delay: 1.9s
}

.block-clients__items.is-inview .block-clients__item:nth-child(21) .block-clients__item-inner {
    -webkit-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s
}

@media (max-width:1023px) {
    .block-clients__items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 35px
    }

    .block-clients__item:after {
        background-size: .6875rem .6875rem
    }
}

@media (min-width:1024px) {
    .block-clients__items {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(8, 1fr);
        padding-left: .35%;
        margin-bottom: 3.3125rem
    }
}

.block-clients__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: calc(14rem / 16 + 11 * ((100vw - 390px)/ 1050));
    -webkit-perspective: 500px;
    perspective: 500px;
    padding: .96em .4em .4em 1em;
    opacity: 0;
    -webkit-transition: opacity 1s linear;
    -o-transition: opacity 1s linear;
    transition: opacity 1s linear
}

@media (min-width:1440px) {
    .block-clients__item {
        font-size: calc(25 / 16 + rem)
    }
}

.block-clients__item:after {
    position: absolute;
    top: 0;
    height: 100%;
    background-color: var(--c-font-primary);
    -webkit-mask-image: url(../themes/wfn/assets/images/svg/corner-top-left.svg), url(../themes/wfn/assets/images/svg/corner-top-right.svg), url(../themes/wfn/assets/images/svg/corner-bottom-left.svg), url(../themes/wfn/assets/images/svg/corner-bottom-right.svg);
    mask-image: url(../themes/wfn/assets/images/svg/corner-top-left.svg), url(../themes/wfn/assets/images/svg/corner-top-right.svg), url(../themes/wfn/assets/images/svg/corner-bottom-left.svg), url(../themes/wfn/assets/images/svg/corner-bottom-right.svg);
    -webkit-mask-position: 0 -1px, 100% -1px, 0 100%, 100% 100%;
    mask-position: 0 -1px, 100% -1px, 0 100%, 100% 100%;
    -webkit-mask-size: 1.25rem 1.25rem;
    mask-size: 1.25rem 1.25rem;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat
}

@media (max-width:1023px) {
    .block-clients__item {
        width: 50%;
        min-height: 4.5em
    }
}

@media (min-width:1024px) {
    .block-clients__item {
        min-height: 4.68em
    }

    .block-clients__item:nth-child(1) {
        grid-area: 1/1/2/2
    }

    .block-clients__item:nth-child(2) {
        grid-area: 1/2/2/3
    }

    .block-clients__item:nth-child(3) {
        grid-area: 2/1/3/2
    }

    .block-clients__item:nth-child(4) {
        grid-area: 2/2/3/3
    }

    .block-clients__item:nth-child(5) {
        grid-area: 2/3/3/4
    }

    .block-clients__item:nth-child(6) {
        grid-area: 3/1/4/2
    }

    .block-clients__item:nth-child(7) {
        grid-area: 3/2/4/3
    }

    .block-clients__item:nth-child(8) {
        grid-area: 3/3/4/4
    }

    .block-clients__item:nth-child(9) {
        grid-area: 3/4/4/5
    }

    .block-clients__item:nth-child(10) {
        grid-area: 4/2/5/3
    }

    .block-clients__item:nth-child(11) {
        grid-area: 4/3/5/4
    }

    .block-clients__item:nth-child(12) {
        grid-area: 4/4/5/5
    }

    .block-clients__item:nth-child(13) {
        grid-area: 5/1/6/2
    }

    .block-clients__item:nth-child(14) {
        grid-area: 5/2/6/3
    }

    .block-clients__item:nth-child(15) {
        grid-area: 5/3/6/4
    }

    .block-clients__item:nth-child(16) {
        grid-area: 6/2/7/3
    }

    .block-clients__item:nth-child(17) {
        grid-area: 6/3/7/4
    }

    .block-clients__item:nth-child(18) {
        grid-area: 6/4/7/5
    }

    .block-clients__item:nth-child(19) {
        grid-area: 7/3/8/4
    }

    .block-clients__item:nth-child(20) {
        grid-area: 7/4/8/5
    }

    .block-clients__item:nth-child(21) {
        grid-area: 8/3/9/4
    }
}

.block-clients__item-inner {
    -webkit-transform: rotate3d(0, -3, 1, -65deg) scale(0);
    transform: rotate3d(0, -3, 1, -65deg) scale(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition: -webkit-transform .62s cubic-bezier(.22, 1, .86, 1);
    -o-transition: transform .62s cubic-bezier(.22, 1, .86, 1);
    transition: transform .62s cubic-bezier(.22, 1, .86, 1);
    transition: transform .62s cubic-bezier(.22, 1, .86, 1), -webkit-transform .62s cubic-bezier(.22, 1, .86, 1)
}

.block-vibes__img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #040507
}

.block-vibes {
    padding: 3.25rem 0 1.875rem
}

@media (max-width:1023px) {
    .block-vibes {
        padding: 1rem 0
    }
}

.block-vibes__content {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (min-width:768px) {
    .block-vibes__content {
        padding: 0 2% 0 5.55%
    }
}

.block-vibes__img-item {
    position: relative
}

.block-vibes__img-item:before {
    content: "";
    display: block;
    padding-bottom: 56.25%
}

.block-vibes__img-item.item-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 33.7%
}

.block-vibes__img-item.item-1:before {
    padding-bottom: 66.648%
}

@media (max-width:767px) {
    .block-vibes__img-item.item-1 {
        width: 74.8%;
        max-width: 400px;
        margin: 0 0 0 2.6%
    }
}

.block-vibes__img-item.item-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 18.88%;
    margin: .6875rem 22.7% 0 0
}

.block-vibes__img-item.item-2:before {
    padding-bottom: 66.445%
}

@media (max-width:767px) {
    .block-vibes__img-item.item-2 {
        position: absolute;
        top: 32%;
        right: 0;
        width: 36.3%;
        margin: 0
    }
}

.block-vibes__img-item.item-3 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    width: 22.5%;
    margin: -.375rem 0 0 2.15%
}

.block-vibes__img-item.item-3:before {
    padding-bottom: 72.114%
}

@media (max-width:767px) {
    .block-vibes__img-item.item-3 {
        width: 27.8%;
        margin: 27% 0 0 3%
    }
}

.block-vibes__img-item.item-4 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    width: 31%
}

.block-vibes__img-item.item-4:before {
    padding-bottom: 66.152%
}

@media (max-width:767px) {
    .block-vibes__img-item.item-4 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
        width: 35%;
        margin: 1% 22% 0 auto
    }
}

@media (min-width:768px) {
    .block-vibes__img-item.item-4 {
        margin: 15.68% .5% 0 0
    }
}

.block-vibes__img-item.item-5 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
    width: 34.15%
}

.block-vibes__img-item.item-5:before {
    padding-bottom: 69.29%
}

@media (max-width:767px) {
    .block-vibes__img-item.item-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        width: 57%;
        margin: -25% 0 0 auto
    }

    [data-scheme="0"] .block-vibes__img {
        opacity: .85
    }
}

.block-vibes__img-item.is-inview .block-vibes__img-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.block-vibes__img-wrap.img-wrap-1 {
    -webkit-transform: translate3d(0, 65%, 0);
    transform: translate3d(0, 65%, 0);
    -webkit-transition: -webkit-transform 1.6s cubic-bezier(.16, .01, 0, 1);
    -o-transition: transform 1.6s cubic-bezier(.16, .01, 0, 1);
    transition: transform 1.6s cubic-bezier(.16, .01, 0, 1);
    transition: transform 1.6s cubic-bezier(.16, .01, 0, 1), -webkit-transform 1.6s cubic-bezier(.16, .01, 0, 1)
}

.block-vibes__img-wrap.img-wrap-2 {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    -webkit-transition: -webkit-transform 1.4s cubic-bezier(.16, .01, 0, 1);
    -o-transition: transform 1.4s cubic-bezier(.16, .01, 0, 1);
    transition: transform 1.4s cubic-bezier(.16, .01, 0, 1);
    transition: transform 1.4s cubic-bezier(.16, .01, 0, 1), -webkit-transform 1.4s cubic-bezier(.16, .01, 0, 1)
}

@media (min-width:768px) {
    .block-vibes__img-item.item-5 {
        margin-top: -7.5625rem
    }

    .block-vibes__img-wrap.img-wrap-3,
    .block-vibes__img-wrap.img-wrap-4 {
        -webkit-transform: translate3d(0, 35%, 0);
        transform: translate3d(0, 35%, 0);
        -webkit-transition: -webkit-transform 1.2s cubic-bezier(.16, .01, 0, 1);
        -o-transition: transform 1.2s cubic-bezier(.16, .01, 0, 1);
        transition: transform 1.2s cubic-bezier(.16, .01, 0, 1);
        transition: transform 1.2s cubic-bezier(.16, .01, 0, 1), -webkit-transform 1.2s cubic-bezier(.16, .01, 0, 1)
    }
}

.block-vibes__img-wrap.img-wrap-5 {
    -webkit-transform: translate3d(0, 75%, 0);
    transform: translate3d(0, 75%, 0);
    -webkit-transition: -webkit-transform 2s cubic-bezier(.16, .01, 0, 1);
    -o-transition: transform 2s cubic-bezier(.16, .01, 0, 1);
    transition: transform 2s cubic-bezier(.16, .01, 0, 1);
    transition: transform 2s cubic-bezier(.16, .01, 0, 1), -webkit-transform 2s cubic-bezier(.16, .01, 0, 1)
}

.block-vibes__desc {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    z-index: 1;
    margin: -3.629em 0 -1.943em
}

.block-vibes__desc.is-inview .block-vibes__desc-text {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
    transform: translate3d(0, 0, 0) scaleY(1)
}

.block-vibes__desc-text {
    text-align: center;
    width: 91%;
    max-width: 26.022em
}

@media (min-width:768px) {
    .block-vibes__desc {
        margin: -1.689em 0 0 4.15%
    }

    .block-vibes__desc-text {
        width: 98%
    }
}

@media (min-width:1024px) {
    .block-vibes__desc-text {
        -webkit-transform: translate3d(0, 20%, 0) scaleY(1.35);
        transform: translate3d(0, 20%, 0) scaleY(1.35);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transition: -webkit-transform 1.6s cubic-bezier(.16, .01, 0, 1);
        -o-transition: transform 1.6s cubic-bezier(.16, .01, 0, 1);
        transition: transform 1.6s cubic-bezier(.16, .01, 0, 1);
        transition: transform 1.6s cubic-bezier(.16, .01, 0, 1), -webkit-transform 1.6s cubic-bezier(.16, .01, 0, 1)
    }
}

.block-vibes__title {
    z-index: 1;
    margin: -.405em 0 .08em
}

.block-vibes__title.block-title {
    color: var(--c-brand-primary)
}

@media (max-width:767px) {
    .block-vibes__desc-text {
        min-height: 15.714em
    }

    .block-vibes__title {
        margin: -.714em 0 .429em
    }
}

.block-vibes__items {
    margin-bottom: 4.3125rem
}

@media (max-width:767px) {
    .block-vibes__items {
        margin-bottom: 2.75rem
    }
}

.block-vibes__items-divider {
    margin-bottom: 2.3125rem
}

.block-vibes__item {
    text-align: center;
    max-width: 17.214em
}

.block-vibes__item:not(:last-child) {
    margin-bottom: 3.929em
}

.block-sun {
    overflow: hidden;
    padding: 2.625rem 0 4.5625rem
}

@media (max-width:767px) {
    .block-sun {
        padding: 1.4375rem 0 3.0625rem
    }
}

.block-sun__top {
    position: relative;
    width: 100%;
    padding: 0 2.45% 0 calc(var(--header-gap) + 1.6%);
    margin-bottom: 6.5625rem
}

@media (max-width:1023px) {
    .block-sun__top {
        margin-bottom: 4.3125rem
    }
}

.block-sun__title {
    position: relative;
    width: 100%;
    z-index: 2
}

.block-sun__title .block-title__line:nth-child(1) {
    text-align: right
}

.block-sun__title .block-title__line:nth-child(2) .block-title__line-inner {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s
}

.block-sun__title .block-title__line:nth-child(3) {
    padding-left: 1.235em
}

.block-sun__title .block-title__line:nth-child(3) .block-title__line-inner {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.block-sun__title .block-title__line:nth-child(4) .block-title__line-inner {
    -webkit-transition-delay: .55s;
    -o-transition-delay: .55s;
    transition-delay: .55s
}

.block-sun__title .block-title__line.is-inview .block-title__line-inner {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.block-sun__title .block-title__line-inner {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 1.4s cubic-bezier(.35, 0, 0, .8);
    -o-transition: transform 1.4s cubic-bezier(.35, 0, 0, .8);
    transition: transform 1.4s cubic-bezier(.35, 0, 0, .8);
    transition: transform 1.4s cubic-bezier(.35, 0, 0, .8), -webkit-transform 1.4s cubic-bezier(.35, 0, 0, .8)
}

.block-sun__bg {
    position: absolute;
    top: 0;
    left: calc(var(--header-gap) + 1.6%);
    width: 95.95%;
    height: 100%
}

.block-sun__bg-inner {
    position: relative;
    width: 100%;
    height: 100%
}

.block-sun__bg-spacer {
    position: relative;
    width: 100%;
    background-color: var(--c-bg-primary);
    z-index: 1
}

.block-sun__bg-spacer:before {
    content: "";
    display: block;
    padding-bottom: 2.34em
}

.block-sun__bg-spacer:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: -20%;
    width: 200%;
    height: 200%;
    background-color: var(--c-bg-primary)
}

.block-sun__bg-overlay {
    position: absolute;
    top: calc(100% - .5em);
    left: -20%;
    width: 200%;
    height: 1em;
    background: -webkit-gradient(linear, left top, left bottom, from(var(--c-bg-primary)), color-stop(57.41%, rgba(var(--c-bg-primary), .72)), to(rgba(var(--c-bg-primary), 0)));
    background: -o-linear-gradient(top, var(--c-bg-primary) 0, rgba(var(--c-bg-primary), .72) 57.41%, rgba(var(--c-bg-primary), 0) 100%);
    background: linear-gradient(180deg, var(--c-bg-primary) 0, rgba(var(--c-bg-primary), .72) 57.41%, rgba(var(--c-bg-primary), 0) 100%);
    z-index: 1
}

.block-sun__bg-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 5.1em;
    height: auto;
    margin: -.125em 0 0 -.18em
}

.block-sun__bg-icon:before {
    display: block;
    content: "";
    padding-bottom: 70%
}

.block-sun__bg-player {
    position: absolute;
    width: 200%;
    height: 200%;
    opacity: 0;
    margin: -68% 0 0 -6%;
    -webkit-transition: opacity 1.4s ease .1s;
    -o-transition: opacity 1.4s ease .1s;
    transition: opacity 1.4s ease .1s
}

.block-sun__bg-player[data-show=false][data-showw=true],
.block-sun__bg-player[data-show=true] {
    opacity: 1;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

.block-sun__bg-player[data-show=false] {
    opacity: 0
}

.block-sun__items {
    z-index: 1;
    margin: 0 0 4.375rem 61%
}

@media (max-width:767px) {
    .block-sun__items {
        margin: 0 0 5rem 40%
    }
}

.block-sun__item:not(:last-child) {
    margin-bottom: 2.9375rem
}

@media (max-width:1023px) {
    .block-sun__item:not(:last-child) {
        margin-bottom: 1rem
    }
}

.block-sun__item-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 3.0625rem;
    margin-bottom: 1.375rem
}

.block-sun__item-icon-player {
    display: block;
    width: 250%;
    height: 250%
}

.block-sun__item-desc {
    text-align: center;
    max-width: 17.214em
}

.block-sun__ftrs {
    z-index: 1
}

.block-sun__ftrs.is-inview .block-sun__ftr:nth-child(1) .block-sun__ftr-inner {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s
}

.block-sun__ftrs.is-inview .block-sun__ftr:nth-child(1) .block-sun__ftr-divider {
    -webkit-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s
}

.block-sun__ftrs.is-inview .block-sun__ftr:nth-child(1) .block-sun__ftr-icon {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.block-sun__ftrs.is-inview .block-sun__ftr:nth-child(2) .block-sun__ftr-inner {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

.block-sun__ftrs.is-inview .block-sun__ftr:nth-child(2) .block-sun__ftr-divider {
    -webkit-transition-delay: .25s;
    -o-transition-delay: .25s;
    transition-delay: .25s
}

.block-sun__ftrs.is-inview .block-sun__ftr:nth-child(2) .block-sun__ftr-icon {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s
}

.block-sun__ftrs.is-inview .block-sun__ftr:nth-child(3) .block-sun__ftr-inner {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.block-sun__ftrs.is-inview .block-sun__ftr:nth-child(3) .block-sun__ftr-icon {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.block-sun__ftrs.is-inview .block-sun__ftr .block-sun__ftr-divider,
.block-sun__ftrs.is-inview .block-sun__ftr .block-sun__ftr-inner {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.block-sun__ftrs.is-inview .block-sun__ftr .block-sun__ftr-icon {
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

.block-sun__ftrs.is-inview .block-sun__ftr .block-sun__ftr-icon.left {
    -webkit-animation-name: sunArrowLeft;
    animation-name: sunArrowLeft
}

@-webkit-keyframes sunArrowLeft {

    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    25% {
        -webkit-transform: translate3d(60%, 0, 0);
        transform: translate3d(60%, 0, 0)
    }

    50% {
        -webkit-transform: translate3d(10%, 0, 0);
        transform: translate3d(10%, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(40%, 0, 0);
        transform: translate3d(40%, 0, 0)
    }
}

@keyframes sunArrowLeft {

    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    25% {
        -webkit-transform: translate3d(60%, 0, 0);
        transform: translate3d(60%, 0, 0)
    }

    50% {
        -webkit-transform: translate3d(10%, 0, 0);
        transform: translate3d(10%, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(40%, 0, 0);
        transform: translate3d(40%, 0, 0)
    }
}

.block-sun__ftrs.is-inview .block-sun__ftr .block-sun__ftr-icon.right {
    -webkit-animation-name: sunArrowRight;
    animation-name: sunArrowRight
}

@-webkit-keyframes sunArrowRight {

    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    25% {
        -webkit-transform: translate3d(-60%, 0, 0);
        transform: translate3d(-60%, 0, 0)
    }

    50% {
        -webkit-transform: translate3d(-10%, 0, 0);
        transform: translate3d(-10%, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-40%, 0, 0);
        transform: translate3d(-40%, 0, 0)
    }
}

@keyframes sunArrowRight {

    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    25% {
        -webkit-transform: translate3d(-60%, 0, 0);
        transform: translate3d(-60%, 0, 0)
    }

    50% {
        -webkit-transform: translate3d(-10%, 0, 0);
        transform: translate3d(-10%, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-40%, 0, 0);
        transform: translate3d(-40%, 0, 0)
    }
}

.block-sun__ftr:last-child .block-sun__ftr-divider {
    display: none
}

.block-sun__ftr-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (hover:hover) {
    .block-sun__ftr-inner:hover .block-sun__ftr-icon.left {
        -webkit-transform: translate3d(40%, 0, 0);
        transform: translate3d(40%, 0, 0)
    }

    .block-sun__ftr-inner:hover .block-sun__ftr-icon.right {
        -webkit-transform: translate3d(-40%, 0, 0);
        transform: translate3d(-40%, 0, 0)
    }
}

.block-sun__ftr-icon {
    display: block;
    width: .578em;
    height: .578em;
    stroke: var(--c-brand-primary);
    margin-top: -.133em;
    -webkit-transition: -webkit-transform 1s ease;
    -o-transition: transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease
}

@media (max-width:1023px) {
    .block-sun__item-icon {
        margin-bottom: 1.3125rem
    }

    .block-sun__item-desc {
        max-width: 15em
    }

    .block-sun__ftr-icon {
        width: .8em;
        height: .8em
    }
}

.block-sun__ftr-divider,
.block-sun__ftr-inner {
    opacity: 0;
    -webkit-transform: translate3d(0, 7rem, 0);
    transform: translate3d(0, 7rem, 0);
    -webkit-transition: opacity .5s linear, -webkit-transform 2s cubic-bezier(.16, .01, 0, 1);
    -o-transition: transform 2s cubic-bezier(.16, .01, 0, 1), opacity .5s linear;
    transition: transform 2s cubic-bezier(.16, .01, 0, 1), opacity .5s linear;
    transition: transform 2s cubic-bezier(.16, .01, 0, 1), opacity .5s linear, -webkit-transform 2s cubic-bezier(.16, .01, 0, 1)
}

.block-sun__ftr-title {
    margin: 0 .489em
}

@media (max-width:1023px) {
    .block-sun__ftr-title {
        margin: 0 .229em
    }
}

.block-sun__ftr-divider {
    margin: .875rem 0 1.125rem
}

@media (max-width:1023px) {
    .block-sun__ftr-divider {
        margin: 1.4375rem 0 1.0625rem
    }
}

.block-works {
    padding: 8.125rem 0 3rem
}

.block-works__inner {
    margin: 0 auto
}

@media (min-width:1024px) {
    .block-works__inner {
        width: 81.8%
    }
}

.block-works__top {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:1023px) {
    .block-works {
        padding: calc(var(--header-height) + 4rem) 0 1.25rem
    }

    .block-works__top {
        width: 100%;
        max-width: 700px;
        padding: 0 2%
    }

    .block-works__counter {
        margin-top: 3px
    }
}

.block-works__title {
    margin-bottom: .205em
}

.block-works__title.is-inview .block-title__line+.block-title__line .block-title__line-inner {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s
}

.block-works__title.is-inview .block-title__line-inner {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.block-works__title .block-title__line-inner {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 1.65s cubic-bezier(.35, 0, 0, 1);
    -o-transition: transform 1.65s cubic-bezier(.35, 0, 0, 1);
    transition: transform 1.65s cubic-bezier(.35, 0, 0, 1);
    transition: transform 1.65s cubic-bezier(.35, 0, 0, 1), -webkit-transform 1.65s cubic-bezier(.35, 0, 0, 1)
}

@media (min-width:1024px) {
    .block-works__top {
        width: 89.9%
    }

    .block-works__counter {
        margin: 1rem 0 0 -1rem
    }
}

.block-works__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width:1023px) {
    .block-works__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 2.875rem
    }
}

@media (min-width:1024px) {
    .block-works__items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 4.9375rem
    }
}

.block-works__item {
    overflow: hidden
}

@media (max-width:1023px) {

    .block-works__item:nth-child(1) .block-works__item-content,
    .block-works__item:nth-child(4) .block-works__item-content {
        padding-left: 2%
    }

    .block-works__item:nth-child(1) {
        width: 100%;
        margin: 0 auto 1.875rem
    }

    .block-works__item:nth-child(1) .block-works__item-img-wrap:before {
        padding-bottom: 95.385%
    }

    .block-works__item:nth-child(2),
    .block-works__item:nth-child(3) {
        width: 74.87%;
        margin: 0 2% 1.875rem auto
    }

    .block-works__item:nth-child(2) .block-works__item-img-wrap:before,
    .block-works__item:nth-child(3) .block-works__item-img-wrap:before {
        padding-bottom: 77.402%
    }

    .block-works__item:nth-child(3) {
        margin: 0 auto 1.875rem 2%
    }

    .block-works__item:nth-child(4) {
        width: 100%
    }

    .block-works__item:nth-child(4) .block-works__item-img-wrap:before {
        padding-bottom: 65.9%
    }
}

@media (min-width:1024px) {
    .block-works__item:nth-child(1) {
        width: 79.71%;
        margin: 0 auto 6.375rem
    }

    .block-works__item:nth-child(1) .block-works__item-img-wrap:before {
        padding-bottom: 65.928%
    }

    .block-works__item:nth-child(1) .block-works__item-inner {
        -webkit-transform: translate3d(0, 25%, 0);
        transform: translate3d(0, 25%, 0);
        -webkit-transition: -webkit-transform 1.8s cubic-bezier(.16, .01, 0, 1) 50ms;
        -o-transition: transform 1.8s cubic-bezier(.16, .01, 0, 1) 50ms;
        transition: transform 1.8s cubic-bezier(.16, .01, 0, 1) 50ms;
        transition: transform 1.8s cubic-bezier(.16, .01, 0, 1) 50ms, -webkit-transform 1.8s cubic-bezier(.16, .01, 0, 1) 50ms
    }

    .block-works__item:nth-child(1) .block-works__item-inner.is-inview {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    .block-works__item:nth-child(2) {
        width: 48.73%;
        margin-bottom: 3.625rem
    }

    .block-works__item:nth-child(2) .block-works__item-img-wrap:before {
        padding-bottom: 77.53%
    }

    .block-works__item:nth-child(2) .block-works__item-inner {
        -webkit-transform: translate3d(0, 60%, 0);
        transform: translate3d(0, 60%, 0);
        -webkit-transition: -webkit-transform 1.3s cubic-bezier(.16, .01, 0, 1) 0s;
        -o-transition: transform 1.3s cubic-bezier(.16, .01, 0, 1) 0s;
        transition: transform 1.3s cubic-bezier(.16, .01, 0, 1) 0s;
        transition: transform 1.3s cubic-bezier(.16, .01, 0, 1) 0s, -webkit-transform 1.3s cubic-bezier(.16, .01, 0, 1) 0s
    }

    .block-works__item:nth-child(2) .block-works__item-inner.is-inview {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    .block-works__item:nth-child(3) {
        width: 31.83%;
        padding-bottom: 5%
    }

    .block-works__item:nth-child(3) .block-works__item-img-wrap:before {
        padding-bottom: 81.62%
    }

    .block-works__item:nth-child(3) .block-works__item-inner {
        -webkit-transform: translate3d(0, 75%, 0);
        transform: translate3d(0, 75%, 0);
        -webkit-transition: -webkit-transform 1.6s cubic-bezier(.16, .01, 0, 1) .1s;
        -o-transition: transform 1.6s cubic-bezier(.16, .01, 0, 1) .1s;
        transition: transform 1.6s cubic-bezier(.16, .01, 0, 1) .1s;
        transition: transform 1.6s cubic-bezier(.16, .01, 0, 1) .1s, -webkit-transform 1.6s cubic-bezier(.16, .01, 0, 1) .1s
    }

    .block-works__item:nth-child(3) .block-works__item-inner.is-inview {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    .block-works__item:nth-child(4) {
        width: 56.37%;
        margin: 0 auto
    }

    .block-works__item:nth-child(4) .block-works__item-img-wrap:before {
        padding-bottom: 93.226%
    }

    .block-works__item:nth-child(4) .block-works__item-inner {
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
        -webkit-transition: -webkit-transform 1.3s cubic-bezier(.16, .01, 0, 1) 0s;
        -o-transition: transform 1.3s cubic-bezier(.16, .01, 0, 1) 0s;
        transition: transform 1.3s cubic-bezier(.16, .01, 0, 1) 0s;
        transition: transform 1.3s cubic-bezier(.16, .01, 0, 1) 0s, -webkit-transform 1.3s cubic-bezier(.16, .01, 0, 1) 0s
    }

    .block-works__item:nth-child(4) .block-works__item-inner.is-inview {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.block-works__item-content {
    overflow: hidden;
    width: 100%
}

.block-works__item-content.is-inview .block-works__item-desc-line,
.block-works__item-content.is-inview .block-works__item-title {
    opacity: 1;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s
}

.block-works__item-content.is-inview .block-works__item-desc-line:after,
.block-works__item-content.is-inview .block-works__item-title:after {
    opacity: 1;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: background-color .5s ease, -webkit-transform .8s linear;
    -o-transition: transform .8s linear, background-color .5s ease;
    transition: transform .8s linear, background-color .5s ease;
    transition: transform .8s linear, background-color .5s ease, -webkit-transform .8s linear
}

.block-works__item-content.is-inview .block-works__item-desc-line:after {
    -webkit-transition: background-color .5s ease, -webkit-transform 1.4s linear;
    -o-transition: transform 1.4s linear, background-color .5s ease;
    transition: transform 1.4s linear, background-color .5s ease;
    transition: transform 1.4s linear, background-color .5s ease, -webkit-transform 1.4s linear
}

.block-works__item-content.is-inview .block-works__item-desc-line:nth-child(2):after {
    -webkit-transition: background-color .5s ease 0s, -webkit-transform 1.4s linear .1s;
    -o-transition: transform 1.4s linear .1s, background-color .5s ease 0s;
    transition: transform 1.4s linear .1s, background-color .5s ease 0s;
    transition: transform 1.4s linear .1s, background-color .5s ease 0s, -webkit-transform 1.4s linear .1s
}

.block-works__item-desc-line,
.block-works__item-title {
    position: relative;
    display: block;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.block-works__item-desc-line:after,
.block-works__item-title:after {
    position: absolute;
    content: "";
    top: -2px;
    left: 0;
    width: 100%;
    height: calc(100% + 2px);
    background-color: var(--c-bg-primary);
    opacity: 0
}

.block-works__item-img-wrap {
    position: relative;
    width: 100%;
    background-color: transparent;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.block-works__item-img-wrap:before {
    content: "";
    display: block;
    padding-bottom: 100%
}

.block-works__item-img-outer {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.block-works__item-img-inner {
    position: absolute;
    width: 100%;
    height: 150%
}

.block-works__item-tags {
    width: 100%;
    text-align: center;
    padding-top: 13px
}

.block-works__item-title {
    margin-top: 1em
}

@media (max-width:1023px) {
    .block-works__item-title {
        margin-top: .5em
    }
}

.block-works__item-desc {
    opacity: .9;
    width: 95%
}

.intl-tel-input {
    position: relative
}

.intl-tel-input * {
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.intl-tel-input .hide {
    display: none
}

.intl-tel-input .v-hide {
    visibility: hidden
}

.intl-tel-input input,
.intl-tel-input input[type=tel],
.intl-tel-input input[type=text] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0
}

.intl-tel-input .flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px
}

.intl-tel-input .selected-flag {
    z-index: 1;
    position: relative;
    width: 36px;
    height: 100%;
    padding: 0 0 0 8px
}

.intl-tel-input .selected-flag .iti-flag {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto
}

.intl-tel-input .selected-flag .iti-arrow {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555
}

.intl-tel-input .selected-flag .iti-arrow.up {
    border-top: none;
    border-bottom: 4px solid #555
}

.intl-tel-input ul.country-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.intl-tel-input .country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
    background-color: #fff;
    border: 1px solid #ccc;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll
}

.intl-tel-input .country-list.dropup {
    bottom: 100%;
    margin-bottom: -1px
}

.intl-tel-input .country-list .flag-box {
    display: inline-block;
    width: 20px
}

@media (max-width:500px) {
    .intl-tel-input .country-list {
        white-space: normal
    }
}

.intl-tel-input .country-list .divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
    list-style: none
}

.intl-tel-input .country-list li.country {
    list-style: none
}

.intl-tel-input .country-list .country {
    padding: 5px 10px
}

.intl-tel-input .country-list .country .dial-code {
    color: #999
}

.intl-tel-input .country-list .country.highlight {
    background-color: rgba(0, 0, 0, .05)
}

.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .dial-code,
.intl-tel-input .country-list .flag-box {
    vertical-align: middle
}

.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .flag-box {
    margin-right: 6px
}

.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type=tel],
.intl-tel-input.allow-dropdown input[type=text],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type=tel],
.intl-tel-input.separate-dial-code input[type=text] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0
}

.intl-tel-input.allow-dropdown .flag-container,
.intl-tel-input.separate-dial-code .flag-container {
    right: auto;
    left: 0
}

.intl-tel-input.allow-dropdown .selected-flag,
.intl-tel-input.separate-dial-code .selected-flag {
    width: 46px
}

.intl-tel-input.allow-dropdown .flag-container:hover {
    cursor: pointer
}

.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
    background-color: rgba(0, 0, 0, .05)
}

.intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover,
.intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover {
    cursor: default
}

.intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover .selected-flag,
.intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover .selected-flag {
    background-color: transparent
}

.intl-tel-input.separate-dial-code .selected-flag {
    background-color: rgba(0, 0, 0, .05);
    display: table
}

.intl-tel-input.separate-dial-code .selected-dial-code {
    display: table-cell;
    vertical-align: middle;
    padding-left: 28px
}

.intl-tel-input.separate-dial-code.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel],
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text] {
    padding-left: 66px
}

.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
    width: 60px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text] {
    padding-left: 76px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
    width: 70px
}

.intl-tel-input.separate-dial-code.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel],
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text] {
    padding-left: 74px
}

.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
    width: 68px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text] {
    padding-left: 84px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
    width: 78px
}

.intl-tel-input.separate-dial-code.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel],
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text] {
    padding-left: 82px
}

.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
    width: 76px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text] {
    padding-left: 92px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
    width: 86px
}

.intl-tel-input.separate-dial-code.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel],
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text] {
    padding-left: 90px
}

.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
    width: 84px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text] {
    padding-left: 100px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
    width: 94px
}

.intl-tel-input.iti-container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px
}

.intl-tel-input.iti-container:hover {
    cursor: pointer
}

.iti-mobile .intl-tel-input.iti-container {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    position: fixed
}

.iti-mobile .intl-tel-input .country-list {
    max-height: 100%;
    width: 100%
}

.iti-mobile .intl-tel-input .country-list .country {
    padding: 10px 10px;
    line-height: 1.5em
}

.iti-flag {
    width: 20px
}

.iti-flag.be {
    width: 18px
}

.iti-flag.ch {
    width: 15px
}

.iti-flag.mc {
    width: 19px
}

.iti-flag.ne {
    width: 18px
}

.iti-flag.np {
    width: 13px
}

.iti-flag.va {
    width: 15px
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2 / 1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    .iti-flag {
        background-size: 5630px 15px
    }
}

.iti-flag.ac {
    height: 10px;
    background-position: 0 0
}

.iti-flag.ad {
    height: 14px;
    background-position: -22px 0
}

.iti-flag.ae {
    height: 10px;
    background-position: -44px 0
}

.iti-flag.af {
    height: 14px;
    background-position: -66px 0
}

.iti-flag.ag {
    height: 14px;
    background-position: -88px 0
}

.iti-flag.ai {
    height: 10px;
    background-position: -110px 0
}

.iti-flag.al {
    height: 15px;
    background-position: -132px 0
}

.iti-flag.am {
    height: 10px;
    background-position: -154px 0
}

.iti-flag.ao {
    height: 14px;
    background-position: -176px 0
}

.iti-flag.aq {
    height: 14px;
    background-position: -198px 0
}

.iti-flag.ar {
    height: 13px;
    background-position: -220px 0
}

.iti-flag.as {
    height: 10px;
    background-position: -242px 0
}

.iti-flag.at {
    height: 14px;
    background-position: -264px 0
}

.iti-flag.au {
    height: 10px;
    background-position: -286px 0
}

.iti-flag.aw {
    height: 14px;
    background-position: -308px 0
}

.iti-flag.ax {
    height: 13px;
    background-position: -330px 0
}

.iti-flag.az {
    height: 10px;
    background-position: -352px 0
}

.iti-flag.ba {
    height: 10px;
    background-position: -374px 0
}

.iti-flag.bb {
    height: 14px;
    background-position: -396px 0
}

.iti-flag.bd {
    height: 12px;
    background-position: -418px 0
}

.iti-flag.be {
    height: 15px;
    background-position: -440px 0
}

.iti-flag.bf {
    height: 14px;
    background-position: -460px 0
}

.iti-flag.bg {
    height: 12px;
    background-position: -482px 0
}

.iti-flag.bh {
    height: 12px;
    background-position: -504px 0
}

.iti-flag.bi {
    height: 12px;
    background-position: -526px 0
}

.iti-flag.bj {
    height: 14px;
    background-position: -548px 0
}

.iti-flag.bl {
    height: 14px;
    background-position: -570px 0
}

.iti-flag.bm {
    height: 10px;
    background-position: -592px 0
}

.iti-flag.bn {
    height: 10px;
    background-position: -614px 0
}

.iti-flag.bo {
    height: 14px;
    background-position: -636px 0
}

.iti-flag.bq {
    height: 14px;
    background-position: -658px 0
}

.iti-flag.br {
    height: 14px;
    background-position: -680px 0
}

.iti-flag.bs {
    height: 10px;
    background-position: -702px 0
}

.iti-flag.bt {
    height: 14px;
    background-position: -724px 0
}

.iti-flag.bv {
    height: 15px;
    background-position: -746px 0
}

.iti-flag.bw {
    height: 14px;
    background-position: -768px 0
}

.iti-flag.by {
    height: 10px;
    background-position: -790px 0
}

.iti-flag.bz {
    height: 14px;
    background-position: -812px 0
}

.iti-flag.ca {
    height: 10px;
    background-position: -834px 0
}

.iti-flag.cc {
    height: 10px;
    background-position: -856px 0
}

.iti-flag.cd {
    height: 15px;
    background-position: -878px 0
}

.iti-flag.cf {
    height: 14px;
    background-position: -900px 0
}

.iti-flag.cg {
    height: 14px;
    background-position: -922px 0
}

.iti-flag.ch {
    height: 15px;
    background-position: -944px 0
}

.iti-flag.ci {
    height: 14px;
    background-position: -961px 0
}

.iti-flag.ck {
    height: 10px;
    background-position: -983px 0
}

.iti-flag.cl {
    height: 14px;
    background-position: -1005px 0
}

.iti-flag.cm {
    height: 14px;
    background-position: -1027px 0
}

.iti-flag.cn {
    height: 14px;
    background-position: -1049px 0
}

.iti-flag.co {
    height: 14px;
    background-position: -1071px 0
}

.iti-flag.cp {
    height: 14px;
    background-position: -1093px 0
}

.iti-flag.cr {
    height: 12px;
    background-position: -1115px 0
}

.iti-flag.cu {
    height: 10px;
    background-position: -1137px 0
}

.iti-flag.cv {
    height: 12px;
    background-position: -1159px 0
}

.iti-flag.cw {
    height: 14px;
    background-position: -1181px 0
}

.iti-flag.cx {
    height: 10px;
    background-position: -1203px 0
}

.iti-flag.cy {
    height: 13px;
    background-position: -1225px 0
}

.iti-flag.cz {
    height: 14px;
    background-position: -1247px 0
}

.iti-flag.de {
    height: 12px;
    background-position: -1269px 0
}

.iti-flag.dg {
    height: 10px;
    background-position: -1291px 0
}

.iti-flag.dj {
    height: 14px;
    background-position: -1313px 0
}

.iti-flag.dk {
    height: 15px;
    background-position: -1335px 0
}

.iti-flag.dm {
    height: 10px;
    background-position: -1357px 0
}

.iti-flag.do {
    height: 13px;
    background-position: -1379px 0
}

.iti-flag.dz {
    height: 14px;
    background-position: -1401px 0
}

.iti-flag.ea {
    height: 14px;
    background-position: -1423px 0
}

.iti-flag.ec {
    height: 14px;
    background-position: -1445px 0
}

.iti-flag.ee {
    height: 13px;
    background-position: -1467px 0
}

.iti-flag.eg {
    height: 14px;
    background-position: -1489px 0
}

.iti-flag.eh {
    height: 10px;
    background-position: -1511px 0
}

.iti-flag.er {
    height: 10px;
    background-position: -1533px 0
}

.iti-flag.es {
    height: 14px;
    background-position: -1555px 0
}

.iti-flag.et {
    height: 10px;
    background-position: -1577px 0
}

.iti-flag.eu {
    height: 14px;
    background-position: -1599px 0
}

.iti-flag.fi {
    height: 12px;
    background-position: -1621px 0
}

.iti-flag.fj {
    height: 10px;
    background-position: -1643px 0
}

.iti-flag.fk {
    height: 10px;
    background-position: -1665px 0
}

.iti-flag.fm {
    height: 11px;
    background-position: -1687px 0
}

.iti-flag.fo {
    height: 15px;
    background-position: -1709px 0
}

.iti-flag.fr {
    height: 14px;
    background-position: -1731px 0
}

.iti-flag.ga {
    height: 15px;
    background-position: -1753px 0
}

.iti-flag.gb {
    height: 10px;
    background-position: -1775px 0
}

.iti-flag.gd {
    height: 12px;
    background-position: -1797px 0
}

.iti-flag.ge {
    height: 14px;
    background-position: -1819px 0
}

.iti-flag.gf {
    height: 14px;
    background-position: -1841px 0
}

.iti-flag.gg {
    height: 14px;
    background-position: -1863px 0
}

.iti-flag.gh {
    height: 14px;
    background-position: -1885px 0
}

.iti-flag.gi {
    height: 10px;
    background-position: -1907px 0
}

.iti-flag.gl {
    height: 14px;
    background-position: -1929px 0
}

.iti-flag.gm {
    height: 14px;
    background-position: -1951px 0
}

.iti-flag.gn {
    height: 14px;
    background-position: -1973px 0
}

.iti-flag.gp {
    height: 14px;
    background-position: -1995px 0
}

.iti-flag.gq {
    height: 14px;
    background-position: -2017px 0
}

.iti-flag.gr {
    height: 14px;
    background-position: -2039px 0
}

.iti-flag.gs {
    height: 10px;
    background-position: -2061px 0
}

.iti-flag.gt {
    height: 13px;
    background-position: -2083px 0
}

.iti-flag.gu {
    height: 11px;
    background-position: -2105px 0
}

.iti-flag.gw {
    height: 10px;
    background-position: -2127px 0
}

.iti-flag.gy {
    height: 12px;
    background-position: -2149px 0
}

.iti-flag.hk {
    height: 14px;
    background-position: -2171px 0
}

.iti-flag.hm {
    height: 10px;
    background-position: -2193px 0
}

.iti-flag.hn {
    height: 10px;
    background-position: -2215px 0
}

.iti-flag.hr {
    height: 10px;
    background-position: -2237px 0
}

.iti-flag.ht {
    height: 12px;
    background-position: -2259px 0
}

.iti-flag.hu {
    height: 10px;
    background-position: -2281px 0
}

.iti-flag.ic {
    height: 14px;
    background-position: -2303px 0
}

.iti-flag.id {
    height: 14px;
    background-position: -2325px 0
}

.iti-flag.ie {
    height: 10px;
    background-position: -2347px 0
}

.iti-flag.il {
    height: 15px;
    background-position: -2369px 0
}

.iti-flag.im {
    height: 10px;
    background-position: -2391px 0
}

.iti-flag.in {
    height: 14px;
    background-position: -2413px 0
}

.iti-flag.io {
    height: 10px;
    background-position: -2435px 0
}

.iti-flag.iq {
    height: 14px;
    background-position: -2457px 0
}

.iti-flag.ir {
    height: 12px;
    background-position: -2479px 0
}

.iti-flag.is {
    height: 15px;
    background-position: -2501px 0
}

.iti-flag.it {
    height: 14px;
    background-position: -2523px 0
}

.iti-flag.je {
    height: 12px;
    background-position: -2545px 0
}

.iti-flag.jm {
    height: 10px;
    background-position: -2567px 0
}

.iti-flag.jo {
    height: 10px;
    background-position: -2589px 0
}

.iti-flag.jp {
    height: 14px;
    background-position: -2611px 0
}

.iti-flag.ke {
    height: 14px;
    background-position: -2633px 0
}

.iti-flag.kg {
    height: 12px;
    background-position: -2655px 0
}

.iti-flag.kh {
    height: 13px;
    background-position: -2677px 0
}

.iti-flag.ki {
    height: 10px;
    background-position: -2699px 0
}

.iti-flag.km {
    height: 12px;
    background-position: -2721px 0
}

.iti-flag.kn {
    height: 14px;
    background-position: -2743px 0
}

.iti-flag.kp {
    height: 10px;
    background-position: -2765px 0
}

.iti-flag.kr {
    height: 14px;
    background-position: -2787px 0
}

.iti-flag.kw {
    height: 10px;
    background-position: -2809px 0
}

.iti-flag.ky {
    height: 10px;
    background-position: -2831px 0
}

.iti-flag.kz {
    height: 10px;
    background-position: -2853px 0
}

.iti-flag.la {
    height: 14px;
    background-position: -2875px 0
}

.iti-flag.lb {
    height: 14px;
    background-position: -2897px 0
}

.iti-flag.lc {
    height: 10px;
    background-position: -2919px 0
}

.iti-flag.li {
    height: 12px;
    background-position: -2941px 0
}

.iti-flag.lk {
    height: 10px;
    background-position: -2963px 0
}

.iti-flag.lr {
    height: 11px;
    background-position: -2985px 0
}

.iti-flag.ls {
    height: 14px;
    background-position: -3007px 0
}

.iti-flag.lt {
    height: 12px;
    background-position: -3029px 0
}

.iti-flag.lu {
    height: 12px;
    background-position: -3051px 0
}

.iti-flag.lv {
    height: 10px;
    background-position: -3073px 0
}

.iti-flag.ly {
    height: 10px;
    background-position: -3095px 0
}

.iti-flag.ma {
    height: 14px;
    background-position: -3117px 0
}

.iti-flag.mc {
    height: 15px;
    background-position: -3139px 0
}

.iti-flag.md {
    height: 10px;
    background-position: -3160px 0
}

.iti-flag.me {
    height: 10px;
    background-position: -3182px 0
}

.iti-flag.mf {
    height: 14px;
    background-position: -3204px 0
}

.iti-flag.mg {
    height: 14px;
    background-position: -3226px 0
}

.iti-flag.mh {
    height: 11px;
    background-position: -3248px 0
}

.iti-flag.mk {
    height: 10px;
    background-position: -3270px 0
}

.iti-flag.ml {
    height: 14px;
    background-position: -3292px 0
}

.iti-flag.mm {
    height: 14px;
    background-position: -3314px 0
}

.iti-flag.mn {
    height: 10px;
    background-position: -3336px 0
}

.iti-flag.mo {
    height: 14px;
    background-position: -3358px 0
}

.iti-flag.mp {
    height: 10px;
    background-position: -3380px 0
}

.iti-flag.mq {
    height: 14px;
    background-position: -3402px 0
}

.iti-flag.mr {
    height: 14px;
    background-position: -3424px 0
}

.iti-flag.ms {
    height: 10px;
    background-position: -3446px 0
}

.iti-flag.mt {
    height: 14px;
    background-position: -3468px 0
}

.iti-flag.mu {
    height: 14px;
    background-position: -3490px 0
}

.iti-flag.mv {
    height: 14px;
    background-position: -3512px 0
}

.iti-flag.mw {
    height: 14px;
    background-position: -3534px 0
}

.iti-flag.mx {
    height: 12px;
    background-position: -3556px 0
}

.iti-flag.my {
    height: 10px;
    background-position: -3578px 0
}

.iti-flag.mz {
    height: 14px;
    background-position: -3600px 0
}

.iti-flag.na {
    height: 14px;
    background-position: -3622px 0
}

.iti-flag.nc {
    height: 10px;
    background-position: -3644px 0
}

.iti-flag.ne {
    height: 15px;
    background-position: -3666px 0
}

.iti-flag.nf {
    height: 10px;
    background-position: -3686px 0
}

.iti-flag.ng {
    height: 10px;
    background-position: -3708px 0
}

.iti-flag.ni {
    height: 12px;
    background-position: -3730px 0
}

.iti-flag.nl {
    height: 14px;
    background-position: -3752px 0
}

.iti-flag.no {
    height: 15px;
    background-position: -3774px 0
}

.iti-flag.np {
    height: 15px;
    background-position: -3796px 0
}

.iti-flag.nr {
    height: 10px;
    background-position: -3811px 0
}

.iti-flag.nu {
    height: 10px;
    background-position: -3833px 0
}

.iti-flag.nz {
    height: 10px;
    background-position: -3855px 0
}

.iti-flag.om {
    height: 10px;
    background-position: -3877px 0
}

.iti-flag.pa {
    height: 14px;
    background-position: -3899px 0
}

.iti-flag.pe {
    height: 14px;
    background-position: -3921px 0
}

.iti-flag.pf {
    height: 14px;
    background-position: -3943px 0
}

.iti-flag.pg {
    height: 15px;
    background-position: -3965px 0
}

.iti-flag.ph {
    height: 10px;
    background-position: -3987px 0
}

.iti-flag.pk {
    height: 14px;
    background-position: -4009px 0
}

.iti-flag.pl {
    height: 13px;
    background-position: -4031px 0
}

.iti-flag.pm {
    height: 14px;
    background-position: -4053px 0
}

.iti-flag.pn {
    height: 10px;
    background-position: -4075px 0
}

.iti-flag.pr {
    height: 14px;
    background-position: -4097px 0
}

.iti-flag.ps {
    height: 10px;
    background-position: -4119px 0
}

.iti-flag.pt {
    height: 14px;
    background-position: -4141px 0
}

.iti-flag.pw {
    height: 13px;
    background-position: -4163px 0
}

.iti-flag.py {
    height: 11px;
    background-position: -4185px 0
}

.iti-flag.qa {
    height: 8px;
    background-position: -4207px 0
}

.iti-flag.re {
    height: 14px;
    background-position: -4229px 0
}

.iti-flag.ro {
    height: 14px;
    background-position: -4251px 0
}

.iti-flag.rs {
    height: 14px;
    background-position: -4273px 0
}

.iti-flag.ru {
    height: 14px;
    background-position: -4295px 0
}

.iti-flag.rw {
    height: 14px;
    background-position: -4317px 0
}

.iti-flag.sa {
    height: 14px;
    background-position: -4339px 0
}

.iti-flag.sb {
    height: 10px;
    background-position: -4361px 0
}

.iti-flag.sc {
    height: 10px;
    background-position: -4383px 0
}

.iti-flag.sd {
    height: 10px;
    background-position: -4405px 0
}

.iti-flag.se {
    height: 13px;
    background-position: -4427px 0
}

.iti-flag.sg {
    height: 14px;
    background-position: -4449px 0
}

.iti-flag.sh {
    height: 10px;
    background-position: -4471px 0
}

.iti-flag.si {
    height: 10px;
    background-position: -4493px 0
}

.iti-flag.sj {
    height: 15px;
    background-position: -4515px 0
}

.iti-flag.sk {
    height: 14px;
    background-position: -4537px 0
}

.iti-flag.sl {
    height: 14px;
    background-position: -4559px 0
}

.iti-flag.sm {
    height: 15px;
    background-position: -4581px 0
}

.iti-flag.sn {
    height: 14px;
    background-position: -4603px 0
}

.iti-flag.so {
    height: 14px;
    background-position: -4625px 0
}

.iti-flag.sr {
    height: 14px;
    background-position: -4647px 0
}

.iti-flag.ss {
    height: 10px;
    background-position: -4669px 0
}

.iti-flag.st {
    height: 10px;
    background-position: -4691px 0
}

.iti-flag.sv {
    height: 12px;
    background-position: -4713px 0
}

.iti-flag.sx {
    height: 14px;
    background-position: -4735px 0
}

.iti-flag.sy {
    height: 14px;
    background-position: -4757px 0
}

.iti-flag.sz {
    height: 14px;
    background-position: -4779px 0
}

.iti-flag.ta {
    height: 10px;
    background-position: -4801px 0
}

.iti-flag.tc {
    height: 10px;
    background-position: -4823px 0
}

.iti-flag.td {
    height: 14px;
    background-position: -4845px 0
}

.iti-flag.tf {
    height: 14px;
    background-position: -4867px 0
}

.iti-flag.tg {
    height: 13px;
    background-position: -4889px 0
}

.iti-flag.th {
    height: 14px;
    background-position: -4911px 0
}

.iti-flag.tj {
    height: 10px;
    background-position: -4933px 0
}

.iti-flag.tk {
    height: 10px;
    background-position: -4955px 0
}

.iti-flag.tl {
    height: 10px;
    background-position: -4977px 0
}

.iti-flag.tm {
    height: 14px;
    background-position: -4999px 0
}

.iti-flag.tn {
    height: 14px;
    background-position: -5021px 0
}

.iti-flag.to {
    height: 10px;
    background-position: -5043px 0
}

.iti-flag.tr {
    height: 14px;
    background-position: -5065px 0
}

.iti-flag.tt {
    height: 12px;
    background-position: -5087px 0
}

.iti-flag.tv {
    height: 10px;
    background-position: -5109px 0
}

.iti-flag.tw {
    height: 14px;
    background-position: -5131px 0
}

.iti-flag.tz {
    height: 14px;
    background-position: -5153px 0
}

.iti-flag.ua {
    height: 14px;
    background-position: -5175px 0
}

.iti-flag.ug {
    height: 14px;
    background-position: -5197px 0
}

.iti-flag.um {
    height: 11px;
    background-position: -5219px 0
}

.iti-flag.us {
    height: 11px;
    background-position: -5241px 0
}

.iti-flag.uy {
    height: 14px;
    background-position: -5263px 0
}

.iti-flag.uz {
    height: 10px;
    background-position: -5285px 0
}

.iti-flag.va {
    height: 15px;
    background-position: -5307px 0
}

.iti-flag.vc {
    height: 14px;
    background-position: -5324px 0
}

.iti-flag.ve {
    height: 14px;
    background-position: -5346px 0
}

.iti-flag.vg {
    height: 10px;
    background-position: -5368px 0
}

.iti-flag.vi {
    height: 14px;
    background-position: -5390px 0
}

.iti-flag.vn {
    height: 14px;
    background-position: -5412px 0
}

.iti-flag.vu {
    height: 12px;
    background-position: -5434px 0
}

.iti-flag.wf {
    height: 14px;
    background-position: -5456px 0
}

.iti-flag.ws {
    height: 10px;
    background-position: -5478px 0
}

.iti-flag.xk {
    height: 15px;
    background-position: -5500px 0
}

.iti-flag.ye {
    height: 14px;
    background-position: -5522px 0
}

.iti-flag.yt {
    height: 14px;
    background-position: -5544px 0
}

.iti-flag.za {
    height: 14px;
    background-position: -5566px 0
}

.iti-flag.zm {
    height: 14px;
    background-position: -5588px 0
}

.iti-flag.zw {
    height: 10px;
    background-position: -5610px 0
}

.iti-flag {
    width: 20px;
    height: 15px;
    box-shadow: 0 0 1px 0 #888;
    background-image: url(../plugins/country-phone-field-contact-form-7/assets/img/flags.png);
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    background-position: 20px 0
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2 / 1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    .iti-flag {
        background-image: url(../plugins/country-phone-field-contact-form-7/assets/img/flags@2x.png)
    }
}

.iti-flag.np {
    background-color: transparent
}

.country-select {
    position: relative
}

.country-select * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.country-select .hide {
    display: none
}

.country-select .v-hide {
    visibility: hidden
}

.country-select input,
.country-select input[type=text] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0
}

.country-select .flag-dropdown {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px
}

.country-select .selected-flag {
    z-index: 1;
    position: relative;
    width: 36px;
    height: 100%;
    padding: 0 0 0 8px
}

.country-select .selected-flag .flag {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto
}

.country-select .selected-flag .arrow {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555
}

.country-select .selected-flag .arrow.up {
    border-top: none;
    border-bottom: 4px solid #555
}

.country-select ul.country-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.country-select .country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
    background-color: #fff;
    border: 1px solid #ccc;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll
}

.country-select .country-list .flag {
    display: inline-block;
    width: 20px;
    margin-right: 6px
}

@media (max-width:500px) {
    .country-select .country-list {
        white-space: normal
    }
}

.country-select .country-list .divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
    list-style: none
}

.country-select .country-list .country {
    padding: 5px 10px
}

.country-select .country-list li.country {
    list-style: none
}

.country-select .country-list .country.highlight {
    background-color: rgba(0, 0, 0, .05)
}

.country-select .country-list .country-name,
.country-select .country-list .flag {
    vertical-align: middle
}

.country-select.inside input,
.country-select.inside input[type=text] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0
}

.country-select.inside .flag-dropdown {
    right: auto;
    left: 0
}

.country-select.inside .selected-flag {
    width: 46px
}

.country-select.inside .flag-dropdown:hover {
    cursor: pointer
}

.country-select.inside .flag-dropdown:hover .selected-flag {
    background-color: rgba(0, 0, 0, .05)
}

.country-select.inside input[disabled]+.flag-dropdown:hover,
.country-select.inside input[readonly]+.flag-dropdown:hover {
    cursor: default
}

.country-select.inside input[disabled]+.flag-dropdown:hover .selected-flag,
.country-select.inside input[readonly]+.flag-dropdown:hover .selected-flag {
    background-color: transparent
}

.country-select .flag {
    height: 15px;
    -webkit-box-shadow: 0 0 1px 0 #888;
    box-shadow: 0 0 1px 0 #888;
    background-image: url(../plugins/country-phone-field-contact-form-7/assets/img/flags.png);
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    background-position: 20px 0;
    width: 20px
}

.country-select .flag.be {
    width: 18px
}

.country-select .flag.ch {
    width: 15px
}

.country-select .flag.mc {
    width: 19px
}

.country-select .flag.ne {
    width: 18px
}

.country-select .flag.np {
    width: 13px
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    .country-select .flag {
        background-image: url(../plugins/country-phone-field-contact-form-7/assets/img/flags@2x.png);
        background-size: 5630px 15px
    }
}

.country-select .flag.ac {
    height: 10px;
    background-position: 0 0
}

.country-select .flag.ad {
    height: 14px;
    background-position: -22px 0
}

.country-select .flag.ae {
    height: 10px;
    background-position: -44px 0
}

.country-select .flag.af {
    height: 14px;
    background-position: -66px 0
}

.country-select .flag.ag {
    height: 14px;
    background-position: -88px 0
}

.country-select .flag.ai {
    height: 10px;
    background-position: -110px 0
}

.country-select .flag.al {
    height: 15px;
    background-position: -132px 0
}

.country-select .flag.am {
    height: 10px;
    background-position: -154px 0
}

.country-select .flag.ao {
    height: 14px;
    background-position: -176px 0
}

.country-select .flag.aq {
    height: 14px;
    background-position: -198px 0
}

.country-select .flag.ar {
    height: 13px;
    background-position: -220px 0
}

.country-select .flag.as {
    height: 10px;
    background-position: -242px 0
}

.country-select .flag.at {
    height: 14px;
    background-position: -264px 0
}

.country-select .flag.au {
    height: 10px;
    background-position: -286px 0
}

.country-select .flag.aw {
    height: 14px;
    background-position: -308px 0
}

.country-select .flag.ax {
    height: 13px;
    background-position: -330px 0
}

.country-select .flag.az {
    height: 10px;
    background-position: -352px 0
}

.country-select .flag.ba {
    height: 10px;
    background-position: -374px 0
}

.country-select .flag.bb {
    height: 14px;
    background-position: -396px 0
}

.country-select .flag.bd {
    height: 12px;
    background-position: -418px 0
}

.country-select .flag.be {
    height: 15px;
    background-position: -440px 0
}

.country-select .flag.bf {
    height: 14px;
    background-position: -460px 0
}

.country-select .flag.bg {
    height: 12px;
    background-position: -482px 0
}

.country-select .flag.bh {
    height: 12px;
    background-position: -504px 0
}

.country-select .flag.bi {
    height: 12px;
    background-position: -526px 0
}

.country-select .flag.bj {
    height: 14px;
    background-position: -548px 0
}

.country-select .flag.bl {
    height: 14px;
    background-position: -570px 0
}

.country-select .flag.bm {
    height: 10px;
    background-position: -592px 0
}

.country-select .flag.bn {
    height: 10px;
    background-position: -614px 0
}

.country-select .flag.bo {
    height: 14px;
    background-position: -636px 0
}

.country-select .flag.bq {
    height: 14px;
    background-position: -658px 0
}

.country-select .flag.br {
    height: 14px;
    background-position: -680px 0
}

.country-select .flag.bs {
    height: 10px;
    background-position: -702px 0
}

.country-select .flag.bt {
    height: 14px;
    background-position: -724px 0
}

.country-select .flag.bv {
    height: 15px;
    background-position: -746px 0
}

.country-select .flag.bw {
    height: 14px;
    background-position: -768px 0
}

.country-select .flag.by {
    height: 10px;
    background-position: -790px 0
}

.country-select .flag.bz {
    height: 14px;
    background-position: -812px 0
}

.country-select .flag.ca {
    height: 10px;
    background-position: -834px 0
}

.country-select .flag.cc {
    height: 10px;
    background-position: -856px 0
}

.country-select .flag.cd {
    height: 15px;
    background-position: -878px 0
}

.country-select .flag.cf {
    height: 14px;
    background-position: -900px 0
}

.country-select .flag.cg {
    height: 14px;
    background-position: -922px 0
}

.country-select .flag.ch {
    height: 15px;
    background-position: -944px 0
}

.country-select .flag.ci {
    height: 14px;
    background-position: -961px 0
}

.country-select .flag.ck {
    height: 10px;
    background-position: -983px 0
}

.country-select .flag.cl {
    height: 14px;
    background-position: -1005px 0
}

.country-select .flag.cm {
    height: 14px;
    background-position: -1027px 0
}

.country-select .flag.cn {
    height: 14px;
    background-position: -1049px 0
}

.country-select .flag.co {
    height: 14px;
    background-position: -1071px 0
}

.country-select .flag.cp {
    height: 14px;
    background-position: -1093px 0
}

.country-select .flag.cr {
    height: 12px;
    background-position: -1115px 0
}

.country-select .flag.cu {
    height: 10px;
    background-position: -1137px 0
}

.country-select .flag.cv {
    height: 12px;
    background-position: -1159px 0
}

.country-select .flag.cw {
    height: 14px;
    background-position: -1181px 0
}

.country-select .flag.cx {
    height: 10px;
    background-position: -1203px 0
}

.country-select .flag.cy {
    height: 13px;
    background-position: -1225px 0
}

.country-select .flag.cz {
    height: 14px;
    background-position: -1247px 0
}

.country-select .flag.de {
    height: 12px;
    background-position: -1269px 0
}

.country-select .flag.dg {
    height: 10px;
    background-position: -1291px 0
}

.country-select .flag.dj {
    height: 14px;
    background-position: -1313px 0
}

.country-select .flag.dk {
    height: 15px;
    background-position: -1335px 0
}

.country-select .flag.dm {
    height: 10px;
    background-position: -1357px 0
}

.country-select .flag.do {
    height: 13px;
    background-position: -1379px 0
}

.country-select .flag.dz {
    height: 14px;
    background-position: -1401px 0
}

.country-select .flag.ea {
    height: 14px;
    background-position: -1423px 0
}

.country-select .flag.ec {
    height: 14px;
    background-position: -1445px 0
}

.country-select .flag.ee {
    height: 13px;
    background-position: -1467px 0
}

.country-select .flag.eg {
    height: 14px;
    background-position: -1489px 0
}

.country-select .flag.eh {
    height: 10px;
    background-position: -1511px 0
}

.country-select .flag.er {
    height: 10px;
    background-position: -1533px 0
}

.country-select .flag.es {
    height: 14px;
    background-position: -1555px 0
}

.country-select .flag.et {
    height: 10px;
    background-position: -1577px 0
}

.country-select .flag.eu {
    height: 14px;
    background-position: -1599px 0
}

.country-select .flag.fi {
    height: 12px;
    background-position: -1621px 0
}

.country-select .flag.fj {
    height: 10px;
    background-position: -1643px 0
}

.country-select .flag.fk {
    height: 10px;
    background-position: -1665px 0
}

.country-select .flag.fm {
    height: 11px;
    background-position: -1687px 0
}

.country-select .flag.fo {
    height: 15px;
    background-position: -1709px 0
}

.country-select .flag.fr {
    height: 14px;
    background-position: -1731px 0
}

.country-select .flag.ga {
    height: 15px;
    background-position: -1753px 0
}

.country-select .flag.gb {
    height: 10px;
    background-position: -1775px 0
}

.country-select .flag.gd {
    height: 12px;
    background-position: -1797px 0
}

.country-select .flag.ge {
    height: 14px;
    background-position: -1819px 0
}

.country-select .flag.gf {
    height: 14px;
    background-position: -1841px 0
}

.country-select .flag.gg {
    height: 14px;
    background-position: -1863px 0
}

.country-select .flag.gh {
    height: 14px;
    background-position: -1885px 0
}

.country-select .flag.gi {
    height: 10px;
    background-position: -1907px 0
}

.country-select .flag.gl {
    height: 14px;
    background-position: -1929px 0
}

.country-select .flag.gm {
    height: 14px;
    background-position: -1951px 0
}

.country-select .flag.gn {
    height: 14px;
    background-position: -1973px 0
}

.country-select .flag.gp {
    height: 14px;
    background-position: -1995px 0
}

.country-select .flag.gq {
    height: 14px;
    background-position: -2017px 0
}

.country-select .flag.gr {
    height: 14px;
    background-position: -2039px 0
}

.country-select .flag.gs {
    height: 10px;
    background-position: -2061px 0
}

.country-select .flag.gt {
    height: 13px;
    background-position: -2083px 0
}

.country-select .flag.gu {
    height: 11px;
    background-position: -2105px 0
}

.country-select .flag.gw {
    height: 10px;
    background-position: -2127px 0
}

.country-select .flag.gy {
    height: 12px;
    background-position: -2149px 0
}

.country-select .flag.hk {
    height: 14px;
    background-position: -2171px 0
}

.country-select .flag.hm {
    height: 10px;
    background-position: -2193px 0
}

.country-select .flag.hn {
    height: 10px;
    background-position: -2215px 0
}

.country-select .flag.hr {
    height: 10px;
    background-position: -2237px 0
}

.country-select .flag.ht {
    height: 12px;
    background-position: -2259px 0
}

.country-select .flag.hu {
    height: 10px;
    background-position: -2281px 0
}

.country-select .flag.ic {
    height: 14px;
    background-position: -2303px 0
}

.country-select .flag.id {
    height: 14px;
    background-position: -2325px 0
}

.country-select .flag.ie {
    height: 10px;
    background-position: -2347px 0
}

.country-select .flag.il {
    height: 15px;
    background-position: -2369px 0
}

.country-select .flag.im {
    height: 10px;
    background-position: -2391px 0
}

.country-select .flag.in {
    height: 14px;
    background-position: -2413px 0
}

.country-select .flag.io {
    height: 10px;
    background-position: -2435px 0
}

.country-select .flag.iq {
    height: 14px;
    background-position: -2457px 0
}

.country-select .flag.ir {
    height: 12px;
    background-position: -2479px 0
}

.country-select .flag.is {
    height: 15px;
    background-position: -2501px 0
}

.country-select .flag.it {
    height: 14px;
    background-position: -2523px 0
}

.country-select .flag.je {
    height: 12px;
    background-position: -2545px 0
}

.country-select .flag.jm {
    height: 10px;
    background-position: -2567px 0
}

.country-select .flag.jo {
    height: 10px;
    background-position: -2589px 0
}

.country-select .flag.jp {
    height: 14px;
    background-position: -2611px 0
}

.country-select .flag.ke {
    height: 14px;
    background-position: -2633px 0
}

.country-select .flag.kg {
    height: 12px;
    background-position: -2655px 0
}

.country-select .flag.kh {
    height: 13px;
    background-position: -2677px 0
}

.country-select .flag.ki {
    height: 10px;
    background-position: -2699px 0
}

.country-select .flag.km {
    height: 12px;
    background-position: -2721px 0
}

.country-select .flag.kn {
    height: 14px;
    background-position: -2743px 0
}

.country-select .flag.kp {
    height: 10px;
    background-position: -2765px 0
}

.country-select .flag.kr {
    height: 14px;
    background-position: -2787px 0
}

.country-select .flag.kw {
    height: 10px;
    background-position: -2809px 0
}

.country-select .flag.ky {
    height: 10px;
    background-position: -2831px 0
}

.country-select .flag.kz {
    height: 10px;
    background-position: -2853px 0
}

.country-select .flag.la {
    height: 14px;
    background-position: -2875px 0
}

.country-select .flag.lb {
    height: 14px;
    background-position: -2897px 0
}

.country-select .flag.lc {
    height: 10px;
    background-position: -2919px 0
}

.country-select .flag.li {
    height: 12px;
    background-position: -2941px 0
}

.country-select .flag.lk {
    height: 10px;
    background-position: -2963px 0
}

.country-select .flag.lr {
    height: 11px;
    background-position: -2985px 0
}

.country-select .flag.ls {
    height: 14px;
    background-position: -3007px 0
}

.country-select .flag.lt {
    height: 12px;
    background-position: -3029px 0
}

.country-select .flag.lu {
    height: 12px;
    background-position: -3051px 0
}

.country-select .flag.lv {
    height: 10px;
    background-position: -3073px 0
}

.country-select .flag.ly {
    height: 10px;
    background-position: -3095px 0
}

.country-select .flag.ma {
    height: 14px;
    background-position: -3117px 0
}

.country-select .flag.mc {
    height: 15px;
    background-position: -3139px 0
}

.country-select .flag.md {
    height: 10px;
    background-position: -3160px 0
}

.country-select .flag.me {
    height: 10px;
    background-position: -3182px 0
}

.country-select .flag.mf {
    height: 14px;
    background-position: -3204px 0
}

.country-select .flag.mg {
    height: 14px;
    background-position: -3226px 0
}

.country-select .flag.mh {
    height: 11px;
    background-position: -3248px 0
}

.country-select .flag.mk {
    height: 10px;
    background-position: -3270px 0
}

.country-select .flag.ml {
    height: 14px;
    background-position: -3292px 0
}

.country-select .flag.mm {
    height: 14px;
    background-position: -3314px 0
}

.country-select .flag.mn {
    height: 10px;
    background-position: -3336px 0
}

.country-select .flag.mo {
    height: 14px;
    background-position: -3358px 0
}

.country-select .flag.mp {
    height: 10px;
    background-position: -3380px 0
}

.country-select .flag.mq {
    height: 14px;
    background-position: -3402px 0
}

.country-select .flag.mr {
    height: 14px;
    background-position: -3424px 0
}

.country-select .flag.ms {
    height: 10px;
    background-position: -3446px 0
}

.country-select .flag.mt {
    height: 14px;
    background-position: -3468px 0
}

.country-select .flag.mu {
    height: 14px;
    background-position: -3490px 0
}

.country-select .flag.mv {
    height: 14px;
    background-position: -3512px 0
}

.country-select .flag.mw {
    height: 14px;
    background-position: -3534px 0
}

.country-select .flag.mx {
    height: 12px;
    background-position: -3556px 0
}

.country-select .flag.my {
    height: 10px;
    background-position: -3578px 0
}

.country-select .flag.mz {
    height: 14px;
    background-position: -3600px 0
}

.country-select .flag.na {
    height: 14px;
    background-position: -3622px 0
}

.country-select .flag.nc {
    height: 10px;
    background-position: -3644px 0
}

.country-select .flag.ne {
    height: 15px;
    background-position: -3666px 0
}

.country-select .flag.nf {
    height: 10px;
    background-position: -3686px 0
}

.country-select .flag.ng {
    height: 10px;
    background-position: -3708px 0
}

.country-select .flag.ni {
    height: 12px;
    background-position: -3730px 0
}

.country-select .flag.nl {
    height: 14px;
    background-position: -3752px 0
}

.country-select .flag.no {
    height: 15px;
    background-position: -3774px 0
}

.country-select .flag.np {
    height: 15px;
    background-position: -3796px 0;
    background-color: transparent
}

.country-select .flag.nr {
    height: 10px;
    background-position: -3811px 0
}

.country-select .flag.nu {
    height: 10px;
    background-position: -3833px 0
}

.country-select .flag.nz {
    height: 10px;
    background-position: -3855px 0
}

.country-select .flag.om {
    height: 10px;
    background-position: -3877px 0
}

.country-select .flag.pa {
    height: 14px;
    background-position: -3899px 0
}

.country-select .flag.pe {
    height: 14px;
    background-position: -3921px 0
}

.country-select .flag.pf {
    height: 14px;
    background-position: -3943px 0
}

.country-select .flag.pg {
    height: 15px;
    background-position: -3965px 0
}

.country-select .flag.ph {
    height: 10px;
    background-position: -3987px 0
}

.country-select .flag.pk {
    height: 14px;
    background-position: -4009px 0
}

.country-select .flag.pl {
    height: 13px;
    background-position: -4031px 0
}

.country-select .flag.pm {
    height: 14px;
    background-position: -4053px 0
}

.country-select .flag.pn {
    height: 10px;
    background-position: -4075px 0
}

.country-select .flag.pr {
    height: 14px;
    background-position: -4097px 0
}

.country-select .flag.ps {
    height: 10px;
    background-position: -4119px 0
}

.country-select .flag.pt {
    height: 14px;
    background-position: -4141px 0
}

.country-select .flag.pw {
    height: 13px;
    background-position: -4163px 0
}

.country-select .flag.py {
    height: 11px;
    background-position: -4185px 0
}

.country-select .flag.qa {
    height: 8px;
    background-position: -4207px 0
}

.country-select .flag.re {
    height: 14px;
    background-position: -4229px 0
}

.country-select .flag.ro {
    height: 14px;
    background-position: -4251px 0
}

.country-select .flag.rs {
    height: 14px;
    background-position: -4273px 0
}

.country-select .flag.ru {
    height: 14px;
    background-position: -4295px 0
}

.country-select .flag.rw {
    height: 14px;
    background-position: -4317px 0
}

.country-select .flag.sa {
    height: 14px;
    background-position: -4339px 0
}

.country-select .flag.sb {
    height: 10px;
    background-position: -4361px 0
}

.country-select .flag.sc {
    height: 10px;
    background-position: -4383px 0
}

.country-select .flag.sd {
    height: 10px;
    background-position: -4405px 0
}

.country-select .flag.se {
    height: 13px;
    background-position: -4427px 0
}

.country-select .flag.sg {
    height: 14px;
    background-position: -4449px 0
}

.country-select .flag.sh {
    height: 10px;
    background-position: -4471px 0
}

.country-select .flag.si {
    height: 10px;
    background-position: -4493px 0
}

.country-select .flag.sj {
    height: 15px;
    background-position: -4515px 0
}

.country-select .flag.sk {
    height: 14px;
    background-position: -4537px 0
}

.country-select .flag.sl {
    height: 14px;
    background-position: -4559px 0
}

.country-select .flag.sm {
    height: 15px;
    background-position: -4581px 0
}

.country-select .flag.sn {
    height: 14px;
    background-position: -4603px 0
}

.country-select .flag.so {
    height: 14px;
    background-position: -4625px 0
}

.country-select .flag.sr {
    height: 14px;
    background-position: -4647px 0
}

.country-select .flag.ss {
    height: 10px;
    background-position: -4669px 0
}

.country-select .flag.st {
    height: 10px;
    background-position: -4691px 0
}

.country-select .flag.sv {
    height: 12px;
    background-position: -4713px 0
}

.country-select .flag.sx {
    height: 14px;
    background-position: -4735px 0
}

.country-select .flag.sy {
    height: 14px;
    background-position: -4757px 0
}

.country-select .flag.sz {
    height: 14px;
    background-position: -4779px 0
}

.country-select .flag.ta {
    height: 10px;
    background-position: -4801px 0
}

.country-select .flag.tc {
    height: 10px;
    background-position: -4823px 0
}

.country-select .flag.td {
    height: 14px;
    background-position: -4845px 0
}

.country-select .flag.tf {
    height: 14px;
    background-position: -4867px 0
}

.country-select .flag.tg {
    height: 13px;
    background-position: -4889px 0
}

.country-select .flag.th {
    height: 14px;
    background-position: -4911px 0
}

.country-select .flag.tj {
    height: 10px;
    background-position: -4933px 0
}

.country-select .flag.tk {
    height: 10px;
    background-position: -4955px 0
}

.country-select .flag.tl {
    height: 10px;
    background-position: -4977px 0
}

.country-select .flag.tm {
    height: 14px;
    background-position: -4999px 0
}

.country-select .flag.tn {
    height: 14px;
    background-position: -5021px 0
}

.country-select .flag.to {
    height: 10px;
    background-position: -5043px 0
}

.country-select .flag.tr {
    height: 14px;
    background-position: -5065px 0
}

.country-select .flag.tt {
    height: 12px;
    background-position: -5087px 0
}

.country-select .flag.tv {
    height: 10px;
    background-position: -5109px 0
}

.country-select .flag.tw {
    height: 14px;
    background-position: -5131px 0
}

.country-select .flag.tz {
    height: 14px;
    background-position: -5153px 0
}

.country-select .flag.ua {
    height: 14px;
    background-position: -5175px 0
}

.country-select .flag.ug {
    height: 14px;
    background-position: -5197px 0
}

.country-select .flag.um {
    height: 11px;
    background-position: -5219px 0
}

.country-select .flag.us {
    height: 11px;
    background-position: -5241px 0
}

.country-select .flag.uy {
    height: 14px;
    background-position: -5263px 0
}

.country-select .flag.uz {
    height: 10px;
    background-position: -5285px 0
}

.country-select .flag.va {
    width: 15px;
    height: 15px;
    background-position: -5307px 0
}

.country-select .flag.vc {
    height: 14px;
    background-position: -5324px 0
}

.country-select .flag.ve {
    height: 14px;
    background-position: -5346px 0
}

.country-select .flag.vg {
    height: 10px;
    background-position: -5368px 0
}

.country-select .flag.vi {
    height: 14px;
    background-position: -5390px 0
}

.country-select .flag.vn {
    height: 14px;
    background-position: -5412px 0
}

.country-select .flag.vu {
    height: 12px;
    background-position: -5434px 0
}

.country-select .flag.wf {
    height: 14px;
    background-position: -5456px 0
}

.country-select .flag.ws {
    height: 10px;
    background-position: -5478px 0
}

.country-select .flag.xk {
    height: 15px;
    background-position: -5500px 0
}

.country-select .flag.ye {
    height: 14px;
    background-position: -5522px 0
}

.country-select .flag.yt {
    height: 14px;
    background-position: -5544px 0
}

.country-select .flag.za {
    height: 14px;
    background-position: -5566px 0
}

.country-select .flag.zm {
    height: 14px;
    background-position: -5588px 0
}

.country-select .flag.zw {
    height: 10px;
    background-position: -5610px 0
}