html{scroll-padding-top:calc(var(--header-height) + 205px)}@media only screen and (min-width:768px)and (max-width:1239px){html{scroll-padding-top:calc(var(--header-height) + 240px)}}.cy-glossary-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:40px}@media only screen and (min-width:768px){.cy-glossary-wrapper{gap:60px}}@media only screen and (min-width:1240px){.cy-glossary-wrapper{gap:40px}}.cy-glossary__sticky{-webkit-box-orient:vertical;-webkit-box-direction:normal;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:30px;padding:10px 0;position:sticky;top:var(--header-fixed-height);-webkit-transition:top .3s ease-in-out;transition:top .3s ease-in-out}@media only screen and (min-width:768px){.cy-glossary__sticky{gap:40px}}.cy-glossary__s-form{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px}.cy-glossary__s-form .search{width:100%}@media only screen and (min-width:1240px){.cy-glossary__s-form .search{max-width:414px}}.cy-glossary__s-form input{line-height:22px;padding-bottom:17px;padding-top:17px}.cy-glossary__s-form-result:has(.keyword:empty){display:none}.cy-glossary__letter-btns{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;margin:0 -20px;overflow:auto;padding:0 20px;scrollbar-width:none}.cy-glossary__letter-btns:-webkit-scrollbar{display:none}@media only screen and (min-width:768px){.cy-glossary__letter-btns{-ms-flex-wrap:wrap;flex-wrap:wrap}}.cy-glossary__letter-btn{-ms-flex-negative:0;background-color:#f2f2fc;border-radius:10px;color:#5617fe;flex-shrink:0;height:50px;line-height:50px;overflow:hidden;text-align:center;text-overflow:ellipsis;-webkit-transition:.15s ease-out;transition:.15s ease-out;white-space:nowrap;width:48px}@media only screen and (min-width:768px){.cy-glossary__letter-btn{width:44px}}@media only screen and (min-width:1240px){.cy-glossary__letter-btn{width:40px}}.cy-glossary__letter-btn[data-active="1"]{background-color:#5617fe;color:#fff}@media(hover:hover){.cy-glossary__letter-btn:hover{background-color:#5617fe;color:#fff}}.cy-glossary__letter-btn.disabled{background-color:#f2f2fc;color:rgba(86,23,254,.3);pointer-events:none}.cy-glossary__posts-groups{gap:60px}.cy-glossary__posts-group,.cy-glossary__posts-groups{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.cy-glossary__posts-group{gap:30px}.cy-glossary__posts-group:not(:has(.cy-glossary__post:not([hidden]))){display:none}.cy-glossary__post{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:6px}.cy-glossary__post:not([hidden]){display:-webkit-box;display:-ms-flexbox;display:flex}a.cy-glossary__post-title span{vertical-align:middle}a.cy-glossary__post-title svg{display:inline-block;margin-left:10px;vertical-align:middle}.cy-glossary__post-description p{font:inherit}.cy-glossary__post a{color:#5617fe;-webkit-transition:.15s ease-out;transition:.15s ease-out}.cy-glossary__post a:hover{color:#160082}.cy-glossary__post a:hover svg path{stroke:#160082}