@font-face {
    font-family: 'Pekora Bold';
    src: url(https://labtv1.blob.core.windows.net/lilly-cbaem/assets/fonts/Pekora-Bold/Pekora+Bold.eot);
    src: url(https://labtv1.blob.core.windows.net/lilly-cbaem/assets/fonts/Pekora-Bold/Pekora+Bold.eot?#iefix) format('embedded-opentype'),
        url(https://labtv1.blob.core.windows.net/lilly-cbaem/assets/fonts/Pekora-Bold/Pekora+Bold.ttf) format('truetype'),
        url(https://labtv1.blob.core.windows.net/lilly-cbaem/assets/fonts/Pekora-Bold/Pekora+Bold.woff) format('woff'),
        url(https://labtv1.blob.core.windows.net/lilly-cbaem/assets/fonts/Pekora-Bold/Pekora+Bold.woff2) format('woff2');
}

@font-face {
    font-family: 'DINPro-Cond';
    src: url(https://labtv1.blob.core.windows.net/lilly-cbaem/assets/fonts/DINPro-Cond/DINPro-Cond.eot);
    src: url(https://labtv1.blob.core.windows.net/lilly-cbaem/assets/fonts/DINPro-Cond/DINPro-Cond.eot?#iefix) format('embedded-opentype'),
        url(https://labtv1.blob.core.windows.net/lilly-cbaem/assets/fonts/DINPro-Cond/DINPro-Cond.ttf) format('truetype'),
        url(https://labtv1.blob.core.windows.net/lilly-cbaem/assets/fonts/DINPro-Cond/DINPro-Cond.woff) format('woff'),
        url(https://labtv1.blob.core.windows.net/lilly-cbaem/assets/fonts/DINPro-Cond/DINPro-Cond.woff2) format('woff2');
}

@font-face {
    font-family: 'Pekora Light';
    src: url(https://labtv1.blob.core.windows.net/lilly-cbaem/assets/fonts/Pekora-Light/Pekora+Light.eot);
    src: url(https://labtv1.blob.core.windows.net/lilly-cbaem/assets/fonts/Pekora-Light/Pekora+Light.eot?#iefix) format('embedded-opentype'),
        url(https://labtv1.blob.core.windows.net/lilly-cbaem/assets/fonts/Pekora-Light/Pekora+Light.ttf) format('truetype'),
        url(https://labtv1.blob.core.windows.net/lilly-cbaem/assets/fonts/Pekora-Light/Pekora+Light.woff) format('woff'),
        url(https://labtv1.blob.core.windows.net/lilly-cbaem/assets/fonts/Pekora-Light/Pekora+Light.woff2) format('woff2');
}

body {
    /* background: url(/assets/images/background.png); */
    background-color: #000;
    /* background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
    color: #fff;
}
.container {
    display: flex;
    flex-direction: column;
    justify-content: center;            
    /* margin: 50px 0; */
}
.banner {
    display: grid;
    align-items: center;
    justify-content: center;
    z-index: 99;
}
.banner img {
    width: 200px; 

}
.survey {
    width: 1366px;
    margin: auto;
    margin-top: -194px;
}
.survey-footer-privacy-link-icon-container{
    display: none !important;
}
  
iframe {
    width: 100%;
    height: 78vh;
    overflow: hidden !important;
    background-color: transparent;
}
.custom-red {
    color: #ef3829;
}
.code{
    font-family: 'DINPro-Cond';
    font-size: 0.9rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 99;
    padding: 3rem 3rem 0;
}
img {
    /* For Opera and <= IE9, we need to add unselectable="on" attribute onto each element */
    /* Check this site for more details: http://help.dottoro.com/lhwdpnva.php */
    -moz-user-select: none; /* These user-select properties are inheritable, used to prevent text selection */
    -webkit-user-select: none;
    -ms-user-select: none; /* From IE10 only */
    user-select: none; /* Not valid CSS yet, as of July 2012 */

    -webkit-user-drag: none; /* Prevents dragging of images/divs etc */
    user-drag: none;
}
.header img{
    max-width: 180px;
}
.footer{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    z-index: 99;
    padding: 0 3rem;
}
.footer img{
    max-width: 180px;
}

@media screen and (max-width: 1024px) {    
    .survey {
        width: 100%;
        margin-top: unset;
    }
    .header{
        padding: 0.5rem 3rem;
    }
    .header img{
        max-width: 100px;
    }
    .footer{
        flex-direction: column;
        padding: 0.5rem 3rem;
    }   
}

