

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

aside,
footer,
header,
nav,
section {
    display: block;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

main {
    display: block;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
    outline-width: 0;
}

abbr[title] {
    border-bottom: 0;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: bolder;
}

code,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

mark {
    background-color: #ff0;
    color: var(--black);
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

audio,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    border: 1px solid gray;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

menu {
    display: block;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

html {
    font-size: 62.5%;
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body {
    font-weight: normal;
    line-height: 1;
    word-wrap: break-word;
    
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: none;
}

body,
input,
button {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

img,
video {
    max-width: 100%;
    height: auto;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-font-smoothing: auto;
    -webkit-font-smoothing: antialiased;
    -webkit-font-variant-ligatures: common-ligatures;
    -moz-font-variant-ligatures: common-ligatures;
    font-variant-ligatures: common-ligatures;
    
}

em,
i {
    font-style: italic;
    line-height: inherit;
}

strong,
b {
    font-weight: bold;
    line-height: inherit;
}

small {
    font-size: 60%;
    line-height: inherit;
}

ol,
ul {
    list-style: none;
}

li {
    display: block;
}

a {
    text-decoration: none;
    line-height: inherit;
}

a img {
    border: 0;
}

fieldset {
    margin: 0;
    padding: 0;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.row {
    width: 94%;
    max-width:100%;
    margin: 0 auto;
    padding:0 3%;
    position: relative;
    overflow: hidden;
}

.row:after {
    content: "";
    display: table;
    clear: both;

}

.row .row {

    max-width: none;
    margin-left: -20px;
    margin-right: -20px;
}

[class*="col-"] {
    float: left;
    padding: 0 20px;
}

[class*="col-"]+[class*="col-"].end {
    float: right;
}

.col-six {
    width: 50%;
}

.col-twelve,
.col-full {
    width: 100%;
}

@media (max-width:1199px) {
    .row .row {
        margin-left: -15px;
        margin-right: -15px;
    }

    [class*="col-"] {
        padding: 0 15px;
    }
}

@media (max-width:991px) {
    .row {
        width: 90%;
    }

    .tab-full {
        width: 100%;
    }
}

@media (max-width:767px) {
    .row {
        width: auto;
        padding-left: 25px;
        padding-right: 25px;
    }

    .row .row {
        margin-left: -10px;
        margin-right: -10px;
    }

    [class*="col-"] {
        padding: 0 10px;
    }
}

@media (max-width:767px) {
    .row .row {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }

    [class*="col-"] {
        width: 100% !important;
        float: none !important;
        clear: both !important;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }

    [class*="col-"]+[class*="col-"].end {
        float: none;
    }
}

[class*="block-"]:after {
    content: "";
    display: table;
    clear: both;
}

.block-1-4 .col-block {
    width: 25%;
}

.block-1-2 .col-block {
    width: 50%;
}

.block-1-4 .col-block:nth-child(4n+1),
.block-1-2 .col-block:nth-child(2n+1) {
    clear: both;
}

@media (max-width:991px) {
    .block-m-1-2 .col-block {
        width: 100%;
    }

    [class*="block-m-"] .col-block:nth-child(n) {
        clear: none;
    }

    .block-m-1-2 .col-block:nth-child(2n+1) {
        clear: both;
    }
}

@media (max-width:767px) {
    .block-tab-full .col-block {
        width: 100%;
        clear: both;
    }

    [class*="block-tab-"] .col-block:nth-child(n) {
        clear: none;
    }
}

@media (max-width:767px) {
    .block-mob-full .col-block {
        width: 100%;
        clear: both;
    }

    [class*="block-mob-"] .col-block:nth-child(n) {
        clear: none;
    }
}

@media (max-width:567px) {
    .stack .col-block {
        width: 100% !important;
        float: none !important;
        clear: both !important;
        margin-left: 0;
        margin-right: 0;
    }
}

.group:after {
    content: "";
    display: table;
    clear: both;
}

.half-bottom {
    margin-bottom: 1.5rem !important;
}

.add-bottom {
    margin-bottom: 3rem !important;
}

.full-width {
    width: 100%;
}

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

.pull-left {
    float: left;
}

[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
    transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
    transition-delay: inherit;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
    transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
    transition-duration: .1s;
}

[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
    transition-delay: initial;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
    transition-delay: .1s;
}

[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
    transition-duration: .15s;
}

[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
    transition-delay: initial;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
    transition-delay: .15s;
}

[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
    transition-duration: .2s;
}

[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
    transition-delay: initial;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
    transition-delay: .2s;
}

[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
    transition-duration: .25s;
}

[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
    transition-delay: initial;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
    transition-delay: .25s;
}

[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
    transition-duration: .3s;
}

[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
    transition-delay: initial;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
    transition-delay: .3s;
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
    transition-duration: .4s;
}

[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
    transition-delay: initial;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
    transition-delay: .4s;
}

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
    transition-duration: .5s;
}

[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
    transition-delay: initial;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
    transition-delay: .5s;
}

[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
    transition-duration: .55s;
}

[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
    transition-delay: initial;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
    transition-delay: .55s;
}

[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
    transition-duration: .6s;
}

[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
    transition-delay: initial;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
    transition-delay: .6s;
}

[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
    transition-duration: .8s;
}

[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
    transition-delay: initial;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
    transition-delay: .8s;
}

[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
    transition-duration: .9s;
}

[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
    transition-delay: initial;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
    transition-delay: .9s;
}

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
    transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
    transition-delay: initial;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
    transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
    transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
    transition-delay: initial;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
    transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
    transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
    transition-delay: initial;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
    transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
    transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
    transition-delay: initial;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
    transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
    transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
    transition-delay: initial;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
    transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
    transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
    transition-delay: initial;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
    transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing="linear"],
body[data-aos-easing="linear"] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .25, .75, .75);
}

[data-aos][data-aos][data-aos-easing="ease"],
body[data-aos-easing="ease"] [data-aos] {
    transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing="ease-in-sine"],
body[data-aos-easing="ease-in-sine"] [data-aos] {
    transition-timing-function: cubic-bezier(.47, 0, .745, .715);
}

[data-aos^="fade"][data-aos^="fade"] {
    opacity: 0;
    transition-property: opacity, transform;
}

[data-aos^="fade"][data-aos^="fade"].aos-animate {
    opacity: 1;
    transform: translate(0);
}

[data-aos="fade-up"] {
    transform: translateY(100px);
}

[data-aos^="zoom"][data-aos^="zoom"] {
    opacity: 0;
    transition-property: opacity, transform;
}

[data-aos^="zoom"][data-aos^="zoom"].aos-animate {
    opacity: 1;
    transform: translate(0) scale(1);
}

[data-aos^="slide"][data-aos^="slide"] {
    transition-property: transform;
}

[data-aos^="slide"][data-aos^="slide"].aos-animate {
    transform: translate(0);
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: 0;
}

.slick-list.dragging {
    cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}





html,
body {
    height: 100%;
}

body {
    background: var(--off-black);
    font-family: var(--body-font);
    font-size: 1.7rem;
    font-style: normal;
    font-weight: normal;
    line-height: 1.765;
    color: var(--off-black);
    margin: 0;
    padding: 0;
}

.js-fail {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: red;
    color: var(--white);
    text-align: center;
    z-index: 99999 !important;
    padding: 1em 0;
    width: 100%;
    max-width: 100%;
}

.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.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}

@media(print), (prefers-reduced-motion:reduce) {
    .animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-transition-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
    }
}

@-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 slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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



a {
    color: var(--hacker-green);
    text-transform:uppercase;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a:hover,
a:focus,
a:active {
    color: var(--default);
}

a:hover,
a:active {
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: var(--body-h1-6);
    color: var(--black);
    font-style: normal;
    font-weight: normal;
    
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
    /* margin-top: 6rem; */
    margin-bottom: 1.8rem;
}

@media (max-width:767px) {

    h1,
    .h1,
    h2,
    .h2,
    h3,
    .h3,
    h4,
    .h4 {
        margin-top: 5.1rem;
    }
}

h5,
.h5,
h6,
.h6 {
    /* margin-top: 4.2rem; */
    /* margin-bottom: 1.5rem; */
}

@media (max-width:767px) {

    h5,
    .h5,
    h6,
    .h6 {
        margin-top: 3.6rem;
        margin-bottom: .9rem;
    }
}

h1,
.h1 {
    font-size: 3.6rem;
    line-height: 1.25;
    letter-spacing: -.1rem;
}

@media (max-width:767px) {

    h1,
    .h1 {
        font-size: 3.3rem;
        letter-spacing: -.07rem;
    }
}

h2,
.h2 {
    font-size: 3rem;
    line-height: 1.3;
}

h3,
.h3 {
    font-size: 2.4rem;
    line-height: 1.25;
}

h4,
.h4 {
    font-size: 2.1rem;
    line-height: 1.286;
}

h5,
.h5 {
    font-size: 1.6rem;
    line-height: 1.313;
}

h6,
.h6 {
    font-size: 1.3rem;
    line-height: 1.385;
    text-transform: uppercase;
    letter-spacing: .16rem;
}

p img {
    margin: 0;
}

p.lead {
    font-family: var(--body-plead);
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.8;
    margin-bottom: 3.6rem;
    color: var(--black);
}

@media (max-width:991px) {
    p.lead {
        font-size: 1.8rem;
    }
}

em,
i,
strong,
b {
    font-size: inherit;
    line-height: inherit;
    font-style: normal;
    font-weight: normal;
}



small {
    font-size: 1.2rem;
    line-height: inherit;
}

blockquote {
    margin: 3.9rem 0;
    padding-left: 4.5rem;
    position: relative;
}

blockquote:before {
    content: "\201C";
    font-size: 10rem;
    line-height: 0;
    margin: 0;
    color: rgba(0, 0, 0, .25);
    position: absolute;
    top: 3.6rem;
    left: 0;
}

blockquote p {
    font-family: var(--body-plead);
    padding: 0;
    font-size: 2.1rem;
    line-height: 1.857;
    color: var(--off-black);
}

blockquote cite {
    display: block;
    font-family: var(--body-plead);
    font-size: 1.4rem;
    font-style: normal;
    line-height: 1.5;
}

blockquote cite:before {
    content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited {
    color: #828282;
    border: 0;
}

abbr {
    font-family: "lora-bold", serif;
    font-variant: small-caps;
    text-transform: lowercase;
    letter-spacing: .05rem;
    color: #828282;
}


pre {
    padding: 2.4rem 3rem 3rem;
    background: var(--off-white);
    overflow-x: auto;
}

code {
    font-size: 1.4rem;
    margin: 0 .2rem;
    padding: .3rem .6rem;
    white-space: nowrap;
    background: var(--off-white);
    border: 1px solid #e1e1e1;
    border-radius: 3px;
}

pre>code {
    display: block;
    white-space: pre;
    line-height: 2;
    padding: 0;
    margin: 0;
}

del {
    text-decoration: line-through;
}

abbr[title] {
    border-bottom: 1px dotted;
    cursor: help;
    text-decoration: none;
}

mark {
    background: #ffd900;
    color: var(--black);
}

hr {
    border: solid rgba(0, 0, 0, .1);
    border-width: 1px 0 0;
    clear: both;
    margin: 2.4rem 0 1.5rem;
    height: 0;
}

ol {
    list-style: decimal;
}

ul {
    list-style: disc;
}

li {
    display: list-item;
}

ol,
ul {
    margin-left: 1.7rem;
}

ul li {
    padding-left: .4rem;
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin: .6rem 0 .6rem 1.7rem;
}

ul.disc li {
    display: list-item;
    list-style: none;
    padding: 0 0 0 .8rem;
    position: relative;
}

ul.disc li::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--default);
    position: absolute;
    left: -17px;
    top: 11px;
    vertical-align: middle;
}

dt {
    margin: 0;
    color: var(--default);
}

dd {
    margin: 0 0 0 2rem;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

img.pull-left {
    margin: 1.5rem 3rem 0 0;
}

table {
    border-width: 0;
    width: 100%;
    max-width: 100%;
    font-family: "lora-regular", serif;
}

th,
td {
    padding: 1.5rem 3rem;
    text-align: left;
    border-bottom: 1px solid #e8e8e8;
}

th {
    color: var(--black);
    font-family: var(--body-strong);
}

td {
    line-height: 1.5;
}

th:first-child,
td:first-child {
    padding-left: 0;
}

th:last-child,
td:last-child {
    padding-right: 0;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

button,
.btn {
    margin-bottom: 1.2rem;
}

fieldset {
    margin-bottom: 1.5rem;
}

input,
textarea,
select,
pre,
blockquote,
table,
p,
ul,
ol,
dl,
form,
.video-container,
.cl-custom-select {
    margin-bottom: 3rem;
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: var(--default);
    position: fixed;
    z-index: 900;
    top: 0;
    right: 100%;
    width: 100%;
    height: 4px;
}

.oldie .pace {
    display: none;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    padding-top:5%;
    text-align: center;
    right: 0;
    bottom: 0;
    background: #090909;
    z-index: 800;
    height: 100%;
    width: 100%;
    display: table;
}

.no-js #preloader,
.oldie #preloader {
    display: none;
}


fieldset {
    border: 0;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
    display: block;
    height: 6rem;
    padding: 1.5rem 0;
    border: 0;
    outline: 0;
    color: #333;
    font-family: var(--body-forms);
    font-size: 1.4rem;
    line-height: 3rem;
    max-width: 100%;
    background: transparent;
    border-bottom: 2px solid rgba(0, 0, 0, .15);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.cl-custom-select {
    position: relative;
    padding: 0;
}

.cl-custom-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    text-indent: .01px;
    margin: 0;
    line-height: 3rem;
    vertical-align: middle;
}

.cl-custom-select select option {
    padding-left: 2rem;
    padding-right: 2rem;
}

.cl-custom-select select::-ms-expand {
    display: none;
}

.cl-custom-select::after {
    border-bottom: 2px solid rgba(0, 0, 0, .5);
    border-right: 2px solid rgba(0, 0, 0, .5);
    content: '';
    display: block;
    height: 8px;
    width: 8px;
    margin-top: -7px;
    pointer-events: none;
    position: absolute;
    right: 2.4rem;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.oldie .cl-custom-select::after {
    display: none;
}

textarea {
    min-height: 25rem;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
    color: var(--black);
    border-bottom: 2px solid var(--black);
}

label,
legend {
    font-family: var(--body-plead);
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: .9rem;
    line-height: 1.714;
    color: var(--black);
    display: block;
}

input[type="checkbox"],
input[type="radio"] {
    display: inline;
}

label>.label-text {
    display: inline-block;
    margin-left: 1rem;
    font-family: var(--body-plead);
    font-weight: normal;
    line-height: inherit;
}

label>input[type="checkbox"],
label>input[type="radio"] {
    margin: 0;
    position: relative;
    top: .15rem;
}

.placeholder {
    color: #828282 !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: var(--default);
    transition: background-color 5000s ease-in-out;
}

.btn,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    display: inline-block;
    font-family: var(--body-h1-6);
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: .3rem;
    line-height: calc(5.4rem - .4rem);
    padding: 0 3em;
    color: var(--black);
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: #c5c5c5;
    border: .2rem solid #c5c5c5;
}

.btn:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.btn:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
    background-color: #b8b8b8;
    border-color: #b8b8b8;
    color: var(--black);
    outline: 0;
}

.btn.btn--primary,
button.btn--primary,
input[type="submit"].btn--primary,
input[type="reset"].btn--primary,
input[type="button"].btn--primary {
    background: var(--default);
    border-color: var(--default);
    color: var(--white);
}

.btn.btn--primary:hover,
button.btn--primary:hover,
input[type="submit"].btn--primary:hover,
input[type="reset"].btn--primary:hover,
input[type="button"].btn--primary:hover,
.btn.btn--primary:focus,
button.btn--primary:focus,
input[type="submit"].btn--primary:focus,
input[type="reset"].btn--primary:focus,
input[type="button"].btn--primary:focus {
    background: #33a242;
    border-color: #33a242;
}

.btn.full-width,
button.full-width {
    width: 100%;
    margin-right: 0;
}

.btn--stroke,
button.btn--stroke {
    background: transparent !important;
    border: .2rem solid var(--default);
    color: var(--default);
}

.btn--stroke:hover,
button.btn--stroke:hover {
    border: .2rem solid var(--black);
    color: var(--black);
}

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

.alert-box {
    padding: 2.1rem 4rem 2.1rem 3rem;
    position: relative;
    margin-bottom: 3rem;
    border-radius: 3px;
    font-family: var(--body-plead);
    font-size: 1.5rem;
    line-height: 1.6;
}

.alert-box__close {
    position: absolute;
    right: 1.8rem;
    top: 1.8rem;
    cursor: pointer;
}

.alert-box__close.fa {
    font-size: 12px;
}

.alert-box--error {
    background-color: #ffd1d2;
    color: #e65153;
}

.alert-box--success {
    background-color: #c8e675;
    color: #758c36;
}

.alert-box--info {
    background-color: #d7ecfb;
    color: #4a95cc;
}

.alert-box--notice {
    background-color: var(--white)099;
    color: #bba31b;
}

.drop-cap:first-letter {
    float: left;
    margin: 0;
    padding: 1.5rem .6rem 0 0;
    font-size: 8.4rem;
    font-family: var(--body-plead);
    font-weight: bold;
    line-height: 6rem;
    text-indent: 0;
    background: transparent;
    color: var(--black);
}

.pull-quote {
    position: relative;
    padding: 2.1rem 3rem 2.1rem 0;
}

.pull-quote:before,
.pull-quote:after {
    height: 1em;
    position: absolute;
    font-size: 10rem;
    font-family: Arial, Sans-Serif;
    color: rgba(0, 0, 0, .25);
}

.pull-quote:before {
    content: "\201C";
    top: -3.6rem;
    left: 0;
}

.pull-quote:after {
    content: '\201D';
    bottom: 3.6rem;
    right: 0;
}

.pull-quote blockquote {
    margin: 0;
}

.pull-quote blockquote:before {
    content: none;
}

.stats-tabs {
    padding: 0;
    margin: 3rem 0;
}

.stats-tabs li {
    display: inline-block;
    margin: 0 1.5rem 3rem 0;
    padding: 0 1.5rem 0 0;
    border-right: 1px solid rgba(0, 0, 0, .1);
}

.stats-tabs li:last-child {
    margin: 0;
    padding: 0;
    border: 0;
}

.stats-tabs li a {
    display: inline-block;
    font-size: 2.5rem;
    font-family: var(--body-plead);
    font-weight: bold;
    border: 0;
    color: var(--black);
}

.stats-tabs li a:hover {
    color: var(--default);
}

.stats-tabs li a em {
    display: block;
    margin: .6rem 0 0 0;
    font-size: 1.4rem;
    font-family: var(--body-plead);
    color: #828282;
}

.skill-bars {
    list-style: none;
    margin: 6rem 0 3rem;
}

.skill-bars li {
    height: .6rem;
    background: #c9c9c9;
    width: 100%;
    margin-bottom: 6.9rem;
    padding: 0;
    position: relative;
}

.skill-bars li strong {
    position: absolute;
    left: 0;
    top: -3rem;
    font-family: var(--body-strong);
    color: var(--black);
    text-transform: uppercase;
    letter-spacing: .2rem;
    font-size: 1.4rem;
    line-height: 2.4rem;
}

.skill-bars li .progress {
    background: var(--black);
    position: relative;
    height: 100%;
}

.skill-bars li .progress span {
    position: absolute;
    right: 0;
    top: -3.6rem;
    display: block;
    font-family: var(--body-plead);
    color: var(--white);
    font-size: 1.1rem;
    line-height: 1;
    background: var(--black);
    padding: .6rem .6rem;
    border-radius: 3px;
}

.skill-bars li .progress span::after {
    position: absolute;
    left: 50%;
    bottom: -5px;
    margin-left: -5px;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid var(--black);
    content: "";
}

.skill-bars li .percent70 {
    width: 70%;
}

.skill-bars li .percent75 {
    width: 75%;
}

.skill-bars li .percent85 {
    width: 85%;
}

.skill-bars li .percent90 {
    width: 90%;
}

.skill-bars li .percent95 {
    width: 95%;
}

.narrow {
    max-width:90%;
}

.display-1 {
    font-family: var(--body-h1-6);
    font-size: 7.8rem;
    line-height: 1.25;
    color: var(--black);
    margin-top: 0;
}

.display-1--light {
    color: var(--white);
}

.display-2 {
    font-family: var(--body-h1-6);
    font-size: 5.2rem;
    line-height: 1.255;
    color: var(--off-black);
    margin-top: 0;
}

.before-matrix {
    color:white
}

.display-2--light {
    color: var(--white);
}

.subhead+.display-2 {
    margin-top: .6rem;
}

.subhead {
    font-family: var(--body-strong);
    font-size: 2rem;
    line-height: 1.333;
    text-transform: uppercase;
    letter-spacing: .25rem;
    color: var(--hacker-green);
    margin-top: 0;
    margin-bottom: 0;
}

.subhead--dark {
    color: var(--hacker-green);
}

@media (max-width:1199px) {
    .display-1 {
        font-size: 7.2rem;
    }

    .display-2 {
        font-size: 4.4rem;
    }
}

@media (max-width:991px) {
    .display-1 {
        font-size: 6.5rem;
    }

    .display-2 {
        font-size: 4rem;
    }
}

@media (max-width:767px) {
    .display-1 {
        font-size: 5rem;
    }

    .display-2 {
        font-size: 3.3rem;
    }

    .subhead {
        font-size: 1.5rem;
    }
}

@media (max-width:567px) {
    .display-1 {
        font-size: 4.2rem;
    }

    .display-2 {
        font-size: 3rem;
    }
}

.section-header {
    text-align: center;
    position: relative;
    margin-bottom: 3.6rem;
    max-width: 960px;
}

.section-header.has-bottom-sep {
    padding-bottom: 2.1rem;
    position: relative;
}

.section-header.has-bottom-sep::before {
    content: "";
    display: inline-block;
    height: 1px;
    width: 550px;
    background-color: rgba(0, 0, 0, .1);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.section-header.has-bottom-sep.light-sep::before {
    background-color: rgba(255, 255, 255, .05);
}

@media (max-width:1199px) {
    .section-header {
        max-width:90%;
    }
}

@media (max-width:900px) {
    .section-header {
        max-width:85%;
    }
}

@media (max-width:991px) {
    .s-clients {
        padding-bottom: 17.4rem;
    }

    .section-header.has-bottom-sep::before {
        width: 400px;
    }
}

@media (max-width:767px) {
    .section-header.has-bottom-sep {
        padding-bottom: 0;
    }

    .section-header.has-bottom-sep::before {
        width: 250px;
    }
}

.slick-slider .slick-slide {
    outline: 0;
}

.slick-slider .slick-dots {
    display: block;
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 3rem 0 0 0;
    text-align: center;
    position: absolute;
    top: 100%;
    left: 0;
}

.slick-slider .slick-dots li {
    display: inline-block;
    width: 27px;
    height: 27px;
    margin: 0;
    padding: 9px;
    cursor: pointer;
}

.slick-slider .slick-dots li button {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #959595;
    border: 0;
    line-height: 10px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
}

.slick-slider .slick-dots li button:hover,
.slick-slider .slick-dots li button:focus {
    outline: 0;
}

.slick-slider .slick-dots li.slick-active button,
.slick-slider .slick-dots li:hover button {
    background: var(--default);
}

.s-header {
    width: 100%;
    height: 96px;
    background-color: transparent;
    position: absolute;
    top: 0;
    z-index: 500;
}

.not-home {
    background-color: var(--off-black) !important;
}

.header-logo {
    display: inline-block;
    margin: 0;
    padding: 0;
    z-index: 501;
}

.header-logo a {
    color: white;
    display: block;
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.header-nav {
    background: var(--black) url(../images/bg.webp)center top repeat;
    font-family: var(--body-forms);
    font-size: 1.3rem;
    line-height: 1.846;
    padding: 3.6rem 3rem 3.6rem 3.6rem;
    height: 100%;
    width: 280px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 700;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    visibility: hidden;
}

.header-nav a,
.header-nav a:visited {
    color: rgba(255, 255, 255, .5);
}

.header-nav a:hover,
.header-nav a:focus,
.header-nav a:active {
    color: white;
}

.header-nav h3 {
    font-family: var(--body-a);
    font-size: 11px;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: .25rem;
    margin-bottom: 4.8rem;
    margin-top: .9rem;
    color: var(--default);
}

.header-nav p {
    margin-bottom: 2.7rem;
}

.header-nav__content {
    position: relative;
    left: 50px;
    opacity: 0;
    visibility: hidden;
}

.header-nav__list {
    font-family: var(--body-plead);
    font-size: 1.8rem;
    margin: 3.6rem 0 3rem 0;
    padding: 0 0 1.8rem 0;
    list-style: none;
}

.header-nav__list li {
    padding-left: 0;
    line-height: 4.5rem;
}

.header-nav__list a,
.header-nav__list a:visited {
    color: var(--white);
}

.header-nav__social {
    list-style: none;
    display: inline-block;
    margin: 0;
    font-size: 1.8rem;
}

.header-nav__social li {
    margin-right: 12px;
    padding-left: 0;
    display: inline-block;
}

.header-nav__social li a:hover,
.header-nav__social li a:focus {
    color: white;
}

.header-nav__social li:last-child {
    margin: 0;
}

.header-nav__close {
    display: block;
    height: 30px;
    width: 30px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, .3);
    position: absolute;
    top: 36px;
    right: 30px;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    z-index: 800;
}

.header-nav__close span::before,
.header-nav__close span::after {
    content: "";
    display: block;
    height: 2px;
    width: 12px;
    background-color: var(--white);
    position: absolute;
    top: 50%;
    left: 9px;
    margin-top: -1px;
}

.header-nav__close span::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.header-nav__close span::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-is-open .header-nav {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    -webkit-overflow-scrolling: touch;
}

.menu-is-open .header-nav .header-nav__content {
    opacity: 1;
    visibility: visible;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    left: 0;
}

.header-menu-toggle {
    position: fixed;
    right: 38px;
    top: 24px;
    height: 42px;
    width: 42px;
    line-height: 42px;
    font-family: var(--body-h1-6);
    font-size: 1.3rem;
    text-transform: uppercase;
    letter-spacing: .3rem;
    color: var(--default);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.header-menu-toggle.opaque {
    background-color: var(--black);
}

.header-menu-toggle.opaque .header-menu-text {
    background-color: var(--black);
}

.header-menu-toggle:hover,
.header-menu-toggle:focus {
    color: var(--white);
}

.header-menu-text {
    display: block;
    position: absolute;
    top: 0;
    left: -70px;
    width: 70px;
    padding-left: 12px;
}

.header-menu-icon {
    display: block;
    width: 22px;
    height: 2px;
    margin-top: -1px;
    position: absolute;
    left: 10px;
    top: 50%;
    right: auto;
    bottom: auto;
    background-color: white;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.header-menu-icon::before,
.header-menu-icon::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: inherit;
    position: absolute;
    left: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.header-menu-icon::before {
    top: -9px;
}

.header-menu-icon::after {
    bottom: -9px;
}

@media (max-width:767px) {
    .s-header {
        height: 90px;
    }

    .header-logo {
        left: 30px;
    }

    .header-menu-toggle {
        right: 25px;
    }
}

@media (max-width:567px) {
    .header-menu-text {
        display: none;
    }
}

.s-home {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.s-home .shadow-overlay {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: url(../images/s-glass.png) center top repeat;
}
 
.s-home .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom:0;
    right:0;
    width: 100%;
    height: 100%;
    opacity:1;
    background: url(../images/overlay-fence.png) center center repeat;
    
}

.no-js .s-home {
    background: var(--black);
}

.home-content {
    z-index: 100;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.home-content h3 {
    font-family: var(--body-h1-6);
    font-size: 1.6rem;
    color: rgba(255, 255, 255, .5);
    text-transform: uppercase;
    letter-spacing: .3rem;
    position: relative;
    margin-top: 0;
    margin-bottom: 1.2rem;
    margin-left: 6px;
}

.home-content h1 {
    font-family: var(--body-h1-6);
    font-size: 6.3rem;
    line-height: 1.333;
    margin-top: 0;
    color: var(--white);
}

.home-content__main {
    padding-top: 24rem;
    position: relative;
}

.home-content__buttons {
    text-align: left;
}

.home-content__buttons .btn {
    border-color: var(--white);
    color: var(--white);
    margin: 1.5rem 3rem 1.5rem 0;
    letter-spacing: .25rem;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.home-content__buttons .btn:hover,
.home-content__buttons .btn:focus {
    background: var(--white) !important;
    color: var(--black);
}

.home-content__scroll {
    position: absolute;
    right: 9.5rem;
    bottom: 8.4rem;
}

.home-content__scroll a {
    font-family: var(--body-a);
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: .3rem;
    color: var(--white);
    position: relative;
    display: inline-block;
    line-height: 3rem;
    padding-left: 2.5rem;
}

.home-content__scroll a::before {
    border-bottom: 2px solid var(--default);
    border-right: 2px solid var(--default);
    content: '';
    display: block;
    height: 8px;
    width: 8px;
    margin-top: -6px;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.home-content__line {
    display: block;
    width: 2px;
    height: 10.2rem;
    background-color: var(--default);
    position: absolute;
    right: 7.2rem;
    bottom: 0;
}

.home-social {
    font-family: var(--body-plead);
    list-style: none;
    margin: 0;
    position: absolute;
    top: 50%;
    right: 5.4rem;
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.home-social a {
    color: white;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.home-social li {
    position: relative;
    padding: .9rem 0;
}

.home-social li a {
    display: block;
    width: 33px;
    height: 33px;
}

.home-social i,
.home-social span {
    position: absolute;
    top: 0;
    line-height: 33px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.home-social i {
    font-size: 14px;
    right: 0;
    text-align: center;
    display: inline-block;
    width: 33px;
    height: 33px;
    line-height: calc(33px - 4px);
    border: 2px solid var(--white);
    border-radius: 50%;
}

.home-social span {
    color: var(--default);
    right: 4.5rem;
    font-size: 1.3rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.home-social li:hover span {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

html.cl-preload .home-content__main {
    opacity: 0;
}

html.cl-loaded .home-content__main {
    animation-duration: 2s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 150%, 0);
        -ms-transform: translate3d(0, 150%, 0);
        transform: translate3d(0, 150%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 150%, 0);
        -ms-transform: translate3d(0, 150%, 0);
        transform: translate3d(0, 150%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -150%, 0);
        -ms-transform: translate3d(0, -150%, 0);
        transform: translate3d(0, -150%, 0);
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -150%, 0);
        -ms-transform: translate3d(0, -150%, 0);
        transform: translate3d(0, -150%, 0);
    }
}

@media (max-width:1500px) {
    .home-content h1 {
        font-size: 6rem;
    }

    .home-content__main {
        max-width:100%;
    }
}

@media (max-width:1199px) {
    .home-content h1 {
        font-size: 5.5rem;
    }

    .home-content__main {
        max-width:90%;
    }
}

@media (max-width:991px) {
    .home-content h1 {
        font-size: 4.6rem;
    }

    .home-content br {
        display: none;
    }

    .home-content__main {
        padding-top: 21rem;
        padding-right: 2%;
        max-width: 100%
    }
}

@media (max-width:991px) {
    .home-content h3 {
        font-size: 1.5rem;
    }

    .home-content h1 {
        font-size: 4rem;
    }

    .home-content__main {
        padding-right: 70px;

    }
}

@media (max-width:767px) {
    .home-content__butons {
        text-align: center;
    }

    .home-content__buttons .btn {
        display: block;
        padding: .1em .5em;
    }

    .home-social {
        right: 4rem;
    }

    .home-content__scroll {
        right: 7.5rem;
    }

    .home-content__line {
        right: 5.5rem;
    }
}

@media (max-width:767px) {
    .home-content h1 {
        font-size: 3.8rem;
    }

    .home-social {
        right: 2rem;
    }

    .home-social li {
        padding: .6rem 0;
    }

    .home-social i {
        font-size: 17px;
        border: 0;
    }

    .home-social span {
        display: none;
    }

    .home-content__scroll {
        bottom: 5.4rem;
    }

    .home-content__line {
        height: 7.2rem;
    }
}

@media (max-width:576px) {
    .s-home {
        min-height: 642px;
    }

    .home-content h1 {
        font-size: 3.5rem;
    }

    .home-content__main {
        text-align: center;
        max-width: none;
        padding-top: 15rem;
        padding-right: 25px;
        width: 85%;
    }

    .home-content__buttons {
        padding-top: 1.2rem;
    }

    .home-content__buttons .btn {
        width: auto;
        margin: 1.5rem 0 0 0;
    }

    .home-social {
        display: none;
    }
}

@media (max-width:450px) {
    .home-content h1 {
        font-size: 3.3rem;
        width: 100%;
        margin-top: 30px;
    }
}

@media (max-width:567px) {
    .s-home {
        min-height: 630px;
    }

    .home-content h1 {
        font-size: 3.2rem;
    }

    .home-content__main {
        padding-top: 16.2rem;
        width: auto;
    }
}

.s-about {
    padding-top: 16.2rem;
    padding-bottom: 9rem;
    /* background-color: var(--default); */
    color: var(--off-white);
    position: relative;
}

.s-about .section-header.has-bottom-sep::before {
    background-color: rgba(255, 255, 255, .25);
}

.about-desc {
    font-size: 2.4rem;
    line-height: 1.75;
    text-align: center;
    max-width: 1199px;
}

.about-stats {
    text-align: center;
}

.stats__col {
    margin: 5.4rem 0;
    padding: 0 2rem;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    border-right: 1px solid rgba(255, 255, 255, .25);
}

.stats__col:last-child {
    border-right: 0;
}

.stats__count {
    font-family: var(--body-strong);
    font-size: 6rem;
    line-height: 1;
    color: var(--white);
    position: relative;
}

.stats h5 {
    font-family: var(--body-a);
    margin-top: 1.8rem;
    color: var(--black);
    font-size: 1.8rem;
    line-height: 1.333;
    position: relative;
}

.about__line {
    display: block;
    width: 2px;
    height: 10.2rem;
    background-color: var(--white);
    position: absolute;
    right: 7.2rem;
    top: 0;
}

@media (max-width:1199px) {
    .about-desc {
        font-size: 2.2rem;
        max-width: 940px;
    }

    .about-stats {
        padding-top: 3rem;
        padding-bottom: 3.9rem;
    }

    .about-stats {
        max-width:90%;
    }

    .stats__col {
        margin: 1.5rem 0;
    }

    .stats__col:nth-child(n) {
        border: 0;
    }

    .stats__col:nth-child(2n+1) {
        border-right: 1px solid rgba(255, 255, 255, .25);
    }
}

@media (max-width:991px) {
    .about-desc {
        font-size: 2rem;
        max-width: 600px;
    }

    .stats__count {
        font-size: 8rem;
    }

    .stats h5 {
        margin-top: 1.2rem;
    }
}

@media (max-width:767px) {
    .about__line {
        right: 5.5rem;
    }
}

@media (max-width:767px) {
    .s-about {
        padding-top: 12rem;
    }

    .about-desc {
        font-size: 1.9rem;
    }

    .about-stats {
        padding-top: 0;
    }

    .stats__col {
        margin: 0;
        padding-top: 3rem;
        padding-bottom: 3rem;
        position: relative;
    }

    .stats__col::after {
        content: "";
        display: block;
        height: 1px;
        width: 250px;
        background-color: rgba(255, 255, 255, .25);
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -125px;
    }

    .stats__col:last-child::after {
        display: none;
    }

    .stats__col:nth-child(n) {
        border: 0;
    }

    .about__line {
        height: 7.2rem;
    }
}

@media (max-width:567px) {
    .about-desc {
        font-size: 1.8rem;
    }

    .stats__count {
        font-size: 7.8rem;
    }
}

.s-services {
    padding-top: 16.2rem;
    padding-bottom: 13.2rem;
    background-color: var(--white);
    color: var(--off-black);
    position: relative;
}

main {
    padding-top: 16.2rem;
    padding-bottom: 13.2rem;
    background-color: var(--white);
    color: var(--off-black);
    position: relative;
    overflow: hidden;
}

.services-list {
    margin-top: 6rem;
}

.services-list .service-item {
    margin-bottom: .9rem;
}

.services-list .service-item h3 {
    margin-top: 0;
}

.services-list .service-item:nth-child(2n+1) {
    padding-right: 50px;
}

.services-list .service-item:nth-child(2n+2) {
    padding-left: 50px;
}

.services-list .service-text {
    margin-left: 7.8rem;
}

.services-list .service-icon {
    float: left;
    color: var(--default);
    font-size: 5.8rem;
    margin-top: -.6rem;
}

@media (max-width:1199px) {
    .services-list {
        max-width:80%;
    }

    .services-list .service-item:nth-child(2n+1) {
        padding-right: 30px;
    }

    .services-list .service-item:nth-child(2n+2) {
        padding-left: 30px;
    }
}

@media (max-width:991px) {
    .services-list h3 {
        font-size: 2.5rem;
    }

    .services-list .service-item:nth-child(2n+1) {
        padding-right: 20px;
    }

    .services-list .service-item:nth-child(2n+2) {
        padding-left: 20px;
    }
}

@media (max-width:991px) {
    .services-list {
        margin-top: 4.2rem;
        max-width: 500px;
        text-align: center;
    }

    .services-list .service-item:nth-child(n) {
        padding-right: 15px;
        padding-left: 15px;
    }

    .services-list h3 {
        font-size: 3rem;
    }

    .services-list .service-text {
        margin-left: 0;
    }

    .services-list .service-icon {
        font-size: 4.5rem;
        float: none;
        margin-top: 0;
    }
}

@media (max-width:767px) {
    .s-services {
        padding-top: 12rem;
    }

    .services-list .service-item:nth-child(n) {
        padding-right: 10px;
        padding-left: 10px;
    }

    .services-list h3 {
        font-size: 2.5rem;
    }
}

@media (max-width:567px) {
    .services-list .service-item:nth-child(n) {
        padding-right: 0;
        padding-left: 0;
    }

    .services-list h3 {
        font-size: 2.5rem;
    }
}

.s-works {
    background: var(--white);
    padding: 0 0 15rem 0;
    min-height: 800px;
    position: relative;
}

.s-works .intro-wrap {
    padding: 15rem 0 25.2rem;
    background: var(--off-black);
}

.works-content {
    max-width: 1160px;
    margin-top: -23.4rem;
}

.masonry:after {
    content: "";
    display: table;
    clear: both;
}

.masonry__brick {
    width: 50%;
}

.masonry__brick {
    float: left;
    padding: 0;
}

.item-folio {
    position: relative;
    overflow: hidden;
}

.item-folio__thumb img {
    vertical-align: bottom;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.item-folio__thumb a {
    display: block;
}

.item-folio__thumb a::before {
    display: block;
    background-color: rgba(0, 0, 0, .8);
    content: "";
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    z-index: 1;
}

.item-folio__thumb a::after {
    content: "+";
    font-family: georgia, serif;
    font-size: 2.7rem;
    display: block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    margin-left: -15px;
    margin-top: -15px;
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    color: rgba(255, 255, 255, .8);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    z-index: 1;
}

.item-folio__text {
    position: absolute;
    left: 0;
    bottom: 3.6rem;
    padding: 0 3.3rem;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.item-folio__title {
    font-family: var(--body-a);
    font-size: 1.4rem;
    line-height: 1.286;
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: .2rem;
    margin: 0 0 .3rem 0;
}

.item-folio__cat {
    color: rgba(255, 255, 255, .5);
    font-family: var(--body-forms);
    font-size: 1.4rem;
    line-height: 1.714;
    margin-bottom: 0;
}

.item-folio__caption {
    display: none;
}

.item-folio__project-link {
    display: block;
    color: var(--white);
    box-shadow: 0 0 0 1px var(--white);
    border-radius: 50%;
    height: 4.2rem;
    width: 4.2rem;
    text-align: center;
    z-index: 500;
    position: absolute;
    top: 3rem;
    left: 3rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.item-folio__project-link i {
    font-size: 1.8rem;
    line-height: 4.2rem;
}

.item-folio__project-link::before {
    display: block;
    content: "";
    height: 3rem;
    width: 1px;
    background-color: rgba(255, 255, 255, .1);
    position: absolute;
    top: -3rem;
    left: 50%;
}

.item-folio__project-link:hover,
.item-folio__project-link:focus,
.item-folio__project-link:active {
    background-color: var(--white);
    color: var(--black);
}

.item-folio:hover .item-folio__thumb a::before {
    opacity: 1;
    visibility: visible;
}

.item-folio:hover .item-folio__thumb a::after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.item-folio:hover .item-folio__thumb img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.item-folio:hover .item-folio__project-link,
.item-folio:hover .item-folio__text {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@media (max-width:991px) {

    .item-folio__title,
    .item-folio__cat {
        font-size: 1.3rem;
    }
}

@media (max-width:767px) {
    .s-works {
        padding-bottom: 12rem;
    }

    .s-works .intro-wrap {
        padding: 12rem 0 25.2rem;
    }

    .works-content {
        margin-top: -25.2rem;
    }

    .masonry__brick {
        float: none;
        width: 100%;
    }

    .item-folio__title,
    .item-folio__cat {
        font-size: 1.4rem;
    }
}

.s-clients {
    padding-top: 16.2rem;
    padding-bottom: 16.8rem;
    background-color: var(--gray-bg-2);
    color: var(--off-black);
    position: relative;
}

.clients-outer p img {
    margin: 2%;
}

.clients-outer {
    margin-top: 3.6rem;
    padding-bottom: 9rem;
    text-align: center;
    position: relative;
    color:var(--off-black)!important
}

.clients__slide {
    display: block;
    opacity: .55;
    padding: 1.5rem 2.8rem;
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}

.clients__slide:hover,
.clients__slide:focus {
    opacity: 1;
}

.clients-testimonials {
    margin-top: 4.2rem;
    padding-top: 7.2rem;
    text-align: center;
    position: relative;
}

.clients-testimonials::before {
    content: "";
    display: block;
    height: 1px;
    width: 720px;
    background-color: rgba(0, 0, 0, .1);
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.clients-testimonials .testimonials {
    margin: 0 2%;
}

.clients-testimonials .testimonials p {
    font-family:  "1942 report", sans-serif;
    font-size: 2em;
    line-height: 160%;
    color: var(--off-black);
    margin-bottom: 6rem;
}

.clients-testimonials .testimonials__slide {
    padding: 0 0 3rem 0;
}

.clients-testimonials .testimonials__avatar {
    height: 8.4rem;
    width: 8.4rem;
    border-radius: 50%;
    margin: 0 auto 1.2rem auto;
}

.clients-testimonials .testimonials__name,
.clients-testimonials .testimonials__pos {
    display: block;
}

.clients-testimonials .testimonials__name {
    font-family: var(--body-a);
    color: var(--black);
}

.clients-testimonials .testimonials__pos {
    font-family: var(--body-forms);
    font-size: 1.4rem;
}

.clients-testimonials .testimonials .slick-arrow:hover {opacity: 1;-webkit-animation:flicker-2 .5s linear .5s infinite alternate-reverse both;animation:flicker-2 .5s linear .5s infinite alternate-reverse both}
.clients-testimonials .testimonials .slick-arrow {
    position: absolute;
    top: 7.2rem;
    width: 100px;
    height: 117px;
    margin: 0;
    padding: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    border: 0;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    z-index: 2;
    opacity:0.5
}

.clients-testimonials .testimonials .slick-prev {
    left: -130px;
    background-image: url("../images/left.png");
}

.clients-testimonials .testimonials .slick-next {
    right: -130px;
    background-image: url("../images/right.png");
}

.clients-testimonials .testimonials .slick-dots {
    margin-top: -.6px;
}

@media (max-width:1199px) {
    .clients-testimonials .testimonials {
        margin: 0 5%;
    }

    .clients-testimonials .testimonials p {
        font-size: 2em;
    }

    .clients-testimonials .testimonials .slick-prev {
        left: -100px;
    }

    .clients-testimonials .testimonials .slick-next {
        right: -100px;
    }
}

@media (max-width:991px) {
    .clients-testimonials .testimonials p {
        font-size: 2em;
    }
}

@media (max-width:991px) {
    .clients-testimonials::before {
        width: 720px;
    }

    .clients-testimonials .testimonials {
        margin: 0 2rem;
    }

    .clients-testimonials .testimonials .slick-arrow {
        top: auto;
        bottom: 3rem;
    }

    .clients-testimonials .testimonials .slick-prev {
        left: 0;
    }

    .clients-testimonials .testimonials .slick-next {
        right: 0;
    }
}

@media (max-width:767px) {
    .s-clients {
        padding-top: 12rem;
    }

    .clients-testimonials::before {
        width: 560px;
    }

    .clients-testimonials .testimonials {
        margin: 0;
    }

    .clients-testimonials .testimonials p {
        font-size: 2em;
    }
}

@media (max-width:567px) {
    .clients-testimonials .testimonials p {
        font-size: 1.9rem;
    }
}

.s-contact {
    /* background: #151515 url("../images/sunset-bg.gif") right center no-repeat; */
    /* background: #151515 url("../gif/footer-bg.gif") right center no-repeat; */
    background: #151515 url("../images/space3.gif") center left repeat;
    /* background-size:cover;
    background-attachment: fixed; */
    
    padding-top: 15rem;
    padding-bottom: 12rem;
    color: rgba(255, 255, 255, .5);
    position: relative;
}

.s-contact .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .3;
    background-color: #151515;
}


.contact__line {
    display: block;
    width: 2px;
    height: 20.4rem;
    background-color: var(--default);
    position: absolute;
    left: 50%;
    top: -10.2rem;
    margin-left: -1px;
}

.contact-content {
    max-width:80%;
    background-color: rgba(0, 0, 0, .2);
    color: rgba(255, 255, 255, .4);
    padding-top: 6rem;
    padding-bottom: 6rem;
    font-family: var(--body-forms);
    font-size: 1.5rem;
    line-height: 2;
    position: relative;
}

.contact-content h3 {
    margin-top: 0;
    margin-bottom: 6.6rem;
    color: var(--white);
}

.contact-content h5 {
    margin-top: 0;
    color: var(--default);
}

.contact-primary,
.contact-secondary {
    float: left;
    padding: 0 5rem;
}

.contact-primary {
    width: 65%;
}

.contact-secondary {
    width: 35%;
}

.contact-secondary::before {
    content: "";
    display: block;
    width: 35%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #121212;
}

.contact-secondary .contact-info {
    position: relative;
}


.submit-loader .text-loader {
    display: none;
    font-family: var(--body-plead);
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.846;
    color: var(--white);
    letter-spacing: .2rem;
    text-transform: uppercase;
}

.oldie .submit-loader .s-loader {
    display: none;
}

.oldie .submit-loader .text-loader {
    display: block;
}

.s-loader {
    margin: 1.2rem auto 3rem;
    width: 70px;
    text-align: center;
    -webkit-transform: translateX(.45rem);
    -ms-transform: translateX(.45rem);
    transform: translateX(.45rem);
}

.s-loader>div {
    width: 9px;
    height: 9px;
    background-color: var(--white);
    border-radius: 100%;
    display: inline-block;
    margin-right: .9rem;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out both;
    animation: bouncedelay 1.4s infinite ease-in-out both;
}

.s-loader .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s;
}

.s-loader .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s;
}

@keyframes bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@media (max-width:1199px) {
    .contact-content {
        max-width: 900px;
    }
}

@media (max-width:991px) {
    .contact-content {
        max-width:85%;
    }

    .contact-primary,
    .contact-secondary {
        float: none;
        width: 100%;
    }

    .contact-primary #contactForm {
        margin-top: -1.5rem;
        margin-bottom: 7.2rem;
    }

    .contact-secondary .hide-on-fullwidth {
        display: none;
    }

    .contact-secondary::before {
        display: none;
    }

    .message-warning,
    .message-success {
        margin-bottom: 6rem;
    }
}

@media (max-width:991px) {
    .contact-content h3 {
        text-align: center;
    }
}

@media (max-width:767px) {
    .s-contact {
        padding-top: 12rem;
        padding-bottom: 0;
    }

    .contact__line {
        height: 14.4rem;
        top: -7.2rem;
    }

    .contact-content {
        padding-bottom: 12rem;
        text-align: center;
    }

    .contact-primary,
    .contact-secondary {
        padding: 0 20px;
    }
}

@media (max-width:567px) {

    .contact-primary,
    .contact-secondary {
        padding: 0 5px;
    }
}



footer {
    padding: 2rem 0 6rem;
    font-family: var(--body-forms);
    font-size: 15px;
    line-height: 2;
    text-align: center;
    /* background: #151515 url("../images/synth-blue.gif") center bottom no-repeat;
    background-attachment: fixed;
    background-size: cover;  */
    color: rgba(255, 255, 255, .3);
}

footer h6 {
    color: var(--white);
    font-size: 2.6rem;
    line-height: 1.313;
    margin-top: 0;
    margin-bottom: 1.6rem;
    text-align: right !important;
}

footer a {
    color: var(--white);
}

footer a:hover,
footer a:focus,
footer a:active {
    color: var(--default);
}

.footer-main {
    text-align: left;
}

.footer-logo {
    display: block;
    margin: -.6rem 0 3.6rem 0;
    padding: 0;
    outline: 0;
    border: 0;
    width: 85px;
    height: 28px;
    background: url("../images/dGhpc2lzdGhlZGFya3NpZGU=.png") no-repeat center;
    background-size: 85px 28px;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.footer-subscribe .subscribe-form {
    margin: 0;
    padding: 0;
    position: relative;
}

.footer-subscribe #mc-form {
    width: 100%;
}

.footer-bottom {
    margin-top: 5.4rem;
    text-align: center;
    font-size: 14px;
}

.footer-bottom .copyright span {
    display: inline-block;
}

.footer-bottom .copyright span::after {
    display: inline-block;
    padding: 0 1rem 0 1.2rem;
    color: rgba(255, 255, 255, .05);
}

.footer-bottom .copyright span:last-child::after {
    display: none;
}

.go-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 600;
    display: none;
}

.go-top a,
.go-top a:visited {
    text-decoration: none;
    border: 0 none;
    display: block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    background: var(--black);
    color: rgba(255, 255, 255, .5);
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.go-top a i,
.go-top a:visited i {
    font-size: 18px;
    line-height: inherit;
}

.go-top a:hover,
.go-top a:focus {
    color: var(--white);
}

@media (max-width:767px) {
    .footer-bottom {
        padding-bottom: .6rem;
    }

    .footer-bottom .copyright span {
        display: block;
    }

    .footer-bottom .copyright span::after {
        display: none;
    }

    .go-top {
        right: 0;
        bottom: 0;
    }
}

@media (max-width:576px) {
    .footer-subscribe #mc-form input[type="email"] {
        padding: 1.2rem 20px 1.2rem;
        background: rgba(0, 0, 0, .1);
        text-align: center;
    }

    .footer-subscribe #mc-form input[type=submit] {
        position: static;
        width: 100%;
        margin-bottom: 1.8rem;
    }

    .footer-subscribe #mc-form label {
        text-align: center;
    }
}

.nixhier,
.frm-nixhier {
    display: none;
}

.home-content h2 {
    color: var(--white);
}

.iframe-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 100%;
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

hr.wire-divider, hr.wire-divider2 {
    border: 0;
    outline: 0;
    margin:0;
    position: relative;
background: transparent url(../images/wire-divider2.png) center center repeat-x;
width:100%;
height:8em;
}

hr.wire-divider2 {
    background: transparent url(../images/wire-divider3.png) center center repeat-x!important;
}

hr.nice {
    height: 1px;
    border: 0;
    outline: 0;
    margin: 3em 3em 5em;
    position: relative;
    background: #020024;
    background: -moz-linear-gradient(90deg, rgba(2, 0, 36, 0) 0, rgba(40, 40, 40, 1) 21%, rgba(40, 40, 40, 1) 76%, rgba(2, 0, 36, 0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(2, 0, 36, 0) 0, rgba(40, 40, 40, 1) 21%, rgba(40, 40, 40, 1) 76%, rgba(2, 0, 36, 0) 100%);
    background: linear-gradient(90deg, rgba(2, 0, 36, 0) 0, rgba(40, 40, 40, 1) 21%, rgba(40, 40, 40, 1) 76%, rgba(2, 0, 36, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024", endColorstr="#020024", GradientType=1);
}

@media(max-width:991px) {
    [class*="col-"] {
        float: none;
    }
}

.frame {
    width: 100%;
    position: relative;
    max-width:100%;
    margin: 0;
    padding: 0;
    display: block;
    overflow: hidden;
}

[class*='bit-'] {
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
    padding: 1% 2%;
    margin:0;
}

[class*='bit-']:last-child {
    margin-right: 0;
}

.bit-auto {
    position: relative;
    width: auto;
}

.bit-1 {
    width: 100%;
}

.bit-2 {
    width: 50%;
}

.bit-3 {
    width: 33.33333%;
}

.bit-4 {
    width: 25%;
}

.bit-5 {
    width: 20%;
}

.bit-6 {
    width: 16.66667%;
}

.bit-7 {
    width: 14.28571%;
}

.bit-8 {
    width: 12.5%;
}

.bit-9 {
    width: 11.11111%;
}

.bit-10 {
    width: 10%;
}

.bit-11 {
    width: 9.09091%;
}

.bit-12 {
    width: 8.33333%;
}

.bit-5 {
    width: 5%;
}

.bit-10 {
    width: 10%;
}

.bit-20 {
    width: 20%;
}

.bit-25 {
    width: 25%;
}

.bit-30 {
    width: 30%;
}

.bit-35 {
    width: 35%;
}

.bit-40 {
    width: 40%;
}

.bit-50 {
    width: 50%;
}

.bit-55 {
    width: 55%;
}

.bit-60 {
    width: 60%;
}

.bit-65 {
    width: 65%;
}

.bit-70 {
    width: 70%;
}

.bit-75 {
    width: 75%;
}

.bit-80 {
    width: 80%;
}

.bit-85 {
    width: 85%;
}

.bit-90 {
    width: 90%;
}

.bit-95 {
    width: 95%;
}

@media(min-width:0) and (max-width:767px) {

    .bit-40,
    .bit-20 {
        width: 100%;
        margin: 1em 0;
    }
}

@media(min-width:768px) and (max-width:1199px) {
    .bit-40 {
        width: 96%;
        margin: 1em 0;
    }

    .bit-20 {
        width: 46%;
        margin: 1em 0;
    }
}

ul.small-menu li.menu-first {
    display: none;
}

ul.small-menu li a {
    color: var(--off-white) !important;
}

ul.small-menu li {
    line-height: 180% !important;
}

.small.header-nav__list {
    text-align: right !important;
}

.small.header-nav__list li {
    font-size: 14px !important;
    line-height: 2.2em;
}

.footer h6 {
    margin-bottom: 1em;
    font-size: 3.6rem;
    text-align: right;
}

.footer-main img {
    margin: 0 0 25px;
}

.contact-info h4 {
    font-size: 1em;
    color: var(--white);
    text-transform: uppercase;
}

.jarallax {
    position: absolute;
    padding: 5%;
    z-index: 0;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.jarallax>.jarallax-img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.stats__col h2 {
    font-size: 130% !important;
    color:var(--hacker-green);
}

.col-full {
    z-index: 3;
    position: relative;
}

@keyframes clouds-loop-1 {
    to {
        background-position: -1000px 0;
    }
}

.jarallax {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}


.color-change-5x {
    -webkit-animation: color-change-5x .5s linear infinite alternate both;
    animation: color-change-5x 40s linear infinite alternate both;
}

@-webkit-keyframes color-change-5x {
    0% {
        background: darkred;
    }

    25% {
        background: darkgreen;
    }

    50% {
        background: darkcyan;
    }

    75% {
        background: darkblue;
    }

    100% {
        background: var(--black);
    }
}

@keyframes color-change-5x {
    0% {
        background: darkred;
    }

    25% {
        background: darkgreen;
    }

    50% {
        background: darkcyan;
    }

    75% {
        background: darkblue;
    }

    100% {
        background: var(--black);
    }
}

.slide-in-blurred-left {
    -webkit-animation: slide-in-blurred-left 5s cubic-bezier(.23, 1.000, .32, 1.000) both;
    animation: slide-in-blurred-left 5s cubic-bezier(.23, 1.000, .32, 1.000) both;
}

@-webkit-keyframes slide-in-blurred-left {
    0% {
        -webkit-transform: translateX(-1000px) scaleX(2.5) scaleY(.2);
        transform: translateX(-1000px) scaleX(2.5) scaleY(.2);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0) scaleY(1) scaleX(1);
        transform: translateX(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
    }
}

@keyframes slide-in-blurred-left {
    0% {
        -webkit-transform: translateX(-1000px) scaleX(2.5) scaleY(.2);
        transform: translateX(-1000px) scaleX(2.5) scaleY(.2);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0) scaleY(1) scaleX(1);
        transform: translateX(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
    }
}

.slide-in-blurred-right {
    -webkit-animation: slide-in-blurred-right 2s cubic-bezier(.23, 1.000, .32, 1.000) 1s both;
    animation: slide-in-blurred-right 2s cubic-bezier(.23, 1.000, .32, 1.000) 1s both;
}

@-webkit-keyframes slide-in-blurred-right {
    0% {
        -webkit-transform: translateX(1000px) scaleX(2.5) scaleY(.2);
        transform: translateX(1000px) scaleX(2.5) scaleY(.2);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0) scaleY(1) scaleX(1);
        transform: translateX(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
    }
}

@keyframes slide-in-blurred-right {
    0% {
        -webkit-transform: translateX(1000px) scaleX(2.5) scaleY(.2);
        transform: translateX(1000px) scaleX(2.5) scaleY(.2);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0) scaleY(1) scaleX(1);
        transform: translateX(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
    }
}

.text-focus-in {
    -webkit-animation: text-focus-in 8s ease-in-out 2s 2 alternate-reverse both;
    animation: text-focus-in 8s ease-in-out 2s 2 alternate-reverse both;
}

@-webkit-keyframes text-focus-in {
    0% {
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }

    100% {
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
    }
}

@keyframes text-focus-in {
    0% {
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }

    100% {
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
    }
}


.glitch, .glow {
  color: #dfbfbf;
  position: relative;
    font-size: 5vw;
  animation: glitch 5s 5s infinite;
}
@media (min-width: 0) and (max-width:576px){

    .glitch, .glow {

          font-size: 10vw!important;

      }

}

.glitch::before, .glow::before {
  content: attr(data-text);
  position: absolute;
  left: -2px;
  text-shadow: -5px 0 magenta;
  background: transparent;
  overflow: hidden;
  top: 0;
  animation: noise-1 3s linear infinite alternate-reverse, glitch 5s 5.05s infinite;
}

.glitch::after, .glow::after {
  content: attr(data-text);
  position: absolute;
  left: 2px;
  text-shadow: -5px 0 lightgreen;
  background: black;
  overflow: hidden;
  top: 0;
  animation: noise-2 3s linear infinite alternate-reverse, glitch 5s 5s infinite;
}

@keyframes glitch {
  1% {
    transform: rotateX(10deg) skewX(90deg);
  }
  2% {
    transform: rotateX(0deg) skewX(0deg);
  }
}
@keyframes noise-1 {
  3.3333333333% {
    clip-path: inset(49px 0 11px 0);
  }
  6.6666666667% {
    clip-path: inset(24px 0 47px 0);
  }
  10% {
    clip-path: inset(53px 0 37px 0);
  }
  13.3333333333% {
    clip-path: inset(54px 0 42px 0);
  }
  16.6666666667% {
    clip-path: inset(54px 0 1px 0);
  }
  20% {
    clip-path: inset(83px 0 3px 0);
  }
  23.3333333333% {
    clip-path: inset(14px 0 9px 0);
  }
  26.6666666667% {
    clip-path: inset(14px 0 24px 0);
  }
  30% {
    clip-path: inset(100px 0 1px 0);
  }
  33.3333333333% {
    clip-path: inset(71px 0 3px 0);
  }
  36.6666666667% {
    clip-path: inset(75px 0 22px 0);
  }
  40% {
    clip-path: inset(87px 0 11px 0);
  }
  43.3333333333% {
    clip-path: inset(92px 0 1px 0);
  }
  46.6666666667% {
    clip-path: inset(96px 0 1px 0);
  }
  50% {
    clip-path: inset(55px 0 29px 0);
  }
  53.3333333333% {
    clip-path: inset(69px 0 25px 0);
  }
  56.6666666667% {
    clip-path: inset(2px 0 2px 0);
  }
  60% {
    clip-path: inset(30px 0 8px 0);
  }
  63.3333333333% {
    clip-path: inset(3px 0 21px 0);
  }
  66.6666666667% {
    clip-path: inset(43px 0 5px 0);
  }
  70% {
    clip-path: inset(31px 0 43px 0);
  }
  73.3333333333% {
    clip-path: inset(32px 0 66px 0);
  }
  76.6666666667% {
    clip-path: inset(70px 0 9px 0);
  }
  80% {
    clip-path: inset(70px 0 21px 0);
  }
  83.3333333333% {
    clip-path: inset(21px 0 60px 0);
  }
  86.6666666667% {
    clip-path: inset(8px 0 76px 0);
  }
  90% {
    clip-path: inset(89px 0 7px 0);
  }
  93.3333333333% {
    clip-path: inset(64px 0 3px 0);
  }
  96.6666666667% {
    clip-path: inset(48px 0 14px 0);
  }
  100% {
    clip-path: inset(71px 0 29px 0);
  }
}
@keyframes noise-2 {
  0% {
    clip-path: inset(33px 0 14px 0);
  }
  3.3333333333% {
    clip-path: inset(46px 0 10px 0);
  }
  6.6666666667% {
    clip-path: inset(67px 0 26px 0);
  }
  10% {
    clip-path: inset(94px 0 3px 0);
  }
  13.3333333333% {
    clip-path: inset(70px 0 28px 0);
  }
  16.6666666667% {
    clip-path: inset(65px 0 35px 0);
  }
  20% {
    clip-path: inset(48px 0 7px 0);
  }
  23.3333333333% {
    clip-path: inset(25px 0 5px 0);
  }
  26.6666666667% {
    clip-path: inset(35px 0 54px 0);
  }
  30% {
    clip-path: inset(58px 0 20px 0);
  }
  33.3333333333% {
    clip-path: inset(99px 0 1px 0);
  }
  36.6666666667% {
    clip-path: inset(59px 0 4px 0);
  }
  40% {
    clip-path: inset(99px 0 1px 0);
  }
  43.3333333333% {
    clip-path: inset(67px 0 29px 0);
  }
  46.6666666667% {
    clip-path: inset(9px 0 26px 0);
  }
  50% {
    clip-path: inset(81px 0 10px 0);
  }
  53.3333333333% {
    clip-path: inset(62px 0 25px 0);
  }
  56.6666666667% {
    clip-path: inset(28px 0 64px 0);
  }
  60% {
    clip-path: inset(94px 0 5px 0);
  }
  63.3333333333% {
    clip-path: inset(21px 0 68px 0);
  }
  66.6666666667% {
    clip-path: inset(63px 0 28px 0);
  }
  70% {
    clip-path: inset(18px 0 80px 0);
  }
  73.3333333333% {
    clip-path: inset(80px 0 17px 0);
  }
  76.6666666667% {
    clip-path: inset(5px 0 89px 0);
  }
  80% {
    clip-path: inset(18px 0 40px 0);
  }
  83.3333333333% {
    clip-path: inset(100px 0 1px 0);
  }
  86.6666666667% {
    clip-path: inset(69px 0 19px 0);
  }
  90% {
    clip-path: inset(85px 0 7px 0);
  }
  93.3333333333% {
    clip-path: inset(48px 0 13px 0);
  }
  96.6666666667% {
    clip-path: inset(38px 0 43px 0);
  }
  100% {
    clip-path: inset(29px 0 50px 0);
  }
}
.scanlines {
  overflow: hidden;
  mix-blend-mode: difference;
}

.scanlines::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: repeating-linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, 0.05) 0.5%, transparent 1%);
  animation: fudge 7s ease-in-out alternate infinite;
}

@keyframes fudge {
  from {
    transform: translate(0px, 0px);
  }
  to {
    transform: translate(0px, 2%);
  }
}
.glow {
  text-shadow: 0 0 1000px #dfbfbf;
  color: transparent;
  position: absolute;
  top: 0;
}

.subtitle {
  font-weight: 100;
  font-size: 0.8vw;
  color: rgba(165, 141, 141, 0.4);
  text-transform: uppercase;
  letter-spacing: 1em;
  text-align: center;
  position: absolute;
  left: 17%;
  animation: glitch-2 5s 5.02s infinite;
}

@keyframes glitch-2 {
  1% {
    transform: rotateX(10deg) skewX(70deg);
  }
  2% {
    transform: rotateX(0deg) skewX(0deg);
  }
}


canvas {
opacity:.2;
position:absolute;
top: 0;
left: 0;
right: 0;
z-index:-1;
overflow:hidden;
width: 100%;
height: 100%;
}


.flicker-2{-webkit-animation:flicker-2 1.5s linear .5s infinite alternate-reverse both;animation:flicker-2 1.5s linear .5s infinite alternate-reverse both}
@-webkit-keyframes flicker-2{0%,100%{opacity:1}41.99%{opacity:1}42%{opacity:0}43%{opacity:0}43.01%{opacity:1}45.99%{opacity:1}46%{opacity:0}46.9%{opacity:0}46.91%{opacity:1}51.99%{opacity:1}52%{opacity:0}52.8%{opacity:0}52.81%{opacity:1}}@keyframes flicker-2{0%,100%{opacity:1}41.99%{opacity:1}42%{opacity:0}43%{opacity:0}43.01%{opacity:1}45.99%{opacity:1}46%{opacity:0}46.9%{opacity:0}46.91%{opacity:1}51.99%{opacity:1}52%{opacity:0}52.8%{opacity:0}52.81%{opacity:1}}

.triangle {
    margin: auto;
    border-style: solid;
    border-width: 0 125px 216.5px 125px;
    border-color: transparent transparent #F2F2F0 transparent;
    -webkit-animation-name: triangleMove;
            animation-name: triangleMove;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    transition-timing-function: linear;
  }
  .triangle:after {
    position: absolute;
    top: 11.5px;
    left: -114px;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 115px 199.2px 115px;
    border-color: transparent transparent #090909 transparent;
  }
  .triangle-wrap {
    margin: auto;
    position: relative;
    width: 250px;
    height: 217px;
  }
  .triangle--main {
    position: relative;
    z-index: 10;
  }
  .triangle--red {
    left: 0;
    top: 0;
    position: absolute !important;
    border-color: transparent transparent red transparent;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  .triangle--blue {
    left: 0;
    top: 0;
    position: absolute !important;
    border-color: transparent transparent blue transparent;
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  .triangle__text {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    z-index: 9999;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    padding: 10px;
    background-color: #090909;
    letter-spacing: 20px;
    -webkit-animation-name: textAnim;
            animation-name: textAnim;
    -webkit-animation-duration: 5s;
            animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    transition-timing-function: linear;
  }
  
  @-webkit-keyframes bodyLight {
    30% {
      filter: invert(14%);
    }
    40% {
      filter: invert(10%);
    }
    50% {
      filter: invert(7%);
    }
    60% {
      filter: invert(10%);
    }
    70% {
      filter: invert(12%);
    }
    80% {
      filter: invert(9%);
    }
    90% {
      filter: invert(14%);
    }
    100% {
      filter: invert(11%);
    }
  }
  
  @keyframes bodyLight {
    30% {
      filter: invert(14%);
    }
    40% {
      filter: invert(10%);
    }
    50% {
      filter: invert(7%);
    }
    60% {
      filter: invert(10%);
    }
    70% {
      filter: invert(12%);
    }
    80% {
      filter: invert(9%);
    }
    90% {
      filter: invert(14%);
    }
    100% {
      filter: invert(11%);
    }
  }
  @-webkit-keyframes triangleMove {
    10% {
      transform: translateX(10px);
      filter: blur(3px);
    }
    20% {
      transform: translateX(4px);
      filter: blur(0);
    }
    30% {
      transform: translateX(-5px) skew(0deg);
      filter: blur(3px);
    }
    40% {
      transform: translateX(7px);
      filter: blur(0);
    }
    50% {
      transform: translateX(3px);
    }
    60% {
      transform: translateX(2px);
      filter: blur(5px);
    }
    70% {
      transform: translateX(-2px);
      filter: blur(0);
    }
    80% {
      transform: translateX(3px);
      filter: blur(2px);
    }
    90% {
      transform: translateX(-3px);
    }
    100% {
      transform: translateX(3px);
    }
  }
  @keyframes triangleMove {
    10% {
      transform: translateX(10px);
      filter: blur(3px);
    }
    20% {
      transform: translateX(4px);
      filter: blur(0);
    }
    30% {
      transform: translateX(-5px) skew(0deg);
      filter: blur(3px);
    }
    40% {
      transform: translateX(7px);
      filter: blur(0);
    }
    50% {
      transform: translateX(3px);
    }
    60% {
      transform: translateX(2px);
      filter: blur(5px);
    }
    70% {
      transform: translateX(-2px);
      filter: blur(0);
    }
    80% {
      transform: translateX(3px);
      filter: blur(2px);
    }
    90% {
      transform: translateX(-3px);
    }
    100% {
      transform: translateX(3px);
    }
  }
  @-webkit-keyframes textAnim {
    10% {
      transform: scale(1.2) skew(180deg);
    }
    11% {
      transform: scale(1) skew(180deg);
    }
    70% {
      transform: scale(1) skew(-300deg);
      filter: blur(1px);
    }
    99% {
      transform: scale(1) skew(200deg);
    }
    100% {
      transform: scale(1) skew(-200deg);
    }
  }
  @keyframes textAnim {
    10% {
      transform: scale(1.2) skew(180deg);
    }
    11% {
      transform: scale(1) skew(180deg);
    }
    70% {
      transform: scale(1) skew(-300deg);
      filter: blur(1px);
    }
    99% {
      transform: scale(1) skew(200deg);
    }
    100% {
      transform: scale(1) skew(-200deg);
    }
  }



.clients-outer .frame, 
.clients-outer .frame .bit-2 p, 
.clients-outer .frame .bit-4 p { 

    color:white!important
 }


.clients-outer .frame img.logo
{
padding: 10px 15px 5px 10px;}