:root {
  --color-primary: #28aae1;
  --color-primary-r: 40;
  --color-primary-g: 170;
  --color-primary-b: 225;
  --color-cta-hover: #1c96ca;
  --color-secondary: #1A1877;
  --color-secondary-r: 32;
  --color-secondary-g: 41;
  --color-secondary-b: 60;
  --color-tertiary: #070721;
  --color-disabled: #7D8495;
  --color-light: #EFF5F9;
  --color-light-r: 239;
  --color-light-g: 245;
  --color-light-b: 249;
  --color-light-bg: #f8fafc;
  --color-red: #ee423d;
  --color-green: #05c985;
  --color-border: #ebeeef;
  --color-text: #242424;
  --color-text-grey: #5c6270;
  --color-text-specs-heading: #5c6270;
  --color-bg-gradient: linear-gradient(256.68deg, #28AAE1 -52.89%, var(--color-secondary) 41.59%);
  --color-bg-gradient-light: linear-gradient(90deg, #f6fafc 0%, #e8f0f6 100%);
  --chequing-icon-color: #ffffff;
  --font-stack: Poppins, sans-serif;
  --font-stack-heading: Roie, sans-serif;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-bold: 600;
  --font-weight-heading: 600;
  --body-line-height: 1.6;
  --heading-line-height: 1.2;
  --font-icon: "Font Awesome 6 Pro";
  --font-icon-light: 300;
  --font-icon-bold: 700;
  --border-radius: 6px;
  --border-radius-large: 14px;
  --border-radius-round: 5em;
  --border-radius-btn: 6px;
  --border-white: 1px solid rgba(255,255,255,0.15);
  --animation-speed-link: 0.15s;
  --box-shadow: 0;
  --box-shadow-card: 2px 4px 15px rgba(26,024,119,.06);
  --box-shadow-element: 1px 2px 5px rgba(0,0,0,.05);
  --bg-fade-top: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(247,250,253,1) 100%);
  --bg-fade-left: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(40,170,225,0.10) 100%);
  --input-padding: 0.5em 1.5em 0.5em 0.75em;
  --input-border-radius: 6px;
  --input-background-color: var(--color-light);
  --admin-bar: 32px;
  --section-tabs--outer-top: 60px;
  --filterToggle-top: 120px;
  --section-tabs--outer-top-tablet:60px;
  --filterToggle-top-tablet: 120px;
  --compare-table-headers-tablet: 180px;
  --section-tabs--outer-top-desktop: 60px;
  --filterToggle-top-desktop: 120px;
  --sticky-filters--show: 180px;
  --compare-table-headers-desktop: 120px;
  --section-tabs--outer-top-desktop-lg: 60px;
  --section-tabs--outer-top-desktop-lg-logged-in: 92px;
  --filterToggle-top-desktop-lg: 120px;
  --sticky-filters--show-desktop-lg: 179px;
  --compare-table-headers-desktop-lg: 120px;
}

/*# sourceMappingURL=vars.css.map */
