/*!*******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[3]!./src/app/body/herosection/herosection.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************/
.herosection_hero__pHgG8 {
    position: relative;
    width: 100%;
    height: 500px;
    background-color: #88c506;
}

.herosection_content__vNoXI {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
}

.herosection_slogan__SLUYS {
    font-size: 2rem;
    font-weight: bold;
}

.herosection_subtitle__YGtCr {
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.herosection_buttons__3KVJS {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.herosection_button__KAnT3 {
    padding: 0.5rem 1rem;
    font-size: 1rem;
    color: white;
    background-color: black;
    border: none;
    cursor: pointer;
}
/*!************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[3]!./src/app/body/body.module.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************/
.body_container__O0emn {
    background-color: #88c506;
    max-width: 1200px;
    margin: 0 auto;
    overflow-y: scroll;
    height: calc(100vh - var(--header-height));
}
