.hide-button{display:flex;align-items:center;justify-content:center;gap:8px;height:64px;width:100%;color:var(--Blue-purple);border-radius:4px;border:1px solid var(--Blue-purple-30)}.hide-button .arrow{transform:rotate(90deg);transition:.5s}.hide-button.open .arrow{transform:rotate(-90deg)}@property --gradient-bg-start{syntax:"<color>";initial-value:#fff;inherits:false}@property --gradient-bg-end{syntax:"<color>";initial-value:#fff;inherits:false}.features{padding-top:120px;padding-bottom:120px}.features-sidetext{position:sticky;top:96px}.features-sidetext h2{margin:24px 0}.features-sidetext .body1{max-width:360px;opacity:.6}.features-items{display:flex;gap:20px;flex-wrap:wrap}.features-items-mob-container{margin-top:20px;max-height:0;overflow:hidden;transition:max-height 1.5s ease}.features-items-mob-container.open{max-height:1500px;height:auto}.features-item{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 20px);border-radius:8px;border:1px solid var(--Grey);padding:24px;transition:box-shadow .5s}.features-item__icon{height:64px;width:64px;display:inline-block;padding:16px;border-radius:4px;background:var(--Light-Grey)}.features-item__icon img{height:32px;width:32px}.features-item__body{margin:24px 0}.features-item__body .body2{margin-top:12px;opacity:.6}.features-item__link{display:flex;align-items:center;gap:8px;color:var(--Blue-purple);transition:.5s}.features-item:hover{box-shadow:0 16px 48px -16px rgba(59,44,177,.16)}.features-item:hover .features-item__link{color:var(--Lavender)}@media screen and (max-width:639px){.features-item{flex:1 1 100%}}.features .hide-button{margin-top:32px}@media screen and (max-width:639px){.features{padding-top:64px;padding-bottom:40px}}