@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";:root{--fontBody: "Poppins", sans-serif;--fontHeading: "Poppins", sans-serif;--colorPrimary: #D20600;--colorSecondary: #B40500;--colorBlack: #2C2C2C;--colorGrey: #373737;--colorWhite: #fff;--colorPrimaryVals: 210, 6, 0;--colorSecondaryVals: 180, 5, 0;--colorGreyVals: 55, 55, 55;--wrapperWidth: 1360px;--internalWidth: 1240px;--blockMarginVertical: 3.75rem;--viewportWidth: calc(100vw - var(--scrollbarWidth));--marginTop: 0rem;--marginBottom: 2rem;--pFontSize: 16;--pLineHeight: 1.4;--extraFontSize: 20;--extraLineHeight: 1.4;--h1FontSize: 52;--h1LineHeight: 1;--h2FontSize: 40;--h2LineHeight: 1.1;--h3h4FontSize: 32;--h3h4LineHeight: 1.15;--h5h6FontSize: 24;--h5h6LineHeight: 1.2}@keyframes fadeInOut{0%{opacity:1}50%{opacity:0}100%{opacity:1}}@keyframes autoplayLine{from{width:0%}to{width:100%}}.explore-services{display:flex;flex-direction:column;gap:2.5rem}@media screen and (max-width: 978px){.explore-services{gap:1.875rem}}.explore-services .title span{font-size:2rem;font-weight:600;color:var(--colorBlack)}@media screen and (max-width: 978px){.explore-services .title span{font-size:1.5rem}}.explore-services .title span span{font-weight:700;color:var(--colorPrimary)}.explore-services .items{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:1.5rem}@media screen and (max-width: 1200px){.explore-services .items{grid-template-columns:1fr 1fr 1fr}}@media screen and (max-width: 768px){.explore-services .items{grid-template-columns:1fr 1fr;gap:1.25rem}}@media screen and (max-width: 560px){.explore-services .items{grid-template-columns:1fr}}.explore-services .items .item a{display:flex;flex-direction:column;position:relative;overflow:hidden;border-radius:0.75rem}.explore-services .items .item a .img{position:relative;padding-bottom:106%}@media screen and (max-width: 560px){.explore-services .items .item a .img{padding-bottom:0;height:14.375rem}}.explore-services .items .item a .img img{position:absolute;object-fit:cover;object-position:50% 50%;transform:scale(1.01);width:100%;height:100%;transition:transform .6s cubic-bezier(0.19, 1, 0.22, 1)}.explore-services .items .item a .text{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);padding:1.875rem 1.25rem;display:flex;align-items:flex-end;justify-content:space-between;gap:1.875rem}@media screen and (max-width: 1200px){.explore-services .items .item a .text{padding:1.25rem;gap:1.25rem}}.explore-services .items .item a .text span{color:#fff;text-align:left}.explore-services .items .item a .text svg{position:relative;left:0;flex-basis:1.125rem;min-width:1.125rem;transition:left .6s cubic-bezier(0.19, 1, 0.22, 1)}.explore-services .items .item a .text svg path{fill:var(--colorPrimary)}.explore-services .items .item a .text svg path:nth-of-type(2){fill:#fff}@media(hover: hover){.explore-services .items .item a:hover .img img{transform:scale(1.05)}.explore-services .items .item a:hover .text svg{left:0.1875rem}}
