:root {
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #1c3e78;
  --bs-secondary: #11a0b0;
  --bs-secondary-lighten: #03b5d2;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #343a40;
  --bs-deep-ocean: #1c3e78;
  --bs-stone: #5a87c6;
  --bs-web-blue: #02324b;
  --bs-blue: #02324b;
  --bs-seagrass: #11a0b0;
  --bs-seagrass-bright: #28becd;
  --bs-web-sun: #fcbb34;
  --bs-sun: #fcbb34;
  --bs-amethyst: #a24381;
  --bs-coral: #ef6050;
  --bs-cool3: #6857b2;
  --bs-sky: #235ba8;
  --bs-web-grey: #616161;
  --bs-light-grey: #ededed;
  --bs-line-grey: #c2c4c6;
  --bs-xtra-light-grey: #fafafa;
  --bs-cool1: #8c9db8;
  --bs-cool2: #486f67;
  --bs-cool4: #29b17b;
  --bs-warm2: #bad739;
  --bs-warm3: #f49957;
  --bs-color-reverse: #fff;
  --bs-color-brand: #1c3e78;
  --bs-color-mid: #343a40;
  --bs-color-text: #000;
  --bs-color-keyline: #11a0b0;
  --bs-primary-rgb: 28, 62, 120;
  --bs-secondary-rgb: 17, 160, 176;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 52, 58, 64;
  --bs-deep-ocean-rgb: 28, 62, 120;
  --bs-stone-rgb: 90, 135, 198;
  --bs-web-blue-rgb: 2, 50, 75;
  --bs-blue-rgb: 2, 50, 75;
  --bs-seagrass-rgb: 17, 160, 176;
  --bs-seagrass-bright-rgb: 40, 190, 205;
  --bs-web-sun-rgb: 252, 187, 52;
  --bs-sun-rgb: 252, 187, 52;
  --bs-amethyst-rgb: 162, 67, 129;
  --bs-coral-rgb: 239, 96, 80;
  --bs-cool3-rgb: 104, 87, 178;
  --bs-sky-rgb: 35, 91, 168;
  --bs-web-grey-rgb: 97, 97, 97;
  --bs-light-grey-rgb: 237, 237, 237;
  --bs-line-grey-rgb: 194, 196, 198;
  --bs-xtra-light-grey-rgb: 250, 250, 250;
  --bs-cool1-rgb: 140, 157, 184;
  --bs-cool2-rgb: 72, 111, 103;
  --bs-cool4-rgb: 41, 177, 123;
  --bs-warm2-rgb: 186, 215, 57;
  --bs-warm3-rgb: 244, 153, 87;
  --bs-color-reverse-rgb: 255, 255, 255;
  --bs-color-brand-rgb: 28, 62, 120;
  --bs-color-mid-rgb: 52, 58, 64;
  --bs-color-text-rgb: 0, 0, 0;
  --bs-color-keyline-rgb: 17, 160, 176;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: "SFMono-Regular", "Menlo", "Monaco", "Consolas", "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, hsl(0deg 0% 100% / 15%), hsl(0deg 0% 100% / 0%));
  --bs-body-font-family: proxima-nova, helvetica, arial, sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgb(0 0 0 / 17.5%);
  --bs-border-radius: 0;
  --bs-border-radius-sm: 0;
  --bs-border-radius-lg: 0;
  --bs-border-radius-xl: 0;
  --bs-border-radius-2xl: 0;
  --bs-border-radius-pill: 0;
  --bs-link-color: #1c3e78;
  --bs-link-hover-color: #11a0b0;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active { 
  -webkit-text-fill-color: white;
  box-shadow: 0 0 0 1000px #1c3e78 inset;
  transition: background-color 5000s ease-in-out 0s;
}