.__solution-card{box-sizing:border-box;background-color:#fff;border:1px solid #dfe1e6;border-radius:8px;flex-direction:column;align-items:flex-start;gap:1rem;width:100%;height:100%;min-height:730px;padding:2rem;display:flex}.__solution-card .__solution-card-image{background-color:#97a0af;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:100%;height:325px;min-height:325px;display:flex;overflow:hidden}.__solution-card .__solution-card-image img{object-fit:cover;border-radius:8px;width:100%;height:100%;display:block}.__solution-card .__solution-card-icon-title{flex-direction:column;flex-shrink:0;align-items:flex-start;gap:1rem;width:100%;display:flex}.__solution-card .__solution-card-icon{border-radius:8px;justify-content:center;align-items:center;width:50px;height:48px;display:flex}.__solution-card .__solution-card-icon img{object-fit:contain;width:100%;height:100%}.__solution-card .__solution-card-title{color:#2a2a2a;letter-spacing:0%;margin:0;font-family:Inter,sans-serif;font-size:1.5rem;font-weight:600;line-height:32px}.__solution-card .__solution-card-tags{flex-wrap:wrap;flex-shrink:0;gap:.5rem;width:100%;display:flex}.__solution-card .__solution-card-category{border:2px solid #196cfa1a;border-radius:8px;justify-content:center;align-items:center;padding:0 .5rem;display:flex}.__solution-card .__solution-card-category .__solution-card-category-text{color:#2f45dc;letter-spacing:0%;text-align:center;text-transform:capitalize;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;line-height:28px}.__solution-card .__solution-card-description{color:#42526e;letter-spacing:0%;-webkit-line-clamp:4;line-clamp:4;text-overflow:ellipsis;-webkit-box-orient:vertical;flex:1;min-height:0;margin:0;font-family:Inter,sans-serif;font-size:1rem;font-weight:400;line-height:28px;display:-webkit-box;overflow:hidden}.__solution-card .__solution-card-divider{border:1px solid #eeecec;width:100%;margin:0}.__solution-card .__solution-card-action{color:#05357f;letter-spacing:0%;text-transform:uppercase;flex-shrink:0;align-self:flex-start;align-items:center;min-width:auto;margin-top:auto;padding:0;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;line-height:normal;display:inline-flex}.__solution-card .__solution-card-action:hover{background-color:#0000}.__solution-card .__solution-card-action img{vertical-align:middle;width:10.67px;height:10.67px;margin-left:.5rem}@media (max-width:1200px){.__solution-card{gap:.88rem;height:100%;min-height:670px;padding:1rem}.__solution-card .__solution-card-image{width:100%;height:325px}.__solution-card .__solution-card-icon{width:50px;height:48px}.__solution-card .__solution-card-title{font-size:1.5rem;line-height:32px}.__solution-card .__solution-card-category{padding:.25rem .63rem}.__solution-card .__solution-card-category .__solution-card-category-text{font-size:.875rem;line-height:18px}.__solution-card .__solution-card-description{font-size:1rem;line-height:26px}.__solution-card .__solution-card-action{text-transform:uppercase;font-size:1rem;font-weight:500}}@media (max-width:900px){.__solution-card{gap:.75rem;height:100%;min-height:630px}.__solution-card .__solution-card-image{width:100%;height:325px}.__solution-card .__solution-card-icon{width:50px;height:48px}.__solution-card .__solution-card-title{font-size:1.5rem;line-height:32px}.__solution-card .__solution-card-category{padding:.25rem .63rem}.__solution-card .__solution-card-category .__solution-card-category-text{font-size:.75rem;line-height:16px}.__solution-card .__solution-card-description{font-size:.875rem;line-height:24px}.__solution-card .__solution-card-action{text-transform:uppercase;font-size:1rem;font-weight:500}}@media (max-width:600px){.__solution-card{gap:.75rem;height:100%;min-height:630px}.__solution-card .__solution-card-image{width:100%;height:325px}.__solution-card .__solution-card-icon{width:50px;height:48px}.__solution-card .__solution-card-title{font-size:1.5rem;line-height:32px}.__solution-card .__solution-card-category{padding:.25rem .5rem}.__solution-card .__solution-card-category .__solution-card-category-text{font-size:.75rem;line-height:16px}.__solution-card .__solution-card-description{font-size:.875rem;line-height:22px}.__solution-card .__solution-card-action{text-transform:uppercase;font-size:1rem;font-weight:500}}
.watch-in-action-modal{background-color:#fff;border-radius:8px;outline:none;width:min(100% - 2rem,480px);max-height:calc(100vh - 2rem);padding:2rem;position:absolute;top:50%;left:50%;overflow-y:auto;transform:translate(-50%,-50%);box-shadow:0 1rem 3rem #4242423d}.watch-in-action-modal--video{width:min(100% - 2rem,960px)}.watch-in-action-modal__header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.watch-in-action-modal__header h2{color:#2a2a2a;font-family:var(--font-barlow-semi-condensed),serif;margin:0;font-size:1.75rem;font-weight:600;line-height:36px}.watch-in-action-modal__close.MuiIconButton-root{color:#2a2a2a;border-radius:50%;width:2.25rem;height:2.25rem;transition:background-color .2s,border-radius .2s}.watch-in-action-modal__close.MuiIconButton-root:hover{background-color:#42424214;border-radius:50%}.watch-in-action-modal__form{gap:1rem;display:grid}.watch-in-action-modal__submit.MuiButton-root{background-color:#196cfa;border-radius:8px;justify-self:start;padding:.75rem 1.25rem;font-family:Inter,sans-serif;font-weight:600}.watch-in-action-modal__video{aspect-ratio:16/9;object-fit:contain;background-color:#424242;border-radius:8px;width:100%;height:auto;max-height:70vh;display:block}.watch-in-action-modal__book-demo.MuiButton-root{color:#196cfa;border:1px solid #196cfa;border-radius:8px;justify-self:center;margin-top:1.25rem;padding:.75rem 1.25rem;font-family:Inter,sans-serif;font-weight:600;display:flex}.watch-in-action-modal__book-demo.MuiButton-root:hover{background-color:#196cfa14}@media (max-width:600px){.watch-in-action-modal{padding:1.5rem}}
.__solutions-in-focus-container{background-color:#f2f7ff;width:100%;height:auto}.__solutions-in-focus-container .section-align{padding:1.25rem 6.25rem 5rem}.__solutions-in-focus-container .section-align .__main-wrap{flex-direction:column;gap:1rem;display:flex}.__solutions-in-focus-container .section-align .__main-wrap .__title-wrap .__solutions-title{color:#196cfa;font-family:var(--font-barlow-semi-condensed),serif;text-transform:uppercase;background:linear-gradient(271deg,#113f91 82.4%,#196cfa 100.08%);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;margin:0;font-size:2rem;font-weight:600;line-height:60px}.__solutions-in-focus-container .section-align .__main-wrap .__solutions-grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:1.5rem;display:grid}@media (max-width:1200px){.__solutions-in-focus-container{background-position:0}.__solutions-in-focus-container .section-align{padding:1rem}.__solutions-in-focus-container .section-align .__main-wrap{gap:2.5rem}.__solutions-in-focus-container .section-align .__main-wrap .__title-wrap .__solutions-title{font-size:2.25rem;line-height:48px}.__solutions-in-focus-container .section-align .__main-wrap .__solutions-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}@media (max-width:900px){.__solutions-in-focus-container .section-align{background-image:none;padding:2.5rem 1.5rem}.__solutions-in-focus-container .section-align .__main-wrap{gap:2rem}.__solutions-in-focus-container .section-align .__main-wrap .__title-wrap .__solutions-title{font-size:2rem;line-height:40px}.__solutions-in-focus-container .section-align .__main-wrap .__solutions-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width:600px){.__solutions-in-focus-container{background-image:none}.__solutions-in-focus-container .section-align{padding:1rem 1rem 2rem}.__solutions-in-focus-container .section-align .__main-wrap{gap:1.5rem}.__solutions-in-focus-container .section-align .__main-wrap .__title-wrap .__solutions-title{font-size:1.5rem;line-height:32px}.__solutions-in-focus-container .section-align .__main-wrap .__solutions-grid{grid-template-columns:1fr;gap:1rem}}
