/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./app/page.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************/
.page_main__nw1Wk {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}


/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./components/hero/hero.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
.hero_heroBox__LZQ0B {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  margin: 2rem auto;
  width: 100%;
  max-width: 75rem;
  padding-bottom: 3rem;
}

.hero_heroSlide__eqisi {
  width: 13rem;
  height: 13rem;
}

.hero_heroImage__57wG_ {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.4);
}

.hero_heroImage__57wG_ img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(1.1) translateX(-3rem) rotate(-5deg);
  transition: all 0.5s ease-in-out;
}

.hero_heroImage__57wG_ .hero_active__07_md {
  z-index: 1;
  opacity: 1;
  transform: scale(1) translateX(0) rotate(0);
}

.hero_textContainer__U1enj {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 1rem;
  margin: 0 40px;
  color: #f5f5f5;
}

.hero_textContainer__U1enj h1 {
  font-size: 1.25rem;
  font-weight: bold;
  font-family: var(--font-title);
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  /* background: linear-gradient(90deg, #f9572a, #ffc905); */
  background: linear-gradient(90deg, var(--color-yellow), var(--color-light-gray));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero_textContainer__U1enj p {
  font-family: var(--font-text);
  font-size: 0.9rem;
}

.hero_textContainer__U1enj a {
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  /* background: linear-gradient(90deg, #f9572a, #ff9b05); */
  background: linear-gradient(90deg, var(--color-yellow), var(--color-yellow));
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  align-self: flex-end;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.hero_textContainer__U1enj a:hover,
.hero_textContainer__U1enj a:active {
  /* background: linear-gradient(90deg, #fd4715, #f9b241);
  box-shadow: 0 0 8px rgba(242, 100, 18, 0.8); */
  opacity: 0.95;
  box-shadow: 0 0 4px rgb(211, 195, 103);
}

@media (min-width: 568px) {
  .hero_heroBox__LZQ0B {
    width: 75%;
  }

  .hero_heroSlide__eqisi {
    width: 35rem;
    height: 25rem;
  }

  .hero_textContainer__U1enj h1 {
    font-size: 1.75rem;
  }

  .hero_textContainer__U1enj p {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .hero_heroBox__LZQ0B {
    gap: 3rem;
  }

  .hero_heroSlide__eqisi {
    width: 40rem;
    height: 30rem;
  }

  .hero_textContainer__U1enj h1 {
    font-size: 2rem;
  }
}

@media (min-width: 1024px) {
  .hero_heroBox__LZQ0B {
    width: 90%;
    flex-direction: row;
  }

  .hero_heroSlide__eqisi {
    width: 45rem;
    height: 25rem;
  }

}

/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./shared/styles/shared.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
.shared_layoutTitle__39f2P {
  font-size: 1.3rem;
  font-family: var(--font-title);
  font-weight: 400;
  color: #f5f5f5;
  margin: 0;
  text-align: center;
}

@media (min-width: 568px) {
  .shared_layoutTitle__39f2P {
    font-size: 1.8rem;
  }
}

@media (min-width: 768px) {
  .shared_layoutTitle__39f2P {
    font-size: 2.2rem;
  }
}

