/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[15].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[15].oneOf[7].use[5]!./app/not-found.module.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.not-found_not_found__w_sR3 {
  width: 100dvw;
  height: 100dvh;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.not-found_not_found__wrapper__JXSr_ {
  padding: 0.5rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: all ease 0.3s;
}
.not-found_not_found__wrapper__JXSr_:hover {
  background-color: var(--background);
}
.not-found_not_found__wrapper__JXSr_:hover .not-found_not_found__wrapper__text__qWcPn {
  color: var(--foreground);
}
.not-found_not_found__wrapper__JXSr_:hover .not-found_not_found__wrapper__button__pQSFG {
  gap: 1.25rem;
}
.not-found_not_found__wrapper__JXSr_:hover .not-found_not_found__wrapper__svg__path__2bk_6 {
  fill: var(--foreground);
}
.not-found_not_found__wrapper__item__1pulL {
  width: 33.3333333333%;
}
.not-found_not_found__wrapper__item__1pulL:nth-child(2) {
  text-align: center;
}
.not-found_not_found__wrapper__item__1pulL:nth-child(3) {
  justify-content: flex-end;
}
.not-found_not_found__wrapper__text__qWcPn {
  transition: all ease 0.3s;
  line-height: 1;
}
.not-found_not_found__wrapper__button__pQSFG {
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  transition: all ease 0.3s;
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[15].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[15].oneOf[7].use[5]!./components/Header/Header.module.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.Header_header__1RJ5C {
  position: fixed;
  top: 1rem;
  left: 0;
  z-index: 10000000;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 20px;
  row-gap: 20px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  width: 100%;
}
@media (max-width: 768px) {
  .Header_header__1RJ5C {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.Header_header__identity__uTTmE {
  grid-column: 1/span 3;
}
.Header_header__role__LFs_H {
  grid-column: 4/span 4;
}
@media (max-width: 768px) {
  .Header_header__role__LFs_H {
    grid-column: 4/span 5;
  }
}
.Header_header__role__job__aGegK, .Header_header__role__available__cFhUC {
  margin: 0;
}
.Header_header__location__WzJul {
  grid-column: 9/13;
  text-align: right;
  display: flex;
  flex-direction: column;
}
