@media print {
    .container {
        width: auto;
    }
}

* {
    outline: none !important;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:         border-box;
}

html {
    zoom:reset;
    min-height: 100%;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6,
.page-title, .section-title, .article-title, .sub-header, .section-header {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 300;
}

body {
    -webkit-font-smoothing: antialiased;
    background: linear-gradient(180deg, #0969c1 10%, #000000 100%);
}

.em-white-drop {
    position: fixed;
    width: 100%;
}

.em-intro .em-intro-text {
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    width: 1000px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 300;
    color: #fff;
}

.em-intro .em-intro-text .em-text {
    font-size: 60px;
    margin-bottom: 5px;
}

.em-intro .em-intro-text .em-text span {
    color: #000;
}

.em-intro .em-intro-text .em-author {
    text-align: right;
    display: block;
}

.em-intro .em-logo-check {
    width: 250px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -125px;
}

.em-intro .em-logo-check img {
    max-width: 56px;
    margin: 0 auto;
}

.em-intro .em-logo-check h2 {
    font-size: 18px;
    text-align: center;
    color: #fff;
    margin: 10px 0 5px;
}

.em-intro .em-logo-check h2>span {
    color: #000;
}

.topContainer {
    margin-bottom: 60px;
}

.loader {
    position: relative;
    width: 44px;
    height: 8px;
    margin: 12px auto;
}

.em-covid {
    padding-top: 8%;
    min-height: 600px;
}

.em-covid .em-image-app {
    margin-left: auto;
}

.em-covid .em-image-app-2 {
    margin-bottom: 15px;
}

.em-covid .em-intro-text-2 {
    margin-top: 80px;
    color: #fff;
}

.em-covid .em-intro-text-3 {
    margin-top: 185px;
}

.em-covid .em-intro-text-2 h1{
    margin: 0 0 5px;
    line-height: 60px;
    font-size: 40px;
}

.em-covid .em-intro-text-2 p {
    color: #fff;
    font-size: 16px;
    margin-left: 0;
    max-width: 300px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.em-covid .em-qrcode {
    max-width: 170px;
    margin-top: 20px;
    padding: 10px;
    background: #fff;
    border-radius: 8px;
    margin-left: 54px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
}

.download-app-btns .em-icons-map {
    background-image: url('/incl/images/icons_map_dwnl_home.png');
    background-size: 154px 216px;
    background-repeat: no-repeat;
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 5px;
}

.em-covid .download-app-btns {
    margin: 25px auto 5px 0;
}

.em-covid .download-app-btns li {
    float: left;
    margin-right: 20px;
}

.em-covid .download-app-btns li a {
    padding: 0;
}

.em-covid .download-app-btns li a svg {
    width: 130px;
    height: 39px;
    border-radius: 5px;
}

.download-app-btns .em-app-btn>a:hover {
    background: transparent !important;
}

.download-app-btns .em-app-btn>a:hover svg {
    background: #000 !important;
}

.em-disabled {
    opacity: 0.7;
}

.em-app-covid-logo {
    max-width: 300px;
    margin-bottom: 10px;
}

.footer-logo {
    margin: 1rem 0;
}

.footer-logo.text-center {
    text-align: center;
}

.em_white {
    color: #eee;
}

.em-link-white-line {
    color: inherit;
}

.em-link-white-line:hover {
    color: #cfd2d9;
    text-decoration: underline;
}

@media (max-width: 1199px) {
    .em-covid .download-app-btns li {
        margin-right: 15px;
    }
    .em-covid .em-intro-text-3 {
        margin-top: 80px;
    }
}

@media (max-width: 1049px) {
    .em-intro .em-intro-text {
        width: 800px;
    }

    .em-intro .em-intro-text .em-text {
        font-size: 50px;
    }
}

@media (max-width: 991px) {
    .em-covid .em-image-app {
        max-width: 350px;
        margin-right: auto;
    }
    .em-covid .em-intro-text-2 {
        margin-top: 16px;
        text-align: center;
    }
    .em-covid .em-logo-check {
        position: relative;
        margin-top: 70px;
    }
    .em-app-covid-logo {
        margin: 0 auto 10px;
    }
    .em-covid .em-intro-text-2 p {
        margin: 0 auto;
    }
    .em-covid .em-qrcode {
        margin-left: auto;
        margin-right: auto;
    }
    .em-covid .download-app-btns {
        margin: 15px auto 5px auto;
        width: 248px;
    }
    .em-covid .download-app-btns li {
        margin-right: 0;
        margin-bottom: 6px;
    }
    .nav-app-download-page {
        width: 130px;
        margin: 0 auto 20px;
    }
}

@media (max-width: 849px) {
    .em-intro .em-intro-text {
        width: 600px;
    }

    .em-intro .em-intro-text .em-text {
        font-size: 40px;
    }
}

@media (max-width: 649px) {

    .em-intro .em-intro-text {
        width: 400px;
    }

    .em-intro .em-intro-text .em-text {
        font-size: 30px;
    }
}

@media (max-width: 469px) {

    .em-intro .em-intro-text {
        width: 300px;
    }

    .em-intro .em-intro-text .em-text {
        font-size: 20px;
    }
}

@media (max-width: 400px) {
    .em-covid .em-image-app {
        max-width: 280px;
    }

}
