@charset "UTF-8";

.award .hero{
    height:80vh;
    background-image: url(../images/header-awd.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
html.ios .award .hero{
    background-attachment:scroll;
}
.hero > .container{
    height:100%;
    z-index: 1;
}
.hero h1{
    font-size:48px;
    line-height: 1.4;
    margin: 0;
}
.hero h2{
    font-size:18px;
    font-weight:normal;
    line-height: 1.4; 
}
.award .hero h1,
.award .hero h2{
    color: #fff;
}
@media screen and (max-width:640px){
    .hero h1{
        font-size:48px;
    }
}

.if .header-ct{
    background-image: url(../images/header-if.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
_:lang(x)::-ms-backdrop, .if .header-ct{
    background-image: url(../images/header-if_ie.jpg);
}
.rda .header-ct{
    background-image: url(../images/header-rda.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
_:lang(x)::-ms-backdrop, .rda .header-ct{
    background-image: url(../images/header-rda_ie.jpg);
}
.germanda .header-ct{
    background-image: url(../images/header-germanda.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
_:lang(x)::-ms-backdrop, .germanda .header-ct{
    background-image: url(../images/header-germanda_ie.jpg);
}
.goodda .header-ct{
    background-image: url(../images/header-goodda.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
_:lang(x)::-ms-backdrop, .goodda .header-ct{
    background-image: url(../images/header-goodda_ie.jpg);
}

.header-ct{
    margin-bottom: 4rem;
}
.header-ct.fx > p{
    flex-basis: 50%;
}
.header-ct.fx > div{
flex-basis: 50%;
}
.header-ct > div h2,
.header-ct > div h3{
}
.header-ct.fx > div h2{
font-size:32px;
line-height: 1.2;
margin-bottom: 1rem;
}
.header-ct.fx > div h3{
font-size:18px;
font-weight:200;
}



.mark p{
    line-height: 2;
}

@media screen and (max-width:640px){
    .mark i{
        display: block;
        width: 10rem;
        margin: 0 auto;
    }
    .mark p{}
}
@media screen and (min-width:641px){
    .mark.fx i{
        padding: 2rem;
flex-basis: 20%;
    }
    .mark.fx p{
        flex-basis: 80%;
    }
}

header.header-middle{
    margin-bottom: 4rem;
}




/**/
.original .hero{
    height:80vh;
    background-image: url(../images/header-original.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
@media screen and (max-width:640px){
    .original .hero{
        background-position: 20% center;
    }
}
html.ios .original .hero{
    background-attachment:scroll;
}
.original .hero h1,
.original .hero h2{
    color: #333;
}
.original .hero h1{
    text-shadow: 0 0 20px #fff,0 0 25px #fff,0 0 0.4px #fff;
}
.original .hero h2{
    text-shadow: 0 0 20px #fff,0 0 25px #fff,0 0 0.4px #fff;
}