:root {
  --bs-blue: #52b7c1;
  --bs-indigo: #44426f;
  --bs-purple: #8c1208;
  --bs-pink: #dd5768;
  --bs-red: #bf111b;
  --bs-orange: #ffa600;
  --bs-yellow: #ffa600;
  --bs-green: #38818c;
  --bs-teal: #93c5bf;
  --bs-cyan: #a7d5dc;
  --bs-white: #fff;
  --bs-gray: #e7e7e7;
  --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: #e5e5e9;
  --bs-gray-700: #bec1c7;
  --bs-gray-800: #737986;
  --bs-gray-900: #1b191d;
  --bs-primary: #0d6efd;
  --bs-secondary: #e7e7e7;
  --bs-success: #38818c;
  --bs-info: #9bd8f7;
  --bs-warning: #ffa600;
  --bs-danger: #ca080c;
  --bs-light: #f8f9fa;
  --bs-dark: #2d3c4b;
  --bs-primary-rgb: 13,110,253;
  --bs-secondary-rgb: 108,117,125;
  --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: 33,37,41;
  --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: IBM Plex Serif,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",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, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-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;
}

body {
  width: 100vw;
  overflow-x: hidden;
}

