* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'Montserrat';
    src: url(./fonts/Montserrat-Bold.ttf);
    font-weight: 800;
    font-style: Bold;
}

@font-face {
    font-family: 'Montserrat';
    src: url(./fonts/Montserrat-Medium.ttf);
    font-weight: 500;
    font-style: medium;
}

html, body{
    margin: auto;
    padding: 0;
    max-width: 1820px;
    width: 1820px;
    height: 160px;
}
.main-container {
	background: url(../assets/bg.png);
	width: 1820px;
	height: 160px;
    position: absolute;
}
.layout{
    position: relative;
}
.header-title{
    color: #FFD83D;
    font-weight: bold;
    font-size: 37px;
    position: absolute;
    top: 8px;
    left: 727px;
    font-family: 'Montserrat';
    right: 40px;
    white-space: nowrap;
    max-width: 1060px;
    overflow: hidden;
}

.header-description{
    color: #FFFFFF;
    font-weight: 500;
    position: absolute;
    top: 55px;
    left: 727px;
    font-family: 'Montserrat';
    right: 40px;
    font-size: 25px;
    max-height: 94px;
    overflow: hidden;
    width: 1053px;
}

.failsafe {
    width: 1820px;
    height: 160px;
    background: url(../assets/failsafe.jpg);
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    z-index: 9;
}

.invisible {
    display: none;
}

.visible {
    display: block;
}

