
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");
/* Header height */
/* Fonts */
/* Breakpoints */
/* Colors */
/* Shadows */
/* Borders */
body.qa::after {
  background: #f33650;
  color: #fff;
  content: "qa";
  font-family: sans-serif;
  font-size: 15px;
  font-weight: bold;
  height: 25px;
  line-height: 27px;
  position: fixed;
  right: -20px;
  text-align: center;
  text-transform: uppercase;
  top: 7px;
  transform: rotate(45deg);
  width: 80px;
  z-index: 99999;
}

body.development::after {
  background: #55c66d;
  color: #fff;
  content: "dev";
  font-family: sans-serif;
  font-size: 15px;
  font-weight: bold;
  height: 25px;
  line-height: 27px;
  position: fixed;
  right: -20px;
  text-align: center;
  text-transform: uppercase;
  top: 7px;
  transform: rotate(45deg);
  width: 80px;
  z-index: 99999;
}

/* Trix is imported within admin/index to ensure it is loaded concurrently with BS: */
trix-editor {
  border: 1px solid #bbb;
  border-radius: 3px;
  margin: 0;
  padding: 0.4em 0.6em;
  min-height: 5em;
  outline: none;
}

trix-toolbar * {
  box-sizing: border-box;
}

trix-toolbar .trix-button-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  overflow-x: auto;
}

trix-toolbar .trix-button-group {
  display: flex;
  margin-bottom: 10px;
  border: 1px solid #bbb;
  border-top-color: #ccc;
  border-bottom-color: #888;
  border-radius: 3px;
}

trix-toolbar .trix-button-group:not(:first-child) {
  margin-left: 1.5vw;
}

@media (max-width: 768px) {
  trix-toolbar .trix-button-group:not(:first-child) {
    margin-left: 0;
  }
}
trix-toolbar .trix-button-group-spacer {
  flex-grow: 1;
}

@media (max-width: 768px) {
  trix-toolbar .trix-button-group-spacer {
    display: none;
  }
}
trix-toolbar .trix-button {
  position: relative;
  float: left;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.75em;
  font-weight: 600;
  white-space: nowrap;
  padding: 0 0.5em;
  margin: 0;
  outline: none;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  background: transparent;
}

trix-toolbar .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}

trix-toolbar .trix-button.trix-active {
  background: #cbeefa;
  color: rgb(0, 0, 0);
}

trix-toolbar .trix-button:not(:disabled) {
  cursor: pointer;
}

trix-toolbar .trix-button:disabled {
  color: rgba(0, 0, 0, 0.125);
}

@media (max-width: 768px) {
  trix-toolbar .trix-button {
    letter-spacing: -0.01em;
    padding: 0 0.3em;
  }
}
trix-toolbar .trix-button--icon {
  font-size: inherit;
  width: 2.6em;
  height: 1.6em;
  max-width: calc(0.8em + 4vw);
  text-indent: -9999px;
}

@media (max-width: 768px) {
  trix-toolbar .trix-button--icon {
    height: 2em;
    max-width: calc(0.8em + 3.5vw);
  }
}
trix-toolbar .trix-button--icon::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 768px) {
  trix-toolbar .trix-button--icon::before {
    right: 6%;
    left: 6%;
  }
}
trix-toolbar .trix-button--icon.trix-active::before {
  opacity: 1;
}

trix-toolbar .trix-button--icon:disabled::before {
  opacity: 0.125;
}

trix-toolbar .trix-button--icon-attach::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.5%2018V7.5c0-2.25%203-2.25%203%200V18c0%204.125-6%204.125-6%200V7.5c0-6.375%209-6.375%209%200V18%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  top: 8%;
  bottom: 4%;
}

trix-toolbar .trix-button--icon-bold::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.522%2019.242a.5.5%200%200%201-.5-.5V5.35a.5.5%200%200%201%20.5-.5h5.783c1.347%200%202.46.345%203.24.982.783.64%201.216%201.562%201.216%202.683%200%201.13-.587%202.129-1.476%202.71a.35.35%200%200%200%20.049.613c1.259.56%202.101%201.742%202.101%203.22%200%201.282-.483%202.334-1.363%203.063-.876.726-2.132%201.12-3.66%201.12h-5.89ZM9.27%207.347v3.362h1.97c.766%200%201.347-.17%201.733-.464.38-.291.587-.716.587-1.27%200-.53-.183-.928-.513-1.198-.334-.273-.838-.43-1.505-.43H9.27Zm0%205.606v3.791h2.389c.832%200%201.448-.177%201.853-.497.399-.315.614-.786.614-1.423%200-.62-.22-1.077-.63-1.385-.418-.313-1.053-.486-1.905-.486H9.27Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-italic::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9%205h6.5v2h-2.23l-2.31%2010H13v2H6v-2h2.461l2.306-10H9V5Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-link::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M18.948%205.258a4.337%204.337%200%200%200-6.108%200L11.217%206.87a.993.993%200%200%200%200%201.41c.392.39%201.027.39%201.418%200l1.623-1.613a2.323%202.323%200%200%201%203.271%200%202.29%202.29%200%200%201%200%203.251l-2.393%202.38a3.021%203.021%200%200%201-4.255%200l-.05-.049a1.007%201.007%200%200%200-1.418%200%20.993.993%200%200%200%200%201.41l.05.049a5.036%205.036%200%200%200%207.091%200l2.394-2.38a4.275%204.275%200%200%200%200-6.072Zm-13.683%2013.6a4.337%204.337%200%200%200%206.108%200l1.262-1.255a.993.993%200%200%200%200-1.41%201.007%201.007%200%200%200-1.418%200L9.954%2017.45a2.323%202.323%200%200%201-3.27%200%202.29%202.29%200%200%201%200-3.251l2.344-2.331a2.579%202.579%200%200%201%203.631%200c.392.39%201.027.39%201.419%200a.993.993%200%200%200%200-1.41%204.593%204.593%200%200%200-6.468%200l-2.345%202.33a4.275%204.275%200%200%200%200%206.072Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-strike::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6%2014.986c.088%202.647%202.246%204.258%205.635%204.258%203.496%200%205.713-1.728%205.713-4.463%200-.275-.02-.536-.062-.781h-3.461c.398.293.573.654.573%201.123%200%201.035-1.074%201.787-2.646%201.787-1.563%200-2.773-.762-2.91-1.924H6ZM6.432%2010h3.763c-.632-.314-.914-.715-.914-1.273%200-1.045.977-1.739%202.432-1.739%201.475%200%202.52.723%202.617%201.914h2.764c-.05-2.548-2.11-4.238-5.39-4.238-3.145%200-5.392%201.719-5.392%204.316%200%20.363.04.703.12%201.02ZM4%2011a1%201%200%201%200%200%202h15a1%201%200%201%200%200-2H4Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-quote::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4.581%208.471c.44-.5%201.056-.834%201.758-.995C8.074%207.17%209.201%207.822%2010%208.752c1.354%201.578%201.33%203.555.394%205.277-.941%201.731-2.788%203.163-4.988%203.56a.622.622%200%200%201-.653-.317c-.113-.205-.121-.49.16-.764.294-.286.567-.566.791-.835.222-.266.413-.54.524-.815.113-.28.156-.597.026-.908-.128-.303-.39-.524-.72-.69a3.02%203.02%200%200%201-1.674-2.7c0-.905.283-1.59.72-2.088Zm9.419%200c.44-.5%201.055-.834%201.758-.995%201.734-.306%202.862.346%203.66%201.276%201.355%201.578%201.33%203.555.395%205.277-.941%201.731-2.789%203.163-4.988%203.56a.622.622%200%200%201-.653-.317c-.113-.205-.122-.49.16-.764.294-.286.567-.566.791-.835.222-.266.412-.54.523-.815.114-.28.157-.597.026-.908-.127-.303-.39-.524-.72-.69a3.02%203.02%200%200%201-1.672-2.701c0-.905.283-1.59.72-2.088Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-heading-1::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21.5%207.5v-3h-12v3H14v13h3v-13h4.5ZM9%2013.5h3.5v-3h-10v3H6v7h3v-7Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-code::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.293%2011.293a1%201%200%200%200%200%201.414l4%204a1%201%200%201%200%201.414-1.414L5.414%2012l3.293-3.293a1%201%200%200%200-1.414-1.414l-4%204Zm13.414%205.414%204-4a1%201%200%200%200%200-1.414l-4-4a1%201%200%201%200-1.414%201.414L18.586%2012l-3.293%203.293a1%201%200%200%200%201.414%201.414Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-bullet-list::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%207.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203ZM8%206a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1Zm1%205a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm0%206a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm-2.5-5a1.5%201.5%200%201%201-3%200%201.5%201.5%200%200%201%203%200ZM5%2019.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-number-list::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3%204h2v4H4V5H3V4Zm5%202a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1Zm1%205a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm0%206a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm-3.5-7H6v1l-1.5%202H6v1H3v-1l1.667-2H3v-1h2.5ZM3%2017v-1h3v4H3v-1h2v-.5H4v-1h1V17H3Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-undo::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3%2014a1%201%200%200%200%201%201h6a1%201%200%201%200%200-2H6.257c2.247-2.764%205.151-3.668%207.579-3.264%202.589.432%204.739%202.356%205.174%205.405a1%201%200%200%200%201.98-.283c-.564-3.95-3.415-6.526-6.825-7.095C11.084%207.25%207.63%208.377%205%2011.39V8a1%201%200%200%200-2%200v6Zm2-1Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-redo::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21%2014a1%201%200%200%201-1%201h-6a1%201%200%201%201%200-2h3.743c-2.247-2.764-5.151-3.668-7.579-3.264-2.589.432-4.739%202.356-5.174%205.405a1%201%200%200%201-1.98-.283c.564-3.95%203.415-6.526%206.826-7.095%203.08-.513%206.534.614%209.164%203.626V8a1%201%200%201%201%202%200v6Zm-2-1Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-decrease-nesting-level::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%206a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1Zm4%205a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2H9Zm-3%206a1%201%200%201%200%200%202h12a1%201%200%201%200%200-2H6Zm-3.707-5.707a1%201%200%200%200%200%201.414l2%202a1%201%200%201%200%201.414-1.414L4.414%2012l1.293-1.293a1%201%200%200%200-1.414-1.414l-2%202Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-increase-nesting-level::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%206a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1Zm4%205a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2H9Zm-3%206a1%201%200%201%200%200%202h12a1%201%200%201%200%200-2H6Zm-2.293-2.293%202-2a1%201%200%200%200%200-1.414l-2-2a1%201%200%201%200-1.414%201.414L3.586%2012l-1.293%201.293a1%201%200%201%200%201.414%201.414Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-dialogs {
  position: relative;
}

trix-toolbar .trix-dialog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 0.75em;
  padding: 15px 10px;
  background: #fff;
  box-shadow: 0 0.3em 1em #ccc;
  border-top: 2px solid #888;
  border-radius: 5px;
  z-index: 5;
}

trix-toolbar .trix-input--dialog {
  font-size: inherit;
  font-weight: normal;
  padding: 0.5em 0.8em;
  margin: 0 10px 0 0;
  border-radius: 3px;
  border: 1px solid #bbb;
  background-color: #fff;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

trix-toolbar .trix-input--dialog.validate:invalid {
  box-shadow: #F00 0px 0px 1.5px 1px;
}

trix-toolbar .trix-button--dialog {
  font-size: inherit;
  padding: 0.5em;
  border-bottom: none;
}

trix-toolbar .trix-dialog--link {
  max-width: 600px;
}

trix-toolbar .trix-dialog__link-fields {
  display: flex;
  align-items: baseline;
}

trix-toolbar .trix-dialog__link-fields .trix-input {
  flex: 1;
}

trix-toolbar .trix-dialog__link-fields .trix-button-group {
  flex: 0 0 content;
  margin: 0;
}

trix-editor [data-trix-mutable]:not(.attachment__caption-editor) {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

trix-editor [data-trix-mutable] ::-moz-selection, trix-editor [data-trix-mutable]::-moz-selection,
trix-editor [data-trix-cursor-target]::-moz-selection {
  background: none;
}

trix-editor [data-trix-mutable] ::selection, trix-editor [data-trix-mutable]::selection,
trix-editor [data-trix-cursor-target]::selection {
  background: none;
}

trix-editor [data-trix-mutable].attachment__caption-editor:focus::-moz-selection {
  background: highlight;
}

trix-editor [data-trix-mutable].attachment__caption-editor:focus::selection {
  background: highlight;
}

trix-editor [data-trix-mutable].attachment.attachment--file {
  box-shadow: 0 0 0 2px highlight;
  border-color: transparent;
}

trix-editor [data-trix-mutable].attachment img {
  box-shadow: 0 0 0 2px highlight;
}

trix-editor .attachment {
  position: relative;
}

trix-editor .attachment:hover {
  cursor: default;
}

trix-editor .attachment--preview .attachment__caption:hover {
  cursor: text;
}

trix-editor .attachment__progress {
  position: absolute;
  z-index: 1;
  height: 20px;
  top: calc(50% - 10px);
  left: 5%;
  width: 90%;
  opacity: 0.9;
  transition: opacity 200ms ease-in;
}

trix-editor .attachment__progress[value="100"] {
  opacity: 0;
}

trix-editor .attachment__caption-editor {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

trix-editor .attachment__toolbar {
  position: absolute;
  z-index: 1;
  top: -0.9em;
  left: 0;
  width: 100%;
  text-align: center;
}

trix-editor .trix-button-group {
  display: inline-flex;
}

trix-editor .trix-button {
  position: relative;
  float: left;
  color: #666;
  white-space: nowrap;
  font-size: 80%;
  padding: 0 0.8em;
  margin: 0;
  outline: none;
  border: none;
  border-radius: 0;
  background: transparent;
}

trix-editor .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}

trix-editor .trix-button.trix-active {
  background: #cbeefa;
}

trix-editor .trix-button:not(:disabled) {
  cursor: pointer;
}

trix-editor .trix-button--remove {
  text-indent: -9999px;
  display: inline-block;
  padding: 0;
  outline: none;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid highlight;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
}

trix-editor .trix-button--remove::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20height%3D%2224%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19%206.41%2017.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
}

trix-editor .trix-button--remove:hover {
  border-color: #333;
}

trix-editor .trix-button--remove:hover::before {
  opacity: 1;
}

trix-editor .attachment__metadata-container {
  position: relative;
}

trix-editor .attachment__metadata {
  position: absolute;
  left: 50%;
  top: 2em;
  transform: translate(-50%, 0);
  max-width: 90%;
  padding: 0.1em 0.6em;
  font-size: 0.8em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
}

trix-editor .attachment__metadata .attachment__name {
  display: inline-block;
  max-width: 100%;
  vertical-align: bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

trix-editor .attachment__metadata .attachment__size {
  margin-left: 0.2em;
  white-space: nowrap;
}

.trix-content {
  line-height: 1.5;
  overflow-wrap: break-word;
  word-break: break-word;
}

.trix-content * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.trix-content h1, .trix-content .h1 {
  font-size: 1.2em;
  line-height: 1.2;
}

.trix-content blockquote {
  border: 0 solid #ccc;
  border-left-width: 0.3em;
  margin-left: 0.3em;
  padding-left: 0.6em;
}

.trix-content [dir=rtl] blockquote,
.trix-content blockquote[dir=rtl] {
  border-width: 0;
  border-right-width: 0.3em;
  margin-right: 0.3em;
  padding-right: 0.6em;
}

.trix-content li {
  margin-left: 1em;
}

.trix-content [dir=rtl] li {
  margin-right: 1em;
}

.trix-content pre {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-family: monospace;
  font-size: 0.9em;
  padding: 0.5em;
  white-space: pre;
  background-color: #eee;
  overflow-x: auto;
}

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

.trix-content .attachment {
  display: inline-block;
  position: relative;
  max-width: 100%;
}

.trix-content .attachment a {
  color: inherit;
  text-decoration: none;
}

.trix-content .attachment a:hover, .trix-content .attachment a:visited:hover {
  color: inherit;
}

.trix-content .attachment__caption {
  text-align: center;
}

.trix-content .attachment__caption .attachment__name + .attachment__size::before {
  content: " •";
}

.trix-content .attachment--preview {
  width: 100%;
  text-align: center;
}

.trix-content .attachment--preview .attachment__caption {
  color: #666;
  font-size: 0.9em;
  line-height: 1.2;
}

.trix-content .attachment--file {
  color: #333;
  line-height: 1;
  margin: 0 2px 2px 2px;
  padding: 0.4em 1em;
  border: 1px solid #bbb;
  border-radius: 5px;
}

.trix-content .attachment-gallery {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.trix-content .attachment-gallery .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}

.trix-content .attachment-gallery.attachment-gallery--2 .attachment, .trix-content .attachment-gallery.attachment-gallery--4 .attachment {
  flex-basis: 50%;
  max-width: 50%;
}

:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #e746ac;
  --bs-red: #dc3545;
  --bs-orange: #f47d39;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #7c8aa1;
  --bs-gray-dark: #44516c;
  --bs-gray-100: #fbfcfc;
  --bs-gray-200: #f5f8fa;
  --bs-gray-300: #d8dee6;
  --bs-gray-400: #adb9c8;
  --bs-gray-500: #8f9db1;
  --bs-gray-600: #7c8aa1;
  --bs-gray-700: #5e6c86;
  --bs-gray-800: #44516c;
  --bs-gray-900: #2c364e;
  --bs-primary: #5c4ced;
  --bs-primary-lighter: rgb(214.25, 210.25, 250.5);
  --bs-primary-darker: rgb(23, 19, 59.25);
  --bs-purple: #5c4ced;
  --bs-purple-lighter: rgb(214.25, 210.25, 250.5);
  --bs-purple-darker: rgb(23, 19, 59.25);
  --bs-secondary: #44516c;
  --bs-secondary-lighter: rgb(208.25, 211.5, 218.25);
  --bs-secondary-darker: rgb(17, 20.25, 27);
  --bs-grey: #44516c;
  --bs-grey-lighter: rgb(208.25, 211.5, 218.25);
  --bs-grey-darker: rgb(17, 20.25, 27);
  --bs-success: #55c66d;
  --bs-success-lighter: #eef9f0;
  --bs-success-darker: rgb(21.25, 49.5, 27.25);
  --bs-green: #55c66d;
  --bs-green-lighter: #eef9f0;
  --bs-green-darker: rgb(21.25, 49.5, 27.25);
  --bs-info: #46a4d6;
  --bs-info-lighter: #ecf6fb;
  --bs-info-darker: rgb(17.5, 41, 53.5);
  --bs-blue: #46a4d6;
  --bs-blue-lighter: #ecf6fb;
  --bs-blue-darker: rgb(17.5, 41, 53.5);
  --bs-yellow: #f8b643;
  --bs-yellow-lighter: #fef8ec;
  --bs-yellow-darker: rgb(62, 45.5, 16.75);
  --bs-warning: #f8b643;
  --bs-warning-lighter: #fef8ec;
  --bs-warning-darker: rgb(62, 45.5, 16.75);
  --bs-danger: #f33650;
  --bs-danger-lighter: #feebed;
  --bs-danger-darker: rgb(60.75, 13.5, 20);
  --bs-red: #f33650;
  --bs-red-lighter: #feebed;
  --bs-red-darker: rgb(60.75, 13.5, 20);
  --bs-light: #e6ebef;
  --bs-lighter: #f5f8fa;
  --bs-lightest: #fbfcfc;
  --bs-dark: #5e6c86;
  --bs-turquoise: #44cbd0;
  --bs-turquoise-lighter: #ecfafa;
  --bs-turquoise-darker: rgb(17, 50.75, 52);
  --bs-orange: #f47d39;
  --bs-orange-lighter: #fef2eb;
  --bs-orange-darker: rgb(61, 31.25, 14.25);
  --bs-pink: #e746ac;
  --bs-pink-lighter: #feebed;
  --bs-pink-darker: rgb(57.75, 17.5, 43);
  --bs-primary-rgb: 92, 76, 237;
  --bs-primary-lighter-rgb: 214, 210, 251;
  --bs-primary-darker-rgb: 23, 19, 59;
  --bs-purple-rgb: 92, 76, 237;
  --bs-purple-lighter-rgb: 214, 210, 251;
  --bs-purple-darker-rgb: 23, 19, 59;
  --bs-secondary-rgb: 68, 81, 108;
  --bs-secondary-lighter-rgb: 208, 212, 218;
  --bs-secondary-darker-rgb: 17, 20, 27;
  --bs-grey-rgb: 68, 81, 108;
  --bs-grey-lighter-rgb: 208, 212, 218;
  --bs-grey-darker-rgb: 17, 20, 27;
  --bs-success-rgb: 85, 198, 109;
  --bs-success-lighter-rgb: 238, 249, 240;
  --bs-success-darker-rgb: 21, 50, 27;
  --bs-green-rgb: 85, 198, 109;
  --bs-green-lighter-rgb: 238, 249, 240;
  --bs-green-darker-rgb: 21, 50, 27;
  --bs-info-rgb: 70, 164, 214;
  --bs-info-lighter-rgb: 236, 246, 251;
  --bs-info-darker-rgb: 18, 41, 54;
  --bs-blue-rgb: 70, 164, 214;
  --bs-blue-lighter-rgb: 236, 246, 251;
  --bs-blue-darker-rgb: 18, 41, 54;
  --bs-yellow-rgb: 248, 182, 67;
  --bs-yellow-lighter-rgb: 254, 248, 236;
  --bs-yellow-darker-rgb: 62, 46, 17;
  --bs-warning-rgb: 248, 182, 67;
  --bs-warning-lighter-rgb: 254, 248, 236;
  --bs-warning-darker-rgb: 62, 46, 17;
  --bs-danger-rgb: 243, 54, 80;
  --bs-danger-lighter-rgb: 254, 235, 237;
  --bs-danger-darker-rgb: 61, 14, 20;
  --bs-red-rgb: 243, 54, 80;
  --bs-red-lighter-rgb: 254, 235, 237;
  --bs-red-darker-rgb: 61, 14, 20;
  --bs-light-rgb: 230, 235, 239;
  --bs-lighter-rgb: 245, 248, 250;
  --bs-lightest-rgb: 251, 252, 252;
  --bs-dark-rgb: 94, 108, 134;
  --bs-turquoise-rgb: 68, 203, 208;
  --bs-turquoise-lighter-rgb: 236, 250, 250;
  --bs-turquoise-darker-rgb: 17, 51, 52;
  --bs-orange-rgb: 244, 125, 57;
  --bs-orange-lighter-rgb: 254, 242, 235;
  --bs-orange-darker-rgb: 61, 31, 14;
  --bs-pink-rgb: 231, 70, 172;
  --bs-pink-lighter-rgb: 254, 235, 237;
  --bs-pink-darker-rgb: 58, 18, 43;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 44, 54, 78;
  --bs-body-bg-rgb: 241, 244, 248;
  --bs-font-sans-serif: "Inter", sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --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: #2c364e;
  --bs-body-bg: #f1f4f8;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #e6ebef;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.3rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.4rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #5c4ced;
  --bs-link-hover-color: rgb(73.6, 60.8, 189.6);
  --bs-code-color: #e746ac;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
}

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

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

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

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

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

h1, .h1 {
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 3rem;
  }
}

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

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

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: 600;
}

small, .small {
  font-size: 90%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 90%;
  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: #7c8aa1;
  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);
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend {
  line-height: inherit;
}
legend + * {
  clear: left;
}

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

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

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-1 {
  font-weight: 300;
  line-height: 1.2;
}

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

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

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

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

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

.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: 90%;
  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: 90%;
  color: #7c8aa1;
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #f1f4f8;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.3rem;
  box-shadow: 0 0 2px rgba(40, 56, 72, 0.08), 0 2px 4px rgba(40, 56, 72, 0.06);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 90%;
  color: #7c8aa1;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-ipad,
.container-md,
.container-sm {
  --bs-gutter-x: 16px;
  --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: 360px) {
  .container-sm, .container {
    max-width: 480px;
  }
}
@media (min-width: 600px) {
  .container-md, .container-sm, .container {
    max-width: 600px;
  }
}
@media (min-width: 834px) {
  .container-ipad, .container-md, .container-sm, .container {
    max-width: 834px;
  }
}
@media (min-width: 1024px) {
  .container-lg, .container-ipad, .container-md, .container-sm, .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container-xl, .container-lg, .container-ipad, .container-md, .container-sm, .container {
    max-width: 1280px;
  }
}
@media (min-width: 1440px) {
  .container-xxl, .container-xl, .container-lg, .container-ipad, .container-md, .container-sm, .container {
    max-width: 1440px;
  }
}
.row {
  --bs-gutter-x: 16px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

.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-0p5,
.gx-0p5 {
  --bs-gutter-x: 0.125rem;
}

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

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

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

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

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

.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: 360px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .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-0p5,
  .gx-sm-0p5 {
    --bs-gutter-x: 0.125rem;
  }
  .g-sm-0p5,
  .gy-sm-0p5 {
    --bs-gutter-y: 0.125rem;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-1p5,
  .gx-sm-1p5 {
    --bs-gutter-x: 0.375rem;
  }
  .g-sm-1p5,
  .gy-sm-1p5 {
    --bs-gutter-y: 0.375rem;
  }
  .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: 600px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .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-0p5,
  .gx-md-0p5 {
    --bs-gutter-x: 0.125rem;
  }
  .g-md-0p5,
  .gy-md-0p5 {
    --bs-gutter-y: 0.125rem;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-1p5,
  .gx-md-1p5 {
    --bs-gutter-x: 0.375rem;
  }
  .g-md-1p5,
  .gy-md-1p5 {
    --bs-gutter-y: 0.375rem;
  }
  .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: 834px) {
  .col-ipad {
    flex: 1 0 0%;
  }
  .row-cols-ipad-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-ipad-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-ipad-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-ipad-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-ipad-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-ipad-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-ipad-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-ipad-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-ipad-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-ipad-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-ipad-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-ipad-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-ipad-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-ipad-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-ipad-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-ipad-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-ipad-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-ipad-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-ipad-0 {
    margin-left: 0;
  }
  .offset-ipad-1 {
    margin-left: 8.33333333%;
  }
  .offset-ipad-2 {
    margin-left: 16.66666667%;
  }
  .offset-ipad-3 {
    margin-left: 25%;
  }
  .offset-ipad-4 {
    margin-left: 33.33333333%;
  }
  .offset-ipad-5 {
    margin-left: 41.66666667%;
  }
  .offset-ipad-6 {
    margin-left: 50%;
  }
  .offset-ipad-7 {
    margin-left: 58.33333333%;
  }
  .offset-ipad-8 {
    margin-left: 66.66666667%;
  }
  .offset-ipad-9 {
    margin-left: 75%;
  }
  .offset-ipad-10 {
    margin-left: 83.33333333%;
  }
  .offset-ipad-11 {
    margin-left: 91.66666667%;
  }
  .g-ipad-0,
  .gx-ipad-0 {
    --bs-gutter-x: 0;
  }
  .g-ipad-0,
  .gy-ipad-0 {
    --bs-gutter-y: 0;
  }
  .g-ipad-0p5,
  .gx-ipad-0p5 {
    --bs-gutter-x: 0.125rem;
  }
  .g-ipad-0p5,
  .gy-ipad-0p5 {
    --bs-gutter-y: 0.125rem;
  }
  .g-ipad-1,
  .gx-ipad-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-ipad-1,
  .gy-ipad-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-ipad-1p5,
  .gx-ipad-1p5 {
    --bs-gutter-x: 0.375rem;
  }
  .g-ipad-1p5,
  .gy-ipad-1p5 {
    --bs-gutter-y: 0.375rem;
  }
  .g-ipad-2,
  .gx-ipad-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-ipad-2,
  .gy-ipad-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-ipad-3,
  .gx-ipad-3 {
    --bs-gutter-x: 1rem;
  }
  .g-ipad-3,
  .gy-ipad-3 {
    --bs-gutter-y: 1rem;
  }
  .g-ipad-4,
  .gx-ipad-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-ipad-4,
  .gy-ipad-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-ipad-5,
  .gx-ipad-5 {
    --bs-gutter-x: 3rem;
  }
  .g-ipad-5,
  .gy-ipad-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1024px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .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-0p5,
  .gx-lg-0p5 {
    --bs-gutter-x: 0.125rem;
  }
  .g-lg-0p5,
  .gy-lg-0p5 {
    --bs-gutter-y: 0.125rem;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-1p5,
  .gx-lg-1p5 {
    --bs-gutter-x: 0.375rem;
  }
  .g-lg-1p5,
  .gy-lg-1p5 {
    --bs-gutter-y: 0.375rem;
  }
  .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: 1280px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .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-0p5,
  .gx-xl-0p5 {
    --bs-gutter-x: 0.125rem;
  }
  .g-xl-0p5,
  .gy-xl-0p5 {
    --bs-gutter-y: 0.125rem;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-1p5,
  .gx-xl-1p5 {
    --bs-gutter-x: 0.375rem;
  }
  .g-xl-1p5,
  .gy-xl-1p5 {
    --bs-gutter-y: 0.375rem;
  }
  .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: 1440px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .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-0p5,
  .gx-xxl-0p5 {
    --bs-gutter-x: 0.125rem;
  }
  .g-xxl-0p5,
  .gy-xxl-0p5 {
    --bs-gutter-y: 0.125rem;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-1p5,
  .gx-xxl-1p5 {
    --bs-gutter-x: 0.375rem;
  }
  .g-xxl-1p5,
  .gy-xxl-1p5 {
    --bs-gutter-y: 0.375rem;
  }
  .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;
  }
}
.row-8col {
  --bs-gutter-x: 16px;
  --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-8col > * {
  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);
}

.row-8col > .col {
  flex: 1 0 0%;
}

.row-8col > .col-auto {
  flex: 0 0 auto;
  width: auto;
}

.row-8col > .col-1 {
  flex: 0 0 auto;
  width: 12.5%;
}

.row-8col > .col-2 {
  flex: 0 0 auto;
  width: 25%;
}

.row-8col > .col-3 {
  flex: 0 0 auto;
  width: 37.5%;
}

.row-8col > .col-4 {
  flex: 0 0 auto;
  width: 50%;
}

.row-8col > .col-5 {
  flex: 0 0 auto;
  width: 62.5%;
}

.row-8col > .col-6 {
  flex: 0 0 auto;
  width: 75%;
}

.row-8col > .col-7 {
  flex: 0 0 auto;
  width: 87.5%;
}

.row-8col > .col-8 {
  flex: 0 0 auto;
  width: 100%;
}

.row-8col > .offset-1 {
  margin-left: 12.5%;
}

.row-8col > .offset-2 {
  margin-left: 25%;
}

.row-8col > .offset-3 {
  margin-left: 37.5%;
}

.row-8col > .offset-4 {
  margin-left: 50%;
}

.row-8col > .offset-5 {
  margin-left: 62.5%;
}

.row-8col > .offset-6 {
  margin-left: 75%;
}

.row-8col > .offset-7 {
  margin-left: 87.5%;
}

@media (min-width: 360px) {
  .row-8col > .col-sm {
    flex: 1 0 0%;
  }
  .row-8col > .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .row-8col > .col-sm-1 {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .row-8col > .col-sm-2 {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-8col > .col-sm-3 {
    flex: 0 0 auto;
    width: 37.5%;
  }
  .row-8col > .col-sm-4 {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-8col > .col-sm-5 {
    flex: 0 0 auto;
    width: 62.5%;
  }
  .row-8col > .col-sm-6 {
    flex: 0 0 auto;
    width: 75%;
  }
  .row-8col > .col-sm-7 {
    flex: 0 0 auto;
    width: 87.5%;
  }
  .row-8col > .col-sm-8 {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-8col > .offset-sm-0 {
    margin-left: 0;
  }
  .row-8col > .offset-sm-1 {
    margin-left: 12.5%;
  }
  .row-8col > .offset-sm-2 {
    margin-left: 25%;
  }
  .row-8col > .offset-sm-3 {
    margin-left: 37.5%;
  }
  .row-8col > .offset-sm-4 {
    margin-left: 50%;
  }
  .row-8col > .offset-sm-5 {
    margin-left: 62.5%;
  }
  .row-8col > .offset-sm-6 {
    margin-left: 75%;
  }
  .row-8col > .offset-sm-7 {
    margin-left: 87.5%;
  }
}
@media (min-width: 600px) {
  .row-8col > .col-md {
    flex: 1 0 0%;
  }
  .row-8col > .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .row-8col > .col-md-1 {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .row-8col > .col-md-2 {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-8col > .col-md-3 {
    flex: 0 0 auto;
    width: 37.5%;
  }
  .row-8col > .col-md-4 {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-8col > .col-md-5 {
    flex: 0 0 auto;
    width: 62.5%;
  }
  .row-8col > .col-md-6 {
    flex: 0 0 auto;
    width: 75%;
  }
  .row-8col > .col-md-7 {
    flex: 0 0 auto;
    width: 87.5%;
  }
  .row-8col > .col-md-8 {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-8col > .offset-md-0 {
    margin-left: 0;
  }
  .row-8col > .offset-md-1 {
    margin-left: 12.5%;
  }
  .row-8col > .offset-md-2 {
    margin-left: 25%;
  }
  .row-8col > .offset-md-3 {
    margin-left: 37.5%;
  }
  .row-8col > .offset-md-4 {
    margin-left: 50%;
  }
  .row-8col > .offset-md-5 {
    margin-left: 62.5%;
  }
  .row-8col > .offset-md-6 {
    margin-left: 75%;
  }
  .row-8col > .offset-md-7 {
    margin-left: 87.5%;
  }
}
@media (min-width: 834px) {
  .row-8col > .col-ipad {
    flex: 1 0 0%;
  }
  .row-8col > .col-ipad-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .row-8col > .col-ipad-1 {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .row-8col > .col-ipad-2 {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-8col > .col-ipad-3 {
    flex: 0 0 auto;
    width: 37.5%;
  }
  .row-8col > .col-ipad-4 {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-8col > .col-ipad-5 {
    flex: 0 0 auto;
    width: 62.5%;
  }
  .row-8col > .col-ipad-6 {
    flex: 0 0 auto;
    width: 75%;
  }
  .row-8col > .col-ipad-7 {
    flex: 0 0 auto;
    width: 87.5%;
  }
  .row-8col > .col-ipad-8 {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-8col > .offset-ipad-0 {
    margin-left: 0;
  }
  .row-8col > .offset-ipad-1 {
    margin-left: 12.5%;
  }
  .row-8col > .offset-ipad-2 {
    margin-left: 25%;
  }
  .row-8col > .offset-ipad-3 {
    margin-left: 37.5%;
  }
  .row-8col > .offset-ipad-4 {
    margin-left: 50%;
  }
  .row-8col > .offset-ipad-5 {
    margin-left: 62.5%;
  }
  .row-8col > .offset-ipad-6 {
    margin-left: 75%;
  }
  .row-8col > .offset-ipad-7 {
    margin-left: 87.5%;
  }
}
@media (min-width: 1024px) {
  .row-8col > .col-lg {
    flex: 1 0 0%;
  }
  .row-8col > .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .row-8col > .col-lg-1 {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .row-8col > .col-lg-2 {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-8col > .col-lg-3 {
    flex: 0 0 auto;
    width: 37.5%;
  }
  .row-8col > .col-lg-4 {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-8col > .col-lg-5 {
    flex: 0 0 auto;
    width: 62.5%;
  }
  .row-8col > .col-lg-6 {
    flex: 0 0 auto;
    width: 75%;
  }
  .row-8col > .col-lg-7 {
    flex: 0 0 auto;
    width: 87.5%;
  }
  .row-8col > .col-lg-8 {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-8col > .offset-lg-0 {
    margin-left: 0;
  }
  .row-8col > .offset-lg-1 {
    margin-left: 12.5%;
  }
  .row-8col > .offset-lg-2 {
    margin-left: 25%;
  }
  .row-8col > .offset-lg-3 {
    margin-left: 37.5%;
  }
  .row-8col > .offset-lg-4 {
    margin-left: 50%;
  }
  .row-8col > .offset-lg-5 {
    margin-left: 62.5%;
  }
  .row-8col > .offset-lg-6 {
    margin-left: 75%;
  }
  .row-8col > .offset-lg-7 {
    margin-left: 87.5%;
  }
}
@media (min-width: 1280px) {
  .row-8col > .col-xl {
    flex: 1 0 0%;
  }
  .row-8col > .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .row-8col > .col-xl-1 {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .row-8col > .col-xl-2 {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-8col > .col-xl-3 {
    flex: 0 0 auto;
    width: 37.5%;
  }
  .row-8col > .col-xl-4 {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-8col > .col-xl-5 {
    flex: 0 0 auto;
    width: 62.5%;
  }
  .row-8col > .col-xl-6 {
    flex: 0 0 auto;
    width: 75%;
  }
  .row-8col > .col-xl-7 {
    flex: 0 0 auto;
    width: 87.5%;
  }
  .row-8col > .col-xl-8 {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-8col > .offset-xl-0 {
    margin-left: 0;
  }
  .row-8col > .offset-xl-1 {
    margin-left: 12.5%;
  }
  .row-8col > .offset-xl-2 {
    margin-left: 25%;
  }
  .row-8col > .offset-xl-3 {
    margin-left: 37.5%;
  }
  .row-8col > .offset-xl-4 {
    margin-left: 50%;
  }
  .row-8col > .offset-xl-5 {
    margin-left: 62.5%;
  }
  .row-8col > .offset-xl-6 {
    margin-left: 75%;
  }
  .row-8col > .offset-xl-7 {
    margin-left: 87.5%;
  }
}
@media (min-width: 1440px) {
  .row-8col > .col-xxl {
    flex: 1 0 0%;
  }
  .row-8col > .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .row-8col > .col-xxl-1 {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .row-8col > .col-xxl-2 {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-8col > .col-xxl-3 {
    flex: 0 0 auto;
    width: 37.5%;
  }
  .row-8col > .col-xxl-4 {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-8col > .col-xxl-5 {
    flex: 0 0 auto;
    width: 62.5%;
  }
  .row-8col > .col-xxl-6 {
    flex: 0 0 auto;
    width: 75%;
  }
  .row-8col > .col-xxl-7 {
    flex: 0 0 auto;
    width: 87.5%;
  }
  .row-8col > .col-xxl-8 {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-8col > .offset-xxl-0 {
    margin-left: 0;
  }
  .row-8col > .offset-xxl-1 {
    margin-left: 12.5%;
  }
  .row-8col > .offset-xxl-2 {
    margin-left: 25%;
  }
  .row-8col > .offset-xxl-3 {
    margin-left: 37.5%;
  }
  .row-8col > .offset-xxl-4 {
    margin-left: 50%;
  }
  .row-8col > .offset-xxl-5 {
    margin-left: 62.5%;
  }
  .row-8col > .offset-xxl-6 {
    margin-left: 75%;
  }
  .row-8col > .offset-xxl-7 {
    margin-left: 87.5%;
  }
}
.table {
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.75rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

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

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

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

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

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

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

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

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

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

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(222.4, 219.2, 251.4);
  --bs-table-border-color: rgb(200.16, 197.28, 226.26);
  --bs-table-striped-bg: rgb(211.28, 208.24, 238.83);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(200.16, 197.28, 226.26);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(205.72, 202.76, 232.545);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(217.6, 220.2, 225.6);
  --bs-table-border-color: rgb(195.84, 198.18, 203.04);
  --bs-table-striped-bg: rgb(206.72, 209.19, 214.32);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(195.84, 198.18, 203.04);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(201.28, 203.685, 208.68);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: rgb(221, 243.6, 225.8);
  --bs-table-border-color: rgb(198.9, 219.24, 203.22);
  --bs-table-striped-bg: rgb(209.95, 231.42, 214.51);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(198.9, 219.24, 203.22);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(204.425, 225.33, 208.865);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: rgb(218, 236.8, 246.8);
  --bs-table-border-color: rgb(196.2, 213.12, 222.12);
  --bs-table-striped-bg: rgb(207.1, 224.96, 234.46);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(196.2, 213.12, 222.12);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(201.65, 219.04, 228.29);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: rgb(253.6, 240.4, 217.4);
  --bs-table-border-color: rgb(228.24, 216.36, 195.66);
  --bs-table-striped-bg: rgb(240.92, 228.38, 206.53);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(228.24, 216.36, 195.66);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(234.58, 222.37, 201.095);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: rgb(252.6, 214.8, 220);
  --bs-table-border-color: rgb(227.34, 193.32, 198);
  --bs-table-striped-bg: rgb(239.97, 204.06, 209);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(227.34, 193.32, 198);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(233.655, 198.69, 203.5);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #e6ebef;
  --bs-table-border-color: rgb(207, 211.5, 215.1);
  --bs-table-striped-bg: rgb(218.5, 223.25, 227.05);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(207, 211.5, 215.1);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(212.75, 217.375, 221.075);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #5e6c86;
  --bs-table-border-color: rgb(110.1, 122.7, 146.1);
  --bs-table-striped-bg: rgb(102.05, 115.35, 140.05);
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: rgb(110.1, 122.7, 146.1);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(106.075, 119.025, 143.075);
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

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

@media (max-width: 359.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 599.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 833.98px) {
  .table-responsive-ipad {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1023.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1279.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1439.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  color: #2c364e;
}

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

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

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

.form-text {
  margin-top: 0.25rem;
  font-size: 90%;
  color: #7c8aa1;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.6875rem 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #2c364e;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #c7d0dd;
  appearance: none;
  border-radius: 0.3rem;
  box-shadow: 0 0 2px rgba(40, 56, 72, 0.08), 0 2px 4px rgba(40, 56, 72, 0.06);
  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: #2c364e;
  background-color: #fff;
  border-color: #7c8aa1;
  outline: 0;
  box-shadow: 0 0 2px rgba(40, 56, 72, 0.08), 0 2px 4px rgba(40, 56, 72, 0.06), 0 0 0 1px rgba(255, 255, 255, 0.6), 0 0 0 4px rgba(119, 140, 157, 0.42);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::placeholder {
  color: #7c8aa1;
  opacity: 1;
}
.form-control:disabled {
  background-color: #f5f8fa;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.6875rem 1.25rem;
  margin: -0.6875rem -1.25rem;
  margin-inline-end: 1.25rem;
  color: #2c364e;
  background-color: #f5f8fa;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: rgb(232.75, 235.6, 237.5);
}

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

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1.4rem + 2px);
  padding: 0.7rem 1.65rem;
  font-size: 1.25rem;
  border-radius: 0.4rem;
}
.form-control-lg::file-selector-button {
  padding: 0.7rem 1.65rem;
  margin: -0.7rem -1.65rem;
  margin-inline-end: 1.65rem;
}

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

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

.form-select {
  display: block;
  width: 100%;
  padding: 0.6875rem 3.75rem 0.6875rem 1.25rem;
  -moz-padding-start: calc(1.25rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #2c364e;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2344516c' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1.25rem center;
  background-size: 16px 12px;
  border: 1px solid #c7d0dd;
  border-radius: 0.3rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  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 {
  appearance: none;
}
.form-select:focus {
  border-color: #7c8aa1;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(92, 76, 237, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 1.25rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #f5f8fa;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #2c364e;
}

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

.form-select-lg {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  padding-left: 1.65rem;
  font-size: 1.25rem;
  border-radius: 0.4rem;
}

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

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

.form-check-input {
  width: 1.25em;
  height: 1.25em;
  margin-top: 0.125em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  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: #7c8aa1;
  outline: 0;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.6), 0 0 0 4px rgba(119, 140, 157, 0.42);
}
.form-check-input:checked {
  background-color: #5c4ced;
  border-color: #5c4ced;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #5c4ced;
  border-color: #5c4ced;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.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 {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%237c8aa1'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

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

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

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #f1f4f8, 0 0 0 1px rgba(255, 255, 255, 0.6), 0 0 0 4px rgba(119, 140, 157, 0.42);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f1f4f8, 0 0 0 1px rgba(255, 255, 255, 0.6), 0 0 0 4px rgba(119, 140, 157, 0.42);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #5c4ced;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb {
  appearance: none;
}
.form-range::-webkit-slider-thumb:active {
  background-color: rgb(206.1, 201.3, 249.6);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #d8dee6;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #5c4ced;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb {
  appearance: none;
}
.form-range::-moz-range-thumb:active {
  background-color: rgb(206.1, 201.3, 249.6);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #d8dee6;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #8f9db1;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #8f9db1;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem 1.25rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 1.25rem;
}
.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 {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: 1px 0;
}

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.6875rem 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #2c364e;
  text-align: center;
  white-space: nowrap;
  background-color: #f5f8fa;
  border: 1px solid #c7d0dd;
  border-radius: 0.3rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.7rem 1.65rem;
  font-size: 1.25rem;
  border-radius: 0.4rem;
}

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

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

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #000;
  background-color: rgba(85, 198, 109, 0.9);
  border-radius: 0.3rem;
}

.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: #55c66d;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #55c66d;
  box-shadow: 0 0 0 0.25rem rgba(85, 198, 109, 0.25);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #55c66d;
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #55c66d;
  box-shadow: 0 0 0 0.25rem rgba(85, 198, 109, 0.25);
}

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

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

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

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #000;
  background-color: rgba(243, 54, 80, 0.9);
  border-radius: 0.3rem;
}

.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: #f33650;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #f33650;
  box-shadow: 0 0 0 0.25rem rgba(243, 54, 80, 0.25);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #f33650;
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #f33650;
  box-shadow: 0 0 0 0.25rem rgba(243, 54, 80, 0.25);
}

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

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

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

.btn {
  --bs-btn-padding-x: 1.25rem;
  --bs-btn-padding-y: 0.6875rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #2c364e;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.5rem;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  box-shadow: var(--bs-btn-box-shadow);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  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-box-shadow), var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-box-shadow), var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
  box-shadow: var(--bs-btn-active-shadow);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-active-shadow), var(--bs-btn-focus-box-shadow);
}
.btn: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);
  box-shadow: none;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #5c4ced;
  --bs-btn-border-color: #5c4ced;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(69, 57, 177.75);
  --bs-btn-hover-border-color: rgb(73.6, 60.8, 189.6);
  --bs-btn-focus-shadow-rgb: 116, 103, 240;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(73.6, 60.8, 189.6);
  --bs-btn-active-border-color: rgb(69, 57, 177.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #5c4ced;
  --bs-btn-disabled-border-color: #5c4ced;
}

.btn-primary-lighter {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(214.25, 210.25, 250.5);
  --bs-btn-border-color: rgb(214.25, 210.25, 250.5);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(224.4375, 221.4375, 251.625);
  --bs-btn-hover-border-color: rgb(218.325, 214.725, 250.95);
  --bs-btn-focus-shadow-rgb: 182, 179, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(222.4, 219.2, 251.4);
  --bs-btn-active-border-color: rgb(218.325, 214.725, 250.95);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(214.25, 210.25, 250.5);
  --bs-btn-disabled-border-color: rgb(214.25, 210.25, 250.5);
}

.btn-primary-darker {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(23, 19, 59.25);
  --bs-btn-border-color: rgb(23, 19, 59.25);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(17.25, 14.25, 44.4375);
  --bs-btn-hover-border-color: rgb(18.4, 15.2, 47.4);
  --bs-btn-focus-shadow-rgb: 58, 54, 89;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(18.4, 15.2, 47.4);
  --bs-btn-active-border-color: rgb(17.25, 14.25, 44.4375);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(23, 19, 59.25);
  --bs-btn-disabled-border-color: rgb(23, 19, 59.25);
}

.btn-purple {
  --bs-btn-color: #fff;
  --bs-btn-bg: #5c4ced;
  --bs-btn-border-color: #5c4ced;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(69, 57, 177.75);
  --bs-btn-hover-border-color: rgb(73.6, 60.8, 189.6);
  --bs-btn-focus-shadow-rgb: 116, 103, 240;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(73.6, 60.8, 189.6);
  --bs-btn-active-border-color: rgb(69, 57, 177.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #5c4ced;
  --bs-btn-disabled-border-color: #5c4ced;
}

.btn-purple-lighter {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(214.25, 210.25, 250.5);
  --bs-btn-border-color: rgb(214.25, 210.25, 250.5);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(224.4375, 221.4375, 251.625);
  --bs-btn-hover-border-color: rgb(218.325, 214.725, 250.95);
  --bs-btn-focus-shadow-rgb: 182, 179, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(222.4, 219.2, 251.4);
  --bs-btn-active-border-color: rgb(218.325, 214.725, 250.95);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(214.25, 210.25, 250.5);
  --bs-btn-disabled-border-color: rgb(214.25, 210.25, 250.5);
}

.btn-purple-darker {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(23, 19, 59.25);
  --bs-btn-border-color: rgb(23, 19, 59.25);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(17.25, 14.25, 44.4375);
  --bs-btn-hover-border-color: rgb(18.4, 15.2, 47.4);
  --bs-btn-focus-shadow-rgb: 58, 54, 89;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(18.4, 15.2, 47.4);
  --bs-btn-active-border-color: rgb(17.25, 14.25, 44.4375);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(23, 19, 59.25);
  --bs-btn-disabled-border-color: rgb(23, 19, 59.25);
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #44516c;
  --bs-btn-border-color: #44516c;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(51, 60.75, 81);
  --bs-btn-hover-border-color: rgb(54.4, 64.8, 86.4);
  --bs-btn-focus-shadow-rgb: 96, 107, 130;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(54.4, 64.8, 86.4);
  --bs-btn-active-border-color: rgb(51, 60.75, 81);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #44516c;
  --bs-btn-disabled-border-color: #44516c;
}

.btn-secondary-lighter {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(208.25, 211.5, 218.25);
  --bs-btn-border-color: rgb(208.25, 211.5, 218.25);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(219.9375, 222.375, 227.4375);
  --bs-btn-hover-border-color: rgb(212.925, 215.85, 221.925);
  --bs-btn-focus-shadow-rgb: 177, 180, 186;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(217.6, 220.2, 225.6);
  --bs-btn-active-border-color: rgb(212.925, 215.85, 221.925);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(208.25, 211.5, 218.25);
  --bs-btn-disabled-border-color: rgb(208.25, 211.5, 218.25);
}

.btn-secondary-darker {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(17, 20.25, 27);
  --bs-btn-border-color: rgb(17, 20.25, 27);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(12.75, 15.1875, 20.25);
  --bs-btn-hover-border-color: rgb(13.6, 16.2, 21.6);
  --bs-btn-focus-shadow-rgb: 53, 55, 61;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(13.6, 16.2, 21.6);
  --bs-btn-active-border-color: rgb(12.75, 15.1875, 20.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(17, 20.25, 27);
  --bs-btn-disabled-border-color: rgb(17, 20.25, 27);
}

.btn-grey {
  --bs-btn-color: #fff;
  --bs-btn-bg: #44516c;
  --bs-btn-border-color: #44516c;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(51, 60.75, 81);
  --bs-btn-hover-border-color: rgb(54.4, 64.8, 86.4);
  --bs-btn-focus-shadow-rgb: 96, 107, 130;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(54.4, 64.8, 86.4);
  --bs-btn-active-border-color: rgb(51, 60.75, 81);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #44516c;
  --bs-btn-disabled-border-color: #44516c;
}

.btn-grey-lighter {
  --bs-btn-color: #000;
  --bs-btn-bg: rgb(208.25, 211.5, 218.25);
  --bs-btn-border-color: rgb(208.25, 211.5, 218.25);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(219.9375, 222.375, 227.4375);
  --bs-btn-hover-border-color: rgb(212.925, 215.85, 221.925);
  --bs-btn-focus-shadow-rgb: 177, 180, 186;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(217.6, 220.2, 225.6);
  --bs-btn-active-border-color: rgb(212.925, 215.85, 221.925);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgb(208.25, 211.5, 218.25);
  --bs-btn-disabled-border-color: rgb(208.25, 211.5, 218.25);
}

.btn-grey-darker {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(17, 20.25, 27);
  --bs-btn-border-color: rgb(17, 20.25, 27);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(12.75, 15.1875, 20.25);
  --bs-btn-hover-border-color: rgb(13.6, 16.2, 21.6);
  --bs-btn-focus-shadow-rgb: 53, 55, 61;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(13.6, 16.2, 21.6);
  --bs-btn-active-border-color: rgb(12.75, 15.1875, 20.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(17, 20.25, 27);
  --bs-btn-disabled-border-color: rgb(17, 20.25, 27);
}

.btn-success {
  --bs-btn-color: #000;
  --bs-btn-bg: #55c66d;
  --bs-btn-border-color: #55c66d;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(127.5, 212.25, 145.5);
  --bs-btn-hover-border-color: rgb(102, 203.7, 123.6);
  --bs-btn-focus-shadow-rgb: 72, 168, 93;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(119, 209.4, 138.2);
  --bs-btn-active-border-color: rgb(102, 203.7, 123.6);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #55c66d;
  --bs-btn-disabled-border-color: #55c66d;
}

.btn-success-lighter {
  --bs-btn-color: #000;
  --bs-btn-bg: #eef9f0;
  --bs-btn-border-color: #eef9f0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(242.25, 250.5, 243.75);
  --bs-btn-hover-border-color: rgb(239.7, 249.6, 241.5);
  --bs-btn-focus-shadow-rgb: 202, 212, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(241.4, 250.2, 243);
  --bs-btn-active-border-color: rgb(239.7, 249.6, 241.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #eef9f0;
  --bs-btn-disabled-border-color: #eef9f0;
}

.btn-success-darker {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(21.25, 49.5, 27.25);
  --bs-btn-border-color: rgb(21.25, 49.5, 27.25);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(15.9375, 37.125, 20.4375);
  --bs-btn-hover-border-color: rgb(17, 39.6, 21.8);
  --bs-btn-focus-shadow-rgb: 56, 80, 61;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(17, 39.6, 21.8);
  --bs-btn-active-border-color: rgb(15.9375, 37.125, 20.4375);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(21.25, 49.5, 27.25);
  --bs-btn-disabled-border-color: rgb(21.25, 49.5, 27.25);
}

.btn-green {
  --bs-btn-color: #000;
  --bs-btn-bg: #55c66d;
  --bs-btn-border-color: #55c66d;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(127.5, 212.25, 145.5);
  --bs-btn-hover-border-color: rgb(102, 203.7, 123.6);
  --bs-btn-focus-shadow-rgb: 72, 168, 93;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(119, 209.4, 138.2);
  --bs-btn-active-border-color: rgb(102, 203.7, 123.6);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #55c66d;
  --bs-btn-disabled-border-color: #55c66d;
}

.btn-green-lighter {
  --bs-btn-color: #000;
  --bs-btn-bg: #eef9f0;
  --bs-btn-border-color: #eef9f0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(242.25, 250.5, 243.75);
  --bs-btn-hover-border-color: rgb(239.7, 249.6, 241.5);
  --bs-btn-focus-shadow-rgb: 202, 212, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(241.4, 250.2, 243);
  --bs-btn-active-border-color: rgb(239.7, 249.6, 241.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #eef9f0;
  --bs-btn-disabled-border-color: #eef9f0;
}

.btn-green-darker {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(21.25, 49.5, 27.25);
  --bs-btn-border-color: rgb(21.25, 49.5, 27.25);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(15.9375, 37.125, 20.4375);
  --bs-btn-hover-border-color: rgb(17, 39.6, 21.8);
  --bs-btn-focus-shadow-rgb: 56, 80, 61;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(17, 39.6, 21.8);
  --bs-btn-active-border-color: rgb(15.9375, 37.125, 20.4375);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(21.25, 49.5, 27.25);
  --bs-btn-disabled-border-color: rgb(21.25, 49.5, 27.25);
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #46a4d6;
  --bs-btn-border-color: #46a4d6;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(116.25, 186.75, 224.25);
  --bs-btn-hover-border-color: rgb(88.5, 173.1, 218.1);
  --bs-btn-focus-shadow-rgb: 60, 139, 182;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(107, 182.2, 222.2);
  --bs-btn-active-border-color: rgb(88.5, 173.1, 218.1);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #46a4d6;
  --bs-btn-disabled-border-color: #46a4d6;
}

.btn-info-lighter {
  --bs-btn-color: #000;
  --bs-btn-bg: #ecf6fb;
  --bs-btn-border-color: #ecf6fb;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(240.75, 248.25, 252);
  --bs-btn-hover-border-color: rgb(237.9, 246.9, 251.4);
  --bs-btn-focus-shadow-rgb: 201, 209, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(239.8, 247.8, 251.8);
  --bs-btn-active-border-color: rgb(237.9, 246.9, 251.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ecf6fb;
  --bs-btn-disabled-border-color: #ecf6fb;
}

.btn-info-darker {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(17.5, 41, 53.5);
  --bs-btn-border-color: rgb(17.5, 41, 53.5);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(13.125, 30.75, 40.125);
  --bs-btn-hover-border-color: rgb(14, 32.8, 42.8);
  --bs-btn-focus-shadow-rgb: 53, 73, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(14, 32.8, 42.8);
  --bs-btn-active-border-color: rgb(13.125, 30.75, 40.125);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(17.5, 41, 53.5);
  --bs-btn-disabled-border-color: rgb(17.5, 41, 53.5);
}

.btn-blue {
  --bs-btn-color: #000;
  --bs-btn-bg: #46a4d6;
  --bs-btn-border-color: #46a4d6;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(116.25, 186.75, 224.25);
  --bs-btn-hover-border-color: rgb(88.5, 173.1, 218.1);
  --bs-btn-focus-shadow-rgb: 60, 139, 182;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(107, 182.2, 222.2);
  --bs-btn-active-border-color: rgb(88.5, 173.1, 218.1);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #46a4d6;
  --bs-btn-disabled-border-color: #46a4d6;
}

.btn-blue-lighter {
  --bs-btn-color: #000;
  --bs-btn-bg: #ecf6fb;
  --bs-btn-border-color: #ecf6fb;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(240.75, 248.25, 252);
  --bs-btn-hover-border-color: rgb(237.9, 246.9, 251.4);
  --bs-btn-focus-shadow-rgb: 201, 209, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(239.8, 247.8, 251.8);
  --bs-btn-active-border-color: rgb(237.9, 246.9, 251.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ecf6fb;
  --bs-btn-disabled-border-color: #ecf6fb;
}

.btn-blue-darker {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(17.5, 41, 53.5);
  --bs-btn-border-color: rgb(17.5, 41, 53.5);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(13.125, 30.75, 40.125);
  --bs-btn-hover-border-color: rgb(14, 32.8, 42.8);
  --bs-btn-focus-shadow-rgb: 53, 73, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(14, 32.8, 42.8);
  --bs-btn-active-border-color: rgb(13.125, 30.75, 40.125);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(17.5, 41, 53.5);
  --bs-btn-disabled-border-color: rgb(17.5, 41, 53.5);
}

.btn-yellow {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8b643;
  --bs-btn-border-color: #f8b643;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(249.75, 200.25, 114);
  --bs-btn-hover-border-color: rgb(248.7, 189.3, 85.8);
  --bs-btn-focus-shadow-rgb: 211, 155, 57;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(249.4, 196.6, 104.6);
  --bs-btn-active-border-color: rgb(248.7, 189.3, 85.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8b643;
  --bs-btn-disabled-border-color: #f8b643;
}

.btn-yellow-lighter {
  --bs-btn-color: #000;
  --bs-btn-bg: #fef8ec;
  --bs-btn-border-color: #fef8ec;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(254.25, 249.75, 240.75);
  --bs-btn-hover-border-color: rgb(254.1, 248.7, 237.9);
  --bs-btn-focus-shadow-rgb: 216, 211, 201;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(254.2, 249.4, 239.8);
  --bs-btn-active-border-color: rgb(254.1, 248.7, 237.9);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #fef8ec;
  --bs-btn-disabled-border-color: #fef8ec;
}

.btn-yellow-darker {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(62, 45.5, 16.75);
  --bs-btn-border-color: rgb(62, 45.5, 16.75);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(46.5, 34.125, 12.5625);
  --bs-btn-hover-border-color: rgb(49.6, 36.4, 13.4);
  --bs-btn-focus-shadow-rgb: 91, 77, 52;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(49.6, 36.4, 13.4);
  --bs-btn-active-border-color: rgb(46.5, 34.125, 12.5625);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(62, 45.5, 16.75);
  --bs-btn-disabled-border-color: rgb(62, 45.5, 16.75);
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8b643;
  --bs-btn-border-color: #f8b643;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(249.75, 200.25, 114);
  --bs-btn-hover-border-color: rgb(248.7, 189.3, 85.8);
  --bs-btn-focus-shadow-rgb: 211, 155, 57;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(249.4, 196.6, 104.6);
  --bs-btn-active-border-color: rgb(248.7, 189.3, 85.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8b643;
  --bs-btn-disabled-border-color: #f8b643;
}

.btn-warning-lighter {
  --bs-btn-color: #000;
  --bs-btn-bg: #fef8ec;
  --bs-btn-border-color: #fef8ec;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(254.25, 249.75, 240.75);
  --bs-btn-hover-border-color: rgb(254.1, 248.7, 237.9);
  --bs-btn-focus-shadow-rgb: 216, 211, 201;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(254.2, 249.4, 239.8);
  --bs-btn-active-border-color: rgb(254.1, 248.7, 237.9);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #fef8ec;
  --bs-btn-disabled-border-color: #fef8ec;
}

.btn-warning-darker {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(62, 45.5, 16.75);
  --bs-btn-border-color: rgb(62, 45.5, 16.75);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(46.5, 34.125, 12.5625);
  --bs-btn-hover-border-color: rgb(49.6, 36.4, 13.4);
  --bs-btn-focus-shadow-rgb: 91, 77, 52;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(49.6, 36.4, 13.4);
  --bs-btn-active-border-color: rgb(46.5, 34.125, 12.5625);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(62, 45.5, 16.75);
  --bs-btn-disabled-border-color: rgb(62, 45.5, 16.75);
}

.btn-danger {
  --bs-btn-color: #000;
  --bs-btn-bg: #f33650;
  --bs-btn-border-color: #f33650;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(246, 104.25, 123.75);
  --bs-btn-hover-border-color: rgb(244.2, 74.1, 97.5);
  --bs-btn-focus-shadow-rgb: 207, 46, 68;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(245.4, 94.2, 115);
  --bs-btn-active-border-color: rgb(244.2, 74.1, 97.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f33650;
  --bs-btn-disabled-border-color: #f33650;
}

.btn-danger-lighter {
  --bs-btn-color: #000;
  --bs-btn-bg: #feebed;
  --bs-btn-border-color: #feebed;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(254.25, 240, 241.5);
  --bs-btn-hover-border-color: rgb(254.1, 237, 238.8);
  --bs-btn-focus-shadow-rgb: 216, 200, 201;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(254.2, 239, 240.6);
  --bs-btn-active-border-color: rgb(254.1, 237, 238.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #feebed;
  --bs-btn-disabled-border-color: #feebed;
}

.btn-danger-darker {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(60.75, 13.5, 20);
  --bs-btn-border-color: rgb(60.75, 13.5, 20);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(45.5625, 10.125, 15);
  --bs-btn-hover-border-color: rgb(48.6, 10.8, 16);
  --bs-btn-focus-shadow-rgb: 90, 50, 55;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(48.6, 10.8, 16);
  --bs-btn-active-border-color: rgb(45.5625, 10.125, 15);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(60.75, 13.5, 20);
  --bs-btn-disabled-border-color: rgb(60.75, 13.5, 20);
}

.btn-red {
  --bs-btn-color: #000;
  --bs-btn-bg: #f33650;
  --bs-btn-border-color: #f33650;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(246, 104.25, 123.75);
  --bs-btn-hover-border-color: rgb(244.2, 74.1, 97.5);
  --bs-btn-focus-shadow-rgb: 207, 46, 68;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(245.4, 94.2, 115);
  --bs-btn-active-border-color: rgb(244.2, 74.1, 97.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f33650;
  --bs-btn-disabled-border-color: #f33650;
}

.btn-red-lighter {
  --bs-btn-color: #000;
  --bs-btn-bg: #feebed;
  --bs-btn-border-color: #feebed;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(254.25, 240, 241.5);
  --bs-btn-hover-border-color: rgb(254.1, 237, 238.8);
  --bs-btn-focus-shadow-rgb: 216, 200, 201;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(254.2, 239, 240.6);
  --bs-btn-active-border-color: rgb(254.1, 237, 238.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #feebed;
  --bs-btn-disabled-border-color: #feebed;
}

.btn-red-darker {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(60.75, 13.5, 20);
  --bs-btn-border-color: rgb(60.75, 13.5, 20);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(45.5625, 10.125, 15);
  --bs-btn-hover-border-color: rgb(48.6, 10.8, 16);
  --bs-btn-focus-shadow-rgb: 90, 50, 55;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(48.6, 10.8, 16);
  --bs-btn-active-border-color: rgb(45.5625, 10.125, 15);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(60.75, 13.5, 20);
  --bs-btn-disabled-border-color: rgb(60.75, 13.5, 20);
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #e6ebef;
  --bs-btn-border-color: #e6ebef;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(172.5, 176.25, 179.25);
  --bs-btn-hover-border-color: rgb(184, 188, 191.2);
  --bs-btn-focus-shadow-rgb: 196, 200, 203;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(184, 188, 191.2);
  --bs-btn-active-border-color: rgb(172.5, 176.25, 179.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #e6ebef;
  --bs-btn-disabled-border-color: #e6ebef;
}

.btn-lighter {
  --bs-btn-color: #000;
  --bs-btn-bg: #f5f8fa;
  --bs-btn-border-color: #f5f8fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(247.5, 249.75, 251.25);
  --bs-btn-hover-border-color: rgb(246, 248.7, 250.5);
  --bs-btn-focus-shadow-rgb: 208, 211, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(247, 249.4, 251);
  --bs-btn-active-border-color: rgb(246, 248.7, 250.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f5f8fa;
  --bs-btn-disabled-border-color: #f5f8fa;
}

.btn-lightest {
  --bs-btn-color: #000;
  --bs-btn-bg: #fbfcfc;
  --bs-btn-border-color: #fbfcfc;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(252, 252.75, 252.75);
  --bs-btn-hover-border-color: rgb(251.4, 252.3, 252.3);
  --bs-btn-focus-shadow-rgb: 213, 214, 214;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(251.8, 252.6, 252.6);
  --bs-btn-active-border-color: rgb(251.4, 252.3, 252.3);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #fbfcfc;
  --bs-btn-disabled-border-color: #fbfcfc;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #5e6c86;
  --bs-btn-border-color: #5e6c86;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(134.25, 144.75, 164.25);
  --bs-btn-hover-border-color: rgb(110.1, 122.7, 146.1);
  --bs-btn-focus-shadow-rgb: 118, 130, 152;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(126.2, 137.4, 158.2);
  --bs-btn-active-border-color: rgb(110.1, 122.7, 146.1);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #5e6c86;
  --bs-btn-disabled-border-color: #5e6c86;
}

.btn-turquoise {
  --bs-btn-color: #000;
  --bs-btn-bg: #44cbd0;
  --bs-btn-border-color: #44cbd0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(114.75, 216, 219.75);
  --bs-btn-hover-border-color: rgb(86.7, 208.2, 212.7);
  --bs-btn-focus-shadow-rgb: 58, 173, 177;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(105.4, 213.4, 217.4);
  --bs-btn-active-border-color: rgb(86.7, 208.2, 212.7);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #44cbd0;
  --bs-btn-disabled-border-color: #44cbd0;
}

.btn-turquoise-lighter {
  --bs-btn-color: #000;
  --bs-btn-bg: #ecfafa;
  --bs-btn-border-color: #ecfafa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(240.75, 251.25, 251.25);
  --bs-btn-hover-border-color: rgb(237.9, 250.5, 250.5);
  --bs-btn-focus-shadow-rgb: 201, 213, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(239.8, 251, 251);
  --bs-btn-active-border-color: rgb(237.9, 250.5, 250.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ecfafa;
  --bs-btn-disabled-border-color: #ecfafa;
}

.btn-turquoise-darker {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(17, 50.75, 52);
  --bs-btn-border-color: rgb(17, 50.75, 52);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(12.75, 38.0625, 39);
  --bs-btn-hover-border-color: rgb(13.6, 40.6, 41.6);
  --bs-btn-focus-shadow-rgb: 53, 81, 82;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(13.6, 40.6, 41.6);
  --bs-btn-active-border-color: rgb(12.75, 38.0625, 39);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(17, 50.75, 52);
  --bs-btn-disabled-border-color: rgb(17, 50.75, 52);
}

.btn-orange {
  --bs-btn-color: #000;
  --bs-btn-bg: #f47d39;
  --bs-btn-border-color: #f47d39;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(246.75, 157.5, 106.5);
  --bs-btn-hover-border-color: rgb(245.1, 138, 76.8);
  --bs-btn-focus-shadow-rgb: 207, 106, 48;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(246.2, 151, 96.6);
  --bs-btn-active-border-color: rgb(245.1, 138, 76.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f47d39;
  --bs-btn-disabled-border-color: #f47d39;
}

.btn-orange-lighter {
  --bs-btn-color: #000;
  --bs-btn-bg: #fef2eb;
  --bs-btn-border-color: #fef2eb;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(254.25, 245.25, 240);
  --bs-btn-hover-border-color: rgb(254.1, 243.3, 237);
  --bs-btn-focus-shadow-rgb: 216, 206, 200;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(254.2, 244.6, 239);
  --bs-btn-active-border-color: rgb(254.1, 243.3, 237);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #fef2eb;
  --bs-btn-disabled-border-color: #fef2eb;
}

.btn-orange-darker {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(61, 31.25, 14.25);
  --bs-btn-border-color: rgb(61, 31.25, 14.25);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(45.75, 23.4375, 10.6875);
  --bs-btn-hover-border-color: rgb(48.8, 25, 11.4);
  --bs-btn-focus-shadow-rgb: 90, 65, 50;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(48.8, 25, 11.4);
  --bs-btn-active-border-color: rgb(45.75, 23.4375, 10.6875);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(61, 31.25, 14.25);
  --bs-btn-disabled-border-color: rgb(61, 31.25, 14.25);
}

.btn-pink {
  --bs-btn-color: #000;
  --bs-btn-bg: #e746ac;
  --bs-btn-border-color: #e746ac;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(237, 116.25, 192.75);
  --bs-btn-hover-border-color: rgb(233.4, 88.5, 180.3);
  --bs-btn-focus-shadow-rgb: 196, 60, 146;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(235.8, 107, 188.6);
  --bs-btn-active-border-color: rgb(233.4, 88.5, 180.3);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #e746ac;
  --bs-btn-disabled-border-color: #e746ac;
}

.btn-pink-lighter {
  --bs-btn-color: #000;
  --bs-btn-bg: #feebed;
  --bs-btn-border-color: #feebed;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(254.25, 240, 241.5);
  --bs-btn-hover-border-color: rgb(254.1, 237, 238.8);
  --bs-btn-focus-shadow-rgb: 216, 200, 201;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(254.2, 239, 240.6);
  --bs-btn-active-border-color: rgb(254.1, 237, 238.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #feebed;
  --bs-btn-disabled-border-color: #feebed;
}

.btn-pink-darker {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(57.75, 17.5, 43);
  --bs-btn-border-color: rgb(57.75, 17.5, 43);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(43.3125, 13.125, 32.25);
  --bs-btn-hover-border-color: rgb(46.2, 14, 34.4);
  --bs-btn-focus-shadow-rgb: 87, 53, 75;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(46.2, 14, 34.4);
  --bs-btn-active-border-color: rgb(43.3125, 13.125, 32.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(57.75, 17.5, 43);
  --bs-btn-disabled-border-color: rgb(57.75, 17.5, 43);
}

.btn-outline-primary {
  --bs-btn-color: #5c4ced;
  --bs-btn-border-color: #5c4ced;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c4ced;
  --bs-btn-hover-border-color: #5c4ced;
  --bs-btn-focus-shadow-rgb: 92, 76, 237;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #5c4ced;
  --bs-btn-active-border-color: #5c4ced;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #5c4ced;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #5c4ced;
  --bs-gradient: none;
}

.btn-outline-primary-lighter {
  --bs-btn-color: rgb(214.25, 210.25, 250.5);
  --bs-btn-border-color: rgb(214.25, 210.25, 250.5);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(214.25, 210.25, 250.5);
  --bs-btn-hover-border-color: rgb(214.25, 210.25, 250.5);
  --bs-btn-focus-shadow-rgb: 214, 210, 251;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(214.25, 210.25, 250.5);
  --bs-btn-active-border-color: rgb(214.25, 210.25, 250.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(214.25, 210.25, 250.5);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(214.25, 210.25, 250.5);
  --bs-gradient: none;
}

.btn-outline-primary-darker {
  --bs-btn-color: rgb(23, 19, 59.25);
  --bs-btn-border-color: rgb(23, 19, 59.25);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(23, 19, 59.25);
  --bs-btn-hover-border-color: rgb(23, 19, 59.25);
  --bs-btn-focus-shadow-rgb: 23, 19, 59;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(23, 19, 59.25);
  --bs-btn-active-border-color: rgb(23, 19, 59.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(23, 19, 59.25);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(23, 19, 59.25);
  --bs-gradient: none;
}

.btn-outline-purple {
  --bs-btn-color: #5c4ced;
  --bs-btn-border-color: #5c4ced;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c4ced;
  --bs-btn-hover-border-color: #5c4ced;
  --bs-btn-focus-shadow-rgb: 92, 76, 237;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #5c4ced;
  --bs-btn-active-border-color: #5c4ced;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #5c4ced;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #5c4ced;
  --bs-gradient: none;
}

.btn-outline-purple-lighter {
  --bs-btn-color: rgb(214.25, 210.25, 250.5);
  --bs-btn-border-color: rgb(214.25, 210.25, 250.5);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(214.25, 210.25, 250.5);
  --bs-btn-hover-border-color: rgb(214.25, 210.25, 250.5);
  --bs-btn-focus-shadow-rgb: 214, 210, 251;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(214.25, 210.25, 250.5);
  --bs-btn-active-border-color: rgb(214.25, 210.25, 250.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(214.25, 210.25, 250.5);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(214.25, 210.25, 250.5);
  --bs-gradient: none;
}

.btn-outline-purple-darker {
  --bs-btn-color: rgb(23, 19, 59.25);
  --bs-btn-border-color: rgb(23, 19, 59.25);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(23, 19, 59.25);
  --bs-btn-hover-border-color: rgb(23, 19, 59.25);
  --bs-btn-focus-shadow-rgb: 23, 19, 59;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(23, 19, 59.25);
  --bs-btn-active-border-color: rgb(23, 19, 59.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(23, 19, 59.25);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(23, 19, 59.25);
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #44516c;
  --bs-btn-border-color: #44516c;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #44516c;
  --bs-btn-hover-border-color: #44516c;
  --bs-btn-focus-shadow-rgb: 68, 81, 108;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #44516c;
  --bs-btn-active-border-color: #44516c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #44516c;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #44516c;
  --bs-gradient: none;
}

.btn-outline-secondary-lighter {
  --bs-btn-color: rgb(208.25, 211.5, 218.25);
  --bs-btn-border-color: rgb(208.25, 211.5, 218.25);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(208.25, 211.5, 218.25);
  --bs-btn-hover-border-color: rgb(208.25, 211.5, 218.25);
  --bs-btn-focus-shadow-rgb: 208, 212, 218;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(208.25, 211.5, 218.25);
  --bs-btn-active-border-color: rgb(208.25, 211.5, 218.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(208.25, 211.5, 218.25);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(208.25, 211.5, 218.25);
  --bs-gradient: none;
}

.btn-outline-secondary-darker {
  --bs-btn-color: rgb(17, 20.25, 27);
  --bs-btn-border-color: rgb(17, 20.25, 27);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(17, 20.25, 27);
  --bs-btn-hover-border-color: rgb(17, 20.25, 27);
  --bs-btn-focus-shadow-rgb: 17, 20, 27;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(17, 20.25, 27);
  --bs-btn-active-border-color: rgb(17, 20.25, 27);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(17, 20.25, 27);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(17, 20.25, 27);
  --bs-gradient: none;
}

.btn-outline-grey {
  --bs-btn-color: #44516c;
  --bs-btn-border-color: #44516c;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #44516c;
  --bs-btn-hover-border-color: #44516c;
  --bs-btn-focus-shadow-rgb: 68, 81, 108;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #44516c;
  --bs-btn-active-border-color: #44516c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #44516c;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #44516c;
  --bs-gradient: none;
}

.btn-outline-grey-lighter {
  --bs-btn-color: rgb(208.25, 211.5, 218.25);
  --bs-btn-border-color: rgb(208.25, 211.5, 218.25);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(208.25, 211.5, 218.25);
  --bs-btn-hover-border-color: rgb(208.25, 211.5, 218.25);
  --bs-btn-focus-shadow-rgb: 208, 212, 218;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(208.25, 211.5, 218.25);
  --bs-btn-active-border-color: rgb(208.25, 211.5, 218.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(208.25, 211.5, 218.25);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(208.25, 211.5, 218.25);
  --bs-gradient: none;
}

.btn-outline-grey-darker {
  --bs-btn-color: rgb(17, 20.25, 27);
  --bs-btn-border-color: rgb(17, 20.25, 27);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(17, 20.25, 27);
  --bs-btn-hover-border-color: rgb(17, 20.25, 27);
  --bs-btn-focus-shadow-rgb: 17, 20, 27;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(17, 20.25, 27);
  --bs-btn-active-border-color: rgb(17, 20.25, 27);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(17, 20.25, 27);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(17, 20.25, 27);
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #55c66d;
  --bs-btn-border-color: #55c66d;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #55c66d;
  --bs-btn-hover-border-color: #55c66d;
  --bs-btn-focus-shadow-rgb: 85, 198, 109;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #55c66d;
  --bs-btn-active-border-color: #55c66d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #55c66d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #55c66d;
  --bs-gradient: none;
}

.btn-outline-success-lighter {
  --bs-btn-color: #eef9f0;
  --bs-btn-border-color: #eef9f0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #eef9f0;
  --bs-btn-hover-border-color: #eef9f0;
  --bs-btn-focus-shadow-rgb: 238, 249, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #eef9f0;
  --bs-btn-active-border-color: #eef9f0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #eef9f0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #eef9f0;
  --bs-gradient: none;
}

.btn-outline-success-darker {
  --bs-btn-color: rgb(21.25, 49.5, 27.25);
  --bs-btn-border-color: rgb(21.25, 49.5, 27.25);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(21.25, 49.5, 27.25);
  --bs-btn-hover-border-color: rgb(21.25, 49.5, 27.25);
  --bs-btn-focus-shadow-rgb: 21, 50, 27;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(21.25, 49.5, 27.25);
  --bs-btn-active-border-color: rgb(21.25, 49.5, 27.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(21.25, 49.5, 27.25);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(21.25, 49.5, 27.25);
  --bs-gradient: none;
}

.btn-outline-green {
  --bs-btn-color: #55c66d;
  --bs-btn-border-color: #55c66d;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #55c66d;
  --bs-btn-hover-border-color: #55c66d;
  --bs-btn-focus-shadow-rgb: 85, 198, 109;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #55c66d;
  --bs-btn-active-border-color: #55c66d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #55c66d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #55c66d;
  --bs-gradient: none;
}

.btn-outline-green-lighter {
  --bs-btn-color: #eef9f0;
  --bs-btn-border-color: #eef9f0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #eef9f0;
  --bs-btn-hover-border-color: #eef9f0;
  --bs-btn-focus-shadow-rgb: 238, 249, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #eef9f0;
  --bs-btn-active-border-color: #eef9f0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #eef9f0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #eef9f0;
  --bs-gradient: none;
}

.btn-outline-green-darker {
  --bs-btn-color: rgb(21.25, 49.5, 27.25);
  --bs-btn-border-color: rgb(21.25, 49.5, 27.25);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(21.25, 49.5, 27.25);
  --bs-btn-hover-border-color: rgb(21.25, 49.5, 27.25);
  --bs-btn-focus-shadow-rgb: 21, 50, 27;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(21.25, 49.5, 27.25);
  --bs-btn-active-border-color: rgb(21.25, 49.5, 27.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(21.25, 49.5, 27.25);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(21.25, 49.5, 27.25);
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #46a4d6;
  --bs-btn-border-color: #46a4d6;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #46a4d6;
  --bs-btn-hover-border-color: #46a4d6;
  --bs-btn-focus-shadow-rgb: 70, 164, 214;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #46a4d6;
  --bs-btn-active-border-color: #46a4d6;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #46a4d6;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #46a4d6;
  --bs-gradient: none;
}

.btn-outline-info-lighter {
  --bs-btn-color: #ecf6fb;
  --bs-btn-border-color: #ecf6fb;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ecf6fb;
  --bs-btn-hover-border-color: #ecf6fb;
  --bs-btn-focus-shadow-rgb: 236, 246, 251;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ecf6fb;
  --bs-btn-active-border-color: #ecf6fb;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ecf6fb;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ecf6fb;
  --bs-gradient: none;
}

.btn-outline-info-darker {
  --bs-btn-color: rgb(17.5, 41, 53.5);
  --bs-btn-border-color: rgb(17.5, 41, 53.5);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(17.5, 41, 53.5);
  --bs-btn-hover-border-color: rgb(17.5, 41, 53.5);
  --bs-btn-focus-shadow-rgb: 18, 41, 54;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(17.5, 41, 53.5);
  --bs-btn-active-border-color: rgb(17.5, 41, 53.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(17.5, 41, 53.5);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(17.5, 41, 53.5);
  --bs-gradient: none;
}

.btn-outline-blue {
  --bs-btn-color: #46a4d6;
  --bs-btn-border-color: #46a4d6;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #46a4d6;
  --bs-btn-hover-border-color: #46a4d6;
  --bs-btn-focus-shadow-rgb: 70, 164, 214;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #46a4d6;
  --bs-btn-active-border-color: #46a4d6;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #46a4d6;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #46a4d6;
  --bs-gradient: none;
}

.btn-outline-blue-lighter {
  --bs-btn-color: #ecf6fb;
  --bs-btn-border-color: #ecf6fb;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ecf6fb;
  --bs-btn-hover-border-color: #ecf6fb;
  --bs-btn-focus-shadow-rgb: 236, 246, 251;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ecf6fb;
  --bs-btn-active-border-color: #ecf6fb;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ecf6fb;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ecf6fb;
  --bs-gradient: none;
}

.btn-outline-blue-darker {
  --bs-btn-color: rgb(17.5, 41, 53.5);
  --bs-btn-border-color: rgb(17.5, 41, 53.5);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(17.5, 41, 53.5);
  --bs-btn-hover-border-color: rgb(17.5, 41, 53.5);
  --bs-btn-focus-shadow-rgb: 18, 41, 54;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(17.5, 41, 53.5);
  --bs-btn-active-border-color: rgb(17.5, 41, 53.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(17.5, 41, 53.5);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(17.5, 41, 53.5);
  --bs-gradient: none;
}

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

.btn-outline-yellow-lighter {
  --bs-btn-color: #fef8ec;
  --bs-btn-border-color: #fef8ec;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fef8ec;
  --bs-btn-hover-border-color: #fef8ec;
  --bs-btn-focus-shadow-rgb: 254, 248, 236;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fef8ec;
  --bs-btn-active-border-color: #fef8ec;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fef8ec;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #fef8ec;
  --bs-gradient: none;
}

.btn-outline-yellow-darker {
  --bs-btn-color: rgb(62, 45.5, 16.75);
  --bs-btn-border-color: rgb(62, 45.5, 16.75);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(62, 45.5, 16.75);
  --bs-btn-hover-border-color: rgb(62, 45.5, 16.75);
  --bs-btn-focus-shadow-rgb: 62, 46, 17;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(62, 45.5, 16.75);
  --bs-btn-active-border-color: rgb(62, 45.5, 16.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(62, 45.5, 16.75);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(62, 45.5, 16.75);
  --bs-gradient: none;
}

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

.btn-outline-warning-lighter {
  --bs-btn-color: #fef8ec;
  --bs-btn-border-color: #fef8ec;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fef8ec;
  --bs-btn-hover-border-color: #fef8ec;
  --bs-btn-focus-shadow-rgb: 254, 248, 236;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fef8ec;
  --bs-btn-active-border-color: #fef8ec;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fef8ec;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #fef8ec;
  --bs-gradient: none;
}

.btn-outline-warning-darker {
  --bs-btn-color: rgb(62, 45.5, 16.75);
  --bs-btn-border-color: rgb(62, 45.5, 16.75);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(62, 45.5, 16.75);
  --bs-btn-hover-border-color: rgb(62, 45.5, 16.75);
  --bs-btn-focus-shadow-rgb: 62, 46, 17;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(62, 45.5, 16.75);
  --bs-btn-active-border-color: rgb(62, 45.5, 16.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(62, 45.5, 16.75);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(62, 45.5, 16.75);
  --bs-gradient: none;
}

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

.btn-outline-danger-lighter {
  --bs-btn-color: #feebed;
  --bs-btn-border-color: #feebed;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #feebed;
  --bs-btn-hover-border-color: #feebed;
  --bs-btn-focus-shadow-rgb: 254, 235, 237;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #feebed;
  --bs-btn-active-border-color: #feebed;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #feebed;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #feebed;
  --bs-gradient: none;
}

.btn-outline-danger-darker {
  --bs-btn-color: rgb(60.75, 13.5, 20);
  --bs-btn-border-color: rgb(60.75, 13.5, 20);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(60.75, 13.5, 20);
  --bs-btn-hover-border-color: rgb(60.75, 13.5, 20);
  --bs-btn-focus-shadow-rgb: 61, 14, 20;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(60.75, 13.5, 20);
  --bs-btn-active-border-color: rgb(60.75, 13.5, 20);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(60.75, 13.5, 20);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(60.75, 13.5, 20);
  --bs-gradient: none;
}

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

.btn-outline-red-lighter {
  --bs-btn-color: #feebed;
  --bs-btn-border-color: #feebed;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #feebed;
  --bs-btn-hover-border-color: #feebed;
  --bs-btn-focus-shadow-rgb: 254, 235, 237;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #feebed;
  --bs-btn-active-border-color: #feebed;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #feebed;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #feebed;
  --bs-gradient: none;
}

.btn-outline-red-darker {
  --bs-btn-color: rgb(60.75, 13.5, 20);
  --bs-btn-border-color: rgb(60.75, 13.5, 20);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(60.75, 13.5, 20);
  --bs-btn-hover-border-color: rgb(60.75, 13.5, 20);
  --bs-btn-focus-shadow-rgb: 61, 14, 20;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(60.75, 13.5, 20);
  --bs-btn-active-border-color: rgb(60.75, 13.5, 20);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(60.75, 13.5, 20);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(60.75, 13.5, 20);
  --bs-gradient: none;
}

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

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

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

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

.btn-outline-turquoise {
  --bs-btn-color: #44cbd0;
  --bs-btn-border-color: #44cbd0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #44cbd0;
  --bs-btn-hover-border-color: #44cbd0;
  --bs-btn-focus-shadow-rgb: 68, 203, 208;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #44cbd0;
  --bs-btn-active-border-color: #44cbd0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #44cbd0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #44cbd0;
  --bs-gradient: none;
}

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

.btn-outline-turquoise-darker {
  --bs-btn-color: rgb(17, 50.75, 52);
  --bs-btn-border-color: rgb(17, 50.75, 52);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(17, 50.75, 52);
  --bs-btn-hover-border-color: rgb(17, 50.75, 52);
  --bs-btn-focus-shadow-rgb: 17, 51, 52;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(17, 50.75, 52);
  --bs-btn-active-border-color: rgb(17, 50.75, 52);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(17, 50.75, 52);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(17, 50.75, 52);
  --bs-gradient: none;
}

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

.btn-outline-orange-lighter {
  --bs-btn-color: #fef2eb;
  --bs-btn-border-color: #fef2eb;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fef2eb;
  --bs-btn-hover-border-color: #fef2eb;
  --bs-btn-focus-shadow-rgb: 254, 242, 235;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fef2eb;
  --bs-btn-active-border-color: #fef2eb;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fef2eb;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #fef2eb;
  --bs-gradient: none;
}

.btn-outline-orange-darker {
  --bs-btn-color: rgb(61, 31.25, 14.25);
  --bs-btn-border-color: rgb(61, 31.25, 14.25);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(61, 31.25, 14.25);
  --bs-btn-hover-border-color: rgb(61, 31.25, 14.25);
  --bs-btn-focus-shadow-rgb: 61, 31, 14;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(61, 31.25, 14.25);
  --bs-btn-active-border-color: rgb(61, 31.25, 14.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(61, 31.25, 14.25);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(61, 31.25, 14.25);
  --bs-gradient: none;
}

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

.btn-outline-pink-lighter {
  --bs-btn-color: #feebed;
  --bs-btn-border-color: #feebed;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #feebed;
  --bs-btn-hover-border-color: #feebed;
  --bs-btn-focus-shadow-rgb: 254, 235, 237;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #feebed;
  --bs-btn-active-border-color: #feebed;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #feebed;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #feebed;
  --bs-gradient: none;
}

.btn-outline-pink-darker {
  --bs-btn-color: rgb(57.75, 17.5, 43);
  --bs-btn-border-color: rgb(57.75, 17.5, 43);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(57.75, 17.5, 43);
  --bs-btn-hover-border-color: rgb(57.75, 17.5, 43);
  --bs-btn-focus-shadow-rgb: 58, 18, 43;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(57.75, 17.5, 43);
  --bs-btn-active-border-color: rgb(57.75, 17.5, 43);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(57.75, 17.5, 43);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(57.75, 17.5, 43);
  --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: #7c8aa1;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: none;
  --bs-btn-focus-shadow-rgb: 116, 103, 240;
  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.7rem;
  --bs-btn-padding-x: 1.65rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: 0.4rem;
}

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

.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.34em;
  vertical-align: -0.03em;
  content: "";
  border-top: 0.4em solid;
  border-right: 0.4em solid transparent;
  border-bottom: 0;
  border-left: 0.4em 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: #2c364e;
  --bs-dropdown-bg: #fff;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: 0.3rem;
  --bs-dropdown-border-width: 0;
  --bs-dropdown-inner-border-radius: 0.3rem;
  --bs-dropdown-divider-bg: #f5f2ff;
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  --bs-dropdown-link-color: #2c364e;
  --bs-dropdown-link-hover-color: rgb(39.6, 48.6, 70.2);
  --bs-dropdown-link-hover-bg: #f5f8fa;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: rgb(214.25, 210.25, 250.5);
  --bs-dropdown-link-disabled-color: #8f9db1;
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.75rem;
  --bs-dropdown-header-color: #7c8aa1;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
  box-shadow: var(--bs-dropdown-box-shadow);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

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

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

@media (min-width: 360px) {
  .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: 600px) {
  .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: 834px) {
  .dropdown-menu-ipad-start {
    --bs-position: start;
  }
  .dropdown-menu-ipad-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-ipad-end {
    --bs-position: end;
  }
  .dropdown-menu-ipad-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1024px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1280px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1440px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.34em;
  vertical-align: -0.03em;
  content: "";
  border-top: 0;
  border-right: 0.4em solid transparent;
  border-bottom: 0.4em solid;
  border-left: 0.4em 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.34em;
  vertical-align: -0.03em;
  content: "";
  border-top: 0.4em solid transparent;
  border-right: 0;
  border-bottom: 0.4em solid transparent;
  border-left: 0.4em 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.34em;
  vertical-align: -0.03em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.34em;
  vertical-align: -0.03em;
  content: "";
  border-top: 0.4em solid transparent;
  border-right: 0.4em solid;
  border-bottom: 0.4em 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;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

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

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

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

.dropdown-menu-dark {
  --bs-dropdown-color: #d8dee6;
  --bs-dropdown-bg: #44516c;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #d8dee6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: #f5f2ff;
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: rgb(214.25, 210.25, 250.5);
  --bs-dropdown-link-disabled-color: #8f9db1;
  --bs-dropdown-header-color: #8f9db1;
}

.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, .btn-toolbar .input-group-icon {
  width: auto;
}

.btn-group {
  border-radius: 0.5rem;
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.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: 0.9375rem;
  padding-left: 0.9375rem;
}
.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: 1.2375rem;
  padding-left: 1.2375rem;
}

.btn-group.show .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.show .dropdown-toggle.btn-link {
  box-shadow: none;
}

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

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: #7c8aa1;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link.disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: 1px;
  --bs-nav-tabs-border-color: #d8dee6;
  --bs-nav-tabs-border-radius: 0.3rem;
  --bs-nav-tabs-link-hover-border-color: #f5f8fa #f5f8fa #d8dee6;
  --bs-nav-tabs-link-active-color: #5e6c86;
  --bs-nav-tabs-link-active-bg: #f1f4f8;
  --bs-nav-tabs-link-active-border-color: #d8dee6 #d8dee6 #f1f4f8;
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  background: none;
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: 0.3rem;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #d8d2fc;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

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

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

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

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

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

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

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

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

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

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: 1px;
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: 8px;
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: 7px;
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: #fff;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 8px;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
  box-shadow: var(--bs-card-box-shadow);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.accordion {
  --bs-accordion-color: #2c364e;
  --bs-accordion-bg: #fff;
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: 0.3rem;
  --bs-accordion-inner-border-radius: calc(0.3rem - 1px);
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: #2c364e;
  --bs-accordion-btn-bg: #fbfcfc;
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232c364e'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%2882.8, 68.4, 213.3%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: #7c8aa1;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.6), 0 0 0 4px rgba(119, 140, 157, 0.42);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: rgb(82.8, 68.4, 213.3);
  --bs-accordion-active-bg: rgb(238.7, 237.1, 253.2);
}

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

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

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

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

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

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

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

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: #fff;
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: #d8dee6;
  --bs-pagination-border-radius: 0.3rem;
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: #f5f8fa;
  --bs-pagination-hover-border-color: #d8dee6;
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: #f5f8fa;
  --bs-pagination-focus-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.6), 0 0 0 4px rgba(119, 140, 157, 0.42);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #5c4ced;
  --bs-pagination-active-border-color: #5c4ced;
  --bs-pagination-disabled-color: #7c8aa1;
  --bs-pagination-disabled-bg: #fff;
  --bs-pagination-disabled-border-color: #d8dee6;
  display: flex;
  padding-left: 0;
  list-style: none;
}

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

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

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

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

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

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

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  --bs-alert-color: rgb(55.2, 45.6, 142.2);
  --bs-alert-bg: rgb(222.4, 219.2, 251.4);
  --bs-alert-border-color: rgb(206.1, 201.3, 249.6);
}
.alert-primary .alert-link {
  color: rgb(44.16, 36.48, 113.76);
}

.alert-primary-lighter {
  --bs-alert-color: rgb(85.7, 84.1, 100.2);
  --bs-alert-bg: rgb(246.85, 246.05, 254.1);
  --bs-alert-border-color: rgb(242.775, 241.575, 253.65);
}
.alert-primary-lighter .alert-link {
  color: rgb(68.56, 67.28, 80.16);
}

.alert-primary-darker {
  --bs-alert-color: rgb(13.8, 11.4, 35.55);
  --bs-alert-bg: rgb(208.6, 207.8, 215.85);
  --bs-alert-border-color: rgb(185.4, 184.2, 196.275);
}
.alert-primary-darker .alert-link {
  color: rgb(11.04, 9.12, 28.44);
}

.alert-purple {
  --bs-alert-color: rgb(55.2, 45.6, 142.2);
  --bs-alert-bg: rgb(222.4, 219.2, 251.4);
  --bs-alert-border-color: rgb(206.1, 201.3, 249.6);
}
.alert-purple .alert-link {
  color: rgb(44.16, 36.48, 113.76);
}

.alert-purple-lighter {
  --bs-alert-color: rgb(85.7, 84.1, 100.2);
  --bs-alert-bg: rgb(246.85, 246.05, 254.1);
  --bs-alert-border-color: rgb(242.775, 241.575, 253.65);
}
.alert-purple-lighter .alert-link {
  color: rgb(68.56, 67.28, 80.16);
}

.alert-purple-darker {
  --bs-alert-color: rgb(13.8, 11.4, 35.55);
  --bs-alert-bg: rgb(208.6, 207.8, 215.85);
  --bs-alert-border-color: rgb(185.4, 184.2, 196.275);
}
.alert-purple-darker .alert-link {
  color: rgb(11.04, 9.12, 28.44);
}

.alert-secondary {
  --bs-alert-color: rgb(40.8, 48.6, 64.8);
  --bs-alert-bg: rgb(217.6, 220.2, 225.6);
  --bs-alert-border-color: rgb(198.9, 202.8, 210.9);
}
.alert-secondary .alert-link {
  color: rgb(32.64, 38.88, 51.84);
}

.alert-secondary-lighter {
  --bs-alert-color: rgb(83.3, 84.6, 87.3);
  --bs-alert-bg: rgb(245.65, 246.3, 247.65);
  --bs-alert-border-color: rgb(240.975, 241.95, 243.975);
}
.alert-secondary-lighter .alert-link {
  color: rgb(66.64, 67.68, 69.84);
}

.alert-secondary-darker {
  --bs-alert-color: rgb(10.2, 12.15, 16.2);
  --bs-alert-bg: rgb(207.4, 208.05, 209.4);
  --bs-alert-border-color: rgb(183.6, 184.575, 186.6);
}
.alert-secondary-darker .alert-link {
  color: rgb(8.16, 9.72, 12.96);
}

.alert-grey {
  --bs-alert-color: rgb(40.8, 48.6, 64.8);
  --bs-alert-bg: rgb(217.6, 220.2, 225.6);
  --bs-alert-border-color: rgb(198.9, 202.8, 210.9);
}
.alert-grey .alert-link {
  color: rgb(32.64, 38.88, 51.84);
}

.alert-grey-lighter {
  --bs-alert-color: rgb(83.3, 84.6, 87.3);
  --bs-alert-bg: rgb(245.65, 246.3, 247.65);
  --bs-alert-border-color: rgb(240.975, 241.95, 243.975);
}
.alert-grey-lighter .alert-link {
  color: rgb(66.64, 67.68, 69.84);
}

.alert-grey-darker {
  --bs-alert-color: rgb(10.2, 12.15, 16.2);
  --bs-alert-bg: rgb(207.4, 208.05, 209.4);
  --bs-alert-border-color: rgb(183.6, 184.575, 186.6);
}
.alert-grey-darker .alert-link {
  color: rgb(8.16, 9.72, 12.96);
}

.alert-success {
  --bs-alert-color: rgb(51, 118.8, 65.4);
  --bs-alert-bg: rgb(221, 243.6, 225.8);
  --bs-alert-border-color: rgb(204, 237.9, 211.2);
}
.alert-success .alert-link {
  color: rgb(40.8, 95.04, 52.32);
}

.alert-success-lighter {
  --bs-alert-color: rgb(95.2, 99.6, 96);
  --bs-alert-bg: rgb(251.6, 253.8, 252);
  --bs-alert-border-color: rgb(249.9, 253.2, 250.5);
}
.alert-success-lighter .alert-link {
  color: rgb(76.16, 79.68, 76.8);
}

.alert-success-darker {
  --bs-alert-color: rgb(12.75, 29.7, 16.35);
  --bs-alert-bg: rgb(208.25, 213.9, 209.45);
  --bs-alert-border-color: rgb(184.875, 193.35, 186.675);
}
.alert-success-darker .alert-link {
  color: rgb(10.2, 23.76, 13.08);
}

.alert-green {
  --bs-alert-color: rgb(51, 118.8, 65.4);
  --bs-alert-bg: rgb(221, 243.6, 225.8);
  --bs-alert-border-color: rgb(204, 237.9, 211.2);
}
.alert-green .alert-link {
  color: rgb(40.8, 95.04, 52.32);
}

.alert-green-lighter {
  --bs-alert-color: rgb(95.2, 99.6, 96);
  --bs-alert-bg: rgb(251.6, 253.8, 252);
  --bs-alert-border-color: rgb(249.9, 253.2, 250.5);
}
.alert-green-lighter .alert-link {
  color: rgb(76.16, 79.68, 76.8);
}

.alert-green-darker {
  --bs-alert-color: rgb(12.75, 29.7, 16.35);
  --bs-alert-bg: rgb(208.25, 213.9, 209.45);
  --bs-alert-border-color: rgb(184.875, 193.35, 186.675);
}
.alert-green-darker .alert-link {
  color: rgb(10.2, 23.76, 13.08);
}

.alert-info {
  --bs-alert-color: rgb(42, 98.4, 128.4);
  --bs-alert-bg: rgb(218, 236.8, 246.8);
  --bs-alert-border-color: rgb(199.5, 227.7, 242.7);
}
.alert-info .alert-link {
  color: rgb(33.6, 78.72, 102.72);
}

.alert-info-lighter {
  --bs-alert-color: rgb(94.4, 98.4, 100.4);
  --bs-alert-bg: rgb(251.2, 253.2, 254.2);
  --bs-alert-border-color: rgb(249.3, 252.3, 253.8);
}
.alert-info-lighter .alert-link {
  color: rgb(75.52, 78.72, 80.32);
}

.alert-info-darker {
  --bs-alert-color: rgb(10.5, 24.6, 32.1);
  --bs-alert-bg: rgb(207.5, 212.2, 214.7);
  --bs-alert-border-color: rgb(183.75, 190.8, 194.55);
}
.alert-info-darker .alert-link {
  color: rgb(8.4, 19.68, 25.68);
}

.alert-blue {
  --bs-alert-color: rgb(42, 98.4, 128.4);
  --bs-alert-bg: rgb(218, 236.8, 246.8);
  --bs-alert-border-color: rgb(199.5, 227.7, 242.7);
}
.alert-blue .alert-link {
  color: rgb(33.6, 78.72, 102.72);
}

.alert-blue-lighter {
  --bs-alert-color: rgb(94.4, 98.4, 100.4);
  --bs-alert-bg: rgb(251.2, 253.2, 254.2);
  --bs-alert-border-color: rgb(249.3, 252.3, 253.8);
}
.alert-blue-lighter .alert-link {
  color: rgb(75.52, 78.72, 80.32);
}

.alert-blue-darker {
  --bs-alert-color: rgb(10.5, 24.6, 32.1);
  --bs-alert-bg: rgb(207.5, 212.2, 214.7);
  --bs-alert-border-color: rgb(183.75, 190.8, 194.55);
}
.alert-blue-darker .alert-link {
  color: rgb(8.4, 19.68, 25.68);
}

.alert-yellow {
  --bs-alert-color: rgb(99.2, 72.8, 26.8);
  --bs-alert-bg: rgb(253.6, 240.4, 217.4);
  --bs-alert-border-color: rgb(252.9, 233.1, 198.6);
}
.alert-yellow .alert-link {
  color: rgb(79.36, 58.24, 21.44);
}

.alert-yellow-lighter {
  --bs-alert-color: rgb(101.6, 99.2, 94.4);
  --bs-alert-bg: rgb(254.8, 253.6, 251.2);
  --bs-alert-border-color: rgb(254.7, 252.9, 249.3);
}
.alert-yellow-lighter .alert-link {
  color: rgb(81.28, 79.36, 75.52);
}

.alert-yellow-darker {
  --bs-alert-color: rgb(37.2, 27.3, 10.05);
  --bs-alert-bg: rgb(216.4, 213.1, 207.35);
  --bs-alert-border-color: rgb(197.1, 192.15, 183.525);
}
.alert-yellow-darker .alert-link {
  color: rgb(29.76, 21.84, 8.04);
}

.alert-warning {
  --bs-alert-color: rgb(99.2, 72.8, 26.8);
  --bs-alert-bg: rgb(253.6, 240.4, 217.4);
  --bs-alert-border-color: rgb(252.9, 233.1, 198.6);
}
.alert-warning .alert-link {
  color: rgb(79.36, 58.24, 21.44);
}

.alert-warning-lighter {
  --bs-alert-color: rgb(101.6, 99.2, 94.4);
  --bs-alert-bg: rgb(254.8, 253.6, 251.2);
  --bs-alert-border-color: rgb(254.7, 252.9, 249.3);
}
.alert-warning-lighter .alert-link {
  color: rgb(81.28, 79.36, 75.52);
}

.alert-warning-darker {
  --bs-alert-color: rgb(37.2, 27.3, 10.05);
  --bs-alert-bg: rgb(216.4, 213.1, 207.35);
  --bs-alert-border-color: rgb(197.1, 192.15, 183.525);
}
.alert-warning-darker .alert-link {
  color: rgb(29.76, 21.84, 8.04);
}

.alert-danger {
  --bs-alert-color: rgb(145.8, 32.4, 48);
  --bs-alert-bg: rgb(252.6, 214.8, 220);
  --bs-alert-border-color: rgb(251.4, 194.7, 202.5);
}
.alert-danger .alert-link {
  color: rgb(116.64, 25.92, 38.4);
}

.alert-danger-lighter {
  --bs-alert-color: rgb(101.6, 94, 94.8);
  --bs-alert-bg: rgb(254.8, 251, 251.4);
  --bs-alert-border-color: rgb(254.7, 249, 249.6);
}
.alert-danger-lighter .alert-link {
  color: rgb(81.28, 75.2, 75.84);
}

.alert-danger-darker {
  --bs-alert-color: rgb(36.45, 8.1, 12);
  --bs-alert-bg: rgb(216.15, 206.7, 208);
  --bs-alert-border-color: rgb(196.725, 182.55, 184.5);
}
.alert-danger-darker .alert-link {
  color: rgb(29.16, 6.48, 9.6);
}

.alert-red {
  --bs-alert-color: rgb(145.8, 32.4, 48);
  --bs-alert-bg: rgb(252.6, 214.8, 220);
  --bs-alert-border-color: rgb(251.4, 194.7, 202.5);
}
.alert-red .alert-link {
  color: rgb(116.64, 25.92, 38.4);
}

.alert-red-lighter {
  --bs-alert-color: rgb(101.6, 94, 94.8);
  --bs-alert-bg: rgb(254.8, 251, 251.4);
  --bs-alert-border-color: rgb(254.7, 249, 249.6);
}
.alert-red-lighter .alert-link {
  color: rgb(81.28, 75.2, 75.84);
}

.alert-red-darker {
  --bs-alert-color: rgb(36.45, 8.1, 12);
  --bs-alert-bg: rgb(216.15, 206.7, 208);
  --bs-alert-border-color: rgb(196.725, 182.55, 184.5);
}
.alert-red-darker .alert-link {
  color: rgb(29.16, 6.48, 9.6);
}

.alert-light {
  --bs-alert-color: rgb(92, 94, 95.6);
  --bs-alert-bg: rgb(250, 251, 251.8);
  --bs-alert-border-color: rgb(247.5, 249, 250.2);
}
.alert-light .alert-link {
  color: rgb(73.6, 75.2, 76.48);
}

.alert-lighter {
  --bs-alert-color: rgb(98, 99.2, 100);
  --bs-alert-bg: rgb(253, 253.6, 254);
  --bs-alert-border-color: rgb(252, 252.9, 253.5);
}
.alert-lighter .alert-link {
  color: rgb(78.4, 79.36, 80);
}

.alert-lightest {
  --bs-alert-color: rgb(100.4, 100.8, 100.8);
  --bs-alert-bg: rgb(254.2, 254.4, 254.4);
  --bs-alert-border-color: rgb(253.8, 254.1, 254.1);
}
.alert-lightest .alert-link {
  color: rgb(80.32, 80.64, 80.64);
}

.alert-dark {
  --bs-alert-color: rgb(56.4, 64.8, 80.4);
  --bs-alert-bg: rgb(222.8, 225.6, 230.8);
  --bs-alert-border-color: rgb(206.7, 210.9, 218.7);
}
.alert-dark .alert-link {
  color: rgb(45.12, 51.84, 64.32);
}

.alert-turquoise {
  --bs-alert-color: rgb(27.2, 81.2, 83.2);
  --bs-alert-bg: rgb(217.6, 244.6, 245.6);
  --bs-alert-border-color: rgb(198.9, 239.4, 240.9);
}
.alert-turquoise .alert-link {
  color: rgb(21.76, 64.96, 66.56);
}

.alert-turquoise-lighter {
  --bs-alert-color: rgb(94.4, 100, 100);
  --bs-alert-bg: rgb(251.2, 254, 254);
  --bs-alert-border-color: rgb(249.3, 253.5, 253.5);
}
.alert-turquoise-lighter .alert-link {
  color: rgb(75.52, 80, 80);
}

.alert-turquoise-darker {
  --bs-alert-color: rgb(10.2, 30.45, 31.2);
  --bs-alert-bg: rgb(207.4, 214.15, 214.4);
  --bs-alert-border-color: rgb(183.6, 193.725, 194.1);
}
.alert-turquoise-darker .alert-link {
  color: rgb(8.16, 24.36, 24.96);
}

.alert-orange {
  --bs-alert-color: rgb(146.4, 75, 34.2);
  --bs-alert-bg: rgb(252.8, 229, 215.4);
  --bs-alert-border-color: rgb(251.7, 216, 195.6);
}
.alert-orange .alert-link {
  color: rgb(117.12, 60, 27.36);
}

.alert-orange-lighter {
  --bs-alert-color: rgb(101.6, 96.8, 94);
  --bs-alert-bg: rgb(254.8, 252.4, 251);
  --bs-alert-border-color: rgb(254.7, 251.1, 249);
}
.alert-orange-lighter .alert-link {
  color: rgb(81.28, 77.44, 75.2);
}

.alert-orange-darker {
  --bs-alert-color: rgb(36.6, 18.75, 8.55);
  --bs-alert-bg: rgb(216.2, 210.25, 206.85);
  --bs-alert-border-color: rgb(196.8, 187.875, 182.775);
}
.alert-orange-darker .alert-link {
  color: rgb(29.28, 15, 6.84);
}

.alert-pink {
  --bs-alert-color: rgb(138.6, 42, 103.2);
  --bs-alert-bg: rgb(250.2, 218, 238.4);
  --bs-alert-border-color: rgb(247.8, 199.5, 230.1);
}
.alert-pink .alert-link {
  color: rgb(110.88, 33.6, 82.56);
}

.alert-pink-lighter {
  --bs-alert-color: rgb(101.6, 94, 94.8);
  --bs-alert-bg: rgb(254.8, 251, 251.4);
  --bs-alert-border-color: rgb(254.7, 249, 249.6);
}
.alert-pink-lighter .alert-link {
  color: rgb(81.28, 75.2, 75.84);
}

.alert-pink-darker {
  --bs-alert-color: rgb(34.65, 10.5, 25.8);
  --bs-alert-bg: rgb(215.55, 207.5, 212.6);
  --bs-alert-border-color: rgb(195.825, 183.75, 191.4);
}
.alert-pink-darker .alert-link {
  color: rgb(27.72, 8.4, 20.64);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: #f5f8fa;
  --bs-progress-border-radius: 0.3rem;
  --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #5c4ced;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
  box-shadow: var(--bs-progress-box-shadow);
}

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

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

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

.list-group {
  --bs-list-group-color: #2c364e;
  --bs-list-group-bg: #fff;
  --bs-list-group-border-color: rgba(0, 0, 0, 0.125);
  --bs-list-group-border-width: 1px;
  --bs-list-group-border-radius: 0.3rem;
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: #5e6c86;
  --bs-list-group-action-hover-color: #5e6c86;
  --bs-list-group-action-hover-bg: #fbfcfc;
  --bs-list-group-action-active-color: #2c364e;
  --bs-list-group-action-active-bg: #f5f8fa;
  --bs-list-group-disabled-color: #7c8aa1;
  --bs-list-group-disabled-bg: #fff;
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #5c4ced;
  --bs-list-group-active-border-color: #5c4ced;
  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: 360px) {
  .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: 600px) {
  .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: 834px) {
  .list-group-horizontal-ipad {
    flex-direction: row;
  }
  .list-group-horizontal-ipad > .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-ipad > .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-ipad > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-ipad > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-ipad > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1024px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1280px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1440px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: rgb(55.2, 45.6, 142.2);
  background-color: rgb(222.4, 219.2, 251.4);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(55.2, 45.6, 142.2);
  background-color: rgb(200.16, 197.28, 226.26);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(55.2, 45.6, 142.2);
  border-color: rgb(55.2, 45.6, 142.2);
}

.list-group-item-primary-lighter {
  color: rgb(85.7, 84.1, 100.2);
  background-color: rgb(246.85, 246.05, 254.1);
}
.list-group-item-primary-lighter.list-group-item-action:hover, .list-group-item-primary-lighter.list-group-item-action:focus {
  color: rgb(85.7, 84.1, 100.2);
  background-color: rgb(222.165, 221.445, 228.69);
}
.list-group-item-primary-lighter.list-group-item-action.active {
  color: #fff;
  background-color: rgb(85.7, 84.1, 100.2);
  border-color: rgb(85.7, 84.1, 100.2);
}

.list-group-item-primary-darker {
  color: rgb(13.8, 11.4, 35.55);
  background-color: rgb(208.6, 207.8, 215.85);
}
.list-group-item-primary-darker.list-group-item-action:hover, .list-group-item-primary-darker.list-group-item-action:focus {
  color: rgb(13.8, 11.4, 35.55);
  background-color: rgb(187.74, 187.02, 194.265);
}
.list-group-item-primary-darker.list-group-item-action.active {
  color: #fff;
  background-color: rgb(13.8, 11.4, 35.55);
  border-color: rgb(13.8, 11.4, 35.55);
}

.list-group-item-purple {
  color: rgb(55.2, 45.6, 142.2);
  background-color: rgb(222.4, 219.2, 251.4);
}
.list-group-item-purple.list-group-item-action:hover, .list-group-item-purple.list-group-item-action:focus {
  color: rgb(55.2, 45.6, 142.2);
  background-color: rgb(200.16, 197.28, 226.26);
}
.list-group-item-purple.list-group-item-action.active {
  color: #fff;
  background-color: rgb(55.2, 45.6, 142.2);
  border-color: rgb(55.2, 45.6, 142.2);
}

.list-group-item-purple-lighter {
  color: rgb(85.7, 84.1, 100.2);
  background-color: rgb(246.85, 246.05, 254.1);
}
.list-group-item-purple-lighter.list-group-item-action:hover, .list-group-item-purple-lighter.list-group-item-action:focus {
  color: rgb(85.7, 84.1, 100.2);
  background-color: rgb(222.165, 221.445, 228.69);
}
.list-group-item-purple-lighter.list-group-item-action.active {
  color: #fff;
  background-color: rgb(85.7, 84.1, 100.2);
  border-color: rgb(85.7, 84.1, 100.2);
}

.list-group-item-purple-darker {
  color: rgb(13.8, 11.4, 35.55);
  background-color: rgb(208.6, 207.8, 215.85);
}
.list-group-item-purple-darker.list-group-item-action:hover, .list-group-item-purple-darker.list-group-item-action:focus {
  color: rgb(13.8, 11.4, 35.55);
  background-color: rgb(187.74, 187.02, 194.265);
}
.list-group-item-purple-darker.list-group-item-action.active {
  color: #fff;
  background-color: rgb(13.8, 11.4, 35.55);
  border-color: rgb(13.8, 11.4, 35.55);
}

.list-group-item-secondary {
  color: rgb(40.8, 48.6, 64.8);
  background-color: rgb(217.6, 220.2, 225.6);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(40.8, 48.6, 64.8);
  background-color: rgb(195.84, 198.18, 203.04);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(40.8, 48.6, 64.8);
  border-color: rgb(40.8, 48.6, 64.8);
}

.list-group-item-secondary-lighter {
  color: rgb(83.3, 84.6, 87.3);
  background-color: rgb(245.65, 246.3, 247.65);
}
.list-group-item-secondary-lighter.list-group-item-action:hover, .list-group-item-secondary-lighter.list-group-item-action:focus {
  color: rgb(83.3, 84.6, 87.3);
  background-color: rgb(221.085, 221.67, 222.885);
}
.list-group-item-secondary-lighter.list-group-item-action.active {
  color: #fff;
  background-color: rgb(83.3, 84.6, 87.3);
  border-color: rgb(83.3, 84.6, 87.3);
}

.list-group-item-secondary-darker {
  color: rgb(10.2, 12.15, 16.2);
  background-color: rgb(207.4, 208.05, 209.4);
}
.list-group-item-secondary-darker.list-group-item-action:hover, .list-group-item-secondary-darker.list-group-item-action:focus {
  color: rgb(10.2, 12.15, 16.2);
  background-color: rgb(186.66, 187.245, 188.46);
}
.list-group-item-secondary-darker.list-group-item-action.active {
  color: #fff;
  background-color: rgb(10.2, 12.15, 16.2);
  border-color: rgb(10.2, 12.15, 16.2);
}

.list-group-item-grey {
  color: rgb(40.8, 48.6, 64.8);
  background-color: rgb(217.6, 220.2, 225.6);
}
.list-group-item-grey.list-group-item-action:hover, .list-group-item-grey.list-group-item-action:focus {
  color: rgb(40.8, 48.6, 64.8);
  background-color: rgb(195.84, 198.18, 203.04);
}
.list-group-item-grey.list-group-item-action.active {
  color: #fff;
  background-color: rgb(40.8, 48.6, 64.8);
  border-color: rgb(40.8, 48.6, 64.8);
}

.list-group-item-grey-lighter {
  color: rgb(83.3, 84.6, 87.3);
  background-color: rgb(245.65, 246.3, 247.65);
}
.list-group-item-grey-lighter.list-group-item-action:hover, .list-group-item-grey-lighter.list-group-item-action:focus {
  color: rgb(83.3, 84.6, 87.3);
  background-color: rgb(221.085, 221.67, 222.885);
}
.list-group-item-grey-lighter.list-group-item-action.active {
  color: #fff;
  background-color: rgb(83.3, 84.6, 87.3);
  border-color: rgb(83.3, 84.6, 87.3);
}

.list-group-item-grey-darker {
  color: rgb(10.2, 12.15, 16.2);
  background-color: rgb(207.4, 208.05, 209.4);
}
.list-group-item-grey-darker.list-group-item-action:hover, .list-group-item-grey-darker.list-group-item-action:focus {
  color: rgb(10.2, 12.15, 16.2);
  background-color: rgb(186.66, 187.245, 188.46);
}
.list-group-item-grey-darker.list-group-item-action.active {
  color: #fff;
  background-color: rgb(10.2, 12.15, 16.2);
  border-color: rgb(10.2, 12.15, 16.2);
}

.list-group-item-success {
  color: rgb(51, 118.8, 65.4);
  background-color: rgb(221, 243.6, 225.8);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(51, 118.8, 65.4);
  background-color: rgb(198.9, 219.24, 203.22);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(51, 118.8, 65.4);
  border-color: rgb(51, 118.8, 65.4);
}

.list-group-item-success-lighter {
  color: rgb(95.2, 99.6, 96);
  background-color: rgb(251.6, 253.8, 252);
}
.list-group-item-success-lighter.list-group-item-action:hover, .list-group-item-success-lighter.list-group-item-action:focus {
  color: rgb(95.2, 99.6, 96);
  background-color: rgb(226.44, 228.42, 226.8);
}
.list-group-item-success-lighter.list-group-item-action.active {
  color: #fff;
  background-color: rgb(95.2, 99.6, 96);
  border-color: rgb(95.2, 99.6, 96);
}

.list-group-item-success-darker {
  color: rgb(12.75, 29.7, 16.35);
  background-color: rgb(208.25, 213.9, 209.45);
}
.list-group-item-success-darker.list-group-item-action:hover, .list-group-item-success-darker.list-group-item-action:focus {
  color: rgb(12.75, 29.7, 16.35);
  background-color: rgb(187.425, 192.51, 188.505);
}
.list-group-item-success-darker.list-group-item-action.active {
  color: #fff;
  background-color: rgb(12.75, 29.7, 16.35);
  border-color: rgb(12.75, 29.7, 16.35);
}

.list-group-item-green {
  color: rgb(51, 118.8, 65.4);
  background-color: rgb(221, 243.6, 225.8);
}
.list-group-item-green.list-group-item-action:hover, .list-group-item-green.list-group-item-action:focus {
  color: rgb(51, 118.8, 65.4);
  background-color: rgb(198.9, 219.24, 203.22);
}
.list-group-item-green.list-group-item-action.active {
  color: #fff;
  background-color: rgb(51, 118.8, 65.4);
  border-color: rgb(51, 118.8, 65.4);
}

.list-group-item-green-lighter {
  color: rgb(95.2, 99.6, 96);
  background-color: rgb(251.6, 253.8, 252);
}
.list-group-item-green-lighter.list-group-item-action:hover, .list-group-item-green-lighter.list-group-item-action:focus {
  color: rgb(95.2, 99.6, 96);
  background-color: rgb(226.44, 228.42, 226.8);
}
.list-group-item-green-lighter.list-group-item-action.active {
  color: #fff;
  background-color: rgb(95.2, 99.6, 96);
  border-color: rgb(95.2, 99.6, 96);
}

.list-group-item-green-darker {
  color: rgb(12.75, 29.7, 16.35);
  background-color: rgb(208.25, 213.9, 209.45);
}
.list-group-item-green-darker.list-group-item-action:hover, .list-group-item-green-darker.list-group-item-action:focus {
  color: rgb(12.75, 29.7, 16.35);
  background-color: rgb(187.425, 192.51, 188.505);
}
.list-group-item-green-darker.list-group-item-action.active {
  color: #fff;
  background-color: rgb(12.75, 29.7, 16.35);
  border-color: rgb(12.75, 29.7, 16.35);
}

.list-group-item-info {
  color: rgb(42, 98.4, 128.4);
  background-color: rgb(218, 236.8, 246.8);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(42, 98.4, 128.4);
  background-color: rgb(196.2, 213.12, 222.12);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(42, 98.4, 128.4);
  border-color: rgb(42, 98.4, 128.4);
}

.list-group-item-info-lighter {
  color: rgb(94.4, 98.4, 100.4);
  background-color: rgb(251.2, 253.2, 254.2);
}
.list-group-item-info-lighter.list-group-item-action:hover, .list-group-item-info-lighter.list-group-item-action:focus {
  color: rgb(94.4, 98.4, 100.4);
  background-color: rgb(226.08, 227.88, 228.78);
}
.list-group-item-info-lighter.list-group-item-action.active {
  color: #fff;
  background-color: rgb(94.4, 98.4, 100.4);
  border-color: rgb(94.4, 98.4, 100.4);
}

.list-group-item-info-darker {
  color: rgb(10.5, 24.6, 32.1);
  background-color: rgb(207.5, 212.2, 214.7);
}
.list-group-item-info-darker.list-group-item-action:hover, .list-group-item-info-darker.list-group-item-action:focus {
  color: rgb(10.5, 24.6, 32.1);
  background-color: rgb(186.75, 190.98, 193.23);
}
.list-group-item-info-darker.list-group-item-action.active {
  color: #fff;
  background-color: rgb(10.5, 24.6, 32.1);
  border-color: rgb(10.5, 24.6, 32.1);
}

.list-group-item-blue {
  color: rgb(42, 98.4, 128.4);
  background-color: rgb(218, 236.8, 246.8);
}
.list-group-item-blue.list-group-item-action:hover, .list-group-item-blue.list-group-item-action:focus {
  color: rgb(42, 98.4, 128.4);
  background-color: rgb(196.2, 213.12, 222.12);
}
.list-group-item-blue.list-group-item-action.active {
  color: #fff;
  background-color: rgb(42, 98.4, 128.4);
  border-color: rgb(42, 98.4, 128.4);
}

.list-group-item-blue-lighter {
  color: rgb(94.4, 98.4, 100.4);
  background-color: rgb(251.2, 253.2, 254.2);
}
.list-group-item-blue-lighter.list-group-item-action:hover, .list-group-item-blue-lighter.list-group-item-action:focus {
  color: rgb(94.4, 98.4, 100.4);
  background-color: rgb(226.08, 227.88, 228.78);
}
.list-group-item-blue-lighter.list-group-item-action.active {
  color: #fff;
  background-color: rgb(94.4, 98.4, 100.4);
  border-color: rgb(94.4, 98.4, 100.4);
}

.list-group-item-blue-darker {
  color: rgb(10.5, 24.6, 32.1);
  background-color: rgb(207.5, 212.2, 214.7);
}
.list-group-item-blue-darker.list-group-item-action:hover, .list-group-item-blue-darker.list-group-item-action:focus {
  color: rgb(10.5, 24.6, 32.1);
  background-color: rgb(186.75, 190.98, 193.23);
}
.list-group-item-blue-darker.list-group-item-action.active {
  color: #fff;
  background-color: rgb(10.5, 24.6, 32.1);
  border-color: rgb(10.5, 24.6, 32.1);
}

.list-group-item-yellow {
  color: rgb(99.2, 72.8, 26.8);
  background-color: rgb(253.6, 240.4, 217.4);
}
.list-group-item-yellow.list-group-item-action:hover, .list-group-item-yellow.list-group-item-action:focus {
  color: rgb(99.2, 72.8, 26.8);
  background-color: rgb(228.24, 216.36, 195.66);
}
.list-group-item-yellow.list-group-item-action.active {
  color: #fff;
  background-color: rgb(99.2, 72.8, 26.8);
  border-color: rgb(99.2, 72.8, 26.8);
}

.list-group-item-yellow-lighter {
  color: rgb(101.6, 99.2, 94.4);
  background-color: rgb(254.8, 253.6, 251.2);
}
.list-group-item-yellow-lighter.list-group-item-action:hover, .list-group-item-yellow-lighter.list-group-item-action:focus {
  color: rgb(101.6, 99.2, 94.4);
  background-color: rgb(229.32, 228.24, 226.08);
}
.list-group-item-yellow-lighter.list-group-item-action.active {
  color: #fff;
  background-color: rgb(101.6, 99.2, 94.4);
  border-color: rgb(101.6, 99.2, 94.4);
}

.list-group-item-yellow-darker {
  color: rgb(37.2, 27.3, 10.05);
  background-color: rgb(216.4, 213.1, 207.35);
}
.list-group-item-yellow-darker.list-group-item-action:hover, .list-group-item-yellow-darker.list-group-item-action:focus {
  color: rgb(37.2, 27.3, 10.05);
  background-color: rgb(194.76, 191.79, 186.615);
}
.list-group-item-yellow-darker.list-group-item-action.active {
  color: #fff;
  background-color: rgb(37.2, 27.3, 10.05);
  border-color: rgb(37.2, 27.3, 10.05);
}

.list-group-item-warning {
  color: rgb(99.2, 72.8, 26.8);
  background-color: rgb(253.6, 240.4, 217.4);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(99.2, 72.8, 26.8);
  background-color: rgb(228.24, 216.36, 195.66);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(99.2, 72.8, 26.8);
  border-color: rgb(99.2, 72.8, 26.8);
}

.list-group-item-warning-lighter {
  color: rgb(101.6, 99.2, 94.4);
  background-color: rgb(254.8, 253.6, 251.2);
}
.list-group-item-warning-lighter.list-group-item-action:hover, .list-group-item-warning-lighter.list-group-item-action:focus {
  color: rgb(101.6, 99.2, 94.4);
  background-color: rgb(229.32, 228.24, 226.08);
}
.list-group-item-warning-lighter.list-group-item-action.active {
  color: #fff;
  background-color: rgb(101.6, 99.2, 94.4);
  border-color: rgb(101.6, 99.2, 94.4);
}

.list-group-item-warning-darker {
  color: rgb(37.2, 27.3, 10.05);
  background-color: rgb(216.4, 213.1, 207.35);
}
.list-group-item-warning-darker.list-group-item-action:hover, .list-group-item-warning-darker.list-group-item-action:focus {
  color: rgb(37.2, 27.3, 10.05);
  background-color: rgb(194.76, 191.79, 186.615);
}
.list-group-item-warning-darker.list-group-item-action.active {
  color: #fff;
  background-color: rgb(37.2, 27.3, 10.05);
  border-color: rgb(37.2, 27.3, 10.05);
}

.list-group-item-danger {
  color: rgb(145.8, 32.4, 48);
  background-color: rgb(252.6, 214.8, 220);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(145.8, 32.4, 48);
  background-color: rgb(227.34, 193.32, 198);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(145.8, 32.4, 48);
  border-color: rgb(145.8, 32.4, 48);
}

.list-group-item-danger-lighter {
  color: rgb(101.6, 94, 94.8);
  background-color: rgb(254.8, 251, 251.4);
}
.list-group-item-danger-lighter.list-group-item-action:hover, .list-group-item-danger-lighter.list-group-item-action:focus {
  color: rgb(101.6, 94, 94.8);
  background-color: rgb(229.32, 225.9, 226.26);
}
.list-group-item-danger-lighter.list-group-item-action.active {
  color: #fff;
  background-color: rgb(101.6, 94, 94.8);
  border-color: rgb(101.6, 94, 94.8);
}

.list-group-item-danger-darker {
  color: rgb(36.45, 8.1, 12);
  background-color: rgb(216.15, 206.7, 208);
}
.list-group-item-danger-darker.list-group-item-action:hover, .list-group-item-danger-darker.list-group-item-action:focus {
  color: rgb(36.45, 8.1, 12);
  background-color: rgb(194.535, 186.03, 187.2);
}
.list-group-item-danger-darker.list-group-item-action.active {
  color: #fff;
  background-color: rgb(36.45, 8.1, 12);
  border-color: rgb(36.45, 8.1, 12);
}

.list-group-item-red {
  color: rgb(145.8, 32.4, 48);
  background-color: rgb(252.6, 214.8, 220);
}
.list-group-item-red.list-group-item-action:hover, .list-group-item-red.list-group-item-action:focus {
  color: rgb(145.8, 32.4, 48);
  background-color: rgb(227.34, 193.32, 198);
}
.list-group-item-red.list-group-item-action.active {
  color: #fff;
  background-color: rgb(145.8, 32.4, 48);
  border-color: rgb(145.8, 32.4, 48);
}

.list-group-item-red-lighter {
  color: rgb(101.6, 94, 94.8);
  background-color: rgb(254.8, 251, 251.4);
}
.list-group-item-red-lighter.list-group-item-action:hover, .list-group-item-red-lighter.list-group-item-action:focus {
  color: rgb(101.6, 94, 94.8);
  background-color: rgb(229.32, 225.9, 226.26);
}
.list-group-item-red-lighter.list-group-item-action.active {
  color: #fff;
  background-color: rgb(101.6, 94, 94.8);
  border-color: rgb(101.6, 94, 94.8);
}

.list-group-item-red-darker {
  color: rgb(36.45, 8.1, 12);
  background-color: rgb(216.15, 206.7, 208);
}
.list-group-item-red-darker.list-group-item-action:hover, .list-group-item-red-darker.list-group-item-action:focus {
  color: rgb(36.45, 8.1, 12);
  background-color: rgb(194.535, 186.03, 187.2);
}
.list-group-item-red-darker.list-group-item-action.active {
  color: #fff;
  background-color: rgb(36.45, 8.1, 12);
  border-color: rgb(36.45, 8.1, 12);
}

.list-group-item-light {
  color: rgb(92, 94, 95.6);
  background-color: rgb(250, 251, 251.8);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(92, 94, 95.6);
  background-color: rgb(225, 225.9, 226.62);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(92, 94, 95.6);
  border-color: rgb(92, 94, 95.6);
}

.list-group-item-lighter {
  color: rgb(98, 99.2, 100);
  background-color: rgb(253, 253.6, 254);
}
.list-group-item-lighter.list-group-item-action:hover, .list-group-item-lighter.list-group-item-action:focus {
  color: rgb(98, 99.2, 100);
  background-color: rgb(227.7, 228.24, 228.6);
}
.list-group-item-lighter.list-group-item-action.active {
  color: #fff;
  background-color: rgb(98, 99.2, 100);
  border-color: rgb(98, 99.2, 100);
}

.list-group-item-lightest {
  color: rgb(100.4, 100.8, 100.8);
  background-color: rgb(254.2, 254.4, 254.4);
}
.list-group-item-lightest.list-group-item-action:hover, .list-group-item-lightest.list-group-item-action:focus {
  color: rgb(100.4, 100.8, 100.8);
  background-color: rgb(228.78, 228.96, 228.96);
}
.list-group-item-lightest.list-group-item-action.active {
  color: #fff;
  background-color: rgb(100.4, 100.8, 100.8);
  border-color: rgb(100.4, 100.8, 100.8);
}

.list-group-item-dark {
  color: rgb(56.4, 64.8, 80.4);
  background-color: rgb(222.8, 225.6, 230.8);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(56.4, 64.8, 80.4);
  background-color: rgb(200.52, 203.04, 207.72);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(56.4, 64.8, 80.4);
  border-color: rgb(56.4, 64.8, 80.4);
}

.list-group-item-turquoise {
  color: rgb(27.2, 81.2, 83.2);
  background-color: rgb(217.6, 244.6, 245.6);
}
.list-group-item-turquoise.list-group-item-action:hover, .list-group-item-turquoise.list-group-item-action:focus {
  color: rgb(27.2, 81.2, 83.2);
  background-color: rgb(195.84, 220.14, 221.04);
}
.list-group-item-turquoise.list-group-item-action.active {
  color: #fff;
  background-color: rgb(27.2, 81.2, 83.2);
  border-color: rgb(27.2, 81.2, 83.2);
}

.list-group-item-turquoise-lighter {
  color: rgb(94.4, 100, 100);
  background-color: rgb(251.2, 254, 254);
}
.list-group-item-turquoise-lighter.list-group-item-action:hover, .list-group-item-turquoise-lighter.list-group-item-action:focus {
  color: rgb(94.4, 100, 100);
  background-color: rgb(226.08, 228.6, 228.6);
}
.list-group-item-turquoise-lighter.list-group-item-action.active {
  color: #fff;
  background-color: rgb(94.4, 100, 100);
  border-color: rgb(94.4, 100, 100);
}

.list-group-item-turquoise-darker {
  color: rgb(10.2, 30.45, 31.2);
  background-color: rgb(207.4, 214.15, 214.4);
}
.list-group-item-turquoise-darker.list-group-item-action:hover, .list-group-item-turquoise-darker.list-group-item-action:focus {
  color: rgb(10.2, 30.45, 31.2);
  background-color: rgb(186.66, 192.735, 192.96);
}
.list-group-item-turquoise-darker.list-group-item-action.active {
  color: #fff;
  background-color: rgb(10.2, 30.45, 31.2);
  border-color: rgb(10.2, 30.45, 31.2);
}

.list-group-item-orange {
  color: rgb(146.4, 75, 34.2);
  background-color: rgb(252.8, 229, 215.4);
}
.list-group-item-orange.list-group-item-action:hover, .list-group-item-orange.list-group-item-action:focus {
  color: rgb(146.4, 75, 34.2);
  background-color: rgb(227.52, 206.1, 193.86);
}
.list-group-item-orange.list-group-item-action.active {
  color: #fff;
  background-color: rgb(146.4, 75, 34.2);
  border-color: rgb(146.4, 75, 34.2);
}

.list-group-item-orange-lighter {
  color: rgb(101.6, 96.8, 94);
  background-color: rgb(254.8, 252.4, 251);
}
.list-group-item-orange-lighter.list-group-item-action:hover, .list-group-item-orange-lighter.list-group-item-action:focus {
  color: rgb(101.6, 96.8, 94);
  background-color: rgb(229.32, 227.16, 225.9);
}
.list-group-item-orange-lighter.list-group-item-action.active {
  color: #fff;
  background-color: rgb(101.6, 96.8, 94);
  border-color: rgb(101.6, 96.8, 94);
}

.list-group-item-orange-darker {
  color: rgb(36.6, 18.75, 8.55);
  background-color: rgb(216.2, 210.25, 206.85);
}
.list-group-item-orange-darker.list-group-item-action:hover, .list-group-item-orange-darker.list-group-item-action:focus {
  color: rgb(36.6, 18.75, 8.55);
  background-color: rgb(194.58, 189.225, 186.165);
}
.list-group-item-orange-darker.list-group-item-action.active {
  color: #fff;
  background-color: rgb(36.6, 18.75, 8.55);
  border-color: rgb(36.6, 18.75, 8.55);
}

.list-group-item-pink {
  color: rgb(138.6, 42, 103.2);
  background-color: rgb(250.2, 218, 238.4);
}
.list-group-item-pink.list-group-item-action:hover, .list-group-item-pink.list-group-item-action:focus {
  color: rgb(138.6, 42, 103.2);
  background-color: rgb(225.18, 196.2, 214.56);
}
.list-group-item-pink.list-group-item-action.active {
  color: #fff;
  background-color: rgb(138.6, 42, 103.2);
  border-color: rgb(138.6, 42, 103.2);
}

.list-group-item-pink-lighter {
  color: rgb(101.6, 94, 94.8);
  background-color: rgb(254.8, 251, 251.4);
}
.list-group-item-pink-lighter.list-group-item-action:hover, .list-group-item-pink-lighter.list-group-item-action:focus {
  color: rgb(101.6, 94, 94.8);
  background-color: rgb(229.32, 225.9, 226.26);
}
.list-group-item-pink-lighter.list-group-item-action.active {
  color: #fff;
  background-color: rgb(101.6, 94, 94.8);
  border-color: rgb(101.6, 94, 94.8);
}

.list-group-item-pink-darker {
  color: rgb(34.65, 10.5, 25.8);
  background-color: rgb(215.55, 207.5, 212.6);
}
.list-group-item-pink-darker.list-group-item-action:hover, .list-group-item-pink-darker.list-group-item-action:focus {
  color: rgb(34.65, 10.5, 25.8);
  background-color: rgb(193.995, 186.75, 191.34);
}
.list-group-item-pink-darker.list-group-item-action.active {
  color: #fff;
  background-color: rgb(34.65, 10.5, 25.8);
  border-color: rgb(34.65, 10.5, 25.8);
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.3rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.6), 0 0 0 4px rgba(119, 140, 157, 0.42);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.25;
}

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

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 16px;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-border-width: 1px;
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: 0.3rem;
  --bs-toast-box-shadow: 0 0 4px rgba(25, 33, 51, 0.04), 0 4px 8px rgba(25, 33, 51, 0.1);
  --bs-toast-header-color: #7c8aa1;
  --bs-toast-header-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-header-border-color: rgba(0, 0, 0, 0.05);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

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

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

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

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 0.5rem;
  --bs-modal-box-shadow: 0 0 2px rgba(40, 56, 72, 0.08), 0 2px 4px rgba(40, 56, 72, 0.06);
  --bs-modal-inner-border-radius: calc(0.5rem - 1px);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.fade .modal-dialog {
  transform: translate(0, -50px);
}
.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);
  box-shadow: var(--bs-modal-box-shadow);
  outline: 0;
}

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

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

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

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

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

@media (min-width: 360px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0 4px rgba(25, 33, 51, 0.04), 0 4px 8px rgba(25, 33, 51, 0.1);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 1024px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1280px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 359.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: 599.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: 833.98px) {
  .modal-fullscreen-ipad-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-ipad-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-ipad-down .modal-header,
  .modal-fullscreen-ipad-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-ipad-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1023.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1279.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1439.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: #fff;
  --bs-tooltip-bg: #000;
  --bs-tooltip-border-radius: 0.3rem;
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  padding: var(--bs-tooltip-arrow-height);
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 50vw;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: #fff;
  --bs-popover-border-width: 1px;
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: 0.4rem;
  --bs-popover-inner-border-radius: calc(0.4rem - 1px);
  --bs-popover-box-shadow: 0 0 4px rgba(25, 33, 51, 0.04), 0 4px 8px rgba(25, 33, 51, 0.1);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: ;
  --bs-popover-header-bg: rgb(239.7, 239.7, 239.7);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: #2c364e;
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
  box-shadow: var(--bs-popover-box-shadow);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-ipad, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: ;
  --bs-offcanvas-bg: #fff;
  --bs-offcanvas-border-width: 1px;
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: 0 0 2px rgba(40, 56, 72, 0.08), 0 2px 4px rgba(40, 56, 72, 0.06);
}

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

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

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

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

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

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

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

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

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
}

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

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

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

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

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

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

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

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

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

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

.text-bg-primary-lighter {
  color: #000 !important;
  background-color: RGBA(214, 210, 251, var(--bs-bg-opacity, 1)) !important;
}

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

.text-bg-purple {
  color: #fff !important;
  background-color: RGBA(92, 76, 237, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-purple-lighter {
  color: #000 !important;
  background-color: RGBA(214, 210, 251, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-purple-darker {
  color: #fff !important;
  background-color: RGBA(23, 19, 59, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(68, 81, 108, var(--bs-bg-opacity, 1)) !important;
}

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

.text-bg-secondary-darker {
  color: #fff !important;
  background-color: RGBA(17, 20, 27, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-grey {
  color: #fff !important;
  background-color: RGBA(68, 81, 108, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-grey-lighter {
  color: #000 !important;
  background-color: RGBA(208, 212, 218, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-grey-darker {
  color: #fff !important;
  background-color: RGBA(17, 20, 27, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #000 !important;
  background-color: RGBA(85, 198, 109, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success-lighter {
  color: #000 !important;
  background-color: RGBA(238, 249, 240, var(--bs-bg-opacity, 1)) !important;
}

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

.text-bg-green {
  color: #000 !important;
  background-color: RGBA(85, 198, 109, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-green-lighter {
  color: #000 !important;
  background-color: RGBA(238, 249, 240, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-green-darker {
  color: #fff !important;
  background-color: RGBA(21, 50, 27, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(70, 164, 214, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info-lighter {
  color: #000 !important;
  background-color: RGBA(236, 246, 251, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info-darker {
  color: #fff !important;
  background-color: RGBA(18, 41, 54, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-blue {
  color: #000 !important;
  background-color: RGBA(70, 164, 214, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-blue-lighter {
  color: #000 !important;
  background-color: RGBA(236, 246, 251, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-blue-darker {
  color: #fff !important;
  background-color: RGBA(18, 41, 54, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-yellow {
  color: #000 !important;
  background-color: RGBA(248, 182, 67, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-yellow-lighter {
  color: #000 !important;
  background-color: RGBA(254, 248, 236, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-yellow-darker {
  color: #fff !important;
  background-color: RGBA(62, 46, 17, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(248, 182, 67, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning-lighter {
  color: #000 !important;
  background-color: RGBA(254, 248, 236, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning-darker {
  color: #fff !important;
  background-color: RGBA(62, 46, 17, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #000 !important;
  background-color: RGBA(243, 54, 80, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger-lighter {
  color: #000 !important;
  background-color: RGBA(254, 235, 237, var(--bs-bg-opacity, 1)) !important;
}

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

.text-bg-red {
  color: #000 !important;
  background-color: RGBA(243, 54, 80, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-red-lighter {
  color: #000 !important;
  background-color: RGBA(254, 235, 237, var(--bs-bg-opacity, 1)) !important;
}

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

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

.text-bg-lighter {
  color: #000 !important;
  background-color: RGBA(245, 248, 250, var(--bs-bg-opacity, 1)) !important;
}

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

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

.text-bg-turquoise {
  color: #000 !important;
  background-color: RGBA(68, 203, 208, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-turquoise-lighter {
  color: #000 !important;
  background-color: RGBA(236, 250, 250, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-turquoise-darker {
  color: #fff !important;
  background-color: RGBA(17, 51, 52, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-orange {
  color: #000 !important;
  background-color: RGBA(244, 125, 57, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-orange-lighter {
  color: #000 !important;
  background-color: RGBA(254, 242, 235, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-orange-darker {
  color: #fff !important;
  background-color: RGBA(61, 31, 14, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-pink {
  color: #000 !important;
  background-color: RGBA(231, 70, 172, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-pink-lighter {
  color: #000 !important;
  background-color: RGBA(254, 235, 237, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-pink-darker {
  color: #fff !important;
  background-color: RGBA(58, 18, 43, var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: #5c4ced !important;
}
.link-primary:hover, .link-primary:focus {
  color: rgb(73.6, 60.8, 189.6) !important;
}

.link-primary-lighter {
  color: rgb(214.25, 210.25, 250.5) !important;
}
.link-primary-lighter:hover, .link-primary-lighter:focus {
  color: rgb(222.4, 219.2, 251.4) !important;
}

.link-primary-darker {
  color: rgb(23, 19, 59.25) !important;
}
.link-primary-darker:hover, .link-primary-darker:focus {
  color: rgb(18.4, 15.2, 47.4) !important;
}

.link-purple {
  color: #5c4ced !important;
}
.link-purple:hover, .link-purple:focus {
  color: rgb(73.6, 60.8, 189.6) !important;
}

.link-purple-lighter {
  color: rgb(214.25, 210.25, 250.5) !important;
}
.link-purple-lighter:hover, .link-purple-lighter:focus {
  color: rgb(222.4, 219.2, 251.4) !important;
}

.link-purple-darker {
  color: rgb(23, 19, 59.25) !important;
}
.link-purple-darker:hover, .link-purple-darker:focus {
  color: rgb(18.4, 15.2, 47.4) !important;
}

.link-secondary {
  color: #44516c !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: rgb(54.4, 64.8, 86.4) !important;
}

.link-secondary-lighter {
  color: rgb(208.25, 211.5, 218.25) !important;
}
.link-secondary-lighter:hover, .link-secondary-lighter:focus {
  color: rgb(217.6, 220.2, 225.6) !important;
}

.link-secondary-darker {
  color: rgb(17, 20.25, 27) !important;
}
.link-secondary-darker:hover, .link-secondary-darker:focus {
  color: rgb(13.6, 16.2, 21.6) !important;
}

.link-grey {
  color: #44516c !important;
}
.link-grey:hover, .link-grey:focus {
  color: rgb(54.4, 64.8, 86.4) !important;
}

.link-grey-lighter {
  color: rgb(208.25, 211.5, 218.25) !important;
}
.link-grey-lighter:hover, .link-grey-lighter:focus {
  color: rgb(217.6, 220.2, 225.6) !important;
}

.link-grey-darker {
  color: rgb(17, 20.25, 27) !important;
}
.link-grey-darker:hover, .link-grey-darker:focus {
  color: rgb(13.6, 16.2, 21.6) !important;
}

.link-success {
  color: #55c66d !important;
}
.link-success:hover, .link-success:focus {
  color: rgb(119, 209.4, 138.2) !important;
}

.link-success-lighter {
  color: #eef9f0 !important;
}
.link-success-lighter:hover, .link-success-lighter:focus {
  color: rgb(241.4, 250.2, 243) !important;
}

.link-success-darker {
  color: rgb(21.25, 49.5, 27.25) !important;
}
.link-success-darker:hover, .link-success-darker:focus {
  color: rgb(17, 39.6, 21.8) !important;
}

.link-green {
  color: #55c66d !important;
}
.link-green:hover, .link-green:focus {
  color: rgb(119, 209.4, 138.2) !important;
}

.link-green-lighter {
  color: #eef9f0 !important;
}
.link-green-lighter:hover, .link-green-lighter:focus {
  color: rgb(241.4, 250.2, 243) !important;
}

.link-green-darker {
  color: rgb(21.25, 49.5, 27.25) !important;
}
.link-green-darker:hover, .link-green-darker:focus {
  color: rgb(17, 39.6, 21.8) !important;
}

.link-info {
  color: #46a4d6 !important;
}
.link-info:hover, .link-info:focus {
  color: rgb(107, 182.2, 222.2) !important;
}

.link-info-lighter {
  color: #ecf6fb !important;
}
.link-info-lighter:hover, .link-info-lighter:focus {
  color: rgb(239.8, 247.8, 251.8) !important;
}

.link-info-darker {
  color: rgb(17.5, 41, 53.5) !important;
}
.link-info-darker:hover, .link-info-darker:focus {
  color: rgb(14, 32.8, 42.8) !important;
}

.link-blue {
  color: #46a4d6 !important;
}
.link-blue:hover, .link-blue:focus {
  color: rgb(107, 182.2, 222.2) !important;
}

.link-blue-lighter {
  color: #ecf6fb !important;
}
.link-blue-lighter:hover, .link-blue-lighter:focus {
  color: rgb(239.8, 247.8, 251.8) !important;
}

.link-blue-darker {
  color: rgb(17.5, 41, 53.5) !important;
}
.link-blue-darker:hover, .link-blue-darker:focus {
  color: rgb(14, 32.8, 42.8) !important;
}

.link-yellow {
  color: #f8b643 !important;
}
.link-yellow:hover, .link-yellow:focus {
  color: rgb(249.4, 196.6, 104.6) !important;
}

.link-yellow-lighter {
  color: #fef8ec !important;
}
.link-yellow-lighter:hover, .link-yellow-lighter:focus {
  color: rgb(254.2, 249.4, 239.8) !important;
}

.link-yellow-darker {
  color: rgb(62, 45.5, 16.75) !important;
}
.link-yellow-darker:hover, .link-yellow-darker:focus {
  color: rgb(49.6, 36.4, 13.4) !important;
}

.link-warning {
  color: #f8b643 !important;
}
.link-warning:hover, .link-warning:focus {
  color: rgb(249.4, 196.6, 104.6) !important;
}

.link-warning-lighter {
  color: #fef8ec !important;
}
.link-warning-lighter:hover, .link-warning-lighter:focus {
  color: rgb(254.2, 249.4, 239.8) !important;
}

.link-warning-darker {
  color: rgb(62, 45.5, 16.75) !important;
}
.link-warning-darker:hover, .link-warning-darker:focus {
  color: rgb(49.6, 36.4, 13.4) !important;
}

.link-danger {
  color: #f33650 !important;
}
.link-danger:hover, .link-danger:focus {
  color: rgb(245.4, 94.2, 115) !important;
}

.link-danger-lighter {
  color: #feebed !important;
}
.link-danger-lighter:hover, .link-danger-lighter:focus {
  color: rgb(254.2, 239, 240.6) !important;
}

.link-danger-darker {
  color: rgb(60.75, 13.5, 20) !important;
}
.link-danger-darker:hover, .link-danger-darker:focus {
  color: rgb(48.6, 10.8, 16) !important;
}

.link-red {
  color: #f33650 !important;
}
.link-red:hover, .link-red:focus {
  color: rgb(245.4, 94.2, 115) !important;
}

.link-red-lighter {
  color: #feebed !important;
}
.link-red-lighter:hover, .link-red-lighter:focus {
  color: rgb(254.2, 239, 240.6) !important;
}

.link-red-darker {
  color: rgb(60.75, 13.5, 20) !important;
}
.link-red-darker:hover, .link-red-darker:focus {
  color: rgb(48.6, 10.8, 16) !important;
}

.link-light {
  color: #e6ebef !important;
}
.link-light:hover, .link-light:focus {
  color: rgb(235, 239, 242.2) !important;
}

.link-lighter {
  color: #f5f8fa !important;
}
.link-lighter:hover, .link-lighter:focus {
  color: rgb(247, 249.4, 251) !important;
}

.link-lightest {
  color: #fbfcfc !important;
}
.link-lightest:hover, .link-lightest:focus {
  color: rgb(251.8, 252.6, 252.6) !important;
}

.link-dark {
  color: #5e6c86 !important;
}
.link-dark:hover, .link-dark:focus {
  color: rgb(75.2, 86.4, 107.2) !important;
}

.link-turquoise {
  color: #44cbd0 !important;
}
.link-turquoise:hover, .link-turquoise:focus {
  color: rgb(105.4, 213.4, 217.4) !important;
}

.link-turquoise-lighter {
  color: #ecfafa !important;
}
.link-turquoise-lighter:hover, .link-turquoise-lighter:focus {
  color: rgb(239.8, 251, 251) !important;
}

.link-turquoise-darker {
  color: rgb(17, 50.75, 52) !important;
}
.link-turquoise-darker:hover, .link-turquoise-darker:focus {
  color: rgb(13.6, 40.6, 41.6) !important;
}

.link-orange {
  color: #f47d39 !important;
}
.link-orange:hover, .link-orange:focus {
  color: rgb(246.2, 151, 96.6) !important;
}

.link-orange-lighter {
  color: #fef2eb !important;
}
.link-orange-lighter:hover, .link-orange-lighter:focus {
  color: rgb(254.2, 244.6, 239) !important;
}

.link-orange-darker {
  color: rgb(61, 31.25, 14.25) !important;
}
.link-orange-darker:hover, .link-orange-darker:focus {
  color: rgb(48.8, 25, 11.4) !important;
}

.link-pink {
  color: #e746ac !important;
}
.link-pink:hover, .link-pink:focus {
  color: rgb(235.8, 107, 188.6) !important;
}

.link-pink-lighter {
  color: #feebed !important;
}
.link-pink-lighter:hover, .link-pink-lighter:focus {
  color: rgb(254.2, 239, 240.6) !important;
}

.link-pink-darker {
  color: rgb(57.75, 17.5, 43) !important;
}
.link-pink-darker:hover, .link-pink-darker:focus {
  color: rgb(46.2, 14, 34.4) !important;
}

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

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

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

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

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

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

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

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

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

@media (min-width: 360px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 600px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 834px) {
  .sticky-ipad-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-ipad-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1024px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1280px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1440px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

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

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

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

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

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

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

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

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

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

.float-none {
  float: none !important;
}

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

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

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

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

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

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

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: 0 0 4px rgba(25, 33, 51, 0.04), 0 4px 8px rgba(25, 33, 51, 0.1) !important;
}

.shadow-sm {
  box-shadow: 0 0 2px rgba(40, 56, 72, 0.08), 0 2px 4px rgba(40, 56, 72, 0.06) !important;
}

.shadow-lg {
  box-shadow: 0 0 8px rgba(25, 33, 51, 0.04), 0 8px 16px rgba(25, 33, 51, 0.1) !important;
}

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

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-green-darker {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-green-darker-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-info-lighter {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-lighter-rgb), var(--bs-border-opacity)) !important;
}

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

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

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

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

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

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

.border-yellow-darker {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-yellow-darker-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-warning-lighter {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-lighter-rgb), var(--bs-border-opacity)) !important;
}

.border-warning-darker {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-darker-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-danger-lighter {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-lighter-rgb), var(--bs-border-opacity)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.border-1 {
  --bs-border-width: 1px;
}

.border-2 {
  --bs-border-width: 2px;
}

.border-3 {
  --bs-border-width: 3px;
}

.border-4 {
  --bs-border-width: 4px;
}

.border-5 {
  --bs-border-width: 5px;
}

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

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

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

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

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

.w-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-0p5 {
  margin: 0.125rem !important;
}

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

.m-1p5 {
  margin: 0.375rem !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-0p5 {
  margin-right: 0.125rem !important;
  margin-left: 0.125rem !important;
}

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

.mx-1p5 {
  margin-right: 0.375rem !important;
  margin-left: 0.375rem !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-0p5 {
  margin-top: 0.125rem !important;
  margin-bottom: 0.125rem !important;
}

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

.my-1p5 {
  margin-top: 0.375rem !important;
  margin-bottom: 0.375rem !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-0p5 {
  margin-top: 0.125rem !important;
}

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

.mt-1p5 {
  margin-top: 0.375rem !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-0p5 {
  margin-right: 0.125rem !important;
}

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

.me-1p5 {
  margin-right: 0.375rem !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-0p5 {
  margin-bottom: 0.125rem !important;
}

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

.mb-1p5 {
  margin-bottom: 0.375rem !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-0p5 {
  margin-left: 0.125rem !important;
}

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

.ms-1p5 {
  margin-left: 0.375rem !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;
}

.m-n0p5 {
  margin: -0.125rem !important;
}

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

.m-n1p5 {
  margin: -0.375rem !important;
}

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

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

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

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

.mx-n0p5 {
  margin-right: -0.125rem !important;
  margin-left: -0.125rem !important;
}

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

.mx-n1p5 {
  margin-right: -0.375rem !important;
  margin-left: -0.375rem !important;
}

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

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

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

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

.my-n0p5 {
  margin-top: -0.125rem !important;
  margin-bottom: -0.125rem !important;
}

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

.my-n1p5 {
  margin-top: -0.375rem !important;
  margin-bottom: -0.375rem !important;
}

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

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

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

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

.mt-n0p5 {
  margin-top: -0.125rem !important;
}

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

.mt-n1p5 {
  margin-top: -0.375rem !important;
}

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

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

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

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

.me-n0p5 {
  margin-right: -0.125rem !important;
}

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

.me-n1p5 {
  margin-right: -0.375rem !important;
}

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

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

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

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

.mb-n0p5 {
  margin-bottom: -0.125rem !important;
}

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

.mb-n1p5 {
  margin-bottom: -0.375rem !important;
}

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

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

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

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

.ms-n0p5 {
  margin-left: -0.125rem !important;
}

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

.ms-n1p5 {
  margin-left: -0.375rem !important;
}

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

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

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

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

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

.p-0p5 {
  padding: 0.125rem !important;
}

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

.p-1p5 {
  padding: 0.375rem !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-0p5 {
  padding-right: 0.125rem !important;
  padding-left: 0.125rem !important;
}

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

.px-1p5 {
  padding-right: 0.375rem !important;
  padding-left: 0.375rem !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-0p5 {
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-1p5 {
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !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-0p5 {
  padding-top: 0.125rem !important;
}

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

.pt-1p5 {
  padding-top: 0.375rem !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-0p5 {
  padding-right: 0.125rem !important;
}

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

.pe-1p5 {
  padding-right: 0.375rem !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-0p5 {
  padding-bottom: 0.125rem !important;
}

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

.pb-1p5 {
  padding-bottom: 0.375rem !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-0p5 {
  padding-left: 0.125rem !important;
}

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

.ps-1p5 {
  padding-left: 0.375rem !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-0p5 {
  gap: 0.125rem !important;
}

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

.gap-1p5 {
  gap: 0.375rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

.fs-7 {
  font-size: 0.875rem !important;
}

.fs-8 {
  font-size: 0.625rem !important;
}

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

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

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

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

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

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

.fw-semibold {
  font-weight: 600 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  --bs-text-opacity: 1;
  color: #7c8aa1 !important;
}

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

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

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

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

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

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

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

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

.bg-primary-lighter {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-lighter-rgb), var(--bs-bg-opacity)) !important;
}

.bg-primary-darker {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-darker-rgb), var(--bs-bg-opacity)) !important;
}

.bg-purple {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-purple-rgb), var(--bs-bg-opacity)) !important;
}

.bg-purple-lighter {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-purple-lighter-rgb), var(--bs-bg-opacity)) !important;
}

.bg-purple-darker {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-purple-darker-rgb), var(--bs-bg-opacity)) !important;
}

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

.bg-secondary-lighter {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-lighter-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary-darker {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-darker-rgb), var(--bs-bg-opacity)) !important;
}

.bg-grey {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-grey-rgb), var(--bs-bg-opacity)) !important;
}

.bg-grey-lighter {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-grey-lighter-rgb), var(--bs-bg-opacity)) !important;
}

.bg-grey-darker {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-grey-darker-rgb), var(--bs-bg-opacity)) !important;
}

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

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

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

.bg-green {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-green-rgb), var(--bs-bg-opacity)) !important;
}

.bg-green-lighter {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-green-lighter-rgb), var(--bs-bg-opacity)) !important;
}

.bg-green-darker {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-green-darker-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-info-lighter {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-lighter-rgb), var(--bs-bg-opacity)) !important;
}

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

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

.bg-blue-lighter {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-blue-lighter-rgb), var(--bs-bg-opacity)) !important;
}

.bg-blue-darker {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-blue-darker-rgb), var(--bs-bg-opacity)) !important;
}

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

.bg-yellow-lighter {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-yellow-lighter-rgb), var(--bs-bg-opacity)) !important;
}

.bg-yellow-darker {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-yellow-darker-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-warning-lighter {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-lighter-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning-darker {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-darker-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-danger-lighter {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-lighter-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger-darker {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-darker-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-red-lighter {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-red-lighter-rgb), var(--bs-bg-opacity)) !important;
}

.bg-red-darker {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-red-darker-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-lighter {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-lighter-rgb), var(--bs-bg-opacity)) !important;
}

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

.bg-turquoise-lighter {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-turquoise-lighter-rgb), var(--bs-bg-opacity)) !important;
}

.bg-turquoise-darker {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-turquoise-darker-rgb), var(--bs-bg-opacity)) !important;
}

.bg-orange {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-orange-rgb), var(--bs-bg-opacity)) !important;
}

.bg-orange-lighter {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-orange-lighter-rgb), var(--bs-bg-opacity)) !important;
}

.bg-orange-darker {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-orange-darker-rgb), var(--bs-bg-opacity)) !important;
}

.bg-pink {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-pink-rgb), var(--bs-bg-opacity)) !important;
}

.bg-pink-lighter {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-pink-lighter-rgb), var(--bs-bg-opacity)) !important;
}

.bg-pink-darker {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-pink-darker-rgb), var(--bs-bg-opacity)) !important;
}

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

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

.bg-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-opacity-10 {
  --bs-bg-opacity: 0.1;
}

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

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

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

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

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

.user-select-all {
  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-2xl) !important;
}

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

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 360px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-0p5 {
    margin: 0.125rem !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-1p5 {
    margin: 0.375rem !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-0p5 {
    margin-right: 0.125rem !important;
    margin-left: 0.125rem !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-1p5 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !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-0p5 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-1p5 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !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-0p5 {
    margin-top: 0.125rem !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-1p5 {
    margin-top: 0.375rem !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-0p5 {
    margin-right: 0.125rem !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-1p5 {
    margin-right: 0.375rem !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-0p5 {
    margin-bottom: 0.125rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-1p5 {
    margin-bottom: 0.375rem !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-0p5 {
    margin-left: 0.125rem !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-1p5 {
    margin-left: 0.375rem !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;
  }
  .m-sm-n0p5 {
    margin: -0.125rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .m-sm-n1p5 {
    margin: -0.375rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mx-sm-n0p5 {
    margin-right: -0.125rem !important;
    margin-left: -0.125rem !important;
  }
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-sm-n1p5 {
    margin-right: -0.375rem !important;
    margin-left: -0.375rem !important;
  }
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-sm-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-sm-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-sm-n0p5 {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }
  .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-sm-n1p5 {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }
  .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-sm-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-sm-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-sm-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-sm-n0p5 {
    margin-top: -0.125rem !important;
  }
  .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-sm-n1p5 {
    margin-top: -0.375rem !important;
  }
  .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-sm-n3 {
    margin-top: -1rem !important;
  }
  .mt-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-sm-n5 {
    margin-top: -3rem !important;
  }
  .me-sm-n0p5 {
    margin-right: -0.125rem !important;
  }
  .me-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .me-sm-n1p5 {
    margin-right: -0.375rem !important;
  }
  .me-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .me-sm-n3 {
    margin-right: -1rem !important;
  }
  .me-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .me-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n0p5 {
    margin-bottom: -0.125rem !important;
  }
  .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-sm-n1p5 {
    margin-bottom: -0.375rem !important;
  }
  .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-sm-n0p5 {
    margin-left: -0.125rem !important;
  }
  .ms-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-sm-n1p5 {
    margin-left: -0.375rem !important;
  }
  .ms-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-sm-n3 {
    margin-left: -1rem !important;
  }
  .ms-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-sm-n5 {
    margin-left: -3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-0p5 {
    padding: 0.125rem !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-1p5 {
    padding: 0.375rem !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-0p5 {
    padding-right: 0.125rem !important;
    padding-left: 0.125rem !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-1p5 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !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-0p5 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-1p5 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !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-0p5 {
    padding-top: 0.125rem !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-1p5 {
    padding-top: 0.375rem !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-0p5 {
    padding-right: 0.125rem !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-1p5 {
    padding-right: 0.375rem !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-0p5 {
    padding-bottom: 0.125rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-1p5 {
    padding-bottom: 0.375rem !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-0p5 {
    padding-left: 0.125rem !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-1p5 {
    padding-left: 0.375rem !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-0p5 {
    gap: 0.125rem !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-1p5 {
    gap: 0.375rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 600px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-0p5 {
    margin: 0.125rem !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-1p5 {
    margin: 0.375rem !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-0p5 {
    margin-right: 0.125rem !important;
    margin-left: 0.125rem !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-1p5 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !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-0p5 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-1p5 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !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-0p5 {
    margin-top: 0.125rem !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-1p5 {
    margin-top: 0.375rem !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-0p5 {
    margin-right: 0.125rem !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-1p5 {
    margin-right: 0.375rem !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-0p5 {
    margin-bottom: 0.125rem !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-1p5 {
    margin-bottom: 0.375rem !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-0p5 {
    margin-left: 0.125rem !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-1p5 {
    margin-left: 0.375rem !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;
  }
  .m-md-n0p5 {
    margin: -0.125rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .m-md-n1p5 {
    margin: -0.375rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mx-md-n0p5 {
    margin-right: -0.125rem !important;
    margin-left: -0.125rem !important;
  }
  .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-md-n1p5 {
    margin-right: -0.375rem !important;
    margin-left: -0.375rem !important;
  }
  .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-md-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-md-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-md-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-md-n0p5 {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }
  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-md-n1p5 {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }
  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-md-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-md-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-md-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-md-n0p5 {
    margin-top: -0.125rem !important;
  }
  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-md-n1p5 {
    margin-top: -0.375rem !important;
  }
  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-md-n3 {
    margin-top: -1rem !important;
  }
  .mt-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-md-n5 {
    margin-top: -3rem !important;
  }
  .me-md-n0p5 {
    margin-right: -0.125rem !important;
  }
  .me-md-n1 {
    margin-right: -0.25rem !important;
  }
  .me-md-n1p5 {
    margin-right: -0.375rem !important;
  }
  .me-md-n2 {
    margin-right: -0.5rem !important;
  }
  .me-md-n3 {
    margin-right: -1rem !important;
  }
  .me-md-n4 {
    margin-right: -1.5rem !important;
  }
  .me-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n0p5 {
    margin-bottom: -0.125rem !important;
  }
  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-md-n1p5 {
    margin-bottom: -0.375rem !important;
  }
  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-md-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-md-n0p5 {
    margin-left: -0.125rem !important;
  }
  .ms-md-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-md-n1p5 {
    margin-left: -0.375rem !important;
  }
  .ms-md-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-md-n3 {
    margin-left: -1rem !important;
  }
  .ms-md-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-md-n5 {
    margin-left: -3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-0p5 {
    padding: 0.125rem !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-1p5 {
    padding: 0.375rem !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-0p5 {
    padding-right: 0.125rem !important;
    padding-left: 0.125rem !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-1p5 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !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-0p5 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-1p5 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !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-0p5 {
    padding-top: 0.125rem !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-1p5 {
    padding-top: 0.375rem !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-0p5 {
    padding-right: 0.125rem !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-1p5 {
    padding-right: 0.375rem !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-0p5 {
    padding-bottom: 0.125rem !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-1p5 {
    padding-bottom: 0.375rem !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-0p5 {
    padding-left: 0.125rem !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-1p5 {
    padding-left: 0.375rem !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-0p5 {
    gap: 0.125rem !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-1p5 {
    gap: 0.375rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 834px) {
  .float-ipad-start {
    float: left !important;
  }
  .float-ipad-end {
    float: right !important;
  }
  .float-ipad-none {
    float: none !important;
  }
  .d-ipad-inline {
    display: inline !important;
  }
  .d-ipad-inline-block {
    display: inline-block !important;
  }
  .d-ipad-block {
    display: block !important;
  }
  .d-ipad-grid {
    display: grid !important;
  }
  .d-ipad-table {
    display: table !important;
  }
  .d-ipad-table-row {
    display: table-row !important;
  }
  .d-ipad-table-cell {
    display: table-cell !important;
  }
  .d-ipad-flex {
    display: flex !important;
  }
  .d-ipad-inline-flex {
    display: inline-flex !important;
  }
  .d-ipad-none {
    display: none !important;
  }
  .flex-ipad-fill {
    flex: 1 1 auto !important;
  }
  .flex-ipad-row {
    flex-direction: row !important;
  }
  .flex-ipad-column {
    flex-direction: column !important;
  }
  .flex-ipad-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-ipad-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-ipad-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-ipad-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-ipad-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-ipad-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-ipad-wrap {
    flex-wrap: wrap !important;
  }
  .flex-ipad-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-ipad-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-ipad-start {
    justify-content: flex-start !important;
  }
  .justify-content-ipad-end {
    justify-content: flex-end !important;
  }
  .justify-content-ipad-center {
    justify-content: center !important;
  }
  .justify-content-ipad-between {
    justify-content: space-between !important;
  }
  .justify-content-ipad-around {
    justify-content: space-around !important;
  }
  .justify-content-ipad-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-ipad-start {
    align-items: flex-start !important;
  }
  .align-items-ipad-end {
    align-items: flex-end !important;
  }
  .align-items-ipad-center {
    align-items: center !important;
  }
  .align-items-ipad-baseline {
    align-items: baseline !important;
  }
  .align-items-ipad-stretch {
    align-items: stretch !important;
  }
  .align-content-ipad-start {
    align-content: flex-start !important;
  }
  .align-content-ipad-end {
    align-content: flex-end !important;
  }
  .align-content-ipad-center {
    align-content: center !important;
  }
  .align-content-ipad-between {
    align-content: space-between !important;
  }
  .align-content-ipad-around {
    align-content: space-around !important;
  }
  .align-content-ipad-stretch {
    align-content: stretch !important;
  }
  .align-self-ipad-auto {
    align-self: auto !important;
  }
  .align-self-ipad-start {
    align-self: flex-start !important;
  }
  .align-self-ipad-end {
    align-self: flex-end !important;
  }
  .align-self-ipad-center {
    align-self: center !important;
  }
  .align-self-ipad-baseline {
    align-self: baseline !important;
  }
  .align-self-ipad-stretch {
    align-self: stretch !important;
  }
  .order-ipad-first {
    order: -1 !important;
  }
  .order-ipad-0 {
    order: 0 !important;
  }
  .order-ipad-1 {
    order: 1 !important;
  }
  .order-ipad-2 {
    order: 2 !important;
  }
  .order-ipad-3 {
    order: 3 !important;
  }
  .order-ipad-4 {
    order: 4 !important;
  }
  .order-ipad-5 {
    order: 5 !important;
  }
  .order-ipad-last {
    order: 6 !important;
  }
  .m-ipad-0 {
    margin: 0 !important;
  }
  .m-ipad-0p5 {
    margin: 0.125rem !important;
  }
  .m-ipad-1 {
    margin: 0.25rem !important;
  }
  .m-ipad-1p5 {
    margin: 0.375rem !important;
  }
  .m-ipad-2 {
    margin: 0.5rem !important;
  }
  .m-ipad-3 {
    margin: 1rem !important;
  }
  .m-ipad-4 {
    margin: 1.5rem !important;
  }
  .m-ipad-5 {
    margin: 3rem !important;
  }
  .m-ipad-auto {
    margin: auto !important;
  }
  .mx-ipad-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-ipad-0p5 {
    margin-right: 0.125rem !important;
    margin-left: 0.125rem !important;
  }
  .mx-ipad-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-ipad-1p5 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important;
  }
  .mx-ipad-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-ipad-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-ipad-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-ipad-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-ipad-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-ipad-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-ipad-0p5 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }
  .my-ipad-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-ipad-1p5 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }
  .my-ipad-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-ipad-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-ipad-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-ipad-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-ipad-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-ipad-0 {
    margin-top: 0 !important;
  }
  .mt-ipad-0p5 {
    margin-top: 0.125rem !important;
  }
  .mt-ipad-1 {
    margin-top: 0.25rem !important;
  }
  .mt-ipad-1p5 {
    margin-top: 0.375rem !important;
  }
  .mt-ipad-2 {
    margin-top: 0.5rem !important;
  }
  .mt-ipad-3 {
    margin-top: 1rem !important;
  }
  .mt-ipad-4 {
    margin-top: 1.5rem !important;
  }
  .mt-ipad-5 {
    margin-top: 3rem !important;
  }
  .mt-ipad-auto {
    margin-top: auto !important;
  }
  .me-ipad-0 {
    margin-right: 0 !important;
  }
  .me-ipad-0p5 {
    margin-right: 0.125rem !important;
  }
  .me-ipad-1 {
    margin-right: 0.25rem !important;
  }
  .me-ipad-1p5 {
    margin-right: 0.375rem !important;
  }
  .me-ipad-2 {
    margin-right: 0.5rem !important;
  }
  .me-ipad-3 {
    margin-right: 1rem !important;
  }
  .me-ipad-4 {
    margin-right: 1.5rem !important;
  }
  .me-ipad-5 {
    margin-right: 3rem !important;
  }
  .me-ipad-auto {
    margin-right: auto !important;
  }
  .mb-ipad-0 {
    margin-bottom: 0 !important;
  }
  .mb-ipad-0p5 {
    margin-bottom: 0.125rem !important;
  }
  .mb-ipad-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-ipad-1p5 {
    margin-bottom: 0.375rem !important;
  }
  .mb-ipad-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-ipad-3 {
    margin-bottom: 1rem !important;
  }
  .mb-ipad-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-ipad-5 {
    margin-bottom: 3rem !important;
  }
  .mb-ipad-auto {
    margin-bottom: auto !important;
  }
  .ms-ipad-0 {
    margin-left: 0 !important;
  }
  .ms-ipad-0p5 {
    margin-left: 0.125rem !important;
  }
  .ms-ipad-1 {
    margin-left: 0.25rem !important;
  }
  .ms-ipad-1p5 {
    margin-left: 0.375rem !important;
  }
  .ms-ipad-2 {
    margin-left: 0.5rem !important;
  }
  .ms-ipad-3 {
    margin-left: 1rem !important;
  }
  .ms-ipad-4 {
    margin-left: 1.5rem !important;
  }
  .ms-ipad-5 {
    margin-left: 3rem !important;
  }
  .ms-ipad-auto {
    margin-left: auto !important;
  }
  .m-ipad-n0p5 {
    margin: -0.125rem !important;
  }
  .m-ipad-n1 {
    margin: -0.25rem !important;
  }
  .m-ipad-n1p5 {
    margin: -0.375rem !important;
  }
  .m-ipad-n2 {
    margin: -0.5rem !important;
  }
  .m-ipad-n3 {
    margin: -1rem !important;
  }
  .m-ipad-n4 {
    margin: -1.5rem !important;
  }
  .m-ipad-n5 {
    margin: -3rem !important;
  }
  .mx-ipad-n0p5 {
    margin-right: -0.125rem !important;
    margin-left: -0.125rem !important;
  }
  .mx-ipad-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-ipad-n1p5 {
    margin-right: -0.375rem !important;
    margin-left: -0.375rem !important;
  }
  .mx-ipad-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-ipad-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-ipad-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-ipad-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-ipad-n0p5 {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }
  .my-ipad-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-ipad-n1p5 {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }
  .my-ipad-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-ipad-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-ipad-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-ipad-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-ipad-n0p5 {
    margin-top: -0.125rem !important;
  }
  .mt-ipad-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-ipad-n1p5 {
    margin-top: -0.375rem !important;
  }
  .mt-ipad-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-ipad-n3 {
    margin-top: -1rem !important;
  }
  .mt-ipad-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-ipad-n5 {
    margin-top: -3rem !important;
  }
  .me-ipad-n0p5 {
    margin-right: -0.125rem !important;
  }
  .me-ipad-n1 {
    margin-right: -0.25rem !important;
  }
  .me-ipad-n1p5 {
    margin-right: -0.375rem !important;
  }
  .me-ipad-n2 {
    margin-right: -0.5rem !important;
  }
  .me-ipad-n3 {
    margin-right: -1rem !important;
  }
  .me-ipad-n4 {
    margin-right: -1.5rem !important;
  }
  .me-ipad-n5 {
    margin-right: -3rem !important;
  }
  .mb-ipad-n0p5 {
    margin-bottom: -0.125rem !important;
  }
  .mb-ipad-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-ipad-n1p5 {
    margin-bottom: -0.375rem !important;
  }
  .mb-ipad-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-ipad-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-ipad-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-ipad-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-ipad-n0p5 {
    margin-left: -0.125rem !important;
  }
  .ms-ipad-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-ipad-n1p5 {
    margin-left: -0.375rem !important;
  }
  .ms-ipad-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-ipad-n3 {
    margin-left: -1rem !important;
  }
  .ms-ipad-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-ipad-n5 {
    margin-left: -3rem !important;
  }
  .p-ipad-0 {
    padding: 0 !important;
  }
  .p-ipad-0p5 {
    padding: 0.125rem !important;
  }
  .p-ipad-1 {
    padding: 0.25rem !important;
  }
  .p-ipad-1p5 {
    padding: 0.375rem !important;
  }
  .p-ipad-2 {
    padding: 0.5rem !important;
  }
  .p-ipad-3 {
    padding: 1rem !important;
  }
  .p-ipad-4 {
    padding: 1.5rem !important;
  }
  .p-ipad-5 {
    padding: 3rem !important;
  }
  .px-ipad-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-ipad-0p5 {
    padding-right: 0.125rem !important;
    padding-left: 0.125rem !important;
  }
  .px-ipad-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-ipad-1p5 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important;
  }
  .px-ipad-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-ipad-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-ipad-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-ipad-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-ipad-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-ipad-0p5 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }
  .py-ipad-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-ipad-1p5 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }
  .py-ipad-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-ipad-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-ipad-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-ipad-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-ipad-0 {
    padding-top: 0 !important;
  }
  .pt-ipad-0p5 {
    padding-top: 0.125rem !important;
  }
  .pt-ipad-1 {
    padding-top: 0.25rem !important;
  }
  .pt-ipad-1p5 {
    padding-top: 0.375rem !important;
  }
  .pt-ipad-2 {
    padding-top: 0.5rem !important;
  }
  .pt-ipad-3 {
    padding-top: 1rem !important;
  }
  .pt-ipad-4 {
    padding-top: 1.5rem !important;
  }
  .pt-ipad-5 {
    padding-top: 3rem !important;
  }
  .pe-ipad-0 {
    padding-right: 0 !important;
  }
  .pe-ipad-0p5 {
    padding-right: 0.125rem !important;
  }
  .pe-ipad-1 {
    padding-right: 0.25rem !important;
  }
  .pe-ipad-1p5 {
    padding-right: 0.375rem !important;
  }
  .pe-ipad-2 {
    padding-right: 0.5rem !important;
  }
  .pe-ipad-3 {
    padding-right: 1rem !important;
  }
  .pe-ipad-4 {
    padding-right: 1.5rem !important;
  }
  .pe-ipad-5 {
    padding-right: 3rem !important;
  }
  .pb-ipad-0 {
    padding-bottom: 0 !important;
  }
  .pb-ipad-0p5 {
    padding-bottom: 0.125rem !important;
  }
  .pb-ipad-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-ipad-1p5 {
    padding-bottom: 0.375rem !important;
  }
  .pb-ipad-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-ipad-3 {
    padding-bottom: 1rem !important;
  }
  .pb-ipad-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-ipad-5 {
    padding-bottom: 3rem !important;
  }
  .ps-ipad-0 {
    padding-left: 0 !important;
  }
  .ps-ipad-0p5 {
    padding-left: 0.125rem !important;
  }
  .ps-ipad-1 {
    padding-left: 0.25rem !important;
  }
  .ps-ipad-1p5 {
    padding-left: 0.375rem !important;
  }
  .ps-ipad-2 {
    padding-left: 0.5rem !important;
  }
  .ps-ipad-3 {
    padding-left: 1rem !important;
  }
  .ps-ipad-4 {
    padding-left: 1.5rem !important;
  }
  .ps-ipad-5 {
    padding-left: 3rem !important;
  }
  .gap-ipad-0 {
    gap: 0 !important;
  }
  .gap-ipad-0p5 {
    gap: 0.125rem !important;
  }
  .gap-ipad-1 {
    gap: 0.25rem !important;
  }
  .gap-ipad-1p5 {
    gap: 0.375rem !important;
  }
  .gap-ipad-2 {
    gap: 0.5rem !important;
  }
  .gap-ipad-3 {
    gap: 1rem !important;
  }
  .gap-ipad-4 {
    gap: 1.5rem !important;
  }
  .gap-ipad-5 {
    gap: 3rem !important;
  }
  .text-ipad-start {
    text-align: left !important;
  }
  .text-ipad-end {
    text-align: right !important;
  }
  .text-ipad-center {
    text-align: center !important;
  }
}
@media (min-width: 1024px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-0p5 {
    margin: 0.125rem !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-1p5 {
    margin: 0.375rem !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-0p5 {
    margin-right: 0.125rem !important;
    margin-left: 0.125rem !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-1p5 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !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-0p5 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-1p5 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !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-0p5 {
    margin-top: 0.125rem !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-1p5 {
    margin-top: 0.375rem !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-0p5 {
    margin-right: 0.125rem !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-1p5 {
    margin-right: 0.375rem !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-0p5 {
    margin-bottom: 0.125rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-1p5 {
    margin-bottom: 0.375rem !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-0p5 {
    margin-left: 0.125rem !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-1p5 {
    margin-left: 0.375rem !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;
  }
  .m-lg-n0p5 {
    margin: -0.125rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .m-lg-n1p5 {
    margin: -0.375rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mx-lg-n0p5 {
    margin-right: -0.125rem !important;
    margin-left: -0.125rem !important;
  }
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-lg-n1p5 {
    margin-right: -0.375rem !important;
    margin-left: -0.375rem !important;
  }
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-lg-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-lg-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-lg-n0p5 {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }
  .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-lg-n1p5 {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }
  .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-lg-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-lg-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-lg-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-lg-n0p5 {
    margin-top: -0.125rem !important;
  }
  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-lg-n1p5 {
    margin-top: -0.375rem !important;
  }
  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-lg-n3 {
    margin-top: -1rem !important;
  }
  .mt-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-lg-n5 {
    margin-top: -3rem !important;
  }
  .me-lg-n0p5 {
    margin-right: -0.125rem !important;
  }
  .me-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .me-lg-n1p5 {
    margin-right: -0.375rem !important;
  }
  .me-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .me-lg-n3 {
    margin-right: -1rem !important;
  }
  .me-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .me-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n0p5 {
    margin-bottom: -0.125rem !important;
  }
  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-lg-n1p5 {
    margin-bottom: -0.375rem !important;
  }
  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-lg-n0p5 {
    margin-left: -0.125rem !important;
  }
  .ms-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-lg-n1p5 {
    margin-left: -0.375rem !important;
  }
  .ms-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-lg-n3 {
    margin-left: -1rem !important;
  }
  .ms-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-lg-n5 {
    margin-left: -3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-0p5 {
    padding: 0.125rem !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-1p5 {
    padding: 0.375rem !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-0p5 {
    padding-right: 0.125rem !important;
    padding-left: 0.125rem !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-1p5 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !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-0p5 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-1p5 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !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-0p5 {
    padding-top: 0.125rem !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-1p5 {
    padding-top: 0.375rem !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-0p5 {
    padding-right: 0.125rem !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-1p5 {
    padding-right: 0.375rem !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-0p5 {
    padding-bottom: 0.125rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-1p5 {
    padding-bottom: 0.375rem !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-0p5 {
    padding-left: 0.125rem !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-1p5 {
    padding-left: 0.375rem !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-0p5 {
    gap: 0.125rem !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-1p5 {
    gap: 0.375rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1280px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-0p5 {
    margin: 0.125rem !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-1p5 {
    margin: 0.375rem !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-0p5 {
    margin-right: 0.125rem !important;
    margin-left: 0.125rem !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-1p5 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !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-0p5 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-1p5 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !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-0p5 {
    margin-top: 0.125rem !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-1p5 {
    margin-top: 0.375rem !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-0p5 {
    margin-right: 0.125rem !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-1p5 {
    margin-right: 0.375rem !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-0p5 {
    margin-bottom: 0.125rem !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-1p5 {
    margin-bottom: 0.375rem !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-0p5 {
    margin-left: 0.125rem !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-1p5 {
    margin-left: 0.375rem !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;
  }
  .m-xl-n0p5 {
    margin: -0.125rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .m-xl-n1p5 {
    margin: -0.375rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mx-xl-n0p5 {
    margin-right: -0.125rem !important;
    margin-left: -0.125rem !important;
  }
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xl-n1p5 {
    margin-right: -0.375rem !important;
    margin-left: -0.375rem !important;
  }
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-xl-n0p5 {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }
  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xl-n1p5 {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }
  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-xl-n0p5 {
    margin-top: -0.125rem !important;
  }
  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xl-n1p5 {
    margin-top: -0.375rem !important;
  }
  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xl-n3 {
    margin-top: -1rem !important;
  }
  .mt-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xl-n5 {
    margin-top: -3rem !important;
  }
  .me-xl-n0p5 {
    margin-right: -0.125rem !important;
  }
  .me-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xl-n1p5 {
    margin-right: -0.375rem !important;
  }
  .me-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xl-n3 {
    margin-right: -1rem !important;
  }
  .me-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .me-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n0p5 {
    margin-bottom: -0.125rem !important;
  }
  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xl-n1p5 {
    margin-bottom: -0.375rem !important;
  }
  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-xl-n0p5 {
    margin-left: -0.125rem !important;
  }
  .ms-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xl-n1p5 {
    margin-left: -0.375rem !important;
  }
  .ms-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xl-n3 {
    margin-left: -1rem !important;
  }
  .ms-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-xl-n5 {
    margin-left: -3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-0p5 {
    padding: 0.125rem !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-1p5 {
    padding: 0.375rem !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-0p5 {
    padding-right: 0.125rem !important;
    padding-left: 0.125rem !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-1p5 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !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-0p5 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-1p5 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !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-0p5 {
    padding-top: 0.125rem !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-1p5 {
    padding-top: 0.375rem !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-0p5 {
    padding-right: 0.125rem !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-1p5 {
    padding-right: 0.375rem !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-0p5 {
    padding-bottom: 0.125rem !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-1p5 {
    padding-bottom: 0.375rem !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-0p5 {
    padding-left: 0.125rem !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-1p5 {
    padding-left: 0.375rem !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-0p5 {
    gap: 0.125rem !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-1p5 {
    gap: 0.375rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1440px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-0p5 {
    margin: 0.125rem !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-1p5 {
    margin: 0.375rem !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-0p5 {
    margin-right: 0.125rem !important;
    margin-left: 0.125rem !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-1p5 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !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-0p5 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-1p5 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !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-0p5 {
    margin-top: 0.125rem !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-1p5 {
    margin-top: 0.375rem !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-0p5 {
    margin-right: 0.125rem !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-1p5 {
    margin-right: 0.375rem !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-0p5 {
    margin-bottom: 0.125rem !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-1p5 {
    margin-bottom: 0.375rem !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-0p5 {
    margin-left: 0.125rem !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-1p5 {
    margin-left: 0.375rem !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;
  }
  .m-xxl-n0p5 {
    margin: -0.125rem !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .m-xxl-n1p5 {
    margin: -0.375rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mx-xxl-n0p5 {
    margin-right: -0.125rem !important;
    margin-left: -0.125rem !important;
  }
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xxl-n1p5 {
    margin-right: -0.375rem !important;
    margin-left: -0.375rem !important;
  }
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xxl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-xxl-n0p5 {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xxl-n1p5 {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xxl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-xxl-n0p5 {
    margin-top: -0.125rem !important;
  }
  .mt-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xxl-n1p5 {
    margin-top: -0.375rem !important;
  }
  .mt-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mt-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xxl-n5 {
    margin-top: -3rem !important;
  }
  .me-xxl-n0p5 {
    margin-right: -0.125rem !important;
  }
  .me-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xxl-n1p5 {
    margin-right: -0.375rem !important;
  }
  .me-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xxl-n3 {
    margin-right: -1rem !important;
  }
  .me-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .me-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n0p5 {
    margin-bottom: -0.125rem !important;
  }
  .mb-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xxl-n1p5 {
    margin-bottom: -0.375rem !important;
  }
  .mb-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-xxl-n0p5 {
    margin-left: -0.125rem !important;
  }
  .ms-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xxl-n1p5 {
    margin-left: -0.375rem !important;
  }
  .ms-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xxl-n3 {
    margin-left: -1rem !important;
  }
  .ms-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-xxl-n5 {
    margin-left: -3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-0p5 {
    padding: 0.125rem !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-1p5 {
    padding: 0.375rem !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-0p5 {
    padding-right: 0.125rem !important;
    padding-left: 0.125rem !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-1p5 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !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-0p5 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-1p5 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !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-0p5 {
    padding-top: 0.125rem !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-1p5 {
    padding-top: 0.375rem !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-0p5 {
    padding-right: 0.125rem !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-1p5 {
    padding-right: 0.375rem !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-0p5 {
    padding-bottom: 0.125rem !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-1p5 {
    padding-bottom: 0.375rem !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-0p5 {
    padding-left: 0.125rem !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-1p5 {
    padding-left: 0.375rem !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-0p5 {
    gap: 0.125rem !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-1p5 {
    gap: 0.375rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 3rem !important;
  }
  .fs-2 {
    font-size: 2.5rem !important;
  }
  .fs-3 {
    font-size: 2rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
@media (max-width: 1023.98px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
  h2, .h2 {
    font-size: 2rem;
  }
  h3, .h3 {
    font-size: 1.5rem;
  }
  h4, .h4 {
    font-size: 1.25rem;
  }
  h5, .h5 {
    font-size: 1.125rem;
  }
}
.link-body {
  color: #2c364e;
}

.dropdown-toggle::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f107";
  border: none;
}
.dropdown-toggle.show::after {
  content: "\f106";
}

.dropdown-toggle.hide-caret::after {
  display: none;
}

aside .btn-toggle {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.5rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.65);
  background-color: transparent;
  border: 0;
}
aside .btn-toggle:hover,
aside .btn-toggle:focus {
  color: rgba(0, 0, 0, 0.85);
  background-color: #d2f4ea;
}
aside .btn-toggle::before {
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform 0.35s ease;
  transform-origin: 0.5em 50%;
}
aside .btn-toggle[aria-expanded=true] {
  color: rgba(0, 0, 0, 0.85);
}
aside .btn-toggle[aria-expanded=true]::before {
  transform: rotate(90deg);
}

.btn-custom-secondary,
.btn-custom-tertiary {
  color: #2c364e;
}

.btn-custom-secondary {
  background-color: white;
  border-color: #d8dee6;
}
.btn-custom-secondary:hover, .btn-custom-secondary:focus {
  border-color: #5c4ced;
}

.btn-custom-tertiary {
  background-color: transparent;
}
.btn-custom-tertiary:hover {
  background-color: #f1f4f8;
}
.btn-custom-tertiary:focus {
  background-color: transparent;
}
.btn-custom-tertiary:disabled {
  color: #7c8aa1;
}

.btn-icon {
  width: 3rem;
  height: 3rem;
  padding: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.btn-icon.btn-sm, .btn-group-sm > .btn-icon.btn {
  width: 2rem;
  height: 2rem;
}

.btn-icon.btn-xs {
  width: 1.5rem;
  height: 1.5rem;
}

.btn.dropdown-toggle:not(.show) {
  box-shadow: 0 0 2px rgba(40, 56, 72, 0.08), 0 2px 4px rgba(40, 56, 72, 0.06);
}
.btn.dropdown-toggle:not(.btn-sm) {
  padding: 0.6875rem 1rem;
  border-radius: 0.5625rem;
}
.btn.dropdown-toggle.error {
  background-color: #feebed;
  color: #2c364e;
  border-color: #f33650;
}
.btn.dropdown-toggle.error i, .btn.dropdown-toggle.error::after {
  color: #f33650;
}

[type=button] {
  -webkit-appearance: none;
}

.trix-container {
  box-shadow: 0 0 2px rgba(40, 56, 72, 0.08), 0 2px 4px rgba(40, 56, 72, 0.06);
  background-color: white;
  border-radius: 8px;
  border: none;
}
.trix-container.is-invalid {
  border: 1px solid #f33650;
}
.trix-container {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  background: #f5f8fa;
  padding: 0;
}
.trix-container trix-toolbar { /* stylelint-disable-line selector-type-no-unknown */
  box-shadow: inset 0 1px 0 #e6ebef;
  padding: 0.375em;
}
.trix-container trix-toolbar .trix-button-group {
  border: 0;
  margin: 0.1875em 0;
}
.trix-container trix-toolbar .trix-button-group.trix-button-group--text-tools, .trix-container trix-toolbar .trix-button-group.trix-button-group--block-tools {
  box-shadow: inset -1px 0 0 #e6ebef;
  margin-right: 0.375em;
  padding-right: 0.375em;
}
.trix-container trix-toolbar .trix-button-group.trix-button-group--file-tools {
  display: none;
}
.trix-container trix-toolbar .trix-button-row {
  overflow: hidden;
}
.trix-container trix-toolbar .trix-button {
  border: 0;
  border-radius: 0.3rem;
  margin: 0 0.375em 0 0;
}
.trix-container trix-toolbar .trix-button::before {
  background-image: none !important;
  font-family: "Font Awesome 6 Pro";
  font-weight: 500;
  color: #2c364e;
}
.trix-container trix-toolbar .trix-button.trix-button--icon-firstline::before {
  color: #512ade;
  font-weight: 400;
}
.trix-container trix-toolbar button.trix-button--icon-bold::before {
  content: "\f032";
}
.trix-container trix-toolbar button.trix-button--icon-italic::before {
  content: "\f033";
}
.trix-container trix-toolbar button.trix-button--icon-link::before {
  content: "\f0c1";
}
.trix-container trix-toolbar button.trix-button--icon-strike::before {
  content: "\f0cc";
}
.trix-container trix-toolbar button.trix-button--icon-heading-1::before {
  content: "\f1dc";
}
.trix-container trix-toolbar button.trix-button--icon-quote::before {
  content: "\f10e";
}
.trix-container trix-toolbar button.trix-button--icon-code::before {
  content: "\f121";
}
.trix-container trix-toolbar button.trix-button--icon-bullet-list::before {
  content: "\f0ca";
}
.trix-container trix-toolbar button.trix-button--icon-number-list::before {
  content: "\f0cb";
}
.trix-container trix-toolbar button.trix-button--icon-decrease-nesting-level::before {
  content: "\f03b";
}
.trix-container trix-toolbar button.trix-button--icon-increase-nesting-level::before {
  content: "\f03c";
}
.trix-container trix-toolbar button.trix-button--icon-undo::before {
  content: "\f0e2";
}
.trix-container trix-toolbar button.trix-button--icon-redo::before {
  content: "\f01e";
}
.trix-container trix-toolbar button.trix-button--icon-firstline::before {
  content: "\f312";
}
.trix-container trix-toolbar button.trix-button--icon-special-character::before {
  content: "\f86e";
}
.trix-container trix-toolbar .trix-button--icon {
  text-indent: inherit;
  height: 2em;
  width: 2em;
  line-height: 2.2em;
  color: transparent;
}
.trix-container trix-toolbar .trix-button--icon:hover {
  background: #e6ebef;
}
.trix-container trix-toolbar .trix-button--icon.trix-active {
  color: transparent;
  background: #7c8aa1;
}
.trix-container trix-toolbar .trix-button--icon.trix-active:hover {
  background: #5e6c86;
}
.trix-container trix-toolbar .trix-button--icon.trix-active::before {
  color: white;
}
.trix-container trix-toolbar .trix-button:disabled {
  color: transparent;
}
.trix-container trix-editor { /* stylelint-disable-line selector-type-no-unknown */
  border: none;
  padding: 1.125em 1.125em;
  border-radius: 8px 8px 0 0;
}
.trix-container trix-editor.trix-content {
  background: white;
}
.trix-container trix-editor.trix-content strong {
  font-weight: 700;
}
.trix-container trix-editor.trix-content pre {
  background: #f1f4f8;
  border: 1px solid #e6ebef;
  padding: 0.75em;
  margin: 0.375em 0;
}

.form-group-invalid .trix-container {
  border-color: #f2183a;
}

.trix-clear-icon {
  right: 0.375em;
  top: 0.375em;
}
.trix-clear-icon i {
  background-color: transparent;
}
.trix-clear-icon:hover i {
  background-color: #f33650;
  color: white;
}

.trix--special-charactor-icon:hover {
  background-color: #f5f8fa;
}

.breadcrumb-item a {
  color: #512ade;
  text-decoration: none;
}
.breadcrumb-item a:hover {
  color: #31118a;
}

.card {
  box-shadow: 0 0 2px rgba(40, 56, 72, 0.08), 0 2px 4px rgba(40, 56, 72, 0.06);
  background-color: white;
  border-radius: 8px;
  border: none;
}
.card.tinted .tint-top {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background: #e6ebef;
  height: 8px;
}
.card.tinted .tint-start {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background: #e6ebef;
  width: 8px;
}

a.card:hover {
  box-shadow: 0 0 4px rgba(25, 33, 51, 0.04), 0 4px 8px rgba(25, 33, 51, 0.1);
}

.hover-decoration-none {
  text-decoration: none;
}
.hover-decoration-none:hover {
  text-decoration: none;
}

.hover-decoration-underline {
  text-decoration: none;
}
.hover-decoration-underline:hover {
  text-decoration: underline;
}

img.icon {
  max-width: 100%;
  height: 1.5em;
}
img.icon.icon-fluid {
  max-width: 100%;
  height: auto;
}
img.icon.icon-2xs, img.icon.icon-xxs {
  height: 1.125em;
}
img.icon.icon-xs {
  height: 1.25em;
}
img.icon.icon-sm {
  height: 1.375em;
}
img.icon.icon-lg {
  height: 1.75em;
}
img.icon.icon-xl {
  height: 2em;
}
img.icon.icon-2xl, img.icon.icon-xxl {
  height: 2.5em;
}

div.icon-block {
  padding: 0.25em;
  height: 1.75em;
}

span.icon,
div.icon {
  max-width: 100%;
  height: 1em;
}
span.icon.icon-2xs, span.icon.icon-xxs,
div.icon.icon-2xs,
div.icon.icon-xxs {
  height: 0.625em;
}
span.icon.icon-xs,
div.icon.icon-xs {
  height: 0.75em;
}
span.icon.icon-sm,
div.icon.icon-sm {
  height: 0.875em;
}
span.icon.icon-lg,
div.icon.icon-lg {
  height: 1.25em;
}
span.icon.icon-xl,
div.icon.icon-xl {
  height: 1.5em;
}
span.icon.icon-2xl, span.icon.icon-xxl,
div.icon.icon-2xl,
div.icon.icon-xxl {
  height: 2em;
}

a:hover > .icon-block {
  box-shadow: 0 0 4px rgba(25, 33, 51, 0.04), 0 4px 8px rgba(25, 33, 51, 0.1);
}

a:hover img.hover-shadow {
  box-shadow: 0 0 4px rgba(25, 33, 51, 0.04), 0 4px 8px rgba(25, 33, 51, 0.1);
}

.list-table-item {
  border-bottom: 1px solid #E6EBEF;
}
.list-table-item a.text {
  text-decoration: none;
}
.list-table-item a.text:hover {
  text-decoration: underline;
}

.list-table > .list-table-header {
  background-color: #f5f8fa;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8em;
  color: #7c8aa1;
}
.list-table > .list-table-item:last-child {
  border-bottom: none;
}

.fw-medium {
  font-weight: 500;
}

.fw-semi-bold {
  font-weight: 600;
}

.nav-pills-header .nav-link,
.nav-pills-subheader .nav-link {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  border-radius: 64px;
  color: #5e6c86;
  text-decoration: none;
}
.nav-pills-header .nav-link:hover,
.nav-pills-subheader .nav-link:hover {
  text-decoration: none;
}
.nav-pills-header .nav-link.active,
.nav-pills-subheader .nav-link.active {
  background-color: #fff;
  color: #5c4ced;
  box-shadow: 0 0 2px rgba(40, 56, 72, 0.08), 0 2px 4px rgba(40, 56, 72, 0.06);
}

.input-group-icon {
  position: relative;
  background-color: #fff;
  border-radius: 0.5rem !important;
}
.input-group-icon .input-group-text {
  position: absolute;
  z-index: 1;
  left: 0;
  height: 100%;
  background-color: transparent;
  border: 0;
}
.input-group-icon input {
  padding-left: 3rem;
  background-color: transparent;
  border-radius: 0.5rem !important;
}
.input-group-icon input::placeholder {
  color: #2c364e;
}
.input-group-icon input:focus {
  background-color: transparent;
}
.input-group-icon.input-group-icon--right input {
  padding-right: 3rem;
  padding-left: 1.25rem;
}
.input-group-icon.input-group-icon--right input + .input-group-text {
  left: auto;
  right: 0;
}
.input-group-icon.input-group-icon--both input {
  padding-right: 3rem;
}
.input-group-icon.input-group-icon--both .input-group-text--right {
  left: auto;
  right: 0;
}
.input-group-icon:not(.input-group-icon--right) input:focus + .input-group-text i {
  color: #5c4ced;
}
.input-group-icon:not(.input-group-icon--right) input.error:focus + .input-group-text i {
  color: #f33650;
}

.form-check-sm {
  font-size: 12px;
}

.table > :not(:first-child) {
  border-top: 0;
}

.table img {
  max-width: 100%;
}

table.firstline-table {
  color: #2c364e;
  font-size: 0.875rem;
}
table.firstline-table thead td {
  font-weight: 700;
}
table.firstline-table tr {
  vertical-align: middle;
}
table.firstline-table td {
  font-weight: 500;
}
table.firstline-table .cell__primary {
  font-size: 12px;
  font-weight: 700;
}
table.firstline-table .cell__secondary {
  font-size: 12px;
  color: #44516c;
  font-weight: 500;
}

.separator {
  display: flex;
  align-items: center;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
  font-variant: all-small-caps;
}

.separator::before,
.separator::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #c7d0dd;
}

.separator:not(:empty)::before {
  margin-right: 1em;
}

.separator:not(:empty)::after {
  margin-left: 1em;
}

.shadow-inset-top {
  box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.7);
}

.sub-body {
  background-color: #f1f4f8;
  box-shadow: inset 0 6px 14px rgba(0, 0, 0, 0.05);
}

.filter-content {
  max-width: 800px;
  right: 0;
  top: 0;
  z-index: 1;
  max-height: 100vh;
  overflow-y: scroll;
}

#form_previewer label {
  margin-bottom: 0.25rem;
}

.cell .client-form__wrapper label {
  padding: 0;
  width: auto;
}

.cell .client-form__wrapper a {
  width: auto;
  padding: 0.5rem 0.75rem;
}

.custom-check-input {
  position: relative;
  min-width: 25px;
  height: 25px;
  display: inline-block;
}
.custom-check-input [type=checkbox] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
  margin: 0;
  padding: 0;
  border: 0;
}
.custom-check-input [type=checkbox] + div {
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid #ced4da;
}
.custom-check-input [type=checkbox] + div::after {
  content: "";
  display: block;
  transform: scale(0);
  transition: transform 0.2s;
  height: 100%;
  width: 100%;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2NHB4IiBoZWlnaHQ9IjY0cHgiIHZpZXdCb3g9IjAgMCA2NCA2NCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNjQgNjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwb2x5Z29uIHBvaW50cz0iMTMuNzA3LDMyLjI5MyAxMi4yOTMsMzMuODU0IDI0LjI5Myw0NiAyNS43MDcsNDYgNDkuNzA3LDIxLjg1NCA0OC4yOTMsMjAuMzY2IDI1LDQzLjYyMyAiLz48L2c+PC9zdmc+) no-repeat center;
  background-size: contain;
}
.custom-check-input [type=checkbox]:checked + div::after {
  transform: scale(1);
}
.custom-check-input [type=checkbox]:disabled + div {
  background-color: #ccc;
  opacity: 0.25;
}
.custom-check-input [type=checkbox]:hover + div {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
.custom-check-input [type=checkbox]:focus + div {
  box-shadow: 0 0 1px 2px #6857cc;
  border-color: #6857cc;
}
.custom-check-input [type=checkbox]:active + div {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.boolean-hint {
  padding-left: calc(25px + 0.5rem);
}

turbo-frame + .turbo-frame-spinner { /* stylelint-disable-line selector-type-no-unknown */
  display: none;
}

turbo-frame[busy] + .turbo-frame-spinner { /* stylelint-disable-line selector-type-no-unknown */
  display: inline-block;
}

.turbo-frame-spinner {
  display: none;
  inset: 0 0 0 0;
}

.infinite-scroll turbo-frame[loading=lazy]:empty { /* stylelint-disable-line selector-type-no-unknown */
  position: relative;
  top: -500px;
  display: block;
}

.infinite-scroll [data-scroll-to-top-target=trigger] {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.1s, opacity 0.1s linear;
}
.infinite-scroll [data-scroll-to-top-target=trigger].show {
  visibility: visible;
  opacity: 1;
}
body.modal-open .infinite-scroll [data-scroll-to-top-target=trigger].show {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.1s;
}

turbo-frame.fade-on-busy { /* stylelint-disable-line selector-type-no-unknown */
  transition: opacity 0.3s;
}
turbo-frame.fade-on-busy[busy] {
  opacity: 20%;
}

.swatch {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  transition: transform 100ms ease-in-out;
  margin-right: 0.5rem;
  position: relative;
  top: -2px;
}

.search-icon {
  background-color: #f5f8fa;
  border-radius: 0.3rem;
  border: 0;
  color: #8f9db1;
  display: block;
  padding: 0.6875rem 0.875rem;
  text-decoration: none;
}

.search-container .search-wrapper {
  position: relative;
}
.search-container .search-wrapper .fa-search {
  color: #8f9db1;
  left: 14px;
  position: absolute;
  top: 15px;
}
.search-container .search-wrapper .fa-close {
  position: absolute;
  right: 14px;
  top: 15px;
}
.search-container .search-wrapper .badge {
  position: absolute;
  right: 14px;
  top: 15px;
}
.search-container .search-wrapper .search-overlay {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 0.3rem;
  transition: border 0.15s ease-in-out, box-shadow 0.15s ease-in-out, background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}
.search-container .search-wrapper .search-overlay:hover {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.6), 0 0 0 4px rgba(119, 140, 157, 0.42);
}
.search-container .search-wrapper input {
  border: 0;
  border-radius: 0.3rem;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.6875rem 2.25rem;
  transition: border 0.15s ease-in-out, box-shadow 0.15s ease-in-out, background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}
.search-container .search-wrapper input.discrete {
  border: 1px solid transparent;
  background-color: #f5f8fa;
  color: #8f9db1;
}
.search-container .search-wrapper input {
  outline: none;
}
.search-container .search-wrapper input:active, .search-container .search-wrapper input:focus {
  appearance: none;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.6), 0 0 0 4px rgba(119, 140, 157, 0.42);
  color: #2c364e;
}

.zindex-dropdown {
  z-index: 1000;
}

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

.handle {
  cursor: grab;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  height: auto;
}

@media (min-width: 0) {
  .container > .row,
  .container > .row-8col {
    margin-left: 0px;
    margin-right: 0px;
  }
  .container > .row > *,
  .container > .row-8col > * {
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (min-width: 600px) {
  .container > .row,
  .container > .row-8col {
    margin-left: 4px;
    margin-right: 4px;
  }
  .container > .row > *,
  .container > .row-8col > * {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media (min-width: 834px) {
  .container > .row,
  .container > .row-8col {
    margin-left: 24px;
    margin-right: 24px;
  }
  .container > .row > *,
  .container > .row-8col > * {
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (min-width: 1024px) {
  .container > .row,
  .container > .row-8col {
    margin-left: 80px;
    margin-right: 80px;
  }
  .container > .row > *,
  .container > .row-8col > * {
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (min-width: 1280px) {
  .container > .row,
  .container > .row-8col {
    margin-left: 96px;
    margin-right: 96px;
  }
  .container > .row > *,
  .container > .row-8col > * {
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (min-width: 1440px) {
  .container > .row,
  .container > .row-8col {
    margin-left: 176px;
    margin-right: 176px;
  }
  .container > .row > *,
  .container > .row-8col > * {
    padding-right: 8px;
    padding-left: 8px;
  }
}
body.modal,
body.modal-open {
  padding-right: 0 !important;
}

body.layout-fixed-footer .body-container {
  height: 100%;
  max-height: calc(100% - 64px - 99px);
  overflow: hidden;
}

.text-muted {
  color: #8f8f8f !important;
}

.greyscale {
  filter: grayscale(100%);
}

.whitespace-pre-line {
  overflow-wrap: break-word;
  white-space: pre-line;
}

header {
  background-color: #fff;
}
header .brand-container a {
  display: inline-block;
  line-height: 3.3rem;
  top: 0.5rem;
  left: 0.5rem;
}
header .brand-container a img {
  max-height: 37px;
}
header .user-profile-icon img {
  max-height: 36px;
  max-width: 36px;
}

@media (max-width: 320px) {
  .footer-text {
    font-size: 0.6rem;
  }
}

footer.row {
  position: fixed;
  bottom: 0;
  background-color: white;
  width: 100%;
}
footer.row .ts-and-cs {
  font-size: 0.8em;
}
footer.row .ts-and-cs .nav-item {
  width: 100%;
}
@media (max-width: 375px) {
  footer.row .ts-and-cs {
    text-align: center;
  }
}
footer.row .nav-container.footer-container {
  height: 4.5rem;
  display: none;
}
@media (max-width: 375px) {
  footer.row .nav-container.footer-container {
    display: inline;
  }
}
@media (max-width: 768px) {
  footer.row .nav-container.footer-container {
    display: inline;
  }
}

/*!
 * Cropper.js v1.6.2
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2024-04-21T07:43:02.731Z
 */
.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cropper-container img {
  backface-visibility: hidden;
  display: block;
  height: 100%;
  image-orientation: 0deg;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%;
}

.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.cropper-wrap-box,
.cropper-canvas {
  overflow: hidden;
}

.cropper-drag-box {
  background-color: #fff;
  opacity: 0;
}

.cropper-modal {
  background-color: #000;
  opacity: 0.5;
}

.cropper-view-box {
  display: block;
  height: 100%;
  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, 0.75);
  overflow: hidden;
  width: 100%;
}

.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: 0.5;
  position: absolute;
}

.cropper-dashed.dashed-h {
  border-bottom-width: 1px;
  border-top-width: 1px;
  height: 33.3333333333%;
  left: 0;
  top: 33.3333333333%;
  width: 100%;
}

.cropper-dashed.dashed-v {
  border-left-width: 1px;
  border-right-width: 1px;
  height: 100%;
  left: 33.3333333333%;
  top: 0;
  width: 33.3333333333%;
}

.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: 0.75;
  position: absolute;
  top: 50%;
  width: 0;
}

.cropper-center::before,
.cropper-center::after {
  background-color: #eee;
  content: " ";
  display: block;
  position: absolute;
}

.cropper-center::before {
  height: 1px;
  left: -3px;
  top: 0;
  width: 7px;
}

.cropper-center::after {
  height: 7px;
  left: 0;
  top: -3px;
  width: 1px;
}

.cropper-face,
.cropper-line,
.cropper-point {
  display: block;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  width: 100%;
}

.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0;
}

.cropper-line {
  background-color: #39f;
}

.cropper-line.line-e {
  cursor: ew-resize;
  right: -3px;
  top: 0;
  width: 5px;
}

.cropper-line.line-n {
  cursor: ns-resize;
  height: 5px;
  left: 0;
  top: -3px;
}

.cropper-line.line-w {
  cursor: ew-resize;
  left: -3px;
  top: 0;
  width: 5px;
}

.cropper-line.line-s {
  bottom: -3px;
  cursor: ns-resize;
  height: 5px;
  left: 0;
}

.cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: 0.75;
  width: 5px;
}

.cropper-point.point-e {
  cursor: ew-resize;
  margin-top: -3px;
  right: -3px;
  top: 50%;
}

.cropper-point.point-n {
  cursor: ns-resize;
  left: 50%;
  margin-left: -3px;
  top: -3px;
}

.cropper-point.point-w {
  cursor: ew-resize;
  left: -3px;
  margin-top: -3px;
  top: 50%;
}

.cropper-point.point-s {
  bottom: -3px;
  cursor: s-resize;
  left: 50%;
  margin-left: -3px;
}

.cropper-point.point-ne {
  cursor: nesw-resize;
  right: -3px;
  top: -3px;
}

.cropper-point.point-nw {
  cursor: nwse-resize;
  left: -3px;
  top: -3px;
}

.cropper-point.point-sw {
  bottom: -3px;
  cursor: nesw-resize;
  left: -3px;
}

.cropper-point.point-se {
  bottom: -3px;
  cursor: nwse-resize;
  height: 20px;
  opacity: 1;
  right: -3px;
  width: 20px;
}

@media (min-width: 768px) {
  .cropper-point.point-se {
    height: 15px;
    width: 15px;
  }
}
@media (min-width: 992px) {
  .cropper-point.point-se {
    height: 10px;
    width: 10px;
  }
}
@media (min-width: 1200px) {
  .cropper-point.point-se {
    height: 5px;
    opacity: 0.75;
    width: 5px;
  }
}
.cropper-point.point-se::before {
  background-color: #39f;
  bottom: -50%;
  content: " ";
  display: block;
  height: 200%;
  opacity: 0;
  position: absolute;
  right: -50%;
  width: 200%;
}

.cropper-invisible {
  opacity: 0;
}

.cropper-bg {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC");
}

.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.cropper-hidden {
  display: none !important;
}

.cropper-move {
  cursor: move;
}

.cropper-crop {
  cursor: crosshair;
}

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}

.cropper-view-box,
.cropper-face {
  border-radius: 50%;
  border: 2px solid #5c4ced;
}

.cropper-container {
  z-index: 1;
}

.cell-notes > :last-child,
.cell-name > :last-child,
.cell-combine > :last-child {
  margin-bottom: 0;
}
.cell-notes > :last-child > :last-child,
.cell-name > :last-child > :last-child,
.cell-combine > :last-child > :last-child {
  margin-bottom: 0;
}
.cell-notes > :last-child > :last-child > :last-child,
.cell-name > :last-child > :last-child > :last-child,
.cell-combine > :last-child > :last-child > :last-child {
  margin-bottom: 0;
}
.cell-notes p:last-child,
.cell-name p:last-child,
.cell-combine p:last-child {
  margin: 0;
}
.cell-notes li > p,
.cell-name li > p,
.cell-combine li > p {
  margin: 0 0 0.5rem;
}
.cell-notes img,
.cell-name img,
.cell-combine img {
  max-width: 100%;
}
.cell-notes strong,
.cell-name strong,
.cell-combine strong {
  font-weight: 700;
}
.cell-notes ul,
.cell-notes ol,
.cell-name ul,
.cell-name ol,
.cell-combine ul,
.cell-combine ol {
  padding-left: 1.5rem;
}
.cell-notes .simplebar-content > table td,
.cell-name .simplebar-content > table td,
.cell-combine .simplebar-content > table td {
  min-width: 10em;
}

.cell-link i {
  transition: transform 0.3s ease-in-out;
}
.cell-link:not(.collapsed) i {
  transform: rotate(180deg);
}

.client-form__wrapper input[type=range] {
  accent-color: #665cc9;
  height: 1.5rem;
  padding: 0;
  width: 100%;
  background-color: transparent;
}

.cell-focus {
  position: relative;
  scroll-margin: 25vh;
}
.cell-focus::after {
  border-radius: 5px;
  border: 2px solid #665cc9;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.ss-main .ss-multi-selected {
  box-shadow: 0 0 2px rgba(40, 56, 72, 0.08), 0 2px 4px rgba(40, 56, 72, 0.06);
  border: 1px solid #c7d0dd;
  padding: 0.75rem 1rem;
}
.ss-main .ss-multi-selected .ss-multi-selected .ss-add .ss-plus::after {
  color: #5c4ced;
}
.ss-main .ss-multi-selected .ss-values .ss-value {
  background: #d8dee6;
  border-radius: 10px;
  color: #5e6c86;
  padding: 0.2rem 0.2rem 0.2rem 1rem;
}
.ss-main .ss-multi-selected .ss-values .ss-value-text {
  font-weight: bold;
  padding-right: 0.5rem;
}
.ss-main .ss-multi-selected .ss-values .ss-value-delete {
  color: #8f9db1;
  padding: 0.2rem 0.5rem;
  margin-left: 0.25rem;
  font-weight: 600;
  text-transform: uppercase;
}
.ss-main .ss-multi-selected .ss-values .ss-disabled {
  color: #8f9db1;
}

/* Header height */
/* Fonts */
/* Breakpoints */
/* Colors */
/* Shadows */
/* Borders */
/*
Force footer to sit at bottom of screen even with minimal content:
*/
html {
  height: 100vh;
  overflow-y: auto;
}

.topics trix-toolbar button.trix-button--icon-code,
.topics trix-toolbar button.trix-button--icon-heading-1,
.topics trix-toolbar button.trix-button--icon-increase,
.topics trix-toolbar button.trix-button--icon-decrease,
.topics trix-toolbar button.trix-button--icon-strike {
  display: none;
}
.topics blockquote {
  margin: 20px;
  border: 0 solid #ccc;
  border-left-width: 0.3em;
  margin-left: 0.3em;
  padding-left: 0.6em;
}
.topics .tribute-container {
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1), 0 5px 20px rgba(0, 0, 0, 0.05);
}
.topics .tribute-container ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.topics .tribute-container li {
  background: #fff;
  padding: 0.2em 1em;
  min-width: 15em;
  max-width: 100%;
}
.topics .tribute-container .highlight {
  background: #1b6ac9;
  color: #fff;
}
.topics .tribute-container .highlight span {
  font-weight: bold;
}

.ss-main {
  position: relative;
  display: inline-block;
  user-select: none;
  color: #666;
  width: 100%;
}

.ss-main .ss-single-selected {
  display: flex;
  cursor: pointer;
  width: 100%;
  height: 30px;
  padding: 6px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  background-color: #fff;
  outline: 0;
  box-sizing: border-box;
  transition: background-color 0.2s;
}

.ss-main .ss-single-selected.ss-disabled {
  background-color: #dcdee2;
  cursor: not-allowed;
}

.ss-main .ss-single-selected.ss-open-above {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.ss-main .ss-single-selected.ss-open-below {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.ss-main .ss-single-selected .placeholder {
  display: flex;
  flex: 1 1 100%;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  width: calc(100% - 30px);
  line-height: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ss-main .ss-single-selected .placeholder * {
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: auto;
}

.ss-main .ss-single-selected .placeholder .ss-disabled {
  color: #dedede;
}

.ss-main .ss-single-selected .ss-deselect {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 1 auto;
  margin: 0 6px 0 6px;
  font-weight: bold;
}

.ss-main .ss-single-selected .ss-deselect.ss-hide {
  display: none;
}

.ss-main .ss-single-selected .ss-arrow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 1 auto;
  margin: 0 6px 0 6px;
}

.ss-main .ss-single-selected .ss-arrow span {
  border: solid #666;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transition: transform 0.2s, margin 0.2s;
}

.ss-main .ss-single-selected .ss-arrow span.arrow-up {
  transform: rotate(-135deg);
  margin: 3px 0 0 0;
}

.ss-main .ss-single-selected .ss-arrow span.arrow-down {
  transform: rotate(45deg);
  margin: -3px 0 0 0;
}

.ss-main .ss-multi-selected {
  display: flex;
  flex-direction: row;
  cursor: pointer;
  min-height: 30px;
  width: 100%;
  padding: 0 0 0 3px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  background-color: #fff;
  outline: 0;
  box-sizing: border-box;
  transition: background-color 0.2s;
}

.ss-main .ss-multi-selected.ss-disabled {
  background-color: #dcdee2;
  cursor: not-allowed;
}

.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-disabled {
  color: #666;
}

.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-value .ss-value-delete {
  cursor: not-allowed;
}

.ss-main .ss-multi-selected.ss-open-above {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.ss-main .ss-multi-selected.ss-open-below {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.ss-main .ss-multi-selected .ss-values {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex: 1 1 100%;
  width: calc(100% - 30px);
}

.ss-main .ss-multi-selected .ss-values .ss-disabled {
  display: flex;
  padding: 4px 5px;
  margin: 2px 0px;
  line-height: 1em;
  align-items: center;
  width: 100%;
  color: #dedede;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@keyframes scaleIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scaleOut {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
.ss-main .ss-multi-selected .ss-values .ss-value {
  display: flex;
  user-select: none;
  align-items: center;
  font-size: 12px;
  padding: 3px 5px;
  margin: 3px 5px 3px 0px;
  color: #fff;
  background-color: #5897fb;
  border-radius: 4px;
  animation-name: scaleIn;
  animation-duration: 0.2s;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}

.ss-main .ss-multi-selected .ss-values .ss-value.ss-out {
  animation-name: scaleOut;
  animation-duration: 0.2s;
  animation-timing-function: ease-out;
}

.ss-main .ss-multi-selected .ss-values .ss-value .ss-value-delete {
  margin: 0 0 0 5px;
  cursor: pointer;
}

.ss-main .ss-multi-selected .ss-add {
  display: flex;
  flex: 0 1 3px;
  margin: 9px 12px 0 5px;
}

.ss-main .ss-multi-selected .ss-add .ss-plus {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #666;
  position: relative;
  height: 10px;
  width: 2px;
  transition: transform 0.2s;
}

.ss-main .ss-multi-selected .ss-add .ss-plus:after {
  background: #666;
  content: "";
  position: absolute;
  height: 2px;
  width: 10px;
  left: -4px;
  top: 4px;
}

.ss-main .ss-multi-selected .ss-add .ss-plus.ss-cross {
  transform: rotate(45deg);
}

.ss-content {
  position: absolute;
  width: 100%;
  margin: -1px 0 0 0;
  box-sizing: border-box;
  border: solid 1px #dcdee2;
  z-index: 1010;
  background-color: #fff;
  transform-origin: center top;
  transition: transform 0.2s, opacity 0.2s;
  opacity: 0;
  transform: scaleY(0);
}

.ss-content.ss-open {
  display: block;
  opacity: 1;
  transform: scaleY(1);
}

.ss-content .ss-search {
  display: flex;
  flex-direction: row;
  padding: 8px 8px 6px 8px;
}

.ss-content .ss-search.ss-hide {
  height: 0px;
  opacity: 0;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.ss-content .ss-search.ss-hide input {
  height: 0px;
  opacity: 0;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.ss-content .ss-search input {
  display: inline-flex;
  font-size: inherit;
  line-height: inherit;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0px;
  height: 30px;
  padding: 6px 8px;
  margin: 0;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  background-color: #fff;
  outline: 0;
  text-align: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: textfield;
}

.ss-content .ss-search input::placeholder {
  color: #8a8a8a;
  vertical-align: middle;
}

.ss-content .ss-search input:focus {
  box-shadow: 0 0 5px #5897fb;
}

.ss-content .ss-search .ss-addable {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 22px;
  font-weight: bold;
  flex: 0 0 30px;
  height: 30px;
  margin: 0 0 0 8px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  box-sizing: border-box;
}

.ss-content .ss-addable {
  padding-top: 0px;
}

.ss-content .ss-list {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: left;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label {
  padding: 6px 10px 6px 10px;
  font-weight: bold;
}

.ss-content .ss-list .ss-optgroup .ss-option {
  padding: 6px 6px 6px 25px;
}

.ss-content .ss-list .ss-optgroup-label-selectable {
  cursor: pointer;
}

.ss-content .ss-list .ss-optgroup-label-selectable:hover {
  color: #fff;
  background-color: #5897fb;
}

.ss-content .ss-list .ss-option {
  padding: 6px 10px 6px 10px;
  cursor: pointer;
  user-select: none;
}

.ss-content .ss-list .ss-option * {
  display: inline-block;
}

.ss-content .ss-list .ss-option:hover, .ss-content .ss-list .ss-option.ss-highlighted {
  color: #fff;
  background-color: #5897fb;
}

.ss-content .ss-list .ss-option.ss-disabled {
  cursor: not-allowed;
  color: #dedede;
  background-color: #fff;
}

.ss-content .ss-list .ss-option:not(.ss-disabled).ss-option-selected {
  color: #666;
  background-color: rgba(88, 151, 251, 0.1);
}

.ss-content .ss-list .ss-option.ss-hide {
  display: none;
}

.ss-content .ss-list .ss-option .ss-search-highlight {
  background-color: #fffb8c;
}

[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s 0.5s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  transition-delay: 0s;
  transition-duration: 0s;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.simplebar-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: scrollbar !important;
}

.simplebar-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
