:root{
  --sk6-navy:#0c2f6b;
  --sk6-blue:#155fd8;
  --sk6-cyan:#17b8c7;
  --sk6-green:#18a86b;
  --sk6-orange:#ff8124;
  --sk6-yellow:#ffd42a;
  --sk6-text:#122b61;
  --sk6-muted:#5b6f92;
  --sk6-line:#dfe8f4;
  --sk6-soft:#f7fbff;
  --sk6-shell:min(1180px,calc(100% - 32px));
  --sk6-shadow:0 16px 44px rgba(15,50,103,.11);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
html,body{margin:0!important;padding:0!important;overflow-x:hidden!important;background:#fff!important;color:var(--sk6-text)!important;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif!important}
body.admin-bar .sk6-header{top:32px}
body.siakad-home-native-v6 #wpadminbar{display:none!important}
body.siakad-home-native-v6{padding-top:0!important}
.sk6-site,.sk6-site *{box-sizing:border-box}
.sk6-site a{text-decoration:none!important}
.sk6-site img{display:block;max-width:100%}
.sk6-shell{width:var(--sk6-shell);margin-inline:auto}
.screen-reader-text{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}

/* Header */
.sk6-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.96);backdrop-filter:blur(16px);border-bottom:1px solid #edf2f9}
.sk6-header-inner{min-height:96px;display:flex;align-items:center;justify-content:space-between;gap:26px;padding-block:10px}
.sk6-brand{display:flex;align-items:center;gap:14px;min-width:0;color:var(--sk6-text)!important}
.sk6-brand img{width:58px;height:58px;object-fit:contain;flex:0 0 auto}
.sk6-brand-copy{display:flex;flex-direction:column;gap:4px;min-width:0}
.sk6-brand strong{display:flex;flex-direction:column;font-size:19px;line-height:1.12;font-weight:850;max-width:360px}.sk6-brand-city{font-size:.84em;color:#16427f;margin-top:2px}
.sk6-brand small{font-size:11px;line-height:1.35;color:var(--sk6-muted);max-width:380px}
.sk6-nav{display:flex;align-items:center;gap:28px}
.sk6-nav>a{position:relative;color:#10285d!important;font-size:14px;font-weight:800;white-space:nowrap;padding:31px 0 27px}
.sk6-nav>a:not(.sk6-nav-cta)::after{content:"";position:absolute;left:50%;bottom:21px;width:0;height:3px;background:var(--sk6-blue);border-radius:99px;transform:translateX(-50%);transition:.2s}
.sk6-nav>a:hover::after,.sk6-nav>a.is-active::after{width:24px}
.sk6-nav-cta{padding:13px 19px!important;border-radius:10px;background:linear-gradient(135deg,#ff952d,#f46b0d);color:#fff!important;box-shadow:0 10px 24px rgba(247,117,22,.24)}
.sk6-nav-cta span{margin-left:8px}
.sk6-menu-toggle{display:none;width:46px;height:46px;border:1px solid #d7e2f0;border-radius:12px;background:#fff;align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer}
.sk6-menu-toggle span{display:block;width:22px;height:2px;background:#10285d;border-radius:2px;transition:.2s}
.sk6-menu-toggle.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.sk6-menu-toggle.is-open span:nth-child(2){opacity:0}
.sk6-menu-toggle.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

/* Hero */
.sk6-hero{position:relative;overflow:hidden;background:#eaf5ff;isolation:isolate}
.sk6-slides{position:relative;height:540px}
.sk6-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .55s ease,visibility .55s ease;background:#eaf5ff}
.sk6-slide::before{content:"";position:absolute;inset:0;background-image:var(--sk6-hero-image);background-size:cover;background-position:center center;background-repeat:no-repeat}
.sk6-slide::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(246,251,255,.99) 0%,rgba(246,251,255,.96) 30%,rgba(246,251,255,.68) 49%,rgba(246,251,255,.04) 72%)}
.sk6-slide.is-active{opacity:1;visibility:visible;z-index:1}
.sk6-hero-grid{position:relative;z-index:2;height:100%;display:flex;align-items:center}
.sk6-hero-copy{width:min(510px,48%);padding:0 0 72px 18px}
.sk6-eyebrow{display:inline-flex;align-items:center;gap:8px;padding:9px 16px;background:#0d57c6;color:#fff;border-radius:999px;font-size:12px;font-weight:800;letter-spacing:.02em;box-shadow:0 8px 20px rgba(21,95,216,.2)}
.sk6-eyebrow i{font-style:normal;color:#ffd42a}
.sk6-hero-copy h1{margin:15px 0 8px;font-size:clamp(34px,4.3vw,54px);line-height:.98;letter-spacing:-.045em;color:#10285d;font-weight:850;max-width:13ch}
.sk6-hero-copy h2{margin:0 0 12px;font-size:22px;line-height:1.35;color:#0c7d91;font-weight:800;max-width:38ch}
.sk6-hero-copy p{margin:0;max-width:44ch;color:#475e82;font-size:16px;line-height:1.75}
.sk6-hero-actions{display:flex;gap:12px;margin-top:20px;flex-wrap:wrap}
.sk6-btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:44px;padding:0 18px;border-radius:9px;font-size:13px;font-weight:800;transition:.2s}
.sk6-btn-primary{background:linear-gradient(135deg,#0d58c8,#15449f);color:#fff!important;box-shadow:0 10px 25px rgba(16,77,173,.2)}
.sk6-btn-primary:hover{transform:translateY(-2px)}
.sk6-btn-light{background:#fff;color:#1453b8!important;border:1px solid #d7e4f4;box-shadow:0 8px 22px rgba(15,50,103,.08)}
.sk6-slider-arrow{position:absolute;top:50%;z-index:5;width:42px;height:42px;border:1px solid rgba(13,52,111,.18);border-radius:50%;background:rgba(255,255,255,.94);color:#0d3d88;font-size:28px;line-height:1;display:grid;place-items:center;cursor:pointer;box-shadow:0 10px 25px rgba(15,50,103,.12);transform:translateY(-50%)}
.sk6-prev{left:max(14px,calc((100% - 1180px)/2 - 10px))}
.sk6-next{right:max(14px,calc((100% - 1180px)/2 - 10px))}
.sk6-slider-dots{position:absolute;z-index:5;left:max(32px,calc((100% - 1180px)/2 + 18px));bottom:25px;display:flex;align-items:center;gap:7px}
.sk6-slider-dots button{width:8px;height:8px;border:0;border-radius:50%;background:#8fa3c0;padding:0;cursor:pointer;transition:.2s}
.sk6-slider-dots button.is-active{width:30px;border-radius:99px;background:#155fd8}

/* Stats */
.sk6-stat-wrap{position:relative;z-index:20;margin-top:-34px}
.sk6-stats{display:grid;grid-template-columns:repeat(var(--sk6-stat-count),minmax(0,1fr));background:#fff;border-radius:16px;box-shadow:var(--sk6-shadow);border:1px solid #e7edf7;overflow:hidden}
.sk6-stat{display:flex;align-items:center;gap:14px;padding:20px 22px;min-height:100px;position:relative}
.sk6-stat:not(:last-child)::after{content:"";position:absolute;right:0;top:21px;bottom:21px;width:1px;background:#e6edf7}
.sk6-stat-icon{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;flex:0 0 auto;padding:9px}
.sk6-stat-icon img{width:100%;height:100%;object-fit:contain}
.sk6-tone-blue .sk6-stat-icon{background:#e9f1ff}.sk6-tone-green .sk6-stat-icon{background:#e8f9f1}.sk6-tone-orange .sk6-stat-icon{background:#fff1e0}.sk6-tone-purple .sk6-stat-icon{background:#f1e9ff}
.sk6-stat>div{display:grid;line-height:1.12}
.sk6-stat strong{font-size:28px;color:#10285d;font-weight:850;letter-spacing:-.035em}
.sk6-stat b{font-size:15px;color:#18366e;margin-top:2px}
.sk6-stat small{font-size:12px;color:#7182a0;margin-top:6px}

/* Generic sections */
.sk6-section{padding:46px 0}
.sk6-section-kicker{display:block;color:#1460ce;font-size:14px;font-weight:800;margin-bottom:8px}
.sk6-section-title-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px;gap:20px}
.sk6-section-title-row h2,.sk6-heading-center h2{margin:0;color:#10285d;font-size:25px;line-height:1.15;font-weight:850;letter-spacing:-.025em}
.sk6-section-title-row>a{font-size:12px;color:#155fd8!important;font-weight:800}
.sk6-heading-center{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:23px}
.sk6-heading-center i{height:1px;width:86px;background:linear-gradient(90deg,transparent,#4d8fe4);position:relative}
.sk6-heading-center i:first-child::after{content:"";position:absolute;right:-2px;top:-3px;width:7px;height:7px;border-radius:50%;background:#155fd8}
.sk6-heading-center i:last-child{background:linear-gradient(90deg,#4d8fe4,transparent)}
.sk6-heading-center i:last-child::after{content:"";position:absolute;left:-2px;top:-3px;width:7px;height:7px;border-radius:50%;background:#155fd8}

/* Profile */
.sk6-profile-section{padding-top:38px}
.sk6-profile-grid{display:grid;grid-template-columns:300px minmax(0,1fr) 250px;gap:24px;align-items:stretch}
.sk6-school-photo{position:relative;border-radius:16px;overflow:hidden;min-height:285px;background:#eef4fb}
.sk6-school-photo>img{width:100%;height:100%;object-fit:cover}
.sk6-accreditation{position:absolute;right:13px;bottom:13px;width:88px;height:105px;border-radius:14px;background:linear-gradient(150deg,#155fd8,#0b3d91);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;border:3px solid rgba(255,255,255,.55);box-shadow:0 12px 24px rgba(11,61,145,.26)}
.sk6-accreditation span{font-size:10px;color:#ffd42a}.sk6-accreditation strong{font-size:46px;line-height:1}.sk6-accreditation small{font-size:11px;font-weight:800}
.sk6-profile-copy{padding:12px 4px}
.sk6-profile-copy h2{margin:0 0 9px;font-size:25px;line-height:1.15;color:#10285d;font-weight:850;letter-spacing:-.025em}
.sk6-lead{margin:0;color:#63738f;font-size:15px;line-height:1.75}
.sk6-profile-socials{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.sk6-profile-socials a{display:inline-flex;align-items:center;gap:8px;padding:9px 12px;border-radius:999px;background:#eff6ff;border:1px solid #d7e6fb;color:#11408e!important}.sk6-profile-socials a span{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#155fd8;color:#fff}.sk6-profile-socials svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8}.sk6-profile-socials svg path{fill:currentColor;stroke:none}.sk6-profile-socials svg .outline{fill:none;stroke:currentColor;stroke-width:1.8}.sk6-profile-socials svg .fill{fill:currentColor;stroke:none}.sk6-profile-socials svg .fill-white{fill:#fff;stroke:none}.sk6-profile-socials a b{font-size:12px}
.sk6-profile-points{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;margin-top:24px}
.sk6-profile-points article{display:grid;grid-template-columns:31px 1fr;gap:8px;align-items:start}
.sk6-profile-points img{width:28px;height:28px;object-fit:contain}
.sk6-profile-points h3{margin:0 0 6px;font-size:14px;color:#0c5cbc}
.sk6-profile-points p{margin:0;font-size:12px;line-height:1.65;color:#687a98}
.sk6-principal-card{border:1px solid #e4ebf4;border-radius:16px;background:#fff;padding:16px;box-shadow:0 10px 30px rgba(15,50,103,.08);text-align:left}
.sk6-principal-card>span{font-size:12px;color:#1460ce;font-weight:800}
.sk6-principal-card>img{width:118px;height:148px;object-fit:cover;object-position:center top;border-radius:10px;margin:10px auto 12px;background:#eef3f8}
.sk6-principal-card h3{margin:0;font-size:18px;color:#10285d;text-align:center}
.sk6-principal-card p{margin:4px 0 12px;font-size:11px;color:#6d7d98;text-align:center}
.sk6-principal-card a{height:38px;border-radius:8px;background:linear-gradient(135deg,#155fd8,#0b3d91);color:#fff!important;display:flex;align-items:center;justify-content:center;gap:8px;font-size:11px;font-weight:800}

/* Programs */
.sk6-program-section{background:#fbfdff;border-block:1px solid #edf2f8}
.sk6-program-grid{display:grid;grid-template-columns:repeat(var(--sk6-program-cols),minmax(0,1fr));gap:14px}
.sk6-program-card{background:#fff;border:1px solid #e7edf6;border-radius:14px;padding:21px 14px;text-align:center;min-height:160px;box-shadow:0 8px 24px rgba(15,50,103,.05);transition:.2s}
.sk6-program-card:hover{transform:translateY(-4px);box-shadow:0 16px 34px rgba(15,50,103,.11)}
.sk6-program-card img{width:56px;height:56px;object-fit:contain;margin:0 auto 10px}
.sk6-program-card h3{margin:0 0 8px;font-size:13px;color:#10285d}
.sk6-program-card p{margin:0;color:#677994;font-size:10.5px;line-height:1.55}

/* News */
.sk6-news-section{padding-bottom:28px}
.sk6-news-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}
.sk6-news-card{background:#fff;border:1px solid #e3ebf5;border-radius:13px;overflow:hidden;box-shadow:0 8px 25px rgba(15,50,103,.07);min-width:0}
.sk6-news-card a{display:block;color:inherit!important;height:100%}
.sk6-news-image{position:relative;aspect-ratio:16/9;overflow:hidden;background:#eaf1fa}
.sk6-news-image img{width:100%;height:100%;object-fit:cover;transition:.3s}
.sk6-news-card:hover .sk6-news-image img{transform:scale(1.045)}
.sk6-news-image span{position:absolute;left:8px;top:8px;background:#0c4eb2;color:#fff;border-radius:999px;padding:5px 9px;font-size:9px;font-weight:800}
.sk6-news-content{padding:12px}
.sk6-news-content time{font-size:9px;color:#8190a8}
.sk6-news-content h3{margin:6px 0 7px;color:#10285d;font-size:13px;line-height:1.35;min-height:35px}
.sk6-news-content p{margin:0;color:#6a7b96;font-size:10px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.sk6-news-content b{display:block;margin-top:9px;color:#155fd8;font-size:9.5px}

/* PMB */
.sk6-pmb-section{padding:17px 0 29px}
.sk6-pmb-banner{min-height:230px;border-radius:14px;overflow:hidden;position:relative;background:linear-gradient(105deg,#073783 0%,#0755bd 47%,rgba(7,80,182,.58) 63%,rgba(7,80,182,.05) 100%),var(--sk6-pmb-image) center right/cover no-repeat;color:#fff;display:grid;grid-template-columns:minmax(0,1fr) 210px;align-items:center;padding:27px 30px;box-shadow:0 14px 34px rgba(11,61,145,.18)}
.sk6-pmb-banner::after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 25% 110%,rgba(23,184,199,.35),transparent 38%);pointer-events:none}
.sk6-pmb-copy,.sk6-pmb-action{position:relative;z-index:2}
.sk6-pmb-copy>span{font-size:12px;font-weight:850;color:#ffd42a;text-transform:uppercase;letter-spacing:.06em}
.sk6-pmb-copy h2{margin:4px 0 6px;font-size:30px;color:#fff;line-height:1.05;max-width:18ch}
.sk6-pmb-copy p{margin:0;max-width:45ch;font-size:14px;line-height:1.7;color:#e8f2ff}
.sk6-pmb-features{display:flex;gap:18px;margin-top:18px;flex-wrap:wrap}
.sk6-pmb-feature{display:flex;align-items:center;gap:9px;max-width:150px}
.sk6-pmb-feature-icon{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#fff;box-shadow:0 10px 18px rgba(2,20,62,.18);flex:0 0 auto}.sk6-pmb-feature-icon img{width:22px;height:22px;object-fit:contain;filter:none}.sk6-pmb-feature.is-alert .sk6-pmb-feature-icon{background:#fff}.sk6-pmb-feature.is-alert .sk6-pmb-feature-icon i{font-style:normal;color:#dc2626;font-size:24px;line-height:1;font-weight:900}
.sk6-pmb-feature span:last-child{font-size:11px;line-height:1.35;font-weight:700;color:#fff}
.sk6-pmb-action{justify-self:end;align-self:center;display:flex;flex-direction:column;align-items:flex-start;gap:14px}
.sk6-pmb-action b{background:#ffd42a;color:#14316c;padding:7px 13px;border-radius:999px;font-size:11px}
.sk6-pmb-action a{display:flex;align-items:center;gap:9px;background:linear-gradient(135deg,#ff952d,#f46b0d);color:#fff!important;padding:12px 16px;border-radius:9px;font-size:12px;font-weight:850;box-shadow:0 10px 22px rgba(248,115,17,.26)}

/* Gallery */
.sk6-gallery-section{padding-top:15px;padding-bottom:42px}
.sk6-gallery-grid{display:grid;grid-template-columns:repeat(var(--sk6-gallery-cols),minmax(0,1fr));gap:14px}
.sk6-gallery-grid article{min-width:0}
.sk6-gallery-grid img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:11px;box-shadow:0 8px 20px rgba(15,50,103,.09)}
.sk6-gallery-grid h3{margin:8px 0 2px;font-size:11px;color:#10285d}
.sk6-gallery-grid p{margin:0;color:#155fd8;font-size:9.5px;font-weight:700}

/* Footer */
.sk6-footer{background:linear-gradient(135deg,#053275,#05265a);color:#fff}
.sk6-footer-grid{display:grid;grid-template-columns:1.25fr .55fr 1.15fr .75fr;gap:34px;padding:37px 0}
.sk6-footer .sk6-brand{color:#fff!important}.sk6-footer .sk6-brand-city{color:#dbe8fb}.sk6-footer .sk6-brand strong{font-size:15px}.sk6-footer .sk6-brand small{font-size:10px;color:#d2e0f5;max-width:250px}
.sk6-footer h3{margin:0 0 13px;font-size:13px;color:#fff}
.sk6-footer-grid>div:not(.sk6-footer-brand){display:flex;flex-direction:column;align-items:flex-start}
.sk6-footer a,.sk6-footer p{color:#dbe8fb!important;font-size:11.5px;line-height:1.6;margin:0 0 7px}
.sk6-footer p b{color:#fff}
.sk6-socials{display:flex;gap:8px;margin-top:16px}
.sk6-socials a{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:#0c59bf;color:#fff!important;font-size:12px;font-weight:800;margin:0}.sk6-socials svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8}.sk6-socials svg path{fill:currentColor;stroke:none}.sk6-socials svg .outline{fill:none;stroke:currentColor;stroke-width:1.8}.sk6-socials svg .fill{fill:currentColor;stroke:none}.sk6-socials svg .fill-white{fill:#fff;stroke:none}
.sk6-footer-bottom{border-top:1px solid rgba(255,255,255,.13)}
.sk6-footer-bottom>div{min-height:47px;display:flex;align-items:center;justify-content:space-between;gap:15px;color:#c7d7ef;font-size:9px}

@media(max-width:1100px){
  :root{--sk6-shell:min(960px,calc(100% - 28px))}
  .sk6-nav{gap:20px}.sk6-nav>a{font-size:13px}
  .sk6-slides{height:500px}.sk6-hero-copy{width:48%}
  .sk6-profile-grid{grid-template-columns:260px minmax(0,1fr) 225px;gap:18px}
  .sk6-stat{padding:18px 14px}.sk6-stat-icon{width:46px;height:46px}
  .sk6-stat strong{font-size:24px}
}
@media(max-width:900px){
  .sk6-header-inner{min-height:78px}.sk6-brand img{width:48px;height:48px}.sk6-brand strong{font-size:16px;max-width:260px}
  .sk6-menu-toggle{display:flex}
  .sk6-nav{position:absolute;top:78px;left:14px;right:14px;background:#fff;border:1px solid #dfe8f4;border-radius:15px;box-shadow:0 20px 50px rgba(15,50,103,.16);padding:14px;display:none;flex-direction:column;align-items:stretch;gap:4px}
  .sk6-nav.is-open{display:flex}
  .sk6-nav>a{padding:12px 14px;border-radius:9px}
  .sk6-nav>a:not(.sk6-nav-cta)::after{display:none}.sk6-nav>a.is-active{background:#eef5ff}
  .sk6-nav-cta{text-align:center;margin-top:6px}
  .sk6-slides{height:520px}
  .sk6-slide::before{background-position:66% center}
  .sk6-slide::after{background:linear-gradient(180deg,rgba(245,250,255,.15) 0%,rgba(10,37,83,.14) 32%,rgba(5,25,62,.88) 68%,rgba(4,19,48,.98) 100%)}
  .sk6-hero-grid{align-items:flex-end;padding-bottom:48px}
  .sk6-hero-copy{width:100%;padding:0 24px 78px;color:#fff}
  .sk6-hero-copy h1{color:#fff;font-size:42px;max-width:15ch;margin-top:13px}
  .sk6-hero-copy h2{color:#c9f7ff;font-size:18px}.sk6-hero-copy p{color:#e5eefc;font-size:13px;max-width:50ch}
  .sk6-slider-arrow{display:none}.sk6-slider-dots{left:38px;bottom:17px}.sk6-slider-dots button{background:rgba(255,255,255,.5)}.sk6-slider-dots button.is-active{background:#fff}
  .sk6-stat-wrap{margin-top:0;padding-top:15px}.sk6-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:0}.sk6-stat:nth-child(2)::after{display:none}.sk6-stat:nth-child(-n+2){border-bottom:1px solid #e6edf7}
  .sk6-profile-grid{grid-template-columns:1fr 1fr}.sk6-profile-copy{grid-column:1/-1;grid-row:1}.sk6-school-photo{grid-column:1}.sk6-principal-card{grid-column:2}.sk6-profile-points{grid-template-columns:repeat(3,1fr)}
  .sk6-program-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .sk6-news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .sk6-pmb-banner{grid-template-columns:1fr;gap:18px;background:linear-gradient(105deg,rgba(7,55,131,.96),rgba(7,85,189,.84)),var(--sk6-pmb-image) center/cover no-repeat}.sk6-pmb-action{justify-self:start;flex-direction:row;align-items:center}
  .sk6-gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .sk6-footer-grid{grid-template-columns:1fr 1fr;gap:28px}
}
@media(max-width:600px){
  :root{--sk6-shell:calc(100% - 24px)}
  .sk6-header-inner{min-height:70px}.sk6-brand img{width:42px;height:42px}.sk6-brand strong{font-size:14px;max-width:235px}.sk6-brand small{display:none}.sk6-menu-toggle{width:42px;height:42px}
  .sk6-nav{top:70px}
  .sk6-slides{height:620px;border-radius:0}
  .sk6-slide::before{background-position:62% center}
  .sk6-hero-grid{padding-bottom:58px}
  .sk6-hero-copy{padding:0 22px 84px}
  .sk6-eyebrow{font-size:11px;padding:8px 13px}
  .sk6-hero-copy h1{font-size:37px;line-height:1.02;max-width:12ch;margin-top:12px}
  .sk6-hero-copy h2{font-size:16px;max-width:30ch}.sk6-hero-copy p{font-size:13.5px;line-height:1.65}
  .sk6-hero-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.sk6-btn{padding:0 10px;font-size:12px}
  .sk6-slider-dots{left:34px;bottom:24px}
  .sk6-stat-wrap{padding-top:12px}.sk6-stats{border-radius:13px}.sk6-stat{padding:14px 10px;gap:9px;min-height:87px}.sk6-stat-icon{width:39px;height:39px;padding:6px}.sk6-stat strong{font-size:20px}.sk6-stat b{font-size:11px}.sk6-stat small{font-size:8.5px}
  .sk6-section{padding:34px 0}
  .sk6-profile-grid{grid-template-columns:1fr}.sk6-profile-copy,.sk6-school-photo,.sk6-principal-card{grid-column:1;grid-row:auto}.sk6-profile-copy{order:1}.sk6-school-photo{order:2;min-height:250px}.sk6-principal-card{order:3}.sk6-profile-points{grid-template-columns:1fr;gap:13px}.sk6-profile-points article{grid-template-columns:36px 1fr}.sk6-profile-points p{font-size:11px}
  .sk6-heading-center i{width:35px}.sk6-section-title-row h2,.sk6-heading-center h2{font-size:22px}
  .sk6-program-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:11px}.sk6-program-card{padding:17px 10px;min-height:150px}.sk6-program-card img{width:48px;height:48px}.sk6-program-card h3{font-size:12px}.sk6-program-card p{font-size:9.5px}
  .sk6-news-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.sk6-news-content{padding:9px}.sk6-news-content h3{font-size:11px;min-height:43px}.sk6-news-content p{display:none}.sk6-news-image span{font-size:8px}.sk6-news-content b{font-size:8.5px}
  .sk6-pmb-banner{min-height:360px;padding:22px 18px;align-content:end;background:linear-gradient(180deg,rgba(7,55,131,.1),rgba(7,55,131,.82) 48%,rgba(7,45,111,.98)),var(--sk6-pmb-image) center/cover no-repeat}.sk6-pmb-copy h2{font-size:27px}.sk6-pmb-features{display:grid;grid-template-columns:1fr 1fr;gap:10px}.sk6-pmb-action{flex-direction:column;align-items:flex-start;gap:10px}
  .sk6-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:11px}.sk6-gallery-grid h3{font-size:10px}.sk6-gallery-grid p{font-size:8.8px}
  .sk6-footer-grid{grid-template-columns:1fr;gap:25px;padding:30px 0}.sk6-footer-bottom>div{flex-direction:column;justify-content:center;padding:10px 0;text-align:center}
}


/* 0.6.3 visual refinement */
.sk6-nav>a.sk6-nav-cta{color:#fff!important}
.sk6-slides{height:620px}
.sk6-hero-copy{width:min(545px,49%)}
.sk6-eyebrow{font-size:13px}
.sk6-hero-copy h2{font-size:23px}
.sk6-hero-copy p{font-size:17px;line-height:1.78}
.sk6-brand small{font-size:13px;line-height:1.4}
.sk6-stat b{font-size:16px}
.sk6-stat small{font-size:13px}
.sk6-section-kicker{font-size:15px}
.sk6-section-title-row>a{font-size:13px}
.sk6-lead{font-size:16px}
.sk6-profile-points{gap:18px}
.sk6-profile-points article{grid-template-columns:38px 1fr;gap:10px}
.sk6-profile-points img{width:34px;height:34px}
.sk6-profile-points h3{font-size:16px}
.sk6-profile-points p{font-size:13.5px;line-height:1.72}
.sk6-principal-card>img{width:148px;height:185px}
.sk6-principal-card>span{font-size:13px}
.sk6-principal-card h3{font-size:19px}
.sk6-principal-card p{font-size:13px;line-height:1.5}
.sk6-principal-card a{font-size:12px}
.sk6-program-card h3{font-size:14px}
.sk6-program-card p{font-size:12px;line-height:1.65}
.sk6-news-content time{font-size:11px}
.sk6-news-content h3{font-size:14px}
.sk6-news-content p{font-size:12px;line-height:1.6}
.sk6-news-content b{font-size:11px}
.sk6-pmb-copy>span{font-size:13px}
.sk6-pmb-feature span:last-child{font-size:12px}
.sk6-gallery-grid h3{font-size:13px}
.sk6-gallery-grid p{font-size:11px}
.sk6-footer .sk6-brand small{font-size:12px}
.sk6-footer a,.sk6-footer p{font-size:12.5px}
.sk6-footer-bottom>div{font-size:10.5px}
.sk6-profile-socials svg .youtube-bg,.sk6-socials svg .youtube-bg{fill:#ff0000!important;stroke:none!important}
.sk6-profile-socials svg .youtube-play,.sk6-socials svg .youtube-play{fill:#fff!important;stroke:none!important}

@media(max-width:1100px){
  .sk6-slides{height:580px}
}
@media(max-width:900px){
  .sk6-slides{height:650px}
  .sk6-hero-grid{align-items:center;padding:34px 0}
  .sk6-hero-copy{width:100%;padding:44px 24px 52px}
  .sk6-hero-copy h1{font-size:44px}
  .sk6-hero-copy h2{font-size:19px}
  .sk6-hero-copy p{font-size:15px;line-height:1.7}
  .sk6-slider-dots{bottom:25px}
}
@media(max-width:600px){
  .sk6-slides{height:680px}
  .sk6-hero-grid{align-items:center;padding:28px 0}
  .sk6-hero-copy{padding:42px 22px 54px}
  .sk6-hero-copy h1{font-size:38px}
  .sk6-hero-copy h2{font-size:17px}
  .sk6-hero-copy p{font-size:14px;line-height:1.68}
  .sk6-profile-points h3{font-size:15px}
  .sk6-profile-points p{font-size:12.5px}
  .sk6-principal-card>img{width:160px;height:200px}
  .sk6-program-card p{font-size:11.5px}
  .sk6-news-content time{font-size:10.5px}
  .sk6-news-content h3{font-size:12px}
  .sk6-news-content b{font-size:10.5px}
  .sk6-gallery-grid h3{font-size:11.5px}
  .sk6-gallery-grid p{font-size:10.5px}
}

/* 0.6.4 social colors + floating whatsapp */
.sk6-profile-socials a,.sk6-socials a{transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.sk6-profile-socials a:hover,.sk6-socials a:hover{transform:translateY(-2px)}
.sk6-profile-socials a span,.sk6-socials a{box-shadow:0 8px 18px rgba(17,64,142,.14)}
.sk6-social-link.is-facebook span,.sk6-socials .sk6-social-link.is-facebook{background:#1877f2;color:#fff!important}
.sk6-social-link.is-instagram span,.sk6-socials .sk6-social-link.is-instagram{background:linear-gradient(135deg,#f58529,#feda77 22%,#dd2a7b 55%,#8134af 78%,#515bd4);color:#fff!important}
.sk6-social-link.is-youtube span,.sk6-socials .sk6-social-link.is-youtube{background:#ff0000;color:#fff!important}
.sk6-social-link.is-tiktok span,.sk6-socials .sk6-social-link.is-tiktok{background:#111827;color:#fff!important;box-shadow:-2px 0 0 #25f4ee,2px 0 0 #fe2c55,0 8px 18px rgba(17,24,39,.2)}
.sk6-social-link.is-whatsapp span,.sk6-socials .sk6-social-link.is-whatsapp{background:#25d366;color:#fff!important}
.sk6-profile-socials .sk6-social-link.is-facebook,.sk6-profile-socials .sk6-social-link.is-instagram,.sk6-profile-socials .sk6-social-link.is-youtube,.sk6-profile-socials .sk6-social-link.is-tiktok,.sk6-profile-socials .sk6-social-link.is-whatsapp{background:#fff;border-color:#d7e6fb;color:#11408e!important}
.sk6-socials .sk6-social-link.is-facebook svg,.sk6-socials .sk6-social-link.is-instagram svg,.sk6-socials .sk6-social-link.is-youtube svg,.sk6-socials .sk6-social-link.is-tiktok svg,.sk6-socials .sk6-social-link.is-whatsapp svg,.sk6-profile-socials .sk6-social-link.is-facebook span svg,.sk6-profile-socials .sk6-social-link.is-instagram span svg,.sk6-profile-socials .sk6-social-link.is-youtube span svg,.sk6-profile-socials .sk6-social-link.is-tiktok span svg,.sk6-profile-socials .sk6-social-link.is-whatsapp span svg{color:#fff}
.sk6-profile-points article{grid-template-columns:46px 1fr;gap:12px}
.sk6-profile-points article>img,.sk6-profile-points article>span img{width:30px;height:30px}
.sk6-profile-points article img{width:30px;height:30px;padding:8px;border-radius:14px;background:linear-gradient(135deg,#eef5ff,#f6fbff);box-shadow:0 8px 18px rgba(21,95,216,.12)}
.sk6-pmb-feature-icon img{width:28px;height:28px}
.sk6-pmb-feature:nth-child(2) .sk6-pmb-feature-icon img,.sk6-pmb-feature:nth-child(3) .sk6-pmb-feature-icon img,.sk6-pmb-feature:nth-child(4) .sk6-pmb-feature-icon img{width:30px;height:30px}
.sk6-whatsapp-float{position:fixed;right:24px;bottom:24px;z-index:9999;display:flex;align-items:center;gap:12px;text-decoration:none!important}
.sk6-whatsapp-float-label{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 18px;border-radius:10px;background:#fff;color:#0f274b;font-size:14px;font-weight:700;box-shadow:0 14px 30px rgba(15,23,42,.16)}
.sk6-whatsapp-float-icon{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:#25d366;color:#fff;box-shadow:0 16px 34px rgba(37,211,102,.38);border:1px solid #0faa4d}
.sk6-whatsapp-float-icon svg{width:34px;height:34px;display:block}
@media(max-width:900px){
  .sk6-whatsapp-float{right:18px;bottom:18px}
  .sk6-whatsapp-float-label{min-height:48px;padding:0 15px;font-size:13px}
  .sk6-whatsapp-float-icon{width:58px;height:58px}
}
@media(max-width:600px){
  .sk6-profile-points article{grid-template-columns:46px 1fr}
  .sk6-pmb-feature-icon img{width:26px;height:26px}
  .sk6-pmb-feature:nth-child(2) .sk6-pmb-feature-icon img,.sk6-pmb-feature:nth-child(3) .sk6-pmb-feature-icon img,.sk6-pmb-feature:nth-child(4) .sk6-pmb-feature-icon img{width:28px;height:28px}
  .sk6-whatsapp-float{right:16px;bottom:16px;gap:10px}
  .sk6-whatsapp-float-label{display:none}
  .sk6-whatsapp-float-icon{width:56px;height:56px}
  .sk6-whatsapp-float-icon svg{width:30px;height:30px}
}

/* v0.6.7: make Visi / Misi / Nilai Utama icons clearer and larger */
.sk6-profile-points{gap:20px}
.sk6-profile-points article{grid-template-columns:58px 1fr!important;gap:14px!important;align-items:start}
.sk6-profile-points article img{width:40px!important;height:40px!important;padding:7px!important;border-radius:16px!important;background:linear-gradient(135deg,#eef5ff,#ffffff)!important;box-shadow:0 10px 22px rgba(21,95,216,.14)!important}
.sk6-profile-points h3{font-size:17px!important;line-height:1.25}
.sk6-profile-points p{font-size:14px!important;line-height:1.72}
@media(max-width:600px){
  .sk6-profile-points article{grid-template-columns:54px 1fr!important;gap:12px!important}
  .sk6-profile-points article img{width:38px!important;height:38px!important;padding:6px!important}
}

/* 0.6.8 flexible uploaded icons */
.sk6-stat-icon img{width:var(--sk6-icon-size,36px)!important;height:var(--sk6-icon-size,36px)!important;max-width:calc(100% - 4px);max-height:calc(100% - 4px);object-fit:contain}
.sk6-profile-point-icon{width:58px;height:58px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(135deg,#eef5ff,#fff);box-shadow:0 10px 22px rgba(21,95,216,.14);flex:0 0 auto}
.sk6-profile-point-icon img{width:var(--sk6-icon-size,40px)!important;height:var(--sk6-icon-size,40px)!important;max-width:48px;max-height:48px;padding:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;object-fit:contain}
.sk6-profile-points article{grid-template-columns:58px 1fr!important}
.sk6-program-icon{width:76px;height:76px;border-radius:50%;display:grid;place-items:center;margin:0 auto 12px;background:linear-gradient(135deg,#eef5ff,#fff);box-shadow:0 10px 22px rgba(21,95,216,.12)}
.sk6-program-icon img{width:var(--sk6-icon-size,56px)!important;height:var(--sk6-icon-size,56px)!important;max-width:66px;max-height:66px;margin:0!important;object-fit:contain}
.sk6-pmb-feature-icon img{width:var(--sk6-icon-size,30px)!important;height:var(--sk6-icon-size,30px)!important;max-width:34px;max-height:34px;object-fit:contain}

/* Compact mobile footer */
@media(max-width:600px){
  .sk6-footer-grid{grid-template-columns:1fr 1fr!important;gap:18px 14px!important;padding:24px 0!important}
  .sk6-footer-brand{grid-column:1/-1}
  .sk6-footer-grid>div:nth-child(2){grid-column:1;display:grid!important;grid-template-columns:1fr 1fr;gap:6px 10px;align-content:start}
  .sk6-footer-grid>div:nth-child(2) h3{grid-column:1/-1}
  .sk6-footer-grid>div:nth-child(3){grid-column:1/-1;display:grid!important;grid-template-columns:1fr 1fr;gap:5px 12px;padding-top:4px;border-top:1px solid rgba(255,255,255,.1)}
  .sk6-footer-grid>div:nth-child(3) h3{grid-column:1/-1;margin-top:10px}
  .sk6-footer-grid>div:nth-child(3) p:first-of-type{grid-column:1/-1}
  .sk6-footer-grid>div:nth-child(4){grid-column:2;align-content:start}
  .sk6-footer h3{margin-bottom:8px!important}
  .sk6-footer a,.sk6-footer p{font-size:11.5px!important;line-height:1.45!important;margin-bottom:4px!important}
  .sk6-socials{margin-top:12px;flex-wrap:wrap}
  .sk6-footer-bottom>div{padding:9px 0!important;gap:4px!important}
  .sk6-footer-bottom>div span:last-child{display:none}
  .sk6-program-icon{width:64px;height:64px}
  .sk6-program-icon img{max-width:54px;max-height:54px}
  .sk6-profile-point-icon{width:54px;height:54px}
  .sk6-profile-point-icon img{max-width:44px;max-height:44px}
}
@media(max-width:380px){
  .sk6-footer-grid{grid-template-columns:1fr!important}
  .sk6-footer-grid>div:nth-child(2),.sk6-footer-grid>div:nth-child(3),.sk6-footer-grid>div:nth-child(4),.sk6-footer-brand{grid-column:1!important}
  .sk6-footer-grid>div:nth-child(2){grid-template-columns:repeat(2,minmax(0,1fr))}
}

/* 0.6.9 footer mobile alignment */
.sk6-footer-menu,.sk6-footer-contact,.sk6-footer-hours{min-width:0}
.sk6-footer-contact p,.sk6-footer-hours p{word-break:break-word}
@media(max-width:600px){
  .sk6-footer-grid{grid-template-columns:1fr 1fr!important;gap:16px 14px!important;padding:24px 0 20px!important;align-items:start}
  .sk6-footer-brand{grid-column:1/-1}
  .sk6-footer-menu{grid-column:1!important;display:flex!important;flex-direction:column;align-items:flex-start}
  .sk6-footer-contact{grid-column:2!important;display:flex!important;flex-direction:column;align-items:flex-start;padding-top:0!important;border-top:0!important}
  .sk6-footer-hours{grid-column:1/-1!important;padding-top:10px;border-top:1px solid rgba(255,255,255,.1)}
  .sk6-footer-hours h3{margin-top:0!important}
}
@media(max-width:380px){
  .sk6-footer-grid{grid-template-columns:1fr!important}
  .sk6-footer-brand,.sk6-footer-menu,.sk6-footer-contact,.sk6-footer-hours{grid-column:1!important}
}
@media(max-width:600px){
  .sk6-footer-grid > .sk6-footer-menu{grid-column:1!important;display:flex!important;grid-template-columns:none!important;flex-direction:column!important;gap:0!important;align-items:flex-start!important}
  .sk6-footer-grid > .sk6-footer-contact{grid-column:2!important;display:flex!important;grid-template-columns:none!important;flex-direction:column!important;gap:0!important;align-items:flex-start!important;padding-top:0!important;border-top:0!important}
  .sk6-footer-grid > .sk6-footer-hours{grid-column:1/-1!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;padding-top:10px!important;border-top:1px solid rgba(255,255,255,.1)!important}
}
@media(max-width:380px){
  .sk6-footer-grid > .sk6-footer-menu,.sk6-footer-grid > .sk6-footer-contact,.sk6-footer-grid > .sk6-footer-hours{grid-column:1!important}
}

/* 0.6.10 mobile footer: three columns Menu / Kontak / Jam Operasional */
@media(max-width:600px){
  .sk6-footer-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:14px 10px!important;
    padding:22px 0 18px!important;
    align-items:start!important;
  }
  .sk6-footer-brand{
    grid-column:1/-1!important;
    margin-bottom:2px!important;
  }
  .sk6-footer-grid>.sk6-footer-menu,
  .sk6-footer-grid>.sk6-footer-contact,
  .sk6-footer-grid>.sk6-footer-hours{
    grid-column:auto!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    gap:0!important;
    min-width:0!important;
    padding:0!important;
    border:0!important;
  }
  .sk6-footer-grid>.sk6-footer-menu{grid-column:1!important}
  .sk6-footer-grid>.sk6-footer-contact{grid-column:2!important}
  .sk6-footer-grid>.sk6-footer-hours{grid-column:3!important}
  .sk6-footer h3{
    margin:0 0 8px!important;
    font-size:12px!important;
    line-height:1.3!important;
  }
  .sk6-footer a,
  .sk6-footer p{
    font-size:10.5px!important;
    line-height:1.42!important;
    margin:0 0 5px!important;
    overflow-wrap:anywhere!important;
    word-break:break-word!important;
  }
  .sk6-footer-hours p b{display:block!important}
  .sk6-footer-bottom>div{padding:8px 0!important}
}
@media(max-width:380px){
  .sk6-footer-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:12px 7px!important;
  }
  .sk6-footer-grid>.sk6-footer-menu{grid-column:1!important}
  .sk6-footer-grid>.sk6-footer-contact{grid-column:2!important}
  .sk6-footer-grid>.sk6-footer-hours{grid-column:3!important}
  .sk6-footer h3{font-size:11px!important}
  .sk6-footer a,.sk6-footer p{font-size:9.5px!important}
}

/* 0.6.11: contact column slightly left on mobile */
@media(max-width:600px){
  .sk6-footer-grid{grid-template-columns:.9fr 1.12fr 1fr!important;column-gap:7px!important}
  .sk6-footer-grid>.sk6-footer-contact{transform:translateX(-7px)!important}
  .sk6-footer-grid>.sk6-footer-hours{transform:translateX(-3px)!important}
}
@media(max-width:380px){
  .sk6-footer-grid{grid-template-columns:.88fr 1.12fr 1fr!important;column-gap:5px!important}
  .sk6-footer-grid>.sk6-footer-contact{transform:translateX(-5px)!important}
  .sk6-footer-grid>.sk6-footer-hours{transform:translateX(-2px)!important}
}

/* 0.6.12: keep school tagline visible on mobile */
@media(max-width:600px){
  .sk6-brand-copy{min-width:0;max-width:235px}
  .sk6-brand small{display:block!important;font-size:10px!important;line-height:1.25!important;max-width:215px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:2px}
  .sk6-footer .sk6-brand small{font-size:11px!important;max-width:260px!important;white-space:normal;overflow:visible;text-overflow:clip}
}


/* 0.6.13: footer mobile brand row with socials aligned beside logo */
@media(max-width:600px){
  .sk6-footer-brand{
    display:flex!important;
    align-items:flex-start!important;
    justify-content:space-between!important;
    gap:12px!important;
  }
  .sk6-footer-brand .sk6-brand{
    flex:1 1 auto!important;
    min-width:0!important;
    align-items:flex-start!important;
  }
  .sk6-footer-brand .sk6-brand-copy{
    max-width:170px!important;
  }
  .sk6-footer-brand .sk6-socials{
    flex:0 0 auto!important;
    margin-top:0!important;
    padding-top:2px!important;
    justify-content:flex-end!important;
    align-self:flex-start!important;
    gap:9px!important;
  }
  .sk6-footer-brand .sk6-socials a{
    width:34px!important;
    height:34px!important;
  }
}
@media(max-width:380px){
  .sk6-footer-brand{gap:10px!important}
  .sk6-footer-brand .sk6-brand-copy{max-width:145px!important}
  .sk6-footer-brand .sk6-socials{gap:7px!important}
  .sk6-footer-brand .sk6-socials a{width:32px!important;height:32px!important}
}

/* 0.7.6: hero arrow GIF + typography alignment with profile */
body.siakad-home-native-v6,
body.siakad-home-native-v6 .sk6-site{
  font-family:var(--skg-font-body,Inter,"Segoe UI",Roboto,Arial,sans-serif)!important;
}
body.siakad-home-native-v6 .sk6-hero-copy h1,
body.siakad-home-native-v6 .sk6-hero-copy h2,
body.siakad-home-native-v6 .sk6-section-title-row h2,
body.siakad-home-native-v6 .sk6-heading-center h2,
body.siakad-home-native-v6 .sk6-profile-copy h2{
  font-family:var(--skg-font-display,Inter,"Segoe UI",Roboto,Arial,sans-serif)!important;
}
.sk6-slider-arrow{
  font-size:0;
  line-height:0;
}
.sk6-arrow-art{
  width:24px;
  height:24px;
  object-fit:contain;
  display:block;
}
@media(max-width:820px){
  .sk6-arrow-art{width:22px;height:22px}
}

/* 0.7.7: ensure the custom hero arrows are visible and crisp */
.sk6-slider-arrow{
  width:50px!important;
  height:50px!important;
  padding:7px!important;
  overflow:hidden!important;
}
.sk6-arrow-art{
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  object-fit:contain!important;
  opacity:1!important;
  visibility:visible!important;
}

/* 0.8.8: proportional Home typography */
.sk6-eyebrow{font-size:.8125rem!important}
.sk6-hero-copy h1{font-size:clamp(2.25rem,4.4vw,3.5rem)!important;line-height:1.02!important}
.sk6-hero-copy h2{font-size:clamp(1.25rem,2vw,1.5rem)!important;line-height:1.4!important}
.sk6-hero-copy p{font-size:1.0625rem!important;line-height:1.75!important}
.sk6-btn{font-size:.9375rem!important;min-height:46px!important}
.sk6-stat strong{font-size:1.75rem!important}
.sk6-stat b{font-size:1rem!important}
.sk6-stat small{font-size:.8125rem!important;line-height:1.45!important}
.sk6-section-kicker{font-size:.875rem!important}
.sk6-section-title-row h2,.sk6-heading-center h2,.sk6-profile-copy h2{font-size:clamp(1.5rem,2.4vw,2rem)!important;line-height:1.2!important}
.sk6-section-title-row>a{font-size:.875rem!important}
.sk6-lead{font-size:1rem!important;line-height:1.75!important}
.sk6-profile-socials a b{font-size:.8125rem!important}
.sk6-profile-points h3{font-size:1.125rem!important;line-height:1.35!important}
.sk6-profile-points p{font-size:1rem!important;line-height:1.7!important}
.sk6-principal-card>span{font-size:.8125rem!important}
.sk6-principal-card h3{font-size:1.25rem!important}
.sk6-principal-card p{font-size:.875rem!important;line-height:1.5!important}
.sk6-principal-card a{font-size:.875rem!important}
.sk6-program-card h3{font-size:1.125rem!important;line-height:1.35!important}
.sk6-program-card p{font-size:.9375rem!important;line-height:1.65!important}
.sk6-news-image span{font-size:.75rem!important}
.sk6-news-content time{font-size:.75rem!important}
.sk6-news-content h3{font-size:1.125rem!important;line-height:1.35!important}
.sk6-news-content p{font-size:.875rem!important;line-height:1.6!important}
.sk6-news-content b{font-size:.8125rem!important}
.sk6-pmb-copy>span{font-size:.8125rem!important}
.sk6-pmb-copy h2{font-size:clamp(1.75rem,3vw,2.25rem)!important}
.sk6-pmb-copy p{font-size:1rem!important;line-height:1.7!important}
.sk6-pmb-feature span:last-child{font-size:.875rem!important}
.sk6-pmb-action b,.sk6-pmb-action a{font-size:.875rem!important}
.sk6-gallery-grid h3{font-size:1rem!important;line-height:1.35!important}
.sk6-gallery-grid p{font-size:.8125rem!important}
@media(max-width:820px){
  .sk6-hero-copy h1{font-size:clamp(2.25rem,9vw,3rem)!important}
  .sk6-hero-copy h2{font-size:1.25rem!important}
  .sk6-hero-copy p{font-size:1rem!important}
  .sk6-stat strong{font-size:1.5rem!important}
  .sk6-stat b{font-size:.875rem!important}
  .sk6-stat small{font-size:.75rem!important}
  .sk6-program-card h3{font-size:1rem!important}
  .sk6-program-card p{font-size:.875rem!important}
  .sk6-news-content h3{font-size:1rem!important}
  .sk6-news-content p{font-size:.875rem!important;display:-webkit-box!important}
  .sk6-gallery-grid h3{font-size:.9375rem!important}
}
