﻿@charset "UTF-8";
/* Bootstrap Configuration
    # Functions first (so you can manipulate colors, SVGs, calc, etc)
*/
/* Local Configuration to overrides Bootstrap variables
    # Include any default variable overrides here
    # Default variable overrides
*/
/* customization of Bootstrap */
/* Bootstrap Configuration
    # Remainder of required Bootstrap stylesheets
*/
/* Local Configuration
    # Bootstrap and its default variables
    # Make changes to the !default Bootstrap variables
*/
@import url("https://fonts.googleapis.com/css2?family=Zilla+Slab:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap");
:root {
  --bs-font-sans: "Zilla Slab", serif;
}

/* Local Configuration
    # Local utilities to add in Bootstrap stylesheets
*/
/* Bootstrap Configuration
    # Layout & components
    # Bootstrap to set the changes!
*/
/*!
 * Bootstrap v5.0.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #48B2D3;
  --bs-indigo: #6366F1;
  --bs-purple: #8B5CF6;
  --bs-pink: #C61A4E;
  --bs-red: #EF4444;
  --bs-orange: #F97316;
  --bs-yellow: #EBA337;
  --bs-green: #1AC688;
  --bs-teal: #14B8A6;
  --bs-cyan: #06B6D4;
  --bs-white: #fff;
  --bs-gray: #4B5563;
  --bs-gray-dark: #1F2937;
  --bs-cobaltblue: #357dc4;
  --bs-vividpink: #e319a6;
  --bs-azure: #0a87c2;
  --bs-copper: #d66840;
  --bs-amber: #d9961a;
  --bs-periwinkleblue: #5764bd;
  --bs-primary: #C61A4E;
  --bs-secondary: #4B5563;
  --bs-success: #1AC688;
  --bs-info: #06B6D4;
  --bs-warning: #EBA337;
  --bs-danger: #EF4444;
  --bs-light: #F3F4F6;
  --bs-dark: #111827;
  --bs-font-sans-serif: "Manrope", sans-serif;
  --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));
}

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

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

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #131C26;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #C61A4E;
  text-decoration: underline;
}
a:hover {
  color: #9e153e;
}

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;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

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

code {
  font-size: 0.875em;
  color: #C61A4E;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #111827;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

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: #6B7280;
  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]::-webkit-calendar-picker-indicator {
  display: none;
}

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] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

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

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

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

::-webkit-file-upload-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.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@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.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@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.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

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

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

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

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

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

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

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

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #D1D5DB;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 0.875em;
  color: #4B5563;
}

.container, .form-layout,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container, .form-layout {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container, .form-layout {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container, .form-layout {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container, .form-layout {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container, .form-layout {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  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.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.3333333333%;
  }
  .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.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .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.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .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.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .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.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .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.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
  .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-bg: transparent;
  --bs-table-striped-color: #131C26;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #131C26;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #131C26;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #131C26;
  vertical-align: top;
  border-color: #D1D5DB;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

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

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

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

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

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

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

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

.table-primary {
  --bs-table-bg: #f4d1dc;
  --bs-table-striped-bg: #e8c7d1;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dcbcc6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e2c1cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dcbcc6;
}

.table-secondary {
  --bs-table-bg: #dbdde0;
  --bs-table-striped-bg: #d0d2d5;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c5c7ca;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #cbcccf;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #c5c7ca;
}

.table-success {
  --bs-table-bg: #d1f4e7;
  --bs-table-striped-bg: #c7e8db;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcdcd0;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1e2d6;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcdcd0;
}

.table-info {
  --bs-table-bg: #cdf0f6;
  --bs-table-striped-bg: #c3e4ea;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #b9d8dd;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bedee4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #b9d8dd;
}

.table-warning {
  --bs-table-bg: #fbedd7;
  --bs-table-striped-bg: #eee1cc;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e2d5c2;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e8dbc7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e2d5c2;
}

.table-danger {
  --bs-table-bg: #fcdada;
  --bs-table-striped-bg: #efcfcf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e3c4c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e9caca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e3c4c4;
}

.table-light {
  --bs-table-bg: #F3F4F6;
  --bs-table-striped-bg: #e7e8ea;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dbdcdd;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e1e2e4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dbdcdd;
}

.table-dark {
  --bs-table-bg: #111827;
  --bs-table-striped-bg: #1d2432;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #292f3d;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #232937;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #292f3d;
}

.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: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + 2px);
  padding-bottom: calc(0.375rem + 2px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 2px);
  padding-bottom: calc(0.5rem + 2px);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 2px);
  padding-bottom: calc(0.25rem + 2px);
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6B7280;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #131C26;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #E5E7EB;
  appearance: none;
  border-radius: 0;
  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(:read-only) {
  cursor: pointer;
}
.form-control:focus {
  color: #131C26;
  background-color: #fff;
  border-color: #e38da7;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(198, 26, 78, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::placeholder {
  color: #4B5563;
  opacity: 1;
}
.form-control:disabled, .form-control:read-only {
  background-color: #E5E7EB;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #131C26;
  background-color: #E5E7EB;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 2px;
  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(:read-only)::file-selector-button {
  background-color: #dadbdf;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #131C26;
  background-color: #E5E7EB;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 2px;
  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::-webkit-file-upload-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not(:read-only)::-webkit-file-upload-button {
  background-color: #dadbdf;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #131C26;
  background-color: transparent;
  border: solid transparent;
  border-width: 2px 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.5em + 0.5rem + 4px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 4px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 4px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 4px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 4px);
}

.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not(:read-only) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #131C26;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%231F2937' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 2px solid #E5E7EB;
  border-radius: 0.25rem;
  appearance: none;
}
.form-select:focus {
  border-color: #e38da7;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(198, 26, 78, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #E5E7EB;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #131C26;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.form-check, .custom-control {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input, .form-check .custom-control-input, .custom-control .form-check-input, .custom-control .custom-control-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input, .custom-control-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  color-adjust: exact;
}
.form-check-input[type=checkbox], [type=checkbox].custom-control-input {
  border-radius: 0.25em;
}
.form-check-input[type=radio], [type=radio].custom-control-input {
  border-radius: 50%;
}
.form-check-input:active, .custom-control-input:active {
  filter: brightness(90%);
}
.form-check-input:focus, .custom-control-input:focus {
  border-color: #e38da7;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(198, 26, 78, 0.25);
}
.form-check-input:checked, .custom-control-input:checked {
  background-color: #C61A4E;
  border-color: #C61A4E;
}
.form-check-input:checked[type=checkbox], .custom-control-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio], .custom-control-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate, [type=checkbox].custom-control-input:indeterminate {
  background-color: #C61A4E;
  border-color: #C61A4E;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled, .custom-control-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input[disabled] ~ .custom-control-label, [disabled].custom-control-input ~ .form-check-label, [disabled].custom-control-input ~ .custom-control-label, .form-check-input:disabled ~ .form-check-label, .form-check-input:disabled ~ .custom-control-label, .custom-control-input:disabled ~ .form-check-label, .custom-control-input:disabled ~ .custom-control-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input, .form-switch .custom-control-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: 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");
  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, .form-switch .custom-control-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus, .form-switch .custom-control-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23e38da7'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked, .form-switch .custom-control-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

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

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(198, 26, 78, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(198, 26, 78, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #C61A4E;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #eebaca;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #D1D5DB;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #C61A4E;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #eebaca;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #D1D5DB;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #6B7280;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #6B7280;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 4px);
  padding: 1rem 0.75rem;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 2px 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::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-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:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #131C26;
  text-align: center;
  white-space: nowrap;
  background-color: #E5E7EB;
  border: 2px solid #E5E7EB;
  border-radius: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

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

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  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),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  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: -2px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #1AC688;
}

.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: rgba(26, 198, 136, 0.9);
  border-radius: 0.25rem;
}

.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: #1AC688;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%231AC688' d='M2.3 6.73L.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.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #1AC688;
  box-shadow: 0 0 0 0.25rem rgba(26, 198, 136, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #1AC688;
}
.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"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%231F2937' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%231AC688' d='M2.3 6.73L.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-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #1AC688;
  box-shadow: 0 0 0 0.25rem rgba(26, 198, 136, 0.25);
}

.was-validated .form-check-input:valid, .was-validated .custom-control-input:valid, .form-check-input.is-valid, .is-valid.custom-control-input {
  border-color: #1AC688;
}
.was-validated .form-check-input:valid:checked, .was-validated .custom-control-input:valid:checked, .form-check-input.is-valid:checked, .is-valid.custom-control-input:checked {
  background-color: #1AC688;
}
.was-validated .form-check-input:valid:focus, .was-validated .custom-control-input:valid:focus, .form-check-input.is-valid:focus, .is-valid.custom-control-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(26, 198, 136, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .form-check-label, .was-validated .custom-control-input:valid ~ .custom-control-label, .form-check-input.is-valid ~ .form-check-label, .form-check-input.is-valid ~ .custom-control-label, .is-valid.custom-control-input ~ .form-check-label, .is-valid.custom-control-input ~ .custom-control-label {
  color: #1AC688;
}

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

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #EF4444;
}

.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: rgba(239, 68, 68, 0.9);
  border-radius: 0.25rem;
}

.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: #EF4444;
  padding-right: calc(1.5em + 0.75rem);
  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='%23EF4444'%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='%23EF4444' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #EF4444;
  box-shadow: 0 0 0 0.25rem rgba(239, 68, 68, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #EF4444;
}
.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"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%231F2937' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), 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='%23EF4444'%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='%23EF4444' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #EF4444;
  box-shadow: 0 0 0 0.25rem rgba(239, 68, 68, 0.25);
}

.was-validated .form-check-input:invalid, .was-validated .custom-control-input:invalid, .form-check-input.is-invalid, .is-invalid.custom-control-input {
  border-color: #EF4444;
}
.was-validated .form-check-input:invalid:checked, .was-validated .custom-control-input:invalid:checked, .form-check-input.is-invalid:checked, .is-invalid.custom-control-input:checked {
  background-color: #EF4444;
}
.was-validated .form-check-input:invalid:focus, .was-validated .custom-control-input:invalid:focus, .form-check-input.is-invalid:focus, .is-invalid.custom-control-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(239, 68, 68, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .form-check-label, .was-validated .custom-control-input:invalid ~ .custom-control-label, .form-check-input.is-invalid ~ .form-check-label, .form-check-input.is-invalid ~ .custom-control-label, .is-invalid.custom-control-input ~ .form-check-label, .is-invalid.custom-control-input ~ .custom-control-label {
  color: #EF4444;
}

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

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 3;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #131C26;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  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: #131C26;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(198, 26, 78, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary, [theme-color=pink] .section-get-quote .content-form .btn-primary {
  color: #fff;
  background-color: #C61A4E;
  border-color: #C61A4E;
}
.btn-primary:hover, [theme-color=pink] .section-get-quote .content-form .btn-primary:hover {
  color: #fff;
  background-color: #a81642;
  border-color: #9e153e;
}
.btn-check:focus + .btn-primary, [theme-color=pink] .section-get-quote .content-form .btn-check:focus + .btn-primary, .btn-primary:focus, [theme-color=pink] .section-get-quote .content-form .btn-primary:focus {
  color: #fff;
  background-color: #a81642;
  border-color: #9e153e;
  box-shadow: 0 0 0 0.25rem rgba(207, 60, 105, 0.5);
}
.btn-check:checked + .btn-primary, [theme-color=pink] .section-get-quote .content-form .btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, [theme-color=pink] .section-get-quote .content-form .btn-check:active + .btn-primary, .btn-primary:active, [theme-color=pink] .section-get-quote .content-form .btn-primary:active, .btn-primary.active, [theme-color=pink] .section-get-quote .content-form .active.btn-primary, .show > .btn-primary.dropdown-toggle, [theme-color=pink] .section-get-quote .content-form .show > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #9e153e;
  border-color: #95143b;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, [theme-color=pink] .section-get-quote .content-form .btn-primary:active:focus, .btn-primary.active:focus, [theme-color=pink] .section-get-quote .content-form .active.btn-primary:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(207, 60, 105, 0.5);
}
.btn-primary:disabled, [theme-color=pink] .section-get-quote .content-form .btn-primary:disabled, .btn-primary.disabled, [theme-color=pink] .section-get-quote .content-form .disabled.btn-primary {
  color: #fff;
  background-color: #C61A4E;
  border-color: #C61A4E;
}

.btn-secondary {
  color: #fff;
  background-color: #4B5563;
  border-color: #4B5563;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #404854;
  border-color: #3c444f;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #404854;
  border-color: #3c444f;
  box-shadow: 0 0 0 0.25rem rgba(102, 111, 122, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #3c444f;
  border-color: #38404a;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(102, 111, 122, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #4B5563;
  border-color: #4B5563;
}

.btn-success, .protect .buttons .btn-primary, .protect .buttons [theme-color=pink] .section-get-quote .content-form .btn-primary, [theme-color=pink] .section-get-quote .content-form .protect .buttons .btn-primary, .primary-section-3 .btn-primary, .primary-section-3 [theme-color=pink] .section-get-quote .content-form .btn-primary, [theme-color=pink] .section-get-quote .content-form .primary-section-3 .btn-primary, [theme-color=green] .section-get-quote .content-form .btn-primary, [theme-color=green] .btn-primary, [theme-color=pink] .section-get-quote .content-form [theme-color=green] .btn-primary {
  color: #fff;
  background-color: #1AC688;
  border-color: #1AC688;
}
.btn-success:hover, .protect .buttons .btn-primary:hover, .primary-section-3 .btn-primary:hover, .primary-section-3 [theme-color=pink] .section-get-quote .content-form .btn-primary:hover, [theme-color=pink] .section-get-quote .content-form .primary-section-3 .btn-primary:hover, [theme-color=green] .section-get-quote .content-form .btn-primary:hover, [theme-color=green] .btn-primary:hover, [theme-color=pink] .section-get-quote .content-form [theme-color=green] .btn-primary:hover {
  color: #fff;
  background-color: #16a874;
  border-color: #159e6d;
}
.btn-check:focus + .btn-success, .protect .buttons .btn-check:focus + .btn-primary, .primary-section-3 .btn-check:focus + .btn-primary, [theme-color=green] .btn-check:focus + .btn-primary, .btn-success:focus, .protect .buttons .btn-primary:focus, .primary-section-3 .btn-primary:focus, .primary-section-3 [theme-color=pink] .section-get-quote .content-form .btn-primary:focus, [theme-color=pink] .section-get-quote .content-form .primary-section-3 .btn-primary:focus, [theme-color=green] .section-get-quote .content-form .btn-primary:focus, [theme-color=green] .btn-primary:focus, [theme-color=pink] .section-get-quote .content-form [theme-color=green] .btn-primary:focus {
  color: #fff;
  background-color: #16a874;
  border-color: #159e6d;
  box-shadow: 0 0 0 0.25rem rgba(60, 207, 154, 0.5);
}
.btn-check:checked + .btn-success, .protect .buttons .btn-check:checked + .btn-primary, .primary-section-3 .btn-check:checked + .btn-primary, [theme-color=green] .btn-check:checked + .btn-primary, .btn-check:active + .btn-success, .protect .buttons .btn-check:active + .btn-primary, .primary-section-3 .btn-check:active + .btn-primary, [theme-color=green] .btn-check:active + .btn-primary, .btn-success:active, .protect .buttons .btn-primary:active, .primary-section-3 .btn-primary:active, .primary-section-3 [theme-color=pink] .section-get-quote .content-form .btn-primary:active, [theme-color=pink] .section-get-quote .content-form .primary-section-3 .btn-primary:active, [theme-color=green] .section-get-quote .content-form .btn-primary:active, [theme-color=green] .btn-primary:active, [theme-color=pink] .section-get-quote .content-form [theme-color=green] .btn-primary:active, .btn-success.active, .protect .buttons .active.btn-primary, .primary-section-3 .active.btn-primary, .primary-section-3 [theme-color=pink] .section-get-quote .content-form .active.btn-primary, [theme-color=pink] .section-get-quote .content-form .primary-section-3 .active.btn-primary, [theme-color=green] .section-get-quote .content-form .active.btn-primary, [theme-color=green] .active.btn-primary, [theme-color=pink] .section-get-quote .content-form [theme-color=green] .active.btn-primary, .show > .btn-success.dropdown-toggle, .protect .buttons .show > .dropdown-toggle.btn-primary, .primary-section-3 .show > .dropdown-toggle.btn-primary, [theme-color=green] .show > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #159e6d;
  border-color: #149566;
}
.btn-check:checked + .btn-success:focus, .protect .buttons .btn-check:checked + .btn-primary:focus, .primary-section-3 .btn-check:checked + .btn-primary:focus, [theme-color=green] .btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-success:focus, .protect .buttons .btn-check:active + .btn-primary:focus, .primary-section-3 .btn-check:active + .btn-primary:focus, [theme-color=green] .btn-check:active + .btn-primary:focus, .btn-success:active:focus, .protect .buttons .btn-primary:active:focus, .primary-section-3 .btn-primary:active:focus, [theme-color=green] .btn-primary:active:focus, .btn-success.active:focus, .protect .buttons .active.btn-primary:focus, .primary-section-3 .active.btn-primary:focus, [theme-color=green] .active.btn-primary:focus, .show > .btn-success.dropdown-toggle:focus, .protect .buttons .show > .dropdown-toggle.btn-primary:focus, .primary-section-3 .show > .dropdown-toggle.btn-primary:focus, [theme-color=green] .show > .dropdown-toggle.btn-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 207, 154, 0.5);
}
.btn-success:disabled, .protect .buttons .btn-primary:disabled, .primary-section-3 .btn-primary:disabled, .primary-section-3 [theme-color=pink] .section-get-quote .content-form .btn-primary:disabled, [theme-color=pink] .section-get-quote .content-form .primary-section-3 .btn-primary:disabled, [theme-color=green] .section-get-quote .content-form .btn-primary:disabled, [theme-color=green] .btn-primary:disabled, [theme-color=pink] .section-get-quote .content-form [theme-color=green] .btn-primary:disabled, .btn-success.disabled, .protect .buttons .disabled.btn-primary, .primary-section-3 .disabled.btn-primary, .primary-section-3 [theme-color=pink] .section-get-quote .content-form .disabled.btn-primary, [theme-color=pink] .section-get-quote .content-form .primary-section-3 .disabled.btn-primary, [theme-color=green] .section-get-quote .content-form .disabled.btn-primary, [theme-color=green] .disabled.btn-primary, [theme-color=pink] .section-get-quote .content-form [theme-color=green] .disabled.btn-primary {
  color: #fff;
  background-color: #1AC688;
  border-color: #1AC688;
}

.btn-info, .belong .buttons .btn-primary, .belong .buttons [theme-color=pink] .section-get-quote .content-form .btn-primary, [theme-color=pink] .section-get-quote .content-form .belong .buttons .btn-primary, .primary-section-1 .btn-primary, .primary-section-1 [theme-color=pink] .section-get-quote .content-form .btn-primary, [theme-color=pink] .section-get-quote .content-form .primary-section-1 .btn-primary, [theme-color=blue] .btn-primary, [theme-color=blue] [theme-color=pink] .section-get-quote .content-form .btn-primary, [theme-color=pink] .section-get-quote .content-form [theme-color=blue] .btn-primary {
  color: #fff;
  background-color: #06B6D4;
  border-color: #06B6D4;
}
.btn-info:hover, .belong .buttons .btn-primary:hover, .primary-section-1 .btn-primary:hover, .primary-section-1 [theme-color=pink] .section-get-quote .content-form .btn-primary:hover, [theme-color=pink] .section-get-quote .content-form .primary-section-1 .btn-primary:hover, [theme-color=blue] .btn-primary:hover, [theme-color=blue] [theme-color=pink] .section-get-quote .content-form .btn-primary:hover, [theme-color=pink] .section-get-quote .content-form [theme-color=blue] .btn-primary:hover {
  color: #fff;
  background-color: #059bb4;
  border-color: #0592aa;
}
.btn-check:focus + .btn-info, .belong .buttons .btn-check:focus + .btn-primary, .primary-section-1 .btn-check:focus + .btn-primary, [theme-color=blue] .btn-check:focus + .btn-primary, .btn-info:focus, .belong .buttons .btn-primary:focus, .primary-section-1 .btn-primary:focus, .primary-section-1 [theme-color=pink] .section-get-quote .content-form .btn-primary:focus, [theme-color=pink] .section-get-quote .content-form .primary-section-1 .btn-primary:focus, [theme-color=blue] .btn-primary:focus, [theme-color=blue] [theme-color=pink] .section-get-quote .content-form .btn-primary:focus, [theme-color=pink] .section-get-quote .content-form [theme-color=blue] .btn-primary:focus {
  color: #fff;
  background-color: #059bb4;
  border-color: #0592aa;
  box-shadow: 0 0 0 0.25rem rgba(43, 193, 218, 0.5);
}
.btn-check:checked + .btn-info, .belong .buttons .btn-check:checked + .btn-primary, .primary-section-1 .btn-check:checked + .btn-primary, [theme-color=blue] .btn-check:checked + .btn-primary, .btn-check:active + .btn-info, .belong .buttons .btn-check:active + .btn-primary, .primary-section-1 .btn-check:active + .btn-primary, [theme-color=blue] .btn-check:active + .btn-primary, .btn-info:active, .belong .buttons .btn-primary:active, .primary-section-1 .btn-primary:active, .primary-section-1 [theme-color=pink] .section-get-quote .content-form .btn-primary:active, [theme-color=pink] .section-get-quote .content-form .primary-section-1 .btn-primary:active, [theme-color=blue] .btn-primary:active, [theme-color=blue] [theme-color=pink] .section-get-quote .content-form .btn-primary:active, [theme-color=pink] .section-get-quote .content-form [theme-color=blue] .btn-primary:active, .btn-info.active, .belong .buttons .active.btn-primary, .primary-section-1 .active.btn-primary, .primary-section-1 [theme-color=pink] .section-get-quote .content-form .active.btn-primary, [theme-color=pink] .section-get-quote .content-form .primary-section-1 .active.btn-primary, [theme-color=blue] .active.btn-primary, [theme-color=blue] [theme-color=pink] .section-get-quote .content-form .active.btn-primary, [theme-color=pink] .section-get-quote .content-form [theme-color=blue] .active.btn-primary, .show > .btn-info.dropdown-toggle, .belong .buttons .show > .dropdown-toggle.btn-primary, .primary-section-1 .show > .dropdown-toggle.btn-primary, [theme-color=blue] .show > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #0592aa;
  border-color: #05899f;
}
.btn-check:checked + .btn-info:focus, .belong .buttons .btn-check:checked + .btn-primary:focus, .primary-section-1 .btn-check:checked + .btn-primary:focus, [theme-color=blue] .btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-info:focus, .belong .buttons .btn-check:active + .btn-primary:focus, .primary-section-1 .btn-check:active + .btn-primary:focus, [theme-color=blue] .btn-check:active + .btn-primary:focus, .btn-info:active:focus, .belong .buttons .btn-primary:active:focus, .primary-section-1 .btn-primary:active:focus, [theme-color=blue] .btn-primary:active:focus, .btn-info.active:focus, .belong .buttons .active.btn-primary:focus, .primary-section-1 .active.btn-primary:focus, [theme-color=blue] .active.btn-primary:focus, .show > .btn-info.dropdown-toggle:focus, .belong .buttons .show > .dropdown-toggle.btn-primary:focus, .primary-section-1 .show > .dropdown-toggle.btn-primary:focus, [theme-color=blue] .show > .dropdown-toggle.btn-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(43, 193, 218, 0.5);
}
.btn-info:disabled, .belong .buttons .btn-primary:disabled, .primary-section-1 .btn-primary:disabled, .primary-section-1 [theme-color=pink] .section-get-quote .content-form .btn-primary:disabled, [theme-color=pink] .section-get-quote .content-form .primary-section-1 .btn-primary:disabled, [theme-color=blue] .btn-primary:disabled, [theme-color=blue] [theme-color=pink] .section-get-quote .content-form .btn-primary:disabled, [theme-color=pink] .section-get-quote .content-form [theme-color=blue] .btn-primary:disabled, .btn-info.disabled, .belong .buttons .disabled.btn-primary, .primary-section-1 .disabled.btn-primary, .primary-section-1 [theme-color=pink] .section-get-quote .content-form .disabled.btn-primary, [theme-color=pink] .section-get-quote .content-form .primary-section-1 .disabled.btn-primary, [theme-color=blue] .disabled.btn-primary, [theme-color=blue] [theme-color=pink] .section-get-quote .content-form .disabled.btn-primary, [theme-color=pink] .section-get-quote .content-form [theme-color=blue] .disabled.btn-primary {
  color: #fff;
  background-color: #06B6D4;
  border-color: #06B6D4;
}

.btn-warning, .elevate .buttons .btn-primary, .elevate .buttons [theme-color=pink] .section-get-quote .content-form .btn-primary, [theme-color=pink] .section-get-quote .content-form .elevate .buttons .btn-primary, .primary-section-2 .btn-primary, .primary-section-2 [theme-color=pink] .section-get-quote .content-form .btn-primary, [theme-color=pink] .section-get-quote .content-form .primary-section-2 .btn-primary, [theme-color=yellow] .section-get-quote .content-form .btn-primary, [theme-color=yellow] .btn-primary, [theme-color=pink] .section-get-quote .content-form [theme-color=yellow] .btn-primary {
  color: #fff;
  background-color: #EBA337;
  border-color: #EBA337;
}
.btn-warning:hover, .elevate .buttons .btn-primary:hover, .primary-section-2 .btn-primary:hover, .primary-section-2 [theme-color=pink] .section-get-quote .content-form .btn-primary:hover, [theme-color=pink] .section-get-quote .content-form .primary-section-2 .btn-primary:hover, [theme-color=yellow] .section-get-quote .content-form .btn-primary:hover, [theme-color=yellow] .btn-primary:hover, [theme-color=pink] .section-get-quote .content-form [theme-color=yellow] .btn-primary:hover {
  color: #fff;
  background-color: #c88b2f;
  border-color: #bc822c;
}
.btn-check:focus + .btn-warning, .elevate .buttons .btn-check:focus + .btn-primary, .primary-section-2 .btn-check:focus + .btn-primary, [theme-color=yellow] .btn-check:focus + .btn-primary, .btn-warning:focus, .elevate .buttons .btn-primary:focus, .primary-section-2 .btn-primary:focus, .primary-section-2 [theme-color=pink] .section-get-quote .content-form .btn-primary:focus, [theme-color=pink] .section-get-quote .content-form .primary-section-2 .btn-primary:focus, [theme-color=yellow] .section-get-quote .content-form .btn-primary:focus, [theme-color=yellow] .btn-primary:focus, [theme-color=pink] .section-get-quote .content-form [theme-color=yellow] .btn-primary:focus {
  color: #fff;
  background-color: #c88b2f;
  border-color: #bc822c;
  box-shadow: 0 0 0 0.25rem rgba(238, 177, 85, 0.5);
}
.btn-check:checked + .btn-warning, .elevate .buttons .btn-check:checked + .btn-primary, .primary-section-2 .btn-check:checked + .btn-primary, [theme-color=yellow] .btn-check:checked + .btn-primary, .btn-check:active + .btn-warning, .elevate .buttons .btn-check:active + .btn-primary, .primary-section-2 .btn-check:active + .btn-primary, [theme-color=yellow] .btn-check:active + .btn-primary, .btn-warning:active, .elevate .buttons .btn-primary:active, .primary-section-2 .btn-primary:active, .primary-section-2 [theme-color=pink] .section-get-quote .content-form .btn-primary:active, [theme-color=pink] .section-get-quote .content-form .primary-section-2 .btn-primary:active, [theme-color=yellow] .section-get-quote .content-form .btn-primary:active, [theme-color=yellow] .btn-primary:active, [theme-color=pink] .section-get-quote .content-form [theme-color=yellow] .btn-primary:active, .btn-warning.active, .elevate .buttons .active.btn-primary, .primary-section-2 .active.btn-primary, .primary-section-2 [theme-color=pink] .section-get-quote .content-form .active.btn-primary, [theme-color=pink] .section-get-quote .content-form .primary-section-2 .active.btn-primary, [theme-color=yellow] .section-get-quote .content-form .active.btn-primary, [theme-color=yellow] .active.btn-primary, [theme-color=pink] .section-get-quote .content-form [theme-color=yellow] .active.btn-primary, .show > .btn-warning.dropdown-toggle, .elevate .buttons .show > .dropdown-toggle.btn-primary, .primary-section-2 .show > .dropdown-toggle.btn-primary, [theme-color=yellow] .show > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #bc822c;
  border-color: #b07a29;
}
.btn-check:checked + .btn-warning:focus, .elevate .buttons .btn-check:checked + .btn-primary:focus, .primary-section-2 .btn-check:checked + .btn-primary:focus, [theme-color=yellow] .btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-warning:focus, .elevate .buttons .btn-check:active + .btn-primary:focus, .primary-section-2 .btn-check:active + .btn-primary:focus, [theme-color=yellow] .btn-check:active + .btn-primary:focus, .btn-warning:active:focus, .elevate .buttons .btn-primary:active:focus, .primary-section-2 .btn-primary:active:focus, [theme-color=yellow] .btn-primary:active:focus, .btn-warning.active:focus, .elevate .buttons .active.btn-primary:focus, .primary-section-2 .active.btn-primary:focus, [theme-color=yellow] .active.btn-primary:focus, .show > .btn-warning.dropdown-toggle:focus, .elevate .buttons .show > .dropdown-toggle.btn-primary:focus, .primary-section-2 .show > .dropdown-toggle.btn-primary:focus, [theme-color=yellow] .show > .dropdown-toggle.btn-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(238, 177, 85, 0.5);
}
.btn-warning:disabled, .elevate .buttons .btn-primary:disabled, .primary-section-2 .btn-primary:disabled, .primary-section-2 [theme-color=pink] .section-get-quote .content-form .btn-primary:disabled, [theme-color=pink] .section-get-quote .content-form .primary-section-2 .btn-primary:disabled, [theme-color=yellow] .section-get-quote .content-form .btn-primary:disabled, [theme-color=yellow] .btn-primary:disabled, [theme-color=pink] .section-get-quote .content-form [theme-color=yellow] .btn-primary:disabled, .btn-warning.disabled, .elevate .buttons .disabled.btn-primary, .primary-section-2 .disabled.btn-primary, .primary-section-2 [theme-color=pink] .section-get-quote .content-form .disabled.btn-primary, [theme-color=pink] .section-get-quote .content-form .primary-section-2 .disabled.btn-primary, [theme-color=yellow] .section-get-quote .content-form .disabled.btn-primary, [theme-color=yellow] .disabled.btn-primary, [theme-color=pink] .section-get-quote .content-form [theme-color=yellow] .disabled.btn-primary {
  color: #fff;
  background-color: #EBA337;
  border-color: #EBA337;
}

.btn-danger {
  color: #fff;
  background-color: #EF4444;
  border-color: #EF4444;
}
.btn-danger:hover {
  color: #fff;
  background-color: #cb3a3a;
  border-color: #bf3636;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #cb3a3a;
  border-color: #bf3636;
  box-shadow: 0 0 0 0.25rem rgba(241, 96, 96, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bf3636;
  border-color: #b33333;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(241, 96, 96, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #EF4444;
  border-color: #EF4444;
}

.btn-light {
  color: #000;
  background-color: #F3F4F6;
  border-color: #F3F4F6;
}
.btn-light:hover {
  color: #000;
  background-color: #f5f6f7;
  border-color: #f4f5f7;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #f5f6f7;
  border-color: #f4f5f7;
  box-shadow: 0 0 0 0.25rem rgba(207, 207, 209, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f5f6f8;
  border-color: #f4f5f7;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(207, 207, 209, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #F3F4F6;
  border-color: #F3F4F6;
}

.btn-dark {
  color: #fff;
  background-color: #111827;
  border-color: #111827;
}
.btn-dark:hover {
  color: #fff;
  background-color: #0e1421;
  border-color: #0e131f;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #0e1421;
  border-color: #0e131f;
  box-shadow: 0 0 0 0.25rem rgba(53, 59, 71, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #0e131f;
  border-color: #0d121d;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(53, 59, 71, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #111827;
  border-color: #111827;
}

.btn-outline-primary {
  color: #C61A4E;
  border-color: #C61A4E;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #C61A4E;
  border-color: #C61A4E;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(198, 26, 78, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #C61A4E;
  border-color: #C61A4E;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(198, 26, 78, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #C61A4E;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #4B5563;
  border-color: #4B5563;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #4B5563;
  border-color: #4B5563;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(75, 85, 99, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #4B5563;
  border-color: #4B5563;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(75, 85, 99, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #4B5563;
  background-color: transparent;
}

.btn-outline-success {
  color: #1AC688;
  border-color: #1AC688;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #1AC688;
  border-color: #1AC688;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(26, 198, 136, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #1AC688;
  border-color: #1AC688;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(26, 198, 136, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #1AC688;
  background-color: transparent;
}

.btn-outline-info, [theme-color=blue] .btn-outline-primary {
  color: #06B6D4;
  border-color: #06B6D4;
}
.btn-outline-info:hover, [theme-color=blue] .btn-outline-primary:hover {
  color: #fff;
  background-color: #06B6D4;
  border-color: #06B6D4;
}
.btn-check:focus + .btn-outline-info, [theme-color=blue] .btn-check:focus + .btn-outline-primary, .btn-outline-info:focus, [theme-color=blue] .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(6, 182, 212, 0.5);
}
.btn-check:checked + .btn-outline-info, [theme-color=blue] .btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-info, [theme-color=blue] .btn-check:active + .btn-outline-primary, .btn-outline-info:active, [theme-color=blue] .btn-outline-primary:active, .btn-outline-info.active, [theme-color=blue] .active.btn-outline-primary, .btn-outline-info.dropdown-toggle.show, [theme-color=blue] .dropdown-toggle.show.btn-outline-primary {
  color: #fff;
  background-color: #06B6D4;
  border-color: #06B6D4;
}
.btn-check:checked + .btn-outline-info:focus, [theme-color=blue] .btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-info:focus, [theme-color=blue] .btn-check:active + .btn-outline-primary:focus, .btn-outline-info:active:focus, [theme-color=blue] .btn-outline-primary:active:focus, .btn-outline-info.active:focus, [theme-color=blue] .active.btn-outline-primary:focus, .btn-outline-info.dropdown-toggle.show:focus, [theme-color=blue] .dropdown-toggle.show.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(6, 182, 212, 0.5);
}
.btn-outline-info:disabled, [theme-color=blue] .btn-outline-primary:disabled, .btn-outline-info.disabled, [theme-color=blue] .disabled.btn-outline-primary {
  color: #06B6D4;
  background-color: transparent;
}

.btn-outline-warning {
  color: #EBA337;
  border-color: #EBA337;
}
.btn-outline-warning:hover {
  color: #fff;
  background-color: #EBA337;
  border-color: #EBA337;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(235, 163, 55, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #fff;
  background-color: #EBA337;
  border-color: #EBA337;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(235, 163, 55, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #EBA337;
  background-color: transparent;
}

.btn-outline-danger {
  color: #EF4444;
  border-color: #EF4444;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #EF4444;
  border-color: #EF4444;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(239, 68, 68, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #EF4444;
  border-color: #EF4444;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(239, 68, 68, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #EF4444;
  background-color: transparent;
}

.btn-outline-light {
  color: #F3F4F6;
  border-color: #F3F4F6;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #F3F4F6;
  border-color: #F3F4F6;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(243, 244, 246, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #F3F4F6;
  border-color: #F3F4F6;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(243, 244, 246, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #F3F4F6;
  background-color: transparent;
}

.btn-outline-dark {
  color: #111827;
  border-color: #111827;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #111827;
  border-color: #111827;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(17, 24, 39, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #111827;
  border-color: #111827;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(17, 24, 39, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #111827;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #C61A4E;
  text-decoration: underline;
}
.btn-link:hover {
  color: #9e153e;
}
.btn-link:disabled, .btn-link.disabled {
  color: #4B5563;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-sm, [theme-color=blue] .section-get-quote .content-form .btn-primary, [theme-color=green] .section-get-quote .content-form .btn-primary, [theme-color=yellow] .section-get-quote .content-form .btn-primary, [theme-color=pink] .section-get-quote .content-form .btn-primary, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

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

.dropup,
.dropend,
.dropdown,
.dropstart {
  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 {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #131C26;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.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: 0.125rem;
}
.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: 0.125rem;
}
.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: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #111827;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #0f1623;
  background-color: #E5E7EB;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #C61A4E;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6B7280;
  pointer-events: none;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #4B5563;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #111827;
}

.dropdown-menu-dark {
  color: #D1D5DB;
  background-color: #1F2937;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #D1D5DB;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #C61A4E;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #6B7280;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #D1D5DB;
}
.dropdown-menu-dark .dropdown-header {
  color: #6B7280;
}

.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 > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.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: 0.5625rem;
  padding-left: 0.5625rem;
}
.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, [theme-color=blue] .section-get-quote .content-form .btn-primary + .dropdown-toggle-split, [theme-color=green] .section-get-quote .content-form .btn-primary + .dropdown-toggle-split, [theme-color=yellow] .section-get-quote .content-form .btn-primary + .dropdown-toggle-split, [theme-color=pink] .section-get-quote .content-form .btn-primary + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

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

.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: -1px;
}
.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.25rem rgba(198, 26, 78, 0.25);
}
.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.disabled, .nav-tabs .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #C61A4E;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.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 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container, .navbar > .form-layout,
.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: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
@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 0.25rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  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: 0.5rem;
    padding-left: 0.5rem;
  }
  .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;
  }
}
@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: 0.5rem;
    padding-left: 0.5rem;
  }
  .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;
  }
}
@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: 0.5rem;
    padding-left: 0.5rem;
  }
  .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;
  }
}
@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: 0.5rem;
    padding-left: 0.5rem;
  }
  .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;
  }
}
@media (min-width: 1400px) {
  .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: 0.5rem;
    padding-left: 0.5rem;
  }
  .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 {
  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: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: 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");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.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: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

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

.card-title {
  margin-bottom: 0.5rem;
}

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

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

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1rem;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: #fff;
  border-bottom-color: #fff;
}

.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}

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

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-group > .card {
  margin-bottom: 0.75rem;
}
@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-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #131C26;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #b21746;
  background-color: #f9e8ed;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23b21746'%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");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23131C26'%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");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #e38da7;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(198, 26, 78, 0.25);
}

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

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.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-button {
  border-radius: 0;
}

.breadcrumb, .breadcrumb-custom {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

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

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #C61A4E;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #D1D5DB;
  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: #9e153e;
  background-color: #E5E7EB;
  border-color: #D1D5DB;
}
.page-link:focus {
  z-index: 3;
  color: #9e153e;
  background-color: #E5E7EB;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(198, 26, 78, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #C61A4E;
  border-color: #C61A4E;
}
.page-item.disabled .page-link {
  color: #4B5563;
  pointer-events: none;
  background-color: #fff;
  border-color: #D1D5DB;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}

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

.alert, .validation-summary-errors {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  color: #77102f;
  background-color: #f4d1dc;
  border-color: #eebaca;
}
.alert-primary .alert-link {
  color: #5f0d26;
}

.alert-secondary {
  color: #2d333b;
  background-color: #dbdde0;
  border-color: #c9ccd0;
}
.alert-secondary .alert-link {
  color: #24292f;
}

.alert-success {
  color: #107752;
  background-color: #d1f4e7;
  border-color: #baeedb;
}
.alert-success .alert-link {
  color: #0d5f42;
}

.alert-info {
  color: #046d7f;
  background-color: #cdf0f6;
  border-color: #b4e9f2;
}
.alert-info .alert-link {
  color: #035766;
}

.alert-warning {
  color: #8d6221;
  background-color: #fbedd7;
  border-color: #f9e3c3;
}
.alert-warning .alert-link {
  color: #714e1a;
}

.alert-danger, .validation-summary-errors {
  color: #8f2929;
  background-color: #fcdada;
  border-color: #fac7c7;
}
.alert-danger .alert-link, .validation-summary-errors .alert-link {
  color: #722121;
}

.alert-light {
  color: #929294;
  background-color: #fdfdfd;
  border-color: #fbfcfc;
}
.alert-light .alert-link {
  color: #757576;
}

.alert-dark {
  color: #0a0e17;
  background-color: #cfd1d4;
  border-color: #b8babe;
}
.alert-dark .alert-link {
  color: #080b12;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #E5E7EB;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #C61A4E;
  transition: width 0.6s ease;
}
@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: 1rem 1rem;
}

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

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

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

.list-group-item-action {
  width: 100%;
  color: #374151;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #374151;
  text-decoration: none;
  background-color: #F3F4F6;
}
.list-group-item-action:active {
  color: #131C26;
  background-color: #E5E7EB;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #111827;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.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: #4B5563;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #C61A4E;
  border-color: #C61A4E;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  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: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    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: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    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: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    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: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    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: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    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: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #77102f;
  background-color: #f4d1dc;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #77102f;
  background-color: #dcbcc6;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #77102f;
  border-color: #77102f;
}

.list-group-item-secondary {
  color: #2d333b;
  background-color: #dbdde0;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #2d333b;
  background-color: #c5c7ca;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #2d333b;
  border-color: #2d333b;
}

.list-group-item-success {
  color: #107752;
  background-color: #d1f4e7;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #107752;
  background-color: #bcdcd0;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #107752;
  border-color: #107752;
}

.list-group-item-info {
  color: #046d7f;
  background-color: #cdf0f6;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #046d7f;
  background-color: #b9d8dd;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #046d7f;
  border-color: #046d7f;
}

.list-group-item-warning {
  color: #8d6221;
  background-color: #fbedd7;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #8d6221;
  background-color: #e2d5c2;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #8d6221;
  border-color: #8d6221;
}

.list-group-item-danger {
  color: #8f2929;
  background-color: #fcdada;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #8f2929;
  background-color: #e3c4c4;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #8f2929;
  border-color: #8f2929;
}

.list-group-item-light {
  color: #929294;
  background-color: #fdfdfd;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #929294;
  background-color: #e4e4e4;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #929294;
  border-color: #929294;
}

.list-group-item-dark {
  color: #0a0e17;
  background-color: #cfd1d4;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #0a0e17;
  background-color: #babcbf;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #0a0e17;
  border-color: #0a0e17;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent 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 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(198, 26, 78, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.toast:not(.showing):not(.show) {
  opacity: 0;
}
.toast.hide {
  display: none;
}

.toast-container {
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #4B5563;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  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% - 1rem);
}
.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% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

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

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #D1D5DB;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #D1D5DB;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-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 {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@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 {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@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 {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@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 {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@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 {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.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 {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.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: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid #d8d8d8;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: #131C26;
}

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

/* rtl:begin:ignore */
.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%);
}

/* rtl:end:ignore */
.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: #fff;
  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: #fff;
  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%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.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='%23fff'%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-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%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-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%;
  list-style: none;
}
.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: #fff;
  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: #fff;
  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;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

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

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}

.offcanvas.show {
  transform: none;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #C61A4E;
}
.link-primary:hover, .link-primary:focus {
  color: #9e153e;
}

.link-secondary {
  color: #4B5563;
}
.link-secondary:hover, .link-secondary:focus {
  color: #3c444f;
}

.link-success {
  color: #1AC688;
}
.link-success:hover, .link-success:focus {
  color: #159e6d;
}

.link-info {
  color: #06B6D4;
}
.link-info:hover, .link-info:focus {
  color: #0592aa;
}

.link-warning {
  color: #EBA337;
}
.link-warning:hover, .link-warning:focus {
  color: #bc822c;
}

.link-danger {
  color: #EF4444;
}
.link-danger:hover, .link-danger:focus {
  color: #bf3636;
}

.link-light {
  color: #F3F4F6;
}
.link-light:hover, .link-light:focus {
  color: #f5f6f8;
}

.link-dark {
  color: #111827;
}
.link-dark:hover, .link-dark:focus {
  color: #0e131f;
}

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

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

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

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  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;
}

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

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

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

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

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

.overflow-scroll {
  overflow: 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-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: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

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

.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: 1px solid #D1D5DB !important;
}

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

.border-top {
  border-top: 1px solid #D1D5DB !important;
}

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

.border-end {
  border-right: 1px solid #D1D5DB !important;
}

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

.border-bottom, .membershipBundle > div:not(.mb-2) .custom-control {
  border-bottom: 1px solid #D1D5DB !important;
}

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

.border-start {
  border-left: 1px solid #D1D5DB !important;
}

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

.border-primary {
  border-color: #C61A4E !important;
}

.border-secondary {
  border-color: #4B5563 !important;
}

.border-success {
  border-color: #1AC688 !important;
}

.border-info {
  border-color: #06B6D4 !important;
}

.border-warning {
  border-color: #EBA337 !important;
}

.border-danger {
  border-color: #EF4444 !important;
}

.border-light {
  border-color: #F3F4F6 !important;
}

.border-dark {
  border-color: #111827 !important;
}

.border-white {
  border-color: #fff !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;
}

.w-1 {
  width: 1rem !important;
}

.w-2 {
  width: 2rem !important;
}

.w-3 {
  width: 3rem !important;
}

.w-4 {
  width: 4rem !important;
}

.w-5 {
  width: 5rem !important;
}

.w-6 {
  width: 6rem !important;
}

.w-7 {
  width: 7rem !important;
}

.w-8 {
  width: 8rem !important;
}

.w-9 {
  width: 9rem !important;
}

.w-10 {
  width: 10rem !important;
}

.w-11 {
  width: 11rem !important;
}

.w-12 {
  width: 12rem !important;
}

.w-13 {
  width: 13rem !important;
}

.w-14 {
  width: 14rem !important;
}

.w-15 {
  width: 15rem !important;
}

.w-16 {
  width: 16rem !important;
}

.w-17 {
  width: 17rem !important;
}

.w-18 {
  width: 18rem !important;
}

.w-19 {
  width: 19rem !important;
}

.w-20 {
  width: 20rem !important;
}

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

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

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

.w-100 {
  width: 100% !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;
}

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

.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, .membershipBundle > div:not(.mb-2) .custom-control {
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* rtl:end:remove */
.text-primary {
  color: #C61A4E !important;
}

.text-secondary {
  color: #4B5563 !important;
}

.text-success {
  color: #1AC688 !important;
}

.text-info {
  color: #06B6D4 !important;
}

.text-warning {
  color: #EBA337 !important;
}

.text-danger {
  color: #EF4444 !important;
}

.text-light {
  color: #F3F4F6 !important;
}

.text-dark {
  color: #111827 !important;
}

.text-white {
  color: #fff !important;
}

.text-body {
  color: #131C26 !important;
}

.text-muted, .primary-pre-footer .description, .primary-section-3 .testimonial .card-info, .primary-section-2 .testimonial .card-info, .primary-section-1 .testimonial .card-info, .primary-section .card:not(.testimonial) .description {
  color: #6B7280 !important;
}

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

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

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

.bg-primary {
  background-color: #C61A4E !important;
}

.bg-secondary {
  background-color: #4B5563 !important;
}

.bg-success {
  background-color: #1AC688 !important;
}

.bg-info {
  background-color: #06B6D4 !important;
}

.bg-warning {
  background-color: #EBA337 !important;
}

.bg-danger {
  background-color: #EF4444 !important;
}

.bg-light {
  background-color: #F3F4F6 !important;
}

.bg-dark {
  background-color: #111827 !important;
}

.bg-body {
  background-color: #fff !important;
}

.bg-white {
  background-color: #fff !important;
}

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

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

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

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

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

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

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

.rounded {
  border-radius: 0.25rem !important;
}

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

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 0.25rem !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

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

.rounded-pill {
  border-radius: 50rem !important;
}

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !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;
}

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

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

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

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

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

.object-bottom {
  object-position: bottom !important;
}

.object-center {
  object-position: center !important;
}

.object-left {
  object-position: left !important;
}

.object-left-bottom {
  object-position: left bottom !important;
}

.object-left-top {
  object-position: left top !important;
}

.object-right {
  object-position: right !important;
}

.object-right-bottom {
  object-position: right bottom !important;
}

.object-right-top {
  object-position: right top !important;
}

.object-top {
  object-position: top !important;
}

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

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

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

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

.z-4 {
  z-index: 40 !important;
}

.z-5 {
  z-index: 50 !important;
}

.z-6 {
  z-index: 60 !important;
}

.z-7 {
  z-index: 70 !important;
}

.z-8 {
  z-index: 80 !important;
}

.z-9 {
  z-index: 90 !important;
}

.z-10 {
  z-index: 100 !important;
}

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

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}

.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}

.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}

.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
}

.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
}

.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}

.grid-cols-none {
  grid-template-columns: none !important;
}

.col-span-1 {
  grid-column: span 1/span 1 !important;
}

.col-span-2 {
  grid-column: span 2/span 2 !important;
}

.col-span-3 {
  grid-column: span 3/span 3 !important;
}

.col-span-4 {
  grid-column: span 4/span 4 !important;
}

.col-span-5 {
  grid-column: span 5/span 5 !important;
}

.col-span-6 {
  grid-column: span 6/span 6 !important;
}

.col-span-7 {
  grid-column: span 7/span 7 !important;
}

.col-span-8 {
  grid-column: span 8/span 8 !important;
}

.col-span-9 {
  grid-column: span 9/span 9 !important;
}

.col-span-10 {
  grid-column: span 10/span 10 !important;
}

.col-span-11 {
  grid-column: span 11/span 11 !important;
}

.col-span-12 {
  grid-column: span 12/span 12 !important;
}

.col-span-auto {
  grid-column: auto !important;
}

.col-span-full {
  grid-column: 1/-1 !important;
}

.col-start-1 {
  grid-column-start: 1 !important;
}

.col-start-2 {
  grid-column-start: 2 !important;
}

.col-start-3 {
  grid-column-start: 3 !important;
}

.col-start-4 {
  grid-column-start: 4 !important;
}

.col-start-5 {
  grid-column-start: 5 !important;
}

.col-start-6 {
  grid-column-start: 6 !important;
}

.col-start-7 {
  grid-column-start: 7 !important;
}

.col-start-8 {
  grid-column-start: 8 !important;
}

.col-start-9 {
  grid-column-start: 9 !important;
}

.col-start-10 {
  grid-column-start: 10 !important;
}

.col-start-11 {
  grid-column-start: 11 !important;
}

.col-start-12 {
  grid-column-start: 12 !important;
}

.col-start-13 {
  grid-column-start: 13 !important;
}

.col-start-auto {
  grid-column-start: auto !important;
}

.col-end-1 {
  grid-column-end: 1 !important;
}

.col-end-2 {
  grid-column-end: 2 !important;
}

.col-end-3 {
  grid-column-end: 3 !important;
}

.col-end-4 {
  grid-column-end: 4 !important;
}

.col-end-5 {
  grid-column-end: 5 !important;
}

.col-end-6 {
  grid-column-end: 6 !important;
}

.col-end-7 {
  grid-column-end: 7 !important;
}

.col-end-8 {
  grid-column-end: 8 !important;
}

.col-end-9 {
  grid-column-end: 9 !important;
}

.col-end-10 {
  grid-column-end: 10 !important;
}

.col-end-11 {
  grid-column-end: 11 !important;
}

.col-end-12 {
  grid-column-end: 12 !important;
}

.col-end-13 {
  grid-column-end: 13 !important;
}

.col-end-auto {
  grid-column-end: auto !important;
}

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

.cursor-default {
  cursor: default !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.cursor-wait {
  cursor: wait !important;
}

.cursor-text {
  cursor: text !important;
}

.cursor-move {
  cursor: move !important;
}

.cursor-not-allowed {
  cursor: not-allowed !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: 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-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;
  }
  .w-sm-1 {
    width: 1rem !important;
  }
  .w-sm-2 {
    width: 2rem !important;
  }
  .w-sm-3 {
    width: 3rem !important;
  }
  .w-sm-4 {
    width: 4rem !important;
  }
  .w-sm-5 {
    width: 5rem !important;
  }
  .w-sm-6 {
    width: 6rem !important;
  }
  .w-sm-7 {
    width: 7rem !important;
  }
  .w-sm-8 {
    width: 8rem !important;
  }
  .w-sm-9 {
    width: 9rem !important;
  }
  .w-sm-10 {
    width: 10rem !important;
  }
  .w-sm-11 {
    width: 11rem !important;
  }
  .w-sm-12 {
    width: 12rem !important;
  }
  .w-sm-13 {
    width: 13rem !important;
  }
  .w-sm-14 {
    width: 14rem !important;
  }
  .w-sm-15 {
    width: 15rem !important;
  }
  .w-sm-16 {
    width: 16rem !important;
  }
  .w-sm-17 {
    width: 17rem !important;
  }
  .w-sm-18 {
    width: 18rem !important;
  }
  .w-sm-19 {
    width: 19rem !important;
  }
  .w-sm-20 {
    width: 20rem !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .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;
  }
  .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;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .opacity-sm-0 {
    opacity: 0 !important;
  }
  .opacity-sm-25 {
    opacity: 0.25 !important;
  }
  .opacity-sm-50 {
    opacity: 0.5 !important;
  }
  .opacity-sm-75 {
    opacity: 0.75 !important;
  }
  .opacity-sm-100 {
    opacity: 1 !important;
  }
  .object-sm-contain {
    object-fit: contain !important;
  }
  .object-sm-cover {
    object-fit: cover !important;
  }
  .object-sm-fill {
    object-fit: fill !important;
  }
  .object-sm-none {
    object-fit: none !important;
  }
  .object-sm-scale-down {
    object-fit: scale-down !important;
  }
  .object-sm-bottom {
    object-position: bottom !important;
  }
  .object-sm-center {
    object-position: center !important;
  }
  .object-sm-left {
    object-position: left !important;
  }
  .object-sm-left-bottom {
    object-position: left bottom !important;
  }
  .object-sm-left-top {
    object-position: left top !important;
  }
  .object-sm-right {
    object-position: right !important;
  }
  .object-sm-right-bottom {
    object-position: right bottom !important;
  }
  .object-sm-right-top {
    object-position: right top !important;
  }
  .object-sm-top {
    object-position: top !important;
  }
  .z-sm-0 {
    z-index: 0 !important;
  }
  .z-sm-1 {
    z-index: 10 !important;
  }
  .z-sm-2 {
    z-index: 20 !important;
  }
  .z-sm-3 {
    z-index: 30 !important;
  }
  .z-sm-4 {
    z-index: 40 !important;
  }
  .z-sm-5 {
    z-index: 50 !important;
  }
  .z-sm-6 {
    z-index: 60 !important;
  }
  .z-sm-7 {
    z-index: 70 !important;
  }
  .z-sm-8 {
    z-index: 80 !important;
  }
  .z-sm-9 {
    z-index: 90 !important;
  }
  .z-sm-10 {
    z-index: 100 !important;
  }
  .z-sm-auto {
    z-index: auto !important;
  }
  .grid-cols-sm-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  .grid-cols-sm-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .grid-cols-sm-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .grid-cols-sm-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .grid-cols-sm-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
  .grid-cols-sm-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
  .grid-cols-sm-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
  .grid-cols-sm-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
  .grid-cols-sm-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }
  .grid-cols-sm-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }
  .grid-cols-sm-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }
  .grid-cols-sm-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }
  .grid-cols-sm-none {
    grid-template-columns: none !important;
  }
  .col-span-sm-1 {
    grid-column: span 1/span 1 !important;
  }
  .col-span-sm-2 {
    grid-column: span 2/span 2 !important;
  }
  .col-span-sm-3 {
    grid-column: span 3/span 3 !important;
  }
  .col-span-sm-4 {
    grid-column: span 4/span 4 !important;
  }
  .col-span-sm-5 {
    grid-column: span 5/span 5 !important;
  }
  .col-span-sm-6 {
    grid-column: span 6/span 6 !important;
  }
  .col-span-sm-7 {
    grid-column: span 7/span 7 !important;
  }
  .col-span-sm-8 {
    grid-column: span 8/span 8 !important;
  }
  .col-span-sm-9 {
    grid-column: span 9/span 9 !important;
  }
  .col-span-sm-10 {
    grid-column: span 10/span 10 !important;
  }
  .col-span-sm-11 {
    grid-column: span 11/span 11 !important;
  }
  .col-span-sm-12 {
    grid-column: span 12/span 12 !important;
  }
  .col-span-sm-auto {
    grid-column: auto !important;
  }
  .col-span-sm-full {
    grid-column: 1/-1 !important;
  }
  .col-start-sm-1 {
    grid-column-start: 1 !important;
  }
  .col-start-sm-2 {
    grid-column-start: 2 !important;
  }
  .col-start-sm-3 {
    grid-column-start: 3 !important;
  }
  .col-start-sm-4 {
    grid-column-start: 4 !important;
  }
  .col-start-sm-5 {
    grid-column-start: 5 !important;
  }
  .col-start-sm-6 {
    grid-column-start: 6 !important;
  }
  .col-start-sm-7 {
    grid-column-start: 7 !important;
  }
  .col-start-sm-8 {
    grid-column-start: 8 !important;
  }
  .col-start-sm-9 {
    grid-column-start: 9 !important;
  }
  .col-start-sm-10 {
    grid-column-start: 10 !important;
  }
  .col-start-sm-11 {
    grid-column-start: 11 !important;
  }
  .col-start-sm-12 {
    grid-column-start: 12 !important;
  }
  .col-start-sm-13 {
    grid-column-start: 13 !important;
  }
  .col-start-sm-auto {
    grid-column-start: auto !important;
  }
  .col-end-sm-1 {
    grid-column-end: 1 !important;
  }
  .col-end-sm-2 {
    grid-column-end: 2 !important;
  }
  .col-end-sm-3 {
    grid-column-end: 3 !important;
  }
  .col-end-sm-4 {
    grid-column-end: 4 !important;
  }
  .col-end-sm-5 {
    grid-column-end: 5 !important;
  }
  .col-end-sm-6 {
    grid-column-end: 6 !important;
  }
  .col-end-sm-7 {
    grid-column-end: 7 !important;
  }
  .col-end-sm-8 {
    grid-column-end: 8 !important;
  }
  .col-end-sm-9 {
    grid-column-end: 9 !important;
  }
  .col-end-sm-10 {
    grid-column-end: 10 !important;
  }
  .col-end-sm-11 {
    grid-column-end: 11 !important;
  }
  .col-end-sm-12 {
    grid-column-end: 12 !important;
  }
  .col-end-sm-13 {
    grid-column-end: 13 !important;
  }
  .col-end-sm-auto {
    grid-column-end: auto !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: 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-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;
  }
  .w-md-1 {
    width: 1rem !important;
  }
  .w-md-2 {
    width: 2rem !important;
  }
  .w-md-3 {
    width: 3rem !important;
  }
  .w-md-4 {
    width: 4rem !important;
  }
  .w-md-5 {
    width: 5rem !important;
  }
  .w-md-6 {
    width: 6rem !important;
  }
  .w-md-7 {
    width: 7rem !important;
  }
  .w-md-8 {
    width: 8rem !important;
  }
  .w-md-9 {
    width: 9rem !important;
  }
  .w-md-10 {
    width: 10rem !important;
  }
  .w-md-11 {
    width: 11rem !important;
  }
  .w-md-12 {
    width: 12rem !important;
  }
  .w-md-13 {
    width: 13rem !important;
  }
  .w-md-14 {
    width: 14rem !important;
  }
  .w-md-15 {
    width: 15rem !important;
  }
  .w-md-16 {
    width: 16rem !important;
  }
  .w-md-17 {
    width: 17rem !important;
  }
  .w-md-18 {
    width: 18rem !important;
  }
  .w-md-19 {
    width: 19rem !important;
  }
  .w-md-20 {
    width: 20rem !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .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;
  }
  .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;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .opacity-md-0 {
    opacity: 0 !important;
  }
  .opacity-md-25 {
    opacity: 0.25 !important;
  }
  .opacity-md-50 {
    opacity: 0.5 !important;
  }
  .opacity-md-75 {
    opacity: 0.75 !important;
  }
  .opacity-md-100 {
    opacity: 1 !important;
  }
  .object-md-contain {
    object-fit: contain !important;
  }
  .object-md-cover {
    object-fit: cover !important;
  }
  .object-md-fill {
    object-fit: fill !important;
  }
  .object-md-none {
    object-fit: none !important;
  }
  .object-md-scale-down {
    object-fit: scale-down !important;
  }
  .object-md-bottom {
    object-position: bottom !important;
  }
  .object-md-center {
    object-position: center !important;
  }
  .object-md-left {
    object-position: left !important;
  }
  .object-md-left-bottom {
    object-position: left bottom !important;
  }
  .object-md-left-top {
    object-position: left top !important;
  }
  .object-md-right {
    object-position: right !important;
  }
  .object-md-right-bottom {
    object-position: right bottom !important;
  }
  .object-md-right-top {
    object-position: right top !important;
  }
  .object-md-top {
    object-position: top !important;
  }
  .z-md-0 {
    z-index: 0 !important;
  }
  .z-md-1 {
    z-index: 10 !important;
  }
  .z-md-2 {
    z-index: 20 !important;
  }
  .z-md-3 {
    z-index: 30 !important;
  }
  .z-md-4 {
    z-index: 40 !important;
  }
  .z-md-5 {
    z-index: 50 !important;
  }
  .z-md-6 {
    z-index: 60 !important;
  }
  .z-md-7 {
    z-index: 70 !important;
  }
  .z-md-8 {
    z-index: 80 !important;
  }
  .z-md-9 {
    z-index: 90 !important;
  }
  .z-md-10 {
    z-index: 100 !important;
  }
  .z-md-auto {
    z-index: auto !important;
  }
  .grid-cols-md-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  .grid-cols-md-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .grid-cols-md-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .grid-cols-md-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .grid-cols-md-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
  .grid-cols-md-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
  .grid-cols-md-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
  .grid-cols-md-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
  .grid-cols-md-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }
  .grid-cols-md-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }
  .grid-cols-md-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }
  .grid-cols-md-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }
  .grid-cols-md-none {
    grid-template-columns: none !important;
  }
  .col-span-md-1 {
    grid-column: span 1/span 1 !important;
  }
  .col-span-md-2 {
    grid-column: span 2/span 2 !important;
  }
  .col-span-md-3 {
    grid-column: span 3/span 3 !important;
  }
  .col-span-md-4 {
    grid-column: span 4/span 4 !important;
  }
  .col-span-md-5 {
    grid-column: span 5/span 5 !important;
  }
  .col-span-md-6 {
    grid-column: span 6/span 6 !important;
  }
  .col-span-md-7 {
    grid-column: span 7/span 7 !important;
  }
  .col-span-md-8 {
    grid-column: span 8/span 8 !important;
  }
  .col-span-md-9 {
    grid-column: span 9/span 9 !important;
  }
  .col-span-md-10 {
    grid-column: span 10/span 10 !important;
  }
  .col-span-md-11 {
    grid-column: span 11/span 11 !important;
  }
  .col-span-md-12 {
    grid-column: span 12/span 12 !important;
  }
  .col-span-md-auto {
    grid-column: auto !important;
  }
  .col-span-md-full {
    grid-column: 1/-1 !important;
  }
  .col-start-md-1 {
    grid-column-start: 1 !important;
  }
  .col-start-md-2 {
    grid-column-start: 2 !important;
  }
  .col-start-md-3 {
    grid-column-start: 3 !important;
  }
  .col-start-md-4 {
    grid-column-start: 4 !important;
  }
  .col-start-md-5 {
    grid-column-start: 5 !important;
  }
  .col-start-md-6 {
    grid-column-start: 6 !important;
  }
  .col-start-md-7 {
    grid-column-start: 7 !important;
  }
  .col-start-md-8 {
    grid-column-start: 8 !important;
  }
  .col-start-md-9 {
    grid-column-start: 9 !important;
  }
  .col-start-md-10 {
    grid-column-start: 10 !important;
  }
  .col-start-md-11 {
    grid-column-start: 11 !important;
  }
  .col-start-md-12 {
    grid-column-start: 12 !important;
  }
  .col-start-md-13 {
    grid-column-start: 13 !important;
  }
  .col-start-md-auto {
    grid-column-start: auto !important;
  }
  .col-end-md-1 {
    grid-column-end: 1 !important;
  }
  .col-end-md-2 {
    grid-column-end: 2 !important;
  }
  .col-end-md-3 {
    grid-column-end: 3 !important;
  }
  .col-end-md-4 {
    grid-column-end: 4 !important;
  }
  .col-end-md-5 {
    grid-column-end: 5 !important;
  }
  .col-end-md-6 {
    grid-column-end: 6 !important;
  }
  .col-end-md-7 {
    grid-column-end: 7 !important;
  }
  .col-end-md-8 {
    grid-column-end: 8 !important;
  }
  .col-end-md-9 {
    grid-column-end: 9 !important;
  }
  .col-end-md-10 {
    grid-column-end: 10 !important;
  }
  .col-end-md-11 {
    grid-column-end: 11 !important;
  }
  .col-end-md-12 {
    grid-column-end: 12 !important;
  }
  .col-end-md-13 {
    grid-column-end: 13 !important;
  }
  .col-end-md-auto {
    grid-column-end: auto !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: 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-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;
  }
  .w-lg-1 {
    width: 1rem !important;
  }
  .w-lg-2 {
    width: 2rem !important;
  }
  .w-lg-3 {
    width: 3rem !important;
  }
  .w-lg-4 {
    width: 4rem !important;
  }
  .w-lg-5 {
    width: 5rem !important;
  }
  .w-lg-6 {
    width: 6rem !important;
  }
  .w-lg-7 {
    width: 7rem !important;
  }
  .w-lg-8 {
    width: 8rem !important;
  }
  .w-lg-9 {
    width: 9rem !important;
  }
  .w-lg-10 {
    width: 10rem !important;
  }
  .w-lg-11 {
    width: 11rem !important;
  }
  .w-lg-12 {
    width: 12rem !important;
  }
  .w-lg-13 {
    width: 13rem !important;
  }
  .w-lg-14 {
    width: 14rem !important;
  }
  .w-lg-15 {
    width: 15rem !important;
  }
  .w-lg-16 {
    width: 16rem !important;
  }
  .w-lg-17 {
    width: 17rem !important;
  }
  .w-lg-18 {
    width: 18rem !important;
  }
  .w-lg-19 {
    width: 19rem !important;
  }
  .w-lg-20 {
    width: 20rem !important;
  }
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .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;
  }
  .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;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .opacity-lg-0 {
    opacity: 0 !important;
  }
  .opacity-lg-25 {
    opacity: 0.25 !important;
  }
  .opacity-lg-50 {
    opacity: 0.5 !important;
  }
  .opacity-lg-75 {
    opacity: 0.75 !important;
  }
  .opacity-lg-100 {
    opacity: 1 !important;
  }
  .object-lg-contain {
    object-fit: contain !important;
  }
  .object-lg-cover {
    object-fit: cover !important;
  }
  .object-lg-fill {
    object-fit: fill !important;
  }
  .object-lg-none {
    object-fit: none !important;
  }
  .object-lg-scale-down {
    object-fit: scale-down !important;
  }
  .object-lg-bottom {
    object-position: bottom !important;
  }
  .object-lg-center {
    object-position: center !important;
  }
  .object-lg-left {
    object-position: left !important;
  }
  .object-lg-left-bottom {
    object-position: left bottom !important;
  }
  .object-lg-left-top {
    object-position: left top !important;
  }
  .object-lg-right {
    object-position: right !important;
  }
  .object-lg-right-bottom {
    object-position: right bottom !important;
  }
  .object-lg-right-top {
    object-position: right top !important;
  }
  .object-lg-top {
    object-position: top !important;
  }
  .z-lg-0 {
    z-index: 0 !important;
  }
  .z-lg-1 {
    z-index: 10 !important;
  }
  .z-lg-2 {
    z-index: 20 !important;
  }
  .z-lg-3 {
    z-index: 30 !important;
  }
  .z-lg-4 {
    z-index: 40 !important;
  }
  .z-lg-5 {
    z-index: 50 !important;
  }
  .z-lg-6 {
    z-index: 60 !important;
  }
  .z-lg-7 {
    z-index: 70 !important;
  }
  .z-lg-8 {
    z-index: 80 !important;
  }
  .z-lg-9 {
    z-index: 90 !important;
  }
  .z-lg-10 {
    z-index: 100 !important;
  }
  .z-lg-auto {
    z-index: auto !important;
  }
  .grid-cols-lg-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  .grid-cols-lg-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .grid-cols-lg-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .grid-cols-lg-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .grid-cols-lg-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
  .grid-cols-lg-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
  .grid-cols-lg-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
  .grid-cols-lg-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
  .grid-cols-lg-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }
  .grid-cols-lg-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }
  .grid-cols-lg-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }
  .grid-cols-lg-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }
  .grid-cols-lg-none {
    grid-template-columns: none !important;
  }
  .col-span-lg-1 {
    grid-column: span 1/span 1 !important;
  }
  .col-span-lg-2 {
    grid-column: span 2/span 2 !important;
  }
  .col-span-lg-3 {
    grid-column: span 3/span 3 !important;
  }
  .col-span-lg-4 {
    grid-column: span 4/span 4 !important;
  }
  .col-span-lg-5 {
    grid-column: span 5/span 5 !important;
  }
  .col-span-lg-6 {
    grid-column: span 6/span 6 !important;
  }
  .col-span-lg-7 {
    grid-column: span 7/span 7 !important;
  }
  .col-span-lg-8 {
    grid-column: span 8/span 8 !important;
  }
  .col-span-lg-9 {
    grid-column: span 9/span 9 !important;
  }
  .col-span-lg-10 {
    grid-column: span 10/span 10 !important;
  }
  .col-span-lg-11 {
    grid-column: span 11/span 11 !important;
  }
  .col-span-lg-12 {
    grid-column: span 12/span 12 !important;
  }
  .col-span-lg-auto {
    grid-column: auto !important;
  }
  .col-span-lg-full {
    grid-column: 1/-1 !important;
  }
  .col-start-lg-1 {
    grid-column-start: 1 !important;
  }
  .col-start-lg-2 {
    grid-column-start: 2 !important;
  }
  .col-start-lg-3 {
    grid-column-start: 3 !important;
  }
  .col-start-lg-4 {
    grid-column-start: 4 !important;
  }
  .col-start-lg-5 {
    grid-column-start: 5 !important;
  }
  .col-start-lg-6 {
    grid-column-start: 6 !important;
  }
  .col-start-lg-7 {
    grid-column-start: 7 !important;
  }
  .col-start-lg-8 {
    grid-column-start: 8 !important;
  }
  .col-start-lg-9 {
    grid-column-start: 9 !important;
  }
  .col-start-lg-10 {
    grid-column-start: 10 !important;
  }
  .col-start-lg-11 {
    grid-column-start: 11 !important;
  }
  .col-start-lg-12 {
    grid-column-start: 12 !important;
  }
  .col-start-lg-13 {
    grid-column-start: 13 !important;
  }
  .col-start-lg-auto {
    grid-column-start: auto !important;
  }
  .col-end-lg-1 {
    grid-column-end: 1 !important;
  }
  .col-end-lg-2 {
    grid-column-end: 2 !important;
  }
  .col-end-lg-3 {
    grid-column-end: 3 !important;
  }
  .col-end-lg-4 {
    grid-column-end: 4 !important;
  }
  .col-end-lg-5 {
    grid-column-end: 5 !important;
  }
  .col-end-lg-6 {
    grid-column-end: 6 !important;
  }
  .col-end-lg-7 {
    grid-column-end: 7 !important;
  }
  .col-end-lg-8 {
    grid-column-end: 8 !important;
  }
  .col-end-lg-9 {
    grid-column-end: 9 !important;
  }
  .col-end-lg-10 {
    grid-column-end: 10 !important;
  }
  .col-end-lg-11 {
    grid-column-end: 11 !important;
  }
  .col-end-lg-12 {
    grid-column-end: 12 !important;
  }
  .col-end-lg-13 {
    grid-column-end: 13 !important;
  }
  .col-end-lg-auto {
    grid-column-end: auto !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: 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-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;
  }
  .w-xl-1 {
    width: 1rem !important;
  }
  .w-xl-2 {
    width: 2rem !important;
  }
  .w-xl-3 {
    width: 3rem !important;
  }
  .w-xl-4 {
    width: 4rem !important;
  }
  .w-xl-5 {
    width: 5rem !important;
  }
  .w-xl-6 {
    width: 6rem !important;
  }
  .w-xl-7 {
    width: 7rem !important;
  }
  .w-xl-8 {
    width: 8rem !important;
  }
  .w-xl-9 {
    width: 9rem !important;
  }
  .w-xl-10 {
    width: 10rem !important;
  }
  .w-xl-11 {
    width: 11rem !important;
  }
  .w-xl-12 {
    width: 12rem !important;
  }
  .w-xl-13 {
    width: 13rem !important;
  }
  .w-xl-14 {
    width: 14rem !important;
  }
  .w-xl-15 {
    width: 15rem !important;
  }
  .w-xl-16 {
    width: 16rem !important;
  }
  .w-xl-17 {
    width: 17rem !important;
  }
  .w-xl-18 {
    width: 18rem !important;
  }
  .w-xl-19 {
    width: 19rem !important;
  }
  .w-xl-20 {
    width: 20rem !important;
  }
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .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;
  }
  .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;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .opacity-xl-0 {
    opacity: 0 !important;
  }
  .opacity-xl-25 {
    opacity: 0.25 !important;
  }
  .opacity-xl-50 {
    opacity: 0.5 !important;
  }
  .opacity-xl-75 {
    opacity: 0.75 !important;
  }
  .opacity-xl-100 {
    opacity: 1 !important;
  }
  .object-xl-contain {
    object-fit: contain !important;
  }
  .object-xl-cover {
    object-fit: cover !important;
  }
  .object-xl-fill {
    object-fit: fill !important;
  }
  .object-xl-none {
    object-fit: none !important;
  }
  .object-xl-scale-down {
    object-fit: scale-down !important;
  }
  .object-xl-bottom {
    object-position: bottom !important;
  }
  .object-xl-center {
    object-position: center !important;
  }
  .object-xl-left {
    object-position: left !important;
  }
  .object-xl-left-bottom {
    object-position: left bottom !important;
  }
  .object-xl-left-top {
    object-position: left top !important;
  }
  .object-xl-right {
    object-position: right !important;
  }
  .object-xl-right-bottom {
    object-position: right bottom !important;
  }
  .object-xl-right-top {
    object-position: right top !important;
  }
  .object-xl-top {
    object-position: top !important;
  }
  .z-xl-0 {
    z-index: 0 !important;
  }
  .z-xl-1 {
    z-index: 10 !important;
  }
  .z-xl-2 {
    z-index: 20 !important;
  }
  .z-xl-3 {
    z-index: 30 !important;
  }
  .z-xl-4 {
    z-index: 40 !important;
  }
  .z-xl-5 {
    z-index: 50 !important;
  }
  .z-xl-6 {
    z-index: 60 !important;
  }
  .z-xl-7 {
    z-index: 70 !important;
  }
  .z-xl-8 {
    z-index: 80 !important;
  }
  .z-xl-9 {
    z-index: 90 !important;
  }
  .z-xl-10 {
    z-index: 100 !important;
  }
  .z-xl-auto {
    z-index: auto !important;
  }
  .grid-cols-xl-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  .grid-cols-xl-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .grid-cols-xl-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .grid-cols-xl-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .grid-cols-xl-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
  .grid-cols-xl-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
  .grid-cols-xl-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
  .grid-cols-xl-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
  .grid-cols-xl-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }
  .grid-cols-xl-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }
  .grid-cols-xl-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }
  .grid-cols-xl-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }
  .grid-cols-xl-none {
    grid-template-columns: none !important;
  }
  .col-span-xl-1 {
    grid-column: span 1/span 1 !important;
  }
  .col-span-xl-2 {
    grid-column: span 2/span 2 !important;
  }
  .col-span-xl-3 {
    grid-column: span 3/span 3 !important;
  }
  .col-span-xl-4 {
    grid-column: span 4/span 4 !important;
  }
  .col-span-xl-5 {
    grid-column: span 5/span 5 !important;
  }
  .col-span-xl-6 {
    grid-column: span 6/span 6 !important;
  }
  .col-span-xl-7 {
    grid-column: span 7/span 7 !important;
  }
  .col-span-xl-8 {
    grid-column: span 8/span 8 !important;
  }
  .col-span-xl-9 {
    grid-column: span 9/span 9 !important;
  }
  .col-span-xl-10 {
    grid-column: span 10/span 10 !important;
  }
  .col-span-xl-11 {
    grid-column: span 11/span 11 !important;
  }
  .col-span-xl-12 {
    grid-column: span 12/span 12 !important;
  }
  .col-span-xl-auto {
    grid-column: auto !important;
  }
  .col-span-xl-full {
    grid-column: 1/-1 !important;
  }
  .col-start-xl-1 {
    grid-column-start: 1 !important;
  }
  .col-start-xl-2 {
    grid-column-start: 2 !important;
  }
  .col-start-xl-3 {
    grid-column-start: 3 !important;
  }
  .col-start-xl-4 {
    grid-column-start: 4 !important;
  }
  .col-start-xl-5 {
    grid-column-start: 5 !important;
  }
  .col-start-xl-6 {
    grid-column-start: 6 !important;
  }
  .col-start-xl-7 {
    grid-column-start: 7 !important;
  }
  .col-start-xl-8 {
    grid-column-start: 8 !important;
  }
  .col-start-xl-9 {
    grid-column-start: 9 !important;
  }
  .col-start-xl-10 {
    grid-column-start: 10 !important;
  }
  .col-start-xl-11 {
    grid-column-start: 11 !important;
  }
  .col-start-xl-12 {
    grid-column-start: 12 !important;
  }
  .col-start-xl-13 {
    grid-column-start: 13 !important;
  }
  .col-start-xl-auto {
    grid-column-start: auto !important;
  }
  .col-end-xl-1 {
    grid-column-end: 1 !important;
  }
  .col-end-xl-2 {
    grid-column-end: 2 !important;
  }
  .col-end-xl-3 {
    grid-column-end: 3 !important;
  }
  .col-end-xl-4 {
    grid-column-end: 4 !important;
  }
  .col-end-xl-5 {
    grid-column-end: 5 !important;
  }
  .col-end-xl-6 {
    grid-column-end: 6 !important;
  }
  .col-end-xl-7 {
    grid-column-end: 7 !important;
  }
  .col-end-xl-8 {
    grid-column-end: 8 !important;
  }
  .col-end-xl-9 {
    grid-column-end: 9 !important;
  }
  .col-end-xl-10 {
    grid-column-end: 10 !important;
  }
  .col-end-xl-11 {
    grid-column-end: 11 !important;
  }
  .col-end-xl-12 {
    grid-column-end: 12 !important;
  }
  .col-end-xl-13 {
    grid-column-end: 13 !important;
  }
  .col-end-xl-auto {
    grid-column-end: auto !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: 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-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;
  }
  .w-xxl-1 {
    width: 1rem !important;
  }
  .w-xxl-2 {
    width: 2rem !important;
  }
  .w-xxl-3 {
    width: 3rem !important;
  }
  .w-xxl-4 {
    width: 4rem !important;
  }
  .w-xxl-5 {
    width: 5rem !important;
  }
  .w-xxl-6 {
    width: 6rem !important;
  }
  .w-xxl-7 {
    width: 7rem !important;
  }
  .w-xxl-8 {
    width: 8rem !important;
  }
  .w-xxl-9 {
    width: 9rem !important;
  }
  .w-xxl-10 {
    width: 10rem !important;
  }
  .w-xxl-11 {
    width: 11rem !important;
  }
  .w-xxl-12 {
    width: 12rem !important;
  }
  .w-xxl-13 {
    width: 13rem !important;
  }
  .w-xxl-14 {
    width: 14rem !important;
  }
  .w-xxl-15 {
    width: 15rem !important;
  }
  .w-xxl-16 {
    width: 16rem !important;
  }
  .w-xxl-17 {
    width: 17rem !important;
  }
  .w-xxl-18 {
    width: 18rem !important;
  }
  .w-xxl-19 {
    width: 19rem !important;
  }
  .w-xxl-20 {
    width: 20rem !important;
  }
  .w-xxl-25 {
    width: 25% !important;
  }
  .w-xxl-50 {
    width: 50% !important;
  }
  .w-xxl-75 {
    width: 75% !important;
  }
  .w-xxl-100 {
    width: 100% !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .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;
  }
  .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;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
  .opacity-xxl-0 {
    opacity: 0 !important;
  }
  .opacity-xxl-25 {
    opacity: 0.25 !important;
  }
  .opacity-xxl-50 {
    opacity: 0.5 !important;
  }
  .opacity-xxl-75 {
    opacity: 0.75 !important;
  }
  .opacity-xxl-100 {
    opacity: 1 !important;
  }
  .object-xxl-contain {
    object-fit: contain !important;
  }
  .object-xxl-cover {
    object-fit: cover !important;
  }
  .object-xxl-fill {
    object-fit: fill !important;
  }
  .object-xxl-none {
    object-fit: none !important;
  }
  .object-xxl-scale-down {
    object-fit: scale-down !important;
  }
  .object-xxl-bottom {
    object-position: bottom !important;
  }
  .object-xxl-center {
    object-position: center !important;
  }
  .object-xxl-left {
    object-position: left !important;
  }
  .object-xxl-left-bottom {
    object-position: left bottom !important;
  }
  .object-xxl-left-top {
    object-position: left top !important;
  }
  .object-xxl-right {
    object-position: right !important;
  }
  .object-xxl-right-bottom {
    object-position: right bottom !important;
  }
  .object-xxl-right-top {
    object-position: right top !important;
  }
  .object-xxl-top {
    object-position: top !important;
  }
  .z-xxl-0 {
    z-index: 0 !important;
  }
  .z-xxl-1 {
    z-index: 10 !important;
  }
  .z-xxl-2 {
    z-index: 20 !important;
  }
  .z-xxl-3 {
    z-index: 30 !important;
  }
  .z-xxl-4 {
    z-index: 40 !important;
  }
  .z-xxl-5 {
    z-index: 50 !important;
  }
  .z-xxl-6 {
    z-index: 60 !important;
  }
  .z-xxl-7 {
    z-index: 70 !important;
  }
  .z-xxl-8 {
    z-index: 80 !important;
  }
  .z-xxl-9 {
    z-index: 90 !important;
  }
  .z-xxl-10 {
    z-index: 100 !important;
  }
  .z-xxl-auto {
    z-index: auto !important;
  }
  .grid-cols-xxl-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  .grid-cols-xxl-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .grid-cols-xxl-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .grid-cols-xxl-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .grid-cols-xxl-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
  .grid-cols-xxl-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
  .grid-cols-xxl-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
  .grid-cols-xxl-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
  .grid-cols-xxl-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }
  .grid-cols-xxl-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }
  .grid-cols-xxl-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }
  .grid-cols-xxl-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }
  .grid-cols-xxl-none {
    grid-template-columns: none !important;
  }
  .col-span-xxl-1 {
    grid-column: span 1/span 1 !important;
  }
  .col-span-xxl-2 {
    grid-column: span 2/span 2 !important;
  }
  .col-span-xxl-3 {
    grid-column: span 3/span 3 !important;
  }
  .col-span-xxl-4 {
    grid-column: span 4/span 4 !important;
  }
  .col-span-xxl-5 {
    grid-column: span 5/span 5 !important;
  }
  .col-span-xxl-6 {
    grid-column: span 6/span 6 !important;
  }
  .col-span-xxl-7 {
    grid-column: span 7/span 7 !important;
  }
  .col-span-xxl-8 {
    grid-column: span 8/span 8 !important;
  }
  .col-span-xxl-9 {
    grid-column: span 9/span 9 !important;
  }
  .col-span-xxl-10 {
    grid-column: span 10/span 10 !important;
  }
  .col-span-xxl-11 {
    grid-column: span 11/span 11 !important;
  }
  .col-span-xxl-12 {
    grid-column: span 12/span 12 !important;
  }
  .col-span-xxl-auto {
    grid-column: auto !important;
  }
  .col-span-xxl-full {
    grid-column: 1/-1 !important;
  }
  .col-start-xxl-1 {
    grid-column-start: 1 !important;
  }
  .col-start-xxl-2 {
    grid-column-start: 2 !important;
  }
  .col-start-xxl-3 {
    grid-column-start: 3 !important;
  }
  .col-start-xxl-4 {
    grid-column-start: 4 !important;
  }
  .col-start-xxl-5 {
    grid-column-start: 5 !important;
  }
  .col-start-xxl-6 {
    grid-column-start: 6 !important;
  }
  .col-start-xxl-7 {
    grid-column-start: 7 !important;
  }
  .col-start-xxl-8 {
    grid-column-start: 8 !important;
  }
  .col-start-xxl-9 {
    grid-column-start: 9 !important;
  }
  .col-start-xxl-10 {
    grid-column-start: 10 !important;
  }
  .col-start-xxl-11 {
    grid-column-start: 11 !important;
  }
  .col-start-xxl-12 {
    grid-column-start: 12 !important;
  }
  .col-start-xxl-13 {
    grid-column-start: 13 !important;
  }
  .col-start-xxl-auto {
    grid-column-start: auto !important;
  }
  .col-end-xxl-1 {
    grid-column-end: 1 !important;
  }
  .col-end-xxl-2 {
    grid-column-end: 2 !important;
  }
  .col-end-xxl-3 {
    grid-column-end: 3 !important;
  }
  .col-end-xxl-4 {
    grid-column-end: 4 !important;
  }
  .col-end-xxl-5 {
    grid-column-end: 5 !important;
  }
  .col-end-xxl-6 {
    grid-column-end: 6 !important;
  }
  .col-end-xxl-7 {
    grid-column-end: 7 !important;
  }
  .col-end-xxl-8 {
    grid-column-end: 8 !important;
  }
  .col-end-xxl-9 {
    grid-column-end: 9 !important;
  }
  .col-end-xxl-10 {
    grid-column-end: 10 !important;
  }
  .col-end-xxl-11 {
    grid-column-end: 11 !important;
  }
  .col-end-xxl-12 {
    grid-column-end: 12 !important;
  }
  .col-end-xxl-13 {
    grid-column-end: 13 !important;
  }
  .col-end-xxl-auto {
    grid-column-end: auto !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-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;
  }
}
/* === Bootstrap and Local configuration set up is done here === */
/* Local Configuration
    # Layout & components
*/
.dz-previews {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  overflow: auto;
  max-height: calc(100% - 2rem);
  z-index: 1080;
  background: white;
  border-radius: 0.25rem;
  max-width: 24rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  display: none;
}
.dz-previews.show {
  display: block;
}
.dz-previews .dz-header {
  background: var(--bs-primary);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  position: sticky;
  top: 0;
  z-index: 1020;
}
.dz-previews .dz-title {
  margin: 0;
  color: var(--bs-white);
}
.dz-previews .dz-template {
  border-bottom: 1px solid #D1D5DB;
}
.dz-previews .dz-template:last-child {
  border-bottom: 0;
}
.dz-previews .media {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  position: relative;
}
.dz-previews .media-body {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  justify-content: center;
}
.dz-previews .media-block {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.dz-previews .media-left {
  padding-right: 1rem;
}
.dz-previews .dz-img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  object-position: center;
  border-radius: 0.25rem;
}
.dz-previews .dz-file-name {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
  font-weight: 500;
}
.dz-previews .dz-error {
  font-size: 85%;
  color: var(--bs-danger);
}
.dz-previews .dz-data-size {
  color: var(--bs-gray);
}
.dz-previews .dz-data-size strong {
  font-weight: normal;
}
.dz-previews .media-right {
  padding-left: 1rem;
}
.dz-previews .dz-cancel {
  border-radius: 50%;
  width: 1.85rem;
  height: 1.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dz-previews #dz-total-progress {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 100%;
  z-index: -1;
}
.dz-previews .progress {
  display: flex;
  height: 100%;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0;
  opacity: 0.085;
}
.dz-previews .progress-bar {
  background-color: var(--bs-info);
}

.dz-drag-hover {
  background-color: #daf0f6;
  opacity: 0.5;
}

#toast-container > div {
  border-radius: 0.25rem !important;
  padding: 0.75rem 1rem !important;
  margin-bottom: 0.375rem !important;
  box-shadow: none !important;
  background-image: none !important;
  background-size: 0;
  opacity: 1 !important;
}
#toast-container > div:hover {
  opacity: 0.9 !important;
}

.toast {
  background-color: var(--bs-dark) !important;
}
.toast-success {
  background-color: var(--bs-success) !important;
}
.toast-info {
  background-color: var(--bs-info) !important;
}
.toast-warning {
  background-color: var(--bs-warning) !important;
}
.toast-error {
  background-color: var(--bs-danger) !important;
}

.dataTables_wrapper {
  position: relative;
}
.dataTables_wrapper .dataTables_length label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
}
.dataTables_wrapper .dataTables_length label .custom-select {
  margin: 0 0.5rem;
}
.dataTables_wrapper .dataTables_paginate {
  display: inline-flex;
  justify-content: flex-end;
}
.dataTables_wrapper .dataTables_paginate .pagination {
  margin-bottom: 0;
}
.dataTables_wrapper .dataTables_paginate .page-item.next.disabled .page-link, .dataTables_wrapper .dataTables_paginate .page-item.previous.disabled .page-link {
  background: #f4f4f4;
}

.datatable__controls {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: 1px solid #E6E6E6;
}
@media (min-width: 768px) {
  .datatable__controls {
    flex-direction: row;
  }
}
.datatable__length {
  flex: 1;
}
.datatable__info {
  flex: 1;
}
@media (min-width: 768px) {
  .datatable__info {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .datatable__info {
    margin: 0.7rem 0;
  }
}
.datatable__numbers {
  flex: 1;
}
@media (min-width: 768px) {
  .datatable__numbers {
    text-align: right;
  }
}
.datatable__actions {
  white-space: nowrap;
}
.datatable__actions .btn-icon span {
  display: none;
}

.dataTables_processing {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.8);
  border: 0;
}

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dataTable {
  width: 100% !important;
}
.dataTable tbody tr .datatable__actions {
  opacity: 0;
}
.dataTable tbody tr:hover .datatable__actions, .dataTable tbody tr.selected .datatable__actions {
  opacity: 1;
}
.dataTable .dt-checkboxes-cell {
  padding-left: 1.5rem;
}
.dataTable .sorting {
  cursor: pointer;
  position: relative;
}
.dataTable .sorting:after {
  content: "";
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAsUlEQVRIS+3WUQ6CMBCE4Z+TqTfBkyknwaOZGjA1tpuJGezL9pXNfnS6NEwMWtMgl4T/lrwa9QycgGvwZmdg3Z5fgEe0CwUu6G1rcg9wK1yj+wZ6uA1uoRFugSO0h1vgei7Uhmrdq7cyXGpDtS7h7ueuRqjWZdQZ9TsBdWjUOstwKVfrApS6j+W4uSK8iTqvzBbeRZ1w6VXjIeqGd7wM2deZ/nLGh/wAKsOVsCWBYVE/Ab2rTh9RahQzAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: center;
  width: 1rem;
  height: 1rem;
  background-size: 1rem;
  opacity: 0.25;
  position: absolute;
  transform: translateY(-50%);
  right: 0.5rem;
  top: 50%;
}
.dataTable .sorting_asc {
  cursor: pointer;
  position: relative;
}
.dataTable .sorting_asc:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0H24V24H0z'/%3E%3Cpath d='M19 3l4 5h-3v12h-2V8h-3l4-5zm-5 15v2H3v-2h11zm0-7v2H3v-2h11zm-2-7v2H3V4h9z' fill='var(--bs-info)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  width: 1rem;
  height: 1rem;
  background-size: 1rem;
  opacity: 0.5;
  position: absolute;
  transform: translateY(-50%);
  right: 0.5rem;
  top: 50%;
}
.dataTable .sorting_desc {
  cursor: pointer;
  position: relative;
}
.dataTable .sorting_desc:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0H24V24H0z'/%3E%3Cpath d='M20 4v12h3l-4 5-4-5h3V4h2zm-8 14v2H3v-2h9zm2-7v2H3v-2h11zm0-7v2H3V4h11z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  width: 1rem;
  height: 1rem;
  background-size: 1rem;
  opacity: 0.5;
  position: absolute;
  transform: translateY(-50%);
  right: 0.5rem;
  top: 50%;
}

.datatable__filter {
  padding: 1.5rem;
  border-radius: 0.25rem 0.25rem 0 0;
  border-bottom: 1px solid #e6e6e6;
}
.datatable__filter-main {
  display: flex;
  justify-content: space-between;
}
.datatable__filter-actions {
  display: flex;
}
.datatable__filter-actions .input-group {
  margin-right: 0.5rem;
}

.datatable__filter-search .form-inline {
  position: relative;
}
.datatable__filter-search .form-inline:before {
  content: "\f0d1";
  font-family: "remixicon" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0.8rem;
  pointer-events: none;
  opacity: 0.8;
  top: 50%;
  transform: translateY(-50%);
}
.datatable__filter-search .form-inline .form-control {
  padding-left: 2.4rem;
}

.swiper-container {
  --swiper-theme-color: var(--bs-primary);
}

.swiper-lazy {
  opacity: 0;
}
.swiper-lazy-loaded {
  opacity: 1;
}

.swiper-control {
  position: relative;
  display: flex;
  align-items: center;
  grid-gap: 1rem;
}

.swiper-pagination {
  position: static !important;
  display: flex;
  grid-gap: 0.5rem;
}

.swiper-button-prev, .swiper-button-next {
  position: static !important;
  width: 2rem !important;
  height: 2rem !important;
  color: var(--swiper-theme-color) !important;
  background: transparent;
  border-radius: 50%;
  margin: 0 !important;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
  background: var(--bs-white);
}
.swiper-button-prev:after, .swiper-button-next:after {
  font-size: 1.7rem !important;
  font-family: "remixicon" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.swiper-button-prev {
  left: 0 !important;
}
.swiper-button-prev:after {
  content: "\ea5f" !important;
}

.swiper-button-next {
  right: 0 !important;
}
.swiper-button-next:after {
  content: "\ea6b" !important;
}

.swiper-button-disabled {
  display: none !important;
}

.slider-button.slider-prev {
  left: -8px;
}

.slider-button.slider-next {
  right: -8px;
}

.slider-button {
  width: 35px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 12px;
  position: absolute;
  top: -6px;
  z-index: 1;
  cursor: pointer;
  background-color: white;
  mask-image: linear-gradient(var(--mask-direction, to right), hsla(0deg, 0%, 0%, 0), hsl(0deg, 0%, 0%) 20%, hsl(0deg, 0%, 0%) 80%, hsla(0deg, 0%, 0%, 0));
}

@media (max-width: 768px) {
  .slider-button {
    top: -8px;
    z-index: 1;
    background-color: white;
    mask-image: linear-gradient(var(--mask-direction, to right), hsla(0deg, 0%, 0%, 0), hsl(0deg, 0%, 0%) 20%, hsl(0deg, 0%, 0%) 80%, hsla(0deg, 0%, 0%, 0));
  }
  .slider-button.slider-prev {
    left: -8px;
  }
  .slider-button.slider-next {
    right: -8px;
  }
  .swiper-button-disabled {
    color: slategray;
    opacity: 0;
    visibility: hidden;
  }
}
html {
  display: flex;
  flex-direction: column;
  height: 100%;
}

body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10rem;
  border-width: 2px;
}

.btn__input__round {
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}

.btn__input__round-sm {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.btn-bottom-20 {
  bottom: -20px;
}

.btn-tlbl-zero {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.nav-link {
  display: flex;
  align-items: center;
}

.fb-tabs .nav-link {
  position: relative;
  cursor: pointer;
}
.fb-tabs .nav-link .btn {
  position: absolute;
  right: 0;
  opacity: 0;
}
.fb-tabs .nav-link:hover .btn, .fb-tabs .nav-link.show .btn {
  opacity: 1;
}

.tab-content {
  background-color: #fff;
  padding: 0.75rem;
}

.navbar-dark .navbar-nav .nav-link {
  color: var(--bs-white);
  position: relative;
}
.navbar-dark .navbar-nav .nav-link:after {
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  background: var(--bs-white);
  border-radius: 10rem;
  position: absolute;
  bottom: 0.125rem;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 250ms ease-in-out 100ms;
}
.navbar-dark .navbar-nav .nav-link.active:after {
  opacity: 1;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.dropdown-toggle:after {
  margin-left: 0.5em;
}

.modal-content {
  border: 0;
}

.modal-footer {
  gap: 0.5rem;
}
.modal-footer > * {
  margin: 0;
}

.popover {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}

.popover-body {
  max-height: 50vh;
  overflow: hidden;
  overflow-y: auto;
}

@media (min-width: 576px) {
  .ratio-4x3-16x9 {
    --bs-aspect-ratio: calc(9 /16 * 100%);
  }
}

.grid {
  display: grid;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.image-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* Aspect ratio 16:9 */
  overflow: hidden;
  border-radius: 0.3rem; /* For rounded corners */
}
.image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-insurance__partners {
  position: relative;
  width: 100%;
  padding-top: 35.25%;
  overflow: hidden;
  border-radius: 0.3rem;
}
.image-insurance__partners img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media only screen and (max-width: 600px) {
  .image-insurance__partners {
    position: relative;
    width: 100%;
    padding-top: 40.25%;
    overflow: hidden;
    border-radius: 0.3rem;
  }
  .image-insurance__partners img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
.community__img {
  position: relative;
  border-radius: 50%;
  padding: 8%;
  overflow: hidden;
  image-rendering: auto;
}
.community__img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  object-fit: cover;
}

.bg-light-primary {
  background-color: #d6e9f9;
  color: #053c68;
}

.bg-light-success {
  background-color: #d9f2d9;
  color: #2d623d;
}

.bg-light-danger {
  background-color: #f9d6d6;
  color: #661d1d;
}

.bg-light-warning {
  background-color: #fff8d9;
  color: #665a1d;
}

.bg-light-info {
  background-color: #d9f3f9;
  color: #1d5a66;
}

.img__learndevlop {
  height: 300px;
  position: relative;
  padding: 1rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img__learndevlop img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px;
  object-fit: contain;
}
@media (min-width: 1024px) {
  .img__learndevlop {
    padding: 1.5rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .img__learndevlop {
    padding-top: 36%;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .img__learndevlop {
    padding: 1rem;
  }
  .img__learndevlop img {
    border-radius: 5px;
  }
}

.image-container__HealthWell {
  position: relative;
  padding: 1rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-container__HealthWell img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px;
  object-fit: contain;
}
@media (min-width: 1024px) {
  .image-container__HealthWell {
    padding: 2rem;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .image-container__HealthWell {
    padding-top: 36%;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .image-container__HealthWell {
    padding: 1rem;
  }
  .image-container__HealthWell img {
    border-radius: 5px;
  }
}

.image-container_connections {
  position: relative;
  width: 100%;
  padding-top: 100%; /* Aspect ratio 16:9 */
  overflow: hidden;
  border-radius: 0.3rem; /* For rounded corners */
}
.image-container_connections img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: var(--bs-font-sans);
}

.table {
  color: #364F6B;
}

.fileuploader {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.fileuploader__wrapper {
  display: flex;
  width: 90px;
  height: 90px;
  position: relative;
  margin-bottom: 1rem;
}
.fileuploader__list {
  flex: 1;
}
.fileuploader__items {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.fileuploader__items li {
  list-style: none;
}
.fileuploader__item {
  padding-bottom: 20%;
  width: calc(25% - 15px);
  margin-bottom: 1rem;
  margin-right: 1rem;
  list-style: none;
  position: relative;
}
.fileuploader__item:hover .fileuploader__action {
  transform: scale(1);
}
.fileuploader__item-image {
  display: flex;
  position: relative;
  overflow: hidden;
  border-radius: 0.25rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.25rem;
  background: #eee;
}
.fileuploader__item-image img {
  max-width: initial;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.fileuploader__item-image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  opacity: 0;
  transition: opacity 250ms ease-in-out;
}
.fileuploader__item-image:hover::after {
  opacity: 1;
}
.fileuploader__action {
  color: var(--danger);
  padding: 0;
  margin: 0;
  line-height: 1;
  transform: scale(0);
  transition: all 0.2s ease-in-out;
}
.fileuploader__action-remove {
  color: var(--danger);
  padding: 0;
  line-height: 1;
}
.fileuploader__icon-remove {
  font-size: 1.28rem;
}

.actions-holder {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  z-index: 2;
}

.fileuploader--theme-dragdrop .fileuploader__input {
  background: #FBFBFB;
  border: 2px dotted #CED4DA;
  padding: 1.42rem;
  border-radius: 0.25rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.fileuploader--theme-dragdrop .fileuploader__input-caption {
  font-size: 1rem;
  font-weight: bold;
  pointer-events: none;
}
.fileuploader--theme-dragdrop p {
  color: #999;
}
.fileuploader--theme-dragdrop .file-extension {
  display: block;
  padding-top: 0.5rem;
  pointer-events: none;
}
.fileuploader--theme-dragdrop .fileuploader__icon-main {
  pointer-events: none;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}
.fileuploader--theme-dragdrop .fileuploader__icon-main:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38.73' height='48' viewBox='0 0 38.73 48'%3E%3Cg id='upload_1_' data-name='upload (1)' transform='translate(-3.215)'%3E%3Cg id='Group_883' data-name='Group 883' transform='translate(15.641 18.032)'%3E%3Cpath id='Path_522' data-name='Path 522' d='M16.867,30.21h0a.721.721,0,0,1-.721-.721V13.228a.721.721,0,0,1,.721-.721h0a.721.721,0,0,1,.721.721V29.489A.721.721,0,0,1,16.867,30.21Z' transform='translate(-9.929 -12.507)' fill='%23ccc'/%3E%3Cpath id='Path_523' data-name='Path 523' d='M24.99,20.166a.724.724,0,0,1-.51-.21l-5.708-5.708-5.708,5.708a.721.721,0,1,1-1.019-1.019l6.218-6.218a.721.721,0,0,1,1.019,0L25.5,18.936a.72.72,0,0,1-.51,1.23Z' transform='translate(-11.834 -12.507)' fill='%23ccc'/%3E%3C/g%3E%3Cg id='Group_884' data-name='Group 884' transform='translate(3.215)'%3E%3Cpath id='Path_524' data-name='Path 524' d='M38.34,48H6.819a3.608,3.608,0,0,1-3.6-3.6V3.6A3.608,3.608,0,0,1,6.819,0H29.71a.721.721,0,0,1,0,1.442H6.819A2.165,2.165,0,0,0,4.657,3.6V44.4a2.165,2.165,0,0,0,2.163,2.163H38.34A2.165,2.165,0,0,0,40.5,44.4V12.549a.721.721,0,0,1,1.442,0V44.4A3.607,3.607,0,0,1,38.34,48Z' transform='translate(-3.215)' fill='%23ccc'/%3E%3Cpath id='Path_525' data-name='Path 525' d='M33.327,13.174H21.813a.721.721,0,0,1-.721-.721V.938a.721.721,0,0,1,1.442,0V11.731H33.327a.722.722,0,0,1,0,1.443Z' transform='translate(4.682 0.096)' fill='%23ccc'/%3E%3Cpath id='Path_526' data-name='Path 526' d='M33.326,13.269a.722.722,0,0,1-.516-.218L21.3,1.225a.721.721,0,1,1,1.034-1L33.844,12.047a.72.72,0,0,1-.518,1.223Z' transform='translate(4.682 0.001)' fill='%23ccc'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  content: "";
  width: 39px;
  height: 48px;
  display: block;
  margin: auto;
}

.fileuploader-dragging p {
  transition: 500ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transform: translateY(18px);
  opacity: 0;
  pointer-events: none;
}
.fileuploader-dragging .fileuploader__icon-main {
  transition: 500ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transform: translateY(18px);
  opacity: 0.7;
}
.fileuploader-dragging .fileuploader__input-caption {
  transition: 500ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transform: translateY(18px);
  opacity: 0.5;
  pointer-events: none;
}
.fileuploader-dragging .file-extension {
  opacity: 0.5;
}

.fileuploader--theme-avatar {
  flex-direction: column;
  align-items: center;
  padding: 3rem;
}
.fileuploader--theme-avatar .fileuploader__item-image {
  border-radius: 50%;
}
.fileuploader--theme-avatar .fileuploader__items {
  height: 100%;
}
.fileuploader--theme-avatar .fileuploader__item {
  width: 100%;
  height: 100%;
  margin: 0;
}

.validation-summary-valid {
  display: none;
}

.field-validation-error.invalid-feedback {
  display: block;
}

.field-validation-error span {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: var(--bs-danger);
  display: block;
}

.validation-summary-errors {
  position: relative;
}
.validation-summary-errors ul {
  margin: 0;
  padding-left: 1rem;
}

.eventbrite__item {
  position: relative;
  height: 100%;
}
.eventbrite__item__image {
  position: relative;
  width: 100%;
  height: 250px;
}
.eventbrite__item__image__wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}
.eventbrite__item__image__wrapper img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.eventbrite__item__content--datetime {
  color: #4B5563;
  font-weight: 400;
  font-size: 0.875rem;
}
.eventbrite__item__content--bottom--location {
  color: #4B5563;
  font-size: 0.875rem;
  font-weight: 400;
}
.eventbrite__item__content--bottom--description {
  color: #4B5563;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
}
.eventbrite__item__footer--price {
  font-size: 1.5rem;
  font-weight: 600;
}

.card-row {
  display: flex;
  width: 100%;
  height: auto;
  border-radius: 1rem;
  overflow: hidden;
}

.card-item {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
  transition: flex 0.8s ease;
}

.card-item:hover {
  flex: 4;
}

.card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.5s ease;
  transform: rotate(0deg);
}

.card-item:hover img {
  transform: rotate(0);
}

.fc .fc-daygrid-day.fc-day-today {
  background: white !important;
}
.fc .fc-daygrid-day.fc-day-today a {
  color: var(--bs-primary) !important;
}

.fc .fc-day-today.fc-timegrid-col {
  background: #f4f4f4 !important;
}

.fc .fc-day.fc-day-today a {
  color: var(--bs-success) !important;
}

#calendar .fc-event {
  font-size: 0.75em;
}

#calendar a, #calendar-events a, #calendar-reminders a {
  color: var(--bs-secondary);
  text-decoration: none;
}

.header {
  transition: all 250ms ease-in-out;
}
@media (min-width: 992px) {
  .header.is-sticky {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}

.navbar-toggler {
  border: 0;
  box-shadow: none !important;
  padding: 0;
  color: var(--bs-white) !important;
  font-size: 2.5rem !important;
  margin-right: 0.75rem;
}
.navbar-toggler .bx {
  color: currentColor !important;
  font-size: inherit !important;
}

.img-ratio16x9 {
  --size: clamp(6rem, 1rem + 8vmin, 9rem);
}
.img-ratio16x9 img {
  display: grid;
  object-fit: contain;
  place-items: center;
  width: var(--size);
  aspect-ratio: 16/9;
  padding: calc(var(--size) / 10);
  border-radius: 0.5rem;
}

:root {
  --color-text: navy;
  --color-bg: papayawhip;
  --color-bg-accent: #ecdcc0;
  --size: clamp(12rem, 1rem + 34vmin, 30rem);
  --gap: calc(var(--size) / 20);
  --duration: 80s;
  --scroll-start: 0;
  --scroll-end: calc(-100% - var(--gap));
  --fast-duration:40s;
}

.marquee {
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
  mask-image: linear-gradient(var(--mask-direction, to right), hsla(0deg, 0%, 0%, 0), hsl(0deg, 0%, 0%) 20%, hsl(0deg, 0%, 0%) 80%, hsla(0deg, 0%, 0%, 0));
}
.marquee:hover .marquee__group {
  animation-play-state: paused;
}
.marquee:hover .marquee__smaller {
  animation-play-state: paused;
}

.marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll-x var(--duration) linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .marquee__group {
    animation-play-state: paused;
  }
  .marquee__smaller {
    animation-play-state: paused;
  }
}
.marquee--reverse .marquee__group {
  animation-direction: reverse;
  animation-delay: -3s;
}

@keyframes scroll-x {
  from {
    transform: translateX(var(--scroll-start));
  }
  to {
    transform: translateX(var(--scroll-end));
  }
}
/* Element styles */
.marquee img {
  display: grid;
  object-fit: contain;
  /* place-items: center;*/
  width: var(--size);
  aspect-ratio: 16/9;
  padding: calc(var(--size) / 10);
  border-radius: 0.5rem;
}

/* Parent wrapper */
.wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  margin: auto;
  max-width: 100vw;
}

@keyframes fade {
  to {
    opacity: 0;
    visibility: hidden;
  }
}
.marquee__smaller {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll-x var(--fast-duration) linear infinite;
}

/* ==== Sidebar ==== */
.sidebar {
  background: var(--bs-primary);
  width: 18rem;
  display: flex;
  flex-direction: column;
  flex: none;
  height: 100vh;
  position: sticky;
  top: 0;
  z-index: 3;
  display: none;
}
@media (min-width: 992px) {
  .sidebar {
    display: flex;
  }
}
.sidebar::-webkit-scrollbar {
  width: 0.5rem;
  border-radius: 10rem;
}
.sidebar::-webkit-scrollbar-thumb {
  border-radius: 10rem;
  background: rgba(0, 0, 0, 0.125);
}
.sidebar::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.45);
}
.sidebar::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.025);
  border-radius: 10rem;
}
.sidebar .navbar {
  padding: 0;
  height: 100%;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
}
.sidebar .navbar-brand {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-right: 2rem;
}
.sidebar .navbar-brand > img {
  max-width: 100%;
}
.sidebar .navbar-nav {
  align-items: stretch;
}
.sidebar .navbar-nav .nav-item.has-collapse.show > .nav-link {
  color: var(--primary);
}
.sidebar .navbar-nav .nav-item.has-collapse.show > .nav-link > .expand-icon {
  opacity: 0.8;
}
.sidebar .navbar-nav .nav-link {
  color: var(--bs-white);
  padding: 0.25rem 1.5rem;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: all 250ms ease;
}
.sidebar .navbar-nav .nav-link:hover {
  background: rgba(0, 0, 0, 0.25);
  color: var(--bs-white);
}
.sidebar .navbar-nav .nav-link:hover .nav-icon {
  color: var(--bs-white);
}
.sidebar .navbar-nav .nav-link:hover .expand-icon {
  opacity: 0.8;
}
.sidebar .navbar-nav .nav-link:hover .extarnal-link {
  opacity: 0.8;
}
.sidebar .navbar-nav .nav-link.active {
  background: rgba(0, 0, 0, 0.035);
  color: var(--bs-white);
}
.sidebar .navbar-nav .nav-link.active .nav-icon {
  color: var(--bs-white);
}
.sidebar .navbar-nav .nav-link.collapsed .expand-icon {
  transform: rotateX(0);
}

/* ==== Navbar brand ==== */
.navbar-brand-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.navbar-brand-logo {
  display: block;
}

.navbar-brand-logo-mini {
  display: none;
}

.navbar-brand-title {
  display: none;
}

/* ==== Navbar ==== */
.navbar-wrapper {
  flex-grow: 1;
  height: calc(100% - 10rem);
  overflow: auto;
}
.navbar-wrapper::-webkit-scrollbar {
  width: 0.5rem;
  border-radius: 10rem;
}
.navbar-wrapper::-webkit-scrollbar-thumb {
  border-radius: 10rem;
  background: rgba(0, 0, 0, 0.125);
}
.navbar-wrapper::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.45);
}
.navbar-wrapper::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.025);
  border-radius: 10rem;
}

.nav-text {
  flex-grow: 1;
  margin-left: 1rem;
}

.nav-icon {
  font-size: 1.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 2rem;
  height: 2rem;
  border-radius: 0.25rem;
  overflow: hidden;
  flex: none;
}
.nav-icon:after {
  content: "";
  background: var(--primary);
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.05;
}
.nav-icon:before {
  z-index: 2;
}

.expand-icon {
  color: #131C26;
  font-size: 1.25rem;
  margin: 0;
  opacity: 0.35;
  transform: rotateX(180deg);
  transition: transform 250ms ease;
}

.extarnal-link {
  color: #131C26;
  opacity: 0.35;
}

/* ==== Sidebar Toggle ==== */
.navbar-toggle {
  --fill-color: var(--dark);
  cursor: pointer;
  opacity: 0.5;
}
.navbar-toggle:hover {
  opacity: 1;
}
.navbar-toggle .menu-fold {
  display: block;
}
.navbar-toggle .menu-unfold {
  display: none;
}

/* ==== Navbar Submenu ==== */
.navbar-submenu {
  position: static !important;
}
.navbar-submenu .nav {
  padding: 0.5rem 0 1rem;
}
.navbar-submenu .nav-item.active .nav-link {
  color: var(--primary);
}
.navbar-submenu .nav-link {
  color: var(--bs-white);
  padding-left: 4.5rem !important;
  display: block;
  text-decoration: none !important;
  position: relative;
}
.navbar-submenu .nav-link:hover::before {
  background: var(--bs-primary);
  opacity: 1;
}
.navbar-submenu .nav-link::before {
  content: "";
  position: absolute;
  width: 0.25rem;
  height: 0.25rem;
  background: #131C26;
  left: 3.25rem;
  opacity: 0.35;
  border-radius: 10rem;
}
.navbar-submenu .navbar-submenu .nav-link {
  padding-left: 6.5rem !important;
}
.navbar-submenu .navbar-submenu .nav-link:before {
  left: 4.25rem;
}

/* ==== Nav divider ==== */
.nav-divider {
  height: 0;
  margin: 1rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

/* ==== Sidebar footer ==== */
.navbar-footer {
  padding: 0.6rem 1.5rem;
  color: var(--secondary);
  font-size: 0.85rem;
  display: flex;
  align-items: center;
}
.navbar-footer a {
  color: currentColor;
  text-decoration: underline;
}
.navbar-footer a:hover {
  color: var(--primary);
}
.navbar-footer .site-poweredby-logo {
  width: 1.6rem;
  margin-right: 1rem;
}

/* ==== Sidebar Mini view ==== */
@media (min-width: 992px) {
  .sidebar--minimize .sidebar {
    width: 6rem;
    flex: none;
    z-index: 1;
  }
  .sidebar--minimize .sidebar .navbar-brand-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  .sidebar--minimize .sidebar .navbar-brand {
    margin-right: 0;
  }
  .sidebar--minimize .sidebar .navbar-brand-logo {
    display: none;
  }
  .sidebar--minimize .sidebar .navbar-brand-logo-mini {
    display: block;
  }
  .sidebar--minimize .sidebar .navbar-toggle {
    margin-top: 1.164rem !important;
  }
  .sidebar--minimize .sidebar .navbar-toggle .menu-fold {
    display: none;
  }
  .sidebar--minimize .sidebar .navbar-toggle .menu-unfold {
    display: block;
  }
  .sidebar--minimize .sidebar .navbar-wrapper {
    overflow: unset;
  }
  .sidebar--minimize .sidebar .navbar-wrapper .nav-item .nav-text {
    display: none;
  }
  .sidebar--minimize .sidebar .navbar-wrapper .nav-link {
    position: relative;
    justify-content: center;
  }
  .sidebar--minimize .sidebar .navbar {
    position: static;
    overflow-y: auto;
  }
  .sidebar--minimize .sidebar .navbar::-webkit-scrollbar {
    width: 0.5rem;
    border-radius: 10rem;
  }
  .sidebar--minimize .sidebar .navbar::-webkit-scrollbar-thumb {
    border-radius: 10rem;
    background: rgba(0, 0, 0, 0.125);
  }
  .sidebar--minimize .sidebar .navbar::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.45);
  }
  .sidebar--minimize .sidebar .navbar::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.025);
    border-radius: 10rem;
  }
  .sidebar--minimize .sidebar .expand-icon, .sidebar--minimize .sidebar .extarnal-link {
    display: none !important;
  }
  .sidebar--minimize .sidebar .badge {
    /*position: absolute;
    right: 1rem;
    top: 0rem;
    z-index: 10;*/
  }
  .sidebar--minimize .sidebar .navbar-submenu {
    position: absolute !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    border-radius: 0.25rem;
    background: var(--white);
    z-index: 1070;
    left: calc(100% - 1rem);
    min-width: 15rem;
  }
  .sidebar--minimize .sidebar .navbar-submenu > .nav {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .sidebar--minimize .sidebar .navbar-submenu .nav-link {
    color: var(--bs-white);
    padding: 1rem 2rem !important;
    justify-content: flex-start;
  }
  .sidebar--minimize .sidebar .navbar-submenu .nav-link .nav-text {
    display: block !important;
  }
  .sidebar--minimize .sidebar .navbar-submenu .nav-link:hover {
    color: var(--white);
    background-color: var(--primary);
  }
  .sidebar--minimize .sidebar .navbar-submenu .nav-link:hover .nav-icon {
    color: var(--white);
  }
  .sidebar--minimize .sidebar .navbar-submenu .nav-link:hover .nav-icon:after {
    background: var(--white);
    opacity: 0.1;
  }
  .sidebar--minimize .sidebar .navbar-submenu .nav-link:before {
    display: none;
  }
  .sidebar--minimize .sidebar .navbar-submenu .nav-text {
    display: block;
  }
  .sidebar--minimize .sidebar .navbar-footer {
    display: none;
  }
}
.nav-subheader {
  color: var(--bs-white);
  padding: 0.25rem 2rem;
  opacity: 0.5;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.nav-subheader h6, .nav-subheader .h6 {
  font-family: var(--bs-font-sans-serif);
  font-size: 0.85rem;
}

.pb-sidebar {
  background: var(--bs-primary);
  display: flex;
  flex: none;
  width: 18rem;
  flex-direction: column;
  height: 100vh;
  position: sticky;
  top: 0;
  left: 0;
}
.pb-sidebar .brand {
  padding: 1.5rem;
  position: sticky;
  top: 0;
  background: var(--bs-primary);
  z-index: 1020;
}
.pb-sidebar .brand-logo {
  display: block;
}
.pb-sidebar .brand-title {
  display: none;
}
.pb-sidebar .nav {
  flex-grow: 1;
}

.navbar-brand {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-right: 0;
}

.navbar-brand-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem;
}

.identity-view {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0.5rem 1rem;
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.identity-view-image {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  align-items: center;
}
.identity-view-image a {
  padding: 0.68rem;
  border-radius: 0.25rem;
  text-decoration: none;
}
.identity-view-image a:hover {
  background: var(--bs-primary);
}

.identity-display-image {
  flex: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.25rem;
  border: 2px solid var(--bs-white);
}

.identity-view-action {
  z-index: 1020;
}

.identity-display-name {
  font-weight: 500;
  color: var(--bs-white);
}

.identity-display-title {
  font-size: 0.85rem;
  color: var(--bs-white);
  opacity: 0.5;
}

.navigation-area {
  flex-grow: 1;
  height: calc(100% - 10rem);
  overflow: auto;
}
.navigation-area .nav {
  align-items: stretch;
}
.navigation-area .nav .dropdown-divider {
  margin-left: 2rem;
  margin-right: 2rem;
}
.navigation-area .nav-item {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.navigation-area .nav-item-end {
  position: relative;
  margin-top: 1rem;
  padding-top: 1rem;
}
.navigation-area .nav-item-end:after {
  content: "";
  width: 100%;
  height: 1px;
  background: var(--bs-white);
  opacity: 0.1;
  position: absolute;
  top: 0;
}
.navigation-area .nav-link {
  padding: 1rem 0.68rem;
  color: #fff;
  transition: background 250ms ease, color 250ms ease;
  display: flex;
  align-items: center;
  border-radius: 0.25rem;
  position: relative;
  font-weight: 500;
}
.navigation-area .nav-link svg {
  margin-right: 1rem;
}
.navigation-area .nav-link:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--bs-primary);
  left: 0;
  top: 0;
  opacity: 0.08;
  border-radius: 0.25rem;
  opacity: 0;
}
.navigation-area .nav-link:hover, .navigation-area .nav-link.active:hover {
  opacity: 0.5;
}
.navigation-area .nav-link:hover:after, .navigation-area .nav-link.active:hover:after {
  opacity: 0.08;
}
.navigation-area .nav-link.active {
  color: var(--bs-primary);
}
.navigation-area .nav-item-icon {
  margin-right: 1rem;
  line-height: 1;
  font-size: 1.43rem;
}

.img16x9ratio {
  --size: clamp(5rem, 1rem + 6vmin, 6rem);
  object-fit: contain;
  place-items: center;
  width: var(--size);
  aspect-ratio: 16/9;
}

.img16x9ratio--small {
  --size: clamp(2rem, 1rem + 3vmin, 2rem);
  width: var(--size) !important;
  object-fit: contain;
  place-items: center;
  aspect-ratio: 16/9;
}

.footer {
  background: #131C26;
  border-bottom: 4px solid var(--bs-info);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 0.72rem;
  color: #CBD5E0;
}
@media (min-width: 992px) {
  .footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.footer a {
  color: var(--bs-info) !important;
}
.footer a * {
  color: currentColor !important;
}
.footer .bx {
  font-size: 1.75rem;
}

.Footer__New {
  background-color: #131C26;
}
.Footer__New li {
  list-style: none;
  margin-bottom: 1rem;
  line-height: 1.2;
}
.Footer__New li a {
  text-decoration: none;
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 500;
}
.Footer__New li a:hover {
  color: #CBD5E0;
}
.Footer__New--title {
  font-size: 0.875rem;
  color: #ffeaec;
  font-weight: 600;
}

@media (min-width: 425px) {
  .Footer__New {
    background-color: #131C26;
  }
  .Footer__New li {
    list-style: none;
    margin-bottom: 1rem;
    line-height: 1.2;
  }
  .Footer__New li a {
    text-decoration: none;
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 500;
  }
  .Footer__New li a:hover {
    color: #CBD5E0;
  }
  .Footer__New--title {
    font-size: 0.875rem;
    color: #ffeaec;
    font-weight: 600;
  }
}
.lazy {
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}

.is-loading .lazy {
  opacity: 0;
}

.dashed-line-half {
  position: absolute;
  left: 505px;
  bottom: -36px;
  display: none;
}
@media (min-width: 1200px) {
  .dashed-line-half {
    display: block;
  }
}

.dashed-line {
  position: absolute;
  z-index: -1;
  display: none;
}
@media (min-width: 1200px) {
  .dashed-line {
    display: block;
  }
}

.dashed-line-1 {
  top: -261px;
  left: 84px;
}

.dashed-line-2 {
  top: -1086px;
  left: 48px;
}

.dashed-line-3 {
  top: -1859px;
  left: 36px;
}

/*==== Hero Banners =====*/
.hero {
  padding-top: 10rem;
  padding-bottom: 2.7rem;
  color: var(--bs-white);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: start;
  position: relative;
  overflow: hidden;
}
.hero .title {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 600;
}
@media (min-width: 1200px) {
  .hero .title {
    font-size: 4rem;
  }
}
.hero .excerpt {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .hero .excerpt {
    font-size: calc(1.303rem + 0.636vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .hero .excerpt {
    font-size: 1.78rem;
  }
}
.hero .description {
  display: none;
}
.hero .photo-courtesy {
  display: none;
  position: relative;
  z-index: 1;
  margin-top: 1rem;
}
@media (min-width: 1200px) {
  .hero .photo-courtesy {
    margin: 0;
  }
}
.hero .photo-courtesy-name {
  white-space: nowrap;
  font-size: 0.72rem;
  opacity: 0.5;
}
@media (min-width: 1200px) {
  .hero .photo-courtesy-name {
    position: absolute;
    right: 0;
    white-space: nowrap;
  }
}
.hero .photo-courtesy-name p {
  margin: 0;
}
.hero .content-body {
  position: relative;
  z-index: 1;
}
.hero .figure {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  overflow: hidden;
}
.hero .figure-img {
  mix-blend-mode: multiply;
  filter: grayscale(100%) blur(0);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  margin: 0;
  transform: scale(1.01);
}

/*==== Primary Banner =====*/
.hero-primary {
  background: var(--bs-primary);
}
.hero-primary .figure {
  background: var(--bs-primary);
}
.hero-primary .excerpt {
  max-width: 37rem;
}
.hero-primary .content-body {
  max-width: 40rem;
}

/*==== Secondary Banner =====*/
.hero-secondary {
  background: var(--bs-info);
  height: 30rem;
}
.hero-secondary .figure {
  background: var(--bs-info);
}
.hero-secondary .figure-img {
  filter: grayscale(100%) blur(0.15rem);
}

.elevate .hero-secondary {
  background: var(--bs-warning);
}
.elevate .hero-secondary .figure {
  background: var(--bs-warning);
}
.elevate .hero-secondary .figure-img {
  filter: grayscale(100%) blur(0.15rem);
}

.protect .hero-secondary {
  background: var(--bs-success);
}
.protect .hero-secondary .figure {
  background: var(--bs-success);
}
.protect .hero-secondary .figure-img {
  filter: grayscale(100%) blur(0.15rem);
}

/*==== Secondary Banner =====*/
.hero-secondary {
  background: var(--bs-info);
}
.hero-secondary .figure {
  background: var(--bs-info);
}
.hero-secondary .buttons {
  display: none;
}

/*banner themed color=====*/
[theme-color=pink] .header.bg-primary {
  background: var(--bs-pink) !important;
}
[theme-color=pink] .hero-secondary {
  background: var(--bs-pink);
}
[theme-color=pink] .hero-secondary .figure {
  background: var(--bs-pink);
}
[theme-color=pink] .card-title {
  color: var(--bs-pink);
}
[theme-color=pink] .secondary-section-2 {
  background: var(--bs-pink);
}
[theme-color=pink] .primary-pre-footer .title {
  color: var(--bs-pink);
}
[theme-color=pink] .nav-link {
  color: var(--bs-secondary);
}
[theme-color=pink] .bx {
  color: var(--bs-pink);
}
[theme-color=pink] .secondary-section-2 .content-image {
  background: var(--bs-pink);
}
[theme-color=pink] .secondary-section-3 .content-title {
  color: var(--bs-pink);
}
[theme-color=pink] .section-get-quote .title {
  color: var(--bs-pink);
}
[theme-color=pink] .section-get-quote .content-form .btn-primary {
  margin-top: 1rem;
  padding-right: 1rem;
  padding-left: 1rem;
  border-radius: 10rem;
}
[theme-color=pink] .select2-container--default .select2-selection--single {
  border: 2px solid #CBD5E0;
}
[theme-color=pink] .select2-container--default .select2-selection--single:hover {
  border-color: var(--bs-light-primary);
}
[theme-color=pink] .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--bs-primary);
}
[theme-color=pink] .select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
  outline-color: var(--bs-pink);
  border: none;
}

[theme-color=yellow] .header.bg-primary {
  background: var(--bs-warning) !important;
}
[theme-color=yellow] .hero-secondary {
  background: var(--bs-yellow);
}
[theme-color=yellow] .hero-secondary .figure {
  background: var(--bs-warning);
}
[theme-color=yellow] .card-title {
  color: var(--bs-warning);
}
[theme-color=yellow] .secondary-section-2 {
  background: var(--bs-warning);
}
[theme-color=yellow] .primary-pre-footer .title {
  color: var(--bs-warning);
}
[theme-color=yellow] .bx {
  color: var(--bs-warning);
}
[theme-color=yellow] .secondary-section-2 .content-image {
  background: var(--bs-warning);
}
[theme-color=yellow] .secondary-section-3 .content-title {
  color: var(--bs-warning);
}
[theme-color=yellow] .section-get-quote .title {
  color: var(--bs-warning);
}
[theme-color=yellow] .section-get-quote .content-form .btn-primary {
  margin-top: 1rem;
  padding-right: 1rem;
  padding-left: 1rem;
  border-radius: 10rem;
}
[theme-color=yellow] .nav-link {
  color: var(--bs-secondary);
}
[theme-color=yellow] .accordion-button:not(.collapsed) {
  color: var(--bs-yellow);
  background-color: var(--bs-yellow-200);
  -webkit-box-shadow: inset 0 -1px 0 var(--bs-yellow-200);
  box-shadow: inset 0 -1px 0 var(--bs-yellow-200);
}

[theme-color=green] .header.bg-primary {
  background: var(--bs-success) !important;
}
[theme-color=green] .hero-secondary {
  background: var(--bs-success);
}
[theme-color=green] .hero-secondary .figure {
  background: var(--bs-success);
}
[theme-color=green] .card-title {
  color: var(--bs-success);
}
[theme-color=green] .secondary-section-2 {
  background: var(--bs-success);
}
[theme-color=green] .primary-pre-footer .title {
  color: var(--bs-success);
}
[theme-color=green] .bx {
  color: var(--bs-success);
}
[theme-color=green] .secondary-section-2 .content-image {
  background: var(--bs-success);
}
[theme-color=green] .secondary-section-3 .content-title {
  color: var(--bs-success);
}
[theme-color=green] .section-get-quote .title {
  color: var(--bs-success);
}
[theme-color=green] .section-get-quote .content-form .btn-primary {
  margin-top: 1rem;
  padding-right: 1rem;
  padding-left: 1rem;
  border-radius: 10rem;
}
[theme-color=green] .nav-link {
  color: var(--bs-secondary);
}
[theme-color=green] .accordion-button:not(.collapsed) {
  color: var(--bs-success);
  background-color: var(--bs-green-200);
  -webkit-box-shadow: inset 0 -1px 0 var(--bs-green-200);
  box-shadow: inset 0 -1px 0 var(--bs-green-200);
}

[theme-color=blue] {
  --bs-blue: #06B6D4;
  --bs-blue-darker: #0499B0;
  --bs-blue-lighter: #4FD6E1;
  --bs-blue-lightest: #a4f3fa;
  --bs-blue-border-light: #a4f3fa;
}
[theme-color=blue] .header.bg-primary {
  background: var(--bs-blue) !important;
}
[theme-color=blue] .sidebar {
  background-color: var(--bs-blue);
}
[theme-color=blue] .identity-view:hover {
  background-color: var(--bs-blue-darker);
}
[theme-color=blue] .btn-check:focus + .btn,
[theme-color=blue] .btn:focus {
  box-shadow: 0 0 0 0.2rem var(--bs-blue-lighter);
}
[theme-color=blue] .btn.btn-outline-primary:focus {
  border-color: var(--bs-blue-lighter);
  box-shadow: 0 0 0 0.2rem var(--bs-blue-lighter);
}
[theme-color=blue] .btn-close:focus {
  box-shadow: 0 0 0 0.2rem var(--bs-blue-lighter);
}
[theme-color=blue] .footer {
  border-bottom-color: var(--bs-blue) !important;
}
[theme-color=blue] .footer a {
  color: var(--bs-blue) !important;
}
[theme-color=blue] .text-primary {
  color: var(--bs-blue) !important;
}
[theme-color=blue] .dropdown-item.active,
[theme-color=blue] .dropdown-item:active {
  background-color: var(--bs-blue);
  color: #fff;
}
[theme-color=blue] #todos-tab .nav-link.active,
[theme-color=blue] #task-tab .nav-link.active {
  border-bottom: 2px solid var(--bs-blue);
}
[theme-color=blue] .nav-link {
  color: var(--bs-secondary);
}
[theme-color=blue] .nav-link:hover {
  color: var(--bs-blue-darker);
}
[theme-color=blue] .task-option:hover {
  color: var(--bs-blue);
}
[theme-color=blue] .form-control:focus {
  border-color: var(--bs-blue);
  box-shadow: 0 0 0 0.2rem var(--bs-blue-lighter);
}
[theme-color=blue] .form-select:focus {
  border-color: var(--bs-blue);
  box-shadow: 0 0 0 0.2rem var(--bs-blue-lighter);
}
[theme-color=blue] .comments-activity.active {
  border-bottom: 2px solid var(--bs-blue);
}
[theme-color=blue] .bg-primary {
  background-color: var(--bs-blue) !important;
}
[theme-color=blue] .hero-secondary {
  background: var(--bs-blue);
}
[theme-color=blue] .hero-secondary .figure {
  background: var(--bs-blue);
}
[theme-color=blue] .card-title {
  color: var(--bs-blue);
}
[theme-color=blue] .secondary-section-2 {
  background: var(--bs-blue);
}
[theme-color=blue] .secondary-section-2 .content-image {
  background: var(--bs-blue);
}
[theme-color=blue] .primary-pre-footer .title {
  color: var(--bs-blue);
}
[theme-color=blue] .bx {
  color: var(--bs-blue);
}
[theme-color=blue] .secondary-section-3 .content-title {
  color: var(--bs-blue);
}
[theme-color=blue] .section-get-quote .title {
  color: var(--bs-blue);
}
[theme-color=blue] .section-get-quote .content-form .btn-primary {
  margin-top: 1rem;
  background-color: var(--bs-blue);
  border-color: var(--bs-blue);
  padding-right: 1rem;
  padding-left: 1rem;
  border-radius: 10rem;
}
[theme-color=blue] .section-get-quote .content-form .btn-primary:active {
  background-color: var(--bs-blue-darker);
}
[theme-color=blue] .section-get-quote .content-form .btn-primary:focus {
  background-color: var(--bs-blue-lighter);
  box-shadow: 0 0 0 0.2rem var(--bs-blue-lighter);
}
[theme-color=blue] .section-get-quote .content-form .btn-primary:hover {
  background-color: var(--bs-blue-darker);
}
[theme-color=blue] .btn-primary:disabled, [theme-color=blue] [theme-color=pink] .section-get-quote .content-form .btn-primary:disabled, [theme-color=pink] .section-get-quote .content-form [theme-color=blue] .btn-primary:disabled,
[theme-color=blue] .btn-primary.disabled,
[theme-color=blue] [theme-color=pink] .section-get-quote .content-form .disabled.btn-primary,
[theme-color=pink] .section-get-quote .content-form [theme-color=blue] .disabled.btn-primary {
  color: #fff;
  background-color: var(--bs-blue);
  border-color: var(--bs-blue);
}
[theme-color=blue] .btn-outline-primary:disabled,
[theme-color=blue] .btn-outline-primary.disabled {
  color: var(--bs-blue);
  background-color: transparent;
  border-color: var(--bs-blue);
}
[theme-color=blue] a:hover {
  color: var(--bs-blue-darker);
}
[theme-color=blue] .project-default-view .icon {
  color: var(--bs-blue);
}
[theme-color=blue] .project-default-view .tile.selected {
  border-color: var(--bs-blue-darker);
  background-color: var(--bs-blue-lightest) !important;
  color: #131C26;
}
[theme-color=blue] .project-default-view .tile.selected .icon {
  color: var(--bs-blue-darker);
}
[theme-color=blue] .project-default-view .tile:hover {
  background-color: var(--bs-blue-lightest);
}
[theme-color=blue] #taskTab .nav-link.active {
  border-bottom: 3px solid var(--bs-blue);
}
[theme-color=blue] .select2-container--default .select2-selection--single {
  border: 2px solid #CBD5E0;
}
[theme-color=blue] .select2-container--default .select2-selection--single:hover {
  border-color: var(--bs-blue-border-light);
}
[theme-color=blue] .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--bs-blue);
}
[theme-color=blue] .select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
  outline-color: var(--bs-blue-darker);
  border: none;
}
[theme-color=blue] .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid var(--bs-blue) 1px;
}
[theme-color=blue] .accordion-button:not(.collapsed) {
  color: var(--bs-blue);
  background-color: var(--bs-blue-border-light);
  -webkit-box-shadow: inset 0 -1px 0 var(--bs-blue-border-light);
  box-shadow: inset 0 -1px 0 var(--bs-blue-border-light);
}

[theme-color=indigo] {
  --bs-indigo: #6366F1;
  --bs-indigo-darker: #4B4DBB;
  --bs-indigo-lighter: #A3A7FF;
  --bs-indigo-lightest: #E0E7FF;
  --bs-indigo-border-light: #C4CFFF;
}
[theme-color=indigo] .alert-primary {
  color: var(--bs-indigo-darker);
  background-color: var(--bs-indigo-lightest);
  border-color: var(--bs-indigo-border-light);
}
[theme-color=indigo] .sidebar {
  background-color: var(--bs-indigo);
}
[theme-color=indigo] .identity-view:hover {
  background-color: var(--bs-indigo-darker);
}
[theme-color=indigo] .btn-check:focus + .btn,
[theme-color=indigo] .btn:focus {
  box-shadow: 0 0 0 0.2rem var(--bs-indigo-lighter);
}
[theme-color=indigo] .btn.btn-outline-primary:focus {
  border-color: var(--bs-indigo-lighter);
  box-shadow: 0 0 0 0.2rem var(--bs-indigo-lightest);
}
[theme-color=indigo] .btn-close:focus {
  box-shadow: 0 0 0 0.2rem var(--bs-indigo-lightest);
}
[theme-color=indigo] .footer {
  border-bottom-color: var(--bs-indigo) !important;
}
[theme-color=indigo] .footer a {
  color: var(--bs-indigo) !important;
}
[theme-color=indigo] .text-primary {
  color: var(--bs-indigo);
}
[theme-color=indigo] .dropdown-item.active,
[theme-color=indigo] .dropdown-item:active {
  background-color: var(--bs-indigo);
  color: #fff;
}
[theme-color=indigo] #todos-tab .nav-link.active,
[theme-color=indigo] #task-tab .nav-link.active {
  border-bottom: 3px solid var(--bs-indigo);
}
[theme-color=indigo] .nav-link {
  color: var(--bs-secondary);
}
[theme-color=indigo] .nav-link:hover {
  color: var(--bs-indigo-darker);
}
[theme-color=indigo] .btn-outline-primary {
  color: var(--bs-indigo);
  border-color: var(--bs-indigo);
}
[theme-color=indigo] .btn-outline-primary:hover {
  background-color: var(--bs-indigo);
  border-color: var(--bs-indigo);
  color: #fff;
}
[theme-color=indigo] .btn-outline-primary:active {
  background-color: var(--bs-indigo);
  border-color: var(--bs-indigo);
}
[theme-color=indigo] .btn-outline-primary:active:focus {
  box-shadow: 0 0 0 0.2rem var(--bs-indigo-lighter);
}
[theme-color=indigo] .task-option:hover {
  color: var(--bs-indigo);
}
[theme-color=indigo] .form-control:focus {
  border-color: var(--bs-indigo);
  box-shadow: 0 0 0 0.2rem var(--bs-indigo-lighter);
}
[theme-color=indigo] .form-select:focus {
  border-color: var(--bs-indigo);
  box-shadow: 0 0 0 0.2rem var(--bs-indigo-lighter);
}
[theme-color=indigo] .comments-activity.active {
  border-bottom: 2px solid var(--bs-indigo);
}
[theme-color=indigo] .bg-primary {
  background-color: var(--bs-indigo) !important;
}
[theme-color=indigo] .btn-primary, [theme-color=indigo] [theme-color=pink] .section-get-quote .content-form .btn-primary, [theme-color=pink] .section-get-quote .content-form [theme-color=indigo] .btn-primary {
  background-color: var(--bs-indigo);
  border: var(--bs-indigo);
}
[theme-color=indigo] .btn-primary:active, [theme-color=indigo] [theme-color=pink] .section-get-quote .content-form .btn-primary:active, [theme-color=pink] .section-get-quote .content-form [theme-color=indigo] .btn-primary:active {
  background-color: var(--bs-indigo-darker);
}
[theme-color=indigo] .btn-primary:focus, [theme-color=indigo] [theme-color=pink] .section-get-quote .content-form .btn-primary:focus, [theme-color=pink] .section-get-quote .content-form [theme-color=indigo] .btn-primary:focus {
  background-color: var(--bs-indigo-darker);
  box-shadow: 0 0 0 0.25rem rgba(75, 0, 130, 0.25);
}
[theme-color=indigo] .btn-primary:hover, [theme-color=indigo] [theme-color=pink] .section-get-quote .content-form .btn-primary:hover, [theme-color=pink] .section-get-quote .content-form [theme-color=indigo] .btn-primary:hover {
  background-color: var(--bs-indigo-darker);
}
[theme-color=indigo] .btn-primary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(75, 0, 130, 0.25);
}
[theme-color=indigo] .btn-primary:disabled, [theme-color=indigo] [theme-color=pink] .section-get-quote .content-form .btn-primary:disabled, [theme-color=pink] .section-get-quote .content-form [theme-color=indigo] .btn-primary:disabled,
[theme-color=indigo] .btn-primary.disabled,
[theme-color=indigo] [theme-color=pink] .section-get-quote .content-form .disabled.btn-primary,
[theme-color=pink] .section-get-quote .content-form [theme-color=indigo] .disabled.btn-primary {
  color: #fff;
  background-color: var(--bs-indigo);
  border-color: var(--bs-indigo);
}
[theme-color=indigo] .btn-outline-primary:disabled,
[theme-color=indigo] .btn-outline-primary.disabled {
  color: var(--bs-indigo);
  background-color: transparent;
  border-color: var(--bs-indigo);
}
[theme-color=indigo] .text-primary {
  color: var(--bs-indigo) !important;
}
[theme-color=indigo] a:hover {
  color: var(--bs-indigo-darker);
}
[theme-color=indigo] .project-default-view .icon {
  color: var(--bs-indigo);
}
[theme-color=indigo] .project-default-view .tile.selected {
  border-color: var(--bs-indigo-darker);
  background-color: var(--bs-indigo-lightest) !important;
  color: #131C26;
}
[theme-color=indigo] .project-default-view .tile.selected .icon {
  color: var(--bs-indigo-darker);
}
[theme-color=indigo] .project-default-view .tile:hover {
  background-color: var(--bs-indigo-lightest);
}
[theme-color=indigo] #taskTab .nav-link.active {
  border-bottom: 3px solid var(--bs-indigo);
}
[theme-color=indigo] .comments-activity.active {
  border-bottom: 3px solid var(--bs-indigo) !important;
}
[theme-color=indigo] .select2-container--default .select2-selection--single {
  border: 2px solid #CBD5E0;
}
[theme-color=indigo] .select2-container--default .select2-selection--single:hover {
  border-color: var(--bs-indigo-border-light);
}
[theme-color=indigo] .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--bs-indigo);
}
[theme-color=indigo] .select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
  outline-color: var(--bs-indigo-darker);
  border: none;
}
[theme-color=indigo] .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid var(--bs-indigo) 1px;
}
[theme-color=indigo] .accordion-button:not(.collapsed) {
  color: var(--bs-indigo);
  background-color: var(--bs-indigo-border-light);
  -webkit-box-shadow: inset 0 -1px 0 var(--bs-indigo-border-light);
  box-shadow: inset 0 -1px 0 var(--bs-indigo-border-light);
}

[theme-color=navy] {
  --bs-blue: #396cdd;
  --bs-blue-darker: #2e5aba;
  --bs-blue-lighter: #739ae9;
  --bs-blue-lightest: #d9e2fc;
  --bs-blue-border-light: #b8c8f2;
}
[theme-color=navy] .alert-primary {
  color: var(--bs-blue-darker);
  background-color: var(--bs-blue-lightest);
  border-color: var(--bs-blue-border-light);
}
[theme-color=navy] .sidebar {
  background-color: var(--bs-blue);
}
[theme-color=navy] .identity-view:hover {
  background-color: var(--bs-blue-darker);
}
[theme-color=navy] .btn-check:focus + .btn,
[theme-color=navy] .btn:focus {
  box-shadow: 0 0 0 0.2rem var(--bs-blue-lighter);
}
[theme-color=navy] .btn.btn-outline-primary:focus {
  border-color: var(--bs-blue-lighter);
  box-shadow: 0 0 0 0.2rem var(--bs-blue-lightest);
}
[theme-color=navy] .btn-close:focus {
  box-shadow: 0 0 0 0.2rem var(--bs-blue-lightest);
}
[theme-color=navy] .footer {
  border-bottom-color: var(--bs-blue) !important;
}
[theme-color=navy] .footer a {
  color: var(--bs-blue) !important;
}
[theme-color=navy] .text-primary {
  color: var(--bs-blue) !important;
}
[theme-color=navy] .dropdown-item.active,
[theme-color=navy] .dropdown-item:active {
  background-color: var(--bs-blue);
  color: #fff;
}
[theme-color=navy] #todos-tab .nav-link.active,
[theme-color=navy] #task-tab .nav-link.active {
  border-bottom: 3px solid var(--bs-blue);
}
[theme-color=navy] .nav-link {
  color: var(--bs-secondary);
}
[theme-color=navy] .nav-link:hover {
  color: var(--bs-blue-darker);
}
[theme-color=navy] .btn-outline-primary {
  color: var(--bs-blue);
  border-color: var(--bs-blue);
}
[theme-color=navy] .btn-outline-primary:hover {
  background-color: var(--bs-blue);
  border-color: var(--bs-blue);
  color: #fff;
}
[theme-color=navy] .btn-outline-primary:active {
  background-color: var(--bs-blue);
  border-color: var(--bs-blue);
}
[theme-color=navy] .btn-outline-primary:active:focus {
  box-shadow: 0 0 0 0.2rem var(--bs-blue-lighter);
}
[theme-color=navy] .task-option:hover {
  color: var(--bs-blue);
}
[theme-color=navy] .form-control:focus {
  border-color: var(--bs-blue);
  box-shadow: 0 0 0 0.2rem var(--bs-blue-lighter);
}
[theme-color=navy] .form-select:focus {
  border-color: var(--bs-blue);
  box-shadow: 0 0 0 0.2rem var(--bs-blue-lighter);
}
[theme-color=navy] .comments-activity.active {
  border-bottom: 3px solid var(--bs-blue) !important;
}
[theme-color=navy] .bg-primary {
  background-color: var(--bs-blue) !important;
}
[theme-color=navy] .btn-primary, [theme-color=navy] [theme-color=pink] .section-get-quote .content-form .btn-primary, [theme-color=pink] .section-get-quote .content-form [theme-color=navy] .btn-primary {
  background-color: var(--bs-blue);
  border-color: var(--bs-blue);
}
[theme-color=navy] .btn-primary:active, [theme-color=navy] [theme-color=pink] .section-get-quote .content-form .btn-primary:active, [theme-color=pink] .section-get-quote .content-form [theme-color=navy] .btn-primary:active {
  background-color: var(--bs-blue-darker);
}
[theme-color=navy] .btn-primary:focus, [theme-color=navy] [theme-color=pink] .section-get-quote .content-form .btn-primary:focus, [theme-color=pink] .section-get-quote .content-form [theme-color=navy] .btn-primary:focus {
  background-color: var(--bs-blue-darker);
  box-shadow: 0 0 0 0.25rem rgba(45, 75, 130, 0.25);
}
[theme-color=navy] .btn-primary:hover, [theme-color=navy] [theme-color=pink] .section-get-quote .content-form .btn-primary:hover, [theme-color=pink] .section-get-quote .content-form [theme-color=navy] .btn-primary:hover {
  background-color: var(--bs-blue-darker);
}
[theme-color=navy] .btn-primary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(45, 75, 130, 0.25);
}
[theme-color=navy] .btn-primary:disabled, [theme-color=navy] [theme-color=pink] .section-get-quote .content-form .btn-primary:disabled, [theme-color=pink] .section-get-quote .content-form [theme-color=navy] .btn-primary:disabled,
[theme-color=navy] .btn-primary.disabled,
[theme-color=navy] [theme-color=pink] .section-get-quote .content-form .disabled.btn-primary,
[theme-color=pink] .section-get-quote .content-form [theme-color=navy] .disabled.btn-primary {
  color: #fff;
  background-color: var(--bs-blue);
  border-color: var(--bs-blue);
}
[theme-color=navy] .btn-outline-primary:disabled,
[theme-color=navy] .btn-outline-primary.disabled {
  color: var(--bs-blue);
  background-color: transparent;
  border-color: var(--bs-blue);
}
[theme-color=navy] a:hover {
  color: var(--bs-blue-darker);
}
[theme-color=navy] a .btn-primary, [theme-color=navy] a [theme-color=pink] .section-get-quote .content-form .btn-primary, [theme-color=pink] .section-get-quote .content-form [theme-color=navy] a .btn-primary {
  color: #fff;
  background-color: var(--bs-blue);
  border-color: var(--bs-blue-darker);
}
[theme-color=navy] a .btn-primary:hover, [theme-color=navy] a [theme-color=pink] .section-get-quote .content-form .btn-primary:hover, [theme-color=pink] .section-get-quote .content-form [theme-color=navy] a .btn-primary:hover {
  color: #fff;
}
[theme-color=navy] .project-default-view .icon {
  color: var(--bs-blue);
}
[theme-color=navy] .project-default-view .tile.selected {
  border-color: var(--bs-blue-darker);
  background-color: var(--bs-blue-lightest) !important;
  color: #131C26;
}
[theme-color=navy] .project-default-view .tile.selected .icon {
  color: var(--bs-blue-darker);
}
[theme-color=navy] .project-default-view .tile:hover {
  background-color: var(--bs-blue-lightest);
}
[theme-color=navy] #taskTab .nav-link.active {
  border-bottom: 3px solid var(--bs-blue);
}
[theme-color=navy] .select2-container--default .select2-selection--single {
  border: 2px solid #CBD5E0;
}
[theme-color=navy] .select2-container--default .select2-selection--single:hover {
  border-color: var(--bs-blue-border-light);
}
[theme-color=navy] .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--bs-blue);
}
[theme-color=navy] .select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
  outline-color: var(--bs-blue-darker);
  border: none;
}
[theme-color=navy] .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid var(--bs-blue) 1px;
}
[theme-color=navy] .accordion-button:not(.collapsed) {
  color: var(--bs-blue-darker);
  background-color: var(--bs-blue-border-light);
  -webkit-box-shadow: inset 0 -1px 0 var(--bs-blue-border-light);
  box-shadow: inset 0 -1px 0 var(--bs-blue-border-light);
}

[theme-color=orange] {
  --bs-orange: #F97316;
  --bs-orange-darker: #D15A11;
  --bs-orange-lighter: #FDAF58;
  --bs-orange-lightest: #FFE7D0;
  --bs-orange-border-light: #FFC9A6;
}
[theme-color=orange] .alert-primary {
  color: var(--bs-orange-darker);
  background-color: var(--bs-orange-lightest);
  border-color: var(--bs-orange-border-light);
}
[theme-color=orange] .sidebar {
  background-color: var(--bs-orange);
}
[theme-color=orange] .identity-view:hover {
  background-color: var(--bs-orange-darker);
}
[theme-color=orange] .btn-check:focus + .btn.btn-primary,
[theme-color=orange] .btn.btn-primary:focus {
  border-color: var(--bs-orange-lighter);
  box-shadow: 0 0 0 0.2rem var(--bs-orange-lighter);
}
[theme-color=orange] .btn.btn-outline-primary:focus {
  border-color: var(--bs-orange-lighter);
  box-shadow: 0 0 0 0.2rem var(--bs-orange-lightest);
}
[theme-color=orange] .btn-close:focus {
  box-shadow: 0 0 0 0.2rem var(--bs-orange-lightest);
}
[theme-color=orange] .footer {
  border-bottom-color: var(--bs-orange) !important;
}
[theme-color=orange] .footer a {
  color: var(--bs-orange) !important;
}
[theme-color=orange] .text-primary {
  color: var(--bs-orange) !important;
}
[theme-color=orange] .dropdown-item.active,
[theme-color=orange] .dropdown-item:active {
  background-color: var(--bs-orange);
  color: #fff;
}
[theme-color=orange] #todos-tab .nav-link.active,
[theme-color=orange] #task-tab .nav-link.active {
  border-bottom: 3px solid var(--bs-orange);
}
[theme-color=orange] .nav-link {
  color: var(--bs-secondary);
}
[theme-color=orange] .nav-link:hover {
  color: var(--bs-orange-darker);
}
[theme-color=orange] .btn-outline-primary {
  color: var(--bs-orange);
  border-color: var(--bs-orange);
}
[theme-color=orange] .btn-outline-primary:hover {
  background-color: var(--bs-orange);
  border-color: var(--bs-orange);
  color: #fff;
}
[theme-color=orange] .btn-outline-primary:active {
  background-color: var(--bs-orange);
  border-color: var(--bs-orange);
}
[theme-color=orange] .btn-outline-primary:active:focus {
  box-shadow: 0 0 0 0.2rem var(--bs-orange-lighter);
}
[theme-color=orange] .task-option:hover {
  color: var(--bs-orange);
}
[theme-color=orange] .form-control:focus {
  border-color: var(--bs-orange);
  box-shadow: 0 0 0 0.2rem var(--bs-orange-lighter);
}
[theme-color=orange] .form-select:focus {
  border-color: var(--bs-orange);
  box-shadow: 0 0 0 0.2rem var(--bs-orange-lighter);
}
[theme-color=orange] .comments-activity.active {
  border-bottom: 3px solid var(--bs-orange) !important;
}
[theme-color=orange] .bg-primary {
  background-color: var(--bs-orange) !important;
}
[theme-color=orange] .btn-primary, [theme-color=orange] [theme-color=pink] .section-get-quote .content-form .btn-primary, [theme-color=pink] .section-get-quote .content-form [theme-color=orange] .btn-primary {
  color: #fff;
  background-color: var(--bs-orange);
  border-color: var(--bs-orange);
}
[theme-color=orange] .btn-primary:active, [theme-color=orange] [theme-color=pink] .section-get-quote .content-form .btn-primary:active, [theme-color=pink] .section-get-quote .content-form [theme-color=orange] .btn-primary:active {
  background-color: var(--bs-orange-darker);
  border-color: var(--bs-orange);
}
[theme-color=orange] .btn-primary:focus, [theme-color=orange] [theme-color=pink] .section-get-quote .content-form .btn-primary:focus, [theme-color=pink] .section-get-quote .content-form [theme-color=orange] .btn-primary:focus {
  background-color: var(--bs-orange-darker);
  box-shadow: 0 0 0 0.25rem rgba(217, 94, 38, 0.25);
}
[theme-color=orange] .btn-primary:hover, [theme-color=orange] [theme-color=pink] .section-get-quote .content-form .btn-primary:hover, [theme-color=pink] .section-get-quote .content-form [theme-color=orange] .btn-primary:hover {
  color: #fff;
  background-color: var(--bs-orange-darker);
  border-color: var(--bs-orange);
}
[theme-color=orange] .btn-primary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 94, 38, 0.25);
}
[theme-color=orange] .btn-primary:disabled, [theme-color=orange] [theme-color=pink] .section-get-quote .content-form .btn-primary:disabled, [theme-color=pink] .section-get-quote .content-form [theme-color=orange] .btn-primary:disabled,
[theme-color=orange] .btn-primary.disabled,
[theme-color=orange] [theme-color=pink] .section-get-quote .content-form .disabled.btn-primary,
[theme-color=pink] .section-get-quote .content-form [theme-color=orange] .disabled.btn-primary {
  color: #fff;
  background-color: var(--bs-orange);
  border-color: var(--bs-orange);
}
[theme-color=orange] .btn-outline-primary:disabled,
[theme-color=orange] .btn-outline-primary.disabled {
  color: var(--bs-orange);
  background-color: transparent;
  border-color: var(--bs-orange);
}
[theme-color=orange] a:hover {
  color: var(--bs-orange-darker);
}
[theme-color=orange] a .btn-primary, [theme-color=orange] a [theme-color=pink] .section-get-quote .content-form .btn-primary, [theme-color=pink] .section-get-quote .content-form [theme-color=orange] a .btn-primary {
  color: #fff;
  background-color: var(--bs-orange);
  border-color: var(--bs-orange-darker);
}
[theme-color=orange] a .btn-primary:hover, [theme-color=orange] a [theme-color=pink] .section-get-quote .content-form .btn-primary:hover, [theme-color=pink] .section-get-quote .content-form [theme-color=orange] a .btn-primary:hover {
  color: #fff;
}
[theme-color=orange] .project-default-view .icon {
  color: var(--bs-orange);
}
[theme-color=orange] .project-default-view .tile.selected {
  border-color: var(--bs-orange-darker);
  background-color: var(--bs-orange-lightest) !important;
  color: #131C26;
}
[theme-color=orange] .project-default-view .tile.selected .icon {
  color: var(--bs-orange-darker);
}
[theme-color=orange] .project-default-view .tile:hover {
  background-color: var(--bs-orange-lightest);
}
[theme-color=orange] #taskTab .nav-link.active {
  border-bottom: 3px solid var(--bs-orange);
}
[theme-color=orange] .select2-container--default .select2-selection--single {
  border: 2px solid #CBD5E0;
}
[theme-color=orange] .select2-container--default .select2-selection--single:hover {
  border-color: var(--bs-orange-border-light);
}
[theme-color=orange] .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--bs-orange);
}
[theme-color=orange] .select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
  outline-color: var(--bs-orange-darker);
  border: none;
}
[theme-color=orange] .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid var(--bs-orange) 1px;
}
[theme-color=orange] .accordion-button:not(.collapsed) {
  color: var(--bs-orange-darker);
  background-color: var(--bs-orange-border-light);
  -webkit-box-shadow: inset 0 -1px 0 var(--bs-orange-border-light);
  box-shadow: inset 0 -1px 0 var(--bs-orange-border-light);
}

[theme-color=purple] {
  --bs-purple: #8B5CF6;
  --bs-purple-darker: #7A4DD6;
  --bs-purple-lighter: #A78BFC;
  --bs-purple-lightest: #E9D8FD;
  --bs-purple-border-light: #D1B3FA;
}
[theme-color=purple] .alert-primary {
  color: var(--bs-purple-darker);
  background-color: var(--bs-purple-lightest);
  border-color: var(--bs-purple-border-light);
}
[theme-color=purple] .sidebar {
  background-color: var(--bs-purple);
}
[theme-color=purple] .identity-view:hover {
  background-color: var(--bs-purple-darker);
}
[theme-color=purple] .btn-check:focus + .btn.btn-primary,
[theme-color=purple] .btn.btn-primary:focus {
  border-color: var(--bs-purple-lighter);
  box-shadow: 0 0 0 0.2rem var(--bs-purple-lighter);
}
[theme-color=purple] .btn.btn-outline-primary:focus {
  border-color: var(--bs-purple-lighter);
  box-shadow: 0 0 0 0.2rem var(--bs-purple-lightest);
}
[theme-color=purple] .btn-close:focus {
  box-shadow: 0 0 0 0.2rem var(--bs-purple-lightest);
}
[theme-color=purple] .footer {
  border-bottom-color: var(--bs-purple) !important;
}
[theme-color=purple] .footer a {
  color: var(--bs-purple) !important;
}
[theme-color=purple] .text-primary {
  color: var(--bs-purple) !important;
}
[theme-color=purple] .dropdown-item.active,
[theme-color=purple] .dropdown-item:active {
  background-color: var(--bs-purple);
  color: #fff;
}
[theme-color=purple] #todos-tab .nav-link.active,
[theme-color=purple] #task-tab .nav-link.active {
  border-bottom: 3px solid var(--bs-purple);
}
[theme-color=purple] .nav-link {
  color: var(--bs-secondary);
}
[theme-color=purple] .nav-link:hover {
  color: var(--bs-purple-darker);
}
[theme-color=purple] .btn-outline-primary {
  color: var(--bs-purple);
  border-color: var(--bs-purple);
}
[theme-color=purple] .btn-outline-primary:hover {
  background-color: var(--bs-purple);
  border-color: var(--bs-purple);
  color: #fff;
}
[theme-color=purple] .btn-outline-primary:active {
  background-color: var(--bs-purple);
  border-color: var(--bs-purple) !important;
}
[theme-color=purple] .btn-outline-primary:active:focus {
  box-shadow: 0 0 0 0.2rem var(--bs-purple-lighter);
}
[theme-color=purple] .task-option:hover {
  color: var(--bs-purple);
}
[theme-color=purple] .form-control:focus {
  border-color: var(--bs-purple);
  box-shadow: 0 0 0 0.2rem var(--bs-purple-lighter);
}
[theme-color=purple] .form-select:focus {
  border-color: var(--bs-purple);
  box-shadow: 0 0 0 0.2rem var(--bs-purple-lighter);
}
[theme-color=purple] .comments-activity.active {
  border-bottom: 3px solid var(--bs-purple) !important;
}
[theme-color=purple] .bg-primary {
  background-color: var(--bs-purple) !important;
}
[theme-color=purple] .btn-primary, [theme-color=purple] [theme-color=pink] .section-get-quote .content-form .btn-primary, [theme-color=pink] .section-get-quote .content-form [theme-color=purple] .btn-primary {
  color: #fff;
  background-color: var(--bs-purple);
  border-color: var(--bs-purple);
}
[theme-color=purple] .btn-primary:active, [theme-color=purple] [theme-color=pink] .section-get-quote .content-form .btn-primary:active, [theme-color=pink] .section-get-quote .content-form [theme-color=purple] .btn-primary:active {
  background-color: var(--bs-purple-darker);
  border-color: var(--bs-purple);
}
[theme-color=purple] .btn-primary:focus, [theme-color=purple] [theme-color=pink] .section-get-quote .content-form .btn-primary:focus, [theme-color=pink] .section-get-quote .content-form [theme-color=purple] .btn-primary:focus {
  background-color: var(--bs-purple-darker);
  box-shadow: 0 0 0 0.25rem rgba(122, 77, 214, 0.25);
}
[theme-color=purple] .btn-primary:hover, [theme-color=purple] [theme-color=pink] .section-get-quote .content-form .btn-primary:hover, [theme-color=pink] .section-get-quote .content-form [theme-color=purple] .btn-primary:hover {
  color: #fff;
  background-color: var(--bs-purple-darker);
  border-color: var(--bs-purple);
}
[theme-color=purple] .btn-primary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(122, 77, 214, 0.25);
}
[theme-color=purple] .btn-primary:disabled, [theme-color=purple] [theme-color=pink] .section-get-quote .content-form .btn-primary:disabled, [theme-color=pink] .section-get-quote .content-form [theme-color=purple] .btn-primary:disabled,
[theme-color=purple] .btn-primary.disabled,
[theme-color=purple] [theme-color=pink] .section-get-quote .content-form .disabled.btn-primary,
[theme-color=pink] .section-get-quote .content-form [theme-color=purple] .disabled.btn-primary {
  color: #fff;
  background-color: var(--bs-purple);
  border-color: var(--bs-purple);
}
[theme-color=purple] .btn-outline-primary:disabled,
[theme-color=purple] .btn-outline-primary.disabled {
  color: var(--bs-purple);
  background-color: transparent;
  border-color: var(--bs-purple);
}
[theme-color=purple] a:hover {
  color: var(--bs-purple-darker);
}
[theme-color=purple] a .btn-primary, [theme-color=purple] a [theme-color=pink] .section-get-quote .content-form .btn-primary, [theme-color=pink] .section-get-quote .content-form [theme-color=purple] a .btn-primary {
  color: #fff;
  background-color: var(--bs-purple);
  border-color: var(--bs-purple-darker);
}
[theme-color=purple] a .btn-primary:hover, [theme-color=purple] a [theme-color=pink] .section-get-quote .content-form .btn-primary:hover, [theme-color=pink] .section-get-quote .content-form [theme-color=purple] a .btn-primary:hover {
  color: #fff;
}
[theme-color=purple] .project-default-view .icon {
  color: var(--bs-purple);
}
[theme-color=purple] .project-default-view .tile.selected {
  border-color: var(--bs-purple-darker);
  background-color: var(--bs-purple-lightest) !important;
  color: #131C26;
}
[theme-color=purple] .project-default-view .tile.selected .icon {
  color: var(--bs-purple-darker);
}
[theme-color=purple] .project-default-view .tile:hover {
  background-color: var(--bs-purple-lightest);
}
[theme-color=purple] #taskTab .nav-link.active {
  border-bottom: 3px solid var(--bs-purple);
}
[theme-color=purple] .select2-container--default .select2-selection--single {
  border: 2px solid #CBD5E0;
}
[theme-color=purple] .select2-container--default .select2-selection--single:hover {
  border-color: var(--bs-purple-border-light);
}
[theme-color=purple] .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--bs-purple);
}
[theme-color=purple] .select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
  outline-color: var(--bs-purple-darker);
  border: none;
}
[theme-color=purple] .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid var(--bs-purple) 1px;
}
[theme-color=purple] .accordion-button:not(.collapsed) {
  color: var(--bs-purple-darker);
  background-color: var(--bs-purple-border-light);
  -webkit-box-shadow: inset 0 -1px 0 var(--bs-purple-border-light);
  box-shadow: inset 0 -1px 0 var(--bs-purple-border-light);
}

[theme-color=red] {
  --bs-red: #EF4444;
  --bs-red-darker: #D32F2F;
  --bs-red-lighter: #F77A7A;
  --bs-red-lightest: #FEE2E2;
  --bs-red-border-light: #F8B4B4;
}
[theme-color=red] .alert-primary {
  color: var(--bs-red-darker);
  background-color: var(--bs-red-lightest);
  border-color: var(--bs-red-border-light);
}
[theme-color=red] .sidebar {
  background-color: var(--bs-red);
}
[theme-color=red] .identity-view:hover {
  background-color: var(--bs-red-darker);
}
[theme-color=red] .btn-check:focus + .btn.btn-primary,
[theme-color=red] .btn.btn-primary:focus {
  border-color: var(--bs-red-lighter);
  box-shadow: 0 0 0 0.2rem var(--bs-red-lighter);
}
[theme-color=red] .btn.btn-outline-primary:focus {
  border-color: var(--bs-red-lighter);
  box-shadow: 0 0 0 0.2rem var(--bs-red-lightest);
}
[theme-color=red] .btn-close:focus {
  box-shadow: 0 0 0 0.2rem var(--bs-red-lightest);
}
[theme-color=red] .footer {
  border-bottom-color: var(--bs-red) !important;
}
[theme-color=red] .footer a {
  color: var(--bs-red) !important;
}
[theme-color=red] .text-primary {
  color: var(--bs-red) !important;
}
[theme-color=red] .dropdown-item.active,
[theme-color=red] .dropdown-item:active {
  background-color: var(--bs-red);
  color: #fff;
}
[theme-color=red] #todos-tab .nav-link.active,
[theme-color=red] #task-tab .nav-link.active {
  border-bottom: 3px solid var(--bs-red);
}
[theme-color=red] .nav-link {
  color: var(--bs-secondary);
}
[theme-color=red] .nav-link:hover {
  color: var(--bs-red-darker);
}
[theme-color=red] .btn-outline-primary {
  color: var(--bs-red);
  border-color: var(--bs-red);
}
[theme-color=red] .btn-outline-primary:hover {
  background-color: var(--bs-red);
  border-color: var(--bs-red);
  color: #fff;
}
[theme-color=red] .btn-outline-primary:active {
  background-color: var(--bs-red);
  border-color: var(--bs-red) !important;
}
[theme-color=red] .btn-outline-primary:active:focus {
  box-shadow: 0 0 0 0.2rem var(--bs-red-lighter);
}
[theme-color=red] .task-option:hover {
  color: var(--bs-red);
}
[theme-color=red] .form-control:focus {
  border-color: var(--bs-red);
  box-shadow: 0 0 0 0.2rem var(--bs-red-lighter);
}
[theme-color=red] .form-select:focus {
  border-color: var(--bs-red);
  box-shadow: 0 0 0 0.2rem var(--bs-red-lighter);
}
[theme-color=red] .comments-activity.active {
  border-bottom: 3px solid var(--bs-red) !important;
}
[theme-color=red] .bg-primary {
  background-color: var(--bs-red) !important;
}
[theme-color=red] .btn-primary, [theme-color=red] [theme-color=pink] .section-get-quote .content-form .btn-primary, [theme-color=pink] .section-get-quote .content-form [theme-color=red] .btn-primary {
  color: #fff;
  background-color: var(--bs-red);
  border-color: var(--bs-red);
}
[theme-color=red] .btn-primary:active, [theme-color=red] [theme-color=pink] .section-get-quote .content-form .btn-primary:active, [theme-color=pink] .section-get-quote .content-form [theme-color=red] .btn-primary:active {
  background-color: var(--bs-red-darker);
  border-color: var(--bs-red);
}
[theme-color=red] .btn-primary:focus, [theme-color=red] [theme-color=pink] .section-get-quote .content-form .btn-primary:focus, [theme-color=pink] .section-get-quote .content-form [theme-color=red] .btn-primary:focus {
  background-color: var(--bs-red-darker);
  box-shadow: 0 0 0 0.25rem rgba(239, 68, 68, 0.25);
}
[theme-color=red] .btn-primary:hover, [theme-color=red] [theme-color=pink] .section-get-quote .content-form .btn-primary:hover, [theme-color=pink] .section-get-quote .content-form [theme-color=red] .btn-primary:hover {
  color: #fff;
  background-color: var(--bs-red-darker);
  border-color: var(--bs-red);
}
[theme-color=red] .btn-primary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(239, 68, 68, 0.25);
}
[theme-color=red] .btn-primary:disabled, [theme-color=red] [theme-color=pink] .section-get-quote .content-form .btn-primary:disabled, [theme-color=pink] .section-get-quote .content-form [theme-color=red] .btn-primary:disabled,
[theme-color=red] .btn-primary.disabled,
[theme-color=red] [theme-color=pink] .section-get-quote .content-form .disabled.btn-primary,
[theme-color=pink] .section-get-quote .content-form [theme-color=red] .disabled.btn-primary {
  color: #fff;
  background-color: var(--bs-red);
  border-color: var(--bs-red);
}
[theme-color=red] .btn-outline-primary:disabled,
[theme-color=red] .btn-outline-primary.disabled {
  color: var(--bs-red);
  background-color: transparent;
  border-color: var(--bs-red);
}
[theme-color=red] a:hover {
  color: var(--bs-red-darker);
}
[theme-color=red] a .btn-primary, [theme-color=red] a [theme-color=pink] .section-get-quote .content-form .btn-primary, [theme-color=pink] .section-get-quote .content-form [theme-color=red] a .btn-primary {
  color: #fff;
  background-color: var(--bs-red);
  border-color: var(--bs-red-darker);
}
[theme-color=red] a .btn-primary:hover, [theme-color=red] a [theme-color=pink] .section-get-quote .content-form .btn-primary:hover, [theme-color=pink] .section-get-quote .content-form [theme-color=red] a .btn-primary:hover {
  color: #fff;
}
[theme-color=red] .project-default-view .icon {
  color: var(--bs-red);
}
[theme-color=red] .project-default-view .tile.selected {
  border-color: var(--bs-red-darker);
  background-color: var(--bs-red-lightest) !important;
  color: #131C26;
}
[theme-color=red] .project-default-view .tile.selected .icon {
  color: var(--bs-red-darker);
}
[theme-color=red] .project-default-view .tile:hover {
  background-color: var(--bs-red-lightest);
}
[theme-color=red] #taskTab .nav-link.active {
  border-bottom: 3px solid var(--bs-red);
}
[theme-color=red] .select2-container--default .select2-selection--single {
  border: 2px solid #CBD5E0;
}
[theme-color=red] .select2-container--default .select2-selection--single:hover {
  border-color: var(--bs-red-border-light);
}
[theme-color=red] .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--bs-red);
}
[theme-color=red] .select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
  outline-color: var(--bs-red-darker);
  border: none;
}
[theme-color=red] .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid var(--bs-red) 1px;
}
[theme-color=red] .accordion-button:not(.collapsed) {
  color: var(--bs-red-darker);
  background-color: var(--bs-red-border-light);
  -webkit-box-shadow: inset 0 -1px 0 var(--bs-red-border-light);
  box-shadow: inset 0 -1px 0 var(--bs-red-border-light);
}

[theme-color=green] {
  --bs-green: #1AC688;
  --bs-green-darker: #16A275;
  --bs-green-lighter: #4DE0A4;
  --bs-green-lightest: #D4F7EC;
  --bs-green-border-light: #A8F2D5;
}
[theme-color=green] .alert-primary {
  color: var(--bs-green-darker);
  background-color: var(--bs-green-lightest);
  border-color: var(--bs-green-border-light);
}
[theme-color=green] .sidebar {
  background-color: var(--bs-green);
}
[theme-color=green] .identity-view:hover {
  background-color: var(--bs-green-darker);
}
[theme-color=green] .btn-check:focus + .btn.btn-primary,
[theme-color=green] .btn.btn-primary:focus {
  border-color: var(--bs-green-lighter);
  box-shadow: 0 0 0 0.2rem var(--bs-green-lighter);
}
[theme-color=green] .btn.btn-outline-primary:focus {
  border-color: var(--bs-green-lighter);
  box-shadow: 0 0 0 0.2rem var(--bs-green-lightest);
}
[theme-color=green] .btn-close:focus {
  box-shadow: 0 0 0 0.2rem var(--bs-green-lightest);
}
[theme-color=green] .footer {
  border-bottom-color: var(--bs-green) !important;
}
[theme-color=green] .footer a {
  color: var(--bs-green) !important;
}
[theme-color=green] .text-primary {
  color: var(--bs-green) !important;
}
[theme-color=green] .dropdown-item.active,
[theme-color=green] .dropdown-item:active {
  background-color: var(--bs-green);
  color: #fff;
}
[theme-color=green] #todos-tab .nav-link.active,
[theme-color=green] #task-tab .nav-link.active {
  border-bottom: 3px solid var(--bs-green);
}
[theme-color=green] .nav-link {
  color: var(--bs-secondary);
}
[theme-color=green] .nav-link:hover {
  color: var(--bs-green-darker);
}
[theme-color=green] .btn-outline-primary {
  color: var(--bs-green);
  border-color: var(--bs-green);
}
[theme-color=green] .btn-outline-primary:hover {
  background-color: var(--bs-green);
  border-color: var(--bs-green);
  color: #fff;
}
[theme-color=green] .btn-outline-primary:active {
  background-color: var(--bs-green);
  border-color: var(--bs-green) !important;
}
[theme-color=green] .btn-outline-primary:active:focus {
  box-shadow: 0 0 0 0.2rem var(--bs-green-lighter);
}
[theme-color=green] .task-option:hover {
  color: var(--bs-green);
}
[theme-color=green] .form-control:focus {
  border-color: var(--bs-green);
  box-shadow: 0 0 0 0.2rem var(--bs-green-lighter);
}
[theme-color=green] .form-select:focus {
  border-color: var(--bs-green);
  box-shadow: 0 0 0 0.2rem var(--bs-green-lighter);
}
[theme-color=green] .comments-activity.active {
  border-bottom: 3px solid var(--bs-green) !important;
}
[theme-color=green] .bg-primary {
  background-color: var(--bs-green) !important;
}
[theme-color=green] .btn-primary, [theme-color=green] [theme-color=pink] .section-get-quote .content-form .btn-primary, [theme-color=pink] .section-get-quote .content-form [theme-color=green] .btn-primary {
  color: #fff;
  background-color: var(--bs-green);
  border-color: var(--bs-green);
}
[theme-color=green] .btn-primary:active, [theme-color=green] [theme-color=pink] .section-get-quote .content-form .btn-primary:active, [theme-color=pink] .section-get-quote .content-form [theme-color=green] .btn-primary:active {
  background-color: var(--bs-green-darker);
  border-color: var(--bs-green);
}
[theme-color=green] .btn-primary:focus, [theme-color=green] [theme-color=pink] .section-get-quote .content-form .btn-primary:focus, [theme-color=pink] .section-get-quote .content-form [theme-color=green] .btn-primary:focus {
  background-color: var(--bs-green-darker);
  box-shadow: 0 0 0 0.25rem rgba(26, 198, 136, 0.25);
}
[theme-color=green] .btn-primary:hover, [theme-color=green] [theme-color=pink] .section-get-quote .content-form .btn-primary:hover, [theme-color=pink] .section-get-quote .content-form [theme-color=green] .btn-primary:hover {
  color: #fff;
  background-color: var(--bs-green-darker);
  border-color: var(--bs-green);
}
[theme-color=green] .btn-primary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(26, 198, 136, 0.25);
}
[theme-color=green] .btn-primary:disabled, [theme-color=green] [theme-color=pink] .section-get-quote .content-form .btn-primary:disabled, [theme-color=pink] .section-get-quote .content-form [theme-color=green] .btn-primary:disabled,
[theme-color=green] .btn-primary.disabled,
[theme-color=green] [theme-color=pink] .section-get-quote .content-form .disabled.btn-primary,
[theme-color=pink] .section-get-quote .content-form [theme-color=green] .disabled.btn-primary {
  color: #fff;
  background-color: var(--bs-green);
  border-color: var(--bs-green);
}
[theme-color=green] .btn-outline-primary:disabled,
[theme-color=green] .btn-outline-primary.disabled {
  color: var(--bs-green);
  background-color: transparent;
  border-color: var(--bs-green);
}
[theme-color=green] a:hover {
  color: var(--bs-green-darker);
}
[theme-color=green] a .btn-primary, [theme-color=green] a [theme-color=pink] .section-get-quote .content-form .btn-primary, [theme-color=pink] .section-get-quote .content-form [theme-color=green] a .btn-primary {
  color: #fff;
  background-color: var(--bs-green);
  border-color: var(--bs-green-darker);
}
[theme-color=green] a .btn-primary:hover, [theme-color=green] a [theme-color=pink] .section-get-quote .content-form .btn-primary:hover, [theme-color=pink] .section-get-quote .content-form [theme-color=green] a .btn-primary:hover {
  color: #fff;
}
[theme-color=green] .project-default-view .icon {
  color: var(--bs-green);
}
[theme-color=green] .project-default-view .tile.selected {
  border-color: var(--bs-green-darker);
  background-color: var(--bs-green-lightest) !important;
  color: #131C26;
}
[theme-color=green] .project-default-view .tile.selected .icon {
  color: var(--bs-green-darker);
}
[theme-color=green] .project-default-view .tile:hover {
  background-color: var(--bs-green-lightest);
}
[theme-color=green] #taskTab .nav-link.active {
  border-bottom: 3px solid var(--bs-green);
}
[theme-color=green] .select2-container--default .select2-selection--single {
  border: 2px solid #CBD5E0;
}
[theme-color=green] .select2-container--default .select2-selection--single:hover {
  border-color: var(--bs-green-border-light);
}
[theme-color=green] .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--bs-green);
}
[theme-color=green] .select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
  outline-color: var(--bs-green-darker);
  border: none;
}
[theme-color=green] .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid var(--bs-green) 1px;
}

[theme-color=yellow] {
  --bs-yellow: #EBA337;
  --bs-yellow-darker: #D78F2B;
  --bs-yellow-lighter: #F2B566;
  --bs-yellow-lightest: #FAE2A3;
  --bs-yellow-border-light: #F7D88F;
}
[theme-color=yellow] .alert-primary {
  color: var(--bs-yellow-darker);
  background-color: var(--bs-yellow-lightest);
  border-color: var(--bs-yellow-border-light);
}
[theme-color=yellow] .sidebar {
  background-color: var(--bs-yellow);
}
[theme-color=yellow] .identity-view:hover {
  background-color: var(--bs-yellow-darker);
}
[theme-color=yellow] .btn-check:focus + .btn.btn-primary,
[theme-color=yellow] .btn.btn-primary:focus {
  border-color: var(--bs-yellow-lighter);
  box-shadow: 0 0 0 0.2rem var(--bs-yellow-lighter);
}
[theme-color=yellow] .btn.btn-outline-primary:focus {
  border-color: var(--bs-yellow-lighter);
  box-shadow: 0 0 0 0.2rem var(--bs-yellow-lightest);
}
[theme-color=yellow] .btn-close:focus {
  box-shadow: 0 0 0 0.2rem var(--bs-yellow-lightest);
}
[theme-color=yellow] .footer {
  border-bottom-color: var(--bs-yellow) !important;
}
[theme-color=yellow] .footer a {
  color: var(--bs-yellow) !important;
}
[theme-color=yellow] .text-primary {
  color: var(--bs-yellow) !important;
}
[theme-color=yellow] .dropdown-item.active,
[theme-color=yellow] .dropdown-item:active {
  background-color: var(--bs-yellow);
  color: #fff;
}
[theme-color=yellow] #todos-tab .nav-link.active,
[theme-color=yellow] #task-tab .nav-link.active {
  border-bottom: 3px solid var(--bs-yellow);
}
[theme-color=yellow] .nav-link {
  color: var(--bs-secondary);
}
[theme-color=yellow] .nav-link:hover {
  color: var(--bs-yellow-darker);
}
[theme-color=yellow] .btn-outline-primary {
  color: var(--bs-yellow);
  border-color: var(--bs-yellow);
}
[theme-color=yellow] .btn-outline-primary:hover {
  background-color: var(--bs-yellow);
  border-color: var(--bs-yellow);
  color: #fff;
}
[theme-color=yellow] .btn-outline-primary:active {
  background-color: var(--bs-yellow);
  border-color: var(--bs-yellow) !important;
}
[theme-color=yellow] .btn-outline-primary:active:focus {
  box-shadow: 0 0 0 0.2rem var(--bs-yellow-lighter);
}
[theme-color=yellow] .task-option:hover {
  color: var(--bs-yellow);
}
[theme-color=yellow] .form-control:focus {
  border-color: var(--bs-yellow);
  box-shadow: 0 0 0 0.2rem var(--bs-yellow-lighter);
}
[theme-color=yellow] .form-select:focus {
  border-color: var(--bs-yellow);
  box-shadow: 0 0 0 0.2rem var(--bs-yellow-lighter);
}
[theme-color=yellow] .comments-activity.active {
  border-bottom: 3px solid var(--bs-yellow) !important;
}
[theme-color=yellow] .bg-primary {
  background-color: var(--bs-yellow) !important;
}
[theme-color=yellow] .btn-primary, [theme-color=yellow] [theme-color=pink] .section-get-quote .content-form .btn-primary, [theme-color=pink] .section-get-quote .content-form [theme-color=yellow] .btn-primary {
  color: #fff;
  background-color: var(--bs-yellow);
  border-color: var(--bs-yellow);
}
[theme-color=yellow] .btn-primary:active, [theme-color=yellow] [theme-color=pink] .section-get-quote .content-form .btn-primary:active, [theme-color=pink] .section-get-quote .content-form [theme-color=yellow] .btn-primary:active {
  background-color: var(--bs-yellow-darker);
  border-color: var(--bs-yellow);
}
[theme-color=yellow] .btn-primary:focus, [theme-color=yellow] [theme-color=pink] .section-get-quote .content-form .btn-primary:focus, [theme-color=pink] .section-get-quote .content-form [theme-color=yellow] .btn-primary:focus {
  background-color: var(--bs-yellow-darker);
  box-shadow: 0 0 0 0.25rem rgba(235, 163, 55, 0.25);
}
[theme-color=yellow] .btn-primary:hover, [theme-color=yellow] [theme-color=pink] .section-get-quote .content-form .btn-primary:hover, [theme-color=pink] .section-get-quote .content-form [theme-color=yellow] .btn-primary:hover {
  color: #fff;
  background-color: var(--bs-yellow-darker);
  border-color: var(--bs-yellow);
}
[theme-color=yellow] .btn-primary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(235, 163, 55, 0.25);
}
[theme-color=yellow] .btn-primary:disabled, [theme-color=yellow] [theme-color=pink] .section-get-quote .content-form .btn-primary:disabled, [theme-color=pink] .section-get-quote .content-form [theme-color=yellow] .btn-primary:disabled,
[theme-color=yellow] .btn-primary.disabled,
[theme-color=yellow] [theme-color=pink] .section-get-quote .content-form .disabled.btn-primary,
[theme-color=pink] .section-get-quote .content-form [theme-color=yellow] .disabled.btn-primary {
  color: #fff;
  background-color: var(--bs-yellow);
  border-color: var(--bs-yellow);
}
[theme-color=yellow] .btn-outline-primary:disabled,
[theme-color=yellow] .btn-outline-primary.disabled {
  color: var(--bs-yellow);
  background-color: transparent;
  border-color: var(--bs-yellow);
}
[theme-color=yellow] a:hover {
  color: var(--bs-yellow-darker);
}
[theme-color=yellow] a .btn-primary, [theme-color=yellow] a [theme-color=pink] .section-get-quote .content-form .btn-primary, [theme-color=pink] .section-get-quote .content-form [theme-color=yellow] a .btn-primary {
  color: #fff;
  background-color: var(--bs-yellow);
  border-color: var(--bs-yellow-darker);
}
[theme-color=yellow] a .btn-primary:hover, [theme-color=yellow] a [theme-color=pink] .section-get-quote .content-form .btn-primary:hover, [theme-color=pink] .section-get-quote .content-form [theme-color=yellow] a .btn-primary:hover {
  color: #fff;
}
[theme-color=yellow] .project-default-view .icon {
  color: var(--bs-yellow);
}
[theme-color=yellow] .project-default-view .tile.selected {
  border-color: var(--bs-yellow-darker);
  background-color: var(--bs-yellow-lightest) !important;
  color: #131C26;
}
[theme-color=yellow] .project-default-view .tile.selected .icon {
  color: var(--bs-yellow-darker);
}
[theme-color=yellow] .project-default-view .tile:hover {
  background-color: var(--bs-yellow-lightest);
}
[theme-color=yellow] #taskTab .nav-link.active {
  border-bottom: 3px solid var(--bs-yellow);
}
[theme-color=yellow] .select2-container--default .select2-selection--single {
  border: 2px solid #CBD5E0;
}
[theme-color=yellow] .select2-container--default .select2-selection--single:hover {
  border-color: var(--bs-yellow-border-light);
}
[theme-color=yellow] .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--bs-yellow);
}
[theme-color=yellow] .select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
  outline-color: var(--bs-yellow-darker);
  border: none;
}
[theme-color=yellow] .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid var(--bs-yellow) 1px;
}

[theme-color=teal] {
  --bs-teal: #14B8A6;
  --bs-teal-darker: #119B8D;
  --bs-teal-lighter: #3CC2B5;
  --bs-teal-lightest: #A7F0E8;
  --bs-teal-border-light: #93E5D3;
}
[theme-color=teal] .alert-primary {
  color: var(--bs-teal-darker);
  background-color: var(--bs-teal-lightest);
  border-color: var(--bs-teal-border-light);
}
[theme-color=teal] .sidebar {
  background-color: var(--bs-teal);
}
[theme-color=teal] .identity-view:hover {
  background-color: var(--bs-teal-darker);
}
[theme-color=teal] .btn-check:focus + .btn.btn-primary,
[theme-color=teal] .btn.btn-primary:focus {
  border-color: var(--bs-teal-lighter);
  box-shadow: 0 0 0 0.2rem var(--bs-teal-lighter);
}
[theme-color=teal] .btn.btn-outline-primary:focus {
  border-color: var(--bs-teal-lighter);
  box-shadow: 0 0 0 0.2rem var(--bs-teal-lightest);
}
[theme-color=teal] .btn-close:focus {
  box-shadow: 0 0 0 0.2rem var(--bs-teal-lightest);
}
[theme-color=teal] .footer {
  border-bottom-color: var(--bs-teal) !important;
}
[theme-color=teal] .footer a {
  color: var(--bs-teal) !important;
}
[theme-color=teal] .text-primary {
  color: var(--bs-teal) !important;
}
[theme-color=teal] .dropdown-item.active,
[theme-color=teal] .dropdown-item:active {
  background-color: var(--bs-teal);
  color: #fff;
}
[theme-color=teal] #todos-tab .nav-link.active,
[theme-color=teal] #task-tab .nav-link.active {
  border-bottom: 3px solid var(--bs-teal);
}
[theme-color=teal] .nav-link {
  color: var(--bs-secondary);
}
[theme-color=teal] .nav-link:hover {
  color: var(--bs-teal-darker);
}
[theme-color=teal] .btn-outline-primary {
  color: var(--bs-teal);
  border-color: var(--bs-teal);
}
[theme-color=teal] .btn-outline-primary:hover {
  background-color: var(--bs-teal);
  border-color: var(--bs-teal);
  color: #fff;
}
[theme-color=teal] .btn-outline-primary:active {
  background-color: var(--bs-teal);
  border-color: var(--bs-teal) !important;
}
[theme-color=teal] .btn-outline-primary:active:focus {
  box-shadow: 0 0 0 0.2rem var(--bs-teal-lighter);
}
[theme-color=teal] .task-option:hover {
  color: var(--bs-teal);
}
[theme-color=teal] .form-control:focus {
  border-color: var(--bs-teal);
  box-shadow: 0 0 0 0.2rem var(--bs-teal-lighter);
}
[theme-color=teal] .form-select:focus {
  border-color: var(--bs-teal);
  box-shadow: 0 0 0 0.2rem var(--bs-teal-lighter);
}
[theme-color=teal] .comments-activity.active {
  border-bottom: 3px solid var(--bs-teal) !important;
}
[theme-color=teal] .bg-primary {
  background-color: var(--bs-teal) !important;
}
[theme-color=teal] .btn-primary, [theme-color=teal] [theme-color=pink] .section-get-quote .content-form .btn-primary, [theme-color=pink] .section-get-quote .content-form [theme-color=teal] .btn-primary {
  color: #fff;
  background-color: var(--bs-teal);
  border-color: var(--bs-teal);
}
[theme-color=teal] .btn-primary:active, [theme-color=teal] [theme-color=pink] .section-get-quote .content-form .btn-primary:active, [theme-color=pink] .section-get-quote .content-form [theme-color=teal] .btn-primary:active {
  background-color: var(--bs-teal-darker);
  border-color: var(--bs-teal);
}
[theme-color=teal] .btn-primary:focus, [theme-color=teal] [theme-color=pink] .section-get-quote .content-form .btn-primary:focus, [theme-color=pink] .section-get-quote .content-form [theme-color=teal] .btn-primary:focus {
  background-color: var(--bs-teal-darker);
  box-shadow: 0 0 0 0.25rem rgba(20, 184, 166, 0.25);
}
[theme-color=teal] .btn-primary:hover, [theme-color=teal] [theme-color=pink] .section-get-quote .content-form .btn-primary:hover, [theme-color=pink] .section-get-quote .content-form [theme-color=teal] .btn-primary:hover {
  color: #fff;
  background-color: var(--bs-teal-darker);
  border-color: var(--bs-teal);
}
[theme-color=teal] .btn-primary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(20, 184, 166, 0.25);
}
[theme-color=teal] .btn-primary:disabled, [theme-color=teal] [theme-color=pink] .section-get-quote .content-form .btn-primary:disabled, [theme-color=pink] .section-get-quote .content-form [theme-color=teal] .btn-primary:disabled,
[theme-color=teal] .btn-primary.disabled,
[theme-color=teal] [theme-color=pink] .section-get-quote .content-form .disabled.btn-primary,
[theme-color=pink] .section-get-quote .content-form [theme-color=teal] .disabled.btn-primary {
  color: #fff;
  background-color: var(--bs-teal);
  border-color: var(--bs-teal);
}
[theme-color=teal] .btn-outline-primary:disabled,
[theme-color=teal] .btn-outline-primary.disabled {
  color: var(--bs-teal);
  background-color: transparent;
  border-color: var(--bs-teal);
}
[theme-color=teal] a:hover {
  color: var(--bs-teal-darker);
}
[theme-color=teal] a .btn-primary, [theme-color=teal] a [theme-color=pink] .section-get-quote .content-form .btn-primary, [theme-color=pink] .section-get-quote .content-form [theme-color=teal] a .btn-primary {
  color: #fff;
  background-color: var(--bs-teal);
  border-color: var(--bs-teal-darker);
}
[theme-color=teal] a .btn-primary:hover, [theme-color=teal] a [theme-color=pink] .section-get-quote .content-form .btn-primary:hover, [theme-color=pink] .section-get-quote .content-form [theme-color=teal] a .btn-primary:hover {
  color: #fff;
}
[theme-color=teal] .project-default-view .icon {
  color: var(--bs-teal);
}
[theme-color=teal] .project-default-view .tile:hover {
  background-color: var(--bs-teal-lightest);
}
[theme-color=teal] .project-default-view .tile.selected {
  border-color: var(--bs-teal-darker);
  background-color: var(--bs-teal-lightest) !important;
  color: #131C26;
}
[theme-color=teal] .project-default-view .tile.selected .icon {
  color: var(--bs-teal-darker);
}
[theme-color=teal] #taskTab .nav-link.active {
  border-bottom: 3px solid var(--bs-teal);
}
[theme-color=teal] .select2-container--default .select2-selection--single {
  border: 2px solid #CBD5E0;
}
[theme-color=teal] .select2-container--default .select2-selection--single:hover {
  border-color: var(--bs-teal-border-light);
}
[theme-color=teal] .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--bs-teal);
}
[theme-color=teal] .select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
  outline-color: var(--bs-teal-darker);
  border: none;
}
[theme-color=teal] .accordion-button:not(.collapsed) {
  color: var(--bs-teal-darker);
  background-color: var(--bs-teal-border-light);
  -webkit-box-shadow: inset 0 -1px 0 var(--bs-teal-border-light);
  box-shadow: inset 0 -1px 0 var(--bs-teal-border-light);
}

[theme-color=dark-gray] {
  --bs-dark-grey: #1F2937;
  --bs-dark-grey-darker: #141D28;
  --bs-dark-grey-lighter: #2D3B47;
  --bs-dark-grey-lightest: #4A5568;
  --bs-dark-grey-border-light: #718096;
}
[theme-color=dark-gray] .alert-primary {
  color: var(--bs-dark-grey-darker);
  background-color: var(--bs-dark-grey-lightest);
  border-color: var(--bs-dark-grey-border-light);
}
[theme-color=dark-gray] .sidebar {
  background-color: var(--bs-dark-grey);
}
[theme-color=dark-gray] .identity-view:hover {
  background-color: var(--bs-dark-grey-darker);
}
[theme-color=dark-gray] .btn-check:focus + .btn.btn-primary,
[theme-color=dark-gray] .btn.btn-primary:focus {
  border-color: var(--bs-dark-grey-lighter);
  box-shadow: 0 0 0 0.2rem var(--bs-dark-grey-lighter);
}
[theme-color=dark-gray] .btn.btn-outline-primary:focus {
  border-color: var(--bs-dark-grey-lighter);
  box-shadow: 0 0 0 0.2rem var(--bs-dark-grey-lightest);
}
[theme-color=dark-gray] .btn-close:focus {
  box-shadow: 0 0 0 0.2rem var(--bs-dark-grey-lightest);
}
[theme-color=dark-gray] .footer {
  border-bottom-color: var(--bs-dark-grey) !important;
}
[theme-color=dark-gray] .footer a {
  color: var(--bs-dark-grey) !important;
}
[theme-color=dark-gray] .text-primary {
  color: var(--bs-dark-grey) !important;
}
[theme-color=dark-gray] .dropdown-item.active,
[theme-color=dark-gray] .dropdown-item:active {
  background-color: var(--bs-dark-grey);
  color: #fff;
}
[theme-color=dark-gray] #todos-tab .nav-link.active,
[theme-color=dark-gray] #task-tab .nav-link.active {
  border-bottom: 3px solid var(--bs-dark-grey);
}
[theme-color=dark-gray] .nav-link {
  color: var(--bs-secondary);
}
[theme-color=dark-gray] .nav-link:hover {
  color: var(--bs-dark-grey-darker);
}
[theme-color=dark-gray] .btn-outline-primary {
  color: var(--bs-dark-grey);
  border-color: var(--bs-dark-grey);
}
[theme-color=dark-gray] .btn-outline-primary:hover {
  background-color: var(--bs-dark-grey);
  border-color: var(--bs-dark-grey);
  color: #fff;
}
[theme-color=dark-gray] .btn-outline-primary:active {
  background-color: var(--bs-dark-grey);
  border-color: var(--bs-dark-grey) !important;
}
[theme-color=dark-gray] .btn-outline-primary:active:focus {
  box-shadow: 0 0 0 0.2rem var(--bs-dark-grey-lighter);
}
[theme-color=dark-gray] .task-option:hover {
  color: var(--bs-dark-grey);
}
[theme-color=dark-gray] .form-control:focus {
  border-color: var(--bs-dark-grey);
  box-shadow: 0 0 0 0.2rem var(--bs-dark-grey-lighter);
}
[theme-color=dark-gray] .comments-activity.active {
  border-bottom: 3px solid var(--bs-dark-grey) !important;
}
[theme-color=dark-gray] .bg-primary {
  background-color: var(--bs-dark-grey) !important;
}
[theme-color=dark-gray] .btn-primary, [theme-color=dark-gray] [theme-color=pink] .section-get-quote .content-form .btn-primary, [theme-color=pink] .section-get-quote .content-form [theme-color=dark-gray] .btn-primary {
  color: #fff;
  background-color: var(--bs-dark-grey);
  border-color: var(--bs-dark-grey);
}
[theme-color=dark-gray] .btn-primary:active, [theme-color=dark-gray] [theme-color=pink] .section-get-quote .content-form .btn-primary:active, [theme-color=pink] .section-get-quote .content-form [theme-color=dark-gray] .btn-primary:active {
  background-color: var(--bs-dark-grey-darker);
  border-color: var(--bs-dark-grey);
}
[theme-color=dark-gray] .btn-primary:focus, [theme-color=dark-gray] [theme-color=pink] .section-get-quote .content-form .btn-primary:focus, [theme-color=pink] .section-get-quote .content-form [theme-color=dark-gray] .btn-primary:focus {
  background-color: var(--bs-dark-grey-darker);
  box-shadow: 0 0 0 0.25rem rgba(31, 41, 55, 0.25);
}
[theme-color=dark-gray] .btn-primary:hover, [theme-color=dark-gray] [theme-color=pink] .section-get-quote .content-form .btn-primary:hover, [theme-color=pink] .section-get-quote .content-form [theme-color=dark-gray] .btn-primary:hover {
  color: #fff;
  background-color: var(--bs-dark-grey-darker);
  border-color: var(--bs-dark-grey);
}
[theme-color=dark-gray] .btn-primary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(31, 41, 55, 0.25);
}
[theme-color=dark-gray] .btn-primary:disabled, [theme-color=dark-gray] [theme-color=pink] .section-get-quote .content-form .btn-primary:disabled, [theme-color=pink] .section-get-quote .content-form [theme-color=dark-gray] .btn-primary:disabled,
[theme-color=dark-gray] .btn-primary.disabled,
[theme-color=dark-gray] [theme-color=pink] .section-get-quote .content-form .disabled.btn-primary,
[theme-color=pink] .section-get-quote .content-form [theme-color=dark-gray] .disabled.btn-primary {
  color: #fff;
  background-color: var(--bs-dark-grey);
  border-color: var(--bs-dark-grey);
}
[theme-color=dark-gray] .btn-outline-primary:disabled,
[theme-color=dark-gray] .btn-outline-primary.disabled {
  color: var(--bs-dark-grey);
  background-color: transparent;
  border-color: var(--bs-dark-grey);
}
[theme-color=dark-gray] a:hover {
  color: var(--bs-dark-grey-darker);
}
[theme-color=dark-gray] a .btn-primary, [theme-color=dark-gray] a [theme-color=pink] .section-get-quote .content-form .btn-primary, [theme-color=pink] .section-get-quote .content-form [theme-color=dark-gray] a .btn-primary {
  color: #fff;
  background-color: var(--bs-dark-grey);
  border-color: var(--bs-dark-grey-darker);
}
[theme-color=dark-gray] a .btn-primary:hover, [theme-color=dark-gray] a [theme-color=pink] .section-get-quote .content-form .btn-primary:hover, [theme-color=pink] .section-get-quote .content-form [theme-color=dark-gray] a .btn-primary:hover {
  color: #fff;
}
[theme-color=dark-gray] .project-default-view .icon {
  color: var(--bs-dark-grey);
}
[theme-color=dark-gray] .project-default-view .tile.selected {
  border-color: var(--bs-dark-grey-darker);
  background-color: var(--bs-dark-grey-lightest) !important;
  color: #fff;
}
[theme-color=dark-gray] .project-default-view .tile.selected .icon {
  color: #fff;
}
[theme-color=dark-gray] .project-default-view .tile:hover {
  background-color: var(--bs-dark-grey-lightest);
}
[theme-color=dark-gray] #taskTab .nav-link.active {
  border-bottom: 3px solid var(--bs-dark-grey);
}
[theme-color=dark-gray] .select2-container--default .select2-selection--single {
  border: 2px solid #CBD5E0;
}
[theme-color=dark-gray] .select2-container--default .select2-selection--single:hover {
  border-color: var(--bs-dark-grey-border-light);
}
[theme-color=dark-gray] .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--bs-dark-grey);
}
[theme-color=dark-gray] .select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
  outline-color: var(--bs-dark-grey);
  border: none;
}
[theme-color=dark-gray] .accordion-button:not(.collapsed) {
  color: var(--bs-dark-grey-darker);
  background-color: var(--bs-dark-grey-border-light);
  -webkit-box-shadow: inset 0 -1px 0 var(--bs-dark-grey-border-light);
  box-shadow: inset 0 -1px 0 var(--bs-dark-grey-border-light);
}

[theme-color=dark-blue] {
  --bs-dark-blue: #364F6B;
  --bs-dark-blue-darker: #2D3E53;
  --bs-dark-blue-lighter: #5D738B;
  --bs-dark-blue-lightest: #A0B9D8;
  --bs-dark-blue-border-light: #C1D0E5;
}
[theme-color=dark-blue] .alert-primary {
  color: var(--bs-dark-blue-darker);
  background-color: var(--bs-dark-blue-lightest);
  border-color: var(--bs-dark-blue-border-light);
}
[theme-color=dark-blue] .sidebar {
  background-color: var(--bs-dark-blue);
}
[theme-color=dark-blue] .identity-view:hover {
  background-color: var(--bs-dark-blue-darker);
}
[theme-color=dark-blue] .btn-check:focus + .btn.btn-primary,
[theme-color=dark-blue] .btn.btn-primary:focus {
  border-color: var(--bs-dark-blue-lighter);
  box-shadow: 0 0 0 0.2rem var(--bs-dark-blue-lighter);
}
[theme-color=dark-blue] .btn.btn-outline-primary:focus {
  border-color: var(--bs-dark-blue-lighter);
  box-shadow: 0 0 0 0.2rem var(--bs-dark-blue-lightest);
}
[theme-color=dark-blue] .btn-close:focus {
  box-shadow: 0 0 0 0.2rem var(--bs-dark-blue-lightest);
}
[theme-color=dark-blue] .footer {
  border-bottom-color: var(--bs-dark-blue) !important;
}
[theme-color=dark-blue] .footer a {
  color: var(--bs-dark-blue) !important;
}
[theme-color=dark-blue] .text-primary {
  color: var(--bs-dark-blue) !important;
}
[theme-color=dark-blue] .dropdown-item.active,
[theme-color=dark-blue] .dropdown-item:active {
  background-color: var(--bs-dark-blue);
  color: #fff;
}
[theme-color=dark-blue] #todos-tab .nav-link.active,
[theme-color=dark-blue] #task-tab .nav-link.active {
  border-bottom: 3px solid var(--bs-dark-blue);
}
[theme-color=dark-blue] .nav-link {
  color: var(--bs-secondary);
}
[theme-color=dark-blue] .nav-link:hover {
  color: var(--bs-dark-blue-darker);
}
[theme-color=dark-blue] .btn-outline-primary {
  color: var(--bs-dark-blue);
  border-color: var(--bs-dark-blue);
}
[theme-color=dark-blue] .btn-outline-primary:hover {
  background-color: var(--bs-dark-blue);
  border-color: var(--bs-dark-blue);
  color: #fff;
}
[theme-color=dark-blue] .btn-outline-primary:active {
  background-color: var(--bs-dark-blue);
  border-color: var(--bs-dark-blue) !important;
}
[theme-color=dark-blue] .btn-outline-primary:active:focus {
  box-shadow: 0 0 0 0.2rem var(--bs-dark-blue-lighter);
}
[theme-color=dark-blue] .task-option:hover {
  color: var(--bs-dark-blue);
}
[theme-color=dark-blue] .form-control:focus {
  border-color: var(--bs-dark-blue);
  box-shadow: 0 0 0 0.2rem var(--bs-dark-blue-lighter);
}
[theme-color=dark-blue] .comments-activity.active {
  border-bottom: 3px solid var(--bs-dark-blue) !important;
}
[theme-color=dark-blue] .bg-primary {
  background-color: var(--bs-dark-blue) !important;
}
[theme-color=dark-blue] .btn-primary, [theme-color=dark-blue] [theme-color=pink] .section-get-quote .content-form .btn-primary, [theme-color=pink] .section-get-quote .content-form [theme-color=dark-blue] .btn-primary {
  color: #fff;
  background-color: var(--bs-dark-blue);
  border-color: var(--bs-dark-blue);
}
[theme-color=dark-blue] .btn-primary:active, [theme-color=dark-blue] [theme-color=pink] .section-get-quote .content-form .btn-primary:active, [theme-color=pink] .section-get-quote .content-form [theme-color=dark-blue] .btn-primary:active {
  background-color: var(--bs-dark-blue-darker);
  border-color: var(--bs-dark-blue);
}
[theme-color=dark-blue] .btn-primary:focus, [theme-color=dark-blue] [theme-color=pink] .section-get-quote .content-form .btn-primary:focus, [theme-color=pink] .section-get-quote .content-form [theme-color=dark-blue] .btn-primary:focus {
  background-color: var(--bs-dark-blue-darker);
  box-shadow: 0 0 0 0.25rem rgba(54, 79, 107, 0.25);
}
[theme-color=dark-blue] .btn-primary:hover, [theme-color=dark-blue] [theme-color=pink] .section-get-quote .content-form .btn-primary:hover, [theme-color=pink] .section-get-quote .content-form [theme-color=dark-blue] .btn-primary:hover {
  color: #fff;
  background-color: var(--bs-dark-blue-darker);
  border-color: var(--bs-dark-blue);
}
[theme-color=dark-blue] .btn-primary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(54, 79, 107, 0.25);
}
[theme-color=dark-blue] .btn-primary:disabled, [theme-color=dark-blue] [theme-color=pink] .section-get-quote .content-form .btn-primary:disabled, [theme-color=pink] .section-get-quote .content-form [theme-color=dark-blue] .btn-primary:disabled,
[theme-color=dark-blue] .btn-primary.disabled,
[theme-color=dark-blue] [theme-color=pink] .section-get-quote .content-form .disabled.btn-primary,
[theme-color=pink] .section-get-quote .content-form [theme-color=dark-blue] .disabled.btn-primary {
  color: #fff;
  background-color: var(--bs-dark-blue);
  border-color: var(--bs-dark-blue);
}
[theme-color=dark-blue] .btn-outline-primary:disabled,
[theme-color=dark-blue] .btn-outline-primary.disabled {
  color: var(--bs-dark-blue);
  background-color: transparent;
  border-color: var(--bs-dark-blue);
}
[theme-color=dark-blue] a:hover {
  color: var(--bs-dark-blue-darker);
}
[theme-color=dark-blue] a .btn-primary, [theme-color=dark-blue] a [theme-color=pink] .section-get-quote .content-form .btn-primary, [theme-color=pink] .section-get-quote .content-form [theme-color=dark-blue] a .btn-primary {
  color: #fff;
  background-color: var(--bs-dark-blue);
  border-color: var(--bs-dark-blue-darker);
}
[theme-color=dark-blue] a .btn-primary:hover, [theme-color=dark-blue] a [theme-color=pink] .section-get-quote .content-form .btn-primary:hover, [theme-color=pink] .section-get-quote .content-form [theme-color=dark-blue] a .btn-primary:hover {
  color: #fff;
}
[theme-color=dark-blue] .project-default-view .icon {
  color: var(--bs-dark-blue);
}
[theme-color=dark-blue] .project-default-view .tile.selected {
  border-color: var(--bs-dark-blue-darker);
  background-color: var(--bs-dark-blue-lightest) !important;
  color: #fff;
}
[theme-color=dark-blue] .project-default-view .tile.selected .icon {
  color: #fff;
}
[theme-color=dark-blue] .project-default-view .tile:hover {
  background-color: var(--bs-dark-blue-lightest);
}
[theme-color=dark-blue] #taskTab .nav-link.active {
  border-bottom: 3px solid var(--bs-dark-blue);
}
[theme-color=dark-blue] .select2-container--default .select2-selection--single {
  border: 2px solid #CBD5E0;
}
[theme-color=dark-blue] .select2-container--default .select2-selection--single:hover {
  border-color: var(--bs-dark-blue-border-light);
}
[theme-color=dark-blue] .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--bs-dark-blue);
}
[theme-color=dark-blue] .select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
  outline-color: var(--bs-dark-blue);
  border: none;
}
[theme-color=dark-blue] .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid var(--bs-dark-blue) 1px;
}
[theme-color=dark-blue] .accordion-button:not(.collapsed) {
  color: var(--bs-dark-blue-darker);
  background-color: var(--bs-dark-blue-border-light);
  -webkit-box-shadow: inset 0 -1px 0 var(--bs-dark-blue-border-light);
  box-shadow: inset 0 -1px 0 var(--bs-dark-blue-border-light);
}

[theme-color=moderate-blue] {
  --bs-moderate-blue: #4F82B6;
  --bs-moderate-blue-darker: #3D6A92;
  --bs-moderate-blue-lighter: #6A9EC3;
  --bs-moderate-blue-lightest: #A7C5E1;
  --bs-moderate-blue-border-light: #B7D0EC;
}
[theme-color=moderate-blue] .alert-primary {
  color: var(--bs-moderate-blue-darker);
  background-color: var(--bs-moderate-blue-lightest);
  border-color: var(--bs-moderate-blue-border-light);
}
[theme-color=moderate-blue] .sidebar {
  background-color: var(--bs-moderate-blue);
}
[theme-color=moderate-blue] .identity-view:hover {
  background-color: var(--bs-moderate-blue-darker);
}
[theme-color=moderate-blue] .btn-check:focus + .btn.btn-primary,
[theme-color=moderate-blue] .btn.btn-primary:focus {
  border-color: var(--bs-moderate-blue-lighter);
  box-shadow: 0 0 0 0.2rem var(--bs-moderate-blue-lighter);
}
[theme-color=moderate-blue] .btn.btn-outline-primary:focus {
  border-color: var(--bs-moderate-blue-lighter);
  box-shadow: 0 0 0 0.2rem var(--bs-moderate-blue-lightest);
}
[theme-color=moderate-blue] .btn-close:focus {
  box-shadow: 0 0 0 0.2rem var(--bs-moderate-blue-lightest);
}
[theme-color=moderate-blue] .footer {
  border-bottom-color: var(--bs-moderate-blue) !important;
}
[theme-color=moderate-blue] .footer a {
  color: var(--bs-moderate-blue) !important;
}
[theme-color=moderate-blue] .text-primary {
  color: var(--bs-moderate-blue) !important;
}
[theme-color=moderate-blue] .dropdown-item.active,
[theme-color=moderate-blue] .dropdown-item:active {
  background-color: var(--bs-moderate-blue);
  color: #fff;
}
[theme-color=moderate-blue] #todos-tab .nav-link.active,
[theme-color=moderate-blue] #task-tab .nav-link.active {
  border-bottom: 3px solid var(--bs-moderate-blue);
}
[theme-color=moderate-blue] .nav-link {
  color: var(--bs-secondary);
}
[theme-color=moderate-blue] .nav-link:hover {
  color: var(--bs-moderate-blue-darker);
}
[theme-color=moderate-blue] .btn-outline-primary {
  color: var(--bs-moderate-blue);
  border-color: var(--bs-moderate-blue);
}
[theme-color=moderate-blue] .btn-outline-primary:hover {
  background-color: var(--bs-moderate-blue);
  border-color: var(--bs-moderate-blue);
  color: #fff;
}
[theme-color=moderate-blue] .btn-outline-primary:active {
  background-color: var(--bs-moderate-blue);
  border-color: var(--bs-moderate-blue) !important;
}
[theme-color=moderate-blue] .btn-outline-primary:active:focus {
  box-shadow: 0 0 0 0.2rem var(--bs-moderate-blue-lighter);
}
[theme-color=moderate-blue] .task-option:hover {
  color: var(--bs-moderate-blue);
}
[theme-color=moderate-blue] .form-control:focus {
  border-color: var(--bs-moderate-blue);
  box-shadow: 0 0 0 0.2rem var(--bs-moderate-blue-lighter);
}
[theme-color=moderate-blue] .comments-activity.active {
  border-bottom: 3px solid var(--bs-moderate-blue) !important;
}
[theme-color=moderate-blue] .bg-primary {
  background-color: var(--bs-moderate-blue) !important;
}
[theme-color=moderate-blue] .btn-primary, [theme-color=moderate-blue] [theme-color=pink] .section-get-quote .content-form .btn-primary, [theme-color=pink] .section-get-quote .content-form [theme-color=moderate-blue] .btn-primary {
  color: #fff;
  background-color: var(--bs-moderate-blue);
  border-color: var(--bs-moderate-blue);
}
[theme-color=moderate-blue] .btn-primary:active, [theme-color=moderate-blue] [theme-color=pink] .section-get-quote .content-form .btn-primary:active, [theme-color=pink] .section-get-quote .content-form [theme-color=moderate-blue] .btn-primary:active {
  background-color: var(--bs-moderate-blue-darker);
  border-color: var(--bs-moderate-blue);
}
[theme-color=moderate-blue] .btn-primary:focus, [theme-color=moderate-blue] [theme-color=pink] .section-get-quote .content-form .btn-primary:focus, [theme-color=pink] .section-get-quote .content-form [theme-color=moderate-blue] .btn-primary:focus {
  background-color: var(--bs-moderate-blue-darker);
  box-shadow: 0 0 0 0.25rem rgba(79, 130, 182, 0.25);
}
[theme-color=moderate-blue] .btn-primary:hover, [theme-color=moderate-blue] [theme-color=pink] .section-get-quote .content-form .btn-primary:hover, [theme-color=pink] .section-get-quote .content-form [theme-color=moderate-blue] .btn-primary:hover {
  color: #fff;
  background-color: var(--bs-moderate-blue-darker);
  border-color: var(--bs-moderate-blue);
}
[theme-color=moderate-blue] .btn-primary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(79, 130, 182, 0.25);
}
[theme-color=moderate-blue] .btn-primary:disabled, [theme-color=moderate-blue] [theme-color=pink] .section-get-quote .content-form .btn-primary:disabled, [theme-color=pink] .section-get-quote .content-form [theme-color=moderate-blue] .btn-primary:disabled,
[theme-color=moderate-blue] .btn-primary.disabled,
[theme-color=moderate-blue] [theme-color=pink] .section-get-quote .content-form .disabled.btn-primary,
[theme-color=pink] .section-get-quote .content-form [theme-color=moderate-blue] .disabled.btn-primary {
  color: #fff;
  background-color: var(--bs-moderate-blue);
  border-color: var(--bs-moderate-blue);
}
[theme-color=moderate-blue] .btn-outline-primary:disabled,
[theme-color=moderate-blue] .btn-outline-primary.disabled {
  color: var(--bs-moderate-blue);
  background-color: transparent;
  border-color: var(--bs-moderate-blue);
}
[theme-color=moderate-blue] a:hover {
  color: var(--bs-moderate-blue-darker);
}
[theme-color=moderate-blue] a .btn-primary, [theme-color=moderate-blue] a [theme-color=pink] .section-get-quote .content-form .btn-primary, [theme-color=pink] .section-get-quote .content-form [theme-color=moderate-blue] a .btn-primary {
  color: #fff;
  background-color: var(--bs-moderate-blue);
  border-color: var(--bs-moderate-blue-darker);
}
[theme-color=moderate-blue] a .btn-primary:hover, [theme-color=moderate-blue] a [theme-color=pink] .section-get-quote .content-form .btn-primary:hover, [theme-color=pink] .section-get-quote .content-form [theme-color=moderate-blue] a .btn-primary:hover {
  color: #fff;
}
[theme-color=moderate-blue] .project-default-view .icon {
  color: var(--bs-moderate-blue);
}
[theme-color=moderate-blue] .project-default-view .tile.selected {
  border-color: var(--bs-moderate-blue-darker);
  background-color: var(--bs-moderate-blue-lightest) !important;
  color: #fff;
}
[theme-color=moderate-blue] .project-default-view .tile.selected .icon {
  color: #fff;
}
[theme-color=moderate-blue] .project-default-view .tile:hover {
  background-color: var(--bs-moderate-blue-lightest);
}
[theme-color=moderate-blue] #taskTab .nav-link.active {
  border-bottom: 3px solid var(--bs-moderate-blue);
}
[theme-color=moderate-blue] .select2-container--default .select2-selection--single {
  border: 2px solid #CBD5E0;
}
[theme-color=moderate-blue] .select2-container--default .select2-selection--single:hover {
  border-color: var(--bs-moderate-blue-border-light);
}
[theme-color=moderate-blue] .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--bs-moderate-blue);
}
[theme-color=moderate-blue] .select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
  outline-color: var(--bs-moderate-blue);
  border: none;
}
[theme-color=moderate-blue] .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid var(--bs-moderate-blue) 1px;
}
[theme-color=moderate-blue] .accordion-button:not(.collapsed) {
  color: var(--bs-moderate-blue-darker);
  background-color: var(--bs-moderate-blue-border-light);
  -webkit-box-shadow: inset 0 -1px 0 var(--bs-moderate-blue-border-light);
}

[theme-color=dark-cyan] {
  --bs-dark-cyan: #3C93AE;
  --bs-dark-cyan-darker: #31768A;
  --bs-dark-cyan-lighter: #67B6D1;
  --bs-dark-cyan-lightest: #A3D8E5;
  --bs-dark-cyan-border-light: #B3E2F2;
}
[theme-color=dark-cyan] .alert-primary {
  color: var(--bs-dark-cyan-darker);
  background-color: var(--bs-dark-cyan-lightest);
  border-color: var(--bs-dark-cyan-border-light);
}
[theme-color=dark-cyan] .sidebar {
  background-color: var(--bs-dark-cyan);
}
[theme-color=dark-cyan] .identity-view:hover {
  background-color: var(--bs-dark-cyan-darker);
}
[theme-color=dark-cyan] .btn-check:focus + .btn.btn-primary,
[theme-color=dark-cyan] .btn.btn-primary:focus {
  border-color: var(--bs-dark-cyan-lighter);
  box-shadow: 0 0 0 0.2rem var(--bs-dark-cyan-lighter);
}
[theme-color=dark-cyan] .btn.btn-outline-primary:focus {
  border-color: var(--bs-dark-cyan-lighter);
  box-shadow: 0 0 0 0.2rem var(--bs-dark-cyan-lightest);
}
[theme-color=dark-cyan] .btn-close:focus {
  box-shadow: 0 0 0 0.2rem var(--bs-dark-cyan-lightest);
}
[theme-color=dark-cyan] .footer {
  border-bottom-color: var(--bs-dark-cyan) !important;
}
[theme-color=dark-cyan] .footer a {
  color: var(--bs-dark-cyan) !important;
}
[theme-color=dark-cyan] .text-primary {
  color: var(--bs-dark-cyan) !important;
}
[theme-color=dark-cyan] .dropdown-item.active,
[theme-color=dark-cyan] .dropdown-item:active {
  background-color: var(--bs-dark-cyan);
  color: #fff;
}
[theme-color=dark-cyan] #todos-tab .nav-link.active,
[theme-color=dark-cyan] #task-tab .nav-link.active {
  border-bottom: 3px solid var(--bs-dark-cyan);
}
[theme-color=dark-cyan] .nav-link {
  color: var(--bs-secondary);
}
[theme-color=dark-cyan] .nav-link:hover {
  color: var(--bs-dark-cyan-darker);
}
[theme-color=dark-cyan] .btn-outline-primary {
  color: var(--bs-dark-cyan);
  border-color: var(--bs-dark-cyan);
}
[theme-color=dark-cyan] .btn-outline-primary:hover {
  background-color: var(--bs-dark-cyan);
  border-color: var(--bs-dark-cyan);
  color: #fff;
}
[theme-color=dark-cyan] .btn-outline-primary:active {
  background-color: var(--bs-dark-cyan);
  border-color: var(--bs-dark-cyan) !important;
}
[theme-color=dark-cyan] .btn-outline-primary:active:focus {
  box-shadow: 0 0 0 0.2rem var(--bs-dark-cyan-lighter);
}
[theme-color=dark-cyan] .task-option:hover {
  color: var(--bs-dark-cyan);
}
[theme-color=dark-cyan] .form-control:focus {
  border-color: var(--bs-dark-cyan);
  box-shadow: 0 0 0 0.2rem var(--bs-dark-cyan-lighter);
}
[theme-color=dark-cyan] .comments-activity.active {
  border-bottom: 3px solid var(--bs-dark-cyan) !important;
}
[theme-color=dark-cyan] .bg-primary {
  background-color: var(--bs-dark-cyan) !important;
}
[theme-color=dark-cyan] .btn-primary, [theme-color=dark-cyan] [theme-color=pink] .section-get-quote .content-form .btn-primary, [theme-color=pink] .section-get-quote .content-form [theme-color=dark-cyan] .btn-primary {
  color: #fff;
  background-color: var(--bs-dark-cyan);
  border-color: var(--bs-dark-cyan);
}
[theme-color=dark-cyan] .btn-primary:active, [theme-color=dark-cyan] [theme-color=pink] .section-get-quote .content-form .btn-primary:active, [theme-color=pink] .section-get-quote .content-form [theme-color=dark-cyan] .btn-primary:active {
  background-color: var(--bs-dark-cyan-darker);
  border-color: var(--bs-dark-cyan);
}
[theme-color=dark-cyan] .btn-primary:focus, [theme-color=dark-cyan] [theme-color=pink] .section-get-quote .content-form .btn-primary:focus, [theme-color=pink] .section-get-quote .content-form [theme-color=dark-cyan] .btn-primary:focus {
  background-color: var(--bs-dark-cyan-darker);
  box-shadow: 0 0 0 0.25rem rgba(60, 147, 174, 0.25);
}
[theme-color=dark-cyan] .btn-primary:hover, [theme-color=dark-cyan] [theme-color=pink] .section-get-quote .content-form .btn-primary:hover, [theme-color=pink] .section-get-quote .content-form [theme-color=dark-cyan] .btn-primary:hover {
  color: #fff;
  background-color: var(--bs-dark-cyan-darker);
  border-color: var(--bs-dark-cyan);
}
[theme-color=dark-cyan] .btn-primary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 147, 174, 0.25);
}
[theme-color=dark-cyan] .btn-primary:disabled, [theme-color=dark-cyan] [theme-color=pink] .section-get-quote .content-form .btn-primary:disabled, [theme-color=pink] .section-get-quote .content-form [theme-color=dark-cyan] .btn-primary:disabled,
[theme-color=dark-cyan] .btn-primary.disabled,
[theme-color=dark-cyan] [theme-color=pink] .section-get-quote .content-form .disabled.btn-primary,
[theme-color=pink] .section-get-quote .content-form [theme-color=dark-cyan] .disabled.btn-primary {
  color: #fff;
  background-color: var(--bs-dark-cyan);
  border-color: var(--bs-dark-cyan);
}
[theme-color=dark-cyan] .btn-outline-primary:disabled,
[theme-color=dark-cyan] .btn-outline-primary.disabled {
  color: var(--bs-dark-cyan);
  background-color: transparent;
  border-color: var(--bs-dark-cyan);
}
[theme-color=dark-cyan] a:hover {
  color: var(--bs-dark-cyan-darker);
}
[theme-color=dark-cyan] a .btn-primary, [theme-color=dark-cyan] a [theme-color=pink] .section-get-quote .content-form .btn-primary, [theme-color=pink] .section-get-quote .content-form [theme-color=dark-cyan] a .btn-primary {
  color: #fff;
  background-color: var(--bs-dark-cyan);
  border-color: var(--bs-dark-cyan-darker);
}
[theme-color=dark-cyan] a .btn-primary:hover, [theme-color=dark-cyan] a [theme-color=pink] .section-get-quote .content-form .btn-primary:hover, [theme-color=pink] .section-get-quote .content-form [theme-color=dark-cyan] a .btn-primary:hover {
  color: #fff;
}
[theme-color=dark-cyan] .project-default-view .icon {
  color: var(--bs-dark-cyan);
}
[theme-color=dark-cyan] .project-default-view .tile.selected {
  border-color: var(--bs-dark-cyan-darker);
  background-color: var(--bs-dark-cyan-lightest) !important;
  color: #fff;
}
[theme-color=dark-cyan] .project-default-view .tile.selected .icon {
  color: #fff;
}
[theme-color=dark-cyan] .project-default-view .tile:hover {
  background-color: var(--bs-dark-cyan-lightest);
}
[theme-color=dark-cyan] #taskTab .nav-link.active {
  border-bottom: 3px solid var(--bs-dark-cyan);
}
[theme-color=dark-cyan] .select2-container--default .select2-selection--single {
  border: 2px solid #CBD5E0;
}
[theme-color=dark-cyan] .select2-container--default .select2-selection--single:hover {
  border-color: var(--bs-dark-cyan-border-light);
}
[theme-color=dark-cyan] .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--bs-dark-cyan);
}
[theme-color=dark-cyan] .select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
  outline-color: var(--bs-dark-cyan);
  border: none;
}
[theme-color=dark-cyan] .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid var(--bs-dark-cyan) 1px;
}
[theme-color=dark-cyan] .accordion-button:not(.collapsed) {
  color: var(--bs-dark-cyan-darker);
  background-color: var(--bs-dark-cyan-border-light);
  -webkit-box-shadow: inset 0 -1px 0 var(--bs-dark-cyan-border-light);
  box-shadow: inset 0 -1px 0 var(--bs-dark-cyan-border-light);
}

.hero-secondary {
  background: var(--bs-info);
}
.hero-secondary .figure {
  background: var(--bs-info);
}
.hero-secondary .buttons {
  display: none;
}

/*==== Template Sections =====*/
/*==== Primary Template =====*/
@media (min-width: 992px) {
  .primary-section {
    overflow: hidden;
  }
}
.primary-section .title {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 600;
}
@media (min-width: 1200px) {
  .primary-section .title {
    font-size: 3rem;
  }
}
.primary-section .excerpt {
  font-size: calc(1.303rem + 0.636vw);
  margin-bottom: 0.5rem;
}
@media (min-width: 1200px) {
  .primary-section .excerpt {
    font-size: 1.78rem;
  }
}
.primary-section .description {
  font-family: var(--bs-font-sans);
  font-size: calc(1.259rem + 0.108vw);
}
@media (min-width: 1200px) {
  .primary-section .description {
    font-size: 1.34rem;
  }
}
@media (min-width: 992px) {
  .primary-section .description {
    margin-bottom: 9rem;
  }
}
.primary-section .content {
  padding: 3rem 0;
  position: relative;
  display: none;
}
@media (min-width: 992px) {
  .primary-section .content {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .primary-section .content-body {
    grid-column: span 6/span 6;
  }
}
@media (min-width: 992px) {
  .primary-section .content-image {
    grid-column: span 6/span 6;
    position: relative;
  }
}
.primary-section .figure {
  margin: 0;
}
.primary-section .figure-img {
  mix-blend-mode: multiply;
  filter: grayscale(100%) blur(0);
  object-fit: cover;
  object-position: center;
  margin: 0;
}
@media (min-width: 992px) {
  .primary-section .figure-img {
    width: 22.2rem;
    height: 22.2rem;
  }
}
.primary-section .card:not(.testimonial) {
  position: static;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0;
  border: 0;
}
.primary-section .card-body {
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .primary-section .card-body {
    padding: 2.5rem;
  }
}
.primary-section .testimonial {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0;
  border: 0;
}
@media (min-width: 992px) {
  .primary-section .testimonial {
    position: absolute;
    right: 0;
    z-index: 1;
    bottom: 9.5rem;
    width: 22.5rem;
  }
}
.primary-section .testimonial .card-text {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .primary-section .testimonial .card-text {
    font-size: 1.5rem;
  }
}
.primary-section .testimonial .card-title {
  font-family: var(--bs-font-sans-serif);
  font-size: calc(1.258rem + 0.096vw);
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .primary-section .testimonial .card-title {
    font-size: 1.33rem;
  }
}
.primary-section .testimonial .card-info {
  font-size: 1rem;
}

.content-md {
  display: block;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .content-md {
    display: none;
  }
}
.content-md .card {
  border-radius: none;
}
.content-md .overlay {
  position: relative;
}
.content-md .overlay .title, .content-md .overlay .excerpt, .content-md .overlay .description, .content-md .overlay .description * {
  color: var(--bs-white) !important;
}
.content-md .overlay .figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  background: var(--bs-primary);
}
.content-md .overlay .figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: multiply;
  filter: grayscale(100%) blur(0.15rem);
  margin: 0;
  transform: scale(1.01);
}
.content-md .overlay .card-body {
  position: relative;
  z-index: 1;
}
.content-md .overlay .testimonial {
  display: none;
}
.content-md .fake > p {
  display: none;
}
.content-md .fake .card {
  box-shadow: none;
}

.primary-section-1 .figure {
  background: var(--bs-info);
}
@media (min-width: 992px) {
  .primary-section-1 .figure {
    position: absolute;
    left: -3rem;
    bottom: -3rem;
  }
}
.primary-section-1 .title {
  color: var(--bs-info);
}
@media (min-width: 992px) {
  .primary-section-1 .title {
    max-width: 28rem;
  }
}
@media (min-width: 992px) {
  .primary-section-1 .excerpt {
    max-width: 28rem;
  }
}
@media (min-width: 992px) {
  .primary-section-1 .description {
    max-width: 28rem;
  }
}
@media (min-width: 992px) {
  .primary-section-1 .testimonial {
    width: 22.5rem;
  }
}
.primary-section-1 .testimonial .card-text {
  color: #131C26;
}
.primary-section-1 .testimonial .card-title {
  color: var(--bs-info);
}
.primary-section-1 .content-md .overlay .figure {
  background: var(--bs-info);
}

.primary-section-2 .figure {
  background: var(--bs-warning);
  position: absolute;
  left: 0;
  top: 0;
}
.primary-section-2 .title {
  color: var(--bs-warning);
}
@media (min-width: 992px) {
  .primary-section-2 .title {
    margin-left: 3rem;
  }
}
@media (min-width: 992px) {
  .primary-section-2 .excerpt {
    margin-left: 3rem;
  }
}
@media (min-width: 992px) {
  .primary-section-2 .description {
    margin-left: 3rem;
  }
}
@media (min-width: 992px) {
  .primary-section-2 .buttons {
    margin-left: 3rem;
  }
}
.primary-section-2 .content-body {
  order: 1;
}
.primary-section-2 .content-image {
  order: 0;
}
@media (min-width: 992px) {
  .primary-section-2 .testimonial {
    left: 14%;
    width: 22.5rem;
    bottom: 6rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .primary-section-2 .testimonial {
    left: 18%;
  }
}
@media (min-width: 1400px) {
  .primary-section-2 .testimonial {
    left: 24%;
  }
}
.primary-section-2 .testimonial .card-text {
  color: #131C26;
}
.primary-section-2 .testimonial .card-title {
  color: var(--bs-warning);
}
.primary-section-2 .content-md .overlay .figure {
  background: var(--bs-warning);
}

@media (min-width: 992px) {
  .primary-section-3 .figure {
    background: var(--bs-success);
    position: absolute;
    left: -10%;
    top: 3rem;
  }
}
.primary-section-3 .title {
  color: var(--bs-success);
}
@media (min-width: 992px) {
  .primary-section-3 .title {
    max-width: 28rem;
  }
}
@media (min-width: 992px) {
  .primary-section-3 .excerpt {
    max-width: 28rem;
  }
}
@media (min-width: 992px) {
  .primary-section-3 .description {
    max-width: 28rem;
  }
}
@media (min-width: 992px) {
  .primary-section-3 .testimonial {
    bottom: 8rem;
  }
}
.primary-section-3 .testimonial .card-text {
  color: #131C26;
}
.primary-section-3 .testimonial .card-title {
  color: var(--bs-success);
}
.primary-section-3 .content-md .overlay .figure {
  background: var(--bs-success);
}

/*==== Pre Footer =====*/
.primary-pre-footer {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.primary-pre-footer .content {
  max-width: 815px;
  margin: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.primary-pre-footer .title {
  color: var(--bs-primary);
}
.primary-pre-footer .excerpt {
  margin-bottom: 1rem;
  font-size: calc(1.258rem + 0.096vw);
}
@media (min-width: 1200px) {
  .primary-pre-footer .excerpt {
    font-size: 1.33rem;
  }
}
.primary-pre-footer .description {
  order: 4;
  margin-top: 0.5rem;
  font-size: 0.72rem;
}

/*==== Secondary Sections =====*/
[data-template-name=layout-column-3] {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
[data-template-name=layout-column-3] .card {
  border: 0;
}
[data-template-name=layout-column-3] .card-body {
  text-align: center;
}
[data-template-name=layout-column-3] .row > .col-lg-4 + .col-lg-4 {
  position: relative;
}
[data-template-name=layout-column-3] .row > .col-lg-4 + .col-lg-4:before {
  content: "";
  background: var(--bs-dark);
  opacity: 0.125;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: calc(100% - 3rem);
  transform: translateY(-50%);
}

[data-template-name=layout-column-2] {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
[data-template-name=layout-column-2] .card {
  border: 0;
}
[data-template-name=layout-column-2] .card-body {
  text-align: center;
}
[data-template-name=layout-column-2] .row > .col-lg-6 + .col-lg-6 {
  position: relative;
}
[data-template-name=layout-column-2] .row > .col-lg-6 + .col-lg-6:before {
  content: "";
  background: var(--bs-dark);
  opacity: 0.125;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: calc(100% - 3rem);
  transform: translateY(-50%);
}

/*==== Different color theme in each page =====*/
.belong .card-title {
  color: var(--bs-info);
}
.belong .primary-pre-footer .title {
  color: var(--bs-info);
}
.belong .bx {
  color: var(--bs-info);
}
.belong .secondary-section-2 .content-image {
  background: var(--bs-info);
}
.belong .secondary-section-3 .content-title {
  color: var(--bs-info);
}
.belong .section-get-quote .title {
  color: var(--bs-info);
}

.elevate .card-title {
  color: var(--bs-warning);
}
.elevate .secondary-section-2 {
  background: var(--bs-warning);
}
.elevate .primary-pre-footer .title {
  color: var(--bs-warning);
}
.elevate .bx {
  color: var(--bs-warning);
}
.elevate .secondary-section-2 .content-image {
  background: var(--bs-warning);
}
.elevate .secondary-section-3 .content-title {
  color: var(--bs-warning);
}
.elevate .section-get-quote .title {
  color: var(--bs-warning);
}

.protect .card-title {
  color: var(--bs-success);
}
.protect .secondary-section-2 {
  background: var(--bs-success);
}
.protect .primary-pre-footer .title {
  color: var(--bs-success);
}
.protect .bx {
  color: var(--bs-success);
}
.protect .secondary-section-2 .content-image {
  background: var(--bs-success);
}
.protect .secondary-section-3 .content-title {
  color: var(--bs-success);
}
.protect .section-get-quote .title {
  color: var(--bs-success);
}

.secondary-section-2 {
  background: var(--bs-info);
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}
.secondary-section-2 .content {
  position: relative;
  z-index: 1;
  color: white;
  max-width: 595px;
  margin: auto;
  margin-bottom: 3rem;
}
.secondary-section-2 .content-title {
  text-align: center;
}
.secondary-section-2 .content-text {
  text-align: center;
}
.secondary-section-2 .content-text-wrapper {
  position: relative;
  z-index: 1;
}
.secondary-section-2 .content-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  background: var(--bs-info);
  overflow: hidden;
}
.secondary-section-2 .content-image img {
  mix-blend-mode: multiply;
  filter: grayscale(100%) blur(0.25rem);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  margin: 0;
}

.secondary-section-3 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}
.secondary-section-3 .content {
  max-width: 595px;
  margin: auto;
  margin-bottom: 3rem;
}
.secondary-section-3 .content-text-wrapper {
  position: relative;
  z-index: 1;
}
.secondary-section-3 .content-title {
  text-align: center;
}
.secondary-section-3 .content-text {
  text-align: center;
}

.section-get-quote {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.section-get-quote .title {
  margin-bottom: 1rem;
}
.section-get-quote .excerpt {
  margin-bottom: 2rem;
  font-size: 1.25rem;
}
@media (min-width: 992px) {
  .section-get-quote .content-wrapper {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
.section-get-quote .content-body {
  margin-bottom: 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .section-get-quote .content-body {
    margin-bottom: 0;
    grid-column: 1/6;
  }
  .section-get-quote .content-body:after {
    content: "";
    background: url(../scss/img/dashed-line2.svg) no-repeat;
    position: absolute;
    top: 71px;
    right: -333px;
    width: 582px;
    height: 324px;
    background-position: center;
    background-size: 28rem;
    z-index: -1;
    transform: rotate(-10deg);
  }
}
@media (min-width: 992px) {
  .section-get-quote .content-form {
    grid-column: 9/13;
  }
}
.section-get-quote .content-form .btn-primary, [theme-color=pink] .section-get-quote .content-form .btn-primary {
  margin-top: 1rem;
  /*@extend .btn-success;
  @extend .btn-sm;*/
  padding-right: 1rem;
  padding-left: 1rem;
  border-radius: 10rem;
}

/*==== Buttons bottom border for frontend only =====*/
.primary-section .btn, .section-get-quote .btn, .primary-pre-footer .btn, [data-template-name=layout-column-3] .btn, .belong .btn, .elevate .btn, .protect .btn, .section-layout .btn {
  padding: 0.5rem 1.5rem;
}
.primary-section .btn:not(.btn-outline-light), .section-get-quote .btn:not(.btn-outline-light), .primary-pre-footer .btn:not(.btn-outline-light), [data-template-name=layout-column-3] .btn:not(.btn-outline-light), .belong .btn:not(.btn-outline-light), .elevate .btn:not(.btn-outline-light), .protect .btn:not(.btn-outline-light), .section-layout .btn:not(.btn-outline-light) {
  border-bottom-width: 4px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.primary-section .btn:not(.btn-outline-light):focus, .section-get-quote .btn:not(.btn-outline-light):focus, .primary-pre-footer .btn:not(.btn-outline-light):focus, [data-template-name=layout-column-3] .btn:not(.btn-outline-light):focus, .belong .btn:not(.btn-outline-light):focus, .elevate .btn:not(.btn-outline-light):focus, .protect .btn:not(.btn-outline-light):focus, .section-layout .btn:not(.btn-outline-light):focus {
  border-bottom-color: rgba(0, 0, 0, 0.05);
}

.img__colored {
  max-height: 350px;
  object-fit: cover;
}

.slick__text {
  border-radius: 0 1rem 1rem 0;
}
.slick__text--container:before {
  content: url(/assets/img/quote-comma.svg);
  position: absolute;
  left: 11%;
}

.img__casestudy {
  max-width: 100%;
  height: 400px;
}
.img__casestudy--rounded {
  border-radius: 1rem 1rem 0 0;
}

.img__wrapper__tab {
  height: 360px;
}
.img__wrapper__partners {
  position: relative;
  padding: 7rem;
}
.img__wrapper__partners img {
  position: absolute;
  top: 0;
  left: 5%;
  width: 25rem;
  aspect-ratio: 16/9;
  object-fit: contain;
}

.hero__title {
  font-size: 3rem;
  color: #A0143E;
}
.hero__description {
  font-size: 1.125rem;
  font-weight: 500;
  color: #A0143E;
}

.slick__text {
  border-radius: 0 1rem 1rem 0;
}
.slick__text--container:before {
  content: url(/Themes/Portabl/img/quote-comma.svg);
  position: absolute;
  left: 1%;
}

@media (min-width: 768px) {
  .img__casestudy {
    max-width: 100%;
    height: 450px;
  }
  .img__casestudy--rounded {
    border-radius: 1rem 0 0 1rem;
  }
  .slick__text {
    border-radius: 0 1rem 1rem 0;
  }
  .slick__text--container:before {
    content: url(/Themes/Portabl/img/quote-comma.svg);
    position: absolute;
    left: 8%;
  }
}
@media (min-width: 1024px) {
  .img__wrapper__partners {
    position: relative;
    padding: 7rem;
  }
  .img__wrapper__partners img {
    position: absolute;
    top: 0;
    left: 0;
    width: 25rem;
    aspect-ratio: 16/9;
    object-fit: contain;
  }
}
.img-gray {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.img-contrast {
  -webkit-filter: grayscale(100%) contrast(0%) brightness(300%) saturate(300%);
  filter: grayscale(100%) contrast(0%) brightness(300%) saturate(300%);
}

.video__wrapper {
  max-width: 1024px;
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
}
.video__wrapper__controls {
  position: absolute;
  bottom: 0;
}

video {
  width: 100%;
}

.bg-primary-light {
  background-color: rgba(255, 198, 203, 0.5);
}

.rounded-4 {
  border-radius: 1rem;
}

.tabs__List {
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  width: initial;
  height: initial;
  background: none;
  opacity: 1;
  border: 0;
  margin: 0;
  padding: 0;
  position: relative;
}

.tab__landing {
  box-sizing: border-box;
  display: block;
  /* width: initial; */
  height: initial;
  background: none;
  opacity: 1;
  border: 0;
  margin: 0;
  padding: 0;
  padding-top: 71.2141882674%;
}
.tab__landing__image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: -12%;
  right: 0;
  box-sizing: border-box;
  padding: 0;
  border: none;
  margin: auto;
  display: block;
  width: 0;
  height: 0;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
}
.tab__landing__content {
  background-color: #fff;
}

.breadcrumb-custom {
  --bs-breadcrumb-item-padding-x: 1rem;
  color: #4B5563;
}
.breadcrumb-custom .breadcrumb-item + .breadcrumb-item::before {
  font-weight: 600;
  content: "|";
}

:root {
  --bs-light-primary: #f55887;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-indigo-border-subtle: #9963ef;
  --bs-blue-border-subtle: #9fbeed;
  --bs-success-border-subtle: #a3cfbb;
  --border-starter: var(--bs-gray-200);
  --border-growth: var(--bs-primary);
  --border-scale: var(--bs-success);
  --border-scale-sutble: var(--bs-success-border-subtle);
  --border-enterprise: #6610f2;
  --border-enterprise-sutble: var(--bs-indigo-border-subtle);
  --border-enterpriseplus: var(--bs-blue);
  --border-enterpriseplus-sutble: var(--bs-blue-border-subtle);
}

.enterprise__casestudy {
  transition: box-shadow 0.3s cubic-bezier(0.47, -0.01, 0.07, 0.99);
}

.enterprise__casestudy:hover:not(:focus-within) {
  border: 1px solid var(--bs-primary) !important;
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.2);
}

.pricing__wrapper {
  border-right: 1px solid var(--border-starter);
  border-left: 1px solid var(--border-starter);
  border-top: 4px solid var(--bs-gray-300) !important;
  border-bottom: 1px solid var(--border-starter);
}

.pricing__wrapper--growth {
  border-right: 1px solid var(--bs-light-primary);
  border-left: 1px solid var(--bs-light-primary);
  border-top: 4px solid var(--border-growth) !important;
  border-bottom: 1px solid var(--bs-light-primary);
}

.pricing__wrapper--scale {
  border-right: 1px solid var(--border-scale-sutble);
  border-left: 1px solid var(--border-scale-sutble);
  border-top: 4px solid var(--border-scale) !important;
  border-bottom: 1px solid var(--border-scale-sutble);
}

.pricing__wrapper--enterprise {
  border-right: 1px solid var(--border-enterprise-sutble);
  border-left: 1px solid var(--border-enterprise-sutble);
  border-top: 4px solid var(--border-enterprise) !important;
  border-bottom: 1px solid var(--border-enterprise-sutble);
}

.pricing__wrapper--enterpriseplus {
  border-right: 1px solid var(--border-enterpriseplus-sutble);
  border-left: 1px solid var(--border-enterpriseplus-sutble);
  border-top: 4px solid var(--border-enterpriseplus) !important;
  border-bottom: 1px solid var(--border-enterpriseplus-sutble);
}

/*.img__wrapper {
    &__tabsubs {
        height: 250px;
    }
}*/
.quote--wrapper:before {
  content: url(/Themes/Portabl/img/quote-comma.svg);
  position: absolute;
  right: 50%;
  top: 5%;
}

.img-dark {
  -webkit-filter: contrast(175%) brightness(3%);
  filter: contrast(175%) brightness(3%);
}

/*cobalt-theme*/
[theme-color=cobalt-blue] {
  --bs-cobalt-blue: #357dc4;
  --bs-cobalt-blue-darker: #2a6b9b;
  --bs-cobalt-blue-lighter: #5a98d9;
  --bs-cobalt-blue-lightest: #8bb9f0;
  --bs-cobalt-blue-border-light: #a3c8f7;
}
[theme-color=cobalt-blue] .alert-primary {
  color: var(--bs-cobalt-blue-darker);
  background-color: var(--bs-cobalt-blue-lightest);
  border-color: var(--bs-cobalt-blue-border-light);
}
[theme-color=cobalt-blue] .sidebar {
  background-color: var(--bs-cobalt-blue);
}
[theme-color=cobalt-blue] .identity-view:hover {
  background-color: var(--bs-cobalt-blue-darker);
}
[theme-color=cobalt-blue] .btn-check:focus + .btn.btn-primary,
[theme-color=cobalt-blue] .btn.btn-primary:focus {
  border-color: var(--bs-cobalt-blue-lighter);
  box-shadow: 0 0 0 0.2rem var(--bs-cobalt-blue-lighter);
}
[theme-color=cobalt-blue] .btn.btn-outline-primary:focus {
  border-color: var(--bs-cobalt-blue-lighter);
  box-shadow: 0 0 0 0.2rem var(--bs-cobalt-blue-lightest);
}
[theme-color=cobalt-blue] .btn-close:focus {
  box-shadow: 0 0 0 0.2rem var(--bs-cobalt-blue-lightest);
}
[theme-color=cobalt-blue] .footer {
  border-bottom-color: var(--bs-cobalt-blue) !important;
}
[theme-color=cobalt-blue] .footer a {
  color: var(--bs-cobalt-blue) !important;
}
[theme-color=cobalt-blue] .text-primary {
  color: var(--bs-cobalt-blue) !important;
}
[theme-color=cobalt-blue] .dropdown-item.active,
[theme-color=cobalt-blue] .dropdown-item:active {
  background-color: var(--bs-cobalt-blue);
  color: #fff;
}
[theme-color=cobalt-blue] #todos-tab .nav-link.active,
[theme-color=cobalt-blue] #task-tab .nav-link.active {
  border-bottom: 3px solid var(--bs-cobalt-blue);
}
[theme-color=cobalt-blue] .nav-link {
  color: var(--bs-secondary);
}
[theme-color=cobalt-blue] .nav-link:hover {
  color: var(--bs-cobalt-blue-darker);
}
[theme-color=cobalt-blue] .btn-outline-primary {
  color: var(--bs-cobalt-blue);
  border-color: var(--bs-cobalt-blue);
}
[theme-color=cobalt-blue] .btn-outline-primary:hover {
  background-color: var(--bs-cobalt-blue);
  border-color: var(--bs-cobalt-blue);
  color: #fff;
}
[theme-color=cobalt-blue] .btn-outline-primary:active {
  background-color: var(--bs-cobalt-blue);
  border-color: var(--bs-cobalt-blue) !important;
}
[theme-color=cobalt-blue] .btn-outline-primary:active:focus {
  box-shadow: 0 0 0 0.2rem var(--bs-cobalt-blue-lighter);
}
[theme-color=cobalt-blue] .task-option:hover {
  color: var(--bs-cobalt-blue);
}
[theme-color=cobalt-blue] .form-control:focus {
  border-color: var(--bs-cobalt-blue);
  box-shadow: 0 0 0 0.2rem var(--bs-cobalt-blue-lighter);
}
[theme-color=cobalt-blue] .comments-activity.active {
  border-bottom: 3px solid var(--bs-cobalt-blue) !important;
}
[theme-color=cobalt-blue] .bg-primary {
  background-color: var(--bs-cobalt-blue) !important;
}
[theme-color=cobalt-blue] .btn-primary, [theme-color=cobalt-blue] [theme-color=pink] .section-get-quote .content-form .btn-primary, [theme-color=pink] .section-get-quote .content-form [theme-color=cobalt-blue] .btn-primary {
  color: #fff;
  background-color: var(--bs-cobalt-blue);
  border-color: var(--bs-cobalt-blue);
}
[theme-color=cobalt-blue] .btn-primary:active, [theme-color=cobalt-blue] [theme-color=pink] .section-get-quote .content-form .btn-primary:active, [theme-color=pink] .section-get-quote .content-form [theme-color=cobalt-blue] .btn-primary:active {
  background-color: var(--bs-cobalt-blue-darker);
  border-color: var(--bs-cobalt-blue);
}
[theme-color=cobalt-blue] .btn-primary:focus, [theme-color=cobalt-blue] [theme-color=pink] .section-get-quote .content-form .btn-primary:focus, [theme-color=pink] .section-get-quote .content-form [theme-color=cobalt-blue] .btn-primary:focus {
  background-color: var(--bs-cobalt-blue-darker);
  box-shadow: 0 0 0 0.25rem rgba(60, 147, 174, 0.25);
}
[theme-color=cobalt-blue] .btn-primary:hover, [theme-color=cobalt-blue] [theme-color=pink] .section-get-quote .content-form .btn-primary:hover, [theme-color=pink] .section-get-quote .content-form [theme-color=cobalt-blue] .btn-primary:hover {
  color: #fff;
  background-color: var(--bs-cobalt-blue-darker);
  border-color: var(--bs-cobalt-blue);
}
[theme-color=cobalt-blue] .btn-primary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 147, 174, 0.25);
}
[theme-color=cobalt-blue] .btn-primary:disabled, [theme-color=cobalt-blue] [theme-color=pink] .section-get-quote .content-form .btn-primary:disabled, [theme-color=pink] .section-get-quote .content-form [theme-color=cobalt-blue] .btn-primary:disabled,
[theme-color=cobalt-blue] .btn-primary.disabled,
[theme-color=cobalt-blue] [theme-color=pink] .section-get-quote .content-form .disabled.btn-primary,
[theme-color=pink] .section-get-quote .content-form [theme-color=cobalt-blue] .disabled.btn-primary {
  color: #fff;
  background-color: var(--bs-cobalt-blue);
  border-color: var(--bs-cobalt-blue);
}
[theme-color=cobalt-blue] .btn-outline-primary:disabled,
[theme-color=cobalt-blue] .btn-outline-primary.disabled {
  color: var(--bs-cobalt-blue);
  background-color: transparent;
  border-color: var(--bs-cobalt-blue);
}
[theme-color=cobalt-blue] a:hover {
  color: var(--bs-cobalt-blue-darker);
}
[theme-color=cobalt-blue] a .btn-primary, [theme-color=cobalt-blue] a [theme-color=pink] .section-get-quote .content-form .btn-primary, [theme-color=pink] .section-get-quote .content-form [theme-color=cobalt-blue] a .btn-primary {
  color: #fff;
  background-color: var(--bs-cobalt-blue);
  border-color: var(--bs-cobalt-blue-darker);
}
[theme-color=cobalt-blue] a .btn-primary:hover, [theme-color=cobalt-blue] a [theme-color=pink] .section-get-quote .content-form .btn-primary:hover, [theme-color=pink] .section-get-quote .content-form [theme-color=cobalt-blue] a .btn-primary:hover {
  color: #fff;
}
[theme-color=cobalt-blue] .project-default-view .icon {
  color: var(--bs-cobalt-blue);
}
[theme-color=cobalt-blue] .project-default-view .tile.selected {
  border-color: var(--bs-cobalt-blue-darker);
  background-color: var(--bs-cobalt-blue-lightest) !important;
  color: #fff;
}
[theme-color=cobalt-blue] .project-default-view .tile.selected .icon {
  color: #fff;
}
[theme-color=cobalt-blue] .project-default-view .tile:hover {
  background-color: var(--bs-cobalt-blue-lightest);
}
[theme-color=cobalt-blue] #taskTab .nav-link.active {
  border-bottom: 3px solid var(--bs-cobalt-blue);
}
[theme-color=cobalt-blue] .select2-container--default .select2-selection--single {
  border: 2px solid #CBD5E0;
}
[theme-color=cobalt-blue] .select2-container--default .select2-selection--single:hover {
  border-color: var(--bs-cobalt-blue-border-light);
}
[theme-color=cobalt-blue] .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--bs-cobalt-blue);
}
[theme-color=cobalt-blue] .select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
  outline-color: var(--bs-cobalt-blue);
  border: none;
}
[theme-color=cobalt-blue] .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid var(--bs-cobalt-blue) 1px;
}
[theme-color=cobalt-blue] .accordion-button:not(.collapsed) {
  color: var(--bs-cobalt-blue-darker);
  background-color: var(--bs-cobalt-blue-lightest);
  -webkit-box-shadow: inset 0 -1px 0 var(--bs-cobalt-blue-border-light);
  box-shadow: inset 0 -1px 0 var(--bs-cobalt-blue-border-light);
}

/*vivid-pink-theme*/
[theme-color=vivid-pink] {
  --bs-vivid-pink: #e319a6;
  --bs-vivid-pink-darker: #b21b7f;
  --bs-vivid-pink-lighter: #f64fae;
  --bs-vivid-pink-lightest: #f98dcd;
  --bs-vivid-pink-border-light: #f5aad4;
}
[theme-color=vivid-pink] .alert-primary {
  color: var(--bs-vivid-pink-darker);
  background-color: var(--bs-vivid-pink-lightest);
  border-color: var(--bs-vivid-pink-border-light);
}
[theme-color=vivid-pink] .sidebar {
  background-color: var(--bs-vivid-pink);
}
[theme-color=vivid-pink] .identity-view:hover {
  background-color: var(--bs-vivid-pink-darker);
}
[theme-color=vivid-pink] .btn-check:focus + .btn.btn-primary,
[theme-color=vivid-pink] .btn.btn-primary:focus {
  border-color: var(--bs-vivid-pink-lighter);
  box-shadow: 0 0 0 0.2rem var(--bs-vivid-pink-lighter);
}
[theme-color=vivid-pink] .btn.btn-outline-primary:focus {
  border-color: var(--bs-vivid-pink-lighter);
  box-shadow: 0 0 0 0.2rem var(--bs-vivid-pink-lightest);
}
[theme-color=vivid-pink] .btn-close:focus {
  box-shadow: 0 0 0 0.2rem var(--bs-vivid-pink-lightest);
}
[theme-color=vivid-pink] .footer {
  border-bottom-color: var(--bs-vivid-pink) !important;
}
[theme-color=vivid-pink] .footer a {
  color: var(--bs-vivid-pink) !important;
}
[theme-color=vivid-pink] .text-primary {
  color: var(--bs-vivid-pink) !important;
}
[theme-color=vivid-pink] .dropdown-item.active,
[theme-color=vivid-pink] .dropdown-item:active {
  background-color: var(--bs-vivid-pink);
  color: #fff;
}
[theme-color=vivid-pink] #todos-tab .nav-link.active,
[theme-color=vivid-pink] #task-tab .nav-link.active {
  border-bottom: 3px solid var(--bs-vivid-pink);
}
[theme-color=vivid-pink] .nav-link {
  color: var(--bs-secondary);
}
[theme-color=vivid-pink] .nav-link:hover {
  color: var(--bs-vivid-pink-darker);
}
[theme-color=vivid-pink] .btn-outline-primary {
  color: var(--bs-vivid-pink);
  border-color: var(--bs-vivid-pink);
}
[theme-color=vivid-pink] .btn-outline-primary:hover {
  background-color: var(--bs-vivid-pink);
  border-color: var(--bs-vivid-pink);
  color: #fff;
}
[theme-color=vivid-pink] .btn-outline-primary:active {
  background-color: var(--bs-vivid-pink);
  border-color: var(--bs-vivid-pink) !important;
}
[theme-color=vivid-pink] .btn-outline-primary:active:focus {
  box-shadow: 0 0 0 0.2rem var(--bs-vivid-pink-lighter);
}
[theme-color=vivid-pink] .task-option:hover {
  color: var(--bs-vivid-pink);
}
[theme-color=vivid-pink] .form-control:focus {
  border-color: var(--bs-vivid-pink);
  box-shadow: 0 0 0 0.2rem var(--bs-vivid-pink-lighter);
}
[theme-color=vivid-pink] .comments-activity.active {
  border-bottom: 3px solid var(--bs-vivid-pink) !important;
}
[theme-color=vivid-pink] .bg-primary {
  background-color: var(--bs-vivid-pink) !important;
}
[theme-color=vivid-pink] .btn-primary, [theme-color=vivid-pink] [theme-color=pink] .section-get-quote .content-form .btn-primary, [theme-color=pink] .section-get-quote .content-form [theme-color=vivid-pink] .btn-primary {
  color: #fff;
  background-color: var(--bs-vivid-pink);
  border-color: var(--bs-vivid-pink);
}
[theme-color=vivid-pink] .btn-primary:active, [theme-color=vivid-pink] [theme-color=pink] .section-get-quote .content-form .btn-primary:active, [theme-color=pink] .section-get-quote .content-form [theme-color=vivid-pink] .btn-primary:active {
  background-color: var(--bs-vivid-pink-darker);
  border-color: var(--bs-vivid-pink);
}
[theme-color=vivid-pink] .btn-primary:focus, [theme-color=vivid-pink] [theme-color=pink] .section-get-quote .content-form .btn-primary:focus, [theme-color=pink] .section-get-quote .content-form [theme-color=vivid-pink] .btn-primary:focus {
  background-color: var(--bs-vivid-pink-darker);
  box-shadow: 0 0 0 0.25rem rgba(60, 147, 174, 0.25);
}
[theme-color=vivid-pink] .btn-primary:hover, [theme-color=vivid-pink] [theme-color=pink] .section-get-quote .content-form .btn-primary:hover, [theme-color=pink] .section-get-quote .content-form [theme-color=vivid-pink] .btn-primary:hover {
  color: #fff;
  background-color: var(--bs-vivid-pink-darker);
  border-color: var(--bs-vivid-pink);
}
[theme-color=vivid-pink] .btn-primary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 147, 174, 0.25);
}
[theme-color=vivid-pink] .btn-primary:disabled, [theme-color=vivid-pink] [theme-color=pink] .section-get-quote .content-form .btn-primary:disabled, [theme-color=pink] .section-get-quote .content-form [theme-color=vivid-pink] .btn-primary:disabled,
[theme-color=vivid-pink] .btn-primary.disabled,
[theme-color=vivid-pink] [theme-color=pink] .section-get-quote .content-form .disabled.btn-primary,
[theme-color=pink] .section-get-quote .content-form [theme-color=vivid-pink] .disabled.btn-primary {
  color: #fff;
  background-color: var(--bs-vivid-pink);
  border-color: var(--bs-vivid-pink);
}
[theme-color=vivid-pink] .btn-outline-primary:disabled,
[theme-color=vivid-pink] .btn-outline-primary.disabled {
  color: var(--bs-vivid-pink);
  background-color: transparent;
  border-color: var(--bs-vivid-pink);
}
[theme-color=vivid-pink] a:hover {
  color: var(--bs-vivid-pink-darker);
}
[theme-color=vivid-pink] a .btn-primary, [theme-color=vivid-pink] a [theme-color=pink] .section-get-quote .content-form .btn-primary, [theme-color=pink] .section-get-quote .content-form [theme-color=vivid-pink] a .btn-primary {
  color: #fff;
  background-color: var(--bs-vivid-pink);
  border-color: var(--bs-vivid-pink-darker);
}
[theme-color=vivid-pink] a .btn-primary:hover, [theme-color=vivid-pink] a [theme-color=pink] .section-get-quote .content-form .btn-primary:hover, [theme-color=pink] .section-get-quote .content-form [theme-color=vivid-pink] a .btn-primary:hover {
  color: #fff;
}
[theme-color=vivid-pink] .project-default-view .icon {
  color: var(--bs-vivid-pink);
}
[theme-color=vivid-pink] .project-default-view .tile.selected {
  border-color: var(--bs-vivid-pink-darker);
  background-color: var(--bs-vivid-pink-lightest) !important;
  color: #fff;
}
[theme-color=vivid-pink] .project-default-view .tile.selected .icon {
  color: #fff;
}
[theme-color=vivid-pink] .project-default-view .tile:hover {
  background-color: var(--bs-vivid-pink-lightest);
}
[theme-color=vivid-pink] #taskTab .nav-link.active {
  border-bottom: 3px solid var(--bs-vivid-pink);
}
[theme-color=vivid-pink] .select2-container--default .select2-selection--single {
  border: 2px solid #CBD5E0;
}
[theme-color=vivid-pink] .select2-container--default .select2-selection--single:hover {
  border-color: var(--bs-vivid-pink-border-light);
}
[theme-color=vivid-pink] .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--bs-vivid-pink);
}
[theme-color=vivid-pink] .select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
  outline-color: var(--bs-vivid-pink);
  border: none;
}
[theme-color=vivid-pink] .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid var(--bs-vivid-pink) 1px;
}
[theme-color=vivid-pink] .accordion-button:not(.collapsed) {
  color: var(--bs-vivid-pink-darker);
  background-color: var(--bs-vivid-pink-border-light);
  -webkit-box-shadow: inset 0 -1px 0 var(--bs-vivid-pink-border-light);
  box-shadow: inset 0 -1px 0 var(--bs-vivid-pink-border-light);
}

/*azure-theme*/
[theme-color=azure] {
  --bs-azure: #0a87c2;
  --bs-azure-darker: #08629d;
  --bs-azure-lighter: #4d9bd5;
  --bs-azure-lightest: #80b7e6;
  --bs-azure-border-light: #a3c8f3;
}
[theme-color=azure] .alert-primary {
  color: var(--bs-azure-darker);
  background-color: var(--bs-azure-lightest);
  border-color: var(--bs-azure-border-light);
}
[theme-color=azure] .sidebar {
  background-color: var(--bs-azure);
}
[theme-color=azure] .identity-view:hover {
  background-color: var(--bs-azure-darker);
}
[theme-color=azure] .btn-check:focus + .btn.btn-primary,
[theme-color=azure] .btn.btn-primary:focus {
  border-color: var(--bs-azure-lighter);
  box-shadow: 0 0 0 0.2rem var(--bs-azure-lighter);
}
[theme-color=azure] .btn.btn-outline-primary:focus {
  border-color: var(--bs-azure-lighter);
  box-shadow: 0 0 0 0.2rem var(--bs-azure-lightest);
}
[theme-color=azure] .btn-close:focus {
  box-shadow: 0 0 0 0.2rem var(--bs-azure-lightest);
}
[theme-color=azure] .footer {
  border-bottom-color: var(--bs-azure) !important;
}
[theme-color=azure] .footer a {
  color: var(--bs-azure) !important;
}
[theme-color=azure] .text-primary {
  color: var(--bs-azure) !important;
}
[theme-color=azure] .dropdown-item.active,
[theme-color=azure] .dropdown-item:active {
  background-color: var(--bs-azure);
  color: #fff;
}
[theme-color=azure] #todos-tab .nav-link.active,
[theme-color=azure] #task-tab .nav-link.active {
  border-bottom: 3px solid var(--bs-azure);
}
[theme-color=azure] .nav-link {
  color: var(--bs-secondary);
}
[theme-color=azure] .nav-link:hover {
  color: var(--bs-azure-darker);
}
[theme-color=azure] .btn-outline-primary {
  color: var(--bs-azure);
  border-color: var(--bs-azure);
}
[theme-color=azure] .btn-outline-primary:hover {
  background-color: var(--bs-azure);
  border-color: var(--bs-azure);
  color: #fff;
}
[theme-color=azure] .btn-outline-primary:active {
  background-color: var(--bs-azure);
  border-color: var(--bs-azure) !important;
}
[theme-color=azure] .btn-outline-primary:active:focus {
  box-shadow: 0 0 0 0.2rem var(--bs-azure-lighter);
}
[theme-color=azure] .task-option:hover {
  color: var(--bs-azure);
}
[theme-color=azure] .form-control:focus {
  border-color: var(--bs-azure);
  box-shadow: 0 0 0 0.2rem var(--bs-azure-lighter);
}
[theme-color=azure] .comments-activity.active {
  border-bottom: 3px solid var(--bs-azure) !important;
}
[theme-color=azure] .bg-primary {
  background-color: var(--bs-azure) !important;
}
[theme-color=azure] .btn-primary, [theme-color=azure] [theme-color=pink] .section-get-quote .content-form .btn-primary, [theme-color=pink] .section-get-quote .content-form [theme-color=azure] .btn-primary {
  color: #fff;
  background-color: var(--bs-azure);
  border-color: var(--bs-azure);
}
[theme-color=azure] .btn-primary:active, [theme-color=azure] [theme-color=pink] .section-get-quote .content-form .btn-primary:active, [theme-color=pink] .section-get-quote .content-form [theme-color=azure] .btn-primary:active {
  background-color: var(--bs-azure-darker);
  border-color: var(--bs-azure);
}
[theme-color=azure] .btn-primary:focus, [theme-color=azure] [theme-color=pink] .section-get-quote .content-form .btn-primary:focus, [theme-color=pink] .section-get-quote .content-form [theme-color=azure] .btn-primary:focus {
  background-color: var(--bs-azure-darker);
  box-shadow: 0 0 0 0.25rem rgba(60, 147, 174, 0.25);
}
[theme-color=azure] .btn-primary:hover, [theme-color=azure] [theme-color=pink] .section-get-quote .content-form .btn-primary:hover, [theme-color=pink] .section-get-quote .content-form [theme-color=azure] .btn-primary:hover {
  color: #fff;
  background-color: var(--bs-azure-darker);
  border-color: var(--bs-azure);
}
[theme-color=azure] .btn-primary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 147, 174, 0.25);
}
[theme-color=azure] .btn-primary:disabled, [theme-color=azure] [theme-color=pink] .section-get-quote .content-form .btn-primary:disabled, [theme-color=pink] .section-get-quote .content-form [theme-color=azure] .btn-primary:disabled,
[theme-color=azure] .btn-primary.disabled,
[theme-color=azure] [theme-color=pink] .section-get-quote .content-form .disabled.btn-primary,
[theme-color=pink] .section-get-quote .content-form [theme-color=azure] .disabled.btn-primary {
  color: #fff;
  background-color: var(--bs-azure);
  border-color: var(--bs-azure);
}
[theme-color=azure] .btn-outline-primary:disabled,
[theme-color=azure] .btn-outline-primary.disabled {
  color: var(--bs-azure);
  background-color: transparent;
  border-color: var(--bs-azure);
}
[theme-color=azure] a:hover {
  color: var(--bs-azure-darker);
}
[theme-color=azure] a .btn-primary, [theme-color=azure] a [theme-color=pink] .section-get-quote .content-form .btn-primary, [theme-color=pink] .section-get-quote .content-form [theme-color=azure] a .btn-primary {
  color: #fff;
  background-color: var(--bs-azure);
  border-color: var(--bs-azure-darker);
}
[theme-color=azure] a .btn-primary:hover, [theme-color=azure] a [theme-color=pink] .section-get-quote .content-form .btn-primary:hover, [theme-color=pink] .section-get-quote .content-form [theme-color=azure] a .btn-primary:hover {
  color: #fff;
}
[theme-color=azure] .project-default-view .icon {
  color: var(--bs-azure);
}
[theme-color=azure] .project-default-view .tile.selected {
  border-color: var(--bs-azure-darker);
  background-color: var(--bs-azure-lightest) !important;
  color: #fff;
}
[theme-color=azure] .project-default-view .tile.selected .icon {
  color: #fff;
}
[theme-color=azure] .project-default-view .tile:hover {
  background-color: var(--bs-azure-lightest);
}
[theme-color=azure] #taskTab .nav-link.active {
  border-bottom: 3px solid var(--bs-azure);
}
[theme-color=azure] .select2-container--default .select2-selection--single {
  border: 2px solid #CBD5E0;
}
[theme-color=azure] .select2-container--default .select2-selection--single:hover {
  border-color: var(--bs-azure-border-light);
}
[theme-color=azure] .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--bs-azure);
}
[theme-color=azure] .select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
  outline-color: var(--bs-azure);
  border: none;
}
[theme-color=azure] .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid var(--bs-azure) 1px;
}
[theme-color=azure] .accordion-button:not(.collapsed) {
  color: var(--bs-azure-darker);
  background-color: var(--bs-azure-lightest);
  -webkit-box-shadow: inset 0 -1px 0 var(--bs-azure-border-light);
  box-shadow: inset 0 -1px 0 var(--bs-azure-border-light);
}

/*copper-theme*/
[theme-color=copper] {
  --bs-copper: #d66840;
  --bs-copper-darker: #b25b36;
  --bs-copper-lighter: #e88f65;
  --bs-copper-lightest: #f3a88b;
  --bs-copper-border-light: #f4c1a2;
}
[theme-color=copper] .alert-primary {
  color: var(--bs-copper-darker);
  background-color: var(--bs-copper-lightest);
  border-color: var(--bs-copper-border-light);
}
[theme-color=copper] .sidebar {
  background-color: var(--bs-copper);
}
[theme-color=copper] .identity-view:hover {
  background-color: var(--bs-copper-darker);
}
[theme-color=copper] .btn-check:focus + .btn.btn-primary,
[theme-color=copper] .btn.btn-primary:focus {
  border-color: var(--bs-copper-lighter);
  box-shadow: 0 0 0 0.2rem var(--bs-copper-lighter);
}
[theme-color=copper] .btn.btn-outline-primary:focus {
  border-color: var(--bs-copper-lighter);
  box-shadow: 0 0 0 0.2rem var(--bs-copper-lightest);
}
[theme-color=copper] .btn-close:focus {
  box-shadow: 0 0 0 0.2rem var(--bs-copper-lightest);
}
[theme-color=copper] .footer {
  border-bottom-color: var(--bs-copper) !important;
}
[theme-color=copper] .footer a {
  color: var(--bs-copper) !important;
}
[theme-color=copper] .text-primary {
  color: var(--bs-copper) !important;
}
[theme-color=copper] .dropdown-item.active,
[theme-color=copper] .dropdown-item:active {
  background-color: var(--bs-copper);
  color: #fff;
}
[theme-color=copper] #todos-tab .nav-link.active,
[theme-color=copper] #task-tab .nav-link.active {
  border-bottom: 3px solid var(--bs-copper);
}
[theme-color=copper] .nav-link {
  color: var(--bs-secondary);
}
[theme-color=copper] .nav-link:hover {
  color: var(--bs-copper-darker);
}
[theme-color=copper] .btn-outline-primary {
  color: var(--bs-copper);
  border-color: var(--bs-copper);
}
[theme-color=copper] .btn-outline-primary:hover {
  background-color: var(--bs-copper);
  border-color: var(--bs-copper);
  color: #fff;
}
[theme-color=copper] .btn-outline-primary:active {
  background-color: var(--bs-copper);
  border-color: var(--bs-copper) !important;
}
[theme-color=copper] .btn-outline-primary:active:focus {
  box-shadow: 0 0 0 0.2rem var(--bs-copper-lighter);
}
[theme-color=copper] .task-option:hover {
  color: var(--bs-copper);
}
[theme-color=copper] .form-control:focus {
  border-color: var(--bs-copper);
  box-shadow: 0 0 0 0.2rem var(--bs-copper-lighter);
}
[theme-color=copper] .comments-activity.active {
  border-bottom: 3px solid var(--bs-copper) !important;
}
[theme-color=copper] .bg-primary {
  background-color: var(--bs-copper) !important;
}
[theme-color=copper] .btn-primary, [theme-color=copper] [theme-color=pink] .section-get-quote .content-form .btn-primary, [theme-color=pink] .section-get-quote .content-form [theme-color=copper] .btn-primary {
  color: #fff;
  background-color: var(--bs-copper);
  border-color: var(--bs-copper);
}
[theme-color=copper] .btn-primary:active, [theme-color=copper] [theme-color=pink] .section-get-quote .content-form .btn-primary:active, [theme-color=pink] .section-get-quote .content-form [theme-color=copper] .btn-primary:active {
  background-color: var(--bs-copper-darker);
  border-color: var(--bs-copper);
}
[theme-color=copper] .btn-primary:focus, [theme-color=copper] [theme-color=pink] .section-get-quote .content-form .btn-primary:focus, [theme-color=pink] .section-get-quote .content-form [theme-color=copper] .btn-primary:focus {
  background-color: var(--bs-copper-darker);
  box-shadow: 0 0 0 0.25rem rgba(60, 147, 174, 0.25);
}
[theme-color=copper] .btn-primary:hover, [theme-color=copper] [theme-color=pink] .section-get-quote .content-form .btn-primary:hover, [theme-color=pink] .section-get-quote .content-form [theme-color=copper] .btn-primary:hover {
  color: #fff;
  background-color: var(--bs-copper-darker);
  border-color: var(--bs-copper);
}
[theme-color=copper] .btn-primary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 147, 174, 0.25);
}
[theme-color=copper] .btn-primary:disabled, [theme-color=copper] [theme-color=pink] .section-get-quote .content-form .btn-primary:disabled, [theme-color=pink] .section-get-quote .content-form [theme-color=copper] .btn-primary:disabled,
[theme-color=copper] .btn-primary.disabled,
[theme-color=copper] [theme-color=pink] .section-get-quote .content-form .disabled.btn-primary,
[theme-color=pink] .section-get-quote .content-form [theme-color=copper] .disabled.btn-primary {
  color: #fff;
  background-color: var(--bs-copper);
  border-color: var(--bs-copper);
}
[theme-color=copper] .btn-outline-primary:disabled,
[theme-color=copper] .btn-outline-primary.disabled {
  color: var(--bs-copper);
  background-color: transparent;
  border-color: var(--bs-copper);
}
[theme-color=copper] a:hover {
  color: var(--bs-copper-darker);
}
[theme-color=copper] a .btn-primary, [theme-color=copper] a [theme-color=pink] .section-get-quote .content-form .btn-primary, [theme-color=pink] .section-get-quote .content-form [theme-color=copper] a .btn-primary {
  color: #fff;
  background-color: var(--bs-copper);
  border-color: var(--bs-copper-darker);
}
[theme-color=copper] a .btn-primary:hover, [theme-color=copper] a [theme-color=pink] .section-get-quote .content-form .btn-primary:hover, [theme-color=pink] .section-get-quote .content-form [theme-color=copper] a .btn-primary:hover {
  color: #fff;
}
[theme-color=copper] .project-default-view .icon {
  color: var(--bs-copper);
}
[theme-color=copper] .project-default-view .tile.selected {
  border-color: var(--bs-copper-darker);
  background-color: var(--bs-copper-lightest) !important;
  color: #fff;
}
[theme-color=copper] .project-default-view .tile.selected .icon {
  color: #fff;
}
[theme-color=copper] .project-default-view .tile:hover {
  background-color: var(--bs-copper-lightest);
}
[theme-color=copper] #taskTab .nav-link.active {
  border-bottom: 3px solid var(--bs-copper);
}
[theme-color=copper] .select2-container--default .select2-selection--single {
  border: 2px solid #CBD5E0;
}
[theme-color=copper] .select2-container--default .select2-selection--single:hover {
  border-color: var(--bs-copper-border-light);
}
[theme-color=copper] .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--bs-copper);
}
[theme-color=copper] .select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
  outline-color: var(--bs-copper);
  border: none;
}
[theme-color=copper] .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid var(--bs-copper) 1px;
}
[theme-color=copper] .accordion-button:not(.collapsed) {
  color: var(--bs-copper-darker);
  background-color: var(--bs-copper-lightest);
  -webkit-box-shadow: inset 0 -1px 0 var(--bs-copper-border-light);
  box-shadow: inset 0 -1px 0 var(--bs-copper-border-light);
}

/*amber-theme*/
[theme-color=amber] {
  --bs-amber: #d9961a;
  --bs-amber-darker: #b77d14;
  --bs-amber-lighter: #f0b74d;
  --bs-amber-lightest: #f4c57b;
  --bs-amber-border-light: #f7d08d;
}
[theme-color=amber] .alert-primary {
  color: var(--bs-amber-darker);
  background-color: var(--bs-amber-lightest);
  border-color: var(--bs-amber-border-light);
}
[theme-color=amber] .sidebar {
  background-color: var(--bs-amber);
}
[theme-color=amber] .identity-view:hover {
  background-color: var(--bs-amber-darker);
}
[theme-color=amber] .btn-check:focus + .btn.btn-primary,
[theme-color=amber] .btn.btn-primary:focus {
  border-color: var(--bs-amber-lighter);
  box-shadow: 0 0 0 0.2rem var(--bs-amber-lighter);
}
[theme-color=amber] .btn.btn-outline-primary:focus {
  border-color: var(--bs-amber-lighter);
  box-shadow: 0 0 0 0.2rem var(--bs-amber-lightest);
}
[theme-color=amber] .btn-close:focus {
  box-shadow: 0 0 0 0.2rem var(--bs-amber-lightest);
}
[theme-color=amber] .footer {
  border-bottom-color: var(--bs-amber) !important;
}
[theme-color=amber] .footer a {
  color: var(--bs-amber) !important;
}
[theme-color=amber] .text-primary {
  color: var(--bs-amber) !important;
}
[theme-color=amber] .dropdown-item.active,
[theme-color=amber] .dropdown-item:active {
  background-color: var(--bs-amber);
  color: #fff;
}
[theme-color=amber] #todos-tab .nav-link.active,
[theme-color=amber] #task-tab .nav-link.active {
  border-bottom: 3px solid var(--bs-amber);
}
[theme-color=amber] .nav-link {
  color: var(--bs-secondary);
}
[theme-color=amber] .nav-link:hover {
  color: var(--bs-amber-darker);
}
[theme-color=amber] .btn-outline-primary {
  color: var(--bs-amber);
  border-color: var(--bs-amber);
}
[theme-color=amber] .btn-outline-primary:hover {
  background-color: var(--bs-amber);
  border-color: var(--bs-amber);
  color: #fff;
}
[theme-color=amber] .btn-outline-primary:active {
  background-color: var(--bs-amber);
  border-color: var(--bs-amber) !important;
}
[theme-color=amber] .btn-outline-primary:active:focus {
  box-shadow: 0 0 0 0.2rem var(--bs-amber-lighter);
}
[theme-color=amber] .task-option:hover {
  color: var(--bs-amber);
}
[theme-color=amber] .form-control:focus {
  border-color: var(--bs-amber);
  box-shadow: 0 0 0 0.2rem var(--bs-amber-lighter);
}
[theme-color=amber] .comments-activity.active {
  border-bottom: 3px solid var(--bs-amber) !important;
}
[theme-color=amber] .bg-primary {
  background-color: var(--bs-amber) !important;
}
[theme-color=amber] .btn-primary, [theme-color=amber] [theme-color=pink] .section-get-quote .content-form .btn-primary, [theme-color=pink] .section-get-quote .content-form [theme-color=amber] .btn-primary {
  color: #fff;
  background-color: var(--bs-amber);
  border-color: var(--bs-amber);
}
[theme-color=amber] .btn-primary:active, [theme-color=amber] [theme-color=pink] .section-get-quote .content-form .btn-primary:active, [theme-color=pink] .section-get-quote .content-form [theme-color=amber] .btn-primary:active {
  background-color: var(--bs-amber-darker);
  border-color: var(--bs-amber);
}
[theme-color=amber] .btn-primary:focus, [theme-color=amber] [theme-color=pink] .section-get-quote .content-form .btn-primary:focus, [theme-color=pink] .section-get-quote .content-form [theme-color=amber] .btn-primary:focus {
  background-color: var(--bs-amber-darker);
  box-shadow: 0 0 0 0.25rem rgba(60, 147, 174, 0.25);
}
[theme-color=amber] .btn-primary:hover, [theme-color=amber] [theme-color=pink] .section-get-quote .content-form .btn-primary:hover, [theme-color=pink] .section-get-quote .content-form [theme-color=amber] .btn-primary:hover {
  color: #fff;
  background-color: var(--bs-amber-darker);
  border-color: var(--bs-amber);
}
[theme-color=amber] .btn-primary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 147, 174, 0.25);
}
[theme-color=amber] .btn-primary:disabled, [theme-color=amber] [theme-color=pink] .section-get-quote .content-form .btn-primary:disabled, [theme-color=pink] .section-get-quote .content-form [theme-color=amber] .btn-primary:disabled,
[theme-color=amber] .btn-primary.disabled,
[theme-color=amber] [theme-color=pink] .section-get-quote .content-form .disabled.btn-primary,
[theme-color=pink] .section-get-quote .content-form [theme-color=amber] .disabled.btn-primary {
  color: #fff;
  background-color: var(--bs-amber);
  border-color: var(--bs-amber);
}
[theme-color=amber] .btn-outline-primary:disabled,
[theme-color=amber] .btn-outline-primary.disabled {
  color: var(--bs-amber);
  background-color: transparent;
  border-color: var(--bs-amber);
}
[theme-color=amber] a:hover {
  color: var(--bs-amber-darker);
}
[theme-color=amber] a .btn-primary, [theme-color=amber] a [theme-color=pink] .section-get-quote .content-form .btn-primary, [theme-color=pink] .section-get-quote .content-form [theme-color=amber] a .btn-primary {
  color: #fff;
  background-color: var(--bs-amber);
  border-color: var(--bs-amber-darker);
}
[theme-color=amber] a .btn-primary:hover, [theme-color=amber] a [theme-color=pink] .section-get-quote .content-form .btn-primary:hover, [theme-color=pink] .section-get-quote .content-form [theme-color=amber] a .btn-primary:hover {
  color: #fff;
}
[theme-color=amber] .project-default-view .icon {
  color: var(--bs-amber);
}
[theme-color=amber] .project-default-view .tile.selected {
  border-color: var(--bs-amber-darker);
  background-color: var(--bs-amber-lightest) !important;
  color: #fff;
}
[theme-color=amber] .project-default-view .tile.selected .icon {
  color: #fff;
}
[theme-color=amber] .project-default-view .tile:hover {
  background-color: var(--bs-amber-lightest);
}
[theme-color=amber] #taskTab .nav-link.active {
  border-bottom: 3px solid var(--bs-amber);
}
[theme-color=amber] .select2-container--default .select2-selection--single {
  border: 2px solid #CBD5E0;
}
[theme-color=amber] .select2-container--default .select2-selection--single:hover {
  border-color: var(--bs-amber-border-light);
}
[theme-color=amber] .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--bs-amber);
}
[theme-color=amber] .select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
  outline-color: var(--bs-amber);
  border: none;
}
[theme-color=amber] .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid var(--bs-amber) 1px;
}
[theme-color=amber] .accordion-button:not(.collapsed) {
  color: var(--bs-amber-darker);
  background-color: var(--bs-amber-lightest);
  -webkit-box-shadow: inset 0 -1px 0 var(--bs-amber-border-light);
  box-shadow: inset 0 -1px 0 var(--bs-amber-border-light);
}

/*periwinkle-blue-theme*/
[theme-color=periwinkle-blue] {
  --bs-periwinkle-blue: #5764bd;
  --bs-periwinkle-blue-darker: #4751a1;
  --bs-periwinkle-blue-lighter: #7e8cd5;
  --bs-periwinkle-blue-lightest: #a3aee3;
  --bs-periwinkle-blue-border-light: #b9c4f1;
}
[theme-color=periwinkle-blue] .alert-primary {
  color: var(--bs-periwinkle-blue-darker);
  background-color: var(--bs-periwinkle-blue-lightest);
  border-color: var(--bs-periwinkle-blue-border-light);
}
[theme-color=periwinkle-blue] .sidebar {
  background-color: var(--bs-periwinkle-blue);
}
[theme-color=periwinkle-blue] .identity-view:hover {
  background-color: var(--bs-periwinkle-blue-darker);
}
[theme-color=periwinkle-blue] .btn-check:focus + .btn.btn-primary,
[theme-color=periwinkle-blue] .btn.btn-primary:focus {
  border-color: var(--bs-periwinkle-blue-lighter);
  box-shadow: 0 0 0 0.2rem var(--bs-periwinkle-blue-lighter);
}
[theme-color=periwinkle-blue] .btn.btn-outline-primary:focus {
  border-color: var(--bs-periwinkle-blue-lighter);
  box-shadow: 0 0 0 0.2rem var(--bs-periwinkle-blue-lightest);
}
[theme-color=periwinkle-blue] .btn-close:focus {
  box-shadow: 0 0 0 0.2rem var(--bs-periwinkle-blue-lightest);
}
[theme-color=periwinkle-blue] .footer {
  border-bottom-color: var(--bs-periwinkle-blue) !important;
}
[theme-color=periwinkle-blue] .footer a {
  color: var(--bs-periwinkle-blue) !important;
}
[theme-color=periwinkle-blue] .text-primary {
  color: var(--bs-periwinkle-blue) !important;
}
[theme-color=periwinkle-blue] .dropdown-item.active,
[theme-color=periwinkle-blue] .dropdown-item:active {
  background-color: var(--bs-periwinkle-blue);
  color: #fff;
}
[theme-color=periwinkle-blue] #todos-tab .nav-link.active,
[theme-color=periwinkle-blue] #task-tab .nav-link.active {
  border-bottom: 3px solid var(--bs-periwinkle-blue);
}
[theme-color=periwinkle-blue] .nav-link {
  color: var(--bs-secondary);
}
[theme-color=periwinkle-blue] .nav-link:hover {
  color: var(--bs-periwinkle-blue-darker);
}
[theme-color=periwinkle-blue] .btn-outline-primary {
  color: var(--bs-periwinkle-blue);
  border-color: var(--bs-periwinkle-blue);
}
[theme-color=periwinkle-blue] .btn-outline-primary:hover {
  background-color: var(--bs-periwinkle-blue);
  border-color: var(--bs-periwinkle-blue);
  color: #fff;
}
[theme-color=periwinkle-blue] .btn-outline-primary:active {
  background-color: var(--bs-periwinkle-blue);
  border-color: var(--bs-periwinkle-blue) !important;
}
[theme-color=periwinkle-blue] .btn-outline-primary:active:focus {
  box-shadow: 0 0 0 0.2rem var(--bs-periwinkle-blue-lighter);
}
[theme-color=periwinkle-blue] .task-option:hover {
  color: var(--bs-periwinkle-blue);
}
[theme-color=periwinkle-blue] .form-control:focus {
  border-color: var(--bs-periwinkle-blue);
  box-shadow: 0 0 0 0.2rem var(--bs-periwinkle-blue-lighter);
}
[theme-color=periwinkle-blue] .comments-activity.active {
  border-bottom: 3px solid var(--bs-periwinkle-blue) !important;
}
[theme-color=periwinkle-blue] .bg-primary {
  background-color: var(--bs-periwinkle-blue) !important;
}
[theme-color=periwinkle-blue] .btn-primary, [theme-color=periwinkle-blue] [theme-color=pink] .section-get-quote .content-form .btn-primary, [theme-color=pink] .section-get-quote .content-form [theme-color=periwinkle-blue] .btn-primary {
  color: #fff;
  background-color: var(--bs-periwinkle-blue);
  border-color: var(--bs-periwinkle-blue);
}
[theme-color=periwinkle-blue] .btn-primary:active, [theme-color=periwinkle-blue] [theme-color=pink] .section-get-quote .content-form .btn-primary:active, [theme-color=pink] .section-get-quote .content-form [theme-color=periwinkle-blue] .btn-primary:active {
  background-color: var(--bs-periwinkle-blue-darker);
  border-color: var(--bs-periwinkle-blue);
}
[theme-color=periwinkle-blue] .btn-primary:focus, [theme-color=periwinkle-blue] [theme-color=pink] .section-get-quote .content-form .btn-primary:focus, [theme-color=pink] .section-get-quote .content-form [theme-color=periwinkle-blue] .btn-primary:focus {
  background-color: var(--bs-periwinkle-blue-darker);
  box-shadow: 0 0 0 0.25rem rgba(60, 147, 174, 0.25);
}
[theme-color=periwinkle-blue] .btn-primary:hover, [theme-color=periwinkle-blue] [theme-color=pink] .section-get-quote .content-form .btn-primary:hover, [theme-color=pink] .section-get-quote .content-form [theme-color=periwinkle-blue] .btn-primary:hover {
  color: #fff;
  background-color: var(--bs-periwinkle-blue-darker);
  border-color: var(--bs-periwinkle-blue);
}
[theme-color=periwinkle-blue] .btn-primary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 147, 174, 0.25);
}
[theme-color=periwinkle-blue] .btn-primary:disabled, [theme-color=periwinkle-blue] [theme-color=pink] .section-get-quote .content-form .btn-primary:disabled, [theme-color=pink] .section-get-quote .content-form [theme-color=periwinkle-blue] .btn-primary:disabled,
[theme-color=periwinkle-blue] .btn-primary.disabled,
[theme-color=periwinkle-blue] [theme-color=pink] .section-get-quote .content-form .disabled.btn-primary,
[theme-color=pink] .section-get-quote .content-form [theme-color=periwinkle-blue] .disabled.btn-primary {
  color: #fff;
  background-color: var(--bs-periwinkle-blue);
  border-color: var(--bs-periwinkle-blue);
}
[theme-color=periwinkle-blue] .btn-outline-primary:disabled,
[theme-color=periwinkle-blue] .btn-outline-primary.disabled {
  color: var(--bs-periwinkle-blue);
  background-color: transparent;
  border-color: var(--bs-periwinkle-blue);
}
[theme-color=periwinkle-blue] a:hover {
  color: var(--bs-periwinkle-blue-darker);
}
[theme-color=periwinkle-blue] a .btn-primary, [theme-color=periwinkle-blue] a [theme-color=pink] .section-get-quote .content-form .btn-primary, [theme-color=pink] .section-get-quote .content-form [theme-color=periwinkle-blue] a .btn-primary {
  color: #fff;
  background-color: var(--bs-periwinkle-blue);
  border-color: var(--bs-periwinkle-blue-darker);
}
[theme-color=periwinkle-blue] a .btn-primary:hover, [theme-color=periwinkle-blue] a [theme-color=pink] .section-get-quote .content-form .btn-primary:hover, [theme-color=pink] .section-get-quote .content-form [theme-color=periwinkle-blue] a .btn-primary:hover {
  color: #fff;
}
[theme-color=periwinkle-blue] .project-default-view .icon {
  color: var(--bs-periwinkle-blue);
}
[theme-color=periwinkle-blue] .project-default-view .tile.selected {
  border-color: var(--bs-periwinkle-blue-darker);
  background-color: var(--bs-periwinkle-blue-lightest) !important;
  color: #fff;
}
[theme-color=periwinkle-blue] .project-default-view .tile.selected .icon {
  color: #fff;
}
[theme-color=periwinkle-blue] .project-default-view .tile:hover {
  background-color: var(--bs-periwinkle-blue-lightest);
}
[theme-color=periwinkle-blue] #taskTab .nav-link.active {
  border-bottom: 3px solid var(--bs-periwinkle-blue);
}
[theme-color=periwinkle-blue] .select2-container--default .select2-selection--single {
  border: 2px solid #CBD5E0;
}
[theme-color=periwinkle-blue] .select2-container--default .select2-selection--single:hover {
  border-color: var(--bs-periwinkle-blue-border-light);
}
[theme-color=periwinkle-blue] .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--bs-periwinkle-blue);
}
[theme-color=periwinkle-blue] .select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
  outline-color: var(--bs-periwinkle-blue);
  border: none;
}
[theme-color=periwinkle-blue] .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid var(--bs-periwinkle-blue) 1px;
}
[theme-color=periwinkle-blue] .accordion-button:not(.collapsed) {
  color: var(--bs-periwinkle-blue);
  background-color: var(--bs-periwinkle-blue-border-light);
  -webkit-box-shadow: inset 0 -1px 0 var(--bs-periwinkle-blue-border-light);
  box-shadow: inset 0 -1px 0 var(--bs-periwinkle-blue-border-light);
}

.main {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.pb-layout {
  display: flex;
  background: #F9FAFB;
}

.pb-main {
  flex: 1 1 auto;
  min-width: 0;
}

.page {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  z-index: 2;
}

.page-header {
  /*  padding: 1rem;
    border-bottom: 1px solid $border-color;
    background: var(--bs-white);
    position: sticky;
    top: 0;
    z-index: 1;*/
}

.page-title {
  margin-bottom: 0;
}

.page-body {
  flex-grow: 1;
  z-index: 0;
}

.scrollbar::-webkit-scrollbar {
  width: 0.5rem;
}
.scrollbar::-webkit-scrollbar-thumb {
  background: #ced4da;
  border-radius: 10rem;
}
.scrollbar::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.025);
  border-radius: 10rem;
}

.form-layout {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.form-layout__tabs {
  display: none;
}

.form-layout__content {
  max-width: 620px;
  margin: auto;
}

.account-management-lists .card {
  text-decoration: none;
}
.account-management-lists .card .icon-svg {
  width: 60px;
  height: 60px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.account-management-lists .card .icon-svg:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--bs-info);
  opacity: 0.1;
  border-radius: 100%;
}
.account-management-lists .card h5, .account-management-lists .card .h5 {
  color: #131C26;
}
.account-management-lists .card:hover {
  background: var(--bs-light);
}

.selectProfession > div:not(.mb-2) .custom-control i {
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 70% !important;
  transition: all 250ms ease;
}
.selectProfession > div:not(.mb-2) .custom-control:nth-child(1) i {
  background-image: url("data:image/svg+xml,%3Csvg height='512' viewBox='0 0 512 512' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m312 248h120a190.53 190.53 0 0 0 32-105.689v-22.311h-184v22.311a190.53 190.53 0 0 0 32 105.689z' fill='%23f27900'/%3E%3Cpath d='m483.84 302.24a39.974 39.974 0 0 0 -35.84-22.24h-40a8 8 0 0 1 -8-8v-56h-64v56a8 8 0 0 1 -8 8h-47.33a39.989 39.989 0 0 0 -39.19 32.01l-41.48 183.99h55.72l25.41-85.43a60.473 60.473 0 0 0 14.18 37.43l.58 48h160.11a32 32 0 0 0 32-32v-144a39.649 39.649 0 0 0 -4.16-17.76z' fill='%23fec9a3'/%3E%3Cpath d='m488 320v144a32 32 0 0 1 -32 32h-126c51.26-31.94 119.27-91.38 153.84-193.76a39.649 39.649 0 0 1 4.16 17.76z' fill='%23fec093'/%3E%3Cpath d='m440 448v48h-144l-.69-48c-19.79-23.56-18.46-57.28.69-80v-88h24l7.21 25.23a42.421 42.421 0 0 0 81.58 0l7.21-25.23h24v88c.66.78 1.3 1.58 1.91 2.39a62.071 62.071 0 0 1 -1.91 77.61z' fill='%237eb457'/%3E%3Cpath d='m400 248.493v-32.493h-64v32.263a68.743 68.743 0 0 0 27.208 7.582 71.865 71.865 0 0 0 36.792-7.352z' fill='%23feb784'/%3E%3Cpath d='m440 448v48h-122.45c40.91-25.69 88.75-65.74 124.36-125.61a62.071 62.071 0 0 1 -1.91 77.61z' fill='%2377ad50'/%3E%3Cpath d='m400.176 380.647a17.018 17.018 0 0 0 -22.915 5.1l-57.261 88.207 5.3 22.046 22.915-5.1 57.261-88.211a15.649 15.649 0 0 0 -5.3-22.042z' fill='%233d4d63'/%3E%3Cpath d='m416 448-32-16-40 8v56h112a32 32 0 0 0 32-32v-24z' fill='%23fec9a3'/%3E%3Cpath d='m440 104v64a72 72 0 0 1 -67.75 71.88 73.77 73.77 0 0 1 -9.04-.04c-38.27-2.47-67.21-35.96-67.21-74.31v-61.53a72 72 0 1 1 144 0z' fill='%23fec9a3'/%3E%3Cpath d='m440 104v64a72 72 0 0 1 -67.75 71.88 71.99 71.99 0 0 0 38.75-63.88v-88a71.775 71.775 0 0 0 -21.09-50.91c-.85-.85-1.71-1.67-2.6-2.47a72.033 72.033 0 0 1 52.69 69.38z' fill='%23fec093'/%3E%3Cpath d='m368 200a24.027 24.027 0 0 1 -24-24h16a8 8 0 0 0 16 0h16a24.027 24.027 0 0 1 -24 24z' fill='%23f7a468'/%3E%3Cpath d='m464 120v32h-24v-32a86.3 86.3 0 0 1 -26.62-20.66 83.273 83.273 0 0 1 -5.38-6.89 86.176 86.176 0 0 1 -11.31-22.39l-4.69-14.06-16.02 51.26a121.609 121.609 0 0 1 -103.98 84.74v-72a96 96 0 0 1 192 0z' fill='%23f98500'/%3E%3Cpath d='m404 152a12 12 0 1 1 12-12 12.013 12.013 0 0 1 -12 12z' fill='%237a432a'/%3E%3Cpath d='m464 120v32h-24v-32a86.3 86.3 0 0 1 -26.62-20.66 83.273 83.273 0 0 1 -5.38-6.89v-20.45a71.662 71.662 0 0 0 -15.72-44.9 96.072 96.072 0 0 1 71.72 92.9z' fill='%23f27900'/%3E%3Cpath d='m440 120h8a24 24 0 0 1 24 24 24 24 0 0 1 -24 24h-8a0 0 0 0 1 0 0v-48a0 0 0 0 1 0 0z' fill='%23feb784'/%3E%3Cpath d='m296 264v144a24.006 24.006 0 0 1 -24 24h-224c-.16 0-.32 0-.47-.01a24 24 0 0 1 -23.53-23.99v-144a24.006 24.006 0 0 1 24-24h224a24.006 24.006 0 0 1 24 24z' fill='%23e0e0de'/%3E%3Cpath d='m296 264v144a24.006 24.006 0 0 1 -24 24h-224c-.16 0-.32 0-.47-.01 68.89-28.67 170.2-86.57 223.02-191.99h1.45a24.006 24.006 0 0 1 24 24z' fill='%23d6d6d4'/%3E%3Cpath d='m128 464h96v32h-96z' fill='%23b0b0ae'/%3E%3Cpath d='m176 496h-80l32-128h64z' fill='%23bfbfbd'/%3E%3Cg fill='%23b0b0ae'%3E%3Cpath d='m48 264h32v16h-32z'/%3E%3Cpath d='m96 264h32v16h-32z'/%3E%3Cpath d='m144 264h32v16h-32z'/%3E%3Cpath d='m192 264h32v16h-32z'/%3E%3Cpath d='m240 264h32v16h-32z'/%3E%3C/g%3E%3C/svg%3E");
}
.selectProfession > div:not(.mb-2) .custom-control:nth-child(2) i {
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1_1_' enable-background='new 0 0 64 64' height='512' viewBox='0 0 64 64' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m46 17h-17v12.19c0 1.781.791 3.469 2.159 4.609l4.703 2.577c.747.41 1.584.624 2.436.624h3.405c.851 0 1.689-.214 2.436-.624l4.703-2.577c1.367-1.14 2.158-2.829 2.158-4.609v-8.19z' fill='%23fce0b9'/%3E%3Cpath d='m51 21v5h1.5c1.381 0 2.5-1.119 2.5-2.5 0-1.036-.63-1.924-1.527-2.304-.299-.126-.628-.196-.973-.196z' fill='%23fce0b9'/%3E%3Cpath d='m46 17h-17v3h17l5 4v-3z' fill='%23fad3ac'/%3E%3Cellipse cx='42.75' cy='24.5' fill='%2391672c' rx='1' ry='1.5'/%3E%3Cpath d='m37.75 34c-2.068 0-3.75-1.682-3.75-3.75h1.5c0 1.241 1.009 2.25 2.25 2.25s2.25-1.009 2.25-2.25h1.5c0 2.068-1.682 3.75-3.75 3.75z' fill='%23c47c66'/%3E%3Ccircle cx='43.25' cy='24.5' fill='%23fff' r='.5'/%3E%3Cpath d='m24 43.354c-2.783 1.127-5 2.412-5 3.646l1 15h40l1-15c0-3.314-16-7-16-7h-10z' fill='%23eaca65'/%3E%3Cpath d='m24 46.354 11-3.354h10s14.12 3.254 15.829 6.395l.171-2.395c0-3.314-16-7-16-7h-10l-11 3.354c-2.783 1.127-5 2.412-5 3.646l.173 2.419c.55-1.05 2.478-2.114 4.827-3.065z' fill='%23cfb259'/%3E%3Cpath d='m44.138 36.376c-.747.41-1.584.624-2.436.624h-3.405c-.851 0-1.689-.214-2.436-.624l-.861-.472v6.096c2.761 2.761 7.239 2.761 10 0v-6.096z' fill='%23fce0b9'/%3E%3Cpath d='m45 35.904-.862.472c-.747.41-1.584.624-2.436.624h-3.405c-.851 0-1.689-.214-2.436-.624l-.861-.472v6.096c.158.158.323.304.491.444l9.509-6.158z' fill='%23fad3ac'/%3E%3Cpath d='m46 12v5l5 4h1.5c.345 0 .674.07.973.196.377-1.267.527-2.806.527-4.196 0-7.732-6.268-14-14-14-3.81 0-7.257 1.53-9.782 4h10.782c2.761 0 5 2.239 5 5z' fill='%231a326e'/%3E%3Cpath d='m46 17v-5c0-2.761-2.239-5-5-5h-14c-2.761 0-5 2.239-5 5s2.239 5 5 5h.438z' fill='%231a326e'/%3E%3Cpath d='m27 15c-2.419 0-4.436-1.718-4.899-4-.066.323-.101.657-.101 1 0 2.761 2.239 5 5 5h.438 18.562v-2h-18.562z' fill='%23172c61'/%3E%3Cpath d='m46 17 4 3.2v-5.605c0-5.115-4.147-9.262-9.262-9.262h-8.463c-.041.027-.078.059-.118.087-.691.471-1.343.997-1.939 1.58h10.782c2.761 0 5 2.239 5 5z' fill='%2313244f'/%3E%3Cpath d='m38 37h-25c-.552 0-1-.448-1-1v-14c0-.552.448-1 1-1h25c.552 0 1 .448 1 1v14c0 .552-.448 1-1 1z' fill='%23606060'/%3E%3Cpath d='m29.379 18.515c-.223-.89-1.023-1.515-1.941-1.515h-.438-4.438c-.918 0-1.718.625-1.94 1.515l-.622 2.485h10z' fill='%23606060'/%3E%3Cpath d='m35.818 54.313-3.335-12.62c-.299-1.045-.007-2.169.761-2.938.488-.488.793-1.131.861-1.818l.603-6.025c.157-1.559-1.068-2.912-2.634-2.912h-.074l-14 1h-.734c-1.203 0-2.134 1.054-1.985 2.248l.586 4.69c.083.664.492 1.242 1.09 1.541l3.206 1.603c1.208.604 2.258 1.481 3.068 2.561 1.162 1.55 1.943 3.352 2.28 5.259l2.489 15.098h23v-6z' fill='%23fce0b9'/%3E%3Cpath d='m25 36c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm0-10c1.657 0 3 1.343 3 3s-1.343 3-3 3-3-1.343-3-3 1.343-3 3-3z' fill='%23606060'/%3E%3Ccircle cx='25' cy='29' fill='%2371caf0' r='3'/%3E%3Ccircle cx='26' cy='29' fill='%23fff' r='1'/%3E%3Cpath d='m16 37c-2.209 0-4-1.791-4-4 1.381 0 1-1.119 1-2.5v-5.5-4h2v-1.265c0-.995-.732-1.839-1.717-1.98l-3.856-.551c-.852-.122-1.687.315-2.072 1.085l-2.144 4.288c-.139.278-.211.585-.211.895v12.457c0 1.326.527 2.598 1.464 3.536l3.071 3.071c.938.937 1.465 2.209 1.465 3.535v15.929h11z' fill='%23fce0b9'/%3E%3Cpath d='m25 20c-4.971 0-9 4.029-9 9 0 .149.015.293.022.44.34-.272.769-.44 1.243-.44h.735c0-3.866 3.134-7 7-7 3.527 0 6.437 2.612 6.921 6.006l.079-.006h.074c.761 0 1.437.323 1.918.83-.092-4.891-4.079-8.83-8.992-8.83z' fill='%23454545'/%3E%3Cpath d='m23 13c0-2.761 2.239-5 5-5h14c1.125 0 2.152.385 2.988 1.012-.913-1.215-2.352-2.012-3.988-2.012h-14c-2.761 0-5 2.239-5 5 0 1.636.797 3.075 2.012 3.988-.627-.836-1.012-1.863-1.012-2.988z' fill='%2321408c'/%3E%3Cpath d='m50 52h2v10h-2z' fill='%23cfb259'/%3E%3Cg fill='%23fad3ac'%3E%3Cpath d='m10 21h3v2h-3z'/%3E%3Cpath d='m10 25h3v2h-3z'/%3E%3Cpath d='m10 29h3v2h-3z'/%3E%3C/g%3E%3C/svg%3E");
}
.selectProfession > div:not(.mb-2) .custom-control:nth-child(3) i {
  background-image: url("data:image/svg+xml,%3Csvg height='512' viewBox='0 0 512 512' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Flat'%3E%3Cpath d='m328 260.5v43.5h-144v-43.5l24-4.5v-72h96v72z' fill='%23fec9a3'/%3E%3Cpath d='m432 319.83v136.17h-352v-136.16a48 48 0 0 1 39.15-47.18l88.85-16.66 48 16 48-16 88.85 16.66a47.956 47.956 0 0 1 39.15 47.17z' fill='%234d5e78'/%3E%3Cpath d='m432 319.83v136.17h-232.87c84.16-39.67 158.8-97.01 210.05-177.04a48 48 0 0 1 22.82 40.87z' fill='%2344546c'/%3E%3Cpath d='m208 256 48 184 48-184.003-48 16.003z' fill='%23b0b0ae'/%3E%3Cpath d='m304 255.997-48 16.003 36.258 29.007z' fill='%23e0e0de'/%3E%3Cpath d='m256 272-48-16 11.741 45.007z' fill='%23e0e0de'/%3E%3Cpath d='m272 378.666v-93.866l-16-12.8-16 12.8v93.867l16 61.333z' fill='%23348fd9'/%3E%3Cpath d='m192 328-8 32 72 80-48-184-32 6-24 58z' fill='%23556a8a'/%3E%3Cpath d='m320 328 8 32-72 80 48-184 32 6 24 58z' fill='%23556a8a'/%3E%3Cpath d='m144 352h16v96h-16z' fill='%23313b4c'/%3E%3Cpath d='m352 352h16v96h-16z' fill='%23313b4c'/%3E%3Cpath d='m384 368h48v72l-40-.003-48.161 6.88-7.839-54.877z' fill='%23fec9a3'/%3E%3Cpath d='m298.818 394.32 9.192 59.761-156.01 33.919h-48a24 24 0 0 1 -24-24v-56z' fill='%23404f66'/%3E%3Cpath d='m343.839 446.877-7.839 1.123-27.99 6.081-9.192-59.761 37.182-2.32z' fill='%23e0e0de'/%3E%3Cpath d='m128 368h-48v72l40-.003 48.161 6.88 7.839-54.877z' fill='%23fec9a3'/%3E%3Cpath d='m230.61 395.41-4.53 63.48-50.08-10.89-7.84-1.12 7.84-54.88z' fill='%23e0e0de'/%3E%3Cpath d='m213.181 394.324-5.181 69.676 152 24h48a24 24 0 0 0 24-24v-56z' fill='%234d5e78'/%3E%3Cpath d='m240 432h16v16h-16z' fill='%23313b4c'/%3E%3Cpath d='m272 432h16v16h-16z' fill='%23313b4c'/%3E%3Cg fill='%23feb784'%3E%3Cpath d='m304 229.567v-45.567h-48-48v45.567a71.687 71.687 0 0 0 96 0z'/%3E%3Cpath d='m328 104v48a24 24 0 0 0 0-48z'/%3E%3Cpath d='m184.405 104h-.4a24 24 0 0 0 -.005 48v-48z'/%3E%3C/g%3E%3Cpath d='m328 96v64a72.01 72.01 0 0 1 -71.56 72h-.44a72.006 72.006 0 0 1 -72-72v-64c0-39.76 32.24-64 72-64h.44c19.71.09 37.54 6.14 50.47 17.09 13.03 11.03 21.09 27.03 21.09 46.91z' fill='%23fec9a3'/%3E%3Cpath d='m328 96v64a72.01 72.01 0 0 1 -71.56 72 83.279 83.279 0 0 0 34.44-67.52v-64.97a83.26 83.26 0 0 0 -34.44-67.51c19.71.09 37.54 6.14 50.47 17.09 13.03 11.03 21.09 27.03 21.09 46.91z' fill='%23fec093'/%3E%3Ccircle cx='220' cy='116' fill='%237a432a' r='12'/%3E%3Ccircle cx='292' cy='116' fill='%237a432a' r='12'/%3E%3Cpath d='m246.891 176h-14.891v-16h14.891c10.953 0 21.554-2.516 29.078-6.906l8.062 13.812c-10.047 5.867-23.231 9.094-37.14 9.094z' fill='%23f7a468'/%3E%3Cpath d='m328 120v-32c0-26.51-17.909-48-40-48l1.408 5.068c7.842 28.232 21.055 53.888 38.592 74.932z' fill='%236e3c24'/%3E%3Cpath d='m184 120v-55.015a25.754 25.754 0 0 1 32-24.985v24s-14.463 34.956-32 56z' fill='%236e3c24'/%3E%3Cpath d='m216 64h112a40 40 0 0 0 -40-40h-33.373a54.626 54.626 0 0 0 -38.627 16z' fill='%237a432a'/%3E%3Cpath d='m261.584 24-31.04 40h20.26l31.04-40z' fill='%236e3c24'/%3E%3Cpath d='m317.826 37.584a39.9 39.9 0 0 0 -12.926-9.721l-36.777 36.137h22.824z' fill='%236e3c24'/%3E%3C/g%3E%3C/svg%3E");
}
.selectProfession > div:not(.mb-2) .custom-control:nth-child(4) i {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cpath style='fill:%236C7D87;' d='M394.685,484.734c-0.361-1.811-22.352-112.29-22.594-113.425c-2.641-12.788-9.797-22.584-20.3-28.895 c-6.296-3.798-9.871-4.403-13.954-5.658c2.87,1.003-52.627-18.393-74.99-26.209c-4.426-1.518-7.399-5.68-7.399-10.359v-22.963 c-28.723,14.362-58.843,13.455-85.578,0.408v22.555c0,4.679-2.973,8.842-7.399,10.359c-3.152,1.081,11.418-3.915-30.827,10.57 h-0.029c0.001,0.003,0.003,0.006,0.003,0.006l-0.003,0.005l-44.103,15.628c-2.036,0.601-6.058,1.788-5.802,1.712 c-10.492,3.913-19.59,11.344-24.688,21.735c-3.529,7.158-2.482,4.644-19.607,90.609c-6.341,32.836-7.741,35.228-6.948,42.564 c2.207,20.506,23.299,18.366,23.87,18.615c40.442,0,162.31,0,158.472,0c0.425,0,18.651,0,17.518,0c28.162,0,127.999,0,140.68,0 C371.233,511.915,398.822,514.015,394.685,484.734z'/%3E%3Cpath style='fill:%23566A75;' d='M56.42,484.734l22.593-123.729c-0.313,1.503,1.677-16.55,18.661-27.851 c-18.968,6.721-13.089,4.032-18.92,6.531c-11.007,4.971-19.543,13.417-23.752,25.319c-1.684,4.78-0.592,0.578-17.586,85.807 c-6.341,32.836-7.74,35.231-6.948,42.564c2.207,20.506,23.299,18.366,23.87,18.615c2.514,0,22.655,0,25.758,0 C61.922,511.991,54.069,501.363,56.42,484.734z'/%3E%3Cpath style='fill:%23DD9A5E;' d='M100.955,511.991c-14.707,0-31.647,0-46.618,0c-0.597-0.261-24.638,2.154-24.037-22.908 c0.131-5.344,0.8-5.569,7.115-38.272l0.365-1.833h63.175V511.991z'/%3E%3Cpath style='fill:%23D18C54;' d='M62.949,448.979H37.781l-0.365,1.832c-6.338,32.817-6.984,32.92-7.115,38.272 c-0.599,24.979,23.563,22.701,24.037,22.908c2.514,0,22.655,0,25.758,0c-16.739,0-24.375-8.806-24.037-22.908 C56.099,487.446,56.709,484.023,62.949,448.979z'/%3E%3Cpath style='fill:%23DD9A5E;' d='M169.87,273.671c0,64.056,0-7.297,0.001,43.155h0.027v1.542c0,10.249,6.546,19.359,16.264,22.613 c15.596,5.222,35.62,5.817,52.993,0c9.719-3.254,16.264-12.363,16.264-22.613v-1.542h0.027c0-10.039,0.001-37.785,0.001-43.155 C227.722,288.454,196.459,287.849,169.87,273.671z'/%3E%3Cpath style='fill:%23D18C54;' d='M195.662,325.39h-0.033c-0.002-53.629-0.001-35.76-0.002-39.505 c-8.89-1.782-17.559-4.842-25.758-9.214c0,64.056,0-10.297,0.001,40.155h0.027v1.542c0,10.249,6.546,19.359,16.264,22.613 c4.806,1.609,9.881,2.772,15.15,3.444C194.761,335.531,195.762,326.071,195.662,325.39z'/%3E%3Cpath style='fill:%23566A75;' d='M100.955,423.702c-4.268,0-7.728,3.459-7.728,7.728v80.561c5.36,0,9.702,0,15.455,0V431.43 C108.683,427.161,105.223,423.702,100.955,423.702z'/%3E%3Cpath style='fill:%23C6C6C6;' d='M462.833,511.991H212.658c-10.438,0-18.9-8.462-18.9-18.9l0,0c0-5.982,4.85-10.832,10.832-10.832 h266.311c5.982,0,10.832,4.85,10.832,10.832l0,0C481.733,503.529,473.271,511.991,462.833,511.991z'/%3E%3Cpath style='fill:%23B7B7B7;' d='M242.44,493.091L242.44,493.091c0-5.982,4.85-10.832,10.832-10.832H204.59 c-5.982,0-10.832,4.85-10.832,10.832v0.001c0,10.438,8.462,18.9,18.9,18.9h48.681C250.901,511.991,242.44,503.529,242.44,493.091z' /%3E%3Cpath style='fill:%23EDEDED;' d='M446.446,316.826H229.045c-6.8,0-12.364,5.564-12.364,12.364v140.705 c0,6.8,5.564,12.364,12.364,12.364h217.401c6.8,0,12.364-5.564,12.364-12.364V329.19C458.81,322.39,453.246,316.826,446.446,316.826 z'/%3E%3Cg%3E%3Cpath style='fill:%23DADADA;' d='M242.44,469.895V329.19c0-6.8,5.564-12.364,12.364-12.364h-25.758 c-6.8,0-12.364,5.564-12.364,12.364v140.705c0,6.8,5.564,12.364,12.364,12.364h25.758 C248.004,482.259,242.44,476.695,242.44,469.895z'/%3E%3Ccircle style='fill:%23DADADA;' cx='337.75' cy='399.54' r='17.859'/%3E%3C/g%3E%3Cpath style='fill:%23C6C6C6;' d='M337.754,381.698c-13.617-0.022-22.389,14.799-15.475,26.774c6.917,11.98,24.136,11.784,30.925-0.014 C339.467,408.439,330.89,393.625,337.754,381.698z'/%3E%3Cpath style='fill:%234C4846;' d='M210.329,0.122C143.77,0.376,87.577,54.712,87.577,123.744v46.85h247.279c0-44.397,0-30.37,0-70.089 c0-47.873-29.453-58.901-29.453-58.901C268.775-3.559,210.378,0.121,210.378,0.121'/%3E%3Cpath style='fill:%233D3938;' d='M227.032,0.86c-75.434-8.587-136.82,48.348-139.35,118.012c-0.195,5.009-0.064,3.135-0.105,51.722 h29.453v-46.85C117.03,59.792,165.44,7.62,227.032,0.86z'/%3E%3Cg%3E%3Cpath style='fill:%23DD9A5E;' d='M118.03,155.882c-15.508-5.526-32.343,4.751-32.343,19.745c0,14.99,16.833,25.272,32.343,19.745 V155.882z'/%3E%3Cpath style='fill:%23DD9A5E;' d='M304.403,155.882c15.508-5.526,32.343,4.751,32.343,19.745c0,14.99-16.833,25.272-32.343,19.745 V155.882z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='fill:%23D18C54;' d='M87.952,166.548c-9.059,17.197,10.014,35.974,30.078,28.825v-18.159 C106.329,181.382,93.246,176.6,87.952,166.548z'/%3E%3Cpath style='fill:%23D18C54;' d='M304.403,177.214v18.159c20.063,7.149,39.136-11.627,30.078-28.825 C330.693,173.742,316.108,181.384,304.403,177.214z'/%3E%3C/g%3E%3Cpath style='fill:%23EDAE6B;' d='M301.153,116.757c2.402,0.232,4.25,2.225,4.25,4.638c0,79.299,0.052,73.312-0.133,76.999 c-1.222,24.119-11.537,46.265-28.314,62.634c-58.791,57.322-156.895,16.67-159.846-63.736c-0.138-3.545-0.08-44.617-0.08-44.501 c0-18.467,16.389-32.557,34.667-29.918c28.787,4.155,70.806,2.541,107.47-28.799c3.767-3.22,9.485-2.18,11.891,2.153 C275.601,104.408,284.634,115.163,301.153,116.757z'/%3E%3Cpath style='fill:%23DD9A5E;' d='M142.881,197.292c-0.118-3.04-0.093-58.677-0.083-74.394c-14.377,2.157-25.767,14.5-25.767,29.893 c0-0.116-0.058,40.956,0.08,44.501c2.175,59.284,56.078,96.947,107.812,89.673C182.445,281.092,144.694,246.704,142.881,197.292z'/%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
}

.custom-control-grid > div:not(.mb-2) {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 0.5rem;
}
.custom-control-grid > div:not(.mb-2) .custom-control {
  padding: 0;
  margin: 0;
  position: relative;
}
.custom-control-grid > div:not(.mb-2) .custom-control:hover i {
  box-shadow: 0 0 0 2px var(--bs-gray);
}
.custom-control-grid > div:not(.mb-2) .custom-control-input {
  position: absolute;
  left: 0px;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-grid > div:not(.mb-2) .custom-control-input ~ i {
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 10rem;
  border: 2px solid transparent;
  background-color: var(--bs-light);
  position: absolute;
  left: 50%;
  top: 1rem;
  transform: translate(-50%, 0);
  z-index: 0;
}
.custom-control-grid > div:not(.mb-2) .custom-control-input:checked ~ i {
  border-color: var(--bs-white);
  background-color: var(--bs-light);
  z-index: 1;
  box-shadow: 0 0 0 2px var(--bs-info);
}
.custom-control-grid > div:not(.mb-2) .custom-control-input:checked ~ .custom-control-label {
  z-index: 0;
}
.custom-control-grid > div:not(.mb-2) .custom-control-label {
  padding: 8rem 0.5rem 0.5rem 0.5rem;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 0.875rem;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.custom-control-grid > div:not(.mb-2) .custom-control-label:after, .custom-control-grid > div:not(.mb-2) .custom-control-label:before {
  display: none;
}

.custom-control-stacked > div:not(.mb-2) {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.custom-control-stacked > div:not(.mb-2) .custom-control {
  padding: 0;
  margin: 0;
  position: relative;
}
.custom-control-stacked > div:not(.mb-2) .custom-control-input {
  position: absolute;
  left: 0px;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-stacked > div:not(.mb-2) .custom-control-input ~ i {
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 10rem;
  border: 2px solid #E5E7EB;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translate(0, -50%);
  pointer-events: none;
}
.custom-control-stacked > div:not(.mb-2) .custom-control-input:checked ~ i {
  border-color: var(--bs-info);
  border-width: 4px;
  background: var(--bs-white);
  z-index: 1;
}
.custom-control-stacked > div:not(.mb-2) .custom-control-input:checked ~ .custom-control-label {
  background: #EDFEFF;
  border-color: var(--bs-info);
  z-index: 0;
}
.custom-control-stacked > div:not(.mb-2) .custom-control-label {
  padding: 0.75rem 1rem;
  width: 100%;
  display: block;
  border-radius: 0.25rem;
  border: 2px solid #E5E7EB;
}
.custom-control-stacked > div:not(.mb-2) .custom-control-label:after, .custom-control-stacked > div:not(.mb-2) .custom-control-label:before {
  display: none;
}

.community-lists .card {
  text-decoration: none;
}
.community-lists .card:hover {
  background: var(--bs-primary);
  color: var(--bs-white);
}

.payment-lists .card {
  text-decoration: none;
  color: var(--bs-white);
}
.payment-lists .card p {
  opacity: 0.5;
}
.payment-lists .card-title {
  margin-bottom: 0.25rem;
  font-family: var(--bs-font-sans-serif);
}
.payment-lists .card-body {
  padding: 2rem;
}
.payment-lists .card-actions {
  right: 0.5rem;
  top: 0.5rem;
}
.payment-lists .card-actions .btn {
  color: rgba(255, 255, 255, 0.5);
}
.payment-lists .card-actions.show .btn {
  background: var(--bs-primary);
  color: var(--bs-white);
}
.payment-lists .bg-blue {
  background: #007CD7;
}
.payment-lists .bg-yellow {
  background: #D7C255;
}
.payment-lists .bg-dark {
  background: #202224;
}
.payment-lists .bg-green {
  background: #53BC90;
}
.payment-lists .bg-gray {
  background: #8C8C8C;
}
.payment-lists .bg-brown {
  background: #CC6D4F;
}

.member-bundle-items .card {
  text-align: center;
  color: #131C26;
  text-decoration: none;
}

.bundle-balance {
  width: 180px;
  height: 180px;
}
.bundle-balance img {
  z-index: 0;
}

.bundle-balance-text {
  position: relative;
  z-index: 1;
}

.community-member-list .figure {
  width: 7rem;
  height: 7rem;
}
.community-member-list .figure img {
  width: inherit;
  height: inherit;
  object-fit: cover;
  object-position: center;
}
.community-member-list .card:hover {
  background: var(--bs-light);
}

.membershipBundle > div:not(.mb-2) .custom-control {
  padding-left: 1.5rem;
}

.optionalMem > div:not(.mb-2) label:empty {
  display: none;
}

:root {
  --desktop-content--x-padding: 5.715%;
  --desktop-content--width: calc(100vw - var(--desktop-content--x-padding)* 2);
  --desktop-main-template-columns: [full-width-start] var(--desktop-content--x-padding)
      [content-start] var(--desktop-content--width)
      [content-end] var(--desktop-content--x-padding)
      [full-width-end];
  --dropdown-body-max-height: 80vh;
  --desktop-drawer__left-container-width: min(806px, var(--desktop-content--width)* 0.6);
  --content-side-padding: ((100vw - var(--desktop-content--width)) / 2);
}

.navbar-grid {
  display: grid;
  grid-template-columns: var(--desktop-main-template-columns) !important;
  z-index: auto;
}

.drawdown {
  grid-template-columns: var(--desktop-main-template-columns);
  grid-template-rows: 1fr;
  position: absolute;
  transition: transform 0.3s ease-in, bottom 0.3s ease-in, opacity 0.3s ease-out, height 0.15s;
  transform: translateY(-100%);
  display: grid;
  opacity: 0;
  background-color: #fff;
}
.drawdown__container {
  grid-column: full-width;
  position: relative;
  display: grid;
  grid-template-columns: var(--desktop-main-template-columns);
  overflow-y: auto;
  overflow-x: hidden;
}
.drawdown__footer {
  display: grid;
  grid-column: full-width;
  font-size: 0.6rem;
  height: 45px;
  grid-template-columns: 1fr;
}
.drawdown__body {
  grid-column: content;
}
.drawdown__container__left {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-right: 8px;
  padding-right: 8px;
}
.drawdown__container__right--bg {
  position: absolute;
  height: 100%;
  width: 35%;
  top: 0;
  background-color: #D1D5DB;
  border-left: 1px solid rgba(0, 0, 0, 0.0784313725);
  z-index: -1;
}
.drawdown--sectionname {
  position: relative;
}
.drawdown--sectionname::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(20, 19, 19, 0.1098039216);
}
.drawdown__items {
  display: flex;
  flex-direction: column;
}
.drawdown__items__lists {
  display: flex;
}
.drawdown__items__lists--twoSection {
  display: grid;
  grid-column: span;
  grid-template-columns: 1fr;
  gap: 8px;
}
.drawdown__items__lists--links {
  font-size: 0.8rem;
  font-weight: 400;
  margin-top: 18px;
  line-height: 1rem;
}
.drawdown__items__lists--links--title {
  position: relative;
  font-weight: 600;
  font-size: 0.8rem;
}

.mob-drawdown {
  display: flex;
  flex-direction: column;
}

@keyframes nav_drawer {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.menu-btn {
  padding: 13px 20px;
  border-radius: 0;
  background-color: transparent;
  border: none;
}

@media (min-width: 1120px) {
  .drawdown {
    grid-template-columns: var(--desktop-main-template-columns);
    grid-template-rows: 1fr;
    width: 100%;
    position: absolute;
    transition: transform 0.3s ease-in, bottom 0.3s ease-in, opacity 0.3s ease-out, height 0.15s;
    transform: translateY(-100%);
    display: grid;
    opacity: 0;
    max-height: calc((100vh - 50px) * 0.9);
  }
  .drawdown li {
    list-style-type: none;
  }
  .drawdown li a {
    text-decoration: none;
    color: #111827;
  }
  .drawdown li a:hover {
    color: #938BA1;
  }
  .drawdown.drawdown--open {
    height: auto;
    opacity: 1;
    transform: translateY(0);
    z-index: 4;
    animation: nav_drawer 0.5s linear 1 forwards;
  }
  .drawdown__container {
    grid-column: full-width;
    position: relative;
    display: grid;
    grid-template-columns: var(--desktop-main-template-columns);
    overflow-y: auto;
    overflow-x: hidden;
  }
  .drawdown__container__inner {
    grid-column: content;
  }
  .drawdown__body {
    display: none;
    position: relative;
    padding-bottom: 16px;
    grid-template-columns: var(--desktop-drawer__left-container-width) 1fr;
    z-index: var(--z-index-front-content);
    transition: transform 0.3s ease-in, bottom 0.3s ease-in, opacity 0.3s ease-out, height 0.15s;
    pointer-events: none;
  }
  .drawdown__body.drawdown--open {
    display: grid;
    animation: nav_drawer 0.5s linear 1 forwards;
    pointer-events: all;
  }
  .drawdown__container__left {
    display: grid;
    width: 100%;
    grid-template-columns: 200px 1fr 1fr;
    gap: 2rem;
    margin-right: 1rem;
  }
  .drawdown__container__right {
    padding-left: 1rem;
    position: relative;
  }
  .drawdown__container__right--bg {
    position: absolute;
    height: 100%;
    width: calc(var(--desktop-content--width) - var(--desktop-drawer__left-container-width) + var(--content-side-padding));
    right: 0;
    background-color: #F3F4F6;
    border-left: 1px solid rgba(0, 0, 0, 0.0784313725);
    z-index: -1;
  }
  .drawdown--sectionname {
    font-size: 0.875rem;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
  }
  .drawdown--sectionname::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background-color: rgba(20, 19, 19, 0.1098039216);
  }
  .drawdown__items {
    display: flex;
    flex-direction: column;
  }
  .drawdown__items--span--grid {
    grid-column: span 2;
  }
  .drawdown__items__lists {
    display: flex;
  }
  .drawdown__items__lists--twoSection {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .drawdown__items__lists--links {
    font-size: 0.8rem;
    font-weight: 500;
    margin-top: 18px;
    /* color: $gray-300;*/
  }
  .drawdown__items__lists--links--title {
    position: relative;
    font-weight: 600;
    font-size: 0.785rem;
  }
  .drawdown__items--card {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .drawdown__items--card--title {
    display: flex;
    flex-wrap: nowrap;
    font-weight: 500;
    font-size: 0.785rem;
  }
  .drawdown__items--card--summary {
    font-weight: 400;
    font-size: 0.785rem;
    margin-bottom: 14px;
  }
  .drawdown__items--img--card {
    display: grid;
    width: 100%;
    height: 145px;
    grid-template-columns: 165px 1fr;
    padding: 8px;
    background-color: white;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    border: 1px solid #e5e7eb;
  }
  .drawdown__items--img--card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 8px 0 rgba(36, 50, 66, 0.08);
  }
  .drawdown__items--img--card--img {
    width: 100%;
    height: 100%;
    align-self: center;
    object-fit: cover;
  }
  .drawdown__items--img--card--right {
    /*display: grid;
    grid-template-rows: 20px 1fr 20px;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 8px 8px 8px 0;
  }
  .drawdown__items--img--card--right--category {
    font-size: 0.75rem;
    font-weight: 500;
    color: gray;
    text-transform: uppercase;
  }
  .drawdown__items--img--card--right--label {
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.5;
  }
  .drawdown__items--img--card--right--cta {
    display: flex;
    font-size: 0.75rem;
    font-weight: 500;
    justify-content: space-between;
  }
  .drawdown__footer {
    background-color: #E5E7EB;
    grid-column: full-width;
    grid-template-columns: var(--desktop-main-template-columns);
  }
  .drawdown__footer__content {
    grid-column: content;
    display: flex;
    align-items: center;
    font-size: 0.785rem;
  }
}
@media (min-width: 990px) {
  .mob-drawdown {
    display: none;
  }
}
.drawdown-btn {
  position: relative;
  display: flex;
  background-color: transparent;
  color: #fff;
  border: none;
  font-weight: 500;
}
.drawdown-btn .svg {
  transition: transform 0.3s ease-in-out, fill 0.3s ease-in-out;
}

.nav-link a {
  text-decoration: none;
  color: #fff;
}

.navlink--icon {
  position: absolute;
  top: 0;
  transform: none;
  left: 0;
  font-size: 1rem;
}

@media (min-width: 1120px) and (min-width: 1680px) {
  :root {
    --desktop-content--x-padding: calc((100vw - 1432px) / 2);
    --content-side-padding: ((100vw - var(--desktop-content--width)) / 2);
  }
  .drawdown__container__right--bg {
    width: calc(var(--desktop-content--width) - var(--desktop-drawer__left-container-width) + var(--content-side-padding));
  }
}
@media (min-width: 990px) {
  .mob-drawdown {
    display: none;
  }
}
.mob {
  display: none;
}

@media (max-width: 1200px) {
  .mob {
    --mobile-drawer__body--x-pading: 24px;
    --mobile-drawer__dropdown--height: 52px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .mob li {
    list-style-type: none;
  }
  .mob li a {
    text-decoration: none;
    color: #111827;
  }
  .mob li a:hover {
    color: #938BA1;
  }
  .mob__dropdown__content {
    display: none;
    position: absolute;
    transform: translateY(100%);
  }
  .mob__menu {
    transition: transform 0.15s ease-in, opacity 0.15s ease-out;
  }
  .mob__menu__dropdown__section {
    padding: 1rem 5.715%;
  }
  .mob__menu__dropdown__section--featured {
    background-color: #F3F4F6;
    padding: 1rem 5.715%;
  }
  .mob__menu__body {
    height: 100%;
    /*overflow: scroll;*/
    max-height: calc(100% - 42px);
  }
  .mob__menu__body ul {
    padding-left: 0;
  }
  .mob__menu__body__items {
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .mob__menu__footer {
    font-size: 0.75rem;
    font-weight: 600;
    bottom: 0;
    position: absolute;
    width: 100%;
  }
  .mob__menu__footer ul {
    background-color: #e0e6e8;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }
  .mob__menu__button {
    display: flex;
    width: 100%;
    align-items: center;
    height: 45px;
    border: 1px solid #e0e6e8;
    font-weight: 600;
    padding: 0 var(--desktop-content--x-padding);
  }
  .mob__drawdown--sectionname {
    font-size: 0.8rem;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
  }
  .mob__drawdown--sectionname::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background-color: rgba(20, 19, 19, 0.1098039216);
  }
  .mob__drawdown__items__lists {
    font-size: 0.8rem;
  }
  .mob__drawdown__items--card--title {
    font-size: 0.8rem;
  }
  .mob__drawdown__items--card--summary {
    font-size: 0.75rem;
  }
  .mob__drawdown__items--img--card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid #e5e7eb;
    background-color: #fff;
    padding: 8px;
  }
  .mob__drawdown__items--img--card--img {
    height: 100%;
    object-fit: cover;
    padding: 8px;
    border-radius: 4px;
    max-width: 100%;
  }
  .mob__drawdown__items--img--card--right {
    /* display: grid;
    grid-template-rows: 20px 1fr 20px;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 8px;
  }
  .mob__drawdown__items--img--card--right--category {
    font-size: 0.75rem;
    color: gray;
    font-weight: 500;
  }
  .mob__drawdown__items--img--card--right--label {
    font-size: 0.8rem;
    font-weight: 600;
  }
  .mob__drawdown__items--img--card--right--cta {
    font-size: 0.75rem;
    font-weight: 500;
  }
  .mob__dropdown__section--open {
    display: grid;
    opacity: 1;
    position: relative;
    transform: translateY(0%);
  }
  /*.mob.show {
      opacity: 1 !important;
      transition: transform 0.3s ease-in, bottom 0.3s ease-in, opacity 0.3s ease-out, height 0.15s;
  }*/
}
.mob__menu__buttons {
  display: flex;
}

@media (max-width: 580px) {
  .nav_button_tab {
    display: none;
  }
  /*.mob__menu__buttons {
      display: flex
  }*/
}
.drawdown-btn--open {
  transition: 300ms ease-in-out;
}
.drawdown-btn--open .svg {
  transform: rotate(180deg);
}
.drawdown-btn--open::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background-color: white;
}

line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.authentication .site-brand {
  margin-bottom: 3rem;
  display: inline-block;
}
.authentication__title {
  font-size: 1rem;
  font-weight: bold;
}
.authentication__wrapper {
  display: flex;
  flex-direction: row;
}
@media (min-width: 992px) {
  .authentication__wrapper {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.authentication__header {
  text-align: center;
  padding-bottom: 1rem;
}
.authentication__footer {
  text-align: center;
}
.authentication__image-container {
  left: -500%;
  transition: all 250ms linear;
}
@media (min-width: 992px) {
  .authentication__image-container {
    width: 41%;
    left: 0;
  }
}
.authentication .content-holder {
  position: fixed;
  top: 0;
  left: -500%;
  height: 100%;
  transition: all 250ms linear;
  color: #fff;
  padding: 3.5rem 2rem;
}
@media (min-width: 992px) {
  .authentication .content-holder {
    width: 41%;
    left: 0;
    padding: 7rem 4rem;
  }
}
.authentication .content-holder h1, .authentication .content-holder .h1 {
  margin-bottom: 1.5rem;
  font-weight: 300;
  font-size: calc(1.4125rem + 1.95vw);
}
@media (min-width: 1200px) {
  .authentication .content-holder h1, .authentication .content-holder .h1 {
    font-size: 2.875rem;
  }
}
@media (min-width: 992px) {
  .authentication .content-holder p {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .authentication .content-holder p {
    font-size: 18px;
  }
}
.authentication .image-holder {
  background: linear-gradient(36deg, black 0%, #C61A4E 100%);
  position: fixed;
  top: 0;
  left: -500%;
  height: 100%;
  transition: all 250ms linear;
  z-index: -1;
}
@media (min-width: 992px) {
  .authentication .image-holder {
    width: 41%;
    left: 0;
  }
}
.authentication .image-holder:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../scss/img/authentication-bg.png) no-repeat;
  background-position: center bottom;
  background-size: cover;
  opacity: 0.5;
}
.authentication .image-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
}
.authentication__form {
  flex-grow: 1;
  margin-right: auto;
  margin-left: auto;
  padding-top: 4rem;
  padding-bottom: 2rem;
}
@media (min-width: 992px) {
  .authentication__form {
    width: 59%;
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (min-width: 992px) {
  .authentication__form-container {
    max-width: 460px;
    margin-right: auto;
    margin-left: auto;
  }
}
.authentication .btn {
  height: 3.14rem;
  font-weight: bold;
  line-height: 2;
}

.signup-callout {
  margin-top: 3rem;
}

.btn-link--home {
  position: absolute;
  top: 2rem;
  right: 2rem;
  font-size: 1.71rem;
}
.btn-link--home a {
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.btn-link--home span {
  display: none;
}

.authentication--forgot-password .authentication__form, .authentication--reset-password .authentication__form {
  width: 100%;
}
@media (min-width: 768px) {
  .authentication--forgot-password .authentication__form, .authentication--reset-password .authentication__form {
    max-width: 460px;
  }
}

.login-helper .btn {
  display: block;
  border: 2px solid #E5E7EB;
  position: relative;
}
.login-helper .btn + .btn {
  margin-top: 0.5rem;
}
.login-helper .btn.btn-fb {
  background: #3B5998;
  border-color: #3B5998;
  color: #fff;
}
.login-helper .btn.btn-li {
  background: #0A66C2;
  border-color: #0A66C2;
  color: #fff;
}
.login-helper .btn svg {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translate(0, -50%);
}
.login-helper .divider {
  position: relative;
  margin: 1.5rem 0;
  text-align: center;
}
.login-helper .divider:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  height: 1px;
  background: #000;
  opacity: 0.1;
  z-index: 0;
}
.login-helper .divider span {
  background: var(--bs-white);
  display: inline-block;
  padding: 0.35rem 0.75rem;
  position: relative;
  z-index: 1;
  color: #6B7280;
}

.media-library .card {
  position: relative;
}
.media-library .card:hover .actions-holder {
  opacity: 1;
}
.media-library .card-title {
  margin-bottom: 0;
  padding: 1rem !important;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.media-library .figure {
  margin-bottom: 0;
  padding-bottom: 68%;
  overflow: hidden;
  position: relative;
  background: var(--bs-light);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.media-library .figure img {
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.media-library .actions-holder {
  opacity: 0;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  z-index: 1000;
}
.media-library .dropdown-menu {
  width: 20em;
}
.media-library .dropdown-divider {
  margin-left: 1rem;
  margin-right: 1rem;
}
.media-library .dropdown-item {
  padding: 0.75rem 2rem;
}

.media-modal .modal-body {
  padding: 0 !important;
}

.media-nav {
  background: var(--bs-light);
}
.media-nav.nav-tabs {
  border: 0;
}
.media-nav.nav-tabs .nav-link {
  border: 0;
  justify-content: center;
  border-bottom: 2px solid transparent;
  opacity: 0.75;
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
  border-radius: 0;
}
.media-nav.nav-tabs .nav-link:hover {
  opacity: 1;
}
.media-nav.nav-tabs .nav-link.active {
  border-bottom-color: var(--bs-primary);
  opacity: 1;
}

.file-uploader {
  padding: 1.5rem;
}
.file-uploader-area {
  padding: 6rem 2rem;
  border: 1px dashed #ccc;
  border-radius: 0.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.file-uploader-text {
  margin-bottom: 0.5rem;
}
.file-uploader-text-or {
  margin-bottom: 0.8rem;
}

.ui-drag-icon {
  margin-right: 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-radius: 0.25rem;
  cursor: move;
}
.ui-drag-icon:hover {
  background: var(--bs-light);
}

.accordion .drag-over {
  background: var(--bs-light);
}
.accordion .drag-over .space {
  background: #daf0f6;
  height: 1rem;
}
.accordion .accordion-header {
  position: relative;
}
.accordion .accordion-button {
  padding: 1rem;
}
.accordion .ui-drag-icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 1rem;
  opacity: 0.8;
  z-index: 1000;
}
.accordion.ui-sortable {
  display: flex;
  flex-direction: column;
  grid-gap: 0.25rem;
  padding: 1rem;
}
.accordion.ui-sortable .accordion-button {
  border: 1px solid #D1D5DB !important;
  background: var(--bs-white);
}
.accordion.ui-sortable .accordion-body {
  border: 1px solid #D1D5DB;
}
.accordion.ui-sortable .ui-sortable {
  margin-top: 0.25rem;
  margin-left: 1.5rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  list-style: none;
}
.accordion.ui-sortable .ui-sortable .accordion-button {
  background: var(--bs-light);
}

.ui-sortable {
  margin-bottom: 0;
}
.ui-sortable.empty {
  background: var(--bs-light);
  min-height: 100px;
  line-height: 100px;
}

.ui-draggable-dragging {
  z-index: 1000;
  background: var(--bs-light);
  width: 16rem !important;
  border-radius: 0.25rem;
  border: 1px solid rgba(0, 0, 0, 0.125);
  opacity: 0.8 !important;
  max-height: 40px !important;
}

.ui-state-highlight {
  background: #daf0f6;
  display: block;
}

.nav-link.ui-draggable-dragging {
  background: var(--bs-light);
  min-width: 275px;
  border: 1px solid #D1D5DB;
  border-radius: 0.25rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.nav-item--editable {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-item--editable .nav-actions {
  opacity: 0;
  position: absolute;
  right: 0;
  display: flex;
}
.nav-item--editable .nav-actions > div {
  cursor: pointer;
}
.nav-item--editable .nav-actions > div + div {
  margin-left: 0.5rem;
}
.nav-item--editable:hover .nav-actions {
  opacity: 1;
}

.c-nav .nav-item .nav-link:hover {
  background: var(--bs-light);
}
.c-nav .nav-item .nav-link:hover .drag-icon {
  opacity: 0.8;
}
.c-nav .nav-item .nav-item .nav-link {
  padding-left: 3rem;
}
.c-nav .nav-link {
  cursor: move;
}
.c-nav .nav-link[aria-expanded=true] {
  background: var(--bs-light);
}
.c-nav .nav-link[aria-expanded=true] .nav-icon--prefix i {
  transform: rotateX(180deg);
}
.c-nav .nav-icon--prefix {
  cursor: pointer;
}
.c-nav .drag-icon {
  opacity: 0.25;
}
