@charset "UTF-8";.navbar{position:sticky;top:0;background:#fff;box-shadow:0 2px 10px #0000001a;z-index:100;transition:all .3s ease}.navbar.scrolled{box-shadow:0 4px 20px #00000026}.navbar .navbar-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;height:70px}@media (max-width: 768px){.navbar .navbar-container{padding:0 15px;width:100%}}.navbar .navbar-logo{font-size:1.4em;font-weight:700;color:#0038b8;text-decoration:none;display:flex;align-items:center;gap:10px}@media (max-width: 768px){.navbar .navbar-logo{order:1}}.navbar .navbar-logo:hover{opacity:.8}.navbar .navbar-logo .navbar-logo-img{height:50px;width:auto;transition:all .3s ease}.navbar .navbar-menu{display:flex;gap:30px;list-style:none;align-items:center}@media (max-width: 768px){.navbar .navbar-menu{position:fixed;top:70px;right:-100%;width:100%;height:calc(100vh - 70px);background:#fff;flex-direction:column;padding:40px;gap:20px;transition:right .3s ease;box-shadow:-2px 0 10px #0000001a}.navbar .navbar-menu.active{right:0}}.navbar .navbar-link{color:#333;text-decoration:none;font-weight:500;font-size:1.05em;padding:10px 15px;border-radius:8px;transition:all .3s ease;position:relative}.navbar .navbar-link:hover{color:#0038b8;background:#0038b80d}.navbar .navbar-link.active{color:#0038b8;font-weight:600}.navbar .navbar-link.active:after{content:"";position:absolute;bottom:-2px;left:50%;transform:translate(-50%);width:30px;height:3px;background:#0038b8;border-radius:2px}@media (max-width: 768px){.navbar .navbar-link.active:after{display:none}}@media (max-width: 768px){.navbar .navbar-link{width:100%;text-align:center;padding:15px;font-size:1.2em}}.navbar .navbar-toggle{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:10px;background:none;border:none}@media (max-width: 768px){.navbar .navbar-toggle{display:flex;order:2}}.navbar .navbar-toggle .toggle-line{width:25px;height:3px;background:#0038b8;border-radius:2px;transition:all .3s ease}.navbar .navbar-toggle.active .toggle-line:nth-child(1){transform:rotate(45deg) translate(7px,7px)}.navbar .navbar-toggle.active .toggle-line:nth-child(2){opacity:0}.navbar .navbar-toggle.active .toggle-line:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.navbar .navbar-cta{background:#0038b8;color:#fff;padding:10px 20px;border-radius:25px;font-weight:600;transition:all .3s ease}.navbar .navbar-cta:hover{background:#002fa7;transform:translateY(-2px);box-shadow:0 4px 12px #0038b84d}@media (max-width: 768px){.navbar .navbar-cta{width:100%;text-align:center;padding:15px;border-radius:12px}}.footer{background:linear-gradient(180deg,#f8f9fa,#e9ecef);border-top:1px solid rgba(0,56,184,.1)}.footer .footer-contact{text-align:center;padding:40px 20px;max-width:400px;margin:0 auto}.footer .footer-contact h3{color:#0038b8;font-size:1.8rem;margin-bottom:30px;font-weight:600}.footer .footer-contact .contact-details{display:flex;flex-direction:column;margin-bottom:30px;align-items:flex-start}.footer .footer-contact .contact-details .contact-item{display:inline-flex;align-items:center;justify-content:center;gap:10px;color:#333;text-decoration:none;padding:10px 15px;border-radius:8px;transition:all .3s ease}.footer .footer-contact .contact-details .contact-item:hover{background:#0038b81a;color:#0038b8}.footer .footer-contact .contact-details .contact-item .contact-icon{font-size:1.2rem}.footer .footer-contact .contact-details .contact-item .contact-label{color:#666;font-size:.9rem}.footer .footer-contact .contact-details .contact-item .contact-value{font-weight:500;direction:ltr}.footer .footer-contact .social-links{display:flex;justify-content:center;gap:20px;margin-top:30px}.footer .footer-contact .social-links .social-link{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:#fff;box-shadow:0 2px 8px #0000001a;transition:all .3s ease;overflow:hidden}.footer .footer-contact .social-links .social-link:hover{transform:translateY(-3px);box-shadow:0 4px 12px #0038b84d}.footer .footer-contact .social-links .social-link .social-icon{width:28px;height:28px;object-fit:contain;transition:all .3s ease}.footer .footer-bottom{text-align:center;padding:20px;background:#0038b80d;border-top:1px solid rgba(0,56,184,.1)}.footer .footer-bottom .footer-text{margin:0;color:#666;font-size:.9rem}.footer .footer-bottom .footer-text.footer-secondary{margin-top:10px;font-size:.85rem;color:gray}@media (max-width: 768px){.footer .footer-contact{padding:30px 15px}.footer .footer-contact h3{font-size:1.5rem}.footer .footer-contact .contact-details .contact-item{font-size:.9rem;flex-wrap:wrap}.footer .footer-contact .contact-details .contact-item .contact-label{display:none}.footer .footer-contact .social-links{gap:15px}.footer .footer-contact .social-links .social-link{width:42px;height:42px}.footer .footer-contact .social-links .social-link .social-icon{width:24px;height:24px}}.hero{position:relative;height:600px;background:linear-gradient(135deg,#0038b8,#002fa7,#001d6e);display:flex;align-items:center;justify-content:center;overflow:hidden}.hero .hero-banner{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hero .hero-banner .hero-banner-img{width:100%;height:100%;object-fit:cover;opacity:.3}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#0038b8b3,#001d6ecc);z-index:1}.hero .hero-content{position:relative;text-align:center;color:#fff;padding:40px 20px;max-width:900px;z-index:2}.hero .hero-title{font-size:3.5em;font-weight:700;margin-bottom:20px;text-shadow:2px 2px 8px rgba(0,0,0,.3);letter-spacing:-.5px}.hero .hero-subtitle{font-size:1.5em;font-weight:300;margin-bottom:15px;opacity:.95}.hero .hero-tagline{font-size:1.2em;opacity:.9;font-weight:300}@media (max-width: 768px){.hero .hero-title{font-size:2.2em}.hero .hero-subtitle{font-size:1.2em}}.content-card{background:#fff;border-radius:16px;box-shadow:0 4px 30px #0000001a;padding:50px;margin:-40px auto 50px;position:relative;z-index:10}section h2{color:#0038b8;font-size:2.5em;margin-bottom:30px;border-right:5px solid #0038b8;padding-right:20px;font-weight:700}section h3{color:#0038b8;font-size:1.8em;margin-bottom:20px;font-weight:600}.about-subtitle{text-align:center;font-size:1.3em;color:#444;margin-bottom:30px;font-weight:500}.about-text{font-size:1.15em;line-height:1.8;color:#444;margin-bottom:20px}.mission-box p{font-size:1.15em;line-height:1.7;color:#333}.goals{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;margin:30px 0}.goal-item{background:#f8f9fa;padding:25px;border-radius:12px;border-top:3px solid #0038b8;transition:transform .3s ease,box-shadow .3s ease;text-align:center}.goal-item:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0038b826}.goal-item .goal-icon{display:flex;justify-content:center;align-items:center;margin-bottom:20px;height:80px}.goal-item .goal-icon img{max-height:100%;max-width:80px;object-fit:contain}.goal-item .goal-title{color:#0038b8;font-size:1.3em;margin-bottom:10px}.goal-item .goal-description{color:#555;line-height:1.6}.unity-message{background:#b42323;padding:30px;border-radius:12px;text-align:center;margin-top:40px;margin-bottom:40px}.unity-message .unity-text{color:#fff;font-size:1.3em;margin:0}.unity-message .unity-text strong{font-weight:700}.donate-section{background:linear-gradient(135deg,#0038b8,#001d6e);color:#fff;padding:50px;border-radius:16px;text-align:center;box-shadow:0 10px 40px #0038b833}.donate-section h2{color:#fff!important;border-right:none!important;padding-right:0!important;margin-bottom:20px}.donate-section .donate-text{font-size:1.25em;margin-bottom:35px;opacity:.95;line-height:1.7}.donate-section .donate-buttons{display:flex;flex-direction:column;align-items:center;gap:15px}@media (max-width: 768px){.donate-section{padding:10px}}.btn.btn-primary{background:#fff;color:#0038b8}.btn.btn-primary:hover{transform:translateY(-3px);box-shadow:0 8px 25px #ffffff4d}.btn.btn-secondary{background:#fff3;color:#fff;border:2px solid #ffffff}.btn.btn-secondary:hover{background:#ffffff4d;transform:translateY(-3px)}.youtube-section{background:#f8f9fa;padding:40px;border-radius:16px;text-align:center}@media (max-width: 768px){.youtube-section{padding:10px}}.youtube-section h2{border-right:none!important;padding-right:0!important;text-align:center}.youtube-section .youtube-description{color:#666;margin-bottom:20px}.youtube-section .youtube-embed{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;max-width:100%;margin:30px auto;border-radius:12px;box-shadow:0 8px 30px #00000026}.youtube-section .youtube-embed iframe{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:12px}.youtube-section .btn{display:inline-block;padding:18px 45px;font-size:1.2em;font-weight:600;text-decoration:none;border-radius:50px;transition:all .3s ease;cursor:pointer;border:none;box-shadow:0 4px 15px #0003;background:#fff;color:#0038b8}.youtube-section .btn:hover{transform:translateY(-3px);box-shadow:0 8px 25px #ffffff4d}.contact-section{background:#f8f9fa;padding:30px;border-radius:12px;margin-top:30px}.contact-section h3{color:#0038b8;margin-bottom:20px;font-size:1.5em}.contact-section .contact-item{margin:12px 0;font-size:1.1em}.contact-section .contact-item a{color:#0038b8;text-decoration:none;font-weight:500}.contact-section .contact-item a:hover{text-decoration:underline}.social-links{margin:30px 0;display:flex;justify-content:center;gap:20px}.social-links .social-link{display:flex;align-items:center;justify-content:center;width:50px;height:50px;background:#0038b8;color:#fff;border-radius:50%;font-size:1.5em;text-decoration:none;transition:all .3s ease}.social-links .social-link:hover{transform:translateY(-5px);box-shadow:0 5px 20px #0038b84d}@media (max-width: 768px){.content-card{padding:30px 20px;margin:-20px 15px 30px}section h2{font-size:2em;border-right-width:4px}section h3{font-size:1.5em}}.photo-carousel-section{padding:50px 0;background:#fff}.photo-carousel-section .container{max-width:1100px;margin:0 auto;padding:0 20px}@media (max-width: 768px){.photo-carousel-section .container{padding:0 15px}}.photo-carousel-section .section-header{text-align:center;margin-bottom:50px}.photo-carousel-section .section-header h2{color:#0038b8;font-size:2.2em;margin-bottom:30px;border-right:5px solid #0038b8;padding-right:20px;font-weight:600}@media (max-width: 768px){.photo-carousel-section .section-header h2{font-size:1.8em}}.photo-carousel-section .section-header h2{border:none;padding:0;text-align:center;font-size:2.5em}@media (max-width: 768px){.photo-carousel-section .section-header h2{font-size:2em}}.photo-carousel-section .section-header .section-subtitle{font-size:1.15em;line-height:1.8;color:#444;color:#666;margin-bottom:0;text-align:center}.photo-carousel-section .custom-carousel{max-width:1000px;margin:0 auto;border-radius:16px;overflow:hidden;box-shadow:0 8px 30px #00000026}.photo-carousel-section .custom-carousel .carousel-image-wrapper{position:relative;width:100%;height:600px;background:#000}@media (max-width: 768px){.photo-carousel-section .custom-carousel .carousel-image-wrapper{height:400px}}.photo-carousel-section .custom-carousel .carousel-image-wrapper .carousel-image{width:100%;height:100%;object-fit:cover;object-position:center}.photo-carousel-section .custom-carousel .carousel-image-wrapper .carousel-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,transparent 0%,transparent 50%,rgba(0,0,0,.7) 100%)}.photo-carousel-section .custom-carousel .carousel-caption{bottom:40px;text-align:center;padding:30px;background:#0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;max-width:80%;margin:0 auto}@media (max-width: 768px){.photo-carousel-section .custom-carousel .carousel-caption{bottom:20px;padding:20px;max-width:90%}}.photo-carousel-section .custom-carousel .carousel-caption h3{font-size:1.8em;font-weight:600;margin-bottom:15px;text-shadow:2px 2px 4px rgba(0,0,0,.5)}@media (max-width: 768px){.photo-carousel-section .custom-carousel .carousel-caption h3{font-size:1.3em}}.photo-carousel-section .custom-carousel .carousel-caption p{font-size:1.1em;margin-bottom:10px;text-shadow:1px 1px 3px rgba(0,0,0,.5)}@media (max-width: 768px){.photo-carousel-section .custom-carousel .carousel-caption p{font-size:.95em}}.photo-carousel-section .custom-carousel .carousel-caption .carousel-date{display:inline-block;background:#fff3;padding:10px 15px;border-radius:12px;font-size:.9em;margin-top:10px}.photo-carousel-section .custom-carousel .carousel-control-prev,.photo-carousel-section .custom-carousel .carousel-control-next{width:60px;opacity:.7;transition:opacity .3s ease}.photo-carousel-section .custom-carousel .carousel-control-prev:hover,.photo-carousel-section .custom-carousel .carousel-control-next:hover{opacity:1}.photo-carousel-section .custom-carousel .carousel-control-prev .carousel-control-prev-icon,.photo-carousel-section .custom-carousel .carousel-control-prev .carousel-control-next-icon,.photo-carousel-section .custom-carousel .carousel-control-next .carousel-control-prev-icon,.photo-carousel-section .custom-carousel .carousel-control-next .carousel-control-next-icon{width:40px;height:40px;background-color:#0038b8cc;border-radius:50%}.photo-carousel-section .custom-carousel .carousel-indicators button{width:12px;height:12px;border-radius:50%;margin:0 5px;background-color:#ffffff80;border:2px solid rgba(255,255,255,.8)}.photo-carousel-section .custom-carousel .carousel-indicators button.active{background-color:#0038b8;border-color:#0038b8}.photo-carousel-section .carousel-footer{text-align:center;margin-top:40px}.photo-carousel-section .carousel-footer .btn{display:inline-block;padding:18px 45px;font-size:1.2em;font-weight:600;text-decoration:none;border-radius:50px;transition:all .3s ease;cursor:pointer;border:none;box-shadow:0 4px 15px #0003;background:#fff;color:#0038b8}.photo-carousel-section .carousel-footer .btn:hover{transform:translateY(-3px);box-shadow:0 6px 20px #0038b84d;background:#f5f5f5}.photo-carousel-section .carousel-footer .btn{min-width:200px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.photo-carousel-section{animation:fadeInUp .6s ease-out}#home .container{background-color:transparent}.about-page .container{background-color:transparent}.about-page .btn{width:100%;margin:5px 0}.contact-form-container{max-width:700px;margin:0 auto}.contact-form-container h2{text-align:center;color:#0038b8;font-size:2.5em;margin-bottom:15px}.contact-form-container .form-subtitle{text-align:center;color:#444;font-size:1.2em;margin-bottom:50px}.contact-form-container .page-title:after{height:0}.contact-form{background:#fff;padding:40px;border-radius:16px;box-shadow:0 4px 20px #00000014}.contact-form .form-group{margin-bottom:30px}.contact-form .form-group label{display:block;font-weight:600;color:#333;margin-bottom:10px;font-size:1em}.contact-form .form-group label .required{color:#e74c3c;margin-right:4px}.contact-form .form-group input,.contact-form .form-group select,.contact-form .form-group textarea{width:100%;padding:12px 16px;border:2px solid #e0e0e0;border-radius:12px;font-size:1em;font-family:inherit;transition:all .3s ease;background:#fff}.contact-form .form-group input:focus,.contact-form .form-group select:focus,.contact-form .form-group textarea:focus{outline:none;border-color:#0038b8;box-shadow:0 0 0 3px #0038b81a}.contact-form .form-group input::placeholder,.contact-form .form-group select::placeholder,.contact-form .form-group textarea::placeholder{color:#999}.contact-form .form-group textarea{resize:vertical;min-height:120px;line-height:1.6}.contact-form .form-group select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:left 16px center;padding-left:40px}.contact-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media (max-width: 768px){.contact-form .form-row{grid-template-columns:1fr;gap:0}}.contact-form .alert{padding:20px;border-radius:12px;margin-bottom:30px;font-weight:500;text-align:center}.contact-form .alert.alert-success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.contact-form .alert.alert-error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.contact-form .alert.alert-info{background:#d1ecf1;color:#0c5460;border:1px solid #bee5eb}.contact-form .btn{width:100%;padding:16px;font-size:1.2em;font-weight:600;background:#0038b8;color:#fff;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease}.contact-form .btn:hover:not(:disabled){background:#002fa7;transform:translateY(-2px);box-shadow:0 6px 20px #0038b84d}.contact-form .btn:disabled{opacity:.6;cursor:not-allowed}.contact-info{margin-top:50px;text-align:center}.contact-info h3{color:#0038b8;font-size:1.5em;margin-bottom:30px}.contact-info .contact-methods{display:flex;justify-content:center;gap:40px;flex-wrap:wrap}.contact-info .contact-method{display:flex;align-items:center;gap:15px;padding:20px 30px;background:#f8f9fa;border-radius:12px;text-decoration:none;color:#333;transition:all .3s ease}.contact-info .contact-method .icon{font-size:1.5em}.contact-info .contact-method:hover{background:#0038b8;color:#fff;transform:translateY(-3px);box-shadow:0 4px 15px #0038b833}@media (max-width: 768px){.contact-form-container{padding:0}.contact-form-container h2{font-size:2em}.contact-form-container .form-subtitle{font-size:1em}.contact-form{padding:30px 20px}.contact-info .contact-methods{flex-direction:column;gap:20px}.contact-info .contact-method{width:100%;justify-content:center}}.page-title{background:linear-gradient(135deg,#0038b8,#001d6e);color:#fff;padding:80px 20px 60px;text-align:center;position:relative;overflow:hidden;box-shadow:0 4px 6px #0000001a}@media (max-width: 768px){.page-title{padding:50px 0}}.page-title:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 20% 50%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(255,255,255,.1) 0%,transparent 50%);pointer-events:none}.page-title:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:0;background:#fff;clip-path:polygon(0 50%,100% 0,100% 100%,0 100%)}@media (max-width: 768px){.page-title:after{bottom:20px;height:40px}}.page-title .page-title-content{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:0 20px}.page-title h1{font-size:3em;margin-bottom:20px;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.2);animation:fadeIn .6s ease-out}@media (max-width: 768px){.page-title h1{font-size:2em}}.page-title .page-subtitle{font-size:1.4em;opacity:.95;line-height:1.6;animation:fadeIn .8s ease-out}@media (max-width: 768px){.page-title .page-subtitle{font-size:1.1em}}.container{max-width:1100px;margin:0 auto;padding:0 20px}.container.page-container{background:#fff;padding:50px;border-radius:16px;max-width:1000px}@media (max-width: 768px){.container.page-container{padding:20px}}.content-card{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:40px;box-shadow:0 10px 40px #0000001a;margin:-40px auto 50px;position:relative;z-index:10}@media (max-width: 768px){.content-card{padding:30px 20px;margin:0 auto 40px}}.section h2{color:#0038b8;font-size:2.2em;margin-bottom:30px;border-right:5px solid #0038b8;padding-right:20px;font-weight:600}@media (max-width: 768px){.section h2{font-size:1.8em}}.section h3{color:#0038b8;font-size:1.5em;margin-bottom:15px;font-weight:600}.page-section{margin-bottom:50px}.page-section:last-child{margin-bottom:0}.page-section h2{color:#0038b8;font-size:2.2em;margin-bottom:30px;border-right:5px solid #0038b8;padding-right:20px;font-weight:600}@media (max-width: 768px){.page-section h2{font-size:1.8em}}.page-section h3{color:#0038b8;font-size:1.5em;margin-bottom:15px;font-weight:600}.page-section .page-text{font-size:1.15em;line-height:1.8;color:#444;margin-bottom:20px}.btn{display:inline-block;padding:18px 45px;font-size:1.2em;font-weight:600;text-decoration:none;border-radius:50px;transition:all .3s ease;cursor:pointer;border:none;box-shadow:0 4px 15px #0003}.btn.btn-primary{display:inline-block;padding:18px 45px;font-size:1.2em;font-weight:600;text-decoration:none;border-radius:50px;transition:all .3s ease;cursor:pointer;border:none;box-shadow:0 4px 15px #0003;background:#0038b8;color:#fff}.btn.btn-primary:hover{transform:translateY(-3px);box-shadow:0 6px 20px #0038b866;background:#002fa7}.btn.btn-secondary{display:inline-block;padding:18px 45px;font-size:1.2em;font-weight:600;text-decoration:none;border-radius:50px;transition:all .3s ease;cursor:pointer;border:none;box-shadow:0 4px 15px #0003;background:#fff;color:#0038b8}.btn.btn-secondary:hover{transform:translateY(-3px);box-shadow:0 6px 20px #0038b84d;background:#f5f5f5}.btn:disabled{opacity:.6;cursor:not-allowed}.btn:disabled:hover{transform:none}.form-group{margin-bottom:30px}.form-group label{display:block;font-weight:600;color:#333;margin-bottom:10px;font-size:1em}.form-group label .required{color:#e74c3c;margin-right:4px}.form-group input,.form-group select,.form-group textarea{width:100%;padding:12px 16px;border:2px solid #e0e0e0;border-radius:12px;font-size:1em;transition:all .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#0038b8;box-shadow:0 0 0 3px #0038b81a}.form-group textarea{min-height:120px;resize:vertical;font-family:inherit}.form-group select{cursor:pointer;background-color:#fff}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px}@media (max-width: 768px){.form-row{grid-template-columns:1fr}}.alert{padding:20px;border-radius:12px;margin-bottom:20px;font-weight:500}.alert.alert-success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.alert.alert-error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.alert.alert-info{background:#d1ecf1;color:#0c5460;border:1px solid #bee5eb}.grid-responsive{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}@media (max-width: 768px){.grid-responsive{grid-template-columns:1fr}}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px}@media (max-width: 768px){.values-grid{grid-template-columns:1fr}}.values-grid{margin-top:30px}.values-grid .value-item{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:40px;transition:transform .3s ease,box-shadow .3s ease}.values-grid .value-item:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0038b826}.values-grid .value-item{border-top:3px solid #0038b8}.values-grid .value-item h3{color:#0038b8;font-size:1.3em;margin-bottom:15px}.values-grid .value-item p{color:#444;line-height:1.7}.goals{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}@media (max-width: 768px){.goals{grid-template-columns:1fr}}.goals{margin:30px 0}.goals .goal-item{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:40px;transition:transform .3s ease,box-shadow .3s ease}.goals .goal-item:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0038b826}.goals .goal-item{text-align:center}.goals .goal-item .goal-icon{font-size:2.5em;margin-bottom:15px}.goals .goal-item h4{color:#0038b8;margin-bottom:10px}.mission-box{background:linear-gradient(135deg,#f0f4ff,#e3ecff);border-right:4px solid #0038b8;padding:30px;border-radius:12px;margin:30px 0}.mission-box h3{color:#0038b8;font-size:1.6em;margin-bottom:15px}.mission-box p{font-size:1.15em;line-height:1.8;color:#444;margin-bottom:20px;color:#333}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .8s ease-out}.fade-in-up{animation:fadeInUp .6s ease-out;opacity:0;animation-fill-mode:forwards}.scene_element{animation-duration:.8s;transition-timing-function:ease-in;animation-fill-mode:both}.scene_element--fadein{animation-name:fadeIn}.video-embed{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:12px;box-shadow:0 8px 30px #00000026}.video-embed iframe{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:12px}.articles-page{background:linear-gradient(135deg,#f5f5f5,#fff)}.article-section{max-width:1200px;margin:0 auto;padding:0 20px}.article-item{margin-bottom:50px;animation:fadeInUp .6s ease-out;opacity:0;animation-fill-mode:forwards}.article-item:nth-child(1){animation-delay:.1s}.article-item:nth-child(2){animation-delay:.2s}.article-item:nth-child(3){animation-delay:.3s}.article-item:nth-child(4){animation-delay:.4s}.article-item:nth-child(5){animation-delay:.5s}.article-item:nth-child(6){animation-delay:.6s}.article-item:nth-child(7){animation-delay:.7s}.article-item:nth-child(8){animation-delay:.8s}.article-item:nth-child(9){animation-delay:.9s}.article-item:nth-child(10){animation-delay:1s}.article-item:nth-child(11){animation-delay:1.1s}.article-item:nth-child(12){animation-delay:1.2s}.article-item:nth-child(13){animation-delay:1.3s}.article-item:nth-child(14){animation-delay:1.4s}.article-item:nth-child(15){animation-delay:1.5s}.article-item:nth-child(16){animation-delay:1.6s}.article-item:nth-child(17){animation-delay:1.7s}.article-item:nth-child(18){animation-delay:1.8s}.article-item:nth-child(19){animation-delay:1.9s}.article-item:nth-child(20){animation-delay:2s}.article-item:nth-child(21){animation-delay:2.1s}.article-item:nth-child(22){animation-delay:2.2s}.article-item:nth-child(23){animation-delay:2.3s}.article-item:nth-child(24){animation-delay:2.4s}.article-item:nth-child(25){animation-delay:2.5s}.article-item:nth-child(26){animation-delay:2.6s}.article-item:nth-child(27){animation-delay:2.7s}.article-item:nth-child(28){animation-delay:2.8s}.article-item:nth-child(29){animation-delay:2.9s}.article-item:nth-child(30){animation-delay:3s}.article-item .article-actions{display:flex;gap:20px;justify-content:center;margin-top:20px}.article-item .article-actions .btn{padding:15px 30px;border-radius:50px;font-weight:600;font-size:1.1em;transition:all .3s ease;min-width:180px;color:#fff}.article-item .article-actions .btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0038b84d}.article-item .article-actions .btn-read-article{background:#0038b8;border:none}.article-item .article-actions .btn-read-article:hover{background:#002fa7}.article-item .article-actions .btn-preview-article{border:2px solid #0038b8;color:#0038b8}.article-item .article-actions .btn-preview-article:hover{background:#0038b8;color:#fff}@media (max-width: 768px){.article-item .article-actions{gap:15px}.article-item .article-actions .btn{flex:1;min-width:140px;font-size:.95em;padding:10px}}.article-item h1{font-size:2em;font-weight:600;color:#333;margin-bottom:15px;text-align:center;transition:color .3s ease;line-height:1.4}.article-item h1:hover{color:#0038b8}@media (max-width: 768px){.article-item h1{font-size:1.5em;margin-bottom:10px}}.article-item h3{font-size:1.2em;color:#666;text-align:center;margin-bottom:20px;font-weight:400}@media (max-width: 768px){.article-item h3{font-size:1em}}.article-item img{width:100%;max-height:500px;object-fit:cover;border-radius:16px;margin-bottom:20px;box-shadow:0 4px 15px #0000001a;transition:transform .3s ease}.article-item img:hover{transform:scale(1.02)}@media (max-width: 768px){.article-item img{border-radius:15px;max-height:300px}}.article-item .card{border:none;border-radius:50px;overflow:hidden;transition:all .3s ease;background:#fff;margin-bottom:20px}@media (max-width: 768px){.article-item .card{border-radius:30px;padding:0}}.article-item a{display:inline-block;color:#0038b8;text-decoration:none;font-weight:600;padding:10px;border-radius:50px;transition:all .3s ease;margin-top:15px}.article-item a:hover{color:#fff;transform:translateY(-2px)}@media (max-width: 768px){.article-item a{padding:0}}.article-item .article-date{font-size:1em;color:#666;font-weight:500;padding:10px 20px;display:inline-block;background:linear-gradient(135deg,#0080000d,#0080001a);border-radius:12px;border:1px solid rgba(0,128,0,.15)}.article-item .article-date:before{content:"📅 ";margin-left:10px}@media (max-width: 768px){.article-item .article-date{font-size:.95em}}.article-item .article-subtitle{font-size:1.1em;color:#666;font-weight:500;padding:10px 20px;display:inline-block;background:linear-gradient(135deg,#0038b80d,#0038b81a);border-radius:12px;border:1px solid rgba(0,56,184,.1)}.article-item .article-subtitle:before{content:"📰 ";margin-left:10px}@media (max-width: 768px){.article-item .article-subtitle{font-size:.8em}}.article-item .article-meta{text-align:center;margin-bottom:30px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap}@media (max-width: 768px){.article-item .article-meta{margin-bottom:20px}}.article-item .meta-separator{color:#666;opacity:.5;font-size:.8em;padding:0 10px}.article-preview-modal .modal-dialog{max-width:90vw;height:90vh;margin:5vh auto}.article-preview-modal .modal-content{height:100%;border-radius:50px;overflow:hidden}.article-preview-modal .modal-header{background:linear-gradient(135deg,#0038b8,#002fa7);color:#fff;border-bottom:none;padding:20px 30px}.article-preview-modal .modal-header .modal-title{font-size:1.3em;font-weight:600}.article-preview-modal .modal-header .btn-close{filter:brightness(0) invert(1)}.article-preview-modal .modal-body{padding:0;height:calc(100% - 120px);overflow:hidden}.article-preview-modal .iframe-container{width:100%;height:100%;position:relative;background:#fff}.article-preview-modal .iframe-container .article-iframe{width:100%;height:100%;border:none;display:block}.article-preview-modal .iframe-container:before{content:"טוען כתבה...";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#666;font-size:1.2em;z-index:0}.article-preview-modal .modal-footer{border-top:1px solid rgba(0,0,0,.1);padding:20px 30px;background:#f5f5f5}.events-page .event-section{display:flex;flex-direction:column;align-items:center;gap:40px}.event-image-modal .modal-content .modal-header{color:#1a237e}.event-image-modal .modal-content .modal-body{padding:0;background-color:#000;display:flex;justify-content:center;align-items:center}.event-image-modal .modal-content .modal-body img{width:100%;height:auto;max-height:85vh;object-fit:contain}.event-card{margin:30px auto;max-width:600px;width:100%;border-radius:12px;overflow:hidden;display:flex;flex-direction:column;height:100%;transition:transform .3s ease,box-shadow .3s ease}.event-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0038b826}.event-card .event-image-container{position:relative;height:400px;overflow:hidden;background-color:#f5f5f5}.event-card .event-image-container .event-image{width:100%;height:100%;object-fit:cover;object-position:center;cursor:pointer}.event-card .event-image-container .view-full-image-btn{bottom:50px;position:relative;margin:0 auto;border:none;border-radius:12px;padding:10px 20px;font-size:.9rem;font-weight:600;display:flex;align-items:center;gap:10px;transition:all .3s ease;box-shadow:0 2px 8px #0000004d;background:#fff;color:#0038b8}.event-card .event-image-container .view-full-image-btn:hover{transform:scale(1.05);box-shadow:0 4px 12px #0006}.event-card .event-content{padding:30px;background:#fff;flex:1;display:flex;flex-direction:column}.event-card .event-content h2{font-size:1.5rem;color:#333;margin-bottom:15px}.event-card .event-content .event-date{color:#666;font-size:.95rem;margin-bottom:20px}.event-card .event-content .event-description{font-size:1.15em;line-height:1.8;color:#444;margin-bottom:20px;flex:1}#teamPage{padding:40px;background:#f5f5f5}#teamPage .row{display:flex;flex-wrap:wrap;justify-content:center;gap:30px}@media (max-width: 768px){#teamPage .row{gap:20px}}#teamPage .row:hover .team-card:not(:hover){opacity:.7;transition:opacity .3s ease}.team-card{background:transparent!important;border:none!important;box-shadow:none!important;text-align:center;width:100%;max-width:280px;margin-bottom:30px;animation:fadeInUp .6s ease-out;opacity:0;animation-fill-mode:forwards}.team-card:nth-child(1){animation-delay:.08s}.team-card:nth-child(2){animation-delay:.16s}.team-card:nth-child(3){animation-delay:.24s}.team-card:nth-child(4){animation-delay:.32s}.team-card:nth-child(5){animation-delay:.4s}.team-card:nth-child(6){animation-delay:.48s}.team-card:nth-child(7){animation-delay:.56s}.team-card:nth-child(8){animation-delay:.64s}.team-card:nth-child(9){animation-delay:.72s}.team-card:nth-child(10){animation-delay:.8s}.team-card:nth-child(11){animation-delay:.88s}.team-card:nth-child(12){animation-delay:.96s}.team-card:nth-child(13){animation-delay:1.04s}.team-card:nth-child(14){animation-delay:1.12s}.team-card:nth-child(15){animation-delay:1.2s}.team-card:nth-child(16){animation-delay:1.28s}.team-card:nth-child(17){animation-delay:1.36s}.team-card:nth-child(18){animation-delay:1.44s}.team-card:nth-child(19){animation-delay:1.52s}.team-card:nth-child(20){animation-delay:1.6s}.team-card:hover .team-image-wrapper img{transform:scale(1.05);filter:brightness(1.1)}.team-card:hover .team-name{color:#0038b8}.team-image-wrapper{width:200px;height:200px;margin:0 auto 20px;border-radius:50%;overflow:hidden;box-shadow:0 8px 20px #0038b833}.team-image-wrapper img{width:100%;height:100%;object-fit:cover;transition:all .3s ease}.team-name{font-size:1.3em;font-weight:600;color:#333;margin-bottom:10px;transition:color .3s ease}.team-role{font-size:1em;color:#666;font-weight:400}.media-page.container{max-width:1200px;min-height:100vh;padding:50px}@media (max-width: 768px){.media-page.container{padding:15px}}.media-section{animation:fadeIn .8s ease-out}.loading{text-align:center;font-size:1.5em;color:#444;padding:50px}.featured-video-section{max-width:900px;margin:0 auto 50px}.featured-video{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 8px 30px #0000001f}.featured-video .video-player{position:relative;padding-bottom:56.25%;height:0;background:#000}.featured-video .video-player iframe{position:absolute;top:0;left:0;width:100%;height:100%}.featured-video .featured-info{padding:40px}.featured-video .featured-info h2{font-size:1.8em;color:#333;margin-bottom:20px;font-weight:600}@media (max-width: 768px){.featured-video .featured-info h2{font-size:1.4em}}.featured-video .featured-info .video-meta{display:flex;gap:30px;margin-bottom:20px;flex-wrap:wrap}.featured-video .featured-info .video-meta span{color:#444;font-size:1em}@media (max-width: 768px){.featured-video .featured-info .video-meta span{font-size:.9em}}.featured-video .featured-info .video-description{color:#555;line-height:1.7;font-size:1.05em}.videos-grid{margin-bottom:50px}.videos-grid .col-12,.videos-grid .col-sm-6,.videos-grid .col-md-4,.videos-grid .col-lg-3{margin-bottom:30px}.video-card{background:#fff;border-radius:12px;overflow:hidden;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #00000014;height:100%;display:flex;flex-direction:column}.video-card:hover{transform:translateY(-8px);box-shadow:0 8px 20px #0038b826}.video-card:hover .play-overlay{opacity:1}.video-card:hover .play-overlay .play-button{transform:scale(1.2)}.video-card.active{border:3px solid #0038b8;box-shadow:0 4px 15px #0038b84d}.video-thumbnail{position:relative;width:100%;padding-bottom:56.25%;overflow:hidden;background:#000}.video-thumbnail img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.video-thumbnail .play-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0006;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.video-thumbnail .play-overlay .play-button{width:60px;height:60px;background:#fffffff2;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5em;color:red;transition:transform .3s ease;box-shadow:0 4px 15px #0000004d}.video-card:hover .video-thumbnail img{transform:scale(1.05)}.video-info{padding:20px;flex-grow:1;display:flex;flex-direction:column}.video-info .video-title{font-size:1em;font-weight:600;color:#333;margin-bottom:10px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;min-height:2.8em}.video-info .video-date{font-size:.85em;color:#666;margin-bottom:10px}.video-info .video-stats{display:flex;gap:20px;font-size:.85em;color:#444;margin-top:auto}.video-info .video-stats span{display:flex;align-items:center;gap:4px}.channel-link-section{margin-top:50px;padding:40px 0}.channel-link-section .btn-youtube{display:inline-block;background:red;color:#fff;padding:20px 50px;border-radius:50px;text-decoration:none;font-weight:600;font-size:1.2em;transition:all .3s ease;box-shadow:0 4px 15px #ff00004d}.channel-link-section .btn-youtube:hover{background:#c00;transform:translateY(-3px);box-shadow:0 8px 25px #f006;color:#fff}@media (max-width: 768px){.channel-link-section .btn-youtube{padding:15px 30px;font-size:1.1em}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.video-card{animation:fadeInUp .6s ease-out backwards}.video-card:nth-child(1){animation-delay:.05s}.video-card:nth-child(2){animation-delay:.1s}.video-card:nth-child(3){animation-delay:.15s}.video-card:nth-child(4){animation-delay:.2s}.video-card:nth-child(5){animation-delay:.25s}.video-card:nth-child(6){animation-delay:.3s}.video-card:nth-child(7){animation-delay:.35s}.video-card:nth-child(8){animation-delay:.4s}.video-card:nth-child(9){animation-delay:.45s}.video-card:nth-child(10){animation-delay:.5s}.video-card:nth-child(11){animation-delay:.55s}.video-card:nth-child(12){animation-delay:.6s}.video-card:nth-child(13){animation-delay:.65s}.video-card:nth-child(14){animation-delay:.7s}.video-card:nth-child(15){animation-delay:.75s}.video-card:nth-child(16){animation-delay:.8s}.video-card:nth-child(17){animation-delay:.85s}.video-card:nth-child(18){animation-delay:.9s}.video-card:nth-child(19){animation-delay:.95s}.video-card:nth-child(20){animation-delay:1s}@media (max-width: 768px){.featured-video .featured-info{padding:30px 20px}.video-info{padding:15px}.video-info .video-title{font-size:.95em}.videos-grid .col-12{margin-bottom:20px}}@media print{.video-card{page-break-inside:avoid;animation:none}.play-overlay,.btn-youtube{display:none}}.section-divider{margin-top:3rem;margin-bottom:2rem}.section-divider:first-child{margin-top:2rem}.videos-category-title{color:#0038b8;font-size:1.8rem;font-weight:600;text-align:center;padding:20px 0;margin-bottom:30px;position:relative}.videos-category-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:100px;height:3px;background:linear-gradient(90deg,transparent 0%,#0038b8 50%,transparent 100%);border-radius:2px}@media (max-width: 768px){.videos-category-title{font-size:1.5rem}}.gallery-page{padding:50px 0;background:#f5f5f5;min-height:100vh}.gallery-page .gallery-grid{margin:0 -15px}.gallery-page .gallery-item{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 15px #0000001a;cursor:pointer;transition:all .3s ease;margin-bottom:30px;height:100%;display:flex;flex-direction:column;animation:fadeInUp .6s ease-out;opacity:0;animation-fill-mode:forwards}.gallery-page .gallery-item:nth-child(1){animation-delay:.05s}.gallery-page .gallery-item:nth-child(2){animation-delay:.1s}.gallery-page .gallery-item:nth-child(3){animation-delay:.15s}.gallery-page .gallery-item:nth-child(4){animation-delay:.2s}.gallery-page .gallery-item:nth-child(5){animation-delay:.25s}.gallery-page .gallery-item:nth-child(6){animation-delay:.3s}.gallery-page .gallery-item:nth-child(7){animation-delay:.35s}.gallery-page .gallery-item:nth-child(8){animation-delay:.4s}.gallery-page .gallery-item:nth-child(9){animation-delay:.45s}.gallery-page .gallery-item:nth-child(10){animation-delay:.5s}.gallery-page .gallery-item:nth-child(11){animation-delay:.55s}.gallery-page .gallery-item:nth-child(12){animation-delay:.6s}.gallery-page .gallery-item:nth-child(13){animation-delay:.65s}.gallery-page .gallery-item:nth-child(14){animation-delay:.7s}.gallery-page .gallery-item:nth-child(15){animation-delay:.75s}.gallery-page .gallery-item:nth-child(16){animation-delay:.8s}.gallery-page .gallery-item:nth-child(17){animation-delay:.85s}.gallery-page .gallery-item:nth-child(18){animation-delay:.9s}.gallery-page .gallery-item:nth-child(19){animation-delay:.95s}.gallery-page .gallery-item:nth-child(20){animation-delay:1s}.gallery-page .gallery-item:nth-child(21){animation-delay:1.05s}.gallery-page .gallery-item:nth-child(22){animation-delay:1.1s}.gallery-page .gallery-item:nth-child(23){animation-delay:1.15s}.gallery-page .gallery-item:nth-child(24){animation-delay:1.2s}.gallery-page .gallery-item:nth-child(25){animation-delay:1.25s}.gallery-page .gallery-item:nth-child(26){animation-delay:1.3s}.gallery-page .gallery-item:nth-child(27){animation-delay:1.35s}.gallery-page .gallery-item:nth-child(28){animation-delay:1.4s}.gallery-page .gallery-item:nth-child(29){animation-delay:1.45s}.gallery-page .gallery-item:nth-child(30){animation-delay:1.5s}.gallery-page .gallery-item:hover{transform:translateY(-8px);box-shadow:0 12px 30px #0038b833}.gallery-page .gallery-item:hover .gallery-overlay{opacity:1}.gallery-page .gallery-item:hover .gallery-image{transform:scale(1.1)}.gallery-page .gallery-item .gallery-image-wrapper{position:relative;width:100%;padding-bottom:75%;overflow:hidden;background:#f0f0f0}.gallery-page .gallery-item .gallery-image-wrapper .gallery-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.gallery-page .gallery-item .gallery-image-wrapper .gallery-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0038b8cc;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.gallery-page .gallery-item .gallery-image-wrapper .gallery-overlay .gallery-icon{font-size:3em;animation:pulse 2s infinite}.gallery-page .gallery-item .gallery-info{padding:20px;flex:1;display:flex;flex-direction:column;justify-content:space-between}.gallery-page .gallery-item .gallery-info .gallery-title{font-size:1em;font-weight:600;color:#333;margin-bottom:10px;line-height:1.4;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.8em}.gallery-page .gallery-item .gallery-info .gallery-date{font-size:.85em;color:#666;margin:0;white-space:nowrap}.gallery-modal .modal-content{border-radius:16px;overflow:hidden}.gallery-modal .modal-header{background:linear-gradient(135deg,#0038b8,#002fa7);color:#fff;border-bottom:none;padding:30px}.gallery-modal .modal-header .modal-title{font-size:1.4em;font-weight:600}.gallery-modal .modal-header .btn-close{filter:brightness(0) invert(1)}.gallery-modal .modal-body{padding:0}.gallery-modal .modal-body .modal-image{width:100%;height:auto;display:block}.gallery-modal .modal-body .modal-info{padding:30px;background:#fff}.gallery-modal .modal-body .modal-info .modal-date{font-size:1em;color:#666;margin-bottom:15px;display:inline-block;background:#0038b81a;padding:10px 15px;border-radius:12px}.gallery-modal .modal-body .modal-info .modal-description{font-size:1.1em;line-height:1.7;color:#444;margin:0}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@media (max-width: 768px){.gallery-page{padding:40px 15px}.gallery-modal .modal-dialog{margin:15px}.gallery-modal .modal-header{padding:20px}.gallery-modal .modal-header .modal-title{font-size:1.2em}.gallery-modal .modal-body .modal-info{padding:20px}.gallery-modal .modal-body .modal-info .modal-description{font-size:1em}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Segoe UI,Tahoma,Arial,sans-serif;line-height:1.6;color:#333;background:#f5f5f5}a{text-decoration:none;color:inherit}button{border:none;background:none;cursor:pointer;font-family:inherit}@font-face{font-family:Rubik;src:url(/assets/Rubik-VariableFont_wght-DAFAXoY0.ttf)}@font-face{font-family:Rubik Italic;src:url(/assets/Rubik-Italic-VariableFont_wght-DOUMhBfb.ttf)}@font-face{font-family:Heebo;src:url(/assets/Heebo-VariableFont_wght-BIO3Zik2.ttf)}*{font-family:-apple-system,BlinkMacSystemFont,Rubik,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased}.app{scroll-behavior:smooth}.container{max-width:1100px;margin:-40px auto 0;padding:0 20px;position:relative;z-index:2;background-color:#fff;border-radius:16px}@media (max-width: 768px){.container{padding:0 15px}}.content-card{background:#fff;border-radius:16px;box-shadow:0 10px 40px #0000001a;padding:50px;margin-bottom:40px}.section{margin-bottom:50px}.section:last-child{margin-bottom:0}.section h2{color:#0038b8;font-size:2.2em;margin-bottom:25px;border-right:5px solid #0038b8;padding-right:20px}@media (max-width: 768px){.content-card{padding:30px 20px}.section h2{font-size:1.8em}}
