.products{background:#babcd7}.row{display:flex;flex-direction:column;gap:32px}.products .products-row{align-items:flex-start;display:flex;gap:32px;max-width:100%}.products .products-row .product-card{background:#604fed;cursor:pointer;display:flex;flex:1;flex-direction:column;padding:32px;position:relative;transition:.3s}.products .products-row .product-card .link-wrapper{height:100%;left:0;position:absolute;top:0;width:100%}.products .products-row.primary .product-card{background:#604fed}.products .products-row.primary .product-card:hover{background:#382aad}.products .products-row.umbra .product-card{background:#e4a48b}.products .products-row.umbra .product-card:hover{background:#cd7b5b}.products .products-row .product-card .sub-heading *{color:#d0d3eb;font-size:14px;line-height:20px;margin-bottom:16px}.products .products-row.primary .product-card .sub-heading *{color:#d0d3eb}.products .products-row.umbra .product-card .sub-heading *{color:#605269}.products .products-row .product-card .heading *{color:#e4a48b;font-size:36px;line-height:44px;margin-bottom:32px;word-break:break-word}.products .products-row.primary .product-card .heading *{color:#e4a48b;font-size:36px;line-height:44px}.products .products-row.umbra .product-card .heading *{color:#4f3ed8;font-size:30px;line-height:38px}.products .products-row .product-card .supporting-text *{color:#fff;font-size:20px!important;font-weight:400;line-height:30px!important;margin-bottom:0}.products .products-row.primary .product-card .supporting-text *{color:#d0d3eb;font-size:20px!important;line-height:30px!important}.products .products-row.umbra .product-card .supporting-text *{color:#302935;font-size:14px!important;font-weight:500;line-height:20px!important}.products .products-row .product-card .icon-wrapper{background:#e4a48b;height:40px;image-rendering:-webkit-optimize-contrast;margin-top:64px;width:-webkit-fill-available}.products .products-row.primary .product-card .icon-wrapper{background:#e4a48b}.products .products-row.umbra .product-card .icon-wrapper{background:#4f3ed8;margin-top:48px}@media(max-width:767px){.products .products-row{align-items:unset;flex-direction:column}.products .products-row .product-card .heading *{font-size:30px!important;line-height:38px!important}.products .products-row .product-card{padding:24px 16px}}