@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,400;0,600;1,400;1,600&display=swap);
html {
    font-size: 62.5%
}

body {
    overflow-x: hidden;
    font-weight: 400;
    font-size: 1.6rem
}

body.is-blocked {
    overflow-y: hidden;
    height: 100vh
}

@media (max-width:575.98px) {
    .h1,
    h1 {
        font-size: 4.4rem
    }
}

@media (max-width:575.98px) {
    .h2,
    h2 {
        font-size: 3.8rem
    }
}

@media (max-width:575.98px) {
    .h3,
    h3 {
        font-size: 2.8rem
    }
}

@media (max-width:575.98px) {
    .h4,
    h4 {
        font-size: 2rem
    }
}

@media (max-width:575.98px) {
    .h5,
    h5 {
        font-size: 1.6rem
    }
}

.textwidget h1,
.textwidget h2,
.textwidget h3,
.textwidget h4,
.textwidget h5 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0
}

@font-face {
    font-family: TTOctosquares;
    src: url(../fonts/TTOctosquares-MediumIt.eot);
    src: local("TT Octosquares W05 Medium It"), local("TTOctosquares-MediumIt"), url(../fonts/TTOctosquares-MediumIt.eot?#iefix) format("embedded-opentype"), url(../fonts/TTOctosquares-MediumIt.woff2) format("woff2"), url(../fonts/TTOctosquares-MediumIt.woff) format("woff"), url(../fonts/TTOctosquares-MediumIt.ttf) format("truetype"), url(../fonts/TTOctosquares-MediumIt.svg#TTOctosquares-MediumIt) format("svg");
    font-weight: 700;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: TTOctosquares;
    src: url(../fonts/TTOctosquares-Medium.eot);
    src: local("TT Octosquares W03 Medium"), local("TTOctosquares-Medium"), url(../fonts/TTOctosquares-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/TTOctosquares-Medium.woff2) format("woff2"), url(../fonts/TTOctosquares-Medium.woff) format("woff"), url(../fonts/TTOctosquares-Medium.ttf) format("truetype"), url(../fonts/TTOctosquares-Medium.svg#TTOctosquares-Medium) format("svg");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: TTOctosquares;
    src: url(../fonts/TTOctosquares-Light.eot);
    src: local("TT Octosquares W05 Light"), local("TTOctosquares-Light"), url(../fonts/TTOctosquares-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/TTOctosquares-Light.woff2) format("woff2"), url(../fonts/TTOctosquares-Light.woff) format("woff"), url(../fonts/TTOctosquares-Light.ttf) format("truetype"), url(../fonts/TTOctosquares-Light.svg#TTOctosquares-Light) format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: TTOctosquares;
    src: url(../fonts/TTOctosquares-LightIt.eot);
    src: local("TT Octosquares W05 Light Italic"), local("TTOctosquares-LightIt"), url(../fonts/TTOctosquares-LightIt.eot?#iefix) format("embedded-opentype"), url(../fonts/TTOctosquares-LightIt.woff2) format("woff2"), url(../fonts/TTOctosquares-LightIt.woff) format("woff"), url(../fonts/TTOctosquares-LightIt.ttf) format("truetype"), url(../fonts/TTOctosquares-LightIt.svg#TTOctosquares-LightIt) format("svg");
    font-weight: 300;
    font-style: italic;
    font-display: swap
}

b,
strong {
    font-weight: 700
}

a {
    outline: 0;
    border-bottom: 1px solid #8f969a
}

.top-10 {
    padding-top: 10px
}

.top-20 {
    padding-top: 20px
}

.top-30 {
    padding-top: 30px
}

.top-40 {
    padding-top: 40px
}

.top-50 {
    padding-top: 50px
}

.bottom-10 {
    padding-bottom: 10px
}

.bottom-20 {
    padding-bottom: 20px
}

.bottom-30 {
    padding-bottom: 30px
}

.bottom-40 {
    padding-bottom: 40px
}

.bottom-50 {
    padding-bottom: 50px
}

.width100 {
    width: 100%
}

.container-float {
    width: 100%;
    max-width: 1920px;
    padding-right: 40px;
    padding-left: 40px;
    margin-right: auto;
    margin-left: auto
}

@media (max-width:767.98px) {
    .container-float {
        padding-right: 20px;
        padding-left: 20px
    }
}

.container-float--smaller-bot {
    padding-bottom: 30px
}

.content-pb-off main {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden
}

.content-pb-on .main.container-float {
    max-width: none;
    padding: 0
}

.go-to-next {
    cursor: pointer;
    display: inline-block
}

.go-to-next--text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.go-to-next--text span {
    margin-left: 40px
}

.go-to-section {
    cursor: pointer;
    display: inline-block
}

.img-fluid {
    display: inline-block;
    max-height: 100%;
    max-width: 100%
}

.img-fluid svg {
    max-height: 100%;
    max-width: 100%;
    display: inline-block
}

.bg-center {
    background-position: center center!important
}

.bg-l_u {
    background-position: left top!important
}

.bg-l_d {
    background-position: left bottom!important
}

.bg-p_u {
    background-position: right top!important
}

.bg-p_d {
    background-position: right bottom!important
}

.bg-c_u {
    background-position: center top!important
}

.bg-c_d {
    background-position: center bottom!important
}

.background_norepeat {
    background-repeat: no-repeat!important
}

.anchor-local-element {
    position: absolute;
    top: -16.7rem;
    width: 0!important;
    height: 0!important;
    padding: 0 !important!important;
    margin: 0 !important!important
}

.sticky-sidebar {
    will-change: min-height;
    padding-left: 0;
    padding-right: 0
}

@media (max-width:991.98px) {
    .sticky-sidebar {
        height: auto!important
    }
}

.sticky-sidebar-element {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
    padding-left: 20px;
    padding-right: 20px
}

@media (max-width:991.98px) {
    .sticky-sidebar-element {
        position: relative!important;
        top: inherit!important;
        left: inherit!important;
        bottom: inherit!important;
        width: 100%!important;
        -webkit-transform: none!important;
        -ms-transform: none!important;
        transform: none!important
    }
}

.background-graphite {
    background-color: #202d35
}

.alignleft {
    text-align: left
}

.alignright {
    text-align: right
}

.aligncenter {
    text-align: center
}

.img-responsive {
    margin: 10.4rem auto;
    max-width: 100%;
    height: auto;
    display: block
}

@media (max-width:767.98px) {
    .img-responsive {
        margin: 2rem auto
    }
}

img.alignnone {
    display: block;
    max-width: 100%;
    height: auto;
    text-align: center;
    margin-top: 10.4rem;
    margin-bottom: 10.4rem
}

img.alignleft {
    display: block;
    max-width: 100%;
    height: auto;
    float: left;
    margin-top: 30px;
    padding-right: 30px;
    margin-bottom: 30px
}

@media (max-width:575px) {
    img.alignleft {
        display: block;
        max-width: 100%;
        height: auto;
        margin: 30px auto;
        padding-left: 0;
        padding-right: 0;
        float: none
    }
}

img.alignright {
    display: block;
    max-width: 100%;
    height: auto;
    float: right;
    margin-top: 30px;
    padding-left: 30px;
    margin-bottom: 30px
}

@media (max-width:575px) {
    img.alignright {
        display: block;
        max-width: 100%;
        height: auto;
        padding-left: 0;
        padding-right: 0;
        margin: 30px auto;
        float: none
    }
}

img.aligncenter {
    display: block;
    max-width: 100%;
    text-align: center;
    height: auto;
    margin: 10.4rem auto
}

.hide {
    display: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility .5s, opacity .5s ease-in-out;
    -o-transition: visibility .5s, opacity .5s ease-in-out;
    transition: visibility .5s, opacity .5s ease-in-out
}

.show {
    display: initial;
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility .5s, opacity .5s ease-in-out;
    -o-transition: visibility .5s, opacity .5s ease-in-out;
    transition: visibility .5s, opacity .5s ease-in-out
}

.wp-block-image,
.wp-caption {
    position: relative;
    display: block;
    max-width: 100%
}

.wp-block-image.wp-block-imagealigncenter,
.wp-caption.wp-block-imagealigncenter {
    display: block;
    margin: 0 auto
}

.wp-block-image img,
.wp-caption img {
    display: block;
    max-width: 100%;
    height: auto
}

.wp-block-image .wp-caption-text,
.wp-block-image figcaption,
.wp-caption .wp-caption-text,
.wp-caption figcaption {
    position: absolute;
    bottom: -1px;
    right: -1px;
    background-color: #d0d1d3;
    margin: 0;
    padding: 8px 1px 1px 8px;
    font-size: 1.3rem;
    line-height: 1.6rem;
    color: #576167;
    font-weight: 400;
    font-family: TTOctosquares, "Helvetica Neue", Helvetica, Arial, sans-serif
}

.post_thumbnail img {
    display: block;
    width: 100%;
    height: auto
}

.post_thumbnail figcaption {
    padding-top: 16px;
    padding-left: 16px;
    color: #202d35
}

center iframe,
figure iframe,
p iframe,
strong iframe {
    max-width: 100%
}

.wpview-wrap,
.youtube-responsive-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0
}

.wpview-wrap[data-wpview-type=gallery] {
    height: auto;
    padding: 0
}

.wpview-wrap embed,
.wpview-wrap iframe,
.wpview-wrap object,
.youtube-responsive-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: 0
}

.wp-block-video video {
    max-width: 100%;
    outline: 0
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

.animated.delay-200ms {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.animated.delay-400ms {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.animated.delay-600ms {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.animated.delay-800ms {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-webkit-keyframes scaleX {
    from {
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }
    to {
        -webkit-transform: scaleX(100%);
        transform: scaleX(100%)
    }
}

@keyframes scaleX {
    from {
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }
    to {
        -webkit-transform: scaleX(100%);
        transform: scaleX(100%)
    }
}

.scaleX {
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-animation-name: scaleX;
    animation-name: scaleX;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.text--tto {
    font-family: TTOctosquares, "Helvetica Neue", Helvetica, Arial, sans-serif
}

.text--worksans {
    font-family: "Work Sans", "Helvetica Neue", Helvetica, Arial, sans-serif
}

.gray-box {
    display: inline-block;
    background-color: #d0d1d3;
    padding: 24px;
    min-height: 200px;
    min-width: 200px;
    border: none;
    font-size: 1.6rem;
    font-weight: 400;
    font-family: TTOctosquares, "Helvetica Neue", Helvetica, Arial, sans-serif
}

.single main .second-col h1 {
    margin-bottom: 4.8rem;
    font-weight: 700;
    margin-top: 10.4rem
}

@media (max-width:991.98px) {
    .single main .second-col h1 {
        margin-bottom: 3.2rem
    }
}

.single main .second-col h1.title {
    font-size: 4.8rem;
    margin-top: 0;
    font-weight: 700
}

@media (max-width:991.98px) {
    .single main .second-col h1.title {
        font-size: 4rem;
        line-height: 1;
        text-transform: uppercase
    }
}

.single main .second-col h2 {
    font-size: 4.8rem;
    margin-bottom: 4.8rem;
    margin-top: 10.4rem;
    font-weight: 700
}

@media (max-width:991.98px) {
    .single main .second-col h2 {
        font-size: 4rem;
        margin-top: 5.6rem;
        margin-bottom: 1.6rem
    }
}

.single main .second-col h3,
.single main .second-col h4 {
    margin-top: 10.4rem;
    margin-bottom: 3.6rem;
    font-weight: 700
}

@media (max-width:991.98px) {
    .single main .second-col h3,
    .single main .second-col h4 {
        font-size: 2.8rem;
        margin-top: 5.6rem;
        margin-bottom: 1.6rem
    }
}

.single main .second-col p {
    font-size: 2rem;
    line-height: 1.5;
    margin-top: 3.6rem;
    margin-bottom: 3.6rem
}

@media (max-width:991.98px) {
    .single main .second-col p {
        font-size: 1.6rem;
        margin-top: 2.4rem;
        margin-bottom: 2.4rem
    }
}

.single main .second-col figure,
.single main .second-col img {
    margin-top: 10.4rem;
    margin-bottom: 10.4rem
}

.single main .second-col figure>img {
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    padding: 0
}

.single main .second-col>h1:first-child,
.single main .second-col>h2:first-child,
.single main .second-col>h3:first-child,
.single main .second-col>h4:first-child,
.single main .second-col>h5:first-child,
.single main .second-col>h6:first-child,
.single main .second-col>p:first-child {
    margin-top: 0
}

.text-tinymce h1 {
    margin-bottom: 4.8rem;
    font-weight: 700;
    margin-top: 0
}

.text-tinymce h2 {
    font-size: 4.8rem;
    margin-bottom: 4.8rem;
    font-weight: 700;
    margin-top: 10.4rem
}

.text-tinymce h3,
.text-tinymce h4 {
    margin-top: 10.4rem;
    margin-bottom: 3.6rem;
    font-weight: 700
}

.text-tinymce p {
    font-size: 2rem;
    line-height: 3.2rem;
    margin-top: 3.6rem;
    margin-bottom: 3.6rem
}

.text-tinymce a {
    font-weight: 700
}

.text-tinymce a:hover {
    border-bottom: 0
}

.text-tinymce ul {
    list-style: none;
    margin: 3.2rem 0;
    padding-left: 140px
}

.text-tinymce ul li {
    position: relative;
    margin-bottom: 20px
}

.text-tinymce ul li:last-child {
    margin-bottom: 0
}

.text-tinymce ul li:before {
    content: '';
    width: 80px;
    height: 1px;
    background-color: #000;
    left: -140px;
    top: 12px;
    position: absolute;
    display: block
}

.text-tinymce ol {
    counter-reset: cupcake;
    padding-left: 32px;
    margin: 3.2rem 0;
    list-style: none
}

.text-tinymce ol li {
    position: relative;
    counter-increment: cupcake;
    margin-bottom: 20px
}

.text-tinymce ol li:last-child {
    margin-bottom: 0
}

.text-tinymce ol li:before {
    content: counters(cupcake, ".") ". ";
    position: absolute;
    left: -32px;
    color: #202d35;
    font-weight: 400;
    font-family: TTOctosquares, "Helvetica Neue", Helvetica, Arial, sans-serif
}

blockquote {
    font-size: 2.4rem;
    line-height: 3.2rem;
    padding-top: 144px;
    padding-bottom: 144px;
    border-top: 1px solid #8f969a;
    border-bottom: 1px solid #8f969a;
    margin-top: 64px;
    margin-bottom: 64px;
    display: block;
    position: relative;
    font-style: normal
}

@media (max-width:991.98px) {
    blockquote {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

blockquote:before {
    content: '';
    display: block;
    position: absolute;
    top: 56px;
    left: 0;
    width: 74px;
    height: 32px;
    background-image: url(../img/assets/quote.svg);
    background-repeat: no-repeat;
    background-position: center center
}

@media (max-width:991.98px) {
    blockquote:before {
        top: 40px
    }
}

blockquote p {
    margin: 0!important;
    padding: 0!important;
    font-size: 2.4rem!important;
    line-height: 3.2rem!important
}

blockquote cite {
    position: absolute;
    display: block;
    bottom: 56px;
    left: 0;
    font-family: "Work Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.6rem;
    line-height: 1.2;
    font-style: normal
}

@media (max-width:991.98px) {
    blockquote cite {
        bottom: 40px
    }
}

blockquote cite strong {
    font-family: TTOctosquares, "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.2;
    display: block;
    font-size: 1.6rem
}

blockquote cite i {
    font-style: normal;
    font-size: 1.2rem
}

pre {
    display: block;
    margin-top: 10.4rem;
    margin-bottom: 10.4rem;
    background-color: #c1c2c4;
    color: #202d35
}

pre code {
    padding: 48px;
    display: block
}

code {
    padding-left: 8px;
    padding-right: 8px;
    color: #202d35;
    background-color: #c1c2c4
}

.materials--new:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #c1c2c4
}

.materials--new .items .col {
    padding-top: 100%
}

@media (min-width:768px) {
    .materials--new .items .col {
        padding-top: 60%
    }
}

@media (min-width:992px) {
    .materials--new .items .col {
        padding-top: 0;
    }
}

.materials--new .items .col--txt {
    padding-top: 0;
    height: auto;
    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
}
#header .menu-wrapper #main-nav #menu-main-menu li.nav-item.highlight {
    padding: 36px 12px 36px 12px;
}

@media (max-width:991.98px) {
    .materials--new .items .col--txt {
        padding-top: 50px
    }
}

@media (min-width:768px) {
    .materials--new .items {
        grid-gap: 75px
    }
}

.materials--new .item {
    padding: 40px 30px!important;
    position: relative!important;
    min-height: 513px!important;
    max-height: 513px!important;
}
.materials--new .items .material-gaps {
    gap: 45px;
}
.materials--new .item .box-content {
    padding: 15px!important
}

.materials--new .item .title {
    font-size: 20px
}

.materials--new .item .box {
    left: 40px!important
}

.materials--new .item .box .btn.btn-big {
    padding: 0 0 0 15px!important
}

.download-tiles-widget.download-tiles-widget--new {
    margin-top: 120px!important
}

.download-tiles-widget.download-tiles-widget--new .first-col::after {
    max-height: 80%;
    top: unset;
    bottom: 0
}

.download-tiles-widget.download-tiles-widget--new .first-col .row h2.title {
    margin-bottom: 12px;
    font-weight: 400
}

.download-tiles-widget.download-tiles-widget--new .first-col .row p.subtitle {
    font-size: 16px!important;
    margin-bottom: 20px!important
}

.download-tiles-widget.download-tiles-widget--new .row-section {
    margin-bottom: 0!important
}

.download-tiles-widget.download-tiles-widget--new .row-section:before {
    top: unset;
    bottom: 0
}

.download-tiles-widget.download-tiles-widget--new .row-section .first-col,
.download-tiles-widget.download-tiles-widget--new .row-section .second-col {
    padding-bottom: 60px;
    padding-top: 60px
}

.download-tiles-widget.download-tiles-widget--new .boxes .col-box {
    padding-left: 0;
    margin-bottom: 0;
    padding-right: 20px
}

.download-tiles-widget.download-tiles-widget--new .boxes .box {
    min-height: 182px!important;
    max-width: 367px!important
}

.is-mobile .btn-rounded-big:hover:before,
.is-mobile .btn-rounded-mini:hover:before,
.is-mobile .btn-rounded:hover:before {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.is-mobile .btn-rounded-big:hover:after,
.is-mobile .btn-rounded-mini:hover:after,
.is-mobile .btn-rounded:hover:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.is-mobile .btn-rounded-inverse,
.is-mobile .btn-rounded-inverse-big,
.is-mobile .btn-rounded-inverse-mini {
    background: 0 0;
    border: none
}

.is-mobile .btn-rounded-inverse svg,
.is-mobile .btn-rounded-inverse-big svg,
.is-mobile .btn-rounded-inverse-mini svg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.is-mobile .btn-rounded-inverse-big:hover:before,
.is-mobile .btn-rounded-inverse-mini:hover:before,
.is-mobile .btn-rounded-inverse:hover:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.is-mobile .btn-rounded-inverse-big:hover:after,
.is-mobile .btn-rounded-inverse-mini:hover:after,
.is-mobile .btn-rounded-inverse:hover:after {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.is-mobile .btn-rounded-inverse-big:focus svg line,
.is-mobile .btn-rounded-inverse-big:focus svg path,
.is-mobile .btn-rounded-inverse-big:hover svg line,
.is-mobile .btn-rounded-inverse-big:hover svg path,
.is-mobile .btn-rounded-inverse-mini:focus svg line,
.is-mobile .btn-rounded-inverse-mini:focus svg path,
.is-mobile .btn-rounded-inverse-mini:hover svg line,
.is-mobile .btn-rounded-inverse-mini:hover svg path,
.is-mobile .btn-rounded-inverse:focus svg line,
.is-mobile .btn-rounded-inverse:focus svg path,
.is-mobile .btn-rounded-inverse:hover svg line,
.is-mobile .btn-rounded-inverse:hover svg path {
    stroke: #000
}

.btn-big {
    outline: 0!important;
    position: relative;
    z-index: 1;
    color: #000;
    padding: 24px 24px 38px;
    min-height: 200px;
    min-width: 200px;
    border: none;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition: color .5s ease-in-out;
    -o-transition: color .5s ease-in-out;
    transition: color .5s ease-in-out;
    text-align: left
}

.btn-big.disabled {
    pointer-events: none
}

.btn-big.disabled:hover {
    color: #212529
}

.btn-big.disabled:hover::before {
    display: none
}

.btn-big svg {
    max-width: 100%;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.btn-big svg line,
.btn-big svg path {
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.btn-big:before {
    content: '';
    width: 0;
    height: 100%;
    background-color: #202d35;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: width .5s ease-in-out;
    -o-transition: width .5s ease-in-out;
    transition: width .5s ease-in-out;
    z-index: -1
}

.btn-big span.arrow-right {
    width: 18px;
    height: 10px;
    position: absolute;
    bottom: 24px;
    left: 24px;
    padding: 0;
    margin: 0;
    text-align: right;
    -webkit-transition: width .5s ease-in-out;
    -o-transition: width .5s ease-in-out;
    transition: width .5s ease-in-out;
    display: inline-block;
    line-height: 0
}

.btn-big span.arrow-right svg {
    width: 18px;
    height: 10px
}

.btn-big span.arrow-download {
    width: 11px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    margin: 0;
    text-align: right;
    display: inline-block;
    line-height: 0
}

.btn-big span.arrow-download svg {
    width: 11px;
    height: 20px
}

.btn-big span.plus {
    width: 11px;
    height: 11px;
    position: absolute;
    bottom: 24px;
    left: 24px;
    padding: 0;
    margin: 0;
    text-align: right;
    -webkit-transition: width .5s ease-in-out;
    -o-transition: width .5s ease-in-out;
    transition: width .5s ease-in-out;
    display: inline-block;
    line-height: 0
}

.btn-big span.plus svg {
    width: 11px;
    height: 11px
}

@media (min-width:768px) {
    .btn-big:hover {
        color: #fff
    }
    .btn-big:hover svg line,
    .btn-big:hover svg path {
        stroke: #fff
    }
    .btn-big:hover:before {
        width: 100%
    }
    .btn-big:hover span.arrow-download {
        width: calc(100% - 48px)
    }
    .btn-big:hover span.arrow-download svg line,
    .btn-big:hover span.arrow-download svg path {
        stroke: #fff
    }
    .btn-big:hover span.arrow-right {
        width: calc(100% - 48px)
    }
    .btn-big:hover span.plus {
        width: calc(100% - 48px)
    }
}

.btn-big:active,
.btn-big:focus {
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    color: initial!important
}

.btn-big:active:hover,
.btn-big:focus:hover {
    color: #fff!important
}

@media (max-width:767.98px) {
    .btn-big--down span.arrow-right {
        -webkit-transform: none!important;
        -ms-transform: none!important;
        transform: none!important;
        right: 8px!important
    }
}

.btn-big--down span.arrow-right svg {
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media (max-width:991.98px) {
    .btn-big--md-mobile {
        width: 100%!important;
        min-height: inherit!important;
        max-width: none!important;
        padding: 16px 60px 16px 16px
    }
    .btn-big--md-mobile span.arrow-right {
        position: absolute;
        top: 50%;
        right: 28px;
        left: auto;
        bottom: auto;
        width: 24px;
        height: auto;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    .btn-big--md-mobile span.arrow-right svg {
        width: 100%;
        height: auto
    }
    .btn-big--md-mobile:hover span.arrow-right {
        width: 24px;
        height: auto
    }
}

@media (max-width:767.98px) {
    .btn-big--sm-mobile {
        width: 100%!important;
        min-height: inherit!important;
        max-width: none!important;
        padding: 16px 60px 16px 16px
    }
    .btn-big--sm-mobile span.arrow-right {
        position: absolute;
        top: 50%;
        right: 28px;
        left: auto;
        bottom: auto;
        width: 24px;
        height: auto;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    .btn-big--sm-mobile span.arrow-right svg {
        width: 100%;
        height: auto
    }
    .btn-big--sm-mobile:hover span.arrow-right {
        width: 24px;
        height: auto
    }
}

@media (max-width:575.98px) {
    .btn-big--xs-mobile {
        width: 100%!important;
        min-height: inherit!important;
        max-width: none!important;
        padding: 16px 60px 16px 16px
    }
    .btn-big--xs-mobile span.arrow-right {
        position: absolute;
        top: 50%;
        right: 28px;
        left: auto;
        bottom: auto;
        width: 24px;
        height: auto;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    .btn-big--xs-mobile span.arrow-right svg {
        width: 100%;
        height: auto
    }
    .btn-big--xs-mobile:hover span.arrow-right {
        width: 24px;
        height: auto
    }
}

.btn-line {
    outline: 0!important;
    font-family: TTOctosquares, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: none
}

.btn-line .arrow-download {
    position: relative;
    left: 10px;
    top: -2px
}

.btn-line.active,
.btn-line:hover {
    color: #f2ff00;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.btn-line.active svg line,
.btn-line.active svg path,
.btn-line:hover svg line,
.btn-line:hover svg path {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    stroke: #f2ff00
}

.btn-rounded-big:after,
.btn-rounded-big:before,
.btn-rounded-inverse-big:after,
.btn-rounded-inverse-big:before,
.btn-rounded-inverse-mini:after,
.btn-rounded-inverse-mini:before,
.btn-rounded-inverse:after,
.btn-rounded-inverse:before,
.btn-rounded-medium-inverse:after,
.btn-rounded-medium-inverse:before,
.btn-rounded-medium:after,
.btn-rounded-medium:before,
.btn-rounded-mini:after,
.btn-rounded-mini:before,
.btn-rounded-small-inverse:after,
.btn-rounded-small-inverse:before,
.btn-rounded-small:after,
.btn-rounded-small:before,
.btn-rounded:after,
.btn-rounded:before {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    margin-left: -50%;
    margin-top: -50%;
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: -webkit-transform .4s ease-in-out;
    -o-transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
    border-radius: 100px;
    z-index: -1
}

.btn-rounded-medium {
    outline: 0!important;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    line-height: 40px;
    font-weight: 700;
    font-size: 1.4rem;
    text-transform: uppercase;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    color: #000;
    z-index: 1
}

.btn-rounded-medium:before {
    background-color: #f2ff00;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.btn-rounded-medium:after {
    background-color: transparent;
    border: 1px solid #8f969a;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.btn-rounded-medium.active:before,
.btn-rounded-medium:hover:before {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.btn-rounded-medium.active:after,
.btn-rounded-medium:hover:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.btn-rounded-medium-inverse {
    outline: 0!important;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    line-height: 40px;
    font-weight: 700;
    font-size: 1.4rem;
    text-transform: uppercase;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    color: #000;
    z-index: 1;
    background: 0 0;
    border: none
}

.btn-rounded-medium-inverse svg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.btn-rounded-medium-inverse:before {
    background-color: #f2ff00;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.btn-rounded-medium-inverse:after {
    background-color: transparent;
    border: 1px solid #8f969a;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.btn-rounded-medium-inverse.active:before,
.btn-rounded-medium-inverse:hover:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.btn-rounded-medium-inverse.active:after,
.btn-rounded-medium-inverse:hover:after {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.btn-rounded-small {
    outline: 0!important;
    position: relative;
    width: 34px;
    height: 34px;
    border-radius: 32px;
    font-weight: 700;
    font-size: 1.4rem;
    text-transform: uppercase;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    color: #000;
    z-index: 1
}

.btn-rounded-small svg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.btn-rounded-small:before {
    background-color: #f2ff00;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.btn-rounded-small:after {
    background-color: transparent;
    border: 1px solid #8f969a;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.btn-rounded-small.active:before,
.btn-rounded-small:hover:before {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.btn-rounded-small.active:after,
.btn-rounded-small:hover:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.btn-rounded-small-inverse {
    outline: 0!important;
    position: relative;
    width: 34px;
    height: 34px;
    border-radius: 34px;
    line-height: 34px;
    font-weight: 700;
    font-size: 1.4rem;
    text-transform: uppercase;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    color: #000;
    z-index: 1;
    background: 0 0;
    border: none
}

.btn-rounded-small-inverse svg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.btn-rounded-small-inverse:before {
    background-color: #f2ff00;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.btn-rounded-small-inverse:after {
    border: 1px solid #8f969a;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.btn-rounded-small-inverse.active:before,
.btn-rounded-small-inverse:hover:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.btn-rounded-small-inverse.active:after,
.btn-rounded-small-inverse:hover:after {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.btn-rounded {
    outline: 0!important;
    position: relative;
    width: 64px;
    height: 64px;
    border-radius: 32px;
    line-height: 32px;
    font-weight: 700;
    font-size: 1.4rem;
    text-transform: uppercase;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    color: #000;
    z-index: 1
}

.btn-rounded svg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.btn-rounded svg line,
.btn-rounded svg path {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.btn-rounded:before {
    background-color: #f2ff00;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.btn-rounded:after {
    background-color: transparent;
    border: 1px solid #8f969a;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.btn-rounded:hover:before {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.btn-rounded:hover:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.btn-rounded-big {
    outline: 0!important;
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    line-height: 0;
    font-weight: 700;
    font-size: 1.4rem;
    text-transform: uppercase;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    color: #000;
    z-index: 1
}

.btn-rounded-big svg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.btn-rounded-big:before {
    background-color: #f2ff00;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.btn-rounded-big:after {
    background-color: transparent;
    border: 1px solid #8f969a;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.btn-rounded-big.active:before,
.btn-rounded-big:hover:before {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.btn-rounded-big.active:after,
.btn-rounded-big:hover:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.btn-rounded-inverse-big {
    outline: 0!important;
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 100px;
    line-height: 0;
    font-weight: 700;
    font-size: 1.4rem;
    text-transform: uppercase;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    color: #000;
    z-index: 1
}

@media (max-width:767.98px) {
    .btn-rounded-inverse-big {
        width: 40px;
        height: 40px
    }
}

.btn-rounded-inverse-big svg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (max-width:767.98px) {
    .btn-rounded-inverse-big svg {
        width: 15px;
        height: 15px
    }
}

.btn-rounded-inverse-big:before {
    background-color: #f2ff00;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.btn-rounded-inverse-big:after {
    background-color: transparent;
    border: 1px solid #8f969a;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.btn-rounded-inverse-big.active:before,
.btn-rounded-inverse-big:hover:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.btn-rounded-inverse-big.active:after,
.btn-rounded-inverse-big:hover:after {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.btn-rounded-mini {
    outline: 0!important;
    position: relative;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    line-height: 0;
    font-weight: 700;
    font-size: 1.4rem;
    text-transform: uppercase;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    color: #000;
    z-index: 1
}

.btn-rounded-mini svg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.btn-rounded-mini:before {
    background-color: #f2ff00;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.btn-rounded-mini:after {
    background-color: transparent;
    border: 1px solid #8f969a;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.btn-rounded-mini:hover:before {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.btn-rounded-mini:hover:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.btn-rounded-inverse-mini {
    outline: 0!important;
    position: relative;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    line-height: 0;
    font-weight: 700;
    font-size: 1.4rem;
    text-transform: uppercase;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    color: #000;
    z-index: 1;
    background: 0 0;
    border: none
}

.btn-rounded-inverse-mini svg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.btn-rounded-inverse-mini:before {
    background-color: #f2ff00;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.btn-rounded-inverse-mini:after {
    background-color: transparent;
    border: 1px solid #8f969a;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.btn-rounded-inverse-mini:hover:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.btn-rounded-inverse-mini:hover:after {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.btn-rounded-inverse {
    outline: 0!important;
    position: relative;
    width: 64px;
    height: 64px;
    border-radius: 32px;
    line-height: 0;
    font-weight: 700;
    font-size: 1.4rem;
    text-transform: uppercase;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    color: #000;
    z-index: 1;
    background: 0 0;
    border: none
}

@media (max-width:767.98px) {
    .btn-rounded-inverse {
        width: 40px;
        height: 40px
    }
}

.btn-rounded-inverse svg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.btn-rounded-inverse:before {
    background-color: #f2ff00;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.btn-rounded-inverse:after {
    background-color: transparent;
    border: 1px solid #8f969a;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.btn-rounded-inverse:hover:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.btn-rounded-inverse:hover:after {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.load-more-btn {
    position: relative;
    width: 190px;
    height: 190px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    border: 0;
    outline: 0!important;
    background: transparent url(../img/button_close.svg) no-repeat center;
    margin-bottom: 50px
}

@media (max-width:767.98px) {
    .load-more-btn {
        width: 100px;
        height: 100px;
        background-size: 30px
    }
}

.load-more-btn:before {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: -webkit-transform .4s ease-in-out;
    -o-transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    border-radius: 400px;
    background-color: #f2ff00
}

.load-more-btn:after {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: -webkit-transform .4s ease-in-out;
    -o-transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    border: 1px solid #8f969a;
    border-radius: 400px;
    background-color: transparent
}

.load-more-btn span {
    font-family: TTOctosquares, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    position: absolute;
    top: calc(100% + 40px);
    left: 50%;
    font-weight: 700;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (max-width:767.98px) {
    .load-more-btn span {
        top: calc(100% + 20px);
        white-space: nowrap
    }
}

.load-more-btn:hover:before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}

.load-more-btn:hover:after {
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0)
}

.load-more-btn:disabled {
    display: none;
    pointer-events: none;
    opacity: .5;
    color: inherit
}

.btn-off {
    outline: 0!important;
    cursor: initial!important;
    color: initial!important
}

.btn-off:before {
    display: none
}

transition {
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #8f969a!important
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #8f969a!important
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #8f969a!important
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #8f969a!important
}

input::placeholder,
textarea::placeholder {
    color: #8f969a!important
}

input:hover::-webkit-input-placeholder,
textarea:hover::-webkit-input-placeholder {
    color: #000!important
}

input:hover::-moz-placeholder,
textarea:hover::-moz-placeholder {
    color: #000!important
}

input:hover:-ms-input-placeholder,
textarea:hover:-ms-input-placeholder {
    color: #000!important
}

input:hover::-ms-input-placeholder,
textarea:hover::-ms-input-placeholder {
    color: #000!important
}

input:hover::placeholder,
textarea:hover::placeholder {
    color: #000!important
}

input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
    border: none;
    -webkit-box-shadow: 0 0 0 1000px transparent inset!important;
    box-shadow: 0 0 0 1000px transparent inset!important;
    -webkit-transition: background-color 5000s ease-in-out 0s!important;
    transition: background-color 5000s ease-in-out 0s!important;
    -webkit-text-fill-color: #000!important
}

.btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0!important;
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
    font-family: TTOctosquares, "Helvetica Neue", Helvetica, Arial, sans-serif
}

.btn:active {
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn:hover {
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear
}

.btn:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: initial
}

.btn:focus:hover {
    color: inherit
}

.btn-file {
    padding-top: 1.8rem;
    padding-bottom: 1.8rem
}

.btn-transparent:not(:disabled):not(.disabled).active:focus,
.btn-transparent:not(:disabled):not(.disabled):active:focus,
.show>.btn-transparent.dropdown-toggle:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-transparent,
a.btn-transparent {
    outline: 0!important;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.btn-transparent svg,
a.btn-transparent svg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.btn-transparent svg line,
.btn-transparent svg path,
a.btn-transparent svg line,
a.btn-transparent svg path {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.btn-transparent:focus svg line,
.btn-transparent:focus svg path,
.btn-transparent:hover svg line,
.btn-transparent:hover svg path,
a.btn-transparent:focus svg line,
a.btn-transparent:focus svg path,
a.btn-transparent:hover svg line,
a.btn-transparent:hover svg path {
    stroke: #fff
}

.btn-graphite,
a.btn-graphite {
    outline: 0!important;
    color: #fff;
    background-color: #202d35
}

.btn-graphite svg line,
.btn-graphite svg path,
a.btn-graphite svg line,
a.btn-graphite svg path {
    stroke: #fff
}

.btn-graphite:focus,
.btn-graphite:hover,
a.btn-graphite:focus,
a.btn-graphite:hover {
    color: #000;
    background-color: #fff
}

.btn-graphite:focus svg line,
.btn-graphite:focus svg path,
.btn-graphite:hover svg line,
.btn-graphite:hover svg path,
a.btn-graphite:focus svg line,
a.btn-graphite:focus svg path,
a.btn-graphite:hover svg line,
a.btn-graphite:hover svg path {
    stroke: #000
}

.btn-graphite:active,
.btn-graphite:focus,
a.btn-graphite:active,
a.btn-graphite:focus {
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    color: initial!important
}

.btn-graphite:active:hover,
.btn-graphite:focus:hover,
a.btn-graphite:active:hover,
a.btn-graphite:focus:hover {
    color: #000!important
}

.btn-big.btn-graphite:before {
    background: #fff
}

.form-group .form-control {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #fff;
    padding: 28px 24px 27px;
    font-size: 1.4rem;
    line-height: 1.6rem;
    font-family: TTOctosquares, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000
}

.form-group .form-control:hover {
    border-bottom: 1px solid #000
}

.alert-danger,
.alert-success {
    background-color: transparent
}

.form-group {
    position: relative
}

.form-group .response {
    position: absolute;
    top: 0;
    left: 24px
}

.zmorph-form * {
    outline: 0;
    border-radius: 0;
    margin: 0
}

.zmorph-form .form-group label {
    width: 100%;
    min-height: 64px;
    position: relative;
    background: #fff;
    border-bottom: 1px solid #e0e0e1;
    margin: 0 0 24px;
    -webkit-transition: border-bottom .3s linear;
    -o-transition: border-bottom .3s linear;
    transition: border-bottom .3s linear;
    border-bottom: 1px solid #8f969a
}

@media (max-width:767.98px) {
    .zmorph-form .form-group label {
        min-height: 56px
    }
}

.zmorph-form .form-group label.default {
    min-height: 50px;
    background: 0 0!important;
    border: none!important
}

.zmorph-form .form-group label.default label {
    min-height: 50px;
    background: 0 0!important;
    border: none!important
}

.zmorph-form .form-group label.default .hint {
    display: none!important
}

.zmorph-form .form-group label:hover {
    border-bottom: 1px solid #000
}

.zmorph-form .form-group label.focus {
    border-bottom: 1px solid #000
}

.zmorph-form .form-group label.edit,
.zmorph-form .form-group label.success {
    border-bottom: 1px solid #0cc8b1!important
}

.zmorph-form .form-group label.edit .select .select-styled,
.zmorph-form .form-group label.success .select .select-styled {
    border-bottom: none!important
}

.zmorph-form .form-group label.success input {
    color: #0cc8b1!important
}

.zmorph-form .form-group label.danger,
.zmorph-form .form-group label.error {
    border-bottom: 1px solid #f1263f!important
}

.zmorph-form .form-group label.danger .hint,
.zmorph-form .form-group label.error .hint {
    color: #f1263f!important
}

.zmorph-form .form-group label.danger .list-item *,
.zmorph-form .form-group label.error .list-item * {
    color: #f1263f!important
}

.zmorph-form .form-group label.danger .select .select-styled,
.zmorph-form .form-group label.error .select .select-styled {
    border-bottom: none!important
}

.zmorph-form .form-group label.danger .select .select-styled span,
.zmorph-form .form-group label.error .select .select-styled span {
    top: 10px
}

.zmorph-form .form-group label .hint {
    position: absolute;
    top: 10px;
    left: 25px;
    font-family: TTOctosquares, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.1rem;
    line-height: 1;
    color: #8f969a
}

.zmorph-form .form-group .form-control-wrap {
    display: block;
    line-height: 0
}

.zmorph-form .form-group input[type=email],
.zmorph-form .form-group input[type=text] {
    width: 100%;
    line-height: 34px;
    height: 34px;
    padding: 0 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    background: 0 0;
    font-family: TTOctosquares, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.6rem;
    color: #000;
    position: absolute;
    top: 15px;
    left: 0;
    -webkit-transition: top .4s linear;
    -o-transition: top .4s linear;
    transition: top .4s linear
}

@media (max-width:767.98px) {
    .zmorph-form .form-group input[type=email],
    .zmorph-form .form-group input[type=text] {
        top: 12px
    }
}

.zmorph-form .form-group input[type=email]::-webkit-input-placeholder,
.zmorph-form .form-group input[type=text]::-webkit-input-placeholder {
    color: #8f969a!important
}

.zmorph-form .form-group input[type=email]::-moz-placeholder,
.zmorph-form .form-group input[type=text]::-moz-placeholder {
    color: #8f969a!important
}

.zmorph-form .form-group input[type=email]:-ms-input-placeholder,
.zmorph-form .form-group input[type=text]:-ms-input-placeholder {
    color: #8f969a!important
}

.zmorph-form .form-group input[type=email]::-ms-input-placeholder,
.zmorph-form .form-group input[type=text]::-ms-input-placeholder {
    color: #8f969a!important
}

.zmorph-form .form-group input[type=email]::placeholder,
.zmorph-form .form-group input[type=text]::placeholder {
    color: #8f969a!important
}

.zmorph-form .form-group input[type=checkbox] {
    cursor: pointer;
    width: 16px;
    height: 16px;
    background: #fff;
    padding: 0;
    margin: 0;
    display: inline-block;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none!important
}

.zmorph-form .form-group .file {
    position: relative;
    cursor: pointer
}

.zmorph-form .form-group .file input[type=file] {
    width: 100%;
    line-height: 50px;
    height: 50px;
    opacity: 0
}

.zmorph-form .form-group .file .cover {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1
}

.zmorph-form .form-group .file .cover .button {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    border: 1px solid #576167;
    font-family: TTOctosquares;
    font-weight: 700;
    font-size: 1.3rem;
    color: #000;
    text-transform: uppercase;
    margin-right: 20px;
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear
}

.zmorph-form .form-group .file .cover .button svg {
    margin-right: 20px;
    position: relative;
    top: -2px
}

.zmorph-form .form-group .file .cover .button:hover {
    background: #f2ff00;
    color: #202d35
}

.zmorph-form .form-group .file .cover .name {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    font-family: TTOctosquares, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.3rem;
    color: #576167
}

.zmorph-form .form-group .select {
    width: 100%;
    height: 64px;
    display: inline-block;
    position: relative;
    font-size: 1.6rem;
    color: #000;
    background: #fff;
    cursor: pointer
}

@media (max-width:767.98px) {
    .zmorph-form .form-group .select {
        height: 56px
    }
}

.zmorph-form .form-group .select .hint {
    display: none;
    top: 10px
}

.zmorph-form .form-group .select.selected .hint {
    display: block
}

.zmorph-form .form-group .select .select-hidden {
    display: none;
    visibility: hidden
}

.zmorph-form .form-group .select .select-styled {
    height: 64px;
    line-height: 64px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-family: TTOctosquares, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.6rem;
    color: #8f969a;
    padding: 0 40px 0 24px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.zmorph-form .form-group .select .select-styled span {
    position: relative;
    top: 0;
    -webkit-transition: top .4s linear;
    -o-transition: top .4s linear;
    transition: top .4s linear
}

.zmorph-form .form-group .select .select-styled.selected {
    color: #000
}

.zmorph-form .form-group .select .select-styled.selected span {
    top: 10px
}

.zmorph-form .form-group .select .select-styled svg {
    position: absolute;
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-50%) rotate(0);
    -ms-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0)
}

.zmorph-form .form-group .select .select-styled.active svg,
.zmorph-form .form-group .select .select-styled:active svg {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.zmorph-form .form-group .select .select-options {
    display: none;
    max-height: 180px;
    overflow-y: scroll;
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 15px 0;
    list-style: none;
    background: #fff
}

.zmorph-form .form-group .select .select-options.open {
    display: block!important
}

.zmorph-form .form-group .select .select-options li {
    height: 30px;
    line-height: 30px;
    font-family: TTOctosquares, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
    color: #000;
    margin: 0;
    padding: 0 15px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    position: relative;
    cursor: pointer
}

.zmorph-form .form-group .select .select-options li:hover {
    color: #576167;
    color: #e0e0e1;
    text-decoration: underline
}

.zmorph-form .form-group .select .select-options li[rel=hide] {
    display: none
}

.zmorph-form .form-group .select .select-options li:last-child:before {
    display: none
}

.zmorph-form .form-group label.textarea-label {
    width: 100%;
    min-height: 64px;
    position: relative;
    background: #fff;
    border-bottom: 1px solid #e0e0e1;
    margin: 0 0 20px;
    -webkit-transition: border-bottom .3s linear;
    -o-transition: border-bottom .3s linear;
    transition: border-bottom .3s linear;
    border-bottom: 1px solid #8f969a
}

@media (max-width:767.98px) {
    .zmorph-form .form-group label.textarea-label {
        min-height: 56px
    }
}

.zmorph-form .form-group textarea {
    width: 100%;
    height: 200px;
    position: relative;
    border: none;
    background: 0 0;
    padding: 20px 25px;
    resize: none;
    margin: 0;
    font-family: TTOctosquares, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.6rem;
    line-height: 24px;
    top: 0;
    -webkit-transition: top .4s linear;
    -o-transition: top .4s linear;
    transition: top .4s linear
}

.zmorph-form .form-group textarea::-webkit-input-placeholder {
    color: #8f969a!important
}

.zmorph-form .form-group textarea::-moz-placeholder {
    color: #8f969a!important
}

.zmorph-form .form-group textarea:-ms-input-placeholder {
    color: #8f969a!important
}

.zmorph-form .form-group textarea::-ms-input-placeholder {
    color: #8f969a!important
}

.zmorph-form .form-group textarea::placeholder {
    color: #8f969a!important
}

.zmorph-form .form-group.danger textarea,
.zmorph-form .form-group.edit textarea,
.zmorph-form .form-group.error textarea,
.zmorph-form .form-group.success textarea {
    top: 10px
}

.zmorph-form .checkbox {
    display: block;
    width: 100%;
    margin: 0;
    position: relative
}

.zmorph-form .checkbox label {
    display: block;
    font-size: 1.4rem;
    line-height: 1.4;
    color: #000;
    padding: 0 0 0 44px;
    cursor: pointer
}

.zmorph-form .checkbox label span {
    display: inline-block;
    margin-bottom: 20px
}

.zmorph-form .checkbox label span:last-child {
    margin-bottom: 0
}

.zmorph-form .checkbox label span.graphite {
    color: #202d35
}

.zmorph-form .checkbox label span.graphite a {
    color: #202d35
}

.zmorph-form .checkbox label span.graphite20 {
    color: #576167
}

.zmorph-form .checkbox label span.graphite20 a {
    color: #576167
}

.zmorph-form .checkbox label span.graphite50 {
    color: #8f969a
}

.zmorph-form .checkbox label span.graphite50 a {
    color: #8f969a
}

.zmorph-form .checkbox input[type=checkbox] {
    opacity: 0;
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer
}

.zmorph-form .checkbox label::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    background: #fff;
    margin-top: 0;
    outline: 0!important;
    cursor: pointer;
    -webkit-transition: background-color .3s linear;
    -o-transition: background-color .3s linear;
    transition: background-color .3s linear
}

.zmorph-form .checkbox input[type=checkbox]:checked+label::before {
    content: '';
    width: 16px;
    height: 16px;
    background: #202d35
}

.zmorph-form label.danger input[type=email],
.zmorph-form label.danger input[type=text],
.zmorph-form label.edit input[type=email],
.zmorph-form label.edit input[type=text],
.zmorph-form label.error input[type=email],
.zmorph-form label.error input[type=text],
.zmorph-form label.success input[type=email],
.zmorph-form label.success input[type=text] {
    top: 25px
}

@media (max-width:767.98px) {
    .zmorph-form label.danger input[type=email],
    .zmorph-form label.danger input[type=text],
    .zmorph-form label.edit input[type=email],
    .zmorph-form label.edit input[type=text],
    .zmorph-form label.error input[type=email],
    .zmorph-form label.error input[type=text],
    .zmorph-form label.success input[type=email],
    .zmorph-form label.success input[type=text] {
        top: 18px
    }
}

.zmorph-form input::-webkit-input-placeholder,
.zmorph-form select::-webkit-input-placeholder,
.zmorph-form textarea::-webkit-input-placeholder {
    color: #8f969a!important
}

.zmorph-form input::-moz-placeholder,
.zmorph-form select::-moz-placeholder,
.zmorph-form textarea::-moz-placeholder {
    color: #8f969a!important
}

.zmorph-form input:-ms-input-placeholder,
.zmorph-form select:-ms-input-placeholder,
.zmorph-form textarea:-ms-input-placeholder {
    color: #8f969a!important
}

.zmorph-form input::-ms-input-placeholder,
.zmorph-form select::-ms-input-placeholder,
.zmorph-form textarea::-ms-input-placeholder {
    color: #8f969a!important
}

.zmorph-form input::placeholder,
.zmorph-form select::placeholder,
.zmorph-form textarea::placeholder {
    color: #8f969a!important
}

#fancybox-outer {
    background-color: #c1c2c4
}

#fancybox-content {
    border: none!important
}

#fancybox-close {
    text-decoration: none!important;
    border-color: transparent!important
}

@media (max-width:991.98px) {
    html.fancybox-active #fancybox-wrap {
        position: fixed;
        width: auto!important;
        top: 24px!important;
        bottom: 24px!important;
        left: 24px!important;
        right: 24px!important;
        padding: 0!important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    html.fancybox-active #fancybox-outer {
        -webkit-box-shadow: none;
        box-shadow: none;
        background: 0 0;
        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
    }
    html.fancybox-active #fancybox-content {
        background: 0 0
    }
}

.image-gallery-swiper-wrapper {
    margin-top: 10.4rem;
    margin-bottom: 10.4rem
}

.image-gallery-swiper-wrapper .image-gallery-swiper-container {
    width: 200%;
    position: relative;
    overflow: hidden;
    z-index: 1
}

@media (max-width:991px) {
    .image-gallery-swiper-wrapper .image-gallery-swiper-container {
        width: calc(100% + 40px)
    }
}

@media (max-width:767px) {
    .image-gallery-swiper-wrapper .image-gallery-swiper-container {
        width: 100%
    }
}

.image-gallery-swiper-wrapper .image-gallery-swiper-container .swiper-slide {
    -webkit-transition: .7s ease-in-out;
    -o-transition: .7s ease-in-out;
    transition: .7s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@media (max-width:575.98px) {
    .image-gallery-swiper-wrapper .image-gallery-swiper-container .swiper-slide {
        -webkit-transition: .4s ease-in-out;
        -o-transition: .4s ease-in-out;
        transition: .4s ease-in-out
    }
}

@media (max-width:475.98px) {
    .image-gallery-swiper-wrapper .image-gallery-swiper-container .swiper-slide {
        padding: 40px 32px
    }
}

.image-gallery-swiper-wrapper .image-gallery-swiper-container .swiper-slide figure {
    margin: 0!important;
    padding: 0!important
}

.image-gallery-swiper-wrapper .image-gallery-swiper-container .swiper-slide figure:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .5;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(32, 45, 53, .5)), to(rgba(32, 45, 53, .5))), -webkit-gradient(linear, left bottom, left top, from(rgba(6, 6, 6, .5)), to(rgba(6, 6, 6, .5)));
    background: -o-linear-gradient(bottom, rgba(32, 45, 53, .5), rgba(32, 45, 53, .5)), -o-linear-gradient(bottom, rgba(6, 6, 6, .5), rgba(6, 6, 6, .5));
    background: linear-gradient(0deg, rgba(32, 45, 53, .5), rgba(32, 45, 53, .5)), linear-gradient(0deg, rgba(6, 6, 6, .5), rgba(6, 6, 6, .5));
    z-index: 1;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.image-gallery-swiper-wrapper .image-gallery-swiper-container .swiper-slide figure:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .8;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(32, 45, 53, .5)), to(rgba(32, 45, 53, .5))), -webkit-gradient(linear, left bottom, left top, from(rgba(6, 6, 6, .5)), to(rgba(6, 6, 6, .5)));
    background: -o-linear-gradient(bottom, rgba(32, 45, 53, .5), rgba(32, 45, 53, .5)), -o-linear-gradient(bottom, rgba(6, 6, 6, .5), rgba(6, 6, 6, .5));
    background: linear-gradient(0deg, rgba(32, 45, 53, .5), rgba(32, 45, 53, .5)), linear-gradient(0deg, rgba(6, 6, 6, .5), rgba(6, 6, 6, .5));
    mix-blend-mode: color;
    z-index: 1;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.image-gallery-swiper-wrapper .image-gallery-swiper-container .swiper-slide figure figcaption {
    position: absolute;
    bottom: -1px;
    right: -1px;
    background-color: #d0d1d3;
    margin: 0;
    padding: 8px 1px 1px 8px;
    font-size: 1.3rem;
    line-height: 1.6rem;
    color: #576167;
    font-weight: 400;
    font-family: TTOctosquares, "Helvetica Neue", Helvetica, Arial, sans-serif
}

.image-gallery-swiper-wrapper .image-gallery-swiper-container .swiper-slide img {
    margin: 0!important;
    padding: 0!important;
    position: relative
}

.image-gallery-swiper-wrapper .image-gallery-swiper-container .swiper-slide-active {
    background-color: #fff
}

.image-gallery-swiper-wrapper .image-gallery-swiper-container .swiper-slide-active figure:before {
    opacity: 0
}

.image-gallery-swiper-wrapper .image-gallery-swiper-container .swiper-slide-active figure:after {
    opacity: 0
}

.image-gallery-swiper-wrapper .image-gallery-swiper-container .swiper-slide-active img:before {
    opacity: 0;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.image-gallery-swiper-wrapper .image-gallery-swiper-container .swiper-slide-active img:after {
    opacity: 0;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.image-gallery-swiper-wrapper .image-gallery-swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 64px;
    margin-top: 56px;
    font-family: TTOctosquares, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.3rem
}

.image-gallery-swiper-wrapper .image-gallery-swiper-pagination .pagination-current {
    color: #000
}

.image-gallery-swiper-wrapper .image-gallery-swiper-pagination .pagination-separator {
    display: inline-block;
    width: 24px;
    height: 1px;
    background-color: #8f969a;
    margin-left: 16px;
    margin-right: 16px
}

.image-gallery-swiper-wrapper .image-gallery-swiper-pagination .pagination-total {
    color: #8f969a
}

.image-gallery-swiper-wrapper .image-gallery-swiper-navigation {
    text-align: right;
    margin-top: 56px
}

.image-gallery-swiper-wrapper .image-gallery-swiper-navigation button {
    border: none;
    background-color: transparent
}

.image-gallery-swiper-wrapper .image-gallery-swiper-navigation button svg path {
    -webkit-transition: stroke .5s ease-in-out;
    -o-transition: stroke .5s ease-in-out;
    transition: stroke .5s ease-in-out
}

.image-gallery-swiper-wrapper .image-gallery-swiper-navigation button:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.image-gallery-swiper-wrapper .image-gallery-swiper-navigation button:after {
    background-color: #202d35;
    border: none
}

.image-gallery-swiper-wrapper .image-gallery-swiper-navigation button:hover {
    background-color: transparent;
    border: none
}

.image-gallery-swiper-wrapper .image-gallery-swiper-navigation button:hover svg path {
    stroke: #8f969a
}

.image-gallery-swiper-wrapper .image-gallery-swiper-navigation button.prev {
    margin-right: 8px
}

.image-gallery-swiper-wrapper .image-gallery-swiper-navigation button.prev svg {
    -webkit-transform: rotate(180deg) translate(50%, 50%);
    -ms-transform: rotate(180deg) translate(50%, 50%);
    transform: rotate(180deg) translate(50%, 50%)
}

.single-comments {
    margin-top: 240px;
    margin-bottom: 240px
}

@media (max-width:1199.98px) {
    .single-comments {
        margin-top: 180px;
        margin-bottom: 180px
    }
}

@media (max-width:991.98px) {
    .single-comments {
        margin-top: 0;
        margin-bottom: 56px;
        margin-right: 0;
        padding-top: 56px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.single-comments h2 {
    text-transform: uppercase
}

.single-comments h2 span {
    font-weight: 700;
    display: block
}

.single-comments .first-col {
    border-bottom: 1px solid #8f969a;
    border-right: 1px solid #8f969a
}

.single-comments .reply-wrapper .first-col,
.single-comments .reply-wrapper .second-col {
    padding-top: 10.4rem;
    border-bottom: none
}

@media (max-width:991.98px) {
    .single-comments .reply-wrapper .first-col,
    .single-comments .reply-wrapper .second-col {
        padding-top: 0
    }
}

ul.post-comments {
    padding: 0;
    list-style: none;
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 0
}

ul.post-comments li {
    position: relative
}

ul.post-comments li .comment-go-to-hook {
    position: absolute;
    top: -100px;
    height: 0;
    left: 0;
    display: block;
    height: calc(100% + 100px)
}

ul.post-comments li .comment-wrapper {
    margin-top: 56px;
    margin-bottom: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

ul.post-comments li .comment-wrapper:after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    background-color: #c1c2c4;
    display: block;
    bottom: 0
}

ul.post-comments li:first-child>.comment-wrapper {
    margin-top: 0
}

ul.post-comments li:last-child>.comment-wrapper {
    margin-bottom: 0
}

ul.post-comments li .children {
    list-style: none;
    margin: 0 0 0 40px
}

ul.post-comments li .children .comment-wrapper {
    margin-top: 56px;
    margin-bottom: 56px
}

ul.post-comments li .children li:last-child>.comment-wrapper {
    margin-bottom: 0
}

ul.post-comments li .comment-intro {
    padding-right: 24px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

ul.post-comments li .comment-intro .comment-author {
    font-family: TTOctosquares, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    padding-bottom: 4px
}

ul.post-comments li .comment-intro .comment-author a {
    text-decoration: none;
    border: none
}

ul.post-comments li .comment-intro .comment-date {
    color: #576167;
    font-size: 1.3rem;
    padding-bottom: 24px
}

ul.post-comments li .comment-intro .comment-text {
    margin: 0;
    padding: 0 0 56px
}

ul.post-comments li .comment-intro .comment-text p {
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
    line-height: 2.4rem
}

ul.post-comments li .comment-reply a {
    padding: 4px 8px;
    background-color: transparent;
    color: #000;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    position: relative;
    z-index: 1;
    border: none;
    font-size: 1.2rem;
    font-weight: 700;
    font-family: TTOctosquares, "Helvetica Neue", Helvetica, Arial, sans-serif
}

ul.post-comments li .comment-reply a svg {
    display: inline-block;
    margin-right: 24px;
    margin-bottom: 6px;
    position: relative
}

ul.post-comments li .comment-reply a svg path {
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

ul.post-comments li .comment-reply a:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #202d35;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    z-index: -1
}

ul.post-comments li .comment-reply a:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #f2ff00;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0
}

ul.post-comments li .comment-reply a:hover {
    color: #fff
}

ul.post-comments li .comment-reply a:hover svg path {
    stroke: #fff
}

ul.post-comments li .comment-reply a:hover:after {
    width: 100%
}

.second-col .comment-cancel-reply {
    padding-bottom: 24px;
    text-align: right
}

.second-col .comment-cancel-reply #cancel-comment-reply-link {
    padding: 4px 8px;
    background-color: transparent;
    color: #000;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    position: relative;
    z-index: 1;
    border: none;
    font-size: 1.2rem;
    font-weight: 700;
    font-family: TTOctosquares, "Helvetica Neue", Helvetica, Arial, sans-serif
}

.second-col .comment-cancel-reply #cancel-comment-reply-link svg {
    display: inline-block;
    margin-right: 24px;
    margin-bottom: 6px;
    position: relative
}

.second-col .comment-cancel-reply #cancel-comment-reply-link svg path {
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.second-col .comment-cancel-reply #cancel-comment-reply-link:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #202d35;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    z-index: -1
}

.second-col .comment-cancel-reply #cancel-comment-reply-link:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #f2ff00;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0
}

.second-col .comment-cancel-reply #cancel-comment-reply-link:hover {
    color: #fff
}

.second-col .comment-cancel-reply #cancel-comment-reply-link:hover svg path {
    stroke: #fff
}

.second-col .comment-cancel-reply #cancel-comment-reply-link:hover:after {
    width: 100%
}

.second-col .comment-respond {
    display: inline-block;
    width: 100%
}

.second-col .comment-respond .comment-notes {
    margin: 0;
    padding: 0 0 24px
}

.second-col .comment-respond .logged-in-as {
    margin: 0;
    padding: 0 0 24px
}

.second-col .comment-respond .comment-cancel-reply {
    margin: 0
}

.second-col .comment-respond .comment-cancel-reply a {
    margin-bottom: 40px
}

.second-col .comment-respond .checkbox {
    max-width: calc(100% - 200px);
    width: 400px;
    padding-right: 40px;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.2;
    margin-top: 16px;
    margin-bottom: 16px
}

@media (max-width:991.98px) {
    .second-col .comment-respond .checkbox {
        width: 100%;
        max-width: 100%;
        padding-right: 0
    }
}

.second-col .comment-respond .checkbox label {
    font-size: 1.4rem
}

.second-col .comment-respond .comment-form-comment {
    margin-bottom: 40px
}

@media (max-width:991.98px) {
    .second-col .comment-respond .comment-form-comment {
        margin-bottom: 0
    }
}

.second-col .comment-respond .form-submit {
    max-width: 200px;
    float: right;
    margin: 0
}

@media (max-width:991.98px) {
    .second-col .comment-respond .form-submit {
        max-width: inherit;
        width: 100%;
        float: none
    }
}

.second-col .comment-respond .form-submit .btn-big {
    position: relative;
    min-height: 112px;
    vertical-align: top;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:767.98px) {
    .second-col .comment-respond .form-submit .btn-big {
        padding-top: 16px;
        padding-bottom: 16px;
        width: 100%;
        min-height: auto
    }
}

.second-col .comment-respond .form-submit .btn-big .arrow-right {
    right: 28px;
    left: auto;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.second-col .comment-privacy-policy {
    font-size: 1.2rem!important;
    color: #576167;
    margin-top: 0;
    margin-bottom: 40px;
    max-width: calc(100% - 200px);
    padding-right: 40px;
    display: block;
    line-height: 1.2
}

@media (max-width:991.98px) {
    .second-col .comment-privacy-policy {
        max-width: 100%;
        margin-bottom: 0
    }
}

li.comment .comment-respond {
    margin-bottom: 52px
}

#logo #zmorph_sygnet-z-bottom_to,
#zmorph_sygnet #zmorph_sygnet-z-bottom_to {
    -webkit-animation: zmorph_sygnet-z-bottom_to__to 2.5s linear 1 normal forwards;
    animation: zmorph_sygnet-z-bottom_to__to 2.5s linear 1 normal forwards
}

#logo:hover #zmorph_sygnet-z-bottom_to,
#zmorph_sygnet:hover #zmorph_sygnet-z-bottom_to {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

#logo #zmorph_sygnet-z-bottom_ts,
#zmorph_sygnet #zmorph_sygnet-z-bottom_ts {
    -webkit-animation: zmorph_sygnet-z-bottom_ts__ts 2.5s linear 1 normal forwards;
    animation: zmorph_sygnet-z-bottom_ts__ts 2.5s linear 1 normal forwards
}

#logo:hover #zmorph_sygnet-z-bottom_ts,
#zmorph_sygnet:hover #zmorph_sygnet-z-bottom_ts {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

#logo #zmorph_sygnet-z-top_to,
#zmorph_sygnet #zmorph_sygnet-z-top_to {
    -webkit-animation: zmorph_sygnet-z-top_to__to 2.5s linear 1 normal forwards;
    animation: zmorph_sygnet-z-top_to__to 2.5s linear 1 normal forwards
}

#logo:hover #zmorph_sygnet-z-top_to,
#zmorph_sygnet:hover #zmorph_sygnet-z-top_to {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

#logo #zmorph_sygnet-z-top_ts,
#zmorph_sygnet #zmorph_sygnet-z-top_ts {
    -webkit-animation: zmorph_sygnet-z-top_ts__ts 2.5s linear 1 normal forwards;
    animation: zmorph_sygnet-z-top_ts__ts 2.5s linear 1 normal forwards
}

#logo:hover #zmorph_sygnet-z-top_ts,
#zmorph_sygnet:hover #zmorph_sygnet-z-top_ts {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

#logo #zmorph_sygnet-z-skos_to,
#zmorph_sygnet #zmorph_sygnet-z-skos_to {
    -webkit-animation: zmorph_sygnet-z-skos_to__to 2.5s linear 1 normal forwards;
    animation: zmorph_sygnet-z-skos_to__to 2.5s linear 1 normal forwards
}

#logo:hover #zmorph_sygnet-z-skos_to,
#zmorph_sygnet:hover #zmorph_sygnet-z-skos_to {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

#logo #zmorph_sygnet-z-skos,
#zmorph_sygnet #zmorph_sygnet-z-skos {
    -webkit-animation: zmorph_sygnet-z-skos_c_o 2.5s linear 1 normal forwards;
    animation: zmorph_sygnet-z-skos_c_o 2.5s linear 1 normal forwards
}

#logo:hover #zmorph_sygnet-z-skos,
#zmorph_sygnet:hover #zmorph_sygnet-z-skos {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

#logo #zmorph_sygnet-z-kwadrat_to,
#zmorph_sygnet #zmorph_sygnet-z-kwadrat_to {
    -webkit-animation: zmorph_sygnet-z-kwadrat_to__to 2.5s linear 1 normal forwards;
    animation: zmorph_sygnet-z-kwadrat_to__to 2.5s linear 1 normal forwards
}

#logo:hover #zmorph_sygnet-z-kwadrat_to,
#zmorph_sygnet:hover #zmorph_sygnet-z-kwadrat_to {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

#logo #zmorph_sygnet-z-kwadrat_ts,
#zmorph_sygnet #zmorph_sygnet-z-kwadrat_ts {
    -webkit-animation: zmorph_sygnet-z-kwadrat_ts__ts 2.5s linear 1 normal forwards;
    animation: zmorph_sygnet-z-kwadrat_ts__ts 2.5s linear 1 normal forwards
}

#logo:hover #zmorph_sygnet-z-kwadrat_ts,
#zmorph_sygnet:hover #zmorph_sygnet-z-kwadrat_ts {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

#logo #zmorph_sygnet-z-kwadrat,
#zmorph_sygnet #zmorph_sygnet-z-kwadrat {
    -webkit-animation: zmorph_sygnet-z-kwadrat_c_o 2.5s linear 1 normal forwards;
    animation: zmorph_sygnet-z-kwadrat_c_o 2.5s linear 1 normal forwards
}

#logo:hover #zmorph_sygnet-z-kwadrat,
#zmorph_sygnet:hover #zmorph_sygnet-z-kwadrat {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes zmorph_sygnet-z-bottom_to__to {
    0% {
        -webkit-transform: translate(32.95945px, 46.15px);
        transform: translate(32.95945px, 46.15px);
        -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
        animation-timing-function: cubic-bezier(.42, 0, .58, 1)
    }
    14% {
        -webkit-transform: translate(48px, 46.15px);
        transform: translate(48px, 46.15px);
        -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
        animation-timing-function: cubic-bezier(.42, 0, .58, 1)
    }
    60% {
        -webkit-transform: translate(20px, 46.15px);
        transform: translate(20px, 46.15px);
        -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
        animation-timing-function: cubic-bezier(.42, 0, .58, 1)
    }
    80% {
        -webkit-transform: translate(32.95945px, 46.15px);
        transform: translate(32.95945px, 46.15px)
    }
    100% {
        -webkit-transform: translate(32.95945px, 46.15px);
        transform: translate(32.95945px, 46.15px)
    }
}

@keyframes zmorph_sygnet-z-bottom_to__to {
    0% {
        -webkit-transform: translate(32.95945px, 46.15px);
        transform: translate(32.95945px, 46.15px);
        -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
        animation-timing-function: cubic-bezier(.42, 0, .58, 1)
    }
    14% {
        -webkit-transform: translate(48px, 46.15px);
        transform: translate(48px, 46.15px);
        -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
        animation-timing-function: cubic-bezier(.42, 0, .58, 1)
    }
    60% {
        -webkit-transform: translate(20px, 46.15px);
        transform: translate(20px, 46.15px);
        -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
        animation-timing-function: cubic-bezier(.42, 0, .58, 1)
    }
    80% {
        -webkit-transform: translate(32.95945px, 46.15px);
        transform: translate(32.95945px, 46.15px)
    }
    100% {
        -webkit-transform: translate(32.95945px, 46.15px);
        transform: translate(32.95945px, 46.15px)
    }
}

@-webkit-keyframes zmorph_sygnet-z-bottom_ts__ts {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
        animation-timing-function: cubic-bezier(.42, 0, .58, 1)
    }
    14% {
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
        animation-timing-function: cubic-bezier(.42, 0, .58, 1)
    }
    60% {
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
        animation-timing-function: cubic-bezier(.42, 0, .58, 1)
    }
    80% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@keyframes zmorph_sygnet-z-bottom_ts__ts {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
        animation-timing-function: cubic-bezier(.42, 0, .58, 1)
    }
    14% {
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
        animation-timing-function: cubic-bezier(.42, 0, .58, 1)
    }
    60% {
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
        animation-timing-function: cubic-bezier(.42, 0, .58, 1)
    }
    80% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@-webkit-keyframes zmorph_sygnet-z-top_to__to {
    0% {
        -webkit-transform: translate(0, 1.85px);
        transform: translate(0, 1.85px);
        -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
        animation-timing-function: cubic-bezier(.42, 0, .58, 1)
    }
    14% {
        -webkit-transform: translate(0, 1.85px);
        transform: translate(0, 1.85px);
        -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
        animation-timing-function: cubic-bezier(.42, 0, .58, 1)
    }
    60% {
        -webkit-transform: translate(28px, 1.85px);
        transform: translate(28px, 1.85px);
        -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
        animation-timing-function: cubic-bezier(.42, 0, .58, 1)
    }
    80% {
        -webkit-transform: translate(0, 1.85px);
        transform: translate(0, 1.85px)
    }
    100% {
        -webkit-transform: translate(0, 1.85px);
        transform: translate(0, 1.85px)
    }
}

@keyframes zmorph_sygnet-z-top_to__to {
    0% {
        -webkit-transform: translate(0, 1.85px);
        transform: translate(0, 1.85px);
        -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
        animation-timing-function: cubic-bezier(.42, 0, .58, 1)
    }
    14% {
        -webkit-transform: translate(0, 1.85px);
        transform: translate(0, 1.85px);
        -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
        animation-timing-function: cubic-bezier(.42, 0, .58, 1)
    }
    60% {
        -webkit-transform: translate(28px, 1.85px);
        transform: translate(28px, 1.85px);
        -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
        animation-timing-function: cubic-bezier(.42, 0, .58, 1)
    }
    80% {
        -webkit-transform: translate(0, 1.85px);
        transform: translate(0, 1.85px)
    }
    100% {
        -webkit-transform: translate(0, 1.85px);
        transform: translate(0, 1.85px)
    }
}

@-webkit-keyframes zmorph_sygnet-z-top_ts__ts {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
        animation-timing-function: cubic-bezier(.42, 0, .58, 1)
    }
    14% {
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
        animation-timing-function: cubic-bezier(.42, 0, .58, 1)
    }
    60% {
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
        animation-timing-function: cubic-bezier(.42, 0, .58, 1)
    }
    80% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@keyframes zmorph_sygnet-z-top_ts__ts {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
        animation-timing-function: cubic-bezier(.42, 0, .58, 1)
    }
    14% {
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
        animation-timing-function: cubic-bezier(.42, 0, .58, 1)
    }
    60% {
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
        animation-timing-function: cubic-bezier(.42, 0, .58, 1)
    }
    80% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@-webkit-keyframes zmorph_sygnet-z-skos_to__to {
    0% {
        -webkit-transform: translate(24px, 24px);
        transform: translate(24px, 24px);
        -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
        animation-timing-function: cubic-bezier(.42, 0, .58, 1)
    }
    14% {
        -webkit-transform: translate(72px, -24px);
        transform: translate(72px, -24px);
        -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
        animation-timing-function: cubic-bezier(.42, 0, .58, 1)
    }
    14.400000% {
        -webkit-transform: translate(71.86364px, -23.86364px);
        transform: translate(71.86364px, -23.86364px);
        -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
        animation-timing-function: cubic-bezier(.42, 0, .58, 1)
    }
    36.400000% {
        -webkit-transform: translate(-24px, 72px);
        transform: translate(-24px, 72px);
        -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
        animation-timing-function: cubic-bezier(.42, 0, .58, 1)
    }
    36.800000% {
        -webkit-transform: translate(-9px, 57px);
        transform: translate(-9px, 57px);
        -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
        animation-timing-function: cubic-bezier(.42, 0, .58, 1)
    }
    60% {
        -webkit-transform: translate(24px, 24px);
        transform: translate(24px, 24px)
    }
    100% {
        -webkit-transform: translate(24px, 24px);
        transform: translate(24px, 24px)
    }
}

@keyframes zmorph_sygnet-z-skos_to__to {
    0% {
        -webkit-transform: translate(24px, 24px);
        transform: translate(24px, 24px);
        -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
        animation-timing-function: cubic-bezier(.42, 0, .58, 1)
    }
    14% {
        -webkit-transform: translate(72px, -24px);
        transform: translate(72px, -24px);
        -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
        animation-timing-function: cubic-bezier(.42, 0, .58, 1)
    }
    14.400000% {
        -webkit-transform: translate(71.86364px, -23.86364px);
        transform: translate(71.86364px, -23.86364px);
        -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
        animation-timing-function: cubic-bezier(.42, 0, .58, 1)
    }
    36.400000% {
        -webkit-transform: translate(-24px, 72px);
        transform: translate(-24px, 72px);
        -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
        animation-timing-function: cubic-bezier(.42, 0, .58, 1)
    }
    36.800000% {
        -webkit-transform: translate(-9px, 57px);
        transform: translate(-9px, 57px);
        -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
        animation-timing-function: cubic-bezier(.42, 0, .58, 1)
    }
    60% {
        -webkit-transform: translate(24px, 24px);
        transform: translate(24px, 24px)
    }
    100% {
        -webkit-transform: translate(24px, 24px);
        transform: translate(24px, 24px)
    }
}

@-webkit-keyframes zmorph_sygnet-z-skos_c_o {
    0% {
        opacity: 1;
        -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
        animation-timing-function: cubic-bezier(.42, 0, .58, 1)
    }
    14% {
        opacity: 1;
        -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
        animation-timing-function: cubic-bezier(.42, 0, .58, 1)
    }
    14.400000% {
        opacity: 0;
        -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
        animation-timing-function: cubic-bezier(.42, 0, .58, 1)
    }
    36.400000% {
        opacity: 0;
        -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
        animation-timing-function: cubic-bezier(.42, 0, .58, 1)
    }
    36.800000% {
        opacity: 1;
        -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
        animation-timing-function: cubic-bezier(.42, 0, .58, 1)
    }
    60% {
        opacity: 1
    }
    100% {
        opacity: 1
    }
}

@keyframes zmorph_sygnet-z-skos_c_o {
    0% {
        opacity: 1;
        -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
        animation-timing-function: cubic-bezier(.42, 0, .58, 1)
    }
    14% {
        opacity: 1;
        -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
        animation-timing-function: cubic-bezier(.42, 0, .58, 1)
    }
    14.400000% {
        opacity: 0;
        -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
        animation-timing-function: cubic-bezier(.42, 0, .58, 1)
    }
    36.400000% {
        opacity: 0;
        -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
        animation-timing-function: cubic-bezier(.42, 0, .58, 1)
    }
    36.800000% {
        opacity: 1;
        -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
        animation-timing-function: cubic-bezier(.42, 0, .58, 1)
    }
    60% {
        opacity: 1
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes zmorph_sygnet-z-kwadrat_to__to {
    0% {
        -webkit-transform: translate(40.5px, 7.5px);
        transform: translate(40.5px, 7.5px);
        -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
        animation-timing-function: cubic-bezier(.42, 0, .58, 1)
    }
    14% {
        -webkit-transform: translate(40.5px, 7.5px);
        transform: translate(40.5px, 7.5px);
        -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
        animation-timing-function: cubic-bezier(.42, 0, .58, 1)
    }
    36% {
        -webkit-transform: translate(40.5px, 7.5px);
        transform: translate(40.5px, 7.5px);
        -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
        animation-timing-function: cubic-bezier(.42, 0, .58, 1)
    }
    36.400000% {
        -webkit-transform: translate(7.5px, 40.5px);
        transform: translate(7.5px, 40.5px);
        -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
        animation-timing-function: cubic-bezier(.42, 0, .58, 1)
    }
    36.800000% {
        -webkit-transform: translate(7.5px, 40.5px);
        transform: translate(7.5px, 40.5px);
        -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
        animation-timing-function: cubic-bezier(.42, 0, .58, 1)
    }
    60% {
        -webkit-transform: translate(40.5px, 7.5px);
        transform: translate(40.5px, 7.5px)
    }
    100% {
        -webkit-transform: translate(40.5px, 7.5px);
        transform: translate(40.5px, 7.5px)
    }
}

@keyframes zmorph_sygnet-z-kwadrat_to__to {
    0% {
        -webkit-transform: translate(40.5px, 7.5px);
        transform: translate(40.5px, 7.5px);
        -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
        animation-timing-function: cubic-bezier(.42, 0, .58, 1)
    }
    14% {
        -webkit-transform: translate(40.5px, 7.5px);
        transform: translate(40.5px, 7.5px);
        -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
        animation-timing-function: cubic-bezier(.42, 0, .58, 1)
    }
    36% {
        -webkit-transform: translate(40.5px, 7.5px);
        transform: translate(40.5px, 7.5px);
        -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
        animation-timing-function: cubic-bezier(.42, 0, .58, 1)
    }
    36.400000% {
        -webkit-transform: translate(7.5px, 40.5px);
        transform: translate(7.5px, 40.5px);
        -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
        animation-timing-function: cubic-bezier(.42, 0, .58, 1)
    }
    36.800000% {
        -webkit-transform: translate(7.5px, 40.5px);
        transform: translate(7.5px, 40.5px);
        -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
        animation-timing-function: cubic-bezier(.42, 0, .58, 1)
    }
    60% {
        -webkit-transform: translate(40.5px, 7.5px);
        transform: translate(40.5px, 7.5px)
    }
    100% {
        -webkit-transform: translate(40.5px, 7.5px);
        transform: translate(40.5px, 7.5px)
    }
}

@-webkit-keyframes zmorph_sygnet-z-kwadrat_ts__ts {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
        animation-timing-function: cubic-bezier(.42, 0, .58, 1)
    }
    14% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
        animation-timing-function: cubic-bezier(.42, 0, .58, 1)
    }
    36% {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
        animation-timing-function: cubic-bezier(.42, 0, .58, 1)
    }
    36.400000% {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
        animation-timing-function: cubic-bezier(.42, 0, .58, 1)
    }
    36.800000% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
        animation-timing-function: cubic-bezier(.42, 0, .58, 1)
    }
    60% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@keyframes zmorph_sygnet-z-kwadrat_ts__ts {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
        animation-timing-function: cubic-bezier(.42, 0, .58, 1)
    }
    14% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
        animation-timing-function: cubic-bezier(.42, 0, .58, 1)
    }
    36% {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
        animation-timing-function: cubic-bezier(.42, 0, .58, 1)
    }
    36.400000% {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
        animation-timing-function: cubic-bezier(.42, 0, .58, 1)
    }
    36.800000% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
        animation-timing-function: cubic-bezier(.42, 0, .58, 1)
    }
    60% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@-webkit-keyframes zmorph_sygnet-z-kwadrat_c_o {
    0% {
        opacity: 1;
        -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
        animation-timing-function: cubic-bezier(.42, 0, .58, 1)
    }
    14% {
        opacity: 1;
        -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
        animation-timing-function: cubic-bezier(.42, 0, .58, 1)
    }
    36% {
        opacity: 1;
        -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
        animation-timing-function: cubic-bezier(.42, 0, .58, 1)
    }
    36.400000% {
        opacity: 1;
        -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
        animation-timing-function: cubic-bezier(.42, 0, .58, 1)
    }
    36.800000% {
        opacity: 1;
        -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
        animation-timing-function: cubic-bezier(.42, 0, .58, 1)
    }
    60% {
        opacity: 1
    }
    100% {
        opacity: 1
    }
}

@keyframes zmorph_sygnet-z-kwadrat_c_o {
    0% {
        opacity: 1;
        -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
        animation-timing-function: cubic-bezier(.42, 0, .58, 1)
    }
    14% {
        opacity: 1;
        -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
        animation-timing-function: cubic-bezier(.42, 0, .58, 1)
    }
    36% {
        opacity: 1;
        -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
        animation-timing-function: cubic-bezier(.42, 0, .58, 1)
    }
    36.400000% {
        opacity: 1;
        -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
        animation-timing-function: cubic-bezier(.42, 0, .58, 1)
    }
    36.800000% {
        opacity: 1;
        -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
        animation-timing-function: cubic-bezier(.42, 0, .58, 1)
    }
    60% {
        opacity: 1
    }
    100% {
        opacity: 1
    }
}

#header {
    position: fixed;
    width: 100%;
    z-index: 100;
    background-color: #d0d1d3;
    color: #000;
    -webkit-transition: background-color .5s ease-in-out, color .5s ease-in-out;
    -o-transition: background-color .5s ease-in-out, color .5s ease-in-out;
    transition: background-color .5s ease-in-out, color .5s ease-in-out
}

@media (max-width:991.98px) {
    #header .container-float {
        padding-right: 20px;
        padding-left: 20px
    }
}

#header a {
    text-decoration: none;
    border-bottom: none
}

#header .menu-wrapper {
    position: relative;
    z-index: 100
}

#header .menu-wrapper .logo-wrapper {
    float: left;
    width: 25%
}
.about-us-team__item {
    max-width: 300px;
    height: 100%;
}

.about-us-team__listing {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (min-width:1500px) {
    #header .menu-wrapper .logo-wrapper {
        width: 33.33333%
    }
    .materials--new .item {
        max-width: 337px!important;
    }

}
@media (min-width: 1440px) {
    .about-us-team__item::before {
        right: -9%;
    }
}
@media (max-width:991.98px) {
    #header .menu-wrapper .logo-wrapper {
        display: none
    }
}

#header .menu-wrapper .logo-wrapper a {
    margin-top: 42px;
    margin-bottom: 0;
    display: table;
    position: relative;
    -webkit-transition: margin-top .5s ease-in-out;
    -o-transition: margin-top .5s ease-in-out;
    transition: margin-top .5s ease-in-out
}

#header .menu-wrapper .logo-wrapper #zmorph_sygnet {
    float: left;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

#header .menu-wrapper .logo-wrapper #zmorph_logotyp {
    float: left;
    margin-left: 18px;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

#header .menu-wrapper .logo-wrapper .zmorph_page_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    opacity: 0;
    color: #000;
    font-family: TTOctosquares, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 44px;
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

#header .menu-wrapper .logo-wrapper .zmorph_page_title svg path {
    fill: #000
}

#header .menu-wrapper:after {
    content: '';
    background-color: #8f969a;
    height: 1px;
    width: 10%;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

@media (max-width:991.98px) {
    #header .menu-wrapper:after {
        width: calc(100% - 40px);
        left: 20px;
        z-index: 11
    }
}

#header .menu-wrapper.opened:after {
    width: calc(100% - 40px);
    left: 20px
}

#header .menu-wrapper #main-nav {
    padding: 0;
    margin: 0;
    position: relative;
    float: right;
    width: 75%
}

@media (min-width:992px) {
    #header .menu-wrapper #main-nav{
        display: block ;
    }
    #header .sub-menu-wrapper .megamenu {
        display: block !important;
    }

}

@media (min-width:1500px) {
    #header .menu-wrapper #main-nav {
        width: 66.6667%
    }
}

#header .menu-wrapper #main-nav:after {
    content: '';
    background-color: #8f969a;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

@media (max-width:991.98px) {
    #header .menu-wrapper #main-nav:after {
        display: none
    }
}

#header .menu-wrapper #main-nav span#magic-line {
    position: absolute;
    height: 1px;
    background-color: #000;
    left: 0;
    width: 0;
    bottom: 0;
    z-index: 1
}

@media (max-width:991.98px) {
    #header .menu-wrapper #main-nav span#magic-line {
        display: none
    }
}

#header .menu-wrapper #main-nav #menu-main-menu {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#header .menu-wrapper #main-nav #menu-main-menu>.menu-item {
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media (max-width:991.98px) {
    #header .menu-wrapper #main-nav #menu-main-menu>.menu-item {
        text-align: center;
        border: none!important
    }
}

#header .menu-wrapper #main-nav #menu-main-menu>.menu-item.highlight {
    margin-left: -3%;
    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;
    background-color: #f2ff00;
    border-color: #f2ff00;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

@media (max-width:991.98px) {
    #header .menu-wrapper #main-nav #menu-main-menu>.menu-item.highlight {
        margin-left: 0;
        margin-top: 20px
    }
}

#header .menu-wrapper #main-nav #menu-main-menu>.menu-item.highlight a {
    color: #212529!important;
    padding: 0!important;
    border: none!important
}

#header .menu-wrapper #main-nav #menu-main-menu>.menu-item.separate-item {
    padding: 0;
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px
}

@media (max-width:1199.98px) {
    #header .menu-wrapper #main-nav #menu-main-menu>.menu-item.separate-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
        flex: 0 0 150px;
        border: none
    }
}

#header .menu-wrapper #main-nav #menu-main-menu>.menu-item.separate-item>a {
    position: relative
}

#header .menu-wrapper #main-nav #menu-main-menu>.menu-item.separate-item>a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: calc(100% - 26px);
    width: 1px;
    background-color: #8f969a;
    -webkit-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

@media (min-width:768px) {
    #header .menu-wrapper #main-nav #menu-main-menu li {
        padding: 0 24px 0 0
    }
	body #header .menu-wrapper #main-nav #menu-main-menu>.menu-item>a {padding-top: 36px!important; padding-bottom: 36px!important;}
	body #header .menu-wrapper #main-nav #menu-main-menu>.menu-item.highlight>a.nav-link {padding: 0!important;}
}

#header .menu-wrapper #main-nav #menu-main-menu>.menu-item>a {
    font-weight: 700;
    font-family: TTOctosquares, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.3rem;
    padding: 36px 24px 36px 0;
    text-align: left;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

@media (min-width:768px) {
    #header .menu-wrapper #main-nav #menu-main-menu>.menu-item>a {
        padding: 0!important;
		font-size: 15px;
		line-height: 21px;
		font-weight: 600;
    } 
}

@media (max-width:991.98px) {
    #header .menu-wrapper #main-nav #menu-main-menu>.menu-item>a {
        padding: 16px;
        text-align: center
    }
}

#header .menu-wrapper #main-nav #menu-main-menu>.menu-item>a .item-menu-title {
    position: relative
}

#header .menu-wrapper #main-nav #menu-main-menu>.menu-item>a:hover .item-menu-title {
    position: relative
}

#header .menu-wrapper #main-nav #menu-main-menu>.menu-item.separate-item>a {
    padding: 36px 0;
    text-align: center
}

@media (max-width:991.98px) {
    #header .menu-wrapper #main-nav #menu-main-menu>.menu-item.separate-item>a {
        padding: 16px
    }
}

#header .menu-wrapper #main-nav .dropdown-toggle .item-menu-title:after {
    content: '';
    width: 10px;
    height: 6px;
    background-image: url(../img/assets/arrow_down_smal.svg);
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    margin: 0 0 2px 8px;
    border: none
}

#header .menu-wrapper #main-nav .dropdown-toggle::after {
    display: none
}

#header .menu-wrapper #main-nav .menu-item-has-no-children a .item-menu-title::after {
    display: none!important
}

#header.fixed:not(.opened) .menu-wrapper .logo-wrapper a {
    margin-top: 16px!important
}

#header.fixed:not(.opened) .menu-wrapper .logo-wrapper a #zmorph_sygnet {
    width: 32px;
    height: auto
}

#header.fixed:not(.opened) .menu-wrapper .logo-wrapper a #zmorph_logotyp {
    height: 32px;
    width: auto
}

#header.fixed:not(.opened) .menu-wrapper #main-nav #menu-main-menu>.menu-item>a {
    padding: 24px 24px 24px 0
}

#header.fixed:not(.opened) .menu-wrapper:after {
    width: calc(100% - 40px);
    left: 20px
}

#header.fixed:not(.opened) .menu-wrapper #main-nav #menu-main-menu>.menu-item>a .item-menu-title:before {
    bottom: -26px
}

#header.fixed:not(.opened) .menu-wrapper {
    width: 33.33333%;
    float: left
}

#header.fixed:not(.opened) .menu-wrapper .logo-wrapper a.logo {
    margin-top: 16px!important
}

#header.fixed:not(.opened) .menu-wrapper #zmorph_sygnet {
    float: left
}

#header.fixed:not(.opened) .menu-wrapper #zmorph_logotyp {
    opacity: 0
}

#header.fixed:not(.opened) .menu-wrapper .menu-wrapper #main-nav:after {
    width: calc(100% - 80px);
    left: 40px
}

#header.fixed:not(.opened) .menu-wrapper .menu-wrapper #main-nav #menu-main-menu>.menu-item.separate-item>a,
#header.fixed:not(.opened) .menu-wrapper .menu-wrapper #main-nav #menu-main-menu>.menu-item>a {
    padding: 16px 24px
}

#header .sub-menu-wrapper {
    display: block;
    position: initial;
    margin-top: 0;
    -webkit-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out;
    height: 0;
    position: relative;
    overflow: hidden;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: calc(100% + 40px);
    padding: 0 20px;
    z-index: 1;
}

@media (max-width:991.98px) {
    #header .sub-menu-wrapper {
        z-index: 10;
        background-color: #d0d1d3;
        opacity: 0;
        left: 0;
        pointer-events: none;
        -webkit-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s
    }
}

#header .sub-menu-wrapper:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100vw;
    left: 0;
    height: 1px;
    background-color: transparent;
	transition: background-color 1s;
}

#header .sub-menu-wrapper.dropdown-opened {
    height: auto
}

@media (max-width:991.98px) {
    #header .sub-menu-wrapper.dropdown-opened {
        pointer-events: all;
        opacity: 1
    }
}

#header .sub-menu-wrapper.dropdown-opened:after {
    background-color: #000
}

@media (max-width:991.98px) {
    #header .sub-menu-wrapper.dropdown-opened:after {
        display: none
    }
}

#header .sub-menu-wrapper .megamenu {
    width: 100%;
    left: 0;
    right: 0;
    padding: 0 20px;
    background-color: #d0d1d3;
    border: none;
    border-radius: 0;
    margin: -600px 0 0;
    position: initial;
    position: absolute;
    top: 0;
    -webkit-transition: margin .5s ease-in-out, background-color .5s ease-in-out;
    -o-transition: margin .5s ease-in-out, background-color .5s ease-in-out;
    transition: margin .5s ease-in-out, background-color .5s ease-in-out;
    z-index: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:991.98px) {
    #header .sub-menu-wrapper .megamenu {
        position: relative;
        z-index: 6;
        border-bottom: none;
        padding: 0;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s;
        gap: 10px;
        border-bottom: 1px solid #576167;
        border-top: 1px solid #576167
    }
}

#header .sub-menu-wrapper .megamenu.opened {
    margin-top: 0
}

@media (max-width:991.98px) {
    #header .sub-menu-wrapper .megamenu.opened {
        opacity: 1;
        pointer-events: all
    }
}

@media (max-width:991.98px) {
    #header .sub-menu-wrapper .megamenu .menu-item {
        margin-left: 0
    }
}

#header .sub-menu-wrapper .megamenu .menu-item .dropdown-item,
#header .sub-menu-wrapper .megamenu .menu-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background-color: transparent;
    border-bottom: 1px solid #8f969a;
    padding: 0 40px 0 21px
}

@media (min-width:992px) and (max-width:1199.98px) {
    #header .sub-menu-wrapper .megamenu .menu-item .dropdown-item,
    #header .sub-menu-wrapper .megamenu .menu-item a {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width:991.98px) {
    #header .sub-menu-wrapper .megamenu .menu-item .dropdown-item,
    #header .sub-menu-wrapper .megamenu .menu-item a {
        white-space: initial;
        padding: 36px 0;
        background: #d0d1d3;
        border: 0
    }
}

#header .sub-menu-wrapper .megamenu .menu-item .dropdown-item:hover,
#header .sub-menu-wrapper .megamenu .menu-item a:hover {
    background-color: rgba(255, 255, 255, .1)
}

#header .sub-menu-wrapper .megamenu .menu-item .dropdown-item:hover .btn-rounded-inverse-big:before,
#header .sub-menu-wrapper .megamenu .menu-item a:hover .btn-rounded-inverse-big:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

#header .sub-menu-wrapper .megamenu .menu-item .dropdown-item:hover .btn-rounded-inverse-big:after,
#header .sub-menu-wrapper .megamenu .menu-item a:hover .btn-rounded-inverse-big:after {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

#header .sub-menu-wrapper .megamenu .menu-item .dropdown-item {
    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;
    padding: 20px 20px;
    border-bottom: none
}

#header .sub-menu-wrapper .megamenu .menu-item .dropdown-item .item-menu-text {
    text-align: center;
    font-size: 1.8rem
}

#header .sub-menu-wrapper .megamenu .menu-item:last-child .dropdown-item,
#header .sub-menu-wrapper .megamenu .menu-item:last-child a {
    border: none
}

#header .sub-menu-wrapper .megamenu .menu-item .item-image {
    -ms-flex-item-align: center;
    align-self: center;
    width: 100px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    margin-right: 13px;
    text-align: center;
    max-height: 100px;
    margin-bottom: 20px;
    display: none !important;
}

@media (min-width:992px) and (max-width:1199.98px) {
    #header .sub-menu-wrapper .megamenu .menu-item .item-image {
        width: 100px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
        margin-left: 16px;
        margin-right: 16px
    }
}

@media (max-width:991.98px) {
    #header .sub-menu-wrapper .megamenu .menu-item .item-image {
        width: 70px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
        flex: 0 0 70px;
        height: 70px;
        max-height: 70px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin: 0;
    }
}

#header .sub-menu-wrapper .megamenu .menu-item .item-image img,
#header .sub-menu-wrapper .megamenu .menu-item .item-image svg {
    max-height: 150px;
    -o-object-fit: contain;
    object-fit: contain
}

@media (max-width:991.98px) {
    #header .sub-menu-wrapper .megamenu .menu-item .item-image img,
    #header .sub-menu-wrapper .megamenu .menu-item .item-image svg {
        height: 100%;
        width: 100%
    }
}

#header .sub-menu-wrapper .megamenu .menu-item .item-menu-text {
    font-size: 2.4rem;
    font-weight: 700;
    font-family: TTOctosquares, "Helvetica Neue", Helvetica, Arial, sans-serif;
    -ms-flex-item-align: center;
    align-self: center;
    width: 100%;
    white-space: normal
}

@media (max-width:1199.98px) {
    #header .sub-menu-wrapper .megamenu .menu-item .item-menu-text {
        padding-top: 0
    }
}

@media (max-width:991.98px) {
    #header .sub-menu-wrapper .megamenu .menu-item .item-menu-text {
        width: 100%
    }
}

#header .sub-menu-wrapper .megamenu .menu-item .item-menu-text .subname {
    text-transform: initial
}

#header .sub-menu-wrapper .megamenu .menu-item .subname {
    font-size: 1.4rem;
    font-weight: 400;
    font-family: "Work Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: block;
    width: 100%
}

#header .sub-menu-wrapper .megamenu .menu-item .btn-wrap {
    -ms-flex-item-align: center;
    align-self: center;
    width: 80px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    padding-top: 60px;
    padding-bottom: 60px
}

#header .sub-menu-wrapper .megamenu .menu-item .btn-wrap.coming-soon {
    font-weight: 700;
    font-size: 1.6rem;
    text-transform: uppercase;
    white-space: nowrap;
    color: #8f969a;
    width: 150px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px
}

@media (max-width:1199.98px) {
    #header .sub-menu-wrapper .megamenu .menu-item .btn-wrap {
        padding-top: 16px;
        padding-bottom: 16px
    }
}

@media (max-width:991.98px) {
    #header .sub-menu-wrapper .megamenu .menu-item .btn-wrap {
        display: none
    }
}

#header .sub-menu-wrapper .dropdown-item.coming-soon-item {
    color: #8f969a
}

#header .sub-menu-wrapper .dropdown-item.coming-soon-item:hover {
    background-color: #d0d1d3!important
}

#header.transparent-menu {
    background-color: transparent;
    color: #fff
}

#header.transparent-menu.submenu-open {
    background-color: #202d35
}

#header.transparent-menu #zmorph_sygnet #zmorph_sygnet-z-bottom,
#header.transparent-menu #zmorph_sygnet #zmorph_sygnet-z-skos,
#header.transparent-menu #zmorph_sygnet #zmorph_sygnet-z-top {
    fill: #fff
}

#header.transparent-menu #zmorph_sygnet #zmorph_sygnet-z-kwadrat {
    fill: #d0d1d3
}

#header.transparent-menu #zmorph_logotyp path {
    fill: #fff
}

#header.transparent-menu button#main-nav-toggle .icon-bar {
    background: #fff
}

#header.transparent-menu .menu-wrapper .logo-wrapper .zmorph_page_title {
    color: #fff
}

#header.transparent-menu .menu-wrapper .logo-wrapper .zmorph_page_title svg path {
    fill: #fff
}

#header.transparent-menu .menu-wrapper #main-nav:after,
#header.transparent-menu .menu-wrapper:after {
    background-color: #576167
}

#header.transparent-menu .menu-wrapper #main-nav #menu-main-menu>.menu-item.separate-item>a:before {
    background-color: #576167
}

#header.transparent-menu .menu-wrapper #main-nav #menu-main-menu>.menu-item>a {
    color: #fff
}

#header.transparent-menu .menu-wrapper #main-nav #menu-main-menu>.menu-item>a:hover {
    fill: #d0d1d3
}

#header.transparent-menu .menu-wrapper #main-nav .dropdown-toggle .item-menu-title:after {
    background-image: url(../img/assets/arrow_down_smal_white.svg)
}

#header.transparent-menu .sub-menu-wrapper .megamenu {
    background-color: transparent
}

#header.transparent-menu.opened {
    background-color: #d0d1d3;
    color: #000
}

#header.transparent-menu.opened #zmorph_sygnet #zmorph_sygnet-z-bottom,
#header.transparent-menu.opened #zmorph_sygnet #zmorph_sygnet-z-skos,
#header.transparent-menu.opened #zmorph_sygnet #zmorph_sygnet-z-top {
    fill: #202d35!important
}

#header.transparent-menu.opened #zmorph_sygnet #zmorph_sygnet-z-kwadrat {
    fill: #000!important
}

#header.transparent-menu.opened #zmorph_logotyp path {
    fill: #000!important
}

#header.transparent-menu.opened button#main-nav-toggle .icon-bar {
    background: #000
}

#header.transparent-menu.opened .menu-wrapper #main-nav:after,
#header.transparent-menu.opened .menu-wrapper:after {
    background-color: #8f969a
}

#header.transparent-menu.opened .menu-wrapper #main-nav #menu-main-menu>.menu-item.separate-item>a:before {
    background-color: #8f969a
}

#header.transparent-menu.opened .menu-wrapper #main-nav #menu-main-menu>.menu-item>a {
    color: #000
}

#header.transparent-menu.opened .menu-wrapper #main-nav #menu-main-menu>.menu-item>a:hover {
    color: #202d35
}

#header.transparent-menu.opened .menu-wrapper #main-nav .dropdown-toggle .item-menu-title:after {
    background-image: url(../img/assets/arrow_down_smal.svg)
}

#header.fixed.transparent-menu {
    background-color: #202d35
}

#header.fixed.transparent-menu.opened {
    background-color: #d0d1d3;
    color: #000
}

#header.fixed.transparent-menu.opened .menu-wrapper #main-nav #menu-main-menu>.menu-item>a {
    color: #000
}

#header.fixed.transparent-menu.opened .menu-wrapper #main-nav #menu-main-menu>.menu-item>a:hover {
    color: #202d35
}

#header.fixed.opened {
    background-color: #d0d1d3;
    color: #000
}

#header.fixed.opened .menu-wrapper #main-nav #menu-main-menu {
    opacity: 1;
    visibility: visible
}

#header.fixed.opened .menu-wrapper #main-nav #menu-main-menu>.menu-item>a {
    color: #000
}

#header.fixed.opened .menu-wrapper #main-nav #menu-main-menu>.menu-item>a:hover {
    color: #202d35
}

@media (min-width:992px) {
    .mobile-menu-toggle {
        display: none!important
    }
}

@media (max-width:991.98px) {
    .mobile-menu-toggle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        z-index: 10;
        -webkit-transition: background-color .3s;
        -o-transition: background-color .3s;
        transition: background-color .3s
    }
    .mobile-menu-toggle .mobile-logo-wrapper {
        height: 80px;
        float: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: height .3s;
        -o-transition: height .3s;
        transition: height .3s
    }
    .mobile-menu-toggle .mobile-logo-wrapper a {
        display: block
    }
    .mobile-menu-toggle .mobile-logo-wrapper svg {
        height: 48px;
        width: auto
    }
    .mobile-menu-toggle .mobile-logo-wrapper svg#zmorph_logotyp {
        margin-left: 18px
    }
    .mobile-menu-toggle #main-nav-toggle-top {
        height: 100%;
        max-width: 200px;
        float: right;
        margin-left: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    #header {
        height: 80px;
        -webkit-transition: background-color .15s, height .3s;
        -o-transition: background-color .15s, height .3s;
        transition: background-color .15s, height .3s
    }
    #header .mobile-logo-wrapper #zmorph_sygnet {
        -webkit-transition: height .3s;
        -o-transition: height .3s;
        transition: height .3s
    }
    #header .mobile-logo-wrapper #zmorph_logotyp {
        -webkit-transition: height .3s, opacity .3s;
        -o-transition: height .3s, opacity .3s;
        transition: height .3s, opacity .3s
    }
    #header .menu-wrapper {
        position: static;
        z-index: 5
    }
    #header .menu-wrapper #main-nav {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        z-index: 5;
        top: 0;
        height: 100%;
        left: 0;
        width: 100%;
        background: #d0d1d3!important;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: opacity .15s;
        -o-transition: opacity .15s;
        transition: opacity .15s;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        border-top: 1px solid #8f969a
    }
    #header .menu-wrapper #main-nav ul#menu-main-menu {
        margin-left: 0!important;
        margin-right: 0!important;
        width: 100%;
        display: block;
        pointer-events: none;
        max-height: 0
    }
    #header .menu-wrapper #main-nav ul#menu-main-menu>li.menu-item {
        text-align: left;
        display: block;
        border-top: 0!important;
        padding: 0 0!important
    }
    #header .menu-wrapper #main-nav ul#menu-main-menu>li.menu-item a {
        color: #202d35
    }
    #header .menu-wrapper #main-nav ul#menu-main-menu>li.menu-item a:active,
    #header .menu-wrapper #main-nav ul#menu-main-menu>li.menu-item a:hover {
        color: #202d35
    }
    #header .menu-wrapper #main-nav ul#menu-main-menu>li.menu-item>a.nav-link {
        text-align: left;
        padding: 22px 0!important;
        position: relative;
        border-top: 1px solid #c1c2c4;
        color: #202d35;
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

@media (max-width:991.98px) and (max-width:350px) {
    #header .menu-wrapper #main-nav ul#menu-main-menu>li.menu-item>a.nav-link {
        padding: 15.6px 0!important
    }
}

@media (max-width:991.98px) {
    #header .menu-wrapper #main-nav ul#menu-main-menu>li.menu-item>a.nav-link:before {
        display: none
    }
    #header .menu-wrapper #main-nav ul#menu-main-menu>li.menu-item>a.nav-link>span.item-menu-title {
        position: static;
        font-size: 2.4rem;
        line-height: 1
    }
    #header .menu-wrapper #main-nav ul#menu-main-menu>li.menu-item>a.nav-link>span.item-menu-title:after {
        position: absolute;
        right: 0;
        width: 16px;
        height: 8px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background-image: url(../img/assets/caret_mobile.svg);
        background-size: contain
    }
    #header .menu-wrapper #main-nav ul#menu-main-menu>li.menu-item:first-child>a.nav-link {
        border-top: 0
    }
    #header .menu-wrapper #main-nav.show {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        opacity: 1;
        pointer-events: all
    }
    #header .menu-wrapper #main-nav.show ul#menu-main-menu {
        max-height: auto;
        pointer-events: all
    }
    #header .sub-menu-wrapper a {
        color: #202d35
    }
    #header .sub-menu-wrapper a:active,
    #header .sub-menu-wrapper a:hover {
        color: #202d35
    }
    #header.fixed {
        height: 50px
    }
    #header.fixed .anchor-local-nav-wrapper {
        top: 48px
    }
    #header.fixed .main-nav-toggle:before {
        height: 36px
    }
    #header.fixed .mobile-logo-wrapper {
        min-height: 24px;
        height: 24px
    }
    #header.fixed .mobile-logo-wrapper #zmorph_sygnet {
        height: 24px
    }
    #header.fixed .mobile-logo-wrapper #zmorph_logotyp {
        height: 24px;
        width: auto;
        opacity: 0
    }
    #header.opened {
        height: 100vh;
        overflow-y: auto;
        background-color: #d0d1d3!important
    }
    #header.opened .main-nav-toggle:before {
        background: #8f969a!important
    }
}

.main-nav-toggle {
    text-align: center;
    padding-left: 40px;
    position: relative
}

.main-nav-toggle:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 65px;
    content: '';
    background: #576167;
    -webkit-transition: height .3s;
    -o-transition: height .3s;
    transition: height .3s
}

.navbar-toggle {
    position: relative;
    padding: 15px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    outline: 0
}

@media (max-width:991.98px) {
    .navbar-toggle {
        padding: 0;
        margin: 0;
        width: 48px;
        height: 48px;
        border: 0;
        display: block
    }
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 1px;
    border-radius: 1px;
    background-color: #000;
    position: relative;
    -webkit-transition: opacity .5s ease-in-out, color .5s ease-in-out, -webkit-transform .5s ease-in-out;
    transition: opacity .5s ease-in-out, color .5s ease-in-out, -webkit-transform .5s ease-in-out;
    -o-transition: transform .5s ease-in-out, opacity .5s ease-in-out, color .5s ease-in-out;
    transition: transform .5s ease-in-out, opacity .5s ease-in-out, color .5s ease-in-out;
    transition: transform .5s ease-in-out, opacity .5s ease-in-out, color .5s ease-in-out, -webkit-transform .5s ease-in-out
}

@media (max-width:991.98px) {
    .navbar-toggle .icon-bar {
        position: absolute;
        width: 48px;
        height: 2px;
        left: 50%
    }
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 2px
}

.navbar-toggle .icon-bar:nth-of-type(2) {
    top: 1px;
    opacity: 1
}

.navbar-toggle .icon-bar:nth-of-type(3) {
    top: 2px
}

@media (max-width:991.98px) {
    .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 0
    }
    .navbar-toggle .icon-bar:nth-of-type(1) {
        top: calc(50% - 1px);
        -webkit-transform: translate(-50%, -10px);
        -ms-transform: translate(-50%, -10px);
        transform: translate(-50%, -10px)
    }
    .navbar-toggle .icon-bar:nth-of-type(2) {
        top: calc(50% - 1px);
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
    .navbar-toggle .icon-bar:nth-of-type(3) {
        top: calc(50% - 1px);
        -webkit-transform: translate(-50%, 10px);
        -ms-transform: translate(-50%, 10px);
        transform: translate(-50%, 10px)
    }
}

.navbar-toggle.active .icon-bar:nth-of-type(1) {
    top: 3px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.navbar-toggle.active .icon-bar:nth-of-type(2) {
    opacity: 0
}

.navbar-toggle.active .icon-bar:nth-of-type(3) {
    top: -3px;
    -webkit-transform: rotate(-45deg) scale(.979);
    -ms-transform: rotate(-45deg) scale(.979);
    transform: rotate(-45deg) scale(.979)
}
.about-us-team__listing .animated.fadeInUp:last-child .about-us-team__item:before {
    background-color: transparent;
}
@media (max-width:991.98px) {
    .navbar-toggle.active .icon-bar:nth-of-type(1) {
        -webkit-transform: translateX(-50%) rotate(45deg);
        -ms-transform: translateX(-50%) rotate(45deg);
        transform: translateX(-50%) rotate(45deg);
        top: calc(50% - 1px)
    }
    .navbar-toggle.active .icon-bar:nth-of-type(2) {
        top: calc(50% - 1px)
    }
    .navbar-toggle.active .icon-bar:nth-of-type(3) {
        -webkit-transform: translateX(-50%) rotate(-45deg);
        -ms-transform: translateX(-50%) rotate(-45deg);
        transform: translateX(-50%) rotate(-45deg);
        top: calc(50% - 1px)
    }
}

#header .anchor-local-nav-wrapper {
    position: absolute;
    top: 91px;
    font-weight: 700;
    font-size: 1.2rem;
    font-family: TTOctosquares, "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: none;
    width: calc(75% - 40px);
    left: calc(25% + 10px)
}


@media (min-width:1500px) {
    #header .anchor-local-nav-wrapper {
        width: calc((100% - 40px) * .66667);
        left: calc((100% - 40px) * .33333 + 20px)
    }
}

.support-layout .support-layout__subheader2

.support-layout .support-layout__subheader


.support-category--main .support-category__text

#searchform input::-webkit-input-placeholder {
    font-family: TTOctosquares, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:16px;
}

#searchform input:-ms-input-placeholder {
    font-family: TTOctosquares, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:16px;
}

#searchform input::placeholder {
    font-family: TTOctosquares, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:16px;
}
@media (max-width:1500px) {
    .about-us-team__listing .about-us-team__item::before {
        background-color: transparent;
    }
}
@media (max-width:991.98px) {
    #header .anchor-local-nav-wrapper {
        display: block;
        width: 100%;
        top: 80px;
        left: 0;
        right: 0;
        position: fixed;
        -webkit-transition: top .5s;
        -o-transition: top .5s;
        transition: top .5s
    }
}

#header .anchor-local-nav-wrapper .anchor-local-nav-toggle {
    display: none;
    font-weight: 700;
    font-family: TTOctosquares, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: left;
    padding: 0;
    position: relative;
    background: 0 0;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s
}

@media (min-width:992px) {
    #header .anchor-local-nav-wrapper .anchor-local-nav-toggle {
        display: none!important
    }
}

#header .anchor-local-nav-wrapper .anchor-local-nav-toggle .local-toggle {
    display: block;
    padding: 0 24px
}

#header .anchor-local-nav-wrapper .anchor-local-nav-toggle .local-toggle-title {
    padding: 24px 0;
    border-bottom: 1px solid #576167;
    font-size: 2.4rem;
    line-height: 1;
    color: #fff;
    position: relative;
    display: block
}

@media (max-width:1499.98px) {
    #header .anchor-local-nav-wrapper .anchor-local-nav-toggle .local-toggle-title {
        display: none
    }
}

#header .anchor-local-nav-wrapper .anchor-local-nav-toggle .local-toggle-title:after {
    display: block;
    content: '';
    position: absolute;
    right: 0;
    width: 16px;
    height: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../img/assets/caret_mobile.svg);
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-filter: invert(1);
    filter: invert(1);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

#header .anchor-local-nav-wrapper .anchor-local-nav-toggle.open {
    background: #202d35;
    -webkit-transition: background-color .1s;
    -o-transition: background-color .1s;
    transition: background-color .1s
}

#header .anchor-local-nav-wrapper .anchor-local-nav-toggle.open .local-toggle-title:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

#header .anchor-local-nav-wrapper .anchor-local-nav {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:991.98px) {
    #header .anchor-local-nav-wrapper .anchor-local-nav {
        background: #202d35;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 24px;
        pointer-events: none;
        opacity: 0;
        max-height: 0;
        -webkit-transition: opacity .3s, -webkit-transform .3s;
        transition: opacity .3s, -webkit-transform .3s;
        -o-transition: opacity .3s, transform .3s;
        transition: opacity .3s, transform .3s;
        transition: opacity .3s, transform .3s, -webkit-transform .3s;
        border-bottom: 1px solid transparent;
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    #header .anchor-local-nav-wrapper .anchor-local-nav.open {
        max-height: none;
        pointer-events: all;
        opacity: 1;
        border-color: #576167;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

#header .anchor-local-nav-wrapper .anchor-local-nav a,
#header .anchor-local-nav-wrapper .anchor-local-nav span {
    color: #fff;
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-right: 24px;
    white-space: nowrap
}

@media (min-width:992px) and (max-width:1199.98px) {
    #header .anchor-local-nav-wrapper .anchor-local-nav a,
    #header .anchor-local-nav-wrapper .anchor-local-nav span {
        padding-top: 26px;
        padding-bottom: 26px;
        padding-right: 20px;
        font-size: 1rem
    }
}

@media (max-width:991.98px) {
    #header .anchor-local-nav-wrapper .anchor-local-nav a,
    #header .anchor-local-nav-wrapper .anchor-local-nav span {
        border-top: 1px solid #576167;
        padding: 20px 0
    }
    #header .anchor-local-nav-wrapper .anchor-local-nav a:first-child,
    #header .anchor-local-nav-wrapper .anchor-local-nav span:first-child {
        border-top: 0
    }
}

#header .anchor-local-nav-wrapper .anchor-local-nav a:hover,
#header .anchor-local-nav-wrapper .anchor-local-nav span:hover {
    color: #d0d1d3
}

#header .anchor-local-nav-wrapper .anchor-local-menu-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    text-transform: uppercase
}

@media (max-width:991.98px) {
    #header .anchor-local-nav-wrapper .anchor-local-menu-items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 24px
    }
}

#header .anchor-local-nav-wrapper .anchor-local-cta {
    padding: 0;
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
    background-color: 1s cubic-bezier(.19, 1, .22, 1);
    -webkit-transition: background-color .4s ease-in-out;
    -o-transition: background-color .4s ease-in-out;
    transition: background-color .4s ease-in-out
}

@media (min-width:992px) and (max-width:1199.98px) {
    #header .anchor-local-nav-wrapper .anchor-local-cta {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 110px;
        flex: 0 0 110px
    }
}

@media (max-width:991.98px) {
    #header .anchor-local-nav-wrapper .anchor-local-cta {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        text-align: left;
        padding-left: 24px;
        padding-right: 24px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

#header .anchor-local-nav-wrapper .anchor-local-cta a,
#header .anchor-local-nav-wrapper .anchor-local-cta span {
    cursor: pointer;
    padding: 24px 20px;
    display: block;
    background-color: transparent;
    -webkit-transition: color .4s ease-in-out;
    -o-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out
}

@media (max-width:991.98px) {
    #header .anchor-local-nav-wrapper .anchor-local-cta a,
    #header .anchor-local-nav-wrapper .anchor-local-cta span {
        border-top: 1px solid #576167;
        padding: 20px;
        background: #f2ff00;
        color: #202d35;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

#header .anchor-local-nav-wrapper .anchor-local-cta a svg,
#header .anchor-local-nav-wrapper .anchor-local-cta span svg {
    display: inline-block;
    margin-left: 16px;
    margin-top: -9px
}

@media (min-width:992px) and (max-width:1199.98px) {
    #header .anchor-local-nav-wrapper .anchor-local-cta a svg,
    #header .anchor-local-nav-wrapper .anchor-local-cta span svg {
        display: none
    }
}

@media (max-width:991.98px) {
    #header .anchor-local-nav-wrapper .anchor-local-cta a svg,
    #header .anchor-local-nav-wrapper .anchor-local-cta span svg {
        margin-left: auto;
        margin-top: 0
    }
}

#header .anchor-local-nav-wrapper .anchor-local-cta a svg circle,
#header .anchor-local-nav-wrapper .anchor-local-cta a svg line,
#header .anchor-local-nav-wrapper .anchor-local-cta span svg circle,
#header .anchor-local-nav-wrapper .anchor-local-cta span svg line {
    stroke: #fff;
    -webkit-transition: stroke .4s ease-in-out;
    -o-transition: stroke .4s ease-in-out;
    transition: stroke .4s ease-in-out
}

@media (max-width:991.98px) {
    #header .anchor-local-nav-wrapper .anchor-local-cta a svg circle,
    #header .anchor-local-nav-wrapper .anchor-local-cta a svg line,
    #header .anchor-local-nav-wrapper .anchor-local-cta span svg circle,
    #header .anchor-local-nav-wrapper .anchor-local-cta span svg line {
        stroke: #202d35
    }
}

#header.anchor-local-active .anchor-local-nav-toggle {
    display: block
}

#header.opened .anchor-local-nav-wrapper {
    opacity: 0!important
}

#header.fixed:not(.transparent-menu) .anchor-local-nav-wrapper a,
#header.fixed:not(.transparent-menu) .anchor-local-nav-wrapper span {
    color: #202d35;
    border-color: #8f969a
}

@media (max-width:991.98px) {
    #header.fixed:not(.transparent-menu) .anchor-local-nav-wrapper .anchor-local-nav-toggle {
        background-color: #d0d1d3
    }
    #header.fixed:not(.transparent-menu) .anchor-local-nav-wrapper .anchor-local-nav-toggle .local-toggle-title {
        color: #202d35;
        border-color: #8f969a
    }
    #header.fixed:not(.transparent-menu) .anchor-local-nav-wrapper .anchor-local-nav-toggle .local-toggle-title:after {
        -webkit-filter: invert(0);
        filter: invert(0)
    }
    #header.fixed:not(.transparent-menu) .anchor-local-nav-wrapper .anchor-local-nav {
        background-color: #d0d1d3;
        border-color: #8f969a
    }
}

@media (max-width:991.98px) {
    #header.fixed.transparent-menu .anchor-local-nav-wrapper .anchor-local-nav-toggle {
        background-color: #202d35
    }
}

@media (min-width:992px) {
    #header.anchor-local-active #menu-main-menu {
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
        -o-transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
        transition: opacity .2s ease-in-out, visibility .2s ease-in-out
    }
    #header.anchor-local-active .anchor-local-nav-wrapper {
        display: block;
        opacity: 1;
        -webkit-transition: opacity .2s ease-in-out, top .4s ease-in-out;
        -o-transition: opacity .2s ease-in-out, top .4s ease-in-out;
        transition: opacity .2s ease-in-out, top .4s ease-in-out
    }

    #header.anchor-local-active.fixed .zmorph_page_title {
        opacity: 1;
        visibility: visible;
        -webkit-transition-duration: .5s;
        -o-transition-duration: .5s;
        transition-duration: .5s;
        -webkit-transition-delay: .5s;
        -o-transition-delay: .5s;
        transition-delay: .5s
    }
    #header.anchor-local-active.fixed #menu-main-menu {
        opacity: 1;
        visibility: visible;
    }
    #header.anchor-local-active.fixed .anchor-local-nav-wrapper {
        /*top: 0;*/
      z-index: 0001;
    }
    #header .sub-menu-wrapper f {
        z-index: 999999;
    }
    #header.anchor-local-active.fixed .container-float
    {
        min-height: 150px;
    }
    #header.anchor-local-active.fixed .anchor-local-cta a,
    #header.anchor-local-active.fixed .anchor-local-cta span {
        color: #000;
        position: relative;
        z-index: 1;
        -webkit-transition: color .5s ease-in-out;
        -o-transition: color .5s ease-in-out;
        transition: color .5s ease-in-out
    }
    #header.anchor-local-active.fixed .anchor-local-cta a svg circle,
    #header.anchor-local-active.fixed .anchor-local-cta a svg line,
    #header.anchor-local-active.fixed .anchor-local-cta span svg circle,
    #header.anchor-local-active.fixed .anchor-local-cta span svg line {
        stroke: #000
    }
    #header.anchor-local-active.fixed .anchor-local-cta a:before,
    #header.anchor-local-active.fixed .anchor-local-cta span:before {
        content: '';
        width: 0;
        height: 100%;
        background-color: #202d35;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: width .5s ease-in-out;
        -o-transition: width .5s ease-in-out;
        transition: width .5s ease-in-out;
        z-index: -1
    }
    #header.anchor-local-active.fixed .anchor-local-cta a:hover,
    #header.anchor-local-active.fixed .anchor-local-cta span:hover {
        color: #fff
    }
    #header.anchor-local-active.fixed .anchor-local-cta a:hover:before,
    #header.anchor-local-active.fixed .anchor-local-cta span:hover:before {
        width: 100%
    }
    #header.anchor-local-active.fixed .anchor-local-cta a:hover svg circle,
    #header.anchor-local-active.fixed .anchor-local-cta a:hover svg line,
    #header.anchor-local-active.fixed .anchor-local-cta span:hover svg circle,
    #header.anchor-local-active.fixed .anchor-local-cta span:hover svg line {
        stroke: #fff
    }
}

.archive main .content .first-col h4,
.blog main .content .first-col h4,
.search main .content .first-col h4 {
    font-size: 4.8rem;
    text-transform: uppercase
}

.archive main .content .first-col .local-nav-wrapper,
.blog main .content .first-col .local-nav-wrapper,
.search main .content .first-col .local-nav-wrapper {
    padding-top: 10.4rem;
    padding-bottom: 24rem
}

@media (max-width:991.98px) {
    .archive main .content .first-col .local-nav-wrapper,
    .blog main .content .first-col .local-nav-wrapper,
    .search main .content .first-col .local-nav-wrapper {
        padding-top: 3.2rem;
        padding-bottom: 3.2rem
    }
}

.archive main .content .first-col .local-nav-wrapper ul,
.blog main .content .first-col .local-nav-wrapper ul,
.search main .content .first-col .local-nav-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 16px;
    margin-bottom: 32px
}

.archive main .content .first-col .local-nav-wrapper ul li,
.blog main .content .first-col .local-nav-wrapper ul li,
.search main .content .first-col .local-nav-wrapper ul li {
    border-bottom: 1px solid #c1c2c4;
    color: #576167;
    text-transform: uppercase;
    font-family: TTOctosquares, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.3rem;
    font-weight: 700
}

.archive main .content .first-col .local-nav-wrapper ul li:hover,
.blog main .content .first-col .local-nav-wrapper ul li:hover,
.search main .content .first-col .local-nav-wrapper ul li:hover {
    color: #000
}

.archive main .content .first-col .local-nav-wrapper ul li a,
.blog main .content .first-col .local-nav-wrapper ul li a,
.search main .content .first-col .local-nav-wrapper ul li a {
    text-decoration: none;
    border: none;
    outline: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 16px;
    padding-bottom: 16px;
    color: #576167;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.archive main .content .first-col .local-nav-wrapper ul li a span,
.blog main .content .first-col .local-nav-wrapper ul li a span,
.search main .content .first-col .local-nav-wrapper ul li a span {
    display: block;
    margin-right: 24px
}

.archive main .content .first-col .local-nav-wrapper ul li a:hover,
.blog main .content .first-col .local-nav-wrapper ul li a:hover,
.search main .content .first-col .local-nav-wrapper ul li a:hover {
    color: #000
}

.archive main .content .first-col .local-nav-wrapper ul li.current,
.blog main .content .first-col .local-nav-wrapper ul li.current,
.search main .content .first-col .local-nav-wrapper ul li.current {
    color: #000;
    border-bottom: 1px solid #8f969a
}

.archive main .content .first-col .local-nav-wrapper ul li.current a,
.blog main .content .first-col .local-nav-wrapper ul li.current a,
.search main .content .first-col .local-nav-wrapper ul li.current a {
    color: #000
}

.archive main .content .first-col .sidebar-footer,
.blog main .content .first-col .sidebar-footer,
.search main .content .first-col .sidebar-footer {
    position: relative
}

.archive main .content .first-col .sidebar-footer .sidebar-newsletter,
.blog main .content .first-col .sidebar-footer .sidebar-newsletter,
.search main .content .first-col .sidebar-footer .sidebar-newsletter {
    opacity: 1;
    -webkit-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out
}

@media (max-width:1499.98px) {
    .archive main .content .first-col .sidebar-footer .sidebar-newsletter,
    .blog main .content .first-col .sidebar-footer .sidebar-newsletter,
    .search main .content .first-col .sidebar-footer .sidebar-newsletter {
        width: 100%
    }
}

@media (min-width:1500px) {
    .archive main .content .first-col .sidebar-footer .sidebar-newsletter.hidden,
    .blog main .content .first-col .sidebar-footer .sidebar-newsletter.hidden,
    .search main .content .first-col .sidebar-footer .sidebar-newsletter.hidden {
        display: block;
        opacity: 0;
        visibility: hidden
    }
}

.archive main .content .first-col .sidebar-footer .sidebar-newsletter.btn,
.blog main .content .first-col .sidebar-footer .sidebar-newsletter.btn,
.search main .content .first-col .sidebar-footer .sidebar-newsletter.btn {
    min-height: 120px;
    line-height: 1.28;
    min-width: 230px
}

.archive main .content .first-col .sidebar-footer .sidebar-newsletter.btn svg path,
.blog main .content .first-col .sidebar-footer .sidebar-newsletter.btn svg path,
.search main .content .first-col .sidebar-footer .sidebar-newsletter.btn svg path {
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.archive main .content .first-col .sidebar-footer .sidebar-newsletter.btn span.arrow-right,
.blog main .content .first-col .sidebar-footer .sidebar-newsletter.btn span.arrow-right,
.search main .content .first-col .sidebar-footer .sidebar-newsletter.btn span.arrow-right {
    width: 24px;
    height: 16px
}

.archive main .content .first-col .sidebar-footer .sidebar-newsletter.btn:hover span.arrow-right,
.blog main .content .first-col .sidebar-footer .sidebar-newsletter.btn:hover span.arrow-right,
.search main .content .first-col .sidebar-footer .sidebar-newsletter.btn:hover span.arrow-right {
    width: calc(100% - 48px)
}

.archive main .content .first-col .sidebar-footer .sidebar-newsletter.btn:hover svg path,
.blog main .content .first-col .sidebar-footer .sidebar-newsletter.btn:hover svg path,
.search main .content .first-col .sidebar-footer .sidebar-newsletter.btn:hover svg path {
    stroke: #fff;
    fill: #fff
}

.archive main .content .first-col .sidebar-footer .sidebar-search-wrapper,
.blog main .content .first-col .sidebar-footer .sidebar-search-wrapper,
.search main .content .first-col .sidebar-footer .sidebar-search-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%
}

@media (max-width:1499.98px) {
    .archive main .content .first-col .sidebar-footer .sidebar-search-wrapper,
    .blog main .content .first-col .sidebar-footer .sidebar-search-wrapper,
    .search main .content .first-col .sidebar-footer .sidebar-search-wrapper {
        position: relative;
        margin-top: 32px
    }
}

.archive main .content .first-col .sidebar-footer .sidebar-search-wrapper .sidebar-open-search,
.blog main .content .first-col .sidebar-footer .sidebar-search-wrapper .sidebar-open-search,
.search main .content .first-col .sidebar-footer .sidebar-search-wrapper .sidebar-open-search {
    position: absolute;
    right: 0;
    z-index: 1
}

@media (max-width:767.98px) {
    .archive main .content .first-col .sidebar-footer .sidebar-search-wrapper .sidebar-open-search .btn-rounded-inverse,
    .blog main .content .first-col .sidebar-footer .sidebar-search-wrapper .sidebar-open-search .btn-rounded-inverse,
    .search main .content .first-col .sidebar-footer .sidebar-search-wrapper .sidebar-open-search .btn-rounded-inverse {
        width: 56px;
        height: 56px
    }
}

.archive main .content .first-col .sidebar-footer .sidebar-search-wrapper .sidebar-open-search.active,
.blog main .content .first-col .sidebar-footer .sidebar-search-wrapper .sidebar-open-search.active,
.search main .content .first-col .sidebar-footer .sidebar-search-wrapper .sidebar-open-search.active {
    z-index: 0;
    opacity: 0
}

.archive main .content .first-col .sidebar-footer .sidebar-search-wrapper .search-form,
.blog main .content .first-col .sidebar-footer .sidebar-search-wrapper .search-form,
.search main .content .first-col .sidebar-footer .sidebar-search-wrapper .search-form {
    width: 64px;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    z-index: 0;
    float: right
}

@media (max-width:767.98px) {
    .archive main .content .first-col .sidebar-footer .sidebar-search-wrapper .search-form,
    .blog main .content .first-col .sidebar-footer .sidebar-search-wrapper .search-form,
    .search main .content .first-col .sidebar-footer .sidebar-search-wrapper .search-form {
        width: 56px
    }
}

.archive main .content .first-col .sidebar-footer .sidebar-search-wrapper .search-form.active,
.blog main .content .first-col .sidebar-footer .sidebar-search-wrapper .search-form.active,
.search main .content .first-col .sidebar-footer .sidebar-search-wrapper .search-form.active {
    width: 100%;
    opacity: 1;
    z-index: 1
}

.archive main .content .first-col .sidebar-footer .sidebar-search-wrapper .search-form p,
.blog main .content .first-col .sidebar-footer .sidebar-search-wrapper .search-form p,
.search main .content .first-col .sidebar-footer .sidebar-search-wrapper .search-form p {
    color: #8f969a;
    font-size: 1.3rem;
    line-height: 1;
    font-family: TTOctosquares, "Helvetica Neue", Helvetica, Arial, sans-serif
}

.archive main .content .first-col .sidebar-footer .sidebar-search-wrapper .search-form label,
.blog main .content .first-col .sidebar-footer .sidebar-search-wrapper .search-form label,
.search main .content .first-col .sidebar-footer .sidebar-search-wrapper .search-form label {
    position: relative;
    margin-bottom: 10px
}

.archive main .content .first-col .sidebar-footer .sidebar-search-wrapper .search-form .search-btn,
.blog main .content .first-col .sidebar-footer .sidebar-search-wrapper .search-form .search-btn,
.search main .content .first-col .sidebar-footer .sidebar-search-wrapper .search-form .search-btn {
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.archive main .content .second-col,
.blog main .content .second-col,
.search main .content .second-col {
    margin-top: 10.4rem;
    margin-bottom: 24rem;
    position: relative
}

@media (max-width:991.98px) {
    .archive main .content .second-col,
    .blog main .content .second-col,
    .search main .content .second-col {
        margin-bottom: 10.4rem
    }
}

.archive main .content .second-col .search-header,
.blog main .content .second-col .search-header,
.search main .content .second-col .search-header {
    position: relative;
    padding-bottom: 74px;
    padding-top: 8px;
    padding-left: 48px
}

.archive main .content .second-col .search-header:before,
.blog main .content .second-col .search-header:before,
.search main .content .second-col .search-header:before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #8f969a;
    left: -40px;
    top: 0
}

.archive main .content .second-col .search-header:after,
.blog main .content .second-col .search-header:after,
.search main .content .second-col .search-header:after {
    content: '';
    display: block;
    position: absolute;
    width: calc(100% + 40px);
    height: 1px;
    background-color: #8f969a;
    left: -40px;
    bottom: 0
}

.archive main .content .second-col .search-header h3,
.blog main .content .second-col .search-header h3,
.search main .content .second-col .search-header h3 {
    text-transform: uppercase
}

.archive main .content .second-col .search-header h3 sup,
.blog main .content .second-col .search-header h3 sup,
.search main .content .second-col .search-header h3 sup {
    font-size: 1.3rem;
    white-space: nowrap;
    top: -20px;
    padding-left: 20px
}

.archive main .content .second-col .search-header .search-phrase,
.blog main .content .second-col .search-header .search-phrase,
.search main .content .second-col .search-header .search-phrase {
    text-transform: uppercase;
    font-size: 4rem;
    font-weight: 700;
    margin: 0;
    padding-right: 60px;
    position: relative;
    display: inline-block;
    font-family: TTOctosquares, "Helvetica Neue", Helvetica, Arial, sans-serif
}

.archive main .content .second-col .search-header .search-phrase .zmorph-blog-back,
.blog main .content .second-col .search-header .search-phrase .zmorph-blog-back,
.search main .content .second-col .search-header .search-phrase .zmorph-blog-back {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    margin: 0;
    line-height: 1
}

.archive main .content .second-col a,
.blog main .content .second-col a,
.search main .content .second-col a {
    border: none
}

.archive main .content .second-col article,
.blog main .content .second-col article,
.search main .content .second-col article {
    padding-top: 48px;
    padding-bottom: 48px;
    position: relative;
    font-size: 1.4rem
}

.archive main .content .second-col article:after,
.archive main .content .second-col article:before,
.blog main .content .second-col article:after,
.blog main .content .second-col article:before,
.search main .content .second-col article:after,
.search main .content .second-col article:before {
    content: '';
    display: block;
    position: absolute;
    background-color: #8f969a
}

.archive main .content .second-col article:before,
.blog main .content .second-col article:before,
.search main .content .second-col article:before {
    width: 1px;
    height: 100%;
    top: 0;
    left: -20px
}

@media (max-width:991.98px) {
    .archive main .content .second-col article:before,
    .blog main .content .second-col article:before,
    .search main .content .second-col article:before {
        display: none
    }
}

.archive main .content .second-col article:after,
.blog main .content .second-col article:after,
.search main .content .second-col article:after {
    width: 100%;
    height: 1px;
    bottom: 0;
    left: -20px
}

@media (max-width:991.98px) {
    .archive main .content .second-col article:after,
    .blog main .content .second-col article:after,
    .search main .content .second-col article:after {
        left: 20px;
        right: 20px;
        width: auto
    }
}

.archive main .content .second-col article:first-child,
.blog main .content .second-col article:first-child,
.search main .content .second-col article:first-child {
    padding-top: 0
}

.archive main .content .second-col article .col-3-8,
.blog main .content .second-col article .col-3-8,
.search main .content .second-col article .col-3-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%
}

@media (max-width:991.98px) {
    .archive main .content .second-col article .col-3-8,
    .blog main .content .second-col article .col-3-8,
    .search main .content .second-col article .col-3-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

.archive main .content .second-col article .col-5-8,
.blog main .content .second-col article .col-5-8,
.search main .content .second-col article .col-5-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
}

@media (max-width:991.98px) {
    .archive main .content .second-col article .col-5-8,
    .blog main .content .second-col article .col-5-8,
    .search main .content .second-col article .col-5-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

.archive main .content .second-col article h2,
.blog main .content .second-col article h2,
.search main .content .second-col article h2 {
    font-size: 2.4rem;
    width: 79%;
    margin-bottom: 32px
}

@media (max-width:991.98px) {
    .archive main .content .second-col article h2,
    .blog main .content .second-col article h2,
    .search main .content .second-col article h2 {
        width: 100%;
        font-size: 2rem;
        margin-top: 16px;
        margin-bottom: 16px
    }
}

.archive main .content .second-col article p,
.blog main .content .second-col article p,
.search main .content .second-col article p {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

@media (max-width:991.98px) {
    .archive main .content .second-col article p,
    .blog main .content .second-col article p,
    .search main .content .second-col article p {
        width: 100%
    }
}

.archive main .content .second-col article .post_thumbnail,
.blog main .content .second-col article .post_thumbnail,
.search main .content .second-col article .post_thumbnail {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    border: none;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 250px
}

@media (max-width:991.98px) {
    .archive main .content .second-col article .post_thumbnail,
    .blog main .content .second-col article .post_thumbnail,
    .search main .content .second-col article .post_thumbnail {
        min-height: inherit;
        height: 0;
        padding-top: 66%
    }
}

.archive main .content .second-col article .single-meta,
.blog main .content .second-col article .single-meta,
.search main .content .second-col article .single-meta {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: -7px;
    font-family: TTOctosquares, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.3rem
}

@media (max-width:991.98px) {
    .archive main .content .second-col article .single-meta,
    .blog main .content .second-col article .single-meta,
    .search main .content .second-col article .single-meta {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.archive main .content .second-col article .single-meta .meta-categorys-wrapper,
.blog main .content .second-col article .single-meta .meta-categorys-wrapper,
.search main .content .second-col article .single-meta .meta-categorys-wrapper {
    display: inline-block;
    margin-right: 32px
}

@media (max-width:991.98px) {
    .archive main .content .second-col article .single-meta .meta-categorys-wrapper,
    .blog main .content .second-col article .single-meta .meta-categorys-wrapper,
    .search main .content .second-col article .single-meta .meta-categorys-wrapper {
        width: 100%;
        margin-right: 0;
        margin-bottom: 16px
    }
}

.archive main .content .second-col article .single-meta .meta-date-wrapper,
.blog main .content .second-col article .single-meta .meta-date-wrapper,
.search main .content .second-col article .single-meta .meta-date-wrapper {
    display: inline-block;
    margin-right: 32px;
    white-space: nowrap;
    height: 30px
}

.archive main .content .second-col article .single-meta .meta-time-wrapper,
.blog main .content .second-col article .single-meta .meta-time-wrapper,
.search main .content .second-col article .single-meta .meta-time-wrapper {
    display: inline-block;
    white-space: nowrap;
    height: 30px
}

.archive main .content .second-col article .article-read-more:hover .btn:before,
.blog main .content .second-col article .article-read-more:hover .btn:before,
.search main .content .second-col article .article-read-more:hover .btn:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.archive main .content .second-col article .article-read-more:hover .btn:after,
.blog main .content .second-col article .article-read-more:hover .btn:after,
.search main .content .second-col article .article-read-more:hover .btn:after {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.archive main .content .second-col article .article-read-more span,
.blog main .content .second-col article .article-read-more span,
.search main .content .second-col article .article-read-more span {
    position: absolute;
    right: 20px;
    top: 0
}

.archive main .content .second-col article .category-link,
.blog main .content .second-col article .category-link,
.search main .content .second-col article .category-link {
    margin-top: 6px;
    padding: 6px 16px;
    margin-right: 16px;
    border: 1px solid #8f969a;
    border-radius: 25px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-size: 1.2rem;
    color: #202d35;
    font-family: TTOctosquares, "Helvetica Neue", Helvetica, Arial, sans-serif
}

.archive main .content .second-col article .category-link:after,
.blog main .content .second-col article .category-link:after,
.search main .content .second-col article .category-link:after {
    content: '';
    display: block;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    -webkit-transition: width .4s ease-in-out;
    -o-transition: width .4s ease-in-out;
    transition: width .4s ease-in-out;
    background-color: #f2ff00;
    z-index: -1
}

.archive main .content .second-col article .category-link:hover,
.blog main .content .second-col article .category-link:hover,
.search main .content .second-col article .category-link:hover {
    color: #000;
    border: 1px solid #f2ff00
}

.archive main .content .second-col article .category-link:hover:after,
.blog main .content .second-col article .category-link:hover:after,
.search main .content .second-col article .category-link:hover:after {
    width: 100%
}

.archive main .content .second-col .first-article-item,
.blog main .content .second-col .first-article-item,
.search main .content .second-col .first-article-item {
    color: #fff
}

@media (max-width:991.98px) {
    .archive main .content .second-col .first-article-item>.col-12,
    .blog main .content .second-col .first-article-item>.col-12,
    .search main .content .second-col .first-article-item>.col-12 {
        padding-left: 0;
        padding-right: 0
    }
}

.archive main .content .second-col .first-article-item .post_thumbnail,
.blog main .content .second-col .first-article-item .post_thumbnail,
.search main .content .second-col .first-article-item .post_thumbnail {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 550px;
    padding: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: #fff
}

@media (max-width:991.98px) {
    .archive main .content .second-col .first-article-item .post_thumbnail,
    .blog main .content .second-col .first-article-item .post_thumbnail,
    .search main .content .second-col .first-article-item .post_thumbnail {
        min-height: inherit;
        height: 0;
        width: 100%;
        padding-top: 100%
    }
}

.archive main .content .second-col .first-article-item .post_thumbnail:before,
.blog main .content .second-col .first-article-item .post_thumbnail:before,
.search main .content .second-col .first-article-item .post_thumbnail:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .9;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(35%, rgba(255, 255, 255, 0)), to(#202d35));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 35%, #202d35 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 35%, #202d35 100%);
    z-index: 1;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.archive main .content .second-col .first-article-item .post_thumbnail:after,
.blog main .content .second-col .first-article-item .post_thumbnail:after,
.search main .content .second-col .first-article-item .post_thumbnail:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .8;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(23.19%, rgba(32, 45, 53, 0)), to(#141d23)), -webkit-gradient(linear, left bottom, left top, from(rgba(6, 6, 6, .5)), to(rgba(6, 6, 6, .5)));
    background: -o-linear-gradient(top, rgba(32, 45, 53, 0) 23.19%, #141d23 100%), -o-linear-gradient(bottom, rgba(6, 6, 6, .5), rgba(6, 6, 6, .5));
    background: linear-gradient(180deg, rgba(32, 45, 53, 0) 23.19%, #141d23 100%), linear-gradient(0deg, rgba(6, 6, 6, .5), rgba(6, 6, 6, .5));
    mix-blend-mode: color;
    z-index: 1;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.archive main .content .second-col .first-article-item .post_thumbnail:hover:after,
.blog main .content .second-col .first-article-item .post_thumbnail:hover:after,
.search main .content .second-col .first-article-item .post_thumbnail:hover:after {
    opacity: .1
}

.archive main .content .second-col .first-article-item .first-article-link,
.blog main .content .second-col .first-article-item .first-article-link,
.search main .content .second-col .first-article-item .first-article-link {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2
}

.archive main .content .second-col .first-article-item .first-article-content,
.blog main .content .second-col .first-article-item .first-article-content,
.search main .content .second-col .first-article-item .first-article-content {
    padding: 40px;
    -ms-flex-item-align: end;
    align-self: flex-end;
    width: 100%;
    position: relative;
    z-index: 3
}

@media (max-width:991.98px) {
    .archive main .content .second-col .first-article-item .first-article-content,
    .blog main .content .second-col .first-article-item .first-article-content,
    .search main .content .second-col .first-article-item .first-article-content {
        padding: 24px
    }
}

.archive main .content .second-col .first-article-item .first-article-content h1,
.blog main .content .second-col .first-article-item .first-article-content h1,
.search main .content .second-col .first-article-item .first-article-content h1 {
    font-size: 4rem;
    color: #d0d1d3;
    text-transform: uppercase;
    font-weight: 700;
    max-width: 710px;
    margin-right: 100px
}

@media (max-width:991.98px) {
    .archive main .content .second-col .first-article-item .first-article-content h1,
    .blog main .content .second-col .first-article-item .first-article-content h1,
    .search main .content .second-col .first-article-item .first-article-content h1 {
        font-size: 2.8rem;
        max-width: 100%;
        margin-right: 0
    }
}

@media (max-width:991.98px) {
    .archive main .content .second-col .first-article-item .first-article-content .btn,
    .blog main .content .second-col .first-article-item .first-article-content .btn,
    .search main .content .second-col .first-article-item .first-article-content .btn {
        display: none
    }
}

.archive main .content .second-col .first-article-item .first-article-content .single-meta,
.blog main .content .second-col .first-article-item .first-article-content .single-meta,
.search main .content .second-col .first-article-item .first-article-content .single-meta {
    width: 100%;
    max-width: 710px;
    margin-right: 100px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width:991.98px) {
    .archive main .content .second-col .first-article-item .first-article-content .single-meta,
    .blog main .content .second-col .first-article-item .first-article-content .single-meta,
    .search main .content .second-col .first-article-item .first-article-content .single-meta {
        margin-right: 0
    }
}

.archive main .content .second-col .first-article-item .first-article-content .category-link,
.blog main .content .second-col .first-article-item .first-article-content .category-link,
.search main .content .second-col .first-article-item .first-article-content .category-link {
    color: #d0d1d3;
    border: 1px solid #d0d1d3
}

.archive main .content .second-col .first-article-item .first-article-content .category-link:hover,
.blog main .content .second-col .first-article-item .first-article-content .category-link:hover,
.search main .content .second-col .first-article-item .first-article-content .category-link:hover {
    color: #000;
    border: 1px solid #f2ff00
}

.archive main .content .second-col .first-article-item .first-article-content .article-read-more,
.blog main .content .second-col .first-article-item .first-article-content .article-read-more,
.search main .content .second-col .first-article-item .first-article-content .article-read-more {
    display: block;
    position: relative
}

.archive main .content .second-col .first-article-item .first-article-content .article-read-more .btn,
.blog main .content .second-col .first-article-item .first-article-content .article-read-more .btn,
.search main .content .second-col .first-article-item .first-article-content .article-read-more .btn {
    position: absolute;
    right: 0
}

.archive main .content .second-col .first-article-item .first-article-content .article-read-more svg line,
.archive main .content .second-col .first-article-item .first-article-content .article-read-more svg path,
.blog main .content .second-col .first-article-item .first-article-content .article-read-more svg line,
.blog main .content .second-col .first-article-item .first-article-content .article-read-more svg path,
.search main .content .second-col .first-article-item .first-article-content .article-read-more svg line,
.search main .content .second-col .first-article-item .first-article-content .article-read-more svg path {
    stroke: #d0d1d3;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.archive main .content .second-col .first-article-item .first-article-content .article-read-more:hover .btn:before,
.blog main .content .second-col .first-article-item .first-article-content .article-read-more:hover .btn:before,
.search main .content .second-col .first-article-item .first-article-content .article-read-more:hover .btn:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.archive main .content .second-col .first-article-item .first-article-content .article-read-more:hover .btn:after,
.blog main .content .second-col .first-article-item .first-article-content .article-read-more:hover .btn:after,
.search main .content .second-col .first-article-item .first-article-content .article-read-more:hover .btn:after {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.archive main .content .second-col .first-article-item .first-article-content .article-read-more:hover svg line,
.archive main .content .second-col .first-article-item .first-article-content .article-read-more:hover svg path,
.blog main .content .second-col .first-article-item .first-article-content .article-read-more:hover svg line,
.blog main .content .second-col .first-article-item .first-article-content .article-read-more:hover svg path,
.search main .content .second-col .first-article-item .first-article-content .article-read-more:hover svg line,
.search main .content .second-col .first-article-item .first-article-content .article-read-more:hover svg path {
    stroke: #000
}

@media (max-width:991.98px) {
    .archive main .content .second-col .article-item .article-content .btn,
    .blog main .content .second-col .article-item .article-content .btn,
    .search main .content .second-col .article-item .article-content .btn {
        display: none
    }
}

.archive main .content .second-col .article-item .post_thumbnail:after,
.blog main .content .second-col .article-item .post_thumbnail:after,
.search main .content .second-col .article-item .post_thumbnail:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .8;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(6, 6, 6, .7)), to(rgba(6, 6, 6, .7)));
    background: -o-linear-gradient(bottom, rgba(6, 6, 6, .7), rgba(6, 6, 6, .7));
    background: linear-gradient(0deg, rgba(6, 6, 6, .7), rgba(6, 6, 6, .7));
    mix-blend-mode: color;
    z-index: 1;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.archive main .content .second-col .article-item .post_thumbnail:hover:after,
.archive main .content .second-col .article-item .post_thumbnail:hover:before,
.blog main .content .second-col .article-item .post_thumbnail:hover:after,
.blog main .content .second-col .article-item .post_thumbnail:hover:before,
.search main .content .second-col .article-item .post_thumbnail:hover:after,
.search main .content .second-col .article-item .post_thumbnail:hover:before {
    opacity: 0
}

.archive main .content .second-col .article-item:hover .post_thumbnail:after,
.archive main .content .second-col .article-item:hover .post_thumbnail:before,
.blog main .content .second-col .article-item:hover .post_thumbnail:after,
.blog main .content .second-col .article-item:hover .post_thumbnail:before,
.search main .content .second-col .article-item:hover .post_thumbnail:after,
.search main .content .second-col .article-item:hover .post_thumbnail:before {
    opacity: 0
}

.breadcrumbs {
    margin-top: 24px;
    margin-bottom: 24px;
    overflow-x: auto
}

@-moz-document url-prefix() {
    .breadcrumbs {
        scrollbar-color: transparent transparent;
        scrollbar-width: 0
    }
}

.breadcrumbs::-webkit-scrollbar {
    height: 0
}

.breadcrumbs::-webkit-scrollbar-thumb {
    background: 0 0
}

.breadcrumbs::-webkit-scrollbar-track {
    background: 0 0
}

@media (max-width:767.98px) {
    .breadcrumbs {
        margin-top: 0
    }
}

.breadcrumbs__inner {
    width: 100%
}

@media (max-width:767.98px) {
    .breadcrumbs__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.breadcrumbs a,
.breadcrumbs span {
    font-family: TTOctosquares, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #8f969a;
    text-decoration: none;
    border-color: transparent;
    white-space: nowrap
}

.breadcrumbs a {
    position: relative;
    padding-right: 22px;
    margin-right: 10px
}

.breadcrumbs a span {
    border-bottom: 1px solid transparent
}

.breadcrumbs a:hover span {
    border-color: #8f969a
}

.breadcrumbs a:before {
    content: '';
    display: block;
    width: 6px;
    height: 8px;
    position: absolute;
    top: 4px;
    right: 0;
    background: url(../img/assets/arrow_gray_right.svg) no-repeat
}

.breadcrumbs a:last-child {
    pointer-events: none
}

.breadcrumbs a:last-child:before {
    display: none
}

.related-posts {
    margin-top: 190px;
    border-bottom: 1px solid #8f969a
}

@media (max-width:991.98px) {
    .related-posts {
        margin-top: 56px;
        padding-top: 56px;
        border-top: 1px solid #8f969a
    }
}

.related-posts .related-posts-header {
    margin-bottom: 64px
}

@media (max-width:767.98px) {
    .related-posts .related-posts-header {
        margin-bottom: 0
    }
}

.related-posts .related-posts-header h2 {
    text-transform: uppercase
}

.related-post-item {
    margin-bottom: 48px;
    margin-top: 48px;
    position: relative
}

@media (max-width:767.98px) {
    .related-post-item {
        margin-bottom: 24px;
        margin-top: 24px
    }
}

.related-post-item:before {
    content: '';
    width: calc(100% - 40px);
    height: 1px;
    background-color: #8f969a;
    position: absolute;
    top: 0;
    left: 20px
}

@media (max-width:767.98px) {
    .related-post-item:before {
        display: none
    }
}

.related-post-item .first-col {
    border-right: 1px solid #8f969a;
    padding-right: 105px;
    padding-top: 48px;
    padding-bottom: 0
}

@media (max-width:767.98px) {
    .related-post-item .first-col {
        padding-top: 0
    }
}

.related-post-item .first-col .post_thumbnail {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    border: none;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 250px
}

@media (max-width:767.98px) {
    .related-post-item .first-col .post_thumbnail {
        min-height: 215px
    }
}

.related-post-item .first-col .post_thumbnail:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .8;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(6, 6, 6, .7)), to(rgba(6, 6, 6, .7)));
    background: -o-linear-gradient(bottom, rgba(6, 6, 6, .7), rgba(6, 6, 6, .7));
    background: linear-gradient(0deg, rgba(6, 6, 6, .7), rgba(6, 6, 6, .7));
    mix-blend-mode: color;
    z-index: 1;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.related-post-item .first-col .post_thumbnail:hover:after,
.related-post-item .first-col .post_thumbnail:hover:before {
    opacity: 0
}

.related-post-item .first-col:hover .post_thumbnail:after,
.related-post-item .first-col:hover .post_thumbnail:before {
    opacity: 0
}

@media (max-width:991.98px) {
    .related-post-item .first-col {
        border-right: none;
        padding-right: 20px
    }
}

.related-post-item .first-col figure {
    margin: 0;
    display: block
}

.related-post-item .second-col {
    padding-top: 48px;
    text-align: center;
    font-size: 1.6rem;
    font-family: TTOctosquares, "Helvetica Neue", Helvetica, Arial, sans-serif
}

@media (max-width:991.98px) {
    .related-post-item .second-col {
        text-align: left
    }
}

@media (max-width:767.98px) {
    .related-post-item .second-col {
        display: none
    }
}

.related-post-item .category-link {
    margin-top: 6px;
    padding: 6px 16px;
    margin-right: 16px;
    border: 1px solid #8f969a;
    border-radius: 25px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-size: 1.2rem;
    color: #202d35
}

@media (max-width:767.98px) {
    .related-post-item .category-link {
        padding: 5px 10px;
        margin-right: 3px
    }
}

.related-post-item .category-link:after {
    content: '';
    display: block;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    -webkit-transition: width .4s ease-in-out;
    -o-transition: width .4s ease-in-out;
    transition: width .4s ease-in-out;
    background-color: #f2ff00;
    z-index: -1
}

.related-post-item .category-link:hover {
    color: #000;
    border: 1px solid #f2ff00
}

.related-post-item .category-link:hover:after {
    width: 100%
}

.related-post-item .third-col {
    position: relative;
    padding-top: 48px;
    padding-bottom: 48px
}

@media (max-width:767.98px) {
    .related-post-item .third-col {
        padding-top: 24px;
        padding-bottom: 24px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width:767.98px) {
    .related-post-item .third-col .meta-categorys-wrapper {
        padding-right: 8px
    }
}

@media (max-width:767.98px) {
    .related-post-item .third-col .related-h-url {
        width: 100%;
        border: 0
    }
    .related-post-item .third-col .related-h-url * {
        font-weight: 700
    }
}

.related-post-item .third-col .meta-footer-wrapper {
    position: absolute;
    bottom: 0
}

@media (max-width:767.98px) {
    .related-post-item .third-col .meta-footer-wrapper {
        position: static;
        white-space: nowrap;
        margin-top: 8px;
        margin-left: auto;
        padding-left: 8px
    }
}

.related-post-item .third-col .meta-footer-wrapper .meta-date-wrapper {
    font-family: TTOctosquares, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.3rem;
    color: #000;
    display: inline-block;
    margin-right: 24px
}

@media (max-width:767.98px) {
    .related-post-item .third-col .meta-footer-wrapper .meta-date-wrapper {
        margin-right: 16px
    }
}

.related-post-item .third-col .meta-footer-wrapper .meta-time-wrapper {
    font-family: TTOctosquares, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.3rem;
    color: #000;
    display: inline-block;
    margin-right: 24px
}

@media (max-width:767.98px) {
    .related-post-item .third-col .meta-footer-wrapper .meta-time-wrapper {
        margin-right: 0
    }
}

.related-post-item .fourth-col {
    padding-top: 48px;
    text-align: right
}

@media (max-width:767.98px) {
    .related-post-item .fourth-col {
        display: none
    }
}

.related-post-item .fourth-col .related-url {
    text-decoration: none;
    border: none
}

.related-post-item .fourth-col .related-url button svg {
    -webkit-transform: rotate(180deg) translate(50%, 50%);
    -ms-transform: rotate(180deg) translate(50%, 50%);
    transform: rotate(180deg) translate(50%, 50%)
}

.related-post-footer {
    margin-top: 190px;
    margin-bottom: 88px
}

@media (max-width:991.98px) {
    .related-post-footer {
        margin-top: 0;
        margin-bottom: 80px
    }
}

.related-post-footer .go-to-section {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    left: -38px
}

@media (max-width:991.98px) {
    .related-post-footer .go-to-section {
        display: none
    }
}

.related-post-footer .second-col p {
    margin-left: 136px;
    margin-top: 16px;
    line-height: 1.25;
    font-family: TTOctosquares, "Helvetica Neue", Helvetica, Arial, sans-serif
}

@media (max-width:991.98px) {
    .related-post-footer .second-col p {
        margin-left: 0;
        margin-bottom: 16px
    }
}

.related-post-footer .third-col {
    text-align: right
}

.related-post-footer .third-col a {
    max-width: 363px;
    width: 100%;
    min-height: 200px
}

.related-post-footer .related-separator {
    position: relative
}

.related-post-footer .related-separator:after {
    content: '';
    width: 1px;
    height: 190px;
    background-color: #8f969a;
    display: block;
    margin-right: -20px;
    margin-left: auto
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.4rem;
    font-family: TTOctosquares, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    border-bottom: 1px solid #8f969a;
    padding-top: 112px;
    margin-left: -40px;
    line-height: 1
}

@media (max-width:991.98px) {
    .pagination {
        margin: 0;
        padding-top: 32px
    }
}

.pagination .prev-item-nav {
    border-right: 1px solid #8f969a;
    text-align: left;
    width: 22.5%
}

.pagination .prev-item-nav a {
    float: left
}

.pagination .prev-item-nav span {
    margin-right: 32px
}

.pagination .prev-item-nav svg {
    -webkit-transform: rotate(180deg) translate(50%, 50%);
    -ms-transform: rotate(180deg) translate(50%, 50%);
    transform: rotate(180deg) translate(50%, 50%)
}

.pagination .next-item-nav {
    border-left: 1px solid #8f969a;
    text-align: right;
    width: 22.5%
}

.pagination .next-item-nav a {
    float: right
}

.pagination .next-item-nav span {
    margin-left: 32px
}

@media (max-width:1499.98px) {
    .pagination .next-item-nav,
    .pagination .prev-item-nav {
        font-size: 0
    }
}

@media (max-width:991.98px) {
    .pagination .next-item-nav,
    .pagination .prev-item-nav {
        font-size: 0;
        line-height: 0;
        border: 0;
        width: 56px
    }
}

.pagination .next-item-nav a,
.pagination .prev-item-nav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pagination .next-item-nav a:hover:before,
.pagination .prev-item-nav a:hover:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.pagination .next-item-nav a:hover:after,
.pagination .prev-item-nav a:hover:after {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

@media (max-width:991.98px) {
    .pagination .next-item-nav span,
    .pagination .prev-item-nav span {
        width: 56px;
        height: 56px
    }
}

.pagination .next-item-nav.inactive,
.pagination .prev-item-nav.inactive {
    color: #8f969a
}

.pagination .next-item-nav.inactive svg line,
.pagination .next-item-nav.inactive svg path,
.pagination .prev-item-nav.inactive svg line,
.pagination .prev-item-nav.inactive svg path {
    stroke: #8f969a
}

.pagination .next-item-nav.inactive span:hover span:before,
.pagination .prev-item-nav.inactive span:hover span:before {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.pagination .next-item-nav.inactive span:hover span:after,
.pagination .prev-item-nav.inactive span:hover span:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.pagination ul.pagination-items {
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 55%
}

@media (max-width:991.98px) {
    .pagination ul.pagination-items {
        width: 100%
    }
}

.pagination ul.pagination-items li {
    display: inline-block;
    height: 100%;
    margin-left: 8px;
    margin-right: 8px
}

@media (max-width:991.98px) {
    .pagination ul.pagination-items li {
        margin-left: 0;
        margin-right: 0
    }
}

.pagination ul.pagination-items li a {
    padding: 19px 10px 45px;
    display: block;
    -webkit-transition: .4s all ease-in-out;
    -o-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out
}

@media (max-width:991.98px) {
    .pagination ul.pagination-items li a {
        padding: 19px 5px 55px
    }
}

.pagination ul.pagination-items li a:hover {
    background-color: #f2ff00
}

.pagination ul.pagination-items li.active a {
    background-color: #f2ff00
}

.pagination ul.pagination-items .more-items-nav {
    display: inline-block;
    padding: 19px 10px 45px
}

@media (max-width:991.98px) {
    .pagination ul.pagination-items .more-items-nav {
        padding: 19px 5px 55px
    }
}

.single table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px
}

@media (max-width:767.98px) {
    .single table {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        overflow-x: auto
    }
}

.single table tbody {
    width: 100%
}

.single table tr {
    border-top: 1px solid #8f969a
}

.single table tr td {
    vertical-align: top;
    padding: 40px 20px
}

.single table tr td:first-child {
    padding-left: 0
}

.single table tr td:last-child {
    padding-right: 0
}

.single table img {
    min-width: 100px;
    max-width: 100%;
    height: auto;
    margin-top: 0!important;
    margin-bottom: 24px!important
}

.single table img:last-child {
    margin-bottom: 0!important
}

.single-post main.main {
    padding-top: 200px
}

@media (max-width:991.98px) {
    .single-post main.main {
        padding-top: 132px
    }
}

.single-post main .header {
    margin-bottom: 10.4rem
}

@media (max-width:991.98px) {
    .single-post main .header .first-col {
        display: block;
        margin-bottom: 12px
    }
}

.single-post main h1,
.single-post main h2,
.single-post main h3 {
    position: relative
}

.single-post main .local-nav-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.single-post main .local-nav-wrapper ul li {
    border-bottom: 1px solid #c1c2c4;
    color: #576167;
    text-transform: uppercase;
    font-family: TTOctosquares, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.3rem;
    font-weight: 700
}

.single-post main .local-nav-wrapper ul li:hover {
    color: #000
}

.single-post main .local-nav-wrapper ul li a {
    text-decoration: none;
    border: none;
    outline: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 16px;
    padding-bottom: 16px;
    color: #576167;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.single-post main .local-nav-wrapper ul li a span {
    display: block;
    margin-right: 24px
}

.single-post main .local-nav-wrapper ul li a:hover {
    color: #000
}

.single-post main .local-nav-wrapper ul li.current {
    color: #000;
    border-bottom: 1px solid #8f969a
}

.single-post main .local-nav-wrapper ul li.current a {
    color: #000
}

.single-post main .zmorph-blog-back {
    border: none;
    font-family: TTOctosquares, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    float: left;
    padding-right: 16px
}

@media (max-width:991.98px) {
    .single-post main .zmorph-blog-back {
        float: none;
        margin-bottom: 16px
    }
}

.single-post main .zmorph-blog-back button {
    margin-right: 24px;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    line-height: 0
}

@media (max-width:991.98px) {
    .single-post main .zmorph-blog-back button {
        margin-right: 16px;
        width: 32px;
        height: 32px
    }
}

.single-post main .zmorph-blog-back:hover button:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.single-post main .zmorph-blog-back:hover button:after {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.single-post main .meta-categorys-wrapper {
    display: inline-block;
    padding-right: 24px
}

@media (max-width:991.98px) {
    .single-post main .meta-categorys-wrapper--desktop {
        display: none
    }
}

.single-post main .meta-categorys-wrapper--mobile {
    display: none
}

@media (max-width:991.98px) {
    .single-post main .meta-categorys-wrapper--mobile {
        display: block
    }
}

.single-post main .single-meta {
    margin-top: 40px;
    font-size: 1.3rem;
    font-family: TTOctosquares, "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #000
}

@media (max-width:991.98px) {
    .single-post main .single-meta {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.single-post main .single-meta .meta-date-wrapper {
    display: inline-block;
    padding-right: 40px;
    height: 30px;
    white-space: nowrap
}

@media (max-width:991.98px) {
    .single-post main .single-meta .meta-date-wrapper {
        padding-right: 24px
    }
}

.single-post main .single-meta .meta-time-wrapper {
    display: inline-block;
    padding-right: 40px;
    height: 30px;
    white-space: nowrap
}

@media (max-width:991.98px) {
    .single-post main .single-meta .meta-time-wrapper {
        padding-right: 24px
    }
}

.single-post main .single-meta .meta-author-wrapper {
    display: inline-block;
    border-left: 1px solid #8f969a;
    padding-left: 40px;
    height: 30px;
    line-height: 24px;
    white-space: nowrap
}

@media (max-width:991.98px) {
    .single-post main .single-meta .meta-author-wrapper {
        width: 100%;
        padding: 24px 0 0;
        margin-top: 16px;
        border-top: 1px solid #8f969a;
        border-left: 0;
        height: auto
    }
}

.single-post main .single-meta .meta-author-wrapper span {
    color: #576167;
    padding-right: 16px
}

.single-post main .single-meta .category-link {
    margin-top: 6px;
    padding: 6px 16px;
    margin-right: 16px;
    border: 1px solid #8f969a;
    border-radius: 25px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-size: 1.2rem;
    color: #202d35
}

@media (max-width:767.98px) {
    .single-post main .single-meta .category-link {
        padding: 5px 10px;
        margin-right: 3px;
        margin-right: 8px
    }
}

.single-post main .single-meta .category-link:after {
    content: '';
    display: block;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    -webkit-transition: width .4s ease-in-out;
    -o-transition: width .4s ease-in-out;
    transition: width .4s ease-in-out;
    background-color: #f2ff00;
    z-index: -1
}

.single-post main .single-meta .category-link:hover {
    color: #000;
    border: 1px solid #f2ff00
}

.single-post main .single-meta .category-link:hover:after {
    width: 100%
}

.single-post main .single-meta .separator {
    margin-top: 10.4rem;
    margin-bottom: 5.4rem;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #8f969a
}

@media (max-width:991.98px) {
    .single-post main .single-meta .separator {
        margin-top: 5.6rem;
        margin-bottom: 5.6rem
    }
}

.single-post.content-pb-off main .content a,
.single-post.content-pb-off main .header a {
    font-weight: 700
}

.single-post.content-pb-off main .content .second-col ul,
.single-post.content-pb-off main .header .second-col ul {
    list-style: none;
    margin: 3.2rem 0;
    padding-left: 140px
}

.single-post.content-pb-off main .content .second-col ul li,
.single-post.content-pb-off main .header .second-col ul li {
    position: relative;
    margin-bottom: 20px
}

.single-post.content-pb-off main .content .second-col ul li:last-child,
.single-post.content-pb-off main .header .second-col ul li:last-child {
    margin-bottom: 0
}

.single-post.content-pb-off main .content .second-col ul li:before,
.single-post.content-pb-off main .header .second-col ul li:before {
    content: '';
    width: 80px;
    height: 1px;
    background-color: #000;
    left: -140px;
    top: 12px;
    position: absolute;
    display: block
}

.single-post.content-pb-off main .content .second-col ol,
.single-post.content-pb-off main .header .second-col ol {
    counter-reset: cupcake;
    padding-left: 32px;
    margin: 3.2rem 0;
    list-style: none
}

.single-post.content-pb-off main .content .second-col ol li,
.single-post.content-pb-off main .header .second-col ol li {
    position: relative;
    counter-increment: cupcake;
    margin-bottom: 20px
}

.single-post.content-pb-off main .content .second-col ol li:last-child,
.single-post.content-pb-off main .header .second-col ol li:last-child {
    margin-bottom: 0
}

.single-post.content-pb-off main .content .second-col ol li:before,
.single-post.content-pb-off main .header .second-col ol li:before {
    content: counters(cupcake, ".") ". ";
    position: absolute;
    left: -32px;
    color: #202d35;
    font-weight: 400;
    font-family: TTOctosquares, "Helvetica Neue", Helvetica, Arial, sans-serif
}

.single-post.content-pb-off main .content .second-col .btn-big,
.single-post.content-pb-off main .header .second-col .btn-big {
    min-height: 128px;
    width: 270px;
    vertical-align: top;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1
}

.single-post.content-pb-off main .content .first-col {
    position: relative;
    margin-top: 0;
    display: block
}

.single-post.content-pb-off main .content .first-col .local-nav-wrapper {
    padding-top: 10.4rem
}

.single-post.content-pb-off main .content .first-col .local-nav-wrapper h4 {
    font-weight: 700;
    margin-bottom: 40px
}

@media (max-width:991.98px) {
    .single-post.content-pb-off main .content .first-col {
        display: none
    }
}

.single-post.content-pb-off main .content .second-col {
    margin-top: 10.4rem
}

@media (max-width:991.98px) {
    .single-post.content-pb-off main .content .third-col {
        display: block;
        position: static!important
    }
}

.single-post.content-pb-off main .content .third-col .single-share {
    padding-top: 10.4rem;
    text-align: center
}

@media (max-width:991.98px) {
    .single-post.content-pb-off main .content .third-col .single-share {
        padding-top: 0;
        position: static!important;
        top: inherit!important;
        left: inherit!important;
        width: 100%!important;
        -webkit-transform: none!important;
        -ms-transform: none!important;
        transform: none!important
    }
}

@media (max-width:991.98px) {
    .single-post.content-pb-off main .content .third-col .single-share__text {
        margin-right: 10px;
        margin-bottom: 0;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }
}

@media (max-width:991.98px) {
    .single-post.content-pb-off main .content .third-col .single-share__socials {
        margin-bottom: 0
    }
}

@media (max-width:991.98px) {
    .single-post.content-pb-off main .content .third-col .sticky-sidebar-element {
        position: static!important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .single-post.content-pb-off main .content .third-col .sticky-sidebar-element p {
        margin-right: 16px
    }
    .single-post.content-pb-off main .content .third-col .sticky-sidebar-element ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .single-post.content-pb-off main .content .third-col .sticky-sidebar-element ul li {
        display: inline-block;
        margin-bottom: 0;
        margin-right: 16px
    }
}

.single-post.content-pb-off main .newsletterEmailForm h3 {
    margin-top: 5.4rem
}

.single-post.content-pb-off main .single-share p {
    text-align: center;
    font-family: TTOctosquares, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.3rem
}

.single-post.content-pb-off main .single-share ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 40px
}

.single-post.content-pb-off main .single-share ul:last-child {
    margin-bottom: 0
}

.single-post.content-pb-off main .single-share ul li {
    margin-bottom: 24px;
    text-align: center
}

.single-post.content-pb-off main .single-share ul li a {
    text-decoration: none;
    display: inline-block;
    border: none;
    outline: 0
}

figure {
    pointer-events: none
}

.tm-click-to-tweet {
    background-color: #e0e0e1;
    color: #202d35;
    border-radius: 0;
    position: relative;
    padding: 0;
    margin: 2.4rem 0
}

.tm-click-to-tweet .tm-ctt-text {
    padding: 0;
    margin: 0
}

.tm-click-to-tweet .tm-ctt-text a {
    text-decoration: none;
    border: none;
    color: #202d35;
    font-size: 2rem;
    line-height: 3.2rem;
    font-weight: 400!important;
    padding: 5.6rem 2.4rem;
    display: block
}

.tm-click-to-tweet p {
    padding: 0!important;
    margin: 0!important;
    position: absolute;
    bottom: 2.4rem;
    right: 2.4rem
}

.tm-click-to-tweet p .tm-ctt-btn {
    text-decoration: none;
    border: none
}

.post-prevnext {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 64px;
    padding-top: 64px;
    padding-bottom: 64px;
    color: #202d35;
    border-top: 1px solid #8f969a;
    border-bottom: 1px solid #8f969a;
    position: relative;
    overflow: hidden
}

@media (max-width:767.98px) {
    .post-prevnext {
        padding-top: 32px;
        padding-bottom: 32px
    }
}

.post-prevnext__prev {
    width: 50%;
    padding-right: 48px;
    padding-left: 80px;
    text-align: right
}

.post-prevnext__prev .btn-rounded-inverse {
    left: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

@media (max-width:767.98px) {
    .post-prevnext__prev {
        display: none
    }
}

.post-prevnext__next {
    position: relative;
    width: 50%;
    padding-right: 80px;
    padding-left: 48px
}

@media (max-width:767.98px) {
    .post-prevnext__next {
        width: 100%;
        padding-left: 0
    }
}

.post-prevnext__next .btn-rounded-inverse {
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.post-prevnext__next:before {
    position: absolute;
    content: '';
    display: block;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 200px;
    background: #8f969a
}

@media (max-width:767.98px) {
    .post-prevnext__next:before {
        display: none
    }
}

.post-prevnext .btn.btn-rounded-inverse {
    position: absolute;
    top: 50%;
    width: 56px;
    height: 56px
}

.post-prevnext .btn.btn-rounded-inverse:after,
.post-prevnext .btn.btn-rounded-inverse:before {
    width: 56px;
    height: 56px;
    margin-top: -28px;
    margin-left: -28px
}

.post-prevnext a {
    text-decoration: none;
    border: 0
}

.post-prevnext a:hover .btn.btn-rounded-inverse:after {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.post-prevnext a:hover .btn.btn-rounded-inverse:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.post-prevnext span {
    display: block;
    margin-bottom: 20px;
    font-family: TTOctosquares, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 700
}

@media (max-width:767.98px) {
    .post-prevnext span {
        margin-bottom: 16px;
        font-size: 20px
    }
}

.post-prevnext h5 {
    font-family: "Work Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin-bottom: 0
}

.support-layout {
    border-bottom: 1px solid #8f969a;
    overflow-x: initial!important
}

.support-layout .breadcrumbs {
    max-width: 860px
}

.support-layout__top {
    max-width: 860px;
    min-height: calc(100vh - 197px);
    padding-bottom: 60px;
    border-bottom: 1px solid #8f969a
}

@media (max-width:767.98px) {
    .support-layout__top {
        padding-bottom: 40px;
        min-height: inherit
    }
}

@media (max-width:767.98px) {
    .search-results .support-layout__top {
        border-bottom: 0;
        padding-bottom: 0
    }
}

.support-layout__header {
    margin-top: 54px;
    margin-bottom: 24px
}

@media (max-width:767.98px) {
    .support-layout__header {
        margin-top: 0
    }
}

.support-layout__header .h2 {
    margin-top: 0!important;
    margin-bottom: 0!important;
    font-size: 5rem!important;
    font-weight: 400!important;
    text-transform: uppercase
}

@media (max-width:767.98px) {
    .support-layout__header .h2 {
        line-height: 1!important;
        font-size: 4rem!important
    }
}

.support-layout__subheader {
    margin-bottom: 24px
}

@media (max-width:767.98px) {
    .support-layout__subheader {
        margin-bottom: 16px
    }
}

.support-layout__subheader2 {
    width: 100%;
    margin-top: 22px;
    margin-bottom: 0
}

@media (max-width:767.98px) {
    .support-layout__subheader2 {
        margin-top: 0
    }
}

@media (max-width:991.98px) {
    .support-layout__left {
        display: none
    }
}

@media (min-width:768px) {
    .support-layout__right.col {
        padding-left: 0
    }
}

.support-layout__sidebar {
    width: 310px;
    max-width: 100%;
    margin-left: -40px;
    background: url(../img/assets/dots-grid-bg.svg) bottom;
    min-height: 100vh;
    height: 100vh;
    height: calc(100% - 300px);
    margin-top: 113px
}

.support-layout__sidebar img {
    position: -webkit-sticky;
    position: sticky;
    top: 67px;
    width: 100%;
    height: calc(100vh - 197px);
    -o-object-fit: cover;
    object-fit: cover
}

.support-layout__accordion {
    padding: 0
}

.support-layout__accordion .accordion-title,
.support-layout__accordion .tax_support_link {
    padding: 3rem!important;
    font-weight: 400;
    border-bottom: 1px solid #000!important;
    width: 100%;
    text-align: left
}

.support-layout__accordion h2.product_description__title {
    border-bottom: 2px solid #000;
    font-size: 4rem;
    margin-bottom: 0;
    margin-top: 10rem
}

.support-layout__accordion .ac {
    position: relative
}

.support-layout__accordion .ac.is-active .accordion-title.ac-trigger,
.support-layout__accordion .ac.is-active .tax_support_link {
    font-weight: 700
}

.support-layout__accordion .accordion-title.ac-trigger,
.support-layout__accordion .tax_support_link {
    font-weight: 400
}

.support-layout__accordion h3.ac-header,
.support-layout__accordion h3.tax_support_icon_header {
    padding: 0!important
}

.support-layout__accordion svg.accordion-trigger-icon {
    position: absolute;
    right: 3rem;
    top: 4.5rem;
    -webkit-transform: translateY(-50%) rotate(90deg)!important;
    -ms-transform: translateY(-50%) rotate(90deg)!important;
    transform: translateY(-50%) rotate(90deg)!important;
    width: 1.5rem!important;
    height: 1.5rem!important
}

.support-layout__accordion .tax_support_icon_header {
    padding: 3rem!important;
    border-bottom: 1px solid #000;
    display: block;
    position: relative;
    background-color: transparent;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.support-layout__accordion .tax_support_icon_header .accordion-title,
.support-layout__accordion .tax_support_icon_header .tax_support_link {
    font-weight: 300
}

.support-layout__accordion .tax_support_icon_header:hover {
    background-color: #dddee1
}

.support-layout__accordion .tax_support_icon_header--no-p {
    padding: 0!important;
    border: none!important
}

.support-layout__accordion .tax_support_link {
    font-size: 25px;
    line-height: 30px;
    padding: 3rem 7rem;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    gap: 2rem;
    font-weight: 400!important;
    background-color: transparent;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.support-layout__accordion .tax_support_link:hover {
    background-color: #dddee1
}

.support-layout__accordion .tax_support_link:hover .tax_support_link--hover {
    opacity: 1
}

.support-layout__accordion .tax_support_link--arrow {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    min-width: 15px
}

.support-layout__accordion .tax_support_link--download {
    position: absolute;
    right: 2.1rem
}

.support-layout__accordion .tax_support_link--hover {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: 0
}

.support-contact {
    max-width: 860px;
    padding-bottom: 300px;
    padding-top: 300px
}

@media (max-width:767.98px) {
    .support-contact {
        padding-bottom: 100px;
        padding-top: 100px
    }
}

.support-contact__right {
    text-align: right
}

.support-contact__title {
    margin-top: 0!important;
    margin-bottom: 1.6rem!important;
    font-size: 4.8rem!important;
    font-weight: 300!important;
    line-height: 1.17!important
}

@media (max-width:767.98px) {
    .support-contact__title {
        font-size: 4rem!important;
        line-height: 1!important
    }
}

@media (max-width:767.98px) {
    .support-contact__text {
        margin-bottom: 24px
    }
}

.support-contact .btn.btn-big {
    min-width: 250px;
    min-height: 140px
}

@media (max-width:767.98px) {
    .support-contact .btn.btn-big {
        min-height: inherit;
        width: 100%;
        padding: 16px 24px
    }
}

.support-contact .btn.btn-big span.text {
    position: absolute;
    display: block;
    top: 24px;
    left: 24px;
    font-size: 13px;
    width: 140px
}

@media (max-width:767.98px) {
    .support-contact .btn.btn-big span.text {
        position: static
    }
}

@media (max-width:767.98px) {
    .support-contact .btn.btn-big span.plus {
        top: 50%;
        right: 24px;
        left: auto;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.search-form--support label {
    margin-bottom: 14px;
    border-color: #8f969a!important
}

.search-form--support .search-btn {
    position: absolute;
    right: 0;
    width: 64px;
    height: 64px;
    top: 0
}

@media (max-width:767.98px) {
    .search-form--support .search-btn {
        width: 56px;
        height: 56px
    }
}

.search-form--support .search-btn svg {
    width: 23px;
    height: 25px
}

.support-category__inner {
    position: relative;
    border: 2px solid #8f969a;
    padding: 24px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -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-transition: background-color .2s ease-in-out, border-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out, border-color .2s ease-in-out;
    transition: background-color .2s ease-in-out, border-color .2s ease-in-out
}

@media (max-width:767.98px) {
    .support-category__inner {
        margin-top: 8px;
        margin-bottom: 8px
    }
}

.support-category__inner svg {
    position: absolute;
    bottom: -2.3rem;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out, border-color .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out, border-color .2s ease-in-out;
    transition: opacity .2s ease-in-out, border-color .2s ease-in-out
}

@media (max-width:767.98px) {
    .support-category__inner svg {
        display: none
    }
}

.support-category__inner:before {
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #f2ff00;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.support-category__inner.is-active,
.support-category__inner:hover {
    border-color: #f2ff00
}

.support-category__inner.is-active svg {
    opacity: 1
}

.support-category__image {
    width: 140px;
    height: 112px;
    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
}

.support-category__image img {
    -o-object-fit: contain;
    object-fit: contain
}

.support-category__text {
    font-family: TTOctosquares, "Helvetica Neue", Helvetica, Arial, sans-serif;
    min-height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 160px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    font-weight: 700;
    margin-top: 8px;
    text-transform: uppercase
}

.support-category.active .support-category__inner {
    background-color: #f2ff00;
    border-color: #f2ff00
}

.support-category.active .support-category__inner:before {
    content: '';
    display: block
}

.support-category--main .support-category__image {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 140px
}

.support-category--main .support-category__image img {
    -o-object-position: bottom;
    object-position: bottom;
    width: 130px;
    height: 130px
}

.support-category--main .support-category__text {
    margin-top: 24px
}

.support-listing-links {
    padding-top: 20px;
    padding-bottom: 20px
}

@media (min-width:768px) {
    .support-listing-links {
        position: absolute;
        z-index: 10;
        top: 100%;
        left: 20px
    }
}

.support-category-link {
    display: block;
    padding: 24px 54px 24px 24px;
    position: relative;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out
}

@media (max-width:767.98px) {
    .support-category-link {
        padding-left: 0
    }
}

.support-category-link__text {
    font-family: TTOctosquares, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2.4rem;
    font-weight: 400;
    max-width: 650px
}

@media (max-width:767.98px) {
    .support-category-link__text {
        font-size: 2rem
    }
}

.support-category-link__arrow {
    position: absolute;
    right: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width:767.98px) {
    .support-category-link__arrow {
        right: 0
    }
}

.support-category-link__arrow.btn-rounded-inverse-mini {
    width: 40px;
    height: 40px
}

@media (max-width:767.98px) {
    .support-category-link__arrow.btn-rounded-inverse-mini {
        width: 32px;
        height: 32px
    }
}

.support-category-link:hover {
    background-color: rgba(255, 255, 255, .1)
}

.support-category-link:hover .support-category-link__arrow:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.support-category-link:hover .support-category-link__arrow:after {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.support-category-link.active {
    background-color: transparent!important;
    padding-left: 60px
}

.support-category-link.active .support-category-link__arrow {
    left: 0;
    right: auto;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.support-item {
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out
}

.support-item__title {
    padding: 20px 50px 20px 60px;
    position: relative;
    display: block;
    border: 0;
    text-decoration: none;
    border-bottom: 1px solid #c1c2c4
}

@media (max-width:767.98px) {
    .support-item__title {
        padding-left: 0;
        padding-right: 32px
    }
}

.support-item__title h4 {
    font-size: 16px;
    margin: 0
}

.support-item__title:before {
    position: absolute;
    content: '';
    display: block;
    background: url(../img/assets/arrow_right_smal.svg) no-repeat center;
    background-size: contain;
    width: 10px;
    height: 10px;
    right: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width:767.98px) {
    .support-item__title:before {
        right: 0
    }
}

.support-item:hover {
    background-color: rgba(255, 255, 255, .1)
}

.single-support main {
    padding-top: 20rem
}

.single-support main .zmorph-back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 56px;
    padding-top: 32px;
    padding-right: 16px;
    padding-bottom: 56px;
    color: #000;
    border: none;
    border-bottom: 1px solid #8f969a
}

@media (max-width:767.98px) {
    .single-support main .zmorph-back {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 32px;
        padding-top: 0;
        padding-bottom: 32px
    }
}

.single-support main .zmorph-back button {
    line-height: 0;
    position: relative;
    width: 40px;
    height: 40px;
    margin-right: 24px;
    border-radius: 40px
}

@media (max-width:767.98px) {
    .single-support main .zmorph-back button {
        width: 32px;
        height: 32px;
        margin-bottom: 24px
    }
}

.single-support main .zmorph-back h2 {
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 8px;
    padding: 0
}

.single-support main .zmorph-back h1 {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    padding: 0
}

@media (max-width:767.98px) {
    .single-support main .zmorph-back h1 {
        font-size: 20px
    }
}

.single-support main .zmorph-back:hover button:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.single-support main .zmorph-back:hover button:after {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.single-support main .single-support__content {
    max-width: 860px
}

.single-support main .single-support__content p {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 2.4rem;
    margin-bottom: 2.4rem
}

.single-support main .single-support__content a {
    font-weight: 700
}

.single-support main .single-support__content ul {
    margin: 32px 0;
    padding-left: 140px;
    list-style: none
}

@media (max-width:767.98px) {
    .single-support main .single-support__content ul {
        padding-left: 30px
    }
}

.single-support main .single-support__content ul li {
    position: relative;
    margin-bottom: 20px
}

.single-support main .single-support__content ul li:last-child {
    margin-bottom: 0
}

.single-support main .single-support__content ul li:before {
    position: absolute;
    top: 12px;
    left: -140px;
    display: block;
    width: 80px;
    height: 1px;
    content: '';
    background-color: #000
}

@media (max-width:767.98px) {
    .single-support main .single-support__content ul li:before {
        left: -30px;
        width: 15px
    }
}

.single-support main .single-support__content ol {
    margin: 32px 0;
    padding-left: 32px;
    list-style: none;
    counter-reset: cupcake
}

.single-support main .single-support__content ol li {
    position: relative;
    margin-bottom: 20px;
    counter-increment: cupcake
}

.single-support main .single-support__content ol li:last-child {
    margin-bottom: 0
}

.single-support main .single-support__content ol li:before {
    font-family: TTOctosquares, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    position: absolute;
    left: -32px;
    content: counters(cupcake, ".") ". ";
    color: #202d35
}

.single-support main .single-support__content ol img,
.single-support main .single-support__content ul img {
    margin-top: 20px;
    margin-bottom: 40px
}

.single-support main .single-support__content a.image {
    border: 0
}

@media (max-width:767.98px) {
    .single-support main .single-support__content a.image {
        display: block;
        margin-right: -20px;
        margin-left: -20px
    }
    .single-support main .single-support__content a.image img {
        width: 100%;
        margin-right: 0;
        margin-left: 0
    }
}

.single-support main .single-support__content figure,
.single-support main .single-support__content img {
    margin-top: 64px;
    margin-bottom: 64px
}

@media (max-width:767.98px) {
    .single-support main .single-support__content figure,
    .single-support main .single-support__content img {
        width: calc(100% + 40px);
        max-width: calc(100% + 40px);
        margin: 32px -20px
    }
}

.single-support main .single-support__content .btn-big {
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    width: 270px;
    min-height: 128px;
    vertical-align: top
}

.contact-forms .book_a_demo_form {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: auto
}

@media (max-width:991.98px) {
    .contact-forms .book_a_demo_form {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline
    }
}

.contact-forms .btn.btn-rounded-medium.form-close {
    max-width: 40px;
    max-height: 40px;
    min-width: 10px;
    min-height: 0;
    top: 20px;
    right: 20px;
    left: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:991.98px) {
    .contact-forms .btn.btn-rounded-medium.form-close {
        position: absolute!important;
        margin-top: 0!important
    }
}

.contact-forms .book_a_demo_form__form {
    max-width: 710px
}

@media (max-width:767.98px) {
    .contact-forms .book_a_demo_form__form {
        padding-top: 60px;
        padding-bottom: 60px;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline
    }
}

.contact-forms .ajax_thankyou {
    display: none
}

.contact-forms .ajax_form .form_submit_row .btn {
    position: relative!important;
    bottom: 0!important;
    left: 0!important
}

.contact-forms .ajax_form .wpcf7-not-valid-tip {
    display: none!important
}

.contact-forms .ajax_form .header {
    padding-bottom: 20px
}

.contact-forms .ajax_form>p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.contact-forms .ajax_form>p label.half {
    width: 49%
}

@media (max-width:767.98px) {
    .contact-forms .ajax_form>p label.half {
        width: 100%
    }
}

.product-heading {
    position: relative;
    min-height: 52.6vw;
    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-bottom: 11%
}

@media (max-width:1199.98px) {
    .product-heading {
        min-height: auto;
        padding-bottom: 0
    }
}

.product-heading .wc-single-product {
    padding-top: 0
}

.product-heading .html-embed {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #202d35;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain
}

.product-heading .summary-left {
    position: absolute!important;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    max-width: 100%;
    padding: 0;
    background-color: #202d35;
    overflow: hidden
}

.product-heading .video {
    opacity: .5;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%
}

@media (max-width:1199.98px) {
    .product-heading .video {
        height: 150%;
        width: 200vw;
        padding-top: 0;
        left: -50vw;
        top: -50%
    }
}

.product-heading .summary-right {
    border: none;
    padding: 32rem 0 17rem;
    margin-left: auto
}

@media (max-width:1199.98px) {
    .product-heading .summary-right {
        padding: 17rem 0 17rem
    }
}

.product-heading .entry-summary {
    color: #fff;
    margin: 0!important;
    padding: 0 20px!important
}

.product-heading .entry-title::after {
    display: none
}

.product-heading .single_variation_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.product-heading .variations_form__price-box {
    width: 100%
}

.product-heading span.woocommerce-Price-amount.amount {
    margin-bottom: 20px
}

.product-heading .variations_form.cart {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 20px
}

.product-heading .color-mask {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding-right: 40px;
    padding-left: 40px;
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(32, 45, 53, 0) 42%, rgba(32, 45, 53, 0) 55%, #202d35 89%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), color-stop(42%, rgba(32, 45, 53, 0)), color-stop(55%, rgba(32, 45, 53, 0)), color-stop(89%, #202d35));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(32, 45, 53, 0) 42%, rgba(32, 45, 53, 0) 55%, #202d35 89%)
}

.product-heading .variations_button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    max-width: 273px;
    width: 100%
}

.product-heading .variations_button a {
    -webkit-appearance: none;
    border-radius: 0;
    -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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 47px!important;
    padding: 0!important;
    min-height: auto!important;
    margin-right: auto;
    margin-left: 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    border-color: #fff!important;
    color: #fff
}

.product-heading .variations_button a:hover {
    border-color: #000!important;
    color: #000
}

.product-heading .variations_button a:before {
    background-color: #f2ff00
}

.product-heading__default {
    padding: 32rem 0 17rem;
    background-color: #202d35
}

@media (max-width:1499.98px) {
    .product-heading__default {
        padding: 17rem 0 17rem
    }
}

.product-heading__default .single_variation_wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media (max-width:767.98px) {
    .product-heading__default .single_variation_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.product-heading__default .video {
    height: 100%;
    margin-right: 0;
    opacity: 1;
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 0;
    left: 0;
    top: 0
}

.product-heading__default .html-embed.w-embed.w-iframe {
    height: 100%;
    width: 100%
}

@media (max-width:1499.98px) {
    .product-heading__default .html-embed.w-embed.w-iframe {
        padding-right: 0;
        padding-bottom: 50px;
        position: static;
        min-height: 300px;
        min-width: 300px
    }
}

.product-heading__default .color-mask {
    display: none
}

.product-heading__default .summary-right {
    padding: 0
}

.product-heading__default .summary-left {
    position: static!important;
    padding-right: 40px
}

@media (max-width:1499.98px) {
    .product-heading__default .summary-left {
        padding-right: 0;
        padding-bottom: 20px;
        min-height: 300px;
        min-width: 300px
    }
}

.product-heading__default .woocommerce-product-details__short-description {
    min-height: 300px
}

@media (max-width:1499.98px) {
    .product-heading__default .woocommerce-product-details__short-description {
        min-height: 100px
    }
}

.i500-features__wrapper {
    padding-top: 170px!important
}

.product-section-2.fab_top {
    background-color: #202d35;
    display: block;
    width: 100%;
    position: relative
}

.product-section-2.fab_top>div {
    margin-left: auto;
    margin-right: auto
}

.product-section-2.fab_top img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block
}

.product-section-2.fab_top html.w-mod-touch * {
    background-attachment: scroll!important
}

.product-section-2.fab_top .w-block {
    display: block
}

.product-section-2.fab_top .w-inline-block {
    max-width: 100%;
    display: inline-block
}

.product-section-2.fab_top .w-clearfix:after,
.product-section-2.fab_top .w-clearfix:before {
    content: ' ';
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2
}

.product-section-2.fab_top .w-clearfix:after {
    clear: both
}

.product-section-2.fab_top .w-hidden {
    display: none
}

.product-section-2.fab_top .w-button {
    display: inline-block;
    padding: 9px 15px;
    background-color: #3898ec;
    color: #fff;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0
}

.product-section-2.fab_top input.w-button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button
}

.product-section-2.fab_top html[data-w-dynpage] [data-w-cloak] {
    color: transparent!important
}

.product-section-2.fab_top .w-webflow-badge,
.product-section-2.fab_top .w-webflow-badge * {
    position: static;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    z-index: auto;
    display: block;
    visibility: visible;
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    margin: 0;
    padding: 0;
    float: none;
    clear: none;
    border: 0 none transparent;
    border-radius: 0;
    background: 0 0;
    background-image: none;
    background-position: 0 0;
    background-size: auto auto;
    background-repeat: repeat;
    background-origin: padding-box;
    background-clip: border-box;
    background-attachment: scroll;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    direction: ltr;
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-style: inherit;
    font-variant: inherit;
    text-align: inherit;
    letter-spacing: inherit;
    text-decoration: inherit;
    text-indent: 0;
    text-transform: inherit;
    list-style-type: disc;
    text-shadow: none;
    font-smoothing: auto;
    vertical-align: baseline;
    cursor: inherit;
    white-space: inherit;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal
}

.product-section-2.fab_top .w-webflow-badge {
    position: fixed!important;
    display: inline-block!important;
    visibility: visible!important;
    opacity: 1!important;
    z-index: 2147483647!important;
    top: auto!important;
    right: 12px!important;
    bottom: 12px!important;
    left: auto!important;
    color: #aaadb0!important;
    background-color: #fff!important;
    border-radius: 3px!important;
    padding: 6px 8px 6px 6px!important;
    font-size: 12px!important;
    opacity: 1!important;
    line-height: 14px!important;
    text-decoration: none!important;
    -webkit-transform: none!important;
    -ms-transform: none!important;
    transform: none!important;
    margin: 0!important;
    width: auto!important;
    height: auto!important;
    overflow: visible!important;
    white-space: nowrap;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .1);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .1);
    cursor: pointer
}

.product-section-2.fab_top .w-webflow-badge>img {
    display: inline-block!important;
    visibility: visible!important;
    opacity: 1!important;
    vertical-align: middle!important
}

.product-section-2.fab_top h1,
.product-section-2.fab_top h2,
.product-section-2.fab_top h3,
.product-section-2.fab_top h4,
.product-section-2.fab_top h5,
.product-section-2.fab_top h6 {
    font-weight: 700;
    margin-bottom: 10px
}

.product-section-2.fab_top h1 {
    font-size: 38px;
    line-height: 44px;
    margin-top: 20px
}

.product-section-2.fab_top h2 {
    font-size: 32px;
    line-height: 36px;
    margin-top: 20px
}

.product-section-2.fab_top h3 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 20px
}

.product-section-2.fab_top h4 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px
}

.product-section-2.fab_top h5 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px
}

.product-section-2.fab_top h6 {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px
}

.product-section-2.fab_top p {
    margin-top: 0;
    margin-bottom: 10px
}

.product-section-2.fab_top blockquote {
    margin: 0 0 10px;
    padding: 10px 20px;
    border-left: 5px solid #e2e2e2;
    font-size: 18px;
    line-height: 22px
}

.product-section-2.fab_top figure {
    margin: 0 0 10px
}

.product-section-2.fab_top figcaption {
    margin-top: 5px;
    text-align: center
}

.product-section-2.fab_top ol,
.product-section-2.fab_top ul {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 40px
}

.product-section-2.fab_top .w-list-unstyled {
    padding-left: 0;
    list-style: none
}

.product-section-2.fab_top .w-embed:after,
.product-section-2.fab_top .w-embed:before {
    content: ' ';
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2
}

.product-section-2.fab_top .w-embed:after {
    clear: both
}

.product-section-2.fab_top .w-video {
    width: 100%;
    position: relative;
    padding: 0
}

.product-section-2.fab_top .w-video embed,
.product-section-2.fab_top .w-video iframe,
.product-section-2.fab_top .w-video object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.product-section-2.fab_top fieldset {
    padding: 0;
    margin: 0;
    border: 0
}

.product-section-2.fab_top button,
.product-section-2.fab_top html input[type=button],
.product-section-2.fab_top input[type=reset] {
    border: 0;
    cursor: pointer;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button
}

.product-section-2.fab_top .w-form {
    margin: 0 0 15px
}

.product-section-2.fab_top .w-form-done {
    display: none;
    padding: 20px;
    text-align: center;
    background-color: #ddd
}

.product-section-2.fab_top .w-form-fail {
    display: none;
    margin-top: 10px;
    padding: 10px;
    background-color: #ffdede
}

.product-section-2.fab_top label {
    display: block;
    margin-bottom: 5px;
    font-weight: 700
}

.product-section-2.fab_top .w-input,
.product-section-2.fab_top .w-select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc
}

.product-section-2.fab_top .w-input::-webkit-input-placeholder,
.product-section-2.fab_top .w-select::-webkit-input-placeholder {
    color: #999
}

.product-section-2.fab_top .w-input::-moz-placeholder,
.product-section-2.fab_top .w-select::-moz-placeholder {
    color: #999
}

.product-section-2.fab_top .w-input:-ms-input-placeholder,
.product-section-2.fab_top .w-select:-ms-input-placeholder {
    color: #999
}

.product-section-2.fab_top .w-input::-ms-input-placeholder,
.product-section-2.fab_top .w-select::-ms-input-placeholder {
    color: #999
}

.product-section-2.fab_top .w-input::placeholder,
.product-section-2.fab_top .w-select::placeholder {
    color: #999
}

.product-section-2.fab_top .w-input:focus,
.product-section-2.fab_top .w-select:focus {
    border-color: #3898ec;
    outline: 0
}

.product-section-2.fab_top .w-input[disabled],
.product-section-2.fab_top .w-input[readonly],
.product-section-2.fab_top .w-select[disabled],
.product-section-2.fab_top .w-select[readonly],
.product-section-2.fab_top fieldset[disabled] .w-input,
.product-section-2.fab_top fieldset[disabled] .w-select {
    cursor: not-allowed;
    background-color: #eee
}

.product-section-2.fab_top textarea.w-input,
.product-section-2.fab_top textarea.w-select {
    height: auto
}

.product-section-2.fab_top .w-select {
    background-color: #f3f3f3
}

.product-section-2.fab_top .w-select[multiple] {
    height: auto
}

.product-section-2.fab_top .w-form-label {
    display: inline-block;
    cursor: pointer;
    font-weight: 400;
    margin-bottom: 0
}

.product-section-2.fab_top .w-radio {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px
}

.product-section-2.fab_top .w-radio:after,
.product-section-2.fab_top .w-radio:before {
    content: ' ';
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2
}

.product-section-2.fab_top .w-radio:after {
    clear: both
}

.product-section-2.fab_top .w-radio-input {
    margin: 1px \9 0 0;
    line-height: normal;
    float: left;
    margin-left: -20px
}

.product-section-2.fab_top .w-radio-input {
    margin-top: 3px
}

.product-section-2.fab_top .w-file-upload {
    display: block;
    margin-bottom: 10px
}

.product-section-2.fab_top .w-file-upload-input {
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -100
}

.product-section-2.fab_top .w-file-upload-default,
.product-section-2.fab_top .w-file-upload-success,
.product-section-2.fab_top .w-file-upload-uploading {
    display: inline-block;
    color: #333
}

.product-section-2.fab_top .w-file-upload-error {
    display: block;
    margin-top: 10px
}

.product-section-2.fab_top .w-file-upload-default.w-hidden,
.product-section-2.fab_top .w-file-upload-error.w-hidden,
.product-section-2.fab_top .w-file-upload-success.w-hidden,
.product-section-2.fab_top .w-file-upload-uploading.w-hidden {
    display: none
}

.product-section-2.fab_top .w-file-upload-uploading-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    margin: 0;
    padding: 8px 12px;
    border: 1px solid #ccc;
    background-color: #fafafa
}

.product-section-2.fab_top .w-file-upload-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding: 8px 9px 8px 11px;
    border: 1px solid #ccc;
    background-color: #fafafa
}

.product-section-2.fab_top .w-file-upload-file-name {
    font-size: 14px;
    font-weight: 400;
    display: block
}

.product-section-2.fab_top .w-file-remove-link {
    margin-top: 3px;
    margin-left: 10px;
    width: auto;
    height: auto;
    padding: 3px;
    display: block;
    cursor: pointer
}

.product-section-2.fab_top .w-icon-file-upload-remove {
    margin: auto;
    font-size: 10px
}

.product-section-2.fab_top .w-file-upload-error-msg {
    display: inline-block;
    color: #ea384c;
    padding: 2px 0
}

.product-section-2.fab_top .w-file-upload-info {
    display: inline-block;
    line-height: 38px;
    padding: 0 12px
}

.product-section-2.fab_top .w-file-upload-label {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    margin: 0;
    padding: 8px 12px;
    border: 1px solid #ccc;
    background-color: #fafafa
}

.product-section-2.fab_top .w-icon-file-upload-icon,
.product-section-2.fab_top .w-icon-file-upload-uploading {
    display: inline-block;
    margin-right: 8px;
    width: 20px
}

.product-section-2.fab_top .w-icon-file-upload-uploading {
    height: 20px
}

.product-section-2.fab_top .w-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 940px
}

.product-section-2.fab_top .w-container:after,
.product-section-2.fab_top .w-container:before {
    content: ' ';
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2
}

.product-section-2.fab_top .w-container:after {
    clear: both
}

.product-section-2.fab_top .w-container .w-row {
    margin-left: -10px;
    margin-right: -10px
}

.product-section-2.fab_top .w-row:after,
.product-section-2.fab_top .w-row:before {
    content: ' ';
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2
}

.product-section-2.fab_top .w-row:after {
    clear: both
}

.product-section-2.fab_top .w-row .w-row {
    margin-left: 0;
    margin-right: 0
}

.product-section-2.fab_top .w-col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

.product-section-2.fab_top .w-col .w-col {
    padding-left: 0;
    padding-right: 0
}

.product-section-2.fab_top .w-col-1 {
    width: 8.33333333%
}

.product-section-2.fab_top .w-col-2 {
    width: 16.66666667%
}

.product-section-2.fab_top .w-col-3 {
    width: 25%
}

.product-section-2.fab_top .w-col-4 {
    width: 33.33333333%
}

.product-section-2.fab_top .w-col-5 {
    width: 41.66666667%
}

.product-section-2.fab_top .w-col-6 {
    width: 50%
}

.product-section-2.fab_top .w-col-7 {
    width: 58.33333333%
}

.product-section-2.fab_top .w-col-8 {
    width: 66.66666667%
}

.product-section-2.fab_top .w-col-9 {
    width: 75%
}

.product-section-2.fab_top .w-col-10 {
    width: 83.33333333%
}

.product-section-2.fab_top .w-col-11 {
    width: 91.66666667%
}

.product-section-2.fab_top .w-col-12 {
    width: 100%
}

.product-section-2.fab_top .w-hidden-main {
    display: none!important
}

@media screen and (max-width:991px) {
    .product-section-2.fab_top .w-container {
        max-width: 728px
    }
    .product-section-2.fab_top .w-hidden-main {
        display: inherit!important
    }
    .product-section-2.fab_top .w-hidden-medium {
        display: none!important
    }
    .product-section-2.fab_top .w-col-medium-1 {
        width: 8.33333333%
    }
    .product-section-2.fab_top .w-col-medium-2 {
        width: 16.66666667%
    }
    .product-section-2.fab_top .w-col-medium-3 {
        width: 25%
    }
    .product-section-2.fab_top .w-col-medium-4 {
        width: 33.33333333%
    }
    .product-section-2.fab_top .w-col-medium-5 {
        width: 41.66666667%
    }
    .product-section-2.fab_top .w-col-medium-6 {
        width: 50%
    }
    .product-section-2.fab_top .w-col-medium-7 {
        width: 58.33333333%
    }
    .product-section-2.fab_top .w-col-medium-8 {
        width: 66.66666667%
    }
    .product-section-2.fab_top .w-col-medium-9 {
        width: 75%
    }
    .product-section-2.fab_top .w-col-medium-10 {
        width: 83.33333333%
    }
    .product-section-2.fab_top .w-col-medium-11 {
        width: 91.66666667%
    }
    .product-section-2.fab_top .w-col-medium-12 {
        width: 100%
    }
    .product-section-2.fab_top .w-col-stack {
        width: 100%;
        left: auto;
        right: auto
    }
}

@media screen and (max-width:767px) {
    .product-section-2.fab_top .w-hidden-main {
        display: inherit!important
    }
    .product-section-2.fab_top .w-hidden-medium {
        display: inherit!important
    }
    .product-section-2.fab_top .w-hidden-small {
        display: none!important
    }
    .product-section-2.fab_top .w-container .w-row,
    .product-section-2.fab_top .w-row {
        margin-left: 0;
        margin-right: 0
    }
    .product-section-2.fab_top .w-col {
        width: 100%;
        left: auto;
        right: auto
    }
    .product-section-2.fab_top .w-col-small-1 {
        width: 8.33333333%
    }
    .product-section-2.fab_top .w-col-small-2 {
        width: 16.66666667%
    }
    .product-section-2.fab_top .w-col-small-3 {
        width: 25%
    }
    .product-section-2.fab_top .w-col-small-4 {
        width: 33.33333333%
    }
    .product-section-2.fab_top .w-col-small-5 {
        width: 41.66666667%
    }
    .product-section-2.fab_top .w-col-small-6 {
        width: 50%
    }
    .product-section-2.fab_top .w-col-small-7 {
        width: 58.33333333%
    }
    .product-section-2.fab_top .w-col-small-8 {
        width: 66.66666667%
    }
    .product-section-2.fab_top .w-col-small-9 {
        width: 75%
    }
    .product-section-2.fab_top .w-col-small-10 {
        width: 83.33333333%
    }
    .product-section-2.fab_top .w-col-small-11 {
        width: 91.66666667%
    }
    .product-section-2.fab_top .w-col-small-12 {
        width: 100%
    }
}

@media screen and (max-width:479px) {
    .product-section-2.fab_top .w-container {
        max-width: none
    }
    .product-section-2.fab_top .w-hidden-main {
        display: inherit!important
    }
    .product-section-2.fab_top .w-hidden-medium {
        display: inherit!important
    }
    .product-section-2.fab_top .w-hidden-small {
        display: inherit!important
    }
    .product-section-2.fab_top .w-hidden-tiny {
        display: none!important
    }
    .product-section-2.fab_top .w-col {
        width: 100%
    }
    .product-section-2.fab_top .w-col-tiny-1 {
        width: 8.33333333%
    }
    .product-section-2.fab_top .w-col-tiny-2 {
        width: 16.66666667%
    }
    .product-section-2.fab_top .w-col-tiny-3 {
        width: 25%
    }
    .product-section-2.fab_top .w-col-tiny-4 {
        width: 33.33333333%
    }
    .product-section-2.fab_top .w-col-tiny-5 {
        width: 41.66666667%
    }
    .product-section-2.fab_top .w-col-tiny-6 {
        width: 50%
    }
    .product-section-2.fab_top .w-col-tiny-7 {
        width: 58.33333333%
    }
    .product-section-2.fab_top .w-col-tiny-8 {
        width: 66.66666667%
    }
    .product-section-2.fab_top .w-col-tiny-9 {
        width: 75%
    }
    .product-section-2.fab_top .w-col-tiny-10 {
        width: 83.33333333%
    }
    .product-section-2.fab_top .w-col-tiny-11 {
        width: 91.66666667%
    }
    .product-section-2.fab_top .w-col-tiny-12 {
        width: 100%
    }
}

.product-section-2.fab_top .w-widget {
    position: relative
}

.product-section-2.fab_top .w-widget-map {
    width: 100%;
    height: 400px
}

.product-section-2.fab_top .w-widget-map label {
    width: auto;
    display: inline
}

.product-section-2.fab_top .w-widget-map img {
    max-width: inherit
}

.product-section-2.fab_top .w-widget-map .gm-style-iw {
    text-align: center
}

.product-section-2.fab_top .w-widget-map .gm-style-iw>button {
    display: none!important
}

.product-section-2.fab_top .w-widget-twitter {
    overflow: hidden
}

.product-section-2.fab_top .w-widget-twitter-count-shim {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 28px;
    height: 20px;
    text-align: center;
    background: #fff;
    border: #758696 solid 1px;
    border-radius: 3px
}

.product-section-2.fab_top .w-widget-twitter-count-shim * {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.product-section-2.fab_top .w-widget-twitter-count-shim .w-widget-twitter-count-inner {
    position: relative;
    font-size: 15px;
    line-height: 12px;
    text-align: center;
    color: #999;
    font-family: serif
}

.product-section-2.fab_top .w-widget-twitter-count-shim .w-widget-twitter-count-clear {
    position: relative;
    display: block
}

.product-section-2.fab_top .w-widget-twitter-count-shim.w--large {
    width: 36px;
    height: 28px
}

.product-section-2.fab_top .w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
    font-size: 18px;
    line-height: 18px
}

.product-section-2.fab_top .w-widget-twitter-count-shim:not(.w--vertical) {
    margin-left: 5px;
    margin-right: 8px
}

.product-section-2.fab_top .w-widget-twitter-count-shim:not(.w--vertical).w--large {
    margin-left: 6px
}

.product-section-2.fab_top .w-widget-twitter-count-shim:not(.w--vertical):after,
.product-section-2.fab_top .w-widget-twitter-count-shim:not(.w--vertical):before {
    top: 50%;
    left: 0;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.product-section-2.fab_top .w-widget-twitter-count-shim:not(.w--vertical):before {
    border-color: rgba(117, 134, 150, 0);
    border-right-color: #5d6c7b;
    border-width: 4px;
    margin-left: -9px;
    margin-top: -4px
}

.product-section-2.fab_top .w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
    border-width: 5px;
    margin-left: -10px;
    margin-top: -5px
}

.product-section-2.fab_top .w-widget-twitter-count-shim:not(.w--vertical):after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 4px;
    margin-left: -8px;
    margin-top: -4px
}

.product-section-2.fab_top .w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
    border-width: 5px;
    margin-left: -9px;
    margin-top: -5px
}

.product-section-2.fab_top .w-widget-twitter-count-shim.w--vertical {
    width: 61px;
    height: 33px;
    margin-bottom: 8px
}

.product-section-2.fab_top .w-widget-twitter-count-shim.w--vertical:after,
.product-section-2.fab_top .w-widget-twitter-count-shim.w--vertical:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.product-section-2.fab_top .w-widget-twitter-count-shim.w--vertical:before {
    border-color: rgba(117, 134, 150, 0);
    border-top-color: #5d6c7b;
    border-width: 5px;
    margin-left: -5px
}

.product-section-2.fab_top .w-widget-twitter-count-shim.w--vertical:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 4px;
    margin-left: -4px
}

.product-section-2.fab_top .w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
    font-size: 18px;
    line-height: 22px
}

.product-section-2.fab_top .w-widget-twitter-count-shim.w--vertical.w--large {
    width: 76px
}

.product-section-2.fab_top .w-widget-gplus {
    overflow: hidden
}

.product-section-2.fab_top .w-background-video {
    position: relative;
    overflow: hidden;
    height: 500px;
    color: #fff
}

.product-section-2.fab_top .w-background-video>video {
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    margin: auto;
    width: 100%;
    height: 100%;
    right: -100%;
    bottom: -100%;
    top: -100%;
    left: -100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -100
}

.product-section-2.fab_top .w-background-video>video::-webkit-media-controls-start-playback-button {
    display: none!important;
    -webkit-appearance: none;
    appearance: none
}

.product-section-2.fab_top .w-slider {
    position: relative;
    height: 300px;
    text-align: center;
    background: #ddd;
    clear: both;
    tap-highlight-color: transparent
}

.product-section-2.fab_top .w-slider-mask {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    left: 0;
    right: 0;
    height: 100%;
    white-space: nowrap
}

.product-section-2.fab_top .w-slide {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    white-space: normal;
    text-align: left
}

.product-section-2.fab_top .w-slider-nav {
    position: absolute;
    z-index: 2;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding-top: 10px;
    height: 40px;
    text-align: center;
    tap-highlight-color: transparent
}

.product-section-2.fab_top .w-slider-nav.w-round>div {
    border-radius: 100%
}

.product-section-2.fab_top .w-slider-nav.w-num>div {
    width: auto;
    height: auto;
    padding: .2em .5em;
    font-size: inherit;
    line-height: inherit
}

.product-section-2.fab_top .w-slider-nav.w-shadow>div {
    -webkit-box-shadow: 0 0 3px rgba(51, 51, 51, .4);
    box-shadow: 0 0 3px rgba(51, 51, 51, .4)
}

.product-section-2.fab_top .w-slider-nav-invert {
    color: #fff
}

.product-section-2.fab_top .w-slider-nav-invert>div {
    background-color: rgba(34, 34, 34, .4)
}

.product-section-2.fab_top .w-slider-nav-invert>div.w-active {
    background-color: #222
}

.product-section-2.fab_top .w-slider-dot {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: rgba(255, 255, 255, .4);
    cursor: pointer;
    margin: 0 3px .5em;
    -webkit-transition: background-color .1s, color .1s;
    -o-transition: background-color .1s, color .1s;
    transition: background-color .1s, color .1s
}

.product-section-2.fab_top .w-slider-dot.w-active {
    background-color: #fff
}

.product-section-2.fab_top .w-slider-dot:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 2px #fff;
    box-shadow: 0 0 0 2px #fff
}

.product-section-2.fab_top .w-slider-dot:focus.w-active {
    -webkit-box-shadow: none;
    box-shadow: none
}

.product-section-2.fab_top .w-slider-arrow-left,
.product-section-2.fab_top .w-slider-arrow-right {
    position: absolute;
    width: 80px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    cursor: pointer;
    overflow: hidden;
    color: #fff;
    font-size: 40px;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.product-section-2.fab_top .w-slider-arrow-left [class*=" w-icon-"],
.product-section-2.fab_top .w-slider-arrow-left [class^=w-icon-],
.product-section-2.fab_top .w-slider-arrow-right [class*=" w-icon-"],
.product-section-2.fab_top .w-slider-arrow-right [class^=w-icon-] {
    position: absolute
}

.product-section-2.fab_top .w-slider-arrow-left:focus,
.product-section-2.fab_top .w-slider-arrow-right:focus {
    outline: 0
}

.product-section-2.fab_top .w-slider-arrow-left {
    z-index: 3;
    right: auto
}

.product-section-2.fab_top .w-slider-arrow-right {
    z-index: 4;
    left: auto
}

.product-section-2.fab_top .w-icon-slider-left,
.product-section-2.fab_top .w-icon-slider-right {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1em;
    height: 1em
}

.product-section-2.fab_top .w-slider-aria-label {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.product-section-2.fab_top .w-dropdown {
    display: inline-block;
    position: relative;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    z-index: 900
}

.product-section-2.fab_top .w-dropdown-btn,
.product-section-2.fab_top .w-dropdown-link,
.product-section-2.fab_top .w-dropdown-toggle {
    position: relative;
    vertical-align: top;
    text-decoration: none;
    color: #222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap
}

.product-section-2.fab_top .w-dropdown-toggle {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    cursor: pointer;
    padding-right: 40px
}

.product-section-2.fab_top .w-dropdown-toggle:focus {
    outline: 0
}

.product-section-2.fab_top .w-icon-dropdown-toggle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto 20px auto auto;
    width: 1em;
    height: 1em
}

.product-section-2.fab_top .w-dropdown-list {
    position: absolute;
    background: #ddd;
    display: none;
    min-width: 100%
}

.product-section-2.fab_top .w-dropdown-list.w--open {
    display: block
}

.product-section-2.fab_top .w-dropdown-link {
    padding: 10px 20px;
    display: block;
    color: #222
}

.product-section-2.fab_top .w-dropdown-link.w--current {
    color: #0082f3
}

.product-section-2.fab_top .w-dropdown-link:focus {
    outline: 0
}

@media screen and (max-width:767px) {
    .product-section-2.fab_top .w-nav-brand {
        padding-left: 10px
    }
}

.product-section-2.fab_top .w-lightbox-backdrop {
    color: #000;
    cursor: auto;
    font-family: serif;
    font-size: medium;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal;
    list-style: disc;
    text-align: start;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    font-family: 'Helvetica Neue', Helvetica, Ubuntu, 'Segoe UI', Verdana, sans-serif;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 300;
    text-align: center;
    background: rgba(0, 0, 0, .9);
    z-index: 2000;
    outline: 0;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.product-section-2.fab_top .w-lightbox-backdrop,
.product-section-2.fab_top .w-lightbox-container {
    height: 100%;
    overflow: auto
}

.product-section-2.fab_top .w-lightbox-content {
    position: relative;
    height: 100vh;
    overflow: hidden
}

.product-section-2.fab_top .w-lightbox-view {
    position: absolute;
    width: 100vw;
    height: 100vh;
    opacity: 0
}

.product-section-2.fab_top .w-lightbox-view:before {
    content: '';
    height: 100vh
}

.product-section-2.fab_top .w-lightbox-group,
.product-section-2.fab_top .w-lightbox-group .w-lightbox-view,
.product-section-2.fab_top .w-lightbox-group .w-lightbox-view:before {
    height: 86vh
}

.product-section-2.fab_top .w-lightbox-frame,
.product-section-2.fab_top .w-lightbox-view:before {
    display: inline-block;
    vertical-align: middle
}

.product-section-2.fab_top .w-lightbox-figure {
    position: relative;
    margin: 0
}

.product-section-2.fab_top .w-lightbox-group .w-lightbox-figure {
    cursor: pointer
}

.product-section-2.fab_top .w-lightbox-img {
    width: auto;
    height: auto;
    max-width: none
}

.product-section-2.fab_top .w-lightbox-image {
    display: block;
    float: none;
    max-width: 100vw;
    max-height: 100vh
}

.product-section-2.fab_top .w-lightbox-group .w-lightbox-image {
    max-height: 86vh
}

.product-section-2.fab_top .w-lightbox-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: .5em 1em;
    background: rgba(0, 0, 0, .4);
    text-align: left;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.product-section-2.fab_top .w-lightbox-embed {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.product-section-2.fab_top .w-lightbox-control {
    position: absolute;
    top: 0;
    width: 4em;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.product-section-2.fab_top .w-lightbox-left {
    display: none;
    bottom: 0;
    left: 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==)
}

.product-section-2.fab_top .w-lightbox-right {
    display: none;
    right: 0;
    bottom: 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+)
}

.product-section-2.fab_top .w-lightbox-close {
    right: 0;
    height: 2.6em;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=);
    background-size: 18px
}

.product-section-2.fab_top .w-lightbox-strip {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 1vh;
    line-height: 0;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden
}

.product-section-2.fab_top .w-lightbox-item {
    display: inline-block;
    width: 10vh;
    padding: 2vh 1vh;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.product-section-2.fab_top .w-lightbox-active {
    opacity: .3
}

.product-section-2.fab_top .w-lightbox-thumbnail {
    position: relative;
    height: 10vh;
    background: #222;
    overflow: hidden
}

.product-section-2.fab_top .w-lightbox-thumbnail-image {
    position: absolute;
    top: 0;
    left: 0
}

.product-section-2.fab_top .w-lightbox-thumbnail .w-lightbox-tall {
    top: 50%;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.product-section-2.fab_top .w-lightbox-thumbnail .w-lightbox-wide {
    left: 50%;
    height: 100%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.product-section-2.fab_top .w-lightbox-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    border: 5px solid rgba(0, 0, 0, .4);
    border-radius: 50%;
    -webkit-animation: spin .8s infinite linear;
    animation: spin .8s infinite linear
}

.product-section-2.fab_top .w-lightbox-spinner:after {
    content: '';
    position: absolute;
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
    border: 3px solid transparent;
    border-bottom-color: #fff;
    border-radius: 50%
}

.product-section-2.fab_top .w-lightbox-hide {
    display: none
}

.product-section-2.fab_top .w-lightbox-noscroll {
    overflow: hidden
}

@media (min-width:768px) {
    .product-section-2.fab_top .w-lightbox-content {
        height: 96vh;
        margin-top: 2vh
    }
    .product-section-2.fab_top .w-lightbox-view,
    .product-section-2.fab_top .w-lightbox-view:before {
        height: 96vh
    }
    .product-section-2.fab_top .w-lightbox-group,
    .product-section-2.fab_top .w-lightbox-group .w-lightbox-view,
    .product-section-2.fab_top .w-lightbox-group .w-lightbox-view:before {
        height: 84vh
    }
    .product-section-2.fab_top .w-lightbox-image {
        max-width: 96vw;
        max-height: 96vh
    }
    .product-section-2.fab_top .w-lightbox-group .w-lightbox-image {
        max-width: 82.3vw;
        max-height: 84vh
    }
    .product-section-2.fab_top .w-lightbox-left,
    .product-section-2.fab_top .w-lightbox-right {
        display: block;
        opacity: .5
    }
    .product-section-2.fab_top .w-lightbox-close {
        opacity: .8
    }
    .product-section-2.fab_top .w-lightbox-control:hover {
        opacity: 1
    }
}

.product-section-2.fab_top .w-lightbox-inactive,
.product-section-2.fab_top .w-lightbox-inactive:hover {
    opacity: 0
}

.product-section-2.fab_top .w-richtext:after,
.product-section-2.fab_top .w-richtext:before {
    content: ' ';
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2
}

.product-section-2.fab_top .w-richtext:after {
    clear: both
}

.product-section-2.fab_top .w-richtext[contenteditable=true]:after,
.product-section-2.fab_top .w-richtext[contenteditable=true]:before {
    white-space: initial
}

.product-section-2.fab_top .w-richtext ol,
.product-section-2.fab_top .w-richtext ul {
    overflow: hidden
}

.product-section-2.fab_top .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.product-section-2.fab_top .w-richtext .w-richtext-figure-selected[data-rt-type=video] div:after {
    outline: 2px solid #2895f7
}

.product-section-2.fab_top .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.product-section-2.fab_top .w-richtext .w-richtext-figure-selected[data-rt-type=image] div {
    outline: 2px solid #2895f7
}

.product-section-2.fab_top .w-richtext figure.w-richtext-figure-type-video>div:after,
.product-section-2.fab_top .w-richtext figure[data-rt-type=video]>div:after {
    content: '';
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.product-section-2.fab_top .w-richtext figure {
    position: relative;
    max-width: 60%
}

.product-section-2.fab_top .w-richtext figure>div:before {
    cursor: default!important
}

.product-section-2.fab_top .w-richtext figure img {
    width: 100%
}

.product-section-2.fab_top .w-richtext figure figcaption.w-richtext-figcaption-placeholder {
    opacity: .6
}

.product-section-2.fab_top .w-richtext figure div {
    font-size: 0;
    color: transparent
}

.product-section-2.fab_top .w-richtext figure.w-richtext-figure-type-image,
.product-section-2.fab_top .w-richtext figure[data-rt-type=image] {
    display: table
}

.product-section-2.fab_top .w-richtext figure.w-richtext-figure-type-image>div,
.product-section-2.fab_top .w-richtext figure[data-rt-type=image]>div {
    display: inline-block
}

.product-section-2.fab_top .w-richtext figure.w-richtext-figure-type-image>figcaption,
.product-section-2.fab_top .w-richtext figure[data-rt-type=image]>figcaption {
    display: table-caption;
    caption-side: bottom
}

.product-section-2.fab_top .w-richtext figure.w-richtext-figure-type-video,
.product-section-2.fab_top .w-richtext figure[data-rt-type=video] {
    width: 60%;
    height: 0
}

.product-section-2.fab_top .w-richtext figure.w-richtext-figure-type-video iframe,
.product-section-2.fab_top .w-richtext figure[data-rt-type=video] iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.product-section-2.fab_top .w-richtext figure.w-richtext-figure-type-video>div,
.product-section-2.fab_top .w-richtext figure[data-rt-type=video]>div {
    width: 100%
}

.product-section-2.fab_top .w-richtext figure.w-richtext-align-center {
    margin-right: auto;
    margin-left: auto;
    clear: both
}

.product-section-2.fab_top .w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image>div,
.product-section-2.fab_top .w-richtext figure.w-richtext-align-center[data-rt-type=image]>div {
    max-width: 100%
}

.product-section-2.fab_top .w-richtext figure.w-richtext-align-normal {
    clear: both
}

.product-section-2.fab_top .w-richtext figure.w-richtext-align-fullwidth {
    width: 100%;
    max-width: 100%;
    text-align: center;
    clear: both;
    display: block;
    margin-right: auto;
    margin-left: auto
}

.product-section-2.fab_top .w-richtext figure.w-richtext-align-fullwidth>div {
    display: inline-block;
    padding-bottom: inherit
}

.product-section-2.fab_top .w-richtext figure.w-richtext-align-fullwidth>figcaption {
    display: block
}

.product-section-2.fab_top .w-richtext figure.w-richtext-align-floatleft {
    float: left;
    margin-right: 15px;
    clear: none
}

.product-section-2.fab_top .w-richtext figure.w-richtext-align-floatright {
    float: right;
    margin-left: 15px;
    clear: none
}

.product-section-2.fab_top .w-nav {
    position: relative;
    background: #ddd;
    z-index: 1000
}

.product-section-2.fab_top .w-nav:after,
.product-section-2.fab_top .w-nav:before {
    content: ' ';
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2
}

.product-section-2.fab_top .w-nav:after {
    clear: both
}

.product-section-2.fab_top .w-nav-brand {
    position: relative;
    float: left;
    text-decoration: none;
    color: #333
}

.product-section-2.fab_top .w-nav-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto
}

.product-section-2.fab_top .w-nav-link.w--current {
    color: #0082f3
}

.product-section-2.fab_top .w-nav-menu {
    position: relative;
    float: right
}

.product-section-2.fab_top [data-nav-menu-open] {
    display: block!important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #c8c8c8;
    text-align: center;
    overflow: visible;
    min-width: 200px
}

.product-section-2.fab_top .w--nav-link-open {
    display: block;
    position: relative
}

.product-section-2.fab_top .w-nav-overlay {
    position: absolute;
    overflow: hidden;
    display: none;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%
}

.product-section-2.fab_top .w-nav-overlay [data-nav-menu-open] {
    top: 0
}

.product-section-2.fab_top .w-nav[data-animation=over-left] .w-nav-overlay {
    width: auto
}

.product-section-2.fab_top .w-nav[data-animation=over-left] .w-nav-overlay,
.product-section-2.fab_top .w-nav[data-animation=over-left] [data-nav-menu-open] {
    right: auto;
    z-index: 1;
    top: 0
}

.product-section-2.fab_top .w-nav[data-animation=over-right] .w-nav-overlay {
    width: auto
}

.product-section-2.fab_top .w-nav[data-animation=over-right] .w-nav-overlay,
.product-section-2.fab_top .w-nav[data-animation=over-right] [data-nav-menu-open] {
    left: auto;
    z-index: 1;
    top: 0
}

.product-section-2.fab_top .w-nav-button {
    position: relative;
    float: right;
    padding: 18px;
    font-size: 24px;
    display: none;
    cursor: pointer;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.product-section-2.fab_top .w-nav-button:focus {
    outline: 0
}

.product-section-2.fab_top .w-nav-button.w--open {
    background-color: #c8c8c8;
    color: #fff
}

.product-section-2.fab_top .w-nav[data-collapse=all] .w-nav-menu {
    display: none
}

.product-section-2.fab_top .w-nav[data-collapse=all] .w-nav-button {
    display: block
}

.product-section-2.fab_top .w--nav-dropdown-open {
    display: block
}

.product-section-2.fab_top .w--nav-dropdown-toggle-open {
    display: block
}

.product-section-2.fab_top .w--nav-dropdown-list-open {
    position: static
}

@media screen and (max-width:991px) {
    .product-section-2.fab_top .w-nav[data-collapse=medium] .w-nav-menu {
        display: none
    }
    .product-section-2.fab_top .w-nav[data-collapse=medium] .w-nav-button {
        display: block
    }
}

@media screen and (max-width:767px) {
    .product-section-2.fab_top .w-nav[data-collapse=small] .w-nav-menu {
        display: none
    }
    .product-section-2.fab_top .w-nav[data-collapse=small] .w-nav-button {
        display: block
    }
    .product-section-2.fab_top .w-nav-brand {
        padding-left: 10px
    }
}

@media screen and (max-width:479px) {
    .product-section-2.fab_top .w-nav[data-collapse=tiny] .w-nav-menu {
        display: none
    }
    .product-section-2.fab_top .w-nav[data-collapse=tiny] .w-nav-button {
        display: block
    }
}

.product-section-2.fab_top .w-tabs {
    position: relative
}

.product-section-2.fab_top .w-tabs:after,
.product-section-2.fab_top .w-tabs:before {
    content: ' ';
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2
}

.product-section-2.fab_top .w-tabs:after {
    clear: both
}

.product-section-2.fab_top .w-tab-menu {
    position: relative
}

.product-section-2.fab_top .w-tab-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    padding: 9px 30px;
    text-align: left;
    cursor: pointer;
    color: #222;
    background-color: #ddd
}

.product-section-2.fab_top .w-tab-link.w--current {
    background-color: #c8c8c8
}

.product-section-2.fab_top .w-tab-link:focus {
    outline: 0
}

.product-section-2.fab_top .w-tab-content {
    position: relative;
    display: block;
    overflow: hidden
}

.product-section-2.fab_top .w-tab-pane {
    position: relative;
    display: none
}

.product-section-2.fab_top .w--tab-active {
    display: block
}

@media screen and (max-width:479px) {
    .product-section-2.fab_top .w-tab-link {
        display: block
    }
}

.product-section-2.fab_top .w-ix-emptyfix:after {
    content: ''
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.product-section-2.fab_top .w-dyn-empty {
    padding: 10px;
    background-color: #ddd
}

.product-section-2.fab_top .w-dyn-hide {
    display: none!important
}

.product-section-2.fab_top .w-dyn-bind-empty {
    display: none!important
}

.product-section-2.fab_top .w-condition-invisible {
    display: none!important
}

.product-section-2.fab_top .w-layout-grid {
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px
}

.product-section-2.fab_top body {
    background-color: #d0d1d3;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #333;
    font-size: 14px;
    line-height: 20px
}

.product-section-2.fab_top h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: TTOctosquares, Arial, sans-serif;
    color: #d0d1d3;
    font-size: 3vw;
    line-height: 3.5vw;
    font-weight: 600;
    text-transform: uppercase
}

.product-section-2.fab_top h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: TTOctosquares, Arial, sans-serif;
    color: #d0d1d3;
    font-size: 3vw;
    line-height: 3.2vw;
    font-weight: 600;
    text-transform: uppercase
}

.product-section-2.fab_top h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: TTOctosquares, Arial, sans-serif;
    color: #d0d1d3;
    font-size: 1.2vw;
    line-height: 1.5vw;
    font-weight: 400
}

.product-section-2.fab_top h5 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: TTOctosquares, Arial, sans-serif;
    color: #8f969a;
    font-size: 1vw;
    line-height: 1.2vw;
    font-weight: 400
}

.product-section-2.fab_top p {
    margin-bottom: 0;
    font-family: 'Work Sans', sans-serif;
    color: #d0d1d3;
    font-size: 16px;
    line-height: 24px
}

.product-section-2.fab_top a {
    text-decoration: underline
}

@media (max-width:991.98px) {
    .product-section-2.fab_top .container--above-the-fold {
        background-image: url(images/video_cover.jpg);
        background-position: center;
        background-size: cover
    }
}

.product-section-2.fab_top .video-mobile {
    display: none
}

@media (max-width:991.98px) {
    .product-section-2.fab_top .video-mobile {
        margin-top: 80px;
        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
    }
}

.product-section-2.fab_top .above-the-fold {
    position: absolute;
    overflow: visible;
    height: 100vh;
    max-width: 1920px;
    background-color: #202d35;
    left: 40px;
    right: 40px
}

.about-us-team__item::before {
    background-color: #000;
}
.about-us-team__listing>.col-12:nth-child(1n) .about-us-team__item:before {
    display: block!important;
}

@media (max-width:991.98px) {
    .product-section-2.fab_top .above-the-fold {
        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;
        background-color: transparent;
        left: 0;
        right: 0
    }
}

@media (max-width:991.98px) {
    .product-section-2.fab_top .above-the-fold .h1 {
        font-size: 4.4rem;
        line-height: 1
    }
}

@media (max-width:991.98px) {
    .product-section-2.fab_top .above-the-fold .h4 {
        font-size: 2rem
    }
}

.product-section-2.fab_top .html-embed {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #202d35;
    background-image: url(images/video_cover.jpg);
    background-position: 50% 50%;
    background-size: cover
}

.product-section-2.fab_top .body {
    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;
    background-color: #202d35
}

.product-section-2.fab_top .section-1-copy {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 56.25%
}

.product-section-2.fab_top .section-1-copy-copy {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 56.25%
}

.product-section-2.fab_top .product-section {
    position: relative;
    width: 100%;
    max-width: 1920px;
    padding-right: 40px;
    padding-left: 40px;
    background-color: #202d35
}

@media (max-width:767.98px) {
    .product-section-2.fab_top .product-section {
        padding-right: 24px;
        padding-left: 24px;
        padding-bottom: 100px
    }
}

.product-section-2.fab_top .div-absolute {
    position: absolute;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: block;
    overflow: visible;
    margin-right: 27%
}

@media (max-width:991.98px) {
    .product-section-2.fab_top .div-absolute.fab-slider--desktop {
        display: none!important
    }
}

.product-section-2.fab_top .fab-slider--mobile {
    margin-top: 80px;
    display: none;
    text-align: center
}

@media (max-width:991.98px) {
    .product-section-2.fab_top .fab-slider--mobile {
        display: block!important;
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        position: relative;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .product-section-2.fab_top .fab-slider--mobile .slider.w-slider {
        width: 100vw;
        max-width: 360px
    }
    .product-section-2.fab_top .fab-slider--mobile .table-product {
        visibility: hidden
    }
}

@media (max-width:991.98px) {
    .product-section-2.fab_top .fab-section-1 {
        display: none!important
    }
}

.product-section-2.fab_top .fab-section-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:991.98px) {
    .product-section-2.fab_top .fab-section-2 {
        display: block;
        min-height: inherit;
        margin-top: 120px
    }
}

@media (max-width:767.98px) {
    .product-section-2.fab_top .fab-section-2 {
        margin-top: 80px
    }
}

@media (max-width:991.98px) {
    .product-section-2.fab_top .fab-section-2 .w-layout-grid.grid {
        display: block;
        width: 100%
    }
}

@media (max-width:991.98px) {
    .product-section-2.fab_top .fab-section-2 .w-layout-grid.grid #w-node-806583349d17-14f5b4ac .h2 {
        font-size: 4rem;
        -webkit-transform: none!important;
        -ms-transform: none!important;
        transform: none!important
    }
    .product-section-2.fab_top .fab-section-2 .w-layout-grid.grid #w-node-806583349d17-14f5b4ac .h4 {
        font-size: 2rem;
        line-height: 1.4;
        -webkit-transform: none!important;
        -ms-transform: none!important;
        transform: none!important
    }
}

@media (max-width:991.98px) {
    .product-section-2.fab_top .fab-section-2 .w-layout-grid.grid #w-node-68b97fe28184-14f5b4ac {
        display: block;
        border-top: 0;
        padding-top: 32px
    }
    .product-section-2.fab_top .fab-section-2 .w-layout-grid.grid #w-node-68b97fe28184-14f5b4ac .fucntion-div {
        width: 100%;
        margin-top: 32px;
        padding-top: 32px;
        border-top: 1px solid #576167
    }
}

@media (max-width:991.98px) {
    .product-section-2.fab_top .fab-section-2 .w-layout-grid.grid #w-node-ffb8fcc4e419-14f5b4ac {
        margin-top: 40px
    }
}

@media (max-width:991.98px) {
    .product-section-2.fab_top .fab-section-2 .w-layout-grid.grid #w-node-28a32c27fda8-14f5b4ac {
        margin-top: 48px;
        margin-bottom: 32px
    }
    .product-section-2.fab_top .fab-section-2 .w-layout-grid.grid #w-node-28a32c27fda8-14f5b4ac .caption.caption-center {
        position: absolute;
        top: -32px;
        margin-bottom: 0
    }
    .product-section-2.fab_top .fab-section-2 .w-layout-grid.grid #w-node-28a32c27fda8-14f5b4ac .mask-2.w-slider-mask {
        margin-top: 0;
        margin-top: 0;
        min-height: 64px
    }
    .product-section-2.fab_top .fab-section-2 .w-layout-grid.grid #w-node-28a32c27fda8-14f5b4ac .mask-2.w-slider-mask .h4 {
        font-size: 2rem;
        line-height: 1.4
    }
    .product-section-2.fab_top .fab-section-2 .w-layout-grid.grid #w-node-28a32c27fda8-14f5b4ac .w-slide h4 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 64px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.product-section-2.fab_top .fab-section-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    position: relative
}

@media (max-width:991.98px) {
    .product-section-2.fab_top .fab-section-3 {
        display: block;
        min-height: inherit
    }
    .product-section-2.fab_top .fab-section-3 .w-layout-grid.grid {
        display: block;
        margin-top: 80px;
        width: 100%
    }
    .product-section-2.fab_top .fab-section-3 .h2 {
        font-size: 4rem;
        -webkit-transform: none!important;
        -ms-transform: none!important;
        transform: none!important
    }
}

@media (max-width:1199.98px) {
    .product-section-2.fab_top .fab-section-3 .h4 {
        font-size: 2.4rem;
        line-height: 1.4
    }
}

@media (max-width:991.98px) {
    .product-section-2.fab_top .fab-section-3 .h4 {
        font-size: 2rem;
        -webkit-transform: none!important;
        -ms-transform: none!important;
        transform: none!important
    }
}

@media (max-width:991.98px) {
    .product-section-2.fab_top .fab-section-3 #w-node-34515d1bf225-14f5b4ac {
        display: block;
        border-top: 0;
        padding-top: 32px
    }
    .product-section-2.fab_top .fab-section-3 #w-node-34515d1bf225-14f5b4ac .fucntion-div {
        width: 100%;
        margin-top: 32px;
        padding-top: 32px;
        border-top: 1px solid #576167
    }
}

.product-section-2.fab_top .fab-sticky {
    position: -webkit-sticky;
    position: sticky;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    padding-right: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:991.98px) {
    .product-section-2.fab_top .fab-sticky {
        padding-right: 0
    }
}

.product-section-2.fab_top .color-mask {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding-right: 40px;
    padding-left: 40px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), color-stop(42%, rgba(32, 45, 53, 0)), color-stop(55%, rgba(32, 45, 53, 0)), color-stop(89%, #202d35));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(32, 45, 53, 0) 42%, rgba(32, 45, 53, 0) 55%, #202d35 89%);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(32, 45, 53, 0) 42%, rgba(32, 45, 53, 0) 55%, #202d35 89%)
}

.product-section-2.fab_top .h1 {
    position: relative;
    font-size: 4vw;
    line-height: 4.2vw
}

.product-section-2.fab_top .heading {
    position: absolute;
    left: 0;
    top: auto;
    right: auto;
    bottom: 40px;
    z-index: 1;
    margin-left: auto
}

@media (max-width:991.98px) {
    .product-section-2.fab_top .heading {
        position: relative;
        bottom: 0;
        width: 100%;
        margin: auto auto 40px
    }
}

.product-section-2.fab_top .h4.h4-margin {
    position: relative;
    margin-top: 24px
}

@media (max-width:767.98px) {
    .product-section-2.fab_top .h4.h4-margin {
        margin-top: 16px
    }
}

.product-section-2.fab_top .h4.h4-center {
    text-align: center
}

.product-section-2.fab_top .lottie-animation {
    position: absolute;
    left: auto;
    top: auto;
    right: 0;
    bottom: 56px;
    z-index: 1;
    width: 72px;
    margin-right: 40px
}

.product-section-2.fab_top .logo {
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    z-index: 1;
    margin-top: 40px;
    margin-left: 40px
}

.product-section-2.fab_top .video {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%
}

.product-section-2.fab_top .menu {
    position: absolute;
    left: auto;
    top: 0;
    right: 0;
    bottom: auto;
    width: 55vw;
    margin-right: 40px
}

.product-section-2.fab_top .image {
    width: 100%;
    margin-top: -20vh
}

.product-section-2.fab_top .slide-nav {
    display: none
}

.product-section-2.fab_top .left-arrow {
    display: block
}

.product-section-2.fab_top .right-arrow {
    display: block
}

.product-section-2.fab_top .slider {
    z-index: 1;
    width: 40vw;
    height: auto;
    -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;
    background-color: transparent
}

.product-section-2.fab_top .mask {
    position: absolute;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

.product-section-2.fab_top .slide {
    height: 100%
}

.product-section-2.fab_top .product {
    position: relative;
    display: block;
    width: 100%
}

.product-section-2.fab_top .toolheads {
    position: relative;
    width: 100%
}

.product-section-2.fab_top .toolheads.toolheads-absolute-position {
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto
}

.product-section-2.fab_top .podstawa {
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    width: 100%
}

.product-section-2.fab_top .fab-section-1 {
    display: block;
    height: 200vh;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product-section-2.fab_top .product-left {
    display: none
}

.product-section-2.fab_top .product-right {
    display: none
}

.product-section-2.fab_top .grid {
    width: 40%;
    grid-row-gap: 56px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto
}

.product-section-2.fab_top .vertical-line {
    width: 1px;
    height: 100%;
    background-color: #576167
}

.product-section-2.fab_top .grid-2 {
    grid-column-gap: 48px;
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: auto;
    border-top: 1px solid #576167
}

.product-section-2.fab_top .fucntion-div {
    margin-top: 56px
}

.product-section-2.fab_top .horizotnal-line {
    height: 1px;
    background-color: #576167
}

.product-section-2.fab_top .slider-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -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;
    background-color: transparent
}

.product-section-2.fab_top .mask-2 {
    width: 50%;
    height: auto;
    margin-top: 16px
}

.product-section-2.fab_top .slide-nav-2 {
    display: none
}

.product-section-2.fab_top .slide-1 {
    width: 100%
}

.product-section-2.fab_top .next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 64px;
    height: 64px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%
}

.product-section-2.fab_top .prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 64px;
    height: 64px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%
}

.product-section-2.fab_top .utility-page-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    max-height: 100%;
    max-width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product-section-2.fab_top .utility-page-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 260px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
}

.product-section-2.fab_top .utility-page-form {
    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: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.product-section-2.fab_top .div-block-2 {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100vh;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product-section-2.fab_top .icon {
    color: #576167;
    font-size: 24px
}

.product-section-2.fab_top .button-hover-grey {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-width: 1px;
    border-color: #576167;
    border-radius: 100%;
    background-color: #202d35;
    opacity: 1
}

.product-section-2.fab_top .icon-right {
    color: #000;
    font-size: 24px
}

.product-section-2.fab_top .button-hover-yellow {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-color: #f2ff00;
    opacity: 1
}

.product-section-2.fab_top .button-hover-grey-outline {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-width: 1px;
    border-color: #576167;
    border-radius: 100%;
    opacity: 1
}

.product-section-2.fab_top .icon-div {
    width: 56px;
    height: 56px;
    margin-bottom: 24px
}

.product-section-2.fab_top .table-product {
    position: absolute;
    left: 0;
    top: auto;
    right: 0;
    bottom: 0;
    width: 100%;
    margin-top: -9vw;
    margin-bottom: -9.5vw;
    opacity: 0
}

.product-section-2.fab_top .produckt-on {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    opacity: 0
}

.product-section-2.fab_top .mobile {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    display: none;
    padding-left: 40px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #202d35
}

.product-section-2.fab_top .caption {
    font-family: TTOctosquares, Arial, sans-serif;
    color: #8f969a;
    font-size: 13px
}

.product-section-2.fab_top .caption.caption-center {
    text-align: center
}

.product-section-2.fab_top .product-section-2 {
    position: relative;
    width: 100%;
    height: auto;
    max-width: 1920px;
    background-color: #202d35
}

.product-section-2.fab_top .phoito-div-absolute {
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: 0;
    z-index: 1;
    overflow: visible;
    width: 40%
}

@media (max-width:767.98px) {
    .product-section-2.fab_top .phoito-div-absolute {
        width: 100%;
        margin-bottom: 50px;
        position: static
    }
}

.product-section-2.fab_top .reliability-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    margin-right: 7vw;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #202d35
}

@media (max-width:767.98px) {
    .product-section-2.fab_top .reliability-section {
        min-height: auto;
        margin: 0;
        padding: 50px 24px
    }
}

.product-section-2.fab_top .reliability-section .h2 {
    padding-right: 40px
}

@media (max-width:767.98px) {
    .product-section-2.fab_top .reliability-section .h2 {
        padding-right: 0
    }
}

@media (max-width:991.98px) {
    .product-section-2.fab_top .reliability-section .w-layout-grid.grid-3 {
        padding-right: 40px;
        width: 100%
    }
}

@media (max-width:767.98px) {
    .product-section-2.fab_top .reliability-section .w-layout-grid.grid-3 {
        padding-right: 0
    }
}

.product-section-2.fab_top .reliability-text-div {
    width: 50%
}

@media (max-width:991.98px) {
    .product-section-2.fab_top .reliability-text-div {
        width: 55%
    }
}

@media (max-width:767.98px) {
    .product-section-2.fab_top .reliability-text-div {
        width: 100%
    }
}

.product-section-2.fab_top .photo-product-section-2 {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url(images/zmorph_photo_hassle_free.jpg);
    background-position: 50% 50%;
    background-size: cover;
    opacity: 1
}

.product-section-2.fab_top .photo-product-section-2.photo-2 {
    position: absolute;
    background-image: url(images/zmorph_photo_build_1.jpg);
    opacity: 0
}

@media (max-width:767.98px) {
    .product-section-2.fab_top .photo-product-section-2.photo-2 {
        display: none
    }
}

.product-section-2.fab_top .photo-product-section-2.photo-3 {
    position: absolute;
    background-image: url(images/zmorph_photo_allinone.jpg);
    opacity: 0
}

@media (max-width:767.98px) {
    .product-section-2.fab_top .photo-product-section-2.photo-3 {
        display: none
    }
}

.product-section-2.fab_top .photo-product-section-2.photo-4 {
    position: absolute;
    background-image: url(images/zmorph_photo_air_filters.jpg);
    opacity: 0
}

@media (max-width:767.98px) {
    .product-section-2.fab_top .photo-product-section-2.photo-4 {
        display: none
    }
}

.product-section-2.fab_top .div-block-5-copy {
    position: relative;
    height: 100%;
    background-image: url(images/zmorph_photo_build.jpg);
    background-position: 50% 50%;
    background-size: cover
}

.product-section-2.fab_top .div-block-5-copy-copy {
    height: 100%;
    background-image: url(images/zmorph_photo_hassle_free_1.jpg);
    background-position: 50% 50%;
    background-size: cover
}

.product-section-2.fab_top .div-block-4-copy {
    height: 100vh;
    background-color: #40484d
}

.product-section-2.fab_top .photo-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    display: grid;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    padding: 96px 40px 40px;
    -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;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 40px;
    grid-template-rows: auto
}

@media (max-width:991.98px) {
    .product-section-2.fab_top .photo-sticky {
        padding-right: 0
    }
}

@media (max-width:767.98px) {
    .product-section-2.fab_top .photo-sticky {
        padding: 0;
        display: block;
        height: inherit
    }
}

.product-section-2.fab_top .photo-list {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -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;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width:767.98px) {
    .product-section-2.fab_top .photo-list {
        height: 0;
        padding-top: 160%
    }
}

.product-section-2.fab_top .div-block-4-copy2 {
    height: 100vh;
    background-color: #576167
}

.product-section-2.fab_top .h5-vertical {
    z-index: 2;
    display: inline-block;
    width: 17vw;
    margin-top: 17vw;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    text-align: right
}

@media (max-width:767.98px) {
    .product-section-2.fab_top .h5-vertical {
        display: none
    }
}

.product-section-2.fab_top .div-block-4 {
    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
}

.product-section-2.fab_top .phoito-div-absolute-navigation {
    position: absolute;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    overflow: visible;
    width: 7vw
}

@media (max-width:767.98px) {
    .product-section-2.fab_top .phoito-div-absolute-navigation {
        display: none
    }
}

.product-section-2.fab_top .photo-section-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -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;
    border-left: 1px solid #576167
}

.product-section-2.fab_top .photo-sticky-navigator {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    display: grid;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    padding-top: 96px;
    padding-bottom: 40px;
    padding-left: 0;
    -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;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 40px;
    grid-template-rows: auto
}

.product-section-2.fab_top .icon-div-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 88px;
    height: 88px;
    margin-bottom: 32px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.product-section-2.fab_top .horizontal-line-reliability {
    width: 100%;
    height: 1px;
    margin-top: 48px;
    margin-bottom: 48px;
    background-color: #576167
}

@media (max-width:767.98px) {
    .product-section-2.fab_top .horizontal-line-reliability {
        margin-top: 32px;
        margin-bottom: 32px
    }
}

.product-section-2.fab_top .grid-3 {
    width: 75%;
    grid-column-gap: 32px;
    grid-row-gap: 24px;
    grid-template-columns: auto 1fr
}

.product-section-2.fab_top .link-block {
    width: 8px;
    height: 8px;
    margin-bottom: 8px;
    border-style: solid;
    border-width: 1px;
    border-color: #576167;
    border-radius: 100%
}

.product-section-2.fab_top .link-block:hover {
    background-color: #8f969a
}

.product-section-2.fab_top .link-block:active {
    background-color: #f2ff00
}

.product-section-2.fab_top .link-block:focus {
    background-color: #f2ff00
}

.product-section-2.fab_top .link-block:visited {
    background-color: #f2ff00
}

.product-section-2.fab_top .link-block.w--current:active {
    background-color: #f2ff00
}

.product-section-2.fab_top .link-block.w--current:focus {
    background-color: #f2ff00
}

.product-section-2.fab_top .reliability-section-navigator {
    width: 10px;
    height: 10px;
    margin-bottom: 8px;
    border-style: solid;
    border-width: 1px;
    border-color: #576167;
    border-radius: 100%
}

.product-section-2.fab_top .reliability-section-navigator:focus {
    border-color: #f2ff00
}

.product-section-2.fab_top .reliability-section-navigator.w--current {
    margin-bottom: 8px;
    background-color: #f2ff00;
    color: #576167
}

.product-section-2.fab_top .reliability-section-navigator.w--current:focus {
    color: #f2ff00
}

.product-section-2.fab_top .anchro:focus {
    color: #f2ff00
}

.product-section-2.fab_top .section-space {
    height: 10vw;
    background-color: #202d35
}

.product-section-2.fab_top .zmorph-fab {
    width: 100%;
    height: auto;
    background-color: #202d35;
    position: relative;
    padding-right: 24px;
    padding-left: 24px;
    margin-top: 80px;
    margin-bottom: 0
}

.product-section-2.fab_top .zmorph-fab .featues_text {
    margin-top: 5%;
    left: 0;
    right: 0;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px
}

@media (min-width:992px) {
    .product-section-2.fab_top .zmorph-fab {
        display: none
    }
}

.product-section-2.fab_top .product-section-3 {
    width: 100%;
    height: auto;
    max-width: 1920px;
    padding-right: 40px;
    padding-left: 40px;
    background-color: #202d35;
    position: relative;
    overflow: hidden
}

@media (max-width:991.98px) {
    .product-section-2.fab_top .product-section-3 {
        padding-right: 24px;
        padding-left: 24px;
        margin-top: 32px;
        margin-bottom: 32px
    }
}

.product-section-2.fab_top .product-rotate-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 120vh;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:991.98px) {
    .product-section-2.fab_top .product-rotate-div {
        height: 0;
        width: 100%;
        padding-top: 100%;
        position: relative
    }
}

.product-section-2.fab_top .lottie-animation-2 {
    position: absolute;
    width: 900px
}

@media (max-width:991.98px) {
    .product-section-2.fab_top .lottie-animation-2 {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0
    }
}

.product-section-2.fab_top .featues_text {
    margin-top: -20vh
}

@media (max-width:991.98px) {
    .product-section-2.fab_top .featues_text {
        position: absolute;
        left: 0;
        right: 0;
        margin-top: 10%;
        top: 0
    }
}

@media (max-width:991.98px) {
    .product-section-2.fab_top .features-div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width:991.98px) {
    .product-section-2.fab_top .features-div h4 {
        font-size: 2.4rem;
        line-height: 1.33;
        margin-bottom: 24px
    }
}

.product-section-2.fab_top .div-block-5 {
    min-height: 100vh
}

@media (max-width:991.98px) {
    .product-section-2.fab_top .div-block-5 {
        min-height: inherit
    }
}

@media (max-width:767.98px) {
    .product-section-2.fab_top .div-block-5 {
        padding-top: 80px
    }
}

.product-section-2.fab_top .grid-4 {
    grid-column-gap: 5vw;
    grid-row-gap: 10vw;
    grid-template-columns: 1fr auto 1fr auto 1fr
}

@media (max-width:991.98px) {
    .product-section-2.fab_top .grid-4.w-layout-grid {
        display: block
    }
}

.product-section-2.fab_top .horizontal-line-features {
    width: 100%;
    height: 1px;
    margin-top: 40px;
    margin-bottom: 40px;
    background-color: #576167
}

@media (max-width:991.98px) {
    .product-section-2.fab_top .horizontal-line-features {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
}

@media (max-width:991.98px) {
    .product-section-2.fab_top .horizontal-line-features--last {
        display: none
    }
}

.product-section-2.fab_top .div-block-6 {
    width: 1px;
    height: 100%;
    background-color: #576167
}

.product-section-2.fab_top .image-2 {
    position: absolute;
    width: 500px;
    margin-right: 215px;
    margin-left: 215px
}

.product-section-2.fab_top .div-block-7 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product-section-2.fab_top .div-block-8 {
    width: 400px;
    height: 200px;
    background-color: #202d35;
    -o-object-fit: fill;
    object-fit: fill
}

.product-section-2.fab_top .top-section {
    position: relative;
    width: 100%;
    height: 100vh
}

.product-section-2.fab_top .product-top-div {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    height: 100%;
    margin-right: 40px;
    margin-left: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product-section-2.fab_top .product-lootie-animation {
    position: relative
}

.product-section-2.fab_top .logo-home {
    position: fixed;
    z-index: 1;
    margin-top: 42px;
    margin-left: 40px
}

.product-section-2.fab_top .logo-black {
    height: 48px
}

.product-section-2.fab_top .lottie-animation-3 {
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: 0;
    width: 48px;
    height: 48px
}

.product-section-2.fab_top .section {
    width: 100%;
    height: 100vh;
    background-color: #202d35
}

.product-section-2.fab_top .div-block-9 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: 100%;
    margin-left: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product-section-2.fab_top .div-block-10 {
    position: absolute;
    left: 0;
    top: auto;
    right: auto;
    bottom: 0
}

.product-section-2.fab_top .video-top {
    position: relative;
    overflow: visible;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #202d35
}

@media (max-width:991.98px) {
    .product-section-2.fab_top .video-top {
        display: none
    }
}

@media screen and (max-width:991px) {
    .product-section-2.fab_top .h1 {
        font-size: 64px;
        line-height: 72px
    }
    .product-section-2.fab_top .h2 {
        font-size: 48px;
        line-height: 56px
    }
    .product-section-2.fab_top .paragraph-normal.paragraph-margin {
        margin-top: 24px
    }
    .product-section-2.fab_top .mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-right: 40px;
        -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: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .product-section-2.fab_top .div-block-9 {
        width: 100%
    }
}

@media screen and (max-width:767px) {
    .product-section-2.fab_top .h2 {
        font-size: 40px;
        line-height: 48px
    }
    .product-section-2.fab_top .paragraph-normal.paragraph-margin {
        margin-top: 16px
    }
}

@media screen and (max-width:479px) {
    .product-section-2.fab_top .h1 {
        font-size: 40px;
        line-height: 48px
    }
    .product-section-2.fab_top .logo {
        margin-left: 24px
    }
    .product-section-2.fab_top .h2 {
        font-size: 32px;
        line-height: 40px
    }
    .product-section-2.fab_top .mobile {
        padding-right: 24px;
        padding-left: 24px
    }
}

.product-section-2.fab_top #w-node-806583349d17-14f5b4ac {
    grid-row-start: span 1;
    grid-row-end: span 1;
    grid-column-start: span 3;
    grid-column-end: span 3
}

.product-section-2.fab_top #w-node-68b97fe28184-14f5b4ac {
    grid-row-start: span 1;
    grid-row-end: span 1;
    grid-column-start: span 3;
    grid-column-end: span 3
}

.product-section-2.fab_top #w-node-9f28796eea7b-14f5b4ac {
    grid-row-start: span 1;
    grid-row-end: span 1;
    grid-column-start: span 1;
    grid-column-end: span 1;
    align-self: center;
    justify-self: center
}

.product-section-2.fab_top #w-node-ffb8fcc4e419-14f5b4ac {
    grid-row-start: span 1;
    grid-row-end: span 1;
    grid-column-start: span 3;
    grid-column-end: span 3
}

.product-section-2.fab_top #w-node-28a32c27fda8-14f5b4ac {
    grid-row-start: span 1;
    grid-row-end: span 1;
    grid-column-start: span 3;
    grid-column-end: span 3
}

.product-section-2.fab_top #w-node-34515d1bf220-14f5b4ac {
    grid-row-start: span 1;
    grid-row-end: span 1;
    grid-column-start: span 3;
    grid-column-end: span 3
}

.product-section-2.fab_top #w-node-34515d1bf225-14f5b4ac {
    grid-row-start: span 1;
    grid-row-end: span 1;
    grid-column-start: span 3;
    grid-column-end: span 3
}

.product-section-2.fab_top #w-node-34515d1bf22b-14f5b4ac {
    grid-row-start: span 1;
    grid-row-end: span 1;
    grid-column-start: span 1;
    grid-column-end: span 1;
    align-self: center;
    justify-self: center
}

.product-section-2.fab_top #w-node-7101fe828637-14f5b4ac {
    grid-row-start: span 1;
    grid-row-end: span 1;
    grid-column-start: span 2;
    grid-column-end: span 2
}

.product-section-2.fab_top #w-node-01f1ecc073c5-14f5b4ac {
    -ms-flex-item-align: start;
    align-self: start
}

.product-section-2.fab_top #w-node-01f1ecc073c7-14f5b4ac {
    grid-column-end: 2;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-row-start: 1
}

.fab_top .zmorph-fab {
    margin-top: 0
}

div.wpcf7 * {
    outline: 0;
    border-radius: none;
    margin: 0
}

div.wpcf7 br {
    display: none
}

div.wpcf7 label {
    width: 100%;
    min-height: 64px;
    position: relative;
    background: #fff;
    border-bottom: 1px solid #e0e0e1;
    margin: 0 0 20px;
    -webkit-transition: border-bottom .3s linear;
    -o-transition: border-bottom .3s linear;
    transition: border-bottom .3s linear;
    border-bottom: 1px solid #8f969a
}

div.wpcf7 label.default {
    min-height: 50px;
    background: 0 0!important;
    border: none!important
}

div.wpcf7 label.default label {
    min-height: 50px;
    background: 0 0!important;
    border: none!important
}

div.wpcf7 label.default .hint {
    display: none!important
}

div.wpcf7 label.accept {
    margin-bottom: 24px!important;
    min-height: inherit!important;
    border: none!important;
    background: 0 0!important
}

div.wpcf7 label.accept label {
    max-width: 500px;
    background: 0 0!important;
    border: none!important;
    margin-bottom: 0!important;
    min-height: inherit!important
}

div.wpcf7 label.accept .hint {
    display: none!important
}

div.wpcf7 label.accept input[type=checkbox]:checked+.wpcf7-list-item-label::before {
    background: #fff!important;
    -webkit-box-shadow: inset 0 0 0 1px #fff, inset 0 0 0 3px #c1c2c4, inset 0 0 0 10px #f2ff00;
    box-shadow: inset 0 0 0 1px #fff, inset 0 0 0 3px #c1c2c4, inset 0 0 0 10px #f2ff00
}

div.wpcf7 label.accept .wpcf7-not-valid-tip {
    right: auto;
    left: 0;
    left: 40px;
    top: auto;
    bottom: -5px
}

div.wpcf7 label:hover {
    border-bottom: 1px solid #000
}

div.wpcf7 label.focus {
    border-bottom: 1px solid #000
}

div.wpcf7 label.edit {
    border-bottom: 1px solid #0cc8b1
}

div.wpcf7 label.edit .select .select-styled {
    border-bottom: none
}

div.wpcf7 label.error {
    border-bottom: 1px solid #f1263f
}

div.wpcf7 label.error .hint {
    color: #f1263f
}

div.wpcf7 label.error .wpcf7-list-item * {
    color: #f1263f!important
}

div.wpcf7 label.error .select .select-styled {
    border-bottom: none
}

div.wpcf7 label.error .select .select-styled span {
    top: 10px
}

div.wpcf7 label br {
    display: none
}

div.wpcf7 label .hint {
    position: absolute;
    top: 10px;
    left: 25px;
    font-family: TTOctosquares;
    font-size: 1.1rem;
    line-height: 1;
    color: #8f969a
}

div.wpcf7 label .wpcf7-form-control-wrap {
    display: block;
    line-height: 0
}

div.wpcf7 label .wpcf7-list-item {
    display: block;
    width: 100%;
    margin: 0;
    position: relative
}

div.wpcf7 label .wpcf7-list-item .wpcf7-list-item-label {
    display: block;
    font-size: 1.4rem;
    line-height: 1.4;
    color: #000;
    padding: 0 0 0 40px
}

div.wpcf7 label .wpcf7-list-item .wpcf7-list-item-label span {
    display: inline-block;
    margin-bottom: 20px
}

div.wpcf7 label .wpcf7-list-item .wpcf7-list-item-label span:last-child {
    margin-bottom: 0
}

div.wpcf7 label .wpcf7-list-item .wpcf7-list-item-label span.graphite {
    color: #202d35
}

div.wpcf7 label .wpcf7-list-item .wpcf7-list-item-label span.graphite a {
    color: #202d35
}

div.wpcf7 label .wpcf7-list-item .wpcf7-list-item-label span.graphite20 {
    color: #576167
}

div.wpcf7 label .wpcf7-list-item .wpcf7-list-item-label span.graphite20 a {
    color: #576167
}

div.wpcf7 label .wpcf7-list-item .wpcf7-list-item-label span.graphite50 {
    color: #8f969a
}

div.wpcf7 label .wpcf7-list-item .wpcf7-list-item-label span.graphite50 a {
    color: #8f969a
}

div.wpcf7 label .wpcf7-list-item input[type=checkbox] {
    opacity: 0;
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer
}

div.wpcf7 label .wpcf7-list-item .wpcf7-list-item-label::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    background: #fff;
    margin-top: 0;
    outline: 0!important;
    cursor: pointer;
    -webkit-transition: background-color .3s linear, -webkit-box-shadow .2s linear;
    transition: background-color .3s linear, -webkit-box-shadow .2s linear;
    -o-transition: background-color .3s linear, box-shadow .2s linear;
    transition: background-color .3s linear, box-shadow .2s linear;
    transition: background-color .3s linear, box-shadow .2s linear, -webkit-box-shadow .2s linear
}

div.wpcf7 label .wpcf7-list-item input[type=checkbox]:checked+.wpcf7-list-item-label::before {
    content: '';
    width: 16px;
    height: 16px;
    background: #202d35
}

div.wpcf7 label input[type=email],
div.wpcf7 label input[type=text] {
    width: 100%;
    line-height: 34px;
    height: 34px;
    padding: 0 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    background: 0 0;
    font-family: TTOctosquares;
    font-size: 1.6rem;
    color: #000;
    position: absolute;
    top: 15px;
    left: 0;
    -webkit-transition: top .4s linear;
    -o-transition: top .4s linear;
    transition: top .4s linear
}

div.wpcf7 label input[type=email]::-webkit-input-placeholder,
div.wpcf7 label input[type=text]::-webkit-input-placeholder {
    color: #8f969a!important
}

div.wpcf7 label input[type=email]:-ms-input-placeholder,
div.wpcf7 label input[type=text]:-ms-input-placeholder {
    color: #8f969a!important
}

div.wpcf7 label input[type=email]::-webkit-input-placeholder,
div.wpcf7 label input[type=text]::-webkit-input-placeholder {
    opacity: 1;
    color: #8f969a!important
}

div.wpcf7 label input[type=email]::-moz-placeholder,
div.wpcf7 label input[type=text]::-moz-placeholder {
    opacity: 1;
    color: #8f969a!important
}

div.wpcf7 label input[type=email]:-ms-input-placeholder,
div.wpcf7 label input[type=text]:-ms-input-placeholder {
    opacity: 1;
    color: #8f969a!important
}

div.wpcf7 label input[type=email]::-ms-input-placeholder,
div.wpcf7 label input[type=text]::-ms-input-placeholder {
    opacity: 1;
    color: #8f969a!important
}

div.wpcf7 label input[type=email]::placeholder,
div.wpcf7 label input[type=text]::placeholder {
    opacity: 1;
    color: #8f969a!important
}

div.wpcf7 label.edit input[type=email],
div.wpcf7 label.edit input[type=text],
div.wpcf7 label.error input[type=email],
div.wpcf7 label.error input[type=text] {
    top: 25px
}

div.wpcf7 label .file {
    position: relative;
    cursor: pointer
}

div.wpcf7 label .file input[type=file] {
    width: 100%;
    line-height: 50px;
    height: 50px;
    opacity: 0
}

div.wpcf7 label .file .cover {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1
}

div.wpcf7 label .file .cover .button {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    border: 1px solid #576167;
    font-family: TTOctosquares;
    font-weight: 700;
    font-size: 1.3rem;
    color: #000;
    text-transform: uppercase;
    margin-right: 20px;
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear
}

div.wpcf7 label .file .cover .button svg {
    margin-right: 20px;
    position: relative;
    top: -2px
}

div.wpcf7 label .file .cover .button:hover {
    background: #f2ff00;
    color: #202d35
}

div.wpcf7 label .file .cover .name {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    font-family: TTOctosquares;
    font-size: 1.3rem;
    color: #576167
}

div.wpcf7 label .select {
    width: 100%;
    height: 64px;
    display: inline-block;
    position: relative;
    font-size: 1.6rem;
    color: #000;
    background: #fff;
    cursor: pointer
}

div.wpcf7 label .select .hint {
    display: none;
    top: 10px
}

div.wpcf7 label .select.selected .hint {
    display: block
}

div.wpcf7 label .select .select-hidden {
    display: none;
    visibility: hidden
}

div.wpcf7 label .select .select-styled {
    height: 64px;
    line-height: 64px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-family: TTOctosquares;
    font-size: 1.6rem;
    color: #8f969a;
    padding: 0 40px 0 24px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

div.wpcf7 label .select .select-styled span {
    position: relative;
    top: 0;
    -webkit-transition: top .4s linear;
    -o-transition: top .4s linear;
    transition: top .4s linear
}

div.wpcf7 label .select .select-styled.selected {
    color: #000
}

div.wpcf7 label .select .select-styled.selected span {
    top: 10px
}

div.wpcf7 label .select .select-styled svg {
    position: absolute;
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-50%) rotate(0);
    -ms-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0)
}

div.wpcf7 label .select .select-styled.active svg,
div.wpcf7 label .select .select-styled:active svg {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

div.wpcf7 label .select .select-options {
    display: none;
    max-height: 180px;
    overflow-y: scroll;
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 15px 0;
    list-style: none;
    background: #fff
}

div.wpcf7 label .select .select-options.open {
    display: block!important
}

div.wpcf7 label .select .select-options li {
    height: 30px;
    line-height: 30px;
    font-family: TTOctosquares;
    font-size: 1.4rem;
    color: #000;
    margin: 0;
    padding: 0 15px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    position: relative;
    cursor: pointer
}

div.wpcf7 label .select .select-options li:hover {
    color: #576167;
    color: #e0e0e1;
    text-decoration: underline
}

div.wpcf7 label .select .select-options li[rel=hide] {
    display: none
}

div.wpcf7 label .select .select-options li:last-child:before {
    display: none
}

div.wpcf7 label textarea {
    width: 100%;
    height: 200px;
    position: relative;
    border: none;
    background: 0 0;
    padding: 20px 25px;
    resize: none;
    margin: 0;
    font-family: TTOctosquares;
    font-size: 1.6rem;
    line-height: 24px;
    top: 0;
    -webkit-transition: top .4s linear;
    -o-transition: top .4s linear;
    transition: top .4s linear
}

div.wpcf7 label textarea::-webkit-input-placeholder {
    color: #8f969a!important
}

div.wpcf7 label textarea:-ms-input-placeholder {
    color: #8f969a!important
}

div.wpcf7 label textarea::-moz-placeholder {
    color: #8f969a!important
}

div.wpcf7 label textarea::-ms-input-placeholder {
    color: #8f969a!important
}

div.wpcf7 label textarea::placeholder {
    color: #8f969a!important
}

div.wpcf7 label.edit textarea,
div.wpcf7 label.error textarea {
    top: 10px
}

div.wpcf7 button[type=submit] {
    min-height: 110px;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

div.wpcf7 button[type=submit] br {
    display: none
}

div.wpcf7 .wpcf7-form-control-wrap:focus .wpcf7-not-valid-tip {
    opacity: 0
}

div.wpcf7 .wpcf7-not-valid-tip {
    position: absolute;
    top: 10px;
    right: 10px;
    font-family: TTOctosquares;
    font-size: 1.1rem;
    line-height: 1;
    color: #f1263f
}

div.wpcf7 form .wpcf7-response-output {
    font-family: TTOctosquares;
    font-size: 18px;
    margin: 24px 0;
    padding: 10px 0;
    color: #576167;
    font-weight: 700;
    border: 0!important;
    border-top: 1px solid #576167!important
}

div.wpcf7 form .ajax-loader {
    margin: 24px 0 0;
    width: 20px;
    height: 20px;
    background: url(../img/form-loader.png) center no-repeat;
    background-size: contain;
    -webkit-animation: formLoader 1s infinite forwards;
    animation: formLoader 1s infinite forwards
}

@-webkit-keyframes formLoader {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@keyframes formLoader {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

div.wpcf7 form .form_submit_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

div.wpcf7 form .form_submit_row .ajax-loader {
    margin: 0 0 0 20px
}

#popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1
}

#popup.active {
    z-index: 999;
    pointer-events: all
}

#popup.active .mask-close {
    background: #0a141a;
    opacity: .75
}

#popup .mask-close {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: 0 0;
    opacity: 1;
    -webkit-transition: background .4s linear;
    -o-transition: background .4s linear;
    transition: background .4s linear;
    z-index: 0;
    cursor: pointer
}

#popup .inside {
    width: 780px;
    max-height: calc(100vh - 100px);
    max-width: calc(100% - 40px);
    overflow-y: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #d0d1d3;
    z-index: 1;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    padding: 70px 140px;
    opacity: 0;
    margin-top: 20px
}

@media (max-width:991.98px) {
    #popup .inside {
        width: calc(100% - 40px);
        height: calc(100% - 40px);
        max-height: initial;
        padding: 20px
    }
}

#popup .inside.invert-color {
    background-color: #202d35;
    color: #fff
}

#popup.active .inside {
    opacity: 1;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    margin-top: 0
}

#popup .thankyou {
    display: none;
    width: 780px;
    max-height: calc(100vh - 100px);
    background: #f2ff00;
    overflow-y: none;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    padding: 70px 140px;
    max-width: calc(100% - 40px)
}

@media (max-width:991.98px) {
    #popup .thankyou {
        width: calc(100% - 40px);
        height: calc(100% - 40px);
        max-height: initial;
        padding: 20px
    }
}

@media (max-width:991.98px) {
    #popup .thankyou .data {
        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;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

#popup .thankyou .data .btn {
    min-height: 140px;
    margin-top: 20px
}

#popup .thankyou .data .btn br {
    display: none
}

#popup .btn.form-close {
    position: absolute;
    top: 20px;
    right: 20px
}

#popup .btn.form-close svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

#popup .inside.method-steps .btn.form-close.active:after,
#popup .inside.method-steps .btn.form-close:hover:after {
    background: #fff!important
}

#popup form .header h1,
#popup form .header h2,
#popup form .header h3,
#popup form .header h4,
#popup form .header h5,
#popup form .header h6 {
    margin-bottom: 30px
}

#popup form .header p {
    margin-bottom: 40px
}

@media (max-width:991.98px) {
    #popup form .header h1,
    #popup form .header h2,
    #popup form .header h3,
    #popup form .header h4,
    #popup form .header h5,
    #popup form .header h6 {
        margin-bottom: 20px
    }
    #popup form .header p {
        margin-bottom: 20px
    }
}

#popup form .header-steps {
    position: relative;
    color: #fff;
    padding: 70px 140px 65px;
    left: -140px;
    top: -70px;
    width: calc(100% + 280px);
    height: 100%
}

#popup form .header-steps h1,
#popup form .header-steps h2,
#popup form .header-steps h3,
#popup form .header-steps h4,
#popup form .header-steps h5,
#popup form .header-steps h6 {
    margin-bottom: 30px
}

#popup form .header-steps p {
    margin-bottom: 40px
}

@media (max-width:991.98px) {
    #popup form .header-steps {
        padding: 40px 20px;
        width: calc(100% + 40px);
        left: -20px;
        top: -20px
    }
    #popup form .header-steps h1,
    #popup form .header-steps h2,
    #popup form .header-steps h3,
    #popup form .header-steps h4,
    #popup form .header-steps h5,
    #popup form .header-steps h6 {
        margin-bottom: 20px
    }
    #popup form .header-steps p {
        margin-bottom: 20px
    }
}

#popup form .header-steps:before {
    content: '';
    background: #202d35;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

#popup form .header-steps .nav-steps {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 30px 0 0;
    width: calc(100% + 100px);
    position: relative;
    left: -50px
}

@media (max-width:991.98px) {
    #popup form .header-steps .nav-steps {
        width: calc(100% + 40px);
        left: -20px
    }
}

#popup form .header-steps .nav-steps li {
    width: 100%;
    position: relative;
    font-family: TTOctosquares;
    font-size: 1.6rem;
    color: #8f969a;
    text-align: center;
    line-height: 50px
}

#popup form .header-steps .nav-steps li:after {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 50px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: opacity .4s linear;
    -o-transition: opacity .4s linear;
    transition: opacity .4s linear;
    opacity: 0
}

#popup form .header-steps .nav-steps li:before {
    content: '';
    display: block;
    width: 1px;
    height: 50px;
    background: #fff;
    position: absolute;
    top: 65px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: opacity .4s linear;
    -o-transition: opacity .4s linear;
    transition: opacity .4s linear;
    opacity: 0
}

@media (max-width:991.98px) {
    #popup form .header-steps .nav-steps li {
        line-height: 40px
    }
    #popup form .header-steps .nav-steps li:after {
        width: 40px;
        height: 40px
    }
    #popup form .header-steps .nav-steps li:before {
        top: 50px;
        height: 30px
    }
}

#popup form .header-steps .nav-steps li.active {
    color: #fff
}

#popup form .header-steps .nav-steps li.active:after,
#popup form .header-steps .nav-steps li.active:before {
    opacity: 1
}

#popup .step {
    display: none
}

#popup .step .nav {
    margin-top: 30px
}

#popup .step .nav .text {
    font-family: TTOctosquares;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    line-height: 64px
}

@media (max-width:767.98px) {
    #popup .step .nav .text {
        font-size: 1.2rem;
        line-height: 56px
    }
}

#popup .step .nav .nav-next,
#popup .step .nav .nav-prev,
#popup .step .nav .nav-submit {
    width: 50%
}

@media (max-width:767.98px) {
    #popup .step .nav .nav-next .btn.btn-rounded,
    #popup .step .nav .nav-prev .btn.btn-rounded,
    #popup .step .nav .nav-submit .btn.btn-rounded {
        width: 56px;
        height: 56px
    }
}

#popup .step .nav .nav-prev {
    cursor: pointer
}

#popup .step .nav .nav-prev .text {
    font-weight: 400;
    color: #8f969a;
    -webkit-transition: color .4s linear;
    -o-transition: color .4s linear;
    transition: color .4s linear
}

#popup .step .nav .nav-prev:hover .text {
    color: #000
}

#popup .step .nav .nav-prev-submit {
    display: inline-block;
    margin-top: 20px
}

#popup .step .nav .nav-next {
    text-align: right
}

#popup .step .nav .nav-next .text {
    margin-right: 15px
}

#popup .step .nav .nav-submit {
    text-align: right
}

@media (max-width:767.98px) {
    #popup .step .nav.nav-submit-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    #popup .step .nav.nav-submit-wrapper .nav-prev-submit {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 10px
    }
    #popup .step .nav.nav-submit-wrapper .nav-submit {
        width: 100%
    }
}

#popup .wpcf7-not-valid-tip {
    display: none!important
}

#popup .wpcf7-response-output {
    display: none!important
}

#newsletterEmailPopupForm {
    color: #fff
}

#newsletterEmailPopupForm.zmorph-form .form-group label {
    background-color: #8f969a
}

#newsletterEmailPopupForm.zmorph-form .form-group label input[type=email],
#newsletterEmailPopupForm.zmorph-form .form-group label input[type=text] {
    background-color: transparent
}

#newsletterEmailPopupForm input::-webkit-input-placeholder,
#newsletterEmailPopupForm select::-webkit-input-placeholder,
#newsletterEmailPopupForm textarea::-webkit-input-placeholder {
    color: #202d35!important
}

#newsletterEmailPopupForm input::-moz-placeholder,
#newsletterEmailPopupForm select::-moz-placeholder,
#newsletterEmailPopupForm textarea::-moz-placeholder {
    color: #202d35!important
}

#newsletterEmailPopupForm input:-ms-input-placeholder,
#newsletterEmailPopupForm select:-ms-input-placeholder,
#newsletterEmailPopupForm textarea:-ms-input-placeholder {
    color: #202d35!important
}

#newsletterEmailPopupForm input:-moz-placeholder,
#newsletterEmailPopupForm select:-moz-placeholder,
#newsletterEmailPopupForm textarea:-moz-placeholder {
    color: #202d35!important
}

#newsletterEmailPopupForm .form-group label {
    background: #8f969a;
    color: #202d35;
    border-bottom: 1px solid #8f969a
}

#newsletterEmailPopupForm .form-group .hint {
    color: #202d35
}

.lightboxcc {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
    pointer-events: none;
    opacity: 0
}

.lightboxcc.active {
    pointer-events: all;
    opacity: 1;
    z-index: 999
}

.lightboxcc.active .lightboxcc__inner {
    opacity: 1
}

.lightboxcc__mask {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: .5;
    background: #0a141a
}

.lightboxcc__inner {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    overflow: hidden;
    width: 780px;
    max-width: calc(100% - 40px);
    max-height: calc(100vh - 100px);
    -webkit-transition: opacity .5s linear;
    -o-transition: opacity .5s linear;
    transition: opacity .5s linear;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    overflow-y: auto;
    background: #d0d1d3
}

@-moz-document url-prefix() {
    .lightboxcc__inner {
        scrollbar-color: #000 rgba(0, 0, 0, .2);
        scrollbar-width: thin
    }
}

.lightboxcc__inner::-webkit-scrollbar {
    width: 2px
}

.lightboxcc__inner::-webkit-scrollbar-thumb {
    background: #000
}

.lightboxcc__inner::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, .2)
}

@-moz-document url-prefix() {
    .lightboxcc__inner {
        scrollbar-color: transparent transparent;
        scrollbar-width: 0
    }
}

.lightboxcc__inner::-webkit-scrollbar {
    width: 0
}

.lightboxcc__inner::-webkit-scrollbar-thumb {
    background: 0 0
}

.lightboxcc__inner::-webkit-scrollbar-track {
    background: 0 0
}

.lightboxcc__inner.invert-color {
    color: #fff;
    background-color: #202d35
}

.lightboxcc__close.btn {
    position: absolute;
    top: 20px;
    right: 20px
}

.lightboxcc__close.btn svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.lightboxcc__title {
    padding: 80px 75px;
    border-bottom: 1px solid #576167
}

@media (max-width:767.98px) {
    .lightboxcc__title {
        padding: 40px 68px 40px 24px
    }
}

.lightboxcc__title * {
    margin: 0;
    padding: 0
}

.lightboxcc__text {
    padding: 80px 56px
}

@media (max-width:767.98px) {
    .lightboxcc__text {
        padding: 40px 24px
    }
}

.lightboxcc__text img {
    width: calc(100% + 112px);
    max-width: calc(100% + 112px);
    height: auto;
    margin: 80px -56px
}

@media (max-width:767.98px) {
    .lightboxcc__text img {
        width: calc(100% + 48px);
        max-width: calc(100% + 48px);
        height: auto;
        margin: 40px -24px
    }
}

.lightboxcc__text:empty {
    padding-top: 0;
    padding-bottom: 0
}

.footer-line-bottom {
    position: relative
}

.footer-line-bottom:after {
    position: absolute;
    content: '';
    height: 1px;
    width: 100vw;
    bottom: 0;
    left: 20px;
    background-color: #576167
}

@media (max-width:991.98px) {
    .footer-line-bottom--mobile-remove:after {
        display: none
    }
}

.footer-line-top {
    position: relative
}

.footer-line-top:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 100vw;
    top: 0;
    left: 20px;
    background-color: #576167
}

@media (max-width:991.98px) {
    .footer-line-top--mobile-remove:after {
        display: none
    }
}

#footer {
    background-color: #202d35;
    color: #fff;
    padding-top: 160px;
    padding-bottom: 68px;
    max-width: 100vw;
    overflow-x: hidden;
    position: relative
}

@media (max-width:767.98px) {
    #footer {
        padding-top: 48px;
        padding-bottom: 48px
    }
}

#footer .container-float {
    overflow: hidden;
    position: relative
}

#footer .container-float:after {
    content: '';
    position: absolute;
    width: 40px;
    background-color: #202d35;
    height: 100%;
    top: 0;
    right: 0
}

@media (max-width:991.98px) {
    #footer .container-float:after {
        width: 24px
    }
}

#footer .footer-content {
    padding-top: 70px;
    padding-bottom: 70px
}

#footer .footer-left {
    font-size: 1.4rem
}

#footer .footer-left h3 {
    margin-bottom: 40px
}

@media (max-width:767.98px) {
    #footer .footer-left h3 {
        margin-bottom: 16px
    }
}

#footer .footer-left p {
    margin-bottom: 32px;
    max-width: 406px
}

@media (max-width:767.98px) {
    #footer .footer-left p {
        max-width: 100%
    }
}

#footer .footer-left #newsletterEmailFooterForm .form-group label {
    background: #8f969a;
    color: #202d35;
    border-bottom: 1px solid #8f969a
}

#footer .footer-left #newsletterEmailFooterForm .form-group .hint {
    color: #202d35
}

#footer .footer-left #newsletterEmailFooterForm input::-webkit-input-placeholder,
#footer .footer-left #newsletterEmailFooterForm select::-webkit-input-placeholder,
#footer .footer-left #newsletterEmailFooterForm textarea::-webkit-input-placeholder {
    color: #202d35!important
}

#footer .footer-left #newsletterEmailFooterForm input::-moz-placeholder,
#footer .footer-left #newsletterEmailFooterForm select::-moz-placeholder,
#footer .footer-left #newsletterEmailFooterForm textarea::-moz-placeholder {
    color: #202d35!important
}

#footer .footer-left #newsletterEmailFooterForm input:-ms-input-placeholder,
#footer .footer-left #newsletterEmailFooterForm select:-ms-input-placeholder,
#footer .footer-left #newsletterEmailFooterForm textarea:-ms-input-placeholder {
    color: #202d35!important
}

#footer .footer-left #newsletterEmailFooterForm input:-moz-placeholder,
#footer .footer-left #newsletterEmailFooterForm select:-moz-placeholder,
#footer .footer-left #newsletterEmailFooterForm textarea:-moz-placeholder {
    color: #202d35!important
}

#footer .footer-left .form-group.form-group-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#footer .footer-right {
    margin-top: -48px;
    font-size: 1.2rem
}

@media (max-width:991.98px) {
    #footer .footer-right {
        margin-top: 0
    }
}

#footer .footer-right h5 {
    color: #8f969a;
    font-weight: 700
}

#footer .footer-right a {
    font-family: TTOctosquares, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    border-bottom: none;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    font-weight: 700;
    text-transform: uppercase
}

#footer .footer-right a:hover {
    color: #8f969a
}

#footer .footer-right .widget-footer {
    padding-top: 48px;
    padding-bottom: 48px
}

@media (max-width:767.98px) {
    #footer .footer-right .widget-footer {
        padding-top: 32px;
        padding-bottom: 32px
    }
}

#footer .footer-right .widget_nav_menu h5 {
    margin-bottom: 8px;
    font-weight: 700
}

#footer .footer-right .widget_nav_menu ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#footer .footer-right .widget_nav_menu ul li a {
    padding: 8px 0;
    display: inline-block;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

#footer .footer-right .widget_nav_menu ul li:last-child a {
    padding-bottom: 0
}

#footer .footer-socials h5 {
    color: #8f969a;
    margin: 16px 0;
    font-weight: 700
}

@media (max-width:991.98px) {
    #footer .footer-socials h5 {
        margin-top: 32px
    }
}

#footer .footer-socials .footer-socials-list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 0;
    margin: 30px 0
}

@media (max-width:991.98px) {
    #footer .footer-socials .footer-socials-list {
        margin-top: 0;
        margin-bottom: 16px
    }
}

@media (max-width:767.98px) {
    #footer .footer-socials .footer-socials-list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

#footer .footer-socials .footer-socials-list li {
    display: block;
    width: 100%;
    margin: 8px
}

@media (max-width:991.98px) {
    #footer .footer-socials .footer-socials-list li {
        width: auto;
        margin-left: 10px;
        margin-right: 10px
    }
}

#footer .footer-socials .footer-socials-list li a {
    display: inline-block;
    text-decoration: none;
    border-bottom: none;
    color: #fff;
    padding: 8px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

#footer .footer-socials .footer-socials-list li a svg path {
    fill: #fff;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

#footer .footer-socials .footer-socials-list li a:hover svg path {
    fill: #8f969a
}

#footer .footer-socials .footer-socials-list li:first-child {
    margin-left: 0
}

#footer .footer-socials .footer-socials-list li:first-child a {
    padding-left: 0
}

#footer .footer-socials .footer-socials-list li:last-child {
    margin-right: 0
}

#footer .footer-socials .footer-socials-list li:last-child a {
    padding-right: 0
}

#footer .footer-copy {
    padding-top: 42px;
    font-size: 1.2rem;
    overflow: initial;
    position: initial
}

#footer .footer-copy .footer-privacy a {
    color: #fff;
    border-bottom: none;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

#footer .footer-copy .footer-privacy a:hover {
    color: #8f969a
}

@media (max-width:767.98px) {
    #footer .footer-copy .footer-author {
        text-align: right
    }
}

#footer .footer-copy .footer-author a {
    color: #fff;
    border-bottom: 1px solid #fff;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: -2px
}

#footer .footer-copy .footer-author a:hover {
    color: #8f969a
}

#footer .footer-company-wrapper {
    font-size: 1.2rem;
    overflow: initial;
    position: initial
}

#footer .footer-company {
    color: #8f969a;
    position: absolute;
    bottom: 64px
}

@media (max-width:991.98px) {
    #footer .footer-company {
        position: relative;
        bottom: 0;
        padding-top: 36px
    }
}

.newsletterEmailForm {
    font-size: 1.4rem;
    line-height: 1.5
}

.newsletterEmailForm h3 {
    margin-bottom: 40px
}

.newsletterEmailForm p {
    margin-bottom: 32px;
    max-width: 406px;
    font-size: 1.4rem!important;
    line-height: 1.5!important
}

.newsletterEmailForm #newsletterEmailFooterForm .form-group label {
    background: #8f969a;
    color: #202d35;
    border-bottom: 1px solid #8f969a
}

.newsletterEmailForm #newsletterEmailFooterForm .form-group .hint {
    color: #202d35
}

.newsletterEmailForm #newsletterEmailFooterForm input::-webkit-input-placeholder,
.newsletterEmailForm #newsletterEmailFooterForm select::-webkit-input-placeholder,
.newsletterEmailForm #newsletterEmailFooterForm textarea::-webkit-input-placeholder {
    color: #202d35!important
}

.newsletterEmailForm #newsletterEmailFooterForm input::-moz-placeholder,
.newsletterEmailForm #newsletterEmailFooterForm select::-moz-placeholder,
.newsletterEmailForm #newsletterEmailFooterForm textarea::-moz-placeholder {
    color: #202d35!important
}

.newsletterEmailForm #newsletterEmailFooterForm input:-ms-input-placeholder,
.newsletterEmailForm #newsletterEmailFooterForm select:-ms-input-placeholder,
.newsletterEmailForm #newsletterEmailFooterForm textarea:-ms-input-placeholder {
    color: #202d35!important
}

.newsletterEmailForm #newsletterEmailFooterForm input:-moz-placeholder,
.newsletterEmailForm #newsletterEmailFooterForm select:-moz-placeholder,
.newsletterEmailForm #newsletterEmailFooterForm textarea:-moz-placeholder {
    color: #202d35!important
}

.newsletterEmailForm .form-group.form-group-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

body.error404 #header {
    display: none
}

body.error404 main {
    min-height: 100vh;
    padding-top: 10vh;
    padding-bottom: 10vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

body.error404 main h1 {
    margin-bottom: 50px;
    font-weight: 700
}

@media (max-width:767.98px) {
    body.error404 main h1 {
        font-size: 3.6rem
    }
}

body.error404 main p {
    font-size: 1.6rem;
    margin-bottom: 50px
}

body.error404 main .btn {
    min-height: 140px
}

.cookie-off {
    display: none
}

.cookie-active {
    display: block;
    width: 100%;
    padding-top: 56px
}

.cookie-box {
    background-color: #576167;
    color: #d0d1d3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 32px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:575.98px) {
    .cookie-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.cookie-box .cookie-title {
    width: 29.3%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0;
    margin-bottom: 1.6rem;
    margin-top: 1.6rem
}

@media (max-width:575.98px) {
    .cookie-box .cookie-title {
        width: calc(100% - 64px);
        padding-right: 20px
    }
}

.cookie-box .cookie-content {
    width: calc(70.7% - 35px);
    padding-right: 40px;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2
}

@media (max-width:575.98px) {
    .cookie-box .cookie-content {
        width: 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-top: 30px;
        padding: 0
    }
}

.cookie-box .cookie-content p {
    max-width: 500px;
    padding: 0;
    margin: 0
}

@media (max-width:575.98px) {
    .cookie-box .cookie-content p {
        font-size: 13px;
        max-width: none
    }
}

.cookie-box .cookie-content p a {
    color: #d0d1d3;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.cookie-box .cookie-content p a:hover {
    color: #202d35
}

.cookie-box .cookie-action {
    width: 64px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.content-pb-off main,
.search-results main {
    padding-top: 9.6rem
}

.page.content-pb-off main {
    padding-top: 16rem;
    padding-bottom: 8rem
}

.breakpoint-view:before {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background-color: #fff;
    color: #000;
    content: '';
    z-index: 999;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .75);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .75)
}

@media (min-width:1920px) {
    .breakpoint-view:before {
        content: 'XXXL'
    }
    .about-us-team__item::before {
        right: -19%;
    }
}



@media (min-width:1500px) and (max-width:1919.98px) {
    .breakpoint-view:before {
        content: 'XXL'
    }
}

@media (min-width:1200px) and (max-width:1499.98px) {
    .breakpoint-view:before {
        content: 'XL'
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .breakpoint-view:before {
        content: 'LG'
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .breakpoint-view:before {
        content: 'MD'
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    .breakpoint-view:before {
        content: 'SM'
    }
}

@media (min-width:476px) and (max-width:575.98px) {
    .breakpoint-view:before {
        content: 'XS'
    }
}

@media (max-width:475.98px) {
    .breakpoint-view:before {
        content: 'UXS'
    }
}


/*# sourceMappingURL=main.css.map */

@media (min-width: 992px) {
	#header.transparent-menu.opened {background-color: transparent;color: #fff}
	#header.opened .menu-wrapper #main-nav #menu-main-menu>.menu-item.hover_active .sub-menu-item-mobile {opacity: 1; z-index:99; height:auto; transition: 1.5s;}
	.no-desktop-custom.sub-menu-item-mobile {position:absolute; z-index:0; top:91px; padding:15px 0; -webkit-transition: opacity cubic-bezier(0, 0.001, 1.0, 1.0); -o-transition: opacity cubic-bezier(0, 0.001, 1.0, 1.0); transition: opacity cubic-bezier(0, 0.001, 1.0, 1.0); opacity:0; height:0;}
	.dropdown-item {color:#000;}
	#header.transparent-menu .dropdown-item {color:#fff;}
	#header.transparent-menu.opened .menu-wrapper #main-nav #menu-main-menu>.menu-item>a:hover {color: #fff;}
	#header.transparent-menu.opened .menu-wrapper #main-nav #menu-main-menu>.menu-item>a {color: #fff;}
	#header.transparent-menu.opened .menu-wrapper #main-nav .dropdown-toggle .item-menu-title:after {background-image:url(../img/assets/arrow_down_smal_white.svg);}
	#header.fixed.transparent-menu.opened .menu-wrapper #main-nav .dropdown-toggle .item-menu-title:after, #header.fixed.opened .menu-wrapper #main-nav .dropdown-toggle .item-menu-title:after {background-image:url(../img/assets/arrow_down_smal.svg);}
	
	.dropdown-item:focus, .dropdown-item:hover, .dropdown-item.active, .dropdown-item:active {color: #000; background-color:transparent;}
	#header.transparent-menu .dropdown-item:focus, #header.transparent-menu .dropdown-item:hover, #header.transparent-menu .dropdown-item.active, #header.transparent-menu .dropdown-item:active {color: #fff;}
	#header .no-desktop-custom.sub-menu-item-mobile a {padding:15px 0; font-size:15px; line-height:21px; font-family: TTOctosquares, "Helvetica Neue", Helvetica, Arial, sans-serif;}
	#header.transparent-menu.opened div.nav-item {padding: 0;} 
	li.menu-item {border-bottom:3px solid transparent;}
    li.menu-item.active {border-bottom: 3px solid #000;}
    #header.transparent-menu li.menu-item.active, #header li.menu-item.hover_active {border-bottom: 3px solid #d0d1d3;}
	#header.normal-menu.opened li.menu-item.hover_active {border-bottom: 3px solid #000;}
	#header.normal-menu.opened.transparent-menu li.menu-item.hover_active {border-bottom: 3px solid #fff;}
	#header.fixed.transparent-menu.opened li.menu-item:hover, #header.fixed.transparent-menu.opened li.menu-item.active, #header.fixed.opened li.menu-item.active, #header.fixed.opened li.menu-item:hover {border-bottom: 3px solid #000;}
	#header.fixed.transparent-menu.opened a.dropdown-item, #header.fixed.opened a.dropdown-item {color: #000;}
	
	
	
	#header.normal-menu.transparent-menu.opened #zmorph_sygnet #zmorph_sygnet-z-bottom, #header.normal-menu.transparent-menu.opened #zmorph_sygnet #zmorph_sygnet-z-skos, #header.normal-menu.transparent-menu.opened #zmorph_sygnet #zmorph_sygnet-z-top {fill:#fff!important;}
	#header.normal-menu.transparent-menu.opened #zmorph_logotyp path {fill: #fff!important;}
	#header.normal-menu.transparent-menu.opened #zmorph_sygnet #zmorph_sygnet-z-kwadrat {fill: #fff!important;}
	#header.normal-menu.transparent-menu.opened .sub-menu-wrapper.dropdown-opened:after, #header.transparent-menu.anchor-local-active.opened  .sub-menu-wrapper.dropdown-opened:after {background-color:  #8f969a;}
	
	#header.transparent-menu.anchor-local-active.opened  #zmorph_sygnet #zmorph_sygnet-z-bottom,  #header.transparent-menu.anchor-local-active.opened   #zmorph_sygnet #zmorph_sygnet-z-skos, #header.transparent-menu.anchor-local-active.opened #zmorph_sygnet #zmorph_sygnet-z-top {fill:#fff!important;}   
	#header.transparent-menu.anchor-local-active.opened #zmorph_logotyp path {fill: #fff!important;}
	#header.transparent-menu.anchor-local-active.opened #zmorph_sygnet #zmorph_sygnet-z-kwadrat {fill: #fff!important;}
	
	#header.transparent-menu.anchor-local-active.opened.fixed  #zmorph_sygnet #zmorph_sygnet-z-bottom,  #header.transparent-menu.anchor-local-active.opened.fixed  #zmorph_sygnet #zmorph_sygnet-z-skos, #header.transparent-menu.anchor-local-active.opened.fixed #zmorph_sygnet #zmorph_sygnet-z-top {fill:#000!important;}   
	#header.transparent-menu.anchor-local-active.opened.fixed #zmorph_logotyp path {fill: #000!important;}
	#header.transparent-menu.anchor-local-active.opened.fixed #zmorph_sygnet #zmorph_sygnet-z-kwadrat {fill: #000!important;}
	#header.transparent-menu.anchor-local-active.opened.fixed .sub-menu-wrapper.dropdown-opened:after, #header.normal-menu.transparent-menu.opened.fixed .sub-menu-wrapper.dropdown-opened:after {background-color: #000;}
	
	#header.normal-menu.transparent-menu.opened.fixed #zmorph_sygnet #zmorph_sygnet-z-bottom, #header.normal-menu.transparent-menu.opened.fixed #zmorph_sygnet #zmorph_sygnet-z-skos, #header.normal-menu.transparent-menu.opened.fixed #zmorph_sygnet #zmorph_sygnet-z-top {fill:#000!important;}
	#header.normal-menu.transparent-menu.opened.fixed #zmorph_logotyp path {fill: #000!important;}
	#header.normal-menu.transparent-menu.opened.fixed #zmorph_sygnet #zmorph_sygnet-z-kwadrat {fill: #000!important;}
	#header .sub-menu-wrapper .megamenu.opened {display:none!important;}
	#header.opened .menu-wrapper .logo-wrapper .zmorph_page_title {display: none;}
    .product-heading__default .woocommerce-product-details__short-description {max-width: 570px;}

}