/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/app/[locale]/page.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************/
.page_container__UGtvO {
    display: flex;
    flex-direction: row;
    height: 100%;
    min-height: 100vh;
}

.page_container__UGtvO>div::before {
    content: ' ';
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 212, 255, 0) 100%)
}

.page_mobileHeader__eCMSj {
    display: none;
}

.page_desktopBg__m_C9H {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: flex-start;
    width: 50%;
    height: 100%;
    min-height: 100vh;
    padding: 10vw;
    background-color: white;
}

.page_cut__6dvsG {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: flex-end;
    width: 50%;
    height: 100%;
    min-height: 100vh;
    padding: 10vw;
    background-color: white;
}

.page_cut__6dvsG::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 100px 100vh 0;
    border-color: transparent #fff transparent transparent;
    right: 50%;
    top: 0;
    position: absolute;
}


.page_buttons__ZiAHI {
    margin-top: 2em;
}

@media screen and (orientation: portrait) {
    .page_container__UGtvO {
        flex-direction: column;
        background-color: white;
    }

    .page_container__UGtvO>div::before {
        width: 100%;
        height: 33vh;
    }

    .page_desktopBg__m_C9H {
        display: none;
    }

    .page_mobileHeader__eCMSj {
        display: block;
        width: 100%;
        height: 33vh;
    }

    .page_headerImage__lxGZY {
        position: unset !important;
    }

    .page_cut__6dvsG {
        width: 100%;
        padding: 2em;
        height: unset;
        min-height: unset;
    }

    .page_cut__6dvsG::before {
        display: none;
    }
}
