.solutions-grid{display:grid;gap:2rem;grid-template-columns:1fr}.solutions-grid .bento{--bento-cols:3;--bento-rows:8;aspect-ratio:var(--bento-cols)/var(--bento-rows);display:grid;gap:2rem;grid-template-columns:repeat(var(--bento-cols),1fr);grid-template-rows:repeat(var(--bento-rows),1fr);height:100%;max-height:1200px;width:100%}.solutions-grid .bento .solution{border-radius:3px;display:flex;flex-direction:column;height:100%;overflow:hidden;position:relative;transition:scale .2s ease-out}.solutions-grid .bento .solution a{color:var(--text-color);display:flex;flex-direction:column;height:100%}.solutions-grid .bento .solution .text-content{display:flex;flex:1;flex-direction:column;padding:2rem}.solutions-grid .bento .solution .read-more{align-items:center;color:var(--brand-auto-color);display:flex;font-size:14px;gap:1rem;margin-top:auto}.solutions-grid .bento .solution .read-more:after{background-color:currentColor;content:"";display:block;height:1rem;mask:url(../../css/build/images/icon-arrow-right.svg) no-repeat;mask-position:center;mask-size:contain;transition:all .26s ease-out;width:1rem}.solutions-grid .bento .solution:hover{scale:1.05}.solutions-grid .bento .solution:hover span:after{transform:translateX(.375rem)}.solutions-grid .bento .solution .icon{height:36px;width:fit-content}.solutions-grid .bento .solution .featured-image{display:none;flex:1;height:100%;object-fit:cover;width:100%}.solutions-grid .bento.layout-1{--blue-main:#bacdff;--blue-faded:#dbe5ff;--orange-main:#ffd9b8;--orange-faded:#ffecdc}.solutions-grid .bento.layout-1 .solution{background-color:var(--blue-main);grid-column:span 1;grid-row:span 2}.solutions-grid .bento.layout-1>:first-child{grid-column:span 1;grid-row:span 4}.solutions-grid .bento.layout-1>:first-child .featured-image{display:block}.solutions-grid .bento.layout-1>:nth-child(2){background-color:var(--orange-main)}.solutions-grid .bento.layout-1>:nth-child(3){grid-row:span 3}.solutions-grid .bento.layout-1>:nth-child(3) .featured-image{display:block;height:100%}.solutions-grid .bento.layout-1>:nth-child(4){background-color:var(--blue-faded)}.solutions-grid .bento.layout-1>:nth-child(5){background-color:var(--orange-faded);grid-row:span 3}.solutions-grid .bento.layout-1>:nth-child(5) a{flex-direction:row}.solutions-grid .bento.layout-1>:nth-child(5) .featured-image{display:block;height:100%}.solutions-grid .bento.layout-1>:nth-child(6){background-color:var(--orange-faded)}.solutions-grid .bento.layout-1>:nth-child(7){background-color:var(--orange-main)}.solutions-grid .bento.layout-1>:nth-child(8){grid-column:span 1;min-height:300px}@media(max-width:992px){.solutions-grid .bento.layout-1>:nth-child(8){min-height:0}}.solutions-grid .bento.layout-1>:nth-child(8) a{flex-direction:row}.solutions-grid .bento.layout-1>:nth-child(8) .featured-image{display:block;flex:1;height:100%}.solutions-grid .bento.layout-1>:nth-child(9){background-color:var(--orange-faded)}.solutions-grid .bento.layout-1>:nth-child(10){background-color:var(--blue-faded)}@media(max-width:992px){.solutions-grid .bento{--bento-cols:2;--bento-rows:auto;gap:1rem;grid-template-columns:1fr 1fr;grid-template-rows:unset}.solutions-grid .bento .solution{grid-column:unset!important;grid-row:unset!important}.solutions-grid .bento .solution .featured-image{display:none!important}}@media(max-width:639px){.solutions-grid .bento{grid-template-columns:1fr;max-height:unset}}