.card-module__2A4pRq__card{border:1px solid var(--accent-foreground);background-color:var(--card);color:var(--card-foreground);border-radius:.75rem;flex-direction:column;gap:1.5rem;padding-top:1.5rem;padding-bottom:1.5rem;display:flex;box-shadow:0 1px 2px #0000000d}.card-module__2A4pRq__header{grid-template-rows:auto auto;grid-auto-rows:min-content;align-items:start;gap:.5rem;padding-left:1.5rem;padding-right:1.5rem;display:grid}.card-module__2A4pRq__title{font-weight:600;line-height:1}.card-module__2A4pRq__description{color:var(--muted-foreground);font-size:.875rem}.card-module__2A4pRq__content{padding-left:1.5rem;padding-right:1.5rem}.card-module__2A4pRq__footer{align-items:center;padding-left:1.5rem;padding-right:1.5rem;display:flex}
.badge-module__7WeL9W__badge{white-space:nowrap;border:1px solid #0000;border-radius:.375rem;flex-shrink:0;justify-content:center;align-items:center;gap:.25rem;width:fit-content;padding:.125rem .5rem;font-size:.75rem;font-weight:500;transition:color .2s,box-shadow .2s;display:inline-flex;overflow:hidden}.badge-module__7WeL9W__badge svg{pointer-events:none;width:.75rem;height:.75rem}.badge-module__7WeL9W__badge:focus-visible{border-color:var(--ring);box-shadow:0 0 0 3px color-mix(in srgb, var(--ring) 50%, transparent)}.badge-module__7WeL9W__badge[data-variant=default]{background-color:var(--primary);color:var(--primary-foreground)}.badge-module__7WeL9W__badge[data-variant=secondary]{background-color:var(--secondary);color:var(--secondary-foreground)}.badge-module__7WeL9W__badge[data-variant=destructive]{background-color:var(--destructive);color:#fff}.badge-module__7WeL9W__badge[data-variant=outline]{border-color:var(--border);color:var(--foreground)}.badge-module__7WeL9W__badge[data-variant=outline]:hover{background-color:var(--accent);color:var(--accent-foreground)}
.student-profile-module__tMD8fq__wrapper{flex-direction:column;gap:2rem;display:flex}.student-profile-module__tMD8fq__levelCard{background:linear-gradient(to right, var(--nh-accent), var(--nh-accent-deep));color:#fff;border:none;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a}.student-profile-module__tMD8fq__levelCardBody{padding:1.5rem}@media (min-width:640px){.student-profile-module__tMD8fq__levelCardBody{padding:2rem}}.student-profile-module__tMD8fq__levelGrid{align-items:center;gap:2rem;display:grid}@media (min-width:768px){.student-profile-module__tMD8fq__levelGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}.student-profile-module__tMD8fq__badgeSection{flex-direction:column;justify-content:center;align-items:center;display:flex}@media (min-width:768px){.student-profile-module__tMD8fq__badgeSection{align-items:flex-start}}.student-profile-module__tMD8fq__badgeCircle{justify-content:center;align-items:center;width:8rem;height:8rem;margin-bottom:1.5rem;display:flex;position:relative}.student-profile-module__tMD8fq__badgeBg{background-color:#fff3;border-radius:9999px;position:absolute;inset:0}.student-profile-module__tMD8fq__levelNumber{z-index:10;font-size:3.75rem;font-weight:700}.student-profile-module__tMD8fq__studentName{text-align:center;text-wrap:balance;font-size:1.5rem;font-weight:700}@media (min-width:640px){.student-profile-module__tMD8fq__studentName{font-size:1.875rem}}@media (min-width:768px){.student-profile-module__tMD8fq__studentName{text-align:left}}.student-profile-module__tMD8fq__studentTitle{color:#fffc;margin-top:.5rem}.student-profile-module__tMD8fq__progressSection{flex-direction:column;gap:1.5rem;display:flex}.student-profile-module__tMD8fq__xpHeader{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.student-profile-module__tMD8fq__xpLabel{align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;display:flex}.student-profile-module__tMD8fq__xpValue{font-size:.875rem}.student-profile-module__tMD8fq__xpBarBg{background-color:#fff3;border-radius:9999px;width:100%;height:.75rem;overflow:hidden}.student-profile-module__tMD8fq__xpBarFill{background-color:#fff;border-radius:9999px;height:100%;transition:all .3s}.student-profile-module__tMD8fq__statsGrid{border-top:1px solid #fff3;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;padding-top:1rem;display:grid}.student-profile-module__tMD8fq__statNumber{font-size:1.5rem;font-weight:700}.student-profile-module__tMD8fq__statLabel{color:#ffffffb3;font-size:.75rem}.student-profile-module__tMD8fq__achievementsGrid{gap:1.5rem;display:grid}@media (min-width:768px){.student-profile-module__tMD8fq__achievementsGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}.student-profile-module__tMD8fq__achievementCard{padding:1.5rem}@media (min-width:640px){.student-profile-module__tMD8fq__achievementCard{padding:2rem}}.student-profile-module__tMD8fq__achievementTitle{align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:1.25rem;font-weight:700;display:flex}.student-profile-module__tMD8fq__medalIcon{color:var(--nh-accent)}.student-profile-module__tMD8fq__trophyIcon{color:var(--nh-cta)}.student-profile-module__tMD8fq__medalsList{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.student-profile-module__tMD8fq__medalItem{text-align:center;background-color:var(--card);border-radius:.5rem;flex-direction:column;align-items:center;padding:1rem;transition:background-color .2s;display:flex}.student-profile-module__tMD8fq__medalItem:hover{background-color:var(--muted)}.student-profile-module__tMD8fq__medalEmoji{margin-bottom:.5rem;font-size:2.25rem}.student-profile-module__tMD8fq__medalName{color:var(--foreground);font-size:.875rem;font-weight:600}.student-profile-module__tMD8fq__trophiesList{flex-direction:column;gap:.75rem;display:flex}.student-profile-module__tMD8fq__trophyItem{background-color:var(--card);border-radius:.5rem;align-items:center;gap:.75rem;padding:.75rem;transition:background-color .2s;display:flex}.student-profile-module__tMD8fq__trophyItem:hover{background-color:var(--muted)}.student-profile-module__tMD8fq__trophyDot{border-radius:9999px;width:.5rem;height:.5rem}.student-profile-module__tMD8fq__trophyAchieved{background-color:var(--nh-green)}.student-profile-module__tMD8fq__trophyLocked{background-color:color-mix(in srgb, var(--muted-foreground) 30%, transparent)}.student-profile-module__tMD8fq__trophyName{font-size:.875rem}.student-profile-module__tMD8fq__trophyNameAchieved{color:var(--foreground);font-weight:500}.student-profile-module__tMD8fq__trophyNameLocked{color:var(--muted-foreground)}.student-profile-module__tMD8fq__trophyBadge{margin-left:auto;font-size:.75rem}
.button-module__2NABzW__button{items-center:center;white-space:nowrap;cursor:pointer;border:none;outline:none;flex-shrink:0;justify-content:center;gap:.5rem;font-weight:500;transition:all .3s;display:inline-flex}.button-module__2NABzW__button:disabled{pointer-events:none;opacity:.5}.button-module__2NABzW__button svg{pointer-events:none;flex-shrink:0;width:1rem;height:1rem}.button-module__2NABzW__button:focus-visible{box-shadow:0 0 0 2px var(--ring)}.button-module__2NABzW__button[data-variant=subtle]{border:1px solid var(--primary);background-color:var(--muted);color:var(--foreground);border-radius:9999px}.button-module__2NABzW__button[data-variant=subtle]:hover{background-color:var(--primary);color:var(--primary-foreground)}.button-module__2NABzW__button[data-variant=subtle]:active{opacity:.8}.button-module__2NABzW__button[data-variant=CTA-primary]{background-color:var(--nh-cta);color:#fff;border-radius:9999px;padding:1rem 2rem;font-size:1.125rem;font-weight:600;box-shadow:0 25px 50px -12px #00000040}.button-module__2NABzW__button[data-variant=CTA-primary]:hover{background-color:var(--nh-cta-dark);transform:scale(1.05)}
.featured-classes-module__LnENDa__wrapper{flex-direction:column;gap:2rem;display:flex}.featured-classes-module__LnENDa__header{margin-bottom:2rem}.featured-classes-module__LnENDa__title{margin-bottom:.5rem;font-size:1.875rem;font-weight:700}@media (min-width:640px){.featured-classes-module__LnENDa__title{font-size:2.25rem}}.featured-classes-module__LnENDa__subtitle{color:var(--muted-foreground)}.featured-classes-module__LnENDa__grid{gap:1.5rem;display:grid}@media (min-width:1024px){.featured-classes-module__LnENDa__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.featured-classes-module__LnENDa__card{flex-direction:column;transition:box-shadow .3s;display:flex;overflow:hidden}.featured-classes-module__LnENDa__card:hover{box-shadow:0 10px 15px -3px #0000001a}.featured-classes-module__LnENDa__cardHeader{height:8rem;position:relative;overflow:hidden}.featured-classes-module__LnENDa__iconWrapper{justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.featured-classes-module__LnENDa__headerIcon{opacity:.8;font-size:3.75rem}.featured-classes-module__LnENDa__headerOverlay{background:linear-gradient(#0000,#0003);position:absolute;inset:0}.featured-classes-module__LnENDa__cardBody{flex-direction:column;flex:1;padding:1.5rem;display:flex}.featured-classes-module__LnENDa__cardTop{margin-bottom:1rem}.featured-classes-module__LnENDa__cardHeaderInfo{justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.75rem;display:flex}.featured-classes-module__LnENDa__cardTitle{flex:1;font-size:1.125rem;font-weight:700}.featured-classes-module__LnENDa__categoryBadge{flex-shrink:0}.featured-classes-module__LnENDa__cardDescription{color:var(--muted-foreground);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.875rem;display:-webkit-box;overflow:hidden}.featured-classes-module__LnENDa__progressSection{border-bottom:1px solid var(--border);margin-bottom:1rem;padding-bottom:1rem}.featured-classes-module__LnENDa__progressHeader{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.featured-classes-module__LnENDa__progressLabel{color:var(--foreground);font-size:.75rem;font-weight:600}.featured-classes-module__LnENDa__progressValue{color:var(--muted-foreground);font-size:.75rem}.featured-classes-module__LnENDa__progressBarBg{background-color:var(--muted);border-radius:9999px;width:100%;height:.5rem;overflow:hidden}.featured-classes-module__LnENDa__progressBarFill{background:linear-gradient(to right, var(--nh-accent), var(--nh-green));border-radius:9999px;height:100%;transition:all .3s}.featured-classes-module__LnENDa__metaGrid{border-bottom:1px solid var(--border);grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-bottom:1rem;padding-bottom:1rem;font-size:.75rem;display:grid}.featured-classes-module__LnENDa__metaItem{color:var(--muted-foreground);align-items:center;gap:.5rem;display:flex}.featured-classes-module__LnENDa__rating{color:var(--nh-cta)}.featured-classes-module__LnENDa__ratingIcon{fill:var(--nh-cta)}.featured-classes-module__LnENDa__footer{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.featured-classes-module__LnENDa__relevanceBadge{font-size:.75rem}.featured-classes-module__LnENDa__initiateBtn{gap:.25rem}
.study-path-map-module__ra0OxW__wrapper{flex-direction:column;gap:2rem;display:flex}.study-path-map-module__ra0OxW__header{margin-bottom:2rem}.study-path-map-module__ra0OxW__title{margin-bottom:.5rem;font-size:1.875rem;font-weight:700}@media (min-width:640px){.study-path-map-module__ra0OxW__title{font-size:2.25rem}}.study-path-map-module__ra0OxW__subtitle{color:var(--muted-foreground)}.study-path-map-module__ra0OxW__grid{gap:1.5rem;display:grid}@media (min-width:1024px){.study-path-map-module__ra0OxW__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.study-path-map-module__ra0OxW__card{overflow:hidden}.study-path-map-module__ra0OxW__cardHeader{color:#fff;padding:1rem 1.5rem}.study-path-map-module__ra0OxW__cardTitle{margin-bottom:.25rem;font-size:1.125rem;font-weight:700}@media (min-width:640px){.study-path-map-module__ra0OxW__cardTitle{font-size:1.25rem}}.study-path-map-module__ra0OxW__cardDescription{opacity:.9;font-size:.875rem}.study-path-map-module__ra0OxW__cardBody{flex-direction:column;gap:.75rem;padding:1.5rem;display:flex}.study-path-map-module__ra0OxW__moduleItem{align-items:start;gap:.75rem;display:flex}.study-path-map-module__ra0OxW__statusIcon{flex-shrink:0;padding-top:.125rem}.study-path-map-module__ra0OxW__moduleContent{flex:1;min-width:0}.study-path-map-module__ra0OxW__moduleTitle{color:var(--foreground);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.875rem;font-weight:500;display:-webkit-box;overflow:hidden}.study-path-map-module__ra0OxW__moduleStatus{border-radius:.25rem;width:fit-content;margin-top:.25rem;padding:0 .375rem;font-size:.75rem;font-weight:500}.study-path-map-module__ra0OxW__progressSection{border-top:1px solid var(--border);margin-top:1rem;padding-top:1rem}.study-path-map-module__ra0OxW__progressHeader{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.study-path-map-module__ra0OxW__progressLabel{color:var(--foreground);font-size:.75rem;font-weight:600}.study-path-map-module__ra0OxW__progressValue{color:var(--muted-foreground);font-size:.75rem}.study-path-map-module__ra0OxW__progressBarBg{background-color:var(--muted);border-radius:9999px;width:100%;height:.5rem;overflow:hidden}.study-path-map-module__ra0OxW__progressBarFill{border-radius:9999px;height:100%;transition:all .3s}.study-path-map-module__ra0OxW__legendCard{background-color:color-mix(in srgb, var(--muted) 50%, transparent);border-color:var(--border);padding:1.5rem}.study-path-map-module__ra0OxW__legendTitle{margin-bottom:1rem;font-weight:600}.study-path-map-module__ra0OxW__legendGrid{gap:1rem;display:grid}@media (min-width:640px){.study-path-map-module__ra0OxW__legendGrid{grid-template-columns:repeat(3,minmax(0,1fr))}}.study-path-map-module__ra0OxW__legendItem{align-items:center;gap:.75rem;display:flex}.study-path-map-module__ra0OxW__legendLabel{color:var(--foreground);font-size:.875rem}
.input-module__3sxOrW__input{border:1px solid var(--input);background-color:#0000;border-radius:.375rem;outline:none;width:100%;min-width:0;height:2.25rem;padding:.25rem .75rem;font-size:1rem;transition:color .2s,box-shadow .2s}.input-module__3sxOrW__input::placeholder{color:var(--muted-foreground)}.input-module__3sxOrW__input:focus-visible{border-color:var(--ring);box-shadow:0 0 0 3px color-mix(in srgb, var(--ring) 50%, transparent)}.input-module__3sxOrW__input:disabled{pointer-events:none;cursor:not-allowed;opacity:.5}.input-module__3sxOrW__input[type=file]{background-color:#0000;border:0;height:1.75rem;font-size:.875rem;font-weight:500;display:inline-flex}@media (min-width:768px){.input-module__3sxOrW__input{font-size:.875rem}}.input-module__3sxOrW__input[aria-invalid=true]{border-color:var(--destructive)}.input-module__3sxOrW__input[aria-invalid=true]:focus-visible{box-shadow:0 0 0 3px color-mix(in srgb, var(--destructive) 20%, transparent)}
.scroll-area-module__m4VZja__root{position:relative;overflow:hidden}.scroll-area-module__m4VZja__viewport{border-radius:inherit;width:100%;height:100%}.scroll-area-module__m4VZja__scrollbar{-webkit-user-select:none;user-select:none;touch-action:none;padding:2px;transition:background-color .16s ease-out;display:flex}.scroll-area-module__m4VZja__scrollbar[data-orientation=vertical]{width:10px}.scroll-area-module__m4VZja__scrollbar[data-orientation=horizontal]{flex-direction:column;height:10px}.scroll-area-module__m4VZja__thumb{background-color:var(--border);border-radius:10px;flex:1;position:relative}.scroll-area-module__m4VZja__thumb:before{content:"";width:100%;min-width:44px;height:100%;min-height:44px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
.chatbot-widget-module__dM-Lmq__trigger{z-index:40;background-color:var(--nh-accent);color:#fff;cursor:pointer;border:none;border-radius:9999px;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;padding:0;transition:all .3s;display:flex;position:fixed;bottom:1.5rem;right:1.5rem;box-shadow:0 10px 15px -3px #0000001a}.chatbot-widget-module__dM-Lmq__trigger:hover{background-color:var(--nh-accent-deep);box-shadow:0 20px 25px -5px #0000001a}.chatbot-widget-module__dM-Lmq__triggerIcon{width:1.5rem;height:1.5rem}.chatbot-widget-module__dM-Lmq__widget{z-index:40;background-color:var(--card);border:none;flex-direction:column;width:24rem;max-width:calc(100vw - 2rem);height:24rem;display:flex;position:fixed;bottom:6rem;right:1.5rem;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.chatbot-widget-module__dM-Lmq__header{background:linear-gradient(to right, var(--nh-accent), var(--nh-accent-deep));color:#fff;justify-content:space-between;align-items:center;padding:1rem;display:flex}.chatbot-widget-module__dM-Lmq__headerTitle{font-weight:700}.chatbot-widget-module__dM-Lmq__headerSubtitle{opacity:.9;font-size:.75rem}.chatbot-widget-module__dM-Lmq__scrollArea{flex:1;padding:1rem}.chatbot-widget-module__dM-Lmq__messagesList{flex-direction:column;gap:1rem;display:flex}.chatbot-widget-module__dM-Lmq__messageWrapper{display:flex}.chatbot-widget-module__dM-Lmq__messageUser{justify-content:flex-end}.chatbot-widget-module__dM-Lmq__messageBot{justify-content:flex-start}.chatbot-widget-module__dM-Lmq__message{border-radius:.5rem;max-width:20rem;padding:.5rem 1rem;font-size:.875rem}.chatbot-widget-module__dM-Lmq__messageUserContent{background-color:var(--nh-accent);color:#fff;border-bottom-right-radius:0}.chatbot-widget-module__dM-Lmq__messageBotContent{background-color:var(--muted);color:var(--foreground);border-bottom-left-radius:0}.chatbot-widget-module__dM-Lmq__messageText{white-space:pre-wrap}.chatbot-widget-module__dM-Lmq__loadingWrapper{justify-content:flex-start;display:flex}.chatbot-widget-module__dM-Lmq__loading{background-color:var(--muted);border-radius:.5rem;align-items:center;gap:.5rem;padding:.5rem 1rem;display:flex}.chatbot-widget-module__dM-Lmq__loadingIcon{width:1rem;height:1rem;color:var(--nh-accent);animation:1s linear infinite chatbot-widget-module__dM-Lmq__spin}.chatbot-widget-module__dM-Lmq__loadingText{color:var(--muted-foreground);font-size:.75rem}.chatbot-widget-module__dM-Lmq__inputSection{border-top:1px solid var(--border);padding:1rem}.chatbot-widget-module__dM-Lmq__form{gap:.5rem;display:flex}.chatbot-widget-module__dM-Lmq__input{flex:1;height:2.25rem;font-size:.875rem}.chatbot-widget-module__dM-Lmq__sendButton{justify-content:center;align-items:center;display:flex;background-color:var(--nh-accent)!important;width:2.25rem!important;height:2.25rem!important;padding:0!important}.chatbot-widget-module__dM-Lmq__sendButton:hover{background-color:var(--nh-accent-deep)!important}.chatbot-widget-module__dM-Lmq__sendIcon{width:1rem;height:1rem}@keyframes chatbot-widget-module__dM-Lmq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
@keyframes blog-detail-module__BjFbfq__pulse{0%,to{opacity:1}50%{opacity:.5}}.blog-detail-module__BjFbfq__page{background-color:var(--background);min-height:100vh;animation:.5s ease-out both blog-detail-module__BjFbfq__float-in}.blog-detail-module__BjFbfq__container{width:100%;max-width:48rem;margin:0 auto;padding:0 1.5rem}.blog-detail-module__BjFbfq__loadingPage{background-color:var(--background);justify-content:center;align-items:center;min-height:100vh;display:flex}.blog-detail-module__BjFbfq__loadingInner{text-align:center;padding-top:8rem}.blog-detail-module__BjFbfq__loadingText{color:#fff9;font-size:1.125rem;animation:2s cubic-bezier(.4,0,.6,1) infinite blog-detail-module__BjFbfq__pulse}.blog-detail-module__BjFbfq__errorPage{background-color:var(--background);min-height:100vh}.blog-detail-module__BjFbfq__errorContent{text-align:center;padding-top:8rem;padding-left:1.5rem;padding-right:1.5rem}.blog-detail-module__BjFbfq__errorText{color:#fff9;margin-bottom:1.5rem;font-size:1.125rem}.blog-detail-module__BjFbfq__errorButton{background-color:var(--nh-accent-bright);color:#fff}.blog-detail-module__BjFbfq__errorButton:hover{background-color:var(--nh-accent)}.blog-detail-module__BjFbfq__backSection{padding-top:6rem;padding-left:1.5rem;padding-right:1.5rem}.blog-detail-module__BjFbfq__backButton{border:1px solid var(--nh-accent-bright);color:var(--nh-accent-bright);background-color:#0000;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1.5rem;transition:all .3s;display:inline-flex}.blog-detail-module__BjFbfq__backButton:hover{background-color:var(--nh-accent-bright);color:#fff}.blog-detail-module__BjFbfq__headerSection{border-bottom:1px solid #ffffff1a;padding:2rem 1.5rem}@media (min-width:640px){.blog-detail-module__BjFbfq__headerSection{padding-top:3rem;padding-bottom:3rem}}.blog-detail-module__BjFbfq__articleTitle{color:#fff;margin-bottom:1rem;font-size:2.25rem;font-weight:700;line-height:1.1}@media (min-width:640px){.blog-detail-module__BjFbfq__articleTitle{margin-bottom:1.5rem;font-size:3rem}}@media (min-width:768px){.blog-detail-module__BjFbfq__articleTitle{font-size:3.75rem}}.blog-detail-module__BjFbfq__articleExcerpt{color:#ffffffb3;margin-bottom:1rem;font-size:1.125rem;line-height:1.75}@media (min-width:640px){.blog-detail-module__BjFbfq__articleExcerpt{font-size:1.25rem}}.blog-detail-module__BjFbfq__articleMeta{color:#ffffff80;flex-direction:column;gap:.75rem;font-size:.875rem;display:flex}@media (min-width:640px){.blog-detail-module__BjFbfq__articleMeta{flex-direction:row;gap:1.5rem;font-size:1rem}}.blog-detail-module__BjFbfq__coverSection{padding:2rem 1.5rem}@media (min-width:640px){.blog-detail-module__BjFbfq__coverSection{padding-top:3rem;padding-bottom:3rem}}.blog-detail-module__BjFbfq__coverImage{border:1px solid #ffffff1a;border-radius:.5rem;width:100%;height:16rem;animation:.7s ease-out both blog-detail-module__BjFbfq__float-in;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}@media (min-width:640px){.blog-detail-module__BjFbfq__coverImage{height:20rem}}@media (min-width:768px){.blog-detail-module__BjFbfq__coverImage{height:24rem}}.blog-detail-module__BjFbfq__contentSection{padding:2rem 1.5rem}@media (min-width:640px){.blog-detail-module__BjFbfq__contentSection{padding-top:3rem;padding-bottom:3rem}}.blog-detail-module__BjFbfq__prose{color:#fffc;max-width:42rem;margin:0 auto;line-height:2}.blog-detail-module__BjFbfq__prose>*+*{margin-top:1.5rem}.blog-detail-module__BjFbfq__proseH2{color:#fff;margin-top:3rem;margin-bottom:1rem;padding-top:1rem;font-size:1.875rem;font-weight:700;animation:.5s ease-out both blog-detail-module__BjFbfq__float-in}@media (min-width:640px){.blog-detail-module__BjFbfq__proseH2{font-size:2.25rem}}.blog-detail-module__BjFbfq__proseH3{color:var(--nh-accent-bright);margin-top:2rem;margin-bottom:.75rem;font-size:1.5rem;font-weight:700;animation:.5s ease-out both blog-detail-module__BjFbfq__float-in}@media (min-width:640px){.blog-detail-module__BjFbfq__proseH3{font-size:1.875rem}}.blog-detail-module__BjFbfq__proseUl{margin-left:1rem;list-style-type:disc;list-style-position:inside;animation:.5s ease-out both blog-detail-module__BjFbfq__float-in}.blog-detail-module__BjFbfq__proseUl>*+*{margin-top:.5rem}.blog-detail-module__BjFbfq__proseOl{margin-left:1rem;list-style-type:decimal;list-style-position:inside;animation:.5s ease-out both blog-detail-module__BjFbfq__float-in}.blog-detail-module__BjFbfq__proseOl>*+*{margin-top:.5rem}.blog-detail-module__BjFbfq__proseLi{color:#fffc}.blog-detail-module__BjFbfq__proseP{color:#fffc;line-height:2;animation:.5s ease-out both blog-detail-module__BjFbfq__float-in}.blog-detail-module__BjFbfq__ctaSection{border-top:1px solid #ffffff1a;padding:3rem 1.5rem}@media (min-width:640px){.blog-detail-module__BjFbfq__ctaSection{padding-top:5rem;padding-bottom:5rem}}.blog-detail-module__BjFbfq__ctaContainer{text-align:center;}.blog-detail-module__BjFbfq__ctaTitle{color:#fff;margin-bottom:1.5rem;font-size:1.875rem;font-weight:700;line-height:1.1}@media (min-width:640px){.blog-detail-module__BjFbfq__ctaTitle{font-size:2.25rem}}@media (min-width:768px){.blog-detail-module__BjFbfq__ctaTitle{font-size:3rem}}.blog-detail-module__BjFbfq__ctaButton{background-color:var(--nh-cta);color:#fff;cursor:pointer;border:none;border-radius:9999px;align-items:center;padding:.75rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex}@media (min-width:640px){.blog-detail-module__BjFbfq__ctaButton{padding:1rem 3rem;font-size:1.125rem}}.blog-detail-module__BjFbfq__ctaButton:hover{background-color:var(--nh-cta-dark);transform:scale(1.05)}
.page-module__4CcDgW__page{background-color:var(--background);min-height:100vh;overflow-x:hidden}.page-module__4CcDgW__container{width:100%;margin:0 auto;padding:0 1rem}@media (min-width:640px){.page-module__4CcDgW__container{max-width:640px;padding:0 1.5rem}}@media (min-width:768px){.page-module__4CcDgW__container{max-width:768px}}@media (min-width:1024px){.page-module__4CcDgW__container{max-width:1024px}}@media (min-width:1280px){.page-module__4CcDgW__container{max-width:1280px}}.page-module__4CcDgW__hero{background:linear-gradient(to bottom right, var(--nh-accent-bright), var(--nh-accent-deep));padding-top:6rem;padding-bottom:3rem;position:relative;overflow:hidden}.page-module__4CcDgW__heroContainer{text-align:center;}.page-module__4CcDgW__heroTitle{color:#fff;text-wrap:balance;margin-bottom:1rem;font-size:2.25rem;font-weight:700}@media (min-width:640px){.page-module__4CcDgW__heroTitle{font-size:3rem}}@media (min-width:768px){.page-module__4CcDgW__heroTitle{font-size:3.75rem}}.page-module__4CcDgW__heroDescription{color:#fffc;text-wrap:pretty;max-width:42rem;margin:0 auto;font-size:1rem}@media (min-width:640px){.page-module__4CcDgW__heroDescription{font-size:1.125rem}}.page-module__4CcDgW__section{padding:3rem 0}@media (min-width:640px){.page-module__4CcDgW__section{padding:4rem 0}}.page-module__4CcDgW__sectionCard{background-color:var(--card);}.page-module__4CcDgW__sectionBackground{background-color:var(--background);}.page-module__4CcDgW__sectionMuted{background-color:var(--muted);}
.community-section-module__arFQKW__section{background:linear-gradient(to bottom right, var(--nh-green), #059669);padding-top:3rem;padding-bottom:3rem;position:relative;overflow:hidden}@media (min-width:640px){.community-section-module__arFQKW__section{padding-top:5rem;padding-bottom:5rem}}.community-section-module__arFQKW__content{z-index:10;position:relative}.community-section-module__arFQKW__header{text-align:center;margin-bottom:2.5rem}@media (min-width:640px){.community-section-module__arFQKW__header{margin-bottom:4rem}}.community-section-module__arFQKW__title{color:var(--foreground);text-wrap:balance;margin-bottom:1.5rem;font-size:1.875rem;font-weight:700}@media (min-width:640px){.community-section-module__arFQKW__title{font-size:3rem}}.community-section-module__arFQKW__subtitle{color:#fff;text-wrap:pretty;max-width:48rem;margin-left:auto;margin-right:auto;font-size:1rem}@media (min-width:640px){.community-section-module__arFQKW__subtitle{font-size:1.25rem}}.community-section-module__arFQKW__grid{gap:1.5rem;max-width:72rem;margin-left:auto;margin-right:auto;display:grid}@media (min-width:640px){.community-section-module__arFQKW__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem}}@media (min-width:768px){.community-section-module__arFQKW__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.community-section-module__arFQKW__card{-webkit-backdrop-filter:blur(4px);text-align:center;background-color:var(--card);padding:1.25rem;transition:all .3s;box-shadow:0 20px 25px -5px #0000001a}@media (min-width:640px){.community-section-module__arFQKW__card{padding:2rem}}.community-section-module__arFQKW__card:hover{transform:translateY(-.5rem);box-shadow:0 25px 50px -12px #00000040}.community-section-module__arFQKW__iconWrapper{background-color:var(--nh-accent);border-radius:9999px;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;margin-bottom:1rem;margin-left:auto;margin-right:auto;display:flex}@media (min-width:640px){.community-section-module__arFQKW__iconWrapper{width:4rem;height:4rem;margin-bottom:1.5rem}}.community-section-module__arFQKW__iconWrapperAlt{background-color:var(--nh-cta)}.community-section-module__arFQKW__iconWrapperGreen{background-color:var(--nh-green)}.community-section-module__arFQKW__icon{color:#fff;width:1.75rem;height:1.75rem}@media (min-width:640px){.community-section-module__arFQKW__icon{width:2rem;height:2rem}}.community-section-module__arFQKW__cardTitle{color:var(--foreground);margin-bottom:1rem;font-size:1.25rem;font-weight:700}@media (min-width:640px){.community-section-module__arFQKW__cardTitle{font-size:1.5rem}}.community-section-module__arFQKW__cardText{color:var(--muted-foreground)}.community-section-module__arFQKW__footer{text-align:center;margin-top:2.5rem}@media (min-width:640px){.community-section-module__arFQKW__footer{margin-top:4rem}}.community-section-module__arFQKW__quote{color:#fff;text-wrap:pretty;max-width:56rem;margin-left:auto;margin-right:auto;font-size:1.125rem;font-style:italic;font-weight:300}@media (min-width:640px){.community-section-module__arFQKW__quote{font-size:1.5rem}}.community-section-module__arFQKW__author{color:#fff;margin-top:1rem;font-weight:600}
.mission-vision-section-module__KTB2IW__section{background-color:var(--card);padding-top:5rem;padding-bottom:5rem;position:relative;overflow:hidden}.mission-vision-section-module__KTB2IW__overlay{opacity:.05;background-color:var(--background);position:absolute;inset:0}.mission-vision-section-module__KTB2IW__content{z-index:10;position:relative}.mission-vision-section-module__KTB2IW__header{text-align:center;margin-bottom:2.5rem}@media (min-width:640px){.mission-vision-section-module__KTB2IW__header{margin-bottom:4rem}}.mission-vision-section-module__KTB2IW__title{color:var(--foreground);text-wrap:balance;margin-bottom:1.5rem;font-size:1.875rem;font-weight:700}@media (min-width:640px){.mission-vision-section-module__KTB2IW__title{font-size:3rem}}.mission-vision-section-module__KTB2IW__divider{background-color:var(--nh-accent);width:6rem;height:.25rem;margin-bottom:2rem;margin-left:auto;margin-right:auto}.mission-vision-section-module__KTB2IW__grid{align-items:center;gap:2rem;max-width:72rem;margin-left:auto;margin-right:auto;display:grid}@media (min-width:768px){.mission-vision-section-module__KTB2IW__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:4rem}}.mission-vision-section-module__KTB2IW__cardGrid{flex-direction:column;gap:1.5rem;display:flex}@media (min-width:640px){.mission-vision-section-module__KTB2IW__cardGrid{gap:2rem}}.mission-vision-section-module__KTB2IW__missionCard{border-left-width:4px;padding:1rem;transition:box-shadow .3s;box-shadow:0 10px 15px -3px #0000001a}@media (min-width:640px){.mission-vision-section-module__KTB2IW__missionCard{padding:2rem}}.mission-vision-section-module__KTB2IW__missionCard:hover{box-shadow:0 20px 25px -5px #0000001a}.mission-vision-section-module__KTB2IW__greenBorder{border-left-color:var(--nh-green)}.mission-vision-section-module__KTB2IW__accentBorder{border-left-color:var(--nh-accent)}.mission-vision-section-module__KTB2IW__cardContent{align-items:start;gap:1rem;display:flex}.mission-vision-section-module__KTB2IW__iconCircle{border-radius:9999px;flex-shrink:0;padding:.75rem}.mission-vision-section-module__KTB2IW__greenBg{background-color:var(--nh-green)}.mission-vision-section-module__KTB2IW__accentBg{background-color:var(--nh-accent)}.mission-vision-section-module__KTB2IW__icon{color:#fff;width:1.5rem;height:1.5rem}.mission-vision-section-module__KTB2IW__cardTitle{color:var(--foreground);margin-bottom:.75rem;font-size:1.5rem;font-weight:700}.mission-vision-section-module__KTB2IW__cardText{color:var(--muted-foreground);line-height:1.625}.mission-vision-section-module__KTB2IW__visionContainer{position:relative}.mission-vision-section-module__KTB2IW__visionCard{background:linear-gradient(to bottom right, var(--nh-accent), var(--nh-accent-deep));color:#fff;border-radius:1.5rem;padding:1.25rem;box-shadow:0 25px 50px -12px #00000040}@media (min-width:640px){.mission-vision-section-module__KTB2IW__visionCard{padding:2rem}}.mission-vision-section-module__KTB2IW__visionTitle{margin-bottom:1rem;font-size:1.5rem;font-weight:700}@media (min-width:640px){.mission-vision-section-module__KTB2IW__visionTitle{margin-bottom:1.5rem;font-size:1.875rem}}.mission-vision-section-module__KTB2IW__visionText{margin-bottom:1rem;font-size:1rem;line-height:1.625}@media (min-width:640px){.mission-vision-section-module__KTB2IW__visionText{margin-bottom:1.5rem;font-size:1.125rem}}.mission-vision-section-module__KTB2IW__tagList{flex-wrap:wrap;gap:.5rem;display:flex}.mission-vision-section-module__KTB2IW__tag{color:#fff;background-color:#fff3;border-color:#ffffff4d}
