/*!*******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/components/client/styles/Toaster.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************/
.Toaster_toaster__iVSX3 {
    position: fixed;
    background-color: transparent;
    bottom: 20px;
    pointer-events: none;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    width: 98%;
    align-items: flex-end;
    z-index: 100;
    gap: 1rem;
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/components/client/styles/Toast.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************/
.Toast_wrapperOut__VINRY {
    animation: Toast_slideout__DqIoe 0.2s ease-in-out forwards;
}

.Toast_wrapperIn__4Eb_v {
    animation: Toast_popup__qYjc_ 0.2s ease-in-out forwards;
}
.Toast_container__4VFQu, .Toast_error__vAI0F {
    padding: 2rem; 
    width: 480px;
    height: 75px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    border-radius: 8px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.Toast_container__4VFQu {
    background-color: var(--background);
    color: var(--text);
}

.Toast_error__vAI0F {
    color: var(--background);
    background-color: var(--error);
}


.Toast_button__h7aEE  {
    cursor: pointer;
    pointer-events: all;
    background-color: inherit;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    padding: 0.5rem 1.5rem;
    color: inherit;
    border: 1px solid var(--silver);
    border-radius: 6px;
    font-weight: 600;
}

.Toast_button__h7aEE:hover {
    background-color: var(--tertiary);
    color: var(--text);
}


.Toast_info__CMfKy {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.Toast_title__g1JcZ {
    font-size: 16px;
    font-weight: 600;
}

.Toast_message__6HOkJ {
    font-size: 14px;
}

@keyframes Toast_popup__qYjc_ {
    0% {
        transform: translateY(100px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes Toast_slideout__DqIoe {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translate(600px);
    }
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/components/server/styles/Navbar.module.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************/
.Navbar_navbar__kRSpk {
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    height: 4rem;
    top: 0;
    left: 0;
    z-index: 100;
}

.Navbar_container__FmykH {
    border-bottom: 2px solid var(--tertiary);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    height: 100%;
    padding: 0 2rem;
    background: var(--background);

}

.Navbar_logo__99vag {
    display: flex;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    gap: 0.2rem;
}

.Navbar_image__59Kfs {
    width: 3rem;
    height: 3rem;
    margin: 0.4rem;
}

.Navbar_title__EraO8 {
    font-weight: 600;
    color: var(--primary);
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.Navbar_subtitle__60X4R {
    color: var(--secondary);
}

.Navbar_searcher__32wDZ {
    display: flex;
    justify-content: center;
    position: relative;
}

.Navbar_logo__99vag:hover  {
    animation: Navbar_extend__P0AHx 0.4s ease-in-out forwards;
}

.Navbar_logo__99vag:hover > .Navbar_image__59Kfs {
    
    animation: Navbar_rotate-in__DrtF7 0.4s ease-in-out forwards;
}

.Navbar_logo__99vag:hover > .Navbar_title__EraO8 {
    animation: Navbar_change-in__SUoYP 0.4s ease-in-out forwards;
}

.Navbar_logo__99vag:hover > .Navbar_subtitle__60X4R {
    animation: Navbar_dissapear__y8Iie 0.4s ease-in-out forwards;
}

.Navbar_logo__99vag:hover {
    animation: Navbar_flex-in__60aHu 0.6s ease-in-out forwards;
}

@keyframes Navbar_shrink__Qthcz {
    0% {
        height: 8rem;
        }
    100% {
        height: 4rem;
    }
}

@keyframes Navbar_rotate-in__DrtF7 {
    0% {
        transform: rotate(0deg) ;
    }   
    100% {
        transform: rotate(180deg);
    }
}

@keyframes Navbar_change-in__SUoYP {
    0% {
        order: 1;
    }
    100% {
        order: 2;
        font-size: larger;
    }
}

@keyframes Navbar_dissapear__y8Iie {
    0% {
        opacity: 1;
        
    }
    100% {
        opacity: 0;
        font-size: 0;
    }
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/components/client/styles/NavbarList.module.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************/
.NavbarList_links__AB_GP {
    list-style: none;
    display: flex;
    padding: 0;
    gap: 2rem;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    font-weight: 500;
    margin: 0;
}

.NavbarList_link__1ncqX{
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    height: 100%;
    color: var(--text);
}

.NavbarList_account__GsrJ7 {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    padding: 0.7rem;
    border-radius: 0.3rem;
    gap: 1rem;
    margin: 0;
    border: 1px solid var(--background);
}

.NavbarList_account__GsrJ7:hover {
    border: 1px solid var(--tertiary);
    background-color: var(--tertiary);
}

.NavbarList_profile__PWr9C {
    width: 1rem;
    height: 1rem;
}

.NavbarList_link__1ncqX:hover {
    color: var(--primary);
}

.NavbarList_icon__dlTpr {
    width: 24px;
}

.NavbarList_name__BKHao {
    color: var(--text);
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/components/client/styles/ProfileModal.module.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************/
.ProfileModal_modal__5DiGc {
    position: absolute;
    width: -moz-fit-content;
    width: fit-content;
    top: 4.5rem;
    right: 2rem;
    border: 1px solid var(--tertiary);
    border-radius: 0.3rem;
    background-color: var(--background);
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}

.ProfileModal_list__SP2vy {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    width: 100%;
    align-items: flex-start;
    padding: 0rem 0.2rem;
    border-bottom: 1px solid var(--tertiary);
}

.ProfileModal_title__mU3uv {
    border-bottom: 1px solid var(--tertiary);
    padding: 1rem 0rem 1rem 1.5rem;
    width: 100%;
    font-size: 14px;
    font-weight: 600;

}

.ProfileModal_icon__fkzS_ {
    width: 18px;
    height: 18px;
}

.ProfileModal_listItem__Wv4Xs{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--text);
    border-radius: 0.2rem;
    width: 16rem;
    padding: 0.5em 1.5rem 0.5rem 1.5rem;
    margin-bottom: 0.2rem;
    cursor: pointer;
}

.ProfileModal_listItem__Wv4Xs:hover {
    background-color: var(--bordered);

}

.ProfileModal_label__vKtxp {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 14px;
}

.ProfileModal_labelDisconnect__O7ENq {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 14px;
    color: black;
}

.ProfileModal_keyboard__R5XKD {
    color: var(--outlined);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.2rem;
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/components/client/styles/LinkModal.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************/
.LinkModal_container__3gVHh {
    display: flex;
    flex-direction: column;
    padding-top: 4rem;
    position: absolute;
    top: 0;
    right: 10%;
    border: 1px solid var(--tertiary);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    z-index: -1;
    min-width: 20%;
    max-width: 40%;
    background-color: var(--background);
    border-radius: 0.3rem;
}

.LinkModal_links__mCGOh {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid var(--tertiary);
}

.LinkModal_icon__kPmsc {
    width: 24px;
    height: 24px;
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/components/client/styles/LinkItem.module.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************/
.LinkItem_link__IAi81 {
    display: flex;
    gap: 0.5rem;
    text-decoration: none;
    color: var(--text);
    padding: 1rem 2rem;
}

.LinkItem_item__mye30 {
    display: flex;
    gap: 0.5rem;
    text-decoration: none;
    color: var(--text);
    padding: 0.5rem;
    width: 100%;
}

.LinkItem_item__mye30:hover {
    background-color: var(--bordered);
}

.LinkItem_title__Ibr6u {
    display: flex;
    flex-direction: column;
    font-weight: 500;
}

.LinkItem_subtitle__WgnG2 {
    color: var(--outlined);
    font-weight: 500;
}

.LinkItem_link__IAi81:hover .LinkItem_subtitle__WgnG2 {
    color: var(--text);
}



/*!*******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/components/client/styles/Explore.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************/
.Explore_explore__x2UqD, .Explore_hovered__inqY0 {
    display: flex;
    flex-direction: column;
    height: 1rem;
    width: 1.5rem;
    margin: 0.3rem;
    justify-content: space-between;
    align-items: start;
    padding: 0.1rem;
    cursor: pointer;
}

.Explore_explore__x2UqD  * {
    background-color: var(--outlined);
}

.Explore_hovered__inqY0 * {
    background-color: var(--primary);
}

.Explore_upper__CFYY6, .Explore_middle__kt7Z2, .Explore_lower__y1KRZ {
    height: 3px;
    border-radius: 1rem;
}

.Explore_explore__x2UqD > .Explore_upper__CFYY6 {
    width: 100%;
}

.Explore_explore__x2UqD >  .Explore_middle__kt7Z2 {
    animation: Explore_shrink-middle__YWwbE 0.3s ease-in-out forwards;
}

.Explore_explore__x2UqD > .Explore_lower__y1KRZ {
    animation: Explore_shrink-lower__eseJm 0.3s ease-in-out forwards;
}

.Explore_hovered__inqY0 > .Explore_upper__CFYY6 {
    width: 100%;
}

.Explore_hovered__inqY0 > .Explore_middle__kt7Z2 {
    animation: Explore_extend-middle__1TwTZ 0.3s ease-in-out forwards;
}

.Explore_hovered__inqY0 > .Explore_lower__y1KRZ {
    animation: Explore_extend-lower__izNy3 0.3s ease-in-out forwards;
}


@keyframes Explore_extend-middle__1TwTZ {
    0% {
        width: 60%;
    }
    100% {
        width: 100%;
    }
}

@keyframes Explore_extend-lower__izNy3 {
    0% {
        width: 30%;
    }
    100% {
        width: 100%;
    }
}

@keyframes Explore_shrink-middle__YWwbE {
    0% {
        width: 100%;
    }
    100% {
        width: 60%;
    }
}

@keyframes Explore_shrink-lower__eseJm {
    0% {
        width: 100%;
    }
    100% {
        width: 30%;
    }
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[2].use[1]!./node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[14].oneOf[2].use[2]!./node_modules/next/font/google/target.css?{"path":"app/layout.tsx","import":"Poppins","arguments":[{"subsets":["latin"],"weight":["100","200","300","400","500","600","700","800","900"]}],"variableName":"poppins"} ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* devanagari */
@font-face {
  font-family: '__Poppins_9b9fd1';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(/_next/static/media/0938b75f61da35fc-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_9b9fd1';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(/_next/static/media/f54d3b402c212b9e-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_9b9fd1';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(/_next/static/media/7108afb8b1381ad1-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_9b9fd1';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(/_next/static/media/2246fb8caa01a49c-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_9b9fd1';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(/_next/static/media/7ede3623c9ddac57-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_9b9fd1';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(/_next/static/media/9e82d62334b205f4-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_9b9fd1';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/_next/static/media/6c177e25b87fd9cd-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_9b9fd1';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/_next/static/media/6c9a125e97d835e1-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_9b9fd1';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/_next/static/media/4c285fdca692ea22-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_9b9fd1';
  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_9b9fd1';
  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_9b9fd1';
  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_9b9fd1';
  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_9b9fd1';
  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_9b9fd1';
  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_9b9fd1';
  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_9b9fd1';
  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_9b9fd1';
  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_9b9fd1';
  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_9b9fd1';
  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_9b9fd1';
  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;
}
/* devanagari */
@font-face {
  font-family: '__Poppins_9b9fd1';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/_next/static/media/28485c0de2075f40-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_9b9fd1';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/_next/static/media/5fb25f343c7550ca-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_9b9fd1';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/_next/static/media/7db6c35d839a711c-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_9b9fd1';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/_next/static/media/f5b513e981884070-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_9b9fd1';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/_next/static/media/b8442747db2a9bad-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_9b9fd1';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/_next/static/media/6245472ced48d3be-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_9b9fd1';src: local("Arial");ascent-override: 93.62%;descent-override: 31.21%;line-gap-override: 8.92%;size-adjust: 112.16%
}.__className_9b9fd1 {font-family: '__Poppins_9b9fd1', '__Poppins_Fallback_9b9fd1';font-style: normal
}

/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
:root {
    --primary : #4285f4;
    --secondary: #669df6;
    --tertiary: #f4f4f4;
    --background : #ffffff;
    --foreground: #3b3b3b;
    --outlined: #b9b9b9;
    --text: #4a596b;
    --bordered: #eef3fc;
    --silver: #f6f8fa;
    --error: #dc2626;
}

.spline-watermark{
    display: none;
}
