/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[13].use[5]!./app/globals.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Poppins" !important;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Poppins" !important;
}

h1 {
  font-weight: 600;
}
h1.title-bo {
  margin: 16px 0;
  font-size: 20px;
  font-weight: 500;
}

h2 {
  font-weight: 500;
}

a {
  text-decoration: none;
  color: inherit;
}

.container {
  padding: 0 64px;
}
@media (max-width: 900px) {
  .container {
    padding: 0 16px;
  }
}

* {
  box-sizing: border-box;
}

*::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

*::-webkit-scrollbar {
  width: 7px;
  background-color: #F5F5F5;
}

*::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #272647;
}

.btn-close {
  border-radius: 60px;
  border: 1px solid #EC681D;
  height: 50px;
  color: #EC681D;
  width: 170px;
}

.btn-orange {
  height: 50px;
  background-color: #EC681D;
  border-radius: 60px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 6px 0 24px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.btn-orange > span {
  background-color: #FFFFFF;
  height: 40px;
  width: 40px;
  border-radius: 40px;
  color: #EC681D;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
}

.btn-idea {
  height: 50px;
  width: 50px;
  border-radius: 60px;
  position: fixed;
  bottom: 60px;
  right: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  border: 1px solid rgba(236, 105, 29, 0.768627451);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  z-index: 5;
  cursor: pointer;
}
.btn-idea::after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background-color: #EC681D;
  position: absolute;
  top: 4px;
  left: 0;
  animation: highlight 1s infinite alternate-reverse;
}

@keyframes highlight {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}
h2 {
  font-size: 34px;
}
@media (max-width: 950px) {
  h2 {
    font-size: 28px;
  }
}

p {
  line-height: 24px;
}

.separator {
  height: 3px;
  width: 70px;
  background-color: #EC681D;
  display: block;
  border-radius: 8px;
}

button {
  cursor: pointer;
}

/* Loader */
.loading-wrapper {
  height: calc(100vh - 100px);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.pl {
  width: 6em;
  height: 6em;
}

.pl__ring {
  animation: ringA 2s linear infinite;
}

.pl__ring--a {
  stroke: #f42f25;
}

.pl__ring--b {
  animation-name: ringB;
  stroke: #f49725;
}

.pl__ring--c {
  animation-name: ringC;
  stroke: #255ff4;
}

.pl__ring--d {
  animation-name: ringD;
  stroke: #f42582;
}

/* Animations */
@keyframes ringA {
  from, 4% {
    stroke-dasharray: 0 660;
    stroke-width: 20;
    stroke-dashoffset: -330;
  }
  12% {
    stroke-dasharray: 60 600;
    stroke-width: 30;
    stroke-dashoffset: -335;
  }
  32% {
    stroke-dasharray: 60 600;
    stroke-width: 30;
    stroke-dashoffset: -595;
  }
  40%, 54% {
    stroke-dasharray: 0 660;
    stroke-width: 20;
    stroke-dashoffset: -660;
  }
  62% {
    stroke-dasharray: 60 600;
    stroke-width: 30;
    stroke-dashoffset: -665;
  }
  82% {
    stroke-dasharray: 60 600;
    stroke-width: 30;
    stroke-dashoffset: -925;
  }
  90%, to {
    stroke-dasharray: 0 660;
    stroke-width: 20;
    stroke-dashoffset: -990;
  }
}
@keyframes ringB {
  from, 12% {
    stroke-dasharray: 0 220;
    stroke-width: 20;
    stroke-dashoffset: -110;
  }
  20% {
    stroke-dasharray: 20 200;
    stroke-width: 30;
    stroke-dashoffset: -115;
  }
  40% {
    stroke-dasharray: 20 200;
    stroke-width: 30;
    stroke-dashoffset: -195;
  }
  48%, 62% {
    stroke-dasharray: 0 220;
    stroke-width: 20;
    stroke-dashoffset: -220;
  }
  70% {
    stroke-dasharray: 20 200;
    stroke-width: 30;
    stroke-dashoffset: -225;
  }
  90% {
    stroke-dasharray: 20 200;
    stroke-width: 30;
    stroke-dashoffset: -305;
  }
  98%, to {
    stroke-dasharray: 0 220;
    stroke-width: 20;
    stroke-dashoffset: -330;
  }
}
@keyframes ringC {
  from {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: 0;
  }
  8% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -5;
  }
  28% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -175;
  }
  36%, 58% {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: -220;
  }
  66% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -225;
  }
  86% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -395;
  }
  94%, to {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: -440;
  }
}
@keyframes ringD {
  from, 8% {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: 0;
  }
  16% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -5;
  }
  36% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -175;
  }
  44%, 50% {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: -220;
  }
  58% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -225;
  }
  78% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -395;
  }
  86%, to {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: -440;
  }
}
.grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}

.btn-back {
  display: flex;
  text-decoration: underline;
  font-size: 13px;
  align-items: center;
}

.download-button {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 14px;
  padding: 8px 16px;
  border-radius: 4px;
  border: 1px solid #EC681D;
  color: #EC681D;
  transition: all 0.2s ease-in-out;
}
.download-button:hover {
  background-color: #EC681D;
  color: #FFFFFF;
}

.usefull-link-wrapper {
  max-width: 1024px;
  margin: 60px auto;
  padding: 16px;
}
.usefull-link-wrapper h1 {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #040053;
  text-align: center;
}
.usefull-link-wrapper section h2 {
  font-size: 20px;
  margin: 12px 0;
}
.usefull-link-wrapper section ul {
  margin-left: 30px;
}
.usefull-link-wrapper section ul li {
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .usefull-link-wrapper {
    padding: 8px;
    margin: 100px auto 60px auto;
  }
  .usefull-link-wrapper h1 {
    font-size: 24px;
  }
  .usefull-link-wrapper section h2 {
    font-size: 18px;
  }
}

* {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.page-formation .link-in-text {
  color: #040053;
  margin-left: 6px;
}
.page-formation .link-in-text:hover {
  text-decoration: underline;
}
.page-formation .list-links {
  display: flex;
  flex-direction: column;
}
.page-formation .list-links > a {
  margin-top: 10px;
  color: #555555;
}
.page-formation .list-links > a:hover {
  text-decoration: underline;
}
.page-formation .download-link {
  background-color: #EC681D;
  color: #ffffff;
  padding: 16px 32px;
  border-radius: 30px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 400;
  margin-top: 16px;
  align-items: center;
}
.page-formation .download-link.onbottom {
  margin: 16px auto;
}
@media (max-width: 900px) {
  .page-formation .download-link {
    padding: 12px 20px;
    font-size: 14px;
  }
}
.page-formation .top-content {
  height: 600px;
  display: flex;
  align-items: center;
}
.page-formation .top-content > div {
  padding: 32px;
  height: 100%;
  display: flex;
}
.page-formation .top-content > div:first-of-type {
  background-color: #ffebdf;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-formation .top-content > div:first-of-type h1 {
  font-size: 36px;
  line-height: 50px;
  color: #040053;
  margin: 0;
  max-width: 500px;
}
.page-formation .top-content .img-couverture {
  flex: 1 1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-formation .top-content .img-couverture.vae {
  background-image: url("/images/formations/vae.jpg");
}
.page-formation .top-content .img-couverture.cuisinier {
  background-image: url("/images/formations/cuisinier.jpg");
}
.page-formation .top-content .img-couverture.bilan {
  background-image: url("/images/formations/bilan.jpg");
}
.page-formation .top-content .img-couverture.cap {
  background-image: url("/images/formations/cap.jpg");
}
@media (max-width: 900px) {
  .page-formation .top-content {
    flex-direction: column;
    height: auto;
  }
  .page-formation .top-content > div {
    width: 100%;
    padding: 30px;
  }
  .page-formation .top-content > div:first-of-type {
    order: 2;
    align-items: center;
  }
  .page-formation .top-content > div:first-of-type h1 {
    font-size: 26px;
    line-height: 36px;
    max-width: 100%;
    text-align: center;
  }
  .page-formation .top-content .img-couverture {
    min-height: 400px;
    display: flex;
    width: 100%;
    order: 1;
  }
}
.page-formation .bottom-content {
  padding: 16px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1000px;
}
.page-formation .bottom-content .blue-content {
  padding: 30px;
  background-color: #040053;
  color: #FFFFFF;
  max-width: 1000px;
  margin: 60px auto 20px auto;
  border-radius: 8px;
}
.page-formation .bottom-content .more-details h2 {
  color: #040053;
  margin: 20px 0 16px 0;
  font-size: 24px;
}
.page-formation .bottom-content .more-details ul {
  margin-left: 30px;
}
.page-formation .bottom-content .more-details ul > li {
  margin: 8px 0;
}
.page-formation .bottom-content .more-details p strong {
  color: #EC681D;
}

.view-all-formation {
  padding: 16px 32px;
  border-radius: 30px;
  display: flex;
  border: 1px solid #EC681D;
  color: #EC681D;
  margin: 0 auto;
}
.view-all-formation:hover {
  background-color: #EC681D;
  color: #FFFFFF;
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[9].use[5]!./app/(unauth)/components/header/styles.module.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_header__1_OwY {
  background-color: #040053;
  color: #FFFFFF;
  height: 80px;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9;
}
.styles_header__1_OwY > nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.styles_header__1_OwY > nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.styles_header__1_OwY > nav ul > li {
  padding: 0 16px;
}
.styles_header__1_OwY > nav ul > li:hover, .styles_header__1_OwY > nav ul > li.styles_activeLink__Qc5my {
  text-decoration: underline;
}
.styles_header__1_OwY > nav .styles_menuMobile__xF4Tb {
  display: none;
}
@media (max-width: 900px) {
  .styles_header__1_OwY > nav ul {
    display: none;
  }
  .styles_header__1_OwY > nav ul.styles_active__Vd_Kr {
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #040053;
    flex-direction: column;
    align-items: center;
    padding: 16px;
    gap: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.2392156863);
  }
  .styles_header__1_OwY > nav ul.styles_active__Vd_Kr > li {
    text-align: center;
    padding: 8px 0;
  }
  .styles_header__1_OwY > nav ul.styles_active__Vd_Kr .styles_btnContact__Vhwtg {
    padding: 0 16px;
    margin: 0;
  }
  .styles_header__1_OwY > nav .styles_menuMobile__xF4Tb {
    display: flex;
    cursor: pointer;
  }
}

.styles_btnContact__Vhwtg {
  border: 1px solid #FFFFFF;
  border-radius: 60px;
  height: 50px;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-left: 16px;
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[9].use[5]!./app/(unauth)/components/footer/styles.module.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_map__8pBw7 {
  height: 400px;
  width: 100%;
  position: relative;
}

.styles_footer__SqfnZ {
  background-color: #040053;
  padding: 32px 0 16px 0;
  color: #FFFFFF;
}

.styles_topContent__uIbB2 {
  display: flex;
  justify-content: space-between;
}
.styles_topContent__uIbB2 .styles_textDescription__0hk_I {
  max-width: 280px;
  font-size: 14px;
  font-weight: 300;
  color: #E4E4E4;
}
.styles_topContent__uIbB2 .styles_menuList__Q9UxA {
  display: flex;
  gap: 64px;
}
.styles_topContent__uIbB2 .styles_menuList__Q9UxA > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 18px;
}
.styles_topContent__uIbB2 .styles_menuList__Q9UxA > ul > li {
  font-weight: 300;
  font-size: 14px;
  margin: 8px 0;
  color: #E4E4E4;
}
.styles_topContent__uIbB2 .styles_menuList__Q9UxA > ul > li:first-of-type {
  margin-top: 16px;
}
@media (max-width: 1300px) {
  .styles_topContent__uIbB2 .styles_menuList__Q9UxA {
    gap: 24px;
  }
}
@media (max-width: 740px) {
  .styles_topContent__uIbB2 .styles_menuList__Q9UxA {
    flex-direction: column;
  }
}
@media (max-width: 1190px) {
  .styles_topContent__uIbB2 {
    flex-direction: column;
    gap: 24px;
  }
  .styles_topContent__uIbB2 .styles_textDescription__0hk_I {
    max-width: 100%;
  }
}

.styles_contactList__Kfig3 a,
.styles_contactList__Kfig3 .styles_address__hod3M {
  display: flex;
  align-items: center;
}
.styles_contactList__Kfig3 a svg,
.styles_contactList__Kfig3 .styles_address__hod3M svg {
  margin-right: 8px;
}

.styles_bottomContent__Qiumv {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(236, 104, 29, 0.568627451);
  margin-top: 16px;
  padding-top: 16px;
}
.styles_bottomContent__Qiumv > span {
  font-size: 14px;
  font-weight: 300;
}
.styles_bottomContent__Qiumv > div {
  display: flex;
}
.styles_bottomContent__Qiumv > div > a {
  margin: 0 8px;
}
.styles_bottomContent__Qiumv > div > a:last-child {
  margin-right: 0;
}
@media (max-width: 500px) {
  .styles_bottomContent__Qiumv {
    flex-direction: column;
    gap: 20px;
  }
}

.styles_usefullLinks__Tf5mp li:hover {
  text-decoration: underline;
}
.styles_usefullLinks__Tf5mp li:hover > a {
  color: #ffffff;
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[9].use[5]!./components/idea/styles.module.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_dialogWrapper__tZOjq {
  position: fixed;
  bottom: 95px;
  right: 40px;
  padding: 24px;
  background-color: #FFFFFF;
  z-index: 3;
  border: 1px solid rgba(236, 104, 29, 0.4196078431);
  border-radius: 12px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  max-width: 600px;
  transform: scale(0);
  transition: transform 0.2s ease-in-out;
}
.styles_dialogWrapper__tZOjq.styles_show__qN8u9 {
  transform: scale(1);
}
.styles_dialogWrapper__tZOjq > div {
  position: relative;
}
.styles_dialogWrapper__tZOjq > div .styles_closeBtn__JpmAc {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.styles_dialogWrapper__tZOjq h3 {
  margin: 0;
  color: #EC681D;
  font-weight: 500;
  font-size: 24px;
  align-items: center;
  display: flex;
}
.styles_dialogWrapper__tZOjq h3 svg {
  margin-right: 12px;
}
.styles_dialogWrapper__tZOjq button {
  border: none;
  padding: 0 32px;
  margin: 24px auto 0 auto;
  font-size: 16px;
}
.styles_dialogWrapper__tZOjq button svg {
  margin-right: 12px;
}
.styles_dialogWrapper__tZOjq .styles_textSuccess__8kkjZ {
  color: green;
  margin-top: 8px;
  background-color: white;
  border-bottom: 4px solid green;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 12px;
  border-radius: 8px;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[9].use[5]!./components/textarea/styles.module.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_textareaWrapper__p_eoe {
  display: flex;
  flex-direction: column;
}
.styles_textareaWrapper__p_eoe label {
  color: #444444;
  font-size: 15px;
}
.styles_textareaWrapper__p_eoe textarea {
  resize: none;
  padding: 12px 16px;
  border: 1px solid #D6D6D6;
  border-radius: 4px;
  margin-top: 6px;
  font-size: 16px;
}
.styles_textareaWrapper__p_eoe textarea:focus {
  outline: none;
}
.styles_textareaWrapper__p_eoe .styles_errorInput__0K3zz {
  border: 1px solid red;
}
.styles_textareaWrapper__p_eoe .styles_textError__3t6BN {
  color: red;
  font-size: 12px;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[2].use[1]!./node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[13].oneOf[2].use[2]!./node_modules/next/font/google/target.css?{"path":"components/textarea/index.tsx","import":"Poppins","arguments":[{"weight":"400","subsets":["latin"]}],"variableName":"poppins"} ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* devanagari */
@font-face {
  font-family: '__Poppins_657e4b';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/034d78ad42e9620c-s.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}
/* latin-ext */
@font-face {
  font-family: '__Poppins_657e4b';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/fe0777f1195381cb-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Poppins_657e4b';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/eafabf029ad39a43-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: '__Poppins_Fallback_657e4b';src: local("Arial");ascent-override: 93.62%;descent-override: 31.21%;line-gap-override: 8.92%;size-adjust: 112.16%
}.__className_657e4b {font-family: '__Poppins_657e4b', '__Poppins_Fallback_657e4b';font-weight: 400;font-style: normal
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[2].use[1]!./node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[13].oneOf[2].use[2]!./node_modules/next/font/google/target.css?{"path":"components/idea/index.tsx","import":"Poppins","arguments":[{"weight":"500","subsets":["latin"]}],"variableName":"poppins"} ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* devanagari */
@font-face {
  font-family: '__Poppins_a97e04';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/db911767852bc875-s.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}
/* latin-ext */
@font-face {
  font-family: '__Poppins_a97e04';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/f10b8e9d91f3edcb-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Poppins_a97e04';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/8888a3826f4a3af4-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: '__Poppins_Fallback_a97e04';src: local("Arial");ascent-override: 93.62%;descent-override: 31.21%;line-gap-override: 8.92%;size-adjust: 112.16%
}.__className_a97e04 {font-family: '__Poppins_a97e04', '__Poppins_Fallback_a97e04';font-weight: 500;font-style: normal
}

/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[2].use[1]!./node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[13].oneOf[2].use[2]!./node_modules/next/font/google/target.css?{"path":"app/(unauth)/layout.tsx","import":"Poppins","arguments":[{"weight":["400","500","600","700"],"subsets":["latin"]}],"variableName":"poppins"} ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* devanagari */
@font-face {
  font-family: '__Poppins_6bee3b';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/034d78ad42e9620c-s.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}
/* latin-ext */
@font-face {
  font-family: '__Poppins_6bee3b';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/fe0777f1195381cb-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Poppins_6bee3b';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/eafabf029ad39a43-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: '__Poppins_6bee3b';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/db911767852bc875-s.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}
/* latin-ext */
@font-face {
  font-family: '__Poppins_6bee3b';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/f10b8e9d91f3edcb-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Poppins_6bee3b';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/8888a3826f4a3af4-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: '__Poppins_6bee3b';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/29e7bbdce9332268-s.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}
/* latin-ext */
@font-face {
  font-family: '__Poppins_6bee3b';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/c3bc380753a8436c-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Poppins_6bee3b';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/0484562807a97172-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: '__Poppins_6bee3b';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/29a4aea02fdee119-s.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}
/* latin-ext */
@font-face {
  font-family: '__Poppins_6bee3b';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/a1386beebedccca4-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Poppins_6bee3b';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/b957ea75a84b6ea7-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: '__Poppins_Fallback_6bee3b';src: local("Arial");ascent-override: 93.62%;descent-override: 31.21%;line-gap-override: 8.92%;size-adjust: 112.16%
}.__className_6bee3b {font-family: '__Poppins_6bee3b', '__Poppins_Fallback_6bee3b';font-style: normal
}

