.content-wrapper{height:100%}.content-wrapper,.content-wrapper>div{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.content-wrapper>div{row-gap:2rem;padding:3rem 1.3rem;box-sizing:border-box;max-width:110rem}.content-wrapper>div .text-wrapper{display:flex;flex-direction:column;align-items:center;row-gap:3rem;font-size:1.6rem;line-height:1.4;letter-spacing:-.03rem;color:#222}.content-wrapper>div .text-wrapper>div{display:flex;flex-direction:column;row-gap:.8rem;text-align:center}.content-wrapper>div .text-wrapper>button{width:100%;max-width:-moz-fit-content;max-width:fit-content}.content-wrapper>div>img{max-width:50rem}.card__skeleton{width:100%;height:200px;background:#eee;background:linear-gradient(110deg,#ececec 8%,#f5f5f5 18%,#ececec 33%);border-radius:1rem;background-size:200% 100%;animation:shine 1.5s linear infinite}@keyframes shine{to{background-position-x:-200%}}