:root, [data-bs-theme=light] {
  --bs-primary: #B6DBE1;
  --bs-primary-rgb: 182,219,225;
  --bs-primary-text-emphasis: #49585A;
  --bs-primary-bg-subtle: #F0F8F9;
  --bs-primary-border-subtle: #E2F1F3;
  --bs-secondary: #4c5562;
  --bs-secondary-rgb: 76,85,98;
  --bs-secondary-text-emphasis: #1E2227;
  --bs-secondary-bg-subtle: #DBDDE0;
  --bs-secondary-border-subtle: #B7BBC0;
  --bs-info: #b8b8b8;
  --bs-info-rgb: 184,184,184;
  --bs-info-text-emphasis: #4A4A4A;
  --bs-info-bg-subtle: #F1F1F1;
  --bs-info-border-subtle: #E3E3E3;
  --bs-light: #FDFDFD;
  --bs-light-rgb: 253,253,253;
  --bs-light-text-emphasis: #656565;
  --bs-light-bg-subtle: #FFFFFF;
  --bs-light-border-subtle: #FEFEFE;
  --bs-dark: #0b0b0e;
  --bs-dark-rgb: 11,11,14;
  --bs-dark-text-emphasis: #040406;
  --bs-dark-bg-subtle: #CECECF;
  --bs-dark-border-subtle: #9D9D9F;
  --bs-body-color: #0F1318;
  --bs-body-color-rgb: 15,19,24;
  --bs-body-bg: #F1F1F1;
  --bs-body-bg-rgb: 241,241,241;
  --bs-secondary-color: rgba(15,19,24,0.75);
  --bs-secondary-color-rgb: 15,19,24,0.75;
  --bs-tertiary-color: rgba(15,19,24,0.5);
  --bs-tertiary-color-rgb: 15,19,24,0.5;
  --bs-body-font-family: 'DM Sans', sans-serif;
  --bs-body-font-weight: normal;
  --bs-link-color: #7f8798;
  --bs-link-color-rgb: 127,135,152;
  --bs-link-hover-color: #486db7;
  --bs-link-hover-color-rgb: 72,109,183;
  --bs-link-decoration: underline;
  --bs-border-radius: 1.5rem;
}

.btn-primary {
  --bs-btn-color: #000000;
  --bs-btn-bg: #B6DBE1;
  --bs-btn-border-color: #B6DBE1;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #C1E0E6;
  --bs-btn-hover-border-color: #BDDFE4;
  --bs-btn-focus-shadow-rgb: 27,33,34;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #C5E2E7;
  --bs-btn-active-border-color: #BDDFE4;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #B6DBE1;
  --bs-btn-disabled-border-color: #B6DBE1;
}

.btn-outline-primary {
  --bs-btn-color: #B6DBE1;
  --bs-btn-border-color: #B6DBE1;
  --bs-btn-focus-shadow-rgb: 182,219,225;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #B6DBE1;
  --bs-btn-hover-border-color: #B6DBE1;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #B6DBE1;
  --bs-btn-active-border-color: #B6DBE1;
  --bs-btn-disabled-color: #B6DBE1;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #B6DBE1;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #4c5562;
  --bs-btn-border-color: #4c5562;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #414853;
  --bs-btn-hover-border-color: #3D444E;
  --bs-btn-focus-shadow-rgb: 228,230,231;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #3D444E;
  --bs-btn-active-border-color: #39404A;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #4c5562;
  --bs-btn-disabled-border-color: #4c5562;
}

.btn-outline-secondary {
  --bs-btn-color: #4c5562;
  --bs-btn-border-color: #4c5562;
  --bs-btn-focus-shadow-rgb: 76,85,98;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #4c5562;
  --bs-btn-hover-border-color: #4c5562;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4c5562;
  --bs-btn-active-border-color: #4c5562;
  --bs-btn-disabled-color: #4c5562;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #4c5562;
}

.btn-info {
  --bs-btn-color: #000000;
  --bs-btn-bg: #b8b8b8;
  --bs-btn-border-color: #b8b8b8;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #C3C3C3;
  --bs-btn-hover-border-color: #BFBFBF;
  --bs-btn-focus-shadow-rgb: 28,28,28;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #C6C6C6;
  --bs-btn-active-border-color: #BFBFBF;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #b8b8b8;
  --bs-btn-disabled-border-color: #b8b8b8;
}

.btn-outline-info {
  --bs-btn-color: #b8b8b8;
  --bs-btn-border-color: #b8b8b8;
  --bs-btn-focus-shadow-rgb: 184,184,184;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #b8b8b8;
  --bs-btn-hover-border-color: #b8b8b8;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #b8b8b8;
  --bs-btn-active-border-color: #b8b8b8;
  --bs-btn-disabled-color: #b8b8b8;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #b8b8b8;
}

.btn-light {
  --bs-btn-color: #000000;
  --bs-btn-bg: #FDFDFD;
  --bs-btn-border-color: #FDFDFD;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #D7D7D7;
  --bs-btn-hover-border-color: #CACACA;
  --bs-btn-focus-shadow-rgb: 38,38,38;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #CACACA;
  --bs-btn-active-border-color: #BEBEBE;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #FDFDFD;
  --bs-btn-disabled-border-color: #FDFDFD;
}

.btn-outline-light {
  --bs-btn-color: #FDFDFD;
  --bs-btn-border-color: #FDFDFD;
  --bs-btn-focus-shadow-rgb: 253,253,253;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #FDFDFD;
  --bs-btn-hover-border-color: #FDFDFD;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #FDFDFD;
  --bs-btn-active-border-color: #FDFDFD;
  --bs-btn-disabled-color: #FDFDFD;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #FDFDFD;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0b0b0e;
  --bs-btn-border-color: #0b0b0e;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #09090C;
  --bs-btn-hover-border-color: #09090B;
  --bs-btn-focus-shadow-rgb: 218,218,219;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #09090B;
  --bs-btn-active-border-color: #08080B;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0b0b0e;
  --bs-btn-disabled-border-color: #0b0b0e;
}

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

a {
  text-decoration: var(--bs-link-decoration);
}

[data-bs-theme=dark] {
  --bs-primary: rgba(0,0,0,0.1);
  --bs-primary-rgb: 0,0,0,0.1;
  --bs-primary-text-emphasis: #ECECEC;
  --bs-primary-bg-subtle: #000000;
  --bs-primary-border-subtle: #000000;
  --bs-secondary: #9CA3AF;
  --bs-secondary-rgb: 156,163,175;
  --bs-secondary-text-emphasis: #C4C8CF;
  --bs-secondary-bg-subtle: #1F2123;
  --bs-secondary-border-subtle: #5E6269;
  --bs-light: #616161;
  --bs-light-rgb: 97,97,97;
  --bs-light-text-emphasis: #A0A0A0;
  --bs-light-bg-subtle: #131313;
  --bs-light-border-subtle: #3A3A3A;
  --bs-dark: #0f1215;
  --bs-dark-rgb: 15,18,21;
  --bs-dark-text-emphasis: #6F7173;
  --bs-dark-bg-subtle: #030404;
  --bs-dark-border-subtle: #090B0D;
  --bs-body-color: #878787;
  --bs-body-color-rgb: 135,135,135;
  --bs-body-bg: #0F1318;
  --bs-body-bg-rgb: 15,19,24;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43,48,53;
  --bs-secondary-color: rgba(135,135,135,0.75);
  --bs-secondary-color-rgb: 135,135,135,0.75;
  --bs-tertiary-color: rgba(135,135,135,0.5);
  --bs-tertiary-color-rgb: 135,135,135,0.5;
  --bs-body-font-family: 'Plus Jakarta Sans', sans-serif;
}

[data-bs-theme=dark] .btn-primary, .btn-primary[data-bs-theme=dark] {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgba(0,0,0,0.1);
  --bs-btn-border-color: rgba(0,0,0,0.1);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #000000;
  --bs-btn-hover-border-color: #000000;
  --bs-btn-focus-shadow-rgb: 253,253,253;
  --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: rgba(0,0,0,0.1);
  --bs-btn-disabled-border-color: rgba(0,0,0,0.1);
}

[data-bs-theme=dark] .btn-outline-primary, .btn-outline-primary[data-bs-theme=dark] {
  --bs-btn-color: rgba(0,0,0,0.1);
  --bs-btn-border-color: rgba(0,0,0,0.1);
  --bs-btn-focus-shadow-rgb: 0,0,0,0.1;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgba(0,0,0,0.1);
  --bs-btn-hover-border-color: rgba(0,0,0,0.1);
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgba(0,0,0,0.1);
  --bs-btn-active-border-color: rgba(0,0,0,0.1);
  --bs-btn-disabled-color: rgba(0,0,0,0.1);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgba(0,0,0,0.1);
}

[data-bs-theme=dark] .btn-secondary, .btn-secondary[data-bs-theme=dark] {
  --bs-btn-color: #000000;
  --bs-btn-bg: #9CA3AF;
  --bs-btn-border-color: #9CA3AF;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #ABB1BB;
  --bs-btn-hover-border-color: #A6ACB7;
  --bs-btn-focus-shadow-rgb: 23,24,26;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #B0B5BF;
  --bs-btn-active-border-color: #A6ACB7;
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #9CA3AF;
  --bs-btn-disabled-border-color: #9CA3AF;
}

[data-bs-theme=dark] .btn-outline-secondary, .btn-outline-secondary[data-bs-theme=dark] {
  --bs-btn-color: #9CA3AF;
  --bs-btn-border-color: #9CA3AF;
  --bs-btn-focus-shadow-rgb: 156,163,175;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #9CA3AF;
  --bs-btn-hover-border-color: #9CA3AF;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #9CA3AF;
  --bs-btn-active-border-color: #9CA3AF;
  --bs-btn-disabled-color: #9CA3AF;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #9CA3AF;
}

[data-bs-theme=dark] .btn-light, .btn-light[data-bs-theme=dark] {
  --bs-btn-color: #fff;
  --bs-btn-bg: #616161;
  --bs-btn-border-color: #616161;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #525252;
  --bs-btn-hover-border-color: #4E4E4E;
  --bs-btn-focus-shadow-rgb: 231,231,231;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4E4E4E;
  --bs-btn-active-border-color: #494949;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #616161;
  --bs-btn-disabled-border-color: #616161;
}

[data-bs-theme=dark] .btn-outline-light, .btn-outline-light[data-bs-theme=dark] {
  --bs-btn-color: #616161;
  --bs-btn-border-color: #616161;
  --bs-btn-focus-shadow-rgb: 97,97,97;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #616161;
  --bs-btn-hover-border-color: #616161;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #616161;
  --bs-btn-active-border-color: #616161;
  --bs-btn-disabled-color: #616161;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #616161;
}

[data-bs-theme=dark] .btn-dark, .btn-dark[data-bs-theme=dark] {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0f1215;
  --bs-btn-border-color: #0f1215;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0D0F12;
  --bs-btn-hover-border-color: #0C0E11;
  --bs-btn-focus-shadow-rgb: 219,219,220;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0C0E11;
  --bs-btn-active-border-color: #0B0E10;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0f1215;
  --bs-btn-disabled-border-color: #0f1215;
}

[data-bs-theme=dark] .btn-outline-dark, .btn-outline-dark[data-bs-theme=dark] {
  --bs-btn-color: #0f1215;
  --bs-btn-border-color: #0f1215;
  --bs-btn-focus-shadow-rgb: 15,18,21;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0f1215;
  --bs-btn-hover-border-color: #0f1215;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0f1215;
  --bs-btn-active-border-color: #0f1215;
  --bs-btn-disabled-color: #0f1215;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0f1215;
}

.mx-3 {
  margin-right: 1rem!important;
  margin-left: 1rem!important;
}

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

.my-3 {
  margin-top: 1rem!important;
  margin-bottom: 1rem!important;
}

.my-5 {
  margin-top: 3rem!important;
  margin-bottom: 3rem!important;
}

.my-10 {
  margin-top: 10.5rem !important;
  margin-bottom: 10.5rem !important;
}

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

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

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

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

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

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

.ms-5 {
  margin-left: 3rem!important;
}

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

.p-0 {
  padding: 0!important;
}

.p-2 {
  padding: .5rem!important;
}

.p-3 {
  padding: 1rem!important;
}

.p-4 {
  padding: 1.5rem!important;
}

.px-0 {
  padding-right: 0!important;
  padding-left: 0!important;
}

.px-1 {
  padding-right: .25rem!important;
  padding-left: .25rem!important;
}

.py-0 {
  padding-top: 0!important;
  padding-bottom: 0!important;
}

.py-3 {
  padding-top: 1rem!important;
  padding-bottom: 1rem!important;
}

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

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

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

.py-10 {
  padding-top: 10.5rem !important;
  padding-bottom: 10.5rem !important;
}

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

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

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

.pt-6 {
  padding-top: 4.5rem !important;
}

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

.pb-6 {
  padding-bottom: 4.5rem !important;
}

@media (min-width:576px) {
  .py-sm-4 {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important;
  }
}

@media (min-width:576px) {
  .py-sm-5 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important;
  }
}

@media (min-width:768px) {
  .py-md-2 {
    padding-top: .5rem!important;
    padding-bottom: .5rem!important;
  }
}

@media (min-width:768px) {
  .py-md-5 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important;
  }
}

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

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

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

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

@media (min-width: 1400px) {
  .py-xxl-10 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
}

