:root{--black:#0f1114;--black-soft:#14171b;--charcoal:#1b2026;--steel:#5a6470;--muted:#8a939c;--ice:#f0f3f5;--ice-2:#f6f8f9;--line:#e3e8eb;--line-dark:#ffffff1f;--white:#fff;--red:#c8102e;--red-dark:#a50d26;--teal:#2f8f88;--teal-bright:#52b3ac;--shadow:0 18px 44px #0f172021;--radius:6px;--ease-hover:cubic-bezier(.22, .61, .36, 1);--ease-move:cubic-bezier(.2, .8, .2, 1);--duration-hover:.24s;--duration-card:.28s;--duration-image:.36s;--font-body:Barlow, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-display:"Barlow Condensed", Barlow, ui-sans-serif, system-ui, sans-serif;--shell:min(1240px, calc(100% - 64px))}*{box-sizing:border-box}html{scroll-behavior:smooth;background:#cdd5db;overflow-x:hidden}body{background:var(--white);color:var(--black-soft);font-family:var(--font-body);margin:0;line-height:1.55;overflow-x:hidden}main{max-width:100%;overflow-x:hidden}h1,h2,h3,p{overflow-wrap:break-word}main,section,.site-shell{min-width:0}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}:focus-visible{outline:3px solid var(--teal-bright);outline-offset:3px}.site-shell{width:100%;max-width:1304px;margin-inline:auto;padding-inline:32px}.site-main{min-height:64vh}.page{background:var(--white)}.section{padding:clamp(3.75rem,7vw,4.5rem) 0}.section--white{background:var(--white)}.section--ice{background:var(--ice)}.section--dark{background:var(--black);color:var(--white)}.section--border{border-top:1px solid var(--line)}.section-heading{justify-content:space-between;align-items:end;gap:1.5rem;margin-bottom:2.25rem;display:flex}.section-heading--facts{align-items:center}.section-heading h2,.page-hero h1,.article h1{font-family:var(--font-display);letter-spacing:.01em;margin:0;font-weight:700;line-height:1.08}.section-heading h2{font-size:clamp(2.35rem,5vw,2.8rem)}.nabor-panel h2,.club-grid h2,.contact-grid h2,.content-grid-2>article>h2,.section--white>.site-shell>h2{font-family:var(--font-display);letter-spacing:.01em;margin:0 0 .9rem;font-size:clamp(2.25rem,5vw,2.65rem);font-weight:700;line-height:1.08}.nabor-panel>p,.club-grid p,.contact-grid p{color:var(--steel)}.section--dark .nabor-panel>p,.section--dark .club-grid p,.section--dark .contact-grid p{color:var(--muted)}.eyebrow{color:var(--steel);font-family:var(--font-display);letter-spacing:.18em;text-transform:uppercase;align-items:center;gap:.65rem;margin:0 0 .55rem;font-size:.94rem;font-weight:600;display:flex}.eyebrow:before{content:"";background:var(--red);width:22px;height:3px}.eyebrow--teal:before{background:var(--teal)}.section--dark .eyebrow{color:var(--muted)}.section-link,.text-link{color:var(--red);transition:color var(--duration-hover) var(--ease-hover);font-weight:600}.section-link:hover,.text-link:hover{color:var(--red-dark)}.text-link--muted{color:var(--steel)}.button,.button-secondary,.button-dark{min-height:46px;transition:background-color var(--duration-hover) var(--ease-hover), border-color var(--duration-hover) var(--ease-hover), color var(--duration-hover) var(--ease-hover), transform var(--duration-hover) var(--ease-move);border:1px solid #0000;border-radius:4px;justify-content:center;align-items:center;padding:.78rem 1.45rem;font-size:.96rem;font-weight:600;line-height:1;display:inline-flex}.button{background:var(--red);color:var(--white)}.button:hover{background:var(--red-dark)}.button-secondary{color:var(--white);border-color:#ffffff57}.button-secondary:hover{border-color:var(--white)}.button-dark{background:var(--black-soft);color:var(--white)}.button-dark:hover{background:#000}.button-outline{min-height:42px;color:var(--black-soft);transition:border-color var(--duration-hover) var(--ease-hover), background-color var(--duration-hover) var(--ease-hover), color var(--duration-hover) var(--ease-hover), transform var(--duration-hover) var(--ease-move);border:1px solid #d4dbe0;border-radius:4px;justify-content:center;align-items:center;padding:.65rem 1.25rem;font-weight:600;display:inline-flex}.button-outline:hover{border-color:var(--black-soft)}.site-header{z-index:60;background:var(--black);border-bottom:1px solid #ffffff14;position:sticky;top:0}.site-header__inner{align-items:center;gap:2rem;min-height:72px;display:flex}.site-header__brand{flex-shrink:0;align-items:center;gap:.75rem;padding:.8rem 0;display:flex}.site-header__logo{background:var(--white);border-radius:6px;padding:4px;display:flex}.site-header__logo img{object-fit:contain;border-radius:3px;width:46px;height:46px}.site-header__name{flex-direction:column;line-height:1;display:flex}.site-header__name strong{color:var(--white);font-family:var(--font-display);letter-spacing:.04em;font-size:1.45rem}.site-header__name span{color:var(--muted);letter-spacing:.24em;margin-top:.25rem;font-size:.58rem;font-weight:600}.site-header__nav{gap:clamp(.9rem,2vw,1.5rem);margin-left:auto;display:flex}.site-header__nav a{color:#ffffffad;white-space:nowrap;transition:color var(--duration-hover) var(--ease-hover), border-color var(--duration-hover) var(--ease-hover);border-bottom:3px solid #0000;padding:1.5rem .12rem 1.28rem;font-size:.95rem;font-weight:600}.site-header__nav a:hover,.site-header__nav a.is-active{color:var(--white)}.site-header__nav a.is-active{border-bottom-color:var(--red)}.site-header__cta{background:var(--red);color:var(--white);white-space:nowrap;transition:background-color var(--duration-hover) var(--ease-hover), transform var(--duration-hover) var(--ease-move);border-radius:4px;flex-shrink:0;padding:.65rem 1.1rem;font-size:.88rem;font-weight:600}.site-header__cta:hover,.site-header__mobile-cta:hover{background:var(--red-dark)}.site-header__toggle{min-height:42px;color:var(--white);background:0 0;border:1px solid #ffffff3d;border-radius:4px;margin-left:auto;font-weight:600;display:none}.site-header__mobile{background:var(--black);border-top:1px solid #ffffff14;padding:.75rem 2rem 1rem}.site-header__mobile a{color:#ffffffc2;transition:color var(--duration-hover) var(--ease-hover);padding:.75rem 0;font-weight:600;display:block}.site-header__mobile a.is-active{color:var(--white)}.site-header__mobile-cta{background:var(--red);border-radius:4px;width:fit-content;margin-top:.4rem;color:var(--white)!important;padding:.75rem 1rem!important}.hero{background:var(--black);color:var(--white);padding:clamp(3.2rem,7vw,4rem) 0 3.5rem}.hero__grid{grid-template-columns:1.04fr .96fr;align-items:center;gap:clamp(2rem,5vw,3.5rem);display:grid}.hero__content{flex-direction:column;gap:1.35rem;min-width:0;display:flex}.hero__label{color:var(--muted);font-family:var(--font-display);letter-spacing:.2em;text-transform:uppercase;align-items:center;gap:.65rem;font-size:1rem;font-weight:600;display:flex}.hero__label:before{content:"";background:var(--red);width:26px;height:3px}.hero__label span{color:var(--teal-bright)}.hero h1{color:var(--white);font-family:var(--font-display);letter-spacing:.01em;overflow-wrap:break-word;margin:0;font-size:clamp(4.1rem,8vw,5.25rem);font-weight:700;line-height:.98}.hero__lead{color:#e4e9ed;overflow-wrap:break-word;white-space:normal;width:100%;min-width:0;max-width:min(100%,30rem);margin:0;font-size:clamp(1.15rem,2vw,1.32rem);font-weight:500;line-height:1.45}.hero__text{width:100%;min-width:0;max-width:min(100%,31rem);color:var(--muted);overflow-wrap:break-word;white-space:normal;margin:0;line-height:1.65}.hero__actions{flex-wrap:wrap;gap:.9rem;margin-top:.35rem;display:flex}.hero__stats{border-top:1px solid #ffffff1a;gap:clamp(1.4rem,4vw,2.25rem);min-width:0;max-width:100%;margin-top:.8rem;padding-top:1.25rem;display:flex}.hero__stats>div{min-width:0}.hero__stats strong{color:var(--white);font-family:var(--font-display);font-size:1.9rem;line-height:1;display:block}.hero__stats span{color:#6e7883;letter-spacing:.1em;text-transform:uppercase;margin-top:.28rem;font-size:.72rem;font-weight:600;display:block}.hero__media{border-radius:var(--radius);isolation:isolate;background-color:#101419;border:1px solid #272e36;width:100%;min-width:0;min-height:480px;position:relative;overflow:hidden}.hero__slides{position:absolute;inset:0}.hero__media-main,.hero__slide{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity .24s,transform .52s;position:absolute;inset:0;transform:scale(1.012)}.hero__slide.is-active{opacity:1;transform:scale(1)}.hero__controls{z-index:2;pointer-events:none;position:absolute;inset:0}.hero__thumbs{pointer-events:auto;align-items:center;gap:.65rem;min-width:0;display:flex;position:absolute;bottom:1.25rem;left:50%;transform:translate(-50%)}.hero__thumb,.hero__nav{appearance:none;cursor:pointer;transition:border-color var(--duration-hover) var(--ease-hover), box-shadow var(--duration-hover) var(--ease-hover), opacity var(--duration-hover) var(--ease-hover), transform var(--duration-hover) var(--ease-hover)}.hero__thumb{opacity:.78;background:0 0;border:3px solid #ffffffb8;border-radius:5px;width:86px;height:86px;padding:0;overflow:hidden}.hero__thumb img{object-fit:cover;width:100%;height:100%;display:block}.hero__thumb.is-active{border-color:var(--white);opacity:1;box-shadow:0 0 0 3px #db102ac7}.hero__nav{width:44px;height:44px;color:var(--white);pointer-events:auto;background:#0f1114c7;border:1px solid #ffffff6b;border-radius:999px;flex:none;place-items:center;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.hero__nav svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.4px;width:21px;height:21px;display:block}.hero__nav--prev{left:1.25rem}.hero__nav--next{right:1.25rem}.hero__thumb:hover{opacity:1;transform:translateY(-1px)}.hero__nav:hover{opacity:1;transform:translateY(calc(-50% - 1px))}.hero__thumb:focus-visible,.hero__nav:focus-visible{outline:3px solid var(--teal-bright);outline-offset:3px}.quick-links{border-radius:var(--radius);background:var(--white);grid-template-columns:repeat(3,1fr);margin-top:3.5rem;display:grid;overflow:hidden;box-shadow:0 16px 40px #00000059}.quick-link{border-top:3px solid var(--red);min-width:0;color:var(--black-soft);transition:background-color var(--duration-card) var(--ease-hover), transform var(--duration-card) var(--ease-move);align-items:center;gap:1rem;padding:1.25rem 1.5rem;display:flex}.quick-link+.quick-link{border-left:1px solid var(--line)}.quick-link:nth-child(2){border-top-color:var(--teal)}.quick-link:nth-child(3){border-top-color:var(--black)}.quick-link:hover{background:var(--ice-2)}.quick-link__date{border-radius:var(--radius);background:var(--black);width:52px;height:52px;color:var(--white);flex-shrink:0;place-items:center;line-height:1;display:grid}.quick-link:nth-child(2) .quick-link__date{background:var(--teal)}.quick-link:nth-child(3) .quick-link__date{background:var(--red)}.quick-link__date strong{font-family:var(--font-display);font-size:1.25rem}.quick-link__date span{letter-spacing:.1em;margin-top:.2rem;font-size:.58rem;font-weight:600}.quick-link__body{min-width:0}.quick-link__body b{color:var(--red);font-family:var(--font-display);letter-spacing:.16em;text-transform:uppercase;margin-bottom:.18rem;font-size:.82rem;font-weight:600;display:block}.quick-link__body strong{color:var(--black-soft);font-weight:600;display:block}.quick-link__body span{color:var(--steel);font-size:.84rem;display:block}.quick-link__arrow{width:30px;height:30px;color:var(--red);border:1px solid #d4dbe0;border-radius:999px;flex-shrink:0;place-items:center;margin-left:auto;display:grid}.news-feature-grid,.calendar-grid,.club-grid,.contact-grid,.nabor-grid{grid-template-columns:minmax(0,1.5fr) minmax(280px,1fr);align-items:stretch;gap:2rem;display:grid}.news-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--white);flex-direction:column;display:flex;overflow:hidden}.news-card__image,.album-card__image{object-fit:cover;width:100%;height:210px}.news-card--featured .news-card__image{height:330px}.news-card__content{flex-direction:column;gap:.65rem;padding:1.45rem 1.6rem 1.6rem;display:flex}.meta-row{color:var(--steel);flex-wrap:wrap;align-items:center;gap:.75rem;font-size:.84rem;display:flex}.tag{width:fit-content;color:var(--red);letter-spacing:.08em;text-transform:uppercase;background:#c8102e14;border-radius:4px;padding:.24rem .65rem;font-size:.75rem;font-weight:600;display:inline-flex}.tag--teal{color:var(--teal);background:#2f8f881a}.news-card h3{color:var(--black-soft);font-family:var(--font-display);margin:0;font-size:clamp(1.35rem,2.3vw,1.75rem);font-weight:700;line-height:1.16}.news-card p{color:var(--steel);margin:0;font-size:.95rem}.side-news{border-top:1px solid var(--line);flex-direction:column;gap:0;display:flex}.side-news__item{border-bottom:1px solid var(--line);transition:transform var(--duration-card) var(--ease-move), border-color var(--duration-card) var(--ease-hover), background-color var(--duration-card) var(--ease-hover), box-shadow var(--duration-card) var(--ease-hover);background:0 0;align-items:center;gap:1.05rem;padding:1.05rem 0;display:flex;position:relative}.side-news__item:hover{background:var(--white);border-bottom-color:#c8102e61}.side-news__item img,.side-news__placeholder{object-fit:cover;border-radius:5px;flex-shrink:0;width:112px;height:76px}.side-news__placeholder,.image-placeholder{color:var(--steel);text-align:center;background-color:#e7ecef;background-image:repeating-linear-gradient(135deg,#0f11140b 0 2px,#0000 2px 14px);place-items:center;font-family:ui-monospace,Menlo,Consolas,monospace;font-size:.7rem;display:grid}.side-news__item b{color:var(--black-soft);font-family:var(--font-display);font-size:1.26rem;line-height:1.2;display:block}.side-news__content{gap:.18rem;display:grid}.side-news__content small{color:var(--steel);font-size:.78rem;font-weight:600}.side-news__cta{width:fit-content;margin-top:1rem}.nabor-panel{flex-direction:column;gap:1rem;display:flex}.section--dark .nabor-panel p{color:var(--muted)}.fact-list{flex-wrap:wrap;gap:.75rem;display:flex}.fact-list span{color:#e4e9ed;border:1px solid #ffffff2e;border-radius:4px;padding:.45rem .85rem;font-size:.9rem;font-weight:600}.fact-list--heading{justify-content:flex-end}.fact-list--heading span{background:#ffffff0f;border-color:#fff3}.nabor-photo{place-self:start end;width:min(100%,320px);height:fit-content;position:relative}.nabor-photo img{object-fit:cover;border-radius:var(--radius);border:1px solid #272e36;width:100%;height:380px;display:block}.nabor-photo span{color:#e4e9ed;background:#0f1114d1;border-radius:4px;padding:.38rem .65rem;font-size:.78rem;font-weight:600;position:absolute;bottom:.9rem;left:.9rem}.nabor-photo--recruitment span{bottom:1.15rem;left:1rem}.category-list{flex-direction:column;gap:.75rem;display:flex}.youth-categories-section{isolation:isolate;position:relative;overflow:hidden}.youth-categories-section>.site-shell{z-index:1;position:relative}.youth-categories-section__silhouette{z-index:0;opacity:.08;pointer-events:none;transform-origin:50%;width:clamp(150px,16vw,235px);max-width:none;position:absolute;bottom:-18px;right:max(-104px,50vw - 842px);transform:scaleX(-1)}.category-row{border:1px solid var(--line);border-radius:var(--radius);background:var(--white);grid-template-columns:1.35fr .7fr 1fr 1fr auto;align-items:center;gap:1.2rem;padding:1.25rem 1.6rem;display:grid}.category-row h3{color:var(--black-soft);font-family:var(--font-display);margin:0;font-size:1.35rem;line-height:1.1}.category-row p,.category-row span{color:var(--steel);margin:0;font-size:.9rem}.category-row>strong{color:var(--teal)}.category-actions{flex-wrap:wrap;justify-content:flex-end;gap:.45rem .85rem;display:flex}.category-actions .text-link{min-height:auto}.youth-path{gap:1.1rem;display:grid}.youth-path__intro{max-width:860px;color:var(--steel);margin:-1.15rem 0 1.35rem;font-size:clamp(1.04rem,2vw,1.18rem);font-weight:600;line-height:1.55}.youth-path__intro span{max-width:720px;color:var(--muted);margin-top:.3rem;font-size:.98rem;font-weight:500;display:block}.youth-path__features{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.youth-stage-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--white);flex-direction:column;justify-content:space-between;gap:1.25rem;min-height:330px;padding:clamp(1.25rem,3vw,1.65rem);display:flex}.youth-stage-card--elite{background:linear-gradient(135deg, #2f8f8842 0, #2f8f881f 34%, transparent 34%), linear-gradient(180deg, #14191d 0, var(--black-soft) 100%);color:var(--white);border-color:#2f8f887a}.youth-stage-card__kicker{width:fit-content;color:var(--teal);letter-spacing:.12em;text-transform:uppercase;background:#3197951f;border-radius:4px;padding:.34rem .55rem;font-size:.78rem;font-weight:800;line-height:1}.youth-stage-card--elite .youth-stage-card__kicker{background:var(--teal);color:#fff}.youth-stage-card h3{color:var(--black-soft);font-family:var(--font-display);margin:0;font-size:clamp(2rem,4.5vw,2.55rem);line-height:1.02}.youth-stage-card--elite h3{color:var(--white)}.youth-stage-card p{color:var(--steel);margin:0}.youth-stage-card--elite p{color:#dce4e8}.youth-stage-card p strong{color:inherit}.youth-stage-card dl{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin:auto 0 0;display:grid}.youth-stage-card dl div{border-top:1px solid var(--line);padding-top:.65rem}.youth-stage-card--elite dl div{border-color:#52b3ac59}.youth-stage-card dt{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;margin:0 0 .16rem;font-size:.76rem;font-weight:800}.youth-stage-card--elite dt{color:var(--teal-bright)}.youth-stage-card dd{color:var(--black-soft);margin:0;font-weight:700}.youth-stage-card--elite dd{color:var(--white)}.youth-stage-card__actions{flex-wrap:wrap;align-items:center;gap:.75rem 1rem;display:flex}.youth-stage-card--elite .text-link{color:var(--teal-bright)}.youth-stage-card--elite .text-link:hover{color:#fff}.youth-category-summary{grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;display:grid}.youth-category-summary article{border:1px solid var(--line);border-radius:var(--radius);background:#ffffffc7;gap:.25rem;padding:1rem;display:grid}.youth-category-summary strong{color:var(--black-soft);font-family:var(--font-display);font-size:1.12rem;line-height:1.1}.youth-category-summary span{color:var(--steel);font-size:.9rem}.youth-path__footer{border-radius:var(--radius);background:var(--white);border:1px solid #0f11141a;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.15rem;display:flex}.youth-path__footer span{color:var(--steel);font-weight:600}.mini-label{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.1rem;font-size:.74rem;font-weight:600;display:block}.calendar-intro{border:1px solid var(--line);border-radius:var(--radius);background-color:var(--ice-2);grid-template-columns:minmax(0,1.35fr) minmax(280px,.8fr);align-items:center;gap:2rem;margin-bottom:1.25rem;padding:clamp(1.25rem,3vw,1.75rem);display:grid}.calendar-intro h3{color:var(--black-soft);font-family:var(--font-display);margin:0 0 .65rem;font-size:clamp(1.8rem,4vw,2.25rem);line-height:1.05}.calendar-intro p:last-child{max-width:760px;color:var(--steel);margin:0;line-height:1.6}.calendar-intro__surfaces{gap:.65rem;display:grid}.calendar-intro__surfaces span{border-left:3px solid var(--teal);background:var(--white);color:var(--steel);gap:.15rem;padding:.85rem 1rem;font-size:.86rem;display:grid}.calendar-intro__surfaces span:last-child{border-left-color:var(--red)}.calendar-intro__surfaces strong{color:var(--black-soft);font-family:var(--font-display);font-size:1rem}.calendar-stack{gap:1.25rem;display:grid}.event-list{flex-direction:column;gap:.75rem;display:flex}.event-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--white);align-items:center;gap:.9rem;padding:.9rem 1rem;display:flex}.event-date{background:var(--black);min-width:82px;color:var(--white);border-radius:5px;flex-shrink:0;justify-content:center;align-items:baseline;gap:.32rem;padding:.52rem .75rem;line-height:1;display:inline-flex}.event-card:nth-child(3) .event-date{background:var(--red)}.event-date strong{font-family:var(--font-display);font-size:1.35rem}.event-date span{color:var(--white);font-family:var(--font-display);font-size:1.02rem;font-weight:700}.event-date span:before{content:"/";color:#ffffff94;margin-right:.32rem}.event-card b{display:block}.event-card>span:last-child,.event-card>span:last-child span{color:var(--steel);font-size:.84rem}.club-media{aspect-ratio:4/3;border:1px solid var(--line);border-radius:var(--radius);min-height:0;position:relative;overflow:hidden}.club-media img{object-fit:cover;width:100%;height:100%}.club-media--compact{aspect-ratio:16/10;align-self:center;max-height:330px}.club-media--compact img{object-position:50% 38%}.club-media:after{content:"";background:var(--red);width:90px;height:4px;position:absolute;bottom:0;left:0}.coach-strip{border:1px solid var(--line);border-radius:var(--radius);align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex}.coach-avatars{flex-shrink:0;display:flex}.coach-avatars span{border:2px solid var(--white);background:var(--black);width:44px;height:44px;color:var(--white);font-family:var(--font-display);border-radius:50%;place-items:center;font-weight:700;display:grid}.coach-avatars span:nth-child(2){background:var(--teal);margin-left:-10px}.coach-avatars span:nth-child(3){background:var(--red);margin-left:-10px}.gallery-grid{grid-template-columns:repeat(var(--gallery-columns,4), minmax(0, 1fr));gap:var(--gallery-gap,1rem);display:grid}[data-album-count="2"]{--gallery-columns:2;--gallery-gap:1.5rem;--gallery-image-height:clamp(260px, 24vw, 340px)}[data-album-count="3"]{--gallery-columns:3}.gallery-grid--page{grid-template-columns:repeat(3,1fr);gap:1.5rem}.album-card{border-radius:var(--radius);background:var(--black);position:relative;overflow:hidden}.album-card__image{height:var(--gallery-image-height,210px);transition:transform var(--duration-image) var(--ease-move)}.gallery-grid--page .album-card__image{height:260px}.album-card__caption{color:var(--white);background:linear-gradient(#0000,#0f1114db);padding:2rem .9rem .85rem;font-weight:600;position:absolute;inset:auto 0 0}.album-card__caption small{color:#c6cdd4;margin-top:.2rem;font-weight:500;display:block}.partner-strip{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.partner-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--white);place-items:center;min-height:118px;padding:1rem;display:grid}.partner-card img{object-fit:contain;max-height:58px}.partner-card strong{font-family:var(--font-display);letter-spacing:.04em;font-size:1.45rem}.page-hero{border-bottom:1px solid var(--line);background:var(--ice);padding:3rem 0}.breadcrumbs{color:#46515c;flex-wrap:wrap;gap:.45rem;margin-bottom:.8rem;font-size:.84rem;font-weight:600;display:flex}.breadcrumbs strong{color:var(--black-soft);font-weight:700}.breadcrumbs a:hover{color:var(--black-soft)}.page-hero h1{max-width:48rem;font-size:clamp(2.8rem,6vw,3.5rem)}.page-hero p{max-width:36rem;color:var(--steel);margin:.75rem 0 0}.filter-row{flex-wrap:wrap;gap:.5rem;margin-top:1.3rem;display:flex}.filter-row a{background:var(--white);color:var(--black-soft);border:1px solid #d4dbe0;border-radius:4px;padding:.48rem 1rem;font-size:.84rem;font-weight:600}.filter-row a.is-active{border-color:var(--red);background:var(--red);color:var(--white)}.news-list-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.article{padding:3.5rem 0 4.5rem}.article__inner{max-width:820px;margin-inline:auto}.article h1{margin:.9rem 0;font-size:clamp(2.5rem,6vw,3rem)}.article__lead{color:#3a424b;margin:0 0 1.3rem;font-size:1.18rem;font-weight:500;line-height:1.55}.article__image{object-fit:cover;border-radius:var(--radius);width:100%;height:min(52vw,440px)}.article__caption{color:var(--muted);margin-top:.5rem;font-size:.84rem;display:block}.article__body{color:#3a424b;font-size:1rem;line-height:1.75}.article__body a{color:var(--red);font-weight:600}.legal-document .article__body h2,.legal-document .article__body h3{color:var(--black-soft);font-family:var(--font-display);margin:1.7rem 0 .55rem;line-height:1.1}.legal-document .article__body h2{font-size:clamp(1.8rem,3vw,2.2rem)}.legal-document .article__body h3{font-size:1.35rem}.legal-document .article__body ul{gap:.45rem;margin:.65rem 0 1.2rem;padding-left:1.2rem;display:grid}.legal-document .article__body li{padding-left:.25rem}.info-box{border-radius:var(--radius);background:var(--ice);margin:1.35rem 0;padding:1.35rem 1.6rem}.info-box h2,.info-box h3{color:var(--steel);font-family:var(--font-display);letter-spacing:.16em;text-transform:uppercase;margin:0 0 .65rem;font-size:.9rem}.info-grid{grid-template-columns:repeat(2,1fr);gap:.5rem 1.5rem;display:grid}.photo-row{grid-template-columns:repeat(4,1fr);gap:.75rem;margin-top:1rem;display:grid}.photo-row img,.photo-row span{object-fit:cover;border-radius:5px;width:100%;height:130px}.page-actions{border-top:1px solid var(--line);flex-wrap:wrap;justify-content:space-between;gap:1rem;margin-top:1.5rem;padding-top:1.25rem;display:flex}.content-grid-2{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.feature-card,.contact-card,.step-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--white);padding:1.35rem}.news-card,.feature-card,.contact-card,.step-card,.info-box,.category-row,.calendar-box,.event-card,.coach-strip,.partner-card,.arena-panel,.staff-panel,.legal-panel,.youth-action,.youth-stage-card,.youth-category-summary article,.youth-path__footer{transition:transform var(--duration-card) var(--ease-move), box-shadow var(--duration-card) var(--ease-hover), border-color var(--duration-card) var(--ease-hover), background-color var(--duration-card) var(--ease-hover);position:relative;overflow:hidden}.news-card--featured:before,.calendar-box:before,.contact-cards .contact-card:before,.contact-info-band .arena-panel:before,.contact-info-band .legal-panel:before{content:"";z-index:1;background:var(--red);pointer-events:none;height:4px;position:absolute;inset:0 0 auto}.contact-cards .contact-card:nth-child(2n):before,.contact-info-band .arena-panel:before{background:var(--teal)}.calendar-box:before,.contact-info-band .legal-panel:before{background:var(--black)}.news-card:hover,.feature-card:hover,.contact-card:hover,.step-card:hover,.info-box:hover,.category-row:hover,.calendar-box:hover,.event-card:hover,.coach-strip:hover,.partner-card:hover,.arena-panel:hover,.staff-panel:hover,.legal-panel:hover,.youth-action:hover,.youth-stage-card:hover,.youth-category-summary article:hover,.youth-path__footer:hover{border-color:#c8102e47}.section--dark .feature-card:hover,.youth-action--dark:hover,.youth-stage-card--elite:hover{border-color:#ffffff2e}.feature-card h2,.feature-card h3,.contact-card h2,.contact-card h3,.step-card h3{color:var(--black-soft);font-family:var(--font-display);margin:0 0 .45rem;font-size:1.55rem;line-height:1.12}.feature-card p,.contact-card p,.step-card p{color:var(--steel);margin:0}.step-card .tag{margin-bottom:.85rem}.section--dark .feature-card{border-left:4px solid var(--red);border-color:#ffffff1f;border-left-color:var(--red);background:#f9fbfc;border-top-left-radius:0;border-bottom-left-radius:0}.section--dark .feature-card:nth-child(2n){border-left-color:var(--teal)}.section--dark .feature-card:nth-child(3n){border-left-color:var(--black)}.section--dark .feature-card h2,.section--dark .feature-card h3{color:var(--black-soft)}.section--dark .feature-card p{color:var(--steel)}.recruit-steps,.contact-cards{margin-top:1.5rem}.recruit-steps{margin-bottom:.8rem}.action-row{flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:1.25rem;display:flex}.club-info-grid,.contact-info-band,.youth-actions{grid-template-columns:1.25fr 1fr;gap:1.5rem;display:grid}.club-info-grid{grid-template-columns:1.15fr .95fr}.contact-info-band{grid-template-columns:repeat(2,minmax(0,1fr))}.arena-panel,.staff-panel,.legal-panel,.youth-action{border:1px solid var(--line);border-radius:var(--radius);background:var(--white);padding:clamp(1.35rem,3vw,1.8rem)}.arena-panel{background:linear-gradient(135deg, #0f111409, transparent 42%), var(--white);border-color:#0f11141f;flex-direction:column;align-items:flex-start;gap:.95rem;min-height:100%;display:flex}.staff-panel,.legal-panel{background:#f9fbfc}.legal-panel{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;display:grid}.legal-panel>div{min-width:0}.legal-panel>div+div{border-left:1px solid var(--line);padding-left:1.25rem}.staff-panel h2,.legal-panel h2,.arena-panel h2,.youth-action h2{color:var(--black-soft);font-family:var(--font-display);margin:0;font-size:clamp(1.75rem,3vw,2.25rem);line-height:1.05}.legal-panel h2{margin-bottom:.95rem}.arena-panel p,.legal-panel p,.youth-action p{color:var(--steel);margin:0}.arena-facts{grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem;width:100%;display:grid}.arena-facts span{border:1px solid var(--line);min-height:72px;color:var(--steel);border-radius:5px;padding:.75rem;font-size:.82rem;font-weight:600}.arena-facts strong{color:var(--black-soft);font-family:var(--font-display);font-size:1.65rem;line-height:1;display:block}.staff-panel{grid-row:span 2}.staff-list{gap:.75rem;margin-top:1rem;display:grid}.staff-list article{border-top:1px solid var(--line);grid-template-columns:auto 1fr;align-items:center;gap:.85rem;padding:.85rem 0;display:grid}.staff-list article>span{background:var(--black);width:44px;height:44px;color:var(--white);font-family:var(--font-display);border-radius:50%;place-items:center;font-weight:700;display:grid}.staff-list h3{color:var(--black-soft);font-family:var(--font-display);margin:0;font-size:1.22rem}.staff-list p{color:var(--steel);margin:.12rem 0 0}.legal-panel a{color:var(--red);margin-top:.5rem;font-weight:600;display:inline-block}.youth-action{flex-direction:column;align-items:flex-start;gap:.9rem;display:flex}.youth-action--dark{background:var(--black);color:var(--white);border-color:#0000}.youth-action--dark h2{color:var(--white)}.youth-action--dark p{color:var(--muted)}.contact-card a{width:fit-content;color:var(--red);margin-top:.4rem;font-weight:600;display:block}.contact-form{border:1px solid var(--line);border-radius:var(--radius);background:var(--white);gap:.85rem;padding:1.5rem;display:grid}.contact-form label{color:var(--steel);gap:.35rem;font-size:.84rem;font-weight:600;display:grid}.contact-form input,.contact-form textarea,.contact-form select{background:var(--white);width:100%;color:var(--black-soft);border:1px solid #d4dbe0;border-radius:4px;padding:.78rem .9rem}.contact-form textarea{resize:vertical;min-height:130px}.site-footer{background:var(--black);color:var(--white)}.site-footer__partners{padding:2.3rem 0 0}.site-footer__partners>span{color:#6e7883;font-family:var(--font-display);letter-spacing:.16em;text-transform:uppercase;margin-bottom:.9rem;font-size:.9rem;font-weight:600;display:block}.site-footer__partners>div{border-bottom:1px solid #ffffff14;grid-template-columns:repeat(4,1fr);gap:1rem;padding-bottom:2rem;display:grid}.site-footer__partners a{border-radius:var(--radius);color:#c6cdd4;background:#ffffff05;border:1px solid #ffffff1f;place-items:center;min-height:82px;padding:1rem;display:grid}.site-footer__partners img{object-fit:contain;max-height:46px}.site-footer__partners strong{font-family:var(--font-display);letter-spacing:.04em;font-size:1.35rem}.site-footer__grid{grid-template-columns:1.4fr .8fr 1fr 1fr;gap:3rem;padding:3rem 0 2.5rem;display:grid}.site-footer__brand{align-items:center;gap:.75rem;width:fit-content;display:flex}.site-footer__brand span{background:var(--white);border-radius:6px;padding:4px;display:flex}.site-footer__brand img{object-fit:contain;width:44px;height:44px}.site-footer__brand strong{font-family:var(--font-display);letter-spacing:.04em;font-size:1.4rem}.site-footer p{color:#9aa3ad}.site-footer__socials{gap:.65rem;margin-top:1rem;display:flex}.site-footer__socials a,.site-footer__links a,.site-footer__contact a{color:#c6cdd4}.site-footer__socials a{color:var(--white);transition:border-color var(--duration-hover) var(--ease-hover), background-color var(--duration-hover) var(--ease-hover), color var(--duration-hover) var(--ease-hover), transform var(--duration-hover) var(--ease-move);border:1px solid #ffffff38;border-radius:4px;padding:.4rem .75rem;font-size:.84rem;font-weight:600}.site-footer__links,.site-footer__contact{flex-direction:column;gap:.65rem;display:flex}.site-footer h2{color:#6e7883;font-family:var(--font-display);letter-spacing:.16em;text-transform:uppercase;margin:0 0 .35rem;font-size:.9rem;font-weight:600}.site-footer a{transition:color var(--duration-hover) var(--ease-hover)}.site-footer a:hover{color:var(--white)}.site-footer__bottom{border-top:1px solid #ffffff14}.site-footer__bottom .site-shell{color:#6e7883;justify-content:space-between;align-items:center;gap:1rem;padding:1.1rem 0;font-size:.84rem;display:flex}.site-footer__privacy-links{align-items:center;gap:1rem;display:flex}.site-footer__privacy-links button{min-height:44px;color:inherit;cursor:pointer;transition:color var(--duration-hover) var(--ease-hover);background:0 0;border:0;padding:0}.site-footer__privacy-links button:hover{color:var(--white)}.reveal-ready [data-reveal]{opacity:0;transition:opacity .56s var(--ease-hover), transform .56s var(--ease-move);transform:translateY(22px)}.reveal-ready [data-reveal].is-revealed{opacity:1;transform:translateY(0)}.reveal-ready [data-reveal].is-reveal-complete{transition:transform var(--duration-card) var(--ease-move), box-shadow var(--duration-card) var(--ease-hover), border-color var(--duration-card) var(--ease-hover), background-color var(--duration-card) var(--ease-hover), color var(--duration-hover) var(--ease-hover)}@media (hover:hover) and (pointer:fine){.button:hover,.button-secondary:hover,.button-dark:hover,.button-outline:hover,.site-header__cta:hover,.site-header__mobile-cta:hover,.site-footer__socials a:hover{transform:translateY(-1px)}.quick-link:hover{transform:translateY(-2px)}.news-card:hover,.album-card:hover{box-shadow:var(--shadow);transform:translateY(-3px)}.side-news__item:hover{transform:translate(4px);box-shadow:0 12px 28px #0f172014}.album-card:hover .album-card__image{transform:scale(1.04)}.feature-card:hover,.contact-card:hover,.step-card:hover,.info-box:hover,.category-row:hover,.calendar-box:hover,.event-card:hover,.coach-strip:hover,.partner-card:hover,.arena-panel:hover,.staff-panel:hover,.legal-panel:hover,.youth-action:hover,.youth-stage-card:hover,.youth-category-summary article:hover,.youth-path__footer:hover{transform:translateY(-3px);box-shadow:0 16px 34px #0f17201f}.section--dark .feature-card:hover,.youth-action--dark:hover,.youth-stage-card--elite:hover{box-shadow:0 16px 34px #00000047}}@media (width<=1080px){.site-shell{padding-inline:20px}.site-header__nav,.site-header__cta{display:none}.site-header__toggle{justify-content:center;align-items:center;padding-inline:.9rem;display:inline-flex}.hero__grid,.news-feature-grid,.calendar-grid,.club-grid,.contact-grid,.nabor-grid,.club-info-grid,.contact-info-band,.youth-path__features,.youth-actions{grid-template-columns:1fr}.staff-panel{grid-row:auto}.club-media--compact{max-height:none}.hero__media{min-height:360px}.quick-links,.partner-strip,.site-footer__partners>div{grid-template-columns:1fr}.quick-link+.quick-link{border-top-width:3px;border-left:0}.category-row{grid-template-columns:1fr 1fr}.youth-categories-section__silhouette{display:none}.category-row .text-link{justify-self:start}.youth-category-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.gallery-grid,.gallery-grid--page,.news-list-grid,.site-footer__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=720px){.site-shell{padding-inline:14px}.page-hero h1,.page-hero p,.section-heading h2,.nabor-panel h2,.club-grid h2,.contact-grid h2,.content-grid-2>article>h2,.feature-card h2,.feature-card h3,.contact-card h3,.step-card h3,.arena-panel h2,.staff-panel h2,.legal-panel h2,.youth-action h2,.youth-path__intro,.youth-stage-card h3{overflow-wrap:anywhere;max-width:100%}.section-heading{flex-direction:column;align-items:start}.site-header__name strong{font-size:1.2rem}.site-header__name span{display:none}.hero{padding-top:2.6rem}.hero h1{font-size:clamp(3.15rem,18vw,4rem)}.hero__lead{max-width:22rem;font-size:1rem;line-height:1.38}.hero__text{max-width:22rem;font-size:.95rem}.hero__stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;width:100%;display:grid}.hero__stats strong{font-size:1.5rem}.hero__stats span{overflow-wrap:break-word;word-break:normal;font-size:.66rem}.hero__controls{inset:0}.hero__thumbs{gap:.45rem;bottom:.75rem}.hero__thumb{border-width:2px;width:58px;height:58px}.hero__nav{width:38px;height:38px}.hero__nav svg{width:18px;height:18px}.hero__nav--prev{left:.75rem}.hero__nav--next{right:.75rem}.quick-link{padding:1rem}.news-card--featured .news-card__image,.news-card__image,.album-card__image,.gallery-grid--page .album-card__image{height:220px}.side-news__item{align-items:flex-start}.side-news__item img,.side-news__placeholder{width:92px;height:66px}.category-row,.calendar-intro,.content-grid-2,.arena-facts,.info-grid,.photo-row,.gallery-grid,.gallery-grid--page,.news-list-grid,.site-footer__grid{grid-template-columns:1fr}.category-row{gap:.75rem;padding:1rem}.youth-path{gap:.85rem}.youth-stage-card{min-height:auto;padding:1.05rem}.youth-stage-card dl,.youth-category-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.youth-category-summary article{padding:.9rem}.youth-category-summary span,.youth-path__intro span{display:none}.youth-path__footer{flex-direction:column;align-items:flex-start}.legal-panel{grid-template-columns:1fr}.legal-panel>div+div{border-top:1px solid var(--line);border-left:0;padding-top:1rem;padding-left:0}.nabor-photo{justify-self:start}.nabor-photo img{height:300px}.site-footer__bottom .site-shell{flex-direction:column;align-items:flex-start}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}@font-face{font-family:Barlow;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/barlow-vietnamese-400-normal.Dpl4UHAZ.woff2)format("woff2"),url(/_astro/barlow-vietnamese-400-normal.BFeobeCK.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Barlow;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/barlow-latin-ext-400-normal.HxX4XjxC.woff2)format("woff2"),url(/_astro/barlow-latin-ext-400-normal.CvBsJvxq.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Barlow;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/barlow-latin-400-normal.qiz4-Cze.woff2)format("woff2"),url(/_astro/barlow-latin-400-normal.fsAxiSwU.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Barlow;font-style:normal;font-display:swap;font-weight:500;src:url(/_astro/barlow-vietnamese-500-normal.zTViEIzf.woff2)format("woff2"),url(/_astro/barlow-vietnamese-500-normal.GNfB7rCE.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Barlow;font-style:normal;font-display:swap;font-weight:500;src:url(/_astro/barlow-latin-ext-500-normal.DOaysfXq.woff2)format("woff2"),url(/_astro/barlow-latin-ext-500-normal.CJPcKP2Q.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Barlow;font-style:normal;font-display:swap;font-weight:500;src:url(/_astro/barlow-latin-500-normal.BPAOfeC8.woff2)format("woff2"),url(/_astro/barlow-latin-500-normal.C1h8hMer.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Barlow;font-style:normal;font-display:swap;font-weight:600;src:url(/_astro/barlow-vietnamese-600-normal.DcjprdFV.woff2)format("woff2"),url(/_astro/barlow-vietnamese-600-normal.CA_GiK2e.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Barlow;font-style:normal;font-display:swap;font-weight:600;src:url(/_astro/barlow-latin-ext-600-normal.B8NK_A3D.woff2)format("woff2"),url(/_astro/barlow-latin-ext-600-normal.DMVRjfRT.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Barlow;font-style:normal;font-display:swap;font-weight:600;src:url(/_astro/barlow-latin-600-normal.DILqtrty.woff2)format("woff2"),url(/_astro/barlow-latin-600-normal.CNwfPWQD.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Barlow;font-style:normal;font-display:swap;font-weight:700;src:url(/_astro/barlow-vietnamese-700-normal.D6euyNzi.woff2)format("woff2"),url(/_astro/barlow-vietnamese-700-normal.4Jt4k04K.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Barlow;font-style:normal;font-display:swap;font-weight:700;src:url(/_astro/barlow-latin-ext-700-normal.BLuWmldJ.woff2)format("woff2"),url(/_astro/barlow-latin-ext-700-normal.CctuGmmz.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Barlow;font-style:normal;font-display:swap;font-weight:700;src:url(/_astro/barlow-latin-700-normal.A9pxMQ4z.woff2)format("woff2"),url(/_astro/barlow-latin-700-normal.__SGTsZ1.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Barlow Condensed;font-style:normal;font-display:swap;font-weight:500;src:url(/_astro/barlow-condensed-vietnamese-500-normal.DjeaNLFD.woff2)format("woff2"),url(/_astro/barlow-condensed-vietnamese-500-normal.CsrJDWc5.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Barlow Condensed;font-style:normal;font-display:swap;font-weight:500;src:url(/_astro/barlow-condensed-latin-ext-500-normal.yA5ONLQ9.woff2)format("woff2"),url(/_astro/barlow-condensed-latin-ext-500-normal.B1RE8WP7.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Barlow Condensed;font-style:normal;font-display:swap;font-weight:500;src:url(/_astro/barlow-condensed-latin-500-normal.BgYH2mbd.woff2)format("woff2"),url(/_astro/barlow-condensed-latin-500-normal.HIEiP5Ov.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Barlow Condensed;font-style:normal;font-display:swap;font-weight:600;src:url(/_astro/barlow-condensed-vietnamese-600-normal.A5AYRdjN.woff2)format("woff2"),url(/_astro/barlow-condensed-vietnamese-600-normal.CNlPk46_.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Barlow Condensed;font-style:normal;font-display:swap;font-weight:600;src:url(/_astro/barlow-condensed-latin-ext-600-normal.18ESti3H.woff2)format("woff2"),url(/_astro/barlow-condensed-latin-ext-600-normal.Clv9cIcR.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Barlow Condensed;font-style:normal;font-display:swap;font-weight:600;src:url(/_astro/barlow-condensed-latin-600-normal.DepVgxBB.woff2)format("woff2"),url(/_astro/barlow-condensed-latin-600-normal.BFJEwTuo.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Barlow Condensed;font-style:normal;font-display:swap;font-weight:700;src:url(/_astro/barlow-condensed-vietnamese-700-normal.DYeBwlKR.woff2)format("woff2"),url(/_astro/barlow-condensed-vietnamese-700-normal.DhIzd8Tb.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Barlow Condensed;font-style:normal;font-display:swap;font-weight:700;src:url(/_astro/barlow-condensed-latin-ext-700-normal.CwuXbfVR.woff2)format("woff2"),url(/_astro/barlow-condensed-latin-ext-700-normal.BIHFfxf0.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Barlow Condensed;font-style:normal;font-display:swap;font-weight:700;src:url(/_astro/barlow-condensed-latin-700-normal.v1xN8_Wq.woff2)format("woff2"),url(/_astro/barlow-condensed-latin-700-normal.Dmwat-ge.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
