

@font-face {
    font-family: 'ThecaliberHeading';
    src: url('../fonts/poppins-bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ThecaliberBody';
    src: url('../fonts/sourcesans3-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.site-header,
.main-navigation,
.site-footer,
.site-info,
.top-bar {
    display: none !important;
}

.main-d80c14 {
    background-color: #18140c;
    
    
}

.klgbSkip {
    position: absolute;
    top: -100%;
    left: 0;
    background: #eaa506;
    color: #fff;
    padding: 8px 16px;
    z-index: 9999;
    font-size: 14px;
    text-decoration: none;
}

.klgbSkip:focus {
    top: 0;
}

.klgbSiteContent {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 20px 60px;
    min-height: 50vh;
}

.main-d80c14 h1,
.main-d80c14 h2,
.main-d80c14 h3,
.main-d80c14 h4,
.main-d80c14 h5 {
    font-family: 'ThecaliberHeading', Arial, sans-serif;
    color: #ffffff;
    line-height: 1.3;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

.main-d80c14 h1 { font-size: 2.1rem; }
.main-d80c14 h2 { font-size: 1.7rem; }
.main-d80c14 h3 { font-size: 1.4rem; }
.main-d80c14 h4 { font-size: 1.2rem; }
.main-d80c14 h5 { font-size: 1rem; }

.main-d80c14 .entry-content > :first-child,
.main-d80c14 article > :first-child {
    margin-top: 0;
}

.main-d80c14 .entry-content h1,
.main-d80c14 .entry-content h2,
.main-d80c14 .entry-content h3 {
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.main-d80c14 .entry-content h1 {
    text-align: center;
}
.main-d80c14 .entry-content h1::after {
    left: 50%;
    transform: translateX(-50%);
}

.main-d80c14 body,
.main-d80c14 p,
.main-d80c14 li,
.main-d80c14 td,
.main-d80c14 th {
    font-family: 'ThecaliberBody', Arial, sans-serif;
    color: #e8e8e8;
    line-height: 1.75;
}

.main-d80c14 p {
    margin-bottom: 1.2em;
    font-size: 16px;
}

.main-d80c14 a {
    color: #eaa506;
    text-decoration: none;
    text-underline-offset: 2px;
    transition: color 0.2s;
}

.main-d80c14 a:hover {
    color: #c78b00;
}

.main-d80c14 ul,
.main-d80c14 ol {
    padding-left: 1.5em;
    margin-bottom: 1.2em;
}

.main-d80c14 li {
    margin-bottom: 0.4em;
}

.main-d80c14 .entry-content ul {
    list-style: none;
    padding-left: 1.5em;
}
.main-d80c14 .entry-content ul > li {
    position: relative;
}
.main-d80c14 .entry-content ul > li::before {
    content: "";
    position: absolute;
    left: -1.2em;
    top: 0.55em;
    width: 0.55em;
    height: 0.55em;
    background: #eaa506;
}

.main-d80c14 .entry-content img,
.main-d80c14 .page-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 1em 0;
}

.main-d80c14 hr {
    border: none;
    border-top: 1px solid #e0e0e0;
    margin: 2em 0;
}

.klgbCta {
    display: none;
    padding: 10px 24px;
    background: #eaa506;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-family: 'ThecaliberBody', Arial, sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    text-decoration: none;
    text-transform: none;
    white-space: nowrap;
    transition: background 0.2s;
    margin-left: 12px;
}

.klgbCta:hover {
    background: #c78b00;
    color: #fff;
    text-decoration: none;
    box-shadow: none;
    transform: none;
}

.klgbSearch {
    margin-left: 12px;
    position: relative;
}
.klgbSearchForm {
    display: flex;
    align-items: center;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 4px;
    overflow: hidden;
    transition: border-color 0.2s;
}
.klgbSearchForm:focus-within {
    border-color: #eaa506;
}
.klgbSearchInput {
    background: transparent;
    border: none;
    padding: 6px 10px;
    color: #e3e3e3;
    font-family: 'ThecaliberBody', Arial, sans-serif;
    font-size: 0.85rem;
    width: 160px;
    outline: none;
}
.klgbSearchInput::placeholder {
    color: rgba(255,255,255,0.4);
}
.klgbSearchBtn {
    background: transparent;
    border: none;
    padding: 6px 10px;
    color: #e3e3e3;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: color 0.2s;
}
.klgbSearchBtn:hover {
    color: #eaa506;
}

.klgbTopbar {
    background: #eaa506;
    padding: 0;
}

.klgbTopbarInner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 6px 20px;
    text-align: right;
}

.klgbTopbarText {
    font-family: 'ThecaliberBody', Arial, sans-serif;
    font-size: 0.75rem;
    color: #ffffff;
    letter-spacing: 0.5px;
}

.klgbWrap {
    background: #120e08;
    padding: 0;
    position: relative;
    z-index: 100;
    box-shadow: none;
}

.klgbInner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    height: 62px;
}

.klgbBrand {
    flex-shrink: 0;
}

.klgbBrand a {
    text-decoration: none;
}

.klgbBrand img {
    max-height: 40px;
    width: auto;
    display: block;
}

.klgbSitename {
    font-family: 'ThecaliberHeading', Arial, sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 0.5px;
}

.klgbSitename:hover {
    color: #eaa506;
}

.klgbNav {
    display: flex;
    align-items: center;
}

.klgbMenu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 0;
}

.klgbMenu li {
    position: relative;
}

.klgbMenu > li > a {
    display: inline-flex;
    align-items: center;
    padding: 10px 16px;
    line-height: 1.2;
    color: #e3e3e3;
    text-decoration: none;
    font-family: 'ThecaliberBody', Arial, sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    transition: color 0.2s, background 0.2s;
    white-space: nowrap;
}

.klgbMenu > li > a:hover,
.klgbMenu > li.current-menu-item > a {
    color: #ffffff;
    background: rgba(234, 165, 6, 0.15);
    border-radius: 4px;
}

.klgbMenu .sub-menu {
    list-style: none;
    margin: 0;
    padding: 8px 0;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background: #000000;
    border-top: 2px solid #eaa506;
    border-radius: 0 0 0 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    display: none;
    z-index: 200;
}

.klgbMenu li:hover > .sub-menu {
    display: block;
}

.klgbMenu .sub-menu a {
    display: block;
    padding: 10px 20px;
    color: #c8c8c8;
    text-decoration: none;
    font-family: 'ThecaliberBody', Arial, sans-serif;
    font-size: 0.9rem;
    transition: color 0.2s, background 0.2s;
}

.klgbMenu .sub-menu a:hover {
    color: #ffffff;
    background: rgba(234, 165, 6, 0.15);
}

.klgbToggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    flex-direction: column;
    gap: 5px;
    z-index: 150;
}

.klgbToggleBar {
    display: block;
    width: 24px;
    height: 2px;
    background: #ffffff;
    transition: transform 0.3s, opacity 0.3s;
}

.klgbToggle[aria-expanded="true"] .klgbToggleBar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.klgbToggle[aria-expanded="true"] .klgbToggleBar:nth-child(2) {
    opacity: 0;
}

.klgbToggle[aria-expanded="true"] .klgbToggleBar:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

@media (max-width: 768px) {
    
    .klgbToggle {
        display: flex;
    }

    
    .klgbNav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #000000;
        border-top: 2px solid #eaa506;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
        z-index: 200;
    }

    .klgbNav.is-open {
        display: block;
    }

    .klgbMenu {
        flex-direction: column;
        padding: 10px 0;
    }

    .klgbMenu > li > a {
        line-height: 1.4;
        padding: 12px 20px;
    }

    .klgbSearch {
        margin: 0;
        padding: 10px 20px;
    }
    .klgbSearchInput {
        width: 100%;
    }

    
    .klgbMenu .sub-menu {
        position: static;
        box-shadow: none;
        border-top: none;
        background: rgba(0, 0, 0, 0.15);
        padding-left: 15px;
        display: block;
        transform: none;
    }

    
    .edycaInner {
        flex-direction: column;
        text-align: center;
    }

    .edycaMenu {
        justify-content: center;
    }

    
    .klgbSiteContent {
        padding: 25px 15px 40px;
    }
}

@media (max-width: 480px) {
    .klgbInner {
        height: 60px;
        padding: 0 15px;
    }

    .klgbSitename {
        font-size: 1.15rem;
    }

    .klgbBrand img {
        max-height: 35px;
    }

    .main-d80c14 h1 { font-size: 1.6rem; }
    .main-d80c14 h2 { font-size: 1.35rem; }
    .main-d80c14 h3 { font-size: 1.15rem; }

    .main-d80c14 p {
        font-size: 0.95rem;
    }

    .klgbSiteContent {
        padding: 20px 12px 30px;
    }
}

.edycaWrap {
    background: #120e08;
    color: #bdbdbd;
    padding: 20px 0;
    margin-top: 40px;
    border-top: 3px solid #eaa506;
}

.edycaInner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.edycaLine {
    margin: 0 0 8px;
    font-family: 'ThecaliberBody', Arial, sans-serif;
    font-size: 0.8rem;
    color: #b0b0b0;
}

.edycaNav {
    margin-top: 8px;
}

.edycaMenu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}

.edycaMenu a {
    color: #bdbdbd;
    text-decoration: none;
    font-family: 'ThecaliberBody', Arial, sans-serif;
    font-size: 0.8rem;
    transition: color 0.2s;
}

.edycaMenu a:hover {
    color: #eaa506;
}

.main-d80c14 .entry-content table,
.main-d80c14 .page-content table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 1.5em;
    font-size: 0.95rem;
    border: none;
    border-radius: 4px;
    overflow: hidden;
}

.main-d80c14 .entry-content th,
.main-d80c14 .page-content th {
    background: transparent;
    color: #ffffff;
    padding: 8px 12px;
    text-align: left;
    font-family: 'ThecaliberHeading', Arial, sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    border-bottom: 2px solid #120e08;
}

.main-d80c14 .entry-content td,
.main-d80c14 .page-content td {
    padding: 8px 12px;
    border-bottom: 1px solid #404040;
    text-align: left;
}

.main-d80c14 .entry-content tr:hover td,
.main-d80c14 .page-content tr:hover td {
    background: #fdf8eb;
}
