:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-9eefc34 */<style>
:root {
    --utande-navy: #1c2b5f;
    --utande-blue: #009ee1;
    --utande-orange: #f5a623;
    --utande-dark: #1f2937;
    --utande-grey: #6b7280;
    --utande-light-grey: #f4f6f8;
    --utande-border: #d9dee5;
    --utande-white: #ffffff;
}

.utande-sitemap,
.utande-sitemap * {
    box-sizing: border-box;
}

.utande-sitemap {
    padding: 70px 20px;
    background: var(--utande-white);
    color: var(--utande-dark);
    font-family:"Comfortaa", sans-serif;
}

.utande-sitemap__container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.utande-sitemap__header {
    margin-bottom: 40px;
    padding-bottom: 28px;
    border-bottom: 4px solid var(--utande-blue);
}

.utande-sitemap__eyebrow {
    display: block;
    margin-bottom: 8px;
    color: var(--utande-blue);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.utande-sitemap__header h1 {
    margin: 0 0 12px;
    color: var(--utande-navy);
    font-size: 42px;
    font-weight: 700;
    line-height: 1.15;
}

.utande-sitemap__header p {
    max-width: 720px;
    margin: 0;
    color: var(--utande-grey);
    font-size: 17px;
    line-height: 1.7;
}

.utande-sitemap__search {
    position: relative;
    max-width: 520px;
    margin-top: 24px;
}

.utande-sitemap__search svg {
    position: absolute;
    top: 50%;
    left: 16px;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    fill: var(--utande-blue);
}

.utande-sitemap__search input {
    width: 100%;
    height: 50px;
    padding: 0 18px 0 48px;
    border: 1px solid var(--utande-border);
    border-radius: 4px;
    outline: none;
    background: var(--utande-white);
    color: var(--utande-dark);
    font-size: 15px;
}

.utande-sitemap__search input:focus {
    border-color: var(--utande-blue);
    box-shadow: 0 0 0 3px rgba(0, 158, 225, 0.12);
}

.utande-sitemap__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: start;
}

.sitemap-card {
    min-height: 100%;
    padding: 24px;
    border: 1px solid var(--utande-border);
    border-top: 4px solid var(--utande-navy);
    border-radius: 3px;
    background: var(--utande-white);
}

.sitemap-card:hover {
    border-top-color: var(--utande-blue);
}

.sitemap-card__icon {
    display: none;
}

.sitemap-card h2 {
    margin: 0 0 16px;
    color: var(--utande-navy);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}

.sitemap-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sitemap-card li {
    border-top: 1px solid #edf0f3;
}

.sitemap-card li:first-child {
    border-top: 0;
}

.sitemap-card a {
    position: relative;
    display: block;
    padding: 11px 8px 11px 18px;
    color: var(--utande-dark);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
}

.sitemap-card a::before {
    content: "";
    position: absolute;
    top: 18px;
    left: 2px;
    width: 6px;
    height: 6px;
    background: var(--utande-blue);
}

.sitemap-card a:hover {
    color: var(--utande-blue);
    background: var(--utande-light-grey);
}

.utande-sitemap__empty {
    margin-top: 30px;
    padding: 30px;
    border: 1px solid var(--utande-border);
    background: var(--utande-light-grey);
    text-align: center;
}

.utande-sitemap__empty h3 {
    margin: 0 0 8px;
    color: var(--utande-navy);
    font-size: 22px;
}

.utande-sitemap__empty p {
    margin: 0;
    color: var(--utande-grey);
}

@media (max-width: 1024px) {
    .utande-sitemap__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .utande-sitemap {
        padding: 50px 15px;
    }

    .utande-sitemap__header h1 {
        font-size: 34px;
    }

    .utande-sitemap__grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .sitemap-card {
        padding: 20px;
    }
}
</style>/* End custom CSS */