@font-face{
    font-family:"Raleway-ExtraBold";
    src: url("./fonts/Raleway-ExtraBold.ttf") format("truetype");
    font-weight: normal;
	font-style: normal;
}

@font-face{
    font-family:"Raleway-SemiBold";
    src: url("./fonts/Raleway-SemiBoldItalic.ttf") format("truetype");
    font-weight: normal;
	font-style: normal;
}

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

h1{
    font-family:"Raleway-ExtraBold";
    font-weight: normal;
	font-style: normal;
}

h2{
    font-family: "Raleway-SemiBold";
    font-weight: normal;
	font-style: normal;
}

.main-container{
    width: 1536px;
    height: 650px;
    background: url('../assets/bg.png');
    background-size: cover;
    background-position: center;
    position: relative;
}

.content{
    position: relative;
    text-align: center;
    padding-top: 180px;
}

.mederi-title{
    color: #FFFFFF;
    font-size: 70px;
    line-height: 82px;
}

.mederi-subtitle{
    color: #FFFFFF;
    font-size: 50px;
    line-height: 59px;
    max-width: 1000px;
    margin: 10px auto 0;
}

.logo-mederi{
    position: absolute;
    bottom: 82px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.invisible{
    display: none;
}

.visible{
    display: block;
}

.failsafe{
    width: 1536px;
    height: 648px;
    background: url('../assets/failsafe.jpg');
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}