.skeleton-wrapper__content{width:100%;display:flex;flex-direction:column;flex-wrap:nowrap;overflow:hidden}.skeleton-wrapper__titles{width:100%;display:flex;justify-content:flex-start;align-items:center;gap:24px;margin-bottom:2rem;flex-wrap:nowrap}.skeleton-wrapper__title-item{width:25%;min-width:304px;height:2.75rem}.skeleton-wrapper__items{width:100%;display:flex;justify-content:space-between;gap:24px;flex-wrap:nowrap}.skeleton-wrapper__item{width:25%;min-width:304px;height:17rem}@media (max-width:62rem){.skeleton-wrapper__item{height:15.5rem}}.home-services__list{width:100%;display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:minmax(248px,auto);grid-gap:24px;gap:24px;margin:0 auto;place-items:baseline}.home-services__list-item{width:100%;display:flex;flex-direction:column;gap:16px;border-radius:24px;border:2px solid black;padding:1rem;height:100%}.home-services__list-item-header{display:flex;align-items:flex-start;justify-content:space-between;flex-direction:row-reverse;gap:8px}.home-services__list-item-header span{font-size:1.5rem;line-height:1.75rem;font-weight:400;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.home-services__list-item-header img{margin-top:3px;transform:rotate(-45deg)}.home-services__list-item-content{flex:1 1;display:flex;flex-direction:column;gap:16px;justify-content:space-between}.home-services__list-item-content span{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.home-services__list-item-link:focus{outline:3px solid #0073e6!important;outline-offset:2px}.home-services__list-item-link{position:relative;width:-moz-fit-content;width:fit-content;padding:1rem 2.5rem;border-radius:40px;background-color:black;color:white;overflow:hidden;z-index:1;transition:color .3s ease;display:inline-flex;align-items:center;text-decoration:none}.home-services__list-item-link:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(217deg,rgba(255,0,0,.8),rgba(255,0,0,0) 70.71%),linear-gradient(127deg,rgba(0,0,255,.8),rgba(0,0,255,0) 70.71%),linear-gradient(336deg,rgba(0,255,0,.8),rgba(0,255,0,0) 70.71%);background-color:white;background-size:200% 300%;animation:granimate 6s ease infinite;opacity:0;z-index:-1;transition:opacity .3s ease-in-out}.home-services__list-item-link:hover{color:black;border-color:transparent}.home-services__list-item-link:hover:before{opacity:1}@media (max-width:80rem){.home-services__list{grid-template-columns:repeat(2,1fr)}}@media (max-width:62rem){.home-services__list-item-header img{margin-top:0}}@media (max-width:48.25rem){.home-services__list{grid-template-columns:1fr}}@media (max-width:30rem){.home-services__list{grid-auto-rows:minmax(224px,auto)}.home-services__list-item{width:100%}.home-services__list-item-header span{font-size:1.25rem;line-height:1.5rem}.home-services__list-item-content{align-items:center}.home-services__list-item-content span{-webkit-line-clamp:3;font-size:.75rem}}