.ServiceCard{background-color:rgba(var(--c-green-light),1);border:1px solid rgba(var(--c-green-light),1);border-radius:var(--border-radius-medium);display:flex;height:150px;overflow:hidden;padding:var(--spacing-24,24px);position:relative;transition:border-color .2s;z-index:0}.ServiceCard:before{background-color:rgba(var(--c-white),1);border-radius:100%;content:"";display:block;left:50%;opacity:0;padding-bottom:100%;position:absolute;top:50%;transform:translate(-50%,-50%) scale(.2);transition:transform .1s ease-out,opacity .05s ease-out,visibility .1s;visibility:hidden;width:100%;z-index:-1}@media (hover:hover){.ServiceCard:hover{border-color:rgba(var(--c-black),1)}.ServiceCard:hover:before{opacity:1;transform:translate(-50%,-50%) scale(1.41);visibility:visible}.ServiceCard:focus{border-color:rgba(var(--c-black),1)}.ServiceCard:focus:before{opacity:1;transform:translate(-50%,-50%) scale(1.41);visibility:visible}}.ServiceCard--inner{display:flex;flex-direction:column;height:100%;width:100%}.ServiceCard--link{height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.ServiceCard--icon{margin-bottom:var(--spacing-8,8px)}.ServiceCard--title{font-size:14px;line-height:1.2;margin-top:auto}@media (min-width:750px){.ServiceCard--title{font-size:14px}}@media (min-width:1280px){.ServiceCard--title{font-size:14px}}@media screen and (max-width:750px){.ServiceCard--title{line-height:1.2}}.ServiceCardsGrid{margin-left:auto;margin-right:auto;max-width:860px;max-width:calc(860px + var(--site-padding)*2);padding-left:var(--site-padding);padding-right:var(--site-padding)}.ServiceCardsGrid[data-compose=white]{margin-bottom:48px;margin-top:48px}@media screen and (min-width:750px){.ServiceCardsGrid[data-compose=white]{margin-top:calc(17.23077px + 4.10256vw)}}@media screen and (min-width:1920px){.ServiceCardsGrid[data-compose=white]{margin-top:96px}}@media screen and (min-width:750px){.ServiceCardsGrid[data-compose=white]{margin-bottom:calc(17.23077px + 4.10256vw)}}@media screen and (min-width:1920px){.ServiceCardsGrid[data-compose=white]{margin-bottom:96px}}.ServiceCardsGrid--title{font-size:24px;font-weight:700;line-height:1.4;margin-bottom:1em}@media (min-width:750px){.ServiceCardsGrid--title{font-size:calc(.75472vw + 18.33962px)}}@media (min-width:1280px){.ServiceCardsGrid--title{font-size:28px}}@media screen and (max-width:750px){.ServiceCardsGrid--title{line-height:1.2}}.ServiceCardsGrid--grid{display:grid;gap:var(--spacing-8,8px);grid-template-columns:repeat(2,1fr)}@media screen and (min-width:580px){.ServiceCardsGrid--grid{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:580px){.ServiceCardsGrid--item:last-child:nth-child(odd){grid-column:1/span 2}}
