.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em
}

.wp-block-file__button {
    background: #32373c;
    color: #fff;
    text-decoration: none
}

body {
    --wp--preset--color--black: #000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #fff;
    --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%, #9b51e0 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, #7adcb4 0%, #00d082 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%, #cf2e2e 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, #eee 0%, #a9b8c3 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, #4aeadc 0%, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, #ffceec 0%, #9896f0 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, #fecda5 0%, #fe2d2d 50%, #6b003e 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, #ffcb70 0%, #c751c0 50%, #4158d0 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, #fff5cb 0%, #b6e3d4 50%, #33a7b5 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, #caf880 0%, #71ce7e 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, #020381 0%, #2874fc 100%);
    --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;
    --wp--preset--spacing--20: .44rem;
    --wp--preset--spacing--30: .67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, .2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, .4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, .2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
    --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1)
}

:where(.is-layout-flex) {
    gap: .5em
}

:where(.is-layout-grid) {
    gap: .5em
}

body .is-layout-flow>.alignleft {
    float: left;
    margin-inline-start: 0;
    margin-inline-end: 2em
}

body .is-layout-flow>.alignright {
    float: right;
    margin-inline-start: 2em;
    margin-inline-end: 0
}

body .is-layout-flow>.aligncenter {
    margin-left: auto !important;
    margin-right: auto !important
}

body .is-layout-constrained>.alignleft {
    float: left;
    margin-inline-start: 0;
    margin-inline-end: 2em
}

body .is-layout-constrained>.alignright {
    float: right;
    margin-inline-start: 2em;
    margin-inline-end: 0
}

body .is-layout-constrained>.aligncenter {
    margin-left: auto !important;
    margin-right: auto !important
}

body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: var(--wp--style--global--content-size);
    margin-left: auto !important;
    margin-right: auto !important
}

body .is-layout-constrained>.alignwide {
    max-width: var(--wp--style--global--wide-size)
}

body .is-layout-flex {
    display: flex
}

body .is-layout-flex {
    flex-wrap: wrap;
    align-items: center
}

body .is-layout-flex>* {
    margin: 0
}

body .is-layout-grid {
    display: grid
}

body .is-layout-grid>* {
    margin: 0
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em
}

.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
}

.wp-block-navigation a:where(:not(.wp-element-button)) {
    color: inherit
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em
}

.wp-block-pullquote {
    font-size: 1.5em;
    line-height: 1.6
}

.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: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@media (prefers-reduced-motion:reduce) {
    .wpcf7-spinner:before {
        animation-name: blink;
        animation-duration: 2s
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes blink {
    from {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.wpcf7 [inert] {
    opacity: .5
}

.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
}

.wpcf7-reflection>output[hidden] {
    display: none
}

span.wpml-nodis {
    display: none !important
}

span.wpml-rtl {
    unicode-bidi: bidi-override !important;
    direction: rtl !important;
    display: inline !important
}

span.wpml-rtl span.wpml-sd,
span.wpmt-nrtl span.wpml-sd {
    display: inline !important;
    padding-left: 0 !important
}

span.wpmt-nrtl {
    word-break: break-all !important
}

.wpml-encoded {
    position: relative;
    margin-top: -.3em;
    z-index: 1000;
    color: green
}
@font-face {
    font-family: 'FontAwesome';
    src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}

.fa-won:before,
.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.wow {
    visibility: hidden
}

.animated-wow,
.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.animated.infinite {
    animation-iteration-count: infinite
}

.animated.hinge {
    animation-duration: 2s
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
    animation-duration: .75s
}

#Homepage_V7_R2_GMED {
    opacity: 0
}

#Homepage_V7_R2_GMED.path {
    opacity: 1;
    stroke-dasharray: 5000;
    stroke-dashoffset: 5000;
    animation-duration: 6s;
    animation-fill-mode: forwards;
    animation-name: dash
}

@keyframes dash {
    to {
        stroke-dashoffset: 0
    }
}

@keyframes bounce {

    from,
    20%,
    53%,
    80%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -15px, 0)
    }

    70% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -7px, 0)
    }

    90% {
        transform: translate3d(0, -2px, 0)
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom
}

@keyframes flash {

    from,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    animation-name: flash
}

@keyframes slightDown {
    0% {
        transform: translate3d(0, -15px, 0)
    }

    50% {
        transform: translate3d(0, 0, 0)
    }

    100% {
        transform: translate3d(0, -15px, 0)
    }
}

.slightDown {
    animation-name: slightDown
}

@keyframes pulse {
    from {
        transform: scale3d(1, 1, 1)
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    animation-name: pulse
}

@keyframes wipe {
    from {
        width: 100%
    }

    to {
        width: 0
    }
}

.wipe {
    animation-name: wipe
}

@keyframes wipeBg {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}

.wipeBg {
    animation-name: wipeBg
}

@keyframes wipe-Bg {
    from {
        width: 0
    }

    to {
        width: 100vw
    }
}

.wipe-Bg {
    animation-name: wipe-Bg
}

@keyframes rubberBand {
    from {
        transform: scale3d(1, 1, 1)
    }

    30% {
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        transform: scale3d(1.05, .95, 1)
    }

    to {
        transform: scale3d(1, 1, 1)
    }
}

.rubberBand {
    animation-name: rubberBand
}

@keyframes shake {

    from,
    to {
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    animation-name: shake
}

@keyframes headShake {
    0% {
        transform: translateX(0)
    }

    6.5% {
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        transform: translateX(0)
    }
}

.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake
}

@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing
}

@keyframes tada {
    from {
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    to {
        transform: scale3d(1, 1, 1)
    }
}

.tada {
    animation-name: tada
}

@keyframes wobble {
    from {
        transform: none
    }

    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    to {
        transform: none
    }
}

.wobble {
    animation-name: wobble
}

@keyframes jello {

    from,
    11.1%,
    to {
        transform: none
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    animation-name: jello;
    transform-origin: center
}

@keyframes bounceIn {

    from,
    20%,
    40%,
    60%,
    80%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    animation-name: bounceIn
}

@keyframes bounceInDown {

    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }

    75% {
        transform: translate3d(0, -10px, 0)
    }

    90% {
        transform: translate3d(0, 5px, 0)
    }

    to {
        transform: none
    }
}

.bounceInDown {
    animation-name: bounceInDown
}

@keyframes bounceInLeft {

    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }

    75% {
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        transform: translate3d(5px, 0, 0)
    }

    to {
        transform: none
    }
}

.bounceInLeft {
    animation-name: bounceInLeft
}

@keyframes bounceInRight {

    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        transform: translate3d(10px, 0, 0)
    }

    90% {
        transform: translate3d(-5px, 0, 0)
    }

    to {
        transform: none
    }
}

.bounceInRight {
    animation-name: bounceInRight
}

@keyframes bounceInUp {

    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    75% {
        transform: translate3d(0, 10px, 0)
    }

    90% {
        transform: translate3d(0, -5px, 0)
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    animation-name: bounceInUp
}

@keyframes bounceOut {
    20% {
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    animation-name: bounceOut
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    animation-name: bounceOutDown
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    animation-name: bounceOutLeft
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    animation-name: bounceOutRight
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    animation-name: bounceOutUp
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

@keyframes fade {
    from {
        opacity: 1
    }

    to {
        opacity: 1
    }
}

.fade {
    animation-name: fade;
    visibility: visible !important
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInDownS {
    from {
        opacity: 0;
        transform: translate3d(0, -3rem, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDownS {
    animation-name: fadeInDownS
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDownBig {
    animation-name: fadeInDownBig
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-10rem, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(10rem, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRight {
    animation-name: fadeInRight
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRightBig {
    animation-name: fadeInRightBig
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: fadeInUp;
    animation-timing-function: cubic-bezier(.07, .51, .12, 1)
}

@keyframes fadeInUpS {
    from {
        opacity: 0;
        transform: translate3d(0, 3rem, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUpS {
    animation-name: fadeInUpS;
    animation-timing-function: cubic-bezier(.07, .51, .12, 1)
}

@keyframes fadeInUpL {
    from {
        opacity: 0;
        transform: translate3d(0, 25rem, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUpL {
    animation-name: fadeInUpL;
    animation-timing-function: cubic-bezier(.07, .51, .12, 1)
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUpBig {
    animation-name: fadeInUpBig
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    animation-name: fadeOutDown
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    animation-name: fadeOutDownBig
}

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    animation-name: fadeOutLeft
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    animation-name: fadeOutRight
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    animation-name: fadeOutRightBig
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    animation-name: fadeOutUp
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    animation-name: fadeOutUpBig
}

@keyframes flip {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        animation-timing-function: ease-out
    }

    40% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        animation-timing-function: ease-out
    }

    50% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        animation-timing-function: ease-in
    }

    80% {
        transform: perspective(400px) scale3d(.95, .95, .95);
        animation-timing-function: ease-in
    }

    to {
        transform: perspective(400px);
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip
}

@keyframes flipInX {
    from {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInX
}

@keyframes flipInY {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInY
}

@keyframes flipOutX {
    from {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@keyframes flipOutY {
    from {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipOutY
}

@keyframes lightSpeedIn {
    from {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out
}

@keyframes lightSpeedOut {
    from {
        opacity: 1
    }

    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in
}

@keyframes rotateIn {
    from {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    to {
        transform-origin: center;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    animation-name: rotateIn
}

@keyframes rotateInDownLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft
}

@keyframes rotateInDownRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight
}

@keyframes rotateInUpLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft
}

@keyframes rotateInUpRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight
}

@keyframes rotateOut {
    from {
        transform-origin: center;
        opacity: 1
    }

    to {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    animation-name: rotateOut
}

@keyframes rotateOutDownLeft {
    from {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    animation-name: rotateOutDownLeft
}

@keyframes rotateOutDownRight {
    from {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    animation-name: rotateOutDownRight
}

@keyframes rotateOutUpLeft {
    from {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    animation-name: rotateOutUpLeft
}

@keyframes rotateOutUpRight {
    from {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    animation-name: rotateOutUpRight
}

@keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        transform: rotate3d(0, 0, 1, 80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        transform: rotate3d(0, 0, 1, 60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    animation-name: hinge
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        transform: scale(.1) rotate(30deg);
        transform-origin: center bottom
    }

    50% {
        transform: rotate(-10deg)
    }

    70% {
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.jackInTheBox {
    animation-name: jackInTheBox
}

@keyframes rollIn {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.rollIn {
    animation-name: rollIn
}

@keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    animation-name: rollOut
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    animation-name: zoomIn
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    animation-name: zoomInDown
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    animation-name: zoomInLeft
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    animation-name: zoomInRight
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    animation-name: zoomInUp
}

@keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    animation-name: zoomOut
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    animation-name: zoomOutDown
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0);
        transform-origin: left center
    }
}

.zoomOutLeft {
    animation-name: zoomOutLeft
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0);
        transform-origin: right center
    }
}

.zoomOutRight {
    animation-name: zoomOutRight
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    animation-name: zoomOutUp
}

@keyframes slideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    animation-name: slideInDown
}

@keyframes slideInLeft {
    from {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    animation-name: slideInLeft
}

@keyframes slideInRight {
    from {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    animation-name: slideInRight
}

@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    animation-name: slideInUp
}

@keyframes slideOutDown {
    from {
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    animation-name: slideOutDown
}

@keyframes slideOutLeft {
    from {
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    animation-name: slideOutLeft
}

@keyframes slideOutRight {
    from {
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    animation-name: slideOutRight
}

@keyframes slideOutUp {
    from {
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    animation-name: slideOutUp
}

@keyframes learnHover {
    from {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }

    30% {
        transform: translate3d(-2%, 0, 0)
    }

    40% {
        transform: translate3d(-3%, 0, 0)
    }

    50% {
        transform: translate3d(-4%, 0, 0)
    }

    65% {
        opacity: 0;
        transform: translate3d(4%, 0, 0)
    }

    75% {
        transform: translate3d(2%, 0, 0)
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes learnHoverback {
    from {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }

    30% {
        transform: translate3d(2%, 0, 0)
    }

    40% {
        transform: translate3d(3%, 0, 0)
    }

    50% {
        transform: translate3d(4%, 0, 0)
    }

    65% {
        opacity: 0;
        transform: translate3d(-4%, 0, 0)
    }

    75% {
        transform: translate3d(-2%, 0, 0)
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes revealAnimation {
    0% {
        opacity: 1;
        transform: scaleX(0);
        transform-origin: left
    }

    49% {
        transform: scaleX(1);
        transform-origin: left
    }

    50% {
        transform-origin: right
    }

    to {
        transform: scaleX(0);
        transform-origin: right
    }
}

.revealAnimation {
    animation-name: revealAnimation;
    animation-timing-function: ease-in
}

.reveal {
    background-color: #fff;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scaleX(0);
    transform-origin: left;
    width: 102%;
    z-index: 50
}

.reveal+div,
.reveal+img,
.reveal+a {
    transition: opacity .3s .5s;
    opacity: 0
}

.reveal+div.reveal-delay,
.reveal+img.reveal-delay,
.reveal+a.reveal-delay {
    opacity: 1
}

@media screen and (max-width:767px) {
    .wow {
        visibility: visible !important;
        animation: none !important
    }
}

body .uwy.userway_p3 .uai {
    bottom: 45px !important
}

.ia-h1,
.ia-h2,
.ia-h3,
.ia-h4 {
    font-family: "Playfair Display", serif;
    line-height: 1;
    margin-bottom: 3.5rem;
    font-weight: 500
}

.ia-h1 {
    font-size: 7.2rem !important
}

.ia-h2 {
    font-size: 6rem !important
}

.ia-h3 {
    font-size: 4rem !important
}

.ia-h4 {
    font-size: 3rem !important
}

.ia-title {
    font-family: "Playfair Display", serif !important
}

.ia-text {
    font-family: Montserrat,sans-serif !important
}

.ia-bold {
    font-weight: 800
}

.ia-extra {
    font-weight: 900
}

.ia-white {
    color: #fff !important
}

.ia-gold {
    color: #f3c17d !important
}

.ia-green {
    color: #26e276 !important
}

.ia-purple {
    color: #420081 !important
}

.ia-margin-1 {
    margin-bottom: 1rem
}

.ia-margin-2 {
    margin-bottom: 2rem
}

.ia-margin-3 {
    margin-bottom: 3rem
}

.ia-margin-4 {
    margin-bottom: 4rem
}

img:not(.paint) {
    max-width: 100%;
    height: auto
}

.clear {
    font-size: 1px;
    clear: both
}

#snippet-box {
    display: none;
    visibility: hidden;
    width: 1px;
    height: 1px;
    position: absolute
}

.seo-title {
    visibility: hidden;
    width: 1px;
    height: 0;
    opacity: 0
}

#main {
    width: 100%;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0
}

.btn {
    cursor: pointer;
    z-index: 5;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    position: relative;
    background: 0 0;
    border: 2px solid #ed1c24;
    color: #ed1c24;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 2.3rem 3.5rem 2.3rem 4rem;
    line-height: 1;
    letter-spacing: .3rem;
    font-family: Montserrat,sans-serif;
    transition: background .35s, color .35s, padding .35s
}

.btn em {
    font-style: normal
}

.btn span {
    position: relative;
    display: block;
    padding-right: 40px;
    transition: padding .35s
}

.btn span:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 0;
    width: 31px;
    height: 12px;
    transition: transform .35s;
    background: url(../images/sprite.png) no-repeat 0 -517px
}

.btn:hover {
    color: #210b39;
    background: #ed1c24;
    z-index: 11
}

.btn:hover span:after {
    transform: translate(1rem, 0);
    background-position: -157px -218px
}

.hidden {
    position: absolute;
    left: 0;
    top: -500px;
    width: 1px;
    height: 1px;
    overflow: hidden
}

@keyframes bounce {

    from,
    20%,
    53%,
    80%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom;
    animation-duration: 1s;
    animation-fill-mode: both
}

.decor-donut {
    width: 5.5rem;
    height: 5.5rem;
    background: linear-gradient(90deg, #9f469a 0%, #733495 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px
}

.decor-donut span {
    background: #fff;
    width: 3.7rem;
    height: 3.7rem;
    border-radius: 100px
}

.decor-doublesquare {
    position: relative;
    width: 8rem;
    height: 8rem
}

.decor-doublesquare:before {
    background: #edeaf0;
    box-shadow: 0px 0px 7px 1px #edeaf0;
    width: 5.5rem;
    height: 5.5rem;
    border-radius: 10px;
    position: absolute;
    content: "";
    bottom: 0;
    right: 0
}

.decor-doublesquare:after {
    background: #bc97d8;
    box-shadow: 0px 0px 7px 1px #bf96d8;
    width: 5.5rem;
    height: 5.5rem;
    border-radius: 10px;
    position: absolute;
    content: "";
    top: 0;
    left: 0
}

.decor-doublesquare--dark:before {
    background: #2f124d;
    box-shadow: 0px 0px 7px 1px #2f124d
}

.decor-doublesquare--dark:after {
    background: #bf96d8;
    box-shadow: 0px 0px 7px 1px #bf96d8
}

.decor-singlesquare {
    position: relative;
    width: 6.5rem;
    height: 6.5rem
}

.decor-singlesquare:after {
    background: #bc97d8;
    box-shadow: 0px 0px 7px 1px #bf96d8;
    width: 6.5rem;
    height: 6.5rem;
    border-radius: 10px;
    position: absolute;
    content: "";
    top: 0;
    left: 0
}

.decor-singlesquare--dark:after {
    background: #2f124d;
    box-shadow: 0px 0px 7px 1px #2f124d
}

.link-button {
    display: inline-block;
    border: 2px solid #ed1c24;
    -webkit-appearance: none;
    border-radius: 0;
    background: 0 0;
    color: #ed1c24;
    font-size: 1.1rem;
    line-height: 2.3rem;
    font-weight: 700;
    font-family: Montserrat,sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    min-width: 17rem;
    text-decoration: none;
    padding: 1.5rem 5rem;
    letter-spacing: 2px
}

.link-button:before {
    display: block;
    position: absolute;
    top: 50%;
    right: 7%;
    margin-top: -6px;
    height: 20px;
    width: 44px;
    content: "";
    background: url(../images/sprite.png) no-repeat -110px -217px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s;
    z-index: 1
}

.link-button:after {
    background: #ed1c24 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 5px;
    left: 0;
    position: absolute;
    right: 0;
    width: 0;
    -webkit-transition: width .5s ease 0s;
    transition: width .5s ease 0s
}

.link-button:hover {
    color: #ed1c24
}

.link-button:hover:after {
    width: 100%
}

.link-button:hover:before {
    right: 5%;
    -webkit-transform: translate(.5rem, 0);
    transform: translate(.5rem, 0)
}

.link-button--green {
    color: #fff;
    background: #ed1c24
}

.link-button--green:hover {
    color: #fff
}

.link-button--greenpink {
    border: none;
    color: #fff;
    background: #ed1c24
}

.link-button--greenpink:after {
    background: #000 none repeat scroll 0 0;
    height: 100%;
    left: 0;
    top: 0;
    width: 0
}

.link-button--greenpink:hover {
    color: #fff
}

.link-button--greenpink:hover:after {
    width: 100%
}

.link-button--greenpink span {
    position: relative;
    z-index: 1
}

.custom-videoplayer+video::-webkit-media-controls-panel {
    display: none !important;
    opacity: 1 !important
}

.custom-videoplayer+audio::-webkit-media-controls-timeline,
.custom-videoplayer+video::-webkit-media-controls-timeline {
    display: none
}

.custom-videoplayer+audio::-webkit-media-controls,
.custom-videoplayer+video::-webkit-media-controls {
    display: none
}

.custom-videoplayer:hover .video-controls {
    display: block
}

.service-pages__link {
    color: #a384c8;
    margin-right: 32px;
    cursor: pointer;
    text-decoration: none;
    margin-bottom: 20px;
    display: inline-block
}

.service-pages__link.active {
    color: #fff
}

.service-pages__link:hover {
    color: #fff
}

.custom-videoplayer {
    position: relative;
    width: 100%;
    height: 100%
}

.custom-videoplayer .video-controls {
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 0 !important;
    left: 0;
    width: 100%;
    margin: auto;
    padding: 0 0 15px;
    transition: all .4s ease-in-out;
    display: none;
    height: 100%
}

.custom-videoplayer .video-controls.playing .play-button {
    background: url(../images/pause.svg) no-repeat 0 0;
    cursor: pointer;
    display: block;
    z-index: 23;
    text-indent: -9999px;
    transition: opacity .35s, visibility .35s
}

.custom-videoplayer .video-controls .top-wrapper {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%
}

.custom-videoplayer .video-controls .bottom-wrapper {
    padding: 0 20px;
    display: block
}

.custom-videoplayer .video-controls .progress-bar {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 10px;
    margin-bottom: 9px;
    cursor: pointer;
    background: rgba(241, 241, 241, .6)
}

.custom-videoplayer .video-controls .progress-bar span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 0;
    height: 100%
}

.custom-videoplayer .video-controls .progress-bar .time-bar {
    z-index: 10;
    background: #ed1c24
}

.custom-videoplayer .video-controls .progress-bar .buffer-bar {
    z-index: 5;
    background: rgba(241, 241, 241, .6)
}

.custom-videoplayer .video-controls .play-button {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 120px;
    height: 120px;
    background: url(../images/play.svg) no-repeat 0 0;
    cursor: pointer;
    display: block;
    z-index: 23;
    text-indent: -9999px;
    transition: opacity .35s, visibility .35s
}

.custom-videoplayer .video-controls .time {
    font-size: 11px;
    font-weight: 600;
    line-height: 12px;
    display: inline-block;
    width: 80px;
    vertical-align: middle;
    color: #f1f1f1
}

.custom-videoplayer .video-controls .sound-button {
    display: inline-block;
    width: 16px;
    cursor: pointer;
    vertical-align: middle
}

.custom-videoplayer .video-controls .sound-button:before {
    font-family: "FontAwesome";
    content: "ï€§";
    color: #fff
}

.custom-videoplayer .video-controls .sound-med:before {
    font-family: "FontAwesome";
    content: "ï€¨";
    color: #fff
}

.custom-videoplayer .video-controls .sound-muted:before {
    font-family: "FontAwesome";
    content: "ï€¦";
    color: #fff
}

.custom-videoplayer .video-controls .volume {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 70px;
    height: 4px;
    cursor: pointer;
    vertical-align: middle;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, .6)
}

.custom-videoplayer .video-controls .volume .volume-bar {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    background-color: #fff
}

.custom-videoplayer .video-controls .btnFS {
    position: relative;
    top: 3px;
    display: inline-block;
    float: right;
    cursor: pointer;
    vertical-align: middle
}

.custom-videoplayer .video-controls .btnFS:before {
    font-family: "FontAwesome";
    font-size: 14px;
    content: "ï‚²";
    color: #fff
}

.grecaptcha-badge {
    visibility: hidden;
    position: absolute;
    bottom: 0
}

.wpcf7-response-output {
    visibility: hidden;
    display: none !important
}

.deco {
    position: absolute;
    transform: scale(0);
    transition: transform .5s linear .7s
}

.deco span {
    border-radius: 50%;
    background: #01e471;
    display: block
}

.animated .deco {
    transform: scale(1)
}

.caption,
.wp-caption-text {
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #7f7d81;
    padding-left: 30px;
    position: relative;
    margin-top: 15px
}

.caption:before,
.wp-caption-text:before {
    width: 17px;
    height: 7px;
    background: #ed1c24;
    position: absolute;
    top: 3px;
    left: 0;
    content: ""
}

.wp-caption {
    margin-bottom: 5.5rem
}

.wp-video {
    max-width: 100%;
    height: auto
}

.wp-video {
    margin-bottom: 3.2rem
}

@media screen and (max-width:767px) {
    .ia-h1 {
        font-size: 6.2rem !important
    }

    .ia-h2 {
        font-size: 4.7rem !important
    }

    .ia-h3 {
        font-size: 3.2rem !important
    }

    .ia-h4 {
        font-size: 3.1rem !important
    }
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}

html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%
}

body {
    font-size: 1.9rem;
    line-height: 2.8rem;
    font-weight: 400;
    font-family: Montserrat,sans-serif;
    padding: 0;
    color: #210b39;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

nav ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none
}

.hidden {
    position: absolute;
    left: 0;
    top: -500px;
    width: 1px;
    height: 1px;
    overflow: hidden
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
    color: #4781b9;
    -webkit-transition: color .7s ease 0s;
    transition: color .7s ease 0s
}

a:hover {
    color: #6f8fad
}

a:focus {
    outline: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input,
select {
    vertical-align: middle
}

textarea:focus,
input:focus,
button:focus {
    outline: none
}

input,
button {
    border-radius: 0;
    -webkit-appearance: none
}

svg {
    max-height: 100%
}

.hide-shadow {
    box-shadow: none !important
}

#page {
    width: 100%;
    overflow: hidden
}

#page.page-change:before {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 99;
    content: ""
}

.inner {
    width: 100%;
    max-width: 1392px;
    padding: 0 3rem;
    margin: 0 auto;
    box-sizing: border-box
}

.clear {
    font-size: 1px;
    clear: both
}

.animated {
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
    opacity: 1 !important
}

@media screen and (max-width:1599px) {
    html {
        font-size: 60%
    }
}

@media screen and (max-width:1400px) {
    html {
        font-size: 58%
    }
}

@media screen and (max-width:1280px) {
    html {
        font-size: 56%
    }
}

@media screen and (max-width:1152px) {
    html {
        font-size: 54%
    }
}

@media screen and (max-width:1024px) {
    html {
        font-size: 52%
    }
}

@media screen and (max-width:767px) {
    html {
        font-size: 48%
    }

    .inner {
        padding: 0 5%
    }
}

@font-face {
    font-family: "Avenir";
    font-weight: 400;
    src: url(../fonts/Avenir-Regular.woff) format("woff");
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Avenir";
    font-weight: 600;
    src: url(../fonts/Avenir-Medium.woff) format("woff");
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Avenir";
    font-weight: 700;
    src: url(../fonts/Avenir-Bold.woff) format("woff");
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Avenir";
    font-weight: 900;
    src: url(../fonts/Avenir-Black.woff) format("woff");
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Avenir Book";
    font-weight: 400;
    src: url(../fonts/Avenir-Book.woff) format("woff");
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Avenir";
    font-weight: 300;
    src: url(../fonts/Avenir-UltraLight.woff) format("woff");
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "CaslonGraphiqueEF";
    src: url(../fonts/CaslonGraphiqueEF.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

.entry-content blockquote {
    padding: 30px 0 30px 100px;
    color: #2f0d53;
    position: relative
}

.entry-content blockquote svg {
    position: absolute;
    top: 0;
    left: 40px
}

.entry-content blockquote p {
    color: #2f0d53;
    font-size: 2.9rem;
    line-height: 4rem;
    font-weight: 800;
    transform: translate3d(-2rem, 0, 0);
    transition: transform .5s linear, opacity .3s;
    opacity: 0;
    margin-bottom: 0
}

.entry-content blockquote.animate p {
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.entry-content .video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}

.entry-content iframe {
    max-width: 100%
}

.entry-content .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.entry-content p {
    font-size: 2.1rem;
    line-height: 3.2rem;
    color: #210b39;
    margin-bottom: 3.2rem
}

.entry-content h2 {
    font-size: 4rem;
    line-height: 4rem;
    color: #210b39;
    margin-bottom: 3.2rem
}

.entry-content h3 {
    font-size: 3rem;
    line-height: 3rem;
    color: #210b39;
    margin-bottom: 3.2rem
}

.entry-content h4 {
    font-size: 1.9rem;
    line-height: 1.9rem;
    font-weight: 600;
    color: #210b39;
    margin-bottom: 3.2rem;
    text-transform: uppercase
}

.entry-content ul {
    list-style-type: none;
    margin-left: 6.7rem;
    padding-left: 0;
    margin-bottom: 4.6rem
}

.entry-content ul li {
    padding-left: 2.4rem;
    margin-bottom: 1.1rem;
    font-size: 1.9rem;
    position: relative;
    color: #210b39
}

.entry-content ul li:before {
    width: .7rem;
    height: .7rem;
    border-radius: .7rem;
    background: #ed1c24;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 1rem
}

.entry-content ol {
    list-style-type: none;
    margin-left: 6.5rem
}

.entry-content ol li {
    margin-bottom: 1.5rem;
    font-size: 1.9rem;
    line-height: 2.5rem;
    position: relative;
    color: #210b39;
    counter-increment: step-counter
}

.entry-content a {
    color: #210b39;
    font-weight: 600;
    text-decoration: underline
}

.entry-content a:hover {
    text-decoration: none
}

.entry-content ol li:before {
    content: counter(step-counter, decimal-leading-zero);
    font-size: 12px;
    color: #ed1c24;
    transform: translate(0, -.3rem) rotate(-90deg);
    display: inline-block;
    margin-right: 2.5rem
}

.entry-content .tags {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    padding-left: 30px;
    position: relative
}

.entry-content .tags a {
    color: #210b39
}

.entry-content .tags span {
    color: #ed1c24
}

.entry-content .tags:before {
    width: 17px;
    height: 7px;
    background: #ed1c24;
    position: absolute;
    top: 9px;
    left: 0;
    content: ""
}

.entry-content .slick-dots {
    position: absolute;
    top: 50%;
    width: 1200px;
    left: 50%;
    margin-left: -60px;
    transform: translate(-50%, -50%);
    padding-left: 0;
    width: 60px;
    margin-left: -630px
}

.entry-content .slick-dots li {
    width: 50px;
    height: 70px;
    margin: 6px 0;
    position: relative;
    display: block;
    padding-left: 10px;
    margin-bottom: 0
}

.entry-content .post-more {
    border: 1px solid #01e471;
    padding: 2rem 2.5rem 2rem 7rem;
    position: relative;
    color: #210b39;
    text-decoration: none;
    font-size: 1.7rem;
    line-height: 1.7rem;
    display: inline-block
}

.entry-content .post-more:hover {
    text-decoration: none
}

.entry-content .post-more:hover:after {
    transform: translate(5px, 0)
}

.entry-content .post-more:before {
    background: #ed1c24 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 5px;
    left: 0;
    width: 0;
    position: absolute;
    right: 0;
    transition: width .5s ease 0s
}

.entry-content .post-more:hover:before {
    width: 100%
}

.post-more:after {
    background: url(../images/sprite.png) no-repeat 0 -20px;
    width: 31px;
    height: 21px;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 2rem;
    transform: translate(0, 0);
    transition: transform .5s;
    content: ""
}

.entry-content.ia-white * {
    color: #fff !important
}

@media screen and (max-width:1500px) {
    .entry-content .slick-dots {
        width: auto;
        left: 100px;
        margin-left: -20px;
        transform: translate(0, -50%)
    }
}

@media screen and (max-width:1150px) {
    .entry-content .slick-dots li {
        width: 40px;
        height: 60px
    }

    .entry-content .slick-dots {
        margin-left: -10px
    }
}

@media screen and (max-width:1023px) {

    .entry-content ul,
    .entry-content ol {
        margin-left: 2.7rem
    }
}

@media screen and (max-width:767px) {
    .entry-content .slick-dots li {
        height: 39px;
        width: 29px
    }

    .entry-content .slick-dots {
        left: 130px;
        margin-left: -19px
    }

    .entry-content h2 {
        font-size: 3rem;
        margin-bottom: 2rem
    }

    .entry-content ul,
    .entry-content ol {
        margin-left: 3rem;
        margin-bottom: 3rem
    }
}

@media screen and (max-width:567px) {
    .entry-content .slick-dots {
        left: 50px
    }
}

@media screen and (max-width:560px) {
    .entry-content blockquote {
        padding-left: 60px
    }

    .entry-content blockquote svg {
        left: 0
    }
}

@media screen and (max-width:480px) {

    .entry-content ul,
    .entry-content ol {
        margin-left: 1rem
    }

    .entry-content ol li:before,
    .entry-content ul li:before {
        margin-right: 1.5rem
    }

    .entry-content .slick-dots {
        left: 35px
    }
}

#body {
    display: none
}

#header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    z-index: 999;
    transition: background .5s, opacity .5s
}

.loaded #header {
    opacity: 1
}

.loaded .page-change #header {
    opacity: 0;
    transition: background .5s, opacity .5s ease .1s
}

#header.scrolled {
    background:none;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .0)
}

#header.scrolled.temp {
    box-shadow: none;
    background: 0 0
}

.page-template-work-page #header.scrolled {
    background: 0 0;
    box-shadow: none
}

.navi-active #header {
    background: 0 0;
    box-shadow: none;
    z-index: 28000003
}

.navi-active #header.scrolled {
    background: 0 0;
    box-shadow: none
}

#header .inner {
    position: relative;
    max-width: 1560px;
    overflow: hidden
}

#logo {
    padding-top: 3.8rem;
    padding-bottom: 3rem;
    float: left;
    transition: padding .25s
}

#logo a {
    width: 165px;
    height: 62px;
    overflow: hidden;
    display: block;
    transition: opacity .3s, visibility .3s, width .4s ease .15s;
    position: relative;
    text-indent: -9999px
}

#logo a:hover {
    opacity: .7
}

#logo a:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/logo-white.png) no-repeat 0 0/contain;
    width: 100%;
    content: "";
    display: block;
    opacity: 0;
    transition: opacity .3s
}

#logo a:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    content: "";
    display: block;
    opacity: 0;
    transition: opacity .3s;
    background: url(../images/logo-purple.png) no-repeat 0 0/contain
}

#header.scrolled #logo a:before {
    opacity: 0
}

#header.scrolled #logo a:after {
    opacity: 1
}

.navi-active #header.scrolled #logo a:before,
.navi-active #header #logo a:before {
    opacity: 1
}

.scrolled #logo,
.page-template-work-page #logo {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.scrolled.temp #logo {
    padding-top: 3.8rem;
    padding-bottom: 3rem
}

.navi-active #logo a:before {
    opacity: 1
}

.navi-active #logo a:after {
    opacity: 0 !important
}

.navi-active #header.scrolled #logo a:after {
    opacity: 0
}

#logo.active a {
    background-position: 0 0
}

.navi-active #header .inner {
    padding: 0 3rem
}

#navi {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    background: #000;
    transition: opacity .5s, visibility .5s
}

#navi.active {
    opacity: 1;
    visibility: visible;
    z-index: 28000002
}

#navi li {
    min-width: 40rem;
    margin-bottom: 5rem;
    opacity: 1;
    transition: transform 1s, opacity .8s
}

#navi li.current-menu {
    animation-timing-function: ease-out;
    animation-duration: 1.2s;
    animation-fill-mode: both
}

#navi li.center.current-menu {
    transform: translate3d(0, 85vw, 0)
}

#navi li.top-left.current-menu {
    transform: translate3d(0, -65vw, 0)
}

#navi li.top-right.current-menu {
    transform: translate3d(0, -70vh, 0)
}

#navi li.bottom-left.current-menu {
    transform: translate3d(-60vw, 0, 0)
}

#navi li.bottom-right.current-menu {
    transform: translate3d(60vw, 0, 0)
}

#navi li.top-left {
    float: left;
    transform: translateY(-50vh)
}

#navi li.bottom-left {
    float: left;
    clear: left;
    transform: translateX(-50vw);
    margin-bottom: 0
}

#navi li.top-right {
    float: right;
    margin-bottom: 2.8rem;
    transform: translateY(-70vh)
}

#navi li.bottom-right {
    float: right;
    clear: right;
    transform: translateX(50vw);
    margin-bottom: 0
}

#navi li.center {
    position: absolute;
    top: 32rem;
    left: 44.5rem;
    transform: translateY(85vw);
    opacity: 1;
    min-width:25rem;
}

#navi li.center a {
    padding-bottom: 9rem;
    padding-top: 11rem;
    transform: rotateZ(-90deg);
    font-smoothing: antialiased
}

#navi li.top-right a {
    padding-top: 24rem
}

#navi li.bottom-left a {
    padding-top: 24rem;
    background-size: cover
}

#navi li.top-right a {
    background-size: cover
}

#navi.active li {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

#navi.active li.center {
    transform: scale(1)
}

#navi li a {
    background: #fff;
    display: block;
    padding: 9rem 5rem 10rem;
    text-decoration: none;
    position: relative
}

#navi li a:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 15px solid transparent;
    z-index: 9;
    content: ""
}

#navi li a .nav-line {
    position: absolute;
    background: #ed1c24
}

#navi li a .nav-line-1 {
    height: 15px;
    width: 0;
    right: 0;
    top: 0;
    transition: width .175s linear;
    transition-delay: .175s
}

#navi li a .nav-line-2 {
    height: 0;
    width: 15px;
    right: 0;
    bottom: 0;
    transition: height .175s linear;
    transition-delay: .35s
}

#navi li a .nav-line-3 {
    height: 15px;
    width: 0;
    right: 0;
    bottom: 0;
    transition: width .175s linear;
    transition-delay: .35s
}

#navi li a .nav-line-4 {
    height: 0;
    width: 15px;
    left: 0;
    bottom: 0;
    transition: height .175s linear;
    transition-delay: .175s
}

#navi li a:hover .nav-line-1 {
    transition-delay: .35s;
    width: 100%
}

#navi li a:hover .nav-line-3 {
    transition-delay: .175s;
    width: 100%
}

#navi li a:hover .nav-line-2 {
    transition-delay: .175s;
    height: 100%
}

#navi li a:hover .nav-line-4 {
    transition-delay: .35s;
    height: 100%
}

@keyframes currentInsightsAnimation {
    0% {
        transform: translate3d(0, 0, 0)
    }

    30% {
        transform: translate3d(0, -5rem, 0)
    }

    100% {
        transform: translate3d(0, 60vw, 0)
    }
}

@keyframes currentAgencyAnimation {
    0% {
        transform: translate3d(0, 0, 0)
    }

    30% {
        transform: translate3d(0, 5rem, 0)
    }

    100% {
        transform: translate3d(0, -50vw, 0)
    }
}

@keyframes currentCareersAnimation {
    0% {
        transform: translate3d(0, 0, 0)
    }

    30% {
        transform: translate3d(0, 5rem, 0)
    }

    100% {
        transform: translate3d(0, -70vh, 0)
    }
}

@keyframes currentWorkAnimation {
    0% {
        transform: translate3d(0, 0, 0)
    }

    30% {
        transform: translate3d(5rem, 0, 0)
    }

    100% {
        transform: translate3d(-60vw, 0, 0)
    }
}

@keyframes currentContactAnimation {
    0% {
        transform: translate3d(0, 0, 0)
    }

    30% {
        transform: translate3d(-5rem, 0, 0)
    }

    100% {
        transform: translate3d(60vw, 0, 0)
    }
}

.nav_desc span {
    transition: left .5s;
    transform: translateX(0)
}

#navi li a:hover .nav_desc span {
    left: 5px
}

#navi li.current-menu-item a {
    cursor: default
}

#navi li.current-menu-item a .nav_desc span {
    left: 5px
}

#navi li.current-menu-item a:after {
    border-color: #ed1c24 !important
}

.over-menu {
    background: url(../images/intro-menu-3.webp) no-repeat 50% 100%;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    height: 2161px;
    transition: transform 4.5s ease 2s
}

.overlay {
    background: url(../images/intro-03.png) no-repeat 0 100%;
    background-size: contain;
    transform: translateY(-200vh);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    transition: transform 3.8s
}

.overlay:before {
    position: absolute;
    left: 0;
    right: 0;
    background: #20063c;
    content: "";
    height: 200vh;
    display: block;
    bottom: 25%
}

.overlay.animate {
    transform: translateY(5vh)
}

.overlay-case {
    background: url(../images/intro-04.svg) no-repeat 50% 100%;
    background-size: cover;
    transform: translateY(-100%);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    transition: transform 1.5s ease-in, opacity 0s ease-in 1.5s;
    z-index: 1001
}

.overlay-case.animate {
    transform: translateY(50%);
    opacity: 0
}

.overlay-case:after {
    position: absolute;
    top: 99%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #fff;
    content: ""
}

#navi.loading-overlay {
    opacity: 1;
    transition-delay: .6s;
    z-index: 999;
    visibility: visible
}

.loading-overlay .over-menu {
    transform: translate(0, 2160px);
    transition: transform .9s
}

.inner-navi {
    max-width: 120rem;
    margin: 0 auto;
    position: relative;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%)
}

.inner-navi:after {
    display: block;
    clear: both;
    content: ""
}

.nav_desc {
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 22px;
    height: 22px;
    color: #2d0c4e;
    display: block;
    margin-bottom: 2.7rem;
    text-transform: uppercase;
    position: relative;
    padding-left: 45px
}

.nav_desc:before {
    position: absolute;
    content: attr(data-heading);
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    left: 0px;
    top: 0;
    line-height: 22px;
    white-space: nowrap;
    color: #2d0c4e;
    transform: translate3d(0, 0, 0)
}

.page-template-home-page #logo a:before,
.page-template-agency-page #logo a:before,
.page-template-work-page.navi-active #logo a:before,
.page-template-contact-page.navi-active #logo a:before,
.single-post.navi-active #logo a:before,
.single-position.navi-active #logo a:before,
.single-work #logo a:before,
.page-template-service-page #logo a:before,
.category #logo a:before,
.page-template-careers-page #logo a:before,
.archive.tag #logo a:before,
.navi-active #header.purple #logo a:before,
.error404 #header #logo a:before,
.page-template-page-templatesthanks-page-php #header #logo a:before {
    opacity: 1
}

.page-template-flexible-page #header #logo a:before,
.page-template-flexible-page #header.scrolled #logo a:after {
    opacity: 1
}

.page-template-flexible-page.navi-active #header.scrolled #logo a:before {
    opacity: 1
}

.page-template-page-templateswork-new-page-php #header #logo a:after {
    opacity: 1
}

.page-template-page-templateswork-new-page-php #header.white #logo a:before,
.page-template-page-templateswork-new-page-php #header.white.scrolled #logo a:after {
    opacity: 1
}

.page-template-page-templateswork-new-page-php.navi-active #header.white.scrolled #logo a:before {
    opacity: 1
}

.page-template-home-page #logo a:after,
.page-template-agency-page #logo a:after,
.page-template-work-page.navi-active #logo a:after,
.page-template-contact-page.navi-active #logo a:after,
.single-post.navi-active #logo a:after,
.single-position.navi-active #logo a:after,
.single-work #logo a:after,
.page-template-service-page #logo a:after,
.category #logo a:after,
.page-template-careers-page #logo a:after,
.archive.tag #logo a:after,
.navi-active #header.purple #logo a:after,
.error404 #header #logo a:after {
    opacity: 0
}

.page-template-flexible-page #header #logo a:after,
.page-template-flexible-page #header.scrolled #logo a:before {
    opacity: 0
}

.page-template-flexible-page.navi-active #header.scrolled #logo a:after {
    opacity: 0
}

.page-template-page-templateswork-new-page-php.navi-active #header #logo a:after {
    opacity: 0
}

.page-template-page-templateswork-new-page-php #header.white #logo a:after,
.page-template-page-templateswork-new-page-php #header.white.scrolled #logo a:before {
    opacity: 0
}

.page-template-page-templateswork-new-page-php.navi-active #header.white.scrolled #logo a:after {
    opacity: 0
}

.page-template-work-page #logo a:after,
.page-template-contact-page #logo a:after,
.single-post #logo a:after,
.single-position #logo a:after,
#header.purple #logo a:after {
    opacity: 1
}

.page-template-work-page #logo a:before,
.page-template-contact-page #logo a:before,
.single-post #logo a:before,
.single-position #logo a:before,
#header.purple #logo a:before {
    opacity: 0
}

.page-template-home-page .menu-icon span {
    background: #fff
}

.page-template-home-page .menu-icon span:before,
.page-template-home-page .menu-icon span:after {
    background: #fff
}

.single-work .menu-icon span {
    background: #fff
}

.single-work .menu-icon span:before,
.single-work .menu-icon span:after {
    background: #fff
}

.page-template-contact-page .menu-icon span {
    background: #fff
}

.page-template-contact-page .menu-icon span:before,
.page-template-contact-page .menu-icon span:after {
    background: #fff
}

.category .menu-icon span {
    background: #fff
}

.category .menu-icon span:before,
.category .menu-icon span:after {
    background: #fff
}

.archive.tag .menu-icon span {
    background: #fff
}

.archive.tag .menu-icon span:before,
.archive.tag .menu-icon span:after {
    background: #fff
}

.error404 .menu-icon span {
    background: #fff
}

.error404 .menu-icon span:before,
.error404 .menu-icon span:after {
    background: #fff
}

.page-template-page-templatesthanks-page-php .menu-icon span {
    background: #fff
}

.page-template-page-templatesthanks-page-php .menu-icon span:before,
.page-template-page-templatesthanks-page-php .menu-icon span:after {
    background: #fff
}

.page-template-flexible-page .menu-icon span {
    background: #fff
}

.page-template-flexible-page .menu-icon span:before,
.page-template-flexible-page .menu-icon span:after {
    background: #fff
}

.page-template-page-templateswork-new-page-php #header.white .menu-icon span {
    background: #fff
}

.page-template-page-templateswork-new-page-php #header.white .menu-icon span:before,
.page-template-page-templateswork-new-page-php #header.white .menu-icon span:after {
    background: #fff
}

.page-template-page-templateswork-new-page-php.navi-active #header.white.scrolled .menu-icon span {
    background: #fff
}

.page-template-page-templateswork-new-page-php.navi-active #header.white.scrolled .menu-icon span:before,
.page-template-page-templateswork-new-page-php.navi-active #header.white.scrolled .menu-icon span:after {
    background: #fff
}

#header.scrolled .menu-icon span {
    background: #331d4b
}

#header.scrolled .menu-icon span:before,
#header.scrolled .menu-icon span:after {
    background: #331d4b
}

#header.purple .menu-icon span {
    background: #331d4b
}

#header.purple .menu-icon span:before,
#header.purple .menu-icon span:after {
    background: #331d4b
}

.page-template-flexible-page.flex-type1 #header .menu-icon span {
    background: #331d4b
}

.page-template-flexible-page.flex-type1 #header .menu-icon span:before,
.page-template-flexible-page.flex-type1 #header .menu-icon span:after {
    background: #331d4b
}

.page-template-page-templateswork-new-page-php #header.white.scrolled .menu-icon span {
    background: #331d4b
}

.page-template-page-templateswork-new-page-php #header.white.scrolled .menu-icon span:before,
.page-template-page-templateswork-new-page-php #header.white.scrolled .menu-icon span:after {
    background: #331d4b
}

.navi-active #header.scrolled .menu-icon span {
    background: #fff
}

.navi-active #header.scrolled .menu-icon span:before,
.navi-active #header.scrolled .menu-icon span:after {
    background: #fff
}

.navi-active #header .menu-icon span {
    background: #fff
}

.navi-active #header .menu-icon span:before,
.navi-active #header .menu-icon span:after {
    background: #fff
}

.page-template-work-new-page #header .inner,
.single-work #header .inner {
    max-width: 10000px
}

.page-template-page-templateswork-new-page-php #header #logo a:after {
    opacity: 0
}

.page-template-page-templateswork-new-page-php #header #logo a:before {
    opacity: 1
}

.page-template-page-templateswork-new-page-php .menu-icon span {
    background: #fff
}

.page-template-page-templateswork-new-page-php .menu-icon span:before,
.page-template-page-templateswork-new-page-php .menu-icon span:after {
    background: #fff
}

.page-template-page-templateswork-new-page-php #logo {
    padding-top: 2.6rem
}

.single-work #logo {
    padding-top: 2.6rem
}

.page-template-page-templateswork-new-page-php .scrolled #logo,
.single-work .scrolled #logo {
    padding-top: 2rem
}

.page-template-page-templateswork-new-page-php .scrolled .menu-icon,
.single-work .scrolled .menu-icon {
    top: 4.5rem
}

.page-template-page-templateswork-new-page-php .menu-icon,
.single-work .menu-icon {
    top: 3.5rem
}

body.overlayed,
html.overlayed {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    overflow: hidden
}

body.overlayed.no-touch {
    overflow-y: auto
}

body.overlayed #header {
    opacity: 0
}

#navi li a span.item-nav {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-size: 6rem;
    color: #000;
    display: block
}

#navi li.top-right a .nav_desc:before,
#navi li.top-right a span.item-nav {
    color: #fff
}

#navi li.bottom-left a .nav_desc:before,
#navi li.bottom-left a span.item-nav {
    color: #fff
}

.menu-icon {
    height: 16px;
    position: absolute;
    right: 3rem;
    top: 4.5rem;
    cursor: pointer;
    width: 36px;
    opacity: 1;
    z-index: 99999;
    transition: all .25s ease
}

.menu-icon.active {
    color: #fff !important
}

.menu-icon.active span {
    background-color: #fff
}

.menu-icon.active span:before,
.menu-icon.active span:after {
    background-color: #fff
}

.scrolled .menu-icon,
.page-template-work-page .menu-icon {
    top: 4.5rem
}

.scrolled.temp .menu-icon {
    top: 4.1rem
}

.menu-icon span {
    position: relative;
    top: 7px;
    display: block;
    width: 100%;
    height: 2px;
    margin: 0 auto;
    background-color: #331d4b;
    background-size: contain
}

.menu-icon span:before,
.menu-icon span:after {
    display: block;
    width: 100%;
    height: 2px;
    margin: 0 auto;
    background-color: #331d4b;
    background-size: contain
}

.menu-icon span:before,
.menu-icon span:after {
    content: "";
    position: absolute;
    left: 0
}

.menu-icon span:before {
    top: 9px
}

.menu-icon:hover span:before,
.menu-icon:hover span:after {
    top: 7px
}

.menu-icon span:after {
    top: -9px
}

.menu-icon:hover span:after {
    top: -7px
}

.menu-icon span {
    transition: transform .25s ease-in, background-color .5s
}

.menu-icon span:before,
.menu-icon span:after {
    transition: top .25s ease-in, transform .25s ease-in, background-color .5s
}

.menu-icon.active span {
    transition: transform .25s .15s ease-in;
    transform: rotate3d(0, 0, 1, 135deg)
}

.menu-icon.active span:before,
.menu-icon.active span:after {
    transition: top .15s ease-in, transform .25s .15s ease-in;
    transform: rotate3d(0, 0, 1, 90deg);
    top: 0;
    animation-name: squishFake
}

.menu-icon.active:hover span:before,
.menu-icon.active:hover span:after {
    transition: top .15s ease-in, transform .25s .15s ease-in;
    transform: rotate3d(0, 0, 1, 90deg);
    top: 0;
    animation-name: squishFake
}

@keyframes squishTop {
    0% {
        top: 9px
    }

    100% {
        top: 6px
    }
}

@keyframes squishBottom {
    0% {
        top: -9px
    }

    100% {
        top: -6px
    }
}

@keyframes squishFake {
    0% {
        top: 0
    }

    100% {
        top: 0
    }
}

@media screen and (max-width:1400px) {
    #navi li a {
        padding: 7rem 5rem 8rem
    }
}

@media screen and (max-width:1023px) {
    .page-template-work-new-page #header {
        background: #210b39
    }

    .page-template-work-new-page.navi-active #header {
        border: none;
        background: 0 0
    }

    #navi {
        overflow-y: auto
    }

    .portrait #navi {
        height: auto;
        bottom: 0
    }

    .portrait #navi li:last-child {
        margin-bottom: 0 !important
    }

    .portrait .inner-navi {
        position: static;
        transform: inherit
    }

    .portrait .menu-main-menu-container {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        transform: translate(0, -50%)
    }

    #navi {
        width: 100%;
        text-align: center
    }

    #navi li.top-left,
    #navi li.top-right,
    #navi li.bottom-left,
    #navi li.bottom-right,
    #navi li.center {
        transform: translate(-80px, 0);
        opacity: 0;
        transition: transform .5s, opacity .5s
    }

    #navi li.top-left {
        transition-delay: .2s
    }

    #navi li.top-right {
        transition-delay: .3s
    }

    #navi li.bottom-left {
        transition-delay: .4s
    }

    #navi li.bottom-right {
        transition-delay: .5s
    }

    #navi li.center {
        transition-delay: .6s
    }

    #navi li a:after {
        display: none
    }

    #navi li.current-menu-item a span.item-nav {
        color: #ed1c24
    }

    #navi.active li {
        transform: translate(0, 0) !important;
        opacity: 1 !important
    }

    #navi li {
        display: block;
        float: none !important;
        margin-bottom: 50px !important
    }

    #navi li.center {
        position: static
    }

    #navi li.center a {
        transform: rotateZ(0deg)
    }

    #navi li a {
        padding: 0 !important;
        background: 0 0 !important
    }

    #navi li a span.item-nav {
        color: #fff
    }

    .inner-navi {
        top: 0;
        padding: 130px 4% 0;
        transform: translateY(0) scale(1)
    }

    #navi li a span.item-nav {
        line-height: normal
    }

    .nav-line,
    .nav_desc {
        display: none
    }
}

@media screen and (max-width:767px) {
    .overlay {
        display: none
    }

    .page-template-flexible-page.flex-type1 #header .menu-icon span {
        background: #fff
    }

    .page-template-flexible-page.flex-type1 #header .menu-icon span:before,
    .page-template-flexible-page.flex-type1 #header .menu-icon span:after {
        background: #fff
    }

    .page-template-flexible-page.flex-type1.navi-active #header .menu-icon span {
        background: #fff
    }

    .page-template-flexible-page.flex-type1.navi-active #header .menu-icon span:before,
    .page-template-flexible-page.flex-type1.navi-active #header .menu-icon span:after {
        background: #fff
    }

    .page-template-flexible-page.flex-type1.navi-active #header.scrolled .menu-icon span {
        background: #fff
    }

    .page-template-flexible-page.flex-type1.navi-active #header.scrolled .menu-icon span:before,
    .page-template-flexible-page.flex-type1.navi-active #header.scrolled .menu-icon span:after {
        background: #fff
    }

    .page-template-flexible-page.flex-type1 #header.scrolled .menu-icon span {
        background: #331d4b
    }

    .page-template-flexible-page.flex-type1 #header.scrolled .menu-icon span:before,
    .page-template-flexible-page.flex-type1 #header.scrolled .menu-icon span:after {
        background: #331d4b
    }
}

@media screen and (max-width:480px) {
    #navi li a span.item-nav {
        font-size: 5rem
    }
}

@media screen and (max-height:420px) {
    .page-template-work-page #header {
        position: absolute
    }

    .home #header {
        position: fixed
    }
}

@media screen and (max-width:374px) {
    #navi li {
        margin-bottom: 35px !important
    }
}

@media screen and (max-width:359px) {
    #navi li {
        margin-bottom: 28px !important
    }
}

#footer {
    padding: 0 3rem;
    background: #000;
    position: relative;
    margin-top: -1px;
    z-index: 28000001
}

#footer .inner {
    border-top: 1px solid #413556;
    padding: 2.1rem 0 2rem;
    line-height: 19px;
    color: #565169;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 1.1rem
}

#footer .socials {
    float: right
}

#footer .socials li {
    float: left;
    margin-left: 2.7rem
}

#footer .socials li a {
    font-size: 21px;
    color: #f5f5f5;
    transition: opacity .35s;
    display: block
}

#footer .socials li a svg {
    display: block
}

#footer .socials li a:hover {
    opacity: .7
}

#footer .copyright {
    float: left
}

#footer nav li {
    float: left;
    margin-left: 1.5rem;
    padding-left: 1.7rem;
    position: relative
}

#footer ul {
    list-style-type: none
}

#footer nav li:before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 3px;
    background: #565169;
    content: "";
    height: 1px;
    margin-top: -1px;
    display: block
}

#footer nav li a {
    display: block;
    color: #565169;
    text-decoration: none;
    transition: color .5s, opacity .5s;
    opacity: 1
}

#footer nav li a:hover {
    color: #fff;
    opacity: .5
}

.top-footer {
    background: #210b39;
    text-align: center;
    color: #fff;
    padding: 10.5rem 0 6.8rem;
    font-size: 1.7rem
}

.top-footer .inner {
    position: relative
}

.top-footer h3 {
    display: inline-block;
    text-align: center;
    font-size: 4rem;
    line-height: 4.2rem;
    position: relative;
    font-family: "Playfair Display", serif;
    font-weight: 400;
    padding-bottom: 10rem;
    margin-bottom: 3.7rem;
    letter-spacing: 2px
}

.top-footer h3:before {
    position: absolute;
    left: 50%;
    top: 9rem;
    width: 1px;
    height: 0;
    transition: height .5s .5s;
    background: #01e471;
    content: "";
    display: block
}

.top-footer.animated h3:before {
    height: 5.4rem
}

.top-footer h3 em {
    font-style: normal;
    position: relative;
    z-index: 4;
    display: inline-block;
    padding: 0 12.5rem
}

.top-footer p {
    letter-spacing: 1px;
    word-spacing: -2px;
    position: relative;
    z-index: 5;
    opacity: 0;
    transition: opacity .5s linear 1s
}

.top-footer p a {
    text-decoration: none;
    color: #01e471
}

.top-footer p a:hover {
    text-decoration: underline
}

.top-footer.animated p {
    opacity: 1
}

.top-footer h3 .img-wrap {
    position: absolute;
    top: -3.4rem;
    right: 0;
    padding: 6.3rem 0 0 7.6rem;
    display: block;
    z-index: 2
}

.top-footer h3 .img-wrap:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 9.3rem;
    height: 9.3rem;
    content: "";
    z-index: -1;
    display: block;
    border: .4rem solid #2ff092
}

.top-footer h3 .img-wrap img {
    width: 10.1rem;
    height: auto;
    vertical-align: top;
    transform: translate(-7.6rem, -6.3rem);
    transition: transform 1s
}

.top-footer h3 .img-wrap img.no-transition {
    transition: transform 0s
}

.top-footer.animated h3 .img-wrap img {
    transform: translate(0, 0)
}

.top-footer .deco.deco-01 {
    left: 11.5%;
    top: 20%
}

.top-footer .deco.deco-01 span {
    width: 1.5rem;
    height: 1.5rem
}

.top-footer .deco.deco-02 {
    left: 18.7%;
    top: 44%;
    transition: transform .5s linear 1s
}

.top-footer .deco.deco-02 span {
    width: 3.4rem;
    height: 3.4rem
}

.error404 #footer,
.page-template-page-templatesthanks-page-php #footer {
    display: none
}

.single-post #footer,
.archive #footer,
.page-template-blog-page #footer,
.page-template-work-page #footer {
    background: #fff
}

.single-post #footer .inner,
.archive #footer .inner,
.page-template-blog-page #footer .inner,
.page-template-work-page #footer .inner {
    border-color: #dddce1
}

.single-post #footer .socials li a,
.archive #footer .socials li a,
.page-template-blog-page #footer .socials li a,
.page-template-work-page #footer .socials li a {
    opacity: 1
}

.single-post #footer nav li a:hover,
.archive #footer nav li a:hover,
.page-template-blog-page #footer nav li a:hover,
.page-template-work-page #footer nav li a:hover {
    color: #565169
}

.recent-posts {
    padding-bottom: 10rem
}

.single-post #footer .socials li a:hover,
.archive #footer .socials li a:hover,
.page-template-blog-page #footer .socials li a:hover,
.page-template-work-page #footer .socials li a:hover {
    opacity: .5
}

.single-post #footer .socials li.twt-icon a,
.archive #footer .socials li.twt-icon a,
.page-template-blog-page #footer .socials li.twt-icon a,
.page-template-work-page #footer .socials li.twt-icon a {
    background-position: -41px -183px
}

.single-post #footer .socials li.linkedin-icon a,
.archive #footer .socials li.linkedin-icon a,
.page-template-blog-page #footer .socials li.linkedin-icon a,
.page-template-work-page #footer .socials li.linkedin-icon a {
    background-position: 0 -183px
}

.single-post #footer .socials li.instagram-icon a,
.archive #footer .socials li.instagram-icon a,
.page-template-blog-page #footer .socials li.instagram-icon a,
.page-template-work-page #footer .socials li.instagram-icon a {
    background-position: -88px -183px
}

.single-post #footer .socials li.fb-icon a,
.archive #footer .socials li.fb-icon a,
.page-template-blog-page #footer .socials li.fb-icon a {
    background-position: -134px -183px
}

.page-template-work-page #footer {
    display: block !important;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fcfcfc
}

.page-template-work-page #footer .socials li.fb-icon a {
    background-position: -134px -183px
}

.crossed #footer {
    opacity: .2;
    filter: blur(5px);
    transform: translateZ(-250px)
}

@media screen and (max-width:1023px) {
    #footer {
        z-index: 10
    }
}

@media screen and (max-width:767px) {

    .page-template-home-page-2023 .top-footer .deco.deco-01,
    .page-template-home-page-2023 .top-footer .deco.deco-02,
    .page-template-home-page-2023 .top-footer h3:before,
    .page-template-home-page-2023 .top-footer h3 .img-wrap img,
    .page-template-home-page-2023 .top-footer p {
        transition: none !important
    }

    .page-template-service-page #footer {
        position: relative;
        margin-top: -1px;
        z-index: 10
    }

    .page-template-work-page #footer {
        display: none !important
    }
}

@media screen and (max-width:640px) {
    #footer .copyright {
        float: none;
        text-align: center;
        margin-bottom: 1rem;
        display: inline-block;
        margin-top: 1rem
    }

    #footer .inner {
        text-align: center
    }

    #footer nav {
        text-align: center;
        display: inline-block
    }

    #footer nav li {
        float: none;
        display: inline-block;
        margin: 0 .8rem
    }

    #footer .socials {
        float: none;
        padding-top: .7rem;
        text-align: center
    }

    #footer .socials li {
        margin: 0 1.4rem;
        float: none;
        display: inline-block;
        vertical-align: middle
    }
}

@media screen and (max-width:560px) {

    .is-mobile-work.page-template-work-page #footer,
    .is-desktop-work.page-template-work-page #footer {
        display: none !important
    }
}

@media screen and (max-width:480px) {
    .top-footer {
        padding-top: 6.8rem
    }

    .top-footer h3 {
        display: block;
        padding-bottom: 9rem
    }

    .top-footer h3 em {
        padding: 0
    }

    .top-footer h3 .img-wrap {
        right: 2%;
        top: 6rem;
        padding-top: 0;
        padding-left: 4rem
    }

    .top-footer h3 .img-wrap:before {
        top: 0
    }

    .top-footer h3 .img-wrap img {
        transform: translate(-4rem, 2.6rem);
        transition: transform 1s
    }

    .top-footer.animated h3 .img-wrap img {
        transform: translate(0, 0)
    }
}

@media screen and (max-width:374px) {
    .top-footer h3 {
        font-size: 3.4rem
    }
}

div.fancy-select {
    position: relative;
    font-size: 1.7rem;
    color: #515151;
    vertical-align: top
}

div.fancy-select select:focus+div.trigger.open {
    box-shadow: none
}

div.fancy-select div.trigger {
    cursor: pointer;
    padding: 0 50px 0 2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-bottom: 3px solid #ed1c24;
    color: #1d0239;
    transition: all .24s ease-out;
    -ms-transition: all .24s ease-out;
    width: 100%;
    box-sizing: border-box;
    line-height: 4.6rem;
    font-weight: 400;
    font-family: Montserrat,sans-serif;
    font-size: 17px
}

div.fancy-select div.trigger:after {
    position: absolute;
    content: "";
    top: 50%;
    margin-top: -9px;
    right: 12px;
    width: 18px;
    height: 18px;
    background: url(../../uploads/2023/10/sprite.png) no-repeat 0 -150px
}

div.fancy-select div.trigger.open:after {
    background-position: 0 -128px
}

div.fancy-select ul.options {
    list-style: none;
    margin: 0;
    box-sizing: border-box;
    position: absolute;
    top: 4.8rem;
    left: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 50;
    max-height: 231px;
    overflow: auto;
    background: #f5f5f5;
    border-bottom: 3px solid #ed1c24;
    min-width: 10px;
    font-family: Montserrat,sans-serif;
    font-size: 14px;
    width: 100%
}

div.fancy-select ul.options li {
    padding: .5rem 1.5rem .5rem 2.5rem;
    color: #1d0239;
    cursor: pointer;
    white-space: nowrap;
    transition: all .15s ease-out;
    -ms-transition: all .15s ease-out
}

div.fancy-select li.selected {
    color: #292929;
    color: #fff;
    background: #ed1c24
}

div.fancy-select li.hover {
    color: #fff;
    background: #ed1c24
}

div.fancy-select ul.options.open {
    visibility: visible;
    top: 4.8rem;
    opacity: 1;
    transition: opacity .3s ease-out, top .3s ease-out;
    -ms-transition: opacity .3s ease-out, top .3s ease-out
}

div.fancy-select ul.options.overflowing {
    top: auto;
    bottom: 4.8rem;
    transition: opacity .3s ease-out, bottom .3s ease-out, visibility .3s ease-out;
    -ms-transition: opacity .3s ease-out, bottom .3s ease-out, visibility .3s ease-out
}

div.fancy-select ul.options.overflowing.open {
    top: auto;
    bottom: 4.8rem;
    transition: opacity .3s ease-out, bottom .3s ease-out;
    -ms-transition: opacity .3s ease-out, bottom .3s ease-out
}

div.fancy-select.disabled {
    opacity: .5
}

.howdid input {
    cursor: pointer;
    padding: 0 50px 0 2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-bottom: 3px solid #ed1c24;
    color: #1d0239;
    transition: all .24s ease-out;
    -ms-transition: all .24s ease-out;
    width: 100%;
    box-sizing: border-box;
    line-height: 4.6rem;
    font-weight: 400;
    font-family: Montserrat,sans-serif;
    font-size: 17px;
    height: 4.6rem;
    margin-bottom: 5rem;
    cursor: default;
    padding-right: 2rem
}

.other-answer {
    margin-bottom: 5rem
}

.other-answer input {
    cursor: pointer;
    padding: 0 50px 0 2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-bottom: 3px solid #ed1c24;
    color: #1d0239;
    transition: all .24s ease-out;
    -ms-transition: all .24s ease-out;
    width: 100%;
    box-sizing: border-box;
    line-height: 4.6rem;
    font-weight: 400;
    font-family: Montserrat,sans-serif;
    font-size: 17px;
    height: 4.6rem;
    margin-bottom: 5rem;
    cursor: default;
    padding-right: 2rem;
    max-width: 300px;
    margin-bottom: 0
}

.contact-step-right div.fancy-select div.trigger:after {
    margin-top: -3px
}

.page-template-contact-2021-page #logo a:before {
    opacity: 1
}

.page-template-contact-2021-page #logo a:after {
    opacity: 0
}

.page-template-contact-2021-page .menu-icon span,
.page-template-contact-2021-page .menu-icon span:before,
.page-template-contact-2021-page .menu-icon span:after {
    background: #fff
}

.contact-section-wrap {
    background: #000;
    padding-top: 125px
}

.contact-section-wrap .contact-section {
    background: #eee;
    padding: 3.5rem 10% 6rem 9%;
    margin-bottom: 14rem;
    position: relative
}

.contact-section-wrap.filled {
    opacity: 0
}

.contact-section-wrap.filled .contacts-steps .contact-step.contact-step-1 {
    display: none
}

.wpcf7-form-control-wrap {
    display: block
}

.check-hide {
    display: none
}

.paragraph {
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    font-size: 1.9rem;
    line-height: 2.8rem;
    color: #210b39;
    margin-bottom: 5rem
}

.paragraph a {
    color: #ed1c24;
    text-decoration: none
}

.paragraph a:hover {
    text-decoration: underline
}

.file-field {
    padding-right: 95px;
    color: #1d0239;
    font-family: Montserrat,sans-serif;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 51px;
    position: relative;
    display: block;
    vertical-align: top;
    padding-bottom: 13px
}

.field-row-file {
    position: relative
}

.field-row-file span[data-name=file] input {
    display: none
}

.field-row-file span.wpcf7-not-valid-tip {
    bottom: -2.5rem
}

.field-row-file .file-name-contact {
    top: 100%;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    font-size: 1.8rem;
    color: #000;
    margin-top: 1.5rem;
    text-align: right;
    display: block;
    padding-right: 30px;
    position: relative
}

.field-row-file .file-name-contact .remove-file {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    right: 0;
    cursor: pointer;
    transform: translate(0, -50%)
}

.field-row-file .file-name-contact .remove-file:before,
.field-row-file .file-name-contact .remove-file:after {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background: #000
}

.field-row-file .file-name-contact .remove-file:after {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.field-row-file .file-field {
    font-size: 2.6rem;
    font-weight: 400;
    color: #000;
    border: 2px solid #dbd3e4;
    background: #dbd3e4;
    padding-bottom: 0;
    padding-left: 2.5rem;
    line-height: 6rem;
    border-radius: 3px;
    cursor: pointer
}

.field-row-file .file-field.added {
    border-color: #000
}

.field-row-file .file-field:after {
    display: none
}

.field-row-file .file-field em {
    font-size: 11px;
    color: #a384c8;
    font-style: normal;
    line-height: 1.2;
    display: inline-block;
    vertical-align: middle
}

.field-row-file .file-field em i {
    font-style: normal;
    display: block
}

.field-row-file .file-field svg {
    position: absolute;
    right: 1.8rem;
    top: 50%;
    transform: translate(0, -50%)
}

.field-row {
    position: relative;
    margin-bottom: 2.5rem
}

.field-row div.fancy-select div.trigger {
    background: 0 0;
    height: 6rem;
    line-height: 6rem;
    font-size: 2.7rem;
    border: none;
    border-bottom: 2px solid #000;
    padding-left: 0;
    color: #000
}

.field-row div.fancy-select div.trigger:after {
    background: 0 0;
    width: 0;
    right: 0;
    height: 0;
    border: 7px solid transparent;
    border-top: 11px solid #000
}

.field-row div.fancy-select ul.options {
    top: 6rem;
    margin-top: -2px;
    z-index: 20;
    background: #fff;
    max-height: 310px;
    border-bottom: 3px solid #000
}

.field-row div.fancy-select ul.options .open {
    top: 6rem
}

.field-row div.fancy-select ul.options li {
    padding: 1rem 4.4rem;
    font-size: 2.7rem;
    color: #000
}

.field-row div.fancy-select ul.options li.hover,
.field-row div.fancy-select ul.options li.selected {
    background: #eee
}

.field-row .howdid input {
    margin-bottom: 0
}

.field-row.focused label {
    top: 0;
    font-size: 1.5rem;
    line-height: 1
}

.field-row label {
    font-size: 2.6rem;
    color: #000;
    opacity: .6;
    transition: top .1s;
    position: absolute;
    left: 0;
    top: 2rem;
    pointer-events: none;
    z-index: 5
}

.field-row textarea,
.field-row input[type=text],
.field-row input[type=tel],
.field-row input[type=number],
.field-row input[type=email] {
    height: 6rem;
    padding-top: 1rem;
    border: none;
    width: 100%;
    font-size: 2.6rem;
    color: #000;
    font-family: Montserrat,sans-serif;
    border-bottom: 2px solid #000;
    background: 0 0;
    box-sizing: border-box;
    -webkit-appearance: none
}

.field-row textarea:-webkit-autofill,
.field-row input[type=text]:-webkit-autofill,
.field-row input[type=tel]:-webkit-autofill,
.field-row input[type=number]:-webkit-autofill,
.field-row input[type=email]:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #eee inset;
    -webkit-text-fill-color: #000
}

.field-row textarea:focus,
.field-row input[type=text]:focus,
.field-row input[type=tel]:focus,
.field-row input[type=number]:focus,
.field-row input[type=email]:focus {
    border-bottom-color: #ed1c24
}

.field-row textarea.wpcf7-not-valid,
.field-row input[type=text].wpcf7-not-valid,
.field-row input[type=tel].wpcf7-not-valid,
.field-row input[type=number].wpcf7-not-valid,
.field-row input[type=email].wpcf7-not-valid {
    border-bottom-color: #e3004b;
    color: #e3004b
}

.field-row .wpcf7-not-valid-tip {
    bottom: auto !important;
    top: 100%;
    width: 100%;
    color: #e3004b;
    font-size: 13px;
    position: absolute
}

.field-row textarea {
    resize: none;
    padding-top: 1.5rem;
    height: 6rem !important;
    transition: height .5s;
    display: block;
    border-radius: 0
}

.field-row textarea:focus {
    height: 23.5rem !important
}

.contact-step-tabs {
    text-align: center;
    margin-bottom: 20px
}

.contact-step-tabs .contact-step-tabs-in {
    display: inline-block;
    vertical-align: top;
    position: relative
}

.contact-step-tabs .contact-step-tabs-in:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 19px;
    height: 2px;
    background: #f1d7b6;
    opacity: 0;
    transition: opacity .3s .8s
}

.contact-step-tabs .contact-step-tabs-in[style*=visible]:before {
    opacity: 1
}

.contact-step-tabs .contact-step-tab {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0 34px
}

.contact-step-tabs .contact-step-tab.completed {
    cursor: pointer
}

.contact-step-tabs .contact-step-tab.completed .contact-step-tab-circle:hover:after {
    background: #f1d7b6
}

.contact-step-tabs .contact-step-tab.completed+.contact-step-tab-3:not(active):hover {
    cursor: pointer
}

.contact-step-tabs .contact-step-tab.completed+.contact-step-tab-3:not(active):hover .contact-step-tab-circle:hover:after {
    background: #f1d7b6
}

.contact-step-tabs .contact-step-tab:first-child {
    margin-left: 0
}

.contact-step-tabs .contact-step-tab:last-child {
    margin-right: 0
}

.contact-step-tabs .contact-step-tab.active .contact-step-tab-circle:before {
    opacity: 1
}

.contact-step-tabs .contact-step-tab.active .contact-step-tab-circle em {
    opacity: 1
}

.contact-step-tabs .contact-step-tab.active .contact-step-tab-title {
    opacity: 1
}

.contact-step-tabs .contact-step-tab .contact-step-tab-circle {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    display: block;
    box-sizing: border-box;
    font-size: 2.3rem;
    line-height: 38px;
    color: #000;
    border: 2px solid #f1d7b6;
    position: relative
}

.contact-step-tabs .contact-step-tab .contact-step-tab-circle:before {
    content: "";
    left: -2px;
    top: -2px;
    bottom: -2px;
    right: -2px;
    position: absolute;
    border-radius: 40px;
    background: #2f0d53;
    background: linear-gradient(315deg, #2f0d53 0%, #e65095 30%, #f3c17d 100%);
    opacity: 0
}

.contact-step-tabs .contact-step-tab .contact-step-tab-circle:after {
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    border-radius: 40px;
    background: #eee;
    transition: background .35s
}

.contact-step-tabs .contact-step-tab .contact-step-tab-circle em {
    font-style: normal;
    position: relative;
    z-index: 10;
    opacity: .9
}

.contact-step-tabs .contact-step-tab .contact-step-tab-title {
    position: absolute;
    left: 50%;
    top: 100%;
    margin-top: 8px;
    color: #a2429e;
    min-width: 70px;
    font-size: 1.4rem;
    line-height: 1;
    opacity: .7;
    transform: translate(-50%, 0)
}

.badget-list {
    overflow: hidden
}

.badget-list,
.badget-list ul {
    list-style-type: none;
    padding-left: 0
}

.badget-list li {
    color: #1d0239;
    position: relative;
    font-family: Montserrat,sans-serif;
    font-weight: 600;
    font-size: 2.7rem;
    line-height: 2.7rem;
    padding-left: 45px
}

.badget-list>li ul {
    margin-top: 20px;
    display: none
}

.badget-list--new>li ul {
    padding-bottom: 10px;
    margin-top: 0
}

.badget-list>li div {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d6d6d9
}

.badget-list--new>li div {
    padding-bottom: 0;
    margin-bottom: 0
}

.badget-list--new>li div p {
    padding: 20px 0;
    transition: color .35s
}

.is-desktop .badget-list--new>li div p:hover {
    color: #a2429e
}

.badget-list>li div span:before {
    width: 19px;
    height: 19px;
    border: 3px solid #000;
    background: #f0f0f0;
    border-radius: 20px;
    box-sizing: border-box;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10
}

.badget-list>li.branding-list div span:before {
    border-color: #0ff;
    background: #0ff
}

.badget-list>li.experiences-list div span:before {
    border-color: #0f0;
    background: #0f0
}

.badget-list>li.marketing-list div span:before {
    border-color: #f0f;
    background: #f0f
}

#wpcf7-f4-p5-o1 .badget-list>li.branding-list div span:before {
    border-color: #330b5c;
    background: #330b5c
}

#wpcf7-f4-p5-o1 .badget-list>li.experiences-list div span:before {
    border-color: #662d91;
    background: #662d91
}

#wpcf7-f4-p5-o1 .badget-list>li.marketing-list div span:before {
    border-color: #a186be;
    background: #a186be
}

.badget-list li label {
    font-weight: 400;
    padding-left: 35px;
    position: relative;
    cursor: pointer;
    line-height: 20px;
    display: inline-block
}

.badget-list li input {
    display: none
}

.badget-list li input+label:after {
    content: "";
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #d7d7d7;
    border-radius: 3px
}

.badget-list li input:checked+label {
    color: #1d0239
}

.badget-list li input:checked+label:after {
    background-image: url(../images/sprite.png);
    background-position: -164px 0;
    background-repeat: no-repeat
}

.badget-list li.branding-list input:checked+label:after {
    background-color: #0ff;
    border-color: #0ff
}

.badget-list li.experiences-list input:checked+label:after {
    background-color: #0f0;
    border-color: #0f0
}

.badget-list li.marketing-list input:checked+label:after {
    background-color: #f0f;
    border-color: #f0f
}

#wpcf7-f4-p5-o1 .badget-list li.branding-list input:checked+label:after {
    background-color: #330b5c;
    border-color: #330b5c
}

#wpcf7-f4-p5-o1 .badget-list li.experiences-list input:checked+label:after {
    background-color: #662d91;
    border-color: #662d91
}

#wpcf7-f4-p5-o1 .badget-list li.marketing-list input:checked+label:after {
    background-color: #a186be;
    border-color: #a186be
}

.badget-list li li {
    padding-left: 0;
    font-size: 1.7rem;
    margin-bottom: 1.33rem;
    color: transparent
}

.badget-list li li label {
    color: #7f7d81
}

.experiences-list:after {
    height: 1000px;
    position: absolute;
    bottom: -20px;
    left: 9px;
    z-index: 1;
    content: "";
    width: 1px;
    background: #e5e5e5
}

.badget-list>li span {
    cursor: pointer
}

.badget-list--new>li p {
    cursor: pointer
}

.badget-list>li em {
    font-style: normal;
    color: #646a75;
    font-size: 1.2rem;
    line-height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 28px;
    cursor: pointer;
    transition: opacity .3s;
    font-weight: 400;
    letter-spacing: 1px
}

.badget-list--new>li em {
    top: 20px
}

.badget-list>li em:hover {
    opacity: .7
}

.badget-list>li em:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 18px;
    height: 18px;
    background: url(../images/sprite.png) no-repeat 0 -150px
}

.badget-list>li.active em:after {
    background-position: 0 -128px
}

.list-bl {
    position: relative;
    padding-top: 3rem
}

.list-bl:after {
    display: block;
    content: "";
    clear: both
}

.contacts-steps .contact-step {
    position: relative;
    padding-top: 13rem;
    display: none;
}

.contacts-steps .contact-step.contact-step-3 .btn {
    background: #ed1c24;
    color: #fff
}

.contacts-steps .contact-step.contact-step-3 .btn span:after {
    background-position: -116px -218px
}

.contacts-steps .contact-step.contact-step-1 {
    display: block
}

.contacts-steps .contact-step .fake-left {
    width: 100%;
    transform: scale(.2);
    opacity: 0;
    transition: opacity .5s, transform .8s
}

.contacts-steps .contact-step .fake-left .bg-next {
    display: none
}

.contacts-steps .contact-step .fake-left .btn {
    margin: 0 auto;
    display: block
}

.contacts-steps .contact-step .h3 {
    font-size:40px;
    color: #000;
    line-height: 1.1;
    margin-bottom: 2.5rem;
    font-family: "Playfair Display", serif;
}

.contacts-steps .contact-step .h3 span {
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    position: relative
}

.contacts-steps .contact-step .h3 span em {
    display: block;
    font-style: normal;
    transform: translate(0, 100%);
    transition: transform .6s ease-out 0s
}

.contacts-steps .contact-step .paragraph-left {
    padding-left: 16%;
    margin-top: 30px;
    clear: both
}

.contacts-steps .contact-step .paragraph {
    padding-left: 0%
}

.contacts-steps .contact-step .paragraph span {
    display: inline-block;
    vertical-align: top;
    transform: translate(0, 30%) rotate(2deg);
    opacity: 0;
    transition: transform .3s ease-out, opacity .3s
}

.contacts-steps .contact-step .title-range-none {
    color: #000;
    font-size: 3rem
}

.contacts-steps .contact-step .diagram-wrap {
    position: relative;
    margin-left: 0;
    top: auto;
    left: auto;
    text-align: right
}

.contacts-steps .contact-step .diagram-wrap .title-range-none {
    top: 54%
}

.contacts-steps .contact-step .diagram-wrap .title-range {
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 2.5rem
}

.contacts-steps .contact-step .diagram-wrap .diagram-estimate {
    box-shadow: none;
    background: 0 0;
    width: 38.6rem;
    text-align: center;
    padding: 0;
    position: relative
}

.contacts-steps .contact-step .diagram-wrap .diagram-estimate:after {
    position: absolute;
    content: "";
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: -1px;
    background: url(../images/sun.png) no-repeat 0 0/cover
}

.contacts-steps .contact-step .diagram-wrap #canvas-holder {
    width: 30rem;
    height: 30rem;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    border-radius: 100%;
    z-index: 10;
    box-shadow: 0 0 30px rgba(29, 2, 57, .4)
}

.contacts-steps .contact-step .diagram-wrap #canvas-holder:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
    top: 50%;
    height: 85%;
    width: 85%;
    border-radius: 100%;
    box-shadow: 0 0 15px rgba(28, 1, 56, .2);
    background: linear-gradient(0deg, #b2a3c1 0%, #fff 100%)
}

.contacts-steps .contact-step .diagram-wrap #canvas-holder:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 12;
    top: 50%;
    height: calc(85% - 6px);
    width: calc(85% - 6px);
    border-radius: 100%;
    opacity: 1;
    background: #fff
}

.contacts-steps .contact-step .diagram-wrap #canvas-holder .canvas-holder-in {
    position: relative;
    z-index: 13
}

.contacts-steps .contact-step .diagram-wrap #canvas-holder .canvas-holder-in .range-estimate {
    margin-top: 0;
    transform: translate(0, -50%)
}

.contacts-steps .contact-step .diagram-wrap #canvas-holder .canvas-holder-in .range-estimate .title-range {
    margin-bottom: .5rem
}

.contacts-steps .contact-step .diagram-wrap #canvas-holder .canvas-holder-in .amount {
    background: 0 0;
    width: 100%;
    color: #300253
}

.contacts-steps .contact-step .diagram-wrap #canvas-holder .canvas-holder-in .range-plus,
.contacts-steps .contact-step .diagram-wrap #canvas-holder .canvas-holder-in .range-minus {
    width: 44px;
    height: 44px;
    border-radius: 44px;
    background: #fff
}

.contacts-steps .contact-step .diagram-wrap #canvas-holder .canvas-holder-in .range-plus:before,
.contacts-steps .contact-step .diagram-wrap #canvas-holder .canvas-holder-in .range-minus:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
    top: 50%;
    height: 100%;
    width: 100%;
    border-radius: 100%;
    box-shadow: 0 0 15px rgba(28, 1, 56, .2);
    background: linear-gradient(0deg, #b2a3c1 0%, #b2a3c1 70%, #fff 100%)
}

.contacts-steps .contact-step .diagram-wrap #canvas-holder .canvas-holder-in .range-plus:after,
.contacts-steps .contact-step .diagram-wrap #canvas-holder .canvas-holder-in .range-minus:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 12;
    top: 50%;
    height: calc(100% - 4px);
    width: calc(100% - 4px);
    border-radius: 100%;
    opacity: 1;
    background: #fff
}

.contacts-steps .contact-step .diagram-wrap #canvas-holder .canvas-holder-in .range-plus i,
.contacts-steps .contact-step .diagram-wrap #canvas-holder .canvas-holder-in .range-minus i {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 13;
    width: 18px;
    height: 18px;
    transform: translate(-50%, -50%)
}

.contacts-steps .contact-step .diagram-wrap #canvas-holder .canvas-holder-in .range-plus i:before,
.contacts-steps .contact-step .diagram-wrap #canvas-holder .canvas-holder-in .range-minus i:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 2px;
    transform: translate(-50%, -50%);
    background: #c8afdc
}

.contacts-steps .contact-step .diagram-wrap #canvas-holder .canvas-holder-in .range-plus i:after,
.contacts-steps .contact-step .diagram-wrap #canvas-holder .canvas-holder-in .range-minus i:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2px;
    height: 100%;
    transform: translate(-50%, -50%);
    background: #c8afdc
}

.contacts-steps .contact-step .diagram-wrap #canvas-holder .canvas-holder-in .range-minus {
    left: 6px
}

.contacts-steps .contact-step .diagram-wrap #canvas-holder .canvas-holder-in .range-minus.disable {
    pointer-events: none
}

.contacts-steps .contact-step .diagram-wrap #canvas-holder .canvas-holder-in .range-minus i:after {
    display: none
}

.contacts-steps .contact-step .diagram-wrap #canvas-holder .canvas-holder-in .range-plus {
    right: 6px
}

.contacts-steps .contact-step .diagram-wrap #canvas-holder .canvas-holder-in .range-plus.disable {
    pointer-events: none
}

.contacts-steps .contact-step .contact-step-inner {
    position: relative;
    z-index: 20;
    margin-bottom: 7.5rem
}

.contacts-steps .contact-step .contact-step-inner:after {
    content: "";
    display: block;
    clear: both
}

.contacts-steps .contact-step .contact-step-inner .contact-step-left {
    width: 45%;
    float: left
}

.contacts-steps .contact-step .contact-step-inner .contact-step-left #trigger2 {
    position: static;
    clear: both
}

.contacts-steps .contact-step .contact-step-inner .contact-step-right {
    margin-left: 55%;
    opacity: 0;
    margin-top: 5rem;
    transition: margin 1s, opacity 1s
}

.contacts-steps .contact-step .experiences-list:after {
    display: none
}

.contacts-steps .contact-step .badget-list {
    opacity: 0;
    transform: translate(0, 8rem);
    transition: transform .8s, opacity .8s
}

.contacts-steps .contact-step .badget-list>li {
    padding-left: 16%;
    color: #000;
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 700
}

.contacts-steps .contact-step .badget-list>li.branding-list li input:checked+label:after {
    border-color: #efbd7b;
    background-color: #efbd7b
}

.contacts-steps .contact-step .badget-list>li.experiences-list li input:checked+label:after {
    border-color: #e55094;
    background-color: #e55094
}

.contacts-steps .contact-step .badget-list>li li input+label:after {
    border-color: #9486a4;
    background-color: #f6f6f6
}

.contacts-steps .contact-step .badget-list>li li input:checked+label {
    color: #000;
    font-weight: 600
}

.contacts-steps .contact-step .badget-list>li li input:checked+label:after {
    border-color: #000;
    background-color: #000
}

.contacts-steps .contact-step .badget-list>li li label {
    color: #210b39;
    padding-left: 30px
}

.contacts-steps .contact-step .badget-list>li.active div span em i {
    transform: rotate(180deg)
}

.contacts-steps .contact-step .badget-list>li div span em {
    color: rgba(48, 2, 89, .7);
    font-size: 1.1rem;
    line-height: 2.4rem;
    padding-right: 20px
}

.contacts-steps .contact-step .badget-list>li div span em:after {
    display: none
}

.contacts-steps .contact-step .badget-list>li div span em i {
    position: absolute;
    right: 0;
    top: .2rem;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    background: #000
}

.contacts-steps .contact-step .badget-list>li div span em i:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 0%);
    margin-top: -2px;
    border: 4px solid transparent;
    border-top: 4px solid #fff
}

.contacts-steps .contact-step .badget-list>li div span:before {
    display: none
}

.contacts-steps .contact-step.active .contact-step-inner .contact-step-right {
    margin-top: 0;
    opacity: 1
}

.contacts-steps .contact-step.active .contact-step-number {
    transform: translate(0, 0);
    opacity: 1
}

.contacts-steps .contact-step.active .h3 span em {
    transform: translate(0, 0)
}

.contacts-steps .contact-step.active .paragraph span {
    transform: translate(0, 0) rotate(0deg);
    opacity: 1
}

.contacts-steps .contact-step.active .bg-next span {
    transform: translate(0, 0);
    opacity: 1
}

.contacts-steps .contact-step.active .next-step-nav .step-btn-wrap {
    transform: translate(-50%, 0) scale(1);
    opacity: 1
}

.contacts-steps .contact-step.active .badget-list {
    transform: translate(0, 0);
    opacity: 1
}

.contacts-steps .contact-step.active .fake-left {
    transform: scale(1);
    opacity: 1
}

.contacts-steps .contact-step-number {
    font-family: Montserrat,sans-serif;
    font-size: 25rem;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1;
    font-weight: 700;
    color: rgba(0, 0, 0, 0);
    text-shadow: -1px 1px 0 #d5c7e1, 1px 1px 0 #d5c7e1, 1px -1px 0 #d5c7e1, -1px -1px 0 #d5c7e1;
    margin-left: -18%;
    transform: translate(-8rem, 0);
    opacity: 0;
    transition: opacity .8s, transform .8s
}

@supports (-webkit-text-stroke:1px black) {
    .contacts-steps .contact-step-number {
        color: transparent;
        -webkit-text-stroke: 1px #d5c7e1;
        text-shadow: none
    }
}

.contact-step-3 .next-step-nav .bg-next span:nth-child(3) {
    z-index: 1
}

.contact-step-3 .next-step-nav .bg-next span:nth-child(4) {
    position: relative;
    z-index: 10
}

.bg-next {
    color: #fff;
    font-size: 24rem;
    line-height: .8;
    font-family: "Playfair Display", serif;
    user-select: none
}

.bg-next span {
    display: inline-block;
    vertical-align: top;
    transform: translate(0, 5rem);
    transition: opacity .8s, transform .8s;
    opacity: 0
}

.bg-next span:nth-child(2) {
    transition-delay: .1s
}

.bg-next span:nth-child(3) {
    transition-delay: .2s;
    position: relative;
    z-index: 10
}

.bg-next span:nth-child(4) {
    transition-delay: .3s
}

.next-step-nav {
    text-align: center;
    position: relative
}

.next-step-nav .step-btn-wrap {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 11;
    transform: translate(-50%, 0) scale(.3);
    opacity: 0;
    transition: opacity .5s .3s, transform .8s .3s
}

.thank-you-section {
    display: none;
    padding: 13rem 0 7rem
}

.thank-you-section .thank-you-head {
    position: relative;
    margin-bottom: 11rem
}

.thank-you-section .thank-you-head:before {
    content: "";
    height: 26.5rem;
    width: 15.5rem;
    position: absolute;
    margin-top: -3rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    border-right: 3rem solid #e3dbe8;
    border-bottom: 3rem solid #e3dbe8
}

.thank-you-section .thank-you-head .thank-you-head-in {
    position: relative;
    z-index: 5;
    text-align: center;
    max-width: 595px;
    margin: 0 auto
}

.thank-you-section .h2 {
    font-family: "Playfair Display", serif;
    color: #000;
    margin-bottom: 3rem;
    font-size: 6.6rem;
    line-height: 1.15
}

.thank-you-section .h2 span {
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    position: relative
}

.thank-you-section .h2 span em {
    display: block;
    font-style: normal;
    transition: transform .6s ease-out 0s
}

.thank-you-section p {
    color: #000
}

.articles-list {
    font-size: 0;
    margin: 0 -5%
}

.articles-list .article-item {
    position: relative;
    width: 29%;
    display: inline-block;
    vertical-align: top;
    margin-right: 6.5%;
    margin-bottom: 3rem
}

.articles-list .article-item:nth-child(3n+3) {
    margin-right: 0
}

.articles-list .article-item>a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10
}

.articles-list .article-item .article-item-inner {
    position: relative;
    z-index: 1
}

.articles-list .article-item .article-item-inner .article-item-lines {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 2rem;
    top: 2.3rem;
    z-index: 10
}

.articles-list .article-item .article-item-inner .article-item-image {
    width: 100%;
    padding-bottom: 78%;
    position: relative;
    margin-bottom: 2.5rem
}

.articles-list .article-item .article-item-inner .article-item-title {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.25;
    color: #210b39;
    padding: 0 1.5rem 0 4.5rem
}

.articles-list .article-item .article-item-inner .article-item-title span {
    position: relative;
    padding-right: 55px
}

.sq-parent1 {
    position: absolute;
    left: 24%;
    top: 7.2rem
}

.sq-parent2 {
    position: absolute;
    left: 90%;
    top: 13rem
}

.sqAn-1 {
    background: #c0afd8;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px;
    width: 50px;
    height: 50px;
    opacity: .8
}

.sqAn-2 {
    background: #ba9bd4;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px;
    width: 50px;
    height: 50px;
    opacity: .2
}

.sqAn-3 {
    background: #a2429e;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px;
    width: 46px;
    height: 42px;
    opacity: .4
}

.sqAn-4 {
    background: #ba9bd4;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px;
    width: 65px;
    height: 65px;
    opacity: .4
}

.safari-only .contacts-steps--mobile .field-row div.fancy-select ul.options {
    display: none !important
}

.wpcf7-response-output {
    visibility: hidden;
    display: none !important
}

@media screen and (min-width:767px) and (orientation:portrait) {
    .field-row-file .file-field {
        line-height: 3rem;
        padding-top: 1rem;
        padding-bottom: .5rem
    }

    .field-row-file .file-field em i {
        display: inline-block
    }

    .contacts-steps .contact-step .badget-list>li div span em {
        color: transparent
    }

    .field-row label,
    .field-row div.fancy-select div.trigger {
        font-size: 2rem
    }
}

@media screen and (max-width:800px) {
    .page-template-contact-2021-page .diagram-estimate {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important
    }

    .contacts-steps .contact-step .diagram-wrap {
        text-align: center;
        margin: 0 auto
    }

    .contacts-steps .contact-step .diagram-wrap .scrollmagic-pin-spacer {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
}

@media screen and (max-width:767px) {

    .contacts-steps .contact-step-number,
    .contacts-steps .contact-step .h3 span em,
    .contacts-steps .contact-step .paragraph span,
    .contact-step-tabs .contact-step-tabs-in:before,
    .contacts-steps .contact-step .contact-step-inner .contact-step-right,
    .contacts-steps .contact-step.active .next-step-nav .step-btn-wrap,
    .contacts-steps .contact-step.active .bg-next span {
        transition: none !important;
        opacity: 1;
        transform: translate(0, 0)
    }

    .contacts-steps .contact-step.active .next-step-nav .step-btn-wrap {
        transform: translate(-50%, 0) scale(1)
    }

    .safari-only .contacts-steps--mobile .field-row div.fancy-select ul.options.open {
        display: block !important
    }

    .contacts-steps .contact-step .fake-left {
        width: auto;
        position: relative
    }

    .contacts-steps .contact-step .fake-left .btn {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
        z-index: 5;
        margin-left: 0
    }

    .contacts-steps .contact-step .fake-left .bg-next {
        display: block;
        text-align: center
    }

    .contacts-steps .contact-step .h3 {
        font-size: 32px
    }

    .contacts-steps .contact-step .paragraph,
    .contacts-steps .contact-step .paragraph-left {
        padding-left: 0
    }

    .contacts-steps .contact-step .contact-step-inner .contact-step-left {
        width: auto;
        float: none
    }

    .contacts-steps .contact-step .contact-step-inner .contact-step-right {
        margin-left: 0
    }

    .contacts-steps .contact-step .badget-list>li {
        padding-left: 0;
        font-size: 16px;
        text-transform: uppercase
    }

    .contacts-steps .contact-step .badget-list>li li label {
        color: rgba(49, 2, 84, .7);
        letter-spacing: .1rem
    }

    .contact-section-wrap {
        padding-top: 80px
    }

    .contact-section-wrap .contact-section {
        padding: 10px 20px 25px;
        margin-bottom: 50px
    }

    .field-row div.fancy-select div.trigger {
        font-size: 14px
    }

    .field-row div.fancy-select div.trigger:after {
        border: 4px solid transparent;
        border-top: 5px solid #000;
        margin-top: -5px
    }

    .field-row label {
        font-size: 14px
    }

    .field-row-file {
        margin-top: 20px
    }

    .field-row-file .file-field {
        font-size: 14px;
        padding-left: 14px;
        padding-right: 45px
    }

    .field-row-file .file-field em {
        font-size: 10px;
        padding-left: 10px
    }

    .field-row-file .file-field svg {
        width: 23px;
        height: auto
    }

    .bg-next {
        font-size: 120px;
        white-space: nowrap;
        position: relative;
        left: 50%;
        width: 470px;
        transform: translate(-50%, 0)
    }

    .next-step-nav .step-btn-wrap {
        white-space: nowrap
    }

    .next-step-nav .step-btn-wrap .btn em {
        display: none
    }

    .thank-you-section {
        padding: 50px 0 0
    }

    .thank-you-section .h2 {
        font-size: 38px
    }

    .thank-you-section .thank-you-head {
        margin-bottom: 45px
    }

    .articles-list {
        margin: 0
    }

    .articles-list .article-item {
        width: auto;
        max-width: 350px;
        display: block;
        margin: 0 auto 55px
    }

    .articles-list .article-item:nth-child(3n+3) {
        margin-right: auto
    }

    .contacts-steps .contact-step .badget-list>li div span em {
        width: 0;
        overflow: hidden;
        text-indent: 999px
    }
}

.contact-info-bottom {
    padding-left: 3rem;
    padding-top: 8rem;
    padding-bottom: 8.5rem;
    position: relative
}

.contact-info-bottom .offices-img {
    position: absolute;
    left: -3rem;
    top: 0
}

.contact-info-bottom:after {
    clear: both;
    content: "";
    display: block
}

.contact-info-bottom .contact-info-bottom-inner {
    position: relative;
    z-index: 2
}

.contact-info-bottom .contact-info-bottom-left {
    width: 68%;
    float: left
}

.contact-info-bottom .contact-info-bottom-left .contact-info-title {
    font-size: 40px;
    color: #fff;
    max-width: 545px;
    line-height: 1;
    margin-left: 0.5rem;
    margin-bottom: 7rem;
    font-family: "Playfair Display", serif;
}

.contact-info-bottom .contact-info-bottom-left .office-title {
    color: #f5f5f5;
    font-size: 16px;
    letter-spacing: .2rem;
    text-transform: uppercase;
    margin-bottom: 2rem
}

.contact-info-bottom .contact-info-bottom-left .offices {
    width: 74%;
    font-size: 0;
    display: inline-block;
    vertical-align: top
}

.contact-info-bottom .contact-info-bottom-left .offices .office-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 5rem;
    width: 40%;
    margin-right: 10%
}

.contact-info-bottom .contact-info-bottom-left .offices .office-item .office-item-bg {
    position: absolute;
    left: -37%;
    width: 88%;
    top: 0;
    bottom: 0
}

.contact-info-bottom .contact-info-bottom-left .offices .office-item .office-item-in {
    position: relative;
    z-index: 5
}

.contact-info-bottom .contact-info-bottom-left .offices .office-item .office-item-in .office-clock {
    height: 135px;
    margin-bottom: 2rem
}

.contact-info-bottom .contact-info-bottom-left .offices .office-item .office-item-in .office-address,
.contact-info-bottom .contact-info-bottom-left .offices .office-item .office-item-in .office-working {
    color: #fffeff;
    font-size: 1.9rem;
    line-height: 1.47;
    margin-bottom: 2rem
}

.contact-info-bottom .contact-info-bottom-left .contact-data {
    padding-top: calc(120px + 3rem);
    display: inline-block;
    vertical-align: top;
    width: 26%;
    margin-left: -6px
}

.contact-info-bottom .contact-info-bottom-left .contact-data .contact-phone {
    color: #fff;
    font-size: 2.3rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 1.5rem
}

.contact-info-bottom .contact-info-bottom-left .contact-data a {
    font-size: 2.3rem;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    color: #ed1c24;
    border-bottom: 1px solid #ed1c24
}

.contact-info-bottom .contact-info-bottom-right {
    margin-left: 74%
}

.contact-info-bottom .contact-info-bottom-right .contact-image-first {
    width: 100%;
    padding-bottom: 160%;
    position: relative
}

.contact-info-bottom .contact-info-bottom-right .contact-image-first span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0
}

.contact-info-bottom .contact-info-bottom-right .contact-image-first .contact-image-second {
    position: absolute;
    left: -45%;
    top: -18%;
    width: 60%;
    height: 60%;
    z-index: 10
}

.contact-info-bottom .contact-info-bottom-right .contact-image-first .contact-image-second div {
    position: absolute;
    left: 15px;
    top: 15px;
    width: 100%;
    height: 100%
}

.border-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #f3c17d 0%, #b46873 100%)
}

.border-2 {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    background: linear-gradient(180deg, #b46873 0%, #36185c 100%)
}

.border-3 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(-90deg, #36185c 0%, #e55e8f 100%)
}

.border-4 {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 1px;
    background: linear-gradient(0deg, #e55e8f 0%, #f3c17d 100%)
}

.clock {
    border-radius: 100%;
    background: #333;
    width: 120px;
    max-width: 100%;
    position: relative;
    margin-bottom: 3rem
}

.hour-line {
    width: calc(100% - 8px);
    height: 2px;
    position: absolute;
    background: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.hour-line.hour-1 {
    transform: translate(-50%, -50%) rotate(30deg)
}

.hour-line.hour-2 {
    transform: translate(-50%, -50%) rotate(60deg)
}

.hour-line.hour-4 {
    transform: translate(-50%, -50%) rotate(-30deg)
}

.hour-line.hour-5 {
    transform: translate(-50%, -50%) rotate(-60deg)
}

.hour-line.hour-6 {
    transform: translate(-50%, -50%) rotate(90deg)
}

.contact-info-bottom .wrap {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    border-radius: 100%
}

.contact-info-bottom .wrap:before {
    content: "";
    top: 50%;
    left: 50%;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    position: absolute;
    background: #333;
    border-radius: 100%;
    z-index: 2;
    transform: translate(-50%, -50%)
}

.minute,
.hour {
    position: absolute;
    height: 25%;
    width: 4px;
    margin: auto;
    top: 50%;
    margin-top: -25%;
    left: 50%;
    background: #fff;
    margin-left: -2px;
    transform-origin: bottom center;
    transform: rotate(0deg);
    z-index: 3
}

.minute:after,
.hour:after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    height: 6px;
    width: 100%;
    background: #fff
}

.minute {
    position: absolute;
    height: 38%;
    width: 3px;
    top: 50%;
    margin-top: -38%;
    left: 50%;
    margin-left: -1.5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .4);
    transform: rotate(90deg)
}

.second {
    position: absolute;
    height: 41%;
    width: 2px;
    margin-top: -41%;
    margin-left: -1px;
    top: 50%;
    left: 50%;
    background: #ed1c24;
    transform-origin: bottom center;
    transform: rotate(180deg);
    z-index: 4
}

.second:after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    height: 9px;
    width: 2px;
    background: #ed1c24
}

.dot {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #ed1c24;
    z-index: 1
}

.second-progress {
    transform: translate(-50%, -50%) rotate(-90deg);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    width: 120%;
    height: 120%;
    max-height: 120%
}

.second-progress circle {
    stroke-dashoffset: 0;
    stroke: transparent;
    transition: stroke-dashoffset .2s linear;
    stroke-width: 4px
}

.second-progress circle.bar {
    stroke: #ed1c24
}

.sq-parent3 {
    position: absolute;
    left: 45%;
    top: 0;
    z-index: 1
}

.sqAn-5 {
    background: #b79ad6;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px;
    width: 45px;
    height: 45px;
    opacity: .8
}

.sqAn-6 {
    background: #ba9bd4;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px;
    width: 45px;
    height: 45px;
    opacity: .2
}

@media screen and (max-width:767px) {
    .contact-info-bottom {
        padding-top: 25px
    }

    .contact-info-bottom .offices-img {
        width: 100px;
        height: auto;
        right: 0;
        left: auto
    }

    .contact-info-bottom .contact-info-bottom-left {
        width: auto;
        float: none
    }

    .contact-info-bottom .contact-info-bottom-left .offices {
        width: auto;
        display: block
    }

    .contact-info-bottom .contact-info-bottom-left .offices .office-item {
        display: block;
        width: auto;
        margin-right: 0;
        padding-bottom: 60px
    }

    .contact-info-bottom .contact-info-bottom-left .offices .office-item:nth-child(2) {
        margin-top: -30px;
        padding-bottom: 30px
    }

    .contact-info-bottom .contact-info-bottom-left .offices .office-item:nth-child(2) .office-item-bg {
        background-position: right top !important;
        left: auto;
        right: 0;
        width: 164px
    }

    .contact-info-bottom .contact-info-bottom-left .offices .office-item .office-item-bg {
        left: 0;
        top: -15px
    }

    .contact-info-bottom .contact-info-bottom-left .offices .office-item .clock {
        display: none
    }

    .contact-info-bottom .contact-info-bottom-left .contact-info-title {
        display: none
    }

    .contact-info-bottom .contact-info-bottom-left .contact-data {
        width: auto;
        display: block;
        padding-top: 0;
        margin-left: 0;
        margin-bottom: 50px
    }

    .contact-info-bottom .contact-info-bottom-left .contact-data a,
    .contact-info-bottom .contact-info-bottom-left .contact-data .contact-phone {
        font-size: 14px;
        color: #ed1c24
    }

    .contact-info-bottom .contact-info-bottom-right {
        margin-left: 0
    }

    .contact-info-bottom .contact-info-bottom-right .contact-image-first {
        width: 86%;
        padding-bottom: 49%
    }

    .contact-info-bottom .contact-info-bottom-right .contact-image-first .contact-image-second {
        left: auto;
        right: -15%;
        top: -135px;
        width: 136px;
        height: 170px
    }
}

#trigger2 {
    left: 0;
    position: absolute;
    top: 0;
    width: 10px;
    height: 10px;
    z-index: 999999
}

.diagram-wrap {
    max-width: 455px;
    margin-left: -227px;
    min-height: 460px;
    position: absolute;
    left: 50%;
    top: 16rem
}

.contact-fields {
    padding-bottom: 10rem
}

.diagram-estimate {
    border-radius: 40rem;
    box-shadow: 0 0 3rem #ccc;
    display: inline-block;
    padding: 5rem;
    background: rgba(255, 255, 255, .5)
}

.diagram-estimate.active-ab {
    position: fixed;
    top: 81px;
    margin-left: 0;
    width: 48%
}

.diagram-estimate.active-ab.active-bottom {
    position: absolute;
    bottom: 0;
    top: auto
}

#canvas-holder {
    width: 36.5rem;
    height: 36.5rem;
    position: relative
}

#canvas-holder .amount {
    font-family: Montserrat,sans-serif;
    color: #210b39;
    font-weight: 700;
    font-size: 2.7rem;
    text-align: center;
    margin: 3px 0 0;
    width: 150px;
    position: absolute;
    left: 50%;
    padding: 0;
    height: 47px;
    transform: translateX(-50%);
    opacity: 1;
    transition: opacity .3s, left .3s;
    border: none
}

#canvas-holder .amount.ToLeft {
    left: 30%;
    opacity: 0
}

#canvas-holder .amount.FromRight {
    left: 60%;
    opacity: 0
}

#chart-area2 {
    width: 100% !important;
    height: 100% !important
}

#canvas-holder.active:after {
    opacity: 0
}

.range-estimate {
    white-space: nowrap;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    display: none
}

.range-estimate p {
    position: relative;
    height: 47px
}

.range-estimate p span.tooltip {
    position: absolute;
    z-index: -1;
    opacity: 0;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 15px;
    background: #353b47;
    font: 9px Lato-Light, sans-serif;
    color: #fff;
    border-radius: 5px;
    margin-top: 20px;
    transition: opacity .3s;
    white-space: normal;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-width: 150px
}

.range-estimate p span.tooltip:after {
    border-bottom: 8px solid #353b47;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    margin-left: -4px
}

.range-estimate p:hover span.tooltip {
    opacity: 1;
    z-index: 1
}

.title-beta {
    display: none
}

.range-plus {
    background: url(../images/sprite.png) no-repeat 0 0;
    width: 38px;
    height: 37px;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 3px;
    z-index: 3;
    background-position: 0 -40px;
    right: 55px
}

.range-minus {
    background: url(../images/sprite.png) no-repeat 0 0;
    width: 38px;
    height: 37px;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 3px;
    z-index: 3;
    background-position: -42px -40px;
    left: 55px
}

.range-minus.disable {
    background-position: -42px -83px
}

.range-minus.disable span.tooltip {
    background: #353b47
}

.range-minus.disable span.tooltip .min {
    display: none
}

.range-minus.disable span.tooltip .min-disable {
    display: block
}

.range-plus.disable {
    background-position: 0 -83px
}

.range-plus.disable span.tooltip {
    display: none
}

.min-disable {
    display: none
}

.range-box.disable span.tooltip:after {
    border-bottom-color: #353b47
}

.range-box span.tooltip {
    position: absolute;
    z-index: -1;
    opacity: 0;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 15px;
    background: #353b47;
    font: 9px Lato-Light, sans-serif;
    color: #fff;
    border-radius: 5px;
    margin-top: 20px;
    transition: opacity .3s;
    white-space: normal;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.range-box span.tooltip:after {
    border-bottom: 8px solid #353b47;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    margin-left: -4px
}

.range-box span.tooltip strong {
    display: block;
    font: 10px Lato-Bold, sans-serif;
    text-transform: uppercase
}

.range-box:hover span.tooltip {
    opacity: 1;
    z-index: 1
}

.title-range {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    text-align: center;
    color: #738289;
    letter-spacing: 1px;
    font-size: 12px;
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    text-transform: uppercase
}

.title-range-none {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 0;
    right: 0;
    text-align: center;
    color: #ed1c24;
    font-family: Montserrat,sans-serif;
    font-size: 3.4rem;
    font-weight: 700
}

.contact-right-fields .diagram-wrap {
    visibility: hidden;
    z-index: -999;
    position: absolute
}

@media screen and (max-width:1280px) {
    .diagram-wrap {
        top: 11rem
    }
}

@media screen and (max-width:1150px) {
    #trigger1 {
        margin-top: -141px
    }

    .diagram-wrap {
        margin-left: -170px
    }
}

@media screen and (max-width:800px) {
    .content-contact {
        padding-bottom: 5rem
    }

    .content-contact .col-r {
        visibility: hidden
    }

    .contact-right-fields .diagram-wrap {
        z-index: 1;
        visibility: visible;
        position: static;
        padding-top: 7rem
    }

    .contact-left-fields .diagram-wrap {
        z-index: -999;
        visibility: hidden;
        position: absolute
    }

    .diagram-wrap {
        text-align: center;
        min-height: 1px !important;
        height: auto !important;
        margin: 0 auto
    }

    .diagram-estimate {
        position: static !important
    }

    .contact-bottom-fields {
        margin-top: 0
    }

    .contact-bottom-fields-description {
        width: auto;
        padding-top: 9rem
    }

    #canvas-holder .amount {
        font-size: 1.9rem;
        width: 120px
    }

    #canvas-holder convas {
        width: 100%;
        height: auto
    }
}

@media screen and (max-width:560px) {
    .diagram-estimate {
        padding: 0;
        box-shadow: none
    }
}

[data-class=wpcf7cf_group],
.wpcf7cf_remove,
.wpcf7cf_add {
    display: none
}

.wpcf7cf_repeater_sub {
    margin-bottom: 20px
}

.wpcf7cf_repeater_controls,
.wpcf7cf_step_controls {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px
}

.wpcf7cf_multistep .wpcf7cf_step {
    width: 100%
}

.wpcf7cf_multistep .wpcf7cf_step .step-title {
    display: none
}

.wpcf7cf_multistep .wpcf7cf_steps-dots {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    flex-wrap: wrap
}

.wpcf7cf_multistep .wpcf7cf_steps-dots .dot .step-index {
    display: inline-block;
    border-radius: 50%;
    background: #dfdfdf;
    color: #000;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center
}

.wpcf7cf_multistep .wpcf7cf_steps-dots .dot {
    border-bottom: 5px solid #dfdfdf;
    text-align: center;
    flex: 1;
    padding: 15px;
    min-width: 120px
}

.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.completed {
    border-bottom: 5px solid #333
}

.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.active {
    border-bottom: 5px solid #333;
    font-weight: 700
}

.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.completed .step-index {
    background-color: #333;
    color: #fff
}

.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.active .step-index {
    background-color: #333;
    color: #fff
}

.wpcf7cf_step_controls .disabled {
    pointer-events: none;
    cursor: default;
    opacity: .5
}

.no-js img.lazyload {
    display: none
}

figure.wp-block-image img.lazyloading {
    min-width: 150px
}

.lazyload,
.lazyloading {
    opacity: 0
}

.lazyloaded {
    opacity: 1;
    transition: opacity .4s;
    transition-delay: 0ms
}



.btnsub .wpcf7-submit:hover {
    color: #000;
    background: #ed1c24;
    z-index: 11;
}

.btnsub .wpcf7-submit {
    cursor: pointer;
    z-index: 5;
    vertical-align: top;
    text-decoration: none;
    background: 0 0;
    border: 2px solid #ed1c24;
    color: #ed1c24;
    font-size: 11px;
    padding:2rem 3.5rem 2rem 4rem;
    height:53px;
    width:170px;
    /*line-height: 1;*/
    letter-spacing: .3rem;
    transition: background .35s, color .35s, padding .35s;
    font-weight: 700;
    font-family: Avenir, Arial, sans-serif;
    position:relative;
    text-align:left;
}
.btnsub p{
    position:relative;
}
.btnsub p:after {
    content: "";
    position: absolute;
    top: 43%;
    margin-top: 0;
    left: 110px;
    width: 31px;
    height: 12px;
    transition: transform .35s;
    background: url(../images/sprite.png) 0 -517px no-repeat;
}
.wpcf7-submit:hover ~ p:after {
    transform: translate(1rem, 0);
    background-position: -157px -218px;
}
.office-title{
    font-weight:700;
}