

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

@font-face {
    font-family: 'DaredgeBody';
    src: url('../fonts/mulish-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;
}

.wp-410517 {
    background-color: #ffffff;
    
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22240%22%20height%3D%22120%22%3E%3Cdefs%3E%3Cstyle%3Epath%7Bfill%3Anone%3Bstroke%3Argba%28249%2C47%2C1%2C0.02%29%3Bstroke-width%3A1.5%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M0%2030%20C40%2010%2080%2050%20120%2030%20S200%2010%20240%2030%22%2F%3E%3Cpath%20d%3D%22M0%2060%20C40%2040%2080%2080%20120%2060%20S200%2040%20240%2060%22%2F%3E%3Cpath%20d%3D%22M0%2090%20C40%2070%2080%20110%20120%2090%20S200%2070%20240%2090%22%2F%3E%3C%2Fsvg%3E"); background-size: 240px 120px;
}

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

.tnqsSkip:focus {
    top: 0;
}

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

.wp-410517 h1,
.wp-410517 h2,
.wp-410517 h3,
.wp-410517 h4,
.wp-410517 h5 {
    font-family: 'DaredgeHeading', Arial, sans-serif;
    color: #190d0b;
    line-height: 1.3;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

.wp-410517 h1 { font-size: 2rem; }
.wp-410517 h2 { font-size: 1.6rem; }
.wp-410517 h3 { font-size: 1.4rem; }
.wp-410517 h4 { font-size: 1.1rem; }
.wp-410517 h5 { font-size: 1rem; }

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

.wp-410517 .entry-content h2,
.wp-410517 .entry-content h3 {
    position: relative;
    padding-left: 0.8em;
}
.wp-410517 .entry-content h2::before,
.wp-410517 .entry-content h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.15em;
    bottom: 0.15em;
    width: 4px;
    background: #f92f01;
    border-radius: 2px;
}

.wp-410517 body,
.wp-410517 p,
.wp-410517 li,
.wp-410517 td,
.wp-410517 th {
    font-family: 'DaredgeBody', Arial, sans-serif;
    color: #333333;
    line-height: 1.7;
}

.wp-410517 p {
    margin-bottom: 1.2em;
    font-size: 15px;
}

.wp-410517 a {
    color: #f92f01;
    text-decoration: none;
    text-underline-offset: 2px;
    transition: color 0.2s;
}

.wp-410517 a:hover {
    color: #d12600;
}

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

.wp-410517 li {
    margin-bottom: 0.4em;
}

.wp-410517 .entry-content ul {
    list-style: disc;
    padding-left: 1.5em;
}
.wp-410517 .entry-content ul > li::marker {
    color: #f92f01;
    font-size: 1.3em;
}

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

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

.tnqsCta {
    display: none;
    padding: 10px 24px;
    background: #f92f01;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-family: 'DaredgeBody', 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;
}

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

.tnqsSearch {
    margin-left: 12px;
    position: relative;
}
.tnqsSearchForm {
    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;
}
.tnqsSearchForm:focus-within {
    border-color: #f92f01;
}
.tnqsSearchInput {
    background: transparent;
    border: none;
    padding: 6px 10px;
    color: #e6e6e6;
    font-family: 'DaredgeBody', Arial, sans-serif;
    font-size: 0.85rem;
    width: 160px;
    outline: none;
}
.tnqsSearchInput::placeholder {
    color: rgba(255,255,255,0.4);
}
.tnqsSearchBtn {
    background: transparent;
    border: none;
    padding: 6px 10px;
    color: #e6e6e6;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: color 0.2s;
}
.tnqsSearchBtn:hover {
    color: #f92f01;
}

.wp-410517 .entry-content table,
.wp-410517 .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: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.wp-410517 .entry-content th,
.wp-410517 .page-content th {
    background: #190d0b;
    color: #ffffff;
    padding: 12px 16px;
    text-align: left;
    font-family: 'DaredgeHeading', Arial, sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
}

.wp-410517 .entry-content td,
.wp-410517 .page-content td {
    padding: 12px 16px;
    border-bottom: 1px solid #e8e8e8;
    text-align: left;
}

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

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

.wp-410517 .entry-content tr:hover td,
.wp-410517 .page-content tr:hover td {
    background: #ffeeeb;
}

.tnqsWrap {
    background: #190d0b;
    position: relative;
    z-index: 100;
    border-bottom: 3px solid #f92f01;
    box-shadow: none;
}

.tnqsUtilityRow {
    background: #120907;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

.tnqsUtilityInner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 6px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    font-family: 'DaredgeBody', Arial, sans-serif;
    font-size: 0.78rem;
    color: #999999;
}

.tnqsUtilityTagline {
    letter-spacing: 0.4px;
}

.tnqsUtilityMenu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 16px;
}

.tnqsUtilityMenu a {
    color: #999999;
    text-decoration: none;
    font-size: 0.78rem;
    transition: color 0.2s;
}

.tnqsUtilityMenu a:hover {
    color: #f92f01;
}

.tnqsMainRow {
    background: transparent;
}

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

.tnqsBrand {
    flex-shrink: 0;
}

.tnqsBrand a {
    text-decoration: none;
}

.tnqsBrand img {
    max-height: 45px;
    width: auto;
    display: block;
}

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

.tnqsSitename:hover {
    color: #f92f01;
}

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

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

.tnqsMenu li {
    position: relative;
}

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

.tnqsMenu > li > a:hover,
.tnqsMenu > li.current-menu-item > a {
    color: #ffffff;
    background: rgba(249, 47, 1, 0.15);
    border-radius: 4px;
}

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

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

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

.tnqsMenu .sub-menu a:hover {
    color: #ffffff;
    background: rgba(249, 47, 1, 0.15);
}

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

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

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

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

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

.kusodWrap {
    background: #190d0b;
    color: #ababab;
    padding: 0;
    margin-top: 50px;
    border-top: 3px solid #f92f01;
}

.kusodTop {
    padding: 38px 0;
}

.kusodTopInner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap;
}

.kusodBrandBlock {
    flex: 1 1 300px;
    min-width: 0;
}

.kusodBrandName {
    display: inline-block;
    font-family: 'DaredgeHeading', Arial, sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

.kusodBrandName:hover {
    color: #f92f01;
}

.kusodBrandTagline {
    margin: 0;
    font-family: 'DaredgeBody', Arial, sans-serif;
    font-size: 0.85rem;
    color: #999999;
    line-height: 1.5;
    max-width: 460px;
}

.kusodNavBlock {
    flex: 0 1 auto;
}

.kusodMenu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
}

.kusodMenu a {
    color: #ababab;
    text-decoration: none;
    font-family: 'DaredgeBody', Arial, sans-serif;
    font-size: 0.85rem;
    transition: color 0.2s;
}

.kusodMenu a:hover {
    color: #f92f01;
}

.kusodDivider {
    border: 0;
    border-top: 1px solid rgba(255,255,255,0.08);
    margin: 0;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.kusodBottom {
    padding: 16px 0;
}

.kusodBottomInner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
}

.kusodCopyright,
.kusodRights {
    margin: 0;
    font-family: 'DaredgeBody', Arial, sans-serif;
    font-size: 0.78rem;
    color: #999999;
}

@media (max-width: 640px) {
    .kusodTopInner {
        flex-direction: column;
    }
}

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

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

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

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

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

    .tnqsSearch {
        margin: 0;
        padding: 10px 20px;
    }
    .tnqsSearchInput {
        width: 100%;
    }

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

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

    .kusodMenu {
        justify-content: center;
    }

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

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

    .tnqsSitename {
        font-size: 1.15rem;
    }

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

    .wp-410517 h1 { font-size: 1.6rem; }
    .wp-410517 h2 { font-size: 1.35rem; }
    .wp-410517 h3 { font-size: 1.15rem; }

    .wp-410517 p {
        font-size: 0.95rem;
    }

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