:root, [data-bs-theme=light] {
  --bs-primary: #00d0ff;
  --bs-primary-rgb: 0,208,255;
  --bs-primary-text-emphasis: #005366;
  --bs-primary-bg-subtle: #CCF6FF;
  --bs-primary-border-subtle: #99ECFF;
  --bs-secondary: #e8e9ed;
  --bs-secondary-rgb: 232,233,237;
  --bs-secondary-text-emphasis: #5D5D5F;
  --bs-secondary-bg-subtle: #FAFBFB;
  --bs-secondary-border-subtle: #F6F6F8;
  --bs-dark: #000000;
  --bs-dark-rgb: 0,0,0;
  --bs-dark-text-emphasis: #000000;
  --bs-dark-bg-subtle: #CCCCCC;
  --bs-dark-border-subtle: #999999;
  --bs-body-color: #ffffff;
  --bs-body-color-rgb: 255,255,255;
  --bs-body-bg: #00030e;
  --bs-body-bg-rgb: 0,3,14;
  --bs-secondary-color: rgba(255,255,255,0.75);
  --bs-secondary-color-rgb: 255,255,255,0.75;
  --bs-tertiary-color: rgba(255,255,255,0.5);
  --bs-tertiary-color-rgb: 255,255,255,0.5;
  --bs-body-font-family: 'Exo 2', sans-serif;
  --bs-link-color: #3da1fe;
  --bs-link-color-rgb: 61,161,254;
  --bs-link-hover-color: #00d1ff;
  --bs-link-hover-color-rgb: 0,209,255;
}

.btn-primary {
  --bs-btn-color: #000000;
  --bs-btn-bg: #00d0ff;
  --bs-btn-border-color: #00d0ff;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #26D7FF;
  --bs-btn-hover-border-color: #19D5FF;
  --bs-btn-focus-shadow-rgb: 0,31,38;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #33D9FF;
  --bs-btn-active-border-color: #19D5FF;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #00d0ff;
  --bs-btn-disabled-border-color: #00d0ff;
}

.btn-outline-primary {
  --bs-btn-color: #00d0ff;
  --bs-btn-border-color: #00d0ff;
  --bs-btn-focus-shadow-rgb: 0,208,255;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #00d0ff;
  --bs-btn-hover-border-color: #00d0ff;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #00d0ff;
  --bs-btn-active-border-color: #00d0ff;
  --bs-btn-disabled-color: #00d0ff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #00d0ff;
}

.btn-secondary {
  --bs-btn-color: #000000;
  --bs-btn-bg: #e8e9ed;
  --bs-btn-border-color: #e8e9ed;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #EBECF0;
  --bs-btn-hover-border-color: #EAEBEF;
  --bs-btn-focus-shadow-rgb: 35,35,36;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #EDEDF1;
  --bs-btn-active-border-color: #EAEBEF;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #e8e9ed;
  --bs-btn-disabled-border-color: #e8e9ed;
}

.btn-outline-secondary {
  --bs-btn-color: #e8e9ed;
  --bs-btn-border-color: #e8e9ed;
  --bs-btn-focus-shadow-rgb: 232,233,237;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #e8e9ed;
  --bs-btn-hover-border-color: #e8e9ed;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #e8e9ed;
  --bs-btn-active-border-color: #e8e9ed;
  --bs-btn-disabled-color: #e8e9ed;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #e8e9ed;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #000000;
  --bs-btn-border-color: #000000;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #000000;
  --bs-btn-hover-border-color: #000000;
  --bs-btn-focus-shadow-rgb: 217,217,217;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #000000;
  --bs-btn-active-border-color: #000000;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #000000;
  --bs-btn-disabled-border-color: #000000;
}

.btn-outline-dark {
  --bs-btn-color: #000000;
  --bs-btn-border-color: #000000;
  --bs-btn-focus-shadow-rgb: 0,0,0;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #000000;
  --bs-btn-hover-border-color: #000000;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #000000;
  --bs-btn-active-border-color: #000000;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #000000;
}

[data-bs-theme=dark] {
  --bs-secondary: #e8e9ed;
  --bs-secondary-rgb: 232,233,237;
  --bs-secondary-text-emphasis: #F1F2F4;
  --bs-secondary-bg-subtle: #2E2F2F;
  --bs-secondary-border-subtle: #8B8C8E;
  --bs-body-color: #ffffff;
  --bs-body-color-rgb: 255,255,255;
  --bs-secondary-color: rgba(255,255,255,0.75);
  --bs-secondary-color-rgb: 255,255,255,0.75;
  --bs-tertiary-color: rgba(255,255,255,0.5);
  --bs-tertiary-color-rgb: 255,255,255,0.5;
  --bs-link-color: #3da1fe;
  --bs-link-color-rgb: 61,161,254;
  --bs-link-hover-color: #00d1ff;
  --bs-link-hover-color-rgb: 0,209,255;
}

[data-bs-theme=dark] .btn-secondary, .btn-secondary[data-bs-theme=dark] {
  --bs-btn-color: #000000;
  --bs-btn-bg: #e8e9ed;
  --bs-btn-border-color: #e8e9ed;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #EBECF0;
  --bs-btn-hover-border-color: #EAEBEF;
  --bs-btn-focus-shadow-rgb: 35,35,36;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #EDEDF1;
  --bs-btn-active-border-color: #EAEBEF;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #e8e9ed;
  --bs-btn-disabled-border-color: #e8e9ed;
}

[data-bs-theme=dark] .btn-outline-secondary, .btn-outline-secondary[data-bs-theme=dark] {
  --bs-btn-color: #e8e9ed;
  --bs-btn-border-color: #e8e9ed;
  --bs-btn-focus-shadow-rgb: 232,233,237;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #e8e9ed;
  --bs-btn-hover-border-color: #e8e9ed;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #e8e9ed;
  --bs-btn-active-border-color: #e8e9ed;
  --bs-btn-disabled-color: #e8e9ed;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #e8e9ed;
}

.aspect-ratio-4x3 {
  aspect-ratio: 4/3;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: .375rem !important;
}

.mt-3 {
  margin-top: 1.5rem !important;
}

.mt-4 {
  margin-top: 2.25rem !important;
}

.mt-5 {
  margin-top: 4.5rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: .375rem !important;
}

.mb-2 {
  margin-bottom: .75rem !important;
}

.mb-3 {
  margin-bottom: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 2.25rem !important;
}

.mb-5 {
  margin-bottom: 4.5rem !important;
}

.mb-6 {
  margin-bottom: 6rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.px-2 {
  padding-right: .75rem !important;
  padding-left: .75rem !important;
}

.px-3 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-8 {
  padding-left: 9rem !important;
  padding-right: 9rem !important;
}

.py-4 {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}

.py-5 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-3 {
  padding-top: 1.5rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-4 {
  padding-bottom: 2.25rem !important;
}

.ps-3 {
  padding-left: 1.5rem !important;
}

@media (min-width: 576px) {
  .mt-sm-0 {
    margin-top: 0rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-0 {
    margin-bottom: 0rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-2 {
    margin-bottom: 0.75rem !important;
  }
}

@media (min-width: 992px) {
  .mb-lg-3 {
    margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .px-lg-4 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-5 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
}

@media (min-width: 1200px) {
  .mt-xl-5 {
    margin-top: 4.5rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-5 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
}

