@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%}}.feature{position:relative;overflow:hidden;background:var(--colorSecondary);display:grid;grid-template-columns:1fr 1fr;border-radius:1rem;min-height:25rem}@media screen and (max-width: 768px){.feature{grid-template-columns:1fr}}.feature .text{position:relative;padding:3.75rem;display:flex;flex-direction:column;justify-content:center}@media screen and (max-width: 1200px){.feature .text{padding:2.5rem}}@media screen and (max-width: 768px){.feature .text{padding:1.875rem}}.feature .text .feature-bg{position:absolute;top:0;left:0;bottom:0;width:100%}@media screen and (max-width: 768px){.feature .text .feature-bg{display:none}}.feature .text .feature-bg img{width:100%;height:100%}.feature .text *{position:relative;color:#fff}.feature .text *:last-child{margin:0}.feature .text .link1,.feature .text .link2{background:#fff;color:var(--colorBlack) !important}@media(hover: hover){.feature .text .link1:hover,.feature .text .link2:hover{background:var(--colorBlack);color:#fff !important}}.feature .img{position:relative;overflow:hidden}@media screen and (max-width: 768px){.feature .img{padding-bottom:66.67%}}.feature .img img{position:absolute;object-fit:cover;object-position:50% 50%;transform:scale(1.01);width:100%;height:100%}
