*{
    font-family: 'Montserrat', sans-serif;
    box-sizing: border-box;
}
body{
    margin: 0;
    background: #1D1D1D;
}

header{
    display: flex;
    flex-direction: row;
    align-items: center;
}

header nav{
    flex: 1;
    padding: 1.5rem;
}

header nav ul {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    justify-content: center;
}

header nav ul li {
    margin: 0 20px;
}

header nav ul li a {
    text-decoration: none;
    color: #000;
}

header .logo {
    flex: 1;
    margin: 0 20px;
}

header .logo img {
    width: 70px;
}

header .right{
    flex: 1;
    display: flex;
    flex-direction: row-reverse;
    margin: 0 20px;
}

.backers a{
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

.backers img.logo{
    margin-top: 4rem;
    width: 100%;
}

.banner{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.banner img{
    width: 100%;
    max-height: 420px;
    object-fit: cover;
}

.banner img.jumbo{
    margin-top: 4rem;
    width: 800px
}

.banner img.hidden{
    display: none;
}

.bg-dark{
    background: #131313;
}

.bg-dark a{
    color: #fff;
}

.container{
    padding-left: 8rem;
    padding-right: 8rem;
}

.hero{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-height: 290px;
    height: 290px;
}

.hero .main{
    flex: 2;
    height: 100%;
    background: #131313;
    padding: 2rem;
    position: relative;
}

.hero .main span{
    position: absolute;
    top: -1.5rem;
    left: 2rem;
    background: #fff;
    color: #000;
    font-size: 2.5rem;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    text-transform: uppercase;
}

.hero .main h2{
    margin: 0;
    color: #fff;
    font-size: 8rem;
    text-transform: uppercase;
    text-align: right;
}

.hero .main h3{
    margin: 0;
    font-size: 4rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    text-align: right;
}

.hero .side{
    flex: 1;
    height: 100%;
    background: #ffffff;
    padding: 2rem;
}

.hero .side p{
    font-style: italic;
    font-size: 1.5rem;
    text-transform: uppercase;
    text-align: center;
}

.hero .side h3{
    text-align: center;
    text-transform: uppercase;
    font-size: 2rem;
}

.content-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem;
}

.content-block{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 800px;
    margin-top: 4rem;
}

.content-block h2{
    margin-top: 0;
    font-size: 4rem;
    color: #fff;
}

.content-block h3{
    font-size: 2rem;
    color: #fff;
    margin-top: 0.5rem;
    margin-bottom: 0;
}

.content-block p{
    color: #fff;
}

.content-block .image-container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 1rem;
    flex-wrap: wrap;
}

.content-block .image-container img{
    height: auto;
    width: 100%;
    border-radius: 5px;
}

.content-block .image-container p{
    color: #fff;
    text-align: center;
    margin-top: 0.5rem;
    max-width: 80%;
    opacity: 0.8;
}

.content-block .notice{
    text-transform: uppercase;
    font-size: 1.2rem;
    color: #000;
    background: #fff;
    padding: 1rem 2rem;
    border-radius: 5px;
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.content-block .cover{
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.content-block .cover img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-block .card{
    border-radius: 5px;
    margin-top: 2rem;
    background: #fff;
    overflow: hidden;
    text-decoration: none;
}

.content-block .card h3{
    text-transform: uppercase;
    padding: 0 1rem;
    color: #000;
}

.content-block .card p{
    padding: 0 1rem;
    color: #000;
}

.content-block .card .meta{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 1rem;
    font-size: 0.9rem;
    color: #666;
}

.content-block.pager{
    margin-top: 0;
}

.content-block .content-btn{
    display: inline-block;
    background: #fff;
    color: #000;
    text-decoration: none;
    padding: 0.75rem 1.5rem;
    border-radius: 5px;
    margin-top: 2rem;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.content-block .translations{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.translations .lang-btn{
    text-decoration: none;
}

.translations .lang-btn img{
    height: 1.3rem;
    margin-right: 1rem;
    border-radius: 4px;
}

.pager .page-item{
    background: #fafafa;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-radius: 5px;
    margin-top: 1rem;
    text-decoration: none;
}

.pager .page-item .page-item-left{
    flex: 1;
    margin-right: 2rem;
}

.pager .page-item .page-item-left img{
    height: 100%;
    max-width: 300px;
    border-radius: 5px;
}

.pager .page-item .page-item-right{
    flex: 2;
    text-align: right;
    color: #000;
}

.pager .page-item .page-item-right h3{
    color : #000;
}

.pager .page-item .page-item-right p{
    color: #666;
}

.pager.small{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.pager.small .page-item{
    width: 350px;
    flex-direction: column;
    align-items: center;
    margin-right: 1rem;
}

.pager.small .page-item .page-item-left{
    margin-right: 0;
    width: 100%;
}

.pager.small .page-item .page-item-left img{
    height: 170px;
    object-fit: cover;
    width: 100%;
}

.pager.small .page-item .page-item-right{
    width: 100%;
    text-align: center;
    margin-top: 1rem;
}

.pager.small .page-item .page-item-right h4{
    margin: 0;
}

footer{
    background: #131313;
    color: #fff;
    padding: 2rem;
    text-align: center;
}

footer a{
    color: #fff;
    text-decoration: none;
}

@media screen and (max-width: 1750px) {

    .hero{
        max-height: 270px;
        height: 270px;
    }

    .hero .main h2{
        font-size: 7rem;
    }

    .hero .main h3{
        font-size: 3rem;
    }
}

@media screen and (max-width: 1600px) {

    .hero{
        max-height: 220px;
        height: 220px;
    }

    .hero .main h2{
        font-size: 6rem;
    }

    .hero .main h3{
        font-size: 2rem;
    }

    .hero .side{
        padding: 1.5rem;
    }

    .hero .side p{
        font-size: 1.25rem;
    }

    .hero .side h3{
        font-size: 1.5rem;
    }

}

@media screen and (max-width: 1400px) {
    .container{
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

@media screen and (max-width: 1250px) {
    .hero{
        max-height: 190px;
        height: 190px;
    }

    .hero .main h2{
        font-size: 5rem;
    }

    .hero .main h3{
        font-size: 1.5rem;
    }

    .hero .side{
        padding: 1rem;
    }

    .hero .side p{
        font-size: 1.20rem;
    }

    .hero .side h3{
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 1100px) {
    .hero {
        flex-direction: column;
        max-height: none;
        height: auto;
    }
    .hero .main{
        flex: 1;
        width: 100%;
    }
    .hero .main span{
        font-size: 4vw;
        top: -2vw;
        left: 4vw;
    }
    .hero .main h2{
        font-size: 10.6vw;
    }
    .hero .main h3{
        font-size: 3vw;
    }
    .hero .side{
        flex: 1;
        width: 100%;
    }

    .content-block{
        margin-top: 2rem;
    }

    .content-block h2{
        font-size: 3rem;
    }
}

@media screen and (max-width: 822px) {
    .content-block h2{
        font-size: 2.5rem;
    }

    header{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0.5rem;
    }

    header nav{
        display: none;
    }

    header .right{
        display: none;
    }

    .banner img{
        height: 25vw;
    }

    .banner img.jumbo{
        height: auto;
    }

    .container{
        padding-left: 0;
        padding-right: 0;
    }

    .hero .main h2{
        font-size: 11vw;
        text-align: center;
    }

    .hero .main h3{
        font-size: 4vw;
    }

    .content-block.pager .page-item{
        flex-direction: column;
    }

    .content-block.pager .page-item-left{
        margin-right: 0;
        width: 100%;
    }

    .content-block.pager .page-item-left img{
        max-height: 300px;
        max-width: 100%;
        width: 100%;
        object-fit: cover;
    }

    .content-block.pager .page-item-right{
        width: 100%;
        text-align: left;
        margin-top: 1rem;
    }
}