@charset "UTF-8";
/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
@import url("https://use.typekit.net/rae7fly.css");
@import url("https://use.typekit.net/bik4bte.css");
@font-face {
  font-family: "untitledui";
  src: url("ui-fonts/fonts/untitledui.eot?coy7sb");
  src: url("ui-fonts/fonts/untitledui.eot?coy7sb#iefix") format("embedded-opentype"), url("ui-fonts/fonts/untitledui.ttf?coy7sb") format("truetype"), url("ui-fonts/fonts/untitledui.woff?coy7sb") format("woff"), url("ui-fonts/fonts/untitledui.svg?coy7sb#untitledui") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icon-list {
  padding-left: 0;
  list-style: none;
}
.icon-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.25rem;
}
.icon-list li::before {
  display: block;
  flex-shrink: 0;
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.5rem;
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23212529' viewBox='0 0 16 16'%3E%3Cpath d='M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0zM4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H4.5z'/%3E%3C/svg%3E") no-repeat center center/100% auto;
}

.ui {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "untitledui" !important;
  speak: never;
  display: inline-block;
  font-size: inherit;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  vertical-align: middle !important;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

span.ui {
  display: inline;
}

.ui-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.ui-check-circle-brand .path2:before {
  position: absolute;
}

.ui-phone-02 .path2:before {
  position: absolute;
}

.ui-message-dots-circle {
  position: relative;
}
.ui-message-dots-circle .path3:before,
.ui-message-dots-circle .path4:before,
.ui-message-dots-circle .path5:before {
  left: 0;
  top: 0;
  margin-left: 0 !important;
}

.ui-brand {
  display: inline-block;
  border-radius: 50% !important;
  padding: 0.3em;
  background-color: var(--bs-primary) !important;
  color: #EAFC88 !important;
  font-size: 2em;
  height: fit-content;
  box-shadow: 0px 1px 2px 0px #101828;
}
.ui-brand.ui-bg-moss {
  background-color: #606043 !important;
  color: white !important;
}
.ui-brand.ui-phone-02 .path1:before {
  color: inherit;
}
.ui-brand.ui-phone-02 .path2:before {
  color: #0C111D;
}
.ui-brand.ui-message-dots-circle .path1:before,
.ui-brand.ui-message-dots-circle .path2:before {
  color: inherit;
}
.ui-brand.ui-message-dots-circle .path3:before,
.ui-brand.ui-message-dots-circle .path4:before,
.ui-brand.ui-message-dots-circle .path5:before {
  left: 0.5rem;
  top: 0.5rem;
  color: #0C111D;
}

.ui-xs {
  font-size: 0.75em;
}

.ui-sm {
  font-size: 0.875em;
}

.ui-1x {
  font-size: 1em;
}

.ui-2x {
  font-size: 2em;
}

.ui-3x {
  font-size: 3em;
}

.ui-4x {
  font-size: 4em;
}

.ui-5x {
  font-size: 5em;
}

.ui-6x {
  font-size: 6em;
}

.ui-7x {
  font-size: 7em;
}

.ui-8x {
  font-size: 8em;
}

.ui-9x {
  font-size: 9em;
}

.ui-10x {
  font-size: 10em;
}

.ui-fw {
  text-align: center;
  width: 1.25em;
}

.ui-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.ui-ul > li {
  position: relative;
}

.ui-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.ui-border {
  border: 0.08em solid #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.ui-pull-left {
  float: left;
}

.ui-pull-right {
  float: right;
}

.fa.ui-pull-left,
.fab.ui-pull-left,
.fal.ui-pull-left,
.far.ui-pull-left,
.fas.ui-pull-left {
  margin-right: 0.3em;
}

.fa.ui-pull-right,
.fab.ui-pull-right,
.fal.ui-pull-right,
.far.ui-pull-right,
.fas.ui-pull-right {
  margin-left: 0.3em;
}

.ui-spin {
  -webkit-animation: ui-spin 2s linear infinite;
  animation: ui-spin 2s linear infinite;
}

.ui-pulse {
  -webkit-animation: ui-spin 1s steps(8) infinite;
  animation: ui-spin 1s steps(8) infinite;
}

@-webkit-keyframes ui-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes ui-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.ui-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.ui-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.ui-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.ui-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.ui-flip-vertical {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.ui-flip-both,
.ui-flip-horizontal.ui-flip-vertical,
.ui-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}

.ui-flip-both,
.ui-flip-horizontal.ui-flip-vertical {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}

:root .ui-flip-both,
:root .ui-flip-horizontal,
:root .ui-flip-vertical,
:root .ui-rotate-90,
:root .ui-rotate-180,
:root .ui-rotate-270 {
  -webkit-filter: none;
  filter: none;
}

.ui-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.ui-stack-1x,
.ui-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.ui-stack-1x {
  line-height: inherit;
}

.ui-stack-2x {
  font-size: 2em;
}

.ui-inverse {
  color: #fff;
}

.uis {
  font-weight: 900;
}

.ui-7-support:before {
  content: "\e900";
}

.ui-activity:before {
  content: "\e901";
}

.ui-activity-heart:before {
  content: "\e902";
}

.ui-advanced-pbx:before {
  content: "\e903";
}

.ui-airplay:before {
  content: "\e904";
}

.ui-airpods:before {
  content: "\e905";
}

.ui-alarm-clock:before {
  content: "\e906";
}

.ui-alarm-clock-check:before {
  content: "\e907";
}

.ui-alarm-clock-minus:before {
  content: "\e908";
}

.ui-alarm-clock-off:before {
  content: "\e909";
}

.ui-alarm-clock-plus:before {
  content: "\e90a";
}

.ui-alert-circle:before {
  content: "\e90b";
}

.ui-alert-hexagon:before {
  content: "\e90c";
}

.ui-alert-octagon:before {
  content: "\e90d";
}

.ui-alert-square:before {
  content: "\e90e";
}

.ui-alert-triangle:before {
  content: "\e90f";
}

.ui-align-bottom-01:before {
  content: "\e910";
}

.ui-align-bottom-02:before {
  content: "\e911";
}

.ui-align-center:before {
  content: "\e912";
}

.ui-align-horizontal-centre-01:before {
  content: "\e913";
}

.ui-align-horizontal-centre-02:before {
  content: "\e914";
}

.ui-align-justify:before {
  content: "\e915";
}

.ui-align-left:before {
  content: "\e916";
}

.ui-align-left-01:before {
  content: "\e917";
}

.ui-align-left-02:before {
  content: "\e918";
}

.ui-align-right:before {
  content: "\e919";
}

.ui-align-right-01:before {
  content: "\e91a";
}

.ui-align-right-02:before {
  content: "\e91b";
}

.ui-align-top-01:before {
  content: "\e91c";
}

.ui-align-top-02:before {
  content: "\e91d";
}

.ui-align-vertical-center-01:before {
  content: "\e91e";
}

.ui-align-vertical-center-02:before {
  content: "\e91f";
}

.ui-anchor:before {
  content: "\e920";
}

.ui-annotation:before {
  content: "\e921";
}

.ui-annotation-alert:before {
  content: "\e922";
}

.ui-annotation-check:before {
  content: "\e923";
}

.ui-annotation-dots:before {
  content: "\e924";
}

.ui-annotation-heart:before {
  content: "\e925";
}

.ui-annotation-info:before {
  content: "\e926";
}

.ui-annotation-plus:before {
  content: "\e927";
}

.ui-annotation-question:before {
  content: "\e928";
}

.ui-annotation-x:before {
  content: "\e929";
}

.ui-announcement-01:before {
  content: "\e92a";
}

.ui-announcement-02:before {
  content: "\e92b";
}

.ui-announcement-03:before {
  content: "\e92c";
}

.ui-archive:before {
  content: "\e92d";
}

.ui-arrow-block-down:before {
  content: "\e92e";
}

.ui-arrow-block-left:before {
  content: "\e92f";
}

.ui-arrow-block-right:before {
  content: "\e930";
}

.ui-arrow-block-up:before {
  content: "\e931";
}

.ui-arrow-circle-broken-down:before {
  content: "\e932";
}

.ui-arrow-circle-broken-down-left:before {
  content: "\e933";
}

.ui-arrow-circle-broken-down-right:before {
  content: "\e934";
}

.ui-arrow-circle-broken-left:before {
  content: "\e935";
}

.ui-arrow-circle-broken-right:before {
  content: "\e936";
}

.ui-arrow-circle-broken-up:before {
  content: "\e937";
}

.ui-arrow-circle-broken-up-left:before {
  content: "\e938";
}

.ui-arrow-circle-broken-up-right:before {
  content: "\e939";
}

.ui-arrow-circle-down:before {
  content: "\e93a";
}

.ui-arrow-circle-down-left:before {
  content: "\e93b";
}

.ui-arrow-circle-down-right:before {
  content: "\e93c";
}

.ui-arrow-circle-left:before {
  content: "\e93d";
}

.ui-arrow-circle-right:before {
  content: "\e93e";
}

.ui-arrow-circle-up:before {
  content: "\e93f";
}

.ui-arrow-circle-up-left:before {
  content: "\e940";
}

.ui-arrow-circle-up-right:before {
  content: "\e941";
}

.ui-arrow-down:before {
  content: "\e942";
}

.ui-arrow-down-left:before {
  content: "\e943";
}

.ui-arrow-down-right:before {
  content: "\e944";
}

.ui-arrow-left:before {
  content: "\e945";
}

.ui-arrow-narrow-down:before {
  content: "\e946";
}

.ui-arrow-narrow-down-left:before {
  content: "\e947";
}

.ui-arrow-narrow-down-right:before {
  content: "\e948";
}

.ui-arrow-narrow-left:before {
  content: "\e949";
}

.ui-arrow-narrow-right:before {
  content: "\e94a";
}

.ui-arrow-narrow-up:before {
  content: "\e94b";
}

.ui-arrow-narrow-up-left:before {
  content: "\e94c";
}

.ui-arrow-narrow-up-right:before {
  content: "\e94d";
}

.ui-arrow-right:before {
  content: "\e94e";
}

.ui-arrows-down:before {
  content: "\e94f";
}

.ui-arrows-left:before {
  content: "\e950";
}

.ui-arrow-square-down:before {
  content: "\e951";
}

.ui-arrow-square-down-left:before {
  content: "\e952";
}

.ui-arrow-square-down-right:before {
  content: "\e953";
}

.ui-arrow-square-left:before {
  content: "\e954";
}

.ui-arrow-square-right:before {
  content: "\e955";
}

.ui-arrow-square-up:before {
  content: "\e956";
}

.ui-arrow-square-up-left:before {
  content: "\e957";
}

.ui-arrow-square-up-right:before {
  content: "\e958";
}

.ui-arrows-right:before {
  content: "\e959";
}

.ui-arrows-triangle:before {
  content: "\e95a";
}

.ui-arrows-up:before {
  content: "\e95b";
}

.ui-arrow-up:before {
  content: "\e95c";
}

.ui-arrow-up-left:before {
  content: "\e95d";
}

.ui-arrow-up-right:before {
  content: "\e95e";
}

.ui-asterisk-01:before {
  content: "\e95f";
}

.ui-asterisk-02:before {
  content: "\e960";
}

.ui-atom-01:before {
  content: "\e961";
}

.ui-atom-02:before {
  content: "\e962";
}

.ui-at-sign:before {
  content: "\e963";
}

.ui-at-sign-circle:before {
  content: "\e964";
}

.ui-attachment-01:before {
  content: "\e965";
}

.ui-attachment-02:before {
  content: "\e966";
}

.ui-award-01:before {
  content: "\e967";
}

.ui-award-02:before {
  content: "\e968";
}

.ui-award-03:before {
  content: "\e969";
}

.ui-award-04:before {
  content: "\e96a";
}

.ui-award-05:before {
  content: "\e96b";
}

.ui-backpack:before {
  content: "\e96c";
}

.ui-bank:before {
  content: "\e96d";
}

.ui-bank-note-01:before {
  content: "\e96e";
}

.ui-bank-note-02:before {
  content: "\e96f";
}

.ui-bank-note-03:before {
  content: "\e970";
}

.ui-bar-chart-01:before {
  content: "\e971";
}

.ui-bar-chart-02:before {
  content: "\e972";
}

.ui-bar-chart-03:before {
  content: "\e973";
}

.ui-bar-chart-04:before {
  content: "\e974";
}

.ui-bar-chart-05:before {
  content: "\e975";
}

.ui-bar-chart-06:before {
  content: "\e976";
}

.ui-bar-chart-07:before {
  content: "\e977";
}

.ui-bar-chart-08:before {
  content: "\e978";
}

.ui-bar-chart-09:before {
  content: "\e979";
}

.ui-bar-chart-10:before {
  content: "\e97a";
}

.ui-bar-chart-11:before {
  content: "\e97b";
}

.ui-bar-chart-12:before {
  content: "\e97c";
}

.ui-bar-chart-circle-01:before {
  content: "\e97d";
}

.ui-bar-chart-circle-02:before {
  content: "\e97e";
}

.ui-bar-chart-circle-03:before {
  content: "\e97f";
}

.ui-bar-chart-square-01:before {
  content: "\e980";
}

.ui-bar-chart-square-02:before {
  content: "\e981";
}

.ui-bar-chart-square-03:before {
  content: "\e982";
}

.ui-bar-chart-square-down:before {
  content: "\e983";
}

.ui-bar-chart-square-minus:before {
  content: "\e984";
}

.ui-bar-chart-square-plus:before {
  content: "\e985";
}

.ui-bar-chart-square-up:before {
  content: "\e986";
}

.ui-bar-line-chart:before {
  content: "\e987";
}

.ui-battery-charging-01:before {
  content: "\e988";
}

.ui-battery-charging-02:before {
  content: "\e989";
}

.ui-battery-empty:before {
  content: "\e98a";
}

.ui-battery-full:before {
  content: "\e98b";
}

.ui-battery-low:before {
  content: "\e98c";
}

.ui-battery-mid:before {
  content: "\e98d";
}

.ui-beaker-01:before {
  content: "\e98e";
}

.ui-beaker-02:before {
  content: "\e98f";
}

.ui-bell-01:before {
  content: "\e990";
}

.ui-bell-02:before {
  content: "\e991";
}

.ui-bell-03:before {
  content: "\e992";
}

.ui-bell-04:before {
  content: "\e993";
}

.ui-bell-minus:before {
  content: "\e994";
}

.ui-bell-off-01:before {
  content: "\e995";
}

.ui-bell-off-02:before {
  content: "\e996";
}

.ui-bell-off-03:before {
  content: "\e997";
}

.ui-bell-plus:before {
  content: "\e998";
}

.ui-bell-ringing-01:before {
  content: "\e999";
}

.ui-bell-ringing-02:before {
  content: "\e99a";
}

.ui-bell-ringing-03:before {
  content: "\e99b";
}

.ui-bell-ringing-04:before {
  content: "\e99c";
}

.ui-bezier-curve-01:before {
  content: "\e99d";
}

.ui-bezier-curve-02:before {
  content: "\e99e";
}

.ui-bezier-curve-03:before {
  content: "\e99f";
}

.ui-bluetooth-connect:before {
  content: "\e9a0";
}

.ui-bluetooth-off:before {
  content: "\e9a1";
}

.ui-bluetooth-on:before {
  content: "\e9a2";
}

.ui-bluetooth-signal:before {
  content: "\e9a3";
}

.ui-bold-01:before {
  content: "\e9a4";
}

.ui-bold-02:before {
  content: "\e9a5";
}

.ui-bold-square:before {
  content: "\e9a6";
}

.ui-book-closed:before {
  content: "\e9a7";
}

.ui-bookmark:before {
  content: "\e9a8";
}

.ui-bookmark-add:before {
  content: "\e9a9";
}

.ui-bookmark-check:before {
  content: "\e9aa";
}

.ui-bookmark-minus:before {
  content: "\e9ab";
}

.ui-bookmark-x:before {
  content: "\e9ac";
}

.ui-book-open-01:before {
  content: "\e9ad";
}

.ui-book-open-02:before {
  content: "\e9ae";
}

.ui-box:before {
  content: "\e9af";
}

.ui-brackets:before {
  content: "\e9b0";
}

.ui-brackets-check:before {
  content: "\e9b1";
}

.ui-brackets-ellipses:before {
  content: "\e9b2";
}

.ui-brackets-minus:before {
  content: "\e9b3";
}

.ui-brackets-plus:before {
  content: "\e9b4";
}

.ui-brackets-slash:before {
  content: "\e9b5";
}

.ui-brackets-x:before {
  content: "\e9b6";
}

.ui-briefcase-01:before {
  content: "\e9b7";
}

.ui-briefcase-02:before {
  content: "\e9b8";
}

.ui-browser:before {
  content: "\e9b9";
}

.ui-brush-01:before {
  content: "\e9ba";
}

.ui-brush-02:before {
  content: "\e9bb";
}

.ui-brush-03:before {
  content: "\e9bc";
}

.ui-building-01:before {
  content: "\e9bd";
}

.ui-building-02:before {
  content: "\e9be";
}

.ui-building-03:before {
  content: "\e9bf";
}

.ui-building-04:before {
  content: "\e9c0";
}

.ui-building-05:before {
  content: "\e9c1";
}

.ui-building-06:before {
  content: "\e9c2";
}

.ui-building-07:before {
  content: "\e9c3";
}

.ui-building-08:before {
  content: "\e9c4";
}

.ui-bus:before {
  content: "\e9c5";
}

.ui-byom:before {
  content: "\e9c6";
}

.ui-calculator:before {
  content: "\e9c7";
}

.ui-calendar:before {
  content: "\e9c8";
}

.ui-calendar-check-01:before {
  content: "\e9c9";
}

.ui-calendar-check-02:before {
  content: "\e9ca";
}

.ui-calendar-date:before {
  content: "\e9cb";
}

.ui-calendar-heart-01:before {
  content: "\e9cc";
}

.ui-calendar-heart-02:before {
  content: "\e9cd";
}

.ui-calendar-minus-01:before {
  content: "\e9ce";
}

.ui-calendar-minus-02:before {
  content: "\e9cf";
}

.ui-calendar-plus-01:before {
  content: "\e9d0";
}

.ui-calendar-plus-02:before {
  content: "\e9d1";
}

.ui-camera-01:before {
  content: "\e9d2";
}

.ui-camera-02:before {
  content: "\e9d3";
}

.ui-camera-03:before {
  content: "\e9d4";
}

.ui-camera-lens:before {
  content: "\e9d5";
}

.ui-camera-off:before {
  content: "\e9d6";
}

.ui-camera-plus:before {
  content: "\e9d7";
}

.ui-car-01:before {
  content: "\e9d8";
}

.ui-car-02:before {
  content: "\e9d9";
}

.ui-certificate-01:before {
  content: "\e9da";
}

.ui-certificate-02:before {
  content: "\e9db";
}

.ui-chart-breakout-circle:before {
  content: "\e9dc";
}

.ui-chart-breakout-square:before {
  content: "\e9dd";
}

.ui-check:before {
  content: "\e9de";
}

.ui-check-brand:before {
  content: "\e9df";
}

.ui-check-circle:before {
  content: "\e9e0";
}

.ui-check-circle-broken:before {
  content: "\e9e1";
}

.ui-check-done-01:before {
  content: "\e9e2";
}

.ui-check-done-02:before {
  content: "\e9e3";
}

.ui-check-heart:before {
  content: "\e9e4";
}

.ui-check-square:before {
  content: "\e9e5";
}

.ui-check-square-broken:before {
  content: "\e9e6";
}

.ui-check-verified-01:before {
  content: "\e9e7";
}

.ui-check-verified-02:before {
  content: "\e9e8";
}

.ui-check-verified-03:before {
  content: "\e9e9";
}

.ui-chevron-down:before {
  content: "\e9ea";
}

.ui-chevron-down-double:before {
  content: "\e9eb";
}

.ui-chevron-left:before {
  content: "\e9ec";
}

.ui-chevron-left-double:before {
  content: "\e9ed";
}

.ui-chevron-right:before {
  content: "\e9ee";
}

.ui-chevron-right-double:before {
  content: "\e9ef";
}

.ui-chevron-selector-horizontal:before {
  content: "\e9f0";
}

.ui-chevron-selector-vertical:before {
  content: "\e9f1";
}

.ui-chevron-up:before {
  content: "\e9f2";
}

.ui-chevron-up-double:before {
  content: "\e9f3";
}

.ui-chrome-cast:before {
  content: "\e9f4";
}

.ui-circle:before {
  content: "\e9f5";
}

.ui-circle-cut:before {
  content: "\e9f6";
}

.ui-clapperboard:before {
  content: "\e9f7";
}

.ui-clipboard:before {
  content: "\e9f8";
}

.ui-clipboard-attachment:before {
  content: "\e9f9";
}

.ui-clipboard-check:before {
  content: "\e9fa";
}

.ui-clipboard-download:before {
  content: "\e9fb";
}

.ui-clipboard-minus:before {
  content: "\e9fc";
}

.ui-clipboard-plus:before {
  content: "\e9fd";
}

.ui-clipboard-x:before {
  content: "\e9fe";
}

.ui-clock:before {
  content: "\e9ff";
}

.ui-clock-check:before {
  content: "\ea00";
}

.ui-clock-fast-forward:before {
  content: "\ea01";
}

.ui-clock-plus:before {
  content: "\ea02";
}

.ui-clock-refresh:before {
  content: "\ea03";
}

.ui-clock-rewind:before {
  content: "\ea04";
}

.ui-clock-snooze:before {
  content: "\ea05";
}

.ui-clock-stopwatch:before {
  content: "\ea06";
}

.ui-cloud-01:before {
  content: "\ea07";
}

.ui-cloud-02:before {
  content: "\ea08";
}

.ui-cloud-03:before {
  content: "\ea09";
}

.ui-cloud-blank-01:before {
  content: "\ea0a";
}

.ui-cloud-blank-02:before {
  content: "\ea0b";
}

.ui-cloud-lightning:before {
  content: "\ea0c";
}

.ui-cloud-moon:before {
  content: "\ea0d";
}

.ui-cloud-off:before {
  content: "\ea0e";
}

.ui-cloud-raining-01:before {
  content: "\ea0f";
}

.ui-cloud-raining-02:before {
  content: "\ea10";
}

.ui-cloud-raining-03:before {
  content: "\ea11";
}

.ui-cloud-raining-04:before {
  content: "\ea12";
}

.ui-cloud-raining-05:before {
  content: "\ea13";
}

.ui-cloud-raining-06:before {
  content: "\ea14";
}

.ui-cloud-snowing-01:before {
  content: "\ea15";
}

.ui-cloud-snowing-02:before {
  content: "\ea16";
}

.ui-cloud-sun-01:before {
  content: "\ea17";
}

.ui-cloud-sun-02:before {
  content: "\ea18";
}

.ui-cloud-sun-03:before {
  content: "\ea19";
}

.ui-code-01:before {
  content: "\ea1a";
}

.ui-code-02:before {
  content: "\ea1b";
}

.ui-code-browser:before {
  content: "\ea1c";
}

.ui-code-circle-01:before {
  content: "\ea1d";
}

.ui-code-circle-02:before {
  content: "\ea1e";
}

.ui-code-circle-03:before {
  content: "\ea1f";
}

.ui-codepen:before {
  content: "\ea20";
}

.ui-code-snippet-01:before {
  content: "\ea21";
}

.ui-code-snippet-02:before {
  content: "\ea22";
}

.ui-code-square-01:before {
  content: "\ea23";
}

.ui-code-square-02:before {
  content: "\ea24";
}

.ui-coins-01:before {
  content: "\ea25";
}

.ui-coins-02:before {
  content: "\ea26";
}

.ui-coins-03:before {
  content: "\ea27";
}

.ui-coins-04:before {
  content: "\ea28";
}

.ui-coins-hand:before {
  content: "\ea29";
}

.ui-coins-stacked-01:before {
  content: "\ea2a";
}

.ui-coins-stacked-02:before {
  content: "\ea2b";
}

.ui-coins-stacked-03:before {
  content: "\ea2c";
}

.ui-coins-stacked-04:before {
  content: "\ea2d";
}

.ui-coins-swap-01:before {
  content: "\ea2e";
}

.ui-coins-swap-02:before {
  content: "\ea2f";
}

.ui-colors:before {
  content: "\ea30";
}

.ui-columns-01:before {
  content: "\ea31";
}

.ui-columns-02:before {
  content: "\ea32";
}

.ui-columns-03:before {
  content: "\ea33";
}

.ui-command:before {
  content: "\ea34";
}

.ui-community:before {
  content: "\ea35";
}

.ui-compass:before {
  content: "\ea36";
}

.ui-compass-01:before {
  content: "\ea37";
}

.ui-compass-02:before {
  content: "\ea38";
}

.ui-compass-03:before {
  content: "\ea39";
}

.ui-container:before {
  content: "\ea3a";
}

.ui-contrast-01:before {
  content: "\ea3b";
}

.ui-contrast-02:before {
  content: "\ea3c";
}

.ui-contrast-03:before {
  content: "\ea3d";
}

.ui-copy:before {
  content: "\ea3e";
}

.ui-copy-01:before {
  content: "\ea3f";
}

.ui-copy-02:before {
  content: "\ea40";
}

.ui-copy-03:before {
  content: "\ea41";
}

.ui-copy-04:before {
  content: "\ea42";
}

.ui-copy-05:before {
  content: "\ea43";
}

.ui-copy-06:before {
  content: "\ea44";
}

.ui-copy-07:before {
  content: "\ea45";
}

.ui-corner-down-left:before {
  content: "\ea46";
}

.ui-corner-down-right:before {
  content: "\ea47";
}

.ui-corner-left-down:before {
  content: "\ea48";
}

.ui-corner-left-up:before {
  content: "\ea49";
}

.ui-corner-right-down:before {
  content: "\ea4a";
}

.ui-corner-right-up:before {
  content: "\ea4b";
}

.ui-corner-up-left:before {
  content: "\ea4c";
}

.ui-corner-up-right:before {
  content: "\ea4d";
}

.ui-cpu-chip-01:before {
  content: "\ea4e";
}

.ui-cpu-chip-02:before {
  content: "\ea4f";
}

.ui-credit-card-01:before {
  content: "\ea50";
}

.ui-credit-card-02:before {
  content: "\ea51";
}

.ui-credit-card-check:before {
  content: "\ea52";
}

.ui-credit-card-down:before {
  content: "\ea53";
}

.ui-credit-card-download:before {
  content: "\ea54";
}

.ui-credit-card-edit:before {
  content: "\ea55";
}

.ui-credit-card-lock:before {
  content: "\ea56";
}

.ui-credit-card-minus:before {
  content: "\ea57";
}

.ui-credit-card-plus:before {
  content: "\ea58";
}

.ui-credit-card-refresh:before {
  content: "\ea59";
}

.ui-credit-card-search:before {
  content: "\ea5a";
}

.ui-credit-card-shield:before {
  content: "\ea5b";
}

.ui-credit-card-up:before {
  content: "\ea5c";
}

.ui-credit-card-upload:before {
  content: "\ea5d";
}

.ui-credit-card-x:before {
  content: "\ea5e";
}

.ui-crop-01:before {
  content: "\ea5f";
}

.ui-crop-02:before {
  content: "\ea60";
}

.ui-cryptocurrency-01:before {
  content: "\ea61";
}

.ui-cryptocurrency-02:before {
  content: "\ea62";
}

.ui-cryptocurrency-03:before {
  content: "\ea63";
}

.ui-cryptocurrency-04:before {
  content: "\ea64";
}

.ui-cube-01:before {
  content: "\ea65";
}

.ui-cube-02:before {
  content: "\ea66";
}

.ui-cube-03:before {
  content: "\ea67";
}

.ui-cube-04:before {
  content: "\ea68";
}

.ui-cube-outline:before {
  content: "\ea69";
}

.ui-currency-bitcoin:before {
  content: "\ea6a";
}

.ui-currency-bitcoin-circle:before {
  content: "\ea6b";
}

.ui-currency-dollar:before {
  content: "\ea6c";
}

.ui-currency-dollar-circle:before {
  content: "\ea6d";
}

.ui-currency-ethereum:before {
  content: "\ea6e";
}

.ui-currency-ethereum-circle:before {
  content: "\ea6f";
}

.ui-currency-euro:before {
  content: "\ea70";
}

.ui-currency-euro-circle:before {
  content: "\ea71";
}

.ui-currency-pound:before {
  content: "\ea72";
}

.ui-currency-pound-circle:before {
  content: "\ea73";
}

.ui-currency-ruble:before {
  content: "\ea74";
}

.ui-currency-ruble-circle:before {
  content: "\ea75";
}

.ui-currency-rupee:before {
  content: "\ea76";
}

.ui-currency-rupee-circle:before {
  content: "\ea77";
}

.ui-currency-yen:before {
  content: "\ea78";
}

.ui-currency-yen-circle:before {
  content: "\ea79";
}

.ui-cursor-01:before {
  content: "\ea7a";
}

.ui-cursor-02:before {
  content: "\ea7b";
}

.ui-cursor-03:before {
  content: "\ea7c";
}

.ui-cursor-04:before {
  content: "\ea7d";
}

.ui-cursor-box:before {
  content: "\ea7e";
}

.ui-cursor-click-01:before {
  content: "\ea7f";
}

.ui-cursor-click-02:before {
  content: "\ea80";
}

.ui-data:before {
  content: "\ea81";
}

.ui-database-01:before {
  content: "\ea82";
}

.ui-database-02:before {
  content: "\ea83";
}

.ui-database-03:before {
  content: "\ea84";
}

.ui-dataflow-01:before {
  content: "\ea85";
}

.ui-dataflow-02:before {
  content: "\ea86";
}

.ui-dataflow-03:before {
  content: "\ea87";
}

.ui-dataflow-04:before {
  content: "\ea88";
}

.ui-delete:before {
  content: "\ea89";
}

.ui-diamond-01:before {
  content: "\ea8a";
}

.ui-diamond-02:before {
  content: "\ea8b";
}

.ui-dice-1:before {
  content: "\ea8c";
}

.ui-dice-2:before {
  content: "\ea8d";
}

.ui-dice-3:before {
  content: "\ea8e";
}

.ui-dice-4:before {
  content: "\ea8f";
}

.ui-dice-5:before {
  content: "\ea90";
}

.ui-dice-6:before {
  content: "\ea91";
}

.ui-disc-01:before {
  content: "\ea92";
}

.ui-disc-02:before {
  content: "\ea93";
}

.ui-distribute-spacing-horizontal:before {
  content: "\ea94";
}

.ui-distribute-spacing-vertical:before {
  content: "\ea95";
}

.ui-divide-01:before {
  content: "\ea96";
}

.ui-divide-02:before {
  content: "\ea97";
}

.ui-divide-03:before {
  content: "\ea98";
}

.ui-divider:before {
  content: "\ea99";
}

.ui-dotpoints-01:before {
  content: "\ea9a";
}

.ui-dotpoints-02:before {
  content: "\ea9b";
}

.ui-dots-grid:before {
  content: "\ea9c";
}

.ui-dots-horizontal:before {
  content: "\ea9d";
}

.ui-dots-vertical:before {
  content: "\ea9e";
}

.ui-download-01:before {
  content: "\ea9f";
}

.ui-download-01-alt:before {
  content: "\eaa0";
}

.ui-download-02:before {
  content: "\eaa1";
}

.ui-download-03:before {
  content: "\eaa2";
}

.ui-download-04:before {
  content: "\eaa3";
}

.ui-download-cloud-01:before {
  content: "\eaa4";
}

.ui-download-cloud-02:before {
  content: "\eaa5";
}

.ui-drop:before {
  content: "\eaa6";
}

.ui-droplets-01:before {
  content: "\eaa7";
}

.ui-droplets-02:before {
  content: "\eaa8";
}

.ui-droplets-03:before {
  content: "\eaa9";
}

.ui-dropper:before {
  content: "\eaaa";
}

.ui-edit-01:before {
  content: "\eaab";
}

.ui-edit-02:before {
  content: "\eaac";
}

.ui-edit-03:before {
  content: "\eaad";
}

.ui-edit-04:before {
  content: "\eaae";
}

.ui-edit-05:before {
  content: "\eaaf";
}

.ui-eero:before {
  content: "\eab0";
}

.ui-eero-network:before {
  content: "\eab1";
}

.ui-equal:before {
  content: "\eab2";
}

.ui-equal-not:before {
  content: "\eab3";
}

.ui-eraser:before {
  content: "\eab4";
}

.ui-eSIM:before {
  content: "\eab5";
}

.ui-expand-01:before {
  content: "\eab6";
}

.ui-expand-02:before {
  content: "\eab7";
}

.ui-expand-03:before {
  content: "\eab8";
}

.ui-expand-04:before {
  content: "\eab9";
}

.ui-expand-05:before {
  content: "\eaba";
}

.ui-expand-06:before {
  content: "\eabb";
}

.ui-eye:before {
  content: "\eabc";
}

.ui-eye-off:before {
  content: "\eabd";
}

.ui-facebook:before {
  content: "\eabe";
}

.ui-face-content:before {
  content: "\eabf";
}

.ui-face-frown:before {
  content: "\eac0";
}

.ui-face-happy:before {
  content: "\eac1";
}

.ui-face-id:before {
  content: "\eac2";
}

.ui-face-id-square:before {
  content: "\eac3";
}

.ui-face-neutral:before {
  content: "\eac4";
}

.ui-face-sad:before {
  content: "\eac5";
}

.ui-face-smile:before {
  content: "\eac6";
}

.ui-face-wink:before {
  content: "\eac7";
}

.ui-fast-backward:before {
  content: "\eac8";
}

.ui-fast-forward:before {
  content: "\eac9";
}

.ui-feather:before {
  content: "\eaca";
}

.ui-fibre-upgrade:before {
  content: "\eacb";
}

.ui-figma:before {
  content: "\eacc";
}

.ui-file-01:before {
  content: "\eacd";
}

.ui-file-02:before {
  content: "\eace";
}

.ui-file-03:before {
  content: "\eacf";
}

.ui-file-04:before {
  content: "\ead0";
}

.ui-file-05:before {
  content: "\ead1";
}

.ui-file-06:before {
  content: "\ead2";
}

.ui-file-07:before {
  content: "\ead3";
}

.ui-file-attachment-01:before {
  content: "\ead4";
}

.ui-file-attachment-02:before {
  content: "\ead5";
}

.ui-file-attachment-03:before {
  content: "\ead6";
}

.ui-file-attachment-04:before {
  content: "\ead7";
}

.ui-file-attachment-05:before {
  content: "\ead8";
}

.ui-file-check-01:before {
  content: "\ead9";
}

.ui-file-check-02:before {
  content: "\eada";
}

.ui-file-check-03:before {
  content: "\eadb";
}

.ui-file-code-01:before {
  content: "\eadc";
}

.ui-file-code-02:before {
  content: "\eadd";
}

.ui-file-download-01:before {
  content: "\eade";
}

.ui-file-download-02:before {
  content: "\eadf";
}

.ui-file-download-03:before {
  content: "\eae0";
}

.ui-file-heart-01:before {
  content: "\eae1";
}

.ui-file-heart-02:before {
  content: "\eae2";
}

.ui-file-heart-03:before {
  content: "\eae3";
}

.ui-file-lock-01:before {
  content: "\eae4";
}

.ui-file-lock-02:before {
  content: "\eae5";
}

.ui-file-minus-01:before {
  content: "\eae6";
}

.ui-file-minus-02:before {
  content: "\eae7";
}

.ui-file-minus-03:before {
  content: "\eae8";
}

.ui-file-plus-01:before {
  content: "\eae9";
}

.ui-file-plus-02:before {
  content: "\eaea";
}

.ui-file-plus-03:before {
  content: "\eaeb";
}

.ui-file-question-01:before {
  content: "\eaec";
}

.ui-file-question-02:before {
  content: "\eaed";
}

.ui-file-question-03:before {
  content: "\eaee";
}

.ui-file-search-01:before {
  content: "\eaef";
}

.ui-file-search-02:before {
  content: "\eaf0";
}

.ui-file-search-03:before {
  content: "\eaf1";
}

.ui-file-shield-01:before {
  content: "\eaf2";
}

.ui-file-shield-02:before {
  content: "\eaf3";
}

.ui-file-shield-03:before {
  content: "\eaf4";
}

.ui-file-x-01:before {
  content: "\eaf5";
}

.ui-file-x-02:before {
  content: "\eaf6";
}

.ui-file-x-03:before {
  content: "\eaf7";
}

.ui-film-01:before {
  content: "\eaf8";
}

.ui-film-02:before {
  content: "\eaf9";
}

.ui-film-03:before {
  content: "\eafa";
}

.ui-filter-funnel:before {
  content: "\eafb";
}

.ui-filter-funnel-01:before {
  content: "\eafc";
}

.ui-filter-funnel-02:before {
  content: "\eafd";
}

.ui-filter-lines:before {
  content: "\eafe";
}

.ui-fingerprint-01:before {
  content: "\eaff";
}

.ui-fingerprint-02:before {
  content: "\eb00";
}

.ui-fingerprint-03:before {
  content: "\eb01";
}

.ui-fingerprint-04:before {
  content: "\eb02";
}

.ui-fixed-wireless:before {
  content: "\eb03";
}

.ui-flag-01:before {
  content: "\eb04";
}

.ui-flag-02:before {
  content: "\eb05";
}

.ui-flag-03:before {
  content: "\eb06";
}

.ui-flag-04:before {
  content: "\eb07";
}

.ui-flag-05:before {
  content: "\eb08";
}

.ui-flag-06:before {
  content: "\eb09";
}

.ui-flash:before {
  content: "\eb0a";
}

.ui-flash-off:before {
  content: "\eb0b";
}

.ui-flex-align-bottom:before {
  content: "\eb0c";
}

.ui-flex-align-left:before {
  content: "\eb0d";
}

.ui-flex-align-right:before {
  content: "\eb0e";
}

.ui-flex-align-top:before {
  content: "\eb0f";
}

.ui-flip-backward:before {
  content: "\eb10";
}

.ui-flip-forward:before {
  content: "\eb11";
}

.ui-folder:before {
  content: "\eb12";
}

.ui-folder-check:before {
  content: "\eb13";
}

.ui-folder-closed:before {
  content: "\eb14";
}

.ui-folder-code:before {
  content: "\eb15";
}

.ui-folder-download:before {
  content: "\eb16";
}

.ui-folder-lock:before {
  content: "\eb17";
}

.ui-folder-minus:before {
  content: "\eb18";
}

.ui-folder-plus:before {
  content: "\eb19";
}

.ui-folder-question:before {
  content: "\eb1a";
}

.ui-folder-search:before {
  content: "\eb1b";
}

.ui-folder-shield:before {
  content: "\eb1c";
}

.ui-folder-x:before {
  content: "\eb1d";
}

.ui-framer:before {
  content: "\eb1e";
}

.ui-gaming-pad-01:before {
  content: "\eb1f";
}

.ui-gaming-pad-02:before {
  content: "\eb20";
}

.ui-gift-01:before {
  content: "\eb21";
}

.ui-gift-02:before {
  content: "\eb22";
}

.ui-git-branch-01:before {
  content: "\eb23";
}

.ui-git-branch-02:before {
  content: "\eb24";
}

.ui-git-commit:before {
  content: "\eb25";
}

.ui-git-merge:before {
  content: "\eb26";
}

.ui-git-pull-request:before {
  content: "\eb27";
}

.ui-glasses-01:before {
  content: "\eb28";
}

.ui-glasses-02:before {
  content: "\eb29";
}

.ui-globe:before {
  content: "\eb2a";
}

.ui-globe-01:before {
  content: "\eb2b";
}

.ui-globe-02:before {
  content: "\eb2c";
}

.ui-globe-03:before {
  content: "\eb2d";
}

.ui-globe-04:before {
  content: "\eb2e";
}

.ui-globe-05:before {
  content: "\eb2f";
}

.ui-globe-06:before {
  content: "\eb30";
}

.ui-globe-slated-01:before {
  content: "\eb31";
}

.ui-globe-slated-02:before {
  content: "\eb32";
}

.ui-google:before {
  content: "\eb33";
}

.ui-google-chrome:before {
  content: "\eb34";
}

.ui-graduation-hat-01:before {
  content: "\eb35";
}

.ui-graduation-hat-02:before {
  content: "\eb36";
}

.ui-grid-01:before {
  content: "\eb37";
}

.ui-grid-02:before {
  content: "\eb38";
}

.ui-grid-03:before {
  content: "\eb39";
}

.ui-grid-dots-blank:before {
  content: "\eb3a";
}

.ui-grid-dots-bottom:before {
  content: "\eb3b";
}

.ui-grid-dots-horizontal-center:before {
  content: "\eb3c";
}

.ui-grid-dots-left:before {
  content: "\eb3d";
}

.ui-grid-dots-outer:before {
  content: "\eb3e";
}

.ui-grid-dots-right:before {
  content: "\eb3f";
}

.ui-grid-dots-top:before {
  content: "\eb40";
}

.ui-grid-dots-vertical-center:before {
  content: "\eb41";
}

.ui-hand:before {
  content: "\eb42";
}

.ui-handsets:before {
  content: "\eb43";
}

.ui-hard-drive:before {
  content: "\eb44";
}

.ui-hash-01:before {
  content: "\eb45";
}

.ui-hash-02:before {
  content: "\eb46";
}

.ui-heading-01:before {
  content: "\eb47";
}

.ui-heading-02:before {
  content: "\eb48";
}

.ui-heading-square:before {
  content: "\eb49";
}

.ui-headphones-01:before {
  content: "\eb4a";
}

.ui-headphones-02:before {
  content: "\eb4b";
}

.ui-heart:before {
  content: "\eb4c";
}

.ui-heart-circle:before {
  content: "\eb4d";
}

.ui-heart-hand:before {
  content: "\eb4e";
}

.ui-heart-hands:before {
  content: "\eb4f";
}

.ui-heart-hexagon:before {
  content: "\eb50";
}

.ui-heart-octagon:before {
  content: "\eb51";
}

.ui-heart-rounded:before {
  content: "\eb52";
}

.ui-hearts:before {
  content: "\eb53";
}

.ui-heart-square:before {
  content: "\eb54";
}

.ui-help:before {
  content: "\eb55";
}

.ui-help-circle:before {
  content: "\eb56";
}

.ui-help-hexagon:before {
  content: "\eb57";
}

.ui-help-octagon:before {
  content: "\eb58";
}

.ui-help-square:before {
  content: "\eb59";
}

.ui-hexagon-01:before {
  content: "\eb5a";
}

.ui-hexagon-02:before {
  content: "\eb5b";
}

.ui-home-01:before {
  content: "\eb5c";
}

.ui-home-02:before {
  content: "\eb5d";
}

.ui-home-03:before {
  content: "\eb5e";
}

.ui-home-04:before {
  content: "\eb5f";
}

.ui-home-05:before {
  content: "\eb60";
}

.ui-home-line:before {
  content: "\eb61";
}

.ui-home-smile:before {
  content: "\eb62";
}

.ui-horizontal-bar-chart-01:before {
  content: "\eb63";
}

.ui-horizontal-bar-chart-02:before {
  content: "\eb64";
}

.ui-horizontal-bar-chart-03:before {
  content: "\eb65";
}

.ui-hourglass-01:before {
  content: "\eb66";
}

.ui-hourglass-02:before {
  content: "\eb67";
}

.ui-hourglass-03:before {
  content: "\eb68";
}

.ui-hurricane-01:before {
  content: "\eb69";
}

.ui-hurricane-02:before {
  content: "\eb6a";
}

.ui-hurricane-03:before {
  content: "\eb6b";
}

.ui-image-01:before {
  content: "\eb6c";
}

.ui-image-02:before {
  content: "\eb6d";
}

.ui-image-03:before {
  content: "\eb6e";
}

.ui-image-04:before {
  content: "\eb6f";
}

.ui-image-05:before {
  content: "\eb70";
}

.ui-image-check:before {
  content: "\eb71";
}

.ui-image-down:before {
  content: "\eb72";
}

.ui-image-indent-left:before {
  content: "\eb73";
}

.ui-image-indent-right:before {
  content: "\eb74";
}

.ui-image-left:before {
  content: "\eb75";
}

.ui-image-plus:before {
  content: "\eb76";
}

.ui-image-right:before {
  content: "\eb77";
}

.ui-image-up:before {
  content: "\eb78";
}

.ui-image-user:before {
  content: "\eb79";
}

.ui-image-user-check:before {
  content: "\eb7a";
}

.ui-image-user-down:before {
  content: "\eb7b";
}

.ui-image-user-left:before {
  content: "\eb7c";
}

.ui-image-user-plus:before {
  content: "\eb7d";
}

.ui-image-user-right:before {
  content: "\eb7e";
}

.ui-image-user-up:before {
  content: "\eb7f";
}

.ui-image-user-x:before {
  content: "\eb80";
}

.ui-image-x:before {
  content: "\eb81";
}

.ui-inbox-01:before {
  content: "\eb82";
}

.ui-inbox-02:before {
  content: "\eb83";
}

.ui-infinity:before {
  content: "\eb84";
}

.ui-info:before {
  content: "\eb85";
}

.ui-info-circle:before {
  content: "\eb86";
}

.ui-info-hexagon:before {
  content: "\eb87";
}

.ui-info-octagon:before {
  content: "\eb88";
}

.ui-info-square:before {
  content: "\eb89";
}

.ui-inseego:before {
  content: "\eb8a";
}

.ui-instagram:before {
  content: "\eb8b";
}

.ui-intersect-circle:before {
  content: "\eb8c";
}

.ui-intersect-square:before {
  content: "\eb8d";
}

.ui-italic-01:before {
  content: "\eb8e";
}

.ui-italic-02:before {
  content: "\eb8f";
}

.ui-italic-square:before {
  content: "\eb90";
}

.ui-key-01:before {
  content: "\eb91";
}

.ui-key-02:before {
  content: "\eb92";
}

.ui-keyboard-01:before {
  content: "\eb93";
}

.ui-keyboard-02:before {
  content: "\eb94";
}

.ui-laptop-01:before {
  content: "\eb95";
}

.ui-laptop-02:before {
  content: "\eb96";
}

.ui-layer-single:before {
  content: "\eb97";
}

.ui-layers-three-01:before {
  content: "\eb98";
}

.ui-layers-three-02:before {
  content: "\eb99";
}

.ui-layers-two-01:before {
  content: "\eb9a";
}

.ui-layers-two-02:before {
  content: "\eb9b";
}

.ui-layout-alt-01:before {
  content: "\eb9c";
}

.ui-layout-alt-02:before {
  content: "\eb9d";
}

.ui-layout-alt-03:before {
  content: "\eb9e";
}

.ui-layout-alt-04:before {
  content: "\eb9f";
}

.ui-layout-bottom:before {
  content: "\eba0";
}

.ui-layout-grid-01:before {
  content: "\eba1";
}

.ui-layout-grid-02:before {
  content: "\eba2";
}

.ui-layout-left:before {
  content: "\eba3";
}

.ui-layout-right:before {
  content: "\eba4";
}

.ui-layout-top:before {
  content: "\eba5";
}

.ui-left-indent-01:before {
  content: "\eba6";
}

.ui-left-indent-02:before {
  content: "\eba7";
}

.ui-letter-spacing-01:before {
  content: "\eba8";
}

.ui-letter-spacing-02:before {
  content: "\eba9";
}

.ui-life-buoy-01:before {
  content: "\ebaa";
}

.ui-life-buoy-02:before {
  content: "\ebab";
}

.ui-lightbulb:before {
  content: "\ebac";
}

.ui-lightbulb-01:before {
  content: "\ebad";
}

.ui-lightbulb-02:before {
  content: "\ebae";
}

.ui-lightbulb-03:before {
  content: "\ebaf";
}

.ui-lightbulb-04:before {
  content: "\ebb0";
}

.ui-lightbulb-05:before {
  content: "\ebb1";
}

.ui-lightning-01:before {
  content: "\ebb2";
}

.ui-lightning-02:before {
  content: "\ebb3";
}

.ui-line-chart-down-01:before {
  content: "\ebb4";
}

.ui-line-chart-down-02:before {
  content: "\ebb5";
}

.ui-line-chart-down-03:before {
  content: "\ebb6";
}

.ui-line-chart-down-04:before {
  content: "\ebb7";
}

.ui-line-chart-down-05:before {
  content: "\ebb8";
}

.ui-line-chart-up-01:before {
  content: "\ebb9";
}

.ui-line-chart-up-02:before {
  content: "\ebba";
}

.ui-line-chart-up-03:before {
  content: "\ebbb";
}

.ui-line-chart-up-04:before {
  content: "\ebbc";
}

.ui-line-chart-up-05:before {
  content: "\ebbd";
}

.ui-line-height:before {
  content: "\ebbe";
}

.ui-link-01:before {
  content: "\ebbf";
}

.ui-link-02:before {
  content: "\ebc0";
}

.ui-link-03:before {
  content: "\ebc1";
}

.ui-link-04:before {
  content: "\ebc2";
}

.ui-link-05:before {
  content: "\ebc3";
}

.ui-link-broken-01:before {
  content: "\ebc4";
}

.ui-link-broken-02:before {
  content: "\ebc5";
}

.ui-linkedin:before {
  content: "\ebc6";
}

.ui-link-external-01:before {
  content: "\ebc7";
}

.ui-link-external-01-alt:before {
  content: "\ebc8";
}

.ui-link-external-02:before {
  content: "\ebc9";
}

.ui-list:before {
  content: "\ebca";
}

.ui-loading-01:before {
  content: "\ebcb";
}

.ui-loading-02:before {
  content: "\ebcc";
}

.ui-loading-03:before {
  content: "\ebcd";
}

.ui-lock-01:before {
  content: "\ebce";
}

.ui-lock-02:before {
  content: "\ebcf";
}

.ui-lock-03:before {
  content: "\ebd0";
}

.ui-lock-04:before {
  content: "\ebd1";
}

.ui-lock-keyhole-circle:before {
  content: "\ebd2";
}

.ui-lock-keyhole-square:before {
  content: "\ebd3";
}

.ui-lock-unlocked-01:before {
  content: "\ebd4";
}

.ui-lock-unlocked-02:before {
  content: "\ebd5";
}

.ui-lock-unlocked-03:before {
  content: "\ebd6";
}

.ui-lock-unlocked-04:before {
  content: "\ebd7";
}

.ui-log-in-01:before {
  content: "\ebd8";
}

.ui-log-in-01-alt:before {
  content: "\ebd9";
}

.ui-log-in-02:before {
  content: "\ebda";
}

.ui-log-in-02-alt:before {
  content: "\ebdb";
}

.ui-log-in-03:before {
  content: "\ebdc";
}

.ui-log-in-03-alt:before {
  content: "\ebdd";
}

.ui-log-in-04:before {
  content: "\ebde";
}

.ui-log-in-04-alt:before {
  content: "\ebdf";
}

.ui-log-out-01:before {
  content: "\ebe0";
}

.ui-log-out-01-alt:before {
  content: "\ebe1";
}

.ui-log-out-02:before {
  content: "\ebe2";
}

.ui-log-out-02-alt:before {
  content: "\ebe3";
}

.ui-log-out-03:before {
  content: "\ebe4";
}

.ui-log-out-03-alt:before {
  content: "\ebe5";
}

.ui-log-out-04:before {
  content: "\ebe6";
}

.ui-log-out-04-alt:before {
  content: "\ebe7";
}

.ui-luggage-01:before {
  content: "\ebe8";
}

.ui-luggage-02:before {
  content: "\ebe9";
}

.ui-luggage-03:before {
  content: "\ebea";
}

.ui-magic-wand-01:before {
  content: "\ebeb";
}

.ui-magic-wand-02:before {
  content: "\ebec";
}

.ui-mail-01:before {
  content: "\ebed";
}

.ui-mail-02:before {
  content: "\ebee";
}

.ui-mail-03:before {
  content: "\ebef";
}

.ui-mail-04:before {
  content: "\ebf0";
}

.ui-mail-05:before {
  content: "\ebf1";
}

.ui-map-01:before {
  content: "\ebf2";
}

.ui-map-02:before {
  content: "\ebf3";
}

.ui-mark:before {
  content: "\ebf4";
}

.ui-marker-pin-01:before {
  content: "\ebf5";
}

.ui-marker-pin-02:before {
  content: "\ebf6";
}

.ui-marker-pin-03:before {
  content: "\ebf7";
}

.ui-marker-pin-04:before {
  content: "\ebf8";
}

.ui-marker-pin-05:before {
  content: "\ebf9";
}

.ui-marker-pin-06:before {
  content: "\ebfa";
}

.ui-maximize:before {
  content: "\ebfb";
}

.ui-maximize-01:before {
  content: "\ebfc";
}

.ui-maximize-02:before {
  content: "\ebfd";
}

.ui-medical-circle:before {
  content: "\ebfe";
}

.ui-medical-cross:before {
  content: "\ebff";
}

.ui-medical-square:before {
  content: "\ec00";
}

.ui-menu-01:before {
  content: "\ec01";
}

.ui-menu-02:before {
  content: "\ec02";
}

.ui-menu-03:before {
  content: "\ec03";
}

.ui-menu-04:before {
  content: "\ec04";
}

.ui-menu-05:before {
  content: "\ec05";
}

.ui-message-alert-circle:before {
  content: "\ec06";
}

.ui-message-alert-square:before {
  content: "\ec07";
}

.ui-message-chat-circle:before {
  content: "\ec08";
}

.ui-message-chat-square:before {
  content: "\ec09";
}

.ui-message-check-circle:before {
  content: "\ec0a";
}

.ui-message-check-square:before {
  content: "\ec0b";
}

.ui-message-circle-01:before {
  content: "\ec0c";
}

.ui-message-circle-02:before {
  content: "\ec0d";
}

.ui-message-dots-circle:before {
  content: "\ec0e";
}

.ui-message-dots-square:before {
  content: "\ec0f";
}

.ui-message-heart-circle:before {
  content: "\ec10";
}

.ui-message-heart-square:before {
  content: "\ec11";
}

.ui-message-notification-circle:before {
  content: "\ec12";
}

.ui-message-notification-square:before {
  content: "\ec13";
}

.ui-message-plus-circle:before {
  content: "\ec14";
}

.ui-message-plus-square:before {
  content: "\ec15";
}

.ui-message-question-circle:before {
  content: "\ec16";
}

.ui-message-question-square:before {
  content: "\ec17";
}

.ui-message-smile-circle:before {
  content: "\ec18";
}

.ui-message-smile-square:before {
  content: "\ec19";
}

.ui-message-square-01:before {
  content: "\ec1a";
}

.ui-message-square-02:before {
  content: "\ec1b";
}

.ui-message-text-circle-01:before {
  content: "\ec1c";
}

.ui-message-text-circle-02:before {
  content: "\ec1d";
}

.ui-message-text-square-01:before {
  content: "\ec1e";
}

.ui-message-text-square-02:before {
  content: "\ec1f";
}

.ui-message-x-circle:before {
  content: "\ec20";
}

.ui-message-x-square:before {
  content: "\ec21";
}

.ui-microphone-01:before {
  content: "\ec22";
}

.ui-microphone-02:before {
  content: "\ec23";
}

.ui-microphone-off-01:before {
  content: "\ec24";
}

.ui-microphone-off-02:before {
  content: "\ec25";
}

.ui-microscope:before {
  content: "\ec26";
}

.ui-minimize:before {
  content: "\ec27";
}

.ui-minimize-01:before {
  content: "\ec28";
}

.ui-minimize-02:before {
  content: "\ec29";
}

.ui-minus:before {
  content: "\ec2a";
}

.ui-minus-circle:before {
  content: "\ec2b";
}

.ui-minus-square:before {
  content: "\ec2c";
}

.ui-mobile-network:before {
  content: "\ec2d";
}

.ui-modem-01:before {
  content: "\ec2e";
}

.ui-modem-02:before {
  content: "\ec2f";
}

.ui-modem-03:before {
  content: "\ec30";
}

.ui-monitor-01:before {
  content: "\ec31";
}

.ui-monitor-02:before {
  content: "\ec32";
}

.ui-monitor-03:before {
  content: "\ec33";
}

.ui-monitor-04:before {
  content: "\ec34";
}

.ui-monitor-05:before {
  content: "\ec35";
}

.ui-moon-01:before {
  content: "\ec36";
}

.ui-moon-02:before {
  content: "\ec37";
}

.ui-moon-eclipse:before {
  content: "\ec38";
}

.ui-moon-star:before {
  content: "\ec39";
}

.ui-mouse:before {
  content: "\ec3a";
}

.ui-move:before {
  content: "\ec3b";
}

.ui-music-note-01:before {
  content: "\ec3c";
}

.ui-music-note-02:before {
  content: "\ec3d";
}

.ui-music-note-plus:before {
  content: "\ec3e";
}

.ui-navigation-pointer-01:before {
  content: "\ec3f";
}

.ui-navigation-pointer-02:before {
  content: "\ec40";
}

.ui-navigation-pointer-off-01:before {
  content: "\ec41";
}

.ui-navigation-pointer-off-02:before {
  content: "\ec42";
}

.ui-netcomm:before {
  content: "\ec43";
}

.ui-network:before {
  content: "\ec44";
}

.ui-network-error:before {
  content: "\ec45";
}

.ui-no-ads:before {
  content: "\ec46";
}

.ui-notification-box:before {
  content: "\ec47";
}

.ui-notification-message:before {
  content: "\ec48";
}

.ui-notification-text:before {
  content: "\ec49";
}

.ui-octagon:before {
  content: "\ec4a";
}

.ui-package:before {
  content: "\ec4b";
}

.ui-package-check:before {
  content: "\ec4c";
}

.ui-package-minus:before {
  content: "\ec4d";
}

.ui-package-plus:before {
  content: "\ec4e";
}

.ui-package-search:before {
  content: "\ec4f";
}

.ui-package-x:before {
  content: "\ec50";
}

.ui-paint:before {
  content: "\ec51";
}

.ui-paint-pour:before {
  content: "\ec52";
}

.ui-palette:before {
  content: "\ec53";
}

.ui-paperclip:before {
  content: "\ec54";
}

.ui-paragraph-spacing:before {
  content: "\ec55";
}

.ui-paragraph-wrap:before {
  content: "\ec56";
}

.ui-passcode:before {
  content: "\ec57";
}

.ui-passcode-lock:before {
  content: "\ec58";
}

.ui-passport:before {
  content: "\ec59";
}

.ui-pause-circle:before {
  content: "\ec5a";
}

.ui-pause-square:before {
  content: "\ec5b";
}

.ui-pencil-01:before {
  content: "\ec5c";
}

.ui-pencil-02:before {
  content: "\ec5d";
}

.ui-pencil-line:before {
  content: "\ec5e";
}

.ui-pentagon:before {
  content: "\ec5f";
}

.ui-pen-tool-01:before {
  content: "\ec60";
}

.ui-pen-tool-02:before {
  content: "\ec61";
}

.ui-pen-tool-minus:before {
  content: "\ec62";
}

.ui-pen-tool-plus:before {
  content: "\ec63";
}

.ui-percent-01:before {
  content: "\ec64";
}

.ui-percent-02:before {
  content: "\ec65";
}

.ui-percent-03:before {
  content: "\ec66";
}

.ui-percentage:before {
  content: "\ec67";
}

.ui-perspective-01:before {
  content: "\ec68";
}

.ui-perspective-02:before {
  content: "\ec69";
}

.ui-phone:before {
  content: "\ec6a";
}

.ui-phone-01:before {
  content: "\ec6b";
}

.ui-phone-02:before {
  content: "\ec6c";
}

.ui-phone-call-01:before {
  content: "\ec6d";
}

.ui-phone-call-02:before {
  content: "\ec6e";
}

.ui-phone-global:before {
  content: "\ec6f";
}

.ui-phone-hang-up:before {
  content: "\ec70";
}

.ui-phone-incoming-01:before {
  content: "\ec71";
}

.ui-phone-incoming-02:before {
  content: "\ec72";
}

.ui-phone-outgoing-01:before {
  content: "\ec73";
}

.ui-phone-outgoing-02:before {
  content: "\ec74";
}

.ui-phone-pause:before {
  content: "\ec75";
}

.ui-phone-plus:before {
  content: "\ec76";
}

.ui-phone-x:before {
  content: "\ec77";
}

.ui-pie-chart-01:before {
  content: "\ec78";
}

.ui-pie-chart-02:before {
  content: "\ec79";
}

.ui-pie-chart-03:before {
  content: "\ec7a";
}

.ui-pie-chart-04:before {
  content: "\ec7b";
}

.ui-piggy-bank-01:before {
  content: "\ec7c";
}

.ui-piggy-bank-02:before {
  content: "\ec7d";
}

.ui-pilcrow-01:before {
  content: "\ec7e";
}

.ui-pilcrow-02:before {
  content: "\ec7f";
}

.ui-pilcrow-square:before {
  content: "\ec80";
}

.ui-pin-01:before {
  content: "\ec81";
}

.ui-pin-02:before {
  content: "\ec82";
}

.ui-placeholder:before {
  content: "\ec83";
}

.ui-plane:before {
  content: "\ec84";
}

.ui-play:before {
  content: "\ec85";
}

.ui-play-circle:before {
  content: "\ec86";
}

.ui-play-square:before {
  content: "\ec87";
}

.ui-plus:before {
  content: "\ec88";
}

.ui-plus-circle:before {
  content: "\ec89";
}

.ui-plus-square:before {
  content: "\ec8a";
}

.ui-podcast:before {
  content: "\ec8b";
}

.ui-power-01:before {
  content: "\ec8c";
}

.ui-power-02:before {
  content: "\ec8d";
}

.ui-power-03:before {
  content: "\ec8e";
}

.ui-presentation-chart-01:before {
  content: "\ec8f";
}

.ui-presentation-chart-02:before {
  content: "\ec90";
}

.ui-presentation-chart-03:before {
  content: "\ec91";
}

.ui-printer:before {
  content: "\ec92";
}

.ui-puzzle-piece-01:before {
  content: "\ec93";
}

.ui-puzzle-piece-02:before {
  content: "\ec94";
}

.ui-qr-code-01:before {
  content: "\ec95";
}

.ui-qr-code-02:before {
  content: "\ec96";
}

.ui-receipt:before {
  content: "\ec97";
}

.ui-receipt-check:before {
  content: "\ec98";
}

.ui-recording-01:before {
  content: "\ec99";
}

.ui-recording-02:before {
  content: "\ec9a";
}

.ui-recording-03:before {
  content: "\ec9b";
}

.ui-reflect-01:before {
  content: "\ec9c";
}

.ui-reflect-02:before {
  content: "\ec9d";
}

.ui-refresh-ccw-01:before {
  content: "\ec9e";
}

.ui-refresh-ccw-02:before {
  content: "\ec9f";
}

.ui-refresh-ccw-03:before {
  content: "\eca0";
}

.ui-refresh-ccw-04:before {
  content: "\eca1";
}

.ui-refresh-ccw-05:before {
  content: "\eca2";
}

.ui-refresh-cw-01:before {
  content: "\eca3";
}

.ui-refresh-cw-02:before {
  content: "\eca4";
}

.ui-refresh-cw-03:before {
  content: "\eca5";
}

.ui-refresh-cw-04:before {
  content: "\eca6";
}

.ui-refresh-cw-05:before {
  content: "\eca7";
}

.ui-remote-working-01:before {
  content: "\eca8";
}

.ui-remote-working-02:before {
  content: "\eca9";
}

.ui-repeat-01:before {
  content: "\ecaa";
}

.ui-repeat-02:before {
  content: "\ecab";
}

.ui-repeat-03:before {
  content: "\ecac";
}

.ui-repeat-04:before {
  content: "\ecad";
}

.ui-reverse-left:before {
  content: "\ecae";
}

.ui-reverse-right:before {
  content: "\ecaf";
}

.ui-right-indent-01:before {
  content: "\ecb0";
}

.ui-right-indent-02:before {
  content: "\ecb1";
}

.ui-rocket-01:before {
  content: "\ecb2";
}

.ui-rocket-02:before {
  content: "\ecb3";
}

.ui-roller-brush:before {
  content: "\ecb4";
}

.ui-route:before {
  content: "\ecb5";
}

.ui-rows-01:before {
  content: "\ecb6";
}

.ui-rows-02:before {
  content: "\ecb7";
}

.ui-rows-03:before {
  content: "\ecb8";
}

.ui-rss-01:before {
  content: "\ecb9";
}

.ui-rss-02:before {
  content: "\ecba";
}

.ui-ruler:before {
  content: "\ecbb";
}

.ui-safe:before {
  content: "\ecbc";
}

.ui-sale:before {
  content: "\ecbd";
}

.ui-sale-01:before {
  content: "\ecbe";
}

.ui-sale-02:before {
  content: "\ecbf";
}

.ui-sale-03:before {
  content: "\ecc0";
}

.ui-sale-04:before {
  content: "\ecc1";
}

.ui-save-01:before {
  content: "\ecc2";
}

.ui-save-02:before {
  content: "\ecc3";
}

.ui-save-03:before {
  content: "\ecc4";
}

.ui-scale-01:before {
  content: "\ecc5";
}

.ui-scale-02:before {
  content: "\ecc6";
}

.ui-scale-03:before {
  content: "\ecc7";
}

.ui-scales-01:before {
  content: "\ecc8";
}

.ui-scales-02:before {
  content: "\ecc9";
}

.ui-scam-watch:before {
  content: "\ecca";
}

.ui-scan:before {
  content: "\eccb";
}

.ui-scissors-01:before {
  content: "\eccc";
}

.ui-scissors-02:before {
  content: "\eccd";
}

.ui-scissors-cut-01:before {
  content: "\ecce";
}

.ui-scissors-cut-02:before {
  content: "\eccf";
}

.ui-search-lg:before {
  content: "\ecd0";
}

.ui-search-md:before {
  content: "\ecd1";
}

.ui-search-refraction:before {
  content: "\ecd2";
}

.ui-search-sm:before {
  content: "\ecd3";
}

.ui-send-01:before {
  content: "\ecd4";
}

.ui-send-02:before {
  content: "\ecd5";
}

.ui-send-03:before {
  content: "\ecd6";
}

.ui-server-01:before {
  content: "\ecd7";
}

.ui-server-02:before {
  content: "\ecd8";
}

.ui-server-03:before {
  content: "\ecd9";
}

.ui-server-04:before {
  content: "\ecda";
}

.ui-server-05:before {
  content: "\ecdb";
}

.ui-server-06:before {
  content: "\ecdc";
}

.ui-settings-01:before {
  content: "\ecdd";
}

.ui-settings-02:before {
  content: "\ecde";
}

.ui-settings-03:before {
  content: "\ecdf";
}

.ui-settings-04:before {
  content: "\ece0";
}

.ui-share-01:before {
  content: "\ece1";
}

.ui-share-01-alt:before {
  content: "\ece2";
}

.ui-share-02:before {
  content: "\ece3";
}

.ui-share-02-alt:before {
  content: "\ece4";
}

.ui-share-03:before {
  content: "\ece5";
}

.ui-share-04:before {
  content: "\ece6";
}

.ui-share-04-alt:before {
  content: "\ece7";
}

.ui-share-05:before {
  content: "\ece8";
}

.ui-share-06:before {
  content: "\ece9";
}

.ui-share-07:before {
  content: "\ecea";
}

.ui-shield:before {
  content: "\eceb";
}

.ui-shield-01:before {
  content: "\ecec";
}

.ui-shield-02:before {
  content: "\eced";
}

.ui-shield-03:before {
  content: "\ecee";
}

.ui-shield-dollar:before {
  content: "\ecef";
}

.ui-shield-off:before {
  content: "\ecf0";
}

.ui-shield-plus:before {
  content: "\ecf1";
}

.ui-shield-star:before {
  content: "\ecf2";
}

.ui-shield-tick:before {
  content: "\ecf3";
}

.ui-shield-tick-01:before {
  content: "\ecf4";
}

.ui-shield-tick-02:before {
  content: "\ecf5";
}

.ui-shield-up:before {
  content: "\ecf6";
}

.ui-shield-wifi:before {
  content: "\ecf7";
}

.ui-shield-zap:before {
  content: "\ecf8";
}

.ui-shopping-bag-01:before {
  content: "\ecf9";
}

.ui-shopping-bag-02:before {
  content: "\ecfa";
}

.ui-shopping-bag-03:before {
  content: "\ecfb";
}

.ui-shopping-cart-01:before {
  content: "\ecfc";
}

.ui-shopping-cart-02:before {
  content: "\ecfd";
}

.ui-shopping-cart-03:before {
  content: "\ecfe";
}

.ui-shuffle-01:before {
  content: "\ecff";
}

.ui-shuffle-02:before {
  content: "\ed00";
}

.ui-signal-01:before {
  content: "\ed01";
}

.ui-signal-02:before {
  content: "\ed02";
}

.ui-signal-03:before {
  content: "\ed03";
}

.ui-simcard:before {
  content: "\ed04";
}

.ui-simcards:before {
  content: "\ed05";
}

.ui-skew:before {
  content: "\ed06";
}

.ui-skip-back:before {
  content: "\ed07";
}

.ui-skip-forward:before {
  content: "\ed08";
}

.ui-slash-circle-01:before {
  content: "\ed09";
}

.ui-slash-circle-02:before {
  content: "\ed0a";
}

.ui-slash-divider:before {
  content: "\ed0b";
}

.ui-slash-octagon:before {
  content: "\ed0c";
}

.ui-sliders-01:before {
  content: "\ed0d";
}

.ui-sliders-02:before {
  content: "\ed0e";
}

.ui-sliders-03:before {
  content: "\ed0f";
}

.ui-sliders-04:before {
  content: "\ed10";
}

.ui-snowflake-01:before {
  content: "\ed11";
}

.ui-snowflake-02:before {
  content: "\ed12";
}

.ui-softphone:before {
  content: "\ed13";
}

.ui-spacing-height-01:before {
  content: "\ed14";
}

.ui-spacing-height-02:before {
  content: "\ed15";
}

.ui-spacing-width-01:before {
  content: "\ed16";
}

.ui-spacing-width-02:before {
  content: "\ed17";
}

.ui-speaker-01:before {
  content: "\ed18";
}

.ui-speaker-02:before {
  content: "\ed19";
}

.ui-speaker-03:before {
  content: "\ed1a";
}

.ui-speedometer-01 .path1:before {
  content: "\ed1b";
  color: rgb(163, 163, 163);
}

.ui-speedometer-01 .path2:before {
  content: "\ed1c";
  margin-left: -1em;
  color: rgb(163, 163, 163);
}

.ui-speedometer-01 .path3:before {
  content: "\ed1d";
  margin-left: -1em;
  color: rgb(163, 163, 163);
}

.ui-speedometer-01 .path4:before {
  content: "\ed1e";
  margin-left: -1em;
  color: rgb(163, 163, 163);
}

.ui-speedometer-01 .path5:before {
  content: "\ed1f";
  margin-left: -1em;
  color: rgb(163, 163, 163);
}

.ui-speedometer-01 .path6:before {
  content: "\ed20";
  margin-left: -1em;
  color: rgb(253, 68, 68);
}

.ui-speedometer-01 .path7:before {
  content: "\ed21";
  margin-left: -1em;
  color: rgb(163, 163, 163);
}

.ui-speedometer-02 .path1:before {
  content: "\ed22";
  color: rgb(163, 163, 163);
}

.ui-speedometer-02 .path2:before {
  content: "\ed23";
  margin-left: -1em;
  color: rgb(163, 163, 163);
}

.ui-speedometer-02 .path3:before {
  content: "\ed24";
  margin-left: -1em;
  color: rgb(163, 163, 163);
}

.ui-speedometer-02 .path4:before {
  content: "\ed25";
  margin-left: -1em;
  color: rgb(163, 163, 163);
}

.ui-speedometer-02 .path5:before {
  content: "\ed26";
  margin-left: -1em;
  color: rgb(163, 163, 163);
}

.ui-speedometer-02 .path6:before {
  content: "\ed27";
  margin-left: -1em;
  color: rgb(253, 68, 68);
}

.ui-speedometer-02 .path7:before {
  content: "\ed28";
  margin-left: -1em;
  color: rgb(163, 163, 163);
}

.ui-speedometer-03 .path1:before {
  content: "\ed29";
  color: rgb(163, 163, 163);
}

.ui-speedometer-03 .path2:before {
  content: "\ed2a";
  margin-left: -1em;
  color: rgb(163, 163, 163);
}

.ui-speedometer-03 .path3:before {
  content: "\ed2b";
  margin-left: -1em;
  color: rgb(163, 163, 163);
}

.ui-speedometer-03 .path4:before {
  content: "\ed2c";
  margin-left: -1em;
  color: rgb(163, 163, 163);
}

.ui-speedometer-03 .path5:before {
  content: "\ed2d";
  margin-left: -1em;
  color: rgb(163, 163, 163);
}

.ui-speedometer-03 .path6:before {
  content: "\ed2e";
  margin-left: -1em;
  color: rgb(253, 68, 68);
}

.ui-speedometer-03 .path7:before {
  content: "\ed2f";
  margin-left: -1em;
  color: rgb(163, 163, 163);
}

.ui-speedometer-04 .path1:before {
  content: "\ed30";
  color: rgb(163, 163, 163);
}

.ui-speedometer-04 .path2:before {
  content: "\ed31";
  margin-left: -1em;
  color: rgb(163, 163, 163);
}

.ui-speedometer-04 .path3:before {
  content: "\ed32";
  margin-left: -1em;
  color: rgb(163, 163, 163);
}

.ui-speedometer-04 .path4:before {
  content: "\ed33";
  margin-left: -1em;
  color: rgb(163, 163, 163);
}

.ui-speedometer-04 .path5:before {
  content: "\ed34";
  margin-left: -1em;
  color: rgb(163, 163, 163);
}

.ui-speedometer-04 .path6:before {
  content: "\ed35";
  margin-left: -1em;
  color: rgb(253, 68, 68);
}

.ui-speedometer-04 .path7:before {
  content: "\ed36";
  margin-left: -1em;
  color: rgb(163, 163, 163);
}

.ui-speedometer-05 .path1:before {
  content: "\ed37";
  color: rgb(163, 163, 163);
}

.ui-speedometer-05 .path2:before {
  content: "\ed38";
  margin-left: -1em;
  color: rgb(163, 163, 163);
}

.ui-speedometer-05 .path3:before {
  content: "\ed39";
  margin-left: -1em;
  color: rgb(163, 163, 163);
}

.ui-speedometer-05 .path4:before {
  content: "\ed3a";
  margin-left: -1em;
  color: rgb(163, 163, 163);
}

.ui-speedometer-05 .path5:before {
  content: "\ed3b";
  margin-left: -1em;
  color: rgb(163, 163, 163);
}

.ui-speedometer-05 .path6:before {
  content: "\ed3c";
  margin-left: -1em;
  color: rgb(253, 68, 68);
}

.ui-speedometer-05 .path7:before {
  content: "\ed3d";
  margin-left: -1em;
  color: rgb(163, 163, 163);
}

.ui-speedometer-06 .path1:before {
  content: "\ed3e";
  color: rgb(163, 163, 163);
}

.ui-speedometer-06 .path2:before {
  content: "\ed3f";
  margin-left: -1em;
  color: rgb(163, 163, 163);
}

.ui-speedometer-06 .path3:before {
  content: "\ed40";
  margin-left: -1em;
  color: rgb(163, 163, 163);
}

.ui-speedometer-06 .path4:before {
  content: "\ed41";
  margin-left: -1em;
  color: rgb(163, 163, 163);
}

.ui-speedometer-06 .path5:before {
  content: "\ed42";
  margin-left: -1em;
  color: rgb(163, 163, 163);
}

.ui-speedometer-06 .path6:before {
  content: "\ed43";
  margin-left: -1em;
  color: rgb(253, 68, 68);
}

.ui-speedometer-06 .path7:before {
  content: "\ed44";
  margin-left: -1em;
  color: rgb(163, 163, 163);
}

.ui-speedometer-plain-01:before {
  content: "\ed45";
}

.ui-speedometer-plain-02:before {
  content: "\ed46";
}

.ui-speedometer-plain-03:before {
  content: "\ed47";
}

.ui-speedometer-plain-04:before {
  content: "\ed48";
}

.ui-speedometer-plain-05:before {
  content: "\ed49";
}

.ui-speedometer-plain-06:before {
  content: "\ed4a";
}

.ui-square:before {
  content: "\ed4b";
}

.ui-stand:before {
  content: "\ed4c";
}

.ui-star:before {
  content: "\ed4d";
}

.ui-star-01:before {
  content: "\ed4e";
}

.ui-star-02:before {
  content: "\ed4f";
}

.ui-star-03:before {
  content: "\ed50";
}

.ui-star-04:before {
  content: "\ed51";
}

.ui-star-05:before {
  content: "\ed52";
}

.ui-star-06:before {
  content: "\ed53";
}

.ui-star-07:before {
  content: "\ed54";
}

.ui-star-brand-dark-10 .path1:before {
  content: "\ed55";
  color: rgb(12, 14, 18);
}

.ui-star-brand-dark-10 .path2:before {
  content: "\ed56";
  margin-left: -1em;
  color: rgb(234, 252, 136);
}

.ui-star-brand-dark-20 .path1:before {
  content: "\ed57";
  color: rgb(12, 14, 18);
}

.ui-star-brand-dark-20 .path2:before {
  content: "\ed58";
  margin-left: -1em;
  color: rgb(234, 252, 136);
}

.ui-star-brand-dark-30 .path1:before {
  content: "\ed59";
  color: rgb(12, 14, 18);
}

.ui-star-brand-dark-30 .path2:before {
  content: "\ed5a";
  margin-left: -1em;
  color: rgb(234, 252, 136);
}

.ui-star-brand-dark-40 .path1:before {
  content: "\ed5b";
  color: rgb(12, 14, 18);
}

.ui-star-brand-dark-40 .path2:before {
  content: "\ed5c";
  margin-left: -1em;
  color: rgb(234, 252, 136);
}

.ui-star-brand-dark-50 .path1:before {
  content: "\ed5d";
  color: rgb(12, 14, 18);
}

.ui-star-brand-dark-50 .path2:before {
  content: "\ed5e";
  margin-left: -1em;
  color: rgb(234, 252, 136);
}

.ui-star-brand-dark-60 .path1:before {
  content: "\ed5f";
  color: rgb(12, 14, 18);
}

.ui-star-brand-dark-60 .path2:before {
  content: "\ed60";
  margin-left: -1em;
  color: rgb(234, 252, 136);
}

.ui-star-brand-dark-70 .path1:before {
  content: "\ed61";
  color: rgb(12, 14, 18);
}

.ui-star-brand-dark-70 .path2:before {
  content: "\ed62";
  margin-left: -1em;
  color: rgb(234, 252, 136);
}

.ui-star-brand-dark-80 .path1:before {
  content: "\ed63";
  color: rgb(12, 14, 18);
}

.ui-star-brand-dark-80 .path2:before {
  content: "\ed64";
  margin-left: -1em;
  color: rgb(234, 252, 136);
}

.ui-star-brand-dark-90 .path1:before {
  content: "\ed65";
  color: rgb(12, 14, 18);
}

.ui-star-brand-dark-90 .path2:before {
  content: "\ed66";
  margin-left: -1em;
  color: rgb(234, 252, 136);
}

.ui-star-brand-dark-100:before {
  content: "\ed67";
  color: #eafc88;
}

.ui-star-brand-light-10 .path1:before {
  content: "\ed68";
  color: rgb(243, 244, 246);
}

.ui-star-brand-light-10 .path2:before {
  content: "\ed69";
  margin-left: -1em;
  color: rgb(234, 252, 136);
}

.ui-star-brand-light-20 .path1:before {
  content: "\ed6a";
  color: rgb(243, 244, 246);
}

.ui-star-brand-light-20 .path2:before {
  content: "\ed6b";
  margin-left: -1em;
  color: rgb(234, 252, 136);
}

.ui-star-brand-light-30 .path1:before {
  content: "\ed6c";
  color: rgb(243, 244, 246);
}

.ui-star-brand-light-30 .path2:before {
  content: "\ed6d";
  margin-left: -1em;
  color: rgb(234, 252, 136);
}

.ui-star-brand-light-40 .path1:before {
  content: "\ed6e";
  color: rgb(243, 244, 246);
}

.ui-star-brand-light-40 .path2:before {
  content: "\ed6f";
  margin-left: -1em;
  color: rgb(234, 252, 136);
}

.ui-star-brand-light-50 .path1:before {
  content: "\ed70";
  color: rgb(243, 244, 246);
}

.ui-star-brand-light-50 .path2:before {
  content: "\ed71";
  margin-left: -1em;
  color: rgb(234, 252, 136);
}

.ui-star-brand-light-60 .path1:before {
  content: "\ed72";
  color: rgb(243, 244, 246);
}

.ui-star-brand-light-60 .path2:before {
  content: "\ed73";
  margin-left: -1em;
  color: rgb(234, 252, 136);
}

.ui-star-brand-light-70 .path1:before {
  content: "\ed74";
  color: rgb(243, 244, 246);
}

.ui-star-brand-light-70 .path2:before {
  content: "\ed75";
  margin-left: -1em;
  color: rgb(234, 252, 136);
}

.ui-star-brand-light-80 .path1:before {
  content: "\ed76";
  color: rgb(243, 244, 246);
}

.ui-star-brand-light-80 .path2:before {
  content: "\ed77";
  margin-left: -1em;
  color: rgb(234, 252, 136);
}

.ui-star-brand-light-90 .path1:before {
  content: "\ed78";
  color: rgb(243, 244, 246);
}

.ui-star-brand-light-90 .path2:before {
  content: "\ed79";
  margin-left: -1em;
  color: rgb(234, 252, 136);
}

.ui-star-brand-light-100:before {
  content: "\ed7a";
  color: #eafc88;
}

.ui-star-olive-dark-10 .path1:before {
  content: "\ed7b";
  color: rgb(12, 14, 18);
}

.ui-star-olive-dark-10 .path2:before {
  content: "\ed7c";
  margin-left: -1em;
  color: rgb(64, 63, 28);
}

.ui-star-olive-dark-20 .path1:before {
  content: "\ed7d";
  color: rgb(12, 14, 18);
}

.ui-star-olive-dark-20 .path2:before {
  content: "\ed7e";
  margin-left: -1em;
  color: rgb(64, 63, 28);
}

.ui-star-olive-dark-30 .path1:before {
  content: "\ed7f";
  color: rgb(12, 14, 18);
}

.ui-star-olive-dark-30 .path2:before {
  content: "\ed80";
  margin-left: -1em;
  color: rgb(64, 63, 28);
}

.ui-star-olive-dark-40 .path1:before {
  content: "\ed81";
  color: rgb(12, 14, 18);
}

.ui-star-olive-dark-40 .path2:before {
  content: "\ed82";
  margin-left: -1em;
  color: rgb(64, 63, 28);
}

.ui-star-olive-dark-50 .path1:before {
  content: "\ed83";
  color: rgb(12, 14, 18);
}

.ui-star-olive-dark-50 .path2:before {
  content: "\ed84";
  margin-left: -1em;
  color: rgb(64, 63, 28);
}

.ui-star-olive-dark-60 .path1:before {
  content: "\ed85";
  color: rgb(12, 14, 18);
}

.ui-star-olive-dark-60 .path2:before {
  content: "\ed86";
  margin-left: -1em;
  color: rgb(64, 63, 28);
}

.ui-star-olive-dark-70 .path1:before {
  content: "\ed87";
  color: rgb(12, 14, 18);
}

.ui-star-olive-dark-70 .path2:before {
  content: "\ed88";
  margin-left: -1em;
  color: rgb(64, 63, 28);
}

.ui-star-olive-dark-80 .path1:before {
  content: "\ed89";
  color: rgb(12, 14, 18);
}

.ui-star-olive-dark-80 .path2:before {
  content: "\ed8a";
  margin-left: -1em;
  color: rgb(64, 63, 28);
}

.ui-star-olive-dark-90 .path1:before {
  content: "\ed8b";
  color: rgb(12, 14, 18);
}

.ui-star-olive-dark-90 .path2:before {
  content: "\ed8c";
  margin-left: -1em;
  color: rgb(64, 63, 28);
}

.ui-star-olive-dark-100:before {
  content: "\ed8d";
  color: #403f1c;
}

.ui-star-olive-light-10 .path1:before {
  content: "\ed8e";
  color: rgb(243, 244, 246);
}

.ui-star-olive-light-10 .path2:before {
  content: "\ed8f";
  margin-left: -1em;
  color: rgb(64, 63, 28);
}

.ui-star-olive-light-20 .path1:before {
  content: "\ed90";
  color: rgb(243, 244, 246);
}

.ui-star-olive-light-20 .path2:before {
  content: "\ed91";
  margin-left: -1em;
  color: rgb(64, 63, 28);
}

.ui-star-olive-light-30 .path1:before {
  content: "\ed92";
  color: rgb(243, 244, 246);
}

.ui-star-olive-light-30 .path2:before {
  content: "\ed93";
  margin-left: -1em;
  color: rgb(64, 63, 28);
}

.ui-star-olive-light-40 .path1:before {
  content: "\ed94";
  color: rgb(243, 244, 246);
}

.ui-star-olive-light-40 .path2:before {
  content: "\ed95";
  margin-left: -1em;
  color: rgb(64, 63, 28);
}

.ui-star-olive-light-50 .path1:before {
  content: "\ed96";
  color: rgb(243, 244, 246);
}

.ui-star-olive-light-50 .path2:before {
  content: "\ed97";
  margin-left: -1em;
  color: rgb(64, 63, 28);
}

.ui-star-olive-light-60 .path1:before {
  content: "\ed98";
  color: rgb(243, 244, 246);
}

.ui-star-olive-light-60 .path2:before {
  content: "\ed99";
  margin-left: -1em;
  color: rgb(64, 63, 28);
}

.ui-star-olive-light-70 .path1:before {
  content: "\ed9a";
  color: rgb(243, 244, 246);
}

.ui-star-olive-light-70 .path2:before {
  content: "\ed9b";
  margin-left: -1em;
  color: rgb(64, 63, 28);
}

.ui-star-olive-light-80 .path1:before {
  content: "\ed9c";
  color: rgb(243, 244, 246);
}

.ui-star-olive-light-80 .path2:before {
  content: "\ed9d";
  margin-left: -1em;
  color: rgb(64, 63, 28);
}

.ui-star-olive-light-90 .path1:before {
  content: "\ed9e";
  color: rgb(243, 244, 246);
}

.ui-star-olive-light-90 .path2:before {
  content: "\ed9f";
  margin-left: -1em;
  color: rgb(64, 63, 28);
}

.ui-star-olive-light-100:before {
  content: "\eda0";
  color: #403f1c;
}

.ui-stars-01:before {
  content: "\eda1";
}

.ui-stars-02:before {
  content: "\eda2";
}

.ui-stars-03:before {
  content: "\eda3";
}

.ui-sticker-circle:before {
  content: "\eda4";
}

.ui-sticker-square:before {
  content: "\eda5";
}

.ui-stop:before {
  content: "\eda6";
}

.ui-stop-circle:before {
  content: "\eda7";
}

.ui-stop-square:before {
  content: "\eda8";
}

.ui-strikethrough-01:before {
  content: "\eda9";
}

.ui-strikethrough-02:before {
  content: "\edaa";
}

.ui-strikethrough-square:before {
  content: "\edab";
}

.ui-subscript:before {
  content: "\edac";
}

.ui-sun:before {
  content: "\edad";
}

.ui-sunrise:before {
  content: "\edae";
}

.ui-sunset:before {
  content: "\edaf";
}

.ui-sun-setting-01:before {
  content: "\edb0";
}

.ui-sun-setting-02:before {
  content: "\edb1";
}

.ui-sun-setting-03:before {
  content: "\edb2";
}

.ui-switch-horizontal-01:before {
  content: "\edb3";
}

.ui-switch-horizontal-02:before {
  content: "\edb4";
}

.ui-switch-vertical-01:before {
  content: "\edb5";
}

.ui-switch-vertical-02:before {
  content: "\edb6";
}

.ui-table:before {
  content: "\edb7";
}

.ui-tablet-01:before {
  content: "\edb8";
}

.ui-tablet-02:before {
  content: "\edb9";
}

.ui-tag-01:before {
  content: "\edba";
}

.ui-tag-02:before {
  content: "\edbb";
}

.ui-tag-03:before {
  content: "\edbc";
}

.ui-target-01:before {
  content: "\edbd";
}

.ui-target-02:before {
  content: "\edbe";
}

.ui-target-03:before {
  content: "\edbf";
}

.ui-target-04:before {
  content: "\edc0";
}

.ui-target-05:before {
  content: "\edc1";
}

.ui-telescope:before {
  content: "\edc2";
}

.ui-terminal:before {
  content: "\edc3";
}

.ui-terminal-browser:before {
  content: "\edc4";
}

.ui-terminal-circle:before {
  content: "\edc5";
}

.ui-terminal-square:before {
  content: "\edc6";
}

.ui-text-input:before {
  content: "\edc7";
}

.ui-thermometer-01:before {
  content: "\edc8";
}

.ui-thermometer-02:before {
  content: "\edc9";
}

.ui-thermometer-03:before {
  content: "\edca";
}

.ui-thermometer-cold:before {
  content: "\edcb";
}

.ui-thermometer-warm:before {
  content: "\edcc";
}

.ui-thumbs-down:before {
  content: "\edcd";
}

.ui-thumbs-up:before {
  content: "\edce";
}

.ui-tick:before {
  content: "\e9de";
}

.ui-ticket-01:before {
  content: "\edd0";
}

.ui-ticket-02:before {
  content: "\edd1";
}

.ui-toggle-01-left:before {
  content: "\edd2";
}

.ui-toggle-01-right:before {
  content: "\edd3";
}

.ui-toggle-02-left:before {
  content: "\edd4";
}

.ui-toggle-02-right:before {
  content: "\edd5";
}

.ui-toggle-03-left:before {
  content: "\edd6";
}

.ui-toggle-03-right:before {
  content: "\edd7";
}

.ui-tool-01:before {
  content: "\edd8";
}

.ui-tool-02:before {
  content: "\edd9";
}

.ui-train:before {
  content: "\edda";
}

.ui-tram:before {
  content: "\eddb";
}

.ui-transfer:before {
  content: "\eddc";
}

.ui-transform:before {
  content: "\eddd";
}

.ui-translate-01:before {
  content: "\edde";
}

.ui-translate-02:before {
  content: "\eddf";
}

.ui-trash:before {
  content: "\ede0";
}

.ui-trash-01:before {
  content: "\ede1";
}

.ui-trash-02:before {
  content: "\ede2";
}

.ui-trash-03:before {
  content: "\ede3";
}

.ui-trash-04:before {
  content: "\ede4";
}

.ui-trend-down-01:before {
  content: "\ede5";
}

.ui-trend-down-02:before {
  content: "\ede6";
}

.ui-trend-up-01:before {
  content: "\ede7";
}

.ui-trend-up-02:before {
  content: "\ede8";
}

.ui-triangle:before {
  content: "\ede9";
}

.ui-trophy-01:before {
  content: "\edea";
}

.ui-trophy-02:before {
  content: "\edeb";
}

.ui-truck-01:before {
  content: "\edec";
}

.ui-truck-02:before {
  content: "\eded";
}

.ui-tv-01:before {
  content: "\edee";
}

.ui-tv-02:before {
  content: "\edef";
}

.ui-tv-03:before {
  content: "\edf0";
}

.ui-twitter:before {
  content: "\edf1";
}

.ui-type-01:before {
  content: "\edf2";
}

.ui-type-02:before {
  content: "\edf3";
}

.ui-type-square:before {
  content: "\edf4";
}

.ui-type-strikethrough-01:before {
  content: "\edf5";
}

.ui-type-strikethrough-02:before {
  content: "\edf6";
}

.ui-umbrella-01:before {
  content: "\edf7";
}

.ui-umbrella-02:before {
  content: "\edf8";
}

.ui-umbrella-03:before {
  content: "\edf9";
}

.ui-underline-01:before {
  content: "\edfa";
}

.ui-underline-02:before {
  content: "\edfb";
}

.ui-underline-square:before {
  content: "\edfc";
}

.ui-upload-01:before {
  content: "\edfd";
}

.ui-upload-01-alt:before {
  content: "\edfe";
}

.ui-upload-02:before {
  content: "\edff";
}

.ui-upload-03:before {
  content: "\ee00";
}

.ui-upload-04:before {
  content: "\ee01";
}

.ui-upload-cloud-01:before {
  content: "\ee02";
}

.ui-upload-cloud-02:before {
  content: "\ee03";
}

.ui-usb-flash-drive:before {
  content: "\ee04";
}

.ui-user-01:before {
  content: "\ee05";
}

.ui-user-02:before {
  content: "\ee06";
}

.ui-user-03:before {
  content: "\ee07";
}

.ui-user-check-01:before {
  content: "\ee08";
}

.ui-user-check-02:before {
  content: "\ee09";
}

.ui-user-circle:before {
  content: "\ee0a";
}

.ui-user-down-01:before {
  content: "\ee0b";
}

.ui-user-down-02:before {
  content: "\ee0c";
}

.ui-user-edit:before {
  content: "\ee0d";
}

.ui-user-left-01:before {
  content: "\ee0e";
}

.ui-user-left-02:before {
  content: "\ee0f";
}

.ui-user-minus-01:before {
  content: "\ee10";
}

.ui-user-minus-02:before {
  content: "\ee11";
}

.ui-user-plus-01:before {
  content: "\ee12";
}

.ui-user-plus-02:before {
  content: "\ee13";
}

.ui-user-right-01:before {
  content: "\ee14";
}

.ui-user-right-02:before {
  content: "\ee15";
}

.ui-users-01:before {
  content: "\ee16";
}

.ui-users-02:before {
  content: "\ee17";
}

.ui-users-03:before {
  content: "\ee18";
}

.ui-users-check:before {
  content: "\ee19";
}

.ui-users-down:before {
  content: "\ee1a";
}

.ui-users-edit:before {
  content: "\ee1b";
}

.ui-users-left:before {
  content: "\ee1c";
}

.ui-users-minus:before {
  content: "\ee1d";
}

.ui-users-plus:before {
  content: "\ee1e";
}

.ui-user-square:before {
  content: "\ee1f";
}

.ui-users-right:before {
  content: "\ee20";
}

.ui-users-up:before {
  content: "\ee21";
}

.ui-users-x:before {
  content: "\ee22";
}

.ui-user-up-01:before {
  content: "\ee23";
}

.ui-user-up-02:before {
  content: "\ee24";
}

.ui-user-x-01:before {
  content: "\ee25";
}

.ui-user-x-02:before {
  content: "\ee26";
}

.ui-variable:before {
  content: "\ee27";
}

.ui-Vector:before {
  content: "\ee28";
}

.ui-video-recorder:before {
  content: "\ee29";
}

.ui-video-recorder-off:before {
  content: "\ee2a";
}

.ui-virus:before {
  content: "\ee2b";
}

.ui-voicemail:before {
  content: "\ee2c";
}

.ui-volume-max:before {
  content: "\ee2d";
}

.ui-volume-min:before {
  content: "\ee2e";
}

.ui-volume-minus:before {
  content: "\ee2f";
}

.ui-volume-plus:before {
  content: "\ee30";
}

.ui-volume-x:before {
  content: "\ee31";
}

.ui-wallet-01:before {
  content: "\ee32";
}

.ui-wallet-02:before {
  content: "\ee33";
}

.ui-wallet-03:before {
  content: "\ee34";
}

.ui-wallet-04:before {
  content: "\ee35";
}

.ui-wallet-05:before {
  content: "\ee36";
}

.ui-watch-circle:before {
  content: "\ee37";
}

.ui-watch-square:before {
  content: "\ee38";
}

.ui-waves:before {
  content: "\ee39";
}

.ui-webcam-01:before {
  content: "\ee3a";
}

.ui-webcam-02:before {
  content: "\ee3b";
}

.ui-whatsapp:before {
  content: "\ee3c";
}

.ui-wifi:before {
  content: "\ee3d";
}

.ui-wifi-5g:before {
  content: "\ee3e";
}

.ui-wifi-block:before {
  content: "\ee3f";
}

.ui-wifi-check:before {
  content: "\ee40";
}

.ui-wifi-off:before {
  content: "\ee41";
}

.ui-wifi-secure:before {
  content: "\ee42";
}

.ui-wind-01:before {
  content: "\ee43";
}

.ui-wind-02:before {
  content: "\ee44";
}

.ui-wind-03:before {
  content: "\ee45";
}

.ui-x:before {
  content: "\ee46";
}

.ui-x-circle:before {
  content: "\ee47";
}

.ui-x-close:before {
  content: "\ee48";
}

.ui-x-square:before {
  content: "\ee49";
}

.ui-youtube:before {
  content: "\ee4a";
}

.ui-zap:before {
  content: "\ee4b";
}

.ui-zap-circle:before {
  content: "\ee4c";
}

.ui-zap-fast:before {
  content: "\ee4d";
}

.ui-zap-off:before {
  content: "\ee4e";
}

.ui-zap-square:before {
  content: "\ee4f";
}

.ui-zoom-in:before {
  content: "\ee50";
}

.ui-zoom-out:before {
  content: "\ee51";
}

/*
 * _maps
*/
/**
 *********************************************************************
 ***************************** DARK MODE *****************************
 *********************************************************************
*/
* {
  min-height: 1px;
}

:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-brand: #EAFC88;
  --bs-dark: #0C111D;
  --bs-indigo: #6610f2;
  --bs-moss: #403F1C;
  --bs-purple: #6f42c1;
  --bs-pink: #FFC3D1;
  --bs-red: #FD4444;
  --bs-orange: #EF6820;
  --bs-yellow: #F79009;
  --bs-green: #17B26A;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000000;
  --bs-white: #FFFFFF;
  --bs-near-white: #F9FAFB;
  --bs-gray-50: #FAFAFA;
  --bs-gray: #717680;
  --bs-gray-dark: #13161B;
  --bs-gray-gray-25: #FDFDFD;
  --bs-gray-gray-50: #FAFAFA;
  --bs-gray-gray-100: #F5F5F5;
  --bs-gray-gray-200: #E9EAEB;
  --bs-gray-gray-300: #D5D7DA;
  --bs-gray-gray-400: #A4A7AE;
  --bs-gray-gray-500: #717680;
  --bs-gray-gray-600: #4D5761;
  --bs-gray-gray-700: #414651;
  --bs-gray-gray-800: #252B37;
  --bs-gray-gray-900: #111927;
  --bs-gray-gray-950: #181D27;
  --bs-brand: #EAFC88;
  --bs-primary: #0C0E12;
  --bs-secondary: #403F1C;
  --bs-tertiary: #4D5761;
  --bs-success: #17B26A;
  --bs-info: #0dcaf0;
  --bs-warning: #F79009;
  --bs-danger: #FD4444;
  --bs-light: #F5F5F5;
  --bs-dark: #0C0E12;
  --bs-moss: #403F1C;
  --bs-blue-rgb: 13, 110, 253;
  --bs-brand-rgb: 234, 252, 136;
  --bs-dark-rgb: 12, 14, 18;
  --bs-indigo-rgb: 102, 16, 242;
  --bs-moss-rgb: 64, 63, 28;
  --bs-purple-rgb: 111, 66, 193;
  --bs-pink-rgb: 255, 195, 209;
  --bs-red-rgb: 253, 68, 68;
  --bs-orange-rgb: 239, 104, 32;
  --bs-yellow-rgb: 247, 144, 9;
  --bs-green-rgb: 23, 178, 106;
  --bs-teal-rgb: 32, 201, 151;
  --bs-cyan-rgb: 13, 202, 240;
  --bs-black-rgb: 0, 0, 0;
  --bs-white-rgb: 255, 255, 255;
  --bs-near-white-rgb: 249, 250, 251;
  --bs-gray-50-rgb: 250, 250, 250;
  --bs-gray-rgb: 113, 118, 128;
  --bs-gray-dark-rgb: 19, 22, 27;
  --bs-primary-rgb: 12, 14, 18;
  --bs-secondary-rgb: 64, 63, 28;
  --bs-tertiary-rgb: 77, 87, 97;
  --bs-success-rgb: 23, 178, 106;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 247, 144, 9;
  --bs-danger-rgb: 253, 68, 68;
  --bs-light-rgb: 245, 245, 245;
  --bs-brand-text-emphasis: #5e6536;
  --bs-primary-text-emphasis: #050607;
  --bs-secondary-text-emphasis: #1a190b;
  --bs-tertiary-text-emphasis: #1f2327;
  --bs-success-text-emphasis: #09472a;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #633a04;
  --bs-danger-text-emphasis: #651b1b;
  --bs-light-text-emphasis: #414651;
  --bs-dark-text-emphasis: #414651;
  --bs-moss-text-emphasis: #3F621A;
  --bs-brand-bg-subtle: #F7FECF;
  --bs-primary-bg-subtle: #cecfd0;
  --bs-secondary-bg-subtle: #d9d9d2;
  --bs-tertiary-bg-subtle: #dbdddf;
  --bs-success-bg-subtle: #d1f0e1;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fde9ce;
  --bs-danger-bg-subtle: #FFECEC;
  --bs-light-bg-subtle: #fafafa;
  --bs-dark-bg-subtle: #A4A7AE;
  --bs-moss-bg-subtle: #606043;
  --bs-brand-border-subtle: #EAFC88;
  --bs-primary-border-subtle: #9e9fa0;
  --bs-secondary-border-subtle: #b3b2a4;
  --bs-tertiary-border-subtle: #b8bcc0;
  --bs-success-border-subtle: #a2e0c3;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #fcd39d;
  --bs-danger-border-subtle: #FD4444;
  --bs-light-border-subtle: #E9EAEB;
  --bs-dark-border-subtle: #717680;
  --bs-moss-border-subtle: #403F1C;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: "inter-variable", sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: "inter-variable", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #0C0E12;
  --bs-body-color-rgb: 12, 14, 18;
  --bs-body-bg: #FFFFFF;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #4D5761;
  --bs-emphasis-color-rgb: 77, 87, 97;
  --bs-secondary-color: rgba(12, 14, 18, 0.75);
  --bs-secondary-color-rgb: 12, 14, 18;
  --bs-secondary-bg: #E9EAEB;
  --bs-secondary-bg-rgb: 233, 234, 235;
  --bs-tertiary-color: rgba(12, 14, 18, 0.5);
  --bs-tertiary-color-rgb: 12, 14, 18;
  --bs-tertiary-bg: #F5F5F5;
  --bs-tertiary-bg-rgb: 245, 245, 245;
  --bs-heading-color: inherit;
  --bs-link-color: #0C0E12;
  --bs-link-color-rgb: 12, 14, 18;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #07080b;
  --bs-link-hover-color-rgb: 7, 8, 11;
  --bs-code-color: #FFC3D1;
  --bs-highlight-color: #0C0E12;
  --bs-highlight-bg: #FEF7C3;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #E9EAEB;
  --bs-border-color-translucent: #E9EAEB;
  --bs-border-radius: 2rem;
  --bs-border-radius-sm: 0.375rem;
  --bs-border-radius-lg: 0.625rem;
  --bs-border-radius-xl: 0.75rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1);
  --bs-box-shadow-sm: 0px 1px 3px 0px rgba(16, 24, 40, 0.1);
  --bs-box-shadow-lg: 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(16, 24, 40, 0.05);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(234, 252, 136, 0.25);
  --bs-form-valid-color: #17B26A;
  --bs-form-valid-border-color: #17B26A;
  --bs-form-invalid-color: initial;
  --bs-form-invalid-border-color: #b0b0a1;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #D5D7DA;
  --bs-body-color-rgb: 213, 215, 218;
  --bs-body-bg: #111927;
  --bs-body-bg-rgb: 17, 25, 39;
  --bs-emphasis-color: #FFFFFF;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(213, 215, 218, 0.75);
  --bs-secondary-color-rgb: 213, 215, 218;
  --bs-secondary-bg: #252B37;
  --bs-secondary-bg-rgb: 37, 43, 55;
  --bs-tertiary-color: rgba(213, 215, 218, 0.5);
  --bs-tertiary-color-rgb: 213, 215, 218;
  --bs-tertiary-bg: #1b222f;
  --bs-tertiary-bg-rgb: 27, 34, 47;
  --bs-primary-text-emphasis: #6d6e71;
  --bs-secondary-text-emphasis: #8c8c77;
  --bs-success-text-emphasis: #74d1a6;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #fabc6b;
  --bs-danger-text-emphasis: #fe8f8f;
  --bs-light-text-emphasis: #F5F5F5;
  --bs-dark-text-emphasis: #D5D7DA;
  --bs-primary-bg-subtle: #020304;
  --bs-secondary-bg-subtle: #0d0d06;
  --bs-success-bg-subtle: #052415;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #311d02;
  --bs-danger-bg-subtle: #330e0e;
  --bs-light-bg-subtle: #252B37;
  --bs-dark-bg-subtle: #13161c;
  --bs-primary-border-subtle: #07080b;
  --bs-secondary-border-subtle: #262611;
  --bs-success-border-subtle: #0e6b40;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #945605;
  --bs-danger-border-subtle: #982929;
  --bs-light-border-subtle: #414651;
  --bs-dark-border-subtle: #252B37;
  --bs-heading-color: inherit;
  --bs-link-color: #6d6e71;
  --bs-link-hover-color: #a7a8aa;
  --bs-link-color-rgb: 109, 110, 113;
  --bs-link-hover-color-rgb: 167, 168, 170;
  --bs-code-color: #ffdbe3;
  --bs-highlight-color: #D5D7DA;
  --bs-highlight-bg: #854A0E;
  --bs-border-color: #414651;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #74d1a6;
  --bs-form-valid-border-color: #74d1a6;
  --bs-form-invalid-color: #FE9393;
  --bs-form-invalid-border-color: #FE9393;
}

:root, [data-bs-theme=light] {
  --bs-quaternary-500: #737373;
  --bs-border-radius: 2rem;
  --bs-border-radius-none: 0;
  --bs-border-radius-xxs: 0.125rem;
  --bs-border-radius-xs: 0.25rem;
  --bs-border-radius-md: 0.5rem;
  --bs-border-radius-xxl: 1rem;
  --bs-border-radius-2xl: 1rem;
  --bs-border-radius-3xl: 1.5rem;
  --bs-border-radius-4xl: 2.5rem;
  --bs-border-radius-5xl: 3.5rem;
}

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

@media (max-width: 576px) {
  body {
    font-size: 0.9rem;
  }
}
hr {
  --bs-border-opacity: 0.25;
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: var(--bs-border-opacity);
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "hoss-round", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1:has(sup), .h1:has(sup), h2:has(sup), .h2:has(sup), h3:has(sup), .h3:has(sup), h4:has(sup), .h4:has(sup), h5:has(sup), .h5:has(sup), h6:has(sup), .h6:has(sup) {
  padding-top: 0.2em !important;
  margin-top: -0.2em !important;
}

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

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

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

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

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

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

@media (max-width: 768px) {
  h1, .h1 {
    font-size: calc(1.325rem + 0.9vw);
  }
}
@media (max-width: 768px) and (min-width: 1200px) {
  h1, .h1 {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  h2, .h2 {
    font-size: calc(1.285rem + 0.42vw);
  }
}
@media (max-width: 768px) and (min-width: 1200px) {
  h2, .h2 {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  h3, .h3 {
    font-size: calc(1.257rem + 0.084vw);
  }
}
@media (max-width: 768px) and (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.32rem;
  }
}
@media (max-width: 768px) {
  h4, .h4 {
    font-size: 1.2rem;
  }
  h5, .h5 {
    font-size: 1rem;
  }
  h6, .h6 {
    font-size: 0.8rem;
  }
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
  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) {
  a {
    transition: none;
  }
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
  --bs-link-opacity: 0.8;
  --bs-text-opacity: 0.8;
}

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.375rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

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

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

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

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

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

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

textarea {
  resize: vertical;
}

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

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

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

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* 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;
}

.min-h-5 {
  min-height: 5rem;
}

.min-h-6 {
  min-height: 6rem;
}

.min-h-7 {
  min-height: 7rem;
}

.min-h-8 {
  min-height: 8rem;
}

.min-h-9 {
  min-height: 9rem;
}

.min-h-10 {
  min-height: 10rem;
}

.min-h-11 {
  min-height: 11rem;
}

.min-h-12 {
  min-height: 12rem;
}

.min-h-13 {
  min-height: 13rem;
}

.min-h-14 {
  min-height: 14rem;
}

.min-h-15 {
  min-height: 15rem;
}

.min-h-16 {
  min-height: 16rem;
}

.min-h-17 {
  min-height: 17rem;
}

.min-h-18 {
  min-height: 18rem;
}

.min-h-19 {
  min-height: 19rem;
}

.min-h-20 {
  min-height: 20rem;
}

.min-h-21 {
  min-height: 21rem;
}

.min-h-22 {
  min-height: 22rem;
}

.min-h-23 {
  min-height: 23rem;
}

.min-h-24 {
  min-height: 24rem;
}

.min-h-25 {
  min-height: 25rem;
}

.min-h-26 {
  min-height: 26rem;
}

.min-h-27 {
  min-height: 27rem;
}

.min-h-28 {
  min-height: 28rem;
}

.min-h-29 {
  min-height: 29rem;
}

.min-h-30 {
  min-height: 30rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block;
}

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

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

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm,
.container-xs {
  --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: 375px) {
  .container-xs, .container {
    max-width: 343px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 576px) {
  .container-sm, .container-xs, .container {
    max-width: 540px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container-xs, .container {
    max-width: 720px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1024px) {
  .container-lg, .container-md, .container-sm, .container-xs, .container {
    max-width: 992px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1280px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container-xs, .container {
    max-width: 1216px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1440px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container-xs, .container {
    max-width: 1280px;
  }
}
:root {
  --bs-breakpoint-xxs: 0;
  --bs-breakpoint-xs: 375px;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 1024px;
  --bs-breakpoint-xl: 1280px;
  --bs-breakpoint-xxl: 1440px;
}

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

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-7,
.gx-7 {
  --bs-gutter-x: 1.25rem;
}

.g-7,
.gy-7 {
  --bs-gutter-y: 1.25rem;
}

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

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

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

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

.g-10,
.gx-10 {
  --bs-gutter-x: 2.5rem;
}

.g-10,
.gy-10 {
  --bs-gutter-y: 2.5rem;
}

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

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

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

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

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

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

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

.g-14,
.gy-14 {
  --bs-gutter-y: 6rem;
}

.g-15,
.gx-15 {
  --bs-gutter-x: 8rem;
}

.g-15,
.gy-15 {
  --bs-gutter-y: 8rem;
}

.g-16,
.gx-16 {
  --bs-gutter-x: 10rem;
}

.g-16,
.gy-16 {
  --bs-gutter-y: 10rem;
}

@media (min-width: 375px) {
  .col-xs {
    flex: 1 0 0%;
  }
  .row-cols-xs-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xs-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xs-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xs-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xs-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xs-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xs-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xs-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xs-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xs-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xs-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xs-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xs-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xs-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xs-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xs-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xs-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xs-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xs-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .offset-xs-1 {
    margin-left: 8.33333333%;
  }
  .offset-xs-2 {
    margin-left: 16.66666667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.33333333%;
  }
  .offset-xs-5 {
    margin-left: 41.66666667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.33333333%;
  }
  .offset-xs-8 {
    margin-left: 66.66666667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.33333333%;
  }
  .offset-xs-11 {
    margin-left: 91.66666667%;
  }
  .g-xs-0,
  .gx-xs-0 {
    --bs-gutter-x: 0;
  }
  .g-xs-0,
  .gy-xs-0 {
    --bs-gutter-y: 0;
  }
  .g-xs-1,
  .gx-xs-1 {
    --bs-gutter-x: 0.125rem;
  }
  .g-xs-1,
  .gy-xs-1 {
    --bs-gutter-y: 0.125rem;
  }
  .g-xs-2,
  .gx-xs-2 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xs-2,
  .gy-xs-2 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xs-3,
  .gx-xs-3 {
    --bs-gutter-x: 0.375rem;
  }
  .g-xs-3,
  .gy-xs-3 {
    --bs-gutter-y: 0.375rem;
  }
  .g-xs-4,
  .gx-xs-4 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xs-4,
  .gy-xs-4 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xs-5,
  .gx-xs-5 {
    --bs-gutter-x: 0.75rem;
  }
  .g-xs-5,
  .gy-xs-5 {
    --bs-gutter-y: 0.75rem;
  }
  .g-xs-6,
  .gx-xs-6 {
    --bs-gutter-x: 1rem;
  }
  .g-xs-6,
  .gy-xs-6 {
    --bs-gutter-y: 1rem;
  }
  .g-xs-7,
  .gx-xs-7 {
    --bs-gutter-x: 1.25rem;
  }
  .g-xs-7,
  .gy-xs-7 {
    --bs-gutter-y: 1.25rem;
  }
  .g-xs-8,
  .gx-xs-8 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xs-8,
  .gy-xs-8 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xs-9,
  .gx-xs-9 {
    --bs-gutter-x: 2rem;
  }
  .g-xs-9,
  .gy-xs-9 {
    --bs-gutter-y: 2rem;
  }
  .g-xs-10,
  .gx-xs-10 {
    --bs-gutter-x: 2.5rem;
  }
  .g-xs-10,
  .gy-xs-10 {
    --bs-gutter-y: 2.5rem;
  }
  .g-xs-11,
  .gx-xs-11 {
    --bs-gutter-x: 3rem;
  }
  .g-xs-11,
  .gy-xs-11 {
    --bs-gutter-y: 3rem;
  }
  .g-xs-12,
  .gx-xs-12 {
    --bs-gutter-x: 4rem;
  }
  .g-xs-12,
  .gy-xs-12 {
    --bs-gutter-y: 4rem;
  }
  .g-xs-13,
  .gx-xs-13 {
    --bs-gutter-x: 5rem;
  }
  .g-xs-13,
  .gy-xs-13 {
    --bs-gutter-y: 5rem;
  }
  .g-xs-14,
  .gx-xs-14 {
    --bs-gutter-x: 6rem;
  }
  .g-xs-14,
  .gy-xs-14 {
    --bs-gutter-y: 6rem;
  }
  .g-xs-15,
  .gx-xs-15 {
    --bs-gutter-x: 8rem;
  }
  .g-xs-15,
  .gy-xs-15 {
    --bs-gutter-y: 8rem;
  }
  .g-xs-16,
  .gx-xs-16 {
    --bs-gutter-x: 10rem;
  }
  .g-xs-16,
  .gy-xs-16 {
    --bs-gutter-y: 10rem;
  }
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.125rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.125rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 0.375rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 0.375rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 0.75rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 0.75rem;
  }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 1.25rem;
  }
  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 1.25rem;
  }
  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-9,
  .gx-sm-9 {
    --bs-gutter-x: 2rem;
  }
  .g-sm-9,
  .gy-sm-9 {
    --bs-gutter-y: 2rem;
  }
  .g-sm-10,
  .gx-sm-10 {
    --bs-gutter-x: 2.5rem;
  }
  .g-sm-10,
  .gy-sm-10 {
    --bs-gutter-y: 2.5rem;
  }
  .g-sm-11,
  .gx-sm-11 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-11,
  .gy-sm-11 {
    --bs-gutter-y: 3rem;
  }
  .g-sm-12,
  .gx-sm-12 {
    --bs-gutter-x: 4rem;
  }
  .g-sm-12,
  .gy-sm-12 {
    --bs-gutter-y: 4rem;
  }
  .g-sm-13,
  .gx-sm-13 {
    --bs-gutter-x: 5rem;
  }
  .g-sm-13,
  .gy-sm-13 {
    --bs-gutter-y: 5rem;
  }
  .g-sm-14,
  .gx-sm-14 {
    --bs-gutter-x: 6rem;
  }
  .g-sm-14,
  .gy-sm-14 {
    --bs-gutter-y: 6rem;
  }
  .g-sm-15,
  .gx-sm-15 {
    --bs-gutter-x: 8rem;
  }
  .g-sm-15,
  .gy-sm-15 {
    --bs-gutter-y: 8rem;
  }
  .g-sm-16,
  .gx-sm-16 {
    --bs-gutter-x: 10rem;
  }
  .g-sm-16,
  .gy-sm-16 {
    --bs-gutter-y: 10rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.125rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.125rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 0.375rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 0.375rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 0.75rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 0.75rem;
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 1rem;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 1rem;
  }
  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 1.25rem;
  }
  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 1.25rem;
  }
  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-9,
  .gx-md-9 {
    --bs-gutter-x: 2rem;
  }
  .g-md-9,
  .gy-md-9 {
    --bs-gutter-y: 2rem;
  }
  .g-md-10,
  .gx-md-10 {
    --bs-gutter-x: 2.5rem;
  }
  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 2.5rem;
  }
  .g-md-11,
  .gx-md-11 {
    --bs-gutter-x: 3rem;
  }
  .g-md-11,
  .gy-md-11 {
    --bs-gutter-y: 3rem;
  }
  .g-md-12,
  .gx-md-12 {
    --bs-gutter-x: 4rem;
  }
  .g-md-12,
  .gy-md-12 {
    --bs-gutter-y: 4rem;
  }
  .g-md-13,
  .gx-md-13 {
    --bs-gutter-x: 5rem;
  }
  .g-md-13,
  .gy-md-13 {
    --bs-gutter-y: 5rem;
  }
  .g-md-14,
  .gx-md-14 {
    --bs-gutter-x: 6rem;
  }
  .g-md-14,
  .gy-md-14 {
    --bs-gutter-y: 6rem;
  }
  .g-md-15,
  .gx-md-15 {
    --bs-gutter-x: 8rem;
  }
  .g-md-15,
  .gy-md-15 {
    --bs-gutter-y: 8rem;
  }
  .g-md-16,
  .gx-md-16 {
    --bs-gutter-x: 10rem;
  }
  .g-md-16,
  .gy-md-16 {
    --bs-gutter-y: 10rem;
  }
}
@media (min-width: 1024px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.125rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.125rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 0.375rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 0.375rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 0.75rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 0.75rem;
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 1.25rem;
  }
  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 1.25rem;
  }
  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-9,
  .gx-lg-9 {
    --bs-gutter-x: 2rem;
  }
  .g-lg-9,
  .gy-lg-9 {
    --bs-gutter-y: 2rem;
  }
  .g-lg-10,
  .gx-lg-10 {
    --bs-gutter-x: 2.5rem;
  }
  .g-lg-10,
  .gy-lg-10 {
    --bs-gutter-y: 2.5rem;
  }
  .g-lg-11,
  .gx-lg-11 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-11,
  .gy-lg-11 {
    --bs-gutter-y: 3rem;
  }
  .g-lg-12,
  .gx-lg-12 {
    --bs-gutter-x: 4rem;
  }
  .g-lg-12,
  .gy-lg-12 {
    --bs-gutter-y: 4rem;
  }
  .g-lg-13,
  .gx-lg-13 {
    --bs-gutter-x: 5rem;
  }
  .g-lg-13,
  .gy-lg-13 {
    --bs-gutter-y: 5rem;
  }
  .g-lg-14,
  .gx-lg-14 {
    --bs-gutter-x: 6rem;
  }
  .g-lg-14,
  .gy-lg-14 {
    --bs-gutter-y: 6rem;
  }
  .g-lg-15,
  .gx-lg-15 {
    --bs-gutter-x: 8rem;
  }
  .g-lg-15,
  .gy-lg-15 {
    --bs-gutter-y: 8rem;
  }
  .g-lg-16,
  .gx-lg-16 {
    --bs-gutter-x: 10rem;
  }
  .g-lg-16,
  .gy-lg-16 {
    --bs-gutter-y: 10rem;
  }
}
@media (min-width: 1280px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.125rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.125rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 0.375rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 0.375rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 0.75rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 0.75rem;
  }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 1.25rem;
  }
  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 1.25rem;
  }
  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-9,
  .gx-xl-9 {
    --bs-gutter-x: 2rem;
  }
  .g-xl-9,
  .gy-xl-9 {
    --bs-gutter-y: 2rem;
  }
  .g-xl-10,
  .gx-xl-10 {
    --bs-gutter-x: 2.5rem;
  }
  .g-xl-10,
  .gy-xl-10 {
    --bs-gutter-y: 2.5rem;
  }
  .g-xl-11,
  .gx-xl-11 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-11,
  .gy-xl-11 {
    --bs-gutter-y: 3rem;
  }
  .g-xl-12,
  .gx-xl-12 {
    --bs-gutter-x: 4rem;
  }
  .g-xl-12,
  .gy-xl-12 {
    --bs-gutter-y: 4rem;
  }
  .g-xl-13,
  .gx-xl-13 {
    --bs-gutter-x: 5rem;
  }
  .g-xl-13,
  .gy-xl-13 {
    --bs-gutter-y: 5rem;
  }
  .g-xl-14,
  .gx-xl-14 {
    --bs-gutter-x: 6rem;
  }
  .g-xl-14,
  .gy-xl-14 {
    --bs-gutter-y: 6rem;
  }
  .g-xl-15,
  .gx-xl-15 {
    --bs-gutter-x: 8rem;
  }
  .g-xl-15,
  .gy-xl-15 {
    --bs-gutter-y: 8rem;
  }
  .g-xl-16,
  .gx-xl-16 {
    --bs-gutter-x: 10rem;
  }
  .g-xl-16,
  .gy-xl-16 {
    --bs-gutter-y: 10rem;
  }
}
@media (min-width: 1440px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.125rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.125rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 0.375rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 0.375rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 0.75rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 0.75rem;
  }
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-7,
  .gx-xxl-7 {
    --bs-gutter-x: 1.25rem;
  }
  .g-xxl-7,
  .gy-xxl-7 {
    --bs-gutter-y: 1.25rem;
  }
  .g-xxl-8,
  .gx-xxl-8 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-8,
  .gy-xxl-8 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-9,
  .gx-xxl-9 {
    --bs-gutter-x: 2rem;
  }
  .g-xxl-9,
  .gy-xxl-9 {
    --bs-gutter-y: 2rem;
  }
  .g-xxl-10,
  .gx-xxl-10 {
    --bs-gutter-x: 2.5rem;
  }
  .g-xxl-10,
  .gy-xxl-10 {
    --bs-gutter-y: 2.5rem;
  }
  .g-xxl-11,
  .gx-xxl-11 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-11,
  .gy-xxl-11 {
    --bs-gutter-y: 3rem;
  }
  .g-xxl-12,
  .gx-xxl-12 {
    --bs-gutter-x: 4rem;
  }
  .g-xxl-12,
  .gy-xxl-12 {
    --bs-gutter-y: 4rem;
  }
  .g-xxl-13,
  .gx-xxl-13 {
    --bs-gutter-x: 5rem;
  }
  .g-xxl-13,
  .gy-xxl-13 {
    --bs-gutter-y: 5rem;
  }
  .g-xxl-14,
  .gx-xxl-14 {
    --bs-gutter-x: 6rem;
  }
  .g-xxl-14,
  .gy-xxl-14 {
    --bs-gutter-y: 6rem;
  }
  .g-xxl-15,
  .gx-xxl-15 {
    --bs-gutter-x: 8rem;
  }
  .g-xxl-15,
  .gy-xxl-15 {
    --bs-gutter-y: 8rem;
  }
  .g-xxl-16,
  .gx-xxl-16 {
    --bs-gutter-x: 10rem;
  }
  .g-xxl-16,
  .gy-xxl-16 {
    --bs-gutter-y: 10rem;
  }
}
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.75rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

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

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

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

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

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

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

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

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

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

.table-primary {
  --bs-table-color: #000000;
  --bs-table-bg: #cecfd0;
  --bs-table-border-color: #a5a6a6;
  --bs-table-striped-bg: #c4c5c6;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #b9babb;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #bfbfc0;
  --bs-table-hover-color: #000000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000000;
  --bs-table-bg: #d9d9d2;
  --bs-table-border-color: #aeaea8;
  --bs-table-striped-bg: #cecec8;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #c3c3bd;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #c9c9c2;
  --bs-table-hover-color: #000000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-tertiary {
  --bs-table-color: #000000;
  --bs-table-bg: #dbdddf;
  --bs-table-border-color: #afb1b2;
  --bs-table-striped-bg: #d0d2d4;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #c5c7c9;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #cbccce;
  --bs-table-hover-color: #000000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000000;
  --bs-table-bg: #d1f0e1;
  --bs-table-border-color: #a7c0b4;
  --bs-table-striped-bg: #c7e4d6;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #bcd8cb;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #c1ded0;
  --bs-table-hover-color: #000000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

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

.table-warning {
  --bs-table-color: #000000;
  --bs-table-bg: #fde9ce;
  --bs-table-border-color: #cabaa5;
  --bs-table-striped-bg: #f0ddc4;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #e4d2b9;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #ead8bf;
  --bs-table-hover-color: #000000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000000;
  --bs-table-bg: #ffdada;
  --bs-table-border-color: #ccaeae;
  --bs-table-striped-bg: #f2cfcf;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #e6c4c4;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #eccaca;
  --bs-table-hover-color: #000000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000000;
  --bs-table-bg: #F5F5F5;
  --bs-table-border-color: #c4c4c4;
  --bs-table-striped-bg: #e9e9e9;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #dddddd;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #e3e3e3;
  --bs-table-hover-color: #000000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #FFFFFF;
  --bs-table-bg: #0C0E12;
  --bs-table-border-color: #3d3e41;
  --bs-table-striped-bg: #181a1e;
  --bs-table-striped-color: #FFFFFF;
  --bs-table-active-bg: #24262a;
  --bs-table-active-color: #FFFFFF;
  --bs-table-hover-bg: #1e2024;
  --bs-table-hover-color: #FFFFFF;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

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

@media (max-width: 374.98px) {
  .table-responsive-xs {
    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: 1023.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1279.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1439.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.table-lg > :not(caption) > * > * {
  padding: 0.75rem 1rem;
}

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

.col-form-label {
  padding-top: calc(0.75rem + var(--bs-border-width));
  padding-bottom: calc(0.75rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

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

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

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

.form-control {
  display: block;
  width: 100%;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  box-shadow: var(--bs-box-shadow-inset);
  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);
  background-color: var(--bs-body-bg);
  border-color: #b0b0a1;
  outline: 0;
  box-shadow: var(--bs-box-shadow-inset), 0 0 0 0.25rem rgba(234, 252, 136, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.75rem 1.5rem;
  margin: -0.75rem -1.5rem;
  margin-inline-end: 1.5rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

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

.form-control-sm {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

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

textarea.form-control {
  min-height: calc(1.5em + 1.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 2.25rem + calc(var(--bs-border-width) * 2));
}

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

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23252B37' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.75rem 4.5rem 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 1.5rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  box-shadow: var(--bs-box-shadow-inset);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #b0b0a1;
  outline: 0;
  box-shadow: var(--bs-box-shadow-inset), 0 0 0 0.25rem rgba(234, 252, 136, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 1.5rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

.form-select-sm {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

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

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

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

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

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 2px solid #c3c3c3;
  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: #b0b0a1;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(234, 252, 136, 0.25);
}
.form-check-input:checked {
  background-color: #EAFC88;
  border-color: #EAFC88;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='2 2 16 16'%3e%3cpath fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23FFFFFF'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #606043;
  border-color: #606043;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

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

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

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

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

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

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

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

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

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

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

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

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

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 1.5rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2317B26A' 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.375rem) center;
  background-size: calc(0.75em + 0.75rem) calc(0.75em + 0.75rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: var(--bs-box-shadow-inset), 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

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

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

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

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

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

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

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

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

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 1.5rem);
  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='%23FD4444' stroke='white'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z' fill='white'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='white' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.375rem) center;
  background-size: calc(0.75em + 0.75rem) calc(0.75em + 0.75rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: var(--bs-box-shadow-inset), none;
}

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

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

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

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: none;
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

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

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

[readonly] {
  background-color: rgba(var(--bs-tertiary-bg-rgb), 1);
}
[readonly]:hover, [readonly]:focus {
  border: var(--bs-border-width) solid var(--bs-border-color);
  background-color: rgba(var(--bs-tertiary-bg-rgb), 1);
}

.form-check {
  padding: 0.25em 0.25em 0.25em 2.25em;
  border-radius: var(--bs-border-radius-lg);
}
.form-check .form-check-input {
  margin-left: -1.5em;
}
.form-check:hover, .form-check:focus {
  box-shadow: 0 0px 0px 4px rgba(var(--bs-gray-rgb), 0.15) !important;
}
.form-check:hover .form-check-input, .form-check:focus .form-check-input {
  box-shadow: 0 0px 0px 4px rgba(var(--bs-gray-rgb), 0.15) !important;
}

.border-group {
  border-radius: var(--bs-border-radius-lg);
}
.border-group:has(input[type=radio]:checked), .border-group:has(input[type=checkbox]:checked) {
  box-shadow: 0 0 0 4px var(--bs-brand) inset !important;
}
.border-group:has(input[type=radio]:disabled), .border-group:has(input[type=checkbox]:disabled) {
  background-color: rgba(var(--bs-tertiary-bg-rgb), 1);
}

.btn {
  --bs-btn-padding-x: 1.5rem;
  --bs-btn-padding-y: 0.75rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 600;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius-pill);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  --bs-btn-disabled-opacity: 0.75;
  --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;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  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);
  box-shadow: var(--bs-btn-box-shadow);
  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:not(:disabled, .disabled) {
  color: var(--bs-btn-hover-color) !important;
  background-color: var(--bs-btn-hover-bg) !important;
  border-color: var(--bs-btn-hover-border-color) !important;
}
.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-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-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);
  box-shadow: var(--bs-btn-active-shadow);
}
.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-active-shadow), var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-active-shadow), var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: all;
  cursor: not-allowed;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
  box-shadow: none;
}

.btn-brand {
  --bs-btn-color: #000000;
  --bs-btn-bg: #EAFC88;
  --bs-btn-border-color: #EAFC88;
  --bs-btn-hover-color: #EAFC88 !important;
  --bs-btn-hover-bg: #606043 !important;
  --bs-btn-hover-border-color: #606043 !important;
  --bs-btn-focus-shadow-rgb: 199, 214, 116;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #eefda0;
  --bs-btn-active-border-color: #ecfc94;
  --bs-btn-active-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #A4A7AE;
  --bs-btn-disabled-bg: #F5F5F5;
  --bs-btn-disabled-border-color: #E9EAEB;
}

.btn-primary {
  --bs-btn-color: #FFFFFF;
  --bs-btn-bg: #0C0E12;
  --bs-btn-border-color: #0C0E12;
  --bs-btn-hover-color: #FFFFFF;
  --bs-btn-hover-bg: #0a0c0f;
  --bs-btn-hover-border-color: #0a0b0e;
  --bs-btn-focus-shadow-rgb: 48, 50, 54;
  --bs-btn-active-color: #FFFFFF;
  --bs-btn-active-bg: #0a0b0e;
  --bs-btn-active-border-color: #090b0e;
  --bs-btn-active-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #FFFFFF;
  --bs-btn-disabled-bg: #0C0E12;
  --bs-btn-disabled-border-color: #0C0E12;
}

.btn-secondary {
  --bs-btn-color: #FFFFFF;
  --bs-btn-bg: #403F1C;
  --bs-btn-border-color: #403F1C;
  --bs-btn-hover-color: #FFFFFF;
  --bs-btn-hover-bg: #363618;
  --bs-btn-hover-border-color: #333216;
  --bs-btn-focus-shadow-rgb: 93, 92, 62;
  --bs-btn-active-color: #FFFFFF;
  --bs-btn-active-bg: #333216;
  --bs-btn-active-border-color: #302f15;
  --bs-btn-active-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #FFFFFF;
  --bs-btn-disabled-bg: #403F1C;
  --bs-btn-disabled-border-color: #403F1C;
}

.btn-tertiary {
  --bs-btn-color: #FFFFFF;
  --bs-btn-bg: #4D5761;
  --bs-btn-border-color: #4D5761;
  --bs-btn-hover-color: #FFFFFF;
  --bs-btn-hover-bg: #414a52;
  --bs-btn-hover-border-color: #3e464e;
  --bs-btn-focus-shadow-rgb: 104, 112, 121;
  --bs-btn-active-color: #FFFFFF;
  --bs-btn-active-bg: #3e464e;
  --bs-btn-active-border-color: #3a4149;
  --bs-btn-active-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #FFFFFF;
  --bs-btn-disabled-bg: #4D5761;
  --bs-btn-disabled-border-color: #4D5761;
}

.btn-success {
  --bs-btn-color: #000000;
  --bs-btn-bg: #17B26A;
  --bs-btn-border-color: #17B26A;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #3abe80;
  --bs-btn-hover-border-color: #2eba79;
  --bs-btn-focus-shadow-rgb: 20, 151, 90;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #45c188;
  --bs-btn-active-border-color: #2eba79;
  --bs-btn-active-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #17B26A;
  --bs-btn-disabled-border-color: #17B26A;
}

.btn-info {
  --bs-btn-color: #000000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000000;
  --bs-btn-bg: #F79009;
  --bs-btn-border-color: #F79009;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #f8a12e;
  --bs-btn-hover-border-color: #f89b22;
  --bs-btn-focus-shadow-rgb: 210, 122, 8;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #f9a63a;
  --bs-btn-active-border-color: #f89b22;
  --bs-btn-active-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #F79009;
  --bs-btn-disabled-border-color: #F79009;
}

.btn-danger {
  --bs-btn-color: #000000;
  --bs-btn-bg: #FD4444;
  --bs-btn-border-color: #FD4444;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #fd6060;
  --bs-btn-hover-border-color: #fd5757;
  --bs-btn-focus-shadow-rgb: 215, 58, 58;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #fd6969;
  --bs-btn-active-border-color: #fd5757;
  --bs-btn-active-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #FD4444;
  --bs-btn-disabled-border-color: #FD4444;
}

.btn-light {
  --bs-btn-color: #000000;
  --bs-btn-bg: #F5F5F5;
  --bs-btn-border-color: #F5F5F5;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #d0d0d0;
  --bs-btn-hover-border-color: #c4c4c4;
  --bs-btn-focus-shadow-rgb: 208, 208, 208;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #c4c4c4;
  --bs-btn-active-border-color: #b8b8b8;
  --bs-btn-active-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #c4c4c4;
  --bs-btn-disabled-border-color: #F5F5F5;
}

.btn-dark {
  --bs-btn-color: #FFFFFF;
  --bs-btn-bg: #0C0E12;
  --bs-btn-border-color: #0C0E12;
  --bs-btn-hover-color: #FFFFFF;
  --bs-btn-hover-bg: #303236;
  --bs-btn-hover-border-color: #24262a;
  --bs-btn-focus-shadow-rgb: 48, 50, 54;
  --bs-btn-active-color: #FFFFFF;
  --bs-btn-active-bg: #3d3e41;
  --bs-btn-active-border-color: #24262a;
  --bs-btn-active-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #FFFFFF;
  --bs-btn-disabled-bg: #0a0b0e;
  --bs-btn-disabled-border-color: #0C0E12;
}

.btn-moss {
  --bs-btn-color: #FFFFFF;
  --bs-btn-bg: #403F1C;
  --bs-btn-border-color: #403F1C;
  --bs-btn-hover-color: #EAFC88 !important;
  --bs-btn-hover-bg: #5d5c3e;
  --bs-btn-hover-border-color: #5d5c3e;
  --bs-btn-focus-shadow-rgb: 93, 92, 62;
  --bs-btn-active-color: #FFFFFF;
  --bs-btn-active-bg: #333216;
  --bs-btn-active-border-color: #302f15;
  --bs-btn-active-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #FFFFFF;
  --bs-btn-disabled-bg: #333216;
  --bs-btn-disabled-border-color: #403F1C;
}

.btn-outline-brand {
  --bs-btn-color: #EAFC88;
  --bs-btn-border-color: #EAFC88;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #EAFC88;
  --bs-btn-hover-border-color: #EAFC88;
  --bs-btn-focus-shadow-rgb: 234, 252, 136;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #EAFC88;
  --bs-btn-active-border-color: #EAFC88;
  --bs-btn-active-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #EAFC88;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #EAFC88;
  --bs-gradient: none;
}

.btn-outline-primary {
  --bs-btn-color: #0C0E12;
  --bs-btn-border-color: #0C0E12;
  --bs-btn-hover-color: #FFFFFF;
  --bs-btn-hover-bg: #0C0E12;
  --bs-btn-hover-border-color: #0C0E12;
  --bs-btn-focus-shadow-rgb: 12, 14, 18;
  --bs-btn-active-color: #FFFFFF;
  --bs-btn-active-bg: #0C0E12;
  --bs-btn-active-border-color: #0C0E12;
  --bs-btn-active-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0C0E12;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0C0E12;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #403F1C;
  --bs-btn-border-color: #403F1C;
  --bs-btn-hover-color: #FFFFFF;
  --bs-btn-hover-bg: #403F1C;
  --bs-btn-hover-border-color: #403F1C;
  --bs-btn-focus-shadow-rgb: 64, 63, 28;
  --bs-btn-active-color: #FFFFFF;
  --bs-btn-active-bg: #403F1C;
  --bs-btn-active-border-color: #403F1C;
  --bs-btn-active-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #403F1C;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #403F1C;
  --bs-gradient: none;
}

.btn-outline-tertiary {
  --bs-btn-color: #4D5761;
  --bs-btn-border-color: #4D5761;
  --bs-btn-hover-color: #FFFFFF;
  --bs-btn-hover-bg: #4D5761;
  --bs-btn-hover-border-color: #4D5761;
  --bs-btn-focus-shadow-rgb: 77, 87, 97;
  --bs-btn-active-color: #FFFFFF;
  --bs-btn-active-bg: #4D5761;
  --bs-btn-active-border-color: #4D5761;
  --bs-btn-active-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #4D5761;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #4D5761;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #17B26A;
  --bs-btn-border-color: #17B26A;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #17B26A;
  --bs-btn-hover-border-color: #17B26A;
  --bs-btn-focus-shadow-rgb: 23, 178, 106;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #17B26A;
  --bs-btn-active-border-color: #17B26A;
  --bs-btn-active-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #17B26A;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #17B26A;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #F79009;
  --bs-btn-border-color: #F79009;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #F79009;
  --bs-btn-hover-border-color: #F79009;
  --bs-btn-focus-shadow-rgb: 247, 144, 9;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #F79009;
  --bs-btn-active-border-color: #F79009;
  --bs-btn-active-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #F79009;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #F79009;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #FD4444;
  --bs-btn-border-color: #FD4444;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #FD4444;
  --bs-btn-hover-border-color: #FD4444;
  --bs-btn-focus-shadow-rgb: 253, 68, 68;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #FD4444;
  --bs-btn-active-border-color: #FD4444;
  --bs-btn-active-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #FD4444;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #FD4444;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #F5F5F5;
  --bs-btn-border-color: #F5F5F5;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #F5F5F5;
  --bs-btn-hover-border-color: #F5F5F5;
  --bs-btn-focus-shadow-rgb: 245, 245, 245;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #F5F5F5;
  --bs-btn-active-border-color: #F5F5F5;
  --bs-btn-active-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #F5F5F5;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #F5F5F5;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #0C0E12;
  --bs-btn-border-color: #0C0E12;
  --bs-btn-hover-color: #0C0E12;
  --bs-btn-hover-bg: #F5F5F6;
  --bs-btn-hover-border-color: #CECFD2;
  --bs-btn-focus-shadow-rgb: 12, 14, 18;
  --bs-btn-active-color: #0C0E12;
  --bs-btn-active-bg: #F5F5F6;
  --bs-btn-active-border-color: #CECFD2;
  --bs-btn-active-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0C0E12;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0C0E12;
  --bs-gradient: none;
  --bs-btn-border-color: #CECFD2;
}

.btn-outline-moss {
  --bs-btn-color: #403F1C;
  --bs-btn-border-color: #403F1C;
  --bs-btn-hover-color: #FFFFFF;
  --bs-btn-hover-bg: #403F1C;
  --bs-btn-hover-border-color: #403F1C;
  --bs-btn-focus-shadow-rgb: 64, 63, 28;
  --bs-btn-active-color: #FFFFFF;
  --bs-btn-active-bg: #403F1C;
  --bs-btn-active-border-color: #403F1C;
  --bs-btn-active-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #403F1C;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #403F1C;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #4D5761;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 48, 50, 54;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 1.125rem;
  --bs-btn-padding-x: 3.5rem;
  --bs-btn-font-size: 1.125rem;
  --bs-btn-border-radius: var(--bs-border-radius-pill);
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-pill);
}

.btn {
  --bs-btn-padding-x: 22px;
  --bs-btn-padding-y: 11px;
  --bs-btn-font-size: 16px;
  --bs-btn-line-height: 24px;
}
@media (min-width: 576px) {
  .btn {
    --bs-btn-padding-x: 30px;
    --bs-btn-padding-y: 15px;
    --bs-btn-font-size: 16px;
    --bs-btn-line-height: 24px;
  }
}
@media (min-width: 768px) {
  .btn {
    --bs-btn-padding-x: 30px;
    --bs-btn-padding-y: 15px;
    --bs-btn-font-size: 18px;
    --bs-btn-line-height: 28px;
  }
}
@media (min-width: 1024px) {
  .btn {
    --bs-btn-padding-x: 34px;
    --bs-btn-padding-y: 17px;
    --bs-btn-font-size: 18px;
    --bs-btn-line-height: 28px;
  }
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-x: 18px;
  --bs-btn-padding-y: 9px;
  --bs-btn-font-size: 12px;
  --bs-btn-line-height: 18px;
}
@media (min-width: 576px) {
  .btn-sm, .btn-group-sm > .btn {
    --bs-btn-padding-x: 22px;
    --bs-btn-padding-y: 11px;
    --bs-btn-font-size: 12px;
    --bs-btn-line-height: 18px;
  }
}
@media (min-width: 768px) {
  .btn-sm, .btn-group-sm > .btn {
    --bs-btn-padding-x: 22px;
    --bs-btn-padding-y: 11px;
    --bs-btn-font-size: 16px;
    --bs-btn-line-height: 24px;
  }
}
@media (min-width: 1024px) {
  .btn-sm, .btn-group-sm > .btn {
    --bs-btn-padding-x: 26px;
    --bs-btn-padding-y: 13px;
    --bs-btn-font-size: 16px;
    --bs-btn-line-height: 24px;
  }
}
@media (max-width: 320px) {
  .btn-sm, .btn-group-sm > .btn {
    font-size: 14px;
    --bs-btn-padding-x: 1rem;
  }
}

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-x: 41.25px;
  --bs-btn-padding-y: 11px;
  --bs-btn-font-size: 16px;
  --bs-btn-line-height: 24px;
}
@media (min-width: 576px) {
  .btn-lg, .btn-group-lg > .btn {
    --bs-btn-padding-x: 56.25px;
    --bs-btn-padding-y: 15px;
    --bs-btn-font-size: 16px;
    --bs-btn-line-height: 24px;
  }
}
@media (min-width: 768px) {
  .btn-lg, .btn-group-lg > .btn {
    --bs-btn-padding-x: 56.25px;
    --bs-btn-padding-y: 15px;
    --bs-btn-font-size: 18px;
    --bs-btn-line-height: 28px;
  }
}
@media (min-width: 1024px) {
  .btn-lg, .btn-group-lg > .btn {
    --bs-btn-padding-x: 63.75px;
    --bs-btn-padding-y: 17px;
    --bs-btn-font-size: 18px;
    --bs-btn-line-height: 28px;
  }
}

.datepicker-dropdown .btn, .autocomplete-suggestion.btn {
  --bs-btn-padding-x: 1rem;
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-font-size: 1rem;
  --bs-btn-line-height: 1.5;
  --bs-btn-border-radius: var(--bs-border-radius-3xl);
  --bs-btn-box-shadow: none;
}

.btn .ui, .btn-lg .ui, .btn-sm .ui {
  font-size: calc(var(--bs-btn-font-size) * 1.25) !important;
  display: inline-block !important;
}

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

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

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

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

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  font-family: "untitledui";
  display: inline-block;
  margin-left: 0.25rem;
  vertical-align: middle;
  content: "\e9ea";
  border-top: 0 solid;
  border-right: 0 solid transparent;
  border-bottom: 0;
  border-left: 0 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: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #FFFFFF;
  --bs-dropdown-link-active-bg: #606043;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #4D5761;
  --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);
  box-shadow: var(--bs-dropdown-box-shadow);
}
.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: 375px) {
  .dropdown-menu-xs-start {
    --bs-position: start;
  }
  .dropdown-menu-xs-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xs-end {
    --bs-position: end;
  }
  .dropdown-menu-xs-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: 1024px) {
  .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: 1280px) {
  .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: 1440px) {
  .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 {
  font-family: "untitledui";
  display: inline-block;
  margin-left: 0.25rem;
  vertical-align: middle;
  content: "\e9ea";
  border-top: 0;
  border-right: 0 solid transparent;
  border-bottom: 0 solid;
  border-left: 0 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 {
  font-family: "untitledui";
  display: inline-block;
  margin-left: 0.25rem;
  vertical-align: middle;
  content: "\e9ea";
  border-top: 0 solid transparent;
  border-right: 0;
  border-bottom: 0 solid transparent;
  border-left: 0 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 {
  font-family: "untitledui";
  display: inline-block;
  margin-left: 0.25rem;
  vertical-align: middle;
  content: "\e9ea";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.25rem;
  vertical-align: middle;
  content: "";
  border-top: 0 solid transparent;
  border-right: 0 solid;
  border-bottom: 0 solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

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

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

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

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

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

.dropdown-menu-dark {
  --bs-dropdown-color: #D5D7DA;
  --bs-dropdown-bg: #252B37;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #D5D7DA;
  --bs-dropdown-link-hover-color: #FFFFFF;
  --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: #FFFFFF;
  --bs-dropdown-link-active-bg: #606043;
  --bs-dropdown-link-disabled-color: #717680;
  --bs-dropdown-header-color: #717680;
}

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

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

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

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

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

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

.btn-group.show .dropdown-toggle {
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.125);
}
.btn-group.show .dropdown-toggle.btn-link {
  box-shadow: none;
}

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

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-size: 1.125rem;
  --bs-nav-link-font-weight: semibold;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

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

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

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius-xl);
  --bs-nav-pills-link-active-color: #FFFFFF;
  --bs-nav-pills-link-active-bg: #606043;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

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

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

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

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

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

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.86rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.40625rem;
  --bs-navbar-brand-margin-end: 2.5rem;
  --bs-navbar-brand-font-size: 1.125rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.125rem;
  --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%2812, 14, 18, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius-pill);
  --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,
.navbar > .container-fluid,
.navbar > .container-xs,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

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

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

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

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

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

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

@media (min-width: 375px) {
  .navbar-expand-xs {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xs .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xs .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xs .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xs .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xs .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xs .navbar-toggler {
    display: none;
  }
  .navbar-expand-xs .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;
    box-shadow: none;
    transition: none;
  }
  .navbar-expand-xs .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xs .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@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;
    box-shadow: none;
    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;
    box-shadow: none;
    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: 1024px) {
  .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;
    box-shadow: none;
    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: 1280px) {
  .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;
    box-shadow: none;
    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: 1440px) {
  .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;
    box-shadow: none;
    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;
  box-shadow: none;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

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

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

.card {
  --bs-card-spacer-y: 1.75rem;
  --bs-card-spacer-x: 1.25rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 1.75rem;
  --bs-card-cap-padding-x: 1.5625rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: 100%;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --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);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
  box-shadow: var(--bs-card-box-shadow);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-body hr {
  margin: 1rem calc(-1 * var(--bs-card-spacer-x));
}

#product-container .card {
  border-radius: var(--bs-border-radius-4xl);
}
@media (min-width: 768px) {
  #product-container .card {
    border-radius: var(--bs-border-radius-5xl);
  }
}
#product-container .card-body {
  padding: 2.5rem 2.5rem;
}
@media (max-width: 1023.98px) {
  #product-container .card-body {
    padding: 1.25rem;
  }
}

.card .card-body:last-of-type {
  margin-top: auto;
}

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

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

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

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

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

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

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

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 0;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-black);
  --bs-breadcrumb-item-padding-x: 1rem;
  --bs-breadcrumb-item-padding-y: 0.75rem;
  --bs-breadcrumb-item-active-color: #F3FDB8;
  --bs-breadcrumb-hover-color: #A4A7AE;
  --bs-breadcrumb-inactive-item-font-weight: 500;
  --bs-breadcrumb-active-item-font-weight: 700;
  display: flex;
  flex-wrap: nowrap;
  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);
  max-width: 100%;
  overflow: hidden;
}

.breadcrumb-item {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  width: fit-content;
  flex-grow: 0;
  padding: 0 0 0 0;
}
.breadcrumb-item:not(:last-child) {
  flex-shrink: 0 !important;
}
.breadcrumb-item .ui {
  font-size: 1.5rem !important;
}
.breadcrumb-item a {
  color: #4D5761;
  font-weight: var(--bs-breadcrumb-inactive-item-font-weight);
  padding: var(--bs-breadcrumb-item-padding-y) var(--bs-breadcrumb-item-padding-x);
  display: flex;
  align-items: center;
  text-decoration: none;
}
.breadcrumb-item:first-child a {
  padding: 0 1rem 0 0;
}
.breadcrumb-item + .breadcrumb-item::before {
  font-family: "untitledui";
  float: left;
  padding-right: 0.5rem;
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "\e9ee") /* rtl: var(--bs-breadcrumb-divider, "\e9ee") */;
}
.breadcrumb-item.active {
  padding-left: 0;
}
.breadcrumb-item.active a {
  color: #0C0E12;
  background-color: var(--bs-breadcrumb-item-active-color);
  padding: var(--bs-breadcrumb-item-padding-y) var(--bs-breadcrumb-item-padding-x);
  font-weight: var(--bs-breadcrumb-active-item-font-weight);
  border-radius: 0.5rem;
}
.breadcrumb-item.active a:hover {
  background-color: var(--bs-breadcrumb-hover-color);
}

.pagination {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.5rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: transparent;
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: transparent;
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(234, 252, 136, 0.25);
  --bs-pagination-active-color: #FFFFFF;
  --bs-pagination-active-bg: var(--bs-dark);
  --bs-pagination-active-border-color: var(--bs-dark);
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: transparent;
  display: flex;
  gap: calc(2 * 0.5rem);
  padding-left: 0;
  list-style: none;
}

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

.page-item:not(:first-child) .page-link {
  margin-left: calc(var(--bs-border-width) * -1);
}
.page-item .prev, .page-item .next {
  padding: 0.5rem;
  border-radius: var(--bs-pagination-border-radius);
}
.page-item.disabled .prev, .page-item.disabled .next {
  cursor: auto;
}
.page-item .page-link {
  line-height: 1.25;
  height: 100%;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: var(--bs-pagination-border-radius);
}

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

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

.badge {
  --bs-badge-padding-x: 0.825em;
  --bs-badge-padding-y: 0.25em;
  --bs-badge-font-size: 0.875em;
  --bs-badge-font-weight: 500;
  --bs-badge-color: #FFFFFF;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}

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

.badge {
  padding-top: calc(var(--bs-badge-padding-y) * 1.65);
  margin-bottom: calc(var(--bs-badge-padding-y) * 1.45);
  line-height: 1.4;
  white-space: normal;
}

.badge-brand {
  border: 1px solid #EAFC88;
  background-color: #F7FECF;
  color: #070a11;
  border: 1px solid #9ea0a5;
}

.badge-pink {
  border: 1px solid #FFE7ED;
  background-color: #FFF3F6;
  color: #C11574;
}

.badge-red {
  border: 1px solid #FEB2B2;
  background-color: #FFECEC;
  color: #982929;
}

.badge-orange {
  border: 1px solid #F9DBAF;
  background-color: #FEF6EE;
  color: #B93815;
}

.badge-yellow {
  border: 1px solid #FEEE95;
  background-color: #FEFBE8;
  color: #A15C07;
}

.badge-green {
  border: 1px solid #a2e0c3;
  background-color: #dcf3e9;
  color: #0e6b40;
}

.badge-dark {
  border: 1px solid #9ea0a5;
  background-color: #dbdbdd;
  color: #070a11;
}

.badge-moss {
  border: 1px solid #B1B0A2;
  background-color: #ECECE8;
  color: #3F621A;
}

.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: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 1.5rem;
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress,
.progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #FFFFFF;
  --bs-progress-bar-bg: #0C0E12;
  --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);
  box-shadow: var(--bs-progress-box-shadow);
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 375px) {
  .list-group-horizontal-xs {
    flex-direction: row;
  }
  .list-group-horizontal-xs > .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-xs > .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-xs > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xs > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xs > .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: 1024px) {
  .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: 1280px) {
  .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: 1440px) {
  .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-brand {
  --bs-list-group-color: var(--bs-brand-text-emphasis);
  --bs-list-group-bg: var(--bs-brand-bg-subtle);
  --bs-list-group-border-color: var(--bs-brand-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-brand-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-brand-border-subtle);
  --bs-list-group-active-color: var(--bs-brand-bg-subtle);
  --bs-list-group-active-bg: var(--bs-brand-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-brand-text-emphasis);
}

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

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

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

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

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

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

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

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

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

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

/* Custom ordered list styles */
.brand-ordered-list {
  list-style: none;
  counter-reset: custom-counter;
}
.brand-ordered-list li {
  counter-increment: custom-counter;
  position: relative;
  padding-left: calc(1em + 20px);
  margin-bottom: 1rem;
  padding-top: 0.25em;
}
.brand-ordered-list li::before {
  content: counter(custom-counter);
  color: #EAFC88;
  background: #000000;
  border: 1px solid #0C0E12;
  font-family: "inter-variable", sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: bold;
  padding-top: 0.25em;
  height: calc(1em + 12px);
  width: calc(1em + 12px);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 1em;
  transform: translateY(-50%);
}

.moss-ordered-list {
  list-style: none;
  counter-reset: custom-counter;
}
.moss-ordered-list li {
  counter-increment: custom-counter;
  position: relative;
  padding-left: calc(1em + 20px);
  margin-bottom: 1rem;
  padding-top: 0.25em;
}
.moss-ordered-list li::before {
  content: counter(custom-counter);
  color: #FFFFFF;
  background: #403F1C;
  font-family: "inter-variable", sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: bold;
  padding-top: 0.25em;
  height: calc(1em + 12px);
  width: calc(1em + 12px);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 1em;
  transform: translateY(-50%);
}

.ul-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ul-list li {
  position: relative;
  padding-left: calc(1em + 12px);
  margin-bottom: 1rem;
}
.ul-list li::before {
  content: "\e9de";
  color: #EAFC88;
  background: #000000;
  font-family: "untitledui";
  font-size: 0.75em;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  height: calc(1em + 8px);
  width: calc(1em + 8px);
  position: absolute;
  left: 0;
  top: 0.125em;
}
.ul-list-bullet li::before {
  content: "";
  font-size: 0.25em;
  margin: 1.75em;
}
.ul-list-numbered {
  counter-reset: list-counter;
}
.ul-list-numbered li {
  counter-increment: list-counter;
}
.ul-list-numbered li::before {
  content: counter(list-counter);
  color: #FFFFFF;
  background: #403F1C;
  font-family: "inter-variable", sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: bold;
  padding-top: 0.25em;
  min-height: calc(1em + 8px);
  min-width: calc(1em + 8px);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
}

.ul-list-brand li::before {
  color: #000000;
  background: #F3FDB8;
  color: var(--bs-dark);
}

.ul-list-pink li::before {
  color: #000000;
  background: #FFDBE3;
}

.ul-list-red li::before {
  color: #000000;
  background: #FE9393;
}

.ul-list-orange li::before {
  color: #000000;
  background: #F7B27A;
}

.ul-list-yellow li::before {
  color: #000000;
  background: #FDE272;
}

.ul-list-green li::before {
  color: #000000;
  background: #74d1a6;
}

.ul-list-dark li::before {
  color: #000000;
  background: #6d7077;
  background: #0C111D;
  color: var(--bs-white);
}

.ul-list-moss li::before {
  color: #000000;
  background: #90907B;
  background: #403F1C;
  color: var(--bs-white);
}

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

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

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

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

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

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

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.1s ease-out;
  transform: scale(0.9);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: scale(1);
}
.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);
  box-shadow: var(--bs-modal-box-shadow);
  outline: 0;
}

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

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

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

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

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

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 1024px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1280px) {
  .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: 374.98px) {
  .modal-fullscreen-xs-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xs-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xs-down .modal-header,
  .modal-fullscreen-xs-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xs-down .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: 1023.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: 1279.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: 1439.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 {
  backdrop-filter: blur(3px);
}

.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 244px;
  --bs-tooltip-padding-x: 0.65rem;
  --bs-tooltip-padding-y: 0.65rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: #D0D5DD;
  --bs-tooltip-bg: #101828;
  --bs-tooltip-border-radius: var(--bs-border-radius-sm);
  --bs-tooltip-opacity: 1;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: 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: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

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

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

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

/* 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 {
  text-align: left;
}
.tooltip-inner p, .tooltip-inner strong, .tooltip-inner span {
  display: inline-block;
  margin-bottom: 0.175rem;
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: 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);
  box-shadow: var(--bs-popover-box-shadow);
}
.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);
}

.carousel {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ratio-3x2 {
  --bs-aspect-ratio: 66.6666666667%;
}

.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: 375px) {
  .sticky-xs-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xs-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: 1024px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1280px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1440px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shadow {
  box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1) !important;
}

.shadow-xs {
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05) !important;
}

.shadow-sm {
  box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.1) !important;
}

.shadow-lg {
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08) !important;
}

.shadow-xl {
  box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08) !important;
}

.shadow-2xl {
  box-shadow: 0px 24px 48px -12px rgba(16, 24, 40, 0.18) !important;
}

.shadow-3xl {
  box-shadow: 0px 24px 48px -12px rgba(16, 24, 40, 0.18) !important;
}

.shadow-inset {
  box-shadow: inset 0 1px 2px rgba(16, 24, 40, 0.05) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-10 {
  top: 10 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.end-90 {
  right: 90% !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-blue {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-blue-rgb), var(--bs-border-opacity)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-7 {
  margin: 1.25rem !important;
}

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

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

.m-10 {
  margin: 2.5rem !important;
}

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

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

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

.m-14 {
  margin: 6rem !important;
}

.m-15 {
  margin: 8rem !important;
}

.m-16 {
  margin: 10rem !important;
}

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

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

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

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

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

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

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

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

.mx-7 {
  margin-right: 1.25rem !important;
  margin-left: 1.25rem !important;
}

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

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

.mx-10 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}

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

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

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

.mx-14 {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}

.mx-15 {
  margin-right: 8rem !important;
  margin-left: 8rem !important;
}

.mx-16 {
  margin-right: 10rem !important;
  margin-left: 10rem !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.125rem !important;
  margin-bottom: 0.125rem !important;
}

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

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

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

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

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

.my-7 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

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

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

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

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

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

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

.my-14 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.my-15 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

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

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

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

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

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

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

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

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

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

.mt-7 {
  margin-top: 1.25rem !important;
}

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

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

.mt-10 {
  margin-top: 2.5rem !important;
}

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

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

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

.mt-14 {
  margin-top: 6rem !important;
}

.mt-15 {
  margin-top: 8rem !important;
}

.mt-16 {
  margin-top: 10rem !important;
}

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

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

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

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

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

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

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

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

.me-7 {
  margin-right: 1.25rem !important;
}

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

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

.me-10 {
  margin-right: 2.5rem !important;
}

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

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

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

.me-14 {
  margin-right: 6rem !important;
}

.me-15 {
  margin-right: 8rem !important;
}

.me-16 {
  margin-right: 10rem !important;
}

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

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

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

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

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

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

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

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

.mb-7 {
  margin-bottom: 1.25rem !important;
}

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

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

.mb-10 {
  margin-bottom: 2.5rem !important;
}

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

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

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

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

.mb-15 {
  margin-bottom: 8rem !important;
}

.mb-16 {
  margin-bottom: 10rem !important;
}

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

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

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

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

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

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

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

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

.ms-7 {
  margin-left: 1.25rem !important;
}

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

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

.ms-10 {
  margin-left: 2.5rem !important;
}

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

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

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

.ms-14 {
  margin-left: 6rem !important;
}

.ms-15 {
  margin-left: 8rem !important;
}

.ms-16 {
  margin-left: 10rem !important;
}

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

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

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

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

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

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

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

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

.p-7 {
  padding: 1.25rem !important;
}

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

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

.p-10 {
  padding: 2.5rem !important;
}

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

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

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

.p-14 {
  padding: 6rem !important;
}

.p-15 {
  padding: 8rem !important;
}

.p-16 {
  padding: 10rem !important;
}

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

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

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

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

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

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

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

.px-7 {
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important;
}

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

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

.px-10 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

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

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

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

.px-14 {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}

.px-15 {
  padding-right: 8rem !important;
  padding-left: 8rem !important;
}

.px-16 {
  padding-right: 10rem !important;
  padding-left: 10rem !important;
}

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

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

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

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

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

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

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

.py-7 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

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

.py-9 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

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

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

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

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

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

.py-15 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

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

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

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

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

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

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

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

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

.pt-7 {
  padding-top: 1.25rem !important;
}

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

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

.pt-10 {
  padding-top: 2.5rem !important;
}

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

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

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

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

.pt-15 {
  padding-top: 8rem !important;
}

.pt-16 {
  padding-top: 10rem !important;
}

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

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

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

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

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

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

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

.pe-7 {
  padding-right: 1.25rem !important;
}

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

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

.pe-10 {
  padding-right: 2.5rem !important;
}

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

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

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

.pe-14 {
  padding-right: 6rem !important;
}

.pe-15 {
  padding-right: 8rem !important;
}

.pe-16 {
  padding-right: 10rem !important;
}

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

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

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

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

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

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

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

.pb-7 {
  padding-bottom: 1.25rem !important;
}

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

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

.pb-10 {
  padding-bottom: 2.5rem !important;
}

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

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

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

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

.pb-15 {
  padding-bottom: 8rem !important;
}

.pb-16 {
  padding-bottom: 10rem !important;
}

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

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

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

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

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

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

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

.ps-7 {
  padding-left: 1.25rem !important;
}

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

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

.ps-10 {
  padding-left: 2.5rem !important;
}

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

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

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

.ps-14 {
  padding-left: 6rem !important;
}

.ps-15 {
  padding-left: 8rem !important;
}

.ps-16 {
  padding-left: 10rem !important;
}

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

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

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

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

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

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

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

.gap-7 {
  gap: 1.25rem !important;
}

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

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

.gap-10 {
  gap: 2.5rem !important;
}

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

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

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

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

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

.gap-16 {
  gap: 10rem !important;
}

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

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

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

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

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

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

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

.row-gap-7 {
  row-gap: 1.25rem !important;
}

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

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

.row-gap-10 {
  row-gap: 2.5rem !important;
}

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

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

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

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

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

.row-gap-16 {
  row-gap: 10rem !important;
}

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

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

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

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

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

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

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

.column-gap-7 {
  column-gap: 1.25rem !important;
}

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

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

.column-gap-10 {
  column-gap: 2.5rem !important;
}

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

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

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

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

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

.column-gap-16 {
  column-gap: 10rem !important;
}

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

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

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

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

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

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

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

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

.fs-xl {
  font-size: calc(1.425rem + 2.1vw) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-gray-50 {
  --bs-text-opacity: 1;
  color: #FAFAFA !important;
}

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

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

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

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-tertiary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-tertiary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-pink-25 {
  --bs-text-opacity: 1;
  color: #FEF6FB !important;
}

.text-pink-50 {
  --bs-text-opacity: 1;
  color: #FFF3F6 !important;
}

.text-pink-100 {
  --bs-text-opacity: 1;
  color: #FCE7F6 !important;
}

.text-pink-200 {
  --bs-text-opacity: 1;
  color: #FFE7ED !important;
}

.text-pink-300 {
  --bs-text-opacity: 1;
  color: #FFDBE3 !important;
}

.text-pink-400 {
  --bs-text-opacity: 1;
  color: #FFCFDA !important;
}

.text-pink-500 {
  --bs-text-opacity: 1;
  color: #FFC3D1 !important;
}

.text-pink-600 {
  --bs-text-opacity: 1;
  color: #DD2590 !important;
}

.text-pink-700 {
  --bs-text-opacity: 1;
  color: #C11574 !important;
}

.text-pink-800 {
  --bs-text-opacity: 1;
  color: #9E165F !important;
}

.text-pink-900 {
  --bs-text-opacity: 1;
  color: #851651 !important;
}

.text-pink-950 {
  --bs-text-opacity: 1;
  color: #4E0D30 !important;
}

.text-red-25 {
  --bs-text-opacity: 1;
  color: #FFECEC !important;
}

.text-red-50 {
  --bs-text-opacity: 1;
  color: #FFECEC !important;
}

.text-red-100 {
  --bs-text-opacity: 1;
  color: #FEE4E2 !important;
}

.text-red-200 {
  --bs-text-opacity: 1;
  color: #FEB2B2 !important;
}

.text-red-300 {
  --bs-text-opacity: 1;
  color: #FE9393 !important;
}

.text-red-400 {
  --bs-text-opacity: 1;
  color: #FD6464 !important;
}

.text-red-500 {
  --bs-text-opacity: 1;
  color: #FD4444 !important;
}

.text-red-600 {
  --bs-text-opacity: 1;
  color: #ca3636 !important;
}

.text-red-700 {
  --bs-text-opacity: 1;
  color: #982929 !important;
}

.text-red-800 {
  --bs-text-opacity: 1;
  color: #651b1b !important;
}

.text-red-900 {
  --bs-text-opacity: 1;
  color: #330e0e !important;
}

.text-brand-20 {
  --bs-text-opacity: 1;
  color: #FBFEE7 !important;
}

.text-brand-40 {
  --bs-text-opacity: 1;
  color: #F7FECF !important;
}

.text-brand-60 {
  --bs-text-opacity: 1;
  color: #F3FDB8 !important;
}

.text-brand-80 {
  --bs-text-opacity: 1;
  color: #EEFDA0 !important;
}

.text-brand-100 {
  --bs-text-opacity: 1;
  color: #EAFC88 !important;
}

.text-gray-25 {
  --bs-text-opacity: 1;
  color: #FDFDFD !important;
}

.text-gray-100 {
  --bs-text-opacity: 1;
  color: #F5F5F5 !important;
}

.text-gray-200 {
  --bs-text-opacity: 1;
  color: #E9EAEB !important;
}

.text-gray-300 {
  --bs-text-opacity: 1;
  color: #D5D7DA !important;
}

.text-gray-400 {
  --bs-text-opacity: 1;
  color: #A4A7AE !important;
}

.text-gray-500 {
  --bs-text-opacity: 1;
  color: #717680 !important;
}

.text-gray-600 {
  --bs-text-opacity: 1;
  color: #4D5761 !important;
}

.text-gray-700 {
  --bs-text-opacity: 1;
  color: #414651 !important;
}

.text-gray-800 {
  --bs-text-opacity: 1;
  color: #252B37 !important;
}

.text-gray-900 {
  --bs-text-opacity: 1;
  color: #111927 !important;
}

.text-gray-950 {
  --bs-text-opacity: 1;
  color: #181D27 !important;
}

.text-dark-100 {
  --bs-text-opacity: 1;
  color: #cecfd2 !important;
}

.text-dark-200 {
  --bs-text-opacity: 1;
  color: #9ea0a5 !important;
}

.text-dark-300 {
  --bs-text-opacity: 1;
  color: #6d7077 !important;
}

.text-dark-400 {
  --bs-text-opacity: 1;
  color: #3d414a !important;
}

.text-dark-500 {
  --bs-text-opacity: 1;
  color: #0C111D !important;
}

.text-dark-600 {
  --bs-text-opacity: 1;
  color: #0a0e17 !important;
}

.text-dark-700 {
  --bs-text-opacity: 1;
  color: #070a11 !important;
}

.text-dark-800 {
  --bs-text-opacity: 1;
  color: #05070c !important;
}

.text-dark-900 {
  --bs-text-opacity: 1;
  color: #020306 !important;
}

.text-moss-25 {
  --bs-text-opacity: 1;
  color: #FAFDF7 !important;
}

.text-moss-50 {
  --bs-text-opacity: 1;
  color: #ECECE8 !important;
}

.text-moss-100 {
  --bs-text-opacity: 1;
  color: #E6F4D7 !important;
}

.text-moss-200 {
  --bs-text-opacity: 1;
  color: #B1B0A2 !important;
}

.text-moss-300 {
  --bs-text-opacity: 1;
  color: #90907B !important;
}

.text-moss-400 {
  --bs-text-opacity: 1;
  color: #606043 !important;
}

.text-moss-500 {
  --bs-text-opacity: 1;
  color: #403F1C !important;
}

.text-moss-600 {
  --bs-text-opacity: 1;
  color: #4F7A21 !important;
}

.text-moss-700 {
  --bs-text-opacity: 1;
  color: #3F621A !important;
}

.text-moss-800 {
  --bs-text-opacity: 1;
  color: #335015 !important;
}

.text-moss-900 {
  --bs-text-opacity: 1;
  color: #2B4212 !important;
}

.text-moss-950 {
  --bs-text-opacity: 1;
  color: #1A280B !important;
}

.text-quaternary-500 {
  --bs-text-opacity: 1;
  color: #737373 !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

.link-opacity-100 {
  --bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-offset-4 {
  text-underline-offset: 0.5em !important;
}

.link-offset-4-hover:hover {
  text-underline-offset: 0.5em !important;
}

.link-offset-5 {
  text-underline-offset: 0.75em !important;
}

.link-offset-5-hover:hover {
  text-underline-offset: 0.75em !important;
}

.link-underline-blue {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-blue-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-brand {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-brand-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-indigo {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-indigo-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-moss {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-moss-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-purple {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-purple-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-pink {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-pink-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-red {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-red-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-orange {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-orange-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-yellow {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-yellow-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-green {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-green-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-teal {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-teal-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-cyan {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-cyan-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-black {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-black-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-white {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-white-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-near-white {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-near-white-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-gray-50 {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-gray-50-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-gray {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-gray-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-gray-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-gray-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-tertiary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-tertiary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

.bg-blue {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-blue-rgb), var(--bs-bg-opacity)) !important;
}

.bg-brand {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-brand-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-indigo {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-indigo-rgb), var(--bs-bg-opacity)) !important;
}

.bg-moss {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-moss-rgb), var(--bs-bg-opacity)) !important;
}

.bg-purple {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-purple-rgb), var(--bs-bg-opacity)) !important;
}

.bg-pink {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-pink-rgb), var(--bs-bg-opacity)) !important;
}

.bg-red {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-red-rgb), var(--bs-bg-opacity)) !important;
}

.bg-orange {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-orange-rgb), var(--bs-bg-opacity)) !important;
}

.bg-yellow {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-yellow-rgb), var(--bs-bg-opacity)) !important;
}

.bg-green {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-green-rgb), var(--bs-bg-opacity)) !important;
}

.bg-teal {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-teal-rgb), var(--bs-bg-opacity)) !important;
}

.bg-cyan {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-cyan-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-near-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-near-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-gray-50 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-50-rgb), var(--bs-bg-opacity)) !important;
}

.bg-gray {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-rgb), var(--bs-bg-opacity)) !important;
}

.bg-gray-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-xxs {
  border-radius: var(--bs-border-radius-xxs) !important;
}

.rounded-xs {
  border-radius: var(--bs-border-radius-xs) !important;
}

.rounded-sm {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-md {
  border-radius: var(--bs-border-radius-md) !important;
}

.rounded-lg {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-xl {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-2xl {
  border-radius: var(--bs-border-radius-2xl) !important;
}

.rounded-3xl {
  border-radius: var(--bs-border-radius-3xl) !important;
}

.rounded-4xl {
  border-radius: var(--bs-border-radius-4xl) !important;
}

.rounded-5xl {
  border-radius: var(--bs-border-radius-5xl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-2xl {
  border-top-left-radius: var(--bs-border-radius-2xl) !important;
  border-top-right-radius: var(--bs-border-radius-2xl) !important;
}

.rounded-top-3xl {
  border-top-left-radius: var(--bs-border-radius-3xl) !important;
  border-top-right-radius: var(--bs-border-radius-3xl) !important;
}

.rounded-top-4xl {
  border-top-left-radius: var(--bs-border-radius-4xl) !important;
  border-top-right-radius: var(--bs-border-radius-4xl) !important;
}

.rounded-top-5xl {
  border-top-left-radius: var(--bs-border-radius-5xl) !important;
  border-top-right-radius: var(--bs-border-radius-5xl) !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-2xl {
  border-top-right-radius: var(--bs-border-radius-2xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-2xl) !important;
}

.rounded-end-3xl {
  border-top-right-radius: var(--bs-border-radius-3xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-3xl) !important;
}

.rounded-end-4xl {
  border-top-right-radius: var(--bs-border-radius-4xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-4xl) !important;
}

.rounded-end-5xl {
  border-top-right-radius: var(--bs-border-radius-5xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-5xl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-2xl {
  border-bottom-right-radius: var(--bs-border-radius-2xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-2xl) !important;
}

.rounded-bottom-3xl {
  border-bottom-right-radius: var(--bs-border-radius-3xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-3xl) !important;
}

.rounded-bottom-4xl {
  border-bottom-right-radius: var(--bs-border-radius-4xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-4xl) !important;
}

.rounded-bottom-5xl {
  border-bottom-right-radius: var(--bs-border-radius-5xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-5xl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-2xl {
  border-bottom-left-radius: var(--bs-border-radius-2xl) !important;
  border-top-left-radius: var(--bs-border-radius-2xl) !important;
}

.rounded-start-3xl {
  border-bottom-left-radius: var(--bs-border-radius-3xl) !important;
  border-top-left-radius: var(--bs-border-radius-3xl) !important;
}

.rounded-start-4xl {
  border-bottom-left-radius: var(--bs-border-radius-4xl) !important;
  border-top-left-radius: var(--bs-border-radius-4xl) !important;
}

.rounded-start-5xl {
  border-bottom-left-radius: var(--bs-border-radius-5xl) !important;
  border-top-left-radius: var(--bs-border-radius-5xl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n10 {
  z-index: -10 !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

.z-5 {
  z-index: 5 !important;
}

.z-10 {
  z-index: 10 !important;
}

.z-50 {
  z-index: 50 !important;
}

.z-100 {
  z-index: 100 !important;
}

.width-xxs {
  max-width: 20rem !important;
}

.width-xs {
  max-width: 24rem !important;
}

.width-sm {
  max-width: 30rem !important;
}

.width-md {
  max-width: 36rem !important;
}

.width-lg {
  max-width: 40rem !important;
}

.width-xl {
  max-width: 48rem !important;
}

.width-2xl {
  max-width: 64rem !important;
}

.width-3xl {
  max-width: 80rem !important;
}

.width-4xl {
  max-width: 90rem !important;
}

.width-5xl {
  max-width: 100rem !important;
}

.width-6xl {
  max-width: 120rem !important;
}

.height-xxs {
  max-height: 20rem !important;
}

.height-xs {
  max-height: 24rem !important;
}

.height-sm {
  max-height: 30rem !important;
}

.height-md {
  max-height: 36rem !important;
}

.height-lg {
  max-height: 40rem !important;
}

.height-xl {
  max-height: 48rem !important;
}

.height-2xl {
  max-height: 64rem !important;
}

.height-3xl {
  max-height: 80rem !important;
}

.height-4xl {
  max-height: 90rem !important;
}

.height-5xl {
  max-height: 100rem !important;
}

.height-6xl {
  max-height: 120rem !important;
}

.bg-gray-25 {
  background-color: rgba(253, 253, 253, var(--bs-bg-opacity, 1)) !important;
}

.bg-gray-50 {
  background-color: rgba(250, 250, 250, var(--bs-bg-opacity, 1)) !important;
}

.bg-gray-100 {
  background-color: rgba(245, 245, 245, var(--bs-bg-opacity, 1)) !important;
}

.bg-gray-200 {
  background-color: rgba(233, 234, 235, var(--bs-bg-opacity, 1)) !important;
}

.bg-gray-300 {
  background-color: rgba(213, 215, 218, var(--bs-bg-opacity, 1)) !important;
}

.bg-gray-400 {
  background-color: rgba(164, 167, 174, var(--bs-bg-opacity, 1)) !important;
}

.bg-gray-500 {
  background-color: rgba(113, 118, 128, var(--bs-bg-opacity, 1)) !important;
}

.bg-gray-600 {
  background-color: rgba(77, 87, 97, var(--bs-bg-opacity, 1)) !important;
}

.bg-gray-700 {
  background-color: rgba(65, 70, 81, var(--bs-bg-opacity, 1)) !important;
}

.bg-gray-800 {
  background-color: rgba(37, 43, 55, var(--bs-bg-opacity, 1)) !important;
}

.bg-gray-900 {
  background-color: rgba(17, 25, 39, var(--bs-bg-opacity, 1)) !important;
}

.bg-gray-950 {
  background-color: rgba(24, 29, 39, var(--bs-bg-opacity, 1)) !important;
}

.bg-gray-dark {
  background-color: rgba(19, 22, 27, var(--bs-bg-opacity, 1)) !important;
}

.link-underline-thickness-0 {
  text-decoration-thickness: 0 !important;
}

.link-underline-thickness-1 {
  text-decoration-thickness: 0.9px !important;
}

.link-underline-thickness-2 {
  text-decoration-thickness: 1.8px !important;
}

.link-underline-thickness-3 {
  text-decoration-thickness: 2.7px !important;
}

.link-underline-thickness-4 {
  text-decoration-thickness: 3.6px !important;
}

.link-underline-thickness-5 {
  text-decoration-thickness: 4.5px !important;
}

.rounded-tl {
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-tl-0 {
  border-top-left-radius: 0 !important;
}

.rounded-tl-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-tl-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-tl-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-tl-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-tl-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-tl-3xl {
  border-top-left-radius: var(--bs-border-radius-3xl) !important;
}

.rounded-tl-4xl {
  border-top-left-radius: var(--bs-border-radius-4xl) !important;
}

.rounded-tl-5xl {
  border-top-left-radius: var(--bs-border-radius-5xl) !important;
}

.rounded-tl-circle {
  border-top-left-radius: 50% !important;
}

.rounded-tl-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-tr {
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-tr-0 {
  border-top-right-radius: 0 !important;
}

.rounded-tr-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-tr-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-tr-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-tr-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-tr-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-tr-3xl {
  border-top-right-radius: var(--bs-border-radius-3xl) !important;
}

.rounded-tr-4xl {
  border-top-right-radius: var(--bs-border-radius-4xl) !important;
}

.rounded-tr-5xl {
  border-top-right-radius: var(--bs-border-radius-5xl) !important;
}

.rounded-tr-circle {
  border-top-right-radius: 50% !important;
}

.rounded-tr-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bl {
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bl-0 {
  border-bottom-left-radius: 0 !important;
}

.rounded-bl-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bl-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bl-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bl-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bl-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bl-3xl {
  border-bottom-left-radius: var(--bs-border-radius-3xl) !important;
}

.rounded-bl-4xl {
  border-bottom-left-radius: var(--bs-border-radius-4xl) !important;
}

.rounded-bl-5xl {
  border-bottom-left-radius: var(--bs-border-radius-5xl) !important;
}

.rounded-bl-circle {
  border-bottom-left-radius: 50% !important;
}

.rounded-bl-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-br {
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-br-0 {
  border-bottom-right-radius: 0 !important;
}

.rounded-br-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-br-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-br-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-br-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-br-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-br-3xl {
  border-bottom-right-radius: var(--bs-border-radius-3xl) !important;
}

.rounded-br-4xl {
  border-bottom-right-radius: var(--bs-border-radius-4xl) !important;
}

.rounded-br-5xl {
  border-bottom-right-radius: var(--bs-border-radius-5xl) !important;
}

.rounded-br-circle {
  border-bottom-right-radius: 50% !important;
}

.rounded-br-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

@media (min-width: 375px) {
  .float-xs-start {
    float: left !important;
  }
  .float-xs-end {
    float: right !important;
  }
  .float-xs-none {
    float: none !important;
  }
  .object-fit-xs-contain {
    object-fit: contain !important;
  }
  .object-fit-xs-cover {
    object-fit: cover !important;
  }
  .object-fit-xs-fill {
    object-fit: fill !important;
  }
  .object-fit-xs-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xs-none {
    object-fit: none !important;
  }
  .d-xs-inline {
    display: inline !important;
  }
  .d-xs-inline-block {
    display: inline-block !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .d-xs-grid {
    display: grid !important;
  }
  .d-xs-inline-grid {
    display: inline-grid !important;
  }
  .d-xs-table {
    display: table !important;
  }
  .d-xs-table-row {
    display: table-row !important;
  }
  .d-xs-table-cell {
    display: table-cell !important;
  }
  .d-xs-flex {
    display: flex !important;
  }
  .d-xs-inline-flex {
    display: inline-flex !important;
  }
  .d-xs-none {
    display: none !important;
  }
  .flex-xs-fill {
    flex: 1 1 auto !important;
  }
  .flex-xs-row {
    flex-direction: row !important;
  }
  .flex-xs-column {
    flex-direction: column !important;
  }
  .flex-xs-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xs-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xs-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xs-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xs-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xs-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xs-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xs-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xs-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xs-start {
    justify-content: flex-start !important;
  }
  .justify-content-xs-end {
    justify-content: flex-end !important;
  }
  .justify-content-xs-center {
    justify-content: center !important;
  }
  .justify-content-xs-between {
    justify-content: space-between !important;
  }
  .justify-content-xs-around {
    justify-content: space-around !important;
  }
  .justify-content-xs-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xs-start {
    align-items: flex-start !important;
  }
  .align-items-xs-end {
    align-items: flex-end !important;
  }
  .align-items-xs-center {
    align-items: center !important;
  }
  .align-items-xs-baseline {
    align-items: baseline !important;
  }
  .align-items-xs-stretch {
    align-items: stretch !important;
  }
  .align-content-xs-start {
    align-content: flex-start !important;
  }
  .align-content-xs-end {
    align-content: flex-end !important;
  }
  .align-content-xs-center {
    align-content: center !important;
  }
  .align-content-xs-between {
    align-content: space-between !important;
  }
  .align-content-xs-around {
    align-content: space-around !important;
  }
  .align-content-xs-stretch {
    align-content: stretch !important;
  }
  .align-self-xs-auto {
    align-self: auto !important;
  }
  .align-self-xs-start {
    align-self: flex-start !important;
  }
  .align-self-xs-end {
    align-self: flex-end !important;
  }
  .align-self-xs-center {
    align-self: center !important;
  }
  .align-self-xs-baseline {
    align-self: baseline !important;
  }
  .align-self-xs-stretch {
    align-self: stretch !important;
  }
  .order-xs-first {
    order: -1 !important;
  }
  .order-xs-0 {
    order: 0 !important;
  }
  .order-xs-1 {
    order: 1 !important;
  }
  .order-xs-2 {
    order: 2 !important;
  }
  .order-xs-3 {
    order: 3 !important;
  }
  .order-xs-4 {
    order: 4 !important;
  }
  .order-xs-5 {
    order: 5 !important;
  }
  .order-xs-last {
    order: 6 !important;
  }
  .m-xs-0 {
    margin: 0 !important;
  }
  .m-xs-1 {
    margin: 0.125rem !important;
  }
  .m-xs-2 {
    margin: 0.25rem !important;
  }
  .m-xs-3 {
    margin: 0.375rem !important;
  }
  .m-xs-4 {
    margin: 0.5rem !important;
  }
  .m-xs-5 {
    margin: 0.75rem !important;
  }
  .m-xs-6 {
    margin: 1rem !important;
  }
  .m-xs-7 {
    margin: 1.25rem !important;
  }
  .m-xs-8 {
    margin: 1.5rem !important;
  }
  .m-xs-9 {
    margin: 2rem !important;
  }
  .m-xs-10 {
    margin: 2.5rem !important;
  }
  .m-xs-11 {
    margin: 3rem !important;
  }
  .m-xs-12 {
    margin: 4rem !important;
  }
  .m-xs-13 {
    margin: 5rem !important;
  }
  .m-xs-14 {
    margin: 6rem !important;
  }
  .m-xs-15 {
    margin: 8rem !important;
  }
  .m-xs-16 {
    margin: 10rem !important;
  }
  .m-xs-auto {
    margin: auto !important;
  }
  .mx-xs-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xs-1 {
    margin-right: 0.125rem !important;
    margin-left: 0.125rem !important;
  }
  .mx-xs-2 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xs-3 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important;
  }
  .mx-xs-4 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xs-5 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-xs-6 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xs-7 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-xs-8 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xs-9 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xs-10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xs-11 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xs-12 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xs-13 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xs-14 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xs-15 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-xs-16 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xs-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xs-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xs-1 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }
  .my-xs-2 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xs-3 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }
  .my-xs-4 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xs-5 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-xs-6 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xs-7 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-xs-8 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xs-9 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xs-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xs-11 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xs-12 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xs-13 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xs-14 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xs-15 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xs-16 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xs-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xs-0 {
    margin-top: 0 !important;
  }
  .mt-xs-1 {
    margin-top: 0.125rem !important;
  }
  .mt-xs-2 {
    margin-top: 0.25rem !important;
  }
  .mt-xs-3 {
    margin-top: 0.375rem !important;
  }
  .mt-xs-4 {
    margin-top: 0.5rem !important;
  }
  .mt-xs-5 {
    margin-top: 0.75rem !important;
  }
  .mt-xs-6 {
    margin-top: 1rem !important;
  }
  .mt-xs-7 {
    margin-top: 1.25rem !important;
  }
  .mt-xs-8 {
    margin-top: 1.5rem !important;
  }
  .mt-xs-9 {
    margin-top: 2rem !important;
  }
  .mt-xs-10 {
    margin-top: 2.5rem !important;
  }
  .mt-xs-11 {
    margin-top: 3rem !important;
  }
  .mt-xs-12 {
    margin-top: 4rem !important;
  }
  .mt-xs-13 {
    margin-top: 5rem !important;
  }
  .mt-xs-14 {
    margin-top: 6rem !important;
  }
  .mt-xs-15 {
    margin-top: 8rem !important;
  }
  .mt-xs-16 {
    margin-top: 10rem !important;
  }
  .mt-xs-auto {
    margin-top: auto !important;
  }
  .me-xs-0 {
    margin-right: 0 !important;
  }
  .me-xs-1 {
    margin-right: 0.125rem !important;
  }
  .me-xs-2 {
    margin-right: 0.25rem !important;
  }
  .me-xs-3 {
    margin-right: 0.375rem !important;
  }
  .me-xs-4 {
    margin-right: 0.5rem !important;
  }
  .me-xs-5 {
    margin-right: 0.75rem !important;
  }
  .me-xs-6 {
    margin-right: 1rem !important;
  }
  .me-xs-7 {
    margin-right: 1.25rem !important;
  }
  .me-xs-8 {
    margin-right: 1.5rem !important;
  }
  .me-xs-9 {
    margin-right: 2rem !important;
  }
  .me-xs-10 {
    margin-right: 2.5rem !important;
  }
  .me-xs-11 {
    margin-right: 3rem !important;
  }
  .me-xs-12 {
    margin-right: 4rem !important;
  }
  .me-xs-13 {
    margin-right: 5rem !important;
  }
  .me-xs-14 {
    margin-right: 6rem !important;
  }
  .me-xs-15 {
    margin-right: 8rem !important;
  }
  .me-xs-16 {
    margin-right: 10rem !important;
  }
  .me-xs-auto {
    margin-right: auto !important;
  }
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }
  .mb-xs-1 {
    margin-bottom: 0.125rem !important;
  }
  .mb-xs-2 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xs-3 {
    margin-bottom: 0.375rem !important;
  }
  .mb-xs-4 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xs-5 {
    margin-bottom: 0.75rem !important;
  }
  .mb-xs-6 {
    margin-bottom: 1rem !important;
  }
  .mb-xs-7 {
    margin-bottom: 1.25rem !important;
  }
  .mb-xs-8 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xs-9 {
    margin-bottom: 2rem !important;
  }
  .mb-xs-10 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xs-11 {
    margin-bottom: 3rem !important;
  }
  .mb-xs-12 {
    margin-bottom: 4rem !important;
  }
  .mb-xs-13 {
    margin-bottom: 5rem !important;
  }
  .mb-xs-14 {
    margin-bottom: 6rem !important;
  }
  .mb-xs-15 {
    margin-bottom: 8rem !important;
  }
  .mb-xs-16 {
    margin-bottom: 10rem !important;
  }
  .mb-xs-auto {
    margin-bottom: auto !important;
  }
  .ms-xs-0 {
    margin-left: 0 !important;
  }
  .ms-xs-1 {
    margin-left: 0.125rem !important;
  }
  .ms-xs-2 {
    margin-left: 0.25rem !important;
  }
  .ms-xs-3 {
    margin-left: 0.375rem !important;
  }
  .ms-xs-4 {
    margin-left: 0.5rem !important;
  }
  .ms-xs-5 {
    margin-left: 0.75rem !important;
  }
  .ms-xs-6 {
    margin-left: 1rem !important;
  }
  .ms-xs-7 {
    margin-left: 1.25rem !important;
  }
  .ms-xs-8 {
    margin-left: 1.5rem !important;
  }
  .ms-xs-9 {
    margin-left: 2rem !important;
  }
  .ms-xs-10 {
    margin-left: 2.5rem !important;
  }
  .ms-xs-11 {
    margin-left: 3rem !important;
  }
  .ms-xs-12 {
    margin-left: 4rem !important;
  }
  .ms-xs-13 {
    margin-left: 5rem !important;
  }
  .ms-xs-14 {
    margin-left: 6rem !important;
  }
  .ms-xs-15 {
    margin-left: 8rem !important;
  }
  .ms-xs-16 {
    margin-left: 10rem !important;
  }
  .ms-xs-auto {
    margin-left: auto !important;
  }
  .p-xs-0 {
    padding: 0 !important;
  }
  .p-xs-1 {
    padding: 0.125rem !important;
  }
  .p-xs-2 {
    padding: 0.25rem !important;
  }
  .p-xs-3 {
    padding: 0.375rem !important;
  }
  .p-xs-4 {
    padding: 0.5rem !important;
  }
  .p-xs-5 {
    padding: 0.75rem !important;
  }
  .p-xs-6 {
    padding: 1rem !important;
  }
  .p-xs-7 {
    padding: 1.25rem !important;
  }
  .p-xs-8 {
    padding: 1.5rem !important;
  }
  .p-xs-9 {
    padding: 2rem !important;
  }
  .p-xs-10 {
    padding: 2.5rem !important;
  }
  .p-xs-11 {
    padding: 3rem !important;
  }
  .p-xs-12 {
    padding: 4rem !important;
  }
  .p-xs-13 {
    padding: 5rem !important;
  }
  .p-xs-14 {
    padding: 6rem !important;
  }
  .p-xs-15 {
    padding: 8rem !important;
  }
  .p-xs-16 {
    padding: 10rem !important;
  }
  .px-xs-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xs-1 {
    padding-right: 0.125rem !important;
    padding-left: 0.125rem !important;
  }
  .px-xs-2 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xs-3 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important;
  }
  .px-xs-4 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xs-5 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-xs-6 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xs-7 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-xs-8 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xs-9 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xs-10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xs-11 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xs-12 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xs-13 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xs-14 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xs-15 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-xs-16 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .py-xs-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xs-1 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }
  .py-xs-2 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xs-3 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }
  .py-xs-4 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xs-5 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-xs-6 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xs-7 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-xs-8 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xs-9 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xs-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xs-11 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xs-12 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xs-13 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xs-14 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xs-15 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xs-16 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .pt-xs-0 {
    padding-top: 0 !important;
  }
  .pt-xs-1 {
    padding-top: 0.125rem !important;
  }
  .pt-xs-2 {
    padding-top: 0.25rem !important;
  }
  .pt-xs-3 {
    padding-top: 0.375rem !important;
  }
  .pt-xs-4 {
    padding-top: 0.5rem !important;
  }
  .pt-xs-5 {
    padding-top: 0.75rem !important;
  }
  .pt-xs-6 {
    padding-top: 1rem !important;
  }
  .pt-xs-7 {
    padding-top: 1.25rem !important;
  }
  .pt-xs-8 {
    padding-top: 1.5rem !important;
  }
  .pt-xs-9 {
    padding-top: 2rem !important;
  }
  .pt-xs-10 {
    padding-top: 2.5rem !important;
  }
  .pt-xs-11 {
    padding-top: 3rem !important;
  }
  .pt-xs-12 {
    padding-top: 4rem !important;
  }
  .pt-xs-13 {
    padding-top: 5rem !important;
  }
  .pt-xs-14 {
    padding-top: 6rem !important;
  }
  .pt-xs-15 {
    padding-top: 8rem !important;
  }
  .pt-xs-16 {
    padding-top: 10rem !important;
  }
  .pe-xs-0 {
    padding-right: 0 !important;
  }
  .pe-xs-1 {
    padding-right: 0.125rem !important;
  }
  .pe-xs-2 {
    padding-right: 0.25rem !important;
  }
  .pe-xs-3 {
    padding-right: 0.375rem !important;
  }
  .pe-xs-4 {
    padding-right: 0.5rem !important;
  }
  .pe-xs-5 {
    padding-right: 0.75rem !important;
  }
  .pe-xs-6 {
    padding-right: 1rem !important;
  }
  .pe-xs-7 {
    padding-right: 1.25rem !important;
  }
  .pe-xs-8 {
    padding-right: 1.5rem !important;
  }
  .pe-xs-9 {
    padding-right: 2rem !important;
  }
  .pe-xs-10 {
    padding-right: 2.5rem !important;
  }
  .pe-xs-11 {
    padding-right: 3rem !important;
  }
  .pe-xs-12 {
    padding-right: 4rem !important;
  }
  .pe-xs-13 {
    padding-right: 5rem !important;
  }
  .pe-xs-14 {
    padding-right: 6rem !important;
  }
  .pe-xs-15 {
    padding-right: 8rem !important;
  }
  .pe-xs-16 {
    padding-right: 10rem !important;
  }
  .pb-xs-0 {
    padding-bottom: 0 !important;
  }
  .pb-xs-1 {
    padding-bottom: 0.125rem !important;
  }
  .pb-xs-2 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xs-3 {
    padding-bottom: 0.375rem !important;
  }
  .pb-xs-4 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xs-5 {
    padding-bottom: 0.75rem !important;
  }
  .pb-xs-6 {
    padding-bottom: 1rem !important;
  }
  .pb-xs-7 {
    padding-bottom: 1.25rem !important;
  }
  .pb-xs-8 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xs-9 {
    padding-bottom: 2rem !important;
  }
  .pb-xs-10 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xs-11 {
    padding-bottom: 3rem !important;
  }
  .pb-xs-12 {
    padding-bottom: 4rem !important;
  }
  .pb-xs-13 {
    padding-bottom: 5rem !important;
  }
  .pb-xs-14 {
    padding-bottom: 6rem !important;
  }
  .pb-xs-15 {
    padding-bottom: 8rem !important;
  }
  .pb-xs-16 {
    padding-bottom: 10rem !important;
  }
  .ps-xs-0 {
    padding-left: 0 !important;
  }
  .ps-xs-1 {
    padding-left: 0.125rem !important;
  }
  .ps-xs-2 {
    padding-left: 0.25rem !important;
  }
  .ps-xs-3 {
    padding-left: 0.375rem !important;
  }
  .ps-xs-4 {
    padding-left: 0.5rem !important;
  }
  .ps-xs-5 {
    padding-left: 0.75rem !important;
  }
  .ps-xs-6 {
    padding-left: 1rem !important;
  }
  .ps-xs-7 {
    padding-left: 1.25rem !important;
  }
  .ps-xs-8 {
    padding-left: 1.5rem !important;
  }
  .ps-xs-9 {
    padding-left: 2rem !important;
  }
  .ps-xs-10 {
    padding-left: 2.5rem !important;
  }
  .ps-xs-11 {
    padding-left: 3rem !important;
  }
  .ps-xs-12 {
    padding-left: 4rem !important;
  }
  .ps-xs-13 {
    padding-left: 5rem !important;
  }
  .ps-xs-14 {
    padding-left: 6rem !important;
  }
  .ps-xs-15 {
    padding-left: 8rem !important;
  }
  .ps-xs-16 {
    padding-left: 10rem !important;
  }
  .gap-xs-0 {
    gap: 0 !important;
  }
  .gap-xs-1 {
    gap: 0.125rem !important;
  }
  .gap-xs-2 {
    gap: 0.25rem !important;
  }
  .gap-xs-3 {
    gap: 0.375rem !important;
  }
  .gap-xs-4 {
    gap: 0.5rem !important;
  }
  .gap-xs-5 {
    gap: 0.75rem !important;
  }
  .gap-xs-6 {
    gap: 1rem !important;
  }
  .gap-xs-7 {
    gap: 1.25rem !important;
  }
  .gap-xs-8 {
    gap: 1.5rem !important;
  }
  .gap-xs-9 {
    gap: 2rem !important;
  }
  .gap-xs-10 {
    gap: 2.5rem !important;
  }
  .gap-xs-11 {
    gap: 3rem !important;
  }
  .gap-xs-12 {
    gap: 4rem !important;
  }
  .gap-xs-13 {
    gap: 5rem !important;
  }
  .gap-xs-14 {
    gap: 6rem !important;
  }
  .gap-xs-15 {
    gap: 8rem !important;
  }
  .gap-xs-16 {
    gap: 10rem !important;
  }
  .row-gap-xs-0 {
    row-gap: 0 !important;
  }
  .row-gap-xs-1 {
    row-gap: 0.125rem !important;
  }
  .row-gap-xs-2 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xs-3 {
    row-gap: 0.375rem !important;
  }
  .row-gap-xs-4 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xs-5 {
    row-gap: 0.75rem !important;
  }
  .row-gap-xs-6 {
    row-gap: 1rem !important;
  }
  .row-gap-xs-7 {
    row-gap: 1.25rem !important;
  }
  .row-gap-xs-8 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xs-9 {
    row-gap: 2rem !important;
  }
  .row-gap-xs-10 {
    row-gap: 2.5rem !important;
  }
  .row-gap-xs-11 {
    row-gap: 3rem !important;
  }
  .row-gap-xs-12 {
    row-gap: 4rem !important;
  }
  .row-gap-xs-13 {
    row-gap: 5rem !important;
  }
  .row-gap-xs-14 {
    row-gap: 6rem !important;
  }
  .row-gap-xs-15 {
    row-gap: 8rem !important;
  }
  .row-gap-xs-16 {
    row-gap: 10rem !important;
  }
  .column-gap-xs-0 {
    column-gap: 0 !important;
  }
  .column-gap-xs-1 {
    column-gap: 0.125rem !important;
  }
  .column-gap-xs-2 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xs-3 {
    column-gap: 0.375rem !important;
  }
  .column-gap-xs-4 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xs-5 {
    column-gap: 0.75rem !important;
  }
  .column-gap-xs-6 {
    column-gap: 1rem !important;
  }
  .column-gap-xs-7 {
    column-gap: 1.25rem !important;
  }
  .column-gap-xs-8 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xs-9 {
    column-gap: 2rem !important;
  }
  .column-gap-xs-10 {
    column-gap: 2.5rem !important;
  }
  .column-gap-xs-11 {
    column-gap: 3rem !important;
  }
  .column-gap-xs-12 {
    column-gap: 4rem !important;
  }
  .column-gap-xs-13 {
    column-gap: 5rem !important;
  }
  .column-gap-xs-14 {
    column-gap: 6rem !important;
  }
  .column-gap-xs-15 {
    column-gap: 8rem !important;
  }
  .column-gap-xs-16 {
    column-gap: 10rem !important;
  }
  .text-xs-start {
    text-align: left !important;
  }
  .text-xs-end {
    text-align: right !important;
  }
  .text-xs-center {
    text-align: center !important;
  }
}
@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .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.125rem !important;
  }
  .m-sm-2 {
    margin: 0.25rem !important;
  }
  .m-sm-3 {
    margin: 0.375rem !important;
  }
  .m-sm-4 {
    margin: 0.5rem !important;
  }
  .m-sm-5 {
    margin: 0.75rem !important;
  }
  .m-sm-6 {
    margin: 1rem !important;
  }
  .m-sm-7 {
    margin: 1.25rem !important;
  }
  .m-sm-8 {
    margin: 1.5rem !important;
  }
  .m-sm-9 {
    margin: 2rem !important;
  }
  .m-sm-10 {
    margin: 2.5rem !important;
  }
  .m-sm-11 {
    margin: 3rem !important;
  }
  .m-sm-12 {
    margin: 4rem !important;
  }
  .m-sm-13 {
    margin: 5rem !important;
  }
  .m-sm-14 {
    margin: 6rem !important;
  }
  .m-sm-15 {
    margin: 8rem !important;
  }
  .m-sm-16 {
    margin: 10rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.125rem !important;
    margin-left: 0.125rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-3 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important;
  }
  .mx-sm-4 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-sm-6 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-7 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-sm-8 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-9 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-sm-10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-sm-11 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-12 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-sm-13 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-sm-14 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-sm-15 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-sm-16 {
    margin-right: 10rem !important;
    margin-left: 10rem !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.125rem !important;
    margin-bottom: 0.125rem !important;
  }
  .my-sm-2 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-3 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }
  .my-sm-4 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-5 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-sm-6 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-7 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-sm-8 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-9 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-sm-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-sm-11 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-12 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-sm-13 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-sm-14 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-sm-15 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-sm-16 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !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.125rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-3 {
    margin-top: 0.375rem !important;
  }
  .mt-sm-4 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 0.75rem !important;
  }
  .mt-sm-6 {
    margin-top: 1rem !important;
  }
  .mt-sm-7 {
    margin-top: 1.25rem !important;
  }
  .mt-sm-8 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-9 {
    margin-top: 2rem !important;
  }
  .mt-sm-10 {
    margin-top: 2.5rem !important;
  }
  .mt-sm-11 {
    margin-top: 3rem !important;
  }
  .mt-sm-12 {
    margin-top: 4rem !important;
  }
  .mt-sm-13 {
    margin-top: 5rem !important;
  }
  .mt-sm-14 {
    margin-top: 6rem !important;
  }
  .mt-sm-15 {
    margin-top: 8rem !important;
  }
  .mt-sm-16 {
    margin-top: 10rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.125rem !important;
  }
  .me-sm-2 {
    margin-right: 0.25rem !important;
  }
  .me-sm-3 {
    margin-right: 0.375rem !important;
  }
  .me-sm-4 {
    margin-right: 0.5rem !important;
  }
  .me-sm-5 {
    margin-right: 0.75rem !important;
  }
  .me-sm-6 {
    margin-right: 1rem !important;
  }
  .me-sm-7 {
    margin-right: 1.25rem !important;
  }
  .me-sm-8 {
    margin-right: 1.5rem !important;
  }
  .me-sm-9 {
    margin-right: 2rem !important;
  }
  .me-sm-10 {
    margin-right: 2.5rem !important;
  }
  .me-sm-11 {
    margin-right: 3rem !important;
  }
  .me-sm-12 {
    margin-right: 4rem !important;
  }
  .me-sm-13 {
    margin-right: 5rem !important;
  }
  .me-sm-14 {
    margin-right: 6rem !important;
  }
  .me-sm-15 {
    margin-right: 8rem !important;
  }
  .me-sm-16 {
    margin-right: 10rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.125rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 0.375rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 0.75rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 1.25rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 2rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 2.5rem !important;
  }
  .mb-sm-11 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-12 {
    margin-bottom: 4rem !important;
  }
  .mb-sm-13 {
    margin-bottom: 5rem !important;
  }
  .mb-sm-14 {
    margin-bottom: 6rem !important;
  }
  .mb-sm-15 {
    margin-bottom: 8rem !important;
  }
  .mb-sm-16 {
    margin-bottom: 10rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.125rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-3 {
    margin-left: 0.375rem !important;
  }
  .ms-sm-4 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 0.75rem !important;
  }
  .ms-sm-6 {
    margin-left: 1rem !important;
  }
  .ms-sm-7 {
    margin-left: 1.25rem !important;
  }
  .ms-sm-8 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-9 {
    margin-left: 2rem !important;
  }
  .ms-sm-10 {
    margin-left: 2.5rem !important;
  }
  .ms-sm-11 {
    margin-left: 3rem !important;
  }
  .ms-sm-12 {
    margin-left: 4rem !important;
  }
  .ms-sm-13 {
    margin-left: 5rem !important;
  }
  .ms-sm-14 {
    margin-left: 6rem !important;
  }
  .ms-sm-15 {
    margin-left: 8rem !important;
  }
  .ms-sm-16 {
    margin-left: 10rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.125rem !important;
  }
  .p-sm-2 {
    padding: 0.25rem !important;
  }
  .p-sm-3 {
    padding: 0.375rem !important;
  }
  .p-sm-4 {
    padding: 0.5rem !important;
  }
  .p-sm-5 {
    padding: 0.75rem !important;
  }
  .p-sm-6 {
    padding: 1rem !important;
  }
  .p-sm-7 {
    padding: 1.25rem !important;
  }
  .p-sm-8 {
    padding: 1.5rem !important;
  }
  .p-sm-9 {
    padding: 2rem !important;
  }
  .p-sm-10 {
    padding: 2.5rem !important;
  }
  .p-sm-11 {
    padding: 3rem !important;
  }
  .p-sm-12 {
    padding: 4rem !important;
  }
  .p-sm-13 {
    padding: 5rem !important;
  }
  .p-sm-14 {
    padding: 6rem !important;
  }
  .p-sm-15 {
    padding: 8rem !important;
  }
  .p-sm-16 {
    padding: 10rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.125rem !important;
    padding-left: 0.125rem !important;
  }
  .px-sm-2 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-3 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important;
  }
  .px-sm-4 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-5 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-sm-6 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-7 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-sm-8 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-9 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-sm-10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-sm-11 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-sm-12 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-sm-13 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-sm-14 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-sm-15 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-sm-16 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }
  .py-sm-2 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-3 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }
  .py-sm-4 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-5 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-sm-6 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-7 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-sm-8 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-9 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-sm-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-sm-11 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-sm-12 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-sm-13 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-sm-14 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-sm-15 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-sm-16 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.125rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-3 {
    padding-top: 0.375rem !important;
  }
  .pt-sm-4 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 0.75rem !important;
  }
  .pt-sm-6 {
    padding-top: 1rem !important;
  }
  .pt-sm-7 {
    padding-top: 1.25rem !important;
  }
  .pt-sm-8 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-9 {
    padding-top: 2rem !important;
  }
  .pt-sm-10 {
    padding-top: 2.5rem !important;
  }
  .pt-sm-11 {
    padding-top: 3rem !important;
  }
  .pt-sm-12 {
    padding-top: 4rem !important;
  }
  .pt-sm-13 {
    padding-top: 5rem !important;
  }
  .pt-sm-14 {
    padding-top: 6rem !important;
  }
  .pt-sm-15 {
    padding-top: 8rem !important;
  }
  .pt-sm-16 {
    padding-top: 10rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.125rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-3 {
    padding-right: 0.375rem !important;
  }
  .pe-sm-4 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 0.75rem !important;
  }
  .pe-sm-6 {
    padding-right: 1rem !important;
  }
  .pe-sm-7 {
    padding-right: 1.25rem !important;
  }
  .pe-sm-8 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-9 {
    padding-right: 2rem !important;
  }
  .pe-sm-10 {
    padding-right: 2.5rem !important;
  }
  .pe-sm-11 {
    padding-right: 3rem !important;
  }
  .pe-sm-12 {
    padding-right: 4rem !important;
  }
  .pe-sm-13 {
    padding-right: 5rem !important;
  }
  .pe-sm-14 {
    padding-right: 6rem !important;
  }
  .pe-sm-15 {
    padding-right: 8rem !important;
  }
  .pe-sm-16 {
    padding-right: 10rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.125rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 0.375rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 0.75rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 1.25rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 2rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 2.5rem !important;
  }
  .pb-sm-11 {
    padding-bottom: 3rem !important;
  }
  .pb-sm-12 {
    padding-bottom: 4rem !important;
  }
  .pb-sm-13 {
    padding-bottom: 5rem !important;
  }
  .pb-sm-14 {
    padding-bottom: 6rem !important;
  }
  .pb-sm-15 {
    padding-bottom: 8rem !important;
  }
  .pb-sm-16 {
    padding-bottom: 10rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.125rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-3 {
    padding-left: 0.375rem !important;
  }
  .ps-sm-4 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 0.75rem !important;
  }
  .ps-sm-6 {
    padding-left: 1rem !important;
  }
  .ps-sm-7 {
    padding-left: 1.25rem !important;
  }
  .ps-sm-8 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-9 {
    padding-left: 2rem !important;
  }
  .ps-sm-10 {
    padding-left: 2.5rem !important;
  }
  .ps-sm-11 {
    padding-left: 3rem !important;
  }
  .ps-sm-12 {
    padding-left: 4rem !important;
  }
  .ps-sm-13 {
    padding-left: 5rem !important;
  }
  .ps-sm-14 {
    padding-left: 6rem !important;
  }
  .ps-sm-15 {
    padding-left: 8rem !important;
  }
  .ps-sm-16 {
    padding-left: 10rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.125rem !important;
  }
  .gap-sm-2 {
    gap: 0.25rem !important;
  }
  .gap-sm-3 {
    gap: 0.375rem !important;
  }
  .gap-sm-4 {
    gap: 0.5rem !important;
  }
  .gap-sm-5 {
    gap: 0.75rem !important;
  }
  .gap-sm-6 {
    gap: 1rem !important;
  }
  .gap-sm-7 {
    gap: 1.25rem !important;
  }
  .gap-sm-8 {
    gap: 1.5rem !important;
  }
  .gap-sm-9 {
    gap: 2rem !important;
  }
  .gap-sm-10 {
    gap: 2.5rem !important;
  }
  .gap-sm-11 {
    gap: 3rem !important;
  }
  .gap-sm-12 {
    gap: 4rem !important;
  }
  .gap-sm-13 {
    gap: 5rem !important;
  }
  .gap-sm-14 {
    gap: 6rem !important;
  }
  .gap-sm-15 {
    gap: 8rem !important;
  }
  .gap-sm-16 {
    gap: 10rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.125rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 0.375rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 0.75rem !important;
  }
  .row-gap-sm-6 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-7 {
    row-gap: 1.25rem !important;
  }
  .row-gap-sm-8 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-9 {
    row-gap: 2rem !important;
  }
  .row-gap-sm-10 {
    row-gap: 2.5rem !important;
  }
  .row-gap-sm-11 {
    row-gap: 3rem !important;
  }
  .row-gap-sm-12 {
    row-gap: 4rem !important;
  }
  .row-gap-sm-13 {
    row-gap: 5rem !important;
  }
  .row-gap-sm-14 {
    row-gap: 6rem !important;
  }
  .row-gap-sm-15 {
    row-gap: 8rem !important;
  }
  .row-gap-sm-16 {
    row-gap: 10rem !important;
  }
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.125rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 0.375rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-5 {
    column-gap: 0.75rem !important;
  }
  .column-gap-sm-6 {
    column-gap: 1rem !important;
  }
  .column-gap-sm-7 {
    column-gap: 1.25rem !important;
  }
  .column-gap-sm-8 {
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-9 {
    column-gap: 2rem !important;
  }
  .column-gap-sm-10 {
    column-gap: 2.5rem !important;
  }
  .column-gap-sm-11 {
    column-gap: 3rem !important;
  }
  .column-gap-sm-12 {
    column-gap: 4rem !important;
  }
  .column-gap-sm-13 {
    column-gap: 5rem !important;
  }
  .column-gap-sm-14 {
    column-gap: 6rem !important;
  }
  .column-gap-sm-15 {
    column-gap: 8rem !important;
  }
  .column-gap-sm-16 {
    column-gap: 10rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .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.125rem !important;
  }
  .m-md-2 {
    margin: 0.25rem !important;
  }
  .m-md-3 {
    margin: 0.375rem !important;
  }
  .m-md-4 {
    margin: 0.5rem !important;
  }
  .m-md-5 {
    margin: 0.75rem !important;
  }
  .m-md-6 {
    margin: 1rem !important;
  }
  .m-md-7 {
    margin: 1.25rem !important;
  }
  .m-md-8 {
    margin: 1.5rem !important;
  }
  .m-md-9 {
    margin: 2rem !important;
  }
  .m-md-10 {
    margin: 2.5rem !important;
  }
  .m-md-11 {
    margin: 3rem !important;
  }
  .m-md-12 {
    margin: 4rem !important;
  }
  .m-md-13 {
    margin: 5rem !important;
  }
  .m-md-14 {
    margin: 6rem !important;
  }
  .m-md-15 {
    margin: 8rem !important;
  }
  .m-md-16 {
    margin: 10rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.125rem !important;
    margin-left: 0.125rem !important;
  }
  .mx-md-2 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-3 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important;
  }
  .mx-md-4 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-5 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-md-6 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-7 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-md-8 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-9 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-md-10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-md-11 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-12 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-md-13 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-md-14 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-md-15 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-md-16 {
    margin-right: 10rem !important;
    margin-left: 10rem !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.125rem !important;
    margin-bottom: 0.125rem !important;
  }
  .my-md-2 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-3 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }
  .my-md-4 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-5 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-md-6 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-7 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-md-8 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-9 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-md-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-md-11 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-12 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-md-13 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-md-14 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-md-15 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-md-16 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !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.125rem !important;
  }
  .mt-md-2 {
    margin-top: 0.25rem !important;
  }
  .mt-md-3 {
    margin-top: 0.375rem !important;
  }
  .mt-md-4 {
    margin-top: 0.5rem !important;
  }
  .mt-md-5 {
    margin-top: 0.75rem !important;
  }
  .mt-md-6 {
    margin-top: 1rem !important;
  }
  .mt-md-7 {
    margin-top: 1.25rem !important;
  }
  .mt-md-8 {
    margin-top: 1.5rem !important;
  }
  .mt-md-9 {
    margin-top: 2rem !important;
  }
  .mt-md-10 {
    margin-top: 2.5rem !important;
  }
  .mt-md-11 {
    margin-top: 3rem !important;
  }
  .mt-md-12 {
    margin-top: 4rem !important;
  }
  .mt-md-13 {
    margin-top: 5rem !important;
  }
  .mt-md-14 {
    margin-top: 6rem !important;
  }
  .mt-md-15 {
    margin-top: 8rem !important;
  }
  .mt-md-16 {
    margin-top: 10rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.125rem !important;
  }
  .me-md-2 {
    margin-right: 0.25rem !important;
  }
  .me-md-3 {
    margin-right: 0.375rem !important;
  }
  .me-md-4 {
    margin-right: 0.5rem !important;
  }
  .me-md-5 {
    margin-right: 0.75rem !important;
  }
  .me-md-6 {
    margin-right: 1rem !important;
  }
  .me-md-7 {
    margin-right: 1.25rem !important;
  }
  .me-md-8 {
    margin-right: 1.5rem !important;
  }
  .me-md-9 {
    margin-right: 2rem !important;
  }
  .me-md-10 {
    margin-right: 2.5rem !important;
  }
  .me-md-11 {
    margin-right: 3rem !important;
  }
  .me-md-12 {
    margin-right: 4rem !important;
  }
  .me-md-13 {
    margin-right: 5rem !important;
  }
  .me-md-14 {
    margin-right: 6rem !important;
  }
  .me-md-15 {
    margin-right: 8rem !important;
  }
  .me-md-16 {
    margin-right: 10rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.125rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-3 {
    margin-bottom: 0.375rem !important;
  }
  .mb-md-4 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 0.75rem !important;
  }
  .mb-md-6 {
    margin-bottom: 1rem !important;
  }
  .mb-md-7 {
    margin-bottom: 1.25rem !important;
  }
  .mb-md-8 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-9 {
    margin-bottom: 2rem !important;
  }
  .mb-md-10 {
    margin-bottom: 2.5rem !important;
  }
  .mb-md-11 {
    margin-bottom: 3rem !important;
  }
  .mb-md-12 {
    margin-bottom: 4rem !important;
  }
  .mb-md-13 {
    margin-bottom: 5rem !important;
  }
  .mb-md-14 {
    margin-bottom: 6rem !important;
  }
  .mb-md-15 {
    margin-bottom: 8rem !important;
  }
  .mb-md-16 {
    margin-bottom: 10rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.125rem !important;
  }
  .ms-md-2 {
    margin-left: 0.25rem !important;
  }
  .ms-md-3 {
    margin-left: 0.375rem !important;
  }
  .ms-md-4 {
    margin-left: 0.5rem !important;
  }
  .ms-md-5 {
    margin-left: 0.75rem !important;
  }
  .ms-md-6 {
    margin-left: 1rem !important;
  }
  .ms-md-7 {
    margin-left: 1.25rem !important;
  }
  .ms-md-8 {
    margin-left: 1.5rem !important;
  }
  .ms-md-9 {
    margin-left: 2rem !important;
  }
  .ms-md-10 {
    margin-left: 2.5rem !important;
  }
  .ms-md-11 {
    margin-left: 3rem !important;
  }
  .ms-md-12 {
    margin-left: 4rem !important;
  }
  .ms-md-13 {
    margin-left: 5rem !important;
  }
  .ms-md-14 {
    margin-left: 6rem !important;
  }
  .ms-md-15 {
    margin-left: 8rem !important;
  }
  .ms-md-16 {
    margin-left: 10rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.125rem !important;
  }
  .p-md-2 {
    padding: 0.25rem !important;
  }
  .p-md-3 {
    padding: 0.375rem !important;
  }
  .p-md-4 {
    padding: 0.5rem !important;
  }
  .p-md-5 {
    padding: 0.75rem !important;
  }
  .p-md-6 {
    padding: 1rem !important;
  }
  .p-md-7 {
    padding: 1.25rem !important;
  }
  .p-md-8 {
    padding: 1.5rem !important;
  }
  .p-md-9 {
    padding: 2rem !important;
  }
  .p-md-10 {
    padding: 2.5rem !important;
  }
  .p-md-11 {
    padding: 3rem !important;
  }
  .p-md-12 {
    padding: 4rem !important;
  }
  .p-md-13 {
    padding: 5rem !important;
  }
  .p-md-14 {
    padding: 6rem !important;
  }
  .p-md-15 {
    padding: 8rem !important;
  }
  .p-md-16 {
    padding: 10rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.125rem !important;
    padding-left: 0.125rem !important;
  }
  .px-md-2 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-3 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important;
  }
  .px-md-4 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-5 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-md-6 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-7 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-md-8 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-9 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-md-10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-md-11 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-md-12 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-md-13 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-md-14 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-md-15 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-md-16 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }
  .py-md-2 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-3 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }
  .py-md-4 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-5 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-md-6 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-7 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-md-8 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-9 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-md-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-md-11 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-md-12 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-md-13 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-md-14 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-md-15 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-md-16 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.125rem !important;
  }
  .pt-md-2 {
    padding-top: 0.25rem !important;
  }
  .pt-md-3 {
    padding-top: 0.375rem !important;
  }
  .pt-md-4 {
    padding-top: 0.5rem !important;
  }
  .pt-md-5 {
    padding-top: 0.75rem !important;
  }
  .pt-md-6 {
    padding-top: 1rem !important;
  }
  .pt-md-7 {
    padding-top: 1.25rem !important;
  }
  .pt-md-8 {
    padding-top: 1.5rem !important;
  }
  .pt-md-9 {
    padding-top: 2rem !important;
  }
  .pt-md-10 {
    padding-top: 2.5rem !important;
  }
  .pt-md-11 {
    padding-top: 3rem !important;
  }
  .pt-md-12 {
    padding-top: 4rem !important;
  }
  .pt-md-13 {
    padding-top: 5rem !important;
  }
  .pt-md-14 {
    padding-top: 6rem !important;
  }
  .pt-md-15 {
    padding-top: 8rem !important;
  }
  .pt-md-16 {
    padding-top: 10rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.125rem !important;
  }
  .pe-md-2 {
    padding-right: 0.25rem !important;
  }
  .pe-md-3 {
    padding-right: 0.375rem !important;
  }
  .pe-md-4 {
    padding-right: 0.5rem !important;
  }
  .pe-md-5 {
    padding-right: 0.75rem !important;
  }
  .pe-md-6 {
    padding-right: 1rem !important;
  }
  .pe-md-7 {
    padding-right: 1.25rem !important;
  }
  .pe-md-8 {
    padding-right: 1.5rem !important;
  }
  .pe-md-9 {
    padding-right: 2rem !important;
  }
  .pe-md-10 {
    padding-right: 2.5rem !important;
  }
  .pe-md-11 {
    padding-right: 3rem !important;
  }
  .pe-md-12 {
    padding-right: 4rem !important;
  }
  .pe-md-13 {
    padding-right: 5rem !important;
  }
  .pe-md-14 {
    padding-right: 6rem !important;
  }
  .pe-md-15 {
    padding-right: 8rem !important;
  }
  .pe-md-16 {
    padding-right: 10rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.125rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-3 {
    padding-bottom: 0.375rem !important;
  }
  .pb-md-4 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 0.75rem !important;
  }
  .pb-md-6 {
    padding-bottom: 1rem !important;
  }
  .pb-md-7 {
    padding-bottom: 1.25rem !important;
  }
  .pb-md-8 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-9 {
    padding-bottom: 2rem !important;
  }
  .pb-md-10 {
    padding-bottom: 2.5rem !important;
  }
  .pb-md-11 {
    padding-bottom: 3rem !important;
  }
  .pb-md-12 {
    padding-bottom: 4rem !important;
  }
  .pb-md-13 {
    padding-bottom: 5rem !important;
  }
  .pb-md-14 {
    padding-bottom: 6rem !important;
  }
  .pb-md-15 {
    padding-bottom: 8rem !important;
  }
  .pb-md-16 {
    padding-bottom: 10rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.125rem !important;
  }
  .ps-md-2 {
    padding-left: 0.25rem !important;
  }
  .ps-md-3 {
    padding-left: 0.375rem !important;
  }
  .ps-md-4 {
    padding-left: 0.5rem !important;
  }
  .ps-md-5 {
    padding-left: 0.75rem !important;
  }
  .ps-md-6 {
    padding-left: 1rem !important;
  }
  .ps-md-7 {
    padding-left: 1.25rem !important;
  }
  .ps-md-8 {
    padding-left: 1.5rem !important;
  }
  .ps-md-9 {
    padding-left: 2rem !important;
  }
  .ps-md-10 {
    padding-left: 2.5rem !important;
  }
  .ps-md-11 {
    padding-left: 3rem !important;
  }
  .ps-md-12 {
    padding-left: 4rem !important;
  }
  .ps-md-13 {
    padding-left: 5rem !important;
  }
  .ps-md-14 {
    padding-left: 6rem !important;
  }
  .ps-md-15 {
    padding-left: 8rem !important;
  }
  .ps-md-16 {
    padding-left: 10rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.125rem !important;
  }
  .gap-md-2 {
    gap: 0.25rem !important;
  }
  .gap-md-3 {
    gap: 0.375rem !important;
  }
  .gap-md-4 {
    gap: 0.5rem !important;
  }
  .gap-md-5 {
    gap: 0.75rem !important;
  }
  .gap-md-6 {
    gap: 1rem !important;
  }
  .gap-md-7 {
    gap: 1.25rem !important;
  }
  .gap-md-8 {
    gap: 1.5rem !important;
  }
  .gap-md-9 {
    gap: 2rem !important;
  }
  .gap-md-10 {
    gap: 2.5rem !important;
  }
  .gap-md-11 {
    gap: 3rem !important;
  }
  .gap-md-12 {
    gap: 4rem !important;
  }
  .gap-md-13 {
    gap: 5rem !important;
  }
  .gap-md-14 {
    gap: 6rem !important;
  }
  .gap-md-15 {
    gap: 8rem !important;
  }
  .gap-md-16 {
    gap: 10rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.125rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-3 {
    row-gap: 0.375rem !important;
  }
  .row-gap-md-4 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 0.75rem !important;
  }
  .row-gap-md-6 {
    row-gap: 1rem !important;
  }
  .row-gap-md-7 {
    row-gap: 1.25rem !important;
  }
  .row-gap-md-8 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-9 {
    row-gap: 2rem !important;
  }
  .row-gap-md-10 {
    row-gap: 2.5rem !important;
  }
  .row-gap-md-11 {
    row-gap: 3rem !important;
  }
  .row-gap-md-12 {
    row-gap: 4rem !important;
  }
  .row-gap-md-13 {
    row-gap: 5rem !important;
  }
  .row-gap-md-14 {
    row-gap: 6rem !important;
  }
  .row-gap-md-15 {
    row-gap: 8rem !important;
  }
  .row-gap-md-16 {
    row-gap: 10rem !important;
  }
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.125rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.25rem !important;
  }
  .column-gap-md-3 {
    column-gap: 0.375rem !important;
  }
  .column-gap-md-4 {
    column-gap: 0.5rem !important;
  }
  .column-gap-md-5 {
    column-gap: 0.75rem !important;
  }
  .column-gap-md-6 {
    column-gap: 1rem !important;
  }
  .column-gap-md-7 {
    column-gap: 1.25rem !important;
  }
  .column-gap-md-8 {
    column-gap: 1.5rem !important;
  }
  .column-gap-md-9 {
    column-gap: 2rem !important;
  }
  .column-gap-md-10 {
    column-gap: 2.5rem !important;
  }
  .column-gap-md-11 {
    column-gap: 3rem !important;
  }
  .column-gap-md-12 {
    column-gap: 4rem !important;
  }
  .column-gap-md-13 {
    column-gap: 5rem !important;
  }
  .column-gap-md-14 {
    column-gap: 6rem !important;
  }
  .column-gap-md-15 {
    column-gap: 8rem !important;
  }
  .column-gap-md-16 {
    column-gap: 10rem !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: 1024px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .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.125rem !important;
  }
  .m-lg-2 {
    margin: 0.25rem !important;
  }
  .m-lg-3 {
    margin: 0.375rem !important;
  }
  .m-lg-4 {
    margin: 0.5rem !important;
  }
  .m-lg-5 {
    margin: 0.75rem !important;
  }
  .m-lg-6 {
    margin: 1rem !important;
  }
  .m-lg-7 {
    margin: 1.25rem !important;
  }
  .m-lg-8 {
    margin: 1.5rem !important;
  }
  .m-lg-9 {
    margin: 2rem !important;
  }
  .m-lg-10 {
    margin: 2.5rem !important;
  }
  .m-lg-11 {
    margin: 3rem !important;
  }
  .m-lg-12 {
    margin: 4rem !important;
  }
  .m-lg-13 {
    margin: 5rem !important;
  }
  .m-lg-14 {
    margin: 6rem !important;
  }
  .m-lg-15 {
    margin: 8rem !important;
  }
  .m-lg-16 {
    margin: 10rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.125rem !important;
    margin-left: 0.125rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-3 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important;
  }
  .mx-lg-4 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-lg-6 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-7 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-lg-8 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-9 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-lg-10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-lg-11 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-12 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-lg-13 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-lg-14 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-lg-15 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-lg-16 {
    margin-right: 10rem !important;
    margin-left: 10rem !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.125rem !important;
    margin-bottom: 0.125rem !important;
  }
  .my-lg-2 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-3 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }
  .my-lg-4 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-5 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-lg-6 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-7 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-lg-8 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-9 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-lg-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-lg-11 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-12 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-lg-13 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-lg-14 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-lg-15 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-lg-16 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !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.125rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-3 {
    margin-top: 0.375rem !important;
  }
  .mt-lg-4 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 0.75rem !important;
  }
  .mt-lg-6 {
    margin-top: 1rem !important;
  }
  .mt-lg-7 {
    margin-top: 1.25rem !important;
  }
  .mt-lg-8 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-9 {
    margin-top: 2rem !important;
  }
  .mt-lg-10 {
    margin-top: 2.5rem !important;
  }
  .mt-lg-11 {
    margin-top: 3rem !important;
  }
  .mt-lg-12 {
    margin-top: 4rem !important;
  }
  .mt-lg-13 {
    margin-top: 5rem !important;
  }
  .mt-lg-14 {
    margin-top: 6rem !important;
  }
  .mt-lg-15 {
    margin-top: 8rem !important;
  }
  .mt-lg-16 {
    margin-top: 10rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.125rem !important;
  }
  .me-lg-2 {
    margin-right: 0.25rem !important;
  }
  .me-lg-3 {
    margin-right: 0.375rem !important;
  }
  .me-lg-4 {
    margin-right: 0.5rem !important;
  }
  .me-lg-5 {
    margin-right: 0.75rem !important;
  }
  .me-lg-6 {
    margin-right: 1rem !important;
  }
  .me-lg-7 {
    margin-right: 1.25rem !important;
  }
  .me-lg-8 {
    margin-right: 1.5rem !important;
  }
  .me-lg-9 {
    margin-right: 2rem !important;
  }
  .me-lg-10 {
    margin-right: 2.5rem !important;
  }
  .me-lg-11 {
    margin-right: 3rem !important;
  }
  .me-lg-12 {
    margin-right: 4rem !important;
  }
  .me-lg-13 {
    margin-right: 5rem !important;
  }
  .me-lg-14 {
    margin-right: 6rem !important;
  }
  .me-lg-15 {
    margin-right: 8rem !important;
  }
  .me-lg-16 {
    margin-right: 10rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.125rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 0.375rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 0.75rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 1.25rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 2rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 2.5rem !important;
  }
  .mb-lg-11 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-12 {
    margin-bottom: 4rem !important;
  }
  .mb-lg-13 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-14 {
    margin-bottom: 6rem !important;
  }
  .mb-lg-15 {
    margin-bottom: 8rem !important;
  }
  .mb-lg-16 {
    margin-bottom: 10rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.125rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-3 {
    margin-left: 0.375rem !important;
  }
  .ms-lg-4 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 0.75rem !important;
  }
  .ms-lg-6 {
    margin-left: 1rem !important;
  }
  .ms-lg-7 {
    margin-left: 1.25rem !important;
  }
  .ms-lg-8 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-9 {
    margin-left: 2rem !important;
  }
  .ms-lg-10 {
    margin-left: 2.5rem !important;
  }
  .ms-lg-11 {
    margin-left: 3rem !important;
  }
  .ms-lg-12 {
    margin-left: 4rem !important;
  }
  .ms-lg-13 {
    margin-left: 5rem !important;
  }
  .ms-lg-14 {
    margin-left: 6rem !important;
  }
  .ms-lg-15 {
    margin-left: 8rem !important;
  }
  .ms-lg-16 {
    margin-left: 10rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.125rem !important;
  }
  .p-lg-2 {
    padding: 0.25rem !important;
  }
  .p-lg-3 {
    padding: 0.375rem !important;
  }
  .p-lg-4 {
    padding: 0.5rem !important;
  }
  .p-lg-5 {
    padding: 0.75rem !important;
  }
  .p-lg-6 {
    padding: 1rem !important;
  }
  .p-lg-7 {
    padding: 1.25rem !important;
  }
  .p-lg-8 {
    padding: 1.5rem !important;
  }
  .p-lg-9 {
    padding: 2rem !important;
  }
  .p-lg-10 {
    padding: 2.5rem !important;
  }
  .p-lg-11 {
    padding: 3rem !important;
  }
  .p-lg-12 {
    padding: 4rem !important;
  }
  .p-lg-13 {
    padding: 5rem !important;
  }
  .p-lg-14 {
    padding: 6rem !important;
  }
  .p-lg-15 {
    padding: 8rem !important;
  }
  .p-lg-16 {
    padding: 10rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.125rem !important;
    padding-left: 0.125rem !important;
  }
  .px-lg-2 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-3 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important;
  }
  .px-lg-4 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-5 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-lg-6 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-7 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-lg-8 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-9 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-lg-10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-lg-11 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-lg-12 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-lg-13 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-lg-14 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-lg-15 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-lg-16 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }
  .py-lg-2 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-3 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }
  .py-lg-4 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-5 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-lg-6 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-7 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-lg-8 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-9 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-lg-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-lg-11 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-lg-12 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-lg-13 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-lg-14 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-lg-15 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-lg-16 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.125rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-3 {
    padding-top: 0.375rem !important;
  }
  .pt-lg-4 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 0.75rem !important;
  }
  .pt-lg-6 {
    padding-top: 1rem !important;
  }
  .pt-lg-7 {
    padding-top: 1.25rem !important;
  }
  .pt-lg-8 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-9 {
    padding-top: 2rem !important;
  }
  .pt-lg-10 {
    padding-top: 2.5rem !important;
  }
  .pt-lg-11 {
    padding-top: 3rem !important;
  }
  .pt-lg-12 {
    padding-top: 4rem !important;
  }
  .pt-lg-13 {
    padding-top: 5rem !important;
  }
  .pt-lg-14 {
    padding-top: 6rem !important;
  }
  .pt-lg-15 {
    padding-top: 8rem !important;
  }
  .pt-lg-16 {
    padding-top: 10rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.125rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-3 {
    padding-right: 0.375rem !important;
  }
  .pe-lg-4 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 0.75rem !important;
  }
  .pe-lg-6 {
    padding-right: 1rem !important;
  }
  .pe-lg-7 {
    padding-right: 1.25rem !important;
  }
  .pe-lg-8 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-9 {
    padding-right: 2rem !important;
  }
  .pe-lg-10 {
    padding-right: 2.5rem !important;
  }
  .pe-lg-11 {
    padding-right: 3rem !important;
  }
  .pe-lg-12 {
    padding-right: 4rem !important;
  }
  .pe-lg-13 {
    padding-right: 5rem !important;
  }
  .pe-lg-14 {
    padding-right: 6rem !important;
  }
  .pe-lg-15 {
    padding-right: 8rem !important;
  }
  .pe-lg-16 {
    padding-right: 10rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.125rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 0.375rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 0.75rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 1.25rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 2rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 2.5rem !important;
  }
  .pb-lg-11 {
    padding-bottom: 3rem !important;
  }
  .pb-lg-12 {
    padding-bottom: 4rem !important;
  }
  .pb-lg-13 {
    padding-bottom: 5rem !important;
  }
  .pb-lg-14 {
    padding-bottom: 6rem !important;
  }
  .pb-lg-15 {
    padding-bottom: 8rem !important;
  }
  .pb-lg-16 {
    padding-bottom: 10rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.125rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-3 {
    padding-left: 0.375rem !important;
  }
  .ps-lg-4 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 0.75rem !important;
  }
  .ps-lg-6 {
    padding-left: 1rem !important;
  }
  .ps-lg-7 {
    padding-left: 1.25rem !important;
  }
  .ps-lg-8 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-9 {
    padding-left: 2rem !important;
  }
  .ps-lg-10 {
    padding-left: 2.5rem !important;
  }
  .ps-lg-11 {
    padding-left: 3rem !important;
  }
  .ps-lg-12 {
    padding-left: 4rem !important;
  }
  .ps-lg-13 {
    padding-left: 5rem !important;
  }
  .ps-lg-14 {
    padding-left: 6rem !important;
  }
  .ps-lg-15 {
    padding-left: 8rem !important;
  }
  .ps-lg-16 {
    padding-left: 10rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.125rem !important;
  }
  .gap-lg-2 {
    gap: 0.25rem !important;
  }
  .gap-lg-3 {
    gap: 0.375rem !important;
  }
  .gap-lg-4 {
    gap: 0.5rem !important;
  }
  .gap-lg-5 {
    gap: 0.75rem !important;
  }
  .gap-lg-6 {
    gap: 1rem !important;
  }
  .gap-lg-7 {
    gap: 1.25rem !important;
  }
  .gap-lg-8 {
    gap: 1.5rem !important;
  }
  .gap-lg-9 {
    gap: 2rem !important;
  }
  .gap-lg-10 {
    gap: 2.5rem !important;
  }
  .gap-lg-11 {
    gap: 3rem !important;
  }
  .gap-lg-12 {
    gap: 4rem !important;
  }
  .gap-lg-13 {
    gap: 5rem !important;
  }
  .gap-lg-14 {
    gap: 6rem !important;
  }
  .gap-lg-15 {
    gap: 8rem !important;
  }
  .gap-lg-16 {
    gap: 10rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.125rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 0.375rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 0.75rem !important;
  }
  .row-gap-lg-6 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-7 {
    row-gap: 1.25rem !important;
  }
  .row-gap-lg-8 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-9 {
    row-gap: 2rem !important;
  }
  .row-gap-lg-10 {
    row-gap: 2.5rem !important;
  }
  .row-gap-lg-11 {
    row-gap: 3rem !important;
  }
  .row-gap-lg-12 {
    row-gap: 4rem !important;
  }
  .row-gap-lg-13 {
    row-gap: 5rem !important;
  }
  .row-gap-lg-14 {
    row-gap: 6rem !important;
  }
  .row-gap-lg-15 {
    row-gap: 8rem !important;
  }
  .row-gap-lg-16 {
    row-gap: 10rem !important;
  }
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.125rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 0.375rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-5 {
    column-gap: 0.75rem !important;
  }
  .column-gap-lg-6 {
    column-gap: 1rem !important;
  }
  .column-gap-lg-7 {
    column-gap: 1.25rem !important;
  }
  .column-gap-lg-8 {
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-9 {
    column-gap: 2rem !important;
  }
  .column-gap-lg-10 {
    column-gap: 2.5rem !important;
  }
  .column-gap-lg-11 {
    column-gap: 3rem !important;
  }
  .column-gap-lg-12 {
    column-gap: 4rem !important;
  }
  .column-gap-lg-13 {
    column-gap: 5rem !important;
  }
  .column-gap-lg-14 {
    column-gap: 6rem !important;
  }
  .column-gap-lg-15 {
    column-gap: 8rem !important;
  }
  .column-gap-lg-16 {
    column-gap: 10rem !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: 1280px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .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.125rem !important;
  }
  .m-xl-2 {
    margin: 0.25rem !important;
  }
  .m-xl-3 {
    margin: 0.375rem !important;
  }
  .m-xl-4 {
    margin: 0.5rem !important;
  }
  .m-xl-5 {
    margin: 0.75rem !important;
  }
  .m-xl-6 {
    margin: 1rem !important;
  }
  .m-xl-7 {
    margin: 1.25rem !important;
  }
  .m-xl-8 {
    margin: 1.5rem !important;
  }
  .m-xl-9 {
    margin: 2rem !important;
  }
  .m-xl-10 {
    margin: 2.5rem !important;
  }
  .m-xl-11 {
    margin: 3rem !important;
  }
  .m-xl-12 {
    margin: 4rem !important;
  }
  .m-xl-13 {
    margin: 5rem !important;
  }
  .m-xl-14 {
    margin: 6rem !important;
  }
  .m-xl-15 {
    margin: 8rem !important;
  }
  .m-xl-16 {
    margin: 10rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.125rem !important;
    margin-left: 0.125rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-3 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important;
  }
  .mx-xl-4 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-xl-6 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-7 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-xl-8 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-9 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xl-10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xl-11 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-12 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xl-13 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xl-14 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xl-15 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-xl-16 {
    margin-right: 10rem !important;
    margin-left: 10rem !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.125rem !important;
    margin-bottom: 0.125rem !important;
  }
  .my-xl-2 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-3 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }
  .my-xl-4 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-5 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-xl-6 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-7 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-xl-8 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-9 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xl-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xl-11 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-12 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xl-13 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xl-14 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xl-15 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xl-16 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !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.125rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-3 {
    margin-top: 0.375rem !important;
  }
  .mt-xl-4 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 0.75rem !important;
  }
  .mt-xl-6 {
    margin-top: 1rem !important;
  }
  .mt-xl-7 {
    margin-top: 1.25rem !important;
  }
  .mt-xl-8 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-9 {
    margin-top: 2rem !important;
  }
  .mt-xl-10 {
    margin-top: 2.5rem !important;
  }
  .mt-xl-11 {
    margin-top: 3rem !important;
  }
  .mt-xl-12 {
    margin-top: 4rem !important;
  }
  .mt-xl-13 {
    margin-top: 5rem !important;
  }
  .mt-xl-14 {
    margin-top: 6rem !important;
  }
  .mt-xl-15 {
    margin-top: 8rem !important;
  }
  .mt-xl-16 {
    margin-top: 10rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.125rem !important;
  }
  .me-xl-2 {
    margin-right: 0.25rem !important;
  }
  .me-xl-3 {
    margin-right: 0.375rem !important;
  }
  .me-xl-4 {
    margin-right: 0.5rem !important;
  }
  .me-xl-5 {
    margin-right: 0.75rem !important;
  }
  .me-xl-6 {
    margin-right: 1rem !important;
  }
  .me-xl-7 {
    margin-right: 1.25rem !important;
  }
  .me-xl-8 {
    margin-right: 1.5rem !important;
  }
  .me-xl-9 {
    margin-right: 2rem !important;
  }
  .me-xl-10 {
    margin-right: 2.5rem !important;
  }
  .me-xl-11 {
    margin-right: 3rem !important;
  }
  .me-xl-12 {
    margin-right: 4rem !important;
  }
  .me-xl-13 {
    margin-right: 5rem !important;
  }
  .me-xl-14 {
    margin-right: 6rem !important;
  }
  .me-xl-15 {
    margin-right: 8rem !important;
  }
  .me-xl-16 {
    margin-right: 10rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.125rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 0.375rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 0.75rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 1.25rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 2rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xl-11 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-12 {
    margin-bottom: 4rem !important;
  }
  .mb-xl-13 {
    margin-bottom: 5rem !important;
  }
  .mb-xl-14 {
    margin-bottom: 6rem !important;
  }
  .mb-xl-15 {
    margin-bottom: 8rem !important;
  }
  .mb-xl-16 {
    margin-bottom: 10rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.125rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-3 {
    margin-left: 0.375rem !important;
  }
  .ms-xl-4 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 0.75rem !important;
  }
  .ms-xl-6 {
    margin-left: 1rem !important;
  }
  .ms-xl-7 {
    margin-left: 1.25rem !important;
  }
  .ms-xl-8 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-9 {
    margin-left: 2rem !important;
  }
  .ms-xl-10 {
    margin-left: 2.5rem !important;
  }
  .ms-xl-11 {
    margin-left: 3rem !important;
  }
  .ms-xl-12 {
    margin-left: 4rem !important;
  }
  .ms-xl-13 {
    margin-left: 5rem !important;
  }
  .ms-xl-14 {
    margin-left: 6rem !important;
  }
  .ms-xl-15 {
    margin-left: 8rem !important;
  }
  .ms-xl-16 {
    margin-left: 10rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.125rem !important;
  }
  .p-xl-2 {
    padding: 0.25rem !important;
  }
  .p-xl-3 {
    padding: 0.375rem !important;
  }
  .p-xl-4 {
    padding: 0.5rem !important;
  }
  .p-xl-5 {
    padding: 0.75rem !important;
  }
  .p-xl-6 {
    padding: 1rem !important;
  }
  .p-xl-7 {
    padding: 1.25rem !important;
  }
  .p-xl-8 {
    padding: 1.5rem !important;
  }
  .p-xl-9 {
    padding: 2rem !important;
  }
  .p-xl-10 {
    padding: 2.5rem !important;
  }
  .p-xl-11 {
    padding: 3rem !important;
  }
  .p-xl-12 {
    padding: 4rem !important;
  }
  .p-xl-13 {
    padding: 5rem !important;
  }
  .p-xl-14 {
    padding: 6rem !important;
  }
  .p-xl-15 {
    padding: 8rem !important;
  }
  .p-xl-16 {
    padding: 10rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.125rem !important;
    padding-left: 0.125rem !important;
  }
  .px-xl-2 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-3 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important;
  }
  .px-xl-4 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-5 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-xl-6 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-7 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-xl-8 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-9 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xl-10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xl-11 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xl-12 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xl-13 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xl-14 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xl-15 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-xl-16 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }
  .py-xl-2 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-3 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }
  .py-xl-4 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-5 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-xl-6 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-7 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-xl-8 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-9 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xl-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xl-11 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xl-12 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xl-13 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xl-14 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xl-15 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xl-16 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.125rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-3 {
    padding-top: 0.375rem !important;
  }
  .pt-xl-4 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 0.75rem !important;
  }
  .pt-xl-6 {
    padding-top: 1rem !important;
  }
  .pt-xl-7 {
    padding-top: 1.25rem !important;
  }
  .pt-xl-8 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-9 {
    padding-top: 2rem !important;
  }
  .pt-xl-10 {
    padding-top: 2.5rem !important;
  }
  .pt-xl-11 {
    padding-top: 3rem !important;
  }
  .pt-xl-12 {
    padding-top: 4rem !important;
  }
  .pt-xl-13 {
    padding-top: 5rem !important;
  }
  .pt-xl-14 {
    padding-top: 6rem !important;
  }
  .pt-xl-15 {
    padding-top: 8rem !important;
  }
  .pt-xl-16 {
    padding-top: 10rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.125rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-3 {
    padding-right: 0.375rem !important;
  }
  .pe-xl-4 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 0.75rem !important;
  }
  .pe-xl-6 {
    padding-right: 1rem !important;
  }
  .pe-xl-7 {
    padding-right: 1.25rem !important;
  }
  .pe-xl-8 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-9 {
    padding-right: 2rem !important;
  }
  .pe-xl-10 {
    padding-right: 2.5rem !important;
  }
  .pe-xl-11 {
    padding-right: 3rem !important;
  }
  .pe-xl-12 {
    padding-right: 4rem !important;
  }
  .pe-xl-13 {
    padding-right: 5rem !important;
  }
  .pe-xl-14 {
    padding-right: 6rem !important;
  }
  .pe-xl-15 {
    padding-right: 8rem !important;
  }
  .pe-xl-16 {
    padding-right: 10rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.125rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 0.375rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 0.75rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 1.25rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-9 {
    padding-bottom: 2rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xl-11 {
    padding-bottom: 3rem !important;
  }
  .pb-xl-12 {
    padding-bottom: 4rem !important;
  }
  .pb-xl-13 {
    padding-bottom: 5rem !important;
  }
  .pb-xl-14 {
    padding-bottom: 6rem !important;
  }
  .pb-xl-15 {
    padding-bottom: 8rem !important;
  }
  .pb-xl-16 {
    padding-bottom: 10rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.125rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-3 {
    padding-left: 0.375rem !important;
  }
  .ps-xl-4 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 0.75rem !important;
  }
  .ps-xl-6 {
    padding-left: 1rem !important;
  }
  .ps-xl-7 {
    padding-left: 1.25rem !important;
  }
  .ps-xl-8 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-9 {
    padding-left: 2rem !important;
  }
  .ps-xl-10 {
    padding-left: 2.5rem !important;
  }
  .ps-xl-11 {
    padding-left: 3rem !important;
  }
  .ps-xl-12 {
    padding-left: 4rem !important;
  }
  .ps-xl-13 {
    padding-left: 5rem !important;
  }
  .ps-xl-14 {
    padding-left: 6rem !important;
  }
  .ps-xl-15 {
    padding-left: 8rem !important;
  }
  .ps-xl-16 {
    padding-left: 10rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.125rem !important;
  }
  .gap-xl-2 {
    gap: 0.25rem !important;
  }
  .gap-xl-3 {
    gap: 0.375rem !important;
  }
  .gap-xl-4 {
    gap: 0.5rem !important;
  }
  .gap-xl-5 {
    gap: 0.75rem !important;
  }
  .gap-xl-6 {
    gap: 1rem !important;
  }
  .gap-xl-7 {
    gap: 1.25rem !important;
  }
  .gap-xl-8 {
    gap: 1.5rem !important;
  }
  .gap-xl-9 {
    gap: 2rem !important;
  }
  .gap-xl-10 {
    gap: 2.5rem !important;
  }
  .gap-xl-11 {
    gap: 3rem !important;
  }
  .gap-xl-12 {
    gap: 4rem !important;
  }
  .gap-xl-13 {
    gap: 5rem !important;
  }
  .gap-xl-14 {
    gap: 6rem !important;
  }
  .gap-xl-15 {
    gap: 8rem !important;
  }
  .gap-xl-16 {
    gap: 10rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.125rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 0.375rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 0.75rem !important;
  }
  .row-gap-xl-6 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-7 {
    row-gap: 1.25rem !important;
  }
  .row-gap-xl-8 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-9 {
    row-gap: 2rem !important;
  }
  .row-gap-xl-10 {
    row-gap: 2.5rem !important;
  }
  .row-gap-xl-11 {
    row-gap: 3rem !important;
  }
  .row-gap-xl-12 {
    row-gap: 4rem !important;
  }
  .row-gap-xl-13 {
    row-gap: 5rem !important;
  }
  .row-gap-xl-14 {
    row-gap: 6rem !important;
  }
  .row-gap-xl-15 {
    row-gap: 8rem !important;
  }
  .row-gap-xl-16 {
    row-gap: 10rem !important;
  }
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 0.125rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 0.375rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-5 {
    column-gap: 0.75rem !important;
  }
  .column-gap-xl-6 {
    column-gap: 1rem !important;
  }
  .column-gap-xl-7 {
    column-gap: 1.25rem !important;
  }
  .column-gap-xl-8 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-9 {
    column-gap: 2rem !important;
  }
  .column-gap-xl-10 {
    column-gap: 2.5rem !important;
  }
  .column-gap-xl-11 {
    column-gap: 3rem !important;
  }
  .column-gap-xl-12 {
    column-gap: 4rem !important;
  }
  .column-gap-xl-13 {
    column-gap: 5rem !important;
  }
  .column-gap-xl-14 {
    column-gap: 6rem !important;
  }
  .column-gap-xl-15 {
    column-gap: 8rem !important;
  }
  .column-gap-xl-16 {
    column-gap: 10rem !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: 1440px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .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.125rem !important;
  }
  .m-xxl-2 {
    margin: 0.25rem !important;
  }
  .m-xxl-3 {
    margin: 0.375rem !important;
  }
  .m-xxl-4 {
    margin: 0.5rem !important;
  }
  .m-xxl-5 {
    margin: 0.75rem !important;
  }
  .m-xxl-6 {
    margin: 1rem !important;
  }
  .m-xxl-7 {
    margin: 1.25rem !important;
  }
  .m-xxl-8 {
    margin: 1.5rem !important;
  }
  .m-xxl-9 {
    margin: 2rem !important;
  }
  .m-xxl-10 {
    margin: 2.5rem !important;
  }
  .m-xxl-11 {
    margin: 3rem !important;
  }
  .m-xxl-12 {
    margin: 4rem !important;
  }
  .m-xxl-13 {
    margin: 5rem !important;
  }
  .m-xxl-14 {
    margin: 6rem !important;
  }
  .m-xxl-15 {
    margin: 8rem !important;
  }
  .m-xxl-16 {
    margin: 10rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.125rem !important;
    margin-left: 0.125rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-3 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important;
  }
  .mx-xxl-4 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-xxl-6 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-7 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-xxl-8 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-9 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xxl-10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xxl-11 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-12 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xxl-13 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xxl-14 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xxl-15 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-xxl-16 {
    margin-right: 10rem !important;
    margin-left: 10rem !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.125rem !important;
    margin-bottom: 0.125rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-3 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }
  .my-xxl-4 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-xxl-6 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-7 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-xxl-8 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-9 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xxl-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xxl-11 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-12 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xxl-13 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xxl-14 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xxl-15 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xxl-16 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !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.125rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-3 {
    margin-top: 0.375rem !important;
  }
  .mt-xxl-4 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 0.75rem !important;
  }
  .mt-xxl-6 {
    margin-top: 1rem !important;
  }
  .mt-xxl-7 {
    margin-top: 1.25rem !important;
  }
  .mt-xxl-8 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-9 {
    margin-top: 2rem !important;
  }
  .mt-xxl-10 {
    margin-top: 2.5rem !important;
  }
  .mt-xxl-11 {
    margin-top: 3rem !important;
  }
  .mt-xxl-12 {
    margin-top: 4rem !important;
  }
  .mt-xxl-13 {
    margin-top: 5rem !important;
  }
  .mt-xxl-14 {
    margin-top: 6rem !important;
  }
  .mt-xxl-15 {
    margin-top: 8rem !important;
  }
  .mt-xxl-16 {
    margin-top: 10rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.125rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-3 {
    margin-right: 0.375rem !important;
  }
  .me-xxl-4 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 0.75rem !important;
  }
  .me-xxl-6 {
    margin-right: 1rem !important;
  }
  .me-xxl-7 {
    margin-right: 1.25rem !important;
  }
  .me-xxl-8 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-9 {
    margin-right: 2rem !important;
  }
  .me-xxl-10 {
    margin-right: 2.5rem !important;
  }
  .me-xxl-11 {
    margin-right: 3rem !important;
  }
  .me-xxl-12 {
    margin-right: 4rem !important;
  }
  .me-xxl-13 {
    margin-right: 5rem !important;
  }
  .me-xxl-14 {
    margin-right: 6rem !important;
  }
  .me-xxl-15 {
    margin-right: 8rem !important;
  }
  .me-xxl-16 {
    margin-right: 10rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.125rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 0.375rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 0.75rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-7 {
    margin-bottom: 1.25rem !important;
  }
  .mb-xxl-8 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-9 {
    margin-bottom: 2rem !important;
  }
  .mb-xxl-10 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xxl-11 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-12 {
    margin-bottom: 4rem !important;
  }
  .mb-xxl-13 {
    margin-bottom: 5rem !important;
  }
  .mb-xxl-14 {
    margin-bottom: 6rem !important;
  }
  .mb-xxl-15 {
    margin-bottom: 8rem !important;
  }
  .mb-xxl-16 {
    margin-bottom: 10rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.125rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-3 {
    margin-left: 0.375rem !important;
  }
  .ms-xxl-4 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 0.75rem !important;
  }
  .ms-xxl-6 {
    margin-left: 1rem !important;
  }
  .ms-xxl-7 {
    margin-left: 1.25rem !important;
  }
  .ms-xxl-8 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-9 {
    margin-left: 2rem !important;
  }
  .ms-xxl-10 {
    margin-left: 2.5rem !important;
  }
  .ms-xxl-11 {
    margin-left: 3rem !important;
  }
  .ms-xxl-12 {
    margin-left: 4rem !important;
  }
  .ms-xxl-13 {
    margin-left: 5rem !important;
  }
  .ms-xxl-14 {
    margin-left: 6rem !important;
  }
  .ms-xxl-15 {
    margin-left: 8rem !important;
  }
  .ms-xxl-16 {
    margin-left: 10rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.125rem !important;
  }
  .p-xxl-2 {
    padding: 0.25rem !important;
  }
  .p-xxl-3 {
    padding: 0.375rem !important;
  }
  .p-xxl-4 {
    padding: 0.5rem !important;
  }
  .p-xxl-5 {
    padding: 0.75rem !important;
  }
  .p-xxl-6 {
    padding: 1rem !important;
  }
  .p-xxl-7 {
    padding: 1.25rem !important;
  }
  .p-xxl-8 {
    padding: 1.5rem !important;
  }
  .p-xxl-9 {
    padding: 2rem !important;
  }
  .p-xxl-10 {
    padding: 2.5rem !important;
  }
  .p-xxl-11 {
    padding: 3rem !important;
  }
  .p-xxl-12 {
    padding: 4rem !important;
  }
  .p-xxl-13 {
    padding: 5rem !important;
  }
  .p-xxl-14 {
    padding: 6rem !important;
  }
  .p-xxl-15 {
    padding: 8rem !important;
  }
  .p-xxl-16 {
    padding: 10rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.125rem !important;
    padding-left: 0.125rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-3 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important;
  }
  .px-xxl-4 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-xxl-6 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-7 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-xxl-8 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-9 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xxl-10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xxl-11 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xxl-12 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xxl-13 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xxl-14 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xxl-15 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-xxl-16 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-3 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }
  .py-xxl-4 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-xxl-6 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-7 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-xxl-8 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-9 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xxl-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xxl-11 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xxl-12 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xxl-13 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xxl-14 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xxl-15 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xxl-16 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.125rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-3 {
    padding-top: 0.375rem !important;
  }
  .pt-xxl-4 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 0.75rem !important;
  }
  .pt-xxl-6 {
    padding-top: 1rem !important;
  }
  .pt-xxl-7 {
    padding-top: 1.25rem !important;
  }
  .pt-xxl-8 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-9 {
    padding-top: 2rem !important;
  }
  .pt-xxl-10 {
    padding-top: 2.5rem !important;
  }
  .pt-xxl-11 {
    padding-top: 3rem !important;
  }
  .pt-xxl-12 {
    padding-top: 4rem !important;
  }
  .pt-xxl-13 {
    padding-top: 5rem !important;
  }
  .pt-xxl-14 {
    padding-top: 6rem !important;
  }
  .pt-xxl-15 {
    padding-top: 8rem !important;
  }
  .pt-xxl-16 {
    padding-top: 10rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.125rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-3 {
    padding-right: 0.375rem !important;
  }
  .pe-xxl-4 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 0.75rem !important;
  }
  .pe-xxl-6 {
    padding-right: 1rem !important;
  }
  .pe-xxl-7 {
    padding-right: 1.25rem !important;
  }
  .pe-xxl-8 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-9 {
    padding-right: 2rem !important;
  }
  .pe-xxl-10 {
    padding-right: 2.5rem !important;
  }
  .pe-xxl-11 {
    padding-right: 3rem !important;
  }
  .pe-xxl-12 {
    padding-right: 4rem !important;
  }
  .pe-xxl-13 {
    padding-right: 5rem !important;
  }
  .pe-xxl-14 {
    padding-right: 6rem !important;
  }
  .pe-xxl-15 {
    padding-right: 8rem !important;
  }
  .pe-xxl-16 {
    padding-right: 10rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.125rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 0.375rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 0.75rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-7 {
    padding-bottom: 1.25rem !important;
  }
  .pb-xxl-8 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-9 {
    padding-bottom: 2rem !important;
  }
  .pb-xxl-10 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xxl-11 {
    padding-bottom: 3rem !important;
  }
  .pb-xxl-12 {
    padding-bottom: 4rem !important;
  }
  .pb-xxl-13 {
    padding-bottom: 5rem !important;
  }
  .pb-xxl-14 {
    padding-bottom: 6rem !important;
  }
  .pb-xxl-15 {
    padding-bottom: 8rem !important;
  }
  .pb-xxl-16 {
    padding-bottom: 10rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.125rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-3 {
    padding-left: 0.375rem !important;
  }
  .ps-xxl-4 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 0.75rem !important;
  }
  .ps-xxl-6 {
    padding-left: 1rem !important;
  }
  .ps-xxl-7 {
    padding-left: 1.25rem !important;
  }
  .ps-xxl-8 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-9 {
    padding-left: 2rem !important;
  }
  .ps-xxl-10 {
    padding-left: 2.5rem !important;
  }
  .ps-xxl-11 {
    padding-left: 3rem !important;
  }
  .ps-xxl-12 {
    padding-left: 4rem !important;
  }
  .ps-xxl-13 {
    padding-left: 5rem !important;
  }
  .ps-xxl-14 {
    padding-left: 6rem !important;
  }
  .ps-xxl-15 {
    padding-left: 8rem !important;
  }
  .ps-xxl-16 {
    padding-left: 10rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.125rem !important;
  }
  .gap-xxl-2 {
    gap: 0.25rem !important;
  }
  .gap-xxl-3 {
    gap: 0.375rem !important;
  }
  .gap-xxl-4 {
    gap: 0.5rem !important;
  }
  .gap-xxl-5 {
    gap: 0.75rem !important;
  }
  .gap-xxl-6 {
    gap: 1rem !important;
  }
  .gap-xxl-7 {
    gap: 1.25rem !important;
  }
  .gap-xxl-8 {
    gap: 1.5rem !important;
  }
  .gap-xxl-9 {
    gap: 2rem !important;
  }
  .gap-xxl-10 {
    gap: 2.5rem !important;
  }
  .gap-xxl-11 {
    gap: 3rem !important;
  }
  .gap-xxl-12 {
    gap: 4rem !important;
  }
  .gap-xxl-13 {
    gap: 5rem !important;
  }
  .gap-xxl-14 {
    gap: 6rem !important;
  }
  .gap-xxl-15 {
    gap: 8rem !important;
  }
  .gap-xxl-16 {
    gap: 10rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.125rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 0.375rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 0.75rem !important;
  }
  .row-gap-xxl-6 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-7 {
    row-gap: 1.25rem !important;
  }
  .row-gap-xxl-8 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-9 {
    row-gap: 2rem !important;
  }
  .row-gap-xxl-10 {
    row-gap: 2.5rem !important;
  }
  .row-gap-xxl-11 {
    row-gap: 3rem !important;
  }
  .row-gap-xxl-12 {
    row-gap: 4rem !important;
  }
  .row-gap-xxl-13 {
    row-gap: 5rem !important;
  }
  .row-gap-xxl-14 {
    row-gap: 6rem !important;
  }
  .row-gap-xxl-15 {
    row-gap: 8rem !important;
  }
  .row-gap-xxl-16 {
    row-gap: 10rem !important;
  }
  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    column-gap: 0.125rem !important;
  }
  .column-gap-xxl-2 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-3 {
    column-gap: 0.375rem !important;
  }
  .column-gap-xxl-4 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-5 {
    column-gap: 0.75rem !important;
  }
  .column-gap-xxl-6 {
    column-gap: 1rem !important;
  }
  .column-gap-xxl-7 {
    column-gap: 1.25rem !important;
  }
  .column-gap-xxl-8 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-9 {
    column-gap: 2rem !important;
  }
  .column-gap-xxl-10 {
    column-gap: 2.5rem !important;
  }
  .column-gap-xxl-11 {
    column-gap: 3rem !important;
  }
  .column-gap-xxl-12 {
    column-gap: 4rem !important;
  }
  .column-gap-xxl-13 {
    column-gap: 5rem !important;
  }
  .column-gap-xxl-14 {
    column-gap: 6rem !important;
  }
  .column-gap-xxl-15 {
    column-gap: 8rem !important;
  }
  .column-gap-xxl-16 {
    column-gap: 10rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.65rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
  .fs-xl {
    font-size: 3rem !important;
  }
  .fs-xxl {
    font-size: 3.75rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

#product-container .owl-carousel:has(.owl-item:last-child:is(.active)) .owl-stage, .owl-glimpse .owl-carousel:has(.owl-item:last-child:is(.active)) .owl-stage {
  left: 0px;
}
#product-container .owl-carousel:has(.owl-item:not(.active)), .owl-glimpse .owl-carousel:has(.owl-item:not(.active)) {
  width: calc(100% + 15px);
}
#product-container .owl-carousel:has(.owl-item:not(.active)) .owl-stage, .owl-glimpse .owl-carousel:has(.owl-item:not(.active)) .owl-stage {
  left: -15px;
  overflow: unset;
}
#product-container .owl-carousel:has(.owl-item:not(.active))::after, .owl-glimpse .owl-carousel:has(.owl-item:not(.active))::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  width: 15px;
  height: 100%;
  overflow: unset;
  background: linear-gradient(to left, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.1));
  pointer-events: none;
  z-index: 1;
}

.owl-theme .owl-stage {
  display: flex;
}
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  top: 50%;
  width: calc(100% + 2.25rem);
  display: flex;
  justify-content: space-between;
  left: -1.5rem;
  z-index: 2;
  pointer-events: none;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #0C0E12 !important;
  font-size: 1.75rem !important;
  font-weight: 400 !important;
  line-height: 1;
  min-width: 3rem;
  min-height: 3rem;
  margin: 5px !important;
  padding: 0.125rem 1.25rem !important;
  background: #EAFC88 !important;
  display: inline-block;
  cursor: pointer;
  border-radius: 50% !important;
  aspect-ratio: 1;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #403F1C !important;
  color: #FFFFFF !important;
  text-decoration: none;
}
.owl-theme .owl-nav [class*=owl-] span {
  transition: all 300ms ease;
}
.owl-theme .owl-nav .disabled {
  opacity: 0;
  cursor: default;
}
.owl-theme .owl-nav.bottom {
  top: 100%;
  left: 0;
  width: 100%;
}
.owl-theme .owl-nav.bottom [class*=owl-] {
  font-size: 0.875rem !important;
  background: none !important;
  min-width: 1.5rem;
  min-height: 1.5rem;
}
.owl-theme .owl-nav.bottom [class*=owl-]:hover {
  background: transparent !important;
  color: black !important;
  text-decoration: none;
}
.owl-theme .owl-nav.bottom .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next {
  pointer-events: auto;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 1rem;
  height: 10px;
  margin: 12px 6px;
  margin-bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: rgb(0, 0, 0);
}
.owl-theme .owl-dots.light-dots .owl-dot span {
  background: rgba(255, 255, 255, 0.4);
}
.owl-theme .owl-dots.light-dots .owl-dot.active span, .owl-theme .owl-dots.light-dots .owl-dot:hover span {
  background: rgb(255, 255, 255);
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 2.5rem;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding: 0.75rem 1.5rem;
  min-height: 3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}
.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  color: #0C0E12;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1055;
  border-radius: var(--s2-border-radius);
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 4px 0;
  padding: 0;
}

.select2-results__option {
  border-radius: var(--s2-border-radius);
  padding: 0.75rem 1rem;
  margin: 0 0.25rem;
  user-select: none;
  -webkit-user-select: none;
  transition: background-color 0.2s ease;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  margin-top: -4px;
}

.select2-container--open .select2-dropdown--below {
  margin-top: 4px;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}
.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--group {
  padding: 0;
}
.select2-container--default .select2-results__option--disabled {
  color: #999;
}
.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic {
  --s2-padding: 8px;
  --s2-remove-color: #444;
  --s2-remove-hover-color: #555;
  --s2-remove-width: 20px;
  --s2-selection-color: #444;
  --s2-border-color: #E9EAEB;
  --s2-border-radius: 1.5rem;
  --s2-focus-border-color: #85888E;
  --s2-container-height: 28px;
  --s2-selection-bg-top-color: white;
  --s2-selection-bg-bottom-color: white;
  --s2-container-placeholder-color: #999;
  --s2-container-focus-border-color: #6610f2;
  --s2-selection-opened-bg-top-color: white;
  --s2-selection-opened-bg-bottom-color: white;
  --s2-dropdown-z-index: 1;
  --s2-dropdown-bg-color: white;
  --s2-results-max-height: 240px;
  --s2-results-nested-padding: 20px;
  --s2-results-choice-bg-hover-color: #ECECED;
  --s2-results-choice-fg-hover-color: #0C0E12;
  --s2-results-choice-fg-unselectable-color: grey;
}

.select2-container--classic .select2-selection--single {
  background-color: white;
  border: 1px solid var(--s2-border-color);
  border-radius: var(--s2-border-radius);
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, white 100%);
  background-image: -o-linear-gradient(top, white 50%, white 100%);
  background-image: linear-gradient(to bottom, white 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFFFFFFF", GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid var(--s2-focus-border-color);
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  border: none;
  height: 100%;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 1.5rem;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b::before {
  transition: all 0.2s ease;
  content: "\e9ea";
  font-family: "untitledui";
  position: absolute;
  top: 25%;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid var(--s2-border-color);
  border-radius: 0;
  border-top-left-radius: var(--s2-border-radius);
  border-bottom-left-radius: var(--s2-border-radius);
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid var(--s2-focus-border-color);
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b::before {
  transform: rotate(180deg);
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  background-image: -webkit-linear-gradient(top, white 0%, white 50%);
  background-image: -o-linear-gradient(top, white 0%, white 50%);
  background-image: linear-gradient(to bottom, white 0%, white 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFFFFFFF", GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  background-image: -webkit-linear-gradient(top, white 50%, white 100%);
  background-image: -o-linear-gradient(top, white 50%, white 100%);
  background-image: linear-gradient(to bottom, white 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFFFFFFF", GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid var(--s2-border-color);
  border-radius: var(--s2-border-radius);
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid var(--s2-focus-border-color);
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid var(--s2-border-color);
  border-radius: var(--s2-border-radius);
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: var(--s2-border-radius);
  border-bottom-left-radius: var(--s2-border-radius);
  color: var(--s2-remove-color);
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: var(--s2-remove-hover-color);
  outline: none;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: var(--s2-border-radius);
  border-bottom-right-radius: var(--s2-border-radius);
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid var(--s2-focus-border-color);
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown {
  position: absolute;
  bottom: calc(100% + 0.6rem);
  width: 100%;
  padding: 0.25rem 1rem;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 0px solid var(--s2-border-color);
  outline: 0;
}
.select2-container--classic .select2-dropdown--above .select2-search--dropdown {
  top: calc(100% + 0.6rem);
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: var(--s2-dropdown-bg-color);
  border: 1px solid transparent;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: var(--s2-results-max-height);
  overflow-y: auto;
  margin-right: 1px;
}
.select2-container--classic .select2-results > .select2-results__options::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: rgba(245, 245, 245, 0);
}
.select2-container--classic .select2-results > .select2-results__options::-webkit-scrollbar {
  width: 10px;
}
.select2-container--classic .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #CECFD2;
}
.select2-container--classic .select2-results__option--group {
  padding: 0;
}
.select2-container--classic .select2-results__option--disabled {
  color: var(--s2-results-choice-fg-unselectable-color);
}
.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--s2-results-choice-bg-hover-color);
  color: var(--s2-results-choice-fg-hover-color);
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: var(--s2-focus-border-color);
}

/*
* grecaptcha css
*/
.grecaptcha-badge {
  visibility: hidden !important;
  z-index: -1;
}

/*
* Marquee
*/
.bg-active {
  background-color: rgba(250, 250, 250, var(--bs-bg-opacity, 1)) !important;
}

.marquee-wrapper {
  z-index: 1030;
}
.marquee-wrapper p {
  margin: 0 !important;
  display: inline;
}

.marquee-container {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.marquee {
  white-space: nowrap;
}

/*
* BS
*/
.bg-blur {
  backdrop-filter: blur(12px);
}

.dropdown-item {
  white-space: wrap;
}

/*
* Typography
*/
.truncate-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
}

.truncate-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}

.truncate-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
}

.truncate-4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
}

.truncate-5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 5;
  text-overflow: ellipsis;
}

.truncate-6 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 6;
  text-overflow: ellipsis;
}

.truncate-7 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 7;
  text-overflow: ellipsis;
}

.truncate-8 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 8;
  text-overflow: ellipsis;
}

.truncate-9 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 9;
  text-overflow: ellipsis;
}

.truncate-10 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 10;
  text-overflow: ellipsis;
}

.truncate-11 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 11;
  text-overflow: ellipsis;
}

.truncate-12 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 12;
  text-overflow: ellipsis;
}

@media (max-width: 768px) {
  .fs-1 {
    font-size: 1.875rem !important;
  }
}

@media (max-width: 768px) {
  .fs-2 {
    font-size: 1.5rem !important;
  }
}

@media (max-width: 768px) {
  .fs-3 {
    font-size: 1.2375rem !important;
  }
}

@media (max-width: 768px) {
  .fs-4 {
    font-size: 1.125rem !important;
  }
}

@media (max-width: 768px) {
  .fs-5 {
    font-size: 0.9375rem !important;
  }
}

@media (max-width: 768px) {
  .fs-5s {
    font-size: 0.84375rem !important;
  }
}

@media (max-width: 768px) {
  .fs-6 {
    font-size: 0.75rem !important;
  }
}

@media (max-width: 768px) {
  .fs-xl {
    font-size: 2.25rem !important;
  }
}

@media (max-width: 768px) {
  .fs-xxl {
    font-size: 2.8125rem !important;
  }
}

/*
* Navbar
*/
nav:first-of-type {
  z-index: 1035;
}

#navbarNav {
  max-height: calc(100vh - 6.5rem);
  overflow-y: auto;
}
#navbarNav a {
  text-decoration: none;
}
#navbarNav a:hover {
  --bs-link-opacity: 0.6;
}
#navbarNav p {
  margin: 0;
}
#navbarNav .menu-center-img-wrapper {
  height: 12rem;
  position: relative;
}
#navbarNav .menu-center-img-wrapper img {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}
#navbarNav .menu-center-img {
  top: -50%;
  height: auto;
  width: 100%;
  opacity: 1;
  transition: all 0.25s ease-in;
}
#navbarNav .menu-center-img-hovered {
  height: 100%;
  width: auto;
  opacity: 0;
  transition: all 0.25s ease-in;
}
#navbarNav .menu-center-img-hover {
  cursor: pointer;
}
#navbarNav .menu-center-img-hover:hover .menu-center-img {
  opacity: 0;
}
#navbarNav .menu-center-img-hover:hover .menu-center-img-hovered {
  opacity: 1;
}
@media screen and (max-width: 769px) {
  #navbarNav .menu-center-img {
    opacity: 0;
  }
  #navbarNav .menu-center-img-hovered {
    opacity: 1;
  }
}

.navbar-toggler-icon {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%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");
}

[aria-expanded=false] .navbar-toggler-icon {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2812, 14, 18, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media (max-width: 1023.98px) {
  #navbarNav {
    background-color: white;
  }
}
/*
 * Banner Carousel
*/
.banner-carousel .eyebrow {
  margin-bottom: 0.75rem;
  font-size: 18px !important;
}
.banner-carousel .carousel-indicators {
  margin-bottom: 3rem;
}
.banner-carousel .carousel-indicators [data-bs-target] {
  background-color: black;
  opacity: 0.25;
}
.banner-carousel .carousel-indicators .active {
  opacity: 1;
}
.banner-carousel .carousel-item {
  align-items: center;
  height: auto;
  width: 100%;
}
.banner-carousel .carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.banner-carousel .carousel-caption {
  position: relative;
  z-index: 1;
  min-height: 45rem;
  margin: auto;
  text-align: center;
}
.banner-carousel .carousel-caption .card-body {
  padding: 2rem !important;
  padding-bottom: 2.5rem !important;
}
.banner-carousel .banner-title {
  font-size: calc(2.375rem + 1.5vw) !important;
  margin-bottom: 1.25rem;
}
@media (min-width: 1920px) {
  .banner-carousel .carousel-caption {
    min-height: 60rem;
  }
}
@media (max-width: 767.98px) {
  .banner-carousel .carousel-caption {
    max-width: 100%;
  }
  .banner-carousel .banner-title {
    font-size: calc(2rem + 1vw) !important;
  }
}
@media (max-width: 575.98px) {
  .banner-carousel .banner-title {
    font-size: calc(1.875rem + 0.5vw) !important;
  }
  .banner-carousel .banner-btn {
    width: 100% !important;
  }
}
@media (max-width: 1279.98px) {
  .banner-carousel .carousel-caption .card {
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(100px);
  }
}

/*
* Dropdown Caret
*/
.dropdown-toggle::after {
  transition: transform 0.3s;
}

.dropdown-toggle[aria-expanded=true]::after {
  transform: rotate(180deg);
}

.dropdown-toggle[aria-expanded=false]::after {
  transform: rotate(0deg);
}

/*
 * Circles
*/
.circle-blue {
  background: radial-gradient(circle at bottom, rgba(13, 110, 253, var(--bs-bg-opacity, 1)) 75%, transparent 70%) 0 0/90px 52px repeat-x;
  height: 100px;
  width: calc(100% + 48px);
  margin: -48px;
}

.circle-brand {
  background: radial-gradient(circle at bottom, rgba(234, 252, 136, var(--bs-bg-opacity, 1)) 75%, transparent 70%) 0 0/90px 52px repeat-x;
  height: 100px;
  width: calc(100% + 48px);
  margin: -48px;
}

.circle-dark {
  background: radial-gradient(circle at bottom, rgba(12, 17, 29, var(--bs-bg-opacity, 1)) 75%, transparent 70%) 0 0/90px 52px repeat-x;
  height: 100px;
  width: calc(100% + 48px);
  margin: -48px;
}

.circle-indigo {
  background: radial-gradient(circle at bottom, rgba(102, 16, 242, var(--bs-bg-opacity, 1)) 75%, transparent 70%) 0 0/90px 52px repeat-x;
  height: 100px;
  width: calc(100% + 48px);
  margin: -48px;
}

.circle-moss {
  background: radial-gradient(circle at bottom, rgba(64, 63, 28, var(--bs-bg-opacity, 1)) 75%, transparent 70%) 0 0/90px 52px repeat-x;
  height: 100px;
  width: calc(100% + 48px);
  margin: -48px;
}

.circle-purple {
  background: radial-gradient(circle at bottom, rgba(111, 66, 193, var(--bs-bg-opacity, 1)) 75%, transparent 70%) 0 0/90px 52px repeat-x;
  height: 100px;
  width: calc(100% + 48px);
  margin: -48px;
}

.circle-pink {
  background: radial-gradient(circle at bottom, rgba(255, 195, 209, var(--bs-bg-opacity, 1)) 75%, transparent 70%) 0 0/90px 52px repeat-x;
  height: 100px;
  width: calc(100% + 48px);
  margin: -48px;
}

.circle-red {
  background: radial-gradient(circle at bottom, rgba(253, 68, 68, var(--bs-bg-opacity, 1)) 75%, transparent 70%) 0 0/90px 52px repeat-x;
  height: 100px;
  width: calc(100% + 48px);
  margin: -48px;
}

.circle-orange {
  background: radial-gradient(circle at bottom, rgba(239, 104, 32, var(--bs-bg-opacity, 1)) 75%, transparent 70%) 0 0/90px 52px repeat-x;
  height: 100px;
  width: calc(100% + 48px);
  margin: -48px;
}

.circle-yellow {
  background: radial-gradient(circle at bottom, rgba(247, 144, 9, var(--bs-bg-opacity, 1)) 75%, transparent 70%) 0 0/90px 52px repeat-x;
  height: 100px;
  width: calc(100% + 48px);
  margin: -48px;
}

.circle-green {
  background: radial-gradient(circle at bottom, rgba(23, 178, 106, var(--bs-bg-opacity, 1)) 75%, transparent 70%) 0 0/90px 52px repeat-x;
  height: 100px;
  width: calc(100% + 48px);
  margin: -48px;
}

.circle-teal {
  background: radial-gradient(circle at bottom, rgba(32, 201, 151, var(--bs-bg-opacity, 1)) 75%, transparent 70%) 0 0/90px 52px repeat-x;
  height: 100px;
  width: calc(100% + 48px);
  margin: -48px;
}

.circle-cyan {
  background: radial-gradient(circle at bottom, rgba(13, 202, 240, var(--bs-bg-opacity, 1)) 75%, transparent 70%) 0 0/90px 52px repeat-x;
  height: 100px;
  width: calc(100% + 48px);
  margin: -48px;
}

.circle-black {
  background: radial-gradient(circle at bottom, rgba(0, 0, 0, var(--bs-bg-opacity, 1)) 75%, transparent 70%) 0 0/90px 52px repeat-x;
  height: 100px;
  width: calc(100% + 48px);
  margin: -48px;
}

.circle-white {
  background: radial-gradient(circle at bottom, rgba(255, 255, 255, var(--bs-bg-opacity, 1)) 75%, transparent 70%) 0 0/90px 52px repeat-x;
  height: 100px;
  width: calc(100% + 48px);
  margin: -48px;
}

.circle-near-white {
  background: radial-gradient(circle at bottom, rgba(249, 250, 251, var(--bs-bg-opacity, 1)) 75%, transparent 70%) 0 0/90px 52px repeat-x;
  height: 100px;
  width: calc(100% + 48px);
  margin: -48px;
}

.circle-gray-50 {
  background: radial-gradient(circle at bottom, rgba(250, 250, 250, var(--bs-bg-opacity, 1)) 75%, transparent 70%) 0 0/90px 52px repeat-x;
  height: 100px;
  width: calc(100% + 48px);
  margin: -48px;
}

.circle-gray {
  background: radial-gradient(circle at bottom, rgba(113, 118, 128, var(--bs-bg-opacity, 1)) 75%, transparent 70%) 0 0/90px 52px repeat-x;
  height: 100px;
  width: calc(100% + 48px);
  margin: -48px;
}

.circle-gray-dark {
  background: radial-gradient(circle at bottom, rgba(19, 22, 27, var(--bs-bg-opacity, 1)) 75%, transparent 70%) 0 0/90px 52px repeat-x;
  height: 100px;
  width: calc(100% + 48px);
  margin: -48px;
}

/*
 * Stepper
*/
.stepper-wrapper {
  margin: 0 auto;
  overflow-y: auto;
}

.stepper {
  padding: 0 1rem;
}
@media (min-width: 720px) {
  .stepper {
    padding: 1rem 0 2rem;
  }
}
.stepper * {
  line-height: normal;
}
.stepper__list {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 720px) {
  .stepper__list {
    flex-direction: column;
  }
}
.stepper__list a {
  text-decoration: none;
}
.stepper__list__item {
  text-align: center;
  position: relative;
  height: 4.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
@media (max-width: 720px) {
  .stepper__list__item {
    height: 3.5rem;
    min-width: 5rem;
    flex-direction: row;
    text-align: start;
  }
}
.stepper__list__item a {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.stepper__list__item:after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 3rem);
  top: 1.5rem;
  left: calc(50% + 1.5rem);
  border-top: 4px solid #0C0E12;
  opacity: 0.3;
}
@media (max-width: 720px) {
  .stepper__list__item:after {
    width: 0px;
    top: 2.4rem;
    left: 0.75rem;
    border-right: 2px solid #0C0E12;
    height: 100%;
  }
}
.stepper__list__item--done {
  color: #0C0E12;
}
.stepper__list__item--done:after {
  opacity: 1;
}
.stepper__list__item--done > i {
  font-size: 3rem;
  position: absolute;
}
@media (max-width: 720px) {
  .stepper__list__item--done > i {
    font-size: 1.5rem;
    position: relative;
  }
}
.stepper__list__item--done > i::before {
  content: "\e9f5";
}
.stepper__list__item--done > i > i {
  font-size: 1rem;
  color: #EAFC88;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 720px) {
  .stepper__list__item--done > i > i {
    font-size: 0.5rem;
  }
}
.stepper__list__item--done > i > i::before {
  content: "\e9de";
}
.stepper__list__item--current > i {
  font-size: 3rem;
  position: absolute;
}
@media (max-width: 720px) {
  .stepper__list__item--current > i {
    font-size: 1.5rem;
    position: relative;
  }
}
.stepper__list__item--current > i::before {
  content: "\e9f5";
}
.stepper__list__item--current > i > i {
  font-size: 1rem;
  color: #F9FAFB;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 720px) {
  .stepper__list__item--current > i > i {
    font-size: 0.5rem;
  }
}
.stepper__list__item--current > i > i::before {
  content: "\e9f5";
}
.stepper__list__item:last-of-type:after {
  display: none;
}
.stepper__list__item--pending {
  color: #FFFFFF;
}
.stepper__list__item--pending > i {
  font-size: 3rem;
  position: absolute;
}
@media (max-width: 720px) {
  .stepper__list__item--pending > i {
    font-size: 1.5rem;
    position: relative;
  }
}
.stepper__list__item--pending > i::before {
  content: "\e9f5";
}
.stepper__list__item--pending > i > i {
  font-size: 1rem;
  color: #0C0E12;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 720px) {
  .stepper__list__item--pending > i > i {
    font-size: 0.5rem;
  }
}
.stepper__list__item--pending > i > i::before {
  content: "\e9f5";
}
.stepper__list__title {
  color: #0C0E12;
  position: relative;
  font-size: 0.9rem;
  word-break: break-word;
  top: calc(100% - 0.9rem);
}
@media (max-width: 720px) {
  .stepper__list__title {
    font-size: 0.72rem;
    margin: 0.75rem;
  }
}
.stepper__list__title span {
  font-size: 0.81rem;
}

/*
 * Switch | Toggle
*/
.switcher {
  --bs-switch-width: 150px;
  --bs-switch-color: var(--bs-dark);
  --bs-switch-background: var(--bs-brand);
  text-align: center;
  width: fit-content;
  margin: auto;
  line-height: 1;
}
.switcher.switcher-dark {
  --bs-switch-color: var(--bs-white);
  --bs-switch-background: var(--bs-dark);
}
.switcher.column-layout .fieldset {
  display: grid;
  grid-template-columns: 1fr;
}
.switcher.column-layout label {
  width: 100%;
  display: block;
}
.switcher.column-layout .switch {
  transition: all 0.3s;
  height: auto;
}
.switcher .fieldset {
  display: inline-block;
  position: relative;
  padding: 8px;
  border: 1px solid var(--bs-gray-gray-200);
  border-radius: 2.5rem;
  background-color: #F5F5F5;
}
.switcher input[type=radio] {
  position: absolute;
  opacity: 0;
}
.switcher label {
  position: relative;
  z-index: 1;
  display: inline-block;
  float: left;
  width: var(--bs-switch-width);
  min-height: 3rem;
  line-height: 3rem;
  cursor: pointer;
  color: rgba(var(--bs-tertiary-rgb), var(--bs-text-opacity, 1));
  text-decoration: none;
  font-weight: bold;
  user-select: none;
  border-radius: 50rem;
  transition: color 0.3s ease;
}
.switcher input[type=radio]:checked + label {
  color: var(--bs-switch-color);
  text-decoration: none;
}
.switcher .switch {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 0;
  background-color: var(--bs-switch-background);
  border-radius: 1.5rem;
  transition: transform 0.3s;
  box-shadow: var(--bs-box-shadow-sm) !important;
  transition: all 0.2s ease;
  height: auto;
  min-height: 2.25rem;
}
.switcher.column-layout .switch {
  height: auto;
  transform: translateY(calc(100% * var(--bs-switch-options)));
}
.switcher.loading .switch {
  background-color: var(--bs-gray);
  color: white;
  z-index: 1;
  font-size: 1.5em;
}
.switcher.loading .switch:before {
  font-family: "untitledui" !important;
  display: block;
  content: "\ebcb";
  -webkit-animation: ui-spin 1s steps(8) infinite;
  animation: ui-spin 1s steps(8) infinite;
}

/**
 * Responsive Widths
*/
@media (min-width: 1024px) {
  .width-xxs {
    max-width: 16rem !important;
  }
}
@media (min-width: 1280px) {
  .width-xxs {
    max-width: 20rem !important;
  }
}
@media (min-width: 1024px) {
  .width-xs {
    max-width: 19.2rem !important;
  }
}
@media (min-width: 1280px) {
  .width-xs {
    max-width: 24rem !important;
  }
}
@media (min-width: 1024px) {
  .width-sm {
    max-width: 24rem !important;
  }
}
@media (min-width: 1280px) {
  .width-sm {
    max-width: 30rem !important;
  }
}
@media (min-width: 1024px) {
  .width-md {
    max-width: 28.8rem !important;
  }
}
@media (min-width: 1280px) {
  .width-md {
    max-width: 36rem !important;
  }
}
@media (min-width: 1024px) {
  .width-lg {
    max-width: 32rem !important;
  }
}
@media (min-width: 1280px) {
  .width-lg {
    max-width: 40rem !important;
  }
}
@media (min-width: 1024px) {
  .width-xl {
    max-width: 38.4rem !important;
  }
}
@media (min-width: 1280px) {
  .width-xl {
    max-width: 48rem !important;
  }
}
@media (min-width: 1024px) {
  .width-2xl {
    max-width: 51.2rem !important;
  }
}
@media (min-width: 1280px) {
  .width-2xl {
    max-width: 64rem !important;
  }
}
@media (min-width: 1024px) {
  .width-3xl {
    max-width: 64rem !important;
  }
}
@media (min-width: 1280px) {
  .width-3xl {
    max-width: 80rem !important;
  }
}
@media (min-width: 1024px) {
  .width-4xl {
    max-width: 72rem !important;
  }
}
@media (min-width: 1280px) {
  .width-4xl {
    max-width: 90rem !important;
  }
}
@media (min-width: 1024px) {
  .width-5xl {
    max-width: 80rem !important;
  }
}
@media (min-width: 1280px) {
  .width-5xl {
    max-width: 100rem !important;
  }
}
@media (min-width: 1024px) {
  .width-6xl {
    max-width: 96rem !important;
  }
}
@media (min-width: 1280px) {
  .width-6xl {
    max-width: 120rem !important;
  }
}
/*
 * Order table custom css
*/
#order-summary-table.card {
  --bs-card-border-radius: 1rem;
}
#order-summary-table.card .table tbody tr:first-child td {
  background-color: rgba(var(--bs-emphasis-color-rgb), 0.05);
}

.custom-accordian .accordion-item,
.custom-accordian-right .accordion-item {
  border: none;
  background-color: transparent;
}
.custom-accordian .accordion-item:has([aria-expanded=true]),
.custom-accordian-right .accordion-item:has([aria-expanded=true]) {
  outline: 1px solid var(--bs-accordion-border-color);
  background-color: #FFFFFF;
  border-radius: 1.5rem !important;
  box-shadow: var(--bs-box-shadow-sm) !important;
}
.custom-accordian .accordion-body,
.custom-accordian-right .accordion-body {
  padding-top: 0;
  margin-left: var(--bs-accordion-btn-icon-width);
}
.custom-accordian .accordion-body p:last-child,
.custom-accordian-right .accordion-body p:last-child {
  margin: 0;
}
.custom-accordian .accordion-button,
.custom-accordian-right .accordion-button {
  box-shadow: none !important;
  background-color: transparent;
  border-radius: 1.5rem !important;
  font-weight: 600;
  opacity: 0.5;
}
.custom-accordian .accordion-button::after,
.custom-accordian-right .accordion-button::after {
  display: none;
}
.custom-accordian .accordion-button:focus,
.custom-accordian-right .accordion-button:focus {
  outline: 1px solid var(--bs-accordion-border-color);
}
.custom-accordian .accordion-button::before,
.custom-accordian-right .accordion-button::before {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  font-weight: 400;
  font-family: "untitledui";
  content: "\ec89";
  line-height: normal;
  opacity: 0.5;
  transition: all 0.2s ease-in;
}
.custom-accordian .accordion-button:not(.collapsed),
.custom-accordian-right .accordion-button:not(.collapsed) {
  opacity: 1;
}
.custom-accordian .accordion-button:not(.collapsed):focus,
.custom-accordian-right .accordion-button:not(.collapsed):focus {
  outline-width: 0;
}
.custom-accordian .accordion-button:not(.collapsed)::before,
.custom-accordian-right .accordion-button:not(.collapsed)::before {
  content: "\ec2b";
  opacity: 1;
}

.custom-accordian-right .accordion-body {
  padding-top: 0;
  margin-left: 0;
  margin-right: var(--bs-accordion-btn-icon-width);
}
.custom-accordian-right .accordion-body p:last-child {
  margin: 0;
}
.custom-accordian-right .accordion-button::before {
  order: 1;
  margin-left: auto;
}

.custom-accordian-shadow-none .accordion-item:has([aria-expanded=true]) {
  box-shadow: 0 0 0 0 !important;
}

.policies .custom-accordian .accordion-item,
.policies .custom-accordian-right .accordion-item {
  background-color: transparent;
  outline: 0px solid transparent;
  box-shadow: 0 0 0 0 !important;
}
.policies .custom-accordian .accordion-item:has([aria-expanded=true]),
.policies .custom-accordian-right .accordion-item:has([aria-expanded=true]) {
  background-color: transparent;
}
.policies .custom-accordian .accordion-button,
.policies .custom-accordian-right .accordion-button {
  background-color: #FFFFFF;
  opacity: 1;
}
.policies .custom-accordian .accordion-button:is(.collapsed),
.policies .custom-accordian-right .accordion-button:is(.collapsed) {
  background-color: transparent;
  opacity: 1;
}

.accordion-chevron .accordion-button::before {
  content: "\e9ea";
}
.accordion-chevron .accordion-button:not(.collapsed)::before {
  content: "\e9f2";
}

.search-result {
  top: 100%;
  position: absolute;
  width: 100%;
  border: 1px solid #E9EAEB;
  background-color: var(--bs-white);
  z-index: 2;
  border-radius: 1.5rem !important;
  margin-top: 0.5rem;
  padding: 2px;
  display: none;
}
.search-result:has(.autocomplete-suggestion) {
  display: block;
}
.search-result .btn {
  width: 100%;
  text-align: left;
  transition: background-color 0.2s ease;
}
.search-result .btn:hover {
  background-color: var(--bs-brand) !important;
}

.sq-input.input-group button {
  position: absolute !important;
  top: 50%;
  right: 0 !important;
  transform: translate(-0.5rem, -50%);
}

#product-container .owl-carousel .card-body, #product-container .owl-carousel .card-header {
  padding: 2rem;
}
@media (max-width: 1023.98px) {
  #product-container .owl-carousel .card-body, #product-container .owl-carousel .card-header {
    padding: 1.25rem;
  }
}
@media screen and (max-width: 320px) {
  #product-container .owl-carousel .card-body, #product-container .owl-carousel .card-header {
    padding: 0.5rem;
  }
}

.modal > *:has(#manual-address:not([style*="display: none"])) {
  --bs-modal-width: 800px;
}

@media (max-width: 600px) {
  .resources-footer {
    margin-top: -40px;
  }
  .rounded-bl-sm {
    border-bottom-left-radius: 1.5rem !important;
  }
}
input::placeholder {
  color: var(--bs-gray-gray-400) !important;
}

#quick-action a .card:hover {
  background-color: #F3FDB8 !important;
}

.hover-bg:hover {
  background: linear-gradient(to bottom, #F3FDB8, #F7FECF) !important;
}

#news-media a:hover {
  text-decoration: underline !important;
  text-decoration-thickness: 2px !important;
}

.help-block {
  color: #FD4444;
}
.help-block.form-check {
  padding: 0;
  padding-left: 2.25em;
  min-height: 1px;
}
.help-block.form-check:hover {
  box-shadow: none !important;
}

.nav-pills {
  --bs-nav-tabs-link-bg: var(--bs-gray-gray-200);
}
.nav-pills .nav-link {
  background-color: var(--bs-nav-tabs-link-bg);
  border: 1px solid var(--bs-gray-gray-200);
}
.nav-pills .nav-link:hover {
  background-color: var(--bs-nav-tabs-link-bg) !important;
}
.nav-pills .nav-link:hover span {
  color: var(--bs-gray-gray-500);
}
.nav-pills .nav-link:hover.active {
  background-color: var(--bs-nav-pills-link-active-bg) !important;
  color: var(--bs-nav-pills-link-active-color) !important;
}
.nav-pills .nav-link:hover.active span {
  color: var(--bs-gray-gray-200);
}

/* multiple-address-wrapper height */
#multi-address-wrap {
  height: auto;
  max-height: 40vh;
  overflow-y: auto;
}

/* disabled category */
:root {
  --bs-disabled-ctg: 12, 14, 18;
}

.disabled-ctg * {
  color: rgba(var(--bs-disabled-ctg), 0.45) !important;
}
.disabled-ctg [class*=bg-] {
  --bs-bg-opacity: 0.5;
}
.disabled-ctg .ui .path1::before {
  color: rgba(var(--bs-dark-rgb), 0.25);
}
.disabled-ctg .ui::before {
  color: rgba(var(--bs-disabled-ctg), 0.5);
}
.disabled-ctg .btn:is([class*=btn-]) {
  cursor: not-allowed;
  --bs-btn-color: #000000;
  --bs-btn-bg: rgba(var(--bs-disabled-ctg), 0.25);
  --bs-btn-border-color: rgba(var(--bs-disabled-ctg), 0.25);
  --bs-btn-hover-color: rgba(var(--bs-disabled-ctg), 0.25) !important;
  --bs-btn-hover-bg: rgba(var(--bs-disabled-ctg), 0.45) !important;
  --bs-btn-hover-border-color: rgba(var(--bs-disabled-ctg), 0.45) !important;
  --bs-btn-focus-shadow-rgb: 199, 214, 116;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: rgba(var(--bs-disabled-ctg), 0.25);
  --bs-btn-active-border-color: rgba(var(--bs-disabled-ctg), 0.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.disabled-ctg:checked ~ .switch {
  background: rgba(var(--bs-disabled-ctg), 0.5);
}

/* datepicker (bootstrap-datepicker) */
.datepicker {
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 4px 8px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  /* Header styles */
  /* Navigation buttons */
}
.datepicker .custom-footer {
  padding: 10px;
  text-align: right;
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.datepicker::before {
  display: none;
}
.datepicker::after {
  display: none;
}
.datepicker .datepicker-days .datepicker-switch {
  font-weight: normal;
  text-align: center;
  background-color: transparent;
  color: black;
  padding: 10px 0;
}
.datepicker .prev, .datepicker .next {
  color: black;
  font-size: 18px;
  padding: 5px;
}
.datepicker table tr td, .datepicker table tr th {
  text-align: center;
  padding: 8px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.datepicker table tr .btn {
  padding: 0.5em 1em;
}
.datepicker table tr td.today {
  background-color: transparent !important;
  background-image: none !important;
  border: 0px solid var(--bs-brand) !important;
  color: #000 !important;
  position: relative;
}
.datepicker table tr td.today::before {
  font-family: "untitledui" !important;
  display: inline-block;
  content: "\e9f5";
  color: var(--bs-moss-bg-subtle);
  position: absolute;
  left: 50%;
  bottom: 15%;
  font-size: 0.35em;
  transform: translateX(-50%);
}
.datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled.disabled {
  color: #999 !important;
}
.datepicker table tr td.active {
  background-color: var(--bs-brand) !important;
  background-image: none !important;
  border: 1px solid var(--bs-brand) !important;
  color: #000 !important;
}
.datepicker table tr td:hover {
  background-color: #f0f8ff;
  cursor: pointer;
}
.datepicker .datepicker-buttons button {
  background-color: #d4ff88;
  border: none;
  border-radius: 5px;
  color: black;
  padding: 5px 15px;
  font-weight: bold;
  cursor: pointer;
}
.datepicker .datepicker-buttons button:hover {
  background-color: #c2e76e;
}

/* card hover & active style */
.card-hover-brand:hover, .card-hover-brand.card-active {
  background: linear-gradient(to top, #F7FECF, #EAFC88);
}
.card-hover-brand:hover button, .card-hover-brand:hover a, .card-hover-brand.card-active button, .card-hover-brand.card-active a {
  background-color: #FFFFFF;
  color: #000000;
  border: #CECFD2 solid 1px;
}

.tooltip-inner img, #show_tooltip img {
  display: block !important;
  margin: 0 auto !important;
}

.tooltip-inner a {
  color: #fff !important;
  text-decoration: none !important;
}

.outer-circle {
  width: 110px;
  height: 110px;
}

.middle-circle {
  width: 80px;
  height: 80px;
}

.inner-circle {
  width: 40px;
  height: 40px;
}

.bg-brand-20 {
  background-color: #FBFEE7 !important;
}

.rounded-start-top {
  /* For desktop */
  /* For mobile */
}
@media (min-width: 768px) {
  .rounded-start-top {
    border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
    border-top-left-radius: var(--bs-border-radius-xxl) !important;
  }
}
@media (max-width: 767px) {
  .rounded-start-top {
    border-top-left-radius: var(--bs-border-radius-xxl) !important;
    border-top-right-radius: var(--bs-border-radius-xxl) !important;
  }
}

.small-change-big-change-yt {
  /* For mobile */
}
@media (max-width: 767px) {
  .small-change-big-change-yt {
    width: 100% !important;
    height: 315px !important;
  }
}

.rounded-top-left-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-left-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.dropzone-wrapper {
  min-height: 126px;
}

.dropzone,
.dropzone:focus {
  position: absolute;
  outline: none !important;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

/* HTML branch styles to be reviewed and removed if not needed */
.w-90 {
  width: 90% !important;
}

.fs-60 {
  font-size: 60px;
}

div:has(> .product-thumbnail) {
  height: 18rem;
  height: clamp(12rem, 50vw, 18rem);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.product-thumbnail {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  display: block !important;
}

.chat iframe {
  bottom: 0px !important;
  transition: bottom 0.3s ease;
}

body.cart-visible .chat iframe {
  bottom: 88px !important;
}

.tk-inter-variable {
  font-family: "inter-variable", sans-serif !important;
}

.tk-hoss-round {
  font-family: "hoss-round", sans-serif !important;
}

::selection {
  background-color: #EAFC88;
  color: #000000;
}/*# sourceMappingURL=styles.css.map */