@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";html{scroll-behavior:smooth;width:100%;min-width:320px}body{background:#fff;width:100%;min-width:320px;min-height:100vh;margin:0;font-family:Inter,Arial,Helvetica,sans-serif;overflow-x:hidden}#root{width:100%;min-height:100vh;margin:0;padding:0}button,input,textarea,select{font:inherit}img,picture,video,canvas,svg{max-width:100%;display:block}:root{--primary:#073d8c;--primary-dark:#031d4a;--primary-deep:#021331;--secondary:#e31e35;--secondary-dark:#bd1529;--yellow:#ffd21f;--white:#fff;--text:#10254a;--muted:#68758a;--border:#dfe6ef;--container:1360px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{min-width:320px;color:var(--text);background:var(--white);font-family:Inter,Arial,Helvetica,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}button{font:inherit}img{max-width:100%;display:block}.container{width:min(calc(100% - 48px), var(--container));margin-inline:auto}.site-header{z-index:100;width:100%;position:absolute;top:0;left:0}.topbar{color:#ffffffe6;background:var(--primary-deep);border-bottom:1px solid #ffffff1f}.topbar-content{justify-content:space-between;align-items:center;gap:24px;min-height:40px;font-size:.75rem;display:flex}.topbar-content p{letter-spacing:.03em;font-weight:600}.topbar-links{align-items:center;gap:22px;display:flex}.topbar-links>a:not(.student-portal-button){transition:opacity .2s}.topbar-links>a:not(.student-portal-button):hover{opacity:.7}.student-portal-button{min-height:30px;color:var(--primary-deep);background:var(--yellow);text-transform:uppercase;letter-spacing:.04em;border-radius:5px;justify-content:center;align-items:center;padding:6px 15px;font-size:.71rem;font-weight:800;transition:transform .25s,background .25s;display:inline-flex}.student-portal-button:hover{color:var(--primary-deep);background:#f2c500;transform:translateY(-1px)}.language-button{color:var(--white);cursor:pointer;background:0 0;border:1px solid #ffffff59;border-radius:5px;padding:5px 10px}.navbar{background:#fffffffa;box-shadow:0 12px 35px #01143021}.navbar-content{justify-content:space-between;align-items:center;gap:35px;min-height:94px;display:flex}.brand{flex-shrink:0;width:245px}.brand img{object-fit:contain;object-position:left center;width:100%;max-height:70px}.main-menu{justify-content:flex-end;align-items:center;gap:clamp(14px,1.5vw,27px);margin-left:auto;display:flex}.main-menu>a:not(.navbar-button){color:var(--primary-dark);text-transform:uppercase;letter-spacing:.03em;white-space:nowrap;padding-block:37px;font-size:.72rem;font-weight:800;position:relative}.main-menu>a:not(.navbar-button):after{content:"";background:var(--secondary);transform-origin:0;height:2px;transition:transform .25s;position:absolute;bottom:26px;left:0;right:0;transform:scaleX(0)}.main-menu>a:not(.navbar-button):hover:after{transform:scaleX(1)}.navbar-button{min-height:46px;color:var(--white);background:var(--primary);text-transform:uppercase;letter-spacing:.04em;border-radius:5px;justify-content:center;align-items:center;padding-inline:22px;font-size:.76rem;font-weight:800;transition:background .25s,transform .25s;display:inline-flex}.navbar-button:hover{background:var(--secondary);transform:translateY(-2px)}.menu-toggle{display:none}.hero-slider{background:var(--primary-deep);height:clamp(590px,52vw,830px);min-height:590px;padding-top:134px;position:relative;overflow:hidden}.slides-track{position:absolute;inset:134px 0 0}.hero-slide{visibility:hidden;opacity:0;transition:opacity .8s,visibility .8s,transform 6s;position:absolute;inset:0;transform:scale(1.025)}.hero-slide.is-active{visibility:visible;opacity:1;transform:scale(1)}.hero-slide-content{z-index:3;flex-direction:column;justify-content:center;align-items:flex-start;height:100%;display:flex;position:relative}.hero-eyebrow{color:var(--white);text-transform:uppercase;letter-spacing:.14em;align-items:center;gap:12px;font-size:.76rem;font-weight:800;display:inline-flex}.hero-eyebrow:before{content:"";background:var(--secondary);width:36px;height:2px}.hero-slide-content h1{max-width:760px;color:var(--white);letter-spacing:-.05em;margin-top:22px;font-size:clamp(3rem,5vw,5.5rem);font-weight:700;line-height:.99}.hero-slide-content p{color:#ffffffd9;max-width:650px;margin-top:24px;font-size:1.08rem;line-height:1.7}.hero-buttons{flex-wrap:wrap;gap:14px;margin-top:32px;display:flex}.hero-button{text-transform:uppercase;letter-spacing:.04em;border:1px solid #0000;border-radius:5px;justify-content:center;align-items:center;min-height:52px;padding-inline:24px;font-size:.81rem;font-weight:800;transition:transform .25s,background .25s;display:inline-flex}.hero-button:hover{transform:translateY(-3px)}.hero-button-primary{color:var(--white);background:var(--secondary)}.hero-button-primary:hover{background:var(--secondary-dark)}.hero-button-secondary{color:var(--white);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff14;border-color:#ffffffb3}.hero-button-secondary:hover{background:#ffffff2b}.slider-arrow{z-index:10;width:50px;height:50px;color:var(--white);-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);cursor:pointer;background:#031d4a80;border:1px solid #ffffff8c;border-radius:50%;place-items:center;font-family:Georgia,serif;font-size:2rem;transition:background .25s,transform .25s;display:grid;position:absolute;top:calc(50% + 65px)}.slider-arrow:hover{background:var(--secondary);transform:scale(1.06)}.slider-arrow-left{left:28px}.slider-arrow-right{right:28px}.slider-controls{z-index:10;align-items:center;gap:22px;display:flex;position:absolute;bottom:30px;right:50%;transform:translate(50%)}.slider-counter{color:var(--white);align-items:baseline;gap:6px;display:flex}.slider-counter strong{font-size:1.2rem}.slider-counter span,.slider-counter small{color:#ffffffa6}.slider-dots{align-items:center;gap:8px;display:flex}.slider-dots button{cursor:pointer;background:#ffffff80;border:0;border-radius:999px;width:9px;height:9px;padding:0;transition:width .3s,background .3s}.slider-dots button.is-active{background:var(--secondary);width:32px}.institutional-intro{background:var(--white);padding:110px 0}.intro-grid{grid-template-columns:minmax(0,1.3fr) minmax(280px,.7fr);align-items:end;gap:90px;display:grid}.section-eyebrow{color:var(--secondary);text-transform:uppercase;letter-spacing:.14em;align-items:center;gap:12px;font-size:.76rem;font-weight:800;display:inline-flex}.section-eyebrow:before{content:"";background:var(--secondary);width:34px;height:2px}.intro-heading h2{max-width:850px;color:var(--primary-dark);letter-spacing:-.045em;margin-top:22px;font-size:clamp(2.5rem,4vw,4.5rem);font-weight:700;line-height:1.05}.intro-content p{color:var(--muted);font-size:1.05rem;line-height:1.8}.text-link{color:var(--primary);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:13px;margin-top:27px;font-size:.82rem;font-weight:800;display:inline-flex}.text-link span{color:var(--secondary);font-size:1.3rem;transition:transform .25s}.text-link:hover span{transform:translate(6px)}@media (width<=1180px){.brand{width:205px}.main-menu{gap:14px}.main-menu>a:not(.navbar-button){font-size:.65rem}}@media (width<=980px){.topbar{display:none}.navbar-content{min-height:82px}.menu-toggle{z-index:20;border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:5px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;display:flex;position:relative}.menu-toggle span{background:var(--primary-dark);width:21px;height:2px;transition:transform .25s,opacity .25s}.menu-toggle.is-active span:first-child{transform:translateY(7px)rotate(45deg)}.menu-toggle.is-active span:nth-child(2){opacity:0}.menu-toggle.is-active span:last-child{transform:translateY(-7px)rotate(-45deg)}.main-menu{background:var(--white);opacity:0;flex-direction:column;align-items:stretch;gap:0;max-height:0;padding-inline:24px;transition:max-height .4s,opacity .3s,padding .3s;display:flex;position:absolute;top:82px;left:0;right:0;overflow:hidden;box-shadow:0 20px 35px #0213312e}.main-menu.is-open{opacity:1;max-height:620px;padding-block:15px 25px}.main-menu>a:not(.navbar-button){border-bottom:1px solid var(--border);padding:17px 5px;font-size:.76rem}.main-menu>a:not(.navbar-button):after{display:none}.navbar-button{margin-top:18px}.hero-slider{height:650px;min-height:650px;padding-top:82px}.slides-track{inset:82px 0 0}.intro-grid{grid-template-columns:1fr;gap:35px}}@media (width<=650px){.container{width:min(calc(100% - 28px), var(--container))}.brand{width:175px}.hero-slider{height:620px;min-height:620px}.hero-slide>img{object-position:center}.hero-slide-overlay{background:linear-gradient(#0213311f 0%,#0213314d 35%,#021331f5 100%)}.hero-slide-content{justify-content:flex-end;padding-bottom:95px}.hero-slide-content h1{max-width:100%;font-size:clamp(2.3rem,11vw,3.4rem)}.hero-slide-content p{display:none}.hero-buttons{flex-direction:column;width:100%;margin-top:24px}.hero-button{width:100%}.hero-button-secondary{display:none}.slider-arrow{width:40px;height:40px;font-size:1.7rem;top:calc(50% + 30px)}.slider-arrow-left{left:12px}.slider-arrow-right{right:12px}.slider-counter{display:none}.institutional-intro{padding:75px 0}.intro-heading h2{font-size:clamp(2.2rem,10vw,3.2rem)}}.hero-premium-layout{z-index:4;align-items:center;height:100%;padding-top:30px;padding-bottom:105px;display:flex;position:relative}.hero-information{color:#fff;width:min(100%,600px)}.hero-information .hero-eyebrow{color:#ff8795}.hero-information h1{color:#fff;letter-spacing:-.045em;max-width:620px;margin-top:14px;font-size:clamp(2.2rem,3.6vw,4.25rem);font-weight:700;line-height:1}.hero-information h1 strong{color:#76a9f8;margin-top:4px;font-weight:500;display:block}.hero-description{color:#ffffffd1;max-width:590px;margin-top:17px;font-size:.95rem;line-height:1.6}.hero-main-button{color:#fff;background:#0d57c7;border-radius:4px;justify-content:center;align-items:center;gap:16px;min-height:44px;margin-top:19px;padding:0 19px;font-size:.75rem;font-weight:700;transition:transform .25s,background .25s;display:inline-flex}.hero-main-button:hover{background:#e31e35;transform:translateY(-2px)}.hero-main-button span{font-size:1.1rem}.hero-news-thumbnail{color:#fff;background:linear-gradient(135deg,#0d57c7,#e31e35);border-radius:5px;place-items:center;width:72px;height:49px;font-size:1rem;font-weight:800;display:grid;overflow:hidden}.hero-news-text strong{color:#fff;text-overflow:ellipsis;white-space:nowrap;font-size:.79rem;line-height:1.25;display:block;overflow:hidden}.hero-news-text p{color:#ffffffa1;text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:.67rem;line-height:1.25;overflow:hidden}.hero-news-arrow{color:#ffffffd1;text-align:center;font-size:1.65rem}.hero-slide-overlay{z-index:1;background:linear-gradient(90deg,#011331fa 0%,#021e46ed 27%,#021e46a1 47%,#021e461f 72%,#0000 100%),linear-gradient(#0113310d 45%,#0113314d 100%);position:absolute;inset:0}.slides-track{inset:134px 0 0}.hero-slide{overflow:hidden}.hero-slide>img{object-fit:cover;object-position:center;width:100%;height:100%}.slider-controls{z-index:12;bottom:104px}@media (width<=980px){.hero-slider{height:800px;min-height:800px}.slides-track{inset:82px 0 0}.hero-premium-layout{padding-bottom:115px}.hero-information{width:min(100%,560px)}.hero-news-list{width:100%}.slider-controls{bottom:96px}}@media (width<=650px){.hero-slider{height:720px;min-height:720px}.hero-premium-layout{align-items:flex-end;padding-bottom:112px}.hero-information h1{font-size:clamp(2rem,10vw,3rem)}.hero-description{display:none}.hero-main-button,.hero-news-list{margin-top:17px}.hero-news-item{grid-template-columns:55px minmax(0,1fr) 22px;min-height:52px}.hero-news-item:nth-child(n+4){display:none}.hero-news-thumbnail{width:55px;height:40px}.hero-news-text p{display:none}.hero-all-news{margin-top:10px}.hero-slide-overlay{background:linear-gradient(#01133133 0%,#01133194 35%,#011331fa 100%)}.slider-controls{display:none}}.hero-slide{position:absolute;inset:0;overflow:hidden}.hero-slide>img{z-index:0;object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;inset:0}.hero-slide-overlay{z-index:1;position:absolute;inset:0}.hero-information{z-index:5;position:relative}.hero-slide-overlay{background:linear-gradient(90deg,#011331f7 0%,#021e46eb 30%,#021e46a6 48%,#021e4629 72%,#021e4605 100%),linear-gradient(#01133105 50%,#01133147 100%)}@media (width<=650px){.hero-premium-layout{align-items:flex-end;padding-top:30px;padding-bottom:112px}.hero-slide-overlay{background:linear-gradient(#0113311f 0%,#01133180 35%,#011331fa 100%)}}.hero-premium-layout{z-index:4;align-items:flex-start;height:100%;padding-top:54px;padding-bottom:150px;display:flex;position:absolute;inset:0}.hero-information{color:#fff;width:min(100%,590px);max-height:100%}.hero-information h1{max-width:590px;margin-top:13px;font-size:clamp(2.65rem,3.6vw,4.15rem);line-height:.98}.hero-information h1 strong{margin-top:7px;display:block}.hero-description{max-width:570px;margin-top:18px;font-size:.92rem;line-height:1.55}.hero-main-button{margin-top:19px}.hero-news-item{grid-template-columns:68px minmax(0,1fr) 26px;gap:12px;min-height:57px;padding:6px 0}.hero-news-thumbnail{width:68px;height:46px}.hero-news-text strong{font-size:.76rem}.hero-news-text p{font-size:.64rem}.hero-slide>img{object-position:center center}@media (width<=1366px){.hero-slider{height:880px;min-height:880px}.hero-premium-layout{padding-top:38px;padding-bottom:138px}.hero-information{width:min(100%,545px)}.hero-information h1{max-width:545px;font-size:clamp(2.35rem,3.3vw,3.65rem)}.hero-description{max-width:530px;margin-top:14px;font-size:.85rem}.hero-main-button{min-height:41px;margin-top:15px}.hero-news-list{max-width:530px;margin-top:12px}.hero-news-item{grid-template-columns:62px minmax(0,1fr) 24px;min-height:52px;padding:5px 0}.hero-news-thumbnail{width:62px;height:42px}.hero-news-text strong{font-size:.72rem}.hero-news-text p{font-size:.61rem}}@media (width<=980px){.hero-slider{height:850px;min-height:850px}.hero-premium-layout{align-items:flex-start;padding-top:44px;padding-bottom:130px}.hero-information{width:min(100%,540px)}.hero-information h1{font-size:clamp(2.35rem,7vw,3.65rem)}.hero-slide>img{object-position:62% center}}@media (width<=650px){.hero-slider{height:790px;min-height:790px}.hero-premium-layout{align-items:flex-start;padding-top:38px;padding-bottom:105px}.hero-information{width:100%}.hero-information h1{max-width:100%;margin-top:10px;font-size:clamp(2rem,10vw,3rem);line-height:1}.hero-information h1 strong{margin-top:5px}.hero-description{max-width:95%;margin-top:13px;font-size:.79rem;line-height:1.45;display:block}.hero-main-button{width:auto;min-height:42px;margin-top:15px;padding-inline:15px;font-size:.67rem}.hero-news-list{margin-top:14px}.hero-news-item{grid-template-columns:52px minmax(0,1fr) 20px;gap:9px;min-height:51px}.hero-news-item:nth-child(n+4){display:none}.hero-news-thumbnail{width:52px;height:39px}.hero-news-text strong{font-size:.68rem}.hero-news-text p{display:none}.hero-all-news{font-size:.68rem}.hero-slide>img{object-position:68% center}.slider-controls{display:none}}@media (width<=390px){.hero-slider{height:760px;min-height:760px}.hero-premium-layout{padding-top:30px}.hero-information h1{font-size:2rem}.hero-description{font-size:.74rem}}.hero-news-list{width:min(100%,700px);margin-top:32px}.hero-news-item{color:#fff;border-bottom:1px solid #ffffff2b;grid-template-columns:130px minmax(0,1fr) 30px;align-items:center;gap:20px;min-height:110px;padding:18px 0;transition:padding-left .25s,background .25s;display:grid}.hero-news-item:nth-child(n+5){display:none}.hero-news-item:hover{background:#ffffff0b;padding-left:8px}.hero-news-thumbnail{color:#fff;background:linear-gradient(135deg,#0d57c7,#e31e35);border-radius:7px;place-items:center;width:130px;height:72px;font-size:1.1rem;font-weight:800;display:grid;overflow:hidden;box-shadow:0 8px 22px #0000002e}.hero-news-thumbnail img{object-fit:cover;width:100%;height:100%}.hero-news-text{min-width:0}.hero-news-type{color:#63a8ff;text-transform:uppercase;letter-spacing:.12em;margin-bottom:8px;font-size:.72rem;font-weight:800;display:block}.hero-news-text strong{color:#fff;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:1.08rem;font-weight:700;line-height:1.25;display:block;overflow:hidden}.hero-news-text p{color:#ffffffb3;text-overflow:ellipsis;white-space:nowrap;max-width:100%;margin-top:7px;font-size:.88rem;line-height:1.35;display:block;overflow:hidden}.hero-news-arrow{color:#fff;text-align:center;opacity:.9;font-size:2rem;font-weight:300;transition:transform .25s}.hero-news-item:hover .hero-news-arrow{transform:translate(5px)}.hero-all-news{color:#62a7ff;align-items:center;gap:14px;margin-top:28px;font-size:.98rem;font-weight:700;display:inline-flex}.hero-all-news span{font-size:1.25rem}.hero-all-news:hover{color:#fff}.hero-information h1{max-width:720px}.hero-description{max-width:690px}@media (width<=1366px){.hero-news-list{width:min(100%,650px);margin-top:24px}.hero-news-item{grid-template-columns:112px minmax(0,1fr) 28px;gap:16px;min-height:94px;padding:13px 0}.hero-news-thumbnail{width:112px;height:64px}.hero-news-text strong{font-size:.98rem}.hero-news-text p{font-size:.8rem}}@media (width<=980px){.hero-information{width:min(100%,640px)}.hero-news-list{width:100%}.hero-news-item{grid-template-columns:100px minmax(0,1fr) 26px}.hero-news-thumbnail{width:100px;height:58px}}@media (width<=650px){.hero-news-list{margin-top:18px}.hero-news-item{grid-template-columns:70px minmax(0,1fr) 20px;gap:10px;min-height:72px;padding:10px 0}.hero-news-item:nth-child(n+4){display:none}.hero-news-thumbnail{border-radius:5px;width:70px;height:48px}.hero-news-type{margin-bottom:4px;font-size:.58rem}.hero-news-text strong{font-size:.75rem}.hero-news-text p{display:none}.hero-news-arrow{font-size:1.4rem}.hero-all-news{margin-top:15px;font-size:.75rem}}.hero-slider{height:1040px;min-height:1040px}.hero-premium-layout{padding-top:48px;padding-bottom:210px}.hero-information{width:min(100%,720px)}.hero-news-list{margin-top:24px}.hero-news-item{min-height:96px;padding:13px 0}.hero-all-news{margin-top:20px}.slider-controls{bottom:170px}.floating-menu{bottom:26px}@media (width<=1366px){.hero-slider{height:970px;min-height:970px}.hero-premium-layout{padding-top:34px;padding-bottom:190px}.hero-news-item{min-height:88px;padding:11px 0}.slider-controls{bottom:155px}}@media (width<=980px){.hero-slider{height:930px;min-height:930px}.hero-premium-layout{padding-top:38px;padding-bottom:175px}.slider-controls{bottom:145px}}@media (width<=650px){.hero-slider{height:830px;min-height:830px}.hero-premium-layout{padding-top:28px;padding-bottom:115px}.hero-news-item{min-height:68px;padding:9px 0}.hero-news-item:nth-child(n+4){display:none}.floating-menu{bottom:10px}}.hero-slide{background:#071d43;overflow:hidden}.hero-slide>img{object-position:center center;display:block;object-fit:cover!important;background:0 0!important;width:100%!important;max-width:none!important;height:100%!important;transform:none!important}.hero-slider{height:1040px;min-height:1040px;padding-top:134px}.hero-slides{position:absolute;inset:134px 0 0}.hero-slide{position:absolute;inset:0}.hero-premium-layout{align-items:flex-start;padding-top:55px;padding-bottom:180px;position:absolute;inset:0}@media (width<=1366px){.hero-slider{height:970px;min-height:970px}.hero-slides{inset:134px 0 0}.hero-premium-layout{padding-top:42px;padding-bottom:160px}}@media (width<=980px){.hero-slider{height:930px;min-height:930px;padding-top:82px}.hero-slides{inset:82px 0 0}.hero-premium-layout{padding-top:38px;padding-bottom:145px}}@media (width<=650px){.hero-slider{height:830px;min-height:830px}.hero-premium-layout{padding-top:30px;padding-bottom:105px}}.floating-menu{z-index:9999;-webkit-backdrop-filter:blur(20px)saturate(140%);transform-origin:50%;opacity:1;pointer-events:auto;background:linear-gradient(135deg,#041235f5 0%,#072054f0 50%,#041235f5 100%);border:1px solid #7faaff4d;border-radius:999px;width:auto;max-width:calc(100vw - 32px);padding:8px;transition:opacity .38s,transform .38s,box-shadow .28s,border-color .28s;animation:.72s cubic-bezier(.22,1,.36,1) both floating-menu-smooth-in;position:fixed;bottom:24px;left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 20px 60px #000a236b,0 8px 24px #05245e47,inset 0 1px #ffffff21,inset 0 -1px #00000040}.floating-menu:before{content:"";z-index:0;border-radius:inherit;opacity:0;pointer-events:none;background:linear-gradient(90deg,#0000 0%,#5c99ff26 26%,#ffffff2b 50%,#5c99ff26 74%,#0000 100%);animation:.9s ease-out .12s both floating-menu-soft-light;position:absolute;inset:0;transform:translate(-75%)}.floating-menu:after{content:"";z-index:0;pointer-events:none;background:linear-gradient(90deg,#0000,#99c2ff8c,#0000);height:1px;position:absolute;top:0;left:12%;right:12%}.floating-menu:hover{border-color:#87b4ff75;box-shadow:0 24px 68px #000a2380,0 10px 30px #0835824d,inset 0 1px #ffffff29,inset 0 -1px #00000040}.floating-menu.is-hidden{opacity:0;pointer-events:none;animation:none;transform:translate(-50%,120%)}.floating-menu-scroll{z-index:1;align-items:center;gap:8px;min-width:0;display:flex;position:relative}.floating-menu-links{align-items:center;gap:4px;min-width:0;display:flex;position:relative}.floating-menu-links a{z-index:2;color:#e7efffe0;text-transform:uppercase;letter-spacing:.045em;white-space:nowrap;opacity:0;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;min-height:48px;padding:0 16px;font-size:.78rem;font-weight:750;line-height:1;text-decoration:none;transition:color .24s,background .24s,border-color .24s,box-shadow .24s,transform .24s;animation:.4s ease-out forwards floating-menu-content-in;display:inline-flex;position:relative;transform:translateY(6px)}.floating-menu-links a:first-child{animation-delay:.18s}.floating-menu-links a:nth-child(2){animation-delay:.22s}.floating-menu-links a:nth-child(3){animation-delay:.26s}.floating-menu-links a:nth-child(4){animation-delay:.3s}.floating-menu-links a:nth-child(5){animation-delay:.34s}.floating-menu-links a:nth-child(6){animation-delay:.38s}.floating-menu-links a:nth-child(7){animation-delay:.42s}.floating-menu-links a:hover{color:#fff;background:linear-gradient(#376bc466,#1a438b57);border-color:#86b3ff40;transform:translateY(-1px);box-shadow:inset 0 1px #ffffff21,0 8px 20px #00081e2e}.floating-menu-links a.is-active{color:#fff;background:linear-gradient(#346dd294,#1a469a7a);border-color:#85b4ff57;box-shadow:0 8px 22px #000e2f3d,inset 0 1px #ffffff2b,inset 0 -1px #0000002e}.floating-menu-indicator{z-index:3;opacity:0;pointer-events:none;background:linear-gradient(90deg,#ff2648,#ff5c74);border-radius:999px;height:2px;transition:width .42s cubic-bezier(.22,1,.36,1),transform .42s cubic-bezier(.22,1,.36,1),opacity .2s;animation:.35s ease-out .48s forwards floating-menu-indicator-soft;position:absolute;bottom:8px;left:0;box-shadow:0 0 10px #ff26488c,0 2px 8px #e3213c4d}.floating-menu-links a.is-active:after{display:none}.floating-menu-button{color:#081b43;text-transform:uppercase;letter-spacing:.045em;white-space:nowrap;opacity:0;background:linear-gradient(#ffe25d 0%,#ffd21a 48%,#f2bd00 100%);border:1px solid #ffdb4f6b;border-radius:999px;justify-content:center;align-items:center;min-height:50px;padding:0 22px;font-size:.76rem;font-weight:850;line-height:1;text-decoration:none;transition:transform .24s,box-shadow .24s,background .24s;animation:.42s ease-out .44s forwards floating-menu-content-in;display:inline-flex;transform:translateY(6px);box-shadow:0 12px 28px #e2b00052,0 3px 10px #0000002e,inset 0 1px #ffffffad,inset 0 -1px #a170003d}.floating-menu-button:hover{background:linear-gradient(#ffeb82 0%,#ffda2c 48%,#f7c500 100%);transform:translateY(-2px);box-shadow:0 15px 34px #e2b00066,0 4px 12px #0003,inset 0 1px #ffffffc2}.floating-menu-links a:focus-visible,.floating-menu-button:focus-visible{outline-offset:3px;outline:3px solid #69a3ff6b}.floating-menu-home-link{background:#ffffff0f;width:58px;min-width:58px;padding:0!important}.floating-menu-home-logo{object-fit:contain;filter:drop-shadow(0 3px 8px #00000047);width:36px;height:36px;display:block}@keyframes floating-menu-smooth-in{0%{opacity:0;transform:translate(-50%)translateY(16px)scaleX(.88)}70%{opacity:1;transform:translate(-50%)translateY(-1px)scaleX(1.006)}to{opacity:1;transform:translate(-50%)translateY(0)scaleX(1)}}@keyframes floating-menu-content-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes floating-menu-indicator-soft{0%{opacity:0}to{opacity:1}}@keyframes floating-menu-soft-light{0%{opacity:0;transform:translate(-75%)}45%{opacity:.22}to{opacity:0;transform:translate(75%)}}@media (width<=1180px){.floating-menu{max-width:calc(100vw - 24px)}.floating-menu-scroll{overscroll-behavior-inline:contain;scrollbar-width:none;overflow-x:auto}.floating-menu-scroll::-webkit-scrollbar{display:none}.floating-menu-links,.floating-menu-button{flex:none}.floating-menu-links a{padding-inline:13px;font-size:.72rem}.floating-menu-button{padding-inline:18px;font-size:.7rem}}@media (width<=760px){.floating-menu{border-radius:20px;width:calc(100vw - 24px);max-width:calc(100vw - 24px);padding:7px;bottom:12px}.floating-menu-scroll{gap:6px}.floating-menu-links{gap:3px}.floating-menu-links a{min-height:44px;padding-inline:12px;font-size:.68rem}.floating-menu-indicator{bottom:7px}.floating-menu-button{min-height:46px;padding-inline:16px;font-size:.67rem}.floating-menu-home-link{width:50px;min-width:50px}.floating-menu-home-logo{width:31px;height:31px}}@media (width<=480px){.floating-menu{width:calc(100vw - 16px);max-width:calc(100vw - 16px)}.floating-menu-links a{min-height:42px;padding-inline:11px;font-size:.64rem}.floating-menu-button{min-height:44px;padding-inline:14px;font-size:.63rem}}@media (prefers-reduced-motion:reduce){.floating-menu,.floating-menu:before,.floating-menu-links a,.floating-menu-button,.floating-menu-indicator{transition:none;animation:none}.floating-menu{opacity:1;transform:translate(-50%)}.floating-menu-links a,.floating-menu-button,.floating-menu-indicator{opacity:1;transform:none}}.about-section{background:radial-gradient(circle at 82% 18%,#235cc214,#0000 34%),linear-gradient(#fff 0%,#fbfcff 100%);padding:130px 0 145px;position:relative;overflow:hidden}.about-section:before{content:"";background:linear-gradient(90deg,#0000,#121f5924,#0000);width:min(92%,1380px);height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.about-section:after{content:"";pointer-events:none;border:1px solid #142b7312;border-radius:50%;width:360px;height:360px;position:absolute;top:90px;right:-130px}.about-section-grid{z-index:2;grid-template-columns:minmax(420px,.88fr) minmax(600px,1.12fr);align-items:start;gap:clamp(70px,7vw,120px);width:min(88%,1380px);margin:0 auto;display:grid;position:relative}.about-section-content{z-index:4;max-width:620px;position:relative}.about-section-eyebrow{color:#e3213c;text-transform:uppercase;letter-spacing:.16em;align-items:center;gap:14px;margin-bottom:24px;font-size:.73rem;font-weight:800;display:inline-flex}.about-section-eyebrow:before{content:"";background:#e3213c;flex-shrink:0;width:34px;height:2px}.about-section h2{color:#111a54;letter-spacing:-.055em;text-wrap:balance;max-width:590px;margin:0 0 32px;font-size:clamp(3.1rem,4.2vw,5rem);font-weight:760;line-height:.98}.about-section-description{max-height:250px;transition:max-height .55s;position:relative;overflow:hidden}.about-section-description:after{content:"";pointer-events:none;background:linear-gradient(#fff0,#fffffff5 72%,#fff 100%);height:86px;transition:opacity .3s;position:absolute;bottom:0;left:0;right:0}.about-section-description.is-expanded{max-height:950px}.about-section-description.is-expanded:after{opacity:0}.about-section-description p{color:#59637d;letter-spacing:-.005em;max-width:600px;margin:0 0 20px;font-size:1.03rem;font-weight:400;line-height:1.82}.about-section-description p:first-child{color:#3c4662;font-size:1.08rem}.about-section-button{color:#0d438f;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;background:0 0;border:0;align-items:center;gap:14px;margin-top:26px;padding:13px 0;font-family:inherit;font-size:.78rem;font-weight:800;transition:color .25s,gap .25s;display:inline-flex}.about-section-button:after{content:"";background:#e3213c;width:30px;height:1px;transition:width .25s}.about-section-button span{display:none}.about-section-button:hover{color:#e3213c;gap:19px}.about-section-button:hover:after{width:46px}.about-highlights{border-top:1px solid #111a541a;margin-top:40px;display:grid}.about-highlight-item{border-bottom:1px solid #111a5414;grid-template-columns:38px minmax(0,1fr);gap:15px;padding:18px 0;transition:padding-left .25s,background .25s;display:grid}.about-highlight-item:hover{background:linear-gradient(90deg,#184aa309,#0000);padding-left:8px}.about-highlight-icon{color:#fff;background:#153f8f;border:1px solid #0e438f29;border-radius:50%;place-items:center;width:32px;height:32px;font-size:.74rem;font-weight:800;display:grid;box-shadow:0 8px 20px #10378426}.about-highlight-item strong{color:#17205d;margin-bottom:5px;font-size:.91rem;font-weight:750;display:block}.about-highlight-item p{color:#69738b;margin:0;font-size:.8rem;line-height:1.55}.about-section-image-wrapper{align-self:start;width:100%;min-height:600px;position:relative}.about-section-image-wrapper:before{content:"";z-index:0;border:1px solid #1324641a;width:72%;height:72%;position:absolute;top:-28px;right:-28px}.about-section-image-wrapper:after{content:"";z-index:0;background-image:linear-gradient(#162a6b16 1px,#0000 1px),linear-gradient(90deg,#162a6b16 1px,#0000 1px);background-size:18px 18px;width:225px;height:225px;position:absolute;bottom:-42px;right:-42px}.about-carousel{position:relative;overflow:visible}.about-carousel-images{z-index:1;background:#111a54;width:100%;height:600px;position:relative;overflow:hidden;box-shadow:0 42px 90px #0d1d4d33,0 10px 30px #0d1d4d1a}.about-carousel-image{object-fit:cover;object-position:center;opacity:0;filter:saturate(.92);pointer-events:none;width:100%;height:600px;transition:opacity .85s,transform 5s,filter .7s;display:block;position:absolute;inset:0;transform:scale(1.055)}.about-carousel-image.is-active{opacity:1;filter:saturate(1.04);pointer-events:auto;transform:scale(1)}.about-carousel-shade{z-index:2;pointer-events:none;background:linear-gradient(#0000 44%,#0613391a 63%,#061339c7 100%),linear-gradient(90deg,#06133914,#0000 30%);position:absolute;inset:0}.about-section-image-card{z-index:7;color:#fff;pointer-events:none;background:linear-gradient(90deg,#0a1c4cf2,#0a1c4cb8 62%,#0000);flex-direction:column;justify-content:flex-end;min-height:140px;padding:28px 210px 30px 32px;display:flex;position:absolute;bottom:0;left:0;right:0}.about-image-label{color:#ffd21e;text-transform:uppercase;letter-spacing:.15em;align-items:center;gap:10px;margin-bottom:9px;font-size:.65rem;font-weight:800;display:inline-flex}.about-image-label:before{content:"";background:#ffd21e;width:25px;height:2px}.about-section-image-card strong{max-width:430px;margin-bottom:7px;font-size:1.35rem;font-weight:750;line-height:1.2}.about-section-image-card small{color:#ffffffb3;text-transform:uppercase;letter-spacing:.12em;font-size:.76rem;font-weight:600}.about-carousel-arrow{z-index:8;color:#fff;cursor:pointer;opacity:0;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);background:#0818438c;border:1px solid #ffffff94;border-radius:50%;place-items:center;width:50px;height:50px;padding:0 0 4px;font-family:inherit;font-size:2rem;line-height:1;transition:opacity .25s,background .25s,transform .25s,border-color .25s;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.about-carousel:hover .about-carousel-arrow,.about-carousel:focus-within .about-carousel-arrow{opacity:1}.about-carousel-arrow:hover{background:#0c2869eb;border-color:#fff}.about-carousel-arrow-left{left:22px}.about-carousel-arrow-right{right:22px}.about-carousel-arrow-left:hover{transform:translateY(-50%)translate(-4px)}.about-carousel-arrow-right:hover{transform:translateY(-50%)translate(4px)}.about-carousel-thumbnails{z-index:9;align-items:center;gap:8px;display:flex;position:absolute;bottom:26px;right:25px}.about-carousel-thumbnail{cursor:pointer;opacity:.66;background:#111a54;border:2px solid #ffffff6b;width:52px;height:42px;padding:0;transition:width .25s,opacity .25s,border-color .25s,transform .25s;position:relative;overflow:hidden}.about-carousel-thumbnail:hover{opacity:1;transform:translateY(-3px)}.about-carousel-thumbnail.is-active{opacity:1;border-color:#ffd21e;width:68px}.about-carousel-thumbnail img{object-fit:cover;width:100%;height:100%;display:block}.about-carousel-progress{z-index:10;background:#1425611f;height:4px;position:absolute;bottom:-6px;left:0;right:0;overflow:hidden}.about-carousel-progress span{transform-origin:0;background:linear-gradient(90deg,#e3213c 0%,#ffd21e 100%);width:100%;height:100%;animation:5s linear forwards aboutCarouselProgress;display:block}.about-carousel-progress span.is-paused{animation-play-state:paused}@keyframes aboutCarouselProgress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@media (width<=1280px){.about-section{padding:110px 0 125px}.about-section-grid{grid-template-columns:minmax(370px,.9fr) minmax(520px,1.1fr);gap:65px;width:min(90%,1200px)}.about-section h2{font-size:clamp(2.8rem,4vw,4.3rem)}.about-section-image-wrapper{min-height:530px}.about-carousel-images,.about-carousel-image{height:530px}.about-highlights{margin-top:30px}.about-highlight-item{padding:14px 0}}@media (width<=980px){.about-section{padding:90px 0 110px}.about-section-grid{grid-template-columns:1fr;gap:65px;width:min(88%,820px)}.about-section-content{max-width:760px}.about-section h2{max-width:700px;font-size:clamp(3rem,7vw,4.5rem)}.about-section-description p{max-width:730px}.about-highlights{background:#111a5417;border-top:0;grid-template-columns:repeat(3,1fr);gap:1px}.about-highlight-item{background:#fff;border:0;padding:22px;display:block}.about-highlight-item:hover{padding-left:22px}.about-highlight-icon{margin-bottom:14px}.about-section-image-wrapper{min-height:510px}.about-carousel-images,.about-carousel-image{height:510px}.about-carousel-arrow{opacity:1}}@media (width<=650px){.about-section{padding:72px 0 90px}.about-section-grid{gap:48px;width:min(88%,540px)}.about-section-eyebrow{margin-bottom:18px;font-size:.64rem}.about-section h2{margin-bottom:25px;font-size:2.8rem;line-height:1.01}.about-section-description{max-height:235px}.about-section-description p,.about-section-description p:first-child{font-size:.94rem;line-height:1.72}.about-section-button{margin-top:20px}.about-highlights{background:0 0;grid-template-columns:1fr;margin-top:30px}.about-highlight-item{border-bottom:1px solid #111a5414;grid-template-columns:36px minmax(0,1fr);padding:15px 0;display:grid}.about-highlight-item:hover{padding-left:6px}.about-highlight-icon{margin-bottom:0}.about-section-image-wrapper{min-height:390px}.about-section-image-wrapper:before{top:-14px;right:-14px}.about-section-image-wrapper:after{display:none}.about-carousel-images,.about-carousel-image{height:390px}.about-carousel-shade{background:linear-gradient(#0000 35%,#061339d9 100%)}.about-section-image-card{background:linear-gradient(#091b4a4d,#091b4af5);min-height:135px;padding:24px 22px 68px}.about-section-image-card strong{font-size:1.08rem}.about-carousel-arrow{opacity:1;width:40px;height:40px;font-size:1.6rem;top:43%}.about-carousel-arrow-left{left:12px}.about-carousel-arrow-right{right:12px}.about-carousel-thumbnails{justify-content:flex-end;bottom:17px;left:16px;right:16px}.about-carousel-thumbnail{width:41px;height:34px}.about-carousel-thumbnail.is-active{width:54px}}@media (prefers-reduced-motion:reduce){.about-carousel-image,.about-carousel-arrow,.about-carousel-thumbnail,.about-section-description,.about-section-button{transition:none}.about-carousel-progress span{animation:none;transform:scaleX(1)}}.highlights-section{background:linear-gradient(135deg,#073d8c 0%,#021331 100%);padding:110px 0;position:relative;overflow:hidden}.highlights-section:before{content:"";border:1px solid #ffffff14;border-radius:50%;width:520px;height:520px;position:absolute;top:-220px;right:-180px}.highlights-section:after{content:"";filter:blur(15px);background:#e31e3517;border-radius:50%;width:520px;height:520px;position:absolute;bottom:-260px;left:-180px}.highlights-section .container{z-index:2;position:relative}.highlights-title{max-width:850px}.highlights-title>span{color:#ff9aa5;text-transform:uppercase;letter-spacing:.14em;align-items:center;gap:12px;font-size:.76rem;font-weight:800;display:inline-flex}.highlights-title>span:before{content:"";background:#e31e35;width:35px;height:2px}.highlights-title h2{color:#fff;letter-spacing:-.045em;margin-top:22px;font-size:clamp(2.5rem,4vw,4.5rem);font-weight:700;line-height:1.05}.highlights-grid{border-top:1px solid #ffffff24;border-left:1px solid #ffffff24;grid-template-columns:repeat(4,1fr);margin-top:65px;display:grid}.highlight-card{border-bottom:1px solid #ffffff24;border-right:1px solid #ffffff24;flex-direction:column;align-items:flex-start;min-height:360px;padding:35px 30px;transition:background .3s,transform .3s;display:flex;position:relative}.highlight-card:hover{z-index:2;background:#ffffff14;transform:translateY(-8px)}.highlight-number{color:#ffffff61;letter-spacing:.13em;font-size:.76rem;font-weight:800}.highlight-icon{background:#e31e35;border-radius:50%;place-items:center;width:58px;height:58px;margin-top:42px;font-size:1.55rem;display:grid;box-shadow:0 14px 30px #e31e3547}.highlight-card h3{color:#fff;margin-top:25px;font-size:1.28rem;line-height:1.3}.highlight-card p{color:#ffffffab;margin-top:15px;font-size:.92rem;line-height:1.7}@media (width<=1000px){.highlights-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=650px){.highlights-section{padding:75px 0}.highlights-title h2{font-size:clamp(2.2rem,10vw,3.2rem)}.highlights-grid{grid-template-columns:1fr;margin-top:42px}.highlight-card{min-height:310px}}.numbers-section{background:#181f58;padding:115px 0 125px;position:relative;overflow:hidden}.numbers-section:before{content:"";pointer-events:none;background:radial-gradient(circle at 100% 0,#204eff1c,#0000 30%),radial-gradient(circle at 0 100%,#e31e3514,#0000 28%);position:absolute;inset:0}.numbers-section .container{z-index:1;position:relative}.numbers-header{max-width:720px;margin-bottom:58px}.numbers-header>span{color:#fff;letter-spacing:.13em;text-transform:uppercase;margin-bottom:12px;font-size:.74rem;font-weight:700;display:block}.numbers-header h2{color:#fff;letter-spacing:-.035em;font-size:clamp(2.4rem,3.6vw,4rem);font-weight:400;line-height:1.08}.numbers-header h2 strong{color:#ffcf19;font-weight:500}.numbers-header:after{content:"";background:#ffcf19;width:66px;height:3px;margin-top:20px;display:block}.numbers-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:48px 62px;display:grid}.number-card{flex-direction:column;align-items:flex-start;min-height:250px;display:flex}.line-top{background:linear-gradient(90deg,#ffd21f 0% 15%,#273cff 100%);width:100%;height:4px;margin-bottom:22px}.number-card p{color:#fff;max-width:235px;min-height:78px;font-size:1.06rem;font-weight:400;line-height:1.35}.line-small{background:#ffffffd1;width:58px;height:1px;margin-top:18px}.number-card h3{color:#fff;letter-spacing:-.055em;margin-top:18px;font-size:clamp(3rem,4.2vw,5rem);font-weight:500;line-height:.98}@media (width<=1050px){.numbers-grid{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:46px}}@media (width<=650px){.numbers-section{padding:80px 0 90px}.numbers-header{margin-bottom:42px}.numbers-grid{grid-template-columns:1fr;row-gap:34px}.number-card{min-height:220px}.number-card p{min-height:auto}}.medicine-section{background:linear-gradient(#fff 0%,#f5f8fc 100%);padding:120px 0;position:relative;overflow:hidden}.medicine-section:before{content:"";border:1px solid #073d8c14;border-radius:50%;width:420px;height:420px;position:absolute;top:-180px;left:-170px}.medicine-section:after{content:"";filter:blur(12px);background:#e31e350f;border-radius:50%;width:390px;height:390px;position:absolute;bottom:-190px;right:-140px}.medicine-grid{z-index:2;grid-template-columns:minmax(0,.9fr) minmax(520px,1.1fr);align-items:center;gap:85px;display:grid;position:relative}.medicine-content{max-width:620px}.section-tag{color:#e31e35;letter-spacing:.14em;align-items:center;gap:12px;font-size:.76rem;font-weight:800;display:inline-flex}.section-tag:before{content:"";background:#e31e35;width:38px;height:2px}.medicine-content h2{color:#031d4a;letter-spacing:-.05em;margin-top:22px;font-size:clamp(2.8rem,4.5vw,5.2rem);font-weight:700;line-height:1.02}.medicine-content>p{color:#68758a;margin-top:28px;font-size:1.04rem;line-height:1.85}.medicine-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 24px;margin-top:34px;display:grid}.medicine-list div{color:#16345f;padding-left:31px;font-size:.94rem;font-weight:700;line-height:1.5;position:relative}.medicine-list div:before{content:"✓";color:#fff;background:#073d8c;border-radius:50%;place-items:center;width:21px;height:21px;font-size:.72rem;font-weight:900;display:grid;position:absolute;top:0;left:0}.medicine-button{color:#fff;text-transform:uppercase;letter-spacing:.05em;background:#e31e35;border-radius:5px;justify-content:center;align-items:center;min-height:52px;margin-top:38px;padding-inline:25px;font-size:.82rem;font-weight:800;transition:transform .25s,background .25s;display:inline-flex;box-shadow:0 14px 28px #e31e3538}.medicine-button:hover{background:#bd1529;transform:translateY(-3px)}.medicine-image{min-height:610px;position:relative}.medicine-image:before{content:"";border:2px solid #073d8c1f;border-radius:18px;width:78%;height:72%;position:absolute;top:-24px;right:-24px}.medicine-image img{z-index:2;object-fit:cover;object-position:center;border-radius:18px;width:100%;height:610px;position:relative;box-shadow:0 35px 75px #031d4a2e}.floating-card{z-index:4;color:#fff;background:#073d8c;border-left:4px solid #e31e35;border-radius:8px;width:210px;padding:24px;position:absolute;bottom:44px;right:-28px;box-shadow:0 22px 50px #031d4a47}.floating-card h3{font-size:2.8rem;line-height:1}.floating-card span{color:#ffffffc7;margin-top:8px;font-size:.84rem;line-height:1.45;display:block}@media (width<=1050px){.medicine-grid{grid-template-columns:1fr;gap:55px}.medicine-content{max-width:760px}.medicine-image{min-height:520px}.medicine-image img{height:520px}}@media (width<=650px){.medicine-section{padding:80px 0}.medicine-content h2{font-size:clamp(2.5rem,11vw,3.6rem)}.medicine-list{grid-template-columns:1fr}.medicine-image{min-height:390px}.medicine-image img{border-radius:13px;height:390px}.medicine-image:before{display:none}.floating-card{width:180px;padding:19px;bottom:18px;right:14px}.floating-card h3{font-size:2.25rem}}.partnerships-section{background:#171f59;padding:110px 0 130px;position:relative;overflow:hidden}.partnerships-section:before{content:"";pointer-events:none;background:radial-gradient(circle at 12% 10%,#4568c224,#0000 30%),linear-gradient(#ffffff04,#0000 30%);position:absolute;inset:0}.partnerships-container{z-index:2;width:100%;margin:0 auto;position:relative}.partnerships-header{width:min(80%,1180px);margin:0 auto 34px}.partnerships-header h2{color:#fff;letter-spacing:-.045em;margin:0;font-size:clamp(2.7rem,4vw,4.8rem);font-weight:500;line-height:1.05}.partnerships-header h2 strong{color:#ffd21e;font-weight:600}.partnerships-title-line{background:#ffd21e;width:82px;height:3px;margin-top:22px;display:block}.partnerships-carousel{width:100%;position:relative}.partnerships-carousel-window{width:100%;padding:0 0 10px;overflow:hidden}.partnerships-carousel-track{will-change:transform;gap:14px;width:max-content;padding-inline:max(20px,50vw - 590px);transition:transform .6s cubic-bezier(.22,1,.36,1);display:flex}.partnership-logo-card{background:#fff;border:1px solid #ffd21e80;border-radius:12px;flex:0 0 calc(min(1180px,80vw)/5 - 11.2px);place-items:center;min-width:210px;height:205px;padding:24px;transition:transform .3s,box-shadow .3s,border-color .3s;display:grid;position:relative;overflow:hidden;box-shadow:0 14px 32px #050b242e,inset 0 1px #fffc}.partnership-logo-card:hover{border-color:#ffd21e;transform:translateY(-6px);box-shadow:0 22px 42px #050b2447,inset 0 1px #ffffffe6}.partnership-logo-placeholder{background:linear-gradient(145deg,#1b4b9e 0%,#10215d 100%);border-radius:50%;place-items:center;width:92px;height:92px;display:grid;box-shadow:0 14px 28px #0d266738,inset 0 1px #ffffff2e}.partnership-logo-placeholder span{color:#fff;letter-spacing:.07em;font-size:1.25rem;font-weight:850}.partnership-logo-card p{color:#17205d;text-align:center;margin:0;font-size:.86rem;font-weight:750;line-height:1.35}.partnerships-controls{justify-content:flex-start;align-items:center;gap:14px;width:min(80%,1180px);margin:36px auto 0;display:flex}.partnerships-arrow{color:#fff;cursor:pointer;background:#ffffff1c;border:1px solid #ffffff26;border-radius:50%;place-items:center;width:40px;height:40px;padding:0 0 3px;font-family:inherit;font-size:1.7rem;line-height:1;transition:background .25s,transform .25s,border-color .25s;display:grid}.partnerships-arrow:hover{background:#fff3;border-color:#ffffff52;transform:scale(1.05)}.partnerships-dots{align-items:center;gap:10px;display:flex}.partnerships-dots button{cursor:pointer;background:#ffffff75;border:0;border-radius:999px;width:8px;height:8px;padding:0;transition:width .25s,background .25s}.partnerships-dots button.is-active{background:#fff;width:28px}@media (width<=1180px){.partnerships-section{padding:95px 0 110px}.partnerships-header,.partnerships-controls{width:min(88%,980px)}.partnership-logo-card{flex-basis:calc(min(980px,88vw)/4 - 10.5px);min-width:220px}.partnerships-carousel-track{padding-inline:6vw}}@media (width<=860px){.partnerships-header,.partnerships-controls{width:min(88%,760px)}.partnership-logo-card{flex-basis:calc(min(760px,88vw)/3 - 9.33333px);min-width:230px}.partnerships-header h2{font-size:clamp(2.5rem,7vw,3.8rem)}}@media (width<=620px){.partnerships-section{padding:75px 0 90px}.partnerships-header{width:calc(100% - 40px);margin-bottom:28px}.partnerships-header h2{font-size:2.55rem}.partnerships-title-line{width:68px;margin-top:18px}.partnerships-carousel-track{gap:12px;padding-inline:20px}.partnership-logo-card{flex-basis:calc(82vw - 24px);min-width:calc(82vw - 24px);max-width:320px;height:190px}.partnerships-controls{width:calc(100% - 40px);margin-top:28px}.partnerships-dots{scrollbar-width:none;gap:8px;overflow-x:auto}.partnerships-dots::-webkit-scrollbar{display:none}}@media (prefers-reduced-motion:reduce){.partnerships-carousel-track,.partnership-logo-card,.partnerships-arrow,.partnerships-dots button{transition:none}}.partnerships-carousel-track.without-transition{transition:none!important}.partnerships-carousel-track{padding-inline:0}.partnerships-carousel-window{overflow:hidden}.partnership-logo-card{flex-shrink:0}.units-section{background:radial-gradient(circle at 12% 12%,#4262bd1f,#0000 30%),#171f59;padding:110px 0 55px;position:relative;overflow:hidden}.units-section:before{content:"";pointer-events:none;background:linear-gradient(#ffffff04,#0000 28%);position:absolute;inset:0}.units-container{z-index:2;width:100%;position:relative}.units-header{width:min(80%,1180px);margin:0 auto 38px}.units-header h2{color:#fff;letter-spacing:-.045em;margin:0;font-size:clamp(2.8rem,4.2vw,4.8rem);font-weight:500;line-height:1.05}.units-header h2 strong{color:#ffd21e;font-weight:650}.units-title-line{background:#ffd21e;width:80px;height:3px;margin-top:22px;display:block}.units-carousel{width:100%;position:relative}.units-carousel-window{width:100%;overflow:hidden}.units-carousel-track{will-change:transform;gap:18px;width:max-content;transition:transform .62s cubic-bezier(.22,1,.36,1);display:flex}.units-carousel-track.without-transition{transition:none!important}.unit-card{background:#0c1239;border-radius:12px;flex:0 0 320px;height:500px;transition:transform .32s,box-shadow .32s;position:relative;overflow:hidden;box-shadow:0 24px 60px #04091f47,inset 0 1px #ffffff0a}.unit-card:hover{transform:translateY(-8px);box-shadow:0 32px 74px #04091f61,inset 0 1px #ffffff0f}.unit-card-image{position:absolute;inset:0}.unit-card-image img{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .8s;display:block}.unit-card:hover .unit-card-image img{transform:scale(1.055)}.unit-card-overlay{background:linear-gradient(#050c2b14 0%,#050c2b2e 42%,#050c2beb 100%);position:absolute;inset:0}.unit-card-content{z-index:2;color:#fff;padding:30px 28px 28px;position:absolute;bottom:0;left:0;right:0}.unit-card-label{color:#fff;text-transform:uppercase;letter-spacing:.12em;margin-bottom:5px;font-size:.67rem;font-weight:850;display:block}.unit-card h3{color:#fff;letter-spacing:-.025em;margin:0;font-size:1.65rem;font-weight:650;line-height:1.12}.unit-card-divider{background:#fff6;width:100%;height:1px;margin:16px 0}.unit-card-address{grid-template-columns:20px minmax(0,1fr);align-items:start;gap:10px;display:grid}.unit-location-icon{color:#0000;border:2px solid #ffd21e;border-radius:50% 50% 50% 0;width:16px;height:16px;margin-top:2px;position:relative;overflow:hidden;transform:rotate(-45deg)}.unit-location-icon:after{content:"";background:#ffd21e;border-radius:50%;width:6px;height:6px;position:absolute;top:3px;left:3px}.unit-card-address strong{color:#fff;margin-bottom:5px;font-size:.86rem;font-weight:750;display:block}.unit-card-address p{color:#ffffffbd;margin:0;font-size:.78rem;line-height:1.55}.units-controls{align-items:center;gap:14px;width:min(80%,1180px);margin:34px auto 0;display:flex}.units-arrow{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #ffffff2b;border-radius:50%;place-items:center;width:40px;height:40px;padding:0 0 3px;font-family:inherit;font-size:1.7rem;line-height:1;transition:background .25s,border-color .25s,transform .25s;display:grid}.units-arrow:hover{background:#fff3;border-color:#ffffff59;transform:scale(1.05)}.units-dots{align-items:center;gap:9px;display:flex}.units-dots button{cursor:pointer;background:#ffffff6b;border:0;border-radius:999px;width:8px;height:8px;padding:0;transition:width .25s,background .25s}.units-dots button.is-active{background:#fff;width:28px}@media (width<=1180px){.units-section{padding:95px 0 50px}.units-header,.units-controls{width:min(88%,980px)}.unit-card{flex-basis:300px;height:470px}}@media (width<=820px){.units-header,.units-controls{width:min(88%,760px)}.units-header h2{font-size:clamp(2.6rem,7vw,3.8rem)}.unit-card{flex-basis:285px;height:450px}}@media (width<=620px){.units-section{padding:75px 0 45px}.units-header{width:calc(100% - 40px);margin-bottom:28px}.units-header h2{font-size:2.55rem}.units-title-line{width:68px;margin-top:18px}.units-carousel-track{gap:14px}.unit-card{flex-basis:calc(82vw - 24px);min-width:calc(82vw - 24px);max-width:320px;height:430px}.unit-card-content{padding:25px 22px 24px}.unit-card h3{font-size:1.45rem}.units-controls{width:calc(100% - 40px);margin-top:28px}.units-dots{scrollbar-width:none;overflow-x:auto}.units-dots::-webkit-scrollbar{display:none}}@media (prefers-reduced-motion:reduce){.units-carousel-track,.unit-card,.unit-card-image img,.units-arrow,.units-dots button{transition:none}}.events-section{background:#171f59;width:100%;padding:45px 24px 90px;overflow:hidden}.events-container{width:min(100%,1160px);margin:0 auto}.events-header{margin-bottom:48px}.events-header h2{color:#fff;margin:0;font-size:clamp(36px,4vw,54px);font-weight:400;line-height:1.1}.events-header h2 strong{color:#ffd600;font-weight:500}.events-title-line{background:#ffd600;border-radius:999px;width:80px;height:4px;margin-top:22px;display:block}.events-carousel{width:100%;overflow:hidden}.events-track{will-change:transform;align-items:stretch;transition:transform .65s;display:flex}.event-slide{box-sizing:border-box;flex:none;min-width:0;padding:0 10px;display:flex}.event-card{box-sizing:border-box;background:#1b2468;border:1px solid #ffd600e6;border-radius:10px;flex-direction:column;width:100%;height:100%;min-height:510px;display:flex;overflow:hidden}.event-image-wrapper{background:#222d72;flex-shrink:0;width:100%;height:200px;position:relative;overflow:hidden}.event-image{object-fit:cover;width:100%;height:100%;display:block}.event-image-placeholder{background:radial-gradient(circle,#538fff38,#0000 38%),linear-gradient(135deg,#243376,#131b54);place-items:center;width:100%;height:100%;display:grid}.event-image-placeholder span{color:#fff;border:2px solid #ffffff80;border-radius:50%;place-items:center;width:88px;height:88px;font-size:30px;font-weight:800;display:grid}.event-date{color:#fff;letter-spacing:.02em;background:#6374b1f2;border-radius:9px;align-items:center;gap:7px;min-height:34px;padding:7px 13px;font-size:11px;font-weight:800;display:flex;position:absolute;top:17px;left:17px}.event-calendar-icon{font-size:12px}.event-content{box-sizing:border-box;flex-direction:column;flex:1;padding:24px 24px 22px;display:flex}.event-content h3{color:#fff;-webkit-line-clamp:4;-webkit-box-orient:vertical;min-height:98px;margin:0 0 14px;font-size:18px;font-weight:800;line-height:1.35;display:-webkit-box;overflow:hidden}.event-content p{color:#ffffffb8;-webkit-line-clamp:5;-webkit-box-orient:vertical;min-height:112px;margin:0;font-size:14px;line-height:1.6;display:-webkit-box;overflow:hidden}.event-divider{background:#ffffff21;width:100%;height:1px;margin:auto 0 18px}.event-link{color:#ffd600;align-items:center;gap:7px;width:fit-content;font-size:13px;font-weight:800;text-decoration:none;transition:gap .25s,opacity .25s;display:inline-flex}.event-link:hover{opacity:.85;gap:11px}.events-controls{justify-content:center;align-items:center;gap:14px;margin-top:40px;display:flex}.events-arrow{color:#ffffff94;cursor:pointer;background:#ffffff14;border:0;border-radius:50%;place-items:center;width:36px;height:36px;font-size:27px;line-height:1;transition:background .25s,color .25s,transform .25s;display:grid}.events-arrow:hover:not(:disabled){color:#fff;background:#ffffff29;transform:scale(1.05)}.events-arrow:disabled{cursor:default;opacity:.45}.events-dots{align-items:center;gap:8px;display:flex}.events-dot{cursor:pointer;background:#ffffff4d;border:0;border-radius:999px;width:9px;height:9px;padding:0;transition:width .25s,background .25s}.events-dot.is-active{background:#fff;width:28px}@media (width<=1050px){.events-section{padding:42px 20px 80px}.events-container{width:min(100%,860px)}.event-slide{padding:0 8px}.event-card{min-height:500px}.event-content h3{min-height:94px}.event-content p{min-height:110px}}@media (width<=760px){.events-section{padding:40px 18px 70px}.events-header{margin-bottom:36px}.event-slide{padding:0 6px}.event-card{min-height:480px}.event-image-wrapper{height:195px}.event-content h3{-webkit-line-clamp:3;min-height:auto}.event-content p{-webkit-line-clamp:4;min-height:auto}.events-controls{margin-top:32px}}.news-section{background:radial-gradient(circle at 15% 12%,#4767c426,#0000 32%),#171f59;width:100%;padding:70px 0 90px;position:relative;overflow:hidden}.news-section:before{content:"";pointer-events:none;background:linear-gradient(#ffffff04,#0000 35%);position:absolute;inset:0}.news-container{z-index:2;width:min(88%,1180px);margin:0 auto;position:relative}.news-header{margin-bottom:42px}.news-header h2{color:#fff;letter-spacing:-.04em;max-width:900px;margin:0;font-size:clamp(2.5rem,4vw,4rem);font-weight:400;line-height:1.08}.news-header h2 strong{color:#ffd21e;font-weight:600}.news-title-line{background:#ffd21e;border-radius:999px;width:80px;height:4px;margin-top:22px;display:block}.news-carousel{width:100%;overflow:hidden}.news-track{will-change:transform;align-items:stretch;transition:transform .65s cubic-bezier(.22,1,.36,1);display:flex}.news-track:has(.news-slide:only-child){justify-content:flex-start}.news-slide{flex:none;min-width:0;padding:0 10px}.news-slide:only-child{width:440px;max-width:100%;padding-left:0;flex-basis:440px!important}.news-card{background:linear-gradient(#232f72fa,#161f59fa);border:1px solid #ffd21ebf;border-radius:14px;height:100%;min-height:470px;transition:transform .3s,box-shadow .3s,border-color .3s;position:relative;overflow:hidden;box-shadow:0 24px 60px #04091f47,inset 0 1px #ffffff0a}.news-card:hover{border-color:#ffd21e;transform:translateY(-7px);box-shadow:0 32px 75px #04091f66,inset 0 1px #ffffff0f}.news-image-wrapper{background:#222d72;width:100%;height:235px;position:relative;overflow:hidden}.news-image-wrapper:after{content:"";pointer-events:none;background:linear-gradient(#0000,#0f174859);height:70px;position:absolute;bottom:0;left:0;right:0}.news-image{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .65s;display:block}.news-card:hover .news-image{transform:scale(1.045)}.news-image-placeholder{background:radial-gradient(circle,#538fff38,#0000 38%),linear-gradient(135deg,#263879,#11194e);place-items:center;width:100%;height:100%;display:grid}.news-image-placeholder span{color:#fff;letter-spacing:.04em;border:2px solid #ffffff7a;border-radius:50%;place-items:center;width:86px;height:86px;font-size:28px;font-weight:800;display:grid}.news-date{z-index:3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;letter-spacing:.035em;background:#5d6fb0f0;border:1px solid #ffffff24;border-radius:9px;align-items:center;gap:8px;min-height:36px;padding:8px 14px;font-size:.7rem;font-weight:800;display:flex;position:absolute;top:18px;left:18px;box-shadow:0 8px 24px #04091f33}.news-content{flex-direction:column;min-height:235px;padding:28px 28px 25px;display:flex}.news-content h3{color:#fff;letter-spacing:-.02em;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0 0 14px;font-size:1.3rem;font-weight:750;line-height:1.3;display:-webkit-box;overflow:hidden}.news-content p{color:#ffffffb8;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:.92rem;line-height:1.65;display:-webkit-box;overflow:hidden}.news-divider{background:linear-gradient(90deg,#ffffff2e,#ffffff0a);width:100%;height:1px;margin:auto 0 19px}.news-link{color:#ffd21e;align-items:center;gap:8px;width:fit-content;font-size:.84rem;font-weight:800;text-decoration:none;transition:gap .25s,opacity .25s;display:inline-flex}.news-link:hover{opacity:.86;gap:13px}.news-controls{align-items:center;gap:14px;margin-top:36px;display:flex}.news-arrow{color:#ffffffb3;cursor:pointer;background:#ffffff14;border:1px solid #ffffff1f;border-radius:50%;place-items:center;width:42px;height:42px;padding:0 0 3px;font-family:inherit;font-size:1.8rem;line-height:1;transition:background .25s,border-color .25s,color .25s,transform .25s;display:grid}.news-arrow:hover:not(:disabled){color:#fff;background:#ffffff29;border-color:#ffffff4d;transform:scale(1.05)}.news-arrow:disabled{cursor:default;opacity:.35}.news-dots{align-items:center;gap:8px;display:flex}.news-dot{cursor:pointer;background:#ffffff4d;border:0;border-radius:999px;width:8px;height:8px;padding:0;transition:width .25s,background .25s}.news-dot.is-active{background:#fff;width:30px}@media (width<=1050px){.news-container{width:min(90%,900px)}.news-image-wrapper{height:220px}}@media (width<=680px){.news-section{padding:50px 0 70px}.news-container{width:100%}.news-header{width:calc(100% - 40px);margin:0 auto 34px}.news-header h2{font-size:2.45rem}.news-title-line{width:68px;margin-top:18px}.news-slide,.news-slide:only-child{width:100%;max-width:none;padding:0 20px;flex-basis:100%!important}.news-card{min-height:445px}.news-image-wrapper{height:215px}.news-content{min-height:230px;padding:24px 22px 22px}.news-content h3{font-size:1.18rem}.news-controls{justify-content:center;margin-top:30px}}@media (prefers-reduced-motion:reduce){.news-track,.news-card,.news-image,.news-link,.news-arrow,.news-dot{transition:none}}.site-footer{color:#fff;background:radial-gradient(circle at 12% 10%,#2d5bb533,#0000 32%),#08123f;width:100%;padding:74px 28px 26px;position:relative;overflow:hidden}.site-footer,.site-footer *{box-sizing:border-box}.footer-container{z-index:2;width:min(100% - 20px,1240px);margin:0 auto;position:relative}.footer-grid{grid-template-columns:minmax(190px,1.1fr) minmax(150px,.8fr) minmax(150px,.8fr) minmax(150px,.8fr) minmax(230px,1.2fr);align-items:start;gap:clamp(28px,3.5vw,58px);padding-bottom:55px;display:grid}.footer-brand{min-width:0}.footer-logo{width:185px;max-width:100%;display:block}.footer-logo img{object-fit:contain;object-position:left center;width:100%;max-width:185px;height:auto;max-height:115px;display:block}.footer-brand p{color:#ffffffa6;max-width:220px;margin:22px 0 0;font-size:.78rem;line-height:1.65}.footer-column h3,.footer-cones h3{color:#ffd21e;text-transform:uppercase;letter-spacing:.065em;border-bottom:1px solid #ffffff1f;margin:0 0 18px;padding-bottom:13px;font-size:.75rem;font-weight:800}.footer-column ul{flex-direction:column;gap:11px;margin:0;padding:0;list-style:none;display:flex}.footer-column li{margin:0;padding:0}.footer-column a{color:#ffffffb3;font-size:.78rem;line-height:1.45;text-decoration:none;transition:color .25s,transform .25s;display:inline-block}.footer-column a:hover{color:#fff;transform:translate(4px)}.footer-cones{min-width:0}.footer-qr-card{color:#fff;background:#ffffff0b;border:1px solid #ffffff24;border-radius:9px;grid-template-columns:76px minmax(0,1fr);align-items:center;gap:14px;width:100%;padding:14px;text-decoration:none;transition:transform .25s,border-color .25s,background .25s;display:grid}.footer-qr-card:hover{background:#ffffff14;border-color:#ffd21e99;transform:translateY(-3px)}.footer-qr-image{background:#fff;border-radius:6px;place-items:center;width:76px;height:76px;padding:5px;display:grid;overflow:hidden}.footer-qr-image img{object-fit:contain;width:100%;max-width:66px;height:100%;max-height:66px;display:block}.footer-qr-text{flex-direction:column;gap:6px;min-width:0;display:flex}.footer-qr-text strong{color:#ffd21e;text-transform:uppercase;font-size:.79rem;font-weight:850}.footer-qr-text>span{color:#ffffffb3;font-size:.68rem;line-height:1.45}.footer-bottom{border-top:1px solid #ffffff21;justify-content:space-between;align-items:center;gap:30px;min-height:66px;padding-top:24px;display:flex}.footer-bottom p{color:#ffffff94;text-transform:uppercase;letter-spacing:.025em;margin:0;font-size:.67rem;font-weight:600;line-height:1.5}.footer-social-links{align-items:center;gap:8px;display:flex}.footer-social-links a{color:#ffffffd1;background:#ffffff0a;border:1px solid #ffffff2b;border-radius:50%;place-items:center;width:34px;height:34px;font-size:.58rem;font-weight:850;text-decoration:none;transition:transform .25s,color .25s,background .25s;display:grid}.footer-social-links a:hover{color:#fff;background:#ffffff24;transform:translateY(-3px)}.footer-whatsapp{z-index:500;color:#fff;background:#25d366;border:3px solid #fff;border-radius:50%;place-items:center;width:54px;height:54px;font-size:.68rem;font-weight:900;text-decoration:none;transition:transform .25s,background .25s;display:grid;position:fixed;bottom:22px;right:22px;box-shadow:0 12px 28px #00000047}.footer-whatsapp:hover{background:#1fb958;transform:translateY(-4px)scale(1.04)}@media (width<=1100px){.footer-grid{grid-template-columns:minmax(180px,1fr) repeat(3,minmax(140px,1fr))}.footer-cones{grid-column:2/-1}.footer-qr-card{max-width:380px}}@media (width<=820px){.site-footer{padding:60px 22px 24px}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:42px}.footer-brand{grid-column:1/-1}.footer-cones{grid-column:auto}}@media (width<=580px){.site-footer{padding:46px 20px 22px}.footer-container{width:100%}.footer-grid{grid-template-columns:1fr;gap:34px;padding-bottom:38px}.footer-brand,.footer-cones{grid-column:auto}.footer-logo{width:170px}.footer-logo img{max-width:170px}.footer-qr-card{max-width:360px}.footer-bottom{flex-direction:column;align-items:flex-start;gap:20px}.footer-whatsapp{width:50px;height:50px;bottom:15px;right:15px}}.footer-social-links a{place-items:center;width:40px;height:40px;display:grid;overflow:hidden}.footer-social-links a img{object-fit:contain;width:19px;max-width:19px;height:19px;max-height:19px;display:block}.footer-social-links a:hover img{transform:scale(1.08)}.footer-social-links a img{transition:transform .25s}.post-page{background:linear-gradient(#eef3f9 0,#fff 520px);min-height:100vh;padding:165px 24px 95px}.post-page-container{width:min(100%,1240px);margin:0 auto}.post-breadcrumb{color:#718096;flex-wrap:wrap;align-items:center;gap:9px;margin-bottom:34px;font-size:.78rem;display:flex}.post-breadcrumb a{color:#0a4ca8;font-weight:750;text-decoration:none}.post-breadcrumb a:hover{color:#d91f3c}.post-layout{grid-template-columns:minmax(0,1fr) 330px;align-items:start;gap:60px;display:grid}.post-article{min-width:0}.post-header{max-width:840px;margin-bottom:38px}.post-category{color:#fff;letter-spacing:.08em;text-transform:uppercase;background:#d91f3c;border-radius:999px;align-items:center;min-height:32px;padding:7px 13px;font-size:.7rem;font-weight:850;display:inline-flex}.post-header h1{color:#071d47;letter-spacing:-.05em;margin:21px 0 18px;font-size:clamp(2.7rem,5vw,4.8rem);font-weight:750;line-height:1.03}.post-lead{color:#50627e;max-width:780px;margin:0 0 22px;font-size:1.12rem;line-height:1.75}.post-meta{color:#7a879b;flex-wrap:wrap;align-items:center;gap:10px;font-size:.78rem;font-weight:650;display:flex}.post-featured-image{background:#dfe7f1;border-radius:19px;width:100%;margin:0 0 48px;overflow:hidden;box-shadow:0 22px 55px #041a4324}.post-featured-image img{object-fit:cover;object-position:center;width:100%;max-height:590px;display:block}.post-content{color:#263954;width:min(100%,800px);font-size:1.05rem;line-height:1.88}.post-content>:first-child{margin-top:0}.post-content p{margin:0 0 25px}.post-content h2,.post-content h3,.post-content h4{color:#071d47;letter-spacing:-.03em;line-height:1.22}.post-content h2{margin:54px 0 21px;font-size:clamp(1.9rem,3vw,2.8rem)}.post-content h3{margin:42px 0 18px;font-size:clamp(1.45rem,2.3vw,2.05rem)}.post-content h4{margin:34px 0 15px;font-size:1.25rem}.post-content ul,.post-content ol{margin:0 0 28px;padding-left:25px}.post-content li{margin-bottom:10px}.post-content a{color:#0b57bf;text-underline-offset:3px;font-weight:750;text-decoration:underline;text-decoration-thickness:1px}.post-content blockquote{color:#18375f;background:#f2f6fb;border-left:4px solid #d91f3c;border-radius:0 13px 13px 0;margin:38px 0;padding:26px 30px;font-size:1.08rem;font-weight:650}.post-content img{border-radius:13px;width:auto;max-width:100%;height:auto;margin:36px auto;display:block}.post-content figure{margin:38px 0}.post-content figcaption{color:#7a879a;text-align:center;margin-top:10px;font-size:.78rem;line-height:1.5}.post-content iframe,.post-content video{border-radius:13px;width:100%;max-width:100%}.post-share-box{background:#f7f9fc;border:1px solid #dbe4ef;border-radius:15px;justify-content:space-between;align-items:center;gap:24px;width:min(100%,800px);margin-top:52px;padding:25px 27px;display:flex}.post-share-box>div:first-child{flex-direction:column;gap:4px;display:flex}.post-share-box span{color:#7a8799;letter-spacing:.03em;text-transform:uppercase;font-size:.74rem;font-weight:750}.post-share-box strong{color:#071d47;font-size:1rem}.post-share-links{gap:10px;display:flex}.post-share-links a{color:#fff;background:#0a4ca8;border-radius:50%;place-items:center;width:40px;height:40px;font-size:.75rem;font-weight:850;text-decoration:none;transition:transform .25s,background .25s;display:grid}.post-share-links a:hover{background:#d91f3c;transform:translateY(-3px)}.post-sidebar{position:sticky;top:155px}.post-sidebar-card{color:#fff;background:linear-gradient(145deg,#0a4ca8 0%,#071d47 100%);border-radius:17px;padding:29px;box-shadow:0 20px 50px #041c4930}.post-sidebar-label{color:#bcd6ff;letter-spacing:.09em;text-transform:uppercase;margin-bottom:15px;font-size:.68rem;font-weight:800;display:inline-flex}.post-sidebar-card h2{margin:0 0 14px;font-size:1.75rem;line-height:1.15}.post-sidebar-card p{color:#ffffffc7;margin:0 0 22px;font-size:.87rem;line-height:1.65}.post-sidebar-card button{color:#0a4ca8;cursor:pointer;background:#fff;border:0;border-radius:8px;min-height:43px;padding:0 18px;font-family:inherit;font-size:.78rem;font-weight:800}.post-sidebar-latest{background:#fff;border:1px solid #dde5ef;border-radius:17px;margin-top:26px;padding:26px;box-shadow:0 15px 40px #041f4b14}.post-sidebar-heading{border-bottom:1px solid #e4eaf2;margin-bottom:19px;padding-bottom:13px}.post-sidebar-heading span{color:#071d47;letter-spacing:.05em;text-transform:uppercase;font-size:.82rem;font-weight:850}.post-sidebar-item{border-bottom:1px solid #edf1f6;grid-template-columns:82px 1fr;align-items:center;gap:13px;padding:14px 0;text-decoration:none;display:grid}.post-sidebar-item:last-child{border-bottom:0}.post-sidebar-image{background:#e5ebf3;border-radius:9px;width:82px;height:68px;overflow:hidden}.post-sidebar-image img{object-fit:cover;width:100%;height:100%;display:block}.post-sidebar-image span{color:#0a4ca8;place-items:center;width:100%;height:100%;font-weight:850;display:grid}.post-sidebar-item>div:last-child>span{color:#8a95a7;text-transform:uppercase;font-size:.64rem;font-weight:700}.post-sidebar-item h3{color:#0d244d;margin:5px 0 0;font-size:.84rem;line-height:1.35;transition:color .25s}.post-sidebar-item:hover h3{color:#d91f3c}.related-posts{border-top:1px solid #dfe6ef;margin-top:95px;padding-top:64px}.related-posts-header{justify-content:space-between;align-items:end;gap:25px;margin-bottom:34px;display:flex}.related-posts-header>div>span{color:#d91f3c;letter-spacing:.09em;text-transform:uppercase;font-size:.72rem;font-weight:850}.related-posts-header h2{color:#071d47;letter-spacing:-.04em;margin:8px 0 0;font-size:clamp(2rem,4vw,3.2rem);line-height:1.08}.related-posts-header button{color:#0a4ca8;cursor:pointer;background:#fff;border:1px solid #cfd9e6;border-radius:8px;min-height:44px;padding:0 20px;font-family:inherit;font-size:.76rem;font-weight:800}.related-posts-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:27px;display:grid}.related-post-card{background:#fff;border:1px solid #dfe6ef;border-radius:17px;transition:transform .28s,box-shadow .28s;overflow:hidden;box-shadow:0 15px 42px #041d4714}.related-post-card:hover{transform:translateY(-6px);box-shadow:0 24px 55px #041d4724}.related-post-image{background:#e4eaf2;height:220px;display:block;overflow:hidden}.related-post-image img{object-fit:cover;width:100%;height:100%;transition:transform .45s;display:block}.related-post-card:hover .related-post-image img{transform:scale(1.045)}.related-placeholder{color:#0a4ca8;place-items:center;width:100%;height:100%;font-size:2rem;font-weight:900;display:grid}.related-post-content{padding:24px}.related-post-content>span{color:#8994a6;text-transform:uppercase;font-size:.67rem;font-weight:750}.related-post-content h3{margin:10px 0 12px;font-size:1.22rem;line-height:1.3}.related-post-content h3 a{color:#0b234d;text-decoration:none}.related-post-content h3 a:hover{color:#d91f3c}.related-post-content p{color:#627087;margin:0 0 20px;font-size:.84rem;line-height:1.65}.related-post-link{color:#0a4ca8;align-items:center;gap:8px;font-size:.76rem;font-weight:850;text-decoration:none;display:inline-flex}.related-post-link:hover{color:#d91f3c}.post-page-status{color:#42536c;text-align:center;background:#fff;border-radius:17px;width:min(100%,650px);margin:100px auto;padding:52px 30px;box-shadow:0 20px 60px #041c451f}.post-page-status h1{color:#071d47;margin:0 0 14px}.post-page-status p{margin:0 0 22px}.post-page-status button{color:#fff;cursor:pointer;background:#0a4ca8;border:0;border-radius:8px;min-height:44px;padding:0 20px;font-family:inherit;font-weight:800}.post-loading-circle{border:3px solid #dce5f0;border-top-color:#0a4ca8;border-radius:50%;width:34px;height:34px;margin:0 auto 16px;animation:.8s linear infinite post-loading-spin;display:block}@keyframes post-loading-spin{to{transform:rotate(360deg)}}@media (width<=1050px){.post-layout{grid-template-columns:1fr}.post-sidebar{grid-template-columns:1fr 1fr;gap:24px;display:grid;position:static}.post-sidebar-latest{margin-top:0}.related-posts-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=720px){.post-page{padding:125px 18px 70px}.post-header h1{font-size:clamp(2.15rem,10vw,3.35rem)}.post-lead{font-size:1rem}.post-featured-image{border-radius:13px;margin-bottom:36px}.post-content{font-size:.98rem;line-height:1.78}.post-share-box{flex-direction:column;align-items:flex-start}.post-sidebar{grid-template-columns:1fr}.related-posts{margin-top:70px;padding-top:48px}.related-posts-header{flex-direction:column;align-items:flex-start}.related-posts-grid{grid-template-columns:1fr}.related-post-image{height:230px}}
