/* =====================================================================
   FS3 / KicknGoal — dokumenta i službena glasila
   ===================================================================== */
:root{
    --fs3-doc-red:#ff0000;
    --fs3-doc-red-dark:#d80000;
    --fs3-doc-gold:#d9b44a;
    --fs3-doc-navy:#071c34;
    --fs3-doc-navy-2:#0d2947;
    --fs3-doc-bg:#f4f6f8;
    --fs3-doc-border:#dfe5eb;
    --fs3-doc-text:#667282;
    --fs3-doc-white:#fff;
}

.fs3-documents-page .fsgk-documents-archive,
.fs3-document-detail-page .fsgk-document-detail,
.fs3-document-detail-page .fsgk-document-not-found{
    padding:86px 0 105px;
    background:
        radial-gradient(circle at 94% 0,rgba(255,0,0,.055),transparent 28%),
        var(--fs3-doc-bg);
}

.fs3-documents-page .fsgk-section-kicker,
.fs3-document-detail-page .fsgk-section-kicker{
    display:inline-flex;
    align-items:center;
    gap:10px;
    margin-bottom:12px;
    color:var(--fs3-doc-red);
    font-size:12px;
    font-weight:800;
    letter-spacing:.13em;
    line-height:1.2;
    text-transform:uppercase;
}
.fs3-documents-page .fsgk-section-kicker:before,
.fs3-document-detail-page .fsgk-section-kicker:before{
    content:"";
    width:24px;
    height:2px;
    background:currentColor;
}

/* Intro and counters */
.fs3-documents-page .fsgk-documents-intro{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(460px, .72fr);
    align-items:end;
    gap:48px;
    margin-bottom:32px;
    padding:0 0 34px;
    border-bottom:1px solid var(--fs3-doc-border);
}
.fs3-documents-page .fsgk-documents-intro>div:first-child{max-width:760px}
.fs3-documents-page .fsgk-documents-intro h2,
.fs3-documents-page .fsgk-document-results-heading h2,
.fs3-document-detail-page .fsgk-document-panel h2,
.fs3-document-detail-page .fsgk-related-documents h3{
    margin:0;
    color:var(--fs3-doc-navy);
    font-family:var(--heading-font);
    font-weight:800;
    letter-spacing:-.025em;
}
.fs3-documents-page .fsgk-documents-intro h2{font-size:clamp(42px,5vw,66px);line-height:1}
.fs3-documents-page .fsgk-documents-intro p{
    max-width:720px;
    margin:17px 0 0;
    color:var(--fs3-doc-text);
    font-size:16px;
    line-height:1.75;
}
.fs3-documents-page .fsgk-document-stats{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    border:1px solid rgba(255,255,255,.08);
    background:var(--fs3-doc-navy);
    box-shadow:0 18px 44px rgba(7,28,52,.14);
}
.fs3-documents-page .fsgk-document-stats span{
    display:flex;
    min-height:104px;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    padding:16px 8px;
    border-right:1px solid rgba(255,255,255,.12);
    text-align:center;
}
.fs3-documents-page .fsgk-document-stats span:last-child{border-right:0}
.fs3-documents-page .fsgk-document-stats strong{
    color:#fff;
    font-family:var(--heading-font);
    font-size:36px;
    line-height:1;
}
.fs3-documents-page .fsgk-document-stats span:first-child strong{color:var(--fs3-doc-gold)}
.fs3-documents-page .fsgk-document-stats small{
    margin-top:8px;
    color:rgba(255,255,255,.55);
    font-size:9px;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase;
}

/* Search */
.fs3-documents-page .fsgk-documents-toolbar{
    margin-bottom:42px;
    padding:20px;
    border:1px solid var(--fs3-doc-border);
    background:#fff;
    box-shadow:0 14px 38px rgba(7,28,52,.06);
}
.fs3-documents-page .fsgk-document-search{
    display:grid;
    grid-template-columns:minmax(260px,1fr) minmax(220px,290px) 138px auto;
    gap:12px;
    align-items:center;
}
.fs3-documents-page .fsgk-document-search label{position:relative;display:block;margin:0}
.fs3-documents-page .fsgk-document-search label i{
    position:absolute;top:50%;left:18px;z-index:1;color:var(--fs3-doc-red);transform:translateY(-50%);
}
.fs3-documents-page .fsgk-document-search input,
.fs3-documents-page .fsgk-document-search select{
    width:100%;height:54px;margin:0;padding:0 16px;
    border:1px solid var(--fs3-doc-border);border-radius:0;background:#f8fafb;
    color:var(--fs3-doc-navy);font-size:13px;outline:0;
}
.fs3-documents-page .fsgk-document-search input{padding-left:48px}
.fs3-documents-page .fsgk-document-search input:focus,
.fs3-documents-page .fsgk-document-search select:focus{border-color:var(--fs3-doc-red);background:#fff}
.fs3-documents-page .fsgk-document-search .btn-default,
.fs3-documents-page .fsgk-document-help .btn-default,
.fs3-document-detail-page .fsgk-document-download-box .btn-default{
    display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 24px;
    border:0;border-radius:0;background:var(--fs3-doc-red);color:#fff!important;
    font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;
}
.fs3-documents-page .fsgk-document-search .btn-default:hover,
.fs3-documents-page .fsgk-document-help .btn-default:hover,
.fs3-document-detail-page .fsgk-document-download-box .btn-default:hover{background:var(--fs3-doc-red-dark);color:#fff!important}
.fs3-documents-page .fsgk-filter-reset{color:var(--fs3-doc-navy);font-size:12px;font-weight:800;white-space:nowrap}
.fs3-documents-page .fsgk-filter-reset:hover{color:var(--fs3-doc-red)}

/* Sidebar */
.fs3-documents-page .fsgk-documents-layout{align-items:flex-start}
.fs3-documents-page .fsgk-document-sidebar{position:sticky;top:105px}
.fs3-documents-page .fsgk-document-sidebar-box,
.fs3-documents-page .fsgk-document-help,
.fs3-document-detail-page .fsgk-document-panel,
.fs3-document-detail-page .fsgk-related-documents,
.fs3-document-detail-page .fsgk-document-download-box{
    border:1px solid var(--fs3-doc-border);border-radius:0;background:#fff;
    box-shadow:0 16px 42px rgba(7,28,52,.07);
}
.fs3-documents-page .fsgk-document-sidebar-box{padding:28px}
.fs3-documents-page .fsgk-document-sidebar-box h3,
.fs3-documents-page .fsgk-document-help h3,
.fs3-document-detail-page .fsgk-document-download-box h3{
    margin:0 0 20px;color:var(--fs3-doc-navy);font-family:var(--heading-font);font-size:29px;font-weight:800;line-height:1.12;
}
.fs3-documents-page .fsgk-document-categories{display:flex;flex-direction:column}
.fs3-documents-page .fsgk-document-categories a{
    display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:54px;
    padding:11px 0;border-bottom:1px solid #edf0f3;color:#596777;font-size:12px;font-weight:750;
}
.fs3-documents-page .fsgk-document-categories a:last-child{border-bottom:0}
.fs3-documents-page .fsgk-document-categories a span{display:flex;align-items:center;gap:10px;min-width:0}
.fs3-documents-page .fsgk-document-categories a span i{width:18px;color:var(--fs3-doc-red)}
.fs3-documents-page .fsgk-document-categories a strong{
    display:grid;flex:0 0 30px;width:30px;height:30px;place-items:center;background:#eef2f5;color:var(--fs3-doc-navy);font-size:10px;
}
.fs3-documents-page .fsgk-document-categories a:hover,
.fs3-documents-page .fsgk-document-categories a.is-active{color:var(--fs3-doc-red)}
.fs3-documents-page .fsgk-document-categories a.is-active strong{background:var(--fs3-doc-red);color:#fff}
.fs3-documents-page .fsgk-document-help{
    position:relative;overflow:hidden;margin-top:24px;padding:30px;
    color:rgba(255,255,255,.72);border:0;
    background:linear-gradient(145deg,var(--fs3-doc-navy-2),var(--fs3-doc-navy));
}
.fs3-documents-page .fsgk-document-help:after{
    content:"";position:absolute;right:-38px;bottom:-38px;width:130px;height:130px;border:24px solid rgba(217,180,74,.12);border-radius:50%;
}
.fs3-documents-page .fsgk-document-help>i{margin-bottom:22px;color:var(--fs3-doc-gold);font-size:30px}
.fs3-documents-page .fsgk-document-help>span{display:block;margin-bottom:7px;color:var(--fs3-doc-gold);font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.fs3-documents-page .fsgk-document-help h3{color:#fff}
.fs3-documents-page .fsgk-document-help p{margin:0 0 22px;color:rgba(255,255,255,.68);font-size:13px;line-height:1.65}
.fs3-documents-page .fsgk-document-help .btn-default{position:relative;z-index:1;width:100%}

/* Results and cards */
.fs3-documents-page .fsgk-document-results-heading{
    display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:22px;
}
.fs3-documents-page .fsgk-document-results-heading h2{font-size:44px;line-height:1.05}
.fs3-documents-page .fsgk-document-results-heading>strong{
    display:flex;width:82px;height:82px;flex-direction:column;align-items:center;justify-content:center;
    background:var(--fs3-doc-red);color:#fff;font-family:var(--heading-font);font-size:30px;line-height:1;
}
.fs3-documents-page .fsgk-document-results-heading>strong small{
    margin-top:7px;color:rgba(255,255,255,.72);font-family:var(--default-font);font-size:8px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;
}
.fs3-documents-page .fsgk-document-list{display:flex;flex-direction:column;gap:18px}
.fs3-documents-page .fsgk-document-card{
    position:relative;display:grid;grid-template-columns:118px minmax(0,1fr) 144px;min-height:190px;
    border:1px solid var(--fs3-doc-border);background:#fff;box-shadow:0 14px 36px rgba(7,28,52,.06);
    transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}
.fs3-documents-page .fsgk-document-card:hover{transform:translateY(-4px);border-color:#cfd7df;box-shadow:0 22px 48px rgba(7,28,52,.12)}
.fs3-documents-page .fsgk-document-card.is-featured:before{content:"";position:absolute;top:-1px;left:-1px;bottom:-1px;width:5px;background:var(--fs3-doc-gold)}
.fs3-documents-page .fsgk-document-card__file{
    display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;padding:20px 12px;
    background:var(--fs3-doc-navy);color:#fff;text-align:center;
}
.fs3-documents-page .fsgk-document-card__file:hover{color:#fff;background:var(--fs3-doc-navy-2)}
.fs3-documents-page .fsgk-document-card__file-icon{
    display:grid;width:54px;height:54px;place-items:center;background:var(--fs3-doc-red);color:#fff;font-size:23px;
}
.fs3-documents-page .fsgk-document-card__file strong{color:#fff;font-size:13px;letter-spacing:.1em}
.fs3-documents-page .fsgk-document-card__file small{padding:4px 7px;background:var(--fs3-doc-gold);color:var(--fs3-doc-navy);font-size:8px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.fs3-documents-page .fsgk-document-card__content{padding:26px 28px}
.fs3-documents-page .fsgk-document-card__meta{display:flex;align-items:center;flex-wrap:wrap;gap:14px;margin-bottom:10px}
.fs3-documents-page .fsgk-document-card__meta a,
.fs3-documents-page .fsgk-document-card__meta span{display:inline-flex;align-items:center;gap:7px;color:var(--fs3-doc-red);font-size:10px;font-weight:800;letter-spacing:.065em;text-transform:uppercase}
.fs3-documents-page .fsgk-document-card__meta span{color:#86909b}
.fs3-documents-page .fsgk-document-card__content h3{margin:0 0 9px;font-family:var(--heading-font);font-size:24px;font-weight:800;line-height:1.22}
.fs3-documents-page .fsgk-document-card__content h3 a{color:var(--fs3-doc-navy)}
.fs3-documents-page .fsgk-document-card__content h3 a:hover{color:var(--fs3-doc-red)}
.fs3-documents-page .fsgk-document-card__content p{margin:0;color:var(--fs3-doc-text);font-size:13px;line-height:1.65}
.fs3-documents-page .fsgk-document-card__facts{display:flex;flex-wrap:wrap;gap:8px 16px;margin-top:16px;padding-top:14px;border-top:1px solid #edf0f3}
.fs3-documents-page .fsgk-document-card__facts span{display:inline-flex;align-items:center;gap:7px;color:#6b7785;font-size:10px;font-weight:750}
.fs3-documents-page .fsgk-document-card__facts i{color:var(--fs3-doc-red)}
.fs3-documents-page .fsgk-document-card__actions{display:flex;flex-direction:column;align-items:stretch;justify-content:center;gap:9px;padding:18px;border-left:1px solid var(--fs3-doc-border);background:#f9fafb}
.fs3-documents-page .fsgk-document-card__actions a{
    display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:45px;padding:10px 12px;
    color:#fff;font-size:10px;font-weight:850;letter-spacing:.04em;text-transform:uppercase;
}
.fs3-documents-page .fsgk-document-card__actions .is-details{background:var(--fs3-doc-navy)}
.fs3-documents-page .fsgk-document-card__actions .is-details:hover{background:var(--fs3-doc-navy-2);color:#fff}
.fs3-documents-page .fsgk-document-card__actions .is-download{background:var(--fs3-doc-red)}
.fs3-documents-page .fsgk-document-card__actions .is-download:hover{background:var(--fs3-doc-red-dark);color:#fff}

/* Document detail */
.fs3-document-detail-page .fsgk-document-detail-hero{
    display:grid;grid-template-columns:120px minmax(0,1fr) 240px;align-items:center;gap:30px;
    margin-bottom:34px;padding:34px;border:0;background:var(--fs3-doc-navy);color:#fff;
    box-shadow:0 24px 54px rgba(7,28,52,.17);
}
.fs3-document-detail-page .fsgk-document-detail-hero__icon{
    display:flex;height:120px;flex-direction:column;align-items:center;justify-content:center;gap:8px;
    background:var(--fs3-doc-red);color:#fff;
}
.fs3-document-detail-page .fsgk-document-detail-hero__icon i{font-size:34px}
.fs3-document-detail-page .fsgk-document-detail-hero__icon span{font-size:12px;font-weight:900;letter-spacing:.1em}
.fs3-document-detail-page .fsgk-document-detail-hero__category{display:inline-block;margin-bottom:10px;color:var(--fs3-doc-gold);font-size:10px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}
.fs3-document-detail-page .fsgk-document-detail-hero__category:hover{color:#fff}
.fs3-document-detail-page .fsgk-document-detail-hero__content h1{margin:0;color:#fff;font-family:var(--heading-font);font-size:clamp(30px,4vw,48px);font-weight:800;line-height:1.08}
.fs3-document-detail-page .fsgk-document-detail-hero__content p{margin:14px 0 0;color:rgba(255,255,255,.66);font-size:14px;line-height:1.7}
.fs3-document-detail-page .fsgk-document-download-button{
    display:flex;align-items:center;justify-content:center;gap:13px;min-height:72px;padding:15px 18px;
    background:var(--fs3-doc-red);color:#fff;text-align:left;
}
.fs3-document-detail-page .fsgk-document-download-button:hover{background:var(--fs3-doc-red-dark);color:#fff}
.fs3-document-detail-page .fsgk-document-download-button>i{font-size:25px}
.fs3-document-detail-page .fsgk-document-download-button span{font-size:11px;font-weight:850;letter-spacing:.04em;text-transform:uppercase}
.fs3-document-detail-page .fsgk-document-download-button small{display:block;margin-top:4px;color:rgba(255,255,255,.7);font-size:9px;text-transform:none}
.fs3-document-detail-page .fsgk-document-detail-layout{align-items:flex-start}
.fs3-document-detail-page .fsgk-document-panel{margin-bottom:24px;padding:30px}
.fs3-document-detail-page .fsgk-document-panel header{margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid var(--fs3-doc-border)}
.fs3-document-detail-page .fsgk-document-panel h2{font-size:35px;line-height:1.1}
.fs3-document-detail-page .fsgk-document-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.fs3-document-detail-page .fsgk-document-facts>div{
    display:grid;grid-template-columns:48px minmax(0,1fr);align-items:center;gap:14px;min-height:82px;padding:15px;
    border:1px solid #e5e9ed;background:#f8fafb;
}
.fs3-document-detail-page .fsgk-document-facts>div>i{display:grid;width:48px;height:48px;place-items:center;background:var(--fs3-doc-red);color:#fff;font-size:18px}
.fs3-document-detail-page .fsgk-document-facts span{color:#8a939e;font-size:9px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}
.fs3-document-detail-page .fsgk-document-facts b{display:block;margin-top:5px;color:var(--fs3-doc-navy);font-size:13px;letter-spacing:0;text-transform:none}
.fs3-document-detail-page .fsgk-document-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.fs3-document-detail-page .fsgk-document-links a{
    display:grid;grid-template-columns:48px minmax(0,1fr);align-items:center;gap:13px;min-height:76px;padding:14px;
    border:1px solid var(--fs3-doc-border);background:#f8fafb;color:var(--fs3-doc-navy);
}
.fs3-document-detail-page .fsgk-document-links a:hover{border-color:var(--fs3-doc-red);background:#fff;color:var(--fs3-doc-red)}
.fs3-document-detail-page .fsgk-document-links>a>i{display:grid;width:48px;height:48px;place-items:center;background:var(--fs3-doc-navy);color:#fff}
.fs3-document-detail-page .fsgk-document-links small,.fs3-document-detail-page .fsgk-document-links strong{display:block}
.fs3-document-detail-page .fsgk-document-links small{color:#8a939e;font-size:9px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}
.fs3-document-detail-page .fsgk-document-links strong{margin-top:3px;color:inherit;font-size:12px;line-height:1.35}
.fs3-document-detail-page aside{position:sticky;top:105px}
.fs3-document-detail-page .fsgk-document-download-box{padding:30px;background:linear-gradient(145deg,var(--fs3-doc-navy-2),var(--fs3-doc-navy));color:rgba(255,255,255,.7);border:0}
.fs3-document-detail-page .fsgk-document-download-box>i{margin-bottom:23px;color:var(--fs3-doc-gold);font-size:34px}
.fs3-document-detail-page .fsgk-document-download-box>span{display:block;margin-bottom:7px;color:var(--fs3-doc-gold);font-size:10px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}
.fs3-document-detail-page .fsgk-document-download-box h3{color:#fff}
.fs3-document-detail-page .fsgk-document-download-box p{margin-bottom:22px;color:rgba(255,255,255,.65);font-size:13px;line-height:1.65}
.fs3-document-detail-page .fsgk-document-download-box .btn-default{width:100%}
.fs3-document-detail-page .fsgk-document-download-box>small{display:block;margin-top:14px;color:rgba(255,255,255,.5);font-size:9px;text-align:center}
.fs3-document-detail-page .fsgk-related-documents{margin-top:22px;padding:28px}
.fs3-document-detail-page .fsgk-related-documents h3{margin-bottom:14px;font-size:29px}
.fs3-document-detail-page .fsgk-related-documents>a{
    display:grid;grid-template-columns:38px minmax(0,1fr) 18px;align-items:center;gap:11px;padding:13px 0;
    border-bottom:1px solid #edf0f3;color:var(--fs3-doc-navy);
}
.fs3-document-detail-page .fsgk-related-documents>a:last-child{border-bottom:0}
.fs3-document-detail-page .fsgk-related-documents>a:hover{color:var(--fs3-doc-red)}
.fs3-document-detail-page .fsgk-related-documents>a>i:first-child{display:grid;width:38px;height:38px;place-items:center;background:#eef2f5;color:var(--fs3-doc-red)}
.fs3-document-detail-page .fsgk-related-documents strong,.fs3-document-detail-page .fsgk-related-documents small{display:block}
.fs3-document-detail-page .fsgk-related-documents strong{font-size:11px;line-height:1.35}
.fs3-document-detail-page .fsgk-related-documents small{margin-top:3px;color:#8a939e;font-size:9px}

/* Responsive */
@media(max-width:1199px){
    .fs3-documents-page .fsgk-documents-intro{grid-template-columns:1fr}
    .fs3-documents-page .fsgk-document-stats{max-width:650px}
    .fs3-documents-page .fsgk-document-search{grid-template-columns:minmax(220px,1fr) minmax(190px,250px) 125px}
    .fs3-documents-page .fsgk-filter-reset{grid-column:1/-1}
    .fs3-document-detail-page .fsgk-document-detail-hero{grid-template-columns:105px minmax(0,1fr)}
    .fs3-document-detail-page .fsgk-document-download-button{grid-column:1/-1}
}
@media(max-width:991px){
    .fs3-documents-page .fsgk-document-sidebar,.fs3-document-detail-page aside{position:static}
    .fs3-documents-page .fsgk-document-sidebar{margin-bottom:36px}
    .fs3-documents-page .fsgk-document-sidebar-box{display:none}
    .fs3-documents-page .fsgk-document-help{margin-top:0}
    .fs3-document-detail-page aside{margin-top:4px}
}
@media(max-width:767px){
    .fs3-documents-page .fsgk-documents-archive,.fs3-document-detail-page .fsgk-document-detail{padding:62px 0 78px}
    .fs3-documents-page .fsgk-document-stats{grid-template-columns:repeat(2,1fr)}
    .fs3-documents-page .fsgk-document-stats span:nth-child(2){border-right:0}
    .fs3-documents-page .fsgk-document-stats span:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.12)}
    .fs3-documents-page .fsgk-document-search{grid-template-columns:1fr}
    .fs3-documents-page .fsgk-document-search .btn-default{width:100%}
    .fs3-documents-page .fsgk-document-results-heading{align-items:center}
    .fs3-documents-page .fsgk-document-results-heading h2{font-size:36px}
    .fs3-documents-page .fsgk-document-card{grid-template-columns:88px minmax(0,1fr)}
    .fs3-documents-page .fsgk-document-card__file{padding:18px 9px}
    .fs3-documents-page .fsgk-document-card__file-icon{width:46px;height:46px}
    .fs3-documents-page .fsgk-document-card__content{padding:21px 18px}
    .fs3-documents-page .fsgk-document-card__actions{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;padding:12px;border-top:1px solid var(--fs3-doc-border);border-left:0}
    .fs3-document-detail-page .fsgk-document-detail-hero{grid-template-columns:82px minmax(0,1fr);gap:20px;padding:22px}
    .fs3-document-detail-page .fsgk-document-detail-hero__icon{height:82px}
    .fs3-document-detail-page .fsgk-document-detail-hero__content h1{font-size:30px}
    .fs3-document-detail-page .fsgk-document-facts,.fs3-document-detail-page .fsgk-document-links{grid-template-columns:1fr}
}
@media(max-width:479px){
    .fs3-documents-page .fsgk-documents-intro h2{font-size:39px}
    .fs3-documents-page .fsgk-document-card{grid-template-columns:1fr}
    .fs3-documents-page .fsgk-document-card__file{min-height:108px;flex-direction:row}
    .fs3-documents-page .fsgk-document-card__actions{grid-template-columns:1fr}
    .fs3-document-detail-page .fsgk-document-detail-hero{grid-template-columns:1fr;text-align:center}
    .fs3-document-detail-page .fsgk-document-detail-hero__icon{width:92px;margin:0 auto}
    .fs3-document-detail-page .fsgk-document-panel{padding:22px 18px}
}
