/*!************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/choices.js/public/assets/styles/choices.css ***!
  \************************************************************************************************************/
/* ===============================
=            Choices            =
=============================== */
.choices {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  font-size: 16px;
}
.choices:focus {
  outline: none;
}
.choices:last-child {
  margin-bottom: 0;
}
.choices.is-open {
  overflow: visible;
}
.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
          user-select: none;
}
.choices.is-disabled .choices__item {
  cursor: not-allowed;
}
.choices [hidden] {
  display: none !important;
}

.choices[data-type*=select-one] {
  cursor: pointer;
}
.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 7.5px;
}
.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  margin: 0;
}
.choices[data-type*=select-one] .choices__button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: 0.25;
}
.choices[data-type*=select-one] .choices__button:hover, .choices[data-type*=select-one] .choices__button:focus {
  opacity: 1;
}
.choices[data-type*=select-one] .choices__button:focus {
  box-shadow: 0 0 0 2px #005F75;
}
.choices[data-type*=select-one] .choices__item[data-placeholder] .choices__button {
  display: none;
}
.choices[data-type*=select-one]::after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}
.choices[data-type*=select-one].is-open::after {
  border-color: transparent transparent #333;
  margin-top: -7.5px;
}
.choices[data-type*=select-one][dir=rtl]::after {
  left: 11.5px;
  right: auto;
}
.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}

.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
  cursor: text;
}
.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-left: 16px;
  border-left: 1px solid #003642;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
  border-radius: 0;
}
.choices[data-type*=select-multiple] .choices__button:hover, .choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus {
  opacity: 1;
}

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #ddd;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden;
}
.is-focused .choices__inner, .is-open .choices__inner {
  border-color: #b7b7b7;
}
.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}
.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%;
}
[dir=rtl] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}
.choices__list--single .choices__item {
  width: 100%;
}

.choices__list--multiple {
  display: inline;
}
.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #005F75;
  border: 1px solid #004a5c;
  color: #fff;
  word-break: break-all;
  box-sizing: border-box;
}
.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}
[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}
.choices__list--multiple .choices__item.is-highlighted {
  background-color: #004a5c;
  border: 1px solid #003642;
}
.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaaaaa;
  border: 1px solid #919191;
}

.choices__list--dropdown, .choices__list[aria-expanded] {
  display: none;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
}
.is-active.choices__list--dropdown, .is-active.choices__list[aria-expanded] {
  display: block;
}
.is-open .choices__list--dropdown, .is-open .choices__list[aria-expanded] {
  border-color: #b7b7b7;
}
.is-flipped .choices__list--dropdown, .is-flipped .choices__list[aria-expanded] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 0.25rem 0.25rem 0 0;
}
.choices__list--dropdown .choices__list, .choices__list[aria-expanded] .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}
.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px;
}
[dir=rtl] .choices__list--dropdown .choices__item, [dir=rtl] .choices__list[aria-expanded] .choices__item {
  text-align: right;
}
@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable[data-select-text], .choices__list[aria-expanded] .choices__item--selectable[data-select-text] {
    padding-right: 100px;
  }
  .choices__list--dropdown .choices__item--selectable[data-select-text]::after, .choices__list[aria-expanded] .choices__item--selectable[data-select-text]::after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable[data-select-text], [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable[data-select-text] {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable[data-select-text]::after, [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable[data-select-text]::after {
    right: auto;
    left: 10px;
  }
}
.choices__list--dropdown .choices__item--selectable.is-highlighted, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted::after, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
  opacity: 0.5;
}

.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
          user-select: none;
  opacity: 0.5;
}

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray;
}

.choices__button {
  text-indent: -9999px;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.choices__button:focus {
  outline: none;
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}
.choices__input:focus {
  outline: 0;
}
.choices__input::-webkit-search-decoration, .choices__input::-webkit-search-cancel-button, .choices__input::-webkit-search-results-button, .choices__input::-webkit-search-results-decoration {
  display: none;
}
.choices__input::-ms-clear, .choices__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
[dir=rtl] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}

.choices__placeholder {
  opacity: 0.5;
}

/* =====  End of Choices  ====== */

/*!******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-3.use[2]!./frontend/sass/main.sass ***!
  \******************************************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: "Mont";
  src: local("Mont Regular"), local("Mont-Regular"), url(../../../f605230bde20ba994934.woff2) format("woff2"), url(../../../4d93d94d9e314d8b7b29.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mont";
  src: local("Mont SemiBold"), local("Mont-SemiBold"), url(../../../8b072fd959b2392e3549.woff2) format("woff2"), url(../../../b9cd1a25fdd86cd708a7.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mont";
  src: local("Mont Bold"), local("Mont-Bold"), url(../../../67c1878224862fc1cae1.woff2) format("woff2"), url(../../../2a6c415ae0d5393d8bd9.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto"), local("Roboto-Regular"), url(../../../7a7c444704705c099301.woff2) format("woff2"), url(../../../cd3e8e3d0b2d3062fab2.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto Bold"), local("Roboto-Bold"), url(../../../b180de2a985ea0c3b015.woff2) format("woff2"), url(../../../bfc9f0a0a881fcb348a3.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto Medium"), local("Roboto-Medium"), url(../../../9b4fc2d3fe303896a6af.woff2) format("woff2"), url(../../../8221c0c9796803c1a242.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.svg-image-x2, .svg-image-x, .svg-image-wallet, .svg-image-vk, .svg-image-tik-tok, .svg-image-tickets, .svg-image-threads, .svg-image-telegram, .svg-image-sorting, .svg-image-social, .svg-image-sign-out, .svg-image-shopping-cart, .svg-image-share, .svg-image-send, .svg-image-security, .svg-image-search, .svg-image-reddit, .svg-image-question2, .svg-image-question, .svg-image-proxy, .svg-image-profile3, .svg-image-profile2, .svg-image-profile, .svg-image-price, .svg-image-pay-bitcoin, .svg-image-ok, .svg-image-notifications, .svg-image-mail3, .svg-image-mail2, .svg-image-mail, .svg-image-linkedin, .svg-image-instagram, .svg-image-info, .svg-image-gmail, .svg-image-game, .svg-image-file, .svg-image-favorite, .svg-image-faq, .svg-image-facebook, .svg-image-eye-disabled, .svg-image-eye, .svg-image-download, .svg-image-double-check, .svg-image-done, .svg-image-delete, .svg-image-close, .svg-image-check, .svg-image-category, .svg-image-cart, .svg-image-c-zohomail, .svg-image-c-yelp, .svg-image-c-yandex, .svg-image-c-x, .svg-image-c-vk, .svg-image-c-twitch, .svg-image-c-tik-tok, .svg-image-c-threads, .svg-image-c-telegram, .svg-image-c-steam, .svg-image-c-stackoverflow, .svg-image-c-social, .svg-image-c-snapchat, .svg-image-c-reddit, .svg-image-c-quora, .svg-image-c-protonmail, .svg-image-c-playstation, .svg-image-c-outlook, .svg-image-c-onetpl, .svg-image-c-ok, .svg-image-c-mastodon, .svg-image-c-mailru, .svg-image-c-linkedin, .svg-image-c-instagram, .svg-image-c-gmx, .svg-image-c-gmail, .svg-image-c-github, .svg-image-c-genshin-impact, .svg-image-c-game, .svg-image-c-facebook, .svg-image-c-etsy, .svg-image-c-epicgames, .svg-image-c-email, .svg-image-c-discord, .svg-image-c-clashofclans, .svg-image-c-chatgpt, .svg-image-c-brawlstars, .svg-image-c-blackdesertmobile, .svg-image-c-arrows, .svg-image-c-aol, .svg-image-burger, .svg-image-back, .svg-image-attach, .svg-image-arrow-top, .svg-image-arrow-right, .svg-image-arrow-left, .svg-image-arrow-down, .svg-image-affiliate-filled, .svg-image-affiliate {
  background: url(../../../1be7c114b4ec90b4e1cc.svg) no-repeat;
}

.svg-image-affiliate {
  background-position: 33.5064935065% 17.2804532578%;
  background-size: 1850% auto;
  width: 22px;
}

.svg-image-affiliate:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 104.5454545455%;
}

.svg-image-affiliate-dims {
  width: 22px;
  height: 23px;
}

.svg-image-affiliate-filled {
  background-position: 26.5625% 24.9291784703%;
  background-size: 1769.5652173913% auto;
  width: 23px;
}

.svg-image-affiliate-filled:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%;
}

.svg-image-affiliate-filled-dims {
  width: 23px;
  height: 23px;
}

.svg-image-arrow-down {
  background-position: 97.9695431472% 82.0652173913%;
  background-size: 3130.7692307692% auto;
  width: 13px;
}

.svg-image-arrow-down:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 61.5384615385%;
}

.svg-image-arrow-down-dims {
  width: 13px;
  height: 8px;
}

.svg-image-arrow-left {
  background-position: 9.4387755102% 93.9058171745%;
  background-size: 2713.3333333333% auto;
  width: 15px;
}

.svg-image-arrow-left:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%;
}

.svg-image-arrow-left-dims {
  width: 15px;
  height: 15px;
}

.svg-image-arrow-right {
  background-position: 98.7405541562% 88.0222841226%;
  background-size: 4070% auto;
  width: 10px;
}

.svg-image-arrow-right:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 170%;
}

.svg-image-arrow-right-dims {
  width: 10px;
  height: 17px;
}

.svg-image-arrow-top {
  background-position: 20.5063291139% 93.1318681319%;
  background-size: 3391.6666666667% auto;
  width: 12px;
}

.svg-image-arrow-top:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%;
}

.svg-image-arrow-top-dims {
  width: 12px;
  height: 12px;
}

.svg-image-attach {
  background-position: 98.4732824427% 71.6292134831%;
  background-size: 2907.1428571429% auto;
  width: 14px;
}

.svg-image-attach:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 142.8571428571%;
}

.svg-image-attach-dims {
  width: 14px;
  height: 20px;
}

.svg-image-back {
  background-position: 17.048346056% 93.6464088398%;
  background-size: 2907.1428571429% auto;
  width: 14px;
}

.svg-image-back:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%;
}

.svg-image-back-dims {
  width: 14px;
  height: 14px;
}

.svg-image-burger {
  background-position: 26.8421052632% 17.4785100287%;
  background-size: 1507.4074074074% auto;
  width: 27px;
}

.svg-image-burger:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%;
}

.svg-image-burger-dims {
  width: 27px;
  height: 27px;
}

.svg-image-c-aol {
  background-position: 14.0449438202% 0;
  background-size: 798.0392156863% auto;
  width: 51px;
}

.svg-image-c-aol:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%;
}

.svg-image-c-aol-dims {
  width: 51px;
  height: 51px;
}

.svg-image-c-arrows {
  background-position: 28.3707865169% 0;
  background-size: 798.0392156863% auto;
  width: 51px;
}

.svg-image-c-arrows:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%;
}

.svg-image-c-arrows-dims {
  width: 51px;
  height: 51px;
}

.svg-image-c-blackdesertmobile {
  background-position: 0 18.7692307692%;
  background-size: 798.0392156863% auto;
  width: 51px;
}

.svg-image-c-blackdesertmobile:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%;
}

.svg-image-c-blackdesertmobile-dims {
  width: 51px;
  height: 51px;
}

.svg-image-c-brawlstars {
  background-position: 14.3258426966% 18.7692307692%;
  background-size: 798.0392156863% auto;
  width: 51px;
}

.svg-image-c-brawlstars:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%;
}

.svg-image-c-brawlstars-dims {
  width: 51px;
  height: 51px;
}

.svg-image-c-chatgpt {
  background-position: 42.6966292135% 0;
  background-size: 798.0392156863% auto;
  width: 51px;
}

.svg-image-c-chatgpt:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%;
}

.svg-image-c-chatgpt-dims {
  width: 51px;
  height: 51px;
}

.svg-image-c-clashofclans {
  background-position: 42.6966292135% 15.6923076923%;
  background-size: 798.0392156863% auto;
  width: 51px;
}

.svg-image-c-clashofclans:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%;
}

.svg-image-c-clashofclans-dims {
  width: 51px;
  height: 51px;
}

.svg-image-c-discord {
  background-position: 0 34.4615384615%;
  background-size: 798.0392156863% auto;
  width: 51px;
}

.svg-image-c-discord:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%;
}

.svg-image-c-discord-dims {
  width: 51px;
  height: 51px;
}

.svg-image-c-email {
  background-position: 14.3258426966% 34.4615384615%;
  background-size: 798.0392156863% auto;
  width: 51px;
}

.svg-image-c-email:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%;
}

.svg-image-c-email-dims {
  width: 51px;
  height: 51px;
}

.svg-image-c-epicgames {
  background-position: 28.6516853933% 34.4615384615%;
  background-size: 798.0392156863% auto;
  width: 51px;
}

.svg-image-c-epicgames:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%;
}

.svg-image-c-epicgames-dims {
  width: 51px;
  height: 51px;
}

.svg-image-c-etsy {
  background-position: 57.0224719101% 0;
  background-size: 798.0392156863% auto;
  width: 51px;
}

.svg-image-c-etsy:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%;
}

.svg-image-c-etsy-dims {
  width: 51px;
  height: 51px;
}

.svg-image-c-facebook {
  background-position: 57.0224719101% 15.6441717791%;
  background-size: 798.0392156863% auto;
  width: 51px;
}

.svg-image-c-facebook:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 98.0392156863%;
}

.svg-image-c-facebook-dims {
  width: 51px;
  height: 50px;
}

.svg-image-c-game {
  background-position: 57.0224719101% 31.0769230769%;
  background-size: 798.0392156863% auto;
  width: 51px;
}

.svg-image-c-game:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%;
}

.svg-image-c-game-dims {
  width: 51px;
  height: 51px;
}

.svg-image-c-genshin-impact {
  background-position: 0 50.1538461538%;
  background-size: 798.0392156863% auto;
  width: 51px;
}

.svg-image-c-genshin-impact:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%;
}

.svg-image-c-genshin-impact-dims {
  width: 51px;
  height: 51px;
}

.svg-image-c-github {
  background-position: 14.3258426966% 50.1538461538%;
  background-size: 798.0392156863% auto;
  width: 51px;
}

.svg-image-c-github:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%;
}

.svg-image-c-github-dims {
  width: 51px;
  height: 51px;
}

.svg-image-c-gmail {
  background-position: 28.6516853933% 50%;
  background-size: 798.0392156863% auto;
  width: 51px;
}

.svg-image-c-gmail:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 98.0392156863%;
}

.svg-image-c-gmail-dims {
  width: 51px;
  height: 50px;
}

.svg-image-c-gmx {
  background-position: 71.3483146067% 0;
  background-size: 798.0392156863% auto;
  width: 51px;
}

.svg-image-c-gmx:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%;
}

.svg-image-c-gmx-dims {
  width: 51px;
  height: 51px;
}

.svg-image-c-instagram {
  background-position: 71.3483146067% 15.6441717791%;
  background-size: 798.0392156863% auto;
  width: 51px;
}

.svg-image-c-instagram:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 98.0392156863%;
}

.svg-image-c-instagram-dims {
  width: 51px;
  height: 50px;
}

.svg-image-c-linkedin {
  background-position: 71.1484593838% 31.0769230769%;
  background-size: 814% auto;
  width: 50px;
}

.svg-image-c-linkedin:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 102%;
}

.svg-image-c-linkedin-dims {
  width: 50px;
  height: 51px;
}

.svg-image-c-mailru {
  background-position: 71.3483146067% 46.7692307692%;
  background-size: 798.0392156863% auto;
  width: 51px;
}

.svg-image-c-mailru:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%;
}

.svg-image-c-mailru-dims {
  width: 51px;
  height: 51px;
}

.svg-image-c-mastodon {
  background-position: 0 65.8461538462%;
  background-size: 798.0392156863% auto;
  width: 51px;
}

.svg-image-c-mastodon:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%;
}

.svg-image-c-mastodon-dims {
  width: 51px;
  height: 51px;
}

.svg-image-c-ok {
  background-position: 42.9775280899% 50%;
  background-size: 798.0392156863% auto;
  width: 51px;
}

.svg-image-c-ok:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 98.0392156863%;
}

.svg-image-c-ok-dims {
  width: 51px;
  height: 50px;
}

.svg-image-c-onetpl {
  background-position: 14.3258426966% 65.8461538462%;
  background-size: 798.0392156863% auto;
  width: 51px;
}

.svg-image-c-onetpl:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%;
}

.svg-image-c-onetpl-dims {
  width: 51px;
  height: 51px;
}

.svg-image-c-outlook {
  background-position: 28.6516853933% 65.8461538462%;
  background-size: 798.0392156863% auto;
  width: 51px;
}

.svg-image-c-outlook:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%;
}

.svg-image-c-outlook-dims {
  width: 51px;
  height: 51px;
}

.svg-image-c-playstation {
  background-position: 42.9775280899% 65.8461538462%;
  background-size: 798.0392156863% auto;
  width: 51px;
}

.svg-image-c-playstation:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%;
}

.svg-image-c-playstation-dims {
  width: 51px;
  height: 51px;
}

.svg-image-c-protonmail {
  background-position: 57.3033707865% 65.8461538462%;
  background-size: 798.0392156863% auto;
  width: 51px;
}

.svg-image-c-protonmail:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%;
}

.svg-image-c-protonmail-dims {
  width: 51px;
  height: 51px;
}

.svg-image-c-quora {
  background-position: 85.6741573034% 0;
  background-size: 798.0392156863% auto;
  width: 51px;
}

.svg-image-c-quora:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%;
}

.svg-image-c-quora-dims {
  width: 51px;
  height: 51px;
}

.svg-image-c-reddit {
  background-position: 85.6741573034% 15.6923076923%;
  background-size: 798.0392156863% auto;
  width: 51px;
}

.svg-image-c-reddit:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%;
}

.svg-image-c-reddit-dims {
  width: 51px;
  height: 51px;
}

.svg-image-c-snapchat {
  background-position: 85.6741573034% 31.3846153846%;
  background-size: 798.0392156863% auto;
  width: 51px;
}

.svg-image-c-snapchat:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%;
}

.svg-image-c-snapchat-dims {
  width: 51px;
  height: 51px;
}

.svg-image-c-social {
  background-position: 85.6741573034% 46.9325153374%;
  background-size: 798.0392156863% auto;
  width: 51px;
}

.svg-image-c-social:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 98.0392156863%;
}

.svg-image-c-social-dims {
  width: 51px;
  height: 50px;
}

.svg-image-c-stackoverflow {
  background-position: 85.6741573034% 62.4615384615%;
  background-size: 798.0392156863% auto;
  width: 51px;
}

.svg-image-c-stackoverflow:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%;
}

.svg-image-c-stackoverflow-dims {
  width: 51px;
  height: 51px;
}

.svg-image-c-steam {
  background-position: 0 81.5384615385%;
  background-size: 798.0392156863% auto;
  width: 51px;
}

.svg-image-c-steam:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%;
}

.svg-image-c-steam-dims {
  width: 51px;
  height: 51px;
}

.svg-image-c-telegram {
  background-position: 14.3258426966% 81.5384615385%;
  background-size: 798.0392156863% auto;
  width: 51px;
}

.svg-image-c-telegram:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%;
}

.svg-image-c-telegram-dims {
  width: 51px;
  height: 51px;
}

.svg-image-c-threads {
  background-position: 28.6516853933% 81.5384615385%;
  background-size: 798.0392156863% auto;
  width: 51px;
}

.svg-image-c-threads:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%;
}

.svg-image-c-threads-dims {
  width: 51px;
  height: 51px;
}

.svg-image-c-tik-tok {
  background-position: 42.9775280899% 81.5384615385%;
  background-size: 798.0392156863% auto;
  width: 51px;
}

.svg-image-c-tik-tok:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%;
}

.svg-image-c-tik-tok-dims {
  width: 51px;
  height: 51px;
}

.svg-image-c-twitch {
  background-position: 57.3033707865% 81.5384615385%;
  background-size: 798.0392156863% auto;
  width: 51px;
}

.svg-image-c-twitch:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%;
}

.svg-image-c-twitch-dims {
  width: 51px;
  height: 51px;
}

.svg-image-c-vk {
  background-position: 71.6292134831% 81.5384615385%;
  background-size: 798.0392156863% auto;
  width: 51px;
}

.svg-image-c-vk:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%;
}

.svg-image-c-vk-dims {
  width: 51px;
  height: 51px;
}

.svg-image-c-x {
  background-position: 100% 0;
  background-size: 798.0392156863% auto;
  width: 51px;
}

.svg-image-c-x:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%;
}

.svg-image-c-x-dims {
  width: 51px;
  height: 51px;
}

.svg-image-c-yandex {
  background-position: 100% 15.6923076923%;
  background-size: 798.0392156863% auto;
  width: 51px;
}

.svg-image-c-yandex:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%;
}

.svg-image-c-yandex-dims {
  width: 51px;
  height: 51px;
}

.svg-image-c-yelp {
  background-position: 100% 31.3846153846%;
  background-size: 798.0392156863% auto;
  width: 51px;
}

.svg-image-c-yelp:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%;
}

.svg-image-c-yelp-dims {
  width: 51px;
  height: 51px;
}

.svg-image-c-zohomail {
  background-position: 99.7198879552% 47.0769230769%;
  background-size: 814% auto;
  width: 50px;
}

.svg-image-c-zohomail:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 102%;
}

.svg-image-c-zohomail-dims {
  width: 50px;
  height: 51px;
}

.svg-image-cart {
  background-position: 94.4297082228% 81.2680115274%;
  background-size: 1356.6666666667% auto;
  width: 30px;
}

.svg-image-cart:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 96.6666666667%;
}

.svg-image-cart-dims {
  width: 30px;
  height: 29px;
}

.svg-image-category {
  background-position: 96.1439588689% 88.5154061625%;
  background-size: 2261.1111111111% auto;
  width: 18px;
}

.svg-image-category:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 105.5555555556%;
}

.svg-image-category-dims {
  width: 18px;
  height: 19px;
}

.svg-image-check {
  background-position: 0 94.6927374302%;
  background-size: 2142.1052631579% auto;
  width: 19px;
}

.svg-image-check:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 94.7368421053%;
}

.svg-image-check-dims {
  width: 19px;
  height: 18px;
}

.svg-image-close {
  background-position: 23.5443037975% 93.1318681319%;
  background-size: 3391.6666666667% auto;
  width: 12px;
}

.svg-image-close:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%;
}

.svg-image-close-dims {
  width: 12px;
  height: 12px;
}

.svg-image-delete {
  background-position: 13.2653061224% 93.6464088398%;
  background-size: 2713.3333333333% auto;
  width: 15px;
}

.svg-image-delete:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 93.3333333333%;
}

.svg-image-delete-dims {
  width: 15px;
  height: 14px;
}

.svg-image-done {
  background-position: 99.7198879552% 62.7692307692%;
  background-size: 814% auto;
  width: 50px;
}

.svg-image-done:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 102%;
}

.svg-image-done-dims {
  width: 50px;
  height: 51px;
}

.svg-image-double-check {
  background-position: 0 100%;
  background-size: 2142.1052631579% auto;
  width: 19px;
}

.svg-image-double-check:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%;
}

.svg-image-double-check-dims {
  width: 19px;
  height: 19px;
}

.svg-image-download {
  background-position: 99.7416020672% 79.2134831461%;
  background-size: 2035% auto;
  width: 20px;
}

.svg-image-download:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%;
}

.svg-image-download-dims {
  width: 20px;
  height: 20px;
}

.svg-image-eye {
  background-position: 62.8571428571% 89.2655367232%;
  background-size: 1850% auto;
  width: 22px;
}

.svg-image-eye:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%;
}

.svg-image-eye-dims {
  width: 22px;
  height: 22px;
}

.svg-image-eye-disabled {
  background-position: 32.5520833333% 24.8587570621%;
  background-size: 1769.5652173913% auto;
  width: 23px;
}

.svg-image-eye-disabled:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 95.652173913%;
}

.svg-image-eye-disabled-dims {
  width: 23px;
  height: 22px;
}

.svg-image-facebook {
  background-position: 46.4935064935% 31.7280453258%;
  background-size: 1850% auto;
  width: 22px;
}

.svg-image-facebook:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 104.5454545455%;
}

.svg-image-facebook-dims {
  width: 22px;
  height: 23px;
}

.svg-image-faq {
  background-position: 39.7402597403% 39.0934844193%;
  background-size: 1850% auto;
  width: 22px;
}

.svg-image-faq:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 104.5454545455%;
}

.svg-image-faq-dims {
  width: 22px;
  height: 23px;
}

.svg-image-favorite {
  background-position: 94.6808510638% 73.0659025788%;
  background-size: 1312.9032258065% auto;
  width: 31px;
}

.svg-image-favorite:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 87.0967741935%;
}

.svg-image-favorite-dims {
  width: 31px;
  height: 27px;
}

.svg-image-file {
  background-position: 0 0;
  background-size: 814% auto;
  width: 50px;
}

.svg-image-file:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 122%;
}

.svg-image-file-dims {
  width: 50px;
  height: 61px;
}

.svg-image-game {
  background-position: 45.4545454545% 39.0934844193%;
  background-size: 1850% auto;
  width: 22px;
}

.svg-image-game:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 104.5454545455%;
}

.svg-image-game-dims {
  width: 22px;
  height: 23px;
}

.svg-image-gmail {
  background-position: 59.7402597403% 46.1756373938%;
  background-size: 1850% auto;
  width: 22px;
}

.svg-image-gmail:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 104.5454545455%;
}

.svg-image-gmail-dims {
  width: 22px;
  height: 23px;
}

.svg-image-info {
  background-position: 4.8843187661% 100%;
  background-size: 2261.1111111111% auto;
  width: 18px;
}

.svg-image-info:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 105.5555555556%;
}

.svg-image-info-dims {
  width: 18px;
  height: 19px;
}

.svg-image-instagram {
  background-position: 52.987012987% 53.5410764873%;
  background-size: 1850% auto;
  width: 22px;
}

.svg-image-instagram:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 104.5454545455%;
}

.svg-image-instagram-dims {
  width: 22px;
  height: 23px;
}

.svg-image-linkedin {
  background-position: 58.7012987013% 53.5410764873%;
  background-size: 1850% auto;
  width: 22px;
}

.svg-image-linkedin:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 104.5454545455%;
}

.svg-image-linkedin-dims {
  width: 22px;
  height: 23px;
}

.svg-image-mail {
  background-position: 66.2337662338% 60.6232294618%;
  background-size: 1850% auto;
  width: 22px;
}

.svg-image-mail:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 104.5454545455%;
}

.svg-image-mail-dims {
  width: 22px;
  height: 23px;
}

.svg-image-mail2 {
  background-position: 68.5714285714% 89.2655367232%;
  background-size: 1850% auto;
  width: 22px;
}

.svg-image-mail2:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%;
}

.svg-image-mail2-dims {
  width: 22px;
  height: 22px;
}

.svg-image-mail3 {
  background-position: 74.2857142857% 89.2655367232%;
  background-size: 1850% auto;
  width: 22px;
}

.svg-image-mail3:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%;
}

.svg-image-mail3-dims {
  width: 22px;
  height: 22px;
}

.svg-image-notifications {
  background-position: 71.9480519481% 60.6232294618%;
  background-size: 1850% auto;
  width: 22px;
}

.svg-image-notifications:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 104.5454545455%;
}

.svg-image-notifications-dims {
  width: 22px;
  height: 23px;
}

.svg-image-ok {
  background-position: 66.2337662338% 67.1388101983%;
  background-size: 1850% auto;
  width: 22px;
}

.svg-image-ok:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 104.5454545455%;
}

.svg-image-ok-dims {
  width: 22px;
  height: 23px;
}

.svg-image-pay-bitcoin {
  background-position: 40.157480315% 32%;
  background-size: 1565.3846153846% auto;
  width: 26px;
}

.svg-image-pay-bitcoin:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%;
}

.svg-image-pay-bitcoin-dims {
  width: 26px;
  height: 26px;
}

.svg-image-price {
  background-position: 9.5360824742% 100%;
  background-size: 2142.1052631579% auto;
  width: 19px;
}

.svg-image-price:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%;
}

.svg-image-price-dims {
  width: 19px;
  height: 19px;
}

.svg-image-profile {
  background-position: 71.9480519481% 67.1388101983%;
  background-size: 1850% auto;
  width: 22px;
}

.svg-image-profile:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 104.5454545455%;
}

.svg-image-profile-dims {
  width: 22px;
  height: 23px;
}

.svg-image-profile2 {
  background-position: 80% 89.2655367232%;
  background-size: 1850% auto;
  width: 22px;
}

.svg-image-profile2:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%;
}

.svg-image-profile2-dims {
  width: 22px;
  height: 22px;
}

.svg-image-profile3 {
  background-position: 14.2493638677% 98.891966759%;
  background-size: 2907.1428571429% auto;
  width: 14px;
}

.svg-image-profile3:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 107.1428571429%;
}

.svg-image-profile3-dims {
  width: 14px;
  height: 15px;
}

.svg-image-proxy {
  background-position: 79.4805194805% 75.0708215297%;
  background-size: 1850% auto;
  width: 22px;
}

.svg-image-proxy:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 104.5454545455%;
}

.svg-image-proxy-dims {
  width: 22px;
  height: 23px;
}

.svg-image-question {
  background-position: 85.7142857143% 89.2655367232%;
  background-size: 1850% auto;
  width: 22px;
}

.svg-image-question:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%;
}

.svg-image-question-dims {
  width: 22px;
  height: 22px;
}

.svg-image-question2 {
  background-position: 4.8843187661% 94.6927374302%;
  background-size: 2261.1111111111% auto;
  width: 18px;
}

.svg-image-question2:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%;
}

.svg-image-question2-dims {
  width: 18px;
  height: 18px;
}

.svg-image-reddit {
  background-position: 85.1948051948% 75.0708215297%;
  background-size: 1850% auto;
  width: 22px;
}

.svg-image-reddit:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 104.5454545455%;
}

.svg-image-reddit-dims {
  width: 22px;
  height: 23px;
}

.svg-image-search {
  background-position: 53.5433070866% 46.5714285714%;
  background-size: 1565.3846153846% auto;
  width: 26px;
}

.svg-image-search:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%;
}

.svg-image-search-dims {
  width: 26px;
  height: 26px;
}

.svg-image-security {
  background-position: 79.4805194805% 81.5864022663%;
  background-size: 1850% auto;
  width: 22px;
}

.svg-image-security:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 104.5454545455%;
}

.svg-image-security-dims {
  width: 22px;
  height: 23px;
}

.svg-image-send {
  background-position: 91.4285714286% 89.2655367232%;
  background-size: 1850% auto;
  width: 22px;
}

.svg-image-send:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%;
}

.svg-image-send-dims {
  width: 22px;
  height: 22px;
}

.svg-image-share {
  background-position: 85.1948051948% 81.5864022663%;
  background-size: 1850% auto;
  width: 22px;
}

.svg-image-share:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 104.5454545455%;
}

.svg-image-share-dims {
  width: 22px;
  height: 23px;
}

.svg-image-shopping-cart {
  background-position: 0 89.5184135977%;
  background-size: 1850% auto;
  width: 22px;
}

.svg-image-shopping-cart:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 104.5454545455%;
}

.svg-image-shopping-cart-dims {
  width: 22px;
  height: 23px;
}

.svg-image-sign-out {
  background-position: 5.7142857143% 89.5184135977%;
  background-size: 1850% auto;
  width: 22px;
}

.svg-image-sign-out:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 104.5454545455%;
}

.svg-image-sign-out-dims {
  width: 22px;
  height: 23px;
}

.svg-image-social {
  background-position: 11.4285714286% 89.5184135977%;
  background-size: 1850% auto;
  width: 22px;
}

.svg-image-social:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 104.5454545455%;
}

.svg-image-social-dims {
  width: 22px;
  height: 23px;
}

.svg-image-sorting {
  background-position: 17.8117048346% 98.891966759%;
  background-size: 2907.1428571429% auto;
  width: 14px;
}

.svg-image-sorting:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 107.1428571429%;
}

.svg-image-sorting-dims {
  width: 14px;
  height: 15px;
}

.svg-image-telegram {
  background-position: 17.1428571429% 89.5184135977%;
  background-size: 1850% auto;
  width: 22px;
}

.svg-image-telegram:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 104.5454545455%;
}

.svg-image-telegram-dims {
  width: 22px;
  height: 23px;
}

.svg-image-threads {
  background-position: 22.8571428571% 89.5184135977%;
  background-size: 1850% auto;
  width: 22px;
}

.svg-image-threads:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 104.5454545455%;
}

.svg-image-threads-dims {
  width: 22px;
  height: 23px;
}

.svg-image-tickets {
  background-position: 28.5714285714% 89.5184135977%;
  background-size: 1850% auto;
  width: 22px;
}

.svg-image-tickets:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 104.5454545455%;
}

.svg-image-tickets-dims {
  width: 22px;
  height: 23px;
}

.svg-image-tik-tok {
  background-position: 34.2857142857% 89.5184135977%;
  background-size: 1850% auto;
  width: 22px;
}

.svg-image-tik-tok:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 104.5454545455%;
}

.svg-image-tik-tok-dims {
  width: 22px;
  height: 23px;
}

.svg-image-vk {
  background-position: 40% 89.5184135977%;
  background-size: 1850% auto;
  width: 22px;
}

.svg-image-vk:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 104.5454545455%;
}

.svg-image-vk-dims {
  width: 22px;
  height: 23px;
}

.svg-image-wallet {
  background-position: 45.7142857143% 89.5184135977%;
  background-size: 1850% auto;
  width: 22px;
}

.svg-image-wallet:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 104.5454545455%;
}

.svg-image-wallet-dims {
  width: 22px;
  height: 23px;
}

.svg-image-x {
  background-position: 51.4285714286% 89.5184135977%;
  background-size: 1850% auto;
  width: 22px;
}

.svg-image-x:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 104.5454545455%;
}

.svg-image-x-dims {
  width: 22px;
  height: 23px;
}

.svg-image-x2 {
  background-position: 57.1428571429% 89.5184135977%;
  background-size: 1850% auto;
  width: 22px;
}

.svg-image-x2:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 104.5454545455%;
}

.svg-image-x2-dims {
  width: 22px;
  height: 23px;
}

.image-by-height {
  width: auto;
}

.image-by-height:before {
  content: none;
}

.image-by-height > svg {
  height: inherit;
}

.image-by-height > img {
  height: inherit !important;
  vertical-align: top !important;
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  max-height: none !important;
  border: 0 !important;
  opacity: 0 !important;
}

@keyframes passing-through {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(-40px);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.1);
  }
  20% {
    transform: scale(1);
  }
}
.dropzone, .dropzone * {
  box-sizing: border-box;
}

.dropzone {
  min-height: 150px;
  border: 1px solid rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  padding: 20px 20px;
}

.dropzone.dz-clickable {
  cursor: pointer;
}

.dropzone.dz-clickable * {
  cursor: default;
}

.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}

.dropzone.dz-started .dz-message {
  display: none;
}

.dropzone.dz-drag-hover {
  border-style: solid;
}

.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}

.dropzone .dz-message {
  text-align: center;
  margin: 3em 0;
}

.dropzone .dz-message .dz-button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}

.dropzone .dz-preview:hover {
  z-index: 1000;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}

.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-image-preview {
  background: #fff;
}

.dropzone .dz-preview.dz-image-preview .dz-details {
  transition: opacity 0.2s linear;
}

.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}

.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}

.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}

.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}

.dropzone .dz-preview:hover .dz-image img {
  transform: scale(1.05, 1.05);
  filter: blur(8px);
}

.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}

.dropzone .dz-preview .dz-image img {
  display: block;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
}

.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
  fill: #fff;
}

.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  transition: all 0.2s linear;
}

.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  transition: opacity 0.4s ease-in;
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  animation: pulse 6s ease infinite;
}

.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  left: 15%;
  right: 15%;
  border: 3px solid rgba(0, 0, 0, 0.8);
  background: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  overflow: hidden;
}

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #fff;
  display: block;
  position: relative;
  height: 100%;
  width: 0;
  transition: width 300ms ease-in-out;
  border-radius: 17px;
}

.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #b10606;
  padding: 0.5em 1em;
  color: #fff;
}

.dropzone .dz-preview .dz-error-message:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #b10606;
} 
/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/*
$primary: #1BAC2F;
$primary-dark: #217C2E;
$primary-inactive: #97D8A0;
$primary-light: #E5F6E8;
$primary-gray: #F6F6F6;
$black: #28292F;
$dark-gray: #575151;
$medium-gray: #777778;
$gray-stroke: #C3C3C3;
$light-gray: #EEEEEE;
$red: #FF3528;
*/
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #EB5757;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #1BAC2F;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray-dark: #343a40;
  --bs-black: #28292f;
  --bs-dark-gray: #575151;
  --bs-gray: #c3c3c3;
  --bs-primary: #1bac2f;
  --bs-light-gray: #eee;
  --bs-light-yellow: #fff6e1;
  --bs-medium-gray: #777778;
  --bs-primary-light: #e5f6e8;
  --bs-primary-dark: #217c2e;
  --bs-primary-light-gray: #f6f6f6;
  --bs-light-red: #fae0df;
  --bs-primary-blue: #0045e5;
  --bs-primary-blue-light: #2AABEE;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-success: #1BAC2F;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #EB5757;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-red: #EB5757;
  --bs-black: #28292f;
  --bs-dark-gray: #575151;
  --bs-gray: #c3c3c3;
  --bs-primary: #1bac2f;
  --bs-light-gray: #eee;
  --bs-light-yellow: #fff6e1;
  --bs-medium-gray: #777778;
  --bs-primary-dark: #217c2e;
  --bs-primary-light: #e5f6e8;
  --bs-primary-light-gray: #f6f6f6;
  --bs-light-red: #fae0df;
  --bs-primary-blue: #0045e5;
  --bs-primary-blue-light: #2AABEE;
  --bs-success-rgb: 27, 172, 47;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 235, 87, 87;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-red-rgb: 235, 87, 87;
  --bs-black-rgb: 40, 41, 47;
  --bs-dark-gray-rgb: 87, 81, 81;
  --bs-gray-rgb: 195, 195, 195;
  --bs-primary-rgb: 27, 172, 47;
  --bs-light-gray-rgb: 238, 238, 238;
  --bs-light-yellow-rgb: 255, 246, 225;
  --bs-medium-gray-rgb: 119, 119, 120;
  --bs-primary-dark-rgb: 33, 124, 46;
  --bs-primary-light-rgb: 229, 246, 232;
  --bs-primary-light-gray-rgb: 246, 246, 246;
  --bs-light-red-rgb: 250, 224, 223;
  --bs-primary-blue-rgb: 0, 69, 229;
  --bs-primary-blue-light-rgb: 42, 171, 238;
  --bs-primary-text-emphasis: rgb(10.8, 68.8, 18.8);
  --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --bs-success-text-emphasis: rgb(10.8, 68.8, 18.8);
  --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(94, 34.8, 34.8);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(209.4, 238.4, 213.4);
  --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --bs-success-bg-subtle: rgb(209.4, 238.4, 213.4);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(251, 221.4, 221.4);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(163.8, 221.8, 171.8);
  --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --bs-success-border-subtle: rgb(163.8, 221.8, 171.8);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(247, 187.8, 187.8);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 40, 41, 47;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #28292f;
  --bs-emphasis-color-rgb: 40, 41, 47;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #1bac2f;
  --bs-link-color-rgb: 27, 172, 47;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #217c2e;
  --bs-link-hover-color-rgb: 33, 124, 46;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(40, 41, 47, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(40, 41, 47, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(40, 41, 47, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(40, 41, 47, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(40, 41, 47, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(27, 172, 47, 0.25);
  --bs-form-valid-color: #1BAC2F;
  --bs-form-valid-border-color: #1BAC2F;
  --bs-form-invalid-color: #EB5757;
  --bs-form-invalid-border-color: #EB5757;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: rgb(118.2, 205.2, 130.2);
  --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
  --bs-success-text-emphasis: rgb(118.2, 205.2, 130.2);
  --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
  --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
  --bs-danger-text-emphasis: rgb(243, 154.2, 154.2);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(5.4, 34.4, 9.4);
  --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
  --bs-success-bg-subtle: rgb(5.4, 34.4, 9.4);
  --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
  --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
  --bs-danger-bg-subtle: rgb(47, 17.4, 17.4);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: rgb(46, 49.5, 55.5);
  --bs-primary-border-subtle: rgb(16.2, 103.2, 28.2);
  --bs-secondary-border-subtle: rgb(64.8, 70.2, 75);
  --bs-success-border-subtle: rgb(16.2, 103.2, 28.2);
  --bs-info-border-subtle: rgb(7.8, 121.2, 144);
  --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
  --bs-danger-border-subtle: rgb(141, 52.2, 52.2);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(118.2, 205.2, 130.2);
  --bs-link-hover-color: rgb(145.56, 215.16, 155.16);
  --bs-link-color-rgb: 118, 205, 130;
  --bs-link-hover-color-rgb: 146, 215, 155;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(102, 77.2, 2.8);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(118.2, 205.2, 130.2);
  --bs-form-valid-border-color: rgb(118.2, 205.2, 130.2);
  --bs-form-invalid-color: rgb(243, 154.2, 154.2);
  --bs-form-invalid-border-color: rgb(243, 154.2, 154.2);
}

*,
*::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(40, 41, 47, 0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

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

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

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

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

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

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

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  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;
}

.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: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

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

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

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.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(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

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

.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);
  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: rgb(141, 213.5, 151);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(27, 172, 47, 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 + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 1.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 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 + 0.5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23343a40%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27m2 5 6 6 6-6%27/%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);
  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: rgb(141, 213.5, 151);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(27, 172, 47, 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.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.75rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  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=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23dee2e6%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27m2 5 6 6 6-6%27/%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: var(--bs-border-width) solid var(--bs-border-color);
  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: rgb(141, 213.5, 151);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(27, 172, 47, 0.25);
}
.form-check-input:checked {
  background-color: #1bac2f;
  border-color: #1bac2f;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%273%27 d=%27m6 10 3 3 6-6%27/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%272%27 fill=%27%23fff%27/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #1bac2f;
  border-color: #1bac2f;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%273%27 d=%27M6 10h8%27/%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=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27rgba%2840, 41, 47, 0.25%29%27/%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=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27rgb%28141, 213.5, 151%29%27/%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=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%23fff%27/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

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

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

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27rgba%28255, 255, 255, 0.25%29%27/%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 #fff, 0 0 0 0.25rem rgba(27, 172, 47, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(27, 172, 47, 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: #1bac2f;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: rgb(186.6, 230.1, 192.6);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  background-color: #1bac2f;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: rgb(186.6, 230.1, 192.6);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 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: #6c757d;
}
.form-floating > :disabled ~ label::after,
.form-floating > .form-control:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 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: 0.5rem 1rem;
  font-size: 1.25rem;
  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.25rem 0.5rem;
  font-size: 0.75rem;
  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.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.75rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 1.5rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%231BAC2F%27 d=%27M2.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%27/%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: 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=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%231BAC2F%27 d=%27M2.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%27/%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: 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.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.75rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 1.5rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 12 12%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23EB5757%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23EB5757%27 stroke=%27none%27/%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: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.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=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 12 12%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23EB5757%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23EB5757%27 stroke=%27none%27/%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: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.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: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

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

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

.btn {
  --bs-btn-padding-x: 1.5rem;
  --bs-btn-padding-y: 0.75rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --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);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(40, 41, 47, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --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);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #1BAC2F;
  --bs-btn-border-color: #1BAC2F;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(22.95, 146.2, 39.95);
  --bs-btn-hover-border-color: rgb(21.6, 137.6, 37.6);
  --bs-btn-focus-shadow-rgb: 61, 184, 78;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(21.6, 137.6, 37.6);
  --bs-btn-active-border-color: rgb(20.25, 129, 35.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(40, 41, 47, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #1BAC2F;
  --bs-btn-disabled-border-color: #1BAC2F;
}

.btn-info {
  --bs-btn-color: #28292f;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #28292f;
  --bs-btn-hover-bg: rgb(49.3, 209.95, 242.25);
  --bs-btn-hover-border-color: rgb(37.2, 207.3, 241.5);
  --bs-btn-focus-shadow-rgb: 17, 178, 211;
  --bs-btn-active-color: #28292f;
  --bs-btn-active-bg: rgb(61.4, 212.6, 243);
  --bs-btn-active-border-color: rgb(37.2, 207.3, 241.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(40, 41, 47, 0.125);
  --bs-btn-disabled-color: #28292f;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #28292f;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #28292f;
  --bs-btn-hover-bg: rgb(255, 202.3, 44.2);
  --bs-btn-hover-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-focus-shadow-rgb: 223, 170, 13;
  --bs-btn-active-color: #28292f;
  --bs-btn-active-bg: rgb(255, 205.4, 56.6);
  --bs-btn-active-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(40, 41, 47, 0.125);
  --bs-btn-disabled-color: #28292f;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #EB5757;
  --bs-btn-border-color: #EB5757;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(199.75, 73.95, 73.95);
  --bs-btn-hover-border-color: rgb(188, 69.6, 69.6);
  --bs-btn-focus-shadow-rgb: 238, 112, 112;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(188, 69.6, 69.6);
  --bs-btn-active-border-color: rgb(176.25, 65.25, 65.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(40, 41, 47, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #EB5757;
  --bs-btn-disabled-border-color: #EB5757;
}

.btn-light {
  --bs-btn-color: #28292f;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #28292f;
  --bs-btn-hover-bg: rgb(210.8, 211.65, 212.5);
  --bs-btn-hover-border-color: rgb(198.4, 199.2, 200);
  --bs-btn-focus-shadow-rgb: 217, 218, 220;
  --bs-btn-active-color: #28292f;
  --bs-btn-active-bg: rgb(198.4, 199.2, 200);
  --bs-btn-active-border-color: rgb(186, 186.75, 187.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(40, 41, 47, 0.125);
  --bs-btn-disabled-color: #28292f;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(66.3, 69.7, 73.1);
  --bs-btn-hover-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(77.4, 80.6, 83.8);
  --bs-btn-active-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(40, 41, 47, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-red {
  --bs-btn-color: #fff;
  --bs-btn-bg: #EB5757;
  --bs-btn-border-color: #EB5757;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(199.75, 73.95, 73.95);
  --bs-btn-hover-border-color: rgb(188, 69.6, 69.6);
  --bs-btn-focus-shadow-rgb: 238, 112, 112;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(188, 69.6, 69.6);
  --bs-btn-active-border-color: rgb(176.25, 65.25, 65.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(40, 41, 47, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #EB5757;
  --bs-btn-disabled-border-color: #EB5757;
}

.btn-black {
  --bs-btn-color: #fff;
  --bs-btn-bg: #28292f;
  --bs-btn-border-color: #28292f;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(34, 34.85, 39.95);
  --bs-btn-hover-border-color: rgb(32, 32.8, 37.6);
  --bs-btn-focus-shadow-rgb: 72, 73, 78;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(32, 32.8, 37.6);
  --bs-btn-active-border-color: rgb(30, 30.75, 35.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(40, 41, 47, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #28292f;
  --bs-btn-disabled-border-color: #28292f;
}

.btn-dark-gray {
  --bs-btn-color: #fff;
  --bs-btn-bg: #575151;
  --bs-btn-border-color: #575151;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(73.95, 68.85, 68.85);
  --bs-btn-hover-border-color: rgb(69.6, 64.8, 64.8);
  --bs-btn-focus-shadow-rgb: 112, 107, 107;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(69.6, 64.8, 64.8);
  --bs-btn-active-border-color: rgb(65.25, 60.75, 60.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(40, 41, 47, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #575151;
  --bs-btn-disabled-border-color: #575151;
}

.btn-gray {
  --bs-btn-color: #28292f;
  --bs-btn-bg: #c3c3c3;
  --bs-btn-border-color: #c3c3c3;
  --bs-btn-hover-color: #28292f;
  --bs-btn-hover-bg: #cccccc;
  --bs-btn-hover-border-color: #c9c9c9;
  --bs-btn-focus-shadow-rgb: 172, 172, 173;
  --bs-btn-active-color: #28292f;
  --bs-btn-active-bg: #cfcfcf;
  --bs-btn-active-border-color: #c9c9c9;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(40, 41, 47, 0.125);
  --bs-btn-disabled-color: #28292f;
  --bs-btn-disabled-bg: #c3c3c3;
  --bs-btn-disabled-border-color: #c3c3c3;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #1bac2f;
  --bs-btn-border-color: #1bac2f;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(22.95, 146.2, 39.95);
  --bs-btn-hover-border-color: rgb(21.6, 137.6, 37.6);
  --bs-btn-focus-shadow-rgb: 61, 184, 78;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(21.6, 137.6, 37.6);
  --bs-btn-active-border-color: rgb(20.25, 129, 35.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(40, 41, 47, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #1bac2f;
  --bs-btn-disabled-border-color: #1bac2f;
}

.btn-light-gray {
  --bs-btn-color: #28292f;
  --bs-btn-bg: #eee;
  --bs-btn-border-color: #eee;
  --bs-btn-hover-color: #28292f;
  --bs-btn-hover-bg: rgb(240.55, 240.55, 240.55);
  --bs-btn-hover-border-color: rgb(239.7, 239.7, 239.7);
  --bs-btn-focus-shadow-rgb: 208, 208, 209;
  --bs-btn-active-color: #28292f;
  --bs-btn-active-bg: rgb(241.4, 241.4, 241.4);
  --bs-btn-active-border-color: rgb(239.7, 239.7, 239.7);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(40, 41, 47, 0.125);
  --bs-btn-disabled-color: #28292f;
  --bs-btn-disabled-bg: #eee;
  --bs-btn-disabled-border-color: #eee;
}

.btn-light-yellow {
  --bs-btn-color: #28292f;
  --bs-btn-bg: #fff6e1;
  --bs-btn-border-color: #fff6e1;
  --bs-btn-hover-color: #28292f;
  --bs-btn-hover-bg: rgb(255, 247.35, 229.5);
  --bs-btn-hover-border-color: rgb(255, 246.9, 228);
  --bs-btn-focus-shadow-rgb: 223, 215, 198;
  --bs-btn-active-color: #28292f;
  --bs-btn-active-bg: rgb(255, 247.8, 231);
  --bs-btn-active-border-color: rgb(255, 246.9, 228);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(40, 41, 47, 0.125);
  --bs-btn-disabled-color: #28292f;
  --bs-btn-disabled-bg: #fff6e1;
  --bs-btn-disabled-border-color: #fff6e1;
}

.btn-medium-gray {
  --bs-btn-color: #fff;
  --bs-btn-bg: #777778;
  --bs-btn-border-color: #777778;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(101.15, 101.15, 102);
  --bs-btn-hover-border-color: rgb(95.2, 95.2, 96);
  --bs-btn-focus-shadow-rgb: 139, 139, 140;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(95.2, 95.2, 96);
  --bs-btn-active-border-color: rgb(89.25, 89.25, 90);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(40, 41, 47, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #777778;
  --bs-btn-disabled-border-color: #777778;
}

.btn-primary-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #217c2e;
  --bs-btn-border-color: #217c2e;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(28.05, 105.4, 39.1);
  --bs-btn-hover-border-color: rgb(26.4, 99.2, 36.8);
  --bs-btn-focus-shadow-rgb: 66, 144, 77;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(26.4, 99.2, 36.8);
  --bs-btn-active-border-color: rgb(24.75, 93, 34.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(40, 41, 47, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #217c2e;
  --bs-btn-disabled-border-color: #217c2e;
}

.btn-primary-light {
  --bs-btn-color: #28292f;
  --bs-btn-bg: #e5f6e8;
  --bs-btn-border-color: #e5f6e8;
  --bs-btn-hover-color: #28292f;
  --bs-btn-hover-bg: rgb(232.9, 247.35, 235.45);
  --bs-btn-hover-border-color: rgb(231.6, 246.9, 234.3);
  --bs-btn-focus-shadow-rgb: 201, 215, 204;
  --bs-btn-active-color: #28292f;
  --bs-btn-active-bg: rgb(234.2, 247.8, 236.6);
  --bs-btn-active-border-color: rgb(231.6, 246.9, 234.3);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(40, 41, 47, 0.125);
  --bs-btn-disabled-color: #28292f;
  --bs-btn-disabled-bg: #e5f6e8;
  --bs-btn-disabled-border-color: #e5f6e8;
}

.btn-primary-light-gray {
  --bs-btn-color: #28292f;
  --bs-btn-bg: #f6f6f6;
  --bs-btn-border-color: #f6f6f6;
  --bs-btn-hover-color: #28292f;
  --bs-btn-hover-bg: rgb(247.35, 247.35, 247.35);
  --bs-btn-hover-border-color: rgb(246.9, 246.9, 246.9);
  --bs-btn-focus-shadow-rgb: 215, 215, 216;
  --bs-btn-active-color: #28292f;
  --bs-btn-active-bg: rgb(247.8, 247.8, 247.8);
  --bs-btn-active-border-color: rgb(246.9, 246.9, 246.9);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(40, 41, 47, 0.125);
  --bs-btn-disabled-color: #28292f;
  --bs-btn-disabled-bg: #f6f6f6;
  --bs-btn-disabled-border-color: #f6f6f6;
}

.btn-light-red {
  --bs-btn-color: #28292f;
  --bs-btn-bg: #fae0df;
  --bs-btn-border-color: #fae0df;
  --bs-btn-hover-color: #28292f;
  --bs-btn-hover-bg: rgb(250.75, 228.65, 227.8);
  --bs-btn-hover-border-color: rgb(250.5, 227.1, 226.2);
  --bs-btn-focus-shadow-rgb: 219, 197, 197;
  --bs-btn-active-color: #28292f;
  --bs-btn-active-bg: rgb(251, 230.2, 229.4);
  --bs-btn-active-border-color: rgb(250.5, 227.1, 226.2);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(40, 41, 47, 0.125);
  --bs-btn-disabled-color: #28292f;
  --bs-btn-disabled-bg: #fae0df;
  --bs-btn-disabled-border-color: #fae0df;
}

.btn-primary-blue {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0045e5;
  --bs-btn-border-color: #0045e5;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(0, 58.65, 194.65);
  --bs-btn-hover-border-color: rgb(0, 55.2, 183.2);
  --bs-btn-focus-shadow-rgb: 38, 97, 233;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(0, 55.2, 183.2);
  --bs-btn-active-border-color: rgb(0, 51.75, 171.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(40, 41, 47, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0045e5;
  --bs-btn-disabled-border-color: #0045e5;
}

.btn-primary-blue-light {
  --bs-btn-color: #fff;
  --bs-btn-bg: #2AABEE;
  --bs-btn-border-color: #2AABEE;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(35.7, 145.35, 202.3);
  --bs-btn-hover-border-color: rgb(33.6, 136.8, 190.4);
  --bs-btn-focus-shadow-rgb: 74, 184, 241;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(33.6, 136.8, 190.4);
  --bs-btn-active-border-color: rgb(31.5, 128.25, 178.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(40, 41, 47, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #2AABEE;
  --bs-btn-disabled-border-color: #2AABEE;
}

.btn-outline-success {
  --bs-btn-color: #1BAC2F;
  --bs-btn-border-color: #1BAC2F;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1BAC2F;
  --bs-btn-hover-border-color: #1BAC2F;
  --bs-btn-focus-shadow-rgb: 27, 172, 47;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #1BAC2F;
  --bs-btn-active-border-color: #1BAC2F;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(40, 41, 47, 0.125);
  --bs-btn-disabled-color: #1BAC2F;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #1BAC2F;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #28292f;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #28292f;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(40, 41, 47, 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: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #28292f;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #28292f;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(40, 41, 47, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #EB5757;
  --bs-btn-border-color: #EB5757;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #EB5757;
  --bs-btn-hover-border-color: #EB5757;
  --bs-btn-focus-shadow-rgb: 235, 87, 87;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #EB5757;
  --bs-btn-active-border-color: #EB5757;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(40, 41, 47, 0.125);
  --bs-btn-disabled-color: #EB5757;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #EB5757;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #28292f;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #28292f;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(40, 41, 47, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(40, 41, 47, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-outline-red {
  --bs-btn-color: #EB5757;
  --bs-btn-border-color: #EB5757;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #EB5757;
  --bs-btn-hover-border-color: #EB5757;
  --bs-btn-focus-shadow-rgb: 235, 87, 87;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #EB5757;
  --bs-btn-active-border-color: #EB5757;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(40, 41, 47, 0.125);
  --bs-btn-disabled-color: #EB5757;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #EB5757;
  --bs-gradient: none;
}

.btn-outline-black {
  --bs-btn-color: #28292f;
  --bs-btn-border-color: #28292f;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #28292f;
  --bs-btn-hover-border-color: #28292f;
  --bs-btn-focus-shadow-rgb: 40, 41, 47;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #28292f;
  --bs-btn-active-border-color: #28292f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(40, 41, 47, 0.125);
  --bs-btn-disabled-color: #28292f;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #28292f;
  --bs-gradient: none;
}

.btn-outline-dark-gray {
  --bs-btn-color: #575151;
  --bs-btn-border-color: #575151;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #575151;
  --bs-btn-hover-border-color: #575151;
  --bs-btn-focus-shadow-rgb: 87, 81, 81;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #575151;
  --bs-btn-active-border-color: #575151;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(40, 41, 47, 0.125);
  --bs-btn-disabled-color: #575151;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #575151;
  --bs-gradient: none;
}

.btn-outline-gray {
  --bs-btn-color: #c3c3c3;
  --bs-btn-border-color: #c3c3c3;
  --bs-btn-hover-color: #28292f;
  --bs-btn-hover-bg: #c3c3c3;
  --bs-btn-hover-border-color: #c3c3c3;
  --bs-btn-focus-shadow-rgb: 195, 195, 195;
  --bs-btn-active-color: #28292f;
  --bs-btn-active-bg: #c3c3c3;
  --bs-btn-active-border-color: #c3c3c3;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(40, 41, 47, 0.125);
  --bs-btn-disabled-color: #c3c3c3;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #c3c3c3;
  --bs-gradient: none;
}

.btn-outline-primary {
  --bs-btn-color: #1bac2f;
  --bs-btn-border-color: #1bac2f;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1bac2f;
  --bs-btn-hover-border-color: #1bac2f;
  --bs-btn-focus-shadow-rgb: 27, 172, 47;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #1bac2f;
  --bs-btn-active-border-color: #1bac2f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(40, 41, 47, 0.125);
  --bs-btn-disabled-color: #1bac2f;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #1bac2f;
  --bs-gradient: none;
}

.btn-outline-light-gray {
  --bs-btn-color: #eee;
  --bs-btn-border-color: #eee;
  --bs-btn-hover-color: #28292f;
  --bs-btn-hover-bg: #eee;
  --bs-btn-hover-border-color: #eee;
  --bs-btn-focus-shadow-rgb: 238, 238, 238;
  --bs-btn-active-color: #28292f;
  --bs-btn-active-bg: #eee;
  --bs-btn-active-border-color: #eee;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(40, 41, 47, 0.125);
  --bs-btn-disabled-color: #eee;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #eee;
  --bs-gradient: none;
}

.btn-outline-light-yellow {
  --bs-btn-color: #fff6e1;
  --bs-btn-border-color: #fff6e1;
  --bs-btn-hover-color: #28292f;
  --bs-btn-hover-bg: #fff6e1;
  --bs-btn-hover-border-color: #fff6e1;
  --bs-btn-focus-shadow-rgb: 255, 246, 225;
  --bs-btn-active-color: #28292f;
  --bs-btn-active-bg: #fff6e1;
  --bs-btn-active-border-color: #fff6e1;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(40, 41, 47, 0.125);
  --bs-btn-disabled-color: #fff6e1;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #fff6e1;
  --bs-gradient: none;
}

.btn-outline-medium-gray {
  --bs-btn-color: #777778;
  --bs-btn-border-color: #777778;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #777778;
  --bs-btn-hover-border-color: #777778;
  --bs-btn-focus-shadow-rgb: 119, 119, 120;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #777778;
  --bs-btn-active-border-color: #777778;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(40, 41, 47, 0.125);
  --bs-btn-disabled-color: #777778;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #777778;
  --bs-gradient: none;
}

.btn-outline-primary-dark {
  --bs-btn-color: #217c2e;
  --bs-btn-border-color: #217c2e;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #217c2e;
  --bs-btn-hover-border-color: #217c2e;
  --bs-btn-focus-shadow-rgb: 33, 124, 46;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #217c2e;
  --bs-btn-active-border-color: #217c2e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(40, 41, 47, 0.125);
  --bs-btn-disabled-color: #217c2e;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #217c2e;
  --bs-gradient: none;
}

.btn-outline-primary-light {
  --bs-btn-color: #e5f6e8;
  --bs-btn-border-color: #e5f6e8;
  --bs-btn-hover-color: #28292f;
  --bs-btn-hover-bg: #e5f6e8;
  --bs-btn-hover-border-color: #e5f6e8;
  --bs-btn-focus-shadow-rgb: 229, 246, 232;
  --bs-btn-active-color: #28292f;
  --bs-btn-active-bg: #e5f6e8;
  --bs-btn-active-border-color: #e5f6e8;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(40, 41, 47, 0.125);
  --bs-btn-disabled-color: #e5f6e8;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #e5f6e8;
  --bs-gradient: none;
}

.btn-outline-primary-light-gray {
  --bs-btn-color: #f6f6f6;
  --bs-btn-border-color: #f6f6f6;
  --bs-btn-hover-color: #28292f;
  --bs-btn-hover-bg: #f6f6f6;
  --bs-btn-hover-border-color: #f6f6f6;
  --bs-btn-focus-shadow-rgb: 246, 246, 246;
  --bs-btn-active-color: #28292f;
  --bs-btn-active-bg: #f6f6f6;
  --bs-btn-active-border-color: #f6f6f6;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(40, 41, 47, 0.125);
  --bs-btn-disabled-color: #f6f6f6;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f6f6f6;
  --bs-gradient: none;
}

.btn-outline-light-red {
  --bs-btn-color: #fae0df;
  --bs-btn-border-color: #fae0df;
  --bs-btn-hover-color: #28292f;
  --bs-btn-hover-bg: #fae0df;
  --bs-btn-hover-border-color: #fae0df;
  --bs-btn-focus-shadow-rgb: 250, 224, 223;
  --bs-btn-active-color: #28292f;
  --bs-btn-active-bg: #fae0df;
  --bs-btn-active-border-color: #fae0df;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(40, 41, 47, 0.125);
  --bs-btn-disabled-color: #fae0df;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #fae0df;
  --bs-gradient: none;
}

.btn-outline-primary-blue {
  --bs-btn-color: #0045e5;
  --bs-btn-border-color: #0045e5;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0045e5;
  --bs-btn-hover-border-color: #0045e5;
  --bs-btn-focus-shadow-rgb: 0, 69, 229;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0045e5;
  --bs-btn-active-border-color: #0045e5;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(40, 41, 47, 0.125);
  --bs-btn-disabled-color: #0045e5;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0045e5;
  --bs-gradient: none;
}

.btn-outline-primary-blue-light {
  --bs-btn-color: #2AABEE;
  --bs-btn-border-color: #2AABEE;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #2AABEE;
  --bs-btn-hover-border-color: #2AABEE;
  --bs-btn-focus-shadow-rgb: 42, 171, 238;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #2AABEE;
  --bs-btn-active-border-color: #2AABEE;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(40, 41, 47, 0.125);
  --bs-btn-disabled-color: #2AABEE;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #2AABEE;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 61, 184, 78;
  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: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.75rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

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

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

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

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

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

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 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: #fff;
  --bs-dropdown-link-active-bg: #1bac2f;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

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

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

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

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

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  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.75rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

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

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

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

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

.btn-group {
  border-radius: var(--bs-border-radius);
}
.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.375rem;
  padding-left: 0.375rem;
}

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

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: 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;
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --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: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --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);
}
.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;
  }
}

.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: #fff;
  --bs-list-group-active-bg: #1bac2f;
  --bs-list-group-active-border-color: #1bac2f;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

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

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

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

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

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

.list-group-item-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-red {
  --bs-list-group-color: var(--bs-red-text-emphasis);
  --bs-list-group-bg: var(--bs-red-bg-subtle);
  --bs-list-group-border-color: var(--bs-red-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-red-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-red-border-subtle);
  --bs-list-group-active-color: var(--bs-red-bg-subtle);
  --bs-list-group-active-bg: var(--bs-red-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-red-text-emphasis);
}

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

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

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

.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-light-gray {
  --bs-list-group-color: var(--bs-light-gray-text-emphasis);
  --bs-list-group-bg: var(--bs-light-gray-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-gray-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-gray-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-gray-border-subtle);
  --bs-list-group-active-color: var(--bs-light-gray-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-gray-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-gray-text-emphasis);
}

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

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

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

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

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

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

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

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

.btn-close, .header .burger.is-active {
  --bs-btn-close-color: #28292f;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%2328292f%27%3e%3cpath d=%27M.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%27/%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(27, 172, 47, 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: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover, .header .burger.is-active:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus, .header .burger.is-active:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled, .header .burger.is-active:disabled, .btn-close.disabled, .header .disabled.burger.is-active {
  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, [data-bs-theme=dark] .header .burger.is-active, .header [data-bs-theme=dark] .burger.is-active {
  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, .toast-header .header .burger.is-active, .header .toast-header .burger.is-active {
  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.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

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

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

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

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

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

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

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

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

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

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 434px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.75rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 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);
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.75rem;
  --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);
}
.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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-bg-primary-blue-light {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-blue-light-rgb), var(--bs-bg-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(22, 138, 38, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(22, 138, 38, 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(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, 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(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, 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(188, 70, 70, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(188, 70, 70, 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, 250, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, 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(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

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

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

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

.link-gray {
  color: RGBA(var(--bs-gray-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-gray-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-gray:hover, .link-gray:focus {
  color: RGBA(207, 207, 207, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(207, 207, 207, 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(22, 138, 38, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(22, 138, 38, var(--bs-link-underline-opacity, 1)) !important;
}

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

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

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

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

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

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

.link-light-red {
  color: RGBA(var(--bs-light-red-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-red-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light-red:hover, .link-light-red:focus {
  color: RGBA(251, 230, 229, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(251, 230, 229, var(--bs-link-underline-opacity, 1)) !important;
}

.link-primary-blue {
  color: RGBA(var(--bs-primary-blue-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-blue-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary-blue:hover, .link-primary-blue:focus {
  color: RGBA(0, 55, 183, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(0, 55, 183, var(--bs-link-underline-opacity, 1)) !important;
}

.link-primary-blue-light {
  color: RGBA(var(--bs-primary-blue-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-blue-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary-blue-light:hover, .link-primary-blue-light:focus {
  color: RGBA(34, 137, 190, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(34, 137, 190, var(--bs-link-underline-opacity, 1)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visually-hidden,
.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: var(--bs-box-shadow) !important;
}

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

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

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

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

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

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

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

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

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

.focus-ring-red {
  --bs-focus-ring-color: rgba(var(--bs-red-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-dark-gray {
  --bs-focus-ring-color: rgba(var(--bs-dark-gray-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-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

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

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

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

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

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

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

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

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

.focus-ring-primary-blue-light {
  --bs-focus-ring-color: rgba(var(--bs-primary-blue-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-50 {
  top: 50% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.link-underline-primary-blue-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-blue-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-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

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

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

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

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

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

.bg-red {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-red-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-dark-gray {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-gray-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-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
body {
  font-family: Roboto, Arial, sans-serif;
}
body .error {
  --bs-text-opacity: 0.8;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
  font-size: 14px;
}
body .modal--auth {
  --bs-modal-width: 550px;
}
body .modal--auth .modal-body {
  min-width: 350px;
}
body .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  height: auto;
  border-radius: 12px;
}

.accs-hidden {
  display: none;
}

.form-error:empty {
  margin: unset;
}

.error, .form-control.error {
  border-color: #ee2f24;
}

*, *:before, *:after {
  box-sizing: border-box;
  min-height: 0.001vw;
}

* {
  min-height: auto;
}

@media (max-width: 991.98px) {
  html {
    font-size: 0.875rem;
  }
}

body {
  display: flex;
  flex-direction: column;
  background: #f8f8f8;
  font-family: Roboto, Arial, sans-serif;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body .accounts__list li a .icon {
  filter: invert(51%) sepia(2%) saturate(105%) hue-rotate(263deg) brightness(91%) contrast(90%);
}
body .accounts__list li a .icon:hover {
  filter: invert(45%) sepia(81%) saturate(699%) hue-rotate(82deg) brightness(96%) contrast(88%);
}
body .accounts__list li .is-active .icon {
  filter: invert(45%) sepia(81%) saturate(699%) hue-rotate(82deg) brightness(96%) contrast(88%);
}
body input[type=checkbox]:checked {
  background-color: green;
}
body input[type=checkbox]:disabled {
  background-color: red;
}

a {
  text-decoration: none;
  transition: color 0.25s ease;
}
a .icon {
  fill: currentColor;
}

.btn {
  font-size: 1.125rem;
  line-height: 1.278;
}
.btn-primary {
  color: #fff;
}
.btn-primary:hover, .btn-primary:active {
  color: #FFF !important;
  background-color: #217c2e !important;
  border-color: #217c2e !important;
}
.btn-primary-light:hover, .btn-primary-light:active {
  color: #FFF !important;
  background-color: #217c2e !important;
  border-color: #217c2e !important;
}
.btn-primary-light-gray:hover, .btn-primary-light-gray:active {
  color: currentColor !important;
  background-color: #c3c3c3 !important;
  border-color: #c3c3c3 !important;
}
.btn-outline-primary:focus-within {
  color: #217c2e;
}
.btn-outline-primary:focus-within:hover {
  color: #FFF;
}
.btn-favorite {
  background: #EAF7EC;
  width: 45px;
  padding-inline: 0;
}
.btn .icon {
  fill: currentColor;
}
.btn--disabled {
  opacity: 0.5;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .btn {
    font-size: 1.14285714rem;
    border-radius: 8px;
  }
  .btn-sm, .btn-group-sm > .btn {
    font-size: 0.8571428rem;
    --bs-btn-padding-x: 1.14285714rem;
    --bs-btn-padding-y: .57142857rem;
  }
}
@media (min-width: 992px) {
  .btn {
    --bs-btn-padding-y: 0.65rem;
  }
}

.logo {
  display: inline-block;
  font-size: 0;
  background: url(../../../bc75a76e6a3a9430c811.png) 50% 50% no-repeat;
  background-size: contain;
  width: 181px;
}
.logo--white {
  background-image: url(../../../9ad690821adae376ca85.png);
}
.logo:after {
  content: "";
  display: block;
  padding-bottom: 19.890582%;
}
@media (max-width: 991.98px) {
  .logo {
    width: 103px;
  }
}

.btn-inline {
  color: #212529;
  padding: 0.5rem;
  transition: 0.15s ease;
  display: inline-flex;
  align-items: center;
  border-radius: 4px;
  min-width: 40px;
}
.btn-inline:hover, .btn-inline:active, .btn-inline:focus {
  color: #1bac2f !important;
  background: #f6f6f6 !important;
  border-color: #f6f6f6 !important;
}
.btn-inline .icon {
  fill: currentColor;
}

.form-control::placeholder {
  color: #c3c3c3;
}
.form-control:focus, .form-control:hover {
  border-color: #1bac2f;
  box-shadow: unset;
}

.input-group:focus-within {
  border-color: #1bac2f;
}

.text-s12 {
  font-size: 0.8571428571rem;
}

@media (min-width: 992px) {
  .text-s12-lg {
    font-size: 0.75rem;
  }
}

.text-s14 {
  font-size: 1rem;
}

@media (min-width: 992px) {
  .text-s14-lg {
    font-size: 0.875rem;
  }
}

.text-s16 {
  font-size: 1.1428571429rem;
}

@media (min-width: 992px) {
  .text-s16-lg {
    font-size: 1rem;
  }
}

.text-s18 {
  font-size: 1.2857142857rem;
}

@media (min-width: 992px) {
  .text-s18-lg {
    font-size: 1.125rem;
  }
}

.text-s22 {
  font-size: 1.5714285714rem;
}

@media (min-width: 992px) {
  .text-s22-lg {
    font-size: 1.375rem;
  }
}

.text-s24 {
  font-size: 1.7142857143rem;
}

@media (min-width: 992px) {
  .text-s24-lg {
    font-size: 1.5rem;
  }
}

.text-s28 {
  font-size: 2rem;
}

@media (min-width: 992px) {
  .text-s28-lg {
    font-size: 1.75rem;
  }
}

.text-s32 {
  font-size: 2.2857142857rem;
}

@media (min-width: 992px) {
  .text-s32-lg {
    font-size: 2rem;
  }
}

.text-s48 {
  font-size: 3.4285714286rem;
}

@media (min-width: 992px) {
  .text-s48-lg {
    font-size: 3rem;
  }
}

.page-fade {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.15);
  pointer-events: none;
  z-index: 10;
  transition: 0.15s ease;
}
.page-fade.is-active {
  opacity: 1;
}

.fade {
  background: rgba(0, 0, 0, 0.15);
}

.tooltip-inner {
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.4));
  background: #3b3b3b;
}

.checkbox {
  position: relative;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #c3c3c3;
}
.checkbox input[type=checkbox] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  width: 0;
  height: 0;
  visibility: hidden;
}
.checkbox:after {
  content: "";
  display: block;
  mask: url(../../../496dbd6a00d99a417ea6.svg#image-check) 50% 50% no-repeat;
  mask-size: contain;
  width: 20px;
  height: 20px;
  background: #FFF;
  opacity: 0;
}
.checkbox:has(input[type=checkbox]:checked) {
  border-color: #1bac2f;
  background: #1bac2f;
}
.checkbox:has(input[type=checkbox]:checked):after {
  opacity: 1;
}

.form-check-input {
  width: 16px;
  height: 16px;
  border-color: #c3c3c3;
}
.form-check-input:checked[type=radio] {
  border-color: #1bac2f;
  background-color: #1bac2f;
  box-shadow: inset 0 0 0 2px #FFF;
  background-image: none;
}

.form-coupon {
  position: relative;
}
.form-coupon .btn {
  position: absolute;
  right: 1px;
  top: 1px;
  bottom: 1px;
  height: unset;
  padding-top: unset;
  padding-bottom: unset;
  display: flex;
  align-items: center;
}
.form-coupon .form-control {
  padding-right: 7em;
}
.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: #FFF;
  box-shadow: 0 1px 2px 0 rgba(5, 9, 26, 0.12), 0 4px 8px 0 rgba(5, 9, 26, 0.08), 0 4px 32px 0 rgba(5, 9, 26, 0.05);
  z-index: 10;
}
.header__logo {
  grid-area: logo;
  font-size: 0;
}
.header__menu {
  grid-area: menu;
}
.header__ticket {
  grid-area: ticket;
}
.header__lang {
  grid-area: lang;
}
.header__search {
  grid-area: search;
}
.header__buttons {
  grid-area: buttons;
}
.header__burger {
  grid-area: burger;
  position: relative;
  z-index: 12;
}
.header__container {
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: grid;
}
.header__divider {
  display: none;
  grid-area: divider;
}
.header .burger {
  width: 24px;
  height: 24px;
  min-width: 24px;
  padding-left: 3px;
  padding-right: 3px;
  cursor: pointer;
  position: relative;
}
.header .burger span {
  display: block;
  position: absolute;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background: #28292f;
  left: 1px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform-origin: 50%;
}
.header .burger span:nth-child(1) {
  top: 5px;
}
.header .burger span:nth-child(2) {
  top: calc(50% - 1px);
}
.header .burger span:nth-child(3) {
  bottom: 5px;
}
.header .burger.is-active {
  position: unset !important;
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  transition: none !important;
  background: #eee !important;
}
.header .burger.is-active:after {
  background: #777778 !important;
}
.header .burger.is-active span {
  display: none;
}
.header .burger.is-active span:nth-child(1) {
  transform: rotate(135deg);
  margin-top: 6px;
}
.header .burger.is-active span:nth-child(2) {
  opacity: 0;
}
.header .burger.is-active span:nth-child(3) {
  transform: rotate(-135deg);
  margin-bottom: 6px;
}
.header__submenu {
  position: absolute;
  background: #FFF;
  padding: 20px 0;
  box-shadow: 0 1px 2px 0 rgba(5, 9, 26, 0.12), 0 4px 8px 0 rgba(5, 9, 26, 0.08), 0 4px 32px 0 rgba(5, 9, 26, 0.05);
  border-radius: 8px;
  top: 100%;
  margin-top: 16px;
  display: none;
}
.header__submenu > li {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.header__submenu > li > .btn:after {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  mask: url(../../../496dbd6a00d99a417ea6.svg#image-arrow-right) 50% 50% no-repeat;
  mask-size: contain;
  background: currentColor;
  margin-left: auto;
}
.header__submenu > li > .btn .icon:first-of-type {
  margin-right: 10px;
  fill: #777778;
}
.header__submenu > li > .btn:hover .icon:first-of-type {
  fill: #1bac2f;
}
.header__submenu > li:hover .header__submenu-list {
  opacity: 1;
  pointer-events: auto;
}
.header__submenu > li:hover > .btn {
  @apply .btn-inline:hover;
  background: #f6f6f6;
  color: #1bac2f;
}
.header__submenu > li:hover > .btn .icon {
  fill: #1bac2f;
}
.header__submenu .btn {
  display: flex;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.header__submenu-list {
  position: absolute;
  left: calc(100% + 12px);
  top: -20px;
  background: #FFF;
  padding: 20px 16px;
  box-shadow: 0 1px 2px 0 rgba(5, 9, 26, 0.12), 0 4px 8px 0 rgba(5, 9, 26, 0.08), 0 4px 32px 0 rgba(5, 9, 26, 0.05);
  border-radius: 8px;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.1s ease 300ms;
  pointer-events: none;
}
.header__submenu-list:before {
  content: "" !important;
  display: block;
  height: 100%;
  width: 20px;
  right: 100%;
  top: 0;
  position: absolute;
}
.header__submenu-list .icon-info {
  fill: #c3c3c3;
}
.header__submenu-list .icon-info:hover {
  fill: #575151;
}
.header__submenu--mobile {
  position: unset;
  display: block;
  box-shadow: none;
  padding: 12px 0 0;
}
.header__submenu--mobile .btn {
  font-size: 14px;
  padding-top: 0.575em;
  padding-bottom: 0.575em;
}
.header__submenu--mobile .btn .icon {
  width: 18px;
  height: auto;
  fill: currentColor;
}
.header__submenu--mobile:has(.header__submenu-list.is-active) {
  transform: translateX(-100%);
}
.header__submenu--mobile .header__submenu {
  padding: 0;
}
.header__submenu--mobile .header__submenu-list {
  width: 100%;
  box-shadow: none;
  opacity: 0;
  top: 12px;
  left: 100%;
  padding: 0 12px;
  display: block;
  pointer-events: none;
}
.header__submenu--mobile .header__submenu-list .btn--section {
  color: #1bac2f !important;
  background: #f6f6f6 !important;
  border-color: #f6f6f6 !important;
  display: flex;
  align-items: center;
}
.header__submenu--mobile .header__submenu-list .btn--section .icon {
  margin-right: 10px;
  width: 18px;
  height: auto;
}
.header__submenu--mobile .header__submenu-list .btn--section:after {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  mask: url(../../../496dbd6a00d99a417ea6.svg#image-arrow-right) 50% 50% no-repeat;
  mask-size: contain;
  background: currentColor;
  margin-left: auto;
  transform: rotate(90deg);
}
.header__submenu--mobile .header__submenu-list li:not(.header__submenu-caption) {
  transform: translateX(100%);
  transition: 0.15s ease;
}
.header__submenu--mobile .header__submenu-list li:not(.header__submenu-caption) .btn {
  justify-content: space-between;
}
.header__submenu--mobile .header__submenu-list li:not(.header__submenu-caption) .btn .icon {
  background: #EEEEEE;
  border-radius: 50%;
  fill: #c3c3c3;
}
.header__submenu--mobile .header__submenu-list li:not(.header__submenu-caption) .btn:hover .icon {
  fill: currentColor;
  background: none;
}
.header__submenu--mobile .header__submenu-list.is-active {
  opacity: 1;
  pointer-events: auto;
}
.header__submenu--mobile .header__submenu-list.is-active li:not(.header__submenu-caption) {
  transform: translateX(0);
}
.header__submenu--mobile > li {
  padding-left: 12px;
  padding-right: 12px;
  position: unset;
}
.header__submenu--simple > li > .btn:after {
  display: none;
}
@media (max-width: 991.98px) {
  .header__btn-category {
    display: none;
  }
  .header__ticket {
    display: none;
  }
  .header__logo {
    margin-right: auto;
  }
  .header__container {
    grid-template-columns: 1fr repeat(3, auto);
    grid-auto-rows: auto auto;
    grid-template-areas: "logo buttons lang burger";
    align-items: center;
    padding-top: 1.2em;
    padding-bottom: 1.2em;
  }
  .header__menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #FFF;
    z-index: 11;
    transition: 0.15s ease;
    opacity: 0;
    pointer-events: none;
    padding: 3rem 12px;
    overflow: auto;
  }
  .header__menu.is-active {
    opacity: 1;
    pointer-events: auto;
  }
  .header__menu .dropdown-toggle.show:after {
    transform: rotate(180deg);
  }
  .header__menu .dropdown-menu {
    transform: translate3d(0px, 0, 0px) !important;
    position: static !important;
    border: none;
    margin-left: 2em !important;
  }
  .header__menu .dropdown-menu .btn {
    white-space: normal;
    width: 100%;
  }
  .header__submenu-list {
    transition-delay: 0s;
  }
  .header__buttons {
    flex-direction: row-reverse;
  }
  .header__buttons-item {
    font-size: 0;
  }
  .header__buttons-item:not(:last-child) {
    margin-left: 0.9rem;
  }
  .header__burger {
    margin-left: 0.75rem;
  }
  .header__lang {
    margin-left: 0.7rem;
  }
  .header__lang .dropdown-menu {
    min-width: unset;
  }
  .header__lang .dropdown-toggle {
    font-size: 0;
    display: block;
  }
  .header__lang .dropdown-toggle:after {
    display: none;
  }
  .header__search {
    display: none !important;
  }
  .header__search .btn {
    border-radius: 8px;
  }
  .header__search .form-control {
    border: none;
    font-size: 1rem;
    border-radius: 8px;
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
  }
  .header__search .input-group {
    border: 1px solid #c3c3c3;
    border-radius: 8px;
    overflow: hidden;
  }
  .header__search .input-group:focus-within {
    border-color: #1bac2f;
  }
  .header__search .input-group .btn {
    line-height: 1;
    border-radius: 0.5rem !important;
    z-index: 5;
    width: 3.7rem;
    padding: 0;
  }
  .header__search .input-group .icon {
    width: 1.5rem;
    height: auto;
  }
}
@media (min-width: 992px) {
  .header__container {
    grid-template-columns: auto auto 1fr auto auto auto;
    grid-auto-rows: auto auto auto;
    grid-template-areas: "ticket ticket menu menu menu lang" "divider divider divider divider divider divider" "logo search search search buttons buttons";
    padding-top: 0.9rem;
    padding-bottom: 1.6rem;
  }
  .header__burger {
    display: none;
  }
  .header__logo {
    margin-right: 2.6rem;
  }
  .header__menu .btn-inline {
    color: #575151;
    font-size: 0.875rem;
  }
  .header__menu .btn-inline:hover {
    color: #1bac2f;
  }
  .header__menu .hidden-desktop {
    display: none;
  }
  .header .dropdown-toggle.show {
    color: #1bac2f;
    background: #f6f6f6;
    border-color: #f6f6f6;
  }
  .header .dropdown-menu {
    box-shadow: 0 1px 2px 0 rgba(5, 9, 26, 0.12), 0 4px 8px 0 rgba(5, 9, 26, 0.08), 0 4px 32px 0 rgba(5, 9, 26, 0.05);
    padding: 20px 16px;
    margin-top: 8px !important;
    border: none;
  }
  .header .dropdown-menu .btn-inline {
    font-size: 18px;
    min-width: 344px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    white-space: normal;
  }
  .header__lang {
    color: #575151;
    font-size: 0.875rem;
  }
  .header__lang .dropdown-menu {
    min-width: unset;
  }
  .header__lang .dropdown .btn-inline {
    min-width: unset;
  }
  .header__ticket {
    font-size: 1.125rem;
  }
  .header__divider {
    display: block;
    height: 1.5rem;
  }
  .header__search {
    display: flex !important;
    position: relative;
  }
  .header__search .input-group {
    border: 1px solid #c3c3c3;
    border-radius: 12px;
    overflow: hidden;
    background: #FFF;
  }
  .header__search .input-group:focus-within {
    border-color: #1bac2f;
  }
  .header__search .input-group .form-control {
    border: none;
  }
  .header__search .input-group .btn {
    width: 6.4rem;
    border-radius: 12px !important;
    z-index: 22;
  }
  .header__buttons {
    font-size: 0.875rem;
    margin-left: calc(1.5rem + 3vw);
    line-height: 1;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .header__buttons {
    margin-left: 3.75rem;
  }
}
@media (min-width: 992px) {
  .header__buttons .icon {
    height: auto;
    width: 1.85rem;
    aspect-ratio: 1/1;
    margin-bottom: 0.35rem;
  }
  .header__buttons-item {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .header__buttons-item:hover {
    color: #1bac2f !important;
  }
}
.header .hidden-mobile {
  display: none;
}

.show-categories .page-fade {
  opacity: 1;
  pointer-events: auto;
  z-index: 10;
}
.show-categories .header:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.15);
  z-index: 1;
}
.show-categories .header .js-btnCategory {
  position: relative;
  z-index: 12;
}
.show-categories .header__submenu {
  display: block;
  z-index: 12;
}

@media (min-width: 992px) {
  .show-search .page-fade {
    opacity: 1;
    pointer-events: auto;
    z-index: 10;
  }
  .show-search .header:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.15);
    z-index: 1;
  }
  .show-search .header .input-group--search {
    position: relative;
    z-index: 12;
  }
}

.main {
  flex-grow: 1;
  padding-top: 58px;
}
@media (min-width: 992px) {
  .main {
    padding-top: 157px;
  }
}

.footer {
  background: #575151;
  color: #FFF;
  padding-top: 24px;
  padding-bottom: 36px;
}
.footer__logo {
  margin-bottom: 29px;
}
.footer .logo {
  width: 181px;
  display: block;
}
.footer a {
  color: #FFF;
}
.footer a:hover {
  color: #1bac2f;
}
.footer__list li {
  margin-bottom: 0.5em;
}
.footer__list li.footer__list-caption {
  margin-bottom: 0.6em;
}
.footer__help {
  line-height: 1.3;
}
.footer__help .btn {
  margin-top: -4px;
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 991.98px) {
  .footer__container {
    display: flex;
    flex-wrap: wrap;
  }
  .footer__logo {
    flex: 100% 0 0;
  }
  .footer__info {
    flex: 50% 0 0;
    margin-bottom: 11px;
  }
  .footer__legal, .footer__sell {
    flex: 42% 0 0;
    margin-left: auto;
  }
  .footer__contacts {
    flex: 50% 0 0;
    margin-bottom: 20px;
  }
  .footer__help {
    margin-bottom: 17px;
  }
  .footer__copyrights {
    flex: 100% 0 0;
  }
}
@media (min-width: 992px) {
  .footer {
    padding-top: 48px;
  }
  .footer__container {
    display: grid;
    grid-template-columns: repeat(5, auto);
    grid-template-rows: auto auto 1fr;
    grid-template-areas: "logo info legal contacts help" "sell info legal contacts help" "copyright info legal contacts help";
    justify-content: space-between;
  }
  .footer__logo {
    grid-area: logo;
    margin-bottom: 21px;
  }
  .footer__info {
    grid-area: info;
  }
  .footer__legal {
    grid-area: legal;
  }
  .footer__contacts {
    grid-area: contacts;
  }
  .footer__help {
    grid-area: help;
    margin-right: -16px;
    line-height: 1.1;
  }
  .footer__help .btn {
    margin-top: 17px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .footer__sell {
    grid-area: sell;
    margin-bottom: 44px;
  }
  .footer__copyright {
    grid-area: copyright;
  }
  .footer__list {
    margin-top: -3px;
  }
  .footer__list li {
    margin-bottom: 0.65em;
  }
  .footer__list li.footer__list-caption {
    margin-bottom: 0.75em;
  }
}
@media (min-width: 1200px) {
  .footer__help {
    margin-right: -37px;
  }
  .footer__help .btn {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.page__crumbs {
  flex: 100% 0 0;
  margin-bottom: 2.2rem;
  grid-area: crumbs;
}
.page__title {
  flex: 100% 0 0;
  margin-bottom: 1.3rem;
  grid-area: title;
}
.page__sidebar {
  grid-area: sidebar;
}
.page__sidebar .balance {
  background: #e5f6e8;
  padding: 6px 8px;
  border-radius: 12px;
  display: inline-flex;
  min-width: 189px;
  flex-direction: column;
  margin-bottom: 1rem;
}
.page__content {
  grid-area: content;
}
@media (max-width: 991.98px) {
  .page {
    background: #FFF;
  }
  .page__sidebar.hidden-mobile {
    display: none;
  }
  .page__search {
    width: 100%;
    flex: 100% 0 0;
    padding-top: 16px;
    margin-bottom: 18px;
  }
  .page__search .header__search {
    display: flex !important;
    height: 40px;
  }
  .page__search .header__search .btn {
    border-radius: 8px !important;
    font-size: 14px;
    padding-left: 8px;
    padding-right: 12px;
  }
  .page__search .header__search .btn--search {
    padding-left: 0;
    padding-right: 0;
    width: 40px;
    border-radius: 8px 6px 6px 8px !important;
  }
  .page__search .header__search .btn--search .icon {
    width: 24px;
    height: auto;
  }
  .page__search .header__search input.form-control {
    padding-left: 6px;
    padding-right: 6px;
  }
  .page__search .header__btn-category .icon {
    margin-right: 6px !important;
    width: 14px;
    height: 14px;
  }
}
@media (min-width: 992px) {
  .page__crumbs {
    margin-bottom: 1.1rem;
  }
  .page__container {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto 1fr;
    grid-template-areas: "crumbs crumbs" "sidebar title" "sidebar content";
    padding-bottom: 96px;
    padding-top: 64px;
  }
  .page__container--accounts {
    grid-template-areas: "crumbs crumbs" "title title" "sidebar content";
    padding-bottom: 0;
  }
  .page__container--base {
    display: block;
    padding-bottom: 0;
  }
  .page__search {
    display: none;
  }
  .page__sidebar {
    width: 252px;
    margin-right: 25px;
  }
  .page__sidebar .sidebar {
    background: #FFF;
    box-shadow: 0 1px 2px 0 rgba(5, 9, 26, 0.12), 0 4px 8px 0 rgba(5, 9, 26, 0.08), 0 4px 32px 0 rgba(5, 9, 26, 0.05);
    padding: 1rem 12px;
    border-radius: 8px;
  }
  .page__sidebar .balance {
    display: flex;
    padding: 12px 16px;
    margin-bottom: 0.6rem;
  }
  .page__sidebar .balance .text-s16 {
    font-weight: 500 !important;
  }
  .page__content {
    background: #FFF;
    box-shadow: 0 1px 2px 0 rgba(5, 9, 26, 0.12), 0 4px 8px 0 rgba(5, 9, 26, 0.08), 0 4px 32px 0 rgba(5, 9, 26, 0.05);
    border-radius: 8px;
    padding: 1.5rem 1.75rem;
    align-self: flex-start;
  }
  .page__content--base {
    background: none;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
  }
  .page__title {
    margin-top: 0.2rem;
    margin-bottom: 1.9rem;
  }
  .page__title .fw-medium {
    font-weight: 600 !important;
  }
}

.crumbs {
  color: #777778;
}
.crumbs a {
  color: #777778;
  text-decoration: none;
}
.crumbs li:not(:last-child) {
  display: flex;
}
.crumbs li:not(:last-child):after {
  content: "/";
  margin-left: 0.3em;
  margin-right: 0.3em;
}

@media (max-width: 991.98px) {
  .cabinet__sidebar-menu {
    display: flex;
    overflow: auto;
    padding-bottom: 1.4rem;
    margin-left: -10.5px;
    margin-right: -10.5px;
    padding-left: 4px;
    padding-right: 4px;
  }
  .cabinet__sidebar-menu .btn-inline {
    padding: 5px 12px;
    font-size: 12px;
    margin-left: 8px;
    display: flex;
    box-shadow: 0 1px 2px 0 rgba(5, 9, 26, 0.12), 0 4px 8px 0 rgba(5, 9, 26, 0.08), 0 4px 32px 0 rgba(5, 9, 26, 0.05);
    white-space: nowrap;
    align-items: center;
  }
  .cabinet__sidebar-menu .btn-inline .icon {
    height: auto;
    width: 14px;
    min-width: 14px;
    margin-right: 4px;
  }
}
.cabinet__sidebar-menu .btn-inline.is-active {
  background: #e5f6e8;
  color: #1bac2f;
}
@media (min-width: 992px) {
  .cabinet__sidebar-menu {
    margin-bottom: 0;
  }
  .cabinet__sidebar-menu li {
    margin-bottom: 0.55rem;
  }
  .cabinet__sidebar-menu .btn-inline {
    font-size: 18px;
    padding: 0.657rem 0.5rem;
    border-radius: 8px;
  }
  .cabinet__sidebar-menu .icon {
    width: 22px;
    height: auto;
    margin-right: 10px;
  }
}

.choices__inner {
  border-color: #c3c3c3;
  border-radius: 8px;
  min-height: 40px;
  background: #FFF;
  padding-top: 4.5px;
}
.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 4.5px;
}
.choices[data-type*=select-one].is-open:after {
  content: "";
  width: 20px;
  height: 20px;
  border: none;
  mask: url(../../../496dbd6a00d99a417ea6.svg#image-check) 50% 50% no-repeat;
  mask-size: contain;
  background: #1bac2f;
}
.choices:has(.error) .choices__inner {
  border-color: #EE2F24;
}
.choices__item--choice.is-selected {
  display: none;
}
.choices.is-open {
  z-index: 10;
}
.choices.is-open .choices__list--dropdown, .choices.is-open .choices__list[aria-expanded] {
  border-color: #1bac2f;
  border-radius: 0 0 8px 8px;
  border-top: none;
}
.choices.is-open .choices__inner {
  border-radius: 8px 8px 0 0;
  border-color: #1bac2f;
  background: #f6f6f6;
}
.choices.is-open .choices__list--single .choices__item {
  color: #1bac2f;
  background: #f6f6f6;
}
.choices.is-open.is-flipped .choices__list--dropdown, .choices.is-open.is-flipped .choices__list[aria-expanded] {
  border-radius: 8px 8px 0 0;
  border-top: 1px solid #1bac2f;
  border-bottom: none;
}
.choices.is-open.is-flipped .choices__inner {
  border-radius: 0 0 8px 8px;
}
@media (min-width: 992px) {
  .choices__inner {
    min-height: 54px;
    padding-top: 10px;
    font-size: 16px;
    border-radius: 12px;
  }
  .choices[data-type*=select-one] .choices__inner {
    padding-bottom: 10px;
  }
  .choices.is-open .choices__list--dropdown, .choices.is-open .choices__list[aria-expanded] {
    border-radius: 0 0 12px 12px;
  }
  .choices.is-open .choices__inner {
    border-radius: 12px 12px 0 0;
  }
  .choices.is-open.is-flipped .choices__list--dropdown, .choices.is-open.is-flipped .choices__list[aria-expanded] {
    border-radius: 12px 12px 0 0;
  }
  .choices.is-open.is-flipped .choices__inner {
    border-radius: 0 0 12px 12px;
  }
}

.modal {
  --bs-modal-width: 770px;
}
.modal-content {
  border: 1px solid #c3c3c3;
  padding-top: 20px;
  padding-bottom: 10px;
  box-shadow: 0 1px 2px 0 rgba(5, 9, 26, 0.12), 0 4px 8px 0 rgba(5, 9, 26, 0.08), 0 4px 32px 0 rgba(5, 9, 26, 0.05);
  border-radius: 8px;
}
.modal-body {
  max-width: 544px;
  margin-left: auto;
  margin-right: auto;
  padding: unset;
}
.modal--category .modal-body {
  margin: unset;
  overflow: hidden;
}
.modal--category .modal-dialog {
  padding-top: 73px;
  margin-top: 0;
  max-width: 480px;
}
.modal--category .btn-close, .modal--category .header .burger.is-active, .header .modal--category .burger.is-active {
  top: 10px;
  right: 12px;
}
.modal--accounts .modal-body {
  margin: unset;
  overflow: hidden;
}
.modal--accounts .modal-dialog {
  max-width: 480px;
}
.modal--accounts .btn-close, .modal--accounts .header .burger.is-active, .header .modal--accounts .burger.is-active {
  top: 10px;
  right: 12px;
}
.modal--auth {
  --bs-modal-width: 550px;
}
.modal--auth .btn-close, .modal--auth .header .burger.is-active, .header .modal--auth .burger.is-active {
  top: 1em;
  right: 1em;
}
.modal--auth .modal-body {
  max-width: 350px;
}
@media (max-width: 991.98px) {
  .modal--buy .btn-close, .modal--buy .header .burger.is-active, .header .modal--buy .burger.is-active, .modal--add .btn-close, .modal--add .header .burger.is-active, .header .modal--add .burger.is-active {
    top: 0.5em;
    right: 0.5em;
  }
  .modal--buy .modal-body, .modal--add .modal-body {
    padding: 20px 12px;
  }
}
@media (min-width: 992px) {
  .modal--buy .modal-dialog, .modal--add .modal-dialog {
    max-width: 602px;
  }
  .modal--buy .modal-body, .modal--add .modal-body {
    max-width: 402px;
  }
}
@media (min-width: 992px) {
  .modal-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.btn-close, .header .burger.is-active {
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eee;
  opacity: 1;
  top: 22px;
  right: 24px;
  transition: 0.25s ease;
  z-index: 2;
  padding: 0;
}
.btn-close:after, .header .burger.is-active:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  mask: url(../../../496dbd6a00d99a417ea6.svg#image-close) 50% 50% no-repeat;
  mask-size: contain;
  background: #777778;
  transition: 0.25s ease;
}
.btn-close:hover, .header .burger.is-active:hover {
  background: #1bac2f;
}
.btn-close:hover:after, .header .burger.is-active:hover:after {
  background: #FFF;
}

.dropzonePreviews .dz-preview {
  display: inline-flex;
  margin: 0 12px 12px 0;
}
.dropzonePreviews .dz-button {
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #28292f;
  border-radius: 8px;
  padding: 8px 12px;
  cursor: pointer;
}
.dropzonePreviews .dz-icon {
  margin-right: 0.5em;
}
.dropzonePreviews .dz-icon .icon {
  height: auto;
  display: block;
}
.dropzonePreviews .dz-remove {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #EEE;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.5em;
}
.dropzonePreviews .dz-remove .icon {
  width: 11px;
  height: auto;
  fill: #777778;
  display: block;
}

.accounts {
  margin-bottom: 2em;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(5, 9, 26, 0.12), 0 4px 8px 0 rgba(5, 9, 26, 0.08);
  border-radius: 8px;
  padding: 12px;
}
.accounts__table {
  display: table;
  width: 100%;
  font-size: 12px;
}
.accounts__menu {
  display: none;
}
.accounts__description {
  color: #575151;
  line-height: 134%;
}
.accounts__row {
  padding: 12px 4px;
  margin-left: -4px;
  margin-right: -4px;
}
.accounts__row:nth-child(odd) {
  background: #f6f6f6;
}
.accounts__icon {
  width: 32px;
  margin-right: 10px;
  min-width: 32px;
  margin-top: 0.35em;
}
.accounts__icon .icon, .accounts__icon [class*=svg-image-] {
  height: auto;
  max-width: 100%;
  width: 100%;
}
.accounts .btn-outline-primary {
  background: #FFF;
}
.accounts .btn-outline-primary:hover {
  background: #1bac2f;
}
.accounts__list li {
  margin-bottom: 0.325rem;
}
.accounts__list .btn {
  font-size: 18px;
  padding: 0.657rem 0.5rem;
  border-radius: 8px;
  white-space: nowrap;
}
.accounts__list .btn:hover .icon, .accounts__list .btn.is-active .icon {
  fill: #1bac2f;
}
.accounts__list .btn.is-active {
  color: #1bac2f;
  background: #e5f6e8;
}
.accounts__list .icon {
  width: 22px;
  height: auto;
  margin-right: 10px;
  fill: #777778;
}
.accounts__filter-section {
  margin-top: 32px;
}
.accounts__filter-section--channel .icon--telegram {
  background: #2AABEE;
  border-radius: 50%;
}
.accounts__filter-input {
  padding-left: 50px;
  border-radius: 8px;
  height: 38px;
}
.accounts__filter-placeholder {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  padding-left: 6px;
  color: #777778;
  font-size: 14px;
}
.accounts__filter-subcategories.everyone .checkbox:not(:has(input[value=all])) {
  opacity: 0.5;
}
.accounts__filter-subcategory {
  cursor: pointer;
}
.accounts__filter-subcategory .checkbox {
  margin-right: 10px;
}
.accounts__filter-subcategory .icon-info {
  fill: #c3c3c3;
}
.accounts__filter-subcategory .icon-info:hover {
  fill: #28292f;
}
@media (max-width: 991.98px) {
  .accounts .hidden-mobile {
    display: none;
  }
  .accounts__menu {
    padding: 0 0 10px 6px;
    margin: -5px -10px 0.4em -6px;
    display: flex;
  }
  .accounts__menu-item {
    margin-right: 12px;
  }
  .accounts__menu-trigger {
    height: 28px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 1px 2px 0 rgba(5, 9, 26, 0.12), 0 4px 8px 0 rgba(5, 9, 26, 0.08);
    font-size: 12px;
    align-items: center;
    white-space: nowrap;
    color: #777778;
    padding: 6px;
    cursor: pointer;
    transition: 0.3s ease;
  }
  .accounts__menu-trigger .icon {
    margin-left: 4px;
  }
  .accounts__menu-trigger:hover {
    background: #1bac2f;
  }
  .accounts__row {
    margin-bottom: 0.9em;
  }
  .accounts__row--thead {
    color: #28292f;
    font-weight: 500;
    font-size: 12px;
    height: 32px;
    display: flex;
    align-items: center;
    padding: 8px;
    border: 1px solid #c3c3c3;
    background: #eee;
    border-radius: 8px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1em;
  }
  .accounts__cell--description {
    margin-bottom: 0.55em;
  }
  .accounts__cell--stock, .accounts__cell--price {
    display: inline-block;
    margin-bottom: 1.6em;
  }
  .accounts__cell--stock .icon, .accounts__cell--price .icon {
    margin-right: 2px;
  }
  .accounts__cell--stock {
    margin-right: 12px;
  }
  .accounts__cell--buttons {
    display: flex;
    justify-content: space-between;
    gap: 1em;
  }
  .accounts__cell--buttons .btn {
    height: 38px;
    flex: 1;
    padding-top: unset;
    padding-bottom: unset;
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .accounts__button {
    align-items: center;
    display: flex;
    background: #eee;
    border-radius: 10px;
    padding: 6px;
    white-space: nowrap;
  }
  .accounts__button .hidden-desktop {
    display: flex;
    align-items: center;
    margin-right: 0.25em;
  }
}
@media (min-width: 992px) {
  .accounts {
    margin-bottom: 3em;
    padding: 24px;
  }
  .accounts__menu {
    display: none !important;
  }
  .accounts__row {
    display: flex;
    align-items: center;
    margin-bottom: 1.1em;
    min-height: 118px;
  }
  .accounts__row--thead {
    font-size: 16px;
    font-weight: 600;
    height: 43px;
    border: 1px solid #c3c3c3;
    background: #eee;
    border-radius: 8px;
    padding-left: 8px;
    margin-bottom: 1em;
    min-height: unset;
  }
  .accounts__row--thead .icon {
    height: auto;
    width: 19px;
  }
  .accounts__description {
    line-height: 150%;
  }
  .accounts__button {
    font-size: 16px;
  }
  .accounts__icon {
    flex: 48px 0 0;
    min-width: 48px;
    margin-right: 20px;
  }
  .accounts__cell:nth-child(1) {
    flex: 45.5% 0 0;
  }
  .accounts__cell:nth-child(2) {
    flex: 15% 0 0;
    text-align: center;
    min-width: 100px;
  }
  .accounts__cell:nth-child(3) {
    flex: 15% 0 0;
    text-align: center;
    min-width: 100px;
  }
  .accounts__cell--buttons {
    margin-left: auto;
    flex: 1;
  }
  .accounts__cell--buttons .btn {
    white-space: nowrap;
    width: 100%;
    max-width: 170px;
    margin-left: auto;
    display: flex;
    justify-content: center;
  }
  .accounts__cell--buttons .btn:not(:last-child) {
    margin-bottom: 12px;
  }
  .accounts .hidden-desktop {
    display: none;
  }
  .accounts__more .btn {
    min-width: 140px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .accounts__button {
    font-size: 14px;
  }
  .accounts__row--thead {
    font-size: 14px;
  }
  .accounts__cell:nth-child(1) {
    flex: 50% 0 0;
  }
  .accounts__cell--buttons .btn {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }
}

.form-password .form-control {
  padding-right: 2em;
}
.form-password .pass-eye {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  width: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.form-password .pass-eye .icon {
  position: absolute;
  fill: var(--bs-gray);
  transition: 0.25s ease;
}
.form-password .pass-eye .eye--disabled {
  opacity: 0;
  fill: black;
}
.form-password .pass-eye:hover .icon {
  fill: #05091A;
}
.form-password .pass-eye.is-active .icon {
  opacity: 0;
}
.form-password .pass-eye.is-active .eye--disabled {
  opacity: 1;
}

.form-error {
  margin-top: 4px;
  color: #EB5757;
  font-size: 12px;
}
@media (min-width: 992px) {
  .form-error {
    margin-top: 12px;
    font-size: 14px;
  }
}

.form-control {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.form-control.error {
  border-color: #EE2F24;
}

.form-auth .form-control {
  height: 40px;
  border-radius: 10px;
}
.form-auth .btn .icon {
  margin-top: -1em;
  margin-bottom: -1em;
}
.form-auth .btn .icon--telegram {
  vertical-align: 0.5em;
  margin-right: 0.25em;
}
@media (min-width: 992px) {
  .form-auth .form-control {
    height: 54px;
    border-radius: 12px;
  }
}
.form-auth [data-bs-toggle=tooltip] {
  vertical-align: -4px;
}
.form-auth [data-bs-toggle=tooltip] .icon-info {
  fill: #c3c3c3;
}

.affiliate__header {
  margin-bottom: 5em;
}
.affiliate__header-screen {
  text-align: center;
}
.affiliate__info {
  margin-bottom: 3em;
}
.affiliate__info .h2 {
  margin-bottom: 1em;
}
.affiliate__info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.affiliate__info-list li {
  padding-left: 2em;
  position: relative;
  margin-bottom: 1em;
}
.affiliate__info-list li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0.5em;
  top: 0.35em;
  background: #1BAC2F;
  width: 0.6667em;
  height: 0.6667em;
  border-radius: 50%;
}
.affiliate__info-block {
  border-radius: 10px;
  padding: 2.667em 1.778em;
}
.affiliate__info-block--allowed {
  background: #E5F6E8;
  margin-bottom: 5em;
}
.affiliate__info-block--prohibited {
  background: #FAE0DF;
}
.affiliate__info-sublist {
  margin: 0;
}
.affiliate__info-sublist li {
  margin-bottom: 0.85em;
}
.affiliate__info-blocks {
  margin-bottom: 4.444em;
}
@media (min-width: 992px) {
  .affiliate__header {
    margin-bottom: 8em;
  }
  .affiliate__header-info {
    flex: 50% 0 0;
    padding-right: 10%;
    align-self: center;
  }
  .affiliate__header-screen {
    flex: 1;
  }
  .affiliate__info {
    max-width: 1064px;
    margin-left: auto;
    margin-right: auto;
  }
  .affiliate__info .h2 {
    margin-bottom: 1.33em;
  }
  .affiliate__info-list {
    columns: 2;
    column-gap: 2.222em;
    margin-bottom: 0;
  }
  .affiliate__info-list li {
    margin-bottom: 2.222em;
    padding: 0.8889em 2.666em;
  }
  .affiliate__info-list li:before {
    top: 1.35em;
    left: 1em;
  }
  .affiliate__info-block {
    flex: 1;
  }
  .affiliate__info-block--allowed {
    margin-bottom: unset;
  }
  .affiliate__info-block .h3 {
    margin-bottom: 1.125em !important;
  }
  .affiliate__info-blocks {
    column-gap: 2.66666667em;
    max-width: 1088px;
    margin-left: auto;
    margin-right: auto;
  }
}

.buy-steps__step {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.25s ease;
  position: absolute;
  pointer-events: none;
  z-index: -1;
  height: 0;
  overflow: hidden;
}
.buy-steps__step.is-active {
  visibility: visible;
  opacity: 1;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  height: auto;
  overflow: unset;
}
.buy-steps__vendor {
  border: 1px solid #c3c3c3;
  border-radius: 12px;
  padding: 11px 8px;
  height: 40px;
  cursor: pointer;
  transition: border-color 0.25s ease, background-color 0.25s ease;
}
.buy-steps__vendor:hover {
  border-color: #1bac2f;
}
.buy-steps__vendor:has(input:checked) {
  background: #e5f6e8;
  border-color: #1bac2f;
}
.buy-steps__vendor span {
  display: block;
  line-height: 1;
}
.buy-steps__vendor-partner {
  flex: 43% 0 0;
}
.buy-steps__vendor-price {
  margin-left: auto;
}
.buy-steps .radio {
  margin-right: 6px;
  min-width: 16px;
}
.buy-steps .radio .form-check-input {
  margin-top: 0;
}
.buy-steps__thead {
  padding-inline: 12px;
  font-weight: 500;
  margin-bottom: 12px;
}
.buy-steps__thead .buy-steps__vendor-partner {
  flex: calc(43% + 16px + 6px) 0 0;
}
.buy-steps__thead span:last-child {
  margin-left: auto;
}
.buy-steps__back .icon {
  margin-top: 0.1em;
}
.buy-steps .form-control {
  height: 40px;
  border-radius: 10px;
}
.buy-steps .form-control[readonly] {
  border-color: #c3c3c3;
  pointer-events: none;
  color: #777778;
}
.buy-steps .choices {
  margin-bottom: 0;
}
.buy-steps__order-info {
  margin-bottom: 16px;
}
.buy-steps__order-info li {
  margin-bottom: 12px;
}
.buy-steps__form--add .input {
  width: 100%;
  height: 32px;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
  text-align: center;
}
.buy-steps__form--add .input::placeholder {
  color: #777778;
}
.buy-steps__form--add .input:focus, .buy-steps__form--add .input:focus-visible {
  border-color: #c3c3c3;
  outline: none;
}
.buy-steps__form--add .buy-steps__thead .buy-steps__vendor-partner {
  flex-basis: calc(30% + 16px + 6px);
}
.buy-steps__form--add .buy-steps__vendor {
  height: 64px;
  padding-block: 16px;
  padding-right: 16px;
}
.buy-steps__form--add .buy-steps__vendor-partner {
  flex-basis: 30%;
}
.buy-steps__form--add .buy-steps__vendor-pcs {
  flex-basis: 25%;
}
.buy-steps__form--add .buy-steps__vendor-price {
  flex-basis: 25%;
  margin-left: unset;
}
.buy-steps__form--add .buy-steps__vendor-amount {
  flex: 70px 0 0;
  margin-left: auto;
}
@media (min-width: 992px) {
  .buy-steps__vendor {
    height: 48px;
  }
  .buy-steps .form-control {
    height: 54px;
  }
  .buy-steps__order-info {
    margin-bottom: 32px;
  }
}

.cart__info {
  background: #FFF;
  box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.07);
  padding: 20px 12px;
}
.cart .input {
  width: 70px;
  height: 32px;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
  text-align: center;
  transition: 0.25s ease;
}
.cart .input::placeholder {
  color: #777778;
}
.cart .input:focus-within {
  outline: none !important;
  border-color: #1bac2f;
}
.cart .accounts--cart {
  border: none;
  box-shadow: none;
  padding: 0;
}
.cart__total--mobile {
  box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.07);
  padding: 20px 12px;
  border-radius: 8px 8px 0 0;
  position: fixed;
  z-index: 10;
  left: 12px;
  bottom: 0;
  right: 12px;
  opacity: 0;
  pointer-events: none;
  transition: 0.15s ease;
}
.cart__total--mobile.is-active {
  pointer-events: auto;
  opacity: 1;
}
.cart .accounts__table--cart .accounts__icon {
  margin-top: 0;
}
.cart .accounts__table--cart .accounts__cell--check {
  flex: 28px 0 0;
  padding-top: 0.5em;
}
.cart .accounts__table--cart .accounts__cell--description {
  flex: calc(100% - 28px) 0 0;
  margin-bottom: 1em;
}
.cart .accounts__table--cart .accounts__cell--stock {
  margin-bottom: 0;
}
.cart .accounts__table--cart .accounts__cell--amount {
  flex: 100% 0 0;
}
.cart .accounts__table--cart .accounts__cell--amount .btn-inline:hover {
  background: none;
}
.cart .accounts__table--cart .accounts__cell--price {
  margin-bottom: 1em;
}
.cart .accounts__table--cart .accounts__row {
  display: flex;
  flex-wrap: wrap;
  background: #FFF;
  box-shadow: 0 1px 2px 0 rgba(5, 9, 26, 0.12), 0 4px 8px 0 rgba(5, 9, 26, 0.08), 0 4px 32px 0 rgba(5, 9, 26, 0.05);
  margin-bottom: 20px;
  border-radius: 8px;
  margin-inline: 0;
  padding: 12px;
}
.cart .accounts__table--cart .accounts__row:last-child {
  margin-bottom: 0;
}
.cart .accounts__table--cart .accounts__row--thead {
  display: none;
}
.cart .accounts__table--cart .accounts__row--thead .accounts__cell {
  text-align: left;
}
@media (max-width: 991.98px) {
  .cart .hidden-mobile {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .cart {
    gap: 40px;
  }
  .cart .hidden-desktop {
    display: none !important;
  }
  .cart__totall--mobile {
    display: none;
  }
  .cart .accounts {
    background: none;
    padding: 0;
    box-shadow: none;
  }
  .cart .accounts__description {
    font-size: 12px;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 4.2em;
    line-height: 1.4em;
  }
  .cart .accounts__table--cart .accounts__cell {
    font-size: 14px;
  }
  .cart .accounts__table--cart .accounts__cell--check {
    padding-top: 0;
  }
  .cart .accounts__table--cart .accounts__cell--description {
    flex: 35% 0 0;
    margin: 0;
    text-align: left;
    padding-right: 5%;
  }
  .cart .accounts__table--cart .accounts__cell--amount {
    flex: auto 0 0;
    margin-left: auto;
  }
  .cart .accounts__table--cart .accounts__cell--partner {
    flex: 15% 0 0;
  }
  .cart .accounts__table--cart .accounts__cell--partner.w-lg-25 {
    flex-basis: 25%;
  }
  .cart .accounts__table--cart .accounts__cell--stock {
    flex: 15% 0 0;
  }
  .cart .accounts__table--cart .accounts__cell--price {
    margin: 0;
  }
  .cart .accounts__table--cart .accounts__row {
    border-radius: 8px;
    flex-wrap: nowrap;
    align-items: center;
    margin-inline: 0;
    margin-bottom: 20px;
    box-shadow: none;
  }
  .cart .accounts__table--cart .accounts__row--thead {
    display: flex;
    padding-inline: 12px;
    background: #eee;
  }
  .cart .accounts__table--cart .accounts__row--thead .accounts__cell--amount {
    min-width: 80px;
    text-align: center;
  }
  .cart .accounts__table--cart .accounts__row:not(.accounts__row--thead) {
    background: #FFF;
    padding: 20px 12px;
    border: 1px solid #c3c3c3;
  }
  .cart__info {
    box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.07);
    background: #FFF;
    border-radius: 12px;
    padding: 40px 24px;
    width: 340px;
  }
  .cart .accounts__controls {
    border: 1px solid #c3c3c3;
    border-radius: 8px;
    padding: 20px 12px;
    background: #FFF;
  }
}

.payment-method {
  box-shadow: 0 1px 2px 0 rgba(5, 9, 26, 0.12), 0 4px 8px 0 rgba(5, 9, 26, 0.08), 0 4px 32px 0 rgba(5, 9, 26, 0.05);
  background: #FFF;
  border-radius: 8px;
  padding: 20px 8px;
}
.payment-method__list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #28292f;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.payment-method__list-item {
  width: 100%;
}
.payment-method__list-label {
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #c3c3c3;
  transition: 0.25s ease;
  padding: 8px;
  width: 100%;
  cursor: pointer;
}
.payment-method__list-label img {
  width: 16px;
  min-width: 16px;
  height: 16px;
  border-radius: 50%;
  display: block;
}
.payment-method__list-label input[type=radio] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.payment-method__list-label:has(:checked) {
  background: #e5f6e8;
  border-color: #1bac2f;
}
.payment-method__button {
  padding-left: 40px;
  padding-right: 40px;
}
.payment-method__notice {
  border: 1px solid #c3c3c3;
  border-radius: 8px;
  padding: 12px 8px;
  background: #fff6e1;
}
.payment-method__notice .icon {
  min-width: 20px;
  background: #f8f9fa;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .payment-method {
    padding: 40px 34px;
  }
  .payment-method__list {
    align-items: stretch;
    gap: 24px;
  }
  .payment-method__list-label {
    padding: 16px;
  }
  .payment-method__list-label img {
    width: 24px;
    min-width: 24px;
    height: 24px;
  }
  .payment-method__list-item {
    width: calc((100% - 48px) / 3);
    display: flex;
  }
  .payment-method__notice {
    padding: 15px 12px;
  }
}

.product__content {
  color: #575151;
}
.product__content h1, .product__content .h1 {
  font-size: 20px;
  margin-bottom: 1em;
  color: #28292f;
}
.product__content h2, .product__content .h2 {
  font-size: 18px;
  margin-bottom: 0.5em;
  color: #28292f;
}
.product__content b {
  font-weight: 500;
  color: black;
}
.product__infoblock {
  box-shadow: 0 1px 2px 0 rgba(5, 9, 26, 0.12), 0 4px 8px 0 rgba(5, 9, 26, 0.08), 0 4px 32px 0 rgba(5, 9, 26, 0.05);
  background: #FFF;
  padding: 16px 8px;
  border-radius: 8px;
  margin-bottom: 40px;
}
.product__content {
  box-shadow: 0 1px 2px 0 rgba(5, 9, 26, 0.12), 0 4px 8px 0 rgba(5, 9, 26, 0.08), 0 4px 32px 0 rgba(5, 9, 26, 0.05);
  background: #FFF;
  padding: 16px 8px;
  border-radius: 8px;
}
@media (max-width: 991.98px) {
  .product .page__sidebar {
    flex-direction: column-reverse;
  }
}
@media (min-width: 992px) {
  .product__content h1, .product__content .h1 {
    font-size: 24px;
  }
  .product__content h2, .product__content .h2 {
    font-size: 24px;
  }
}

.faq {
  list-style: none;
  padding: 0;
  margin: 0;
}
.faq__header {
  display: flex;
  cursor: pointer;
}
.faq__toggler {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #eee;
}
.faq__toggler svg {
  fill: #777778;
  transition: transform 0.2s ease-in-out;
}
.faq__content {
  overflow: hidden;
  transition: 0.25s ease;
  height: 0;
}
.faq__block {
  padding-top: 12px;
}
.faq__item {
  padding-block: 16px;
}
.faq__item:not(:last-child) {
  border-bottom: 1px solid #c3c3c3;
}
.faq__item.is-open .faq__toggler svg {
  transform: rotate(-180deg);
}

/*# sourceMappingURL=main.css.map*/