@charset "utf-8";.Section__cards{display:grid;grid-template-columns:repeat(4,calc((100% - var(--column-gap) * 3) / 4));grid-gap:var(--column-gap)}.Section__cards-column{display:grid;grid-template-columns:100%;grid-gap:var(--column-gap)}.Section__card{display:block;position:relative}.Section__card-in{position:relative;z-index:1;border-radius:8px;box-sizing:border-box;padding-bottom:calc(100% / 157 * 100)}.Section__card--white .Section__card-in{border:1px solid #C3C8CE;background-color:#FFFFFF}.Section__card--yellow .Section__card-in{border:1px solid #FFDE00;background-color:#FFDE00}.Section__card--black .Section__card-in{border:1px solid #101010;background-color:#101010}.Section__card-logo{display:block;position:absolute;top:50%;left:50%;z-index:1;transform:translate(-50%,-50%);width:100%;height:auto;max-width:100%;max-height:120px;padding:0 20px;box-sizing:border-box}.Section__card--main .Section__card-logo{max-height:80px}.Section__card--descriptor .Section__card-logo{max-height:50px}.Section__button{display:flex;font-family:'RF Dewi Extended'!important;padding:12px 20px;border-radius:44px;width:fit-content;height:44px;border:1px solid;border-color:#666C72;box-sizing:border-box;color:#666C72;font-size:16px;font-weight:600;line-height:20px;cursor:pointer;user-select:none;transition:border-color .2s,color .2s;margin-top:80px}.Section__button:hover,.Section__button:active{border-color:#101010;color:#101010}.Section__button svg{display:block;width:20px;height:20px;flex-shrink:0}.Section__button>* + *{margin-left:8px}.Section__card-button .Text{transform:translateY(-1px)}@media (max-width:1660px){.Section__card-in{padding-bottom:calc(100% / 147 * 95)}}@media (max-width:732px){.Section__cards{grid-template-columns:100%}.Section__card-in{padding-bottom:calc(100% / 164 * 95)}.Section__card-logo{max-height:68px;padding:0 16px}.Section__card--main .Section__card-logo{max-height:80px}.Section__card--descriptor .Section__card-logo{max-height:50px}.Section__button{margin-top:calc(24px - 32px);margin-bottom:32px}}