#not-found-page {
    padding-top: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background-color: var(--pink-background);
    box-sizing: border-box;

    @media(max-width: 800px) {
        padding-top: 50px;
    }
}

.not-found-page-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 76px 120px 120px 120px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    height: 100vh;
    max-height: 700px !important;
    position: relative;
    overflow: hidden;

    @media(max-width: 1200px) {
        max-height: 600px !important;
    }

    @media(max-width: 1000px) {
        max-height: 590px !important;
        padding: 76px 60px 120px;
    }

    @media(max-width: 600px) {
        padding: 30px 20px 120px;
    }
}

.not-found-page-wrapper h1 {
    font-size: 200px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 4px;

    @media(max-width: 1000px) {
        font-size: 140px;
    }

    @media(max-width: 800px) {
        font-size: 140px;
    }
}

.not-found-page-wrapper h2 {
    font-size: 22px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.44px;
}



.not-found-svg1 {
    position: absolute;
    top: 107px;
    left: calc((100vw - 1440px) / 2 + 133px);

    @media(max-width: 1200px) {
        left: 50px;
    }

    @media(max-width: 1000px) {
        top: 57px;
    }

    @media(max-width: 600px) {
        transform: scale(0.5);
        transform-origin: left top;
        ;
        top: 26px;
        left: 22px;
    }
}

.not-found-svg2 {
    position: absolute;
    top: 303px;
    left: calc((100vw - 1440px) / 2 + 216px);

    @media(max-width: 1200px) {
        left: 90px;
    }

    @media(max-width: 600px) {
        transform: scale(0.5);
        transform-origin: left top;
        top: 160px;
        left: 20px;
    }
}

.not-found-svg3 {
    position: absolute;
    top: 458px;
    left: calc((100vw - 1440px) / 2 + 332px);
    transform-origin: left bottom;
    ;


    @media(max-width: 1200px) {
        left: 150px;
    }

    @media(max-width: 1000px) {
        top: unset;
        bottom: 20px;
    }

    @media(max-width: 600px) {
        transform: scale(0.7);
        top: 470px;
        left: 56px;
    }
}

.not-found-svg4 {
    position: absolute;
    top: 66px;
    left: calc((100vw - 1440px) / 2 + 439px);

    @media(max-width: 1000px) {
        display: none;
    }

    @media(max-width: 600px) {
        transform: scale(0.5);
    }
}

.not-found-svg5 {
    position: absolute;
    top: 512px;
    left: calc((100vw - 1440px) / 2 + 651px);

    @media(max-width: 600px) {
        top: 370px;
        left: 120px;
    }
}

.not-found-svg6 {
    position: absolute;
    top: 69px;
    right: calc((100vw - 1440px) / 2 + 339px);

    @media(max-width: 1050px) {
        right: 100px;
    }

    @media(max-width: 600px) {
        transform: scale(0.7);
        top: 20px;
        right: 26px;
    }
}

.not-found-svg7 {
    position: absolute;
    top: 184px;
    right: calc((100vw - 1440px) / 2 + 215px);

    @media(max-width: 1050px) {
        right: 20px;
    }

    @media(max-width: 600px) {
        transform: scale(0.7);
        transform-origin: center right;
        top: 394px;
        right: 44px;
    }
}

.not-found-svg8 {
    position: absolute;
    top: 377px;
    right: calc((100vw - 1440px) / 2 + 400px);

    @media(max-width: 1050px) {
        right: 200px;
    }

    @media(max-width: 1000px) {
        display: none;
    }
}

.not-found-svg9 {
    position: absolute;
    top: 490px;
    right: calc((100vw - 1440px) / 2 + 284px);

    @media(max-width: 1050px) {
        right: 100px;
    }

    @media(max-width: 1000px) {
        top: unset;
        bottom: 20px;
    }

    @media(max-width: 600px) {
        transform: scale(0.5);
    }
}