.container-it-glossary-header {
    margin-top: 100px;
    margin-bottom: 100px;
    padding-left: 30px;
}

@media only screen and (max-width: 1440px) {
    .container-it-glossary-header {
        margin-top: 80px;
    }
}

@media only screen and (max-width: 768px) {
    .container-it-glossary-header {
        margin-top: 50px;
    }
}

.container-it-glossary-header h1 {
    margin-bottom: 40px;
}

@media only screen and (max-width: 1440px) {
    .container-it-glossary-header h1 {
        margin-bottom: 30px;
    }
}

.container-it-glossary-header p {
    font-size: var(--h4);
    line-height: var(--line-height--xl);
}

@media only screen and (max-width: 1440px) {
    .container-it-glossary-header p {
        font-size: var(--h4--large);
    }
}

@media only screen and (max-width: 768px) {
    .container-it-glossary-header p {
        font-size: var(--h4--desktop);
    }
}

.container-it-glossary-image {
    margin-top: 80px;
    text-align: center;
    position: relative;
}

@media only screen and (max-width: 768px) {
    .container-it-glossary-image {
        margin-bottom: 50px;
        margin-top: 20px;
    }
}

.container-it-glossary-image img {
    max-width: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

@media only screen and (max-width: 768px) {
    .container-it-glossary-image img {
        position: relative;
    }
}

.container-it-glossary-menu .container-menu {
    position: sticky;
    padding-bottom: 140px;
    top: 100px;
}

@media only screen and (max-width: 768px) {
    .container-it-glossary-menu .container-menu {
        padding-bottom: 26px;
    }
}

.container-it-glossary-menu .container-menu ul {
    columns: 2;
    column-gap: 20px;
    display: inline-block;
}

@media only screen and (max-width: 768px) {
    .container-it-glossary-menu .container-menu ul {
        columns: unset;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}

.container-it-glossary-menu .container-menu ul li {
    font-size: var(--p);
    line-height: var(--line-height--xl);
    opacity: 0.3;
    text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
    .container-it-glossary-menu .container-menu ul li {
        margin: 0 6px 24px;
    }
}

.container-it-glossary-menu .container-menu ul li.link {
    opacity: 1;
}

.container-it-glossary-menu .container-menu ul li a {
    color: var(--brand);
}

.container-it-glossary-menu .container-menu ul li a {
    text-decoration: none;
}

.glossary-letter {
    display: block;
    color: var(--orange);
    font-weight: var(--font_weight--semibold);
    line-height: var(--line-height--m);
    margin-bottom: 40px;
    margin-top: 70px;
    padding: 0 30px;
    text-transform: uppercase;
}

.glossary-letter:first-child {
    margin-top: 0;
}

@media only screen and (max-width: 1440px) {
    .glossary-letter {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .glossary-letter {
        margin-top: 20px;
        padding: 0 15px;
    }
}

.container-it-glossary-items {
    margin-bottom: 70px;
}

@media only screen and (max-width: 1440px) {
    .container-it-glossary-items {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .container-it-glossary-items {
        margin-bottom: 0;
    }
}

.container-it-glossary-item {
    margin-top: 100px;
}

@media only screen and (max-width: 1440px) {
    .container-it-glossary-item {
        margin-top: 80px;
    }
}

@media only screen and (max-width: 768px) {
    .container-it-glossary-item {
        margin-top: 50px;
    }
}

.glossary-item {
    padding: 0 30px;
    margin-bottom: 100px;
}

@media only screen and (max-width: 1440px) {
    .glossary-item {
        margin-bottom: 80px;
    }
}

@media only screen and (max-width: 768px) {
    .glossary-item {
        padding: 0 15px;
        margin-bottom: 50px;
    }
}

.glossary-item.highlight {
    background: var(--c_neutral--50);
    padding: 30px;
}

@media only screen and (max-width: 768px) {
    .glossary-item.highlight {
        padding: 30px 15px;
    }
}

.glossary-item dl dt {
    margin-bottom: 20px;
}

@media only screen and (max-width: 1440px) {
    .glossary-item dl dt {
        margin-bottom: 15px;
    }
}

.glossary-item dl dt h2,
.glossary-item dl dt h2 a {
    color: var(--brand);
    transition: color var(--translation_duration-slow);
}

.glossary-item dl dt h2 a:hover {
    color: var(--c_brand--500);
    text-decoration: none;
}

.glossary-item dl dt h3 {
    line-height: var(--line-height--m);
}

.glossary-item dl dd h2,
.glossary-item dl dd h3 {
    margin-bottom: 20px;
    font-size: var(--h4);
    line-height: var(--line-height--m);
}

.glossary-item dl dd p {
    line-height: var(--line-height--xl);
    margin-bottom: 20px;
}

@media only screen and (max-width: 1440px) {
    .glossary-item dl dd h2,
    .glossary-item dl dd h3 {
        font-size: var(--h4--large);
    }

    .glossary-item dl dd p {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 1280px) {
    .glossary-item dl dd h2,
    .glossary-item dl dd h3 {
        font-size: var(--h4--desktop);
    }
}

@media only screen and (max-width: 1024px) {
    .glossary-item dl dd h2,
    .glossary-item dl dd h3 {
        font-size: var(--h4--tablet);
    }
}

@media only screen and (max-width: 768px) {
    .glossary-item dl dd h2,
    .glossary-item dl dd h3 {
        font-size: var(--h4--mobile_landscape);
    }
}

@media only screen and (max-width: 460px) {
    .glossary-item dl dd h2,
    .glossary-item dl dd h3 {
        font-size: var(--h4--mobile_landscape);
    }
}

.glossary-item dl dd ol,
.glossary-item dl dd ul {
    margin-bottom: 30px;
    margin-left: 30px;
}

.glossary-item dl dd ol {
    list-style-type: decimal;
}

.glossary-item dl dd ul {
    margin-left: 10px;
}

.glossary-item dl dd ol li,
.glossary-item dl dd ul li {
    position: relative;
    padding-left: 10px;
}

.glossary-item dl dd ul li {
    padding-left: 30px;
}

@media only screen and (max-width: 1440px) {
    .glossary-item dl dd ul li {
        font-size: var(--p--large);
    }
}

@media only screen and (max-width: 1280px) {
    .glossary-item dl dd ul li {
        font-size: var(--p--desktop);
    }
}

@media only screen and (max-width: 1024px) {
    .glossary-item dl dd ul li {
        font-size: var(--p--tablet);
    }
}

@media only screen and (max-width: 768px) {
    .glossary-item dl dd ul li {
        font-size: var(--p--mobile_landscape);
    }
}

@media only screen and (max-width: 460px) {
    .glossary-item dl dd ul li {
        font-size: var(--p--mobile);
    }
}

.glossary-item dl dd ul li:before {
    content: '';
    display: block;
    left: 0;
    background: var(--orange);
    height: 7px;
    width: 7px;
    border-radius: 50%;
    position: absolute;
    top: 15px;
}

@media only screen and (max-width: 1440px) {
    .glossary-item dl dd ul li:before {
        top: 13px;
    }
}

@media only screen and (max-width: 1280px) {
    .glossary-item dl dd ul li:before {
        top: 11px;
    }
}

@media only screen and (max-width: 1024px) {
    .glossary-item dl dd ul li:before {
        top: 13px;
    }
}

@media only screen and (max-width: 460px) {
    .glossary-item dl dd ul li:before {
        top: 13px;
    }
}

.glossary-item dl dd p.see-also {
    font-size: 16px;
}

@media only screen and (max-width: 1440px) {
    .glossary-item dl dd p.see-also {
        font-size: 14px;
    }
}

.glossary-item dl dd p.see-also .separator:last-child {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .glossary-item dl dd p.see-also {
        font-size: 14px;
    }
}

.glossary-item dl dd p:last-child {
    margin-bottom: 0;
}

.glossary-item dl dd a {
    color: var(--brand);
    text-decoration: underline;
    text-underline-offset: 5px;
}
