@charset "UTF-8";*{margin:0;padding:0;font-family:Century Gothic,sans-serif}:root{--font-family: "Century Gothic", sans-serif;--header-font-size: 3rem;--subheader-font-size: 1.5rem;--body-font-size: 1rem;--small-font-size: .875rem;--xsmall-font-size: .75rem;--button-font-size: 1rem;--title-font-size: 2.5rem;--subtitle-font-size: 2rem;--description-font-size: 1rem;--card-title-font-size: 1.4rem;--card-content-font-size: 1.1rem;--form-label-font-size: .9rem;--form-input-font-size: 1rem;--footer-font-size: .9rem;--badge-font-size: .8rem;--primary-color: #507b00}@media (max-width: 768px){:root{--header-font-size: 2rem;--subheader-font-size: 1.25rem;--body-font-size: .875rem;--small-font-size: .8rem;--xsmall-font-size: .7rem;--button-font-size: .95rem;--title-font-size: 2rem;--subtitle-font-size: 1.5rem;--description-font-size: .95rem;--card-title-font-size: 1.2rem;--card-content-font-size: 1rem;--form-label-font-size: .85rem;--form-input-font-size: .95rem;--footer-font-size: .85rem;--badge-font-size: .75rem}}@media (max-width: 480px){:root{--header-font-size: 1.75rem;--subheader-font-size: 1.125rem;--body-font-size: .85rem;--small-font-size: .75rem;--xsmall-font-size: .65rem;--button-font-size: .9rem;--title-font-size: 1.75rem;--subtitle-font-size: 1.25rem;--description-font-size: .9rem;--card-title-font-size: 1.1rem;--card-content-font-size: .95rem;--form-label-font-size: .8rem;--form-input-font-size: .9rem;--footer-font-size: .8rem;--badge-font-size: .7rem}}h1,h2,h3,h4,h5,h6{font-family:BauhausStd,sans-serif;font-size:var(--header-font-size)}.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}@font-face{font-family:BauhausStd;src:url(/assets/BauhausStd-Light-DYHKlpAw.otf) format("opentype");font-weight:300}@font-face{font-family:BauhausStd;src:url(/assets/BauhausStd-Medium-MGPA0355.otf) format("opentype");font-weight:500}@font-face{font-family:BauhausStd;src:url(/assets/BauhausStd-Demi-tiCh4io8.otf) format("opentype");font-weight:600}@font-face{font-family:BauhausStd;src:url(/assets/BauhausStd-Bold-BfpONju1.otf) format("opentype");font-weight:700}@font-face{font-family:BauhausStd;src:url(/assets/BauhausStd-Heavy-IvUBBXWn.otf) format("opentype");font-weight:900}@font-face{font-family:Century Gothic;src:url(./assets/fonts/centurygothic_bold.ttf.ttf) format("truetype");font-weight:700}@font-face{font-family:Century Gothic;src:url(/assets/centurygothic-BOrGIO_o.ttf) format("truetype");font-weight:400}.loading-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:#f5f5f5}.loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #4a90e2;border-radius:50%;animation:spin 1s linear infinite}.homeflash{font-size:1.4rem;padding:5px 10px}a{text-decoration:none}#root{overflow-x:hidden}.profile-dropdown{position:relative;display:inline-block;z-index:1001}.profile-trigger{cursor:pointer}.profile-avatar{width:40px;height:40px;border-radius:50%;background-color:#4d7c0f;display:flex;align-items:center;justify-content:center;overflow:hidden}.profile-avatar img{width:100%;height:100%;object-fit:cover}.avatar-initials{color:#fff;font-size:18px;font-weight:600}.header-dropdown-menu{position:absolute;top:100%;right:0;margin-top:8px;background-color:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;min-width:200px;z-index:1001}.user-info{padding:12px 16px;border-bottom:1px solid #eee}.user-name{font-weight:600;margin:0;color:#333}.user-email{margin:4px 0 0;font-size:14px;color:#666}.dropdown-divider{height:1px;background-color:#eee;margin:4px 0}.dropdown-item{display:block;width:100%;padding:12px 16px;text-align:left;border:none;background:none;color:#333;font-size:14px;cursor:pointer;text-decoration:none}.dropdown-item:hover{background-color:#f5f5f5}.logout-button{color:#dc3545}.edit-profile:hover{background-color:transparent}.logout-button:hover{background-color:#fff5f5}.navbar{background-color:#fff;box-shadow:0 2px 4px #0000001a;padding:0 20px;position:sticky;top:0;z-index:999}.nav-logo{height:90px;width:180px;transition:all .3s ease}.nav-logo img{height:100%;width:100%;object-fit:contain}.navbar-container{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;margin:0 auto;padding:10px 0}.nav-links{display:flex;align-items:center;gap:20px}.nav-links a,.dropbtn{text-decoration:none;color:#507b00;font-weight:bolder;background:none;border:none;cursor:pointer;font-size:1rem;padding:8px 12px;transition:color .3s ease}.nav-links a:hover,.dropbtn:hover{color:#3a5a00}.search-bar{position:relative;display:flex;align-items:center;background:#fff;padding:8px 15px;border-radius:20px;border:1px solid #ccc}.search-bar input{border:none;outline:none;margin-left:5px;width:200px;font-size:14px}.search-bar svg{color:#666;cursor:pointer}.search-results{position:absolute;top:100%;left:0;right:0;background:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;margin-top:8px;max-height:300px;overflow-y:auto;z-index:1000;font-size:14px}.search-result-item{padding:12px 16px;cursor:pointer;transition:background-color .2s}.search-result-item:hover{background-color:#f5f5f5}.no-results{padding:12px 16px;color:#666;text-align:center}.nav-icons{display:flex;align-items:center;gap:15px}.icon{font-size:20px;cursor:pointer;color:#333}.avatar{width:30px;height:30px;border-radius:50%}.menu-icon{display:none;font-size:24px;cursor:pointer;color:#507b00;z-index:1000}.subscribe-btn{background-color:#507b00;color:#fff;padding:.8rem 1.2rem;font-size:.9rem;font-weight:700;min-width:120px;border:none;cursor:pointer;border-radius:4px;transition:background-color .3s ease}.subscribe-btn:hover{background-color:#3a5a00}.dropdown{position:relative}.dropdown-content{position:absolute;top:100%;left:0;background-color:#fff;border:1px solid #ccc;min-width:200px;z-index:1000;display:none;flex-direction:column;box-shadow:0 4px 8px #0000001a;padding:8px 0}.dropdown:hover .dropdown-content{display:flex}.dropdown-content a{padding:12px 15px;text-decoration:none;color:#333;font-size:.9rem;transition:background-color .3s ease}.dropdown-content a:hover{background-color:#f0f0f0}@media (max-width: 980px){.nav-logo{height:60px;width:120px}.nav-links{position:fixed;top:0;left:0;right:0;bottom:0;flex-direction:column;background-color:#fff;padding:80px 20px 20px;transform:translate(-100%);opacity:0;visibility:hidden;transition:all .3s ease;box-shadow:0 4px 6px #0000001a;z-index:999;overflow-y:auto}.nav-links.open{transform:translate(0);opacity:1;visibility:visible;gap:10px}.search-bar{width:100%;margin:10px 0}.search-bar input{width:100%}.nav-links a,.dropbtn{width:100%;text-align:left;border-bottom:1px solid #eee;font-size:1rem}.dropdown-content{display:none!important}.mobile-nav-item{width:100%;padding:15px;border-bottom:1px solid #eee;font-size:1rem;color:#507b00;text-decoration:none;display:block}.mobile-nav-item:hover{background-color:#f8f8f8}.menu-icon{display:block}.subscribe-btn{width:100%;margin-top:10px;padding:15px;font-size:1.1rem}}@media (max-width: 480px){.navbar{padding:0 10px}.nav-logo{height:50px;width:100px}}.footer{background-color:#000;color:#fff}.newsletter{background-color:#27b0b0;color:#fff;text-align:center;padding:30px 20px}.newsletter-container{display:flex;flex-direction:row;justify-content:space-evenly;flex-wrap:wrap;align-items:center;width:100%;margin:0 auto;gap:1.5rem}.newsletter h2{font-size:2.1rem}.newsletter-input{display:flex;flex-direction:column;gap:.1rem}.newsletter-input input{padding:20px;width:350px;border:none}.newsletter-input input::placeholder{font-size:1rem;color:#000;text-align:center}.newsletter-input button{background-color:#507b00;color:#fff;padding:1rem 2rem;font-size:1rem;border:none;cursor:pointer}.social-icons a{margin-right:15px;color:#fff;transition:color .3s}.social-icons a:hover{color:#27b0b0}.footer-container{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}.footer-content{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;padding:1rem;gap:2rem}.footer-about{max-width:400px;flex:0 0 400px}.footer-links-container{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;flex:1;max-width:800px}.footer-links h4,.footer-contact h4,.footer-about h2{font-size:1.4rem;padding-bottom:1rem;font-family:Century Gothic,sans-serif;font-weight:600}.footer-about h2{padding-top:1rem}.footer-links ul,.footer-contact ul{list-style:none;padding:0}.footer-links ul li,.footer-contact ul li{margin-bottom:16px;font-size:.9rem}.footer-links ul li a,.footer-contact ul li a{text-decoration:none;color:inherit;cursor:pointer}@media (max-width: 768px){.newsletter-container{flex-direction:column;align-items:center;width:100%}.newsletter-input{flex-direction:column}.newsletter-input input{width:87%}.newsletter-input button{width:100%}.footer-content{flex-direction:column}.footer-about{max-width:100%;flex:0 0 100%}.footer-links-container{width:100%}}.branding-section{text-align:center;display:flex;justify-content:center;background-color:#fff;padding:2rem 0}.branding-section-content{display:flex;gap:2rem;align-items:center;justify-content:center;width:100%;max-width:1200px;padding:0 1rem}.branding-section-content>div{flex:1;display:flex;justify-content:left;align-items:center;text-align:left}.branding-logo{max-width:200px;height:auto;object-fit:contain}.branding-text{color:#507b00;font-size:var(--header-font-size);font-weight:700;line-height:1.2;margin-top:1.2rem}@media (max-width: 768px){.branding-section-content{flex-direction:column;gap:.5rem;text-align:center}.branding-text{font-size:2rem}.branding-logo{width:200px}}@media (max-width: 600px){.branding-text{font-size:1.6rem;text-align:center}.branding-logo{width:180px}.footer-links-container{flex-direction:column;gap:1.5rem}.footer-links h4,.footer-contact h4,.footer-about h2{font-size:1.2rem}.footer-links ul li,.footer-contact ul li{margin-bottom:12px;font-size:.85rem}.social-icons a{margin-right:10px}.social-icons a svg{width:30px;height:30px}}@media (max-width: 1200px){.footer-content{gap:1.5rem}.footer-links-container{gap:2rem}}@media (max-width: 992px){.footer-content{flex-direction:column;align-items:center}.footer-about{max-width:100%;text-align:left;flex:1}.footer-links-container{width:100%;justify-content:space-between}}@media (max-width: 768px){.footer-links-container{flex-wrap:wrap;gap:2rem}}@media (max-width: 576px){.footer-links-container{flex-direction:column;align-items:center;text-align:left}.footer-links,.footer-contact{width:100%;margin-bottom:1.5rem}.social-icons{justify-content:center}}.footer-links ul li a,.footer-contact ul li a,.social-icons a{transition:all .3s ease}.footer-links ul li a:hover,.footer-contact ul li a:hover{color:#27b0b0;padding-left:5px}.footer-trademark{background-color:#000;color:#fff;text-align:center;padding:1rem 0;width:100%;border-top:1px solid #444}.trademark-text{font-size:.85rem;color:#fff;margin:0}.footer-link-button{background:none;border:none;color:#fff;padding:0;font:inherit;cursor:pointer;text-decoration:none;transition:all .3s ease}.footer-link-button:hover{color:#27b0b0;padding-left:5px}.pdf-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000bf;display:flex;justify-content:center;align-items:center;z-index:1000;opacity:0;visibility:hidden;transition:all .3s ease-in-out}.pdf-modal-overlay.active{opacity:1;visibility:visible}.pdf-modal{background-color:#fff;border-radius:12px;width:90%;height:90%;max-width:1200px;display:flex;flex-direction:column;transform:translateY(-50px);opacity:0;transition:all .3s ease-in-out;box-shadow:0 5px 15px #0000004d}.pdf-modal-overlay.active .pdf-modal{transform:translateY(0);opacity:1}.pdf-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #eee;background-color:#517b02;border-radius:12px 12px 0 0}.pdf-modal-header h2{color:#fff;margin:0;font-size:1.5rem}.close-button{background:none;border:none;color:#fff;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;transition:transform .2s ease}.close-button:hover{transform:scale(1.1)}.pdf-modal-content{position:relative;flex:1;overflow:auto;background-color:#f5f5f5;border-radius:0 0 12px 12px}.pdf-protective-overlay{position:absolute;top:0;left:0;right:14px;bottom:0;z-index:10;cursor:default}.pdf-modal-content iframe{display:block;border:none;width:100%;height:100%}.pdf-modal-content::-webkit-scrollbar{width:14px}.pdf-modal-content::-webkit-scrollbar-track{background:#f1f1f1}.pdf-modal-content::-webkit-scrollbar-thumb{background:#888;border-radius:7px;border:2px solid #f1f1f1}.pdf-modal-content::-webkit-scrollbar-thumb:hover{background:#555}.auth-container{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:20px}.auth-box{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 0 20px #0000001a;width:100%;max-width:400px}.auth-logo-container{display:flex;justify-content:center;align-items:center;margin-bottom:1rem}.auth-logo{width:100px;height:100px;object-fit:contain;margin-bottom:1rem}.auth-box h2{text-align:center;color:#333;margin-bottom:.5rem}.auth-subtitle{text-align:center;color:#666;margin-bottom:2rem}.step-indicator{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:0 1rem}.step{display:flex;flex-direction:column;align-items:center;position:relative}.step-number{width:30px;height:30px;border-radius:50%;background-color:#e0e0e0;color:#666;display:flex;align-items:center;justify-content:center;font-weight:700;margin-bottom:.5rem;transition:all .3s ease}.step.active .step-number{background-color:#507b00;color:#fff}.step-label{font-size:.8rem;color:#666}.step.active .step-label{color:#507b00;font-weight:700}.step-connector{flex:1;height:2px;background-color:#e0e0e0;margin:0 10px;position:relative;top:-15px}.step.active+.step-connector{background-color:#507b00}.auth-form{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.9rem;color:#333;font-weight:500}.form-group input{padding:.75rem;border:1px solid #ddd;border-radius:5px;font-size:1rem;transition:border-color .3s ease}.form-group input:focus{outline:none;border-color:#507b00}.auth-button{background-color:#507b00;color:#fff;padding:.75rem;border:none;border-radius:5px;font-size:1rem;cursor:pointer;transition:background-color .3s ease;margin-top:1rem}.auth-button:hover{background-color:#45a049}.auth-button:disabled{background-color:#ccc;cursor:not-allowed}.error-message{background-color:#ffebee;color:#c62828;padding:.75rem;border-radius:5px;margin-bottom:1rem;font-size:.9rem}.timer{font-size:.8rem;color:#666;margin-top:.5rem}.auth-footer{text-align:center;margin-top:1.5rem;color:#666}.auth-link{color:#507b00;text-decoration:none;font-weight:500}.auth-link:hover{text-decoration:underline}.otp-container{display:flex;gap:8px;justify-content:center;margin:1rem 0}.otp-input{width:40px;height:40px;text-align:center;font-size:1.2rem;border:1px solid #ddd;border-radius:5px;background:#fff;transition:all .3s ease}.otp-input:focus{border-color:#507b00;outline:none;box-shadow:0 0 0 2px #507b0033}.otp-input.filled{border-color:#507b00;background-color:#f1f8e9}.forgot-password-link{margin:0}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.homepage{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2.5rem;padding:0 1rem}:root{--slider-width: 100%;--slider-height: 400px}.slider-container{width:var(--slider-width);margin:0 auto;overflow:hidden;border-radius:10px;box-shadow:0 4px 20px #0000001a}.slide{display:flex;min-height:var(--slider-height);background-color:#f9f9f9;transition:all .3s ease-in-out}.left-image{flex:1;max-height:var(--slider-height);overflow:hidden;display:flex;align-items:center;justify-content:center}.left-image img{width:100%;height:100%;object-fit:contain;max-height:var(--slider-height)}.homeright-content{flex:1;padding:30px;position:relative;display:flex;flex-direction:column;min-height:var(--slider-height);box-sizing:border-box}.homeright-content h2{margin:63px 70px 10px;color:#507b00;font-size:var(--header-font-size);font-family:BauhausStd,sans-serif}.homeright-content p{white-space:pre-line;margin:0 70px 20px;font-size:21px;line-height:1.5;font-family:Century Gothic,sans-serif}.source{font-size:14px;margin:0 70px 20px;font-family:Century Gothic,sans-serif}.homeright-content .dots{display:flex;justify-content:center;gap:10px;position:absolute;bottom:29px;left:50%;transform:translate(-50%)}.source{font-size:14px;font-family:Century Gothic,sans-serif}.dot{width:12px;height:12px;border-radius:50%;background-color:#ccc;cursor:pointer;transition:background-color .3s}.dot.active{background-color:#064211}.arrows{position:absolute;bottom:29px;right:20px;display:flex;gap:10px}.arrows button{padding:8px 12px;background-color:#507b00;color:#fff;border:none;border-radius:6px;cursor:pointer}.arrows button:hover{background-color:#0056b3}@media (max-width: 968px){.slide{flex-direction:column}.left-image,.homeright-content{width:100%;min-height:auto;height:auto}.left-image img{height:auto;max-height:300px}.homeright-content{padding:20px}.homeright-content h2{margin:20px 0 10px;text-align:center}.homeright-content p{margin:0 auto;text-align:center}.homeright-content .dots{display:none}.source{text-align:center;margin:0 0 20px}.arrows{position:static;justify-content:center;margin-top:20px;transform:none}}.home-slider-section{position:relative;width:100%;margin:0 auto;text-align:left;padding:0}.home-hashtag{font-size:.95rem;color:#141313}.home-highlight{color:#507b00;font-weight:700;padding-top:1rem;font-size:var(--header-font-size)}.home-description{font-size:1rem;color:#000;padding:1rem 0rem}.home-slider-wrapper{width:100%;margin:0}.home-slider-wrapper .slick-slider{width:100%}.home-slider-wrapper .slick-list{margin:0;padding:0}.home-slider-wrapper .slick-slide{padding:0}.home-slider-wrapper .slick-track{display:flex;justify-content:space-between;margin-left:0}.home-nav-btns{display:flex;justify-content:space-between;width:100%;margin-top:2rem}.home-course-card{height:100%;min-height:460px;text-align:left;transition:transform .3s ease;display:flex;flex-direction:column;justify-content:space-between;padding-right:10px}.home-course-card-content{border:5px solid #17c0c0;padding:30px 20px;display:flex;flex-direction:column;justify-content:space-around;min-height:20rem;max-height:23rem}.home-course-card-title{font-size:1.5rem;font-weight:700;margin-bottom:.75rem}.home-course-card-description{font-size:.8rem;font-weight:700;color:#333;margin-bottom:1rem}.home-course-card img{width:100%;height:180px;object-fit:cover;border-radius:5px;margin-bottom:1rem}.home-learn-btn{background-color:#507b00;color:#fff;padding:1rem 2rem;font-size:1rem;min-width:170px;border:none;cursor:pointer;margin-top:auto;align-self:start}.home-learn-btn:hover{background-color:#1f3408}.home-learn-btn-wrapper{margin-top:1rem;display:flex;justify-content:left}.home-nav-btn{background:#628f0e;color:#fff;border:none;font-size:1.5rem;width:40px;height:40px;border-radius:50%;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease;flex-shrink:0}.home-nav-btn:hover{background-color:#1f3408}.home-nav-btn.home-left{margin-right:1rem}.home-nav-btn.home-right{margin-left:1rem}@media (max-width: 768px){.home-slider-course{width:calc(100% - 60px)}.home-course-card{flex:0 0 calc((100% - 1rem)/2);min-width:calc((100% - 1rem)/2)}}@media (max-width: 480px){.home-slider-course{width:calc(100% - 40px)}.home-course-card{flex:0 0 100%;min-width:100%}}.article-section{display:flex;flex-direction:column;width:100%;margin:0 auto;text-align:left}.section-hashtag{font-size:.95rem;color:#141313}.articlesection-title{color:#507b00;font-weight:700;padding-top:1rem;font-size:var(--header-font-size)}.section-description{font-size:1rem;color:#000;padding:1rem 0rem}.article-slider-wrapper{width:100%;margin:0rem 0;margin-bottom:2%}.article-slider-wrapper .slick-slider{width:100%}.article-slider-wrapper .slick-list{margin:0}.article-slider-wrapper .slick-slide{padding:0}.article-slider-wrapper .slick-track{display:flex;margin-left:0}.article-nav-btns{display:flex;justify-content:space-between;width:100%}.article-slider-wrapper .slick-prev,.article-slider-wrapper .slick-next{display:none}.article-slider-wrapper .slick-slider{margin-bottom:0}.article-card{height:100%;text-align:left;transition:transform .3s ease;display:flex;flex-direction:column;justify-content:space-between;gap:1rem}.home-article-card-content{padding:10px 0;flex-direction:column;justify-content:space-evenly;gap:8px;margin-right:.5rem}.home-article-card-content img{width:100%;object-fit:cover;margin-bottom:1rem;height:20rem}.article-card-title{font-size:1rem;font-weight:700;max-width:300px;margin-bottom:.75rem}.article-card h3{font-size:1rem;font-weight:700;margin-bottom:.5rem}.article-card p{font-size:.9rem;margin-bottom:1rem;color:#333}.read-btn:hover{background-color:#3a6b0e}@media (max-width: 768px){.article-slider-wrapper .slick-prev{left:0}.article-slider-wrapper .slick-next{right:0}.article-slider-wrapper{margin-bottom:10%}}@media (max-width: 480px){.article-slider-wrapper .slick-prev{left:0}.article-slider-wrapper .slick-next{right:0}.article-slider-wrapper{margin-bottom:10%}}.why-choose-us{width:100%;margin:0 auto;text-align:left;display:flex;flex-wrap:wrap;justify-content:space-between;gap:2rem;background-color:#fff}.why-choose-us-content{display:flex;justify-content:center;align-items:center;gap:6rem}.left-content{flex:1}.left-content-hashtag{font-size:.95rem;color:#141313}.left-content h4{font-size:.9rem;color:#4e4b4b;margin-bottom:.5rem;text-align:left}.why-choose-us-text h1{color:#507b00;font-weight:700;padding-top:1rem;font-size:var(--header-font-size)}.why-choose-us-description{font-size:1rem;max-width:600px;padding:1rem 0rem}@media (max-width: 1024px){.why-choose-us-description{max-width:100%}}.highlight{color:#4a7c0f;font-size:2.5rem}.left-content p{font-size:1rem;color:#222020;margin-bottom:2rem;text-align:left;max-width:800px}.earth-img{width:100%;max-width:600px;height:auto;border-radius:1rem;object-fit:cover}.right-content{flex:1;min-width:300px;gap:1rem;display:grid;grid-template-rows:repeat(4,1fr)}.feature-point{background-color:#7c3f00;color:#fff;padding:1rem 1.5rem;border-radius:2.5rem;font-size:1rem;line-height:1.5;text-align:left;font-family:Century Gothic,sans-serif;display:flex;align-items:center}@media (max-width: 1024px){.why-choose-us{flex-direction:column;align-items:center;gap:4rem}.why-choose-us-content{flex-direction:column;align-items:center}.left-content,.right-content{max-width:90%}.left-content h1{font-size:var(--header-font-size);white-space:nowrap}.left-content p{font-size:.95rem}.feature-point{font-size:.9rem;text-align:center;justify-content:center}}@media (max-width: 600px){.why-choose-us{gap:3rem}.left-content h1{font-size:1.8rem;white-space:nowrap}.left-content p{font-size:.9rem}.feature-point{font-size:.85rem;padding:.9rem 1.2rem}}.pricing-container{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.pricing-card{background-color:#1cb4a7;color:#fff;border-radius:.5rem;padding:2rem;width:300px;box-shadow:0 4px 10px #0000001a;display:flex;flex-direction:column;justify-content:space-between}.pricing-card h2{font-size:2rem;margin-bottom:1rem}.price{font-size:1.5rem;margin-bottom:1rem;font-weight:700;display:flex;align-items:center;margin-left:-20px}.price-symbol{display:flex;align-items:center;margin-bottom:1rem}.pricing-card ul{margin-bottom:1.5rem;padding:0rem 1rem}.pricing-card li{margin-bottom:.6rem;font-size:1rem}.enroll-btn-container{display:flex;justify-content:center;align-items:center;margin-top:1rem}.enroll-btn{background-color:#507b00;color:#fff;padding:1rem 2rem;font-size:1rem;border:none;cursor:pointer}.enroll-btn:hover{background-color:#365300}@media (max-width: 768px){.pricing-container{flex-direction:column;align-items:left;width:inherit!important}}.faq-container{position:relative;width:100%;margin:0 auto;text-align:left}.faq-heading{color:#5a8700;font-size:3rem;font-weight:700;text-align:left;margin-bottom:2rem}.faq-item-title{font-size:1rem;font-weight:700;margin-bottom:1rem}.faq-content{display:flex;gap:2rem;flex-wrap:wrap}.faq-column{flex:1;min-width:320px}.faq-item{margin-bottom:2rem;max-width:670px}.faq-item h3{font-size:1rem;font-weight:700;margin-bottom:.5rem}.faq-item p{font-size:1rem;color:#333}.faq-item ul{padding-left:2.2rem;margin-top:1.5rem}.faq-item li{margin-bottom:.5rem;font-size:.9rem}@media screen and (max-width: 768px){.faq-content{flex-direction:column;gap:0}.faq-heading{text-align:left;font-size:1.8rem}}.write-to-us-container{position:relative;width:100%;margin:0 auto;text-align:left;display:flex;flex-direction:row;justify-content:space-between;flex-wrap:wrap}.write-to-us-content{display:flex;flex-direction:column;justify-content:space-between;gap:2rem;width:100%}.lower-section{display:flex;flex-direction:row;justify-content:space-between;gap:1rem}.left-section,.right-section{flex:1 1 50%;padding-bottom:1rem;box-sizing:border-box}.query-title{font-size:14px;color:#555;margin-bottom:0;text-align:left;padding-bottom:1rem}.write-heading{font-size:var(--header-font-size);color:#447203;font-weight:700}.idea-image{width:100%;max-width:400px}.feedback-heading{font-size:1.6rem;padding:1rem 0rem}.feedback-form{display:flex;flex-direction:column;gap:1rem}.feedback-form input,.feedback-form textarea{padding:10px;border:2px solid #447203;border-radius:25px;font-size:14px;outline:none;width:100%;box-sizing:border-box}.feedback-form input::placeholder,.feedback-form textarea::placeholder{color:#000;opacity:1;padding:.2rem .8rem;font-size:1rem}.feedback-form textarea{border-radius:30px;resize:none;display:flex;align-items:center;padding-top:15px}.feedback-form button{background-color:#507b00;color:#fff;padding:1rem 2rem;font-size:1rem;min-width:170px;border:none;cursor:pointer}.feedback-form button:hover{background-color:#365b02}@media (max-width: 768px){.write-to-us-container,.lower-section{flex-direction:column}.left-section,.right-section{text-align:left}.idea-image{margin:0 auto}.feedback-form button{width:100%}}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(/assets/ajax-loader-BcnMEykj.gif) center center no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(data:application/vnd.ms-fontobject;base64,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);src:url(data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=) format("embedded-opentype"),url(data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format("woff"),url(data:font/ttf;base64,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) format("truetype"),url(/assets/slick-BlzDm7g2.svg#slick) format("svg")}.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translateY(-50%);cursor:pointer;color:transparent;border:none;outline:none;background:transparent}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:transparent;outline:none;background:transparent}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"•";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.loader-container{display:flex;justify-content:center;align-items:center;min-height:200px;width:100%}.loader{display:flex;gap:8px}.loader-circle{width:12px;height:12px;border-radius:50%;background-color:#507b00;animation:bounce .5s ease-in-out infinite}.loader-circle:nth-child(2){animation-delay:.1s}.loader-circle:nth-child(3){animation-delay:.2s}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.articles-page-container{display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden}.hero-section{position:relative;height:90vh;width:100%;overflow:hidden}.hero-image{width:100%;height:100%;object-fit:cover;opacity:.6}.overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#ffffff4d;z-index:2;display:flex;align-items:center;justify-content:flex-start;padding:0 5%}.hero-content{max-width:800px;z-index:3}.category{font-size:1rem;font-weight:600;margin-bottom:1rem;color:#000}.title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#704214}.author{font-size:1rem;margin-bottom:2rem;color:#000;font-weight:700}.article-read-button{background-color:#507b00;color:#fff;padding:1rem;font-size:1rem;font-weight:400;border:none;cursor:pointer;transition:background-color .3s ease;display:inline-block;text-decoration:none}.article-read-button:hover{background-color:#2e5d27}@media (max-width: 768px){.overlay{align-items:center;justify-content:center;padding:0 15px}.hero-content{text-align:left;width:100%}.title{font-size:1.8rem;line-height:1.3}.category{font-size:.9rem}.author{font-size:.9rem;margin-bottom:1.5rem}.article-read-button{padding:.8rem 1.5rem .8rem .8rem;font-size:.9rem}}.articles-container{padding:20px}.categories{display:flex;flex-wrap:wrap;gap:15px;justify-content:center;align-items:center;margin-bottom:30px}.category-btn{background-color:#507b00;color:#fff;padding:10px 20px;border:none;font-weight:500;cursor:pointer;transition:background .3s;min-width:170px;text-align:center}.category-btn.active{background-color:#fff;color:#4b830d;font-weight:700;color:#000;border:2px solid #4b830d}.category-btn:hover{background-color:#365d09;color:#fff}.article-cards-container{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;justify-items:center}.article-cards-container .article-card{border:3px solid #4b830d;overflow:hidden;background:#fff;display:flex;flex-direction:column;padding:.1rem}.card-image{position:relative;border-bottom:3px solid #4b830d}.card-image img{width:100%;height:100%;object-fit:cover}.article-badge{position:absolute;top:10px;left:6px;background:#fff;color:#4b830d;padding:5px 10px;border-radius:20px;font-size:var(--badge-font-size);font-weight:600;border:1px solid #4b830d}.article-card-content{display:flex;flex-direction:column;justify-content:space-between;flex-grow:1;align-items:flex-start;padding:.5rem}.article-title{font-size:14px;font-weight:700}.article-read-btn-container{display:flex;justify-content:flex-start}.article-read-btn{color:#507b00;font-weight:700;background-color:#fff;border:2px solid #507b00;padding:.5rem 1rem;font-size:.8rem;cursor:pointer}.read-btn{background-color:#507b00;color:#fff;padding:1rem 2rem;font-size:1rem;min-width:170px;border:none;cursor:pointer}.read-btn:hover{background:#4b830d}@media (max-width: 1200px){.article-cards-container{grid-template-columns:repeat(3,1fr)}}@media (max-width: 992px){.article-cards-container{grid-template-columns:repeat(2,1fr)}.categories{gap:10px}.category-btn{min-width:140px;padding:8px 15px}}@media (max-width: 768px){.article-cards-container{grid-template-columns:repeat(2,1fr);gap:20px}.categories{justify-content:center}.category-btn{min-width:120px}}@media (max-width: 480px){.article-cards-container{grid-template-columns:repeat(1,1fr)}.categories{flex-direction:column;align-items:stretch}.category-btn{width:100%;min-width:unset;max-width:none}}.truenorth-main-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:0rem 1rem}.truenorth-container{position:relative;min-height:100vh;display:flex;justify-content:center;align-items:center;padding:2rem;box-sizing:border-box;text-align:center;overflow:hidden;width:100%}.truenorth-container:before{content:"";position:absolute;top:0;left:0;height:100%;width:100%;background:url(/images/truenorth.jpg) no-repeat center center/cover;opacity:.6;z-index:0}.trueoverlay{padding:2rem;border-radius:16px;width:100%;position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center}.truenorth-logo{width:150px;height:auto;margin-bottom:1rem}.truetitle-green{font-size:3rem;color:#507b00;font-weight:700;margin:.5rem 0}.truesubtitle-brown{font-size:3rem;color:#703c14;font-weight:700;margin:.5rem 0 1rem}.truedescription{font-size:1rem;margin:1rem 0;font-weight:700;max-width:800px;text-align:center;line-height:1.6}.truelearn-btn{background-color:#507b00;color:#fff;padding:1rem 2rem;font-size:1rem;min-width:170px;border:none;cursor:pointer}.truelearn-btn:hover{background-color:#507b00}@media (max-width: 768px){.truetitle-green{font-size:2rem}.truesubtitle-brown{font-size:1.5rem}.truedescription{font-size:.95rem}.truenorth-logo{width:100px}}@media (max-width: 480px){.truetitle-green{font-size:1.75rem}.truesubtitle-brown{font-size:1.25rem}.truedescription{font-size:.9rem}.truelearn-btn{font-size:.95rem;padding:.6rem 1.2rem}}.mission-vision-section{display:flex;flex-direction:column;gap:1rem;padding:3rem 0rem;max-width:1200px;margin:0 auto}.text-content-title{font-size:.8rem;margin-bottom:1rem}.block{display:flex;align-items:center;justify-content:space-between;gap:3rem;flex-wrap:wrap}.mission img,.vision img{width:43%;height:auto;flex-shrink:0;object-fit:cover;aspect-ratio:1}.text-content{flex:1;min-width:300px}.text-content h5{font-size:.9rem;color:#666;margin-bottom:.5rem}.text-content h2{font-size:var(--header-font-size);color:#507b00;margin-bottom:1rem;font-weight:700}.text-content p{font-size:1rem;line-height:1.6;color:#1e1e1e;font-weight:500}.mission{display:flex;align-items:center;justify-content:space-between;gap:3rem;flex-wrap:wrap;flex-direction:row}.vision{display:flex;align-items:center;justify-content:space-between;gap:3rem;flex-direction:row-reverse}@media (max-width: 1200px){.mission img,.vision img{width:100%;max-width:320px;aspect-ratio:auto}.text-content{max-width:100%}}@media (max-width: 768px){.mission,.vision{flex-direction:column;text-align:left}.mission img,.vision img{width:100%;max-width:280px}}.values-section{display:flex;flex-direction:column;gap:2rem;align-items:flex-end;margin:auto;max-width:1200px}.values-content-wrapper{gap:2rem;min-height:600px}.values-text{scrollbar-width:thin;scrollbar-color:#888 #f1f1f1}.values-text::-webkit-scrollbar{display:none}.values-text::-webkit-scrollbar-track{background:#f1f1f1}.values-text::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.values-text::-webkit-scrollbar-thumb:hover{background:#555}.values-title{color:#507b00;font-size:var(--header-font-size);font-weight:700;margin-bottom:1.5rem;line-height:1.2}.values-subtitle{font-size:.875rem;color:#666;margin-bottom:.75rem}.values-list{list-style:none;padding:0;margin:0}.value-item{background-color:#1ab1a9;border-radius:1.5rem;color:#fff;padding:1rem 1.5rem;box-shadow:0 6px 12px #0000001a;margin-bottom:1.25rem;transition:background-color .3s ease,box-shadow .3s ease}.value-item-last{margin-bottom:0}.value-header{display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-size:1.125rem;font-weight:700}.value-button{background-color:#fff;color:#1ab1a9;border:none;border-radius:50%;width:32px;height:32px;font-weight:700;font-size:1rem;cursor:pointer;transition:transform .3s ease}.value-button:hover{transform:rotate(180deg)}.value-description{overflow:hidden;max-height:0;opacity:0;transition:max-height .5s ease,opacity .5s ease;font-size:1rem;line-height:1.6;color:#fffc}.value-item.expanded .value-description{max-height:500px;opacity:1}.values-image{width:100%;display:flex;justify-content:center}.image-illustration{max-width:700px;width:100%;height:auto;border-radius:1rem;padding-top:10rem}.values-scrollable-container{max-height:400px;overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none}.values-scrollable-container::-webkit-scrollbar{display:none}@media (max-width: 768px){.values-content-wrapper{flex-direction:column;text-align:left}.values-text,.values-image{width:100%;min-height:none}.image-illustration{padding-top:0}}.goals-section{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:2.5rem;max-width:1200px;padding-top:3rem}.goals-diagram{width:100%;display:flex;justify-content:center}.goals-diagram img{width:100%;height:100%;object-fit:contain;max-width:1000px}.diagram-img{width:100%;height:auto;position:relative;align-items:left}.demograpics-title{position:absolute;top:50%;left:50%;color:#fff}.goals-content{width:100%}.goals-subtitle{font-size:var(--form-label-font-size);color:#666;padding:1rem 0rem}.goals-title{color:#507b00;font-size:var(--header-font-size);font-weight:700;margin-bottom:1rem;line-height:1.2}.goal-group{margin-bottom:2rem}.goal-group-title{font-weight:400;font-size:1.125rem;margin-bottom:.75rem}.goal-icons{display:flex;flex-wrap:wrap;gap:.5rem}.goal-icon{width:100px;height:100px;object-fit:contain}@media (max-width: 768px){.goals-section{flex-direction:column;align-items:center;justify-content:center}}.team-section{text-align:center;max-width:1200px}.team-title{color:#507b00;font-size:var(--header-font-size);font-weight:700;margin-bottom:2rem}.team-grid{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.team-card{width:100%;max-width:350px;padding:1rem;transition:transform .2s ease}.team-card:hover{transform:translateY(-5px)}.team-photo{width:100%;height:auto;border-radius:6px;object-fit:cover;border:5px solid #a0611a}.team-photo img{height:100%;width:100%;object-fit:cover}.team-info{margin-top:1rem;text-align:left}.team-name,.team-role{font-weight:700;margin-bottom:.25rem;font-size:1.4rem}.team-qual{font-size:1.2rem}@media (max-width: 768px){.team-grid{flex-direction:column;align-items:center}.team-photo{width:80%;height:auto;object-fit:cover}}@media (max-width: 480px){.team-title{font-size:var(--subtitle-font-size)}.team-card{padding:.75rem}.team-name,.team-role{font-size:1rem}.team-qual{font-size:.8rem}}.community-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;padding:0rem 1rem}.communitytruenorth-container{position:relative;min-height:100vh;display:flex;justify-content:center;align-items:center;padding:2rem;box-sizing:border-box;text-align:center;overflow:hidden}.communitytruenorth-container:before{content:"";position:absolute;top:0;left:0;height:100%;width:100%;background:url(/images/community_hero-section.jpg) no-repeat center center/cover;opacity:.6;z-index:0}.communityoverlay{padding:2rem;border-radius:16px;width:100%;position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center}.comumunity-logo{width:150px;height:auto;margin-bottom:1rem}.communitytitle-green{font-size:var(--title-font-size);color:#4c8c2b;font-weight:700;margin:.5rem 0}.communitysubtitle-brown{font-size:var(--subtitle-font-size);color:#703c14;margin:.5rem 0 1rem;font-weight:700}.communitydescription{font-size:var(--description-font-size);color:#1e1e1e;margin:1rem 0;font-weight:600;line-height:1.6;max-width:800px}.communitylearn-btn{padding:.75rem 1.5rem;background-color:#507b00;color:#fff;border:none;font-size:var(--button-font-size);cursor:pointer;transition:background-color .3s;text-decoration:none}.communitylearn-btn:hover{background-color:#2f622a}@media (max-width: 768px){.communitytitle-green{font-size:var(--subtitle-font-size)}.communitysubtitle-brown{font-size:var(--card-title-font-size)}.communitydescription{font-size:var(--body-font-size)}.comumunity-logo{width:120px}}@media (max-width: 480px){.title-green{font-size:var(--subtitle-font-size)}.subtitle-brown{font-size:var(--card-title-font-size)}.description{font-size:var(--body-font-size)}.learn-btn{font-size:var(--button-font-size);padding:.6rem 1.2rem}}.community-badge{padding:2rem 0rem;font-size:var(--subtitle-font-size)}.who-can-join{display:flex;flex:2 1 0;align-items:center;justify-content:space-between;gap:2rem}.who-left{flex:1;min-width:310px}.community-section-subtitle{font-size:var(--form-label-font-size);margin-bottom:1rem}.community-section-title{font-size:var(--header-font-size);font-weight:700;margin-bottom:1.5rem;color:#507b00}.role-list{list-style:none;padding:0;margin:0}.role-item{background-color:#22c1c3;color:#fff;padding:.75rem 1.5rem;border-radius:25px;margin-bottom:15px;font-weight:700;font-size:var(--body-font-size);text-align:left;transition:background-color .3s ease}.role-item:hover{background-color:#1a9ca0}.who-right{flex:2;text-align:center}.who-image{max-width:100%;height:auto}@media (max-width: 768px){.who-can-join{flex-direction:column;text-align:left}.who-left,.who-right{width:100%}.section-title{font-size:1.8rem}.role-item{font-size:var(--body-font-size)}}.why-join{display:flex;align-items:left;justify-content:space-between;gap:2rem}.why-image-container{flex:1;min-width:300px;text-align:center}.why-image{max-width:100%;height:auto}.why-content{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center}.why-subtitle{font-size:.9rem;color:#555;margin-bottom:.5rem}.why-title{font-size:2rem;font-weight:700;color:#4d7c0f;margin-bottom:1.5rem}.why-list{list-style:none;padding:0}.why-item{background-color:#22c1c3;color:#fff;font-weight:700;padding:.75rem 1.5rem;border-radius:25px;margin-bottom:20px;font-size:1rem}@media (max-width: 768px){.why-join{flex-direction:column-reverse;text-align:left}.why-title,.community-section-title{font-size:1.2rem;white-space:nowrap}.why-item{font-size:.95rem}}.what-to-follow{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.follow-content{flex:1;min-width:320px}.follow-subtitle{font-size:.9rem;color:#666;margin-bottom:.5rem}.follow-title{font-size:2rem;font-weight:700;color:#4d7c0f;margin-bottom:1.5rem}.follow-list{padding-left:1rem;color:#222;font-size:1rem;line-height:1.7}.follow-item{margin-bottom:1rem}.follow-image-container{flex:1;text-align:left}.follow-image{max-width:100%;height:auto}@media (max-width: 768px){.what-to-follow{flex-direction:column;align-items:left;text-align:left}.follow-title{font-size:1.6rem}.follow-item{font-size:.95rem}}.dashboard{display:flex;min-height:100vh}.sidebar{width:260px;border-right:2px solid #1a9ca0;padding:1rem}.sidebar h3{font-size:1.5rem;margin-bottom:1rem}.sdg-list li{display:flex;justify-content:space-between;padding:.5rem 0;font-size:.95rem;flex-direction:column;max-width:284px}.dropdown{background:none;border:none;font-size:1rem}.main-content{flex:1;display:flex;flex-direction:column;padding:1rem}.header{display:flex;justify-content:space-between;align-items:center;background:#4d7c0f;color:#fff;padding:.5rem 1rem;border-radius:4px}.profile-menu{position:relative;display:inline-block}.profile-pic{width:36px;height:36px;border-radius:50%;cursor:pointer}.dropdown-menu{position:absolute;top:40px;right:0;background:#fff;color:#000;box-shadow:0 2px 6px #0003;padding:.5rem;display:none;width:200px}.profile-menu:hover .dropdown-menu{display:block}.logout{background:#fff;color:#4d7c0f;border:1px solid #4d7c0f;padding:.3rem .7rem;cursor:pointer;border-radius:4px}.community-filters button,.community-filters select{padding:.5rem;border:3px solid #21b6ab;background:#fff}.posts{display:flex;flex-direction:column;gap:1rem}.post-card-header{background:#eee;padding:1rem;border-radius:6px;box-shadow:0 1px 2px #0000001a}.post-footer-left{display:flex;flex-direction:row;justify-content:center;justify-items:center;gap:.5rem}.post-footer{display:flex;justify-content:space-between;margin-top:.5rem;font-size:.85rem}@media (max-width: 768px){.dashboard{flex-direction:column}.sidebar{width:100%;border-right:none;border-bottom:1px solid #ccc}.community-filters{flex-direction:column}.header{flex-direction:column;align-items:flex-start}.post-footer{flex-direction:column;gap:.5rem}}.sdg-img{height:30px;width:auto;object-fit:contain}.sdg-img{height:30px;width:30px}.sdg-label{flex-grow:1;font-size:14px;font-weight:500}.subcategories-wrapper{padding:2rem}.subcategories-wrapper h2{text-align:left;margin-bottom:1.5rem;font-size:1.8rem}.subcategories-flex{display:flex;justify-content:flex-start;align-items:flex-start;gap:5rem}.subcategory-column{display:flex;flex-direction:column;gap:1.5rem}.subcategory-box{display:flex;align-items:flex-start;background:#fff}.subcategory-header h4{font-size:1.1rem;color:#222}.subcategory-icon{width:60px;height:60px;object-fit:contain}.subcategory-box ol{margin-left:1rem;padding-left:1rem}.subcategory-box li{margin-bottom:.25rem;font-size:1rem}@media (max-width: 768px){.subcategories-flex{flex-direction:column}.subcategory-column{width:100%}}.discussion-page{margin:0 auto}.dashboard{display:flex;gap:20px;margin-bottom:40px}.sidebar{width:300px;padding:20px;height:fit-content}.sdg-list{list-style:none;padding:0}.sdg-item{position:relative;padding:10px;border-bottom:1px solid #eee;display:flex;align-items:center;gap:10px}.sdg-img{width:30px;height:30px;object-fit:cover;border-radius:4px}.sdg-label{flex:1;font-size:14px}.dropdown{margin-left:auto;background:none;border:none;cursor:pointer;font-size:16px;padding:4px 8px;color:#666}.dropdown:hover{color:#333}.main-content{flex:1}.community-filters{display:flex;gap:1rem;flex-direction:row;padding:1rem 0rem;margin-bottom:20px;flex-wrap:wrap}.community-filters button{padding:8px 16px;background:#21b6ab;border:none;border-radius:4px;cursor:pointer}.community-filters select{padding:8px;border:3px solid #21b6ab;border-radius:4px}.posts{display:grid;gap:20px}.post-card{background:#fff;border-radius:8px;padding:20px;box-shadow:0 2px 4px #0000001a}.post-card-header{margin-bottom:15px}.post-card-header h3{font-size:1.2rem;font-weight:600}.post-footer{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #eee;padding-top:15px}.post-footer-left{display:flex;align-items:center;gap:20px}.post-footer-left-icon,.post-footer-left-text{display:flex;align-items:center;gap:5px;cursor:pointer}.subcategories-wrapper{margin-top:40px}.subcategories-flex{display:flex;gap:20px;margin-top:20px}.subcategory-column{flex:1;display:flex;flex-direction:column;gap:20px}.subcategory-box{background:#fff;border-radius:8px;padding:20px;box-shadow:0 2px 4px #0000001a}.subcategory-box-image{margin-bottom:15px}.subcategory-icon{width:100%;height:150px;object-fit:cover;border-radius:4px}.subcategory-header{margin-bottom:15px}.subcategory-box-content ol{padding-left:20px}.subcategory-box-content li{margin-bottom:8px;font-size:14px}.create-post-container{background:#fff;border-radius:8px;padding:20px;margin:20px 0;box-shadow:0 2px 4px #0000001a}.post-category-info{margin-bottom:15px;padding:10px;background:#f8f8f8;border-radius:4px}.selected-category,.selected-subcategory{margin:5px 0;color:#507b00}.create-post-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:15px}.submit-post-btn,.cancel-post-btn{padding:8px 16px;border-radius:4px;cursor:pointer;font-weight:500}.submit-post-btn{background-color:#507b00;color:#fff;border:none}.submit-post-btn:disabled{background-color:#ccc;cursor:not-allowed}.cancel-post-btn{background-color:#fff;color:#666;border:1px solid #ddd}.cancel-post-btn:hover{background-color:#f5f5f5}.sdg-header{display:flex;align-items:center;gap:10px;cursor:pointer;width:100%}.subcategory-list{list-style:none;padding:0;margin:0;padding-left:4.5rem;width:100%}.subcategory-item{padding:.5rem 1rem;margin:.25rem 0;cursor:pointer;transition:all .2s ease;border-radius:4px;font-size:.9rem;color:#666}.selection-buttons{display:flex;gap:15px;flex-wrap:wrap;align-items:center;width:100%}.create-post-button{padding:8px 16px;background-color:#507b00;color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:500;transition:background-color .2s;min-width:120px}.create-post-button:hover{background-color:#3d5c00}.select-group{flex:1;min-width:200px;max-width:300px}.category-select,.subcategory-select{width:100%;padding:8px;border:1px solid #ddd;border-radius:4px;background-color:#fff}.comunity-filters-separator{width:100%;height:2px;margin-bottom:1rem;background-color:#507b00}@media screen and (max-width: 768px){.selection-buttons{flex-direction:column;align-items:stretch}.select-group{width:100%;max-width:none}.create-post-button{width:100%;margin-bottom:10px}}.comment-section{margin-top:1rem;padding:1rem;background:#f8f9fa;border-radius:8px}.main-comment-form-container{margin-bottom:1.5rem}.add-comment-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#507b00;color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:500;transition:background-color .2s ease}.add-comment-button:hover{background:#3d5c00}.comment-form{margin-bottom:1.5rem;background:#fff;padding:1rem;border-radius:8px;box-shadow:0 1px 3px #0000001a}.comment-textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;margin-bottom:.5rem;resize:vertical}.comment-form-actions{display:flex;gap:.5rem;justify-content:flex-end}.comment-form button{padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-weight:500;transition:all .2s ease}.comment-form button[type=submit]{background:#507b00;color:#fff;border:none}.comment-form .cancel-button{background:#fff;color:#666;border:1px solid #ddd}.comment-form button:disabled{background:#ccc;cursor:not-allowed}.comment-form button:hover:not(:disabled){opacity:.9}.comment{background:#fff;padding:1rem;border-radius:8px;margin-bottom:1rem;box-shadow:0 1px 3px #0000001a;transition:all .2s ease}.comment:hover{box-shadow:0 2px 5px #00000026}.comment-header{display:flex;justify-content:space-between;margin-bottom:.5rem;font-size:.9rem}.comment-author{font-weight:600;color:#507b00}.comment-date{color:#666}.comment-content{margin:.5rem 0;line-height:1.5;word-break:break-word}.comment-actions{display:flex;gap:1rem;margin-top:.5rem;align-items:center}.like-button,.reply-button,.delete-button{display:flex;align-items:center;gap:.25rem;background:none;border:none;cursor:pointer;padding:.25rem .5rem;border-radius:4px;transition:all .2s ease}.like-button:hover,.reply-button:hover{background:#f0f0f0}.delete-button:hover{background:#ffebee}.reply-form-container{margin-top:1rem;padding-top:1rem;border-top:1px solid #eee}.comment-replies{margin-left:2rem;margin-top:1rem;position:relative}.comment-replies.tree-view{position:relative}.comment-replies.tree-view .reply-container{position:relative;padding-left:1.5rem}.comment-replies.tree-view .reply-line{position:absolute;left:0;top:0;bottom:0;width:2px;background:#ddd}.comment-replies.tree-view .reply-container:not(:last-child) .reply-line{height:100%}.comment-replies.tree-view .reply-container:last-child .reply-line{height:50%}.comment-replies.tree-view .reply-container:before{content:"";position:absolute;left:0;top:50%;width:1rem;height:2px;background:#ddd}@media (max-width: 768px){.comment-replies{margin-left:1rem}.comment-replies.tree-view .reply-container{padding-left:1rem}.comment-replies.tree-view .reply-container:before{width:.5rem}.comment-form-actions{flex-direction:column}.comment-form-actions button{width:100%}}.post-title-input{width:100%;padding:.5rem;margin-bottom:1rem;border:1px solid #ddd;border-radius:4px;font-size:1.1rem}.loading{text-align:center;padding:2rem;color:#666}.error{text-align:center;padding:2rem;color:#dc3545}#discussion-post-title{width:100%;padding:12px 16px;font-size:1.1rem;border:2px solid #e0e0e0;border-radius:8px;margin-bottom:16px;transition:all .3s ease;background-color:#fff}#discussion-post-title:focus{border-color:#507b00;box-shadow:0 0 0 2px #507b001a;outline:none}#discussion-post-content{width:100%;padding:12px 16px;font-size:1rem;border:2px solid #e0e0e0;border-radius:8px;margin-bottom:16px;resize:vertical;min-height:120px;transition:all .3s ease;background-color:#fff;line-height:1.5}#discussion-post-content:focus{border-color:#507b00;box-shadow:0 0 0 2px #507b001a;outline:none}#discussion-post-title::placeholder,#discussion-post-content::placeholder{color:#999;font-style:italic}#discussion-post-title:hover,#discussion-post-content:hover{border-color:#507b00}.delete-post-btn{padding:8px;background-color:#507b00;color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:500;transition:background-color .2s;min-width:70px}.workshop-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem}.workshop-heading{font-size:var(--header-font-size);font-weight:700;color:#507b00;margin-bottom:1rem;text-align:left;position:relative;width:100%}.workshop-cards-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;width:100%}.workshop-card{background:#fff;box-shadow:0 10px 25px #00000014;transition:all .3s ease;overflow:hidden;display:flex;flex-direction:column;border:3px solid #507b00;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative}.workshop-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 40px #0000001f}.workshop-card-image{width:100%;height:200px;object-fit:cover;transition:transform .3s ease}.workshop-card:hover .workshop-card-image{transform:scale(1.05)}.workshop-card-content{padding:1.2rem;flex:1;display:flex;flex-direction:column;text-align:left}.workshop-card-title{font-size:1.4rem;font-weight:600;color:#507b00;margin-bottom:.5rem;line-height:1.3;text-align:left}.workshop-card-description{font-size:.95rem;line-height:1.5;margin-bottom:.5rem;flex:1;text-align:left}.workshop-card-info{margin-bottom:1rem;text-align:left}.workshop-card-info p{display:flex;align-items:center;color:#64748b;font-size:.9rem;margin-bottom:.3rem;font-weight:500;text-align:left}.workshop-card-info i{margin-right:.75rem;color:#507b00;width:16px;flex-shrink:0}.workshop-card-link{display:inline-flex;align-items:center;padding:.6rem 1.2rem;background:#507b00;color:#fff;text-decoration:none;font-weight:600;font-size:.9rem;transition:all .3s ease;justify-content:center;margin-top:.5rem;text-align:left}.workshop-card-link:hover{background:#21b6ab;transform:translateY(-2px);box-shadow:0 8px 16px #507b004d}.workshop-card-link i{margin-left:.5rem;transition:transform .3s ease}.workshop-card-link:hover i{transform:translate(2px,-2px)}@media screen and (max-width: 768px){.workshop-container{padding:2rem 1rem}.workshop-heading{font-size:2rem;margin-bottom:2rem}.workshop-cards-container{grid-template-columns:1fr;gap:1.5rem}.workshop-card-image{height:180px}.workshop-card-content{padding:1.25rem}.workshop-card-title{font-size:1.25rem}}@media screen and (max-width: 480px){.workshop-container{padding:1.5rem 1rem}.workshop-heading{font-size:1.75rem}.workshop-card-image{height:160px}.workshop-card-content{padding:1rem}}.workshop-card{animation:fadeInUp .6s ease forwards}.workshop-card:nth-child(2){animation-delay:.1s}.workshop-card:nth-child(3){animation-delay:.2s}.ebooks-container-wrapper{display:flex;justify-content:center;align-items:center;width:100%}.ebook-container{text-align:center;padding:3rem 2rem;margin:0 auto;min-height:70vh}.ebook-section-title{font-size:var(--header-font-size);font-weight:700;color:#507b00;margin-bottom:1.5rem;display:inline-flex;align-items:left;gap:12px;text-align:left;position:relative;width:100%}.ebook-title-icon{width:32px;height:32px;filter:brightness(0) saturate(100%) invert(29%) sepia(84%) saturate(458%) hue-rotate(64deg) brightness(96%) contrast(101%)}.ebook-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin:0 auto}.ebook-card{background:#fff;padding:1rem;box-shadow:0 10px 25px #00000014;border:3px solid #507b00;text-align:left;position:relative;transition:all .3s ease;overflow:hidden}.ebook-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001f}.ebook-card .ebook-pdf-icon{font-size:3rem;color:#507b00;margin-bottom:1rem;display:block}.ebook-title{margin:1rem 0 .75rem;font-size:1.4rem;font-weight:600;color:#507b00;line-height:1.3}.ebook-info{font-size:.9rem;color:#64748b;margin-bottom:1rem;line-height:1.5;word-break:break-word}.ebook-upload-date{font-size:.85rem;color:#64748b;margin-bottom:1.5rem;display:flex;align-items:center;gap:8px;font-weight:500}.ebook-upload-date i{color:#507b00;flex-shrink:0}.ebook-view-btn{display:inline-flex;align-items:center;gap:8px;background:#507b00;color:#fff;padding:.75rem 1.5rem;border-radius:8px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s ease;justify-content:center}.ebook-view-btn:hover{background:#21b6ab;transform:translateY(-2px);box-shadow:0 8px 16px #507b004d}.ebook-view-btn i{transition:transform .3s ease}.ebook-view-btn:hover i{transform:scale(1.1)}.ebook-no-ebooks-box{border:2px dashed #507b00;border-radius:16px;padding:4rem 2rem;max-width:600px;margin:0 auto;background:#fff;box-shadow:0 10px 25px #0000000d;transition:all .3s ease}.ebook-no-ebooks-box:hover{border-color:#21b6ab;transform:translateY(-2px)}.ebook-no-ebooks-box .ebook-pdf-icon{font-size:4rem;color:#507b00;margin-bottom:1.5rem;opacity:.7}.ebook-no-ebooks-box p{font-size:1.2rem;color:#64748b;font-weight:500;margin:0}@keyframes ebook-fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.ebook-card{animation:ebook-fadeInUp .6s ease forwards}.ebook-card:nth-child(2){animation-delay:.1s}.ebook-card:nth-child(3){animation-delay:.2s}.ebook-no-ebooks-box{animation:ebook-fadeInUp .6s ease forwards}.toggle-container{margin-bottom:2rem}.toggle-btn{background:#507b00;color:#fff;padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin:0 .5rem}.toggle-btn:hover{background:#21b6ab;transform:translateY(-2px)}.toggle-btn.active{background:#21b6ab}@media screen and (max-width: 1024px){.ebook-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 768px){.ebook-container{padding:2rem 1rem}.ebook-section-title{font-size:2rem;margin-bottom:2rem;text-align:left}.ebook-title-icon{width:28px;height:28px}.ebook-grid{grid-template-columns:1fr;gap:1.5rem}.ebook-card{padding:1.5rem}.ebook-title{font-size:1.25rem}.ebook-no-ebooks-box{padding:3rem 1.5rem}}@media screen and (max-width: 480px){.ebook-container{padding:1.5rem 1rem}.ebook-section-title{font-size:1.75rem;flex-direction:column;gap:8px}.ebook-card{padding:1.25rem}.ebook-card .ebook-pdf-icon{font-size:2.5rem}.ebook-no-ebooks-box{padding:2.5rem 1rem}.ebook-no-ebooks-box .ebook-pdf-icon{font-size:3.5rem}}.research-papers-container-wrapper{display:flex;justify-content:center;align-items:center;width:100%}.research-papers-container{text-align:center;padding:40px 20px;min-height:70vh}.research-papers-section-title{font-size:var(--header-font-size);font-weight:700;color:#507b00;margin-bottom:1rem;display:inline-flex;align-items:center;gap:8px;position:relative;width:100%;text-align:left}.research-papers-section-title span{color:#507b00}.research-papers-title-icon{width:28px;height:28px;filter:hue-rotate(80deg) saturate(1.2)}.research-papers-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin:0 auto;padding:20px 0}.research-papers-card{background:#fff;box-shadow:0 10px 25px #00000014;transition:all .3s ease;overflow:hidden;border:3px solid var(--primary-color);position:relative;text-align:left;display:flex;flex-direction:column}.research-papers-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #507b0026;border-color:#507b00}.research-papers-card-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 1.5rem 0}.research-papers-pdf-icon-small{font-size:24px;color:#507b00}.research-papers-category{background:#507b00;color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600}.research-papers-card-content{padding:1rem 1.5rem;flex:1;display:flex;flex-direction:column}.research-papers-card-title{font-size:1.25rem;font-weight:600;color:#507b00;margin-bottom:.75rem;line-height:1.4}.research-papers-card-description{color:#64748b;font-size:.95rem;line-height:1.6;margin-bottom:1.5rem}.research-papers-card-meta{border-top:1px solid #f1f5f9;padding-top:1rem;margin-bottom:1rem;margin-top:auto}.research-papers-authors,.research-papers-date{font-size:.85rem;color:#64748b;margin:.5rem 0}.research-papers-authors strong,.research-papers-date strong{color:#507b00}.research-papers-card-footer{padding:0 1.5rem 1.5rem}.research-papers-download-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#507b00;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:.9rem;transition:all .3s ease;justify-content:center}.research-papers-download-btn:hover{background:#21b6ab;transform:translateY(-2px);box-shadow:0 8px 16px #507b004d}.research-papers-download-btn span{font-size:1.1rem}.research-papers-no-research-papers-box{border:2px dashed #507b00;border-radius:16px;padding:60px 20px;max-width:600px;margin:0 auto;background:#fff;box-shadow:0 10px 25px #0000000d;transition:all .3s ease;position:relative;overflow:hidden}.research-papers-no-research-papers-box:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:#507b00;z-index:1}.research-papers-no-research-papers-box:hover{transform:translateY(-3px);box-shadow:0 15px 30px #507b001a;border-color:#21b6ab}.research-papers-pdf-icon{font-size:64px;color:#507b00;margin-bottom:20px;opacity:.8;transition:all .3s ease}.research-papers-no-research-papers-box:hover .research-papers-pdf-icon{color:#21b6ab;transform:scale(1.1)}.research-papers-no-research-papers-box p{font-size:1.2rem;color:#64748b;font-weight:500;margin:0}.research-papers-card{animation:fadeInUp .6s ease forwards}.research-papers-card:nth-child(2){animation-delay:.1s}.research-papers-card:nth-child(3){animation-delay:.2s}.research-papers-card:nth-child(4){animation-delay:.3s}.research-papers-no-research-papers-box{animation:fadeInUp .6s ease forwards}@media (max-width: 1200px){.research-papers-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 900px){.research-papers-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.research-papers-grid{grid-template-columns:1fr}}@media (max-width: 768px){.research-papers-container{padding:30px 15px}.research-papers-section-title{font-size:2rem;margin-bottom:25px}.research-papers-title-icon{width:24px;height:24px}.research-papers-grid{grid-template-columns:1fr;gap:1.5rem}.research-papers-card-content{padding:.75rem 1rem}.research-papers-card-header{padding:1rem 1rem 0}.research-papers-card-footer{padding:0 1rem 1rem}.research-papers-no-research-papers-box{padding:40px 20px;max-width:90%}.research-papers-pdf-icon{font-size:48px}.research-papers-no-research-papers-box p{font-size:1.1rem}}@media (max-width: 480px){.research-papers-section-title{font-size:1.75rem}.research-papers-grid{grid-template-columns:1fr;padding:10px 0}.research-papers-card-title{font-size:1.1rem}.research-papers-card-description{font-size:.9rem}.research-papers-no-research-papers-box{padding:30px 15px}.research-papers-pdf-icon{font-size:40px}.research-papers-no-research-papers-box p{font-size:1rem}}.newsletter-page-container-wrapper{display:flex;justify-content:center;align-items:center;width:100%}.newsletter-page-container{padding:40px 20px;min-height:70vh}.newsletter-page-section-title{font-size:var(--header-font-size);font-weight:700;color:#507b00;margin-bottom:1rem;display:inline-flex;align-items:center;gap:8px;position:relative;width:100%;text-align:left}.newsletter-page-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin:0 auto;padding:20px 0}.newsletter-page-card{background:#fff;box-shadow:0 10px 25px #00000014;transition:all .3s ease;overflow:hidden;border:3px solid #507b00;position:relative;text-align:left;display:flex;flex-direction:column}.newsletter-page-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #507b0026;border-color:#507b00}.newsletter-page-card-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 1.5rem 0}.newsletter-page-icon{font-size:24px;color:#507b00}.newsletter-page-category{background:#507b00;color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600}.newsletter-page-card-content{padding:1rem 1.5rem;flex:1;display:flex;flex-direction:column}.newsletter-page-card-title{font-size:1.25rem;font-weight:600;color:#507b00;margin-bottom:.75rem;line-height:1.4}.newsletter-page-card-description{color:#64748b;font-size:.95rem;line-height:1.6;margin-bottom:1.5rem}.newsletter-page-card-meta{border-top:1px solid #f1f5f9;padding-top:1rem;margin-bottom:1rem;margin-top:auto}.newsletter-page-issue,.newsletter-page-date{font-size:.85rem;color:#64748b;margin:.5rem 0}.newsletter-page-issue strong,.newsletter-page-date strong{color:#507b00}.newsletter-page-card-footer{padding:0 1.5rem 1.5rem}.newsletter-page-view-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#507b00;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:.9rem;transition:all .3s ease;justify-content:center}.newsletter-page-view-btn:hover{background:#21b6ab;transform:translateY(-2px);box-shadow:0 8px 16px #507b004d}.newsletter-page-no-newsletters-box{border:2px dashed #507b00;border-radius:16px;padding:60px 20px;max-width:600px;margin:0 auto;background:#fff;box-shadow:0 10px 25px #0000000d;transition:all .3s ease;position:relative;overflow:hidden}.newsletter-page-no-newsletters-box:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:#507b00;z-index:1}.newsletter-page-no-newsletters-box:hover{transform:translateY(-3px);box-shadow:0 15px 30px #507b001a;border-color:#21b6ab}.newsletter-page-no-newsletters-box .newsletter-page-icon{font-size:64px;color:#507b00;margin-bottom:20px;opacity:.8;transition:all .3s ease}.newsletter-page-no-newsletters-box:hover .newsletter-page-icon{color:#21b6ab;transform:scale(1.1)}.newsletter-page-no-newsletters-box p{font-size:1.2rem;font-weight:500;margin:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.newsletter-page-card{animation:fadeInUp .6s ease forwards}.newsletter-page-card:nth-child(2){animation-delay:.1s}.newsletter-page-card:nth-child(3){animation-delay:.2s}.newsletter-page-card:nth-child(4){animation-delay:.3s}.newsletter-page-no-newsletters-box{animation:fadeInUp .6s ease forwards}@media (max-width: 1200px){.newsletter-page-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 900px){.newsletter-page-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.newsletter-page-grid{grid-template-columns:1fr}}@media (max-width: 768px){.newsletter-page-container{padding:30px 15px}.newsletter-page-section-title{font-size:2rem;margin-bottom:25px}.newsletter-page-grid{grid-template-columns:1fr;gap:1.5rem}.newsletter-page-card-content{padding:.75rem 1rem}.newsletter-page-card-header{padding:1rem 1rem 0}.newsletter-page-card-footer{padding:0 1rem 1rem}.newsletter-page-no-newsletters-box{padding:40px 20px;max-width:90%}.newsletter-page-no-newsletters-box .newsletter-page-icon{font-size:48px}}@media (max-width: 480px){.newsletter-page-section-title{font-size:1.75rem}.newsletter-page-grid{grid-template-columns:1fr;padding:10px 0}.newsletter-page-card-title{font-size:1.1rem}.newsletter-page-card-description{font-size:.9rem}.newsletter-page-no-newsletters-box{padding:30px 15px}.newsletter-page-no-newsletters-box .newsletter-page-icon{font-size:40px}}.quiz-full-container{width:100%}@media (min-width: 640px){.quiz-full-container{max-width:640px}}@media (min-width: 768px){.quiz-full-container{max-width:768px}}@media (min-width: 1024px){.quiz-full-container{max-width:1024px}}@media (min-width: 1280px){.quiz-full-container{max-width:1280px}}@media (min-width: 1536px){.quiz-full-container{max-width:1536px}}.quiz-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px}.knowledge-container{padding:.5rem 1rem;margin:0 auto;width:100%;box-sizing:border-box}.knowledge-header{text-align:left;margin-bottom:30px}.quiz-set-title{font-size:.9rem;font-weight:700}.hashtag{color:#555;font-size:14px;margin-bottom:5px}.knowledge-header h1{font-size:var(--header-font-size);color:#507b00;margin-top:1rem}.grid-container{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:15px}.grid-item{border:3px solid #22c1c3;overflow:hidden;transition:transform .3s ease}.image-container{width:100%;height:200px;overflow:hidden;border-bottom:3px solid #22c1c3}.title-container{padding:10px;text-align:left}.title-container p{margin:0;font-weight:500;color:#507b00;font-weight:700}@media (max-width: 1024px){.image-container{height:200px}}@media (max-width: 768px){.knowledge-header h1{font-size:26px}.image-container{height:auto}.grid-item img{height:200px}}@media (max-width: 480px){.grid-item img{height:200px}.grid-item p{font-size:12px}.image-container{height:auto}}@media (max-width: 1200px){.grid-container{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.grid-container{grid-template-columns:repeat(2,1fr)}}@media (max-width: 576px){.grid-container{grid-template-columns:1fr}}.sdg-container{padding:1rem;margin:0}.sdg-title{font-size:var(--header-font-size);color:#507b00}.quiz-sets-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px}.category-buttons{display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px;margin-bottom:30px}.category-button{padding:10px 20px;background-color:#507b00;color:#fff;border:none;font-weight:700;cursor:pointer;max-width:140px;transition:all .3s ease}.category-button.selected{background-color:#fff;color:#000;border:2px solid #4b7b2b}.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.quiz-card{border:2px solid #3B7A34;border-radius:8px;overflow:hidden;display:flex;flex-direction:column;background-color:#fff;transition:transform .3s ease}.main-quiz-card{border:15px solid #507b00;overflow:hidden;display:flex;flex-direction:column;padding:20px;max-width:800px}.card img{width:100%;height:150px;object-fit:cover;border-radius:4px}.card p{margin-top:10px;font-weight:700;color:#4b7b2b;font-size:18px}.quiz-page-container{padding:2rem;text-align:left}@media (max-width: 768px){.quiz-full-container{width:auto!important}.category-button{font-size:14px;padding:8px 16px}.card img{height:120px}}@media (max-width: 480px){.cards-grid{grid-template-columns:1fr 1fr}.card p{font-size:16px}}.scorecard{display:flex;justify-content:space-between;align-items:left;flex-direction:column;margin-bottom:20px;font-size:16px;gap:10px}.main-quiz-image-options-container{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center;gap:20px;width:100%}@media (max-width: 768px){.main-quiz-image-options-container{flex-direction:column}}.score strong{font-weight:700}.quiz-card{background:#f8f8f8;border:5px solid #4b8e28;padding:20px;border-radius:10px}.quiz-content{display:flex;flex-wrap:wrap;align-items:center;justify-content:center}.main-quiz-content{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px}.quiz-image img{width:100%;height:100%;object-fit:cover}.quiz-question{flex:1;margin-left:30px;min-width:300px}.main-quiz-submit-button{display:flex;justify-content:center;align-items:center}.main-quiz-question{display:flex;flex:1;flex-direction:row;justify-content:center;align-items:start;gap:20px}.main-quiz-question h2{font-size:var(--header-font-size);padding-bottom:10px;font-weight:lighter;max-width:900px;text-align:center}.quiz-question h2{font-size:var(--header-font-size);padding-bottom:10px;font-weight:400;max-width:900px}.options{display:flex;flex-direction:column;gap:15px;margin-bottom:20px}.options label{display:flex;align-items:center;background:#e2dada;padding:10px;border-radius:10px;cursor:pointer}.options input{margin-right:10px}.submit-button{background:#507b00;color:#fff;border:none;padding:12px 30px;font-size:16px;cursor:pointer;transition:.3s ease;min-width:150px}.submit-button:hover{background:#36701d}.next-button{text-align:right;margin-top:15px}.next-button a{color:#4b8e28;font-weight:700;font-size:18px;text-decoration:none}.next-button a:hover{text-decoration:underline}@media (max-width: 768px){.quiz-content{flex-direction:column}.quiz-question{margin-left:0;margin-top:20px}}@media (max-width: 480px){.quiz-card{padding:15px}.quiz-question h2{font-size:18px}.submit-button{width:100%}}.loading-spinner{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh}.spinner{width:50px;height:50px;border:5px solid #f3f3f3;border-top:5px solid #3498db;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.revealing-card{display:flex;flex-direction:column;align-items:center;gap:20px;max-width:800px;margin:0 auto}.revealing-card img{width:100%;height:auto;object-fit:contain;border-radius:8px}.revealing-card .next-button{margin-top:20px;width:100%;display:flex;justify-content:center}.revealing-card .next-button button{background:#507b00;color:#fff;border:none;padding:12px 30px;font-size:16px;cursor:pointer;transition:.3s ease;min-width:150px;border-radius:6px}.revealing-card .next-button button:hover{background:#36701d}.quiz-set-title{font-size:.9rem;font-weight:700;text-transform:capitalize}.contact-section{background:#000;padding:110px 20px}.contact-container{max-width:500px;margin:auto;background:#fff;border-radius:12px;box-shadow:0 10px 30px #00000014;padding:20px 30px;transition:all .3s ease}.contact-container:hover{transform:translateY(-5px)}.contact-title{text-align:center;margin-bottom:30px;font-size:2rem;color:#0c6fd1}.contact-form input,.contact-form textarea{width:100%;padding:7px;margin-bottom:20px;border:1px solid #ddd;border-radius:8px;font-size:1rem;transition:border-color .3s ease}.contact-form input:focus,.contact-form textarea:focus{border-color:#0c6fd1;outline:none}.contact-button{background-color:#0c6fd1;color:#fff;border:none;padding:14px;width:100%;font-size:1rem;border-radius:8px;cursor:pointer;transition:background-color .3s ease}.contact-button:hover{background-color:#095cad}@media (max-width: 600px){.contact-container{padding:30px 20px}.contact-title{font-size:1.6rem}.contact-form input,.contact-form textarea,.contact-button{font-size:.95rem}}.full-width-div{width:100%;padding:-10px;background-color:#507b00;color:#ede6e6;box-sizing:border-box;text-align:center;font-size:14px}.case-page-container{display:flex;justify-content:center;align-items:center}.case-cards-container{display:flex;justify-content:center;align-items:center;padding:1rem}@media screen and (max-width: 768px){.full-width-div{padding:15px;font-size:16px}}@media screen and (max-width: 480px){.full-width-div{padding:10px;font-size:14px}}.flash{font-size:2rem;color:#fff;font-weight:700;margin-bottom:0}.casestudy-container{position:relative;min-height:90vh;width:100%;display:flex;justify-content:flex-start;align-items:center;overflow:hidden}.case-hero-image{width:100%;height:100%;object-fit:cover;opacity:.6;position:absolute;top:0;left:0}.caseoverlay{position:relative;z-index:2;padding:2rem;max-width:800px;margin-left:5%}.casedescription{font-size:1rem;font-weight:600;margin-bottom:1rem;color:#000}.casetitle-brown{font-size:2.5rem;font-weight:700;margin-bottom:2rem;color:#704214}.caselearn-btn{background-color:#507b00;color:#fff;padding:1rem;font-size:1rem;font-weight:400;border:none;cursor:pointer;transition:background-color .3s ease;display:inline-block;text-decoration:none}.caselearn-btn:hover{background-color:#2e5d27}@media (max-width: 768px){.casetitle-brown{font-size:2rem}.casedescription{font-size:.9rem}}@media (max-width: 480px){.casetitle-brown{font-size:1.8rem}.caseoverlay{padding:1.5rem}}.case-cards-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,400px));gap:30px;padding:2rem}.case-card{border:3px solid #4b830d;overflow:hidden;background:#fff;display:flex;flex-direction:column;padding:.1rem;transition:transform .3s ease}.case-card:hover{transform:translateY(-8px)}.case-card-image{position:relative;border-bottom:3px solid #4b830d}.case-card-image img{width:100%;height:200px;object-fit:cover}.badge{position:absolute;top:10px;left:10px;background:#fff;color:#4b830d;padding:5px 10px;border-radius:20px;font-size:.75rem;font-weight:600;border:1px solid #4b830d}.case-card-content{display:flex;flex-direction:column;justify-content:space-between;flex-grow:1;align-items:flex-start;padding:.5rem}.case-card-title{font-size:1rem;font-weight:700;margin-bottom:.5rem}.case-card-read-btn-container{display:flex;justify-content:flex-start}.case-card-read-btn{color:#507b00;font-weight:700;background-color:#fff;border:2px solid #507b00;padding:.5rem 1rem;font-size:.8rem;cursor:pointer;border-radius:4px;transition:background-color .3s ease,color .3s ease}.case-card-read-btn:hover{background-color:#507b00;color:#fff}@media (max-width: 480px){.case-cards-container{grid-template-columns:1fr;padding:1rem}}.courses-page,.main-course-page-container{display:flex;flex-direction:column;align-items:center;justify-content:center}.flash-container{display:flex;flex-wrap:wrap;padding:20px;gap:20px;justify-content:space-evenly;width:100%;max-width:1400px;margin:0 auto}.filters{flex:1;min-width:250px;max-width:300px;border-right:2px solid #22c1c3;padding-right:20px}.filter-group-title{font-size:1.2rem;padding:.5rem 0rem}.filter-group-title .label{font-size:1rem;font-weight:700;padding:.5rem 0rem}.search-box input{width:100%;padding:10px;border-radius:25px;border:1px solid #cbd5e0;margin-bottom:20px}.filter-group label{display:flex;color:#333;margin-left:.5rem;align-items:start;gap:8px;padding:.5rem 1rem}.filter-group input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:16px;height:16px;border:2px solid #507b00;border-radius:3px;cursor:pointer;position:relative}.filter-group input[type=checkbox]:checked{background-color:#507b00}.filter-group input[type=checkbox]:checked:after{content:"✓";position:absolute;color:#fff;font-size:12px;top:50%;left:50%;transform:translate(-50%,-50%)}.filter-group label .label[type=checkbox]:checked{color:#507b00}.curse-filter-label{font-size:1rem;margin-bottom:.2rem}.course-grid-container{flex:3;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin-bottom:15px;width:100%}.grid-item{background:#fff;overflow:hidden;box-shadow:0 2px 4px #0000001a;transition:transform .2s ease}.grid-item:hover{transform:translateY(-5px)}.image-container{width:100%;height:200px;overflow:hidden}.image-container img{width:100%;height:100%;object-fit:cover}.title-container{padding:15px;text-align:left}@media (max-width: 1200px){.flash-container{padding:15px}.course-grid-container{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.category-tabs{justify-content:unset!important}}@media (max-width: 992px){.flash-container{flex-direction:column}.filters{max-width:100%;border-right:none;border-bottom:2px solid #22c1c3;padding-bottom:20px;margin-bottom:20px}.course-grid-container{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}}@media (max-width: 768px){.course-grid-container{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.image-container{height:180px}}@media (max-width: 576px){.flash-container{padding:10px}.course-grid-container{grid-template-columns:1fr}.image-container{height:200px}.filter-group label{padding:.3rem .5rem}}@media (max-width: 768px){.flash-container{flex-direction:column}.topics-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}}.flash-sales{font-family:Arial,sans-serif;width:100%}.flash-header{background-color:#4d7c0f;color:#fff;text-align:center;padding:1rem;font-weight:700;font-size:1.2rem}.flash-container{display:flex;flex-wrap:wrap;padding:20px;gap:20px}.filters{flex:1;border-right:2px solid #22c1c3;padding-right:20px}.search-box input{width:97%;padding:10px;border-radius:25px;border:1px solid #cbd5e0;margin-bottom:20px}.filter-group h4{margin-top:20px;color:#333}.topics-grid{flex:3;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.topic-card{border:2px solid #4ade80;padding:10px;border-radius:8px;text-align:center;background-color:#fff;transition:transform .2s ease}.topic-card:hover{transform:scale(1.05)}.topic-card img{width:100%;height:auto;max-height:150px;object-fit:contain}.topic-card p{font-weight:700;margin-top:10px;color:#333}@media (max-width: 768px){.flash-container{flex-direction:column}.filters{max-width:100%;border-right:none;padding-bottom:20px}}.courses-page{font-family:Arial,sans-serif;width:100%}.category-tabs{display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;margin:2rem 0}.category-tab{padding:.5rem 1rem;border:2px solid #507b00;background-color:#507b00;color:#fff;cursor:pointer;min-width:150px;transition:all .3s ease}.category-tab.active,.category-tab:hover{background-color:#fff;color:#507b00}.courses-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(286px,1fr));gap:30px;padding-bottom:1rem}.course-card{border:2px solid #4ade80;padding:10px;border-radius:8px;text-align:center;background-color:#fff;transition:transform .2s ease}.course-card:hover{transform:scale(1.03)}.course-card img{width:100%;height:auto;max-height:150px;object-fit:contain}.card-info p{margin:5px 0;font-size:14px;color:#333;font-weight:700}@media (max-width: 768px){.header-content h1{font-size:1.8rem}.subtitle{font-size:1rem}.description{font-size:.85rem}}.onlinetruenorth-container{position:relative;width:100%;min-height:80vh;display:flex;justify-content:center;align-items:center;box-sizing:border-box;text-align:center;overflow:hidden;margin-bottom:2rem}.onlinetruenorth-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("/images/7%20(1).jpg") no-repeat center center/cover;opacity:.5;z-index:0}.course-title-price{display:flex;color:#507b00;width:100%;justify-content:space-between;padding:.2rem 0rem}.courses-container-wrapper{padding:1rem}.course-language{color:#507b00}.course-information-container{padding:.5rem 1rem;font-size:.8rem;font-weight:700}.onlineoverlay{padding:4rem 2rem;border-radius:16px;max-width:1000px;width:100%;position:relative;z-index:1}.logo{width:100px;height:auto;margin-bottom:1rem}.onlinetitle-green{font-size:2.5rem;color:#4c8c2b;font-weight:700;margin:.5rem 0}.onlinesubtitle-brown{font-size:2rem;color:#703c14;font-weight:700;margin:.5rem 0 1rem;font-family:Fredoka,sans-serif}.onlinedescription{font-size:1rem;color:#1e1e1e;margin:1rem 0;font-weight:600;line-height:1.6}.onlinelearn-btn{padding:.75rem 1.5rem;background-color:#507b00;color:#fff;border:none;font-size:1rem;cursor:pointer;transition:background-color .3s}.onlinelearn-btn:hover{background-color:#2f622a}@media (max-width: 768px){.onlinetitle-green{font-size:2rem}.onlinesubtitle-brown{font-size:1.5rem}.onlinedescription{font-size:.95rem}.logo{width:80px}.flash-container{max-width:90%}}@media (max-width: 480px){.onlinetitle-green{font-size:1.75rem}.onlinesubtitle-brown{font-size:1.25rem}.onlinedescription{font-size:.9rem}.onlinelearn-btn{font-size:.95rem;padding:.6rem 1.2rem}}.clear-filters-btn{width:100%;padding:10px;margin-top:20px;background-color:#507b00;color:#fff;border:none;border-radius:5px;cursor:pointer;font-weight:700;transition:background-color .3s ease}.clear-filters-btn:hover{background-color:#1f3408}.profile-page{padding:2rem 0;max-width:1200px;margin:0 auto}.profile-page h1{color:#4d7c0f;margin-bottom:2rem;text-align:center}.profile-sections{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.profile-section{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;display:flex;flex-direction:column}.profile-section h2{color:#4d7c0f;margin-bottom:1.5rem;font-size:1.5rem}.profile-section-form{display:flex;flex-direction:column;flex:1}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#333;font-weight:500}.form-group input,.form-group textarea{width:95%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#4d7c0f}.submit-button{width:100%;padding:.75rem;background-color:#4d7c0f;color:#fff;border:none;border-radius:4px;font-size:1rem;cursor:pointer;transition:background-color .2s;margin-top:auto}.submit-button:hover{background-color:#3d620c}.submit-button:disabled{background-color:#ccc;cursor:not-allowed}.error-message{background-color:#fff5f5;color:#dc3545;padding:1rem;border-radius:4px;margin-bottom:1rem;text-align:center}.success-message{background-color:#f0fff4;color:#28a745;padding:1rem;border-radius:4px;margin-bottom:1rem;text-align:center}@media (max-width: 768px){.profile-sections{grid-template-columns:1fr}.profile-section{padding:1.5rem}}.article-page-response-container{max-width:1200px;margin:0 auto;padding:2rem;display:flex;justify-content:center;align-items:center;flex-direction:column}.article-header{text-align:left;margin-bottom:2rem}.article-page-title{font-size:2.5rem;color:#333;margin-bottom:1rem}.article-page-meta{display:flex;justify-content:center;gap:1rem;color:#666;font-size:1rem}.article-page-category{background-color:#e0e0e0;padding:.3rem .8rem;border-radius:20px}.article-page-image-container{width:100%;margin:2rem 0;text-align:left}.article-page-image{max-width:100%;box-shadow:0 4px 6px #0000001a}.article-page-content{margin:0 auto;line-height:1.6}.article-page-description{font-size:1.2rem;color:#444;margin-bottom:2rem;font-style:italic}.article-page-body{font-size:1.1rem;color:#333;white-space:pre-wrap}.error-message,.no-article-message{text-align:center;padding:2rem;color:#666;font-size:1.2rem}@media (max-width: 768px){.article-response-container{padding:1rem}.article-page-title{font-size:2rem}.article-page-image{max-height:400px}.article-page-content{padding:0 1rem}}
