.vcard-header {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0;
}

.vcard-header:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgb(19,131,213,0.9) 0%, rgb(0,70,121,0.9) 100%);
    z-index: -1;
}

.vcard-container .container {
    width: 1366px;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}


.vcard-header .bg-image {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
    z-index: -1;
}

.vcard-header__image {
    width: 100%;
    height: 300px;
    position: relative;
    /* width: 100%; */
}

.vcard-header__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.vcard-contact__label {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.vcard-contact__label-name span {
    display: none;
}

.vcard-header__details {
    width: 100%;
    padding-top: 50px;
    background: transparent;
    position: relative;
}

.vcard-header__corporate-title {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.vcard-header__corporate-title ~ .vcard-header__position h2 {
    font-size: 18px;
}

.vcard-header__position,
.vcard-header__name {
    text-align: center;
    z-index: 30;
    position: relative;
}

.vcard-qr__code {
    display: none;
    margin-left: 50px;
    max-width: 172px;
    height: 168px;
    width: 100%
}

.vcard-qr__code img {
    height: 100%;
    width: 100%;
    border-radius: 7px;
}

.vcard-header__name h1 {
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    margin: 0;
    padding-bottom: 10px;
}

.vcard-header__position h2 {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    margin: 0;
    padding-bottom: 20px;
    text-transform: uppercase;
}


.vcard-download__btn {
    background-color: #f8991d;
    border: 1px solid #f8991d;
    color: white;
    padding: 0.85rem 3.8rem;
    border-radius: 0;
    display: block;
    text-align: center;
    z-index: 30;
    position: relative;
}

.vcard-download__btn:hover {
    background-color: #ed841d;
    border: 1px solid #ed841d;
    color: white;
}

.vcard-contact__information {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    width: 100%;
    position: relative;
    box-shadow: 0px 0px 10px rgba(0, 70, 121, 0.1);
    padding: 18px 10px;
}

.vcard-contact__information .container > a:last-child:after {
    display: none;
}

.vcard-contact__information .container {
    justify-content: center;
    flex-direction: row;
}

.vcard-phonenumber {
    position: relative;
}

/* .vcard-phonenumber:after {
    content: "";
    height: 84px;
    width: 1px;
    background: rgb(0,70,121,0.5);
    position:absolute;
    top: -12px;
    right: 0;
} */

.vcard-contact__item::after {
    content: "";
    height: 100%;
    width: 1px;
    background: rgb(0,70,121,0.5);
    position:absolute;
    top: 0;
    right: 0;
}

.vcard-email {
    position: relative;
}

/* .vcard-email:after {
    content: "";
    height: 84px;
    width: 1px;
    background: rgb(0,70,121,0.5);
    position:absolute;
    top: -12px;
    right: 0;
} */

.vcard-contact__information .container > a {
    flex: 1 1 0px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    flex-direction: column;
}

.vcard-contact__item-content {
    display: none;
}

.vcard-section {
    display: flex;
    width: 100%;
    position: relative;
    padding: 30px 0 30px;
}

.vcard-section:before {
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #f1f5f8;
    z-index: -1;
}

.vcard-section:after {
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #004170;
    z-index: -1;
}

.vcard-quick__facts {
    background-color: #f1f5f8;
    width:100%;
    padding: 0 25px 40px;
}

.vcard-quick__facts .vcard-quick__facts--wp {
    width: 100%;
    margin: 0 auto;
}

.vcard-quick__facts ul li {
    font-size: 18px;
}

.vcard-quick__facts ul li:before {
    content: "";
    width: 16px;
    height: 12px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15.426" height="11.978" viewBox="0 0 15.426 11.978"><path id="check" d="M5.907,12.154a.787.787,0,0,1-1.114,0L.346,7.706a1.181,1.181,0,0,1,0-1.671L.9,5.478a1.181,1.181,0,0,1,1.671,0L5.35,8.255l7.5-7.5a1.181,1.181,0,0,1,1.671,0l.557.557a1.181,1.181,0,0,1,0,1.671Zm0,0" transform="translate(0 -0.406)" fill="%238eb428"/></svg>');
    background-repeat: no-repeat;
    position: absolute;
    left: -26px;
    top: 7px;
}

.vcard-quick__facts h3 {
    font-size: 32px;
}

.vcard-connect {
    background-color: #004170;
    color: white;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 0 25px;
}

.vcard-connect h3 {
    color: white;
    font-size: 32px;
}

.vcard-connect__btn {
    background-color: #8eb428;
    color: white;
    border: none;
    padding: 0.8rem 2rem;
    border-radius: 0.5rem;
    cursor: pointer;
    font-size: 16px;
}

.vcard-footer-logo a {
    display: block;
    margin: 20px auto;
    width: max-content;
}

.vcard-section .wp-video {
    width: 100% !important;
}

.vcard-section .wp-video .mejs-container {
    width: 100% !important;
}

.for-mobile {
    display: block;
    border-bottom: solid 2px #f8991d;
}

.vcard-header__image svg {
    display: none;
}

img.vcard-header__details--bg {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: -33px;
    z-index: 20;
}

@media (min-width: 768px) {

    .vcard-header__image {
        height: 500px;
    }
}

@media (min-width: 1200px) {
    .vcard-header .bg-image {
        display: block;
    }

    .vcard-header__image {
        width: 398px;
        height: 323px;
    }

    .for-mobile {
        display: none;
    }

    .vcard-header__image svg {
        display: block;
    }

    .vcard-connect__btn:hover {
        background-color: #b8e833;
        color: white;
    }

    .vcard-container .container {
        flex-direction: row;
        margin-right: auto;
        margin-left: auto;
        padding-left: 25px;
        padding-right: 25px;
    }

    /* .vcard-phonenumber:after {
        height: 65px;
        top: -20px;
    }

    .vcard-email:after {
        height: 65px;
        top: -20px;
    } */

    .vcard-qr__code {
        display: block;
    }

    .vcard-header .container {
        padding-top: 50px;
        padding-bottom: 100px;
    }

    .vcard-header__details {
        padding-left: 50px;
        width: auto;
        padding-top: 0;
        background: unset;
    }

    .vcard-download__btn {
        border-radius: 0.5rem;
    }

    .vcard-header__position,
    .vcard-header__name {
        text-align: left;
    }

    .vcard-contact__label {
        flex-direction: row;
        gap: 5px;
        margin-bottom: 5px;
    }

    .vcard-contact__information {
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 1366px;
        box-shadow: 0px 0px 10px rgba(0, 70, 121, 0.1);
        border-radius: 7px;
        padding: 20px 10px;
        margin: -41px auto 0;
        position: relative;
        z-index: 1;
    }

    .vcard-section {
        width: 100%;
        margin-top: -46px;
        padding: 60px 0;
    }

    .vcard-contact__information .container > a {
        /* flex-direction: row; */
        padding: 0 10px;
    }

    .vcard-contact__information .container > a svg {
        margin-right: 10px;
        margin-bottom: 0;
    }

    .vcard-contact__item-content {
        display: block;
    }

    .vcard-contact__information .container > a div span {
        display: inline;
    }

    .vcard-section:before {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: -1;
    }

    .vcard-section:after {
        content: "";
        width: 50%;
        height: 100%;
        right: 0;
        top: 0;
    }

    .vcard-connect {
        width: 50%;
    }

    .vcard-quick__facts .vcard-quick__facts--wp {
        width: 414px;
    }

    .vcard-quick__facts {
        width:50%;
    }

    img.vcard-header__details--bg {
        display: none;
    }
}

@media (min-width: 1600px) {
    .vcard-contact__information {
        margin: -52px auto 0;
    }
}