/** region Sitemap */
.sitemap__table {
    padding: 0 2rem 2rem 2rem;
}
.sitemap__table .sitemap__title {
    margin: 2rem 0 1rem;
}
.sitemap__table .sitemap li {
    margin-bottom: 0.5rem;
    font-weight: 700;
    color: #00695d;
}
.sitemap__table .sitemap li::before {
    content: "";
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    background: url(../images/svg/circle-solid.svg) center no-repeat;
    background-size: contain;
    margin-right: 0.3rem;
    margin-bottom: -6px;
}
.sitemap__table .sitemap li a {
    width: 100%;
}
.sitemap__table .sitemap li a:hover {
    text-decoration: underline;
}
.sitemap__table .sitemap li ul li {
    color: #23395b;
    padding-left: 1rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
    width: 100%;
}
.sitemap__table .sitemap li ul li:first-of-type {
    margin-top: 0.5rem;
}
.sitemap__table .sitemap li ul li::before {
    content: "";
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    background: url(../images/svg/circle.svg) center no-repeat;
    background-size: contain;
    margin-right: 0.3rem;
    margin-bottom: -6px;
}
.sitemap__table .sitemap li ul li ul li {
    color: #23395b;
    padding-left: 2rem;
    margin-bottom: 0.5rem;
    font-weight: 400;
    width: 100%;
}
.sitemap__table .sitemap li ul li ul li:first-of-type {
    margin-top: 0.5rem;
}
.sitemap__table .sitemap li ul li ul li::before {
    content: "";
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    background: url(../images/svg/circle-light.svg) center no-repeat;
    background-size: contain;
    margin-right: 0.3rem;
    margin-bottom: -6px;
}
.sitemap__table .sitemap li ul li ul li ul li {
    color: #23395b;
    padding-left: 3rem;
    margin-bottom: 0.5rem;
    font-weight: 400;
    width: 100%;
}
.sitemap__table .sitemap li ul li ul li ul li:first-of-type {
    margin-top: 0.5rem;
}
.sitemap__table .sitemap li ul li ul li ul li::before {
    content: "";
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    background: url(../images/svg/circle-grid.svg) center no-repeat;
    background-size: contain;
    margin-right: 0.3rem;
    margin-bottom: -6px;
}
/** endregion Sitemap */

/** region Scroll-to-top */
.scroll-top {
    display: none;
    position: fixed;
    bottom: 18vh;
    right: 0;
    width: 64px;
    height: 64px;
    border: none;
    padding: 0;
    transform: rotate(90deg);
    background: rgba(30, 79, 102, 0.5) url(../images/svg/arrow-prev.svg) no-repeat center;
    opacity: 0.5;
    background-size: 36px;
    border-radius: 0 0 50% 50%;
    /*transition: all 2s ease;*/
    z-index: 100;
}
/** endregion Scroll-to-top */
