/*!******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./app/privacy-policy/page.module.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************/
.page_page__LrKz8 {
    width: 100%;
    background-color: #000000;
    border-top: 1px solid #63ff6650;
    padding: 40px 0 80px;
    min-height: calc(100vh - 160px);
    color: #fff;
    position: relative;
}

.page_page__LrKz8::before {
    content: "";
    display: block;
    pointer-events: none;
    width: 100%;
    top: 0;
    position: absolute;
    height: 160px;
    background: linear-gradient(
        180deg,
        rgba(99, 255, 102, 0.2) 0%,
        rgba(0, 0, 0, 0.2) 100%
    );
}

.page_container__PfPq0 {
    max-width: 1200px;
    margin: 0 auto;
}

.page_header__2NPXt {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 32px;
    flex-wrap: wrap;
}

.page_title__UoADO {
    font-weight: 700;
    line-height: 1.1;
    font-size: 40px;
    font-feature-settings: "smcp", "c2sc";
    font-variant: all-small-caps;
    color: #63ff66;
    text-shadow:
        0 0 24px #63ff66,
        0 0 2px #63ff66,
        0 0 1px #63ff66;
}

.page_content__JFXlv {
    font-feature-settings: normal;
    font-variant-caps: normal;
    text-transform: none;
    line-height: 1.6;
    color: #fff;
}

.page_lead__MHLlL {
    font-size: 18px;
    color: #e0e0e0;
    margin-bottom: 12px;
}

.page_section__7Yr4H {
    margin-top: 32px;
}

.page_section__7Yr4H h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
}

.page_section__7Yr4H p {
    margin-top: 8px;
}

.page_subheading__a7wrv {
    margin-top: 12px;
    font-weight: 600;
}

.page_list__gbU6v {
    margin-top: 10px;
    margin-left: 20px;
    list-style: disc;
}

.page_list__gbU6v li {
    margin-top: 6px;
    list-style: inherit;
}

@media (max-width: 768px) {
    .page_page__LrKz8 {
        padding: 32px 0 64px;
    }

    .page_container__PfPq0 {
        padding: 0 1rem;
    }

    .page_title__UoADO {
        font-size: 28px;
    }

    .page_section__7Yr4H h2 {
        font-size: 20px;
    }
}

