* {
    box-sizing: border-box;
}

a * {
    color: inherit;
    pointer-events: none;
    text-decoration: none;
}

b {
    font-weight: 600;
}

nav#top-menu {
    background-color: #ffffff;
    color: #242424;
    z-index: 1000;
}

nav#top-menu a:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px;
}

.section {
    width: 1170px;
    max-width: 100%;
}

.circle {
    align-items: center;
    background-color: #fafafa;
    border-radius: 50%;
    box-shadow: 0 2px 2px #DEDEDE;
    color: #016498;
    display: flex;
    flex-shrink: 0;
    height: 46px;
    justify-content: center;
    width: 46px;
}

.circle * {
    line-height: 1;
    margin: 0;
    padding: 0;
}

.tag * {
    pointer-events: none;
}

form input[type="checkbox"] {
    transform: scale(1.25);
}

form label {
    line-height: 1;
}