.cropped-cards{margin:0 auto;max-width:1280px;padding:0}.cropped-cards__container{column-gap:32px;display:grid;grid-template-columns:1fr 2fr;height:100%;width:100%}.cropped-cards-v1__left{display:flex;flex-direction:column;justify-content:space-between;row-gap:32px}.cropped-cards-v1__subtitle{color:#ff40c1;font-size:32px;margin:0;width:100%}.cropped-cards-v1__title{color:#000;font-size:60px;margin:0}.cropped-cards__grid{display:flex;flex-wrap:wrap;gap:0}.cropped-cards__card-wrapper{background-color:#000;clip-path:polygon(0 0,calc(100% - 25px) 0,100% 25px,100% 100%,25px 100%,0 calc(100% - 25px));display:block;padding:2px;position:relative;transition:background-color .4s ease}.cropped-cards__card-wrapper:hover{background-color:#52debb}.cropped-cards__card{background-color:linen;clip-path:polygon(0 0,calc(100% - 25px) 0,100% 25px,100% 100%,25px 100%,0 calc(100% - 25px));height:100%;overflow:hidden;padding:32px;position:relative;text-align:left}.cropped-cards__plus{position:absolute;right:1rem;top:1rem;z-index:2}.cropped-cards__plus svg path{fill:#ff57bd}.cropped-cards__card-wrapper:hover .cropped-cards__plus svg path{fill:#52debb}.cropped-cards__card:before{background-color:#52debb;bottom:-100%;content:"";height:100%;left:0;position:absolute;transition:bottom .4s ease;width:100%;z-index:1}.cropped-cards__card-wrapper:hover .cropped-cards__card:before{background-color:#000;bottom:0}.cropped-cards__description,.cropped-cards__icon,.cropped-cards__label{background:transparent;position:relative;transition:color .3s ease;z-index:2}.cropped-cards__icon svg{display:block;height:40px;margin:0 0 20px;width:40px}.cropped-cards__icon svg path{stroke:#000;fill:#000}.cropped-cards__card-wrapper:hover .cropped-cards__icon svg path{stroke:#52debb;fill:#52debb}.cropped-cards__label{color:#163227;font-size:32px;font-weight:400;letter-spacing:0;line-height:100%;margin:0}.cropped-cards__description{color:#163227;opacity:0}.cropped-cards__description p:last-of-type{margin-bottom:0}.cropped-cards__card-wrapper:hover .cropped-cards__description,.cropped-cards__card-wrapper:hover .cropped-cards__label{color:#52debb;opacity:1}.cropped-cards__button-wrapper{background-color:#52debb;clip-path:polygon(0 0,calc(100% - 7px) 0,100% 7px,100% 100%,7px 100%,0 calc(100% - 7px));display:inline-block;margin:28px 0 0;padding:2px;position:relative;text-decoration:none;z-index:1}.cropped-cards__button{background-color:#000;clip-path:inherit;display:block;font-size:15px;font-weight:500;letter-spacing:0;line-height:20px;padding:6px 20px;text-align:center;text-decoration:none}.cropped-cards__button-text{color:#52debb}.cropped-cards__button-wrapper,.cropped-cards__description,.cropped-cards__icon,.cropped-cards__label{transition:all .4s ease}.cropped-cards__description,.cropped-cards__icon,.cropped-cards__label{transform:translateY(64px)}.cropped-cards__button-wrapper{opacity:0}.cropped-cards__card-wrapper:hover .cropped-cards__description,.cropped-cards__card-wrapper:hover .cropped-cards__icon,.cropped-cards__card-wrapper:hover .cropped-cards__label{transform:translateY(0)}.cropped-cards__card-wrapper:hover .cropped-cards__button-wrapper{opacity:1}@media (max-width:992px){.cropped-cards__container{grid-template-columns:1fr;row-gap:32px}.cropped-cards__left{flex-direction:column;row-gap:32px}.cropped-cards__card{padding:20px}.cropped-cards__label{font-size:16px}.cropped-cards__button{padding:6px 12px}}