
body, html {
    height: 100%;
    min-height: 100%;
    font-family: sans-serif;
    font-weight: 300;
    color: #ffffff;
    font-size: 15px;
    
    background-size: 100% auto;
    --bs-gutter-x: 15px;
    transition: color 0.3s;
}
.bg-animation {
    transition: 0.3s background;
}
.color-white {
    background: #ffffff;
}
.color-white,
.table {
    color: #222529;
}
.bgg-gradient {
    background: #2a2a2a;
    background-size: 100% auto;
}
p {
    line-height: 24px;
}
a, 
a:hover {
    color: #ffffff;
}
.color-white a {
    color: #2a2a2a;
}
strong {
    font-weight: bold;
}
.black {
    font-weight: 900;
}
.size-28 {
    font-size: 28px;
    line-height: 28px;
}
/*
#gradient-bg {
    background: #004356;
    background: radial-gradient(ellipse at left top, #004356, transparent),
                radial-gradient(ellipse at right bottom, #004356, transparent),
                radial-gradient(ellipse at top right, #2a2a2a, transparent),
                radial-gradient(ellipse at bottom left, #2a2a2a, transparent);
}*/
.text-primary {
    color: #64FAC8 !important;
}
.h-0 {
    height: 0 !important;
}
.scrollto-offset {
    margin-top: -140px;        /* Size of fixed header */
    padding-bottom: 140px; 
    display: block; 
}
.header-img .bg-animation:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding-top: 340px;
    
    background: no-repeat right bottom;
    background-size: cover;
}
.top-header {
    padding: 5px 0;
    text-align: right;
    background: rgba(0,0,0, 0.5);
    font-size: 14px;
}
.top-header a {
    text-decoration: none;
    padding: 0 10px;
}
.header-img .bg-animation > div {
    position: relative;
}
.home .bg-animation:before {   
    background-image: url(../../images/header/home.png);
}
.service .bg-animation:before {
    background-image: url(../../images/header/service.png);
    background-position: center center;
    padding-top: 430px;
}
.software .bg-animation:before {
    background-image: url(../../images/header/software.png);
    background-position: center center;
}
.scanners .bg-animation:before {
    background-image: url(../../images/header/scanners.png);
    background-position: center center;
}
.support .bg-animation:before {
    background-image: url(../../images/header/support.png);
    background-position: center center;
    opacity: 0.7;
    padding-top: 400px;
}
.support .header-banner {
    padding-top: 130px;
}
.production .bg-animation:before {
    background-image: url(../../images/header/production.png);
    background-position: -170px center;
}
.software-insole .bg-animation:before {
    background-image: url(../../images/header/software-insole.png);
    background-position: center center;
}
.software-shoelast .bg-animation:before {
    background-image: url(../../images/header/software-shoelast.png);
    background-position: center center;
}
.software-midsole .bg-animation:before {
    background-image: url(../../images/header/software-midsole.png);
    background-position: center center;
}
@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
    .home .bg-animation:before {
        background-image: url(../../images/header/home-res.png);
    }
    .service .bg-animation:before {
        background-image: url(../../images/header/service-res.png);
    }
    .software .bg-animation:before,
    .software-midsole .bg-animation:before {
        background-image: url(../../images/header/software-res.png);
    }
    .scanners .bg-animation:before {
        background-image: url(../../images/header/scanners-res.png);
    }
    .support .bg-animation:before {
        background-image: url(../../images/header/support-res.png);
    }
    /*
    .production .bg-animation:before {
        background-image: url(../../images/header/production-res.png);
    }
    */
    .software-shoelast .bg-animation:before {
        background-image: url(../../images/header/software-shoelast-res.png);
    }
    .software-midsole .bg-animation:before {
        background-image: url(../../images/header/software-midsole-res.png);
    }
}
@media (min-width: 768px) {
    .support .header-banner {
        padding-top: 0;
    }
    .service .bg-animation:before {
        background-position: center center;
    }
    .software .bg-animation:before {
        background-position: -340px center;
    }
    .scanners .bg-animation:before {
        padding-top: 800px !important;
    }
    .production .bg-animation:before {
        background-position: -300px center;
    }
}
@media(min-width: 992px){
    .software .bg-animation:before {
        background-position: -200px center;
    }
    .production .bg-animation:before {
        background-position: -200px center;
    }
}
@media (min-width: 1200px) {
   .production .bg-animation:before {
        background-position: -150px center;
    }
}
@media (min-width: 1400px) {
    .software .bg-animation:before {
        background-position: center center;
    }
    .production .bg-animation:before {
        background-position: center center;
    }
}
#header,
#headerContainer {
    height: 67px;
    transition: 0.3s height;
}
#headerContainer.sticky #header {
    background: #2a2a2a;
    background-size: 100% auto;
    z-index: 10;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    padding: 0 15px;
}
.logo {
    max-width: 164px;
    object-fit: contain;
}
.logo-light {
    display: none;
}
.color-white #headerContainer:not(.sticky) .logo-light {
    display: inline-block;
}
.color-white #headerContainer:not(.sticky) .logo-dark {
    display: none;
}
.lt-lines:before,
.lt-lines:after,
#lt-lines-right:before {
    position: absolute;
    content: '';
    opacity: 0.3;
    transition: 0.3s all;
}
.lt-lines:before,
#lt-lines-right:before {
    top: -5px;
    left: 8px;
    width: calc(100% - 5px);
    height: 0px;    
    border-top: 1px solid #FFFFFF;
}
#lt-lines-right:before {
    left: auto;
    right: 28px;
    width: calc(100% - 31px);
    top: 50%;
    margin-top: -5px;
}
.lt-lines:after {
    top: -15px;
    left: 16px;
    width: 0px;
    height: 42px;
    border-left: 1px solid #FFFFFF;
}
#headerContainer.sticky .lt-lines:after {
    height: 0;
}
#headerContainer.sticky .lt-lines:before {
    width: 0;
}
.color-white .lt-lines:before,
.color-white .lt-lines:after {
    border-color: #2a2a2a;
}
.color-white nav .lt-lines:before,
.color-white nav .lt-lines:after {
    border-color: #FFFFFF;
}
#mobile-menu-icon,
#mobile-menu-icon-close {
    display: block;
    width: 30px;
    height: 29px;
    background: no-repeat url(../../img/mobile-menu.svg) center center;
    background-size: 100%;
    cursor: pointer;
}
#mobile-menu-icon-close {
    background-image: url(../../img/mobile-menu-close.svg);
}
#menuOverlay {
    z-index: 20;
    padding-top: 17px;
    display: none !important;
}
#menu-cb:checked + #menuOverlay {
    display: flex !important;
}
#menuOverlay p a,
.scan-qr p a {
    text-decoration: none;
    color: #ffffff;
}
#menuOverlay p span,
.scan-qr p span {
    color: #64FAC8;
}
#menuOverlay .lt-lines:after {
    display: none;
}
.menu-title {
    font-size: 22px;
    line-height: 22px;
    color: #64FAC8 !important;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}
.menu-title-list {
    padding-top: 45px;
    padding-bottom: 45px;
    margin-top: 45px;
    margin-bottom: 45px;
    position: relative;
}
.menu-address {
    padding-bottom: 45px;
    color: #ffffff;
}
.menu-title-list:before,
.menu-title-list:after {
    content: '';
    height: 1px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAABCAYAAADjAO9DAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAE0lEQVQImWP8////fwZUwIjMAQB51QP/jAhUbQAAAABJRU5ErkJggg==');
    position: absolute;
    left: -20px;
    right: -20px;
    opacity: 0.3;
}
.menu-title-list:before {
    top: 0;
}
.menu-title-list:after {
    bottom: 0;
}
.menu-title-list a,
.menu-items a {
    display: block;
    line-height: 24px;
    margin-bottom: 5px;
    color: #ffffff;
    text-decoration: none;
}

.social {
    width: 32px;
    height: 32px;
    display: inline-block;
    margin-right: 7px;
    background: no-repeat center center;
    background-size: contain;
    opacity : 0.442;
    transition: 0.3s opacity;
}
.social:hover {
    opacity: 1;
}
.social.social-fb,
.social-btn.social-fb:before {
    background-image: url(../../img/social-fb.svg);
}
.social.social-li,
.social-btn.social-li:before {
    background-image: url(../../img/social-linkedin.svg);
}
.social.social-yt,
.social-btn.social-yt:before  {
    background-image: url(../../img/social-yt.svg);
}
.title-header {
    font-size: 13px;
    text-transform: uppercase;
}
.title-header + h1 {
    margin-top: -3px;
    letter-spacing: 1.4px;
}
h1, h2 {
    font-weight: 900; /* Blacker */
    font-size: 26px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 1rem;
    letter-spacing: 0.8px;
    
}
h1 span,
h2 span {
    display: block;
    margin-left: 15px;
}
h3 {
    font-weight: 900; /* Blacker */
    font-size: 20px;
    text-transform: uppercase;
}
h3.big {
    font-size: 28px;
}
.btn-outline-primary {
    box-shadow: inset 0px 0px 8px rgb(100, 250, 200, 0.8), 0px 0px 8px rgb(100, 250, 200, 0.5);
    border: 1px solid #64FAC8;
    border-radius: 50px;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0.5rem 1rem;
    transition: 0.3s all;
}
.color-white .btn-outline-primary {
    color: #2a2a2a
}
.btn-outline-primary:hover,
.btn-outline-primary:focus {
    background-color: #C8FF00;
    border-color: #C8FF00;
    color: #2a2a2a;
    box-shadow:none;
}
.btn-outline-primary:active {
    background-color: #64FAC8;
    border-color: #64FAC8;
    color: #2a2a2a;
}
.btn-outline-primary:active,
.btn-outline-primary:active:focus,
.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus {
    box-shadow: none;
}
.btn-outline-primary.small-text {
    font-size: 10px;
}

.btn-primary {
    background: #ffffff;
    border-radius: 0px;
    color: #2a2a2a;
    font-size: 14px;
    font-weight: bold;
    border: 0;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
    white-space: nowrap;
    position: relative;
}
table .btn-primary {
    border: 2px solid #f2f2f2;
}
.btn-primary:hover,
.btn-primary:focus {
    background-color: #2a2a2a;
    border-color: #2a2a2a;
    color: #ffffff;
    box-shadow:none;
}
.btn-primary:active {
    background-color: #050520;
    border-color: #050520;
    color: #ffffff;
}
.btn-primary:active,
.btn-primary:active:focus,
.btn-check:focus + .btn-primary,
.btn-primary:focus {
    box-shadow: none;
}
.btn-primary.color-a {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.5em;
    color: #FFFFFF;
    background-color: #2A2A2A;
    padding: 16px 48px 16px 48px;
    position: relative;
    border-color: #2a2a2a #2a2a2a #101010 !important;
}
.btn-primary.color-a:before {
    content: '';
    position: absolute;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    border: 1px solid #2a2a2a;
    transition: all .3s;
}
.btn-primary.color-a:hover:before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.btn-primary.color-b {
    background: #00A6E6;
    color: #ffffff
}
.btn-primary.color-b:hover {
    background: #00A6E6;
}
.btn-primary.color-c {
    background: #2a2a2a;
    color: #ffffff
}
.btn-primary.color-c:hover {
    background: #2E2E5B;
}
.btn-primary.small {
    font-size: 16px;
    padding: 0.6rem 1.25rem;
}
.btn-primary.smaller {
    font-size: 12px;
    padding: 0.3rem 0.6rem;
}
.header-banner {
    height: 210px;
}
.header-banner-contact {
    height: 210px;
}
.header-banner-mobile-height-auto {
    height: auto;
}
.blob-lines-b {
    height: 100px;
}
.h-200px {
    height: 100px;
}
.blob-lines-a:after {
    content: '';
    display: block;
    width: 73px;
    height: 249px;
    background: no-repeat url(../../img/blob-lines-a.svg);
    background-size: auto 100%;
    position: absolute;
    right: 0;
    margin-top: -65px;
    pointer-events: none;
}
.blob-lines-a.sided:after {
    width: 30px;
}
.color-white .blob-lines-a:after {
    background-image: url(../../img/blob-lines-a-light.svg);
}
.blob-lines-b:after {
    content: '';
    display: block;
    width: 95px;
    height: 249px;
    background: no-repeat url(../../img/blob-lines-b.svg) right center;
    background-size: auto 100%;
    position: absolute;
    left: 0;
    pointer-events: none;
}
.color-white .blob-lines-b:after {
    background-image: url(../../img/blob-lines-b-light.svg);
}
.blob-lines-c {
    height: 80px;
}
.blob-lines-c:after {
    content: '';
    display: block;
    width: 115px;
    height: 238px;
    background: no-repeat url(../../img/blob-lines-c.svg);
    background-size: auto 100%;
    position: absolute;
    right: 0;
    margin-top: -65px;
    pointer-events: none;
}
.color-white .blob-lines-c:after {
    background-image: url(../../img/blob-lines-c-light.svg);
}
.dotted-line-horizontal {
    height: 45px;
    width: 72%;
    max-width: 334px;
    background: no-repeat url(../../img/dotted-line-horizontal.svg) right center;
    background-size: auto 100%;
    pointer-events: none;
}
.color-white .dotted-line-horizontal {
    background: no-repeat url(../../img/dotted-line-horizontal-light.svg) right center;
}
.dotted-line-horizontal.short {
    width: 45%;
}
.dotted-line-horizontal.margin-top-50 {
    margin-top: -50px !important;
}
.dotted-line-horizontal.flipped {
    transform: scaleY(-1);
}
.dotted-line-horizontal.right {
    margin-left: auto;
    transform: scale(-1);
}
.dotted-line-vertical {
    padding-top: 80px;
    position: relative;
    overflow: hidden;
}
.dotted-line-vertical:before {
    content: '';
    left: 42%;
    top: 0;
    width: 60%;
    height: 240px;
    background: no-repeat url(../../img/dotted-line-mobile.svg);
    position: absolute;
    background-size: 230px;
    pointer-events: none;
}
.icon {
    display: block;
    position: relative;
    width: 240px;
    height: 240px;
    margin: 0 auto;
}
.icon.icon-only {
    height: 130px;
}

.icon img:first-child {
    max-width: 126px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: auto;
}
.icon.icon-only img:first-child {
    margin-top:0;
}
.icon.blob-a:before,
.icon.blob-b:before,
.icon.blob-c:before {
    content: '';
    background: no-repeat center center;
    background-size: 70%;
    position: absolute;
    left: 0;
    top: 10%;
    right: 0;
    bottom: 0;
}
.icon.blob-a:before {    
    background-image: url(../../img/product-blob-a-light.svg);
}
.color-white .icon.blob-a:before {
    background-image: url(../../img/product-blob-a.svg);
}
.icon.blob-b:before {
    background-image: url(../../img/product-blob-b-light.svg);
}
.color-white .icon.blob-b:before {
    background-image: url(../../img/product-blob-b.svg);
}
.icon.blob-c:before {
    background-image: url(../../img/product-blob-c-light.svg);
}
.color-white .icon.blob-c:before {
    background-image: url(../../img/product-blob-c.svg);
}
.icon.blob-a img,
.icon.blob-b img,
.icon.blob-c img {
    max-width: 100%;
}
.blob-image-outer {
    height: 500px;
    position: relative;
    margin: 0 -15px;
    padding-left: 15px;
}
.blob-image-outer.fitted {
    height: auto;
    margin-bottom: 40px;
}
.blob-image-outer.fitted .blob-image {
    width: auto;
    height: auto;
}
.blob-image-line {
    position: relative;
}
.blob-image-line:before {
    content: '';
    background: no-repeat url(../../img/blob-photo-line.svg) left bottom;
    background-size: 100%;
    width: 795px;
    height: 400px;
    position: absolute;
    opacity: 0.5;
    bottom: 50px;
    left: -2px;
}
.blob-image {
    background: no-repeat center center;
    background-size: contain;
    height: 324px;
    width: 399px;
    
    mask-image: url(../../img/blob-photo-mask.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    
    -webkit-mask-image: url(../../img/blob-photo-mask.svg);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
}
.blob-image img {
    height: auto;
    width: 100%;
}
.blob-image.mask-2 {
    mask-image: url(../../img/blob-photo-mask-2.svg);
    -webkit-mask-image: url(../../img/blob-photo-mask-2.svg);
}

.blob-image-detached {
    position: relative;
    padding-top: 100%;
}
.blob-image-detached:before {
    content: '';
    background: no-repeat url(../../img/blob-photo-mask-2-light.svg) center center;
    background-size: 100%;
    opacity: 0.1;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.color-white .blob-image-detached:before {
    background-image: url(../../img/blob-photo-mask-2.svg);
}
.blob-image-detached img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    width: 130%;
}
/* Call to action */
.call-to-action {
    background: transparent linear-gradient(315deg, #C8FF00 0%, #64FAC8 100%) 0% 0% no-repeat padding-box;
    border-radius: 25px 0px 0px 25px;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 22px;
    font-weight: 900;
    position: relative;
    color: #ffffff;
}
.call-to-action span {
    color: #2a2a2a;
}

/* Footer */
footer {
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
}
footer a,
footer a:hover {
    color: #ffffff !important;
    text-decoration: none;
}
footer a:hover {
    text-decoration: underline;
}
.copyright {
    border-top: 1px solid #ffffff;
}
/* Sticky contact */
#sticky-contact-checkbox,
#webinar-checkbox {
    visibility: hidden;
    position: absolute;
    left: -1000px;
}
#sticky-contact,
.webinar-invite-container {
    position: fixed;
    right: 30px;
    bottom: 0;
    color: #2a2a2a;
    z-index: 21;
}
#sticky-contact-label,
.sticky-contact-label {
    background: #C8FF00;
    font-weight: 700;
    color: #2a2a2a;
    border-radius: 10px 10px 0 0;
    padding: 4px 12px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
#sticky-contact-label span,
.sticky-contact-label span{
    display: block;
    width: 20px;
    height: 20px;
    background: #2a2a2a;
    border-radius: 100%;
    color: #ffffff;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;    
}
#sticky-contact-label span i,
.sticky-contact-label span i {
    position: relative;
    margin: -1px 0.5px 0 0;
}
#sticky-contact-overlay,
.webinar-invite {
    position: absolute;
    width: calc(100vw - 20px);
    max-width: 325px;
    padding: 18px 26px;
    border-radius: 25px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    background: #F3F3F5;
    position: absolute;
    right: -20px;
    bottom: 50px;
    opacity: 0;
    transition: all 0.3s;
    visibility: hidden;
}
#sticky-contact-checkbox:checked ~ #sticky-contact-overlay,
#webinar-checkbox:checked ~ .webinar-invite {
    opacity: 1;
    bottom: 60px;
    visibility: visible;
}
#sticky-contact-overlay strong,
.webinar-invite strong {
    font-size: 19px;
}
#sticky-contact-overlay input,
#sticky-contact-overlay textarea {
    padding: 12px 18px 7px;
    border-radius: 20px;
}
#sticky-contact-overlay .iti input {
    padding-left: 135px !important;
}
#sticky-contact-overlay .iti__selected-flag {
    padding-left: 18px;
}
#sticky-contact-overlay .form-group .iti label {
    left: 135px;
}
#sticky-contact-overlay textarea {
    height: 97px;
    min-height: 97px;
    max-height: 400px;
}
#sticky-contact-overlay p {
    font-size: 15px;
    line-height: 25px;
}
#sticky-contact-overlay .form-group label {
    top: 12px;
    left: 19px;
}
#sticky-contact-close {
    width: 26px;
    height: 26px;
    background: #C8FF00;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    cursor: pointer;
}
#sticky-contact-icon {
    font-size: 27px;
    color: #ffffff;
    width: 57px;
    height: 57px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    background: #2a2a2a;
    position: absolute;
    left: 50%;
    top: 0;
    margin: -28px 0 0 -28px;
}
/* Abonnementen */
.h-line {
    position: relative;
    color: #ffffff;
    -webkit-text-fill-color: initial;
    background: none;
}
.h-line span {
    margin: 0;
    display: inline;
    position: relative;
    z-index: 0;
}
.h-line span:before {
    content: '';
    border: 12px solid #64FAC8;
    position: absolute;
    left: -25px;
    right: -25px;
    bottom: -4px;
    border-radius: 12px;
    z-index: -1;
}
h3.h-line span:before {
    border-width: 10px;
    bottom: 2px;
}
.h-line.color-b span:before {
    border-color: #C8FF00;
}
.h-line.smaller span:before {
    border-width : 10px;
    border-radius: 10px;
    left: -10px;
    right: -10px;
    bottom: 1px;
}
.color-white .h-line {
    color: #2a2a2a;
}
.subscription-block {
    border-radius: 15px;
    padding: 35px 20px 55px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    margin: 0 15px;
    color: #2a2a2a;
    background: #FFFFFF;
    position: relative;
    z-index: 0;
    font-size: 15px;
    line-height: 25px;    
}
.subscription-title {
    background: #C8FF00;
    border-radius: 15px 15px 0px 0px;
    line-height: 60px;
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 0.64px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 -35px;
    position: relative;
}
.sb-color-b .subscription-title {
    background: #64FAC8;
}
.sb-color-c .subscription-title {
    background: #2a2a2a;
    color: #ffffff;
}
.subscription-title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    transform-origin: left top;
    transform: rotate(-45deg);
    border: solid transparent;
    border-left-color: rgba(20, 20, 65, 0.3);
    border-width: 10.35px;
    z-index: -1;
}
.subscription-title:after {
    content: '';
    position: absolute;
    right: 0;
    top: 100%;
    transform-origin: left top;
    transform: rotate(-45deg);
    border: solid transparent;
    border-bottom-color: rgba(20, 20, 65, 0.3);
    border-width: 10.35px;
    margin-right: 9px;
    z-index: -1;
}
.subscription-block p {
    text-align: center;
    margin: 25px 10px;
}
.subscription-block .btn-primary {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
}

/* USP */
.check {
    width: 65px;
    height: 65px;
    box-shadow: inset 0px 0px 8px rgb(100, 250, 200, 0.8), 0px 0px 8px rgb(100, 250, 200, 0.5);
    border: 1px solid #64FAC8;
    border-radius: 50px;
    color: #ffffff;
    font-size: 36px;
    line-height: 65px;
}
.color-white .check {
    color: #2a2a2a;
}
.usp strong,
.usp span {
    display: block;
    line-height: 26px;
    font-size: 22px;
    text-transform: uppercase;
    color: #64FAC8;
    font-weight: 900;
    letter-spacing: 0.44px;
}
.usp span {
    color: #C8FF00;
}

/* Specs */
td, th {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 67, 86, 0.2);
}

/* Gallery */
.gallery-100 {
    flex-wrap: wrap;
}
.gallery-100 div {
    margin: 15px 15px 0;
}
.gallery-100 img {
    height: auto;
    width: 100%;
    border-radius: 25px;
}
.gallery-container {
    transition: 0.3s transform;
}
.gallery-check {
    visibility: hidden;
    position: absolute;
    left: -100px;
}
.gallery-item {
    width: 65px;
    border-radius: 40px;
    height: 200px;
    background: #D5E9EF;
    min-width: 65px;
    flex-shrink: 0;
    transition: ease-in-out all 0.3s;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.gallery-item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery-check:checked + .gallery-item {
    flex-grow: 1;
    width: calc(100vw - (15px + 15px + 65px));
}
.gallery-check:checked:first-child + .gallery-item,
.gallery-check:checked + .gallery-item:last-child {
    width: calc(100vw - (15px + 15px + 65px * 0.5));
}
.gallery-item ~ .gallery-item {
    margin-left: 15px;
}
.gallery-item .nr {
    width: 42px;
    height: 42px;
    border-radius: 100%;
    background: #64FAC8;
    color: #2a2a2a;
    font-size: 24px;
    line-height: 42px;
    text-align: center;
    font-weight: 900;
    position: absolute;
    right: 11px;
    bottom: 16px;
    transition: 0.3s right;
}
.gallery-check:checked + .gallery-item .nr {
    right: 18px;
}
.gallery-item .txt {
    font-size: 20px;
    color: #ffffff;
    font-weight: 900;
    position: absolute;
    max-width: calc(100% - 98px);
    right: 80px;
    bottom: 22px;
    opacity: 0;
    pointer-events: none;
}
.gallery-check:checked + .gallery-item .txt {
    opacity: 1;
    transition: ease-in-out opacity 0.3s 0.5s;
}
/* Contact form */
.cta + form .contact-form {
    margin-top: -75px;
    padding-top: 177px;
}
.contact-form {
    background: rgba(20, 20, 65, 0.05);
    padding-top: 100px;
}
.form-group {
    position: relative;
}
.form-group .invalid {
    display: none;
    color: #FA6464;
}
.form-group .invalid:before {
    content: '|';
    padding: 0 5px;
    color: #2a2a2a;
}
.form-group input,
.form-group textarea,
.radio-options input ~ label {
    background: #ffffff;
    border: 0 !important;
    font-size: 15px;
    line-height: 25px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
    color: #2a2a2a;
    border-radius: 40px;
    padding: 17px 25px 16px;
    width: 100%;
    outline:none;
}
.form-group textarea {
    height: 260px;
    min-height: 150px;
}
.form-group label {
    color: #2a2a2a;
    font-size: 15px;
    position: absolute;
    top: 18px;
    left: 25px;
    pointer-events: none;
    transition: all .3s ease;
}
.form-group input[type=text]:focus ~ label, 
.form-group input[type=text]:valid ~ label, 
.form-group input[type=number]:focus ~ label, 
.form-group input[type=number]:valid ~ label, 
.form-group input[type=tel]:focus ~ label, 
.form-group input[type=tel]:valid ~ label, 
.form-group input[type=date] ~ label, 
.form-group input[type=time] ~ label, 
.form-group input[type=email]:focus ~ label, 
.form-group input[type=email]:valid ~ label, 
.form-group input[type=email]:not(:placeholder-shown) ~ label, 
.form-group textarea:focus ~ label, 
.form-group textarea:valid ~ label {
    transform: translateY(-12px);
    font-size: 11px;
}
.submitted .form-group input:invalid ~ label .invalid,
.submitted .form-group textarea:invalid ~ label .invalid {
    display: inline-block;
}
.radio-options label:first-child {
    width: 130px;
}
.radio-options input {
    position: absolute;
    left: -100px;
    opacity: 0;
    visibility: hidden;
}
.radio-options input ~ label {
    display: inline-block;
    width: auto;
    margin-left: 5px;
    cursor: pointer;
    border: 5px solid #ffffff !important;
    padding: 12px 20px 11px;
}
.radio-options input:checked + label {
    border: 5px solid #64FAC8 !important;
}
.iti {
    display: block;
}
.iti__selected-flag {
    padding-left: 25px;
    background: transparent;
}
.iti__selected-flag:after {
    content: '';
    border-right: 1px solid #004356;
    opacity: 0.2;
    height: 32px;
    display: inline-block;
    padding-left: 15px;
}
.iti__arrow {
    border: 0;
    margin-left: 10px;
    width: 18px;
    height: 18px;
    background: #C8FF00;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items:center;
}
.iti__arrow:before {
    content: "\f063";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 8px;
    display: block;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag,
.iti--separate-dial-code .iti__selected-flag {
    background: none;
}
.iti > label {
    left: 145px;
}
.iti__selected-dial-code {
    display: inline-block;
    width: 30px;
    margin-left: 10px !important;
}
.iti > input {
    padding-left: 145px !important;
}

/* Pulse */
.header-product {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.header-product.s130 {
    height: 130%;
}
.dot-pulse {
    position: absolute;
    z-index: 1;
    display: none;
}
.dot {
    width: 20px;
    height: 20px;
    position: relative;
}
.dot:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #64FAC8;
    box-shadow: 0px 0px 10px #64FAC8;
    border-radius: 100%;
    transform: scale(1);
    animation: linear dot-blink 4s infinite;
}
.dot:after {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #ffffff;
    display: block;
    left: 6px;
    top: 6px;
    position: absolute;
}
.dot-pulse .txt {
    font-size: 18px;
    position: absolute;
    white-space: nowrap;
}
.dot-pulse.top-right .txt {
    position: absolute;
    left: 10px;
    bottom: 30px;
}
.dot-pulse.top-right .txt:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    border-left: 1px solid #64FAC8;
    transition: height 0.3s 0.6s;
}
.dot-pulse.top-right .txt:after {
    content: '';
    position: absolute;
    width: 0;
    border-top: 1px solid #64FAC8;
    left: 0;
    bottom: 50px;
    transition: width 0.3s 0.3s;
}
.dot-pulse.top-right .txt span {
    position: absolute;
    left: 70px;
    bottom: 38px;
    opacity: 0;
    transition: opacity 0.3s;
}
.dot-pulse.top-right:hover .txt:before {
    transition: height 0.3s;
    height: 50px;
}
.dot-pulse.top-right:hover .txt:after {
    transition: width 0.3s 0.3s;
    width: 56px;
}
.dot-pulse.top-right:hover .txt span {
    transition: opacity 0.3s 0.6s;
    opacity: 1;
}
@keyframes dot-blink {
  0% {box-shadow: 0px 0px 10px #64FAC8; transform: scale(1.2);}
  25% {box-shadow: 0 0 0 #64FAC8; transform: scale(1);}
  75% {box-shadow: 0 0 0 #64FAC8; transform: scale(1);}
  100% {box-shadow: 0px 0px 10px #64FAC8; transform: scale(1.2);}
}

/* CAD software */
.cad-computer {
    padding-top: 50%;
    /*background: no-repeat url(../../img/computer.svg) center center;*/
    background-size: contain;
}

.accordion {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -100px;
}
.accordion + label {
    font-size: 18px;
    line-height: 21px;
    font-weight: bold;
    cursor: pointer;
    padding: 17px 0 12px;
}
.icon-round {
    width: 26px;
    height: 26px;
    background: #C8FF00;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
    margin-left: 10px;
}
.accordion + label .icon-round .fa-minus,
.accordion:checked + label .icon-round .fa-plus {
    display: none;
}
.accordion:checked + label .icon-round .fa-minus {
    display: block;
}
.accordion + label + div {
    border-bottom: 1px solid rgba(0, 67, 86, 0.2);
    padding-bottom: 7px;
    transition: 0.3s padding;
}
.accordion:checked + label + div {
    padding-bottom: 17px;
}
.accordion + label + div div {
    font-size: 15px;
    line-height: 25px;
    max-height: 0;
    overflow: hidden;
    transition: 0.3s max-height;
}
.accordion:checked + label + div div {
    max-height: 600px;
    transition: 0.6s max-height;
}
/* Process */
.icon-nr {
    display: inline-flex;
    width: 65px;
    height: 65px;
    justify-content: center;
    align-items: center;
    box-shadow: inset 0px 0px 8px #64FAC8, 0px 0px 8px #64FAC8;
    border: 1px solid #64FAC8;
    font-size: 40px;
    line-height: 40px;
    border-radius: 100%;
}
.icon-nr:before {
    content: attr(data-nr);
}
.icon-columns-arrows .row > div {
    position: relative;
}
.icon-columns-arrows .row > div:not(:first-child):after {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 24px;
    position: absolute;
    left: -40px;
    top: 110px;
    transform: translateX(-50%);
}
.accordion-faq-container {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    margin-bottom: 20px;
}
.color-white .accordion-faq-container {
    background: rgba(20, 20, 65, 0.05);
}
.accordion-faq {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -100px;
}
.accordion-faq + label {
    padding: 17px 30px 16px 20px;
    cursor: pointer;
}
.accordion-faq + label .fa-arrow-up {
    display: none;
}
.accordion-faq:checked + label .fa-arrow-up {
    display: block;
}
.accordion-faq:checked + label {
    font-weight: 600;
}
.accordion-faq + label + div {
    transition: 0.3s padding;
    padding: 0 55px 0 66px;
}
.accordion-faq:checked + label + div {
    padding-bottom: 24px;
}
.accordion-faq + label + div p,
.accordion-faq + label + div li{
    font-size: 15px;
    line-height: 25px;
}
.accordion-faq + label + div img {
    max-width: 100%;
}
.accordion-faq + label + div > div {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s max-height;
}
.accordion-faq:checked + label + div > div {
    max-height: 800px;
    transition: 0.6s max-height;
}
.faq-icon-check {
    width: 26px;
    height: 26px;
    background: #C8FF00;
    border-radius: 100%;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    color: #2a2a2a;
}


.gsap-container {
    height: 600px;
    width: 300%;
    display: flex;
    flex-wrap: nowrap;
}
.gsap-panel {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    will-change: transform;
    position: relative;
}
.gsap-year {
    font-size: 110px;
    line-height: 110px;
    position: absolute;
    left: -50px;
    top: -60px;
}
.gsap-description {
    position: absolute;
    right: -40px;
    bottom: -42px;
    color: #64FAC8;
    text-transform: uppercase;
    line-height: 28px;
    font-size: 28px;
    text-align: right;
    width: 250px;
    font-weight: 900;
    margin: 0;
}
.gsap-panel:after {
    content: '';
    border-top: 1px solid #64FAC8;
    right: 0;
    bottom: 150px;
    width: 30%;
    position: absolute;
}

/* Scan QR */
.scan-btn {
    line-height: 48px;
    display: block;
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
}
.scan-btn:hover {
    color: #ffffff;
    text-decoration: underline;
}
.color-white .scan-btn {
    color: inherit;
    border-bottom: 1px solid rgba(0, 67, 86, 0.2);
}
.scan-qr .fa-solid {
    font-size: 24px;
    margin-right: 8px;
    margin-left: 1px;
    opacity: 0.442;
}
.scan-qr .fa-solid.fa-envelope,
.scan-qr .fa-solid.fa-phone {
    font-size: 18px;
    margin-right: 11px;
    margin-left: 4px;
}
.social-btn:before {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.442;
    margin-right: 7px;
}

/* MD breakpoint*/
@media (min-width: 768px) {
    /* CUSTOM WIDTHS */
    .h-md-50 { height: 50%!important; }
}

@media (min-width: 768px) {
    body, html {
        font-size: 17px;
        
        background-size: 100%;
    }
    p {
        line-height: 30px;
    }
    .header-img .bg-animation:before {
        padding-top: 700px;
    }
    #header,
    #headerContainer {
        height: 100px;
    }
    #headerContainer.sticky #mobile-menu-icon span {
        opacity: 0;
    }
    #headerContainer.sticky #mobile-menu-icon:before {
        height: 30px;
        top: 10px;
    }
    .logo {
        max-width: 309px;
        transition: 0.3s max-width;
    }
    #headerContainer.sticky .logo {
        max-width: 226px;
    }
    .lt-lines:before {
        left: 40px;
        width: calc(100% - 80px);
    }
    #lt-lines-right:before {
        width: calc(100% - 60px);
    }
    .lt-lines:after {
        left: 115px;
        top: -40px;
        height: 330px;
    }
    #mobile-menu-icon,
    #mobile-menu-icon-close {
        width: 50px;
        height: 50px;
        position: relative;
    }
    #mobile-menu-icon:before {
        content: '';
        position: absolute;
        left: -28px;
        top: -15px;
        border-left: 1px solid #ffffff;
        opacity: 0.3;
        height: 140px;
        transition: 0.3s all;
    }
    #mobile-menu-icon-close {
        margin-top: -5px;
    }
    .color-white #headerContainer:not(.sticky) #mobile-menu-icon:before {
        border-color: #2a2a2a;
    }
    #mobile-menu-icon span {
        text-transform: uppercase;
        font-size: 16px;
        transform: matrix(0, -1, 1, 0, 0, 0);
        top: 82px;
        position: absolute;
        opacity: 1;
        transition: 0.3s opacity;
    }
    #menuOverlay {
        padding-top: 65px;
    }
    #menuOverlay p {
        font-size: 17px;
        line-height: 34px;
    }
    #menuOverlay:before {
        content: '';
        position: absolute;
        left: 50%;
        margin-left: -1px;
        width: 2px;
        background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAYAQMAAADqNb6aAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAA1JREFUCNdjOIAD4gAARD8JAWOjJYsAAAAASUVORK5CYII=');
        opacity: 0.3;
        top: 170px;
        bottom: 76px;
    }
    .menu-title {
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 28px;
    }
    .menu-title-list {
        margin: 0;
        padding: 0;
    }
    .menu-title-list:before,
    .menu-title-list:after {
        display: none;
    }
    .menu-title-list a {
        margin: 0;
        font-size: 28px;
        line-height: 52px;
        color: #64FAC8;
        font-weight: 900;
        text-decoration: none;
        text-transform: uppercase;
        display: block;
    }
    .menu-items a {
        margin-bottom: 18px;
        line-height: 24px;
        font-size: 18px;
    }
    .menu-address {
        padding-bottom: 0;
    }
    .title-header {
        font-size: 20px;
    }
    h1 {
        font-size: 46px;
        line-height: 42px;
    }
    h2 {
        font-size: 33px;
        line-height: 33px;
        margin-bottom: 1.5rem;
    }
    h1 span, h2 span {
        margin-left: 45px;
    }
    .header-banner p {
        font-size: 15px;
    }
    .h-line span:before {
        bottom: 2px;
    }
    .h-200px {
        height: 0;
    }
    .indent {
        padding-left: 25px;
        position: relative;
    }
    .indent:before {
        content: "";
        position: absolute;
        left: 0;
        top: 7px;
        width: 15px;
        border-top: 1px solid #64FAC8;
    }
    .indent {
        padding-left: 50px;
    }
    .indent:before {
        width: 35px;
        top: 11px;
    }
    .btn-outline-primary {
        padding: 0.5rem 1.25rem;
        font-size: 16px;
    }
    .btn-outline-primary.small-text {
        font-size: 18px;
        padding: 0.6rem 1.25rem;
    }
    .btn-primary {
        font-size: 21px;
        padding: 0.5rem 1.25rem;
    }
    .header-banner {
        height: 440px;
    }
    .dotted-line-vertical {
        overflow: visible;
    }
    .dotted-line-vertical:before {
        display: none;
    }
    .icon {
        padding-top: 100%;
        width: auto;
        height: auto;
        margin: 0;
    }
    .icon.icon-only {
        height: auto;
        padding-top: 50%;
    }
    .icon img:first-child {
        max-width: 150px;
    }
    .icon-columns {
        font-size: 14px;
        line-height: 24px;
    }
    .icon-columns p {
        max-width: 80%;
        margin: 0 auto;
    }
    .call-to-action {
        border-radius: 85px 0 0 85px;   
    }
    .call-to-action p {
        font-size: 32px;
        line-height: 32px;
    }
    
    .blob-lines-a:after {
        width: 136px;
        height: 498px;
        margin-top: -138px;
    }
    .blob-lines-a.sided:after {
        width: 70px;
        margin-top: -400px;
    }
    .blob-lines-b:after {
        height: 498px;
        margin-top: 100px;
    }
    .blob-lines-c {
        height: 0;
    }
    .blob-lines-c:after {
        height: 498px;
        margin-top: -240px;
    }
    .blob-lines-d:after {
        content: '';
        display: block;
        width: 200px;
        height: 498px;
        background: no-repeat url(../../img/blob-lines-d.svg) right center;
        background-size: auto 100%;
        position: absolute;
        left: 0;
        margin-top: -350px;
        pointer-events: none;
    }
    .blob-text {
        margin-top: 25px;
    }
    .blob-image {
        width: 467px;
        height: 380px;
    }
    .blob-image-line:before {
        bottom: -5px;
    }
    .dotted-line-horizontal {
        background: no-repeat url(../../img/dotted-line-horizontal-ret.svg) right center;
        height: 106px;
        max-width: 1229px;
        margin-top: 100px !important;
        margin-bottom: 100px !important;
    }
    .color-white .dotted-line-horizontal {
        background: no-repeat url(../../img/dotted-line-horizontal-ret-light.svg) right center;
    }
    .copyright {
        border-top: 0;
        position: absolute;
    }
    .bgg-gradient {
        padding-top: 40px;
    }
    footer .fixed-height {
        height: 210px;
    }
    .footer-part-line {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }
    footer .logo {
        max-width: 232px;
    }
    
    /* Dots */
    .header-product {
        width: 100%;
        transform: translate(-50%, -50%);
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -20%;
    }
    .dot-pulse {
        display: block;
        margin-right: 20%;
    }
    
    /* Subscription */
    .blob-lines-dashed-a {
        background: no-repeat url(../../img/blob-photo-line.svg) left bottom;
        background-size: auto 100%;
        width: 386px;
        height: 595px;
        position: absolute;
        opacity: 0.5;
        right: 0;
        margin-top: 200px;
        pointer-events: none;
    }
    .color-white .blob-lines-dashed-a {
        background-image: url(../../img/blob-photo-line-light.svg);
    }
    
    /* Gallery */
    .gallery-100 div {
        margin: 15px;
        width: calc(50% - 15px - 15px);
    }
    .gallery-item {
        height: 600px;
    }
    .gallery-item ~ .gallery-item {
        margin-left: 30px;
    }
    .gallery-check:checked + .gallery-item {
        width: auto !important;
    }
    
    /* Sticky contact */
    #sticky-contact-overlay {
        right: 0;
        width: 325px;
    }
    
    #sticky-contact-overlay .iti__country-list {
        right: -143px;
    }
    
    /* About us */
    .vision {
        margin-top: 169px;
    }
    
    /* Accordion */
    .accordion + label {
        font-size: 22px;
        line-height: 25px;
    }
}
@media(min-width: 992px){
    .title-header {
        font-size: 26px;
    }
    h1 {
        font-size: 67px;
        line-height: 61px;
    }
    h2 {
        font-size: 40px;
        line-height: 40px;
    }
    h2.smaller {
        font-size: 28px;
        line-height: 28px;
    }
    .h-line span:before {
        bottom: 4px;
    }
    .header-banner {
        height: 540px;
    }
    .header-banner p {
        font-size: 19px;
    }
    .blob-image-outer {
        height: 600px;
    }
    .blob-image-outer.fitted {
        height: auto;
        margin-bottom: 0;
    }
    .blob-image {
        width: 550px;
        height: 448px;
    }
    .blob-image-line:before {
        height: 600px;
    }
    .blob-lines-d:after {
        width: 250px;
        height: 747px;
        margin-top: -583px;
    }
    
    /* Abonnement */
    .sb-margin {
        margin-top: 35px;
    }
    .blob-lines-dashed-a {
        width: 386px;
        height: 595px;
    }
    
    /* Gallery */
    .gallery-100 {
        flex-wrap: nowrap;
    }
    .gallery-100 div {
        margin: 15px;
        width: auto;
    }
}
@media (min-width: 1200px) {
     h1 {
        font-size: 70px;
        line-height: 64px;
    }
    #headerContainer.sticky #header {
        padding: 0;
    }
    
    .menu-title {
        line-height: 38px;
        font-size: 38px;
    }
    .icon-columns {
        font-size: 16px;
        line-height: 28px;
    }
    .icon.big img:first-child {
        width: 270px;
        max-width: 270px;
    }
    .call-to-action p {
        font-size: 40px;
        line-height: 40px;
    }
    .blob-lines-a:after {
        width: 200px;
    }
    .blob-lines-a.sided:after {
        width: 150px;
    }
    .blob-lines-d:after {
        width: 300px;
    }
    .blob-text {
        margin-top: 75px;
    }
    .blob-image {
        width: 650px;
        height: 530px;
    }
    .blob-image-outer {
        height: 706px;
    }
    .blob-image-line:before {
        bottom: 70px;
    }
}

.desktop-nav li a {
    color: #ffffff;
    text-decoration: none;
    position: relative;
}

@media (min-width: 1400px) {
    .menu-title {
        line-height: 40px;
        font-size: 40px;
    }
    .header-img .bg-animation:before {
        width: 1300px;
        padding-top: 800px;
    }
    .desktop-nav li {
        /* font-weight: 400; */
        padding: 0 30px;
        font-size: 16px;
    }
    .color-white #headerContainer:not(.sticky) .desktop-nav li a {
        color: #2a2a2a;
    }
    .desktop-nav li:last-child {
        border-right: 0;
    }
    .desktop-nav li.active a:after {
        content: '';
        border-top: 1px solid #C8FF00;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -3px;
    }
    
    .blob-lines-a:after,
    .blob-lines-a.sided:after {
        width: 175px;
        height: 648px;
        margin-top: 0;
        top: 210px;
        right: 0;
    }
    .blob-lines-b:after {
        width: 300px;
        height: 672px;
        margin-top: -170px;
    }
    .blob-lines-c:after {
        width: 175px;
        height: 568px;
        margin-top: -300px;
    }
    .h-200px {
        height: 60px;
    }
    .dotted-line-vertical:before {
        display: block;
        background-image: url(../../img/dotted-line-desktop.svg);
        width: 535px;
        height: 507px;
        background-size: 100%;
        left: 67%;
        top: -50px;
    }
    .color-white .dotted-line-vertical:before {
        background-image: url(../../img/dotted-line-desktop-light.svg);
    }
    .blob-text {
        margin-top: 100px;
    }
    .blob-image {
        width: 746px;
        height: 606px;
    }
    .blob-image-outer {
        height: 806px;
    }
    .blob-image-line:before {
        bottom: 100px;
    }
    .call-to-action {
        width: calc(100vw - 5%);
    }
    .order-md-0 .footer-part-line,
    .order-md-0 .footer-part-line + div {
        padding-left: 100px;
        position: relative;
    }
    .order-md-0 .footer-part-line:before {
        content: '';
        border-left: 1px solid rgba(255, 255, 255, 0.5);
        position: absolute;
        left: 70px;
        height: 130px;
        bottom: -50px;
    }
    
    /* Subscriptions */
    .blob-lines-dashed-a {
        width: 386px;
        height: 595px;
        margin-top: 50px;
    }
    .blob-lines-subscription:after {
        margin-top: 0;
    }
    
    /* Gallery */
    .gallery-item {
        height: 800px;
    }
}

@media (min-width: 1800px) {
    #menuOverlay .lt-lines:after {
        display: block;
    }    
    .blob-lines-a:after {
        width: 250px;
    }
    .blob-lines-b:after {
        width: 400px;
    }
    .blob-lines-c:after {
        width: 250px;
    }
    .blob-lines-d:after {
        width: 400px;
    }
}

.image-dark {
    padding: 10px;
    background: #ffffff;
    border-radius: 10px;
}

.flags {
    position: absolute;
    right: 0;
    display: flex;
    top: -60px;
}
.flags a {
    margin-left: 10px;
    text-decoration: none;
}
.articles a {
    text-decoration: none;
    border: 1px solid #f3f3f3;
    display: block;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
    background: #ffffff;
    padding: 20px;
}
.articles h3 {
    color: #2a2a2a;
    font-size: 18px;
    font-weight: normal;
}
.articles span span {
    display: inline-block;
    padding: 5px;
    border-radius: 2px;
    background: #fbfbfb;
    margin: 0 5px 0 0;
    font-size: 14px;
    color: #2a2a2a;
}
.article-image {
    display: block;
    padding: 0 20px;
}
.article h3 {
    color: inherit;
}
.integration-bar-container {
    position: relative;
    z-index: 2;
    width: 80%;
}
.integration-bar {
    position: relative;
    border-radius: 15px;
    height: 30px;
    background: #64FAC8;
    overflow: hidden;
}
.integration-bar-container.small .integration-bar {
    height: 20px;
}
.integration-bar .bar {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #C8FF00;
}
.integration-bar.bar-33 .bar {
    width: 33%;
}
.integration-bar.bar-66 .bar {
    width: 66%;
}
.integration-bar.bar-100 .bar {
    width: 100%;
}
.integration-bar-container .line-33,
.integration-bar-container .line-66,
.integration-bar-container .line-100 {
    position: absolute;
    top: 0;
    left: 33%;
    width: 5px;
    background: #ffffff;
    height: 100%;
    font-size: 14px;
}
.integration-bar-container .line-66 {
    left: 66%;
}
.integration-bar-container .line-100 {
    left: 100%;
    background: transparent;
}
.integration-bar-container .line-33 span,
.integration-bar-container .line-66 span,
.integration-bar-container .line-100 span {
    position: absolute;
    bottom: 100%;
    transform: translateX(-50%);
    margin-bottom: 4px;
}
.integration-bar-container.small .line span {
    display: none;
}
.integration-bar-container.small:hover .line span {
    display: block;
}
.gallery-autoscale {
    margin: 0 10px;
}
.gallery-auto-container {
    gap: 20px;
}
.gallery-auto-container img {
    object-fit: cover;
    border-radius: 25px;
}
.gallery-5 img {
    height: auto;
    width: 100%;
    margin-bottom: 20px;
}

.partner-logos {
    gap: 20px;
}
.partner-logos img {
    height: 100px;
    aspect-ratio: 16 / 9;
    object-fit: contain;
}

@media(min-width: 1200px){
    .gallery-5 img {
        width: calc(20% - 20px);
        margin-bottom: 0;
    }
}
.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}
#player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.completed-check {
    visibility: hidden;
}
.completed .completed-check {
    visibility: visible;
};
