/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./globals/shared/bootstrap/bootstrap.scss?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/***** Popover *****/
/***** Popover *****/
/***** sizing and spacing *****/
/***** other *****/
/***** Floating Labels ******/
/***** Table ******/
:root {
  --bs-blue: #005ac4;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #b16868;
  --bs-orange: #fd7e14;
  --bs-yellow: #e0cd53;
  --bs-green: #098b59;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #4c4c4c;
  --bs-gray-dark: #333333;
  --bs-gray-100: #fafafa;
  --bs-gray-200: #cccccc;
  --bs-gray-300: #cccccc;
  --bs-gray-400: #cccccc;
  --bs-gray-500: #4c4c4c;
  --bs-gray-600: #4c4c4c;
  --bs-gray-700: #333333;
  --bs-gray-800: #333333;
  --bs-gray-900: #333333;
  --bs-primary: #095a5a;
  --bs-secondary: #458383;
  --bs-success: #008800;
  --bs-info: #0dcaf0;
  --bs-warning: #e4b000;
  --bs-danger: #c80045;
  --bs-light: #e0ebeb;
  --bs-dark: #333333;
  --bs-primary-rgb: 9, 90, 90;
  --bs-secondary-rgb: 69, 131, 131;
  --bs-success-rgb: 0, 136, 0;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 228, 176, 0;
  --bs-danger-rgb: 200, 0, 69;
  --bs-light-rgb: 224, 235, 235;
  --bs-dark-rgb: 51, 51, 51;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 25, 25, 25;
  --bs-body-bg-rgb: 250, 250, 250;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1.08333rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #191919;
  --bs-body-bg: #fafafa;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #cccccc;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 3px;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: var(--eva-link-color, #191919);
  --bs-link-hover-color: var(--eva-link-hover-color, #095a5a);
  --bs-code-color: #d63384;
  --bs-highlight-bg: #f9f5dd;
}

:root {
  --eva-floating-label-bg: var(--eva-topmenu-bg, #fff);
  --eva-floating-label-color: var(--bs-body-color, #191919);
  --eva-dropdown-bg: var(--bs-body-bg, #fafafa);
  --eva-dropdown-color: var(--bs-body-color, #191919);
  --bs-btn-active-border-color: transparent;
  --bs-popover-bg: var(--bs-light, #e0ebeb);
}

/***** customized *****/
.table {
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: inherit;
  --bs-table-border-color: var(--eva-table-border-color, #cccccc);
  --bs-table-accent-bg: inherit;
  --bs-table-striped-color: inherit;
  --bs-table-striped-bg: inherit;
  --bs-table-active-color: inherit;
  --bs-table-active-bg: inherit;
  --bs-table-hover-color: inherit;
  --bs-table-hover-bg: #e0ebeb;
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 0;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: 0 solid currentcolor;
}

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

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

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

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

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

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --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-color: #000;
  --bs-table-bg: #cedede;
  --bs-table-border-color: #b9c8c8;
  --bs-table-striped-bg: #c4d3d3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #b9c8c8;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfcdcd;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #dae6e6;
  --bs-table-border-color: #c4cfcf;
  --bs-table-striped-bg: #cfdbdb;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c4cfcf;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #cad5d5;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #cce7cc;
  --bs-table-border-color: #b8d0b8;
  --bs-table-striped-bg: #c2dbc2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #b8d0b8;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bdd6bd;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #badce3;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #faefcc;
  --bs-table-border-color: #e1d7b8;
  --bs-table-striped-bg: #eee3c2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e1d7b8;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e7ddbd;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f4ccda;
  --bs-table-border-color: #dcb8c4;
  --bs-table-striped-bg: #e8c2cf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dcb8c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e2bdca;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #e0ebeb;
  --bs-table-border-color: #cad4d4;
  --bs-table-striped-bg: #d5dfdf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cad4d4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #cfd9d9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #333333;
  --bs-table-border-color: #474747;
  --bs-table-striped-bg: #3d3d3d;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #474747;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #424242;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

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

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.table {
  color: var(--eva-table-row-color);
}
.table > thead {
  background-color: var(--eva-table-header-bg);
}
.table > tr:nth-child(2n),
.table > tbody > tr:nth-child(2n) {
  background-color: var(--eva-table-row-bg-odd);
}
.table > tr:not(:nth-child(2n)),
.table > tbody > tr:not(:nth-child(2n)) {
  background-color: var(--eva-table-row-bg-even);
}
.table > tr > th,
.table > thead > tr > th {
  font-weight: 400;
}
.table > tr > th,
.table > * > tr > th {
  color: var(--eva-table-header-color, #191919);
}

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

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

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

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

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

h1, .h1 {
  font-size: calc(1.29rem + 0.48vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 1.65rem;
  }
}

h2, .h2 {
  font-size: calc(1.265rem + 0.18vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 1.4rem;
  }
}

h3, .h3 {
  font-size: 1.2rem;
}

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #898989;
  text-align: left;
}

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

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

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

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

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

textarea {
  resize: vertical;
}

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

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

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

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

[type=search] {
  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-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px var(--eva-topmenu-bg, #fff) inset;
  -webkit-text-fill-color: var(--bs-body-color, #191919);
}

button {
  background: none;
}

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

.btn-link, .btn-outline-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-secondary, #458383);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-secondary, #458383);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-secondary, #458383);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: var(--eva-gray40, #cccccc);
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: none;
  --bs-btn-focus-shadow-rgb: 46, 115, 115;
  text-decoration: none;
}
.btn-link:focus-visible, .btn-outline-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover, .btn-outline-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: calc(1.26041625rem + 0.124995vw);
  --bs-btn-border-radius: 0.5rem;
}
@media (min-width: 1200px) {
  .btn-lg {
    --bs-btn-font-size: 1.3541625rem;
  }
}

.btn-sm {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.94791375rem;
  --bs-btn-border-radius: 0.25rem;
}

/***** primary button *****/
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--bs-primary, #095a5a);
  --bs-btn-border-color: #095a5a;
  --bs-btn-hover-color: var(--eva-btn-hover-bg-primary-contrast, #ffffff);
  --bs-btn-hover-bg: var(--eva-btn-hover-bg-primary, #084d4d);
  --bs-btn-hover-border-color: var(--eva-btn-hover-border-primary, #084848);
  --bs-btn-focus-shadow-rgb: 46, 115, 115;
  --bs-btn-active-color: var(--eva-btn-active-bg-primary-contrast, #ffffff);
  --bs-btn-active-bg: var(--eva-btn-active-bg-primary, #084848);
  --bs-btn-active-border-color: var(--eva-btn-active-border-primary, #074444);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--eva-primary-contrast-color, #fff);
  --bs-btn-disabled-bg: var(--bs-primary, #095a5a);
  --bs-btn-disabled-border-color: var(--bs-primary, #095a5a);
  color: var(--eva-primary-contrast-color, #fff);
  border-color: var(--bs-primary, #095a5a);
  transition: box-shadow ease-in-out 0.2s;
}
.btn-primary:hover {
  box-shadow: 3px 3px 4px var(--eva-gray40, #cccccc);
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  box-shadow: 1px 1px 5px var(--eva-gray40, #cccccc) !important;
}

.btn-outline-primary {
  transition: box-shadow ease-in-out 0.2s;
  --bs-btn-color: var(--bs-primary, #095a5a);
  --bs-btn-border-color: var(--bs-primary, #095a5a);
  --bs-btn-bg: var(--eva-primary-contrast-color, #fff);
  --bs-btn-hover-color: var(--eva-primary-contrast-color, #fff);
  --bs-btn-hover-border-color: var(--bs-primary, #095a5a);
  --bs-btn-hover-bg: var(--bs-primary, #095a5a);
  --bs-btn-active-color: var(--eva-primary-contrast-color, #fff);
  --bs-btn-active-border-color: var(--bs-primary, #095a5a);
  --bs-btn-active-bg: var(--bs-primary, #095a5a);
  --bs-btn-disabled-color: var(--bs-primary, #095a5a);
  --bs-btn-disabled-border-color: var(--bs-primary, #095a5a);
  --bs-btn-disabled-bg: transparent;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 1px 1px 5px var(--eva-gray40, #cccccc) !important;
}

.btn-secondary {
  --bs-btn-color: #000;
  --bs-btn-bg: var(--bs-secondary, #458383);
  --bs-btn-border-color: #458383;
  --bs-btn-hover-color: var(--eva-btn-hover-bg-secondary-contrast, #ffffff);
  --bs-btn-hover-bg: var(--eva-btn-hover-bg-secondary, #3b7070);
  --bs-btn-hover-border-color: var(--eva-btn-hover-border-secondary, #386969);
  --bs-btn-focus-shadow-rgb: 59, 111, 111;
  --bs-btn-active-color: var(--eva-btn-active-bg-secondary-contrast, #ffffff);
  --bs-btn-active-bg: var(--eva-btn-active-bg-secondary, #386969);
  --bs-btn-active-border-color: var(--eva-btn-active-border-secondary, #346363);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--eva-secondary-contrast-color, #fff);
  --bs-btn-disabled-bg: var(--bs-secondary, #458383);
  --bs-btn-disabled-border-color: var(--bs-secondary, #458383);
  color: var(--eva-secondary-contrast-color, #fff);
  border-color: var(--bs-secondary, #458383);
  transition: box-shadow ease-in-out 0.2s;
}
.btn-secondary:hover {
  box-shadow: 3px 3px 4px var(--eva-gray40, #cccccc);
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  box-shadow: 1px 1px 5px var(--eva-gray40, #cccccc) !important;
}

.btn-outline-secondary {
  transition: box-shadow ease-in-out 0.2s;
  --bs-btn-color: var(--bs-secondary, #458383);
  --bs-btn-border-color: var(--bs-secondary, #458383);
  --bs-btn-bg: var(--eva-secondary-contrast-color, #fff);
  --bs-btn-hover-color: var(--eva-secondary-contrast-color, #fff);
  --bs-btn-hover-border-color: var(--bs-secondary, #458383);
  --bs-btn-hover-bg: var(--bs-secondary, #458383);
  --bs-btn-active-color: var(--eva-secondary-contrast-color, #fff);
  --bs-btn-active-border-color: var(--bs-secondary, #458383);
  --bs-btn-active-bg: var(--bs-secondary, #458383);
  --bs-btn-disabled-color: var(--bs-secondary, #458383);
  --bs-btn-disabled-border-color: var(--bs-secondary, #458383);
  --bs-btn-disabled-bg: transparent;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 1px 1px 5px var(--eva-gray40, #cccccc) !important;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #c80045;
  --bs-btn-border-color: #c80045;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #aa003b;
  --bs-btn-hover-border-color: #a00037;
  --bs-btn-focus-shadow-rgb: 208, 38, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #a00037;
  --bs-btn-active-border-color: #960034;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #c80045;
  --bs-btn-disabled-border-color: #c80045;
  transition: box-shadow ease-in-out 0.2s;
}
.btn-danger:hover {
  box-shadow: 3px 3px 4px var(--eva-gray40, #cccccc);
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  box-shadow: 1px 1px 5px var(--eva-gray40, #cccccc) !important;
}

.btn-outline-danger {
  --bs-btn-color: #c80045;
  --bs-btn-border-color: #c80045;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #c80045;
  --bs-btn-hover-border-color: #c80045;
  --bs-btn-focus-shadow-rgb: 200, 0, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #c80045;
  --bs-btn-active-border-color: #c80045;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #c80045;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #c80045;
  --bs-gradient: none;
}

/***** link button *****/
.btn-link:not(:disabled):hover, .btn-outline-link:not(:disabled):hover {
  background: var(--bs-light, #e0ebeb);
}

.btn-outline-link {
  --bs-btn-border-color: var(--eva-gray20, #cccccc);
  --bs-btn-hover-border-color: var(--eva-gray20, #cccccc);
  --bs-btn-active-border-color: var(--bs-secondary, #458383);
  --bs-btn-disabled-border-color: var(--eva-gray20, #cccccc);
}

.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: #4c4c4c;
  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);
  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.disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: 1px;
  --bs-nav-tabs-border-color: #cccccc;
  --bs-nav-tabs-border-radius: 0.375rem;
  --bs-nav-tabs-link-hover-border-color: #cccccc #cccccc #cccccc;
  --bs-nav-tabs-link-active-color: #333333;
  --bs-nav-tabs-link-active-bg: #fafafa;
  --bs-nav-tabs-link-active-border-color: #cccccc #cccccc #fafafa;
  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));
  background: none;
  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: 0.375rem;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #095a5a;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  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-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;
}

/***** Menu *****/
.eva-sidebar-bg-color {
  background-color: #fff;
  background-color: var(--eva-sidebar-bg, #fff);
}

.eva-sidebar-color {
  color: var(--eva-sidemenu-item-color, #333333);
}

.evainsights-icon-row {
  background-color: #fff;
  background-color: var(--eva-sidebar-bg, #fff);
}
.evainsights-icon-row:hover {
  background-color: var(--bs-light, #e0ebeb);
  cursor: pointer;
}

.eva-submenu-heading {
  background-color: var(--eva-sidemenu-heading-bg);
  color: var(--eva-sidemenu-heading-color);
}

.nav-pills {
  width: 100%;
  margin: 0;
  padding: 8px;
}
.nav-pills .nav-link {
  padding: 8px;
  width: 100%;
  transition: all ease-in-out 0.2s;
  border-radius: 0;
}
.nav-pills .nav-link.active {
  background-color: #e0ebeb;
  background-color: var(--eva-sidemenu-item-active-bg, #e0ebeb);
  color: #095a5a;
  color: var(--eva-sidemenu-item-active-color, #095a5a);
}
.nav-pills .nav-link:not(.active):hover {
  box-shadow: 1px 1px 3px 1px var(--eva-gray20, #cccccc);
  background-color: #fff;
  background-color: var(--eva-sidebar-bg, #fff);
  color: #095a5a;
  color: var(--eva-sidemenu-item-hover-color, #095a5a);
}
.nav-pills .nav-link:not(.active):not(:hover) {
  color: #333333;
  color: var(--eva-sidemenu-item-color, #333333);
}
.nav-pills .nav-icon {
  max-width: 25px;
  max-height: 25px;
}

/***** Tabs *****/
.eva-topmenu-bg-color {
  background-color: #fff !important;
  background-color: var(--eva-topmenu-bg, #fff) !important;
}

.eva-topmenu-color {
  color: #4c4c4c;
  color: var(--eva-topmenu-item-color, #4c4c4c);
}

.eva-topmenu-logo-bg-color {
  background-color: var(--eva-topmenu-logo-bg);
}

.nav-tabs .nav-link {
  border: none;
  transition: color ease-out 0.3s;
  font-weight: bold;
  font-size: 0.7em;
  position: relative;
  color: #4c4c4c;
  color: var(--eva-topmenu-item-color, #4c4c4c);
}

.nav-tabs .nav-link.active {
  border: none;
  background: none;
  color: #095a5a;
  color: var(--eva-topmenu-item-active-color, #095a5a);
}

.nav-tabs .nav-link::before {
  bottom: -1px;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  opacity: 0;
  position: absolute;
  transform: translate(-50%, -5px);
  width: 100%;
  transition: all ease-in-out 0.2s;
}

.nav-tabs .nav-link.active::before {
  opacity: 1;
  transform: translate(-50%, 0px);
  background-color: #095a5a;
  background-color: var(--eva-topmenu-item-active-color, #095a5a);
}

.nav-tabs .nav-link:hover:not(.active)::before {
  background-color: var(--eva-gray20, #cccccc);
  opacity: 1;
  transform: translate(-50%, 0px);
}

/***** Nav *****/
.nav > a.active {
  background: var(--bs-light, #e0ebeb);
  border-radius: 50%;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

.form-label {
  margin-bottom: 0.5rem;
}

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

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: calc(1.26041625rem + 0.124995vw);
}
@media (min-width: 1200px) {
  .col-form-label-lg {
    font-size: 1.3541625rem;
  }
}

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

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-body-color, #191919);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 11.5pt;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color, #191919);
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid var(--eva-gray40, #cccccc);
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--bs-body-color, #191919);
  background-color: inherit;
  border-color: inherit;
  outline: 0;
  box-shadow: none;
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::placeholder {
  color: #4c4c4c;
  opacity: 1;
}
.form-control:disabled {
  background-color: inherit;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color, #191919);
  background-color: #cccccc;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #c2c2c2;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #191919;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.94791375rem;
  border-radius: 0.25rem;
}
.form-control-sm::file-selector-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 + 2px);
  padding: 0.5rem 1rem;
  font-size: calc(1.26041625rem + 0.124995vw);
  border-radius: 0.5rem;
}
@media (min-width: 1200px) {
  .form-control-lg {
    font-size: 1.3541625rem;
  }
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

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

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  border-radius: 0.25rem;
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 11.5pt;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color, #191919);
  background-color: transparent;
  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='%23333333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid var(--eva-gray40, #cccccc);
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: inherit;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(9, 90, 90, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: transparent;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color, #191919);
}

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

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: calc(1.26041625rem + 0.124995vw);
  border-radius: 0.5rem;
}
@media (min-width: 1200px) {
  .form-select-lg {
    font-size: 1.3541625rem;
  }
}

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

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

.form-check-input {
  width: 15px;
  height: 15px;
  margin-top: -6.75px;
  vertical-align: top;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: inherit;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(9, 90, 90, 0.25);
}
.form-check-input:checked {
  background-color: var(--bs-primary, #095a5a);
  border-color: var(--bs-primary, #095a5a);
}
.form-check-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 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-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 {
  background-color: #095a5a;
  border-color: #095a5a;
  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 {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.65;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-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 {
    transition: none;
  }
}
.form-switch .form-check-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='inherit'/%3e%3c/svg%3e");
}
.form-switch .form-check-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-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

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

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

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
          appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fafafa, none;
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fafafa, none;
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #095a5a;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b5cece;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #cccccc;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #095a5a;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b5cece;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #cccccc;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #4c4c4c;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #4c4c4c;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(1.5em + 0.75rem + 2px);
  line-height: 1.5;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, padding 0.1s ease-in-out, height 0.1s ease-in-out, background-color 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 0.375rem 0.75rem;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 0;
  padding-bottom: 0;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 0;
  padding-bottom: 0;
}
.form-floating > .form-select {
  padding-top: 0;
  padding-bottom: 0;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  opacity: 1;
  transform: scale(0.65) translateY(-0.6rem) translateX(1rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 1;
  transform: scale(0.65) translateY(-0.6rem) translateX(1rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: 1px 0;
}

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 11.5pt;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color, #191919);
  text-align: center;
  white-space: nowrap;
  background-color: var(--eva-gray40, #cccccc);
  border: 1px solid var(--eva-gray40, #cccccc);
  border-radius: 0.25rem;
}

.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: calc(1.26041625rem + 0.124995vw);
  border-radius: 0.5rem;
}
@media (min-width: 1200px) {
  .input-group-lg > .form-control,
  .input-group-lg > .form-select,
  .input-group-lg > .input-group-text,
  .input-group-lg > .btn {
    font-size: 1.3541625rem;
  }
}

.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.94791375rem;
  border-radius: 0.25rem;
}

.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):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

.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.94791375rem;
  color: #fff;
  background-color: #008800;
  border-radius: 0.375rem;
}

.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: #008800;
  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='%23008800' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.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: #008800;
  box-shadow: 0 0 0 0.25rem rgba(0, 136, 0, 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: #008800;
}
.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='%23333333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 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='%23008800' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-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: #008800;
  box-shadow: 0 0 0 0.25rem rgba(0, 136, 0, 0.25);
}

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

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

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

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

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

.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.94791375rem;
  color: #fff;
  background-color: #c80045;
  border-radius: 0.375rem;
}

.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: #c80045;
  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='%23c80045'%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='%23c80045' 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: #c80045;
  box-shadow: 0 0 0 0.25rem rgba(200, 0, 69, 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: #c80045;
}
.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='%23333333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 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='%23c80045'%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='%23c80045' 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: #c80045;
  box-shadow: 0 0 0 0.25rem rgba(200, 0, 69, 0.25);
}

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

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #c80045;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #c80045;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(200, 0, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #c80045;
}

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

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

/***** Textbox *****/
.form-control {
  color: var(--eva-floating-label-color);
}
.form-control:disabled {
  opacity: 0.65;
}
.form-control:disabled ~ .form-label-wrapper {
  color: rgba(var(--bs-body-color-rgb, 25, 25, 25), 0.65);
}
.form-control:read-only {
  opacity: 0.75;
}
.form-control:read-only ~ .form-label-wrapper {
  color: rgba(var(--bs-body-color-rgb, 25, 25, 25), 0.75);
}
.form-control:focus:not(.is-invalid):not(:read-only) ~ .description,
.form-control:focus:not(.is-invalid):not(:read-only) ~ .form-label-wrapper:not(.form-label-inside) {
  color: var(--bs-primary, #095a5a);
}

.form-control[type=number]::-webkit-inner-spin-button,
.form-control[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-control[type=number] {
  -moz-appearance: textfield;
}

.form-label-wrapper .description {
  transition: color ease-in-out 0.2s;
}

.form-control:not(:disabled).is-invalid ~ .description {
  color: #b16868;
}

.form-control:not(:disabled).is-invalid {
  border-color: #b16868;
  color: #b16868;
  background-image: none;
  -webkit-text-fill-color: #b16868;
}

.form-control:focus:not(.is-invalid):not(:read-only) {
  border-color: var(--bs-primary, #095a5a);
}
.form-control:focus:not(.is-invalid):not(:read-only):-webkit-autofill {
  box-shadow: 0 0 0 calc(calc(1.5em + 0.75rem + 2px) + 10px) var(--eva-topmenu-bg, #fff) inset, 0px 0px 0px 1px var(--bs-primary, #095a5a);
}
.form-control:focus:not(.is-invalid):not(:read-only):not(:-webkit-autofill) {
  box-shadow: 0px 0px 0px 1px var(--bs-primary, #095a5a);
}

.form-control:not(:disabled):focus.is-invalid:not(:read-only) {
  box-shadow: 0px 0px 0px 1px #b16868;
  border-color: #b16868;
}

.form-control:not(:disabled):focus.is-invalid:read-only {
  border-color: #b16868;
}

.invalid-feedback {
  color: #b16868;
  display: block;
}

.input-group-prepend ~ div > .form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.form-label-wrapper {
  position: absolute;
  transition: all ease-in-out 0.2s;
  cursor: text;
  pointer-events: none;
}

:not(input:-webkit-autofill) ~ .form-label-wrapper:not(.form-label-inside) {
  font-size: 0.75rem;
}

input:-webkit-autofill ~ .form-label-wrapper {
  font-size: 0.75rem;
  z-index: 999;
}

input:-webkit-autofill ~ .form-label-wrapper .form-label:before,
:not(input:-webkit-autofill) ~ .form-label-wrapper:not(.form-label-inside) .form-label:before {
  content: "";
  background: var(--eva-floating-label-bg);
  position: absolute;
  height: 4px;
  left: -5px;
  right: -5px;
  bottom: 7px;
  z-index: -1;
}

:not(input:-webkit-autofill) ~ .form-label-inside {
  background: none;
  font-size: 11.5pt;
  border-radius: 3px;
}

.form-control.is-invalid:not(:disabled) ~ .form-label-wrapper {
  color: #b16868;
}

.form-label-wrapper.is-invalid {
  color: #b16868;
}

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

.form-label-wrapper {
  margin: 0 !important;
}

:not(input:-webkit-autofill) ~ .form-label-wrapper:not(.form-label-inside) {
  top: 0;
  transform: translateY(-50%);
  padding: 0 calc(5px / 2) 0 calc(5px / 2);
}

input:-webkit-autofill ~ .form-label-wrapper {
  top: 0;
  transform: translateY(-50%);
  padding: 0 calc(5px / 2) 0 calc(5px / 2);
}

:not(input:-webkit-autofill) ~ .form-label-inside {
  top: 0;
  bottom: 0;
}

/***** Checkbox & Radio Button *****/
.form-check-input {
  -webkit-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  min-width: 15px;
  min-height: 15px;
  transition: all 0.15s ease-out 0s;
  cursor: pointer;
  display: inline-block;
  outline: none;
  margin: 0 0.5rem 0 -2rem;
  box-shadow: none !important;
  border: 2px solid;
}

.form-check-input.is-invalid:not(:disabled) {
  border-color: #b16868 !important;
}

.form-check-input.is-invalid:not(:disabled) ~ .form-check-label {
  color: #b16868 !important;
}

.form-check {
  display: flex;
  align-items: flex-start;
  line-height: 1em;
  margin-bottom: 0;
}
.form-check.form-check-alone {
  padding-left: 0;
  min-height: 0;
}
.form-check.form-check-alone .form-check-input {
  margin: 0;
}

.form-check-input[type=checkbox]:not([role=switch]) {
  border-radius: 2px !important;
}
.form-check-input[type=checkbox]:not([role=switch]):checked {
  color: var(--eva-primary-contrast-color, #fff);
}
.form-check-input[type=checkbox]:not([role=switch]):not(:checked) {
  color: var(--bs-body-color, #191919);
}

.form-check-input[type=radio] {
  border-radius: 50% !important;
  color: var(--bs-body-color, #191919);
}

.form-check.form-switch {
  display: inherit;
}

.form-check-input[role=switch]:not(:disabled):hover:after {
  width: 46px;
  left: 15px;
  border-radius: 14px;
}

.form-check-input[role=switch]:active:after {
  left: 15px;
  width: 80px !important;
  border-radius: 40px;
}

.form-check-input:after {
  content: "" !important;
  display: block !important;
  position: relative !important;
  height: 0;
  width: 0;
  transform: translate(-50%, -50%);
  left: 5px;
  top: 5px;
  opacity: 0.35;
  border-radius: 50%;
  transition: all ease-out 0.2s;
}

.form-check-input:checked:not(.is-invalid):after {
  background: var(--bs-primary, #095a5a) !important;
}

.form-check-input.is-invalid:checked:after {
  background: #b16868 !important;
}

.form-check-input:not(:disabled):hover:after {
  height: 26px;
  width: 26px;
  right: 8px !important;
  bottom: 8px !important;
}

.form-check-input:active:after {
  height: 50px !important;
  width: 50px !important;
  opacity: 0 !important;
}

.form-check-input:checked::before {
  position: absolute !important;
  display: inline-block !important;
  text-align: center !important;
  line-height: 15px !important;
  font-size: 12px !important;
}

.form-check-input:not(.is-invalid):checked::before {
  background: var(--bs-primary, #095a5a) !important;
}

.form-check-input.is-invalid:not(:disabled):checked::before {
  background: #b16868 !important;
}

.form-check-input[type=checkbox]:not([role=switch]):checked::before {
  content: "✔" !important;
  height: 15px !important;
  width: 15px !important;
  top: -2px !important;
  left: -2px !important;
}

.form-check-input[type=radio]:checked::before {
  height: 11px !important;
  width: 11px !important;
  content: "" !important;
  top: 0 !important;
  left: 0 !important;
  border-radius: 50% !important;
  border: 2px solid var(--eva-topmenu-bg, #fff) !important;
}

.form-check-input[type=radio].is-invalid:checked {
  border-color: #b16868 !important;
}

/***** Select-Box *****/
.form-select option:checked {
  background-color: var(--eva-gray40, #cccccc);
}
.form-select:not(:disabled) option:hover {
  font-weight: bold;
}

/******Typeahead*******/
.typeahead-popover .form-check {
  min-height: 0;
}

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

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

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 11.5pt;
  --bs-dropdown-color: var(--eva-dropdown-color);
  --bs-dropdown-bg: var(--eva-dropdown-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: 0.375rem;
  --bs-dropdown-border-width: 1px;
  --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
  --bs-dropdown-divider-bg: var(--eva-table-border-color, #cccccc);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-dropdown-link-color: var(--bs-body-color, #191919);
  --bs-dropdown-link-hover-color: var(--eva-dropdown-link-hover-color, #2e2e2e);
  --bs-dropdown-link-hover-bg: var(--eva-gray20, #cccccc);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #095a5a;
  --bs-dropdown-link-disabled-color: #4c4c4c;
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #4c4c4c;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

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

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

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

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

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

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

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

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

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

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

.dropdown-menu-dark {
  --bs-dropdown-color: #cccccc;
  --bs-dropdown-bg: #333333;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #cccccc;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #095a5a;
  --bs-dropdown-link-disabled-color: #4c4c4c;
  --bs-dropdown-header-color: #4c4c4c;
}

.dropdown-toggle {
  background: none !important;
  outline: none;
  box-shadow: none;
  width: 100%;
  min-height: 38px;
  text-align: left;
}

.show > .btn-outline-primary.dropdown-toggle {
  border-color: var(--bs-primary, #095a5a);
}
.show > .btn-outline-primary.dropdown-toggle .dropdown-label:not(.dropdown-label-inside) {
  color: var(--bs-primary, #095a5a);
}

.dropdown-label {
  transition: all ease-in-out 0.2s;
}
.dropdown-label.dropdown-label-inside {
  font-size: 11.5pt;
}
.dropdown-label:not(.dropdown-label-inside) {
  position: absolute;
  font-size: 0.75rem;
  background: var(--eva-dropdown-bg);
  color: var(--eva-dropdown-color);
}

.dropdown-toggle:after {
  position: absolute;
}

.dropdown .form-control {
  box-shadow: none !important;
}

.dropdown-item {
  box-shadow: none;
  outline: none;
  transition: all ease-in-out 0.2s;
  width: auto;
}
.dropdown-item:active {
  background: var(--eva-dropdown-bg);
  outline: none;
  color: var(--bs-primary, #095a5a) !important;
}
.dropdown-item:hover {
  background: unset;
  color: var(--bs-primary, #095a5a);
}

.dropdown-value {
  font-size: 11.5pt;
}

.dropdown.is-invalid .dropdown-toggle:disabled ~ .invalid-feedback {
  display: none !important;
}

.dropdown {
  outline: none !important;
  box-shadow: none;
}
.dropdown > .btn {
  color: var(--eva-floating-label-color);
  border-radius: 0.25rem;
  border-color: var(--eva-gray40, #cccccc);
}
.dropdown.is-focused > .btn, .dropdown.show:not(.is-invalid) > .btn {
  outline: none;
  border-color: var(--bs-primary, #095a5a);
  box-shadow: 0px 0px 0px 1px var(--bs-primary, #095a5a);
}
.dropdown.is-invalid > .btn {
  border-color: #b16868;
  box-shadow: 0px 0px 0px 1px #b16868;
}
.dropdown.is-invalid > .btn .dropdown-label {
  color: #b16868;
}

.dropdown.is-focused .dropdown-label:not(.form-label-inside),
.dropdown.is-focused .form-label-wrapper:not(.form-label-inside) {
  color: var(--bs-primary, #095a5a);
}

.dropdown.show:not(.is-invalid) .dropdown-label:not(.form-label-inside),
.dropdown.show:not(.is-invalid) .form-label-wrapper:not(.form-label-inside) {
  color: var(--bs-primary, #095a5a);
}

.dropdown.is-invalid .dropdown-label:not(.form-label-inside),
.dropdown.is-invalid .form-label-wrapper:not(.form-label-inside) {
  color: #b16868;
}

:not(ngb-datepicker).dropdown-menu {
  max-width: min(50rem, 100vw - 2.5rem) !important;
  min-width: 100%;
  overflow-y: auto;
}

.typeahead-popover .popover-body {
  border-radius: var(--bs-popover-inner-border-radius);
  padding: 0;
  background: var(--eva-dropdown-bg);
}

.typeahead-dropdown-menu {
  --bs-dropdown-link-active-bg: var(--eva-gray20, #cccccc);
  --bs-dropdown-link-active-color: var(--eva-dropdown-link-hover-color, #2e2e2e);
}

.list-group {
  --bs-list-group-color: #333333;
  --bs-list-group-bg: #fff;
  --bs-list-group-border-color: rgba(0, 0, 0, 0.125);
  --bs-list-group-border-width: 1px;
  --bs-list-group-border-radius: 0.375rem;
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: #333333;
  --bs-list-group-action-hover-color: #333333;
  --bs-list-group-action-hover-bg: #fafafa;
  --bs-list-group-action-active-color: #191919;
  --bs-list-group-action-active-bg: #cccccc;
  --bs-list-group-disabled-color: #4c4c4c;
  --bs-list-group-disabled-bg: #fff;
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #095a5a;
  --bs-list-group-active-border-color: #095a5a;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

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

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

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

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

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

.list-group-item-primary {
  color: #053636;
  background-color: #cedede;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #053636;
  background-color: #b9c8c8;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #053636;
  border-color: #053636;
}

.list-group-item-secondary {
  color: #294f4f;
  background-color: #dae6e6;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #294f4f;
  background-color: #c4cfcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #294f4f;
  border-color: #294f4f;
}

.list-group-item-success {
  color: #005200;
  background-color: #cce7cc;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #005200;
  background-color: #b8d0b8;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #005200;
  border-color: #005200;
}

.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #055160;
  background-color: #badce3;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}

.list-group-item-warning {
  color: #5b4600;
  background-color: #faefcc;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #5b4600;
  background-color: #e1d7b8;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #5b4600;
  border-color: #5b4600;
}

.list-group-item-danger {
  color: #780029;
  background-color: #f4ccda;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #780029;
  background-color: #dcb8c4;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #780029;
  border-color: #780029;
}

.list-group-item-light {
  color: #5a5e5e;
  background-color: #f9fbfb;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #5a5e5e;
  background-color: #e0e2e2;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #5a5e5e;
  border-color: #5a5e5e;
}

.list-group-item-dark {
  color: #1f1f1f;
  background-color: #d6d6d6;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1f1f1f;
  background-color: #c1c1c1;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1f1f1f;
  border-color: #1f1f1f;
}

.list-group-item {
  border: 0;
  border-bottom: 1px solid var(--eva-gray20, #cccccc);
  border-radius: 0;
  transition: all ease-in-out 0.2s;
}

.list-group-item:not(.active) {
  color: var(--eva-gray70, #4c4c4c);
}

.list-group-item.active {
  background: #fff;
  color: var(--bs-primary, #095a5a);
  border-radius: 0;
  margin-top: 0;
  font-weight: bold;
}

.list-group-link {
  cursor: pointer;
}

h1, .h1 {
  font-weight: bold;
  margin-bottom: 1rem;
}

h2, .h2 {
  font-weight: bold;
  margin-top: 1.2rem;
}

h3, .h3 {
  font-weight: bold;
}

.lead {
  font-size: calc(1.26041625rem + 0.124995vw);
  font-weight: 300;
}
@media (min-width: 1200px) {
  .lead {
    font-size: 1.3541625rem;
  }
}

.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: calc(1.26041625rem + 0.124995vw);
}
@media (min-width: 1200px) {
  .blockquote {
    font-size: 1.3541625rem;
  }
}
.blockquote > :last-child {
  margin-bottom: 0;
}

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

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1.08333rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: #fff;
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: #cccccc;
  --bs-pagination-border-radius: 0.375rem;
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: #cccccc;
  --bs-pagination-hover-border-color: #cccccc;
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: #cccccc;
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(9, 90, 90, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #095a5a;
  --bs-pagination-active-border-color: #095a5a;
  --bs-pagination-disabled-color: #4c4c4c;
  --bs-pagination-disabled-bg: #fff;
  --bs-pagination-disabled-border-color: #cccccc;
  display: flex;
  padding-left: 0;
  list-style: none;
}

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

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

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: calc(1.26041625rem + 0.124995vw);
  --bs-pagination-border-radius: 0.5rem;
}
@media (min-width: 1200px) {
  .pagination-lg {
    --bs-pagination-font-size: 1.3541625rem;
  }
}

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.94791375rem;
  --bs-pagination-border-radius: 0.25rem;
}

.pagination {
  margin: 0;
}

.page-link {
  border: 0;
  border-radius: 50% !important;
  color: #000;
  background: none;
  width: 40px;
  height: 40px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-item:not(.active) .page-link:hover {
  color: #000;
}

a.page-link:not(:hover) {
  color: inherit;
}

.page-link:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.page-item.active .page-link {
  background: var(--bs-primary, #095a5a);
  color: var(--eva-primary-contrast-color, #fff);
}

.pagination-button {
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 5px 8px 5px 8px;
  color: var(--bs-primary, #095a5a);
  font-weight: bold;
}

.pagination-button:disabled {
  color: var(--eva-gray80, #333333);
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: 1px solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 0.375rem;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 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 {
  --bs-alert-color: #053636;
  --bs-alert-bg: #cedede;
  --bs-alert-border-color: #b5cece;
}
.alert-primary .alert-link {
  color: #042b2b;
}

.alert-secondary {
  --bs-alert-color: #294f4f;
  --bs-alert-bg: #dae6e6;
  --bs-alert-border-color: #c7dada;
}
.alert-secondary .alert-link {
  color: #213f3f;
}

.alert-success {
  --bs-alert-color: #005200;
  --bs-alert-bg: #cce7cc;
  --bs-alert-border-color: #b3dbb3;
}
.alert-success .alert-link {
  color: #004200;
}

.alert-info {
  --bs-alert-color: #055160;
  --bs-alert-bg: #cff4fc;
  --bs-alert-border-color: #b6effb;
}
.alert-info .alert-link {
  color: #04414d;
}

.alert-warning {
  --bs-alert-color: #5b4600;
  --bs-alert-bg: #faefcc;
  --bs-alert-border-color: #f7e7b3;
}
.alert-warning .alert-link {
  color: #493800;
}

.alert-danger {
  --bs-alert-color: #780029;
  --bs-alert-bg: #f4ccda;
  --bs-alert-border-color: #efb3c7;
}
.alert-danger .alert-link {
  color: #600021;
}

.alert-light {
  --bs-alert-color: #5a5e5e;
  --bs-alert-bg: #f9fbfb;
  --bs-alert-border-color: #f6f9f9;
}
.alert-light .alert-link {
  color: #484b4b;
}

.alert-dark {
  --bs-alert-color: #1f1f1f;
  --bs-alert-bg: #d6d6d6;
  --bs-alert-border-color: #c2c2c2;
}
.alert-dark .alert-link {
  color: #191919;
}

.alert {
  border-radius: 3px;
}

.alert .close {
  outline: none;
  box-shadow: none;
  border: none;
}

.accordion {
  --bs-accordion-color: #191919;
  --bs-accordion-bg: #fafafa;
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: 0.375rem;
  --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: #191919;
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23191919'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23085151'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: inherit;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #085151;
  --bs-accordion-active-bg: #e6efef;
}

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

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

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

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

.accordion-flush .accordion-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, .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}

.accordion-button:hover {
  z-index: unset;
}

.c-w-unset {
  width: unset !important;
}

.c-w-min-content {
  width: min-content;
}

.c-w-500px {
  width: 500px;
}

.c-w-300px {
  width: 300px;
}

@media (min-width: 992px) {
  .c-h-lg-100 {
    height: 100%;
  }
}
.c-h-4em {
  height: 4em;
}

.c-w-0px {
  width: 0px;
}

.c-h-0px {
  height: 0px;
}

.c-mw-0px {
  min-width: 0px;
}

.c-mh-0px {
  min-height: 0px;
}

.c-w-0px-i {
  width: 0px !important;
}

.c-h-100-0px {
  height: calc(100% - 0px);
}

.c-h-0px-i {
  height: 0px !important;
}

.c-mw-0px-i {
  min-width: 0px !important;
}

.c-mh-0px-i {
  min-height: 0px !important;
}

@media (min-width: 576px) {
  .c-w-sm-0px {
    width: 0px;
  }
  .c-h-sm-0px {
    height: 0px;
  }
}
@media (min-width: 768px) {
  .c-w-md-0px {
    width: 0px;
  }
  .c-h-md-0px {
    height: 0px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-0px {
    width: 0px;
  }
  .c-h-lg-0px {
    height: 0px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-0px {
    width: 0px;
  }
  .c-h-xl-0px {
    height: 0px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-0px {
    width: 0px;
  }
  .c-h-sm-max-0px {
    height: 0px;
  }
  .c-h-max-100-0px {
    height: calc(100% - 0px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-0px {
    width: 0px;
  }
  .c-h-md-max-0px {
    height: 0px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-0px {
    width: 0px;
  }
  .c-h-lg-max-0px {
    height: 0px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-0px {
    width: 0px;
  }
  .c-h-xl-max-0px {
    height: 0px;
  }
}
.c-w-1px {
  width: 1px;
}

.c-h-1px {
  height: 1px;
}

.c-mw-1px {
  min-width: 1px;
}

.c-mh-1px {
  min-height: 1px;
}

.c-w-1px-i {
  width: 1px !important;
}

.c-h-100-1px {
  height: calc(100% - 1px);
}

.c-h-1px-i {
  height: 1px !important;
}

.c-mw-1px-i {
  min-width: 1px !important;
}

.c-mh-1px-i {
  min-height: 1px !important;
}

@media (min-width: 576px) {
  .c-w-sm-1px {
    width: 1px;
  }
  .c-h-sm-1px {
    height: 1px;
  }
}
@media (min-width: 768px) {
  .c-w-md-1px {
    width: 1px;
  }
  .c-h-md-1px {
    height: 1px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-1px {
    width: 1px;
  }
  .c-h-lg-1px {
    height: 1px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-1px {
    width: 1px;
  }
  .c-h-xl-1px {
    height: 1px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-1px {
    width: 1px;
  }
  .c-h-sm-max-1px {
    height: 1px;
  }
  .c-h-max-100-1px {
    height: calc(100% - 1px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-1px {
    width: 1px;
  }
  .c-h-md-max-1px {
    height: 1px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-1px {
    width: 1px;
  }
  .c-h-lg-max-1px {
    height: 1px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-1px {
    width: 1px;
  }
  .c-h-xl-max-1px {
    height: 1px;
  }
}
.c-w-2px {
  width: 2px;
}

.c-h-2px {
  height: 2px;
}

.c-mw-2px {
  min-width: 2px;
}

.c-mh-2px {
  min-height: 2px;
}

.c-w-2px-i {
  width: 2px !important;
}

.c-h-100-2px {
  height: calc(100% - 2px);
}

.c-h-2px-i {
  height: 2px !important;
}

.c-mw-2px-i {
  min-width: 2px !important;
}

.c-mh-2px-i {
  min-height: 2px !important;
}

@media (min-width: 576px) {
  .c-w-sm-2px {
    width: 2px;
  }
  .c-h-sm-2px {
    height: 2px;
  }
}
@media (min-width: 768px) {
  .c-w-md-2px {
    width: 2px;
  }
  .c-h-md-2px {
    height: 2px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-2px {
    width: 2px;
  }
  .c-h-lg-2px {
    height: 2px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-2px {
    width: 2px;
  }
  .c-h-xl-2px {
    height: 2px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-2px {
    width: 2px;
  }
  .c-h-sm-max-2px {
    height: 2px;
  }
  .c-h-max-100-2px {
    height: calc(100% - 2px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-2px {
    width: 2px;
  }
  .c-h-md-max-2px {
    height: 2px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-2px {
    width: 2px;
  }
  .c-h-lg-max-2px {
    height: 2px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-2px {
    width: 2px;
  }
  .c-h-xl-max-2px {
    height: 2px;
  }
}
.c-w-3px {
  width: 3px;
}

.c-h-3px {
  height: 3px;
}

.c-mw-3px {
  min-width: 3px;
}

.c-mh-3px {
  min-height: 3px;
}

.c-w-3px-i {
  width: 3px !important;
}

.c-h-100-3px {
  height: calc(100% - 3px);
}

.c-h-3px-i {
  height: 3px !important;
}

.c-mw-3px-i {
  min-width: 3px !important;
}

.c-mh-3px-i {
  min-height: 3px !important;
}

@media (min-width: 576px) {
  .c-w-sm-3px {
    width: 3px;
  }
  .c-h-sm-3px {
    height: 3px;
  }
}
@media (min-width: 768px) {
  .c-w-md-3px {
    width: 3px;
  }
  .c-h-md-3px {
    height: 3px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-3px {
    width: 3px;
  }
  .c-h-lg-3px {
    height: 3px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-3px {
    width: 3px;
  }
  .c-h-xl-3px {
    height: 3px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-3px {
    width: 3px;
  }
  .c-h-sm-max-3px {
    height: 3px;
  }
  .c-h-max-100-3px {
    height: calc(100% - 3px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-3px {
    width: 3px;
  }
  .c-h-md-max-3px {
    height: 3px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-3px {
    width: 3px;
  }
  .c-h-lg-max-3px {
    height: 3px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-3px {
    width: 3px;
  }
  .c-h-xl-max-3px {
    height: 3px;
  }
}
.c-w-4px {
  width: 4px;
}

.c-h-4px {
  height: 4px;
}

.c-mw-4px {
  min-width: 4px;
}

.c-mh-4px {
  min-height: 4px;
}

.c-w-4px-i {
  width: 4px !important;
}

.c-h-100-4px {
  height: calc(100% - 4px);
}

.c-h-4px-i {
  height: 4px !important;
}

.c-mw-4px-i {
  min-width: 4px !important;
}

.c-mh-4px-i {
  min-height: 4px !important;
}

@media (min-width: 576px) {
  .c-w-sm-4px {
    width: 4px;
  }
  .c-h-sm-4px {
    height: 4px;
  }
}
@media (min-width: 768px) {
  .c-w-md-4px {
    width: 4px;
  }
  .c-h-md-4px {
    height: 4px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-4px {
    width: 4px;
  }
  .c-h-lg-4px {
    height: 4px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-4px {
    width: 4px;
  }
  .c-h-xl-4px {
    height: 4px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-4px {
    width: 4px;
  }
  .c-h-sm-max-4px {
    height: 4px;
  }
  .c-h-max-100-4px {
    height: calc(100% - 4px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-4px {
    width: 4px;
  }
  .c-h-md-max-4px {
    height: 4px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-4px {
    width: 4px;
  }
  .c-h-lg-max-4px {
    height: 4px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-4px {
    width: 4px;
  }
  .c-h-xl-max-4px {
    height: 4px;
  }
}
.c-w-5px {
  width: 5px;
}

.c-h-5px {
  height: 5px;
}

.c-mw-5px {
  min-width: 5px;
}

.c-mh-5px {
  min-height: 5px;
}

.c-w-5px-i {
  width: 5px !important;
}

.c-h-100-5px {
  height: calc(100% - 5px);
}

.c-h-5px-i {
  height: 5px !important;
}

.c-mw-5px-i {
  min-width: 5px !important;
}

.c-mh-5px-i {
  min-height: 5px !important;
}

@media (min-width: 576px) {
  .c-w-sm-5px {
    width: 5px;
  }
  .c-h-sm-5px {
    height: 5px;
  }
}
@media (min-width: 768px) {
  .c-w-md-5px {
    width: 5px;
  }
  .c-h-md-5px {
    height: 5px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-5px {
    width: 5px;
  }
  .c-h-lg-5px {
    height: 5px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-5px {
    width: 5px;
  }
  .c-h-xl-5px {
    height: 5px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-5px {
    width: 5px;
  }
  .c-h-sm-max-5px {
    height: 5px;
  }
  .c-h-max-100-5px {
    height: calc(100% - 5px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-5px {
    width: 5px;
  }
  .c-h-md-max-5px {
    height: 5px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-5px {
    width: 5px;
  }
  .c-h-lg-max-5px {
    height: 5px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-5px {
    width: 5px;
  }
  .c-h-xl-max-5px {
    height: 5px;
  }
}
.c-w-6px {
  width: 6px;
}

.c-h-6px {
  height: 6px;
}

.c-mw-6px {
  min-width: 6px;
}

.c-mh-6px {
  min-height: 6px;
}

.c-w-6px-i {
  width: 6px !important;
}

.c-h-100-6px {
  height: calc(100% - 6px);
}

.c-h-6px-i {
  height: 6px !important;
}

.c-mw-6px-i {
  min-width: 6px !important;
}

.c-mh-6px-i {
  min-height: 6px !important;
}

@media (min-width: 576px) {
  .c-w-sm-6px {
    width: 6px;
  }
  .c-h-sm-6px {
    height: 6px;
  }
}
@media (min-width: 768px) {
  .c-w-md-6px {
    width: 6px;
  }
  .c-h-md-6px {
    height: 6px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-6px {
    width: 6px;
  }
  .c-h-lg-6px {
    height: 6px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-6px {
    width: 6px;
  }
  .c-h-xl-6px {
    height: 6px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-6px {
    width: 6px;
  }
  .c-h-sm-max-6px {
    height: 6px;
  }
  .c-h-max-100-6px {
    height: calc(100% - 6px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-6px {
    width: 6px;
  }
  .c-h-md-max-6px {
    height: 6px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-6px {
    width: 6px;
  }
  .c-h-lg-max-6px {
    height: 6px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-6px {
    width: 6px;
  }
  .c-h-xl-max-6px {
    height: 6px;
  }
}
.c-w-7px {
  width: 7px;
}

.c-h-7px {
  height: 7px;
}

.c-mw-7px {
  min-width: 7px;
}

.c-mh-7px {
  min-height: 7px;
}

.c-w-7px-i {
  width: 7px !important;
}

.c-h-100-7px {
  height: calc(100% - 7px);
}

.c-h-7px-i {
  height: 7px !important;
}

.c-mw-7px-i {
  min-width: 7px !important;
}

.c-mh-7px-i {
  min-height: 7px !important;
}

@media (min-width: 576px) {
  .c-w-sm-7px {
    width: 7px;
  }
  .c-h-sm-7px {
    height: 7px;
  }
}
@media (min-width: 768px) {
  .c-w-md-7px {
    width: 7px;
  }
  .c-h-md-7px {
    height: 7px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-7px {
    width: 7px;
  }
  .c-h-lg-7px {
    height: 7px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-7px {
    width: 7px;
  }
  .c-h-xl-7px {
    height: 7px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-7px {
    width: 7px;
  }
  .c-h-sm-max-7px {
    height: 7px;
  }
  .c-h-max-100-7px {
    height: calc(100% - 7px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-7px {
    width: 7px;
  }
  .c-h-md-max-7px {
    height: 7px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-7px {
    width: 7px;
  }
  .c-h-lg-max-7px {
    height: 7px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-7px {
    width: 7px;
  }
  .c-h-xl-max-7px {
    height: 7px;
  }
}
.c-w-8px {
  width: 8px;
}

.c-h-8px {
  height: 8px;
}

.c-mw-8px {
  min-width: 8px;
}

.c-mh-8px {
  min-height: 8px;
}

.c-w-8px-i {
  width: 8px !important;
}

.c-h-100-8px {
  height: calc(100% - 8px);
}

.c-h-8px-i {
  height: 8px !important;
}

.c-mw-8px-i {
  min-width: 8px !important;
}

.c-mh-8px-i {
  min-height: 8px !important;
}

@media (min-width: 576px) {
  .c-w-sm-8px {
    width: 8px;
  }
  .c-h-sm-8px {
    height: 8px;
  }
}
@media (min-width: 768px) {
  .c-w-md-8px {
    width: 8px;
  }
  .c-h-md-8px {
    height: 8px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-8px {
    width: 8px;
  }
  .c-h-lg-8px {
    height: 8px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-8px {
    width: 8px;
  }
  .c-h-xl-8px {
    height: 8px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-8px {
    width: 8px;
  }
  .c-h-sm-max-8px {
    height: 8px;
  }
  .c-h-max-100-8px {
    height: calc(100% - 8px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-8px {
    width: 8px;
  }
  .c-h-md-max-8px {
    height: 8px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-8px {
    width: 8px;
  }
  .c-h-lg-max-8px {
    height: 8px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-8px {
    width: 8px;
  }
  .c-h-xl-max-8px {
    height: 8px;
  }
}
.c-w-9px {
  width: 9px;
}

.c-h-9px {
  height: 9px;
}

.c-mw-9px {
  min-width: 9px;
}

.c-mh-9px {
  min-height: 9px;
}

.c-w-9px-i {
  width: 9px !important;
}

.c-h-100-9px {
  height: calc(100% - 9px);
}

.c-h-9px-i {
  height: 9px !important;
}

.c-mw-9px-i {
  min-width: 9px !important;
}

.c-mh-9px-i {
  min-height: 9px !important;
}

@media (min-width: 576px) {
  .c-w-sm-9px {
    width: 9px;
  }
  .c-h-sm-9px {
    height: 9px;
  }
}
@media (min-width: 768px) {
  .c-w-md-9px {
    width: 9px;
  }
  .c-h-md-9px {
    height: 9px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-9px {
    width: 9px;
  }
  .c-h-lg-9px {
    height: 9px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-9px {
    width: 9px;
  }
  .c-h-xl-9px {
    height: 9px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-9px {
    width: 9px;
  }
  .c-h-sm-max-9px {
    height: 9px;
  }
  .c-h-max-100-9px {
    height: calc(100% - 9px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-9px {
    width: 9px;
  }
  .c-h-md-max-9px {
    height: 9px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-9px {
    width: 9px;
  }
  .c-h-lg-max-9px {
    height: 9px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-9px {
    width: 9px;
  }
  .c-h-xl-max-9px {
    height: 9px;
  }
}
.c-w-10px {
  width: 10px;
}

.c-h-10px {
  height: 10px;
}

.c-mw-10px {
  min-width: 10px;
}

.c-mh-10px {
  min-height: 10px;
}

.c-w-10px-i {
  width: 10px !important;
}

.c-h-100-10px {
  height: calc(100% - 10px);
}

.c-h-10px-i {
  height: 10px !important;
}

.c-mw-10px-i {
  min-width: 10px !important;
}

.c-mh-10px-i {
  min-height: 10px !important;
}

@media (min-width: 576px) {
  .c-w-sm-10px {
    width: 10px;
  }
  .c-h-sm-10px {
    height: 10px;
  }
}
@media (min-width: 768px) {
  .c-w-md-10px {
    width: 10px;
  }
  .c-h-md-10px {
    height: 10px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-10px {
    width: 10px;
  }
  .c-h-lg-10px {
    height: 10px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-10px {
    width: 10px;
  }
  .c-h-xl-10px {
    height: 10px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-10px {
    width: 10px;
  }
  .c-h-sm-max-10px {
    height: 10px;
  }
  .c-h-max-100-10px {
    height: calc(100% - 10px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-10px {
    width: 10px;
  }
  .c-h-md-max-10px {
    height: 10px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-10px {
    width: 10px;
  }
  .c-h-lg-max-10px {
    height: 10px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-10px {
    width: 10px;
  }
  .c-h-xl-max-10px {
    height: 10px;
  }
}
.c-w-11px {
  width: 11px;
}

.c-h-11px {
  height: 11px;
}

.c-mw-11px {
  min-width: 11px;
}

.c-mh-11px {
  min-height: 11px;
}

.c-w-11px-i {
  width: 11px !important;
}

.c-h-100-11px {
  height: calc(100% - 11px);
}

.c-h-11px-i {
  height: 11px !important;
}

.c-mw-11px-i {
  min-width: 11px !important;
}

.c-mh-11px-i {
  min-height: 11px !important;
}

@media (min-width: 576px) {
  .c-w-sm-11px {
    width: 11px;
  }
  .c-h-sm-11px {
    height: 11px;
  }
}
@media (min-width: 768px) {
  .c-w-md-11px {
    width: 11px;
  }
  .c-h-md-11px {
    height: 11px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-11px {
    width: 11px;
  }
  .c-h-lg-11px {
    height: 11px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-11px {
    width: 11px;
  }
  .c-h-xl-11px {
    height: 11px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-11px {
    width: 11px;
  }
  .c-h-sm-max-11px {
    height: 11px;
  }
  .c-h-max-100-11px {
    height: calc(100% - 11px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-11px {
    width: 11px;
  }
  .c-h-md-max-11px {
    height: 11px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-11px {
    width: 11px;
  }
  .c-h-lg-max-11px {
    height: 11px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-11px {
    width: 11px;
  }
  .c-h-xl-max-11px {
    height: 11px;
  }
}
.c-w-12px {
  width: 12px;
}

.c-h-12px {
  height: 12px;
}

.c-mw-12px {
  min-width: 12px;
}

.c-mh-12px {
  min-height: 12px;
}

.c-w-12px-i {
  width: 12px !important;
}

.c-h-100-12px {
  height: calc(100% - 12px);
}

.c-h-12px-i {
  height: 12px !important;
}

.c-mw-12px-i {
  min-width: 12px !important;
}

.c-mh-12px-i {
  min-height: 12px !important;
}

@media (min-width: 576px) {
  .c-w-sm-12px {
    width: 12px;
  }
  .c-h-sm-12px {
    height: 12px;
  }
}
@media (min-width: 768px) {
  .c-w-md-12px {
    width: 12px;
  }
  .c-h-md-12px {
    height: 12px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-12px {
    width: 12px;
  }
  .c-h-lg-12px {
    height: 12px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-12px {
    width: 12px;
  }
  .c-h-xl-12px {
    height: 12px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-12px {
    width: 12px;
  }
  .c-h-sm-max-12px {
    height: 12px;
  }
  .c-h-max-100-12px {
    height: calc(100% - 12px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-12px {
    width: 12px;
  }
  .c-h-md-max-12px {
    height: 12px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-12px {
    width: 12px;
  }
  .c-h-lg-max-12px {
    height: 12px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-12px {
    width: 12px;
  }
  .c-h-xl-max-12px {
    height: 12px;
  }
}
.c-w-13px {
  width: 13px;
}

.c-h-13px {
  height: 13px;
}

.c-mw-13px {
  min-width: 13px;
}

.c-mh-13px {
  min-height: 13px;
}

.c-w-13px-i {
  width: 13px !important;
}

.c-h-100-13px {
  height: calc(100% - 13px);
}

.c-h-13px-i {
  height: 13px !important;
}

.c-mw-13px-i {
  min-width: 13px !important;
}

.c-mh-13px-i {
  min-height: 13px !important;
}

@media (min-width: 576px) {
  .c-w-sm-13px {
    width: 13px;
  }
  .c-h-sm-13px {
    height: 13px;
  }
}
@media (min-width: 768px) {
  .c-w-md-13px {
    width: 13px;
  }
  .c-h-md-13px {
    height: 13px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-13px {
    width: 13px;
  }
  .c-h-lg-13px {
    height: 13px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-13px {
    width: 13px;
  }
  .c-h-xl-13px {
    height: 13px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-13px {
    width: 13px;
  }
  .c-h-sm-max-13px {
    height: 13px;
  }
  .c-h-max-100-13px {
    height: calc(100% - 13px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-13px {
    width: 13px;
  }
  .c-h-md-max-13px {
    height: 13px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-13px {
    width: 13px;
  }
  .c-h-lg-max-13px {
    height: 13px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-13px {
    width: 13px;
  }
  .c-h-xl-max-13px {
    height: 13px;
  }
}
.c-w-14px {
  width: 14px;
}

.c-h-14px {
  height: 14px;
}

.c-mw-14px {
  min-width: 14px;
}

.c-mh-14px {
  min-height: 14px;
}

.c-w-14px-i {
  width: 14px !important;
}

.c-h-100-14px {
  height: calc(100% - 14px);
}

.c-h-14px-i {
  height: 14px !important;
}

.c-mw-14px-i {
  min-width: 14px !important;
}

.c-mh-14px-i {
  min-height: 14px !important;
}

@media (min-width: 576px) {
  .c-w-sm-14px {
    width: 14px;
  }
  .c-h-sm-14px {
    height: 14px;
  }
}
@media (min-width: 768px) {
  .c-w-md-14px {
    width: 14px;
  }
  .c-h-md-14px {
    height: 14px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-14px {
    width: 14px;
  }
  .c-h-lg-14px {
    height: 14px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-14px {
    width: 14px;
  }
  .c-h-xl-14px {
    height: 14px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-14px {
    width: 14px;
  }
  .c-h-sm-max-14px {
    height: 14px;
  }
  .c-h-max-100-14px {
    height: calc(100% - 14px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-14px {
    width: 14px;
  }
  .c-h-md-max-14px {
    height: 14px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-14px {
    width: 14px;
  }
  .c-h-lg-max-14px {
    height: 14px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-14px {
    width: 14px;
  }
  .c-h-xl-max-14px {
    height: 14px;
  }
}
.c-w-15px {
  width: 15px;
}

.c-h-15px {
  height: 15px;
}

.c-mw-15px {
  min-width: 15px;
}

.c-mh-15px {
  min-height: 15px;
}

.c-w-15px-i {
  width: 15px !important;
}

.c-h-100-15px {
  height: calc(100% - 15px);
}

.c-h-15px-i {
  height: 15px !important;
}

.c-mw-15px-i {
  min-width: 15px !important;
}

.c-mh-15px-i {
  min-height: 15px !important;
}

@media (min-width: 576px) {
  .c-w-sm-15px {
    width: 15px;
  }
  .c-h-sm-15px {
    height: 15px;
  }
}
@media (min-width: 768px) {
  .c-w-md-15px {
    width: 15px;
  }
  .c-h-md-15px {
    height: 15px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-15px {
    width: 15px;
  }
  .c-h-lg-15px {
    height: 15px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-15px {
    width: 15px;
  }
  .c-h-xl-15px {
    height: 15px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-15px {
    width: 15px;
  }
  .c-h-sm-max-15px {
    height: 15px;
  }
  .c-h-max-100-15px {
    height: calc(100% - 15px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-15px {
    width: 15px;
  }
  .c-h-md-max-15px {
    height: 15px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-15px {
    width: 15px;
  }
  .c-h-lg-max-15px {
    height: 15px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-15px {
    width: 15px;
  }
  .c-h-xl-max-15px {
    height: 15px;
  }
}
.c-w-16px {
  width: 16px;
}

.c-h-16px {
  height: 16px;
}

.c-mw-16px {
  min-width: 16px;
}

.c-mh-16px {
  min-height: 16px;
}

.c-w-16px-i {
  width: 16px !important;
}

.c-h-100-16px {
  height: calc(100% - 16px);
}

.c-h-16px-i {
  height: 16px !important;
}

.c-mw-16px-i {
  min-width: 16px !important;
}

.c-mh-16px-i {
  min-height: 16px !important;
}

@media (min-width: 576px) {
  .c-w-sm-16px {
    width: 16px;
  }
  .c-h-sm-16px {
    height: 16px;
  }
}
@media (min-width: 768px) {
  .c-w-md-16px {
    width: 16px;
  }
  .c-h-md-16px {
    height: 16px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-16px {
    width: 16px;
  }
  .c-h-lg-16px {
    height: 16px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-16px {
    width: 16px;
  }
  .c-h-xl-16px {
    height: 16px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-16px {
    width: 16px;
  }
  .c-h-sm-max-16px {
    height: 16px;
  }
  .c-h-max-100-16px {
    height: calc(100% - 16px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-16px {
    width: 16px;
  }
  .c-h-md-max-16px {
    height: 16px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-16px {
    width: 16px;
  }
  .c-h-lg-max-16px {
    height: 16px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-16px {
    width: 16px;
  }
  .c-h-xl-max-16px {
    height: 16px;
  }
}
.c-w-17px {
  width: 17px;
}

.c-h-17px {
  height: 17px;
}

.c-mw-17px {
  min-width: 17px;
}

.c-mh-17px {
  min-height: 17px;
}

.c-w-17px-i {
  width: 17px !important;
}

.c-h-100-17px {
  height: calc(100% - 17px);
}

.c-h-17px-i {
  height: 17px !important;
}

.c-mw-17px-i {
  min-width: 17px !important;
}

.c-mh-17px-i {
  min-height: 17px !important;
}

@media (min-width: 576px) {
  .c-w-sm-17px {
    width: 17px;
  }
  .c-h-sm-17px {
    height: 17px;
  }
}
@media (min-width: 768px) {
  .c-w-md-17px {
    width: 17px;
  }
  .c-h-md-17px {
    height: 17px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-17px {
    width: 17px;
  }
  .c-h-lg-17px {
    height: 17px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-17px {
    width: 17px;
  }
  .c-h-xl-17px {
    height: 17px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-17px {
    width: 17px;
  }
  .c-h-sm-max-17px {
    height: 17px;
  }
  .c-h-max-100-17px {
    height: calc(100% - 17px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-17px {
    width: 17px;
  }
  .c-h-md-max-17px {
    height: 17px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-17px {
    width: 17px;
  }
  .c-h-lg-max-17px {
    height: 17px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-17px {
    width: 17px;
  }
  .c-h-xl-max-17px {
    height: 17px;
  }
}
.c-w-18px {
  width: 18px;
}

.c-h-18px {
  height: 18px;
}

.c-mw-18px {
  min-width: 18px;
}

.c-mh-18px {
  min-height: 18px;
}

.c-w-18px-i {
  width: 18px !important;
}

.c-h-100-18px {
  height: calc(100% - 18px);
}

.c-h-18px-i {
  height: 18px !important;
}

.c-mw-18px-i {
  min-width: 18px !important;
}

.c-mh-18px-i {
  min-height: 18px !important;
}

@media (min-width: 576px) {
  .c-w-sm-18px {
    width: 18px;
  }
  .c-h-sm-18px {
    height: 18px;
  }
}
@media (min-width: 768px) {
  .c-w-md-18px {
    width: 18px;
  }
  .c-h-md-18px {
    height: 18px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-18px {
    width: 18px;
  }
  .c-h-lg-18px {
    height: 18px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-18px {
    width: 18px;
  }
  .c-h-xl-18px {
    height: 18px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-18px {
    width: 18px;
  }
  .c-h-sm-max-18px {
    height: 18px;
  }
  .c-h-max-100-18px {
    height: calc(100% - 18px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-18px {
    width: 18px;
  }
  .c-h-md-max-18px {
    height: 18px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-18px {
    width: 18px;
  }
  .c-h-lg-max-18px {
    height: 18px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-18px {
    width: 18px;
  }
  .c-h-xl-max-18px {
    height: 18px;
  }
}
.c-w-19px {
  width: 19px;
}

.c-h-19px {
  height: 19px;
}

.c-mw-19px {
  min-width: 19px;
}

.c-mh-19px {
  min-height: 19px;
}

.c-w-19px-i {
  width: 19px !important;
}

.c-h-100-19px {
  height: calc(100% - 19px);
}

.c-h-19px-i {
  height: 19px !important;
}

.c-mw-19px-i {
  min-width: 19px !important;
}

.c-mh-19px-i {
  min-height: 19px !important;
}

@media (min-width: 576px) {
  .c-w-sm-19px {
    width: 19px;
  }
  .c-h-sm-19px {
    height: 19px;
  }
}
@media (min-width: 768px) {
  .c-w-md-19px {
    width: 19px;
  }
  .c-h-md-19px {
    height: 19px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-19px {
    width: 19px;
  }
  .c-h-lg-19px {
    height: 19px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-19px {
    width: 19px;
  }
  .c-h-xl-19px {
    height: 19px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-19px {
    width: 19px;
  }
  .c-h-sm-max-19px {
    height: 19px;
  }
  .c-h-max-100-19px {
    height: calc(100% - 19px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-19px {
    width: 19px;
  }
  .c-h-md-max-19px {
    height: 19px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-19px {
    width: 19px;
  }
  .c-h-lg-max-19px {
    height: 19px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-19px {
    width: 19px;
  }
  .c-h-xl-max-19px {
    height: 19px;
  }
}
.c-w-20px {
  width: 20px;
}

.c-h-20px {
  height: 20px;
}

.c-mw-20px {
  min-width: 20px;
}

.c-mh-20px {
  min-height: 20px;
}

.c-w-20px-i {
  width: 20px !important;
}

.c-h-100-20px {
  height: calc(100% - 20px);
}

.c-h-20px-i {
  height: 20px !important;
}

.c-mw-20px-i {
  min-width: 20px !important;
}

.c-mh-20px-i {
  min-height: 20px !important;
}

@media (min-width: 576px) {
  .c-w-sm-20px {
    width: 20px;
  }
  .c-h-sm-20px {
    height: 20px;
  }
}
@media (min-width: 768px) {
  .c-w-md-20px {
    width: 20px;
  }
  .c-h-md-20px {
    height: 20px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-20px {
    width: 20px;
  }
  .c-h-lg-20px {
    height: 20px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-20px {
    width: 20px;
  }
  .c-h-xl-20px {
    height: 20px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-20px {
    width: 20px;
  }
  .c-h-sm-max-20px {
    height: 20px;
  }
  .c-h-max-100-20px {
    height: calc(100% - 20px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-20px {
    width: 20px;
  }
  .c-h-md-max-20px {
    height: 20px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-20px {
    width: 20px;
  }
  .c-h-lg-max-20px {
    height: 20px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-20px {
    width: 20px;
  }
  .c-h-xl-max-20px {
    height: 20px;
  }
}
.c-w-21px {
  width: 21px;
}

.c-h-21px {
  height: 21px;
}

.c-mw-21px {
  min-width: 21px;
}

.c-mh-21px {
  min-height: 21px;
}

.c-w-21px-i {
  width: 21px !important;
}

.c-h-100-21px {
  height: calc(100% - 21px);
}

.c-h-21px-i {
  height: 21px !important;
}

.c-mw-21px-i {
  min-width: 21px !important;
}

.c-mh-21px-i {
  min-height: 21px !important;
}

@media (min-width: 576px) {
  .c-w-sm-21px {
    width: 21px;
  }
  .c-h-sm-21px {
    height: 21px;
  }
}
@media (min-width: 768px) {
  .c-w-md-21px {
    width: 21px;
  }
  .c-h-md-21px {
    height: 21px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-21px {
    width: 21px;
  }
  .c-h-lg-21px {
    height: 21px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-21px {
    width: 21px;
  }
  .c-h-xl-21px {
    height: 21px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-21px {
    width: 21px;
  }
  .c-h-sm-max-21px {
    height: 21px;
  }
  .c-h-max-100-21px {
    height: calc(100% - 21px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-21px {
    width: 21px;
  }
  .c-h-md-max-21px {
    height: 21px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-21px {
    width: 21px;
  }
  .c-h-lg-max-21px {
    height: 21px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-21px {
    width: 21px;
  }
  .c-h-xl-max-21px {
    height: 21px;
  }
}
.c-w-22px {
  width: 22px;
}

.c-h-22px {
  height: 22px;
}

.c-mw-22px {
  min-width: 22px;
}

.c-mh-22px {
  min-height: 22px;
}

.c-w-22px-i {
  width: 22px !important;
}

.c-h-100-22px {
  height: calc(100% - 22px);
}

.c-h-22px-i {
  height: 22px !important;
}

.c-mw-22px-i {
  min-width: 22px !important;
}

.c-mh-22px-i {
  min-height: 22px !important;
}

@media (min-width: 576px) {
  .c-w-sm-22px {
    width: 22px;
  }
  .c-h-sm-22px {
    height: 22px;
  }
}
@media (min-width: 768px) {
  .c-w-md-22px {
    width: 22px;
  }
  .c-h-md-22px {
    height: 22px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-22px {
    width: 22px;
  }
  .c-h-lg-22px {
    height: 22px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-22px {
    width: 22px;
  }
  .c-h-xl-22px {
    height: 22px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-22px {
    width: 22px;
  }
  .c-h-sm-max-22px {
    height: 22px;
  }
  .c-h-max-100-22px {
    height: calc(100% - 22px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-22px {
    width: 22px;
  }
  .c-h-md-max-22px {
    height: 22px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-22px {
    width: 22px;
  }
  .c-h-lg-max-22px {
    height: 22px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-22px {
    width: 22px;
  }
  .c-h-xl-max-22px {
    height: 22px;
  }
}
.c-w-23px {
  width: 23px;
}

.c-h-23px {
  height: 23px;
}

.c-mw-23px {
  min-width: 23px;
}

.c-mh-23px {
  min-height: 23px;
}

.c-w-23px-i {
  width: 23px !important;
}

.c-h-100-23px {
  height: calc(100% - 23px);
}

.c-h-23px-i {
  height: 23px !important;
}

.c-mw-23px-i {
  min-width: 23px !important;
}

.c-mh-23px-i {
  min-height: 23px !important;
}

@media (min-width: 576px) {
  .c-w-sm-23px {
    width: 23px;
  }
  .c-h-sm-23px {
    height: 23px;
  }
}
@media (min-width: 768px) {
  .c-w-md-23px {
    width: 23px;
  }
  .c-h-md-23px {
    height: 23px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-23px {
    width: 23px;
  }
  .c-h-lg-23px {
    height: 23px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-23px {
    width: 23px;
  }
  .c-h-xl-23px {
    height: 23px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-23px {
    width: 23px;
  }
  .c-h-sm-max-23px {
    height: 23px;
  }
  .c-h-max-100-23px {
    height: calc(100% - 23px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-23px {
    width: 23px;
  }
  .c-h-md-max-23px {
    height: 23px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-23px {
    width: 23px;
  }
  .c-h-lg-max-23px {
    height: 23px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-23px {
    width: 23px;
  }
  .c-h-xl-max-23px {
    height: 23px;
  }
}
.c-w-24px {
  width: 24px;
}

.c-h-24px {
  height: 24px;
}

.c-mw-24px {
  min-width: 24px;
}

.c-mh-24px {
  min-height: 24px;
}

.c-w-24px-i {
  width: 24px !important;
}

.c-h-100-24px {
  height: calc(100% - 24px);
}

.c-h-24px-i {
  height: 24px !important;
}

.c-mw-24px-i {
  min-width: 24px !important;
}

.c-mh-24px-i {
  min-height: 24px !important;
}

@media (min-width: 576px) {
  .c-w-sm-24px {
    width: 24px;
  }
  .c-h-sm-24px {
    height: 24px;
  }
}
@media (min-width: 768px) {
  .c-w-md-24px {
    width: 24px;
  }
  .c-h-md-24px {
    height: 24px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-24px {
    width: 24px;
  }
  .c-h-lg-24px {
    height: 24px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-24px {
    width: 24px;
  }
  .c-h-xl-24px {
    height: 24px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-24px {
    width: 24px;
  }
  .c-h-sm-max-24px {
    height: 24px;
  }
  .c-h-max-100-24px {
    height: calc(100% - 24px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-24px {
    width: 24px;
  }
  .c-h-md-max-24px {
    height: 24px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-24px {
    width: 24px;
  }
  .c-h-lg-max-24px {
    height: 24px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-24px {
    width: 24px;
  }
  .c-h-xl-max-24px {
    height: 24px;
  }
}
.c-w-25px {
  width: 25px;
}

.c-h-25px {
  height: 25px;
}

.c-mw-25px {
  min-width: 25px;
}

.c-mh-25px {
  min-height: 25px;
}

.c-w-25px-i {
  width: 25px !important;
}

.c-h-100-25px {
  height: calc(100% - 25px);
}

.c-h-25px-i {
  height: 25px !important;
}

.c-mw-25px-i {
  min-width: 25px !important;
}

.c-mh-25px-i {
  min-height: 25px !important;
}

@media (min-width: 576px) {
  .c-w-sm-25px {
    width: 25px;
  }
  .c-h-sm-25px {
    height: 25px;
  }
}
@media (min-width: 768px) {
  .c-w-md-25px {
    width: 25px;
  }
  .c-h-md-25px {
    height: 25px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-25px {
    width: 25px;
  }
  .c-h-lg-25px {
    height: 25px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-25px {
    width: 25px;
  }
  .c-h-xl-25px {
    height: 25px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-25px {
    width: 25px;
  }
  .c-h-sm-max-25px {
    height: 25px;
  }
  .c-h-max-100-25px {
    height: calc(100% - 25px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-25px {
    width: 25px;
  }
  .c-h-md-max-25px {
    height: 25px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-25px {
    width: 25px;
  }
  .c-h-lg-max-25px {
    height: 25px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-25px {
    width: 25px;
  }
  .c-h-xl-max-25px {
    height: 25px;
  }
}
.c-w-26px {
  width: 26px;
}

.c-h-26px {
  height: 26px;
}

.c-mw-26px {
  min-width: 26px;
}

.c-mh-26px {
  min-height: 26px;
}

.c-w-26px-i {
  width: 26px !important;
}

.c-h-100-26px {
  height: calc(100% - 26px);
}

.c-h-26px-i {
  height: 26px !important;
}

.c-mw-26px-i {
  min-width: 26px !important;
}

.c-mh-26px-i {
  min-height: 26px !important;
}

@media (min-width: 576px) {
  .c-w-sm-26px {
    width: 26px;
  }
  .c-h-sm-26px {
    height: 26px;
  }
}
@media (min-width: 768px) {
  .c-w-md-26px {
    width: 26px;
  }
  .c-h-md-26px {
    height: 26px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-26px {
    width: 26px;
  }
  .c-h-lg-26px {
    height: 26px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-26px {
    width: 26px;
  }
  .c-h-xl-26px {
    height: 26px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-26px {
    width: 26px;
  }
  .c-h-sm-max-26px {
    height: 26px;
  }
  .c-h-max-100-26px {
    height: calc(100% - 26px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-26px {
    width: 26px;
  }
  .c-h-md-max-26px {
    height: 26px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-26px {
    width: 26px;
  }
  .c-h-lg-max-26px {
    height: 26px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-26px {
    width: 26px;
  }
  .c-h-xl-max-26px {
    height: 26px;
  }
}
.c-w-27px {
  width: 27px;
}

.c-h-27px {
  height: 27px;
}

.c-mw-27px {
  min-width: 27px;
}

.c-mh-27px {
  min-height: 27px;
}

.c-w-27px-i {
  width: 27px !important;
}

.c-h-100-27px {
  height: calc(100% - 27px);
}

.c-h-27px-i {
  height: 27px !important;
}

.c-mw-27px-i {
  min-width: 27px !important;
}

.c-mh-27px-i {
  min-height: 27px !important;
}

@media (min-width: 576px) {
  .c-w-sm-27px {
    width: 27px;
  }
  .c-h-sm-27px {
    height: 27px;
  }
}
@media (min-width: 768px) {
  .c-w-md-27px {
    width: 27px;
  }
  .c-h-md-27px {
    height: 27px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-27px {
    width: 27px;
  }
  .c-h-lg-27px {
    height: 27px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-27px {
    width: 27px;
  }
  .c-h-xl-27px {
    height: 27px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-27px {
    width: 27px;
  }
  .c-h-sm-max-27px {
    height: 27px;
  }
  .c-h-max-100-27px {
    height: calc(100% - 27px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-27px {
    width: 27px;
  }
  .c-h-md-max-27px {
    height: 27px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-27px {
    width: 27px;
  }
  .c-h-lg-max-27px {
    height: 27px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-27px {
    width: 27px;
  }
  .c-h-xl-max-27px {
    height: 27px;
  }
}
.c-w-28px {
  width: 28px;
}

.c-h-28px {
  height: 28px;
}

.c-mw-28px {
  min-width: 28px;
}

.c-mh-28px {
  min-height: 28px;
}

.c-w-28px-i {
  width: 28px !important;
}

.c-h-100-28px {
  height: calc(100% - 28px);
}

.c-h-28px-i {
  height: 28px !important;
}

.c-mw-28px-i {
  min-width: 28px !important;
}

.c-mh-28px-i {
  min-height: 28px !important;
}

@media (min-width: 576px) {
  .c-w-sm-28px {
    width: 28px;
  }
  .c-h-sm-28px {
    height: 28px;
  }
}
@media (min-width: 768px) {
  .c-w-md-28px {
    width: 28px;
  }
  .c-h-md-28px {
    height: 28px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-28px {
    width: 28px;
  }
  .c-h-lg-28px {
    height: 28px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-28px {
    width: 28px;
  }
  .c-h-xl-28px {
    height: 28px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-28px {
    width: 28px;
  }
  .c-h-sm-max-28px {
    height: 28px;
  }
  .c-h-max-100-28px {
    height: calc(100% - 28px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-28px {
    width: 28px;
  }
  .c-h-md-max-28px {
    height: 28px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-28px {
    width: 28px;
  }
  .c-h-lg-max-28px {
    height: 28px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-28px {
    width: 28px;
  }
  .c-h-xl-max-28px {
    height: 28px;
  }
}
.c-w-29px {
  width: 29px;
}

.c-h-29px {
  height: 29px;
}

.c-mw-29px {
  min-width: 29px;
}

.c-mh-29px {
  min-height: 29px;
}

.c-w-29px-i {
  width: 29px !important;
}

.c-h-100-29px {
  height: calc(100% - 29px);
}

.c-h-29px-i {
  height: 29px !important;
}

.c-mw-29px-i {
  min-width: 29px !important;
}

.c-mh-29px-i {
  min-height: 29px !important;
}

@media (min-width: 576px) {
  .c-w-sm-29px {
    width: 29px;
  }
  .c-h-sm-29px {
    height: 29px;
  }
}
@media (min-width: 768px) {
  .c-w-md-29px {
    width: 29px;
  }
  .c-h-md-29px {
    height: 29px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-29px {
    width: 29px;
  }
  .c-h-lg-29px {
    height: 29px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-29px {
    width: 29px;
  }
  .c-h-xl-29px {
    height: 29px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-29px {
    width: 29px;
  }
  .c-h-sm-max-29px {
    height: 29px;
  }
  .c-h-max-100-29px {
    height: calc(100% - 29px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-29px {
    width: 29px;
  }
  .c-h-md-max-29px {
    height: 29px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-29px {
    width: 29px;
  }
  .c-h-lg-max-29px {
    height: 29px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-29px {
    width: 29px;
  }
  .c-h-xl-max-29px {
    height: 29px;
  }
}
.c-w-30px {
  width: 30px;
}

.c-h-30px {
  height: 30px;
}

.c-mw-30px {
  min-width: 30px;
}

.c-mh-30px {
  min-height: 30px;
}

.c-w-30px-i {
  width: 30px !important;
}

.c-h-100-30px {
  height: calc(100% - 30px);
}

.c-h-30px-i {
  height: 30px !important;
}

.c-mw-30px-i {
  min-width: 30px !important;
}

.c-mh-30px-i {
  min-height: 30px !important;
}

@media (min-width: 576px) {
  .c-w-sm-30px {
    width: 30px;
  }
  .c-h-sm-30px {
    height: 30px;
  }
}
@media (min-width: 768px) {
  .c-w-md-30px {
    width: 30px;
  }
  .c-h-md-30px {
    height: 30px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-30px {
    width: 30px;
  }
  .c-h-lg-30px {
    height: 30px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-30px {
    width: 30px;
  }
  .c-h-xl-30px {
    height: 30px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-30px {
    width: 30px;
  }
  .c-h-sm-max-30px {
    height: 30px;
  }
  .c-h-max-100-30px {
    height: calc(100% - 30px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-30px {
    width: 30px;
  }
  .c-h-md-max-30px {
    height: 30px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-30px {
    width: 30px;
  }
  .c-h-lg-max-30px {
    height: 30px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-30px {
    width: 30px;
  }
  .c-h-xl-max-30px {
    height: 30px;
  }
}
.c-w-31px {
  width: 31px;
}

.c-h-31px {
  height: 31px;
}

.c-mw-31px {
  min-width: 31px;
}

.c-mh-31px {
  min-height: 31px;
}

.c-w-31px-i {
  width: 31px !important;
}

.c-h-100-31px {
  height: calc(100% - 31px);
}

.c-h-31px-i {
  height: 31px !important;
}

.c-mw-31px-i {
  min-width: 31px !important;
}

.c-mh-31px-i {
  min-height: 31px !important;
}

@media (min-width: 576px) {
  .c-w-sm-31px {
    width: 31px;
  }
  .c-h-sm-31px {
    height: 31px;
  }
}
@media (min-width: 768px) {
  .c-w-md-31px {
    width: 31px;
  }
  .c-h-md-31px {
    height: 31px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-31px {
    width: 31px;
  }
  .c-h-lg-31px {
    height: 31px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-31px {
    width: 31px;
  }
  .c-h-xl-31px {
    height: 31px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-31px {
    width: 31px;
  }
  .c-h-sm-max-31px {
    height: 31px;
  }
  .c-h-max-100-31px {
    height: calc(100% - 31px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-31px {
    width: 31px;
  }
  .c-h-md-max-31px {
    height: 31px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-31px {
    width: 31px;
  }
  .c-h-lg-max-31px {
    height: 31px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-31px {
    width: 31px;
  }
  .c-h-xl-max-31px {
    height: 31px;
  }
}
.c-w-32px {
  width: 32px;
}

.c-h-32px {
  height: 32px;
}

.c-mw-32px {
  min-width: 32px;
}

.c-mh-32px {
  min-height: 32px;
}

.c-w-32px-i {
  width: 32px !important;
}

.c-h-100-32px {
  height: calc(100% - 32px);
}

.c-h-32px-i {
  height: 32px !important;
}

.c-mw-32px-i {
  min-width: 32px !important;
}

.c-mh-32px-i {
  min-height: 32px !important;
}

@media (min-width: 576px) {
  .c-w-sm-32px {
    width: 32px;
  }
  .c-h-sm-32px {
    height: 32px;
  }
}
@media (min-width: 768px) {
  .c-w-md-32px {
    width: 32px;
  }
  .c-h-md-32px {
    height: 32px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-32px {
    width: 32px;
  }
  .c-h-lg-32px {
    height: 32px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-32px {
    width: 32px;
  }
  .c-h-xl-32px {
    height: 32px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-32px {
    width: 32px;
  }
  .c-h-sm-max-32px {
    height: 32px;
  }
  .c-h-max-100-32px {
    height: calc(100% - 32px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-32px {
    width: 32px;
  }
  .c-h-md-max-32px {
    height: 32px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-32px {
    width: 32px;
  }
  .c-h-lg-max-32px {
    height: 32px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-32px {
    width: 32px;
  }
  .c-h-xl-max-32px {
    height: 32px;
  }
}
.c-w-33px {
  width: 33px;
}

.c-h-33px {
  height: 33px;
}

.c-mw-33px {
  min-width: 33px;
}

.c-mh-33px {
  min-height: 33px;
}

.c-w-33px-i {
  width: 33px !important;
}

.c-h-100-33px {
  height: calc(100% - 33px);
}

.c-h-33px-i {
  height: 33px !important;
}

.c-mw-33px-i {
  min-width: 33px !important;
}

.c-mh-33px-i {
  min-height: 33px !important;
}

@media (min-width: 576px) {
  .c-w-sm-33px {
    width: 33px;
  }
  .c-h-sm-33px {
    height: 33px;
  }
}
@media (min-width: 768px) {
  .c-w-md-33px {
    width: 33px;
  }
  .c-h-md-33px {
    height: 33px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-33px {
    width: 33px;
  }
  .c-h-lg-33px {
    height: 33px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-33px {
    width: 33px;
  }
  .c-h-xl-33px {
    height: 33px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-33px {
    width: 33px;
  }
  .c-h-sm-max-33px {
    height: 33px;
  }
  .c-h-max-100-33px {
    height: calc(100% - 33px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-33px {
    width: 33px;
  }
  .c-h-md-max-33px {
    height: 33px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-33px {
    width: 33px;
  }
  .c-h-lg-max-33px {
    height: 33px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-33px {
    width: 33px;
  }
  .c-h-xl-max-33px {
    height: 33px;
  }
}
.c-w-34px {
  width: 34px;
}

.c-h-34px {
  height: 34px;
}

.c-mw-34px {
  min-width: 34px;
}

.c-mh-34px {
  min-height: 34px;
}

.c-w-34px-i {
  width: 34px !important;
}

.c-h-100-34px {
  height: calc(100% - 34px);
}

.c-h-34px-i {
  height: 34px !important;
}

.c-mw-34px-i {
  min-width: 34px !important;
}

.c-mh-34px-i {
  min-height: 34px !important;
}

@media (min-width: 576px) {
  .c-w-sm-34px {
    width: 34px;
  }
  .c-h-sm-34px {
    height: 34px;
  }
}
@media (min-width: 768px) {
  .c-w-md-34px {
    width: 34px;
  }
  .c-h-md-34px {
    height: 34px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-34px {
    width: 34px;
  }
  .c-h-lg-34px {
    height: 34px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-34px {
    width: 34px;
  }
  .c-h-xl-34px {
    height: 34px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-34px {
    width: 34px;
  }
  .c-h-sm-max-34px {
    height: 34px;
  }
  .c-h-max-100-34px {
    height: calc(100% - 34px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-34px {
    width: 34px;
  }
  .c-h-md-max-34px {
    height: 34px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-34px {
    width: 34px;
  }
  .c-h-lg-max-34px {
    height: 34px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-34px {
    width: 34px;
  }
  .c-h-xl-max-34px {
    height: 34px;
  }
}
.c-w-35px {
  width: 35px;
}

.c-h-35px {
  height: 35px;
}

.c-mw-35px {
  min-width: 35px;
}

.c-mh-35px {
  min-height: 35px;
}

.c-w-35px-i {
  width: 35px !important;
}

.c-h-100-35px {
  height: calc(100% - 35px);
}

.c-h-35px-i {
  height: 35px !important;
}

.c-mw-35px-i {
  min-width: 35px !important;
}

.c-mh-35px-i {
  min-height: 35px !important;
}

@media (min-width: 576px) {
  .c-w-sm-35px {
    width: 35px;
  }
  .c-h-sm-35px {
    height: 35px;
  }
}
@media (min-width: 768px) {
  .c-w-md-35px {
    width: 35px;
  }
  .c-h-md-35px {
    height: 35px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-35px {
    width: 35px;
  }
  .c-h-lg-35px {
    height: 35px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-35px {
    width: 35px;
  }
  .c-h-xl-35px {
    height: 35px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-35px {
    width: 35px;
  }
  .c-h-sm-max-35px {
    height: 35px;
  }
  .c-h-max-100-35px {
    height: calc(100% - 35px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-35px {
    width: 35px;
  }
  .c-h-md-max-35px {
    height: 35px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-35px {
    width: 35px;
  }
  .c-h-lg-max-35px {
    height: 35px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-35px {
    width: 35px;
  }
  .c-h-xl-max-35px {
    height: 35px;
  }
}
.c-w-36px {
  width: 36px;
}

.c-h-36px {
  height: 36px;
}

.c-mw-36px {
  min-width: 36px;
}

.c-mh-36px {
  min-height: 36px;
}

.c-w-36px-i {
  width: 36px !important;
}

.c-h-100-36px {
  height: calc(100% - 36px);
}

.c-h-36px-i {
  height: 36px !important;
}

.c-mw-36px-i {
  min-width: 36px !important;
}

.c-mh-36px-i {
  min-height: 36px !important;
}

@media (min-width: 576px) {
  .c-w-sm-36px {
    width: 36px;
  }
  .c-h-sm-36px {
    height: 36px;
  }
}
@media (min-width: 768px) {
  .c-w-md-36px {
    width: 36px;
  }
  .c-h-md-36px {
    height: 36px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-36px {
    width: 36px;
  }
  .c-h-lg-36px {
    height: 36px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-36px {
    width: 36px;
  }
  .c-h-xl-36px {
    height: 36px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-36px {
    width: 36px;
  }
  .c-h-sm-max-36px {
    height: 36px;
  }
  .c-h-max-100-36px {
    height: calc(100% - 36px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-36px {
    width: 36px;
  }
  .c-h-md-max-36px {
    height: 36px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-36px {
    width: 36px;
  }
  .c-h-lg-max-36px {
    height: 36px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-36px {
    width: 36px;
  }
  .c-h-xl-max-36px {
    height: 36px;
  }
}
.c-w-37px {
  width: 37px;
}

.c-h-37px {
  height: 37px;
}

.c-mw-37px {
  min-width: 37px;
}

.c-mh-37px {
  min-height: 37px;
}

.c-w-37px-i {
  width: 37px !important;
}

.c-h-100-37px {
  height: calc(100% - 37px);
}

.c-h-37px-i {
  height: 37px !important;
}

.c-mw-37px-i {
  min-width: 37px !important;
}

.c-mh-37px-i {
  min-height: 37px !important;
}

@media (min-width: 576px) {
  .c-w-sm-37px {
    width: 37px;
  }
  .c-h-sm-37px {
    height: 37px;
  }
}
@media (min-width: 768px) {
  .c-w-md-37px {
    width: 37px;
  }
  .c-h-md-37px {
    height: 37px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-37px {
    width: 37px;
  }
  .c-h-lg-37px {
    height: 37px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-37px {
    width: 37px;
  }
  .c-h-xl-37px {
    height: 37px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-37px {
    width: 37px;
  }
  .c-h-sm-max-37px {
    height: 37px;
  }
  .c-h-max-100-37px {
    height: calc(100% - 37px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-37px {
    width: 37px;
  }
  .c-h-md-max-37px {
    height: 37px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-37px {
    width: 37px;
  }
  .c-h-lg-max-37px {
    height: 37px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-37px {
    width: 37px;
  }
  .c-h-xl-max-37px {
    height: 37px;
  }
}
.c-w-38px {
  width: 38px;
}

.c-h-38px {
  height: 38px;
}

.c-mw-38px {
  min-width: 38px;
}

.c-mh-38px {
  min-height: 38px;
}

.c-w-38px-i {
  width: 38px !important;
}

.c-h-100-38px {
  height: calc(100% - 38px);
}

.c-h-38px-i {
  height: 38px !important;
}

.c-mw-38px-i {
  min-width: 38px !important;
}

.c-mh-38px-i {
  min-height: 38px !important;
}

@media (min-width: 576px) {
  .c-w-sm-38px {
    width: 38px;
  }
  .c-h-sm-38px {
    height: 38px;
  }
}
@media (min-width: 768px) {
  .c-w-md-38px {
    width: 38px;
  }
  .c-h-md-38px {
    height: 38px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-38px {
    width: 38px;
  }
  .c-h-lg-38px {
    height: 38px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-38px {
    width: 38px;
  }
  .c-h-xl-38px {
    height: 38px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-38px {
    width: 38px;
  }
  .c-h-sm-max-38px {
    height: 38px;
  }
  .c-h-max-100-38px {
    height: calc(100% - 38px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-38px {
    width: 38px;
  }
  .c-h-md-max-38px {
    height: 38px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-38px {
    width: 38px;
  }
  .c-h-lg-max-38px {
    height: 38px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-38px {
    width: 38px;
  }
  .c-h-xl-max-38px {
    height: 38px;
  }
}
.c-w-39px {
  width: 39px;
}

.c-h-39px {
  height: 39px;
}

.c-mw-39px {
  min-width: 39px;
}

.c-mh-39px {
  min-height: 39px;
}

.c-w-39px-i {
  width: 39px !important;
}

.c-h-100-39px {
  height: calc(100% - 39px);
}

.c-h-39px-i {
  height: 39px !important;
}

.c-mw-39px-i {
  min-width: 39px !important;
}

.c-mh-39px-i {
  min-height: 39px !important;
}

@media (min-width: 576px) {
  .c-w-sm-39px {
    width: 39px;
  }
  .c-h-sm-39px {
    height: 39px;
  }
}
@media (min-width: 768px) {
  .c-w-md-39px {
    width: 39px;
  }
  .c-h-md-39px {
    height: 39px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-39px {
    width: 39px;
  }
  .c-h-lg-39px {
    height: 39px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-39px {
    width: 39px;
  }
  .c-h-xl-39px {
    height: 39px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-39px {
    width: 39px;
  }
  .c-h-sm-max-39px {
    height: 39px;
  }
  .c-h-max-100-39px {
    height: calc(100% - 39px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-39px {
    width: 39px;
  }
  .c-h-md-max-39px {
    height: 39px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-39px {
    width: 39px;
  }
  .c-h-lg-max-39px {
    height: 39px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-39px {
    width: 39px;
  }
  .c-h-xl-max-39px {
    height: 39px;
  }
}
.c-w-40px {
  width: 40px;
}

.c-h-40px {
  height: 40px;
}

.c-mw-40px {
  min-width: 40px;
}

.c-mh-40px {
  min-height: 40px;
}

.c-w-40px-i {
  width: 40px !important;
}

.c-h-100-40px {
  height: calc(100% - 40px);
}

.c-h-40px-i {
  height: 40px !important;
}

.c-mw-40px-i {
  min-width: 40px !important;
}

.c-mh-40px-i {
  min-height: 40px !important;
}

@media (min-width: 576px) {
  .c-w-sm-40px {
    width: 40px;
  }
  .c-h-sm-40px {
    height: 40px;
  }
}
@media (min-width: 768px) {
  .c-w-md-40px {
    width: 40px;
  }
  .c-h-md-40px {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-40px {
    width: 40px;
  }
  .c-h-lg-40px {
    height: 40px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-40px {
    width: 40px;
  }
  .c-h-xl-40px {
    height: 40px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-40px {
    width: 40px;
  }
  .c-h-sm-max-40px {
    height: 40px;
  }
  .c-h-max-100-40px {
    height: calc(100% - 40px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-40px {
    width: 40px;
  }
  .c-h-md-max-40px {
    height: 40px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-40px {
    width: 40px;
  }
  .c-h-lg-max-40px {
    height: 40px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-40px {
    width: 40px;
  }
  .c-h-xl-max-40px {
    height: 40px;
  }
}
.c-w-41px {
  width: 41px;
}

.c-h-41px {
  height: 41px;
}

.c-mw-41px {
  min-width: 41px;
}

.c-mh-41px {
  min-height: 41px;
}

.c-w-41px-i {
  width: 41px !important;
}

.c-h-100-41px {
  height: calc(100% - 41px);
}

.c-h-41px-i {
  height: 41px !important;
}

.c-mw-41px-i {
  min-width: 41px !important;
}

.c-mh-41px-i {
  min-height: 41px !important;
}

@media (min-width: 576px) {
  .c-w-sm-41px {
    width: 41px;
  }
  .c-h-sm-41px {
    height: 41px;
  }
}
@media (min-width: 768px) {
  .c-w-md-41px {
    width: 41px;
  }
  .c-h-md-41px {
    height: 41px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-41px {
    width: 41px;
  }
  .c-h-lg-41px {
    height: 41px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-41px {
    width: 41px;
  }
  .c-h-xl-41px {
    height: 41px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-41px {
    width: 41px;
  }
  .c-h-sm-max-41px {
    height: 41px;
  }
  .c-h-max-100-41px {
    height: calc(100% - 41px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-41px {
    width: 41px;
  }
  .c-h-md-max-41px {
    height: 41px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-41px {
    width: 41px;
  }
  .c-h-lg-max-41px {
    height: 41px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-41px {
    width: 41px;
  }
  .c-h-xl-max-41px {
    height: 41px;
  }
}
.c-w-42px {
  width: 42px;
}

.c-h-42px {
  height: 42px;
}

.c-mw-42px {
  min-width: 42px;
}

.c-mh-42px {
  min-height: 42px;
}

.c-w-42px-i {
  width: 42px !important;
}

.c-h-100-42px {
  height: calc(100% - 42px);
}

.c-h-42px-i {
  height: 42px !important;
}

.c-mw-42px-i {
  min-width: 42px !important;
}

.c-mh-42px-i {
  min-height: 42px !important;
}

@media (min-width: 576px) {
  .c-w-sm-42px {
    width: 42px;
  }
  .c-h-sm-42px {
    height: 42px;
  }
}
@media (min-width: 768px) {
  .c-w-md-42px {
    width: 42px;
  }
  .c-h-md-42px {
    height: 42px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-42px {
    width: 42px;
  }
  .c-h-lg-42px {
    height: 42px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-42px {
    width: 42px;
  }
  .c-h-xl-42px {
    height: 42px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-42px {
    width: 42px;
  }
  .c-h-sm-max-42px {
    height: 42px;
  }
  .c-h-max-100-42px {
    height: calc(100% - 42px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-42px {
    width: 42px;
  }
  .c-h-md-max-42px {
    height: 42px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-42px {
    width: 42px;
  }
  .c-h-lg-max-42px {
    height: 42px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-42px {
    width: 42px;
  }
  .c-h-xl-max-42px {
    height: 42px;
  }
}
.c-w-43px {
  width: 43px;
}

.c-h-43px {
  height: 43px;
}

.c-mw-43px {
  min-width: 43px;
}

.c-mh-43px {
  min-height: 43px;
}

.c-w-43px-i {
  width: 43px !important;
}

.c-h-100-43px {
  height: calc(100% - 43px);
}

.c-h-43px-i {
  height: 43px !important;
}

.c-mw-43px-i {
  min-width: 43px !important;
}

.c-mh-43px-i {
  min-height: 43px !important;
}

@media (min-width: 576px) {
  .c-w-sm-43px {
    width: 43px;
  }
  .c-h-sm-43px {
    height: 43px;
  }
}
@media (min-width: 768px) {
  .c-w-md-43px {
    width: 43px;
  }
  .c-h-md-43px {
    height: 43px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-43px {
    width: 43px;
  }
  .c-h-lg-43px {
    height: 43px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-43px {
    width: 43px;
  }
  .c-h-xl-43px {
    height: 43px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-43px {
    width: 43px;
  }
  .c-h-sm-max-43px {
    height: 43px;
  }
  .c-h-max-100-43px {
    height: calc(100% - 43px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-43px {
    width: 43px;
  }
  .c-h-md-max-43px {
    height: 43px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-43px {
    width: 43px;
  }
  .c-h-lg-max-43px {
    height: 43px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-43px {
    width: 43px;
  }
  .c-h-xl-max-43px {
    height: 43px;
  }
}
.c-w-44px {
  width: 44px;
}

.c-h-44px {
  height: 44px;
}

.c-mw-44px {
  min-width: 44px;
}

.c-mh-44px {
  min-height: 44px;
}

.c-w-44px-i {
  width: 44px !important;
}

.c-h-100-44px {
  height: calc(100% - 44px);
}

.c-h-44px-i {
  height: 44px !important;
}

.c-mw-44px-i {
  min-width: 44px !important;
}

.c-mh-44px-i {
  min-height: 44px !important;
}

@media (min-width: 576px) {
  .c-w-sm-44px {
    width: 44px;
  }
  .c-h-sm-44px {
    height: 44px;
  }
}
@media (min-width: 768px) {
  .c-w-md-44px {
    width: 44px;
  }
  .c-h-md-44px {
    height: 44px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-44px {
    width: 44px;
  }
  .c-h-lg-44px {
    height: 44px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-44px {
    width: 44px;
  }
  .c-h-xl-44px {
    height: 44px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-44px {
    width: 44px;
  }
  .c-h-sm-max-44px {
    height: 44px;
  }
  .c-h-max-100-44px {
    height: calc(100% - 44px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-44px {
    width: 44px;
  }
  .c-h-md-max-44px {
    height: 44px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-44px {
    width: 44px;
  }
  .c-h-lg-max-44px {
    height: 44px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-44px {
    width: 44px;
  }
  .c-h-xl-max-44px {
    height: 44px;
  }
}
.c-w-45px {
  width: 45px;
}

.c-h-45px {
  height: 45px;
}

.c-mw-45px {
  min-width: 45px;
}

.c-mh-45px {
  min-height: 45px;
}

.c-w-45px-i {
  width: 45px !important;
}

.c-h-100-45px {
  height: calc(100% - 45px);
}

.c-h-45px-i {
  height: 45px !important;
}

.c-mw-45px-i {
  min-width: 45px !important;
}

.c-mh-45px-i {
  min-height: 45px !important;
}

@media (min-width: 576px) {
  .c-w-sm-45px {
    width: 45px;
  }
  .c-h-sm-45px {
    height: 45px;
  }
}
@media (min-width: 768px) {
  .c-w-md-45px {
    width: 45px;
  }
  .c-h-md-45px {
    height: 45px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-45px {
    width: 45px;
  }
  .c-h-lg-45px {
    height: 45px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-45px {
    width: 45px;
  }
  .c-h-xl-45px {
    height: 45px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-45px {
    width: 45px;
  }
  .c-h-sm-max-45px {
    height: 45px;
  }
  .c-h-max-100-45px {
    height: calc(100% - 45px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-45px {
    width: 45px;
  }
  .c-h-md-max-45px {
    height: 45px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-45px {
    width: 45px;
  }
  .c-h-lg-max-45px {
    height: 45px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-45px {
    width: 45px;
  }
  .c-h-xl-max-45px {
    height: 45px;
  }
}
.c-w-46px {
  width: 46px;
}

.c-h-46px {
  height: 46px;
}

.c-mw-46px {
  min-width: 46px;
}

.c-mh-46px {
  min-height: 46px;
}

.c-w-46px-i {
  width: 46px !important;
}

.c-h-100-46px {
  height: calc(100% - 46px);
}

.c-h-46px-i {
  height: 46px !important;
}

.c-mw-46px-i {
  min-width: 46px !important;
}

.c-mh-46px-i {
  min-height: 46px !important;
}

@media (min-width: 576px) {
  .c-w-sm-46px {
    width: 46px;
  }
  .c-h-sm-46px {
    height: 46px;
  }
}
@media (min-width: 768px) {
  .c-w-md-46px {
    width: 46px;
  }
  .c-h-md-46px {
    height: 46px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-46px {
    width: 46px;
  }
  .c-h-lg-46px {
    height: 46px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-46px {
    width: 46px;
  }
  .c-h-xl-46px {
    height: 46px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-46px {
    width: 46px;
  }
  .c-h-sm-max-46px {
    height: 46px;
  }
  .c-h-max-100-46px {
    height: calc(100% - 46px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-46px {
    width: 46px;
  }
  .c-h-md-max-46px {
    height: 46px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-46px {
    width: 46px;
  }
  .c-h-lg-max-46px {
    height: 46px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-46px {
    width: 46px;
  }
  .c-h-xl-max-46px {
    height: 46px;
  }
}
.c-w-47px {
  width: 47px;
}

.c-h-47px {
  height: 47px;
}

.c-mw-47px {
  min-width: 47px;
}

.c-mh-47px {
  min-height: 47px;
}

.c-w-47px-i {
  width: 47px !important;
}

.c-h-100-47px {
  height: calc(100% - 47px);
}

.c-h-47px-i {
  height: 47px !important;
}

.c-mw-47px-i {
  min-width: 47px !important;
}

.c-mh-47px-i {
  min-height: 47px !important;
}

@media (min-width: 576px) {
  .c-w-sm-47px {
    width: 47px;
  }
  .c-h-sm-47px {
    height: 47px;
  }
}
@media (min-width: 768px) {
  .c-w-md-47px {
    width: 47px;
  }
  .c-h-md-47px {
    height: 47px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-47px {
    width: 47px;
  }
  .c-h-lg-47px {
    height: 47px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-47px {
    width: 47px;
  }
  .c-h-xl-47px {
    height: 47px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-47px {
    width: 47px;
  }
  .c-h-sm-max-47px {
    height: 47px;
  }
  .c-h-max-100-47px {
    height: calc(100% - 47px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-47px {
    width: 47px;
  }
  .c-h-md-max-47px {
    height: 47px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-47px {
    width: 47px;
  }
  .c-h-lg-max-47px {
    height: 47px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-47px {
    width: 47px;
  }
  .c-h-xl-max-47px {
    height: 47px;
  }
}
.c-w-48px {
  width: 48px;
}

.c-h-48px {
  height: 48px;
}

.c-mw-48px {
  min-width: 48px;
}

.c-mh-48px {
  min-height: 48px;
}

.c-w-48px-i {
  width: 48px !important;
}

.c-h-100-48px {
  height: calc(100% - 48px);
}

.c-h-48px-i {
  height: 48px !important;
}

.c-mw-48px-i {
  min-width: 48px !important;
}

.c-mh-48px-i {
  min-height: 48px !important;
}

@media (min-width: 576px) {
  .c-w-sm-48px {
    width: 48px;
  }
  .c-h-sm-48px {
    height: 48px;
  }
}
@media (min-width: 768px) {
  .c-w-md-48px {
    width: 48px;
  }
  .c-h-md-48px {
    height: 48px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-48px {
    width: 48px;
  }
  .c-h-lg-48px {
    height: 48px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-48px {
    width: 48px;
  }
  .c-h-xl-48px {
    height: 48px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-48px {
    width: 48px;
  }
  .c-h-sm-max-48px {
    height: 48px;
  }
  .c-h-max-100-48px {
    height: calc(100% - 48px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-48px {
    width: 48px;
  }
  .c-h-md-max-48px {
    height: 48px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-48px {
    width: 48px;
  }
  .c-h-lg-max-48px {
    height: 48px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-48px {
    width: 48px;
  }
  .c-h-xl-max-48px {
    height: 48px;
  }
}
.c-w-49px {
  width: 49px;
}

.c-h-49px {
  height: 49px;
}

.c-mw-49px {
  min-width: 49px;
}

.c-mh-49px {
  min-height: 49px;
}

.c-w-49px-i {
  width: 49px !important;
}

.c-h-100-49px {
  height: calc(100% - 49px);
}

.c-h-49px-i {
  height: 49px !important;
}

.c-mw-49px-i {
  min-width: 49px !important;
}

.c-mh-49px-i {
  min-height: 49px !important;
}

@media (min-width: 576px) {
  .c-w-sm-49px {
    width: 49px;
  }
  .c-h-sm-49px {
    height: 49px;
  }
}
@media (min-width: 768px) {
  .c-w-md-49px {
    width: 49px;
  }
  .c-h-md-49px {
    height: 49px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-49px {
    width: 49px;
  }
  .c-h-lg-49px {
    height: 49px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-49px {
    width: 49px;
  }
  .c-h-xl-49px {
    height: 49px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-49px {
    width: 49px;
  }
  .c-h-sm-max-49px {
    height: 49px;
  }
  .c-h-max-100-49px {
    height: calc(100% - 49px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-49px {
    width: 49px;
  }
  .c-h-md-max-49px {
    height: 49px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-49px {
    width: 49px;
  }
  .c-h-lg-max-49px {
    height: 49px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-49px {
    width: 49px;
  }
  .c-h-xl-max-49px {
    height: 49px;
  }
}
.c-w-50px {
  width: 50px;
}

.c-h-50px {
  height: 50px;
}

.c-mw-50px {
  min-width: 50px;
}

.c-mh-50px {
  min-height: 50px;
}

.c-w-50px-i {
  width: 50px !important;
}

.c-h-100-50px {
  height: calc(100% - 50px);
}

.c-h-50px-i {
  height: 50px !important;
}

.c-mw-50px-i {
  min-width: 50px !important;
}

.c-mh-50px-i {
  min-height: 50px !important;
}

@media (min-width: 576px) {
  .c-w-sm-50px {
    width: 50px;
  }
  .c-h-sm-50px {
    height: 50px;
  }
}
@media (min-width: 768px) {
  .c-w-md-50px {
    width: 50px;
  }
  .c-h-md-50px {
    height: 50px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-50px {
    width: 50px;
  }
  .c-h-lg-50px {
    height: 50px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-50px {
    width: 50px;
  }
  .c-h-xl-50px {
    height: 50px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-50px {
    width: 50px;
  }
  .c-h-sm-max-50px {
    height: 50px;
  }
  .c-h-max-100-50px {
    height: calc(100% - 50px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-50px {
    width: 50px;
  }
  .c-h-md-max-50px {
    height: 50px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-50px {
    width: 50px;
  }
  .c-h-lg-max-50px {
    height: 50px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-50px {
    width: 50px;
  }
  .c-h-xl-max-50px {
    height: 50px;
  }
}
.c-w-51px {
  width: 51px;
}

.c-h-51px {
  height: 51px;
}

.c-mw-51px {
  min-width: 51px;
}

.c-mh-51px {
  min-height: 51px;
}

.c-w-51px-i {
  width: 51px !important;
}

.c-h-100-51px {
  height: calc(100% - 51px);
}

.c-h-51px-i {
  height: 51px !important;
}

.c-mw-51px-i {
  min-width: 51px !important;
}

.c-mh-51px-i {
  min-height: 51px !important;
}

@media (min-width: 576px) {
  .c-w-sm-51px {
    width: 51px;
  }
  .c-h-sm-51px {
    height: 51px;
  }
}
@media (min-width: 768px) {
  .c-w-md-51px {
    width: 51px;
  }
  .c-h-md-51px {
    height: 51px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-51px {
    width: 51px;
  }
  .c-h-lg-51px {
    height: 51px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-51px {
    width: 51px;
  }
  .c-h-xl-51px {
    height: 51px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-51px {
    width: 51px;
  }
  .c-h-sm-max-51px {
    height: 51px;
  }
  .c-h-max-100-51px {
    height: calc(100% - 51px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-51px {
    width: 51px;
  }
  .c-h-md-max-51px {
    height: 51px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-51px {
    width: 51px;
  }
  .c-h-lg-max-51px {
    height: 51px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-51px {
    width: 51px;
  }
  .c-h-xl-max-51px {
    height: 51px;
  }
}
.c-w-52px {
  width: 52px;
}

.c-h-52px {
  height: 52px;
}

.c-mw-52px {
  min-width: 52px;
}

.c-mh-52px {
  min-height: 52px;
}

.c-w-52px-i {
  width: 52px !important;
}

.c-h-100-52px {
  height: calc(100% - 52px);
}

.c-h-52px-i {
  height: 52px !important;
}

.c-mw-52px-i {
  min-width: 52px !important;
}

.c-mh-52px-i {
  min-height: 52px !important;
}

@media (min-width: 576px) {
  .c-w-sm-52px {
    width: 52px;
  }
  .c-h-sm-52px {
    height: 52px;
  }
}
@media (min-width: 768px) {
  .c-w-md-52px {
    width: 52px;
  }
  .c-h-md-52px {
    height: 52px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-52px {
    width: 52px;
  }
  .c-h-lg-52px {
    height: 52px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-52px {
    width: 52px;
  }
  .c-h-xl-52px {
    height: 52px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-52px {
    width: 52px;
  }
  .c-h-sm-max-52px {
    height: 52px;
  }
  .c-h-max-100-52px {
    height: calc(100% - 52px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-52px {
    width: 52px;
  }
  .c-h-md-max-52px {
    height: 52px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-52px {
    width: 52px;
  }
  .c-h-lg-max-52px {
    height: 52px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-52px {
    width: 52px;
  }
  .c-h-xl-max-52px {
    height: 52px;
  }
}
.c-w-53px {
  width: 53px;
}

.c-h-53px {
  height: 53px;
}

.c-mw-53px {
  min-width: 53px;
}

.c-mh-53px {
  min-height: 53px;
}

.c-w-53px-i {
  width: 53px !important;
}

.c-h-100-53px {
  height: calc(100% - 53px);
}

.c-h-53px-i {
  height: 53px !important;
}

.c-mw-53px-i {
  min-width: 53px !important;
}

.c-mh-53px-i {
  min-height: 53px !important;
}

@media (min-width: 576px) {
  .c-w-sm-53px {
    width: 53px;
  }
  .c-h-sm-53px {
    height: 53px;
  }
}
@media (min-width: 768px) {
  .c-w-md-53px {
    width: 53px;
  }
  .c-h-md-53px {
    height: 53px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-53px {
    width: 53px;
  }
  .c-h-lg-53px {
    height: 53px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-53px {
    width: 53px;
  }
  .c-h-xl-53px {
    height: 53px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-53px {
    width: 53px;
  }
  .c-h-sm-max-53px {
    height: 53px;
  }
  .c-h-max-100-53px {
    height: calc(100% - 53px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-53px {
    width: 53px;
  }
  .c-h-md-max-53px {
    height: 53px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-53px {
    width: 53px;
  }
  .c-h-lg-max-53px {
    height: 53px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-53px {
    width: 53px;
  }
  .c-h-xl-max-53px {
    height: 53px;
  }
}
.c-w-54px {
  width: 54px;
}

.c-h-54px {
  height: 54px;
}

.c-mw-54px {
  min-width: 54px;
}

.c-mh-54px {
  min-height: 54px;
}

.c-w-54px-i {
  width: 54px !important;
}

.c-h-100-54px {
  height: calc(100% - 54px);
}

.c-h-54px-i {
  height: 54px !important;
}

.c-mw-54px-i {
  min-width: 54px !important;
}

.c-mh-54px-i {
  min-height: 54px !important;
}

@media (min-width: 576px) {
  .c-w-sm-54px {
    width: 54px;
  }
  .c-h-sm-54px {
    height: 54px;
  }
}
@media (min-width: 768px) {
  .c-w-md-54px {
    width: 54px;
  }
  .c-h-md-54px {
    height: 54px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-54px {
    width: 54px;
  }
  .c-h-lg-54px {
    height: 54px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-54px {
    width: 54px;
  }
  .c-h-xl-54px {
    height: 54px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-54px {
    width: 54px;
  }
  .c-h-sm-max-54px {
    height: 54px;
  }
  .c-h-max-100-54px {
    height: calc(100% - 54px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-54px {
    width: 54px;
  }
  .c-h-md-max-54px {
    height: 54px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-54px {
    width: 54px;
  }
  .c-h-lg-max-54px {
    height: 54px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-54px {
    width: 54px;
  }
  .c-h-xl-max-54px {
    height: 54px;
  }
}
.c-w-55px {
  width: 55px;
}

.c-h-55px {
  height: 55px;
}

.c-mw-55px {
  min-width: 55px;
}

.c-mh-55px {
  min-height: 55px;
}

.c-w-55px-i {
  width: 55px !important;
}

.c-h-100-55px {
  height: calc(100% - 55px);
}

.c-h-55px-i {
  height: 55px !important;
}

.c-mw-55px-i {
  min-width: 55px !important;
}

.c-mh-55px-i {
  min-height: 55px !important;
}

@media (min-width: 576px) {
  .c-w-sm-55px {
    width: 55px;
  }
  .c-h-sm-55px {
    height: 55px;
  }
}
@media (min-width: 768px) {
  .c-w-md-55px {
    width: 55px;
  }
  .c-h-md-55px {
    height: 55px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-55px {
    width: 55px;
  }
  .c-h-lg-55px {
    height: 55px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-55px {
    width: 55px;
  }
  .c-h-xl-55px {
    height: 55px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-55px {
    width: 55px;
  }
  .c-h-sm-max-55px {
    height: 55px;
  }
  .c-h-max-100-55px {
    height: calc(100% - 55px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-55px {
    width: 55px;
  }
  .c-h-md-max-55px {
    height: 55px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-55px {
    width: 55px;
  }
  .c-h-lg-max-55px {
    height: 55px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-55px {
    width: 55px;
  }
  .c-h-xl-max-55px {
    height: 55px;
  }
}
.c-w-56px {
  width: 56px;
}

.c-h-56px {
  height: 56px;
}

.c-mw-56px {
  min-width: 56px;
}

.c-mh-56px {
  min-height: 56px;
}

.c-w-56px-i {
  width: 56px !important;
}

.c-h-100-56px {
  height: calc(100% - 56px);
}

.c-h-56px-i {
  height: 56px !important;
}

.c-mw-56px-i {
  min-width: 56px !important;
}

.c-mh-56px-i {
  min-height: 56px !important;
}

@media (min-width: 576px) {
  .c-w-sm-56px {
    width: 56px;
  }
  .c-h-sm-56px {
    height: 56px;
  }
}
@media (min-width: 768px) {
  .c-w-md-56px {
    width: 56px;
  }
  .c-h-md-56px {
    height: 56px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-56px {
    width: 56px;
  }
  .c-h-lg-56px {
    height: 56px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-56px {
    width: 56px;
  }
  .c-h-xl-56px {
    height: 56px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-56px {
    width: 56px;
  }
  .c-h-sm-max-56px {
    height: 56px;
  }
  .c-h-max-100-56px {
    height: calc(100% - 56px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-56px {
    width: 56px;
  }
  .c-h-md-max-56px {
    height: 56px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-56px {
    width: 56px;
  }
  .c-h-lg-max-56px {
    height: 56px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-56px {
    width: 56px;
  }
  .c-h-xl-max-56px {
    height: 56px;
  }
}
.c-w-57px {
  width: 57px;
}

.c-h-57px {
  height: 57px;
}

.c-mw-57px {
  min-width: 57px;
}

.c-mh-57px {
  min-height: 57px;
}

.c-w-57px-i {
  width: 57px !important;
}

.c-h-100-57px {
  height: calc(100% - 57px);
}

.c-h-57px-i {
  height: 57px !important;
}

.c-mw-57px-i {
  min-width: 57px !important;
}

.c-mh-57px-i {
  min-height: 57px !important;
}

@media (min-width: 576px) {
  .c-w-sm-57px {
    width: 57px;
  }
  .c-h-sm-57px {
    height: 57px;
  }
}
@media (min-width: 768px) {
  .c-w-md-57px {
    width: 57px;
  }
  .c-h-md-57px {
    height: 57px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-57px {
    width: 57px;
  }
  .c-h-lg-57px {
    height: 57px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-57px {
    width: 57px;
  }
  .c-h-xl-57px {
    height: 57px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-57px {
    width: 57px;
  }
  .c-h-sm-max-57px {
    height: 57px;
  }
  .c-h-max-100-57px {
    height: calc(100% - 57px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-57px {
    width: 57px;
  }
  .c-h-md-max-57px {
    height: 57px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-57px {
    width: 57px;
  }
  .c-h-lg-max-57px {
    height: 57px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-57px {
    width: 57px;
  }
  .c-h-xl-max-57px {
    height: 57px;
  }
}
.c-w-58px {
  width: 58px;
}

.c-h-58px {
  height: 58px;
}

.c-mw-58px {
  min-width: 58px;
}

.c-mh-58px {
  min-height: 58px;
}

.c-w-58px-i {
  width: 58px !important;
}

.c-h-100-58px {
  height: calc(100% - 58px);
}

.c-h-58px-i {
  height: 58px !important;
}

.c-mw-58px-i {
  min-width: 58px !important;
}

.c-mh-58px-i {
  min-height: 58px !important;
}

@media (min-width: 576px) {
  .c-w-sm-58px {
    width: 58px;
  }
  .c-h-sm-58px {
    height: 58px;
  }
}
@media (min-width: 768px) {
  .c-w-md-58px {
    width: 58px;
  }
  .c-h-md-58px {
    height: 58px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-58px {
    width: 58px;
  }
  .c-h-lg-58px {
    height: 58px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-58px {
    width: 58px;
  }
  .c-h-xl-58px {
    height: 58px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-58px {
    width: 58px;
  }
  .c-h-sm-max-58px {
    height: 58px;
  }
  .c-h-max-100-58px {
    height: calc(100% - 58px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-58px {
    width: 58px;
  }
  .c-h-md-max-58px {
    height: 58px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-58px {
    width: 58px;
  }
  .c-h-lg-max-58px {
    height: 58px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-58px {
    width: 58px;
  }
  .c-h-xl-max-58px {
    height: 58px;
  }
}
.c-w-59px {
  width: 59px;
}

.c-h-59px {
  height: 59px;
}

.c-mw-59px {
  min-width: 59px;
}

.c-mh-59px {
  min-height: 59px;
}

.c-w-59px-i {
  width: 59px !important;
}

.c-h-100-59px {
  height: calc(100% - 59px);
}

.c-h-59px-i {
  height: 59px !important;
}

.c-mw-59px-i {
  min-width: 59px !important;
}

.c-mh-59px-i {
  min-height: 59px !important;
}

@media (min-width: 576px) {
  .c-w-sm-59px {
    width: 59px;
  }
  .c-h-sm-59px {
    height: 59px;
  }
}
@media (min-width: 768px) {
  .c-w-md-59px {
    width: 59px;
  }
  .c-h-md-59px {
    height: 59px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-59px {
    width: 59px;
  }
  .c-h-lg-59px {
    height: 59px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-59px {
    width: 59px;
  }
  .c-h-xl-59px {
    height: 59px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-59px {
    width: 59px;
  }
  .c-h-sm-max-59px {
    height: 59px;
  }
  .c-h-max-100-59px {
    height: calc(100% - 59px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-59px {
    width: 59px;
  }
  .c-h-md-max-59px {
    height: 59px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-59px {
    width: 59px;
  }
  .c-h-lg-max-59px {
    height: 59px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-59px {
    width: 59px;
  }
  .c-h-xl-max-59px {
    height: 59px;
  }
}
.c-w-60px {
  width: 60px;
}

.c-h-60px {
  height: 60px;
}

.c-mw-60px {
  min-width: 60px;
}

.c-mh-60px {
  min-height: 60px;
}

.c-w-60px-i {
  width: 60px !important;
}

.c-h-100-60px {
  height: calc(100% - 60px);
}

.c-h-60px-i {
  height: 60px !important;
}

.c-mw-60px-i {
  min-width: 60px !important;
}

.c-mh-60px-i {
  min-height: 60px !important;
}

@media (min-width: 576px) {
  .c-w-sm-60px {
    width: 60px;
  }
  .c-h-sm-60px {
    height: 60px;
  }
}
@media (min-width: 768px) {
  .c-w-md-60px {
    width: 60px;
  }
  .c-h-md-60px {
    height: 60px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-60px {
    width: 60px;
  }
  .c-h-lg-60px {
    height: 60px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-60px {
    width: 60px;
  }
  .c-h-xl-60px {
    height: 60px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-60px {
    width: 60px;
  }
  .c-h-sm-max-60px {
    height: 60px;
  }
  .c-h-max-100-60px {
    height: calc(100% - 60px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-60px {
    width: 60px;
  }
  .c-h-md-max-60px {
    height: 60px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-60px {
    width: 60px;
  }
  .c-h-lg-max-60px {
    height: 60px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-60px {
    width: 60px;
  }
  .c-h-xl-max-60px {
    height: 60px;
  }
}
.c-w-61px {
  width: 61px;
}

.c-h-61px {
  height: 61px;
}

.c-mw-61px {
  min-width: 61px;
}

.c-mh-61px {
  min-height: 61px;
}

.c-w-61px-i {
  width: 61px !important;
}

.c-h-100-61px {
  height: calc(100% - 61px);
}

.c-h-61px-i {
  height: 61px !important;
}

.c-mw-61px-i {
  min-width: 61px !important;
}

.c-mh-61px-i {
  min-height: 61px !important;
}

@media (min-width: 576px) {
  .c-w-sm-61px {
    width: 61px;
  }
  .c-h-sm-61px {
    height: 61px;
  }
}
@media (min-width: 768px) {
  .c-w-md-61px {
    width: 61px;
  }
  .c-h-md-61px {
    height: 61px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-61px {
    width: 61px;
  }
  .c-h-lg-61px {
    height: 61px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-61px {
    width: 61px;
  }
  .c-h-xl-61px {
    height: 61px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-61px {
    width: 61px;
  }
  .c-h-sm-max-61px {
    height: 61px;
  }
  .c-h-max-100-61px {
    height: calc(100% - 61px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-61px {
    width: 61px;
  }
  .c-h-md-max-61px {
    height: 61px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-61px {
    width: 61px;
  }
  .c-h-lg-max-61px {
    height: 61px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-61px {
    width: 61px;
  }
  .c-h-xl-max-61px {
    height: 61px;
  }
}
.c-w-62px {
  width: 62px;
}

.c-h-62px {
  height: 62px;
}

.c-mw-62px {
  min-width: 62px;
}

.c-mh-62px {
  min-height: 62px;
}

.c-w-62px-i {
  width: 62px !important;
}

.c-h-100-62px {
  height: calc(100% - 62px);
}

.c-h-62px-i {
  height: 62px !important;
}

.c-mw-62px-i {
  min-width: 62px !important;
}

.c-mh-62px-i {
  min-height: 62px !important;
}

@media (min-width: 576px) {
  .c-w-sm-62px {
    width: 62px;
  }
  .c-h-sm-62px {
    height: 62px;
  }
}
@media (min-width: 768px) {
  .c-w-md-62px {
    width: 62px;
  }
  .c-h-md-62px {
    height: 62px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-62px {
    width: 62px;
  }
  .c-h-lg-62px {
    height: 62px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-62px {
    width: 62px;
  }
  .c-h-xl-62px {
    height: 62px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-62px {
    width: 62px;
  }
  .c-h-sm-max-62px {
    height: 62px;
  }
  .c-h-max-100-62px {
    height: calc(100% - 62px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-62px {
    width: 62px;
  }
  .c-h-md-max-62px {
    height: 62px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-62px {
    width: 62px;
  }
  .c-h-lg-max-62px {
    height: 62px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-62px {
    width: 62px;
  }
  .c-h-xl-max-62px {
    height: 62px;
  }
}
.c-w-63px {
  width: 63px;
}

.c-h-63px {
  height: 63px;
}

.c-mw-63px {
  min-width: 63px;
}

.c-mh-63px {
  min-height: 63px;
}

.c-w-63px-i {
  width: 63px !important;
}

.c-h-100-63px {
  height: calc(100% - 63px);
}

.c-h-63px-i {
  height: 63px !important;
}

.c-mw-63px-i {
  min-width: 63px !important;
}

.c-mh-63px-i {
  min-height: 63px !important;
}

@media (min-width: 576px) {
  .c-w-sm-63px {
    width: 63px;
  }
  .c-h-sm-63px {
    height: 63px;
  }
}
@media (min-width: 768px) {
  .c-w-md-63px {
    width: 63px;
  }
  .c-h-md-63px {
    height: 63px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-63px {
    width: 63px;
  }
  .c-h-lg-63px {
    height: 63px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-63px {
    width: 63px;
  }
  .c-h-xl-63px {
    height: 63px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-63px {
    width: 63px;
  }
  .c-h-sm-max-63px {
    height: 63px;
  }
  .c-h-max-100-63px {
    height: calc(100% - 63px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-63px {
    width: 63px;
  }
  .c-h-md-max-63px {
    height: 63px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-63px {
    width: 63px;
  }
  .c-h-lg-max-63px {
    height: 63px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-63px {
    width: 63px;
  }
  .c-h-xl-max-63px {
    height: 63px;
  }
}
.c-w-64px {
  width: 64px;
}

.c-h-64px {
  height: 64px;
}

.c-mw-64px {
  min-width: 64px;
}

.c-mh-64px {
  min-height: 64px;
}

.c-w-64px-i {
  width: 64px !important;
}

.c-h-100-64px {
  height: calc(100% - 64px);
}

.c-h-64px-i {
  height: 64px !important;
}

.c-mw-64px-i {
  min-width: 64px !important;
}

.c-mh-64px-i {
  min-height: 64px !important;
}

@media (min-width: 576px) {
  .c-w-sm-64px {
    width: 64px;
  }
  .c-h-sm-64px {
    height: 64px;
  }
}
@media (min-width: 768px) {
  .c-w-md-64px {
    width: 64px;
  }
  .c-h-md-64px {
    height: 64px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-64px {
    width: 64px;
  }
  .c-h-lg-64px {
    height: 64px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-64px {
    width: 64px;
  }
  .c-h-xl-64px {
    height: 64px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-64px {
    width: 64px;
  }
  .c-h-sm-max-64px {
    height: 64px;
  }
  .c-h-max-100-64px {
    height: calc(100% - 64px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-64px {
    width: 64px;
  }
  .c-h-md-max-64px {
    height: 64px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-64px {
    width: 64px;
  }
  .c-h-lg-max-64px {
    height: 64px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-64px {
    width: 64px;
  }
  .c-h-xl-max-64px {
    height: 64px;
  }
}
.c-w-65px {
  width: 65px;
}

.c-h-65px {
  height: 65px;
}

.c-mw-65px {
  min-width: 65px;
}

.c-mh-65px {
  min-height: 65px;
}

.c-w-65px-i {
  width: 65px !important;
}

.c-h-100-65px {
  height: calc(100% - 65px);
}

.c-h-65px-i {
  height: 65px !important;
}

.c-mw-65px-i {
  min-width: 65px !important;
}

.c-mh-65px-i {
  min-height: 65px !important;
}

@media (min-width: 576px) {
  .c-w-sm-65px {
    width: 65px;
  }
  .c-h-sm-65px {
    height: 65px;
  }
}
@media (min-width: 768px) {
  .c-w-md-65px {
    width: 65px;
  }
  .c-h-md-65px {
    height: 65px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-65px {
    width: 65px;
  }
  .c-h-lg-65px {
    height: 65px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-65px {
    width: 65px;
  }
  .c-h-xl-65px {
    height: 65px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-65px {
    width: 65px;
  }
  .c-h-sm-max-65px {
    height: 65px;
  }
  .c-h-max-100-65px {
    height: calc(100% - 65px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-65px {
    width: 65px;
  }
  .c-h-md-max-65px {
    height: 65px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-65px {
    width: 65px;
  }
  .c-h-lg-max-65px {
    height: 65px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-65px {
    width: 65px;
  }
  .c-h-xl-max-65px {
    height: 65px;
  }
}
.c-w-66px {
  width: 66px;
}

.c-h-66px {
  height: 66px;
}

.c-mw-66px {
  min-width: 66px;
}

.c-mh-66px {
  min-height: 66px;
}

.c-w-66px-i {
  width: 66px !important;
}

.c-h-100-66px {
  height: calc(100% - 66px);
}

.c-h-66px-i {
  height: 66px !important;
}

.c-mw-66px-i {
  min-width: 66px !important;
}

.c-mh-66px-i {
  min-height: 66px !important;
}

@media (min-width: 576px) {
  .c-w-sm-66px {
    width: 66px;
  }
  .c-h-sm-66px {
    height: 66px;
  }
}
@media (min-width: 768px) {
  .c-w-md-66px {
    width: 66px;
  }
  .c-h-md-66px {
    height: 66px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-66px {
    width: 66px;
  }
  .c-h-lg-66px {
    height: 66px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-66px {
    width: 66px;
  }
  .c-h-xl-66px {
    height: 66px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-66px {
    width: 66px;
  }
  .c-h-sm-max-66px {
    height: 66px;
  }
  .c-h-max-100-66px {
    height: calc(100% - 66px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-66px {
    width: 66px;
  }
  .c-h-md-max-66px {
    height: 66px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-66px {
    width: 66px;
  }
  .c-h-lg-max-66px {
    height: 66px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-66px {
    width: 66px;
  }
  .c-h-xl-max-66px {
    height: 66px;
  }
}
.c-w-67px {
  width: 67px;
}

.c-h-67px {
  height: 67px;
}

.c-mw-67px {
  min-width: 67px;
}

.c-mh-67px {
  min-height: 67px;
}

.c-w-67px-i {
  width: 67px !important;
}

.c-h-100-67px {
  height: calc(100% - 67px);
}

.c-h-67px-i {
  height: 67px !important;
}

.c-mw-67px-i {
  min-width: 67px !important;
}

.c-mh-67px-i {
  min-height: 67px !important;
}

@media (min-width: 576px) {
  .c-w-sm-67px {
    width: 67px;
  }
  .c-h-sm-67px {
    height: 67px;
  }
}
@media (min-width: 768px) {
  .c-w-md-67px {
    width: 67px;
  }
  .c-h-md-67px {
    height: 67px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-67px {
    width: 67px;
  }
  .c-h-lg-67px {
    height: 67px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-67px {
    width: 67px;
  }
  .c-h-xl-67px {
    height: 67px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-67px {
    width: 67px;
  }
  .c-h-sm-max-67px {
    height: 67px;
  }
  .c-h-max-100-67px {
    height: calc(100% - 67px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-67px {
    width: 67px;
  }
  .c-h-md-max-67px {
    height: 67px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-67px {
    width: 67px;
  }
  .c-h-lg-max-67px {
    height: 67px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-67px {
    width: 67px;
  }
  .c-h-xl-max-67px {
    height: 67px;
  }
}
.c-w-68px {
  width: 68px;
}

.c-h-68px {
  height: 68px;
}

.c-mw-68px {
  min-width: 68px;
}

.c-mh-68px {
  min-height: 68px;
}

.c-w-68px-i {
  width: 68px !important;
}

.c-h-100-68px {
  height: calc(100% - 68px);
}

.c-h-68px-i {
  height: 68px !important;
}

.c-mw-68px-i {
  min-width: 68px !important;
}

.c-mh-68px-i {
  min-height: 68px !important;
}

@media (min-width: 576px) {
  .c-w-sm-68px {
    width: 68px;
  }
  .c-h-sm-68px {
    height: 68px;
  }
}
@media (min-width: 768px) {
  .c-w-md-68px {
    width: 68px;
  }
  .c-h-md-68px {
    height: 68px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-68px {
    width: 68px;
  }
  .c-h-lg-68px {
    height: 68px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-68px {
    width: 68px;
  }
  .c-h-xl-68px {
    height: 68px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-68px {
    width: 68px;
  }
  .c-h-sm-max-68px {
    height: 68px;
  }
  .c-h-max-100-68px {
    height: calc(100% - 68px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-68px {
    width: 68px;
  }
  .c-h-md-max-68px {
    height: 68px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-68px {
    width: 68px;
  }
  .c-h-lg-max-68px {
    height: 68px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-68px {
    width: 68px;
  }
  .c-h-xl-max-68px {
    height: 68px;
  }
}
.c-w-69px {
  width: 69px;
}

.c-h-69px {
  height: 69px;
}

.c-mw-69px {
  min-width: 69px;
}

.c-mh-69px {
  min-height: 69px;
}

.c-w-69px-i {
  width: 69px !important;
}

.c-h-100-69px {
  height: calc(100% - 69px);
}

.c-h-69px-i {
  height: 69px !important;
}

.c-mw-69px-i {
  min-width: 69px !important;
}

.c-mh-69px-i {
  min-height: 69px !important;
}

@media (min-width: 576px) {
  .c-w-sm-69px {
    width: 69px;
  }
  .c-h-sm-69px {
    height: 69px;
  }
}
@media (min-width: 768px) {
  .c-w-md-69px {
    width: 69px;
  }
  .c-h-md-69px {
    height: 69px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-69px {
    width: 69px;
  }
  .c-h-lg-69px {
    height: 69px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-69px {
    width: 69px;
  }
  .c-h-xl-69px {
    height: 69px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-69px {
    width: 69px;
  }
  .c-h-sm-max-69px {
    height: 69px;
  }
  .c-h-max-100-69px {
    height: calc(100% - 69px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-69px {
    width: 69px;
  }
  .c-h-md-max-69px {
    height: 69px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-69px {
    width: 69px;
  }
  .c-h-lg-max-69px {
    height: 69px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-69px {
    width: 69px;
  }
  .c-h-xl-max-69px {
    height: 69px;
  }
}
.c-w-70px {
  width: 70px;
}

.c-h-70px {
  height: 70px;
}

.c-mw-70px {
  min-width: 70px;
}

.c-mh-70px {
  min-height: 70px;
}

.c-w-70px-i {
  width: 70px !important;
}

.c-h-100-70px {
  height: calc(100% - 70px);
}

.c-h-70px-i {
  height: 70px !important;
}

.c-mw-70px-i {
  min-width: 70px !important;
}

.c-mh-70px-i {
  min-height: 70px !important;
}

@media (min-width: 576px) {
  .c-w-sm-70px {
    width: 70px;
  }
  .c-h-sm-70px {
    height: 70px;
  }
}
@media (min-width: 768px) {
  .c-w-md-70px {
    width: 70px;
  }
  .c-h-md-70px {
    height: 70px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-70px {
    width: 70px;
  }
  .c-h-lg-70px {
    height: 70px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-70px {
    width: 70px;
  }
  .c-h-xl-70px {
    height: 70px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-70px {
    width: 70px;
  }
  .c-h-sm-max-70px {
    height: 70px;
  }
  .c-h-max-100-70px {
    height: calc(100% - 70px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-70px {
    width: 70px;
  }
  .c-h-md-max-70px {
    height: 70px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-70px {
    width: 70px;
  }
  .c-h-lg-max-70px {
    height: 70px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-70px {
    width: 70px;
  }
  .c-h-xl-max-70px {
    height: 70px;
  }
}
.c-w-71px {
  width: 71px;
}

.c-h-71px {
  height: 71px;
}

.c-mw-71px {
  min-width: 71px;
}

.c-mh-71px {
  min-height: 71px;
}

.c-w-71px-i {
  width: 71px !important;
}

.c-h-100-71px {
  height: calc(100% - 71px);
}

.c-h-71px-i {
  height: 71px !important;
}

.c-mw-71px-i {
  min-width: 71px !important;
}

.c-mh-71px-i {
  min-height: 71px !important;
}

@media (min-width: 576px) {
  .c-w-sm-71px {
    width: 71px;
  }
  .c-h-sm-71px {
    height: 71px;
  }
}
@media (min-width: 768px) {
  .c-w-md-71px {
    width: 71px;
  }
  .c-h-md-71px {
    height: 71px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-71px {
    width: 71px;
  }
  .c-h-lg-71px {
    height: 71px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-71px {
    width: 71px;
  }
  .c-h-xl-71px {
    height: 71px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-71px {
    width: 71px;
  }
  .c-h-sm-max-71px {
    height: 71px;
  }
  .c-h-max-100-71px {
    height: calc(100% - 71px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-71px {
    width: 71px;
  }
  .c-h-md-max-71px {
    height: 71px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-71px {
    width: 71px;
  }
  .c-h-lg-max-71px {
    height: 71px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-71px {
    width: 71px;
  }
  .c-h-xl-max-71px {
    height: 71px;
  }
}
.c-w-72px {
  width: 72px;
}

.c-h-72px {
  height: 72px;
}

.c-mw-72px {
  min-width: 72px;
}

.c-mh-72px {
  min-height: 72px;
}

.c-w-72px-i {
  width: 72px !important;
}

.c-h-100-72px {
  height: calc(100% - 72px);
}

.c-h-72px-i {
  height: 72px !important;
}

.c-mw-72px-i {
  min-width: 72px !important;
}

.c-mh-72px-i {
  min-height: 72px !important;
}

@media (min-width: 576px) {
  .c-w-sm-72px {
    width: 72px;
  }
  .c-h-sm-72px {
    height: 72px;
  }
}
@media (min-width: 768px) {
  .c-w-md-72px {
    width: 72px;
  }
  .c-h-md-72px {
    height: 72px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-72px {
    width: 72px;
  }
  .c-h-lg-72px {
    height: 72px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-72px {
    width: 72px;
  }
  .c-h-xl-72px {
    height: 72px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-72px {
    width: 72px;
  }
  .c-h-sm-max-72px {
    height: 72px;
  }
  .c-h-max-100-72px {
    height: calc(100% - 72px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-72px {
    width: 72px;
  }
  .c-h-md-max-72px {
    height: 72px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-72px {
    width: 72px;
  }
  .c-h-lg-max-72px {
    height: 72px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-72px {
    width: 72px;
  }
  .c-h-xl-max-72px {
    height: 72px;
  }
}
.c-w-73px {
  width: 73px;
}

.c-h-73px {
  height: 73px;
}

.c-mw-73px {
  min-width: 73px;
}

.c-mh-73px {
  min-height: 73px;
}

.c-w-73px-i {
  width: 73px !important;
}

.c-h-100-73px {
  height: calc(100% - 73px);
}

.c-h-73px-i {
  height: 73px !important;
}

.c-mw-73px-i {
  min-width: 73px !important;
}

.c-mh-73px-i {
  min-height: 73px !important;
}

@media (min-width: 576px) {
  .c-w-sm-73px {
    width: 73px;
  }
  .c-h-sm-73px {
    height: 73px;
  }
}
@media (min-width: 768px) {
  .c-w-md-73px {
    width: 73px;
  }
  .c-h-md-73px {
    height: 73px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-73px {
    width: 73px;
  }
  .c-h-lg-73px {
    height: 73px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-73px {
    width: 73px;
  }
  .c-h-xl-73px {
    height: 73px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-73px {
    width: 73px;
  }
  .c-h-sm-max-73px {
    height: 73px;
  }
  .c-h-max-100-73px {
    height: calc(100% - 73px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-73px {
    width: 73px;
  }
  .c-h-md-max-73px {
    height: 73px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-73px {
    width: 73px;
  }
  .c-h-lg-max-73px {
    height: 73px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-73px {
    width: 73px;
  }
  .c-h-xl-max-73px {
    height: 73px;
  }
}
.c-w-74px {
  width: 74px;
}

.c-h-74px {
  height: 74px;
}

.c-mw-74px {
  min-width: 74px;
}

.c-mh-74px {
  min-height: 74px;
}

.c-w-74px-i {
  width: 74px !important;
}

.c-h-100-74px {
  height: calc(100% - 74px);
}

.c-h-74px-i {
  height: 74px !important;
}

.c-mw-74px-i {
  min-width: 74px !important;
}

.c-mh-74px-i {
  min-height: 74px !important;
}

@media (min-width: 576px) {
  .c-w-sm-74px {
    width: 74px;
  }
  .c-h-sm-74px {
    height: 74px;
  }
}
@media (min-width: 768px) {
  .c-w-md-74px {
    width: 74px;
  }
  .c-h-md-74px {
    height: 74px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-74px {
    width: 74px;
  }
  .c-h-lg-74px {
    height: 74px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-74px {
    width: 74px;
  }
  .c-h-xl-74px {
    height: 74px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-74px {
    width: 74px;
  }
  .c-h-sm-max-74px {
    height: 74px;
  }
  .c-h-max-100-74px {
    height: calc(100% - 74px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-74px {
    width: 74px;
  }
  .c-h-md-max-74px {
    height: 74px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-74px {
    width: 74px;
  }
  .c-h-lg-max-74px {
    height: 74px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-74px {
    width: 74px;
  }
  .c-h-xl-max-74px {
    height: 74px;
  }
}
.c-w-75px {
  width: 75px;
}

.c-h-75px {
  height: 75px;
}

.c-mw-75px {
  min-width: 75px;
}

.c-mh-75px {
  min-height: 75px;
}

.c-w-75px-i {
  width: 75px !important;
}

.c-h-100-75px {
  height: calc(100% - 75px);
}

.c-h-75px-i {
  height: 75px !important;
}

.c-mw-75px-i {
  min-width: 75px !important;
}

.c-mh-75px-i {
  min-height: 75px !important;
}

@media (min-width: 576px) {
  .c-w-sm-75px {
    width: 75px;
  }
  .c-h-sm-75px {
    height: 75px;
  }
}
@media (min-width: 768px) {
  .c-w-md-75px {
    width: 75px;
  }
  .c-h-md-75px {
    height: 75px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-75px {
    width: 75px;
  }
  .c-h-lg-75px {
    height: 75px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-75px {
    width: 75px;
  }
  .c-h-xl-75px {
    height: 75px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-75px {
    width: 75px;
  }
  .c-h-sm-max-75px {
    height: 75px;
  }
  .c-h-max-100-75px {
    height: calc(100% - 75px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-75px {
    width: 75px;
  }
  .c-h-md-max-75px {
    height: 75px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-75px {
    width: 75px;
  }
  .c-h-lg-max-75px {
    height: 75px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-75px {
    width: 75px;
  }
  .c-h-xl-max-75px {
    height: 75px;
  }
}
.c-w-76px {
  width: 76px;
}

.c-h-76px {
  height: 76px;
}

.c-mw-76px {
  min-width: 76px;
}

.c-mh-76px {
  min-height: 76px;
}

.c-w-76px-i {
  width: 76px !important;
}

.c-h-100-76px {
  height: calc(100% - 76px);
}

.c-h-76px-i {
  height: 76px !important;
}

.c-mw-76px-i {
  min-width: 76px !important;
}

.c-mh-76px-i {
  min-height: 76px !important;
}

@media (min-width: 576px) {
  .c-w-sm-76px {
    width: 76px;
  }
  .c-h-sm-76px {
    height: 76px;
  }
}
@media (min-width: 768px) {
  .c-w-md-76px {
    width: 76px;
  }
  .c-h-md-76px {
    height: 76px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-76px {
    width: 76px;
  }
  .c-h-lg-76px {
    height: 76px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-76px {
    width: 76px;
  }
  .c-h-xl-76px {
    height: 76px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-76px {
    width: 76px;
  }
  .c-h-sm-max-76px {
    height: 76px;
  }
  .c-h-max-100-76px {
    height: calc(100% - 76px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-76px {
    width: 76px;
  }
  .c-h-md-max-76px {
    height: 76px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-76px {
    width: 76px;
  }
  .c-h-lg-max-76px {
    height: 76px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-76px {
    width: 76px;
  }
  .c-h-xl-max-76px {
    height: 76px;
  }
}
.c-w-77px {
  width: 77px;
}

.c-h-77px {
  height: 77px;
}

.c-mw-77px {
  min-width: 77px;
}

.c-mh-77px {
  min-height: 77px;
}

.c-w-77px-i {
  width: 77px !important;
}

.c-h-100-77px {
  height: calc(100% - 77px);
}

.c-h-77px-i {
  height: 77px !important;
}

.c-mw-77px-i {
  min-width: 77px !important;
}

.c-mh-77px-i {
  min-height: 77px !important;
}

@media (min-width: 576px) {
  .c-w-sm-77px {
    width: 77px;
  }
  .c-h-sm-77px {
    height: 77px;
  }
}
@media (min-width: 768px) {
  .c-w-md-77px {
    width: 77px;
  }
  .c-h-md-77px {
    height: 77px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-77px {
    width: 77px;
  }
  .c-h-lg-77px {
    height: 77px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-77px {
    width: 77px;
  }
  .c-h-xl-77px {
    height: 77px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-77px {
    width: 77px;
  }
  .c-h-sm-max-77px {
    height: 77px;
  }
  .c-h-max-100-77px {
    height: calc(100% - 77px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-77px {
    width: 77px;
  }
  .c-h-md-max-77px {
    height: 77px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-77px {
    width: 77px;
  }
  .c-h-lg-max-77px {
    height: 77px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-77px {
    width: 77px;
  }
  .c-h-xl-max-77px {
    height: 77px;
  }
}
.c-w-78px {
  width: 78px;
}

.c-h-78px {
  height: 78px;
}

.c-mw-78px {
  min-width: 78px;
}

.c-mh-78px {
  min-height: 78px;
}

.c-w-78px-i {
  width: 78px !important;
}

.c-h-100-78px {
  height: calc(100% - 78px);
}

.c-h-78px-i {
  height: 78px !important;
}

.c-mw-78px-i {
  min-width: 78px !important;
}

.c-mh-78px-i {
  min-height: 78px !important;
}

@media (min-width: 576px) {
  .c-w-sm-78px {
    width: 78px;
  }
  .c-h-sm-78px {
    height: 78px;
  }
}
@media (min-width: 768px) {
  .c-w-md-78px {
    width: 78px;
  }
  .c-h-md-78px {
    height: 78px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-78px {
    width: 78px;
  }
  .c-h-lg-78px {
    height: 78px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-78px {
    width: 78px;
  }
  .c-h-xl-78px {
    height: 78px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-78px {
    width: 78px;
  }
  .c-h-sm-max-78px {
    height: 78px;
  }
  .c-h-max-100-78px {
    height: calc(100% - 78px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-78px {
    width: 78px;
  }
  .c-h-md-max-78px {
    height: 78px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-78px {
    width: 78px;
  }
  .c-h-lg-max-78px {
    height: 78px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-78px {
    width: 78px;
  }
  .c-h-xl-max-78px {
    height: 78px;
  }
}
.c-w-79px {
  width: 79px;
}

.c-h-79px {
  height: 79px;
}

.c-mw-79px {
  min-width: 79px;
}

.c-mh-79px {
  min-height: 79px;
}

.c-w-79px-i {
  width: 79px !important;
}

.c-h-100-79px {
  height: calc(100% - 79px);
}

.c-h-79px-i {
  height: 79px !important;
}

.c-mw-79px-i {
  min-width: 79px !important;
}

.c-mh-79px-i {
  min-height: 79px !important;
}

@media (min-width: 576px) {
  .c-w-sm-79px {
    width: 79px;
  }
  .c-h-sm-79px {
    height: 79px;
  }
}
@media (min-width: 768px) {
  .c-w-md-79px {
    width: 79px;
  }
  .c-h-md-79px {
    height: 79px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-79px {
    width: 79px;
  }
  .c-h-lg-79px {
    height: 79px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-79px {
    width: 79px;
  }
  .c-h-xl-79px {
    height: 79px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-79px {
    width: 79px;
  }
  .c-h-sm-max-79px {
    height: 79px;
  }
  .c-h-max-100-79px {
    height: calc(100% - 79px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-79px {
    width: 79px;
  }
  .c-h-md-max-79px {
    height: 79px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-79px {
    width: 79px;
  }
  .c-h-lg-max-79px {
    height: 79px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-79px {
    width: 79px;
  }
  .c-h-xl-max-79px {
    height: 79px;
  }
}
.c-w-80px {
  width: 80px;
}

.c-h-80px {
  height: 80px;
}

.c-mw-80px {
  min-width: 80px;
}

.c-mh-80px {
  min-height: 80px;
}

.c-w-80px-i {
  width: 80px !important;
}

.c-h-100-80px {
  height: calc(100% - 80px);
}

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

.c-mw-80px-i {
  min-width: 80px !important;
}

.c-mh-80px-i {
  min-height: 80px !important;
}

@media (min-width: 576px) {
  .c-w-sm-80px {
    width: 80px;
  }
  .c-h-sm-80px {
    height: 80px;
  }
}
@media (min-width: 768px) {
  .c-w-md-80px {
    width: 80px;
  }
  .c-h-md-80px {
    height: 80px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-80px {
    width: 80px;
  }
  .c-h-lg-80px {
    height: 80px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-80px {
    width: 80px;
  }
  .c-h-xl-80px {
    height: 80px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-80px {
    width: 80px;
  }
  .c-h-sm-max-80px {
    height: 80px;
  }
  .c-h-max-100-80px {
    height: calc(100% - 80px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-80px {
    width: 80px;
  }
  .c-h-md-max-80px {
    height: 80px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-80px {
    width: 80px;
  }
  .c-h-lg-max-80px {
    height: 80px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-80px {
    width: 80px;
  }
  .c-h-xl-max-80px {
    height: 80px;
  }
}
.c-w-81px {
  width: 81px;
}

.c-h-81px {
  height: 81px;
}

.c-mw-81px {
  min-width: 81px;
}

.c-mh-81px {
  min-height: 81px;
}

.c-w-81px-i {
  width: 81px !important;
}

.c-h-100-81px {
  height: calc(100% - 81px);
}

.c-h-81px-i {
  height: 81px !important;
}

.c-mw-81px-i {
  min-width: 81px !important;
}

.c-mh-81px-i {
  min-height: 81px !important;
}

@media (min-width: 576px) {
  .c-w-sm-81px {
    width: 81px;
  }
  .c-h-sm-81px {
    height: 81px;
  }
}
@media (min-width: 768px) {
  .c-w-md-81px {
    width: 81px;
  }
  .c-h-md-81px {
    height: 81px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-81px {
    width: 81px;
  }
  .c-h-lg-81px {
    height: 81px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-81px {
    width: 81px;
  }
  .c-h-xl-81px {
    height: 81px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-81px {
    width: 81px;
  }
  .c-h-sm-max-81px {
    height: 81px;
  }
  .c-h-max-100-81px {
    height: calc(100% - 81px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-81px {
    width: 81px;
  }
  .c-h-md-max-81px {
    height: 81px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-81px {
    width: 81px;
  }
  .c-h-lg-max-81px {
    height: 81px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-81px {
    width: 81px;
  }
  .c-h-xl-max-81px {
    height: 81px;
  }
}
.c-w-82px {
  width: 82px;
}

.c-h-82px {
  height: 82px;
}

.c-mw-82px {
  min-width: 82px;
}

.c-mh-82px {
  min-height: 82px;
}

.c-w-82px-i {
  width: 82px !important;
}

.c-h-100-82px {
  height: calc(100% - 82px);
}

.c-h-82px-i {
  height: 82px !important;
}

.c-mw-82px-i {
  min-width: 82px !important;
}

.c-mh-82px-i {
  min-height: 82px !important;
}

@media (min-width: 576px) {
  .c-w-sm-82px {
    width: 82px;
  }
  .c-h-sm-82px {
    height: 82px;
  }
}
@media (min-width: 768px) {
  .c-w-md-82px {
    width: 82px;
  }
  .c-h-md-82px {
    height: 82px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-82px {
    width: 82px;
  }
  .c-h-lg-82px {
    height: 82px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-82px {
    width: 82px;
  }
  .c-h-xl-82px {
    height: 82px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-82px {
    width: 82px;
  }
  .c-h-sm-max-82px {
    height: 82px;
  }
  .c-h-max-100-82px {
    height: calc(100% - 82px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-82px {
    width: 82px;
  }
  .c-h-md-max-82px {
    height: 82px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-82px {
    width: 82px;
  }
  .c-h-lg-max-82px {
    height: 82px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-82px {
    width: 82px;
  }
  .c-h-xl-max-82px {
    height: 82px;
  }
}
.c-w-83px {
  width: 83px;
}

.c-h-83px {
  height: 83px;
}

.c-mw-83px {
  min-width: 83px;
}

.c-mh-83px {
  min-height: 83px;
}

.c-w-83px-i {
  width: 83px !important;
}

.c-h-100-83px {
  height: calc(100% - 83px);
}

.c-h-83px-i {
  height: 83px !important;
}

.c-mw-83px-i {
  min-width: 83px !important;
}

.c-mh-83px-i {
  min-height: 83px !important;
}

@media (min-width: 576px) {
  .c-w-sm-83px {
    width: 83px;
  }
  .c-h-sm-83px {
    height: 83px;
  }
}
@media (min-width: 768px) {
  .c-w-md-83px {
    width: 83px;
  }
  .c-h-md-83px {
    height: 83px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-83px {
    width: 83px;
  }
  .c-h-lg-83px {
    height: 83px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-83px {
    width: 83px;
  }
  .c-h-xl-83px {
    height: 83px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-83px {
    width: 83px;
  }
  .c-h-sm-max-83px {
    height: 83px;
  }
  .c-h-max-100-83px {
    height: calc(100% - 83px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-83px {
    width: 83px;
  }
  .c-h-md-max-83px {
    height: 83px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-83px {
    width: 83px;
  }
  .c-h-lg-max-83px {
    height: 83px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-83px {
    width: 83px;
  }
  .c-h-xl-max-83px {
    height: 83px;
  }
}
.c-w-84px {
  width: 84px;
}

.c-h-84px {
  height: 84px;
}

.c-mw-84px {
  min-width: 84px;
}

.c-mh-84px {
  min-height: 84px;
}

.c-w-84px-i {
  width: 84px !important;
}

.c-h-100-84px {
  height: calc(100% - 84px);
}

.c-h-84px-i {
  height: 84px !important;
}

.c-mw-84px-i {
  min-width: 84px !important;
}

.c-mh-84px-i {
  min-height: 84px !important;
}

@media (min-width: 576px) {
  .c-w-sm-84px {
    width: 84px;
  }
  .c-h-sm-84px {
    height: 84px;
  }
}
@media (min-width: 768px) {
  .c-w-md-84px {
    width: 84px;
  }
  .c-h-md-84px {
    height: 84px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-84px {
    width: 84px;
  }
  .c-h-lg-84px {
    height: 84px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-84px {
    width: 84px;
  }
  .c-h-xl-84px {
    height: 84px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-84px {
    width: 84px;
  }
  .c-h-sm-max-84px {
    height: 84px;
  }
  .c-h-max-100-84px {
    height: calc(100% - 84px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-84px {
    width: 84px;
  }
  .c-h-md-max-84px {
    height: 84px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-84px {
    width: 84px;
  }
  .c-h-lg-max-84px {
    height: 84px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-84px {
    width: 84px;
  }
  .c-h-xl-max-84px {
    height: 84px;
  }
}
.c-w-85px {
  width: 85px;
}

.c-h-85px {
  height: 85px;
}

.c-mw-85px {
  min-width: 85px;
}

.c-mh-85px {
  min-height: 85px;
}

.c-w-85px-i {
  width: 85px !important;
}

.c-h-100-85px {
  height: calc(100% - 85px);
}

.c-h-85px-i {
  height: 85px !important;
}

.c-mw-85px-i {
  min-width: 85px !important;
}

.c-mh-85px-i {
  min-height: 85px !important;
}

@media (min-width: 576px) {
  .c-w-sm-85px {
    width: 85px;
  }
  .c-h-sm-85px {
    height: 85px;
  }
}
@media (min-width: 768px) {
  .c-w-md-85px {
    width: 85px;
  }
  .c-h-md-85px {
    height: 85px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-85px {
    width: 85px;
  }
  .c-h-lg-85px {
    height: 85px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-85px {
    width: 85px;
  }
  .c-h-xl-85px {
    height: 85px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-85px {
    width: 85px;
  }
  .c-h-sm-max-85px {
    height: 85px;
  }
  .c-h-max-100-85px {
    height: calc(100% - 85px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-85px {
    width: 85px;
  }
  .c-h-md-max-85px {
    height: 85px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-85px {
    width: 85px;
  }
  .c-h-lg-max-85px {
    height: 85px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-85px {
    width: 85px;
  }
  .c-h-xl-max-85px {
    height: 85px;
  }
}
.c-w-86px {
  width: 86px;
}

.c-h-86px {
  height: 86px;
}

.c-mw-86px {
  min-width: 86px;
}

.c-mh-86px {
  min-height: 86px;
}

.c-w-86px-i {
  width: 86px !important;
}

.c-h-100-86px {
  height: calc(100% - 86px);
}

.c-h-86px-i {
  height: 86px !important;
}

.c-mw-86px-i {
  min-width: 86px !important;
}

.c-mh-86px-i {
  min-height: 86px !important;
}

@media (min-width: 576px) {
  .c-w-sm-86px {
    width: 86px;
  }
  .c-h-sm-86px {
    height: 86px;
  }
}
@media (min-width: 768px) {
  .c-w-md-86px {
    width: 86px;
  }
  .c-h-md-86px {
    height: 86px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-86px {
    width: 86px;
  }
  .c-h-lg-86px {
    height: 86px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-86px {
    width: 86px;
  }
  .c-h-xl-86px {
    height: 86px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-86px {
    width: 86px;
  }
  .c-h-sm-max-86px {
    height: 86px;
  }
  .c-h-max-100-86px {
    height: calc(100% - 86px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-86px {
    width: 86px;
  }
  .c-h-md-max-86px {
    height: 86px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-86px {
    width: 86px;
  }
  .c-h-lg-max-86px {
    height: 86px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-86px {
    width: 86px;
  }
  .c-h-xl-max-86px {
    height: 86px;
  }
}
.c-w-87px {
  width: 87px;
}

.c-h-87px {
  height: 87px;
}

.c-mw-87px {
  min-width: 87px;
}

.c-mh-87px {
  min-height: 87px;
}

.c-w-87px-i {
  width: 87px !important;
}

.c-h-100-87px {
  height: calc(100% - 87px);
}

.c-h-87px-i {
  height: 87px !important;
}

.c-mw-87px-i {
  min-width: 87px !important;
}

.c-mh-87px-i {
  min-height: 87px !important;
}

@media (min-width: 576px) {
  .c-w-sm-87px {
    width: 87px;
  }
  .c-h-sm-87px {
    height: 87px;
  }
}
@media (min-width: 768px) {
  .c-w-md-87px {
    width: 87px;
  }
  .c-h-md-87px {
    height: 87px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-87px {
    width: 87px;
  }
  .c-h-lg-87px {
    height: 87px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-87px {
    width: 87px;
  }
  .c-h-xl-87px {
    height: 87px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-87px {
    width: 87px;
  }
  .c-h-sm-max-87px {
    height: 87px;
  }
  .c-h-max-100-87px {
    height: calc(100% - 87px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-87px {
    width: 87px;
  }
  .c-h-md-max-87px {
    height: 87px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-87px {
    width: 87px;
  }
  .c-h-lg-max-87px {
    height: 87px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-87px {
    width: 87px;
  }
  .c-h-xl-max-87px {
    height: 87px;
  }
}
.c-w-88px {
  width: 88px;
}

.c-h-88px {
  height: 88px;
}

.c-mw-88px {
  min-width: 88px;
}

.c-mh-88px {
  min-height: 88px;
}

.c-w-88px-i {
  width: 88px !important;
}

.c-h-100-88px {
  height: calc(100% - 88px);
}

.c-h-88px-i {
  height: 88px !important;
}

.c-mw-88px-i {
  min-width: 88px !important;
}

.c-mh-88px-i {
  min-height: 88px !important;
}

@media (min-width: 576px) {
  .c-w-sm-88px {
    width: 88px;
  }
  .c-h-sm-88px {
    height: 88px;
  }
}
@media (min-width: 768px) {
  .c-w-md-88px {
    width: 88px;
  }
  .c-h-md-88px {
    height: 88px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-88px {
    width: 88px;
  }
  .c-h-lg-88px {
    height: 88px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-88px {
    width: 88px;
  }
  .c-h-xl-88px {
    height: 88px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-88px {
    width: 88px;
  }
  .c-h-sm-max-88px {
    height: 88px;
  }
  .c-h-max-100-88px {
    height: calc(100% - 88px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-88px {
    width: 88px;
  }
  .c-h-md-max-88px {
    height: 88px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-88px {
    width: 88px;
  }
  .c-h-lg-max-88px {
    height: 88px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-88px {
    width: 88px;
  }
  .c-h-xl-max-88px {
    height: 88px;
  }
}
.c-w-89px {
  width: 89px;
}

.c-h-89px {
  height: 89px;
}

.c-mw-89px {
  min-width: 89px;
}

.c-mh-89px {
  min-height: 89px;
}

.c-w-89px-i {
  width: 89px !important;
}

.c-h-100-89px {
  height: calc(100% - 89px);
}

.c-h-89px-i {
  height: 89px !important;
}

.c-mw-89px-i {
  min-width: 89px !important;
}

.c-mh-89px-i {
  min-height: 89px !important;
}

@media (min-width: 576px) {
  .c-w-sm-89px {
    width: 89px;
  }
  .c-h-sm-89px {
    height: 89px;
  }
}
@media (min-width: 768px) {
  .c-w-md-89px {
    width: 89px;
  }
  .c-h-md-89px {
    height: 89px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-89px {
    width: 89px;
  }
  .c-h-lg-89px {
    height: 89px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-89px {
    width: 89px;
  }
  .c-h-xl-89px {
    height: 89px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-89px {
    width: 89px;
  }
  .c-h-sm-max-89px {
    height: 89px;
  }
  .c-h-max-100-89px {
    height: calc(100% - 89px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-89px {
    width: 89px;
  }
  .c-h-md-max-89px {
    height: 89px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-89px {
    width: 89px;
  }
  .c-h-lg-max-89px {
    height: 89px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-89px {
    width: 89px;
  }
  .c-h-xl-max-89px {
    height: 89px;
  }
}
.c-w-90px {
  width: 90px;
}

.c-h-90px {
  height: 90px;
}

.c-mw-90px {
  min-width: 90px;
}

.c-mh-90px {
  min-height: 90px;
}

.c-w-90px-i {
  width: 90px !important;
}

.c-h-100-90px {
  height: calc(100% - 90px);
}

.c-h-90px-i {
  height: 90px !important;
}

.c-mw-90px-i {
  min-width: 90px !important;
}

.c-mh-90px-i {
  min-height: 90px !important;
}

@media (min-width: 576px) {
  .c-w-sm-90px {
    width: 90px;
  }
  .c-h-sm-90px {
    height: 90px;
  }
}
@media (min-width: 768px) {
  .c-w-md-90px {
    width: 90px;
  }
  .c-h-md-90px {
    height: 90px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-90px {
    width: 90px;
  }
  .c-h-lg-90px {
    height: 90px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-90px {
    width: 90px;
  }
  .c-h-xl-90px {
    height: 90px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-90px {
    width: 90px;
  }
  .c-h-sm-max-90px {
    height: 90px;
  }
  .c-h-max-100-90px {
    height: calc(100% - 90px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-90px {
    width: 90px;
  }
  .c-h-md-max-90px {
    height: 90px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-90px {
    width: 90px;
  }
  .c-h-lg-max-90px {
    height: 90px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-90px {
    width: 90px;
  }
  .c-h-xl-max-90px {
    height: 90px;
  }
}
.c-w-91px {
  width: 91px;
}

.c-h-91px {
  height: 91px;
}

.c-mw-91px {
  min-width: 91px;
}

.c-mh-91px {
  min-height: 91px;
}

.c-w-91px-i {
  width: 91px !important;
}

.c-h-100-91px {
  height: calc(100% - 91px);
}

.c-h-91px-i {
  height: 91px !important;
}

.c-mw-91px-i {
  min-width: 91px !important;
}

.c-mh-91px-i {
  min-height: 91px !important;
}

@media (min-width: 576px) {
  .c-w-sm-91px {
    width: 91px;
  }
  .c-h-sm-91px {
    height: 91px;
  }
}
@media (min-width: 768px) {
  .c-w-md-91px {
    width: 91px;
  }
  .c-h-md-91px {
    height: 91px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-91px {
    width: 91px;
  }
  .c-h-lg-91px {
    height: 91px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-91px {
    width: 91px;
  }
  .c-h-xl-91px {
    height: 91px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-91px {
    width: 91px;
  }
  .c-h-sm-max-91px {
    height: 91px;
  }
  .c-h-max-100-91px {
    height: calc(100% - 91px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-91px {
    width: 91px;
  }
  .c-h-md-max-91px {
    height: 91px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-91px {
    width: 91px;
  }
  .c-h-lg-max-91px {
    height: 91px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-91px {
    width: 91px;
  }
  .c-h-xl-max-91px {
    height: 91px;
  }
}
.c-w-92px {
  width: 92px;
}

.c-h-92px {
  height: 92px;
}

.c-mw-92px {
  min-width: 92px;
}

.c-mh-92px {
  min-height: 92px;
}

.c-w-92px-i {
  width: 92px !important;
}

.c-h-100-92px {
  height: calc(100% - 92px);
}

.c-h-92px-i {
  height: 92px !important;
}

.c-mw-92px-i {
  min-width: 92px !important;
}

.c-mh-92px-i {
  min-height: 92px !important;
}

@media (min-width: 576px) {
  .c-w-sm-92px {
    width: 92px;
  }
  .c-h-sm-92px {
    height: 92px;
  }
}
@media (min-width: 768px) {
  .c-w-md-92px {
    width: 92px;
  }
  .c-h-md-92px {
    height: 92px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-92px {
    width: 92px;
  }
  .c-h-lg-92px {
    height: 92px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-92px {
    width: 92px;
  }
  .c-h-xl-92px {
    height: 92px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-92px {
    width: 92px;
  }
  .c-h-sm-max-92px {
    height: 92px;
  }
  .c-h-max-100-92px {
    height: calc(100% - 92px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-92px {
    width: 92px;
  }
  .c-h-md-max-92px {
    height: 92px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-92px {
    width: 92px;
  }
  .c-h-lg-max-92px {
    height: 92px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-92px {
    width: 92px;
  }
  .c-h-xl-max-92px {
    height: 92px;
  }
}
.c-w-93px {
  width: 93px;
}

.c-h-93px {
  height: 93px;
}

.c-mw-93px {
  min-width: 93px;
}

.c-mh-93px {
  min-height: 93px;
}

.c-w-93px-i {
  width: 93px !important;
}

.c-h-100-93px {
  height: calc(100% - 93px);
}

.c-h-93px-i {
  height: 93px !important;
}

.c-mw-93px-i {
  min-width: 93px !important;
}

.c-mh-93px-i {
  min-height: 93px !important;
}

@media (min-width: 576px) {
  .c-w-sm-93px {
    width: 93px;
  }
  .c-h-sm-93px {
    height: 93px;
  }
}
@media (min-width: 768px) {
  .c-w-md-93px {
    width: 93px;
  }
  .c-h-md-93px {
    height: 93px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-93px {
    width: 93px;
  }
  .c-h-lg-93px {
    height: 93px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-93px {
    width: 93px;
  }
  .c-h-xl-93px {
    height: 93px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-93px {
    width: 93px;
  }
  .c-h-sm-max-93px {
    height: 93px;
  }
  .c-h-max-100-93px {
    height: calc(100% - 93px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-93px {
    width: 93px;
  }
  .c-h-md-max-93px {
    height: 93px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-93px {
    width: 93px;
  }
  .c-h-lg-max-93px {
    height: 93px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-93px {
    width: 93px;
  }
  .c-h-xl-max-93px {
    height: 93px;
  }
}
.c-w-94px {
  width: 94px;
}

.c-h-94px {
  height: 94px;
}

.c-mw-94px {
  min-width: 94px;
}

.c-mh-94px {
  min-height: 94px;
}

.c-w-94px-i {
  width: 94px !important;
}

.c-h-100-94px {
  height: calc(100% - 94px);
}

.c-h-94px-i {
  height: 94px !important;
}

.c-mw-94px-i {
  min-width: 94px !important;
}

.c-mh-94px-i {
  min-height: 94px !important;
}

@media (min-width: 576px) {
  .c-w-sm-94px {
    width: 94px;
  }
  .c-h-sm-94px {
    height: 94px;
  }
}
@media (min-width: 768px) {
  .c-w-md-94px {
    width: 94px;
  }
  .c-h-md-94px {
    height: 94px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-94px {
    width: 94px;
  }
  .c-h-lg-94px {
    height: 94px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-94px {
    width: 94px;
  }
  .c-h-xl-94px {
    height: 94px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-94px {
    width: 94px;
  }
  .c-h-sm-max-94px {
    height: 94px;
  }
  .c-h-max-100-94px {
    height: calc(100% - 94px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-94px {
    width: 94px;
  }
  .c-h-md-max-94px {
    height: 94px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-94px {
    width: 94px;
  }
  .c-h-lg-max-94px {
    height: 94px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-94px {
    width: 94px;
  }
  .c-h-xl-max-94px {
    height: 94px;
  }
}
.c-w-95px {
  width: 95px;
}

.c-h-95px {
  height: 95px;
}

.c-mw-95px {
  min-width: 95px;
}

.c-mh-95px {
  min-height: 95px;
}

.c-w-95px-i {
  width: 95px !important;
}

.c-h-100-95px {
  height: calc(100% - 95px);
}

.c-h-95px-i {
  height: 95px !important;
}

.c-mw-95px-i {
  min-width: 95px !important;
}

.c-mh-95px-i {
  min-height: 95px !important;
}

@media (min-width: 576px) {
  .c-w-sm-95px {
    width: 95px;
  }
  .c-h-sm-95px {
    height: 95px;
  }
}
@media (min-width: 768px) {
  .c-w-md-95px {
    width: 95px;
  }
  .c-h-md-95px {
    height: 95px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-95px {
    width: 95px;
  }
  .c-h-lg-95px {
    height: 95px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-95px {
    width: 95px;
  }
  .c-h-xl-95px {
    height: 95px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-95px {
    width: 95px;
  }
  .c-h-sm-max-95px {
    height: 95px;
  }
  .c-h-max-100-95px {
    height: calc(100% - 95px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-95px {
    width: 95px;
  }
  .c-h-md-max-95px {
    height: 95px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-95px {
    width: 95px;
  }
  .c-h-lg-max-95px {
    height: 95px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-95px {
    width: 95px;
  }
  .c-h-xl-max-95px {
    height: 95px;
  }
}
.c-w-96px {
  width: 96px;
}

.c-h-96px {
  height: 96px;
}

.c-mw-96px {
  min-width: 96px;
}

.c-mh-96px {
  min-height: 96px;
}

.c-w-96px-i {
  width: 96px !important;
}

.c-h-100-96px {
  height: calc(100% - 96px);
}

.c-h-96px-i {
  height: 96px !important;
}

.c-mw-96px-i {
  min-width: 96px !important;
}

.c-mh-96px-i {
  min-height: 96px !important;
}

@media (min-width: 576px) {
  .c-w-sm-96px {
    width: 96px;
  }
  .c-h-sm-96px {
    height: 96px;
  }
}
@media (min-width: 768px) {
  .c-w-md-96px {
    width: 96px;
  }
  .c-h-md-96px {
    height: 96px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-96px {
    width: 96px;
  }
  .c-h-lg-96px {
    height: 96px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-96px {
    width: 96px;
  }
  .c-h-xl-96px {
    height: 96px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-96px {
    width: 96px;
  }
  .c-h-sm-max-96px {
    height: 96px;
  }
  .c-h-max-100-96px {
    height: calc(100% - 96px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-96px {
    width: 96px;
  }
  .c-h-md-max-96px {
    height: 96px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-96px {
    width: 96px;
  }
  .c-h-lg-max-96px {
    height: 96px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-96px {
    width: 96px;
  }
  .c-h-xl-max-96px {
    height: 96px;
  }
}
.c-w-97px {
  width: 97px;
}

.c-h-97px {
  height: 97px;
}

.c-mw-97px {
  min-width: 97px;
}

.c-mh-97px {
  min-height: 97px;
}

.c-w-97px-i {
  width: 97px !important;
}

.c-h-100-97px {
  height: calc(100% - 97px);
}

.c-h-97px-i {
  height: 97px !important;
}

.c-mw-97px-i {
  min-width: 97px !important;
}

.c-mh-97px-i {
  min-height: 97px !important;
}

@media (min-width: 576px) {
  .c-w-sm-97px {
    width: 97px;
  }
  .c-h-sm-97px {
    height: 97px;
  }
}
@media (min-width: 768px) {
  .c-w-md-97px {
    width: 97px;
  }
  .c-h-md-97px {
    height: 97px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-97px {
    width: 97px;
  }
  .c-h-lg-97px {
    height: 97px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-97px {
    width: 97px;
  }
  .c-h-xl-97px {
    height: 97px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-97px {
    width: 97px;
  }
  .c-h-sm-max-97px {
    height: 97px;
  }
  .c-h-max-100-97px {
    height: calc(100% - 97px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-97px {
    width: 97px;
  }
  .c-h-md-max-97px {
    height: 97px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-97px {
    width: 97px;
  }
  .c-h-lg-max-97px {
    height: 97px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-97px {
    width: 97px;
  }
  .c-h-xl-max-97px {
    height: 97px;
  }
}
.c-w-98px {
  width: 98px;
}

.c-h-98px {
  height: 98px;
}

.c-mw-98px {
  min-width: 98px;
}

.c-mh-98px {
  min-height: 98px;
}

.c-w-98px-i {
  width: 98px !important;
}

.c-h-100-98px {
  height: calc(100% - 98px);
}

.c-h-98px-i {
  height: 98px !important;
}

.c-mw-98px-i {
  min-width: 98px !important;
}

.c-mh-98px-i {
  min-height: 98px !important;
}

@media (min-width: 576px) {
  .c-w-sm-98px {
    width: 98px;
  }
  .c-h-sm-98px {
    height: 98px;
  }
}
@media (min-width: 768px) {
  .c-w-md-98px {
    width: 98px;
  }
  .c-h-md-98px {
    height: 98px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-98px {
    width: 98px;
  }
  .c-h-lg-98px {
    height: 98px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-98px {
    width: 98px;
  }
  .c-h-xl-98px {
    height: 98px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-98px {
    width: 98px;
  }
  .c-h-sm-max-98px {
    height: 98px;
  }
  .c-h-max-100-98px {
    height: calc(100% - 98px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-98px {
    width: 98px;
  }
  .c-h-md-max-98px {
    height: 98px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-98px {
    width: 98px;
  }
  .c-h-lg-max-98px {
    height: 98px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-98px {
    width: 98px;
  }
  .c-h-xl-max-98px {
    height: 98px;
  }
}
.c-w-99px {
  width: 99px;
}

.c-h-99px {
  height: 99px;
}

.c-mw-99px {
  min-width: 99px;
}

.c-mh-99px {
  min-height: 99px;
}

.c-w-99px-i {
  width: 99px !important;
}

.c-h-100-99px {
  height: calc(100% - 99px);
}

.c-h-99px-i {
  height: 99px !important;
}

.c-mw-99px-i {
  min-width: 99px !important;
}

.c-mh-99px-i {
  min-height: 99px !important;
}

@media (min-width: 576px) {
  .c-w-sm-99px {
    width: 99px;
  }
  .c-h-sm-99px {
    height: 99px;
  }
}
@media (min-width: 768px) {
  .c-w-md-99px {
    width: 99px;
  }
  .c-h-md-99px {
    height: 99px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-99px {
    width: 99px;
  }
  .c-h-lg-99px {
    height: 99px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-99px {
    width: 99px;
  }
  .c-h-xl-99px {
    height: 99px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-99px {
    width: 99px;
  }
  .c-h-sm-max-99px {
    height: 99px;
  }
  .c-h-max-100-99px {
    height: calc(100% - 99px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-99px {
    width: 99px;
  }
  .c-h-md-max-99px {
    height: 99px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-99px {
    width: 99px;
  }
  .c-h-lg-max-99px {
    height: 99px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-99px {
    width: 99px;
  }
  .c-h-xl-max-99px {
    height: 99px;
  }
}
.c-w-100px {
  width: 100px;
}

.c-h-100px {
  height: 100px;
}

.c-mw-100px {
  min-width: 100px;
}

.c-mh-100px {
  min-height: 100px;
}

.c-w-100px-i {
  width: 100px !important;
}

.c-h-100-100px {
  height: calc(100% - 100px);
}

.c-h-100px-i {
  height: 100px !important;
}

.c-mw-100px-i {
  min-width: 100px !important;
}

.c-mh-100px-i {
  min-height: 100px !important;
}

@media (min-width: 576px) {
  .c-w-sm-100px {
    width: 100px;
  }
  .c-h-sm-100px {
    height: 100px;
  }
}
@media (min-width: 768px) {
  .c-w-md-100px {
    width: 100px;
  }
  .c-h-md-100px {
    height: 100px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-100px {
    width: 100px;
  }
  .c-h-lg-100px {
    height: 100px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-100px {
    width: 100px;
  }
  .c-h-xl-100px {
    height: 100px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-100px {
    width: 100px;
  }
  .c-h-sm-max-100px {
    height: 100px;
  }
  .c-h-max-100-100px {
    height: calc(100% - 100px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-100px {
    width: 100px;
  }
  .c-h-md-max-100px {
    height: 100px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-100px {
    width: 100px;
  }
  .c-h-lg-max-100px {
    height: 100px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-100px {
    width: 100px;
  }
  .c-h-xl-max-100px {
    height: 100px;
  }
}
.c-w-101px {
  width: 101px;
}

.c-h-101px {
  height: 101px;
}

.c-mw-101px {
  min-width: 101px;
}

.c-mh-101px {
  min-height: 101px;
}

.c-w-101px-i {
  width: 101px !important;
}

.c-h-100-101px {
  height: calc(100% - 101px);
}

.c-h-101px-i {
  height: 101px !important;
}

.c-mw-101px-i {
  min-width: 101px !important;
}

.c-mh-101px-i {
  min-height: 101px !important;
}

@media (min-width: 576px) {
  .c-w-sm-101px {
    width: 101px;
  }
  .c-h-sm-101px {
    height: 101px;
  }
}
@media (min-width: 768px) {
  .c-w-md-101px {
    width: 101px;
  }
  .c-h-md-101px {
    height: 101px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-101px {
    width: 101px;
  }
  .c-h-lg-101px {
    height: 101px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-101px {
    width: 101px;
  }
  .c-h-xl-101px {
    height: 101px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-101px {
    width: 101px;
  }
  .c-h-sm-max-101px {
    height: 101px;
  }
  .c-h-max-100-101px {
    height: calc(100% - 101px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-101px {
    width: 101px;
  }
  .c-h-md-max-101px {
    height: 101px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-101px {
    width: 101px;
  }
  .c-h-lg-max-101px {
    height: 101px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-101px {
    width: 101px;
  }
  .c-h-xl-max-101px {
    height: 101px;
  }
}
.c-w-102px {
  width: 102px;
}

.c-h-102px {
  height: 102px;
}

.c-mw-102px {
  min-width: 102px;
}

.c-mh-102px {
  min-height: 102px;
}

.c-w-102px-i {
  width: 102px !important;
}

.c-h-100-102px {
  height: calc(100% - 102px);
}

.c-h-102px-i {
  height: 102px !important;
}

.c-mw-102px-i {
  min-width: 102px !important;
}

.c-mh-102px-i {
  min-height: 102px !important;
}

@media (min-width: 576px) {
  .c-w-sm-102px {
    width: 102px;
  }
  .c-h-sm-102px {
    height: 102px;
  }
}
@media (min-width: 768px) {
  .c-w-md-102px {
    width: 102px;
  }
  .c-h-md-102px {
    height: 102px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-102px {
    width: 102px;
  }
  .c-h-lg-102px {
    height: 102px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-102px {
    width: 102px;
  }
  .c-h-xl-102px {
    height: 102px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-102px {
    width: 102px;
  }
  .c-h-sm-max-102px {
    height: 102px;
  }
  .c-h-max-100-102px {
    height: calc(100% - 102px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-102px {
    width: 102px;
  }
  .c-h-md-max-102px {
    height: 102px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-102px {
    width: 102px;
  }
  .c-h-lg-max-102px {
    height: 102px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-102px {
    width: 102px;
  }
  .c-h-xl-max-102px {
    height: 102px;
  }
}
.c-w-103px {
  width: 103px;
}

.c-h-103px {
  height: 103px;
}

.c-mw-103px {
  min-width: 103px;
}

.c-mh-103px {
  min-height: 103px;
}

.c-w-103px-i {
  width: 103px !important;
}

.c-h-100-103px {
  height: calc(100% - 103px);
}

.c-h-103px-i {
  height: 103px !important;
}

.c-mw-103px-i {
  min-width: 103px !important;
}

.c-mh-103px-i {
  min-height: 103px !important;
}

@media (min-width: 576px) {
  .c-w-sm-103px {
    width: 103px;
  }
  .c-h-sm-103px {
    height: 103px;
  }
}
@media (min-width: 768px) {
  .c-w-md-103px {
    width: 103px;
  }
  .c-h-md-103px {
    height: 103px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-103px {
    width: 103px;
  }
  .c-h-lg-103px {
    height: 103px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-103px {
    width: 103px;
  }
  .c-h-xl-103px {
    height: 103px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-103px {
    width: 103px;
  }
  .c-h-sm-max-103px {
    height: 103px;
  }
  .c-h-max-100-103px {
    height: calc(100% - 103px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-103px {
    width: 103px;
  }
  .c-h-md-max-103px {
    height: 103px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-103px {
    width: 103px;
  }
  .c-h-lg-max-103px {
    height: 103px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-103px {
    width: 103px;
  }
  .c-h-xl-max-103px {
    height: 103px;
  }
}
.c-w-104px {
  width: 104px;
}

.c-h-104px {
  height: 104px;
}

.c-mw-104px {
  min-width: 104px;
}

.c-mh-104px {
  min-height: 104px;
}

.c-w-104px-i {
  width: 104px !important;
}

.c-h-100-104px {
  height: calc(100% - 104px);
}

.c-h-104px-i {
  height: 104px !important;
}

.c-mw-104px-i {
  min-width: 104px !important;
}

.c-mh-104px-i {
  min-height: 104px !important;
}

@media (min-width: 576px) {
  .c-w-sm-104px {
    width: 104px;
  }
  .c-h-sm-104px {
    height: 104px;
  }
}
@media (min-width: 768px) {
  .c-w-md-104px {
    width: 104px;
  }
  .c-h-md-104px {
    height: 104px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-104px {
    width: 104px;
  }
  .c-h-lg-104px {
    height: 104px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-104px {
    width: 104px;
  }
  .c-h-xl-104px {
    height: 104px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-104px {
    width: 104px;
  }
  .c-h-sm-max-104px {
    height: 104px;
  }
  .c-h-max-100-104px {
    height: calc(100% - 104px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-104px {
    width: 104px;
  }
  .c-h-md-max-104px {
    height: 104px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-104px {
    width: 104px;
  }
  .c-h-lg-max-104px {
    height: 104px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-104px {
    width: 104px;
  }
  .c-h-xl-max-104px {
    height: 104px;
  }
}
.c-w-105px {
  width: 105px;
}

.c-h-105px {
  height: 105px;
}

.c-mw-105px {
  min-width: 105px;
}

.c-mh-105px {
  min-height: 105px;
}

.c-w-105px-i {
  width: 105px !important;
}

.c-h-100-105px {
  height: calc(100% - 105px);
}

.c-h-105px-i {
  height: 105px !important;
}

.c-mw-105px-i {
  min-width: 105px !important;
}

.c-mh-105px-i {
  min-height: 105px !important;
}

@media (min-width: 576px) {
  .c-w-sm-105px {
    width: 105px;
  }
  .c-h-sm-105px {
    height: 105px;
  }
}
@media (min-width: 768px) {
  .c-w-md-105px {
    width: 105px;
  }
  .c-h-md-105px {
    height: 105px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-105px {
    width: 105px;
  }
  .c-h-lg-105px {
    height: 105px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-105px {
    width: 105px;
  }
  .c-h-xl-105px {
    height: 105px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-105px {
    width: 105px;
  }
  .c-h-sm-max-105px {
    height: 105px;
  }
  .c-h-max-100-105px {
    height: calc(100% - 105px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-105px {
    width: 105px;
  }
  .c-h-md-max-105px {
    height: 105px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-105px {
    width: 105px;
  }
  .c-h-lg-max-105px {
    height: 105px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-105px {
    width: 105px;
  }
  .c-h-xl-max-105px {
    height: 105px;
  }
}
.c-w-106px {
  width: 106px;
}

.c-h-106px {
  height: 106px;
}

.c-mw-106px {
  min-width: 106px;
}

.c-mh-106px {
  min-height: 106px;
}

.c-w-106px-i {
  width: 106px !important;
}

.c-h-100-106px {
  height: calc(100% - 106px);
}

.c-h-106px-i {
  height: 106px !important;
}

.c-mw-106px-i {
  min-width: 106px !important;
}

.c-mh-106px-i {
  min-height: 106px !important;
}

@media (min-width: 576px) {
  .c-w-sm-106px {
    width: 106px;
  }
  .c-h-sm-106px {
    height: 106px;
  }
}
@media (min-width: 768px) {
  .c-w-md-106px {
    width: 106px;
  }
  .c-h-md-106px {
    height: 106px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-106px {
    width: 106px;
  }
  .c-h-lg-106px {
    height: 106px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-106px {
    width: 106px;
  }
  .c-h-xl-106px {
    height: 106px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-106px {
    width: 106px;
  }
  .c-h-sm-max-106px {
    height: 106px;
  }
  .c-h-max-100-106px {
    height: calc(100% - 106px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-106px {
    width: 106px;
  }
  .c-h-md-max-106px {
    height: 106px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-106px {
    width: 106px;
  }
  .c-h-lg-max-106px {
    height: 106px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-106px {
    width: 106px;
  }
  .c-h-xl-max-106px {
    height: 106px;
  }
}
.c-w-107px {
  width: 107px;
}

.c-h-107px {
  height: 107px;
}

.c-mw-107px {
  min-width: 107px;
}

.c-mh-107px {
  min-height: 107px;
}

.c-w-107px-i {
  width: 107px !important;
}

.c-h-100-107px {
  height: calc(100% - 107px);
}

.c-h-107px-i {
  height: 107px !important;
}

.c-mw-107px-i {
  min-width: 107px !important;
}

.c-mh-107px-i {
  min-height: 107px !important;
}

@media (min-width: 576px) {
  .c-w-sm-107px {
    width: 107px;
  }
  .c-h-sm-107px {
    height: 107px;
  }
}
@media (min-width: 768px) {
  .c-w-md-107px {
    width: 107px;
  }
  .c-h-md-107px {
    height: 107px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-107px {
    width: 107px;
  }
  .c-h-lg-107px {
    height: 107px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-107px {
    width: 107px;
  }
  .c-h-xl-107px {
    height: 107px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-107px {
    width: 107px;
  }
  .c-h-sm-max-107px {
    height: 107px;
  }
  .c-h-max-100-107px {
    height: calc(100% - 107px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-107px {
    width: 107px;
  }
  .c-h-md-max-107px {
    height: 107px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-107px {
    width: 107px;
  }
  .c-h-lg-max-107px {
    height: 107px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-107px {
    width: 107px;
  }
  .c-h-xl-max-107px {
    height: 107px;
  }
}
.c-w-108px {
  width: 108px;
}

.c-h-108px {
  height: 108px;
}

.c-mw-108px {
  min-width: 108px;
}

.c-mh-108px {
  min-height: 108px;
}

.c-w-108px-i {
  width: 108px !important;
}

.c-h-100-108px {
  height: calc(100% - 108px);
}

.c-h-108px-i {
  height: 108px !important;
}

.c-mw-108px-i {
  min-width: 108px !important;
}

.c-mh-108px-i {
  min-height: 108px !important;
}

@media (min-width: 576px) {
  .c-w-sm-108px {
    width: 108px;
  }
  .c-h-sm-108px {
    height: 108px;
  }
}
@media (min-width: 768px) {
  .c-w-md-108px {
    width: 108px;
  }
  .c-h-md-108px {
    height: 108px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-108px {
    width: 108px;
  }
  .c-h-lg-108px {
    height: 108px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-108px {
    width: 108px;
  }
  .c-h-xl-108px {
    height: 108px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-108px {
    width: 108px;
  }
  .c-h-sm-max-108px {
    height: 108px;
  }
  .c-h-max-100-108px {
    height: calc(100% - 108px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-108px {
    width: 108px;
  }
  .c-h-md-max-108px {
    height: 108px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-108px {
    width: 108px;
  }
  .c-h-lg-max-108px {
    height: 108px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-108px {
    width: 108px;
  }
  .c-h-xl-max-108px {
    height: 108px;
  }
}
.c-w-109px {
  width: 109px;
}

.c-h-109px {
  height: 109px;
}

.c-mw-109px {
  min-width: 109px;
}

.c-mh-109px {
  min-height: 109px;
}

.c-w-109px-i {
  width: 109px !important;
}

.c-h-100-109px {
  height: calc(100% - 109px);
}

.c-h-109px-i {
  height: 109px !important;
}

.c-mw-109px-i {
  min-width: 109px !important;
}

.c-mh-109px-i {
  min-height: 109px !important;
}

@media (min-width: 576px) {
  .c-w-sm-109px {
    width: 109px;
  }
  .c-h-sm-109px {
    height: 109px;
  }
}
@media (min-width: 768px) {
  .c-w-md-109px {
    width: 109px;
  }
  .c-h-md-109px {
    height: 109px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-109px {
    width: 109px;
  }
  .c-h-lg-109px {
    height: 109px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-109px {
    width: 109px;
  }
  .c-h-xl-109px {
    height: 109px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-109px {
    width: 109px;
  }
  .c-h-sm-max-109px {
    height: 109px;
  }
  .c-h-max-100-109px {
    height: calc(100% - 109px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-109px {
    width: 109px;
  }
  .c-h-md-max-109px {
    height: 109px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-109px {
    width: 109px;
  }
  .c-h-lg-max-109px {
    height: 109px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-109px {
    width: 109px;
  }
  .c-h-xl-max-109px {
    height: 109px;
  }
}
.c-w-110px {
  width: 110px;
}

.c-h-110px {
  height: 110px;
}

.c-mw-110px {
  min-width: 110px;
}

.c-mh-110px {
  min-height: 110px;
}

.c-w-110px-i {
  width: 110px !important;
}

.c-h-100-110px {
  height: calc(100% - 110px);
}

.c-h-110px-i {
  height: 110px !important;
}

.c-mw-110px-i {
  min-width: 110px !important;
}

.c-mh-110px-i {
  min-height: 110px !important;
}

@media (min-width: 576px) {
  .c-w-sm-110px {
    width: 110px;
  }
  .c-h-sm-110px {
    height: 110px;
  }
}
@media (min-width: 768px) {
  .c-w-md-110px {
    width: 110px;
  }
  .c-h-md-110px {
    height: 110px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-110px {
    width: 110px;
  }
  .c-h-lg-110px {
    height: 110px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-110px {
    width: 110px;
  }
  .c-h-xl-110px {
    height: 110px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-110px {
    width: 110px;
  }
  .c-h-sm-max-110px {
    height: 110px;
  }
  .c-h-max-100-110px {
    height: calc(100% - 110px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-110px {
    width: 110px;
  }
  .c-h-md-max-110px {
    height: 110px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-110px {
    width: 110px;
  }
  .c-h-lg-max-110px {
    height: 110px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-110px {
    width: 110px;
  }
  .c-h-xl-max-110px {
    height: 110px;
  }
}
.c-w-111px {
  width: 111px;
}

.c-h-111px {
  height: 111px;
}

.c-mw-111px {
  min-width: 111px;
}

.c-mh-111px {
  min-height: 111px;
}

.c-w-111px-i {
  width: 111px !important;
}

.c-h-100-111px {
  height: calc(100% - 111px);
}

.c-h-111px-i {
  height: 111px !important;
}

.c-mw-111px-i {
  min-width: 111px !important;
}

.c-mh-111px-i {
  min-height: 111px !important;
}

@media (min-width: 576px) {
  .c-w-sm-111px {
    width: 111px;
  }
  .c-h-sm-111px {
    height: 111px;
  }
}
@media (min-width: 768px) {
  .c-w-md-111px {
    width: 111px;
  }
  .c-h-md-111px {
    height: 111px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-111px {
    width: 111px;
  }
  .c-h-lg-111px {
    height: 111px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-111px {
    width: 111px;
  }
  .c-h-xl-111px {
    height: 111px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-111px {
    width: 111px;
  }
  .c-h-sm-max-111px {
    height: 111px;
  }
  .c-h-max-100-111px {
    height: calc(100% - 111px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-111px {
    width: 111px;
  }
  .c-h-md-max-111px {
    height: 111px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-111px {
    width: 111px;
  }
  .c-h-lg-max-111px {
    height: 111px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-111px {
    width: 111px;
  }
  .c-h-xl-max-111px {
    height: 111px;
  }
}
.c-w-112px {
  width: 112px;
}

.c-h-112px {
  height: 112px;
}

.c-mw-112px {
  min-width: 112px;
}

.c-mh-112px {
  min-height: 112px;
}

.c-w-112px-i {
  width: 112px !important;
}

.c-h-100-112px {
  height: calc(100% - 112px);
}

.c-h-112px-i {
  height: 112px !important;
}

.c-mw-112px-i {
  min-width: 112px !important;
}

.c-mh-112px-i {
  min-height: 112px !important;
}

@media (min-width: 576px) {
  .c-w-sm-112px {
    width: 112px;
  }
  .c-h-sm-112px {
    height: 112px;
  }
}
@media (min-width: 768px) {
  .c-w-md-112px {
    width: 112px;
  }
  .c-h-md-112px {
    height: 112px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-112px {
    width: 112px;
  }
  .c-h-lg-112px {
    height: 112px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-112px {
    width: 112px;
  }
  .c-h-xl-112px {
    height: 112px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-112px {
    width: 112px;
  }
  .c-h-sm-max-112px {
    height: 112px;
  }
  .c-h-max-100-112px {
    height: calc(100% - 112px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-112px {
    width: 112px;
  }
  .c-h-md-max-112px {
    height: 112px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-112px {
    width: 112px;
  }
  .c-h-lg-max-112px {
    height: 112px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-112px {
    width: 112px;
  }
  .c-h-xl-max-112px {
    height: 112px;
  }
}
.c-w-113px {
  width: 113px;
}

.c-h-113px {
  height: 113px;
}

.c-mw-113px {
  min-width: 113px;
}

.c-mh-113px {
  min-height: 113px;
}

.c-w-113px-i {
  width: 113px !important;
}

.c-h-100-113px {
  height: calc(100% - 113px);
}

.c-h-113px-i {
  height: 113px !important;
}

.c-mw-113px-i {
  min-width: 113px !important;
}

.c-mh-113px-i {
  min-height: 113px !important;
}

@media (min-width: 576px) {
  .c-w-sm-113px {
    width: 113px;
  }
  .c-h-sm-113px {
    height: 113px;
  }
}
@media (min-width: 768px) {
  .c-w-md-113px {
    width: 113px;
  }
  .c-h-md-113px {
    height: 113px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-113px {
    width: 113px;
  }
  .c-h-lg-113px {
    height: 113px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-113px {
    width: 113px;
  }
  .c-h-xl-113px {
    height: 113px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-113px {
    width: 113px;
  }
  .c-h-sm-max-113px {
    height: 113px;
  }
  .c-h-max-100-113px {
    height: calc(100% - 113px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-113px {
    width: 113px;
  }
  .c-h-md-max-113px {
    height: 113px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-113px {
    width: 113px;
  }
  .c-h-lg-max-113px {
    height: 113px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-113px {
    width: 113px;
  }
  .c-h-xl-max-113px {
    height: 113px;
  }
}
.c-w-114px {
  width: 114px;
}

.c-h-114px {
  height: 114px;
}

.c-mw-114px {
  min-width: 114px;
}

.c-mh-114px {
  min-height: 114px;
}

.c-w-114px-i {
  width: 114px !important;
}

.c-h-100-114px {
  height: calc(100% - 114px);
}

.c-h-114px-i {
  height: 114px !important;
}

.c-mw-114px-i {
  min-width: 114px !important;
}

.c-mh-114px-i {
  min-height: 114px !important;
}

@media (min-width: 576px) {
  .c-w-sm-114px {
    width: 114px;
  }
  .c-h-sm-114px {
    height: 114px;
  }
}
@media (min-width: 768px) {
  .c-w-md-114px {
    width: 114px;
  }
  .c-h-md-114px {
    height: 114px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-114px {
    width: 114px;
  }
  .c-h-lg-114px {
    height: 114px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-114px {
    width: 114px;
  }
  .c-h-xl-114px {
    height: 114px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-114px {
    width: 114px;
  }
  .c-h-sm-max-114px {
    height: 114px;
  }
  .c-h-max-100-114px {
    height: calc(100% - 114px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-114px {
    width: 114px;
  }
  .c-h-md-max-114px {
    height: 114px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-114px {
    width: 114px;
  }
  .c-h-lg-max-114px {
    height: 114px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-114px {
    width: 114px;
  }
  .c-h-xl-max-114px {
    height: 114px;
  }
}
.c-w-115px {
  width: 115px;
}

.c-h-115px {
  height: 115px;
}

.c-mw-115px {
  min-width: 115px;
}

.c-mh-115px {
  min-height: 115px;
}

.c-w-115px-i {
  width: 115px !important;
}

.c-h-100-115px {
  height: calc(100% - 115px);
}

.c-h-115px-i {
  height: 115px !important;
}

.c-mw-115px-i {
  min-width: 115px !important;
}

.c-mh-115px-i {
  min-height: 115px !important;
}

@media (min-width: 576px) {
  .c-w-sm-115px {
    width: 115px;
  }
  .c-h-sm-115px {
    height: 115px;
  }
}
@media (min-width: 768px) {
  .c-w-md-115px {
    width: 115px;
  }
  .c-h-md-115px {
    height: 115px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-115px {
    width: 115px;
  }
  .c-h-lg-115px {
    height: 115px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-115px {
    width: 115px;
  }
  .c-h-xl-115px {
    height: 115px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-115px {
    width: 115px;
  }
  .c-h-sm-max-115px {
    height: 115px;
  }
  .c-h-max-100-115px {
    height: calc(100% - 115px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-115px {
    width: 115px;
  }
  .c-h-md-max-115px {
    height: 115px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-115px {
    width: 115px;
  }
  .c-h-lg-max-115px {
    height: 115px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-115px {
    width: 115px;
  }
  .c-h-xl-max-115px {
    height: 115px;
  }
}
.c-w-116px {
  width: 116px;
}

.c-h-116px {
  height: 116px;
}

.c-mw-116px {
  min-width: 116px;
}

.c-mh-116px {
  min-height: 116px;
}

.c-w-116px-i {
  width: 116px !important;
}

.c-h-100-116px {
  height: calc(100% - 116px);
}

.c-h-116px-i {
  height: 116px !important;
}

.c-mw-116px-i {
  min-width: 116px !important;
}

.c-mh-116px-i {
  min-height: 116px !important;
}

@media (min-width: 576px) {
  .c-w-sm-116px {
    width: 116px;
  }
  .c-h-sm-116px {
    height: 116px;
  }
}
@media (min-width: 768px) {
  .c-w-md-116px {
    width: 116px;
  }
  .c-h-md-116px {
    height: 116px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-116px {
    width: 116px;
  }
  .c-h-lg-116px {
    height: 116px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-116px {
    width: 116px;
  }
  .c-h-xl-116px {
    height: 116px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-116px {
    width: 116px;
  }
  .c-h-sm-max-116px {
    height: 116px;
  }
  .c-h-max-100-116px {
    height: calc(100% - 116px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-116px {
    width: 116px;
  }
  .c-h-md-max-116px {
    height: 116px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-116px {
    width: 116px;
  }
  .c-h-lg-max-116px {
    height: 116px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-116px {
    width: 116px;
  }
  .c-h-xl-max-116px {
    height: 116px;
  }
}
.c-w-117px {
  width: 117px;
}

.c-h-117px {
  height: 117px;
}

.c-mw-117px {
  min-width: 117px;
}

.c-mh-117px {
  min-height: 117px;
}

.c-w-117px-i {
  width: 117px !important;
}

.c-h-100-117px {
  height: calc(100% - 117px);
}

.c-h-117px-i {
  height: 117px !important;
}

.c-mw-117px-i {
  min-width: 117px !important;
}

.c-mh-117px-i {
  min-height: 117px !important;
}

@media (min-width: 576px) {
  .c-w-sm-117px {
    width: 117px;
  }
  .c-h-sm-117px {
    height: 117px;
  }
}
@media (min-width: 768px) {
  .c-w-md-117px {
    width: 117px;
  }
  .c-h-md-117px {
    height: 117px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-117px {
    width: 117px;
  }
  .c-h-lg-117px {
    height: 117px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-117px {
    width: 117px;
  }
  .c-h-xl-117px {
    height: 117px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-117px {
    width: 117px;
  }
  .c-h-sm-max-117px {
    height: 117px;
  }
  .c-h-max-100-117px {
    height: calc(100% - 117px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-117px {
    width: 117px;
  }
  .c-h-md-max-117px {
    height: 117px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-117px {
    width: 117px;
  }
  .c-h-lg-max-117px {
    height: 117px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-117px {
    width: 117px;
  }
  .c-h-xl-max-117px {
    height: 117px;
  }
}
.c-w-118px {
  width: 118px;
}

.c-h-118px {
  height: 118px;
}

.c-mw-118px {
  min-width: 118px;
}

.c-mh-118px {
  min-height: 118px;
}

.c-w-118px-i {
  width: 118px !important;
}

.c-h-100-118px {
  height: calc(100% - 118px);
}

.c-h-118px-i {
  height: 118px !important;
}

.c-mw-118px-i {
  min-width: 118px !important;
}

.c-mh-118px-i {
  min-height: 118px !important;
}

@media (min-width: 576px) {
  .c-w-sm-118px {
    width: 118px;
  }
  .c-h-sm-118px {
    height: 118px;
  }
}
@media (min-width: 768px) {
  .c-w-md-118px {
    width: 118px;
  }
  .c-h-md-118px {
    height: 118px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-118px {
    width: 118px;
  }
  .c-h-lg-118px {
    height: 118px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-118px {
    width: 118px;
  }
  .c-h-xl-118px {
    height: 118px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-118px {
    width: 118px;
  }
  .c-h-sm-max-118px {
    height: 118px;
  }
  .c-h-max-100-118px {
    height: calc(100% - 118px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-118px {
    width: 118px;
  }
  .c-h-md-max-118px {
    height: 118px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-118px {
    width: 118px;
  }
  .c-h-lg-max-118px {
    height: 118px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-118px {
    width: 118px;
  }
  .c-h-xl-max-118px {
    height: 118px;
  }
}
.c-w-119px {
  width: 119px;
}

.c-h-119px {
  height: 119px;
}

.c-mw-119px {
  min-width: 119px;
}

.c-mh-119px {
  min-height: 119px;
}

.c-w-119px-i {
  width: 119px !important;
}

.c-h-100-119px {
  height: calc(100% - 119px);
}

.c-h-119px-i {
  height: 119px !important;
}

.c-mw-119px-i {
  min-width: 119px !important;
}

.c-mh-119px-i {
  min-height: 119px !important;
}

@media (min-width: 576px) {
  .c-w-sm-119px {
    width: 119px;
  }
  .c-h-sm-119px {
    height: 119px;
  }
}
@media (min-width: 768px) {
  .c-w-md-119px {
    width: 119px;
  }
  .c-h-md-119px {
    height: 119px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-119px {
    width: 119px;
  }
  .c-h-lg-119px {
    height: 119px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-119px {
    width: 119px;
  }
  .c-h-xl-119px {
    height: 119px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-119px {
    width: 119px;
  }
  .c-h-sm-max-119px {
    height: 119px;
  }
  .c-h-max-100-119px {
    height: calc(100% - 119px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-119px {
    width: 119px;
  }
  .c-h-md-max-119px {
    height: 119px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-119px {
    width: 119px;
  }
  .c-h-lg-max-119px {
    height: 119px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-119px {
    width: 119px;
  }
  .c-h-xl-max-119px {
    height: 119px;
  }
}
.c-w-120px {
  width: 120px;
}

.c-h-120px {
  height: 120px;
}

.c-mw-120px {
  min-width: 120px;
}

.c-mh-120px {
  min-height: 120px;
}

.c-w-120px-i {
  width: 120px !important;
}

.c-h-100-120px {
  height: calc(100% - 120px);
}

.c-h-120px-i {
  height: 120px !important;
}

.c-mw-120px-i {
  min-width: 120px !important;
}

.c-mh-120px-i {
  min-height: 120px !important;
}

@media (min-width: 576px) {
  .c-w-sm-120px {
    width: 120px;
  }
  .c-h-sm-120px {
    height: 120px;
  }
}
@media (min-width: 768px) {
  .c-w-md-120px {
    width: 120px;
  }
  .c-h-md-120px {
    height: 120px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-120px {
    width: 120px;
  }
  .c-h-lg-120px {
    height: 120px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-120px {
    width: 120px;
  }
  .c-h-xl-120px {
    height: 120px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-120px {
    width: 120px;
  }
  .c-h-sm-max-120px {
    height: 120px;
  }
  .c-h-max-100-120px {
    height: calc(100% - 120px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-120px {
    width: 120px;
  }
  .c-h-md-max-120px {
    height: 120px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-120px {
    width: 120px;
  }
  .c-h-lg-max-120px {
    height: 120px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-120px {
    width: 120px;
  }
  .c-h-xl-max-120px {
    height: 120px;
  }
}
.c-w-121px {
  width: 121px;
}

.c-h-121px {
  height: 121px;
}

.c-mw-121px {
  min-width: 121px;
}

.c-mh-121px {
  min-height: 121px;
}

.c-w-121px-i {
  width: 121px !important;
}

.c-h-100-121px {
  height: calc(100% - 121px);
}

.c-h-121px-i {
  height: 121px !important;
}

.c-mw-121px-i {
  min-width: 121px !important;
}

.c-mh-121px-i {
  min-height: 121px !important;
}

@media (min-width: 576px) {
  .c-w-sm-121px {
    width: 121px;
  }
  .c-h-sm-121px {
    height: 121px;
  }
}
@media (min-width: 768px) {
  .c-w-md-121px {
    width: 121px;
  }
  .c-h-md-121px {
    height: 121px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-121px {
    width: 121px;
  }
  .c-h-lg-121px {
    height: 121px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-121px {
    width: 121px;
  }
  .c-h-xl-121px {
    height: 121px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-121px {
    width: 121px;
  }
  .c-h-sm-max-121px {
    height: 121px;
  }
  .c-h-max-100-121px {
    height: calc(100% - 121px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-121px {
    width: 121px;
  }
  .c-h-md-max-121px {
    height: 121px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-121px {
    width: 121px;
  }
  .c-h-lg-max-121px {
    height: 121px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-121px {
    width: 121px;
  }
  .c-h-xl-max-121px {
    height: 121px;
  }
}
.c-w-122px {
  width: 122px;
}

.c-h-122px {
  height: 122px;
}

.c-mw-122px {
  min-width: 122px;
}

.c-mh-122px {
  min-height: 122px;
}

.c-w-122px-i {
  width: 122px !important;
}

.c-h-100-122px {
  height: calc(100% - 122px);
}

.c-h-122px-i {
  height: 122px !important;
}

.c-mw-122px-i {
  min-width: 122px !important;
}

.c-mh-122px-i {
  min-height: 122px !important;
}

@media (min-width: 576px) {
  .c-w-sm-122px {
    width: 122px;
  }
  .c-h-sm-122px {
    height: 122px;
  }
}
@media (min-width: 768px) {
  .c-w-md-122px {
    width: 122px;
  }
  .c-h-md-122px {
    height: 122px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-122px {
    width: 122px;
  }
  .c-h-lg-122px {
    height: 122px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-122px {
    width: 122px;
  }
  .c-h-xl-122px {
    height: 122px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-122px {
    width: 122px;
  }
  .c-h-sm-max-122px {
    height: 122px;
  }
  .c-h-max-100-122px {
    height: calc(100% - 122px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-122px {
    width: 122px;
  }
  .c-h-md-max-122px {
    height: 122px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-122px {
    width: 122px;
  }
  .c-h-lg-max-122px {
    height: 122px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-122px {
    width: 122px;
  }
  .c-h-xl-max-122px {
    height: 122px;
  }
}
.c-w-123px {
  width: 123px;
}

.c-h-123px {
  height: 123px;
}

.c-mw-123px {
  min-width: 123px;
}

.c-mh-123px {
  min-height: 123px;
}

.c-w-123px-i {
  width: 123px !important;
}

.c-h-100-123px {
  height: calc(100% - 123px);
}

.c-h-123px-i {
  height: 123px !important;
}

.c-mw-123px-i {
  min-width: 123px !important;
}

.c-mh-123px-i {
  min-height: 123px !important;
}

@media (min-width: 576px) {
  .c-w-sm-123px {
    width: 123px;
  }
  .c-h-sm-123px {
    height: 123px;
  }
}
@media (min-width: 768px) {
  .c-w-md-123px {
    width: 123px;
  }
  .c-h-md-123px {
    height: 123px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-123px {
    width: 123px;
  }
  .c-h-lg-123px {
    height: 123px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-123px {
    width: 123px;
  }
  .c-h-xl-123px {
    height: 123px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-123px {
    width: 123px;
  }
  .c-h-sm-max-123px {
    height: 123px;
  }
  .c-h-max-100-123px {
    height: calc(100% - 123px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-123px {
    width: 123px;
  }
  .c-h-md-max-123px {
    height: 123px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-123px {
    width: 123px;
  }
  .c-h-lg-max-123px {
    height: 123px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-123px {
    width: 123px;
  }
  .c-h-xl-max-123px {
    height: 123px;
  }
}
.c-w-124px {
  width: 124px;
}

.c-h-124px {
  height: 124px;
}

.c-mw-124px {
  min-width: 124px;
}

.c-mh-124px {
  min-height: 124px;
}

.c-w-124px-i {
  width: 124px !important;
}

.c-h-100-124px {
  height: calc(100% - 124px);
}

.c-h-124px-i {
  height: 124px !important;
}

.c-mw-124px-i {
  min-width: 124px !important;
}

.c-mh-124px-i {
  min-height: 124px !important;
}

@media (min-width: 576px) {
  .c-w-sm-124px {
    width: 124px;
  }
  .c-h-sm-124px {
    height: 124px;
  }
}
@media (min-width: 768px) {
  .c-w-md-124px {
    width: 124px;
  }
  .c-h-md-124px {
    height: 124px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-124px {
    width: 124px;
  }
  .c-h-lg-124px {
    height: 124px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-124px {
    width: 124px;
  }
  .c-h-xl-124px {
    height: 124px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-124px {
    width: 124px;
  }
  .c-h-sm-max-124px {
    height: 124px;
  }
  .c-h-max-100-124px {
    height: calc(100% - 124px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-124px {
    width: 124px;
  }
  .c-h-md-max-124px {
    height: 124px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-124px {
    width: 124px;
  }
  .c-h-lg-max-124px {
    height: 124px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-124px {
    width: 124px;
  }
  .c-h-xl-max-124px {
    height: 124px;
  }
}
.c-w-125px {
  width: 125px;
}

.c-h-125px {
  height: 125px;
}

.c-mw-125px {
  min-width: 125px;
}

.c-mh-125px {
  min-height: 125px;
}

.c-w-125px-i {
  width: 125px !important;
}

.c-h-100-125px {
  height: calc(100% - 125px);
}

.c-h-125px-i {
  height: 125px !important;
}

.c-mw-125px-i {
  min-width: 125px !important;
}

.c-mh-125px-i {
  min-height: 125px !important;
}

@media (min-width: 576px) {
  .c-w-sm-125px {
    width: 125px;
  }
  .c-h-sm-125px {
    height: 125px;
  }
}
@media (min-width: 768px) {
  .c-w-md-125px {
    width: 125px;
  }
  .c-h-md-125px {
    height: 125px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-125px {
    width: 125px;
  }
  .c-h-lg-125px {
    height: 125px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-125px {
    width: 125px;
  }
  .c-h-xl-125px {
    height: 125px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-125px {
    width: 125px;
  }
  .c-h-sm-max-125px {
    height: 125px;
  }
  .c-h-max-100-125px {
    height: calc(100% - 125px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-125px {
    width: 125px;
  }
  .c-h-md-max-125px {
    height: 125px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-125px {
    width: 125px;
  }
  .c-h-lg-max-125px {
    height: 125px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-125px {
    width: 125px;
  }
  .c-h-xl-max-125px {
    height: 125px;
  }
}
.c-w-126px {
  width: 126px;
}

.c-h-126px {
  height: 126px;
}

.c-mw-126px {
  min-width: 126px;
}

.c-mh-126px {
  min-height: 126px;
}

.c-w-126px-i {
  width: 126px !important;
}

.c-h-100-126px {
  height: calc(100% - 126px);
}

.c-h-126px-i {
  height: 126px !important;
}

.c-mw-126px-i {
  min-width: 126px !important;
}

.c-mh-126px-i {
  min-height: 126px !important;
}

@media (min-width: 576px) {
  .c-w-sm-126px {
    width: 126px;
  }
  .c-h-sm-126px {
    height: 126px;
  }
}
@media (min-width: 768px) {
  .c-w-md-126px {
    width: 126px;
  }
  .c-h-md-126px {
    height: 126px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-126px {
    width: 126px;
  }
  .c-h-lg-126px {
    height: 126px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-126px {
    width: 126px;
  }
  .c-h-xl-126px {
    height: 126px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-126px {
    width: 126px;
  }
  .c-h-sm-max-126px {
    height: 126px;
  }
  .c-h-max-100-126px {
    height: calc(100% - 126px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-126px {
    width: 126px;
  }
  .c-h-md-max-126px {
    height: 126px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-126px {
    width: 126px;
  }
  .c-h-lg-max-126px {
    height: 126px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-126px {
    width: 126px;
  }
  .c-h-xl-max-126px {
    height: 126px;
  }
}
.c-w-127px {
  width: 127px;
}

.c-h-127px {
  height: 127px;
}

.c-mw-127px {
  min-width: 127px;
}

.c-mh-127px {
  min-height: 127px;
}

.c-w-127px-i {
  width: 127px !important;
}

.c-h-100-127px {
  height: calc(100% - 127px);
}

.c-h-127px-i {
  height: 127px !important;
}

.c-mw-127px-i {
  min-width: 127px !important;
}

.c-mh-127px-i {
  min-height: 127px !important;
}

@media (min-width: 576px) {
  .c-w-sm-127px {
    width: 127px;
  }
  .c-h-sm-127px {
    height: 127px;
  }
}
@media (min-width: 768px) {
  .c-w-md-127px {
    width: 127px;
  }
  .c-h-md-127px {
    height: 127px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-127px {
    width: 127px;
  }
  .c-h-lg-127px {
    height: 127px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-127px {
    width: 127px;
  }
  .c-h-xl-127px {
    height: 127px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-127px {
    width: 127px;
  }
  .c-h-sm-max-127px {
    height: 127px;
  }
  .c-h-max-100-127px {
    height: calc(100% - 127px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-127px {
    width: 127px;
  }
  .c-h-md-max-127px {
    height: 127px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-127px {
    width: 127px;
  }
  .c-h-lg-max-127px {
    height: 127px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-127px {
    width: 127px;
  }
  .c-h-xl-max-127px {
    height: 127px;
  }
}
.c-w-128px {
  width: 128px;
}

.c-h-128px {
  height: 128px;
}

.c-mw-128px {
  min-width: 128px;
}

.c-mh-128px {
  min-height: 128px;
}

.c-w-128px-i {
  width: 128px !important;
}

.c-h-100-128px {
  height: calc(100% - 128px);
}

.c-h-128px-i {
  height: 128px !important;
}

.c-mw-128px-i {
  min-width: 128px !important;
}

.c-mh-128px-i {
  min-height: 128px !important;
}

@media (min-width: 576px) {
  .c-w-sm-128px {
    width: 128px;
  }
  .c-h-sm-128px {
    height: 128px;
  }
}
@media (min-width: 768px) {
  .c-w-md-128px {
    width: 128px;
  }
  .c-h-md-128px {
    height: 128px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-128px {
    width: 128px;
  }
  .c-h-lg-128px {
    height: 128px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-128px {
    width: 128px;
  }
  .c-h-xl-128px {
    height: 128px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-128px {
    width: 128px;
  }
  .c-h-sm-max-128px {
    height: 128px;
  }
  .c-h-max-100-128px {
    height: calc(100% - 128px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-128px {
    width: 128px;
  }
  .c-h-md-max-128px {
    height: 128px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-128px {
    width: 128px;
  }
  .c-h-lg-max-128px {
    height: 128px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-128px {
    width: 128px;
  }
  .c-h-xl-max-128px {
    height: 128px;
  }
}
.c-w-129px {
  width: 129px;
}

.c-h-129px {
  height: 129px;
}

.c-mw-129px {
  min-width: 129px;
}

.c-mh-129px {
  min-height: 129px;
}

.c-w-129px-i {
  width: 129px !important;
}

.c-h-100-129px {
  height: calc(100% - 129px);
}

.c-h-129px-i {
  height: 129px !important;
}

.c-mw-129px-i {
  min-width: 129px !important;
}

.c-mh-129px-i {
  min-height: 129px !important;
}

@media (min-width: 576px) {
  .c-w-sm-129px {
    width: 129px;
  }
  .c-h-sm-129px {
    height: 129px;
  }
}
@media (min-width: 768px) {
  .c-w-md-129px {
    width: 129px;
  }
  .c-h-md-129px {
    height: 129px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-129px {
    width: 129px;
  }
  .c-h-lg-129px {
    height: 129px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-129px {
    width: 129px;
  }
  .c-h-xl-129px {
    height: 129px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-129px {
    width: 129px;
  }
  .c-h-sm-max-129px {
    height: 129px;
  }
  .c-h-max-100-129px {
    height: calc(100% - 129px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-129px {
    width: 129px;
  }
  .c-h-md-max-129px {
    height: 129px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-129px {
    width: 129px;
  }
  .c-h-lg-max-129px {
    height: 129px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-129px {
    width: 129px;
  }
  .c-h-xl-max-129px {
    height: 129px;
  }
}
.c-w-130px {
  width: 130px;
}

.c-h-130px {
  height: 130px;
}

.c-mw-130px {
  min-width: 130px;
}

.c-mh-130px {
  min-height: 130px;
}

.c-w-130px-i {
  width: 130px !important;
}

.c-h-100-130px {
  height: calc(100% - 130px);
}

.c-h-130px-i {
  height: 130px !important;
}

.c-mw-130px-i {
  min-width: 130px !important;
}

.c-mh-130px-i {
  min-height: 130px !important;
}

@media (min-width: 576px) {
  .c-w-sm-130px {
    width: 130px;
  }
  .c-h-sm-130px {
    height: 130px;
  }
}
@media (min-width: 768px) {
  .c-w-md-130px {
    width: 130px;
  }
  .c-h-md-130px {
    height: 130px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-130px {
    width: 130px;
  }
  .c-h-lg-130px {
    height: 130px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-130px {
    width: 130px;
  }
  .c-h-xl-130px {
    height: 130px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-130px {
    width: 130px;
  }
  .c-h-sm-max-130px {
    height: 130px;
  }
  .c-h-max-100-130px {
    height: calc(100% - 130px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-130px {
    width: 130px;
  }
  .c-h-md-max-130px {
    height: 130px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-130px {
    width: 130px;
  }
  .c-h-lg-max-130px {
    height: 130px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-130px {
    width: 130px;
  }
  .c-h-xl-max-130px {
    height: 130px;
  }
}
.c-w-131px {
  width: 131px;
}

.c-h-131px {
  height: 131px;
}

.c-mw-131px {
  min-width: 131px;
}

.c-mh-131px {
  min-height: 131px;
}

.c-w-131px-i {
  width: 131px !important;
}

.c-h-100-131px {
  height: calc(100% - 131px);
}

.c-h-131px-i {
  height: 131px !important;
}

.c-mw-131px-i {
  min-width: 131px !important;
}

.c-mh-131px-i {
  min-height: 131px !important;
}

@media (min-width: 576px) {
  .c-w-sm-131px {
    width: 131px;
  }
  .c-h-sm-131px {
    height: 131px;
  }
}
@media (min-width: 768px) {
  .c-w-md-131px {
    width: 131px;
  }
  .c-h-md-131px {
    height: 131px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-131px {
    width: 131px;
  }
  .c-h-lg-131px {
    height: 131px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-131px {
    width: 131px;
  }
  .c-h-xl-131px {
    height: 131px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-131px {
    width: 131px;
  }
  .c-h-sm-max-131px {
    height: 131px;
  }
  .c-h-max-100-131px {
    height: calc(100% - 131px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-131px {
    width: 131px;
  }
  .c-h-md-max-131px {
    height: 131px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-131px {
    width: 131px;
  }
  .c-h-lg-max-131px {
    height: 131px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-131px {
    width: 131px;
  }
  .c-h-xl-max-131px {
    height: 131px;
  }
}
.c-w-132px {
  width: 132px;
}

.c-h-132px {
  height: 132px;
}

.c-mw-132px {
  min-width: 132px;
}

.c-mh-132px {
  min-height: 132px;
}

.c-w-132px-i {
  width: 132px !important;
}

.c-h-100-132px {
  height: calc(100% - 132px);
}

.c-h-132px-i {
  height: 132px !important;
}

.c-mw-132px-i {
  min-width: 132px !important;
}

.c-mh-132px-i {
  min-height: 132px !important;
}

@media (min-width: 576px) {
  .c-w-sm-132px {
    width: 132px;
  }
  .c-h-sm-132px {
    height: 132px;
  }
}
@media (min-width: 768px) {
  .c-w-md-132px {
    width: 132px;
  }
  .c-h-md-132px {
    height: 132px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-132px {
    width: 132px;
  }
  .c-h-lg-132px {
    height: 132px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-132px {
    width: 132px;
  }
  .c-h-xl-132px {
    height: 132px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-132px {
    width: 132px;
  }
  .c-h-sm-max-132px {
    height: 132px;
  }
  .c-h-max-100-132px {
    height: calc(100% - 132px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-132px {
    width: 132px;
  }
  .c-h-md-max-132px {
    height: 132px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-132px {
    width: 132px;
  }
  .c-h-lg-max-132px {
    height: 132px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-132px {
    width: 132px;
  }
  .c-h-xl-max-132px {
    height: 132px;
  }
}
.c-w-133px {
  width: 133px;
}

.c-h-133px {
  height: 133px;
}

.c-mw-133px {
  min-width: 133px;
}

.c-mh-133px {
  min-height: 133px;
}

.c-w-133px-i {
  width: 133px !important;
}

.c-h-100-133px {
  height: calc(100% - 133px);
}

.c-h-133px-i {
  height: 133px !important;
}

.c-mw-133px-i {
  min-width: 133px !important;
}

.c-mh-133px-i {
  min-height: 133px !important;
}

@media (min-width: 576px) {
  .c-w-sm-133px {
    width: 133px;
  }
  .c-h-sm-133px {
    height: 133px;
  }
}
@media (min-width: 768px) {
  .c-w-md-133px {
    width: 133px;
  }
  .c-h-md-133px {
    height: 133px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-133px {
    width: 133px;
  }
  .c-h-lg-133px {
    height: 133px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-133px {
    width: 133px;
  }
  .c-h-xl-133px {
    height: 133px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-133px {
    width: 133px;
  }
  .c-h-sm-max-133px {
    height: 133px;
  }
  .c-h-max-100-133px {
    height: calc(100% - 133px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-133px {
    width: 133px;
  }
  .c-h-md-max-133px {
    height: 133px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-133px {
    width: 133px;
  }
  .c-h-lg-max-133px {
    height: 133px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-133px {
    width: 133px;
  }
  .c-h-xl-max-133px {
    height: 133px;
  }
}
.c-w-134px {
  width: 134px;
}

.c-h-134px {
  height: 134px;
}

.c-mw-134px {
  min-width: 134px;
}

.c-mh-134px {
  min-height: 134px;
}

.c-w-134px-i {
  width: 134px !important;
}

.c-h-100-134px {
  height: calc(100% - 134px);
}

.c-h-134px-i {
  height: 134px !important;
}

.c-mw-134px-i {
  min-width: 134px !important;
}

.c-mh-134px-i {
  min-height: 134px !important;
}

@media (min-width: 576px) {
  .c-w-sm-134px {
    width: 134px;
  }
  .c-h-sm-134px {
    height: 134px;
  }
}
@media (min-width: 768px) {
  .c-w-md-134px {
    width: 134px;
  }
  .c-h-md-134px {
    height: 134px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-134px {
    width: 134px;
  }
  .c-h-lg-134px {
    height: 134px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-134px {
    width: 134px;
  }
  .c-h-xl-134px {
    height: 134px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-134px {
    width: 134px;
  }
  .c-h-sm-max-134px {
    height: 134px;
  }
  .c-h-max-100-134px {
    height: calc(100% - 134px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-134px {
    width: 134px;
  }
  .c-h-md-max-134px {
    height: 134px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-134px {
    width: 134px;
  }
  .c-h-lg-max-134px {
    height: 134px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-134px {
    width: 134px;
  }
  .c-h-xl-max-134px {
    height: 134px;
  }
}
.c-w-135px {
  width: 135px;
}

.c-h-135px {
  height: 135px;
}

.c-mw-135px {
  min-width: 135px;
}

.c-mh-135px {
  min-height: 135px;
}

.c-w-135px-i {
  width: 135px !important;
}

.c-h-100-135px {
  height: calc(100% - 135px);
}

.c-h-135px-i {
  height: 135px !important;
}

.c-mw-135px-i {
  min-width: 135px !important;
}

.c-mh-135px-i {
  min-height: 135px !important;
}

@media (min-width: 576px) {
  .c-w-sm-135px {
    width: 135px;
  }
  .c-h-sm-135px {
    height: 135px;
  }
}
@media (min-width: 768px) {
  .c-w-md-135px {
    width: 135px;
  }
  .c-h-md-135px {
    height: 135px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-135px {
    width: 135px;
  }
  .c-h-lg-135px {
    height: 135px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-135px {
    width: 135px;
  }
  .c-h-xl-135px {
    height: 135px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-135px {
    width: 135px;
  }
  .c-h-sm-max-135px {
    height: 135px;
  }
  .c-h-max-100-135px {
    height: calc(100% - 135px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-135px {
    width: 135px;
  }
  .c-h-md-max-135px {
    height: 135px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-135px {
    width: 135px;
  }
  .c-h-lg-max-135px {
    height: 135px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-135px {
    width: 135px;
  }
  .c-h-xl-max-135px {
    height: 135px;
  }
}
.c-w-136px {
  width: 136px;
}

.c-h-136px {
  height: 136px;
}

.c-mw-136px {
  min-width: 136px;
}

.c-mh-136px {
  min-height: 136px;
}

.c-w-136px-i {
  width: 136px !important;
}

.c-h-100-136px {
  height: calc(100% - 136px);
}

.c-h-136px-i {
  height: 136px !important;
}

.c-mw-136px-i {
  min-width: 136px !important;
}

.c-mh-136px-i {
  min-height: 136px !important;
}

@media (min-width: 576px) {
  .c-w-sm-136px {
    width: 136px;
  }
  .c-h-sm-136px {
    height: 136px;
  }
}
@media (min-width: 768px) {
  .c-w-md-136px {
    width: 136px;
  }
  .c-h-md-136px {
    height: 136px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-136px {
    width: 136px;
  }
  .c-h-lg-136px {
    height: 136px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-136px {
    width: 136px;
  }
  .c-h-xl-136px {
    height: 136px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-136px {
    width: 136px;
  }
  .c-h-sm-max-136px {
    height: 136px;
  }
  .c-h-max-100-136px {
    height: calc(100% - 136px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-136px {
    width: 136px;
  }
  .c-h-md-max-136px {
    height: 136px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-136px {
    width: 136px;
  }
  .c-h-lg-max-136px {
    height: 136px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-136px {
    width: 136px;
  }
  .c-h-xl-max-136px {
    height: 136px;
  }
}
.c-w-137px {
  width: 137px;
}

.c-h-137px {
  height: 137px;
}

.c-mw-137px {
  min-width: 137px;
}

.c-mh-137px {
  min-height: 137px;
}

.c-w-137px-i {
  width: 137px !important;
}

.c-h-100-137px {
  height: calc(100% - 137px);
}

.c-h-137px-i {
  height: 137px !important;
}

.c-mw-137px-i {
  min-width: 137px !important;
}

.c-mh-137px-i {
  min-height: 137px !important;
}

@media (min-width: 576px) {
  .c-w-sm-137px {
    width: 137px;
  }
  .c-h-sm-137px {
    height: 137px;
  }
}
@media (min-width: 768px) {
  .c-w-md-137px {
    width: 137px;
  }
  .c-h-md-137px {
    height: 137px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-137px {
    width: 137px;
  }
  .c-h-lg-137px {
    height: 137px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-137px {
    width: 137px;
  }
  .c-h-xl-137px {
    height: 137px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-137px {
    width: 137px;
  }
  .c-h-sm-max-137px {
    height: 137px;
  }
  .c-h-max-100-137px {
    height: calc(100% - 137px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-137px {
    width: 137px;
  }
  .c-h-md-max-137px {
    height: 137px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-137px {
    width: 137px;
  }
  .c-h-lg-max-137px {
    height: 137px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-137px {
    width: 137px;
  }
  .c-h-xl-max-137px {
    height: 137px;
  }
}
.c-w-138px {
  width: 138px;
}

.c-h-138px {
  height: 138px;
}

.c-mw-138px {
  min-width: 138px;
}

.c-mh-138px {
  min-height: 138px;
}

.c-w-138px-i {
  width: 138px !important;
}

.c-h-100-138px {
  height: calc(100% - 138px);
}

.c-h-138px-i {
  height: 138px !important;
}

.c-mw-138px-i {
  min-width: 138px !important;
}

.c-mh-138px-i {
  min-height: 138px !important;
}

@media (min-width: 576px) {
  .c-w-sm-138px {
    width: 138px;
  }
  .c-h-sm-138px {
    height: 138px;
  }
}
@media (min-width: 768px) {
  .c-w-md-138px {
    width: 138px;
  }
  .c-h-md-138px {
    height: 138px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-138px {
    width: 138px;
  }
  .c-h-lg-138px {
    height: 138px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-138px {
    width: 138px;
  }
  .c-h-xl-138px {
    height: 138px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-138px {
    width: 138px;
  }
  .c-h-sm-max-138px {
    height: 138px;
  }
  .c-h-max-100-138px {
    height: calc(100% - 138px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-138px {
    width: 138px;
  }
  .c-h-md-max-138px {
    height: 138px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-138px {
    width: 138px;
  }
  .c-h-lg-max-138px {
    height: 138px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-138px {
    width: 138px;
  }
  .c-h-xl-max-138px {
    height: 138px;
  }
}
.c-w-139px {
  width: 139px;
}

.c-h-139px {
  height: 139px;
}

.c-mw-139px {
  min-width: 139px;
}

.c-mh-139px {
  min-height: 139px;
}

.c-w-139px-i {
  width: 139px !important;
}

.c-h-100-139px {
  height: calc(100% - 139px);
}

.c-h-139px-i {
  height: 139px !important;
}

.c-mw-139px-i {
  min-width: 139px !important;
}

.c-mh-139px-i {
  min-height: 139px !important;
}

@media (min-width: 576px) {
  .c-w-sm-139px {
    width: 139px;
  }
  .c-h-sm-139px {
    height: 139px;
  }
}
@media (min-width: 768px) {
  .c-w-md-139px {
    width: 139px;
  }
  .c-h-md-139px {
    height: 139px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-139px {
    width: 139px;
  }
  .c-h-lg-139px {
    height: 139px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-139px {
    width: 139px;
  }
  .c-h-xl-139px {
    height: 139px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-139px {
    width: 139px;
  }
  .c-h-sm-max-139px {
    height: 139px;
  }
  .c-h-max-100-139px {
    height: calc(100% - 139px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-139px {
    width: 139px;
  }
  .c-h-md-max-139px {
    height: 139px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-139px {
    width: 139px;
  }
  .c-h-lg-max-139px {
    height: 139px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-139px {
    width: 139px;
  }
  .c-h-xl-max-139px {
    height: 139px;
  }
}
.c-w-140px {
  width: 140px;
}

.c-h-140px {
  height: 140px;
}

.c-mw-140px {
  min-width: 140px;
}

.c-mh-140px {
  min-height: 140px;
}

.c-w-140px-i {
  width: 140px !important;
}

.c-h-100-140px {
  height: calc(100% - 140px);
}

.c-h-140px-i {
  height: 140px !important;
}

.c-mw-140px-i {
  min-width: 140px !important;
}

.c-mh-140px-i {
  min-height: 140px !important;
}

@media (min-width: 576px) {
  .c-w-sm-140px {
    width: 140px;
  }
  .c-h-sm-140px {
    height: 140px;
  }
}
@media (min-width: 768px) {
  .c-w-md-140px {
    width: 140px;
  }
  .c-h-md-140px {
    height: 140px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-140px {
    width: 140px;
  }
  .c-h-lg-140px {
    height: 140px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-140px {
    width: 140px;
  }
  .c-h-xl-140px {
    height: 140px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-140px {
    width: 140px;
  }
  .c-h-sm-max-140px {
    height: 140px;
  }
  .c-h-max-100-140px {
    height: calc(100% - 140px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-140px {
    width: 140px;
  }
  .c-h-md-max-140px {
    height: 140px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-140px {
    width: 140px;
  }
  .c-h-lg-max-140px {
    height: 140px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-140px {
    width: 140px;
  }
  .c-h-xl-max-140px {
    height: 140px;
  }
}
.c-w-141px {
  width: 141px;
}

.c-h-141px {
  height: 141px;
}

.c-mw-141px {
  min-width: 141px;
}

.c-mh-141px {
  min-height: 141px;
}

.c-w-141px-i {
  width: 141px !important;
}

.c-h-100-141px {
  height: calc(100% - 141px);
}

.c-h-141px-i {
  height: 141px !important;
}

.c-mw-141px-i {
  min-width: 141px !important;
}

.c-mh-141px-i {
  min-height: 141px !important;
}

@media (min-width: 576px) {
  .c-w-sm-141px {
    width: 141px;
  }
  .c-h-sm-141px {
    height: 141px;
  }
}
@media (min-width: 768px) {
  .c-w-md-141px {
    width: 141px;
  }
  .c-h-md-141px {
    height: 141px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-141px {
    width: 141px;
  }
  .c-h-lg-141px {
    height: 141px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-141px {
    width: 141px;
  }
  .c-h-xl-141px {
    height: 141px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-141px {
    width: 141px;
  }
  .c-h-sm-max-141px {
    height: 141px;
  }
  .c-h-max-100-141px {
    height: calc(100% - 141px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-141px {
    width: 141px;
  }
  .c-h-md-max-141px {
    height: 141px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-141px {
    width: 141px;
  }
  .c-h-lg-max-141px {
    height: 141px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-141px {
    width: 141px;
  }
  .c-h-xl-max-141px {
    height: 141px;
  }
}
.c-w-142px {
  width: 142px;
}

.c-h-142px {
  height: 142px;
}

.c-mw-142px {
  min-width: 142px;
}

.c-mh-142px {
  min-height: 142px;
}

.c-w-142px-i {
  width: 142px !important;
}

.c-h-100-142px {
  height: calc(100% - 142px);
}

.c-h-142px-i {
  height: 142px !important;
}

.c-mw-142px-i {
  min-width: 142px !important;
}

.c-mh-142px-i {
  min-height: 142px !important;
}

@media (min-width: 576px) {
  .c-w-sm-142px {
    width: 142px;
  }
  .c-h-sm-142px {
    height: 142px;
  }
}
@media (min-width: 768px) {
  .c-w-md-142px {
    width: 142px;
  }
  .c-h-md-142px {
    height: 142px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-142px {
    width: 142px;
  }
  .c-h-lg-142px {
    height: 142px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-142px {
    width: 142px;
  }
  .c-h-xl-142px {
    height: 142px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-142px {
    width: 142px;
  }
  .c-h-sm-max-142px {
    height: 142px;
  }
  .c-h-max-100-142px {
    height: calc(100% - 142px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-142px {
    width: 142px;
  }
  .c-h-md-max-142px {
    height: 142px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-142px {
    width: 142px;
  }
  .c-h-lg-max-142px {
    height: 142px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-142px {
    width: 142px;
  }
  .c-h-xl-max-142px {
    height: 142px;
  }
}
.c-w-143px {
  width: 143px;
}

.c-h-143px {
  height: 143px;
}

.c-mw-143px {
  min-width: 143px;
}

.c-mh-143px {
  min-height: 143px;
}

.c-w-143px-i {
  width: 143px !important;
}

.c-h-100-143px {
  height: calc(100% - 143px);
}

.c-h-143px-i {
  height: 143px !important;
}

.c-mw-143px-i {
  min-width: 143px !important;
}

.c-mh-143px-i {
  min-height: 143px !important;
}

@media (min-width: 576px) {
  .c-w-sm-143px {
    width: 143px;
  }
  .c-h-sm-143px {
    height: 143px;
  }
}
@media (min-width: 768px) {
  .c-w-md-143px {
    width: 143px;
  }
  .c-h-md-143px {
    height: 143px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-143px {
    width: 143px;
  }
  .c-h-lg-143px {
    height: 143px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-143px {
    width: 143px;
  }
  .c-h-xl-143px {
    height: 143px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-143px {
    width: 143px;
  }
  .c-h-sm-max-143px {
    height: 143px;
  }
  .c-h-max-100-143px {
    height: calc(100% - 143px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-143px {
    width: 143px;
  }
  .c-h-md-max-143px {
    height: 143px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-143px {
    width: 143px;
  }
  .c-h-lg-max-143px {
    height: 143px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-143px {
    width: 143px;
  }
  .c-h-xl-max-143px {
    height: 143px;
  }
}
.c-w-144px {
  width: 144px;
}

.c-h-144px {
  height: 144px;
}

.c-mw-144px {
  min-width: 144px;
}

.c-mh-144px {
  min-height: 144px;
}

.c-w-144px-i {
  width: 144px !important;
}

.c-h-100-144px {
  height: calc(100% - 144px);
}

.c-h-144px-i {
  height: 144px !important;
}

.c-mw-144px-i {
  min-width: 144px !important;
}

.c-mh-144px-i {
  min-height: 144px !important;
}

@media (min-width: 576px) {
  .c-w-sm-144px {
    width: 144px;
  }
  .c-h-sm-144px {
    height: 144px;
  }
}
@media (min-width: 768px) {
  .c-w-md-144px {
    width: 144px;
  }
  .c-h-md-144px {
    height: 144px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-144px {
    width: 144px;
  }
  .c-h-lg-144px {
    height: 144px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-144px {
    width: 144px;
  }
  .c-h-xl-144px {
    height: 144px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-144px {
    width: 144px;
  }
  .c-h-sm-max-144px {
    height: 144px;
  }
  .c-h-max-100-144px {
    height: calc(100% - 144px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-144px {
    width: 144px;
  }
  .c-h-md-max-144px {
    height: 144px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-144px {
    width: 144px;
  }
  .c-h-lg-max-144px {
    height: 144px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-144px {
    width: 144px;
  }
  .c-h-xl-max-144px {
    height: 144px;
  }
}
.c-w-145px {
  width: 145px;
}

.c-h-145px {
  height: 145px;
}

.c-mw-145px {
  min-width: 145px;
}

.c-mh-145px {
  min-height: 145px;
}

.c-w-145px-i {
  width: 145px !important;
}

.c-h-100-145px {
  height: calc(100% - 145px);
}

.c-h-145px-i {
  height: 145px !important;
}

.c-mw-145px-i {
  min-width: 145px !important;
}

.c-mh-145px-i {
  min-height: 145px !important;
}

@media (min-width: 576px) {
  .c-w-sm-145px {
    width: 145px;
  }
  .c-h-sm-145px {
    height: 145px;
  }
}
@media (min-width: 768px) {
  .c-w-md-145px {
    width: 145px;
  }
  .c-h-md-145px {
    height: 145px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-145px {
    width: 145px;
  }
  .c-h-lg-145px {
    height: 145px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-145px {
    width: 145px;
  }
  .c-h-xl-145px {
    height: 145px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-145px {
    width: 145px;
  }
  .c-h-sm-max-145px {
    height: 145px;
  }
  .c-h-max-100-145px {
    height: calc(100% - 145px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-145px {
    width: 145px;
  }
  .c-h-md-max-145px {
    height: 145px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-145px {
    width: 145px;
  }
  .c-h-lg-max-145px {
    height: 145px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-145px {
    width: 145px;
  }
  .c-h-xl-max-145px {
    height: 145px;
  }
}
.c-w-146px {
  width: 146px;
}

.c-h-146px {
  height: 146px;
}

.c-mw-146px {
  min-width: 146px;
}

.c-mh-146px {
  min-height: 146px;
}

.c-w-146px-i {
  width: 146px !important;
}

.c-h-100-146px {
  height: calc(100% - 146px);
}

.c-h-146px-i {
  height: 146px !important;
}

.c-mw-146px-i {
  min-width: 146px !important;
}

.c-mh-146px-i {
  min-height: 146px !important;
}

@media (min-width: 576px) {
  .c-w-sm-146px {
    width: 146px;
  }
  .c-h-sm-146px {
    height: 146px;
  }
}
@media (min-width: 768px) {
  .c-w-md-146px {
    width: 146px;
  }
  .c-h-md-146px {
    height: 146px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-146px {
    width: 146px;
  }
  .c-h-lg-146px {
    height: 146px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-146px {
    width: 146px;
  }
  .c-h-xl-146px {
    height: 146px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-146px {
    width: 146px;
  }
  .c-h-sm-max-146px {
    height: 146px;
  }
  .c-h-max-100-146px {
    height: calc(100% - 146px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-146px {
    width: 146px;
  }
  .c-h-md-max-146px {
    height: 146px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-146px {
    width: 146px;
  }
  .c-h-lg-max-146px {
    height: 146px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-146px {
    width: 146px;
  }
  .c-h-xl-max-146px {
    height: 146px;
  }
}
.c-w-147px {
  width: 147px;
}

.c-h-147px {
  height: 147px;
}

.c-mw-147px {
  min-width: 147px;
}

.c-mh-147px {
  min-height: 147px;
}

.c-w-147px-i {
  width: 147px !important;
}

.c-h-100-147px {
  height: calc(100% - 147px);
}

.c-h-147px-i {
  height: 147px !important;
}

.c-mw-147px-i {
  min-width: 147px !important;
}

.c-mh-147px-i {
  min-height: 147px !important;
}

@media (min-width: 576px) {
  .c-w-sm-147px {
    width: 147px;
  }
  .c-h-sm-147px {
    height: 147px;
  }
}
@media (min-width: 768px) {
  .c-w-md-147px {
    width: 147px;
  }
  .c-h-md-147px {
    height: 147px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-147px {
    width: 147px;
  }
  .c-h-lg-147px {
    height: 147px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-147px {
    width: 147px;
  }
  .c-h-xl-147px {
    height: 147px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-147px {
    width: 147px;
  }
  .c-h-sm-max-147px {
    height: 147px;
  }
  .c-h-max-100-147px {
    height: calc(100% - 147px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-147px {
    width: 147px;
  }
  .c-h-md-max-147px {
    height: 147px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-147px {
    width: 147px;
  }
  .c-h-lg-max-147px {
    height: 147px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-147px {
    width: 147px;
  }
  .c-h-xl-max-147px {
    height: 147px;
  }
}
.c-w-148px {
  width: 148px;
}

.c-h-148px {
  height: 148px;
}

.c-mw-148px {
  min-width: 148px;
}

.c-mh-148px {
  min-height: 148px;
}

.c-w-148px-i {
  width: 148px !important;
}

.c-h-100-148px {
  height: calc(100% - 148px);
}

.c-h-148px-i {
  height: 148px !important;
}

.c-mw-148px-i {
  min-width: 148px !important;
}

.c-mh-148px-i {
  min-height: 148px !important;
}

@media (min-width: 576px) {
  .c-w-sm-148px {
    width: 148px;
  }
  .c-h-sm-148px {
    height: 148px;
  }
}
@media (min-width: 768px) {
  .c-w-md-148px {
    width: 148px;
  }
  .c-h-md-148px {
    height: 148px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-148px {
    width: 148px;
  }
  .c-h-lg-148px {
    height: 148px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-148px {
    width: 148px;
  }
  .c-h-xl-148px {
    height: 148px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-148px {
    width: 148px;
  }
  .c-h-sm-max-148px {
    height: 148px;
  }
  .c-h-max-100-148px {
    height: calc(100% - 148px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-148px {
    width: 148px;
  }
  .c-h-md-max-148px {
    height: 148px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-148px {
    width: 148px;
  }
  .c-h-lg-max-148px {
    height: 148px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-148px {
    width: 148px;
  }
  .c-h-xl-max-148px {
    height: 148px;
  }
}
.c-w-149px {
  width: 149px;
}

.c-h-149px {
  height: 149px;
}

.c-mw-149px {
  min-width: 149px;
}

.c-mh-149px {
  min-height: 149px;
}

.c-w-149px-i {
  width: 149px !important;
}

.c-h-100-149px {
  height: calc(100% - 149px);
}

.c-h-149px-i {
  height: 149px !important;
}

.c-mw-149px-i {
  min-width: 149px !important;
}

.c-mh-149px-i {
  min-height: 149px !important;
}

@media (min-width: 576px) {
  .c-w-sm-149px {
    width: 149px;
  }
  .c-h-sm-149px {
    height: 149px;
  }
}
@media (min-width: 768px) {
  .c-w-md-149px {
    width: 149px;
  }
  .c-h-md-149px {
    height: 149px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-149px {
    width: 149px;
  }
  .c-h-lg-149px {
    height: 149px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-149px {
    width: 149px;
  }
  .c-h-xl-149px {
    height: 149px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-149px {
    width: 149px;
  }
  .c-h-sm-max-149px {
    height: 149px;
  }
  .c-h-max-100-149px {
    height: calc(100% - 149px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-149px {
    width: 149px;
  }
  .c-h-md-max-149px {
    height: 149px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-149px {
    width: 149px;
  }
  .c-h-lg-max-149px {
    height: 149px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-149px {
    width: 149px;
  }
  .c-h-xl-max-149px {
    height: 149px;
  }
}
.c-w-150px {
  width: 150px;
}

.c-h-150px {
  height: 150px;
}

.c-mw-150px {
  min-width: 150px;
}

.c-mh-150px {
  min-height: 150px;
}

.c-w-150px-i {
  width: 150px !important;
}

.c-h-100-150px {
  height: calc(100% - 150px);
}

.c-h-150px-i {
  height: 150px !important;
}

.c-mw-150px-i {
  min-width: 150px !important;
}

.c-mh-150px-i {
  min-height: 150px !important;
}

@media (min-width: 576px) {
  .c-w-sm-150px {
    width: 150px;
  }
  .c-h-sm-150px {
    height: 150px;
  }
}
@media (min-width: 768px) {
  .c-w-md-150px {
    width: 150px;
  }
  .c-h-md-150px {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .c-w-lg-150px {
    width: 150px;
  }
  .c-h-lg-150px {
    height: 150px;
  }
}
@media (min-width: 1200px) {
  .c-w-xl-150px {
    width: 150px;
  }
  .c-h-xl-150px {
    height: 150px;
  }
}
@media (max-width: 575.98px) {
  .c-w-sm-max-150px {
    width: 150px;
  }
  .c-h-sm-max-150px {
    height: 150px;
  }
  .c-h-max-100-150px {
    height: calc(100% - 150px);
  }
}
@media (max-width: 767.98px) {
  .c-w-md-max-150px {
    width: 150px;
  }
  .c-h-md-max-150px {
    height: 150px;
  }
}
@media (max-width: 991.98px) {
  .c-w-lg-max-150px {
    width: 150px;
  }
  .c-h-lg-max-150px {
    height: 150px;
  }
}
@media (max-width: 1199.98px) {
  .c-w-xl-max-150px {
    width: 150px;
  }
  .c-h-xl-max-150px {
    height: 150px;
  }
}
.c-mh-100 {
  min-height: 100%;
}

@media (min-width: 576px) {
  .c-h1-sm {
    font-size: 1.65rem;
  }
  .c-h2-sm {
    font-size: 1.4rem;
  }
  .c-h3-sm {
    font-size: 1.2rem;
  }
  .c-h4-sm {
    font-size: 1rem;
  }
  .c-h5-sm {
    font-size: 0.9rem;
  }
  .c-h6-sm {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  .c-h1-md {
    font-size: 1.65rem;
  }
  .c-h2-md {
    font-size: 1.4rem;
  }
  .c-h3-md {
    font-size: 1.2rem;
  }
  .c-h4-md {
    font-size: 1rem;
  }
  .c-h5-md {
    font-size: 0.9rem;
  }
  .c-h6-md {
    font-size: 0.75rem;
  }
}
@media (min-width: 992px) {
  .c-h1-lg {
    font-size: 1.65rem;
  }
  .c-h2-lg {
    font-size: 1.4rem;
  }
  .c-h3-lg {
    font-size: 1.2rem;
  }
  .c-h4-lg {
    font-size: 1rem;
  }
  .c-h5-lg {
    font-size: 0.9rem;
  }
  .c-h6-lg {
    font-size: 0.75rem;
  }
}
@media (min-width: 1200px) {
  .c-h1-xl {
    font-size: 1.65rem;
  }
  .c-h2-xl {
    font-size: 1.4rem;
  }
  .c-h3-xl {
    font-size: 1.2rem;
  }
  .c-h4-xl {
    font-size: 1rem;
  }
  .c-h5-xl {
    font-size: 0.9rem;
  }
  .c-h6-xl {
    font-size: 0.75rem;
  }
}
.c-t-0px {
  top: 0px;
}

.c-b-0px {
  bottom: 0px;
}

.c-l-0px {
  left: 0px;
}

.c-r-0px {
  right: 0px;
}

.c-t-1px {
  top: 1px;
}

.c-b-1px {
  bottom: 1px;
}

.c-l-1px {
  left: 1px;
}

.c-r-1px {
  right: 1px;
}

.c-t-2px {
  top: 2px;
}

.c-b-2px {
  bottom: 2px;
}

.c-l-2px {
  left: 2px;
}

.c-r-2px {
  right: 2px;
}

.c-t-3px {
  top: 3px;
}

.c-b-3px {
  bottom: 3px;
}

.c-l-3px {
  left: 3px;
}

.c-r-3px {
  right: 3px;
}

.c-t-4px {
  top: 4px;
}

.c-b-4px {
  bottom: 4px;
}

.c-l-4px {
  left: 4px;
}

.c-r-4px {
  right: 4px;
}

.c-t-5px {
  top: 5px;
}

.c-b-5px {
  bottom: 5px;
}

.c-l-5px {
  left: 5px;
}

.c-r-5px {
  right: 5px;
}

.c-t-6px {
  top: 6px;
}

.c-b-6px {
  bottom: 6px;
}

.c-l-6px {
  left: 6px;
}

.c-r-6px {
  right: 6px;
}

.c-t-7px {
  top: 7px;
}

.c-b-7px {
  bottom: 7px;
}

.c-l-7px {
  left: 7px;
}

.c-r-7px {
  right: 7px;
}

.c-t-8px {
  top: 8px;
}

.c-b-8px {
  bottom: 8px;
}

.c-l-8px {
  left: 8px;
}

.c-r-8px {
  right: 8px;
}

.c-t-9px {
  top: 9px;
}

.c-b-9px {
  bottom: 9px;
}

.c-l-9px {
  left: 9px;
}

.c-r-9px {
  right: 9px;
}

.c-t-10px {
  top: 10px;
}

.c-b-10px {
  bottom: 10px;
}

.c-l-10px {
  left: 10px;
}

.c-r-10px {
  right: 10px;
}

.c-t-11px {
  top: 11px;
}

.c-b-11px {
  bottom: 11px;
}

.c-l-11px {
  left: 11px;
}

.c-r-11px {
  right: 11px;
}

.c-t-12px {
  top: 12px;
}

.c-b-12px {
  bottom: 12px;
}

.c-l-12px {
  left: 12px;
}

.c-r-12px {
  right: 12px;
}

.c-t-13px {
  top: 13px;
}

.c-b-13px {
  bottom: 13px;
}

.c-l-13px {
  left: 13px;
}

.c-r-13px {
  right: 13px;
}

.c-t-14px {
  top: 14px;
}

.c-b-14px {
  bottom: 14px;
}

.c-l-14px {
  left: 14px;
}

.c-r-14px {
  right: 14px;
}

.c-t-15px {
  top: 15px;
}

.c-b-15px {
  bottom: 15px;
}

.c-l-15px {
  left: 15px;
}

.c-r-15px {
  right: 15px;
}

.c-t-16px {
  top: 16px;
}

.c-b-16px {
  bottom: 16px;
}

.c-l-16px {
  left: 16px;
}

.c-r-16px {
  right: 16px;
}

.c-t-17px {
  top: 17px;
}

.c-b-17px {
  bottom: 17px;
}

.c-l-17px {
  left: 17px;
}

.c-r-17px {
  right: 17px;
}

.c-t-18px {
  top: 18px;
}

.c-b-18px {
  bottom: 18px;
}

.c-l-18px {
  left: 18px;
}

.c-r-18px {
  right: 18px;
}

.c-t-19px {
  top: 19px;
}

.c-b-19px {
  bottom: 19px;
}

.c-l-19px {
  left: 19px;
}

.c-r-19px {
  right: 19px;
}

.c-t-20px {
  top: 20px;
}

.c-b-20px {
  bottom: 20px;
}

.c-l-20px {
  left: 20px;
}

.c-r-20px {
  right: 20px;
}

.c-t-21px {
  top: 21px;
}

.c-b-21px {
  bottom: 21px;
}

.c-l-21px {
  left: 21px;
}

.c-r-21px {
  right: 21px;
}

.c-t-22px {
  top: 22px;
}

.c-b-22px {
  bottom: 22px;
}

.c-l-22px {
  left: 22px;
}

.c-r-22px {
  right: 22px;
}

.c-t-23px {
  top: 23px;
}

.c-b-23px {
  bottom: 23px;
}

.c-l-23px {
  left: 23px;
}

.c-r-23px {
  right: 23px;
}

.c-t-24px {
  top: 24px;
}

.c-b-24px {
  bottom: 24px;
}

.c-l-24px {
  left: 24px;
}

.c-r-24px {
  right: 24px;
}

.c-t-25px {
  top: 25px;
}

.c-b-25px {
  bottom: 25px;
}

.c-l-25px {
  left: 25px;
}

.c-r-25px {
  right: 25px;
}

.c-t-26px {
  top: 26px;
}

.c-b-26px {
  bottom: 26px;
}

.c-l-26px {
  left: 26px;
}

.c-r-26px {
  right: 26px;
}

.c-t-27px {
  top: 27px;
}

.c-b-27px {
  bottom: 27px;
}

.c-l-27px {
  left: 27px;
}

.c-r-27px {
  right: 27px;
}

.c-t-28px {
  top: 28px;
}

.c-b-28px {
  bottom: 28px;
}

.c-l-28px {
  left: 28px;
}

.c-r-28px {
  right: 28px;
}

.c-t-29px {
  top: 29px;
}

.c-b-29px {
  bottom: 29px;
}

.c-l-29px {
  left: 29px;
}

.c-r-29px {
  right: 29px;
}

.c-t-30px {
  top: 30px;
}

.c-b-30px {
  bottom: 30px;
}

.c-l-30px {
  left: 30px;
}

.c-r-30px {
  right: 30px;
}

.c-t-31px {
  top: 31px;
}

.c-b-31px {
  bottom: 31px;
}

.c-l-31px {
  left: 31px;
}

.c-r-31px {
  right: 31px;
}

.c-t-32px {
  top: 32px;
}

.c-b-32px {
  bottom: 32px;
}

.c-l-32px {
  left: 32px;
}

.c-r-32px {
  right: 32px;
}

.c-t-33px {
  top: 33px;
}

.c-b-33px {
  bottom: 33px;
}

.c-l-33px {
  left: 33px;
}

.c-r-33px {
  right: 33px;
}

.c-t-34px {
  top: 34px;
}

.c-b-34px {
  bottom: 34px;
}

.c-l-34px {
  left: 34px;
}

.c-r-34px {
  right: 34px;
}

.c-t-35px {
  top: 35px;
}

.c-b-35px {
  bottom: 35px;
}

.c-l-35px {
  left: 35px;
}

.c-r-35px {
  right: 35px;
}

.c-t-36px {
  top: 36px;
}

.c-b-36px {
  bottom: 36px;
}

.c-l-36px {
  left: 36px;
}

.c-r-36px {
  right: 36px;
}

.c-t-37px {
  top: 37px;
}

.c-b-37px {
  bottom: 37px;
}

.c-l-37px {
  left: 37px;
}

.c-r-37px {
  right: 37px;
}

.c-t-38px {
  top: 38px;
}

.c-b-38px {
  bottom: 38px;
}

.c-l-38px {
  left: 38px;
}

.c-r-38px {
  right: 38px;
}

.c-t-39px {
  top: 39px;
}

.c-b-39px {
  bottom: 39px;
}

.c-l-39px {
  left: 39px;
}

.c-r-39px {
  right: 39px;
}

.c-t-40px {
  top: 40px;
}

.c-b-40px {
  bottom: 40px;
}

.c-l-40px {
  left: 40px;
}

.c-r-40px {
  right: 40px;
}

.c-t-41px {
  top: 41px;
}

.c-b-41px {
  bottom: 41px;
}

.c-l-41px {
  left: 41px;
}

.c-r-41px {
  right: 41px;
}

.c-t-42px {
  top: 42px;
}

.c-b-42px {
  bottom: 42px;
}

.c-l-42px {
  left: 42px;
}

.c-r-42px {
  right: 42px;
}

.c-t-43px {
  top: 43px;
}

.c-b-43px {
  bottom: 43px;
}

.c-l-43px {
  left: 43px;
}

.c-r-43px {
  right: 43px;
}

.c-t-44px {
  top: 44px;
}

.c-b-44px {
  bottom: 44px;
}

.c-l-44px {
  left: 44px;
}

.c-r-44px {
  right: 44px;
}

.c-t-45px {
  top: 45px;
}

.c-b-45px {
  bottom: 45px;
}

.c-l-45px {
  left: 45px;
}

.c-r-45px {
  right: 45px;
}

.c-t-46px {
  top: 46px;
}

.c-b-46px {
  bottom: 46px;
}

.c-l-46px {
  left: 46px;
}

.c-r-46px {
  right: 46px;
}

.c-t-47px {
  top: 47px;
}

.c-b-47px {
  bottom: 47px;
}

.c-l-47px {
  left: 47px;
}

.c-r-47px {
  right: 47px;
}

.c-t-48px {
  top: 48px;
}

.c-b-48px {
  bottom: 48px;
}

.c-l-48px {
  left: 48px;
}

.c-r-48px {
  right: 48px;
}

.c-t-49px {
  top: 49px;
}

.c-b-49px {
  bottom: 49px;
}

.c-l-49px {
  left: 49px;
}

.c-r-49px {
  right: 49px;
}

.c-t-50px {
  top: 50px;
}

.c-b-50px {
  bottom: 50px;
}

.c-l-50px {
  left: 50px;
}

.c-r-50px {
  right: 50px;
}

.c-t-51px {
  top: 51px;
}

.c-b-51px {
  bottom: 51px;
}

.c-l-51px {
  left: 51px;
}

.c-r-51px {
  right: 51px;
}

.c-t-52px {
  top: 52px;
}

.c-b-52px {
  bottom: 52px;
}

.c-l-52px {
  left: 52px;
}

.c-r-52px {
  right: 52px;
}

.c-t-53px {
  top: 53px;
}

.c-b-53px {
  bottom: 53px;
}

.c-l-53px {
  left: 53px;
}

.c-r-53px {
  right: 53px;
}

.c-t-54px {
  top: 54px;
}

.c-b-54px {
  bottom: 54px;
}

.c-l-54px {
  left: 54px;
}

.c-r-54px {
  right: 54px;
}

.c-t-55px {
  top: 55px;
}

.c-b-55px {
  bottom: 55px;
}

.c-l-55px {
  left: 55px;
}

.c-r-55px {
  right: 55px;
}

.c-t-56px {
  top: 56px;
}

.c-b-56px {
  bottom: 56px;
}

.c-l-56px {
  left: 56px;
}

.c-r-56px {
  right: 56px;
}

.c-t-57px {
  top: 57px;
}

.c-b-57px {
  bottom: 57px;
}

.c-l-57px {
  left: 57px;
}

.c-r-57px {
  right: 57px;
}

.c-t-58px {
  top: 58px;
}

.c-b-58px {
  bottom: 58px;
}

.c-l-58px {
  left: 58px;
}

.c-r-58px {
  right: 58px;
}

.c-t-59px {
  top: 59px;
}

.c-b-59px {
  bottom: 59px;
}

.c-l-59px {
  left: 59px;
}

.c-r-59px {
  right: 59px;
}

.c-t-60px {
  top: 60px;
}

.c-b-60px {
  bottom: 60px;
}

.c-l-60px {
  left: 60px;
}

.c-r-60px {
  right: 60px;
}

.c-t-61px {
  top: 61px;
}

.c-b-61px {
  bottom: 61px;
}

.c-l-61px {
  left: 61px;
}

.c-r-61px {
  right: 61px;
}

.c-t-62px {
  top: 62px;
}

.c-b-62px {
  bottom: 62px;
}

.c-l-62px {
  left: 62px;
}

.c-r-62px {
  right: 62px;
}

.c-t-63px {
  top: 63px;
}

.c-b-63px {
  bottom: 63px;
}

.c-l-63px {
  left: 63px;
}

.c-r-63px {
  right: 63px;
}

.c-t-64px {
  top: 64px;
}

.c-b-64px {
  bottom: 64px;
}

.c-l-64px {
  left: 64px;
}

.c-r-64px {
  right: 64px;
}

.c-t-65px {
  top: 65px;
}

.c-b-65px {
  bottom: 65px;
}

.c-l-65px {
  left: 65px;
}

.c-r-65px {
  right: 65px;
}

.c-t-66px {
  top: 66px;
}

.c-b-66px {
  bottom: 66px;
}

.c-l-66px {
  left: 66px;
}

.c-r-66px {
  right: 66px;
}

.c-t-67px {
  top: 67px;
}

.c-b-67px {
  bottom: 67px;
}

.c-l-67px {
  left: 67px;
}

.c-r-67px {
  right: 67px;
}

.c-t-68px {
  top: 68px;
}

.c-b-68px {
  bottom: 68px;
}

.c-l-68px {
  left: 68px;
}

.c-r-68px {
  right: 68px;
}

.c-t-69px {
  top: 69px;
}

.c-b-69px {
  bottom: 69px;
}

.c-l-69px {
  left: 69px;
}

.c-r-69px {
  right: 69px;
}

.c-t-70px {
  top: 70px;
}

.c-b-70px {
  bottom: 70px;
}

.c-l-70px {
  left: 70px;
}

.c-r-70px {
  right: 70px;
}

.c-t-71px {
  top: 71px;
}

.c-b-71px {
  bottom: 71px;
}

.c-l-71px {
  left: 71px;
}

.c-r-71px {
  right: 71px;
}

.c-t-72px {
  top: 72px;
}

.c-b-72px {
  bottom: 72px;
}

.c-l-72px {
  left: 72px;
}

.c-r-72px {
  right: 72px;
}

.c-t-73px {
  top: 73px;
}

.c-b-73px {
  bottom: 73px;
}

.c-l-73px {
  left: 73px;
}

.c-r-73px {
  right: 73px;
}

.c-t-74px {
  top: 74px;
}

.c-b-74px {
  bottom: 74px;
}

.c-l-74px {
  left: 74px;
}

.c-r-74px {
  right: 74px;
}

.c-t-75px {
  top: 75px;
}

.c-b-75px {
  bottom: 75px;
}

.c-l-75px {
  left: 75px;
}

.c-r-75px {
  right: 75px;
}

.c-t-76px {
  top: 76px;
}

.c-b-76px {
  bottom: 76px;
}

.c-l-76px {
  left: 76px;
}

.c-r-76px {
  right: 76px;
}

.c-t-77px {
  top: 77px;
}

.c-b-77px {
  bottom: 77px;
}

.c-l-77px {
  left: 77px;
}

.c-r-77px {
  right: 77px;
}

.c-t-78px {
  top: 78px;
}

.c-b-78px {
  bottom: 78px;
}

.c-l-78px {
  left: 78px;
}

.c-r-78px {
  right: 78px;
}

.c-t-79px {
  top: 79px;
}

.c-b-79px {
  bottom: 79px;
}

.c-l-79px {
  left: 79px;
}

.c-r-79px {
  right: 79px;
}

.c-t-80px {
  top: 80px;
}

.c-b-80px {
  bottom: 80px;
}

.c-l-80px {
  left: 80px;
}

.c-r-80px {
  right: 80px;
}

.c-t-81px {
  top: 81px;
}

.c-b-81px {
  bottom: 81px;
}

.c-l-81px {
  left: 81px;
}

.c-r-81px {
  right: 81px;
}

.c-t-82px {
  top: 82px;
}

.c-b-82px {
  bottom: 82px;
}

.c-l-82px {
  left: 82px;
}

.c-r-82px {
  right: 82px;
}

.c-t-83px {
  top: 83px;
}

.c-b-83px {
  bottom: 83px;
}

.c-l-83px {
  left: 83px;
}

.c-r-83px {
  right: 83px;
}

.c-t-84px {
  top: 84px;
}

.c-b-84px {
  bottom: 84px;
}

.c-l-84px {
  left: 84px;
}

.c-r-84px {
  right: 84px;
}

.c-t-85px {
  top: 85px;
}

.c-b-85px {
  bottom: 85px;
}

.c-l-85px {
  left: 85px;
}

.c-r-85px {
  right: 85px;
}

.c-t-86px {
  top: 86px;
}

.c-b-86px {
  bottom: 86px;
}

.c-l-86px {
  left: 86px;
}

.c-r-86px {
  right: 86px;
}

.c-t-87px {
  top: 87px;
}

.c-b-87px {
  bottom: 87px;
}

.c-l-87px {
  left: 87px;
}

.c-r-87px {
  right: 87px;
}

.c-t-88px {
  top: 88px;
}

.c-b-88px {
  bottom: 88px;
}

.c-l-88px {
  left: 88px;
}

.c-r-88px {
  right: 88px;
}

.c-t-89px {
  top: 89px;
}

.c-b-89px {
  bottom: 89px;
}

.c-l-89px {
  left: 89px;
}

.c-r-89px {
  right: 89px;
}

.c-t-90px {
  top: 90px;
}

.c-b-90px {
  bottom: 90px;
}

.c-l-90px {
  left: 90px;
}

.c-r-90px {
  right: 90px;
}

.c-t-91px {
  top: 91px;
}

.c-b-91px {
  bottom: 91px;
}

.c-l-91px {
  left: 91px;
}

.c-r-91px {
  right: 91px;
}

.c-t-92px {
  top: 92px;
}

.c-b-92px {
  bottom: 92px;
}

.c-l-92px {
  left: 92px;
}

.c-r-92px {
  right: 92px;
}

.c-t-93px {
  top: 93px;
}

.c-b-93px {
  bottom: 93px;
}

.c-l-93px {
  left: 93px;
}

.c-r-93px {
  right: 93px;
}

.c-t-94px {
  top: 94px;
}

.c-b-94px {
  bottom: 94px;
}

.c-l-94px {
  left: 94px;
}

.c-r-94px {
  right: 94px;
}

.c-t-95px {
  top: 95px;
}

.c-b-95px {
  bottom: 95px;
}

.c-l-95px {
  left: 95px;
}

.c-r-95px {
  right: 95px;
}

.c-t-96px {
  top: 96px;
}

.c-b-96px {
  bottom: 96px;
}

.c-l-96px {
  left: 96px;
}

.c-r-96px {
  right: 96px;
}

.c-t-97px {
  top: 97px;
}

.c-b-97px {
  bottom: 97px;
}

.c-l-97px {
  left: 97px;
}

.c-r-97px {
  right: 97px;
}

.c-t-98px {
  top: 98px;
}

.c-b-98px {
  bottom: 98px;
}

.c-l-98px {
  left: 98px;
}

.c-r-98px {
  right: 98px;
}

.c-t-99px {
  top: 99px;
}

.c-b-99px {
  bottom: 99px;
}

.c-l-99px {
  left: 99px;
}

.c-r-99px {
  right: 99px;
}

.c-t-100px {
  top: 100px;
}

.c-b-100px {
  bottom: 100px;
}

.c-l-100px {
  left: 100px;
}

.c-r-100px {
  right: 100px;
}

.c-t-101px {
  top: 101px;
}

.c-b-101px {
  bottom: 101px;
}

.c-l-101px {
  left: 101px;
}

.c-r-101px {
  right: 101px;
}

.c-t-102px {
  top: 102px;
}

.c-b-102px {
  bottom: 102px;
}

.c-l-102px {
  left: 102px;
}

.c-r-102px {
  right: 102px;
}

.c-t-103px {
  top: 103px;
}

.c-b-103px {
  bottom: 103px;
}

.c-l-103px {
  left: 103px;
}

.c-r-103px {
  right: 103px;
}

.c-t-104px {
  top: 104px;
}

.c-b-104px {
  bottom: 104px;
}

.c-l-104px {
  left: 104px;
}

.c-r-104px {
  right: 104px;
}

.c-t-105px {
  top: 105px;
}

.c-b-105px {
  bottom: 105px;
}

.c-l-105px {
  left: 105px;
}

.c-r-105px {
  right: 105px;
}

.c-t-106px {
  top: 106px;
}

.c-b-106px {
  bottom: 106px;
}

.c-l-106px {
  left: 106px;
}

.c-r-106px {
  right: 106px;
}

.c-t-107px {
  top: 107px;
}

.c-b-107px {
  bottom: 107px;
}

.c-l-107px {
  left: 107px;
}

.c-r-107px {
  right: 107px;
}

.c-t-108px {
  top: 108px;
}

.c-b-108px {
  bottom: 108px;
}

.c-l-108px {
  left: 108px;
}

.c-r-108px {
  right: 108px;
}

.c-t-109px {
  top: 109px;
}

.c-b-109px {
  bottom: 109px;
}

.c-l-109px {
  left: 109px;
}

.c-r-109px {
  right: 109px;
}

.c-t-110px {
  top: 110px;
}

.c-b-110px {
  bottom: 110px;
}

.c-l-110px {
  left: 110px;
}

.c-r-110px {
  right: 110px;
}

.c-t-111px {
  top: 111px;
}

.c-b-111px {
  bottom: 111px;
}

.c-l-111px {
  left: 111px;
}

.c-r-111px {
  right: 111px;
}

.c-t-112px {
  top: 112px;
}

.c-b-112px {
  bottom: 112px;
}

.c-l-112px {
  left: 112px;
}

.c-r-112px {
  right: 112px;
}

.c-t-113px {
  top: 113px;
}

.c-b-113px {
  bottom: 113px;
}

.c-l-113px {
  left: 113px;
}

.c-r-113px {
  right: 113px;
}

.c-t-114px {
  top: 114px;
}

.c-b-114px {
  bottom: 114px;
}

.c-l-114px {
  left: 114px;
}

.c-r-114px {
  right: 114px;
}

.c-t-115px {
  top: 115px;
}

.c-b-115px {
  bottom: 115px;
}

.c-l-115px {
  left: 115px;
}

.c-r-115px {
  right: 115px;
}

.c-t-116px {
  top: 116px;
}

.c-b-116px {
  bottom: 116px;
}

.c-l-116px {
  left: 116px;
}

.c-r-116px {
  right: 116px;
}

.c-t-117px {
  top: 117px;
}

.c-b-117px {
  bottom: 117px;
}

.c-l-117px {
  left: 117px;
}

.c-r-117px {
  right: 117px;
}

.c-t-118px {
  top: 118px;
}

.c-b-118px {
  bottom: 118px;
}

.c-l-118px {
  left: 118px;
}

.c-r-118px {
  right: 118px;
}

.c-t-119px {
  top: 119px;
}

.c-b-119px {
  bottom: 119px;
}

.c-l-119px {
  left: 119px;
}

.c-r-119px {
  right: 119px;
}

.c-t-120px {
  top: 120px;
}

.c-b-120px {
  bottom: 120px;
}

.c-l-120px {
  left: 120px;
}

.c-r-120px {
  right: 120px;
}

.c-t-121px {
  top: 121px;
}

.c-b-121px {
  bottom: 121px;
}

.c-l-121px {
  left: 121px;
}

.c-r-121px {
  right: 121px;
}

.c-t-122px {
  top: 122px;
}

.c-b-122px {
  bottom: 122px;
}

.c-l-122px {
  left: 122px;
}

.c-r-122px {
  right: 122px;
}

.c-t-123px {
  top: 123px;
}

.c-b-123px {
  bottom: 123px;
}

.c-l-123px {
  left: 123px;
}

.c-r-123px {
  right: 123px;
}

.c-t-124px {
  top: 124px;
}

.c-b-124px {
  bottom: 124px;
}

.c-l-124px {
  left: 124px;
}

.c-r-124px {
  right: 124px;
}

.c-t-125px {
  top: 125px;
}

.c-b-125px {
  bottom: 125px;
}

.c-l-125px {
  left: 125px;
}

.c-r-125px {
  right: 125px;
}

.c-t-126px {
  top: 126px;
}

.c-b-126px {
  bottom: 126px;
}

.c-l-126px {
  left: 126px;
}

.c-r-126px {
  right: 126px;
}

.c-t-127px {
  top: 127px;
}

.c-b-127px {
  bottom: 127px;
}

.c-l-127px {
  left: 127px;
}

.c-r-127px {
  right: 127px;
}

.c-t-128px {
  top: 128px;
}

.c-b-128px {
  bottom: 128px;
}

.c-l-128px {
  left: 128px;
}

.c-r-128px {
  right: 128px;
}

.c-t-129px {
  top: 129px;
}

.c-b-129px {
  bottom: 129px;
}

.c-l-129px {
  left: 129px;
}

.c-r-129px {
  right: 129px;
}

.c-t-130px {
  top: 130px;
}

.c-b-130px {
  bottom: 130px;
}

.c-l-130px {
  left: 130px;
}

.c-r-130px {
  right: 130px;
}

.c-t-131px {
  top: 131px;
}

.c-b-131px {
  bottom: 131px;
}

.c-l-131px {
  left: 131px;
}

.c-r-131px {
  right: 131px;
}

.c-t-132px {
  top: 132px;
}

.c-b-132px {
  bottom: 132px;
}

.c-l-132px {
  left: 132px;
}

.c-r-132px {
  right: 132px;
}

.c-t-133px {
  top: 133px;
}

.c-b-133px {
  bottom: 133px;
}

.c-l-133px {
  left: 133px;
}

.c-r-133px {
  right: 133px;
}

.c-t-134px {
  top: 134px;
}

.c-b-134px {
  bottom: 134px;
}

.c-l-134px {
  left: 134px;
}

.c-r-134px {
  right: 134px;
}

.c-t-135px {
  top: 135px;
}

.c-b-135px {
  bottom: 135px;
}

.c-l-135px {
  left: 135px;
}

.c-r-135px {
  right: 135px;
}

.c-t-136px {
  top: 136px;
}

.c-b-136px {
  bottom: 136px;
}

.c-l-136px {
  left: 136px;
}

.c-r-136px {
  right: 136px;
}

.c-t-137px {
  top: 137px;
}

.c-b-137px {
  bottom: 137px;
}

.c-l-137px {
  left: 137px;
}

.c-r-137px {
  right: 137px;
}

.c-t-138px {
  top: 138px;
}

.c-b-138px {
  bottom: 138px;
}

.c-l-138px {
  left: 138px;
}

.c-r-138px {
  right: 138px;
}

.c-t-139px {
  top: 139px;
}

.c-b-139px {
  bottom: 139px;
}

.c-l-139px {
  left: 139px;
}

.c-r-139px {
  right: 139px;
}

.c-t-140px {
  top: 140px;
}

.c-b-140px {
  bottom: 140px;
}

.c-l-140px {
  left: 140px;
}

.c-r-140px {
  right: 140px;
}

.c-t-141px {
  top: 141px;
}

.c-b-141px {
  bottom: 141px;
}

.c-l-141px {
  left: 141px;
}

.c-r-141px {
  right: 141px;
}

.c-t-142px {
  top: 142px;
}

.c-b-142px {
  bottom: 142px;
}

.c-l-142px {
  left: 142px;
}

.c-r-142px {
  right: 142px;
}

.c-t-143px {
  top: 143px;
}

.c-b-143px {
  bottom: 143px;
}

.c-l-143px {
  left: 143px;
}

.c-r-143px {
  right: 143px;
}

.c-t-144px {
  top: 144px;
}

.c-b-144px {
  bottom: 144px;
}

.c-l-144px {
  left: 144px;
}

.c-r-144px {
  right: 144px;
}

.c-t-145px {
  top: 145px;
}

.c-b-145px {
  bottom: 145px;
}

.c-l-145px {
  left: 145px;
}

.c-r-145px {
  right: 145px;
}

.c-t-146px {
  top: 146px;
}

.c-b-146px {
  bottom: 146px;
}

.c-l-146px {
  left: 146px;
}

.c-r-146px {
  right: 146px;
}

.c-t-147px {
  top: 147px;
}

.c-b-147px {
  bottom: 147px;
}

.c-l-147px {
  left: 147px;
}

.c-r-147px {
  right: 147px;
}

.c-t-148px {
  top: 148px;
}

.c-b-148px {
  bottom: 148px;
}

.c-l-148px {
  left: 148px;
}

.c-r-148px {
  right: 148px;
}

.c-t-149px {
  top: 149px;
}

.c-b-149px {
  bottom: 149px;
}

.c-l-149px {
  left: 149px;
}

.c-r-149px {
  right: 149px;
}

.c-t-150px {
  top: 150px;
}

.c-b-150px {
  bottom: 150px;
}

.c-l-150px {
  left: 150px;
}

.c-r-150px {
  right: 150px;
}

.c-t-151px {
  top: 151px;
}

.c-b-151px {
  bottom: 151px;
}

.c-l-151px {
  left: 151px;
}

.c-r-151px {
  right: 151px;
}

.c-t-152px {
  top: 152px;
}

.c-b-152px {
  bottom: 152px;
}

.c-l-152px {
  left: 152px;
}

.c-r-152px {
  right: 152px;
}

.c-t-153px {
  top: 153px;
}

.c-b-153px {
  bottom: 153px;
}

.c-l-153px {
  left: 153px;
}

.c-r-153px {
  right: 153px;
}

.c-t-154px {
  top: 154px;
}

.c-b-154px {
  bottom: 154px;
}

.c-l-154px {
  left: 154px;
}

.c-r-154px {
  right: 154px;
}

.c-t-155px {
  top: 155px;
}

.c-b-155px {
  bottom: 155px;
}

.c-l-155px {
  left: 155px;
}

.c-r-155px {
  right: 155px;
}

.c-t-156px {
  top: 156px;
}

.c-b-156px {
  bottom: 156px;
}

.c-l-156px {
  left: 156px;
}

.c-r-156px {
  right: 156px;
}

.c-t-157px {
  top: 157px;
}

.c-b-157px {
  bottom: 157px;
}

.c-l-157px {
  left: 157px;
}

.c-r-157px {
  right: 157px;
}

.c-t-158px {
  top: 158px;
}

.c-b-158px {
  bottom: 158px;
}

.c-l-158px {
  left: 158px;
}

.c-r-158px {
  right: 158px;
}

.c-t-159px {
  top: 159px;
}

.c-b-159px {
  bottom: 159px;
}

.c-l-159px {
  left: 159px;
}

.c-r-159px {
  right: 159px;
}

.c-t-160px {
  top: 160px;
}

.c-b-160px {
  bottom: 160px;
}

.c-l-160px {
  left: 160px;
}

.c-r-160px {
  right: 160px;
}

.c-t-161px {
  top: 161px;
}

.c-b-161px {
  bottom: 161px;
}

.c-l-161px {
  left: 161px;
}

.c-r-161px {
  right: 161px;
}

.c-t-162px {
  top: 162px;
}

.c-b-162px {
  bottom: 162px;
}

.c-l-162px {
  left: 162px;
}

.c-r-162px {
  right: 162px;
}

.c-t-163px {
  top: 163px;
}

.c-b-163px {
  bottom: 163px;
}

.c-l-163px {
  left: 163px;
}

.c-r-163px {
  right: 163px;
}

.c-t-164px {
  top: 164px;
}

.c-b-164px {
  bottom: 164px;
}

.c-l-164px {
  left: 164px;
}

.c-r-164px {
  right: 164px;
}

.c-t-165px {
  top: 165px;
}

.c-b-165px {
  bottom: 165px;
}

.c-l-165px {
  left: 165px;
}

.c-r-165px {
  right: 165px;
}

.c-t-166px {
  top: 166px;
}

.c-b-166px {
  bottom: 166px;
}

.c-l-166px {
  left: 166px;
}

.c-r-166px {
  right: 166px;
}

.c-t-167px {
  top: 167px;
}

.c-b-167px {
  bottom: 167px;
}

.c-l-167px {
  left: 167px;
}

.c-r-167px {
  right: 167px;
}

.c-t-168px {
  top: 168px;
}

.c-b-168px {
  bottom: 168px;
}

.c-l-168px {
  left: 168px;
}

.c-r-168px {
  right: 168px;
}

.c-t-169px {
  top: 169px;
}

.c-b-169px {
  bottom: 169px;
}

.c-l-169px {
  left: 169px;
}

.c-r-169px {
  right: 169px;
}

.c-t-170px {
  top: 170px;
}

.c-b-170px {
  bottom: 170px;
}

.c-l-170px {
  left: 170px;
}

.c-r-170px {
  right: 170px;
}

.c-t-171px {
  top: 171px;
}

.c-b-171px {
  bottom: 171px;
}

.c-l-171px {
  left: 171px;
}

.c-r-171px {
  right: 171px;
}

.c-t-172px {
  top: 172px;
}

.c-b-172px {
  bottom: 172px;
}

.c-l-172px {
  left: 172px;
}

.c-r-172px {
  right: 172px;
}

.c-t-173px {
  top: 173px;
}

.c-b-173px {
  bottom: 173px;
}

.c-l-173px {
  left: 173px;
}

.c-r-173px {
  right: 173px;
}

.c-t-174px {
  top: 174px;
}

.c-b-174px {
  bottom: 174px;
}

.c-l-174px {
  left: 174px;
}

.c-r-174px {
  right: 174px;
}

.c-t-175px {
  top: 175px;
}

.c-b-175px {
  bottom: 175px;
}

.c-l-175px {
  left: 175px;
}

.c-r-175px {
  right: 175px;
}

.c-t-176px {
  top: 176px;
}

.c-b-176px {
  bottom: 176px;
}

.c-l-176px {
  left: 176px;
}

.c-r-176px {
  right: 176px;
}

.c-t-177px {
  top: 177px;
}

.c-b-177px {
  bottom: 177px;
}

.c-l-177px {
  left: 177px;
}

.c-r-177px {
  right: 177px;
}

.c-t-178px {
  top: 178px;
}

.c-b-178px {
  bottom: 178px;
}

.c-l-178px {
  left: 178px;
}

.c-r-178px {
  right: 178px;
}

.c-t-179px {
  top: 179px;
}

.c-b-179px {
  bottom: 179px;
}

.c-l-179px {
  left: 179px;
}

.c-r-179px {
  right: 179px;
}

.c-t-180px {
  top: 180px;
}

.c-b-180px {
  bottom: 180px;
}

.c-l-180px {
  left: 180px;
}

.c-r-180px {
  right: 180px;
}

.c-t-181px {
  top: 181px;
}

.c-b-181px {
  bottom: 181px;
}

.c-l-181px {
  left: 181px;
}

.c-r-181px {
  right: 181px;
}

.c-t-182px {
  top: 182px;
}

.c-b-182px {
  bottom: 182px;
}

.c-l-182px {
  left: 182px;
}

.c-r-182px {
  right: 182px;
}

.c-t-183px {
  top: 183px;
}

.c-b-183px {
  bottom: 183px;
}

.c-l-183px {
  left: 183px;
}

.c-r-183px {
  right: 183px;
}

.c-t-184px {
  top: 184px;
}

.c-b-184px {
  bottom: 184px;
}

.c-l-184px {
  left: 184px;
}

.c-r-184px {
  right: 184px;
}

.c-t-185px {
  top: 185px;
}

.c-b-185px {
  bottom: 185px;
}

.c-l-185px {
  left: 185px;
}

.c-r-185px {
  right: 185px;
}

.c-t-186px {
  top: 186px;
}

.c-b-186px {
  bottom: 186px;
}

.c-l-186px {
  left: 186px;
}

.c-r-186px {
  right: 186px;
}

.c-t-187px {
  top: 187px;
}

.c-b-187px {
  bottom: 187px;
}

.c-l-187px {
  left: 187px;
}

.c-r-187px {
  right: 187px;
}

.c-t-188px {
  top: 188px;
}

.c-b-188px {
  bottom: 188px;
}

.c-l-188px {
  left: 188px;
}

.c-r-188px {
  right: 188px;
}

.c-t-189px {
  top: 189px;
}

.c-b-189px {
  bottom: 189px;
}

.c-l-189px {
  left: 189px;
}

.c-r-189px {
  right: 189px;
}

.c-t-190px {
  top: 190px;
}

.c-b-190px {
  bottom: 190px;
}

.c-l-190px {
  left: 190px;
}

.c-r-190px {
  right: 190px;
}

.c-t-191px {
  top: 191px;
}

.c-b-191px {
  bottom: 191px;
}

.c-l-191px {
  left: 191px;
}

.c-r-191px {
  right: 191px;
}

.c-t-192px {
  top: 192px;
}

.c-b-192px {
  bottom: 192px;
}

.c-l-192px {
  left: 192px;
}

.c-r-192px {
  right: 192px;
}

.c-t-193px {
  top: 193px;
}

.c-b-193px {
  bottom: 193px;
}

.c-l-193px {
  left: 193px;
}

.c-r-193px {
  right: 193px;
}

.c-t-194px {
  top: 194px;
}

.c-b-194px {
  bottom: 194px;
}

.c-l-194px {
  left: 194px;
}

.c-r-194px {
  right: 194px;
}

.c-t-195px {
  top: 195px;
}

.c-b-195px {
  bottom: 195px;
}

.c-l-195px {
  left: 195px;
}

.c-r-195px {
  right: 195px;
}

.c-t-196px {
  top: 196px;
}

.c-b-196px {
  bottom: 196px;
}

.c-l-196px {
  left: 196px;
}

.c-r-196px {
  right: 196px;
}

.c-t-197px {
  top: 197px;
}

.c-b-197px {
  bottom: 197px;
}

.c-l-197px {
  left: 197px;
}

.c-r-197px {
  right: 197px;
}

.c-t-198px {
  top: 198px;
}

.c-b-198px {
  bottom: 198px;
}

.c-l-198px {
  left: 198px;
}

.c-r-198px {
  right: 198px;
}

.c-t-199px {
  top: 199px;
}

.c-b-199px {
  bottom: 199px;
}

.c-l-199px {
  left: 199px;
}

.c-r-199px {
  right: 199px;
}

.c-t-200px {
  top: 200px;
}

.c-b-200px {
  bottom: 200px;
}

.c-l-200px {
  left: 200px;
}

.c-r-200px {
  right: 200px;
}

.c-t-201px {
  top: 201px;
}

.c-b-201px {
  bottom: 201px;
}

.c-l-201px {
  left: 201px;
}

.c-r-201px {
  right: 201px;
}

.c-t-202px {
  top: 202px;
}

.c-b-202px {
  bottom: 202px;
}

.c-l-202px {
  left: 202px;
}

.c-r-202px {
  right: 202px;
}

.c-t-203px {
  top: 203px;
}

.c-b-203px {
  bottom: 203px;
}

.c-l-203px {
  left: 203px;
}

.c-r-203px {
  right: 203px;
}

.c-t-204px {
  top: 204px;
}

.c-b-204px {
  bottom: 204px;
}

.c-l-204px {
  left: 204px;
}

.c-r-204px {
  right: 204px;
}

.c-t-205px {
  top: 205px;
}

.c-b-205px {
  bottom: 205px;
}

.c-l-205px {
  left: 205px;
}

.c-r-205px {
  right: 205px;
}

.c-t-206px {
  top: 206px;
}

.c-b-206px {
  bottom: 206px;
}

.c-l-206px {
  left: 206px;
}

.c-r-206px {
  right: 206px;
}

.c-t-207px {
  top: 207px;
}

.c-b-207px {
  bottom: 207px;
}

.c-l-207px {
  left: 207px;
}

.c-r-207px {
  right: 207px;
}

.c-t-208px {
  top: 208px;
}

.c-b-208px {
  bottom: 208px;
}

.c-l-208px {
  left: 208px;
}

.c-r-208px {
  right: 208px;
}

.c-t-209px {
  top: 209px;
}

.c-b-209px {
  bottom: 209px;
}

.c-l-209px {
  left: 209px;
}

.c-r-209px {
  right: 209px;
}

.c-t-210px {
  top: 210px;
}

.c-b-210px {
  bottom: 210px;
}

.c-l-210px {
  left: 210px;
}

.c-r-210px {
  right: 210px;
}

.c-t-211px {
  top: 211px;
}

.c-b-211px {
  bottom: 211px;
}

.c-l-211px {
  left: 211px;
}

.c-r-211px {
  right: 211px;
}

.c-t-212px {
  top: 212px;
}

.c-b-212px {
  bottom: 212px;
}

.c-l-212px {
  left: 212px;
}

.c-r-212px {
  right: 212px;
}

.c-t-213px {
  top: 213px;
}

.c-b-213px {
  bottom: 213px;
}

.c-l-213px {
  left: 213px;
}

.c-r-213px {
  right: 213px;
}

.c-t-214px {
  top: 214px;
}

.c-b-214px {
  bottom: 214px;
}

.c-l-214px {
  left: 214px;
}

.c-r-214px {
  right: 214px;
}

.c-t-215px {
  top: 215px;
}

.c-b-215px {
  bottom: 215px;
}

.c-l-215px {
  left: 215px;
}

.c-r-215px {
  right: 215px;
}

.c-t-216px {
  top: 216px;
}

.c-b-216px {
  bottom: 216px;
}

.c-l-216px {
  left: 216px;
}

.c-r-216px {
  right: 216px;
}

.c-t-217px {
  top: 217px;
}

.c-b-217px {
  bottom: 217px;
}

.c-l-217px {
  left: 217px;
}

.c-r-217px {
  right: 217px;
}

.c-t-218px {
  top: 218px;
}

.c-b-218px {
  bottom: 218px;
}

.c-l-218px {
  left: 218px;
}

.c-r-218px {
  right: 218px;
}

.c-t-219px {
  top: 219px;
}

.c-b-219px {
  bottom: 219px;
}

.c-l-219px {
  left: 219px;
}

.c-r-219px {
  right: 219px;
}

.c-t-220px {
  top: 220px;
}

.c-b-220px {
  bottom: 220px;
}

.c-l-220px {
  left: 220px;
}

.c-r-220px {
  right: 220px;
}

.c-t-221px {
  top: 221px;
}

.c-b-221px {
  bottom: 221px;
}

.c-l-221px {
  left: 221px;
}

.c-r-221px {
  right: 221px;
}

.c-t-222px {
  top: 222px;
}

.c-b-222px {
  bottom: 222px;
}

.c-l-222px {
  left: 222px;
}

.c-r-222px {
  right: 222px;
}

.c-t-223px {
  top: 223px;
}

.c-b-223px {
  bottom: 223px;
}

.c-l-223px {
  left: 223px;
}

.c-r-223px {
  right: 223px;
}

.c-t-224px {
  top: 224px;
}

.c-b-224px {
  bottom: 224px;
}

.c-l-224px {
  left: 224px;
}

.c-r-224px {
  right: 224px;
}

.c-t-225px {
  top: 225px;
}

.c-b-225px {
  bottom: 225px;
}

.c-l-225px {
  left: 225px;
}

.c-r-225px {
  right: 225px;
}

.c-t-226px {
  top: 226px;
}

.c-b-226px {
  bottom: 226px;
}

.c-l-226px {
  left: 226px;
}

.c-r-226px {
  right: 226px;
}

.c-t-227px {
  top: 227px;
}

.c-b-227px {
  bottom: 227px;
}

.c-l-227px {
  left: 227px;
}

.c-r-227px {
  right: 227px;
}

.c-t-228px {
  top: 228px;
}

.c-b-228px {
  bottom: 228px;
}

.c-l-228px {
  left: 228px;
}

.c-r-228px {
  right: 228px;
}

.c-t-229px {
  top: 229px;
}

.c-b-229px {
  bottom: 229px;
}

.c-l-229px {
  left: 229px;
}

.c-r-229px {
  right: 229px;
}

.c-t-230px {
  top: 230px;
}

.c-b-230px {
  bottom: 230px;
}

.c-l-230px {
  left: 230px;
}

.c-r-230px {
  right: 230px;
}

.c-t-231px {
  top: 231px;
}

.c-b-231px {
  bottom: 231px;
}

.c-l-231px {
  left: 231px;
}

.c-r-231px {
  right: 231px;
}

.c-t-232px {
  top: 232px;
}

.c-b-232px {
  bottom: 232px;
}

.c-l-232px {
  left: 232px;
}

.c-r-232px {
  right: 232px;
}

.c-t-233px {
  top: 233px;
}

.c-b-233px {
  bottom: 233px;
}

.c-l-233px {
  left: 233px;
}

.c-r-233px {
  right: 233px;
}

.c-t-234px {
  top: 234px;
}

.c-b-234px {
  bottom: 234px;
}

.c-l-234px {
  left: 234px;
}

.c-r-234px {
  right: 234px;
}

.c-t-235px {
  top: 235px;
}

.c-b-235px {
  bottom: 235px;
}

.c-l-235px {
  left: 235px;
}

.c-r-235px {
  right: 235px;
}

.c-t-236px {
  top: 236px;
}

.c-b-236px {
  bottom: 236px;
}

.c-l-236px {
  left: 236px;
}

.c-r-236px {
  right: 236px;
}

.c-t-237px {
  top: 237px;
}

.c-b-237px {
  bottom: 237px;
}

.c-l-237px {
  left: 237px;
}

.c-r-237px {
  right: 237px;
}

.c-t-238px {
  top: 238px;
}

.c-b-238px {
  bottom: 238px;
}

.c-l-238px {
  left: 238px;
}

.c-r-238px {
  right: 238px;
}

.c-t-239px {
  top: 239px;
}

.c-b-239px {
  bottom: 239px;
}

.c-l-239px {
  left: 239px;
}

.c-r-239px {
  right: 239px;
}

.c-t-240px {
  top: 240px;
}

.c-b-240px {
  bottom: 240px;
}

.c-l-240px {
  left: 240px;
}

.c-r-240px {
  right: 240px;
}

.c-t-241px {
  top: 241px;
}

.c-b-241px {
  bottom: 241px;
}

.c-l-241px {
  left: 241px;
}

.c-r-241px {
  right: 241px;
}

.c-t-242px {
  top: 242px;
}

.c-b-242px {
  bottom: 242px;
}

.c-l-242px {
  left: 242px;
}

.c-r-242px {
  right: 242px;
}

.c-t-243px {
  top: 243px;
}

.c-b-243px {
  bottom: 243px;
}

.c-l-243px {
  left: 243px;
}

.c-r-243px {
  right: 243px;
}

.c-t-244px {
  top: 244px;
}

.c-b-244px {
  bottom: 244px;
}

.c-l-244px {
  left: 244px;
}

.c-r-244px {
  right: 244px;
}

.c-t-245px {
  top: 245px;
}

.c-b-245px {
  bottom: 245px;
}

.c-l-245px {
  left: 245px;
}

.c-r-245px {
  right: 245px;
}

.c-t-246px {
  top: 246px;
}

.c-b-246px {
  bottom: 246px;
}

.c-l-246px {
  left: 246px;
}

.c-r-246px {
  right: 246px;
}

.c-t-247px {
  top: 247px;
}

.c-b-247px {
  bottom: 247px;
}

.c-l-247px {
  left: 247px;
}

.c-r-247px {
  right: 247px;
}

.c-t-248px {
  top: 248px;
}

.c-b-248px {
  bottom: 248px;
}

.c-l-248px {
  left: 248px;
}

.c-r-248px {
  right: 248px;
}

.c-t-249px {
  top: 249px;
}

.c-b-249px {
  bottom: 249px;
}

.c-l-249px {
  left: 249px;
}

.c-r-249px {
  right: 249px;
}

.c-t-250px {
  top: 250px;
}

.c-b-250px {
  bottom: 250px;
}

.c-l-250px {
  left: 250px;
}

.c-r-250px {
  right: 250px;
}

.c-t-251px {
  top: 251px;
}

.c-b-251px {
  bottom: 251px;
}

.c-l-251px {
  left: 251px;
}

.c-r-251px {
  right: 251px;
}

.c-t-252px {
  top: 252px;
}

.c-b-252px {
  bottom: 252px;
}

.c-l-252px {
  left: 252px;
}

.c-r-252px {
  right: 252px;
}

.c-t-253px {
  top: 253px;
}

.c-b-253px {
  bottom: 253px;
}

.c-l-253px {
  left: 253px;
}

.c-r-253px {
  right: 253px;
}

.c-t-254px {
  top: 254px;
}

.c-b-254px {
  bottom: 254px;
}

.c-l-254px {
  left: 254px;
}

.c-r-254px {
  right: 254px;
}

.c-t-255px {
  top: 255px;
}

.c-b-255px {
  bottom: 255px;
}

.c-l-255px {
  left: 255px;
}

.c-r-255px {
  right: 255px;
}

.c-t-256px {
  top: 256px;
}

.c-b-256px {
  bottom: 256px;
}

.c-l-256px {
  left: 256px;
}

.c-r-256px {
  right: 256px;
}

.c-t-257px {
  top: 257px;
}

.c-b-257px {
  bottom: 257px;
}

.c-l-257px {
  left: 257px;
}

.c-r-257px {
  right: 257px;
}

.c-t-258px {
  top: 258px;
}

.c-b-258px {
  bottom: 258px;
}

.c-l-258px {
  left: 258px;
}

.c-r-258px {
  right: 258px;
}

.c-t-259px {
  top: 259px;
}

.c-b-259px {
  bottom: 259px;
}

.c-l-259px {
  left: 259px;
}

.c-r-259px {
  right: 259px;
}

.c-t-260px {
  top: 260px;
}

.c-b-260px {
  bottom: 260px;
}

.c-l-260px {
  left: 260px;
}

.c-r-260px {
  right: 260px;
}

.c-t-261px {
  top: 261px;
}

.c-b-261px {
  bottom: 261px;
}

.c-l-261px {
  left: 261px;
}

.c-r-261px {
  right: 261px;
}

.c-t-262px {
  top: 262px;
}

.c-b-262px {
  bottom: 262px;
}

.c-l-262px {
  left: 262px;
}

.c-r-262px {
  right: 262px;
}

.c-t-263px {
  top: 263px;
}

.c-b-263px {
  bottom: 263px;
}

.c-l-263px {
  left: 263px;
}

.c-r-263px {
  right: 263px;
}

.c-t-264px {
  top: 264px;
}

.c-b-264px {
  bottom: 264px;
}

.c-l-264px {
  left: 264px;
}

.c-r-264px {
  right: 264px;
}

.c-t-265px {
  top: 265px;
}

.c-b-265px {
  bottom: 265px;
}

.c-l-265px {
  left: 265px;
}

.c-r-265px {
  right: 265px;
}

.c-t-266px {
  top: 266px;
}

.c-b-266px {
  bottom: 266px;
}

.c-l-266px {
  left: 266px;
}

.c-r-266px {
  right: 266px;
}

.c-t-267px {
  top: 267px;
}

.c-b-267px {
  bottom: 267px;
}

.c-l-267px {
  left: 267px;
}

.c-r-267px {
  right: 267px;
}

.c-t-268px {
  top: 268px;
}

.c-b-268px {
  bottom: 268px;
}

.c-l-268px {
  left: 268px;
}

.c-r-268px {
  right: 268px;
}

.c-t-269px {
  top: 269px;
}

.c-b-269px {
  bottom: 269px;
}

.c-l-269px {
  left: 269px;
}

.c-r-269px {
  right: 269px;
}

.c-t-270px {
  top: 270px;
}

.c-b-270px {
  bottom: 270px;
}

.c-l-270px {
  left: 270px;
}

.c-r-270px {
  right: 270px;
}

.c-t-271px {
  top: 271px;
}

.c-b-271px {
  bottom: 271px;
}

.c-l-271px {
  left: 271px;
}

.c-r-271px {
  right: 271px;
}

.c-t-272px {
  top: 272px;
}

.c-b-272px {
  bottom: 272px;
}

.c-l-272px {
  left: 272px;
}

.c-r-272px {
  right: 272px;
}

.c-t-273px {
  top: 273px;
}

.c-b-273px {
  bottom: 273px;
}

.c-l-273px {
  left: 273px;
}

.c-r-273px {
  right: 273px;
}

.c-t-274px {
  top: 274px;
}

.c-b-274px {
  bottom: 274px;
}

.c-l-274px {
  left: 274px;
}

.c-r-274px {
  right: 274px;
}

.c-t-275px {
  top: 275px;
}

.c-b-275px {
  bottom: 275px;
}

.c-l-275px {
  left: 275px;
}

.c-r-275px {
  right: 275px;
}

.c-t-276px {
  top: 276px;
}

.c-b-276px {
  bottom: 276px;
}

.c-l-276px {
  left: 276px;
}

.c-r-276px {
  right: 276px;
}

.c-t-277px {
  top: 277px;
}

.c-b-277px {
  bottom: 277px;
}

.c-l-277px {
  left: 277px;
}

.c-r-277px {
  right: 277px;
}

.c-t-278px {
  top: 278px;
}

.c-b-278px {
  bottom: 278px;
}

.c-l-278px {
  left: 278px;
}

.c-r-278px {
  right: 278px;
}

.c-t-279px {
  top: 279px;
}

.c-b-279px {
  bottom: 279px;
}

.c-l-279px {
  left: 279px;
}

.c-r-279px {
  right: 279px;
}

.c-t-280px {
  top: 280px;
}

.c-b-280px {
  bottom: 280px;
}

.c-l-280px {
  left: 280px;
}

.c-r-280px {
  right: 280px;
}

.c-t-281px {
  top: 281px;
}

.c-b-281px {
  bottom: 281px;
}

.c-l-281px {
  left: 281px;
}

.c-r-281px {
  right: 281px;
}

.c-t-282px {
  top: 282px;
}

.c-b-282px {
  bottom: 282px;
}

.c-l-282px {
  left: 282px;
}

.c-r-282px {
  right: 282px;
}

.c-t-283px {
  top: 283px;
}

.c-b-283px {
  bottom: 283px;
}

.c-l-283px {
  left: 283px;
}

.c-r-283px {
  right: 283px;
}

.c-t-284px {
  top: 284px;
}

.c-b-284px {
  bottom: 284px;
}

.c-l-284px {
  left: 284px;
}

.c-r-284px {
  right: 284px;
}

.c-t-285px {
  top: 285px;
}

.c-b-285px {
  bottom: 285px;
}

.c-l-285px {
  left: 285px;
}

.c-r-285px {
  right: 285px;
}

.c-t-286px {
  top: 286px;
}

.c-b-286px {
  bottom: 286px;
}

.c-l-286px {
  left: 286px;
}

.c-r-286px {
  right: 286px;
}

.c-t-287px {
  top: 287px;
}

.c-b-287px {
  bottom: 287px;
}

.c-l-287px {
  left: 287px;
}

.c-r-287px {
  right: 287px;
}

.c-t-288px {
  top: 288px;
}

.c-b-288px {
  bottom: 288px;
}

.c-l-288px {
  left: 288px;
}

.c-r-288px {
  right: 288px;
}

.c-t-289px {
  top: 289px;
}

.c-b-289px {
  bottom: 289px;
}

.c-l-289px {
  left: 289px;
}

.c-r-289px {
  right: 289px;
}

.c-t-290px {
  top: 290px;
}

.c-b-290px {
  bottom: 290px;
}

.c-l-290px {
  left: 290px;
}

.c-r-290px {
  right: 290px;
}

.c-t-291px {
  top: 291px;
}

.c-b-291px {
  bottom: 291px;
}

.c-l-291px {
  left: 291px;
}

.c-r-291px {
  right: 291px;
}

.c-t-292px {
  top: 292px;
}

.c-b-292px {
  bottom: 292px;
}

.c-l-292px {
  left: 292px;
}

.c-r-292px {
  right: 292px;
}

.c-t-293px {
  top: 293px;
}

.c-b-293px {
  bottom: 293px;
}

.c-l-293px {
  left: 293px;
}

.c-r-293px {
  right: 293px;
}

.c-t-294px {
  top: 294px;
}

.c-b-294px {
  bottom: 294px;
}

.c-l-294px {
  left: 294px;
}

.c-r-294px {
  right: 294px;
}

.c-t-295px {
  top: 295px;
}

.c-b-295px {
  bottom: 295px;
}

.c-l-295px {
  left: 295px;
}

.c-r-295px {
  right: 295px;
}

.c-t-296px {
  top: 296px;
}

.c-b-296px {
  bottom: 296px;
}

.c-l-296px {
  left: 296px;
}

.c-r-296px {
  right: 296px;
}

.c-t-297px {
  top: 297px;
}

.c-b-297px {
  bottom: 297px;
}

.c-l-297px {
  left: 297px;
}

.c-r-297px {
  right: 297px;
}

.c-t-298px {
  top: 298px;
}

.c-b-298px {
  bottom: 298px;
}

.c-l-298px {
  left: 298px;
}

.c-r-298px {
  right: 298px;
}

.c-t-299px {
  top: 299px;
}

.c-b-299px {
  bottom: 299px;
}

.c-l-299px {
  left: 299px;
}

.c-r-299px {
  right: 299px;
}

.c-t-300px {
  top: 300px;
}

.c-b-300px {
  bottom: 300px;
}

.c-l-300px {
  left: 300px;
}

.c-r-300px {
  right: 300px;
}

.c-t-301px {
  top: 301px;
}

.c-b-301px {
  bottom: 301px;
}

.c-l-301px {
  left: 301px;
}

.c-r-301px {
  right: 301px;
}

.c-t-302px {
  top: 302px;
}

.c-b-302px {
  bottom: 302px;
}

.c-l-302px {
  left: 302px;
}

.c-r-302px {
  right: 302px;
}

.c-t-303px {
  top: 303px;
}

.c-b-303px {
  bottom: 303px;
}

.c-l-303px {
  left: 303px;
}

.c-r-303px {
  right: 303px;
}

.c-t-304px {
  top: 304px;
}

.c-b-304px {
  bottom: 304px;
}

.c-l-304px {
  left: 304px;
}

.c-r-304px {
  right: 304px;
}

.c-t-305px {
  top: 305px;
}

.c-b-305px {
  bottom: 305px;
}

.c-l-305px {
  left: 305px;
}

.c-r-305px {
  right: 305px;
}

.c-t-306px {
  top: 306px;
}

.c-b-306px {
  bottom: 306px;
}

.c-l-306px {
  left: 306px;
}

.c-r-306px {
  right: 306px;
}

.c-t-307px {
  top: 307px;
}

.c-b-307px {
  bottom: 307px;
}

.c-l-307px {
  left: 307px;
}

.c-r-307px {
  right: 307px;
}

.c-t-308px {
  top: 308px;
}

.c-b-308px {
  bottom: 308px;
}

.c-l-308px {
  left: 308px;
}

.c-r-308px {
  right: 308px;
}

.c-t-309px {
  top: 309px;
}

.c-b-309px {
  bottom: 309px;
}

.c-l-309px {
  left: 309px;
}

.c-r-309px {
  right: 309px;
}

.c-t-310px {
  top: 310px;
}

.c-b-310px {
  bottom: 310px;
}

.c-l-310px {
  left: 310px;
}

.c-r-310px {
  right: 310px;
}

.c-t-311px {
  top: 311px;
}

.c-b-311px {
  bottom: 311px;
}

.c-l-311px {
  left: 311px;
}

.c-r-311px {
  right: 311px;
}

.c-t-312px {
  top: 312px;
}

.c-b-312px {
  bottom: 312px;
}

.c-l-312px {
  left: 312px;
}

.c-r-312px {
  right: 312px;
}

.c-t-313px {
  top: 313px;
}

.c-b-313px {
  bottom: 313px;
}

.c-l-313px {
  left: 313px;
}

.c-r-313px {
  right: 313px;
}

.c-t-314px {
  top: 314px;
}

.c-b-314px {
  bottom: 314px;
}

.c-l-314px {
  left: 314px;
}

.c-r-314px {
  right: 314px;
}

.c-t-315px {
  top: 315px;
}

.c-b-315px {
  bottom: 315px;
}

.c-l-315px {
  left: 315px;
}

.c-r-315px {
  right: 315px;
}

.c-t-316px {
  top: 316px;
}

.c-b-316px {
  bottom: 316px;
}

.c-l-316px {
  left: 316px;
}

.c-r-316px {
  right: 316px;
}

.c-t-317px {
  top: 317px;
}

.c-b-317px {
  bottom: 317px;
}

.c-l-317px {
  left: 317px;
}

.c-r-317px {
  right: 317px;
}

.c-t-318px {
  top: 318px;
}

.c-b-318px {
  bottom: 318px;
}

.c-l-318px {
  left: 318px;
}

.c-r-318px {
  right: 318px;
}

.c-t-319px {
  top: 319px;
}

.c-b-319px {
  bottom: 319px;
}

.c-l-319px {
  left: 319px;
}

.c-r-319px {
  right: 319px;
}

.c-t-320px {
  top: 320px;
}

.c-b-320px {
  bottom: 320px;
}

.c-l-320px {
  left: 320px;
}

.c-r-320px {
  right: 320px;
}

.c-t-321px {
  top: 321px;
}

.c-b-321px {
  bottom: 321px;
}

.c-l-321px {
  left: 321px;
}

.c-r-321px {
  right: 321px;
}

.c-t-322px {
  top: 322px;
}

.c-b-322px {
  bottom: 322px;
}

.c-l-322px {
  left: 322px;
}

.c-r-322px {
  right: 322px;
}

.c-t-323px {
  top: 323px;
}

.c-b-323px {
  bottom: 323px;
}

.c-l-323px {
  left: 323px;
}

.c-r-323px {
  right: 323px;
}

.c-t-324px {
  top: 324px;
}

.c-b-324px {
  bottom: 324px;
}

.c-l-324px {
  left: 324px;
}

.c-r-324px {
  right: 324px;
}

.c-t-325px {
  top: 325px;
}

.c-b-325px {
  bottom: 325px;
}

.c-l-325px {
  left: 325px;
}

.c-r-325px {
  right: 325px;
}

.c-t-326px {
  top: 326px;
}

.c-b-326px {
  bottom: 326px;
}

.c-l-326px {
  left: 326px;
}

.c-r-326px {
  right: 326px;
}

.c-t-327px {
  top: 327px;
}

.c-b-327px {
  bottom: 327px;
}

.c-l-327px {
  left: 327px;
}

.c-r-327px {
  right: 327px;
}

.c-t-328px {
  top: 328px;
}

.c-b-328px {
  bottom: 328px;
}

.c-l-328px {
  left: 328px;
}

.c-r-328px {
  right: 328px;
}

.c-t-329px {
  top: 329px;
}

.c-b-329px {
  bottom: 329px;
}

.c-l-329px {
  left: 329px;
}

.c-r-329px {
  right: 329px;
}

.c-t-330px {
  top: 330px;
}

.c-b-330px {
  bottom: 330px;
}

.c-l-330px {
  left: 330px;
}

.c-r-330px {
  right: 330px;
}

.c-t-331px {
  top: 331px;
}

.c-b-331px {
  bottom: 331px;
}

.c-l-331px {
  left: 331px;
}

.c-r-331px {
  right: 331px;
}

.c-t-332px {
  top: 332px;
}

.c-b-332px {
  bottom: 332px;
}

.c-l-332px {
  left: 332px;
}

.c-r-332px {
  right: 332px;
}

.c-t-333px {
  top: 333px;
}

.c-b-333px {
  bottom: 333px;
}

.c-l-333px {
  left: 333px;
}

.c-r-333px {
  right: 333px;
}

.c-t-334px {
  top: 334px;
}

.c-b-334px {
  bottom: 334px;
}

.c-l-334px {
  left: 334px;
}

.c-r-334px {
  right: 334px;
}

.c-t-335px {
  top: 335px;
}

.c-b-335px {
  bottom: 335px;
}

.c-l-335px {
  left: 335px;
}

.c-r-335px {
  right: 335px;
}

.c-t-336px {
  top: 336px;
}

.c-b-336px {
  bottom: 336px;
}

.c-l-336px {
  left: 336px;
}

.c-r-336px {
  right: 336px;
}

.c-t-337px {
  top: 337px;
}

.c-b-337px {
  bottom: 337px;
}

.c-l-337px {
  left: 337px;
}

.c-r-337px {
  right: 337px;
}

.c-t-338px {
  top: 338px;
}

.c-b-338px {
  bottom: 338px;
}

.c-l-338px {
  left: 338px;
}

.c-r-338px {
  right: 338px;
}

.c-t-339px {
  top: 339px;
}

.c-b-339px {
  bottom: 339px;
}

.c-l-339px {
  left: 339px;
}

.c-r-339px {
  right: 339px;
}

.c-t-340px {
  top: 340px;
}

.c-b-340px {
  bottom: 340px;
}

.c-l-340px {
  left: 340px;
}

.c-r-340px {
  right: 340px;
}

.c-t-341px {
  top: 341px;
}

.c-b-341px {
  bottom: 341px;
}

.c-l-341px {
  left: 341px;
}

.c-r-341px {
  right: 341px;
}

.c-t-342px {
  top: 342px;
}

.c-b-342px {
  bottom: 342px;
}

.c-l-342px {
  left: 342px;
}

.c-r-342px {
  right: 342px;
}

.c-t-343px {
  top: 343px;
}

.c-b-343px {
  bottom: 343px;
}

.c-l-343px {
  left: 343px;
}

.c-r-343px {
  right: 343px;
}

.c-t-344px {
  top: 344px;
}

.c-b-344px {
  bottom: 344px;
}

.c-l-344px {
  left: 344px;
}

.c-r-344px {
  right: 344px;
}

.c-t-345px {
  top: 345px;
}

.c-b-345px {
  bottom: 345px;
}

.c-l-345px {
  left: 345px;
}

.c-r-345px {
  right: 345px;
}

.c-t-346px {
  top: 346px;
}

.c-b-346px {
  bottom: 346px;
}

.c-l-346px {
  left: 346px;
}

.c-r-346px {
  right: 346px;
}

.c-t-347px {
  top: 347px;
}

.c-b-347px {
  bottom: 347px;
}

.c-l-347px {
  left: 347px;
}

.c-r-347px {
  right: 347px;
}

.c-t-348px {
  top: 348px;
}

.c-b-348px {
  bottom: 348px;
}

.c-l-348px {
  left: 348px;
}

.c-r-348px {
  right: 348px;
}

.c-t-349px {
  top: 349px;
}

.c-b-349px {
  bottom: 349px;
}

.c-l-349px {
  left: 349px;
}

.c-r-349px {
  right: 349px;
}

.c-t-350px {
  top: 350px;
}

.c-b-350px {
  bottom: 350px;
}

.c-l-350px {
  left: 350px;
}

.c-r-350px {
  right: 350px;
}

.c-t-351px {
  top: 351px;
}

.c-b-351px {
  bottom: 351px;
}

.c-l-351px {
  left: 351px;
}

.c-r-351px {
  right: 351px;
}

.c-t-352px {
  top: 352px;
}

.c-b-352px {
  bottom: 352px;
}

.c-l-352px {
  left: 352px;
}

.c-r-352px {
  right: 352px;
}

.c-t-353px {
  top: 353px;
}

.c-b-353px {
  bottom: 353px;
}

.c-l-353px {
  left: 353px;
}

.c-r-353px {
  right: 353px;
}

.c-t-354px {
  top: 354px;
}

.c-b-354px {
  bottom: 354px;
}

.c-l-354px {
  left: 354px;
}

.c-r-354px {
  right: 354px;
}

.c-t-355px {
  top: 355px;
}

.c-b-355px {
  bottom: 355px;
}

.c-l-355px {
  left: 355px;
}

.c-r-355px {
  right: 355px;
}

.c-t-356px {
  top: 356px;
}

.c-b-356px {
  bottom: 356px;
}

.c-l-356px {
  left: 356px;
}

.c-r-356px {
  right: 356px;
}

.c-t-357px {
  top: 357px;
}

.c-b-357px {
  bottom: 357px;
}

.c-l-357px {
  left: 357px;
}

.c-r-357px {
  right: 357px;
}

.c-t-358px {
  top: 358px;
}

.c-b-358px {
  bottom: 358px;
}

.c-l-358px {
  left: 358px;
}

.c-r-358px {
  right: 358px;
}

.c-t-359px {
  top: 359px;
}

.c-b-359px {
  bottom: 359px;
}

.c-l-359px {
  left: 359px;
}

.c-r-359px {
  right: 359px;
}

.c-t-360px {
  top: 360px;
}

.c-b-360px {
  bottom: 360px;
}

.c-l-360px {
  left: 360px;
}

.c-r-360px {
  right: 360px;
}

.c-t-361px {
  top: 361px;
}

.c-b-361px {
  bottom: 361px;
}

.c-l-361px {
  left: 361px;
}

.c-r-361px {
  right: 361px;
}

.c-t-362px {
  top: 362px;
}

.c-b-362px {
  bottom: 362px;
}

.c-l-362px {
  left: 362px;
}

.c-r-362px {
  right: 362px;
}

.c-t-363px {
  top: 363px;
}

.c-b-363px {
  bottom: 363px;
}

.c-l-363px {
  left: 363px;
}

.c-r-363px {
  right: 363px;
}

.c-t-364px {
  top: 364px;
}

.c-b-364px {
  bottom: 364px;
}

.c-l-364px {
  left: 364px;
}

.c-r-364px {
  right: 364px;
}

.c-t-365px {
  top: 365px;
}

.c-b-365px {
  bottom: 365px;
}

.c-l-365px {
  left: 365px;
}

.c-r-365px {
  right: 365px;
}

.c-t-366px {
  top: 366px;
}

.c-b-366px {
  bottom: 366px;
}

.c-l-366px {
  left: 366px;
}

.c-r-366px {
  right: 366px;
}

.c-t-367px {
  top: 367px;
}

.c-b-367px {
  bottom: 367px;
}

.c-l-367px {
  left: 367px;
}

.c-r-367px {
  right: 367px;
}

.c-t-368px {
  top: 368px;
}

.c-b-368px {
  bottom: 368px;
}

.c-l-368px {
  left: 368px;
}

.c-r-368px {
  right: 368px;
}

.c-t-369px {
  top: 369px;
}

.c-b-369px {
  bottom: 369px;
}

.c-l-369px {
  left: 369px;
}

.c-r-369px {
  right: 369px;
}

.c-t-370px {
  top: 370px;
}

.c-b-370px {
  bottom: 370px;
}

.c-l-370px {
  left: 370px;
}

.c-r-370px {
  right: 370px;
}

.c-t-371px {
  top: 371px;
}

.c-b-371px {
  bottom: 371px;
}

.c-l-371px {
  left: 371px;
}

.c-r-371px {
  right: 371px;
}

.c-t-372px {
  top: 372px;
}

.c-b-372px {
  bottom: 372px;
}

.c-l-372px {
  left: 372px;
}

.c-r-372px {
  right: 372px;
}

.c-t-373px {
  top: 373px;
}

.c-b-373px {
  bottom: 373px;
}

.c-l-373px {
  left: 373px;
}

.c-r-373px {
  right: 373px;
}

.c-t-374px {
  top: 374px;
}

.c-b-374px {
  bottom: 374px;
}

.c-l-374px {
  left: 374px;
}

.c-r-374px {
  right: 374px;
}

.c-t-375px {
  top: 375px;
}

.c-b-375px {
  bottom: 375px;
}

.c-l-375px {
  left: 375px;
}

.c-r-375px {
  right: 375px;
}

.c-t-376px {
  top: 376px;
}

.c-b-376px {
  bottom: 376px;
}

.c-l-376px {
  left: 376px;
}

.c-r-376px {
  right: 376px;
}

.c-t-377px {
  top: 377px;
}

.c-b-377px {
  bottom: 377px;
}

.c-l-377px {
  left: 377px;
}

.c-r-377px {
  right: 377px;
}

.c-t-378px {
  top: 378px;
}

.c-b-378px {
  bottom: 378px;
}

.c-l-378px {
  left: 378px;
}

.c-r-378px {
  right: 378px;
}

.c-t-379px {
  top: 379px;
}

.c-b-379px {
  bottom: 379px;
}

.c-l-379px {
  left: 379px;
}

.c-r-379px {
  right: 379px;
}

.c-t-380px {
  top: 380px;
}

.c-b-380px {
  bottom: 380px;
}

.c-l-380px {
  left: 380px;
}

.c-r-380px {
  right: 380px;
}

.c-t-381px {
  top: 381px;
}

.c-b-381px {
  bottom: 381px;
}

.c-l-381px {
  left: 381px;
}

.c-r-381px {
  right: 381px;
}

.c-t-382px {
  top: 382px;
}

.c-b-382px {
  bottom: 382px;
}

.c-l-382px {
  left: 382px;
}

.c-r-382px {
  right: 382px;
}

.c-t-383px {
  top: 383px;
}

.c-b-383px {
  bottom: 383px;
}

.c-l-383px {
  left: 383px;
}

.c-r-383px {
  right: 383px;
}

.c-t-384px {
  top: 384px;
}

.c-b-384px {
  bottom: 384px;
}

.c-l-384px {
  left: 384px;
}

.c-r-384px {
  right: 384px;
}

.c-t-385px {
  top: 385px;
}

.c-b-385px {
  bottom: 385px;
}

.c-l-385px {
  left: 385px;
}

.c-r-385px {
  right: 385px;
}

.c-t-386px {
  top: 386px;
}

.c-b-386px {
  bottom: 386px;
}

.c-l-386px {
  left: 386px;
}

.c-r-386px {
  right: 386px;
}

.c-t-387px {
  top: 387px;
}

.c-b-387px {
  bottom: 387px;
}

.c-l-387px {
  left: 387px;
}

.c-r-387px {
  right: 387px;
}

.c-t-388px {
  top: 388px;
}

.c-b-388px {
  bottom: 388px;
}

.c-l-388px {
  left: 388px;
}

.c-r-388px {
  right: 388px;
}

.c-t-389px {
  top: 389px;
}

.c-b-389px {
  bottom: 389px;
}

.c-l-389px {
  left: 389px;
}

.c-r-389px {
  right: 389px;
}

.c-t-390px {
  top: 390px;
}

.c-b-390px {
  bottom: 390px;
}

.c-l-390px {
  left: 390px;
}

.c-r-390px {
  right: 390px;
}

.c-t-391px {
  top: 391px;
}

.c-b-391px {
  bottom: 391px;
}

.c-l-391px {
  left: 391px;
}

.c-r-391px {
  right: 391px;
}

.c-t-392px {
  top: 392px;
}

.c-b-392px {
  bottom: 392px;
}

.c-l-392px {
  left: 392px;
}

.c-r-392px {
  right: 392px;
}

.c-t-393px {
  top: 393px;
}

.c-b-393px {
  bottom: 393px;
}

.c-l-393px {
  left: 393px;
}

.c-r-393px {
  right: 393px;
}

.c-t-394px {
  top: 394px;
}

.c-b-394px {
  bottom: 394px;
}

.c-l-394px {
  left: 394px;
}

.c-r-394px {
  right: 394px;
}

.c-t-395px {
  top: 395px;
}

.c-b-395px {
  bottom: 395px;
}

.c-l-395px {
  left: 395px;
}

.c-r-395px {
  right: 395px;
}

.c-t-396px {
  top: 396px;
}

.c-b-396px {
  bottom: 396px;
}

.c-l-396px {
  left: 396px;
}

.c-r-396px {
  right: 396px;
}

.c-t-397px {
  top: 397px;
}

.c-b-397px {
  bottom: 397px;
}

.c-l-397px {
  left: 397px;
}

.c-r-397px {
  right: 397px;
}

.c-t-398px {
  top: 398px;
}

.c-b-398px {
  bottom: 398px;
}

.c-l-398px {
  left: 398px;
}

.c-r-398px {
  right: 398px;
}

.c-t-399px {
  top: 399px;
}

.c-b-399px {
  bottom: 399px;
}

.c-l-399px {
  left: 399px;
}

.c-r-399px {
  right: 399px;
}

.c-t-400px {
  top: 400px;
}

.c-b-400px {
  bottom: 400px;
}

.c-l-400px {
  left: 400px;
}

.c-r-400px {
  right: 400px;
}

.c-t-401px {
  top: 401px;
}

.c-b-401px {
  bottom: 401px;
}

.c-l-401px {
  left: 401px;
}

.c-r-401px {
  right: 401px;
}

.c-t-402px {
  top: 402px;
}

.c-b-402px {
  bottom: 402px;
}

.c-l-402px {
  left: 402px;
}

.c-r-402px {
  right: 402px;
}

.c-t-403px {
  top: 403px;
}

.c-b-403px {
  bottom: 403px;
}

.c-l-403px {
  left: 403px;
}

.c-r-403px {
  right: 403px;
}

.c-t-404px {
  top: 404px;
}

.c-b-404px {
  bottom: 404px;
}

.c-l-404px {
  left: 404px;
}

.c-r-404px {
  right: 404px;
}

.c-t-405px {
  top: 405px;
}

.c-b-405px {
  bottom: 405px;
}

.c-l-405px {
  left: 405px;
}

.c-r-405px {
  right: 405px;
}

.c-t-406px {
  top: 406px;
}

.c-b-406px {
  bottom: 406px;
}

.c-l-406px {
  left: 406px;
}

.c-r-406px {
  right: 406px;
}

.c-t-407px {
  top: 407px;
}

.c-b-407px {
  bottom: 407px;
}

.c-l-407px {
  left: 407px;
}

.c-r-407px {
  right: 407px;
}

.c-t-408px {
  top: 408px;
}

.c-b-408px {
  bottom: 408px;
}

.c-l-408px {
  left: 408px;
}

.c-r-408px {
  right: 408px;
}

.c-t-409px {
  top: 409px;
}

.c-b-409px {
  bottom: 409px;
}

.c-l-409px {
  left: 409px;
}

.c-r-409px {
  right: 409px;
}

.c-t-410px {
  top: 410px;
}

.c-b-410px {
  bottom: 410px;
}

.c-l-410px {
  left: 410px;
}

.c-r-410px {
  right: 410px;
}

.c-t-411px {
  top: 411px;
}

.c-b-411px {
  bottom: 411px;
}

.c-l-411px {
  left: 411px;
}

.c-r-411px {
  right: 411px;
}

.c-t-412px {
  top: 412px;
}

.c-b-412px {
  bottom: 412px;
}

.c-l-412px {
  left: 412px;
}

.c-r-412px {
  right: 412px;
}

.c-t-413px {
  top: 413px;
}

.c-b-413px {
  bottom: 413px;
}

.c-l-413px {
  left: 413px;
}

.c-r-413px {
  right: 413px;
}

.c-t-414px {
  top: 414px;
}

.c-b-414px {
  bottom: 414px;
}

.c-l-414px {
  left: 414px;
}

.c-r-414px {
  right: 414px;
}

.c-t-415px {
  top: 415px;
}

.c-b-415px {
  bottom: 415px;
}

.c-l-415px {
  left: 415px;
}

.c-r-415px {
  right: 415px;
}

.c-t-416px {
  top: 416px;
}

.c-b-416px {
  bottom: 416px;
}

.c-l-416px {
  left: 416px;
}

.c-r-416px {
  right: 416px;
}

.c-t-417px {
  top: 417px;
}

.c-b-417px {
  bottom: 417px;
}

.c-l-417px {
  left: 417px;
}

.c-r-417px {
  right: 417px;
}

.c-t-418px {
  top: 418px;
}

.c-b-418px {
  bottom: 418px;
}

.c-l-418px {
  left: 418px;
}

.c-r-418px {
  right: 418px;
}

.c-t-419px {
  top: 419px;
}

.c-b-419px {
  bottom: 419px;
}

.c-l-419px {
  left: 419px;
}

.c-r-419px {
  right: 419px;
}

.c-t-420px {
  top: 420px;
}

.c-b-420px {
  bottom: 420px;
}

.c-l-420px {
  left: 420px;
}

.c-r-420px {
  right: 420px;
}

.c-t-421px {
  top: 421px;
}

.c-b-421px {
  bottom: 421px;
}

.c-l-421px {
  left: 421px;
}

.c-r-421px {
  right: 421px;
}

.c-t-422px {
  top: 422px;
}

.c-b-422px {
  bottom: 422px;
}

.c-l-422px {
  left: 422px;
}

.c-r-422px {
  right: 422px;
}

.c-t-423px {
  top: 423px;
}

.c-b-423px {
  bottom: 423px;
}

.c-l-423px {
  left: 423px;
}

.c-r-423px {
  right: 423px;
}

.c-t-424px {
  top: 424px;
}

.c-b-424px {
  bottom: 424px;
}

.c-l-424px {
  left: 424px;
}

.c-r-424px {
  right: 424px;
}

.c-t-425px {
  top: 425px;
}

.c-b-425px {
  bottom: 425px;
}

.c-l-425px {
  left: 425px;
}

.c-r-425px {
  right: 425px;
}

.c-t-426px {
  top: 426px;
}

.c-b-426px {
  bottom: 426px;
}

.c-l-426px {
  left: 426px;
}

.c-r-426px {
  right: 426px;
}

.c-t-427px {
  top: 427px;
}

.c-b-427px {
  bottom: 427px;
}

.c-l-427px {
  left: 427px;
}

.c-r-427px {
  right: 427px;
}

.c-t-428px {
  top: 428px;
}

.c-b-428px {
  bottom: 428px;
}

.c-l-428px {
  left: 428px;
}

.c-r-428px {
  right: 428px;
}

.c-t-429px {
  top: 429px;
}

.c-b-429px {
  bottom: 429px;
}

.c-l-429px {
  left: 429px;
}

.c-r-429px {
  right: 429px;
}

.c-t-430px {
  top: 430px;
}

.c-b-430px {
  bottom: 430px;
}

.c-l-430px {
  left: 430px;
}

.c-r-430px {
  right: 430px;
}

.c-t-431px {
  top: 431px;
}

.c-b-431px {
  bottom: 431px;
}

.c-l-431px {
  left: 431px;
}

.c-r-431px {
  right: 431px;
}

.c-t-432px {
  top: 432px;
}

.c-b-432px {
  bottom: 432px;
}

.c-l-432px {
  left: 432px;
}

.c-r-432px {
  right: 432px;
}

.c-t-433px {
  top: 433px;
}

.c-b-433px {
  bottom: 433px;
}

.c-l-433px {
  left: 433px;
}

.c-r-433px {
  right: 433px;
}

.c-t-434px {
  top: 434px;
}

.c-b-434px {
  bottom: 434px;
}

.c-l-434px {
  left: 434px;
}

.c-r-434px {
  right: 434px;
}

.c-t-435px {
  top: 435px;
}

.c-b-435px {
  bottom: 435px;
}

.c-l-435px {
  left: 435px;
}

.c-r-435px {
  right: 435px;
}

.c-t-436px {
  top: 436px;
}

.c-b-436px {
  bottom: 436px;
}

.c-l-436px {
  left: 436px;
}

.c-r-436px {
  right: 436px;
}

.c-t-437px {
  top: 437px;
}

.c-b-437px {
  bottom: 437px;
}

.c-l-437px {
  left: 437px;
}

.c-r-437px {
  right: 437px;
}

.c-t-438px {
  top: 438px;
}

.c-b-438px {
  bottom: 438px;
}

.c-l-438px {
  left: 438px;
}

.c-r-438px {
  right: 438px;
}

.c-t-439px {
  top: 439px;
}

.c-b-439px {
  bottom: 439px;
}

.c-l-439px {
  left: 439px;
}

.c-r-439px {
  right: 439px;
}

.c-t-440px {
  top: 440px;
}

.c-b-440px {
  bottom: 440px;
}

.c-l-440px {
  left: 440px;
}

.c-r-440px {
  right: 440px;
}

.c-t-441px {
  top: 441px;
}

.c-b-441px {
  bottom: 441px;
}

.c-l-441px {
  left: 441px;
}

.c-r-441px {
  right: 441px;
}

.c-t-442px {
  top: 442px;
}

.c-b-442px {
  bottom: 442px;
}

.c-l-442px {
  left: 442px;
}

.c-r-442px {
  right: 442px;
}

.c-t-443px {
  top: 443px;
}

.c-b-443px {
  bottom: 443px;
}

.c-l-443px {
  left: 443px;
}

.c-r-443px {
  right: 443px;
}

.c-t-444px {
  top: 444px;
}

.c-b-444px {
  bottom: 444px;
}

.c-l-444px {
  left: 444px;
}

.c-r-444px {
  right: 444px;
}

.c-t-445px {
  top: 445px;
}

.c-b-445px {
  bottom: 445px;
}

.c-l-445px {
  left: 445px;
}

.c-r-445px {
  right: 445px;
}

.c-t-446px {
  top: 446px;
}

.c-b-446px {
  bottom: 446px;
}

.c-l-446px {
  left: 446px;
}

.c-r-446px {
  right: 446px;
}

.c-t-447px {
  top: 447px;
}

.c-b-447px {
  bottom: 447px;
}

.c-l-447px {
  left: 447px;
}

.c-r-447px {
  right: 447px;
}

.c-t-448px {
  top: 448px;
}

.c-b-448px {
  bottom: 448px;
}

.c-l-448px {
  left: 448px;
}

.c-r-448px {
  right: 448px;
}

.c-t-449px {
  top: 449px;
}

.c-b-449px {
  bottom: 449px;
}

.c-l-449px {
  left: 449px;
}

.c-r-449px {
  right: 449px;
}

.c-t-450px {
  top: 450px;
}

.c-b-450px {
  bottom: 450px;
}

.c-l-450px {
  left: 450px;
}

.c-r-450px {
  right: 450px;
}

.c-t-451px {
  top: 451px;
}

.c-b-451px {
  bottom: 451px;
}

.c-l-451px {
  left: 451px;
}

.c-r-451px {
  right: 451px;
}

.c-t-452px {
  top: 452px;
}

.c-b-452px {
  bottom: 452px;
}

.c-l-452px {
  left: 452px;
}

.c-r-452px {
  right: 452px;
}

.c-t-453px {
  top: 453px;
}

.c-b-453px {
  bottom: 453px;
}

.c-l-453px {
  left: 453px;
}

.c-r-453px {
  right: 453px;
}

.c-t-454px {
  top: 454px;
}

.c-b-454px {
  bottom: 454px;
}

.c-l-454px {
  left: 454px;
}

.c-r-454px {
  right: 454px;
}

.c-t-455px {
  top: 455px;
}

.c-b-455px {
  bottom: 455px;
}

.c-l-455px {
  left: 455px;
}

.c-r-455px {
  right: 455px;
}

.c-t-456px {
  top: 456px;
}

.c-b-456px {
  bottom: 456px;
}

.c-l-456px {
  left: 456px;
}

.c-r-456px {
  right: 456px;
}

.c-t-457px {
  top: 457px;
}

.c-b-457px {
  bottom: 457px;
}

.c-l-457px {
  left: 457px;
}

.c-r-457px {
  right: 457px;
}

.c-t-458px {
  top: 458px;
}

.c-b-458px {
  bottom: 458px;
}

.c-l-458px {
  left: 458px;
}

.c-r-458px {
  right: 458px;
}

.c-t-459px {
  top: 459px;
}

.c-b-459px {
  bottom: 459px;
}

.c-l-459px {
  left: 459px;
}

.c-r-459px {
  right: 459px;
}

.c-t-460px {
  top: 460px;
}

.c-b-460px {
  bottom: 460px;
}

.c-l-460px {
  left: 460px;
}

.c-r-460px {
  right: 460px;
}

.c-t-461px {
  top: 461px;
}

.c-b-461px {
  bottom: 461px;
}

.c-l-461px {
  left: 461px;
}

.c-r-461px {
  right: 461px;
}

.c-t-462px {
  top: 462px;
}

.c-b-462px {
  bottom: 462px;
}

.c-l-462px {
  left: 462px;
}

.c-r-462px {
  right: 462px;
}

.c-t-463px {
  top: 463px;
}

.c-b-463px {
  bottom: 463px;
}

.c-l-463px {
  left: 463px;
}

.c-r-463px {
  right: 463px;
}

.c-t-464px {
  top: 464px;
}

.c-b-464px {
  bottom: 464px;
}

.c-l-464px {
  left: 464px;
}

.c-r-464px {
  right: 464px;
}

.c-t-465px {
  top: 465px;
}

.c-b-465px {
  bottom: 465px;
}

.c-l-465px {
  left: 465px;
}

.c-r-465px {
  right: 465px;
}

.c-t-466px {
  top: 466px;
}

.c-b-466px {
  bottom: 466px;
}

.c-l-466px {
  left: 466px;
}

.c-r-466px {
  right: 466px;
}

.c-t-467px {
  top: 467px;
}

.c-b-467px {
  bottom: 467px;
}

.c-l-467px {
  left: 467px;
}

.c-r-467px {
  right: 467px;
}

.c-t-468px {
  top: 468px;
}

.c-b-468px {
  bottom: 468px;
}

.c-l-468px {
  left: 468px;
}

.c-r-468px {
  right: 468px;
}

.c-t-469px {
  top: 469px;
}

.c-b-469px {
  bottom: 469px;
}

.c-l-469px {
  left: 469px;
}

.c-r-469px {
  right: 469px;
}

.c-t-470px {
  top: 470px;
}

.c-b-470px {
  bottom: 470px;
}

.c-l-470px {
  left: 470px;
}

.c-r-470px {
  right: 470px;
}

.c-t-471px {
  top: 471px;
}

.c-b-471px {
  bottom: 471px;
}

.c-l-471px {
  left: 471px;
}

.c-r-471px {
  right: 471px;
}

.c-t-472px {
  top: 472px;
}

.c-b-472px {
  bottom: 472px;
}

.c-l-472px {
  left: 472px;
}

.c-r-472px {
  right: 472px;
}

.c-t-473px {
  top: 473px;
}

.c-b-473px {
  bottom: 473px;
}

.c-l-473px {
  left: 473px;
}

.c-r-473px {
  right: 473px;
}

.c-t-474px {
  top: 474px;
}

.c-b-474px {
  bottom: 474px;
}

.c-l-474px {
  left: 474px;
}

.c-r-474px {
  right: 474px;
}

.c-t-475px {
  top: 475px;
}

.c-b-475px {
  bottom: 475px;
}

.c-l-475px {
  left: 475px;
}

.c-r-475px {
  right: 475px;
}

.c-t-476px {
  top: 476px;
}

.c-b-476px {
  bottom: 476px;
}

.c-l-476px {
  left: 476px;
}

.c-r-476px {
  right: 476px;
}

.c-t-477px {
  top: 477px;
}

.c-b-477px {
  bottom: 477px;
}

.c-l-477px {
  left: 477px;
}

.c-r-477px {
  right: 477px;
}

.c-t-478px {
  top: 478px;
}

.c-b-478px {
  bottom: 478px;
}

.c-l-478px {
  left: 478px;
}

.c-r-478px {
  right: 478px;
}

.c-t-479px {
  top: 479px;
}

.c-b-479px {
  bottom: 479px;
}

.c-l-479px {
  left: 479px;
}

.c-r-479px {
  right: 479px;
}

.c-t-480px {
  top: 480px;
}

.c-b-480px {
  bottom: 480px;
}

.c-l-480px {
  left: 480px;
}

.c-r-480px {
  right: 480px;
}

.c-t-481px {
  top: 481px;
}

.c-b-481px {
  bottom: 481px;
}

.c-l-481px {
  left: 481px;
}

.c-r-481px {
  right: 481px;
}

.c-t-482px {
  top: 482px;
}

.c-b-482px {
  bottom: 482px;
}

.c-l-482px {
  left: 482px;
}

.c-r-482px {
  right: 482px;
}

.c-t-483px {
  top: 483px;
}

.c-b-483px {
  bottom: 483px;
}

.c-l-483px {
  left: 483px;
}

.c-r-483px {
  right: 483px;
}

.c-t-484px {
  top: 484px;
}

.c-b-484px {
  bottom: 484px;
}

.c-l-484px {
  left: 484px;
}

.c-r-484px {
  right: 484px;
}

.c-t-485px {
  top: 485px;
}

.c-b-485px {
  bottom: 485px;
}

.c-l-485px {
  left: 485px;
}

.c-r-485px {
  right: 485px;
}

.c-t-486px {
  top: 486px;
}

.c-b-486px {
  bottom: 486px;
}

.c-l-486px {
  left: 486px;
}

.c-r-486px {
  right: 486px;
}

.c-t-487px {
  top: 487px;
}

.c-b-487px {
  bottom: 487px;
}

.c-l-487px {
  left: 487px;
}

.c-r-487px {
  right: 487px;
}

.c-t-488px {
  top: 488px;
}

.c-b-488px {
  bottom: 488px;
}

.c-l-488px {
  left: 488px;
}

.c-r-488px {
  right: 488px;
}

.c-t-489px {
  top: 489px;
}

.c-b-489px {
  bottom: 489px;
}

.c-l-489px {
  left: 489px;
}

.c-r-489px {
  right: 489px;
}

.c-t-490px {
  top: 490px;
}

.c-b-490px {
  bottom: 490px;
}

.c-l-490px {
  left: 490px;
}

.c-r-490px {
  right: 490px;
}

.c-t-491px {
  top: 491px;
}

.c-b-491px {
  bottom: 491px;
}

.c-l-491px {
  left: 491px;
}

.c-r-491px {
  right: 491px;
}

.c-t-492px {
  top: 492px;
}

.c-b-492px {
  bottom: 492px;
}

.c-l-492px {
  left: 492px;
}

.c-r-492px {
  right: 492px;
}

.c-t-493px {
  top: 493px;
}

.c-b-493px {
  bottom: 493px;
}

.c-l-493px {
  left: 493px;
}

.c-r-493px {
  right: 493px;
}

.c-t-494px {
  top: 494px;
}

.c-b-494px {
  bottom: 494px;
}

.c-l-494px {
  left: 494px;
}

.c-r-494px {
  right: 494px;
}

.c-t-495px {
  top: 495px;
}

.c-b-495px {
  bottom: 495px;
}

.c-l-495px {
  left: 495px;
}

.c-r-495px {
  right: 495px;
}

.c-t-496px {
  top: 496px;
}

.c-b-496px {
  bottom: 496px;
}

.c-l-496px {
  left: 496px;
}

.c-r-496px {
  right: 496px;
}

.c-t-497px {
  top: 497px;
}

.c-b-497px {
  bottom: 497px;
}

.c-l-497px {
  left: 497px;
}

.c-r-497px {
  right: 497px;
}

.c-t-498px {
  top: 498px;
}

.c-b-498px {
  bottom: 498px;
}

.c-l-498px {
  left: 498px;
}

.c-r-498px {
  right: 498px;
}

.c-t-499px {
  top: 499px;
}

.c-b-499px {
  bottom: 499px;
}

.c-l-499px {
  left: 499px;
}

.c-r-499px {
  right: 499px;
}

.c-t-500px {
  top: 500px;
}

.c-b-500px {
  bottom: 500px;
}

.c-l-500px {
  left: 500px;
}

.c-r-500px {
  right: 500px;
}

.c-translate-x-0 {
  transform: translateX(0%);
}

.c-translate-y-0 {
  transform: translateY(0%);
}

.c-translate-x-0-invert {
  transform: translateX(0%);
}

.c-translate-y-0-invert {
  transform: translateY(0%);
}

.c-translate-x-1 {
  transform: translateX(1%);
}

.c-translate-y-1 {
  transform: translateY(1%);
}

.c-translate-x-1-invert {
  transform: translateX(-1%);
}

.c-translate-y-1-invert {
  transform: translateY(-1%);
}

.c-translate-x-2 {
  transform: translateX(2%);
}

.c-translate-y-2 {
  transform: translateY(2%);
}

.c-translate-x-2-invert {
  transform: translateX(-2%);
}

.c-translate-y-2-invert {
  transform: translateY(-2%);
}

.c-translate-x-3 {
  transform: translateX(3%);
}

.c-translate-y-3 {
  transform: translateY(3%);
}

.c-translate-x-3-invert {
  transform: translateX(-3%);
}

.c-translate-y-3-invert {
  transform: translateY(-3%);
}

.c-translate-x-4 {
  transform: translateX(4%);
}

.c-translate-y-4 {
  transform: translateY(4%);
}

.c-translate-x-4-invert {
  transform: translateX(-4%);
}

.c-translate-y-4-invert {
  transform: translateY(-4%);
}

.c-translate-x-5 {
  transform: translateX(5%);
}

.c-translate-y-5 {
  transform: translateY(5%);
}

.c-translate-x-5-invert {
  transform: translateX(-5%);
}

.c-translate-y-5-invert {
  transform: translateY(-5%);
}

.c-translate-x-6 {
  transform: translateX(6%);
}

.c-translate-y-6 {
  transform: translateY(6%);
}

.c-translate-x-6-invert {
  transform: translateX(-6%);
}

.c-translate-y-6-invert {
  transform: translateY(-6%);
}

.c-translate-x-7 {
  transform: translateX(7%);
}

.c-translate-y-7 {
  transform: translateY(7%);
}

.c-translate-x-7-invert {
  transform: translateX(-7%);
}

.c-translate-y-7-invert {
  transform: translateY(-7%);
}

.c-translate-x-8 {
  transform: translateX(8%);
}

.c-translate-y-8 {
  transform: translateY(8%);
}

.c-translate-x-8-invert {
  transform: translateX(-8%);
}

.c-translate-y-8-invert {
  transform: translateY(-8%);
}

.c-translate-x-9 {
  transform: translateX(9%);
}

.c-translate-y-9 {
  transform: translateY(9%);
}

.c-translate-x-9-invert {
  transform: translateX(-9%);
}

.c-translate-y-9-invert {
  transform: translateY(-9%);
}

.c-translate-x-10 {
  transform: translateX(10%);
}

.c-translate-y-10 {
  transform: translateY(10%);
}

.c-translate-x-10-invert {
  transform: translateX(-10%);
}

.c-translate-y-10-invert {
  transform: translateY(-10%);
}

.c-translate-x-11 {
  transform: translateX(11%);
}

.c-translate-y-11 {
  transform: translateY(11%);
}

.c-translate-x-11-invert {
  transform: translateX(-11%);
}

.c-translate-y-11-invert {
  transform: translateY(-11%);
}

.c-translate-x-12 {
  transform: translateX(12%);
}

.c-translate-y-12 {
  transform: translateY(12%);
}

.c-translate-x-12-invert {
  transform: translateX(-12%);
}

.c-translate-y-12-invert {
  transform: translateY(-12%);
}

.c-translate-x-13 {
  transform: translateX(13%);
}

.c-translate-y-13 {
  transform: translateY(13%);
}

.c-translate-x-13-invert {
  transform: translateX(-13%);
}

.c-translate-y-13-invert {
  transform: translateY(-13%);
}

.c-translate-x-14 {
  transform: translateX(14%);
}

.c-translate-y-14 {
  transform: translateY(14%);
}

.c-translate-x-14-invert {
  transform: translateX(-14%);
}

.c-translate-y-14-invert {
  transform: translateY(-14%);
}

.c-translate-x-15 {
  transform: translateX(15%);
}

.c-translate-y-15 {
  transform: translateY(15%);
}

.c-translate-x-15-invert {
  transform: translateX(-15%);
}

.c-translate-y-15-invert {
  transform: translateY(-15%);
}

.c-translate-x-16 {
  transform: translateX(16%);
}

.c-translate-y-16 {
  transform: translateY(16%);
}

.c-translate-x-16-invert {
  transform: translateX(-16%);
}

.c-translate-y-16-invert {
  transform: translateY(-16%);
}

.c-translate-x-17 {
  transform: translateX(17%);
}

.c-translate-y-17 {
  transform: translateY(17%);
}

.c-translate-x-17-invert {
  transform: translateX(-17%);
}

.c-translate-y-17-invert {
  transform: translateY(-17%);
}

.c-translate-x-18 {
  transform: translateX(18%);
}

.c-translate-y-18 {
  transform: translateY(18%);
}

.c-translate-x-18-invert {
  transform: translateX(-18%);
}

.c-translate-y-18-invert {
  transform: translateY(-18%);
}

.c-translate-x-19 {
  transform: translateX(19%);
}

.c-translate-y-19 {
  transform: translateY(19%);
}

.c-translate-x-19-invert {
  transform: translateX(-19%);
}

.c-translate-y-19-invert {
  transform: translateY(-19%);
}

.c-translate-x-20 {
  transform: translateX(20%);
}

.c-translate-y-20 {
  transform: translateY(20%);
}

.c-translate-x-20-invert {
  transform: translateX(-20%);
}

.c-translate-y-20-invert {
  transform: translateY(-20%);
}

.c-translate-x-21 {
  transform: translateX(21%);
}

.c-translate-y-21 {
  transform: translateY(21%);
}

.c-translate-x-21-invert {
  transform: translateX(-21%);
}

.c-translate-y-21-invert {
  transform: translateY(-21%);
}

.c-translate-x-22 {
  transform: translateX(22%);
}

.c-translate-y-22 {
  transform: translateY(22%);
}

.c-translate-x-22-invert {
  transform: translateX(-22%);
}

.c-translate-y-22-invert {
  transform: translateY(-22%);
}

.c-translate-x-23 {
  transform: translateX(23%);
}

.c-translate-y-23 {
  transform: translateY(23%);
}

.c-translate-x-23-invert {
  transform: translateX(-23%);
}

.c-translate-y-23-invert {
  transform: translateY(-23%);
}

.c-translate-x-24 {
  transform: translateX(24%);
}

.c-translate-y-24 {
  transform: translateY(24%);
}

.c-translate-x-24-invert {
  transform: translateX(-24%);
}

.c-translate-y-24-invert {
  transform: translateY(-24%);
}

.c-translate-x-25 {
  transform: translateX(25%);
}

.c-translate-y-25 {
  transform: translateY(25%);
}

.c-translate-x-25-invert {
  transform: translateX(-25%);
}

.c-translate-y-25-invert {
  transform: translateY(-25%);
}

.c-translate-x-26 {
  transform: translateX(26%);
}

.c-translate-y-26 {
  transform: translateY(26%);
}

.c-translate-x-26-invert {
  transform: translateX(-26%);
}

.c-translate-y-26-invert {
  transform: translateY(-26%);
}

.c-translate-x-27 {
  transform: translateX(27%);
}

.c-translate-y-27 {
  transform: translateY(27%);
}

.c-translate-x-27-invert {
  transform: translateX(-27%);
}

.c-translate-y-27-invert {
  transform: translateY(-27%);
}

.c-translate-x-28 {
  transform: translateX(28%);
}

.c-translate-y-28 {
  transform: translateY(28%);
}

.c-translate-x-28-invert {
  transform: translateX(-28%);
}

.c-translate-y-28-invert {
  transform: translateY(-28%);
}

.c-translate-x-29 {
  transform: translateX(29%);
}

.c-translate-y-29 {
  transform: translateY(29%);
}

.c-translate-x-29-invert {
  transform: translateX(-29%);
}

.c-translate-y-29-invert {
  transform: translateY(-29%);
}

.c-translate-x-30 {
  transform: translateX(30%);
}

.c-translate-y-30 {
  transform: translateY(30%);
}

.c-translate-x-30-invert {
  transform: translateX(-30%);
}

.c-translate-y-30-invert {
  transform: translateY(-30%);
}

.c-translate-x-31 {
  transform: translateX(31%);
}

.c-translate-y-31 {
  transform: translateY(31%);
}

.c-translate-x-31-invert {
  transform: translateX(-31%);
}

.c-translate-y-31-invert {
  transform: translateY(-31%);
}

.c-translate-x-32 {
  transform: translateX(32%);
}

.c-translate-y-32 {
  transform: translateY(32%);
}

.c-translate-x-32-invert {
  transform: translateX(-32%);
}

.c-translate-y-32-invert {
  transform: translateY(-32%);
}

.c-translate-x-33 {
  transform: translateX(33%);
}

.c-translate-y-33 {
  transform: translateY(33%);
}

.c-translate-x-33-invert {
  transform: translateX(-33%);
}

.c-translate-y-33-invert {
  transform: translateY(-33%);
}

.c-translate-x-34 {
  transform: translateX(34%);
}

.c-translate-y-34 {
  transform: translateY(34%);
}

.c-translate-x-34-invert {
  transform: translateX(-34%);
}

.c-translate-y-34-invert {
  transform: translateY(-34%);
}

.c-translate-x-35 {
  transform: translateX(35%);
}

.c-translate-y-35 {
  transform: translateY(35%);
}

.c-translate-x-35-invert {
  transform: translateX(-35%);
}

.c-translate-y-35-invert {
  transform: translateY(-35%);
}

.c-translate-x-36 {
  transform: translateX(36%);
}

.c-translate-y-36 {
  transform: translateY(36%);
}

.c-translate-x-36-invert {
  transform: translateX(-36%);
}

.c-translate-y-36-invert {
  transform: translateY(-36%);
}

.c-translate-x-37 {
  transform: translateX(37%);
}

.c-translate-y-37 {
  transform: translateY(37%);
}

.c-translate-x-37-invert {
  transform: translateX(-37%);
}

.c-translate-y-37-invert {
  transform: translateY(-37%);
}

.c-translate-x-38 {
  transform: translateX(38%);
}

.c-translate-y-38 {
  transform: translateY(38%);
}

.c-translate-x-38-invert {
  transform: translateX(-38%);
}

.c-translate-y-38-invert {
  transform: translateY(-38%);
}

.c-translate-x-39 {
  transform: translateX(39%);
}

.c-translate-y-39 {
  transform: translateY(39%);
}

.c-translate-x-39-invert {
  transform: translateX(-39%);
}

.c-translate-y-39-invert {
  transform: translateY(-39%);
}

.c-translate-x-40 {
  transform: translateX(40%);
}

.c-translate-y-40 {
  transform: translateY(40%);
}

.c-translate-x-40-invert {
  transform: translateX(-40%);
}

.c-translate-y-40-invert {
  transform: translateY(-40%);
}

.c-translate-x-41 {
  transform: translateX(41%);
}

.c-translate-y-41 {
  transform: translateY(41%);
}

.c-translate-x-41-invert {
  transform: translateX(-41%);
}

.c-translate-y-41-invert {
  transform: translateY(-41%);
}

.c-translate-x-42 {
  transform: translateX(42%);
}

.c-translate-y-42 {
  transform: translateY(42%);
}

.c-translate-x-42-invert {
  transform: translateX(-42%);
}

.c-translate-y-42-invert {
  transform: translateY(-42%);
}

.c-translate-x-43 {
  transform: translateX(43%);
}

.c-translate-y-43 {
  transform: translateY(43%);
}

.c-translate-x-43-invert {
  transform: translateX(-43%);
}

.c-translate-y-43-invert {
  transform: translateY(-43%);
}

.c-translate-x-44 {
  transform: translateX(44%);
}

.c-translate-y-44 {
  transform: translateY(44%);
}

.c-translate-x-44-invert {
  transform: translateX(-44%);
}

.c-translate-y-44-invert {
  transform: translateY(-44%);
}

.c-translate-x-45 {
  transform: translateX(45%);
}

.c-translate-y-45 {
  transform: translateY(45%);
}

.c-translate-x-45-invert {
  transform: translateX(-45%);
}

.c-translate-y-45-invert {
  transform: translateY(-45%);
}

.c-translate-x-46 {
  transform: translateX(46%);
}

.c-translate-y-46 {
  transform: translateY(46%);
}

.c-translate-x-46-invert {
  transform: translateX(-46%);
}

.c-translate-y-46-invert {
  transform: translateY(-46%);
}

.c-translate-x-47 {
  transform: translateX(47%);
}

.c-translate-y-47 {
  transform: translateY(47%);
}

.c-translate-x-47-invert {
  transform: translateX(-47%);
}

.c-translate-y-47-invert {
  transform: translateY(-47%);
}

.c-translate-x-48 {
  transform: translateX(48%);
}

.c-translate-y-48 {
  transform: translateY(48%);
}

.c-translate-x-48-invert {
  transform: translateX(-48%);
}

.c-translate-y-48-invert {
  transform: translateY(-48%);
}

.c-translate-x-49 {
  transform: translateX(49%);
}

.c-translate-y-49 {
  transform: translateY(49%);
}

.c-translate-x-49-invert {
  transform: translateX(-49%);
}

.c-translate-y-49-invert {
  transform: translateY(-49%);
}

.c-translate-x-50 {
  transform: translateX(50%);
}

.c-translate-y-50 {
  transform: translateY(50%);
}

.c-translate-x-50-invert {
  transform: translateX(-50%);
}

.c-translate-y-50-invert {
  transform: translateY(-50%);
}

.c-translate-x-51 {
  transform: translateX(51%);
}

.c-translate-y-51 {
  transform: translateY(51%);
}

.c-translate-x-51-invert {
  transform: translateX(-51%);
}

.c-translate-y-51-invert {
  transform: translateY(-51%);
}

.c-translate-x-52 {
  transform: translateX(52%);
}

.c-translate-y-52 {
  transform: translateY(52%);
}

.c-translate-x-52-invert {
  transform: translateX(-52%);
}

.c-translate-y-52-invert {
  transform: translateY(-52%);
}

.c-translate-x-53 {
  transform: translateX(53%);
}

.c-translate-y-53 {
  transform: translateY(53%);
}

.c-translate-x-53-invert {
  transform: translateX(-53%);
}

.c-translate-y-53-invert {
  transform: translateY(-53%);
}

.c-translate-x-54 {
  transform: translateX(54%);
}

.c-translate-y-54 {
  transform: translateY(54%);
}

.c-translate-x-54-invert {
  transform: translateX(-54%);
}

.c-translate-y-54-invert {
  transform: translateY(-54%);
}

.c-translate-x-55 {
  transform: translateX(55%);
}

.c-translate-y-55 {
  transform: translateY(55%);
}

.c-translate-x-55-invert {
  transform: translateX(-55%);
}

.c-translate-y-55-invert {
  transform: translateY(-55%);
}

.c-translate-x-56 {
  transform: translateX(56%);
}

.c-translate-y-56 {
  transform: translateY(56%);
}

.c-translate-x-56-invert {
  transform: translateX(-56%);
}

.c-translate-y-56-invert {
  transform: translateY(-56%);
}

.c-translate-x-57 {
  transform: translateX(57%);
}

.c-translate-y-57 {
  transform: translateY(57%);
}

.c-translate-x-57-invert {
  transform: translateX(-57%);
}

.c-translate-y-57-invert {
  transform: translateY(-57%);
}

.c-translate-x-58 {
  transform: translateX(58%);
}

.c-translate-y-58 {
  transform: translateY(58%);
}

.c-translate-x-58-invert {
  transform: translateX(-58%);
}

.c-translate-y-58-invert {
  transform: translateY(-58%);
}

.c-translate-x-59 {
  transform: translateX(59%);
}

.c-translate-y-59 {
  transform: translateY(59%);
}

.c-translate-x-59-invert {
  transform: translateX(-59%);
}

.c-translate-y-59-invert {
  transform: translateY(-59%);
}

.c-translate-x-60 {
  transform: translateX(60%);
}

.c-translate-y-60 {
  transform: translateY(60%);
}

.c-translate-x-60-invert {
  transform: translateX(-60%);
}

.c-translate-y-60-invert {
  transform: translateY(-60%);
}

.c-translate-x-61 {
  transform: translateX(61%);
}

.c-translate-y-61 {
  transform: translateY(61%);
}

.c-translate-x-61-invert {
  transform: translateX(-61%);
}

.c-translate-y-61-invert {
  transform: translateY(-61%);
}

.c-translate-x-62 {
  transform: translateX(62%);
}

.c-translate-y-62 {
  transform: translateY(62%);
}

.c-translate-x-62-invert {
  transform: translateX(-62%);
}

.c-translate-y-62-invert {
  transform: translateY(-62%);
}

.c-translate-x-63 {
  transform: translateX(63%);
}

.c-translate-y-63 {
  transform: translateY(63%);
}

.c-translate-x-63-invert {
  transform: translateX(-63%);
}

.c-translate-y-63-invert {
  transform: translateY(-63%);
}

.c-translate-x-64 {
  transform: translateX(64%);
}

.c-translate-y-64 {
  transform: translateY(64%);
}

.c-translate-x-64-invert {
  transform: translateX(-64%);
}

.c-translate-y-64-invert {
  transform: translateY(-64%);
}

.c-translate-x-65 {
  transform: translateX(65%);
}

.c-translate-y-65 {
  transform: translateY(65%);
}

.c-translate-x-65-invert {
  transform: translateX(-65%);
}

.c-translate-y-65-invert {
  transform: translateY(-65%);
}

.c-translate-x-66 {
  transform: translateX(66%);
}

.c-translate-y-66 {
  transform: translateY(66%);
}

.c-translate-x-66-invert {
  transform: translateX(-66%);
}

.c-translate-y-66-invert {
  transform: translateY(-66%);
}

.c-translate-x-67 {
  transform: translateX(67%);
}

.c-translate-y-67 {
  transform: translateY(67%);
}

.c-translate-x-67-invert {
  transform: translateX(-67%);
}

.c-translate-y-67-invert {
  transform: translateY(-67%);
}

.c-translate-x-68 {
  transform: translateX(68%);
}

.c-translate-y-68 {
  transform: translateY(68%);
}

.c-translate-x-68-invert {
  transform: translateX(-68%);
}

.c-translate-y-68-invert {
  transform: translateY(-68%);
}

.c-translate-x-69 {
  transform: translateX(69%);
}

.c-translate-y-69 {
  transform: translateY(69%);
}

.c-translate-x-69-invert {
  transform: translateX(-69%);
}

.c-translate-y-69-invert {
  transform: translateY(-69%);
}

.c-translate-x-70 {
  transform: translateX(70%);
}

.c-translate-y-70 {
  transform: translateY(70%);
}

.c-translate-x-70-invert {
  transform: translateX(-70%);
}

.c-translate-y-70-invert {
  transform: translateY(-70%);
}

.c-translate-x-71 {
  transform: translateX(71%);
}

.c-translate-y-71 {
  transform: translateY(71%);
}

.c-translate-x-71-invert {
  transform: translateX(-71%);
}

.c-translate-y-71-invert {
  transform: translateY(-71%);
}

.c-translate-x-72 {
  transform: translateX(72%);
}

.c-translate-y-72 {
  transform: translateY(72%);
}

.c-translate-x-72-invert {
  transform: translateX(-72%);
}

.c-translate-y-72-invert {
  transform: translateY(-72%);
}

.c-translate-x-73 {
  transform: translateX(73%);
}

.c-translate-y-73 {
  transform: translateY(73%);
}

.c-translate-x-73-invert {
  transform: translateX(-73%);
}

.c-translate-y-73-invert {
  transform: translateY(-73%);
}

.c-translate-x-74 {
  transform: translateX(74%);
}

.c-translate-y-74 {
  transform: translateY(74%);
}

.c-translate-x-74-invert {
  transform: translateX(-74%);
}

.c-translate-y-74-invert {
  transform: translateY(-74%);
}

.c-translate-x-75 {
  transform: translateX(75%);
}

.c-translate-y-75 {
  transform: translateY(75%);
}

.c-translate-x-75-invert {
  transform: translateX(-75%);
}

.c-translate-y-75-invert {
  transform: translateY(-75%);
}

.c-translate-x-76 {
  transform: translateX(76%);
}

.c-translate-y-76 {
  transform: translateY(76%);
}

.c-translate-x-76-invert {
  transform: translateX(-76%);
}

.c-translate-y-76-invert {
  transform: translateY(-76%);
}

.c-translate-x-77 {
  transform: translateX(77%);
}

.c-translate-y-77 {
  transform: translateY(77%);
}

.c-translate-x-77-invert {
  transform: translateX(-77%);
}

.c-translate-y-77-invert {
  transform: translateY(-77%);
}

.c-translate-x-78 {
  transform: translateX(78%);
}

.c-translate-y-78 {
  transform: translateY(78%);
}

.c-translate-x-78-invert {
  transform: translateX(-78%);
}

.c-translate-y-78-invert {
  transform: translateY(-78%);
}

.c-translate-x-79 {
  transform: translateX(79%);
}

.c-translate-y-79 {
  transform: translateY(79%);
}

.c-translate-x-79-invert {
  transform: translateX(-79%);
}

.c-translate-y-79-invert {
  transform: translateY(-79%);
}

.c-translate-x-80 {
  transform: translateX(80%);
}

.c-translate-y-80 {
  transform: translateY(80%);
}

.c-translate-x-80-invert {
  transform: translateX(-80%);
}

.c-translate-y-80-invert {
  transform: translateY(-80%);
}

.c-translate-x-81 {
  transform: translateX(81%);
}

.c-translate-y-81 {
  transform: translateY(81%);
}

.c-translate-x-81-invert {
  transform: translateX(-81%);
}

.c-translate-y-81-invert {
  transform: translateY(-81%);
}

.c-translate-x-82 {
  transform: translateX(82%);
}

.c-translate-y-82 {
  transform: translateY(82%);
}

.c-translate-x-82-invert {
  transform: translateX(-82%);
}

.c-translate-y-82-invert {
  transform: translateY(-82%);
}

.c-translate-x-83 {
  transform: translateX(83%);
}

.c-translate-y-83 {
  transform: translateY(83%);
}

.c-translate-x-83-invert {
  transform: translateX(-83%);
}

.c-translate-y-83-invert {
  transform: translateY(-83%);
}

.c-translate-x-84 {
  transform: translateX(84%);
}

.c-translate-y-84 {
  transform: translateY(84%);
}

.c-translate-x-84-invert {
  transform: translateX(-84%);
}

.c-translate-y-84-invert {
  transform: translateY(-84%);
}

.c-translate-x-85 {
  transform: translateX(85%);
}

.c-translate-y-85 {
  transform: translateY(85%);
}

.c-translate-x-85-invert {
  transform: translateX(-85%);
}

.c-translate-y-85-invert {
  transform: translateY(-85%);
}

.c-translate-x-86 {
  transform: translateX(86%);
}

.c-translate-y-86 {
  transform: translateY(86%);
}

.c-translate-x-86-invert {
  transform: translateX(-86%);
}

.c-translate-y-86-invert {
  transform: translateY(-86%);
}

.c-translate-x-87 {
  transform: translateX(87%);
}

.c-translate-y-87 {
  transform: translateY(87%);
}

.c-translate-x-87-invert {
  transform: translateX(-87%);
}

.c-translate-y-87-invert {
  transform: translateY(-87%);
}

.c-translate-x-88 {
  transform: translateX(88%);
}

.c-translate-y-88 {
  transform: translateY(88%);
}

.c-translate-x-88-invert {
  transform: translateX(-88%);
}

.c-translate-y-88-invert {
  transform: translateY(-88%);
}

.c-translate-x-89 {
  transform: translateX(89%);
}

.c-translate-y-89 {
  transform: translateY(89%);
}

.c-translate-x-89-invert {
  transform: translateX(-89%);
}

.c-translate-y-89-invert {
  transform: translateY(-89%);
}

.c-translate-x-90 {
  transform: translateX(90%);
}

.c-translate-y-90 {
  transform: translateY(90%);
}

.c-translate-x-90-invert {
  transform: translateX(-90%);
}

.c-translate-y-90-invert {
  transform: translateY(-90%);
}

.c-translate-x-91 {
  transform: translateX(91%);
}

.c-translate-y-91 {
  transform: translateY(91%);
}

.c-translate-x-91-invert {
  transform: translateX(-91%);
}

.c-translate-y-91-invert {
  transform: translateY(-91%);
}

.c-translate-x-92 {
  transform: translateX(92%);
}

.c-translate-y-92 {
  transform: translateY(92%);
}

.c-translate-x-92-invert {
  transform: translateX(-92%);
}

.c-translate-y-92-invert {
  transform: translateY(-92%);
}

.c-translate-x-93 {
  transform: translateX(93%);
}

.c-translate-y-93 {
  transform: translateY(93%);
}

.c-translate-x-93-invert {
  transform: translateX(-93%);
}

.c-translate-y-93-invert {
  transform: translateY(-93%);
}

.c-translate-x-94 {
  transform: translateX(94%);
}

.c-translate-y-94 {
  transform: translateY(94%);
}

.c-translate-x-94-invert {
  transform: translateX(-94%);
}

.c-translate-y-94-invert {
  transform: translateY(-94%);
}

.c-translate-x-95 {
  transform: translateX(95%);
}

.c-translate-y-95 {
  transform: translateY(95%);
}

.c-translate-x-95-invert {
  transform: translateX(-95%);
}

.c-translate-y-95-invert {
  transform: translateY(-95%);
}

.c-translate-x-96 {
  transform: translateX(96%);
}

.c-translate-y-96 {
  transform: translateY(96%);
}

.c-translate-x-96-invert {
  transform: translateX(-96%);
}

.c-translate-y-96-invert {
  transform: translateY(-96%);
}

.c-translate-x-97 {
  transform: translateX(97%);
}

.c-translate-y-97 {
  transform: translateY(97%);
}

.c-translate-x-97-invert {
  transform: translateX(-97%);
}

.c-translate-y-97-invert {
  transform: translateY(-97%);
}

.c-translate-x-98 {
  transform: translateX(98%);
}

.c-translate-y-98 {
  transform: translateY(98%);
}

.c-translate-x-98-invert {
  transform: translateX(-98%);
}

.c-translate-y-98-invert {
  transform: translateY(-98%);
}

.c-translate-x-99 {
  transform: translateX(99%);
}

.c-translate-y-99 {
  transform: translateY(99%);
}

.c-translate-x-99-invert {
  transform: translateX(-99%);
}

.c-translate-y-99-invert {
  transform: translateY(-99%);
}

.c-translate-x-100 {
  transform: translateX(100%);
}

.c-translate-y-100 {
  transform: translateY(100%);
}

.c-translate-x-100-invert {
  transform: translateX(-100%);
}

.c-translate-y-100-invert {
  transform: translateY(-100%);
}

.c-hover-gray:hover {
  transition: background ease-in-out 0.2s;
  background: rgba(0, 0, 0, 0.0588235294);
}

.c-bg-white {
  background: white;
}

.c-bg {
  background: #fafafa;
}

.c-active-white.active {
  background: #fff;
}

.c-gray-scale-100 {
  filter: grayscale(100%);
}

.c-z-index-unset {
  z-index: unset !important;
}

.c-object-fit-contain {
  object-fit: contain;
}

.c-resize-none {
  resize: none;
}

.c-resize-horizontal {
  resize: horizontal;
  overflow: hidden;
}

.c-direction-rtl {
  direction: rtl;
}

.c-user-select-none {
  -webkit-user-select: none;
          user-select: none;
}

.c-minw-content {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 100% !important;
}

.c-hover-td-none:hover td {
  box-shadow: none;
}

.c-max-h-10 {
  max-height: 10rem;
}

.c-max-h-15 {
  max-height: 15rem;
}

.c-max-h-25 {
  max-height: 25rem;
}

.c-min-h-100 {
  min-height: 100%;
}

.c-content-min-width {
  min-width: 200px;
}

.c-flex-1 {
  flex: 1;
}

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

.animate-hidden.ng-animating {
  overflow: hidden;
}

.c-table-fixed {
  table-layout: fixed;
}

.c-pre-wrap {
  white-space: pre-wrap;
}

.c-nowrap {
  white-space: nowrap;
}

.c-word-wrap-break {
  word-wrap: break-word;
}

.c-footer {
  padding: 7px 7px 7px 0;
  letter-spacing: normal;
}
.c-footer a {
  color: var(--eva-hint-color, #898989);
}
.c-footer a:hover {
  text-decoration: underline;
}

.c-overflow-x-auto {
  overflow-x: auto;
}

.c-overflow-y-auto {
  overflow-y: auto;
}

.c-overflow-x-0 {
  overflow-x: hidden;
}

.c-overflow-y-0 {
  overflow-y: hidden;
}

.c-opacity-90 {
  opacity: 90%;
}

.c-outline-0 {
  outline: none;
}

.c-hide-scrollbar {
  scrollbar-width: none;
}
.c-hide-scrollbar::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}

.c-border-radius-0 {
  border-radius: 0;
}

.c-pointer-events-none {
  pointer-events: none;
}

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

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

.c-cursor-none {
  cursor: none !important;
}

.c-rotate-y-180 {
  transform: rotateY(180deg);
}

.c-rotate-x-180 {
  transform: rotateX(180deg);
}

.c-rotate-z-180 {
  transform: rotateZ(180deg);
}

.c-transition-all {
  transition: all ease-in-out 0.2s;
}

.c-l-1 {
  left: 0.25rem !important;
}

.c-l-2 {
  left: 0.5rem !important;
}

.c-l-3 {
  left: 1rem !important;
}

.c-r-1 {
  right: 0.25rem !important;
}

.c-r-2 {
  right: 0.5rem !important;
}

.c-r-3 {
  right: 1rem !important;
}

.c-r-4 {
  right: 1.25rem !important;
}

.c-r-5 {
  right: 1.5rem !important;
}

.c-r-6 {
  right: 1.75rem !important;
}

.c-x-1 {
  right: 0.25rem !important;
  left: 0.25rem !important;
}

.c-x-2 {
  right: 0.5rem !important;
  left: 0.5rem !important;
}

.c-x-3 {
  right: 1rem !important;
  left: 1rem !important;
}

.c-x-4 {
  right: 1.25rem !important;
  left: 1.25rem !important;
}

.c-min-h-0 {
  min-height: 0;
}

.c-min-w-0 {
  min-width: 0;
}

.c-mw-25 {
  max-width: 25%;
}

.c-mw-50 {
  max-width: 50%;
}

.c-mw-75 {
  max-width: 75%;
}

.c-z-index-1-invert {
  z-index: -1;
}

.c-z-index-0 {
  z-index: 0;
}

.c-z-index-1 {
  z-index: 1;
}

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

.c-z-index-2 {
  z-index: 2;
}

.c-z-index-3 {
  z-index: 3;
}

.c-z-index-4 {
  z-index: 4;
}

.c-z-index-100 {
  z-index: 100;
}

.c-z-index-1000 {
  z-index: 1000;
}

.c-absolute-left {
  left: 0;
}

.c-absolute-right {
  right: 0;
}

.c-absolute-top {
  top: 0;
}

.c-absolute-bottom {
  bottom: 0;
}

.c-vertical-align-top {
  vertical-align: top;
}

.c-text-align-left {
  text-align: left;
}

.border-dot-start-bottom {
  position: relative;
}

.border-dot-start-bottom::after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  bottom: 0;
  transform: translate(-55%, 50%);
}

.border-dot-primary::after {
  background: #095a5a;
}

@media (min-width: 576px) {
  .c-display-sm-0 {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .c-display-sm {
    display: none;
  }
}
@media (min-width: 768px) {
  .c-display-md-0 {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .c-display-md {
    display: none;
  }
}
@media (min-width: 992px) {
  .c-display-lg-0 {
    display: none;
  }
  .c-position-lg-absolute {
    position: absolute;
  }
}
@media (max-width: 991.98px) {
  .c-display-lg {
    display: none;
  }
}
@media (min-width: 1200px) {
  .c-display-xl-0 {
    display: none;
  }
  .c-display-xl {
    display: initial !important;
  }
}
.c-display-xl {
  display: none;
}

.c-xs-border-left-only {
  border: 0;
  border-left: 1px solid var(--eva-gray20, #cccccc) !important;
}

@media (min-width: 576px) {
  .c-sm-border-left-only {
    border: 0;
    border-left: 1px solid var(--eva-gray20, #cccccc) !important;
  }
}
@media (min-width: 768px) {
  .c-md-border-left-only {
    border: 0;
    border-left: 1px solid var(--eva-gray20, #cccccc) !important;
  }
}
@media (min-width: 992px) {
  .c-lg-border-left-only {
    border: 0;
    border-left: 1px solid var(--eva-gray20, #cccccc) !important;
  }
}
@media (min-width: 1200px) {
  .c-xl-border-left-only {
    border: 0;
    border-left: 1px solid var(--eva-gray20, #cccccc) !important;
  }
}
@media (min-width: 1400px) {
  .c-xxl-border-left-only {
    border: 0;
    border-left: 1px solid var(--eva-gray20, #cccccc) !important;
  }
}
.c-transition-all {
  transition: all linear 0.2s;
}

.disabled-class {
  outline: none;
  box-shadow: none;
  border-color: #e9ecef !important;
  background: #e9ecef !important;
  color: #000 !important;
}

.c-shadow-start {
  box-shadow: -0.75rem 0px 0.5rem -0.75rem rgba(0, 0, 0, 0.15);
}

.c-shadow-end {
  box-shadow: 0.75rem 0 0.5rem -0.75rem rgba(0, 0, 0, 0.15);
}

.c-shadow-top {
  box-shadow: 0px -0.75rem 0.5rem -0.75rem rgba(0, 0, 0, 0.15);
}

.c-shadow-bottom {
  box-shadow: 0px 0.75rem 0.5rem -0.75rem rgba(0, 0, 0, 0.15);
}

.c-shadow-no-top {
  box-shadow: 0 0.5rem 0.5rem -0.1rem rgba(0, 0, 0, 0.15);
}

.c-text-truncate-2-lines {
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 992px) {
  .eva-search-help-width {
    width: 150px;
  }
  .eva-help-width,
  .eva-search-width {
    width: 75px;
  }
}
@media (min-width: 1200px) {
  .eva-search-help-width {
    width: 200px;
  }
  .eva-help-width,
  .eva-search-width {
    width: 100px;
  }
}
.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.94791375rem;
  --bs-popover-bg: var(--bs-light, #e0ebeb);
  --bs-popover-border-width: 0px;
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: 0.5rem;
  --bs-popover-inner-border-radius: calc(0.5rem - 1px);
  --bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1.08333rem;
  --bs-popover-header-color: ;
  --bs-popover-header-bg: #f0f0f0;
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: #191919;
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: 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;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

.popover {
  min-width: 140px;
}

.popover.popover-sm {
  max-width: 300px;
}

.popover.popover-md {
  max-width: 500px;
}

.popover.popover-lg {
  max-width: 700px;
}

.popover.popover-100-padded {
  min-width: calc(100% - 3rem);
  max-width: calc(100% - 3rem);
}

.popover.popover-w-lg {
  width: 700px;
}

.popover.popover-z-index-1500 {
  z-index: 1500;
}

.popover-padding-0 .popover-body {
  padding: 0;
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: 1px;
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: 0.375rem;
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(0.375rem - 1px);
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: var(--eva-card-color);
  --bs-card-bg: var(--eva-card-bg, #fff);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border: 0;
  color: var(--eva-card-color);
  --eva-floating-label-bg: var(--eva-card-bg, #fff);
  --eva-floating-label-color: var(--eva-card-color);
  --eva-dropdown-bg: var(--eva-card-bg, #fff);
  --eva-dropdown-color: var(--eva-card-color);
}

.card-header {
  background: var(--eva-card-bg, #fff);
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--eva-topmenu-bg, #fff);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 0.5rem;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(0.5rem - 1px);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

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

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

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

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

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

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

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

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

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

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

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 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,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.modal-header .close:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

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

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

.breadcrumb {
  background: none;
}

.breadcrumb a.breadcrumb-item {
  cursor: pointer;
}

.breadcrumb .breadcrumb-item.active {
  color: black;
  font-weight: bold;
}

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 11.5pt;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color, #191919);
  text-align: center;
  white-space: nowrap;
  background-color: var(--eva-gray40, #cccccc);
  border: 1px solid var(--eva-gray40, #cccccc);
  border-radius: 0.25rem;
}

.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: calc(1.26041625rem + 0.124995vw);
  border-radius: 0.5rem;
}
@media (min-width: 1200px) {
  .input-group-lg > .form-control,
  .input-group-lg > .form-select,
  .input-group-lg > .input-group-text,
  .input-group-lg > .btn {
    font-size: 1.3541625rem;
  }
}

.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.94791375rem;
  border-radius: 0.25rem;
}

.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):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-text {
  background: #fff;
  height: 100%;
  border-radius: 4px 0 0 4px;
}

.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.94791375rem;
  --bs-tooltip-color: var(--bs-body-color, #191919);
  --bs-tooltip-bg: var(--eva-topmenu-bg, #fff);
  --bs-tooltip-border-radius: 0.375rem;
  --bs-tooltip-opacity: 1;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  padding: var(--bs-tooltip-arrow-height);
  margin: var(--bs-tooltip-margin);
  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;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

/* rtl:end:ignore */
.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 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

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

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

.tooltip-inner {
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
}

.mt-6 {
  margin-top: 72px;
}

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 10pt;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: 0.375rem;
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}

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

.badge.bg-primary {
  color: var(--eva-primary-contrast-color, #fff);
}
.badge.bg-secondary {
  color: var(--eva-secondary-contrast-color, #fff);
}

/***** non customized *****/
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(228, 176, 0, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(200, 0, 69, var(--bs-bg-opacity, 1)) !important;
}

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

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

.link-primary {
  color: #095a5a !important;
}
.link-primary:hover, .link-primary:focus {
  color: #074848 !important;
}

.link-secondary {
  color: #458383 !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: #6a9c9c !important;
}

.link-success {
  color: #008800 !important;
}
.link-success:hover, .link-success:focus {
  color: #006d00 !important;
}

.link-info {
  color: #0dcaf0 !important;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3 !important;
}

.link-warning {
  color: #e4b000 !important;
}
.link-warning:hover, .link-warning:focus {
  color: #e9c033 !important;
}

.link-danger {
  color: #c80045 !important;
}
.link-danger:hover, .link-danger:focus {
  color: #a00037 !important;
}

.link-light {
  color: #e0ebeb !important;
}
.link-light:hover, .link-light:focus {
  color: #e6efef !important;
}

.link-dark {
  color: #333333 !important;
}
.link-dark:hover, .link-dark:focus {
  color: #292929 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.visually-hidden, .sr-only,
.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;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fafafa;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.375rem;
  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: #4c4c4c;
}

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

.col {
  flex: 1 0 0%;
}

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

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

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

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.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.33333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.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.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.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.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.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.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.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.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.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.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.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 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 3px;
  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(9, 90, 90, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
  opacity: 0.25;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.8124975rem;
  --bs-progress-bg: #cccccc;
  --bs-progress-border-radius: 0.375rem;
  --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #095a5a;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

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

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

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

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.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;
}

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

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

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

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

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

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

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

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

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

.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: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

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

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

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

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

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

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

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

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

.border-primary {
  --bs-border-opacity: 1;
  border-color: var(--bs-primary, #095a5a) !important;
}

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

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

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

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

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

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

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

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

.border-1 {
  --bs-border-width: 1px;
}

.border-2 {
  --bs-border-width: 2px;
}

.border-3 {
  --bs-border-width: 3px;
}

.border-4 {
  --bs-border-width: 4px;
}

.border-5 {
  --bs-border-width: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-max-content {
  width: max-content !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-max-content {
  height: max-content !important;
}

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

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

.mh-200px {
  max-height: 200px !important;
}

.mh-400px {
  max-height: 400px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ms-form-check {
  margin-left: calc(0.5rem + 15px) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fs-3 {
  font-size: 1.2rem !important;
}

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

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

.fs-6 {
  font-size: 0.75rem !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-semibold {
  font-weight: 600 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-success {
  --bs-text-opacity: 1;
  color: #008800 !important;
}

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

.text-warning {
  --bs-text-opacity: 1;
  color: #e4b000 !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: #c80045 !important;
}

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

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

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

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

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

.text-muted {
  --bs-text-opacity: 1;
  color: var(--eva-hint-color, #898989) !important;
}

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

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

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

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

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

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

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

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

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

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

.bg-info {
  background-color: #0dcaf0 !important;
}

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

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

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

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

.bg-muted {
  background-color: rgba(224, 235, 235, 0.35) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.minh-100 {
  min-height: 100% !important;
}

.minh-300px {
  min-height: 300px !important;
}

.minh-38px {
  min-height: 38px !important;
}

.minw-25 {
  min-width: 25% !important;
}

.minw-100 {
  min-width: 100% !important;
}

.cell-w-1 {
  width: 30px !important;
}

.cell-w-2 {
  width: 60px !important;
}

.cell-w-3 {
  width: 90px !important;
}

.cell-w-4 {
  width: 120px !important;
}

.cell-w-5 {
  width: 150px !important;
}

.cell-w-6 {
  width: 180px !important;
}

.cell-w-7 {
  width: 210px !important;
}

.cell-w-8 {
  width: 240px !important;
}

.cell-max-w-1 {
  max-width: 30px !important;
}

.cell-max-w-2 {
  max-width: 60px !important;
}

.cell-max-w-3 {
  max-width: 90px !important;
}

.cell-max-w-4 {
  max-width: 120px !important;
}

.cell-max-w-5 {
  max-width: 150px !important;
}

.cell-max-w-6 {
  max-width: 180px !important;
}

.cell-max-w-7 {
  max-width: 210px !important;
}

.cell-max-w-8 {
  max-width: 240px !important;
}

.cell-min-w-1 {
  min-width: 30px !important;
}

.cell-min-w-2 {
  min-width: 60px !important;
}

.cell-min-w-3 {
  min-width: 90px !important;
}

.cell-min-w-4 {
  min-width: 120px !important;
}

.cell-min-w-5 {
  min-width: 150px !important;
}

.cell-min-w-6 {
  min-width: 180px !important;
}

.cell-min-w-7 {
  min-width: 210px !important;
}

.cell-min-w-8 {
  min-width: 240px !important;
}

.max-vw-10 {
  max-width: 10vw !important;
}

.max-vw-20 {
  max-width: 20vw !important;
}

.max-vw-30 {
  max-width: 30vw !important;
}

.max-vw-40 {
  max-width: 40vw !important;
}

.max-vw-50 {
  max-width: 50vw !important;
}

.max-vw-60 {
  max-width: 60vw !important;
}

.max-vw-70 {
  max-width: 70vw !important;
}

.max-vw-80 {
  max-width: 80vw !important;
}

.max-vw-90 {
  max-width: 90vw !important;
}

.rotate-90 {
  transform: rotate(90deg) !important;
}

.rotate-180 {
  transform: rotate(180deg) !important;
}

.rotate-270 {
  transform: rotate(270deg) !important;
}

.transition-all {
  transition: all ease-in-out 0.2s !important;
}

.z-index-dropdown {
  z-index: 1000 !important;
}

.z-index-sticky {
  z-index: 1020 !important;
}

.z-index-fixed {
  z-index: 1030 !important;
}

.z-index-modal-backdrop {
  z-index: 1040 !important;
}

.z-index-offcanvas {
  z-index: 1050 !important;
}

.z-index-modal {
  z-index: 1060 !important;
}

.z-index-popover {
  z-index: 1070 !important;
}

.z-index-tooltip {
  z-index: 1080 !important;
}

.filter-greyscale {
  filter: grayscale(1) !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;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .ms-sm-form-check {
    margin-left: calc(0.5rem + 15px) !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .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;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .ms-md-form-check {
    margin-left: calc(0.5rem + 15px) !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .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;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .ms-lg-form-check {
    margin-left: calc(0.5rem + 15px) !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .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;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .ms-xl-form-check {
    margin-left: calc(0.5rem + 15px) !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .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;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .ms-xxl-form-check {
    margin-left: calc(0.5rem + 15px) !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 1.65rem !important;
  }
  .fs-2 {
    font-size: 1.4rem !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;
  }
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./globals/shared/animations/scss/index.scss?ngGlobalStyle ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes fadeInLeftReverse {
  0% {
    opacity: 1;
    transform: translateX(0px);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.fade-in-left {
  animation: fadeInLeft 0.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

.fade-in-left-reverse {
  animation: fadeInLeftReverse 0.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

.flash-animation {
  animation: 1s flashAnimation ease-in-out infinite;
}

@keyframes flashAnimation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./apps/evasys/src/styles.scss?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/***** Popover *****/
/***** Popover *****/
/***** sizing and spacing *****/
/***** other *****/
/***** Floating Labels ******/
/***** Table ******/
/***** Fonts *****/
@font-face {
  font-family: "IBM Plex Sans";
  src: url('IBMPlexSans-Regular.ttf') format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url('IBMPlexSans-SemiBold.ttf') format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url('IBMPlexSans-Italic.ttf') format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url('IBMPlexSans-SemiBoldItalic.ttf') format("truetype");
  font-weight: bold;
  font-style: italic;
}
html {
  height: 100%;
  position: relative;
}

body {
  min-height: 100%;
}

body,
button {
  font-family: "IBM Plex Sans", sans-serif !important;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/***** Scrollbar-Style *****/
*::-webkit-scrollbar {
  width: 11px;
}

* {
  scrollbar-width: thin;
  scrollbar-color: var(--bs-secondary, #458383) var(--bs-light, #e0ebeb);
}

*::-webkit-scrollbar-track {
  background: var(--bs-light, #e0ebeb);
}

*::-webkit-scrollbar-thumb {
  background-color: var(--bs-secondary, #458383);
  border-radius: 6px;
  border: 3px solid var(--bs-light, #e0ebeb);
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./libs/shared/ui/src/lib/components/control-components/calendar/src/app/style.scss?ngGlobalStyle ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
ngb-datepicker {
  border: none !important;
  border-radius: 0 !important;
  display: inline-block !important;
}

.ngb-dp-header {
  display: none !important;
}

.ngb-dp-weekdays {
  border-bottom: none !important;
  border-radius: 0 !important;
  background-color: transparent !important;
}

.ngb-dp-weekday {
  font-family: "IBM Plex Sans";
  font-weight: bold;
  font-style: normal !important;
  color: var(--bs-primary) !important;
}

/*# sourceMappingURL=styles.css.map*/