.editor-content p img {
    max-width: 100% !important;
}

@font-face {
    font-family: icomoon;
    src: url(../fonts/icomoon.eot?66m87r);
    src: url(../fonts/icomoon.eot?66m87r#iefix) format("embedded-opentype"), url(../fonts/icomoon.woff2?66m87r) format("woff2"), url(../fonts/icomoon.ttf?66m87r) format("truetype"), url(../fonts/icomoon.woff?66m87r) format("woff"), url(../fonts/icomoon.svg?66m87r#icomoon) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

.accordion .accordion-control::after,
.dropdown__button::after,
.tab__title::after,
[class*=" icon-"],
[class^=icon-] {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-hollow-cut-behance:before {
    content: "\e903"
}

.icon-hollow-cut-github:before {
    content: "\e904"
}

.icon-hollow-cut-google:before {
    content: "\e905"
}

.icon-hollow-cut-linkedin:before {
    content: "\e906"
}

.icon-hollow-cut-picasa:before {
    content: "\e907"
}

.icon-hollow-cut-pinterest:before {
    content: "\e908"
}

.icon-hollow-cut-rss-feeds:before {
    content: "\e909"
}

.icon-hollow-cut-share:before {
    content: "\e90a"
}

.icon-hollow-cut-snapchat:before {
    content: "\e90b"
}

.icon-hollow-cut-vimeo:before {
    content: "\e90c"
}

.icon-hollow-cut-youtube:before {
    content: "\e90d"
}

.icon-hollow-cut-facebook:before {
    content: "\e900"
}

.icon-hollow-cut-instagram:before {
    content: "\e901"
}

.icon-hollow-cut-twitter:before {
    content: "\e902"
}

.icon-arrow:before {
    content: "\e90e"
}

@font-face {
    font-family: 'Mark Pro';
    font-display: fallback;
    src: url(/fonts/markpro/markpro.eot);
    src: url(/fonts/markpro/markpro.eot?#iefix) format("embedded-opentype"), url(/fonts/markpro/markpro.woff) format("woff"), url(/fonts/markpro/markpro.ttf) format("truetype"), url(/fonts/markpro/markpro.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

.animated:nth-child(1n) {
    -webkit-animation-delay: .2s !important;
    animation-delay: .2s !important
}

.animated:nth-child(2n) {
    -webkit-animation-delay: .4s !important;
    animation-delay: .4s !important
}

.animated:nth-child(3n) {
    -webkit-animation-delay: .6s !important;
    animation-delay: .6s !important
}

.animated:nth-child(5) {
    -webkit-animation-delay: .5s !important;
    animation-delay: .5s !important
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {

    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media (min-width:992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }
}

@media (min-width:1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px
    }
}

/*! locomotive-scroll v4.0.4 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
    overflow: hidden
}

html.has-scroll-dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.has-scroll-smooth body {
    overflow: hidden
}

.has-scroll-smooth [data-scroll-container] {
    min-height: 100vh
}

[data-scroll-direction=horizontal] [data-scroll-container] {
    white-space: nowrap;
    height: 100vh;
    display: inline-block
}

[data-scroll-direction=horizontal] [data-scroll-section] {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    height: 100%
}

.c-scrollbar {
    position: absolute;
    right: 0;
    top: 0;
    width: 11px;
    height: 100%;
    transform-origin: center right;
    transition: transform .3s, opacity .3s;
    opacity: 0
}

.c-scrollbar:hover {
    transform: scaleX(1.45)
}

.c-scrollbar:hover,
.has-scroll-dragging .c-scrollbar,
.has-scroll-scrolling .c-scrollbar {
    opacity: 1
}

[data-scroll-direction=horizontal] .c-scrollbar {
    width: 100%;
    height: 10px;
    top: auto;
    bottom: 0;
    transform: scaleY(1)
}

[data-scroll-direction=horizontal] .c-scrollbar:hover {
    transform: scaleY(1.3)
}

.c-scrollbar_thumb {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #000;
    opacity: .5;
    width: 7px;
    border-radius: 10px;
    margin: 2px;
    cursor: -webkit-grab;
    cursor: grab
}

.has-scroll-dragging .c-scrollbar_thumb {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

[data-scroll-direction=horizontal] .c-scrollbar_thumb {
    right: auto;
    bottom: 0
}

.videopopupjs {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    text-align: start !important
}

.videopopupjs--hide {
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: videoPopupJsHide;
    animation-name: videoPopupJsHide
}

.videopopupjs__close {
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: block;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, .75);
    float: right
}

.videopopupjs__close:after {
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    content: 'X';
    font-family: Verdana;
    border-radius: 50%;
    background: #333;
    line-height: 2.2;
    font-size: 13px
}

.videopopupjs__close:hover {
    opacity: .5
}

.videopopupjs--animation {
    opacity: 0;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: videoPopupJs;
    animation-name: videoPopupJs
}

.videopopupjs__content {
    margin: 0 auto;
    height: 100%;
    height: 500px;
    width: 100%;
    margin-top: 5%
}

.videopopupjs__content iframe {
    width: 100%;
    height: 100%
}

.videopopupjs__block--notfound {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 100%;
    height: 500px;
    background-color: #fff;
    text-align: center;
    vertical-align: middle;
    line-height: 500px;
    font-family: Arial;
    font-size: 20px
}

@media (max-width:768px) {
    .videopopupjs__content {
        max-width: 90% !important
    }
}

@-webkit-keyframes videoPopupJs {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes videoPopupJs {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes videoPopupJsHide {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes videoPopupJsHide {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.alpha,
.beta,
.delta,
.epsilon,
.gamma,
.zeta,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--color-secondary);
    font-family: "Mark Pro", sans-serif;
    font-weight: 400;
    margin: 0 0 20px
}

.alpha,
h1 {
    font-size: 40px;
    line-height: 1.25;
    margin-bottom: 30px
}

@media (min-width:992px) {

    .alpha,
    h1 {
        font-size: 54px;
        line-height: 1.25;
        margin-bottom: 60px
    }
}

.beta,
h2 {
    font-size: 34px;
    line-height: 1.25;
    margin-bottom: 30px
}

@media (min-width:992px) {

    .beta,
    h2 {
        font-size: 42px;
        line-height: 1.25;
        margin-bottom: 60px
    }
}

.gamma,
h3 {
    font-size: 26px;
    line-height: 1.25;
    margin-bottom: 30px
}

@media (min-width:992px) {

    .gamma,
    h3 {
        font-size: 36px;
        line-height: 1.25;
        margin-bottom: 60px
    }
}

.delta,
h4 {
    font-size: 30px;
    line-height: 1.25
}

@media (min-width:992px) {

    .delta,
    h4 {
        font-size: 32px;
        line-height: 1.25
    }
}

.epsilon,
h5 {
    font-size: 24px;
    line-height: 1.25
}

.zeta,
h6 {
    font-size: 18px;
    line-height: 1.25
}

*,
::after,
::before {
    box-sizing: border-box
}

:root {
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

body {
    margin: 0;
    font-family: "Mark Pro", sans-serif;
    font-size: .875rem;
    line-height: 1.25;
    font-weight: 400;
    color: var(--color-secondary);
    background-color: var(--color-primary);
    letter-spacing: 0;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media (min-width:576px) {
    body {
        font-size: 1rem;
        line-height: 1.25
    }
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25
}

hr:not([size]) {
    height: 1px
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,
ul {
    padding-left: 2rem
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: .875em;
    line-height: 27.42857
}

mark {
    padding: .2em;
    background-color: #fcf8e3
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: var(--color-secondary);
    text-decoration: underline
}

a:hover {
    color: var(--color-secondary)
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code,
kbd,
pre,
samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    line-height: 24
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .875em;
    line-height: 27.42857;
    -ms-overflow-style: scrollbar
}

pre code {
    color: inherit;
    word-break: normal
}

code {
    font-size: .875em;
    line-height: 27.42857;
    color: var(--color-secondary);
    word-wrap: break-word
}

a>code {
    color: inherit
}

figure {
    margin: 0 0 1rem
}

img,
svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: var(--color-fourth);
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

[list]::-webkit-calendar-picker-indicator {
    display: none
}

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

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: 16;
    line-height: inherit;
    white-space: normal
}

legend+* {
    clear: left
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

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

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

iframe {
    border: 0
}

summary {
    display: list-item;
    cursor: pointer
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

.listing-pages .footer,
.listing-pages .header {
    display: none
}

main {
    padding-top: 70px
}

@media (min-width:992px) {
    main {
        padding-top: 110px
    }
}

.section {
    padding: 30px 0
}

.section .btn-wrapper {
    padding-bottom: 20px
}

@media (min-width:992px) {
    .section {
        padding: 140px 60px 120px
    }

    .section.section--small {
        padding: 100px 60px 100px
    }
}

.intro {
    margin-bottom: 40px
}

.intro h5 {
    font-size: 22px;
    line-height: 1.25;
    font-family: "Mark Pro", sans-serif;
    font-weight: 400;
    color: var(--color-secondary);
    opacity: 0;
    transform: translateY(15px);
    transition: opacity 1.2s cubic-bezier(.215, .61, .355, 1), transform 1.2s cubic-bezier(.215, .61, .355, 1)
}

.intro h6 {
    font-size: 26px;
    line-height: 1.25;
    color: var(--color-secondary);
    opacity: 0;
    transform: translateY(15px);
    transition: opacity 1.2s cubic-bezier(.215, .61, .355, 1), transform 1.2s cubic-bezier(.215, .61, .355, 1)
}

.intro p {
    font-size: 32px;
    line-height: 1.25;
    margin-bottom: 30px;
    opacity: 0;
    transform: translateY(15px);
    transition: opacity 1.2s cubic-bezier(.215, .61, .355, 1), transform 1.2s cubic-bezier(.215, .61, .355, 1)
}

.intro p:last-child,
.intro p:only-child {
    margin-bottom: 0
}

.intro p.smaller {
    font-size: 34px;
    line-height: 1.25
}

.intro p.mini {
    font-size: 22px;
    line-height: 1.25
}

.intro p.tiny {
    font-size: 24px;
    line-height: 1.25
}

.intro.is-inview p {
    opacity: 1;
    transform: scale(1);
    transition-delay: .3s
}

.intro.is-inview h5 {
    opacity: 1;
    transform: scale(1);
    transition-delay: .15s
}

.intro.intro--small {
    margin-bottom: 80px;
    margin-top: 30px
}

@media (min-width:992px) {
    .intro {
        margin-bottom: 116px;
        max-width: 1300px
    }

    .intro p {
        font-size: 54px;
        line-height: 1.25;
        margin-bottom: 40px
    }

    .intro p.smaller {
        font-size: 54px;
        line-height: 1.25
    }

    .intro p.mini {
        font-size: 36px;
        line-height: 1.25
    }

    .intro p.tiny {
        font-size: 30px;
        line-height: 1.25
    }

    .intro h5 {
        font-size: 36px;
        line-height: 1.25
    }

    .intro.intro--small {
        margin-top: 0
    }
}

.title {
    font-size: 32px;
    line-height: 1.25;
    margin-bottom: 30px
}

@media (min-width:992px) {
    .title {
        font-size: 36px;
        line-height: 1.25;
        margin-bottom: 60px
    }
}

.short-desc {
    max-width: 800px;
    margin-bottom: 30px;
    margin-top: 30px
}

.short-desc p {
    opacity: 0;
    font-size: 20px;
    line-height: 1.5
}

.short-desc.is-inview p {
    transform: none;
    opacity: 1
}

@media (min-width:992px) {
    .short-desc {
        margin-bottom: 60px;
        margin-top: 60px
    }

    .short-desc p {
        transform: translateY(50%);
        transition: opacity 1.5s cubic-bezier(.215, .61, .355, 1), transform 1.5s cubic-bezier(.215, .61, .355, 1);
        font-size: 32px;
        line-height: 1.5
    }
}

.highlight {
    max-width: 615px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.highlight__content {
    margin-bottom: 30px;
    text-align: center
}

.highlight__content p {
    opacity: 0;
    font-size: 30px;
    line-height: 1.2
}

.highlight__content.is-inview p {
    transform: none;
    opacity: 1
}

@media (min-width:992px) {
    .highlight__content {
        margin-bottom: 40px
    }

    .highlight__content p {
        transform: translateY(30%);
        transition: opacity 1.5s cubic-bezier(.215, .61, .355, 1), transform 1s cubic-bezier(.215, .61, .355, 1);
        font-size: 48px;
        line-height: 1.2
    }
}

.link {
    position: relative;
    display: inline-block;
    text-decoration: none;
    line-height: 1.5
}

.link::before {
    content: '';
    position: absolute;
    bottom: 1px;
    left: 0;
    background: var(--color-primary);
    width: 100%;
    height: 1px;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform 1.5s cubic-bezier(.19, 1, .22, 1)
}

.link:active,
.link:focus,
.link:hover {
    text-decoration: none
}

.link:active::before,
.link:focus::before,
.link:hover::before {
    transform-origin: left;
    transform: scaleX(1)
}

.image-wrapper {
    position: relative;
    overflow: hidden
}

.image-wrapper .image img {
    width: 100%;
    opacity: 0;
    transform: scale(1.15);
    transition: opacity 1.5s cubic-bezier(.215, .61, .355, 1), transform 1.5s cubic-bezier(.215, .61, .355, 1)
}

.image-wrapper .image.is-inview img {
    opacity: 1;
    transform: scale(1);
    transition-delay: .5s
}

.image-wrapper .image-caption {
    position: relative;
    padding: 0 15px;
    margin-top: 20px;
    opacity: 0;
    transition: opacity 1.2s cubic-bezier(.215, .61, .355, 1);
    color: var(--color-secondary);
    font-size: 16px;
    line-height: 1.5
}

.image-wrapper .image-caption.is-inview {
    opacity: 1
}

@media (min-width:768px) {
    .image-wrapper .image-caption {
        position: absolute;
        left: 10%;
        bottom: 30%;
        margin-top: 0;
        padding: 0
    }
}

@media (min-width:992px) {
    .image-wrapper .image-caption {
        font-size: 24px;
        line-height: 1.5
    }
}

.image-wrapper .image--lazyload {
    --w: var(--width, 100%);
    --ar: var(--aspect-ratio, 0.5625);
    width: var(--w);
    padding-bottom: calc(var(--w) * var(--ar));
    height: 0
}

.project-listing {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    perspective: 600px
}

@media (min-width:992px) {
    .project-listing {
        margin-bottom: 80px
    }
}

.project-listing__title {
    font-size: 22px;
    line-height: 1.25;
    margin-bottom: 20px;
    opacity: 0;
    transform-origin: center top;
    transform-style: preserve-3d;
    transform: translateY(100%) rotateX(-80deg);
    transition: opacity 0s cubic-bezier(.215, .61, .355, 1), transform 0s cubic-bezier(.215, .61, .355, 1)
}

@media (min-width:992px) {
    .project-listing__title {
        font-size: 32px;
        line-height: 1.25;
        margin-bottom: 40px
    }
}

.project-listing__title.is-inview {
    transform: none;
    opacity: 1;
    transition-duration: .5s
}

.project-listing__item {
    color: var(--color-secondary);
    transition: all .5s;
    opacity: 1;
    transform-origin: center top;
    transform-style: preserve-3d;
    transform: translateY(100%) rotateX(-80deg);
    font-size: 18px;
    line-height: 1.25;
    margin-bottom: 15px
}

.project-listing__item.is-inview {
    transform: none;
    opacity: 1
}

@media (min-width:992px) {
    .project-listing__item {
        font-size: 24px;
        line-height: 1.25;
        margin-bottom: 25px
    }
}

.project-listing__item:focus,
.project-listing__item:hover {
    color: var(--color-third)
}

.project-images .image-wrapper {
    margin-bottom: 1rem;
    padding-bottom: 0
}

@media (min-width:992px) {
    .project-images .image-wrapper {
        margin-bottom: 30px
    }
}

.project-nav {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    font-size: 24px;
    line-height: 1.25
}

@media (min-width:992px) {
    .project-nav {
        margin-top: 90px;
        font-size: 32px;
        line-height: 1.25
    }
}

.project-nav__item {
    text-decoration: none;
    transition: all .5s
}

.project-nav__item.project-nav__item--next {
    margin-left: auto
}

.project-nav__item:focus,
.project-nav__item:hover {
    color: var(--color-third)
}

.contact {
    max-width: 810px;
    margin: 0 auto
}

.contact-list {
    display: grid;
    margin-bottom: 40px
}

@media (min-width:768px) {
    .contact-list {
        grid-template-columns: 50% 50%
    }
}

@media (min-width:992px) {
    .contact-list {
        grid-template-columns: 100% 100%;
        margin-bottom: 130px
    }
}

.contact-list h4 {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 50px
}

@media (min-width:992px) {
    .contact-list h4 {
        font-size: 28px;
        line-height: 1;
        margin-bottom: 56px
    }
}

.contact-list h5 {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 20px
}

@media (min-width:992px) {
    .contact-list h5 {
        font-size: 28px;
        line-height: 1;
        margin-bottom: 37px
    }
}

.contact-list a,
.contact-list h6,
.contact-list p {
    color: var(--color-secondary);
    font-size: 18px;
    line-height: 1.25
}

@media (min-width:992px) {

    .contact-list a,
    .contact-list h6,
    .contact-list p {
        font-size: 22px;
        line-height: 1.25
    }
}

.contact-list h6 {
    margin-bottom: 5px
}

.contact-list a.link {
    word-break: break-word
}

.contact-list a.link::before {
    background: var(--color-secondary)
}

.contact-list .smaller {
    color: var(--color-sixth);
    font-size: 14px;
    line-height: 1.25
}

@media (min-width:992px) {
    .contact-list .smaller {
        font-size: 16px;
        line-height: 1.25
    }
}

.contact-list .darker {
    color: var(--color-sixth)
}

.contact-list a.link.darker::before {
    background: var(--color-sixth)
}

.contact-list .spacing {
    margin-bottom: 15px
}

@media (min-width:768px) {
    .contact-list .spacing {
        margin-bottom: 30px
    }
}

.contact-list .no-spacing {
    margin-bottom: 0
}

.contact-list .contact-basic {
    width: 70%;
    margin-bottom: 70px
}

@media (min-width:1400px) {
    .contact-list .contact-basic {
        width: 55%
    }
}

.contact-list .contact-additional {
    padding-top: 34px;
    position: relative
}

.contact-list .contact-additional::before {
    position: absolute;
    top: 0;
    content: '';
    height: 1px;
    background: var(--color-third);
    width: 100%;
    max-width: 260px
}

.contact-list .contact-additional .contact-additional__item {
    margin-bottom: 58px
}

.contact-information {
    padding: 0;
    list-style: none;
    display: grid;
    gap: 1.2rem 1.6rem
}

.contact-information li {
    width: 100%;
    opacity: 0;
    transform: translateY(15px);
    transition: opacity 1.2s cubic-bezier(.215, .61, .355, 1), transform 1.2s cubic-bezier(.215, .61, .355, 1)
}

.contact-information li.is-inview {
    opacity: 1;
    transform: scale(1);
    transition-delay: .15s
}

@media (min-width:768px) {
    .contact-information {
        grid-template-columns: 50% 50%;
        gap: 80px 5px
    }

    .contact-information li {
        margin-bottom: 0
    }
}

@media (min-width:1400px) {
    .contact-information {
        grid-template-columns: 25% 25% 25% 25%
    }
}

@media (max-width:991.98px) {
    .is-inview * {
        transition-delay: 0s !important;
        transition-duration: 10ms !important
    }

    .is-inview.header,
    .is-inview.header * {
        transition-duration: .5s !important
    }
}

footer.footer {
    background: var(--color-primary);
    padding: 0;
    color: var(--color-secondary);
    overflow: hidden
}

footer.footer .link {
    color: var(--color-secondary);
    align-self: flex-start;
    margin-bottom: 20px
}

footer.footer .link::before {
    background: var(--color-secondary)
}

footer.footer .link:last-child,
footer.footer .link:only-child {
    margin-bottom: 0
}

@media (min-width:992px) {
    footer.footer .link {
        margin-bottom: 30px
    }
}

@media (min-width:992px) {
    footer.footer {
        padding: 30px 60px
    }
}

.footer__top {
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
    text-align: center;
    padding: 30px 15px 45px 15px
}

@media (min-width:992px) {
    .footer__top {
        padding: 60px 15px
    }
}

.footer__nav {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    margin-top: 30px;
    font-size: 18px;
    line-height: 1.25
}

@media (min-width:992px) {
    .footer__nav {
        margin-bottom: 60px;
        margin-top: 0;
        font-size: 24px;
        line-height: 1.5
    }
}

.footer__nav .link {
    opacity: 0;
    transform: translateY(60px);
    transition: opacity .6s cubic-bezier(.215, .61, .355, 1), transform .6s cubic-bezier(.215, .61, .355, 1)
}

.footer__nav .link.is-inview {
    transform: none;
    opacity: 1
}

.footer__nav .link:nth-child(1n) {
    transition-delay: .1s !important
}

.footer__nav .link:nth-child(2n) {
    transition-delay: .2s !important
}

.footer__nav .link:nth-child(3n) {
    transition-delay: .3s !important
}

.footer__nav .link:nth-child(4n) {
    transition-delay: .4s !important
}

.footer__nav .link:nth-child(5n) {
    transition-delay: .5s !important
}

.footer__nav .link.is-current:before {
    transform-origin: left;
    transform: scaleX(1)
}

.footer__bot {
    border-top: 1px solid var(--color-third);
    padding: 15px 0;
    text-align: right
}

.footer__bot .link {
    margin-left: 15px;
    margin-bottom: 0 !important;
    opacity: 0;
    transform: translateX(60px);
    transition: opacity .6s cubic-bezier(.215, .61, .355, 1), transform .6s cubic-bezier(.215, .61, .355, 1)
}

.footer__bot .link:first-child,
.footer__bot .link:only-child {
    margin-left: 0
}

@media (min-width:992px) {
    .footer__bot .link {
        margin-left: 60px;
        padding: 20px 0 0
    }
}

.footer__bot .link.is-inview {
    transform: none;
    opacity: 1
}

.footer__bot .link:nth-child(1n) {
    transition-delay: .1s !important
}

.footer__bot .link:nth-child(2n) {
    transition-delay: .2s !important
}

.footer__bot .link:nth-child(3n) {
    transition-delay: .3s !important
}

.footer__bot .link:nth-child(4n) {
    transition-delay: .4s !important
}

.footer__bot .link:nth-child(5n) {
    transition-delay: .5s !important
}

.footer__socials {
    text-align: right;
    padding-bottom: 15px;
    font-size: 28px;
    line-height: 1.25
}

.footer__socials a {
    text-decoration: none;
    margin-left: 20px
}

.footer__socials i {
    border-radius: 50%;
    transition: all .3s
}

.footer__socials i:hover {
    opacity: .5
}

@media (min-width:992px) {
    .footer__socials {
        padding-bottom: 30px
    }

    .footer__socials a {
        font-size: 32px;
        line-height: 1.25;
        margin-left: 20px
    }
}

.btn-primary {
    display: inline-block;
    background: var(--color-secondary);
    color: var(--color-primary);
    padding: 15px 35px;
    border-radius: 35px;
    text-decoration: none;
    box-shadow: 1px 1px 1px rgba(var(--color-secondary-rgb), .4);
    transition: all .25s ease-in;
    font-size: 18px;
    line-height: 1.25
}

.btn-primary:focus,
.btn-primary:hover {
    background: var(--color-third);
    color: var(--color-secondary)
}

@media (min-width:992px) {
    .btn-primary {
        padding: 20px 45px;
        border-radius: 45px;
        font-size: 22px;
        line-height: 1.25
    }
}

.btn-secondary {
    display: inline-block;
    background: var(--color-primary);
    color: var(--color-secondary);
    padding: 15px 35px;
    border-radius: 35px;
    text-decoration: none;
    box-shadow: 1px 1px 1px rgba(var(--color-secondary), .4);
    transition: all .25s ease-in;
    font-size: 16px;
    line-height: 1.25
}

.btn-secondary:focus,
.btn-secondary:hover {
    background: var(--color-third)
}

@media (min-width:992px) {
    .btn-secondary {
        padding: 20px 45px;
        border-radius: 45px;
        font-size: 22px;
        line-height: 1.25
    }
}

button {
    border: none;
    font-size: 16px;
    line-height: 1.25
}

.input {
    background: var(--color-secondary);
    color: var(--color-primary);
    padding: 10px;
    height: 50px;
    border: none;
    font-size: 16px;
    line-height: 1.25
}

.input:focus,
.input:hover {
    outline: 0
}

@media (min-width:992px) {
    .input {
        height: 60px;
        font-size: 22px;
        line-height: 1.25
    }
}

.textarea {
    background: var(--color-secondary);
    color: var(--color-primary);
    padding: 10px;
    border: none;
    font-size: 22px;
    line-height: 1.25
}

.textarea:focus,
.textarea:hover {
    outline: 0
}

.checkbox {
    width: 2px;
    height: 2px;
    opacity: 0
}

.checkbox~label {
    position: relative;
    padding-left: 35px;
    cursor: pointer
}

.checkbox~label::before {
    position: absolute;
    content: '';
    border: none;
    background: var(--color-secondary);
    width: 20px;
    height: 20px;
    left: 0;
    top: 0
}

.checkbox~label::after {
    position: absolute;
    content: '';
    display: none;
    top: 3px;
    left: 8px;
    width: 6px;
    height: 11px;
    border-radius: .5px;
    transform: rotate(45deg);
    border-color: var(--color-primary);
    border-width: 0 2px 2px 0;
    border-style: solid
}

.checkbox:checked~label::after {
    display: block
}

.label {
    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 10px
}

@media (min-width:992px) {
    .label {
        font-size: 24px;
        line-height: 1.25
    }
}

.field {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    opacity: 0;
    transform: scale(.75);
    transition: opacity 1.2s cubic-bezier(.215, .61, .355, 1), transform 1.2s cubic-bezier(.215, .61, .355, 1)
}

.field.is-inview {
    opacity: 1;
    transform: scale(1);
    transition-delay: .15s
}

.field-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media (min-width:992px) {
    .field-wrapper {
        flex-direction: row
    }
}

.field-half {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px
}

.field-half span {
    margin-top: 10px;
    display: block
}

@media (min-width:992px) {
    .field-half {
        width: calc(50% - 5px);
        margin-bottom: 0
    }
}

.field-validation-error {
    margin-top: 10px;
    display: block
}

.form-contact h2 {
    font-size: 34px;
    line-height: 1.25;
    margin-bottom: 30px
}

@media (min-width:992px) {
    .form-contact h2 {
        margin-bottom: 60px;
        font-size: 54px;
        line-height: 1.25
    }
}

span.umbraco-forms-submitmessage {
    font-size: 28px;
    line-height: 1.5
}

.editor-content {
    padding: 0 0 30px;
    color: var(--color-secondary)
}

.editor-content ol,
.editor-content p,
.editor-content ul {
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 30px
}

@media (min-width:992px) {

    .editor-content ol,
    .editor-content p,
    .editor-content ul {
        font-size: 32px;
        line-height: 1.25;
        margin-bottom: 60px
    }
}

.editor-content>* {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 1s cubic-bezier(.215, .61, .355, 1), transform 1s cubic-bezier(.215, .61, .355, 1)
}

.editor-content.is-inview>* {
    opacity: 1;
    transform: translateY(0)
}

.clients {
    align-items: center;
    display: grid;
    gap: 4.8rem 4.8rem;
    justify-items: center;
    margin: 0 auto 2rem;
    grid-template-columns: auto auto;
    padding: 0
}

.clients li {
    list-style: none;
    margin: 0;
    opacity: 0;
    transform: translateY(60px);
    transition: opacity .6s cubic-bezier(.215, .61, .355, 1), transform .6s cubic-bezier(.215, .61, .355, 1)
}

.clients li.is-inview {
    transform: none;
    opacity: 1
}

.clients li:nth-child(1n) {
    transition-delay: .1s !important
}

.clients li:nth-child(2n) {
    transition-delay: .2s !important
}

.clients li:nth-child(3n) {
    transition-delay: .3s !important
}

.clients li:nth-child(4n) {
    transition-delay: .4s !important
}

.clients img {
    height: 3.2rem;
    width: auto;
    max-width: 100%
}

.clients img:hover {
    background: 0 0;
    filter: grayscale(0);
    transition: all .3s ease-in-out
}

.clients .client-wrapper {
    transition: all .3s ease-in-out;
    text-align: center
}

.clients .client-wrapper:hover {
    transform: translateY(-.3rem)
}

@media (min-width:992px) {
    .clients {
        grid-template-columns: auto auto auto auto;
        margin: 2rem auto
    }

    .clients img {
        height: 4.2rem
    }
}

.designs {
    align-items: center;
    display: grid;
    gap: 3.2rem 1.6rem;
    justify-items: center;
    margin: 0 auto 2rem;
    grid-template-columns: auto;
    padding: 0
}

.designs li {
    list-style: none;
    margin: 0;
    width: 100%
}

.designs li a {
    display: block;
    color: var(--color-secondary);
    text-decoration: none
}

.designs li:nth-child(2n) .design-title {
    transition-delay: .25s
}

.designs .design-wrapper {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px
}

.designs .design-wrapper img.is-filter {
    filter: grayscale(100%)
}

.designs .design-wrapper .design-image {
    height: 0;
    padding-bottom: 56.25%
}

.designs .design-wrapper .design-image img {
    width: 100%;
    opacity: 0;
    transform: scale(1.1);
    transition: all 1.2s cubic-bezier(.215, .61, .355, 1)
}

.designs .design-wrapper .design-image.is-inview img {
    opacity: 1;
    transform: scale(1);
    transition-delay: .1s
}

.designs .design-wrapper:focus img,
.designs .design-wrapper:hover img {
    filter: grayscale(0) !important
}

.designs .design-title {
    font-size: 26px;
    line-height: 1.5;
    opacity: 1;
    transform: translateY(30px);
    transition: all .5s cubic-bezier(.215, .61, .355, 1)
}

.designs .design-title.is-inview {
    opacity: 1;
    transform: none
}

@media (min-width:992px) {
    .designs .design-title {
        font-size: 36px;
        line-height: 1.5
    }
}

@media (min-width:992px) {
    .designs {
        grid-template-columns: 50% 50%;
        margin: 2rem auto
    }
}

.content-grid-wrapper {
    padding: 30px 15px;
    display: flex;
    flex-direction: column
}

.content-grid-wrapper .btn-wrapper {
    padding-top: 44px;
    padding-bottom: 20px
}

@media (min-width:992px) {
    .content-grid-wrapper {
        padding: 90px 125px 120px;
        align-items: center
    }

    .content-grid-wrapper .btn-wrapper {
        padding-top: 54px
    }
}

.content-grid {
    display: grid;
    gap: 2rem;
    grid-template-columns: auto;
    padding: 0;
    margin-bottom: 0
}

.content-grid h3 {
    color: var(--color-primary);
    font-weight: 700
}

.content-grid li {
    list-style: none;
    margin: 0;
    width: 100%;
    opacity: 0;
    transform: translateY(60px);
    transition: opacity .6s cubic-bezier(.215, .61, .355, 1), transform .6s cubic-bezier(.215, .61, .355, 1)
}

.content-grid li.is-inview {
    transform: none;
    opacity: 1
}

.content-grid li:nth-child(1n) {
    transition-delay: .1s !important
}

.content-grid li:nth-child(2n) {
    transition-delay: .2s !important
}

.content-grid li:nth-child(3n) {
    transition-delay: .3s !important
}

.content-grid li p {
    max-width: 330px;
    color: var(--color-fifth);
    font-size: 18px;
    line-height: 1.25
}

.content-grid li p:last-child,
.content-grid li p:only-child {
    margin-bottom: 0
}

@media (min-width:992px) {
    .content-grid {
        grid-template-columns: auto auto auto;
        gap: 3.2rem;
        margin: 0 auto
    }

    .content-grid li p {
        font-size: 24px;
        line-height: 1.25
    }

    .content-grid h3 {
        margin-bottom: 30px
    }
}

.masonry {
    display: grid;
    grid-gap: 1em;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    grid-auto-rows: 0
}

@media (min-width:992px) {
    .masonry {
        grid-template-columns: repeat(auto-fill, minmax(calc(50% - 1em), 1fr))
    }
}

.masonry-brick {
    cursor: pointer
}

.masonry-brick .image-wrapper {
    padding-bottom: 0
}

.masonry-brick .image-wrapper .image img {
    transition: all 1s cubic-bezier(.215, .61, .355, 1)
}

.masonry-brick:focus img,
.masonry-brick:hover img {
    filter: grayscale(0) !important
}

.tab {
    position: relative
}

.tab__label {
    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 20px;
    color: var(--color-fifth)
}

@media (min-width:992px) {
    .tab__label {
        font-size: 24px;
        line-height: 1.25;
        margin-bottom: 40px
    }
}

.tab__titles {
    position: relative;
    border-bottom: 1px solid rgba(41, 41, 41, .3);
    padding-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    padding-left: 0;
    margin-bottom: 40px;
    flex-wrap: nowrap;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.tab__titles::-webkit-scrollbar {
    display: none
}

@media (min-width:576px) {
    .tab__titles {
        justify-content: flex-start;
        margin-bottom: 60px
    }
}

@media (min-width:992px) {
    .tab__titles {
        max-width: 1400px
    }
}

.tab__title {
    margin-right: 10px;
    position: relative;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-size: 22px;
    line-height: 1.25
}

@media (min-width:576px) {
    .tab__title {
        margin-right: 50px;
        width: auto
    }
}

@media (min-width:992px) {
    .tab__title {
        margin-right: 100px;
        font-size: 36px;
        line-height: 1.25
    }
}

.tab__title::after {
    content: '\e90e';
    font-size: 10px;
    color: var(--color-third);
    display: inline-block;
    margin-left: 5px;
    opacity: 0;
    transition: all .25s
}

.tab__title:last-child {
    margin-right: 0;
    padding-right: 50px
}

.tab__title.is-active::after {
    opacity: 1;
    -webkit-animation: arrowHint 1s infinite alternate;
    animation: arrowHint 1s infinite alternate
}

@media (min-width:992px) {
    .tab__title::after {
        margin-left: 10px
    }

    .tab__title:hover::after {
        opacity: 1;
        -webkit-animation: arrowHint 1s infinite alternate;
        animation: arrowHint 1s infinite alternate
    }
}

.tab__contents {
    list-style: none;
    padding-left: 0
}

@media (min-width:992px) {
    .tab__contents {
        max-width: 1300px
    }
}

.tab__content {
    display: none;
    color: var(--color-fifth);
    font-size: 18px;
    line-height: 1.25
}

.tab__content.is-active {
    display: block
}

@media (min-width:992px) {
    .tab__content {
        font-size: 24px;
        line-height: 1.25
    }
}

.tab__content>* {
    color: var(--color-fifth)
}

.tab__content h4 {
    color: var(--color-primary)
}

@-webkit-keyframes arrowHint {
    0% {
        transform: translate(0, 0)
    }

    100% {
        transform: translate(0, 5px)
    }
}

@keyframes arrowHint {
    0% {
        transform: translate(0, 0)
    }

    100% {
        transform: translate(0, 5px)
    }
}

.accordion .accordion-panel {
    display: none
}

@media (min-width:768px) {
    .accordion .accordion-panel {
        display: block
    }
}

.accordion .accordion-control {
    position: relative;
    cursor: pointer
}

.accordion .accordion-control::after {
    content: '\e90e';
    font-size: 10px;
    color: var(--color-third);
    position: absolute;
    right: 0;
    display: inline-block;
    margin-left: 10px;
    transition: all .25s
}

.accordion .accordion-control.is-active::after {
    transform: rotate(180deg)
}

@media (min-width:768px) {
    .accordion .accordion-control {
        pointer-events: none
    }

    .accordion .accordion-control::after {
        display: none
    }
}

.dropdown {
    position: relative;
    z-index: 0
}

.dropdown__button {
    position: relative;
    cursor: pointer;
    text-decoration: none
}

.dropdown__button::after {
    content: '\e90e';
    font-size: 6px;
    color: var(--color-third);
    position: absolute;
    right: -15px;
    bottom: 5px;
    margin-left: 5px;
    opacity: 1;
    transition: all .25s
}

@media (min-width:992px) {
    .dropdown__button::after {
        bottom: 4px
    }

    .dropdown__button:hover::after {
        opacity: 1;
        -webkit-animation: arrowHintBottom .6s infinite alternate;
        animation: arrowHintBottom .6s infinite alternate
    }
}

.dropdown__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: var(--color-primary);
    opacity: 0;
    visibility: hidden;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -1;
    transform: translateY(-25px);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

@media (min-width:992px) {
    .dropdown__list {
        padding-left: 10px;
        padding-right: 10px
    }
}

.dropdown__item {
    padding: 6px 0;
    text-decoration: none
}

.dropdown.is-active .dropdown__button::after {
    opacity: 1;
    -webkit-animation: arrowHintBottom 1s infinite alternate;
    animation: arrowHintBottom 1s infinite alternate
}

.dropdown.is-active .dropdown__list {
    -webkit-animation-timing-function: cubic-bezier(.19, 1, .22, 1);
    animation-timing-function: cubic-bezier(.19, 1, .22, 1);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

.dropdown.is-closing .dropdown__list {
    -webkit-animation-timing-function: cubic-bezier(.19, 1, .22, 1);
    animation-timing-function: cubic-bezier(.19, 1, .22, 1);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

.dropdown--right .dropdown__list {
    right: 0;
    left: auto;
    text-align: right;
    align-items: flex-end
}

.dropdown--right .dropdown__list .link {
    align-self: flex-end
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        visibility: hidden;
        transform: translateY(-25px)
    }

    100% {
        opacity: 1;
        visibility: visible;
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        visibility: hidden;
        transform: translateY(-25px)
    }

    100% {
        opacity: 1;
        visibility: visible;
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeOutUp {
    100% {
        opacity: 0;
        visibility: hidden;
        transform: translateY(-25px)
    }

    0% {
        opacity: 1;
        visibility: visible;
        transform: translateY(0)
    }
}

@keyframes fadeOutUp {
    100% {
        opacity: 0;
        visibility: hidden;
        transform: translateY(-25px)
    }

    0% {
        opacity: 1;
        visibility: visible;
        transform: translateY(0)
    }
}

@-webkit-keyframes arrowHintBottom {
    0% {
        transform: translate(0, 0)
    }

    100% {
        transform: translate(0, -3px)
    }
}

@keyframes arrowHintBottom {
    0% {
        transform: translate(0, 0)
    }

    100% {
        transform: translate(0, -3px)
    }
}