@import"https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";*{margin:0;padding:0;box-sizing:border-box}html,body{min-height:100vh;max-width:100%;width:100%;font-family:"Poppins",sans-serif;scroll-behavior:smooth;transition:scroll-behavior .5s;position:relative}main{position:relative;top:80px;left:0;width:100%}@media(min-width: 576px){main{top:100px}}@media(min-width: 576px){main{top:115px}}li{list-style-type:none}a{text-decoration:none}img{display:block;width:100%}header{width:100%;position:fixed;top:0;left:0;z-index:999}nav{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.5rem 1rem;background:#fff;box-shadow:0 2px 10px rgba(11,75,127,.06);transition:all .4s ease}nav.removeBg{background-color:rgba(0,0,0,0);box-shadow:0 2px 10px rgba(0,0,0,0)}.homepage-nav{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:-webkit-backdrop-filter .5s;transition:backdrop-filter .5s;transition:backdrop-filter .5s, -webkit-backdrop-filter .5s}@media(min-width: 768px){.homepage-nav{-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0)}}.homepage-nav.removeFilter{-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0)}@media(min-width: 576px){nav{padding:2rem 2rem}}@media(min-width: 768px){nav{padding:2.5rem 1.5rem}}@media(min-width: 992px){nav{padding:2.5rem 2.5rem}}@media(min-width: 1200px){nav{padding:2.5rem 3rem}}nav .logo-wrapper{width:100%;flex:1 1 50%;display:flex;align-items:center;gap:1rem;position:relative}@media(min-width: 768px){nav .logo-wrapper{flex:1 1 20%}}nav .logo-wrapper .logo-tag{display:flex;align-items:center}nav .logo{position:absolute;left:0;opacity:0;width:130px;height:auto;transition:opacity .5s ease-in-out}@media(min-width: 992px){nav .logo{width:150px}}nav .logo{position:absolute;left:0;opacity:0;width:70px;height:70px;transition:opacity .5s ease-in-out}nav .logo.visible{opacity:1}nav .brand-name{position:absolute;left:0;transition:opacity .5s ease-in-out}nav .brand-name img{width:150px}nav .brand-name.hidden{opacity:0}nav .nav-tags{width:100%;flex:1 1 50%;display:flex;align-items:center;justify-content:flex-end}@media(min-width: 768px){nav .nav-tags{flex:1 1 80%}}.link-tags{display:none;transition:opacity .5s ease-in-out}@media(min-width: 768px){.link-tags{display:flex}}nav .link-tags.hidden{opacity:0;pointer-events:none}.link-tags li{padding-inline:.875rem}@media(min-width: 992px){.link-tags li{padding-inline:1.5rem;letter-spacing:.1rem}}@media(min-width: 1200px){.link-tags li{padding-inline:2rem;letter-spacing:.1rem}}.link-tags li a{font-size:.875rem;font-weight:500;color:#2d4a66;position:relative;transition:color .3s ease}.link-tags li a::after{content:"";width:0;height:2px;background-color:#830000;position:absolute;left:0;bottom:-6px;transition:width .4s ease}.link-tags li a.active::after{width:100%}.link-tags li a:hover::after{width:100%}.link-tags li .tag.active a{color:#830000;font-weight:600}.menu-btn{width:50px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:1rem;padding:0 .875rem;border:none;outline:none;cursor:pointer;box-sizing:content-box}.menu-btn:hover{background-color:rgba(131,0,0,.05);border-color:#830000}.menu-btn .bars{width:25px;height:16px;display:flex;flex-direction:column;justify-content:space-between}.menu-btn .bars span{display:block;width:100%;height:2px;background-color:#2d4a66;transition:background-color .4s;border-radius:2px}@media screen and (min-width: 992px){.menu-btn{width:60px;height:30px;padding:.25rem 1.25rem;border-radius:1.5rem}.menu-btn .bars{width:35px;height:16px;display:flex;flex-direction:column;justify-content:space-between}}.menu-slider{position:fixed;top:0;right:0;height:100vh;width:80%;background-color:#f5f7fa;z-index:11;padding:2rem;transform:translateX(100%);transition:transform .7s}@media(min-width: 576px){.menu-slider{width:50%}}@media(min-width: 768px){.menu-slider{width:40%}}@media(min-width: 992px){.menu-slider{width:30%}}.menu-slider.translate{transform:translateX(0)}.menu-slider-header{width:100%;display:flex;justify-content:flex-end}.menu-slider-header .close-btn{display:flex;justify-content:center;align-items:center;font-size:1.5rem;cursor:pointer;margin-bottom:2rem;width:40px;height:40px;border-radius:50%;transition:background-color .4s;background-color:#fff}.menu-slider-header .close-btn:hover{background-color:#e2e8f0}.menu-slider .brand .logo{display:flex;justify-content:center;margin-bottom:2rem}.menu-slider .brand .logo img{width:90px;height:90px}@media(min-width: 500px){.menu-slider .brand .logo img{width:100px;height:100px}}@media(min-width: 768px){.menu-slider .brand .logo img{width:110px;height:110px}}.menu-slider-tags{margin-bottom:6rem}.menu-slider-tags .tag a{font-size:1rem;font-weight:400;color:#2d3748;line-height:3;transition:color .4s;position:relative;margin-bottom:5rem}.menu-slider-tags .tag.active a{color:#386199}.menu-slider-tags .tag.active a::after{content:"";width:100%;height:1px;background-color:#386199;position:absolute;left:0;bottom:-5px;transition:width .5s}.menu-slider-tags .tag a:hover{color:#a53232}.menu-slider-tags .tag a::after{content:"";width:0;height:1px;background-color:#386199;position:absolute;left:0;bottom:-5px;transition:width .5s}.menu-slider-tags .tag a:hover::after{width:100%;background-color:#a53232}.menu-slider-footer h4{font-size:1.125rem;font-weight:700;color:#47253f}.menu-slider-footer a{display:block;width:-moz-fit-content;width:fit-content;line-height:2;color:#386199}footer{background:linear-gradient(135deg, #0b4b7f 0%, #3f6f95 100%);color:#fff;padding:4rem 1.5rem 2rem;font-family:"Outfit",sans-serif}@media(min-width: 768px){footer{padding:6rem 2rem 3rem}}footer .container{max-width:1400px;margin:0 auto}.footer-upper{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:3rem}@media(min-width: 768px){.footer-upper{grid-template-columns:1.5fr 2fr}}@media(min-width: 1024px){.footer-upper{grid-template-columns:1fr 1fr 1fr}.footer-upper .footer-brand{grid-column:span 1}.footer-upper .footer-columns{grid-column:span 2;display:grid;grid-template-columns:repeat(3, 1fr)}}.footer-brand{text-align:center}@media(min-width: 768px){.footer-brand{text-align:left}}.footer-brand .brand{font-size:2.2rem;font-weight:800;margin-bottom:1rem;color:#fff}.footer-brand .tagline{font-size:1.1rem;color:#a3bffa;margin-bottom:2rem;max-width:300px;margin-inline:auto}@media(min-width: 768px){.footer-brand .tagline{margin-inline:0 .1rem}}.footer-brand .social-icons{display:flex;gap:1rem;justify-content:center}@media(min-width: 768px){.footer-brand .social-icons{justify-content:flex-start}}.footer-brand .social-icons a{width:50px;height:50px;background:hsla(0,0%,100%,.1);color:#fff;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:1.5rem;transition:all .4s ease}.footer-brand .social-icons a:hover{background:rgb(207.5,0,0);transform:translateY(-5px);box-shadow:0 10px 20px rgba(131,0,0,.3)}.footer-columns{display:grid;grid-template-columns:1fr;gap:2.5rem}@media(min-width: 576px){.footer-columns{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.footer-columns{grid-template-columns:repeat(3, 1fr)}}.footer-columns .column h3{font-size:1.3rem;font-weight:700;margin-bottom:1.5rem;color:#fff}.footer-columns .column ul,.footer-columns .column p{list-style:none;padding:0;margin:0}.footer-columns .column a,.footer-columns .column p{display:block;color:#a3bffa;font-size:1rem;line-height:2;text-decoration:none;transition:color .3s ease}.footer-columns .column a:hover,.footer-columns .column p:hover{color:#fff}.footer-columns .contact-info{background-color:rgba(0,0,0,0)}.footer-columns .contact-info .manual-pad{padding-top:2.5rem}.footer-columns .newsletter{overflow:hidden}.footer-columns .newsletter p{color:#a3bffa;margin-bottom:1.5rem}.footer-columns .newsletter form{display:flex;align-items:center}.footer-columns .newsletter form input{width:100%;height:40px;padding-inline:1rem;background:#fff;border:none;color:gray;font-size:.875rem}.footer-columns .newsletter form input::-moz-placeholder{color:#a3bffa}.footer-columns .newsletter form input::placeholder{color:#a3bffa}.footer-columns .newsletter form input:focus{outline:none;border-color:#fff;color:#0b4b7f}.footer-columns .newsletter form .subscribe-btn{height:40px;background:rgba(0,0,0,0);color:#fff;padding:.75rem 1rem;outline:none;border:1px solid #fff;font-weight:600;letter-spacing:.05rem;cursor:pointer;transition:all .4s ease}.footer-columns .newsletter form .subscribe-btn:hover{background:rgb(14.252173913,97.1739130435,164.547826087)}.footer-bottom{padding-top:2rem;border-top:1px solid hsla(0,0%,100%,.15);text-align:center}.footer-bottom p{font-size:.95rem;color:#a3bffa}.footer-bottom p #year{color:rgb(207.5,0,0);font-weight:600}.newsletter-form-wrapper{position:relative}.newsletter-success{background:hsla(0,0%,100%,.15);border:1px solid hsla(0,0%,100%,.3);border-radius:8px;padding:1.5rem;text-align:center;color:#fff}.newsletter-success p{margin:.5rem 0}.newsletter-success p:first-child{font-size:1.2rem}.newsletter-message{padding:.8rem 1rem;border-radius:6px;margin-bottom:1rem;font-size:.95rem;text-align:center}.newsletter-message.error{background:rgba(255,50,50,.2);border:1px solid rgba(255,80,80,.6);color:#fcc}.newsletter-message.success{background:rgba(50,205,50,.2);border:1px solid rgba(80,255,80,.6);color:#cfc}main{overflow-x:hidden}.welcome-modal{display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgba(30,41,59,.7);align-items:flex-start;justify-content:center;padding:1rem 1rem 2rem;transition:opacity .3s ease}@media(max-width: 768px){.welcome-modal{padding:.5rem .5rem 2rem;align-items:flex-start}}.modal-content{background:#fff;border-radius:.5rem;box-shadow:0 25px 60px rgba(11,75,127,.25);max-width:700px;width:95%;max-height:92vh;overflow-y:auto;overflow-x:hidden;padding:0;position:relative;margin:4vh auto 0;animation:fadeIn .4s ease;border-top:5px solid #830000;scrollbar-width:thin;scrollbar-color:#0b4b7f #f8f9fa}@media(min-width: 769px){.modal-content{max-width:850px;margin:5vh auto;max-height:88vh}}.modal-content::-webkit-scrollbar{width:8px}.modal-content::-webkit-scrollbar-track{background:#f8f9fa;border-radius:4px}.modal-content::-webkit-scrollbar-thumb{background:linear-gradient(to bottom, #0b4b7f, #830000);border-radius:4px}.modal-content::-webkit-scrollbar-thumb:hover{background:linear-gradient(to bottom, rgb(6.9347826087, 47.2826086957, 80.0652173913), #500000)}.chair-image{position:relative;height:300px;overflow:hidden;width:100%}@media(min-width: 700px){.chair-image{height:350px}}.chair-image .chair-photo{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center 20%;object-position:center 20%;filter:brightness(0.95);transition:filter .4s ease}.chair-image .image-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent, rgba(11, 75, 127, 0.9));color:#fff;padding:2.5rem 2rem 1.8rem;text-align:center}.chair-image .image-overlay h3{font-size:1.75rem;font-weight:700;margin:0 0 .3rem;font-family:"Outfit",sans-serif}.chair-image .image-overlay p{font-size:1.15rem;margin:0;opacity:.95}.chair-image:hover .chair-photo{filter:brightness(1.05)}.welcome-content{display:block}.modal-title{font-family:"Outfit",sans-serif;font-size:1.9rem;font-weight:700;color:#0b4b7f;text-align:center;padding:2rem 2.5rem 1.5rem;margin:0}.message-body{padding:0 2.5rem 2rem}.message-body p{font-size:1.08rem;line-height:1.8;color:#1e293b;margin:0 0 1.5rem}.message-body em{font-style:italic}.close{position:absolute;top:1rem;right:1.5rem;background:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px rgba(0,0,0,.2);z-index:20;font-size:2.2rem;color:#475569}.close:hover{color:#830000}@media(min-width: 769px){.close{top:1.5rem;right:1.5rem}}@keyframes fadeIn{from{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}.hero{width:100%;overflow:hidden}@media(min-width: 768px){.hero{display:grid;grid-template-columns:1fr 1fr}}.hero .hero-left{padding-inline:1rem;padding-block:1.5rem;background-image:url("../../assets/images/hompage-hero-image.jpg");background-position:center;background-size:cover;background-repeat:no-repeat;position:relative}.hero .hero-left::before{content:"";position:absolute;inset:0;background:linear-gradient(to right, rgba(11, 75, 127, 0.92), rgba(0, 0, 0, 0.1))}@media(min-width: 576px){.hero .hero-left{padding:2rem 2rem 1rem}}@media(min-width: 768px){.hero .hero-left{background-image:none;background-color:#f8fafc}.hero .hero-left::before{display:none}}@media(min-width: 992px){.hero .hero-left{padding-inline:3rem;padding-block:2rem}}.hero .hero-left .container{position:relative;z-index:2;margin-block:4rem 1rem}@media(min-width: 992px){.hero .hero-left .container{margin-block:3rem 3rem}}.hero .hero-left h1{max-width:500px;color:#fff;font-size:2.75rem;font-weight:500;line-height:1.15;padding-bottom:0 0 1.5rem;margin-bottom:2rem}@media(min-width: 768px){.hero .hero-left h1{font-size:2.75rem;color:#0b4b7f;font-weight:700;padding-bottom:1.5rem}}@media(min-width: 992px){.hero .hero-left h1{font-size:3.25rem}}.hero .hero-left .mini-text{display:none;max-width:520px;color:#475569;font-size:1.05rem;line-height:1.7;margin-bottom:2rem}@media(min-width: 768px){.hero .hero-left .mini-text{display:block}}.hero .hero-left .learnMore-btn a{display:flex;align-items:center;gap:.5rem;color:#fff;font-size:.925rem;font-weight:500;text-decoration:underline;text-underline-offset:4px;margin-top:1.5rem;transition:all .4s ease;margin-bottom:5rem}.hero .hero-left .learnMore-btn a:hover{text-decoration:none;color:rgb(207.5,0,0)}.hero .hero-left .learnMore-btn a:hover .arrow-icon i{transform:translateX(6px)}.hero .hero-left .learnMore-btn a .arrow-icon i{font-size:1.1rem;transition:transform .4s ease}@media(min-width: 768px){.hero .hero-left .learnMore-btn a{display:none}}.hero .hero-left .about-us-btn a{display:none;padding:1rem 2.5rem;background-color:#830000;color:#fff;font-weight:600;font-size:1rem;border:2px solid #830000;border-radius:12px;transition:all .4s ease;box-shadow:0 8px 20px rgba(131,0,0,.15)}.hero .hero-left .about-us-btn a:hover{background-color:rgba(0,0,0,0);color:#0b4b7f;transform:translateY(-3px);box-shadow:0 12px 30px rgba(11,75,127,.15)}@media(min-width: 768px){.hero .hero-left .about-us-btn a{display:inline-block;margin-top:2rem}}.hero .hero-left :root{--card-glass: rgba(255, 255, 255, 0.15);--card-border: rgba(255, 255, 255, 0.2);--text-light: #ffffff;--accent-orange: #ff6b00}.hero .hero-left .slider-container{width:100%;max-width:500px;position:relative;margin:2rem auto;display:flex;align-items:center;gap:1rem}@media(min-width: 768px){.hero .hero-left .slider-container{display:none}}.hero .hero-left .slider-container .hero-slider{width:100%;height:120px;overflow:hidden;border:2px solid hsla(0,0%,100%,.1);border-radius:.25rem;box-shadow:0 10px 30px rgba(0,0,0,.15)}.hero .hero-left .slider-container .slider-wrapper{display:flex;flex-direction:column;transition:transform .8s cubic-bezier(0.4, 0, 0.2, 1);height:100%}.hero .hero-left .slider-container .mini-board{min-height:100%;background:var(--card-glass);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid var(--card-border);border-radius:.25rem;padding:1rem;box-sizing:border-box;display:flex;align-items:center;gap:.875rem;flex-shrink:1}.hero .hero-left .slider-container .mini-board img{width:60px;height:60px;-o-object-fit:cover;object-fit:cover;border-radius:.4rem;flex-shrink:0}.hero .hero-left .slider-container .mini-board .text{color:#fff}.hero .hero-left .slider-container .mini-board .top-line{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.5rem}.hero .hero-left .slider-container .mini-board p{font-size:.65rem;font-weight:600;text-transform:uppercase;margin:0;opacity:.95}.hero .hero-left .slider-container .mini-board h4{font-size:1rem;font-weight:600;margin:0;line-height:1.3}.hero .hero-left .slider-container .slider-nav-external{display:flex;flex-direction:column;align-items:center;gap:1rem;z-index:20}.hero .hero-left .slider-container .slider-nav-external .slider-arrow{width:40px;height:40px;background:hsla(0,0%,100%,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .3s}.hero .hero-left .slider-container .slider-nav-external .slider-arrow:hover{background:hsla(0,0%,100%,.4)}.hero .hero-left .slider-container .slider-nav-external .slider-arrow::after{content:"";width:10px;height:10px;border-left:2px solid #fff;border-bottom:2px solid #fff}.hero .hero-left .slider-container .slider-nav-external .slider-arrow.up::after{transform:rotate(135deg)}.hero .hero-left .slider-container .slider-nav-external .slider-arrow.down::after{transform:rotate(-45deg)}.hero .hero-left .slider-container .slider-nav-external .slider-dots{display:flex;flex-direction:column;gap:.5rem}.hero .hero-left .slider-container .slider-nav-external .dot{width:5px;height:5px;background:hsla(0,0%,100%,.4);border-radius:50%;transition:all .3s ease}.hero .hero-left .slider-container .slider-nav-external .dot.active{background:#fff;transform:scale(1.2)}.hero .hero-right{display:none;background-image:url("../../assets/images/hompage-hero-image.jpg");background-position:top center;background-size:cover;background-repeat:no-repeat}@media(min-width: 768px){.hero .hero-right{display:flex;justify-content:center;align-items:flex-end;padding:2rem;position:relative}.hero .hero-right::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg, transparent 40%, rgba(11, 75, 127, 0.85) 100%)}}@media(min-width: 992px){.hero .hero-right{padding:3rem}}.hero .hero-right :root{--card-glass: rgba(255, 255, 255, 0.15);--card-border: rgba(255, 255, 255, 0.2);--text-light: #ffffff;--accent-orange: #ff6b00}.hero .hero-right .slider-container{position:relative;display:inline-block;display:flex;align-items:center;gap:1rem}.hero .hero-right .hero-slider{width:100%;max-width:500px;height:130px;position:relative;overflow:hidden;border-radius:.25rem;border:2px solid hsla(0,0%,100%,.1);box-shadow:0 10px 30px hsla(0,0%,100%,.15)}.hero .hero-right .slider-wrapper{display:flex;flex-direction:column;transition:transform .8s cubic-bezier(0.4, 0, 0.2, 1);height:100%}.hero .hero-right .mini-board{min-height:100%;background:var(--card-glass);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid var(--card-border);border-radius:.25rem;padding:1.5rem;box-sizing:border-box;display:flex;align-items:center;gap:1.25rem;flex-shrink:0}.hero .hero-right .mini-board img{width:70px;height:70px;-o-object-fit:cover;object-fit:cover;border-radius:.25rem;flex-shrink:0}.hero .hero-right .mini-board .text{color:#fff}.hero .hero-right .mini-board .top-line{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.5rem}.hero .hero-right .mini-board p{font-size:.65rem;font-weight:600;text-transform:uppercase;margin:0;opacity:.95}.hero .hero-right .mini-board h4{font-size:1rem;font-weight:600;margin:0;line-height:1.3}.hero .hero-right .slider-nav-external{position:absolute;top:50%;right:-60px;transform:translateY(-50%);display:flex;flex-direction:column;align-items:center;gap:1rem;z-index:20}.hero .hero-right .slider-arrow{width:40px;height:40px;background:hsla(0,0%,100%,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .3s}.hero .hero-right .slider-arrow:hover{background:hsla(0,0%,100%,.4)}.hero .hero-right .slider-arrow::after{content:"";width:10px;height:10px;border-left:2px solid #fff;border-bottom:2px solid #fff}.hero .hero-right .slider-arrow.up::after{transform:rotate(135deg)}.hero .hero-right .slider-arrow.down::after{transform:rotate(-45deg)}.hero .hero-right .slider-dots{display:flex;flex-direction:column;gap:.5rem}.hero .hero-right .dot{width:8px;height:8px;background:hsla(0,0%,100%,.4);border-radius:50%;transition:all .3s ease}.hero .hero-right .dot.active{background:#fff;transform:scale(1.3)}.mission-vision{background:#fdfbfc;padding-block:4rem 5rem}.mission-vision .mv-container{max-width:1400px;margin:0 auto;padding-inline:1rem;gap:3rem;text-align:center}@media(min-width: 992px){.mission-vision .mv-container{display:flex;flex-direction:row-reverse;align-items:center;text-align:left;gap:5rem}}@media(min-width: 1200px){.mission-vision .mv-container{gap:7rem}}.mission-vision .mv-text{flex:1 1 50%}.mission-vision .mv-text h2{font-size:2rem;font-weight:700;color:#1e2a44;line-height:1.25;margin-top:3rem;position:relative;display:inline-block}.mission-vision .mv-text h2::after{content:"";position:absolute;left:50%;bottom:-12px;transform:translateX(-50%);width:60px;height:4px;background:#830000;border-radius:2px;opacity:.9}@media(min-width: 992px){.mission-vision .mv-text h2::after{left:0;transform:translateX(0)}}.mission-vision .mv-text h2:first-of-type{margin-top:0}@media(min-width: 768px){.mission-vision .mv-text h2{font-size:2.375rem}}@media(min-width: 992px){.mission-vision .mv-text h2{font-size:2.5rem;margin-top:2.5rem}}.mission-vision .mv-text p{color:#475569;font-size:1.05rem;line-height:1.8;margin-top:2rem;max-width:600px;margin-left:auto;margin-right:auto}@media(min-width: 992px){.mission-vision .mv-text p{margin-left:0;margin-right:0;font-size:1.125rem}}.mission-vision .mv-text p:last-of-type{margin-bottom:0}.mission-vision .mv-image{flex:1 1 50%;margin-top:3rem}@media(min-width: 992px){.mission-vision .mv-image{margin-top:0}}.mission-vision .mv-image img{width:100%;height:auto;border-radius:1.5rem;border:1px solid rgba(11,75,127,.12);box-shadow:0 20px 40px rgba(11,75,127,.08);transition:transform .6s ease,box-shadow .6s ease}.mission-vision .mv-image img:hover{transform:translateY(-10px);box-shadow:0 30px 60px rgba(11,75,127,.14)}.core-values{width:100%}.core-values .core-values-subject{background:#f8f9fb;padding:3rem 1.5rem;text-align:center}@media(min-width: 768px){.core-values .core-values-subject{padding:5rem 3rem;display:flex;align-items:center;justify-content:center;gap:4rem;text-align:left}}@media(min-width: 1200px){.core-values .core-values-subject{padding:6rem 4rem}}.core-values .core-values-subject .core-values-heading{font-size:2.125rem;font-weight:700;color:#0b4b7f;margin-bottom:1.5rem;position:relative;display:inline-block}.core-values .core-values-subject .core-values-heading::after{content:"";position:absolute;left:50%;transform:translateX(-50%);bottom:-12px;width:80px;height:4px;background:#830000;border-radius:2px}@media(min-width: 768px){.core-values .core-values-subject .core-values-heading::after{left:0;transform:none}}@media(min-width: 768px){.core-values .core-values-subject .core-values-heading{font-size:2.75rem;margin-bottom:0}}.core-values .core-values-subject .text p{color:#475569;font-size:1.1rem;line-height:1.8;max-width:600px;margin:0 auto}@media(min-width: 768px){.core-values .core-values-subject .text p{font-size:1.2rem;margin:0}}.core-values .core-values-opporrtunities{background:#fff;padding:4rem 1rem}@media(min-width: 576px){.core-values .core-values-opporrtunities{padding:5rem 2rem}}.core-values .core-values-opporrtunities .container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width: 576px){.core-values .core-values-opporrtunities .container{grid-template-columns:1fr 1fr}}@media(min-width: 850px){.core-values .core-values-opporrtunities .container{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 992px){.core-values .core-values-opporrtunities .container{grid-template-columns:repeat(4, 1fr);gap:0}}.core-values .core-values-opporrtunities .opportunity{background:#fff;padding-block:1.5rem;padding-inline:1.5rem;text-align:center;border:1px solid rgba(0,0,0,0);transition:all .4s ease}@media(min-width: 576px){.core-values .core-values-opporrtunities .opportunity{border-top:1px solid rgba(131,0,0,.14);border-right:1px solid rgba(131,0,0,.14)}.core-values .core-values-opporrtunities .opportunity:nth-child(2n){border-right:none}.core-values .core-values-opporrtunities .opportunity:nth-last-child(-n+2){border-bottom:1px solid rgba(131,0,0,.14)}}@media(min-width: 768px){.core-values .core-values-opporrtunities .opportunity:nth-child(2){border-right:1px solid rgba(131,0,0,.14);border-bottom:1px solid rgba(131,0,0,.14)}}@media(min-width: 992px){.core-values .core-values-opporrtunities .opportunity{border-right:1px solid rgba(131,0,0,.14);border-bottom:1px solid rgba(131,0,0,.14)}.core-values .core-values-opporrtunities .opportunity:nth-child(4n){border-right:none}.core-values .core-values-opporrtunities .opportunity:nth-child(-n+4){border-top:none}}.core-values .core-values-opporrtunities .opportunity:hover{background:#fdfafb;box-shadow:0 15px 35px rgba(11,75,127,.08);transform:translateY(-8px);z-index:2}.core-values .core-values-opporrtunities .opportunity:hover h3{color:#830000}.core-values .core-values-opporrtunities .opportunity:hover img{transform:scale(1.08)}.core-values .core-values-opporrtunities .opportunity .subject{display:grid;grid-template-columns:80px 1fr;align-items:center;margin-bottom:1.5rem}@media(min-width: 576px){.core-values .core-values-opporrtunities .opportunity .subject{grid-template-columns:1fr;text-align:center}}.core-values .core-values-opporrtunities .opportunity .subject figure{width:80px;height:80px;overflow:hidden;border-radius:1rem;margin:0}@media(min-width: 576px){.core-values .core-values-opporrtunities .opportunity .subject figure{margin:0 auto 1rem}}.core-values .core-values-opporrtunities .opportunity .subject img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:1rem;transition:transform .5s ease;box-shadow:0 8px 20px rgba(131,0,0,.08)}.core-values .core-values-opporrtunities .opportunity .subject h3{font-size:1.5rem;font-weight:700;color:#0b4b7f;margin:0;transition:color .4s ease}@media(min-width: 768px){.core-values .core-values-opporrtunities .opportunity .subject h3{font-size:1.7rem}}.core-values .core-values-opporrtunities .opportunity p{color:#475569;font-size:1.02rem;line-height:1.75;margin:0}@media(min-width: 768px){.core-values .core-values-opporrtunities .opportunity p{font-size:1.1rem}}.partners{background:#faf8f9;padding:4rem 1.5rem;border-bottom:1px solid rgba(131,0,0,.12)}@media(min-width: 768px){.partners{padding:5rem 3rem}}@media(min-width: 992px){.partners{padding:6rem 4rem}}.partners .container{max-width:1400px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem 4rem}.partners .container a{transition:all .4s ease;filter:grayscale(100%) opacity(0.7)}.partners .container a:hover{filter:grayscale(0%) opacity(1);transform:translateY(-6px)}.partners .container img{height:52px;width:auto;-o-object-fit:contain;object-fit:contain;transition:all .4s ease}@media(min-width: 576px){.partners .container img{height:62px}}@media(min-width: 992px){.partners .container img{height:70px}}.partners .container .basicneeds img,.partners .container .pag img{height:68px}@media(min-width: 576px){.partners .container .basicneeds img,.partners .container .pag img{height:80px}}@media(min-width: 992px){.partners .container .basicneeds img,.partners .container .pag img{height:95px}}.partners .container .vintAlethia img{height:55px}@media(min-width: 850px){.partners .container .vintAlethia img{height:75px}}.partners .container .ghs img{height:60px}@media(min-width: 1100px){.partners .container .ghs img{height:75px}}.impact{background:#faf8f9;padding-bottom:5rem}.impact .impact-subject{padding:3rem 1.5rem;text-align:center}@media(min-width: 768px){.impact .impact-subject{padding:4rem 3rem 3rem;display:flex;align-items:center;justify-content:center;gap:4rem;text-align:left}}.impact .impact-subject .impact-heading{font-size:2.125rem;font-weight:700;color:#0b4b7f;margin-bottom:1.5rem;position:relative;display:inline-block}.impact .impact-subject .impact-heading::after{content:"";position:absolute;left:50%;transform:translateX(-50%);bottom:-12px;width:80px;height:4px;background:#830000;border-radius:2px}@media(min-width: 768px){.impact .impact-subject .impact-heading::after{left:0;transform:none}}@media(min-width: 768px){.impact .impact-subject .impact-heading{font-size:2.75rem;margin-bottom:0}}.impact .impact-subject .text p{color:#475569;font-size:1.1rem;line-height:1.8;max-width:680px;margin:0 auto}@media(min-width: 768px){.impact .impact-subject .text p{font-size:1.2rem;margin:0}}.impact .results{display:flex;flex-wrap:wrap;max-width:1400px;margin:0 auto;padding-inline:1rem}.impact .results .result{flex:1 1 50%;padding:2rem 1rem;text-align:center;border-top:1px solid rgba(131,0,0,.12)}@media(min-width: 576px){.impact .results .result{padding:2.5rem 1.5rem}}@media(min-width: 768px){.impact .results .result{flex:1 1 20%;border-left:1px solid rgba(131,0,0,.12);border-top:1px solid rgba(131,0,0,.12)}}@media(max-width: 767px){.impact .results .result:nth-child(2),.impact .results .result:nth-child(4){border-left:1px solid rgba(131,0,0,.12)}}@media(max-width: 767px){.impact .results .result:nth-child(5){border-top:none}}.impact .results .result h3{font-size:3rem;font-weight:800;color:#830000;margin-bottom:.5rem;line-height:1}.impact .results .result h3 .count{font-weight:800}.impact .results .result p{color:#475569;font-size:1.05rem;font-weight:500;line-height:1.6;margin:0}@media(min-width: 992px){.impact .results .result p{font-size:1.1rem}}.impact .results .result:hover{background:rgba(131,0,0,.03)}.impact .results .result:hover h3{color:rgb(90.2,0,0);transform:scale(1.05);transition:all .4s ease}.testimonials{background:#fdf9f9;padding:5rem 1.5rem 7rem;position:relative;overflow:hidden}@media(min-width: 768px){.testimonials{padding:7rem 3rem 9rem}}.testimonials::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 50% 50%, rgba(131, 0, 0, 0.03) 0%, transparent 70%);pointer-events:none}.testimonials .testimonials-header{max-width:900px;margin:0 auto 3rem;text-align:center;position:relative}.testimonials .testimonials-header h3{font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:3px;color:#0b4b7f;margin-bottom:1rem}.testimonials .testimonials-header h2{font-size:2rem;font-weight:800;color:#0b4b7f;line-height:1.2;margin-bottom:1.5rem}@media(min-width: 768px){.testimonials .testimonials-header h2{font-size:3rem}}.testimonials .testimonials-header h2::after{content:"";display:block;width:120px;height:3px;background:linear-gradient(to right, transparent, #830000, transparent);margin:2rem auto 0}.testimonials .testimonials-header .text{font-size:1.15rem;color:#475569;max-width:700px;margin:0 auto;line-height:1.9}.testimonials .wrapper{width:100%;position:relative;overflow:hidden;padding:.5rem 0}@media(min-width: 992px){.testimonials .wrapper{padding:1rem 0}}.testimonials .carousel{display:grid;grid-auto-flow:column;grid-auto-columns:90%;gap:2rem;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth}.testimonials .carousel::-webkit-scrollbar{display:none}@media(min-width: 768px){.testimonials .carousel{grid-auto-columns:60%}}@media(min-width: 1200px){.testimonials .carousel{grid-auto-columns:45%;gap:6rem}}.testimonials .carousel.no-transition{scroll-behavior:auto}.testimonials .carousel.dragging{scroll-behavior:auto;scroll-snap-type:none;cursor:grab}.testimonials .carousel.dragging .testimonial-card{-webkit-user-select:none;-moz-user-select:none;user-select:none}.testimonials .testimonials-slider{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:2rem;padding:2.5rem 0;scrollbar-width:none;-ms-overflow-style:none}.testimonials .testimonials-slider::-webkit-scrollbar{display:none}@media(min-width: 768px){.testimonials .testimonials-slider{gap:3rem}}@media(min-width: 992px){.testimonials .testimonials-slider{gap:4rem;justify-content:center}}.testimonials .testimonial-card{flex:0 0 90%;max-width:500px;background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 25px 50px rgba(11,75,127,.1);position:relative;scroll-snap-align:center;transition:all .6s cubic-bezier(0.25, 0.8, 0.25, 1);transform:rotate(var(--rot, 0deg)) translateY(var(--lift, 0px))}@media(min-width: 768px){.testimonials .testimonial-card{flex:0 0 60%}}@media(min-width: 300px){.testimonials .testimonial-card{--rot: 3deg;--lift: -20px}.testimonials .testimonial-card[data-index=even]{--rot: -3deg;--lift: 20px}}@media(min-width: 1200px){.testimonials .testimonial-card{flex:0 0 45%}}.testimonials .testimonial-card:hover{transform:rotate(0deg) translateY(-20px) scale(1.03);box-shadow:0 40px 80px rgba(11,75,127,.18);z-index:10}.testimonials .testimonial-card .portrait{width:100%;height:200px;overflow:hidden;position:relative}.testimonials .testimonial-card .portrait img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .6s ease}.testimonials .testimonial-card .portrait::after{content:"";position:absolute;inset:0;border:8px solid #830000;border-radius:50%;width:160px;height:160px;top:50%;left:50%;transform:translate(-50%, -50%);opacity:.2}.testimonials .testimonial-card:hover img{transform:scale(1.1)}.testimonials .testimonial-card .quote-overlay{position:absolute;top:0;left:0;right:0;height:180px;background:linear-gradient(to bottom, rgba(131, 0, 0, 0.08), transparent);pointer-events:none}.testimonials .testimonial-card .quote-mark{position:absolute;top:190px;left:30px;font-size:12rem;color:rgba(131,0,0,.12);font-family:serif;line-height:1;pointer-events:none;z-index:2;opacity:.8}.testimonials .testimonial-card .content{padding:1.5rem;position:relative;z-index:3}.testimonials .testimonial-card .content .message{font-size:1.125rem;line-height:1.6;color:#1e293b;font-style:italic;font-family:Georgia,serif;margin-bottom:.5rem}@media(min-width: 768px){.testimonials .testimonial-card .content .message{font-size:1.3rem}}.testimonials .testimonial-card .content .name{font-size:1.25rem;font-weight:700;color:#0b4b7f;margin-bottom:.5rem}.testimonials .testimonial-card .content .identity{color:#64748b;font-size:1rem}.testimonials .slider-controls{display:flex;justify-content:center;gap:2rem}.testimonials .slider-controls button{background:#fff;border:none;width:60px;height:60px;border-radius:50%;box-shadow:0 10px 30px rgba(0,0,0,.1);font-size:2rem;color:#830000;cursor:pointer;transition:all .3s ease}.testimonials .slider-controls button:hover{background:#830000;color:#fff;transform:scale(1.1)}.support{background-color:rgba(11,75,127,.08)}@media(min-width: 992px){.support{height:100vh}}@media(min-width: 576px){.support{display:grid;grid-template-columns:40% 60%}}@media(min-width: 768px){.support{grid-template-columns:1fr 1fr}}.support .support-header{padding:1.5rem;display:flex;flex-direction:column;justify-content:space-between}.support .support-header h2{font-size:2rem;font-weight:700;font-family:outfit,sans-serif;color:#0b4b7f;text-transform:uppercase;padding-bottom:1.5rem}@media(min-width: 450px){.support .support-header h2{margin-bottom:3rem}}@media(min-width: 768px){.support .support-header h2{font-size:3.75rem;margin-bottom:0}}@media(min-width: 992px){.support .support-header h2{font-size:4.375rem}}.support .support-header p{font-size:1rem;font-weight:400;color:#6f6f6f}@media(min-width: 768px){.support .support-header p{font-size:1.125rem}}.support .support-header a{display:block;margin-top:1rem}.support .image{overflow:hidden}.support img{aspect-ratio:9/6;-o-object-fit:cover;object-fit:cover;height:100%}.events{background-color:#f7f7f9}.events-subject{background:#f8f9fb;padding:3rem 1.5rem;text-align:center}@media(min-width: 768px){.events-subject{padding:5rem 3rem;display:flex;align-items:center;justify-content:center;gap:4rem;text-align:left}}@media(min-width: 1200px){.events-subject{padding:6rem 4rem}}.events-subject .events-heading{font-size:2.125rem;font-weight:700;color:#0b4b7f;margin-bottom:1.5rem;position:relative;display:inline-block}.events-subject .events-heading::after{content:"";position:absolute;left:50%;transform:translateX(-50%);bottom:-12px;width:80px;height:4px;background:#830000;border-radius:2px}@media(min-width: 768px){.events-subject .events-heading::after{left:0;transform:none}}@media(min-width: 768px){.events-subject .events-heading{font-size:2.75rem;margin-bottom:0}}.events-subject .text p{color:#475569;font-size:1.1rem;line-height:1.8;max-width:600px;margin:0 auto}@media(min-width: 768px){.events-subject .text p{font-size:1.2rem;margin:0}}.events .events-container .event{border-top:1px solid rgba(11,75,127,.12);padding:1rem;background-color:#fff;border-radius:8px}@media(min-width: 576px){.events .events-container .event{display:flex;padding:1.5rem}.events .events-container .event .image{max-width:50%}}@media(min-width: 768px){.events .events-container .event{gap:2rem;padding:2rem}}@media(min-width: 768px){.events .events-container .event{gap:2rem;padding-inline:3rem}}.events .events-container .event img{aspect-ratio:9/6;-o-object-fit:cover;object-fit:cover}@media(min-width: 576px){.events .events-container .event img{aspect-ratio:9/5;flex:1 1 40%}}@media(min-width: 768px){.events .events-container .event img{flex:1 1 30%}}.events .events-container .event .event-text{padding:1.5rem 1rem 0;color:#1a1a1a}@media(min-width: 576px){.events .events-container .event .event-text{flex:1 1 60%;display:flex;flex-direction:column;justify-content:space-between;padding:0 1rem}}@media(min-width: 768px){.events .events-container .event .event-text{flex:1 1 70%;padding:1rem}}.events .events-container .event .event-text h3{font-size:1.25rem;font-weight:700;font-family:outfit,sans-serif;color:#0b4b7f;margin-bottom:2rem}@media(min-width: 576px){.events .events-container .event .event-text h3{max-width:500px}}@media(min-width: 768px){.events .events-container .event .event-text h3{font-size:1.5625rem}}.events .events-container .event .event-text .meta-data{display:flex}.events .events-container .event .event-text .meta-data h4{font-size:.9375rem;font-weight:700;color:#830000;padding-right:1rem}@media(min-width: 576px){.events .events-container .event .event-text .meta-data h4{padding-right:2rem}}.events .events-container .event .event-text .meta-data p{font-size:1rem;font-weight:400;color:#6a6a6a}@media(min-width: 768px){.events .events-container .event .event-text .meta-data p{font-size:1.125rem}}.parallax{position:relative;width:100%;color:#fff;background-image:url("../../assets/images/gathering-bg.jpg");background-position:center;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;text-align:center;text-transform:uppercase;word-wrap:break-word;margin-bottom:5rem}@media(min-width: 576px){.parallax{margin-bottom:6rem}}@media(min-width: 992px){.parallax{margin-bottom:7rem}}.parallax .dark-overlay{position:absolute;left:0;right:0;width:100%;height:100%;background-color:rgba(0,0,0,.3)}.parallax .parallax-text{padding:1.5rem;z-index:2;position:relative}@media(min-width: 768px){.parallax .parallax-text{padding:2rem}}.parallax .parallax-text h3{font-size:.875rem;font-weight:400;max-width:300px}@media(min-width: 576px){.parallax .parallax-text h3{text-align:left}}@media(min-width: 768px){.parallax .parallax-text h3{font-size:.9375rem}}@media(min-width: 576px){.parallax .parallax-text h3:last-child{max-width:100%;text-align:right}}.parallax .parallax-text h2{font-size:3rem;font-weight:700;padding-block:2rem}@media(min-width: 768px){.parallax .parallax-text h2{font-size:3.7rem;padding-block:5rem}}@media(min-width: 992px){.parallax .parallax-text h2{font-size:8.5rem;padding-block:3rem}}/*# sourceMappingURL=style.min.css.map */