@keyframes home-page-welcome-reveal{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.home-page-content_hidden{visibility:hidden}.home-page-content_reveal{animation:home-page-welcome-reveal .75s cubic-bezier(.22,1,.36,1) both}.home-rating-block{width:100%;border-radius:12px;background:rgba(252,252,252,.04);border:1px solid rgba(252,252,252,.2);backdrop-filter:blur(40px);padding:16px}.home-rating-block__title{font-size:20px;font-weight:700;color:#fcfcfc;line-height:1.2}.home-rating-block__list{display:flex;flex-direction:column;gap:8px;margin-top:12px}.home-info-card{flex:1;height:51px}.home-info-card_full{width:100%;flex:none;border:none;font-family:inherit;cursor:pointer;transition:opacity .2s ease}.home-info-card_full:hover{opacity:.88}.home-info-card{border-radius:12px;background:rgba(252,252,252,.04);border:1px solid rgba(252,252,252,.2);backdrop-filter:blur(40px);display:flex;align-items:center;padding:0 16px}.home-info-card__text{font-size:16px;font-weight:700;color:#fcfcfc;line-height:1.2}.home-info-card__text_disabled{color:#6e6d6d;cursor:not-allowed;pointer-events:none}