






@media (min-width: 768px) {

    .h2 u::after,
    h2 u::after {
        bottom: 1rem
    }
}

@media (min-width: 1050px) {

    .h2 u::after,
    h2 u::after {
        bottom: 1.25rem
    }
}












@media (min-width: 768px) {
    .content-container.no-header-img {
        margin-top: 176px;
        padding-top: 6rem
    }
}

.container-small {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto
}

.blog-post .container-small {
    max-width: 790px
}

.container-full-size {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw
}

.container-full-size.wp-block-image {
    max-width: 100vw
}

.dark-bg {
    background-color: #3A3C44
}

p.has-drop-cap:not(:focus):first-letter {
    font-size: 4rem;
    line-height: 0.7;
    font-weight: 600;
    margin: 0.1rem 0.6rem 0 0;
    text-transform: uppercase
}

.blog-post h2 {
    font-size: 2.5rem !important
}

.blog-post p.has-drop-cap:not(:focus):first-letter {
    color: #2FA8E1
}


body.case-study-page {
    overflow-x: hidden
}

.wv-cat {
    background-color: white;
    padding: 0.75rem 2rem;
    color: #292729;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 4px;
    font-family: "Oswald", sans-serif
}

.slick-dots {
    list-style: none;
    text-align: center;
    padding-left: 0
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    border-radius: 50%;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: lightgrey
}

.slick-dots li.slick-active button {
    background-color: #2FA8E1
}

.icon-arrow-right {
    content: url("../img/arrow-right.svg")
}

.icon-arrow-right-short,
.icon-arrow-left-short {
    content: url("../img/arrow-right-short.svg")
}

.icon-arrow-left-short {
    transform: scale(-1, 1)
}

.icon-arrow-right-white {
    content: url("../img/arrow-right-white.svg")
}

a.moving-link {
    color: inherit;
    border-bottom: 1px solid #2FA8E1;
    padding-bottom: 2px
}

a.moving-link:hover {
    text-decoration: none
}

a.moving-link:hover i {
    transition: 0.5s;
    margin-left: 1.25rem
}

a.moving-link i {
    color: #2FA8E1;
    margin-left: 0.25rem
}

@media (min-width: 768px) {
    .moving-arrow:hover i {
        transition: 0.5s;
        margin-left: 1.25rem;
        width: 65px
    }
}

.moving-arrow i {
    transition: 0.5s;
    margin-left: 0.25rem;
    width: 50px
}

.cat-filter {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0;
    list-style: none;
    border-bottom: 1px solid #9B9B9B;
    padding-bottom: 1rem;
    margin-bottom: 1rem
}

@media (min-width: 768px) {
    .cat-filter {
        margin-bottom: 1rem;
        justify-content: start
    }
}

.cat-filter a {
    position: relative;
    text-transform: uppercase;
    color: #424648;
    font-family: "Oswald", sans-serif;
    letter-spacing: 2px
}

@media (min-width: 768px) {
    .cat-filter a {
        font-size: 1.125rem
    }
}

.cat-filter a:hover {
    text-decoration: none
}

.cat-filter a:hover:after {
    content: "";
    position: absolute;
    bottom: 0.15rem;
    left: 8px;
    right: -4px;
    width: auto;
    height: 0.5rem;
    z-index: -1;
    background-color: #2FA8E1
}

.cat-filter .cat-item {
    padding-right: 1rem;
    padding-left: 1rem
}

@media (max-width: 767.98px) {
    .cat-filter .cat-item {
        margin-bottom: 0.35rem
    }
}

@media (min-width: 768px) {
    .cat-filter .cat-item:first-child {
        padding-left: 0
    }
}

.cat-filter .cat-item.current-cat a:after {
    content: "";
    position: absolute;
    bottom: 0.15rem;
    left: 8px;
    right: -4px;
    width: auto;
    height: 0.5rem;
    z-index: -1;
    background-color: #2FA8E1
}

:focus {
    outline: none !important
}

.list-alphabet {
    list-style: lower-alpha;
    padding-top: 1rem
}

.list-alphabet li {
    padding-left: 1rem;
    padding-bottom: 0.75rem
}

.wp-block-image figcaption {
    font-size: 0.875rem
}

#wv-lp-contact {
    position: relative;
    left: 10%;
    width: 90%;
    height: auto;
    color: #fff;
    z-index: 200
}

@media (max-width: 767.98px) {
    #wv-lp-contact {
        font-size: 2.1rem;
        padding-top: 4rem;
        padding-bottom: 4rem;
        left: 5vw;
        width: 90vw
    }
}

#wv-lp-contact .h2 {
    width: 100%;
    display: block;
    text-align: center;
    padding-bottom: 2rem;
    color: #fff;
    line-height: 1.3
}

@media (max-width: 767.98px) {
    #wv-lp-contact .h2 {
        font-size: 2.1rem;
        padding-top: 4rem;
        padding-bottom: 2rem
    }
}

@media (min-width: 768px) {
    #wv-lp-contact .h2 {
        font-size: 1.7rem
    }
}

@media (min-width: 1050px) {
    #wv-lp-contact .h2 {
        font-size: 2.1rem
    }
}

@media (min-width: 1260px) {
    #wv-lp-contact .h2 {
        font-size: calc(1.45833rem + 1.38889vw)
    }

    .disable-rfs #wv-lp-contact .h2,
    #wv-lp-contact .h2.disable-rfs {
        font-size: 2.5rem
    }
}

@media (min-width: 1260px) and (min-width: 1200px) {
    #wv-lp-contact .h2 {
        font-size: 2.5rem
    }
}

#wv-lp-contact input[type='text'],
#wv-lp-contact input[type='email'],
#wv-lp-contact textarea {
    width: 100%;
    background-color: transparent;
    color: #fff;
    border-color: #fff;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-radius: 0;
    margin: 0 0 1rem;
    font-size: 1rem;
    padding: 0.25rem 0;
    display: block;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

#wv-lp-contact input[type='text'].wpcf7-not-valid,
#wv-lp-contact input[type='email'].wpcf7-not-valid,
#wv-lp-contact textarea.wpcf7-not-valid {
    border-color: #dc3545
}

#wv-lp-contact textarea {
    resize: none;
    height: 6rem
}

#wv-lp-contact button {
    margin-top: 2rem
}

#wv-lp-contact .wpcf7-list-item {
    margin: 0 0 2rem
}

#wv-lp-contact .wpcf7-list-item input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    width: 1.5rem;
    height: 1.5rem;
    border: 1px #fff solid;
    background-image: url("../img/check.svg");
    background-size: 0 auto;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    float: left
}

#wv-lp-contact .wpcf7-list-item input[type="checkbox"]:checked {
    background-size: 100% auto
}

#wv-lp-contact .wpcf7-list-item .wpcf7-list-item-label {
    display: inline-block;
    font-size: 75%;
    color: #fff;
    padding-left: 0.5rem;
    width: calc(100% - 2rem - 1px)
}

#wv-lp-contact .wpcf7-list-item .wpcf7-list-item-label a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px #fff solid
}

#wv-lp-contact .wpcf7-list-item .wpcf7-list-item-label a:hover {
    color: #CED2D5;
    border-bottom: 1px #CED2D5 solid
}

#wv-lp-contact .wpcf7-not-valid .wpcf7-list-item input[type="checkbox"] {
    border: 1px #dc3545 solid
}

#wv-lp-contact .ajax-loader {
    display: none
}

#wv-lp-contact .wpcf7-not-valid-tip {
    position: relative;
    top: -1rem;
    font-size: 75%;
    color: white;
    margin: 0 0 0.5rem
}

#wv-lp-contact .wpcf7-response-output {
    border: 0;
    padding: 0;
    font-size: 75%;
    padding: 0.1rem 0.25rem;
    margin: 1rem 0 0;
    text-align: left
}

#wv-lp-contact .wpcf7-response-output.wpcf7-validation-errors {
    background-color: transparent;
    color: white
}

#wv-lp-contact .wpcf7-response-output.wpcf7-mail-sent-ok {
    background-color: transparent;
    color: white
}

#wv-lp-contact :-ms-input-placeholder {
    color: #fff
}

#wv-lp-contact ::-moz-placeholder {
    color: #fff
}

#wv-lp-contact ::-ms-input-placeholder {
    color: #fff
}

#wv-lp-contact ::placeholder {
    color: #fff
}

#wv-lp-contact .wpcf7-not-valid-tip::before {
    color: #dc3545
}

#wv-newsletter-form {
    position: relative;
    width: 100%;
    height: auto;
    color: #fff;
    z-index: 200
}

@media (max-width: 767.98px) {
    #wv-newsletter-form {
        font-size: 2.1rem;
        padding-top: 4rem;
        padding-bottom: 4rem;
        left: 5vw;
        width: 90vw
    }
}

#wv-newsletter-form .h2 {
    width: 100%;
    display: block;
    text-align: center;
    padding-bottom: 2rem;
    color: #fff;
    line-height: 1.3
}

@media (max-width: 767.98px) {
    #wv-newsletter-form .h2 {
        font-size: 2.1rem;
        padding-top: 4rem;
        padding-bottom: 2rem
    }
}

@media (min-width: 768px) {
    #wv-newsletter-form .h2 {
        font-size: 1.7rem
    }
}

@media (min-width: 1050px) {
    #wv-newsletter-form .h2 {
        font-size: 2.1rem
    }
}

@media (min-width: 1260px) {
    #wv-newsletter-form .h2 {
        font-size: calc(1.45833rem + 1.38889vw)
    }

    .disable-rfs #wv-newsletter-form .h2,
    #wv-newsletter-form .h2.disable-rfs {
        font-size: 2.5rem
    }
}

@media (min-width: 1260px) and (min-width: 1200px) {
    #wv-newsletter-form .h2 {
        font-size: 2.5rem
    }
}

#wv-newsletter-form input[type='text'],
#wv-newsletter-form input[type='email'],
#wv-newsletter-form textarea {
    width: 100%;
    background-color: transparent;
    color: #fff;
    border-color: #fff;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-radius: 0;
    margin: 0 0 1rem;
    font-size: 1rem;
    padding: 0.25rem 0;
    display: block;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

#wv-newsletter-form input[type='text'].wpcf7-not-valid,
#wv-newsletter-form input[type='email'].wpcf7-not-valid,
#wv-newsletter-form textarea.wpcf7-not-valid {
    border-color: #dc3545
}

#wv-newsletter-form textarea {
    resize: none;
    height: 6rem
}

#wv-newsletter-form button {
    margin-top: 2rem
}

#wv-newsletter-form .wpcf7-list-item {
    margin: 0 0 2rem
}

#wv-newsletter-form .wpcf7-list-item input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    width: 1.5rem;
    height: 1.5rem;
    border: 1px #fff solid;
    background-image: url("../img/check.svg");
    background-size: 0 auto;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    float: left
}

#wv-newsletter-form .wpcf7-list-item input[type="checkbox"]:checked {
    background-size: 100% auto
}

#wv-newsletter-form .wpcf7-list-item .wpcf7-list-item-label {
    display: inline-block;
    font-size: 75%;
    color: #fff;
    padding-left: 0.5rem;
    width: calc(100% - 2rem - 1px)
}

#wv-newsletter-form .wpcf7-list-item .wpcf7-list-item-label a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px #fff solid
}

#wv-newsletter-form .wpcf7-list-item .wpcf7-list-item-label a:hover {
    color: #CED2D5;
    border-bottom: 1px #CED2D5 solid
}

#wv-newsletter-form .wpcf7-not-valid .wpcf7-list-item input[type="checkbox"] {
    border: 1px #dc3545 solid
}

#wv-newsletter-form .ajax-loader {
    display: none
}

#wv-newsletter-form .wpcf7-not-valid-tip {
    position: relative;
    top: -1rem;
    font-size: 75%;
    color: white;
    margin: 0 0 0.5rem
}

#wv-newsletter-form .acceptance .wpcf7-not-valid-tip {
    display: none !important
}

#wv-newsletter-form .wpcf7-response-output {
    display: none !important;
    border: 0;
    font-size: 75%;
    padding: 0.1rem 0.25rem;
    margin: 1rem 0 0;
    text-align: left
}

#wv-newsletter-form .wpcf7-response-output.wpcf7-validation-errors {
    background-color: transparent;
    color: white
}

#wv-newsletter-form .wpcf7-response-output.wpcf7-mail-sent-ok {
    background-color: transparent;
    color: white
}

#wv-newsletter-form :-ms-input-placeholder {
    color: #fff
}

#wv-newsletter-form ::-moz-placeholder {
    color: #fff
}

#wv-newsletter-form ::-ms-input-placeholder {
    color: #fff
}

#wv-newsletter-form ::placeholder {
    color: #fff
}

#wv-download-form {
    position: relative;
    width: 100%;
    height: auto;
    color: #19191D;
    z-index: 200;
    max-width: 475px
}

@media (max-width: 767.98px) {
    #wv-download-form {
        padding-top: 2rem;
        padding-bottom: 2rem;
        width: 90vw
    }
}

#wv-download-form input[type='text'],
#wv-download-form input[type='email'],
#wv-download-form textarea,
#wv-download-form select {
    width: 100%;
    background-color: transparent;
    color: #19191D;
    border-color: #9B9B9B;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-radius: 0;
    margin: 0 0 1rem;
    font-size: 1rem;
    padding: 0.25rem 0;
    display: block;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

#wv-download-form input[type='text'].wpcf7-not-valid,
#wv-download-form input[type='email'].wpcf7-not-valid,
#wv-download-form textarea.wpcf7-not-valid,
#wv-download-form select.wpcf7-not-valid {
    border-color: #dc3545
}

#wv-download-form button {
    margin-top: 2rem
}

#wv-download-form select {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBzdHJva2U9IiM5QjlCOUIiIHN0cm9rZS13aWR0aD0iMS41IiBkPSJNLjQ4NC43NTVsNC45MDMgNC45MDJMMTAuMjg5Ljc1NSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+");
    background-position: right center;
    background-repeat: no-repeat
}

#wv-download-form .wpcf7-list-item {
    margin: 0 0 1rem
}

#wv-download-form .wpcf7-list-item input[type="checkbox"] {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    width: 1rem;
    height: 1rem;
    border: 1px #9B9B9B solid;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    float: left
}

#wv-download-form .wpcf7-list-item input[type="checkbox"]:checked {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggc3Ryb2tlPSIjOUI5QjlCIiBzdHJva2Utd2lkdGg9IjIiIGQ9Ik0xLjM1NyA0LjMxNWwzLjQ2IDMuNDYgNi40NDMtNi40NDIiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==")
}

#wv-download-form .wpcf7-list-item .wpcf7-list-item-label {
    cursor: pointer;
    display: inline-block;
    font-size: 75%;
    color: #9B9B9B;
    padding-left: 0.5rem;
    width: calc(100% - 2rem - 1px)
}

#wv-download-form .wpcf7-list-item .wpcf7-list-item-label a {
    color: #9B9B9B;
    text-decoration: none;
    border-bottom: 1px #9B9B9B solid
}

#wv-download-form .wpcf7-list-item .wpcf7-list-item-label a:hover {
    color: #CED2D5;
    border-bottom: 1px #9B9B9B solid
}

#wv-download-form .wpcf7-not-valid .wpcf7-list-item input[type="checkbox"] {
    border: 1px #dc3545 solid
}

#wv-download-form .ajax-loader {
    display: block
}

#wv-download-form .wpcf7-not-valid-tip {
    position: relative;
    top: -1rem;
    font-size: 75%;
    color: #19191D;
    margin: 0 0 0.5rem
}

#wv-download-form .wpcf7-response-output {
    border: 0;
    font-size: 75%;
    padding: 0.1rem 0.25rem;
    margin: 1rem 0 0;
    text-align: left
}

#wv-download-form .wpcf7-response-output.wpcf7-validation-errors {
    background-color: transparent;
    color: #19191D
}

#wv-download-form .wpcf7-response-output.wpcf7-mail-sent-ok {
    background-color: transparent;
    color: #19191D
}

#wv-download-form :-ms-input-placeholder {
    color: #19191D
}

#wv-download-form ::-moz-placeholder {
    color: #19191D
}

#wv-download-form ::-ms-input-placeholder {
    color: #19191D
}

#wv-download-form ::placeholder {
    color: #19191D
}

@-webkit-keyframes rotating

/* Safari and Chrome */
    {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

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

    to {
        transform: rotate(360deg)
    }
}





#wv-contact .cf7sr-g-recaptcha>div {
    margin: 0 auto
}

.search_form {
    position: relative;
    margin-bottom: 3rem
}

.search_form input {
    border: 1px solid #9B9B9B;
    height: 44px;
    border-radius: 22px;
    padding: 0 40px 0 20px;
    width: 270px;
    max-width: 100%;
    color: #424648;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.search_form button {
    height: 44px;
    width: 44px;
    position: absolute;
    background: transparent;
    color: #9B9B9B;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-left: -44px;
    transition: all .3s
}

.search_form button:hover {
    color: #424648
}







.btn-brand,
.wp-block-button.wv-btn.wv-btn-brand a,
#BorlabsCookieBox1 .cookie-box ._brlbs-btn-accept-all,
#wv-menu .contact-btn a {
    position: relative;
    color: white;
    background-color: #2FA8E1
}



.btn-brand:hover,
.wp-block-button.wv-btn.wv-btn-brand a:hover,
#BorlabsCookieBox1 .cookie-box ._brlbs-btn-accept-all:hover,
#wv-menu .contact-btn a:hover {
    color: white
}

.btn-primary,
.wp-block-button.wv-btn.wv-btn-primary a {
    color: white;
    background-color: black
}



.btn-primary:hover,
.wp-block-button.wv-btn.wv-btn-primary a:hover {
    color: white
}




.btn-secondary:hover,
.wp-block-button.wv-btn.wv-btn-secondary a:hover,
.wv-block-stoerer.dark .btn:hover,
.wv-block-stoerer.dark .wp-block-button.wv-btn a:hover,
.wp-block-button.wv-btn .wv-block-stoerer.dark a:hover,
.wv-block-stoerer.dark #BorlabsCookieBox1 .cookie-box ._brlbs-btn-accept-all:hover,
#BorlabsCookieBox1 .cookie-box .wv-block-stoerer.dark ._brlbs-btn-accept-all:hover,
.wv-block-stoerer.dark #wv-menu .contact-btn a:hover,
#wv-menu .contact-btn .wv-block-stoerer.dark a:hover,
.wv-block-stoerer.dark-left .btn:hover,
.wv-block-stoerer.dark-left .wp-block-button.wv-btn a:hover,
.wp-block-button.wv-btn .wv-block-stoerer.dark-left a:hover,
.wv-block-stoerer.dark-left #BorlabsCookieBox1 .cookie-box ._brlbs-btn-accept-all:hover,
#BorlabsCookieBox1 .cookie-box .wv-block-stoerer.dark-left ._brlbs-btn-accept-all:hover,
.wv-block-stoerer.dark-left #wv-menu .contact-btn a:hover,
#wv-menu .contact-btn .wv-block-stoerer.dark-left a:hover,
.wv-block-stoerer.light .btn:hover,
.wv-block-stoerer.light .wp-block-button.wv-btn a:hover,
.wp-block-button.wv-btn .wv-block-stoerer.light a:hover,
.wv-block-stoerer.light #BorlabsCookieBox1 .cookie-box ._brlbs-btn-accept-all:hover,
#BorlabsCookieBox1 .cookie-box .wv-block-stoerer.light ._brlbs-btn-accept-all:hover,
.wv-block-stoerer.light #wv-menu .contact-btn a:hover,


.btn-white {
    color: white;
    background-color: #2FA8E1 !important;
    border: 1px white solid !important
}

.btn-white::after,
.btn-white::before {
    border-color: white;
    background-color: white
}

.btn-white:hover {
    background-color: #2FA8E1;
    color: white;
    border: 1px white solid
}

.btn-invert {
    color: black;
    background-color: white
}

.btn-invert::after,
.btn-invert::before {
    border-color: white
}

.btn-invert:hover {
    color: black
}

#BorlabsCookieBox1 .cookie-box ._brlbs-btn-accept-all {
    font-weight: bold;
    text-decoration: none !important
}

@-webkit-keyframes circleAni {
    0% {
        width: 80vw;
        height: 80vw;
        margin: -40vw;
        stroke-width: 0.5
    }

    30% {
        width: 90vw;
        height: 90vw;
        margin: -45vw;
        stroke-width: 2.5
    }

    60% {
        width: 60vw;
        height: 60vw;
        margin: -30vw;
        stroke-width: 0.25
    }

    100% {
        width: 80vw;
        height: 80vw;
        margin: -40vw;
        stroke-width: 0.5
    }
}

@keyframes circleAni {
    0% {
        width: 80vw;
        height: 80vw;
        margin: -40vw;
        stroke-width: 0.5
    }

    30% {
        width: 90vw;
        height: 90vw;
        margin: -45vw;
        stroke-width: 2.5
    }

    60% {
        width: 60vw;
        height: 60vw;
        margin: -30vw;
        stroke-width: 0.25
    }

    100% {
        width: 80vw;
        height: 80vw;
        margin: -40vw;
        stroke-width: 0.5
    }
}

@-webkit-keyframes mobileCircleAni {
    0% {
        width: 170vw;
        height: 170vw;
        margin: -85vw;
        stroke-width: 0.5
    }

    30% {
        width: 200vw;
        height: 200vw;
        margin: -100vw;
        stroke-width: 2
    }

    60% {
        width: 160vw;
        height: 160vw;
        margin: -80vw;
        stroke-width: 0.25
    }

    100% {
        width: 170vw;
        height: 170vw;
        margin: -85vw;
        stroke-width: 0.5
    }
}

@keyframes mobileCircleAni {
    0% {
        width: 170vw;
        height: 170vw;
        margin: -85vw;
        stroke-width: 0.5
    }

    30% {
        width: 200vw;
        height: 200vw;
        margin: -100vw;
        stroke-width: 2
    }

    60% {
        width: 160vw;
        height: 160vw;
        margin: -80vw;
        stroke-width: 0.25
    }

    100% {
        width: 170vw;
        height: 170vw;
        margin: -85vw;
        stroke-width: 0.5
    }
}

@-webkit-keyframes indicatorAni {
    0% {
        transform: scale(0);
        opacity: 0
    }

    60% {
        opacity: 0.5
    }

    100% {
        transform: scale(1);
        opacity: 0
    }
}

@keyframes indicatorAni {
    0% {
        transform: scale(0);
        opacity: 0
    }

    60% {
        opacity: 0.5
    }

    100% {
        transform: scale(1);
        opacity: 0
    }
}

@-webkit-keyframes headerCircleAni {
    0% {
        transform: scale(1.25);
        opacity: 0.05
    }

    25% {
        opacity: 0.25
    }

    45% {
        transform: scale(0.7);
        opacity: 0.05
    }

    85% {
        opacity: 0.15
    }

    100% {
        transform: scale(1.25);
        opacity: 0.05
    }
}

@keyframes headerCircleAni {
    0% {
        transform: scale(1.25);
        opacity: 0.05
    }

    25% {
        opacity: 0.25
    }

    45% {
        transform: scale(0.7);
        opacity: 0.05
    }

    85% {
        opacity: 0.15
    }

    100% {
        transform: scale(1.25);
        opacity: 0.05
    }
}

@-webkit-keyframes contentCircleAni {
    0% {
        transform: scale(1)
    }

    45% {
        transform: scale(0.9)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes contentCircleAni {
    0% {
        transform: scale(1)
    }

    45% {
        transform: scale(0.9)
    }

    100% {
        transform: scale(1)
    }
}

header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%
}

header.contact .top-wrapper,
header.menu .top-wrapper,
header.newsletter .top-wrapper {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 0.5rem;
    transition: 1s
}

@media (min-width: 768px) {

    header.contact .top-wrapper,
    header.menu .top-wrapper,
    header.newsletter .top-wrapper {
        padding: 1rem
    }
}

header.no-header-img {
    background-color: rgba(0, 0, 0, 0.9)
}

header .top-wrapper {
    padding: 1.5rem;
    transition: 1s;
    background-color: rgba(0, 0, 0, 0)
}

.wv-scroll-page header .top-wrapper {
    background-color: #19191D;
    transition: 1s
}

@media (min-width: 768px) {
    header .top-wrapper {
        padding: 4rem 2rem
    }
}

@media (min-width: 1050px) {
    header .top-wrapper {
        padding-left: 4rem;
        padding-right: 4rem
    }
}

.wv-scroll-page header .top-wrapper {
    padding: 0.5rem 1.5rem
}

@media (min-width: 1050px) {
    .wv-scroll-page header .top-wrapper {
        padding-top: 1rem;
        padding-bottom: 1rem
    }
}

.scroll-down .top-wrapper {
    background-color: rgba(0, 0, 0) !important /* switched to solid color */
}

#wv-menu-switch {
    position: relative;
    z-index: 99999;
    width: 3rem;
    height: 3rem;
    border-radius: 3rem;
    border: 1px #fff solid;
    cursor: pointer
}

#wv-menu-switch span {
    position: absolute;
    transform-origin: center center
}

#wv-menu-switch .line-burger {
    width: 1.2rem;
    height: 2px;
    margin: 0 -0.6rem;
    background-color: #fff;
    z-index: 30;
    left: calc(1.5rem - 1px)
}

header.contact #wv-menu-switch .line-burger,
header.menu #wv-menu-switch .line-burger,
header.newsletter #wv-menu-switch .line-burger {
    width: 1.5rem;
    left: calc(1.5rem - 4px);
    top: calc(1.5rem - 2px)
}

#wv-menu-switch .line-burger.line-top {
    top: calc(1.2rem - 2px)
}

header.contact #wv-menu-switch .line-burger.line-top,
header.menu #wv-menu-switch .line-burger.line-top,
header.newsletter #wv-menu-switch .line-burger.line-top {
    transform: rotate(135deg)
}

#wv-menu-switch .line-burger.line-btm {
    top: calc(1.8rem - 2px)
}

header.contact #wv-menu-switch .line-burger.line-btm,
header.menu #wv-menu-switch .line-burger.line-btm,
header.newsletter #wv-menu-switch .line-burger.line-btm {
    transform: rotate(-135deg)
}

#wv-menu-switch .line-burger.line-mdl {
    width: calc(1.2rem - 6px);
    left: calc(1.5rem + 5px);
    top: calc(1.5rem - 2px)
}

header.contact #wv-menu-switch .line-burger.line-mdl,
header.menu #wv-menu-switch .line-burger.line-mdl,
header.newsletter #wv-menu-switch .line-burger.line-mdl {
    width: 0;
    left: calc(1.5rem + 0.6rem);
    background-color: rgba(255, 255, 255, 0)
}

.no-menu #wv-menu-switch {
    display: none
}

.no-menu .contact #wv-menu-switch {
    display: block
}

.no-menu .newsletter #wv-menu-switch {
    display: block
}

header.menu #wv-menu {
    height: 100vh;
    opacity: 1;
    z-index: 300
}

@media (max-width: 767.98px) {
    header.menu #wv-menu {
        margin-top: 4rem
    }
}

#wv-contact {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 0;
    color: #fff;
    overflow: hidden;
    opacity: 0;
    z-index: 200
}

#wvcontactpage {
    width: auto;
    height: auto;
    color: rgb(0, 0, 0);
}

#wv-contact .wv-contact-h100 {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto
}

#wv-contact .wv-contact-h100 .h2 {
    width: 100%;
    display: block
}

#wv-contact .wv-contact-h100 a {
    color: #fff
}

@media (min-width: 576px) {
    #wv-contact .wv-contact-h100 a {
        text-decoration: none
    }
}

#wv-contact .wv-contact-h100 input[type='text'],
#wv-contact .wv-contact-h100 input[type='email'],
#wv-contact .wv-contact-h100 textarea {
    width: 100%;
    background-color: transparent;
    color: #fff;
    border-color: #CED2D5;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-radius: 0;
    margin: 0 0 1rem;
    font-size: 1rem;
    padding: 0.25rem 0;
    display: block;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}
#wvcontactpage input[type='text'],
#wvcontactpage input[type='email'],
#wvcontactpage textarea {
    width: 100%;
    background-color: transparent;
    color: #000;
    border-color: #CED2D5;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-radius: 0;
    margin: 0 0 1rem;
    font-size: 1rem;
    padding: 0.25rem 0;
    display: block;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

#wv-contact .wv-contact-h100 textarea {
    resize: none;
    height: 6rem
}

#wvcontactpage textarea {
    resize: none;
    height: 6rem
}

#wv-contact .wv-contact-h100 .wpcf7-list-item {
    margin: 0 0 2rem
}

#wvcontactpage .wv-contact-h100 .wpcf7-list-item {
    margin: 0 0 2rem
}

#wv-contact .wv-contact-h100 .wpcf7-list-item input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    width: 1.5rem;
    height: 1.5rem;
    border: 1px #CED2D5 solid;
    background-image: url("../img/check.svg");
    background-size: 0 auto;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    float: left
}

#wvcontactpage .wpcf7-list-item input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    width: 1.5rem;
    height: 1.5rem;
    border: 1px #CED2D5 solid;
    background-image: url("../img/check_light.svg");
    background-size: 0 auto;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    float: left
}

#wv-contact .wv-contact-h100 .wpcf7-list-item input[type="checkbox"]:checked {
    background-size: 100% auto;
    background-color: black;
}

#wvcontactpage .wpcf7-list-item input[type="checkbox"]:checked {
    background-size: 100% auto
}

#wv-contact .wv-contact-h100 .wpcf7-list-item .wpcf7-list-item-label {
    display: inline-block;
    font-size: 75%;
    color: #CED2D5;
    padding-left: 0.5rem;
    width: calc(100% - 2rem - 1px)
}

#wvcontactpage .wpcf7-list-item .wpcf7-list-item-label {
    display: inline-block;
    font-size: 75%;
    color: #19191D;
    padding-left: 0.5rem;
    width: calc(100% - 2rem - 1px)
}

#wv-contact .wv-contact-h100 .ajax-loader {
    display: none
}

#wv-contact .wv-contact-h100 .wpcf7-not-valid-tip {
    position: relative;
    top: -0.5rem;
    font-size: 75%;
    color: #dc3545;
    display: block;
    margin: 0 0 1rem
}

#wv-contact .wv-contact-h100 .wpcf7-response-output {
    border: 0;
    padding: 0;
    font-size: 75%;
    color: #dc3545;
    display: block;
    margin: 1rem 0 0;
    text-align: center
}

header.contact #wv-contact {
    height: 100vh;
    opacity: 1;
    z-index: 300
}

header #wv-contact form {
    margin: auto
}

#wv-newsletter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 0;
    color: #fff;
    overflow: hidden;
    opacity: 0;
    z-index: 200
}

#wv-newsletter .wv-newsletter-h100 {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto
}

#wv-newsletter .wv-newsletter-h100 .h2 {
    width: 100%;
    display: block;
    padding-bottom: 2rem
}

#wv-newsletter .wv-newsletter-h100 input[type='text'],
#wv-newsletter .wv-newsletter-h100 input[type='email'],
#wv-newsletter .wv-newsletter-h100 textarea {
    width: 100%;
    background-color: transparent;
    color: #fff;
    border-color: #CED2D5;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-radius: 0;
    margin: 0 0 1rem;
    font-size: 1rem;
    padding: 0.25rem 0;
    display: block;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

#wv-newsletter .wv-newsletter-h100 textarea {
    resize: none;
    height: 6rem
}

#wv-newsletter .wv-newsletter-h100 .wpcf7-list-item {
    margin: 0 0 2rem
}

#wv-newsletter .wv-newsletter-h100 .wpcf7-list-item input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    width: 1.5rem;
    height: 1.5rem;
    border: 1px #CED2D5 solid;
    background-image: url("../img/check.svg");
    background-size: 0 auto;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    float: left
}

#wv-newsletter .wv-newsletter-h100 .wpcf7-list-item input[type="checkbox"]:checked {
    background-size: 100% auto
}

#wv-newsletter .wv-newsletter-h100 .wpcf7-list-item .wpcf7-list-item-label {
    display: inline-block;
    font-size: 75%;
    color: #CED2D5;
    padding-left: 0.5rem;
    width: calc(100% - 2rem - 1px)
}

#wv-newsletter .wv-newsletter-h100 .ajax-loader {
    display: none
}

#wv-newsletter .wv-newsletter-h100 .wpcf7-not-valid-tip {
    position: relative;
    top: -0.5rem;
    font-size: 75%;
    color: #dc3545;
    display: block;
    margin: 0 0 1rem
}

#wv-newsletter .wv-newsletter-h100 .wpcf7-response-output {
    border: 0;
    padding: 0;
    font-size: 75%;
    color: #dc3545;
    display: block;
    margin: 1rem 0 0;
    text-align: center
}

header.newsletter #wv-newsletter {
    height: 100vh;
    opacity: 1;
    z-index: 300
}

header #wv-newsletter form {
    margin: auto
}

#wv-lang-switch {
    width: auto;
    z-index: 99999
}

#wv-lang-switch ul {
    margin-bottom: 0
}

#wv-lang-switch ul li {
    display: inline-block;
    margin-right: 3px
}

#wv-lang-switch ul li a {
    color: #fff;
    text-decoration: none;
    font-family: "Oswald", sans-serif;
    font-weight: 700
}

footer #wv-lang-switch ul li a {
    font-size: 1.125rem
}

#wv-lang-switch ul li.wpml-ls-current-language a {
    color: #2FA8E1
}

#wv-logo {
    position: relative;
    z-index: 99999;
    width: auto;
    height: auto;
    display: inline-block;
    text-decoration: none
}

#wv-logo svg {
    width: auto;
    height: 2.5rem;
    transform-origin: center center;
    padding-top: 0
}

.wv-scroll-page #wv-logo svg {
    padding-top: 5px
}

.contact #wv-logo svg,
.menu #wv-logo svg {
    transform: scale(1) !important
}

@media (min-width: 768px) {
    #wv-logo svg {
        transform: scale(1.3);
        padding-left: 0.5rem
    }
}

#wv-logo svg * {
    fill: #fff
}

#wv-contact-switch {
    position: fixed;
    top: auto;
    left: auto;
    right: 0;
    bottom: 13rem;
    padding-left: 25px;
    padding-right: 25px;
    width: auto;
    z-index: 99;
    cursor: pointer;
    transform: rotate(-90deg);
    transform-origin: right bottom
}

.blog-post #wv-contact-switch {
    display: none
}

#wv-contact-switch::after,
#wv-contact-switch::before {
    display: none !important
}

@media (min-width: 768px) {
    #wv-contact-switch {
        transform: rotate(0deg)
    }
}

.hide-contact-button #wv-contact-switch,
.scroll-down #wv-contact-switch,
.scroll-up #wv-contact-switch {
    right: -50vw
}

#wv-header-circle {
    transform: scale(0);
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -85vw;
    width: 170vw;
    height: 170vw;
    z-index: 100;
    animation: mobileCircleAni cubic-bezier(0.645, 0.045, 0.355, 1) 20s;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
    -webkit-animation: mobileCircleAni cubic-bezier(0.645, 0.045, 0.355, 1) 20s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: mobileCircleAni cubic-bezier(0.645, 0.045, 0.355, 1) 20s;
    -moz-animation-iteration-count: infinite;
    -moz-transform-origin: 50% 50%;
    -o-animation: mobileCircleAni cubic-bezier(0.645, 0.045, 0.355, 1) 20s;
    -o-animation-iteration-count: infinite;
    -o-transform-origin: 50% 50%;
    -ms-animation: mobileCircleAni cubic-bezier(0.645, 0.045, 0.355, 1) 20s;
    -ms-animation-iteration-count: infinite;
    -ms-transform-origin: 50% 50%
}

@media (min-width: 768px) {
    #wv-header-circle {
        width: 80vw;
        height: 80vw;
        margin: -40vw;
        animation: circleAni cubic-bezier(0.645, 0.045, 0.355, 1) 20s;
        animation-iteration-count: infinite;
        transform-origin: 50% 50%;
        -webkit-animation: circleAni cubic-bezier(0.645, 0.045, 0.355, 1) 20s;
        -webkit-animation-iteration-count: infinite;
        -webkit-transform-origin: 50% 50%;
        -moz-animation: circleAni cubic-bezier(0.645, 0.045, 0.355, 1) 20s;
        -moz-animation-iteration-count: infinite;
        -moz-transform-origin: 50% 50%;
        -o-animation: circleAni cubic-bezier(0.645, 0.045, 0.355, 1) 20s;
        -o-animation-iteration-count: infinite;
        -o-transform-origin: 50% 50%;
        -ms-animation: circleAni cubic-bezier(0.645, 0.045, 0.355, 1) 20s;
        -ms-animation-iteration-count: infinite;
        -ms-transform-origin: 50% 50%
    }
}

#wv-header-circle circle {
    animation: mobileCircleAni cubic-bezier(0.645, 0.045, 0.355, 1) 20s;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
    -webkit-animation: mobileCircleAni cubic-bezier(0.645, 0.045, 0.355, 1) 20s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: mobileCircleAni cubic-bezier(0.645, 0.045, 0.355, 1) 20s;
    -moz-animation-iteration-count: infinite;
    -moz-transform-origin: 50% 50%;
    -o-animation: mobileCircleAni cubic-bezier(0.645, 0.045, 0.355, 1) 20s;
    -o-animation-iteration-count: infinite;
    -o-transform-origin: 50% 50%;
    -ms-animation: mobileCircleAni cubic-bezier(0.645, 0.045, 0.355, 1) 20s;
    -ms-animation-iteration-count: infinite;
    -ms-transform-origin: 50% 50%
}

@media (min-width: 768px) {
    #wv-header-circle circle {
        animation: circleAni cubic-bezier(0.645, 0.045, 0.355, 1) 20s;
        animation-iteration-count: infinite;
        transform-origin: 50% 50%;
        -webkit-animation: circleAni cubic-bezier(0.645, 0.045, 0.355, 1) 20s;
        -webkit-animation-iteration-count: infinite;
        -webkit-transform-origin: 50% 50%;
        -moz-animation: circleAni cubic-bezier(0.645, 0.045, 0.355, 1) 20s;
        -moz-animation-iteration-count: infinite;
        -moz-transform-origin: 50% 50%;
        -o-animation: circleAni cubic-bezier(0.645, 0.045, 0.355, 1) 20s;
        -o-animation-iteration-count: infinite;
        -o-transform-origin: 50% 50%;
        -ms-animation: circleAni cubic-bezier(0.645, 0.045, 0.355, 1) 20s;
        -ms-animation-iteration-count: infinite;
        -ms-transform-origin: 50% 50%
    }
}

header.contact #wv-header-circle,
header.menu #wv-header-circle,
header.newsletter #wv-header-circle {
    transform: scale(1)
}

#wv-menu-background {
    position: fixed;
    width: 100vw;
    height: 0;
    z-index: 99998;
    background-color: #19191D;
    overflow: hidden;
    opacity: 0
}

header.contact #wv-menu-background,
header.menu #wv-menu-background,
header.newsletter #wv-menu-background {
    height: 100vh;
    opacity: 1
}

#wv-menu,
#wv-menu-background {
    top: 0;
    right: 0
}

#wv-menu {
    position: absolute;
    width: 100vw;
    color: #fff;
    overflow: auto;
    opacity: 0;
    z-index: 200
}

#wv-menu ul {
    text-align: center;
    list-style: none outside none;
    padding-left: 0
}

#wv-menu ul li {
    display: block;
    transform-origin: center center;
    transform: scale(0.95)
}

#wv-menu ul li a {
    color: white;
    text-decoration: none;
    display: block
}

#wv-menu ul li:hover {
    transform: scale(1)
}

#wv-menu ul li li {
    transform: scale(1)
}

#wv-menu ul li.contact-btn {
    transform: scale(1)
}

#wv-menu ul.menu>li:not(.contact-btn)>a {
    font-family: "Conv_DINPro-Regular_13937", sans-serif;
    font-weight: 400;
    text-transform: none;
    font-size: calc(1.54167rem + 1.94444vw);
    line-height: 2.75rem;
}

.disable-rfs #wv-menu ul.menu>li:not(.contact-btn)>a,
#wv-menu ul.menu>li:not(.contact-btn)>a.disable-rfs {
    font-size: 3rem
}

@media (min-width: 1200px) {
    #wv-menu ul.menu>li:not(.contact-btn)>a {
        font-size: 3rem
    }
}

@media (min-width: 768px) {
    #wv-menu ul.menu>li:not(.contact-btn)>a {
        line-height: 4rem
    }
}

#wv-menu .sub-menu>li {
    overflow: hidden;
    height: 0
}

#wv-menu .sub-menu>li a {
    font-size: 1rem;
    line-height: 2rem;
    padding: 0.5rem 0
}

#wv-menu .sub-menu>li a:hover {
    color: #2FA8E1
}

#wv-menu .menu-item-has-children.active .sub-menu>li {
    height: 3rem
}

#wv-menu .menu-main-at-container,
#wv-menu .menu-main-ch-container,
#wv-menu .menu-main-container,
#wv-menu .menu-main-en-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(85% - 4rem);
    height: auto
}

@media (min-width: 768px) {

    #wv-menu .menu-main-at-container,
    #wv-menu .menu-main-ch-container,
    #wv-menu .menu-main-container,
    #wv-menu .menu-main-en-container {
        height: 100vh
    }
}

#wv-menu #menu-main {
    margin-bottom: 3rem
}

@media (min-width: 768px) {
    #wv-menu #menu-main {
        margin-bottom: 0
    }
}

#wv-menu .contact-btn {
    margin-top: 7vh
}

@media (min-width: 768px) {
    #wv-menu .contact-btn {
        margin-top: 15vh
    }
}

.wv-hero:not(.no-header-img) {
    position: relative;
    min-height: 600px;
    height: 70vh;
    background-color: #000;
    overflow: hidden
}

.wv-hero:not(.no-header-img) img {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 600px;
    height: 70vh;
    width: 100vw;
    opacity: 0.5
}

.home .wv-hero:not(.no-header-img) {
    min-height: 800px;
    height: 100vh
}

.home .wv-hero:not(.no-header-img) img {
    min-height: 800px;
    height: 100vh
}

@media (min-width: 1050px) {
    .case-study-page .wv-hero:not(.no-header-img) {
        min-height: 800px;
        height: 100vh
    }

    .case-study-page .wv-hero:not(.no-header-img) img {
        min-height: 800px;
        height: 100vh
    }
}

.wv-hero:not(.no-header-img) .hero-text {
    position: absolute;
    z-index: 101;
    color: white
}

.wv-hero:not(.no-header-img) .hero-text.hero-text-center {
    max-width: 90%;
    margin-top: auto;
    margin-bottom: auto
}

@media (min-width: 576px) {
    .wv-hero:not(.no-header-img) .hero-text.hero-text-center {
        max-width: 65%
    }
}

@media (min-width: 768px) {
    .wv-hero:not(.no-header-img) .hero-text.hero-text-center {
        max-width: 50%
    }
}

@media (min-width: 1260px) {
    .wv-hero:not(.no-header-img) .hero-text.hero-text-center {
        max-width: 50%
    }
}

@media (max-width: 767.98px) {
    .wv-hero:not(.no-header-img) .hero-text.hero-text-center {
        font-size: 0.875rem
    }
}

.wv-hero:not(.no-header-img) .hero-text.hero-text-center h1 {
    text-transform: uppercase
}

@media (max-width: 767.98px) {
    .wv-hero:not(.no-header-img) .hero-text.hero-text-center h1 {
        font-size: 3.5rem
    }
}

.wv-hero:not(.no-header-img) .hero-text.hero-text-center p {
    margin-top: 1.5rem;
    font-size: 1.125rem
}

@media (min-width: 768px) {
    .wv-hero:not(.no-header-img) .hero-text.hero-text-center p {
        padding-left: 10%;
        padding-right: 10%
    }
}

.wv-hero:not(.no-header-img) .hero-text.hero-text-left {
    bottom: 3rem;
    left: 1.5rem;
    right: 1.5rem
}

@media (min-width: 1050px) {
    .wv-hero:not(.no-header-img) .hero-text.hero-text-left {
        bottom: 4rem;
        left: 4rem;
        max-width: 75%
    }
}

.wv-hero:not(.no-header-img) .hero-text.hero-text-bottom {
    position: absolute;
    bottom: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    z-index: 999
}

@media (min-width: 1050px) {
    .wv-hero:not(.no-header-img) .hero-text.hero-text-bottom {
        padding-right: 4rem
    }
}

.wv-hero:not(.no-header-img) .hero-text.hero-text-bottom i {
    margin-right: 0.75rem
}

.wv-hero:not(.no-header-img) .hero-text.hero-text-bottom .hero-additions {
    font-size: 0.875rem
}

.wv-hero:not(.no-header-img) .hero-text.hero-text-bottom .hero-additions span:first-child {
    margin-right: 2.5rem;
    float: left
}

.wv-hero:not(.no-header-img) .hero-text.hero-text-bottom .hero-additions i {
    font-size: 1.25rem
}

.wv-hero:not(.no-header-img) .hero-text.hero-text-bottom .back-link {
    text-transform: uppercase
}

.wv-hero:not(.no-header-img) .hero-text.hero-text-bottom .back-link,
.wv-hero:not(.no-header-img) .hero-text.hero-text-bottom .back-link a {
    font-size: 0.75rem;
    color: white
}

.wv-hero:not(.no-header-img) .case-name {
    font-size: 1.375rem;
    font-weight: 800
}

.wv-hero:not(.no-header-img) .color-brand {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 6rem;
    width: 0.75rem
}

.wv-hero:not(.no-header-img) .wv-cat {
    margin-right: 0.5rem
}

.aligncenter {
    text-align: center
}

.bg-img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.bg-img-rect-ratio {
    margin: 0 auto;
    width: 100%;
    height: 0;
    padding-bottom: 100%
}

.link-text,
a:not([href]).link-text {
    border-bottom: 1px solid #2FA8E1
}

.light-text {
    color: #9B9B9B
}

.dark-text {
    color: #292729
}

.small-text {
    font-size: 0.875rem
}

.cover-link {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999
}

.flex-center-all {
    display: flex;
    justify-content: center;
    align-items: center
}

.flex-column {
    display: flex;
    flex-direction: column
}

.wv-separator-after::after,
.wv-separator-before::before {
    height: 70px;
    content: '';
    background: url("../img/separator.svg") no-repeat center;
    display: block
}

@media (min-width: 768px) {

    .wv-separator-after::after,
    .wv-separator-before::before {
        height: 120px
    }
}

@media (max-width: 767.98px) {

    .wv-separator-after::after,
    .wv-separator-before::before {
        height: 70px
    }
}

@media (max-width: 767.98px) {
    .wv-separator-before::before {
        margin-bottom: 1rem
    }
}

@media (min-width: 768px) {
    .wv-separator-after:after {
        margin-top: -5rem
    }
}

.wrap-text-in-line {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

@media (max-width: 575.98px) {
    .text-wrap-mobile {
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto
    }

    .text-wrap-mobile u::after {
        background-color: initial
    }
}

.w-65 {
    width: 65%
}

.transition-cubic-750,
header,
#wv-menu-switch,
#wv-menu-switch span,
#wv-contact,
#wv-newsletter,
#wv-lang-switch,
#wv-menu-background,
#wv-menu {
    transition: all 750ms cubic-bezier(0.645, 0.045, 0.355, 1)
}

.transition-cubic-500,
#wv-logo svg,
#wv-contact-switch,
#wv-menu .sub-menu>li,
#wv-menu .sub-menu>li a,
.wv-block-videoheader .wv-video-poster-image {
    transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1)
}

.transition-cubic-250,
.btn,
.wp-block-button.wv-btn a,
#BorlabsCookieBox1 .cookie-box ._brlbs-btn-accept-all,
#wv-menu .contact-btn a,
.btn::before,
.wp-block-button.wv-btn a::before,
#BorlabsCookieBox1 .cookie-box ._brlbs-btn-accept-all::before,
#wv-menu .contact-btn a::before,
.btn::after,
.wp-block-button.wv-btn a::after,
#BorlabsCookieBox1 .cookie-box ._brlbs-btn-accept-all::after,
#wv-menu .contact-btn a::after,
#wv-header-circle,
#wv-menu ul li {
    transition: all 250ms cubic-bezier(0.645, 0.045, 0.355, 1)
}

.wv-parallax {
    position: relative
}

.wv-parallax .wv-parallax-sub {
    position: relative
}

.wv-image-parallax {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%
}

.wv-image-parallax img {
    display: none
}

.wv-image-parallax img:first-child {
    bottom: 0;
    display: block;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    transition: opacity 250ms ease-out
}

.wv-image-parallax-not-supported {
    display: none
}

.wv-show {
    transition: all 1000ms cubic-bezier(0.645, 0.045, 0.355, 1);
    position: relative;
    opacity: 0
}

.wv-show.wv-t-500 {
    transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1)
}

.wv-show.wv-t-750 {
    transition: all 750ms cubic-bezier(0.645, 0.045, 0.355, 1)
}

.wv-show.wv-t-1250 {
    transition: all 1250ms cubic-bezier(0.645, 0.045, 0.355, 1)
}

.wv-show.wv-d-top {
    transform: translateY(-5rem)
}

.wv-show.wv-d-bottom {
    transform: translateY(5rem)
}

.wv-show.wv-d-left {
    transform: translateX(-5rem)
}

.wv-show.wv-d-right {
    transform: translateX(5rem)
}

.wv-show.wv-d-zoom {
    transform: scale(0.9)
}

.wv-show.wv-d-blur {
    -webkit-filter: blur(1.5rem);
    filter: blur(1.5rem)
}

.wv-show.active {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    transform: scale(1) translate(0px, 0px)
}

.case-study-bg {
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 37rem
}












@media (max-width: 767.98px) {
    #social-menu ul {
        text-align: center;
        border-bottom: 1px solid white
    }
}

#social-menu li {
    position: relative
}

#social-menu li:not(:last-child) {
    padding-right: 1.5rem
}

#social-menu li:before {
    font-size: 1.5rem
}

#social-menu li>a {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    text-indent: -99999px
}

.wv-block {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    overflow: hidden
}

@media (min-width: 768px) {
    .wv-block {
        padding-top: 2rem;
        padding-bottom: 2rem;
        margin-top: 3rem;
        margin-bottom: 3rem
    }
}

.wv-section-intro .wv-section-label {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #19191D;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    background-color: #F6F6F6
}

.wv-section-intro p {
    font-size: calc(1.27083rem + 0.13889vw);
    color: #292729;
    line-height: 1.35;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-top: 2rem
}

.disable-rfs .wv-section-intro p,
.wv-section-intro p.disable-rfs {
    font-size: 1.375rem
}

@media (min-width: 1200px) {
    .wv-section-intro p {
        font-size: 1.375rem
    }
}

@media (min-width: 576px) {
    .wv-section-intro p {
        padding-left: calc(2.04167rem + 5.27778vw);
        padding-right: calc(2.04167rem + 5.27778vw)
    }

    .disable-rfs .wv-section-intro p,
    .wv-section-intro p.disable-rfs {
        padding-left: 6rem
    }
}

@media (min-width: 576px) and (min-width: 1200px) {
    .wv-section-intro p {
        padding-left: 6rem
    }
}

@media (min-width: 576px) {

    .disable-rfs .wv-section-intro p,
    .wv-section-intro p.disable-rfs {
        padding-right: 6rem
    }
}

@media (min-width: 576px) and (min-width: 1200px) {
    .wv-section-intro p {
        padding-right: 6rem
    }
}

.wv-section-intro h2 {
    margin-top: 1rem
}

.wv-section-intro .btn,
.wv-section-intro .wp-block-button.wv-btn a,
.wp-block-button.wv-btn .wv-section-intro a,
.wv-section-intro #BorlabsCookieBox1 .cookie-box ._brlbs-btn-accept-all,
#BorlabsCookieBox1 .cookie-box .wv-section-intro ._brlbs-btn-accept-all,
.wv-section-intro #wv-menu .contact-btn a,
#wv-menu .contact-btn .wv-section-intro a {
    margin-top: 2rem
}

.wv-section-intro.dark .btn,
.wv-section-intro.dark .wp-block-button.wv-btn a,
.wp-block-button.wv-btn .wv-section-intro.dark a,
.wv-section-intro.dark #BorlabsCookieBox1 .cookie-box ._brlbs-btn-accept-all,
#BorlabsCookieBox1 .cookie-box .wv-section-intro.dark ._brlbs-btn-accept-all,
.wv-section-intro.dark #wv-menu .contact-btn a,
#wv-menu .contact-btn .wv-section-intro.dark a {
    color: #292729
}

.wv-section-intro.dark .btn:after,
.wv-section-intro.dark .wp-block-button.wv-btn a:after,
.wp-block-button.wv-btn .wv-section-intro.dark a:after,
.wv-section-intro.dark #BorlabsCookieBox1 .cookie-box ._brlbs-btn-accept-all:after,
#BorlabsCookieBox1 .cookie-box .wv-section-intro.dark ._brlbs-btn-accept-all:after,
.wv-section-intro.dark #wv-menu .contact-btn a:after,
#wv-menu .contact-btn .wv-section-intro.dark a:after,
.wv-section-intro.dark .btn:before,
.wv-section-intro.dark .wp-block-button.wv-btn a:before,
.wp-block-button.wv-btn .wv-section-intro.dark a:before,
.wv-section-intro.dark #BorlabsCookieBox1 .cookie-box ._brlbs-btn-accept-all:before,
#BorlabsCookieBox1 .cookie-box .wv-section-intro.dark ._brlbs-btn-accept-all:before,
.wv-section-intro.dark #wv-menu .contact-btn a:before,
#wv-menu .contact-btn .wv-section-intro.dark a:before {
    background-color: transparent;
    border-color: #fff
}

.thank-you {
    background-color: #19191D
}

.thank-you .wv-section-intro p {
    color: #fff
}

.wv-block-stoerer {
    padding-top: 5rem;
    padding-bottom: 5rem;
    position: relative;
    text-align: center;
    overflow: hidden;
    margin-top: 4rem;
    margin-bottom: 4rem
}

@media (min-width: 768px) {
    .wv-block-stoerer.padding-normal {
        padding-top: 6rem;
        padding-bottom: 6rem
    }

    .wv-block-stoerer.padding-bigger {
        padding-top: 8rem;
        padding-bottom: 8rem
    }
}

.wv-block-stoerer p {
    max-width: 85%;
    margin: 2rem auto 0;
    font-size: calc(1.27083rem + 0.13889vw)
}

.disable-rfs .wv-block-stoerer p,
.wv-block-stoerer p.disable-rfs {
    font-size: 1.375rem
}

@media (min-width: 1200px) {
    .wv-block-stoerer p {
        font-size: 1.375rem
    }
}

@media (min-width: 768px) {
    .wv-block-stoerer p {
        max-width: 70%;
        margin-top: 3rem;
        margin-bottom: 3rem
    }
}

.wv-block-stoerer.bg-img {
    background-image: url("../img/rectangle_bg.svg");
    background-size: cover
}

.wv-block-stoerer.bg-img .simpleParallax {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.wv-block-stoerer img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0.2 !important
}

.wv-block-stoerer .btn,
.wv-block-stoerer .wp-block-button.wv-btn a,
.wp-block-button.wv-btn .wv-block-stoerer a,
.wv-block-stoerer #BorlabsCookieBox1 .cookie-box ._brlbs-btn-accept-all,
#BorlabsCookieBox1 .cookie-box .wv-block-stoerer ._brlbs-btn-accept-all,
.wv-block-stoerer #wv-menu .contact-btn a,
#wv-menu .contact-btn .wv-block-stoerer a {
    margin-top: 2rem
}

.wv-block-stoerer h2 {
    line-height: 1.4;
    text-transform: uppercase;
    font-size: 2.5rem
}

.wv-block-stoerer h2 br {
    display: block
}

@media (min-width: 576px) {
    .wv-block-stoerer h2 {
        font-size: 5rem; /* reverted back original size of h2 */
    }

    .disable-rfs .wv-block-stoerer h2,
    .wv-block-stoerer h2.disable-rfs {
        font-size: 5rem; /* reverted back original size of h2 */
    }
}

@media (min-width: 576px) and (min-width: 1200px) {
    .wv-block-stoerer h2 {
        font-size: 5rem; /* reverted back original size of h2 */
    }
}

.wv-block-stoerer .fluid-container {
    padding-left: 1rem;
    padding-right: 1rem
}

@media (min-width: 768px) {
    .wv-block-stoerer .fluid-container {
        padding-left: 8%;
        padding-right: 8%
    }
}

.wv-block-stoerer.dark {
    background-color: #19191D;
    color: white
}

.wv-block-stoerer.dark h2 {
    color: white
}

.wv-block-stoerer.dark h2 i {
    -webkit-text-stroke-color: white
}

.wv-block-stoerer.dark .btn,
.wv-block-stoerer.dark .wp-block-button.wv-btn a,
.wp-block-button.wv-btn .wv-block-stoerer.dark a,
.wv-block-stoerer.dark #BorlabsCookieBox1 .cookie-box ._brlbs-btn-accept-all,
#BorlabsCookieBox1 .cookie-box .wv-block-stoerer.dark ._brlbs-btn-accept-all,
.wv-block-stoerer.dark #wv-menu .contact-btn a,
#wv-menu .contact-btn .wv-block-stoerer.dark a {
    color: #292729
}

.wv-block-stoerer.dark .btn:after,
.wv-block-stoerer.dark .wp-block-button.wv-btn a:after,
.wp-block-button.wv-btn .wv-block-stoerer.dark a:after,
.wv-block-stoerer.dark #BorlabsCookieBox1 .cookie-box ._brlbs-btn-accept-all:after,
#BorlabsCookieBox1 .cookie-box .wv-block-stoerer.dark ._brlbs-btn-accept-all:after,
.wv-block-stoerer.dark #wv-menu .contact-btn a:after,
#wv-menu .contact-btn .wv-block-stoerer.dark a:after,
.wv-block-stoerer.dark .btn:before,
.wv-block-stoerer.dark .wp-block-button.wv-btn a:before,
.wp-block-button.wv-btn .wv-block-stoerer.dark a:before,
.wv-block-stoerer.dark #BorlabsCookieBox1 .cookie-box ._brlbs-btn-accept-all:before,
#BorlabsCookieBox1 .cookie-box .wv-block-stoerer.dark ._brlbs-btn-accept-all:before,
.wv-block-stoerer.dark #wv-menu .contact-btn a:before,
#wv-menu .contact-btn .wv-block-stoerer.dark a:before {
    background-color: transparent;
    border-color: #fff
}

.wv-block-stoerer.dark-left {
    background-color: #19191D;
    color: white;
    padding-top: 15%;
    padding-bottom: 15%;
    text-align: left
}

.wv-block-stoerer.dark-left p {
    margin-left: 0;
    margin-right: 0;
    font-size: 1.125rem
}

@media (min-width: 768px) {
    .wv-block-stoerer.dark-left p {
        max-width: 55%;
        font-size: calc(1.27083rem + 0.13889vw)
    }

    .disable-rfs .wv-block-stoerer.dark-left p,
    .wv-block-stoerer.dark-left p.disable-rfs {
        font-size: 1.375rem
    }
}

@media (min-width: 768px) and (min-width: 1200px) {
    .wv-block-stoerer.dark-left p {
        font-size: 1.375rem
    }
}

.wv-block-stoerer.dark-left h2 {
    color: white;
    font-size: 2.3rem
}

@media (min-width: 576px) {
    .wv-block-stoerer.dark-left h2 {
        font-size: calc(1.875rem + 4.16667vw)
    }

    .disable-rfs .wv-block-stoerer.dark-left h2,
    .wv-block-stoerer.dark-left h2.disable-rfs {
        font-size: 5rem; /* reverted back original size of h2 */
    }
}

@media (min-width: 576px) and (min-width: 1200px) {
    .wv-block-stoerer.dark-left h2 {
        font-size: 5rem; /* reverted back original size of h2 */
    }
}

@media (min-width: 768px) {
    .wv-block-stoerer.dark-left h2 {
        max-width: 70%
    }
}

.wv-block-stoerer.dark-left h2 i {
    -webkit-text-stroke-color: white
}

.wv-block-stoerer.dark-left .btn,
.wv-block-stoerer.dark-left .wp-block-button.wv-btn a,
.wp-block-button.wv-btn .wv-block-stoerer.dark-left a,
.wv-block-stoerer.dark-left #BorlabsCookieBox1 .cookie-box ._brlbs-btn-accept-all,
#BorlabsCookieBox1 .cookie-box .wv-block-stoerer.dark-left ._brlbs-btn-accept-all,
.wv-block-stoerer.dark-left #wv-menu .contact-btn a,
#wv-menu .contact-btn .wv-block-stoerer.dark-left a {
    color: #292729
}

.wv-block-stoerer.dark-left .btn:after,
.wv-block-stoerer.dark-left .wp-block-button.wv-btn a:after,
.wp-block-button.wv-btn .wv-block-stoerer.dark-left a:after,
.wv-block-stoerer.dark-left #BorlabsCookieBox1 .cookie-box ._brlbs-btn-accept-all:after,
#BorlabsCookieBox1 .cookie-box .wv-block-stoerer.dark-left ._brlbs-btn-accept-all:after,
.wv-block-stoerer.dark-left #wv-menu .contact-btn a:after,
#wv-menu .contact-btn .wv-block-stoerer.dark-left a:after,
.wv-block-stoerer.dark-left .btn:before,
.wv-block-stoerer.dark-left .wp-block-button.wv-btn a:before,
.wp-block-button.wv-btn .wv-block-stoerer.dark-left a:before,
.wv-block-stoerer.dark-left #BorlabsCookieBox1 .cookie-box ._brlbs-btn-accept-all:before,
#BorlabsCookieBox1 .cookie-box .wv-block-stoerer.dark-left ._brlbs-btn-accept-all:before,
.wv-block-stoerer.dark-left #wv-menu .contact-btn a:before,
#wv-menu .contact-btn .wv-block-stoerer.dark-left a:before {
    background-color: transparent;
    border-color: #fff
}

.wv-block-stoerer.light {
    background-color: white;
    color: #424648
}

.wv-block-stoerer.light h2 {
    color: #19191D
}

.wv-block-stoerer.light h2 i {
    -webkit-text-stroke-color: #19191D
}

.wv-block-stoerer.one-page-banner {
    margin-top: 0;
    margin-bottom: 0
}

@media (max-width: 1049.98px) {
    .wv-block-stoerer.one-page-banner {
        padding-top: 25%;
        padding-bottom: 20%;
        padding-left: 4%
    }
}

.wv-block-locations {
    color: #4F5F69
}

.wv-block-locations .img-frame {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 180px
}

@media (min-width: 768px) and (max-width: 1049.98px) {
    .wv-block-locations .img-frame {
        height: 140px
    }
}

.wv-block-locations .img-frame img {
    position: relative;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 180px;
    transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1)
}

@media (min-width: 768px) and (max-width: 1049.98px) {
    .wv-block-locations .img-frame img {
        height: 140px
    }
}

.wv-block-locations .img-frame:hover img {
    transform: scale(1.2)
}

.wv-block-locations .city {
    font-size: 4.563rem;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    line-height: 1;
    color: #CED2D5
}

@media (min-width: 768px) {
    .wv-block-locations .city {
        font-size: calc(1.80217rem + 3.68111vw)
    }

    .disable-rfs .wv-block-locations .city,
    .wv-block-locations .city.disable-rfs {
        font-size: 4.563rem
    }
}

@media (min-width: 768px) and (min-width: 1200px) {
    .wv-block-locations .city {
        font-size: 4.563rem
    }
}

.wv-block-locations a {
    display: block;
    color: #2FA8E1;
    font-size: 0.875rem
}

@media (max-width: 767.98px) {
    .wv-block-locations [class^=col] {
        padding-left: 0;
        padding-right: 0
    }

    .wv-block-locations [class^=col] .d-flex {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

.wv-team-slider-block {
    background-color: #19191D
}

@media (min-width: 1050px) {
    .wv-team-slider-block {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

.teammate-wrapper {
    box-shadow: 7px 7px 0 black;
    margin-bottom: 4rem;
    flex-grow: 1;
    background-color: white;
    width: 93%
}

@media (min-width: 1050px) {
    .teammate-wrapper {
        width: 90%
    }
}

.teammate-wrapper .teammate-arrow a {
    padding: 10px 0;
    display: inline-block;
    cursor: pointer;
    transform: translateX(0) scale(0.9);
    transition: all 0.5s cubic-bezier(0.01, 0, 0, 1)
}

.teammate-wrapper .teammate-arrow a.open:hover {
    transform: translateX(8px) scale(1)
}

.teammate-wrapper .teammate-arrow a.close:hover {
    transform: translateX(-8px) scale(1)
}

.teammate-wrapper .mitarbeiter-detaildescription {
    font-size: 1rem
}

@media (min-width: 576px) {
    .teammate-wrapper .mitarbeiter-detaildescription {
        font-size: 0.875rem
    }
}

.teammate-wrapper .mitarbeiter-detaildescription p:before {
    padding-bottom: 100%;
    content: '';
    float: left
}

.teammate-wrapper .mitarbeiter-detaildescription p:after {
    display: table;
    content: '';
    clear: both
}

.teammate-wrapper .bg-img-rect-ratio {
    position: relative
}

.teammate-wrapper .bg-img-rect-ratio img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.wv-team-slider-block .teammate-wrapper {
    margin-bottom: 0;
    box-shadow: none
}

.teammate-wrapper .teammate-text {
    padding: 1rem;
    box-shadow: -2px 0 4px -2px lightgrey;
    color: #292729;
    flex-grow: 1
}

.wv-block-teammate-teaser .teammate-wrapper .teammate-text {
    box-shadow: none
}

@media (min-width: 1260px) {
    .teammate-wrapper .teammate-text {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem
    }
}

@media (min-width: 1050px) and (max-width: 1259.98px) {
    .teammate-wrapper .teammate-text {
        font-size: 0.875rem
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .teammate-wrapper .teammate-text {
        font-size: 0.875rem
    }
}

.teammate-wrapper .teammate-text span {
    display: block;
    line-height: 1.2
}

.teammate-wrapper .teammate-text span:last-child {
    font-size: 0.875rem;
    margin-top: 5px;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

.wv-block-teammate-teaser {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    color: #CED2D5
}

@media (min-width: 768px) {
    .wv-block-teammate-teaser {
        margin-top: 6rem;
        margin-bottom: 8rem;
        background-color: #19191D
    }
}

.wv-block-teammate-teaser .teammate-wrapper {
    box-shadow: none;
    flex-grow: 0;
    margin-top: -6rem;
    margin-bottom: -90px;
    z-index: 9
}

@media (min-width: 768px) {
    .wv-block-teammate-teaser .teammate-wrapper {
        margin-bottom: 0
    }
}

@media (max-width: 767.98px) {
    .wv-block-teammate-teaser .col-md-6:last-child {
        background-color: #19191D;
        padding-top: 7rem;
        padding-bottom: 3rem;
        text-align: center
    }

    .wv-block-teammate-teaser .col-md-6:last-child .btn,
    .wv-block-teammate-teaser .col-md-6:last-child .wp-block-button.wv-btn a,
    .wp-block-button.wv-btn .wv-block-teammate-teaser .col-md-6:last-child a,
    .wv-block-teammate-teaser .col-md-6:last-child #BorlabsCookieBox1 .cookie-box ._brlbs-btn-accept-all,
    #BorlabsCookieBox1 .cookie-box .wv-block-teammate-teaser .col-md-6:last-child ._brlbs-btn-accept-all,
    .wv-block-teammate-teaser .col-md-6:last-child #wv-menu .contact-btn a,
    #wv-menu .contact-btn .wv-block-teammate-teaser .col-md-6:last-child a {
        margin: 0 auto
    }
}

@media (max-width: 767.98px) {
    .wv-block-teammate-teaser .col-md-6:first-child {
        z-index: 9
    }
}

.wv-gallery-slider img {
    width: 94%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.wv-gallery-slider .slick-slide {
    height: 43vh
}

@media (min-width: 576px) {
    .wv-gallery-slider .slick-slide {
        height: 33vw
    }
}

@media (min-width: 768px) {
    .wv-gallery-slider .slick-slide {
        height: 24vw
    }
}

@media all and (min-width: 1400px) {
    .wv-gallery-slider .slick-slide {
        height: 19vw
    }
}

.wv-logo-slider-block .container-fluid,
.wv-logo-slider-block .container-sm,
.wv-logo-slider-block .container-md,
.wv-logo-slider-block .container-lg,
.wv-logo-slider-block .container-xl {
    padding-left: 0;
    padding-right: 0
}

.wv-logo-slider {
    margin-bottom: 1rem;
    margin-top: 1rem
}

.wv-logo-slider img {
    width: 100%;
    height: 100%;
    max-height: 50px;
    max-width: 150px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.wv-logo-slider .slick-slide {
    height: 60px;
    margin-right: 1.5rem;
    margin-left: 1.5rem
}

@media (min-width: 768px) {
    .wv-logo-slider .slick-slide {
        height: 50px;
        margin-right: 2.5rem;
        margin-left: 2.5rem
    }
}

.wv-logos {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 100%;
    grid-gap: 15px;
    justify-items: center;
    align-items: center
}

.wv-logos .logo-img-wrapper {
    background-color: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 90px;
    padding-left: 10%;
    padding-right: 10%
}

@media (min-width: 768px) {
    .wv-logos {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-gap: 30px
    }

    .wv-logos .logo-img-wrapper {
        height: 125px
    }
}

@media (min-width: 1260px) {
    .wv-logos {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr
    }
}

.wv-logos img.full-height {
    max-height: 100%
}

.wv-logos img:not(.full-height) {
    max-height: 40px
}

@media (min-width: 768px) {
    .wv-logos img:not(.full-height) {
        max-height: 50px
    }
}

@media (max-width: 767.98px) {
    .wv-block-blog-teaser .col-md-6:nth-child(n+3) {
        display: none
    }
}

.blog-wrapper {
    position: relative
}

.blog-wrapper .text-wrapper {
    position: absolute;
    bottom: -1px;
    left: -1px;
    background-color: white;
    width: 94%;
    padding: 1rem 1.25rem
}

@media (min-width: 768px) {
    .blog-wrapper .text-wrapper {
        height: 23%
    }
}

.blog-wrapper .text-wrapper span {
    font-size: calc(1.45833rem + 1.38889vw);
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    line-height: 1.1;
    padding-bottom: 4px
}

.disable-rfs .blog-wrapper .text-wrapper span,
.blog-wrapper .text-wrapper span.disable-rfs {
    font-size: 2.5rem
}

@media (min-width: 1200px) {
    .blog-wrapper .text-wrapper span {
        font-size: 2.5rem
    }
}

@media (min-width: 768px) {
    .blog-wrapper .text-wrapper span {
        font-size: 1.4rem;
        line-height: 1.3;
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis
    }
}

@media (min-width: 1050px) {
    .blog-wrapper .text-wrapper span {
        font-size: 2.1rem
    }
}

@media (min-width: 1260px) {
    .blog-wrapper .text-wrapper span {
        font-size: calc(1.45833rem + 1.38889vw)
    }

    .disable-rfs .blog-wrapper .text-wrapper span,
    .blog-wrapper .text-wrapper span.disable-rfs {
        font-size: 2.5rem
    }
}

@media (min-width: 1260px) and (min-width: 1200px) {
    .blog-wrapper .text-wrapper span {
        font-size: 2.5rem
    }
}

.blog-wrapper img,
.case-study-wrapper img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%
}

@media (max-width: 1049.98px) {
    .case-study-wrapper {
        margin-bottom: 1.5rem
    }
}

.case-study-wrapper .dark-text {
    font-size: 1.125rem;
    font-weight: 800
}

@media (max-width: 575.98px) {
    .wv-block-service-teaser {
        text-align: center
    }
}

.wv-block-service-teaser .wv-service-teaser-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 0.5rem
}

@media (min-width: 576px) {
    .wv-block-service-teaser .wv-service-teaser-col {
        margin-bottom: 3rem
    }
}

@media (min-width: 1050px) {
    .wv-block-service-teaser .wv-service-teaser-col {
        margin-bottom: 4rem
    }
}

.wv-block-service-teaser .wv-service-teaser-col .title {
    color: #292729;
    font-size: 1.125rem
}

.wv-block-service-teaser .wv-service-teaser-col p {
    flex: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

@media (min-width: 576px) {
    .wv-block-service-teaser .wv-service-teaser-col p {
        font-size: 0.875rem;
        margin-bottom: 1.5rem
    }
}

@media (min-width: 576px) {
    .wv-block-service-teaser .wv-service-teaser-col a {
        position: absolute;
        bottom: 0.5rem;
        font-size: 0.875rem
    }
}

.wv-block-service-teaser .slick-dots {
    margin-top: 1rem
}

.wv-block-column-teaser {
    z-index: 0
}

.wv-block-column-teaser svg.two-circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 90vw;
    z-index: 50;
    height: auto
}

.wv-block-column-teaser svg.two-circles circle {
    position: relative
}

.wv-block-column-teaser svg.two-circles circle.c1 {
    -webkit-animation: contentCircleAni cubic-bezier(0.645, 0.045, 0.355, 1) 15s;
    animation: contentCircleAni cubic-bezier(0.645, 0.045, 0.355, 1) 15s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.wv-block-column-teaser svg.two-circles circle.c2 {
    -webkit-animation: contentCircleAni cubic-bezier(0.645, 0.045, 0.355, 1) 20s;
    animation: contentCircleAni cubic-bezier(0.645, 0.045, 0.355, 1) 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

@media (min-width: 576px) {
    .wv-block-column-teaser svg.two-circles {
        max-height: 100%;
        width: 90vw
    }
}

@media (min-width: 768px) {
    .wv-block-column-teaser svg.two-circles {
        width: 70vw
    }
}

@media (min-width: 1050px) {
    .wv-block-column-teaser svg.two-circles {
        width: 60vw
    }
}

@media (min-width: 1260px) {
    .wv-block-column-teaser svg.two-circles {
        width: 50vw
    }
}

@media (min-width: 768px) {
    .wv-block-column-teaser .wv-section-intro {
        max-width: 96%
    }
}

.wv-block-column-teaser .col-with-bg {
    background-position-y: top;
    background-position-x: -48vw;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 5rem;
    padding-bottom: 3rem;
    display: flex;
    align-items: flex-end
}

@media (min-width: 576px) {
    .wv-block-column-teaser .col-with-bg {
        background-position-x: -23vw;
        background-size: contain
    }
}

@media (min-width: 768px) {
    .wv-block-column-teaser .col-with-bg {
        background-position-x: 0
    }
}

@media (min-width: 1050px) {
    .wv-block-column-teaser .col-with-bg {
        background-position-x: left;
        padding-bottom: 14rem
    }
}

@media (min-width: 1260px) {
    .wv-block-column-teaser .col-with-bg {
        min-height: 1000px;
        max-height: 1000px;
        padding-top: 8rem
    }
}

.wv-block-column-teaser .content-container .col-with-bg,
.wv-block-column-teaser .job-container .col-with-bg {
    position: relative;
    z-index: 100;
    align-items: flex-start !important;
    min-height: auto !important;
    max-height: auto !important
}

@media (min-width: 1050px) {

    .wv-block-column-teaser .content-container .col-with-bg,
    .wv-block-column-teaser .job-container .col-with-bg {
        padding-bottom: 12rem
    }
}

.wv-block-column-teaser .content-list {
    z-index: 199;
    background-color: rgba(255, 255, 255, 0.6)
}

@media (max-width: 767.98px) {
    .wv-block-column-teaser .content-list {
        padding-left: 1.5rem
    }

    .wv-block-column-teaser .content-list>div:first-child {
        border-top: 1px solid #F2F4F6
    }

    .wv-block-column-teaser .content-list .light-text {
        font-size: 0.875rem
    }

    .wv-block-column-teaser .content-list h3 {
        font-size: 1.125rem;
        max-width: 80%
    }
}

@media (min-width: 576px) {
    .wv-block-column-teaser .content-list {
        padding-top: 3rem;
        padding-left: 2.5rem;
        border-top: none
    }
}

@media (min-width: 1050px) {
    .wv-block-column-teaser .content-list {
        padding-top: 0;
        align-self: center;
        padding-bottom: 10vw
    }
}

@media (min-width: 1260px) {
    .wv-block-column-teaser .content-list {
        align-self: flex-end;
        padding-bottom: 6vw;
        padding-left: 1rem
    }
}

.wv-block-column-teaser .content-list .job-title {
    width: 86%
}

.wv-block-mediacounter-media {
    padding-top: 3rem;
    position: relative;
    margin-bottom: -12rem
}

.wv-block-mediacounter-media img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 350px
}

@media (min-width: 1050px) {
    .wv-block-mediacounter-media img {
        height: 60vh
    }
}

.wv-block-mediacounter-media video {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: auto
}

@media (max-width: 767.98px) {
    .wv-block-mediacounter-media video {
        transform: none !important
    }
}

.wv-block-mediacounter-counter {
    padding-top: 15rem;
    background-color: #3A3C44;
    padding-bottom: 5rem
}

@media (max-width: 767.98px) {
    .wv-block-mediacounter-counter {
        padding-bottom: 3rem
    }

    .wv-block-mediacounter-counter .container,
    .wv-block-mediacounter-counter .wp-block-group,
    .wv-block-mediacounter-counter .home .wv-block-case-study-teaser,
    .home .wv-block-mediacounter-counter .wv-block-case-study-teaser {
        padding-left: 0;
        padding-right: 0
    }

    .wv-block-mediacounter-counter .row {
        margin-left: 0;
        margin-right: 0
    }
}

.wv-block-mediacounter-counter .wv-counter-animation {
    font-size: calc(1.625rem + 2.5vw);
    font-weight: 700;
    padding-right: 0.5rem
}

.disable-rfs .wv-block-mediacounter-counter .wv-counter-animation,
.wv-block-mediacounter-counter .wv-counter-animation.disable-rfs {
    font-size: 3.5rem
}

@media (min-width: 1200px) {
    .wv-block-mediacounter-counter .wv-counter-animation {
        font-size: 3.5rem
    }
}

@media (max-width: 767.98px) {
    .wv-block-mediacounter-counter .wv-counter-animation {
        padding-right: 1rem;
        flex-basis: 9rem;
        text-align: right
    }
}

.wv-block-mediacounter-counter .wv-image-parallax {
    height: 60vh;
    margin-bottom: 3rem
}

@media (min-width: 768px) {
    .wv-block-mediacounter-counter .wv-image-parallax {
        margin-bottom: 5rem
    }
}

.wv-block-mediacounter-counter video {
    margin-bottom: -100px;
    width: 100%;
    height: auto;
    margin-bottom: 3rem
}

@media (min-width: 768px) {
    .wv-block-mediacounter-counter video {
        margin-bottom: 5rem
    }
}

.wv-block-mediacounter-counter .wv-counter {
    border-top: 1px #fff solid;
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: #fff;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

@media (min-width: 576px) {
    .wv-block-mediacounter-counter .wv-counter {
        padding-top: 0;
        border-bottom: 1px #fff solid
    }
}

.wv-block-mediacounter-counter .col-md-4:last-child .wv-counter {
    border-bottom: 1px #fff solid
}

@media (min-width: 768px) {
    .case-studies [class^="col"]:first-child {
        margin-top: 7rem
    }

    .case-studies [class^="col"]:nth-child(even) {
        margin-top: -7rem
    }

    .case-studies [class^="col"]:nth-child(2) {
        margin-top: 0
    }
}

@media (min-width: 1050px) {
    .case-studies [class^="col"]:first-child {
        margin-top: 12rem
    }

    .case-studies [class^="col"]:nth-child(even) {
        margin-top: -12rem
    }

    .case-studies [class^="col"]:nth-child(2) {
        margin-top: 0
    }
}

.wp-block-image img {
    height: auto
}

.wp-block-image.with-bg-graphic:before {
    content: url("../img/bg_stars.svg");
    display: block;
    margin-bottom: -5rem;
    margin-left: -13rem
}

@media (min-width: 768px) {
    .wp-block-image.with-bg-graphic:before {
        margin-left: -3rem
    }
}

.wp-block-separator.wv-custom-separator {
    border-width: 4px;
    max-width: 85px;
    margin-top: 2rem;
    margin-bottom: 2rem
}

.blog-post .wp-block-separator.wv-custom-separator {
    color: #2FA8E1;
    background-color: #2FA8E1
}

.wv-block-videoheader {
    position: relative;
    height: 90vh;
    overflow: hidden;
    margin-bottom: 3rem
}

.wv-block-videoheader .text-overlay {
    z-index: 300;
    opacity: 1;
    transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1)
}

.wv-block-videoheader video {
    position: absolute;
    z-index: 90;
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    top: 50vh;
    left: 50vw;
    margin: -50vh -50vw;
    -o-object-fit: cover;
    object-fit: cover
}

.wv-block-videoheader .wv-video-poster-image {
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 80;
    opacity: 0;
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    top: 50vh;
    left: 50vw;
    margin: -50vh -50vw
}

.wv-block-videoheader .wv-video-poster-image.active {
    opacity: 0.5
}

.wv-block-videoheader .wv-video-poster-image video {
    width: 100%;
    height: 100%;
    -o-object-position: center center;
    object-position: center center;
    -o-object-fit: cover;
    object-fit: cover
}

.wv-block-videoheader .hero-text {
    z-index: 101 !important
}

.wv-block-videoheader .show-video-btn {
    display: flex;
    position: absolute;
    margin-top: 18%;
    right: 0;
    background: url("../img/circle_small.svg") center no-repeat;
    height: 130px;
    width: 130px;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    text-align: left;
    cursor: pointer;
    font-size: 0.875rem
}

.wv-block-videoheader .show-video-btn:hover .icon-arrow-right-white {
    padding-left: 15px;
    transition: 0.75s
}

#wv-block-header-circle {
    -webkit-animation: headerCircleAni cubic-bezier(0.645, 0.045, 0.355, 1) 20s;
    animation: headerCircleAni cubic-bezier(0.645, 0.045, 0.355, 1) 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    margin: auto;
    max-width: 99%;
    max-height: 99%;
    z-index: 100;
    width: 100%;
    height: 100%
}

.tag-box .tag {
    padding: 0.5rem 1.5rem;
    margin-bottom: 1rem;
    margin-right: 0.8rem;
    font-size: 0.875rem;
    color: #323A45;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    background-color: #EEF2F6
}

.wv-block-layout-image-gallery .img-gallery {
    margin-left: -3rem
}

@media (min-width: 768px) {
    .wv-block-layout-image-gallery .img-gallery {
        margin-left: -7rem;
        width: 85%
    }
}

@media (min-width: 1050px) {
    .wv-block-layout-image-gallery .img-gallery {
        width: auto
    }
}

.wv-block-layout-image-gallery .img-gallery img {
    max-height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.wv-block-layout-image-gallery .img-gallery .img-container {
    margin-right: 1rem;
    margin-bottom: 1rem;
    width: 50vw;
    float: left
}

.wv-block-layout-image-gallery .img-gallery .img-container:nth-child(2) {
    margin-top: 7rem
}

.wv-block-layout-image-gallery .img-gallery .img-container:nth-child(even) {
    margin-right: 0
}

.wv-block-layout-image-gallery .img-gallery .img-container:nth-child(3) {
    margin-top: -4rem
}

.wv-block-layout-image-gallery .img-gallery .img-container:last-child {
    display: none
}

@media (min-width: 768px) {
    .wv-block-layout-image-gallery .img-gallery .img-container {
        margin-right: 2rem;
        margin-bottom: 2rem;
        width: 275px
    }
}

@media (min-width: 1050px) {
    .wv-block-layout-image-gallery .img-gallery .img-container {
        width: 43%;
        margin-bottom: 2rem
    }

    .wv-block-layout-image-gallery .img-gallery .img-container:nth-child(2) {
        margin-top: 13rem
    }

    .wv-block-layout-image-gallery .img-gallery .img-container:nth-child(3) {
        margin-top: -9rem
    }

    .wv-block-layout-image-gallery .img-gallery .img-container:last-child {
        display: block
    }
}

@media (min-width: 1050px) {
    .wv-block-layout-image-gallery .wv-section-intro {
        padding-top: 20rem
    }
}

.wv-block-layout-image-gallery .wv-section-intro p {
    padding-left: 0
}

@media (max-width: 1259.98px) {
    .wv-block-layout-image-gallery .wv-section-intro .w-65 {
        width: 95% !important
    }
}

.wv-block-layout-image-gallery .col-with-bg {
    background-position-y: 100%;
    background-position-x: 21vw;
    background-size: 130%;
    background-repeat: no-repeat;
    padding-bottom: 5rem
}

@media (min-width: 576px) {
    .wv-block-layout-image-gallery .col-with-bg {
        background-size: contain;
        background-position-x: 100%
    }
}

@media (min-width: 1050px) {
    .wv-block-layout-image-gallery .col-with-bg {
        background-position-y: 15rem;
        background-position-x: 100%;
        background-size: 65%;
        background-repeat: no-repeat;
        min-height: 1120px;
        padding-bottom: 0
    }
}

.wv-block-gallery-and-logos .container-full-size {
    background-color: #3A3C44;
    display: flex;
    align-items: flex-end;
    min-height: 20rem;
    margin-top: -11rem;
    z-index: -1;
    padding-bottom: 2rem;
    padding-top: 12rem
}

@media (min-width: 576px) {
    .wv-block-gallery-and-logos .container-full-size {
        min-height: 25rem;
        margin-top: -10rem;
        padding-bottom: 5rem;
        padding-top: 11rem
    }
}

@media (max-width: 767.98px) {

    .wv-block-gallery-and-logos .container,
    .wv-block-gallery-and-logos .wp-block-group,
    .wv-block-gallery-and-logos .home .wv-block-case-study-teaser,
    .home .wv-block-gallery-and-logos .wv-block-case-study-teaser {
        padding-left: 0;
        padding-right: 0
    }
}

.wv-block-gallery-and-logos .gallery-area {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-left: -5px;
    margin-right: -5px
}

@media (max-width: 575.98px) {
    .wv-block-gallery-and-logos .gallery-area {
        background-color: #3A3C44
    }
}

@media (min-width: 576px) {
    .wv-block-gallery-and-logos .gallery-area {
        margin-left: 10px;
        margin-right: 10px
    }
}

.wv-block-gallery-and-logos .gallery-area [class^="col"] {
    padding-left: 5px;
    padding-right: 5px
}

.wv-block-gallery-and-logos .gallery-area [class^="col"]:last-child .simpleParallax {
    margin-top: -40px
}

.wv-block-gallery-and-logos .gallery-area [class^="col"]:nth-child(4n+0) .simpleParallax,
.wv-block-gallery-and-logos .gallery-area [class^="col"]:nth-child(5n+0) .simpleParallax {
    margin-top: 10px
}

@media (max-width: 575.98px) {

    .wv-block-gallery-and-logos .gallery-area [class^="col"]:last-child,
    .wv-block-gallery-and-logos .gallery-area [class^="col"]:nth-child(4n+0),
    .wv-block-gallery-and-logos .gallery-area [class^="col"]:nth-child(5n+0) {
        display: none
    }

    .wv-block-gallery-and-logos .gallery-area [class^="col"]:first-child {
        margin-bottom: 10px
    }
}

.wv-block-gallery-and-logos .gallery-area[data-enllax-ratio] {
    transition-duration: 4s;
    transition-timing-function: cubic-bezier(0, 0, 0, 1);
    transition-delay: 0s
}

.wv-block-gallery-and-logos .gallery-area .big-img-col img {
    height: 200px
}

@media (min-width: 768px) {
    .wv-block-gallery-and-logos .gallery-area .big-img-col img {
        height: 250px
    }
}

@media (min-width: 1050px) {
    .wv-block-gallery-and-logos .gallery-area .big-img-col img {
        height: 350px
    }
}

.wv-block-gallery-and-logos .gallery-area .small-img-col img {
    height: 150px
}

@media (min-width: 768px) {
    .wv-block-gallery-and-logos .gallery-area .small-img-col img {
        height: 200px
    }
}

@media (min-width: 1050px) {
    .wv-block-gallery-and-logos .gallery-area .small-img-col img {
        height: 300px
    }
}

.wv-block-gallery-and-logos .gallery-area img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

@media (max-width: 575.98px) {
    .wv-block-gallery-and-logos .gallery-area .small-img-col .simpleParallax {
        overflow: hidden;
        display: block;
        width: 100%;
        height: auto;
        position: relative;
        padding-top: 100%
    }

    .wv-block-gallery-and-logos .gallery-area .small-img-col img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0
    }
}

.wv-block-gallery-and-logos .logo-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around
}

.wv-block-gallery-and-logos .logo-row img {
    max-height: 30px;
    max-width: 100px;
    width: auto;
    margin-bottom: 1rem;
    margin-right: 1.5rem;
    margin-left: 0.5rem
}

@media (min-width: 768px) {
    .wv-block-gallery-and-logos .logo-row img {
        max-height: 37px;
        max-width: 100%;
        margin-bottom: 1rem;
        margin-right: 1rem;
        margin-left: 1rem
    }
}

.wv-block-logo-text {
    color: white;
    padding-bottom: 3rem;
    padding-top: 3rem
}

@media (min-width: 768px) {
    .wv-block-logo-text {
        padding-bottom: 5rem;
        padding-top: 5rem
    }
}

.wv-block-logo-text .logo {
    height: 65px;
    max-width: 70%;
    margin-bottom: 1rem
}

@media (min-width: 1050px) {
    .wv-block-logo-text .logo {
        margin-bottom: 3rem
    }
}

.wv-block-logo-text .col {
    max-width: 25%;
    text-align: center
}

@media (max-width: 575.98px) {
    .wv-block-logo-text .col {
        flex-basis: initial;
        max-width: 100%;
        padding-left: 1rem;
        padding-right: 1rem
    }

    .wv-block-logo-text .col:not(:last-child) {
        margin-bottom: 2.5rem
    }
}

@media (min-width: 768px) and (max-width: 1049.98px) {
    .wv-block-logo-text .col {
        max-width: 50%;
        flex-basis: 50%;
        margin-bottom: 3rem
    }
}

.wv-block-logo-text p {
    font-size: 0.875rem
}

.wv-block-content-slider {
    position: relative;
    padding-top: 5rem;
    padding-bottom: 5rem;
    margin-top: 5rem;
    margin-bottom: 5rem;
    overflow: visible
}

@media (min-width: 1260px) {
    .wv-block-content-slider {
        padding-top: 9rem;
        padding-bottom: 9rem
    }
}

.wv-block-content-slider .slider-bg-frame {
    position: absolute;
    top: 0;
    left: 50%;
    width: calc(100vw - 15px);
    height: 100%;
    margin: 0 calc((100vw - 15px) / -2);
    overflow: hidden
}

.wv-block-content-slider .slider-bg {
    position: relative;
    width: 300vw;
    left: 50%;
    margin: 0 -150vw;
    height: 100%;
    top: 0;
    text-align: center;
    -webkit-animation: contentCircleAni cubic-bezier(0.645, 0.045, 0.355, 1) 20s;
    animation: contentCircleAni cubic-bezier(0.645, 0.045, 0.355, 1) 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.wv-block-content-slider .slider-bg img {
    height: 100%;
    border: 1px #dedede solid;
    border-radius: 100%;
    width: auto
}

.wv-block-content-slider .slider-bg-end {
    position: absolute;
    height: 8rem;
    bottom: -4rem;
    border-right: 1px #dedede solid;
    left: 50%;
    width: 0
}

.wv-block-content-slider h2 {
    padding-left: 5%;
    padding-right: 5%
}

@media (min-width: 768px) {
    .wv-block-content-slider h2 {
        padding-left: 10%;
        padding-right: 10%
    }
}

@media (min-width: 1050px) {
    .wv-block-content-slider h2 {
        padding-left: 15%;
        padding-right: 15%
    }
}

@media (min-width: 1260px) {
    .wv-block-content-slider h2 {
        padding-left: 25%;
        padding-right: 25%
    }
}

.wv-content-slider {
    height: auto;
    padding-top: 2rem;
    padding-bottom: 5rem
}

.wv-content-slider .slick-dots {
    position: relative;
    top: 1rem
}

@media (min-width: 1050px) {
    .wv-content-slider .slick-dots {
        top: 3rem
    }
}

.wv-content-slider .wv-content-slide-text {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 2.5rem;
    text-align: center
}

@media (min-width: 768px) {
    .wv-content-slider .wv-content-slide-text {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 60%;
        height: auto;
        background-color: white;
        z-index: 300;
        padding-top: 1.5rem;
        padding-right: 1.5rem;
        text-align: left
    }
}

.wv-content-slider .wv-content-slide-text strong {
    font-size: 1.375rem;
    display: block;
    margin-bottom: 0.75rem
}

.wv-content-slider .wv-content-slide-text .moving-link {
    display: inline-block;
    margin-top: 1rem;
    outline: none
}

.wv-content-slider .wv-content-slide {
    position: relative;
    height: auto;
    width: 100%;
    margin: 0
}

@media (min-width: 768px) {
    .wv-content-slider .wv-content-slide {
        width: 90%;
        margin-left: 2%;
        margin-right: 2%
    }
}

@media (min-width: 1050px) {
    .wv-content-slider .wv-content-slide {
        margin-left: 5%;
        margin-right: 5%
    }
}

.wv-content-slider .wv-content-slide .wv-content-slide-image {
    height: calc((100vw - 30px) * 10 / 16);
    width: 100%;
    overflow: hidden
}

@media (min-width: 768px) {
    .wv-content-slider .wv-content-slide .wv-content-slide-image {
        height: 400px;
        width: 100%
    }
}

@media (min-width: 1050px) {
    .wv-content-slider .wv-content-slide .wv-content-slide-image {
        height: calc((100vw - 30px) * 5 / 16)
    }
}

.wv-content-slider .wv-content-slide .wv-content-slide-image img {
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width: 1050px) {
    .wv-content-slider .wv-content-slide .wv-content-slide-image img {
        height: auto
    }
}

.wv-content-slider .wv-content-slide .wv-content-slide-image .simpleParallax {
    overflow: visible !important
}

.wv-content-slider .wv-content-slide .count-current {
    position: absolute;
    margin-top: -4rem;
    left: 0;
    width: 100%;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    white-space: nowrap;
    color: #2FA8E1
}

@media (min-width: 768px) {
    .wv-content-slider .wv-content-slide .count-current {
        bottom: 0;
        text-align: right;
        top: auto;
        right: 0;
        z-index: 200;
        width: auto
    }
}

.wv-content-slider .wv-content-slide .count-current i {
    font-size: 4rem;
    line-height: 1;
    font-style: normal;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
    padding: 0 5px
}

@media (min-width: 1050px) {
    .wv-content-slider .wv-content-slide .count-current i {
        font-size: 6rem
    }
}

.wv-content-slider .wv-content-slide .count-full {
    font-size: 1rem;
    line-height: 1;
    white-space: nowrap;
    display: inline;
    left: calc(100% + 5px)
}

@media (min-width: 768px) {
    .wv-content-slider .wv-content-slide .count-full {
        position: absolute;
        bottom: 0
    }
}

.wv-block-history {
    overflow-x: hidden;
    padding: 20px 0
}

.wv-block-history .col-10 {
    padding: 0
}

.wv-block-history .timeline-indicator {
    position: absolute;
    width: 2rem;
    height: 2rem;
    margin: -1rem;
    border-radius: 100%;
    opacity: 0;
    left: 50%;
    z-index: 250;
    transition: opacity 250ms cubic-bezier(0.645, 0.045, 0.355, 1)
}

.wv-block-history .timeline-indicator.active {
    opacity: 1
}

.wv-block-history .path-list {
    position: absolute;
    top: 0;
    bottom: 1rem;
    height: auto;
    border-right: 2px lightgray dashed;
    width: 0;
    left: 50%;
    z-index: 100;
    margin-left: -1px
}

.wv-block-history .path-list:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1rem;
    margin-left: calc(-1rem + 1px);
    width: 2rem;
    height: 2rem;
    border: 2px lightgray dashed;
    border-radius: 100%;
    z-index: 200;
    background-color: white
}

.wv-block-history .history-list {
    position: relative;
    margin: 0;
    padding: 5rem 0;
    z-index: 500;
    list-style: none outside none
}

.wv-block-history .history-list li {
    position: relative;
    height: auto;
    margin: 6rem 0;
    padding: 1rem;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center
}

.wv-block-history .history-list li:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -3rem;
    margin-left: -.4rem;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 100%;
    z-index: 200;
    background-color: lightgray
}

.wv-block-history .history-list .date {
    display: block;
    font-size: 0.875rem;
    color: #2FA8E1;
    font-family: "Oswald", sans-serif
}

.wv-block-history .history-list .headline {
    text-transform: uppercase;
    color: #292729;
    margin-bottom: 2rem
}

.wv-block-history circle {
    opacity: 0
}

.wv-block-history .indicator-circle-1 {
    fill: #2FA8E1;
    transform-origin: center center;
    -webkit-animation: indicatorAni cubic-bezier(0.645, 0.045, 0.355, 1) 3s;
    animation: indicatorAni cubic-bezier(0.645, 0.045, 0.355, 1) 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.wv-block-history .indicator-circle-2 {
    opacity: 0;
    fill: #2FA8E1;
    transform-origin: center center;
    -webkit-animation: indicatorAni cubic-bezier(0.645, 0.045, 0.355, 1) 3s;
    animation: indicatorAni cubic-bezier(0.645, 0.045, 0.355, 1) 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.wv-block-history .indicator-circle-3 {
    opacity: 0;
    fill: #2FA8E1;
    transform-origin: center center;
    -webkit-animation: indicatorAni cubic-bezier(0.645, 0.045, 0.355, 1) 3s;
    animation: indicatorAni cubic-bezier(0.645, 0.045, 0.355, 1) 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.wv-block-link-list .link-list {
    position: relative;
    padding-left: 3rem;
    color: #2E3D40;
    margin-bottom: 2rem
}

.wv-block-link-list .link-list ul {
    padding-left: 0
}

.wv-block-link-list .link-list li {
    list-style: none;
    padding-bottom: 1rem
}

.wv-block-link-list .col {
    flex-basis: auto
}

@media (min-width: 768px) {
    .wv-block-link-list .col {
        flex-basis: 50%;
        flex-grow: 0
    }
}

.wv-block-link-list h4 {
    font-family: "Montserrat", sans-serif;
    color: #2E3D40;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 2rem
}

.wv-block-link-list img {
    position: absolute;
    top: -0.25rem;
    left: 0;
    width: 2rem;
    height: 2rem
}

.wv-block-buttons .btn,
.wv-block-buttons .wp-block-button.wv-btn a,
.wp-block-button.wv-btn .wv-block-buttons a,
.wv-block-buttons #BorlabsCookieBox1 .cookie-box ._brlbs-btn-accept-all,
#BorlabsCookieBox1 .cookie-box .wv-block-buttons ._brlbs-btn-accept-all,
.wv-block-buttons #wv-menu .contact-btn a,
#wv-menu .contact-btn .wv-block-buttons a {
    margin: 1rem;
    min-width: 175px
}

.blog-wrapper,
.case-study-wrapper {
    opacity: 0;
    transform: translate(0, 5rem);
    transition: all 1000ms cubic-bezier(0.645, 0.045, 0.355, 1)
}

.blog-wrapper.active,
.case-study-wrapper.active {
    opacity: 1;
    transform: translate(0, 0)
}

.wv-block-gallery-wall {
    position: relative;
    width: 676px;
    left: 50%;
    margin: 0 -338px
}

@media (min-width: 768px) {
    .wv-block-gallery-wall {
        width: 768px;
        margin: 0 -384px
    }
}

.wv-block-gallery-wall img {
    position: relative;
    width: 100%;
    height: auto;
    margin: 7px 0;
    opacity: 0;
    transition: all 1250ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transform: scale(1.5)
}

.wv-block-gallery-wall img:first-of-type {
    width: 80%;
    height: auto;
    transform: translate(-10rem, 0px)
}

@media (min-width: 768px) {
    .wv-block-gallery-wall img:first-of-type {
        width: 60%
    }
}

.wv-block-gallery-wall img:last-of-type {
    width: 100%;
    height: auto;
    transform: translate(-5rem, 0px)
}

.wv-block-gallery-wall .gallery-wall-center img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 355px
}

@media (min-width: 768px) {
    .wv-block-gallery-wall .gallery-wall-center img {
        height: 775px
    }
}

@media (min-width: 768px) {
    .wv-block-gallery-wall {
        width: auto;
        left: 0;
        margin: 0
    }
}

.wv-block-gallery-wall .gallery-wall-center,
.wv-block-gallery-wall .gallery-wall-left,
.wv-block-gallery-wall .gallery-wall-right {
    padding-left: 7px;
    padding-right: 7px
}

.wv-block-gallery-wall .active img {
    position: relative;
    opacity: 1;
    filter: blur(0);
    -webkit-filter: blur(0);
    transform: scale(1) translate(0, 0)
}

.wp-block-columns.wv-custom-two-col {
    position: relative
}

@media (max-width: 1259.98px) {
    .wp-block-columns.wv-custom-two-col .wp-block-column {
        flex-basis: 100% !important;
        margin-left: 0 !important
    }
}

@media (min-width: 1050px) {
    .wp-block-columns.wv-custom-two-col {
        width: 70vw;
        left: 40%;
        right: 40%;
        margin-left: -35vw;
        margin-right: -35vw
    }
}

@media (max-width: 1259.98px) {
    .wp-block-columns.wv-custom-two-col {
        display: flex;
        left: 0;
        right: 0;
        flex-wrap: wrap !important;
        margin-left: auto;
        margin-right: auto
    }
}

.wv-block-landingpage-contact {
    position: relative;
    height: auto;
    background-color: #3A3C44;
    overflow: hidden
}

@media (max-width: 767.98px) {
    .wv-block-landingpage-contact {
        height: auto;
        min-height: 80vh
    }
}

.wv-block-landingpage-contact img.wv-lp-image {
    position: absolute;
    width: auto;
    min-height: 100%;
    z-index: 10;
    right: 0;
    bottom: 0;
    min-width: 100%
}

.wv-block-landingpage-contact .wv-lp-content-frame {
    position: relative;
    z-index: 20;
    height: 100%;
    width: 100%;
    overflow: hidden
}

@media (max-width: 767.98px) {
    .wv-block-landingpage-contact .wv-lp-content-frame {
        height: auto;
        min-height: 80vh;
        padding-bottom: 3rem
    }
}

.wv-block-landingpage-contact .wv-lp-content-frame .wv-lp-darkener {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #3A3C44;
    opacity: 0.7;
    mix-blend-mode: multiply;
    z-index: 10
}

.wv-block-landingpage-contact .wv-lp-content-frame .wv-lp-circle {
    position: absolute;
    z-index: 20;
    top: 50%;
    height: 2000px;
    right: 50vw;
    margin: -1000px 0 0
}

.wv-block-landingpage-contact .wv-lp-content-frame .wv-lp-circle circle {
    fill: #2FA8E1
}

@media (max-width: 767.98px) {
    .wv-block-landingpage-contact .wv-lp-content-frame .wv-lp-circle {
        display: none
    }
}

.wv-block-landingpage-contact .wv-lp-content-frame .wv-lp-circle-mobile {
    position: absolute;
    z-index: -1;
    bottom: 0;
    width: 200vw;
    left: -50vw;
    margin: 0
}

.wv-block-landingpage-contact .wv-lp-content-frame .wv-lp-circle-mobile circle {
    fill: #2FA8E1
}

@media (min-width: 768px) {
    .wv-block-landingpage-contact .wv-lp-content-frame .wv-lp-circle-mobile {
        display: none
    }
}

.wv-block-landingpage-contact .wv-lp-content-frame .wv-lp-content {
    position: relative;
    z-index: 30;
    height: auto;
    padding-top: calc(5rem + 10%);
    padding-bottom: 5rem;
    width: 100%;
    color: #fff
}

@media (max-width: 767.98px) {
    .wv-block-landingpage-contact .wv-lp-content-frame .wv-lp-content {
        padding-top: 0;
        width: 100vw;
        height: auto
    }
}

.wv-block-landingpage-contact .wv-lp-content-frame .wv-lp-content ul {
    list-style: none outside none
}

.wv-block-landingpage-contact .wv-lp-content-frame .wv-lp-content ul li {
    background-image: url("../img/check.svg");
    padding-left: 3.5rem;
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: 2.5rem auto;
    margin: 2rem 0;
    display: block
}

@media (max-width: 767.98px) {
    .wv-block-landingpage-contact .wv-lp-content-frame .wv-lp-content ul li {
        padding-left: 3rem;
        padding-right: 2rem
    }
}

@media (max-width: 767.98px) {
    .wv-block-landingpage-contact .wv-lp-content-frame .wv-lp-content form {
        display: none
    }
}

.wv-block-landingpage-shadow-call {
    position: relative;
    height: auto;
    background-color: #3A3C44;
    overflow: hidden
}

@media (max-width: 767.98px) {
    .wv-block-landingpage-shadow-call {
        height: auto;
        min-height: 80vh
    }
}

.wv-block-landingpage-shadow-call img.wv-lp-image {
    position: absolute;
    width: auto;
    min-height: 100%;
    z-index: 10;
    right: 0;
    bottom: 0;
    min-width: 100%
}

.wv-block-landingpage-shadow-call .wv-lp-content-frame {
    position: relative;
    z-index: 20;
    height: 100%;
    width: 100%;
    overflow: hidden
}

@media (max-width: 767.98px) {
    .wv-block-landingpage-shadow-call .wv-lp-content-frame {
        height: auto;
        min-height: 80vh;
        padding-bottom: 3rem
    }
}

.wv-block-landingpage-shadow-call .wv-lp-content-frame .wv-lp-darkener {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #3A3C44;
    opacity: 0.7;
    mix-blend-mode: multiply;
    z-index: 10
}

.wv-block-landingpage-shadow-call .wv-lp-content-frame svg.two-circles {
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    width: 90vw;
    height: auto
}

.wv-block-landingpage-shadow-call .wv-lp-content-frame svg.two-circles circle {
    position: relative
}

.wv-block-landingpage-shadow-call .wv-lp-content-frame svg.two-circles circle.c1 {
    -webkit-animation: contentCircleAni cubic-bezier(0.645, 0.045, 0.355, 1) 8s;
    animation: contentCircleAni cubic-bezier(0.645, 0.045, 0.355, 1) 8s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.wv-block-landingpage-shadow-call .wv-lp-content-frame svg.two-circles circle.c2 {
    -webkit-animation: contentCircleAni cubic-bezier(0.645, 0.045, 0.355, 1) 12s;
    animation: contentCircleAni cubic-bezier(0.645, 0.045, 0.355, 1) 12s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

@media (min-width: 576px) {
    .wv-block-landingpage-shadow-call .wv-lp-content-frame svg.two-circles {
        max-height: 100%;
        width: 90vw
    }
}

@media (min-width: 768px) {
    .wv-block-landingpage-shadow-call .wv-lp-content-frame svg.two-circles {
        width: 70vw
    }
}

@media (min-width: 1050px) {
    .wv-block-landingpage-shadow-call .wv-lp-content-frame svg.two-circles {
        width: 60vw
    }
}

@media (min-width: 1260px) {
    .wv-block-landingpage-shadow-call .wv-lp-content-frame svg.two-circles {
        width: 50vw
    }
}

.wv-block-landingpage-shadow-call .wv-lp-content-frame .container,
.wv-block-landingpage-shadow-call .wv-lp-content-frame .wp-block-group,
.wv-block-landingpage-shadow-call .wv-lp-content-frame .home .wv-block-case-study-teaser,
.home .wv-block-landingpage-shadow-call .wv-lp-content-frame .wv-block-case-study-teaser {
    position: relative;
    z-index: 30;
    display: block;
    height: 90%;
    padding-top: 10%
}

@media (max-width: 767.98px) {

    .wv-block-landingpage-shadow-call .wv-lp-content-frame .container,
    .wv-block-landingpage-shadow-call .wv-lp-content-frame .wp-block-group,
    .wv-block-landingpage-shadow-call .wv-lp-content-frame .home .wv-block-case-study-teaser,
    .home .wv-block-landingpage-shadow-call .wv-lp-content-frame .wv-block-case-study-teaser {
        padding-top: 8rem
    }
}

.wv-block-landingpage-shadow-call .wv-lp-content-frame .wv-lp-content {
    position: relative;
    height: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
    width: 100%;
    color: #fff
}

@media (max-width: 767.98px) {
    .wv-block-landingpage-shadow-call .wv-lp-content-frame .wv-lp-content {
        height: auto
    }
}

@media (min-width: 768px) {
    .wv-block-landingpage-shadow-call .wv-lp-content-frame .wv-lp-content {
        padding-top: 2rem;
        padding-bottom: 8rem
    }
}

.wv-block-landingpage-shadow-call .wv-lp-content-frame .wv-lp-content h1 {
    width: 100%;
    display: block;
    padding-bottom: 2rem;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.4;
    font-size: calc(1.54167rem + 1.94444vw)
}

.disable-rfs .wv-block-landingpage-shadow-call .wv-lp-content-frame .wv-lp-content h1,
.wv-block-landingpage-shadow-call .wv-lp-content-frame .wv-lp-content h1.disable-rfs {
    font-size: 3rem
}

@media (min-width: 1200px) {
    .wv-block-landingpage-shadow-call .wv-lp-content-frame .wv-lp-content h1 {
        font-size: 3rem
    }
}

.wv-block-landingpage-shadow-call .wv-lp-content-frame .wv-lp-content h1 u::after {
    bottom: 0.5rem
}

.wv-block-landingpage-shadow-call .wv-lp-content-frame .wv-lp-content ul {
    list-style: none outside none;
    padding-left: 0;
    padding-bottom: 1rem
}

.wv-block-landingpage-shadow-call .wv-lp-content-frame .wv-lp-content ul li {
    background-image: url("../img/check_blue.svg");
    padding-left: 3.5rem;
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: 2.5rem auto;
    margin: 2rem 0;
    display: block
}

@media (max-width: 767.98px) {
    .wv-block-landingpage-shadow-call .wv-lp-content-frame .wv-lp-content ul li {
        padding-left: 3rem;
        padding-right: 2rem
    }
}

@media (min-width: 768px) {
    .wv-block-landingpage-shadow-call .wv-lp-content-frame .wv-lp-content ul li {
        font-size: 1.125rem
    }
}

@media (max-width: 767.98px) {
    .wv-block-landingpage-shadow-call .wv-lp-content-frame .wv-lp-content form {
        display: none
    }
}

.wv-block-newsletter {
    position: relative;
    height: auto;
    background-color: #3A3C44;
    overflow: hidden
}

@media (max-width: 767.98px) {
    .wv-block-newsletter {
        height: auto;
        min-height: 80vh
    }
}

.wv-block-newsletter img.wv-lp-image {
    position: absolute;
    width: auto;
    min-height: 100%;
    z-index: 10;
    right: 0;
    bottom: 0;
    min-width: 100%
}

.wv-block-newsletter .wv-lp-content-frame {
    position: relative;
    z-index: 20;
    height: 100%;
    width: 100%;
    overflow: hidden
}

@media (max-width: 767.98px) {
    .wv-block-newsletter .wv-lp-content-frame {
        height: auto;
        min-height: 80vh;
        padding-bottom: 3rem
    }
}

.wv-block-newsletter .wv-lp-content-frame .wv-lp-darkener {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #3A3C44;
    opacity: 0.7;
    mix-blend-mode: multiply;
    z-index: 10
}

.wv-block-newsletter .wv-lp-content-frame svg.two-circles {
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    width: 90vw;
    height: auto
}

.wv-block-newsletter .wv-lp-content-frame svg.two-circles circle {
    position: relative
}

.wv-block-newsletter .wv-lp-content-frame svg.two-circles circle.c1 {
    -webkit-animation: contentCircleAni cubic-bezier(0.645, 0.045, 0.355, 1) 8s;
    animation: contentCircleAni cubic-bezier(0.645, 0.045, 0.355, 1) 8s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.wv-block-newsletter .wv-lp-content-frame svg.two-circles circle.c2 {
    -webkit-animation: contentCircleAni cubic-bezier(0.645, 0.045, 0.355, 1) 12s;
    animation: contentCircleAni cubic-bezier(0.645, 0.045, 0.355, 1) 12s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

@media (min-width: 576px) {
    .wv-block-newsletter .wv-lp-content-frame svg.two-circles {
        max-height: 100%;
        width: 90vw
    }
}

@media (min-width: 768px) {
    .wv-block-newsletter .wv-lp-content-frame svg.two-circles {
        width: 70vw
    }
}

@media (min-width: 1050px) {
    .wv-block-newsletter .wv-lp-content-frame svg.two-circles {
        width: 60vw
    }
}

@media (min-width: 1260px) {
    .wv-block-newsletter .wv-lp-content-frame svg.two-circles {
        width: 50vw
    }
}

.wv-block-newsletter .wv-lp-content-frame .container,
.wv-block-newsletter .wv-lp-content-frame .wp-block-group,
.wv-block-newsletter .wv-lp-content-frame .home .wv-block-case-study-teaser,
.home .wv-block-newsletter .wv-lp-content-frame .wv-block-case-study-teaser {
    position: relative;
    z-index: 30;
    display: block;
    height: 90%;
    padding-top: 10%
}

@media (max-width: 767.98px) {

    .wv-block-newsletter .wv-lp-content-frame .container,
    .wv-block-newsletter .wv-lp-content-frame .wp-block-group,
    .wv-block-newsletter .wv-lp-content-frame .home .wv-block-case-study-teaser,
    .home .wv-block-newsletter .wv-lp-content-frame .wv-block-case-study-teaser {
        padding-top: 8rem
    }
}

.wv-block-newsletter .wv-lp-content-frame .wv-lp-content {
    position: relative;
    height: auto;
    padding-bottom: 5rem;
    width: 100%;
    color: #fff
}

@media (max-width: 767.98px) {
    .wv-block-newsletter .wv-lp-content-frame .wv-lp-content {
        height: auto
    }
}

.wv-block-newsletter .wv-lp-content-frame .wv-lp-content h1 {
    width: 100%;
    display: block;
    padding-bottom: 2rem;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.3;
    font-size: calc(1.54167rem + 1.94444vw)
}

.disable-rfs .wv-block-newsletter .wv-lp-content-frame .wv-lp-content h1,
.wv-block-newsletter .wv-lp-content-frame .wv-lp-content h1.disable-rfs {
    font-size: 3rem
}

@media (min-width: 1200px) {
    .wv-block-newsletter .wv-lp-content-frame .wv-lp-content h1 {
        font-size: 3rem
    }
}

.wv-block-newsletter .wv-lp-content-frame .wv-lp-content h1 u::after {
    bottom: 0.5rem
}

.wv-block-newsletter .wv-lp-content-frame .wv-lp-content ul {
    list-style: none outside none;
    padding-left: 0;
    padding-bottom: 1rem
}

.wv-block-newsletter .wv-lp-content-frame .wv-lp-content ul li {
    background-image: url("../img/check_blue.svg");
    padding-left: 3.5rem;
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: 2.5rem auto;
    margin: 2rem 0;
    display: block
}

@media (max-width: 767.98px) {
    .wv-block-newsletter .wv-lp-content-frame .wv-lp-content ul li {
        padding-left: 3rem;
        padding-right: 2rem
    }
}

@media (max-width: 767.98px) {
    .wv-block-newsletter .wv-lp-content-frame .wv-lp-content form {
        display: none
    }
}

.wv-block-sticky-contact {
    background-color: #2FA8E1;
    cursor: pointer;
    color: #fff !important;
    text-align: center;
    text-decoration: none !important;
    display: block;
    padding: 1rem 0 2rem;
    letter-spacing: 0;
    margin-bottom: 0
}

.wv-block-sticky-contact.sticky {
    position: fixed;
    bottom: 0;
    z-index: 1500
}

.accordion .card {
    margin-bottom: 2rem;
    border: none;
    box-shadow: 0 5px 18px -3px lightgrey
}

.accordion .card-header {
    border-bottom: none;
    background: inherit
}

.accordion .card-body,
.accordion .card-header {
    border-left: 10px solid #2FA8E1
}

.accordion .btn-collapse {
    border: none;
    background: inherit;
    padding-left: 0
}

.accordion .btn-collapse[aria-expanded=true] .fa-chevron-down {
    display: none
}

.accordion .btn-collapse[aria-expanded=false] .fa-chevron-up {
    display: none
}

.accordion .btn-collapse i {
    color: #2FA8E1
}

.wv-block-emailformular #wv-download-submit-message {
    max-width: 630px;
    display: none
}

.wv-block-icon-text-grid p.small-text {
    font-size: 0.875em
}

.wv-block-icon-text-grid img {
    width: 45px;
    height: auto
}

.wv-block-icon-text-grid .accordeon-toggle {
    display: block;
    position: relative;
    cursor: pointer;
    padding-right: 50px
}

.wv-block-icon-text-grid .accordeon-toggle i {
    display: inline-block;
    position: absolute;
    right: 3px;
    top: 50%;
    transition: all 0.5s cubic-bezier(0.01, 0, 0, 1)
}

.wv-block-icon-text-grid .accordeon-toggle .icon-arrow-left-short {
    transform: translate(100%, -50%) scale(-1, 1);
    opacity: 0
}

.wv-block-icon-text-grid .accordeon-toggle.open .icon-arrow-left-short {
    transform: translate(0px, -50%) scale(-1, 1);
    opacity: 1
}

.wv-block-icon-text-grid .accordeon-toggle .icon-arrow-right-short {
    transform: translate(0, -50%);
    opacity: 1
}

.wv-block-icon-text-grid .accordeon-toggle.open .icon-arrow-right-short {
    transform: translate(-100%, -50%);
    opacity: 0
}

.wv-block-icon-text-grid .accordeon-toggle:not(.open):hover .icon-arrow-right-short {
    transform: translate(3px, -50%)
}

.wv-block-icon-text-grid .accordeon-toggle.open:hover .icon-arrow-left-short {
    transform: translate(-3px, -50%) scale(-1, 1)
}

.wv-block-icon-text-grid .soft-hidden {
    display: none
}

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

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

.slick-list:focus {
    outline: none
}

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

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0)
}

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

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

.slick-track:after {
    clear: both
}

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

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

[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
}

.amp-mode-mouse .wv-show,
.amp-mode-touch .wv-show {
    opacity: 1
}

.amp-mode-mouse .wv-hero amp-img img,
.amp-mode-touch .wv-hero amp-img img {
    -o-object-fit: cover;
    object-fit: cover
}

.amp-mode-mouse .wp-block-image amp-img,
.amp-mode-touch .wp-block-image amp-img {
    max-height: 300px
}

.amp-mode-mouse #wv-lang-switch,
.amp-mode-touch #wv-lang-switch {
    margin-top: 0.5rem
}

.amp-mode-mouse #wv-menu-switch,
.amp-mode-touch #wv-menu-switch {
    display: none
}

.amp-mode-mouse header .top-wrapper,
.amp-mode-touch header .top-wrapper {
    padding: 0.5rem 1.5rem;
    background-color: rgba(41, 37, 37, 0.7)
}

#newsletterModal .modal-content {
    background: url("../img/double-circle-02.svg") center rgba(0, 0, 0, 0.8) no-repeat
}

@media (max-width: 767.98px) {
    #newsletterModal .modal-content {
        background-size: cover
    }
}

#newsletterModal .wv-news-content {
    display: flex;
    flex-direction: column;
    align-items: center
}

#newsletterModal .wv-block-newsletter {
    background-color: transparent;
    margin: auto;
    overflow: auto
}

@media (min-width: 768px) {
    #newsletterModal .wv-block-newsletter {
        width: 65%
    }
}

#newsletterModal .wv-block-newsletter .wv-lp-content-frame {
    padding-bottom: 0
}

#newsletterModal .wv-block-newsletter .wv-lp-content-frame .container,
#newsletterModal .wv-block-newsletter .wv-lp-content-frame .wp-block-group,
#newsletterModal .wv-block-newsletter .wv-lp-content-frame .home .wv-block-case-study-teaser,
.home #newsletterModal .wv-block-newsletter .wv-lp-content-frame .wv-block-case-study-teaser {
    padding-top: initial
}

#newsletterModal .wv-block-newsletter .wv-lp-content {
    padding-bottom: 0;
    padding-top: 0;
    width: auto
}

#newsletterModal .wv-block-newsletter .title {
    font-size: calc(1.70833rem + 3.05556vw);
    text-transform: uppercase
}

.disable-rfs #newsletterModal .wv-block-newsletter .title,
#newsletterModal .wv-block-newsletter .title.disable-rfs {
    font-size: 4rem
}

@media (min-width: 1200px) {
    #newsletterModal .wv-block-newsletter .title {
        font-size: 4rem
    }
}

#newsletterModal .btn-brand,
#newsletterModal .wp-block-button.wv-btn.wv-btn-brand a,
.wp-block-button.wv-btn.wv-btn-brand #newsletterModal a,
#newsletterModal #BorlabsCookieBox1 .cookie-box ._brlbs-btn-accept-all,
#BorlabsCookieBox1 .cookie-box #newsletterModal ._brlbs-btn-accept-all,
#newsletterModal #wv-menu .contact-btn a,
#wv-menu .contact-btn #newsletterModal a {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 1rem
}

#newsletterModal #wv-newsletter-form {
    width: 85%;
    margin: auto
}

.wv-full-page-modal {
    z-index: 9999
}

.wv-full-page-modal .modal-dialog {
    max-width: initial;
    width: 100vw;
    margin: 0;
    overflow: auto
}

.wv-full-page-modal .modal-content {
    background-color: rgba(0, 0, 0, 0.8);
    min-height: 100vh;
    border: none;
    padding-bottom: 2rem;
    padding-top: 2rem
}

.wv-full-page-modal .close {
    text-shadow: none;
    font-size: 2.5rem;
    color: #fff;
    float: none;
    position: absolute;
    right: 1.75rem;
    top: 0.75rem;
    opacity: 0.8
}

@media (min-width: 768px) {
    .wv-full-page-modal .close {
        font-size: 3rem;
        right: 3rem;
        top: 2rem
    }
}

#videoModal .modal-content {
    justify-content: center
}

#videoModal .btn-repeat {
    display: none;
    position: absolute;
    margin-top: -35px;
    margin-left: -35px;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    border: none;
    background-color: white;
    width: 70px;
    padding: 10px;
    height: 70px
}

/* theres some changes here regarding borlabs cookie scroll function that are also in the minified file  */
#videoModal video {
    max-width: 100%
}
/* using the class appended by borlabs, to eliminate the scroll form the fckn cookie box */
.borlabs-position-fix {
    overflow: hidden !important;
}

/* no scroll in the menu, when open  */
.menunoscroll {
    overflow: hidden !important;
}