@font-face {
    font-family: 'Prompt-Medium';
    src: url('./fonts/Prompt-Medium.eot');
    src: url('./fonts/Prompt-Medium.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Prompt-Medium.woff2') format('woff2'),
        url('./fonts/Prompt-Medium.woff') format('woff'),
        url('./fonts/Prompt-Medium.ttf') format('truetype'),
        url('./fonts/Prompt-Medium.svg#Prompt-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Prompt-Bold';
    src: url('./fonts/Prompt-Bold.eot');
    src: url('./fonts/Prompt-Bold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Prompt-Bold.woff2') format('woff2'),
        url('./fonts/Prompt-Bold.woff') format('woff'),
        url('./fonts/Prompt-Bold.ttf') format('truetype'),
        url('./fonts/Prompt-Bold.svg#Prompt-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Prompt-Regular';
    src: url('./fonts/Prompt-Regular.eot');
    src: url('./fonts/Prompt-Regular.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Prompt-Regular.woff2') format('woff2'),
        url('./fonts/Prompt-Regular.woff') format('woff'),
        url('./fonts/Prompt-Regular.ttf') format('truetype'),
        url('./fonts/Prompt-Regular.svg#Prompt-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.invisible{
    display: none;
}

.visible{
    display: block;
}

.main-container{
    width: 1920px;
    height: 1080px;
    position: relative;
    overflow: hidden;

    background: url('../assets/bg.png');
    background-size: cover;
    background-position: center;
}

.content{
    display: flex;
    position: relative
}

.left-content{
    width: 960px;
    height: 1080px;
    position: relative;

    padding: 55px 0 0 119px;
}

.right-content{
    width: 960px;
    height: 1080px;
    position: relative;

    padding-top: 98px;
}

.name-screen{
    color: #FFFFFF;

    position: relative;
}

span.slogan-up{
    font-family: 'Prompt-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 73px;
    line-height: 110px;
}

h1.slogan-down{
    font-family: 'Prompt-Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 120px;
    line-height: 181px;

    margin-top: -38px;
}

.line-red{
    width: 178px;
    height: 7px;
    position: absolute;
    left: 340px;
    top: 223px;

    background-color: #E40046;
}

.main-content{
    color: #FFFFFF;
    width: 770px;
}

h2.main-title{
    font-family: 'Prompt-Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 65px;
    line-height: 72px;
}

p.main-description{
    font-family: 'Prompt-Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 49px;

    margin-top: 22px;
}

.img-container {
    float: right;
    border-top-left-radius: 75px;
    overflow: hidden;

    width: 955px;
    height: 800px;
}

img.main-image{
    width: 955px;
    height: 800px;
}

.logo-container {
    position: absolute;
    bottom: 15px;
    right: 50px;
}

.failsafe{
    width: 1920px;
    height: 1080px;
    background: url('../assets/failsafe.jpg');
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}