:root { 
  --black: #000000;
  --black-2: #0000008c;
  --eerie-black: #191919;
  --global02-secondary: #6c757d;
  --global09-white: #ffffff;
  --lithia-primary-blue: #1e6cd7;
  --busey-primary-blue: #003e5f;
  --busey-secondary-blue: #2f6483;
  --lithia-secondary-blue: #0d1d41;
  --seashell: #f1f1f1;
  --text01-body: #212529;
  --white: #ffffff8c;
  --white-2: #ffffff1a;
 
  --font-size-l: 15px;
  --font-size-m: 14px;
  --font-size-s: 13px;
  --font-size-xl: 16px;
  --font-size-xxl: 23px;
  --font-size-xxxl: 24px;
  --font-size-xxxxl: 48px;
 
  --font-family-inter: "Inter", Helvetica;
}
.inter-light-pale-sky-14px {
  color: var(--global02-secondary);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 300;
}

.inter-normal-white-14px {
  color: var(--global09-white);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
}

.inter-semi-bold-shark-16px {
  color: var(--text01-body);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 600;
}

.inter-medium-white-16px {
  color: var(--white);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 500;
}

.inter-medium-white-16px a {
    color: #ffffff;
}

.inter-semi-bold-shark-24px {
  color: var(--text01-body);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xxxl);
  font-style: normal;
  font-weight: 600;
}

.inter-medium-black-16px {
  color: var(--black-2);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 500;
}

.inter-medium-white-14px {
  color: var(--global09-white);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 500;
}

.inter-semi-bold-eerie-black-24px {
  color: var(--eerie-black);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xxxl);
  font-style: normal;
  font-weight: 600;
}

.inter-semi-bold-white-16px {
  color: var(--global09-white);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 600;
}

.inter-semi-bold-shark-15px {
  color: var(--text01-body);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 600;
}

.inter-extra-bold-black-16px {
  color: var(--black-2);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 800;
}

.inter-bold-bunting-13px {
  color: var(--lithia-secondary-blue);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 700;
}

.inter-bold-white-48px {
  color: var(--global09-white);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xxxxl);
  font-style: normal;
  font-weight: 700;
}

.inter-semi-bold-white-24px {
  color: var(--global09-white);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xxxl);
  font-style: normal;
  font-weight: 600;
}

.inter-semi-bold-shark-14px {
  color: var(--text01-body);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 600;
}

.inter-light-white-14px {
  font-family: var(--font-family-inter);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 300;
}

.inter-light-black-14px {
  color: var(--black-2);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 300;
}