﻿@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap");
:root,
[data-bs-theme=light] {
  --bs-primary-100: #EAFAF4;
  --bs-primary-200: #C0F8E2;
  --bs-primary-300: #98E7C8;
  --bs-primary-400: #71EBBB;
  --bs-primary-500: #6EDDB1;
  --bs-primary-600: #34CE92;
  --bs-primary-700: #2BBA82;
  --bs-primary-800: #2E996F;
  --bs-primary-900: #1D7D57;
  --bs-secondary-100: #FFFCE6;
  --bs-secondary-200: #FFF8C9;
  --bs-secondary-300: #FFF5B3;
  --bs-secondary-400: #F8E66B;
  --bs-secondary-500: #FEE84D;
  --bs-secondary-600: #FFE010;
  --bs-secondary-700: #F4D501;
  --bs-secondary-800: #CBB000;
  --bs-secondary-900: #B29B01;
  --bs-dark-100: #F2F2F2;
  --bs-dark-200: #EBE8E8;
  --bs-dark-300: #D9D9D9;
  --bs-dark-400: #ACACAC;
  --bs-dark-500: #888888;
  --bs-dark-600: #5E5E5E;
  --bs-dark-700: #444444;
  --bs-dark-800: #373131;
  --bs-dark-900: #222222;
  --bs-light-100: #FFF6F0;
  --bs-light-200: #FFEFE4;
  --bs-light-300: #FEEBDE;
  --bs-light-400: #F8E2D3;
  --bs-light-500: #EFD5C3;
  --bs-light-600: #EFC8AF;
  --bs-light-700: #E9C4AC;
  --bs-light-800: #EBB38F;
  --bs-light-900: #CBA48B;
  --bs-purple-100: #EEEBF9;
  --bs-purple-200: #C2B6FA;
  --bs-purple-300: #A99DE1;
  --bs-purple-400: #745EE0;
  --bs-purple-500: #644FCA;
  --bs-purple-600: #6349E0;
  --bs-purple-700: #563FC5;
  --bs-purple-800: #201553;
  --bs-purple-900: #19123B;
  --bs-blue-100: #E3F4FF;
  --bs-blue-200: #C2B6FA;
  --bs-blue-300: #A99DE1;
  --bs-blue-400: #745EE0;
  --bs-blue-500: #0196FC;
  --bs-blue-600: #6349E0;
  --bs-blue-700: #1A49BA;
  --bs-blue-800: #201553;
  --bs-blue-900: #001C61;
}


:root,
[data-bs-theme=light] {
  --bs-blue: #1A49BA;
  --bs-indigo: #6610f2;
  --bs-purple: #563FC5;
  --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: #ffffff;
  --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: #1D7D57;
  --bs-secondary: #F4D501;
  --bs-success: #5cb85c;
  --bs-info: #5bc0de;
  --bs-warning: #f0ad4e;
  --bs-danger: #d9534f;
  --bs-light: #FFF6F0;
  --bs-dark: #222222;
  --bs-white: #ffffff;
  --bs-gray: #6A6480;
  --bs-primary-rgb: 29, 125, 87;
  --bs-secondary-rgb: 244, 213, 1;
  --bs-success-rgb: 92, 184, 92;
  --bs-info-rgb: 91, 192, 222;
  --bs-warning-rgb: 240, 173, 78;
  --bs-danger-rgb: 217, 83, 79;
  --bs-light-rgb: 255, 246, 240;
  --bs-dark-rgb: 34, 34, 34;
  --bs-white-rgb: 255, 255, 255;
  --bs-gray-rgb: 106, 100, 128;
  --bs-primary-text-emphasis: #0c3223;
  --bs-secondary-text-emphasis: #625500;
  --bs-success-text-emphasis: #254a25;
  --bs-info-text-emphasis: #244d59;
  --bs-warning-text-emphasis: #60451f;
  --bs-danger-text-emphasis: #572120;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #d2e5dd;
  --bs-secondary-bg-subtle: #fdf7cc;
  --bs-success-bg-subtle: #def1de;
  --bs-info-bg-subtle: #def2f8;
  --bs-warning-bg-subtle: #fcefdc;
  --bs-danger-bg-subtle: #f7dddc;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #a5cbbc;
  --bs-secondary-border-subtle: #fbee99;
  --bs-success-border-subtle: #bee3be;
  --bs-info-border-subtle: #bde6f2;
  --bs-warning-border-subtle: #f9deb8;
  --bs-danger-border-subtle: #f0bab9;
  --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: "Plus Jakarta Sans", sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.6;
  --bs-body-color: #5a564d;
  --bs-body-color-rgb: 90, 86, 77;
  --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(90, 86, 77, 0.75);
  --bs-secondary-color-rgb: 90, 86, 77;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(90, 86, 77, 0.5);
  --bs-tertiary-color-rgb: 90, 86, 77;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: #222222;
  --bs-link-color: #1D7D57;
  --bs-link-color-rgb: 29, 125, 87;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #176446;
  --bs-link-hover-color-rgb: 23, 100, 70;
  --bs-code-color: #d63384;
  --bs-highlight-color: #5a564d;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #EEE9F3;
  --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.625rem;
  --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.2rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), 0.25);
  --bs-form-valid-color: #5cb85c;
  --bs-form-valid-border-color: #5cb85c;
  --bs-form-invalid-color: #d9534f;
  --bs-form-invalid-border-color: #d9534f;
}

[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: #ffffff;
  --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: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #77b19a;
  --bs-secondary-text-emphasis: #f8e667;
  --bs-success-text-emphasis: #9dd49d;
  --bs-info-text-emphasis: #9dd9eb;
  --bs-warning-text-emphasis: #f6ce95;
  --bs-danger-text-emphasis: #e89895;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #061911;
  --bs-secondary-bg-subtle: #312b00;
  --bs-success-bg-subtle: #122512;
  --bs-info-bg-subtle: #12262c;
  --bs-warning-bg-subtle: #302310;
  --bs-danger-bg-subtle: #2b1110;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #114b34;
  --bs-secondary-border-subtle: #928001;
  --bs-success-border-subtle: #376e37;
  --bs-info-border-subtle: #377385;
  --bs-warning-border-subtle: #90682f;
  --bs-danger-border-subtle: #82322f;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #77b19a;
  --bs-link-hover-color: #92c1ae;
  --bs-link-color-rgb: 119, 177, 154;
  --bs-link-hover-color-rgb: 146, 193, 174;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

*,
*::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);
}

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

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  line-height: 1.25;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.8125rem + 6.75vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 6.875rem;
  }
}

h2, .h2 {
  font-size: calc(1.6875rem + 5.25vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 5.625rem;
  }
}

h3, .h3 {
  font-size: calc(1.5625rem + 3.75vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 4.375rem;
  }
}

h4, .h4 {
  font-size: calc(1.4375rem + 2.25vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 3.125rem;
  }
}

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

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

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

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          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.75rem;
}

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.75rem;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.75rem;
  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;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@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;
}

::-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-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.25;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

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

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

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

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

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.25;
}
@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.75rem;
  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.75rem;
  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.75rem;
  color: var(--bs-secondary-color);
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  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: 1200px;
  }
}
@media (min-width: 1480px) {
  .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: 1480px;
}

.row {
  --bs-gutter-x: 24px;
  --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: 1480px) {
  .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;
  }
}
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #d2e5dd;
  --bs-table-border-color: #a8b7b1;
  --bs-table-striped-bg: #c8dad2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bdcec7;
  --bs-table-active-color: #ffffff;
  --bs-table-hover-bg: #c2d4cc;
  --bs-table-hover-color: #ffffff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #fdf7cc;
  --bs-table-border-color: #cac6a3;
  --bs-table-striped-bg: #f0ebc2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e4deb8;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #eae4bd;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #def1de;
  --bs-table-border-color: #b2c1b2;
  --bs-table-striped-bg: #d3e5d3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c8d9c8;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #cddfcd;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #def2f8;
  --bs-table-border-color: #b2c2c6;
  --bs-table-striped-bg: #d3e6ec;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c8dadf;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #cde0e5;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fcefdc;
  --bs-table-border-color: #cabfb0;
  --bs-table-striped-bg: #efe3d1;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e3d7c6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e9ddcc;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f7dddc;
  --bs-table-border-color: #c6b1b0;
  --bs-table-striped-bg: #ebd2d1;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dec7c6;
  --bs-table-active-color: #ffffff;
  --bs-table-hover-bg: #e4cccc;
  --bs-table-hover-color: #ffffff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #FFF6F0;
  --bs-table-border-color: #ccc5c0;
  --bs-table-striped-bg: #f2eae4;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6ddd8;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece4de;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #ffffff;
  --bs-table-bg: #222222;
  --bs-table-border-color: #4e4e4e;
  --bs-table-striped-bg: #2d2d2d;
  --bs-table-striped-color: #ffffff;
  --bs-table-active-bg: #383838;
  --bs-table-active-color: #ffffff;
  --bs-table-hover-bg: #333333;
  --bs-table-hover-color: #ffffff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1479.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
  font-size: 0.9375rem;
  color: var(--bs-dark-700);
}

.col-form-label {
  padding-top: calc(15px + var(--bs-border-width));
  padding-bottom: calc(15px + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.334;
  color: var(--bs-dark-700);
}

.col-form-label-lg {
  padding-top: calc(15px + var(--bs-border-width));
  padding-bottom: calc(15px + var(--bs-border-width));
  font-size: 1.125rem;
}

.col-form-label-sm {
  padding-top: calc(11px + var(--bs-border-width));
  padding-bottom: calc(11px + var(--bs-border-width));
  font-size: 0.75rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: var(--bs-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: 15px 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.334;
  color: var(--bs-dark-700);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-light-100);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-light-300);
  border-radius: 14px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--bs-dark-700);
  background-color: var(--bs-light-100);
  border-color: var(--bs-primary);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary-rgb), 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.334em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::-moz-placeholder {
  color: var(--bs-dark-700);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--bs-dark-700);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 15px 18px;
  margin: -15px -18px;
  margin-inline-end: 18px;
  color: var(--bs-dark-700);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 15px 0;
  margin-bottom: 0;
  line-height: 1.334;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.334em + 22px + calc(var(--bs-border-width) * 2));
  padding: 11px 18px;
  font-size: 0.75rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::file-selector-button {
  padding: 11px 18px;
  margin: -11px -18px;
  margin-inline-end: 18px;
}

.form-control-lg {
  min-height: calc(1.334em + 30px + calc(var(--bs-border-width) * 2));
  padding: 15px 35px;
  font-size: 1.125rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::file-selector-button {
  padding: 15px 35px;
  margin: -15px -35px;
  margin-inline-end: 35px;
}

textarea.form-control {
  min-height: calc(1.334em + 30px + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.334em + 22px + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.334em + 30px + calc(var(--bs-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.334em + 30px + calc(var(--bs-border-width) * 2));
  padding: 15px;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 14px;
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: 14px;
}
.form-control-color.form-control-sm {
  height: calc(1.334em + 22px + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.334em + 30px + calc(var(--bs-border-width) * 2));
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 15px 54px 15px 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.334;
  color: var(--bs-dark-700);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-light-100);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-light-300);
  border-radius: 14px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: var(--bs-primary);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary-rgb), 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 18px;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-dark-700);
}

.form-select-sm {
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 18px;
  font-size: 0.75rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-select-lg {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 35px;
  font-size: 1.125rem;
  border-radius: var(--bs-border-radius-lg);
}

[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-check {
  display: block;
  min-height: 1.6rem;
  padding-left: 1.65em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.65em;
}

.form-check-reverse {
  padding-right: 1.65em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.65em;
  margin-left: 0;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-light-100);
  flex-shrink: 0;
  width: 1.15em;
  height: 1.15em;
  margin-top: 0.225em;
  vertical-align: top;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: var(--bs-primary);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary-rgb), 0.25);
}
.form-check-input:checked {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23ffffff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #1D7D57;
  border-color: #1D7D57;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='var%28--bs-primary%29'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(var(--bs-primary-rgb), 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(var(--bs-primary-rgb), 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  -webkit-appearance: none;
          appearance: none;
  background-color: #1D7D57;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #bbd8cd;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  -moz-appearance: none;
       appearance: none;
  background-color: #1D7D57;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #bbd8cd;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 18px;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 18px;
}
.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 9px;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-light-100);
  border-radius: 14px;
}
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 9px;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-light-100);
  border-radius: 14px;
}
.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}
.form-floating > :disabled ~ label::after,
.form-floating > .form-control:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 15px 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.334;
  color: var(--bs-dark-700);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-light-300);
  border-radius: 14px;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 15px 35px;
  font-size: 1.125rem;
  border-radius: var(--bs-border-radius-lg);
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 11px 18px;
  font-size: 0.75rem;
  border-radius: var(--bs-border-radius-sm);
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 72px;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: var(--bs-form-valid-color);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.334em + 30px);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%235cb85c' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.3335em + 7.5px) center;
  background-size: calc(0.667em + 15px) calc(0.667em + 15px);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.2rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.334em + 30px);
  background-position: top calc(0.3335em + 7.5px) right calc(0.3335em + 7.5px);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%235cb85c' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  padding-right: 99px;
  background-position: right 18px center, center right 54px;
  background-size: 16px 12px, calc(0.667em + 15px) calc(0.667em + 15px);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.2rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.334em + 30px));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.2rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: var(--bs-form-invalid-color);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.334em + 30px);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23d9534f'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23d9534f' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.3335em + 7.5px) center;
  background-size: calc(0.667em + 15px) calc(0.667em + 15px);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.2rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.334em + 30px);
  background-position: top calc(0.3335em + 7.5px) right calc(0.3335em + 7.5px);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23d9534f'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23d9534f' stroke='none'/%3e%3c/svg%3e");
  padding-right: 99px;
  background-position: right 18px center, center right 54px;
  background-size: 16px 12px, calc(0.667em + 15px) calc(0.667em + 15px);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.2rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.334em + 30px));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.btn {
  --bs-btn-padding-x: 20px;
  --bs-btn-padding-y: 13px;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 500;
  --bs-btn-line-height: 1.25;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 10px;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.2rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #1D7D57;
  --bs-btn-border-color: #1D7D57;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #196a4a;
  --bs-btn-hover-border-color: #176446;
  --bs-btn-focus-shadow-rgb: 63, 145, 112;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #176446;
  --bs-btn-active-border-color: #165e41;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #1D7D57;
  --bs-btn-disabled-border-color: #1D7D57;
}

.btn-secondary {
  --bs-btn-color: #000;
  --bs-btn-bg: #F4D501;
  --bs-btn-border-color: #F4D501;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f6db27;
  --bs-btn-hover-border-color: #f5d91a;
  --bs-btn-focus-shadow-rgb: 207, 181, 1;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f6dd34;
  --bs-btn-active-border-color: #f5d91a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #F4D501;
  --bs-btn-disabled-border-color: #F4D501;
}

.btn-success {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #5cb85c;
  --bs-btn-border-color: #5cb85c;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #4e9c4e;
  --bs-btn-hover-border-color: #4a934a;
  --bs-btn-focus-shadow-rgb: 116, 195, 116;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #4a934a;
  --bs-btn-active-border-color: #458a45;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #5cb85c;
  --bs-btn-disabled-border-color: #5cb85c;
}

.btn-info {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #5bc0de;
  --bs-btn-border-color: #5bc0de;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #4da3bd;
  --bs-btn-hover-border-color: #499ab2;
  --bs-btn-focus-shadow-rgb: 116, 201, 227;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #499ab2;
  --bs-btn-active-border-color: #4490a7;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #5bc0de;
  --bs-btn-disabled-border-color: #5bc0de;
}

.btn-warning {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #f0ad4e;
  --bs-btn-border-color: #f0ad4e;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #cc9342;
  --bs-btn-hover-border-color: #c08a3e;
  --bs-btn-focus-shadow-rgb: 242, 185, 105;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #c08a3e;
  --bs-btn-active-border-color: #b4823b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #f0ad4e;
  --bs-btn-disabled-border-color: #f0ad4e;
}

.btn-danger {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #d9534f;
  --bs-btn-border-color: #d9534f;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #b84743;
  --bs-btn-hover-border-color: #ae423f;
  --bs-btn-focus-shadow-rgb: 223, 109, 105;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #ae423f;
  --bs-btn-active-border-color: #a33e3b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #d9534f;
  --bs-btn-disabled-border-color: #d9534f;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #FFF6F0;
  --bs-btn-border-color: #FFF6F0;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #d9d1cc;
  --bs-btn-hover-border-color: #ccc5c0;
  --bs-btn-focus-shadow-rgb: 217, 209, 204;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #ccc5c0;
  --bs-btn-active-border-color: #bfb9b4;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #FFF6F0;
  --bs-btn-disabled-border-color: #FFF6F0;
}

.btn-dark {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #222222;
  --bs-btn-border-color: #222222;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #434343;
  --bs-btn-hover-border-color: #383838;
  --bs-btn-focus-shadow-rgb: 67, 67, 67;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #4e4e4e;
  --bs-btn-active-border-color: #383838;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #222222;
  --bs-btn-disabled-border-color: #222222;
}

.btn-white {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffffff;
  --bs-btn-border-color: #ffffff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: white;
  --bs-btn-hover-border-color: white;
  --bs-btn-focus-shadow-rgb: 217, 217, 217;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: white;
  --bs-btn-active-border-color: white;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffffff;
  --bs-btn-disabled-border-color: #ffffff;
}

.btn-gray {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #6A6480;
  --bs-btn-border-color: #6A6480;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #5a556d;
  --bs-btn-hover-border-color: #555066;
  --bs-btn-focus-shadow-rgb: 128, 123, 147;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #555066;
  --bs-btn-active-border-color: #504b60;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #6A6480;
  --bs-btn-disabled-border-color: #6A6480;
}

.btn-outline-primary {
  --bs-btn-color: #1D7D57;
  --bs-btn-border-color: #1D7D57;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #1D7D57;
  --bs-btn-hover-border-color: #1D7D57;
  --bs-btn-focus-shadow-rgb: 29, 125, 87;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #1D7D57;
  --bs-btn-active-border-color: #1D7D57;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #1D7D57;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #1D7D57;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #F4D501;
  --bs-btn-border-color: #F4D501;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #F4D501;
  --bs-btn-hover-border-color: #F4D501;
  --bs-btn-focus-shadow-rgb: 244, 213, 1;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #F4D501;
  --bs-btn-active-border-color: #F4D501;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #F4D501;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #F4D501;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #5cb85c;
  --bs-btn-border-color: #5cb85c;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #5cb85c;
  --bs-btn-hover-border-color: #5cb85c;
  --bs-btn-focus-shadow-rgb: 92, 184, 92;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #5cb85c;
  --bs-btn-active-border-color: #5cb85c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #5cb85c;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #5cb85c;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #5bc0de;
  --bs-btn-border-color: #5bc0de;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #5bc0de;
  --bs-btn-hover-border-color: #5bc0de;
  --bs-btn-focus-shadow-rgb: 91, 192, 222;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #5bc0de;
  --bs-btn-active-border-color: #5bc0de;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #5bc0de;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #5bc0de;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #f0ad4e;
  --bs-btn-border-color: #f0ad4e;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #f0ad4e;
  --bs-btn-hover-border-color: #f0ad4e;
  --bs-btn-focus-shadow-rgb: 240, 173, 78;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #f0ad4e;
  --bs-btn-active-border-color: #f0ad4e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f0ad4e;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f0ad4e;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #d9534f;
  --bs-btn-border-color: #d9534f;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #d9534f;
  --bs-btn-hover-border-color: #d9534f;
  --bs-btn-focus-shadow-rgb: 217, 83, 79;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #d9534f;
  --bs-btn-active-border-color: #d9534f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #d9534f;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #d9534f;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #FFF6F0;
  --bs-btn-border-color: #FFF6F0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #FFF6F0;
  --bs-btn-hover-border-color: #FFF6F0;
  --bs-btn-focus-shadow-rgb: 255, 246, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #FFF6F0;
  --bs-btn-active-border-color: #FFF6F0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #FFF6F0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #FFF6F0;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #222222;
  --bs-btn-border-color: #222222;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #222222;
  --bs-btn-hover-border-color: #222222;
  --bs-btn-focus-shadow-rgb: 34, 34, 34;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #222222;
  --bs-btn-active-border-color: #222222;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #222222;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #222222;
  --bs-gradient: none;
}

.btn-outline-white {
  --bs-btn-color: #ffffff;
  --bs-btn-border-color: #ffffff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffffff;
  --bs-btn-hover-border-color: #ffffff;
  --bs-btn-focus-shadow-rgb: 255, 255, 255;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffffff;
  --bs-btn-active-border-color: #ffffff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffffff;
  --bs-gradient: none;
}

.btn-outline-gray {
  --bs-btn-color: #6A6480;
  --bs-btn-border-color: #6A6480;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #6A6480;
  --bs-btn-hover-border-color: #6A6480;
  --bs-btn-focus-shadow-rgb: 106, 100, 128;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #6A6480;
  --bs-btn-active-border-color: #6A6480;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6A6480;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6A6480;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 63, 145, 112;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 15px;
  --bs-btn-padding-x: 35px;
  --bs-btn-font-size: 1.125rem;
  --bs-btn-border-radius: 14px;
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 11px;
  --bs-btn-padding-x: 18px;
  --bs-btn-font-size: 0.9375rem;
  --bs-btn-border-radius: 10px;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 6px;
  --bs-dropdown-padding-y: 6px;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: #EEE9F3;
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: #EEE9F3;
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: var(--bs-primary);
  --bs-dropdown-link-active-bg: var(--bs-primary-bg-subtle);
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 6px;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1480px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: #EEE9F3;
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #ffffff;
  --bs-dropdown-divider-bg: #EEE9F3;
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: var(--bs-primary);
  --bs-dropdown-link-active-bg: var(--bs-primary-bg-subtle);
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group {
  border-radius: 10px;
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(var(--bs-border-width) * -1);
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 15px;
  padding-left: 15px;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 13.5px;
  padding-left: 13.5px;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 26.25px;
  padding-left: 26.25px;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(var(--bs-border-width) * -1);
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.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.2rem rgba(var(--bs-primary-rgb), 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: #ffffff;
  --bs-nav-pills-link-active-bg: #1D7D57;
}
.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-basis: 0;
  flex-grow: 1;
  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;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2890, 86, 77, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: 10px;
  --bs-navbar-toggler-focus-width: 0.2rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1480px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #ffffff;
  --bs-navbar-brand-color: #ffffff;
  --bs-navbar-brand-hover-color: #ffffff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
  --bs-card-spacer-y: 15px;
  --bs-card-spacer-x: 20px;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: #E1E5ED;
  --bs-card-border-radius: 0.625rem;
  --bs-card-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.02);
  --bs-card-inner-border-radius: calc(0.625rem - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 15px;
  --bs-card-cap-padding-x: 20px;
  --bs-card-cap-bg: transparent;
  --bs-card-cap-color: ;
  --bs-card-height: calc(100% - var(--bs-gutter-x));
  --bs-card-color: ;
  --bs-card-bg: #fff;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 12px;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%235a564d' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%230c3223' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary-rgb), 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush > .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush > .accordion-item > .accordion-header .accordion-button, .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}
.accordion-flush > .accordion-item > .accordion-collapse {
  border-radius: 0;
}

[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2377b19a'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2377b19a'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 0;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary-rgb), 0.25);
  --bs-pagination-active-color: #ffffff;
  --bs-pagination-active-bg: #1D7D57;
  --bs-pagination-active-border-color: #1D7D57;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: calc(var(--bs-border-width) * -1);
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}

.badge {
  --bs-badge-padding-x: 10px;
  --bs-badge-padding-y: 4px;
  --bs-badge-font-size: 0.75rem;
  --bs-badge-font-weight: 500;
  --bs-badge-color: #ffffff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 15px;
  --bs-alert-padding-y: 12px;
  --bs-alert-margin-bottom: 12px;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 600;
  color: var(--bs-alert-link-color);
}

.alert-dismissible {
  padding-right: 45px;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 15px 15px;
}

.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

.alert-white {
  --bs-alert-color: var(--bs-white-text-emphasis);
  --bs-alert-bg: var(--bs-white-bg-subtle);
  --bs-alert-border-color: var(--bs-white-border-subtle);
  --bs-alert-link-color: var(--bs-white-text-emphasis);
}

.alert-gray {
  --bs-alert-color: var(--bs-gray-text-emphasis);
  --bs-alert-bg: var(--bs-gray-bg-subtle);
  --bs-alert-border-color: var(--bs-gray-border-subtle);
  --bs-alert-link-color: var(--bs-gray-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 12px;
  }
}
.progress,
.progress-stacked {
  --bs-progress-height: 12px;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #ffffff;
  --bs-progress-bar-bg: #1D7D57;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

.progress-stacked > .progress {
  overflow: visible;
}

.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #ffffff;
  --bs-list-group-active-bg: #1D7D57;
  --bs-list-group-active-border-color: #1D7D57;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1480px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

.list-group-item-white {
  --bs-list-group-color: var(--bs-white-text-emphasis);
  --bs-list-group-bg: var(--bs-white-bg-subtle);
  --bs-list-group-border-color: var(--bs-white-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-white-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-white-border-subtle);
  --bs-list-group-active-color: var(--bs-white-bg-subtle);
  --bs-list-group-active-bg: var(--bs-white-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-white-text-emphasis);
}

.list-group-item-gray {
  --bs-list-group-color: var(--bs-gray-text-emphasis);
  --bs-list-group-bg: var(--bs-gray-bg-subtle);
  --bs-list-group-border-color: var(--bs-gray-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-gray-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-gray-border-subtle);
  --bs-list-group-active-color: var(--bs-gray-bg-subtle);
  --bs-list-group-active-bg: var(--bs-gray-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-gray-text-emphasis);
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.2rem rgba(var(--bs-primary-rgb), 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 12px;
  height: 12px;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/12px auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  filter: var(--bs-btn-close-white-filter);
}

[data-bs-theme=dark] .btn-close {
  filter: var(--bs-btn-close-white-filter);
}

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 24px;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.6;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1479.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: #222222;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #ffffff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")*/;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")*/;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #ffffff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

[data-bs-theme=dark] .carousel .carousel-control-prev-icon,
[data-bs-theme=dark] .carousel .carousel-control-next-icon, [data-bs-theme=dark].carousel .carousel-control-prev-icon,
[data-bs-theme=dark].carousel .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target], [data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
  background-color: #000;
}
[data-bs-theme=dark] .carousel .carousel-caption, [data-bs-theme=dark].carousel .carousel-caption {
  color: #000;
}

.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.6;
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1479.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1479.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1479.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}
@media (max-width: 1479.98px) {
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}
@media (max-width: 1479.98px) {
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 1479.98px) {
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 1479.98px) {
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 1479.98px) {
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1480px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-offcanvas-padding-y)) calc(-0.5 * var(--bs-offcanvas-padding-x)) calc(-0.5 * var(--bs-offcanvas-padding-y)) auto;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
          mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
          mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

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

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

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

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

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

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

.text-bg-gray {
  color: #ffffff !important;
  background-color: RGBA(var(--bs-gray-rgb), var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(23, 100, 70, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(23, 100, 70, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(246, 221, 52, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(246, 221, 52, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(74, 147, 74, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(74, 147, 74, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(73, 154, 178, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(73, 154, 178, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(192, 138, 62, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(192, 138, 62, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(174, 66, 63, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(174, 66, 63, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(255, 248, 243, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 248, 243, var(--bs-link-underline-opacity, 1)) !important;
}

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

.link-white {
  color: RGBA(var(--bs-white-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-white-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-white:hover, .link-white:focus {
  color: RGBA(255, 255, 255, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 255, 255, var(--bs-link-underline-opacity, 1)) !important;
}

.link-gray {
  color: RGBA(var(--bs-gray-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-gray-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-gray:hover, .link-gray:focus {
  color: RGBA(85, 80, 102, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(85, 80, 102, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1480px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.05;
}

.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 {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

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

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

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

.object-fit-none {
  -o-object-fit: none !important;
     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));
}

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

.focus-ring-gray {
  --bs-focus-ring-color: rgba(var(--bs-gray-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-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-gray {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-gray-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-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;
}

.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;
}

.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 {
  -moz-column-gap: 0 !important;
       column-gap: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.fs-6 {
  font-size: calc(1.3rem + 0.6vw) !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.6 !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;
}

.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

.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-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

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

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-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-white {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-white-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-gray {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-gray-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 {
 
  background-image: url('../images/background.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-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-gray {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-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-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 {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

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

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          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 {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    -o-object-fit: none !important;
       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;
  }
  .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;
  }
  .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 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    -moz-column-gap: 3rem !important;
         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 {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-md-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-md-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-md-none {
    -o-object-fit: none !important;
       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;
  }
  .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;
  }
  .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 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-md-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    -moz-column-gap: 3rem !important;
         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 {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    -o-object-fit: none !important;
       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;
  }
  .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;
  }
  .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 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    -moz-column-gap: 3rem !important;
         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 {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    -o-object-fit: none !important;
       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;
  }
  .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;
  }
  .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 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    -moz-column-gap: 3rem !important;
         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: 1480px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    -o-object-fit: none !important;
       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;
  }
  .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;
  }
  .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 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    -moz-column-gap: 3rem !important;
         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: 6.875rem !important;
  }
  .fs-2 {
    font-size: 5.625rem !important;
  }
  .fs-3 {
    font-size: 4.375rem !important;
  }
  .fs-4 {
    font-size: 3.125rem !important;
  }
  .fs-5 {
    font-size: 2.5rem !important;
  }
  .fs-6 {
    font-size: 1.75rem !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;
  }
}
[data-ld-theme=theme-purple] {
  --bs-primary-100: #EEEBF9;
  --bs-primary-200: #C2B6FA;
  --bs-primary-300: #A99DE1;
  --bs-primary-400: #745EE0;
  --bs-primary-500: #644FCA;
  --bs-primary-600: #6349E0;
  --bs-primary-700: #563FC5;
  --bs-primary-800: #201553;
  --bs-primary-900: #19123B;
  --bs-heading-color: #222222;
  --bs-heading-color-rgb: 34, 34, 34;
  --bs-link-color: #563FC5;
  --bs-link-color-rgb: 86, 63, 197;
  --bs-link-hover-color: #4936a7;
  --bs-link-hover-color-rgb: 73, 54, 167;
  --bs-primary: #563FC5;
  --bs-secondary: #F4D501;
  --bs-light: #FFF6F0;
  --bs-dark: #222222;
  --bs-primary-rgb: 86, 63, 197;
  --bs-secondary-rgb: 244, 213, 1;
  --bs-light-rgb: 255, 246, 240;
  --bs-gray-rgb: 106, 100, 128;
  --bs-dark-rgb: 34, 34, 34;
  --bs-primary-text-emphasis: #22194f;
  --bs-secondary-text-emphasis: #625500;
  --bs-dark-text-emphasis: #0e0e0e;
  --bs-light-text-emphasis: #666260;
  --bs-primary-bg-subtle: #f3ebde;
  --bs-secondary-bg-subtle: #fefbe6;
  --bs-dark-bg-subtle: #e9e9e9;
  --bs-light-bg-subtle: #fffcfb;
  --bs-primary-border-subtle: #ddd9f3;
  --bs-secondary-border-subtle: #fefbe6;
  --bs-dark-border-subtle: #e9e9e9;
  --bs-light-border-subtle: #fffcfb;
}

[data-ld-theme=theme-blue] {
  --bs-primary-100: #E3F4FF;
  --bs-primary-200: #C2B6FA;
  --bs-primary-300: #A99DE1;
  --bs-primary-400: #745EE0;
  --bs-primary-500: #0196FC;
  --bs-primary-600: #6349E0;
  --bs-primary-700: #1A49BA;
  --bs-primary-800: #201553;
  --bs-primary-900: #001C61;
  --bs-body-color: #6A6480;
  --bs-body-color-rgb: 106, 100, 128;
  --bs-heading-color: #001C61;
  --bs-heading-color-rgb: 0, 28, 97;
  --bs-link-color: #1A49BA;
  --bs-link-color-rgb: 26, 73, 186;
  --bs-link-hover-color: #163e9e;
  --bs-link-hover-color-rgb: 22, 62, 158;
  --bs-primary: #1A49BA;
  --bs-secondary: #F4D501;
  --bs-light: #EEF6FC;
  --bs-dark: #001C61;
  --bs-primary-rgb: 26, 73, 186;
  --bs-secondary-rgb: 244, 213, 1;
  --bs-light-rgb: 238, 246, 252;
  --bs-gray-rgb: 106, 100, 128;
  --bs-dark-rgb: 0, 28, 97;
  --bs-primary-text-emphasis: #0a1d4a;
  --bs-secondary-text-emphasis: #625500;
  --bs-dark-text-emphasis: #000b27;
  --bs-light-text-emphasis: #5f6265;
  --bs-primary-bg-subtle: #f3ebde;
  --bs-secondary-bg-subtle: #fefbe6;
  --bs-dark-bg-subtle: #e6e8ef;
  --bs-light-bg-subtle: #fafcfe;
  --bs-primary-border-subtle: #d1dbf1;
  --bs-secondary-border-subtle: #fefbe6;
  --bs-dark-border-subtle: #e6e8ef;
  --bs-light-border-subtle: #fafcfe;
}

::-moz-selection {
  color: #fff;
  background-color: var(--bs-primary);
}

::selection {
  color: #fff;
  background-color: var(--bs-primary);
}

body {
  overflow-x: hidden;
}

code {
  background-color: #fff2f8;
  border-radius: 4px;
  padding: 2px;
}

a:not(.alert-link):not(.btn-link):not([class*=link-underline]) {
  text-decoration: none;
}

b,
strong {
  font-weight: 600;
}

img {
  max-width: 100%;
  border-style: none;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: var(--bs-headings-font-family);
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
  color: inherit;
}

.text-white h1, .text-white .h1,
.text-white h2,
.text-white .h2,
.text-white h3,
.text-white .h3,
.text-white h4,
.text-white .h4,
.text-white h5,
.text-white .h5,
.text-white h6,
.text-white .h6,
.text-white p,
.text-white .title-small {
  color: #FFF;
}

.bg-fix {
  background-attachment: fixed;
  background-size: cover;
}

.parallax {
  background-size: cover;
}

.sticky-top,
.sticky-sm-top,
.sticky-md-top,
.sticky-lg-top,
.sticky-xl-top {
  top: 100px;
}

.btn-link {
  text-decoration: none;
}

dl, ul, ol {
  list-style-position: outside;
}

ul, ol {
  margin-bottom: 24px;
}

ul li, ol li {
  padding: 0;
}

dl {
  margin-left: 0;
  margin-bottom: 30px;
}

dl dd {
  margin-bottom: 10px;
}

[class=fi],
[class^=fi-] {
  display: inline-flex;
}

.data-img-hover {
  position: relative;
}

.data-img-hover canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top-header {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
  background-color: var(--bs-body-bg);
}
.top-header ul li {
  font-size: 14px;
}
@media (max-width: 1199.98px) {
  .top-header ul li {
    font-size: 13px;
  }
}
.top-header .list-nav:not(.list-divider) {
  margin-left: -10px;
  margin-right: -10px;
}
.top-header .list-nav:not(.list-divider) li {
  padding-left: 10px;
  padding-right: 10px;
}

.list-nav {
  padding-left: 0;
  margin-bottom: 0;
}
.list-nav > li {
  display: inline-block;
}

.list-divider > li:not(:last-child)::after {
  content: "|";
  color: var(--bs-body-color);
  opacity: 0.3;
  padding: 0 15px;
}
@media (max-width: 1199.98px) {
  .list-divider > li:not(:last-child)::after {
    padding: 0 10px;
  }
}

.header {
  --header-height: 90px;
  position: relative;
  z-index: 1040;
}
@media (max-width: 1599px) {
  .header {
    --header-height: 78px;
  }
}
@media (max-width: 991.98px) {
  .header {
    --header-height: 60px;
  }
}
.header .navbar-brand {
  color: #000;
  width: 165px;
  min-width: 165px;
  font-size: 20px;
  letter-spacing: 20px;
  margin: 0;
  display: flex;
}
.header .navbar-brand img {
  height: auto;
  width: 100%;
}
@media (max-width: 1479.98px) {
  .header .navbar-brand {
    width: 150px;
    min-width: 150px;
  }
}
@media (max-width: 991.98px) {
  .header .navbar-brand {
    width: 130px;
    min-width: 130px;
    padding: 10px 0;
  }
}
.header .navbar-brand .brand-logo-dark {
  display: none;
}
[data-bs-theme=dark] .header .navbar-brand .brand-logo-dark {
  display: block;
}
[data-bs-theme=dark] .header .navbar-brand .brand-logo-light {
  display: none;
}
.header::after {
  display: block;
  clear: both;
  content: "";
}
.header .main-navbar .navbar {
  background: var(--bs-body-bg);
  width: 100%;
  position: relative;
  padding: 0;
}
.header .main-navbar .navbar:not(.no-shadow) {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
}
.header .main-navbar .navbar.no-shadow {
  border-bottom: 1px solid rgba(var(--bs-light-rgb), 1);
}
.header .main-navbar .navbar::after {
  display: block;
  clear: both;
  content: "";
}
.header .main-navbar.sticky-active .navbar.no-shadow {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
}
.header .container::after {
  display: block;
  clear: both;
  content: "";
}
.header .container-fluid, .header .container-sm, .header .container-md, .header .container-lg, .header .container-xl, .header .container-xxl {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .header .container-fluid, .header .container-sm, .header .container-md, .header .container-lg, .header .container-xl, .header .container-xxl {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  .header .container-fluid, .header .container-sm, .header .container-md, .header .container-lg, .header .container-xl, .header .container-xxl {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1600px) {
  .header .container-fluid, .header .container-sm, .header .container-md, .header .container-lg, .header .container-xl, .header .container-xxl {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.header .badge {
  vertical-align: 3px;
  font-size: 9px;
  padding: 3px 6px;
}
@media (max-width: 1479.98px) {
  .header .badge {
    vertical-align: 3px;
    font-size: 8px;
  }
}

.header .mobile-toggler {
  height: 60px;
  display: flex;
  align-items: center;
  margin-left: 20px;
  height: var(--header-height);
}
@media (min-width: 992px) {
  .header .mobile-toggler {
    display: none;
  }
}
.header .navbar-toggler {
  border: 0;
  font-size: 16px;
  line-height: 24px;
  padding: 0;
  float: right;
  outline: none;
  box-shadow: none;
}
.header .navbar-toggler .toggler-line {
  width: 18px;
  height: 2px;
  background-color: var(--bs-body-color);
  display: block;
  margin: 4px 0;
}
.header .navbar-toggler .toggler-line:nth-child(2) {
  width: 14px;
}
.header .navbar-toggler.active::after {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  background: #000;
  height: 100%;
  width: 100%;
  opacity: 0.4;
}

.sticky-header.sticky-active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  animation: 0.5s ease 0s normal forwards 1 running headerSticky;
  -ms-animation: 0.5s ease 0s normal forwards 1 running headerSticky;
  -webkit-animation: 0.5s ease 0s normal forwards 1 running headerSticky;
  -moz-animation: 0.5s ease 0s normal forwards 1 running headerSticky;
  -o-animation: 0.5s ease 0s normal forwards 1 running headerSticky;
  -khtml-animation: 0.5s ease 0s normal forwards 1 running headerSticky;
}

.screen-fixed {
  overflow: hidden;
}
@keyframes headerSticky {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
.header-phone {
  font-size: 18px;
  color: var(--bs-dark);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 15px;
}
.header-phone i {
  font-size: 24px;
  animation: headerPhone 1.5s infinite;
  animation-delay: 3s;
  transform-origin: center;
}
.header-phone:hover i {
  animation-duration: 0.8s;
}

@keyframes headerPhone {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(15deg);
  }
  20% {
    transform: rotate(-10deg);
  }
  30% {
    transform: rotate(10deg);
  }
  40% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(5deg);
  }
  60% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.header-notify {
  display: flex;
  align-items: center;
  font-size: 18px;
  gap: 5px;
  font-weight: 500;
  color: var(--bs-dark);
}
.header-notify svg {
  animation: headerPhone 1.5s infinite;
  animation-delay: 3s;
  transform-origin: center;
}
.header-notify .badge {
  background-color: var(--bs-primary-100);
  color: var(--bs-primary);
  font-size: 13px;
  font-weight: 500;
  padding: 3px 9px;
  border: 1px solid var(--bs-primary);
  border-radius: 30px;
  line-height: 1.15;
}
@media (max-width: 1280px) {
  .header-notify {
    display: none;
  }
}

.navbar-vr {
  height: calc(var(--header-height) - 30px);
  width: 1px;
  background-color: var(--bs-primary-300);
  margin-left: 35px;
  margin-right: 35px;
}
@media (max-width: 1199.98px) {
  .navbar-vr {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.header-v1 {
  --header-height: 80px;
}
@media (max-width: 991.98px) {
  .header-v1 {
    --header-height: 60px;
  }
}
.header-v1 .navigation-list {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1480px) {
  .header-v1 .navigation-list .nav > li > a {
    padding: 30px 20px;
  }
}

.navigation-list {
  padding-left: 80px;
  padding-right: 80px;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 400ms;
  transition: all 0.25s;
}
@media (max-width: 1479.98px) {
  .navigation-list {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 991.98px) {
  .navigation-list {
    padding-left: 0;
    padding-right: 0;
    overflow-y: scroll;
    position: fixed;
    width: 265px;
    left: -100%;
    height: calc(100vh - 10px);
    top: 5px;
    background-color: var(--bs-body-bg);
    margin: 0;
    z-index: 9999;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
    display: block !important;
    border-radius: 8px;
  }
}
@media (max-width: 991.98px) {
  .navigation-list.show {
    left: 5px;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .navigation-list .navbar-brand {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navigation-list .navbar-brand {
    height: auto;
    padding: 20px 20px;
    display: flex;
    text-align: center;
    justify-content: center;
    width: 180px;
    margin: 0 auto 0px;
  }
}
.navigation-list .nav {
  float: right;
  padding: 0;
}
.navigation-list .nav > li {
  margin: 0px;
  font-weight: 400;
  position: relative;
}
.navigation-list .nav > li.dropdown-nav > a:after {
  content: "\f153";
  font-family: "uicons-regular-rounded";
  font-weight: 500;
  font-size: 15px;
  margin-left: 5px;
  display: inline-block;
  transition: all 0.15s;
  vertical-align: middle;
}
@media (max-width: 991.98px) {
  .navigation-list .nav > li.dropdown-nav > a:after {
    content: "\f155";
    float: right;
    font-family: "uicons-regular-rounded";
  }
}
@media (min-width: 992px) {
  .navigation-list .nav > li.dropdown-nav:hover > a:after {
    transform: rotate(180deg);
  }
}
.navigation-list .nav > li:hover > a, .navigation-list .nav > li.active > a {
  color: var(--bs-heading-color);
}
.navigation-list .nav > li.megamenu-down {
  position: inherit;
}
@media (max-width: 991.98px) {
  .navigation-list .nav > li {
    width: 100%;
    position: static;
  }
}
.navigation-list .nav > li > a {
  color: var(--bs-body-color);
  font-size: 16px;
  padding: 30px 12px;
  cursor: pointer;
  font-weight: 500;
  display: inline-block;
  position: relative;
  line-height: 1.1;
}
@media (min-width: 1600px) {
  .navigation-list .nav > li > a {
    font-size: 18px;
    padding: 35px 20px;
  }
}
@media (max-width: 991.98px) {
  .navigation-list .nav > li > a {
    font-size: 15px;
    padding: 15px 20px;
    display: block;
    border-bottom: 1px solid var(--bs-border-color);
  }
}
.navigation-list .nav > li .submenu-nav {
  background-color: var(--bs-body-bg);
  display: block;
  left: 0;
  list-style: none;
  opacity: 0;
  padding: 20px 0;
  position: absolute;
  visibility: hidden;
  width: 240px;
  z-index: 10;
  margin-top: -3px;
  box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.05);
  transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-width: 0 1px 1px;
  border-radius: 0 0 8px 8px;
}
@media (min-width: 992px) {
  .navigation-list .nav > li .submenu-nav {
    transform-origin: top;
    transition-duration: 0.1s;
    transform: perspective(250px) rotateX(-20deg);
  }
}
.navigation-list .nav > li .submenu-nav li.dropdown-nav > a:after {
  content: "\f105";
  font-family: "fontawesome";
  font-weight: 700;
  font-size: 12px;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  height: 15px;
  width: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .navigation-list .nav > li .submenu-nav li.dropdown-nav > a:after {
    right: 18px;
  }
}
.navigation-list .nav > li .submenu-nav li {
  position: relative;
}
.navigation-list .nav > li .submenu-nav li a {
  position: relative;
  color: inherit;
  display: block;
  font-size: 15px;
  font-weight: 500;
  transition: 0.3s ease all;
  padding: 7px 25px;
}
@media (max-width: 991.98px) {
  .navigation-list .nav > li .submenu-nav li a {
    padding: 10px 20px;
    font-size: 15px;
    display: block;
    border-bottom: 1px solid var(--bs-border-color);
  }
  .navigation-list .nav > li .submenu-nav li a:after {
    font-family: FontAwesome;
    width: auto;
    height: auto;
    top: 1px;
    font-size: 16px;
    position: absolute;
    font-weight: 700;
  }
}
.navigation-list .nav > li .submenu-nav li a span {
  display: inline-block;
  transition: 0.3s ease all;
  position: relative;
}
.navigation-list .nav > li .submenu-nav li a span:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  background: var(--bs-heading-color);
  bottom: 2px;
  right: 0;
  transition: 0.3s ease all;
  transform-origin: right;
}
.navigation-list .nav > li .submenu-nav li a:hover {
  color: var(--bs-heading-color);
}
.navigation-list .nav > li .submenu-nav li a:hover span:after {
  width: 100%;
  transform-origin: left;
  left: 0;
  right: auto;
}
.navigation-list .nav > li .submenu-nav li .submenu-nav {
  left: 261px;
}
@media (max-width: 1479.98px) {
  .navigation-list .nav > li .submenu-nav li .submenu-nav {
    left: 216px;
  }
}
@media (max-width: 991.98px) {
  .navigation-list .nav > li .submenu-nav li .submenu-nav {
    left: -100%;
  }
}
@media (max-width: 991.98px) {
  .navigation-list .nav > li .submenu-nav li {
    position: static;
  }
}
@media (max-width: 1479.98px) {
  .navigation-list .nav > li .submenu-nav {
    width: 215px;
    padding: 20px 0;
  }
}
@media (max-width: 991.98px) {
  .navigation-list .nav > li .submenu-nav {
    position: absolute;
    visibility: visible;
    opacity: 1;
    width: 100%;
    height: 100%;
    background-color: var(--bs-body-bg);
    box-shadow: none;
    margin: 0;
    padding: 0;
    top: 0;
    left: -100%;
    border: 0;
  }
}
.navigation-list .nav > li .submenu-nav li .fa {
  color: inherit;
  display: block;
  float: right;
  font-size: 16px;
  opacity: 1;
  margin-top: 4px;
}
.navigation-list .nav > li .megamenu-nav {
  display: flex;
  right: 0px;
  width: 100%;
  z-index: 9;
  background-color: var(--bs-body-bg);
  left: 0;
  list-style: none;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.05);
  transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  margin-top: -3px;
}
.navigation-list .nav > li .megamenu-nav .megamenu-inner {
  padding: 40px 30px 30px;
}
.navigation-list .nav > li .megamenu-nav > li {
  display: block;
  width: 25%;
  position: relative;
  vertical-align: top;
}
.navigation-list .nav > li .megamenu-nav > li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 991.98px) {
  .navigation-list .nav > li .megamenu-nav > li {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  .navigation-list .nav > li .megamenu-nav {
    position: absolute;
    visibility: visible;
    opacity: 1;
    width: 100%;
    height: 100%;
    background-color: var(--bs-body-bg);
    box-shadow: none;
    margin: 0;
    padding: 0;
    top: 0;
    left: -100%;
    overflow: hidden;
  }
  .navigation-list .nav > li .megamenu-nav .megamenu-inner {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .navigation-list .nav > li:hover > .megamenu-nav, .navigation-list .nav > li:hover > .submenu-nav {
    opacity: 1;
    visibility: visible;
    margin-top: 1px;
    transition-duration: 0.2s;
    transform: perspective(250px) rotateX(0deg);
  }
  .navigation-list .nav > li:hover > .megamenu-nav li:hover > .submenu-nav, .navigation-list .nav > li:hover > .submenu-nav li:hover > .submenu-nav {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    top: -1px;
  }
}
.navigation-list .nav > li.open .megamenu-nav,
.navigation-list .nav > li.open .submenu-nav {
  display: block;
  opacity: 1;
}
@media (max-width: 991.98px) {
  .navigation-list .nav .dropdown-nav.open > .submenu-nav, .navigation-list .nav .dropdown-nav.open > .megamenu-nav {
    left: 0;
  }
}
@media (max-width: 991.98px) {
  .navigation-list .nav {
    float: none;
    width: 100%;
  }
}
.navigation-list .nav-back {
  display: none;
  background-color: var(--bs-dark);
  border: 0;
  padding: 12px 20px;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  color: #fff;
}
.navigation-list .nav-back i {
  float: left;
  margin-right: 10px;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: -3px;
}
@media (max-width: 991.98px) {
  .navigation-list .nav-back {
    display: flex;
    align-items: center;
  }
}

.header .action-nav {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 9;
  margin-left: auto;
  height: var(--header-height);
  min-width: 200px;
  justify-content: flex-end;
}
@media (max-width: 1199.98px) {
  .header .action-nav {
    min-width: 160px;
  }
}
@media (max-width: 991.98px) {
  .header .action-nav {
    min-width: 120px;
  }
}
@media (max-width: 575.98px) {
  .header .action-nav {
    min-width: 50px;
  }
}
.header .action-nav > ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 25px;
}
@media (max-width: 1479.98px) {
  .header .action-nav > ul {
    gap: 18px;
  }
}
.header .action-nav > ul > li {
  list-style: none;
}
.header .action-nav-start {
  justify-content: flex-start;
  margin-left: 0;
  margin-right: auto;
}

.bookmark-body {
  position: absolute;
  right: 0;
  top: calc(100% + 2px);
  width: 355px;
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
  height: auto;
  border: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (max-width: 575.98px) {
  .bookmark-body {
    width: 340px;
  }
}
.bookmark-body.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.search-offcanvas {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: var(--bs-body-bg);
  z-index: 1;
  top: 100%;
  border-top: 0 solid rgba(var(--bs-light-rgb), 1);
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.15s ease-in-out;
}
.search-offcanvas .search-body {
  padding: 80px 0;
}
@media (max-width: 1479.98px) {
  .search-offcanvas .search-body {
    padding: 50px 0;
  }
}
@media (max-width: 767.98px) {
  .search-offcanvas .search-body {
    padding: 40px 0;
  }
}
.search-offcanvas.show {
  max-height: 500px;
  border-top: 1px solid rgba(var(--bs-light-rgb), 1);
}

.ld-search-overlay {
  z-index: -2;
  position: fixed;
  background: rgba(17, 6, 36, 0.7);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.ld-search-overlay.show {
  opacity: 1;
  visibility: visible;
}

footer {
  color: var(--bs-body-color);
}
footer p {
  margin-bottom: 15px;
  line-height: 1.5;
}
footer .footer_widget ul {
  list-style: none;
  margin-top: -10px;
  padding: 0;
}

footer .widget_categories ul li,
footer .widget_archive ul li,
footer .widget_meta ul li,
footer .widget_pages ul li,
footer .widget_recent_comments ul li,
footer .widget_nav_menu li,
footer .widget_recent_entries ul li,
footer .widget_services ul li {
  border-bottom: 1px dashed rgba(102, 102, 102, 0.3);
}
footer .widget_services ul li {
  transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  padding: 10px 0px 10px 15px;
}
footer .widget_services ul li:hover {
  transform: translateX(10px);
  -moz-transform: translateX(10px);
  -webkit-transform: translateX(10px);
  -o-transform: translateX(10px);
  -ms-transform: translateX(10px);
}

.footer-title {
  margin-bottom: 20px;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 20px;
  position: relative;
}

.footer-logo {
  display: block;
}

.footer-top {
  padding: 80px 0 40px;
}
.footer-top .widget {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .footer-top {
    padding: 60px 0 20px;
  }
}

.footer-bottom {
  padding: 25px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer_widget ul li a {
  padding: 8px 0;
  display: block;
  line-height: 1.5;
  font-size: 15px;
  color: #fff;
}
.footer_widget ul li a span {
  position: relative;
}
.footer_widget ul li a span::after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 1px;
  background-color: var(--bs-secondary);
  opacity: 0;
  transform: translateY(1px);
  transition: all 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.footer_widget ul li a:hover span::after {
  opacity: 1;
  transform: translateY(-3px) translateZ(0);
  transition-delay: 0.2s;
  transition-duration: 0.15s;
}

.list-2 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: table;
  margin-top: -8px;
  margin-bottom: -8px;
}
.list-2 ul li {
  width: 50%;
  float: left;
}
.list-2 ul li a {
  font-size: 16px;
  padding: 8px 0;
  display: block;
  line-height: 22px;
}

.footer-info {
  margin-bottom: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 40px;
  margin-top: -35px;
}

.contact-info ul {
  margin-top: 0 !important;
}
.contact-info ul li {
  position: relative;
  line-height: 1.4;
  margin-bottom: 25px;
}
.contact-info ul li p {
  font-weight: 400;
  color: #fff;
  font-size: 15px;
  margin-bottom: 2px;
}
.contact-info ul li a {
  padding: 0;
  display: block;
  line-height: inherit;
  font-size: 20px;
  font-weight: 500;
  color: var(--bs-secondary);
  text-decoration-line: underline !important;
  text-decoration-color: var(--bs-secondary) !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 4px;
}

.footer-style1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: var(--bs-primary);
}
.footer-style1 .footer-top {
  padding: 65px 0 30px;
}
@media (max-width: 767.98px) {
  .footer-style1 .footer-top {
    padding: 50px 0 10px;
  }
}
@media (max-width: 575.98px) {
  .footer-style1 .footer-top {
    padding: 40px 0 0;
  }
}
.footer-style1 .footer-title {
  margin-bottom: 30px;
}
.footer-style1 .footer-action {
  padding: 80px 0 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.footer-style1 .footer-action .action-title {
  color: #fff;
  margin-bottom: 0;
  font-size: 90px;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: -3px;
  font-family: "Instrument Serif";
}
@media (max-width: 1479.98px) {
  .footer-style1 .footer-action {
    padding: 60px 0 20px;
  }
  .footer-style1 .footer-action .action-title {
    font-size: 75px;
  }
}
@media (max-width: 1199.98px) {
  .footer-style1 .footer-action .action-title {
    font-size: 68px;
  }
}
@media (max-width: 767.98px) {
  .footer-style1 .footer-action {
    padding: 40px 0 10px;
  }
  .footer-style1 .footer-action .action-title {
    font-size: 52px;
  }
}
@media (max-width: 575.98px) {
  .footer-style1 .footer-action .action-title {
    font-size: 48px;
  }
}
.footer-style1 .footer-bottom {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 15px;
}
.footer-style1 .footer-bottom p {
  color: #fff;
}
@media (max-width: 575.98px) {
  .footer-style1 .footer-bottom {
    padding: 20px 0;
    font-size: 13px;
  }
}
.footer-style1 .widget {
  margin-bottom: 50px;
}
@media (max-width: 575.98px) {
  .footer-style1 .widget {
    margin-bottom: 40px;
  }
}
.footer-style1 .footer-thumbnail {
  border-radius: 50%;
  overflow: hidden;
  width: 625px;
  aspect-ratio: 2/2;
  margin: 45px 0 -180px 100px;
  padding: 65px;
  position: relative;
}
.footer-style1 .footer-thumbnail::after {
  content: "";
  height: 98%;
  width: 98%;
  background-image: url(../images/footer-thumbnail-border.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 98%;
  transform: translate(-50%, -50%);
}
.footer-style1 .footer-thumbnail img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
@media (max-width: 1479.98px) {
  .footer-style1 .footer-thumbnail {
    margin: 45px 0 -180px 0;
    width: 575px;
  }
}
@media (max-width: 1199.98px) {
  .footer-style1 .footer-thumbnail {
    display: none;
  }
}

.footer-style2 {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: var(--bs-primary-900);
}
.footer-style2 .footer-title {
  margin-bottom: 25px;
}
.footer-style2 .footer-top {
  padding: 100px 0 30px;
}
@media (max-width: 1199.98px) {
  .footer-style2 .footer-top {
    padding: 80px 0 20px;
  }
}
@media (max-width: 991.98px) {
  .footer-style2 .footer-top {
    padding: 60px 0 10px;
  }
}
.footer-style2 .app-store {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}
.footer-style2 .app-store li {
  margin-bottom: 10px;
}
.footer-style2 .footer_widget ul li a span::after {
  background-color: #fff;
}
.footer-style2 .social-link li a {
  transition: all 0.3s;
}
.footer-style2 .social-link li a:hover {
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  background: rgba(255, 255, 255, 0.2);
}
.footer-style2 .contact-info ul li a {
  color: var(--bs-primary-300);
  text-decoration-color: var(--bs-primary-300) !important;
}
.footer-style2 .widget {
  margin-bottom: 50px;
}
@media (max-width: 991.98px) {
  .footer-style2 .widget {
    margin-bottom: 40px;
  }
}
.footer-style2 .bg-img {
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 1;
  width: 320px;
  mix-blend-mode: plus-lighter;
}
@media (max-width: 1680px) {
  .footer-style2 .bg-img {
    top: 65px;
    width: 225px;
  }
}
@media (max-width: 1479.98px) {
  .footer-style2 .bg-img {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .footer-style2 .footer-bottom {
    padding: 20px 0;
    font-size: 14px;
  }
}

.language-selector {
  margin-top: 90px;
}
@media (max-width: 575.98px) {
  .language-selector {
    margin-top: 40px;
  }
}
.language-selector .label {
  font-size: 15px;
  margin-bottom: 10px;
  display: block;
  text-align: left;
  color: #fff;
}
.language-selector .dropdown-toggle::after {
  display: none;
}
.language-selector .dropdown-menu {
  padding: 0;
  width: 100%;
}
.language-selector .dropdown-menu .dropdown-item {
  padding: 7px 13px;
  border-bottom: 1px solid #dfdfdf;
  border-radius: 0;
}
.language-selector .custom-dropdown .dropdown-toggle {
  background-color: white;
  color: black;
  border-radius: 8px;
  padding: 12px 13px;
  display: flex;
  align-items: center;
  width: 165px;
  font-size: 16px;
  border-bottom: 1px solid rgba(221, 221, 221, 0.8666666667);
}
.language-selector .custom-dropdown img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  border-radius: 50px;
}

.footer-style3 {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.footer-style3 .widget {
  margin-bottom: 40px;
}
.footer-style3 .footer-top {
  padding-top: 120px;
  padding-bottom: 50px;
}
.footer-style3 .footer-main-title {
  font-size: 70px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.25;
  margin-bottom: 45px;
}
.footer-style3 .footer-main-title span {
  background-color: var(--bs-primary-500);
  color: #fff;
  padding: 0 15px;
}
.footer-style3 .footer-title {
  font-weight: 700;
  margin-bottom: 25px;
}
.footer-style3 .footer_widget ul li a {
  color: var(--bs-gray);
  font-weight: 500;
}
.footer-style3 .footer_widget ul li a span::after {
  background-color: var(--bs-primary);
}
.footer-style3 .footer-bottom {
  border-top: 1px solid rgba(var(--bs-gray-rgb), 0.2);
  font-size: 15px;
  padding: 25px 0;
  font-weight: 500;
}
.footer-style3 .footer-bottom p, .footer-style3 .footer-bottom a {
  color: var(--bs-gray);
}
@media (max-width: 1479.98px) {
  .footer-style3 .footer-top {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
@media (max-width: 1199.98px) {
  .footer-style3 .footer-main-title {
    font-size: 50px;
    margin-bottom: 35px;
  }
  .footer-style3 .footer-top {
    padding-top: 80px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .footer-style3 .footer-main-title {
    font-size: 32px;
    margin-bottom: 25px;
  }
  .footer-style3 .footer-top {
    padding-top: 50px;
    padding-bottom: 0px;
  }
}
@media (max-width: 575.98px) {
  .footer-style3 .widget {
    margin-bottom: 30px;
  }
}

.page-banner {
  --banner-height: 460px;
  height: var(--banner-height);
  background-size: auto;
  background-position: bottom !important;
  display: table;
  width: 100%;
  background-color: var(--bs-primary);
  overflow: hidden;
}
.page-banner .page-banner-entry {
  height: var(--banner-height);
}
.page-banner .container {
  display: table;
  height: 100%;
}
.page-banner h1, .page-banner .h1 {
  font-size: 110px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -3px;
  color: #fff;
  font-family: "Instrument Serif";
  display: inline-block;
}
.page-banner p {
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  color: var(--bs-dark-300);
  margin-bottom: 0;
}
.page-banner h1.text-white, .page-banner .text-white.h1 {
  color: #fff;
}
.page-banner .banner-img {
  position: relative;
  z-index: 1;
  width: 750px;
  height: 460px;
}
.page-banner .banner-img::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/banner/shape.svg);
  z-index: -1;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 65%;
}
@media (max-width: 1479.98px) {
  .page-banner {
    --banner-height: 380px;
  }
  .page-banner .banner-img {
    width: 650px;
    height: 380px;
  }
  .page-banner .banner-img::after {
    background-size: 65%;
  }
  .page-banner h1, .page-banner .h1 {
    font-size: 80px;
  }
  .page-banner p {
    font-size: 18px;
  }
}
@media (max-width: 1199.98px) {
  .page-banner {
    --banner-height: 320px;
  }
  .page-banner .banner-img {
    width: 540px;
    height: 320px;
    margin-left: -50px;
  }
}
@media (max-width: 991.98px) {
  .page-banner h1, .page-banner .h1 {
    font-size: 72px;
  }
}
@media (max-width: 767.98px) {
  .page-banner {
    --banner-height: 280px;
  }
  .page-banner h1, .page-banner .h1 {
    font-size: 60px;
  }
}
@media (max-width: 575.98px) {
  .page-banner {
    --banner-height: 240px;
  }
  .page-banner p {
    font-size: 14px;
  }
  .page-banner h1, .page-banner .h1 {
    font-size: 52px;
  }
}

.page-banner-sm {
  height: 220px;
}

.page-banner-lg {
  height: 500px;
}

.page-banner-entry {
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 30px;
}
@media (max-width: 767.98px) {
  .page-banner-entry {
    padding-bottom: 0;
  }
}

.breadcrumb-row ul li a {
  color: var(--bs-primary);
}

.banner-sm-title {
  color: var(--bs-primary);
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}

.breadcrumb-row.text-black ul li {
  color: #5a564d;
  font-weight: 400;
  font-size: 16px;
}

.breadcrumb-row.text-black ul li a {
  color: var(--bs-primary);
}

.bnr-video {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.bnr-video video {
  position: absolute;
  width: 120%;
  top: 50%;
  z-index: -1;
  left: 0;
  transform: translateY(-50%);
}

.bg-ovrl1 {
  position: relative;
  z-index: 1;
  background-image: url(../images/banner/bg-lines.png);
}
.bg-ovrl1::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 110px;
  background-image: url(../images/banner/bg.svg);
  z-index: 9;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
}

.bg-ovrl2 {
  position: relative;
  z-index: 1;
  background-image: url(../images/banner/bg-lines2.png);
}
.bg-ovrl2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 110px;
  background-image: url(../images/banner/bg.svg);
  z-index: 9;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
}

/* Box Max Width Css */
.mw50 {
  max-width: 50px;
}

.mw60 {
  max-width: 60px;
}

.mw80 {
  max-width: 80px;
}

.mw100 {
  max-width: 100px;
}

.mw200 {
  max-width: 200px;
}

.mw300 {
  max-width: 300px;
}

.mw400 {
  max-width: 400px;
}

.mw500 {
  max-width: 500px;
}

.mw600 {
  max-width: 600px;
}

.mw700 {
  max-width: 700px;
}

.mw800 {
  max-width: 800px;
}

.mw900 {
  max-width: 900px;
}

.mw1000 {
  max-width: 1000px;
}

.tpbw1 {
  background-color: rgba(255, 255, 255, 0.1);
}

.tpbw2 {
  background-color: rgba(255, 255, 255, 0.2);
}

.tpbw3 {
  background-color: rgba(255, 255, 255, 0.3);
}

.tpbw4 {
  background-color: rgba(255, 255, 255, 0.4);
}

.tpbw5 {
  background-color: rgba(255, 255, 255, 0.5);
}

.tpbw6 {
  background-color: rgba(255, 255, 255, 0.6);
}

.tpbw7 {
  background-color: rgba(255, 255, 255, 0.7);
}

.tpbw8 {
  background-color: rgba(255, 255, 255, 0.8);
}

.tpbw9 {
  background-color: rgba(255, 255, 255, 0.9);
}

.bg-tpb1 {
  background-color: rgba(0, 0, 0, 0.05);
}

.bg-tpb2 {
  background-color: rgba(0, 0, 0, 0.2);
}

.bg-tpb3 {
  background-color: rgba(0, 0, 0, 0.3);
}

.bg-tpb4 {
  background-color: rgba(0, 0, 0, 0.4);
}

.bg-tpb5 {
  background-color: rgba(0, 0, 0, 0.5);
}

.bg-tpb6 {
  background-color: rgba(0, 0, 0, 0.6);
}

.bg-tpb7 {
  background-color: rgba(0, 0, 0, 0.7);
}

.bg-tpb8 {
  background-color: rgba(0, 0, 0, 0.8);
}

.bg-tpb9 {
  background-color: rgba(0, 0, 0, 0.9);
}

.mfp-title {
  display: none;
}

.mfp-gallery {
  list-style: none;
  margin-bottom: 0;
}

.link-inline {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  margin-left: -10px;
  margin-right: -10px;
}
.link-inline li {
  display: inline-block;
  line-height: 1.5;
  padding-left: 10px;
  padding-right: 10px;
}

.btn-long {
  padding-left: 40px;
  padding-right: 40px;
}

.p-a0 {
  padding: 0;
}

.p-a5 {
  padding: 5px;
}

.p-a10 {
  padding: 10px;
}

.p-a15 {
  padding: 15px;
}

.p-a20 {
  padding: 20px;
}

.p-a25 {
  padding: 25px;
}

.p-a30 {
  padding: 30px;
}

.p-a40 {
  padding: 40px;
}

.p-a50 {
  padding: 50px;
}

.p-a60 {
  padding: 60px;
}

.p-a70 {
  padding: 70px;
}

.p-a80 {
  padding: 80px;
}

.p-a90 {
  padding: 90px;
}

.p-a100 {
  padding: 100px;
}

.p-t0 {
  padding-top: 0;
}

.p-t5 {
  padding-top: 5px;
}

.p-t10 {
  padding-top: 10px;
}

.p-t15 {
  padding-top: 15px;
}

.p-t20 {
  padding-top: 20px;
}

.p-t30 {
  padding-top: 30px;
}

.p-t40 {
  padding-top: 40px;
}

.p-t50 {
  padding-top: 50px;
}

.p-t60 {
  padding-top: 60px;
}

.p-t70 {
  padding-top: 70px;
}

.p-t80 {
  padding-top: 80px;
}

.p-t90 {
  padding-top: 90px;
}

.p-t100 {
  padding-top: 100px;
}

.p-b0 {
  padding-bottom: 0;
}

.p-b5 {
  padding-bottom: 5px;
}

.p-b10 {
  padding-bottom: 10px;
}

.p-b15 {
  padding-bottom: 15px;
}

.p-b20 {
  padding-bottom: 20px;
}

.p-b30 {
  padding-bottom: 30px;
}

.p-b40 {
  padding-bottom: 40px;
}

.p-b50 {
  padding-bottom: 50px;
}

.p-b60 {
  padding-bottom: 60px;
}

.p-b70 {
  padding-bottom: 70px;
}

.p-b80 {
  padding-bottom: 80px;
}

.p-b90 {
  padding-bottom: 90px;
}

.p-b100 {
  padding-bottom: 100px;
}

.p-l0 {
  padding-left: 0;
}

.p-l5 {
  padding-left: 5px;
}

.p-l10 {
  padding-left: 10px;
}

.p-l15 {
  padding-left: 15px;
}

.p-l20 {
  padding-left: 20px;
}

.p-l30 {
  padding-left: 30px;
}

.p-l40 {
  padding-left: 40px;
}

.p-l50 {
  padding-left: 50px;
}

.p-l60 {
  padding-left: 60px;
}

.p-l70 {
  padding-left: 70px;
}

.p-l80 {
  padding-left: 80px;
}

.p-l90 {
  padding-left: 90px;
}

.p-l100 {
  padding-left: 100px;
}

.p-r0 {
  padding-right: 0;
}

.p-r5 {
  padding-right: 5px;
}

.p-r10 {
  padding-right: 10px;
}

.p-r15 {
  padding-right: 15px;
}

.p-r20 {
  padding-right: 20px;
}

.p-r30 {
  padding-right: 30px;
}

.p-r40 {
  padding-right: 40px;
}

.p-r50 {
  padding-right: 50px;
}

.p-r60 {
  padding-right: 60px;
}

.p-r70 {
  padding-right: 70px;
}

.p-r80 {
  padding-right: 80px;
}

.p-r90 {
  padding-right: 90px;
}

.p-r100 {
  padding-right: 100px;
}

.p-lr0 {
  padding-left: 0;
  padding-right: 0;
}

.p-lr5 {
  padding-left: 5px;
  padding-right: 5px;
}

.p-lr10 {
  padding-left: 10px;
  padding-right: 10px;
}

.p-lr15 {
  padding-left: 15px;
  padding-right: 15px;
}

.p-lr20 {
  padding-left: 20px;
  padding-right: 20px;
}

.p-lr30 {
  padding-left: 30px;
  padding-right: 30px;
}

.p-lr40 {
  padding-left: 40px;
  padding-right: 40px;
}

.p-lr50 {
  padding-left: 50px;
  padding-right: 50px;
}

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

.p-lr70 {
  padding-left: 70px;
  padding-right: 70px;
}

.p-lr80 {
  padding-left: 80px;
  padding-right: 80px;
}

.p-lr90 {
  padding-left: 90px;
  padding-right: 90px;
}

.p-lr100 {
  padding-left: 100px;
  padding-right: 100px;
}

.p-tb0 {
  padding-bottom: 0;
  padding-top: 0;
}

.p-tb5 {
  padding-bottom: 5px;
  padding-top: 5px;
}

.p-tb10 {
  padding-bottom: 10px;
  padding-top: 10px;
}

.p-tb15 {
  padding-bottom: 15px;
  padding-top: 15px;
}

.p-tb20 {
  padding-bottom: 20px;
  padding-top: 20px;
}

.p-tb30 {
  padding-bottom: 30px;
  padding-top: 30px;
}

.p-tb40 {
  padding-bottom: 40px;
  padding-top: 40px;
}

.p-tb50 {
  padding-bottom: 50px;
  padding-top: 50px;
}

.p-tb60 {
  padding-bottom: 60px;
  padding-top: 60px;
}

.p-tb70 {
  padding-bottom: 70px;
  padding-top: 70px;
}

.p-tb80 {
  padding-bottom: 80px;
  padding-top: 80px;
}

.p-tb90 {
  padding-bottom: 90px;
  padding-top: 90px;
}

.p-tb100 {
  padding-bottom: 100px;
  padding-top: 100px;
}

.m-auto {
  margin-left: auto;
  margin-right: auto;
}

.m-a0 {
  margin: 0;
}

.m-a5 {
  margin: 5px;
}

.m-a10 {
  margin: 10px;
}

.m-a15 {
  margin: 15px;
}

.m-a20 {
  margin: 20px;
}

.m-a25 {
  margin: 25px;
}

.m-a30 {
  margin: 30px;
}

.m-a40 {
  margin: 40px;
}

.m-a50 {
  margin: 50px;
}

.m-a60 {
  margin: 60px;
}

.m-a70 {
  margin: 70px;
}

.m-a80 {
  margin: 80px;
}

.m-a90 {
  margin: 90px;
}

.m-a100 {
  margin: 100px;
}

.m-t0 {
  margin-top: 0;
}

.m-t5 {
  margin-top: 5px;
}

.m-t10 {
  margin-top: 10px;
}

.m-t15 {
  margin-top: 15px;
}

.m-t20 {
  margin-top: 20px;
}

.m-t30 {
  margin-top: 30px;
}

.m-t40 {
  margin-top: 40px;
}

.m-t50 {
  margin-top: 50px;
}

.m-t60 {
  margin-top: 60px;
}

.m-t70 {
  margin-top: 70px;
}

.m-t80 {
  margin-top: 80px;
}

.m-t90 {
  margin-top: 90px;
}

.m-t100 {
  margin-top: 100px;
}

.m-b0 {
  margin-bottom: 0;
}

.m-b5 {
  margin-bottom: 5px;
}

.m-b10 {
  margin-bottom: 10px;
}

.m-b15 {
  margin-bottom: 15px;
}

.m-b20 {
  margin-bottom: 20px;
}

.m-b30 {
  margin-bottom: 30px;
}

.m-b40 {
  margin-bottom: 40px;
}

.m-b50 {
  margin-bottom: 50px;
}

.m-b60 {
  margin-bottom: 60px;
}

.m-b70 {
  margin-bottom: 70px;
}

.m-b80 {
  margin-bottom: 80px;
}

.m-b90 {
  margin-bottom: 90px;
}

.m-b100 {
  margin-bottom: 100px;
}

.m-l0 {
  margin-left: 0;
}

.m-l5 {
  margin-left: 5px;
}

.m-l10 {
  margin-left: 10px;
}

.m-l15 {
  margin-left: 15px;
}

.m-l20 {
  margin-left: 20px;
}

.m-l30 {
  margin-left: 30px;
}

.m-l40 {
  margin-left: 40px;
}

.m-l50 {
  margin-left: 50px;
}

.m-l60 {
  margin-left: 60px;
}

.m-l70 {
  margin-left: 70px;
}

.m-l80 {
  margin-left: 80px;
}

.m-l90 {
  margin-left: 90px;
}

.m-l100 {
  margin-left: 100px;
}

.m-r0 {
  margin-right: 0;
}

.m-r5 {
  margin-right: 5px;
}

.m-r10 {
  margin-right: 10px;
}

.m-r15 {
  margin-right: 15px;
}

.m-r20 {
  margin-right: 20px;
}

.m-r30 {
  margin-right: 30px;
}

.m-r40 {
  margin-right: 40px;
}

.m-r50 {
  margin-right: 50px;
}

.m-r60 {
  margin-right: 60px;
}

.m-r70 {
  margin-right: 70px;
}

.m-r80 {
  margin-right: 80px;
}

.m-r90 {
  margin-right: 90px;
}

.m-r100 {
  margin-right: 100px;
}

.m-lr0 {
  margin-left: 0;
  margin-right: 0;
}

.m-lr5 {
  margin-left: 5px;
  margin-right: 5px;
}

.m-lr10 {
  margin-left: 10px;
  margin-right: 10px;
}

.m-lr15 {
  margin-left: 15px;
  margin-right: 15px;
}

.m-lr20 {
  margin-left: 20px;
  margin-right: 20px;
}

.m-lr30 {
  margin-left: 30px;
  margin-right: 30px;
}

.m-lr40 {
  margin-left: 40px;
  margin-right: 40px;
}

.m-lr50 {
  margin-left: 50px;
  margin-right: 50px;
}

.m-lr60 {
  margin-left: 60px;
  margin-right: 60px;
}

.m-lr70 {
  margin-left: 70px;
  margin-right: 70px;
}

.m-lr80 {
  margin-left: 80px;
  margin-right: 80px;
}

.m-lr90 {
  margin-left: 90px;
  margin-right: 90px;
}

.m-lr100 {
  margin-left: 100px;
  margin-right: 100px;
}

.m-tb0 {
  margin-bottom: 0;
  margin-top: 0;
}

.m-tb5 {
  margin-bottom: 5px;
  margin-top: 5px;
}

.m-tb10 {
  margin-bottom: 10px;
  margin-top: 10px;
}

.m-tb15 {
  margin-bottom: 15px;
  margin-top: 15px;
}

.m-tb20 {
  margin-bottom: 20px;
  margin-top: 20px;
}

.m-tb30 {
  margin-bottom: 30px;
  margin-top: 30px;
}

.m-tb40 {
  margin-bottom: 40px;
  margin-top: 40px;
}

.m-tb50 {
  margin-bottom: 50px;
  margin-top: 50px;
}

.m-tb60 {
  margin-bottom: 60px;
  margin-top: 60px;
}

.m-tb70 {
  margin-bottom: 70px;
  margin-top: 70px;
}

.m-tb80 {
  margin-bottom: 80px;
  margin-top: 80px;
}

.m-tb90 {
  margin-bottom: 90px;
  margin-top: 90px;
}

.m-tb100 {
  margin-bottom: 100px;
  margin-top: 100px;
}

@media only screen and (max-width: 1200px) {
  .m-lg-t0 {
    margin-top: 0;
  }
  .m-lg-t5 {
    margin-top: 5px;
  }
  .m-lg-t10 {
    margin-top: 10px;
  }
  .m-lg-t15 {
    margin-top: 15px;
  }
  .m-lg-t20 {
    margin-top: 20px;
  }
  .m-lg-t30 {
    margin-top: 30px;
  }
  .m-lg-t40 {
    margin-top: 40px;
  }
  .m-lg-t50 {
    margin-top: 50px;
  }
  .m-lg-t60 {
    margin-top: 60px;
  }
  .m-lg-t70 {
    margin-top: 70px;
  }
  .m-lg-t80 {
    margin-top: 80px;
  }
  .m-lg-t90 {
    margin-top: 90px;
  }
  .m-lg-t100 {
    margin-top: 100px;
  }
  .m-lg-b0 {
    margin-bottom: 0;
  }
  .m-lg-b5 {
    margin-bottom: 5px;
  }
  .m-lg-b10 {
    margin-bottom: 10px;
  }
  .m-lg-b15 {
    margin-bottom: 15px;
  }
  .m-lg-b20 {
    margin-bottom: 20px;
  }
  .m-lg-b30 {
    margin-bottom: 30px;
  }
  .m-lg-b40 {
    margin-bottom: 40px;
  }
  .m-lg-b50 {
    margin-bottom: 50px;
  }
  .m-lg-b60 {
    margin-bottom: 60px;
  }
  .m-lg-b70 {
    margin-bottom: 70px;
  }
  .m-lg-b80 {
    margin-bottom: 80px;
  }
  .m-lg-b90 {
    margin-bottom: 90px;
  }
  .m-lg-b100 {
    margin-bottom: 100px;
  }
  .p-lg-a0 {
    padding: 0;
  }
  .p-lg-a5 {
    padding: 5px;
  }
  .p-lg-a10 {
    padding: 10px;
  }
  .p-lg-a15 {
    padding: 15px;
  }
  .p-lg-a20 {
    padding: 20px;
  }
  .p-lg-a25 {
    padding: 25px;
  }
  .p-lg-a30 {
    padding: 30px;
  }
  .p-lg-a40 {
    padding: 40px;
  }
  .p-lg-a50 {
    padding: 50px;
  }
  .p-lg-a60 {
    padding: 60px;
  }
  .p-lg-a70 {
    padding: 70px;
  }
  .p-lg-a80 {
    padding: 80px;
  }
  .p-lg-a90 {
    padding: 90px;
  }
  .p-lg-a100 {
    padding: 100px;
  }
  .p-lg-t0 {
    padding-top: 0;
  }
  .p-lg-t5 {
    padding-top: 5px;
  }
  .p-lg-t10 {
    padding-top: 10px;
  }
  .p-lg-t15 {
    padding-top: 15px;
  }
  .p-lg-t20 {
    padding-top: 20px;
  }
  .p-lg-t30 {
    padding-top: 30px;
  }
  .p-lg-t40 {
    padding-top: 40px;
  }
  .p-lg-t50 {
    padding-top: 50px;
  }
  .p-lg-t60 {
    padding-top: 60px;
  }
  .p-lg-t70 {
    padding-top: 70px;
  }
  .p-lg-t80 {
    padding-top: 80px;
  }
  .p-lg-t90 {
    padding-top: 90px;
  }
  .p-lg-t100 {
    padding-top: 100px;
  }
  .p-lg-b0 {
    padding-bottom: 0;
  }
  .p-lg-b5 {
    padding-bottom: 5px;
  }
  .p-lg-b10 {
    padding-bottom: 10px;
  }
  .p-lg-b15 {
    padding-bottom: 15px;
  }
  .p-lg-b20 {
    padding-bottom: 20px;
  }
  .p-lg-b30 {
    padding-bottom: 30px;
  }
  .p-lg-b40 {
    padding-bottom: 40px;
  }
  .p-lg-b50 {
    padding-bottom: 50px;
  }
  .p-lg-b60 {
    padding-bottom: 60px;
  }
  .p-lg-b70 {
    padding-bottom: 70px;
  }
  .p-lg-b80 {
    padding-bottom: 80px;
  }
  .p-lg-b90 {
    padding-bottom: 90px;
  }
  .p-lg-b100 {
    padding-bottom: 100px;
  }
  .p-lg-l0 {
    padding-left: 0;
  }
  .p-lg-l5 {
    padding-left: 5px;
  }
  .p-lg-l10 {
    padding-left: 10px;
  }
  .p-lg-l15 {
    padding-left: 15px;
  }
  .p-lg-l20 {
    padding-left: 20px;
  }
  .p-lg-l30 {
    padding-left: 30px;
  }
  .p-lg-l40 {
    padding-left: 40px;
  }
  .p-lg-l50 {
    padding-left: 50px;
  }
  .p-lg-l60 {
    padding-left: 60px;
  }
  .p-lg-l70 {
    padding-left: 70px;
  }
  .p-lg-l80 {
    padding-left: 80px;
  }
  .p-lg-l90 {
    padding-left: 90px;
  }
  .p-lg-l100 {
    padding-left: 100px;
  }
  .p-lg-r0 {
    padding-right: 0;
  }
  .p-lg-r5 {
    padding-right: 5px;
  }
  .p-lg-r10 {
    padding-right: 10px;
  }
  .p-lg-r15 {
    padding-right: 15px;
  }
  .p-lg-r20 {
    padding-right: 20px;
  }
  .p-lg-r30 {
    padding-right: 30px;
  }
  .p-lg-r40 {
    padding-right: 40px;
  }
  .p-lg-r50 {
    padding-right: 50px;
  }
  .p-lg-r60 {
    padding-right: 60px;
  }
  .p-lg-r70 {
    padding-right: 70px;
  }
  .p-lg-r80 {
    padding-right: 80px;
  }
  .p-lg-r90 {
    padding-right: 90px;
  }
  .p-lg-r100 {
    padding-right: 100px;
  }
  .p-lg-lr0 {
    padding-left: 0;
    padding-right: 0;
  }
  .p-lg-lr5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .p-lg-lr10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .p-lg-lr15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .p-lg-lr20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-lg-lr30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .p-lg-lr40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .p-lg-lr50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .p-lg-lr60 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .p-lg-lr70 {
    padding-left: 70px;
    padding-right: 70px;
  }
  .p-lg-lr80 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .p-lg-lr90 {
    padding-left: 90px;
    padding-right: 90px;
  }
  .p-lg-lr100 {
    padding-left: 100px;
    padding-right: 100px;
  }
  .p-lg-tb0 {
    padding-bottom: 0;
    padding-top: 0;
  }
  .p-lg-tb5 {
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .p-lg-tb10 {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .p-lg-tb15 {
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .p-lg-tb20 {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .p-lg-tb30 {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .p-lg-tb40 {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .p-lg-tb50 {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .p-lg-tb60 {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .p-lg-tb70 {
    padding-bottom: 70px;
    padding-top: 70px;
  }
  .p-lg-tb80 {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .p-lg-tb90 {
    padding-bottom: 90px;
    padding-top: 90px;
  }
  .p-lg-tb100 {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .m-md-t0 {
    margin-top: 0;
  }
  .m-md-t5 {
    margin-top: 5px;
  }
  .m-md-t10 {
    margin-top: 10px;
  }
  .m-md-t15 {
    margin-top: 15px;
  }
  .m-md-t20 {
    margin-top: 20px;
  }
  .m-md-t30 {
    margin-top: 30px;
  }
  .m-md-t40 {
    margin-top: 40px;
  }
  .m-md-t50 {
    margin-top: 50px;
  }
  .m-md-t60 {
    margin-top: 60px;
  }
  .m-md-t70 {
    margin-top: 70px;
  }
  .m-md-t80 {
    margin-top: 80px;
  }
  .m-md-t90 {
    margin-top: 90px;
  }
  .m-md-t100 {
    margin-top: 100px;
  }
  .m-md-b0 {
    margin-bottom: 0;
  }
  .m-md-b5 {
    margin-bottom: 5px;
  }
  .m-md-b10 {
    margin-bottom: 10px;
  }
  .m-md-b15 {
    margin-bottom: 15px;
  }
  .m-md-b20 {
    margin-bottom: 20px;
  }
  .m-md-b30 {
    margin-bottom: 30px;
  }
  .m-md-b40 {
    margin-bottom: 40px;
  }
  .m-md-b50 {
    margin-bottom: 50px;
  }
  .m-md-b60 {
    margin-bottom: 60px;
  }
  .m-md-b70 {
    margin-bottom: 70px;
  }
  .m-md-b80 {
    margin-bottom: 80px;
  }
  .m-md-b90 {
    margin-bottom: 90px;
  }
  .m-md-b100 {
    margin-bottom: 100px;
  }
  .p-md-a0 {
    padding: 0;
  }
  .p-md-a5 {
    padding: 5px;
  }
  .p-md-a10 {
    padding: 10px;
  }
  .p-md-a15 {
    padding: 15px;
  }
  .p-md-a20 {
    padding: 20px;
  }
  .p-md-a25 {
    padding: 25px;
  }
  .p-md-a30 {
    padding: 30px;
  }
  .p-md-a40 {
    padding: 40px;
  }
  .p-md-a50 {
    padding: 50px;
  }
  .p-md-a60 {
    padding: 60px;
  }
  .p-md-a70 {
    padding: 70px;
  }
  .p-md-a80 {
    padding: 80px;
  }
  .p-md-a90 {
    padding: 90px;
  }
  .p-md-a100 {
    padding: 100px;
  }
  .p-md-t0 {
    padding-top: 0;
  }
  .p-md-t5 {
    padding-top: 5px;
  }
  .p-md-t10 {
    padding-top: 10px;
  }
  .p-md-t15 {
    padding-top: 15px;
  }
  .p-md-t20 {
    padding-top: 20px;
  }
  .p-md-t30 {
    padding-top: 30px;
  }
  .p-md-t40 {
    padding-top: 40px;
  }
  .p-md-t50 {
    padding-top: 50px;
  }
  .p-md-t60 {
    padding-top: 60px;
  }
  .p-md-t70 {
    padding-top: 70px;
  }
  .p-md-t80 {
    padding-top: 80px;
  }
  .p-md-t90 {
    padding-top: 90px;
  }
  .p-md-t100 {
    padding-top: 100px;
  }
  .p-md-b0 {
    padding-bottom: 0;
  }
  .p-md-b5 {
    padding-bottom: 5px;
  }
  .p-md-b10 {
    padding-bottom: 10px;
  }
  .p-md-b15 {
    padding-bottom: 15px;
  }
  .p-md-b20 {
    padding-bottom: 20px;
  }
  .p-md-b30 {
    padding-bottom: 30px;
  }
  .p-md-b40 {
    padding-bottom: 40px;
  }
  .p-md-b50 {
    padding-bottom: 50px;
  }
  .p-md-b60 {
    padding-bottom: 60px;
  }
  .p-md-b70 {
    padding-bottom: 70px;
  }
  .p-md-b80 {
    padding-bottom: 80px;
  }
  .p-md-b90 {
    padding-bottom: 90px;
  }
  .p-md-b100 {
    padding-bottom: 100px;
  }
  .p-md-l0 {
    padding-left: 0;
  }
  .p-md-l5 {
    padding-left: 5px;
  }
  .p-md-l10 {
    padding-left: 10px;
  }
  .p-md-l15 {
    padding-left: 15px;
  }
  .p-md-l20 {
    padding-left: 20px;
  }
  .p-md-l30 {
    padding-left: 30px;
  }
  .p-md-l40 {
    padding-left: 40px;
  }
  .p-md-l50 {
    padding-left: 50px;
  }
  .p-md-l60 {
    padding-left: 60px;
  }
  .p-md-l70 {
    padding-left: 70px;
  }
  .p-md-l80 {
    padding-left: 80px;
  }
  .p-md-l90 {
    padding-left: 90px;
  }
  .p-md-l100 {
    padding-left: 100px;
  }
  .p-md-r0 {
    padding-right: 0;
  }
  .p-md-r5 {
    padding-right: 5px;
  }
  .p-md-r10 {
    padding-right: 10px;
  }
  .p-md-r15 {
    padding-right: 15px;
  }
  .p-md-r20 {
    padding-right: 20px;
  }
  .p-md-r30 {
    padding-right: 30px;
  }
  .p-md-r40 {
    padding-right: 40px;
  }
  .p-md-r50 {
    padding-right: 50px;
  }
  .p-md-r60 {
    padding-right: 60px;
  }
  .p-md-r70 {
    padding-right: 70px;
  }
  .p-md-r80 {
    padding-right: 80px;
  }
  .p-md-r90 {
    padding-right: 90px;
  }
  .p-md-r100 {
    padding-right: 100px;
  }
  .p-md-lr0 {
    padding-left: 0;
    padding-right: 0;
  }
  .p-md-lr5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .p-md-lr10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .p-md-lr15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .p-md-lr20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-md-lr30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .p-md-lr40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .p-md-lr50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .p-md-lr60 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .p-md-lr70 {
    padding-left: 70px;
    padding-right: 70px;
  }
  .p-md-lr80 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .p-md-lr90 {
    padding-left: 90px;
    padding-right: 90px;
  }
  .p-md-lr100 {
    padding-left: 100px;
    padding-right: 100px;
  }
  .p-md-tb0 {
    padding-bottom: 0;
    padding-top: 0;
  }
  .p-md-tb5 {
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .p-md-tb10 {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .p-md-tb15 {
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .p-md-tb20 {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .p-md-tb30 {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .p-md-tb40 {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .p-md-tb50 {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .p-md-tb60 {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .p-md-tb70 {
    padding-bottom: 70px;
    padding-top: 70px;
  }
  .p-md-tb80 {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .p-md-tb90 {
    padding-bottom: 90px;
    padding-top: 90px;
  }
  .p-md-tb100 {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .m-sm-t0 {
    margin-top: 0;
  }
  .m-sm-t5 {
    margin-top: 5px;
  }
  .m-sm-t10 {
    margin-top: 10px;
  }
  .m-sm-t15 {
    margin-top: 15px;
  }
  .m-sm-t20 {
    margin-top: 20px;
  }
  .m-sm-t30 {
    margin-top: 30px;
  }
  .m-sm-t40 {
    margin-top: 40px;
  }
  .m-sm-t50 {
    margin-top: 50px;
  }
  .m-sm-t60 {
    margin-top: 60px;
  }
  .m-sm-t70 {
    margin-top: 70px;
  }
  .m-sm-t80 {
    margin-top: 80px;
  }
  .m-sm-t90 {
    margin-top: 90px;
  }
  .m-sm-t100 {
    margin-top: 100px;
  }
  .m-sm-b0 {
    margin-bottom: 0;
  }
  .m-sm-b5 {
    margin-bottom: 5px;
  }
  .m-sm-b10 {
    margin-bottom: 10px;
  }
  .m-sm-b15 {
    margin-bottom: 15px;
  }
  .m-sm-b20 {
    margin-bottom: 20px;
  }
  .m-sm-b30 {
    margin-bottom: 30px;
  }
  .m-sm-b40 {
    margin-bottom: 40px;
  }
  .m-sm-b50 {
    margin-bottom: 50px;
  }
  .m-sm-b60 {
    margin-bottom: 60px;
  }
  .m-sm-b70 {
    margin-bottom: 70px;
  }
  .m-sm-b80 {
    margin-bottom: 80px;
  }
  .m-sm-b90 {
    margin-bottom: 90px;
  }
  .m-sm-b100 {
    margin-bottom: 100px;
  }
  .p-sm-a0 {
    padding: 0;
  }
  .p-sm-a5 {
    padding: 5px;
  }
  .p-sm-a10 {
    padding: 10px;
  }
  .p-sm-a15 {
    padding: 15px;
  }
  .p-sm-a20 {
    padding: 20px;
  }
  .p-sm-a25 {
    padding: 25px;
  }
  .p-sm-a30 {
    padding: 30px;
  }
  .p-sm-a40 {
    padding: 40px;
  }
  .p-sm-a50 {
    padding: 50px;
  }
  .p-sm-a60 {
    padding: 60px;
  }
  .p-sm-a70 {
    padding: 70px;
  }
  .p-sm-a80 {
    padding: 80px;
  }
  .p-sm-a90 {
    padding: 90px;
  }
  .p-sm-a100 {
    padding: 100px;
  }
  .p-sm-t0 {
    padding-top: 0;
  }
  .p-sm-t5 {
    padding-top: 5px;
  }
  .p-sm-t10 {
    padding-top: 10px;
  }
  .p-sm-t15 {
    padding-top: 15px;
  }
  .p-sm-t20 {
    padding-top: 20px;
  }
  .p-sm-t30 {
    padding-top: 30px;
  }
  .p-sm-t40 {
    padding-top: 40px;
  }
  .p-sm-t50 {
    padding-top: 50px;
  }
  .p-sm-t60 {
    padding-top: 60px;
  }
  .p-sm-t70 {
    padding-top: 70px;
  }
  .p-sm-t80 {
    padding-top: 80px;
  }
  .p-sm-t90 {
    padding-top: 90px;
  }
  .p-sm-t100 {
    padding-top: 100px;
  }
  .p-sm-b0 {
    padding-bottom: 0;
  }
  .p-sm-b5 {
    padding-bottom: 5px;
  }
  .p-sm-b10 {
    padding-bottom: 10px;
  }
  .p-sm-b15 {
    padding-bottom: 15px;
  }
  .p-sm-b20 {
    padding-bottom: 20px;
  }
  .p-sm-b30 {
    padding-bottom: 30px;
  }
  .p-sm-b40 {
    padding-bottom: 40px;
  }
  .p-sm-b50 {
    padding-bottom: 50px;
  }
  .p-sm-b60 {
    padding-bottom: 60px;
  }
  .p-sm-b70 {
    padding-bottom: 70px;
  }
  .p-sm-b80 {
    padding-bottom: 80px;
  }
  .p-sm-b90 {
    padding-bottom: 90px;
  }
  .p-sm-b100 {
    padding-bottom: 100px;
  }
  .p-sm-l0 {
    padding-left: 0;
  }
  .p-sm-l5 {
    padding-left: 5px;
  }
  .p-sm-l10 {
    padding-left: 10px;
  }
  .p-sm-l15 {
    padding-left: 15px;
  }
  .p-sm-l20 {
    padding-left: 20px;
  }
  .p-sm-l30 {
    padding-left: 30px;
  }
  .p-sm-l40 {
    padding-left: 40px;
  }
  .p-sm-l50 {
    padding-left: 50px;
  }
  .p-sm-l60 {
    padding-left: 60px;
  }
  .p-sm-l70 {
    padding-left: 70px;
  }
  .p-sm-l80 {
    padding-left: 80px;
  }
  .p-sm-l90 {
    padding-left: 90px;
  }
  .p-sm-l100 {
    padding-left: 100px;
  }
  .p-sm-r0 {
    padding-right: 0;
  }
  .p-sm-r5 {
    padding-right: 5px;
  }
  .p-sm-r10 {
    padding-right: 10px;
  }
  .p-sm-r15 {
    padding-right: 15px;
  }
  .p-sm-r20 {
    padding-right: 20px;
  }
  .p-sm-r30 {
    padding-right: 30px;
  }
  .p-sm-r40 {
    padding-right: 40px;
  }
  .p-sm-r50 {
    padding-right: 50px;
  }
  .p-sm-r60 {
    padding-right: 60px;
  }
  .p-sm-r70 {
    padding-right: 70px;
  }
  .p-sm-r80 {
    padding-right: 80px;
  }
  .p-sm-r90 {
    padding-right: 90px;
  }
  .p-sm-r100 {
    padding-right: 100px;
  }
  .p-sm-lr0 {
    padding-left: 0;
    padding-right: 0;
  }
  .p-sm-lr5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .p-sm-lr10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .p-sm-lr15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .p-sm-lr20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-sm-lr30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .p-sm-lr40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .p-sm-lr50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .p-sm-lr60 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .p-sm-lr70 {
    padding-left: 70px;
    padding-right: 70px;
  }
  .p-sm-lr80 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .p-sm-lr90 {
    padding-left: 90px;
    padding-right: 90px;
  }
  .p-sm-lr100 {
    padding-left: 100px;
    padding-right: 100px;
  }
  .p-sm-tb0 {
    padding-bottom: 0;
    padding-top: 0;
  }
  .p-sm-tb5 {
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .p-sm-tb10 {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .p-sm-tb15 {
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .p-sm-tb20 {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .p-sm-tb30 {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .p-sm-tb40 {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .p-sm-tb50 {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .p-sm-tb60 {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .p-sm-tb70 {
    padding-bottom: 70px;
    padding-top: 70px;
  }
  .p-sm-tb80 {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .p-sm-tb90 {
    padding-bottom: 90px;
    padding-top: 90px;
  }
  .p-sm-tb100 {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
@media only screen and (max-width: 576px) {
  .m-xs-t0 {
    margin-top: 0;
  }
  .m-xs-t5 {
    margin-top: 5px;
  }
  .m-xs-t10 {
    margin-top: 10px;
  }
  .m-xs-t15 {
    margin-top: 15px;
  }
  .m-xs-t20 {
    margin-top: 20px;
  }
  .m-xs-t30 {
    margin-top: 30px;
  }
  .m-xs-t40 {
    margin-top: 40px;
  }
  .m-xs-t50 {
    margin-top: 50px;
  }
  .m-xs-t60 {
    margin-top: 60px;
  }
  .m-xs-t70 {
    margin-top: 70px;
  }
  .m-xs-t80 {
    margin-top: 80px;
  }
  .m-xs-t90 {
    margin-top: 90px;
  }
  .m-xs-t100 {
    margin-top: 100px;
  }
  .m-xs-b0 {
    margin-bottom: 0;
  }
  .m-xs-b5 {
    margin-bottom: 5px;
  }
  .m-xs-b10 {
    margin-bottom: 10px;
  }
  .m-xs-b15 {
    margin-bottom: 15px;
  }
  .m-xs-b20 {
    margin-bottom: 20px;
  }
  .m-xs-b30 {
    margin-bottom: 30px;
  }
  .m-xs-b40 {
    margin-bottom: 40px;
  }
  .m-xs-b50 {
    margin-bottom: 50px;
  }
  .m-xs-b60 {
    margin-bottom: 60px;
  }
  .m-xs-b70 {
    margin-bottom: 70px;
  }
  .m-xs-b80 {
    margin-bottom: 80px;
  }
  .m-xs-b90 {
    margin-bottom: 90px;
  }
  .m-xs-b100 {
    margin-bottom: 100px;
  }
  .p-xs-a0 {
    padding: 0;
  }
  .p-xs-a5 {
    padding: 5px;
  }
  .p-xs-a10 {
    padding: 10px;
  }
  .p-xs-a15 {
    padding: 15px;
  }
  .p-xs-a20 {
    padding: 20px;
  }
  .p-xs-a25 {
    padding: 25px;
  }
  .p-xs-a30 {
    padding: 30px;
  }
  .p-xs-a40 {
    padding: 40px;
  }
  .p-xs-a50 {
    padding: 50px;
  }
  .p-xs-a60 {
    padding: 60px;
  }
  .p-xs-a70 {
    padding: 70px;
  }
  .p-xs-a80 {
    padding: 80px;
  }
  .p-xs-a90 {
    padding: 90px;
  }
  .p-xs-a100 {
    padding: 100px;
  }
  .p-xs-t0 {
    padding-top: 0;
  }
  .p-xs-t5 {
    padding-top: 5px;
  }
  .p-xs-t10 {
    padding-top: 10px;
  }
  .p-xs-t15 {
    padding-top: 15px;
  }
  .p-xs-t20 {
    padding-top: 20px;
  }
  .p-xs-t30 {
    padding-top: 30px;
  }
  .p-xs-t40 {
    padding-top: 40px;
  }
  .p-xs-t50 {
    padding-top: 50px;
  }
  .p-xs-t60 {
    padding-top: 60px;
  }
  .p-xs-t70 {
    padding-top: 70px;
  }
  .p-xs-t80 {
    padding-top: 80px;
  }
  .p-xs-t90 {
    padding-top: 90px;
  }
  .p-xs-t100 {
    padding-top: 100px;
  }
  .p-xs-b0 {
    padding-bottom: 0;
  }
  .p-xs-b5 {
    padding-bottom: 5px;
  }
  .p-xs-b10 {
    padding-bottom: 10px;
  }
  .p-xs-b15 {
    padding-bottom: 15px;
  }
  .p-xs-b20 {
    padding-bottom: 20px;
  }
  .p-xs-b30 {
    padding-bottom: 30px;
  }
  .p-xs-b40 {
    padding-bottom: 40px;
  }
  .p-xs-b50 {
    padding-bottom: 50px;
  }
  .p-xs-b60 {
    padding-bottom: 60px;
  }
  .p-xs-b70 {
    padding-bottom: 70px;
  }
  .p-xs-b80 {
    padding-bottom: 80px;
  }
  .p-xs-b90 {
    padding-bottom: 90px;
  }
  .p-xs-b100 {
    padding-bottom: 100px;
  }
  .p-xs-l0 {
    padding-left: 0;
  }
  .p-xs-l5 {
    padding-left: 5px;
  }
  .p-xs-l10 {
    padding-left: 10px;
  }
  .p-xs-l15 {
    padding-left: 15px;
  }
  .p-xs-l20 {
    padding-left: 20px;
  }
  .p-xs-l30 {
    padding-left: 30px;
  }
  .p-xs-l40 {
    padding-left: 40px;
  }
  .p-xs-l50 {
    padding-left: 50px;
  }
  .p-xs-l60 {
    padding-left: 60px;
  }
  .p-xs-l70 {
    padding-left: 70px;
  }
  .p-xs-l80 {
    padding-left: 80px;
  }
  .p-xs-l90 {
    padding-left: 90px;
  }
  .p-xs-l100 {
    padding-left: 100px;
  }
  .p-xs-r0 {
    padding-right: 0;
  }
  .p-xs-r5 {
    padding-right: 5px;
  }
  .p-xs-r10 {
    padding-right: 10px;
  }
  .p-xs-r15 {
    padding-right: 15px;
  }
  .p-xs-r20 {
    padding-right: 20px;
  }
  .p-xs-r30 {
    padding-right: 30px;
  }
  .p-xs-r40 {
    padding-right: 40px;
  }
  .p-xs-r50 {
    padding-right: 50px;
  }
  .p-xs-r60 {
    padding-right: 60px;
  }
  .p-xs-r70 {
    padding-right: 70px;
  }
  .p-xs-r80 {
    padding-right: 80px;
  }
  .p-xs-r90 {
    padding-right: 90px;
  }
  .p-xs-r100 {
    padding-right: 100px;
  }
  .p-xs-lr0 {
    padding-left: 0;
    padding-right: 0;
  }
  .p-xs-lr5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .p-xs-lr10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .p-xs-lr15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .p-xs-lr20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-xs-lr30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .p-xs-lr40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .p-xs-lr50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .p-xs-lr60 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .p-xs-lr70 {
    padding-left: 70px;
    padding-right: 70px;
  }
  .p-xs-lr80 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .p-xs-lr90 {
    padding-left: 90px;
    padding-right: 90px;
  }
  .p-xs-lr100 {
    padding-left: 100px;
    padding-right: 100px;
  }
  .p-xs-tb0 {
    padding-bottom: 0;
    padding-top: 0;
  }
  .p-xs-tb5 {
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .p-xs-tb10 {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .p-xs-tb15 {
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .p-xs-tb20 {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .p-xs-tb30 {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .p-xs-tb40 {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .p-xs-tb50 {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .p-xs-tb60 {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .p-xs-tb70 {
    padding-bottom: 70px;
    padding-top: 70px;
  }
  .p-xs-tb80 {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .p-xs-tb90 {
    padding-bottom: 90px;
    padding-top: 90px;
  }
  .p-xs-tb100 {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
.row.sp40,
.sp40 {
  margin-left: -20px;
  margin-right: -20px;
}

.row.sp40 [class*=col-],
.sp40 [class*=col-] {
  padding-left: 20px;
  padding-right: 20px;
}

.row.sp20,
.sp20 {
  margin-left: -9px;
  margin-right: -9px;
}

.row.sp20 [class*=col-],
.sp20 [class*=col-] {
  padding-left: 9px;
  padding-right: 9px;
}

.row.sp15,
.sp15 {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.row.sp15 [class*=col-],
.sp15 [class*=col-] {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.row.sp10,
.sp10 {
  margin-left: -5px;
  margin-right: -5px;
}

.row.sp10 [class*=col-],
.sp10 [class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
}

.row.sp4,
.sp4 {
  margin-left: -2px;
  margin-right: -2px;
}

.row.sp4 [class*=col-],
.sp4 [class*=col-] {
  padding-left: 2px;
  padding-right: 2px;
}

.row.nosp,
.nosp {
  margin-left: 0;
  margin-right: 0;
}

.row.nosp [class*=col-],
.nosp [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}

.section-sp1 {
  padding-top: 100px;
  padding-bottom: 70px;
}

.section-sp2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-sp3 {
  padding-top: 100px;
}

.section-sp4 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-sp5 {
  padding-top: 130px;
  padding-bottom: 100px;
}

@media (max-width: 1479.98px) {
  .section-sp5 {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 1280px) {
  .section-sp1 {
    padding-top: 70px;
    padding-bottom: 40px;
  }
  .section-sp2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .section-sp3 {
    padding-top: 70px;
  }
  .section-sp5 {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .section-sp1 {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .section-sp2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-sp3 {
    padding-top: 50px;
  }
  .section-sp5 {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}
:root {
  --swiper-navigation-size: 30px;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  outline: 0;
  box-shadow: none;
}

.swiper-button-prev {
  left: 20px;
}

.swiper-button-next {
  right: 20px;
}

.pagination-wrapper {
  position: static;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.pagination-wrapper .swiper-pagination-progressbar {
  height: 14px;
  width: 220px;
  border-radius: 50px;
  overflow: hidden;
  padding: 0px;
  background-color: var(--bs-light-100);
  position: static;
}
.pagination-wrapper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: var(--bs-primary);
  left: 3px;
  top: 3px;
  height: calc(100% - 6px);
  width: calc(100% - 6px);
  border-radius: 50px;
}
.pagination-wrapper .swiper-button-prev,
.pagination-wrapper .swiper-button-next {
  position: static;
  color: var(--bs-primary);
  font-size: 24px;
  height: 24px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 24px;
  margin: 0;
}
.pagination-wrapper .swiper-button-prev::after,
.pagination-wrapper .swiper-button-next::after {
  content: none;
}
.pagination-wrapper .swiper-pagination-fraction {
  position: absolute;
  text-align: center;
  top: -20px;
  font-size: 14px;
  font-weight: 500;
  color: var(--bs-dark);
}

.linear-swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.linear-swiper .swiper-slide {
  width: 16.66%;
}
@media (max-width: 991px) {
  .linear-swiper .swiper-slide {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .linear-swiper .swiper-slide {
    width: 25%;
  }
}

.heading-bx {
  margin-bottom: 40px;
}
.heading-bx h1, .heading-bx .h1,
.heading-bx h2,
.heading-bx .h2,
.heading-bx h3,
.heading-bx .h3 {
  margin-bottom: 0;
}
.heading-bx p {
  padding-top: 15px;
  font-size: 18px;
  line-height: 28px;
}
.heading-bx.text-center p {
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
}

.title-ext {
  padding: 4px 12px;
  background: linear-gradient(90deg, rgba(1, 150, 252, 0.2) 0%, rgba(1, 150, 252, 0) 100%);
  border-radius: 40px;
  font-size: 14px;
  color: var(--bs-primary-500);
  font-weight: 600;
  display: inline-block;
  margin-bottom: 16px;
}

.title-small {
  display: block;
  margin-bottom: 15px;
}

.title-head span {
  font-weight: 400;
}

.heading-bx.left .title-head {
  margin-bottom: 10px;
  margin-top: 0;
  line-height: 32px;
  padding-left: 10px;
  border-left: 5px solid var(--bs-primary);
}
.heading-bx.left p {
  max-width: 500px;
  margin-bottom: 0;
}

.heading-bx.style1 {
  margin-bottom: 35px;
}
.heading-bx.style1 .title-head-xs {
  font-size: 50px;
  font-family: "Instrument Serif";
  font-weight: 400;
}
.heading-bx.style1 .title-head-sm {
  font-size: 70px;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: -3px;
  font-family: "Instrument Serif";
}
.heading-bx.style1 .title-head {
  font-size: 90px;
  line-height: 1.1;
  font-weight: 400;
  margin-bottom: 0;
  letter-spacing: -3px;
  font-family: "Instrument Serif";
}
.heading-bx.style1 p {
  color: var(--bs-dark-700);
  font-weight: 400;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.5;
  max-width: 500px;
}
.heading-bx.style1.text-white .title-head {
  color: #fff;
}
.heading-bx.style1.text-white p {
  color: #fff;
  opacity: 0.7;
}
@media (max-width: 1479.98px) {
  .heading-bx.style1 .title-head {
    font-size: 75px;
  }
  .heading-bx.style1 .title-head-sm {
    font-size: 60px;
  }
}
@media (max-width: 1199.98px) {
  .heading-bx.style1 .title-head {
    font-size: 68px;
  }
  .heading-bx.style1 .title-head-sm {
    font-size: 52px;
  }
  .heading-bx.style1 .title-head-xs {
    font-size: 42px;
  }
}
@media (max-width: 767.98px) {
  .heading-bx.style1 .title-head {
    font-size: 52px;
  }
  .heading-bx.style1 .title-head-sm {
    font-size: 45px;
  }
}
@media (max-width: 575.98px) {
  .heading-bx.style1 {
    margin-bottom: 30px;
  }
  .heading-bx.style1 p {
    font-size: 18px;
  }
  .heading-bx.style1 .title-head {
    font-size: 48px;
  }
  .heading-bx.style1 .title-head-sm {
    font-size: 42px;
    letter-spacing: -1px;
  }
}

.heading-bx.style2 {
  margin-bottom: 30px;
}
.heading-bx.style2 .title-head-lg {
  font-size: 55px;
  font-weight: 800;
  background: linear-gradient(90deg, #19123B 0%, #B15196 68%, #6F56EB 88.56%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.heading-bx.style2 .title-head-lg.text-white {
  background: linear-gradient(90deg, #fff 0%, #fff 68%, #fff 88.56%);
  -webkit-background-clip: text;
}
.heading-bx.style2 .title-head-sm {
  font-size: 24px;
  font-weight: 700;
}
.heading-bx.style2 .title-head {
  font-size: 45px;
  background: linear-gradient(90deg, #19123B 0%, #B15196 68%, #6F56EB 88.56%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 700;
}
.heading-bx.style2 .title-head.text-white {
  background: linear-gradient(90deg, #fff 0%, #fff 68%, #fff 88.56%);
  -webkit-background-clip: text;
}
.heading-bx.style2 p {
  color: var(--bs-dark-700);
  font-weight: 400;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.5;
  max-width: 500px;
}
.heading-bx.style2.text-white .title-head {
  color: #fff;
}
.heading-bx.style2.text-white p {
  color: #fff;
  opacity: 0.7;
}
@media (max-width: 1199.98px) {
  .heading-bx.style2 .title-head {
    font-size: 36px;
  }
  .heading-bx.style2 .title-head-lg {
    font-size: 42px;
  }
}
@media (max-width: 991.98px) {
  .heading-bx.style2 .title-head {
    font-size: 32px;
  }
  .heading-bx.style2 .title-head-lg {
    font-size: 36px;
  }
  .heading-bx.style2 p {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  .heading-bx.style2 .title-head {
    font-size: 28px;
  }
  .heading-bx.style2 .title-head-lg {
    font-size: 32px;
  }
  .heading-bx.style2 p {
    font-size: 16px;
    padding-top: 8px;
  }
}

.heading-bx.style3 {
  margin-bottom: 40px;
}
.heading-bx.style3 .title-head {
  font-size: 55px;
  font-weight: 600;
}
.heading-bx.style3 p {
  color: var(--bs-dark-700);
  font-weight: 400;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.6;
  max-width: 500px;
}
.heading-bx.style3.text-white .title-head {
  color: #fff;
}
.heading-bx.style3.text-white p {
  color: #fff;
  opacity: 0.7;
}
@media (max-width: 1199.98px) {
  .heading-bx.style3 {
    margin-bottom: 30px;
  }
  .heading-bx.style3 .title-head {
    font-size: 42px;
  }
}
@media (max-width: 991.98px) {
  .heading-bx.style3 .title-head {
    font-size: 36px;
  }
  .heading-bx.style3 p {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  .heading-bx.style3 .title-head {
    font-size: 32px;
  }
  .heading-bx.style3 p {
    font-size: 16px;
    padding-top: 8px;
  }
}

.heading-bx.style4 {
  margin-bottom: 15px;
}
.heading-bx.style4 .title-head {
  font-size: 36px;
  font-weight: 600;
  font-family: "Instrument Serif";
}
.heading-bx.style4 .title-head-sm {
  font-size: 28px;
  font-weight: 500;
  font-family: "Instrument Serif";
}

.radius-no {
  border-radius: 0;
  -webkit-border-radius: 0;
}

.radius-sm {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}

.radius-xl {
  border-radius: 100px;
  -webkit-border-radius: 100px;
}

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

.radius-md {
  border-radius: 10px;
  -webkit-border-radius: 10px;
}

.text-xxl {
  font-size: 28px;
}

.text-xl {
  font-size: 24px;
}

.text-lg {
  font-size: 20px;
}

.text-md {
  font-size: 18px;
}

.text-sm {
  font-size: 16px;
}

.text-xs {
  font-size: 15px;
}

@media (max-width: 991.98px) {
  .text-xxl {
    font-size: 24px;
  }
  .text-xl {
    font-size: 20px;
  }
  .text-lg {
    font-size: 18px;
  }
  .text-md {
    font-size: 16px;
  }
  .text-sm {
    font-size: 15px;
  }
  .text-xs {
    font-size: 14px;
  }
}
:root {
  --secondary-100: #FFFCE6;
  --secondary-200: #FFF8C9;
  --secondary-300: #FFF5B3;
  --secondary-400: #F8E66B;
  --secondary-500: #FEE84D;
  --secondary-600: #FFE010;
  --secondary-700: #F4D501;
  --secondary-800: #CBB000;
  --secondary-900: #B29B01;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hero-banner-one {
  height: 820px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: block;
  width: 100%;
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
.hero-banner-one > *, .hero-banner-one > * > * {
  height: 100%;
}
.hero-banner-one .title {
  font-size: 110px;
  line-height: 1.05;
  font-weight: 500;
  letter-spacing: -4px;
  font-family: "Instrument Serif";
  margin-bottom: 15px;
}
.hero-banner-one p {
  color: var(--bs-dark-500);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 40px;
  max-width: 550px;
}
.hero-banner-one .hero-content {
  margin-bottom: 100px;
}
.hero-banner-one .hero-thumbnail {
  width: 920px;
  height: 775px;
  position: relative;
  margin-left: -150px;
}
.hero-banner-one .hero-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero-banner-one .hero-thumbnail::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/hero-banner/shape.svg);
  z-index: -1;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-size: 65%;
  background-position: bottom left;
}
@media (max-width: 1680px) {
  .hero-banner-one {
    height: 720px;
  }
  .hero-banner-one .hero-thumbnail {
    width: 800px;
    height: 700px;
  }
  .hero-banner-one .title {
    font-size: 92px;
  }
  .hero-banner-one .hero-content {
    margin-bottom: 50px;
  }
}
@media (max-width: 1479.98px) {
  .hero-banner-one {
    height: 680px;
  }
  .hero-banner-one .hero-thumbnail {
    width: 700px;
    height: 600px;
  }
}
@media (max-width: 1199.98px) {
  .hero-banner-one {
    height: 500px;
  }
  .hero-banner-one .hero-content {
    margin-bottom: 0;
  }
  .hero-banner-one .title {
    font-size: 72px;
  }
  .hero-banner-one p {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .hero-banner-one .hero-thumbnail {
    width: 550px;
    height: 450px;
    margin-left: -50px;
  }
}
@media (max-width: 991.98px) {
  .hero-banner-one {
    height: auto;
    background-position: center bottom;
  }
  .hero-banner-one .hero-content {
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .hero-banner-one .hero-thumbnail {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 575.98px) {
  .hero-banner-one .hero-content {
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .hero-banner-one .title {
    font-size: 52px;
  }
  .hero-banner-one .hero-thumbnail {
    width: 320px;
    height: 250px;
  }
}

.instructors-section {
  position: absolute;
  height: auto;
  left: 80px;
  bottom: 50px;
}
@media (max-width: 1680px) {
  .instructors-section {
    left: 30px;
    bottom: 30px;
  }
}
@media (max-width: 1199.98px) {
  .instructors-section {
    display: none;
  }
}
.instructors-section .instructors-title {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}
.instructors-section .instructors-avatars {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.instructors-section img:first-child {
  margin-left: 0;
}
.instructors-section img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 3px solid #fff;
  margin-left: -10px;
}
.instructors-section .more-instructors {
  background-color: var(--bs-dark-300);
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 3px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-left: -10px;
}
.instructors-section .more-instructors i {
  display: inline-flex;
}

.hero-banner-two {
  height: 700px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: block;
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-banner-two > *, .hero-banner-two > * > * {
  height: 100%;
}
.hero-banner-two .title {
  font-size: 60px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 15px;
  background: linear-gradient(90deg, #19123B 0%, #B15196 68%, #6F56EB 88.56%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-right: -30px;
}
.hero-banner-two p {
  color: var(--bs-dark-500);
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 45px;
  max-width: 550px;
}
.hero-banner-two .hero-content {
  margin-bottom: 20px;
}
.hero-banner-two .sub-title {
  font-size: 15px;
  font-weight: 500;
  display: flex;
  align-items: center;
  background-color: var(--bs-primary-100);
  padding: 5px 15px;
  border-radius: 30px;
  margin-bottom: 25px;
  align-items: center;
  max-width: -moz-max-content;
  max-width: max-content;
  color: var(--bs-dark);
}
.hero-banner-two .sub-title span {
  font-size: 13px;
  font-weight: 500;
  background-color: var(--bs-primary);
  color: #fff;
  border-radius: 20px;
  padding: 7px 10px;
  line-height: 1;
  margin-right: 10px;
  margin-left: -10px;
}
.hero-banner-two .hero-thumbnail {
  width: 700px;
  height: 700px;
  position: relative;
  margin-left: 30px;
}
.hero-banner-two .hero-thumbnail .thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  animation: animationAi 4s infinite;
}
.hero-banner-two .hero-thumbnail .tags-img {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
}
@media (max-width: 1680px) {
  .hero-banner-two .title {
    font-size: 48px;
  }
  .hero-banner-two .hero-content {
    margin-bottom: 0;
  }
}
@media (max-width: 1479.98px) {
  .hero-banner-two {
    height: 600px;
  }
  .hero-banner-two .hero-thumbnail {
    width: 600px;
    height: 600px;
    margin-left: 15px;
  }
}
@media (max-width: 1199.98px) {
  .hero-banner-two {
    height: 500px;
  }
  .hero-banner-two .hero-thumbnail {
    width: 480px;
    height: 480px;
    margin-left: 0;
  }
  .hero-banner-two .sub-title {
    margin-bottom: 15px;
  }
  .hero-banner-two .title {
    font-size: 40px;
  }
  .hero-banner-two p {
    font-size: 24px;
  }
}
@media (max-width: 991.98px) {
  .hero-banner-two {
    height: auto;
  }
  .hero-banner-two .hero-content {
    margin-top: 60px;
    margin-bottom: 30px;
  }
  .hero-banner-two .hero-thumbnail {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767.98px) {
  .hero-banner-two p {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
@media (max-width: 575.98px) {
  .hero-banner-two .hero-content {
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .hero-banner-two .sub-title {
    font-size: 14px;
  }
  .hero-banner-two .title {
    font-size: 30px;
    margin-right: 0;
  }
  .hero-banner-two p {
    font-size: 18px;
  }
  .hero-banner-two .hero-thumbnail {
    width: 320px;
    height: 250px;
  }
  .hero-banner-two .btn-content .btn {
    margin-bottom: 20px;
  }
}

@keyframes animationAi {
  0% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(-10px);
  }
  20% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-10px);
  }
  40% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
.enroll-box {
  display: flex;
  align-items: center;
}
.enroll-box .avatars {
  display: flex;
  align-items: center;
}
.enroll-box .avatars img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 3px solid #fff;
  margin-left: -15px;
}
.enroll-box .avatars img:first-child {
  margin-left: 0;
}
.enroll-box .text {
  border: 3px solid #fff;
  margin-left: -15px;
  background-color: var(--bs-primary-100);
  border-radius: 50px;
  padding: 8px 18px;
}
.enroll-box .text .count {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  color: var(--bs-primary);
}
.enroll-box .text .label {
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  color: var(--bs-body-color);
}

.hero-banner-tree {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.hero-banner-tree::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 44%;
  background-color: var(--bs-primary-500);
  z-index: -1;
}
.hero-banner-tree::before {
  content: "";
  position: absolute;
  left: 56%;
  bottom: 0;
  background-image: url(../images/banner/shape1.png);
  transform: translateX(-50%);
  width: 541px;
  height: 280px;
  background-repeat: no-repeat;
}
.hero-banner-tree .title {
  font-size: 80px;
  font-weight: 500;
  line-height: 1.2;
}
.hero-banner-tree .sub-title {
  font-size: 24px;
  color: var(--bs-gray);
  line-height: 1;
  margin-bottom: 15px;
}
.hero-banner-tree .hero-content {
  margin-top: 150px;
}
.hero-banner-tree .search-bx {
  max-width: 540px;
  position: relative;
  margin-top: 45px;
  margin-bottom: 30px;
}
.hero-banner-tree .search-bx .form-control {
  background-color: var(--bs-primary-100);
  font-size: 16px;
  color: var(--bs-gray);
  height: 70px;
  font-weight: 500;
  border: 0;
  border-radius: 60px;
  padding: 10px 40px;
}
.hero-banner-tree .search-bx .submit-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50px;
  width: 50px;
  height: 50px;
  text-align: center;
  background-color: var(--bs-primary-700);
  border: 0;
  color: #fff;
}
.hero-banner-tree .hero-thumbnail {
  margin-left: -100px;
  position: relative;
  margin-right: -220px;
  height: 820px;
}
.hero-banner-tree .hero-thumbnail img {
  width: 100%;
}
.hero-banner-tree .hero-thumbnail .tiles-bx {
  position: absolute;
  left: 60px;
  top: 60px;
}
.hero-banner-tree .hero-thumbnail .tiles-bx .tiles {
  display: flex;
  align-items: center;
  border-radius: 60px;
  padding: 10px 30px 10px 10px;
  box-shadow: 0px 10px 50px rgba(34, 34, 34, 0.1);
  margin-bottom: 25px;
  max-width: -moz-max-content;
  max-width: max-content;
  background-color: #fff;
}
.hero-banner-tree .hero-thumbnail .tiles-bx .tiles:last-child {
  margin-bottom: 0;
}
.hero-banner-tree .hero-thumbnail .tiles-bx .tiles .icon {
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50px;
  background-color: var(--bs-primary-500);
}
.hero-banner-tree .hero-thumbnail .tiles-bx .tiles .bg-green {
  background-color: #BBE600;
}
.hero-banner-tree .hero-thumbnail .tiles-bx .tiles .bg-pink {
  background-color: #FF75B9;
}
.hero-banner-tree .hero-thumbnail .tiles-bx .tiles .title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
  margin-left: 15px;
  color: #222;
}
.hero-banner-tree .hero-thumbnail .tiles-bx .tiles span {
  font-size: 24px;
  font-weight: 700;
  margin-left: 15px;
  color: #222;
}
.hero-banner-tree .hero-service-list {
  background-color: var(--bs-primary-700);
  max-width: 870px;
  padding: 35px 40px;
  position: absolute;
  left: 80px;
  border-radius: 30px 30px 0 0;
  bottom: 0;
  z-index: 9;
}
.hero-banner-tree .hero-service-list ul {
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.hero-banner-tree .hero-service-list ul li {
  width: 33.33%;
  padding: 2px;
}
.hero-banner-tree .hero-service-list ul li a {
  color: #fff;
  padding: 12px 20px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  font-weight: 500;
  transition: all 0.5s;
}
.hero-banner-tree .hero-service-list ul li a i {
  font-size: 20px;
}
.hero-banner-tree .hero-service-list ul li a:hover {
  background-color: var(--bs-secondary-500);
  color: #222;
}
@media (max-width: 1479.98px) {
  .hero-banner-tree .hero-service-list {
    max-width: 800px;
    left: 20px;
  }
  .hero-banner-tree .hero-thumbnail {
    margin-left: -100px;
    margin-right: -150px;
    height: 700px;
  }
  .hero-banner-tree .hero-thumbnail .tiles-bx .tiles .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .hero-banner-tree .hero-thumbnail .tiles-bx .tiles .title {
    font-size: 16px;
  }
  .hero-banner-tree .hero-thumbnail .tiles-bx .tiles span {
    font-size: 20px;
    margin-left: 10px;
  }
  .hero-banner-tree .title {
    font-size: 65px;
  }
  .hero-banner-tree .sub-title {
    font-size: 20px;
  }
  .hero-banner-tree .search-bx {
    margin-top: 30px;
  }
}
@media (max-width: 1199.98px) {
  .hero-banner-tree .hero-content {
    margin-top: 100px;
  }
  .hero-banner-tree .hero-service-list {
    display: none;
  }
  .hero-banner-tree .hero-thumbnail {
    margin-left: -70px;
    margin-right: -60px;
    height: 500px;
  }
  .hero-banner-tree::before {
    content: none;
  }
  .hero-banner-tree .title {
    font-size: 52px;
  }
  .hero-banner-tree .tiles-bx {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .hero-banner-tree {
    background-color: var(--bs-primary-100);
  }
  .hero-banner-tree .search-bx .form-control {
    background-color: #fff;
  }
  .hero-banner-tree::after {
    content: none;
  }
  .hero-banner-tree .hero-thumbnail {
    margin-left: 0;
    margin-right: 0;
    height: auto;
  }
  .hero-banner-tree .tiles-bx {
    display: block;
  }
  .hero-banner-tree .hero-content {
    margin-top: 70px;
  }
}
@media (max-width: 767.98px) {
  .hero-banner-tree .tiles-bx {
    display: none;
  }
  .hero-banner-tree .title {
    font-size: 52px;
  }
}
@media (max-width: 575.98px) {
  .hero-banner-tree .title {
    font-size: 38px;
  }
  .hero-banner-tree .search-bx .form-control {
    font-size: 14px;
    height: 55px;
    padding: 10px 25px;
  }
  .hero-banner-tree .search-bx .submit-btn {
    right: 5px;
    width: 45px;
    height: 45px;
  }
  .hero-banner-tree .hero-content {
    margin-top: 50px;
  }
}

#loading-icon-bx {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: 999999999;
  background-image: url(../images/loading.svg);
  background-repeat: no-repeat;
  background-size: 80px;
  background-position: center;
}

.btn-primary {
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-border-color: var(--bs-btn-hover-bg);
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-active-border-color: var(--bs-primary);
  --bs-btn-disabled-bg: var(--bs-primary);
  --bs-btn-disabled-border-color: var(--bs-primary);
}

.btn-outline-primary {
  --bs-btn-color: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-bg: var(--bs-primary);
  --bs-btn-hover-border-color: var(--bs-primary);
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-active-border-color: var(--bs-primary);
  --bs-btn-disabled-color: var(--bs-primary);
  --bs-btn-disabled-border-color: var(--bs-primary);
}

.btn-secondary {
  --bs-btn-bg: var(--bs-secondary);
  --bs-btn-border-color: var(--bs-secondary);
  --bs-btn-hover-border-color: var(--bs-btn-hover-bg);
  --bs-btn-active-bg: var(--bs-secondary);
  --bs-btn-active-border-color: var(--bs-secondary);
  --bs-btn-disabled-bg: var(--bs-secondary);
  --bs-btn-disabled-border-color: var(--bs-secondary);
}

.btn-outline-secondary {
  --bs-btn-color: var(--bs-dark);
  --bs-btn-border-color: var(--bs-secondary);
  --bs-btn-hover-bg: var(--bs-secondary);
  --bs-btn-hover-border-color: var(--bs-secondary);
  --bs-btn-active-bg: var(--bs-secondary);
  --bs-btn-active-border-color: var(--bs-secondary);
  --bs-btn-disabled-color: var(--bs-secondary);
  --bs-btn-disabled-border-color: var(--bs-secondary);
}

.btn-dark {
  --bs-btn-bg: var(--bs-dark);
  --bs-btn-border-color: var(--bs-dark);
  --bs-btn-hover-border-color: var(--bs-btn-hover-bg);
  --bs-btn-active-bg: var(--bs-dark);
  --bs-btn-active-border-color: var(--bs-dark);
  --bs-btn-disabled-bg: var(--bs-dark);
  --bs-btn-disabled-border-color: var(--bs-dark);
}

.btn-outline-dark {
  --bs-btn-color: var(--bs-dark-500);
  --bs-btn-border-color: var(--bs-dark-500);
  --bs-btn-hover-bg: var(--bs-dark-500);
  --bs-btn-hover-border-color: var(--bs-dark-500);
  --bs-btn-active-bg: var(--bs-dark-500);
  --bs-btn-active-border-color: var(--bs-dark-500);
  --bs-btn-disabled-color: var(--bs-dark-500);
  --bs-btn-disabled-border-color: var(--bs-dark-500);
}

.btn-light {
  --bs-btn-bg: var(--bs-light);
  --bs-btn-border-color: var(--bs-light);
  --bs-btn-hover-border-color: var(--bs-btn-hover-bg);
  --bs-btn-active-bg: var(--bs-light);
  --bs-btn-active-border-color: var(--bs-light);
  --bs-btn-disabled-bg: var(--bs-light);
  --bs-btn-disabled-border-color: var(--bs-light);
}

.btn-outline-light {
  --bs-btn-color: var(--bs-dark);
  --bs-btn-border-color: var(--bs-light-500);
  --bs-btn-hover-bg: var(--bs-light-500);
  --bs-btn-hover-border-color: var(--bs-light-500);
  --bs-btn-active-bg: var(--bs-light-500);
  --bs-btn-active-border-color: var(--bs-light-500);
  --bs-btn-disabled-color: var(--bs-light-500);
  --bs-btn-disabled-border-color: var(--bs-light-500);
}

.btn i {
  font-size: 18px;
}
@media (max-width: 991.98px) {
  .btn {
    --bs-btn-font-size: 14px;
    --bs-btn-padding-x: 18px;
    --bs-btn-padding-y: 11px;
  }
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-line-height: 1.2;
}
@media (max-width: 991.98px) {
  .btn-sm, .btn-group-sm > .btn {
    --bs-btn-font-size: 13px;
    --bs-btn-padding-x: 15px;
    --bs-btn-padding-y: 9px;
  }
}

@media (max-width: 991.98px) {
  .btn-lg, .btn-group-lg > .btn {
    --bs-btn-font-size: 16px;
    --bs-btn-border-radius: 10px;
    --bs-btn-padding-y: 12px;
    --bs-btn-padding-x: 24px;
  }
}

button.btn-link {
  border: 0;
  background-color: transparent;
  padding: 0;
  font-size: 20px;
  color: inherit;
}

.btn-shadow {
  box-shadow: var(--custom-shadow);
}

.btn-white {
  color: var(--bs-primary);
}

.touch-count {
  position: relative;
  width: 120px;
}
.touch-count .touch-input {
  display: block;
  width: 100%;
  padding: 8px 35px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.334;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  text-align: center;
}
.touch-count .minus,
.touch-count .plus {
  position: absolute;
  z-index: 1;
  text-align: center;
  width: 28px;
  height: 28px;
  display: inline-flex;
  color: var(--bs-primary);
  background-color: var(--bs-primary-bg-subtle);
  justify-content: center;
  border-radius: 6px;
  border: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  transition: all 0.5s;
}
.touch-count .minus:hover,
.touch-count .plus:hover {
  color: #fff;
  background-color: var(--bs-primary);
}
.touch-count .minus {
  left: 5px;
}
.touch-count .plus {
  right: 5px;
}

.btn-slide-up-text {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
  justify-content: center;
}
.btn-slide-up-text .data-text {
  transition: opacity 0.2s, transform 0.4s;
  transition-timing-function: cubic-bezier(0.15, 0.85, 0.3, 1);
}
.btn-slide-up-text .data-text::before {
  content: attr(data-text);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  white-space: nowrap;
  opacity: 0;
  transform: translate(-50%, 100%);
  transition: opacity 0.25s, transform 0.4s;
  transition-timing-function: cubic-bezier(0.15, 0.85, 0.3, 1);
}
.btn-slide-up-text:active .data-text, .btn-slide-up-text:hover .data-text {
  transform: translateY(-200%);
}
.btn-slide-up-text:active .data-text::before, .btn-slide-up-text:hover .data-text::before {
  opacity: 1;
  transform: translate(-50%, 150%);
}

.btn-standard {
  --bs-btn-padding-x: 18px;
  --bs-btn-padding-y: 10px;
  --bs-btn-line-height: 1.75;
  --bg-deg: 166.64deg;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-standard .btn-icon {
  background-color: #fff;
  color: var(--bs-dark);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  margin: -5px -13px -5px 12px;
  transition: background-color 0.15s ease-in-out;
  overflow: hidden;
}
.btn-standard .btn-icon img {
  width: 18px;
  transition: filter 0.15s ease-in-out;
}
.btn-standard:hover .btn-icon i, .btn-standard:hover .btn-icon img {
  animation: btnIconMove 0.5s forwards;
}
.btn-standard:not([class*=btn-outline-]) {
  border: 0;
  color: var(--bs-btn-color);
}
.btn-standard[class*=btn-outline-] {
  --bs-btn-padding-y: 8px;
}
.btn-standard[class*=btn-outline-] .btn-icon {
  color: #fff;
  background-color: var(--bs-btn-active-bg);
  margin: -4px -14px -4px 12px;
}
.btn-standard[class*=btn-outline-] .btn-icon img {
  filter: brightness(100);
}
.btn-standard[class*=btn-outline-]:hover .btn-icon {
  color: var(--bs-dark);
  background-color: #fff;
}
.btn-standard[class*=btn-outline-]:hover .btn-icon img {
  filter: brightness(0);
}
.btn-standard.btn-outline-secondary .btn-icon, .btn-standard.btn-outline-light .btn-icon {
  color: var(--bs-dark);
  background-color: var(--bs-btn-active-bg);
}
.btn-standard.btn-outline-secondary .btn-icon img, .btn-standard.btn-outline-light .btn-icon img {
  filter: brightness(0);
}
.btn-standard.btn-sm, .btn-group-sm > .btn-standard.btn {
  --bs-btn-padding-x: 16px;
  --bs-btn-padding-y: 9px;
  --bs-btn-line-height: 1.467;
}
.btn-standard.btn-sm .btn-icon, .btn-group-sm > .btn-standard.btn .btn-icon {
  width: 32px;
  height: 32px;
  margin: -5px -12px -5px 12px;
}
.btn-standard.btn-sm .btn-icon img, .btn-group-sm > .btn-standard.btn .btn-icon img {
  width: 16px;
}
.btn-standard.btn-sm[class*=btn-outline-], .btn-group-sm > .btn-standard[class*=btn-outline-].btn {
  --bs-btn-padding-y: 7px;
}
.btn-standard.btn-sm[class*=btn-outline-] .btn-icon, .btn-group-sm > .btn-standard[class*=btn-outline-].btn .btn-icon {
  margin: -4px -13px -4px 12px;
}
.btn-standard .btn-icon {
  width: 38px;
  height: 38px;
}
.btn-standard.btn-lg, .btn-group-lg > .btn-standard.btn {
  --bs-btn-line-height: 1.945;
}
.btn-standard.btn-lg .btn-icon, .btn-group-lg > .btn-standard.btn .btn-icon {
  border-radius: 10px;
  width: 45px;
  height: 45px;
}
.btn-standard.btn-lg .btn-icon img, .btn-group-lg > .btn-standard.btn .btn-icon img {
  width: 20px;
}
@media (max-width: 991.98px) {
  .btn-standard {
    --bs-btn-padding-x: 16px;
    --bs-btn-padding-y: 8px;
  }
  .btn-standard .btn-icon {
    width: 35px;
    height: 35px;
  }
  .btn-standard.btn-sm, .btn-group-sm > .btn-standard.btn {
    --bs-btn-padding-y: 8px;
    --bs-btn-padding-x: 15px;
  }
  .btn-standard.btn-sm .btn-icon, .btn-group-sm > .btn-standard.btn .btn-icon {
    width: 30px;
    height: 30px;
  }
  .btn-standard.btn-lg, .btn-group-lg > .btn-standard.btn {
    --bs-btn-line-height: 1.8;
  }
  .btn-standard.btn-lg .btn-icon, .btn-group-lg > .btn-standard.btn .btn-icon {
    border-radius: 8px;
    width: 40px;
    height: 40px;
  }
  .btn-standard.btn-lg .btn-icon img, .btn-group-lg > .btn-standard.btn .btn-icon img {
    width: 18px;
  }
}
.btn-standard.btn-primary {
  background: conic-gradient(from 166.64deg at 21.67% 70.54%, var(--bs-primary-900) 0deg, var(--bs-primary-700) 360deg);
}
.btn-standard.btn-secondary {
  background: conic-gradient(from var(--bg-deg) at 21.67% 70.54%, var(--bs-secondary-300) 0deg, var(--bs-secondary) 360deg);
}
.btn-standard.btn-success {
  background: conic-gradient(from var(--bg-deg) at 21.67% 70.54%, var(--bs-btn-active-bg) 0deg, var(--bs-success) 360deg);
}
.btn-standard.btn-warning {
  background: conic-gradient(from var(--bg-deg) at 21.67% 70.54%, var(--bs-btn-active-bg) 0deg, var(--bs-warning) 360deg);
}
.btn-standard.btn-info {
  background: conic-gradient(from var(--bg-deg) at 21.67% 70.54%, var(--bs-btn-active-bg) 0deg, var(--bs-info) 360deg);
}
.btn-standard.btn-danger {
  background: conic-gradient(from var(--bg-deg) at 21.67% 70.54%, var(--bs-btn-active-bg) 0deg, var(--bs-danger) 360deg);
}
.btn-standard.btn-dark {
  background: conic-gradient(from var(--bg-deg) at 21.67% 70.54%, var(--bs-dark) 0deg, var(--bs-dark-700) 360deg);
}
.btn-standard.btn-light {
  background: conic-gradient(from var(--bg-deg) at 21.67% 70.54%, var(--bs-light) 0deg, var(--bs-light-700) 360deg);
}

@keyframes btnIconMove {
  49% {
    transform: translateX(100%);
  }
  50% {
    opacity: 0;
    transform: translateX(-100%);
  }
  51% {
    opacity: 1;
  }
}
.btn-link-icon {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  gap: 15px;
}
.btn-link-icon i {
  border-radius: 50%;
  height: 55px;
  width: 55px;
  background-color: var(--bs-secondary);
  display: inline-flex;
  font-size: 24px;
  color: var(--bs-dark);
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .btn-link-icon {
    font-size: 16px;
    gap: 12px;
  }
  .btn-link-icon i {
    height: 40px;
    width: 40px;
    font-size: 18px;
  }
}

.btn-standard-like {
  color: var(--bs-body-color);
  font-size: 14px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
}
.btn-standard-like i {
  height: 40px;
  width: 40px;
  background-color: var(--bs-light-300);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-right: 15px;
  color: var(--bs-dark-700);
}
.btn-standard-like.active i {
  color: #F60195;
  background-color: #FFE7F6;
}
@media (max-width: 575.98px) {
  .btn-standard-like {
    font-size: 12px;
  }
  .btn-standard-like i {
    height: 32px;
    width: 32px;
    font-size: 15px;
    margin-right: 8px;
  }
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #FFF;
  background-clip: border-box;
  border: 0;
  border-radius: 0.375rem;
  margin-bottom: var(--bs-gutter-x);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.02);
}

.card-header {
  padding: 1rem 1.5rem;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 1px solid #EFF2F7;
}
.card-header:first-child {
  border-radius: calc(0.375rem - 1px) calc(0.375rem - 1px) 0 0;
}
.card-header .card-text {
  font-size: 14px;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.5rem;
}

.card-title {
  color: #222222;
  margin-bottom: 0.25rem;
  font-size: 16px;
}

@media only screen and (max-width: 991px) {
  .card.m-b0 {
    margin-bottom: 0;
  }
}
.alert i {
  vertical-align: -3px;
  font-size: 16px;
}

[class*=text-bg-]:not(.text-bg-light) .btn-close {
  --bs-btn-close-bg-light: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  background: transparent var(--bs-btn-close-bg-light) center/12px auto no-repeat;
}

.list-group-outer {
  margin-left: -10px;
  margin-right: -10px;
}

.list-group-unlined {
  --bs-list-group-border-width: 0;
}
.list-group-unlined .list-group-item {
  border-width: 0;
}

.list-group-space-sm .list-group-item:not(:last-child) {
  margin-bottom: 5px;
}
.list-group-space .list-group-item:not(:last-child) {
  margin-bottom: 10px;
}
.list-group-space-lg .list-group-item:not(:last-child) {
  margin-bottom: 15px;
}

.list-group-hover .list-group-item {
  transition: background-color, 0.3s, ease;
}
@media (prefers-reduced-motion: reduce) {
  .list-group-hover .list-group-item {
    transition: none;
  }
}
.list-group-hover .list-group-item:hover {
  background-color: rgba(var(--bs-primary-rgb), 0.05);
  border-color: rgba(var(--bs-primary-rgb), 0.05);
}

.list-group-smooth {
  --bs-list-group-item-padding-x: 10px;
  --bs-list-group-item-padding-y: 10px;
  --bs-list-group-border-width: 1px;
}
.list-group-smooth .list-group-item {
  border-width: 1px;
  border-radius: var(--bs-border-radius-lg);
}

.dropdown-menu {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
}

.dropdown-item {
  border-radius: 0.375rem;
}

.dropdown-menu-right {
  --bs-position: end;
}

.dropdown.bootstrap-select {
  width: auto !important;
}
.dropdown.bootstrap-select .dropdown-toggle {
  outline: 0 !important;
}
.dropdown.bootstrap-select .dropdown-toggle::after {
  content: "\f153";
  font-family: uicons-regular-straight;
  font-size: 15px;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  color: inherit;
  transition: 0.2s all linear;
  border: 0;
  margin: 0 0 0 5px;
}

@media (max-width: 991.98px) {
  .form-control {
    padding: 12px 18px;
    font-size: 1rem;
    border-radius: 10px;
  }
}

.form-label {
  font-size: 15px;
  margin-bottom: 8px;
  color: var(--bs-dark-700);
  font-weight: 500;
}

.form-group {
  margin-bottom: 25px;
}

.nice-select {
  height: auto;
}
.nice-select .option.selected {
  font-weight: 500;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: var(--bs-light);
  color: var(--bs-primary);
}
.nice-select .list {
  width: 100%;
  border-radius: var(--bs-border-radius);
  box-shadow: var(--bs-box-shadow-sm);
  border: 1px solid var(--bs-border-color);
  margin-top: 1px;
  padding: 4px;
}
.nice-select .list li {
  font-size: 14px;
  font-weight: 500;
}
.nice-select:after {
  border-bottom: 1px solid var(--bs-primary);
  border-right: 1px solid var(--bs-primary);
  right: 20px;
  height: 7px;
  width: 7px;
}
.nice-select .option {
  border-radius: var(--bs-border-radius);
}

.form-check {
  padding-left: 30px;
  margin-bottom: 15px;
}
.form-check .form-check-input {
  width: 20px;
  height: 20px;
  background-size: 16px;
  margin-top: 3px;
  margin-right: 6px;
  border: 0;
  margin-left: -30px;
  --bs-form-check-bg: var(--bs-light-500);
  border-radius: 6px;
  box-shadow: none;
}
.form-check .form-check-label {
  font-size: 16px;
  color: var(--bs-dark-700);
  font-weight: 500;
}
.form-check .form-check-input:checked {
  background-color: var(--bs-primary-700);
  border-color: var(--bs-primary-700);
}

.page-banner + .breadcrumb-row {
  background: rgba(255, 255, 255, 0.1);
  padding: 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0.02);
  display: inline-block;
  border-radius: 6px;
}

.breadcrumb-row ul {
  margin: 0;
  display: inline-block;
  background: rgb(255, 255, 255);
  padding: 5px 15px;
  border-radius: 30px;
  border: 1px solid #fff;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.02);
}
.breadcrumb-row ul li {
  padding: 0;
  margin-right: 3px;
  display: inline-block;
}
.breadcrumb-row ul li i {
  font-size: 13px;
  margin-right: 5px;
}

.breadcrumb-row ul li:after {
  content: "\f105";
  margin-left: 7px;
  font-family: fontawesome;
  opacity: 0.5;
}

.breadcrumb-row ul li:last-child:after {
  display: none;
}

.widget {
  margin-bottom: 45px;
}

.widget-title {
  position: relative;
  margin-bottom: 15px;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 700;
  color: var(--bs-primary-700);
}

.recent-posts-entry ul,
.category-entry ul {
  margin: 0;
  list-style: none;
  padding: 0;
  border: 0;
}

.widget-link ul {
  margin: 0px;
  padding: 0px;
}
.widget-link ul li {
  list-style: none;
  display: inline-block;
  padding-left: 3px;
  padding-right: 10px;
  position: relative;
}
.widget-link ul li:last-child {
  padding-right: 3px;
}
.widget-link ul li:last-child:after {
  content: none;
}

.widget-link li:after {
  content: "/";
  position: absolute;
  right: 0;
}

.widget_categories ul,
.widget_archive ul,
.widget_meta ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_nav_menu ul,
.widget_rss ul,
.widget_recent_entries ul,
.widget_services ul,
.widget_getintuch ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.widget_categories ul li,
.widget_archive ul li,
.widget_meta ul li,
.widget_pages ul li,
.widget_recent_comments ul li,
.widget_nav_menu li,
.widget_recent_entries ul li,
.widget_services ul li {
  padding-bottom: 18px;
  margin-bottom: 13px;
  position: relative;
  padding: 8px 0px 8px 0px;
  margin-bottom: 0;
  line-height: 20px;
  color: #000;
  font-size: 14px;
}

.widget_categories ul li a,
.widget_archive ul li a,
.widget_meta ul li a,
.widget_pages ul li a,
.widget_recent_comments ul li a,
.widget_nav_menu li a,
.widget_recent_entries ul li a,
.widget_services ul li a {
  color: #000;
  text-transform: capitalize;
}

.widget_categories ul li a:hover,
.widget_categories ul li.active a,
.widget_archive ul li.active a,
.widget_archive ul li a:hover {
  color: var(--bs-primary);
}

.widget_categories ul li li,
.widget_archive ul li li,
.widget_meta ul li li,
.widget_pages ul li li,
.widget_recent_comments ul li li,
.widget_nav_menu li li,
.widget_services li li {
  border-bottom: none;
  padding-left: 10px;
  padding-right: 5px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 28px;
}

.widget_categories ul li li:before,
.widget_archive ul li li:before,
.widget_meta ul li li:before,
.widget_pages ul li li:before,
.widget_recent_comments ul li li:before,
.widget_nav_menu li li:before,
.widget_services li li:before {
  top: 0;
  left: -8px;
}

.widget_archive ul {
  margin-top: -10px;
}

.widget_search .screen-reader-text {
  display: block;
}

.searchform {
  position: relative;
}
.searchform input[type=text] {
  width: 100%;
  height: 40px;
  padding: 10px 90px 10px 15px;
  border: 1px solid #CCCCCC;
}
.searchform input[type=submit] {
  height: 40px;
  padding: 10px 15px;
  background-color: #77c04b;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #ffffff;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: none;
}
.searchform input[type=submit]:hover,
.searchform input[type=submit]:focus,
.searchform input[type=submit]:active {
  background-color: #6ab33e;
  color: #ffffff;
  border-bottom-color: #5a9e2f;
}

.widget-search {
  position: relative;
}
.widget-search button {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  outline: 0;
  background-color: transparent;
  color: var(--bs-primary);
}
.widget-search .form-control {
  padding-left: 50px;
}

.widget .post-title {
  font-family: "Instrument Serif";
  font-weight: 500;
  line-height: 1.2;
  font-size: 22px;
  margin-bottom: 5px;
}
@media (max-width: 575.98px) {
  .widget .post-title {
    font-size: 20px;
  }
}
.widget .post-title a {
  color: var(--bs-dark);
}
.widget .post-title a:hover {
  color: var(--bs-primary);
}

.tweets-feed-entry .tweet-date {
  color: #3396d1;
  font-style: normal;
}

.recent-posts-entry .widget-post {
  margin-bottom: 20px;
  display: flex;
  gap: 15px;
}
.recent-posts-entry .widget-post:last-child {
  border-bottom: none;
}
.recent-posts-entry .widget-post .ld-post-media {
  width: 100px;
  min-width: 100px;
  height: 80px;
  overflow: hidden;
  border-radius: 15px;
}
.recent-posts-entry .widget-post .ld-post-media img {
  border-radius: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recent-posts-entry .ld-post-info {
  background: transparent;
  padding: 0;
  border: none;
}
.recent-posts-entry .post-meta span {
  margin-right: 10px;
}
.recent-posts-entry .ld-post-meta {
  margin-bottom: 0;
}
.recent-posts-entry .ld-post-info,
.recent-posts-entry .ld-post-media {
  display: table-cell;
  vertical-align: middle;
}
.recent-posts-entry .widget-post .media-post li a {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  color: var(--bs-dark-500);
}
.recent-posts-entry .ld-post-info {
  overflow: hidden;
}

.widget_recent_comments ul li:before {
  content: "\f0e6";
}

.widget_recent_comments ul li {
  padding-left: 20px;
  color: #999;
}

.widget_meta ul li a abbr[title] {
  color: #333;
  border-bottom: none;
}

.widget_calendar th,
.widget_calendar td {
  text-align: center;
  border: 1px solid #ccc;
  font-size: 14px;
}

.widget_calendar tr {
  border-bottom: 1px solid #eee;
}

.widget_calendar table {
  border-collapse: collapse;
  margin: 0;
  width: 100%;
}

.widget_calendar .calendar_wrap th,
.widget_calendar tfoot td a {
  color: #fff;
}

.widget_calendar .calendar_wrap td a {
  font-weight: 500;
}

.widget_calendar td,
.widget_calendar th {
  padding: 0.4em;
}

.widget_calendar caption {
  text-align: center;
  border-bottom: 1px solid;
  font-weight: 600;
}

.calendar_wrap th, tfoot td {
  background: #ff5e14;
}

.widget_calendar caption {
  border-color: #ff5e14;
}

.widget_tag_cloud a {
  padding: 8px 15px;
  background-color: var(--bs-primary-bg-subtle);
  font-size: 14px;
  display: inline-block;
  margin: 0 0 5px;
  color: #5a564d;
  border: 0px solid rgba(0, 0, 0, 0.1);
  font-weight: 400;
  border-radius: 30px;
}

.widget_tag_cloud a:hover {
  background-color: var(--bs-primary);
  color: #fff;
}

.widget_tag_cloud.radius a {
  border-radius: 40px;
  padding: 7px 10px;
}

.widget_archive select {
  width: 100%;
  padding: 5px;
  border: 1px solid #CCC;
}

.widget_text select {
  width: 100%;
  padding: 5px;
  border: 1px solid #CCC;
}
.widget_text select option {
  width: 100%;
}

.widget_categories ul li {
  padding-left: 25px;
}
.widget_categories ul li a {
  text-transform: capitalize;
  color: var(--bs-dark-700);
  font-size: 15px;
  font-weight: 500;
}
.widget_categories ul li a span {
  float: right;
}
.widget_categories ul li::before {
  content: "\e077";
  font-family: "lucide";
  font-size: 20px;
  color: var(--bs-primary-700);
  position: absolute;
  left: 0;
}

.widget_rss ul {
  margin: 0;
  line-height: 20px;
}
.widget_rss ul li {
  line-height: 20px;
  margin-bottom: 15px;
}
.widget_rss ul .rsswidget {
  color: #000;
}
.widget_rss ul .rss-date {
  color: #909090;
  font-size: 13px;
  font-weight: 400;
}
.widget_rss ul .rssSummary {
  padding: 5px 0;
}
.widget_rss ul cite {
  color: #333;
  font-weight: 500;
}

.rsswidget img {
  display: inherit;
}

a.rsswidget,
cite {
  font-weight: 500;
}

.rssSummary {
  margin: 10px 0;
  line-height: 24px;
  font-size: 14px;
}

.rss-date {
  font-style: italic;
}

.widget_rss ul li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(120, 120, 120, 0.5);
  padding-top: 0;
}
.widget_rss ul li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}

.widget_getintuch li {
  margin-bottom: 18px;
  position: relative;
  padding-left: 40px;
}
.widget_getintuch b, .widget_getintuch strong {
  display: block;
  text-transform: uppercase;
}
.widget_getintuch i {
  position: absolute;
  left: 0;
  top: 0px;
  text-align: center;
  font-size: 20px;
  width: 30px;
  height: 20px;
  line-height: 25px;
}

.widget_gallery ul {
  padding-left: 0;
  display: table;
}
.widget_gallery.gallery-grid-4 li {
  width: 25%;
}

.gallery-grid-8 li {
  width: 12.5%;
}

@media only screen and (max-width: 767px) {
  .gallery-grid-8 li {
    width: 25%;
  }
}
.widget_gallery li {
  display: inline-block;
  width: 33.33%;
  float: left;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding: 2px;
}
.widget_gallery li img {
  display: inline-block;
  width: 100%;
  border-radius: 10px;
}
.widget_gallery li:nth-child(3n-3) {
  margin-right: 0;
}
.widget_gallery li:hover {
  opacity: 0.7;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.widget_gallery a {
  display: inline-block;
}

.widget-newslatter .news-box {
  background-color: #F5F6F7;
  padding: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.widget-newslatter p {
  font-style: italic;
  font-size: 15px;
  margin-bottom: 15px;
}
.widget-newslatter .form-control {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #d0d0d0;
  height: 40px;
  margin-bottom: 0;
  padding: 5px 15px;
}
.widget-newslatter .btn {
  padding: 10px 15px;
  font-weight: 700;
  width: 50px;
}

.item-widgets-box {
  display: flex;
  margin-bottom: 15px;
  align-items: center;
}
.item-widgets-box .item-widgets-left {
  width: 120px;
  max-width: 120px;
  border-radius: 15px;
  overflow: hidden;
}
.item-widgets-box .item-title {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 5px;
}
.item-widgets-box .item-widgets-body .price {
  font-size: 15px;
  font-weight: 400;
}

.item-widgets-body {
  width: 100%;
  max-width: 100%;
  padding-left: 15px;
}

.item-review {
  margin: 0 0 2px 0;
  list-style: none;
  padding: 0;
}
.item-review li {
  display: inline-block;
  color: #ffb805;
  font-size: 14px;
}

.widget_info ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: -10px;
}

.widget_info ul li {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  padding: 5px 0;
}

.widget_info ul li strong {
  font-weight: 300;
  margin-right: 5px;
  color: rgba(255, 255, 255, 0.6);
}

.blockquote,
blockquote.blockquote {
  --blockquote-spacing: 40px;
  position: relative;
  background-color: var(--bs-light-300);
  padding: var(--blockquote-spacing) calc(var(--blockquote-spacing) + 70px);
  text-align: left;
  font-size: 20px;
  color: #000;
  font-weight: 600;
}
.blockquote::before,
blockquote.blockquote::before {
  content: "";
  height: 40px;
  width: 40px;
  display: inline-block;
  background-image: url("../images/quote.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: var(--blockquote-spacing);
  top: var(--blockquote-spacing);
}
[data-bs-theme=dark] .blockquote::before,
[data-bs-theme=dark] blockquote.blockquote::before {
  background-image: url("../images/quote-white.svg");
}
.blockquote::after,
blockquote.blockquote::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border-top: 20px solid var(--bs-light);
  border-right: 20px solid var(--bs-light);
  border-bottom: 20px solid var(--bs-light-500);
  border-left: 20px solid var(--bs-light-500);
}
[data-bs-theme=dark] .blockquote::after,
[data-bs-theme=dark] blockquote.blockquote::after {
  border-bottom-color: #242628;
  border-left-color: #242628;
  border-top-color: #18191A;
  border-right-color: #18191A;
}
.blockquote p,
blockquote.blockquote p {
  margin-bottom: 15px;
  font-size: inherit;
  font-weight: inherit;
}
.blockquote cite,
blockquote.blockquote cite {
  color: var(--bs-body-color);
  font-size: 12px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 600;
  display: block;
}
.blockquote cite::before,
blockquote.blockquote cite::before {
  content: "-";
  margin-right: 2px;
}
@media (max-width: 991.98px) {
  .blockquote,
  blockquote.blockquote {
    --blockquote-spacing: 25px;
    padding: var(--blockquote-spacing) calc(var(--blockquote-spacing) + 55px);
  }
  .blockquote::before,
  blockquote.blockquote::before {
    height: 32px;
    width: 32px;
  }
}
@media (max-width: 767.98px) {
  .blockquote,
  blockquote.blockquote {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .blockquote,
  blockquote.blockquote {
    --blockquote-spacing: 20px;
    font-size: 14px;
    padding-right: 35px;
    padding-left: 60px;
  }
  .blockquote::after,
  blockquote.blockquote::after {
    border-top: 15px solid #fff;
    border-right: 15px solid #fff;
    border-bottom: 15px solid #EEEBF1;
    border-left: 15px solid #EEEBF1;
  }
  .blockquote::before,
  blockquote.blockquote::before {
    height: 25px;
    width: 25px;
  }
  .blockquote p,
  blockquote.blockquote p {
    margin-bottom: 10px;
  }
}

button.back-to-top {
  border: 0;
  box-shadow: 2px 2px 12px -5px #000000;
  color: #fff;
  cursor: pointer;
  height: 45px;
  margin: 0;
  position: fixed;
  right: 15px;
  text-align: center;
  width: 45px;
  z-index: 99999;
  padding: 0;
  font-size: 12px;
  background-color: var(--bs-primary-700);
  border-radius: 50%;
  bottom: -60px;
  transition: all 0.3s;
}
button.back-to-top.active {
  bottom: 15px;
}
@media (max-width: 767.98px) {
  button.back-to-top {
    height: 35px;
    width: 35px;
    bottom: 8px;
    right: 8px;
  }
}

.counter {
  position: relative;
}

.counter-style-1 .counter {
  font-size: 70px;
  font-weight: 700;
  line-height: 70px;
  display: inline-block;
}
.counter-style-1 .counter-text {
  font-size: 18px;
  font-weight: 500;
}
.counter-style-1.text-black .counter-text {
  color: #000;
}
.counter-style-1 .icon {
  font-size: 45px;
  margin-right: 10px;
}
.counter-style-1 span {
  font-size: 70px;
  font-weight: 700;
  line-height: 70px;
  display: inline-block;
}
@media (max-width: 1199.98px) {
  .counter-style-1 .counter {
    font-size: 45px;
    line-height: 55px;
  }
  .counter-style-1 span {
    font-size: 45px;
    line-height: 55px;
  }
  .counter-style-1 .counter-text {
    font-size: 14px;
    line-height: 28px;
  }
}
@media (max-width: 575.98px) {
  .counter-style-1 span, .counter-style-1 .counter {
    font-size: 32px;
    line-height: 40px;
  }
}

.counter-style-2 {
  text-align: center;
  z-index: 1;
  position: relative;
}
.counter-style-2 .counter-bx {
  margin-bottom: 10px;
}
.counter-style-2 .counter-bx span {
  font-size: 110px;
  font-weight: 300;
  line-height: 110px;
  display: inline-block;
  color: var(--bs-primary);
}
.counter-style-2 .counter-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
}
.counter-style-2 .bg-icon {
  color: #000;
  width: 100%;
  text-align: center;
  top: -40px;
  bottom: auto;
}
@media (max-width: 991.98px) {
  .counter-style-2 .counter-bx {
    margin-bottom: 5px;
  }
  .counter-style-2 .counter-bx span {
    font-size: 80px;
    line-height: 80px;
  }
  .counter-style-2 .bg-icon {
    font-size: 110px;
    top: -10px;
  }
}

.text-white .counter-style-2 .counter-text,
.text-white .counter-style-2 .counter-bx span {
  color: #fff;
}

.counter-style-3 {
  text-align: center;
  padding: 30px 10px;
  border-radius: 8px;
}
.counter-style-3 .counter-text {
  font-size: 14px;
  color: #fff;
}
.counter-style-3 div span {
  font-size: 50px;
  color: #fff;
  line-height: 60px;
  margin-bottom: 5px;
  display: inline-block;
}

.nav-filters {
  padding: 0;
  margin: 0;
}
.nav-filters li {
  display: inline-block;
}

.feature-filters {
  margin-bottom: 40px;
}
.feature-filters.m-b50 {
  margin-bottom: 50px;
}
.feature-filters ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.feature-filters li {
  display: inline-block;
  padding: 0;
  margin-bottom: 3px;
}
.feature-filters li.btn {
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: none;
  background: transparent;
  padding: 0;
}
.feature-filters li input {
  display: none;
}
.feature-filters a {
  margin: 0;
  padding: 8px 20px;
  display: inline-block;
  border-radius: 4px;
  vertical-align: middle;
  border: 1px solid #D0D0D0;
  color: #000;
  font-weight: 600;
}
.feature-filters .active a {
  border: 1px solid var(--bs-primary);
  background-color: var(--bs-primary);
  color: #fff;
}
.feature-filters .active > [class*=btn] {
  color: #fff;
  background-color: #EFBB20;
}
.feature-filters.center {
  text-align: center;
}
.feature-filters.center ul {
  display: inline-block;
  margin: auto;
  padding: 0;
}
.feature-filters.center [class*=btn] {
  display: inline-block;
  margin: 0 5px 10px;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .feature-filters.center [class*=btn] {
    margin: 0 1px 5px;
    font-size: 12px;
  }
}

.feature-filters1 {
  margin-bottom: 35px;
}
.feature-filters1 .filter-btn {
  border: 0;
  background-color: transparent;
  font-size: 16px;
  font-weight: 600;
  color: var(--bs-dark);
  padding: 15px 20px;
  display: inline-block;
  position: relative;
  outline: 0;
}
.feature-filters1 .filter-btn::after {
  content: "";
  height: 7px;
  width: 0%;
  background: linear-gradient(90deg, var(--bs-primary-700) 0%, var(--bs-primary-500) 100%);
  border-radius: 10px;
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.25s;
}
.feature-filters1 .active .filter-btn {
  color: var(--bs-primary);
}
.feature-filters1 .active .filter-btn::after {
  width: 100%;
}
.feature-filters1 .nav-filters {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 4px;
}
@media (max-width: 991.98px) {
  .feature-filters1 {
    overflow: scroll;
  }
  .feature-filters1 .nav-filters {
    display: flex;
  }
  .feature-filters1 .filter-btn {
    font-size: 14px;
    padding: 12px 15px;
    white-space: nowrap;
  }
  .feature-filters1 .filter-btn::after {
    height: 4px;
    bottom: -3px;
  }
}

.feature-filters2 {
  margin-bottom: 35px;
}
.feature-filters2 .filter-btn {
  border: 0;
  background-color: transparent;
  font-size: 18px;
  font-weight: 500;
  color: var(--bs-dark);
  padding: 12px 20px;
  display: inline-block;
  position: relative;
  outline: 0;
  width: 100%;
  text-align: left;
  border-radius: 8px;
  transition: all 0.25s;
}
.feature-filters2 .filter-btn i {
  position: absolute;
  right: 30px;
  font-size: 24px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  opacity: 0;
  transition: all 0.25s;
}
.feature-filters2 .active .filter-btn {
  color: #fff;
  background: var(--bs-primary-700);
  box-shadow: 0px 10px 20px rgba(0, 28, 97, 0.05);
}
.feature-filters2 .active .filter-btn i {
  opacity: 1;
  right: 18px;
}
.feature-filters2 .nav-filters li {
  width: 100%;
}

.accordion-button:focus {
  box-shadow: none;
}
.accordion-button::after {
  content: "\f153";
  background-image: none;
  font-family: uicons-regular-rounded;
}
.accordion-button:not(.collapsed)::after {
  background-image: none;
}

.ld-accordion-one {
  --bs-accordion-btn-icon-width: 18px;
}
.ld-accordion-one .accordion-item {
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.ld-accordion-one .accordion-item:last-child {
  border-bottom: 0;
}
.ld-accordion-one .accordion-button {
  padding: 20px 0;
  font-size: 20px;
  font-weight: 500;
  background-color: #fff;
  color: var(--bs-dark);
}
.ld-accordion-one .accordion-button:not(.collapsed)::after {
  color: var(--bs-primary);
}
.ld-accordion-one .accordion-body {
  padding: 20px 0;
  font-size: 18px;
  font-weight: 500;
  color: var(--bs-gray);
  border-top: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
@media (max-width: 767.98px) {
  .ld-accordion-one .accordion-button {
    padding: 18px 0;
    font-size: 18px;
  }
  .ld-accordion-one .accordion-body {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .ld-accordion-one .accordion-button {
    padding: 15px 0;
    font-size: 16px;
  }
  .ld-accordion-one .accordion-body {
    font-size: 15px;
    padding: 15px 0;
  }
}

.ld-accordion-two {
  --bs-accordion-btn-icon-width: 18px;
}
.ld-accordion-two .accordion-item {
  border: 0;
  margin-bottom: 10px;
  background-color: transparent;
}
.ld-accordion-two .accordion-button {
  --bs-accordion-inner-border-radius: 12px;
  padding: 18px 25px;
  font-size: 18px;
  line-height: 1.35;
  background-color: #fff;
  color: var(--bs-dark);
  box-shadow: 0px 2px 1px rgba(41, 17, 0, 0.05), 0px 10px 20px rgba(41, 17, 0, 0.04);
  border-radius: 12px;
  font-weight: 500;
}
.ld-accordion-two .accordion-button:not(.collapsed) {
  background-color: var(--bs-primary-700);
  color: #fff;
}
.ld-accordion-two .accordion-button:not(.collapsed)::after {
  color: #fff;
}
.ld-accordion-two .accordion-body {
  padding: 18px 20px;
  font-size: 18px;
  font-weight: 500;
  color: var(--bs-dark);
}
@media (max-width: 767.98px) {
  .ld-accordion-two .accordion-button {
    padding: 15px 20px;
    font-size: 16px;
  }
  .ld-accordion-two .accordion-body {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .ld-accordion-two .accordion-button {
    --bs-accordion-inner-border-radius: 8px;
    font-size: 15px;
    padding: 15px 18px;
    border-radius: 8px;
  }
  .ld-accordion-two .accordion-body {
    font-size: 15px;
    padding: 15px 15px;
  }
}

.testimonial-card {
  background-color: var(--bs-light);
  padding: 40px;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
.testimonial-card .rating-wrap {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}
.testimonial-card .rating-wrap i {
  font-size: 18px;
  margin-right: 2px;
}
.testimonial-card .rating-wrap span {
  font-size: 18px;
  font-weight: 400;
  margin-left: 8px;
}
.testimonial-card .testimonial-content {
  margin-bottom: 45px;
}
.testimonial-card .testimonial-content p {
  font-size: 24px;
  margin-bottom: 0px;
  line-height: 1.5;
  color: var(--bs-dark);
  font-weight: 400;
}
.testimonial-card .testimonial-info {
  display: flex;
  align-items: center;
  gap: 15px;
}
.testimonial-card .testimonial-info .testimonial-thumb img {
  border-radius: 50%;
  overflow: hidden;
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial-card .testimonial-info .testimonial-name {
  margin-bottom: 8px;
  line-height: 1;
  font-size: 20px;
}
.testimonial-card .testimonial-info p {
  margin-bottom: 0;
  line-height: 1;
  font-size: 16px;
  color: var(--bs-dark-500);
  display: block;
}
.testimonial-card::after {
  content: "";
  position: absolute;
  right: 50px;
  bottom: 40px;
  background-image: url(../images/testimonial/quote.svg);
  background-repeat: no-repeat;
  z-index: -1;
  width: 130px;
  height: 100px;
  background-position: center;
  background-size: 95%;
}
@media (max-width: 1479.98px) {
  .testimonial-card::after {
    width: 100px;
    height: 70px;
  }
}
@media (max-width: 1199.98px) {
  .testimonial-card {
    padding: 30px;
  }
  .testimonial-card .testimonial-content {
    margin-bottom: 35px;
  }
  .testimonial-card .testimonial-content p {
    font-size: 20px;
  }
  .testimonial-card .testimonial-info .testimonial-thumb img {
    width: 70px;
    height: 70px;
  }
  .testimonial-card .testimonial-info .testimonial-name {
    font-size: 18px;
  }
  .testimonial-card .testimonial-info p {
    font-size: 15px;
  }
  .testimonial-card::after {
    width: 70px;
    height: 50px;
  }
}
@media (max-width: 575.98px) {
  .testimonial-card {
    padding: 25px;
    border-radius: 20px;
  }
  .testimonial-card .rating-wrap {
    display: block;
  }
  .testimonial-card .rating-wrap i {
    font-size: 15px;
  }
  .testimonial-card .rating-wrap span {
    font-size: 15px;
    margin-left: 0;
    margin-top: 3px;
    display: block;
  }
  .testimonial-card .testimonial-content p {
    font-size: 18px;
  }
  .testimonial-card::after {
    right: 20px;
    bottom: 30px;
    width: 50px;
    height: 40px;
  }
  .testimonial-card .testimonial-info .testimonial-thumb img {
    width: 60px;
    height: 60px;
  }
  .testimonial-card .testimonial-info .testimonial-name {
    font-size: 16px;
  }
  .testimonial-card .testimonial-info p {
    font-size: 13px;
  }
}

.testimonial-wrapper-one {
  position: relative;
  padding-bottom: 30px;
  z-index: 1;
  margin-bottom: 60px;
}
.testimonial-wrapper-one .pagination-wrapper {
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
}
.testimonial-wrapper-one::before, .testimonial-wrapper-one::after {
  content: "";
  height: 50%;
  position: absolute;
  bottom: 0;
  border-radius: 30px;
}
.testimonial-wrapper-one::before {
  background-color: var(--bs-light-300);
  width: calc(100% - 80px);
  left: 40px;
  bottom: 15px;
}
.testimonial-wrapper-one::after {
  background-color: var(--bs-light-400);
  width: calc(100% - 150px);
  left: 75px;
  z-index: -1;
}
@media (max-width: 1199.98px) {
  .testimonial-wrapper-one {
    padding-bottom: 20px;
  }
  .testimonial-wrapper-one::before {
    bottom: 10px;
    width: calc(100% - 60px);
    left: 30px;
  }
  .testimonial-wrapper-one::after {
    width: calc(100% - 120px);
    left: 60px;
  }
}
@media (max-width: 575.98px) {
  .testimonial-wrapper-one {
    padding-bottom: 12px;
  }
  .testimonial-wrapper-one::before, .testimonial-wrapper-one::after {
    border-radius: 20px;
  }
  .testimonial-wrapper-one::after {
    display: none;
  }
  .testimonial-wrapper-one::before {
    bottom: 0;
  }
}

.testimonial-wrapper-two {
  background: var(--bs-dark);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.testimonial-wrapper-two::before, .testimonial-wrapper-two::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  z-index: -1;
}
.testimonial-wrapper-two::before {
  width: 75%;
  left: 0;
  background-color: var(--bs-primary-700);
  border-radius: 0px 500px 500px 0;
}
.testimonial-wrapper-two::after {
  width: 25%;
  right: 0;
  background-color: var(--bs-primary-500);
  border-radius: 500px 0 0 500px;
}
@media (max-width: 1199.98px) {
  .testimonial-wrapper-two {
    background-color: var(--bs-primary-700);
  }
  .testimonial-wrapper-two::before, .testimonial-wrapper-two::after {
    content: none;
  }
}

.testimonial-card2 {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 40px;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  margin-right: -60px;
  transition: all 0.5s;
  transform: scale(0.7);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  box-shadow: 0px 10px 60px rgba(32, 2, 151, 0.1);
}
.testimonial-card2 .rating-wrap {
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}
.testimonial-card2 .rating-wrap i {
  font-size: 18px;
  margin-right: 2px;
  color: #FFB630;
}
.testimonial-card2 .rating-wrap span {
  font-size: 18px;
  font-weight: 400;
  margin-left: 8px;
}
.testimonial-card2 .testimonial-content {
  margin-bottom: 60px;
}
.testimonial-card2 .testimonial-content p {
  font-size: 20px;
  margin-bottom: 0px;
  line-height: 1.6;
  color: var(--bs-dark);
  font-weight: 500;
}
.testimonial-card2 .testimonial-info {
  display: flex;
  align-items: center;
  gap: 15px;
}
.testimonial-card2 .testimonial-info .testimonial-thumb img {
  border-radius: 50%;
  overflow: hidden;
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial-card2 .testimonial-info .testimonial-name {
  margin-bottom: 8px;
  line-height: 1;
  font-size: 20px;
  font-weight: 700;
}
.testimonial-card2 .testimonial-info p {
  margin-bottom: 0;
  line-height: 1;
  font-size: 14px;
  color: var(--bs-primary-500);
  display: block;
  font-weight: 600;
}
@media (max-width: 1199.98px) {
  .testimonial-card2 {
    padding: 30px;
  }
  .testimonial-card2 .testimonial-content {
    margin-bottom: 40px;
  }
  .testimonial-card2 .testimonial-content p {
    font-size: 18px;
  }
  .testimonial-card2 .testimonial-info .testimonial-name {
    font-size: 16px;
  }
  .testimonial-card2 .testimonial-info p {
    font-size: 13px;
  }
  .testimonial-card2 .testimonial-info .testimonial-thumb img {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767.98px) {
  .testimonial-card2 {
    margin-right: 0;
  }
}

.swiper-slide.swiper-slide-active .testimonial-card2 {
  background: #fff;
  transform: scale(1);
}

.featured-bx1 {
  position: relative;
  border-radius: 20px;
  padding: 10px;
  box-shadow: 0px 2px 1px rgba(41, 17, 0, 0.05), 0px 10px 20px rgba(41, 17, 0, 0.04);
  background: conic-gradient(from 204.79deg at 79.55% 86.06%, #FFFFFF 0deg, #B0EDD5 360deg);
  transition: all 0.2s ease;
  height: 100%;
}
.featured-bx1.bg-white {
  background: #fff;
}
.featured-bx1 .featured-media {
  border-radius: 15px;
  overflow: hidden;
}
.featured-bx1 .featured-media img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.featured-bx1 .featured-title {
  font-weight: 600;
  font-size: 20px;
}
.featured-bx1 p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}
.featured-bx1 .featured-content {
  padding: 20px 20px 15px;
}
.featured-bx1:hover {
  transform: translateY(-5px);
}

.featured-bx2 {
  display: flex;
  align-items: center;
  background-color: var(--bs-primary-600);
  padding: 30px;
  border-radius: 20px;
  border: 1px solid var(--bs-primary);
  transition: all 0.5s;
  margin-bottom: 10px;
  text-align: left;
}
.featured-bx2 .featured-media {
  width: 80px;
  min-width: 80px;
  height: 80px;
  margin-right: 25px;
}
.featured-bx2 .featured-title {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.featured-bx2 p {
  font-size: 16px;
  margin-bottom: 0;
  color: #fff;
  opacity: 0.7;
}
.featured-bx2 .featured-content {
  margin-right: 15px;
  width: 100%;
}
.featured-bx2 .arrow-btn {
  opacity: 0;
  transition: all 0.25s;
  transform: translateX(-20px);
  min-width: 60px;
  width: 60px;
}
.featured-bx2 .arrow-btn svg {
  width: 100%;
}
.featured-bx2:hover {
  border: 1px solid #fff;
}
.featured-bx2:hover .arrow-btn {
  opacity: 1;
  transform: translateX(0px);
}
@media (max-width: 1199.98px) {
  .featured-bx2 {
    padding: 20px;
  }
  .featured-bx2 .featured-media {
    width: 60px;
    min-width: 60px;
    height: 60px;
    margin-right: 15px;
  }
  .featured-bx2 .featured-title {
    font-size: 18px;
  }
  .featured-bx2 p {
    font-size: 14px;
  }
  .featured-bx2 .arrow-btn {
    min-width: 45px;
    width: 45px;
  }
}
@media (max-width: 575.98px) {
  .featured-bx2 {
    border-radius: 12px;
    padding: 15px;
  }
  .featured-bx2 .featured-title {
    font-size: 16px;
  }
}

.active > .featured-bx2 {
  border: 1px solid #fff;
}
.active > .featured-bx2 .arrow-btn {
  opacity: 1;
  transform: translateX(0px);
}

.featured-bx3 {
  border-radius: 20px;
  padding: 25px 30px;
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
  overflow: hidden;
  transition: all 0.25s;
  text-align: left;
  color: var(--bs-body-color);
}
.featured-bx3 .featured-title {
  font-size: 24px;
  margin-bottom: 5px;
  transition: all 0.25s;
}
.featured-bx3 p {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 0;
  transition: all 0.25s;
}
.featured-bx3 .featured-media {
  font-size: 70px;
  font-weight: 900;
  color: var(--bs-primary-700);
  opacity: 0.15;
  font-style: italic;
  min-width: 50px;
  line-height: 1;
  transition: all 0.25s;
}
.featured-bx3::after {
  content: "";
  width: 135px;
  height: 135px;
  background-color: var(--bs-primary-700);
  position: absolute;
  right: -100%;
  border-radius: 50%;
  bottom: -100%;
  transition: all 0.25s;
}
.featured-bx3:hover {
  background-color: var(--bs-primary-500);
}
.featured-bx3:hover .featured-media {
  color: var(--bs-secondary-500);
  opacity: 1;
}
.featured-bx3:hover p {
  opacity: 0.8;
  color: #fff;
}
.featured-bx3:hover .featured-title {
  color: #fff;
}
.featured-bx3:hover::after {
  right: -70px;
  bottom: -70px;
}
@media (max-width: 575.98px) {
  .featured-bx3 {
    border-radius: 15px;
    padding: 18px 25px;
  }
  .featured-bx3 p {
    font-size: 14px;
  }
  .featured-bx3 .featured-title {
    font-size: 20px;
  }
  .featured-bx3 .featured-media {
    font-size: 52px;
    min-width: 35px;
  }
}

.active > .featured-bx3 {
  background-color: var(--bs-primary-500);
}
.active > .featured-bx3 .featured-media {
  color: var(--bs-secondary-500);
  opacity: 1;
}
.active > .featured-bx3 p {
  opacity: 0.8;
  color: #fff;
}
.active > .featured-bx3 .featured-title {
  color: #fff;
}
.active > .featured-bx3::after {
  right: -70px;
  bottom: -70px;
}

.featured-bx4 {
  background: #FFFFFF;
  box-shadow: 0px 20px 40px rgba(140, 171, 193, 0.15);
  border-radius: 20px;
  padding: 35px 30px;
  transition: all 0.25s;
  position: relative;
  overflow: hidden;
}
.featured-bx4::after {
  content: "";
  width: 135px;
  height: 135px;
  background-color: var(--bs-primary-700);
  position: absolute;
  right: -100%;
  border-radius: 50%;
  top: -100%;
  transition: all 0.25s;
}
.featured-bx4 .featured-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 75px;
  max-width: 200px;
  transition: all 0.25s;
}
.featured-bx4 p {
  font-weight: 500;
  margin-bottom: 0;
  font-size: 16px;
  transition: all 0.25s;
}
.featured-bx4 .featured-media {
  width: 85px;
  height: 85px;
  display: inline-block;
  margin-bottom: 15px;
  transition: all 0.25s;
  --color-solid: var(--bs-primary-500);
  --color-light: var(--bs-primary-100);
}
.featured-bx4:hover {
  background-color: var(--bs-primary-500);
}
.featured-bx4:hover .featured-media {
  --color-solid: var(--bs-secondary-500);
  --color-light: var(--bs-primary-500);
}
.featured-bx4:hover .featured-title {
  color: #fff;
}
.featured-bx4:hover p {
  color: #fff;
  opacity: 0.8;
}
.featured-bx4:hover::after {
  right: -70px;
  top: -70px;
}

.featured-bx5 {
  padding: 25px 20px;
  background: #FFFFFF;
  box-shadow: 0px 2px 1px rgba(41, 17, 0, 0.05), 0px 10px 20px rgba(41, 17, 0, 0.04);
  border-radius: 20px;
  height: 100%;
}
.featured-bx5 .featured-title {
  font-size: 28px;
  font-family: "Instrument Serif";
  font-weight: 400;
  margin-bottom: 8px;
}
.featured-bx5 p {
  font-size: 16px;
  color: var(--bs-dark-600);
  font-weight: 500;
  margin-bottom: 0;
}
.featured-bx5 .featured-text-icon {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.featured-bx5 .featured-text-icon i {
  color: var(--bs-primary-700);
  font-size: 24px;
  line-height: 1.2;
}
.featured-bx5 .featured-text-icon .text {
  font-size: 18px;
  color: var(--bs-dark);
  font-weight: 600;
}

.featured-bx6 {
  background-color: #FFFFFF;
  padding: 40px 30px;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  transition: all 0.25s;
}
.featured-bx6 .featured-icon {
  background: #FFFFFF;
  border: 1px solid #98E7C8;
  border-radius: 15px;
  width: 60px;
  height: 60px;
  text-align: center;
  align-items: center;
  line-height: 50px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.featured-bx6 .featured-icon::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 17px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: #2BBA82;
  filter: blur(20px);
}
.featured-bx6 .featured-title {
  font-size: 28px;
  font-family: "Instrument Serif";
  font-weight: 400;
  transition: all 0.25s;
}
.featured-bx6 p {
  font-size: 16px;
  font-weight: 500;
  color: var(--bs-dark);
  transition: all 0.25s;
}
.featured-bx6 .number {
  transition: all 0.25s;
  position: absolute;
  right: 20px;
  bottom: 10px;
  color: var(--bs-primary-700);
  opacity: 0.1;
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
}
.featured-bx6 .featured-content {
  margin-bottom: 40px;
}
.featured-bx6:hover {
  background: var(--bs-dark);
  transform: scale(1.03);
}
.featured-bx6:hover .featured-content .featured-title, .featured-bx6:hover .featured-content p,
.featured-bx6:hover .featured-content .number {
  color: #FFFFFF;
}

.feature-box-xl,
.feature-box-lg,
.feature-box-md,
.feature-box-sm,
.feature-box-xs {
  display: inline-block;
  text-align: center;
  border-radius: 3px;
}

.feature-box-xl {
  width: 150px;
  height: 150px;
  line-height: 150px;
}

.feature-box-lg {
  width: 120px;
  height: 120px;
  line-height: 120px;
}

.feature-box-md {
  width: 100px;
  height: 100px;
  line-height: 100px;
}

.feature-box-sm {
  width: 80px;
  height: 80px;
  line-height: 80px;
}

.feature-box-xs {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.feature-box-xl.radius,
.feature-box-lg.radius,
.feature-box-md.radius,
.feature-box-sm.radius,
.feature-box-xs.radius {
  border-radius: 100%;
}

.feature-box-xl i,
.feature-box-lg i,
.feature-box-md i,
.feature-box-sm i,
.feature-box-xs i {
  vertical-align: middle;
}

.feature-box-xl i {
  font-size: 80px;
}

.feature-box-lg i {
  font-size: 60px;
}

.feature-box-md i {
  font-size: 45px;
}

.feature-box-sm i {
  font-size: 30px;
}

.feature-box-xs i {
  font-size: 20px;
}

.feature-box-xl img,
.feature-box-lg img,
.feature-box-md img,
.feature-box-sm img,
.feature-box-xs img {
  vertical-align: middle;
  max-width: 100%;
  width: auto;
}

.feature-box-xl img {
  height: 80px;
}

.feature-box-lg img {
  height: 55px;
}

.feature-box-md img {
  height: 40px;
}

.feature-box-sm img {
  height: 30px;
}

.feature-box-xs img {
  height: 20px;
}

.feature-xl,
.feature-lg,
.feature-md,
.feature-sm,
.feature-xs {
  display: inline-block;
  text-align: center;
}

.feature-xl {
  width: 100px;
}

.feature-lg {
  width: 80px;
}

.feature-md {
  width: 60px;
}

.feature-sm {
  width: 40px;
}

.feature-xs {
  width: 30px;
}

.feature-xl i,
.feature-lg i,
.feature-md i,
.feature-sm i,
.feature-xs i {
  vertical-align: middle;
}

.feature-xl i {
  font-size: 80px;
}

.feature-lg i {
  font-size: 60px;
}

.feature-md i {
  font-size: 45px;
}

.feature-sm i {
  font-size: 30px;
}

.feature-xs i {
  font-size: 20px;
}

.feature-xl img,
.feature-lg img,
.feature-md img,
.feature-sm img,
.feature-xs img {
  vertical-align: middle;
  max-width: 100%;
  width: auto;
}

.feature-xl img {
  height: 80px;
}

.feature-lg img {
  height: 70px;
}

.feature-md img {
  height: 50px;
}

.feature-sm img {
  height: 30px;
}

.feature-xs img {
  height: 20px;
}

.feature-container {
  position: relative;
}

.feature-container .ld-tilte {
  margin-top: 0;
}

.feature-container .after-titile-line {
  margin-bottom: 10px;
}

.feature-container p:last-child {
  margin: 0;
}

.icon-content {
  overflow: hidden;
}

.feature-container.left .feature-box-xl,
.feature-container.left .feature-box-lg,
.feature-container.left .feature-box-md,
.feature-container.left .feature-box-sm,
.feature-container.left .feature-box-xs {
  float: left;
  margin-right: 20px;
}

.feature-container.left .feature-xl,
.feature-container.left .feature-lg,
.feature-container.left .feature-md,
.feature-container.left .feature-sm,
.feature-container.left .feature-xs {
  float: left;
  margin-right: 10px;
}

.feature-container.right {
  text-align: right;
}

.feature-container.right .feature-box-xl,
.feature-container.right .feature-box-lg,
.feature-container.right .feature-box-md,
.feature-container.right .feature-box-sm,
.feature-container.right .feature-box-xs {
  float: right;
  margin-left: 20px;
}

.feature-container.right .feature-xl,
.feature-container.right .feature-lg,
.feature-container.right .feature-md,
.feature-container.right .feature-sm,
.feature-container.right .feature-xs {
  float: right;
  margin-left: 10px;
}

.feature-container.center {
  text-align: center;
}

[class*=feature-box-][class*=bg-] a {
  color: #fff;
}

[class*=feature-box-].bg-white a {
  color: inherit;
}

[class*=feature-box-][class*=border-] {
  display: table;
  line-height: normal;
  margin-left: auto;
  margin-right: auto;
}

[class*=feature-box-][class*=border-] .icon-cell {
  display: table-cell;
  vertical-align: middle;
}

.feature-container.bx-style-1,
.feature-container.bx-style-2 {
  border-width: 1px;
  border-style: solid;
  border-color: #ebedf2;
}

.feature-container.bx-style-2.center [class*=feature-box-],
.feature-container.bx-style-2.left [class*=feature-box-],
.feature-container.bx-style-2.right [class*=feature-box-] {
  position: absolute;
}

.feature-container.bx-style-2.center [class*=feature-box-] {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(-50%);
}

.feature-container.bx-style-2.center .feature-box-xl {
  margin-left: -75px;
}

.feature-container.bx-style-2.center .feature-box-lg {
  margin-left: -60px;
}

.feature-container.bx-style-2.center .feature-box-md {
  margin-left: -50px;
}

.feature-container.bx-style-2.center .feature-box-sm {
  margin-left: -40px;
}

.feature-container.bx-style-2.center .feature-box-xs {
  margin-left: -20px;
}

.feature-container.bx-style-2.left [class*=feature-box-] {
  position: absolute;
  top: auto;
  left: 0;
  transform: translateX(-50%);
}

.feature-container.bx-style-2.right [class*=feature-box-] {
  position: absolute;
  top: auto;
  right: 0;
  transform: translateX(50%);
}

.ld-box,
.info-bx,
.ld-tilte,
.feature-title {
  position: relative;
}

.feature-title {
  display: inline-block;
}

.ld-box[class*=border-],
.info-bx[class*=border-] {
  border-color: #eee;
}

.info-bx.border-1,
.info-bx.border-2,
.info-bx.border-3,
.info-bx.border-4,
.info-bx.border-5 {
  border-top: none;
}

.left-border,
.right-border {
  position: relative;
}

.left-border:before,
.right-border:before {
  content: "";
  position: absolute;
  top: 5px;
  width: 1px;
  height: 90%;
  background: #CCC;
}

.right-border:before {
  right: 0;
}

.action-box,
.ld-post-media {
  position: relative;
}

.action-box img,
.ld-post-media img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}

.ld-box-bg {
  overflow: hidden;
}

.ld-box-bg .btn {
  overflow: unset;
}

.ld-box-bg .glyph-icon {
  font-size: 50px;
}

.ld-box-bg .feature-container {
  background-color: #f8f8f8;
}

.icon-box-btn .btn {
  background-color: #eeeeee;
  padding: 15px 20px;
  text-transform: uppercase;
  font-size: 15px;
}

.ld-box-bg {
  background-size: cover;
}

.ld-box-bg.active .feature-container {
  background-color: rgba(0, 0, 0, 0.7);
}

.ld-box-bg .text-primary,
.ld-box-bg .icon-content .ld-tilte,
.ld-box-bg .icon-content p,
.ld-box-bg .icon-box-btn .btn {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.ld-box-bg.active .text-primary,
.ld-box-bg.active .icon-content .ld-tilte,
.ld-box-bg.active .icon-content p,
.ld-box-bg.active .icon-box-btn .btn {
  color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.ld-box-bg .icon-box-btn .btn {
  border-radius: 0;
  color: #1abc9c;
  font-weight: 600;
  margin-bottom: 0;
}

.shadow {
  box-shadow: 0px 10px 40px 0 rgba(0, 0, 0, 0.05) !important;
}

.subscribe-form input {
  background-color: #fff;
  padding: 10px 25px;
  margin-right: 0;
  color: #495057;
  font-size: 15px;
  border-radius: 30px;
  border: 0;
}
.subscribe-form .btn {
  border-radius: 30px;
  margin-left: 10px;
}

.subscribe-form1 .form-control {
  height: 80px;
  border-radius: 25px;
  border: 0;
  padding: 15px 25px;
  font-size: 20px;
  font-weight: 500;
}
.subscribe-form1 .submit-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991.98px) {
  .subscribe-form1 .form-control {
    height: 65px;
    border-radius: 15px;
    padding: 15px 20px;
    font-size: 18px;
  }
}

.subscribe-form2 .form-control {
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 20px;
  color: var(--bs-body-color);
  background: #fff;
  line-height: 1.25;
}
.subscribe-form2 .submit-btn {
  position: absolute;
  right: 20px;
  top: 50%;
  background: transparent;
  transform: translateY(-50%);
  padding: 0;
}

.subscribe-form3 .form-control {
  background-color: var(--bs-primary-100);
  font-size: 16px;
  color: var(--bs-gray);
  height: 60px;
  font-weight: 500;
  border-radius: 60px;
  border: 0;
  padding: 15px 60px 15px 30px;
}
.subscribe-form3 .submit-btn {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50px;
  width: 50px;
  height: 50px;
  text-align: center;
  background-color: var(--bs-primary-700);
  border: 0;
  color: #fff;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pricingtable-wrapper.active .pricingtable-main {
  background: conic-gradient(from 166.64deg at 20% 70.54%, var(--bs-primary-900) 0deg, var(--bs-primary-700) 360deg);
  color: #fff;
}
.pricingtable-wrapper.active .pricingtable-main .frame-content .title,
.pricingtable-wrapper.active .pricingtable-main .frame-content p {
  color: #fff;
}
.pricingtable-wrapper.active .pricingtable-main .pricing {
  color: #fff;
}
.pricingtable-wrapper .title {
  font-size: 20px;
}
.pricingtable-wrapper p {
  color: var(--bs-dark);
  font-weight: 500;
  font-size: 16px;
}
.pricingtable-wrapper .pricingtable-main {
  background-color: var(--bs-light);
  padding: 35px;
  border-radius: 14px;
  margin-bottom: 35px;
  height: 255px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pricingtable-wrapper .pricingtable-main .pricing {
  font-size: 50px;
  font-weight: 700;
  color: var(--bs-dark);
  line-height: 1;
  display: none;
}
.pricingtable-wrapper .pricingtable-main .pricing span {
  font-size: 16px;
  font-weight: 500;
}
.pricingtable-wrapper .pricingtable-main .pricing.active {
  display: block;
}
.pricingtable-wrapper .btn-content {
  margin: 40px 40px 0;
}
.pricingtable-wrapper .pricingtable-features {
  list-style: none;
  padding: 0;
}
.pricingtable-wrapper .pricingtable-features li {
  font-size: 16px;
  font-weight: 500;
  color: var(--bs-dark);
  padding: 10px 40px;
  line-height: 1.4;
  display: inline-flex;
  width: 100%;
}
.pricingtable-wrapper .pricingtable-features li i {
  color: var(--bs-primary);
  margin-right: 15px;
  font-size: 20px;
  position: relative;
  top: 2px;
}
.pricingtable-wrapper .pricingtable-features li.disable {
  opacity: 0.2;
}
.pricingtable-wrapper .pricingtable-features li.disable i {
  color: var(--bs-dark);
}
@media (max-width: 1199.98px) {
  .pricingtable-wrapper .pricingtable-features li {
    font-size: 15px;
    padding: 8px 20px;
  }
  .pricingtable-wrapper .pricingtable-features li i {
    margin-right: 10px;
    font-size: 16px;
    top: 4px;
  }
  .pricingtable-wrapper .btn-content {
    margin: 25px 20px 0;
  }
  .pricingtable-wrapper .pricingtable-main {
    padding: 30px;
    border-radius: 14px;
  }
}
@media (max-width: 1199.98px) {
  .pricingtable-wrapper .pricingtable-main {
    margin-bottom: 25px;
    height: 235px;
  }
}

.pricing-section .pricing-container {
  background-color: #fff;
  border-radius: 30px;
  padding: 45px 35px;
  margin-left: -35px;
  margin-right: -35px;
  margin-top: -80px;
  position: relative;
  z-index: 2;
  box-shadow: 0px 2px 1px rgba(41, 17, 0, 0.05), 0px 10px 20px rgba(41, 17, 0, 0.04);
}
.pricing-section .pricing-container::before, .pricing-section .pricing-container::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 30px;
  background-color: #fff;
  width: 100%;
  height: 100px;
  z-index: -1;
}
.pricing-section .pricing-container::before {
  opacity: 0.1;
  top: -20px;
  width: calc(100% - 200px);
  left: 100px;
}
.pricing-section .pricing-container::after {
  opacity: 0.3;
  top: -10px;
  width: calc(100% - 100px);
  left: 50px;
}
@media (max-width: 1199.98px) {
  .pricing-section .pricing-container {
    margin-top: -50px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 991.98px) {
  .pricing-section .pricing-container {
    padding: 45px 35px 10px;
  }
}
@media (max-width: 767.98px) {
  .pricing-section .pricing-container::before, .pricing-section .pricing-container::after {
    border-radius: 20px;
  }
  .pricing-section .pricing-container::before {
    width: calc(100% - 100px);
    left: 50px;
  }
  .pricing-section .pricing-container::after {
    width: calc(100% - 40px);
    left: 20px;
  }
}
@media (max-width: 575.98px) {
  .pricing-section .pricing-container {
    padding: 30px 10px 0;
    border-radius: 15px;
    margin-top: -20px;
  }
}

.toggle-tab-wrap {
  margin-bottom: 30px;
  justify-content: center;
  display: flex;
}

.toggle-tab-btn {
  padding: 4px;
  background: var(--bs-light-300);
  border-radius: 10px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  gap: 6px;
}
.toggle-tab-btn .tab-btn {
  font-size: 16px;
  color: var(--bs-dark-700);
  padding: 14px 18px;
  border-radius: 10px;
  font-weight: 600;
  line-height: 1.2;
  border: 0;
  background-color: transparent;
  outline: 0;
}
.toggle-tab-btn .tab-btn.active {
  background: #FFFFFF;
}
@media (max-width: 575.98px) {
  .toggle-tab-btn .tab-btn {
    font-size: 14px;
    padding: 10px 14px;
    border-radius: 6px;
  }
}

.brand-logo {
  text-align: center;
}
.brand-logo img {
  height: 50px;
  width: auto;
  margin: auto;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.7;
}
.brand-logo:hover img {
  opacity: 1;
}

@media only screen and (max-width: 576px) {
  .client-logo img {
    height: 70px;
  }
}
.clients-section-one {
  position: relative;
}
.clients-section-one .bg-pattern-one {
  position: absolute;
  right: 5%;
  bottom: 15%;
}
@media only screen and (max-width: 576px) {
  .clients-section-one .bg-pattern-one {
    width: 85px;
  }
}

.ld-divider {
  height: 1px;
  position: relative;
  margin: 30px 0;
}

.ld-divider.tb50 {
  margin: 50px 0;
}

.ld-divider.tb40 {
  margin: 40px 0;
}

.ld-divider.tb20 {
  margin: 20px 0;
}

.ld-divider.tb15 {
  margin: 15px 0;
}

.ld-divider.tb10 {
  margin: 10px 0;
}

.ld-divider.tb0 {
  margin: 0;
}

.ld-divider.divider-2px {
  height: 2px;
}

.ld-divider.divider-3px {
  height: 3px;
}

.ld-divider.divider-4px {
  height: 4px;
}

.ld-divider i {
  position: absolute;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  display: block;
  border-radius: 100%;
  transform: translateY(-50%);
}

.ld-divider.icon-left {
  margin-left: 40px;
}

.ld-divider.icon-left i {
  left: -40px;
}

.ld-divider.icon-right {
  margin-right: 40px;
}

.ld-divider.icon-right i {
  left: auto;
  right: -40px;
}

.ld-divider.icon-center i {
  left: 50%;
  margin-left: -5px;
}

.pagination {
  padding: 10px 0;
  display: flex;
  gap: 5px;
}
.pagination li {
  display: inline-block;
}
.pagination > li > a, .pagination > li > span {
  background-color: #FFFFFF;
  color: var(--bs-dark);
  padding: 8px 15px;
  font-weight: 500;
  font-size: 18px;
  border: 0;
  min-width: 46px;
  height: 46px;
  display: inline-block;
  text-align: center;
  box-shadow: 0px 2px 1px rgba(41, 17, 0, 0.05);
  border-radius: 12px !important;
  transition: all 0.25s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pagination > li > a:hover, .pagination > li > span:hover {
  background-color: var(--bs-primary-700);
  color: #fff;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  border-color: transparent;
}
.pagination i {
  font-size: 18px;
  display: flex;
}
.pagination li.active a {
  background-color: var(--bs-primary-700);
  color: #fff;
}

.ld-separator-outer {
  overflow: hidden;
}

.ld-separator {
  display: inline-block;
  height: 2px;
  width: 80px;
  margin-bottom: 10px;
  position: relative;
}

.ld-separator.sepimg,
.ld-separator.sepimg2 {
  background-image: url(../images/separator.png);
  height: 13px;
  background-repeat: no-repeat;
  background-position: center;
  width: 85px;
}

.ld-separator.sepimg2 {
  background-image: url(../images/separator-black.png);
}

.ld-separator.style-liner {
  width: 20px;
}

.ld-separator.style-icon {
  width: 30px;
  height: auto;
  text-align: center;
  font-size: 20px;
}

.ld-separator[class*=style-]:after,
.ld-separator[class*=style-]:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 40px;
  width: 70px;
  height: 2px;
  background: #eee;
  transform: translateY(-50%);
}

.ld-separator[class*=style-]:before {
  left: auto;
  right: 40px;
}

.ld-separator.bnr-title {
  height: 1px;
  width: 155px;
  opacity: 0.5;
}

.ld-separator.bnr-title:before {
  height: inherit;
  right: -80px;
  width: 25px;
}

.ld-separator.bnr-title:after {
  height: inherit;
  right: -90px;
  top: 0;
  width: 6px;
}

.ld-separator.bnr-title:before,
.ld-separator.bnr-title:after {
  position: absolute;
  content: "";
  background-color: inherit;
}

.ld-separator.bnr-title i {
  background-color: inherit;
  display: block;
  height: inherit;
  position: absolute;
  right: -50px;
  width: 45px;
}

.action-box {
  overflow: hidden;
  position: relative;
}

.ld-box:hover .ld-info-has,
.action-box:hover .ld-info-has {
  opacity: 1;
  width: 100%;
  margin-bottom: 0;
}

.ov-box.no-hover,
.ld-info-has.no-hover {
  opacity: 1;
  width: 100%;
  margin-bottom: 0;
  visibility: visible;
}

.ovbl-light,
.ovbl-middle,
.ovbl-dark,
.ovwh-light,
.ovwh-middle,
.ovwh-dark,
.ovpr-light,
.ovpr-middle,
.ovpr-dark,
.ovpr,
.ovprd-light,
.ovprd-middle,
.ovprd-dark,
.ovprd {
  position: relative;
}

.overlay-dotted:before,
.ovbl-light:after,
.ovbl-middle:after,
.ovbl-dark:after,
.ovwh-light:after,
.ovwh-middle:after,
.ovwh-dark:after,
.ovpr-light:after,
.ovpr-middle:after,
.ovpr-dark:after,
.ovpr:after,
.ovprd-light:after,
.ovprd-middle:after,
.ovprd-dark:after,
.ovprd:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.ovbl-light:after,
.ovbl-middle:after,
.ovbl-dark:after {
  background: var(--bs-dark);
}

.ovwh-light:after,
.ovwh-middle:after,
.ovwh-dark:after {
  background: var(--bs-primary-bg-subtle);
}

.ovbl-light:after {
  opacity: 0.3;
}

.ovbl-middle:after {
  opacity: 0.5;
}

.ovbl-dark:after {
  opacity: 0.8;
}

.overlay-gradient-light:after {
  opacity: 0.3;
}

.overlay-gradient-middle:after {
  opacity: 0.5;
}

.overlay-gradient-dark:after {
  opacity: 0.8;
}

.ovwh-light:after {
  opacity: 0.5;
}

.ovwh-middle:after {
  opacity: 0.7;
}

.ovwh-dark:after {
  opacity: 0.8;
}

.ovwh-dark.op95:after {
  opacity: 0.95;
}

.ovpr-light:after {
  opacity: 0.3;
}

.ovpr-middle:after {
  opacity: 0.5;
}

.ovpr-dark:after,
.ovpr:after {
  opacity: 0.7;
}

.ovprd-light:after {
  opacity: 0.3;
}

.ovprd-middle:after {
  opacity: 0.5;
}

.ovprd-dark:after,
.ovprd:after {
  opacity: 0.7;
}

.overlay-dotted .container-fluid, .overlay-dotted .container-sm, .overlay-dotted .container-md, .overlay-dotted .container-lg, .overlay-dotted .container-xl, .overlay-dotted .container-xxl,
.overlay-dotted .container,
.ovbl-light .container,
.ovbl-middle .container,
.ovbl-dark .container,
.ovwh-light .container,
.ovwh-middle .container,
.ovwh-dark .container,
.ovpr-light .container,
.ovpr-middle .container,
.ovpr-dark .container,
.ovpr .container,
.ovprd-light .container,
.ovprd-middle .container,
.ovprd-dark .container,
.ovprd .container,
.ovbl-light .container-fluid,
.ovbl-light .container-sm,
.ovbl-light .container-md,
.ovbl-light .container-lg,
.ovbl-light .container-xl,
.ovbl-light .container-xxl,
.ovbl-middle .container-fluid,
.ovbl-middle .container-sm,
.ovbl-middle .container-md,
.ovbl-middle .container-lg,
.ovbl-middle .container-xl,
.ovbl-middle .container-xxl,
.ovbl-dark .container-fluid,
.ovbl-dark .container-sm,
.ovbl-dark .container-md,
.ovbl-dark .container-lg,
.ovbl-dark .container-xl,
.ovbl-dark .container-xxl,
.ovwh-light .container-fluid,
.ovwh-light .container-sm,
.ovwh-light .container-md,
.ovwh-light .container-lg,
.ovwh-light .container-xl,
.ovwh-light .container-xxl,
.ovwh-middle .container-fluid,
.ovwh-middle .container-sm,
.ovwh-middle .container-md,
.ovwh-middle .container-lg,
.ovwh-middle .container-xl,
.ovwh-middle .container-xxl,
.ovwh-dark .container-fluid,
.ovwh-dark .container-sm,
.ovwh-dark .container-md,
.ovwh-dark .container-lg,
.ovwh-dark .container-xl,
.ovwh-dark .container-xxl,
.ovpr-light .container-fluid,
.ovpr-light .container-sm,
.ovpr-light .container-md,
.ovpr-light .container-lg,
.ovpr-light .container-xl,
.ovpr-light .container-xxl,
.ovpr-middle .container-fluid,
.ovpr-middle .container-sm,
.ovpr-middle .container-md,
.ovpr-middle .container-lg,
.ovpr-middle .container-xl,
.ovpr-middle .container-xxl,
.ovpr-dark .container-fluid,
.ovpr-dark .container-sm,
.ovpr-dark .container-md,
.ovpr-dark .container-lg,
.ovpr-dark .container-xl,
.ovpr-dark .container-xxl,
.ovpr .container-fluid,
.ovpr .container-sm,
.ovpr .container-md,
.ovpr .container-lg,
.ovpr .container-xl,
.ovpr .container-xxl,
.ovprd-light .container-fluid,
.ovprd-light .container-sm,
.ovprd-light .container-md,
.ovprd-light .container-lg,
.ovprd-light .container-xl,
.ovprd-light .container-xxl,
.ovprd-middle .container-fluid,
.ovprd-middle .container-sm,
.ovprd-middle .container-md,
.ovprd-middle .container-lg,
.ovprd-middle .container-xl,
.ovprd-middle .container-xxl,
.ovprd-dark .container-fluid,
.ovprd-dark .container-sm,
.ovprd-dark .container-md,
.ovprd-dark .container-lg,
.ovprd-dark .container-xl,
.ovprd-dark .container-xxl,
.ovprd .container-fluid,
.ovprd .container-sm,
.ovprd .container-md,
.ovprd .container-lg,
.ovprd .container-xl,
.ovprd .container-xxl {
  position: relative;
  z-index: 1;
}

/*use for box*/
.ov-box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}

.overlay-icon,
.ov-box .align-m {
  height: auto;
  left: 50%;
  list-style: outside none none;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 10px;
}

.ov-box .align-b {
  height: auto;
  left: 0;
  list-style: outside none none;
  margin: 0;
  position: absolute;
  top: auto;
  bottom: 0;
  width: 100%;
  transform: translate(0);
  -o-transform: translate(0);
  -moz-transform: translate(0);
  -webkit-transform: translate(0);
}

.overlay-icon a {
  display: inline-block;
  padding: 0;
  margin: 0 2px;
}

.overlay-icon a i {
  background-color: #FFF;
}

.ov-box:hover a > i,
.action-box:hover .ov-box a > i,
.ld-box-bx:hover .ov-box a > i {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease-in-out;
}

.ov-box:hover,
.action-box:hover .ov-box,
.ld-box:hover .ov-box,
.ow-img:hover .ov-box,
.ow-portfolio-img:hover .ov-box {
  opacity: 1;
  visibility: visible;
}

.media-ov1,
.media-ov2 {
  position: relative;
}

.media-ov1:before,
.media-ov1:after,
.media-ov2:before,
.media-ov2:after {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0.4;
  z-index: 1;
  transition: all 0.3s linear;
}

/*effect 1*/
.media-ov1:before {
  width: 100%;
  height: 100%;
  opacity: 0;
}

.media-ov1:hover:before,
.ld-box:hover .media-ov1:before {
  opacity: 0.5;
}

/*effect 7*/
.media-ov2:before,
.media-ov2:after {
  height: 100%;
}

.media-ov2:after {
  left: auto;
  right: 0;
}

.media-ov2:hover:before,
.media-ov2:hover:after,
.ld-box:hover .media-ov2:before,
.ld-box:hover .media-ov2:after {
  width: 50%;
}

.media-effect {
  position: relative;
  overflow: hidden;
  display: block;
  vertical-align: middle;
}

.media-effect img {
  display: block;
  margin: 0;
  width: 100%;
  height: auto;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
}

.media-effect.opacity img:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
}

.media-effect.zoom-slow img {
  transition: all 10s;
  -moz-transition: all 10s;
  -webkit-transition: all 10s;
  -o-transition: all 10s;
}

.media-effect.zoom-slow:hover img {
  transform: scale(1.2);
}

.list-circle,
.list-angle-right,
.list-arrow,
.list-check,
.list-checked,
.list-icon-box,
.list-chevron-circle,
.list-hand-point,
.list-cup,
.list-pen,
.list-heart,
.list-star {
  margin: 0 0 25px 0;
  padding: 0;
  list-style: none;
}

.list-circle li,
.list-angle-right li,
.list-arrow li,
.list-check li,
.list-checked li,
.list-icon-box li,
.list-chevron-circle li,
.list-hand-point li,
.list-cup li,
.list-pen li,
.list-heart li,
.list-star li {
  padding: 5px 5px 5px 30px;
  position: relative;
}

.right.list-circle li,
.right.list-angle-right li,
.right.list-arrow li,
.right.list-check li,
.right.list-checked li,
.right.list-icon-box li,
.right.list-chevron-circle li,
.right.list-hand-point li,
.right.list-cup li,
.right.list-pen li,
.right.list-heart li,
.right.list-star li {
  padding: 5px 30px 5px 5px;
  position: relative;
}

.list-circle li:before,
.list-angle-right li:before,
.list-arrow li:before,
.list-check li:before,
.list-checked li:before,
.list-icon-box li:before,
.list-chevron-circle li:before,
.list-hand-point li:before,
.list-cup li:before,
.list-pen li:before,
.list-heart li:before,
.list-star li:before {
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 5px;
  display: block;
  font-size: 15px;
  color: #777;
}

.right.list-circle li:before,
.right.list-angle-right li:before,
.right.list-arrow li:before,
.right.list-check li:before,
.right.list-checked li:before,
.right.list-icon-box li:before,
.right.list-chevron-circle li:before,
.right.list-hand-point li:before,
.right.list-cup li:before,
.right.list-pen li:before,
.right.list-heart li:before,
.right.list-star li:before {
  font-family: "FontAwesome";
  position: absolute;
  left: auto;
  right: 0;
  top: 5px;
  display: block;
  font-size: 15px;
  color: #777;
}

ul[class*=list-] {
  font-size: 15px;
}

.list-circle li:before {
  font-size: 16px;
}

.list-circle li:before {
  content: "\f00c";
}

.list-angle-right li:before {
  content: "\e628";
}

.list-arrow li:before {
  content: "\e661";
}

.list-check.right li:before,
.list-check li:before {
  content: "\f00c";
  color: var(--bs-primary);
}

.list-checked li:before {
  content: "\e64d";
  font-size: 15px;
}

.list-icon-box li:before {
  content: "\e6e8";
}

.list-chevron-circle li:before {
  content: "\e65d";
}

.list-hand-point li:before {
  content: "\e71b";
}

.list-star li:before {
  content: "\e60a";
}

.list-cup li:before {
  content: "\e641";
}

.list-pen li:before {
  content: "\e61c";
}

.list-heart li:before {
  content: "\e634";
}

/*listing before icon color css*/
.primary li:before {
  color: #EFBB20;
}

.secondry li:before {
  color: #77C04B;
}

.black li:before {
  color: #000;
}

.white li:before {
  color: #fff;
}

.orange li:before {
  color: #FF6600;
}

.green li:before {
  color: #00CC00;
}

.red li:before {
  color: #FF3737;
}

.no-margin {
  margin: 0 0 0 !important;
  list-style: none;
}

/*listing before numbers*/
.list-num-count {
  counter-reset: li;
  padding-left: 0;
}

.list-num-count > li {
  position: relative;
  margin: 0 0 6px 30px;
  padding: 4px 8px;
  list-style: none;
}

.list-num-count > li:before {
  content: counter(li, decimal);
  counter-increment: li;
  position: absolute;
  top: 0;
  left: -28px;
  width: 28px;
  height: 28px;
  padding: 5px;
  color: #fff;
  background: #EFBB20;
  font-weight: bold;
  text-align: center;
  font-size: 12px;
  border-radius: 100px;
}

.list-num-count.lower-alpha > li:before {
  content: counter(li, lower-alpha);
}

.list-num-count.upper-alpha > li:before {
  content: counter(li, upper-alpha);
}

.list-num-count.upper-roman > li:before {
  content: counter(li, upper-roman);
}

.list-num-count.no-round > li:before {
  background-color: rgba(0, 0, 0, 0);
  color: #333333;
  font-size: 15px;
  font-weight: normal;
  height: auto;
  left: -30px;
  margin: 0;
  width: auto;
}

.service-list-circle {
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-list-circle li {
  padding: 20px 15px 20px 40px;
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
  background: #fff;
  margin-bottom: 24px;
  border-radius: 10px;
  margin-left: 25px;
  color: #666;
  position: relative;
}

.service-list-circle li .icon i {
  color: #fff;
}

.service-list-circle li .icon svg {
  fill: #fff;
  width: 35px;
}

.service-list-circle li .icon {
  width: 50px;
  height: 50px;
  background: var(--bs-primary);
  border-radius: 50%;
  text-align: center;
  color: #fff;
  left: -25px;
  top: 20px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  display: block;
  position: absolute;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-list-circle li:hover .icon {
  background: var(--bs-dark);
}

ul[class*=list-].fs18 {
  font-size: 18px;
}

ul[class*=list-].fs16 {
  font-size: 16px;
}

.list-check.style-2 li {
  padding: 5px 5px 5px 45px;
}

.list-check.style-2 li:before {
  background-image: url('data:image/svg+xml,<svg width="45" height="45" viewBox="0 0 45 45" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22.5 0L27.1587 5.11333L33.75 3.01443L35.2279 9.77208L41.9856 11.25L39.8867 17.8413L45 22.5L39.8867 27.1587L41.9856 33.75L35.2279 35.2279L33.75 41.9856L27.1587 39.8867L22.5 45L17.8413 39.8867L11.25 41.9856L9.77208 35.2279L3.01443 33.75L5.11333 27.1587L0 22.5L5.11333 17.8413L3.01443 11.25L9.77208 9.77208L11.25 3.01443L17.8413 5.11333L22.5 0Z" fill="%23B6554F"/></svg>');
  background-size: cover;
  width: 30px;
  height: 30px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
}

.list-circle li {
  display: block;
  position: relative;
  padding: 5px 5px 5px 30px;
  font-size: 16px;
}

.list-circle li:before {
  content: "\f10c";
}

.list-style1 {
  padding: 0;
}
.list-style1 li {
  position: relative;
  font-size: 20px;
  font-weight: 400;
  list-style: none;
  margin-bottom: 10px;
  padding-left: 30px;
}
.list-style1 li::after {
  content: "";
  background-image: url("data:image/svg+xml;utf8,<svg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M0 10.3883C0.294381 10.3509 0.505375 10.3017 0.71737 10.3005C3.46124 10.2863 5.60128 9.55648 7.33842 8.35709C8.78622 7.3563 9.78189 6.23457 10.1446 4.91067C10.5374 3.48005 11.0559 2.06247 11.5281 0.639555C11.5703 0.511493 11.6105 0.360307 11.7481 0.271967C11.942 0.148055 12.2434 -0.0143946 12.4675 0.00102031C12.6805 0.0158423 12.9497 0.222165 13.0191 0.372163C13.1215 0.595087 13.0552 0.842912 13.0824 1.07888C13.2491 2.49824 13.2863 3.92827 13.6259 5.33339C14.0991 7.29227 15.7529 8.8889 18.4747 10.0788C18.8695 10.2513 19.2824 10.4251 19.5889 10.6456C19.819 10.811 20.0641 11.0802 19.9848 11.2521C19.9084 11.4199 19.4563 11.5604 19.1197 11.6482C18.2275 11.8806 17.258 12.0223 16.413 12.2992C13.7113 13.1831 12.7006 14.7418 12.0555 16.3871C11.7049 17.2805 11.6346 18.2125 11.4366 19.1268C11.3583 19.4872 11.4176 19.9094 10.5816 19.993C10.0542 20.0457 9.82509 19.8044 9.66635 19.1778C9.38804 18.0827 9.18809 16.9758 8.76009 15.9003C8.42652 15.0614 7.91313 14.2296 7.27212 13.4541C6.07149 12.0003 4.08918 11.1324 1.27297 11.047C0.593784 11.0274 0.0120566 10.9936 0 10.3883ZM16.8289 11.009C16.0674 10.4772 15.3289 10.0183 14.706 9.51024C14.0539 8.97842 13.4471 8.41875 12.9397 7.83535C12.4685 7.29405 12.155 6.70532 11.6587 5.96896C10.2431 7.91657 8.29089 9.38929 5.70577 10.4162C6.76473 11.1158 7.90206 11.7258 8.73396 12.4563C9.5518 13.1736 10.0582 14.0138 10.7514 14.861C13.1045 12.097 13.4913 12.0934 16.8289 11.009Z' fill='%23F4D501'/></svg>");
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  top: 7px;
  transition: transform 0.25s ease;
  background-size: 100%;
}
.list-style1 li:hover::after {
  transform: scale(1.25);
}
@media (max-width: 1479.98px) {
  .list-style1 li {
    font-size: 18px;
  }
}
@media (max-width: 991.98px) {
  .list-style1 li {
    font-size: 16px;
  }
  .list-style1 li::after {
    width: 16px;
    height: 16px;
    top: 5px;
  }
}

.list-style2 {
  margin: 0;
  list-style: none;
  padding: 0;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.list-style2 li {
  background-color: var(--bs-secondary);
  padding: 13px 25px 13px 50px;
  font-size: 16px;
  color: var(--bs-dark);
  font-weight: 500;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  line-height: 1.5;
}
.list-style2 li::before {
  content: "";
  background-image: url(../images/check.svg);
  position: absolute;
  left: 20px;
  width: 20px;
  height: 20px;
  top: 50%;
  transition: transform 0.25s ease;
  background-size: 100%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  .list-style2 li {
    padding: 10px 20px 10px 45px;
    font-size: 14px;
  }
  .list-style2 li::before {
    left: 20px;
    width: 16px;
    height: 16px;
  }
}

.team-member.style1 {
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  z-index: 1;
}
.team-member.style1 .team-media img {
  transition: all 0.25s;
  width: 100%;
}
.team-member.style1 .team-info {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
  width: 100%;
  border-radius: 30px;
  padding: 15px 20px;
  background: conic-gradient(from 168.69deg at 75% 66.07%, #000000 0deg, #222222 360deg);
}
.team-member.style1 .team-info .member-name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 1.1;
  color: #fff;
}
.team-member.style1 .team-info .member-name a {
  color: #fff;
}
.team-member.style1 .team-info span {
  color: var(--bs-secondary);
  font-size: 15px;
}
.team-member.style1:hover .team-media img {
  transform: scale(1.05);
}

.social-link {
  padding: 0;
  margin-left: 0;
  display: flex;
  gap: 5px;
}
.social-link li {
  display: inline-block;
}
.social-link li a {
  font-size: 18px;
  align-items: center;
  padding: 0px;
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 30px;
  display: block;
  text-align: center;
  line-height: 45px;
  color: #fff;
  transition: all 0.25s;
}
.social-link.light li a {
  background: var(--bs-dark-100);
  color: var(--bs-dark-900);
}
.social-link.light li a:hover {
  background: var(--bs-primary-700);
  color: #fff;
}

.social-link-1 {
  gap: 30px;
}

.categories-card {
  background-color: transparent;
  width: 100%;
  height: 100%;
  perspective: 1000px;
  margin-bottom: 24px;
}
.categories-card p {
  margin: 0;
  font-weight: 500;
  font-size: 15px;
  transition: all 0.5s;
}
.categories-card .card-icon {
  margin-bottom: 20px;
  width: 60px;
  height: 60px;
}
.categories-card .categorie-title {
  font-size: 18px;
  line-height: 1.3;
}
.categories-card .categories-card-front {
  background-color: var(--bs-light);
  padding: 24px 30px;
  border-radius: 20px;
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.categories-card .categories-card-front p {
  color: var(--bs-primary);
}
.categories-card .categories-card-back {
  background: conic-gradient(from 146.11deg at 75.87% 84.93%, #1D7D57 0deg, #24AA75 209.02deg, #29CA8A 360deg);
  padding: 24px 30px;
  border-radius: 20px;
  min-height: 210px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: rotateY(180deg);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.categories-card .categories-card-back .categorie-title {
  color: #fff;
}
.categories-card .categories-card-back p {
  color: var(--bs-secondary);
}
.categories-card .categories-card-inner {
  position: relative;
  text-align: center;
  transition: transform 0.5s;
  transform-style: preserve-3d;
}
.categories-card:hover .categories-card-inner {
  transform: rotateY(180deg);
}
@media only screen and (max-width: 1480px) {
  .categories-card .categorie-title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 591px) {
  .categories-card .categories-card-front {
    padding: 20px 15px;
    min-height: 185px;
  }
  .categories-card .categories-card-back {
    padding: 20px 15px;
    min-height: 185px;
  }
  .categories-card .categorie-title {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .categories-card p {
    font-size: 14px;
  }
  .categories-card .card-icon {
    margin-bottom: 15px;
    width: 50px;
    height: 50px;
  }
}

#cursor {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  pointer-events: none;
  will-change: transform;
  mix-blend-mode: difference;
}

@media (hover: hover) and (pointer: fine) {
  .cursorCircle {
    width: 10px;
    height: 10px;
    margin-top: -5px;
    margin-left: -5px;
    border-radius: 50%;
    background-color: var(--bs-primary);
    transition: all 0.3s ease;
  }
}
.marquee-one {
  position: relative;
  padding: 8px 0;
}
.marquee-one span {
  position: relative;
  display: flex;
  align-items: center;
  white-space: nowrap;
  word-break: keep-all;
  font-family: "Instrument Serif";
  font-size: 40px;
  color: var(--bs-black);
}
.marquee-one span img {
  height: 38px;
  width: 38px;
  min-width: 38px;
  display: block;
  margin-left: 30px;
  margin-right: 30px;
  animation: marqueeStarRotate 10s linear infinite;
}
@media (max-width: 1199.98px) {
  .marquee-one span {
    font-size: 30px;
  }
  .marquee-one span img {
    height: 28px;
    width: 28px;
    min-width: 28px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 1199.98px) {
  .marquee-one span {
    font-size: 24px;
  }
  .marquee-one span img {
    height: 20px;
    width: 20px;
    min-width: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@keyframes marqueeStarRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.marquee-one .swiper-wrapper {
  transition-timing-function: linear;
}
.marquee-one .swiper-slide {
  width: auto;
}

.course-card {
  background: #FFFFFF;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 2px 1px rgba(41, 17, 0, 0.05), 0px 10px 20px rgba(41, 17, 0, 0.04);
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}
.course-card.course-card-border {
  border: 1px solid #DADFE4;
  box-shadow: none;
}
.course-card .course-title {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.course-card .course-media {
  height: 190px;
  position: relative;
  z-index: 1;
}
.course-card .course-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.course-card .course-media .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.course-card .course-content {
  padding: 20px 25px;
}
.course-card .rating-wrap {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
}
.course-card .rating-wrap i {
  color: #FFB630;
}
.course-card .course-price {
  font-size: 20px;
  font-weight: 700;
  color: var(--bs-primary);
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.course-card .course-price del {
  color: var(--bs-dark-500);
  font-weight: 500;
  font-size: 16px;
}
.course-card > .course-footer {
  padding: 18px 25px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
  color: var(--bs-dark);
  font-weight: 500;
}
.course-card > .course-footer i {
  color: var(--bs-primary);
  font-size: 18px;
  line-height: 1.2;
}
.course-card > .course-footer .meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
}
.course-card .course-hover {
  position: absolute;
  bottom: -200px;
  left: 0;
  width: 100%;
  height: 100%;
  background: conic-gradient(from 146.11deg at 75.87% 84.93%, var(--bs-primary-900) 0deg, var(--bs-primary-800) 209.02deg, var(--bs-primary-700) 360deg);
  transition: all 0.25s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  opacity: 0;
  z-index: 1;
}
.course-card .course-hover.bg-primary {
  background: var(--bs-primary);
}
.course-card .course-hover .course-title a {
  color: #fff;
}
.course-card .course-hover .rating-wrap {
  margin-bottom: 15px;
}
.course-card .course-hover p {
  color: #fff;
  opacity: 0.7;
  font-size: 16px;
}
.course-card .course-hover .course-price {
  color: var(--bs-secondary-700);
  margin: 25px 15px;
}
.course-card .course-hover .course-price del {
  color: rgba(255, 255, 255, 0.5);
}
.course-card .course-hover .course-footer {
  padding: 10px;
}
.course-card:hover .course-hover {
  bottom: 0;
  opacity: 1;
}

.course-card-list {
  display: flex;
  padding: 10px;
}
.course-card-list .course-media {
  height: 280px;
  border-radius: 20px;
  overflow: hidden;
  width: 425px;
  min-width: 425px;
}
.course-card-list .course-list-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 15px 30px 5px;
}
.course-card-list .course-content {
  padding: 0 0 10px;
}
.course-card-list .course-price {
  margin-top: 15px;
}
.course-card-list .course-footer {
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
  color: var(--bs-dark);
  font-weight: 500;
}
.course-card-list .course-footer i {
  color: var(--bs-primary);
  font-size: 18px;
  line-height: 1.2;
}
.course-card-list .course-footer .meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
}
@media (max-width: 1199.98px) {
  .course-card-list .course-media {
    height: 200px;
    border-radius: 15px;
    width: 265px;
    min-width: 265px;
  }
  .course-card-list .course-list-content {
    padding: 10px 20px 0;
  }
  .course-card-list .course-content p {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .course-card-list {
    flex-direction: column;
  }
  .course-card-list .course-list-content {
    padding: 15px 10px 0;
  }
  .course-card-list .course-media {
    height: 100%;
    width: 100%;
    min-width: 100%;
  }
}

.course-card-video {
  background: #FFFFFF;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 2px 1px rgba(41, 17, 0, 0.05), 0px 10px 20px rgba(41, 17, 0, 0.04);
  position: relative;
  z-index: 1;
  transition: all 0.5s;
  display: flex;
  gap: 10px;
  padding: 10px;
}
@media (max-width: 767.98px) {
  .course-card-video {
    flex-direction: column;
  }
}

.course-card-lg {
  box-shadow: none;
  border-radius: 0;
}
.course-card-lg .course-media {
  border-radius: 20px;
  overflow: hidden;
  height: auto;
}
.course-card-lg .course-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.course-card-lg .course-media .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.course-card-lg .course-content {
  padding: 20px 25px 10px;
}

.video-list-bx {
  background: #fff;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  max-width: 330px;
}
@media (max-width: 767.98px) {
  .video-list-bx {
    max-width: 100%;
    width: 100%;
  }
}
.video-list-bx .video-list-head {
  padding: 15px;
  color: var(--bs-dark-900);
  font-weight: 700;
  font-size: 15px;
}
.video-list-bx .video-list-head span {
  float: right;
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.video-list-bx .video-list-head i {
  color: var(--bs-primary-900);
  font-size: 18px;
}
.video-list-bx .video-list {
  overflow-y: scroll;
  height: 480px;
}
.video-list-bx .video-list::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1479.98px) {
  .video-list-bx .video-list {
    height: 420px;
  }
}
@media (max-width: 1199.98px) {
  .video-list-bx .video-list {
    height: 360px;
  }
}
.video-list-bx .video-list .video-list-post {
  padding: 10px 15px;
  display: flex;
  gap: 10px;
  align-items: center;
  transition: all 0.25s;
  overflow: hidden;
}
.video-list-bx .video-list .video-list-post .ld-post-media {
  width: 100px;
  min-width: 100px;
  height: 70px;
  overflow: hidden;
}
.video-list-bx .video-list .video-list-post .ld-post-media img {
  height: 100%;
  border-radius: 10px;
}
.video-list-bx .video-list .video-list-post .post-title {
  font-size: 13px;
  font-weight: 500;
}
.video-list-bx .video-list .video-list-post p {
  font-size: 12px;
  margin-bottom: 0;
}
.video-list-bx .video-list .video-list-post .number {
  font-weight: 500;
}
.video-list-bx .video-list .video-list-post:hover {
  background: var(--bs-dark-100);
}

.cta-section {
  overflow: hidden;
}
.cta-section .heading-bx {
  margin-bottom: 38px;
}
.cta-section .heading-bx p {
  max-width: 650px;
  font-weight: 500;
  color: var(--bs-gray);
}
@media (max-width: 575.98px) {
  .cta-section .heading-bx {
    margin-bottom: 25px;
  }
}

.split-media {
  overflow: hidden;
  border-radius: 20px;
  opacity: 0;
  position: relative;
}
.split-media img {
  width: 100%;
}
.split-media > div {
  opacity: 0;
  transition: 0s 0.8s;
}
.split-media::before, .split-media::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.split-media::before {
  background-color: var(--bs-secondary-500);
  z-index: 1;
  transform: translateX(-101%);
}
.split-media::after {
  background-color: var(--bs-primary-700);
  z-index: 2;
  transform: translateX(-101%);
}
.split-media.split-active, .split-media.split-active > div {
  opacity: 1;
}
.split-media.split-active:after {
  animation: split-box-animation 1.2s 0.2s cubic-bezier(1, 0, 0.54, 0.99) forwards;
}
.split-media.split-active:before {
  animation: split-box-animation 1.5s cubic-bezier(0.86, 0, 0.07, 1) forwards;
}
@keyframes split-box-animation {
  0% {
    transform: translateX(-101%);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(101%);
  }
}
.blog-post {
  padding: 5px;
  transition: all 0.25s;
  background: #FFFFFF;
  box-shadow: 0px 10px 20px rgba(0, 28, 97, 0.05);
  border-radius: 20px;
}
.blog-post .ld-post-title {
  font-size: 24px;
  font-weight: 700;
}
.blog-post p {
  font-size: 16px;
  font-weight: 500;
}
.blog-post p:last-child {
  margin-bottom: 0;
}
.blog-post .ld-post-info {
  padding: 30px 28px;
}
.blog-post .ld-post-meta {
  margin: 0;
  padding: 0;
}
.blog-post .ld-post-meta li {
  display: inline-flex;
  font-size: 15px;
  align-items: center;
  font-weight: 500;
  margin-right: 15px;
  line-height: 1.25;
}
.blog-post .ld-post-meta li i {
  color: var(--bs-primary-500);
  font-size: 18px;
  margin-right: 5px;
}
.blog-post .ld-post-meta li a {
  color: var(--bs-body-color);
}
.blog-post .ld-post-header {
  padding-bottom: 30px;
}
.blog-post .ld-post-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 25px 0 0;
  margin-bottom: -10px;
}
.blog-post .ld-post-media {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  transition: all 0.25s;
  z-index: 1;
}
.blog-post .ld-post-media img {
  transition: all 0.25s;
}
.blog-post .ld-post-media .post-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.8) rotate(-10deg);
  z-index: 1;
  transition: all 0.25s;
  opacity: 0;
}
.blog-post .ld-post-media .post-btn i {
  background-color: var(--bs-secondary);
  transition: all 0.5s;
  width: 60px;
  height: 60px;
  text-align: center;
  align-items: center;
  line-height: 60px;
  display: block;
  border-radius: 50px;
  font-size: 24px;
  color: var(--bs-dark);
}
.blog-post .ld-post-media::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--bs-primary);
  opacity: 0;
  transition: all 0.25s;
}
.blog-post:hover {
  transform: translateY(-5px);
}
.blog-post:hover .ld-post-media .post-btn {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1) rotate(0deg);
}
.blog-post:hover .ld-post-media img {
  transform: scale(1.05);
}
.blog-post:hover .ld-post-media::after {
  opacity: 0.8;
}
@media (max-width: 1479.98px) {
  .blog-post .ld-post-info {
    padding: 20px;
  }
  .blog-post .ld-post-title {
    font-size: 20px;
  }
  .blog-post .ld-post-footer {
    padding: 18px 0 0;
    margin-bottom: -5px;
  }
  .blog-post p {
    font-size: 15px;
  }
  .blog-post .ld-post-header {
    padding-bottom: 24px;
  }
}

.blog-post.style2 .ld-post-title {
  font-family: "Instrument Serif";
  font-weight: 500;
  line-height: 1.3;
  font-size: 28px;
}
.blog-post.style2 .post-content .post-info p {
  font-weight: 500;
}

.post-container {
  max-width: 840px;
}
.post-container .post-inner {
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 30px;
}
@media (max-width: 767.98px) {
  .post-container .post-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 575.98px) {
  .post-container .post-inner {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
}

.post-details {
  --post-text-size: 20px;
  --post-font-weight: 400;
  margin-bottom: 50px;
}
@media (max-width: 991.98px) {
  .post-details {
    --post-text-size: 18px;
  }
}
@media (max-width: 575.98px) {
  .post-details {
    --post-text-size: 16px;
    margin-bottom: 35px;
  }
}
.post-details h2, .post-details .h2, .post-details h3, .post-details .h3, .post-details h4, .post-details .h4, .post-details h5, .post-details .h5, .post-details h6, .post-details .h6 {
  margin-top: 1.5rem;
  font-weight: 700;
}
@media (max-width: 575.98px) {
  .post-details h2, .post-details .h2, .post-details h3, .post-details .h3, .post-details h4, .post-details .h4, .post-details h5, .post-details .h5, .post-details h6, .post-details .h6 {
    margin-top: 1rem;
  }
}
.post-details h1, .post-details .h1 {
  font-size: 36px;
}
.post-details h2, .post-details .h2 {
  font-size: 30px;
}
.post-details h3, .post-details .h3 {
  font-size: 24px;
}
.post-details h4, .post-details .h4 {
  font-size: 20px;
}
.post-details h5, .post-details .h5 {
  font-size: 18px;
}
.post-details h6, .post-details .h6 {
  font-size: 16px;
}
.post-details .post-title {
  font-size: 50px;
  font-family: "Instrument Serif";
  font-weight: 500;
}
@media (max-width: 1479.98px) {
  .post-details .post-title {
    font-size: 42px;
  }
}
@media (max-width: 767.98px) {
  .post-details .post-title {
    font-size: 36px;
  }
}
@media (max-width: 575.98px) {
  .post-details .post-title {
    font-size: 30px;
  }
}
.post-details .post-image {
  position: relative;
  border-radius: var(--bs-border-radius-lg);
  overflow: hidden;
  width: 100%;
  margin-bottom: 2rem;
}
.post-details .post-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 575.98px) {
  .post-details .post-image {
    margin-bottom: 1.5rem;
  }
}
.post-details .post-meta {
  padding: 15px 0 20px;
  border-top: 1px solid var(--bs-border-color);
}
@media (max-width: 767.98px) {
  .post-details .post-meta {
    padding: 15px 0;
  }
}
.post-details .post-meta ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  gap: 10px 0;
}
.post-details .post-meta ul li {
  display: inline-block;
  position: relative;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 600;
}
.post-details .post-meta ul li:not(:last-child)::after {
  content: "";
  height: 3px;
  width: 3px;
  border-radius: 50px;
  background-color: var(--bs-body-color);
  display: inline-block;
  margin: 0 10px;
  transform: translateY(-3px);
}
.post-details .post-meta ul li a {
  color: inherit;
  display: inline-block;
}
.post-details .post-meta ul li a:hover {
  color: var(--bs-primary);
}
.post-details .post-meta ul li.post-comments:last-child {
  margin-left: auto;
}
.post-details .post-meta ul li:nth-last-child(2):has(+ li.post-comments)::after {
  content: none;
}
.post-details .post-meta ul .post-category {
  font-weight: 700;
}
.post-details .post-meta ul .post-category a {
  color: inherit !important;
}
.post-details .post-meta ul .post-sports {
  color: #4766D3;
}
.post-details .post-meta ul .post-politics {
  color: #F89C1B;
}
.post-details .post-meta ul .post-lifestyles {
  color: #7059FF;
}
.post-details .post-meta ul .post-health {
  color: #4766D3;
}
.post-details .post-meta ul .post-business {
  color: #3E9E4A;
}
.post-details .post-meta ul .post-education {
  color: #22B6E4;
}
.post-details .post-meta ul .post-travel {
  color: #9D46F3;
}
.post-details .post-meta ul .post-science {
  color: #0F86F5;
}
.post-details .post-meta ul .badge-category {
  color: #000;
}
.post-details .post-meta ul .badge-category a {
  padding: 3px 5px;
  border-radius: 4px;
  background-color: var(--bs-secondary-500);
}
.post-details p {
  color: var(--bs-dark);
  font-weight: var(--post-font-weight);
  line-height: 1.7;
  font-size: var(--post-text-size);
}
.post-details .post-inner a {
  box-shadow: inset 0 -2px 0px var(--bs-primary-700);
  font-weight: 500;
}
.post-details .post-inner ul {
  margin-bottom: 20px;
}
.post-details .post-inner ul li {
  color: var(--bs-dark);
  font-size: calc(var(--post-text-size) - 2px);
  line-height: 1.6;
  font-weight: var(--post-font-weight);
  padding: 8px 0;
}
.post-details blockquote {
  margin: 25px 0;
}
.post-details .post-footer {
  border-top: 1px solid var(--bs-border-color);
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 575.98px) {
  .post-details .post-footer {
    padding: 12px 0;
  }
}
.post-details .post-footer .post-tags {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.post-details .post-footer .post-tags strong {
  font-size: 14px;
  font-weight: 700;
}
.post-details .post-footer .post-tags a {
  padding: 5px 10px;
  color: var(--bs-heading-color);
  font-size: 13px;
  line-height: 1.539;
  background-color: var(--bs-light-300);
  border-radius: var(--bs-border-radius);
  font-weight: 600;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.post-details .post-footer .post-tags a:hover {
  color: #fff;
  background-color: var(--bs-primary);
}
@media (max-width: 575.98px) {
  .post-details .post-footer .post-tags {
    gap: 8px;
  }
  .post-details .post-footer .post-tags strong {
    font-size: 12px;
  }
  .post-details .post-footer .post-tags a {
    padding: 5px 8px;
    font-size: 11px;
  }
}
.post-details .social-sticky {
  float: left;
  margin-left: -80px;
}
@media (max-width: 1199.98px) {
  .post-details .social-sticky {
    margin-left: -60px;
  }
}
@media (max-width: 991.98px) {
  .post-details .social-sticky {
    margin-left: -10px;
  }
}
@media (max-width: 767.98px) {
  .post-details .social-sticky {
    margin-left: 0;
    float: unset;
    position: unset;
  }
}

.wp-block-gallery {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.wp-block-gallery img {
  width: 100%;
  border-radius: var(--bs-border-radius);
}

.wp-block-gallery.alignwide {
  margin-left: -60px;
  margin-right: -60px;
}
@media (max-width: 575.98px) {
  .wp-block-gallery.alignwide {
    margin-left: -15px;
    margin-right: -15px;
  }
}

figure figcaption {
  margin-top: 10px;
  color: var(--bs-text-muted);
  font-size: 12px;
}

.wp-block-gallery.alignfull,
.wp-block-cover.alignfull {
  margin-left: calc(50% - 50vw + 15px);
  margin-right: calc(50% - 50vw - 15px);
  max-width: calc(100vw - 30px);
  width: calc(100vw - 30px);
  margin-bottom: 30px;
}

.wp-block-gallery {
  margin-left: -10px;
  margin-right: -10px;
}
.wp-block-gallery .wp-block-image {
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  flex-grow: 1;
}

.wp-block-gallery.wp-block-gallery-2 .wp-block-image {
  width: 50%;
}
.wp-block-gallery.wp-block-gallery-3 .wp-block-image {
  width: 33.33%;
}
.wp-block-gallery.wp-block-gallery-4 .wp-block-image {
  width: 25%;
}
.wp-block-gallery.wp-block-gallery-5 .wp-block-image {
  width: 20%;
}
.wp-block-gallery.wp-block-gallery-6 .wp-block-image {
  width: 16.66667%;
}
.wp-block-gallery.wp-block-gallery-7 .wp-block-image {
  width: 14.28571%;
}
.wp-block-gallery.wp-block-gallery-8 .wp-block-image {
  width: 12.5%;
}

.with-sidebar .alignfull {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  max-width: 100%;
}

.post-overlay.post-details {
  height: 650px;
  position: relative;
  z-index: 1;
  --bs-heading-color: #ffffff;
}
.post-overlay.post-details .breadcrumb .breadcrumb-item a {
  color: #fff;
}
.post-overlay.post-details .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}
.post-overlay.post-details .breadcrumb-item.active, .post-overlay.post-details .breadcrumb-item {
  color: rgba(255, 255, 255, 0.5);
}
.post-overlay.post-details::after {
  content: "";
  height: 100%;
  width: 100%;
  background-color: #111622;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.post-overlay.post-details .post-title a,
.post-overlay.post-details .post-meta {
  color: #fff;
}
.post-overlay.post-details .post-meta {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.post-overlay.post-details .post-meta li:not(:last-child)::after {
  background-color: #fff;
}
@media (max-width: 1199.98px) {
  .post-overlay.post-details {
    height: 500px;
  }
}

.post-fullwide {
  position: relative;
}
.post-fullwide .post-meta ul li a:hover {
  color: rgba(255, 255, 225, 0.7);
}
.post-fullwide .breadcrumb .breadcrumb-item a {
  color: #fff;
}
.post-fullwide .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}
.post-fullwide .breadcrumb-item.active {
  color: rgba(255, 255, 255, 0.5);
}
.post-fullwide .post-title {
  --bs-heading-color: #ffffff;
}
.post-fullwide .post-details > p {
  color: #fff;
}
.post-fullwide .post-meta {
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.post-fullwide .post-meta ul li:not(:last-child)::after {
  background-color: #fff;
}
.post-fullwide .post-image {
  max-width: 1300px;
  width: 1300px;
  margin-left: calc((100% - 1300px) / 2);
}
@media (max-width: 1479.98px) {
  .post-fullwide .post-image {
    max-width: 1140px;
    width: 1140px;
    margin-left: calc((100% - 1140px) / 2);
  }
}
@media (max-width: 1199.98px) {
  .post-fullwide .post-image {
    max-width: 960px;
    width: 960px;
    margin-left: calc((100% - 960px) / 2);
  }
}
@media (max-width: 991.98px) {
  .post-fullwide .post-image {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
  }
}

.post-fullwide-banner {
  height: 580px;
  background-image: none;
}
@media (max-width: 1199.98px) {
  .post-fullwide-banner {
    height: 540px;
  }
}
@media (max-width: 767.98px) {
  .post-fullwide-banner {
    height: 450px;
  }
}
@media (max-width: 575.98px) {
  .post-fullwide-banner {
    height: 350px;
  }
}

:has(.post-fullwide-banner) .post-fullwide {
  padding-top: 0;
}
:has(.post-fullwide-banner) .post-fullwide .post-container {
  margin-top: -480px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767.98px) {
  :has(.post-fullwide-banner) .post-fullwide .post-container {
    margin-top: -400px;
  }
}
@media (max-width: 575.98px) {
  :has(.post-fullwide-banner) .post-fullwide .post-container {
    margin-top: -300px;
  }
}

.post-items-wrapper {
  --post-spacing: 30px;
  border-left: 1px solid var(--bs-border-color);
  border-right: 1px solid var(--bs-border-color);
}
@media (max-width: 767.98px) {
  .post-items-wrapper {
    --post-spacing: 15px;
  }
}
@media (max-width: 575.98px) {
  .post-items-wrapper {
    border-left: 0;
    border-right: 0;
  }
}
.post-items-wrapper .post-details {
  margin: 0 var(--post-spacing) 20px;
}
.post-items-wrapper .post-details .post-image {
  margin-left: calc(-1 * var(--post-spacing));
  margin-right: calc(-1 * var(--post-spacing));
  width: auto;
  border-radius: 0;
}
.post-items-wrapper .post-details .post-inner {
  padding: 0;
}
.post-items-wrapper .post-comment-wrapper {
  margin: var(--post-spacing);
}
.post-items-wrapper .post-comment-wrapper .comments-form-wrapper {
  margin-bottom: 0;
}
.post-items-wrapper .page-breadcrumb {
  margin: 0 var(--post-spacing);
}
.post-items-wrapper .wp-block-gallery.alignwide {
  margin-left: calc(-1 * var(--post-spacing));
  margin-right: calc(-1 * var(--post-spacing));
}
.post-items-wrapper .post-pagination,
.post-items-wrapper .wp-block-gallery img {
  border-radius: 0;
}
@media (max-width: 767.98px) {
  .post-items-wrapper .post-item-list {
    padding: 15px 15px;
  }
}

.post-split {
  margin-bottom: 85px;
}
.post-split .post-image {
  margin-left: 40px;
  width: auto;
  margin-bottom: -25px;
}
.post-split .post-meta {
  margin-top: 85px;
}
.post-split.sticky-active {
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1199.98px) {
  .post-split .post-meta {
    margin-top: 25px;
  }
}
@media (max-width: 991.98px) {
  .post-split {
    margin-bottom: 55px;
  }
  .post-split .post-image {
    margin-left: 0;
  }
}

.sticky-top-fixed {
  transition: all 0.5s;
}
.sticky-top-fixed.sticky-active {
  position: fixed;
}

.sticky-top-fixed .post-split-text:has(.sticky-active) {
  opacity: 0;
  visibility: hidden;
}

.post-split-text:not(.sticky-active) .sticky-top-static {
  opacity: 0;
  visibility: hidden;
}

.side-bar-bx {
  background: #FFFFFF;
  box-shadow: 0px 2px 1px rgba(41, 17, 0, 0.05), 0px 10px 20px rgba(41, 17, 0, 0.04);
  border-radius: 20px;
  padding: 30px;
}
@media (max-width: 575.98px) {
  .side-bar-bx {
    padding: 15px;
  }
}
.side-bar-bx.side-right {
  margin-left: 30px;
}
@media (max-width: 991.98px) {
  .side-bar-bx.side-right {
    margin-left: 0;
  }
}

.comments-form-wrapper {
  background: #FFFFFF;
  padding: 50px;
  border-radius: 20px;
  margin-bottom: 50px;
  box-shadow: 0px 2px 1px rgba(41, 17, 0, 0.05), 0px 10px 20px rgba(41, 17, 0, 0.04);
}
.comments-form-wrapper .comments-form-header {
  margin-bottom: 25px;
}
.comments-form-wrapper .comments-form-header .widget-title {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 0;
}
.comments-form-wrapper .comments-form-header p {
  font-size: 15px;
  font-weight: 500;
}
.comments-form-wrapper .form-check {
  padding-left: 30px;
}
.comments-form-wrapper .form-check-input {
  width: 24px;
  height: 24px;
  background-size: 16px;
  margin-top: 1px;
  margin-right: 6px;
  border: 0;
  margin-left: -30px;
  --bs-form-check-bg: var(--bs-light-500);
  border-radius: 8px;
}
.comments-form-wrapper .form-check-label {
  font-size: 15px;
  color: var(--bs-dark-700);
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .comments-form-wrapper {
    margin-bottom: 35px;
    padding: 25px;
  }
}

.comment-list-wrapper {
  margin-bottom: 50px;
}
.comment-list-wrapper .btn-comment-collapse {
  transition: all 0.5s;
}
.comment-list-wrapper .btn-comment-collapse i {
  font-weight: 500;
  transition: all 0.5s;
  transform: rotate(180deg);
  display: inline-block;
}
.comment-list-wrapper .btn-comment-collapse:not(.collapsed) {
  margin-bottom: 50px;
}
.comment-list-wrapper .btn-comment-collapse:not(.collapsed) i {
  transform: rotate(0deg);
}
@media (max-width: 767.98px) {
  .comment-list-wrapper {
    margin-bottom: 35px;
  }
  .comment-list-wrapper .btn-comment-collapse:not(.collapsed) {
    margin-bottom: 35px;
  }
}
.comment-list-wrapper .reply {
  background-color: var(--bs-primary-700);
  color: #fff;
  font-size: 13px;
  border: 0;
  border-radius: 8px;
  padding: 5px 14px;
  font-weight: 600;
  line-height: 1.539;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.comment-list-wrapper .reply:hover {
  background-color: var(--bs-primary);
  color: #fff;
}
.comment-list-wrapper .comment-avatar {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-left: -50px;
  margin-top: -4px;
}
.comment-list-wrapper .comment-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.comment-list-wrapper .comment-list {
  padding-left: 0;
}
.comment-list-wrapper .comment-list > li {
  position: relative;
}
.comment-list-wrapper .comment-list > li .inner-comment li.comment::before {
  content: "";
  width: 4px;
  height: 100%;
  background: linear-gradient(to bottom, var(--bs-light) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  left: 15px;
  top: 50px;
}
.comment-list-wrapper .comment-list li {
  list-style: none;
  padding-top: 4px;
  padding-left: 50px;
}
.comment-list-wrapper .comment-list li:not(:last-child) .comment-body {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 767.98px) {
  .comment-list-wrapper .comment-list li:not(:last-child) .comment-body {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
}
.comment-list-wrapper .comment-list .inner-comment {
  padding-left: 0;
}
.comment-list-wrapper .comment-content p {
  font-size: 16px;
  font-weight: 500;
  color: var(--bs-dark-700);
}
.comment-list-wrapper .comment-content .name {
  font-size: 15px;
  font-weight: 800;
  color: var(--bs-heading-color);
  font-style: normal;
  margin-right: 5px;
}
.comment-list-wrapper .comment-content .date {
  font-size: 14px;
}
.comment-list-wrapper .comment-content .comment-head {
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .comment-list-wrapper .comment-content p {
    font-size: 15px;
  }
  .comment-list-wrapper .comment-content .comment-head {
    margin-bottom: 10px;
  }
}

.post-pagination {
  display: flex;
  background-color: #fff;
  font-size: 15px;
  border-radius: var(--bs-border-radius);
  overflow: hidden;
  margin-bottom: 50px;
}
.post-pagination .prev-post,
.post-pagination .next-post {
  width: 50%;
  position: relative;
  display: flex;
  align-items: center;
}
.post-pagination .prev-post img,
.post-pagination .next-post img {
  width: 90px;
  min-width: 90px;
  height: 110px;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-pagination .prev-post .pagination-title,
.post-pagination .next-post .pagination-title {
  padding: 20px;
}
.post-pagination .prev-post .pagination-title .title,
.post-pagination .next-post .pagination-title .title {
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  font-size: inherit;
}
.post-pagination .prev-post:hover .text,
.post-pagination .next-post:hover .text {
  color: var(--bs-primary);
}
.post-pagination .prev-post {
  text-align: left;
}
.post-pagination .prev-post::after {
  content: "";
  background-color: var(--bs-border-color-translucent);
  height: calc(100% - 30px);
  width: 1px;
  position: absolute;
  right: 0;
  top: 15px;
}
.post-pagination .text {
  color: var(--bs-body-color);
  font-weight: 700;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: inherit;
}
.post-pagination .next-post {
  text-align: right;
}
.post-pagination .next-post .text {
  justify-content: flex-end;
}
@media (max-width: 767.98px) {
  .post-pagination {
    font-size: 12px;
    margin-bottom: 35px;
  }
  .post-pagination .text {
    margin-bottom: 8px;
  }
  .post-pagination .pagination-title {
    padding: 15px;
  }
  .post-pagination .pagination-title .title {
    font-size: 12px;
  }
  .post-pagination .prev-post img,
  .post-pagination .next-post img {
    width: 75px;
    min-width: 75px;
    height: 95px;
  }
}
@media (max-width: 575.98px) {
  .post-pagination .prev-post img,
  .post-pagination .next-post img {
    display: none;
  }
}

.achievement-list {
  list-style: none;
  margin: 0;
  padding-left: 15px;
}
.achievement-list li {
  display: flex;
  align-items: end;
  margin-bottom: 40px;
}
.achievement-list li .achievement-head {
  position: relative;
  z-index: 1;
  font-size: 50px;
  color: var(--bs-dark);
  line-height: 1;
  font-family: "Instrument Serif";
}
.achievement-list li .achievement-head::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}
.achievement-list li .achievement-head.yellow::after {
  background-color: #FFE785;
}
.achievement-list li .achievement-head.green::after {
  background-color: #CDF59B;
}
.achievement-list li .achievement-head.pink::after {
  background-color: #FFBFC8;
}
.achievement-list li .achievement-head.purple::after {
  background-color: #E1D4FF;
}
.achievement-list li span {
  color: var(--bs-dark);
  font-family: var(--bs-body-font-family);
  font-size: 20px;
  font-weight: 500;
  margin-left: 10px;
}
@media (max-width: 1479.98px) {
  .achievement-list li {
    margin-bottom: 30px;
  }
  .achievement-list li .achievement-head {
    font-size: 36px;
  }
  .achievement-list li .achievement-head::after {
    width: 52px;
    height: 52px;
  }
  .achievement-list li span {
    font-size: 16px;
  }
}

.achievement-list.style2 {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 65px;
}
.achievement-list.style2 li {
  margin-bottom: 0;
}
.achievement-list.style2 li .achievement-head {
  letter-spacing: -1px;
}
@media (max-width: 575.98px) {
  .achievement-list.style2 {
    gap: 40px 40px;
  }
}

.brand-swiper-section .swiper {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 767.98px) {
  .brand-swiper-section .swiper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.testimonial-section-one {
  position: relative;
}
.testimonial-section-one .arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  animation: customBounce 4s infinite;
}
.testimonial-section-one .testimonial-avatar {
  border-radius: 50%;
  position: absolute;
  filter: grayscale(100%);
  aspect-ratio: 2/2;
  transition: transform 0.3s ease, filter 0.3s ease;
  animation: zoomAnimation 5s infinite;
}
.testimonial-section-one .avatar1 {
  width: 60px;
  top: 35%;
  left: 5%;
  animation-delay: 0s;
}
.testimonial-section-one .avatar2 {
  width: 100px;
  top: 65%;
  left: 3%;
  animation-delay: 2s;
}
.testimonial-section-one .avatar3 {
  width: 80px;
  top: 80%;
  left: 15%;
  animation-delay: 4s;
}
.testimonial-section-one .avatar4 {
  width: 60px;
  top: 75%;
  left: 25%;
  animation-delay: 3s;
}
.testimonial-section-one .avatar5 {
  width: 40px;
  top: 85%;
  left: 34%;
  animation-delay: 1s;
}
@media (max-width: 1479.98px) {
  .testimonial-section-one .arrow {
    width: 70px;
    top: 100px;
  }
}
@media (max-width: 1199.98px) {
  .testimonial-section-one .arrow {
    width: 80px;
  }
  .testimonial-section-one .avatar1 {
    width: 45px;
    top: 5%;
  }
  .testimonial-section-one .avatar2 {
    width: 60px;
    top: 70%;
  }
  .testimonial-section-one .avatar3 {
    width: 65px;
    left: 13%;
  }
  .testimonial-section-one .avatar4 {
    width: 50px;
    top: 75%;
    left: 25%;
  }
}
@media (max-width: 991.98px) {
  .testimonial-section-one .arrow,
  .testimonial-section-one .testimonial-avatar {
    display: none;
  }
}

@keyframes zoomAnimation {
  0% {
    transform: scale(1);
    filter: grayscale(100%);
  }
  10% {
    transform: scale(1.1);
    filter: grayscale(0%);
  }
  20% {
    transform: scale(1);
    filter: grayscale(100%);
  }
  100% {
    transform: scale(1);
    filter: grayscale(100%);
  }
}
@keyframes customBounce {
  0% {
    transform: translateY(-50%) translateX(0);
  }
  10% {
    transform: translateY(-50%) translateX(-10px);
  }
  20% {
    transform: translateY(-50%) translateX(0);
  }
  30% {
    transform: translateY(-50%) translateX(-10px);
  }
  40% {
    transform: translateY(-50%) translateX(0);
  }
  100% {
    transform: translateY(-50%) translateX(0);
  }
}
.animted-star {
  position: absolute;
  transition: opacity 1s ease-in-out;
}
.animted-star.star1 {
  opacity: 1;
  animation: fadeStar1 1.5s infinite alternate;
  margin-left: -65px;
  margin-top: -25px;
}
.animted-star.star2 {
  opacity: 0;
  animation: fadeStar2 2s infinite alternate;
  margin-left: -115px;
  margin-top: 20px;
}
@media (max-width: 1199.98px) {
  .animted-star {
    display: none;
  }
}

@keyframes fadeStar1 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeStar2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.about-section-one {
  position: relative;
  z-index: 1;
  padding-bottom: 150px;
}
@media (max-width: 1479.98px) {
  .about-section-one {
    padding-bottom: 120px;
  }
}
@media (max-width: 991.98px) {
  .about-section-one {
    padding-bottom: 80px;
  }
}
@media (max-width: 767.98px) {
  .about-section-one {
    padding-bottom: 50px;
  }
}
@media (max-width: 575.98px) {
  .about-section-one {
    padding-bottom: 30px;
  }
}
.about-section-one::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 110px;
  background-image: url(../images/banner/bg.svg);
  z-index: 9;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
}

.mask-media1 img {
  -webkit-mask-image: url(../images/about/mask1.png);
  mask-image: url(../images/about/mask1.png);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 99%;
  mask-size: 99%;
}

.word-rotate-wrap {
  background-color: var(--bs-secondary);
  border-radius: 50%;
  width: 120px;
  min-width: 120px;
  height: 120px;
  position: relative;
}
.word-rotate-wrap a {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: var(--bs-dark);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
.word-rotate-wrap.primary {
  background-color: var(--bs-primary-500);
  color: #fff;
}
.word-rotate-wrap.primary a {
  background-color: #fff;
  color: var(--bs-primary-700);
}
.word-rotate-wrap.primary .rotate-text {
  color: #fff;
}

.word-rotate-box {
  position: relative;
  height: 110px;
  width: 110px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  animation: textRotation 8s linear infinite;
  top: 5px;
  left: 5px;
}
.word-rotate-box .rotate-text {
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 55px);
  height: 55px;
  width: 110px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  transform-origin: bottom center;
  transform: rotate(var(--char-rotate));
  color: var(--bs-dark);
}

@keyframes textRotation {
  to {
    transform: rotate(-360deg);
  }
}
.bottom-divider {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-top: 10px;
}
.bottom-divider .text {
  background-color: #fff;
  box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.04);
  padding: 12px 40px;
  font-size: 16px;
  color: var(--bs-dark);
  border-radius: 30px;
  max-width: 503px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}
.bottom-divider::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  opacity: 0.1;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

.video-section-bg {
  position: relative;
  z-index: 1;
}
.video-section-bg::after {
  content: "";
  height: 300px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--bs-light);
  z-index: -1;
}
@media (max-width: 991.98px) {
  .video-section-bg::after {
    height: 120px;
  }
}

.video-card-one {
  position: relative;
  background-color: #FFFFFF;
  padding: 10px;
  margin-left: 100px;
  margin-right: 100px;
  border-radius: 30px;
  box-shadow: 0px 10px 30px rgba(119, 84, 60, 0.1);
}
.video-card-one img {
  border-radius: 25px;
  width: 100%;
}
.video-card-one .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: var(--bs-secondary);
  text-align: center;
  line-height: 60px;
  font-size: 20px;
  border-radius: 15px;
  color: var(--bs-dark);
}
@media (max-width: 767.98px) {
  .video-card-one {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  .video-card-one {
    padding: 5px;
    border-radius: 20px;
  }
  .video-card-one img {
    border-radius: 18px;
  }
  .video-card-one .play-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 10px;
  }
}

.btn-block-tag {
  padding: 18px 10px;
  background-color: rgba(var(--bs-primary-rgb), 0.05);
}
.btn-block-tag:hover {
  color: #fff;
}
@media (max-width: 1199.98px) {
  .btn-block-tag {
    padding: 15px 8px;
    font-size: 15px;
  }
}

.ai-animation {
  position: relative;
  width: 200px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -50px;
  z-index: 0;
  margin-top: 150px;
}
@media (max-width: 575.98px) {
  .ai-animation {
    margin-top: 120px;
  }
}
.ai-animation .layer {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: 2px solid;
  border-radius: 15%;
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  animation: aiWave 6s linear infinite;
}
.ai-animation .layer-1 {
  animation-delay: 0s;
}
.ai-animation .layer-2 {
  animation-delay: 1.2s;
}
.ai-animation .layer-3 {
  animation-delay: 2.4s;
}
.ai-animation .layer-4 {
  animation-delay: 3.6s;
}
.ai-animation .layer-5 {
  animation-delay: 4.8s;
}
.ai-animation .layer {
  border: 2px solid var(--bs-primary-300);
}
.ai-animation .inner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 135px;
  height: 135px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 5px solid var(--bs-primary-300);
  border-radius: 15px;
  background-color: #fff;
}
.ai-animation .inner-text span {
  font-family: "Nunito", sans-serif;
  font-size: 64px;
  font-weight: bold;
  background: linear-gradient(45deg, #563FC5, #D96CE1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@keyframes aiWave {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.2);
    opacity: 0;
  }
}
.video-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 180px;
  padding-bottom: 130px;
}
.video-section .particles-js-canvas-el {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.video-section::before, .video-section::after {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  background-image: url(../images/ai/shape.png);
  width: 100%;
  height: 70px;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.video-section::after {
  transform: rotate(180deg);
  top: auto;
  bottom: -2px;
  background-position: center top;
}
.video-section .video-swiper {
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
}
.video-section .video-btn-prev,
.video-section .video-btn-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  .video-section .video-btn-prev,
  .video-section .video-btn-next {
    display: none;
  }
}
.video-section .video-btn-prev {
  left: -60px;
}
.video-section .video-btn-next {
  right: -60px;
}
.video-section .swiper-video-pagination {
  bottom: -30px;
  position: absolute;
}
.video-section .swiper-video-pagination .swiper-pagination-bullet {
  background-color: var(--bs-primary-300);
}
.video-section .video-thumb1,
.video-section .video-thumb2,
.video-section .video-thumb3,
.video-section .video-thumb4,
.video-section .video-thumb5,
.video-section .video-thumb6 {
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #fff;
  filter: drop-shadow(0px 5px 15px rgba(0, 0, 0, 0.1));
  width: 60px;
  height: 60px;
  transition: transform 0.3s ease, filter 0.3s ease;
  animation: zoomAnimation 5s infinite;
}
@media (max-width: 1199.98px) {
  .video-section .video-thumb1,
  .video-section .video-thumb2,
  .video-section .video-thumb3,
  .video-section .video-thumb4,
  .video-section .video-thumb5,
  .video-section .video-thumb6 {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 991.98px) {
  .video-section .video-thumb1,
  .video-section .video-thumb2,
  .video-section .video-thumb3,
  .video-section .video-thumb4,
  .video-section .video-thumb5,
  .video-section .video-thumb6 {
    display: none;
  }
}
.video-section .video-thumb1 {
  top: 50%;
  transform: translateY(-50%);
  left: -200px;
  animation-delay: 1s;
}
.video-section .video-thumb2 {
  left: -80px;
  top: 60px;
  animation-delay: 2s;
}
.video-section .video-thumb3 {
  left: -80px;
  bottom: 60px;
  animation-delay: 3s;
}
.video-section .video-thumb4 {
  right: -80px;
  bottom: 60px;
  animation-delay: 1s;
}
.video-section .video-thumb5 {
  right: -80px;
  top: 60px;
  animation-delay: 3s;
}
.video-section .video-thumb6 {
  top: 50%;
  transform: translateY(-50%);
  right: -200px;
  animation-delay: 2s;
}
@media (max-width: 1199.98px) {
  .video-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .video-section .video-thumb1 {
    left: -150px;
  }
  .video-section .video-thumb6 {
    right: -150px;
  }
}
@media (max-width: 767.98px) {
  .video-section {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
@media (max-width: 575.98px) {
  .video-section {
    padding-top: 50px;
    padding-bottom: 65px;
  }
}

.video-item {
  text-align: center;
  background-color: #fff;
  border-radius: 30px;
  padding-top: 55px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .video-item {
    border-radius: 15px;
    padding-top: 35px;
  }
}
.video-item::after {
  content: "";
  background-image: url(../images/dots.svg);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  background-repeat: no-repeat;
  border-bottom: 1px solid #DADFE4;
  width: 100%;
  height: 60px;
  background-position: center left 30px;
}
@media (max-width: 575.98px) {
  .video-item::after {
    height: 30px;
    background-position: center left 20px;
    background-size: 25px;
  }
}
.video-item .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 70px;
  display: flex;
  line-height: 70px;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .video-item .video-btn {
    font-size: 45px;
    line-height: 45px;
  }
}
.video-item .video-inner {
  position: relative;
  z-index: 1;
  margin: 40px 40px -2px;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
}
@media (max-width: 1199.98px) {
  .video-item .video-inner {
    margin: 20px 20px -2px;
    border-radius: 20px 20px 0 0;
  }
}
@media (max-width: 575.98px) {
  .video-item .video-inner {
    margin: 10px 10px -2px;
  }
}
.video-item .video-inner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
}
.video-item .video-inner > img {
  border-radius: 20px 20px 0 0;
}
.video-item .video-inner .profile-items {
  position: absolute;
  left: 20px;
  bottom: 20px;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .video-item .video-inner .profile-items {
    display: none;
  }
}
.video-item .video-inner .profile-items img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.video-item .video-inner .profile-items .profile-content span {
  font-size: 14px;
  opacity: 0.8;
  color: #fff;
}
.video-item .video-inner .profile-items .profile-content .name {
  margin-bottom: 0px;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  line-height: normal;
}

.video-section.style2 {
  padding-top: 100px;
}
.video-section.style2::before, .video-section.style2::after {
  display: none;
}
.video-section.style2 .swiper-video-pagination .swiper-pagination-bullet {
  background-color: var(--bs-primary-700);
}
@media (max-width: 1479.98px) {
  .video-section.style2 {
    padding-top: 70px;
  }
}
@media (max-width: 575.98px) {
  .video-section.style2 {
    padding-top: 50px;
  }
}

.featured-tabs {
  padding-right: 80px;
}
.featured-tabs .nav-item {
  width: 100%;
}
.featured-tabs .nav-link {
  padding: 0;
  width: 100%;
}
@media (max-width: 1479.98px) {
  .featured-tabs {
    padding-right: 0;
  }
}

.goals-media {
  background-color: #F6F7F9;
  padding: 50px 50px 0;
  border-radius: 30px;
  position: relative;
}
.goals-media .media-content {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  width: 100%;
}
.goals-media .media-content .title {
  font-size: 28px;
  color: var(--bs-primary);
  max-width: 500px;
  margin: auto;
}
@media (max-width: 1199.98px) {
  .goals-media {
    padding: 25px 25px 0;
    border-radius: 20px;
  }
  .goals-media .media-content {
    bottom: 20px;
  }
  .goals-media .media-content .title {
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  .goals-media {
    padding: 15px 15px 0;
    border-radius: 10px;
  }
  .goals-media .media-content {
    bottom: 10px;
  }
  .goals-media .media-content .title {
    font-size: 16px;
  }
}

.join-form {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}
.join-form .title {
  font-size: 24px;
}
@media (max-width: 1199.98px) {
  .join-form .title {
    font-size: 20px;
  }
  .join-form p {
    font-size: 14px;
  }
}

.course-section {
  position: relative;
  padding-top: 30px;
}
.course-section::before, .course-section::after {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
}
.course-section::after {
  background-image: url(../images/ai/blur.png);
  height: 500px;
  z-index: 0;
  background-position: center;
  background-repeat: no-repeat;
}
.course-section::before {
  background: var(--bs-primary);
  height: 250px;
  z-index: 0;
}
.course-section .container-fluid, .course-section .container-sm, .course-section .container-md, .course-section .container-lg, .course-section .container-xl, .course-section .container-xxl {
  padding-left: 150px;
  padding-right: 150px;
}
.course-section .course-container {
  border-radius: 50px 50px 0 0;
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 575.98px) {
  .course-section .course-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.course-section .course-container::before, .course-section .course-container::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 30px;
  background-color: #fff;
  width: 100%;
  height: 100px;
  z-index: -1;
}
.course-section .course-container::before {
  opacity: 0.1;
  top: -30px;
  width: calc(100% - 200px);
  left: 100px;
}
.course-section .course-container::after {
  opacity: 0.3;
  top: -15px;
  width: calc(100% - 100px);
  left: 50px;
}
@media (max-width: 1680px) {
  .course-section .container-fluid, .course-section .container-sm, .course-section .container-md, .course-section .container-lg, .course-section .container-xl, .course-section .container-xxl {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 1199.98px) {
  .course-section .container-fluid, .course-section .container-sm, .course-section .container-md, .course-section .container-lg, .course-section .container-xl, .course-section .container-xxl {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767.98px) {
  .course-section .course-container {
    border-radius: 25px 25px 0 0;
  }
  .course-section .course-container::before, .course-section .course-container::after {
    border-radius: 20px;
  }
  .course-section .course-container::before {
    top: -16px;
    width: calc(100% - 100px);
    left: 50px;
  }
  .course-section .course-container::after {
    top: -8px;
    width: calc(100% - 40px);
    left: 20px;
  }
}

.section-feature-list {
  padding: 20px 0;
}
.section-feature-list ul {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  flex-wrap: wrap;
  gap: 15px 0;
}
.section-feature-list ul li {
  padding: 1px 40px;
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.section-feature-list ul li:last-child {
  border-right: none;
}
@media (max-width: 1199.98px) {
  .section-feature-list ul li {
    padding: 1px 20px;
    font-size: 16px;
  }
  .section-feature-list ul li svg {
    width: 18px;
  }
}
@media (max-width: 575.98px) {
  .section-feature-list ul {
    gap: 8px 0;
  }
  .section-feature-list ul li {
    border-right: 0;
  }
}

.featured-tabs2 .nav-item {
  width: 100%;
  margin-bottom: 2px;
}
.featured-tabs2 .nav-link {
  padding: 0;
  width: 100%;
}

.about-media-bx {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}
.about-media-bx img {
  width: 100%;
}
.about-media-bx .video-side {
  position: absolute;
  bottom: 0;
  background-color: #fff;
  padding: 25px 35px 0 0;
  border-radius: 0 30px 0 0;
}
.about-media-bx .video-side::before, .about-media-bx .video-side::after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' fill='none'><path fill-rule='evenodd' clip-rule='evenodd' d='M0 0V50H50C22.3858 50 0 27.6142 0 0Z' fill='%23EEF6FC'/></svg>");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.about-media-bx .video-side:before {
  left: 0;
  top: -30px;
}
.about-media-bx .video-side:after {
  right: -30px;
  bottom: 0;
}

.brand-testimonial-section {
  margin-top: 60px;
}
.brand-testimonial-section .brand-content {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 20px;
  color: #fff;
  padding: 15px 0;
  margin-bottom: 50px;
}
@media (max-width: 991.98px) {
  .brand-testimonial-section {
    margin-top: 20px;
  }
  .brand-testimonial-section .brand-content {
    font-size: 16px;
    padding: 12px 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .brand-testimonial-section {
    margin-top: 0;
  }
}

.service-bg {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.service-bg::after {
  content: "";
  position: absolute;
  width: 100%;
  background-repeat: no-repeat;
  height: 564px;
  left: 0;
  bottom: 0;
  background-image: url(../images/bg-half-circle.png);
  z-index: -1;
  background-size: 100%;
  background-position: bottom center;
}
.service-bg .btn-center {
  margin-top: -30px;
}
@media (max-width: 991.98px) {
  .service-bg .btn-center {
    margin-top: 0;
  }
  .service-bg::after {
    background-size: 200%;
  }
}
@media (max-width: 575.98px) {
  .service-bg::after {
    background-size: 400%;
  }
}

.error-section {
  padding-top: 135px;
  padding-bottom: 135px;
}
.error-section p {
  margin-right: -16px;
}
.error-section .heading-bx.style1 p {
  max-width: none;
}
@media (max-width: 1479.98px) {
  .error-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 1199.98px) {
  .error-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 991.98px) {
  .error-section .error-thumb {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .error-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .error-section p {
    margin-right: 0;
  }
}

.team-detail-media {
  background: #FFFFFF;
  box-shadow: 0px 2px 1px rgba(41, 17, 0, 0.05), 0px 10px 20px rgba(41, 17, 0, 0.04);
  border-radius: 30px;
  overflow: hidden;
  margin-top: -350px;
  position: sticky;
  z-index: 2;
  top: 120px;
}
.team-detail-media img {
  width: 100%;
}
@media (max-width: 1199.98px) {
  .team-detail-media {
    margin-top: -250px;
  }
}
@media (max-width: 991.98px) {
  .team-detail-media {
    margin-top: -70px;
    position: relative;
    top: 0;
  }
}
@media (max-width: 767.98px) {
  .team-detail-media {
    margin-top: -30px;
  }
}
@media (max-width: 575.98px) {
  .team-detail-media {
    border-radius: 20px;
  }
}

.team-detail {
  background: #FFFFFF;
  box-shadow: 0px 2px 1px rgba(41, 17, 0, 0.05), 0px 10px 20px rgba(41, 17, 0, 0.04);
  border-radius: 30px;
  margin-top: -120px;
  position: relative;
  z-index: 2;
  padding: 40px;
  margin-bottom: 30px;
}
@media (max-width: 1479.98px) {
  .team-detail {
    margin-top: -80px;
  }
}
@media (max-width: 1199.98px) {
  .team-detail {
    margin-top: -50px;
  }
}
@media (max-width: 991.98px) {
  .team-detail {
    margin-top: 0;
  }
}
@media (max-width: 575.98px) {
  .team-detail {
    border-radius: 20px;
    padding: 25px;
  }
}

.scrollspy-navbar {
  background: #FFFFFF;
  box-shadow: 0px 2px 1px rgba(41, 17, 0, 0.05), 0px 10px 20px rgba(41, 17, 0, 0.04);
  border-radius: 20px;
  padding: 25px 25px;
  display: inline-block;
}
.scrollspy-navbar .navbar {
  padding: 0;
}
.scrollspy-navbar .nav-item .nav-link {
  font-size: 18px;
  color: var(--bs-dark-500);
  font-weight: 500;
  line-height: 1.2;
  padding: 15px 20px;
  border-radius: 10px;
}
.scrollspy-navbar .nav-item .nav-link.active {
  background-color: var(--bs-primary-100);
  color: var(--bs-primary-900);
}
@media (max-width: 1199.98px) {
  .scrollspy-navbar {
    padding: 15px 15px;
    border-radius: 15px;
  }
  .scrollspy-navbar .nav-item .nav-link {
    font-size: 15px;
    padding: 12px 18px;
  }
}
@media (max-width: 991.98px) {
  .scrollspy-navbar {
    padding: 10px 10px;
    border-radius: 12px;
  }
  .scrollspy-navbar .nav-item .nav-link {
    font-size: 13px;
    padding: 8px 10px;
    border-radius: 4px;
  }
}

.faq-navbar {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-bottom: 65px;
  margin-top: -100px;
  z-index: 99;
  position: sticky;
  top: 100px;
  transition: all 0.25s;
}
@media (max-width: 1199.98px) {
  .faq-navbar {
    margin-top: -50px;
  }
}
@media (max-width: 991.98px) {
  .faq-navbar {
    top: 70px;
  }
}
@media (max-width: 575.98px) {
  .faq-navbar {
    margin-top: -30px;
    margin-bottom: 40px;
  }
}

.auth-wrapper {
  padding: 30px;
}
@media (max-width: 1479.98px) {
  .auth-wrapper {
    padding: 15px;
  }
}

.auth-slide {
  position: relative;
  overflow: hidden;
  border-radius: 40px;
  height: calc(100vh - 60px);
  min-height: 800px;
}
@media (max-width: 1479.98px) {
  .auth-slide {
    border-radius: 25px;
    height: calc(100vh - 30px);
  }
}
@media (max-width: 991.98px) {
  .auth-slide {
    height: auto;
  }
}
@media (max-width: 991.98px) {
  .auth-slide {
    border-radius: 20px;
  }
}
@media (max-width: 575.98px) {
  .auth-slide {
    min-height: unset;
  }
}
.auth-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.auth-slide::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 33.24%, rgba(0, 0, 0, 0.6) 100%);
}
.auth-slide .slider-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 60px;
  z-index: 1;
}
.auth-slide .slider-content p {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
}
.auth-slide .slider-content .name {
  color: var(--bs-secondary-700);
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 3px;
}
.auth-slide .slider-content span {
  color: #fff;
  font-size: 16px;
}
.auth-slide .slider-content .bottom-info {
  margin-top: 30px;
}
@media (max-width: 1479.98px) {
  .auth-slide .slider-content {
    padding: 40px;
  }
  .auth-slide .slider-content p {
    font-size: 24px;
    font-weight: 600;
  }
  .auth-slide .slider-content .name {
    font-size: 18px;
  }
}
@media (max-width: 1199.98px) {
  .auth-slide .slider-content {
    padding: 30px;
  }
  .auth-slide .slider-content p {
    font-size: 20px;
  }
  .auth-slide .slider-content .name {
    font-size: 16px;
  }
  .auth-slide .slider-content span {
    font-size: 14px;
  }
  .auth-slide .slider-content .bottom-info {
    margin-top: 25px;
  }
}
@media (max-width: 575.98px) {
  .auth-slide .slider-content {
    padding: 20px;
  }
  .auth-slide .slider-content p {
    font-size: 16px;
  }
  .auth-slide .slider-content .name {
    font-size: 15px;
  }
  .auth-slide .slider-content .bottom-info {
    margin-top: 20px;
  }
}

.auth-swiper .swiper-pagination-fraction {
  position: absolute;
  right: 50px;
  top: 50px;
  width: auto;
  left: auto;
  color: #fff;
  height: auto;
  bottom: auto;
}
.auth-swiper .swiper-pagination-fraction .swiper-pagination-total {
  opacity: 0.5;
}
@media (max-width: 575.98px) {
  .auth-swiper .swiper-pagination-fraction {
    right: 20px;
    top: 20px;
  }
}
.auth-swiper .auth-navigation {
  position: absolute;
  bottom: 60px;
  right: 60px;
  z-index: 99;
  display: flex;
  align-items: center;
  gap: 25px;
  font-size: 30px;
  color: #fff;
  line-height: 1;
}
@media (max-width: 1479.98px) {
  .auth-swiper .auth-navigation {
    bottom: 40px;
    right: 40px;
    font-size: 24px;
  }
}
@media (max-width: 1199.98px) {
  .auth-swiper .auth-navigation {
    bottom: 30px;
    right: 30px;
  }
}
@media (max-width: 575.98px) {
  .auth-swiper .auth-navigation {
    bottom: 25px;
    right: 25px;
    font-size: 20px;
    gap: 15px;
  }
}

.auth-form {
  max-width: 400px;
  margin: auto;
  padding: 30px 0px;
}
.auth-form .title {
  font-size: 24px;
  margin-bottom: 40px;
  font-weight: 700;
  text-align: center;
}
.auth-form .logo-wrap {
  text-align: center;
  margin-bottom: 15px;
}
.auth-form .forgot-btn {
  display: block;
  text-align: end;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  margin-top: 12px;
  padding-bottom: 8px;
  text-decoration-line: underline !important;
  text-decoration-color: var(--bs-primary) !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 4px;
}
.auth-form .form-group {
  margin-bottom: 30px;
}
.auth-form .form-separate-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.auth-form .form-separate-wrap .form-separate {
  background-color: #fff;
  font-size: 13px;
  font-weight: 600;
  color: var(--bs-dark-500);
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: auto;
  padding: 0 10px;
  margin-right: auto;
}
.auth-form .form-separate-wrap::after {
  content: "";
  width: 100%;
  height: 2px;
  background: var(--bs-dark);
  opacity: 0.1;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.auth-form .link-text {
  font-weight: 500;
  font-size: 16px;
  margin: 0;
  color: var(--bs-dark);
  text-align: center;
}
.auth-form .link-text a {
  text-decoration: underline !important;
}
.auth-form .social-icon {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  gap: 15px;
}
.auth-form .social-icon li a {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border: 1px solid var(--bs-border-color);
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-card {
  background: #FFFFFF;
  box-shadow: 0px 2px 1px rgba(41, 17, 0, 0.05), 0px 10px 20px rgba(41, 17, 0, 0.04);
  border-radius: 20px;
  padding: 50px;
}
.form-card .heading-bx .title-head-sm {
  font-size: 50px;
}
.form-card .heading-bx p {
  padding-top: 5px;
}
@media (max-width: 1199.98px) {
  .form-card {
    padding: 35px;
  }
}
@media (max-width: 575.98px) {
  .form-card {
    padding: 25px;
  }
  .form-card .heading-bx .title-head-sm {
    font-size: 42px;
  }
}

.contact-form-card {
  margin-top: -340px;
  z-index: 1;
  position: relative;
}
@media (max-width: 1199.98px) {
  .contact-form-card {
    margin-top: 0;
  }
}

.map-frame {
  position: relative;
  height: 600px;
  pointer-events: none;
}
.map-frame::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: hue;
  pointer-events: none;
  background: #D9D9D9;
}
.map-frame iframe {
  height: 100%;
  width: 100%;
  margin-bottom: -6px;
}
@media (max-width: 1199.98px) {
  .map-frame {
    height: 500px;
  }
}
@media (max-width: 991.98px) {
  .map-frame {
    height: 400px;
  }
}
@media (max-width: 767.98px) {
  .map-frame {
    height: 300px;
  }
}

.location-card {
  position: absolute;
  top: -80px;
  left: 30px;
  width: 500px;
  background: var(--bs-dark);
  color: #fff;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  z-index: 2;
  opacity: 0;
  transition: all 0.23s;
  visibility: hidden;
}
.location-card .title {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 20px;
  color: #fff;
}
.location-card .title-city {
  color: var(--bs-secondary);
  font-size: 14px;
  line-height: 1;
  margin-bottom: 10px;
}
.location-card p {
  color: #D9D9D9;
  font-size: 15px;
  font-weight: 600;
}
.location-card img {
  border-radius: 10px;
  margin-right: 15px;
  height: 250px;
  width: 200px;
  min-width: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.location-card .btn-link {
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  align-items: center;
  display: flex;
  margin-top: 100px;
  gap: 8px;
}
.location-card .btn-link i {
  color: var(--bs-primary);
  font-size: 20px;
}
.location-card::after {
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  top: 45px;
  left: -5px;
  background: var(--bs-dark);
  transform: rotate(45deg);
  z-index: -1;
}
@media (max-width: 1199.98px) {
  .location-card {
    width: 400px;
    padding: 15px;
  }
  .location-card img {
    height: 185px;
    width: 150px;
    min-width: 150px;
  }
  .location-card .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .location-card p {
    font-size: 14px;
  }
  .location-card .btn-link {
    font-size: 14px;
    margin-top: 50px;
  }
}
@media (max-width: 767.98px) {
  .location-card {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    top: auto;
    border-radius: 0;
    z-index: 9999;
  }
  .location-card::after {
    content: none;
  }
}
@media (max-width: 575.98px) {
  .location-card img {
    height: 150px;
    width: 120px;
    min-width: 120px;
  }
  .location-card .btn-link {
    margin-top: 20px;
  }
}

.location-marker.right .location-card {
  left: auto;
  right: 30px;
}
.location-marker.right .location-card::after {
  left: auto;
  right: -5px;
}
@media (max-width: 767.98px) {
  .location-marker.right .location-card {
    right: 0;
  }
}
@media (max-width: 767.98px) {
  .location-marker .location-card {
    top: auto;
  }
}
.location-marker.active .location-card, .location-marker:hover .location-card {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 768px) {
  .location-marker.active .location-card, .location-marker:hover .location-card {
    top: -50px;
  }
}

.contact-location-section {
  position: relative;
}
.contact-location-section .location-pin {
  width: 16px;
  height: 16px;
  background-color: var(--bs-primary);
  border-radius: 50%;
  cursor: pointer;
}
.contact-location-section .location-marker {
  position: absolute;
}
.contact-location-section .marker1 {
  top: 30%;
  left: 25%;
}
.contact-location-section .marker2 {
  top: 25%;
  right: 10%;
}
.contact-location-section .marker3 {
  bottom: 20%;
  left: 30%;
}
.contact-location-section .marker4 {
  bottom: 20%;
  right: 45%;
}

.courses-sidebar {
  padding-right: 50px;
}
.courses-sidebar .widget-title {
  color: var(--bs-dark-900);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.course-sort-select {
  font-size: 16px;
  color: var(--bs-dark-500);
  font-weight: 500;
  display: flex;
  white-space: nowrap;
  gap: 5px;
  align-items: center;
}
.course-sort-select .nice-select {
  box-shadow: none;
  padding: 0;
  border: 0;
  font-size: 16px;
  font-weight: 500;
  color: var(--bs-primary-700);
  border: 0;
  padding-right: 25px;
}
.course-sort-select .nice-select::after {
  right: 8px;
}
.course-sort-select .nice-select .list {
  width: 115px;
}
.course-sort-select .nice-select .list li {
  font-size: 14px;
  font-weight: 500;
  padding: 8px 12px;
  min-height: auto;
  line-height: 20px;
}

.search-filter-bx {
  background: #FFFFFF;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.02);
  border-radius: 20px;
  position: relative;
  padding: 15px;
  margin-top: -200px;
  z-index: 99;
  margin-bottom: 110px;
}
.search-filter-bx::before, .search-filter-bx::after {
  content: "";
  position: absolute;
  height: 20px;
  background-color: #fff;
  opacity: 0.35;
  border-radius: 15px;
  z-index: -1;
}
.search-filter-bx::before {
  left: 30px;
  right: 30px;
  bottom: -20px;
  border-radius: 0 0 15px 15px;
}
.search-filter-bx::after {
  left: 15px;
  right: 15px;
  bottom: -10px;
  border-radius: 0 0 15px 15px;
  height: 10px;
}
.search-filter-bx .form-control {
  border: 0;
  background-color: transparent;
  box-shadow: none;
}
@media (max-width: 1280px) {
  .search-filter-bx {
    margin-top: -140px;
    margin-bottom: 60px;
  }
}
@media (max-width: 991.98px) {
  .search-filter-bx {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .search-filter-bx .border-start {
    border-left: 0 !important;
  }
}
@media (max-width: 575.98px) {
  .search-filter-bx button {
    width: 100%;
  }
  .search-filter-bx button .btn-icon {
    display: none;
  }
}

.course-features-detail {
  margin-top: -200px;
  z-index: 1;
  background: #FFFFFF;
  box-shadow: 0px 2px 1px rgba(41, 17, 0, 0.05), 0px 10px 20px rgba(41, 17, 0, 0.04);
  border-radius: 20px;
  padding: 20px;
  position: sticky;
  top: 120px;
}
@media (max-width: 991.98px) {
  .course-features-detail {
    margin-top: -60px;
    position: relative;
    top: 0px;
  }
}
.course-features-detail .course-video-bx {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
  border-radius: 10px;
}
.course-features-detail .course-video-bx::after {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 64.14%, rgba(0, 0, 0, 0.5) 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.course-features-detail .course-video-bx .video-btn {
  background: var(--bs-secondary);
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: var(--bs-dark);
  font-size: 24px;
  z-index: 999;
}
.course-features-detail .course-video-bx .course-features-title {
  position: absolute;
  left: 15px;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  bottom: 15px;
  z-index: 9;
}
.course-features-detail .course-video-bx img {
  border-radius: 10px;
  width: 100%;
}
.course-features-detail .divider {
  width: 100%;
  height: 1px;
  background: var(--bs-gray-400);
}
.course-features-detail .course-features-list .featured-title {
  font-size: 28px;
  font-family: "Instrument Serif";
  font-weight: 400;
  margin-bottom: 20px;
}
.course-features-detail .course-features-list ul {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}
.course-features-detail .course-features-list ul li {
  font-size: 15px;
  font-weight: 600;
  color: var(--bs-dark);
  padding: 8px 0;
}
.course-features-detail .course-features-list ul li span {
  float: right;
  color: var(--bs-dark-500);
}
.course-features-detail .course-features-footer {
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.course-features-detail .course-features-footer .price {
  font-size: 28px;
  font-weight: bold;
  color: var(--bs-dark-900);
}
.course-features-detail .course-features-footer p {
  font-size: 12px;
  max-width: 200px;
  font-weight: 500;
  margin-bottom: 0;
}

.instructor-card-bar {
  background: #fff;
  box-shadow: 0px 2px 1px rgba(41, 17, 0, 0.05), 0px 10px 20px rgba(41, 17, 0, 0.04);
  border-radius: 20px;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -110px;
  position: relative;
  z-index: 99;
  margin-bottom: 50px;
}
.instructor-card-bar .profile {
  display: flex;
  align-items: center;
  gap: 16px;
}
.instructor-card-bar .profile img {
  border-radius: 50%;
  overflow: hidden;
  width: 60px;
  height: 60px;
}
.instructor-card-bar .profile .name {
  font-size: 20px;
  font-weight: 500;
  color: var(--bs-dark-900);
}
.instructor-card-bar .profile p {
  margin-bottom: 0;
}
.instructor-card-bar .feed {
  display: flex;
}
.instructor-card-bar .rating,
.instructor-card-bar .user-student {
  text-align: center;
  position: relative;
  margin: 0 30px;
}
.instructor-card-bar .rating::after,
.instructor-card-bar .user-student::after {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
}
.instructor-card-bar .rating i,
.instructor-card-bar .user-student i {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 10px;
  display: block;
}
.instructor-card-bar .rating .number,
.instructor-card-bar .user-student .number {
  margin-bottom: 2px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.instructor-card-bar .rating p,
.instructor-card-bar .user-student p {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 0;
  font-weight: 500;
  color: var(--bs-dark-500);
}
@media (max-width: 1479.98px) {
  .instructor-card-bar {
    margin-top: -70px;
  }
}
@media (max-width: 991.98px) {
  .instructor-card-bar {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .instructor-card-bar {
    flex-direction: column;
    gap: 30px;
  }
  .instructor-card-bar .rating:after {
    content: none;
  }
}

.instructor-card {
  background: #FFF;
  border-radius: 20px;
  margin-bottom: 20px;
}
.instructor-card .card-head {
  padding: 30px 30px 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.instructor-card .card-head .title {
  font-size: 28px;
  font-family: "Instrument Serif";
  font-weight: 400;
  margin-bottom: 0px;
}

.check-list {
  padding: 0;
  list-style: none;
}
.check-list li {
  font-size: 18px;
  font-weight: 500;
  color: var(--bs-dark-900);
  padding: 5px 0;
}
.check-list li svg {
  margin-right: 10px;
}
@media (max-width: 1199.98px) {
  .check-list li {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .check-list.list-grid-2 li {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .check-list li {
    font-size: 15px;
  }
  .check-list li svg {
    margin-right: 8px;
    width: 15px;
  }
}

.list-grid-2 {
  display: flex;
  flex-wrap: wrap;
}
.list-grid-2 li {
  width: 50%;
}

.ld-accordion-three .accordion-item {
  border: 0;
}
.ld-accordion-three .accordion-item .accordion-button {
  padding: 0;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 10px;
  color: var(--bs-primary-700);
  background: #fff;
}
.ld-accordion-three .accordion-item .accordion-button.collapsed {
  background: #fff;
  color: var(--bs-dark-900);
}
.ld-accordion-three .details-list {
  padding: 0;
  display: flex;
  gap: 30px;
  list-style: none;
}
.ld-accordion-three .details-list li {
  font-size: 14px;
  position: relative;
  color: var(--bs-dark-500);
}
.ld-accordion-three .details-list li span {
  color: var(--bs-dark-700);
}
.ld-accordion-three .details-list li::after {
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--bs-dark-300);
}
.ld-accordion-three .details-list li:first-child::after {
  display: none;
}
/*# sourceMappingURL=styles.css.map */
