/**
 * Do not edit directly
 * Generated on Thu, 14 Dec 2023 00:00:53 GMT
 */


:root {
  --color-white: #ffffff;
  --color-black: #040404;
  --color-blue: #3892f3;
  --color-blue-grey: #8c9ca5;
  --color-orange: #e46f00;
  --color-yellow: #ffc902;
  --color-green: #15a46e;
  --color-cyan: #08bfdf;
  --color-purple: #6954c0;
  --color-red: #f94d32;
  --color-magenta: #b52d88;
  --default-border-radius: 3px;
  --circular-radius: 50%;
  --pill-radius: 500em;
  --opacity-hover: .8;
  --opacity-disable: .6;
  --border-radius-0: 0;
  --border-radius-1: 3px;
  --border-radius-2: 6px;
  --border-radius-pill: 500em;
  --border-radius-circular: 50%;
  --breakpoint-mobile: 320px;
  --breakpoint-mobile-large: 576px;
  --breakpoint-tablet: 768px;
  --breakpoint-desktop: 992px;
  --breakpoint-large: 1200px;
  --breakpoint-widescreen: 1920px;
  --color-blue-100: #e0f2ff;
  --color-blue-200: #b5deff;
  --color-blue-300: #78bbfa;
  --color-blue-400: #3892f3;
  --color-blue-500: #0265dc;
  --color-blue-600: #004491;
  --color-neutral-0: #ffffff;
  --color-neutral-10: #fcfcfc;
  --color-neutral-20: #fafafa;
  --color-neutral-30: #f7f7f7;
  --color-neutral-40: #f5f5f5;
  --color-neutral-50: #eeeeee;
  --color-neutral-60: #dfe0e1;
  --color-neutral-70: #bcbcbd;
  --color-neutral-80: #949596;
  --color-neutral-90: #737475;
  --color-neutral-100: #606162;
  --color-neutral-200: #444445;
  --color-neutral-300: #2d2e31;
  --color-neutral-400: #141414;
  --color-neutral-500: #040404;
  --color-blue-grey-100: #eaeff2;
  --color-blue-grey-200: #d0d8dd;
  --color-blue-grey-300: #b4c1c8;
  --color-blue-grey-400: #8c9ca5;
  --color-blue-grey-500: #6a7a85;
  --color-blue-grey-600: #576671;
  --color-orange-100: #ffeccc;
  --color-orange-200: #fdd291;
  --color-orange-300: #ffa037;
  --color-orange-400: #e46f00;
  --color-orange-500: #b14c00;
  --color-orange-600: #7a2f00;
  --color-yellow-100: #fff9e2;
  --color-yellow-200: #fff0b1;
  --color-yellow-300: #ffe278;
  --color-yellow-400: #ffc902;
  --color-yellow-500: #ffbe00;
  --color-yellow-600: #de9500;
  --color-green-100: #cef8e0;
  --color-green-200: #89ecbc;
  --color-green-300: #49cc93;
  --color-green-400: #15a46e;
  --color-green-500: #007a4d;
  --color-green-600: #005132;
  --color-cyan-100: #e3fcff;
  --color-cyan-200: #b1f3fa;
  --color-cyan-300: #13ceea;
  --color-cyan-400: #08bfdf;
  --color-cyan-500: #0ca5c0;
  --color-cyan-600: #038299;
  --color-purple-100: #f1edff;
  --color-purple-200: #c1b6f2;
  --color-purple-300: #8772e5;
  --color-purple-400: #6954c0;
  --color-purple-500: #4f3a9e;
  --color-purple-600: #422799;
  --color-red-100: #ffece9;
  --color-red-200: #ffb2a0;
  --color-red-300: #ff745f;
  --color-red-400: #f94d32;
  --color-red-500: #e13212;
  --color-red-600: #bf2a00;
  --color-magenta-100: #fbeaf5;
  --color-magenta-200: #faafe2;
  --color-magenta-300: #d949a9;
  --color-magenta-400: #b52d88;
  --color-magenta-500: #982071;
  --color-magenta-600: #7d165b;
  --duration-none: 0ms;
  --duration-fast: 100ms;
  --duration-standard: 200ms;
  --duration-slow: 300ms;
  --easing-standard: cubic-bezier(.4, 0, .2, 1);
  --easing-in: cubic-bezier(.4, 0, 1, 1);
  --easing-out: cubic-bezier(0, 0, .4, 1);
  --easing-in-out: cubic-bezier(.4, 0, .6, 1);
  --font-weight-regular: 400;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --line-height-base: 1.5;
  --line-height-display: 1.25;
  --opacity-hovered: .8;
  --opacity-disabled: .6;
  --opacity-placeholder: .4;
  --shadow-size-0: 0 0 0;
  --shadow-size-1: 0 1px 2px;
  --shadow-size-2: 0 2px 8px;
  --shadow-size-3: 0 8px 24px;
  --shadow-color: rgba(20, 20, 20, .1);
  --shadow-color-active: rgba(34, 112, 238, .2);
  --shadow-color-error: rgba(230, 55, 23, .2);
  --shadow-focus: 0 0 0 3px var(--colorsFocusRingPrimary, rgba(169, 209, 255, 1));
  --shadow-focus-inset: inset 0 0 0 3px var(--colorsFocusRingPrimary, rgba(169, 209, 255, 1));
  --spacing-0: 0;
  --spacing-1: 8px;
  --spacing-2: 16px;
  --spacing-3: 24px;
  --spacing-4: 32px;
  --spacing-5: 48px;
  --spacing-6: 64px;
  --spacing-7: 96px;
  --spacing-8: 128px;
  --spacing-half: 4px;
  --typescale-0: 10px;
  --typescale-1: 12px;
  --typescale-2: 14px;
  --typescale-3: 16px;
  --typescale-4: 20px;
  --typescale-5: 26px;
  --typescale-6: 32px;
  --typescale-7: 41px;
  --base-font-size: 16px;
  --base-line-height: 1.5;
  --base-font-family: 'Nunito Sans', sans-serif;
  --display-font-family: 'Sofia Pro', SofiaPro, sans-serif;
  --display-line-height: 1.25;
  --z-index-notification: 1200;
  --z-index-overlay: 1100;
  --z-index-guide-help: 999;
  --z-index-global-nav: 990;
  --z-index-popover: 800;
  --z-index-modal: 1100;
  --z-index-drawer: 1100;
}
