:root{--colour-off-black:#1f1f1f;--colour-sky-blue:#40c7ff;--colour-warm-beige:#ebe7e0;--colour-lavender:#cf95ff;--colour-muted-lime:#b8d55b;--colour-muted-orange:#fab25c;--colour-muted-orange-rgb:250,178,92;--colour-beige-darkest:#e9e4dc;--colour-beige-darker:#ebe7e0;--colour-beige-dark:#faf8f8;--colour-beige:#f6f4f4;--colour-green:#00ad74;--font-display:degular-display,sans-serif;--font-body:dm-sans,sans-serif;--colour-accent-default:var(--colour-muted-orange);--colour-text-base:var(--colour-off-black);--colour-text-base-rgb:31,31,31;--colour-bg-primary:var(--colour-beige);--colour-bg-primary-dark:var(--colour-beige-dark);--colour-bg-secondary:var(--colour-beige-darker);--colour-bg-secondary-rgb:235,231,224;--colour-footer-bg:var(--colour-off-black);--colour-footer-text:#fff;--colour-btn-primary-background:#fdc314;--colour-btn-primary-foreground:#000;--colour-btn-primary-background--hover:#ffd24c;--colour-btn-secondary-background:var(--colour-off-black);--colour-btn-secondary-foreground:#fff;--colour-btn-secondary-background--hover:#454545;--colour-btn-null-background:#ededed;--colour-btn-null-foreground:rgba(0,0,0,.4);--theme-colour:var(--colour-accent-default);--theme-colour-rgb:var(--colour-muted-orange-rgb);--text-xs:12px;--text-sm:14px;--text-base:16px;--text-lg:18px;--text-xl:20px;--text-2xl:24px;--text-3xl:30px;--text-4xl:36px;--text-5xl:45px;--text-6xl:60px;--text-7xl:70px;--text-8xl:95px;--text-9xl:120px;--text-body:clamp(1rem,0.9536rem + 0.1905vw,1.125rem);--text-title:clamp(2.25rem,2.0411rem + 0.8571vw,2.8125rem);--text-subtitle:clamp(1.25rem,1.0179rem + 0.9524vw,1.875rem);--mpc-colour-dark-navy:#132045;--mpc-colour-deep-blue:#1c3887;--mpc-colour-cool-grey:#eaeaea;--mpc-colour-dark-grey:#cfcfcf;--mpc-colour-bright-cyan:#0ecfc6;--mpc-colour-bright-purple:#7e39ff;--mpc-colour-royal-purple:#512c95;--mpc-colour-soft-lavendar:#a687e0;--mpc-colour-btn-primary-background:var(--mpc-colour-bright-cyan);--mpc-colour-btn-primary-background--hover:#65e4de;--mpc-colour-btn-primary-foreground:var(--mpc-colour-dark-navy);--mpc-colour-btn-secondary-background:#151515;--mpc-colour-btn-secondary-background--hover:#454545;--mpc-colour-btn-secondary-foreground:#fff;--mpc-colour-btn-null-background:var(--mpc-colour-dark-grey);--mpc-colour-footer-bg:var(--mpc-colour-dark-navy);--mpc-colour-footer-text:#fff;--mpc-border-radius:30px}.steps{background-color:var(--colour-bg-primary)}.steps__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:50px;padding-bottom:50px;padding-top:50px}@media (min-width:1024px){.steps__inner{padding-bottom:100px;padding-top:100px}}.steps__inner--no-top-pad{padding-top:0}.steps__inner--no-bot-pad{padding-bottom:0}.steps__text-block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:15px;text-align:center;z-index:1}@media (min-width:1024px){.steps__text-block{gap:20px}}.steps__description{max-width:670px}@media (min-width:1024px){.steps__cta{margin-top:10px}}.steps__cards{max-width:100%}.steps__cards .swiper-wrapper{min-width:0}@media (min-width:1024px){.steps__cards .swiper-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;gap:20px}}.steps__cards .swiper-slide{height:auto}@media (min-width:1024px){.steps__cards .swiper-slide{-webkit-box-flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;max-width:350px;width:auto}}.steps .swiper-pagination{margin-top:30px}@media (min-width:1024px){.steps .swiper-pagination{display:none}}.steps-card{background-color:var(--theme-colour);border-radius:30px;height:100%;margin-left:auto;margin-right:auto;max-width:350px;overflow:hidden;padding-left:30px;padding-right:30px;padding-top:30px;z-index:1}@media (min-width:1024px){.steps-card{height:100%}}.steps-card__inner{gap:30px;height:100%}.steps-card__inner,.steps-card__text-block{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.steps-card__text-block{gap:10px;padding-bottom:30px}.steps-card__label{font-size:var(--text-sm);font-weight:700;letter-spacing:-.05em;line-height:20px}.steps-card__title{font-size:var(--text-xl);font-weight:700;letter-spacing:-.05em;line-height:1}.steps-card__description{font-size:var(--text-base);font-weight:600;letter-spacing:-.05em;line-height:1.5}.steps-card__image-block{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;margin-bottom:-1px;margin-top:auto}