@import url(https://fonts.googleapis.com/css2?family=Inter&display=swap);@charset "UTF-8";.wp-block-archives {
    box-sizing: border-box
}

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

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

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

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

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

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

.wp-block-button__link {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    word-break: break-word
}

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

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

:where(.wp-block-button__link) {
    border-radius: 9999px;
    box-shadow: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    text-decoration: none
}

.wp-block-button[style*=text-decoration] .wp-block-button__link {
    text-decoration: inherit
}

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

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

.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link {
    font-size: inherit
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-buttons[style*=text-decoration] .wp-block-button,.wp-block-buttons[style*=text-decoration] .wp-block-button__link {
    text-decoration: inherit
}

.wp-block-buttons.has-custom-font-size .wp-block-button__link {
    font-size: inherit
}

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

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

.wp-block-calendar th {
    font-weight: 400
}

.wp-block-calendar caption {
    background-color: inherit
}

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

.wp-block-calendar table:where(:not(.has-text-color)) {
    color: #40464d
}

.wp-block-calendar table:where(:not(.has-text-color)) td,.wp-block-calendar table:where(:not(.has-text-color)) th {
    border-color: #ddd
}

.wp-block-calendar table.has-background th {
    background-color: inherit
}

.wp-block-calendar table.has-text-color th {
    color: inherit
}

:where(.wp-block-calendar table:not(.has-background) th) {
    background: #ddd
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-post-comments {
    box-sizing: border-box
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-comment-template.alignleft {
    float: left
}

.wp-block-comment-template.aligncenter {
    margin-left: auto;
    margin-right: auto;
    width: -moz-fit-content;
    width: fit-content
}

.wp-block-comment-template.alignright {
    float: right
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@supports (position: sticky) {
    .wp-block-cover-image:after,.wp-block-cover:after {
        content:none
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover
}

@supports (-webkit-overflow-scrolling:touch) {
    .wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax {
        background-attachment: scroll
    }
}

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

.wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated,.wp-block-cover__image-background.is-repeated,video.wp-block-cover__video-background.is-repeated {
    background-repeat: repeat;
    background-size: auto
}

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

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

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

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

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

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

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

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

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

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

.wp-block-embed {
    overflow-wrap: break-word
}

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

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

.wp-block-embed__wrapper {
    position: relative
}

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

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

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

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

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

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

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

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

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

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

.wp-block-file:not(.wp-element-button) {
    font-size: .8em
}

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

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

.wp-block-file *+.wp-block-file__button {
    margin-left: .75em
}

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

:where(.wp-block-file__button) {
    border-radius: 2em;
    padding: .5em 1em
}

:where(.wp-block-file__button):is(a):active,:where(.wp-block-file__button):is(a):focus,:where(.wp-block-file__button):is(a):hover,:where(.wp-block-file__button):is(a):visited {
    box-shadow: none;
    color: #fff;
    opacity: .85;
    text-decoration: none
}

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

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

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

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

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

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption {
    background: linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    font-size: .8em;
    margin: 0;
    max-height: 100%;
    overflow: auto;
    padding: 3em .77em .7em;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 2
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img {
    box-sizing: border-box
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-image img,.wp-block-image.has-custom-border img {
    box-sizing: border-box
}

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

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

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

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

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

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

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

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

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

@supports ((-webkit-mask-image: none) or (mask-image:none)) or (-webkit-mask-image:none) {
    .wp-block-image.is-style-circle-mask img {
        border-radius:0;
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-mode: alpha;
        -webkit-mask-position: center;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain
    }
}

.wp-block-image :where(.has-border-color) {
    border-style: solid
}

.wp-block-image :where([style*=border-top-color]) {
    border-top-style: solid
}

.wp-block-image :where([style*=border-right-color]) {
    border-right-style: solid
}

.wp-block-image :where([style*=border-bottom-color]) {
    border-bottom-style: solid
}

.wp-block-image :where([style*=border-left-color]) {
    border-left-style: solid
}

.wp-block-image :where([style*=border-width]) {
    border-style: solid
}

.wp-block-image :where([style*=border-top-width]) {
    border-top-style: solid
}

.wp-block-image :where([style*=border-right-width]) {
    border-right-style: solid
}

.wp-block-image :where([style*=border-bottom-width]) {
    border-bottom-style: solid
}

.wp-block-image :where([style*=border-left-width]) {
    border-left-style: solid
}

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

ol.wp-block-latest-comments {
    box-sizing: border-box;
    margin-left: 0
}

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

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

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

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

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

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

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

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

.wp-block-latest-posts {
    box-sizing: border-box
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-navigation .wp-block-navigation-item__content {
    display: block
}

.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
    color: inherit
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-navigation .wp-block-page-list,.wp-block-navigation__container,.wp-block-navigation__responsive-close,.wp-block-navigation__responsive-container,.wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-dialog {
    gap: inherit
}

:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)) {
    padding: .5em 1em
}

:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content) {
    padding: .5em 1em
}

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

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

@media (min-width: 782px) {
    .wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
        left:auto;
        right: 100%
    }
}

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

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

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

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

@keyframes overlay-menu__fade-in-animation {
    0% {
        opacity: 0;
        transform: translateY(.5em)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

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

.wp-block-navigation__responsive-container .wp-block-navigation-link a {
    color: inherit
}

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

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

.wp-block-navigation__responsive-container.is-menu-open {
    animation: overlay-menu__fade-in-animation .1s ease-out;
    animation-fill-mode: forwards;
    background-color: inherit;
    display: flex;
    flex-direction: column;
    overflow: auto;
    padding: var(--wp--style--root--padding-top,2rem) var(--wp--style--root--padding-right,2rem) var(--wp--style--root--padding-bottom,2rem) var(--wp--style--root--padding-left,2rem);
    z-index: 100000
}

@media (prefers-reduced-motion:reduce) {
    .wp-block-navigation__responsive-container.is-menu-open {
        animation-delay: 0s;
        animation-duration: 1ms
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

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

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

.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

.wp-block-navigation__responsive-close {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--wp--style--global--wide-size,100%);
    width: 100%
}

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

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

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

.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
    margin-top: 46px
}

@media (min-width: 782px) {
    .has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
        margin-top:32px
    }
}

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

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

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

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

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

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

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

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

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

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

body.rtl .has-drop-cap:not(:focus):first-letter {
    float: none;
    margin-left: .1em
}

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

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

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

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

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

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

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

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

.wp-block-post-author__name {
    margin: 0
}

.wp-block-post-comments-form {
    box-sizing: border-box
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-post-date {
    box-sizing: border-box
}

.wp-block-post-excerpt {
    margin-bottom: var(--wp--style--block-gap);
    margin-top: var(--wp--style--block-gap)
}

.wp-block-post-excerpt__excerpt {
    margin-bottom: 0;
    margin-top: 0
}

.wp-block-post-excerpt__more-text {
    margin-bottom: 0;
    margin-top: var(--wp--style--block-gap)
}

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

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

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

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

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

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim {
    background-color: #000;
    inset: 0;
    position: absolute
}

.wp-block-post-featured-image {
    position: relative
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient {
    background-color: transparent
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0 {
    opacity: 0
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10 {
    opacity: .1
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20 {
    opacity: .2
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30 {
    opacity: .3
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40 {
    opacity: .4
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50 {
    opacity: .5
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60 {
    opacity: .6
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70 {
    opacity: .7
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80 {
    opacity: .8
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90 {
    opacity: .9
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100 {
    opacity: 1
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous {
    display: inline-block;
    margin-right: 1ch
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron) {
    transform: scaleX(1)
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next {
    display: inline-block;
    margin-left: 1ch
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron) {
    transform: scaleX(1)
}

.wp-block-post-terms {
    box-sizing: border-box
}

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

.wp-block-post-title {
    box-sizing: border-box;
    word-break: break-word
}

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

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

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

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

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

.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright {
    max-width: 420px
}

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

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

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

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

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

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

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

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

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

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

.wp-block-post-template.wp-block-post-template {
    background: none
}

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

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

@media (min-width: 600px) {
    .wp-block-post-template.is-flex-container.is-flex-container.columns-2>li {
        width:calc(50% - .625em)
    }

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

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

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

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

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

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

.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type {
    margin-inline-start:auto}

.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child {
    margin-inline-end:auto}

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

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

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

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

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

.wp-block-query-title,.wp-block-quote {
    box-sizing: border-box
}

.wp-block-quote {
    overflow-wrap: break-word
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-search__button {
    margin-left: .625em;
    word-break: normal
}

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

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

:where(.wp-block-search__button) {
    border: 1px solid #ccc;
    padding: .375em .625em
}

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

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

.wp-block-search__input {
    border: 1px solid #949494;
    flex-grow: 1;
    margin-left: 0;
    margin-right: 0;
    min-width: 3em;
    padding: 8px;
    text-decoration: unset!important
}

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

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

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

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus {
    outline: none
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button) {
    padding: .125em .5em
}

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

.wp-block-separator {
    border: 1px solid;
    border-left: none;
    border-right: none
}

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

.wp-block-separator.is-style-dots:before {
    color: currentColor;
    content: "ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ·ÃƒÆ’Ã¢â‚¬Å¡Ãƒ€šÃ‚Â·";
    font-family: serif;
    font-size: 1.5em;
    letter-spacing: 2em;
    padding-left: 2em
}

.wp-block-site-logo {
    box-sizing: border-box;
    line-height: 0
}

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

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

.wp-block-site-logo img {
    height: auto;
    max-width: 100%
}

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

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

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

.wp-block-site-title a {
    color: inherit
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-social-links.is-style-logos-only .wp-social-link-whatsapp {
    color: #25d366
}

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

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

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

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

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

.wp-block-spacer {
    clear: both
}

.wp-block-tag-cloud {
    box-sizing: border-box
}

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

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

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

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

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

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

.wp-block-table {
    overflow-x: auto
}

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

.wp-block-table thead {
    border-bottom: 3px solid
}

.wp-block-table tfoot {
    border-top: 3px solid
}

.wp-block-table td,.wp-block-table th {
    border: 1px solid;
    padding: .5em
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-table table[style*=border-top-color] tr:not(:first-child) {
    border-top-color: currentColor
}

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

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

.wp-block-table table[style*=border-bottom-color] tr:not(:last-child) {
    border-bottom-color: currentColor
}

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

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

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

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

.wp-block-text-columns .wp-block-column {
    margin: 0 1em;
    padding: 0
}

.wp-block-text-columns .wp-block-column:first-child {
    margin-left: 0
}

.wp-block-text-columns .wp-block-column:last-child {
    margin-right: 0
}

.wp-block-text-columns.columns-2 .wp-block-column {
    width: 50%
}

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

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

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

:where(pre.wp-block-verse) {
    font-family: inherit
}

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

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

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

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

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

.wp-element-button {
    cursor: pointer
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.aligncenter {
    clear: both
}

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

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

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

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

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

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

html :where(.has-border-color) {
    border-style: solid
}

html :where([style*=border-top-color]) {
    border-top-style: solid
}

html :where([style*=border-right-color]) {
    border-right-style: solid
}

html :where([style*=border-bottom-color]) {
    border-bottom-style: solid
}

html :where([style*=border-left-color]) {
    border-left-style: solid
}

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

html :where([style*=border-top-width]) {
    border-top-style: solid
}

html :where([style*=border-right-width]) {
    border-right-style: solid
}

html :where([style*=border-bottom-width]) {
    border-bottom-style: solid
}

html :where([style*=border-left-width]) {
    border-left-style: solid
}

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

figure {
    margin: 0 0 1em
}

html :where(.is-position-sticky) {
    --wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height,0)
}

@media screen and (max-width: 600px) {
    html :where(.is-position-sticky) {
        --wp-admin--admin-bar--position-offset:0
    }
}

/*! This file is auto-generated */
.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
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    to {
        transform: rotate(360deg)
    }
}

@keyframes blink {
    from {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

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

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

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

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

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

.wpcf7-reflection>output[hidden] {
    display: none
}

@font-face {
    font-display: swap;
    font-family: "swiper-icons";
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-android .swiper-slide,.swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.swiper-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height,-webkit-transform;
    transition-property: height,-webkit-transform;
    -o-transition-property: transform,height;
    transition-property: transform,height;
    transition-property: transform,height,-webkit-transform
}

.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-3d .swiper-wrapper,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0,0,0,.15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: -o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: -o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: -o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start:var(--swiper-centered-offset-before)}

.swiper-centered.swiper-horizontal>.swiper-wrapper: :before {
    height:100%;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start:var(--swiper-centered-offset-before)}

.swiper-centered.swiper-vertical>.swiper-wrapper: :before {
    width:100%;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center
}

.blocker {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 1;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #000;
    background-color: rgba(0,0,0,.75);
    text-align: center
}

.blocker:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.05em
}

.blocker.behind {
    background-color: transparent
}

.modal {
    display: none;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 96%;
    text-align: left
}

.modal-spinner {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    padding: 12px 16px;
    border-radius: 5px;
    background-color: #111;
    height: 20px
}

.modal-spinner>div {
    border-radius: 100px;
    background-color: #fff;
    height: 20px;
    width: 2px;
    margin: 0 1px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out
}

.modal-spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.modal-spinner .rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.modal-spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s
}

@-webkit-keyframes sk-stretchdelay {
    0%,40%,100% {
        -webkit-transform: scaleY(.5)
    }

    20% {
        -webkit-transform: scaleY(1)
    }
}

@keyframes sk-stretchdelay {
    0%,40%,100% {
        transform: scaleY(.5);
        -webkit-transform: scaleY(.5)
    }

    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

@font-face {
    font-display: swap;
    font-family: "neue_montreal";
    src: url(../../../../../../fonts/Ruberoid-Regular.woff2) format("woff2"),url(../../../../../../fonts/Ruberoid-Regular.woff) format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: "neue_montreal";
    src: url(../../../../../../fonts/Ruberoid-Regular.woff2) format("woff2"),url(../../../../../../fonts/Ruberoid-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

html,body {
    font-size: calc(14px + (18 - 14) * ((100vw - 375px) / (1660 - 375)))
}

body {
    color: #91999e;
    font-family: "neue_montreal",sans-serif;
    line-height: 1.4;
    font-weight: 400
}

.txt-lg {
    line-height: .9;
    font-weight: 500;
    letter-spacing: -0.02em;
    font-size: 5.75rem;
    color: #e9eef1
}

.txt-lg .txt-lg-last {
    display: block;
    margin-left: 3rem
}

@media (min-width: 1024px) {
    .txt-lg {
        font-size:8rem
    }
}

@media (min-width: 1440px) {
    .txt-lg {
        font-size: 6.7rem;
    }

    .txt-lg .txt-lg-last {
        /* margin-left:6.4rem; */
    }
}

input,select,textarea,button {
    font-family: "neue_montreal",sans-serif
}

h1,.h1 {
    line-height: .95;
    font-weight: 500;
    letter-spacing: -.03em;
    font-size: 3.43rem;
    color: #e9eef1;
    margin: 0;
    margin-top: -5px
}

@media (min-width: 1440px) {
    h1,.h1 {
        font-size:5.11rem;
        letter-spacing: -.01em
    }
}

h1 .word,.h1 .word {
    margin-top: -.1em;
    margin-bottom: -.1em
}

h2,.h2 {
    line-height: 1.01;
    font-weight: 500;
    letter-spacing: -.02em;
    font-size: 2.57rem;
    color: #e9eef1;
    margin: 0
}

@media (min-width: 1440px) {
    h2,.h2 {
        font-size:2.667rem
    }
}

h2 .split,.h2 .split {
    display: block
}

h2 .char,.h2 .char {
    line-height: 1.2
}

h3,.h3,.product-item .product-review blockquote {
    line-height: 120%;
    font-weight: 500;
    letter-spacing: -.01em;
    font-size: 1.714rem;
    color: #e9eef1;
    margin: 0
}

@media (min-width: 1440px) {
    h3,.h3,.product-item .product-review blockquote {
        font-size:1.555rem
    }
}

h4 {
    line-height: 120%;
    font-weight: 500;
    font-size: 1.25rem;
    color: #e9eef1;
    margin: 0
}

@media (min-width: 1440px) {
    h4 {
        font-size:1.25rem
    }
}

h5 {
    font-size: 24px;
    line-height: 1;
    letter-spacing: -.01em;
    font-weight: 500;
    margin: 0
}

@media (min-width: 1440px) {
    h5 {
        font-size:28px;
        line-height: 1.2
    }
}

p {
    margin: 0 0 1rem
}

.main-navigation {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100vh;
    overflow: auto;
    background: #050505 url(../../../themes/fulcrum/assets/img/bg/bg-menu.jpg) right bottom no-repeat;
    background-size: 100% auto;
    padding: 0 20px 26px;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.25s linear;
    transition: -webkit-transform 0.25s linear;
    -o-transition: transform 0.25s linear;
    transition: transform 0.25s linear;
    transition: transform 0.25s linear,-webkit-transform 0.25s linear;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.main-navigation ul {
    margin: 0;
    padding: 24vh 0 0;
    list-style: none;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: -.01em
}

.main-navigation ul li {
    margin: 0 0 30px
}

.main-navigation ul li a {
    color: #e9eef1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main-navigation ul li a .arrow-icon-wrapper {
    background: none;
    margin-left: 5px;
    border-radius: 0
}

.main-navigation ul li a .arrow-icon-wrapper .arrow-icon img {
    width: 14px;
    height: 14px
}

.main-navigation ul li a:hover .arrow-icon-wrapper .arrow-icon {
    -webkit-transform: translate3d(100%,-100%,0);
    transform: translate3d(100%,-100%,0)
}

.main-navigation .menu-bottom {
    margin-top: auto
}

.main-navigation .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 30px
}

.main-navigation .socials a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: .5px solid #e9eef1;
    border-radius: 100%;
    width: 48px;
    height: 48px
}

.main-navigation .socials a .socials-icon {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.main-navigation .socials a img {
    display: block
}

.main-navigation .copyright {
    text-align: center;
    font-size: 12px;
    margin: 0
}

.main-navigation.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.main-navigation .submenu {
    display: none
}

@media (max-width: 1023.98px) {
    .main-navigation ul li .menu-sticker {
        display:none
    }

    .main-navigation .submenu .inner .card-wrapper {
        display: none
    }

    .main-navigation .submenu .inner ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0;
        margin: 0;
        font-weight: 500;
        font-size: 14px;
        line-height: 1.1;
        letter-spacing: 0
    }

    .main-navigation .submenu .inner ul li {
        width: 50%;
        margin: 30px 0 0
    }

    .main-navigation .submenu .inner ul li a {
        color: #e9eef1
    }

    .main-navigation .submenu .inner ul li a .submenu-link {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .main-navigation .submenu .inner ul li a .submenu-link:after {
        content: "";
        width: 14px;
        height: 14px;
        display: block;
        background: url(../../../themes/fulcrum/assets/img/icons/btn-arrow-nav.svg) 50% no-repeat;
        background-size: cover;
        margin-left: 13px;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s
    }

    .main-navigation .submenu .inner ul li a .submenu-link-text {
        display: none
    }

    .main-navigation .submenu .inner ul li a:hover .submenu-link:after {
        -webkit-transform: translate3d(50%,-50%,0);
        transform: translate3d(50%,-50%,0)
    }
}

@media (min-width: 1024px) {
    .main-navigation {
        position:relative;
        left: 0;
        right: auto;
        top: 0;
        height: auto;
        background: none;
        padding: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        width: 100%;
        overflow: visible
    }

    .main-navigation ul {
        font-size: 14px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0;
        padding: 0
    }

    .main-navigation ul li {
        margin: 0 25px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .main-navigation ul li .menu-sticker {
        display: block;
        font-size: 12px;
        line-height: 120%;
        letter-spacing: .01em;
        padding: 4px 10px;
        background: rgba(255,255,255,.1);
        border-radius: 20px;
        margin-left: 4px
    }

    .main-navigation ul li .menu-sticker span {
        background-color: #fff;
        background-image: -webkit-gradient(linear,left top,right top,from(#0d99ff),to(#99faf4));
        background-image: -o-linear-gradient(left,#0d99ff 0%,#99faf4 100%);
        background-image: linear-gradient(90deg,#0d99ff 0%,#99faf4 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent
    }

    .main-navigation ul li .submenu {
        display: none!important
    }

    .main-navigation ul li:hover .submenu {
        display: block!important
    }

    .main-navigation>ul>li>a .arrow-icon-wrapper {
        display: none
    }

    .main-navigation .menu-bottom {
        display: none
    }

    .main-navigation .submenu {
        position: absolute;
        left: 50%;
        top: 99%;
        padding: 30px 0 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100%;
        max-width: 900px
    }

    .main-navigation .submenu .inner {
        background-color: #050505;
        border: 1px solid #91999e;
        border-radius: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 20px
    }

    .main-navigation .submenu .inner ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .main-navigation .submenu .inner ul li {
        width: 50%;
        margin: 0
    }

    .main-navigation .submenu .inner ul li:first-child {
        display: none
    }

    .main-navigation .submenu .inner ul li a {
        display: block
    }

    .main-navigation .submenu .submenu-link {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #fff;
        background-image: -webkit-gradient(linear,left top,right top,from(#0d99ff),to(#99faf4));
        background-image: -o-linear-gradient(left,#0d99ff 0%,#99faf4 100%);
        background-image: linear-gradient(90deg,#0d99ff 0%,#99faf4 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: 500;
        font-size: 14px;
        letter-spacing: .01em;
        margin: 0 0 4px
    }

    .main-navigation .submenu .submenu-link:after {
        content: "";
        width: 12px;
        height: 12px;
        display: block;
        background: url(../../../themes/fulcrum/assets/img/icons/menu-arrow.svg) 50% no-repeat;
        margin-left: 13px
    }

    .main-navigation .submenu .submenu-link-text {
        font-size: 12px;
        letter-spacing: .01em;
        color: #91999e;
        display: block
    }

    .main-navigation .submenu .card-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin: 0 20px 0 0;
        position: relative
    }

    .main-navigation .submenu .card {
        width: 190px;
        border-radius: 10px 10px 31px 10px;
        -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
        padding: 1px
    }

    .main-navigation .submenu .card:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        background-image: -webkit-gradient(linear,left top,right top,from(#0d99ff),to(#99faf4));
        background-image: -o-linear-gradient(left,#0d99ff,#99faf4);
        background-image: linear-gradient(90deg,#0d99ff,#99faf4);
        background-color: #0d99ff;
        border-radius: 10px 10px 31px 10px;
        -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%)
    }

    .main-navigation .submenu .card .card-inner {
        width: 100%;
        height: 100%;
        background: #050505 url(../../../themes/fulcrum/assets/img/bg/bg-menu-card.svg) right bottom no-repeat;
        border-radius: 10px 10px 31px 10px;
        -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
        padding: 0 19px 10px
    }

    .main-navigation .submenu .card figure {
        margin: 0 0 5px;
        text-align: center
    }
}

@media (min-width: 1440px) {
    .main-navigation ul li {
        margin:0 47px
    }
}

.main-navigation>ul>li>a,.main-navigation>nav>ul>li>a {
    position: relative
}

@media (min-width: 1024px) {
    .main-navigation>ul>li>a:before,.main-navigation>nav>ul>li>a:before {
        content:"";
        width: 4px;
        height: 4px;
        border-radius: 100%;
        background: #e9eef1;
        position: absolute;
        top: 100%;
        left: 50%;
        margin: 4px 0 0 -2px;
        opacity: 0;
        -webkit-transition: opacity 0.2s;
        -o-transition: opacity 0.2s;
        transition: opacity 0.2s
    }

    .main-navigation>ul>li>a:hover:before,.main-navigation>nav>ul>li>a:hover:before {
        opacity: 1
    }

    .main-navigation>ul>li>a:active:before,.main-navigation>nav>ul>li>a:active:before {
        background: -webkit-gradient(linear,left top,right top,from(#0d99ff),to(#99faf4));
        background: -o-linear-gradient(left,#0d99ff 0%,#99faf4 100%);
        background: linear-gradient(90deg,#0d99ff 0%,#99faf4 100%);
        opacity: 1
    }
}

.main-navigation>ul>li:hover>a:before,.main-navigation>nav>ul>li:hover>a:before {
    opacity: 1
}

.main-navigation>ul>li.submenu-parent>a:after,.main-navigation>nav>ul>li.submenu-parent>a:after {
    content: "";
    width: 10px;
    height: 6px;
    background: url(../../../themes/fulcrum/assets/img/icons/menu-chevron.svg) no-repeat;
    margin: 0 0 0 8px;
    display: block;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}

@media (max-width: 1023.98px) {
    .main-navigation>ul>li.submenu-parent>a .arrow-icon-wrapper,.main-navigation>nav>ul>li.submenu-parent>a .arrow-icon-wrapper {
        display:none
    }

    .main-navigation>ul>li.submenu-parent>a:after,.main-navigation>nav>ul>li.submenu-parent>a:after {
        width: 14px;
        height: 9px;
        background-size: cover
    }

    .main-navigation>ul>li.submenu-parent>a.opened:after,.main-navigation>nav>ul>li.submenu-parent>a.opened:after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

@media (min-width: 1024px) {
    .main-navigation>ul>li.submenu-parent:hover>a:after,.main-navigation>nav>ul>li.submenu-parent:hover>a:after {
        -webkit-transform:rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

.main-navigation>ul>li.current_page_item:not(.submenu-parent)>a,.main-navigation>ul>li.current-menu-item:not(.submenu-parent)>a,.main-navigation>nav>ul>li.current_page_item:not(.submenu-parent)>a,.main-navigation>nav>ul>li.current-menu-item:not(.submenu-parent)>a {
    pointer-events: none
}

.main-navigation>ul>li.current_page_item:not(.submenu-parent)>a:before,.main-navigation>ul>li.current-menu-item:not(.submenu-parent)>a:before,.main-navigation>nav>ul>li.current_page_item:not(.submenu-parent)>a:before,.main-navigation>nav>ul>li.current-menu-item:not(.submenu-parent)>a:before {
    background-color: #e9eef1;
    opacity: 1
}

@media (min-width: 1024px) {
    .main-navigation ul li.parent>a {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .main-navigation ul li.parent>a:after {
        content: "";
        width: 18px;
        height: 18px;
        border-radius: 100%;
        background: #434343 url(../../../themes/fulcrum/assets/img/bg/chevron-down-white.svg) 50% no-repeat;
        margin-left: 6px
    }
}

.header {
    position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
    top: 0;
    padding: 10px 0;
    background: rgba(233,238,241,.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

@media (max-width: 1023.98px) {
    .header.color-dark {
        background:rgba(5,5,5,.5)
    }
}

.header .header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header .logo {
    position: relative;
    z-index: 9
}

.header .logo a {
    display: block;
    width: 104px
}

.header .logo img {
    display: block;
    width: 100%;
    height: auto
}

.header .header-buttons .btn-medium,.header .header-buttons #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .header .header-buttons button.mgbutton {
    display: none
}

@media (min-width: 1024px) {
    .header {
        padding:10px 0;
        height: 80px;
        overflow: hidden;
        background: transparent;
        -webkit-backdrop-filter: none;
        backdrop-filter: none
    }

    .header:hover {
        overflow: visible
    }

    .header .header-wrapper {
        background: #050505;
        border: 1px solid #91999e;
        border-radius: 10px;
        padding: 8px 9px 8px 18px
    }

    .header .logo {
        width: 140px;
        max-width: 140px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .header .logo a {
        width: 117px
    }

    .header .header-buttons {
        width: 140px;
        max-width: 140px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .header .header-buttons .btn-medium,.header .header-buttons #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .header .header-buttons button.mgbutton {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.navbar-toggler {
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 10px 0;
    z-index: 99999;
    min-width: 33px;
    min-height: 30px;
    background: none
}

.navbar-toggler .navbar-toggler-icon {
    display: block;
    margin: auto;
    width: 33px;
    height: 8px;
    position: relative;
    background: none
}

.navbar-toggler .navbar-toggler-icon:before,.navbar-toggler .navbar-toggler-icon:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.navbar-toggler .navbar-toggler-icon:before {
    top: 0
}

.navbar-toggler .navbar-toggler-icon:after {
    bottom: 0
}

.navbar-toggler.active .navbar-toggler-icon:before {
    -webkit-transform: translateY(3px) rotate(45deg);
    -ms-transform: translateY(3px) rotate(45deg);
    transform: translateY(3px) rotate(45deg)
}

.navbar-toggler.active .navbar-toggler-icon:after {
    width: 100%;
    -webkit-transform: translateY(-3px) rotate(-45deg);
    -ms-transform: translateY(-3px) rotate(-45deg);
    transform: translateY(-3px) rotate(-45deg)
}

@media (min-width: 1024px) {
    .navbar-toggler {
        display:none
    }
}

.page-footer {
    padding: 50px 0 20px;
    background: #1e1e1e
}

.page-footer .container {
    position: relative;
    z-index: 1
}

.page-footer .footer-title {
    font-weight: 400;
    font-size: 10.43rem;
    line-height: 80%;
    letter-spacing: -.05em;
    margin: 0 0 30px;
    background: -webkit-gradient(linear,left top,right top,from(#0d99ff),to(#99faf4)) repeat;
    background: -o-linear-gradient(left,#0d99ff 0%,#99faf4 100%) repeat;
    background: linear-gradient(90deg,#0d99ff 0%,#99faf4 100%) repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-position: 0;
    background-size: 200% 100%;
    display: none
}

.page-footer .footer-logo {
    display: none
}

.page-footer address {
    margin: 0 0 30px;
    display: block;
    font-style: normal
}

.page-footer address p {
    margin: 0 0 10px;
    font-size: 2.286rem;
    line-height: 120%;
    letter-spacing: -.02em;
    color: #e9eef1
}

.page-footer address p a {
    color: inherit;
    display: inline-block;
    position: relative
}

.page-footer address p a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #e9eef1;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left 0;
    -ms-transform-origin: left 0;
    transform-origin: left 0;
    will-change: transform;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.page-footer address p a:hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.page-footer .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 30px
}

.page-footer .socials a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: .5px solid #e9eef1;
    border-radius: 100%;
    width: 48px;
    height: 48px
}

.page-footer .socials a .socials-icon {
    width: 40%;
    height: 40%;
    overflow: hidden
}

.page-footer .socials a .socials-icon .socials-icon-inner {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    will-change: transform;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease,-webkit-transform 0.3s ease
}

.page-footer .socials a img {
    display: block
}

.page-footer .socials a:hover .socials-icon .socials-icon-inner {
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0)
}

@media (min-width: 400px) {
    .page-footer .socials {
        -webkit-box-pack:start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .page-footer .socials a {
        margin: 0 10px 0 0
    }
}

.page-footer nav {
    margin: 0 0 30px
}

.page-footer nav strong {
    display: block;
    font-weight: 400;
    color: #e9eef1;
    line-height: 1.3;
    letter-spacing: .01em
}

.page-footer nav ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.page-footer nav ul li {
    margin: 10px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page-footer nav ul li.disabled a {
    pointer-events: none;
    color: #434343
}

.page-footer nav ul li a {
    letter-spacing: .01em;
    color: #91999e;
    display: inline-block;
    position: relative
}

.page-footer nav ul li a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #e9eef1;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left 0;
    -ms-transform-origin: left 0;
    transform-origin: left 0;
    will-change: transform;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: .6
}

.page-footer nav ul li a:hover {
    opacity: .6
}

.page-footer nav ul li a:hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.page-footer nav ul li span {
    margin-left: 10px;
    display: inline-block;
    background: -webkit-gradient(linear,left top,right top,from(#0d99ff),to(#99faf4));
    background: -o-linear-gradient(left,#0d99ff 0%,#99faf4 100%);
    background: linear-gradient(90deg,#0d99ff 0%,#99faf4 100%);
    border-radius: 14px;
    padding: 7px 14px;
    color: #1e1e1e;
    font-size: 10px;
    line-height: 1.2
}

.page-footer .rating-wrapper {
    width: 210px;
    height: 50px;
    background: #2a2a2a;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px;
    margin: 0 0 40px
}

.page-footer .rating-wrapper .left img {
    display: block;
    width: 71px;
    height: auto
}

.page-footer .rating-wrapper .left span {
    display: block;
    margin: 4px 0 0 3px;
    font-size: 8px;
    line-height: 100%;
    letter-spacing: .01em;
    color: #ef4335
}

.page-footer .rating-wrapper .right .d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.page-footer .rating-wrapper .right img {
    display: block;
    width: 71px;
    height: auto
}

.page-footer .rating-wrapper .right strong {
    display: block;
    font-weight: 400;
    font-size: 22px;
    line-height: 1;
    color: #e9eef1;
    letter-spacing: .01em
}

.page-footer .rating-wrapper .right p {
    margin: 4px 0 0;
    font-size: 8px;
    line-height: 100%;
    letter-spacing: .01em
}

.page-footer .copyright {
    margin: 20px 0 0
}

.page-footer .footer-main .wrapper-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px
}

.page-footer .footer-main .wrapper-inner .col-3 {
    width: 50%;
    padding: 0 10px
}

.page-footer .footer-main .wrapper-inner--nav-desktop {
    display: none
}

.page-footer .footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.page-footer .footer-bottom .col:first-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.page-footer .footer-bottom .wrapper-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px
}

.page-footer .footer-bottom .wrapper-inner .col-3 {
    width: 50%;
    padding: 0 10px
}

.page-footer .footer-bottom .wrapper-inner .col-3:first-child {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.page-footer .footer-bottom p {
    margin: 0;
    color: #91999e;
    letter-spacing: .01em
}

.page-footer .footer-bottom a:not(.rating-wrapper) {
    color: #91999e;
    letter-spacing: .01em;
    display: inline-block;
    position: relative
}

.page-footer .footer-bottom a:not(.rating-wrapper):after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #e9eef1;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left 0;
    -ms-transform-origin: left 0;
    transform-origin: left 0;
    will-change: transform;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: .6
}

.page-footer .footer-bottom a:not(.rating-wrapper):hover {
    opacity: .6
}

.page-footer .footer-bottom a:not(.rating-wrapper):hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

@media (min-width: 768px) {
    .page-footer .footer-title {
        margin-left:-20px;
        margin-right: -20px;
        white-space: nowrap;
        font-size: 21vw
    }

    .page-footer .footer-logo-1 {
        margin: 0
    }

    .page-footer .footer-logo-1 span {
        background: #2a2a2a
    }

    .page-footer .footer-main .wrapper-inner .col-3 {
        width: 33.3333%
    }

    .page-footer .footer-main .wrapper-inner .col-3:last-child {
        width: 33.3333%;
        display: block
    }

    .page-footer .footer-main .wrapper-inner .col-3:last-child nav {
        width: 100%
    }

    .page-footer .footer-main .wrapper-inner--nav-desktop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .page-footer .footer-main .wrapper-inner--nav-mobile {
        display: none
    }

    .page-footer .footer-bottom .wrapper-inner {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page-footer .footer-bottom .wrapper-inner .col-3 {
        width: 33.3333%
    }

    .page-footer .footer-bottom .wrapper-inner .col-3.col-md-6 {
        width: 66.6666%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .page-footer .footer-bottom .wrapper-inner .col-3:first-child {
        width: 33.3333%
    }

    .page-footer .footer-bottom p {
        color: #91999e
    }

    .page-footer .footer-bottom a:not(.rating-wrapper) {
        color: #91999e;
        text-decoration: none
    }
}

@media (min-width: 1024px) {
    .page-footer .footer-wrapper {
        height:auto;
        padding: 114px 0 20px
    }

    .page-footer .footer-main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -10px
    }

    .page-footer .footer-main .col {
        width: 50%;
        padding: 0 10px
    }

    .page-footer .footer-bottom {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 -10px
    }

    .page-footer .footer-bottom .col {
        width: 50%;
        padding: 0 10px
    }

    .page-footer .footer-bottom .col:first-child {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .page-footer .footer-bottom p,.page-footer .footer-bottom a:not(.rating-wrapper) {
        font-size: .78rem
    }

    .page-footer .footer-bottom .wrapper-inner .col-3 {
        width: 50%
    }

    .page-footer .footer-bottom .wrapper-inner .col-3.col-md-6 {
        width: 50%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .page-footer .footer-bottom .wrapper-inner .col-3:first-child {
        width: 50%
    }

    .page-footer .block-number {
        margin: 0 0 8px
    }

    .page-footer .marquee {
        display: none
    }

    .page-footer .footer-title {
        display: block;
        text-align: center;
        margin-bottom: 25px;
        background: -webkit-gradient(linear,left top,right top,from(#0d99ff),color-stop(50%,#99faf4),to(#0d99ff)) repeat;
        background: -o-linear-gradient(left,#0d99ff 0%,#99faf4 50%,#0d99ff 100%) repeat;
        background: linear-gradient(90deg,#0d99ff 0%,#99faf4 50%,#0d99ff 100%) repeat;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-position: 0;
        background-size: 200% 100%
    }

    .page-footer .footer-title:hover {
        background: -webkit-gradient(linear,left top,right top,from(#0d99ff),color-stop(50%,#99faf4),to(#0d99ff)) repeat;
        background: -o-linear-gradient(left,#0d99ff 0%,#99faf4 50%,#0d99ff 100%) repeat;
        background: linear-gradient(90deg,#0d99ff 0%,#99faf4 50%,#0d99ff 100%) repeat;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent
    }

    .page-footer .footer-logo {
        display: block;
        margin: 0 0 30px
    }

    .page-footer .copyright {
        margin: 0;
        text-align: left
    }

    .page-footer .socials {
        margin: 0 0 30px
    }

    .page-footer .socials a {
        width: 60px;
        height: 60px
    }

    .page-footer nav {
        margin: 0 0 35px
    }

    .page-footer nav strong {
        font-size: 16px;
        line-height: 1.5
    }

    .page-footer nav ul li {
        margin: 16px 0 0;
        font-size: .9rem
    }

    .page-footer nav ul li a {
        font-size: 16px;
        letter-spacing: .01em;
        color: #91999e
    }
}

@media (min-width: 1440px) {
    .page-footer address {
        margin:0 0 35px
    }

    .page-footer address p {
        font-size: 2.667rem;
        font-weight: 500;
        margin: 0 0 20px
    }

    .page-footer .socials {
        margin: 0 0 58px
    }

    .page-footer .footer-title {
        text-align: center;
        font-size: 20.4vw
    }
}

@media (min-width: 1660px) {
    .page-footer .footer-title {
        font-size:17.5vw
    }
}

@media (min-width: 1024px) and (max-height:700px) {
    .page-footer .block-number {
        margin:0
    }

    .page-footer .footer-title {
        font-size: 14rem;
        margin: 0 0 5px
    }

    .page-footer .footer-logo {
        margin: 0 0 5px
    }

    .page-footer address {
        margin: 0 0 25px
    }

    .page-footer address p {
        font-size: 1.5rem;
        margin: 0 0 15px
    }

    .page-footer .socials {
        margin: 0 0 25px
    }

    .page-footer nav {
        margin: 0 0 25px
    }

    .page-footer nav ul li {
        margin: 10px 0 0
    }
}

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

input:hover,input:focus,select:hover,select:focus,textarea:hover,textarea:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

html,body {
    padding: 0;
    margin: 0;
    height: 100%;
    background-color: #050505
}

.container {
    padding: 0 13px
}

@media (min-width: 1440px) {
    .container {
        padding:0 40px
    }
}

@media (min-width: 1660px) {
    .container {
        padding:0 150px
    }
}

.page-wrapper {
    width: 100%;
    overflow: hidden
}

.page-content {
    background-color: #050505;
    position: relative;
    z-index: 1;
    border-radius: 0 0 20px 20px;
    padding: 50px 0 60px;
    margin: 0 0 -20px;
    overflow: hidden
}

@media (min-width: 1024px) {
    .page-content {
        padding:80px 0;
        z-index: 1;
        border-radius: 0 0 40px 40px;
        margin: 0
    }
}

.page-no-footer .page-content:after {
    display: none
}

a {
    color: #9a9a9a;
    text-decoration: none
}

a:hover {
    color: #9a9a9a;
    text-decoration: none
}

.btn-centered {
    text-align: center;
    padding: 10px 0 0
}

@media (min-width: 768px) {
    .btn-centered {
        padding:30px 0 0
    }
}

.wpcf7-response-output {
    display: none!important
}

a,button {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-appearance: none;
    text-decoration: none;
    cursor: pointer
}

a:hover,button:hover {
    text-decoration: none
}

a:focus,button:focus {
    outline: none!important;
    -webkit-box-shadow: none;
    box-shadow: none
}

.button,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton {
    width: 100%;
    height: 50px;
    display: inline-block;
    position: relative;
    font-size: 0;
    line-height: 0;
    background: none;
    border: none;
    padding: 0
}

.button:before,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton:before {
    content: "";
    position: absolute;
    background: url(../../../themes/fulcrum/assets/img/bg/bg-btn-01.svg) no-repeat;
    width: 350px;
    height: 230px;
    bottom: -100px;
    right: -100px;
    opacity: 0;
    will-change: transform
}

.button:after,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton:after {
    content: "";
    position: absolute;
    background: url(../../../themes/fulcrum/assets/img/bg/bg-btn-02.svg) no-repeat;
    width: 350px;
    height: 230px;
    top: -100px;
    left: -100px;
    opacity: 0;
    will-change: transform
}

@-webkit-keyframes rotateBtn2 {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    25% {
        -webkit-transform: translate3d(50%,0,0);
        transform: translate3d(50%,0,0)
    }

    50% {
        -webkit-transform: translate3d(50%,30px,0);
        transform: translate3d(50%,30px,0)
    }

    75% {
        -webkit-transform: translate3d(0,30px,0);
        transform: translate3d(0,30px,0)
    }

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

@keyframes rotateBtn2 {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    25% {
        -webkit-transform: translate3d(50%,0,0);
        transform: translate3d(50%,0,0)
    }

    50% {
        -webkit-transform: translate3d(50%,30px,0);
        transform: translate3d(50%,30px,0)
    }

    75% {
        -webkit-transform: translate3d(0,30px,0);
        transform: translate3d(0,30px,0)
    }

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

@-webkit-keyframes rotateBtn1 {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    25% {
        -webkit-transform: translate3d(-50%,0,0);
        transform: translate3d(-50%,0,0)
    }

    50% {
        -webkit-transform: translate3d(-50%,-30px,0);
        transform: translate3d(-50%,-30px,0)
    }

    75% {
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0)
    }

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

@keyframes rotateBtn1 {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    25% {
        -webkit-transform: translate3d(-50%,0,0);
        transform: translate3d(-50%,0,0)
    }

    50% {
        -webkit-transform: translate3d(-50%,-30px,0);
        transform: translate3d(-50%,-30px,0)
    }

    75% {
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0)
    }

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

.button .btn-wrap,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton .btn-wrap {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    background: -webkit-gradient(linear,left top,right top,from(#0d99ff),to(#99faf4));
    background: -o-linear-gradient(left,#0d99ff 0%,#99faf4 100%);
    background: linear-gradient(90deg,#0d99ff 0%,#99faf4 100%);
    -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,0 100%);
    border-radius: 5px 5px 16px 5px;
    z-index: 1
}

.button .btn-inner,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton .btn-inner {
    position: absolute;
    left: 1px;
    top: 1px;
    right: 1px;
    bottom: 1px;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 20px 0 15px;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: .01em;
    color: #050505
}

.button .btn-icon,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton .btn-icon {
    display: block;
    position: relative
}

.button .btn-icon:before,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton .btn-icon:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    width: 6px;
    height: 6px;
    background-color: #050505;
    background-image: url(../../../themes/fulcrum/assets/img/icons/btn-arrow-light.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 0 0;
    border-radius: 100%;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.button:hover:before,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton:hover:before {
    opacity: 1
}

.button:hover:after,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton:hover:after {
    opacity: 1
}

.button:hover:before,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton:hover:before {
    -webkit-animation: rotateBtn1 4s linear 0s infinite forwards;
    animation: rotateBtn1 4s linear 0s infinite forwards
}

.button:hover:after,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton:hover:after {
    -webkit-animation: rotateBtn2 4s linear 0s infinite forwards;
    animation: rotateBtn2 4s linear 0s infinite forwards
}

.button:hover .btn-wrap:after,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton:hover .btn-wrap:after {
    opacity: 1
}

.button:hover .btn-icon:before,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton:hover .btn-icon:before {
    width: 34px;
    height: 34px;
    background-size: 8px 8px
}

.button:focus:before,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton:focus:before,.button:focus:after,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton:focus:after {
    opacity: 0
}

.button:active:before,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton:active:before,.button:active:after,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton:active:after {
    opacity: 0
}

.button:active .btn-icon:before,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton:active .btn-icon:before {
    width: 34px;
    height: 34px;
    background-size: 8px 8px
}

.button:active .btn-icon img,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton:active .btn-icon img {
    opacity: 1
}

.button.disabled,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.disabled.mgbutton,.button[disabled],#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton[disabled] {
    pointer-events: none
}

.button.disabled:before,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.disabled.mgbutton:before,.button.disabled:after,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.disabled.mgbutton:after,.button[disabled]:before,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton[disabled]:before,.button[disabled]:after,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton[disabled]:after {
    display: none
}

.button.disabled .btn-wrap,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.disabled.mgbutton .btn-wrap,.button[disabled] .btn-wrap,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton[disabled] .btn-wrap {
    background: #434343
}

.button.disabled .btn-wrap:before,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.disabled.mgbutton .btn-wrap:before,.button[disabled] .btn-wrap:before,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton[disabled] .btn-wrap:before {
    background: #434343
}

.button.btn-secondary .btn-wrap:before,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton .btn-wrap:before {
    content: "";
    position: absolute;
    left: 1px;
    top: 1px;
    right: 1px;
    bottom: 1px;
    background: #050505;
    -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,0 100%);
    border-radius: 5px 5px 16px 5px
}

.button.btn-secondary .btn-inner,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton .btn-inner {
    color: #fff
}

.button.btn-secondary .btn-icon:before,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton .btn-icon:before {
    background-color: #e9eef1;
    background-image: url(../../../themes/fulcrum/assets/img/icons/btn-arrow-dark.svg)
}

.button.btn-secondary.disabled,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.disabled.mgbutton,.button.btn-secondary[disabled],#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton[disabled] {
    pointer-events: none
}

.button.btn-secondary.disabled .btn-wrap,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.disabled.mgbutton .btn-wrap,.button.btn-secondary[disabled] .btn-wrap,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton[disabled] .btn-wrap {
    background: #050505
}

.button.btn-secondary.disabled .btn-wrap:before,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.disabled.mgbutton .btn-wrap:before,.button.btn-secondary[disabled] .btn-wrap:before,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton[disabled] .btn-wrap:before {
    background: #434343
}

.button.btn-secondary.disabled .btn-inner,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.disabled.mgbutton .btn-inner,.button.btn-secondary[disabled] .btn-inner,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton[disabled] .btn-inner {
    color: #050505
}

.button.btn-secondary.disabled .btn-icon:before,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.disabled.mgbutton .btn-icon:before,.button.btn-secondary[disabled] .btn-icon:before,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton[disabled] .btn-icon:before {
    background-color: #050505;
    background-image: url(../../../themes/fulcrum/assets/img/icons/btn-arrow-light.svg)
}

.button.btn-medium,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton {
    height: 42px;
    width: auto;
    min-width: 140px
}

.button.btn-medium .btn-inner,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton .btn-inner {
    font-size: 12px;
    padding: 0 20px 0 15px
}

.button.btn-medium .btn-icon,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton .btn-icon {
    width: 4px;
    height: 4px
}

.button.btn-medium:hover .btn-icon:before,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton:hover .btn-icon:before {
    width: 32px;
    height: 32px;
    background-size: 8px 8px
}

.button.btn-medium:active .btn-icon:before,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton:active .btn-icon:before {
    width: 32px;
    height: 32px;
    background-size: 8px 8px
}

@media (min-width: 768px) {
    .button,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton {
        width:300px;
        height: 60px
    }

    .button .btn-inner,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton .btn-inner {
        font-size: 16px;
        padding: 0 25px 0 20px
    }

    .button:hover .btn-icon:before,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton:hover .btn-icon:before {
        width: 42px;
        height: 42px;
        background-size: 12px 12px
    }

    .button:active .btn-icon:before,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton:active .btn-icon:before {
        width: 42px;
        height: 42px;
        background-size: 12px 12px
    }
}

.card {
    display: block
}

.card .arrow-icon-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.card-type-01 {
    width: 100%;
    padding: 89.55% 0 0;
    position: relative
}

.card-type-01 .card {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px;
    text-decoration: none;
    border-radius: 10px 10px 31px 10px;
    -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%)
}

@media (min-width: 1440px) {
    .card-type-01 .card {
        border-radius:20px 20px 50px 20px;
        -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%)
    }
}

.card-type-01 .card .card-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 5;
    width: 100%;
    height: 100%;
    background-color: #000;
    overflow: hidden;
    border-radius: 10px 10px 31px 10px;
    -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%)
}

@media (min-width: 1440px) {
    .card-type-01 .card .card-inner {
        border-radius:20px 20px 50px 20px;
        -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%)
    }
}

.card-type-01 .card .card-inner .card-image {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2
}

.card-type-01 .card .card-inner .card-image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.card-type-01 .card .card-inner .card-top {
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 19px 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.card-type-01 .card .card-inner .card-top .card-number {
    font-size: 12px;
    letter-spacing: -.02em;
    color: #e9eef1
}

.card-type-01 .card .card-inner .card-text {
    position: relative;
    z-index: 3;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 19px 19px
}

.card-type-01 .card .card-inner .card-text p {
    margin: 0
}

@media (min-width: 640px) {
    .card-type-01 {
        padding:122.73% 0 0
    }

    .card-type-01 .card .card-inner .card-text p {
        min-height: 4.2em
    }
}

@media (min-width: 768px) {
    .card-type-01 {
        padding:122.73% 0 0
    }
}

@media (min-width: 1024px) {
    .card-type-01 .card .card-inner .card-top {
        padding:40px 40px 0
    }

    .card-type-01 .card .card-inner .card-top .card-number {
        font-size: 14px;
        letter-spacing: .01em;
        color: #91999e
    }

    .card-type-01 .card .card-inner .card-text {
        padding: 0 40px 37px
    }
}

.card-type-02 {
    width: 100%;
    padding: 119.4% 0 0;
    position: relative
}

.card-type-02 .card {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px;
    text-decoration: none;
    overflow: hidden
}

.card-type-02 .card .card-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 19px;
    -webkit-mask-image: url(../../../themes/fulcrum/assets/img/bg/card.png);
    mask-image: url(../../../themes/fulcrum/assets/img/bg/card.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%
}

.card-type-02 .card .card-inner .card-image {
    position: absolute;
    top: 86px;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.card-type-02 .card .card-inner .card-image:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(5,5,5,0)),to(rgba(5,5,5,.9)));
    background: -o-linear-gradient(top,rgba(5,5,5,0) 0%,rgba(5,5,5,.9) 100%);
    background: linear-gradient(180deg,rgba(5,5,5,0) 0%,rgba(5,5,5,.9) 100%);
    border-radius: 10px
}

.card-type-02 .card .card-inner .card-image img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-position: center;
    object-position: center;
    will-change: transform;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease,-webkit-transform 0.5s ease
}

.card-type-02 .card .card-inner .card-top {
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 7px
}

.card-type-02 .card .card-inner .card-top h2 {
    margin: -4px 0 0;
    line-height: 1
}

.card-type-02 .card .card-inner .card-top .card-arrow {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.card-type-02 .card .card-inner .card-text {
    position: relative;
    z-index: 3;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.card-type-02 .card .card-inner .card-text p {
    margin: 0
}

.card-type-02 .card .card-inner .card-tabs {
    position: absolute;
    z-index: 3;
    left: 19px;
    right: 19px;
    bottom: 19px
}

.card-type-02 .card .card-inner .card-tabs .tab-nav li a>span {
    background: rgba(255,255,255,.1)
}

.card-type-02:hover .card .card-inner .card-image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

@media (min-width: 640px) {
    .card-type-02 {
        padding:118.92% 0 0
    }

    .card-type-02 .card .card-inner .card-image {
        top: 39px
    }
}

@media (min-width: 1024px) {
    .card-type-02 .card .card-inner {
        padding:40px
    }

    .card-type-02 .card .card-inner .card-top .card-number {
        font-size: 14px;
        letter-spacing: .01em;
        color: #91999e
    }

    .card-type-02 .card .card-inner .card-text h2 {
        margin: 0 0 6px
    }

    .card-type-02 .card .card-inner .card-text p {
        margin: 2px 0 0
    }

    .card-type-02 .card .card-inner .card-tabs {
        left: 39px;
        right: 39px;
        bottom: 39px
    }

    .card-type-02 .card .card-inner .card-tabs .tab-nav li a>span {
        padding: 14px 29px
    }
}

.card-type-03 {
    width: 100%;
    height: 100%
}

.card-type-03 .card {
    width: 100%;
    height: 100%
}

.card-type-03 .card .card-inner {
    padding: 19px
}

.card-type-03 .card .card-inner h2 {
    margin: 0 0 72px
}

.card-type-03 .card .card-inner p {
    margin: 0
}

@media (min-width: 1024px) {
    .card-type-03 .card .card-inner h2 {
        letter-spacing:-.01em;
        font-size: 1.714rem;
        line-height: 1.25
    }
}

@media (min-width: 1440px) {
    .card-type-03 .card .card-inner {
        padding:39px
    }

    .card-type-03 .card .card-inner h2 {
        font-size: 1.555rem;
        margin: 0 0 177px
    }
}

.card-type-04 {
    width: 100%;
    padding: 71.64% 0 0;
    position: relative
}

.card-type-04 .card {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px;
    text-decoration: none;
    overflow: hidden;
    border-radius: 10px 10px 31px 10px;
    -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%)
}

@media (min-width: 1440px) {
    .card-type-04 .card {
        border-radius:20px 20px 50px 20px;
        -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%)
    }
}

.card-type-04 .card .card-inner {
    position: relative;
    z-index: 5;
    width: 100%;
    height: 100%;
    background-color: #000;
    overflow: hidden;
    padding: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 10px 10px 31px 10px;
    -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%)
}

@media (min-width: 1440px) {
    .card-type-04 .card .card-inner {
        border-radius:20px 20px 50px 20px;
        -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%)
    }
}

.card-type-04 .card .card-inner .card-top {
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.card-type-04 .card .card-inner .card-text {
    position: relative;
    z-index: 3
}

.card-type-04 .card .card-inner .card-text p {
    margin: 8px 0 0
}

@media (min-width: 640px) {
    .card-type-04 {
        padding:123% 0 0
    }
}

@media (min-width: 768px) {
    .card-type-04 .card .card-inner .card-text {
        min-height:20%
    }
}

@media (min-width: 1024px) {
    .card-type-04 .card .card-inner {
        height:100%
    }

    .card-type-04 .card .card-inner .card-top .card-number {
        font-size: 14px;
        letter-spacing: .01em;
        color: #91999e
    }
}

@media (min-width: 1440px) {
    .card-type-04 .card .card-inner {
        padding:39px 39px 40px
    }
}

.card-type-05 {
    width: 100%;
    padding: 128.5% 0 0
}

.card-type-05 .card {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px;
    text-decoration: none;
    overflow: hidden;
    border-radius: 10px 10px 31px 10px;
    -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
    z-index: 2
}

@media (min-width: 1440px) {
    .card-type-05 .card {
        border-radius:20px 20px 50px 20px;
        -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%)
    }
}

.card-type-05 .card .card-inner {
    height: 100%;
    position: relative;
    z-index: 5;
    padding: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    border-radius: 10px 10px 31px 10px;
    -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%)
}

@media (min-width: 1440px) {
    .card-type-05 .card .card-inner {
        border-radius:20px 20px 50px 20px;
        -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%)
    }
}

.card-type-05 .card .card-inner:before,.card-type-05 .card .card-inner:after {
    display: none!important
}

.card-type-05 .card .card-inner .card-arrow {
    position: absolute;
    top: 19px;
    right: 19px
}

.card-type-05 .card .card-inner .text p {
    margin: 0;
    font-size: .714rem;
    line-height: 120%;
    letter-spacing: .02em;
    color: #ef4335
}

.card-type-05 .card .card-inner .label {
    position: absolute;
    bottom: 19px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: rgba(255,255,255,.1);
    padding: 11.5px 16px;
    border-radius: 5px;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: .01em;
    color: #91999e
}

@media (min-width: 640px) {
    .card-type-05 {
        padding:123% 0 0
    }
}

@media (min-width: 1024px) {
    .card-type-05 .card .card-inner {
        padding:39px 39px 27px
    }

    .card-type-05 .card .card-inner .card-arrow {
        top: 39px;
        right: 39px
    }

    .card-type-05 .card .card-inner .text p {
        font-size: 1rem;
        line-height: 140%;
        letter-spacing: 0;
        margin: 20px 0 0
    }

    .card-type-05 .card .card-inner .label {
        bottom: 39px;
        padding: 15px 30px;
        font-size: 14px;
        color: #e9eef1
    }
}

.card-type-06 {
    width: 100%;
    padding: 128.5% 0 0
}

.card-type-06 .card {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px;
    text-decoration: none;
    overflow: hidden;
    border-radius: 10px 10px 31px 10px;
    -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
    position: absolute!important
}

@media (min-width: 1440px) {
    .card-type-06 .card {
        border-radius:20px 20px 50px 20px;
        -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%)
    }
}

.card-type-06 .card .card-inner {
    height: 100%;
    position: relative;
    z-index: 5;
    padding: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 10px 10px 31px 10px;
    -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%)
}

@media (min-width: 1440px) {
    .card-type-06 .card .card-inner {
        border-radius:20px 20px 50px 20px;
        -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%)
    }
}

.card-type-06 .card .card-inner .card-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 15px
}

.card-type-06 .card .card-inner .card-text {
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    letter-spacing: -.01em
}

.card-type-06 .card .card-inner .card-author {
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.card-type-06 .card .card-inner .card-author figure {
    margin: 0 10px 0 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 40px
}

.card-type-06 .card .card-inner .card-author figure img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 5px
}

.card-type-06 .card .card-inner .card-author p {
    margin: 0;
    color: #e9eef1
}

.card-type-06:hover .card .card-inner {
    background-color: #061b2a
}

@media (min-width: 640px) {
    .card-type-06 {
        padding:123% 0 0
    }
}

@media (min-width: 1024px) {
    .card-type-06 .card .card-inner {
        padding:39px
    }

    .card-type-06 .card .card-inner .card-top {
        margin: 0 0 11px
    }

    .card-type-06 .card .card-inner .card-text {
        line-height: 1.22;
        font-size: 1.555rem
    }

    .card-type-06 .card .card-inner .card-author figure {
        width: 50px
    }

    .card-type-06 .card .card-inner .card-author figure img {
        border-radius: 10px
    }

    .card-type-06 .card .card-inner .card-author div {
        font-size: .78rem
    }

    .card-type-06 .card .card-inner .card-author div p {
        font-size: 1rem
    }
}

.card-type-07 {
    width: 100%;
    height: 100%;
    position: relative
}

.card-type-07 .card {
    height: 100%;
    text-decoration: none
}

.card-type-07 .card .card-inner {
    width: 100%;
    height: 100%;
    padding: 19px;
    overflow: hidden
}

.card-type-07 .card .card-inner .card-icon {
    width: 60px;
    height: 60px;
    margin: 0 0 86px;
    background: rgba(255,255,255,.1);
    border-radius: 10px
}

.card-type-07 .card .card-inner .card-text {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.card-type-07 .card .card-inner .card-text p {
    margin: 0
}

@media (min-width: 1024px) {
    .card-type-07 .card .card-inner {
        padding:20px
    }

    .card-type-07 .card .card-inner .card-icon {
        width: 80px;
        height: 80px;
        border-radius: 20px;
        margin: 0 0 121px
    }

    .card-type-07 .card .card-inner .card-text {
        height: auto;
        display: block
    }

    .card-type-07 .card .card-inner .card-text p {
        margin: 6px 0 0
    }
}

@media (min-width: 1440px) {
    .card-type-07 .card .card-inner {
        padding:40px 40px 39px
    }

    .card-type-07 .card .card-inner .card-icon {
        margin: 0 0 122px
    }

    .card-type-07 .card .card-inner .card-text p {
        margin: 9px 0 0
    }
}

.card-type-08 {
    height: 100%
}

.card-type-08 .card-inner {
    padding: 20px;
    height: 100%
}

.card-type-08 .card-inner .card-icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: rgba(255,255,255,.1);
    border-radius: 10px;
    margin: 0 0 10px
}

.card-type-08 .card-inner .card-icon img {
    display: block
}

.card-type-08 .card-inner .card-text h3 {
    margin: 0 0 10px
}

.card-type-08 .card-inner .card-text p {
    margin: 0
}

@media (min-width: 1024px) {
    .card-type-08 .card-inner .card-icon {
        width:80px;
        height: 80px;
        border-radius: 20px
    }
}

@media (min-width: 1440px) {
    .card-type-08 .card-inner {
        padding:40px
    }

    .card-type-08 .card-inner .card-icon {
        margin: 0 0 87px
    }
}

.card-type-09 {
    width: 100%;
    padding: 83.58% 0 0;
    position: relative
}

.card-type-09 .card {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px;
    text-decoration: none;
    border-radius: 10px 10px 31px 10px;
    -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%)
}

@media (min-width: 1440px) {
    .card-type-09 .card {
        border-radius:20px 20px 50px 20px;
        -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%)
    }
}

.card-type-09 .card .card-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 5;
    width: 100%;
    height: 100%;
    background-color: #000;
    overflow: hidden;
    border-radius: 10px 10px 31px 10px;
    -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
    border-radius: 10px 10px 33px 10px;
    padding: 20px
}

@media (min-width: 1440px) {
    .card-type-09 .card .card-inner {
        border-radius:20px 20px 50px 20px;
        -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%)
    }
}

.card-type-09 .card .card-inner .card-image {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2
}

.card-type-09 .card .card-inner .card-image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.card-type-09 .card .card-inner .card-top {
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.card-type-09 .card .card-inner .card-text {
    position: relative;
    z-index: 3
}

.card-type-09 .card .card-inner .card-text p {
    margin: 0
}

@media (min-width: 1024px) {
    .card-type-09 {
        padding:123.07% 0 0
    }
}

@media (min-width: 1440px) {
    .card-type-09 .card .card-inner {
        padding:38px 37px 40px 32px
    }

    .card-type-09 .card .card-inner .card-top {
        padding: 0 3px 0 8px
    }
}

.card-type-10 {
    height: 100%
}

.card-type-10 .card {
    height: 100%
}

.card-type-10 .card .card-inner {
    position: relative;
    z-index: 5;
    width: 100%;
    height: 100%;
    padding: 19px
}

.card-type-10 .card .card-inner h3 {
    margin: 0 0 92px
}

.card-type-10 .card .card-inner p {
    margin: 0
}

@media (min-width: 1024px) {
    .card-type-10 {
        width:100%;
        height: auto
    }

    .card-type-10 .card .card-inner h3 {
        font-size: 1.4rem
    }

    .card-type-10 .card .card-inner p {
        min-height: 4.2em
    }
}

@media (min-width: 1440px) {
    .card-type-10 .card .card-inner {
        padding:41px 39px 37px
    }

    .card-type-10 .card .card-inner h3 {
        font-size: 1.555rem;
        margin: 0 0 100px
    }
}

.card-type-11 {
    width: 100%
}

.card-type-11 .card-image {
    margin: 0 0 10px
}

.card-type-11 .card-image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px 10px 31px 10px;
    -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%)
}

@media (min-width: 1440px) {
    .card-type-11 .card-image img {
        border-radius:20px 20px 50px 20px;
        -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%)
    }
}

.card-type-11 .card-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.card-type-11 .card-inner p {
    margin: 0
}

@media (min-width: 1024px) {
    .card-type-11 .card-inner h3 {
        font-size:1.2rem
    }
}

@media (min-width: 1440px) {
    .card-type-11 .card-inner h3 {
        font-size:1.555rem
    }
}

.card-type-12 {
    width: 100%;
    padding: 100% 0 0
}

.card-type-12 .card {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0
}

.card-type-12 .card .card-image {
    position: absolute;
    left: 1px;
    top: 1px;
    right: 1px;
    bottom: 1px
}

.card-type-12 .card .card-image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px 10px 31px 10px;
    -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%)
}

@media (min-width: 1440px) {
    .card-type-12 .card .card-image img {
        border-radius:20px 20px 50px 20px;
        -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%)
    }
}

.card-type-13 .card {
    position: relative;
    border-radius: 10px 10px 31px 10px;
    -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
    overflow: hidden
}

@media (min-width: 1440px) {
    .card-type-13 .card {
        border-radius:20px 20px 50px 20px;
        -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%)
    }
}

.card-type-13 .card:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 1px;
    background: #050505;
    -webkit-mask: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff)) content-box,-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff));
    -webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    border-radius: 10px 10px 31px 10px;
    -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%)
}

@media (min-width: 1440px) {
    .card-type-13 .card:before {
        border-radius:20px 20px 50px 20px;
        -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%)
    }
}

.card-type-13 .card:after {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: rotate(45deg) translate3d(56%,0,0);
    transform: rotate(45deg) translate3d(56%,0,0);
    opacity: 1
}

.card-type-13 .card .card-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 19px;
    min-height: 400px
}

.card-type-13 .card .card-inner .card-text {
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    letter-spacing: -.01em;
    color: #050505;
    margin: 0 0 20px
}

.card-type-13 .card .card-inner .card-bottom {
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.card-type-13 .card .card-inner .card-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #91999e;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0
}

.card-type-13 .card .card-inner .card-author figure {
    margin: 0 10px 0 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 40px
}

.card-type-13 .card .card-inner .card-author figure img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 5px
}

.card-type-13 .card .card-inner .card-author p {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    color: #050505;
    letter-spacing: .01em
}

.card-type-13 .card .card-inner .arrow-icon-wrapper {
    background: #f6f6f6
}

@media (min-width: 768px) {
    .card-type-13 .card:before {
        background:-webkit-gradient(linear,left top,left bottom,from(rgba(218,218,218,.8)),to(rgba(90,90,90,.8)));
        background: -o-linear-gradient(top,rgba(218,218,218,.8),rgba(90,90,90,.8));
        background: linear-gradient(180deg,rgba(218,218,218,.8),rgba(90,90,90,.8))
    }

    .card-type-13 .card .card-inner .card-author {
        color: #050505;
        font-size: 14px;
        letter-spacing: .01em
    }

    .card-type-13 .card .card-inner .card-author figure {
        width: 50px
    }

    .card-type-13 .card .card-inner .card-author figure img {
        border-radius: 10px
    }

    .card-type-13 .card .card-inner .card-author p {
        font-weight: 400;
        font-size: 18px;
        letter-spacing: 0
    }
}

@media (min-width: 1024px) {
    .card-type-13 .card .card-inner {
        min-height:340px;
        padding: 39px
    }

    .card-type-13 .card .card-inner .card-text {
        font-size: 28px;
        line-height: 1.2
    }
}

@media (min-width: 1440px) {
    .card-type-13 .card:after {
        background-color:#434343;
        width: 40px;
        height: 40px;
        -webkit-transform: rotate(45deg) translate3d(59%,0,0);
        transform: rotate(45deg) translate3d(59%,0,0)
    }
}

.card-type-14 {
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 31px 10px;
    -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%)
}

@media (min-width: 1440px) {
    .card-type-14 {
        border-radius:20px 20px 50px 20px;
        -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%)
    }
}

.card-type-14:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 1px;
    background: #434343;
    -webkit-mask: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff)) content-box,-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff));
    -webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    border-radius: 10px 10px 31px 10px;
    -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%)
}

@media (min-width: 1440px) {
    .card-type-14:before {
        border-radius:20px 20px 50px 20px;
        -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%)
    }
}

.card-type-14:after {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #434343;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: rotate(45deg) translate3d(52%,0,0);
    transform: rotate(45deg) translate3d(52%,0,0);
    opacity: .7
}

@media (min-width: 1440px) {
    .card-type-14:after {
        width:40px;
        height: 40px;
        -webkit-transform: rotate(45deg) translate3d(55%,0,0);
        transform: rotate(45deg) translate3d(55%,0,0)
    }
}

.card-type-14 .card-inner {
    height: 100%;
    padding: 20px
}

.card-type-14 .card-inner h3 {
    line-height: 1;
    min-height: 2em;
    margin: 0 0 35px
}

.card-type-14 .card-inner p {
    margin: 0
}

@media (min-width: 1024px) {
    .card-type-14 .card-inner {
        padding:40px 40px 65px
    }

    .card-type-14 .card-inner h3 {
        line-height: 1.2;
        min-height: 2.4em;
        margin: 0 0 100px
    }
}

@media (min-width: 1440px) {
    .card-type-14 .card-inner h3 {
        margin:0 0 192px
    }
}

.card-type-15 {
    height: 100%
}

.card-type-15 .card-inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    min-height: 400px
}

.card-type-15 h2 {
    margin: 0 0 20px
}

.card-type-15 ul {
    margin: 0 0 20px;
    padding: 0 0 0 20px
}

.card-type-15 .card-icons {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.card-type-15 .card-icons span {
    margin: 0 5px 0 0
}

@media (min-width: 1440px) {
    .card-type-15 .card-inner {
        padding:40px 40px 32px;
        min-height: 537px
    }

    .card-type-15 h2 {
        margin: 0 0 37px
    }

    .card-type-15 ul {
        padding: 0 0 0 15px
    }

    .card-type-15 .card-icons {
        left: 40px;
        right: 40px;
        bottom: 32px
    }
}

.card-type-16 {
    height: 400px
}

.card-type-16 .card,.card-type-16 .card-inner {
    height: 100%
}

.card-type-16 img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.card-type-17 {
    height: 260px
}

.card-type-17 .card {
    height: 100%
}

.card-type-17 .card-inner {
    height: 100%;
    padding: 20px;
    position: relative
}

.card-type-17 h4 {
    color: var(--color-main);
    font-size: 14px;
    line-height: 1.4;
    margin: 0 0 10px
}

.card-type-17 h3 {
    line-height: 1;
    margin: 0 0 26px
}

.card-type-17 ul {
    margin: 0;
    padding: 0 0 0 15px
}

.card-type-17 .term {
    position: absolute;
    top: 20px;
    right: 20px
}

@media (min-width: 1024px) {
    .card-type-17 {
        height:400px
    }

    .card-type-17 .card-inner {
        padding: 40px
    }

    .card-type-17 h4 {
        font-size: 18px;
        margin: 0 0 5px
    }

    .card-type-17 h3 {
        line-height: 1.2;
        margin: 0 0 10px
    }

    .card-type-17 ul {
        padding: 0 0 0 25px
    }

    .card-type-17 .term {
        position: static;
        display: block;
        margin: 0 0 19px
    }
}

.card-type-18 {
    width: 100%;
    padding: 128.5% 0 0;
    position: relative
}

.card-type-18:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(218,218,218,.8)),to(rgba(90,90,90,.8)));
    background-image: -o-linear-gradient(top,rgba(218,218,218,.8),rgba(90,90,90,.8));
    background-image: linear-gradient(to bottom,rgba(218,218,218,.8),rgba(90,90,90,.8));
    border-radius: 10px 10px 31px 10px;
    -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%)
}

@media (min-width: 1440px) {
    .card-type-18:before {
        border-radius:20px 20px 50px 20px;
        -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%)
    }
}

.card-type-18:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: -webkit-gradient(linear,left top,right top,from(#0d99ff),to(#99faf4));
    background: -o-linear-gradient(left,#0d99ff 0%,#99faf4 100%);
    background: linear-gradient(90deg,#0d99ff 0%,#99faf4 100%);
    border-radius: 10px 10px 31px 10px;
    -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%)
}

@media (min-width: 1440px) {
    .card-type-18:after {
        border-radius:20px 20px 50px 20px;
        -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%)
    }
}

.card-type-18 .card {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px;
    text-decoration: none;
    overflow: hidden;
    border-radius: 10px 10px 31px 10px;
    -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
    position: absolute!important
}

@media (min-width: 1440px) {
    .card-type-18 .card {
        border-radius:20px 20px 50px 20px;
        -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%)
    }
}

.card-type-18 .card .card-inner {
    height: 100%;
    position: relative;
    z-index: 5;
    padding: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 10px 10px 31px 10px;
    -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
    background-color: #000
}

@media (min-width: 1440px) {
    .card-type-18 .card .card-inner {
        border-radius:20px 20px 50px 20px;
        -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%)
    }
}

.card-type-18 .card .card-inner .card-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 15px
}

.card-type-18 .card .card-inner .card-text {
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -.01em
}

.card-type-18 .card .card-inner .card-author {
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.card-type-18 .card .card-inner .card-author figure {
    margin: 0 10px 0 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 40px
}

.card-type-18 .card .card-inner .card-author figure img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 5px
}

.card-type-18 .card .card-inner .card-author p {
    margin: 0;
    color: #e9eef1
}

.card-type-18:hover:before,.card-type-18:focus:before,.card-type-18.active:before {
    opacity: 0
}

.card-type-18:hover:after,.card-type-18:focus:after,.card-type-18.active:after {
    opacity: 1
}

@media (min-width: 640px) {
    .card-type-18 {
        padding:123% 0 0
    }
}

@media (min-width: 1024px) {
    .card-type-18 .card .card-inner {
        padding:39px
    }

    .card-type-18 .card .card-inner .card-top {
        margin: 0 0 11px
    }

    .card-type-18 .card .card-inner .card-text {
        line-height: 1.22;
        font-size: 1.555rem
    }

    .card-type-18 .card .card-inner .card-author figure {
        width: 50px
    }

    .card-type-18 .card .card-inner .card-author figure img {
        border-radius: 10px
    }

    .card-type-18 .card .card-inner .card-author div {
        font-size: .78rem
    }

    .card-type-18 .card .card-inner .card-author div p {
        font-size: 1rem
    }
}

.card-type-19 .card .card-inner {
    height: 198px;
    padding: 19px
}

.card-type-19 .card .card-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 10px
}

.card-type-19 .card .card-top h3 {
    margin: 0;
    line-height: 1
}

.card-type-19 .card p {
    margin: 0 17% 0 0
}

@media (min-width: 1024px) {
    .card-type-19 .card .card-inner {
        padding:39px
    }

    .card-type-19 .card .card-top {
        margin: 0 0 5px
    }

    .card-type-19 .card .card-top h3 {
        line-height: 1.2
    }

    .card-type-19 .card p {
        margin: 0 12% 0 5px
    }
}

.card-type-20 .card .card-inner {
    height: 198px;
    padding: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-type-20 .card .card-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.card-type-20 .card .card-top p {
    margin: 0;
    line-height: 1.1
}

.card-type-20 .card .card-main {
    margin: 11px 0 7px
}

.card-type-20 .card .card-main h3 {
    margin: 0 0 10px;
    line-height: 1
}

.card-type-20 .card .card-main p {
    margin: 0
}

.card-type-20 .card .card-bottom {
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 10px
}

.card-type-20 .card .card-bottom .card-label {
    height: 40px;
    background: rgba(255,255,255,.1);
    border-radius: 5px;
    padding: 0 16px;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: .01em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 640px) {
    .card-type-20 .card .card-inner {
        height:398px
    }

    .card-type-20 .card .card-main {
        margin-top: 89px
    }
}

@media (min-width: 1024px) {
    .card-type-20 .card .card-inner {
        padding:39px
    }

    .card-type-20 .card .card-top p {
        line-height: 1.4
    }

    .card-type-20 .card .card-main h3 {
        line-height: 1.2
    }

    .card-type-20 .card .card-bottom .card-label {
        height: 50px;
        padding: 0 20px;
        font-size: 14px
    }
}

.contact-form p {
    margin: 0 0 18px;
    line-height: 1.45
}

.contact-form h3 {
    margin: 10px 0 6px
}

.contact-form .form-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.contact-form .form-wrapper .form-col {
    width: 100%
}

.contact-form .field {
    position: relative;
    margin: 0 0 10px;
    width: 100%
}

.contact-form .field p {
    margin: 0!important
}

.contact-form .field.error {
    margin-bottom: 23px;
    border-color: #ef4335
}

.contact-form .field input,.contact-form .field textarea {
    width: 100%;
    height: 50px;
    padding: 15px;
    font-size: 12px;
    line-height: 20px;
    color: #e9eef1;
    border: none;
    background: rgba(255,255,255,.1);
    border-radius: 5px;
    resize: none;
    overflow: hidden
}

.contact-form .field input::-webkit-input-placeholder,.contact-form .field textarea::-webkit-input-placeholder {
    color: #e9eef1;
    opacity: 1
}

.contact-form .field input:-moz-placeholder,.contact-form .field textarea:-moz-placeholder {
    color: #e9eef1;
    opacity: 1
}

.contact-form .field input::-moz-placeholder,.contact-form .field textarea::-moz-placeholder {
    color: #e9eef1;
    opacity: 1
}

.contact-form .field input:-ms-input-placeholder,.contact-form .field textarea:-ms-input-placeholder {
    color: #e9eef1;
    opacity: 1
}

.contact-form .field input:not(:-moz-placeholder-shown),.contact-form .field textarea:not(:-moz-placeholder-shown) {
    outline: none;
    box-shadow: none;
    color: #e9eef1
}

.contact-form .field input:not(:-ms-input-placeholder),.contact-form .field textarea:not(:-ms-input-placeholder) {
    outline: none;
    box-shadow: none;
    color: #e9eef1
}

.contact-form .field input:focus,.contact-form .field input:not(:placeholder-shown),.contact-form .field textarea:focus,.contact-form .field textarea:not(:placeholder-shown) {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #e9eef1
}

.contact-form .field input:focus::-webkit-input-placeholder,.contact-form .field input:not(:placeholder-shown)::-webkit-input-placeholder,.contact-form .field textarea:focus::-webkit-input-placeholder,.contact-form .field textarea:not(:placeholder-shown)::-webkit-input-placeholder {
    color: #e9eef1;
    opacity: 1
}

.contact-form .field input:not(:-moz-placeholder-shown):-moz-placeholder,.contact-form .field textarea:not(:-moz-placeholder-shown):-moz-placeholder {
    color: #e9eef1;
    opacity: 1
}

.contact-form .field input:focus:-moz-placeholder,.contact-form .field input:not(:placeholder-shown):-moz-placeholder,.contact-form .field textarea:focus:-moz-placeholder,.contact-form .field textarea:not(:placeholder-shown):-moz-placeholder {
    color: #e9eef1;
    opacity: 1
}

.contact-form .field input:not(:-moz-placeholder-shown)::-moz-placeholder,.contact-form .field textarea:not(:-moz-placeholder-shown)::-moz-placeholder {
    color: #e9eef1;
    opacity: 1
}

.contact-form .field input:focus::-moz-placeholder,.contact-form .field input:not(:placeholder-shown)::-moz-placeholder,.contact-form .field textarea:focus::-moz-placeholder,.contact-form .field textarea:not(:placeholder-shown)::-moz-placeholder {
    color: #e9eef1;
    opacity: 1
}

.contact-form .field input:not(:-ms-input-placeholder):-ms-input-placeholder,.contact-form .field textarea:not(:-ms-input-placeholder):-ms-input-placeholder {
    color: #e9eef1;
    opacity: 1
}

.contact-form .field input:focus:-ms-input-placeholder,.contact-form .field input:not(:placeholder-shown):-ms-input-placeholder,.contact-form .field textarea:focus:-ms-input-placeholder,.contact-form .field textarea:not(:placeholder-shown):-ms-input-placeholder {
    color: #e9eef1;
    opacity: 1
}

.contact-form .field input:not(:-moz-placeholder-shown),.contact-form .field textarea:not(:-moz-placeholder-shown) {
    color: #e9eef1
}

.contact-form .field input:not(:-ms-input-placeholder),.contact-form .field textarea:not(:-ms-input-placeholder) {
    color: #e9eef1
}

.contact-form .field input:not(:placeholder-shown),.contact-form .field textarea:not(:placeholder-shown) {
    color: #e9eef1
}

.contact-form .field input.error::-webkit-input-placeholder,.contact-form .field input.wpcf7-not-valid::-webkit-input-placeholder,.contact-form .field textarea.error::-webkit-input-placeholder,.contact-form .field textarea.wpcf7-not-valid::-webkit-input-placeholder {
    color: #ef4335;
    opacity: 1
}

.contact-form .field input.error:-moz-placeholder,.contact-form .field input.wpcf7-not-valid:-moz-placeholder,.contact-form .field textarea.error:-moz-placeholder,.contact-form .field textarea.wpcf7-not-valid:-moz-placeholder {
    color: #ef4335;
    opacity: 1
}

.contact-form .field input.error::-moz-placeholder,.contact-form .field input.wpcf7-not-valid::-moz-placeholder,.contact-form .field textarea.error::-moz-placeholder,.contact-form .field textarea.wpcf7-not-valid::-moz-placeholder {
    color: #ef4335;
    opacity: 1
}

.contact-form .field input.error:-ms-input-placeholder,.contact-form .field input.wpcf7-not-valid:-ms-input-placeholder,.contact-form .field textarea.error:-ms-input-placeholder,.contact-form .field textarea.wpcf7-not-valid:-ms-input-placeholder {
    color: #ef4335;
    opacity: 1
}

.contact-form .field input.error+.error-msg,.contact-form .field input.wpcf7-not-valid+.error-msg,.contact-form .field textarea.error+.error-msg,.contact-form .field textarea.wpcf7-not-valid+.error-msg {
    display: block
}

.contact-form .field textarea {
    height: 100px
}

.contact-form .field .wpcf7-form-control-wrap {
    display: block;
    position: relative
}

.contact-form .field .wpcf7-not-valid-tip {
    font-size: 10px;
    position: absolute;
    top: 100%;
    line-height: 1.4;
    margin: 4px 0 0;
    letter-spacing: .01em
}

.contact-form .field .form-add-file {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 53px;
    background: url(../../../themes/fulcrum/assets/img/icons/file-m.svg) 50% no-repeat
}

.contact-form .field .form-add-file input {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.contact-form .field .error-msg {
    position: absolute;
    left: 0;
    top: 100%;
    font-size: 10px;
    color: #ef4335;
    letter-spacing: .01em;
    padding: 2px 0 0;
    display: none
}

.contact-form [type="submit"] {
    margin-top: 7px
}

.contact-form .tab-nav p {
    margin: 0!important
}

.contact-form .tab-nav li {
    margin-top: 0;
    margin-bottom: 10px
}

@media (min-width: 640px) {
    .contact-form .form-wrapper {
        -webkit-column-gap:20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .contact-form .form-wrapper .form-col {
        width: 100%
    }
}

@media (min-width: 1024px) {
    .contact-form p {
        max-width:555px;
        margin: 0 0 40px
    }

    .contact-form h3 {
        margin: 10px 0
    }

    .contact-form .tab-nav li label {
        font-size: .78rem
    }

    .contact-form .tab-nav li label>span {
        padding: 15px 20px
    }

    .contact-form .form-wrapper {
        margin-top: 11px
    }

    .contact-form .field {
        margin: 0 0 20px
    }

    .contact-form .field input,.contact-form .field textarea {
        font-size: 14px
    }

    .contact-form [type="submit"] {
        margin-top: 18px
    }
}

.tab-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0
}

.tab-nav li {
    margin: 10px 10px 0 0;
    position: relative
}

.tab-nav li a,.tab-nav li label {
    display: block;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: .01em;
    color: #9a9a9a;
    border-radius: 5px;
    padding: 1px;
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.tab-nav li a:before,.tab-nav li label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px;
    background: -webkit-gradient(linear,left bottom,left top,from(#0d99ff),to(#99faf4));
    background: -o-linear-gradient(bottom,#0d99ff 0%,#99faf4 100%);
    background: linear-gradient(0deg,#0d99ff 0%,#99faf4 100%);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease
}

.tab-nav li a>span,.tab-nav li label>span {
    display: block;
    position: relative;
    z-index: 1;
    padding: 10.6px 19px;
    border-radius: 5px;
    background: rgba(255,255,255,.1)
}

.tab-nav li a>span:before,.tab-nav li label>span:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    width: 300px;
    height: 300px;
    background: #050505;
    -webkit-transform: translate3d(-50%,-40%,0) scale(0);
    transform: translate3d(-50%,-40%,0) scale(0);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    border-radius: 100%;
    -webkit-transition: -webkit-transform 0.6s ease-in;
    transition: -webkit-transform 0.6s ease-in;
    -o-transition: transform 0.6s ease-in;
    transition: transform 0.6s ease-in;
    transition: transform 0.6s ease-in,-webkit-transform 0.6s ease-in
}

.tab-nav li a>span span,.tab-nav li label>span span {
    position: relative;
    z-index: 2
}

.tab-nav li a:hover,.tab-nav li label:hover {
    color: #e9eef1
}

.tab-nav li a:hover>span:before,.tab-nav li label:hover>span:before {
    -webkit-transform: translate3d(-50%,-40%,0) scale(1);
    transform: translate3d(-50%,-40%,0) scale(1)
}

.tab-nav li a:focus,.tab-nav li label:focus {
    color: #e9eef1
}

.tab-nav li a:focus:before,.tab-nav li label:focus:before {
    background: #e9eef1;
    opacity: 1
}

.tab-nav li a:focus>span,.tab-nav li label:focus>span {
    overflow: hidden;
    background: #505050
}

.tab-nav li a:active,.tab-nav li a.active,.tab-nav li label:active,.tab-nav li label.active {
    color: #e9eef1
}

.tab-nav li a:active:before,.tab-nav li a.active:before,.tab-nav li label:active:before,.tab-nav li label.active:before {
    background: none;
    background: -webkit-gradient(linear,left bottom,left top,from(#0d99ff),to(#99faf4));
    background: -o-linear-gradient(bottom,#0d99ff 0%,#99faf4 100%);
    background: linear-gradient(0deg,#0d99ff 0%,#99faf4 100%);
    opacity: 1
}

.tab-nav li a:active>span,.tab-nav li a.active>span,.tab-nav li label:active>span,.tab-nav li label.active>span {
    overflow: hidden;
    background-color: #3a3a3a
}

.tab-nav li input {
    display: none;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: -999
}

.tab-nav li input:checked+label {
    color: #e9eef1
}

.tab-nav li input:checked+label:before {
    opacity: 1
}

.tab-nav li input:checked+label>span {
    background: #050505
}

.tab-nav li input:checked+label>span:before {
    display: none
}

.tab-nav li.active a {
    color: #e9eef1;
    pointer-events: none
}

.tab-nav li.active a:before {
    opacity: 1
}

.tab-nav li.active a>span {
    background: #050505
}

.tab-nav li.active a>span:before {
    display: none
}

.tab-nav li.disabled a {
    pointer-events: none;
    color: #2a2a2a
}

.tab-nav li.disabled a>span:before {
    display: none
}

@media (min-width: 1024px) {
    .tab-nav li a {
        font-size:14px
    }

    .tab-nav li a>span {
        padding: 14px 19px
    }

    .tab-nav li label>span {
        background-color: rgba(255,255,255,.1)
    }
}

.tabs .tab-panel {
    display: none
}

.txt-gradient,.page-product .block-product-speed .text h3 {
    background-color: #fff;
    background-image: -webkit-gradient(linear,left top,right top,from(#0d99ff),to(#99faf4));
    background-image: -o-linear-gradient(left,#0d99ff 0%,#99faf4 100%);
    background-image: linear-gradient(90deg,#0d99ff 0%,#99faf4 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.txt-gradient-static {
    background: -webkit-gradient(linear,left top,right top,from(#0d99ff),to(#99faf4));
    background: -o-linear-gradient(left,#0d99ff 0%,#99faf4 100%);
    background: linear-gradient(90deg,#0d99ff 0%,#99faf4 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.arrow-icon-wrapper {
    overflow: hidden;
    background: rgba(255,251,251,.2);
    will-change: transform;
    border-radius: 100%;
    width: 24px;
    height: 24px
}

.arrow-icon-wrapper .arrow-icon {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0%,0%,0);
    transform: translate3d(0%,0%,0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease,-webkit-transform 0.4s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.arrow-icon-wrapper .arrow-icon img {
    width: 8px;
    height: 8px
}

.arrow-icon-wrapper .arrow-icon.arrow-icon-hover {
    left: -100%
}

@media (min-width: 768px) {
    .arrow-icon-wrapper {
        width:40px;
        height: 40px
    }

    .arrow-icon-wrapper .arrow-icon img {
        width: 14px;
        height: 14px
    }
}

.card:hover .arrow-icon-wrapper .arrow-icon {
    -webkit-transform: translate3d(100%,-100%,0);
    transform: translate3d(100%,-100%,0)
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: translate3d(-50%,-50%,0) rotate(0deg);
        transform: translate3d(-50%,-50%,0) rotate(0deg)
    }

    100% {
        -webkit-transform: translate3d(-50%,-50%,0) rotate(360deg);
        transform: translate3d(-50%,-50%,0) rotate(360deg)
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: translate3d(-50%,-50%,0) rotate(0deg);
        transform: translate3d(-50%,-50%,0) rotate(0deg)
    }

    100% {
        -webkit-transform: translate3d(-50%,-50%,0) rotate(360deg);
        transform: translate3d(-50%,-50%,0) rotate(360deg)
    }
}

@-webkit-keyframes rotate1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@property --border-angle {
    syntax: "<angle>";
    inherits: true;
    initial-value: 0turn
}

@-webkit-keyframes bg-spin {
    to {
        --border-angle: 1turn
    }
}

@keyframes bg-spin {
    to {
        --border-angle: 1turn
    }
}

@property --rotate {
    syntax: "<angle>";
    initial-value: 132deg;
    inherits: false
}

@-webkit-keyframes spin {
    0% {
        --rotate: 0deg
    }

    100% {
        --rotate: 360deg
    }
}

@keyframes spin {
    0% {
        --rotate: 0deg
    }

    100% {
        --rotate: 360deg
    }
}

.card-effect-01 .card {
    --border-angle: 0turn
}

.card-effect-01 .card:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#dadada),to(#5a5a5a));
    background-image: -o-linear-gradient(top,#dadada,#5a5a5a);
    background-image: linear-gradient(to bottom,#dadada,#5a5a5a);
    border-radius: 10px 10px 31px 10px;
    -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%)
}

@media (min-width: 1440px) {
    .card-effect-01 .card:before {
        border-radius:20px 20px 50px 20px;
        -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%)
    }
}

.card-effect-01 .card:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-image: conic-gradient(from var(--border-angle),#695cff,#fff,#695cff);
    border-radius: 10px 10px 31px 10px;
    -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    opacity: 0
}

@media (min-width: 1440px) {
    .card-effect-01 .card:after {
        border-radius:20px 20px 50px 20px;
        -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%)
    }
}

.card-effect-01 .card .card-inner {
    width: 100%;
    height: 100%;
    background-color: #000;
    position: relative
}

.card-effect-01 .card .card-inner:before,.card-effect-01 .card .card-inner:after {
    content: "";
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s
}

.card-effect-01 .card .card-inner:before {
    background: url(../../../themes/fulcrum/assets/img/bg/service-bg-lg.svg) no-repeat;
    background-size: cover;
    width: 900px;
    height: 900px;
    left: 100%;
    bottom: 100%;
    -webkit-transform: translate3d(-45%,60%,0);
    transform: translate3d(-45%,60%,0)
}

.card-effect-01 .card .card-inner:after {
    right: 100%;
    top: 100%;
    background: url(../../../themes/fulcrum/assets/img/bg/service-bg-lg.svg) no-repeat;
    background-size: cover;
    width: 800px;
    height: 800px;
    -webkit-transform: translate3d(60%,-50%,0);
    transform: translate3d(60%,-50%,0)
}

.card-effect-01 .card .card-inner .card-image {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    mix-blend-mode: screen
}

.card-effect-01 .card:hover:after {
    opacity: 1;
    -webkit-animation: bg-spin 3s linear infinite;
    animation: bg-spin 3s linear infinite
}

.card-effect-01 .card:hover .card-inner:before,.card-effect-01 .card:hover .card-inner:after {
    opacity: 1
}

.card-effect-01 .card:hover .card-image {
    opacity: 1
}

.card-effect-01 .card:focus:before {
    background-color: #e9eef1
}

.card-effect-01 .card:focus .card-inner:before,.card-effect-01 .card:focus .card-inner:after {
    background-color: rgba(112,0,255,.3)
}

@media (min-width: 1024px) {
    .card-effect-01 .card:focus .card-inner:before,.card-effect-01 .card:focus .card-inner:after {
        background-color:rgba(112,0,255,.15)
    }
}

.card-effect-01 .card:focus .card-image {
    opacity: 1
}

.card-effect-01 .card:active:after {
    opacity: 1;
    -webkit-animation: bg-spin 3s linear infinite;
    animation: bg-spin 3s linear infinite
}

.card-effect-01 .card:active .card-inner:before,.card-effect-01 .card:active .card-inner:after {
    background-color: rgba(112,0,255,.3)
}

@media (min-width: 1024px) {
    .card-effect-01 .card:active .card-inner:before,.card-effect-01 .card:active .card-inner:after {
        background-color:rgba(112,0,255,.15)
    }
}

.card-effect-01 .card:active .card-image {
    opacity: 1
}

.card-effect-02 {
    --rotate: 0deg
}

@-webkit-keyframes rotateBg1 {
    0% {
        left: 0;
        top: 0;
        -webkit-transform: translate3d(-35%,-35%,0);
        transform: translate3d(-35%,-35%,0)
    }

    25% {
        left: 100%;
        top: 0;
        -webkit-transform: translate3d(-65%,-35%,0);
        transform: translate3d(-65%,-35%,0)
    }

    50% {
        left: 100%;
        top: 100%;
        -webkit-transform: translate3d(-65%,-65%,0);
        transform: translate3d(-65%,-65%,0)
    }

    75% {
        left: 0;
        top: 100%;
        -webkit-transform: translate3d(-35%,-65%,0);
        transform: translate3d(-35%,-65%,0)
    }

    100% {
        left: 0;
        top: 0;
        -webkit-transform: translate3d(-35%,-35%,0);
        transform: translate3d(-35%,-35%,0)
    }
}

@keyframes rotateBg1 {
    0% {
        left: 0;
        top: 0;
        -webkit-transform: translate3d(-35%,-35%,0);
        transform: translate3d(-35%,-35%,0)
    }

    25% {
        left: 100%;
        top: 0;
        -webkit-transform: translate3d(-65%,-35%,0);
        transform: translate3d(-65%,-35%,0)
    }

    50% {
        left: 100%;
        top: 100%;
        -webkit-transform: translate3d(-65%,-65%,0);
        transform: translate3d(-65%,-65%,0)
    }

    75% {
        left: 0;
        top: 100%;
        -webkit-transform: translate3d(-35%,-65%,0);
        transform: translate3d(-35%,-65%,0)
    }

    100% {
        left: 0;
        top: 0;
        -webkit-transform: translate3d(-35%,-35%,0);
        transform: translate3d(-35%,-35%,0)
    }
}

@-webkit-keyframes rotateBg2 {
    0% {
        left: 100%;
        top: 100%;
        -webkit-transform: translate3d(-65%,-65%,0);
        transform: translate3d(-65%,-65%,0)
    }

    25% {
        left: 0;
        top: 100%;
        -webkit-transform: translate3d(-35%,-65%,0);
        transform: translate3d(-35%,-65%,0)
    }

    50% {
        left: 0;
        top: 0;
        -webkit-transform: translate3d(-35%,-35%,0);
        transform: translate3d(-35%,-35%,0)
    }

    75% {
        left: 100%;
        top: 0;
        -webkit-transform: translate3d(-65%,-35%,0);
        transform: translate3d(-65%,-35%,0)
    }

    100% {
        left: 100%;
        top: 100%;
        -webkit-transform: translate3d(-65%,-65%,0);
        transform: translate3d(-65%,-65%,0)
    }
}

@keyframes rotateBg2 {
    0% {
        left: 100%;
        top: 100%;
        -webkit-transform: translate3d(-65%,-65%,0);
        transform: translate3d(-65%,-65%,0)
    }

    25% {
        left: 0;
        top: 100%;
        -webkit-transform: translate3d(-35%,-65%,0);
        transform: translate3d(-35%,-65%,0)
    }

    50% {
        left: 0;
        top: 0;
        -webkit-transform: translate3d(-35%,-35%,0);
        transform: translate3d(-35%,-35%,0)
    }

    75% {
        left: 100%;
        top: 0;
        -webkit-transform: translate3d(-65%,-35%,0);
        transform: translate3d(-65%,-35%,0)
    }

    100% {
        left: 100%;
        top: 100%;
        -webkit-transform: translate3d(-65%,-65%,0);
        transform: translate3d(-65%,-65%,0)
    }
}

.card-effect-02 .card {
    z-index: 1
}

.card-effect-02 .card:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(218,218,218,.8)),to(rgba(90,90,90,.8)));
    background-image: -o-linear-gradient(top,rgba(218,218,218,.8),rgba(90,90,90,.8));
    background-image: linear-gradient(to bottom,rgba(218,218,218,.8),rgba(90,90,90,.8));
    -webkit-mask-image: url(../../../themes/fulcrum/assets/img/bg/card.png);
    mask-image: url(../../../themes/fulcrum/assets/img/bg/card.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%
}

.card-effect-02 .card:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-image: -webkit-gradient(linear,left top,left bottom,from(var(--rotate)),color-stop(#99faf4),to(#0d99ff));
    background-image: -o-linear-gradient(var(--rotate),#99faf4,#0d99ff);
    background-image: linear-gradient(var(--rotate),#99faf4,#0d99ff);
    background-color: #0d99ff;
    -webkit-mask-image: url(../../../themes/fulcrum/assets/img/bg/card.png);
    mask-image: url(../../../themes/fulcrum/assets/img/bg/card.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%
}

.card-effect-02 .card .card-inner {
    background: -webkit-gradient(linear,left top,left bottom,from(#050505),to(#191919));
    background: -o-linear-gradient(top,#050505 0%,#191919 100%);
    background: linear-gradient(180deg,#050505 0%,#191919 100%)
}

.card-effect-02.active:before,.card-effect-02.active:after {
    opacity: 1
}

.card-effect-02.active:before {
    -webkit-animation: rotateBg1 2.5s linear 0s infinite forwards;
    animation: rotateBg1 2.5s linear 0s infinite forwards
}

.card-effect-02.active:after {
    -webkit-animation: rotateBg2 2.5s linear 0s infinite forwards;
    animation: rotateBg2 2.5s linear 0s infinite forwards
}

.card-effect-02:hover .card:before,.card-effect-02:focus .card:before,.card-effect-02.active .card:before {
    opacity: 0
}

.card-effect-02:hover .card:after,.card-effect-02:focus .card:after,.card-effect-02.active .card:after {
    opacity: 1;
    -webkit-animation: spin 2.5s linear infinite;
    animation: spin 2.5s linear infinite
}

.card-effect-02:hover .card .card-inner,.card-effect-02:focus .card .card-inner,.card-effect-02.active .card .card-inner {
    background-color: #000
}

.card-effect-03,.card-effect-06 {
    position: relative
}

.card-effect-03 .card,.card-effect-06 .card {
    border: 1px solid #434343;
    border-radius: 10px 10px 31px 10px;
    -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
    position: relative;
    overflow: hidden
}

@media (min-width: 1440px) {
    .card-effect-03 .card,.card-effect-06 .card {
        border-radius:20px 20px 50px 20px;
        -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%)
    }
}

.card-effect-03 .card:before,.card-effect-06 .card:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #434343;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: rotate(45deg) translate3d(56%,0,0);
    transform: rotate(45deg) translate3d(56%,0,0);
    opacity: .7
}

@media (min-width: 1440px) {
    .card-effect-03 .card:before,.card-effect-06 .card:before {
        width:40px;
        height: 40px;
        -webkit-transform: rotate(45deg) translate3d(59%,0,0);
        transform: rotate(45deg) translate3d(59%,0,0)
    }
}

.card-effect-04 {
    --rotate: 0deg;
    position: relative
}

.card-effect-04:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(218,218,218,.8)),to(rgba(90,90,90,.8)));
    background-image: -o-linear-gradient(top,rgba(218,218,218,.8),rgba(90,90,90,.8));
    background-image: linear-gradient(to bottom,rgba(218,218,218,.8),rgba(90,90,90,.8));
    border-radius: 10px 10px 31px 10px;
    -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%)
}

@media (min-width: 1440px) {
    .card-effect-04:before {
        border-radius:20px 20px 50px 20px;
        -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%)
    }
}

.card-effect-04:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #0d99ff;
    border-radius: 10px 10px 31px 10px;
    -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%)
}

@media (min-width: 1440px) {
    .card-effect-04:after {
        border-radius:20px 20px 50px 20px;
        -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%)
    }
}

.card-effect-04 .card {
    overflow: hidden;
    display: block
}

.card-effect-04 .card:before {
    position: absolute;
    content: "";
    width: 628px;
    height: 628px;
    left: 160px;
    top: 231px;
    margin: 0 auto;
    background-color: #99faf4;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    will-change: transform
}

.card-effect-04 .card .card-inner {
    background: -webkit-gradient(linear,left top,left bottom,from(#050505),to(#191919));
    background: -o-linear-gradient(top,#050505 0%,#191919 100%);
    background: linear-gradient(180deg,#050505 0%,#191919 100%)
}

.card-effect-04:hover:before,.card-effect-04:focus:before,.card-effect-04.active:before {
    opacity: 0
}

.card-effect-04:hover:after,.card-effect-04:focus:after,.card-effect-04.active:after {
    opacity: 1
}

.card-effect-04:hover .card:before,.card-effect-04:focus .card:before,.card-effect-04.active .card:before {
    opacity: 1
}

.card-effect-04:hover .card .card-inner,.card-effect-04:focus .card .card-inner,.card-effect-04.active .card .card-inner {
    background: #000
}

.card-effect-05 {
    --border-angle: 0turn
}

.card-effect-05 .card:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(218,218,218,.8)),to(rgba(90,90,90,.8)));
    background-image: -o-linear-gradient(top,rgba(218,218,218,.8),rgba(90,90,90,.8));
    background-image: linear-gradient(to bottom,rgba(218,218,218,.8),rgba(90,90,90,.8));
    border-radius: 10px 10px 31px 10px;
    -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%)
}

@media (min-width: 1440px) {
    .card-effect-05 .card:before {
        border-radius:20px 20px 50px 20px;
        -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%)
    }
}

.card-effect-05 .card:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-image: conic-gradient(from var(--border-angle),var(--gradient-start),#fff,var(--gradient-start));
    border-radius: 10px 10px 31px 10px;
    -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    opacity: 0
}

@media (min-width: 1440px) {
    .card-effect-05 .card:after {
        border-radius:20px 20px 50px 20px;
        -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%)
    }
}

@media (max-width: 1023.98px) {
    .card-effect-05 .card:after {
        opacity:1
    }
}

.card-effect-05 .card .card-inner {
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear,left top,left bottom,from(#050505),to(#191919));
    background: -o-linear-gradient(top,#050505 0%,#191919 100%);
    background: linear-gradient(180deg,#050505 0%,#191919 100%);
    position: relative
}

.card-effect-05 .card .card-inner .card-image {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    mix-blend-mode: screen
}

@media (max-width: 1023.98px) {
    .card-effect-05 .card .card-inner .card-image {
        opacity:1
    }
}

.card-effect-05 .card:hover:after {
    opacity: 1
}

.card-effect-05 .card:hover .card-image {
    opacity: 1
}

.card-effect-05 .card:focus:before {
    background: #e9eef1
}

.card-effect-05 .card:focus .card-image {
    opacity: 1
}

.card-effect-05 .card:active:after {
    opacity: 1
}

.card-effect-05 .card:active .card-image {
    opacity: 1
}

.card-effect-05 .card.disabled {
    pointer-events: none
}

.card-effect-05 .card.disabled:before {
    background: #050505
}

.card-effect-05 .card.disabled h3,.card-effect-05 .card.disabled p {
    color: #434343
}

.card-effect-05 .card.disabled .arrow-icon-wrapper {
    display: none
}

.card-effect-05 .card.disabled .card-image {
    opacity: 1
}

.card-effect-05--color-green {
    --gradient-start: #30db74;
    --overlay: #0b2516
}

.card-effect-05--color-blue {
    --gradient-start: #0d99ff;
    --overlay: #061b2a
}

.card-effect-05--color-purple {
    --gradient-start: #695cff;
    --overlay: #14122a
}

.card-effect-05--color-orange {
    --gradient-start: #ffae33;
    --overlay: #2a1e0c
}

.card-effect-05--color-red {
    --gradient-start: #ff544b;
    --overlay: #2a110f
}

.card-effect-05--color-lightblue {
    --gradient-start: #62d3ff;
    --overlay: #13242a
}

.card-effect-05--color-yellow {
    --gradient-start: #ffd426;
    --overlay: #2a240a
}

.card-effect-06 .card-icon {
    overflow: hidden
}

.card-effect-06 .card-icon .card-icon-inner {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    will-change: transform;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease,-webkit-transform 0.3s ease
}

.card-effect-07 {
    position: relative
}

.card-effect-07:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(233,238,241,.5)),to(rgba(30,30,30,.5)));
    background-image: -o-linear-gradient(top,rgba(233,238,241,.5),rgba(30,30,30,.5));
    background-image: linear-gradient(to bottom,rgba(233,238,241,.5),rgba(30,30,30,.5));
    border-radius: 10px 10px 31px 10px;
    -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%)
}

@media (min-width: 1440px) {
    .card-effect-07:before {
        border-radius:20px 20px 50px 20px;
        -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%)
    }
}

.card-effect-07:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: -webkit-gradient(linear,left bottom,left top,from(#0d99ff),to(#99faf4));
    background: -o-linear-gradient(bottom,#0d99ff 0%,#99faf4 100%);
    background: linear-gradient(0deg,#0d99ff 0%,#99faf4 100%);
    border-radius: 10px 10px 31px 10px;
    -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%)
}

@media (min-width: 1440px) {
    .card-effect-07:after {
        border-radius:20px 20px 50px 20px;
        -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%)
    }
}

.card-effect-07 .card {
    overflow: hidden;
    display: block;
    padding: 1px
}

.card-effect-07 .card .card-inner {
    background: -webkit-gradient(linear,left top,left bottom,from(#050505),to(#191919));
    background: -o-linear-gradient(top,#050505 0%,#191919 100%);
    background: linear-gradient(180deg,#050505 0%,#191919 100%);
    border-radius: 10px 10px 31px 10px;
    -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%)
}

@media (min-width: 1440px) {
    .card-effect-07 .card .card-inner {
        border-radius:20px 20px 50px 20px;
        -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%)
    }
}

.card-effect-07:hover:before,.card-effect-07:focus:before,.card-effect-07.active:before {
    opacity: 0
}

.card-effect-07:hover:after,.card-effect-07:focus:after,.card-effect-07.active:after {
    opacity: 1
}

.card-effect-07:hover .card .card-inner,.card-effect-07:focus .card .card-inner,.card-effect-07.active .card .card-inner {
    background: #000
}

.line-animated {
    width: 100%;
    border: 1px solid #434343;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    height: 5px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0)
}

@keyframes marquee {
    0% {
        -webkit-transform: translate3d(calc(-20% + 20vw),0,0);
        transform: translate3d(calc(-20% + 20vw),0,0)
    }

    100% {
        -webkit-transform: translate3d(calc(-60% + 20vw),0,0);
        transform: translate3d(calc(-60% + 20vw),0,0)
    }
}

@-webkit-keyframes marquee {
    0% {
        -webkit-transform: translate3d(calc(-20% + 20vw),0,0)
    }

    100% {
        -webkit-transform: translate3d(calc(-60% + 20vw),0,0)
    }
}

.marquee {
    position: relative;
    overflow: hidden;
    --offset: 20vw;
    --move-initial: calc(-20% + var(--offset));
    --move-final: calc(-60% + var(--offset));
    font-weight: 400;
    font-size: 10.43rem;
    line-height: 80%;
    letter-spacing: -.05em;
    margin: 0 0 30px
}

.marquee .marquee__wrap {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out
}

.marquee .marquee__inner {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-transform: translate3d(var(--move-initial),0,0);
    transform: translate3d(var(--move-initial),0,0);
    -webkit-animation: marquee 7s linear infinite;
    animation: marquee 7s linear infinite;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    white-space: nowrap;
    text-align: center
}

.marquee span {
    padding: 0 2vw
}

@media (min-width: 768px) {
    .marquee {
        font-size:21vw
    }
}

@keyframes plane {
    0% {
        -webkit-transform: translate3d(-37.5%,0,0);
        transform: translate3d(-37.5%,0,0)
    }

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

@-webkit-keyframes plane {
    0% {
        -webkit-transform: translate3d(-37.5%,0,0)
    }

    100% {
        -webkit-transform: translate3d(-12.5%,0,0)
    }
}

.plane-animation .marquee {
    --offset: 0vw;
    --move-final: calc(-12.5% + var(--offset));
    --move-initial: calc(-37.5% + var(--offset));
    margin: 0
}

.plane-animation .marquee .marquee__inner {
    -webkit-animation: plane 10s linear infinite;
    animation: plane 10s linear infinite
}

.plane-animation .marquee span {
    padding: 0 50px
}

@media (min-width: 1024px) {
    .plane-animation span {
        padding:0 120px
    }
}

@media (min-width: 1024px) {
    .page-footer {
        position:fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 0;
        opacity: 0
    }

    .page-footer.is-active {
        opacity: 1
    }
}

.swiper-initialized {
    position: relative
}

.swiper-slide {
    height: auto
}

.swiper-button-prev,.swiper-button-next {
    cursor: pointer;
    position: absolute;
    right: 27px;
    top: 50%;
    z-index: 19;
    -webkit-transform: translateY(calc(-50% - 12px));
    -ms-transform: translateY(calc(-50% - 12px));
    transform: translateY(calc(-50% - 12px))
}

.swiper-button-prev img,.swiper-button-next img {
    display: block;
    position: relative;
    z-index: 1;
    width: 8px;
    height: 8px
}

.swiper-button-prev:before,.swiper-button-next:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #e9eef1;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    -webkit-transform: translate3d(-50%,-50%,0) scale(1);
    transform: translate3d(-50%,-50%,0) scale(1);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.swiper-button-prev:hover:before,.swiper-button-next:hover:before {
    -webkit-transform: translate3d(-50%,-50%,0) scale(.8);
    transform: translate3d(-50%,-50%,0) scale(.8)
}

.swiper-button-prev:focus,.swiper-button-next:focus {
    border: 1px solid #050505
}

.swiper-button-prev:active:before,.swiper-button-prev:target:before,.swiper-button-next:active:before,.swiper-button-next:target:before {
    -webkit-transform: translate3d(-50%,-50%,0) scale(.8);
    transform: translate3d(-50%,-50%,0) scale(.8)
}

.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled {
    display: none!important
}

@media (min-width: 768px) {
    .swiper-button-prev,.swiper-button-next {
        display:block;
        right: 40px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .swiper-button-prev:before,.swiper-button-next:before {
        width: 100px;
        height: 100px
    }

    .swiper-button-prev img,.swiper-button-next img {
        width: auto;
        height: auto
    }
}

.swiper-scrollbar-horizontal {
    background: rgba(255,255,255,.1);
    margin: 20px 0 0;
    height: 4px;
    border-radius: 4px
}

.swiper-scrollbar-horizontal .swiper-scrollbar-drag {
    background-color: #e9eef1;
    height: 100%;
    border-radius: inherit
}

@media (min-width: 1024px) {
    .swiper-scrollbar-horizontal {
        margin:40px 0 0;
        height: 6px
    }
}

@media (max-width: 639.98px) {
    .swiper-01 .swiper-wrapper {
        display:block
    }

    .swiper-01 .swiper-slide {
        margin: 0 0 10px
    }

    .swiper-01 .swiper-button-prev,.swiper-01 .swiper-button-next {
        display: none
    }
}

@media (min-width: 640px) {
    .swiper-01 .swiper-slide {
        width:340px;
        margin: 0 0 12px
    }
}

@media (min-width: 1024px) {
    .swiper-01 .swiper-slide {
        width:470px
    }
}

@media (min-width: 1440px) {
    .swiper-01 .swiper-slide {
        width:555px
    }
}

@media (max-width: 639.98px) {
    .swiper-11 .swiper-wrapper {
        display:block
    }

    .swiper-11 .swiper-slide {
        margin: 0 0 10px
    }

    .swiper-11 .swiper-button-prev,.swiper-11 .swiper-button-next {
        display: none
    }
}

@media (min-width: 640px) {
    .swiper-11 .swiper-slide {
        width:340px;
        margin: 0 0 12px
    }

    .swiper-11 .swiper-button-prev {
        display: none
    }
}

@media (min-width: 1024px) {
    .swiper-11 .swiper-slide {
        width:470px
    }
}

@media (min-width: 1440px) {
    .swiper-11 .swiper-slide {
        width:555px
    }
}

.swiper-02 {
    margin-right: -13px;
    padding-right: 13px;
    overflow: hidden
}

@media (min-width: 1440px) {
    .swiper-02 {
        margin-right:-40px;
        padding-right: 40px
    }
}

@media (min-width: 1660px) {
    .swiper-02 {
        margin-right:-150px;
        padding-right: 150px
    }
}

.swiper-02 .swiper-slide {
    width: 335px
}

@media (min-width: 640px) {
    .swiper-02 .swiper-slide {
        width:340px
    }
}

@media (min-width: 1024px) {
    .swiper-02 .swiper-slide {
        width:440px
    }
}

.swiper-03 .swiper-slide {
    width: 335px
}

.swiper-04 {
    margin-right: -13px;
    padding-right: 13px;
    overflow: hidden
}

@media (min-width: 1440px) {
    .swiper-04 {
        margin-right:-40px;
        padding-right: 40px
    }
}

@media (min-width: 1660px) {
    .swiper-04 {
        margin-right:-150px;
        padding-right: 150px
    }
}

.swiper-04 .swiper-slide {
    width: 325px
}

.swiper-05,.swiper-051,.swiper-052 {
    margin-right: -13px;
    padding-right: 13px;
    overflow: hidden
}

@media (min-width: 1440px) {
    .swiper-05,.swiper-051,.swiper-052 {
        margin-right:-40px;
        padding-right: 40px
    }
}

@media (min-width: 1660px) {
    .swiper-05,.swiper-051,.swiper-052 {
        margin-right:-150px;
        padding-right: 150px
    }
}

.swiper-05 .swiper-slide,.swiper-051 .swiper-slide,.swiper-052 .swiper-slide {
    width: 335px
}

.swiper-05 .swiper-slide .card-type-10,.swiper-05 .swiper-slide .card-effect-06,.swiper-051 .swiper-slide .card-type-10,.swiper-051 .swiper-slide .card-effect-06,.swiper-052 .swiper-slide .card-type-10,.swiper-052 .swiper-slide .card-effect-06 {
    width: 100%;
    height: 100%
}

.swiper-051 .swiper-slide {
    width: 335px
}

.swiper-051 .swiper-slide .card-type-10,.swiper-051 .swiper-slide .card-effect-06 {
    width: 100%;
    height: 100%
}

.swiper-051 .swiper-slide .card-type-08 .card-inner .card-icon {
    margin: 0 0 62px
}

@media (max-width: 1023.98px) {
    .swiper-051 .swiper-slide .card-type-08 .card-inner .card-text h3 br {
        display:none
    }
}

.swiper-051 .swiper-button-prev,.swiper-051 .swiper-button-next {
    display: block;
    -webkit-transform: translateY(calc(-50% - 12px));
    -ms-transform: translateY(calc(-50% - 12px));
    transform: translateY(calc(-50% - 12px))
}

@media (min-width: 1024px) {
    .swiper-051 {
        margin-right:0;
        padding-right: 0;
        overflow: visible
    }

    .swiper-051 .swiper-button-prev,.swiper-051 .swiper-button-next {
        display: none
    }

    .swiper-051 .swiper-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border: 1px solid #434343;
        border-radius: 10px 10px 31px 10px;
        -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
        position: relative
    }
}

@media (min-width: 1024px) and (min-width:1440px) {
    .swiper-051 .swiper-wrapper {
        border-radius:20px 20px 50px 20px;
        -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%)
    }
}

@media (min-width: 1024px) {
    .swiper-051 .swiper-wrapper:before {
        content:"";
        position: absolute;
        width: 20px;
        height: 20px;
        background-color: #434343;
        position: absolute;
        bottom: 0;
        right: 0;
        -webkit-transform: rotate(45deg) translate3d(45%,0,0);
        transform: rotate(45deg) translate3d(45%,0,0)
    }
}

@media (min-width: 1024px) and (min-width:1440px) {
    .swiper-051 .swiper-wrapper:before {
        width:40px;
        height: 40px;
        -webkit-transform: rotate(45deg) translate3d(58%,0,0);
        transform: rotate(45deg) translate3d(58%,0,0)
    }
}

@media (min-width: 1024px) {
    .swiper-051 .swiper-wrapper .swiper-slide {
        margin:0;
        width: 32.4%
    }

    .swiper-051 .swiper-wrapper .swiper-slide .card-effect-06 .card {
        border: none;
        -webkit-clip-path: none;
        clip-path: none
    }

    .swiper-051 .swiper-wrapper .swiper-slide .card-effect-06 .card:before {
        display: none
    }

    .swiper-051 .swiper-wrapper .swiper-slide .card-type-08 .card-inner .card-icon {
        margin: 0 0 83px
    }
}

@media (min-width: 1440px) {
    .swiper-051 .swiper-wrapper:before {
        width:40px;
        height: 40px;
        -webkit-transform: rotate(45deg) translate3d(58%,0,0);
        transform: rotate(45deg) translate3d(58%,0,0)
    }

    .swiper-051 .swiper-wrapper .swiper-slide {
        width: 32%!important
    }

    .swiper-051 .swiper-wrapper .swiper-slide:last-child {
        width: 36%!important
    }

    .swiper-051 .swiper-wrapper .swiper-slide .card-type-08 .card-inner {
        padding: 40px 60px 40px 40px
    }
}

@media (min-width: 1024px) {
    .swiper-052 {
        margin-right:0;
        padding-right: 0;
        overflow: visible
    }

    .swiper-052 .swiper-button-prev,.swiper-052 .swiper-button-next {
        display: none
    }

    .swiper-052 .swiper-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border: 1px solid #434343;
        border-radius: 10px 10px 31px 10px;
        -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
        position: relative
    }
}

@media (min-width: 1024px) and (min-width:1440px) {
    .swiper-052 .swiper-wrapper {
        border-radius:20px 20px 50px 20px;
        -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%)
    }
}

@media (min-width: 1024px) {
    .swiper-052 .swiper-wrapper:before {
        content:"";
        position: absolute;
        width: 20px;
        height: 20px;
        background-color: #434343;
        position: absolute;
        bottom: 0;
        right: 0;
        -webkit-transform: rotate(45deg) translate3d(45%,0,0);
        transform: rotate(45deg) translate3d(45%,0,0)
    }
}

@media (min-width: 1024px) and (min-width:1440px) {
    .swiper-052 .swiper-wrapper:before {
        width:40px;
        height: 40px;
        -webkit-transform: rotate(45deg) translate3d(58%,0,0);
        transform: rotate(45deg) translate3d(58%,0,0)
    }
}

@media (min-width: 1024px) {
    .swiper-052 .swiper-wrapper .swiper-slide {
        margin:0;
        width: 25%
    }

    .swiper-052 .swiper-wrapper .swiper-slide .card-effect-06 .card {
        border: none;
        -webkit-clip-path: none;
        clip-path: none
    }

    .swiper-052 .swiper-wrapper .swiper-slide .card-effect-06 .card:before {
        display: none
    }
}

@media (min-width: 768px) {
    .swiper-06 .swiper-button-prev,.swiper-06 .swiper-button-next {
        display:none!important
    }

    .swiper-06 .swiper-slide.swiper-slide-duplicate {
        display: none!important
    }
}

@media (min-width: 640px) {
    .swiper-11 {
        margin:0 -13px 0 0;
        overflow: hidden
    }
}

@media (min-width: 1440px) {
    .swiper-11 {
        margin:0 -40px 0 0
    }
}

@media (min-width: 1660px) {
    .swiper-11 {
        margin:0 -150px 0 0
    }
}

.swiper-08 .swiper-slide {
    width: 335px
}

@media (min-width: 640px) {
    .swiper-08 .swiper-slide {
        width:340px
    }
}

@media (min-width: 1024px) {
    .swiper-08 .swiper-button-prev,.swiper-08 .swiper-button-next {
        display:none!important
    }
}

.swiper-09 {
    overflow: hidden
}

.swiper-09 .slide-title {
    font-weight: 500;
    font-size: 70px;
    line-height: .9;
    letter-spacing: -.04em;
    color: #e9eef1;
    margin: 17px 0 118px;
    display: inline-block;
    padding: 0 5px 0 0
}

.swiper-09 .slide-title small {
    font-size: 50px
}

.swiper-09 .slide-text {
    letter-spacing: -.01em;
    font-weight: 500;
    font-size: 24px;
    line-height: 1
}

.swiper-09 .slide-text h3 {
    margin: 0 0 6px
}

@media (min-width: 768px) {
    .swiper-09 .swiper-button-prev,.swiper-09 .swiper-button-next {
        right:45px;
        top: 41%
    }
}

@media (min-width: 1024px) {
    .swiper-09 .slide-title {
        margin:60px 0 118px
    }
}

@media (min-width: 1440px) {
    .swiper-09 {
        padding:0 20px 0 0
    }

    .swiper-09 .slide-title {
        font-size: 120px;
        margin: 83px 0 158px
    }

    .swiper-09 .slide-title small {
        font-size: 80px;
        margin-left: 6px
    }

    .swiper-09 .slide-text {
        font-size: 28px;
        line-height: 1.2
    }

    .swiper-09 .slide-text h3 {
        margin: 0 0 9px
    }
}

.swiper-12 {
    margin-right: -13px;
    padding-right: 13px;
    overflow: hidden
}

@media (min-width: 1024px) {
    .swiper-12 {
        margin-right:0;
        padding-right: 0
    }
}

.jstyling-select {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 0;
    border: 1px solid #9a9a9a;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .01em;
    height: 40px;
    color: #9a9a9a;
    cursor: pointer
}

.jstyling-select .jstyling-select-s {
    padding: 0 40px 0 20px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.jstyling-select .jstyling-select-s:after {
    content: url(../../../themes/fulcrum/assets/img/bg/select.svg);
    position: absolute;
    right: 20px;
    top: 50%;
    width: 12px;
    height: 7px;
    margin: -3.5px 0 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 0;
    line-height: 0
}

.jstyling-select .jstyling-select-s .jstyling-select-t {
    white-space: nowrap;
    overflow: hidden
}

.jstyling-select .jstyling-select-l {
    margin: 0;
    padding: 0 0 10px;
    display: none;
    position: absolute;
    z-index: 1000;
    left: -1px;
    right: -1px;
    top: 100%;
    border: 1px solid #91999e;
    border-radius: 0 0 5px 5px;
    border-top: none;
    background-color: #050505
}

.jstyling-select .jstyling-select-l div {
    list-style: none;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 20px;
    line-height: 1.4;
    cursor: pointer;
    position: relative;
    color: #91999e
}

.jstyling-select .jstyling-select-l div:first-child {
    display: none
}

.jstyling-select.active {
    z-index: 700;
    border-bottom-color: transparent;
    border-radius: 5px 5px 0 0;
    border-color: #91999e;
    background-color: #050505
}

.jstyling-select.active .jstyling-select-s:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.jstyling-select.active .jstyling-select-l {
    display: block
}

@media (min-width: 1024px) {
    .jstyling-select {
        font-size:14px;
        height: 50px
    }
}

.product-item .card-type-02 {
    max-width: 555px
}

.product-item .product-description {
    padding: 11px 0 0
}

.product-item .product-description p {
    max-width: 555px;
    margin: 0 0 20px
}

.product-item .product-description ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: table;
    width: 100%
}

.product-item .product-description ul li {
    position: relative;
    height: 54px;
    display: table-row
}

.product-item .product-description ul li .line-animated {
    position: absolute;
    left: 0;
    right: 0;
    top: 0
}

.product-item .product-description ul li span {
    display: table-cell;
    vertical-align: middle;
    padding: 12px 0 12px 15px;
    width: 100%
}

.product-item .product-description ul li strong {
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -.01em;
    color: #e9eef1;
    display: table-cell;
    vertical-align: middle;
    padding: 12px 0;
    white-space: nowrap
}

.product-item .product-review {
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 31px 10px;
    -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
    padding: 20px;
    height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width: 1440px) {
    .product-item .product-review {
        border-radius:20px 20px 50px 20px;
        -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%)
    }
}

.product-item .product-review:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 1px;
    background: #434343;
    -webkit-mask: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff)) content-box,-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff));
    -webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    border-radius: 10px 10px 31px 10px;
    -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%)
}

@media (min-width: 1440px) {
    .product-item .product-review:before {
        border-radius:20px 20px 50px 20px;
        -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%)
    }
}

.product-item .product-review:after {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #434343;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: rotate(45deg) translate3d(52%,0,0);
    transform: rotate(45deg) translate3d(52%,0,0);
    opacity: .7
}

@media (min-width: 1440px) {
    .product-item .product-review:after {
        width:40px;
        height: 40px;
        -webkit-transform: rotate(45deg) translate3d(55%,0,0);
        transform: rotate(45deg) translate3d(55%,0,0)
    }
}

.product-item .product-review blockquote {
    line-height: 1
}

.product-item .product-review .review-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.product-item .product-review .review-author figure {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 37px;
    height: 37px;
    margin: 0 11px 0 0
}

.product-item .product-review .review-author figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.product-item .product-review .review-author .review-author-text {
    font-size: 12px;
    line-height: 140%;
    width: 100%
}

.product-item .product-review .review-author .review-author-text p {
    font-weight: 500;
    font-size: 14px;
    color: #e9eef1;
    margin: 0
}

.product-item .product-review .review-author .card-arrow {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

@media (min-width: 768px) {
    .product-item {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -10px
    }

    .product-item .col {
        width: 50%;
        padding: 0 10px
    }

    .product-item .product-description {
        padding: 0
    }

    .product-item .product-review {
        height: 340px
    }

    .product-item .product-review blockquote {
        margin: 0 60px 0 0
    }
}

@media (min-width: 1024px) {
    .product-item .product-description ul li strong {
        width:5em
    }

    .product-item .product-review {
        padding: 40px
    }

    .product-item .product-review blockquote {
        line-height: 1.2;
        margin: 0 75px 0 0
    }
}

@media (min-width: 1440px) {
    .product-item .product-description ul {
        margin:42px 0 0;
        max-width: 555px
    }

    .product-item .product-description ul li {
        height: 104px
    }

    .product-item .product-description ul li strong {
        width: 157px;
        font-size: 48px
    }

    .product-item .product-description ul li span {
        max-width: 398px
    }

    .product-item .product-review {
        margin: 40px 0 0
    }

    .product-item .product-review .review-author {
        margin-right: 36px
    }

    .product-item .product-review .review-author figure {
        width: 50px;
        height: 50px;
        margin: 0 10px 0 0
    }

    .product-item .product-review .review-author .review-author-text {
        font-size: 14px;
        letter-spacing: .01em;
        color: #e9eef1
    }

    .product-item .product-review .review-author .review-author-text p {
        font-weight: 400;
        font-size: 18px;
        line-height: 1.4
    }
}

.blocker {
    background: #050505;
    padding: 66px 20px;
    overflow: hidden;
    z-index: 99999
}

.blocker:before {
    background-image: url(../../../themes/fulcrum/assets/img/bg/gradient-blue.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.blocker:before {
    content: "";
    position: absolute;
    width: 1414px;
    height: 1414px;
    right: -700px;
    top: 105px
}

@media (min-width: 1440px) {
    .blocker {
        padding:116px 20px
    }
}

.modal {
    height: 100%;
    max-height: 750px;
    max-width: 900px;
    overflow: hidden;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#050505),to(#191919));
    background-image: -o-linear-gradient(top,#050505,#191919);
    background-image: linear-gradient(to bottom,#050505,#191919);
    border-radius: 20px 20px 50px 20px;
    -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%);
    overflow: hidden
}

@media (min-width: 1440px) {
    .modal {
        border-radius:20px 20px 50px 20px;
        -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%)
    }
}

.modal:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 1px;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(233,238,241,.5)),to(rgba(30,30,30,.5)));
    background-image: -o-linear-gradient(top,rgba(233,238,241,.5),rgba(30,30,30,.5));
    background-image: linear-gradient(to bottom,rgba(233,238,241,.5),rgba(30,30,30,.5));
    -webkit-mask: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff)) content-box,-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff));
    -webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    border-radius: 20px 20px 50px 20px;
    -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%)
}

@media (min-width: 1440px) {
    .modal:before {
        border-radius:20px 20px 50px 20px;
        -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%)
    }
}

.modal .m-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    cursor: pointer
}

.modal .modal-inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 1
}

.modal .modal-inner .modal-header {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 19px 75px 19px 19px
}

.modal .modal-inner .modal-header h3 {
    line-height: 1.2;
    max-width: 470px
}

@media (max-width: 639.98px) {
    .modal .modal-inner .modal-header h3 {
        font-size:18px;
        letter-spacing: 0
    }
}

.modal .modal-inner .modal-content {
    height: 100%;
    padding: 0 20px;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #373737 transparent
}

.modal .modal-inner .modal-content::-webkit-scrollbar {
    width: 6px
}

.modal .modal-inner .modal-content::-webkit-scrollbar-track {
    background: none
}

.modal .modal-inner .modal-content::-webkit-scrollbar-thumb {
    background-color: #373737;
    border-radius: 3px;
    border: none
}

.modal .modal-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#050505),to(#191919));
    background-image: -o-linear-gradient(top,#050505,#191919);
    background-image: linear-gradient(to bottom,#050505,#191919);
    border-radius: 20px 20px 50px 20px;
    -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%);
    border-radius: 0 0 50px 20px!important;
    overflow: hidden;
    padding: 16px 22px 20px 13px
}

@media (min-width: 1440px) {
    .modal .modal-footer {
        border-radius:20px 20px 50px 20px;
        -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%)
    }
}

.modal .modal-footer:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 1px;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(233,238,241,.5)),to(rgba(30,30,30,.5)));
    background-image: -o-linear-gradient(top,rgba(233,238,241,.5),rgba(30,30,30,.5));
    background-image: linear-gradient(to bottom,rgba(233,238,241,.5),rgba(30,30,30,.5));
    -webkit-mask: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff)) content-box,-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff));
    -webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    border-radius: 20px 20px 50px 20px;
    -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%);
    border-radius: 0 0 50px 20px!important
}

@media (min-width: 1440px) {
    .modal .modal-footer:before {
        border-radius:20px 20px 50px 20px;
        -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%)
    }
}

@media (min-width: 1024px) {
    .modal .m-close {
        top:30px;
        right: 30px
    }

    .modal .modal-inner .modal-header {
        padding: 33px 39px 28px
    }

    .modal .modal-inner .modal-content {
        padding-left: 36px;
        margin-right: 10px
    }

    .modal .modal-footer {
        padding: 14px 28px 16px 19px
    }
}

.modal-job .modal-inner {
    padding: 0 0 185px
}

@media (min-width: 640px) {
    .modal-job .modal-inner {
        padding:0 0 116px
    }
}

@media (min-width: 768px) {
    .modal-job .modal-inner {
        padding:0 0 128px
    }
}

#moove_gdpr_cookie_info_bar {
    z-index: 9999
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
    border: none!important;
    background-color: transparent!important;
    left: 0;
    bottom: 20px;
    right: 0;
    width: auto;
    padding: 0;
    z-index: 9999
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container {
    display: block;
    background: #050505;
    padding: 10px 20px;
    position: relative;
    z-index: 1;
    border-radius: 5px
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice {
    font-family: "neue_montreal",sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice:before {
    content: "";
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 24px;
    height: 24px;
    background: url(../../../themes/fulcrum/assets/img/icons/cookies.svg) 50% no-repeat;
    background-size: 24px;
    margin: 0 9px 0 0
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice p {
    font-weight: 400;
    font-size: 10px;
    line-height: 130%;
    letter-spacing: .01em;
    color: #e9eef1
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder {
    padding-left: 15px!important
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton {
    height: 36px;
    min-width: 120px;
    font-family: "neue_montreal",sans-serif;
    font-weight: 400
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton .btn-inner {
    padding: 0 20px 0 10px
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton:hover .btn-icon:before {
    width: 26px;
    height: 26px;
    background-size: 7px 7px
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-infobar-reject-btn {
    display: none!important
}

@media (min-width: 768px) {
    #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
        width:670px;
        left: auto;
        right: 20px
    }

    #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container {
        padding: 9px 6px 9px 15px
    }

    #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
        padding-left: 0;
        padding-right: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice:before {
        width: 32px;
        height: 32px;
        background-size: 32px;
        margin: 0 14px 0 0
    }

    #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice p {
        font-size: 14px;
        line-height: 140%
    }

    #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton {
        height: 42px;
        width: 140px
    }

    #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton .btn-inner {
        padding: 0 20px 0 15px;
        font-size: 12px
    }
}

@media (min-width: 1440px) {
    #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
        bottom:60px;
        right: auto;
        left: 50%;
        margin-left: 10px
    }
}

#hubspot-messages-iframe-container {
    z-index: 999!important
}

.block-number {
    position: relative;
    margin: 0 0 15px
}

.block-number:before {
    content: "";
    display: block;
    height: 4px;
    border: 1px solid #9a9a9a;
    border-bottom: none;
    border-radius: 4px 4px 0 0
}

.block-number .block-number-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.block-number .block-number-main:after {
    content: "";
    background: #9a9a9a;
    width: 4px;
    height: 4px;
    border-radius: 100%
}

.block-number .block-number-main span {
    font-size: 10px;
    letter-spacing: .01em
}

@media (min-width: 1440px) {
    .block-number {
        margin:0 0 20px
    }

    .block-number:before {
        margin: 0 0 10px
    }

    .block-number .block-number-main:after {
        width: 6px;
        height: 6px
    }

    .block-number .block-number-main span {
        font-size: 14px
    }
}

.block-text {
    margin: 0 0 30px
}

.block-text p {
    margin: 10px 0 0
}

@media (min-width: 768px) {
    .block-text {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -10px 37px
    }

    .block-text .col {
        width: 50%;
        padding: 0 10px
    }

    .block-text p {
        margin: .6em 0 0;
        max-width: 555px
    }
}

.tab-menu-wrapper {
    overflow: auto;
    scrollbar-width: none;
    margin-right: -20px
}

.tab-menu-wrapper::-webkit-scrollbar {
    display: none
}

.tab-menu-wrapper .tab-nav {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap
}

.tab-menu-wrapper .tab-nav li {
    margin-top: 0
}

.page-intro {
    padding: 0 0 34px;
    position: relative
}

.page-intro .block-number {
    position: relative;
    z-index: 1;
    margin-top: 25px;
}

.page-intro .container {
    position: relative
}

.page-intro .container:before {
    background-image: url(../../../themes/fulcrum/assets/img/bg/gradient-blue.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.page-intro .container:after {
    background-image: url(../../../themes/fulcrum/assets/img/bg/gradient-green.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.page-intro .container:before {
    content: "";
    position: absolute;
    width: 1000px;
    height: 1000px;
    right: -432px;
    top: -584px
}

.page-intro .container:after {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    left: -269px;
    top: 57px
}

.page-intro .image img {
    mix-blend-mode: screen;
    position: relative;
    z-index: 1;
    display: block
}

.page-intro .txt-lg {
    position: relative;
    z-index: 1
}

.page-intro .text {
    position: relative;
    z-index: 1
}

.page-intro .text p {
    margin: 0 0 1.4rem
}

@media (min-width: 640px) {
    .page-intro .wrapper:after {
        content:"";
        display: block;
        clear: both
    }

    .page-intro .txt-lg {
        float: left;
        width: 50%;
        margin: -.1em -50px 70px 0
    }

    .page-intro .image {
        float: right;
        width: calc(50% + 50px);
        margin: 0
    }

    .page-intro .text {
        clear: left;
        float: left;
        width: 40%;
        max-width: 24rem;
        margin: 0 -50px 0 0
    }
}

@media (min-width: 1024px) {
    .page-intro {
        padding:0
    }

    .page-intro .container:before {
        content: "";
        position: absolute;
        width: 1800px;
        height: 1800px;
        right: -590px;
        top: -680px
    }

    .page-intro .container:after {
        content: "";
        position: absolute;
        width: 1400px;
        height: 1400px;
        left: -465px;
        top: 150px
    }

    .page-intro .txt-lg {
        margin: -.1em 0 200px 0;
    }

    .page-intro .image {
        width: 50%
    }

    .page-intro .image .image01 {
        width: 120%;
        float: right
    }

    .page-intro .text {
        margin: 0;
        max-width: 423px;
        margin-top: -87px;
        margin-left: 57px;
    }
}

@media (min-width: 1280px) and (max-width:1359px) {
    .page-intro .txt-lg {
        margin-bottom:100px!important
    }
}

@media (min-width: 1360px) and (max-width:1439px) {
    .page-intro .txt-lg {
        margin-bottom:150px!important
    }
}

@media (min-width: 1440px) {
    .page-intro .txt-lg {
        margin: -.1em 0px 70px 0px;
    }

    .page-intro .text p {
        margin: 0 0 20px
    }
}

.page-intro.page-intro-home .image {
    margin: -35px -20px 0;
    position: relative;
    z-index: 5
}

.page-intro.page-intro-home .image .image01 {
    display: block;
    width: 100%;
    height: auto
}

.page-intro.page-intro-home .image .img-animation {
    position: absolute;
    left: 32.27%;
    top: 26%;
    width: 18.75%;
    height: 20.5%;
    background: url(../../../themes/fulcrum/assets/img/bg/home-animation-bg.png) no-repeat;
    background-size: 100% 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s
}

.page-intro.page-intro-home .image .img-animation svg {
    width: 58.5%;
    height: 58.33%;
    margin: 0 0 2.5% 5%
}

.page-intro.page-intro-home .image .img-animation svg path {
    stroke-dasharray: 400;
    stroke-dashoffset: 400
}

.page-intro.page-intro-home .image .img-animation.animated {
    opacity: 1
}

.page-intro.page-intro-home .image .img-animation.animated svg path {
    -webkit-animation: stroke 3s linear 0.5s forwards;
    animation: stroke 3s linear 0.5s forwards
}

@-webkit-keyframes stroke {
    0% {
        stroke-dashoffset: 400
    }

    100% {
        stroke-dashoffset: 0
    }
}

@keyframes stroke {
    0% {
        stroke-dashoffset: 400
    }

    100% {
        stroke-dashoffset: 0
    }
}

.page-intro.page-intro-home .txt-lg {
    z-index: 9;
    margin-top: 20px;
}

@media (min-width: 640px) {
    .page-intro.page-intro-home .image {
        margin:0
    }

    .page-intro.page-intro-home .image .image01 {
        width: 100%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@media (min-width: 768px) {
    .page-intro.page-intro-home .image {
        margin:0;
        position: relative
    }

    .page-intro.page-intro-home .image .image01 {
        width: 100%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@media (min-width: 1024px) {
    .page-intro.page-intro-home .image {
        position:relative;
        right: 40px
    }
}

@media (min-width: 1440px) {
    .page-intro.page-intro-home {
        padding-bottom:73px
    }

    .page-intro.page-intro-home .image {
        margin: 0;
        width: auto;
        position: absolute;
        top: 58px;
        right: 40px;
        margin: 0
    }

    .page-intro.page-intro-home .image .image01 {
        width: auto;
        max-width: none;
        margin: 0
    }

    .page-intro.page-intro-home .txt-lg {
        margin-bottom: 214px;
        margin-top: 85px;
    }
}

@media (min-width: 1660px) {
    .page-intro.page-intro-home .image {
        top:90px;
        right: 197px
    }
}

.page-intro.page-intro-projects .image {
    margin: -60px 20px 0
}

.page-intro.page-intro-projects .image img {
    max-width: 100%;
    height: auto
}

@media (min-width: 640px) {
    .page-intro.page-intro-projects .image {
        margin:0
    }
}

@media (min-width: 1024px) {
    .page-intro.page-intro-projects .txt-lg {
        margin-bottom:150px
    }

    .page-intro.page-intro-projects .image {
        margin: 0;
        padding: 0;
        position: absolute;
        right: 20px;
        top: 29px;
        width: 42vw;
        max-width: 695px
    }

    .page-intro.page-intro-projects .image img {
        max-width: 100%
    }
}

@media (min-width: 1440px) {
    .page-intro.page-intro-projects {
        padding-bottom:94px
    }

    .page-intro.page-intro-projects .txt-lg {
        margin-bottom: 250px
    }

    .page-intro.page-intro-projects .image {
        right: 125px
    }
}

.page-intro.page-intro-services .image {
    margin: -69px 0 -40px -44px
}

.page-intro.page-intro-services .image img {
    max-width: 100%;
    height: auto
}

@media (min-width: 640px) {
    .page-intro.page-intro-services .image {
        margin:0
    }
}

@media (min-width: 1024px) {
    .page-intro.page-intro-services .txt-lg {
        margin-bottom:70px
    }
}

@media (min-width: 1440px) {
    .page-intro.page-intro-services .image {
        margin:-100px -10px -5px 0
    }

    .page-intro.page-intro-services .image img {
        width: auto;
        max-width: none;
        float: right
    }

    .page-intro.page-intro-services .txt-lg {
        margin-bottom: 265px
    }

    .page-intro.page-intro-services .text p {
        max-width: 440px
    }
}

.page-intro.page-intro-about .txt-lg {
    margin-top: -3px;
    margin-bottom: 83px;
    line-height: .915
}

.page-intro.page-intro-about .txt-lg .word {
    margin: -2rem 0
}

@media (min-width: 640px) {
    .page-intro.page-intro-about .txt-lg {
        float:none;
        width: auto;
        margin-right: 0
    }

    .page-intro.page-intro-about .text {
        float: none;
        width: auto;
        margin: 0
    }
}

@media (min-width: 1024px) {
    .page-intro.page-intro-about .text {
        max-width:560px
    }
}

@media (min-width: 1280px) {
    .page-intro.page-intro-about .txt-lg {
        max-width:80%
    }
}

@media (min-width: 1440px) {
    .page-intro.page-intro-about {
        padding-bottom:60px
    }

    .page-intro.page-intro-about .txt-lg {
        margin-bottom: 118px;
        margin-right: -100px;
        max-width: none
    }

    .page-intro.page-intro-about .txt-lg [data-word="choose"],.page-intro.page-intro-about .txt-lg .txt-gradient,.page-intro.page-intro-about .txt-lg .page-product .block-product-speed .text h3,.page-product .block-product-speed .text .page-intro.page-intro-about .txt-lg h3 {
        margin-left: 6.4rem
    }
}

@media (min-width: 1800px) {
    .page-intro.page-intro-about .txt-lg {
        max-width:80vw
    }
}

.page-intro.page-intro-thank {
    min-height: calc(100vh - 50px)
}

.page-intro.page-intro-thank .txt-lg {
    margin-top: -3px;
    margin-bottom: 215px
}

.page-intro.page-intro-thank .txt-lg .word .char {
    line-height: 1.05
}

@media (max-width: 1023.98px) {
    .page-intro.page-intro-thank .txt-lg .txt-lg-last {
        margin-left:0
    }
}

.page-intro.page-intro-thank .image {
    margin: 0
}

.page-intro.page-intro-thank .image img {
    max-width: 100%;
    height: auto
}

@media (min-width: 640px) {
    .page-intro.page-intro-thank .wrapper {
        position:relative
    }

    .page-intro.page-intro-thank .txt-lg {
        float: none;
        width: 30rem;
        margin-right: 0
    }

    .page-intro.page-intro-thank .text {
        float: none;
        width: 30rem;
        margin: 0
    }

    .page-intro.page-intro-thank .image {
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-40%);
        -ms-transform: translateY(-40%);
        transform: translateY(-40%);
        width: 45vw;
        z-index: 5
    }
}

@media (min-width: 1024px) {
    .page-intro.page-intro-thank {
        min-height:calc(100vh - 60px);
        padding-bottom: 50px
    }

    .page-intro.page-intro-thank .wrapper {
        position: relative
    }

    .page-intro.page-intro-thank .txt-lg {
        width: 40rem
    }
}

@media (min-width: 1440px) {
    .page-intro.page-intro-thank .txt-lg {
        width:50rem;
        margin-top: -20px;
        margin-bottom: 110px
    }

    .page-intro.page-intro-thank .image {
        right: -12px;
        -webkit-transform: translate3d(13%,-44.6%,0);
        transform: translate3d(13%,-44.6%,0);
        width: 46vw
    }

    .page-intro.page-intro-thank .text p {
        max-width: 440px
    }
}

.page-intro.page-intro-error {
    min-height: calc(100vh - 110px)
}

.page-intro.page-intro-error .image {
    margin: 50px -90px 58px 0
}

.page-intro.page-intro-error .image img {
    max-width: 100%;
    height: auto
}

@media (max-width: 767.98px) {
    .page-intro.page-intro-error .txt-lg .txt-lg-last {
        margin-left:0
    }
}

@media (min-width: 640px) {
    .page-intro.page-intro-error {
        position:relative
    }

    .page-intro.page-intro-error .txt-lg {
        float: none;
        width: auto;
        margin: 0 0 100px
    }

    .page-intro.page-intro-error .text {
        clear: left;
        float: none;
        width: auto;
        max-width: 24rem;
        margin: 0
    }

    .page-intro.page-intro-error .image {
        position: absolute;
        bottom: 25%;
        right: -50px;
        margin: 0
    }
}

@media (min-width: 768px) {
    .page-intro.page-intro-error .image {
        bottom:10%
    }
}

@media (min-width: 1024px) {
    .page-intro.page-intro-error {
        min-height:calc(100vh - 140px)
    }
}

@media (min-width: 1440px) {
    .page-intro.page-intro-error .txt-lg {
        margin:-20px 0 276px
    }

    .page-intro.page-intro-error .txt-lg .txt-gradient,.page-intro.page-intro-error .txt-lg .page-product .block-product-speed .text h3,.page-product .block-product-speed .text .page-intro.page-intro-error .txt-lg h3 {
        padding: 0 5px 0 0
    }

    .page-intro.page-intro-error .image {
        bottom: 12%;
        right: 20px
    }
}

@media (min-width: 1660px) {
    .page-intro.page-intro-error .txt-lg {
        margin:-20px 0 276px
    }

    .page-intro.page-intro-error .txt-lg .txt-gradient,.page-intro.page-intro-error .txt-lg .page-product .block-product-speed .text h3,.page-product .block-product-speed .text .page-intro.page-intro-error .txt-lg h3 {
        padding: 0 5px 0 0
    }

    .page-intro.page-intro-error .image {
        bottom: 12%;
        right: 104px
    }
}

.page-intro.page-intro-contact {
    padding: 0
}

.page-intro.page-intro-contact .txt-lg {
    margin-top: -3px;
    margin-bottom: 17px;
    line-height: .9
}

.page-intro.page-intro-contact .txt-lg .word {
    margin: -2rem 0
}

@media (min-width: 640px) {
    .page-intro.page-intro-contact .txt-lg {
        float:none;
        width: auto;
        margin-right: 0
    }
}

@media (min-width: 1440px) {
    .page-intro.page-intro-contact {
        padding-bottom:60px
    }

    .page-intro.page-intro-contact .txt-lg {
        margin-bottom: 40px
    }
}

.page-intro.page-intro-case {
    padding: 0 0 38px
}

.page-intro.page-intro-case .container:after {
    display: none
}

.page-intro.page-intro-case .txt-lg {
    margin-top: -3px;
    margin-bottom: 60px;
    line-height: .9
}

@media (max-width: 459px) {
    .page-intro.page-intro-case .txt-lg {
        font-size:17vw
    }
}

.page-intro.page-intro-case .txt-lg .word {
    margin: -2rem 0
}

.page-intro.page-intro-case .image {
    margin: 0 0 0 -32px;
    position: relative;
    z-index: 2
}

.page-intro.page-intro-case .image img {
    display: block;
    max-width: 100%;
    height: auto
}

.page-intro.page-intro-case .video {
    width: 100%;
    max-width: 1046px;
    margin: 0 auto
}

.page-intro.page-intro-case .video .inner {
    padding: 62.8% 0 0;
    position: relative
}

.page-intro.page-intro-case .video video,.page-intro.page-intro-case .video img,.page-intro.page-intro-case .video iframe {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width: 640px) {
    .page-intro.page-intro-case .txt-lg {
        float:none;
        width: auto;
        margin-right: 0
    }

    .page-intro.page-intro-case .image {
        float: none;
        width: 61vw;
        -webkit-transform: translateX(-8vw);
        -ms-transform: translateX(-8vw);
        transform: translateX(-8vw);
        margin: 0 auto
    }
}

@media (min-width: 1440px) {
    .page-intro.page-intro-case {
        padding:0 0 70px
    }

    .page-intro.page-intro-case .image {
        -webkit-transform: translateX(-3.47vw);
        -ms-transform: translateX(-3.47vw);
        transform: translateX(-3.47vw)
    }
}

.page-intro.page-intro-career {
    padding: 0 0 55px
}

.page-intro.page-intro-career .txt-lg {
    margin: 0 -13px 114px 0
}

@media (min-width: 640px) {
    .page-intro.page-intro-career .txt-lg {
        margin-right:0;
        float: none;
        width: auto
    }

    .page-intro.page-intro-career .text {
        float: none;
        width: auto;
        margin: 0
    }
}

@media (min-width: 768px) {
    .page-intro.page-intro-career .txt-lg .txt-gradient br,.page-intro.page-intro-career .txt-lg .page-product .block-product-speed .text h3 br,.page-product .block-product-speed .text .page-intro.page-intro-career .txt-lg h3 br {
        display:none
    }
}

@media (min-width: 1024px) {
    .page-intro.page-intro-career {
        padding:0 0 110px
    }

    .page-intro.page-intro-career .txt-lg {
        margin-bottom: 98px
    }

    .page-intro.page-intro-career .text {
        max-width: 555px
    }
}

.page-intro.page-intro-marketplace {
    padding: 0 0 52px
}

.page-intro.page-intro-marketplace .container:before {
    background-image: url(../../../themes/fulcrum/assets/img/bg/dark-blue.webp)
}

.page-intro.page-intro-marketplace .container:after {
    display: none
}

.page-intro.page-intro-marketplace .container:before {
    content: "";
    position: absolute;
    width: 692px;
    height: 692px;
    right: -335px;
    top: -271px
}

.page-intro.page-intro-marketplace .wrapper {
    position: relative
}

.page-intro.page-intro-marketplace .d-none {
    display: none
}

.page-intro.page-intro-marketplace .txt-lg {
    margin: 0 0 219px;
    position: relative;
    z-index: 2;
    line-height: .93;
    max-width: 350px
}

.page-intro.page-intro-marketplace .image {
    position: absolute;
    left: 5px;
    right: 6px;
    top: 50px
}

.page-intro.page-intro-marketplace .image img {
    display: block;
    max-width: 100%;
    height: auto
}

.page-intro.page-intro-marketplace .text {
    position: relative;
    z-index: 2
}

@media (min-width: 640px) {
    .page-intro.page-intro-marketplace .d-sm-none {
        display:none
    }

    .page-intro.page-intro-marketplace .d-sm-block {
        display: block
    }

    .page-intro.page-intro-marketplace .txt-lg {
        float: none;
        width: auto;
        max-width: none
    }

    .page-intro.page-intro-marketplace .image {
        left: auto;
        right: 0;
        width: 50%
    }

    .page-intro.page-intro-marketplace .text {
        float: none;
        width: auto
    }
}

@media (min-width: 1024px) {
    .page-intro.page-intro-marketplace {
        padding:0;
        margin: 0 0 110px
    }

    .page-intro.page-intro-marketplace .container:after {
        background-image: url(../../../themes/fulcrum/assets/img/bg/dark-blue.webp);
        display: block
    }

    .page-intro.page-intro-marketplace .container:before {
        content: "";
        position: absolute;
        width: 47.2vw;
        height: 47.2vw;
        right: -18.75vw;
        top: -17.1vw
    }

    .page-intro.page-intro-marketplace .container:after {
        content: "";
        position: absolute;
        width: 47.2vw;
        height: 47.2vw;
        left: -29.17vw;
        top: 29.17vw
    }

    .page-intro.page-intro-marketplace .image {
        top: -25px;
        right: -10px
    }

    .page-intro.page-intro-marketplace .txt-lg {
        margin: 0 0 272px
    }

    .page-intro.page-intro-marketplace .text {
        max-width: 555px
    }
}

.page-intro.page-intro-handbook {
    padding: 0 0 55px
}

.page-intro.page-intro-handbook .container:before {
    background-image: url(../../../themes/fulcrum/assets/img/bg/dark-blue.webp)
}

.page-intro.page-intro-handbook .container:after {
    display: none
}

.page-intro.page-intro-handbook .container:before {
    content: "";
    position: absolute;
    width: 692px;
    height: 692px;
    right: -340px;
    top: -321px
}

.page-intro.page-intro-handbook .wrapper {
    position: relative
}

.page-intro.page-intro-handbook .d-none {
    display: none
}

.page-intro.page-intro-handbook .txt-lg {
    margin: 0 -13px 153px 0;
    position: relative;
    z-index: 2
}

.page-intro.page-intro-handbook .image {
    position: absolute;
    right: -167px;
    top: 55px
}

.page-intro.page-intro-handbook .image img {
    display: block;
    width: 449px;
    height: auto
}

.page-intro.page-intro-handbook .text {
    position: relative;
    z-index: 2
}

@media (min-width: 640px) {
    .page-intro.page-intro-handbook .d-sm-none {
        display:none
    }

    .page-intro.page-intro-handbook .d-sm-block {
        display: block
    }

    .page-intro.page-intro-handbook .txt-lg {
        float: none;
        width: auto;
        max-width: none
    }

    .page-intro.page-intro-handbook .image {
        right: -100px
    }

    .page-intro.page-intro-handbook .text {
        float: none;
        width: auto
    }
}

@media (min-width: 1024px) {
    .page-intro.page-intro-handbook {
        padding:0 0 45px;
        margin: 0 0 65px
    }

    .page-intro.page-intro-handbook .container:after {
        background-image: url(../../../themes/fulcrum/assets/img/bg/dark-blue.webp);
        display: block
    }

    .page-intro.page-intro-handbook .container:before {
        content: "";
        position: absolute;
        width: 47.2vw;
        height: 47.2vw;
        right: -18.75vw;
        top: -17.1vw
    }

    .page-intro.page-intro-handbook .container:after {
        content: "";
        position: absolute;
        width: 47.2vw;
        height: 47.2vw;
        left: -29.17vw;
        top: 29.17vw
    }

    .page-intro.page-intro-handbook .image {
        top: auto;
        bottom: -45px;
        right: -32px
    }

    .page-intro.page-intro-handbook .image img {
        width: auto
    }

    .page-intro.page-intro-handbook .txt-lg {
        margin: 0 0 282px
    }

    .page-intro.page-intro-handbook .text {
        max-width: 555px
    }
}

.page-intro.page-intro-wp {
    padding: 0 0 55px;
    position: relative
}

.page-intro.page-intro-wp .container:before {
    background-image: url(../../../themes/fulcrum/assets/img/bg/oval-blue.webp);
    width: 1000px;
    height: 1000px;
    right: -500px;
    top: -500px
}

.page-intro.page-intro-wp .container:after {
    background-image: url(../../../themes/fulcrum/assets/img/bg/oval-green.webp);
    width: 1000px;
    height: 1000px;
    left: auto;
    right: -550px;
    top: -250px
}

.page-intro.page-intro-wp .wrapper {
    position: relative
}

.page-intro.page-intro-wp .txt-lg {
    margin: 0 -13px 50px 0;
    position: relative;
    z-index: 2
}

.page-intro.page-intro-wp .image {
    overflow: hidden;
    margin: 0 -13px 55px 0
}

.page-intro.page-intro-wp .image img {
    display: block;
    width: 395px;
    height: auto
}

.page-intro.page-intro-wp .text {
    position: relative;
    z-index: 2
}

@media (min-width: 400px) {
    .page-intro.page-intro-wp .image img {
        width:100%
    }
}

@media (min-width: 640px) {
    .page-intro.page-intro-wp .txt-lg {
        float:none;
        width: auto;
        max-width: none
    }

    .page-intro.page-intro-wp .text {
        float: none;
        width: auto
    }
}

@media (min-width: 768px) {
    .page-intro.page-intro-wp .txt-lg {
        margin:0 0 180px!important
    }

    .page-intro.page-intro-wp .image {
        position: absolute;
        right: 0;
        top: 80px;
        margin: 0 -13px 0 0;
        width: 65%
    }
}

@media (min-width: 1024px) {
    .page-intro.page-intro-wp {
        padding:0 0 113px
    }

    .page-intro.page-intro-wp .container:before {
        background-size: cover;
        width: 2000px;
        height: 2000px;
        right: -800px;
        top: -1000px
    }

    .page-intro.page-intro-wp .container:after {
        background-size: cover;
        width: 2000px;
        height: 2000px;
        right: -1000px;
        top: -500px
    }

    .page-intro.page-intro-wp .image {
        top: auto;
        bottom: 0
    }

    .page-intro.page-intro-wp .image img {
        width: 100%
    }

    .page-intro.page-intro-wp .txt-lg {
        margin: 0 0 282px!important
    }

    .page-intro.page-intro-wp .text {
        max-width: 555px
    }
}

@media (min-width: 1440px) {
    .page-intro.page-intro-wp .txt-lg {
        margin:0 0 307px!important
    }

    .page-intro.page-intro-wp .image {
        width: auto;
        margin: 0 -150px 0 0
    }
}

.block-what-can-we-do {
    padding: 20px 0 34px;
    position: relative
}

.block-what-can-we-do:before {
    background-image: url(../../../themes/fulcrum/assets/img/bg/gradient-blue.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.block-what-can-we-do:before {
    content: "";
    position: absolute;
    width: 1000px;
    height: 1000px;
    right: -421px;
    top: 551px
}

.block-what-can-we-do .container {
    position: relative;
    z-index: 1;
    margin-top: 135px;
}

.block-what-can-we-do .wrapper .col {
    margin: 0 0 10px
}

@media (min-width: 640px) {
    .block-what-can-we-do .wrapper {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -10px
    }

    .block-what-can-we-do .wrapper .col {
        width: 50%;
        padding: 0 10px
    }
}

@media (min-width: 1024px) {
    .block-what-can-we-do {
        padding:37px 0 60px
    }

    .block-what-can-we-do:before {
        content: "";
        position: absolute;
        width: 1800px;
        height: 1800px;
        right: auto;
        top: -20px
    }

    .block-what-can-we-do:before {
        left: -869px
    }

    .block-what-can-we-do .wrapper .col {
        width: 33.3333%;
        padding: 0 10px
    }

    .block-what-can-we-do h1 {
        max-width: 540px
    }
}

.block-good-things {
    padding: 20px 0 34px;
    position: relative
}

.block-good-things .container {
    position: relative;
    z-index: 1
}

.block-good-things .wrapper .col {
    margin: 0 0 10px
}

@media (min-width: 640px) {
    .block-good-things .wrapper {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -10px
    }

    .block-good-things .wrapper .col {
        width: 50%;
        padding: 0 10px
    }
}

@media (min-width: 1024px) {
    .block-good-things {
        padding:54px 0 60px
    }

    .block-good-things .wrapper .col {
        width: 33.3333%;
        padding: 0 10px
    }
}

.block-work-code {
    padding: 20px 0 34px;
    position: relative
}

.block-work-code:before {
    background-image: url(../../../themes/fulcrum/assets/img/bg/gradient-blue.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.block-work-code:before {
    content: "";
    position: absolute;
    width: 1000px;
    height: 1000px;
    right: -402px;
    top: 0
}

.block-work-code .container {
    position: relative;
    z-index: 1
}

.block-work-code .card-type-03 .card .card-inner h2 {
    font-size: 24px;
    line-height: 1;
    margin: 0 0 123px
}

@media (min-width: 640px) {
    .block-work-code .wrapper {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -10px
    }

    .block-work-code .wrapper .col {
        width: 50%;
        padding: 0 10px
    }
}

@media (min-width: 1024px) {
    .block-work-code {
        padding:51px 0 54px
    }

    .block-work-code:before {
        content: "";
        position: absolute;
        width: 1800px;
        height: 1800px;
        right: -635px;
        top: -300px
    }

    .block-work-code .wrapper .col {
        width: 25%;
        padding: 0 10px
    }
}

@media (min-width: 1440px) {
    .block-work-code .card-type-03 .card .card-inner h2 {
        font-size:28px;
        line-height: 1.2;
        letter-spacing: -.01em;
        margin: 0 0 174px
    }
}

.block-outcome {
    padding: 20px 0 34px;
    position: relative
}

.block-outcome:after {
    background-image: url(../../../themes/fulcrum/assets/img/bg/gradient-green.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.block-outcome:after {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    left: -254px;
    top: 0
}

.block-outcome .container {
    position: relative;
    z-index: 1
}

.block-outcome .image img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto
}

@media (min-width: 1024px) {
    .block-outcome {
        padding:54px 0 60px
    }

    .block-outcome:after {
        content: "";
        position: absolute;
        width: 1400px;
        height: 1400px;
        left: 50%;
        top: -277px
    }
}

.block-outcome.block-outcome-last:after {
    display: none
}

@media (min-width: 1024px) {
    .block-outcome.block-outcome-last:after {
        background-image:url(../../../themes/fulcrum/assets/img/bg/gradient-green.webp);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        display: block
    }

    .block-outcome.block-outcome-last:after {
        content: "";
        position: absolute;
        width: 1400px;
        height: 1400px;
        left: -450px;
        top: -81px
    }
}

.block-awards {
    padding: 20px 0 34px;
    position: relative
}

.block-awards:before {
    background-image: url(../../../themes/fulcrum/assets/img/bg/gradient-blue.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.block-awards:before {
    content: "";
    position: absolute;
    width: 1000px;
    height: 1000px;
    right: -402px;
    top: 268px
}

.block-awards .container {
    position: relative;
    z-index: 1
}

.block-awards .wrapper .col {
    margin: 0 0 10px
}

.block-awards .card-type-04 {
    padding: 200px 0 0
}

@media (min-width: 640px) {
    .block-awards .wrapper {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -10px
    }

    .block-awards .wrapper .col {
        width: 50%;
        padding: 0 10px
    }

    .block-awards .card-type-04 {
        padding: 300px 0 0
    }
}

@media (min-width: 1024px) {
    .block-awards {
        padding:20px 0 54px
    }

    .block-awards:before {
        content: "";
        position: absolute;
        width: 1800px;
        height: 1800px;
        right: auto;
        top: -144px
    }

    .block-awards:before {
        left: -718px
    }

    .block-awards .wrapper .col {
        width: 25%;
        padding: 0 10px
    }

    .block-awards .card-type-04 {
        padding: 350px 0 0
    }
}

@media (min-width: 1440px) {
    .block-awards .card-type-04 {
        padding:400px 0 0
    }
}

.block-why-rocks .container {
    position: relative;
    z-index: 1
}

@media (min-width: 768px) {
    .block-why-rocks {
        height:auto;
        padding: 0 0 100px
    }
}

@media (min-width: 1024px) {
    .block-why-rocks {
        position:relative
    }

    .block-why-rocks:before {
        background-image: url(../../../themes/fulcrum/assets/img/bg/gradient-green.webp);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover
    }

    .block-why-rocks:before {
        content: "";
        position: absolute;
        width: 1400px;
        height: 1400px;
        right: -536px;
        top: 17px
    }
}

@media (min-width: 1440px) {
    .block-why-rocks {
        padding:0 0 160px
    }
}

.block-they-said {
    padding: 20px 0 34px;
    position: relative
}

.block-they-said .card-type-05 .card,.block-they-said .card-type-06 .card {
    z-index: 2
}

.block-they-said .card-type-05 .card:before,.block-they-said .card-type-06 .card:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(233,238,241,.5)),to(rgba(30,30,30,.5)));
    background-image: -o-linear-gradient(top,rgba(233,238,241,.5),rgba(30,30,30,.5));
    background-image: linear-gradient(to bottom,rgba(233,238,241,.5),rgba(30,30,30,.5));
    border-radius: 10px 10px 31px 10px;
    -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%)
}

@media (min-width: 1440px) {
    .block-they-said .card-type-05 .card:before,.block-they-said .card-type-06 .card:before {
        border-radius:20px 20px 50px 20px;
        -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%)
    }
}

.block-they-said .card-type-05 .card .card-inner,.block-they-said .card-type-06 .card .card-inner {
    background: -webkit-gradient(linear,left top,left bottom,from(#050505),to(#191919));
    background: -o-linear-gradient(top,#050505 0%,#191919 100%);
    background: linear-gradient(180deg,#050505 0%,#191919 100%);
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 31px 10px;
    -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%)
}

@media (min-width: 1440px) {
    .block-they-said .card-type-05 .card .card-inner,.block-they-said .card-type-06 .card .card-inner {
        border-radius:20px 20px 50px 20px;
        -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%)
    }
}

.block-they-said .card-type-05 .card .card-inner:before,.block-they-said .card-type-06 .card .card-inner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    display: block!important
}

.block-they-said .card-type-05 .card .card-inner .text,.block-they-said .card-type-05 .card .card-inner .card-top,.block-they-said .card-type-05 .card .card-inner .card-text,.block-they-said .card-type-05 .card .card-inner .card-author,.block-they-said .card-type-06 .card .card-inner .text,.block-they-said .card-type-06 .card .card-inner .card-top,.block-they-said .card-type-06 .card .card-inner .card-text,.block-they-said .card-type-06 .card .card-inner .card-author {
    position: relative;
    z-index: 2
}

.block-they-said .card-type-05:hover .card .card-inner:before,.block-they-said .card-type-06:hover .card .card-inner:before {
    opacity: 1
}

.block-they-said:after {
    background-image: url(../../../themes/fulcrum/assets/img/bg/gradient-green.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.block-they-said:after {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    left: -226px;
    top: 221px
}

.block-they-said .container {
    position: relative;
    z-index: 10
}

@media (min-width: 1024px) {
    .block-they-said {
        padding:60px 0 54px
    }

    .block-they-said:after {
        content: "";
        position: absolute;
        width: 1400px;
        height: 1400px;
        left: 31.6vw;
        top: 463px
    }
}

.block-steps {
    padding: 20px 0 34px;
    position: relative
}

.block-steps:before {
    background-image: url(../../../themes/fulcrum/assets/img/bg/gradient-blue.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.block-steps:before {
    content: "";
    position: absolute;
    width: 1000px;
    height: 1000px;
    right: -494px;
    top: -62px
}

.block-steps .container {
    position: relative;
    z-index: 1
}

.block-steps .block-text .button,.block-steps .block-text #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .block-steps .block-text button.mgbutton {
    margin: 10px 0 0
}

.block-steps .wrapper .col {
    margin: 0 0 10px
}

.block-steps .btn-centered {
    padding: 10px 0 0
}

@media (max-width: 1023.98px) {
    .block-steps .wrapper:before,.block-steps .wrapper:after {
        display:none!important
    }
}

@media (min-width: 640px) {
    .block-steps .wrapper {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -10px
    }

    .block-steps .wrapper .col {
        width: 50%;
        padding: 0 10px
    }
}

@media (min-width: 768px) {
    .block-steps .block-text p {
        margin-bottom:20px
    }
}

@media (min-width: 1024px) {
    .block-steps {
        padding:62px 0 54px
    }

    .block-steps:before {
        content: "";
        position: absolute;
        width: 1800px;
        height: 1800px;
        right: -780px;
        top: -330px
    }

    .block-steps .block-text {
        margin-bottom: 40px
    }

    .block-steps .block-text .col:last-child {
        padding-left: 9%
    }

    .block-steps .block-text p {
        max-width: 440px
    }

    .block-steps .swiper-05 {
        border: 1px solid #434343;
        border-radius: 10px 10px 31px 10px;
        -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
        position: relative;
        overflow: hidden
    }
}

@media (min-width: 1024px) and (min-width:1440px) {
    .block-steps .swiper-05 {
        border-radius:20px 20px 50px 20px;
        -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%)
    }
}

@media (min-width: 1024px) {
    .block-steps .swiper-05:before {
        content:"";
        position: absolute;
        width: 20px;
        height: 20px;
        background-color: #434343;
        position: absolute;
        bottom: 0;
        right: 0;
        -webkit-transform: rotate(45deg) translate3d(45%,0,0);
        transform: rotate(45deg) translate3d(45%,0,0)
    }
}

@media (min-width: 1024px) and (min-width:1440px) {
    .block-steps .swiper-05:before {
        width:40px;
        height: 40px;
        -webkit-transform: rotate(45deg) translate3d(58%,0,0);
        transform: rotate(45deg) translate3d(58%,0,0)
    }
}

@media (min-width: 1024px) {
    .block-steps .swiper-05 .card-type-07 .card {
        border:none;
        -webkit-clip-path: none;
        clip-path: none;
        overflow: visible
    }

    .block-steps .swiper-05 .card-type-07 .card:before {
        display: none
    }

    .block-steps .wrapper {
        margin: 0
    }

    .block-steps .wrapper .col {
        width: 25%;
        padding: 19px;
        margin: 0;
        position: relative;
        z-index: 5
    }
}

.block-business {
    padding: 20px 0 34px;
    position: relative
}

.block-business:before {
    background-image: url(../../../themes/fulcrum/assets/img/bg/gradient-green.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.block-business:before {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    right: -300px;
    top: 119px
}

.block-business .container {
    position: relative;
    z-index: 1
}

.block-business .h1 {
    margin: 0 0 10px
}

@media (min-width: 768px) {
    .block-business .wrapper {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -10px
    }

    .block-business .wrapper .col {
        width: 50%;
        padding: 0 10px
    }
}

@media (min-width: 1024px) {
    .block-business {
        padding:40px 0
    }

    .block-business:before {
        content: "";
        position: absolute;
        width: 1400px;
        height: 1400px;
        right: -574px;
        top: auto
    }

    .block-business:before {
        bottom: 0
    }

    .block-business .contact-form p {
        max-width: 555px;
        margin: 7px 0 40px;
        line-height: 1.39
    }

    .block-business .contact-form .field p {
        max-width: none
    }
}

.switch {
    display: none;
    position: absolute;
    width: 180px;
    height: auto;
    top: 0;
    z-index: 99
}

.switch img {
    max-width: 100%;
    height: auto
}

.switch .switch-on {
    display: block
}

.switch .switch-off {
    display: none
}

.switch.active .switch-on {
    display: none
}

.switch.active .switch-off {
    display: block
}

@media (min-width: 1440px) {
    .switch {
        max-width:253px
    }
}

.blackout {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 98;
    background: #050505;
    display: none
}

.blackout .text {
    width: 86.8vw;
    position: absolute;
    left: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 500;
    font-size: 12.36vw;
    line-height: .9;
    letter-spacing: -.04em;
    color: #373737
}

.blackout .overlay {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    width: 200%;
    height: 200%;
    margin: 1em auto;
    background: -o-radial-gradient(center 50%,circle,transparent,transparent 35vh,#010101 100px);
    background: radial-gradient(circle at center 50%,transparent,transparent 35vh,#010101 100px);
    overflow: hidden;
    -webkit-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease
}

.block-projects {
    padding: 20px 0 24px;
    position: relative
}

.block-projects:after {
    background-image: url(../../../themes/fulcrum/assets/img/bg/gradient-blue.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.block-projects:after {
    content: "";
    position: absolute;
    width: 1000px;
    height: 1000px;
    left: -468px;
    top: 1150px
}

.block-projects .container {
    position: relative;
    z-index: 1
}

.block-projects .block-text {
    margin-bottom: 20px
}

.block-projects .projects-filter {
    position: relative;
    z-index: 9
}

.block-projects .projects-filter .tab-nav {
    margin-bottom: 20px
}

.block-projects .projects-filter .tab-nav li.hidden {
    display: none
}

.block-projects .projects-filter .projects-filter-sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 20px
}

.block-projects .projects-filter .projects-filter-sort-dropdown {
    position: relative
}

.block-projects .projects-filter .projects-filter-sort-dropdown .projects-filter-sort-dropdown-selected {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1px;
    z-index: 2;
    width: 119px;
    height: 40px;
    cursor: pointer
}

.block-projects .projects-filter .projects-filter-sort-dropdown .projects-filter-sort-dropdown-selected:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 1px;
    background: #91999e;
    -webkit-mask: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff)) content-box,-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff));
    -webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    border-radius: 5px
}

.block-projects .projects-filter .projects-filter-sort-dropdown .projects-filter-sort-dropdown-selected:after {
    content: "";
    width: 12px;
    height: 7px;
    background: url(../../../themes/fulcrum/assets/img/bg/select.svg) no-repeat;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 17px 0 0
}

.block-projects .projects-filter .projects-filter-sort-dropdown .projects-filter-sort-dropdown-selected span {
    display: block;
    width: 100%;
    padding: 0 0 0 10px;
    font-size: 14px;
    line-height: 1.2;
    height: 1.2em;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 0 2px
}

.block-projects .projects-filter .projects-filter-sort-dropdown .projects-filter-sort-dropdown-list {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border: 1px solid #91999e;
    border-radius: 5px;
    background-color: #050505;
    padding: 46px 5px 1px 10px
}

.block-projects .projects-filter .projects-filter-sort-dropdown .projects-filter-sort-dropdown-list label {
    display: block;
    cursor: pointer;
    margin: 0 0 20px
}

.block-projects .projects-filter .projects-filter-sort-dropdown .projects-filter-sort-dropdown-list label span {
    display: block;
    position: relative;
    padding: 0 0 0 26px;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .01em;
    color: #e9eef1
}

.block-projects .projects-filter .projects-filter-sort-dropdown .projects-filter-sort-dropdown-list label span:before {
    content: "";
    width: 16px;
    position: absolute;
    height: 16px;
    left: 0;
    top: 0;
    border: 1px solid #e9eef1;
    border-radius: 2px
}

.block-projects .projects-filter .projects-filter-sort-dropdown .projects-filter-sort-dropdown-list label input {
    display: none
}

.block-projects .projects-filter .projects-filter-sort-dropdown .projects-filter-sort-dropdown-list label input:checked+span:before {
    background: #0d99ff url(../../../themes/fulcrum/assets/img/bg/checkbox.svg) 50% no-repeat;
    border-color: #0d99ff
}

.block-projects .projects-filter .projects-filter-sort-dropdown.opened .projects-filter-sort-dropdown-selected:before {
    display: none
}

.block-projects .projects-filter .projects-filter-sort-dropdown.selected .projects-filter-sort-dropdown-selected:before {
    background: -webkit-gradient(linear,left top,right top,from(#0d99ff),to(#99faf4));
    background: -o-linear-gradient(left,#0d99ff 0%,#99faf4 100%);
    background: linear-gradient(90deg,#0d99ff 0%,#99faf4 100%)
}

.block-projects .projects-filter .projects-filter-sort-dropdown.selected .projects-filter-sort-dropdown-selected:after {
    background-image: url(../../../themes/fulcrum/assets/img/bg/select-active.svg)
}

.block-projects .projects-filter .projects-filter-sort-dropdown.selected .projects-filter-sort-dropdown-selected span {
    background-color: #fff;
    background-image: -webkit-gradient(linear,left top,right top,from(#0d99ff),to(#99faf4));
    background-image: -o-linear-gradient(left,#0d99ff 0%,#99faf4 100%);
    background-image: linear-gradient(90deg,#0d99ff 0%,#99faf4 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.block-projects .wrapper .col {
    margin: 0 0 10px
}

@media (min-width: 640px) {
    .block-projects .projects-filter {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 38px
    }

    .block-projects .projects-filter .tab-nav {
        margin-bottom: 0
    }

    .block-projects .projects-filter .projects-filter-sort {
        margin: 0;
        padding: 10px 0 0 10px
    }

    .block-projects .projects-filter .projects-filter-sort .jstyling-select {
        margin-left: 10px
    }

    .block-projects .wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -10px
    }

    .block-projects .wrapper .col {
        width: 50%;
        padding: 0 10px;
        margin: 0 0 20px
    }

    .block-projects .wrapper .col:nth-child(2n) {
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px)
    }

    .block-projects .wrapper .col .card-type-02 {
        padding: 0;
        height: 400px
    }
}

@media (min-width: 768px) {
    .block-projects .wrapper .col .card-type-02 {
        height:450px
    }

    .block-projects .projects-filter .tab-nav label {
        font-size: 14px
    }

    .block-projects .projects-filter .tab-nav label>span {
        padding: 14px 19px
    }
}

@media (min-width: 1024px) {
    .block-projects {
        padding:22px 0 120px
    }

    .block-projects:after {
        content: "";
        position: absolute;
        width: 1800px;
        height: 1800px;
        left: -715px;
        top: 1098px
    }

    .block-projects .block-text {
        margin-bottom: 8px
    }

    .block-projects .wrapper .col {
        margin: 0 0 69px
    }

    .block-projects .wrapper .col:nth-child(2n) {
        -webkit-transform: translateY(80px);
        -ms-transform: translateY(80px);
        transform: translateY(80px)
    }

    .block-projects .wrapper .col .card-type-02 {
        max-width: 555px;
        height: 580px
    }

    .block-projects .projects-filter .projects-filter-sort-dropdown {
        margin-left: 20px
    }

    .block-projects .projects-filter .projects-filter-sort-dropdown .projects-filter-sort-dropdown-selected {
        width: 157px;
        height: 50px
    }

    .block-projects .projects-filter .projects-filter-sort-dropdown .projects-filter-sort-dropdown-selected:after {
        margin: 0 20px 0 0
    }

    .block-projects .projects-filter .projects-filter-sort-dropdown .projects-filter-sort-dropdown-selected span {
        padding: 0 0 0 14px
    }

    .block-projects .projects-filter .projects-filter-sort-dropdown .projects-filter-sort-dropdown-list {
        padding: 54px 15px 1px
    }
}

@media (min-width: 1440px) {
    .block-projects .wrapper .col .card-type-02 {
        height:660px
    }
}

.block-work-with {
    padding: 20px 0 25px;
    position: relative
}

.block-work-with:before {
    background-image: url(../../../themes/fulcrum/assets/img/bg/gradient-blue.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.block-work-with:before {
    content: "";
    position: absolute;
    width: 1000px;
    height: 1000px;
    right: -460px;
    top: 99px
}

.block-work-with .container {
    position: relative;
    z-index: 1
}

.block-work-with .block-text {
    margin-bottom: 23px
}

.block-work-with .block-text .h1 br {
    display: none
}

.block-work-with .wrapper .col {
    position: relative;
    z-index: 5;
    margin: 0 0 40px
}

.block-work-with .wrapper .col:last-child {
    margin: 0
}

@media (min-width: 1024px) {
    .block-work-with {
        padding:5px 0 54px
    }

    .block-work-with:before {
        content: "";
        position: absolute;
        width: 1800px;
        height: 1800px;
        right: -672px;
        top: 0
    }

    .block-work-with .block-text {
        margin-bottom: 38px
    }

    .block-work-with .block-text .h1 br {
        display: block
    }
}

.block-startups {
    padding: 37px 0 34px;
    position: relative
}

.block-startups .container {
    position: relative;
    z-index: 1
}

.block-startups .block-number {
    margin: 0 0 22px
}

.block-startups .block-text {
    margin-bottom: 17px
}

.block-startups .graph {
    position: relative
}

.block-startups .graph .overlay {
    display: none
}

.block-startups .graph figure {
    margin: 0
}

.block-startups .graph figure img {
    display: block;
    width: 100%;
    height: auto
}

.block-startups .graph .legend {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0
}

.block-startups .graph .legend .legend-text {
    position: absolute;
    color: #e9eef1;
    line-height: 1
}

.block-startups .graph .legend .legend-text:before {
    content: "";
    width: 18px;
    height: 18px;
    background: #97f9f5;
    position: absolute;
    border-radius: 100%
}

.block-startups .graph .legend .legend-text.legend-text-ideation:before {
    background: #129dff
}

.block-startups .graph .legend .legend-text.legend-text-mvp:before {
    background: #36b5fc
}

.block-startups .graph .legend .legend-text.legend-text-market:before {
    background: #58cdf9
}

@media (max-width: 639.98px) {
    .block-startups .graph .legend .legend-text {
        width:18px;
        padding: 0 0 72px
    }

    .block-startups .graph .legend .legend-text span {
        display: block;
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        white-space: nowrap
    }

    .block-startups .graph .legend .legend-text:before {
        left: 50%;
        bottom: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .block-startups .graph .legend .legend-text.legend-text-ideation {
        left: -5px;
        bottom: -7px
    }

    .block-startups .graph .legend .legend-text.legend-text-ideation span {
        -webkit-transform: translateX(-9px);
        -ms-transform: translateX(-9px);
        transform: translateX(-9px)
    }

    .block-startups .graph .legend .legend-text.legend-text-mvp {
        padding: 0 0 51px;
        left: 29.5%;
        bottom: 22.5%
    }

    .block-startups .graph .legend .legend-text.legend-text-market {
        left: 58.5%;
        bottom: 48%
    }

    .block-startups .graph .legend .legend-text.legend-text-scale {
        right: -11px;
        top: -8px;
        padding: 2px 56px 0 0;
        width: auto
    }

    .block-startups .graph .legend .legend-text.legend-text-scale span {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .block-startups .graph .legend .legend-text.legend-text-scale:before {
        right: 0;
        top: 0;
        left: auto;
        bottom: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@media (min-width: 640px) {
    .block-startups .graph {
        margin:0 20px
    }

    .block-startups .graph figure,.block-startups .graph .legend {
        display: none
    }

    .block-startups .graph .legend-text {
        font-weight: 500;
        font-size: 20px;
        text-align: center;
        padding: 0 0 92px;
        line-height: 1.2;
        width: 24px
    }

    .block-startups .graph .legend-text span {
        display: block;
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        white-space: nowrap
    }

    .block-startups .graph .legend-text:before {
        width: 24px;
        height: 24px;
        left: 50%;
        top: auto;
        bottom: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 2
    }

    .block-startups .graph .legend-text:after {
        content: "";
        width: 1px;
        height: 92px;
        background-color: #e9eef1;
        position: absolute;
        left: 50%;
        bottom: 0
    }

    .block-startups .graph .legend-text.legend-text-ideation {
        left: 0;
        bottom: 0
    }

    .block-startups .graph .legend-text.legend-text-mvp {
        left: 26.6%;
        bottom: 19.5%
    }

    .block-startups .graph .legend-text.legend-text-market {
        left: 53.5%;
        bottom: 33.5%
    }

    .block-startups .graph .legend-text.legend-text-scale {
        right: -10px;
        top: -100px
    }

    .block-startups .graph .overlay {
        display: block;
        background: url(../../../themes/fulcrum/assets/img/graph-lg.png) 0 bottom no-repeat;
        background-size: 100% auto;
        max-width: 1200px;
        margin: auto
    }

    .block-startups .graph .overlay .inner {
        margin: 0 -2.8% 0 -2%;
        -webkit-transform: translateY(2%);
        -ms-transform: translateY(2%);
        transform: translateY(2%)
    }

    .block-startups .graph .overlay svg {
        display: block;
        width: 100%;
        height: auto
    }
}

@media (min-width: 1024px) {
    .block-startups {
        padding:64px 0 60px
    }

    .block-startups .graph {
        margin: 93px 40px 0
    }
}

@media (min-width: 1440px) {
    .block-startups .graph {
        margin:95px 80px 0
    }

    .block-startups .graph .legend .legend-text {
        font-size: 28px;
        padding: 0 0 96px
    }

    .block-startups .graph .legend .legend-text:before {
        width: 30px;
        height: 30px
    }

    .block-startups .graph .legend .legend-text.legend-text-ideation {
        left: 3px;
        bottom: -9px
    }

    .block-startups .graph .legend .legend-text.legend-text-market {
        padding: 0 0 135px
    }

    .block-startups .graph .legend .legend-text.legend-text-market:after {
        height: 120px
    }
}

#graphAnimation .svg-elem-1 {
    stroke-dashoffset: 82px;
    stroke-dasharray: 82px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(.47,0,.745,.715) 0s,fill 0.7s cubic-bezier(.47,0,.745,.715) 0.8s;
    -o-transition: stroke-dashoffset 1s cubic-bezier(.47,0,.745,.715) 0s,fill 0.7s cubic-bezier(.47,0,.745,.715) 0.8s;
    transition: stroke-dashoffset 1s cubic-bezier(.47,0,.745,.715) 0s,fill 0.7s cubic-bezier(.47,0,.745,.715) 0.8s
}

#graphAnimation.active .svg-elem-1 {
    stroke-dashoffset: 0
}

#graphAnimation .svg-elem-2 {
    stroke-dashoffset: 1358.2137451171875px;
    stroke-dasharray: 1358.2137451171875px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(.47,0,.745,.715) 0.12s,fill 0.7s cubic-bezier(.47,0,.745,.715) 0.9s;
    -o-transition: stroke-dashoffset 1s cubic-bezier(.47,0,.745,.715) 0.12s,fill 0.7s cubic-bezier(.47,0,.745,.715) 0.9s;
    transition: stroke-dashoffset 1s cubic-bezier(.47,0,.745,.715) 0.12s,fill 0.7s cubic-bezier(.47,0,.745,.715) 0.9s
}

#graphAnimation.active .svg-elem-2 {
    stroke-dashoffset: 0
}

#graphAnimation .svg-elem-3 {
    stroke-dashoffset: 580.479736328125px;
    stroke-dasharray: 580.479736328125px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(.47,0,.745,.715) 0.24s,fill 0.7s cubic-bezier(.47,0,.745,.715) 1s;
    -o-transition: stroke-dashoffset 1s cubic-bezier(.47,0,.745,.715) 0.24s,fill 0.7s cubic-bezier(.47,0,.745,.715) 1s;
    transition: stroke-dashoffset 1s cubic-bezier(.47,0,.745,.715) 0.24s,fill 0.7s cubic-bezier(.47,0,.745,.715) 1s
}

#graphAnimation.active .svg-elem-3 {
    stroke-dashoffset: 0;
    fill: #e9eef1
}

#graphAnimation .svg-elem-4 {
    stroke-dashoffset: 335.06488037109375px;
    stroke-dasharray: 335.06488037109375px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(.47,0,.745,.715) 0.36s,fill 0.7s cubic-bezier(.47,0,.745,.715) 1.1s;
    -o-transition: stroke-dashoffset 1s cubic-bezier(.47,0,.745,.715) 0.36s,fill 0.7s cubic-bezier(.47,0,.745,.715) 1.1s;
    transition: stroke-dashoffset 1s cubic-bezier(.47,0,.745,.715) 0.36s,fill 0.7s cubic-bezier(.47,0,.745,.715) 1.1s
}

#graphAnimation.active .svg-elem-4 {
    stroke-dashoffset: 0;
    fill: #fff
}

#graphAnimation .svg-elem-5 {
    stroke-dashoffset: 1191.301513671875px;
    stroke-dasharray: 1191.301513671875px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(.47,0,.745,.715) 0.48s,fill 0.7s cubic-bezier(.47,0,.745,.715) 1.2s;
    -o-transition: stroke-dashoffset 1s cubic-bezier(.47,0,.745,.715) 0.48s,fill 0.7s cubic-bezier(.47,0,.745,.715) 1.2s;
    transition: stroke-dashoffset 1s cubic-bezier(.47,0,.745,.715) 0.48s,fill 0.7s cubic-bezier(.47,0,.745,.715) 1.2s
}

#graphAnimation.active .svg-elem-5 {
    stroke-dashoffset: 0;
    fill: #fff
}

#graphAnimation .svg-elem-6 {
    stroke-dashoffset: 412.7756042480469px;
    stroke-dasharray: 412.7756042480469px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(.47,0,.745,.715) 0.6s,fill 0.7s cubic-bezier(.47,0,.745,.715) 1.3s;
    -o-transition: stroke-dashoffset 1s cubic-bezier(.47,0,.745,.715) 0.6s,fill 0.7s cubic-bezier(.47,0,.745,.715) 1.3s;
    transition: stroke-dashoffset 1s cubic-bezier(.47,0,.745,.715) 0.6s,fill 0.7s cubic-bezier(.47,0,.745,.715) 1.3s
}

#graphAnimation.active .svg-elem-6 {
    stroke-dashoffset: 0;
    fill: #fff
}

#graphAnimation .svg-elem-7 {
    stroke-dashoffset: 96.24777960769379px;
    stroke-dasharray: 96.24777960769379px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(.47,0,.745,.715) 0.72s,fill 0.7s cubic-bezier(.47,0,.745,.715) 1.4s;
    -o-transition: stroke-dashoffset 1s cubic-bezier(.47,0,.745,.715) 0.72s,fill 0.7s cubic-bezier(.47,0,.745,.715) 1.4s;
    transition: stroke-dashoffset 1s cubic-bezier(.47,0,.745,.715) 0.72s,fill 0.7s cubic-bezier(.47,0,.745,.715) 1.4s
}

#graphAnimation.active .svg-elem-7 {
    stroke-dashoffset: 0;
    fill: #129dff
}

#graphAnimation .svg-elem-8 {
    stroke-dashoffset: 82px;
    stroke-dasharray: 82px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(.47,0,.745,.715) 0.84s,fill 0.7s cubic-bezier(.47,0,.745,.715) 1.5s;
    -o-transition: stroke-dashoffset 1s cubic-bezier(.47,0,.745,.715) 0.84s,fill 0.7s cubic-bezier(.47,0,.745,.715) 1.5s;
    transition: stroke-dashoffset 1s cubic-bezier(.47,0,.745,.715) 0.84s,fill 0.7s cubic-bezier(.47,0,.745,.715) 1.5s
}

#graphAnimation.active .svg-elem-8 {
    stroke-dashoffset: 0
}

#graphAnimation .svg-elem-9 {
    stroke-dashoffset: 82px;
    stroke-dasharray: 82px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(.47,0,.745,.715) 0.96s,fill 0.7s cubic-bezier(.47,0,.745,.715) 1.6s;
    -o-transition: stroke-dashoffset 1s cubic-bezier(.47,0,.745,.715) 0.96s,fill 0.7s cubic-bezier(.47,0,.745,.715) 1.6s;
    transition: stroke-dashoffset 1s cubic-bezier(.47,0,.745,.715) 0.96s,fill 0.7s cubic-bezier(.47,0,.745,.715) 1.6s
}

#graphAnimation.active .svg-elem-9 {
    stroke-dashoffset: 0
}

#graphAnimation .svg-elem-10 {
    stroke-dashoffset: 82px;
    stroke-dasharray: 82px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(.47,0,.745,.715) 1.08s,fill 0.7s cubic-bezier(.47,0,.745,.715) 1.7s;
    -o-transition: stroke-dashoffset 1s cubic-bezier(.47,0,.745,.715) 1.08s,fill 0.7s cubic-bezier(.47,0,.745,.715) 1.7s;
    transition: stroke-dashoffset 1s cubic-bezier(.47,0,.745,.715) 1.08s,fill 0.7s cubic-bezier(.47,0,.745,.715) 1.7s
}

#graphAnimation.active .svg-elem-10 {
    stroke-dashoffset: 0
}

#graphAnimation .svg-elem-11 {
    stroke-dashoffset: 96.24777960769379px;
    stroke-dasharray: 96.24777960769379px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(.47,0,.745,.715) 1.2s,fill 0.7s cubic-bezier(.47,0,.745,.715) 1.8s;
    -o-transition: stroke-dashoffset 1s cubic-bezier(.47,0,.745,.715) 1.2s,fill 0.7s cubic-bezier(.47,0,.745,.715) 1.8s;
    transition: stroke-dashoffset 1s cubic-bezier(.47,0,.745,.715) 1.2s,fill 0.7s cubic-bezier(.47,0,.745,.715) 1.8s
}

#graphAnimation.active .svg-elem-11 {
    stroke-dashoffset: 0;
    fill: #36b5fc
}

#graphAnimation .svg-elem-12 {
    stroke-dashoffset: 96.24777960769379px;
    stroke-dasharray: 96.24777960769379px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(.47,0,.745,.715) 1.32s,fill 0.7s cubic-bezier(.47,0,.745,.715) 1.9s;
    -o-transition: stroke-dashoffset 1s cubic-bezier(.47,0,.745,.715) 1.32s,fill 0.7s cubic-bezier(.47,0,.745,.715) 1.9s;
    transition: stroke-dashoffset 1s cubic-bezier(.47,0,.745,.715) 1.32s,fill 0.7s cubic-bezier(.47,0,.745,.715) 1.9s
}

#graphAnimation.active .svg-elem-12 {
    stroke-dashoffset: 0;
    fill: #58cdf9
}

#graphAnimation .svg-elem-13 {
    stroke-dashoffset: 96.24777960769379px;
    stroke-dasharray: 96.24777960769379px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(.47,0,.745,.715) 1.44s,fill 0.7s cubic-bezier(.47,0,.745,.715) 2s;
    -o-transition: stroke-dashoffset 1s cubic-bezier(.47,0,.745,.715) 1.44s,fill 0.7s cubic-bezier(.47,0,.745,.715) 2s;
    transition: stroke-dashoffset 1s cubic-bezier(.47,0,.745,.715) 1.44s,fill 0.7s cubic-bezier(.47,0,.745,.715) 2s
}

#graphAnimation.active .svg-elem-13 {
    stroke-dashoffset: 0;
    fill: #97f9f5
}

.block-stages {
    padding: 35px 0 0
}

.block-stages .block-number,.block-stages .block-text,.block-stages .filter {
    position: relative;
    z-index: 5
}

.block-stages .filter {
    margin: 0 -20px 28px 0;
    overflow: auto
}

.block-stages .filter .tab-nav {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    padding: 0 10px 10px 0
}

.block-stages .stage-box {
    position: relative
}

.block-stages .stage-box.stage-box-01:after {
    background-image: url(../../../themes/fulcrum/assets/img/bg/gradient-green.webp),url(../../../themes/fulcrum/assets/img/bg/services-green.webp),url(../../../themes/fulcrum/assets/img/bg/services-blue.webp),url(../../../themes/fulcrum/assets/img/bg/services-purple.webp),url(../../../themes/fulcrum/assets/img/bg/services-orange.webp),url(../../../themes/fulcrum/assets/img/bg/services-red.webp),url(../../../themes/fulcrum/assets/img/bg/services-lightblue.webp),url(../../../themes/fulcrum/assets/img/bg/services-yellow.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%,0,0,0,0,0,0,0
}

.block-stages .stage-box.stage-box-01:after {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    left: -281px;
    top: -362px
}

.block-stages .stage-box.stage-box-02:before {
    background-image: url(../../../themes/fulcrum/assets/img/bg/gradient-blue.webp),url(../../../themes/fulcrum/assets/img/bg/services-green.webp),url(../../../themes/fulcrum/assets/img/bg/services-blue.webp),url(../../../themes/fulcrum/assets/img/bg/services-purple.webp),url(../../../themes/fulcrum/assets/img/bg/services-orange.webp),url(../../../themes/fulcrum/assets/img/bg/services-red.webp),url(../../../themes/fulcrum/assets/img/bg/services-lightblue.webp),url(../../../themes/fulcrum/assets/img/bg/services-yellow.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%,0,0,0,0,0,0,0
}

.block-stages .stage-box.stage-box-02:before {
    content: "";
    position: absolute;
    width: 1000px;
    height: 1000px;
    right: -423px;
    top: -334px
}

.block-stages .stage-box.stage-box-02:after {
    background-image: url(../../../themes/fulcrum/assets/img/bg/gradient-green.webp),url(../../../themes/fulcrum/assets/img/bg/services-green.webp),url(../../../themes/fulcrum/assets/img/bg/services-blue.webp),url(../../../themes/fulcrum/assets/img/bg/services-purple.webp),url(../../../themes/fulcrum/assets/img/bg/services-orange.webp),url(../../../themes/fulcrum/assets/img/bg/services-red.webp),url(../../../themes/fulcrum/assets/img/bg/services-lightblue.webp),url(../../../themes/fulcrum/assets/img/bg/services-yellow.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%,0,0,0,0,0,0,0
}

.block-stages .stage-box.stage-box-02:after {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    left: -331px;
    top: 430px
}

.block-stages .stage-box.stage-box-03:before {
    background-image: url(../../../themes/fulcrum/assets/img/bg/gradient-blue.webp),url(../../../themes/fulcrum/assets/img/bg/services-green.webp),url(../../../themes/fulcrum/assets/img/bg/services-blue.webp),url(../../../themes/fulcrum/assets/img/bg/services-purple.webp),url(../../../themes/fulcrum/assets/img/bg/services-orange.webp),url(../../../themes/fulcrum/assets/img/bg/services-red.webp),url(../../../themes/fulcrum/assets/img/bg/services-lightblue.webp),url(../../../themes/fulcrum/assets/img/bg/services-yellow.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%,0,0,0,0,0,0,0
}

.block-stages .stage-box.stage-box-03:before {
    content: "";
    position: absolute;
    width: 1000px;
    height: 1000px;
    right: -436px;
    top: -196px
}

.block-stages .stage-box.stage-box-03:after {
    background-image: url(../../../themes/fulcrum/assets/img/bg/gradient-blue.webp),url(../../../themes/fulcrum/assets/img/bg/services-green.webp),url(../../../themes/fulcrum/assets/img/bg/services-blue.webp),url(../../../themes/fulcrum/assets/img/bg/services-purple.webp),url(../../../themes/fulcrum/assets/img/bg/services-orange.webp),url(../../../themes/fulcrum/assets/img/bg/services-red.webp),url(../../../themes/fulcrum/assets/img/bg/services-lightblue.webp),url(../../../themes/fulcrum/assets/img/bg/services-yellow.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%,0,0,0,0,0,0,0
}

.block-stages .stage-box.stage-box-03:after {
    content: "";
    position: absolute;
    width: 1000px;
    height: 1000px;
    left: -392px;
    top: 794px
}

.block-stages .stage-box.stage-box-04:before {
    background-image: url(../../../themes/fulcrum/assets/img/bg/gradient-green.webp),url(../../../themes/fulcrum/assets/img/bg/services-green.webp),url(../../../themes/fulcrum/assets/img/bg/services-blue.webp),url(../../../themes/fulcrum/assets/img/bg/services-purple.webp),url(../../../themes/fulcrum/assets/img/bg/services-orange.webp),url(../../../themes/fulcrum/assets/img/bg/services-red.webp),url(../../../themes/fulcrum/assets/img/bg/services-lightblue.webp),url(../../../themes/fulcrum/assets/img/bg/services-yellow.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%,0,0,0,0,0,0,0
}

.block-stages .stage-box.stage-box-04:before {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    right: -244px;
    top: -407px
}

.block-stages .stage-box.stage-box-04:after {
    background-image: url(../../../themes/fulcrum/assets/img/bg/gradient-blue.webp),url(../../../themes/fulcrum/assets/img/bg/services-green.webp),url(../../../themes/fulcrum/assets/img/bg/services-blue.webp),url(../../../themes/fulcrum/assets/img/bg/services-purple.webp),url(../../../themes/fulcrum/assets/img/bg/services-orange.webp),url(../../../themes/fulcrum/assets/img/bg/services-red.webp),url(../../../themes/fulcrum/assets/img/bg/services-lightblue.webp),url(../../../themes/fulcrum/assets/img/bg/services-yellow.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%,0,0,0,0,0,0,0
}

.block-stages .stage-box.stage-box-04:after {
    content: "";
    position: absolute;
    width: 1000px;
    height: 1000px;
    left: -460px;
    top: 82px
}

.block-stages .stage-box .wrapper {
    position: relative;
    z-index: 1
}

.block-stages .stage-box .h1 {
    margin-bottom: 11px
}

.block-stages .stage-box .stage-description {
    margin: 0 0 20px
}

.block-stages .stage-box .stage-description p {
    margin: 0
}

.block-stages .stage-box .stage-list {
    padding: 0 0 38px
}

.block-stages .stage-box .stage-list .item {
    margin-bottom: 10px
}

.block-stages.color-green .stage-box:before,.block-stages.color-green .stage-box:after {
    -webkit-animation: bgGreen 0.5s ease 0s forwards;
    animation: bgGreen 0.5s ease 0s forwards
}

@-webkit-keyframes bgGreen {
    0% {
        background-size: 100%,0,0,0,0,0,0,0;
        opacity: 1
    }

    50% {
        background-size: 100%,0,0,0,0,0,0,0;
        opacity: 0
    }

    51% {
        background-size: 0,100%,0,0,0,0,0,0;
        opacity: 0
    }

    100% {
        background-size: 0,100%,0,0,0,0,0,0;
        opacity: 1
    }
}

@keyframes bgGreen {
    0% {
        background-size: 100%,0,0,0,0,0,0,0;
        opacity: 1
    }

    50% {
        background-size: 100%,0,0,0,0,0,0,0;
        opacity: 0
    }

    51% {
        background-size: 0,100%,0,0,0,0,0,0;
        opacity: 0
    }

    100% {
        background-size: 0,100%,0,0,0,0,0,0;
        opacity: 1
    }
}

.block-stages.color-blue .stage-box:before,.block-stages.color-blue .stage-box:after {
    -webkit-animation: bgBlue 0.5s ease 0s forwards;
    animation: bgBlue 0.5s ease 0s forwards
}

@-webkit-keyframes bgBlue {
    0% {
        background-size: 100%,0,0,0,0,0,0,0;
        opacity: 1
    }

    50% {
        background-size: 100%,0,0,0,0,0,0,0;
        opacity: 0
    }

    51% {
        background-size: 0,0,100%,0,0,0,0,0;
        opacity: 0
    }

    100% {
        background-size: 0,0,100%,0,0,0,0,0;
        opacity: 1
    }
}

@keyframes bgBlue {
    0% {
        background-size: 100%,0,0,0,0,0,0,0;
        opacity: 1
    }

    50% {
        background-size: 100%,0,0,0,0,0,0,0;
        opacity: 0
    }

    51% {
        background-size: 0,0,100%,0,0,0,0,0;
        opacity: 0
    }

    100% {
        background-size: 0,0,100%,0,0,0,0,0;
        opacity: 1
    }
}

.block-stages.color-purple .stage-box:before,.block-stages.color-purple .stage-box:after {
    -webkit-animation: bgPurple 0.5s ease 0s forwards;
    animation: bgPurple 0.5s ease 0s forwards
}

@-webkit-keyframes bgPurple {
    0% {
        background-size: 100%,0,0,0,0,0,0,0;
        opacity: 1
    }

    50% {
        background-size: 100%,0,0,0,0,0,0,0;
        opacity: 0
    }

    51% {
        background-size: 0,0,0,100%,0,0,0,0;
        opacity: 0
    }

    100% {
        background-size: 0,0,0,100%,0,0,0,0;
        opacity: 1
    }
}

@keyframes bgPurple {
    0% {
        background-size: 100%,0,0,0,0,0,0,0;
        opacity: 1
    }

    50% {
        background-size: 100%,0,0,0,0,0,0,0;
        opacity: 0
    }

    51% {
        background-size: 0,0,0,100%,0,0,0,0;
        opacity: 0
    }

    100% {
        background-size: 0,0,0,100%,0,0,0,0;
        opacity: 1
    }
}

.block-stages.color-orange .stage-box:before,.block-stages.color-orange .stage-box:after {
    -webkit-animation: bgOrange 0.5s ease 0s forwards;
    animation: bgOrange 0.5s ease 0s forwards
}

@-webkit-keyframes bgOrange {
    0% {
        background-size: 100%,0,0,0,0,0,0,0;
        opacity: 1
    }

    50% {
        background-size: 100%,0,0,0,0,0,0,0;
        opacity: 0
    }

    51% {
        background-size: 0,0,0,0,100%,0,0,0;
        opacity: 0
    }

    100% {
        background-size: 0,0,0,0,100%,0,0,0;
        opacity: 1
    }
}

@keyframes bgOrange {
    0% {
        background-size: 100%,0,0,0,0,0,0,0;
        opacity: 1
    }

    50% {
        background-size: 100%,0,0,0,0,0,0,0;
        opacity: 0
    }

    51% {
        background-size: 0,0,0,0,100%,0,0,0;
        opacity: 0
    }

    100% {
        background-size: 0,0,0,0,100%,0,0,0;
        opacity: 1
    }
}

.block-stages.color-red .stage-box:before,.block-stages.color-red .stage-box:after {
    -webkit-animation: bgRed 0.5s ease 0s forwards;
    animation: bgRed 0.5s ease 0s forwards
}

@-webkit-keyframes bgRed {
    0% {
        background-size: 100%,0,0,0,0,0,0,0;
        opacity: 1
    }

    50% {
        background-size: 100%,0,0,0,0,0,0,0;
        opacity: 0
    }

    51% {
        background-size: 0,0,0,0,0,100%,0,0;
        opacity: 0
    }

    100% {
        background-size: 0,0,0,0,0,100%,0,0;
        opacity: 1
    }
}

@keyframes bgRed {
    0% {
        background-size: 100%,0,0,0,0,0,0,0;
        opacity: 1
    }

    50% {
        background-size: 100%,0,0,0,0,0,0,0;
        opacity: 0
    }

    51% {
        background-size: 0,0,0,0,0,100%,0,0;
        opacity: 0
    }

    100% {
        background-size: 0,0,0,0,0,100%,0,0;
        opacity: 1
    }
}

.block-stages.color-lightblue .stage-box:before,.block-stages.color-lightblue .stage-box:after {
    -webkit-animation: bgLightblue 0.5s ease 0s forwards;
    animation: bgLightblue 0.5s ease 0s forwards
}

@-webkit-keyframes bgLightblue {
    0% {
        background-size: 100%,0,0,0,0,0,0,0;
        opacity: 1
    }

    50% {
        background-size: 100%,0,0,0,0,0,0,0;
        opacity: 0
    }

    51% {
        background-size: 0,0,0,0,0,0,100%,0;
        opacity: 0
    }

    100% {
        background-size: 0,0,0,0,0,0,100%,0;
        opacity: 1
    }
}

@keyframes bgLightblue {
    0% {
        background-size: 100%,0,0,0,0,0,0,0;
        opacity: 1
    }

    50% {
        background-size: 100%,0,0,0,0,0,0,0;
        opacity: 0
    }

    51% {
        background-size: 0,0,0,0,0,0,100%,0;
        opacity: 0
    }

    100% {
        background-size: 0,0,0,0,0,0,100%,0;
        opacity: 1
    }
}

.block-stages.color-yellow .stage-box:before,.block-stages.color-yellow .stage-box:after {
    -webkit-animation: bgYellow 0.5s ease 0s forwards;
    animation: bgYellow 0.5s ease 0s forwards
}

@-webkit-keyframes bgYellow {
    0% {
        background-size: 100%,0,0,0,0,0,0,0;
        opacity: 1
    }

    50% {
        background-size: 100%,0,0,0,0,0,0,0;
        opacity: 0
    }

    51% {
        background-size: 0,0,0,0,0,0,0,100%;
        opacity: 0
    }

    100% {
        background-size: 0,0,0,0,0,0,0,100%;
        opacity: 1
    }
}

@keyframes bgYellow {
    0% {
        background-size: 100%,0,0,0,0,0,0,0;
        opacity: 1
    }

    50% {
        background-size: 100%,0,0,0,0,0,0,0;
        opacity: 0
    }

    51% {
        background-size: 0,0,0,0,0,0,0,100%;
        opacity: 0
    }

    100% {
        background-size: 0,0,0,0,0,0,0,100%;
        opacity: 1
    }
}

@media (min-width: 640px) {
    .block-stages .stage-box .wrapper {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -10px
    }

    .block-stages .stage-box .wrapper .col {
        padding: 0 10px;
        width: 50%
    }

    .block-stages .stage-box .h1 {
        margin-bottom: 0
    }
}

@media (min-width: 768px) {
    .block-stages .filter {
        margin:0 0 40px;
        overflow: auto
    }

    .block-stages .filter .tab-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0
    }
}

@media (min-width: 1024px) {
    .block-stages {
        padding:59px 0 0
    }

    .block-stages .stage-box .h1 {
        margin: 0
    }

    .block-stages .stage-box .wrapper .col:first-child {
        width: 35%
    }

    .block-stages .stage-box .wrapper .col:last-child {
        width: 65%
    }

    .block-stages .stage-box .stage-description {
        max-width: 555px;
        margin: 0 0 40px;
        padding: 20px 0 0
    }

    .block-stages .stage-box .stage-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .block-stages .stage-box .stage-list .item {
        padding: 0 10px;
        width: 50%;
        margin: 0 0 20px
    }

    .block-stages .stage-box.stage-box-01:before {
        background-image: url(../../../themes/fulcrum/assets/img/bg/gradient-blue.webp),url(../../../themes/fulcrum/assets/img/bg/services-green.webp),url(../../../themes/fulcrum/assets/img/bg/services-blue.webp),url(../../../themes/fulcrum/assets/img/bg/services-purple.webp),url(../../../themes/fulcrum/assets/img/bg/services-orange.webp),url(../../../themes/fulcrum/assets/img/bg/services-red.webp),url(../../../themes/fulcrum/assets/img/bg/services-lightblue.webp),url(../../../themes/fulcrum/assets/img/bg/services-yellow.webp);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 100%,0,0,0,0,0,0,0
    }

    .block-stages .stage-box.stage-box-01:before {
        content: "";
        position: absolute;
        width: 1800px;
        height: 1800px;
        right: -655px;
        top: -100px
    }

    .block-stages .stage-box.stage-box-01:after {
        content: "";
        position: absolute;
        width: 1400px;
        height: 1400px;
        left: -520px;
        top: -540px
    }

    .block-stages .stage-box.stage-box-02:before,.block-stages .stage-box.stage-box-02:after {
        display: none
    }

    .block-stages .stage-box.stage-box-03:before {
        background-image: url(../../../themes/fulcrum/assets/img/bg/gradient-green.webp),url(../../../themes/fulcrum/assets/img/bg/services-green.webp),url(../../../themes/fulcrum/assets/img/bg/services-blue.webp),url(../../../themes/fulcrum/assets/img/bg/services-purple.webp),url(../../../themes/fulcrum/assets/img/bg/services-orange.webp),url(../../../themes/fulcrum/assets/img/bg/services-red.webp),url(../../../themes/fulcrum/assets/img/bg/services-lightblue.webp),url(../../../themes/fulcrum/assets/img/bg/services-yellow.webp);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 100%,0,0,0,0,0,0,0
    }

    .block-stages .stage-box.stage-box-03:before {
        content: "";
        position: absolute;
        width: 1400px;
        height: 1400px;
        right: -496px;
        top: 253px
    }

    .block-stages .stage-box.stage-box-03:after {
        background-image: url(../../../themes/fulcrum/assets/img/bg/gradient-blue.webp),url(../../../themes/fulcrum/assets/img/bg/services-green.webp),url(../../../themes/fulcrum/assets/img/bg/services-blue.webp),url(../../../themes/fulcrum/assets/img/bg/services-purple.webp),url(../../../themes/fulcrum/assets/img/bg/services-orange.webp),url(../../../themes/fulcrum/assets/img/bg/services-red.webp),url(../../../themes/fulcrum/assets/img/bg/services-lightblue.webp),url(../../../themes/fulcrum/assets/img/bg/services-yellow.webp);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 100%,0,0,0,0,0,0,0
    }

    .block-stages .stage-box.stage-box-03:after {
        content: "";
        position: absolute;
        width: 1800px;
        height: 1800px;
        left: -960px;
        top: 673px
    }

    .block-stages .stage-box.stage-box-04:before {
        background-image: url(../../../themes/fulcrum/assets/img/bg/gradient-blue.webp),url(../../../themes/fulcrum/assets/img/bg/services-green.webp),url(../../../themes/fulcrum/assets/img/bg/services-blue.webp),url(../../../themes/fulcrum/assets/img/bg/services-purple.webp),url(../../../themes/fulcrum/assets/img/bg/services-orange.webp),url(../../../themes/fulcrum/assets/img/bg/services-red.webp),url(../../../themes/fulcrum/assets/img/bg/services-lightblue.webp),url(../../../themes/fulcrum/assets/img/bg/services-yellow.webp);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 100%,0,0,0,0,0,0,0
    }

    .block-stages .stage-box.stage-box-04:before {
        content: "";
        position: absolute;
        width: 1800px;
        height: 1800px;
        right: -678px;
        top: 257px
    }

    .block-stages .stage-box.stage-box-04:after {
        background-image: url(../../../themes/fulcrum/assets/img/bg/gradient-green.webp),url(../../../themes/fulcrum/assets/img/bg/services-green.webp),url(../../../themes/fulcrum/assets/img/bg/services-blue.webp),url(../../../themes/fulcrum/assets/img/bg/services-purple.webp),url(../../../themes/fulcrum/assets/img/bg/services-orange.webp),url(../../../themes/fulcrum/assets/img/bg/services-red.webp),url(../../../themes/fulcrum/assets/img/bg/services-lightblue.webp),url(../../../themes/fulcrum/assets/img/bg/services-yellow.webp);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 100%,0,0,0,0,0,0,0
    }

    .block-stages .stage-box.stage-box-04:after {
        content: "";
        position: absolute;
        width: 1400px;
        height: 1400px;
        left: -595px;
        top: 673px
    }
}

@media (min-width: 1440px) {
    .block-stages .stage-box .wrapper .col:first-child {
        width:50%
    }

    .block-stages .stage-box .wrapper .col:last-child {
        width: 50%
    }

    .block-stages .stage-box .stage-list {
        padding: 0 0 58.5px
    }
}

.block-industries {
    padding: 20px 0 34px;
    position: relative
}

.block-industries:before {
    background-image: url(../../../themes/fulcrum/assets/img/bg/gradient-green.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.block-industries:before {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    right: -252px;
    top: -519px
}

.block-industries .container {
    position: relative;
    z-index: 1
}

.block-industries .block-text {
    margin-bottom: 23px
}

.block-industries .industries-tab-menu {
    margin: 0 -20px 0 0;
    overflow: auto
}

.block-industries .industries-tab-menu .tab-nav {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    padding: 0 10px 0 0
}

.block-industries .industries-tabs .tab-panel {
    display: none
}

.block-industries .industries-tabs .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    row-gap: 26px
}

.block-industries .industries-tabs .card-type-02 {
    max-width: 555px
}

.block-industries .industries-tabs .tab-text h3 {
    margin: 0 0 10px
}

.block-industries .industries-tabs .tab-text p {
    margin: 0 0 20px;
    max-width: 555px
}

.block-industries .industries-tabs .tab-text ul {
    margin: 6px 0 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 22px;
    -moz-column-gap: 22px;
    column-gap: 22px;
    row-gap: 15px
}

.block-industries .industries-tabs .tab-text ul a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    color: #91999e;
    font-size: 24px;
    line-height: 1;
    letter-spacing: -.01em
}

.block-industries .industries-tabs .tab-text ul a:after {
    content: "";
    display: block;
    margin-left: 12px;
    width: 12px;
    height: 12px;
    background: url(../../../themes/fulcrum/assets/img/icons/btn-arrow-gray.svg) 0 0 no-repeat;
    background-size: cover
}

@media (min-width: 768px) {
    .block-industries .industries-tabs .wrapper {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 0 -10px
    }

    .block-industries .industries-tabs .wrapper .col {
        width: 50%;
        padding: 0 10px
    }
}

@media (min-width: 1024px) {
    .block-industries {
        padding:42px 0 50px
    }

    .block-industries:before {
        display: none
    }

    .block-industries .industries-tab-menu {
        margin: 10px 0 0;
        overflow: visible
    }

    .block-industries .industries-tab-menu .tab-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0
    }

    .block-industries .industries-tabs .tab-text p {
        margin: 0 0 80px
    }

    .block-industries .industries-tabs .tab-text ul {
        margin: 11px 0 0
    }

    .block-industries .industries-tabs .tab-text ul a {
        font-size: 28px;
        line-height: 1.2
    }
}

@media (min-width: 1440px) {
    .block-industries .block-text {
        margin-bottom:58px
    }

    .block-industries .industries-tabs {
        padding-top: 25px
    }
}

#svg .svg-elem-1 {
    stroke-dashoffset: 59.70219775516138px;
    stroke-dasharray: 59.70219775516138px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1.5s cubic-bezier(.39,.575,.565,1) 0s,fill 2.6s cubic-bezier(.47,0,.745,.715) 1s;
    -o-transition: stroke-dashoffset 1.5s cubic-bezier(.39,.575,.565,1) 0s,fill 2.6s cubic-bezier(.47,0,.745,.715) 1s;
    transition: stroke-dashoffset 1.5s cubic-bezier(.39,.575,.565,1) 0s,fill 2.6s cubic-bezier(.47,0,.745,.715) 1s
}

#svg.active .svg-elem-1 {
    stroke-dashoffset: 0;
    fill: #99faf4
}

#svg .svg-elem-2 {
    stroke-dashoffset: 21.23408686233815px;
    stroke-dasharray: 21.23408686233815px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 1.5s cubic-bezier(.39,.575,.565,1) 0.2s,fill 2.6s cubic-bezier(.47,0,.745,.715) 1.2s;
    -o-transition: stroke-dashoffset 1.5s cubic-bezier(.39,.575,.565,1) 0.2s,fill 2.6s cubic-bezier(.47,0,.745,.715) 1.2s;
    transition: stroke-dashoffset 1.5s cubic-bezier(.39,.575,.565,1) 0.2s,fill 2.6s cubic-bezier(.47,0,.745,.715) 1.2s
}

#svg.active .svg-elem-2 {
    stroke-dashoffset: 0;
    fill: #99faf4
}

#svg .svg-elem-3 {
    stroke-dashoffset: 856.1317749023438px;
    stroke-dasharray: 856.1317749023438px;
    -webkit-transition: stroke-dashoffset 1.5s cubic-bezier(.39,.575,.565,1) 0.4s,fill 2.6s cubic-bezier(.47,0,.745,.715) 1.4s;
    -o-transition: stroke-dashoffset 1.5s cubic-bezier(.39,.575,.565,1) 0.4s,fill 2.6s cubic-bezier(.47,0,.745,.715) 1.4s;
    transition: stroke-dashoffset 1.5s cubic-bezier(.39,.575,.565,1) 0.4s,fill 2.6s cubic-bezier(.47,0,.745,.715) 1.4s
}

#svg.active .svg-elem-3 {
    stroke-dashoffset: 0
}

.block-pros {
    padding: 0 0 40px;
    position: relative
}

.block-pros:before {
    background-image: url(../../../themes/fulcrum/assets/img/bg/gradient-blue.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.block-pros:before {
    content: "";
    position: absolute;
    width: 1000px;
    height: 1000px;
    right: -439px;
    top: -4px
}

.block-pros .container {
    position: relative;
    z-index: 1
}

.block-pros .block-text {
    margin-bottom: 20px
}

.block-pros .block-text .h1 br {
    display: none
}

@media (min-width: 1024px) {
    .block-pros {
        padding:34px 0 65px
    }

    .block-pros:before {
        content: "";
        position: absolute;
        width: 1800px;
        height: 1800px;
        right: -753px;
        top: 61px
    }

    .block-pros .block-text {
        margin-bottom: 38px
    }

    .block-pros .block-text .h1 br {
        display: block
    }
}

@media (min-width: 1440px) {
    .block-pros .card-type-10 .card .card-inner h3 {
        margin:0 0 119px
    }
}

.block-way {
    padding: 25px 0 0;
    position: relative
}

.block-way:before {
    background-image: url(../../../themes/fulcrum/assets/img/bg/gradient-blue.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.block-way:before {
    content: "";
    position: absolute;
    width: 1000px;
    height: 1000px;
    right: -393px;
    top: 753px
}

.block-way .container {
    position: relative;
    z-index: 1
}

.block-way .block-text {
    margin-bottom: 41px
}

.block-way .block-text h1 br {
    display: none
}

.block-way .block-text p:not(:last-child) {
    margin-bottom: 25px
}

.block-way .about-box {
    margin: 0 0 23px
}

.block-way .about-box:last-child {
    margin: 0
}

.block-way .about-box .about-box-title {
    font-size: 8.714rem;
    line-height: 1;
    text-align: center;
    letter-spacing: -.05em
}

.block-way .about-box .about-box-image {
    width: 42vw;
    max-width: 325px;
    margin: 0 auto -5.2rem;
    -webkit-transform: translateY(-5.2rem);
    -ms-transform: translateY(-5.2rem);
    transform: translateY(-5.2rem)
}

.block-way .about-box .about-box-image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px 10px 31px 10px;
    -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%)
}

@media (min-width: 1440px) {
    .block-way .about-box .about-box-image img {
        border-radius:20px 20px 50px 20px;
        -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%)
    }
}

.block-way .about-box .about-box-image-animated {
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    will-change: transform
}

.block-way .wrapper {
    margin-bottom: 43px
}

.block-way .wrapper p {
    margin-bottom: 21px
}

@media (min-width: 640px) {
    .block-way .about-box .about-box-title {
        font-size:15rem
    }
}

@media (min-width: 768px) {
    .block-way .wrapper {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        margin: 0 -10px
    }

    .block-way .wrapper .col {
        padding: 0 10px;
        width: 50%
    }
}

@media (min-width: 1024px) {
    .block-way {
        padding:54px 0 56px
    }

    .block-way:before {
        content: "";
        position: absolute;
        width: 1800px;
        height: 1800px;
        right: -661px;
        top: 585px
    }

    .block-way .block-text h1 br {
        display: block
    }

    .block-way .about-box {
        margin: 0 0 82px
    }

    .block-way .about-box .about-box-title {
        font-size: 28.2vw
    }

    .block-way .about-box .about-box-image {
        margin: 0 auto -12.9vw;
        -webkit-transform: translateY(-14.7vw);
        -ms-transform: translateY(-14.7vw);
        transform: translateY(-14.7vw)
    }

    .block-way .wrapper {
        margin-bottom: 20px
    }

    .block-way .wrapper p {
        margin-bottom: 24.5px;
        max-width: 555px
    }
}

.block-advantages {
    padding: 25px 0 34px;
    position: relative
}

.block-advantages .block-text {
    margin-bottom: 18px
}

.block-advantages .block-text .h1 br {
    display: none
}

.block-advantages .container {
    position: relative;
    z-index: 1
}

.block-advantages .wrapper .col {
    margin: 0 0 10px
}

@media (min-width: 640px) {
    .block-advantages .wrapper {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -10px
    }

    .block-advantages .wrapper .col {
        padding: 0 10px;
        width: 50%
    }
}

@media (min-width: 1024px) {
    .block-advantages {
        padding:62px 0
    }

    .block-advantages .block-text {
        margin-bottom: 40px
    }

    .block-advantages .block-text .h1 br {
        display: block
    }

    .block-advantages .wrapper .col {
        width: 25%;
        margin: 0
    }
}

@media (min-width: 1440px) {
    .block-advantages .card-type-10 .card .card-inner h3 {
        margin:0 0 126px
    }
}

.block-principles {
    padding: 20px 0 30px;
    position: relative
}

.block-principles .container {
    position: relative;
    z-index: 1
}

.block-principles .block-text {
    margin-bottom: 20px
}

.block-principles .block-text .h1 br {
    display: none
}

.block-principles .principles-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.block-principles .principles-list>li {
    position: relative;
    padding: 14px 0 12px;
    min-height: 123px
}

.block-principles .principles-list>li .line-animated {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.block-principles .principles-list>li .accordion-panel {
    display: none;
    padding: 20px 0 10px
}

.block-principles .principles-list>li .accordion-panel p {
    font-weight: 500;
    font-size: 1.286rem;
    line-height: 1.2;
    letter-spacing: -.01em;
    color: #e9eef1;
    margin-bottom: 40px
}

.block-principles .principles-list>li .accordion-panel p:last-child {
    margin-bottom: 0!important
}

.block-principles .principles-list>li .accordion-panel ul {
    color: #e9eef1
}

.block-principles .principles-list>li .accordion-toggler-panel {
    cursor: pointer
}

.block-principles .principles-list>li .accordion-toggler-panel .toggler {
    position: absolute;
    right: 0;
    top: 14px;
    border: none;
    background: rgba(255,255,255,.1);
    border-radius: 100%;
    padding: 0;
    width: 24px;
    height: 24px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    will-change: transform;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease,-webkit-transform 0.3s ease
}

.block-principles .principles-list>li .accordion-toggler-panel .toggler svg {
    display: block;
    margin: auto
}

.block-principles .principles-list>li .accordion-toggler-panel.accordion-active .toggler {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.block-principles .principles-list>li .num {
    position: absolute;
    left: 0;
    top: 14px;
    letter-spacing: .01em;
    font-size: .857rem;
    color: #e9eef1
}

.block-principles .principles-list>li .title {
    padding: 0 28px 0 43px;
    margin: 0 0 10px
}

@media (max-width: 1439.98px) {
    .block-principles .principles-list>li .title h2 {
        font-size:1.714rem
    }
}

@media (max-width: 1023.98px) {
    .block-principles .principles-list>li .title h2 br {
        display:none
    }
}

.block-principles .principles-list>li .title h2 .word {
    line-height: 0
}

.block-principles .principles-list>li .title h2 .word .char {
    line-height: 1
}

.block-principles .principles-list>li .text {
    padding: 0 28px 0 43px
}

.block-principles .principles-list>li .text p {
    margin: 0
}

@media (min-width: 1024px) {
    .block-principles {
        padding:56px 0
    }

    .block-principles:after {
        background-image: url(../../../themes/fulcrum/assets/img/bg/gradient-blue.webp);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover
    }

    .block-principles:after {
        content: "";
        position: absolute;
        width: 1800px;
        height: 1800px;
        left: -761px;
        top: 308px
    }

    .block-principles .block-text {
        margin-bottom: 37px
    }

    .block-principles .block-text .h1 br {
        display: block
    }

    .block-principles .principles-list>li {
        padding: 28px 0 20px;
        min-height: 140px
    }

    .block-principles .principles-list>li .accordion-panel {
        padding: 0 0 10px
    }

    .block-principles .principles-list>li .accordion-toggler-panel {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .block-principles .principles-list>li .accordion-toggler-panel .toggler {
        position: static;
        width: 41px;
        height: 41px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-left: 50px
    }

    .block-principles .principles-list>li .accordion-toggler-panel .toggler svg {
        width: 14px;
        height: auto
    }

    .block-principles .principles-list>li .col {
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .block-principles .principles-list>li .col:first-child {
        padding-right: 10px
    }

    .block-principles .principles-list>li .col:last-child {
        padding-left: 10px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .block-principles .principles-list>li .num {
        position: static;
        letter-spacing: .01em;
        font-size: .778rem;
        width: 115px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .block-principles .principles-list>li .title {
        padding: 0;
        margin: 0
    }

    .block-principles .principles-list>li .title h2 .word {
        line-height: 1.04
    }

    .block-principles .principles-list>li .text {
        padding: 0
    }

    .block-principles .principles-list>li .text p {
        max-width: 440px;
        line-height: 1.2
    }
}

@media (min-width: 1440px) {
    .block-principles .principles-list>li .accordion-panel ul {
        font-size:28px;
        line-height: 1.2
    }

    .block-principles .principles-list>li .accordion-panel ul li {
        margin: 0 0 30px
    }
}

.block-team {
    padding: 20px 0 34px;
    position: relative
}

.block-team:before {
    background-image: url(../../../themes/fulcrum/assets/img/bg/gradient-blue.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.block-team:before {
    content: "";
    position: absolute;
    width: 1000px;
    height: 1000px;
    right: -145px;
    top: -186px
}

.block-team .container {
    position: relative;
    z-index: 1
}

.block-team .block-text {
    margin-bottom: 22px
}

.block-team .btn-centered {
    display: none
}

@media (min-width: 1024px) {
    .block-team {
        padding:62px 0
    }

    .block-team:before {
        background-image: url(../../../themes/fulcrum/assets/img/bg/gradient-green.webp);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover
    }

    .block-team:before {
        content: "";
        position: absolute;
        width: 1400px;
        height: 1400px;
        right: -580px;
        top: -168px
    }

    .block-team .block-text {
        margin-bottom: 37px
    }

    .block-team .btn-centered {
        display: block;
        padding: 24px 0 0
    }

    .block-team .swiper-03 {
        display: none
    }
}

.team-list {
    display: none
}

@media (min-width: 1024px) {
    .team-list {
        display:block
    }

    .team-list .wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -10px
    }

    .team-list .wrapper .col {
        width: 25%;
        padding: 0 10px
    }
}

.team-more-list {
    display: none
}

.team-more-list .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
    row-gap: 50px;
    padding: 50px 0 0
}

.team-more-list .wrapper .col {
    width: 25%;
    padding: 0 10px
}

.block-journal {
    padding: 20px 0 34px;
    position: relative
}

.block-journal:before {
    background-image: url(../../../themes/fulcrum/assets/img/bg/gradient-green.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.block-journal:before {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    right: -321px;
    top: -233px
}

.block-journal .container {
    position: relative;
    z-index: 1
}

.block-journal .block-text {
    margin-bottom: 20px
}

@media (min-width: 1024px) {
    .block-journal {
        padding:50px 0
    }

    .block-journal:before {
        display: none
    }

    .block-journal .block-text {
        margin-bottom: 38px
    }
}

.contact-form-wrapper {
    position: relative;
    z-index: 1
}

@media (min-width: 1024px) {
    .contact-form-wrapper {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -10px
    }
}

.contact-form-01 .wpcf7-form-control-wrap {
    position: static!important
}

.contact-form-01 .wpcf7-not-valid-tip {
    display: block;
    font-size: 10px;
    line-height: 1.4;
    letter-spacing: .01em;
    margin: 4px 0 0
}

.contact-form-01 .field {
    position: relative;
    margin: 0 0 11px
}

.contact-form-01 label,.contact-form-01 .label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
    margin: 0 0 6px
}

.contact-form-01 input,.contact-form-01 textarea {
    display: block;
    width: 100%;
    padding: 15px 15px;
    background: rgba(255,255,255,.1);
    border-radius: 5px;
    border: none;
    color: #e9eef1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: .01em
}

.contact-form-01 input::-webkit-input-placeholder,.contact-form-01 textarea::-webkit-input-placeholder {
    color: #e9eef1;
    opacity: 1
}

.contact-form-01 input:-moz-placeholder,.contact-form-01 textarea:-moz-placeholder {
    color: #e9eef1;
    opacity: 1
}

.contact-form-01 input::-moz-placeholder,.contact-form-01 textarea::-moz-placeholder {
    color: #e9eef1;
    opacity: 1
}

.contact-form-01 input:-ms-input-placeholder,.contact-form-01 textarea:-ms-input-placeholder {
    color: #e9eef1;
    opacity: 1
}

.contact-form-01 input:focus,.contact-form-01 textarea:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: transparent
}

.contact-form-01 input.error::-webkit-input-placeholder,.contact-form-01 textarea.error::-webkit-input-placeholder {
    color: #ef4335;
    opacity: 1
}

.contact-form-01 input.error:-moz-placeholder,.contact-form-01 textarea.error:-moz-placeholder {
    color: #ef4335;
    opacity: 1
}

.contact-form-01 input.error::-moz-placeholder,.contact-form-01 textarea.error::-moz-placeholder {
    color: #ef4335;
    opacity: 1
}

.contact-form-01 input.error:-ms-input-placeholder,.contact-form-01 textarea.error:-ms-input-placeholder {
    color: #ef4335;
    opacity: 1
}

.contact-form-01 textarea {
    height: 100px
}

.contact-form-01 .button,.contact-form-01 #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .contact-form-01 button.mgbutton {
    margin: 7px 0 0
}

.contact-form-01 .field-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.contact-form-01 .field-file .field-file-info {
    margin: 0 30px 0 10px;
    font-size: 10px;
    line-height: 1.3
}

.contact-form-01 .field-file-result {
    margin: 0!important;
    position: relative;
    color: #fff;
    font-size: 12px;
    display: none
}

.contact-form-01 .field-file-result .inner {
    background: rgba(255,255,255,.1);
    border-radius: 5px;
    padding: 0 69px 0 15px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.contact-form-01 .field-file-result .inner p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0
}

.contact-form-01 .field-file-result .file-delete {
    background: none;
    border: none;
    padding: 14px;
    position: absolute;
    top: 0;
    right: 7px
}

.contact-form-01 .field-file-result .file-delete img {
    display: block
}

.contact-form-01 .jstyling-file {
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.contact-form-01 .jstyling-file .jstyling-file-f {
    overflow: hidden;
    white-space: nowrap;
    display: none
}

.contact-form-01 .jstyling-file .jstyling-file-b {
    position: relative;
    overflow: hidden;
    background: rgba(255,255,255,.1) url(../../../themes/fulcrum/assets/img/icons/file1.svg) 11px 50% no-repeat;
    border-radius: 5px;
    padding: 0 18px 0 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    color: #e9eef1;
    height: 40px;
    white-space: nowrap
}

.contact-form-01 .jstyling-file input[type="file"] {
    margin: 0;
    padding: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0
}

@media (min-width: 768px) {
    .contact-form-01 .form-wrapper {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -10px
    }

    .contact-form-01 .form-wrapper .col {
        padding: 0 10px;
        width: 50%
    }

    .contact-form-01 .field {
        margin: 0 0 20px
    }

    .contact-form-01 .field.field-file {
        margin: 0 0 39px
    }

    .contact-form-01 label,.contact-form-01 .label {
        font-size: 18px;
        line-height: 1.2;
        margin: 0 0 10px
    }

    .contact-form-01 input,.contact-form-01 textarea {
        font-size: 14px
    }

    .contact-form-01 textarea {
        height: 140px
    }

    .contact-form-01 .button,.contact-form-01 #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .contact-form-01 button.mgbutton {
        margin: 0
    }

    .contact-form-01 .field-file .field-file-info {
        max-width: 300px;
        margin: 0 0 0 20px;
        font-size: 14px;
        line-height: 1.4
    }

    .contact-form-01 .field-file-result .inner {
        height: 50px;
        padding: 0 54px 0 15px;
        font-size: 14px
    }

    .contact-form-01 .field-file-result .file-delete {
        padding: 19px;
        right: 2px
    }

    .contact-form-01 .jstyling-file .jstyling-file-b {
        background-position: 16px 50%;
        padding: 0 24px 0 47px;
        font-size: 14px;
        height: 50px
    }
}

@media (min-width: 1024px) {
    .contact-form-01 {
        width:50%;
        padding: 0 10px
    }
}

.contact-info {
    padding: 16px 0 0
}

.contact-info dl {
    margin: 0;
    padding: 0
}

.contact-info dl dt {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.1;
    margin: 0 0 2px
}

.contact-info dl dd {
    display: block;
    font-weight: 500;
    font-size: 24px;
    margin: 0 0 14px;
    color: #e9eef1;
    letter-spacing: -.01em
}

.contact-info dl dd:last-child {
    margin: 0
}

.contact-info dl a {
    color: inherit
}

@media (min-width: 768px) {
    .contact-info {
        padding:25px 0 0
    }

    .contact-info dl dt {
        font-size: 18px;
        line-height: 1.2;
        margin: 0 0 11px
    }

    .contact-info dl dd {
        font-size: 28px;
        line-height: 1.2;
        margin: 0 0 20px
    }
}

@media (min-width: 1024px) {
    .contact-info {
        width:50%;
        padding: 0 10px 0 50px
    }
}

@media (min-width: 1440px) {
    .contact-info {
        padding-left:125px
    }
}

.block-whats-next {
    padding: 52px 0 40px;
    position: relative
}

.block-whats-next .container {
    position: relative;
    z-index: 1
}

.block-whats-next .block-text {
    margin-bottom: 23px
}

.block-whats-next .block-text .h1 br {
    display: none
}

@media (min-width: 1024px) {
    .block-whats-next .block-text {
        margin-bottom:38px
    }

    .block-whats-next .block-text .h1 br {
        display: block
    }
}

@media (min-width: 1440px) {
    .block-whats-next .swiper-051 .swiper-slide .card-type-08 .card-inner .card-icon {
        margin:0 0 96px
    }
}

.block-case-info {
    padding: 0 0 60px
}

.block-case-info dl {
    margin: 0;
    padding: 0
}

.block-case-info dl dt {
    display: block;
    font-size: 14px;
    line-height: 1.4;
    margin: 0 0 10px;
    color: #e9eef1
}

.block-case-info dl dd {
    display: block;
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    margin: 0 0 20px;
    color: #e9eef1;
    letter-spacing: -.01em
}

.block-case-info dl dd:last-child {
    margin: 0
}

.block-case-info dl dd p {
    margin: 0 0 10px
}

.block-case-info dl dd p:last-child {
    margin: 0
}

@media (min-width: 768px) {
    .block-case-info .wrapper {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin: 0 -10px
    }

    .block-case-info .wrapper .col {
        width: 50%;
        padding: 0 10px
    }
}

@media (min-width: 1024px) {
    .block-case-info {
        padding:0 0 120px
    }

    .block-case-info .block-number {
        margin: 0 0 11px
    }

    .block-case-info dl dt {
        font-size: 18px;
        line-height: 1.5;
        letter-spacing: .01em
    }

    .block-case-info dl dd {
        font-size: 48px;
        margin: 0 0 40px;
        letter-spacing: -.02em
    }
}

.case-main {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px 0;
    color: #050505
}

@media (min-width: 1024px) {
    .case-main {
        border-radius:40px;
        padding: 60px 0
    }
}

.case-headline {
    position: relative;
    padding: 1px;
    height: 106.67vw;
    margin: 0 0 60px;
    background-color: #050505;
    border-radius: 10px 10px 31px 10px;
    -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
    overflow: hidden
}

@media (min-width: 1440px) {
    .case-headline {
        border-radius:20px 20px 50px 20px;
        -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%)
    }
}

.case-headline:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 1px;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(218,218,218,.8)),to(rgba(5,5,5,.8)));
    background: -o-linear-gradient(top,rgba(218,218,218,.8),rgba(5,5,5,.8));
    background: linear-gradient(180deg,rgba(218,218,218,.8),rgba(5,5,5,.8));
    -webkit-mask: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff)) content-box,-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff));
    -webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    border-radius: 10px 10px 31px 10px;
    -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%)
}

@media (min-width: 1440px) {
    .case-headline:before {
        border-radius:20px 20px 50px 20px;
        -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%)
    }
}

.case-headline:after {
    content: "";
    width: 335px;
    height: 354px;
    position: absolute;
    top: 0;
    right: 0;
    background-repeat: no-repeat
}

.case-headline .inner {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.case-headline .inner:before {
    content: "";
    width: 335px;
    height: 400px;
    position: absolute;
    bottom: -1px;
    left: -1px;
    background-repeat: no-repeat
}

.case-headline .inner:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -1px;
    right: -1px;
    background-repeat: no-repeat;
    background-size: cover
}

.case-headline .h1 {
    font-weight: 500;
    font-size: 80px;
    line-height: .9;
    text-align: center;
    letter-spacing: -.04em;
    color: #e9eef1;
    margin: 0;
    position: relative;
    z-index: 2;
    width: 100%;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    padding: 0 10px
}

.case-headline--bg-blue:after {
    background-image: url(../../../themes/fulcrum/assets/img/bg/case-blue-top-m.svg)
}

.case-headline--bg-blue .inner:before {
    background-image: url(../../../themes/fulcrum/assets/img/bg/case-blue-bottom-m.svg)
}

.case-headline--bg-blue .inner:after {
    background-image: url(../../../themes/fulcrum/assets/img/bg/case-blue-center-m.svg)
}

.case-headline--bg-green:after {
    background-image: url(../../../themes/fulcrum/assets/img/bg/case-green-top-m.svg)
}

.case-headline--bg-green .inner:before {
    background-image: url(../../../themes/fulcrum/assets/img/bg/case-green-bottom-m.svg)
}

.case-headline--bg-green .inner:after {
    background-image: url(../../../themes/fulcrum/assets/img/bg/case-green-center-m.svg)
}

.case-headline--bg-purple:after {
    background-image: url(../../../themes/fulcrum/assets/img/bg/case-purple-top-m.svg)
}

.case-headline--bg-purple .inner:before {
    background-image: url(../../../themes/fulcrum/assets/img/bg/case-purple-bottom-m.svg)
}

.case-headline--bg-purple .inner:after {
    background-image: url(../../../themes/fulcrum/assets/img/bg/case-purple-center-m.svg)
}

@media (min-width: 768px) {
    .case-headline {
        height:600px
    }

    .case-headline .inner:after {
        background-size: 100% 100%;
        z-index: -1
    }

    .case-headline--bg-blue .inner:after {
        background-image: url(../../../themes/fulcrum/assets/img/bg/case-blue-center.svg)
    }

    .case-headline--bg-green .inner:after {
        background-image: url(../../../themes/fulcrum/assets/img/bg/case-green-center.svg)
    }

    .case-headline--bg-purple .inner:after {
        background-image: url(../../../themes/fulcrum/assets/img/bg/case-purple-center.svg)
    }
}

@media (min-width: 1024px) {
    .case-headline .h1 {
        font-size:10.72vw;
        padding: 0 50px
    }

    .case-headline:after {
        width: 600px;
        height: 450px;
        background-size: 100% 100%
    }

    .case-headline .inner:before {
        width: 610px;
        height: 450px;
        background-size: 100% 100%
    }

    .case-headline--bg-blue:after {
        background-image: url(../../../themes/fulcrum/assets/img/bg/case-blue-top.svg)
    }

    .case-headline--bg-blue .inner:before {
        background-image: url(../../../themes/fulcrum/assets/img/bg/case-blue-bottom.svg)
    }

    .case-headline--bg-green:after {
        background-image: url(../../../themes/fulcrum/assets/img/bg/case-green-top.svg)
    }

    .case-headline--bg-green .inner:before {
        background-image: url(../../../themes/fulcrum/assets/img/bg/case-green-bottom.svg)
    }

    .case-headline--bg-purple:after {
        background-image: url(../../../themes/fulcrum/assets/img/bg/case-purple-top.svg)
    }

    .case-headline--bg-purple .inner:before {
        background-image: url(../../../themes/fulcrum/assets/img/bg/case-purple-bottom.svg)
    }
}

@media (min-width: 1440px) {
    .case-headline:after {
        width:793px;
        height: 602px
    }

    .case-headline .inner:before {
        width: 833px;
        height: 602px
    }

    .case-headline--bg-green {
        margin: 0 0 120px
    }
}

.block-case-part {
    margin: 0 0 60px
}

.block-case-part .block-number {
    margin: 0 0 7px
}

.block-case-part .block-number:before {
    border-color: #91999e
}

.block-case-part .block-number .block-number-main:after {
    background: #91999e
}

.block-case-part h2 {
    font-size: 3.43rem;
    letter-spacing: -.02em;
    line-height: 1;
    font-weight: 500;
    color: #050505;
    margin: 0 0 20px
}

.block-case-part h2 .word {
    margin: 0 0 -.45rem
}

.block-case-part h3 {
    font-size: 2rem;
    letter-spacing: -.01em;
    line-height: 1.2;
    font-weight: 500;
    color: #050505;
    margin: 0 0 20px
}

@media (max-width: 767.98px) {
    .block-case-part h3 br {
        display:none
    }
}

.block-case-part h4 {
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -.01em;
    color: #050505;
    margin: 0 0 20px
}

.block-case-part .case-image {
    margin: 20px 0 0;
    border-radius: 10px;
    background-color: #f6f6f6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 50px
}

.block-case-part .case-image img {
    display: block;
    max-width: 100%;
    height: auto
}

.block-case-part .case-image--multiple {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0
}

.block-case-part .case-image--multiple img {
    display: block;
    max-width: 100%;
    height: auto
}

.block-case-part .case-image--multiple img+img {
    margin-top: 20px
}

.block-case-part .case-image--bg-dark,.block-case-part .case-image--bg-medium {
    background-color: #000;
    padding: 10px
}

.block-case-part .case-image--bg-dark img,.block-case-part .case-image--bg-medium img {
    display: block;
    max-width: 100%;
    height: auto
}

.block-case-part .case-image--bg-medium {
    background-color: #2d2b2b
}

.block-case-part .case-image--full {
    display: block;
    padding: 0
}

.block-case-part .case-image--full img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 10px
}

.block-case-part .case-image+.case-card {
    margin-top: 20px
}

.block-case-part .case-text p {
    margin: 0;
    color: #434343
}

.block-case-part .wrapper+.wrapper .case-text h4,.block-case-part .case-image+.wrapper .case-text h4 {
    margin: 0 0 10px
}

.block-case-part .wrapper+.wrapper .col:first-child .case-text,.block-case-part .case-image+.wrapper .col:first-child .case-text {
    margin: 20px 0 10px
}

@media (min-width: 768px) {
    .block-case-part .wrapper+.wrapper .col .case-text,.block-case-part .case-image+.wrapper .col .case-text {
        margin:20px 0 10px
    }
}

@media (min-width: 1024px) {
    .block-case-part .wrapper+.wrapper .col .case-text {
        margin:40px 0 0!important
    }
}

@media (min-width: 1024px) {
    .block-case-part .case-image+.wrapper .col .case-text {
        margin:60px 0 0!important
    }
}

.block-case-part .col:first-child .case-text {
    margin: 0 0 60px
}

.block-case-part .col.col-single {
    margin-bottom: 20px
}

@media (min-width: 1024px) {
    .block-case-part .col.col-single {
        margin-bottom:60px
    }
}

.block-case-part .marker-list {
    font-weight: 500;
    font-size: 2.57rem;
    line-height: 1;
    letter-spacing: -.01em;
    margin: 40px 0 0
}

.block-case-part .marker-list ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.block-case-part .marker-list ul li {
    margin: 0 0 20px;
    position: relative;
    padding-left: 55px
}

.block-case-part .marker-list ul li:last-child {
    margin: 0
}

.block-case-part .marker-list ul li:before {
    content: "";
    position: absolute;
    left: 24px;
    top: .45em;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #050505
}

.block-case-part .marker-list-sm {
    font-weight: 500;
    font-size: 1.714rem;
    line-height: 1;
    letter-spacing: -.01em;
    margin: 40px 0 0
}

.block-case-part .marker-list-sm ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.block-case-part .marker-list-sm ul li {
    margin: 0 0 20px;
    position: relative;
    padding-left: 37px
}

.block-case-part .marker-list-sm ul li:last-child {
    margin: 0
}

.block-case-part .marker-list-sm ul li:before {
    content: "";
    position: absolute;
    left: 15px;
    top: .45em;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: #050505
}

@media (min-width: 1024px) {
    .block-case-part .marker-list-sm {
        font-size:1.555rem;
        line-height: 1.2
    }

    .block-case-part .marker-list-sm li {
        margin-bottom: 40px;
        padding-left: 43px
    }

    .block-case-part .marker-list-sm li:before {
        left: 17px;
        width: 8px;
        height: 8px
    }
}

.block-case-part .case-column-image {
    margin: 20px 0 0
}

.block-case-part .case-column-image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px
}

.block-case-part .case-card {
    margin: 0 0 20px
}

.block-case-part .case-card:last-child {
    margin-bottom: 0
}

.block-case-part .case-card--inner {
    margin: 40px 0
}

.block-case-part .case-card--inner:last-child {
    margin-bottom: 0
}

.block-case-part .case-card--inner .case-text {
    margin: 0
}

.block-case-part .case-card--inner .case-text+.case-card-image {
    margin-top: 10px
}

.block-case-part .case-card--inner .case-card-image+.case-text {
    margin-top: 10px
}

.block-case-part .case-card--inner .case-card-image+.case-text p {
    margin-top: 0
}

.block-case-part .case-card--inner .col:first-child .case-text {
    margin: 0 0 40px
}

@media (min-width: 768px) {
    .block-case-part .case-card--inner .col:first-child .case-text {
        margin-bottom:0
    }
}

.block-case-part .case-card--img2 .case-card-image {
    margin-bottom: 10px
}

.block-case-part .case-card--img2 .wrapper .col+.col {
    margin-top: 40px
}

@media (min-width: 768px) {
    .block-case-part .case-card--img2 .wrapper .col+.col {
        margin-top:0
    }
}

.block-case-part .case-card .case-card-image {
    background: #f6f6f6;
    border-radius: 10px;
    padding: 10px
}

.block-case-part .case-card .case-card-image img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto
}

.block-case-part .case-card .case-card-image--full {
    padding: 0;
    background: none
}

.block-case-part .case-card .case-card-image--full img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 10px
}

.block-case-part .case-card .wrapper .col:first-child .case-text {
    margin-bottom: 20px
}

.block-case-part .case-icon-list .item {
    margin: 40px 0 0
}

.block-case-part .case-icon-list .item .icon {
    border: 1px solid #91999e;
    border-radius: 15px;
    margin: 0 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px
}

.block-case-part .case-icon-list .item .title {
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -.01em;
    margin: 0 0 20px
}

.block-case-part .case-icon-list .item p {
    margin: 0
}

@media (min-width: 768px) {
    .block-case-part .case-icon-list {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -10px
    }

    .block-case-part .case-icon-list .item {
        padding: 0 10px;
        width: 50%
    }

    .block-case-part .case-icon-list .item .icon {
        margin: 0 0 40px;
        width: 80px;
        height: 80px;
        border-radius: 20px
    }

    .block-case-part .case-icon-list .item .title {
        font-size: 28px;
        line-height: 1.2;
        margin: 0 0 10px
    }

    .block-case-part .case-icon-list .item p {
        line-height: 1.5
    }
}

@media (min-width: 1024px) {
    .block-case-part .case-icon-list .item {
        margin:60px 0 0;
        width: 25%
    }
}

.block-case-part .case-icon-list--card {
    position: relative;
    margin: 40px 0 0
}

.block-case-part .case-icon-list--card:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 1px;
    background: #050505;
    -webkit-mask: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff)) content-box,-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff));
    -webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    border-radius: 10px 10px 31px 10px;
    -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%)
}

@media (min-width: 1440px) {
    .block-case-part .case-icon-list--card:before {
        border-radius:20px 20px 50px 20px;
        -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%)
    }
}

.block-case-part .case-icon-list--card .inner {
    padding: 20px
}

.block-case-part .case-icon-list--card .item:first-child {
    margin: 0
}

@media (min-width: 768px) {
    .block-case-part .case-icon-list--card {
        display:block
    }

    .block-case-part .case-icon-list--card .inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0
    }

    .block-case-part .case-icon-list--card .inner .item {
        padding: 40px 20px;
        margin: 0;
        width: 50%
    }
}

@media (min-width: 1024px) {
    .block-case-part .case-icon-list--card .inner .item {
        padding:40px 20px;
        margin: 0;
        width: 25%
    }

    .block-case-part .case-icon-list--card .inner .item .icon {
        margin: 0 0 120px
    }
}

@media (min-width: 1440px) {
    .block-case-part .case-icon-list--card .inner .item {
        padding:40px
    }
}

.block-case-part .case-icon-list-tech {
    padding: 40px 0 0
}

.block-case-part .case-icon-list-tech h5 {
    margin: 0
}

.block-case-part .case-icon-list-tech .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px 20px 0
}

.block-case-part .case-icon-list-tech .inner .item {
    width: 60px;
    margin: 10px 10px 0 0
}

.block-case-part .case-icon-list-tech .inner .item .icon {
    border: 1px solid #91999e;
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px
}

.block-case-part .case-icon-list-tech .inner .item .icon img {
    display: block
}

.block-case-part .case-icon-list-tech .inner .item .text {
    display: block;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    color: #434343;
    margin: 4px 0 0
}

@media (min-width: 768px) {
    .block-case-part .case-icon-list-tech .inner {
        margin:0 -15px 40px 0
    }

    .block-case-part .case-icon-list-tech .inner .item {
        width: 80px
    }

    .block-case-part .case-icon-list-tech .inner .item .icon {
        width: 80px;
        height: 80px;
        border-radius: 20px
    }

    .block-case-part .case-icon-list-tech .inner .item .text {
        font-size: 16px;
        line-height: 1.2;
        letter-spacing: .01em;
        margin: 10px 0 0
    }
}

@media (min-width: 1024px) {
    .block-case-part .case-icon-list-tech {
        padding:20px 0 0;
        max-width: 555px
    }

    .block-case-part .case-icon-list-tech h5 {
        margin: 0 0 10px
    }

    .block-case-part .case-icon-list-tech .inner {
        margin-bottom: 20px
    }

    .block-case-part .case-icon-list-tech .inner:last-child {
        margin-bottom: 0
    }

    .block-case-part .case-icon-list-tech .inner .item {
        margin: 0 10px 20px 0
    }
}

@media (min-width: 768px) {
    .block-case-part .col .case-icon-list .item {
        width:100%
    }
}

@media (min-width: 1024px) {
    .block-case-part .col .case-icon-list .item {
        width:50%
    }
}

.block-case-part .case-stats {
    padding: 120px 0 0
}

.block-case-part .case-stats ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.block-case-part .case-stats ul li {
    margin: 0 0 40px
}

.block-case-part .case-stats ul li strong {
    display: block;
    font-size: 5.714rem;
    line-height: .9;
    letter-spacing: -.04em;
    font-weight: 500;
    margin: 0 0 10px
}

.block-case-part .case-stats ul li p {
    margin: 0;
    letter-spacing: 0;
    color: #434343
}

@media (min-width: 768px) {
    .block-case-part .wrapper {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -10px
    }

    .block-case-part .wrapper .col {
        width: 50%;
        padding: 0 10px
    }

    .block-case-part .case-stats {
        padding: 20px 0 0
    }

    .block-case-part>.case-stats {
        padding: 150px 0 0
    }

    .block-case-part>.case-stats ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 -10px
    }

    .block-case-part>.case-stats ul li {
        padding: 0 10px
    }

    .block-case-part .case-image--multiple {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .block-case-part .case-image--multiple img {
        width: 40%;
        margin: 0 15px
    }

    .block-case-part .case-image--multiple img+img {
        margin-top: 0
    }

    .block-case-part .case-card .case-card-image {
        height: 520px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (min-width: 1024px) {
    .block-case-part .block-number {
        margin:0 0 1px
    }

    .block-case-part h2 {
        font-size: 5.11rem;
        letter-spacing: -.03em;
        margin: 0 0 6px
    }

    .block-case-part h2 .word {
        margin: 0 0 -1.2rem
    }

    .block-case-part h3 {
        font-size: 2.667rem;
        letter-spacing: -.02em;
        margin: 0 0 10px;
        line-height: 1
    }

    .block-case-part .case-image {
        margin: 62px 0 0
    }

    .block-case-part .case-image+.case-card {
        margin-top: 120px
    }

    .block-case-part .case-image--multiple img {
        width: 37.43%;
        margin: 0 30px
    }

    .block-case-part .case-text {
        max-width: 555px;
        line-height: 1.5;
        margin: 0 0 40px
    }

    .block-case-part .case-text p:first-child {
        margin-top: 30px
    }

    .block-case-part .case-text h3 {
        margin-top: 10px
    }

    .block-case-part .case-text--no-spacing p:first-child {
        margin-top: 9px
    }

    .block-case-part .col:first-child .case-text {
        margin: 0 0 40px
    }

    .block-case-part .marker-list {
        font-size: 2.667rem;
        line-height: 1.2;
        margin: 60px 0 0
    }

    .block-case-part .marker-list ul li {
        margin: 0 0 30px;
        padding-left: 75px
    }

    .block-case-part .marker-list ul li:before {
        left: 28px;
        top: .5em;
        width: 13px;
        height: 13px
    }

    .block-case-part .case-card {
        margin: 0 0 120px
    }

    .block-case-part .case-card--inner {
        margin: 20px 0 60px
    }

    .block-case-part .case-card--inner .case-text {
        margin: 0
    }

    .block-case-part .case-card .wrapper {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .block-case-part .case-card .wrapper .col:first-child .case-text {
        margin-bottom: 20px
    }

    .block-case-part .case-card p {
        line-height: 1.5
    }
}

@media (min-width: 1440px) {
    .block-case-part {
        margin:0 0 120px
    }

    .block-case-part .case-stats ul {
        padding: 0 50px 0 0
    }

    .block-case-part .case-stats ul li {
        margin: 0 0 60px
    }

    .block-case-part .case-stats ul li strong {
        font-size: 9.89rem;
        margin: 0 0 20px
    }

    .block-case-part>.case-stats {
        padding: 280px 0 0
    }
}

.block-case-part.block-case-images .case-image {
    margin: 0 0 10px;
    border-radius: 10px;
    background-color: #f6f6f6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 45px
}

.block-case-part.block-case-images .case-image--sm {
    height: 260px;
    padding: 35px
}

.block-case-part.block-case-images .case-image img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

@media (min-width: 768px) {
    .block-case-part.block-case-images .case-image {
        margin:0 0 20px;
        padding: 40px
    }

    .block-case-part.block-case-images .case-image--sm {
        height: 520px;
        padding: 38px
    }

    .block-case-part.block-case-images .wrapper {
        margin: 0 -10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .block-case-part.block-case-images .wrapper .col {
        width: 50%;
        padding: 0 10px
    }
}

.case-reviews {
    position: relative;
    padding: 40px 0 0
}

.text-card {
    position: relative;
    padding: 1px
}

.text-card--border:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #050505;
    -webkit-mask: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff)) content-box,-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff));
    -webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    border-radius: 10px 10px 31px 10px;
    -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
    padding: 1px
}

@media (min-width: 1440px) {
    .text-card--border:before {
        border-radius:20px 20px 50px 20px;
        -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%)
    }
}

.text-card--background {
    background-color: #f6f6f6;
    border-radius: 10px 10px 31px 10px;
    -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%)
}

@media (min-width: 1440px) {
    .text-card--background {
        border-radius:20px 20px 50px 20px;
        -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%)
    }
}

.text-card .text-card-inner {
    padding: 19px
}

.text-card .text-card-inner h2 {
    margin: 0 0 184px
}

.text-card .text-card-inner p {
    margin: 0
}

.page-services {
    --color-main: #fff
}

.page-services>div {
    position: relative
}

.page-services>div:before,.page-services>div:after {
    position: absolute;
    width: 1000px;
    height: 1000px;
    background-position: center;
    background-size: cover
}

.page-services>div .container {
    position: relative;
    z-index: 1
}

@media (min-width: 1024px) {
    .page-services>div:before,.page-services>div:after {
        width:132.5vw;
        height: 132.5vw
    }
}

.page-services .txt-gradient,.page-services .page-product .block-product-speed .text h3,.page-product .block-product-speed .text .page-services h3 {
    background-color: #fff;
    background-image: -webkit-gradient(linear,left top,right top,from(var(--color-main)),to(#e9eef1));
    background-image: -o-linear-gradient(left,var(--color-main) 0%,#e9eef1 100%);
    background-image: linear-gradient(90deg,var(--color-main) 0%,#e9eef1 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.page-services--green {
    --color-main: #30db74
}

.page-services--green>div:before,.page-services--green>div:after {
    background-image: url(../../../themes/fulcrum/assets/img/bg/green-services.webp)
}

.page-services--green .block-service-cards:before {
    content: "";
    top: -213px;
    left: -452px
}

.page-services--green .block-service-details:before {
    content: "";
    top: 58px;
    right: -327px
}

.page-services--green .block-service-vision:before {
    content: "";
    top: -364px;
    left: -460px
}

.page-services--green .block-service-team:before {
    content: "";
    top: 250px;
    right: -347px
}

.page-services--green .block-service-colored-box .colored-box form .button.btn-success .btn-wrap:before,.page-services--green .block-service-colored-box .colored-box form #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.btn-success.mgbutton .btn-wrap:before,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .page-services--green .block-service-colored-box .colored-box form button.btn-success.mgbutton .btn-wrap:before {
    background: #695cff
}

@media (min-width: 1024px) {
    .page-services--green .block-service-cards:before {
        top:-41vw;
        left: -46vw
    }

    .page-services--green .block-service-details:before {
        top: -13.6vw;
        right: -56.7vw
    }

    .page-services--green .block-service-vision:before {
        top: -45.4vw;
        left: -49.6vw
    }

    .page-services--green .block-service-team:before {
        top: -63vw;
        right: -71.2vw
    }

    .page-services--green .block-service-accordion:before {
        content: "";
        top: -19vw;
        left: -46vw
    }
}

.page-services--blue {
    --color-main: #0d99ff
}

.page-services--blue>div:before,.page-services--blue>div:after {
    background-image: url(../../../themes/fulcrum/assets/img/bg/blue-services.webp)
}

.page-services--blue .block-service-cards:before {
    content: "";
    top: -344px;
    left: -445px
}

.page-services--blue .block-service-details:before {
    content: "";
    top: 358px;
    right: -363px
}

.page-services--blue .block-service-vision:before {
    content: "";
    top: -372px;
    left: -437px
}

.page-services--blue .block-service-vision:after {
    content: "";
    top: 48px;
    right: -375px
}

.page-services--blue .block-service-accordion:before {
    content: "";
    top: -264px;
    left: -473px
}

.page-services--blue .block-service-colored-box .colored-box h2,.page-services--blue .block-service-colored-box .colored-box p {
    color: #e9eef1
}

.page-services--blue .block-service-colored-box .colored-box form .field label {
    color: #e9eef1
}

.page-services--blue .block-service-colored-box .colored-box form .field input {
    border-color: #e9eef1;
    color: #e9eef1
}

.page-services--blue .block-service-colored-box .colored-box form .field input::-webkit-input-placeholder {
    color: #e9eef1;
    opacity: 1
}

.page-services--blue .block-service-colored-box .colored-box form .field input:-moz-placeholder {
    color: #e9eef1;
    opacity: 1
}

.page-services--blue .block-service-colored-box .colored-box form .field input::-moz-placeholder {
    color: #e9eef1;
    opacity: 1
}

.page-services--blue .block-service-colored-box .colored-box form .field input:-ms-input-placeholder {
    color: #e9eef1;
    opacity: 1
}

@media (min-width: 1024px) {
    .page-services--blue .block-service-cards:before {
        top:-57.2vw;
        left: -58.2vw
    }

    .page-services--blue .block-service-details:before {
        top: -32vw;
        right: -44vw
    }

    .page-services--blue .block-service-vision:before {
        top: -27vw;
        left: -54.8vw
    }

    .page-services--blue .block-service-vision:after {
        content: "";
        top: -52vw;
        right: -44vw
    }

    .page-services--blue .block-service-accordion:before {
        content: "";
        top: -53.8vw;
        left: -65.4vw
    }
}

.page-services--purple {
    --color-main: #695cff
}

.page-services--purple>div:before,.page-services--purple>div:after {
    background-image: url(../../../themes/fulcrum/assets/img/bg/purple-services.webp)
}

.page-services--purple .block-service-details:before {
    content: "";
    top: -344px;
    left: -455px
}

.page-services--purple .block-service-cards-slider1:before {
    content: "";
    top: -602px;
    right: -373px
}

.page-services--purple .block-service-cards-slider2:before {
    content: "";
    top: -397px;
    left: -500px
}

.page-services--purple .block-outcome-service:before {
    content: "";
    top: 0;
    right: -351px
}

.page-services--purple .block-service-projects:before {
    content: "";
    top: 173px;
    left: -465px
}

.page-services--purple .block-service-colored-box .colored-box h2,.page-services--purple .block-service-colored-box .colored-box p {
    color: #e9eef1
}

.page-services--purple .block-service-colored-box .colored-box form .field label {
    color: #e9eef1
}

.page-services--purple .block-service-colored-box .colored-box form .field input {
    border-color: #e9eef1;
    color: #e9eef1
}

.page-services--purple .block-service-colored-box .colored-box form .field input::-webkit-input-placeholder {
    color: #e9eef1;
    opacity: 1
}

.page-services--purple .block-service-colored-box .colored-box form .field input:-moz-placeholder {
    color: #e9eef1;
    opacity: 1
}

.page-services--purple .block-service-colored-box .colored-box form .field input::-moz-placeholder {
    color: #e9eef1;
    opacity: 1
}

.page-services--purple .block-service-colored-box .colored-box form .field input:-ms-input-placeholder {
    color: #e9eef1;
    opacity: 1
}

@media (min-width: 1024px) {
    .page-services--purple .block-service-details:before {
        top:-66.3vw;
        left: -69.9vw
    }

    .page-services--purple .block-service-cards-slider1:before {
        top: -46.1vw;
        right: -49vw
    }

    .page-services--purple .block-service-cards-slider2:before {
        top: -53px;
        left: -62vw
    }

    .page-services--purple .block-outcome-service:before {
        top: -28.3vw;
        right: -45.2vw
    }

    .page-services--purple .block-service-projects:before {
        top: -30vw;
        left: -58.4vw
    }
}

.page-services--orange {
    --color-main: #ffae33
}

.page-services--orange>div:before,.page-services--orange>div:after {
    background-image: url(../../../themes/fulcrum/assets/img/bg/orange-services.webp)
}

.page-services--orange .block-outcome-service:before {
    content: "";
    top: -392px;
    left: -480px
}

.page-services--orange .block-service-text:before {
    content: "";
    top: 66px;
    right: -390px
}

.page-services--orange .block-service-vision:before {
    content: "";
    top: -164px;
    left: -340px
}

.page-services--orange .block-service-team:before {
    content: "";
    top: 209px;
    left: -400px
}

.page-services--orange .block-service-details:before {
    content: "";
    bottom: 0;
    right: -370px
}

@media (min-width: 1024px) {
    .page-services--orange .block-outcome-service:before {
        top:-54.2vw;
        left: -58.7vw
    }

    .page-services--orange .block-service-text:before {
        top: -27.7vw;
        right: -48.5vw
    }

    .page-services--orange .block-service-vision:before {
        top: -54.2vw;
        left: -54.2vw
    }

    .page-services--orange .block-service-vision:after {
        content: "";
        top: -20.7vw;
        right: -54.2vw
    }

    .page-services--orange .block-outcome-team:before {
        top: -33vw;
        left: -50.3vw
    }

    .page-services--orange .block-service-details:before {
        top: -25.9vw;
        right: -53vw
    }
}

.page-services--yellow {
    --color-main: #ffd426
}

.page-services--yellow>div:before,.page-services--yellow>div:after {
    background-image: url(../../../themes/fulcrum/assets/img/bg/yellow-services.webp)
}

.page-services--yellow .block-service-cards:before {
    content: "";
    top: -266px;
    left: -264px
}

.page-services--yellow .block-service-vision:before {
    content: "";
    top: -184px;
    left: -301px
}

.page-services--yellow .block-service-details:before {
    content: "";
    top: -86px;
    right: -185px
}

.page-services--yellow .block-service-list:before {
    content: "";
    top: -382px;
    right: -447px
}

.page-services--yellow .block-service-icon-cards:before {
    content: "";
    top: -62px;
    left: -420px
}

.page-services--yellow .block-service-packs:before {
    content: "";
    top: 263px;
    right: -386px
}

.page-services--yellow .block-service-accordion:before {
    content: "";
    top: -375px;
    left: -445px
}

@media (min-width: 1024px) {
    .page-services--yellow .block-service-cards:before {
        top:-58.4vw;
        left: -63vw
    }

    .page-services--yellow .block-service-vision:before {
        top: -10.8vw;
        left: -59.4vw
    }

    .page-services--yellow .block-service-vision:after {
        content: "";
        top: -51.2vw;
        right: -51.2vw
    }

    .page-services--yellow .block-service-details:before {
        top: -31px;
        right: -43.4vw
    }

    .page-services--yellow .block-service-list:before {
        top: 12vw;
        right: auto;
        left: -56.6vw
    }

    .page-services--yellow .block-service-icon-cards:before {
        top: 19.2px;
        left: auto;
        right: -53.6vw
    }

    .page-services--yellow .block-service-packs:before {
        top: 16.7vw;
        right: auto;
        left: -61.1vw
    }

    .page-services--yellow .block-service-accordion:before {
        display: none
    }
}

.page-services .h1 {
    line-height: 1.01
}

.page-services .swiper-scrollbar-horizontal {
    background: rgba(255,255,255,.1)
}

.page-services .swiper-scrollbar-horizontal .swiper-scrollbar-drag {
    background: #e9eef1
}

.page-services .swiper-button-prev,.page-services .swiper-button-next {
    right: 16px;
    top: 46%;
    display: block
}

@media (min-width: 1440px) {
    .page-services .h1 {
        line-height:.96
    }
}

.list-marked,.block-principles .principles-list>li .accordion-panel ul,.block-service-description .block-text ul,.block-service-details .block-text ul,.block-service-accordion .accordion-list>li .accordion-panel ul {
    padding: 0;
    list-style: none;
    font-weight: 500;
    line-height: 1.1;
    color: #e9eef1
}

.list-marked li,.block-principles .principles-list>li .accordion-panel ul li,.block-service-description .block-text ul li,.block-service-details .block-text ul li,.block-service-accordion .accordion-list>li .accordion-panel ul li {
    position: relative;
    padding: 0 0 0 21px;
    margin: 0 0 20px
}

.list-marked li:last-child,.block-principles .principles-list>li .accordion-panel ul li:last-child,.block-service-description .block-text ul li:last-child,.block-service-details .block-text ul li:last-child,.block-service-accordion .accordion-list>li .accordion-panel ul li:last-child {
    margin-bottom: 0
}

.list-marked li:before,.block-principles .principles-list>li .accordion-panel ul li:before,.block-service-description .block-text ul li:before,.block-service-details .block-text ul li:before,.block-service-accordion .accordion-list>li .accordion-panel ul li:before {
    content: "";
    position: absolute;
    left: 8px;
    top: .5em;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #e9eef1
}

@media (min-width: 1440px) {
    .list-marked,.block-principles .principles-list>li .accordion-panel ul,.block-service-description .block-text ul,.block-service-details .block-text ul,.block-service-accordion .accordion-list>li .accordion-panel ul {
        line-height:1.2
    }

    .list-marked li,.block-principles .principles-list>li .accordion-panel ul li,.block-service-description .block-text ul li,.block-service-details .block-text ul li,.block-service-accordion .accordion-list>li .accordion-panel ul li {
        padding: 0 0 0 27px
    }

    .list-marked li:before,.block-principles .principles-list>li .accordion-panel ul li:before,.block-service-description .block-text ul li:before,.block-service-details .block-text ul li:before,.block-service-accordion .accordion-list>li .accordion-panel ul li:before {
        left: 10px;
        top: .45em;
        width: 5px;
        height: 5px
    }
}

.page-intro-service {
    margin: 0 0 55px;
    position: relative
}

.page-intro-service:before {
    content: "";
    top: -363px;
    right: -458px
}

@media (min-width: 1024px) {
    .page-intro-service:before {
        top:-57.8vw;
        right: -55.4vw
    }
}

.page-intro-service .wrapper {
    position: relative
}

.page-intro-service .image img {
    display: block;
    max-width: 100%;
    height: auto
}

.page-intro-service .txt-lg {
    margin: -.14em 0 0
}

@media (max-width: 1023.98px) {
    .page-intro-service .txt-lg .txt-lg-last {
        margin-left:0
    }
}

.page-intro-service .txt-lg .word {
    margin: -.15em 0 0
}

.page-intro-service .txt-lg .word .char {
    line-height: 1.05
}

.page-intro-service .txt-lg .txt-gradient,.page-intro-service .txt-lg .page-product .block-product-speed .text h3,.page-product .block-product-speed .text .page-intro-service .txt-lg h3 {
    padding-right: 5px
}

.page-intro-service .text p {
    margin: 0 0 20px
}

@media (min-width: 640px) {
    .page-intro-service .txt-lg {
        margin:0 0 150px
    }

    .page-intro-service .image {
        margin: 0!important;
        position: absolute
    }

    .page-intro-service .text {
        width: 40%;
        max-width: 24rem
    }
}

@media (min-width: 1440px) {
    .page-intro-service {
        margin:0 0 113px
    }

    .page-intro-service .txt-lg {
        margin: -.12em 0 254px
    }

    .page-intro-service .txt-lg .word {
        margin: -.08em 0 0
    }

    .page-intro-service .text {
        max-width: 555px
    }
}

.page-intro-service.page-intro-service-discovery .image {
    margin: -28px 20px -2px 70px
}

@media (min-width: 640px) {
    .page-intro-service.page-intro-service-discovery .image {
        bottom:0;
        right: 0;
        height: 100%
    }

    .page-intro-service.page-intro-service-discovery .image img {
        max-height: 100%
    }
}

@media (min-width: 1440px) {
    .page-intro-service.page-intro-service-discovery .image {
        bottom:-20px;
        right: 8.3%
    }
}

.page-intro-service.page-intro-service-mvp .txt-lg .txt-gradient,.page-intro-service.page-intro-service-mvp .txt-lg .page-product .block-product-speed .text h3,.page-product .block-product-speed .text .page-intro-service.page-intro-service-mvp .txt-lg h3 {
    margin: 0 0 -.2em;
    display: block
}

.page-intro-service.page-intro-service-mvp .image {
    margin: -185px -75px 3px 45px
}

@media (min-width: 640px) {
    .page-intro-service.page-intro-service-mvp .image {
        top:0;
        left: 50%
    }

    .page-intro-service.page-intro-service-mvp .image img {
        max-width: 150%
    }
}

@media (min-width: 1024px) {
    .page-intro-service.page-intro-service-mvp .txt-lg .txt-gradient,.page-intro-service.page-intro-service-mvp .txt-lg .page-product .block-product-speed .text h3,.page-product .block-product-speed .text .page-intro-service.page-intro-service-mvp .txt-lg h3 {
        margin:0;
        display: inline-block
    }

    .page-intro-service.page-intro-service-mvp .image {
        top: auto;
        bottom: 0
    }

    .page-intro-service.page-intro-service-mvp .image img {
        max-width: 150%
    }
}

@media (min-width: 1440px) {
    .page-intro-service.page-intro-service-mvp .txt-lg {
        margin:-.12em 0 238px
    }

    .page-intro-service.page-intro-service-mvp .image {
        left: 52.5%;
        right: -150px
    }

    .page-intro-service.page-intro-service-mvp .image img {
        width: 100%
    }
}

.page-intro-service.page-intro-service-design .image {
    margin: -55px 25px 20px 0
}

@media (min-width: 640px) {
    .page-intro-service.page-intro-service-design .txt-lg {
        margin-bottom:100px
    }

    .page-intro-service.page-intro-service-design .image {
        top: 50%;
        left: 45%;
        width: 55%;
        max-width: 500px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media (min-width: 1440px) {
    .page-intro-service.page-intro-service-design .txt-lg {
        margin-bottom:278px
    }

    .page-intro-service.page-intro-service-design .image {
        top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        max-width: 705px
    }
}

.page-intro-service.page-intro-service-product-team .image {
    margin: -30px -90px 11px 0
}

@media (min-width: 640px) {
    .page-intro-service.page-intro-service-product-team .txt-lg {
        margin-bottom:100px
    }

    .page-intro-service.page-intro-service-product-team .image {
        top: 50%;
        left: 43%;
        width: 55%;
        -webkit-transform: translateY(-55%);
        -ms-transform: translateY(-55%);
        transform: translateY(-55%)
    }

    .page-intro-service.page-intro-service-product-team .image img {
        max-width: 150%
    }
}

@media (min-width: 1440px) {
    .page-intro-service.page-intro-service-product-team .txt-lg {
        margin-bottom:229px
    }
}

.page-intro-service.page-intro-service-audit .image {
    margin: -11px 15px 10px
}

@media (min-width: 640px) {
    .page-intro-service.page-intro-service-audit .txt-lg {
        margin-bottom:100px
    }

    .page-intro-service.page-intro-service-audit .image {
        top: 50%;
        left: 46.4%;
        width: 55%;
        -webkit-transform: translateY(-51.5%);
        -ms-transform: translateY(-51.5%);
        transform: translateY(-51.5%)
    }

    .page-intro-service.page-intro-service-audit .image img {
        max-width: 120%
    }
}

@media (min-width: 1440px) {
    .page-intro-service.page-intro-service-audit .txt-lg {
        margin-bottom:229px
    }
}

.block-service-description {
    margin: 0 0 60px
}

.block-service-description .wrapper {
    padding: 22px 20px 34px;
    min-height: 400px;
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 31px 10px;
    -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%)
}

@media (min-width: 1440px) {
    .block-service-description .wrapper {
        border-radius:20px 20px 50px 20px;
        -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%)
    }
}

.block-service-description .wrapper:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 1px;
    background: #434343;
    -webkit-mask: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff)) content-box,-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff));
    -webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    border-radius: 10px 10px 31px 10px;
    -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%)
}

@media (min-width: 1440px) {
    .block-service-description .wrapper:before {
        border-radius:20px 20px 50px 20px;
        -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%)
    }
}

.block-service-description .wrapper:after {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #434343;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: rotate(45deg) translate3d(52%,0,0);
    transform: rotate(45deg) translate3d(52%,0,0);
    opacity: .7
}

@media (min-width: 1440px) {
    .block-service-description .wrapper:after {
        width:40px;
        height: 40px;
        -webkit-transform: rotate(45deg) translate3d(55%,0,0);
        transform: rotate(45deg) translate3d(55%,0,0)
    }
}

.block-service-description .block-text {
    margin-bottom: 0
}

.block-service-description .block-text .h1 {
    margin: 0
}

.block-service-description .block-text p {
    margin: 8px 0 0
}

.block-service-description .block-text ul {
    margin: 20px 0 0
}

.block-service-description .wrap-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 0 0
}

.block-service-description .wrap-inner .item {
    margin: 0 0 10px
}

.block-service-description .wrap-inner .item:last-child {
    margin-bottom: 0
}

.block-service-description .wrap-inner .item strong {
    display: block;
    font-weight: 500;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: -.01em;
    color: #e9eef1
}

.block-service-description .wrap-inner .item p {
    margin: 0
}

@media (min-width: 1440px) {
    .block-service-description {
        margin:0 0 118px
    }

    .block-service-description .wrapper {
        padding: 40px 40px 95px
    }

    .block-service-description .wrapper .block-text p {
        margin: 0
    }

    .block-service-description .wrapper .block-text ul {
        margin: 40px 0 0;
        max-width: 555px
    }

    .block-service-description .wrap-inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 40px 0 0;
        margin: 0 -22px
    }

    .block-service-description .wrap-inner .item {
        margin: 0;
        padding: 0 22px;
        width: 50%
    }

    .block-service-description .wrap-inner .item strong {
        font-size: 48px;
        margin: 0 0 10px
    }
}

@media (min-width: 1440px) {
    .block-service-description-style-01 .wrapper {
        min-height:500px
    }

    .block-service-description-style-01 .wrapper .block-text {
        margin-top: -9px
    }

    .block-service-description-style-01 .wrapper .block-text p {
        margin: 25px 0 0
    }
}

.block-service-cards {
    margin: 0 0 60px
}

.block-service-cards .block-text {
    margin-bottom: 20px
}

.block-service-cards .card-type-10 .card-inner {
    padding: 20px;
    min-height: 260px
}

.block-service-cards .card-type-10 .card-inner h3 {
    line-height: 1;
    min-height: 2em
}

@media (min-width: 1440px) {
    .block-service-cards {
        margin:0 0 117px
    }

    .block-service-cards .block-text {
        margin-bottom: 37px
    }

    .block-service-cards .card-type-10 .card-inner {
        padding: 40px 35px 40px 40px;
        min-height: 400px
    }

    .block-service-cards .card-type-10 .card-inner h3 {
        line-height: 1.2;
        min-height: 2.4em;
        margin-right: -10px
    }
}

@media (min-width: 1440px) {
    .block-service-cards--type1 .card-type-10 .card-inner h3 {
        margin-bottom:179px
    }
}

.block-service-cards--type2 .card-type-10 .card-inner h3 {
    margin-bottom: 132px
}

@media (min-width: 1440px) {
    .block-service-cards--type2 .card-type-10 .card-inner h3 {
        margin-bottom:177px
    }
}

.block-service-details {
    margin: 0 0 60px
}

.block-service-details .block-text {
    margin-bottom: 0
}

.block-service-details .block-text .image {
    margin: 10px 0
}

.block-service-details .block-text .image img {
    display: block;
    max-width: 100%;
    height: auto
}

.block-service-details .block-text dl {
    margin: 22px 0 0;
    padding: 0
}

.block-service-details .block-text dl dt {
    display: block;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -.01em;
    color: #e9eef1;
    margin: 0 0 10px
}

.block-service-details .block-text dl dd {
    display: block;
    margin: 0 0 21px;
    line-height: 1.4
}

.block-service-details .block-text dl dd:last-child {
    margin: 0
}

.block-service-details .block-text ul {
    font-size: 18px;
    margin: 20px 0 0
}

@media (min-width: 1440px) {
    .block-service-details {
        margin:0 0 117px
    }

    .block-service-details .block-text .image {
        margin: 40px 0 0
    }

    .block-service-details .block-text dl {
        margin: 0;
        max-width: 555px
    }

    .block-service-details .block-text dl dt {
        font-size: 28px;
        margin: 0 0 12px
    }

    .block-service-details .block-text dl dd {
        margin: 0 0 44px
    }

    .block-service-details .block-text ul {
        font-size: 28px;
        margin: 0;
        max-width: 555px
    }

    .block-service-details .block-text ul li {
        padding: 0 0 0 42px;
        margin: 0 0 40px
    }

    .block-service-details .block-text ul li:before {
        left: 17px;
        top: .48em;
        width: 7px;
        height: 7px
    }

    .block-service-details .block-text p+dl,.block-service-details .block-text p+ul {
        margin: 40px 0 0
    }

    .block-service-details--type1 .block-text p+ul {
        margin: 80px 0 0
    }
}

.block-service-cards-large {
    margin: 0 0 60px
}

.block-service-cards-large .block-text {
    margin-top: -13px;
    margin-bottom: 18px
}

.block-service-cards-large .swiper-02 .swiper-slide {
    width: 335px
}

@media (min-width: 1024px) {
    .block-service-cards-large .swiper-02 .swiper-slide {
        width:440px
    }
}

@media (min-width: 1440px) {
    .block-service-cards-large {
        margin:0 0 120px
    }

    .block-service-cards-large .block-text {
        margin-top: 0;
        margin-bottom: 36px
    }
}

.block-service-vision {
    margin: 0 0 65px
}

.block-service-vision .block-text {
    margin-bottom: 19px
}

.block-service-vision .vision-circles {
    background: url(../../../themes/fulcrum/assets/img/bg/bg-service-circles.svg) 50% no-repeat;
    background-size: cover;
    width: 392px;
    height: 392px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.block-service-vision .vision-circles .txt-lg {
    font-size: 4.286rem
}

.block-service-vision .vision-circles .txt-lg .txt-gradient,.block-service-vision .vision-circles .txt-lg .page-product .block-product-speed .text h3,.page-product .block-product-speed .text .block-service-vision .vision-circles .txt-lg h3 {
    padding: 0 5px
}

.block-service-vision .vision-circles .vision-circle {
    position: absolute;
    width: 120px;
    height: 120px;
    background: #050505;
    border: 1px solid var(--color-main);
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 0 10px
}

.block-service-vision .vision-circles .vision-circle.vision-circle-01 {
    top: 0;
    left: 28px
}

.block-service-vision .vision-circles .vision-circle.vision-circle-02 {
    top: 0;
    right: 28px
}

.block-service-vision .vision-circles .vision-circle.vision-circle-03 {
    bottom: 0;
    left: 28px
}

.block-service-vision .vision-circles .vision-circle.vision-circle-04 {
    bottom: 0;
    right: 28px
}

.block-service-vision .vision-circles .vision-circle strong {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 110%;
    color: #e9eef1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.block-service-vision .vision-circles .vision-circle span {
    display: block;
    font-size: 12px;
    line-height: 1.2;
    color: #91999e;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin: 4px 0 0
}

@media (min-width: 768px) {
    .block-service-vision .vision-circles {
        width:500px;
        height: 500px
    }

    .block-service-vision .vision-circles .txt-lg {
        font-size: 8rem
    }

    .block-service-vision .vision-circles .vision-circle {
        width: 180px;
        height: 180px;
        padding: 0 20px
    }

    .block-service-vision .vision-circles .vision-circle .icon-arrow {
        display: block;
        margin: -12px auto 0;
        opacity: 0;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s
    }

    .block-service-vision .vision-circles .vision-circle strong {
        font-size: 28px;
        line-height: 1.2
    }

    .block-service-vision .vision-circles .vision-circle span {
        display: block;
        color: #91999e;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s
    }
}

@media (min-width: 1024px) {
    .block-service-vision .vision-circles {
        width:600px;
        height: 600px
    }

    .block-service-vision .vision-circles .txt-lg {
        font-size: 12rem
    }

    .block-service-vision .vision-circles .vision-circle {
        position: absolute;
        width: 240px;
        height: 240px
    }

    .block-service-vision .vision-circles .vision-circle.vision-circle-01 {
        top: -30px;
        left: -38px
    }

    .block-service-vision .vision-circles .vision-circle.vision-circle-02 {
        top: -30px;
        right: -38px
    }

    .block-service-vision .vision-circles .vision-circle.vision-circle-03 {
        bottom: 30px;
        left: -163px
    }

    .block-service-vision .vision-circles .vision-circle.vision-circle-04 {
        bottom: 30px;
        right: -167px
    }

    .block-service-vision .vision-circles .vision-circle span {
        font-size: 18px;
        margin: 3px 0 0
    }
}

@media (min-width: 1440px) {
    .block-service-vision {
        margin:0 0 70px
    }

    .block-service-vision .block-text {
        margin-bottom: 25px
    }

    .block-service-vision .vision-circles .txt-lg {
        font-size: 13rem;
        letter-spacing: -.03em;
        margin: 0 0 46px
    }

    .block-service-vision .vision-circles .txt-lg .txt-gradient,.block-service-vision .vision-circles .txt-lg .page-product .block-product-speed .text h3,.page-product .block-product-speed .text .block-service-vision .vision-circles .txt-lg h3 {
        padding: 0 10px
    }

    .block-service-vision .vision-circles .vision-circle.vision-circle-01 {
        left: -95px
    }

    .block-service-vision .vision-circles .vision-circle.vision-circle-02 {
        right: -95px
    }

    .block-service-vision .vision-circles .vision-circle.vision-circle-03 {
        bottom: 50px;
        left: -263px
    }

    .block-service-vision .vision-circles .vision-circle.vision-circle-04 {
        bottom: 50px;
        right: -267px
    }
}

.block-service-vision--mvp .vision-circles .txt-lg {
    font-size: 10rem
}

@media (min-width: 768px) {
    .block-service-vision--mvp .block-text .col {
        width:auto
    }

    .block-service-vision--mvp .vision-circles .txt-lg {
        font-size: 18rem
    }
}

@media (min-width: 1024px) {
    .block-service-vision--mvp .block-text {
        margin-bottom:35px
    }
}

@media (min-width: 1440px) {
    .block-service-vision--mvp {
        margin:0 0 147px
    }

    .block-service-vision--mvp .vision-circles .txt-lg {
        font-size: 21.28rem;
        margin: 0 0 8px
    }

    .block-service-vision--mvp .vision-circles .vision-circle.vision-circle-01 {
        top: 30px;
        left: -225px
    }

    .block-service-vision--mvp .vision-circles .vision-circle.vision-circle-02 {
        right: -225px;
        top: 30px
    }

    .block-service-vision--mvp .vision-circles .vision-circle.vision-circle-03 {
        bottom: -28px;
        left: -150px
    }

    .block-service-vision--mvp .vision-circles .vision-circle.vision-circle-04 {
        bottom: -28px;
        right: -150px
    }
}

@media (min-width: 1440px) {
    .block-service-vision--team {
        margin:0 0 145px
    }

    .block-service-vision--team .block-text {
        margin-bottom: 0
    }

    .block-service-vision--team .vision-circles {
        margin: -67px 0 0
    }

    .block-service-vision--team .vision-circles .txt-lg {
        font-size: 13.55rem;
        margin: 0
    }

    .block-service-vision--team .vision-circles .vision-circle.vision-circle-01 {
        top: 73px;
        left: -150px
    }

    .block-service-vision--team .vision-circles .vision-circle.vision-circle-02 {
        top: 73px;
        right: -150px
    }

    .block-service-vision--team .vision-circles .vision-circle.vision-circle-03 {
        bottom: -44px;
        left: -35px
    }

    .block-service-vision--team .vision-circles .vision-circle.vision-circle-04 {
        bottom: -44px;
        right: -35px
    }
}

.block-service-vision--audit .vision-circles .txt-lg {
    font-size: 6.86rem;
    margin: 0 0 37px
}

.block-service-vision--audit .vision-circles .vision-circle.vision-circle-01 {
    top: auto;
    bottom: 74px;
    left: 18px
}

.block-service-vision--audit .vision-circles .vision-circle.vision-circle-02 {
    top: auto;
    bottom: 74px;
    right: 18px
}

.block-service-vision--audit .vision-circles .vision-circle.vision-circle-03 {
    top: -2px;
    left: 48px
}

.block-service-vision--audit .vision-circles .vision-circle.vision-circle-04 {
    top: 0;
    right: 28px
}

.block-service-vision--audit .vision-circles .vision-circle.vision-circle-05 {
    bottom: -11px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (min-width: 768px) {
    .block-service-vision--audit .vision-circles .txt-lg {
        font-size:13rem
    }

    .block-service-vision--audit .vision-circles .vision-circle.vision-circle-01 {
        bottom: 40px;
        left: -50px
    }

    .block-service-vision--audit .vision-circles .vision-circle.vision-circle-02 {
        bottom: 40px;
        right: -50px
    }
}

@media (min-width: 1440px) {
    .block-service-vision--audit {
        margin:0 0 124px
    }

    .block-service-vision--audit .block-text {
        margin-bottom: 0
    }

    .block-service-vision--audit .vision-circles {
        margin: -31px 0 0
    }

    .block-service-vision--audit .vision-circles .txt-lg {
        font-size: 18rem;
        margin: 20px 0 0
    }

    .block-service-vision--audit .vision-circles .vision-circle.vision-circle-01 {
        top: 40px;
        left: -380px
    }

    .block-service-vision--audit .vision-circles .vision-circle.vision-circle-02 {
        top: 40px;
        right: -380px
    }

    .block-service-vision--audit .vision-circles .vision-circle.vision-circle-03 {
        bottom: -4px;
        left: -155px;
        top: auto
    }

    .block-service-vision--audit .vision-circles .vision-circle.vision-circle-04 {
        bottom: -4px;
        right: -155px;
        top: auto
    }

    .block-service-vision--audit .vision-circles .vision-circle.vision-circle-05 {
        bottom: auto;
        top: -30px
    }
}

.block-service-team {
    margin: 0 0 60px
}

.block-service-team .block-text {
    margin-bottom: 20px
}

.block-service-team .service-team-item {
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 31px 10px;
    -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%)
}

@media (min-width: 1440px) {
    .block-service-team .service-team-item {
        border-radius:20px 20px 50px 20px;
        -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%)
    }
}

.block-service-team .service-team-item:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 1px;
    background: #434343;
    -webkit-mask: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff)) content-box,-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff));
    -webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    border-radius: 10px 10px 31px 10px;
    -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%)
}

@media (min-width: 1440px) {
    .block-service-team .service-team-item:before {
        border-radius:20px 20px 50px 20px;
        -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%)
    }
}

.block-service-team .service-team-item:after {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #434343;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: rotate(45deg) translate3d(52%,0,0);
    transform: rotate(45deg) translate3d(52%,0,0);
    opacity: .7
}

@media (min-width: 1440px) {
    .block-service-team .service-team-item:after {
        width:40px;
        height: 40px;
        -webkit-transform: rotate(45deg) translate3d(55%,0,0);
        transform: rotate(45deg) translate3d(55%,0,0)
    }
}

.block-service-team .service-team-item .inner {
    padding: 20px 20px 14px;
    min-height: 340px
}

.block-service-team .service-team-item .service-team-item-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 60px
}

.block-service-team .service-team-item .service-team-item-header .service-team-item-image {
    width: 60px;
    height: 60px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 20px
}

.block-service-team .service-team-item .service-team-item-header .service-team-item-image img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 10px
}

.block-service-team .service-team-item .service-team-item-header .service-team-item-text .service-team-item-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    letter-spacing: -.01em;
    color: #e9eef1
}

.block-service-team .service-team-item p {
    margin: 0 0 22px
}

.block-service-team .service-team-item p:last-child {
    margin: 0
}

@media (min-width: 768px) {
    .block-service-team .swiper-wrapper {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap;
        margin: 0 -10px;
        width: auto
    }

    .block-service-team .swiper-slide {
        width: 50%!important;
        padding: 0 10px;
        margin: 0 0 20px
    }
}

@media (min-width: 1440px) {
    .block-service-team {
        margin:0 0 95px
    }

    .block-service-team .block-text {
        margin-bottom: 38px;
        margin-top: 27px
    }

    .block-service-team .service-team-item .inner {
        padding: 40px;
        min-height: 350px
    }

    .block-service-team .service-team-item .service-team-item-header {
        margin: 0 0 40px
    }

    .block-service-team .service-team-item .service-team-item-header .service-team-item-image {
        width: 80px;
        height: 80px
    }

    .block-service-team .service-team-item .service-team-item-header .service-team-item-image img {
        border-radius: 20px
    }

    .block-service-team .service-team-item .service-team-item-header .service-team-item-text .service-team-item-title {
        font-size: 28px;
        line-height: 1.2
    }

    .block-service-team .service-team-item p {
        margin: 0 0 26px
    }
}

.block-service-accordion {
    margin: 0 0 45px
}

.block-service-accordion .block-text {
    margin-bottom: 18px
}

.block-service-accordion .accordion-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.block-service-accordion .accordion-list>li {
    position: relative;
    padding: 11px 0;
    min-height: 70px
}

.block-service-accordion .accordion-list>li .line-animated {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.block-service-accordion .accordion-list>li .accordion-panel {
    display: none;
    padding: 10px 0 10px 43px
}

.block-service-accordion .accordion-list>li .accordion-panel p {
    margin: 0
}

.block-service-accordion .accordion-list>li .accordion-panel ul {
    margin: 20px 0;
    color: #e9eef1
}

.block-service-accordion .accordion-list>li .accordion-toggler {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.block-service-accordion .accordion-list>li .accordion-toggler .toggler {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background: rgba(255,255,255,.1);
    border: none;
    border-radius: 100%;
    padding: 0;
    width: 24px;
    height: 24px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    will-change: transform;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease,-webkit-transform 0.3s ease
}

.block-service-accordion .accordion-list>li .accordion-toggler .toggler svg {
    display: block;
    margin: auto
}

.block-service-accordion .accordion-list>li .accordion-toggler.accordion-active .toggler {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.block-service-accordion .accordion-list>li .num {
    width: 43px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    letter-spacing: .01em;
    font-size: .857rem;
    color: #e9eef1
}

.block-service-accordion .accordion-list>li .title {
    padding: 0 30px 0 0;
    width: 100%
}

@media (max-width: 1439.98px) {
    .block-service-accordion .accordion-list>li .title h2 {
        font-size:1.714rem
    }
}

@media (max-width: 1023.98px) {
    .block-service-accordion .accordion-list>li .title h2 br {
        display:none
    }
}

.block-service-accordion .accordion-list>li .title h2 .word {
    line-height: 0
}

.block-service-accordion .accordion-list>li .title h2 .word .char {
    line-height: 1
}

@media (min-width: 1024px) {
    .block-service-accordion .accordion-list>li {
        min-height:103px;
        padding: 27px 0
    }

    .block-service-accordion .accordion-list>li .accordion-panel {
        display: none;
        padding: 10px;
        width: 50%;
        margin-left: 50%
    }

    .block-service-accordion .accordion-list>li .accordion-panel p {
        max-width: 555px
    }
}

@media (min-width: 1440px) {
    .block-service-accordion {
        margin:0 0 91px
    }

    .block-service-accordion .block-text {
        margin-bottom: 38px
    }

    .block-service-accordion .accordion-list>li .accordion-panel {
        padding: 40px 10px 13px
    }

    .block-service-accordion .accordion-list>li .accordion-panel ul {
        font-size: 28px;
        letter-spacing: -.01em
    }

    .block-service-accordion .accordion-list>li .accordion-panel ul li {
        margin: 0 0 30px
    }

    .block-service-accordion .accordion-list>li .accordion-toggler .toggler {
        width: 36px;
        height: 36px
    }

    .block-service-accordion .accordion-list>li .num {
        width: 115px;
        font-size: 14px
    }

    .block-service-accordion .accordion-list>li .title h2 {
        font-size: 48px
    }
}

.block-service-colored-box {
    padding: 0 0 35px
}

.block-service-colored-box .colored-box {
    background-color: var(--color-main);
    border-radius: 10px 10px 31px 10px;
    -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%)
}

@media (min-width: 1440px) {
    .block-service-colored-box .colored-box {
        border-radius:20px 20px 50px 20px;
        -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%)
    }
}

.block-service-colored-box .colored-box .inner {
    background: url(../../../themes/fulcrum/assets/img/bg/bg-colored-box-m.svg) right top no-repeat
}

.block-service-colored-box .colored-box .column {
    padding: 20px 20px 25px;
    height: 440px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.block-service-colored-box .colored-box .column .col-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.block-service-colored-box .colored-box .column .col-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.block-service-colored-box .colored-box .column .col-right .colored-box-form {
    margin-top: auto
}

.block-service-colored-box .colored-box h2 {
    letter-spacing: -.03em;
    font-size: 3.43rem;
    margin: 0 0 10px;
    color: #050505
}

.block-service-colored-box .colored-box p {
    margin: 0;
    color: #050505
}

.block-service-colored-box .colored-box form {
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.block-service-colored-box .colored-box form .wpcf7-not-valid-tip {
    display: none!important
}

.block-service-colored-box .colored-box form .field {
    margin: 0 0 20px;
    position: relative
}

.block-service-colored-box .colored-box form .field label {
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    letter-spacing: -.01em;
    color: #050505;
    margin: 0 0 6px;
    display: block
}

.block-service-colored-box .colored-box form .field input {
    width: 100%;
    background: none;
    border: none;
    border-bottom: 1px solid #050505;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    color: #050505;
    padding: 9px 0
}

.block-service-colored-box .colored-box form .field input::-webkit-input-placeholder {
    color: #050505;
    opacity: 1
}

.block-service-colored-box .colored-box form .field input:-moz-placeholder {
    color: #050505;
    opacity: 1
}

.block-service-colored-box .colored-box form .field input::-moz-placeholder {
    color: #050505;
    opacity: 1
}

.block-service-colored-box .colored-box form .field input:-ms-input-placeholder {
    color: #050505;
    opacity: 1
}

.block-service-colored-box .colored-box form .field .error-msg {
    position: absolute;
    top: 100%;
    left: 0;
    color: #ef4335;
    font-weight: 400;
    font-size: 10px;
    line-height: 140%;
    letter-spacing: .01em;
    display: none;
    margin: 4px 0 0
}

.block-service-colored-box .colored-box form .field.error input {
    border-bottom-color: #ef4335
}

.block-service-colored-box .colored-box form .field.error input::-webkit-input-placeholder {
    color: #ef4335;
    opacity: 1
}

.block-service-colored-box .colored-box form .field.error input:-moz-placeholder {
    color: #ef4335;
    opacity: 1
}

.block-service-colored-box .colored-box form .field.error input::-moz-placeholder {
    color: #ef4335;
    opacity: 1
}

.block-service-colored-box .colored-box form .field.error input:-ms-input-placeholder {
    color: #ef4335;
    opacity: 1
}

.block-service-colored-box .colored-box form .field.error .error-msg {
    display: block
}

.block-service-colored-box .colored-box form .button.btn-success .btn-wrap:before,.block-service-colored-box .colored-box form #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.btn-success.mgbutton .btn-wrap:before,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .block-service-colored-box .colored-box form button.btn-success.mgbutton .btn-wrap:before {
    background: #30db74;
    opacity: 1
}

.block-service-colored-box .colored-box form .button.btn-success .btn-inner,.block-service-colored-box .colored-box form #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.btn-success.mgbutton .btn-inner,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .block-service-colored-box .colored-box form button.btn-success.mgbutton .btn-inner {
    color: #050505
}

.block-service-colored-box .colored-box form .button.btn-success .btn-icon:before,.block-service-colored-box .colored-box form #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.btn-success.mgbutton .btn-icon:before,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .block-service-colored-box .colored-box form button.btn-success.mgbutton .btn-icon:before {
    width: 30px;
    height: 30px;
    background-image: url(../../../themes/fulcrum/assets/img/icons/ico-success.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: auto
}

@media (min-width: 768px) {
    .block-service-colored-box .colored-box form .button.btn-success .btn-icon:before,.block-service-colored-box .colored-box form #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.btn-success.mgbutton .btn-icon:before,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .block-service-colored-box .colored-box form button.btn-success.mgbutton .btn-icon:before {
        width:42px;
        height: 42px
    }
}

@media (min-width: 768px) {
    .block-service-colored-box .colored-box .column {
        width:50%
    }

    .block-service-colored-box .colored-box form {
        max-width: 300px
    }
}

@media (min-width: 1024px) {
    .block-service-colored-box .colored-box .inner {
        background:url(../../../themes/fulcrum/assets/img/bg/bg-colored-box-new.svg) left -30% top 0 no-repeat;
        background-size: auto 100%
    }

    .block-service-colored-box .colored-box .column {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        height: 500px;
        width: auto
    }

    .block-service-colored-box .colored-box .column .col-left {
        width: 50.8%;
        padding-right: 20px
    }

    .block-service-colored-box .colored-box .column .col-right {
        width: 49.2%
    }

    .block-service-colored-box .colored-box form {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        max-width: none;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .block-service-colored-box .colored-box form .field {
        margin: 0;
        width: 100%;
        padding: 0 20px 0 0
    }

    .block-service-colored-box .colored-box form .submit {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
        max-width: 300px;
        margin: 0 0 -5px
    }

    .block-service-colored-box .colored-box form .submit .button,.block-service-colored-box .colored-box form .submit #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .block-service-colored-box .colored-box form .submit button.mgbutton {
        width: 100%
    }
}

@media (min-width: 1440px) {
    .block-service-colored-box .colored-box .inner {
        background-position:0 0
    }

    .block-service-colored-box .colored-box .column {
        padding: 42px 40px 38px
    }

    .block-service-colored-box .colored-box h2 {
        font-size: 5.11rem;
        margin: 0 0 15px
    }

    .block-service-colored-box .colored-box form .field {
        padding: 0 30px 0 0
    }

    .block-service-colored-box .colored-box form .field label {
        font-size: 28px;
        line-height: 1.2;
        margin: 0 0 11px
    }

    .block-service-colored-box .colored-box form .field input {
        font-size: 14px;
        padding: 11px 0
    }

    .block-service-colored-box .colored-box form .submit .button,.block-service-colored-box .colored-box form .submit #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .block-service-colored-box .colored-box form .submit button.mgbutton {
        height: 60px
    }

    .block-service-colored-box .colored-box--headline-wide h2 {
        margin-right: -50px
    }
}

.block-service-cards-slider1 {
    margin: 0 0 60px
}

.block-service-cards-slider1 .block-text {
    margin-bottom: 19px
}

.block-service-cards-slider1 .swiper-02 .swiper-slide {
    width: 335px
}

@media (min-width: 1024px) {
    .block-service-cards-slider1 .swiper-02 .swiper-slide {
        width:440px
    }
}

@media (min-width: 1440px) {
    .block-service-cards-slider1 {
        margin:0 0 120px
    }

    .block-service-cards-slider1 .block-text {
        margin-bottom: 37px
    }
}

.block-service-cards-slider2 {
    margin: 0 0 40px
}

.block-service-cards-slider2 .block-text {
    margin-bottom: 16px
}

.block-service-cards-slider2 .swiper-02 .swiper-slide {
    width: 335px
}

.block-service-cards-slider2 .card-type-06 {
    padding: 0;
    height: 400px
}

.block-service-cards-slider2 .card-type-06 .card .card-inner .card-text {
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -.01em
}

@media (min-width: 1024px) {
    .block-service-cards-slider2 .swiper-02 .swiper-slide {
        width:440px
    }
}

@media (min-width: 1440px) {
    .block-service-cards-slider2 {
        margin:0 0 66px
    }

    .block-service-cards-slider2 .block-text {
        margin-bottom: 35px
    }

    .block-service-cards-slider2 .card-type-16,.block-service-cards-slider2 .card-type-06 {
        height: 540px
    }

    .block-service-cards-slider2 .card-type-06 .card .card-inner .card-text {
        font-size: 28px
    }
}

.block-service-projects {
    margin: 0 0 55px
}

.block-service-projects .block-text {
    margin-bottom: 18px
}

.block-service-projects .item .card-type-02 {
    max-width: 555px
}

.block-service-projects .item .service-project-description {
    padding: 20px 0 0
}

.block-service-projects .item .service-project-description p {
    display: none;
    max-width: 555px
}

.block-service-projects .item .service-project-description ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.block-service-projects .item .service-project-description ul li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 54px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.block-service-projects .item .service-project-description ul li .line-animated {
    position: absolute;
    left: 0;
    right: 0;
    top: 0
}

.block-service-projects .item .service-project-description ul li strong {
    width: 86px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -.01em;
    color: #e9eef1
}

@media (min-width: 768px) {
    .block-service-projects .item {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -10px
    }

    .block-service-projects .item .col {
        width: 50%;
        padding: 0 10px
    }

    .block-service-projects .item .service-project-description {
        padding: 0
    }

    .block-service-projects .item .service-project-description p {
        display: block
    }
}

@media (min-width: 1440px) {
    .block-service-projects {
        margin:48px 0 123px
    }

    .block-service-projects .block-text {
        margin-bottom: 37px
    }

    .block-service-projects .item .card-type-02 {
        padding: 0;
        height: 660px
    }

    .block-service-projects .item .service-project-description ul {
        margin: 42px 0 0
    }

    .block-service-projects .item .service-project-description ul li {
        height: 104px
    }

    .block-service-projects .item .service-project-description ul li strong {
        width: 157px;
        font-size: 48px
    }
}

.block-service-text {
    margin: 0 0 60px
}

@media (min-width: 1440px) {
    .block-service-text {
        margin:0 0 115px
    }
}

.block-outcome-service {
    padding: 0;
    margin: 0 0 60px
}

@media (min-width: 1440px) {
    .block-outcome-service {
        margin:0 0 130px
    }
}

.block-service-list {
    margin: 0 0 60px
}

.block-service-list .block-text {
    margin-bottom: 17px
}

.block-service-list .list-with-arrows {
    font-size: 0;
    line-height: 0
}

.block-service-list .list-with-arrows .scrollable {
    padding: 0 0 14px
}

.block-service-list .list-with-arrows .line {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 10px
}

.block-service-list .list-with-arrows .item {
    background: rgba(255,255,255,.1);
    border-radius: 10px;
    padding: 0 12px;
    height: 47px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    color: #e9eef1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1
}

.block-service-list .list-with-arrows .arrow {
    background: rgba(255,255,255,.1);
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 49px;
    height: 49px;
    margin: 0 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.block-service-list .list-with-arrows .arrow img {
    display: block
}

@media (min-width: 768px) {
    .block-service-list .list-with-arrows .line {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (min-width: 1440px) {
    .block-service-list {
        margin:0 0 80px
    }

    .block-service-list .block-text {
        margin-bottom: 75px
    }

    .block-service-list .list-with-arrows .scrollable {
        padding: 0
    }

    .block-service-list .list-with-arrows .line {
        margin: 0 0 40px
    }

    .block-service-list .list-with-arrows .item {
        padding: 0 20px;
        height: 74px;
        font-size: 28px
    }

    .block-service-list .list-with-arrows .arrow {
        width: 74px;
        height: 74px;
        margin: 0 20px
    }
}

.nicescroll-rails-hr {
    opacity: 1!important;
    background: rgba(255,255,255,.1)
}

.block-service-icon-cards {
    margin: 0 0 60px
}

.block-service-icon-cards .block-text {
    margin-bottom: 19px
}

.block-service-icon-cards .card-type-08 .card-inner .card-icon {
    margin: 0 0 84px
}

.block-service-icon-cards .card-type-08 .card-inner .card-text h3 {
    margin: 0 0 7px
}

@media (min-width: 768px) {
    .block-service-icon-cards .swiper-wrapper {
        position:relative;
        overflow: hidden;
        border-radius: 10px 10px 31px 10px;
        -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (min-width: 768px) and (min-width:1440px) {
    .block-service-icon-cards .swiper-wrapper {
        border-radius:20px 20px 50px 20px;
        -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%)
    }
}

@media (min-width: 768px) {
    .block-service-icon-cards .swiper-wrapper:before {
        content:"";
        position: absolute;
        z-index: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        padding: 1px;
        background: #434343;
        -webkit-mask: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff)) content-box,-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff));
        -webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        border-radius: 10px 10px 31px 10px;
        -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%)
    }
}

@media (min-width: 768px) and (min-width:1440px) {
    .block-service-icon-cards .swiper-wrapper:before {
        border-radius:20px 20px 50px 20px;
        -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%)
    }
}

@media (min-width: 768px) {
    .block-service-icon-cards .swiper-wrapper:after {
        content:"";
        position: absolute;
        width: 25px;
        height: 25px;
        background-color: #434343;
        position: absolute;
        bottom: 0;
        right: 0;
        -webkit-transform: rotate(45deg) translate3d(52%,0,0);
        transform: rotate(45deg) translate3d(52%,0,0);
        opacity: .7
    }
}

@media (min-width: 768px) and (min-width:1440px) {
    .block-service-icon-cards .swiper-wrapper:after {
        width:40px;
        height: 40px;
        -webkit-transform: rotate(45deg) translate3d(55%,0,0);
        transform: rotate(45deg) translate3d(55%,0,0)
    }
}

@media (min-width: 768px) {
    .block-service-icon-cards .swiper-wrapper .swiper-slide {
        width:33.3333%!important
    }

    .block-service-icon-cards .swiper-wrapper .card-effect-06 .card {
        border: none;
        -webkit-clip-path: none;
        clip-path: none;
        border-radius: 0
    }

    .block-service-icon-cards .swiper-wrapper .card-effect-06 .card:before {
        display: none
    }

    .block-service-icon-cards .swiper-wrapper .card-type-08 .card-inner .card-icon {
        margin: 0 0 40px
    }
}

@media (min-width: 1440px) {
    .block-service-icon-cards {
        margin:0 0 123px
    }

    .block-service-icon-cards .block-text {
        margin-bottom: 36px
    }
}

.block-service-packs {
    margin: 0 0 60px
}

.block-service-packs .block-text {
    margin-bottom: 21px
}

.block-service-packs .pack-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 31px 10px;
    -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
    margin: 0 0 10px
}

@media (min-width: 1440px) {
    .block-service-packs .pack-item {
        border-radius:20px 20px 50px 20px;
        -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%)
    }
}

.block-service-packs .pack-item:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 1px;
    background: #434343;
    -webkit-mask: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff)) content-box,-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff));
    -webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    border-radius: 10px 10px 31px 10px;
    -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%)
}

@media (min-width: 1440px) {
    .block-service-packs .pack-item:before {
        border-radius:20px 20px 50px 20px;
        -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%)
    }
}

.block-service-packs .pack-item:after {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #434343;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: rotate(45deg) translate3d(52%,0,0);
    transform: rotate(45deg) translate3d(52%,0,0);
    opacity: .7
}

@media (min-width: 1440px) {
    .block-service-packs .pack-item:after {
        width:40px;
        height: 40px;
        -webkit-transform: rotate(45deg) translate3d(55%,0,0);
        transform: rotate(45deg) translate3d(55%,0,0)
    }
}

.block-service-packs .pack-item--outlined:before {
    background: -webkit-gradient(linear,left top,right top,from(var(--color-main)),to(#e9eef1));
    background: -o-linear-gradient(left,var(--color-main) 0%,#e9eef1 100%);
    background: linear-gradient(90deg,var(--color-main) 0%,#e9eef1 100%)
}

.block-service-packs .pack-item--outlined:after {
    background-color: #e9eef1
}

.block-service-packs .pack-item .pack-item-inner {
    padding: 20px 20px 14px;
    height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

.block-service-packs .pack-item .pack-item-label {
    position: absolute;
    width: 95px;
    height: 95px;
    top: 20px;
    right: 20px;
    color: #050505;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background: url(../../../themes/fulcrum/assets/img/bg/label.svg) 0 0 no-repeat;
    background-size: cover
}

.block-service-packs .pack-item .txt-gradient,.block-service-packs .pack-item .page-product .block-product-speed .text h3,.page-product .block-product-speed .text .block-service-packs .pack-item h3 {
    font-weight: 500;
    font-size: 36px;
    line-height: 1;
    margin: 0 0 20px
}

.block-service-packs .pack-item ul {
    margin: 0;
    padding: 0 0 0 20px;
    color: #e9eef1
}

.block-service-packs .pack-item ul li {
    margin: 0 0 5px
}

.block-service-packs .pack-item .pack-item-bottom {
    margin-top: auto
}

.block-service-packs .pack-item .pack-item-bottom .price {
    font-weight: 500;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: -.01em;
    color: #e9eef1;
    margin: 0 0 20px
}

.block-service-packs .pack-item .pack-item-bottom .button,.block-service-packs .pack-item .pack-item-bottom #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .block-service-packs .pack-item .pack-item-bottom button.mgbutton {
    max-width: 100%
}

@media (min-width: 1024px) {
    .block-service-packs .pack-wrapper {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -10px
    }

    .block-service-packs .pack-wrapper .pack-item {
        width: calc(33.3333% - 20px);
        margin: 0 10px
    }
}

@media (min-width: 1440px) {
    .block-service-packs {
        margin:0 0 120px
    }

    .block-service-packs .block-text {
        margin-bottom: 38px
    }

    .block-service-packs .pack-item .pack-item-inner {
        padding: 40px 40px 34px;
        height: 540px
    }

    .block-service-packs .pack-item .pack-item-label {
        width: 115px;
        height: 115px;
        padding: 0 20px;
        font-size: 16px;
        line-height: 1.2
    }

    .block-service-packs .pack-item .txt-gradient,.block-service-packs .pack-item .page-product .block-product-speed .text h3,.page-product .block-product-speed .text .block-service-packs .pack-item h3 {
        font-size: 48px
    }

    .block-service-packs .pack-item ul {
        padding: 0 0 0 25px
    }

    .block-service-packs .pack-item ul li {
        margin: 0 0 20px
    }

    .block-service-packs .pack-item .pack-item-bottom .price {
        font-size: 48px
    }

    .block-service-packs .pack-item .pack-item-bottom .button,.block-service-packs .pack-item .pack-item-bottom #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .block-service-packs .pack-item .pack-item-bottom button.mgbutton {
        width: 100%
    }
}

.text-page-block {
    margin: 0 0 60px;
    position: relative
}

.text-page-block .container {
    position: relative;
    z-index: 1
}

.text-page-block h1,.text-page-block .h1 {
    line-height: 1;
    margin-bottom: 9px;
    margin-right: -8px
}

.text-page-block h1 .char,.text-page-block .h1 .char {
    line-height: 1.2
}

.text-page-block h5 {
    margin: 0 0 22px
}

.text-page-block .block-number {
    margin: 0 0 17px
}

.text-page-block .block-text {
    margin-bottom: 0
}

.text-page-block .block-text p {
    margin: 0 0 21px;
    line-height: 1.42
}

.text-page-block .block-text p:last-child {
    margin: 0
}

.text-page-block .block-text p a {
    text-decoration: underline
}

.text-page-block .block-text p a:hover {
    text-decoration: none
}

.text-page-block .block-text p a.txt-gradient {
    text-decoration: none;
    -o-border-image: -o-linear-gradient(left,#0d99ff,#99faf4);
    border-image: -webkit-gradient(linear,left top,right top,from(#0d99ff),to(#99faf4));
    border-image: linear-gradient(90deg,#0d99ff,#99faf4);
    border-image-slice: 100%;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-image-slice: 1
}

.text-page-block .block-text p a.txt-gradient:hover {
    border-bottom: none
}

@media (min-width: 768px) {
    .text-page-block .block-text .col:last-child {
        padding-top:14px
    }
}

@media (min-width: 1440px) {
    .text-page-block {
        margin:0 0 120px
    }

    .text-page-block h1,.text-page-block .h1 {
        line-height: .95;
        margin-bottom: 9px;
        margin-right: -8px
    }

    .text-page-block h1 .char,.text-page-block .h1 .char {
        line-height: 1.1
    }

    .text-page-block h1 br,.text-page-block .h1 br {
        display: none
    }

    .text-page-block h5 {
        margin: 0 0 25px;
        max-width: 560px
    }

    .text-page-block .block-text p {
        margin: 0 0 23px;
        line-height: 1.4;
        max-width: 560px
    }
}

.page-privacy .text-page-block:first-child:before {
    background-image: url(../../../themes/fulcrum/assets/img/bg/gradient-blue.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.page-privacy .text-page-block:first-child:before {
    content: "";
    position: absolute;
    width: 1000px;
    height: 1000px;
    right: -432px;
    top: -584px
}

.page-privacy .text-page-block:first-child:after {
    background-image: url(../../../themes/fulcrum/assets/img/bg/gradient-green.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.page-privacy .text-page-block:first-child:after {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    left: -269px;
    top: 57px
}

.page-privacy .text-page-block:nth-child(2):before {
    background-image: url(../../../themes/fulcrum/assets/img/bg/gradient-blue.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.page-privacy .text-page-block:nth-child(2):before {
    content: "";
    position: absolute;
    width: 1000px;
    height: 1000px;
    right: -460px;
    top: 4px
}

.page-privacy .text-page-block:nth-child(3):after {
    background-image: url(../../../themes/fulcrum/assets/img/bg/gradient-green.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.page-privacy .text-page-block:nth-child(3):after {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    left: -281px;
    top: 377px
}

.page-privacy .text-page-block:nth-child(4):before {
    background-image: url(../../../themes/fulcrum/assets/img/bg/gradient-blue.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.page-privacy .text-page-block:nth-child(4):before {
    content: "";
    position: absolute;
    width: 1000px;
    height: 1000px;
    right: -423px;
    top: 191px
}

.page-privacy .text-page-block:nth-child(4):after {
    background-image: url(../../../themes/fulcrum/assets/img/bg/gradient-green.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.page-privacy .text-page-block:nth-child(4):after {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    left: -331px;
    top: 954px
}

.page-privacy .text-page-block:nth-child(5):before {
    background-image: url(../../../themes/fulcrum/assets/img/bg/gradient-blue.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.page-privacy .text-page-block:nth-child(5):before {
    content: "";
    position: absolute;
    width: 1000px;
    height: 1000px;
    right: -436px;
    top: -535px
}

.page-privacy .text-page-block:nth-child(6):before {
    background-image: url(../../../themes/fulcrum/assets/img/bg/gradient-blue.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.page-privacy .text-page-block:nth-child(6):before {
    content: "";
    position: absolute;
    width: 1000px;
    height: 1000px;
    right: -233px;
    top: -53px
}

.page-privacy .text-page-block:nth-child(6):after {
    background-image: url(../../../themes/fulcrum/assets/img/bg/gradient-green.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.page-privacy .text-page-block:nth-child(6):after {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    left: 20px;
    top: 428px
}

.page-privacy .text-page-block:nth-child(7):before {
    background-image: url(../../../themes/fulcrum/assets/img/bg/gradient-blue.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.page-privacy .text-page-block:nth-child(7):before {
    content: "";
    position: absolute;
    width: 1000px;
    height: 1000px;
    right: -165px;
    top: 69px
}

.page-privacy .text-page-block:nth-child(9):after {
    background-image: url(../../../themes/fulcrum/assets/img/bg/gradient-green.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.page-privacy .text-page-block:nth-child(9):after {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    left: 20px;
    top: 194px
}

.page-privacy .text-page-block:nth-child(11):before {
    background-image: url(../../../themes/fulcrum/assets/img/bg/gradient-blue.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.page-privacy .text-page-block:nth-child(11):before {
    content: "";
    position: absolute;
    width: 1000px;
    height: 1000px;
    right: -439px;
    top: 427px
}

@media (min-width: 1024px) {
    .page-privacy .text-page-block:first-child:before {
        content:"";
        position: absolute;
        width: 108.4vw;
        height: 108.4vw;
        right: -35.5vw;
        top: -41vw
    }

    .page-privacy .text-page-block:first-child:after {
        content: "";
        position: absolute;
        width: 84.34vw;
        height: 84.34vw;
        left: -28vw;
        top: 9vw
    }

    .page-privacy .text-page-block:nth-child(2):before {
        content: "";
        position: absolute;
        width: 108.4vw;
        height: 108.4vw;
        right: -35.5vw;
        top: 21.3vw
    }

    .page-privacy .text-page-block:nth-child(3):after {
        display: none
    }

    .page-privacy .text-page-block:nth-child(4):before {
        display: none
    }

    .page-privacy .text-page-block:nth-child(4):after {
        content: "";
        position: absolute;
        width: 84.34vw;
        height: 84.34vw;
        left: -28vw;
        top: -18.5vw
    }

    .page-privacy .text-page-block:nth-child(5):before {
        content: "";
        position: absolute;
        width: 108.4vw;
        height: 108.4vw;
        right: -35.5vw;
        top: -13.85vw
    }

    .page-privacy .text-page-block:nth-child(6):before {
        display: none
    }

    .page-privacy .text-page-block:nth-child(6):after {
        content: "";
        position: absolute;
        width: 84.34vw;
        height: 84.34vw;
        left: -28vw;
        top: 5vw
    }

    .page-privacy .text-page-block:nth-child(7):before {
        display: none
    }

    .page-privacy .text-page-block:nth-child(8):before {
        background-image: url(../../../themes/fulcrum/assets/img/bg/gradient-blue.webp);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover
    }

    .page-privacy .text-page-block:nth-child(8):before {
        content: "";
        position: absolute;
        width: 108.4vw;
        height: 108.4vw;
        right: -35.5vw;
        top: -7.8vw
    }

    .page-privacy .text-page-block:nth-child(9):after {
        background-image: url(../../../themes/fulcrum/assets/img/bg/gradient-green.webp);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover
    }

    .page-privacy .text-page-block:nth-child(9):after {
        content: "";
        position: absolute;
        width: 84.34vw;
        height: 84.34vw;
        left: -28vw;
        top: 13.4vw
    }

    .page-privacy .text-page-block:nth-child(10):before {
        background-image: url(../../../themes/fulcrum/assets/img/bg/gradient-blue.webp);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover
    }

    .page-privacy .text-page-block:nth-child(10):before {
        content: "";
        position: absolute;
        width: 108.4vw;
        height: 108.4vw;
        right: -35.5vw;
        top: 12vw
    }

    .page-privacy .text-page-block:nth-child(11):before {
        display: none
    }
}

.block-page {
    margin: 0 0 60px;
    position: relative
}

.block-page:last-child {
    margin-bottom: 0
}

.block-page .container {
    position: relative;
    z-index: 1
}

.block-page h1,.block-page .h1 {
    line-height: 1
}

@media (min-width: 1024px) and (max-width:1439.98px) {
    .block-page h1,.block-page .h1 {
        margin-left:15px
    }
}

.block-page .block-number {
    margin: 0 0 18px
}

@media (min-width: 1024px) {
    .block-page {
        margin:0 0 120px
    }

    .block-page h1,.block-page .h1 {
        line-height: .96;
        letter-spacing: -.03em
    }
}

.block-page--career1 .plane-animation {
    padding: 15px 0 0
}

@media (min-width: 1024px) {
    .block-page--career1:after {
        background-image:url(../../../themes/fulcrum/assets/img/bg/gradient-blue.webp);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover
    }

    .block-page--career1:after {
        content: "";
        position: absolute;
        width: 108.4vw;
        height: 108.4vw;
        left: -50.24vw;
        top: -20px
    }

    .block-page--career1 .plane-animation {
        padding: 65px 0 0;
        margin: 0 0 -5px
    }
}

.block-page--career2:before {
    background-image: url(../../../themes/fulcrum/assets/img/bg/gradient-blue.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.block-page--career2:before {
    content: "";
    position: absolute;
    width: 1000px;
    height: 1000px;
    right: -421px;
    top: -46px
}

.block-page--career2 .block-text {
    margin-bottom: 10px
}

.block-page--career2 .tab-menu-wrapper {
    margin-bottom: 20px
}

.block-page--career2 .tab-menu-wrapper .tab-nav li a>span {
    padding-left: 16px;
    padding-right: 16px
}

.block-page--career2 .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px
}

@media (min-width: 640px) {
    .block-page--career2 .wrapper {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -5px
    }

    .block-page--career2 .wrapper .col {
        width: 50%;
        padding: 0 5px
    }
}

@media (min-width: 768px) {
    .block-page--career2 .wrapper {
        margin:0 -10px;
        row-gap: 20px
    }

    .block-page--career2 .wrapper .col {
        padding: 0 10px
    }
}

@media (min-width: 1024px) {
    .block-page--career2:before {
        display:none
    }

    .block-page--career2 .block-text {
        margin-bottom: 20px
    }

    .block-page--career2 .tab-menu-wrapper {
        margin-bottom: 40px
    }

    .block-page--career2 .tab-menu-wrapper .tab-nav li a>span {
        padding-left: 19px;
        padding-right: 19px
    }

    .block-page--career2 .wrapper .col {
        width: 33.3333%
    }
}

@media (min-width: 1440px) {
    .block-page--career2 .wrapper .col {
        width:25%
    }
}

.block-page--career3:before {
    background-image: url(../../../themes/fulcrum/assets/img/bg/gradient-blue.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.block-page--career3:before {
    content: "";
    position: absolute;
    width: 1000px;
    height: 1000px;
    right: -402px;
    top: 430px
}

.block-page--career3 .block-text {
    margin-bottom: 18px
}

.block-page--career3 .card-type-02 .card .card-inner .card-image {
    top: 20px
}

.block-page--career3 .card-type-02 .card .card-inner .card-top {
    margin: 0 0 1px
}

.block-page--career3 .card-type-02 .card .card-inner .card-top h2 {
    margin: 0
}

.block-page--career3 .card-type-02 .tab-nav li a>span {
    padding: 10.6px 15px
}

.block-page--career3 .swiper-button-prev,.block-page--career3 .swiper-button-next {
    right: 16px;
    top: 212px
}

.block-page--career3 .swiper-scrollbar-horizontal {
    margin: 15px 0 0
}

@media (min-width: 1024px) {
    .block-page--career3:before {
        content:"";
        position: absolute;
        width: 108.4vw;
        height: 108.4vw;
        right: -40.36vw;
        top: -150px
    }

    .block-page--career3 .block-text {
        margin-bottom: 38px
    }

    .block-page--career3 .card-type-02 {
        padding: 0;
        height: 660px
    }

    .block-page--career3 .card-type-02 .card .card-inner .card-image {
        top: 40px
    }

    .block-page--career3 .card-type-02 .card .card-inner .card-top {
        margin: 0 0 7px
    }

    .block-page--career3 .card-type-02 .tab-nav li a>span {
        padding: 14px 19px!important
    }

    .block-page--career3 .swiper-scrollbar-horizontal {
        margin: 40px 0 0
    }

    .block-page--career3 .swiper-button-prev,.block-page--career3 .swiper-button-next {
        right: 44px;
        top: 43%
    }
}

@media (min-width: 1024px) and (min-width:1440px) {
    .block-page--career3 .swiper-slide:nth-child(2) .product-item .product-description ul li strong {
        width:230px
    }
}

.block-page--career4 .block-text {
    margin-bottom: 14px
}

.block-page--career4 .swiper-button-prev,.block-page--career4 .swiper-button-next {
    right: 16px;
    -webkit-transform: translateY(calc(-50% - 24px));
    -ms-transform: translateY(calc(-50% - 24px));
    transform: translateY(calc(-50% - 24px))
}

.block-page--career4 .swiper-scrollbar-horizontal {
    display: none
}

.block-page--career4 .card-type-10 .card .card-inner {
    min-height: 258px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.block-page--career4 .card-type-10 .card .card-inner h3 {
    line-height: 1
}

@media (min-width: 640px) {
    .block-page--career4 .card-type-10 .card .card-inner p {
        min-height:4.2em
    }
}

@media (min-width: 1024px) {
    .block-page--career4 {
        margin:0 0 110px
    }

    .block-page--career4:before {
        background-image: url(../../../themes/fulcrum/assets/img/bg/gradient-green.webp);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover
    }

    .block-page--career4:before {
        content: "";
        position: absolute;
        width: 84.3vw;
        height: 84.3vw;
        right: -35.2vw;
        top: -23.7vw
    }

    .block-page--career4 .block-text {
        margin-bottom: 40px
    }

    .block-page--career4 .card-type-10 .card .card-inner {
        min-height: 398px
    }

    .block-page--career4 .card-type-10 .card .card-inner h3 {
        line-height: 1.2;
        margin: 0
    }

    .block-page--career4 .card-type-10 .card .card-inner p {
        min-height: 7em
    }
}

@media (min-width: 1280px) {
    .block-page--career4 .card-type-10 .card .card-inner p {
        min-height:5.6em
    }
}

@media (min-width: 1440px) {
    .block-page--career4 .card-type-10 .card .card-inner {
        padding:39px 39px 37px
    }

    .block-page--career4 .card-type-10 .card .card-inner h3 {
        margin: 0
    }

    .block-page--career4 .card-type-10 .card .card-inner p {
        min-height: 7em
    }
}

.block-page--career5:after {
    background-image: url(../../../themes/fulcrum/assets/img/bg/gradient-green.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.block-page--career5:after {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    left: -254px;
    top: -138px
}

.block-page--career5 .image {
    margin: -23px -10px 0;
    padding: 0 0 27px;
    font-size: 3.43rem
}

.block-page--career5 .image img {
    max-width: 100%;
    height: auto;
    display: block
}

@media (min-width: 1024px) {
    .block-page--career5:after {
        background-image:url(../../../themes/fulcrum/assets/img/bg/gradient-blue.webp);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover
    }

    .block-page--career5:after {
        content: "";
        position: absolute;
        width: 108.4vw;
        height: 108.4vw;
        left: -41.15vw;
        top: -81px
    }
}

@media (min-width: 1440px) {
    .block-page--career5 .block-text {
        margin-bottom:0
    }

    .block-page--career5 .image {
        font-size: 5.11rem;
        margin: -2.42em 0 0;
        padding: 0
    }
}

.block-page--career6:before {
    background-image: url(../../../themes/fulcrum/assets/img/bg/gradient-blue.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.block-page--career6:before {
    content: "";
    position: absolute;
    width: 1000px;
    height: 1000px;
    right: -402px;
    top: 392px
}

.block-page--career6 .block-text {
    margin-bottom: 19px
}

@media (min-width: 1024px) {
    .block-page--career6 {
        margin:0 0 115px
    }

    .block-page--career6:before {
        background-image: url(../../../themes/fulcrum/assets/img/bg/gradient-green.webp);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover
    }

    .block-page--career6:before {
        content: "";
        position: absolute;
        width: 84.3vw;
        height: 84.3vw;
        right: -34.3vw;
        top: 48px
    }

    .block-page--career6 .block-text {
        margin-bottom: 37px
    }
}

.block-page--career7:after {
    background-image: url(../../../themes/fulcrum/assets/img/bg/gradient-green.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.block-page--career7:after {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    left: -336px;
    top: 521px
}

.block-page--career7 .block-text {
    margin-bottom: 19px
}

.block-page--career7 .h1 {
    margin-right: 20px
}

.block-page--career7 .image {
    margin: 0 0 20px
}

.block-page--career7 .image img {
    max-width: 100%;
    height: auto;
    display: block
}

.block-page--career7 .cards-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px
}

@media (min-width: 768px) {
    .block-page--career7 .wrapper {
        margin:0 -10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .block-page--career7 .wrapper .col {
        padding: 0 10px;
        width: 50%
    }

    .block-page--career7 .image {
        margin: 0
    }
}

@media (min-width: 1024px) {
    .block-page--career7:after {
        display:none
    }

    .block-page--career7 .block-text {
        margin-bottom: -4px
    }

    .block-page--career7 .h1 {
        margin-right: 0;
        max-width: 700px
    }

    .block-page--career7 .image {
        margin: 42px 0 0
    }

    .block-page--career7 .cards-wrapper {
        row-gap: 20px
    }
}

.block-page--career-single {
    position: relative
}

.block-page--career-single:before {
    background-image: url(../../../themes/fulcrum/assets/img/bg/gradient-blue.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.block-page--career-single:before {
    content: "";
    position: absolute;
    width: 1000px;
    height: 1000px;
    right: -437px;
    top: -464px
}

.block-page--career-single:after {
    background-image: url(../../../themes/fulcrum/assets/img/bg/gradient-green.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.block-page--career-single:after {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    left: -236px;
    top: 206px
}

.block-page--career-single .container {
    z-index: auto
}

.block-page--career-single .container:before {
    background-image: url(../../../themes/fulcrum/assets/img/bg/gradient-blue.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.block-page--career-single .container:before {
    content: "";
    position: absolute;
    width: 1000px;
    height: 1000px;
    right: -405px;
    top: 783px
}

.block-page--career-single .block-number,.block-page--career-single h1,.block-page--career-single .block-text {
    position: relative;
    z-index: 1
}

.block-page--career-single .block-number {
    margin: 0 0 12px
}

.block-page--career-single .block-text {
    margin-bottom: 0
}

.block-page--career-single .block-text .col {
    margin: 0 0 58px
}

.block-page--career-single .block-text .col:last-child {
    margin: 0
}

.block-page--career-single h1 {
    margin: 0 10px 0 0
}

.block-page--career-single h3 {
    margin: 37px 0 7px
}

.block-page--career-single p {
    margin: 0;
    line-height: 1.42
}

.block-page--career-single ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    line-height: 1.42
}

.block-page--career-single ul li {
    position: relative;
    padding: 0 0 0 27px
}

.block-page--career-single ul li:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #91999e;
    position: absolute;
    left: 11px;
    top: .6em
}

.block-page--career-single .job-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 16px 0 -10px
}

.block-page--career-single .job-details .item {
    margin: 0 12px 10px 0;
    letter-spacing: .01em;
    font-size: 12px
}

.block-page--career-single .job-details .item span {
    display: block;
    margin: 0 0 4px;
    color: #fff
}

.block-page--career-single .job-details .item .item-data {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    padding: 0 16px;
    background: rgba(255,255,255,.1);
    border-radius: 5px;
    color: #91999e
}

.block-page--career-single .job-form .form-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px
}

.block-page--career-single .job-form .form-wrapper .form-col {
    width: 50%;
    padding: 0 5px
}

.block-page--career-single .job-form .field {
    position: relative;
    margin: 0 0 10px;
    width: 100%
}

.block-page--career-single .job-form .field p {
    margin: 0!important
}

.block-page--career-single .job-form .field.error {
    margin-bottom: 23px;
    border-color: #ef4335
}

.block-page--career-single .job-form .field input {
    width: 100%;
    height: 34px;
    padding: 8px 0 9px;
    font-size: 12px;
    line-height: 14px;
    color: #91999e;
    background: none;
    border: 1px solid transparent;
    border-bottom: 1px solid #91999e;
    border-radius: 0;
    resize: none;
    overflow: hidden
}

.block-page--career-single .job-form .field input::-webkit-input-placeholder {
    color: #91999e;
    opacity: 1
}

.block-page--career-single .job-form .field input:-moz-placeholder {
    color: #91999e;
    opacity: 1
}

.block-page--career-single .job-form .field input::-moz-placeholder {
    color: #91999e;
    opacity: 1
}

.block-page--career-single .job-form .field input:-ms-input-placeholder {
    color: #91999e;
    opacity: 1
}

.block-page--career-single .job-form .field input:not(:-moz-placeholder-shown) {
    outline: none;
    box-shadow: none;
    border-color: transparent;
    border-bottom-color: #e9eef1;
    color: #e9eef1
}

.block-page--career-single .job-form .field input:not(:-ms-input-placeholder) {
    outline: none;
    box-shadow: none;
    border-color: transparent;
    border-bottom-color: #e9eef1;
    color: #e9eef1
}

.block-page--career-single .job-form .field input:focus,.block-page--career-single .job-form .field input:not(:placeholder-shown) {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: transparent;
    border-bottom-color: #e9eef1;
    color: #e9eef1
}

.block-page--career-single .job-form .field input:focus::-webkit-input-placeholder,.block-page--career-single .job-form .field input:not(:placeholder-shown)::-webkit-input-placeholder {
    color: #e9eef1;
    opacity: 1
}

.block-page--career-single .job-form .field input:not(:-moz-placeholder-shown):-moz-placeholder {
    color: #e9eef1;
    opacity: 1
}

.block-page--career-single .job-form .field input:focus:-moz-placeholder,.block-page--career-single .job-form .field input:not(:placeholder-shown):-moz-placeholder {
    color: #e9eef1;
    opacity: 1
}

.block-page--career-single .job-form .field input:not(:-moz-placeholder-shown)::-moz-placeholder {
    color: #e9eef1;
    opacity: 1
}

.block-page--career-single .job-form .field input:focus::-moz-placeholder,.block-page--career-single .job-form .field input:not(:placeholder-shown)::-moz-placeholder {
    color: #e9eef1;
    opacity: 1
}

.block-page--career-single .job-form .field input:not(:-ms-input-placeholder):-ms-input-placeholder {
    color: #e9eef1;
    opacity: 1
}

.block-page--career-single .job-form .field input:focus:-ms-input-placeholder,.block-page--career-single .job-form .field input:not(:placeholder-shown):-ms-input-placeholder {
    color: #e9eef1;
    opacity: 1
}

.block-page--career-single .job-form .field input:not(:-moz-placeholder-shown) {
    color: #e9eef1
}

.block-page--career-single .job-form .field input:not(:-ms-input-placeholder) {
    color: #e9eef1
}

.block-page--career-single .job-form .field input:not(:placeholder-shown) {
    color: #e9eef1
}

.block-page--career-single .job-form .field input.error,.block-page--career-single .job-form .field input.wpcf7-not-valid {
    border-bottom-color: #ef4335
}

.block-page--career-single .job-form .field input.error::-webkit-input-placeholder,.block-page--career-single .job-form .field input.wpcf7-not-valid::-webkit-input-placeholder {
    color: #ef4335;
    opacity: 1
}

.block-page--career-single .job-form .field input.error:-moz-placeholder,.block-page--career-single .job-form .field input.wpcf7-not-valid:-moz-placeholder {
    color: #ef4335;
    opacity: 1
}

.block-page--career-single .job-form .field input.error::-moz-placeholder,.block-page--career-single .job-form .field input.wpcf7-not-valid::-moz-placeholder {
    color: #ef4335;
    opacity: 1
}

.block-page--career-single .job-form .field input.error:-ms-input-placeholder,.block-page--career-single .job-form .field input.wpcf7-not-valid:-ms-input-placeholder {
    color: #ef4335;
    opacity: 1
}

.block-page--career-single .job-form .field input.error+.error-msg,.block-page--career-single .job-form .field input.wpcf7-not-valid+.error-msg {
    display: block
}

.block-page--career-single .job-form .field .wpcf7-form-control-wrap {
    display: block;
    position: relative
}

.block-page--career-single .job-form .field .wpcf7-not-valid-tip {
    font-size: 10px;
    position: absolute;
    top: 100%;
    line-height: 1.4;
    margin: 4px 0 0;
    letter-spacing: .01em
}

.block-page--career-single .job-form .field .error-msg {
    position: absolute;
    left: 0;
    top: 100%;
    font-size: 10px;
    color: #ef4335;
    letter-spacing: .01em;
    padding: 2px 0 0;
    display: none
}

.block-page--career-single .job-form .field-file {
    position: relative;
    padding: 0 0 0 25px;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='12' ry='12' stroke='%23E9EEF1' stroke-width='1' stroke-dasharray='12%2c4' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
    border-radius: 12px 12px 25px 12px;
    margin: 19px 0 40px;
    font-size: 12px;
    -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 15px),calc(100% - 15px) 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% calc(100% - 15px),calc(100% - 15px) 100%,0 100%);
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 9
}

.block-page--career-single .job-form .field-file:after {
    content: "";
    background: url(../../../themes/fulcrum/assets/img/bg/file-corner.png) no-repeat;
    width: 26px;
    height: 26px;
    position: absolute;
    right: 0;
    bottom: 0
}

.block-page--career-single .job-form .field-file input {
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9
}

.block-page--career-single .job-form .field-file p {
    margin: 0;
    background: url(../../../themes/fulcrum/assets/img/icons/ico-file-add.svg) 0 50% no-repeat;
    padding: 0 0 0 41px;
    letter-spacing: .01em
}

.block-page--career-single .job-form .field-file p span {
    display: block;
    color: #e9eef1
}

@media (min-width: 768px) {
    .block-page--career-single .block-text .col {
        margin:0
    }
}

@media (min-width: 1024px) {
    .block-page--career-single {
        padding:0 0 40px
    }

    .block-page--career-single:before {
        content: "";
        position: absolute;
        width: 108.4vw;
        height: 108.4vw;
        right: -40.36vw;
        top: -45vw
    }

    .block-page--career-single:after {
        content: "";
        position: absolute;
        width: 84.3vw;
        height: 84.3vw;
        left: auto;
        top: -32px
    }

    .block-page--career-single:after {
        right: -35.18vw
    }

    .block-page--career-single .container {
        z-index: 1
    }

    .block-page--career-single .container:before {
        display: none
    }

    .block-page--career-single h1 {
        margin: 0 0 18px
    }

    .block-page--career-single h3 {
        margin: 60px 0 11px
    }

    .block-page--career-single p {
        line-height: 1.39
    }

    .block-page--career-single ul {
        line-height: 1.38
    }

    .block-page--career-single .job-details {
        margin: 0 0 -10px 0;
        max-width: 600px
    }

    .block-page--career-single .job-details .item {
        font-size: 14px
    }

    .block-page--career-single .job-details .item span {
        margin: 0 0 10px
    }

    .block-page--career-single .job-details .item .item-data {
        height: 50px;
        padding: 0 20px;
        border-radius: 5px
    }

    .block-page--career-single .job-form {
        max-width: 555px
    }

    .block-page--career-single .job-form .form-wrapper {
        margin: 0 -10px
    }

    .block-page--career-single .job-form .form-wrapper .form-col {
        padding: 0 10px
    }

    .block-page--career-single .job-form .field {
        margin: 0 0 20px
    }

    .block-page--career-single .job-form .field.error {
        margin-bottom: 20px
    }

    .block-page--career-single .job-form .field input {
        height: 40px;
        padding: 10px 0 11px;
        font-size: 14px
    }

    .block-page--career-single .job-form .field-file {
        margin: 39px 0 40px;
        font-size: 14px;
        height: 80px
    }

    .block-page--career-single .job-form .field-file p {
        padding: 0 0 0 51px
    }

    .block-page--career-single .job-form .field-file p span {
        margin: 0 0 1px
    }
}

.page-marketplace {
    --color-main: #3726ff
}

.page-marketplace .txt-gradient,.page-marketplace .page-product .block-product-speed .text h3,.page-product .block-product-speed .text .page-marketplace h3 {
    background-color: #fff;
    background-image: -webkit-gradient(linear,left top,right top,from(var(--color-main)),to(#e9eef1));
    background-image: -o-linear-gradient(left,var(--color-main) 0%,#e9eef1 100%);
    background-image: linear-gradient(90deg,var(--color-main) 0%,#e9eef1 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0 5px 0 0
}

.page-marketplace .block-business {
    padding-bottom: 0
}

.page-marketplace .block-business:before {
    background-image: url(../../../themes/fulcrum/assets/img/bg/dark-blue.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.page-marketplace .block-business:before {
    content: "";
    position: absolute;
    width: 692px;
    height: 692px;
    right: -475px;
    top: -175px
}

@media (min-width: 1024px) {
    .page-marketplace .block-business:before {
        display:none
    }
}

@media (min-width: 768px) {
    .page-marketplace .block-page .tab-menu-wrapper {
        overflow:visible
    }

    .page-marketplace .block-page .tab-menu-wrapper .tab-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 10px
    }
}

.page-marketplace .block-page .card-type-10 {
    height: 260px
}

.page-marketplace .block-page .card-type-10 .card .card-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.page-marketplace .block-page .card-type-10 .card .card-inner h3 {
    line-height: 1;
    margin: 0
}

@media (min-width: 1024px) {
    .page-marketplace .block-page .card-type-10 {
        height:300px
    }
}

@media (min-width: 1440px) {
    .page-marketplace .block-page .card-type-10 {
        height:400px
    }

    .page-marketplace .block-page .card-type-10 .card .card-inner h3 {
        line-height: 1.2
    }
}

.page-marketplace .block-page .card-type-07 {
    height: 260px
}

.page-marketplace .block-page .card-type-07 .card .card-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.page-marketplace .block-page .card-type-07 .card .card-inner .card-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0
}

.page-marketplace .block-page .card-type-07 .card .card-inner h3 {
    line-height: 1;
    margin: 0
}

@media (min-width: 1024px) {
    .page-marketplace .block-page .card-type-07 {
        height:300px
    }
}

@media (min-width: 1024px) {
    .page-marketplace .block-page .swiper-08 .swiper-wrapper {
        margin:0 -10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 20px;
        width: auto
    }

    .page-marketplace .block-page .swiper-08 .swiper-slide {
        padding: 0 10px;
        width: 25%
    }
}

.page-marketplace .block-page.block-page--market1 {
    position: relative
}

.page-marketplace .block-page.block-page--market1:after {
    background-image: url(../../../themes/fulcrum/assets/img/bg/dark-blue.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.page-marketplace .block-page.block-page--market1:after {
    content: "";
    position: absolute;
    width: 692px;
    height: 692px;
    left: -359px;
    top: 79px
}

.page-marketplace .block-page.block-page--market1 .block-text {
    margin-bottom: 22px
}

.page-marketplace .block-page.block-page--market1 .card-type-10 .card p {
    min-height: 2.8em
}

@media (min-width: 1024px) {
    .page-marketplace .block-page.block-page--market1:after {
        display:none
    }

    .page-marketplace .block-page.block-page--market1 .block-text {
        margin-bottom: 37px
    }
}

@media (min-width: 1440px) {
    .page-marketplace .block-page.block-page--market1 .card-type-10 .card .card-inner {
        padding-right:25px
    }
}

.page-marketplace .block-page.block-page--market2 {
    margin: 0 0 51px
}

.page-marketplace .block-page.block-page--market2 .block-text p {
    margin: 8px 0 21px
}

.page-marketplace .block-page.block-page--market2 .block-text p:last-child {
    margin-bottom: 0
}

.page-marketplace .block-page.block-page--market2 .image {
    padding: 16px 0 0;
    text-align: center
}

@media (min-width: 1024px) {
    .page-marketplace .block-page.block-page--market2 {
        margin:0 0 77px
    }

    .page-marketplace .block-page.block-page--market2 .block-text p {
        margin: 37px 0 -12px
    }
}

@media (min-width: 1024px) {
    .page-marketplace .block-page.block-page--market2 .image {
        padding:18px 115px 0 0
    }
}

.page-marketplace .block-page.block-page--market3:after {
    background-image: url(../../../themes/fulcrum/assets/img/bg/dark-blue.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.page-marketplace .block-page.block-page--market3:after {
    content: "";
    position: absolute;
    width: 692px;
    height: 692px;
    left: -370px;
    top: -191px
}

.page-marketplace .block-page.block-page--market3 .block-text {
    margin: 0 0 20px
}

.page-marketplace .block-page.block-page--market3 .block-text p {
    margin: 19px 0 11px
}

.page-marketplace .block-page.block-page--market3 .tab-nav li a>span {
    padding-left: 27px;
    padding-right: 27px
}

.page-marketplace .block-page.block-page--market3 .card-type-10 .card .card-inner p {
    min-height: 4.2em
}

@media (min-width: 1024px) {
    .page-marketplace .block-page.block-page--market3:after {
        display:none
    }

    .page-marketplace .block-page.block-page--market3:before {
        background-image: url(../../../themes/fulcrum/assets/img/bg/dark-blue.webp);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover
    }

    .page-marketplace .block-page.block-page--market3:before {
        content: "";
        position: absolute;
        width: 47.2vw;
        height: 47.2vw;
        right: -12.1vw;
        top: -103px
    }

    .page-marketplace .block-page.block-page--market3 .block-text {
        margin: 0 0 41px
    }

    .page-marketplace .block-page.block-page--market3 .block-text p {
        margin: 13px 0 19px
    }

    .page-marketplace .block-page.block-page--market3 .tab-nav li a>span {
        padding-left: 47px;
        padding-right: 47px
    }
}

.page-marketplace .block-page.block-page--market4 .image {
    padding: 6px 0;
    text-align: center
}

.page-marketplace .block-page.block-page--market4 .image img {
    display: block;
    max-width: 100%;
    height: auto
}

.page-marketplace .block-page.block-page--market4 dl {
    margin: 22px 0 0;
    padding: 0
}

.page-marketplace .block-page.block-page--market4 dl dt {
    display: block;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -.01em;
    color: #e9eef1;
    margin: 0 0 10px
}

.page-marketplace .block-page.block-page--market4 dl dd {
    display: block;
    margin: 0 0 21px;
    line-height: 1.4
}

.page-marketplace .block-page.block-page--market4 dl dd:last-child {
    margin: 0
}

@media (min-width: 1024px) {
    .page-marketplace .block-page.block-page--market4 {
        position:relative
    }

    .page-marketplace .block-page.block-page--market4:after {
        background-image: url(../../../themes/fulcrum/assets/img/bg/dark-blue.webp);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover
    }

    .page-marketplace .block-page.block-page--market4:after {
        content: "";
        position: absolute;
        width: 47.2vw;
        height: 47.2vw;
        left: -24vw;
        top: -93px
    }

    .page-marketplace .block-page.block-page--market4 .image {
        padding: 107px 0 0
    }

    .page-marketplace .block-page.block-page--market4 dl {
        margin: 43px 0 0;
        max-width: 555px
    }

    .page-marketplace .block-page.block-page--market4 dl dt {
        font-size: 28px;
        margin: 0 0 12px
    }

    .page-marketplace .block-page.block-page--market4 dl dd {
        margin: 0 0 44px
    }
}

.page-marketplace .block-page.block-page--market5 {
    position: relative
}

.page-marketplace .block-page.block-page--market5:before {
    background-image: url(../../../themes/fulcrum/assets/img/bg/dark-blue.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.page-marketplace .block-page.block-page--market5:before {
    content: "";
    position: absolute;
    width: 692px;
    height: 692px;
    right: -276px;
    top: -358px
}

.page-marketplace .block-page.block-page--market5 .block-text {
    margin: 0 0 20px
}

.page-marketplace .block-page.block-page--market5 .block-text p {
    margin: 8px 0 20px
}

.page-marketplace .block-page.block-page--market5 .tab-nav li a>span {
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 1024px) {
    .page-marketplace .block-page.block-page--market5:before {
        display:none
    }

    .page-marketplace .block-page.block-page--market5 .block-text {
        margin: 0 0 41px
    }

    .page-marketplace .block-page.block-page--market5 .block-text p {
        margin: 13px 0 18px
    }

    .page-marketplace .block-page.block-page--market5 .tab-nav li a>span {
        padding-left: 19px;
        padding-right: 19px
    }
}

.page-marketplace .block-page.block-page--market6 .block-text {
    margin: 0 0 20px
}

.page-marketplace .block-page.block-page--market6 .block-text p {
    margin: 8px 0 0
}

.page-marketplace .block-page.block-page--market6 .card-type-07 .card .card-inner h3 {
    white-space: nowrap;
    margin: 0 0 9px
}

@media (min-width: 1024px) {
    .page-marketplace .block-page.block-page--market6 {
        position:relative
    }

    .page-marketplace .block-page.block-page--market6:before {
        background-image: url(../../../themes/fulcrum/assets/img/bg/dark-blue.webp);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover
    }

    .page-marketplace .block-page.block-page--market6:before {
        content: "";
        position: absolute;
        width: 47.2vw;
        height: 47.2vw;
        right: -12vw;
        top: -79px
    }

    .page-marketplace .block-page.block-page--market6 .block-text {
        margin: 0 0 37px
    }

    .page-marketplace .block-page.block-page--market6 .block-text p {
        margin: 12px 0 0
    }

    .page-marketplace .block-page.block-page--market6 .swiper-08 .swiper-wrapper {
        position: relative;
        margin: 0;
        border: 1px solid #434343;
        border-radius: 10px 10px 31px 10px;
        -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
        row-gap: 0
    }
}

@media (min-width: 1024px) and (min-width:1440px) {
    .page-marketplace .block-page.block-page--market6 .swiper-08 .swiper-wrapper {
        border-radius:20px 20px 50px 20px;
        -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%)
    }
}

@media (min-width: 1024px) {
    .page-marketplace .block-page.block-page--market6 .swiper-08 .swiper-wrapper:before {
        content:"";
        position: absolute;
        width: 25px;
        height: 25px;
        background-color: #434343;
        position: absolute;
        bottom: 0;
        right: 0;
        -webkit-transform: rotate(45deg) translate3d(56%,0,0);
        transform: rotate(45deg) translate3d(56%,0,0);
        opacity: .7
    }

    .page-marketplace .block-page.block-page--market6 .swiper-08 .swiper-slide {
        padding: 0;
        width: 32.4%
    }

    .page-marketplace .block-page.block-page--market6 .card-type-07 {
        height: 268px
    }

    .page-marketplace .block-page.block-page--market6 .card-type-07 .card {
        border: none;
        border-radius: 0;
        -webkit-clip-path: none;
        clip-path: none
    }

    .page-marketplace .block-page.block-page--market6 .card-type-07 .card:before {
        display: none
    }

    .page-marketplace .block-page.block-page--market6 .card-type-07 .card .card-inner h3 {
        white-space: normal;
        margin: 0 0 14px
    }
}

@media (min-width: 1440px) {
    .page-marketplace .block-page.block-page--market6 .swiper-08 .swiper-wrapper:before {
        width:40px;
        height: 40px;
        -webkit-transform: rotate(45deg) translate3d(59%,0,0);
        transform: rotate(45deg) translate3d(59%,0,0)
    }
}

.page-marketplace .block-page.block-page--market7 {
    margin: 0 0 40px;
    position: relative
}

.page-marketplace .block-page.block-page--market7:after {
    background-image: url(../../../themes/fulcrum/assets/img/bg/dark-blue.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.page-marketplace .block-page.block-page--market7:after {
    content: "";
    position: absolute;
    width: 692px;
    height: 692px;
    left: -395px;
    top: -257px
}

.page-marketplace .block-page.block-page--market7 .block-text {
    margin: 0 0 20px
}

.page-marketplace .block-page.block-page--market7 .block-text p {
    margin: 8px 0 20px
}

.page-marketplace .block-page.block-page--market7 .tab-nav li a>span {
    padding-left: 15px;
    padding-right: 15px
}

.page-marketplace .block-page.block-page--market7 .card-type-02 .card .card-inner .card-image {
    top: 20px
}

.page-marketplace .block-page.block-page--market7 .card-type-02 .card .card-inner .card-top {
    margin: 0 0 1px
}

.page-marketplace .block-page.block-page--market7 .card-type-02 .card .card-inner .card-top h2 {
    margin: 0
}

.page-marketplace .block-page.block-page--market7 .card-type-02 .tab-nav li a>span {
    padding: 10.6px 15px
}

.page-marketplace .block-page.block-page--market7 .swiper-button-prev,.page-marketplace .block-page.block-page--market7 .swiper-button-next {
    right: 16px;
    top: 310px
}

.page-marketplace .block-page.block-page--market7 .swiper-scrollbar-horizontal {
    margin: 15px 0 0
}

@media (min-width: 768px) {
    .page-marketplace .block-page.block-page--market7 .swiper-button-prev,.page-marketplace .block-page.block-page--market7 .swiper-button-next {
        top:46.8%
    }
}

@media (min-width: 1024px) {
    .page-marketplace .block-page.block-page--market7 {
        margin:0 0 40px
    }

    .page-marketplace .block-page.block-page--market7:after {
        content: "";
        position: absolute;
        width: 47.2vw;
        height: 47.2vw;
        left: -26vw;
        top: -33px
    }

    .page-marketplace .block-page.block-page--market7 .block-text {
        margin: 0 0 37px
    }

    .page-marketplace .block-page.block-page--market7 .block-text p {
        margin: 12px 0 20px
    }

    .page-marketplace .block-page.block-page--market7 .tab-nav li a>span {
        padding-left: 19px;
        padding-right: 19px
    }

    .page-marketplace .block-page.block-page--market7 .card-type-02 {
        padding: 0;
        height: 660px
    }

    .page-marketplace .block-page.block-page--market7 .card-type-02 .card .card-inner .card-image {
        top: 40px
    }

    .page-marketplace .block-page.block-page--market7 .card-type-02 .card .card-inner .card-top {
        margin: 0 0 7px
    }

    .page-marketplace .block-page.block-page--market7 .card-type-02 .tab-nav li a>span {
        padding: 14px 19px!important
    }

    .page-marketplace .block-page.block-page--market7 .swiper-scrollbar-horizontal {
        margin: 40px 0 0
    }

    .page-marketplace .block-page.block-page--market7 .swiper-button-prev,.page-marketplace .block-page.block-page--market7 .swiper-button-next {
        right: 44px
    }
}

.page-handbook {
    --color-main: #3726ff
}

.page-handbook .txt-gradient,.page-handbook .page-product .block-product-speed .text h3,.page-product .block-product-speed .text .page-handbook h3 {
    background-color: #fff;
    background-image: -webkit-gradient(linear,left top,right top,from(var(--color-main)),color-stop(130%,#e9eef1));
    background-image: -o-linear-gradient(left,var(--color-main) 0%,#e9eef1 130%);
    background-image: linear-gradient(90deg,var(--color-main) 0%,#e9eef1 130%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.page-handbook .block-service-colored-box .colored-box {
    background-image: -webkit-gradient(linear,left top,right top,from(var(--color-main)),color-stop(130%,#e9eef1));
    background-image: -o-linear-gradient(left,var(--color-main) 0%,#e9eef1 130%);
    background-image: linear-gradient(90deg,var(--color-main) 0%,#e9eef1 130%)
}

.page-handbook .block-service-colored-box .colored-box form .field label {
    margin: 0 0 -2px
}

.page-handbook .block-service-colored-box .colored-box form .field.success label {
    color: #e9eef1
}

.page-handbook .block-service-colored-box .colored-box form .field.success input {
    color: #e9eef1;
    border-color: #e9eef1
}

.page-handbook .block-service-colored-box .colored-box form .button.btn-success .btn-wrap:before,.page-handbook .block-service-colored-box .colored-box form #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.btn-success.mgbutton .btn-wrap:before,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .page-handbook .block-service-colored-box .colored-box form button.btn-success.mgbutton .btn-wrap:before {
    background: #30db74;
    opacity: 1
}

.page-handbook .block-service-colored-box .colored-box form .button.btn-success .btn-inner,.page-handbook .block-service-colored-box .colored-box form #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.btn-success.mgbutton .btn-inner,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .page-handbook .block-service-colored-box .colored-box form button.btn-success.mgbutton .btn-inner {
    color: #050505
}

.page-handbook .block-service-colored-box .colored-box form .button.btn-success .btn-icon:before,.page-handbook .block-service-colored-box .colored-box form #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.btn-success.mgbutton .btn-icon:before,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .page-handbook .block-service-colored-box .colored-box form button.btn-success.mgbutton .btn-icon:before {
    width: 30px;
    height: 30px;
    background-image: url(../../../themes/fulcrum/assets/img/icons/ico-success.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: auto
}

@media (min-width: 768px) {
    .page-handbook .block-service-colored-box .colored-box form .button.btn-success .btn-icon:before,.page-handbook .block-service-colored-box .colored-box form #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.btn-success.mgbutton .btn-icon:before,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .page-handbook .block-service-colored-box .colored-box form button.btn-success.mgbutton .btn-icon:before {
        width:42px;
        height: 42px
    }
}

@media (min-width: 1440px) {
    .page-handbook .block-service-colored-box .colored-box form .field label {
        margin:0 0 11px
    }
}

.block-handbook-slider .card-type-20:after {
    display: none
}

.block-handbook-slider .card-type-20:hover:before {
    opacity: 1
}

.block-handbook-slider .card-type-20 .card .card-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    background: url(../../../themes/fulcrum/assets/img/bg/bg-handbook-m.png) no-repeat;
    background-size: cover
}

.block-handbook-slider .card-type-20 .card .card-image img {
    float: right;
    width: auto;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.block-handbook-slider .card-type-20 .card .card-inner {
    background: #050505;
    height: 300px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 23px 23px 21px
}

.block-handbook-slider .card-type-20 .card .card-inner h2 {
    position: relative;
    z-index: 5;
    line-height: 1;
    font-size: 2.75rem
}

.block-handbook-slider .swiper-02 .swiper-button-prev,.block-handbook-slider .swiper-02 .swiper-button-next {
    top: 328px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    right: 15px
}

@media (min-width: 640px) {
    .block-handbook-slider .swiper-02 .swiper-slide {
        width:335px
    }
}

@media (min-width: 768px) {
    .block-handbook-slider .swiper-02 .swiper-button-prev,.block-handbook-slider .swiper-02 .swiper-button-next {
        top:50%;
        right: 30px
    }
}

@media (min-width: 1440px) {
    .block-handbook-slider .swiper-02 .swiper-slide {
        width:555px
    }

    .block-handbook-slider .card-type-20 .card .card-image {
        background-image: url(../../../themes/fulcrum/assets/img/bg/bg-handbook.png)
    }

    .block-handbook-slider .card-type-20 .card .card-inner {
        height: 498px;
        padding: 36px 40px
    }

    .block-handbook-slider .card-type-20 .card .card-inner h2 {
        font-size: 3.55rem
    }

    .block-handbook-slider .swiper-02 {
        margin: 0 -40px 0 0;
        padding: 0 40px 0 0
    }

    .block-handbook-slider .swiper-02 .swiper-button-prev,.block-handbook-slider .swiper-02 .swiper-button-next {
        top: 49%;
        right: 83px
    }
}

@media (min-width: 1660px) {
    .block-handbook-slider .swiper-02 {
        margin:0 -140px 0 0;
        padding: 0 140px 0 0
    }

    .block-handbook-slider .swiper-02 .swiper-button-prev,.block-handbook-slider .swiper-02 .swiper-button-next {
        right: 183px
    }
}

.page-product {
    --color-main: #eb00ff;
    --color-secondary: #ff8a00
}

.page-product .txt-gradient,.page-product .block-product-speed .text h3 {
    background-color: #fff;
    background-image: -webkit-gradient(linear,left top,right top,from(var(--color-main)),to(var(--color-secondary)));
    background-image: -o-linear-gradient(left,var(--color-main) 0%,var(--color-secondary) 100%);
    background-image: linear-gradient(90deg,var(--color-main) 0%,var(--color-secondary) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0 5px 0 0
}

.page-product .page-intro-product {
    position: relative;
    padding: 10px 0 60px
}

.page-product .page-intro-product:before {
    background-image: url(../../../themes/fulcrum/assets/img/bg/p-pink.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.page-product .page-intro-product:before {
    content: "";
    position: absolute;
    width: 1000px;
    height: 1000px;
    right: -550px;
    top: -595px
}

.page-product .page-intro-product:after {
    background-image: url(../../../themes/fulcrum/assets/img/bg/p-blue.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.page-product .page-intro-product:after {
    content: "";
    position: absolute;
    width: 1000px;
    height: 1000px;
    left: -600px;
    top: 160px
}

.page-product .page-intro-product .container {
    position: relative
}

.page-product .page-intro-product h1 {
    letter-spacing: -.04em;
    line-height: .9;
    margin: 0 0 341px
}

.page-product .page-intro-product .image {
    position: absolute;
    top: -32px;
    right: 0
}

.page-product .page-intro-product .image .animation {
    display: none
}

.page-product .page-intro-product .form p {
    margin: 0 -10px 20px 0
}

.page-product .page-intro-product .form .field {
    margin: 0 0 10px
}

.page-product .page-intro-product .form .field .error-msg {
    color: #ef4335;
    display: block;
    font-size: 10px;
    line-height: 140%;
    letter-spacing: .01em;
    margin: 4px 0 0 15px;
    display: none
}

.page-product .page-intro-product .form .field input {
    background: rgba(233,238,241,.1) url(../../../themes/fulcrum/assets/img/icons/ico-globe.svg) 12px 50% no-repeat;
    border: 1px solid #e9eef1;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 50px;
    padding: 12px 12px 12px 46px;
    color: #e9eef1;
    font-size: 14px;
    line-height: 24px
}

.page-product .page-intro-product .form .field input::-webkit-input-placeholder {
    color: #e9eef1;
    opacity: 1
}

.page-product .page-intro-product .form .field input:-moz-placeholder {
    color: #e9eef1;
    opacity: 1
}

.page-product .page-intro-product .form .field input::-moz-placeholder {
    color: #e9eef1;
    opacity: 1
}

.page-product .page-intro-product .form .field input:-ms-input-placeholder {
    color: #e9eef1;
    opacity: 1
}

.page-product .page-intro-product .form .field input.error {
    color: #ef4335;
    border-color: #ef4335
}

.page-product .page-intro-product .form .field input.error::-webkit-input-placeholder {
    color: #ef4335;
    opacity: 1
}

.page-product .page-intro-product .form .field input.error:-moz-placeholder {
    color: #ef4335;
    opacity: 1
}

.page-product .page-intro-product .form .field input.error::-moz-placeholder {
    color: #ef4335;
    opacity: 1
}

.page-product .page-intro-product .form .field input.error:-ms-input-placeholder {
    color: #ef4335;
    opacity: 1
}

.page-product .page-intro-product .form .field input.error+.error-msg {
    display: block
}

.page-product .page-intro-product .form .field input.success {
    color: #30db74;
    border-color: #30db74;
    color: #30db74
}

.page-product .page-intro-product .form .submit .button,.page-product .page-intro-product .form .submit #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .page-product .page-intro-product .form .submit button.mgbutton {
    display: block;
    width: 100%
}

@media (min-width: 640px) {
    .page-product .page-intro-product .wrapper {
        width:50%
    }

    .page-product .page-intro-product h1 {
        margin: 0 0 200px
    }
}

@media (min-width: 1024px) {
    .page-product .page-intro-product:before {
        content:"";
        position: absolute;
        width: 964px;
        height: 964px;
        right: -450px;
        top: -525px
    }

    .page-product .page-intro-product:after {
        content: "";
        position: absolute;
        width: 964px;
        height: 964px;
        left: -466px;
        top: 580px
    }

    .page-product .page-intro-product .container:before {
        background-image: url(../../../themes/fulcrum/assets/img/bg/p-orange.webp);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover
    }

    .page-product .page-intro-product .container:before {
        content: "";
        position: absolute;
        width: 680px;
        height: 680px;
        right: -450px;
        top: 0
    }

    .page-product .page-intro-product .wrapper {
        width: auto
    }

    .page-product .page-intro-product h1 {
        margin: 0 0 94px
    }

    .page-product .page-intro-product .image {
        position: static
    }

    .page-product .page-intro-product .image img {
        display: block;
        width: 100%;
        height: auto
    }

    .page-product .page-intro-product .image .animation {
        display: block;
        width: 38.9%;
        position: absolute;
        top: -10.82%
    }

    .page-product .page-intro-product .image .animation.active {
        -webkit-animation: cassete 4.5s linear 0s infinite forwards;
        animation: cassete 4.5s linear 0s infinite forwards
    }

    @-webkit-keyframes cassete {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg)
        }

        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg)
        }
    }

    @keyframes cassete {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg)
        }

        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg)
        }
    }

    .page-product .page-intro-product .image .animation--left {
        left: 3.38%
    }

    .page-product .page-intro-product .image .animation--right {
        right: 3.38%
    }

    .page-product .page-intro-product .image .animation span {
        display: block;
        padding: 100% 0 0;
        position: relative
    }

    .page-product .page-intro-product .image .animation span img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center
    }

    .page-product .page-intro-product .form-container {
        position: relative;
        max-width: 1190px;
        margin: auto
    }

    .page-product .page-intro-product .form {
        background-image: -webkit-gradient(linear,left top,right top,from(var(--color-main)),to(var(--color-secondary)));
        background-image: -o-linear-gradient(left,var(--color-main) 0%,var(--color-secondary) 100%);
        background-image: linear-gradient(90deg,var(--color-main) 0%,var(--color-secondary) 100%);
        padding: 1px;
        border-radius: 10px;
        position: absolute;
        left: 50%;
        bottom: 31px;
        width: 59.67%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .page-product .page-intro-product .form:before,.page-product .page-intro-product .form:after {
        content: "";
        width: 6px;
        height: 6px;
        background-color: #e9eef1;
        border-radius: 100%;
        position: absolute;
        top: 10px;
        z-index: 2
    }

    .page-product .page-intro-product .form:before {
        left: 10px
    }

    .page-product .page-intro-product .form:after {
        right: 10px
    }

    .page-product .page-intro-product .form .inner {
        background: #050505;
        padding: 10px 19px;
        border-radius: 10px;
        position: relative
    }

    .page-product .page-intro-product .form .inner:before,.page-product .page-intro-product .form .inner:after {
        content: "";
        width: 6px;
        height: 6px;
        background-color: #e9eef1;
        border-radius: 100%;
        position: absolute;
        bottom: 10px;
        z-index: 2
    }

    .page-product .page-intro-product .form .inner:before {
        left: 10px
    }

    .page-product .page-intro-product .form .inner:after {
        right: 10px
    }

    .page-product .page-intro-product .form .form-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px
    }

    .page-product .page-intro-product .form p {
        margin: 0 0 10px;
        font-size: 11px
    }

    .page-product .page-intro-product .form .field {
        margin: 0;
        width: 100%
    }

    .page-product .page-intro-product .form .field .error-msg {
        position: absolute;
        top: 100%;
        left: 0
    }

    .page-product .page-intro-product .form .submit {
        width: 230px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .page-product .page-intro-product .form .submit .button,.page-product .page-intro-product .form .submit #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .page-product .page-intro-product .form .submit button.mgbutton {
        height: 50px
    }
}

@media (min-width: 1440px) {
    .page-product .page-intro-product {
        padding:4px 0 140px
    }

    .page-product .page-intro-product h1 {
        font-size: 78px;
        line-height: .96;
        letter-spacing: -.03em;
        margin: 0 0 87px
    }

    .page-product .page-intro-product .form .inner {
        padding: 20px 19px 18px
    }

    .page-product .page-intro-product .form p {
        margin: 0 0 20px;
        font-size: 16px
    }

    .page-product .page-intro-product .form .field input {
        border-width: 2px;
        border-radius: 10px;
        height: 60px;
        padding: 16px 16px 16px 50px;
        background-position: 16px 50%
    }

    .page-product .page-intro-product .form .submit .button,.page-product .page-intro-product .form .submit #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder button.mgbutton,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .page-product .page-intro-product .form .submit button.mgbutton {
        height: 60px
    }
}

.page-product .block-product-audit .icons-list {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 20px
}

.page-product .block-product-audit .icons-list li {
    width: 50%
}

.page-product .block-product-audit .icons-list li:last-child {
    width: 60%
}

.page-product .block-product-audit .icons-list li .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: rgba(255,255,255,.1);
    border-radius: 10px;
    margin: 0 0 10px
}

.page-product .block-product-audit .icons-list li p {
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    color: #e9eef1
}

@media (min-width: 1440px) {
    .page-product .block-product-audit .icons-list {
        margin:41px 0 0;
        row-gap: 40px
    }

    .page-product .block-product-audit .icons-list li:last-child {
        width: 50%
    }

    .page-product .block-product-audit .icons-list li .icon {
        width: 80px;
        height: 80px;
        border-radius: 20px
    }

    .page-product .block-product-audit .icons-list li p {
        font-size: 24px;
        max-width: 250px
    }
}

.page-product .block-product-tweets {
    position: relative
}

.page-product .block-product-tweets:before {
    background-image: url(../../../themes/fulcrum/assets/img/bg/p-pink.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.page-product .block-product-tweets:before {
    content: "";
    position: absolute;
    width: 1000px;
    height: 1000px;
    right: -640px;
    top: 0
}

.page-product .block-product-tweets .container {
    position: relative
}

.page-product .block-product-tweets .block-text {
    margin-bottom: 18px
}

.page-product .block-product-tweets .tweet-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px
}

.page-product .block-product-tweets .tweet-card {
    border-radius: 10px 10px 31px 10px;
    -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(var(--color-main)),to(var(--color-secondary)));
    background-image: -o-linear-gradient(left,var(--color-main) 0%,var(--color-secondary) 100%);
    background-image: linear-gradient(90deg,var(--color-main) 0%,var(--color-secondary) 100%);
    padding: 1px
}

@media (min-width: 1440px) {
    .page-product .block-product-tweets .tweet-card {
        border-radius:20px 20px 50px 20px;
        -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%)
    }
}

.page-product .block-product-tweets .tweet-card .inner {
    border-radius: 10px 10px 31px 10px;
    -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
    background: #050505;
    padding: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (min-width: 1440px) {
    .page-product .block-product-tweets .tweet-card .inner {
        border-radius:20px 20px 50px 20px;
        -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%)
    }
}

.page-product .block-product-tweets .tweet-card .card-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50px;
    margin: 0 10px 0 0
}

.page-product .block-product-tweets .tweet-card .card-image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 100%
}

.page-product .block-product-tweets .tweet-card .card-main {
    position: relative
}

.page-product .block-product-tweets .tweet-card .card-text {
    padding: 0 0 20px
}

.page-product .block-product-tweets .tweet-card .card-text .card-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    margin: 0 0 10px
}

.page-product .block-product-tweets .tweet-card .card-text .card-author strong {
    font-weight: 500;
    font-size: 16px;
    color: #e9eef1;
    letter-spacing: .04em
}

.page-product .block-product-tweets .tweet-card .card-text .card-author img {
    display: block;
    margin: 0 4px;
    width: 20px;
    height: 20px
}

.page-product .block-product-tweets .tweet-card .card-text p {
    margin: 0;
    font-size: 16px;
    line-height: 125.5%;
    color: #e9eef1
}

.page-product .block-product-tweets .tweet-card .card-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #e9eef1
}

.page-product .block-product-tweets .tweet-card .card-footer span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page-product .block-product-tweets .tweet-card .card-footer span img {
    display: block;
    margin: 0 4px 0 0;
    width: 20px;
    height: 20px
}

.page-product .block-product-tweets .tweet-card .card-footer span:last-child img {
    margin: 0
}

.page-product .block-product-tweets .tweet-card .card-actions {
    position: absolute;
    top: 8px;
    right: 3px
}

.page-product .block-product-tweets .tweet-card .card-actions img {
    display: block;
    width: 14px;
    height: auto
}

@media (min-width: 768px) {
    .page-product .block-product-tweets .tweet-list {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -13px;
        row-gap: 20px
    }

    .page-product .block-product-tweets .tweet-list:after {
        content: "";
        display: block;
        clear: both
    }

    .page-product .block-product-tweets .tweet-list .col {
        width: 50%;
        padding: 0 13px
    }

    .page-product .block-product-tweets .tweet-list .tweet-card {
        height: 100%
    }

    .page-product .block-product-tweets .tweet-list .tweet-card .inner {
        height: 100%
    }

    .page-product .block-product-tweets .tweet-list .tweet-card .card-main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .page-product .block-product-tweets .tweet-list .tweet-card .card-main .card-footer {
        margin-top: auto
    }
}

@media (min-width: 1024px) {
    .page-product .block-product-tweets:before {
        content:"";
        position: absolute;
        width: 1036px;
        height: 1036px;
        right: -477px;
        top: 218px
    }

    .page-product .block-product-tweets:after {
        content: "";
        position: absolute;
        width: 807px;
        height: 807px;
        left: auto;
        top: 688px
    }

    .page-product .block-product-tweets:after {
        background-image: url(../../../themes/fulcrum/assets/img/bg/p-pink.webp);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        right: -335px
    }

    .page-product .block-product-tweets .block-text {
        margin-bottom: 38px
    }
}

@media (min-width: 1440px) {
    .page-product .block-product-tweets .tweet-card .inner {
        padding:29px 39px 39px
    }

    .page-product .block-product-tweets .tweet-card .card-image {
        width: 84px;
        margin: 0 19px 0 0
    }

    .page-product .block-product-tweets .tweet-card .card-text {
        padding: 5px 40px 60px 0
    }

    .page-product .block-product-tweets .tweet-card .card-text .card-author {
        margin: 0 0 6px;
        font-size: 24px
    }

    .page-product .block-product-tweets .tweet-card .card-text .card-author strong {
        font-size: 24px;
        letter-spacing: .04em
    }

    .page-product .block-product-tweets .tweet-card .card-text .card-author img {
        margin: 0 12px;
        width: 28px;
        height: 28px
    }

    .page-product .block-product-tweets .tweet-card .card-text p {
        font-size: 26px
    }

    .page-product .block-product-tweets .tweet-card .card-footer {
        font-size: 24px
    }

    .page-product .block-product-tweets .tweet-card .card-footer span img {
        margin: 0 10px 0 0;
        width: 32px;
        height: 32px
    }

    .page-product .block-product-tweets .tweet-card .card-actions {
        top: 20px;
        right: 1px
    }

    .page-product .block-product-tweets .tweet-card .card-actions img {
        width: 23px
    }
}

.page-product .block-product-speed {
    position: relative
}

.page-product .block-product-speed:before {
    background-image: url(../../../themes/fulcrum/assets/img/bg/p-orange.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.page-product .block-product-speed:before {
    content: "";
    position: absolute;
    width: 1000px;
    height: 1000px;
    right: -600px;
    top: 99px
}

.page-product .block-product-speed:after {
    background-image: url(../../../themes/fulcrum/assets/img/bg/p-pink.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.page-product .block-product-speed:after {
    content: "";
    position: absolute;
    width: 1000px;
    height: 1000px;
    left: -600px;
    top: -321px
}

.page-product .block-product-speed .container {
    position: relative
}

.page-product .block-product-speed .block-text .tab-menu-wrapper {
    margin: 9px 0 0
}

.page-product .block-product-speed .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.page-product .block-product-speed .image img {
    display: block;
    width: 100%;
    height: auto
}

.page-product .block-product-speed .text h3 {
    display: inline-block
}

.page-product .block-product-speed .text ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    line-height: 1.2;
    font-weight: 500;
    font-size: 18px;
    color: #e9eef1
}

.page-product .block-product-speed .text ul li {
    position: relative;
    padding: 0 0 0 27px;
    margin: 20.5px 0 0
}

.page-product .block-product-speed .text ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #e9eef1;
    position: absolute;
    left: 11px;
    top: .4em
}

@media (min-width: 640px) {
    .page-product .block-product-speed .wrapper {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 0 -10px
    }

    .page-product .block-product-speed .image,.page-product .block-product-speed .text {
        padding: 0 10px;
        width: 50%
    }
}

@media (min-width: 1024px) {
    .page-product .block-product-speed:before {
        content:"";
        position: absolute;
        width: 1036px;
        height: 1036px;
        right: -477px;
        top: 200px
    }

    .page-product .block-product-speed:after {
        content: "";
        position: absolute;
        width: 943px;
        height: 943px;
        left: -392px;
        top: -104px
    }

    .page-product .block-product-speed .block-text .tab-menu-wrapper {
        margin: 20px 0 0
    }
}

@media (min-width: 1440px) {
    .page-product .block-product-speed .block-text .tab-menu-wrapper {
        margin:20px 0 0
    }

    .page-product .block-product-speed .image {
        padding-right: 20px
    }

    .page-product .block-product-speed .text h3 {
        font-size: 36px;
        line-height: 1;
        letter-spacing: -.02em
    }

    .page-product .block-product-speed .text ul {
        font-size: 24px;
        letter-spacing: -.01em
    }

    .page-product .block-product-speed .text ul li {
        padding: 0 0 0 36px;
        margin: 30px 0 0
    }

    .page-product .block-product-speed .text ul li:before {
        left: 15px
    }
}

.page-product .block-product-cta {
    position: relative
}

.page-product .block-product-cta .container {
    position: relative;
    z-index: 5
}

.page-product .block-product-cta .cta-wrapper {
    border-radius: 10px 10px 31px 10px;
    -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(var(--color-main)),to(var(--color-secondary)));
    background-image: -o-linear-gradient(left,var(--color-main) 0%,var(--color-secondary) 100%);
    background-image: linear-gradient(90deg,var(--color-main) 0%,var(--color-secondary) 100%);
    padding: 1px
}

@media (min-width: 1440px) {
    .page-product .block-product-cta .cta-wrapper {
        border-radius:20px 20px 50px 20px;
        -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%)
    }
}

.page-product .block-product-cta .inner {
    border-radius: 10px 10px 31px 10px;
    -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
    background: #050505 url(../../../themes/fulcrum/assets/img/bg/bg-hunt-m.svg) right bottom no-repeat;
    background-size: 100% auto;
    padding: 25px 19px 14px
}

@media (min-width: 1440px) {
    .page-product .block-product-cta .inner {
        border-radius:20px 20px 50px 20px;
        -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%)
    }
}

.page-product .block-product-cta .h1 {
    font-size: 41px;
    line-height: 1
}

.page-product .block-product-cta .h1 br {
    display: none
}

.page-product .block-product-cta p {
    margin: 10px 0 117px
}

@media (min-width: 640px) {
    .page-product .block-product-cta .inner {
        background-image:url(../../../themes/fulcrum/assets/img/bg/bg-hunt.svg);
        background-size: auto 100%
    }
}

@media (min-width: 768px) {
    .page-product .block-product-cta .h1 br {
        display:block
    }

    .page-product .block-product-cta p {
        width: 50%;
        max-width: 600px
    }
}

@media (min-width: 1024px) {
    .page-product .block-product-cta:after {
        background-image:url(../../../themes/fulcrum/assets/img/bg/p-pink.webp);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover
    }

    .page-product .block-product-cta:after {
        content: "";
        position: absolute;
        width: 979px;
        height: 979px;
        left: -508px;
        top: -494px
    }
}

@media (min-width: 1440px) {
    .page-product .block-product-cta {
        margin:0 0 40px
    }

    .page-product .block-product-cta .inner {
        padding: 45px 39px 32px
    }

    .page-product .block-product-cta .h1 {
        font-size: 92px;
        line-height: .96;
        letter-spacing: -.03em
    }

    .page-product .block-product-cta p {
        margin: 17px 0 87px
    }
}

.page-wp {
    --color-main: #00a3ff;
    --color-secondary: #8dff48;
    overflow: hidden
}

.page-wp .txt-gradient,.page-wp .page-product .block-product-speed .text h3,.page-product .block-product-speed .text .page-wp h3 {
    background-color: #fff;
    background-image: -webkit-gradient(linear,left top,right top,from(var(--color-main)),to(var(--color-secondary)));
    background-image: -o-linear-gradient(left,var(--color-main) 0%,var(--color-secondary) 100%);
    background-image: linear-gradient(90deg,var(--color-main) 0%,var(--color-secondary) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0 5px 0 0
}

.page-wp .block-page .container {
    position: relative;
    z-index: 2
}

.page-wp .block-page--wp-1 {
    position: relative
}

.page-wp .block-page--wp-1:before {
    content: "";
    position: absolute;
    background-image: url(../../../themes/fulcrum/assets/img/bg/oval-blue.webp);
    width: 1000px;
    height: 1000px;
    left: -500px;
    top: -150px
}

.page-wp .block-page--wp-1 .block-text {
    margin-bottom: 18px
}

.page-wp .block-page--wp-1 .card-type-10 {
    height: 260px
}

.page-wp .block-page--wp-1 .card-type-10 .card-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.page-wp .block-page--wp-1 .card-type-10 .card-inner h3 {
    line-height: 1;
    margin: 0
}

@media (min-width: 1024px) {
    .page-wp .block-page--wp-1 {
        margin:0 0 100px
    }

    .page-wp .block-page--wp-1:before {
        background-size: cover;
        width: 2000px;
        height: 2000px;
        left: -800px;
        top: 0
    }

    .page-wp .block-page--wp-1 .swiper-05 .swiper-wrapper,.page-wp .block-page--wp-1 .swiper-052 .swiper-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: auto;
        margin: 0 -10px;
        border: none;
        border-radius: 0;
        -webkit-clip-path: none;
        clip-path: none
    }

    .page-wp .block-page--wp-1 .swiper-05 .swiper-wrapper:before,.page-wp .block-page--wp-1 .swiper-05 .swiper-wrapper:after,.page-wp .block-page--wp-1 .swiper-052 .swiper-wrapper:before,.page-wp .block-page--wp-1 .swiper-052 .swiper-wrapper:after {
        display: none
    }

    .page-wp .block-page--wp-1 .swiper-05 .swiper-wrapper .swiper-slide,.page-wp .block-page--wp-1 .swiper-052 .swiper-wrapper .swiper-slide {
        margin: 0!important;
        padding: 0 10px 20px;
        width: 25%!important
    }

    .page-wp .block-page--wp-1 .swiper-05 .swiper-button-next,.page-wp .block-page--wp-1 .swiper-05 .swiper-button-prev,.page-wp .block-page--wp-1 .swiper-05 .swiper-05-scrollbar,.page-wp .block-page--wp-1 .swiper-052 .swiper-button-next,.page-wp .block-page--wp-1 .swiper-052 .swiper-button-prev,.page-wp .block-page--wp-1 .swiper-052 .swiper-05-scrollbar {
        display: none!important
    }
}

@media (min-width: 1440px) {
    .page-wp .block-page--wp-1 .block-text {
        margin-bottom:37px
    }

    .page-wp .block-page--wp-1 .card-type-10 {
        height: 400px
    }

    .page-wp .block-page--wp-1 .card-type-10 .card-inner h3 {
        line-height: 1.2
    }
}

.page-wp .block-page--wp-2 .block-text {
    margin-bottom: 20px
}

.page-wp .block-page--wp-2 .wrapper {
    position: relative;
    padding: 120px 0 133px;
    max-width: 1360px;
    margin: auto
}

.page-wp .block-page--wp-2 .wrapper .image {
    overflow: hidden;
    margin: 0 -13px 0 0
}

.page-wp .block-page--wp-2 .wrapper .image img {
    display: block;
    width: 560px;
    height: auto
}

.page-wp .block-page--wp-2 .wrapper .overlay {
    position: absolute;
    width: 129px;
    height: 129px;
    padding: 1px;
    background-image: -webkit-gradient(linear,left top,right top,from(var(--color-main)),to(var(--color-secondary)));
    background-image: -o-linear-gradient(left,var(--color-main) 0%,var(--color-secondary) 100%);
    background-image: linear-gradient(90deg,var(--color-main) 0%,var(--color-secondary) 100%);
    border-radius: 100%
}

.page-wp .block-page--wp-2 .wrapper .overlay .overlay-inner {
    background-color: #050505;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 5px;
    position: relative;
    z-index: 2
}

.page-wp .block-page--wp-2 .wrapper .overlay .overlay-inner span {
    display: block;
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    text-align: center;
    color: #e9eef1
}

.page-wp .block-page--wp-2 .wrapper .overlay.overlay-01 {
    left: 0;
    top: 0
}

.page-wp .block-page--wp-2 .wrapper .overlay.overlay-02 {
    left: 0;
    bottom: 0
}

.page-wp .block-page--wp-2 .wrapper .overlay.overlay-03 {
    right: 0;
    top: 0
}

.page-wp .block-page--wp-2 .wrapper .overlay.overlay-04 {
    right: 0;
    bottom: 0
}

@media (min-width: 768px) {
    .page-wp .block-page--wp-2 .wrapper {
        padding:50px 0 80px
    }

    .page-wp .block-page--wp-2 .wrapper .image {
        margin: 0 70px
    }

    .page-wp .block-page--wp-2 .wrapper .image img {
        width: 100%
    }

    .page-wp .block-page--wp-2 .wrapper .overlay:after {
        content: "";
        position: absolute
    }

    .page-wp .block-page--wp-2 .wrapper .overlay.overlay-01:after {
        width: 102.5%;
        height: 40%;
        left: 65%;
        top: 50%;
        background: url(../../../themes/fulcrum/assets/img/bg/line1.svg) 0/cover no-repeat
    }

    .page-wp .block-page--wp-2 .wrapper .overlay.overlay-02 {
        left: 30px
    }

    .page-wp .block-page--wp-2 .wrapper .overlay.overlay-02:after {
        width: 115%;
        height: 49%;
        left: 48%;
        bottom: 42%;
        background: url(../../../themes/fulcrum/assets/img/bg/line2.svg) 0/cover no-repeat
    }

    .page-wp .block-page--wp-2 .wrapper .overlay.overlay-03:after {
        width: 81.4%;
        height: 19.6%;
        right: 51%;
        top: 52%;
        background: url(../../../themes/fulcrum/assets/img/bg/line3.svg) 0/cover no-repeat
    }

    .page-wp .block-page--wp-2 .wrapper .overlay.overlay-04 {
        right: 30px
    }

    .page-wp .block-page--wp-2 .wrapper .overlay.overlay-04:after {
        width: 102.1%;
        height: 40%;
        right: 59%;
        bottom: 51%;
        background: url(../../../themes/fulcrum/assets/img/bg/line4.svg) 0/cover no-repeat
    }
}

@media (min-width: 1024px) {
    .page-wp .block-page--wp-2 .wrapper {
        padding:60px 0 120px
    }

    .page-wp .block-page--wp-2 .wrapper .overlay {
        width: 200px;
        height: 200px
    }

    .page-wp .block-page--wp-2 .wrapper .overlay.overlay-02 {
        left: 30px
    }

    .page-wp .block-page--wp-2 .wrapper .overlay.overlay-04 {
        right: 30px
    }

    .page-wp .block-page--wp-2 .wrapper .overlay .overlay-inner {
        padding: 0 20px
    }

    .page-wp .block-page--wp-2 .wrapper .overlay .overlay-inner span {
        font-size: 16px
    }
}

@media (min-width: 1440px) {
    .page-wp .block-page--wp-2 .block-text {
        margin-bottom:37px
    }

    .page-wp .block-page--wp-2 .wrapper {
        padding: 99px 0 149px
    }

    .page-wp .block-page--wp-2 .wrapper .overlay {
        width: 280px;
        height: 280px
    }

    .page-wp .block-page--wp-2 .wrapper .overlay.overlay-02 {
        left: 117px
    }

    .page-wp .block-page--wp-2 .wrapper .overlay.overlay-04 {
        right: 115px;
        bottom: 6px
    }

    .page-wp .block-page--wp-2 .wrapper .overlay .overlay-inner {
        padding: 0 25px
    }

    .page-wp .block-page--wp-2 .wrapper .overlay .overlay-inner span {
        font-size: 20px
    }
}

.page-wp .block-page--wp-3 {
    position: relative
}

.page-wp .block-page--wp-3:before {
    content: "";
    position: absolute;
    background-image: url(../../../themes/fulcrum/assets/img/bg/oval-green.webp);
    width: 1000px;
    height: 1000px;
    right: -400px;
    top: -250px
}

.page-wp .block-page--wp-3 .block-text {
    margin-bottom: 20px
}

.page-wp .block-page--wp-3 .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px
}

.page-wp .block-page--wp-3 .wrapper .card {
    position: relative;
    padding: 104.5% 0 0
}

.page-wp .block-page--wp-3 .wrapper .card .card-arrow {
    background: rgba(255,255,255,.1);
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 5
}

.page-wp .block-page--wp-3 .wrapper .card .image {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0
}

.page-wp .block-page--wp-3 .wrapper .card .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 10px 10px 12px 12px
}

.page-wp .block-page--wp-3 .wrapper .card .image:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(5,5,5,0)),to(#050505));
    background: -o-linear-gradient(top,rgba(5,5,5,0) 0%,#050505 100%);
    background: linear-gradient(180deg,rgba(5,5,5,0) 0%,#050505 100%);
    border-radius: 10px
}

.page-wp .block-page--wp-3 .wrapper .card .text {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    top: auto;
    padding: 10px;
    z-index: 5;
    color: #e9eef1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.page-wp .block-page--wp-3 .wrapper .card .text p {
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -.01em;
    color: #e9eef1;
    margin: 0 0 5px
}

.page-wp .block-page--wp-3 .wrapper .card .text ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 12px;
    line-height: 130%
}

.page-wp .block-page--wp-3 .wrapper .card .text ul li {
    margin: 5px 0 0
}

@media (min-width: 768px) {
    .page-wp .block-page--wp-3 .wrapper {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 0 -10px
    }

    .page-wp .block-page--wp-3 .wrapper .column {
        width: 50%;
        padding: 0 10px
    }

    .page-wp .block-page--wp-3 .wrapper .card .text-right {
        min-height: 124px
    }
}

@media (min-width: 1024px) {
    .page-wp .block-page--wp-3:before {
        background-size:cover;
        width: 2000px;
        height: 2000px;
        right: -850px;
        top: -600px
    }

    .page-wp .block-page--wp-3 .wrapper .card .text {
        padding: 20px 10px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset
    }

    .page-wp .block-page--wp-3 .wrapper .card .text-right,.page-wp .block-page--wp-3 .wrapper .card .text-left {
        width: 45%;
        padding: 0 10px
    }

    .page-wp .block-page--wp-3 .wrapper .card .text-right {
        width: 55%
    }
}

@media (min-width: 1440px) {
    .page-wp .block-page--wp-3 .block-text {
        margin-bottom:37px
    }

    .page-wp .block-page--wp-3 .wrapper .card .text {
        min-height: 205px
    }

    .page-wp .block-page--wp-3 .wrapper .card .text p {
        font-size: 28px;
        line-height: 120%
    }

    .page-wp .block-page--wp-3 .wrapper .card .text ul {
        font-weight: 500;
        font-size: 18px;
        line-height: 120%
    }

    .page-wp .block-page--wp-3 .wrapper .card .text ul li {
        margin: 0 0 15px
    }

    .page-wp .block-page--wp-3 .wrapper .card .text ul li:last-child {
        margin: 0
    }
}

.page-wp .block-page--wp-4 {
    margin: 0;
    padding: 0 0 60px;
    position: relative
}

.page-wp .block-page--wp-4:before {
    content: "";
    position: absolute;
    background-image: url(../../../themes/fulcrum/assets/img/bg/oval-green.webp);
    width: 1000px;
    height: 1000px;
    right: -400px;
    top: 0
}

.page-wp .block-page--wp-4 .block-text {
    margin-bottom: 20px
}

.page-wp .block-page--wp-4 .reviews-list {
    margin: 0 -13px;
    width: 100vw;
    padding: 0 13px
}

.page-wp .block-page--wp-4 .reviews-row {
    margin: 0 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.page-wp .block-page--wp-4 .reviews-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 249px;
    margin: 0 10px 0 0;
    background-color: #434343;
    -webkit-mask-image: url(../../../themes/fulcrum/assets/img/bg/mask-review.png);
    mask-image: url(../../../themes/fulcrum/assets/img/bg/mask-review.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    padding: 1px
}

.page-wp .block-page--wp-4 .reviews-card .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 10px 19px;
    height: 100%;
    background-color: #050505;
    -webkit-mask-image: url(../../../themes/fulcrum/assets/img/bg/mask-review.png);
    mask-image: url(../../../themes/fulcrum/assets/img/bg/mask-review.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%
}

.page-wp .block-page--wp-4 .reviews-card .card-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    margin: 0 10px 0 0
}

.page-wp .block-page--wp-4 .reviews-card .card-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 6px
}

.page-wp .block-page--wp-4 .reviews-card .card-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.page-wp .block-page--wp-4 .reviews-card .card-text {
    margin: 0 0 8px
}

.page-wp .block-page--wp-4 .reviews-card .card-text .card-author {
    font-size: 12px;
    line-height: 130%;
    margin: 0 0 2px
}

.page-wp .block-page--wp-4 .reviews-card .card-text .card-author strong {
    margin: 0 12px 0 0;
    font-weight: 500;
    font-size: 14px;
    color: #e9eef1
}

.page-wp .block-page--wp-4 .reviews-card .card-text p {
    font-size: 14px;
    line-height: 140%;
    margin: 0
}

.page-wp .block-page--wp-4 .reviews-card .card-footer {
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.page-wp .block-page--wp-4 .reviews-card .card-footer span {
    display: block;
    margin: 0 4px 0 0;
    background: rgba(255,255,255,.1);
    border-radius: 100px;
    font-size: 14px;
    line-height: 140%;
    padding: 4px 12px
}

.page-wp .block-page--wp-4 .reviews-card .card-footer span:last-child {
    margin: 0
}

@media (min-width: 768px) {
    .page-wp .block-page--wp-4 .reviews-row {
        margin:0 0 20px
    }

    .page-wp .block-page--wp-4 .reviews-card {
        width: 555px;
        margin: 0 20px 0 0;
        -webkit-mask-image: url(../../../themes/fulcrum/assets/img/bg/mask-review-lg.png);
        mask-image: url(../../../themes/fulcrum/assets/img/bg/mask-review-lg.png)
    }

    .page-wp .block-page--wp-4 .reviews-card .inner {
        padding: 20px 20px 30px;
        -webkit-mask-image: url(../../../themes/fulcrum/assets/img/bg/mask-review-lg.png);
        mask-image: url(../../../themes/fulcrum/assets/img/bg/mask-review-lg.png)
    }

    .page-wp .block-page--wp-4 .reviews-card .card-image {
        width: 50px;
        height: 50px
    }

    .page-wp .block-page--wp-4 .reviews-card .card-image img {
        border-radius: 11px
    }

    .page-wp .block-page--wp-4 .reviews-card .card-main {
        height: auto
    }

    .page-wp .block-page--wp-4 .reviews-card .card-text {
        margin: 0 0 10px
    }

    .page-wp .block-page--wp-4 .reviews-card .card-text .card-author {
        font-size: 14px;
        line-height: 140%;
        margin: 0 0 6px
    }

    .page-wp .block-page--wp-4 .reviews-card .card-text .card-author strong {
        font-size: 16px
    }

    .page-wp .block-page--wp-4 .reviews-card .card-text p {
        font-size: 18px
    }

    .page-wp .block-page--wp-4 .reviews-card .card-footer {
        margin-top: 0
    }

    .page-wp .block-page--wp-4 .reviews-card .card-footer span {
        margin: 0 10px 0 0
    }
}

@media (min-width: 1024px) {
    .page-wp .block-page--wp-4:before {
        background-size:cover;
        width: 2000px;
        height: 2000px;
        right: -900px;
        top: -200px
    }
}

@media (min-width: 1440px) {
    .page-wp .block-page--wp-4 {
        padding:0 0 100px
    }

    .page-wp .block-page--wp-4 .block-text {
        margin-bottom: 37px
    }

    .page-wp .block-page--wp-4 .reviews-list {
        margin: 0 -150px;
        padding: 0 150px
    }

    .page-wp .block-page--wp-4 .reviews-card .card-text p {
        font-size: 22px;
        line-height: 1.2
    }
}

.page-wp .block-page--wp-5 {
    position: relative
}

.page-wp .block-page--wp-5:before {
    content: "";
    position: absolute;
    background-image: url(../../../themes/fulcrum/assets/img/bg/oval-blue.webp);
    width: 1000px;
    height: 1000px;
    left: -500px;
    top: 150px
}

.page-wp .block-page--wp-5 .block-text {
    margin-bottom: 18px
}

.page-wp .block-page--wp-5 .wrapper {
    position: relative;
    padding: 45px 0 52px
}

.page-wp .block-page--wp-5 .wrapper .image {
    overflow: hidden
}

.page-wp .block-page--wp-5 .wrapper .image img {
    display: block;
    width: 100%;
    height: auto
}

.page-wp .block-page--wp-5 .wrapper .overlay {
    position: absolute;
    width: 129px;
    height: 129px;
    padding: 1px;
    background-image: -webkit-gradient(linear,left top,right top,from(var(--color-main)),to(var(--color-secondary)));
    background-image: -o-linear-gradient(left,var(--color-main) 0%,var(--color-secondary) 100%);
    background-image: linear-gradient(90deg,var(--color-main) 0%,var(--color-secondary) 100%);
    border-radius: 100%
}

.page-wp .block-page--wp-5 .wrapper .overlay .overlay-inner {
    background-color: #050505;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 10px;
    position: relative;
    z-index: 2
}

.page-wp .block-page--wp-5 .wrapper .overlay .overlay-inner span {
    display: block;
    font-size: 10px;
    line-height: 120%;
    text-align: center
}

.page-wp .block-page--wp-5 .wrapper .overlay .overlay-inner strong {
    display: block;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    margin: 0 0 4px;
    text-align: center;
    color: #e9eef1
}

.page-wp .block-page--wp-5 .wrapper .overlay.overlay-01 {
    left: 0;
    top: 0
}

.page-wp .block-page--wp-5 .wrapper .overlay.overlay-02 {
    right: 0;
    bottom: 0
}

@media (min-width: 768px) {
    .page-wp .block-page--wp-5 .wrapper {
        padding:0 100px 0 140px
    }

    .page-wp .block-page--wp-5 .wrapper .overlay:after {
        content: "";
        position: absolute;
        width: 81.4%;
        height: 19.6%
    }

    .page-wp .block-page--wp-5 .wrapper .overlay.overlay-01 {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .page-wp .block-page--wp-5 .wrapper .overlay.overlay-01:after {
        left: 90%;
        top: 54%;
        background: url(../../../themes/fulcrum/assets/img/bg/line5.svg) 0/cover no-repeat
    }

    .page-wp .block-page--wp-5 .wrapper .overlay.overlay-02 {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .page-wp .block-page--wp-5 .wrapper .overlay.overlay-02:after {
        right: 94%;
        bottom: 45%;
        background: url(../../../themes/fulcrum/assets/img/bg/line6.svg) 0/cover no-repeat
    }
}

@media (min-width: 1024px) {
    .page-wp .block-page--wp-5:before {
        background-size:cover;
        width: 2000px;
        height: 2000px;
        left: auto;
        right: -900px;
        top: -200px
    }

    .page-wp .block-page--wp-5 .wrapper {
        padding: 0 180px 0 230px
    }

    .page-wp .block-page--wp-5 .wrapper .overlay {
        width: 200px;
        height: 200px
    }

    .page-wp .block-page--wp-5 .wrapper .overlay .overlay-inner {
        padding: 0 20px
    }

    .page-wp .block-page--wp-5 .wrapper .overlay .overlay-inner span {
        font-size: 14px
    }

    .page-wp .block-page--wp-5 .wrapper .overlay .overlay-inner strong {
        font-size: 16px
    }
}

@media (min-width: 1440px) {
    .page-wp .block-page--wp-5 .block-text {
        margin-bottom:-40px
    }

    .page-wp .block-page--wp-5 .wrapper {
        padding: 0 263px 0 310px
    }

    .page-wp .block-page--wp-5 .wrapper .overlay {
        width: 280px;
        height: 280px
    }

    .page-wp .block-page--wp-5 .wrapper .overlay .overlay-inner {
        padding: 0 20px
    }

    .page-wp .block-page--wp-5 .wrapper .overlay .overlay-inner span {
        font-size: 18px;
        line-height: 140%;
        margin: 0 25px
    }

    .page-wp .block-page--wp-5 .wrapper .overlay .overlay-inner strong {
        font-size: 20px;
        line-height: 120%;
        margin: 0 0 10px
    }
}

.page-wp .block-wp-cta {
    position: relative;
    margin: 0 0 60px
}

.page-wp .block-wp-cta .container {
    position: relative;
    z-index: 5
}

.page-wp .block-wp-cta .cta-wrapper {
    border-radius: 10px 10px 31px 10px;
    -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(var(--color-main)),to(var(--color-secondary)));
    background-image: -o-linear-gradient(left,var(--color-main) 0%,var(--color-secondary) 100%);
    background-image: linear-gradient(90deg,var(--color-main) 0%,var(--color-secondary) 100%);
    padding: 1px
}

@media (min-width: 1440px) {
    .page-wp .block-wp-cta .cta-wrapper {
        border-radius:20px 20px 50px 20px;
        -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%)
    }
}

.page-wp .block-wp-cta .inner {
    border-radius: 10px 10px 31px 10px;
    -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
    background: #050505 url(../../../themes/fulcrum/assets/img/bg/bg-wp-m.svg) right bottom no-repeat;
    background-size: 100% auto;
    padding: 25px 19px 14px
}

@media (min-width: 1440px) {
    .page-wp .block-wp-cta .inner {
        border-radius:20px 20px 50px 20px;
        -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% calc(100% - 35px),calc(100% - 35px) 100%,0 100%)
    }
}

.page-wp .block-wp-cta .h1 {
    font-size: 41px;
    line-height: 1
}

.page-wp .block-wp-cta .h1 br {
    display: none
}

.page-wp .block-wp-cta p {
    margin: 10px 0 135px
}

@media (min-width: 640px) {
    .page-wp .block-wp-cta .inner {
        background-image:url(../../../themes/fulcrum/assets/img/bg/bg-wp.svg);
        background-size: auto 100%
    }
}

@media (min-width: 768px) {
    .page-wp .block-wp-cta .h1 br {
        display:block
    }

    .page-wp .block-wp-cta p {
        width: 50%;
        max-width: 600px
    }
}

@media (min-width: 1440px) {
    .page-wp .block-wp-cta {
        margin:0 0 120px
    }

    .page-wp .block-wp-cta .inner {
        padding: 45px 39px 32px
    }

    .page-wp .block-wp-cta .h1 {
        font-size: 92px;
        line-height: .96;
        letter-spacing: -.03em
    }

    .page-wp .block-wp-cta p {
        margin: 12px 0 147px
    }
}

.page-wp .block-wp-accordion .block-text {
    margin-bottom: 25px
}

.page-wp .block-wp-accordion .accordion-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.page-wp .block-wp-accordion .accordion-list>li {
    position: relative;
    padding: 24px 0 10px;
    min-height: 84px
}

.page-wp .block-wp-accordion .accordion-list>li .line-animated {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.page-wp .block-wp-accordion .accordion-list>li .accordion-panel {
    display: none;
    padding: 0 0 10px
}

.page-wp .block-wp-accordion .accordion-list>li .accordion-panel p {
    margin: 0 0 1.4em
}

.page-wp .block-wp-accordion .accordion-list>li .accordion-panel p:last-child {
    margin: 0
}

.page-wp .block-wp-accordion .accordion-list>li .accordion-panel ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.page-wp .block-wp-accordion .accordion-list>li .accordion-toggler {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 0 0 10px
}

.page-wp .block-wp-accordion .accordion-list>li .accordion-toggler .toggler {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background: rgba(255,255,255,.1);
    border: none;
    border-radius: 100%;
    padding: 0;
    width: 24px;
    height: 24px;
    -webkit-transform: rotate(0) translateY(-9px);
    -ms-transform: rotate(0) translateY(-9px);
    transform: rotate(0) translateY(-9px);
    will-change: transform;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease,-webkit-transform 0.3s ease
}

.page-wp .block-wp-accordion .accordion-list>li .accordion-toggler .toggler svg {
    display: block;
    margin: auto
}

.page-wp .block-wp-accordion .accordion-list>li .accordion-toggler.accordion-active .toggler {
    -webkit-transform: rotate(-180deg) translateY(-9px);
    -ms-transform: rotate(-180deg) translateY(-9px);
    transform: rotate(-180deg) translateY(-9px)
}

.page-wp .block-wp-accordion .accordion-list>li .num {
    font-size: 10px;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 6px;
    color: #434343
}

.page-wp .block-wp-accordion .accordion-list>li .title {
    padding: 0 30px 0 0;
    width: 100%
}

.page-wp .block-wp-accordion .accordion-list>li .title h2 {
    letter-spacing: -.01em;
    font-weight: 500
}

@media (max-width: 1439.98px) {
    .page-wp .block-wp-accordion .accordion-list>li .title h2 {
        font-size:1.714rem
    }
}

@media (max-width: 1023.98px) {
    .page-wp .block-wp-accordion .accordion-list>li .title h2 {
        font-size:20px
    }
}

@media (min-width: 1024px) {
    .page-wp .block-wp-accordion {
        position:relative
    }

    .page-wp .block-wp-accordion:before {
        content: "";
        position: absolute;
        background-image: url(../../../themes/fulcrum/assets/img/bg/oval-blue.webp);
        background-size: cover;
        width: 2000px;
        height: 2000px;
        left: -1000px;
        top: -1000px
    }

    .page-wp .block-wp-accordion .accordion-list>li {
        min-height: 103px;
        padding: 37px 0 7px
    }

    .page-wp .block-wp-accordion .accordion-list>li .num {
        font-size: 12px;
        top: 14px
    }

    .page-wp .block-wp-accordion .accordion-list>li .accordion-panel {
        padding: 0 10px 8px;
        display: none;
        padding: 10px;
        width: 50%;
        margin-left: 50%
    }

    .page-wp .block-wp-accordion .accordion-list>li .accordion-panel p,.page-wp .block-wp-accordion .accordion-list>li .accordion-panel ul {
        max-width: 555px
    }

    .page-wp .block-wp-accordion .accordion-list>li .accordion-toggler {
        padding: 0 0 32px
    }

    .page-wp .block-wp-accordion .accordion-list>li .accordion-toggler .toggler {
        width: 36px;
        height: 36px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .page-wp .block-wp-accordion .accordion-list>li .accordion-toggler.accordion-active .toggler {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }
}

@media (min-width: 1440px) {
    .page-wp .block-wp-accordion .block-text {
        margin-bottom:38px
    }

    .page-wp .block-wp-accordion .accordion-list>li .title h2 {
        font-size: 36px;
        letter-spacing: -.02em
    }
}

.dz-button {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0
}

.dz-file-preview {
    background-image: linear-gradient(to bottom,#050505,#191919);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 98%;
    height: 90%;
    z-index: 2
}

.project_link:hover {
    cursor: pointer
}

.page-intro-service.page-intro-service-ux-audit .image {
    margin: -11px 15px 10px
}

@media (min-width: 640px) {
    .page-intro-service.page-intro-service-ux-audit .txt-lg {
        margin-bottom:100px
    }

    .page-intro-service.page-intro-service-ux-audit .image {
        top: 50%;
        left: 46.4%;
        width: 55%;
        -webkit-transform: translateY(-51.5%);
        transform: translateY(-51.5%)
    }

    .page-intro-service.page-intro-service-ux-audit .image img {
        max-width: 120%
    }
}

@media (min-width: 1440px) {
    .page-intro-service.page-intro-service-ux-audit .txt-lg {
        margin-bottom:229px
    }
}

@media (min-width: 768px) {
    .contact-form-01 .field-file p:first-child {
        margin:0
    }
}

.load-form {
    position: relative
}

.disable {
    opacity: .4;
    transition: opacity 0.4s ease
}

.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@font-face {
    font-family: Nunito;
    src: url(../../../plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-regular.eot);
    src: url(../../../plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-regular%EF%B9%96.eot#iefix) format("embedded-opentype"),url(../../../plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-regular.woff2) format("woff2"),url(../../../plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-regular.woff) format("woff"),url(../../../plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-regular.ttf) format("truetype"),url(../../../plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-regular.svg#svgFontName) format("svg");
    font-style: normal;
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: Nunito;
    src: url(../../../plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-700.eot);
    src: url(../../../plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-700%EF%B9%96.eot#iefix) format("embedded-opentype"),url(../../../plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-700.woff2) format("woff2"),url(../../../plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-700.woff) format("woff"),url(../../../plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-700.ttf) format("truetype"),url(../../../plugins/gdpr-cookie-compliance/dist/fonts/nunito-v8-latin-700.svg#svgFontName) format("svg");
    font-style: normal;
    font-weight: 700;
    font-display: swap
}

.gdpr_lightbox-active,.gdpr_lightbox-active body {
    overflow: hidden
}

.gdpr_lightbox {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    background: #0b0b0b;
    background: rgba(0,0,0,.9);
    outline: none!important;
    opacity: 0;
    transition: opacity .3s ease
}

.gdpr_lightbox.gdpr_lightbox-opened {
    opacity: 1
}

.gdpr_lightbox.gdpr_lightbox-closed {
    opacity: 0
}

.gdpr_lightbox * {
    box-sizing: border-box
}

.gdpr_lightbox-wrap {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    outline: none!important
}

.gdpr_lightbox-wrap:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em
}

.gdpr_lightbox-loader {
    z-index: 9991;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -.8em;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: Arial,Helvetica,sans-serif;
    opacity: 0;
    transition: opacity .3s ease
}

.gdpr_lightbox-loading .gdpr_lightbox-loader {
    opacity: 1
}

.gdpr_lightbox-container {
    z-index: 9992;
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    max-width: 100%;
    max-height: 100%;
    outline: none!important
}

.gdpr_lightbox-content {
    z-index: 9993;
    width: 100%;
    transform: scale(1);
    transition: transform .3s ease
}

.gdpr_lightbox-closed .gdpr_lightbox-content,.gdpr_lightbox-loading .gdpr_lightbox-content {
    transform: scale(.8)
}

.gdpr_lightbox-content:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0,0,0,.6)
}

.gdpr_lightbox-close,.gdpr_lightbox-close:active,.gdpr_lightbox-close:focus,.gdpr_lightbox-close:hover,.gdpr_lightbox-close:visited {
    z-index: 9994;
    width: 35px;
    height: 35px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial,Baskerville,monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    border: 0;
    background: none;
    box-shadow: none
}

.gdpr_lightbox-close::-moz-focus-inner {
    border: 0;
    padding: 0
}

.gdpr_lightbox-close:active {
    top: 1px
}

.gdpr_lightbox-image img {
    max-width: 100%;
    display: block;
    line-height: 0;
    border: 0
}

.gdpr_lightbox-iframe .gdpr_lightbox-container {
    width: 100%;
    max-width: 964px
}

.gdpr_lightbox-iframe-container {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: auto;
    pointer-events: auto;
    transform: translateZ(0);
    -webkit-overflow-scrolling: touch
}

.gdpr_lightbox-iframe-container iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0,0,0,.6);
    background: #000
}

body.moove_gdpr_overflow {
    overflow: hidden
}

body.moove_gdpr_overflow #page {
    position: relative;
    z-index: 10
}

body.moove_gdpr_overflow #main-header,body.moove_gdpr_overflow #page-container {
    z-index: 99
}

.gdpr_lightbox-hide,body.logged-in.et_divi_builder.et-fb #moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme {
    display: none
}

.cookie-switch.focus-g,.cookie-switch:focus,.gdpr-shr-switch.focus-g,.gdpr-shr-switch:focus {
    box-shadow: 1px 1px 5px #010101;
    border-radius: 50px
}

#moove_gdpr_cookie_modal .mgbutton.focus-g,#moove_gdpr_cookie_modal .mgbutton:focus {
    box-shadow: 1px 1px 5px #010101
}

#moove_gdpr_cookie_info_bar .gdpr-fbo-0 {
    -ms-flex-order: 1;
    order: 1
}

#moove_gdpr_cookie_info_bar .gdpr-fbo-1 {
    -ms-flex-order: 2;
    order: 2
}

#moove_gdpr_cookie_info_bar .gdpr-fbo-2 {
    -ms-flex-order: 3;
    order: 3
}

#moove_gdpr_cookie_info_bar .gdpr-fbo-3 {
    -ms-flex-order: 4;
    order: 4
}

#moove_gdpr_cookie_info_bar .gdpr-fbo-4 {
    -ms-flex-order: 5;
    order: 5
}

#moove_gdpr_cookie_info_bar .gdpr-fbo-5 {
    -ms-flex-order: 6;
    order: 6
}

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

#moove_gdpr_cookie_modal li a .gdpr-svg-icon,#moove_gdpr_cookie_modal li button .gdpr-svg-icon {
    height: 30px;
    display: inline-block;
    float: left;
    width: 35px;
    margin-right: 5px;
    position: relative;
    top: 0
}

#moove_gdpr_cookie_modal li a .gdpr-svg-icon svg,#moove_gdpr_cookie_modal li button .gdpr-svg-icon svg {
    height: 30px;
    width: auto;
    background-color: transparent
}

body.gdpr-no-icons #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu .gdpr-svg-icon,body.gdpr-no-icons #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a i,body.gdpr-no-icons #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a span.gdpr-icon,body.gdpr-no-icons #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button i,body.gdpr-no-icons #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button span.gdpr-icon {
    display: none
}

.moove_gdpr_cookie_modal_open .gdpr_lightbox-content:after {
    box-shadow: none
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content {
    -ms-flex-pack: justify;
    justify-content: space-between
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder {
    margin: 0 -4px;
    max-width: calc(100% + 8px);
    width: auto
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton {
    margin: 2px
}

@media (min-width: 768px) {
    #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton {
        margin:2px 4px
    }
}

#moove_gdpr_cookie_info_bar {
    content-visibility: auto
}

#moove_gdpr_cookie_info_bar .moove-gdpr-button-holder {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn,#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar.moove-gdpr-dark-scheme .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn {
    display: none
}

#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar.moove-gdpr-dark-scheme .moove-gdpr-infobar-close-btn.gdpr-content-close-btn,#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-infobar-close-btn.gdpr-content-close-btn {
    display: block;
    position: absolute;
    top: -15px;
    right: -15px;
    background-color: #fff
}

#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar.moove-gdpr-dark-scheme .moove-gdpr-infobar-close-btn.gdpr-content-close-btn.focus-g,#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar.moove-gdpr-dark-scheme .moove-gdpr-infobar-close-btn.gdpr-content-close-btn:focus,#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar.moove-gdpr-dark-scheme .moove-gdpr-infobar-close-btn.gdpr-content-close-btn:hover,#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-infobar-close-btn.gdpr-content-close-btn.focus-g,#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-infobar-close-btn.gdpr-content-close-btn:focus,#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-infobar-close-btn.gdpr-content-close-btn:hover {
    background-color: #626262;
    color: #fff
}

#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container,#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-info-bar-container {
    position: relative
}

#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn {
    background-color: transparent;
    padding: 0;
    display: inline-block;
    float: right;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    margin: 3px 4px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px #626262;
    color: #626262;
    transition: all .3s ease
}

#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.gdpr-content-close-btn {
    display: none
}

#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.focus-g,#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn:focus,#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn:hover {
    background-color: #626262;
    color: #fff
}

#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn i {
    font-size: 32px;
    top: -1px;
    position: relative;
    height: 30px;
    display: block;
    overflow: hidden
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn {
    color: #fff;
    opacity: .7;
    box-shadow: inset 0 0 0 1px #fff
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn.focus-g,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn:focus,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn:hover {
    background-color: #fff;
    opacity: 1;
    color: #fff
}

#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.change-settings-button,#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.change-settings-button {
    text-decoration: none
}

#moove_gdpr_cookie_modal .cookie-switch .cookie-slider,#moove_gdpr_cookie_modal .switch .slider {
    overflow: visible;
    box-shadow: 1px 1px transparent
}

#moove_gdpr_cookie_modal {
    margin: 0 auto;
    margin-top: 0;
    min-height: 60vh;
    font-family: Nunito,sans-serif;
    content-visibility: hidden
}

#moove_gdpr_cookie_modal span.tab-title {
    display: block
}

#moove_gdpr_cookie_modal button {
    letter-spacing: 0;
    outline: none;
    cursor: pointer
}

#moove_gdpr_cookie_modal * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: inherit
}

#moove_gdpr_cookie_modal .cookie-switch,#moove_gdpr_cookie_modal .switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 30px;
    padding: 0
}

#moove_gdpr_cookie_modal .cookie-switch input,#moove_gdpr_cookie_modal .switch input {
    display: none
}

#moove_gdpr_cookie_modal .cookie-switch .cookie-slider,#moove_gdpr_cookie_modal .cookie-switch .slider,#moove_gdpr_cookie_modal .switch .cookie-slider,#moove_gdpr_cookie_modal .switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: red;
    transition: .4s;
    margin: 0;
    padding: 0
}

#moove_gdpr_cookie_modal .cookie-switch .cookie-slider:before,#moove_gdpr_cookie_modal .cookie-switch .slider:before,#moove_gdpr_cookie_modal .switch .cookie-slider:before,#moove_gdpr_cookie_modal .switch .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 1px;
    bottom: 1px;
    transition: .4s;
    border: 1px solid #f2f2f2;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.25);
    display: block;
    box-sizing: content-box
}

#moove_gdpr_cookie_modal .cookie-switch .cookie-slider:after,#moove_gdpr_cookie_modal .cookie-switch .slider:after,#moove_gdpr_cookie_modal .switch .cookie-slider:after,#moove_gdpr_cookie_modal .switch .slider:after {
    content: attr(data-text-disabled);
    position: absolute;
    top: 0;
    left: 60px;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    color: red;
    display: block;
    white-space: nowrap
}

#moove_gdpr_cookie_modal .cookie-switch .cookie-slider.cookie-round,#moove_gdpr_cookie_modal .cookie-switch .cookie-slider.round,#moove_gdpr_cookie_modal .cookie-switch .slider.cookie-round,#moove_gdpr_cookie_modal .cookie-switch .slider.round,#moove_gdpr_cookie_modal .switch .cookie-slider.cookie-round,#moove_gdpr_cookie_modal .switch .cookie-slider.round,#moove_gdpr_cookie_modal .switch .slider.cookie-round,#moove_gdpr_cookie_modal .switch .slider.round {
    border-radius: 34px
}

#moove_gdpr_cookie_modal .cookie-switch .cookie-slider.cookie-round:before,#moove_gdpr_cookie_modal .cookie-switch .cookie-slider.round:before,#moove_gdpr_cookie_modal .cookie-switch .slider.cookie-round:before,#moove_gdpr_cookie_modal .cookie-switch .slider.round:before,#moove_gdpr_cookie_modal .switch .cookie-slider.cookie-round:before,#moove_gdpr_cookie_modal .switch .cookie-slider.round:before,#moove_gdpr_cookie_modal .switch .slider.cookie-round:before,#moove_gdpr_cookie_modal .switch .slider.round:before {
    border-radius: 50%
}

#moove_gdpr_cookie_modal .cookie-switch input:checked+.cookie-slider,#moove_gdpr_cookie_modal .cookie-switch input:checked+.slider,#moove_gdpr_cookie_modal .switch input:checked+.cookie-slider,#moove_gdpr_cookie_modal .switch input:checked+.slider {
    background-color: #2e9935
}

#moove_gdpr_cookie_modal .cookie-switch input:checked+.cookie-slider:after,#moove_gdpr_cookie_modal .cookie-switch input:checked+.slider:after,#moove_gdpr_cookie_modal .switch input:checked+.cookie-slider:after,#moove_gdpr_cookie_modal .switch input:checked+.slider:after {
    content: attr(data-text-enable);
    color: #2e9935;
    white-space: nowrap
}

#moove_gdpr_cookie_modal .cookie-switch input:focus+.cookie-slider,#moove_gdpr_cookie_modal .cookie-switch input:focus+.slider,#moove_gdpr_cookie_modal .switch input:focus+.cookie-slider,#moove_gdpr_cookie_modal .switch input:focus+.slider {
    box-shadow: 0 0 1px #2e9935
}

#moove_gdpr_cookie_modal .cookie-switch input:checked+.cookie-slider:before,#moove_gdpr_cookie_modal .cookie-switch input:checked+.slider:before,#moove_gdpr_cookie_modal .switch input:checked+.cookie-slider:before,#moove_gdpr_cookie_modal .switch input:checked+.slider:before {
    transform: translateX(20px)
}

#moove_gdpr_cookie_modal a,#moove_gdpr_cookie_modal button {
    outline: none;
    box-shadow: none;
    text-shadow: none
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content {
    color: #000;
    background-color: #fff;
    width: 900px;
    width: 80vw;
    max-width: 1170px;
    min-height: 600px;
    border-radius: 10px;
    position: relative;
    margin: 0 auto
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .gdpr-cc-form-fieldset,#moove_gdpr_cookie_modal .moove-gdpr-modal-content fieldset {
    background-color: transparent
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content.logo-position-left .moove-gdpr-company-logo-holder {
    text-align: left
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content.logo-position-center .moove-gdpr-company-logo-holder {
    text-align: center
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content.logo-position-right .moove-gdpr-company-logo-holder {
    text-align: right
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    height: 100%
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton {
    margin: 2px
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 {
    min-height: auto
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-left-content {
    display: none
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-right-content {
    width: 100%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    position: relative;
    float: none;
    padding-bottom: 135px
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .main-modal-content {
    max-height: 50vh;
    overflow: hidden;
    overflow-y: auto;
    padding-bottom: 0;
    height: 100%
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt {
    padding-right: 30px;
    white-space: nowrap
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt a {
    padding-right: 0;
    text-align: right;
    color: #000;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: -.3px;
    position: relative;
    top: 0;
    text-decoration: none;
    display: block;
    -ms-flex-align: baseline;
    align-items: baseline
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main {
    display: block;
    position: relative
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content {
    position: relative;
    overflow: hidden;
    padding-right: 190px;
    padding-bottom: 10px
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-status-bar {
    position: absolute;
    top: 0;
    right: 0;
    width: 190px;
    text-align: right
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-status-bar span.cookie-slider,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-status-bar span.slider {
    position: relative;
    width: 50px;
    height: 30px;
    display: block
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-status-bar span.cookie-slider:after,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-status-bar span.slider:after {
    text-align: right;
    left: auto;
    right: 60px
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main h3.tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main span.tab-title {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 15px;
    padding-right: 190px
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    align-items: center;
    height: 75px;
    position: relative;
    margin-bottom: 20px;
    padding-right: 180px
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title .moove-gdpr-company-logo-holder {
    max-width: 180px;
    margin: 0;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    text-align: right;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title .moove-gdpr-company-logo-holder img {
    max-width: 100%;
    text-align: center
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title .tab-title {
    width: 100%;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.1
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close {
    position: absolute;
    text-decoration: none;
    top: -30px;
    right: -30px;
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    background: transparent;
    padding: 0;
    z-index: 99;
    margin: 0;
    outline: none;
    box-shadow: none;
    border: none
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close.focus-g i,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close.focus-g span.gdpr-icon,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close:hover i,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close:hover span.gdpr-icon {
    background-color: #fff;
    color: #0c4da2
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close i,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close span.gdpr-icon {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 48px;
    background-color: #0c4da2;
    border: 1px solid #0c4da2;
    color: #fff;
    border-radius: 50%;
    transition: all .3s ease
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder {
    padding: 0;
    margin-bottom: 30px
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder img {
    max-height: 75px;
    max-width: 70%;
    width: auto;
    display: inline-block
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-title h2 {
    font-weight: 400;
    font-size: 20px;
    margin: 5px 0 0;
    padding: 0;
    color: #000
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-content.moove-gdpr-no-modal-title .moove-gdpr-tab-main h3.tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-content.moove-gdpr-no-modal-title .moove-gdpr-tab-main span.tab-title {
    margin-top: 0
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main h3.tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main span.tab-title {
    font-weight: 700;
    font-size: 28px;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    color: #000;
    margin-bottom: 25px
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    max-height: calc(100% - 155px);
    overflow-y: auto;
    padding-right: 20px;
    padding-bottom: 15px
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content a,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content button,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content li,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 18px;
    margin-top: 0;
    padding: 0;
    color: #000
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h1,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h2,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h3,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h4,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h5,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h6 {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 20px;
    margin-top: 0;
    font-weight: 700;
    text-transform: none;
    color: #000
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content a {
    color: #000;
    text-decoration: underline
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content.moove-gdpr-strict-warning-message {
    display: none
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar {
    padding: 5px;
    margin-right: 10px;
    margin-bottom: 15px
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar.gdpr-checkbox-disabled {
    opacity: .6;
    pointer-events: none
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar.gdpr-checkbox-disabled .cookie-switch input:checked+.cookie-slider,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar.gdpr-checkbox-disabled .switch input:checked+.slider {
    background-color: #474747
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar.gdpr-checkbox-disabled .cookie-switch input:checked+.cookie-slider:after,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar.gdpr-checkbox-disabled .switch input:checked+.slider:after {
    color: #474747
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar p {
    display: inline-block;
    float: right;
    color: #09a501;
    margin: 0;
    line-height: 1.2;
    font: 700 11px Arial,Helvetica,sans-serif;
    font-weight: 700
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar .gdpr-cc-form-wrap,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar .gdpr-cc-form-wrap .gdpr-cc-form-fieldset,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar .gdpr-cc-form-wrap fieldset,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar form,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar form .gdpr-cc-form-fieldset,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar form fieldset {
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: none
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar .gdpr-cc-form-wrap .gdpr-cc-form-fieldset:hover label,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar .gdpr-cc-form-wrap fieldset:hover label,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar form .gdpr-cc-form-fieldset:hover label,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar form fieldset:hover label {
    color: #09a501
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 130px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #f1f1f1;
    z-index: 15;
    border-radius: 5px
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content:before {
    content: "";
    position: absolute;
    bottom: 130px;
    left: 60px;
    right: 60px;
    height: 1px;
    display: block;
    background-color: #c9c8c8
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-branding {
    text-decoration: none;
    padding: 0 10px;
    font-size: 10px;
    color: #000;
    font-weight: 700;
    line-height: 13px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline;
    width: auto;
    max-width: 100%
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-branding img {
    height: 15px;
    margin-left: 5px
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-branding span {
    display: inline-block;
    text-decoration: underline
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder {
    width: calc(100% + 16px);
    display: -ms-flexbox;
    display: flex;
    padding: 0 60px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -2px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton {
    margin: 8px;
    text-decoration: none;
    border-radius: 150px;
    color: #fff;
    padding: 15px 10px;
    transition: all .3s ease;
    border: 1px solid transparent;
    min-width: 160px;
    text-align: center;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton:hover,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton:hover {
    background-color: #fff
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton.moove-gdpr-modal-save-settings,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-save-settings {
    color: #fff;
    display: none
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton.moove-gdpr-modal-save-settings:hover,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-save-settings:hover {
    background-color: #fff
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content {
    width: 40%;
    display: inline-block;
    float: left;
    padding: 40px 60px;
    position: absolute;
    height: 100%;
    top: 0;
    box-shadow: 0 0 30px 0 rgba(35,35,35,.1);
    background: #fff;
    z-index: 10;
    left: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt {
    position: absolute;
    bottom: 0;
    padding-bottom: 30px;
    left: 60px;
    right: 60px
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a {
    color: #000;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: -.3px;
    padding: 20px 0;
    position: relative;
    top: 10px;
    text-decoration: none;
    display: block
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a img {
    width: 60px;
    height: auto;
    display: inline-block;
    margin-left: 5px;
    position: relative;
    top: 0
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a span {
    display: inline-block;
    text-decoration: underline
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu {
    padding: 0;
    list-style: none;
    margin: 0;
    z-index: 12
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 15px
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li.menu-item-selected a,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li.menu-item-selected button {
    background-color: #fff;
    border-color: #f1f1f1;
    color: #000
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li.menu-item-selected a span.gdpr-icon,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li.menu-item-selected button span.gdpr-icon {
    color: #000
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 800;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #f1f1f1;
    border: 1px solid #f1f1f1;
    line-height: 1.1;
    padding: 13px 20px;
    color: #0c4da2;
    width: 100%;
    transition: all .3s ease;
    border-radius: 5px;
    text-align: left;
    white-space: normal
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a:hover i,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a:hover span.gdpr-icon,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button:hover i,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button:hover span.gdpr-icon {
    text-decoration: none
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a i,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a span.gdpr-icon,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button i,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button span.gdpr-icon {
    display: inline-block;
    float: left;
    font-size: 30px;
    width: 40px;
    margin-right: 5px;
    position: relative;
    top: 0;
    color: #0c4da2
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a span.gdpr-nav-tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button span.gdpr-nav-tab-title {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 40px)
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content {
    width: 60%;
    display: inline-block;
    float: right;
    padding: 40px 60px;
    position: absolute;
    top: 0;
    height: auto;
    right: 0;
    background-color: #f1f1f1;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo {
    width: 100%;
    height: 0;
    padding-bottom: 38px;
    background-size: contain;
    background-position: 0;
    background-repeat: no-repeat
}

.moove-hidden {
    display: none
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar:after,.moove-clearfix:after {
    content: "";
    display: table;
    clear: both
}

#moove_gdpr_cookie_info_bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 60px;
    max-height: 400px;
    color: #fff;
    z-index: 9900;
    background-color: #202020;
    border-top: 1px solid #fff;
    font-family: Nunito,sans-serif;
    transition: bottom .3s cubic-bezier(.17,.04,.03,.94)
}

#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_top {
    bottom: auto;
    top: 0;
    transition: top .3s cubic-bezier(.17,.04,.03,.94)
}

#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_top.moove-gdpr-dark-scheme {
    border-top: 0;
    border-bottom: 1px solid #fff
}

#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_top.moove-gdpr-light-scheme {
    border-top: 0;
    border-bottom: 1px solid #202020
}

#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_top.moove-gdpr-info-bar-hidden {
    bottom: auto;
    top: -400px
}

#moove_gdpr_cookie_info_bar * {
    font-family: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#moove_gdpr_cookie_info_bar.moove-gdpr-info-bar-hidden {
    bottom: -400px
}

#moove_gdpr_cookie_info_bar.moove-gdpr-align-center,#moove_gdpr_cookie_info_bar.moove-gdpr-align-right {
    text-align: center
}

#moove_gdpr_cookie_info_bar button.moove-gdpr-infobar-close-btn {
    border: none
}

#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme {
    background-color: #fff;
    border-top: 1px solid #202020
}

#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h1,#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h2,#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h3,#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h4,#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h5,#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h6,#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p,#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a,#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme p {
    color: #202020
}

#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a,#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button {
    text-decoration: underline;
    outline: none
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
    background-color: #202020;
    border-top: 1px solid #fff
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h1,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h2,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h3,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h4,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h5,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h6,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme p {
    color: #fff
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button {
    text-decoration: underline;
    outline: none;
    transition: all .2s ease
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.focus-g,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton:focus,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton:hover,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.focus-g,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:focus,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:hover {
    background-color: #fff
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button a {
    border-color: #fff;
    color: #fff
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button a.focus-g,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button a:focus,#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button a:hover {
    background-color: #fff;
    color: #202020
}

#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn-alt,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-settings-btn,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn-alt,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn {
    background-color: transparent;
    box-shadow: inset 0 0 0 1px currentColor;
    opacity: .7;
    color: #202020
}

#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn-alt.focus-g,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn-alt:focus,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn-alt:hover,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-settings-btn.focus-g,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-settings-btn:focus,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-settings-btn:hover,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn-alt.focus-g,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn-alt:focus,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn-alt:hover,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn.focus-g,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn:focus,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn:hover {
    box-shadow: none;
    opacity: 1;
    color: #fff;
    background-color: #202020
}

#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn-alt,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-settings-btn,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn-alt,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn {
    background-color: transparent;
    box-shadow: inset 0 0 0 1px currentColor;
    opacity: .7;
    color: #fff
}

#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn-alt.focus-g,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn-alt:focus,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn-alt:hover,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-settings-btn.focus-g,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-settings-btn:focus,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-settings-btn:hover,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn-alt.focus-g,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn-alt:focus,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn-alt:hover,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn.focus-g,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn:focus,#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn:hover {
    box-shadow: none;
    opacity: 1;
    color: #202020;
    background-color: #fff
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
    padding: 10px 40px;
    position: static;
    display: inline-block
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container i.gdpricon-cog-1,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container span.gdpricon-cog-1 {
    font-size: 40px;
    width: 60px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: calc(50% - 25px);
    left: 0;
    color: #fff
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-close-cookie-popup {
    position: absolute;
    width: 60px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    top: calc(50% - 25px);
    right: 0;
    text-decoration: none;
    outline: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-close-cookie-popup i,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-close-cookie-popup span.gdpr-icon {
    width: 28px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
    color: #424449;
    border-radius: 50%;
    display: block;
    border: 1px solid #fff;
    font-size: 16px;
    position: relative
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-close-cookie-popup:hover i,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-close-cookie-popup:hover span.gdpr-icon {
    background-color: #424449;
    color: #fff
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
    padding-left: 30px;
    padding-right: 30px;
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    padding-bottom: 0;
    color: #fff
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h1,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h2,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h3,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h4,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h5,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h6 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button a {
    display: inline-block;
    width: 35px;
    height: 35px;
    border: 1px solid #202020;
    color: #202020;
    text-decoration: none;
    outline: none;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    font-size: 28px;
    padding-top: 1px;
    transition: all .2s ease;
    margin-left: 10px;
    margin-left: 6vw
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button a.focus-g,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button a:focus,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button a:hover {
    background-color: #202020;
    color: #fff
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    border-radius: 150px;
    padding: 8px 30px;
    transition: all .3s ease;
    border: none;
    display: inline-block;
    margin: 3px 4px;
    white-space: nowrap;
    text-transform: none;
    letter-spacing: 0;
    cursor: pointer
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.focus-g,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton:focus,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton:hover,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.focus-g,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:focus,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:hover {
    color: #fff;
    background-color: #202020
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.change-settings-button,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.change-settings-button {
    background-color: #424449;
    color: #fff;
    border-color: transparent;
    cursor: pointer
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.change-settings-button.focus-g,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.change-settings-button:focus,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.change-settings-button:hover,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.change-settings-button.focus-g,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.change-settings-button:focus,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.change-settings-button:hover {
    border-color: #fff;
    background-color: #000
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content span.change-settings-button {
    text-decoration: underline;
    cursor: pointer;
    transition: all .2s ease
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder {
    padding-left: 15px;
    padding-left: 3vw
}

.gdpr_lightbox.moove_gdpr_cookie_modal_open #moove_gdpr_cookie_modal {
    content-visibility: visible
}

.gdpr_lightbox.moove_gdpr_cookie_modal_open .gdpr_lightbox-container {
    max-width: 100%
}

.gdpr_lightbox.moove_gdpr_cookie_modal_open .gdpr_lightbox-close {
    opacity: 0;
    visibility: hidden
}

#moove_gdpr_save_popup_settings_button {
    display: block;
    z-index: 1001;
    position: fixed;
    background-color: rgba(0,0,0,.8);
    transition: all .3s ease;
    color: #fff;
    padding: 0;
    text-align: center;
    height: 40px;
    outline: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    border-radius: 0;
    border: none;
    text-decoration: none;
    border-radius: 50px
}

#moove_gdpr_save_popup_settings_button:not(.gdpr-floating-button-custom-position) {
    bottom: 20px;
    left: 20px
}

#moove_gdpr_save_popup_settings_button span {
    background-color: inherit;
    transition: all .3s ease
}

#moove_gdpr_save_popup_settings_button span.moove_gdpr_icon {
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 40px;
    float: left;
    font-size: 30px;
    min-width: 40px;
    height: 40px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    z-index: 15;
    position: relative;
    background-color: inherit;
    border-radius: inherit;
    transition: none
}

#moove_gdpr_save_popup_settings_button span.moove_gdpr_icon i,#moove_gdpr_save_popup_settings_button span.moove_gdpr_icon span.gdpr-icon {
    position: relative;
    top: 0;
    font-weight: 900;
    background-color: transparent
}

#moove_gdpr_save_popup_settings_button span.moove_gdpr_text {
    font: normal 12px Arial,sans-serif;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 0 15px 0 5px;
    top: 0;
    left: 0;
    position: relative;
    line-height: 40px;
    display: none;
    overflow: hidden;
    z-index: 5;
    background-color: transparent;
    text-decoration: none
}

#moove_gdpr_save_popup_settings_button:focus,#moove_gdpr_save_popup_settings_button:hover {
    background-color: #000
}

#moove_gdpr_save_popup_settings_button:focus span.moove_gdpr_text,#moove_gdpr_save_popup_settings_button:hover span.moove_gdpr_text {
    display: block
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt {
    padding-right: 60px
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder {
    -ms-flex-pack: start;
    justify-content: flex-start
}

#moove_gdpr_cookie_info_bar * {
    box-sizing: border-box
}

#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder a.mgbutton {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center
}

#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder a.mgbutton.mright {
    float: right
}

#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder a.mgbutton.mgrey {
    background-color: #424449
}

#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder a.mgbutton.mgrey:hover {
    background-color: #202020
}

@media (max-width: 767px) {
    #moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton,#moove_gdpr_cookie_info_bar.gdpr-full-screen-infobar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
        min-height:30px;
        font-weight: 400
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a {
        font-size: 10px;
        line-height: 1.2
    }

    #moove_gdpr_cookie_modal li a .gdpr-svg-icon,#moove_gdpr_cookie_modal li button .gdpr-svg-icon {
        margin-right: 0;
        text-align: center;
        width: 25px;
        height: 25px
    }

    #moove_gdpr_cookie_modal li a .gdpr-svg-icon svg,#moove_gdpr_cookie_modal li button .gdpr-svg-icon svg {
        height: 25px
    }

    #moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:after,#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:before,.gdpr-icon.moovegdpr-arrow-close:after,.gdpr-icon.moovegdpr-arrow-close:before,i.moovegdpr-arrow-close.moovegdpr-arrow-close:after,i.moovegdpr-arrow-close.moovegdpr-arrow-close:before {
        height: 14px;
        top: calc(50% - 7px)
    }

    #moove_gdpr_cookie_info_bar .moove-gdpr-button-holder {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    #moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn {
        width: 30px;
        height: 30px;
        border: none
    }

    #moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn i {
        font-size: 27px;
        height: 25px
    }

    .gdpr-fb-hide-mobile {
        display: none!important
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content {
        width: calc(100vw - 50px)
    }

    #moove_gdpr_cookie_modal .cookie-switch,#moove_gdpr_cookie_modal .switch {
        width: 40px;
        height: 24px
    }

    #moove_gdpr_cookie_modal .cookie-switch .cookie-slider:before,#moove_gdpr_cookie_modal .cookie-switch .slider:before,#moove_gdpr_cookie_modal .switch .cookie-slider:before,#moove_gdpr_cookie_modal .switch .slider:before {
        height: 20px;
        width: 20px
    }

    #moove_gdpr_cookie_modal .cookie-switch input:checked+.cookie-slider:before,#moove_gdpr_cookie_modal .cookie-switch input:checked+.slider:before,#moove_gdpr_cookie_modal .switch input:checked+.cookie-slider:before,#moove_gdpr_cookie_modal .switch input:checked+.slider:before {
        transform: translateX(16px)
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title {
        padding-right: 0;
        height: auto;
        margin-bottom: 10px
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title .tab-title {
        font-weight: 700;
        font-size: 22px
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title .moove-gdpr-company-logo-holder {
        display: none
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-right-content {
        height: 80vh
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-right-content .main-modal-content {
        max-height: calc(80vh - 155px)
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton {
        margin-right: 2px;
        margin-bottom: 2px
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt {
        position: relative;
        padding-right: 10px;
        max-width: 50%;
        width: auto
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt a {
        font-weight: 700;
        font-size: 11px;
        padding-left: 0;
        display: block
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt a span,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt a u {
        display: block;
        text-decoration: underline
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content {
        padding-right: 0
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content p {
        margin-bottom: 15px
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar {
        position: relative;
        left: 0;
        right: auto;
        width: 100%
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar .gdpr-cc-form-wrap,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar form {
        text-align: left;
        margin-bottom: 15px
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar .gdpr-cc-form-wrap span.cookie-slider,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar .gdpr-cc-form-wrap span.slider,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar form span.cookie-slider,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar form span.slider {
        width: 40px;
        height: 24px
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar .gdpr-cc-form-wrap span.cookie-slider:after,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar .gdpr-cc-form-wrap span.slider:after,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar form span.cookie-slider:after,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar form span.slider:after {
        left: 45px;
        right: 0;
        text-align: left;
        top: -3px
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main h3.tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main span.tab-title {
        padding-right: 0;
        font-weight: 700;
        font-size: 16px;
        margin-bottom: 10px
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-tab-main .moove-gdpr-tab-main-content {
        max-height: auto
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content {
        max-height: 500px;
        max-height: 90vh;
        min-height: auto
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content .cookie-switch .cookie-slider:after,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .switch .slider:after {
        font-weight: 800;
        font-size: 12px;
        line-height: 30px;
        min-width: 130px
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-close-modal-button a,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-close-modal-button button {
        display: inline-block;
        width: 30px;
        height: 30px;
        border: 1px solid #202020;
        color: #202020;
        text-decoration: none;
        outline: none;
        line-height: 30px;
        text-align: center;
        border-radius: 50%;
        font-size: 27px;
        padding-top: 1px;
        transition: all .2s ease;
        margin-left: 15px;
        margin-left: 6vw;
        position: absolute;
        right: 5px;
        top: 5px
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close {
        position: absolute;
        top: -15px;
        right: -15px;
        display: block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-decoration: none
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close i,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close span.gdpr-icon {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 30px
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo {
        padding-bottom: 30px;
        background-size: contain;
        background-position: 50%;
        margin-top: 10px
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder {
        margin-bottom: 15px
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content {
        padding: 10px;
        padding-top: 30px;
        position: relative;
        top: 0;
        left: 0;
        text-align: center;
        min-height: 140px;
        border-radius: 0;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu {
        display: -ms-flexbox;
        display: flex;
        margin: 0 -3px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li {
        list-style: none;
        margin-bottom: 20px;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin: 3px;
        -ms-flex: 1;
        flex: 1
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button {
        padding: 5px
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a i,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a span.gdpr-icon,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button i,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button span.gdpr-icon {
        margin: 0;
        text-align: center;
        width: 24px;
        font-size: 24px
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a span.gdpr-nav-tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button span.gdpr-nav-tab-title {
        font-size: 8px;
        line-height: 1.2
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt {
        top: 3px;
        right: 3px;
        left: auto;
        padding: 0;
        bottom: auto;
        transform: scale(.8)
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a {
        text-align: right
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a span {
        display: block
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content {
        width: 100%;
        position: relative;
        padding: 15px 10px;
        border-radius: 0;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 {
        max-height: 100%
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main h3.tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main span.tab-title {
        font-weight: 700;
        font-size: 16px
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar {
        padding: 0
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content {
        padding: 0;
        position: relative;
        overflow: auto;
        max-height: calc(100% - 110px)
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content a,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content li,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content p {
        font-weight: 400;
        font-size: 14px;
        line-height: 1.3
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h1,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h2,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h3,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h4,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h5,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content h6 {
        font-weight: 700;
        font-size: 14px
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-tab-main {
        margin-bottom: 55px
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-tab-main .moove-gdpr-tab-main-content {
        height: 100%;
        max-height: calc(90vh - 320px)
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content {
        height: 70px
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content:before {
        left: 10px;
        right: 10px;
        bottom: 70px
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder {
        padding: 0 10px
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton {
        margin: 0;
        background-color: #fff;
        text-decoration: none;
        border-radius: 150px;
        font-weight: 700;
        font-size: 12px;
        line-height: 18px;
        padding: 5px;
        transition: all .3s ease;
        border: 1px solid #fff;
        color: #fff;
        min-width: 110px;
        text-align: center;
        text-transform: none
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content {
        width: 100%
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt button {
        top: 0;
        padding: 5px 0
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder img {
        max-height: 40px
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder {
        text-align: center
    }

    #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
        padding: 15px
    }

    #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container i.gdpricon-cog-1,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container span.gdpricon-cog-1 {
        display: none
    }

    #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
        padding-left: 0;
        padding-right: 0;
        display: block;
        min-height: auto
    }

    #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice {
        padding-left: 4px;
        margin-bottom: 10px
    }

    #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder {
        padding-left: 0
    }

    #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
        font-size: 12px;
        font-weight: 700;
        padding: 5px 20px
    }

    .moove-gdpr-branding-cnt a {
        padding: 10px 0
    }
}

@media screen and (max-width: 767px) and (orientation:landscape) {
    #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo {
        margin-top:0;
        background-position: 0
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-modal-right-content .main-modal-content .moove-gdpr-tab-content {
        margin-bottom: 35px;
        max-height: 55vh;
        overflow: auto
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a span {
        display: inline-block
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-right-content {
        height: 600px;
        height: 90vh
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-right-content .main-modal-content {
        max-height: 500px;
        max-height: calc(80vh - 80px)
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder {
        text-align: left;
        margin: 0;
        display: inline-block;
        float: left;
        width: 40%
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu {
        max-width: 60%;
        float: right
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content {
        padding-top: 30px;
        min-height: 75px
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main h3.tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main span.tab-title {
        margin-bottom: 10px
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content {
        height: 45px
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content:before {
        bottom: 45px
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column;
        flex-flow: column;
        max-height: 350px;
        max-height: calc(100% - 70px)
    }

    #moove_gdpr_cookie_modal {
        background: transparent;
        border-radius: 5px
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content {
        min-height: 55vh
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt a.moove-gdpr-branding {
        top: 0;
        padding: 0
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-tab-main .moove-gdpr-tab-main-content {
        max-height: 100%
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-right-content {
        padding-bottom: 80px
    }
}

@media (min-width: 768px) {
    #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-modal-right-content,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-tab-content,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-tab-main {
        height:100%
    }
}

@media (min-width: 768px) and (max-width:999px) {
    #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content {
        padding:30px 20px
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content {
        height: 120px
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder {
        padding: 0 20px
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content:before {
        bottom: 120px;
        left: 20px;
        right: 20px
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt {
        padding-right: 30px
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content {
        padding: 30px 20px
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content {
        min-height: 620px;
        transform: scale(.75)
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt {
        left: 20px;
        right: 20px
    }

    #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p>a {
        font-size: 13px
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button {
        padding: 10px 15px;
        font-weight: 700;
        font-size: 12px
    }

    #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
        padding-left: 20px;
        padding-right: 20px
    }

    #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button a,#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-close-modal-button button {
        margin-left: 15px;
        margin-left: 5vw
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main h3.tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main span.tab-title {
        font-weight: 700;
        font-size: 24px
    }

    #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
        padding: 10px 20px
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton {
        min-width: auto;
        padding: 7px 15px;
        font-size: 13px;
        margin: 4px 8px
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton {
        padding: 8px 15px
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-branding span {
        white-space: nowrap
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt a {
        white-space: normal
    }
}

@media (min-width: 1000px) and (max-width:1300px) {
    #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content {
        padding:40px 30px
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content {
        height: 120px
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder {
        padding: 0 30px
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content:before {
        bottom: 120px;
        left: 30px;
        right: 30px
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt {
        padding-right: 30px
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt {
        left: 30px;
        right: 30px
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content {
        padding: 30px
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content {
        min-width: 700px
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton {
        min-width: auto;
        padding: 10px 30px;
        margin-left: 8px;
        margin-right: 8px
    }
}

@media (min-width: 768px) and (max-height:700px) {
    #moove_gdpr_cookie_modal .moove-gdpr-modal-content {
        min-height:600px;
        transform: scale(.7)
    }
}

@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
    #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
        display: block;
        max-width: 100%;
        text-align: center
    }

    #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder {
        margin-top: 10px
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content {
        display: block;
        max-width: 100%
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a span,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button span {
        display: block
    }
}

@media (-ms-high-contrast:active),(-ms-high-contrast:none) {
    #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
        display: block;
        max-width: 100%;
        text-align: center
    }

    #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder {
        margin-top: 10px
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content {
        display: block;
        max-width: 100%
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a span,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button span {
        display: block
    }
}

@media print {
    #moove_gdpr_cookie_info_bar,#moove_gdpr_cookie_modal,#moove_gdpr_save_popup_settings_button,.gdpr_cookie_settings_shortcode_content {
        display: none!important
    }

    body.moove_gdpr_overflow {
        overflow: auto
    }

    body.moove_gdpr_overflow .gdpr_lightbox {
        display: none!important
    }
}

#moove_gdpr_save_popup_settings_button span.moove_gdpr_icon svg {
    height: 30px;
    width: auto
}

#moove_gdpr_save_popup_settings_button span.moove_gdpr_icon svg * {
    fill: currentColor
}

#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close,.gdpr-icon.moovegdpr-arrow-close,i.moovegdpr-arrow-close.moovegdpr-arrow-close {
    position: relative
}

#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:after,#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:before,.gdpr-icon.moovegdpr-arrow-close:after,.gdpr-icon.moovegdpr-arrow-close:before,i.moovegdpr-arrow-close.moovegdpr-arrow-close:after,i.moovegdpr-arrow-close.moovegdpr-arrow-close:before {
    position: absolute;
    content: " ";
    height: 24px;
    width: 1px;
    top: calc(50% - 12px);
    background-color: currentColor
}

#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:before,.gdpr-icon.moovegdpr-arrow-close:before,i.moovegdpr-arrow-close.moovegdpr-arrow-close:before {
    transform: rotate(45deg)
}

#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:after,.gdpr-icon.moovegdpr-arrow-close:after,i.moovegdpr-arrow-close.moovegdpr-arrow-close:after {
    transform: rotate(-45deg)
}

#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn i.moovegdpr-arrow-close:after,#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn i.moovegdpr-arrow-close:before,.gdpr-icon i.moovegdpr-arrow-close:after,.gdpr-icon i.moovegdpr-arrow-close:before,i.moovegdpr-arrow-close i.moovegdpr-arrow-close:after,i.moovegdpr-arrow-close i.moovegdpr-arrow-close:before {
    height: 18px;
    top: calc(50% - 8px)
}

@media (max-width: 767px) {
    #moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:after,#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:before,.gdpr-icon.moovegdpr-arrow-close:after,.gdpr-icon.moovegdpr-arrow-close:before,i.moovegdpr-arrow-close.moovegdpr-arrow-close:after,i.moovegdpr-arrow-close.moovegdpr-arrow-close:before {
        height:14px;
        top: calc(50% - 7px)
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-tab-main .moove-gdpr-tab-main-content {
        height: auto
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content {
        display: -ms-flexbox;
        display: flex;
        padding: 5px 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 10px
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton {
        min-width: auto;
        padding: 5px 15px
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt a span,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt a u {
        display: inline-block
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt a {
        text-align: left;
        padding-left: 10px
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .moove-gdpr-modal-left-content #moove-gdpr-menu {
        display: none
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content {
        min-height: auto
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content .moove-gdpr-tab-main {
        display: block!important;
        min-height: auto;
        max-height: 100%;
        margin-bottom: 0
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content .moove-gdpr-tab-content {
        margin-bottom: 80px;
        max-height: 50vh;
        overflow: auto
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #advanced-cookies .tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #cookie_policy_modal .tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #strict-necessary-cookies .tab-title,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #third_party_cookies .tab-title {
        padding: 10px;
        background-color: #fff;
        border: 1px solid #fff;
        display: block;
        margin: 10px 0 0;
        cursor: pointer;
        transition: all .3s ease;
        border-radius: 5px;
        position: relative;
        padding-left: 30px
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #advanced-cookies .tab-title:before,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #cookie_policy_modal .tab-title:before,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #strict-necessary-cookies .tab-title:before,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #third_party_cookies .tab-title:before {
        content: "\203A";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 2px;
        font-size: 24px;
        color: currentColor;
        width: 30px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        line-height: 1;
        font-family: Georgia,serif
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #advanced-cookies .moove-gdpr-tab-main-content,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #cookie_policy_modal .moove-gdpr-tab-main-content,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #strict-necessary-cookies .moove-gdpr-tab-main-content,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v1 .main-modal-content #third_party_cookies .moove-gdpr-tab-main-content {
        display: none;
        padding: 10px;
        background-color: #fff
    }
}

@media (max-width: 350px) {
    #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-button-holder a.mgbutton,#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton {
        padding:3px 12px
    }

    #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt {
        opacity: 0
    }
}
