.cy-frameworks-list-section-grid{gap:10px 41px;display:grid;grid-template-columns:repeat(3, 1fr);height:274px;overflow:hidden;transition:height .8s ease}@media only screen and (max-width: 992px){.cy-frameworks-list-section-grid{grid-template-columns:1fr 1fr}}@media only screen and (max-width: 576px){.cy-frameworks-list-section-grid{grid-template-columns:1fr}}.cy-frameworks-list-section-grid__item{gap:10px;display:flex;flex-direction:row;align-items:center;padding:15px 19px;border-radius:6px;background-color:var(--cy-c__sand-1);transition:opacity .3s ease,background-color ease .3s}.cy-frameworks-list-section-grid__item[href]{text-decoration:none;color:inherit}.cy-frameworks-list-section-grid__item[href]:hover,.cy-frameworks-list-section-grid__item[href]:focus,.cy-frameworks-list-section-grid__item[href]:active,.cy-frameworks-list-section-grid__item[href]:visited{text-decoration:none;color:inherit}.cy-frameworks-list-section-grid__item[href]:hover,.cy-frameworks-list-section-grid__item[href]:focus{background-color:rgba(0,179,242,.15)}.cy-frameworks-list-section-grid__item:nth-of-type(4),.cy-frameworks-list-section-grid__item:nth-of-type(5),.cy-frameworks-list-section-grid__item:nth-of-type(6){opacity:.8}.cy-frameworks-list-section-grid__item:nth-of-type(7),.cy-frameworks-list-section-grid__item:nth-of-type(8),.cy-frameworks-list-section-grid__item:nth-of-type(9){opacity:.5}.cy-frameworks-list-section-grid__item:nth-of-type(10),.cy-frameworks-list-section-grid__item:nth-of-type(11),.cy-frameworks-list-section-grid__item:nth-of-type(12){opacity:.3}.cy-frameworks-list-section-grid__item:nth-of-type(n+13){opacity:0}.cy-frameworks-list-section-grid__item svg{fill:inherit;stroke:inherit}.cy-frameworks-list-section .cy-btn{margin:51px auto 0px;display:block;width:fit-content;cursor:pointer;transition:all .3s ease}