@charset "UTF-8";
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --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: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --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-primary-text-emphasis: rgb(5.2, 44, 101.2);
  --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --bs-success-text-emphasis: rgb(10, 54, 33.6);
  --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(206.6, 226, 254.6);
  --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --bs-success-bg-subtle: rgb(209, 231, 220.8);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(158.2, 197, 254.2);
  --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --bs-success-border-subtle: rgb(163, 207, 186.6);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, 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-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(10.4, 88, 202.4);
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: rgb(109.8, 168, 253.8);
  --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
  --bs-success-text-emphasis: rgb(117, 183, 152.4);
  --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
  --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
  --bs-danger-text-emphasis: rgb(234, 133.8, 143.4);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(2.6, 22, 50.6);
  --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
  --bs-success-bg-subtle: rgb(5, 27, 16.8);
  --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
  --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
  --bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(7.8, 66, 151.8);
  --bs-secondary-border-subtle: rgb(64.8, 70.2, 75);
  --bs-success-border-subtle: rgb(15, 81, 50.4);
  --bs-info-border-subtle: rgb(7.8, 121.2, 144);
  --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
  --bs-danger-border-subtle: rgb(132, 31.8, 41.4);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(109.8, 168, 253.8);
  --bs-link-hover-color: rgb(138.84, 185.4, 254.04);
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(102, 77.2, 2.8);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(117, 183, 152.4);
  --bs-form-valid-border-color: rgb(117, 183, 152.4);
  --bs-form-invalid-color: rgb(234, 133.8, 143.4);
  --bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button {
  cursor: pointer;
  filter: grayscale(1);
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.525rem + 3.3vw);
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.3rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.1);
  padding-left: calc(var(--bs-gutter-x) * 0.1);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-grow: 1;
  flex-basis: 0;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.object-fit-contain {
  object-fit: contain !important;
}

.object-fit-cover {
  object-fit: cover !important;
}

.object-fit-fill {
  object-fit: fill !important;
}

.object-fit-scale {
  object-fit: scale-down !important;
}

.object-fit-none {
  object-fit: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

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

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

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

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.h-80 {
  height: 80px !important;
}

.h-200 {
  height: 200px !important;
}

.h-300 {
  height: 300px !important;
}

.h-400 {
  height: 400px !important;
}

.h-460 {
  height: 460px !important;
}

.h-500 {
  height: 500px !important;
}

.h-530 {
  height: 530px !important;
}

.h-600 {
  height: 600px !important;
}

.h-620 {
  height: 620px !important;
}

.h-800 {
  height: 800px !important;
}

.h-vh-50 {
  height: 50vh !important;
}

.h-vh-80 {
  height: 80vh !important;
}

.h-vh-100 {
  height: 100vh !important;
}

.h-full {
  height: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

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

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

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

.m-auto {
  margin: auto !important;
}

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

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

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

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

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

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

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

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

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

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

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

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

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

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

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

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

.mt-2 {
  margin-top: 0.5rem !important;
}

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

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

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

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

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

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

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

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

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

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

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

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

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

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

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

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

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

.ms-4 {
  margin-left: 1.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !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;
}

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

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

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

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

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

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

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

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

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

.pe-5 {
  padding-right: 3rem !important;
}

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

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

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

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

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

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

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

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

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

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.gap-6 {
  gap: 6rem !important;
}

.gap-8 {
  gap: 8rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}

.column-gap-0 {
  column-gap: 0 !important;
}

.column-gap-1 {
  column-gap: 0.25rem !important;
}

.column-gap-2 {
  column-gap: 0.5rem !important;
}

.column-gap-3 {
  column-gap: 1rem !important;
}

.column-gap-4 {
  column-gap: 1.5rem !important;
}

.column-gap-5 {
  column-gap: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

.link-opacity-100 {
  --bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .h-sm-25 {
    height: 25% !important;
  }
  .h-sm-50 {
    height: 50% !important;
  }
  .h-sm-75 {
    height: 75% !important;
  }
  .h-sm-100 {
    height: 100% !important;
  }
  .h-sm-auto {
    height: auto !important;
  }
  .h-sm-80 {
    height: 80px !important;
  }
  .h-sm-200 {
    height: 200px !important;
  }
  .h-sm-300 {
    height: 300px !important;
  }
  .h-sm-400 {
    height: 400px !important;
  }
  .h-sm-460 {
    height: 460px !important;
  }
  .h-sm-500 {
    height: 500px !important;
  }
  .h-sm-530 {
    height: 530px !important;
  }
  .h-sm-600 {
    height: 600px !important;
  }
  .h-sm-620 {
    height: 620px !important;
  }
  .h-sm-800 {
    height: 800px !important;
  }
  .h-sm-vh-50 {
    height: 50vh !important;
  }
  .h-sm-vh-80 {
    height: 80vh !important;
  }
  .h-sm-vh-100 {
    height: 100vh !important;
  }
  .h-sm-full {
    height: 100% !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .gap-sm-6 {
    gap: 6rem !important;
  }
  .gap-sm-8 {
    gap: 8rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .h-md-25 {
    height: 25% !important;
  }
  .h-md-50 {
    height: 50% !important;
  }
  .h-md-75 {
    height: 75% !important;
  }
  .h-md-100 {
    height: 100% !important;
  }
  .h-md-auto {
    height: auto !important;
  }
  .h-md-80 {
    height: 80px !important;
  }
  .h-md-200 {
    height: 200px !important;
  }
  .h-md-300 {
    height: 300px !important;
  }
  .h-md-400 {
    height: 400px !important;
  }
  .h-md-460 {
    height: 460px !important;
  }
  .h-md-500 {
    height: 500px !important;
  }
  .h-md-530 {
    height: 530px !important;
  }
  .h-md-600 {
    height: 600px !important;
  }
  .h-md-620 {
    height: 620px !important;
  }
  .h-md-800 {
    height: 800px !important;
  }
  .h-md-vh-50 {
    height: 50vh !important;
  }
  .h-md-vh-80 {
    height: 80vh !important;
  }
  .h-md-vh-100 {
    height: 100vh !important;
  }
  .h-md-full {
    height: 100% !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .gap-md-6 {
    gap: 6rem !important;
  }
  .gap-md-8 {
    gap: 8rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .h-lg-25 {
    height: 25% !important;
  }
  .h-lg-50 {
    height: 50% !important;
  }
  .h-lg-75 {
    height: 75% !important;
  }
  .h-lg-100 {
    height: 100% !important;
  }
  .h-lg-auto {
    height: auto !important;
  }
  .h-lg-80 {
    height: 80px !important;
  }
  .h-lg-200 {
    height: 200px !important;
  }
  .h-lg-300 {
    height: 300px !important;
  }
  .h-lg-400 {
    height: 400px !important;
  }
  .h-lg-460 {
    height: 460px !important;
  }
  .h-lg-500 {
    height: 500px !important;
  }
  .h-lg-530 {
    height: 530px !important;
  }
  .h-lg-600 {
    height: 600px !important;
  }
  .h-lg-620 {
    height: 620px !important;
  }
  .h-lg-800 {
    height: 800px !important;
  }
  .h-lg-vh-50 {
    height: 50vh !important;
  }
  .h-lg-vh-80 {
    height: 80vh !important;
  }
  .h-lg-vh-100 {
    height: 100vh !important;
  }
  .h-lg-full {
    height: 100% !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .gap-lg-6 {
    gap: 6rem !important;
  }
  .gap-lg-8 {
    gap: 8rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .h-xl-25 {
    height: 25% !important;
  }
  .h-xl-50 {
    height: 50% !important;
  }
  .h-xl-75 {
    height: 75% !important;
  }
  .h-xl-100 {
    height: 100% !important;
  }
  .h-xl-auto {
    height: auto !important;
  }
  .h-xl-80 {
    height: 80px !important;
  }
  .h-xl-200 {
    height: 200px !important;
  }
  .h-xl-300 {
    height: 300px !important;
  }
  .h-xl-400 {
    height: 400px !important;
  }
  .h-xl-460 {
    height: 460px !important;
  }
  .h-xl-500 {
    height: 500px !important;
  }
  .h-xl-530 {
    height: 530px !important;
  }
  .h-xl-600 {
    height: 600px !important;
  }
  .h-xl-620 {
    height: 620px !important;
  }
  .h-xl-800 {
    height: 800px !important;
  }
  .h-xl-vh-50 {
    height: 50vh !important;
  }
  .h-xl-vh-80 {
    height: 80vh !important;
  }
  .h-xl-vh-100 {
    height: 100vh !important;
  }
  .h-xl-full {
    height: 100% !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .gap-xl-6 {
    gap: 6rem !important;
  }
  .gap-xl-8 {
    gap: 8rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .h-xxl-25 {
    height: 25% !important;
  }
  .h-xxl-50 {
    height: 50% !important;
  }
  .h-xxl-75 {
    height: 75% !important;
  }
  .h-xxl-100 {
    height: 100% !important;
  }
  .h-xxl-auto {
    height: auto !important;
  }
  .h-xxl-80 {
    height: 80px !important;
  }
  .h-xxl-200 {
    height: 200px !important;
  }
  .h-xxl-300 {
    height: 300px !important;
  }
  .h-xxl-400 {
    height: 400px !important;
  }
  .h-xxl-460 {
    height: 460px !important;
  }
  .h-xxl-500 {
    height: 500px !important;
  }
  .h-xxl-530 {
    height: 530px !important;
  }
  .h-xxl-600 {
    height: 600px !important;
  }
  .h-xxl-620 {
    height: 620px !important;
  }
  .h-xxl-800 {
    height: 800px !important;
  }
  .h-xxl-vh-50 {
    height: 50vh !important;
  }
  .h-xxl-vh-80 {
    height: 80vh !important;
  }
  .h-xxl-vh-100 {
    height: 100vh !important;
  }
  .h-xxl-full {
    height: 100% !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .gap-xxl-6 {
    gap: 6rem !important;
  }
  .gap-xxl-8 {
    gap: 8rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.bg--light-gray {
  background-color: var(--color-light-gray);
}

.bg-gray-dark {
  background-color: rgba(26, 26, 26, 0.6);
}

.bg--gray-xl {
  background-color: rgb(247, 247, 247);
}

.bg--gray-large {
  background-color: rgb(246, 246, 246);
}

.color-primary {
  color: rgb(26, 26, 26);
}

.bg--primary {
  background-color: rgb(26, 26, 26);
}

.color-gray-medium {
  color: rgb(138, 138, 138);
}

.bg--dark-black {
  background: rgb(26, 26, 26);
}

.text-white--opacity--70 {
  color: rgba(255, 255, 255, 0.7);
}

.text-black--opacity--60 {
  color: rgba(26, 26, 26, 0.6);
}

.gradient-1 {
  background: linear-gradient(rgba(26, 26, 26, 0) 0%, rgba(26, 26, 26, 0.6) 100%);
}

.mask-1 {
  mask: linear-gradient(rgba(0, 0, 0, 0.2) 0%, rgb(0, 0, 0) 100%);
}

.font-family--js {
  font-family: "Plus Jakarta Sans", sans-serif;
}

.heading-inter {
  font-family: "Inter", sans-serif;
}

.heading-1,
.heading-2,
.heading-3,
.heading-4,
.heading-5,
.heading-6 {
  font-family: "Plus Jakarta Sans", sans-serif;
}

.heading-1,
.entry-content h1 {
  font-size: 64px;
  font-weight: 600;
  line-height: 78px;
}

.heading-2,
.entry-content h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.heading-3,
.entry-content h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.heading-4,
.entry-content h4 {
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
}

.heading-5,
.entry-content h5 {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.heading-6,
.entry-content h6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.font-size--18 {
  font-size: 18px;
  line-height: 28px;
}

.font-size--16 {
  font-size: 16px;
  line-height: 26px;
}

.font-size--14 {
  font-size: 14px;
  line-height: 24px;
}

.font-size--12 {
  font-size: 12px;
  line-height: 20px;
}

@media (width <= 992px) {
  .heading-1 {
    font-size: 40px;
    line-height: 42px;
  }
  .heading-2 {
    font-size: 32px;
    line-height: 40px;
  }
  .heading-3 {
    font-size: 28px;
    line-height: 36px;
  }
  .heading-4 {
    font-size: 22px;
    line-height: 32px;
  }
  .heading-5 {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (width <= 480px) {
  .heading-2 {
    font-size: 28px;
    line-height: 36px;
  }
  .heading-3 {
    font-size: 24px;
    line-height: 32px;
  }
  .heading-4 {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (width <= 420px) {
  .heading-1{
    font-size: 38.5px;
  }
  .hero.hero--home img{
    object-position: center 5px;
  }
}

@media (width <= 400px) {
  .heading-1{
    font-size: 37px;
  }
  .hero.hero--home img{
    object-position: center 15px;
  }
}

@media (width <= 390px) {
  .heading-1{
    font-size: 35.5px;
  }
  .hero.hero--home img{
    object-position: center 35px;
  }
}


.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.py-140 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-60 {
  padding-bottom: 60px;
}

.px-60 {
  padding-left: 60px;
  padding-right: 60px;
}

.gx-6 {
  --bs-gutter-x: 6rem;
}

.mt-100 {
  margin-top: 100px;
}

@media (width <= 1200px) {
  .gap-6 {
    gap: 3rem;
  }
  .gap-8 {
    gap: 4rem;
  }
}
@media (width <= 768px) {
  .py-140 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .py-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .px-60 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .gx-6 {
    --bs-gutter-x: 2rem;
  }
  .gap-6 {
    gap: 2rem;
  }
  .gap-8 {
    gap: 2rem;
  }
  .pb-100 {
    padding-bottom: 50px;
  }
}
.reveal {
  opacity: 0;
  filter: blur(15px);
  /* Start shifted to the left */
  transform: translateX(-50px);
  will-change: transform, opacity, filter;
}

.rollover-effect {
  position: relative;
  overflow: hidden;
  height: 19px;
  line-height: 1.2;
}
.rollover-effect .label-2 {
  transform-origin: left center;
}
.rollover-effect span {
  transition: 0.2s ease-in-out;
  position: relative;
  display: block;
}
.rollover-effect:hover .label-1 {
  position: relative;
  transform: translateY(-19px);
}
.rollover-effect:hover .label-2 {
  transform: translateY(-19px);
}

.rollover-icon .icon {
  position: relative;
  overflow: hidden;
  width: 12px;
  display: flex;
}
.rollover-icon i {
  transition: 0.2s ease-in-out;
  position: relative;
}
.rollover-icon:hover i:nth-child(1) {
  position: relative;
  transform: translateX(-12px);
}
.rollover-icon:hover i:nth-child(2) {
  transform: translateX(-12px);
}

.radius-20 {
  border-radius: 20px;
}

.bt-radius-20 {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.bb-radius-20 {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

@media (width <= 768px) {
  .no-radius-mobile {
    border-radius: 0;
  }
}
.shadow-1 {
  box-shadow: rgba(0, 0, 0, 0.18) 0px 0.602187px 0.602187px -1.25px, rgba(0, 0, 0, 0.16) 0px 2.28853px 2.28853px -2.5px, rgba(0, 0, 0, 0.06) 0px 10px 10px -3.75px;
}

.site-header {
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 0;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.admin-bar .site-header {
  top: 32px;
}

.secondary-navigation {
  display: flex;
  align-items: center;
  gap: 20px;
}
.secondary-navigation a {
  text-decoration: none;
  color: rgb(26, 26, 26);
}
.secondary-navigation .button-contact {
  background: rgb(26, 26, 26);
  color: #fff;
}

.site-header.sticky .secondary-navigation .button-login {
  background-color: #fff;
}

.site-header.sticky .secondary-navigation .button-contact {
  background-color: rgb(26, 26, 26);
  color: #fff;
}

.main-navigation {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}
.main-navigation svg {
  display: block;
  width: 18px;
  z-index: 1;
}
.main-navigation:hover svg path {
  fill: #000;
}
.main-navigation > ul {
  display: flex;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation .main-navigation--item {
  color: rgb(26, 26, 26);
  font-weight: 500;
}
.main-navigation > ul > li {
  padding: 18px 16px;
  cursor: pointer;
  flex-shrink: 0;
}
.main-navigation > ul > li:after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: transparent;
  height: 10px;
  content: "";
}
.main-navigation .sub-menu {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  font-size: 18px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding: 20px 10px;
  border-radius: 12px;
  min-width: 300px;
}
.main-navigation .sub-menu li {
  opacity: 0;
}
.main-navigation .sub-menu a {
  color: rgb(26, 26, 26);
  font-weight: 500;
}
.main-navigation .sub-menu a:hover {
  color: #565656;
}
.main-navigation .sub-menu li {
  padding: 8px 10px;
}

.main-navigation:hover:before,
.site-header.sticky .main-navigation:before {
  content: "";
  width: calc(100% + 40px);
  height: 100%;
  position: absolute;
  top: 0;
  left: -20px;
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 0.602187px 0.602187px -1.25px, rgba(0, 0, 0, 0.16) 0px 2.28853px 2.28853px -2.5px, rgba(0, 0, 0, 0.06) 0px 10px 10px -3.75px;
}

.site-header.theme--white:not(.sticky) svg path {
  fill: #fff;
}
.site-header.theme--white:not(.sticky) .login-button {
  color: #fff;
}
.site-header.theme--white:not(.sticky) .main-navigation > ul > li span {
  color: #fff;
}
.site-header.theme--white:not(.sticky) .main-navigation:hover > ul > li span {
  color: #000;
}
.site-header.theme--white:not(.sticky) .main-navigation:hover svg path {
  fill: #000;
}
.site-header.theme--white:not(.sticky) .button-login {
  color: #fff;
}
.site-header.theme--white:not(.sticky) .secondary-navigation .button-contact {
  background-color: #fff;
  color: #000;
}
.site-header.theme--white:not(.sticky) .menu-toggle {
  color: #fff;
}

.site-header.theme--white-right:not(.sticky) .button-login {
  color: #fff;
}
.site-header.theme--white-right:not(.sticky) .secondary-navigation .button-contact {
  background-color: #fff;
  color: #000;
}
.site-header.theme--white-right:not(.sticky) .menu-toggle {
  
}

.nav-item--header {
  font-weight: 600;
}
.nav-item--header:not(:first-of-type) {
  margin-top: 0.8rem;
}

.submenu-container {
  position: relative;
}
.submenu-container .sub-menu {
  position: absolute;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

.menu-toggle,
.logo--mobile,
.login-button {
  z-index: 999;
}

.back-to-menu {
  display: none;
  color: rgb(26, 26, 26);
  background: transparent;
  margin-bottom: 1rem;
  font-size: 17px;
  padding: 0;
  text-align: left;
  line-height: 20px;
  width: 100%;
  border: none;
  outline: none;
}
.back-to-menu:before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 15px;
}
.back-to-menu.active {
  display: block;
}

@media (width <= 992px) {
  .logo--mobile {
    width: 30px;
    display: block;
  }
  .menu-toggle,
  .login-button {
    line-height: 0.8;
  }
  .login-button {
    color: rgb(26, 26, 26);
  }
  .site-header {
    transition: all 0.3s ease;
    padding-top: 1rem;
    padding-bottom: 1rem;
    z-index: 9999999;
  }
  .site-header.active {
    overflow: auto;
    height: 100%;
    background-color: #fff;
  }
  .site-header.active.sticky {
    backdrop-filter: none;
    background-color: #fff;
  }
  .site-header.active .main-navigation {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .site-header.active .main-navigation:before {
    display: none;
  }
  .site-header.active .main-navigation .button {
    margin-top: auto;
  }
  .site-header svg {
    width: 19px;
  }
  .site-header #user-menu {
    width: 17px;
  }
  .site-header .menu-toggle {
    display: flex;
    align-items: center;
    width: 18px;
  }
  .site-header .menu-toggle svg {
    width: 18px;
  }
  .site-header .menu-toggle #close-menu-icon {
    display: none;
    width: 14px;
  }
  .site-header.theme--white .main-navigation > ul > li span {
    color: rgb(26, 26, 26) !important;
  }
  .site-header .main-navigation {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    height: 100%;
    gap: 0;
    padding: 80px 1.5rem 1.5rem;
  }
  .site-header .main-navigation > ul {
    position: relative;
    top: initial;
    left: initial;
    width: 100%;
    gap: 10px;
    flex-direction: column;
  }
  .site-header .main-navigation > ul > li {
    font-weight: 500;
    font-size: 17px;
    padding: 14px 0;
    position: relative;
  }
  .site-header .main-navigation > ul > li.has-submenu:before {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    font-weight: 900;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    color: rgb(26, 26, 26);
  }
  .site-header .main-navigation > ul > li span {
    color: rgb(26, 26, 26);
  }
  .site-header .main-navigation > ul > li.active {
    background-color: rgb(246, 246, 246);
    border-radius: 12px;
  }
  .site-header .main-navigation li {
    position: initial;
  }
  .site-header .main-navigation svg {
    display: none;
  }
  .site-header .main-navigation .sub-menu {
    display: none;
    box-shadow: none;
    left: 0;
    position: relative;
    opacity: 0;
    padding: 0;
    top: initial;
    width: 100%;
    border-radius: 0;
  }
  .site-header .main-navigation .sub-menu li {
    padding: 8px 0;
  }
  .site-header .main-navigation .sub-menu.active {
    display: block;
    z-index: 9999999999;
  }
  .site-header .main-navigation ul li:hover > ul,
  .site-header .main-navigation ul li.focus > ul {
    left: 0;
  }
  .site-header .main-navigation .main-navigation--item {
    color: rgb(26, 26, 26);
  }
  .site-header .main-navigation .main-navigation--item span {
    color: inherit;
  }
  body:not(.home) .site-header.theme--white:not(.sticky) svg path,
  .site-header.theme--white.active svg path {
    fill: #000;
  }
  body:not(.home) .site-header.theme--white:not(.sticky) .menu-toggle,
  .site-header.theme--white.active .menu-toggle {
    color: #000;
  }
  body:not(.home) .site-header.theme--white:not(.sticky) .login-button,
  .site-header.theme--white.active .login-button {
    color: #000;
  }
  .site-header.sticky {
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.8);
  }
  .secondary-navigation {
    display: none;
  }
  .site-header.sticky {
    padding: 0.8rem 0;
  }
  .admin-bar .site-header.sticky {
    top: 0;
  }
}
.hero {
  padding-top: 8rem;
  padding-bottom: 8rem;
  height: 100vh;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.hero .hero--content {
  max-width: 840px;
  width: 100%;
}
.hero .hero--content p {
  letter-spacing: 0.3px;
}

.image--overlay {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.image--overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  right: 0;
  bottom: 0;
  background: linear-gradient(rgba(26, 26, 26, 0.6) 0%, rgba(26, 26, 26, 0) 60%);
}
.image--overlay img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.image--overlay-gradient:before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3));
}

.image--overlay-right {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
}
.image--overlay-right img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  corner-shape: inherit;
  object-position: 72% 49%;
  object-fit: cover;
}

.hero--black {
  background-color: #000;
  color: #fff;
}

@media (height <= 800px) {
  .gap-8 {
    gap: 4rem !important;
  }
  .hero--master {
    padding-bottom: 2rem;
  }
}
@media (width <= 768px) {
  .hero {
    height: auto;
    padding: 4.3rem 0 4rem 0;
  }
  .hero.hero--home {
    height: 90vh;
  }
  .hero.hero--home img {
    transform: scale(1.2);
  }
  
  .hero--master.gap-8{
    gap: 0rem !important;
  }
  .image--overlay-responsive {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 -2rem;
    width: calc(100% + 4rem) !important;
    height: 300px;
  }
  .image--overlay-right {
    margin-top: 3rem;
    position: relative;
    width: 100%;
    height: 300px;
  }
}
.button {
  border-radius: 12px;
  padding: 14px 20px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  width: max-content;
  line-height: 1;
}

.button-black {
  background-color: rgb(26, 26, 26);
  color: #fff;
}
.button-black:hover, .button-black:focus {
  color: #fff;
}

.button-white {
  background-color: #fff;
  color: rgb(26, 26, 26);
}
.button-white:hover, .button-white:focus {
  color: rgb(26, 26, 26);
}

.button-arrow i {
  font-size: 12px;
}

.button-transparent,
.button-transparent:hover {
  background-color: transparent;
  color: rgb(26, 26, 26);
}

.icon-ticker {
  position: relative;
  overflow: hidden;
  max-height: 500px;
  mask-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 25%, rgb(0, 0, 0) 75%, rgba(0, 0, 0, 0) 100%);
}
.icon-ticker ul {
  list-style: none;
  padding: 10px;
  margin: 0;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.icon-ticker ul li {
  animation: scroll-vertical 30s linear infinite;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 165px;
  font-weight: 300;
  color: rgb(26, 26, 26);
}
.icon-ticker:nth-child(2) ul {
  transform: translateY(-50%);
}
.icon-ticker:nth-child(2) ul li {
  animation: scroll-vertical--reverse 30s linear infinite;
}
.icon-ticker ul li div {
  background-color: #fff;
  height: min-content;
  overflow: clip;
  will-change: transform;
  border-radius: 24px;
  flex-flow: column;
  flex: none;
  place-content: flex-start center;
  align-items: flex-start;
  gap: 6px;
  width: 100%;
  padding: 16px;
  display: flex;
  position: relative;
  box-shadow: 0 0.602187px 0.602187px -1.25px rgba(0, 0, 0, 0.1803921569), 0 2.28853px 2.28853px -2.5px rgba(0, 0, 0, 0.1607843137), 0 10px 10px -3.75px rgba(0, 0, 0, 0.0588235294);
}
.icon-ticker ul li div h6 {
  line-height: 1.4;
  font-weight: 400;
}
@keyframes scroll-vertical {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(calc(-100% - 20px));
  }
}
@keyframes scroll-vertical--reverse {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(calc(100% + 20px));
  }
}
@media (width <= 768px) {
  .icon-ticker ul li {
    width: 100%;
  }
}

.scrollable-cards {
  overflow-x: hidden;
  width: 100%;
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 5%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%);
}
.scrollable-cards ul {
  display: flex;
  gap: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.scrollable-cards ul li {
  display: flex;
  flex-shrink: 0;
  gap: 20px;
}
.scrollable-cards ul li > div {
  min-height: 340px;
  flex-shrink: 0;
  max-width: 250px;
}

.scrollable-cards--animated ul {
  animation: scroll-horizontal 40s linear infinite;
}
@keyframes scroll-horizontal {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50% - 20px));
  }
}

.scrollable-cards--animated--reverse ul {
  animation: scroll-horizontal-reverse 40s linear infinite;
}
.scrollable-cards--animated--reverse ul li {
  transform: translateX(calc(-50% - 20px));
}
@keyframes scroll-horizontal-reverse {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(50% + 20px));
  }
}

.swiper-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}

.icon-check {
  background-image: url(../images/icons/check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.button-navigation {
  backdrop-filter: blur(5px);
  background-color: rgba(247, 247, 247, 0.7);
  border-radius: 20px;
  padding: 0.3rem;
  display: flex;
  width: max-content;
  gap: 0.1rem;
  align-items: center;
  position: relative;
}
.button-navigation .button-pill {
  position: absolute;
  background: #fff;
  border-radius: 16px;
  z-index: -1;
  transition: 0.3s ease;
  color: #fff;
  padding: 12px 0;
}
.button-navigation a {
  color: rgb(26, 26, 26);
  padding: 12px 25px;
  text-decoration: none;
}
.button-navigation a:focus, .button-navigation a:hover {
  outline: none;
  color: inherit;
}
@media screen and (max-width: 768px) {
  .button-navigation {
    width: 100%;
    padding: 6px 4px;
    border-radius: 8px;
  }
  .button-navigation a {
    font-size: 12px;
    padding: 6px 8px;
  }
  .button-navigation .button-pill {
    padding: 6px 0;
    border-radius: 8px;
  }
}

.floating-bar {
  position: fixed;
  width: 100%;
  z-index: 999;
  bottom: -100%;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  transition: 0.5s ease;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.floating-bar.visible {
  bottom: 0;
}
.floating-bar a {
  border: 1px solid rgb(26, 26, 26);
}
@media only screen and (max-width: 768px) {
  .floating-bar .container {
    padding: 0 10px;
  }
}

.double-image {
  position: relative;
  height: 358px;
  overflow: hidden;
  border-radius: 20px;
}
.double-image img {
  position: absolute;
}
.double-image .image-1 {
  top: calc(50% - 120px);
  left: 0;
  width: 340px;
}
.double-image .image-2 {
  top: calc(50% - 120px);
  right: 30px;
  width: 395px;
}
.double-image .image-3 {
  width: 360px;
  left: 10%;
  top: 10%;
}
.double-image .image-4 {
  width: 230px;
  top: 35%;
  left: 50%;
}
@media (width <= 768px) {
  .double-image {
    height: 240px;
  }
  .double-image .image-1 {
    top: calc(50% - 100px);
    width: 240px;
  }
  .double-image .image-2 {
    top: calc(50% - 90px);
    width: 270px;
    right: -20px;
  }
  .double-image .image-3 {
    width: 280px;
    left: 5%;
    top: 5%;
  }
  .double-image .image-4 {
    width: 190px;
    top: 30%;
    left: 40%;
  }
}

.fade-in {
  opacity: 0;
}

.slider-logos-wrapper {
  position: relative;
  overflow: hidden;
}

.slider-logos {
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 5%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%);
}
.slider-logos .slide-track {
  display: flex;
  gap: 20px;
  height: 100%;
}
.slider-logos .slide-track .slide-content {
  animation: scroll 60s linear infinite;
}
.slider-logos .slide-content {
  display: flex;
  gap: 20px;
  will-change: transform;
}
.slider-logos .slide-track--reverse .slide-content {
  animation: scroll-reverse 60s linear infinite;
}
.slider-logos .slide {
  height: 100%;
  width: 170px;
  flex-shrink: 0;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% - 20px));
  }
}
@keyframes scroll-reverse {
  0% {
    transform: translateX(calc(-100% - 20px));
  }
  100% {
    transform: translateX(0);
  }
}
@media only screen and (max-width: 768px) {
  .slider-logos {
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 5%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%);
  }
  .slider-logos .slide {
    width: 141.6666666667px;
  }
}
.slider-logos img {
  width: 137px;
  height: auto;
  opacity: 0.8;
}

.slider-logos--dark {
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 5%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%);
}
.slider-logos--dark .slide-track {
  display: flex;
  gap: 20px;
  height: 100%;
}
.slider-logos--dark .slide-track .slide-content {
  animation: scroll 60s linear infinite;
}
.slider-logos--dark .slide-content {
  display: flex;
  gap: 20px;
  will-change: transform;
}
.slider-logos--dark .slide-track--reverse .slide-content {
  animation: scroll-reverse 60s linear infinite;
}
.slider-logos--dark .slide {
  height: 100%;
  width: 180px;
  flex-shrink: 0;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% - 20px));
  }
}
@keyframes scroll-reverse {
  0% {
    transform: translateX(calc(-100% - 20px));
  }
  100% {
    transform: translateX(0);
  }
}
@media only screen and (max-width: 768px) {
  .slider-logos--dark {
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 5%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%);
  }
  .slider-logos--dark .slide {
    width: 150px;
  }
}
.slider-logos--dark img {
  width: 137px;
  height: auto;
}

.slider-teachers {
  height: 465px;
  margin: auto;
  overflow: hidden;
  position: relative;
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 5%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%);
}
.slider-teachers .slide-track {
  display: flex;
  gap: 20px;
  height: 100%;
}
.slider-teachers .slide-track .slide-content {
  animation: scroll 25s linear infinite;
}
.slider-teachers .slide-content {
  display: flex;
  gap: 20px;
  will-change: transform;
}
.slider-teachers .slide-track--reverse .slide-content {
  animation: scroll-reverse 25s linear infinite;
}
.slider-teachers .slide {
  height: 100%;
  width: 315px;
  flex-shrink: 0;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% - 20px));
  }
}
@keyframes scroll-reverse {
  0% {
    transform: translateX(calc(-100% - 20px));
  }
  100% {
    transform: translateX(0);
  }
}
@media only screen and (max-width: 768px) {
  .slider-teachers {
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 5%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%);
  }
  .slider-teachers .slide {
    width: 262.5px;
  }
}

.slider-about-us {
  height: 265px;
  margin: auto;
  overflow: hidden;
  position: relative;
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 5%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%);
}
.slider-about-us .slide-track {
  display: flex;
  gap: 20px;
  height: 100%;
}
.slider-about-us .slide-track .slide-content {
  animation: scroll 60s linear infinite;
}
.slider-about-us .slide-content {
  display: flex;
  gap: 20px;
  will-change: transform;
}
.slider-about-us .slide-track--reverse .slide-content {
  animation: scroll-reverse 60s linear infinite;
}
.slider-about-us .slide {
  height: 100%;
  width: 415px;
  flex-shrink: 0;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% - 20px));
  }
}
@keyframes scroll-reverse {
  0% {
    transform: translateX(calc(-100% - 20px));
  }
  100% {
    transform: translateX(0);
  }
}
@media only screen and (max-width: 768px) {
  .slider-about-us {
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 5%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%);
  }
  .slider-about-us .slide {
    width: 345.8333333333px;
  }
}
.slider-about-us img {
  border-radius: 20px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.story-tabs--nav {
  width: max-content;
  border-bottom: 2px solid #e4e4e4;
  padding: 0 30px 15px;
}
.story-tabs--nav div {
  padding: 0 10px;
  cursor: pointer;
  position: relative;
}
.story-tabs--nav div.active:before {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgb(26, 26, 26);
  transition: 0.3s ease;
}

@media (width <= 768px) {
  .story-tabs--nav {
    width: 100%;
    overflow-x: auto;
  }
  .slider-teachers {
    width: calc(100% + 1.2rem);
    margin-left: -0.6rem;
    margin-right: -0.6rem;
    height: 380px;
  }
  .no-shadow-mobile {
    box-shadow: none;
  }
  .bg-gray-mobile {
    background-color: rgb(247, 247, 247) !important;
  }
  .bg-white-mobile {
    background-color: #fff !important;
  }
}
.swiper-slide a {
  text-decoration: none;
}

.card {
  background-color: var(--color-light-gray);
  border-radius: 12px;
  padding: 1.5rem;
  border: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.card .card--description {
  color: rgba(26, 26, 26, 0.6);
}

.card--background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  z-index: -1;
}
.card--background img {
  object-fit: cover;
  display: block;
  height: 100%;
  width: 100%;
  border-radius: inherit;
}

.card--bg-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.card--course {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 460px;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.43) 0px 0.602187px 0.602187px -1.25px, rgba(0, 0, 0, 0.38) 0px 2.28853px 2.28853px -2.5px, rgba(0, 0, 0, 0.15) 0px 10px 10px -3.75px;
  transition: 0.5s ease;
}
.card--course .card--content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  border-radius: inherit;
  z-index: 1;
  display: flex;
  gap: 7px;
  flex-direction: column;
}
.card--course .card--content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  mask: linear-gradient(rgba(0, 0, 0, 0), black 50%);
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.4);
  /* Add a subtle gradient for better readability */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2));
  /* Ensure the overlay covers the entire content area */
  border-radius: inherit;
}
.card--course img {
  transition: all 0.3s ease;
}
.card--course:hover {
  transform: scale(1.02) !important;
}
.card--course:hover img {
  transform: scale(1.1);
}
.card--course .badge {
  border-radius: 30px;
  background: #fff;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  padding: 4px 16px;
  color: rgb(26, 26, 26);
}
@media (width <= 768px) {
  .card--course {
    height: 360px;
  }
  .card--course .badge {
    font-size: 12px;
  }
}

.card--teacher {
  border-radius: 20px;
  padding: 1rem;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card--teacher .company--badge {
  backdrop-filter: blur(10px);
  height: 54px;
  display: flex;
  align-items: center;
  width: 140px;
  text-align: center;
  border-radius: 13px;
  background-color: rgba(255, 255, 255, 0.3);
}
.card--teacher .company--badge img {
  margin: 0 auto;
  width: 80%;
  height: 80%;
  object-fit: contain;
  text-align: center;
  display: block;
}
.card--teacher .card--content {
  background-color: #fff;
  padding: 1rem;
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.card--teacher .card--content .card--title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.card--teacher .card--content .card--subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: rgba(26, 26, 26, 0.6);
}

.card--video {
  cursor: pointer;
}
.card--video .play-icon {
  transition: all 0.2s ease;
}
.card--video .card--video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  z-index: 9;
  border-radius: 20px;
}
.card--video .card--video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.3s ease;
}
.card--video.active .card--video-wrapper {
  opacity: 1;
}
.card--video.active .card--content {
  display: none !important;
}
.card--video.active .play-icon {
  transform: translateY(-150%);
}

.site-footer {
  background: var(--color-dark);
  padding: 3rem 0;
  color: #fff;
}
.site-footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.site-footer h6 {
  color: #fff;
  font-weight: 500;
  margin-bottom: 20px;
}
.site-footer a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.site-footer a:hover {
  color: #fff;
}
.site-footer .footer--social {
  padding: 3.75rem 0;
}
.site-footer .footer--legal {
  font-size: 14px;
}
.site-footer .footer-cols > div {
  flex: 1 0 0;
}
.site-footer .footer--logo {
  width: 76px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 75.87 23.301" overflow="visible"><path d="M 75.87 12.949 C 75.87 10.315 74.327 8.772 71.776 8.772 C 69.225 8.772 67.7 10.445 67.7 13.06 C 67.7 15.676 69.705 17.404 71.961 17.404 C 74.216 17.404 75.334 16.221 75.722 14.816 L 73.634 14.225 C 73.384 14.863 72.913 15.288 71.988 15.288 C 71.064 15.288 70.177 14.632 70.131 13.716 L 75.815 13.716 C 75.852 13.458 75.87 13.208 75.861 12.949 Z M 70.186 12.118 C 70.232 11.507 70.759 10.74 71.813 10.74 C 72.866 10.74 73.412 11.508 73.458 12.118 Z M 54.519 5.305 L 57.015 5.305 L 57.015 17.164 L 54.519 17.164 Z M 33.908 17.164 L 26.513 17.164 L 26.513 5.555 L 33.898 5.555 L 33.898 7.995 L 29.111 7.995 L 29.111 10.204 L 33.455 10.204 L 33.455 12.478 L 29.111 12.478 L 29.111 14.706 L 33.908 14.706 L 33.908 17.164 Z M 48.567 17.404 C 50.998 17.404 52.911 15.62 52.911 13.079 C 52.911 10.537 51.007 8.772 48.576 8.772 C 46.145 8.772 44.232 10.565 44.232 13.079 C 44.232 15.593 46.136 17.404 48.576 17.404 Z M 48.567 11.064 C 49.519 11.064 50.406 11.701 50.406 13.079 C 50.406 14.456 49.519 15.112 48.567 15.112 C 47.633 15.112 46.727 14.465 46.727 13.088 C 46.727 11.711 47.633 11.064 48.567 11.064 Z M 41.154 9.021 L 43.788 9.021 L 40.682 17.164 L 38.168 17.164 L 34.813 9.021 L 37.522 9.021 L 39.416 14.086 Z M 64.631 9.021 L 67.265 9.021 L 64.16 17.164 L 61.646 17.164 L 58.29 9.021 L 60.998 9.021 L 62.893 14.086 Z M 14.895 8.54 C 18.139 12.857 18.943 15.436 18.657 17.506 C 18.37 19.576 16.734 21.767 14.895 23.292 L 9.922 17.293 C 8.591 15.426 4.589 10.851 4.644 8.54 C 4.228 5.832 7.251 1.987 8.6 0 Z M 5.051 15.63 C 5.504 16.286 5.744 17.062 5.763 17.857 C 5.781 18.652 5.559 19.438 5.134 20.113 L 3.101 23.301 L 0.744 19.983 C 0.291 19.345 0.041 18.597 0.004 17.811 C -0.032 17.035 0.162 16.258 0.55 15.584 L 2.611 12.025 L 5.07 15.63 L 5.051 15.63 Z" fill="rgb(250, 250, 250)"></path></svg>');
}

.e-accordion {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.e-accordion-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.e-accordion-item .e-accordion-icon {
  position: relative;
}
.e-accordion-item .e-accordion-icon:after, .e-accordion-item .e-accordion-icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  height: 12px;
  width: 2px;
  transition: 0.5s ease;
  background-color: #fff;
}
.e-accordion-item .e-accordion-icon:before {
  transform: translate(-50%, -50%);
}
.e-accordion-item.active .e-accordion-icon {
  background-color: rgb(239, 239, 239);
}
.e-accordion-item.active .e-accordion-icon:before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.e-accordion-item.active .e-accordion-icon:after, .e-accordion-item.active .e-accordion-icon:before {
  background-color: rgb(26, 26, 26);
}

.e-accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.e-accordion-icon {
  cursor: pointer;
  color: #fff;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  font-size: 25px;
  line-height: 0.5;
  justify-content: center;
  border-radius: 100%;
  background-color: rgb(26, 26, 26);
}

.e-accordion-header {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.e-accordion.e-accordion--border .e-accordion-item {
  border-bottom: 2px solid rgb(247, 247, 247);
}

.container {
  max-width: 1340px;
  width: 98%;
}

.mw-600 {
  max-width: 600px;
}

.max-width--900 {
  max-width: 900px;
  width: 100%;
}

.mw-900 {
  max-width: 900px;
}

.flex-auto {
  flex: 1 0 0;
}

.top-20 {
  top: 20px;
}

.left-20 {
  left: 20px;
}

@media (width <= 768px) {
  .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (width <= 768px) {
  .container.full-width-mobile {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}

.image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-cover--bottom {
  object-position: 50% 100%;
}

.image-cover--top {
  object-position: 50% 0%;
}

.sound-button {
  position: absolute;
  top: 10%;
  right: 10%;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  padding: 10px;
  display: flex;
  cursor: pointer;
  height: 60px;
  width: 60px;
  align-items: center;
  justify-content: center;
}
.sound-button.sound-button--big {
  height: 80px;
  width: 80px;
  top: 15%;
  right: 15%;
}
.sound-button.sound-button--big img {
  width: 32px;
}
.sound-button {
  cursor: pointer;
}
.sound-button img {
  display: block;
}
.sound-button .sound-on {
  display: none;
}

.video-wrapper {
  background: #ccc;
  position: relative;
  border-radius: 20px;
  color: #fff;
  overflow: hidden;
}
.video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  display: block;
}

.video-wrapper .video-content--info {
  width: 50%;
  gap: 40px;
}
.video-wrapper .video-content--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: inherit;
  padding: 5rem;
  background: linear-gradient(to right, rgba(26, 26, 26, 0.7) 0%, rgba(26, 26, 26, 0) 50%);
}
.video-wrapper.playing .video-content--overlay {
  display: none;
}
.video-wrapper.active .video-content--overlay {
  display: flex;
}

.video-content--buttons::-webkit-scrollbar{
  display: none;
}

.video-wrapper .video-content--buttons {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 20px;
  overflow: auto;
}
.video-wrapper .video-content--buttons p {
  margin-bottom: 0;
  font-size: 14px;
}
.video-wrapper .video--play-btn {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  height: 148px;
  width: 148px;
  justify-content: center;
  color: rgb(26, 26, 26);
  border-radius: 48px;
}
.video-wrapper .video--play-btn:hover {
  background: rgb(255, 255, 255);
}
.video-wrapper .video-content--button {
  cursor: pointer;
  flex-shrink: 0;
  border-radius: 20px;
  padding: 1rem;
}
.video-wrapper .video-content--button.active {
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 0.602187px 0.602187px -1.25px, rgba(0, 0, 0, 0.16) 0px 2.28853px 2.28853px -2.5px, rgba(0, 0, 0, 0.06) 0px 10px 10px -3.75px;
}

.video-wrapper-xl .video-wrapper--content{
  max-width: 775px;
}

.certification-wrapper{
  text-align: center;
  padding: 75px 0;
}

.certification-wrapper img{
  max-width: 250px;
}

@media only screen and (max-width: 768px) {
  .video-wrapper {
    height: 560px;
  }
  .video-wrapper.video-wrapper--square-mobile {
    height: 280px;
  }
  .video-wrapper .video-content--overlay {
    padding: 1.5rem;
    background: linear-gradient(rgba(26, 26, 26, 0) 40%, rgba(26, 26, 26, 0.7) 100%) rgba(0, 0, 0, 0);
  }
  .video-wrapper video {
    object-position: 50% 30%;
  }
  .video-wrapper .video-content--buttons {
    overflow: auto;
    width: 100%;
  }
  .video-wrapper .video-content--buttons .video-content--button {
    flex: none;
    max-width: 225px;
  }
  .video-wrapper .video-content--buttons .video-content--button div {
    font-size: 15px;
  }
  .video-wrapper .video-content--buttons .video-content--button p {
    font-size: 13px;
  }
}

.video-wrapper-xl {
  position: relative;
  overflow: hidden;
}
.video-wrapper-xl video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  border-radius: 20px;
}
.video-wrapper-xl .sound-wrapper:after {
  position: absolute;
  top: 0;
  content: "";
  left: 0;
  width: 100%;
  z-index: 0;
  height: 100%;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  padding: 5rem;
  background: linear-gradient(to top, rgba(26, 26, 26, 0.7) 0%, rgba(26, 26, 26, 0) 100%);
}
@media only screen and (max-width: 768px) {
  .video-wrapper-xl {
    height: 660px;
    margin-bottom: 4rem;
  }
  .video-wrapper-xl .black-overlay:before {
    border-radius: 0;
  }
  .video-wrapper-xl .sound-wrapper:after {
    border-radius: 0;
  }
  .video-wrapper-xl video {
    object-position: 50% 30%;
    border-radius: 0;
  }
}

/*Formulaio de master y programas*/
.contact-form-modal-master__label {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
  font-family: "Inter", "Inter Placeholder", sans-serif;
  font-style: normal;
  color: #1a1a1a;
  flex-shrink: 0;
  margin-bottom: 8px;
}

.contact-form-modal-master select {
  color: rgb(136, 136, 136) !important;
  font-size: 14px;
}

.contact-form-modal-master p br {
  display: none !important;
}

.contact-form-modal-master p {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}

/* Aplicar estilos a inputs (excepto submit) y selects */
.contact-form-modal-master input.wpcf7-form-control:not([type=submit]),
.contact-form-modal-master select.wpcf7-form-control {
  border-width: 1.5px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #fff;
  padding: 10px 15px;
  width: 100%;
  box-sizing: border-box;
  /* Recomendado para que el padding no afecte al ancho total */
}

.contact-form-modal-master .wpcf7-form-control:focus {
  border-color: #1a1a1a !important;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
}

/* 3. BOTÓN */
.contact-form-modal-master__submit-wrapper .contact-form-modal-master__button {
  width: 100%;
  background: #1a1a1a;
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 14px 16px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.contact-form-modal-master__submit-wrapper input {
  background-color: #1a1a1a;
  color: #fff;
  border-radius: 10px;
  padding: 14px 16px;
}

.contact-form-modal-master .wpcf7-list-item {
  margin-left: 0;
}

.contact-form-modal-master .wpcf7-acceptance span {
  font-size: 14px;
}

.contact-form-modal-master .wpcf7-acceptance label {
  display: flex;
  align-items: center;
  gap: 9px;
}

.contact-form-modal-master__submit-wrapper .contact-form-modal-master__button br {
  display: none;
}

.contact-form-modal-master__submit-wrapper p {
  margin: 0;
  padding: 0;
  display: inline;
  /* O contents */
}

/* Asegura que el botón se comporte como el contenedor del rollover */
.contact-form-modal-master__button {
  padding: 0;
  /* Quitamos el padding para que el div interno ocupe todo */
  overflow: hidden;
  border: none;
  background: transparent;
}

.contact-form-modal-master .iti-flag {
  display: none;
}

.contact-form-modal-master .intl-tel-input.separate-dial-code .selected-dial-code {
  padding-left: 5px;
}

.contact-form-modal-master .intl-tel-input.separate-dial-code .selected-flag {
  background-color: transparent;
}

.contact-form-modal-master .intl-tel-input .country-list .flag-box {
  display: none;
}

.contact-form-modal-master .intl-tel-input .country-list .country {
  display: flex;
  justify-content: space-between;
}

.contact-form-modal-master .wpcf7-spinner {
  display: none;
}

.contact-form-modal-master p {
  margin-bottom: 0 !important;
}

/* ==========================================================================
   MODALES DE SOLICITUD (INFORMACIÓN Y ADMISIONES)
   Metodología: BEM + Custom Properties
   ========================================================================== */
/* 1. Contenedor General (Overlay) */
#modal-solicitud,
#modal-admisiones,
.custom-modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  /* Soporte Safari */
  background-color: rgba(26, 26, 26, 0.38);
  z-index: 9999999999;
  overflow-y: auto;
  align-items: center;
  justify-content: center;
}

/* 2. Cuadro de Contenido (Wrapper) */
#modal-contenido,
.modal-contenido-wrapper {
  background: #ffffff;
  width: 90%;
  max-width: 650px;
  margin: 50px auto;
  padding: 40px;
  border-radius: 20px;
  position: relative;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

/* 3. Botón Cerrar (Versión Circular) */
#cerrar-modal-btn,
.cerrar-modal-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 32px;
  height: 32px;
  background: #5c5c5e;
  color: #ffffff !important;
  border: none;
  border-radius: 50%;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  z-index: 10;
  transition: background 0.3s ease, transform 0.2s ease;
  text-decoration: none;
}

#cerrar-modal-btn:hover,
.cerrar-modal-btn:hover {
  background: #1a1a1a;
  transform: scale(1.1);
}

/* 4. Componente: Píldoras de Información (BEM) 
   Basado en la imagen: Online / Duración 
   -------------------------------------------------------------------------- */
.master-info-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 25px;
  margin-top: 10px;
}

.master-info-pills__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #f6f6f6;
  height: 46px;
  padding: 4px 16px;
  border-radius: 50px;
  transition: transform 0.2s ease;
}

.master-info-pills__item:hover {
  transform: translateY(-2px);
}

.master-info-pills__icon {
  margin-right: 10px;
  font-size: 16px;
  color: #1a1a1a;
  display: flex;
  align-items: center;
}

.master-info-pills__text {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  line-height: 1;
  white-space: nowrap;
}

/* 5. Tipografía y Textos dentro del Modal */
#modal-contenido h2,
.modal-contenido-wrapper h2 {
  margin: 0 0 15px 0;
  font-size: 28px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.2;
}

#modal-contenido p,
.modal-contenido-wrapper p {
  color: #666666;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 25px;
}

/* 6. Feedback de Curso Seleccionado (Si se usa) */
#curso-seleccionado-info {
  background: #f8f9fa;
  padding: 12px 15px;
  border-radius: 8px;
  margin-bottom: 20px;
  border-left: 4px solid #1a1a1a;
  font-size: 14px;
  color: #333;
}

/* 7. Responsividad (Mobile First) */
@media (max-width: 768px) {
  #modal-contenido,
  .modal-contenido-wrapper {
    padding: 25px;
    width: 95%;
    margin: 20px auto;
  }
  .master-info-pills {
    gap: 8px;
  }
  .master-info-pills__item {
    padding: 8px 15px;
  }
  .master-info-pills__text {
    font-size: 13px;
  }
}
/* Mantenemos tus estilos */
.section-blog {
  background-color: #fff;
}

.blog-controls {
  background: #f7f7f7;
  border-radius: 24px;
  padding: 60px 40px;
  margin-bottom: 50px;
}

/* Contenedor relativo para la lupa */
.search-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

/* Estilo del icono de lupa */
.search-icon {
  position: absolute;
  left: 20px;
  /* Distancia desde la izquierda */
  color: #a0a0a0;
  /* Gris suave tipo Framer */
  font-size: 15px;
  pointer-events: none;
  /* Evita que el click en el icono bloquee el input */
}

#ajax-search.form-control-custom {
  font-weight: 500;
  border-radius: 12px;
  padding: 14px 20px 14px 45px;
  width: 100%;
  max-width: 600px;
  border-color: #fff !important;
  box-shadow: 0px 0.602187px 0.602187px -1.25px rgba(0, 0, 0, 0.0705882353), 0px 2.28853px 2.28853px -2.5px rgba(0, 0, 0, 0.0588235294), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.031372549);
}

#ajax-search.form-control-custom:focus {
  border-color: var(--evolve-primary);
  background-color: #fff;
  box-shadow: 0 0 0 4px rgba(0, 102, 255, 0.05);
}

.btn-pill {
  border-radius: 12px;
  padding: 12px 24px;
  font-weight: 500;
  background: #f2f2f2;
  border: none;
  transition: 0.3s;
  cursor: pointer;
}

.btn-pill.active {
  background: #1a1a1a;
  color: #fff;
}

.c-card {
  position: relative;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s;
}

.c-card__header {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 16/10;
}

.c-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s;
}

.c-card:hover .c-card__img {
  transform: scale(1.05);
}

.c-card__body {
  padding-top: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.c-card__category {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #8f8f8f;
  position: relative;
  z-index: 2;
}

.c-card__read {
  color: #8f8f8f;
  font-size: 14px;
}

#blog-response.is-loading {
  opacity: 0.5;
  filter: grayscale(1);
  pointer-events: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .c-card__header {
    aspect-ratio: 28/10;
  }
}
/* --- SCROLL LATERAL PARA CATEGORÍAS (Móvil y Tablet) --- */
@media (max-width: 1024px) {
  .blog-controls {
    padding: 40px 20px;
  }
  #ajax-filters {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    /* Habilita scroll horizontal */
    overflow-y: hidden;
    white-space: nowrap;
    /* Fuerza una sola línea */
    padding-bottom: 20px;
    /* Espacio para que no se corte la sombra */
    -webkit-overflow-scrolling: touch;
    /* Scroll suave en iOS */
    scrollbar-width: none;
    /* Oculta scroll en Firefox */
    /* Efecto Edge-to-Edge: permite que el scroll llegue al borde de la pantalla */
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* Oculta la barra de scroll en Chrome, Safari y Edge */
  #ajax-filters::-webkit-scrollbar {
    display: none;
  }
  /* Evita que los botones se deformen al intentar ajustarse al ancho */
  .btn-pill {
    flex: 0 0 auto;
  }
}
/*slider teacher*/
.tabs-valor ul {
  width: max-content;
  margin: 0 auto;
  backdrop-filter: blur(5px);
  background-color: #f9f9f9;
  border-radius: 16px;
  transform: none;
  transform-origin: 50% 50% 0px;
  padding: 7px;
  border-radius: 20px;
}

.tabs-valor button {
  padding: 14px 16px;
  border: none;
  border-radius: 12px;
  background-color: transparent;
  font-size: 16px;
  font-weight: 500;
}

.tabs-valor button.active {
  background-color: #fff;
}

@media (max-width: 991px) {
  .custom-carousel {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    /* Scroll suave en iOS */
    scrollbar-width: none;
    /* Ocultar scrollbar en Firefox */
    padding-bottom: 20px;
    /* Espacio para que no se corte la sombra */
  }
  .custom-carousel::-webkit-scrollbar {
    display: none;
    /* Ocultar scrollbar en Chrome/Safari */
  }
  /* Móvil: 1 caja + 20% de la siguiente (80% del ancho) */
  .col-carousel {
    flex: 0 0 80%;
    max-width: 80%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* Tablet: 2 cajas + media (40% del ancho) */
  /* (100% / 2.5 = 40%) */
  .col-carousel {
    flex: 0 0 40%;
    max-width: 40%;
  }
}
@media (min-width: 992px) {
  /* Escritorio: Restaurar comportamiento de Bootstrap */
  .col-carousel {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}
/*Seccion sticky*/
.sticky-section {
  background: #fff;
  width: 100%;
}

.sticky-section img {
  aspect-ratio: 540/360;
  object-fit: cover;
}

.sticky-section .row {
  display: flex;
  margin: 0;
  min-height: 100vh;
}

/* COLUMNA IZQUIERDA - STICKY */
.sticky-section .left-col {
  position: sticky;
  top: 100px;
  padding: 0;
  height: 100vh;
  /* IMPORTANTE: altura fija */
}

.sticky-section .sticky-wrapper {
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  /* Se pega al top */
  width: 100%;
  height: 70vh;
  overflow: hidden;
}

.sticky-section .sticky-image {
  position: absolute;
  left: 0;
  width: 100%;
  height: 60vh;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.sticky-section .sticky-image.active {
  opacity: 1;
}

/* COLUMNA DERECHA - SCROLL */
.sticky-section .right-col {
  padding: 0;
  background: #fff;
}

.sticky-section .content-block {
  height: 70vh;
  /* Cada bloque ocupa una pantalla */
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4rem;
  border-bottom: 1px solid #f0f0f0;
}

.sticky-section .content-block:last-child {
  border-bottom: none;
}

.sticky-section .badge {
  display: inline-block;
  background: #f5f5f5;
  padding: 0.5rem 1.5rem;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  width: fit-content;
}

.sticky-section .content-block p {
  font-size: 1.2rem;
  color: #666;
  line-height: 1.6;
  max-width: 500px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .sticky-section .left-col {
    height: 50vh;
  }
  .sticky-section .sticky-wrapper {
    position: relative;
    /* Quita sticky en móvil */
    height: 50vh;
  }
  .sticky-section .content-block {
    height: auto;
    min-height: auto;
    padding: 3rem 0rem 0 0;
  }
}
/* Alineación al borde derecho de la pantalla */
.slider-full-right {
  /* Alinea el inicio del slider con el borde izquierdo del .container */
  padding-left: calc((100vw - 1360px) / 2);
  overflow: visible;
}

/* En pantallas pequeñas, ajustar el padding del slider */
@media (max-width: 1200px) {
  .slider-full-right {
    padding-left: calc((100vw - 960px) / 2 + 15px);
  }
}
@media (max-width: 992px) {
  .slider-full-right {
    padding-left: calc((100vw - 720px) / 2 + 15px);
  }
}
@media (max-width: 768px) {
  .slider-full-right {
    padding-left: 15px;
  }
}
.event-slider__wrapper {
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding: 20px 0;
  gap: 20px;
}

.event-slider__wrapper::-webkit-scrollbar {
  display: none;
}

/* Responsive: Caja y media */
.event-slider__item {
  flex: 0 0 auto;
  width: 66.6%;
  /* "Caja y media" en móvil */
}

@media (min-width: 768px) {
  .event-slider__item {
    width: 450px;
    /* Tamaño fijo en desktop */
  }
}
/* Estilos de Card (BEM) */
.event-card {
  background: #fff;
  border-radius: 20px;
  padding: 25px;
  border: 1px solid #eee;
  margin-right: 10px;
}

.event-card__date-box {
  background-color: #f7f7f7;
  border-radius: 12px;
  min-width: 80px;
  height: 85px;
  flex-shrink: 0;
}

.event-card__day {
  font-size: 24px;
  font-weight: 600;
  color: rgb(26, 26, 26);
}

.event-card__month {
  font-size: 16px;
  font-weight: 400;
  color: #666;
}

.event-card__title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  color: rgb(26, 26, 26);
}

.event-card__category {
  font-size: 18px;
}

.event-card__info {
  color: #888;
  font-size: 0.9rem;
}

.btn-event {
  padding: 0;
  background-color: transparent;
  border: none;
}

#prevBtn img {
  transform: rotate(180deg);
}

/*Section impecto*/
.section-impacto .section-impacto__img {
  height: 730px;
  object-fit: cover;
}

/*section responsabilidad*/
.section-responsabilidad img {
  height: 480px;
  width: 100%;
  object-fit: cover;
}

/*section contruir*/
.section-construir img {
  height: 334px;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .section-impacto .section-impacto__img {
    height: 320px;
  }
}
.hero--datascience .image--overlay-right img {
  object-position: 58% 49%;
}

/* --- ESTILOS BEM EVOLVE --- */
.ev-job {
  padding: 120px 40px;
}

.ev-job__header {
  margin-bottom: 80px;
}

.ev-job__location {
  color: #1a1a1a;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.ev-job__location img {
  width: 25px;
  height: auto;
}

.ev_job_content {
  --bs-gutter-x: 80px;
}

.ev-job__section-title {
  font-size: 1.75rem;
  font-weight: 600;
  color: #1a1a1a;
  font-family: "Plus Jakarta Sans", sans-serif;
  margin-bottom: 40px;
  margin-top: 40px;
}

.ev-job__text h3 {
  font-size: 1.375rem;
  font-weight: 600;
  font-family: Inter;
  margin-bottom: 30px;
  margin-top: 20px;
}

.ev-job__text,
.ev-job__text ul,
.ev-job__text ol {
  line-height: 1.7;
  color: #1a1a1a;
  font-size: 1.125rem;
}

.ev-job__text ol {
  list-style-type: decimal !important;
}

.ev-job__text ol li::marker {
  font-weight: 600;
  color: #1a1a1a;
}

.ev-job__text ol,
.ev-job__text ul {
  margin-left: 0;
  padding-left: 21px;
}

/* Seleccionamos los li que contienen un h3 directamente */
.ev-job__text ol li:has(h3) {
  /* Ajustamos el margen para que el número grande no choque */
  margin-bottom: 5px;
}

/* Aplicamos el estilo al número (marker) */
.ev-job__text ol li:has(h3)::marker {
  font-size: 1.375rem;
  /* Igual al tamaño de tu h3 */
  font-weight: 600;
  /* Mismo grosor que el h3 */
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #1a1a1a;
}

/* Sidebar Fija */
.ev-job__sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 200px;
}

.ev-job__info-card {
  padding-top: 20px;
}

.ev-job__info-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #f5f5f5;
  color: #555;
  font-size: 0.95rem;
}

@media (max-width: 1024px) {
  .ev-job__sidebar {
    position: static;
    margin-top: 50px;
  }
  .ev-job {
    padding: 100px 0;
  }
  .ev_job_content {
    --bs-gutter-x: 20px;
  }
  .ev-job__location {
    justify-content: flex-start;
  }
  .ev-job__header {
    margin-bottom: 10px;
  }
}
/* Ajuste para que la imagen no se coma el espacio del título */
.banner-content-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 2rem;
}

.banner-trabaja__img {
  width: 100%;
  /* Altura flexible pero limitada */
  height: 400px;
  max-height: 40vh;
  /* Se adapta según el dispositivo */
  border-radius: 20px;
  overflow: hidden;
}

.banner-trabaja__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Ajuste de Media Queries: Usa siempre !important para pisar alturas fijas */
@media (min-width: 1025px) and (max-width: 1280px) {
  .banner-trabaja__img {
    height: 30vh !important;
    max-height: 30vh !important;
  }
}
@media (max-width: 768px) {
  .banner-trabaja {
    min-height: auto;
    /* En móvil dejamos que fluya libremente */
    padding: 120px 0 40px 0;
    /* Más espacio arriba por el menú móvil */
  }
  .banner-trabaja__img {
    height: 200px !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .banner-trabaja {
    min-height: 100svh;
  }
  .banner-trabaja__img {
    height: 65vh !important;
    max-height: 65vh;
  }
}
/*Como trabajar*/
.como-trabajar__title {
  font-size: 16px;
  font-family: Inter;
  font-weight: 600;
  color: #1a1a1a;
}

/*Secion impacto*/
.section-impacto__img img {
  height: 351px;
  object-fit: cover;
}

.hero--ia-generativa .image--overlay-right img {
  object-position: 57% 49%;
}

.hero-ia-salud .image--overlay-right img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  corner-shape: inherit;
  object-position: 53% 49%;
  object-fit: cover;
}

/*General*/
.check-icon-blak {
  background-color: #1a1a1a;
  padding: 10px;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 20px;
}

.check-icon-blak img {
  filter: brightness(0) invert(1);
}

/*Tabs WVOLVE*/
.tabs-wvolve ul {
  width: max-content;
  margin: 0 auto;
  transform: none;
  transform-origin: 50% 50% 0px;
}

.tabs-wvolve button {
  padding: 14px 16px;
  border: none;
  border-radius: 12px;
  color: #1a1a1a;
  background-color: #f7f7f7;
  font-size: 16px;
  font-weight: 500;
}

.tabs-wvolve button.active {
  background-color: #1a1a1a;
  color: #fff;
}

/* Estilos adicionales para los bloques de los tabs WVOLVE */
.top-block,
.bottom-block {
  transition: opacity 0.3s ease;
}

.active-block {
  display: block !important;
}

/*Section impacto- WVOLVE*/
.section-impacto__card {
  border-right: solid 2px #e8e8e8;
}

@media (max-width: 767px) {
  #fundacionTabs {
    overflow-x: auto !important;
    flex-wrap: nowrap !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
    width: 100%;
    justify-content: flex-start !important;
  }
  #fundacionTabs li {
    flex: 0 0 auto;
  }
  /* Oculta la barra de scroll */
  #fundacionTabs::-webkit-scrollbar {
    display: none;
  }
}
.post-hero__meta {
  font-size: 16px;
  font-family: Inter;
  color: #666;
}

.post-hero__image-container img {
  max-height: 480px;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}

.post-sidebar__toc-list {
  margin-left: 0;
}

.post-sidebar__toc-list li {
  padding-left: 0 !important;
}

.post-sidebar__toc-list a:hover {
  color: #1a1a1a !important;
}

/* Post content */
.post-content * {
  color: #1a1a1a;
}

.post-content h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  margin-top: 40px;
}

.post-content h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  margin-top: 40px;
}

.post-content h4 {
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  margin-top: 40px;
}

.post-content h5 {
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  margin-top: 40px;
}

.post-content h6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin-top: 40px;
}

.post-content p, .post-content ul {
  font-size: 18px;
  line-height: 29px;
  -webkit-font-smoothing: antialiased;
}

/* Cardpost */
.c-card {
  position: relative;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s;
}

.c-card__header {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 16/10;
}

.c-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s;
}

.c-card:hover .c-card__img {
  transform: scale(1.05);
}

.c-card__body {
  padding-top: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.c-card__category {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #8f8f8f;
  position: relative;
  z-index: 2;
}

.c-card__read {
  color: #8f8f8f;
  font-size: 14px;
}

/* CTA Sidebar */
.post-sidebar__cta {
  box-shadow: 0 0.602187px 0.602187px -1.25px rgba(0, 0, 0, 0.1803921569), 0 2.28853px 2.28853px -2.5px rgba(0, 0, 0, 0.1607843137), 0 10px 10px -3.75px rgba(0, 0, 0, 0.0588235294);
}

.post-sidebar__title {
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
}

/* Post author */
.post-author--gray {
  background-color: #f7f7f7;
}

.post-author__bio p {
  font-size: 14px !important;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .post-hero__image-container img {
    aspect-ratio: 126/80;
  }
  .c-card__header {
    aspect-ratio: 20/10;
  }
}
@media (max-width: 767px) {
  .post-hero__image-container img {
    aspect-ratio: 62/80;
  }
  .c-card__header {
    aspect-ratio: 20/10;
  }
}
/* Mantenemos tus estilos */
.section-blog {
  background-color: #fff;
}

.blog-controls {
  background: #f7f7f7;
  border-radius: 24px;
  padding: 60px 40px;
  margin-bottom: 50px;
}

/* Contenedor relativo para la lupa */
.search-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

/* Estilo del icono de lupa */
.search-icon {
  position: absolute;
  left: 20px;
  /* Distancia desde la izquierda */
  color: #a0a0a0;
  /* Gris suave tipo Framer */
  font-size: 15px;
  pointer-events: none;
  /* Evita que el click en el icono bloquee el input */
}

#ajax-search.form-control-custom {
  font-weight: 500;
  border-radius: 12px;
  padding: 14px 20px 14px 45px;
  width: 100%;
  max-width: 600px;
  border-color: #fff !important;
  box-shadow: 0px 0.602187px 0.602187px -1.25px rgba(0, 0, 0, 0.0705882353), 0px 2.28853px 2.28853px -2.5px rgba(0, 0, 0, 0.0588235294), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.031372549);
}

#ajax-search.form-control-custom:focus {
  border-color: var(--evolve-primary);
  background-color: #fff;
  box-shadow: 0 0 0 4px rgba(0, 102, 255, 0.05);
}

.btn-pill {
  border-radius: 12px;
  padding: 12px 24px;
  font-weight: 500;
  background: #f2f2f2;
  border: none;
  transition: 0.3s;
  cursor: pointer;
}

.btn-pill.active {
  background: #1a1a1a;
  color: #fff;
}

.c-card {
  position: relative;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s;
}

.c-card__header {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 16/10;
}

.c-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s;
}

.c-card:hover .c-card__img {
  transform: scale(1.05);
}

.c-card__body {
  padding-top: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.c-card__category {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #8f8f8f;
  position: relative;
  z-index: 2;
}

.c-card__read {
  color: #8f8f8f;
  font-size: 14px;
}

#blog-response.is-loading {
  opacity: 0.5;
  filter: grayscale(1);
  pointer-events: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .c-card__header {
    aspect-ratio: 28/10;
  }
}
/* --- SCROLL LATERAL PARA CATEGORÍAS (Móvil y Tablet) --- */
@media (max-width: 1024px) {
  .blog-controls {
    padding: 40px 20px;
  }
  #ajax-filters {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    /* Habilita scroll horizontal */
    overflow-y: hidden;
    white-space: nowrap;
    /* Fuerza una sola línea */
    padding-bottom: 20px;
    /* Espacio para que no se corte la sombra */
    -webkit-overflow-scrolling: touch;
    /* Scroll suave en iOS */
    scrollbar-width: none;
    /* Oculta scroll en Firefox */
    /* Efecto Edge-to-Edge: permite que el scroll llegue al borde de la pantalla */
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* Oculta la barra de scroll en Chrome, Safari y Edge */
  #ajax-filters::-webkit-scrollbar {
    display: none;
  }
  /* Evita que los botones se deformen al intentar ajustarse al ancho */
  .btn-pill {
    flex: 0 0 auto;
  }
}
.section-blog {
  background-color: #fff;
}

.blog-controls {
  background: #f7f7f7;
  border-radius: 24px;
  padding: 60px 40px;
  margin-bottom: 50px;
}

/* Contenedor relativo para la lupa */
.search-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

/* Estilo del icono de lupa */
.search-icon {
  position: absolute;
  left: 20px;
  /* Distancia desde la izquierda */
  color: #a0a0a0;
  /* Gris suave tipo Framer */
  font-size: 15px;
  pointer-events: none;
  /* Evita que el click en el icono bloquee el input */
}

#ajax-search.form-control-custom {
  font-weight: 500;
  border-radius: 12px;
  padding: 14px 20px 14px 45px;
  width: 100%;
  max-width: 600px;
  border-color: #fff !important;
  box-shadow: 0px 0.602187px 0.602187px -1.25px rgba(0, 0, 0, 0.0705882353), 0px 2.28853px 2.28853px -2.5px rgba(0, 0, 0, 0.0588235294), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.031372549);
}

#ajax-search.form-control-custom:focus {
  border-color: var(--evolve-primary);
  background-color: #fff;
  box-shadow: 0 0 0 4px rgba(0, 102, 255, 0.05);
}

.btn-pill {
  border-radius: 12px;
  padding: 12px 24px;
  font-weight: 500;
  background: #f2f2f2;
  border: none;
  transition: 0.3s;
  cursor: pointer;
}

a.btn-pill {
  color: #1a1a1a;
}

.btn-pill.active {
  background: #1a1a1a;
  color: #fff;
}

.c-card {
  position: relative;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s;
}

.c-card__header {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 16/10;
}

.c-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s;
}

.c-card:hover .c-card__img {
  transform: scale(1.05);
}

.c-card__body {
  padding-top: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.c-card__category {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #8f8f8f;
  position: relative;
  z-index: 2;
}

.c-card__read {
  color: #8f8f8f;
  font-size: 14px;
}

#blog-response.is-loading {
  opacity: 0.5;
  filter: grayscale(1);
  pointer-events: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .c-card__header {
    aspect-ratio: 28/10;
  }
}
/* --- SCROLL LATERAL PARA CATEGORÍAS (Móvil y Tablet) --- */
@media (max-width: 1024px) {
  .blog-controls {
    padding: 40px 20px;
  }
  #ajax-filters {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    /* Habilita scroll horizontal */
    overflow-y: hidden;
    white-space: nowrap;
    /* Fuerza una sola línea */
    padding-bottom: 20px;
    /* Espacio para que no se corte la sombra */
    -webkit-overflow-scrolling: touch;
    /* Scroll suave en iOS */
    scrollbar-width: none;
    /* Oculta scroll en Firefox */
    /* Efecto Edge-to-Edge: permite que el scroll llegue al borde de la pantalla */
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* Oculta la barra de scroll en Chrome, Safari y Edge */
  #ajax-filters::-webkit-scrollbar {
    display: none;
  }
  /* Evita que los botones se deformen al intentar ajustarse al ancho */
  .btn-pill {
    flex: 0 0 auto;
  }
}
@media (min-width: 769px) {
  .headhunting-hero .image--overlay-right img {
    object-position: 15% 49% !important;
  }
}
.gracias-section {
  min-height: 100vh;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  padding: 80px 0;
}

.gracias-inner {
  display: flex;
  align-items: center;
  gap: 80px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* LEFT COLUMN */
.gracias-left {
  flex: 1;
  min-width: 0;
}

.gracias-thanks {
  font-size: 16px;
  font-weight: 400;
  color: #555;
  margin: 0 0 20px 0;
  line-height: 1.5;
}

.gracias-heading {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 700;
  color: #111;
  line-height: 1.15;
  margin: 0 0 24px 0;
  letter-spacing: -0.5px;
}

.gracias-subtext {
  font-size: 16px;
  font-weight: 300;
  color: #333;
  line-height: 1.6;
  margin: 0;
}

.gracias-subtext strong {
  font-weight: 700;
  color: #111;
}

/* RIGHT COLUMN — FORM CARD */
.gracias-form-card {
  flex: 0 0 520px;
  background: #f5f5f5;
  border-radius: 12px;
  padding: 32px;
}

.gracias-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.gracias-form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.gracias-form-group.full-width {
  grid-column: 1/-1;
}

.gracias-form-group label {
  font-size: 14px;
  font-weight: 500;
  color: #111;
  letter-spacing: 0.01em;
}

.gracias-form-group input,
.gracias-form-group select {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  color: #111;
  background: #fff;
  outline: none;
  transition: border-color 0.2s;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

.gracias-form-group input::placeholder {
  color: #aaa;
}

.gracias-form-group input:focus,
.gracias-form-group select:focus {
  border-color: #111;
}

/* Date field with icon */
.gracias-date-wrapper {
  position: relative;
}

.gracias-date-wrapper input {
  padding-right: 38px;
}

.gracias-date-wrapper .cal-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #888;
  pointer-events: none;
  font-size: 15px;
}

/* Phone field with country prefix */
.gracias-phone-wrapper {
  display: flex;
  gap: 0;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  transition: border-color 0.2s;
}

.gracias-phone-wrapper:focus-within {
  border-color: #111;
}

.gracias-phone-prefix {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 10px 12px;
  border-right: 1px solid #ddd;
  background: #fff;
  font-size: 14px;
  color: #111;
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
}

.gracias-phone-prefix select {
  border: none !important;
  padding: 0 !important;
  width: auto !important;
  font-size: 14px;
  color: #111;
  background: transparent;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}

.gracias-phone-prefix .caret {
  font-size: 10px;
  color: #888;
  pointer-events: none;
}

.gracias-phone-wrapper input {
  border: none !important;
  border-radius: 0 !important;
  flex: 1;
  padding: 10px 12px;
  font-size: 14px;
  outline: none;
}

/* Select dropdown arrow */
.gracias-select-wrapper {
  position: relative;
}

.gracias-select-wrapper select {
  padding-right: 36px;
  cursor: pointer;
}

.gracias-select-wrapper .select-arrow {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #888;
  pointer-events: none;
  font-size: 12px;
}

/* Privacy checkbox */
.gracias-privacy {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 4px;
}

.gracias-privacy input[type=checkbox] {
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  border-radius: 3px;
  cursor: pointer;
  flex-shrink: 0;
  margin: 0;
  accent-color: #111;
}

.gracias-privacy label {
  font-size: 13px;
  color: #444;
  cursor: pointer;
  line-height: 1.4;
}

.gracias-privacy label a {
  color: #111;
  text-decoration: underline;
}

/* Submit button */
.gracias-submit {
  width: 100%;
  padding: 16px;
  background: #111;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  letter-spacing: 0.01em;
  transition: background 0.2s, transform 0.1s;
  margin-top: 8px;
}

.gracias-submit:hover {
  background: #222;
}

.gracias-submit:active {
  transform: scale(0.99);
}

/* Responsive */
@media (max-width: 900px) {
  .gracias-inner {
    flex-direction: column;
    gap: 48px;
  }
  .gracias-form-card {
    flex: unset;
    width: 100%;
  }
}
@media (max-width: 560px) {
  .gracias-form-grid {
    grid-template-columns: 1fr;
  }
  .gracias-form-group.full-width {
    grid-column: auto;
  }
}
/*General*/
/*Tabs telento*/
.tabs-talento ul {
  width: max-content;
  backdrop-filter: blur(5px);
  background-color: #f9f9f9;
  border-radius: 16px;
  transform: none;
  transform-origin: 50% 50% 0px;
  padding: 7px;
  border-radius: 20px;
}

.tabs-talento button {
  padding: 14px 16px;
  border: none;
  border-radius: 12px;
  background-color: transparent;
  font-size: 16px;
  font-weight: 500;
}

.tabs-talento button.active {
  background-color: #fff;
}

.tabs-talento__content {
  background-color: var(--color-light-gray);
}

@media (max-width: 1024px) {
  .tabs-talento .img-talent {
    max-height: 300px;
    object-fit: cover;
  }
  .img-320 {
    max-height: 320px;
    object-fit: cover;
  }
}
@media (width <= 768px) {
  .tabs-talento {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .nav-tabs {
    display: flex;
    justify-content: center;
  }
  .tabs-talento button {
    padding: 8px 12px;
    font-size: 14px;
  }
}
/*Nuestro sistema*/
.nuestro-sistema .tab-trigger {
  cursor: pointer;
  padding: 24px;
  position: relative;
  transition: all 0.3s ease;
  height: 100%;
  border-left: 2px solid #e0e0e0;
  height: 230px;
}

.nuestro-sistema .tab-trigger h4 {
  color: rgba(26, 26, 26, 0.6);
  font-weight: 600;
  transition: color 0.3s ease;
}

.nuestro-sistema .tab-trigger p {
  color: rgba(26, 26, 26, 0.6);
  transition: color 0.3s ease;
}

.nuestro-sistema .tab-trigger.active h4 {
  color: rgb(26, 26, 26);
  /* Active color */
}

.nuestro-sistema .tab-trigger.active p {
  color: rgb(26, 26, 26);
  /* Active color */
}

.nuestro-sistema .image-wrapper {
  background: #f8f9fa;
  min-height: 400px;
}

@media (max-width: 768px) {
  .nuestro-sistema .tab-trigger {
    border-left: none;
    border-bottom: 1px solid #e0e0e0;
    padding-left: 0;
    padding-bottom: 15px;
  }
  .nuestro-sistema .tab-trigger.active {
    border-left: none;
    border-bottom: 3px solid #000;
  }
}
/* Timeline Styles */
.el-proceso {
  background-color: #fff;
}

.time-line__title {
  font-size: 22px;
  font-weight: 600;
  font-family: Inter;
}

/* Lines removed as per design update */
.timeline-line-bg,
.timeline-line-progress {
  display: none;
}

.timeline-item {
  position: relative;
  z-index: 3;
  padding: 40px 0;
  opacity: 0.45;
  /* Inactive state - slightly more visible but still faded */
  transform: translateY(16px);
  transition: all 0.6s ease;
}

.timeline-item.is-active {
  opacity: 1;
  transform: translateY(0);
}

.timeline-item-main {
  padding-top: 0;
}

.timeline-dot-main {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  z-index: 4;
}

.icon-circle {
  width: max-content;
  height: max-content;
  padding: 20px;
  background-color: #eee;
  /* Inactive */
  color: #888;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}

.timeline-item.is-active .icon-circle {
  background-color: #000;
  color: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.timeline-item.is-active .icon-circle.grey {
  background-color: #000;
  color: #fff;
}

.timeline-item.is-active .icon-circle.grey svg,
.timeline-item.is-active .icon-circle.grey svg * {
  fill: #fff !important;
  stroke: #fff !important;
}

.timeline-dot-small {
  width: 26px;
  height: 26px;
  background-color: #eee;
  border-radius: 50%;
  position: absolute;
  top: 44%;
  z-index: 3;
  transition: background-color 0.4s ease;
}

/* Centered Small Dots exclusively centered as requested */
.timeline-dot-small.centered {
  left: 50%;
  width: 25px;
  height: 25px;
  transform: translate(-50%, -50%);
  border: 2px solid #fff;
  background-color: #eee;
}

.timeline-item.is-active .timeline-dot-small {
  background-color: #1a1a1a;
}

/* Line Segments Styling */
.line-segment {
  position: absolute;
  left: 50%;
  width: 2px;
  transform: translateX(-50%);
  z-index: 1;
}

.line-segment .line-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #eee;
}

.line-segment .line-progress {
  position: absolute;
  width: 100%;
  height: 0;
  background-color: #1a1a1a;
  transition: height 0.05s linear;
}

.timeline-content {
  transition: all 0.3s ease;
}

.timeline-content__title {
  font-size: 22px;
  font-weight: 600;
  font-family: Inter;
}

.timeline-title {
  transition: color 0.4s ease;
}

.timeline-item.is-active .timeline-title {
  color: #1a1a1a !important;
}

.icon-sm {
  font-size: 1.2rem;
  color: #888;
  transition: color 0.4s ease;
}

.timeline-item.is-active .icon-sm {
  color: #1a1a1a;
}

.border-end-black {
  border-right: 1px solid #eee;
}

.timeline-item.is-active .border-end-black {
  border-right: 1px solid #1a1a1a;
}

/* Small Caps style for labels */
.small-caps {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #aaa;
}

/* Scroll reveal (legacy class, reused for compatibility) */
.reveal-on-scroll {
  /* Handled by .timeline-item.is-active now */
}

/* Fixed header gap */
body {
  scroll-padding-top: 100px;
}

@media (max-width: 767px) {
  .timeline-line-bg,
  .timeline-line-progress {
    left: 20px;
  }
  .timeline-dot-main {
    left: 8% !important;
  }
  .timeline-dot-small.left,
  .timeline-dot-small.right {
    left: 14px;
    right: auto;
  }
  .timeline-content {
    padding-left: 50px !important;
    text-align: left !important;
  }
  .border-end-black {
    border-right: none !important;
    border-left: 1px solid #eee;
  }
  .timeline-item.is-active .border-end-black {
    border-left: 1px solid #1a1a1a;
  }
  .timeline-item {
    margin-bottom: 60px !important;
    /* Tighter on mobile */
  }
  .tab-trigger {
    height: auto !important;
    margin-bottom: 20px;
  }
  .icon-circle {
    padding: 15px;
  }
  .line-segment {
    left: 13% !important;
  }
  .timeline-dot-small.centered {
    left: 8.2% !important;
  }
  /*Tabs responsive*/
  .tabs-container {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
    margin-bottom: 5px;
    margin-left: -24px;
    margin-right: -48px;
    /* Ocultar scrollbar */
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE/Edge */
  }
  /* Ocultar scrollbar en Chrome/Safari/Opera */
  .tabs-container::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }
  .tabs-container .nav {
    display: inline-flex;
    flex-wrap: nowrap;
    min-width: min-content;
  }
  .tabs-container .nav-item {
    display: inline-block;
    float: none;
    white-space: nowrap;
  }
}
/* Results Cards */
.result-card {
  background-color: #f8f8f8;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.result-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

/* Empleabilidad Tabs */
#empleabilidadTabs {
  background-color: #f9f9f9;
  border-radius: 16px;
  width: max-content;
  margin: 0 auto;
  padding: 6px;
}

.empleabilidad-tabs-wrapper .nav-pills .nav-link {
  background-color: transparent;
  color: #1a1a1a;
  padding: 14px 16px;
  font-weight: 500;
  transition: all 0.3s ease;
  border-radius: 16px;
}

.empleabilidad-tabs-wrapper .nav-pills .nav-link.active {
  background-color: #fff;
}

.icon-box {
  font-size: 1.5rem;
  color: #1a1a1a;
}

.pb-100 {
  padding-bottom: 100px;
}

.max-w-600 {
  max-width: 600px;
}

/* Scroll reveal */
.reveal-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.small-caps {
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 0.75rem;
}

@media (max-width: 768px) {
  .timeline-dot-small.left,
  .timeline-dot-small.right {
    left: 14px;
    right: auto;
  }
  .timeline-content {
    padding-left: 50px !important;
    text-align: left !important;
  }
  .border-end-black {
    border-right: none;
    border-left: 1px solid #1a1a1a;
  }
  .tab-trigger {
    height: auto !important;
    margin-bottom: 20px;
  }
  .timeline-item#step-5,
  .timeline-item#step-1 {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 1024px) {
  .max-w-600 {
    max-width: 100%;
  }
  .line-segment {
    left: 7%;
  }
  .timeline-dot-small.centered {
    left: 4.2%;
  }
  .timeline-dot-main {
    left: 4%;
  }
}
/* Bloque Principal */
.error-404-banner {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 100px 0;
  box-sizing: border-box;
  overflow: hidden;
}

/* Elementos */
.error-404-banner__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 2rem;
}

.error-404-banner__img {
  width: 100%;
  height: 400px;
  max-height: 22vh;
  border-radius: 20px;
  overflow: hidden;
}

.error-404-banner__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Modificadores y Responsive */
@media (min-width: 1025px) and (max-width: 1280px) {
  .error-404-banner__img {
    height: 30vh;
    max-height: 30vh;
  }
}
@media (min-width: 1600px) {
  .error-404-banner__img {
    height: 40vh;
    max-height: 500px;
  }
}
@media (max-width: 768px) {
  .error-404-banner {
    min-height: 100svh;
    padding: 80px 0 40px 0;
  }
  .error-404-banner__img {
    height: 315px;
    max-height: 35vh;
  }
  .error-404-banner__text--full-mobile {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .error-404-banner {
    min-height: 100svh;
  }
  .error-404-banner__img {
    height: 40vh;
    max-height: 40vh;
  }
}
/* Bloque Principal */
.banner-gracias {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 100px 0;
  box-sizing: border-box;
  overflow: hidden;
}

/* Elementos */
.banner-gracias__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 2rem;
}

.banner-gracias__img {
  width: 100%;
  height: 400px;
  max-height: 22vh;
  border-radius: 20px;
  overflow: hidden;
}

.banner-gracias__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Modificadores y Responsive */
@media (min-width: 1025px) and (max-width: 1280px) {
  .banner-gracias__img {
    height: 30vh;
    max-height: 30vh;
  }
}
@media (min-width: 1600px) {
  .banner-gracias__img {
    height: 40vh;
    max-height: 500px;
  }
}
@media (max-width: 768px) {
  .banner-gracias {
    min-height: 100svh;
    padding: 80px 0 40px 0;
  }
  .banner-gracias__img {
    height: 315px;
    max-height: 35vh;
  }
  /* Modificador BEM para forzar ancho completo en móvil */
  .banner-gracias__text--full-mobile {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .banner-gracias {
    min-height: 100svh;
  }
  .banner-gracias__img {
    height: 40vh;
    max-height: 40vh;
  }
}
/*Opiniones*/
.opinion-card__name {
  font-size: 16px;
  font-family: Inter;
  font-weight: 700;
  color: #1a1a1a;
}

.opinion-card__text {
  min-height: 270px;
}

.video-container .card--video {
  height: 421px;
}

.video-container__big-card {
  height: 512px;
}

.video-container h2 {
  max-width: 500px;
}

.w-max {
  width: max-content;
}

/*Loop de opniones texto*/
@media (max-width: 1023px) {
  .overflow-auto-mobile {
    overflow-x: auto !important;
    overflow-y: hidden;
    /* Scroll suave y elástico en iOS */
    -webkit-overflow-scrolling: touch;
    /* Snap points: hace que la card se "pegue" al borde al soltar el dedo */
    scroll-snap-type: x mandatory;
    padding-bottom: 20px;
    /* Espacio para que la sombra no se corte */
    padding-left: 15px;
    scrollbar-width: none;
    /* Oculta scrollbar en Firefox */
  }
  .overflow-auto-mobile::-webkit-scrollbar {
    display: none;
    /* Oculta scrollbar en Chrome/Safari */
  }
  .slider-item-opinion {
    scroll-snap-align: start;
    flex: 0 0 auto;
    /* Evita que las columnas se encojan */
  }
  .title-full-w {
    width: 100% !important;
  }
  .video-container h2 {
    max-width: 100%;
    width: 100%;
  }
}
/* Ajuste de anchos para ver 1 y 1/2 */
@media (max-width: 767px) {
  .slider-item-opinion {
    width: 85% !important;
    /* Muestra una card y un trozo de la siguiente */
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slider-item-opinion {
    width: 55% !important;
    /* En tablet se ven casi 2 cards */
  }
}
/* Bloque Principal */
.banner-gracias {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 100px 0;
  box-sizing: border-box;
  overflow: hidden;
}

/* Elementos */
.banner-gracias__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 2rem;
}

.banner-gracias__img {
  width: 100%;
  height: 400px;
  max-height: 22vh;
  border-radius: 20px;
  overflow: hidden;
}

.banner-gracias__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Modificadores y Responsive */
@media (min-width: 1025px) and (max-width: 1280px) {
  .banner-gracias__img {
    height: 30vh;
    max-height: 30vh;
  }
}
@media (min-width: 1600px) {
  .banner-gracias__img {
    height: 40vh;
    max-height: 500px;
  }
}
@media (max-width: 768px) {
  .banner-gracias {
    min-height: 100svh;
    padding: 80px 0 40px 0;
  }
  .banner-gracias__img {
    height: 315px;
    max-height: 35vh;
  }
  /* Modificador BEM para forzar ancho completo en móvil */
  .banner-gracias__text--full-mobile {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .banner-gracias {
    min-height: 100svh;
  }
  .banner-gracias__img {
    height: 40vh;
    max-height: 40vh;
  }
}
/* 1. ESTRUCTURA BASE */
.banner-confirmacion {
  padding: 100px 0;
  min-height: 100vh;
}

.banner-confirmacion__content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 3rem;
}

.banner-confirmacion__card {
  background-color: #f7f7f7;
  border-radius: 20px;
  padding: 5px 20px 0 20px;
  overflow: hidden;
  width: 100%;
}

.banner-confirmacion__card span {
  display: block;
  font-weight: 600;
  margin-bottom: 15px;
}

.banner-confirmacion__icon {
  background: #1a1a1a;
  border-radius: 100px;
  padding: 5px;
  width: max-content;
}

@media (max-width: 1024px) {
  .banner-confirmacion__card {
    width: 100%;
    padding: 20px 20px 0 20px;
  }
  .banner-confirmacion__card span {
    margin-bottom: 0;
  }
  .banner-confirmacion__img {
    width: 200px;
  }
  .banner-confirmacion {
    padding: 100px 0 50px 0;
  }
}
/*Formulario*/
/* ===== LABELS ===== */
.form-confirmar__label {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2em;
  font-family: "Inter", "Inter Placeholder", sans-serif;
  font-style: normal;
  color: #1a1a1a;
  flex-shrink: 0;
  margin-bottom: 8px;
  display: block;
}

.form-confirmar__label span {
  color: red;
}

/* ===== SELECTS ===== */
.form-confirmar select {
  color: rgb(136, 136, 136) !important;
  font-size: 14px;
}

/* ===== LIMPIEZA DE PÁRRAFOS ===== */
.form-confirmar p br {
  display: none !important;
}

.form-confirmar p {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}

/* ===== ESTILOS PARA CAMPOS DE CF7 (NO BOTONES, NO CHECKBOX, NO RADIO) ===== */
.form-confirmar .wpcf7-form-control:not([type=submit]):not([type=checkbox]):not([type=radio]) {
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  background-color: rgba(187, 187, 187, 0.15);
  color: rgb(153, 153, 153);
  padding: 10px 15px;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
}

.form-confirmar .wpcf7-form-control:focus {
  border-color: #1a1a1a !important;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
}

/* ===== BOTÓN PRINCIPAL ===== */
input.form-confirmar__button,
.form-confirmar__button {
  width: 100%;
  background: #1a1a1a;
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 14px 16px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.form-confirmar__button:hover {
  background: #333;
}

/* Variante del botón para "next" */
.form-confirmar__button--next {
  width: auto;
  padding: 12px 30px;
}

/* ===== STEP INDICATORS ===== */
.form-confirmar__steps-indicator {
  border-bottom: solid 2px #f2f2f2;
  padding-bottom: 20px;
}

.form-confirmar__step {
  position: relative;
  z-index: 2;
  width: max-content;
}

.form-confirmar__step p {
  width: max-content;
}

.form-confirmar__step-number {
  width: 40px;
  height: 40px;
  font-size: 14px;
  background: #f7f7f7;
  border-radius: 50%;
  color: #999;
  transition: all 0.3s;
}

.form-confirmar__step.active .form-confirmar__step-number {
  background: #1a1a1a;
  color: #fff;
}

.form-confirmar__step.completed .form-confirmar__step-number {
  background: #1a1a1a;
  color: #fff;
}

.form-confirmar__step-label {
  font-size: 14px;
  font-weight: 500;
  color: #666;
}

.form-confirmar__step.active .form-confirmar__step-label {
  color: #1a1a1a;
  font-weight: 600;
}

.form-confirmar__subtitle {
  font-size: 14px;
  color: #8a8a8a;
}

/* ===== STEP CONTENT ===== */
.form-confirmar__step-content {
  display: none;
}

.form-confirmar__step-content.active {
  display: block;
  animation: fadeIn 0.5s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ===== BOTÓN ATRÁS (ARRIBA) ===== */
.form-confirmar__back-btn {
  color: #8a8a8a;
  cursor: pointer;
  font-size: 14px;
  transition: color 0.3s;
  background: transparent;
  border: none;
}

.form-confirmar__back-btn:hover {
  color: #1a1a1a;
}

.form-confirmar__back-btn svg {
  stroke: currentColor;
}

/* ===== INPUT CON ICONO ===== */
.form-confirmar__input-icon {
  display: flex;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  background-color: rgba(187, 187, 187, 0.15);
  padding: 10px 15px;
}

.form-confirmar__input-icon input,
.form-confirmar__input-icon [type=url],
.form-confirmar__input-icon [type=file] {
  border: none;
  background: transparent;
  width: 100%;
  outline: none;
  padding: 0;
}

/* ===== HINT TEXT ===== */
.form-confirmar__hint {
  font-size: 12px;
  color: #8a8a8a;
  margin-top: 5px;
  display: block;
}

/* ===== RADIO GROUP ===== */
.form-confirmar__radio-group {
  display: flex;
  gap: 1rem;
}

.form-confirmar__radio-label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}

/* ===== CHECKBOX (si se necesitara) ===== */
.form-confirmar input[type=checkbox].wpcf7-acceptance,
.form-confirmar .wpcf7-acceptance input[type=checkbox] {
  all: revert !important;
  width: 20px !important;
  height: 20px !important;
  display: inline-block !important;
  margin-right: 10px !important;
  -webkit-appearance: checkbox !important;
  appearance: checkbox !important;
  border: 1px solid #ccc !important;
}

.form-confirmar__navigation p {
  width: 100%;
}

/* ===== VALIDACIÓN ===== */
.form-confirmar .error {
  border-color: #dc3545 !important;
}

.form-confirmar .error-message {
  color: #dc3545;
  font-size: 13px;
  margin-top: 5px;
  display: block;
}

/* ==== cAMPO DE TELEFONO=== */
.form-confirmar .iti-flag {
  display: none;
}

.form-confirmar .intl-tel-input.separate-dial-code .selected-dial-code {
  padding-left: 5px;
}

.form-confirmar .intl-tel-input.separate-dial-code .selected-flag {
  background-color: transparent;
}

.form-confirmar .intl-tel-input .country-list .flag-box {
  display: none;
}

.form-confirmar .intl-tel-input .country-list .country {
  display: flex;
  justify-content: space-between;
}

/* ===== OCULTAR BOTONES DE NAVEGACIÓN INFERIOR NO NECESARIOS ===== */
.form-confirmar__step-content .form-confirmar__navigation .btn-prev {
  display: none;
}

/* Bloque Principal */
.banner-gracias {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 100px 0;
  box-sizing: border-box;
  overflow: hidden;
}

/* Elementos */
.banner-gracias__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 2rem;
}

.banner-gracias__img {
  width: 100%;
  height: 400px;
  max-height: 22vh;
  border-radius: 20px;
  overflow: hidden;
}

.banner-gracias__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Modificadores y Responsive */
@media (min-width: 1025px) and (max-width: 1280px) {
  .banner-gracias__img {
    height: 30vh;
    max-height: 30vh;
  }
}
@media (min-width: 1600px) {
  .banner-gracias__img {
    height: 40vh;
    max-height: 500px;
  }
}
@media (max-width: 768px) {
  .banner-gracias {
    min-height: 100svh;
    padding: 80px 0 40px 0;
  }
  .banner-gracias__img {
    height: 315px;
    max-height: 35vh;
  }
  /* Modificador BEM para forzar ancho completo en móvil */
  .banner-gracias__text--full-mobile {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .banner-gracias {
    min-height: 100svh;
  }
  .banner-gracias__img {
    height: 40vh;
    max-height: 40vh;
  }
}

/* Por defecto, ocultar el salto de línea en móviles */
.jump-desktop {
    display: none;
}

/* En pantallas grandes (ej. 768px o más), mostrar el salto de línea */
@media (min-width: 768px) {
    .jump-desktop {
        display: inline;
    }
    
    .home .hero .hero--content p{
      width: 700px;
      font-size: 20px;
      line-height: 30px;
    } 
}
/*# sourceMappingURL=style.css.map */
@media (min-width: 1750px) {
  
  .heading-1, .entry-content h1{
    font-size: 75px;
    line-height: 90px;
  }
  .home .hero .hero--content{
    max-width: 1150px;
  }
  
  .hero--master h1{
    margin-top: 75px;
  }
  
  .heading-2,
  .entry-content h2 {
    font-size: 45px;
    font-weight: 600;
    line-height: 57px;
  }
  
  .heading-3,
  .entry-content h3 {
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
  }
  
  .heading-4,
  .entry-content h4 {
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
  }
  
  .heading-5,
  .entry-content h5 {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
  }
  
  .heading-6,
  .entry-content h6 {
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
  }
  
  .scrollable-cards .heading-5{
    font-size: 24px;
  }
  
  body, button, input, select, optgroup, textarea{
    font-size: 1.1rem !important;
    line-height: 1.6 !important;
  }
  .font-size--18{
    font-size: 20px;
    line-height: 30px;  
  }
  
  .font-size--16{
    font-size: 18px;
    line-height: 28px; 
  }
  
  .rollover-effect {
    line-height: 1.05;
  }   
}