@font-face {
    font-family: 'Suisse BP Int\'l';
    src: url('SuisseBPIntl-Bold.eot');
    src: url('SuisseBPIntl-Bold.eot?#iefix') format('embedded-opentype'),
        url('SuisseBPIntl-Bold.woff2') format('woff2'),
        url('SuisseBPIntl-Bold.woff') format('woff'),
        url('SuisseBPIntl-Bold.ttf') format('truetype'),
        url('SuisseBPIntl-Bold.svg#SuisseBPIntl-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Suisse BP Int\'l';
    src: url('SuisseBPIntl-Black.eot');
    src: url('SuisseBPIntl-Black.eot?#iefix') format('embedded-opentype'),
        url('SuisseBPIntl-Black.woff2') format('woff2'),
        url('SuisseBPIntl-Black.woff') format('woff'),
        url('SuisseBPIntl-Black.ttf') format('truetype'),
        url('SuisseBPIntl-Black.svg#SuisseBPIntl-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Suisse BP Int\'l';
    src: url('SuisseBPIntl-Regular.eot');
    src: url('SuisseBPIntl-Regular.eot?#iefix') format('embedded-opentype'),
        url('SuisseBPIntl-Regular.woff2') format('woff2'),
        url('SuisseBPIntl-Regular.woff') format('woff'),
        url('SuisseBPIntl-Regular.ttf') format('truetype'),
        url('SuisseBPIntl-Regular.svg#SuisseBPIntl-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Suisse BP Int\'l';
    src: url('SuisseBPIntl-Thin.eot');
    src: url('SuisseBPIntl-Thin.eot?#iefix') format('embedded-opentype'),
        url('SuisseBPIntl-Thin.woff2') format('woff2'),
        url('SuisseBPIntl-Thin.woff') format('woff'),
        url('SuisseBPIntl-Thin.ttf') format('truetype'),
        url('SuisseBPIntl-Thin.svg#SuisseBPIntl-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Suisse BP Int\'l';
    src: url('SuisseBPIntl-Light.eot');
    src: url('SuisseBPIntl-Light.eot?#iefix') format('embedded-opentype'),
        url('SuisseBPIntl-Light.woff2') format('woff2'),
        url('SuisseBPIntl-Light.woff') format('woff'),
        url('SuisseBPIntl-Light.ttf') format('truetype'),
        url('SuisseBPIntl-Light.svg#SuisseBPIntl-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Suisse BP Int\'l';
    src: url('SuisseBPIntl-Medium.eot');
    src: url('SuisseBPIntl-Medium.eot?#iefix') format('embedded-opentype'),
        url('SuisseBPIntl-Medium.woff2') format('woff2'),
        url('SuisseBPIntl-Medium.woff') format('woff'),
        url('SuisseBPIntl-Medium.ttf') format('truetype'),
        url('SuisseBPIntl-Medium.svg#SuisseBPIntl-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background-color: white;
    font-family: "Suisse BP Int\'l'", sans-serif;
}

.main {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 100vh;
}

.container {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 100vh;
    background-color: #f6f6f6;
    z-index: 1;
}

.content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: auto;
}

.elements-container {
    position: relative;
    margin-top: 120px;
    width: auto;
    height: auto;
    margin-bottom: 13vh;
}

.logo-box {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    padding: 30px;
    box-shadow: -3px 11px 24px rgba(0,0,0,0.13);
    border-radius: 40px;
    z-index: 10;
}

.logo {
    height: 12vh;
    width: auto;
}

.title {
    text-align: center;
    color: #a1a1a1;
    font-weight: bold;
    font-size: 26px;
    line-height: 42px;
    margin-bottom: 30px;
}

.title a {
    text-align: center;
    color: #a1a1a1;
    font-weight: bold;
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 30px;
    text-decoration: none;
    font-style: italic;
}

.title span {
    text-align: center;
    color: #a1a1a1;
    font-weight: bold;
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 30px;
    text-decoration: none;
    font-style: italic;
}

.title a:hover {
    text-decoration: underline;
}

.link {
    font-style: normal !important;
}

.red-square {
    position: absolute;
    background-color: #e83643;
    z-index: -1;
}

.red-square:nth-child(1) {
    width: 80px;
    height: 80px;
    top: -40px;
    left: -45px;
}

.red-square:nth-child(2) {
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -220px;
}

.red-square:nth-child(3) {
    width: 25px;
    height: 25px;
    top: -60px;
    right: -145px;
}

.red-square:nth-child(4) {
    width: 40px;
    height: 40px;
    bottom: -30px;
    right: -60px;
}

.yellow-square {
    position: absolute;
    background-color: #f9dc00;
    width: 25px;
    height: 25px;
    z-index: -1;
}

.yellow-square-one {
    top: 0;
    bottom: 0;
    right: -200px;
    margin: auto;
    position: absolute;
    background-color: #f9dc00;
    width: 25px;
    height: 25px;
    z-index: -1;
}

.yellow-square-two {
    bottom: -30px;
    left: -100px;
    position: absolute;
    background-color: #f9dc00;
    width: 25px;
    height: 25px;
    z-index: -1;
}

.second-logo-wrapper {
    width: 100%;
    height: 130px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.second-logo {
    height: 80px;
    width: auto;
}

@media (max-width: 850px) {
    .elements-container {
        margin-bottom: 60px;
    }

    .logo-box {
        border-radius: 30px;
    }

    .logo {
        height: 100px;
        width: auto;
    }

    .red-square:nth-child(1) {
        width: 60px;
        height: 60px;
        top: -30px;
        left: -30px;
    }

    .red-square:nth-child(2) {
        width: 20px;
        height: 20px;
        left: -150px;
    }

    .red-square:nth-child(3) {
        width: 20px;
        height: 20px;
        top: -45px;
        right: -90px;
    }

    .red-square:nth-child(4) {
        width: 30px;
        height: 30px;
        right: -25px;
    }

    .yellow-square-one,
    .yellow-square-two {
        width: 20px;
        height: 20px;
    }

    .yellow-square-one {
        right: -130px;
    }

    .yellow-square-two {
        left: -30px;
        bottom: -33px;
    }

    .title {
        line-height: 37px;
    }

    .second-logo {
        height: 70px;
        width: autos;
    }
}

@media(max-width: 540px) {
    .container {
        background-position: 40% 100%;
        background-size: auto 950px;
    }

    .elements-container {
        margin-bottom: 90px;
    }

    .logo {
        height: 90px;
    }

    .red-square:nth-child(1) {
        width: 50px;
        height: 50px;
        top: -25px;
        left: -25px;
    }

    .red-square:nth-child(2) {
        left: -100px;
    }

    .red-square:nth-child(3) {
        top: -35px;
        right: -70px;
    }

    .red-square:nth-child(4) {
        width: 25px;
        height: 25px;
        right: -20px;
    }

    .yellow-square-one {
        right: -100px;
    }

    .yellow-square-two {
        left: -25px;
        bottom: -30px;
    }

    .red-square:nth-child(2),
    .red-square:nth-child(3),
    .yellow-square-one,
    .yellow-square-two {
        width: 15px;
        height: 15px;
    }

    .title,
    .title a,
    .title span {
        font-size: 22px;
        width: 100%;
        line-height: 28px;
    }
}

@media (max-width: 400px) {
    .red-square:nth-child(1) {
        width: 40px;
        height: 40px;
        top: -20px;
        left: -20px;
    }

    .red-square:nth-child(2) {
        left: -65px;
    }

    .red-square:nth-child(3) {
        top: -31px;
        right: -34px;
    }

    .yellow-square-one {
        right: -65px;
    }
}

@media (max-height: 600px) {
    .logo-box {
        border-radius: 26px;
    }

    .red-square:nth-child(1) {
        width: 60px;
        height: 60px;
        top: -30px;
        left: -30px;
    }

    .red-square:nth-child(2) {
        left: -150px;
    }

    .red-square:nth-child(3) {
        top: -40px;
        right: -100px;
    }

    .red-square:nth-child(4) {
        width: 30px;
        height: 30px;
        bottom: -30px;
        right: -27px;
    }

    .red-square:nth-child(2),
    .red-square:nth-child(3),
    .yellow-square-one,
    .yellow-square-two {
        height: 20px;
        width: 20px;
    }

    .yellow-square-one {
        right: -150px;
    }

    .yellow-square-two {
        left: -50px;
    }

    .title {
        font-size: 24px;
        line-height: 28px;
    }

    .second-logo {
        height: 65px;
    }
}