.infoGrid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1px;gap:1px;width:100%;padding-bottom:1px;background-color:#fff}.infoGridCell{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:270px;padding:40px 64px;color:var(--grey800);box-shadow:0 0 0 1px #eaeaea;transition:background-color .3s ease,color .3s ease}.infoGridCell>svg{max-width:198px;max-height:75px;fill:#5d5d5d}.infoGridCell:hover{color:var(--primary600);cursor:pointer;background-color:rgba(112,200,255,.1)}.infoGridCell:hover>svg{fill:var(--primary600)}.infoGridCell--decorLeft:after{bottom:10%;left:-2px;width:3px;height:50%}.infoGridCell--decorBottom:after,.infoGridCell--decorLeft:after{position:absolute;z-index:7;content:"";background:var(--primary600,#70c8ff);border-radius:8px}.infoGridCell--decorBottom:after{right:10%;bottom:-2px;width:50%;height:3px}.infoGridCell--colSpan-1{grid-column:span 1}.infoGridCell--colSpan-2{grid-column:span 2}.infoGridCell--colSpan-3{grid-column:span 3}.infoGridCell--colSpan-4{grid-column:span 4}.infoGridCell--rowSpan-1{grid-row:span 1}.infoGridCell--rowSpan-2{grid-row:span 2}.infoGridCell--rowSpan-3{grid-row:span 3}.infoGridCell--rowSpan-4{grid-row:span 4}.infoGridCell--hideDesktop{display:none}@media(max-width:1440px){.infoGridCell{padding:40px 44px}}@media(max-width:980px){.infoGrid{grid-template-columns:repeat(3,1fr)}.infoGridCell{min-height:200px}.infoGridCell--colSpan-3{grid-column:span 2}.infoGridCell--colSpan-4{grid-column:span 3}.infoGridCell--hideDesktop{display:flex}.infoGridCell br,.infoGridCell--hideTablet{display:none}}@media(max-width:640px){.infoGrid{grid-template-columns:repeat(2,1fr)}.infoGridCell{min-height:136px;padding:20px 16px}.infoGridCell--decorLeft:after{position:absolute;bottom:-2px;left:10%;z-index:7;width:50%;height:3px}.infoGridCell--decorBottom:after{right:auto;bottom:10%;left:-2px;z-index:7;width:3px;height:50%}.infoGridCell--colSpan-2,.infoGridCell--colSpan-3,.infoGridCell--colSpan-4{grid-column:span 2}.infoGridCell--hideMobile{display:none}.infoGridCell .text{font-size:14px;font-weight:600;line-height:16px}}.sectionAboutUs{position:relative;overflow:hidden}.sectionAboutUs__grid{margin-bottom:-150px}.sectionAboutUs__title2{margin-left:44px}@media(max-width:992px){.sectionAboutUs__grid{margin-bottom:0}.sectionAboutUs__title2{margin-left:20px}}@media(max-width:640px){.sectionAboutUs{border-radius:10px 0 10px 10px}.sectionAboutUs__title2{margin-left:28px}}