.About_container__Mtah5{padding:80px 0;position:relative;overflow:hidden;background:transparent;scroll-margin-top:80px}.About_content__FHBz7{max-width:1280px;margin:0 auto;padding:0 40px;position:relative}.About_title__VzB_Y{font-size:clamp(2.5rem,6vw,4rem);font-weight:800;color:#002147;margin-bottom:40px;text-align:center;line-height:1.1;background:linear-gradient(135deg,#002147,#0F52BA);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:About_fadeInUp__Ps5_R .8s ease-out}.About_heading__fpIqW{font-size:clamp(1.2rem,3vw,1.6rem);font-weight:600;color:#002147;margin-bottom:24px;line-height:1.6;text-align:center}.About_subheading__L_vbC{font-size:1.1rem;color:#252525;margin-bottom:32px;line-height:1.8;text-align:justify;max-width:1000px;margin-left:auto;margin-right:auto;hyphens:auto}.About_quote__zS17V{display:inline;font-style:italic}.About_quoteLink__kR4w0{color:#0F52BA;text-decoration:none;font-weight:600;transition:all .3s ease;display:inline-flex;align-items:center;gap:8px;margin:0 4px}.About_quoteLink__kR4w0:hover{color:#f9a92c;transform:translateY(-2px)}.About_galleryContainer__rYVmq{margin:60px 0;display:flex;justify-content:center}.About_gallery___Q7Z_{position:relative;max-width:600px;width:100%;border-radius:24px;overflow:hidden;box-shadow:0 20px 60px rgba(15,82,186,.15);transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.About_gallery___Q7Z_:hover{transform:translateY(-8px);box-shadow:0 30px 80px rgba(15,82,186,.25)}.About_image__3AjVL{width:100%;height:400px;-o-object-fit:cover;object-fit:cover;transition:transform .4s ease}.About_gallery___Q7Z_:hover .About_image__3AjVL{transform:scale(1.05)}.About_dots__yEIn8{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);display:flex;gap:12px;padding:8px 16px;background:rgba(255,255,255,.9);backdrop-filter:blur(10px);border-radius:20px;border:1px solid rgba(15,82,186,.1)}.About_dot__6mpTB{width:12px;height:12px;border-radius:50%;background:#002147;cursor:pointer;transition:all .3s cubic-bezier(.175,.885,.32,1.275);border:2px solid transparent;position:relative;overflow:hidden}.About_dot__6mpTB:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(135deg,#f9a92c,#0F52BA);transition:left .3s ease}.About_dot__6mpTB:hover{transform:scale(1.3);border-color:#f9a92c}.About_dot__6mpTB:hover:before{left:0}.About_dotActive__6ThZE{transform:scale(1.3);border-color:#f9a92c;box-shadow:0 0 0 3px rgba(249,169,44,.2)}.About_dotActive__6ThZE:before{left:0}.About_featuresGrid__w15xU{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px;margin:60px 0;padding:0 16px}.About_featureCard__pQ7oW{padding:40px 24px;border-radius:20px;text-align:center;transition:all .4s cubic-bezier(.175,.885,.32,1.275);border:1px solid #e2e8f0;position:relative;overflow:hidden;box-shadow:0 4px 20px rgba(0,33,71,.08)}.About_featureCard__pQ7oW:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#0F52BA,#002147);transform:scaleX(0);transition:transform .4s ease}.About_featureCard__pQ7oW:hover{transform:translateY(-12px) scale(1.02);border-color:#f9a92c;box-shadow:0 20px 40px rgba(15,82,186,.15)}.About_featureCard__pQ7oW:hover:before{transform:scaleX(1)}.About_featureIcon__oSjuL{margin-bottom:24px;color:#f9a92c;transition:all .4s ease;filter:drop-shadow(0 4px 8px rgba(249,169,44,.3))}.About_featureCard__pQ7oW:hover .About_featureIcon__oSjuL{transform:scale(1.15) rotate(5deg);filter:drop-shadow(0 6px 12px rgba(249,169,44,.4))}.About_featureTitle__U64ev{font-size:1.4rem;font-weight:700;color:#002147;margin-bottom:16px}.About_featureText__N8eUU{color:#252525;line-height:1.7;font-size:1rem;margin:0}.About_backButton__k3i67{margin-top:60px;text-align:center}.About_backList__Iaje2{list-style:none;padding:0;margin:0;display:inline-flex}.About_backItem__H6Bv9{margin:0}.About_backLink__ez_15{display:inline-block;padding:16px 32px;background:linear-gradient(135deg,#0F52BA,#002147);color:rgb(255,255,255);text-decoration:none;border-radius:12px;font-weight:600;font-size:1.1rem;transition:all .3s cubic-bezier(.175,.885,.32,1.275);border:2px solid transparent;position:relative;overflow:hidden}.About_backLink__ez_15:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(135deg,#f9a92c,#0F52BA);transition:left .3s ease}.About_backLink__ez_15:hover{transform:translateY(-3px);box-shadow:0 10px 25px rgba(15,82,186,.3)}.About_backLink__ez_15:hover:before{left:0}.About_backLink__ez_15 span{position:relative;z-index:1}@keyframes About_fadeInUp__Ps5_R{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes About_slideInFromLeft__HcL5X{0%{opacity:0;transform:translateX(-40px)}to{opacity:1;transform:translateX(0)}}@keyframes About_slideInFromRight__Y6o36{0%{opacity:0;transform:translateX(40px)}to{opacity:1;transform:translateX(0)}}.About_heading__fpIqW,.About_subheading__L_vbC{animation:About_fadeInUp__Ps5_R .8s ease-out}.About_featureCard__pQ7oW{animation:About_slideInFromLeft__HcL5X .8s ease-out}.About_gallery___Q7Z_{animation:About_slideInFromRight__Y6o36 .8s ease-out}.About_featuresGrid__w15xU>:nth-child(2){animation-delay:.2s}.About_featuresGrid__w15xU>:nth-child(3){animation-delay:.4s}@media (max-width:1200px){.About_content__FHBz7{max-width:1000px;padding:0 32px}.About_featuresGrid__w15xU{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:28px}}@media (max-width:1024px){.About_container__Mtah5{padding:60px 0}.About_featuresGrid__w15xU{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px}.About_featureCard__pQ7oW{padding:32px 20px}.About_image__3AjVL{height:350px}}@media (max-width:768px){.About_container__Mtah5{padding:48px 0}.About_content__FHBz7{padding:0 20px}.About_featuresGrid__w15xU{grid-template-columns:1fr;gap:20px;margin:48px 0;padding:0}.About_featureCard__pQ7oW{padding:32px 20px;border-radius:16px}.About_gallery___Q7Z_{border-radius:16px}.About_image__3AjVL{height:300px}.About_dots__yEIn8{bottom:16px;padding:6px 12px}.About_dot__6mpTB{width:10px;height:10px}.About_backButton__k3i67{margin-top:40px}}@media (max-width:640px){.About_container__Mtah5{padding:40px 0}.About_content__FHBz7{padding:0 16px}.About_title__VzB_Y{font-size:2.2rem;margin-bottom:32px}.About_heading__fpIqW{font-size:1.3rem;margin-bottom:20px}.About_subheading__L_vbC{font-size:1.05rem;margin-bottom:24px;text-align:left}.About_featuresGrid__w15xU{margin:40px 0;gap:16px}.About_featureCard__pQ7oW{padding:28px 20px;border-radius:16px}.About_featureTitle__U64ev{font-size:1.3rem}.About_featureText__N8eUU{font-size:.95rem}.About_image__3AjVL{height:250px}.About_dots__yEIn8{bottom:12px;gap:8px}.About_dot__6mpTB{width:8px;height:8px}.About_backLink__ez_15{padding:14px 28px;font-size:1rem}}@media (max-width:480px){.About_container__Mtah5{padding:32px 0}.About_content__FHBz7{padding:0 12px}.About_title__VzB_Y{font-size:2rem;margin-bottom:24px}.About_heading__fpIqW{font-size:1.2rem;margin-bottom:16px}.About_subheading__L_vbC{font-size:1rem;margin-bottom:20px}.About_featuresGrid__w15xU{margin:32px 0;gap:12px}.About_featureCard__pQ7oW{padding:24px 16px;border-radius:14px}.About_image__3AjVL{height:200px}.About_dots__yEIn8{bottom:10px;padding:4px 8px}.About_backButton__k3i67{margin-top:32px}.About_backLink__ez_15{padding:12px 24px;font-size:.95rem}}@media (max-width:360px){.About_container__Mtah5{padding:24px 0}.About_featureCard__pQ7oW,.About_gallery___Q7Z_{border-radius:12px}.About_image__3AjVL{height:180px}.About_dots__yEIn8{bottom:8px}.About_dot__6mpTB{width:6px;height:6px}}.About_backLink__ez_15:focus,.About_dot__6mpTB:focus,.About_featureCard__pQ7oW:focus-within{outline:3px solid #0F52BA;outline-offset:2px}.About_quoteLink__kR4w0:focus{outline:2px solid #0F52BA;outline-offset:1px}@media (prefers-reduced-motion:reduce){.About_backLink__ez_15,.About_dot__6mpTB,.About_featureCard__pQ7oW,.About_gallery___Q7Z_,.About_heading__fpIqW,.About_subheading__L_vbC,.About_title__VzB_Y{animation:none;transition:none}.About_backLink__ez_15:hover,.About_featureCard__pQ7oW:hover,.About_gallery___Q7Z_:hover{transform:none}}@media (prefers-contrast:high){.About_featureCard__pQ7oW,.About_gallery___Q7Z_{border-width:2px}.About_featureCard__pQ7oW:hover,.About_gallery___Q7Z_:hover{border-width:3px}.About_dot__6mpTB{border-width:2px}.About_dotActive__6ThZE{border-width:3px}}