

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

@font-face {
    font-family: 'CrowndarkBody';
    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;
}

.page-4a3f09 {
    background-color: #ffffff;
    
    background-image: radial-gradient(circle, rgba(47,188,94,0.03) 1px, transparent 1px); background-size: 20px 20px;
}

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

.qsaa-skip:focus {
    top: 0;
}

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

.page-4a3f09 h1,
.page-4a3f09 h2,
.page-4a3f09 h3,
.page-4a3f09 h4,
.page-4a3f09 h5 {
    font-family: 'CrowndarkHeading', Arial, sans-serif;
    color: #13251f;
    line-height: 1.2;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

.page-4a3f09 h1 { font-size: 2.2rem; }
.page-4a3f09 h2 { font-size: 1.7rem; }
.page-4a3f09 h3 { font-size: 1.4rem; }
.page-4a3f09 h4 { font-size: 1.1rem; }
.page-4a3f09 h5 { font-size: 1rem; }

.page-4a3f09 .entry-content > :first-child,
.page-4a3f09 article > :first-child {
    margin-top: 0;
}

.page-4a3f09 .entry-content h2 {
    padding-bottom: 0.35em;
    position: relative;
}
.page-4a3f09 .entry-content h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    background: #2fbc5e;
}

.page-4a3f09 .entry-content h1,
.page-4a3f09 .entry-content h2 {
    text-align: center;
}
.page-4a3f09 .entry-content h1::after,
.page-4a3f09 .entry-content h2::after {
    left: 50%;
    transform: translateX(-50%);
}

.page-4a3f09 body,
.page-4a3f09 p,
.page-4a3f09 li,
.page-4a3f09 td,
.page-4a3f09 th {
    font-family: 'CrowndarkBody', Arial, sans-serif;
    color: #333333;
    line-height: 1.65;
}

.page-4a3f09 p {
    margin-bottom: 1.2em;
    font-size: 15px;
}

.page-4a3f09 a {
    color: #2fbc5e;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color 0.2s;
}

.page-4a3f09 a:hover {
    color: #22a04c;
}

.page-4a3f09 ul,
.page-4a3f09 ol {
    padding-left: 1.5em;
    margin-bottom: 1.2em;
}

.page-4a3f09 li {
    margin-bottom: 0.4em;
}

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

.page-4a3f09 hr {
    border: none;
    border-top: 1px solid #e0e0e0;
    margin: 2em 0;
}

.qsaa-cta {
    display: none;
    padding: 10px 24px;
    background: #2fbc5e;
    color: #fff;
    border: none;
    border-radius: 12px;
    font-family: 'CrowndarkBody', Arial, sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    text-transform: none;
    white-space: nowrap;
    transition: background 0.2s;
    margin-left: 12px;
}

.qsaa-cta:hover {
    background: #22a04c;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transform: translateY(-1px);
}

.qsaa-search {
    margin-left: 12px;
    position: relative;
}
.qsaa-search-form {
    display: flex;
    align-items: center;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 8px;
    overflow: hidden;
    transition: border-color 0.2s;
}
.qsaa-search-form:focus-within {
    border-color: #2fbc5e;
}
.qsaa-search-input {
    background: transparent;
    border: none;
    padding: 6px 10px;
    color: #dedede;
    font-family: 'CrowndarkBody', Arial, sans-serif;
    font-size: 0.85rem;
    width: 160px;
    outline: none;
}
.qsaa-search-input::placeholder {
    color: rgba(255,255,255,0.4);
}
.qsaa-search-btn {
    background: transparent;
    border: none;
    padding: 6px 10px;
    color: #dedede;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: color 0.2s;
}
.qsaa-search-btn:hover {
    color: #2fbc5e;
}

.page-4a3f09 .entry-content table,
.page-4a3f09 .page-content table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 1.5em;
    font-size: 0.95rem;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}

.page-4a3f09 .entry-content th,
.page-4a3f09 .page-content th {
    background: #13251f;
    color: #ffffff;
    padding: 8px 12px;
    text-align: left;
    font-family: 'CrowndarkHeading', Arial, sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
}

.page-4a3f09 .entry-content td,
.page-4a3f09 .page-content td {
    padding: 8px 12px;
    border-bottom: 1px solid #e8e8e8;
    text-align: left;
}

.page-4a3f09 .entry-content tr:last-child td,
.page-4a3f09 .page-content tr:last-child td {
    border-bottom: none;
}

.page-4a3f09 .entry-content tr:nth-child(even) td,
.page-4a3f09 .page-content tr:nth-child(even) td {
    background: #f8f8f8;
}

.page-4a3f09 .entry-content tr:hover td,
.page-4a3f09 .page-content tr:hover td {
    background: #eefaf2;
}

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

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

    .qsaa-nav.is-open {
        display: block;
    }

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

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

    .qsaa-search {
        margin: 0;
        padding: 10px 20px;
    }
    .qsaa-search-input {
        width: 100%;
    }

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

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

    .uyxkj-menu {
        justify-content: center;
    }

    
    .qsaa-site-content {
        padding: 25px 15px 40px;
    }
}

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

    .qsaa-sitename {
        font-size: 1.15rem;
    }

    .qsaa-brand img {
        max-height: 35px;
    }

    .page-4a3f09 h1 { font-size: 1.6rem; }
    .page-4a3f09 h2 { font-size: 1.35rem; }
    .page-4a3f09 h3 { font-size: 1.15rem; }

    .page-4a3f09 p {
        font-size: 0.95rem;
    }

    .qsaa-site-content {
        padding: 20px 12px 30px;
    }
}

.qsaa-topbar {
    background: #2fbc5e;
    padding: 0;
}

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

.qsaa-topbar-text {
    font-family: 'CrowndarkBody', Arial, sans-serif;
    font-size: 0.75rem;
    color: #ffffff;
    letter-spacing: 0.5px;
}

.qsaa-wrap {
    background: #13251f;
    padding: 0;
    position: relative;
    z-index: 100;
    box-shadow: 0 4px 30px rgba(0,0,0,0.1);
}

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

.qsaa-brand {
    flex-shrink: 0;
}

.qsaa-brand a {
    text-decoration: none;
}

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

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

.qsaa-sitename:hover {
    color: #2fbc5e;
}

.qsaa-nav {
    display: flex;
    align-items: center;
}

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

.qsaa-menu li {
    position: relative;
}

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

.qsaa-menu > li > a:hover,
.qsaa-menu > li.current-menu-item > a {
    color: #ffffff;
    background: rgba(47, 188, 94, 0.1);
    border-radius: 8px;
}

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

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

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

.qsaa-menu .sub-menu a:hover {
    color: #ffffff;
    background: rgba(47, 188, 94, 0.1);
}

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

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

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

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

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

.uyxkj-wrap {
    background: #13251f;
    color: #b5b5b5;
    margin-top: 40px;
    border-top: 1px solid #2fbc5e;
}

.uyxkj-links-row {
    padding: 20px 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

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

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

.uyxkj-menu a {
    color: #b5b5b5;
    text-decoration: none;
    font-family: 'CrowndarkBody', Arial, sans-serif;
    font-size: 0.9rem;
    transition: color 0.2s;
}

.uyxkj-menu a:hover {
    color: #2fbc5e;
}

.uyxkj-info-row {
    padding: 15px 0;
}

.uyxkj-info-row .uyxkj-row-inner {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.uyxkj-copyright {
    margin: 0;
    font-family: 'CrowndarkBody', Arial, sans-serif;
    font-size: 0.8rem;
    color: #999999;
}

.uyxkj-small {
    margin: 0;
    font-family: 'CrowndarkBody', Arial, sans-serif;
    font-size: 0.8rem;
    color: #777777;
}
