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

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

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

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

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

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

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

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

@-webkit-keyframes scaleInX {
    from {
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes scaleInX {
    from {
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@-webkit-keyframes scaleOutX {
    from {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    to {
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }
}

@keyframes scaleOutX {
    from {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    to {
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }
}

@-webkit-keyframes scaleInY {
    from {
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }
    to {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@keyframes scaleInY {
    from {
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }
    to {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@-webkit-keyframes scaleOutY {
    from {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
    to {
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }
}

@keyframes scaleOutY {
    from {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
    to {
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }
}

@-webkit-keyframes drawLine {
    from {
        stroke-dashoffset: 1000
    }
    to {
        stroke-dashoffset: 270
    }
}

@keyframes drawLine {
    from {
        stroke-dashoffset: 1000
    }
    to {
        stroke-dashoffset: 270
    }
}

@-webkit-keyframes eraseLine {
    from {
        stroke-dashoffset: 270
    }
    to {
        stroke-dashoffset: 1000
    }
}

@keyframes eraseLine {
    from {
        stroke-dashoffset: 270
    }
    to {
        stroke-dashoffset: 1000
    }
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
}

@-webkit-keyframes fadeInUpCentered {
    from {
        opacity: 0;
        -webkit-transform: translate(-50%, calc(-50% + 10px));
        transform: translate(-50%, calc(-50% + 10px))
    }
    to {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

@keyframes fadeInUpCentered {
    from {
        opacity: 0;
        -webkit-transform: translate(-50%, calc(-50% + 10px));
        transform: translate(-50%, calc(-50% + 10px))
    }
    to {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

@-webkit-keyframes fadeOutDownCentered {
    from {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
    to {
        opacity: 0;
        -webkit-transform: translate(-50%, calc(-50% + 10px));
        transform: translate(-50%, calc(-50% + 10px))
    }
}

@keyframes fadeOutDownCentered {
    from {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
    to {
        opacity: 0;
        -webkit-transform: translate(-50%, calc(-50% + 10px));
        transform: translate(-50%, calc(-50% + 10px))
    }
}

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

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

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

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

.call-to-action {
    background-color: #fff;
    padding: 150px 0 150px
}

@media(max-width:1239.98px) {
    .call-to-action {
        padding: 150px 0
    }
}

@media(max-width:991.98px) {
    .call-to-action {
        padding: 100px 0
    }
}

.page-links {
    list-style: none;
    margin: 0;
    padding: 0
}

.page-links li a {
    font-size: 25px;
    color: #404040;
    display: block;
    font-weight: 400;
    line-height: 30px;
    overflow: hidden;
    padding: 20px 0;
    position: relative;
    -webkit-transition: color .6s ease;
    transition: color .6s ease
}

@media(max-width:1240px) {
    .page-links li a {
        font-size: calc(20.5px + .3629vw)
    }
}

.page-links li a:before {
    background-color: #404040;
    bottom: 0;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    -webkit-transition: background-color .6s ease, -webkit-transform .6s ease;
    transition: background-color .6s ease, -webkit-transform .6s ease;
    transition: background-color .6s ease, transform .6s ease;
    transition: background-color .6s ease, transform .6s ease, -webkit-transform .6s ease;
    width: 100%
}

.page-links li a span {
    display: inline-block;
    padding: 0 55px 0 0;
    position: relative;
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
    white-space: nowrap;
    width: auto
}

.page-links li a span svg {
    fill: #404040;
    height: 18px;
    position: absolute;
    right: 0;
    top: 6px;
    -webkit-transition: fill .6s ease, -webkit-transform .6s ease;
    transition: fill .6s ease, -webkit-transform .6s ease;
    transition: fill .6s ease, transform .6s ease;
    transition: fill .6s ease, transform .6s ease, -webkit-transform .6s ease;
    width: 18px
}

.page-links li a:hover {
    color: #fff
}

.page-links li a:hover:before {
    background-color: #fff;
    -webkit-transform: translateX(60px);
    transform: translateX(60px)
}

.page-links li a:hover span {
    width: 100% !important
}

.page-links li a:hover span svg {
    fill: #fff;
    -webkit-transform: translateX(-25px);
    transform: translateX(-25px)
}

.page-links--dark li a {
    color: #cbcbcb
}

.page-links--dark li a:before {
    background-color: #cbcbcb
}

.page-links--dark li a span svg {
    fill: #cbcbcb
}

.page-links--dark li a:hover {
    color: #000
}

.page-links--dark li a:hover:before {
    background-color: #000
}

.page-links--dark li a:hover span svg {
    fill: #000
}

.project-block {
    margin: 0 0 50px;
    position: relative
}

@media(max-width:991.98px) {
    .project-block {
        left: calc(-1 * (((100vw - (720px - 20px)))/ 2));
        width: 100vw
    }
}

@media(max-width:767.98px) {
    .project-block {
        left: -20px;
        width: 100vw
    }
}

@media(max-width:575.98px) {
    .project-block {
        margin: 0 0 30px;
        width: 100vw
    }
}

.project-block__media-inner {
    display: block;
    height: 0;
    position: relative
}

.project-block__image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: absolute;
    width: 100%
}

.project-block__content {
    background-color: #fff;
    display: block;
    opacity: 0;
    text-transform: uppercase;
    padding: 30px;
    position: absolute;
    z-index: 20
}

@media(max-width:1639.98px) {
    .project-block__content {
        padding: 35px 30px 30px
    }
}

@media(max-width:1239.98px) {
    .project-block__content {
        padding: 30px 30px
    }
}

@media(max-width:575.98px) {
    .project-block__content {
        padding: 20px 20px
    }
}

.project-block__content:hover {
    text-decoration: none
}

.project-block__title {
    line-height: normal;
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 700
}

@media(max-width:1639.98px) {
    .project-block__title {
        font-size: 20px
    }
}

@media(max-width:1639.98px) and (max-width:1240px) {
    .project-block__title {
        font-size: calc(20.6px + .43548vw)
    }
}

@media(max-width:767.98px) {
    .project-block__title {
        font-size: 22px;
        font-weight: 600
    }
}

.project-block__list {
    list-style: none;
    margin: 15px 0 0;
    padding: 0
}

.project-block__list::after {
    display: block;
    clear: both;
    content: ""
}

.project-block__list li {
    color: #969696;
	font-weight: 600;
    float: left;
    line-height: 18px;
    text-transform: capitalize
}
.project-block__list li strong {
    color: #000;
}
.project-block__content p {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.project-block__list li:not(:last-child) {
    margin: 0 40px 0 0
}

@media(max-width:1639.98px) {
    .project-block__list li:not(:last-child) {
        margin: 0 35px 0 0
    }
}

@media(max-width:575.98px) {
    .project-block__list li:not(:last-child) {
        margin: 0 20px 5px 0
    }
}

@media(min-width:1240px) and (max-width:1439.98px) {
    .project-block__list li.size {
        display: none
    }
}

.project-block__list li svg {
    fill: #969696;
    margin: 0 8px 0 0;
    position: relative;
    top: -1px
}

@media(max-width:1639.98px) {
    .project-block__list li svg {
        top: -2px
    }
}

@media(max-width:575.98px) {
    .project-block__list li svg {
        height: 12px;
        margin: 0 4px 0 0;
        top: -1px;
        width: 12px
    }
}

.project-block--portrait .project-block__media {
    width: 80%
}

@media(max-width:1239.98px) {
    .project-block--portrait .project-block__media {
        width: 100%
    }
}

.project-block--portrait .project-block__media-inner {
    padding-bottom: 127%
}

@media(max-width:1239.98px) {
    .project-block--portrait .project-block__media-inner {
        padding-bottom: 40%
    }
}

@media(max-width:767.98px) {
    .project-block--portrait .project-block__media-inner {
        padding-bottom: 50%
    }
}

@media(max-width:575.98px) {
    .project-block--portrait .project-block__media-inner {
        padding-bottom: 60%
    }
}

.project-block--portrait .project-block__content {
    bottom: 75px;
    left: 20%;
    padding-right: 20px;
    width: 80%
}

@media(max-width:1239.98px) {
    .project-block--portrait .project-block__content {
        bottom: 0;
        left: 40px;
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
        width: calc(100% - 80px)
    }
}

@media(max-width:991.98px) {
    .project-block--portrait .project-block__content {
        left: 50%;
        -webkit-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%);
        width: 720px
    }
}

@media(max-width:767.98px) {
    .project-block--portrait .project-block__content {
        width: 540px
    }
}

@media(max-width:575.98px) {
    .project-block--portrait .project-block__content {
        width: calc(100% - 40px)
    }
}

.project-block--landscape .project-block__media {
    width: 100%
}

.project-block--landscape .project-block__media-inner {
    padding-bottom: 69%
}

@media(max-width:1239.98px) {
    .project-block--landscape .project-block__media-inner {
        padding-bottom: 60%
    }
}

@media(max-width:767.98px) {
    .project-block--landscape .project-block__media-inner {
        padding-bottom: 90%
    }
}

.project-block--landscape .project-block__content {
    left: 5%;
    bottom: 0;
    width: 90%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%)
}

@media(max-width:1239.98px) {
    .project-block--landscape .project-block__content {
        left: 40px;
        width: calc(100% - 80px)
    }
}

@media(max-width:991.98px) {
    .project-block--landscape .project-block__content {
        left: 50%;
        -webkit-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%);
        width: 720px
    }
}

@media(max-width:767.98px) {
    .project-block--landscape .project-block__content {
        width: 540px
    }
}

@media(max-width:575.98px) {
    .project-block--landscape .project-block__content {
        width: calc(100% - 40px)
    }
}

.project-block--square .project-block__media {
    width: 80%
}

@media(max-width:1239.98px) {
    .project-block--square .project-block__media {
        width: 100%
    }
}

.project-block--square .project-block__media-inner {
    padding-bottom: 100%
}

@media(max-width:1239.98px) {
    .project-block--square .project-block__media-inner {
        padding-bottom: 40%
    }
}

@media(max-width:767.98px) {
    .project-block--square .project-block__media-inner {
        padding-bottom: 50%
    }
}

@media(max-width:575.98px) {
    .project-block--square .project-block__media-inner {
        padding-bottom: 60%
    }
}

.project-block--square .project-block__content {
    bottom: 75px;
    left: 20%;
    padding-right: 20px;
    width: 80%
}

@media(max-width:1239.98px) {
    .project-block--square .project-block__content {
        bottom: 0;
        left: 40px;
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
        width: calc(100% - 80px)
    }
}

@media(max-width:991.98px) {
    .project-block--square .project-block__content {
        left: 50%;
        -webkit-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%);
        width: 720px
    }
}

@media(max-width:767.98px) {
    .project-block--square .project-block__content {
        width: 540px
    }
}

@media(max-width:575.98px) {
    .project-block--square .project-block__content {
        width: calc(100% - 40px)
    }
}

.project-block--right.project-block--portrait .project-block__media,
.project-block--right.project-block--square .project-block__media {
    margin-left: 20%
}

@media(max-width:1239.98px) {
    .project-block--right.project-block--portrait .project-block__media,
    .project-block--right.project-block--square .project-block__media {
        margin-left: 0
    }
}

.project-block--right.project-block--portrait .project-block__content,
.project-block--right.project-block--square .project-block__content {
    left: 40%;
    max-width: 80%;
    width: calc(60% + ((100vw - 1560px)/ 2))
}

@media(max-width:1639.98px) {
    .project-block--right.project-block--portrait .project-block__content,
    .project-block--right.project-block--square .project-block__content {
        width: calc(60% + ((100vw - 1340px)/ 2))
    }
}

@media(max-width:1439.98px) {
    .project-block--right.project-block--portrait .project-block__content,
    .project-block--right.project-block--square .project-block__content {
        width: calc(60% + ((100vw - 1140px)/ 2))
    }
}

@media(max-width:1239.98px) {
    .project-block--right.project-block--portrait .project-block__content,
    .project-block--right.project-block--square .project-block__content {
        bottom: 0;
        left: 40px;
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
        width: calc(100% - 80px)
    }
}

@media(max-width:991.98px) {
    .project-block--right.project-block--portrait .project-block__content,
    .project-block--right.project-block--square .project-block__content {
        left: 50%;
        -webkit-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%);
        width: 720px
    }
}

@media(max-width:767.98px) {
    .project-block--right.project-block--portrait .project-block__content,
    .project-block--right.project-block--square .project-block__content {
        width: 540px
    }
}

@media(max-width:575.98px) {
    .project-block--right.project-block--portrait .project-block__content,
    .project-block--right.project-block--square .project-block__content {
        width: calc(100% - 80px)
    }
}

.project-block--first.project-block--square .project-block__media-inner {
    margin: 27% 0 0
}

@media(max-width:1239.98px) {
    .project-block--first.project-block--square .project-block__media-inner {
        margin: 100px 0 0
    }
}

@media(max-width:991.98px) {
    .project-block--first.project-block--square .project-block__media-inner {
        margin: 0
    }
}

.hero {
    height: calc(100vh - 100px);
    min-height: 660px;
    position: relative
}

@media(max-width:767.98px) {
    .hero {
        height: auto;
        min-height: 0
    }
}

.hero-slider {
    -webkit-animation: fadeIn .4s ease 1.1s forwards;
    animation: fadeIn .4s ease 1.1s forwards;
    height: 100%;
    opacity: 0
}

.hero-slider .slick-list,
.hero-slider .slick-track {
    height: 100%
}

.hero-slide {
    height: 100%;
    position: relative;
    -webkit-transition: opacity 0s ease 1s !important;
    transition: opacity 0s ease 1s !important
}

.hero-slide__left {
    left: 0;
    max-width: calc(10vw + 600px);
    padding: 0 5vw;
    position: absolute;
    top: calc(50% - 110px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 35vw;
    z-index: 5
}

@media(max-width:1239.98px) {
    .hero-slide__left {
        width: 40vw
    }
}

@media(max-width:767.98px) {
    .hero-slide__left {
        width: 100vw;
        top: 0;
        max-width: none;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        padding: 66.25vw 5vw 10vw;
        position: relative
    }
}

@media(max-width:767.98px) {
    .hero-slide__left-inner {
        margin-left: auto;
        margin-right: auto;
        max-width: 540px;
        padding-left: 10px;
        padding-right: 10px;
        width: 100%
    }
}

@media(max-width:575.98px) {
    .hero-slide__left-inner {
        max-width: none;
        padding-left: 0;
        padding-right: 0
    }
}

.hero-slide__subtitle {
    font-size: 22px;
    -webkit-animation: fadeOutDown 1s ease forwards;
    animation: fadeOutDown 1s ease forwards;
    display: inline-block;
    margin: 0 0 30px;
    opacity: 0;
    position: relative;
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
}

@media(max-width:1240px) {
    .hero-slide__subtitle {
        font-size: calc(20.4px + .29032vw)
    }
}

@media(max-width:1639.98px) {
    .hero-slide__subtitle {
        font-size: 22px
    }
}

@media(max-width:1639.98px) and (max-width:1240px) {
    .hero-slide__subtitle {
        font-size: calc(20.2px + .14516vw)
    }
}

@media(max-width:1439.98px) {
    .hero-slide__subtitle {
        font-size: 20px
    }
}

@media(max-width:1239.98px) {
    .hero-slide__subtitle {
        font-size: 18px
    }
}

.hero-slide__subtitle strong {
    color: #fff;
    margin-right: 15px
}

.hero-slide__title {
    font-size: 32px;
    color: #fff;
    display: block;
    letter-spacing: 3px;
    font-weight: 700;
    text-transform: uppercase;
    margin: .1em 0 15px -2px
}

@media(max-width:1240px) {
    .hero-slide__title {
        font-size: calc(26px + 4.35484vw)
    }
}

@media(max-width:1639.98px) and (max-width:1240px) {
    .hero-slide__title {
        font-size: calc(25.2px + 3.77419vw)
    }
}

@media(max-width:1439.98px) {
    .hero-slide__title {
        font-size: 30px
    }
}

@media(max-width:1439.98px) and (max-width:1240px) {
    .hero-slide__title {
        font-size: calc(24px + 2.90323vw)
    }
}

@media(max-width:1239.98px) {
    .hero-slide__title {
        font-size: 36px
    }
}

.hero-slide__title .parent {
    display: inline-block;
    margin: 0;
    white-space: nowrap
}

.hero-slide__title .child {
    display: inline-block;
    height: 1.1em;
    margin: -1em 0 0;
    overflow: hidden;
    position: relative
}

.hero-slide__title .child:before {
    -webkit-animation: slideInRight 1s ease forwards;
    animation: slideInRight 1s ease forwards;
    background-color: #000;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width: 100%
}

.hero-slide__desc {
    -webkit-animation: fadeOutDown 1s ease forwards;
    animation: fadeOutDown 1s ease forwards;
    margin: 0 0 55px;
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
}

.hero-slide__link {
    display: block;
    height: 68px;
    position: relative;
    width: 137px
}

.hero-slide__link:after,
.hero-slide__link:before {
    content: '';
    display: block;
    left: -5vw;
    position: absolute;
    top: 34px;
    width: calc(5vw + 1px)
}

@media(max-width:767.98px) {
    .hero-slide__link:after,
    .hero-slide__link:before {
        left: calc(-1 * (((100vw - 540px)/ 2) + 10px));
        width: calc(((100vw - 540px)/ 2) + 10px)
    }
}

@media(max-width:575.98px) {
    .hero-slide__link:after,
    .hero-slide__link:before {
        left: calc(-40px - 10px);
        width: calc(40px + 11px)
    }
}

.hero-slide__link:before {
    -webkit-animation: scaleOutX .25s linear .75s forwards;
    animation: scaleOutX .25s linear .75s forwards;
    background-color: #969696;
    height: 1px;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    transform-origin: left center
}

.hero-slide__link:after {
    background-color: #fff;
    height: 2px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform .1s linear .4s;
    transition: -webkit-transform .1s linear .4s;
    transition: transform .1s linear .4s;
    transition: transform .1s linear .4s, -webkit-transform .1s linear .4s
}

.hero-slide__link span {
    font-size: 12px;
    -webkit-animation: fadeOutDownCentered 1s ease forwards;
    animation: fadeOutDownCentered 1s ease forwards;
    color: #fff;
    font-weight: 700;
    left: 50%;
    letter-spacing: .3em;
    line-height: 2;
    opacity: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 50%;
    -webkit-transform: translate(-50%, calc(-50% + 10px));
    transform: translate(-50%, calc(-50% + 10px));
    width: 100px
}

.hero-slide__link-bg {
    -webkit-animation: eraseLine .75s linear forwards;
    animation: eraseLine .75s linear forwards;
    fill: none;
    left: 0;
    position: absolute;
    stroke: #969696;
    stroke-width: 2;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    top: 0
}

.hero-slide__link-square {
    fill: none;
    left: 0;
    position: absolute;
    stroke: #fff;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    stroke-width: 3;
    top: 0;
    -webkit-transition: stroke-dashoffset .4s linear;
    transition: stroke-dashoffset .4s linear
}

.hero-slide__link:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: -webkit-transform .4s linear;
    transition: -webkit-transform .4s linear;
    transition: transform .4s linear;
    transition: transform .4s linear, -webkit-transform .4s linear
}

.hero-slide__link:hover .hero-slide__link-square {
    stroke-dashoffset: 270;
    -webkit-transition: stroke-dashoffset 1.2s linear .4s;
    transition: stroke-dashoffset 1.2s linear .4s
}

.hero-slide__right {
    height: 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 65vw;
    z-index: 15
}

@media(max-width:1239.98px) {
    .hero-slide__right {
        width: 60vw
    }
}

@media(max-width:767.98px) {
    .hero-slide__left {
        padding: calc(100vw + 40px) 40px 40px
    }
    .hero-slide__right {
        height: 100vw;
        width: 100vw
    }
}

.hero-slide__right:before {
    -webkit-animation: slideInRight 1s ease forwards;
    animation: slideInRight 1s ease forwards;
    background-color: #041b29;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width: 100%;
    z-index: 20
}

.hero-slide__right-inner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: -webkit-transform 0s ease 1s;
    transition: -webkit-transform 0s ease 1s;
    transition: transform 0s ease 1s;
    transition: transform 0s ease 1s, -webkit-transform 0s ease 1s;
    width: 100%;
    z-index: 10
}

@media(max-width:767.98px) {
    .hero-slide__right-inner {
        opacity: .4
    }
}

.hero-slide.slick-current .hero-slide__desc,
.hero-slide.slick-current .hero-slide__subtitle {
    -webkit-animation: fadeInUp 1s ease 1s forwards;
    animation: fadeInUp 1s ease 1s forwards
}

.hero-slide.slick-current .hero-slide__title .child:before {
    -webkit-animation: slideOutRight 1s ease 1s forwards;
    animation: slideOutRight 1s ease 1s forwards
}

.hero-slide.slick-current .hero-slide__link:before {
    -webkit-animation: scaleInX .25s linear 1s forwards;
    animation: scaleInX .25s linear 1s forwards
}

.hero-slide.slick-current .hero-slide__link span {
    -webkit-animation: fadeInUpCentered 1s ease 1s forwards;
    animation: fadeInUpCentered 1s ease 1s forwards
}

.hero-slide.slick-current .hero-slide__link-bg {
    -webkit-animation: drawLine .75s linear 1.25s forwards;
    animation: drawLine .75s linear 1.25s forwards
}

.hero-slide.slick-current .hero-slide__right:before {
    -webkit-animation: slideOutRight 1s ease 1s forwards;
    animation: slideOutRight 1s ease 1s forwards
}

.hero-slide.slick-current .hero-slide__right-inner {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 6s ease 1s;
    transition: -webkit-transform 6s ease 1s;
    transition: transform 6s ease 1s;
    transition: transform 6s ease 1s, -webkit-transform 6s ease 1s
}

.hero-nav {
    bottom: 0;
    left: 0;
    padding: 0 5vw;
    position: absolute;
    width: 43vw;
    z-index: 10
}

@media(max-width:767.98px) {
    .hero-nav {
        display: none
    }
}

.hero-nav__slider {
    -webkit-animation: fadeIn .4s ease 1.1s forwards;
    animation: fadeIn .4s ease 1.1s forwards;
    opacity: 0;
    max-width: 660px
}

@media(max-width:1639.98px) {
    .hero-nav__slider {
        position: relative
    }
    .hero-nav__slider:before {
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(#000));
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, #041b29 100%);
        background-repeat: repeat-x;
        content: '';
        height: 100%;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0;
        width: 40%;
        z-index: 20
    }
}

.hero-nav__slide {
    cursor: pointer;
    padding: 0 25px 0 0;
    position: relative;
    -webkit-transition: padding 1s ease;
    transition: padding 1s ease
}

@media(max-width:1639.98px) {
    .hero-nav__slide {
        width: 220px
    }
}

@media(max-width:1239.98px) {
    .hero-nav__slide {
        width: 200px
    }
}

.hero-nav__slide:before {
    -webkit-animation: scaleOutY 1s ease forwards;
    animation: scaleOutY 1s ease forwards;
    content: '';
    background-color: #fff;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    width: 2px
}

.hero-nav__slide-number {
    display: block;
    font-weight: 700;
    margin: 0 0 0;
    -webkit-transition: color 1s ease;
    transition: color 1s ease
}

.hero-nav__slide-title {
    display: block;
    -webkit-transition: color 1s ease;
    transition: color 1s ease;
    line-height: 24px;
    height: 50px;
    margin: 0 0 5px;
    padding: 0 20px 0 0;
    letter-spacing: .5px
}

.hero-nav__slide.slick-current {
    padding: 0 0 0 25px;
    -webkit-transition: padding 1s ease 1s;
    transition: padding 1s ease 1s
}

.hero-nav__slide.slick-current:before {
    -webkit-animation: scaleInY 1s ease 1s forwards;
    animation: scaleInY 1s ease 1s forwards
}

.hero-nav__slide.slick-current .hero-nav__slide-number {
    color: #fff;
    -webkit-transition: color 1s ease 1s;
    transition: color 1s ease 1s
}

.hero-nav__slide.slick-current .hero-nav__slide-title {
    color: #fff;
    -webkit-transition: color 1s ease 1s;
    transition: color 1s ease 1s
}

.hero-scroll {
    background-color: #000;
    bottom: 0;
    height: 80px;
    position: absolute;
    right: 0;
    width: 33vw;
    z-index: 25
}

@media(max-width:1239.98px) {
    .hero-scroll {
        height: 100px;
        width: 25vw
    }
}

@media(max-width:767.98px) {
    .hero-scroll {
        display: none
    }
}

.hero-scroll>span {
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    letter-spacing: .3em;
    line-height: 1;
    text-transform: uppercase;
    padding: 0 50px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%
}

@media(max-width:1239.98px) {
    .hero-scroll>span>span {
        display: none
    }
}

.hero-scroll>span svg {
    fill: #fff;
    margin: -4px 0 0 30px
}

.hero-all {
    bottom: 230px;
    position: absolute;
    right: 100px;
    z-index: 20
}

@media(max-width:1239.98px) {
    .hero-all {
        bottom: 150px;
        right: 50px
    }
}

@media(max-width:767.98px) {
    .hero-all {
        display: none !important
    }
}

body.admin-bar .hero {
    height: calc(100vh - 166px - 32px)
}

@media(max-width:767.98px) {
    body.admin-bar .hero {
        height: auto
    }
}

.home-intro {
    background-color: #fff;
    padding: 120px 0;
    position: relative
}

@media(max-width:1439.98px) {
    .home-intro {
        padding: 100px 0
    }
}

@media(max-width:991.98px) {
    .home-intro {
        padding: 100px 0 0
    }
}

@media(max-width:575.98px) {
    .home-intro {
        padding: 75px 0 0
    }
}

.home-intro:before {
    background-color: #041b29;
    content: '';
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 33vw
}

@media(max-width:1239.98px) {
    .home-intro:before {
        width: 25vw
    }
}

@media(max-width:991.98px) {
    .home-intro:before {
        display: none
    }
}

.home-intro__text {
    position: relative;
    top: calc((12px * 1.5) + (2 * 1.3rem) + (2 * 1px))
}

@media(max-width:991.98px) {
    .home-intro__text {
        top: 0
    }
}

.home-intro__image {
    height: 100%;
    position: relative
}

@media(max-width:991.98px) {
    .home-intro__image {
        height: 0;
        margin: 90px 0 0;
        padding-bottom: 58%;
        position: relative
    }
}

.home-intro__image-inner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: absolute;
    width: 100%
}

.home-intro__image:before {
    background-color: #000;
    content: '';
    display: none;
    height: calc(100% + 80px);
    position: absolute;
    top: -40px;
    width: 30vw
}

@media(max-width:991.98px) {
    .home-intro__image:before {
        display: block;
        right: calc(-1 * (((100vw - (720px - 20px)))/ 2))
    }
}

@media(max-width:767.98px) {
    .home-intro__image:before {
        right: calc(-1 * (((100vw - (540px - 20px)))/ 2))
    }
}

@media(max-width:575.98px) {
    .home-intro__image:before {
        right: -40px
    }
}

.home-projects {
    background-color: #fff;
    padding: 150px 0 50px
}

@media(max-width:1639.98px) {
    .home-projects {
        padding: 150px 0 50px
    }
}

@media(max-width:1439.98px) {
    .home-projects {
        padding: 150px 0 50px
    }
}

@media(max-width:1239.98px) {
    .home-projects {
        padding: 150px 0 50px
    }
}

@media(max-width:991.98px) {
    .home-projects {
        padding: 100px 0
    }
}

.home-projects__content {
    margin: 0 0 150px
}

@media(min-width:1025px) {
    .home-projects__content {
        padding-left: 70px !important
    }
}

@media(max-width:1439.98px) {
    .home-projects__content {
        margin: 0 0 100px
    }
}

@media(max-width:991.98px) {
    .home-projects__content {
        margin: 0 0 60px
    }
}

.home-projects__all {
    position: absolute;
    bottom: 150px;
    left: calc(60% + 6px)
}

@media(max-width:1239.98px) {
    .home-projects__all {
        bottom: -62px;
        left: 10px
    }
}

.home-services {
    background-color: #041b29;
    color: #fff;
    padding: 100px 0 100px 0;
}

@media(max-width:1639.98px) {
    .home-services {
        padding: 60px 0 160px 0
    }
}

@media(max-width:1239.98px) {
    .home-services {
        padding: 120px 0 0
    }
}

@media(max-width:991.98px) {
    .home-services {
        padding: 90px 0 0
    }
}

.home-services:before {
 
    bottom: 0;
    content: '';
    height: 120px;
    left: 0;
    position: absolute;
    width: 100%
}

@media(max-width:991.98px) {
    .home-services:before {
        display: none
    }
}

.home-services__image {
    margin-top: 100px;
    position: relative;
    height: 0;
    padding-bottom: 56.25%
}

@media(max-width:991.98px) {
    .home-services__image {
        margin-top: 0
    }
}

.home-services__image-container {
    position: relative
}

.home-services__image-container:before {
    background-color: #fff;
    bottom: 0;
    content: '';
    display: none;
    height: 50%;
    position: absolute;
    width: 100vw
}

@media(max-width:991.98px) {
    .home-services__image-container:before {
        display: block;
        left: calc(-1 * (((100vw - (720px - 20px)))/ 2))
    }
}

@media(max-width:767.98px) {
    .home-services__image-container:before {
        left: calc(-1 * (((100vw - (540px - 20px)))/ 2))
    }
}

@media(max-width:575.98px) {
    .home-services__image-container:before {
        left: -40px
    }
}

.home-services__links {
    margin: 0;
    padding: 0 0 180px
}

@media(max-width:991.98px) {
    .home-services__links {
        padding: 60px 0 90px
    }
}

@media(min-width:1023px) and (max-width:1199px) {
    .hero-nav,
    .hero-slide__left {
        width: 35vw
    }
    .hero-slide__right {
        width: 65vw
    }
    .hero-slide__title {
        font-size: 30px
    }
    .display-2 {
        font-size: 36px
    }
}