body.blog {
    padding-top: 114px;
}

body.glossary .banner,
body.blog .banner {
    background-color: white;
}

.mobile-close,
.apply-mobile,
.filter-button {
    display: none;
}


.filter-container {
    display: flex;
    justify-content: center;
    position: relative;
    background-color: #fef8f4;
    padding: 50px;
    gap: 20px;
    border-radius: 20px;
    margin-bottom: 50px;
}

.filter-container .input-wrapper {
    width: 100%;
}

.filter-container .input-wrapper.select-wrapper {
    max-width: 310px;
    flex: 1;
}


.input-wrapper {
    position: relative;
    display: flex;
}

.select-wrapper:has(.isSelected) label,
.filter-wrapper:has(.isSelected)+label,
input:focus+label,
.input-wrapper.filled label,
.hidden-wrapper.filled label,
.input-wrapper.filled input:focus+label,
.input-wrapper.filled input:not(:focus)+label {
    top: -8px !important;
    left: 28px !important;
    font-size: 11px;
    color: #d5b39c;
    font-weight: normal;
    border-radius: 20px;
    background-image: linear-gradient(to top, var(--white), #fef8f4);
    padding: 0px 3px;
    z-index: 2;
    font-size: 11px;
    opacity: 1;
}

/* .input-wrapper:has(.isSelected) label {
    z-index: 0;
} */

.input-wrapper.filled label {
    top: -5px;
    font-size: 0.7rem;
    opacity: 0.3;
}


.blog .custom-select {
    height: auto;
    padding: 0;
    background: initial;
    border: 0;
    border-radius: 0;
    display: inline;
}

.blog .input-wrapper.select-wrapper .custom-select .placeholder {
    border: 1px solid #f2d2be;
    border-radius: 20px;
    padding: 13.5px 0;
    padding-left: 31px;
    color: #003535;
    cursor: pointer;
    z-index: 3;
    background-color: white;
    text-transform: none;
    color: #1c1c1c;
}

.blog .input-wrapper.select-wrapper .custom-select .placeholder,
.listing .filter-form .filter-input::placeholder {
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: left;
    color: #959595;
}

.blog .input-wrapper.select-wrapper .custom-select.open .placeholder {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.blog .input-wrapper.select-wrapper .custom-select .options-wrapper {
    border-left: 1px solid #f2d2be;
    border-right: 1px solid #f2d2be;
    border-bottom: 1px solid #f2d2be;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-top: 0px;
    padding-bottom: 10px;
    top: 20px;
    padding-right: 0;
    /* padding-left: 31px; */
    margin-top: -3px;
}

.blog .input-wrapper.select-wrapper .custom-select .options-wrapper .options div {
    font-size: 16px;
    font-weight: 300;
}

.blog .input-wrapper.select-wrapper .custom-select.has-reset .placeholder > div.reset {
    width: 7px;
    height: 20px;
    right: 31px;
    top: 0;
    overflow: visible;
}

.blog .input-wrapper.select-wrapper .custom-select.has-reset .placeholder>div.reset::before,
.blog .input-wrapper.select-wrapper .custom-select.has-reset .placeholder>div.reset::after {
    width: 6px;
    bottom: auto;
    height: 1px;
    transition: all .2s ease-in-out;
    background-color: #201d1c;
    left: 0;
}

.blog .input-wrapper.select-wrapper .custom-select:not(.has-reset) .placeholder::before {
    right: 21px;
    border-right: 1px solid #201d1c;
    border-bottom: 1px solid #201d1c;
}


.blog .input-wrapper.select-wrapper .custom-select.not-filled + .custom-select .placeholder {
    border-color: var(--warning);
}

.blog .input-wrapper.select-wrapper .custom-select.not-filled + .custom-select .options-wrapper {
    border-left: 2px solid var(--warning);
    border-right: 2px solid var(--warning);
    border-bottom: 2px solid var(--warning);
}

.blog .input-wrapper.select-wrapper .custom-select.has-reset .placeholder > div.reset::before {
    border-radius: 1px;
    transform-origin: 50%;
    left: -1px;
    transform: translateX(-25%) rotate(45deg);
    top: 9px;
}

.blog .input-wrapper.select-wrapper .custom-select.has-reset .placeholder > div.reset::after {
    border-radius: 1px;
    transform-origin: 50%;
    transform: translateX(25%) rotate(-45deg);
    top: 9px;
}


.blog .input-wrapper.select-wrapper  .custom-select.has-reset.isSelected .placeholder>div.reset::before {
    transform: translateX(-1px) rotate(45deg);
    opacity: 0.4;
}

.blog .input-wrapper.select-wrapper .custom-select.has-reset.isSelected .placeholder>div.reset::after {
    transform: translateX(-2px) rotate(-45deg);
    opacity: 0.4;
}

.blog .input-wrapper.select-wrapper .custom-select.has-reset.isSelected .placeholder>div.reset {
    height: 22px;
}

.blog .input-wrapper.select-wrapper .custom-select.has-reset.isSelected .placeholder>div.reset::after,
.blog .input-wrapper.select-wrapper .custom-select.has-reset.isSelected .placeholder>div.reset::before {
    height: 1px;
    width: 11px;
    bottom: unset;
}

.blog .input-wrapper.select-wrapper .custom-select .options {
    padding: 0;
    overflow: auto;
}

.blog .input-wrapper.select-wrapper .custom-select.open .options-wrapper,
.blog .input-wrapper.select-wrapper .custom-select.open .options {
    max-height: 250px;
    opacity: 1;
    top: 50px;
    /* text-transform: capitalize; */
    z-index: 3;
}

.blog .input-wrapper.select-wrapper .custom-select .options>div {
    padding: 5px 31px;
}

.blog .input-wrapper.select-wrapper .custom-select.isSelected .placeholder {
    border-color: #e38e60;
    color: #1a1a1a;
}

.blog .input-wrapper.select-wrapper .custom-select.isSelected.open .placeholder {
    border-bottom: 1px solid #e38e60;
}

.blog .input-wrapper.select-wrapper .custom-select.isSelected.open .options-wrapper {
    border-color: #e38e60;
    color: #1a1a1a;
}


.listing .filter-form {
    margin-top: 0;
    position: relative;
    flex: 1;
}

.listing .filter-form .filter-input {
    padding: 13px 0 14px 31px;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: left;
    color: #959595;
    outline: none;
    border-radius: 20px;
    position: relative;
    flex: 1;
    border: 1px solid #f2d2be;
    font-family: var(--font-family);
    transition: var(--transition);
    color: #1c1c1c;
}

.listing .filter-form .filter-input.has-value {
    border: 1px solid #e38e60;

}

.listing .filter-form span {
    right: 31px;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.listing .filter-form span::after {
    content: "";
    margin: auto;
    position: absolute;
    width: 14px;
    height: 14px;
    -webkit-mask-image: url(/assets/img/global/blog-search.svg);
    mask-image: url(/assets/img/global/blog-search.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: #201d1c;
    transition: var(--transition);
    opacity: 1;
    inset: 0;
}

.listing .filter-form span::before {
    content: "";
    margin: auto;
    position: absolute;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: #201d1c;
    transition: var(--transition);
    width: 9px;
    height: 9px;
    -webkit-mask-image: url(/assets/img/global/close-header.svg);
    mask-image: url(/assets/img/global/close-header.svg);
    opacity: 0;
    inset: 0;
}

.listing .filter-form:has(.has-value) span::before {
    opacity: 0.4;
}

.listing .filter-form:has(.has-value) span::after {
    opacity: 0;
}


/**********************************/
/*****  BLOG ARTICLE *****/
/**********************************/


.row:has(.blog-article) {
    --gap-h: 60px;
    --gap-v: 80px;
    justify-content: center;
}



.blog-article .img-blog {
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 20px;
    font-size: 0;
    isolation: isolate;
    transform: translateZ(0)
}

.blog-article .img-blog img {
    width: 100%;
    transition: var(--transition);
    height: 100%;
}

.blog-article .img-blog:hover img {
    transform: scale(1.10);
}

.blog-article .blog-bot-content {
    display: flex;
    flex-direction: column;
    margin-top: 28px;
}

.blog-article .blog-bot-content span {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.42;
    letter-spacing: normal;
    text-align: left;
    display: flex;
    color: #979696;
    gap: 10px;
}

.blog-article .blog-bot-content>a {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.42;
    letter-spacing: normal;
    color: #000;
    margin-top: 12px;
}

.blog-article .blog-bot-content>a:hover {
    color: var(--primary);
}

.blog-article .blog-bot-content span>a {
    color: var(--primary);
}

.blog-article .blog-bot-content span>a:hover {
    color: #000;
}

.blog-article .blog-bot-content span.date-mobile {
    display: none;
    margin-top: 5px;
}

@media (max-width: 992px) {

    .input-wrapper label,
    .listing .filter-form .filter-input,
    .blog .custom-select .placeholder,
    .listing .filter-form .filter-input::placeholder {
        font-size: 14px;
        line-height: 1.71;
    }

    .row:has(.blog-article) {
        --gap-h: 40px;
        --gap-v: 40px;
    }

    .blog-article .blog-bot-content span {
        font-size: 11px;
    }

    .blog-article .blog-bot-content>a {
        font-size: 18px;
        line-height: 1.54;
        margin-top: 0px;
    }

    .blog-article .blog-bot-content {
        margin-top: 18px;
    }

}

@media (max-width: 768px) {

    .blog .custom-select .options>div,
    .input-wrapper label,
    .listing .filter-form .filter-input,
    .blog .custom-select .placeholder,
    .listing .filter-form .filter-input::placeholder {
        font-size: 14px;
        line-height: 1.71;
        font-weight: 300;
        font-family: var(--font-family);
    }

    .blog .custom-select .placeholder {
        border: 1px solid #dddddd;
        border-radius: 10px;
        padding: 9.5px 0;
        padding-left: 21px;

    }

    .listing .filter-form .filter-input.has-value,
    .blog .custom-select.isSelected .placeholder {
        border: 1px solid #959595;
    }

    .blog .custom-select.has-reset .placeholder>div.reset {
        right: 21px;
    }

    .listing .filter-form span {
        right: 6px;
        width: 30px;
        height: 30px;
    }

    .filter-container .input-wrapper.select-wrapper:has(.custom-select.open) {
        z-index: 3;
    }


    .blog .custom-select .options-wrapper {
        padding-left: 21px;
    }

    .blog .custom-select.open .options-wrapper {
        top: 40px;
        border-left: 1px solid #dddddd;
        border-right: 1px solid #dddddd;
        border-bottom: 1px solid #dddddd;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .blog .custom-select.open.isSelected .options-wrapper {
        border-left: 1px solid #959595;
        border-right: 1px solid #959595;
        border-bottom: 1px solid #959595;
    }

    .blog .custom-select .options>div {
        color: #1c1c1c;
    }

    .listing .filter-form .filter-input {
        padding: 9px 0 10px 21px;
        border-radius: 10px;
        border: 1px solid #dddddd;
    }

    .blog .input-wrapper label {
        left: 21px;
        top: 11px;
    }

    .select-wrapper:has(.isSelected) label,
    .filter-wrapper:has(.isSelected)+label,
    input:focus+label,
    .input-wrapper.filled label,
    .hidden-wrapper.filled label,
    .input-wrapper.filled input:focus+label,
    .input-wrapper.filled input:not(:focus)+label {
        top: -9px !important;
        left: 21px !important;
        font-size: 11px;
        color: #959595;
        font-weight: normal;
        border-radius: 20px;
        background-image: none;
        background-color: white;
        padding: 0px 3px;
        z-index: 2;
        font-size: 11px;
        opacity: 1;
    }

    .blog-article .blog-bot-content span.date-desktop {
        display: none;
    }

    .blog-article .blog-bot-content span.date-mobile {
        display: block;
    }

    .mobile-close,
    .apply-mobile {
        display: block;
    }
    .apply-mobile .button span {
        pointer-events: none;
    }

    .blog .filter-container {
        position: fixed;
        transition: var(--transition);
        background-color: white;
        border-radius: 0;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        margin: 0;
        z-index: 5;
        flex-direction: column;
        padding: 60px 20px;
        width: 100vw;
        left: 0;
        right: 0;
        bottom: 95px;
        transform: translateY(50vh);
        opacity: 0;
        max-height: 350px;
        height: 100%;
    }

    .blog .filter-container.open {
        transform: translateY(0);
        opacity: 1;
    }

    .filter-container .input-wrapper.select-wrapper {
        max-width: 100%;
    }


    .blog .filter-button {
        position: fixed;
        bottom: 63px;
        left: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        z-index: 6;
        background-color: #919090;
        color: var(--white);
        font-size: 12px;
        font-weight: 500;
        letter-spacing: normal;
        height: 33px;
    }


    .blog:has(.filter-container.open) header {
        z-index: 4;
    }

    .blog:has(.filter-container.open) header.open {
        z-index: 12;
    }

    .blog .filter-button .icon {
        width: 11px;
        height: 14px;
    }

    .blog .filter-button .icon::before {
        position: absolute;
        content: "";
        width: 11px;
        height: 14px;
        background-color: white;
        -webkit-mask-image: url(/assets/img/simulador/filter-mobile.svg);
        mask-image: url(/assets/img/simulador/filter-mobile.svg);
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        display: block;
    }


    .blog .filter-container .mobile-close {
        width: 40px;
        height: 40px;
        right: 0px;
        top: 0px;
        transition: var(--transition);
        position: absolute;
        display: block;
    }

    .blog .filter-container .mobile-close::before {
        content: "";
        position: absolute;
        width: 9px;
        height: 10px;
        right: 10px;
        top: 10px;
        -webkit-mask-image: url(/assets/img/global/close-header.svg);
        mask-image: url(/assets/img/global/close-header.svg);
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        background-color: #bdbcbc;
        cursor: pointer;
        transition: var(--transition);
    }


}



/************************************/
/********** ARTICLE *****************/
/************************************/
.blog.article .blog-article-desc {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.42;
    letter-spacing: normal;
    text-align: left;
    color: #979696;
    margin-top: 30px;
    margin-bottom: 5px;
}

.blog.article .blog-article-desc a {
    color: var(--primary);
}

.blog.article .blog-article-desc a:hover {
    color: #000;
}

.article-banner img {
    border-radius: 20px;
    display: block;
}
.article-banner img.mobile-img {
    display: none;
}


.pagination-wrapper {
    margin: 80px auto 0;
}

.blog.article .pagination {
    background-color: #fef8f4;
}


.pagination {
    padding: 60px 70px;
    border-radius: 20px;
}

.pagination ul {
    margin: auto;
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.pagination ul li {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    color: #1a1a1a;
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    text-transform: uppercase;
    line-height: 1;
    transition: var(--transition);
    display: flex;
    align-items: center;
    gap: 9px;
}

.pagination ul li:not(.prev, .next):hover a {
    color: var(--primary);
}

.pagination ul li a {
    gap: 9px;
    display: flex;
    align-items: center;
}

.blog .listing .pagination ul li a {
    -webkit-mask-image: none;
    mask-image: none;
    background-color: unset;
    transform: unset;
    display: flex;
    align-items: center;
}

.pagination ul li.prev a::before {
    content: "";
    display: block;
    -webkit-mask-image: url(/assets/img/template/arrow_miniatura.svg);
    mask-image: url(/assets/img/template/arrow_miniatura.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--primary);
    height: 14px;
    width: 16px;
    transform: rotate(180deg);
    transition: var(--transition);
    margin-top: -1px;
}

.listing .pagination ul li.next.disabled a,
.listing .pagination ul li.prev.disabled a  {
    background-color: unset;
    opacity: 1;
}

.listing .pagination ul li.next.disabled a::after,
.listing .pagination ul li.prev.disabled a::before  {
    background-color: var(--primary);
    opacity: 0.2;
}

.pagination ul li.next a::after {
    content: "";
    display: block;
    -webkit-mask-image: url(/assets/img/template/arrow_miniatura.svg);
    mask-image: url(/assets/img/template/arrow_miniatura.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--primary);
    height: 14px;
    width: 16px;
    transition: var(--transition);
}

.pagination ul li.disabled {
    opacity: 0.6;
}

.pagination ul li.next:hover a::after {
    transform: translateX(5px);
}

.blog .listing .pagination ul li.prev:hover a::before,
.pagination ul li.prev:hover a::before {
    transform: rotate(180deg) translateX(5px);
}

.pagination ul li.disabled {
    cursor: default;
    pointer-events: none;
}

.related-section {
    margin-top: 80px;
}

.related-section h2 {
    font-size: 32px;
    font-weight: normal;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: center;
    color: #ff0d00;
    margin-bottom: 50px;
    display: block;
}

@media(max-width: 769px) {


    .article .banner .blog-article-desc>div>* {
        font-size: 13px;
    }

    .article .banner h1 {
        margin-bottom: 5px;
    }

    .article .banner .blog-article-desc {
        margin-top: 5px;
        font-size: 11px;
        line-height: 1.39;
    }

    .article .banner+.template>.template-module:first-of-type:has(img) .container {
        padding: 0;
    }

    .article .banner+.template>.template-module:first-of-type:has(img) .container img {
        border-radius: 0px;
    }
    .article .article-banner {
        margin-top: 10px;
    }
    .article .article-banner + .template {
        margin-top: 30px;
    }

    .article-banner img:not(.mobile-img) {
        display: none;
    }

    .article-banner img.mobile-img {
        display: block;
    }

    .pagination-wrapper {
        margin-top: 60px;
    }

    .pagination-wrapper .container.container-tmp{
        padding: 0;
    }

    .pagination {
        padding: 12px 20px;
        border-radius: 0;
    }

    .pagination ul li {
        font-size: 11px;
    }

    .pagination ul li.next a,
    .pagination ul li.prev a {
        width: 40px;
        height: 40px;
        justify-content: flex-start;
        align-items: center;
    }

    .pagination ul li.next a {
        justify-content: flex-end;
    }

    .pagination ul li a span{
        display: none;
    }

    .related-section {
        margin-top: 35px;
    }

    .related-section h2 {
        font-size: 20px;
        font-weight: 300;
        margin-bottom: 25px;

    }

    .related-section .row:has(.blog-article) {
        --gap-v: 25px;
    }
}





/********************************/
/*********** GLOSSARY ***********/
/********************************/

.glossary .banner {
    padding-bottom: 30px;
}

.glossary .banner + .template {
    margin-top: 0;
}

.glossary .container.container-tmp:has(.glossary-filter) {
    padding: 50px 0 11px;
    background-color: #fef8f4;
    border-radius: 20px;
    max-width: 1080px;
}

.glossary .input-wrapper.select-wrapper {
    max-width: 430px;
    margin: auto;
    padding: 0 20px;
}

.glossary .listing .items:has(.accordion) {
    border-inline: 0 solid #f0f0f0;
    border-radius: 0;
    padding: 0;
    margin-top: 80px;
}

.glossary .listing .items .accordion:first-of-type {
    border-top: 0px solid #f5f5f5;
}

.glossary .listing .items .accordion {
    border-top: 2px solid #f5f5f5;
}

.glossary .listing .accordion h3,
.glossary .listing .accordion .h3 {
    transition: var(--transition);
}

.glossary .listing .accordion:hover > div > h3,
.glossary .listing .accordion:hover > div > .h3 {
    color: var(--primary);
}

.glossary .listing .items .accordion.open > div {
    margin-top: 0;
}

.glossary .listing .items .accordion.active div > h1.h3, 
.glossary .listing .items .accordion.active div > h3 {
    color: var(--primary);
}

.glossary .listing .items .accordion.open .description {
    margin-top: 0;
}

.glossary .listing .items .accordion .container{
    padding: 0;
}

.glossary .listing .filter.glossary-filter {
    margin-top: 40px;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-inline: 20px;
}

.glossary .listing .filter.glossary-filter > div {
    
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    border: 0;
}

.glossary .listing .filter.glossary-filter > div.disabled {
    color: #e4bda5;
    pointer-events: none;
}

.glossary .listing .filter.glossary-filter > div.selected {
    color: var(--primary);
    cursor: default;
    pointer-events: none;

}


.glossary .listing .accordion .toggle::before,
.glossary .listing .accordion .toggle::after {
    height: 2px;
}

.glossary .listing .accordion .template-module .container > p:first-of-type,
.glossary .listing .accordion .template-module {
    margin-top: 10px;
}

.glossary .listing .accordion .description .listing.listing-button,
.glossary .listing .accordion .description .template-module {
    margin: 0 0 50px ;
}


.glossary .banner h2 {
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.94;
    text-align: center;
    color: var(--black);
    margin: 15px 0;
}

@media (min-width: 769px) {

    .glossary .filter.glossary-filter{
        max-width: 1020px;
        position: relative;
        width: 100%;
        padding: 0 20px;
        margin: auto;
    }
    .glossary .listing .filter.glossary-filter {
        overflow-x: auto;
        margin-top: 35px;
        margin-bottom: 25px;
        gap: 0px;
        padding-inline: 38px;
    }

    .glossary .listing .filter.glossary-filter > div:hover {
        color: var(--primary);
    }

}

@media (max-width: 769px) {

    .glossary .banner {
        padding-bottom: 20px;
    }

    .glossary .banner h2{
        font-size: 20px;
        font-weight: bold;
        margin-top: 5px;
        line-height: 1.5;
    }

    .glossary .template {
        margin-top: 30px;
    }

    .glossary .container.container-tmp:has(.glossary-filter) {
        padding: 30px 0 20px;
        border-radius: 0px;
    }

    .glossary .listing .filter.glossary-filter > div {
        font-size: 16px;
        line-height: 1;
    }

    .glossary .input-wrapper.select-wrapper .placeholder{
        border-radius: 10px;
        padding: 9px 16px 10px;
    }

    .glossary .custom-select .options-wrapper {
        top: 40px;
        padding-left: 16px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .glossary .custom-select .options-wrapper .options div {
        font-size: 14px;
        font-weight: 300;
    }

    .glossary .listing .items:has(.accordion) {
        margin-top: 20px;
    }

    .glossary .listing .accordion .description .template-module.module23,
    .glossary .listing .accordion .description .template-module.module22,
    .glossary .listing .accordion .description .template-module.module21,
    .glossary .listing .accordion .description .template-module.module19,
    .glossary .listing .accordion .description .template-module.module24 {
        margin-inline: -20px;
    }

    .glossary .listing .accordion .description .template-module.module22 .container.container-tmp,
    .glossary .listing .accordion .description .template-module.module21 .container.container-tmp {
        padding-inline: 20px;
    }

    .glossary .listing .accordion .description .listing.listing-button,
    .glossary .listing .accordion .description .template-module {
        margin: 0 0 35px;
    }
    .glossary .listing .accordion .description .template-module:first-of-type {
        margin: 20px 0 35px;
    }

    .glossary .template .listing .accordion > div:first-of-type > h1, 
    .glossary .template .listing .accordion > div:first-of-type > .h1, 
    .glossary .template .listing .accordion > div:first-of-type > h3, 
    .glossary .template .listing .accordion > div:first-of-type > .h3, 
    .glossary .template .listing .accordion > div:first-of-type > h2, 
    .glossary .template .listing .accordion > div:first-of-type > .h2  {
        font-size: 16px;
    }
}

