@charset "UTF-8";
/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
/* line 1, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

/* line 1, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-calendar.open, .flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

/* line 1, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

/* line 1, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 1, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

/* line 1, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

/* line 1, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

/* line 1, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 1, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
}

/* line 1, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 1, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

/* line 1, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

/* line 1, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

/* line 1, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-calendar:before, .flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}

/* line 1, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-calendar.rightMost:before, .flatpickr-calendar.arrowRight:before, .flatpickr-calendar.rightMost:after, .flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}

/* line 1, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-calendar.arrowCenter:before, .flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}

/* line 1, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

/* line 1, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

/* line 1, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

/* line 1, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

/* line 1, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

/* line 1, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

/* line 1, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

/* line 1, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

/* line 1, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-calendar:focus {
  outline: 0;
}

/* line 1, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

/* line 1, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 1, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* line 1, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

/* line 1, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled, .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

/* line 1, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-months .flatpickr-prev-month i, .flatpickr-months .flatpickr-next-month i {
  position: relative;
}

/* line 1, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
      /*rtl:begin:ignore*/
  left: 0;
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
/* line 7, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
      /*rtl:begin:ignore*/
  right: 0;
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-months .flatpickr-prev-month svg path, .flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill .1s;
  transition: fill .1s;
  fill: inherit;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.numInputWrapper {
  position: relative;
  height: auto;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.numInputWrapper input, .numInputWrapper span {
  display: inline-block;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.numInputWrapper input {
  width: 100%;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.numInputWrapper input::-ms-clear {
  display: none;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.numInputWrapper input::-webkit-outer-spin-button, .numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.numInputWrapper span.arrowDown {
  top: 50%;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.numInputWrapper:hover span {
  opacity: 1;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: .5ch;
  padding: 0;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 .5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 .5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-current-month .flatpickr-monthDropdown-months:focus, .flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.dayContainer, .flatpickr-weeks {
  padding: 1px 0 0 0;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-days:focus {
  outline: 0;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-day.today {
  border-color: #959ea9;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7,5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7,5px 0 0 #569ff7;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-day.hidden {
  visibility: hidden;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.rangeMode .flatpickr-day {
  margin-top: 1px;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-weekwrapper {
  float: left;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-time input:hover, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

/* line 13, node_modules/flatpickr/dist/flatpickr.min.css */
.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container .select2-search--inline {
  float: left;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-results {
  display: block;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-results__option[aria-selected] {
  cursor: pointer;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--open .select2-dropdown {
  left: 0;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-search--dropdown {
  display: block;
  padding: 4px;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-search--dropdown.select2-search--hide {
  display: none;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 1, node_modules/select2/dist/css/select2.min.css */
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/* line 1, node_modules/choices.js/public/assets/styles/choices.min.css */
.choices {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  font-size: 16px;
}

/* line 1, node_modules/choices.js/public/assets/styles/choices.min.css */
.choices:focus {
  outline: 0;
}

/* line 1, node_modules/choices.js/public/assets/styles/choices.min.css */
.choices:last-child {
  margin-bottom: 0;
}

/* line 1, node_modules/choices.js/public/assets/styles/choices.min.css */
.choices.is-open {
  overflow: visible;
}

/* line 1, node_modules/choices.js/public/assets/styles/choices.min.css */
.choices.is-disabled .choices__inner, .choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
  user-select: none;
}

/* line 1, node_modules/choices.js/public/assets/styles/choices.min.css */
.choices.is-disabled .choices__item {
  cursor: not-allowed;
}

/* line 1, node_modules/choices.js/public/assets/styles/choices.min.css */
.choices [hidden] {
  display: none !important;
}

/* line 1, node_modules/choices.js/public/assets/styles/choices.min.css */
.choices[data-type*=select-one] {
  cursor: pointer;
}

/* line 1, node_modules/choices.js/public/assets/styles/choices.min.css */
.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 7.5px;
}

/* line 1, node_modules/choices.js/public/assets/styles/choices.min.css */
.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  margin: 0;
}

/* line 1, node_modules/choices.js/public/assets/styles/choices.min.css */
.choices[data-type*=select-one] .choices__button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: .25;
}

/* line 1, node_modules/choices.js/public/assets/styles/choices.min.css */
.choices[data-type*=select-one] .choices__button:focus, .choices[data-type*=select-one] .choices__button:hover {
  opacity: 1;
}

/* line 1, node_modules/choices.js/public/assets/styles/choices.min.css */
.choices[data-type*=select-one] .choices__button:focus {
  box-shadow: 0 0 0 2px #00bcd4;
}

/* line 1, node_modules/choices.js/public/assets/styles/choices.min.css */
.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button {
  display: none;
}

/* line 1, node_modules/choices.js/public/assets/styles/choices.min.css */
.choices[data-type*=select-one]::after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333 transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}

/* line 1, node_modules/choices.js/public/assets/styles/choices.min.css */
.choices.is-open[data-type*=select-one]::after {
  border-color: transparent transparent #333;
  margin-top: -7.5px;
}

/* line 1, node_modules/choices.js/public/assets/styles/choices.min.css */
.choices[data-type*=select-one][dir=rtl]::after {
  left: 11.5px;
  right: auto;
}

/* line 1, node_modules/choices.js/public/assets/styles/choices.min.css */
.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}

/* line 1, node_modules/choices.js/public/assets/styles/choices.min.css */
.choices[data-type*=select-multiple] .choices__inner, .choices[data-type*=text] .choices__inner {
  cursor: text;
}

/* line 1, node_modules/choices.js/public/assets/styles/choices.min.css */
.choices[data-type*=select-multiple] .choices__button, .choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin: -4px 0 8px;
  padding-left: 16px;
  border-left: 1px solid #008fa1;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: .75;
  border-radius: 0;
}

/* line 1, node_modules/choices.js/public/assets/styles/choices.min.css */
.choices[data-type*=select-multiple] .choices__button:focus, .choices[data-type*=select-multiple] .choices__button:hover, .choices[data-type*=text] .choices__button:focus, .choices[data-type*=text] .choices__button:hover {
  opacity: 1;
}

/* line 1, node_modules/choices.js/public/assets/styles/choices.min.css */
.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #ddd;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden;
}

/* line 1, node_modules/choices.js/public/assets/styles/choices.min.css */
.is-focused .choices__inner, .is-open .choices__inner {
  border-color: #b7b7b7;
}

/* line 1, node_modules/choices.js/public/assets/styles/choices.min.css */
.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}

/* line 1, node_modules/choices.js/public/assets/styles/choices.min.css */
.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}

/* line 1, node_modules/choices.js/public/assets/styles/choices.min.css */
.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

/* line 1, node_modules/choices.js/public/assets/styles/choices.min.css */
.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%;
}

/* line 1, node_modules/choices.js/public/assets/styles/choices.min.css */
[dir=rtl] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}

/* line 1, node_modules/choices.js/public/assets/styles/choices.min.css */
.choices__list--single .choices__item {
  width: 100%;
}

/* line 1, node_modules/choices.js/public/assets/styles/choices.min.css */
.choices__list--multiple {
  display: inline;
}

/* line 1, node_modules/choices.js/public/assets/styles/choices.min.css */
.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #00bcd4;
  border: 1px solid #00a5bb;
  color: #fff;
  word-break: break-all;
  box-sizing: border-box;
}

/* line 1, node_modules/choices.js/public/assets/styles/choices.min.css */
.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}

/* line 1, node_modules/choices.js/public/assets/styles/choices.min.css */
[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}

/* line 1, node_modules/choices.js/public/assets/styles/choices.min.css */
.choices__list--multiple .choices__item.is-highlighted {
  background-color: #00a5bb;
  border: 1px solid #008fa1;
}

/* line 1, node_modules/choices.js/public/assets/styles/choices.min.css */
.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaa;
  border: 1px solid #919191;
}

/* line 1, node_modules/choices.js/public/assets/styles/choices.min.css */
.choices__list--dropdown, .choices__list[aria-expanded] {
  visibility: hidden;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
  will-change: visibility;
}

/* line 1, node_modules/choices.js/public/assets/styles/choices.min.css */
.is-active.choices__list--dropdown, .is-active.choices__list[aria-expanded] {
  visibility: visible;
}

/* line 1, node_modules/choices.js/public/assets/styles/choices.min.css */
.is-open .choices__list--dropdown, .is-open .choices__list[aria-expanded] {
  border-color: #b7b7b7;
}

/* line 1, node_modules/choices.js/public/assets/styles/choices.min.css */
.is-flipped .choices__list--dropdown, .is-flipped .choices__list[aria-expanded] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: .25rem .25rem 0 0;
}

/* line 1, node_modules/choices.js/public/assets/styles/choices.min.css */
.choices__list--dropdown .choices__list, .choices__list[aria-expanded] .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}

/* line 1, node_modules/choices.js/public/assets/styles/choices.min.css */
.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px;
}

/* line 1, node_modules/choices.js/public/assets/styles/choices.min.css */
[dir=rtl] .choices__list--dropdown .choices__item, [dir=rtl] .choices__list[aria-expanded] .choices__item {
  text-align: right;
}

@media (min-width: 640px) {
  /* line 1, node_modules/choices.js/public/assets/styles/choices.min.css */
  .choices__list--dropdown .choices__item--selectable, .choices__list[aria-expanded] .choices__item--selectable {
    padding-right: 100px;
  }
  /* line 1, node_modules/choices.js/public/assets/styles/choices.min.css */
  .choices__list--dropdown .choices__item--selectable::after, .choices__list[aria-expanded] .choices__item--selectable::after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  /* line 1, node_modules/choices.js/public/assets/styles/choices.min.css */
  [dir=rtl] .choices__list--dropdown .choices__item--selectable, [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }
  /* line 1, node_modules/choices.js/public/assets/styles/choices.min.css */
  [dir=rtl] .choices__list--dropdown .choices__item--selectable::after, [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable::after {
    right: auto;
    left: 10px;
  }
}

/* line 1, node_modules/choices.js/public/assets/styles/choices.min.css */
.choices__list--dropdown .choices__item--selectable.is-highlighted, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2;
}

/* line 1, node_modules/choices.js/public/assets/styles/choices.min.css */
.choices__list--dropdown .choices__item--selectable.is-highlighted::after, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
  opacity: .5;
}

/* line 1, node_modules/choices.js/public/assets/styles/choices.min.css */
.choices__item {
  cursor: default;
}

/* line 1, node_modules/choices.js/public/assets/styles/choices.min.css */
.choices__item--selectable {
  cursor: pointer;
}

/* line 1, node_modules/choices.js/public/assets/styles/choices.min.css */
.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
  user-select: none;
  opacity: .5;
}

/* line 1, node_modules/choices.js/public/assets/styles/choices.min.css */
.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray;
}

/* line 1, node_modules/choices.js/public/assets/styles/choices.min.css */
.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

/* line 1, node_modules/choices.js/public/assets/styles/choices.min.css */
.choices__button:focus, .choices__input:focus {
  outline: 0;
}

/* line 1, node_modules/choices.js/public/assets/styles/choices.min.css */
.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}

/* line 1, node_modules/choices.js/public/assets/styles/choices.min.css */
.choices__input::-webkit-search-cancel-button, .choices__input::-webkit-search-decoration, .choices__input::-webkit-search-results-button, .choices__input::-webkit-search-results-decoration {
  display: none;
}

/* line 1, node_modules/choices.js/public/assets/styles/choices.min.css */
.choices__input::-ms-clear, .choices__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* line 1, node_modules/choices.js/public/assets/styles/choices.min.css */
[dir=rtl] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}

/* line 1, node_modules/choices.js/public/assets/styles/choices.min.css */
.choices__placeholder {
  opacity: .5;
}

/*!
 * Quill Editor v2.0.3
 * https://quilljs.com
 * Copyright (c) 2017-2024, Slab
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
/* line 8, node_modules/quill/dist/quill.core.css */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0;
  position: relative;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-container:not(.ql-disabled) li[data-list=checked] > .ql-ui, .ql-container:not(.ql-disabled) li[data-list=unchecked] > .ql-ui {
  cursor: pointer;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-clipboard p {
  margin: 0;
  padding: 0;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor {
  box-sizing: border-box;
  counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor > * {
  cursor: text;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor p, .ql-editor ol, .ql-editor pre, .ql-editor blockquote, .ql-editor h1, .ql-editor .h1, .ql-editor h2, .ql-editor .h2, .ql-editor h3, .ql-editor .h3, .ql-editor h4, .ql-editor .h4, .ql-editor h5, .ql-editor .h5, .ql-editor h6, .ql-editor .h6 {
  margin: 0;
  padding: 0;
}

@supports (counter-set: none) {
  /* line 8, node_modules/quill/dist/quill.core.css */
  .ql-editor p, .ql-editor h1, .ql-editor .h1, .ql-editor h2, .ql-editor .h2, .ql-editor h3, .ql-editor .h3, .ql-editor h4, .ql-editor .h4, .ql-editor h5, .ql-editor .h5, .ql-editor h6, .ql-editor .h6 {
    counter-set: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}

@supports not (counter-set: none) {
  /* line 8, node_modules/quill/dist/quill.core.css */
  .ql-editor p, .ql-editor h1, .ql-editor .h1, .ql-editor h2, .ql-editor .h2, .ql-editor h3, .ql-editor .h3, .ql-editor h4, .ql-editor .h4, .ql-editor h5, .ql-editor .h5, .ql-editor h6, .ql-editor .h6 {
    counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor table {
  border-collapse: collapse;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor td {
  border: 1px solid #000;
  padding: 2px 5px;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor ol {
  padding-left: 1.5em;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor li {
  list-style-type: none;
  padding-left: 1.5em;
  position: relative;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor li > .ql-ui:before {
  display: inline-block;
  margin-left: -1.5em;
  margin-right: .3em;
  text-align: right;
  white-space: nowrap;
  width: 1.2em;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor li[data-list=checked] > .ql-ui, .ql-editor li[data-list=unchecked] > .ql-ui {
  color: #777;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor li[data-list=bullet] > .ql-ui:before {
  content: '\2022';
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor li[data-list=checked] > .ql-ui:before {
  content: '\2611';
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor li[data-list=unchecked] > .ql-ui:before {
  content: '\2610';
}

@supports (counter-set: none) {
  /* line 8, node_modules/quill/dist/quill.core.css */
  .ql-editor li[data-list] {
    counter-set: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}

@supports not (counter-set: none) {
  /* line 8, node_modules/quill/dist/quill.core.css */
  .ql-editor li[data-list] {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor li[data-list=ordered] {
  counter-increment: list-0;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor li[data-list=ordered] > .ql-ui:before {
  content: counter(list-0, decimal) ". ";
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor li.ql-indent-1[data-list=ordered] {
  counter-increment: list-1;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor li.ql-indent-1[data-list=ordered] > .ql-ui:before {
  content: counter(list-1, lower-alpha) ". ";
}

@supports (counter-set: none) {
  /* line 8, node_modules/quill/dist/quill.core.css */
  .ql-editor li.ql-indent-1[data-list] {
    counter-set: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}

@supports not (counter-set: none) {
  /* line 8, node_modules/quill/dist/quill.core.css */
  .ql-editor li.ql-indent-1[data-list] {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor li.ql-indent-2[data-list=ordered] {
  counter-increment: list-2;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor li.ql-indent-2[data-list=ordered] > .ql-ui:before {
  content: counter(list-2, lower-roman) ". ";
}

@supports (counter-set: none) {
  /* line 8, node_modules/quill/dist/quill.core.css */
  .ql-editor li.ql-indent-2[data-list] {
    counter-set: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}

@supports not (counter-set: none) {
  /* line 8, node_modules/quill/dist/quill.core.css */
  .ql-editor li.ql-indent-2[data-list] {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor li.ql-indent-3[data-list=ordered] {
  counter-increment: list-3;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor li.ql-indent-3[data-list=ordered] > .ql-ui:before {
  content: counter(list-3, decimal) ". ";
}

@supports (counter-set: none) {
  /* line 8, node_modules/quill/dist/quill.core.css */
  .ql-editor li.ql-indent-3[data-list] {
    counter-set: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}

@supports not (counter-set: none) {
  /* line 8, node_modules/quill/dist/quill.core.css */
  .ql-editor li.ql-indent-3[data-list] {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor li.ql-indent-4[data-list=ordered] {
  counter-increment: list-4;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor li.ql-indent-4[data-list=ordered] > .ql-ui:before {
  content: counter(list-4, lower-alpha) ". ";
}

@supports (counter-set: none) {
  /* line 8, node_modules/quill/dist/quill.core.css */
  .ql-editor li.ql-indent-4[data-list] {
    counter-set: list-5 list-6 list-7 list-8 list-9;
  }
}

@supports not (counter-set: none) {
  /* line 8, node_modules/quill/dist/quill.core.css */
  .ql-editor li.ql-indent-4[data-list] {
    counter-reset: list-5 list-6 list-7 list-8 list-9;
  }
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor li.ql-indent-5[data-list=ordered] {
  counter-increment: list-5;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor li.ql-indent-5[data-list=ordered] > .ql-ui:before {
  content: counter(list-5, lower-roman) ". ";
}

@supports (counter-set: none) {
  /* line 8, node_modules/quill/dist/quill.core.css */
  .ql-editor li.ql-indent-5[data-list] {
    counter-set: list-6 list-7 list-8 list-9;
  }
}

@supports not (counter-set: none) {
  /* line 8, node_modules/quill/dist/quill.core.css */
  .ql-editor li.ql-indent-5[data-list] {
    counter-reset: list-6 list-7 list-8 list-9;
  }
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor li.ql-indent-6[data-list=ordered] {
  counter-increment: list-6;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor li.ql-indent-6[data-list=ordered] > .ql-ui:before {
  content: counter(list-6, decimal) ". ";
}

@supports (counter-set: none) {
  /* line 8, node_modules/quill/dist/quill.core.css */
  .ql-editor li.ql-indent-6[data-list] {
    counter-set: list-7 list-8 list-9;
  }
}

@supports not (counter-set: none) {
  /* line 8, node_modules/quill/dist/quill.core.css */
  .ql-editor li.ql-indent-6[data-list] {
    counter-reset: list-7 list-8 list-9;
  }
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor li.ql-indent-7[data-list=ordered] {
  counter-increment: list-7;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor li.ql-indent-7[data-list=ordered] > .ql-ui:before {
  content: counter(list-7, lower-alpha) ". ";
}

@supports (counter-set: none) {
  /* line 8, node_modules/quill/dist/quill.core.css */
  .ql-editor li.ql-indent-7[data-list] {
    counter-set: list-8 list-9;
  }
}

@supports not (counter-set: none) {
  /* line 8, node_modules/quill/dist/quill.core.css */
  .ql-editor li.ql-indent-7[data-list] {
    counter-reset: list-8 list-9;
  }
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor li.ql-indent-8[data-list=ordered] {
  counter-increment: list-8;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor li.ql-indent-8[data-list=ordered] > .ql-ui:before {
  content: counter(list-8, lower-roman) ". ";
}

@supports (counter-set: none) {
  /* line 8, node_modules/quill/dist/quill.core.css */
  .ql-editor li.ql-indent-8[data-list] {
    counter-set: list-9;
  }
}

@supports not (counter-set: none) {
  /* line 8, node_modules/quill/dist/quill.core.css */
  .ql-editor li.ql-indent-8[data-list] {
    counter-reset: list-9;
  }
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor li.ql-indent-9[data-list=ordered] {
  counter-increment: list-9;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor li.ql-indent-9[data-list=ordered] > .ql-ui:before {
  content: counter(list-9, decimal) ". ";
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor li.ql-direction-rtl {
  padding-right: 1.5em;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor li.ql-direction-rtl > .ql-ui:before {
  margin-left: .3em;
  margin-right: -1.5em;
  text-align: left;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor table {
  table-layout: fixed;
  width: 100%;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor table td {
  outline: none;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor .ql-code-block-container {
  font-family: monospace;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor .ql-bg-black {
  background-color: #000;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor .ql-bg-red {
  background-color: #e60000;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor .ql-bg-orange {
  background-color: #f90;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor .ql-bg-green {
  background-color: #008a00;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor .ql-bg-blue {
  background-color: #06c;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor .ql-bg-purple {
  background-color: #93f;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor .ql-color-white {
  color: #fff;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor .ql-color-red {
  color: #e60000;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor .ql-color-orange {
  color: #f90;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor .ql-color-yellow {
  color: #ff0;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor .ql-color-green {
  color: #008a00;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor .ql-color-blue {
  color: #06c;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor .ql-color-purple {
  color: #93f;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor .ql-font-serif {
  font-family: Georgia,Times New Roman,serif;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor .ql-font-monospace {
  font-family: Monaco,Courier New,monospace;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor .ql-size-small {
  font-size: .75em;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor .ql-size-large {
  font-size: 1.5em;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor .ql-align-center {
  text-align: center;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor .ql-align-justify {
  text-align: justify;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor .ql-align-right {
  text-align: right;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor .ql-ui {
  position: absolute;
}

/* line 8, node_modules/quill/dist/quill.core.css */
.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}

/*# sourceMappingURL=quill.core.css.map*/
/*!
 * Quill Editor v2.0.3
 * https://quilljs.com
 * Copyright (c) 2017-2024, Slab
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0;
  position: relative;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-container:not(.ql-disabled) li[data-list=checked] > .ql-ui, .ql-container:not(.ql-disabled) li[data-list=unchecked] > .ql-ui {
  cursor: pointer;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-clipboard p {
  margin: 0;
  padding: 0;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor {
  box-sizing: border-box;
  counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor > * {
  cursor: text;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor p, .ql-editor ol, .ql-editor pre, .ql-editor blockquote, .ql-editor h1, .ql-editor .h1, .ql-editor h2, .ql-editor .h2, .ql-editor h3, .ql-editor .h3, .ql-editor h4, .ql-editor .h4, .ql-editor h5, .ql-editor .h5, .ql-editor h6, .ql-editor .h6 {
  margin: 0;
  padding: 0;
}

@supports (counter-set: none) {
  /* line 8, node_modules/quill/dist/quill.bubble.css */
  .ql-editor p, .ql-editor h1, .ql-editor .h1, .ql-editor h2, .ql-editor .h2, .ql-editor h3, .ql-editor .h3, .ql-editor h4, .ql-editor .h4, .ql-editor h5, .ql-editor .h5, .ql-editor h6, .ql-editor .h6 {
    counter-set: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}

@supports not (counter-set: none) {
  /* line 8, node_modules/quill/dist/quill.bubble.css */
  .ql-editor p, .ql-editor h1, .ql-editor .h1, .ql-editor h2, .ql-editor .h2, .ql-editor h3, .ql-editor .h3, .ql-editor h4, .ql-editor .h4, .ql-editor h5, .ql-editor .h5, .ql-editor h6, .ql-editor .h6 {
    counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor table {
  border-collapse: collapse;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor td {
  border: 1px solid #000;
  padding: 2px 5px;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor ol {
  padding-left: 1.5em;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor li {
  list-style-type: none;
  padding-left: 1.5em;
  position: relative;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor li > .ql-ui:before {
  display: inline-block;
  margin-left: -1.5em;
  margin-right: .3em;
  text-align: right;
  white-space: nowrap;
  width: 1.2em;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor li[data-list=checked] > .ql-ui, .ql-editor li[data-list=unchecked] > .ql-ui {
  color: #777;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor li[data-list=bullet] > .ql-ui:before {
  content: '\2022';
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor li[data-list=checked] > .ql-ui:before {
  content: '\2611';
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor li[data-list=unchecked] > .ql-ui:before {
  content: '\2610';
}

@supports (counter-set: none) {
  /* line 8, node_modules/quill/dist/quill.bubble.css */
  .ql-editor li[data-list] {
    counter-set: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}

@supports not (counter-set: none) {
  /* line 8, node_modules/quill/dist/quill.bubble.css */
  .ql-editor li[data-list] {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor li[data-list=ordered] {
  counter-increment: list-0;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor li[data-list=ordered] > .ql-ui:before {
  content: counter(list-0, decimal) ". ";
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor li.ql-indent-1[data-list=ordered] {
  counter-increment: list-1;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor li.ql-indent-1[data-list=ordered] > .ql-ui:before {
  content: counter(list-1, lower-alpha) ". ";
}

@supports (counter-set: none) {
  /* line 8, node_modules/quill/dist/quill.bubble.css */
  .ql-editor li.ql-indent-1[data-list] {
    counter-set: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}

@supports not (counter-set: none) {
  /* line 8, node_modules/quill/dist/quill.bubble.css */
  .ql-editor li.ql-indent-1[data-list] {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor li.ql-indent-2[data-list=ordered] {
  counter-increment: list-2;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor li.ql-indent-2[data-list=ordered] > .ql-ui:before {
  content: counter(list-2, lower-roman) ". ";
}

@supports (counter-set: none) {
  /* line 8, node_modules/quill/dist/quill.bubble.css */
  .ql-editor li.ql-indent-2[data-list] {
    counter-set: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}

@supports not (counter-set: none) {
  /* line 8, node_modules/quill/dist/quill.bubble.css */
  .ql-editor li.ql-indent-2[data-list] {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor li.ql-indent-3[data-list=ordered] {
  counter-increment: list-3;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor li.ql-indent-3[data-list=ordered] > .ql-ui:before {
  content: counter(list-3, decimal) ". ";
}

@supports (counter-set: none) {
  /* line 8, node_modules/quill/dist/quill.bubble.css */
  .ql-editor li.ql-indent-3[data-list] {
    counter-set: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}

@supports not (counter-set: none) {
  /* line 8, node_modules/quill/dist/quill.bubble.css */
  .ql-editor li.ql-indent-3[data-list] {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor li.ql-indent-4[data-list=ordered] {
  counter-increment: list-4;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor li.ql-indent-4[data-list=ordered] > .ql-ui:before {
  content: counter(list-4, lower-alpha) ". ";
}

@supports (counter-set: none) {
  /* line 8, node_modules/quill/dist/quill.bubble.css */
  .ql-editor li.ql-indent-4[data-list] {
    counter-set: list-5 list-6 list-7 list-8 list-9;
  }
}

@supports not (counter-set: none) {
  /* line 8, node_modules/quill/dist/quill.bubble.css */
  .ql-editor li.ql-indent-4[data-list] {
    counter-reset: list-5 list-6 list-7 list-8 list-9;
  }
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor li.ql-indent-5[data-list=ordered] {
  counter-increment: list-5;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor li.ql-indent-5[data-list=ordered] > .ql-ui:before {
  content: counter(list-5, lower-roman) ". ";
}

@supports (counter-set: none) {
  /* line 8, node_modules/quill/dist/quill.bubble.css */
  .ql-editor li.ql-indent-5[data-list] {
    counter-set: list-6 list-7 list-8 list-9;
  }
}

@supports not (counter-set: none) {
  /* line 8, node_modules/quill/dist/quill.bubble.css */
  .ql-editor li.ql-indent-5[data-list] {
    counter-reset: list-6 list-7 list-8 list-9;
  }
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor li.ql-indent-6[data-list=ordered] {
  counter-increment: list-6;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor li.ql-indent-6[data-list=ordered] > .ql-ui:before {
  content: counter(list-6, decimal) ". ";
}

@supports (counter-set: none) {
  /* line 8, node_modules/quill/dist/quill.bubble.css */
  .ql-editor li.ql-indent-6[data-list] {
    counter-set: list-7 list-8 list-9;
  }
}

@supports not (counter-set: none) {
  /* line 8, node_modules/quill/dist/quill.bubble.css */
  .ql-editor li.ql-indent-6[data-list] {
    counter-reset: list-7 list-8 list-9;
  }
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor li.ql-indent-7[data-list=ordered] {
  counter-increment: list-7;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor li.ql-indent-7[data-list=ordered] > .ql-ui:before {
  content: counter(list-7, lower-alpha) ". ";
}

@supports (counter-set: none) {
  /* line 8, node_modules/quill/dist/quill.bubble.css */
  .ql-editor li.ql-indent-7[data-list] {
    counter-set: list-8 list-9;
  }
}

@supports not (counter-set: none) {
  /* line 8, node_modules/quill/dist/quill.bubble.css */
  .ql-editor li.ql-indent-7[data-list] {
    counter-reset: list-8 list-9;
  }
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor li.ql-indent-8[data-list=ordered] {
  counter-increment: list-8;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor li.ql-indent-8[data-list=ordered] > .ql-ui:before {
  content: counter(list-8, lower-roman) ". ";
}

@supports (counter-set: none) {
  /* line 8, node_modules/quill/dist/quill.bubble.css */
  .ql-editor li.ql-indent-8[data-list] {
    counter-set: list-9;
  }
}

@supports not (counter-set: none) {
  /* line 8, node_modules/quill/dist/quill.bubble.css */
  .ql-editor li.ql-indent-8[data-list] {
    counter-reset: list-9;
  }
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor li.ql-indent-9[data-list=ordered] {
  counter-increment: list-9;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor li.ql-indent-9[data-list=ordered] > .ql-ui:before {
  content: counter(list-9, decimal) ". ";
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor li.ql-direction-rtl {
  padding-right: 1.5em;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor li.ql-direction-rtl > .ql-ui:before {
  margin-left: .3em;
  margin-right: -1.5em;
  text-align: left;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor table {
  table-layout: fixed;
  width: 100%;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor table td {
  outline: none;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor .ql-code-block-container {
  font-family: monospace;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor .ql-bg-black {
  background-color: #000;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor .ql-bg-red {
  background-color: #e60000;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor .ql-bg-orange {
  background-color: #f90;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor .ql-bg-green {
  background-color: #008a00;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor .ql-bg-blue {
  background-color: #06c;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor .ql-bg-purple {
  background-color: #93f;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor .ql-color-white {
  color: #fff;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor .ql-color-red {
  color: #e60000;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor .ql-color-orange {
  color: #f90;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor .ql-color-yellow {
  color: #ff0;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor .ql-color-green {
  color: #008a00;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor .ql-color-blue {
  color: #06c;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor .ql-color-purple {
  color: #93f;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor .ql-font-serif {
  font-family: Georgia,Times New Roman,serif;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor .ql-font-monospace {
  font-family: Monaco,Courier New,monospace;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor .ql-size-small {
  font-size: .75em;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor .ql-size-large {
  font-size: 1.5em;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor .ql-align-center {
  text-align: center;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor .ql-align-justify {
  text-align: justify;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor .ql-align-right {
  text-align: right;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor .ql-ui {
  position: absolute;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble.ql-toolbar:after, .ql-bubble .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble.ql-toolbar button, .ql-bubble .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble.ql-toolbar button svg, .ql-bubble .ql-toolbar button svg {
  float: left;
  height: 100%;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble.ql-toolbar button:active:hover, .ql-bubble .ql-toolbar button:active:hover {
  outline: none;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble.ql-toolbar input.ql-image[type=file], .ql-bubble .ql-toolbar input.ql-image[type=file] {
  display: none;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble.ql-toolbar button:hover, .ql-bubble .ql-toolbar button:hover, .ql-bubble.ql-toolbar button:focus, .ql-bubble .ql-toolbar button:focus, .ql-bubble.ql-toolbar button.ql-active, .ql-bubble .ql-toolbar button.ql-active, .ql-bubble.ql-toolbar .ql-picker-label:hover, .ql-bubble .ql-toolbar .ql-picker-label:hover, .ql-bubble.ql-toolbar .ql-picker-label.ql-active, .ql-bubble .ql-toolbar .ql-picker-label.ql-active, .ql-bubble.ql-toolbar .ql-picker-item:hover, .ql-bubble .ql-toolbar .ql-picker-item:hover, .ql-bubble.ql-toolbar .ql-picker-item.ql-selected, .ql-bubble .ql-toolbar .ql-picker-item.ql-selected {
  color: #fff;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble.ql-toolbar button:hover .ql-fill, .ql-bubble .ql-toolbar button:hover .ql-fill, .ql-bubble.ql-toolbar button:focus .ql-fill, .ql-bubble .ql-toolbar button:focus .ql-fill, .ql-bubble.ql-toolbar button.ql-active .ql-fill, .ql-bubble .ql-toolbar button.ql-active .ql-fill, .ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill, .ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill, .ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill, .ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill, .ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill, .ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill, .ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill, .ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill, .ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill, .ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill, .ql-bubble.ql-toolbar button:focus .ql-stroke.ql-fill, .ql-bubble .ql-toolbar button:focus .ql-stroke.ql-fill, .ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill, .ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill, .ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill, .ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill, .ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill, .ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill, .ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill, .ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill, .ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill, .ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #fff;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble.ql-toolbar button:hover .ql-stroke, .ql-bubble .ql-toolbar button:hover .ql-stroke, .ql-bubble.ql-toolbar button:focus .ql-stroke, .ql-bubble .ql-toolbar button:focus .ql-stroke, .ql-bubble.ql-toolbar button.ql-active .ql-stroke, .ql-bubble .ql-toolbar button.ql-active .ql-stroke, .ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke, .ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke, .ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke, .ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke, .ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke, .ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke, .ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke, .ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke, .ql-bubble.ql-toolbar button:hover .ql-stroke-miter, .ql-bubble .ql-toolbar button:hover .ql-stroke-miter, .ql-bubble.ql-toolbar button:focus .ql-stroke-miter, .ql-bubble .ql-toolbar button:focus .ql-stroke-miter, .ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter, .ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter, .ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter, .ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter, .ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, .ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, .ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter, .ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter, .ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter, .ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #fff;
}

@media (pointer: coarse) {
  /* line 8, node_modules/quill/dist/quill.bubble.css */
  .ql-bubble.ql-toolbar button:hover:not(.ql-active), .ql-bubble .ql-toolbar button:hover:not(.ql-active) {
    color: #ccc;
  }
  /* line 8, node_modules/quill/dist/quill.bubble.css */
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill, .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill, .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill, .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #ccc;
  }
  /* line 8, node_modules/quill/dist/quill.bubble.css */
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke, .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke, .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter, .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #ccc;
  }
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble {
  box-sizing: border-box;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble * {
  box-sizing: border-box;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-hidden {
  display: none;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-out-bottom, .ql-bubble .ql-out-top {
  visibility: hidden;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-formats {
  display: inline-block;
  vertical-align: middle;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-stroke {
  fill: none;
  stroke: #ccc;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-stroke-miter {
  fill: none;
  stroke: #ccc;
  stroke-miterlimit: 10;
  stroke-width: 2;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-fill, .ql-bubble .ql-stroke.ql-fill {
  fill: #ccc;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-empty {
  fill: none;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-even {
  fill-rule: evenodd;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-thin, .ql-bubble .ql-stroke.ql-thin {
  stroke-width: 1;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-transparent {
  opacity: .4;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-direction svg:last-child {
  display: none;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-direction.ql-active svg:last-child {
  display: inline;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-direction.ql-active svg:first-child {
  display: none;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-editor h1, .ql-bubble .ql-editor .h1 {
  font-size: 2em;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-editor h2, .ql-bubble .ql-editor .h2 {
  font-size: 1.5em;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-editor h3, .ql-bubble .ql-editor .h3 {
  font-size: 1.17em;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-editor h4, .ql-bubble .ql-editor .h4 {
  font-size: 1em;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-editor h5, .ql-bubble .ql-editor .h5 {
  font-size: .83em;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-editor h6, .ql-bubble .ql-editor .h6 {
  font-size: .67em;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-editor a {
  text-decoration: underline;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-editor code, .ql-bubble .ql-editor .ql-code-block-container {
  background-color: #f0f0f0;
  border-radius: 3px;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-editor .ql-code-block-container {
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-editor .ql-code-block-container {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-editor img {
  max-width: 100%;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-picker {
  color: #ccc;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-picker-options {
  background-color: #444;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-picker.ql-expanded .ql-picker-label {
  color: #777;
  z-index: 2;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #777;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #777;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-color-picker, .ql-bubble .ql-icon-picker {
  width: 28px;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-color-picker .ql-picker-label, .ql-bubble .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-color-picker .ql-picker-label svg, .ql-bubble .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-icon-picker .ql-picker-options {
  padding: 4px 0;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0;
  width: 16px;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before, .ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before, .ql-bubble .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before, .ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before, .ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before, .ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-picker.ql-header {
  width: 98px;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-picker.ql-header .ql-picker-label::before, .ql-bubble .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]::before, .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]::before, .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]::before, .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]::before, .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]::before, .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]::before, .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: .83em;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: .67em;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-picker.ql-font {
  width: 108px;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-picker.ql-font .ql-picker-label::before, .ql-bubble .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=serif]::before, .ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before, .ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia,Times New Roman,serif;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco,Courier New,monospace;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-picker.ql-size {
  width: 98px;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-picker.ql-size .ql-picker-label::before, .ql-bubble .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=small]::before, .ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=large]::before, .ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=huge]::before, .ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-code-block-container {
  position: relative;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-code-block-container .ql-ui {
  right: 5px;
  top: 5px;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-toolbar .ql-formats {
  margin: 8px 12px 8px 0;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-toolbar .ql-formats:first-child {
  margin-left: 12px;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-color-picker svg {
  margin: 1px;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-color-picker .ql-picker-item.ql-selected, .ql-bubble .ql-color-picker .ql-picker-item:hover {
  border-color: #fff;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-tooltip {
  background-color: #444;
  border-radius: 25px;
  color: #fff;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-tooltip-arrow {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: " ";
  display: block;
  left: 50%;
  margin-left: -6px;
  position: absolute;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow {
  border-bottom: 6px solid #444;
  top: -6px;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow {
  border-top: 6px solid #444;
  bottom: -6px;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-tooltip.ql-editing .ql-tooltip-editor {
  display: block;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-tooltip.ql-editing .ql-formats {
  visibility: hidden;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-tooltip-editor {
  display: none;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-tooltip-editor input[type=text] {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 13px;
  height: 100%;
  outline: none;
  padding: 10px 20px;
  position: absolute;
  width: 100%;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-tooltip-editor a {
  top: 10px;
  position: absolute;
  right: 20px;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-bubble .ql-tooltip-editor a:before {
  color: #ccc;
  content: "\00D7";
  font-size: 16px;
  font-weight: bold;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close) {
  position: relative;
  white-space: nowrap;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close)::before {
  background-color: #444;
  border-radius: 15px;
  top: -5px;
  font-size: 12px;
  color: #fff;
  content: attr(href);
  font-weight: normal;
  overflow: hidden;
  padding: 5px 15px;
  text-decoration: none;
  z-index: 1;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close)::after {
  border-top: 6px solid #444;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  top: 0;
  content: " ";
  height: 0;
  width: 0;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close)::before, .ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close)::after {
  left: 0;
  margin-left: 50%;
  position: absolute;
  transform: translate(-50%, -100%);
  transition: visibility 0s ease 200ms;
  visibility: hidden;
}

/* line 8, node_modules/quill/dist/quill.bubble.css */
.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close):hover::before, .ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close):hover::after {
  visibility: visible;
}

/*# sourceMappingURL=quill.bubble.css.map*/
/*!
 * Quill Editor v2.0.3
 * https://quilljs.com
 * Copyright (c) 2017-2024, Slab
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0;
  position: relative;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-container:not(.ql-disabled) li[data-list=checked] > .ql-ui, .ql-container:not(.ql-disabled) li[data-list=unchecked] > .ql-ui {
  cursor: pointer;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-clipboard p {
  margin: 0;
  padding: 0;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor {
  box-sizing: border-box;
  counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor > * {
  cursor: text;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor p, .ql-editor ol, .ql-editor pre, .ql-editor blockquote, .ql-editor h1, .ql-editor .h1, .ql-editor h2, .ql-editor .h2, .ql-editor h3, .ql-editor .h3, .ql-editor h4, .ql-editor .h4, .ql-editor h5, .ql-editor .h5, .ql-editor h6, .ql-editor .h6 {
  margin: 0;
  padding: 0;
}

@supports (counter-set: none) {
  /* line 8, node_modules/quill/dist/quill.snow.css */
  .ql-editor p, .ql-editor h1, .ql-editor .h1, .ql-editor h2, .ql-editor .h2, .ql-editor h3, .ql-editor .h3, .ql-editor h4, .ql-editor .h4, .ql-editor h5, .ql-editor .h5, .ql-editor h6, .ql-editor .h6 {
    counter-set: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}

@supports not (counter-set: none) {
  /* line 8, node_modules/quill/dist/quill.snow.css */
  .ql-editor p, .ql-editor h1, .ql-editor .h1, .ql-editor h2, .ql-editor .h2, .ql-editor h3, .ql-editor .h3, .ql-editor h4, .ql-editor .h4, .ql-editor h5, .ql-editor .h5, .ql-editor h6, .ql-editor .h6 {
    counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor table {
  border-collapse: collapse;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor td {
  border: 1px solid #000;
  padding: 2px 5px;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor ol {
  padding-left: 1.5em;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor li {
  list-style-type: none;
  padding-left: 1.5em;
  position: relative;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor li > .ql-ui:before {
  display: inline-block;
  margin-left: -1.5em;
  margin-right: .3em;
  text-align: right;
  white-space: nowrap;
  width: 1.2em;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor li[data-list=checked] > .ql-ui, .ql-editor li[data-list=unchecked] > .ql-ui {
  color: #777;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor li[data-list=bullet] > .ql-ui:before {
  content: '\2022';
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor li[data-list=checked] > .ql-ui:before {
  content: '\2611';
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor li[data-list=unchecked] > .ql-ui:before {
  content: '\2610';
}

@supports (counter-set: none) {
  /* line 8, node_modules/quill/dist/quill.snow.css */
  .ql-editor li[data-list] {
    counter-set: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}

@supports not (counter-set: none) {
  /* line 8, node_modules/quill/dist/quill.snow.css */
  .ql-editor li[data-list] {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor li[data-list=ordered] {
  counter-increment: list-0;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor li[data-list=ordered] > .ql-ui:before {
  content: counter(list-0, decimal) ". ";
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor li.ql-indent-1[data-list=ordered] {
  counter-increment: list-1;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor li.ql-indent-1[data-list=ordered] > .ql-ui:before {
  content: counter(list-1, lower-alpha) ". ";
}

@supports (counter-set: none) {
  /* line 8, node_modules/quill/dist/quill.snow.css */
  .ql-editor li.ql-indent-1[data-list] {
    counter-set: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}

@supports not (counter-set: none) {
  /* line 8, node_modules/quill/dist/quill.snow.css */
  .ql-editor li.ql-indent-1[data-list] {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor li.ql-indent-2[data-list=ordered] {
  counter-increment: list-2;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor li.ql-indent-2[data-list=ordered] > .ql-ui:before {
  content: counter(list-2, lower-roman) ". ";
}

@supports (counter-set: none) {
  /* line 8, node_modules/quill/dist/quill.snow.css */
  .ql-editor li.ql-indent-2[data-list] {
    counter-set: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}

@supports not (counter-set: none) {
  /* line 8, node_modules/quill/dist/quill.snow.css */
  .ql-editor li.ql-indent-2[data-list] {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor li.ql-indent-3[data-list=ordered] {
  counter-increment: list-3;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor li.ql-indent-3[data-list=ordered] > .ql-ui:before {
  content: counter(list-3, decimal) ". ";
}

@supports (counter-set: none) {
  /* line 8, node_modules/quill/dist/quill.snow.css */
  .ql-editor li.ql-indent-3[data-list] {
    counter-set: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}

@supports not (counter-set: none) {
  /* line 8, node_modules/quill/dist/quill.snow.css */
  .ql-editor li.ql-indent-3[data-list] {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor li.ql-indent-4[data-list=ordered] {
  counter-increment: list-4;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor li.ql-indent-4[data-list=ordered] > .ql-ui:before {
  content: counter(list-4, lower-alpha) ". ";
}

@supports (counter-set: none) {
  /* line 8, node_modules/quill/dist/quill.snow.css */
  .ql-editor li.ql-indent-4[data-list] {
    counter-set: list-5 list-6 list-7 list-8 list-9;
  }
}

@supports not (counter-set: none) {
  /* line 8, node_modules/quill/dist/quill.snow.css */
  .ql-editor li.ql-indent-4[data-list] {
    counter-reset: list-5 list-6 list-7 list-8 list-9;
  }
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor li.ql-indent-5[data-list=ordered] {
  counter-increment: list-5;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor li.ql-indent-5[data-list=ordered] > .ql-ui:before {
  content: counter(list-5, lower-roman) ". ";
}

@supports (counter-set: none) {
  /* line 8, node_modules/quill/dist/quill.snow.css */
  .ql-editor li.ql-indent-5[data-list] {
    counter-set: list-6 list-7 list-8 list-9;
  }
}

@supports not (counter-set: none) {
  /* line 8, node_modules/quill/dist/quill.snow.css */
  .ql-editor li.ql-indent-5[data-list] {
    counter-reset: list-6 list-7 list-8 list-9;
  }
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor li.ql-indent-6[data-list=ordered] {
  counter-increment: list-6;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor li.ql-indent-6[data-list=ordered] > .ql-ui:before {
  content: counter(list-6, decimal) ". ";
}

@supports (counter-set: none) {
  /* line 8, node_modules/quill/dist/quill.snow.css */
  .ql-editor li.ql-indent-6[data-list] {
    counter-set: list-7 list-8 list-9;
  }
}

@supports not (counter-set: none) {
  /* line 8, node_modules/quill/dist/quill.snow.css */
  .ql-editor li.ql-indent-6[data-list] {
    counter-reset: list-7 list-8 list-9;
  }
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor li.ql-indent-7[data-list=ordered] {
  counter-increment: list-7;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor li.ql-indent-7[data-list=ordered] > .ql-ui:before {
  content: counter(list-7, lower-alpha) ". ";
}

@supports (counter-set: none) {
  /* line 8, node_modules/quill/dist/quill.snow.css */
  .ql-editor li.ql-indent-7[data-list] {
    counter-set: list-8 list-9;
  }
}

@supports not (counter-set: none) {
  /* line 8, node_modules/quill/dist/quill.snow.css */
  .ql-editor li.ql-indent-7[data-list] {
    counter-reset: list-8 list-9;
  }
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor li.ql-indent-8[data-list=ordered] {
  counter-increment: list-8;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor li.ql-indent-8[data-list=ordered] > .ql-ui:before {
  content: counter(list-8, lower-roman) ". ";
}

@supports (counter-set: none) {
  /* line 8, node_modules/quill/dist/quill.snow.css */
  .ql-editor li.ql-indent-8[data-list] {
    counter-set: list-9;
  }
}

@supports not (counter-set: none) {
  /* line 8, node_modules/quill/dist/quill.snow.css */
  .ql-editor li.ql-indent-8[data-list] {
    counter-reset: list-9;
  }
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor li.ql-indent-9[data-list=ordered] {
  counter-increment: list-9;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor li.ql-indent-9[data-list=ordered] > .ql-ui:before {
  content: counter(list-9, decimal) ". ";
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor li.ql-direction-rtl {
  padding-right: 1.5em;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor li.ql-direction-rtl > .ql-ui:before {
  margin-left: .3em;
  margin-right: -1.5em;
  text-align: left;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor table {
  table-layout: fixed;
  width: 100%;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor table td {
  outline: none;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-code-block-container {
  font-family: monospace;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-bg-black {
  background-color: #000;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-bg-red {
  background-color: #e60000;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-bg-orange {
  background-color: #f90;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-bg-green {
  background-color: #008a00;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-bg-blue {
  background-color: #06c;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-bg-purple {
  background-color: #93f;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-color-white {
  color: #fff;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-color-red {
  color: #e60000;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-color-orange {
  color: #f90;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-color-yellow {
  color: #ff0;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-color-green {
  color: #008a00;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-color-blue {
  color: #06c;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-color-purple {
  color: #93f;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-font-serif {
  font-family: Georgia,Times New Roman,serif;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-font-monospace {
  font-family: Monaco,Courier New,monospace;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-size-small {
  font-size: .75em;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-size-large {
  font-size: 1.5em;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-align-center {
  text-align: center;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-align-justify {
  text-align: justify;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-align-right {
  text-align: right;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor .ql-ui {
  position: absolute;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow.ql-toolbar:after, .ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow.ql-toolbar button, .ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow.ql-toolbar button svg, .ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow.ql-toolbar button:active:hover, .ql-snow .ql-toolbar button:active:hover {
  outline: none;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow.ql-toolbar input.ql-image[type=file], .ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow.ql-toolbar button:hover, .ql-snow .ql-toolbar button:hover, .ql-snow.ql-toolbar button:focus, .ql-snow .ql-toolbar button:focus, .ql-snow.ql-toolbar button.ql-active, .ql-snow .ql-toolbar button.ql-active, .ql-snow.ql-toolbar .ql-picker-label:hover, .ql-snow .ql-toolbar .ql-picker-label:hover, .ql-snow.ql-toolbar .ql-picker-label.ql-active, .ql-snow .ql-toolbar .ql-picker-label.ql-active, .ql-snow.ql-toolbar .ql-picker-item:hover, .ql-snow .ql-toolbar .ql-picker-item:hover, .ql-snow.ql-toolbar .ql-picker-item.ql-selected, .ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow.ql-toolbar button:hover .ql-fill, .ql-snow .ql-toolbar button:hover .ql-fill, .ql-snow.ql-toolbar button:focus .ql-fill, .ql-snow .ql-toolbar button:focus .ql-fill, .ql-snow.ql-toolbar button.ql-active .ql-fill, .ql-snow .ql-toolbar button.ql-active .ql-fill, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill, .ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill, .ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill, .ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill, .ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill, .ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill, .ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow.ql-toolbar button:hover .ql-stroke, .ql-snow .ql-toolbar button:hover .ql-stroke, .ql-snow.ql-toolbar button:focus .ql-stroke, .ql-snow .ql-toolbar button:focus .ql-stroke, .ql-snow.ql-toolbar button.ql-active .ql-stroke, .ql-snow .ql-toolbar button.ql-active .ql-stroke, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke, .ql-snow.ql-toolbar button:hover .ql-stroke-miter, .ql-snow .ql-toolbar button:hover .ql-stroke-miter, .ql-snow.ql-toolbar button:focus .ql-stroke-miter, .ql-snow .ql-toolbar button:focus .ql-stroke-miter, .ql-snow.ql-toolbar button.ql-active .ql-stroke-miter, .ql-snow .ql-toolbar button.ql-active .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}

@media (pointer: coarse) {
  /* line 8, node_modules/quill/dist/quill.snow.css */
  .ql-snow.ql-toolbar button:hover:not(.ql-active), .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  /* line 8, node_modules/quill/dist/quill.snow.css */
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill, .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill, .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill, .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  /* line 8, node_modules/quill/dist/quill.snow.css */
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke, .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke, .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter, .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow {
  box-sizing: border-box;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow * {
  box-sizing: border-box;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-hidden {
  display: none;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-out-bottom, .ql-snow .ql-out-top {
  visibility: hidden;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-fill, .ql-snow .ql-stroke.ql-fill {
  fill: #444;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-empty {
  fill: none;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-even {
  fill-rule: evenodd;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-thin, .ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-transparent {
  opacity: .4;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-direction svg:last-child {
  display: none;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-editor h1, .ql-snow .ql-editor .h1 {
  font-size: 2em;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-editor h2, .ql-snow .ql-editor .h2 {
  font-size: 1.5em;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-editor h3, .ql-snow .ql-editor .h3 {
  font-size: 1.17em;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-editor h4, .ql-snow .ql-editor .h4 {
  font-size: 1em;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-editor h5, .ql-snow .ql-editor .h5 {
  font-size: .83em;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-editor h6, .ql-snow .ql-editor .h6 {
  font-size: .67em;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-editor a {
  text-decoration: underline;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-editor code, .ql-snow .ql-editor .ql-code-block-container {
  background-color: #f0f0f0;
  border-radius: 3px;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-editor .ql-code-block-container {
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-editor .ql-code-block-container {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-editor img {
  max-width: 100%;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-color-picker, .ql-snow .ql-icon-picker {
  width: 28px;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-color-picker .ql-picker-label, .ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-color-picker .ql-picker-label svg, .ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0;
  width: 16px;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before, .ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before, .ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before, .ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before, .ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-picker.ql-header {
  width: 98px;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-label::before, .ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: .83em;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: .67em;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-picker.ql-font {
  width: 108px;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-picker.ql-font .ql-picker-label::before, .ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before, .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before, .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia,Times New Roman,serif;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco,Courier New,monospace;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-picker.ql-size {
  width: 98px;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-picker.ql-size .ql-picker-label::before, .ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before, .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before, .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before, .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-code-block-container {
  position: relative;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-code-block-container .ql-ui {
  right: 5px;
  top: 5px;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue','Helvetica','Arial',sans-serif;
  padding: 8px;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected, .ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0;
  padding: 3px 5px;
  width: 170px;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-tooltip a {
  line-height: 26px;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-tooltip.ql-editing a.ql-preview, .ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0;
  content: 'Save';
  padding-right: 0;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-snow a {
  color: #06c;
}

/* line 8, node_modules/quill/dist/quill.snow.css */
.ql-container.ql-snow {
  border: 1px solid #ccc;
}

/*# sourceMappingURL=quill.snow.css.map*/
/* line 1, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}

/* line 20, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

/* line 27, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

/* line 34, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

/* line 41, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker.opensleft:before {
  right: 9px;
}

/* line 45, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker.opensleft:after {
  right: 10px;
}

/* line 49, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

/* line 57, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

/* line 65, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker.opensright:before {
  left: 9px;
}

/* line 69, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker.opensright:after {
  left: 10px;
}

/* line 73, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker.drop-up {
  margin-top: -7px;
}

/* line 77, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

/* line 84, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

/* line 91, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

/* line 95, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker.single .drp-selected {
  display: none;
}

/* line 99, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

/* line 103, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

/* line 107, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

/* line 111, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

/* line 116, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

/* line 120, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker .drp-calendar.right {
  padding: 8px;
}

/* line 124, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

/* line 128, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

/* line 137, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* line 142, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

/* line 147, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

/* line 162, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

/* line 168, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

/* line 175, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

/* line 181, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

/* line 186, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

/* line 192, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

/* line 199, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

/* line 203, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

/* line 207, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

/* line 211, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}

/* line 217, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker th.month {
  width: auto;
}

/* line 221, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

/* line 227, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

/* line 235, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

/* line 240, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker select.yearselect {
  width: 40%;
}

/* line 244, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

/* line 254, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

/* line 261, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

/* line 266, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

/* line 276, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

/* line 282, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}

/* line 289, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}

/* line 293, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

/* line 297, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}

/* line 301, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

/* line 305, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

/* line 311, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

/* line 315, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

/* line 322, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

/* line 328, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker .ranges li:hover {
  background-color: #eee;
}

/* line 332, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  /* line 339, node_modules/daterangepicker/daterangepicker.css */
  .daterangepicker {
    width: auto;
  }
  /* line 343, node_modules/daterangepicker/daterangepicker.css */
  .daterangepicker .ranges ul {
    width: 140px;
  }
  /* line 347, node_modules/daterangepicker/daterangepicker.css */
  .daterangepicker.single .ranges ul {
    width: 100%;
  }
  /* line 351, node_modules/daterangepicker/daterangepicker.css */
  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }
  /* line 355, node_modules/daterangepicker/daterangepicker.css */
  .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
    float: left;
  }
  /* line 359, node_modules/daterangepicker/daterangepicker.css */
  .daterangepicker {
    direction: ltr;
    text-align: left;
  }
  /* line 364, node_modules/daterangepicker/daterangepicker.css */
  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }
  /* line 369, node_modules/daterangepicker/daterangepicker.css */
  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 375, node_modules/daterangepicker/daterangepicker.css */
  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }
  /* line 379, node_modules/daterangepicker/daterangepicker.css */
  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 385, node_modules/daterangepicker/daterangepicker.css */
  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }
  /* line 389, node_modules/daterangepicker/daterangepicker.css */
  .daterangepicker .ranges, .daterangepicker .drp-calendar {
    float: left;
  }
}

@media (min-width: 730px) {
  /* line 395, node_modules/daterangepicker/daterangepicker.css */
  .daterangepicker .ranges {
    width: auto;
  }
  /* line 399, node_modules/daterangepicker/daterangepicker.css */
  .daterangepicker .ranges {
    float: left;
  }
  /* line 403, node_modules/daterangepicker/daterangepicker.css */
  .daterangepicker.rtl .ranges {
    float: right;
  }
  /* line 407, node_modules/daterangepicker/daterangepicker.css */
  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}

/*! Pickr 1.9.1 MIT | https://github.com/Simonwep/pickr */
/* line 2, node_modules/@simonwep/pickr/dist/themes/classic.min.css */
.pickr {
  position: relative;
  overflow: visible;
  transform: translateY(0);
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/classic.min.css */
.pickr * {
  box-sizing: border-box;
  outline: none;
  border: none;
  -webkit-appearance: none;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/classic.min.css */
.pickr .pcr-button {
  position: relative;
  height: 2em;
  width: 2em;
  padding: .5em;
  cursor: pointer;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Helvetica Neue",Arial,sans-serif;
  border-radius: .15em;
  background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" stroke="%2342445A" stroke-width="5px" stroke-linecap="round"><path d="M45,45L5,5"></path><path d="M45,5L5,45"></path></svg>') no-repeat center;
  background-size: 0;
  transition: all .3s;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/classic.min.css */
.pickr .pcr-button::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
  background-size: .5em;
  border-radius: .15em;
  z-index: -1;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/classic.min.css */
.pickr .pcr-button::before {
  z-index: initial;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/classic.min.css */
.pickr .pcr-button::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: background .3s;
  background: var(--pcr-color);
  border-radius: .15em;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/classic.min.css */
.pickr .pcr-button.clear {
  background-size: 70%;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/classic.min.css */
.pickr .pcr-button.clear::before {
  opacity: 0;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/classic.min.css */
.pickr .pcr-button.clear:focus {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px var(--pcr-color);
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/classic.min.css */
.pickr .pcr-button.disabled {
  cursor: not-allowed;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/classic.min.css */
.pickr *, .pcr-app * {
  box-sizing: border-box;
  outline: none;
  border: none;
  -webkit-appearance: none;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/classic.min.css */
.pickr input:focus, .pickr input.pcr-active, .pickr button:focus, .pickr button.pcr-active, .pcr-app input:focus, .pcr-app input.pcr-active, .pcr-app button:focus, .pcr-app button.pcr-active {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px var(--pcr-color);
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/classic.min.css */
.pickr .pcr-palette, .pickr .pcr-slider, .pcr-app .pcr-palette, .pcr-app .pcr-slider {
  transition: box-shadow .3s;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/classic.min.css */
.pickr .pcr-palette:focus, .pickr .pcr-slider:focus, .pcr-app .pcr-palette:focus, .pcr-app .pcr-slider:focus {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px rgba(0, 0, 0, 0.25);
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/classic.min.css */
.pcr-app {
  position: fixed;
  display: flex;
  flex-direction: column;
  z-index: 10000;
  border-radius: .1em;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s,visibility 0s .3s;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Helvetica Neue",Arial,sans-serif;
  box-shadow: 0 0.15em 1.5em 0 rgba(0, 0, 0, 0.1), 0 0 1em 0 rgba(0, 0, 0, 0.03);
  left: 0;
  top: 0;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/classic.min.css */
.pcr-app.visible {
  transition: opacity .3s;
  visibility: visible;
  opacity: 1;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/classic.min.css */
.pcr-app .pcr-swatches {
  display: flex;
  flex-wrap: wrap;
  margin-top: .75em;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/classic.min.css */
.pcr-app .pcr-swatches.pcr-last {
  margin: 0;
}

@supports (display: grid) {
  /* line 2, node_modules/@simonwep/pickr/dist/themes/classic.min.css */
  .pcr-app .pcr-swatches {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(auto-fit, 1.75em);
  }
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/classic.min.css */
.pcr-app .pcr-swatches > button {
  font-size: 1em;
  position: relative;
  width: calc(1.75em - 5px);
  height: calc(1.75em - 5px);
  border-radius: .15em;
  cursor: pointer;
  margin: 2.5px;
  flex-shrink: 0;
  justify-self: center;
  transition: all .15s;
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  z-index: 1;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/classic.min.css */
.pcr-app .pcr-swatches > button::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
  background-size: 6px;
  border-radius: .15em;
  z-index: -1;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/classic.min.css */
.pcr-app .pcr-swatches > button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--pcr-color);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: .15em;
  box-sizing: border-box;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/classic.min.css */
.pcr-app .pcr-swatches > button:hover {
  filter: brightness(1.05);
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/classic.min.css */
.pcr-app .pcr-swatches > button:not(.pcr-active) {
  box-shadow: none;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/classic.min.css */
.pcr-app .pcr-interaction {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -0.2em 0 -0.2em;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/classic.min.css */
.pcr-app .pcr-interaction > * {
  margin: 0 .2em;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/classic.min.css */
.pcr-app .pcr-interaction input {
  letter-spacing: .07em;
  font-size: .75em;
  text-align: center;
  cursor: pointer;
  color: #75797e;
  background: #f1f3f4;
  border-radius: .15em;
  transition: all .15s;
  padding: .45em .5em;
  margin-top: .75em;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/classic.min.css */
.pcr-app .pcr-interaction input:hover {
  filter: brightness(0.975);
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/classic.min.css */
.pcr-app .pcr-interaction input:focus {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px rgba(66, 133, 244, 0.75);
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/classic.min.css */
.pcr-app .pcr-interaction .pcr-result {
  color: #75797e;
  text-align: left;
  flex: 1 1 8em;
  min-width: 8em;
  transition: all .2s;
  border-radius: .15em;
  background: #f1f3f4;
  cursor: text;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/classic.min.css */
.pcr-app .pcr-interaction .pcr-result::-moz-selection {
  background: #4285f4;
  color: #fff;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/classic.min.css */
.pcr-app .pcr-interaction .pcr-result::selection {
  background: #4285f4;
  color: #fff;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/classic.min.css */
.pcr-app .pcr-interaction .pcr-type.active {
  color: #fff;
  background: #4285f4;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/classic.min.css */
.pcr-app .pcr-interaction .pcr-save, .pcr-app .pcr-interaction .pcr-cancel, .pcr-app .pcr-interaction .pcr-clear {
  color: #fff;
  width: auto;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/classic.min.css */
.pcr-app .pcr-interaction .pcr-save, .pcr-app .pcr-interaction .pcr-cancel, .pcr-app .pcr-interaction .pcr-clear {
  color: #fff;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/classic.min.css */
.pcr-app .pcr-interaction .pcr-save:hover, .pcr-app .pcr-interaction .pcr-cancel:hover, .pcr-app .pcr-interaction .pcr-clear:hover {
  filter: brightness(0.925);
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/classic.min.css */
.pcr-app .pcr-interaction .pcr-save {
  background: #4285f4;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/classic.min.css */
.pcr-app .pcr-interaction .pcr-clear, .pcr-app .pcr-interaction .pcr-cancel {
  background: #f44250;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/classic.min.css */
.pcr-app .pcr-interaction .pcr-clear:focus, .pcr-app .pcr-interaction .pcr-cancel:focus {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px rgba(244, 66, 80, 0.75);
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/classic.min.css */
.pcr-app .pcr-selection .pcr-picker {
  position: absolute;
  height: 18px;
  width: 18px;
  border: 2px solid #fff;
  border-radius: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/classic.min.css */
.pcr-app .pcr-selection .pcr-color-palette, .pcr-app .pcr-selection .pcr-color-chooser, .pcr-app .pcr-selection .pcr-color-opacity {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  flex-direction: column;
  cursor: grab;
  cursor: -webkit-grab;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/classic.min.css */
.pcr-app .pcr-selection .pcr-color-palette:active, .pcr-app .pcr-selection .pcr-color-chooser:active, .pcr-app .pcr-selection .pcr-color-opacity:active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/classic.min.css */
.pcr-app[data-theme=classic] {
  width: 28.5em;
  max-width: 95vw;
  padding: .8em;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/classic.min.css */
.pcr-app[data-theme=classic] .pcr-selection {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/classic.min.css */
.pcr-app[data-theme=classic] .pcr-selection .pcr-color-preview {
  position: relative;
  z-index: 1;
  width: 2em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: .75em;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/classic.min.css */
.pcr-app[data-theme=classic] .pcr-selection .pcr-color-preview::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
  background-size: .5em;
  border-radius: .15em;
  z-index: -1;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/classic.min.css */
.pcr-app[data-theme=classic] .pcr-selection .pcr-color-preview .pcr-last-color {
  cursor: pointer;
  border-radius: .15em .15em 0 0;
  z-index: 2;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/classic.min.css */
.pcr-app[data-theme=classic] .pcr-selection .pcr-color-preview .pcr-current-color {
  border-radius: 0 0 .15em .15em;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/classic.min.css */
.pcr-app[data-theme=classic] .pcr-selection .pcr-color-preview .pcr-last-color, .pcr-app[data-theme=classic] .pcr-selection .pcr-color-preview .pcr-current-color {
  background: var(--pcr-color);
  width: 100%;
  height: 50%;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/classic.min.css */
.pcr-app[data-theme=classic] .pcr-selection .pcr-color-palette {
  width: 100%;
  height: 8em;
  z-index: 1;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/classic.min.css */
.pcr-app[data-theme=classic] .pcr-selection .pcr-color-palette .pcr-palette {
  flex-grow: 1;
  border-radius: .15em;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/classic.min.css */
.pcr-app[data-theme=classic] .pcr-selection .pcr-color-palette .pcr-palette::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
  background-size: .5em;
  border-radius: .15em;
  z-index: -1;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/classic.min.css */
.pcr-app[data-theme=classic] .pcr-selection .pcr-color-chooser, .pcr-app[data-theme=classic] .pcr-selection .pcr-color-opacity {
  margin-left: .75em;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/classic.min.css */
.pcr-app[data-theme=classic] .pcr-selection .pcr-color-chooser .pcr-picker, .pcr-app[data-theme=classic] .pcr-selection .pcr-color-opacity .pcr-picker {
  left: 50%;
  transform: translateX(-50%);
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/classic.min.css */
.pcr-app[data-theme=classic] .pcr-selection .pcr-color-chooser .pcr-slider, .pcr-app[data-theme=classic] .pcr-selection .pcr-color-opacity .pcr-slider {
  width: 8px;
  flex-grow: 1;
  border-radius: 50em;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/classic.min.css */
.pcr-app[data-theme=classic] .pcr-selection .pcr-color-chooser .pcr-slider {
  background: linear-gradient(to bottom, red, yellow, lime, cyan, blue, magenta, red);
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/classic.min.css */
.pcr-app[data-theme=classic] .pcr-selection .pcr-color-opacity .pcr-slider {
  background: linear-gradient(to bottom, transparent, black), url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
  background-size: 100%,50%;
}

/*! Pickr 1.9.1 MIT | https://github.com/Simonwep/pickr */
/* line 2, node_modules/@simonwep/pickr/dist/themes/monolith.min.css */
.pickr {
  position: relative;
  overflow: visible;
  transform: translateY(0);
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/monolith.min.css */
.pickr * {
  box-sizing: border-box;
  outline: none;
  border: none;
  -webkit-appearance: none;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/monolith.min.css */
.pickr .pcr-button {
  position: relative;
  height: 2em;
  width: 2em;
  padding: .5em;
  cursor: pointer;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Helvetica Neue",Arial,sans-serif;
  border-radius: .15em;
  background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" stroke="%2342445A" stroke-width="5px" stroke-linecap="round"><path d="M45,45L5,5"></path><path d="M45,5L5,45"></path></svg>') no-repeat center;
  background-size: 0;
  transition: all .3s;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/monolith.min.css */
.pickr .pcr-button::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
  background-size: .5em;
  border-radius: .15em;
  z-index: -1;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/monolith.min.css */
.pickr .pcr-button::before {
  z-index: initial;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/monolith.min.css */
.pickr .pcr-button::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: background .3s;
  background: var(--pcr-color);
  border-radius: .15em;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/monolith.min.css */
.pickr .pcr-button.clear {
  background-size: 70%;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/monolith.min.css */
.pickr .pcr-button.clear::before {
  opacity: 0;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/monolith.min.css */
.pickr .pcr-button.clear:focus {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px var(--pcr-color);
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/monolith.min.css */
.pickr .pcr-button.disabled {
  cursor: not-allowed;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/monolith.min.css */
.pickr *, .pcr-app * {
  box-sizing: border-box;
  outline: none;
  border: none;
  -webkit-appearance: none;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/monolith.min.css */
.pickr input:focus, .pickr input.pcr-active, .pickr button:focus, .pickr button.pcr-active, .pcr-app input:focus, .pcr-app input.pcr-active, .pcr-app button:focus, .pcr-app button.pcr-active {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px var(--pcr-color);
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/monolith.min.css */
.pickr .pcr-palette, .pickr .pcr-slider, .pcr-app .pcr-palette, .pcr-app .pcr-slider {
  transition: box-shadow .3s;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/monolith.min.css */
.pickr .pcr-palette:focus, .pickr .pcr-slider:focus, .pcr-app .pcr-palette:focus, .pcr-app .pcr-slider:focus {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px rgba(0, 0, 0, 0.25);
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/monolith.min.css */
.pcr-app {
  position: fixed;
  display: flex;
  flex-direction: column;
  z-index: 10000;
  border-radius: .1em;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s,visibility 0s .3s;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Helvetica Neue",Arial,sans-serif;
  box-shadow: 0 0.15em 1.5em 0 rgba(0, 0, 0, 0.1), 0 0 1em 0 rgba(0, 0, 0, 0.03);
  left: 0;
  top: 0;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/monolith.min.css */
.pcr-app.visible {
  transition: opacity .3s;
  visibility: visible;
  opacity: 1;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/monolith.min.css */
.pcr-app .pcr-swatches {
  display: flex;
  flex-wrap: wrap;
  margin-top: .75em;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/monolith.min.css */
.pcr-app .pcr-swatches.pcr-last {
  margin: 0;
}

@supports (display: grid) {
  /* line 2, node_modules/@simonwep/pickr/dist/themes/monolith.min.css */
  .pcr-app .pcr-swatches {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(auto-fit, 1.75em);
  }
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/monolith.min.css */
.pcr-app .pcr-swatches > button {
  font-size: 1em;
  position: relative;
  width: calc(1.75em - 5px);
  height: calc(1.75em - 5px);
  border-radius: .15em;
  cursor: pointer;
  margin: 2.5px;
  flex-shrink: 0;
  justify-self: center;
  transition: all .15s;
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  z-index: 1;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/monolith.min.css */
.pcr-app .pcr-swatches > button::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
  background-size: 6px;
  border-radius: .15em;
  z-index: -1;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/monolith.min.css */
.pcr-app .pcr-swatches > button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--pcr-color);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: .15em;
  box-sizing: border-box;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/monolith.min.css */
.pcr-app .pcr-swatches > button:hover {
  filter: brightness(1.05);
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/monolith.min.css */
.pcr-app .pcr-swatches > button:not(.pcr-active) {
  box-shadow: none;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/monolith.min.css */
.pcr-app .pcr-interaction {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -0.2em 0 -0.2em;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/monolith.min.css */
.pcr-app .pcr-interaction > * {
  margin: 0 .2em;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/monolith.min.css */
.pcr-app .pcr-interaction input {
  letter-spacing: .07em;
  font-size: .75em;
  text-align: center;
  cursor: pointer;
  color: #75797e;
  background: #f1f3f4;
  border-radius: .15em;
  transition: all .15s;
  padding: .45em .5em;
  margin-top: .75em;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/monolith.min.css */
.pcr-app .pcr-interaction input:hover {
  filter: brightness(0.975);
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/monolith.min.css */
.pcr-app .pcr-interaction input:focus {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px rgba(66, 133, 244, 0.75);
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/monolith.min.css */
.pcr-app .pcr-interaction .pcr-result {
  color: #75797e;
  text-align: left;
  flex: 1 1 8em;
  min-width: 8em;
  transition: all .2s;
  border-radius: .15em;
  background: #f1f3f4;
  cursor: text;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/monolith.min.css */
.pcr-app .pcr-interaction .pcr-result::-moz-selection {
  background: #4285f4;
  color: #fff;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/monolith.min.css */
.pcr-app .pcr-interaction .pcr-result::selection {
  background: #4285f4;
  color: #fff;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/monolith.min.css */
.pcr-app .pcr-interaction .pcr-type.active {
  color: #fff;
  background: #4285f4;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/monolith.min.css */
.pcr-app .pcr-interaction .pcr-save, .pcr-app .pcr-interaction .pcr-cancel, .pcr-app .pcr-interaction .pcr-clear {
  color: #fff;
  width: auto;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/monolith.min.css */
.pcr-app .pcr-interaction .pcr-save, .pcr-app .pcr-interaction .pcr-cancel, .pcr-app .pcr-interaction .pcr-clear {
  color: #fff;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/monolith.min.css */
.pcr-app .pcr-interaction .pcr-save:hover, .pcr-app .pcr-interaction .pcr-cancel:hover, .pcr-app .pcr-interaction .pcr-clear:hover {
  filter: brightness(0.925);
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/monolith.min.css */
.pcr-app .pcr-interaction .pcr-save {
  background: #4285f4;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/monolith.min.css */
.pcr-app .pcr-interaction .pcr-clear, .pcr-app .pcr-interaction .pcr-cancel {
  background: #f44250;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/monolith.min.css */
.pcr-app .pcr-interaction .pcr-clear:focus, .pcr-app .pcr-interaction .pcr-cancel:focus {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px rgba(244, 66, 80, 0.75);
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/monolith.min.css */
.pcr-app .pcr-selection .pcr-picker {
  position: absolute;
  height: 18px;
  width: 18px;
  border: 2px solid #fff;
  border-radius: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/monolith.min.css */
.pcr-app .pcr-selection .pcr-color-palette, .pcr-app .pcr-selection .pcr-color-chooser, .pcr-app .pcr-selection .pcr-color-opacity {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  flex-direction: column;
  cursor: grab;
  cursor: -webkit-grab;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/monolith.min.css */
.pcr-app .pcr-selection .pcr-color-palette:active, .pcr-app .pcr-selection .pcr-color-chooser:active, .pcr-app .pcr-selection .pcr-color-opacity:active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/monolith.min.css */
.pcr-app[data-theme=monolith] {
  width: 14.25em;
  max-width: 95vw;
  padding: .8em;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/monolith.min.css */
.pcr-app[data-theme=monolith] .pcr-selection {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/monolith.min.css */
.pcr-app[data-theme=monolith] .pcr-selection .pcr-color-preview {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 1em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: .5em;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/monolith.min.css */
.pcr-app[data-theme=monolith] .pcr-selection .pcr-color-preview::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
  background-size: .5em;
  border-radius: .15em;
  z-index: -1;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/monolith.min.css */
.pcr-app[data-theme=monolith] .pcr-selection .pcr-color-preview .pcr-last-color {
  cursor: pointer;
  transition: background-color .3s,box-shadow .3s;
  border-radius: .15em 0 0 .15em;
  z-index: 2;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/monolith.min.css */
.pcr-app[data-theme=monolith] .pcr-selection .pcr-color-preview .pcr-current-color {
  border-radius: 0 .15em .15em 0;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/monolith.min.css */
.pcr-app[data-theme=monolith] .pcr-selection .pcr-color-preview .pcr-last-color, .pcr-app[data-theme=monolith] .pcr-selection .pcr-color-preview .pcr-current-color {
  background: var(--pcr-color);
  width: 50%;
  height: 100%;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/monolith.min.css */
.pcr-app[data-theme=monolith] .pcr-selection .pcr-color-palette {
  width: 100%;
  height: 8em;
  z-index: 1;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/monolith.min.css */
.pcr-app[data-theme=monolith] .pcr-selection .pcr-color-palette .pcr-palette {
  border-radius: .15em;
  width: 100%;
  height: 100%;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/monolith.min.css */
.pcr-app[data-theme=monolith] .pcr-selection .pcr-color-palette .pcr-palette::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
  background-size: .5em;
  border-radius: .15em;
  z-index: -1;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/monolith.min.css */
.pcr-app[data-theme=monolith] .pcr-selection .pcr-color-chooser, .pcr-app[data-theme=monolith] .pcr-selection .pcr-color-opacity {
  height: .5em;
  margin-top: .75em;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/monolith.min.css */
.pcr-app[data-theme=monolith] .pcr-selection .pcr-color-chooser .pcr-picker, .pcr-app[data-theme=monolith] .pcr-selection .pcr-color-opacity .pcr-picker {
  top: 50%;
  transform: translateY(-50%);
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/monolith.min.css */
.pcr-app[data-theme=monolith] .pcr-selection .pcr-color-chooser .pcr-slider, .pcr-app[data-theme=monolith] .pcr-selection .pcr-color-opacity .pcr-slider {
  flex-grow: 1;
  border-radius: 50em;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/monolith.min.css */
.pcr-app[data-theme=monolith] .pcr-selection .pcr-color-chooser .pcr-slider {
  background: linear-gradient(to right, red, yellow, lime, cyan, blue, magenta, red);
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/monolith.min.css */
.pcr-app[data-theme=monolith] .pcr-selection .pcr-color-opacity .pcr-slider {
  background: linear-gradient(to right, transparent, black), url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
  background-size: 100%,.25em;
}

/*! Pickr 1.9.1 MIT | https://github.com/Simonwep/pickr */
/* line 2, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pickr {
  position: relative;
  overflow: visible;
  transform: translateY(0);
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pickr * {
  box-sizing: border-box;
  outline: none;
  border: none;
  -webkit-appearance: none;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pickr .pcr-button {
  position: relative;
  height: 2em;
  width: 2em;
  padding: .5em;
  cursor: pointer;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Helvetica Neue",Arial,sans-serif;
  border-radius: .15em;
  background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" stroke="%2342445A" stroke-width="5px" stroke-linecap="round"><path d="M45,45L5,5"></path><path d="M45,5L5,45"></path></svg>') no-repeat center;
  background-size: 0;
  transition: all .3s;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pickr .pcr-button::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
  background-size: .5em;
  border-radius: .15em;
  z-index: -1;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pickr .pcr-button::before {
  z-index: initial;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pickr .pcr-button::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: background .3s;
  background: var(--pcr-color);
  border-radius: .15em;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pickr .pcr-button.clear {
  background-size: 70%;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pickr .pcr-button.clear::before {
  opacity: 0;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pickr .pcr-button.clear:focus {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px var(--pcr-color);
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pickr .pcr-button.disabled {
  cursor: not-allowed;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pickr *, .pcr-app * {
  box-sizing: border-box;
  outline: none;
  border: none;
  -webkit-appearance: none;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pickr input:focus, .pickr input.pcr-active, .pickr button:focus, .pickr button.pcr-active, .pcr-app input:focus, .pcr-app input.pcr-active, .pcr-app button:focus, .pcr-app button.pcr-active {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px var(--pcr-color);
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pickr .pcr-palette, .pickr .pcr-slider, .pcr-app .pcr-palette, .pcr-app .pcr-slider {
  transition: box-shadow .3s;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pickr .pcr-palette:focus, .pickr .pcr-slider:focus, .pcr-app .pcr-palette:focus, .pcr-app .pcr-slider:focus {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px rgba(0, 0, 0, 0.25);
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app {
  position: fixed;
  display: flex;
  flex-direction: column;
  z-index: 10000;
  border-radius: .1em;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s,visibility 0s .3s;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Helvetica Neue",Arial,sans-serif;
  box-shadow: 0 0.15em 1.5em 0 rgba(0, 0, 0, 0.1), 0 0 1em 0 rgba(0, 0, 0, 0.03);
  left: 0;
  top: 0;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app.visible {
  transition: opacity .3s;
  visibility: visible;
  opacity: 1;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app .pcr-swatches {
  display: flex;
  flex-wrap: wrap;
  margin-top: .75em;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app .pcr-swatches.pcr-last {
  margin: 0;
}

@supports (display: grid) {
  /* line 2, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
  .pcr-app .pcr-swatches {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(auto-fit, 1.75em);
  }
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app .pcr-swatches > button {
  font-size: 1em;
  position: relative;
  width: calc(1.75em - 5px);
  height: calc(1.75em - 5px);
  border-radius: .15em;
  cursor: pointer;
  margin: 2.5px;
  flex-shrink: 0;
  justify-self: center;
  transition: all .15s;
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  z-index: 1;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app .pcr-swatches > button::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
  background-size: 6px;
  border-radius: .15em;
  z-index: -1;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app .pcr-swatches > button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--pcr-color);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: .15em;
  box-sizing: border-box;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app .pcr-swatches > button:hover {
  filter: brightness(1.05);
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app .pcr-swatches > button:not(.pcr-active) {
  box-shadow: none;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app .pcr-interaction {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -0.2em 0 -0.2em;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app .pcr-interaction > * {
  margin: 0 .2em;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app .pcr-interaction input {
  letter-spacing: .07em;
  font-size: .75em;
  text-align: center;
  cursor: pointer;
  color: #75797e;
  background: #f1f3f4;
  border-radius: .15em;
  transition: all .15s;
  padding: .45em .5em;
  margin-top: .75em;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app .pcr-interaction input:hover {
  filter: brightness(0.975);
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app .pcr-interaction input:focus {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px rgba(66, 133, 244, 0.75);
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app .pcr-interaction .pcr-result {
  color: #75797e;
  text-align: left;
  flex: 1 1 8em;
  min-width: 8em;
  transition: all .2s;
  border-radius: .15em;
  background: #f1f3f4;
  cursor: text;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app .pcr-interaction .pcr-result::-moz-selection {
  background: #4285f4;
  color: #fff;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app .pcr-interaction .pcr-result::selection {
  background: #4285f4;
  color: #fff;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app .pcr-interaction .pcr-type.active {
  color: #fff;
  background: #4285f4;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app .pcr-interaction .pcr-save, .pcr-app .pcr-interaction .pcr-cancel, .pcr-app .pcr-interaction .pcr-clear {
  color: #fff;
  width: auto;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app .pcr-interaction .pcr-save, .pcr-app .pcr-interaction .pcr-cancel, .pcr-app .pcr-interaction .pcr-clear {
  color: #fff;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app .pcr-interaction .pcr-save:hover, .pcr-app .pcr-interaction .pcr-cancel:hover, .pcr-app .pcr-interaction .pcr-clear:hover {
  filter: brightness(0.925);
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app .pcr-interaction .pcr-save {
  background: #4285f4;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app .pcr-interaction .pcr-clear, .pcr-app .pcr-interaction .pcr-cancel {
  background: #f44250;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app .pcr-interaction .pcr-clear:focus, .pcr-app .pcr-interaction .pcr-cancel:focus {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.85), 0 0 0 3px rgba(244, 66, 80, 0.75);
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app .pcr-selection .pcr-picker {
  position: absolute;
  height: 18px;
  width: 18px;
  border: 2px solid #fff;
  border-radius: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app .pcr-selection .pcr-color-palette, .pcr-app .pcr-selection .pcr-color-chooser, .pcr-app .pcr-selection .pcr-color-opacity {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  flex-direction: column;
  cursor: grab;
  cursor: -webkit-grab;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app .pcr-selection .pcr-color-palette:active, .pcr-app .pcr-selection .pcr-color-chooser:active, .pcr-app .pcr-selection .pcr-color-opacity:active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app[data-theme=nano] {
  width: 14.25em;
  max-width: 95vw;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app[data-theme=nano] .pcr-swatches {
  margin-top: .6em;
  padding: 0 .6em;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app[data-theme=nano] .pcr-interaction {
  padding: 0 .6em .6em .6em;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app[data-theme=nano] .pcr-selection {
  display: grid;
  grid-gap: .6em;
  grid-template-columns: 1fr 4fr;
  grid-template-rows: 5fr auto auto;
  align-items: center;
  height: 10.5em;
  width: 100%;
  align-self: flex-start;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app[data-theme=nano] .pcr-selection .pcr-color-preview {
  grid-area: 2/1/4/1;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-left: .6em;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app[data-theme=nano] .pcr-selection .pcr-color-preview .pcr-last-color {
  display: none;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app[data-theme=nano] .pcr-selection .pcr-color-preview .pcr-current-color {
  position: relative;
  background: var(--pcr-color);
  width: 2em;
  height: 2em;
  border-radius: 50em;
  overflow: hidden;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app[data-theme=nano] .pcr-selection .pcr-color-preview .pcr-current-color::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
  background-size: .5em;
  border-radius: .15em;
  z-index: -1;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app[data-theme=nano] .pcr-selection .pcr-color-palette {
  grid-area: 1/1/2/3;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app[data-theme=nano] .pcr-selection .pcr-color-palette .pcr-palette {
  border-radius: .15em;
  width: 100%;
  height: 100%;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app[data-theme=nano] .pcr-selection .pcr-color-palette .pcr-palette::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
  background-size: .5em;
  border-radius: .15em;
  z-index: -1;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app[data-theme=nano] .pcr-selection .pcr-color-chooser {
  grid-area: 2/2/2/2;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app[data-theme=nano] .pcr-selection .pcr-color-opacity {
  grid-area: 3/2/3/2;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app[data-theme=nano] .pcr-selection .pcr-color-chooser, .pcr-app[data-theme=nano] .pcr-selection .pcr-color-opacity {
  height: .5em;
  margin: 0 .6em;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app[data-theme=nano] .pcr-selection .pcr-color-chooser .pcr-picker, .pcr-app[data-theme=nano] .pcr-selection .pcr-color-opacity .pcr-picker {
  top: 50%;
  transform: translateY(-50%);
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app[data-theme=nano] .pcr-selection .pcr-color-chooser .pcr-slider, .pcr-app[data-theme=nano] .pcr-selection .pcr-color-opacity .pcr-slider {
  flex-grow: 1;
  border-radius: 50em;
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app[data-theme=nano] .pcr-selection .pcr-color-chooser .pcr-slider {
  background: linear-gradient(to right, red, yellow, lime, cyan, blue, magenta, red);
}

/* line 2, node_modules/@simonwep/pickr/dist/themes/nano.min.css */
.pcr-app[data-theme=nano] .pcr-selection .pcr-color-opacity .pcr-slider {
  background: linear-gradient(to right, transparent, black), url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
  background-size: 100%,.25em;
}

/* line 1, node_modules/nouislider/dist/nouislider.min.css */
.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1, node_modules/nouislider/dist/nouislider.min.css */
.noUi-target {
  position: relative;
}

/* line 1, node_modules/nouislider/dist/nouislider.min.css */
.noUi-base, .noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* line 1, node_modules/nouislider/dist/nouislider.min.css */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

/* line 1, node_modules/nouislider/dist/nouislider.min.css */
.noUi-connect, .noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}

/* line 1, node_modules/nouislider/dist/nouislider.min.css */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

/* line 1, node_modules/nouislider/dist/nouislider.min.css */
.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}

/* line 1, node_modules/nouislider/dist/nouislider.min.css */
.noUi-horizontal .noUi-origin {
  height: 0;
}

/* line 1, node_modules/nouislider/dist/nouislider.min.css */
.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

/* line 1, node_modules/nouislider/dist/nouislider.min.css */
.noUi-touch-area {
  height: 100%;
  width: 100%;
}

/* line 1, node_modules/nouislider/dist/nouislider.min.css */
.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
  -webkit-transition: transform .3s;
  transition: transform .3s;
}

/* line 1, node_modules/nouislider/dist/nouislider.min.css */
.noUi-state-drag * {
  cursor: inherit !important;
}

/* line 1, node_modules/nouislider/dist/nouislider.min.css */
.noUi-horizontal {
  height: 18px;
}

/* line 1, node_modules/nouislider/dist/nouislider.min.css */
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}

/* line 1, node_modules/nouislider/dist/nouislider.min.css */
.noUi-vertical {
  width: 18px;
}

/* line 1, node_modules/nouislider/dist/nouislider.min.css */
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}

/* line 1, node_modules/nouislider/dist/nouislider.min.css */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

/* line 1, node_modules/nouislider/dist/nouislider.min.css */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB;
}

/* line 1, node_modules/nouislider/dist/nouislider.min.css */
.noUi-connects {
  border-radius: 3px;
}

/* line 1, node_modules/nouislider/dist/nouislider.min.css */
.noUi-connect {
  background: #3FB8AF;
}

/* line 1, node_modules/nouislider/dist/nouislider.min.css */
.noUi-draggable {
  cursor: ew-resize;
}

/* line 1, node_modules/nouislider/dist/nouislider.min.css */
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

/* line 1, node_modules/nouislider/dist/nouislider.min.css */
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB;
}

/* line 1, node_modules/nouislider/dist/nouislider.min.css */
.noUi-active {
  box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB;
}

/* line 1, node_modules/nouislider/dist/nouislider.min.css */
.noUi-handle:after, .noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

/* line 1, node_modules/nouislider/dist/nouislider.min.css */
.noUi-handle:after {
  left: 17px;
}

/* line 1, node_modules/nouislider/dist/nouislider.min.css */
.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

/* line 1, node_modules/nouislider/dist/nouislider.min.css */
.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* line 1, node_modules/nouislider/dist/nouislider.min.css */
[disabled] .noUi-connect {
  background: #B8B8B8;
}

/* line 1, node_modules/nouislider/dist/nouislider.min.css */
[disabled] .noUi-handle, .noUi-handle[disabled], .noUi-target[disabled] {
  cursor: not-allowed;
}

/* line 1, node_modules/nouislider/dist/nouislider.min.css */
.noUi-pips, .noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1, node_modules/nouislider/dist/nouislider.min.css */
.noUi-pips {
  position: absolute;
  color: #999;
}

/* line 1, node_modules/nouislider/dist/nouislider.min.css */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

/* line 1, node_modules/nouislider/dist/nouislider.min.css */
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* line 1, node_modules/nouislider/dist/nouislider.min.css */
.noUi-marker {
  position: absolute;
  background: #CCC;
}

/* line 1, node_modules/nouislider/dist/nouislider.min.css */
.noUi-marker-sub {
  background: #AAA;
}

/* line 1, node_modules/nouislider/dist/nouislider.min.css */
.noUi-marker-large {
  background: #AAA;
}

/* line 1, node_modules/nouislider/dist/nouislider.min.css */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

/* line 1, node_modules/nouislider/dist/nouislider.min.css */
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

/* line 1, node_modules/nouislider/dist/nouislider.min.css */
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

/* line 1, node_modules/nouislider/dist/nouislider.min.css */
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

/* line 1, node_modules/nouislider/dist/nouislider.min.css */
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

/* line 1, node_modules/nouislider/dist/nouislider.min.css */
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* line 1, node_modules/nouislider/dist/nouislider.min.css */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

/* line 1, node_modules/nouislider/dist/nouislider.min.css */
.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}

/* line 1, node_modules/nouislider/dist/nouislider.min.css */
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

/* line 1, node_modules/nouislider/dist/nouislider.min.css */
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

/* line 1, node_modules/nouislider/dist/nouislider.min.css */
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

/* line 1, node_modules/nouislider/dist/nouislider.min.css */
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

/* line 1, node_modules/nouislider/dist/nouislider.min.css */
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

/* line 1, node_modules/nouislider/dist/nouislider.min.css */
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

/* line 1, node_modules/nouislider/dist/nouislider.min.css */
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

/* line 1, node_modules/nouislider/dist/nouislider.min.css */
.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

/* line 1, node_modules/nouislider/dist/nouislider.min.css */
.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

@keyframes opaque {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes resizeanim {
  0%,
to {
    opacity: 0;
  }
}

/* line 19, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-canvas {
  position: relative;
  direction: ltr !important;
  user-select: none;
}

/* line 25, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-canvas ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 6px;
}

/* line 30, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-canvas ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

/* line 37, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-inner {
  position: relative;
}

/* line 41, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-text tspan {
  font-family: inherit;
}

/* line 45, node_modules/apexcharts/dist/apexcharts.css */
rect.legend-mouseover-inactive,
.legend-mouseover-inactive rect,
.legend-mouseover-inactive path,
.legend-mouseover-inactive circle,
.legend-mouseover-inactive line,
.legend-mouseover-inactive text.apexcharts-yaxis-title-text,
.legend-mouseover-inactive text.apexcharts-yaxis-label {
  transition: .15s ease all;
  opacity: .2;
}

/* line 56, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-legend-text {
  padding-left: 15px;
  margin-left: -15px;
}

/* line 61, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-series-collapsed {
  opacity: 0;
}

/* line 65, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-tooltip {
  border-radius: 5px;
  box-shadow: 2px 2px 6px -4px #999;
  cursor: default;
  font-size: 14px;
  left: 62px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 20px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  white-space: nowrap;
  z-index: 12;
  transition: .15s ease all;
}

/* line 83, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-tooltip.apexcharts-active {
  opacity: 1;
  transition: .15s ease all;
}

/* line 88, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-tooltip.apexcharts-theme-light {
  border: 1px solid #e3e3e3;
  background: rgba(255, 255, 255, 0.96);
}

/* line 93, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-tooltip.apexcharts-theme-dark {
  color: #fff;
  background: rgba(30, 30, 30, 0.8);
}

/* line 98, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-tooltip * {
  font-family: inherit;
}

/* line 102, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-tooltip-title {
  padding: 6px;
  font-size: 15px;
  margin-bottom: 4px;
}

/* line 108, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
  background: #eceff1;
  border-bottom: 1px solid #ddd;
}

/* line 113, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-tooltip.apexcharts-theme-dark .apexcharts-tooltip-title {
  background: rgba(0, 0, 0, 0.7);
  border-bottom: 1px solid #333;
}

/* line 118, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-tooltip-text-goals-value,
.apexcharts-tooltip-text-y-value,
.apexcharts-tooltip-text-z-value {
  display: inline-block;
  margin-left: 5px;
  font-weight: 600;
}

/* line 126, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-tooltip-text-goals-label:empty,
.apexcharts-tooltip-text-goals-value:empty,
.apexcharts-tooltip-text-y-label:empty,
.apexcharts-tooltip-text-y-value:empty,
.apexcharts-tooltip-text-z-value:empty,
.apexcharts-tooltip-title:empty {
  display: none;
}

/* line 135, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-tooltip-text-goals-label,
.apexcharts-tooltip-text-goals-value {
  padding: 6px 0 5px;
}

/* line 140, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-tooltip-goals-group,
.apexcharts-tooltip-text-goals-label,
.apexcharts-tooltip-text-goals-value {
  display: flex;
}

/* line 146, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-tooltip-text-goals-label:not(:empty),
.apexcharts-tooltip-text-goals-value:not(:empty) {
  margin-top: -6px;
}

/* line 151, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-tooltip-marker {
  width: 12px;
  height: 12px;
  position: relative;
  top: 0;
  margin-right: 10px;
  border-radius: 50%;
}

/* line 160, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-tooltip-series-group {
  padding: 0 10px;
  display: none;
  text-align: left;
  justify-content: left;
  align-items: center;
}

/* line 168, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-tooltip-series-group.apexcharts-active .apexcharts-tooltip-marker {
  opacity: 1;
}

/* line 172, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-tooltip-series-group.apexcharts-active,
.apexcharts-tooltip-series-group:last-child {
  padding-bottom: 4px;
}

/* line 177, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-tooltip-y-group {
  padding: 6px 0 5px;
}

/* line 181, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-custom-tooltip,
.apexcharts-tooltip-box {
  padding: 4px 8px;
}

/* line 186, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-tooltip-boxPlot {
  display: flex;
  flex-direction: column-reverse;
}

/* line 191, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-tooltip-box > div {
  margin: 4px 0;
}

/* line 195, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-tooltip-box span.value {
  font-weight: 700;
}

/* line 199, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-tooltip-rangebar {
  padding: 5px 8px;
}

/* line 203, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-tooltip-rangebar .category {
  font-weight: 600;
  color: #777;
}

/* line 208, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-tooltip-rangebar .series-name {
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
}

/* line 214, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-xaxistooltip,
.apexcharts-yaxistooltip {
  opacity: 0;
  pointer-events: none;
  color: #373d3f;
  font-size: 13px;
  text-align: center;
  border-radius: 2px;
  position: absolute;
  z-index: 10;
  background: #eceff1;
  border: 1px solid #90a4ae;
}

/* line 228, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-xaxistooltip {
  padding: 9px 10px;
  transition: .15s ease all;
}

/* line 233, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-xaxistooltip.apexcharts-theme-dark {
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.5);
  color: #fff;
}

/* line 239, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-xaxistooltip:after,
.apexcharts-xaxistooltip:before {
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

/* line 250, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-xaxistooltip:after {
  border-color: transparent;
  border-width: 6px;
  margin-left: -6px;
}

/* line 256, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-xaxistooltip:before {
  border-color: transparent;
  border-width: 7px;
  margin-left: -7px;
}

/* line 262, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-xaxistooltip-bottom:after,
.apexcharts-xaxistooltip-bottom:before {
  bottom: 100%;
}

/* line 267, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-xaxistooltip-top:after,
.apexcharts-xaxistooltip-top:before {
  top: 100%;
}

/* line 272, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-xaxistooltip-bottom:after {
  border-bottom-color: #eceff1;
}

/* line 276, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-xaxistooltip-bottom:before {
  border-bottom-color: #90a4ae;
}

/* line 280, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-xaxistooltip-bottom.apexcharts-theme-dark:after,
.apexcharts-xaxistooltip-bottom.apexcharts-theme-dark:before {
  border-bottom-color: rgba(0, 0, 0, 0.5);
}

/* line 285, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-xaxistooltip-top:after {
  border-top-color: #eceff1;
}

/* line 289, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-xaxistooltip-top:before {
  border-top-color: #90a4ae;
}

/* line 293, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-xaxistooltip-top.apexcharts-theme-dark:after,
.apexcharts-xaxistooltip-top.apexcharts-theme-dark:before {
  border-top-color: rgba(0, 0, 0, 0.5);
}

/* line 298, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-xaxistooltip.apexcharts-active {
  opacity: 1;
  transition: .15s ease all;
}

/* line 303, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-yaxistooltip {
  padding: 4px 10px;
}

/* line 307, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-yaxistooltip.apexcharts-theme-dark {
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.5);
  color: #fff;
}

/* line 313, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-yaxistooltip:after,
.apexcharts-yaxistooltip:before {
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

/* line 324, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-yaxistooltip:after {
  border-color: transparent;
  border-width: 6px;
  margin-top: -6px;
}

/* line 330, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-yaxistooltip:before {
  border-color: transparent;
  border-width: 7px;
  margin-top: -7px;
}

/* line 336, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-yaxistooltip-left:after,
.apexcharts-yaxistooltip-left:before {
  left: 100%;
}

/* line 341, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-yaxistooltip-right:after,
.apexcharts-yaxistooltip-right:before {
  right: 100%;
}

/* line 346, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-yaxistooltip-left:after {
  border-left-color: #eceff1;
}

/* line 350, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-yaxistooltip-left:before {
  border-left-color: #90a4ae;
}

/* line 354, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-yaxistooltip-left.apexcharts-theme-dark:after,
.apexcharts-yaxistooltip-left.apexcharts-theme-dark:before {
  border-left-color: rgba(0, 0, 0, 0.5);
}

/* line 359, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-yaxistooltip-right:after {
  border-right-color: #eceff1;
}

/* line 363, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-yaxistooltip-right:before {
  border-right-color: #90a4ae;
}

/* line 367, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-yaxistooltip-right.apexcharts-theme-dark:after,
.apexcharts-yaxistooltip-right.apexcharts-theme-dark:before {
  border-right-color: rgba(0, 0, 0, 0.5);
}

/* line 372, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-yaxistooltip.apexcharts-active {
  opacity: 1;
}

/* line 376, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-yaxistooltip-hidden {
  display: none;
}

/* line 380, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-xcrosshairs,
.apexcharts-ycrosshairs {
  pointer-events: none;
  opacity: 0;
  transition: .15s ease all;
}

/* line 387, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-xcrosshairs.apexcharts-active,
.apexcharts-ycrosshairs.apexcharts-active {
  opacity: 1;
  transition: .15s ease all;
}

/* line 393, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-ycrosshairs-hidden {
  opacity: 0;
}

/* line 397, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-selection-rect {
  cursor: move;
}

/* line 401, node_modules/apexcharts/dist/apexcharts.css */
.svg_select_boundingRect,
.svg_select_points_rot {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}

/* line 408, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-selection-rect + g .svg_select_boundingRect,
.apexcharts-selection-rect + g .svg_select_points_rot {
  opacity: 0;
  visibility: hidden;
}

/* line 414, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-selection-rect + g .svg_select_points_l,
.apexcharts-selection-rect + g .svg_select_points_r {
  cursor: ew-resize;
  opacity: 1;
  visibility: visible;
}

/* line 421, node_modules/apexcharts/dist/apexcharts.css */
.svg_select_points {
  fill: #efefef;
  stroke: #333;
  rx: 2;
}

/* line 427, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-svg.apexcharts-zoomable.hovering-zoom {
  cursor: crosshair;
}

/* line 431, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-svg.apexcharts-zoomable.hovering-pan {
  cursor: move;
}

/* line 435, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-menu-icon,
.apexcharts-pan-icon,
.apexcharts-reset-icon,
.apexcharts-selection-icon,
.apexcharts-toolbar-custom-icon,
.apexcharts-zoom-icon,
.apexcharts-zoomin-icon,
.apexcharts-zoomout-icon {
  cursor: pointer;
  width: 20px;
  height: 20px;
  line-height: 24px;
  color: #6e8192;
  text-align: center;
}

/* line 451, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-menu-icon svg,
.apexcharts-reset-icon svg,
.apexcharts-zoom-icon svg,
.apexcharts-zoomin-icon svg,
.apexcharts-zoomout-icon svg {
  fill: #6e8192;
}

/* line 459, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-selection-icon svg {
  fill: #444;
  transform: scale(0.76);
}

/* line 464, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-theme-dark .apexcharts-menu-icon svg,
.apexcharts-theme-dark .apexcharts-pan-icon svg,
.apexcharts-theme-dark .apexcharts-reset-icon svg,
.apexcharts-theme-dark .apexcharts-selection-icon svg,
.apexcharts-theme-dark .apexcharts-toolbar-custom-icon svg,
.apexcharts-theme-dark .apexcharts-zoom-icon svg,
.apexcharts-theme-dark .apexcharts-zoomin-icon svg,
.apexcharts-theme-dark .apexcharts-zoomout-icon svg {
  fill: #f3f4f5;
}

/* line 475, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-canvas .apexcharts-reset-zoom-icon.apexcharts-selected svg,
.apexcharts-canvas .apexcharts-selection-icon.apexcharts-selected svg,
.apexcharts-canvas .apexcharts-zoom-icon.apexcharts-selected svg {
  fill: #008ffb;
}

/* line 481, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-theme-light .apexcharts-menu-icon:hover svg,
.apexcharts-theme-light .apexcharts-reset-icon:hover svg,
.apexcharts-theme-light .apexcharts-selection-icon:not(.apexcharts-selected):hover svg,
.apexcharts-theme-light .apexcharts-zoom-icon:not(.apexcharts-selected):hover svg,
.apexcharts-theme-light .apexcharts-zoomin-icon:hover svg,
.apexcharts-theme-light .apexcharts-zoomout-icon:hover svg {
  fill: #333;
}

/* line 490, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-menu-icon,
.apexcharts-selection-icon {
  position: relative;
}

/* line 495, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-reset-icon {
  margin-left: 5px;
}

/* line 499, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-menu-icon,
.apexcharts-reset-icon,
.apexcharts-zoom-icon {
  transform: scale(0.85);
}

/* line 505, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-zoomin-icon,
.apexcharts-zoomout-icon {
  transform: scale(0.7);
}

/* line 510, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-zoomout-icon {
  margin-right: 3px;
}

/* line 514, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-pan-icon {
  transform: scale(0.62);
  position: relative;
  left: 1px;
  top: 0;
}

/* line 521, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-pan-icon svg {
  fill: #fff;
  stroke: #6e8192;
  stroke-width: 2;
}

/* line 527, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-pan-icon.apexcharts-selected svg {
  stroke: #008ffb;
}

/* line 531, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-pan-icon:not(.apexcharts-selected):hover svg {
  stroke: #333;
}

/* line 535, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-toolbar {
  position: absolute;
  z-index: 11;
  max-width: 176px;
  text-align: right;
  border-radius: 3px;
  padding: 0 6px 2px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 547, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-menu {
  background: #fff;
  position: absolute;
  top: 100%;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 3px;
  right: 10px;
  opacity: 0;
  min-width: 110px;
  transition: .15s ease all;
  pointer-events: none;
}

/* line 561, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-menu.apexcharts-menu-open {
  opacity: 1;
  pointer-events: all;
  transition: .15s ease all;
}

/* line 567, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-menu-item {
  padding: 6px 7px;
  font-size: 12px;
  cursor: pointer;
}

/* line 573, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-theme-light .apexcharts-menu-item:hover {
  background: #eee;
}

/* line 577, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-theme-dark .apexcharts-menu {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}

@media screen and (min-width: 768px) {
  /* line 583, node_modules/apexcharts/dist/apexcharts.css */
  .apexcharts-canvas:hover .apexcharts-toolbar {
    opacity: 1;
  }
}

/* line 588, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-canvas .apexcharts-element-hidden,
.apexcharts-datalabel.apexcharts-element-hidden,
.apexcharts-hide .apexcharts-series-points {
  opacity: 0;
}

/* line 594, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-hidden-element-shown {
  opacity: 1;
  transition: 0.25s ease all;
}

/* line 599, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-datalabel,
.apexcharts-datalabel-label,
.apexcharts-datalabel-value,
.apexcharts-datalabels,
.apexcharts-pie-label {
  cursor: default;
  pointer-events: none;
}

/* line 608, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-pie-label-delay {
  opacity: 0;
  animation-name: opaque;
  animation-duration: .3s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}

/* line 616, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-radialbar-label {
  cursor: pointer;
}

/* line 620, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-annotation-rect,
.apexcharts-area-series .apexcharts-area,
.apexcharts-area-series .apexcharts-series-markers .apexcharts-marker.no-pointer-events,
.apexcharts-gridline,
.apexcharts-line,
.apexcharts-line-series .apexcharts-series-markers .apexcharts-marker.no-pointer-events,
.apexcharts-point-annotation-label,
.apexcharts-radar-series path:not(.apexcharts-marker),
.apexcharts-radar-series polygon,
.apexcharts-toolbar svg,
.apexcharts-tooltip .apexcharts-marker,
.apexcharts-xaxis-annotation-label,
.apexcharts-yaxis-annotation-label,
.apexcharts-zoom-rect {
  pointer-events: none;
}

/* line 637, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-tooltip-active .apexcharts-marker {
  transition: .15s ease all;
}

/* line 641, node_modules/apexcharts/dist/apexcharts.css */
.resize-triggers {
  animation: 1ms resizeanim;
  visibility: hidden;
  opacity: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

/* line 650, node_modules/apexcharts/dist/apexcharts.css */
.contract-trigger:before,
.resize-triggers,
.resize-triggers > div {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 660, node_modules/apexcharts/dist/apexcharts.css */
.resize-triggers > div {
  height: 100%;
  width: 100%;
  background: #eee;
  overflow: auto;
}

/* line 667, node_modules/apexcharts/dist/apexcharts.css */
.contract-trigger:before {
  overflow: hidden;
  width: 200%;
  height: 200%;
}

/* line 673, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-bar-goals-markers {
  pointer-events: none;
}

/* line 677, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-bar-shadows {
  pointer-events: none;
}

/* line 681, node_modules/apexcharts/dist/apexcharts.css */
.apexcharts-rangebar-goals-markers {
  pointer-events: none;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
:root {
  --swal2-container-padding: 0.625em;
  --swal2-backdrop: rgba(0, 0, 0, 0.4);
  --swal2-width: 32em;
  --swal2-padding: 0 0 1.25em;
  --swal2-border: none;
  --swal2-border-radius: 0.3125rem;
  --swal2-background: white;
  --swal2-color: #545454;
  --swal2-footer-border-color: #eee;
  --swal2-show-animation: swal2-show 0.3s;
  --swal2-hide-animation: swal2-hide 0.15s forwards;
  --swal2-input-background: transparent;
  --swal2-progress-step-background: #add8e6;
  --swal2-validation-message-background: #f0f0f0;
  --swal2-validation-message-color: #666;
  --swal2-close-button-position: initial;
  --swal2-close-button-inset: auto;
  --swal2-close-button-font-size: 2.5em;
  --swal2-close-button-color: #ccc;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
[data-swal2-theme=dark] {
  --swal2-dark-theme-black: #19191a;
  --swal2-dark-theme-white: #e1e1e1;
  --swal2-background: var(--swal2-dark-theme-black);
  --swal2-color: var(--swal2-dark-theme-white);
  --swal2-footer-border-color: #555;
  --swal2-input-background: color-mix(in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10%);
  --swal2-validation-message-background: color-mix( in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10% );
  --swal2-validation-message-color: var(--swal2-dark-theme-white);
}

@media (prefers-color-scheme: dark) {
  /* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
  [data-swal2-theme=auto] {
    --swal2-dark-theme-black: #19191a;
    --swal2-dark-theme-white: #e1e1e1;
    --swal2-background: var(--swal2-dark-theme-black);
    --swal2-color: var(--swal2-dark-theme-white);
    --swal2-footer-border-color: #555;
    --swal2-input-background: color-mix(in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10%);
    --swal2-validation-message-background: color-mix( in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10% );
    --swal2-validation-message-color: var(--swal2-dark-theme-white);
  }
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
body.swal2-shown:not(.swal2-no-backdrop, .swal2-toast-shown) {
  overflow: hidden;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
body.swal2-height-auto {
  height: auto !important;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
body.swal2-no-backdrop .swal2-container {
  background-color: rgba(0, 0, 0, 0) !important;
  pointer-events: none;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
body.swal2-no-backdrop .swal2-container .swal2-popup {
  pointer-events: all;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
body.swal2-no-backdrop .swal2-container .swal2-modal {
  box-shadow: 0 0 10px var(--swal2-backdrop);
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
body.swal2-toast-shown .swal2-container {
  box-sizing: border-box;
  width: 360px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  pointer-events: none;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
body.swal2-toast-shown .swal2-container.swal2-top {
  inset: 0 auto auto 50%;
  transform: translateX(-50%);
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
  inset: 0 0 auto auto;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
  inset: 0 auto auto 0;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
  inset: 50% auto auto 0;
  transform: translateY(-50%);
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
body.swal2-toast-shown .swal2-container.swal2-center {
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
  inset: 50% 0 auto auto;
  transform: translateY(-50%);
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
  inset: auto auto 0 0;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
body.swal2-toast-shown .swal2-container.swal2-bottom {
  inset: auto auto 0 50%;
  transform: translateX(-50%);
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  inset: auto 0 0 auto;
}

@media print {
  /* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
  body.swal2-shown:not(.swal2-no-backdrop, .swal2-toast-shown) {
    overflow-y: scroll !important;
  }
  /* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
  body.swal2-shown:not(.swal2-no-backdrop, .swal2-toast-shown) > [aria-hidden=true] {
    display: none;
  }
  /* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
  body.swal2-shown:not(.swal2-no-backdrop, .swal2-toast-shown) .swal2-container {
    position: static !important;
  }
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div:where(.swal2-container) {
  display: grid;
  position: fixed;
  z-index: 1060;
  inset: 0;
  box-sizing: border-box;
  grid-template-areas: "top-start     top            top-end" "center-start  center         center-end" "bottom-start  bottom-center  bottom-end";
  grid-template-rows: minmax(min-content, auto) minmax(min-content, auto) minmax(min-content, auto);
  height: 100%;
  padding: var(--swal2-container-padding);
  overflow-x: hidden;
  transition: background-color .1s;
  -webkit-overflow-scrolling: touch;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div.swal2-backdrop-show:where(.swal2-container), div.swal2-noanimation:where(.swal2-container) {
  background: var(--swal2-backdrop);
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div.swal2-backdrop-hide:where(.swal2-container) {
  background: rgba(0, 0, 0, 0) !important;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div.swal2-top-start:where(.swal2-container), div.swal2-center-start:where(.swal2-container), div.swal2-bottom-start:where(.swal2-container) {
  grid-template-columns: minmax(0, 1fr) auto auto;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div.swal2-top:where(.swal2-container), div.swal2-center:where(.swal2-container), div.swal2-bottom:where(.swal2-container) {
  grid-template-columns: auto minmax(0, 1fr) auto;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div.swal2-top-end:where(.swal2-container), div.swal2-center-end:where(.swal2-container), div.swal2-bottom-end:where(.swal2-container) {
  grid-template-columns: auto auto minmax(0, 1fr);
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div.swal2-top-start:where(.swal2-container) > .swal2-popup {
  align-self: start;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div.swal2-top:where(.swal2-container) > .swal2-popup {
  grid-column: 2;
  place-self: start center;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div.swal2-top-end:where(.swal2-container) > .swal2-popup, div.swal2-top-right:where(.swal2-container) > .swal2-popup {
  grid-column: 3;
  place-self: start end;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div.swal2-center-start:where(.swal2-container) > .swal2-popup, div.swal2-center-left:where(.swal2-container) > .swal2-popup {
  grid-row: 2;
  align-self: center;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div.swal2-center:where(.swal2-container) > .swal2-popup {
  grid-column: 2;
  grid-row: 2;
  place-self: center center;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div.swal2-center-end:where(.swal2-container) > .swal2-popup, div.swal2-center-right:where(.swal2-container) > .swal2-popup {
  grid-column: 3;
  grid-row: 2;
  place-self: center end;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div.swal2-bottom-start:where(.swal2-container) > .swal2-popup, div.swal2-bottom-left:where(.swal2-container) > .swal2-popup {
  grid-column: 1;
  grid-row: 3;
  align-self: end;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div.swal2-bottom:where(.swal2-container) > .swal2-popup {
  grid-column: 2;
  grid-row: 3;
  place-self: end center;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div.swal2-bottom-end:where(.swal2-container) > .swal2-popup, div.swal2-bottom-right:where(.swal2-container) > .swal2-popup {
  grid-column: 3;
  grid-row: 3;
  place-self: end end;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div.swal2-grow-row:where(.swal2-container) > .swal2-popup, div.swal2-grow-fullscreen:where(.swal2-container) > .swal2-popup {
  grid-column: 1/4;
  width: 100%;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div.swal2-grow-column:where(.swal2-container) > .swal2-popup, div.swal2-grow-fullscreen:where(.swal2-container) > .swal2-popup {
  grid-row: 1/4;
  align-self: stretch;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div.swal2-no-transition:where(.swal2-container) {
  transition: none !important;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div:where(.swal2-container) div:where(.swal2-popup) {
  display: none;
  position: relative;
  box-sizing: border-box;
  grid-template-columns: minmax(0, 100%);
  width: var(--swal2-width);
  max-width: 100%;
  padding: var(--swal2-padding);
  border: var(--swal2-border);
  border-radius: var(--swal2-border-radius);
  background: var(--swal2-background);
  color: var(--swal2-color);
  font-family: inherit;
  font-size: 1rem;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div:where(.swal2-container) div:where(.swal2-popup):focus {
  outline: none;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div:where(.swal2-container) div.swal2-loading:where(.swal2-popup) {
  overflow-y: hidden;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div:where(.swal2-container) div.swal2-draggable:where(.swal2-popup) {
  cursor: grab;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div:where(.swal2-container) div.swal2-draggable:where(.swal2-popup) div:where(.swal2-icon) {
  cursor: grab;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div:where(.swal2-container) div.swal2-dragging:where(.swal2-popup) {
  cursor: grabbing;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div:where(.swal2-container) div.swal2-dragging:where(.swal2-popup) div:where(.swal2-icon) {
  cursor: grabbing;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div:where(.swal2-container) h2:where(.swal2-title), div:where(.swal2-container) .h2:where(.swal2-title) {
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: .8em 1em 0;
  color: inherit;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
  cursor: initial;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div:where(.swal2-container) div:where(.swal2-actions) {
  display: flex;
  z-index: 1;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: auto;
  margin: 1.25em auto 0;
  padding: 0;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled[disabled] {
  opacity: .4;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div:where(.swal2-container) div:where(.swal2-loader) {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.2em;
  height: 2.2em;
  margin: 0 1.875em;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border-width: .25em;
  border-style: solid;
  border-radius: 100%;
  border-color: #2778c4 rgba(0, 0, 0, 0) #2778c4 rgba(0, 0, 0, 0);
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div:where(.swal2-container) button:where(.swal2-styled) {
  margin: .3125em;
  padding: .625em 1.1em;
  transition: box-shadow .1s;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0);
  font-weight: 500;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div:where(.swal2-container) button:where(.swal2-styled):not([disabled]) {
  cursor: pointer;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
  border: 0;
  border-radius: .25em;
  background: initial;
  background-color: #7066e0;
  color: #fff;
  font-size: 1em;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):focus-visible {
  box-shadow: 0 0 0 3px rgba(112, 102, 224, 0.5);
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny) {
  border: 0;
  border-radius: .25em;
  background: initial;
  background-color: #dc3741;
  color: #fff;
  font-size: 1em;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny):focus-visible {
  box-shadow: 0 0 0 3px rgba(220, 55, 65, 0.5);
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel) {
  border: 0;
  border-radius: .25em;
  background: initial;
  background-color: #6e7881;
  color: #fff;
  font-size: 1em;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel):focus-visible {
  box-shadow: 0 0 0 3px rgba(110, 120, 129, 0.5);
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div:where(.swal2-container) button.swal2-default-outline:where(.swal2-styled):focus-visible {
  box-shadow: 0 0 0 3px rgba(100, 150, 200, 0.5);
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div:where(.swal2-container) button:where(.swal2-styled):focus-visible {
  outline: none;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div:where(.swal2-container) button:where(.swal2-styled)::-moz-focus-inner {
  border: 0;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div:where(.swal2-container) div:where(.swal2-footer) {
  margin: 1em 0 0;
  padding: 1em 1em 0;
  border-top: 1px solid var(--swal2-footer-border-color);
  color: inherit;
  font-size: 1em;
  text-align: center;
  cursor: initial;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div:where(.swal2-container) .swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  grid-column: auto !important;
  overflow: hidden;
  border-bottom-right-radius: var(--swal2-border-radius);
  border-bottom-left-radius: var(--swal2-border-radius);
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div:where(.swal2-container) div:where(.swal2-timer-progress-bar) {
  width: 100%;
  height: .25em;
  background: rgba(0, 0, 0, 0.2);
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div:where(.swal2-container) img:where(.swal2-image) {
  max-width: 100%;
  margin: 2em auto 1em;
  cursor: initial;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div:where(.swal2-container) button:where(.swal2-close) {
  position: var(--swal2-close-button-position);
  inset: var(--swal2-close-button-inset);
  z-index: 2;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: -1.2em;
  padding: 0;
  overflow: hidden;
  transition: color .1s,box-shadow .1s;
  border: none;
  border-radius: var(--swal2-border-radius);
  background: rgba(0, 0, 0, 0);
  color: var(--swal2-close-button-color);
  font-family: monospace;
  font-size: var(--swal2-close-button-font-size);
  cursor: pointer;
  justify-self: end;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div:where(.swal2-container) button:where(.swal2-close):hover {
  transform: none;
  background: rgba(0, 0, 0, 0);
  color: #f27474;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div:where(.swal2-container) button:where(.swal2-close):focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 3px rgba(100, 150, 200, 0.5);
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div:where(.swal2-container) button:where(.swal2-close)::-moz-focus-inner {
  border: 0;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div:where(.swal2-container) div:where(.swal2-html-container) {
  z-index: 1;
  justify-content: center;
  margin: 0;
  padding: 1em 1.6em .3em;
  overflow: auto;
  color: inherit;
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
  word-break: break-word;
  cursor: initial;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div:where(.swal2-container) input:where(.swal2-input), div:where(.swal2-container) input:where(.swal2-file), div:where(.swal2-container) textarea:where(.swal2-textarea), div:where(.swal2-container) select:where(.swal2-select), div:where(.swal2-container) div:where(.swal2-radio), div:where(.swal2-container) label:where(.swal2-checkbox) {
  margin: 1em 2em 3px;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div:where(.swal2-container) input:where(.swal2-input), div:where(.swal2-container) input:where(.swal2-file), div:where(.swal2-container) textarea:where(.swal2-textarea) {
  box-sizing: border-box;
  width: auto;
  transition: border-color .1s,box-shadow .1s;
  border: 1px solid #d9d9d9;
  border-radius: .1875em;
  background: var(--swal2-input-background);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px rgba(0, 0, 0, 0);
  color: inherit;
  font-size: 1.125em;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div:where(.swal2-container) input.swal2-inputerror:where(.swal2-input), div:where(.swal2-container) input.swal2-inputerror:where(.swal2-file), div:where(.swal2-container) textarea.swal2-inputerror:where(.swal2-textarea) {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div:where(.swal2-container) input:where(.swal2-input):focus, div:where(.swal2-container) input:where(.swal2-file):focus, div:where(.swal2-container) textarea:where(.swal2-textarea):focus {
  border: 1px solid #b4dbed;
  outline: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px rgba(100, 150, 200, 0.5);
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div:where(.swal2-container) input:where(.swal2-input)::placeholder, div:where(.swal2-container) input:where(.swal2-file)::placeholder, div:where(.swal2-container) textarea:where(.swal2-textarea)::placeholder {
  color: #ccc;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div:where(.swal2-container) .swal2-range {
  margin: 1em 2em 3px;
  background: var(--swal2-background);
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div:where(.swal2-container) .swal2-range input {
  width: 80%;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div:where(.swal2-container) .swal2-range output {
  width: 20%;
  color: inherit;
  font-weight: 600;
  text-align: center;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div:where(.swal2-container) .swal2-range input, div:where(.swal2-container) .swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div:where(.swal2-container) .swal2-input {
  height: 2.625em;
  padding: 0 .75em;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div:where(.swal2-container) .swal2-file {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  background: var(--swal2-input-background);
  font-size: 1.125em;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div:where(.swal2-container) .swal2-textarea {
  height: 6.75em;
  padding: .75em;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div:where(.swal2-container) .swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: .375em .625em;
  background: var(--swal2-input-background);
  color: inherit;
  font-size: 1.125em;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div:where(.swal2-container) .swal2-radio, div:where(.swal2-container) .swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: var(--swal2-background);
  color: inherit;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div:where(.swal2-container) .swal2-radio label, div:where(.swal2-container) .swal2-checkbox label {
  margin: 0 .6em;
  font-size: 1.125em;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div:where(.swal2-container) .swal2-radio input, div:where(.swal2-container) .swal2-checkbox input {
  flex-shrink: 0;
  margin: 0 .4em;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div:where(.swal2-container) label:where(.swal2-input-label) {
  display: flex;
  justify-content: center;
  margin: 1em auto 0;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div:where(.swal2-container) div:where(.swal2-validation-message) {
  align-items: center;
  justify-content: center;
  margin: 1em 0 0;
  padding: .625em;
  overflow: hidden;
  background: var(--swal2-validation-message-background);
  color: var(--swal2-validation-message-color);
  font-size: 1em;
  font-weight: 300;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div:where(.swal2-container) div:where(.swal2-validation-message)::before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 .625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div:where(.swal2-container) .swal2-progress-steps {
  flex-wrap: wrap;
  align-items: center;
  max-width: 100%;
  margin: 1.25em auto;
  padding: 0;
  background: rgba(0, 0, 0, 0);
  font-weight: 600;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div:where(.swal2-container) .swal2-progress-steps li {
  display: inline-block;
  position: relative;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  flex-shrink: 0;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #2778c4;
  color: #fff;
  line-height: 2em;
  text-align: center;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #2778c4;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
  background: var(--swal2-progress-step-background);
  color: #fff;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: var(--swal2-progress-step-background);
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  flex-shrink: 0;
  width: 2.5em;
  height: .4em;
  margin: 0 -1px;
  background: #2778c4;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div:where(.swal2-icon) {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 2.5em auto .6em;
  border: 0.25em solid rgba(0, 0, 0, 0);
  border-radius: 50%;
  border-color: #000;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  user-select: none;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div:where(.swal2-icon) .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 3.75em;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div.swal2-error:where(.swal2-icon) {
  border-color: #f27474;
  color: #f27474;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div.swal2-error:where(.swal2-icon) .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div.swal2-error:where(.swal2-icon) [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: .3125em;
  border-radius: .125em;
  background-color: #f27474;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div.swal2-error:where(.swal2-icon) [class^=swal2-x-mark-line][class$=left] {
  left: 1.0625em;
  transform: rotate(45deg);
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div.swal2-error:where(.swal2-icon) [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  transform: rotate(-45deg);
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div.swal2-error.swal2-icon-show:where(.swal2-icon) {
  animation: swal2-animate-error-icon .5s;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div.swal2-error.swal2-icon-show:where(.swal2-icon) .swal2-x-mark {
  animation: swal2-animate-error-x-mark .5s;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div.swal2-warning:where(.swal2-icon) {
  border-color: #f8bb86;
  color: #f8bb86;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div.swal2-warning.swal2-icon-show:where(.swal2-icon) {
  animation: swal2-animate-error-icon .5s;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div.swal2-warning.swal2-icon-show:where(.swal2-icon) .swal2-icon-content {
  animation: swal2-animate-i-mark .5s;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div.swal2-info:where(.swal2-icon) {
  border-color: #3fc3ee;
  color: #3fc3ee;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div.swal2-info.swal2-icon-show:where(.swal2-icon) {
  animation: swal2-animate-error-icon .5s;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div.swal2-info.swal2-icon-show:where(.swal2-icon) .swal2-icon-content {
  animation: swal2-animate-i-mark .8s;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div.swal2-question:where(.swal2-icon) {
  border-color: #87adbd;
  color: #87adbd;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div.swal2-question.swal2-icon-show:where(.swal2-icon) {
  animation: swal2-animate-error-icon .5s;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div.swal2-question.swal2-icon-show:where(.swal2-icon) .swal2-icon-content {
  animation: swal2-animate-question-mark .8s;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div.swal2-success:where(.swal2-icon) {
  border-color: #a5dc86;
  color: #a5dc86;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div.swal2-success:where(.swal2-icon) [class^=swal2-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  border-radius: 50%;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div.swal2-success:where(.swal2-icon) [class^=swal2-success-circular-line][class$=left] {
  top: -0.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div.swal2-success:where(.swal2-icon) [class^=swal2-success-circular-line][class$=right] {
  top: -0.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div.swal2-success:where(.swal2-icon) .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -0.25em;
  left: -0.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div.swal2-success:where(.swal2-icon) .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: .5em;
  left: 1.625em;
  width: .4375em;
  height: 5.625em;
  transform: rotate(-45deg);
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div.swal2-success:where(.swal2-icon) [class^=swal2-success-line] {
  display: block;
  position: absolute;
  z-index: 2;
  height: .3125em;
  border-radius: .125em;
  background-color: #a5dc86;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div.swal2-success:where(.swal2-icon) [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: .8125em;
  width: 1.5625em;
  transform: rotate(45deg);
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div.swal2-success:where(.swal2-icon) [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: .5em;
  width: 2.9375em;
  transform: rotate(-45deg);
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div.swal2-success.swal2-icon-show:where(.swal2-icon) .swal2-success-line-tip {
  animation: swal2-animate-success-line-tip .75s;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div.swal2-success.swal2-icon-show:where(.swal2-icon) .swal2-success-line-long {
  animation: swal2-animate-success-line-long .75s;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
div.swal2-success.swal2-icon-show:where(.swal2-icon) .swal2-success-circular-line-right {
  animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
[class^=swal2] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-show {
  animation: var(--swal2-show-animation);
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-hide {
  animation: var(--swal2-hide-animation);
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-noanimation {
  transition: none;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-rtl .swal2-close {
  margin-right: initial;
  margin-left: 0;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-toast {
  box-sizing: border-box;
  grid-column: 1/4 !important;
  grid-row: 1/4 !important;
  grid-template-columns: min-content auto min-content;
  padding: 1em;
  overflow-y: hidden;
  background: var(--swal2-background);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.075), 0 1px 2px rgba(0, 0, 0, 0.075), 1px 2px 4px rgba(0, 0, 0, 0.075), 1px 3px 8px rgba(0, 0, 0, 0.075), 2px 4px 16px rgba(0, 0, 0, 0.075);
  pointer-events: all;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-toast > * {
  grid-column: 2;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-toast h2:where(.swal2-title), .swal2-toast .h2:where(.swal2-title) {
  margin: .5em 1em;
  padding: 0;
  font-size: 1em;
  text-align: initial;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-toast .swal2-loading {
  justify-content: center;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-toast input:where(.swal2-input) {
  height: 2em;
  margin: .5em;
  font-size: 1em;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-toast .swal2-validation-message {
  font-size: 1em;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-toast div:where(.swal2-footer) {
  margin: .5em 0 0;
  padding: .5em 0 0;
  font-size: .8em;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-toast button:where(.swal2-close) {
  grid-column: 3/3;
  grid-row: 1/99;
  align-self: center;
  width: .8em;
  height: .8em;
  margin: 0;
  font-size: 2em;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-toast div:where(.swal2-html-container) {
  margin: .5em 1em;
  padding: 0;
  overflow: initial;
  font-size: 1em;
  text-align: initial;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-toast div:where(.swal2-html-container):empty {
  padding: 0;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-toast .swal2-loader {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  height: 2em;
  margin: .25em;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-toast .swal2-icon {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0 .5em 0 0;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-toast .swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 1.8em;
  font-weight: bold;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: .875em;
  width: 1.375em;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: .3125em;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: .3125em;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-toast div:where(.swal2-actions) {
  justify-content: flex-start;
  height: auto;
  margin: 0;
  margin-top: .5em;
  padding: 0 .5em;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-toast button:where(.swal2-styled) {
  margin: .25em .5em;
  padding: .4em .6em;
  font-size: 1em;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-toast .swal2-success {
  border-color: #a5dc86;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  border-radius: 50%;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.8em;
  left: -0.5em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.25em;
  left: .9375em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: .4375em;
  width: .4375em;
  height: 2.6875em;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: .3125em;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.125em;
  left: .1875em;
  width: .75em;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: .9375em;
  right: .1875em;
  width: 1.375em;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
  animation: swal2-toast-animate-success-line-tip .75s;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
  animation: swal2-toast-animate-success-line-long .75s;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-toast.swal2-show {
  animation: swal2-toast-show .5s;
}

/* line 1, node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-toast.swal2-hide {
  animation: swal2-toast-hide .1s forwards;
}

@keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}

@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: .125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: .8125em;
    width: 1.5625em;
  }
}

@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em;
  }
}

@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}

@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}

@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes swal2-animate-question-mark {
  0% {
    transform: rotateY(-360deg);
  }
  100% {
    transform: rotateY(0);
  }
}

@keyframes swal2-animate-i-mark {
  0% {
    transform: rotateZ(45deg);
    opacity: 0;
  }
  25% {
    transform: rotateZ(-25deg);
    opacity: .4;
  }
  50% {
    transform: rotateZ(15deg);
    opacity: .8;
  }
  75% {
    transform: rotateZ(-5deg);
    opacity: 1;
  }
  100% {
    transform: rotateX(0);
    opacity: 1;
  }
}

@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}

@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}

@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0;
  }
  54% {
    top: .125em;
    left: .125em;
    width: 0;
  }
  70% {
    top: .625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em;
  }
  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em;
  }
}

@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: .9375em;
    width: 0;
  }
  84% {
    top: .9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em;
  }
}

@keyframes passing-through {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(-40px);
  }
}

@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.1);
  }
  20% {
    transform: scale(1);
  }
}

/* line 1, node_modules/dropzone/dist/dropzone.css */
.dropzone, .dropzone * {
  box-sizing: border-box;
}

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

/* line 1, node_modules/dropzone/dist/dropzone.css */
.dropzone.dz-clickable {
  cursor: pointer;
}

/* line 1, node_modules/dropzone/dist/dropzone.css */
.dropzone.dz-clickable * {
  cursor: default;
}

/* line 1, node_modules/dropzone/dist/dropzone.css */
.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}

/* line 1, node_modules/dropzone/dist/dropzone.css */
.dropzone.dz-started .dz-message {
  display: none;
}

/* line 1, node_modules/dropzone/dist/dropzone.css */
.dropzone.dz-drag-hover {
  border-style: solid;
}

/* line 1, node_modules/dropzone/dist/dropzone.css */
.dropzone.dz-drag-hover .dz-message {
  opacity: .5;
}

/* line 1, node_modules/dropzone/dist/dropzone.css */
.dropzone .dz-message {
  text-align: center;
  margin: 3em 0;
}

/* line 1, node_modules/dropzone/dist/dropzone.css */
.dropzone .dz-message .dz-button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

/* line 1, node_modules/dropzone/dist/dropzone.css */
.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}

/* line 1, node_modules/dropzone/dist/dropzone.css */
.dropzone .dz-preview:hover {
  z-index: 1000;
}

/* line 1, node_modules/dropzone/dist/dropzone.css */
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

/* line 1, node_modules/dropzone/dist/dropzone.css */
.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}

/* line 1, node_modules/dropzone/dist/dropzone.css */
.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

/* line 1, node_modules/dropzone/dist/dropzone.css */
.dropzone .dz-preview.dz-image-preview {
  background: #fff;
}

/* line 1, node_modules/dropzone/dist/dropzone.css */
.dropzone .dz-preview.dz-image-preview .dz-details {
  transition: opacity .2s linear;
}

/* line 1, node_modules/dropzone/dist/dropzone.css */
.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}

/* line 1, node_modules/dropzone/dist/dropzone.css */
.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

/* line 1, node_modules/dropzone/dist/dropzone.css */
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

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

/* line 1, node_modules/dropzone/dist/dropzone.css */
.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}

/* line 1, node_modules/dropzone/dist/dropzone.css */
.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

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

/* line 1, node_modules/dropzone/dist/dropzone.css */
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 1, node_modules/dropzone/dist/dropzone.css */
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

/* line 1, node_modules/dropzone/dist/dropzone.css */
.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 .4em;
  border-radius: 3px;
}

/* line 1, node_modules/dropzone/dist/dropzone.css */
.dropzone .dz-preview:hover .dz-image img {
  transform: scale(1.05, 1.05);
  filter: blur(8px);
}

/* line 1, node_modules/dropzone/dist/dropzone.css */
.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}

/* line 1, node_modules/dropzone/dist/dropzone.css */
.dropzone .dz-preview .dz-image img {
  display: block;
}

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

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

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

/* line 1, node_modules/dropzone/dist/dropzone.css */
.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
  fill: #fff;
}

/* line 1, node_modules/dropzone/dist/dropzone.css */
.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  transition: all .2s linear;
}

/* line 1, node_modules/dropzone/dist/dropzone.css */
.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  transition: opacity .4s ease-in;
}

/* line 1, node_modules/dropzone/dist/dropzone.css */
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  animation: pulse 6s ease infinite;
}

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

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

/* line 1, node_modules/dropzone/dist/dropzone.css */
.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}

/* line 1, node_modules/dropzone/dist/dropzone.css */
.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

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

/* line 1, node_modules/dropzone/dist/dropzone.css */
.dropzone .dz-preview .dz-error-message:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #b10606;
}

/*# sourceMappingURL=dropzone.css.map */
/* required styles */
/* line 3, node_modules/leaflet/dist/leaflet.css */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

/* line 17, node_modules/leaflet/dist/leaflet.css */
.leaflet-container {
  overflow: hidden;
}

/* line 20, node_modules/leaflet/dist/leaflet.css */
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

/* Prevents IE11 from highlighting tiles in blue */
/* line 29, node_modules/leaflet/dist/leaflet.css */
.leaflet-tile::selection {
  background: transparent;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
/* line 33, node_modules/leaflet/dist/leaflet.css */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

/* hack that prevents hw layers "stretching" when loading new tiles */
/* line 37, node_modules/leaflet/dist/leaflet.css */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}

/* line 42, node_modules/leaflet/dist/leaflet.css */
.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
/* line 48, node_modules/leaflet/dist/leaflet.css */
.leaflet-container .leaflet-overlay-pane svg {
  max-width: none !important;
  max-height: none !important;
}

/* line 52, node_modules/leaflet/dist/leaflet.css */
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
  width: auto;
  padding: 0;
}

/* line 63, node_modules/leaflet/dist/leaflet.css */
.leaflet-container img.leaflet-tile {
  /* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
  mix-blend-mode: plus-lighter;
}

/* line 68, node_modules/leaflet/dist/leaflet.css */
.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}

/* line 72, node_modules/leaflet/dist/leaflet.css */
.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom;
}

/* line 78, node_modules/leaflet/dist/leaflet.css */
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}

/* line 82, node_modules/leaflet/dist/leaflet.css */
.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}

/* line 85, node_modules/leaflet/dist/leaflet.css */
.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

/* line 88, node_modules/leaflet/dist/leaflet.css */
.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}

/* line 92, node_modules/leaflet/dist/leaflet.css */
.leaflet-tile-loaded {
  visibility: inherit;
}

/* line 95, node_modules/leaflet/dist/leaflet.css */
.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
/* line 103, node_modules/leaflet/dist/leaflet.css */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

/* line 107, node_modules/leaflet/dist/leaflet.css */
.leaflet-pane {
  z-index: 400;
}

/* line 109, node_modules/leaflet/dist/leaflet.css */
.leaflet-tile-pane {
  z-index: 200;
}

/* line 110, node_modules/leaflet/dist/leaflet.css */
.leaflet-overlay-pane {
  z-index: 400;
}

/* line 111, node_modules/leaflet/dist/leaflet.css */
.leaflet-shadow-pane {
  z-index: 500;
}

/* line 112, node_modules/leaflet/dist/leaflet.css */
.leaflet-marker-pane {
  z-index: 600;
}

/* line 113, node_modules/leaflet/dist/leaflet.css */
.leaflet-tooltip-pane {
  z-index: 650;
}

/* line 114, node_modules/leaflet/dist/leaflet.css */
.leaflet-popup-pane {
  z-index: 700;
}

/* line 116, node_modules/leaflet/dist/leaflet.css */
.leaflet-map-pane canvas {
  z-index: 100;
}

/* line 117, node_modules/leaflet/dist/leaflet.css */
.leaflet-map-pane svg {
  z-index: 200;
}

/* line 119, node_modules/leaflet/dist/leaflet.css */
.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

/* line 123, node_modules/leaflet/dist/leaflet.css */
.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

/* control positioning */
/* line 132, node_modules/leaflet/dist/leaflet.css */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

/* line 138, node_modules/leaflet/dist/leaflet.css */
.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

/* line 144, node_modules/leaflet/dist/leaflet.css */
.leaflet-top {
  top: 0;
}

/* line 147, node_modules/leaflet/dist/leaflet.css */
.leaflet-right {
  right: 0;
}

/* line 150, node_modules/leaflet/dist/leaflet.css */
.leaflet-bottom {
  bottom: 0;
}

/* line 153, node_modules/leaflet/dist/leaflet.css */
.leaflet-left {
  left: 0;
}

/* line 156, node_modules/leaflet/dist/leaflet.css */
.leaflet-control {
  float: left;
  clear: both;
}

/* line 160, node_modules/leaflet/dist/leaflet.css */
.leaflet-right .leaflet-control {
  float: right;
}

/* line 163, node_modules/leaflet/dist/leaflet.css */
.leaflet-top .leaflet-control {
  margin-top: 10px;
}

/* line 166, node_modules/leaflet/dist/leaflet.css */
.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

/* line 169, node_modules/leaflet/dist/leaflet.css */
.leaflet-left .leaflet-control {
  margin-left: 10px;
}

/* line 172, node_modules/leaflet/dist/leaflet.css */
.leaflet-right .leaflet-control {
  margin-right: 10px;
}

/* zoom and fade animations */
/* line 179, node_modules/leaflet/dist/leaflet.css */
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

/* line 185, node_modules/leaflet/dist/leaflet.css */
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

/* line 188, node_modules/leaflet/dist/leaflet.css */
.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

/* line 193, node_modules/leaflet/dist/leaflet.css */
svg.leaflet-zoom-animated {
  will-change: transform;
}

/* line 197, node_modules/leaflet/dist/leaflet.css */
.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

/* line 202, node_modules/leaflet/dist/leaflet.css */
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

/* line 209, node_modules/leaflet/dist/leaflet.css */
.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* cursors */
/* line 216, node_modules/leaflet/dist/leaflet.css */
.leaflet-interactive {
  cursor: pointer;
}

/* line 219, node_modules/leaflet/dist/leaflet.css */
.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

/* line 224, node_modules/leaflet/dist/leaflet.css */
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

/* line 228, node_modules/leaflet/dist/leaflet.css */
.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

/* line 232, node_modules/leaflet/dist/leaflet.css */
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/* marker & overlays interactivity */
/* line 242, node_modules/leaflet/dist/leaflet.css */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}

/* line 250, node_modules/leaflet/dist/leaflet.css */
.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

/* visual tweaks */
/* line 260, node_modules/leaflet/dist/leaflet.css */
.leaflet-container {
  background: #ddd;
  outline-offset: 1px;
}

/* line 264, node_modules/leaflet/dist/leaflet.css */
.leaflet-container a {
  color: #0078A8;
}

/* line 267, node_modules/leaflet/dist/leaflet.css */
.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}

/* general typography */
/* line 274, node_modules/leaflet/dist/leaflet.css */
.leaflet-container {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}

/* general toolbar styles */
/* line 284, node_modules/leaflet/dist/leaflet.css */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}

/* line 288, node_modules/leaflet/dist/leaflet.css */
.leaflet-bar a {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

/* line 299, node_modules/leaflet/dist/leaflet.css */
.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

/* line 305, node_modules/leaflet/dist/leaflet.css */
.leaflet-bar a:hover,
.leaflet-bar a:focus {
  background-color: #f4f4f4;
}

/* line 309, node_modules/leaflet/dist/leaflet.css */
.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 313, node_modules/leaflet/dist/leaflet.css */
.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

/* line 318, node_modules/leaflet/dist/leaflet.css */
.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

/* line 324, node_modules/leaflet/dist/leaflet.css */
.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 329, node_modules/leaflet/dist/leaflet.css */
.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

/* line 333, node_modules/leaflet/dist/leaflet.css */
.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* zoom control */
/* line 340, node_modules/leaflet/dist/leaflet.css */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px 'Lucida Console', Monaco, monospace;
  text-indent: 1px;
}

/* line 346, node_modules/leaflet/dist/leaflet.css */
.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}

/* layers control */
/* line 353, node_modules/leaflet/dist/leaflet.css */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}

/* line 358, node_modules/leaflet/dist/leaflet.css */
.leaflet-control-layers-toggle {
  background-image: url(/images/layers.png);
  width: 36px;
  height: 36px;
}

/* line 363, node_modules/leaflet/dist/leaflet.css */
.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(/images/layers-2x.png);
  background-size: 26px 26px;
}

/* line 367, node_modules/leaflet/dist/leaflet.css */
.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

/* line 371, node_modules/leaflet/dist/leaflet.css */
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

/* line 375, node_modules/leaflet/dist/leaflet.css */
.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

/* line 379, node_modules/leaflet/dist/leaflet.css */
.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

/* line 384, node_modules/leaflet/dist/leaflet.css */
.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}

/* line 389, node_modules/leaflet/dist/leaflet.css */
.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

/* line 394, node_modules/leaflet/dist/leaflet.css */
.leaflet-control-layers label {
  display: block;
  font-size: 13px;
  font-size: 1.08333em;
}

/* line 399, node_modules/leaflet/dist/leaflet.css */
.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

/* Default icon URLs */
/* line 406, node_modules/leaflet/dist/leaflet.css */
.leaflet-default-icon-path {
  /* used only in path-guessing heuristic, see L.Icon.Default */
  background-image: url(/images/marker-icon.png);
}

/* attribution and scale controls */
/* line 413, node_modules/leaflet/dist/leaflet.css */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  margin: 0;
}

/* line 418, node_modules/leaflet/dist/leaflet.css */
.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
  line-height: 1.4;
}

/* line 424, node_modules/leaflet/dist/leaflet.css */
.leaflet-control-attribution a {
  text-decoration: none;
}

/* line 427, node_modules/leaflet/dist/leaflet.css */
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
  text-decoration: underline;
}

/* line 431, node_modules/leaflet/dist/leaflet.css */
.leaflet-attribution-flag {
  display: inline !important;
  vertical-align: baseline !important;
  width: 1em;
  height: 0.6669em;
}

/* line 437, node_modules/leaflet/dist/leaflet.css */
.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

/* line 440, node_modules/leaflet/dist/leaflet.css */
.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

/* line 443, node_modules/leaflet/dist/leaflet.css */
.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px #fff;
}

/* line 454, node_modules/leaflet/dist/leaflet.css */
.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

/* line 459, node_modules/leaflet/dist/leaflet.css */
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

/* line 463, node_modules/leaflet/dist/leaflet.css */
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}

/* line 468, node_modules/leaflet/dist/leaflet.css */
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

/* popup */
/* line 477, node_modules/leaflet/dist/leaflet.css */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}

/* line 482, node_modules/leaflet/dist/leaflet.css */
.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}

/* line 487, node_modules/leaflet/dist/leaflet.css */
.leaflet-popup-content {
  margin: 13px 24px 13px 20px;
  line-height: 1.3;
  font-size: 13px;
  font-size: 1.08333em;
  min-height: 1px;
}

/* line 494, node_modules/leaflet/dist/leaflet.css */
.leaflet-popup-content p {
  margin: 17px 0;
  margin: 1.3em 0;
}

/* line 498, node_modules/leaflet/dist/leaflet.css */
.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-top: -1px;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}

/* line 508, node_modules/leaflet/dist/leaflet.css */
.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  pointer-events: auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 521, node_modules/leaflet/dist/leaflet.css */
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

/* line 527, node_modules/leaflet/dist/leaflet.css */
.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  text-align: center;
  width: 24px;
  height: 24px;
  font: 16px/24px Tahoma, Verdana, sans-serif;
  color: #757575;
  text-decoration: none;
  background: transparent;
}

/* line 540, node_modules/leaflet/dist/leaflet.css */
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
  color: #585858;
}

/* line 544, node_modules/leaflet/dist/leaflet.css */
.leaflet-popup-scrolled {
  overflow: auto;
}

/* line 548, node_modules/leaflet/dist/leaflet.css */
.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1;
}

/* line 551, node_modules/leaflet/dist/leaflet.css */
.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

/* line 559, node_modules/leaflet/dist/leaflet.css */
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

/* div icon */
/* line 569, node_modules/leaflet/dist/leaflet.css */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

/* Tooltip */
/* Base styles for the element that has a tooltip */
/* line 577, node_modules/leaflet/dist/leaflet.css */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

/* line 592, node_modules/leaflet/dist/leaflet.css */
.leaflet-tooltip.leaflet-interactive {
  cursor: pointer;
  pointer-events: auto;
}

/* line 596, node_modules/leaflet/dist/leaflet.css */
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Directions */
/* line 609, node_modules/leaflet/dist/leaflet.css */
.leaflet-tooltip-bottom {
  margin-top: 6px;
}

/* line 612, node_modules/leaflet/dist/leaflet.css */
.leaflet-tooltip-top {
  margin-top: -6px;
}

/* line 615, node_modules/leaflet/dist/leaflet.css */
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}

/* line 620, node_modules/leaflet/dist/leaflet.css */
.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}

/* line 625, node_modules/leaflet/dist/leaflet.css */
.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}

/* line 631, node_modules/leaflet/dist/leaflet.css */
.leaflet-tooltip-left {
  margin-left: -6px;
}

/* line 634, node_modules/leaflet/dist/leaflet.css */
.leaflet-tooltip-right {
  margin-left: 6px;
}

/* line 637, node_modules/leaflet/dist/leaflet.css */
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}

/* line 642, node_modules/leaflet/dist/leaflet.css */
.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}

/* line 647, node_modules/leaflet/dist/leaflet.css */
.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}

/* Printing */
@media print {
  /* Prevent printers from removing background-images of controls. */
  /* line 657, node_modules/leaflet/dist/leaflet.css */
  .leaflet-control {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}

/* line 1, node_modules/jsvectormap/dist/jsvectormap.min.css */
svg {
  -ms-touch-action: none;
  touch-action: none;
}

/* line 1, node_modules/jsvectormap/dist/jsvectormap.min.css */
image, text, .jvm-zoomin, .jvm-zoomout {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 1, node_modules/jsvectormap/dist/jsvectormap.min.css */
.jvm-container {
  -ms-touch-action: none;
  touch-action: none;
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

/* line 1, node_modules/jsvectormap/dist/jsvectormap.min.css */
.jvm-tooltip {
  border-radius: 3px;
  background-color: #5c5cff;
  font-family: sans-serif,Verdana;
  font-size: smaller;
  box-shadow: 1px 2px 12px rgba(0, 0, 0, 0.2);
  padding: 3px 5px;
  white-space: nowrap;
  position: absolute;
  display: none;
  color: #fff;
}

/* line 1, node_modules/jsvectormap/dist/jsvectormap.min.css */
.jvm-tooltip.active {
  display: block;
}

/* line 1, node_modules/jsvectormap/dist/jsvectormap.min.css */
.jvm-zoom-btn {
  border-radius: 3px;
  background-color: #292929;
  padding: 3px;
  box-sizing: border-box;
  position: absolute;
  line-height: 10px;
  cursor: pointer;
  color: #fff;
  height: 15px;
  width: 15px;
  left: 10px;
}

/* line 1, node_modules/jsvectormap/dist/jsvectormap.min.css */
.jvm-zoom-btn.jvm-zoomout {
  top: 30px;
}

/* line 1, node_modules/jsvectormap/dist/jsvectormap.min.css */
.jvm-zoom-btn.jvm-zoomin {
  top: 10px;
}

/* line 1, node_modules/jsvectormap/dist/jsvectormap.min.css */
.jvm-series-container {
  right: 15px;
  position: absolute;
}

/* line 1, node_modules/jsvectormap/dist/jsvectormap.min.css */
.jvm-series-container.jvm-series-h {
  bottom: 15px;
}

/* line 1, node_modules/jsvectormap/dist/jsvectormap.min.css */
.jvm-series-container.jvm-series-v {
  top: 15px;
}

/* line 1, node_modules/jsvectormap/dist/jsvectormap.min.css */
.jvm-series-container .jvm-legend {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  margin-left: .75rem;
  border-radius: .25rem;
  border-color: #e5e7eb;
  padding: .6rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  float: left;
}

/* line 1, node_modules/jsvectormap/dist/jsvectormap.min.css */
.jvm-series-container .jvm-legend .jvm-legend-title {
  line-height: 1;
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: .5rem;
  margin-bottom: .575rem;
  text-align: left;
}

/* line 1, node_modules/jsvectormap/dist/jsvectormap.min.css */
.jvm-series-container .jvm-legend .jvm-legend-inner {
  overflow: hidden;
}

/* line 1, node_modules/jsvectormap/dist/jsvectormap.min.css */
.jvm-series-container .jvm-legend .jvm-legend-inner .jvm-legend-tick {
  overflow: hidden;
  min-width: 40px;
}

/* line 1, node_modules/jsvectormap/dist/jsvectormap.min.css */
.jvm-series-container .jvm-legend .jvm-legend-inner .jvm-legend-tick:not(:first-child) {
  margin-top: .575rem;
}

/* line 1, node_modules/jsvectormap/dist/jsvectormap.min.css */
.jvm-series-container .jvm-legend .jvm-legend-inner .jvm-legend-tick .jvm-legend-tick-sample {
  border-radius: 4px;
  margin-right: .65rem;
  height: 16px;
  width: 16px;
  float: left;
}

/* line 1, node_modules/jsvectormap/dist/jsvectormap.min.css */
.jvm-series-container .jvm-legend .jvm-legend-inner .jvm-legend-tick .jvm-legend-tick-text {
  font-size: 12px;
  text-align: center;
  float: left;
}

/* line 1, node_modules/jsvectormap/dist/jsvectormap.min.css */
.jvm-line[animation=true] {
  -webkit-animation: jvm-line-animation 10s linear forwards infinite;
  animation: jvm-line-animation 10s linear forwards infinite;
}

@-webkit-keyframes jvm-line-animation {
  from {
    stroke-dashoffset: 250;
  }
}

@keyframes jvm-line-animation {
  from {
    stroke-dashoffset: 250;
  }
}

/* line 1, node_modules/gridjs/dist/theme/mermaid.min.css */
.gridjs-footer button, .gridjs-head button {
  background-color: transparent;
  background-image: none;
  border: none;
  cursor: pointer;
  margin: 0;
  outline: none;
  padding: 0;
}

/* line 1, node_modules/gridjs/dist/theme/mermaid.min.css */
.gridjs-temp {
  position: relative;
}

/* line 1, node_modules/gridjs/dist/theme/mermaid.min.css */
.gridjs-head {
  margin-bottom: 5px;
  padding: 5px 1px;
  width: 100%;
}

/* line 1, node_modules/gridjs/dist/theme/mermaid.min.css */
.gridjs-head:after {
  clear: both;
  content: "";
  display: block;
}

/* line 1, node_modules/gridjs/dist/theme/mermaid.min.css */
.gridjs-head:empty {
  border: none;
  padding: 0;
}

/* line 1, node_modules/gridjs/dist/theme/mermaid.min.css */
.gridjs-container {
  color: #000;
  display: inline-block;
  overflow: hidden;
  padding: 2px;
  position: relative;
  z-index: 0;
}

/* line 1, node_modules/gridjs/dist/theme/mermaid.min.css */
.gridjs-footer {
  background-color: #fff;
  border-bottom-width: 1px;
  border-color: #e5e7eb;
  border-radius: 0 0 8px 8px;
  border-top: 1px solid #e5e7eb;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.26);
  display: block;
  padding: 12px 24px;
  position: relative;
  width: 100%;
  z-index: 5;
}

/* line 1, node_modules/gridjs/dist/theme/mermaid.min.css */
.gridjs-footer:empty {
  border: none;
  padding: 0;
}

/* line 1, node_modules/gridjs/dist/theme/mermaid.min.css */
input.gridjs-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #d2d6dc;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1.45;
  outline: none;
  padding: 10px 13px;
}

/* line 1, node_modules/gridjs/dist/theme/mermaid.min.css */
input.gridjs-input:focus {
  border-color: #9bc2f7;
  box-shadow: 0 0 0 3px rgba(149, 189, 243, 0.5);
}

/* line 1, node_modules/gridjs/dist/theme/mermaid.min.css */
.gridjs-pagination {
  color: #3d4044;
}

/* line 1, node_modules/gridjs/dist/theme/mermaid.min.css */
.gridjs-pagination:after {
  clear: both;
  content: "";
  display: block;
}

/* line 1, node_modules/gridjs/dist/theme/mermaid.min.css */
.gridjs-pagination .gridjs-summary {
  float: left;
  margin-top: 5px;
}

/* line 1, node_modules/gridjs/dist/theme/mermaid.min.css */
.gridjs-pagination .gridjs-pages {
  float: right;
}

/* line 1, node_modules/gridjs/dist/theme/mermaid.min.css */
.gridjs-pagination .gridjs-pages button {
  background-color: #fff;
  border: 1px solid #d2d6dc;
  border-right: none;
  outline: none;
  padding: 5px 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 1, node_modules/gridjs/dist/theme/mermaid.min.css */
.gridjs-pagination .gridjs-pages button:focus {
  border-right: 1px solid #d2d6dc;
  box-shadow: 0 0 0 2px rgba(149, 189, 243, 0.5);
  margin-right: -1px;
  position: relative;
}

/* line 1, node_modules/gridjs/dist/theme/mermaid.min.css */
.gridjs-pagination .gridjs-pages button:hover {
  background-color: #f7f7f7;
  color: #3c4257;
  outline: none;
}

/* line 1, node_modules/gridjs/dist/theme/mermaid.min.css */
.gridjs-pagination .gridjs-pages button:disabled, .gridjs-pagination .gridjs-pages button:hover:disabled, .gridjs-pagination .gridjs-pages button[disabled] {
  background-color: #fff;
  color: #6b7280;
  cursor: default;
}

/* line 1, node_modules/gridjs/dist/theme/mermaid.min.css */
.gridjs-pagination .gridjs-pages button.gridjs-spread {
  background-color: #fff;
  box-shadow: none;
  cursor: default;
}

/* line 1, node_modules/gridjs/dist/theme/mermaid.min.css */
.gridjs-pagination .gridjs-pages button.gridjs-currentPage {
  background-color: #f7f7f7;
  font-weight: 700;
}

/* line 1, node_modules/gridjs/dist/theme/mermaid.min.css */
.gridjs-pagination .gridjs-pages button:last-child {
  border-bottom-right-radius: 6px;
  border-right: 1px solid #d2d6dc;
  border-top-right-radius: 6px;
}

/* line 1, node_modules/gridjs/dist/theme/mermaid.min.css */
.gridjs-pagination .gridjs-pages button:first-child {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

/* line 1, node_modules/gridjs/dist/theme/mermaid.min.css */
.gridjs-pagination .gridjs-pages button:last-child:focus {
  margin-right: 0;
}

/* line 1, node_modules/gridjs/dist/theme/mermaid.min.css */
button.gridjs-sort {
  background-color: transparent;
  background-position-x: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  cursor: pointer;
  float: right;
  height: 24px;
  margin: 0;
  outline: none;
  padding: 0;
  width: 13px;
}

/* line 1, node_modules/gridjs/dist/theme/mermaid.min.css */
button.gridjs-sort-neutral {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MDEuOTk4IiBoZWlnaHQ9IjQwMS45OTgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQwMS45OTggNDAxLjk5OCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTczLjA5MiAxNjQuNDUyaDI1NS44MTNjNC45NDkgMCA5LjIzMy0xLjgwNyAxMi44NDgtNS40MjQgMy42MTMtMy42MTYgNS40MjctNy44OTggNS40MjctMTIuODQ3cy0xLjgxMy05LjIyOS01LjQyNy0xMi44NUwyMTMuODQ2IDUuNDI0QzIxMC4yMzIgMS44MTIgMjA1Ljk1MSAwIDIwMC45OTkgMHMtOS4yMzMgMS44MTItMTIuODUgNS40MjRMNjAuMjQyIDEzMy4zMzFjLTMuNjE3IDMuNjE3LTUuNDI0IDcuOTAxLTUuNDI0IDEyLjg1IDAgNC45NDggMS44MDcgOS4yMzEgNS40MjQgMTIuODQ3IDMuNjIxIDMuNjE3IDcuOTAyIDUuNDI0IDEyLjg1IDUuNDI0ek0zMjguOTA1IDIzNy41NDlINzMuMDkyYy00Ljk1MiAwLTkuMjMzIDEuODA4LTEyLjg1IDUuNDIxLTMuNjE3IDMuNjE3LTUuNDI0IDcuODk4LTUuNDI0IDEyLjg0N3MxLjgwNyA5LjIzMyA1LjQyNCAxMi44NDhMMTg4LjE0OSAzOTYuNTdjMy42MjEgMy42MTcgNy45MDIgNS40MjggMTIuODUgNS40MjhzOS4yMzMtMS44MTEgMTIuODQ3LTUuNDI4bDEyNy45MDctMTI3LjkwNmMzLjYxMy0zLjYxNCA1LjQyNy03Ljg5OCA1LjQyNy0xMi44NDggMC00Ljk0OC0xLjgxMy05LjIyOS01LjQyNy0xMi44NDctMy42MTQtMy42MTYtNy44OTktNS40Mi0xMi44NDgtNS40MnoiLz48L3N2Zz4=");
  background-position-y: center;
  opacity: .3;
}

/* line 1, node_modules/gridjs/dist/theme/mermaid.min.css */
button.gridjs-sort-asc {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOTIuMzYyIiBoZWlnaHQ9IjI5Mi4zNjEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI5Mi4zNjIgMjkyLjM2MSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTI4Ni45MzUgMTk3LjI4NyAxNTkuMDI4IDY5LjM4MWMtMy42MTMtMy42MTctNy44OTUtNS40MjQtMTIuODQ3LTUuNDI0cy05LjIzMyAxLjgwNy0xMi44NSA1LjQyNEw1LjQyNCAxOTcuMjg3QzEuODA3IDIwMC45MDQgMCAyMDUuMTg2IDAgMjEwLjEzNHMxLjgwNyA5LjIzMyA1LjQyNCAxMi44NDdjMy42MjEgMy42MTcgNy45MDIgNS40MjUgMTIuODUgNS40MjVoMjU1LjgxM2M0Ljk0OSAwIDkuMjMzLTEuODA4IDEyLjg0OC01LjQyNSAzLjYxMy0zLjYxMyA1LjQyNy03Ljg5OCA1LjQyNy0xMi44NDdzLTEuODE0LTkuMjMtNS40MjctMTIuODQ3eiIvPjwvc3ZnPg==");
  background-position-y: 35%;
  background-size: 10px;
}

/* line 1, node_modules/gridjs/dist/theme/mermaid.min.css */
button.gridjs-sort-desc {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOTIuMzYyIiBoZWlnaHQ9IjI5Mi4zNjIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI5Mi4zNjIgMjkyLjM2MiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTI4Ni45MzUgNjkuMzc3Yy0zLjYxNC0zLjYxNy03Ljg5OC01LjQyNC0xMi44NDgtNS40MjRIMTguMjc0Yy00Ljk1MiAwLTkuMjMzIDEuODA3LTEyLjg1IDUuNDI0QzEuODA3IDcyLjk5OCAwIDc3LjI3OSAwIDgyLjIyOGMwIDQuOTQ4IDEuODA3IDkuMjI5IDUuNDI0IDEyLjg0N2wxMjcuOTA3IDEyNy45MDdjMy42MjEgMy42MTcgNy45MDIgNS40MjggMTIuODUgNS40MjhzOS4yMzMtMS44MTEgMTIuODQ3LTUuNDI4TDI4Ni45MzUgOTUuMDc0YzMuNjEzLTMuNjE3IDUuNDI3LTcuODk4IDUuNDI3LTEyLjg0NyAwLTQuOTQ4LTEuODE0LTkuMjI5LTUuNDI3LTEyLjg1eiIvPjwvc3ZnPg==");
  background-position-y: 65%;
  background-size: 10px;
}

/* line 1, node_modules/gridjs/dist/theme/mermaid.min.css */
button.gridjs-sort:focus {
  outline: none;
}

/* line 1, node_modules/gridjs/dist/theme/mermaid.min.css */
table.gridjs-table {
  border-collapse: collapse;
  display: table;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  table-layout: fixed;
  text-align: left;
  width: 100%;
}

/* line 1, node_modules/gridjs/dist/theme/mermaid.min.css */
.gridjs-tbody, td.gridjs-td {
  background-color: #fff;
}

/* line 1, node_modules/gridjs/dist/theme/mermaid.min.css */
td.gridjs-td {
  border: 1px solid #e5e7eb;
  box-sizing: content-box;
  padding: 12px 24px;
}

/* line 1, node_modules/gridjs/dist/theme/mermaid.min.css */
td.gridjs-td:first-child {
  border-left: none;
}

/* line 1, node_modules/gridjs/dist/theme/mermaid.min.css */
td.gridjs-td:last-child {
  border-right: none;
}

/* line 1, node_modules/gridjs/dist/theme/mermaid.min.css */
td.gridjs-message {
  text-align: center;
}

/* line 1, node_modules/gridjs/dist/theme/mermaid.min.css */
th.gridjs-th {
  background-color: #f9fafb;
  border: 1px solid #e5e7eb;
  border-top: none;
  box-sizing: border-box;
  color: #6b7280;
  outline: none;
  padding: 14px 24px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

/* line 1, node_modules/gridjs/dist/theme/mermaid.min.css */
th.gridjs-th .gridjs-th-content {
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

/* line 1, node_modules/gridjs/dist/theme/mermaid.min.css */
th.gridjs-th-sort {
  cursor: pointer;
}

/* line 1, node_modules/gridjs/dist/theme/mermaid.min.css */
th.gridjs-th-sort .gridjs-th-content {
  width: calc(100% - 15px);
}

/* line 1, node_modules/gridjs/dist/theme/mermaid.min.css */
th.gridjs-th-sort:focus, th.gridjs-th-sort:hover {
  background-color: #e5e7eb;
}

/* line 1, node_modules/gridjs/dist/theme/mermaid.min.css */
th.gridjs-th-fixed {
  box-shadow: 0 1px 0 0 #e5e7eb;
  position: sticky;
}

@supports (-moz-appearance: none) {
  /* line 1, node_modules/gridjs/dist/theme/mermaid.min.css */
  th.gridjs-th-fixed {
    box-shadow: 0 0 0 1px #e5e7eb;
  }
}

/* line 1, node_modules/gridjs/dist/theme/mermaid.min.css */
th.gridjs-th:first-child {
  border-left: none;
}

/* line 1, node_modules/gridjs/dist/theme/mermaid.min.css */
th.gridjs-th:last-child {
  border-right: none;
}

/* line 1, node_modules/gridjs/dist/theme/mermaid.min.css */
.gridjs-tr {
  border: none;
}

/* line 1, node_modules/gridjs/dist/theme/mermaid.min.css */
.gridjs-tr-selected td {
  background-color: #ebf5ff;
}

/* line 1, node_modules/gridjs/dist/theme/mermaid.min.css */
.gridjs-tr:last-child td {
  border-bottom: 0;
}

/* line 1, node_modules/gridjs/dist/theme/mermaid.min.css */
.gridjs *, .gridjs :after, .gridjs :before {
  box-sizing: border-box;
}

/* line 1, node_modules/gridjs/dist/theme/mermaid.min.css */
.gridjs-wrapper {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-color: #e5e7eb;
  border-radius: 8px 8px 0 0;
  border-top-width: 1px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.26);
  display: block;
  overflow: auto;
  position: relative;
  width: 100%;
  z-index: 1;
}

/* line 1, node_modules/gridjs/dist/theme/mermaid.min.css */
.gridjs-wrapper:nth-last-of-type(2) {
  border-bottom-width: 1px;
  border-radius: 8px;
}

/* line 1, node_modules/gridjs/dist/theme/mermaid.min.css */
.gridjs-search {
  float: left;
}

/* line 1, node_modules/gridjs/dist/theme/mermaid.min.css */
.gridjs-search-input {
  width: 250px;
}

/* line 1, node_modules/gridjs/dist/theme/mermaid.min.css */
.gridjs-loading-bar {
  background-color: #fff;
  opacity: .5;
  z-index: 10;
}

/* line 1, node_modules/gridjs/dist/theme/mermaid.min.css */
.gridjs-loading-bar, .gridjs-loading-bar:after {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 1, node_modules/gridjs/dist/theme/mermaid.min.css */
.gridjs-loading-bar:after {
  animation: shimmer 2s infinite;
  background-image: linear-gradient(90deg, rgba(204, 204, 204, 0), rgba(204, 204, 204, 0.2) 20%, rgba(204, 204, 204, 0.5) 60%, rgba(204, 204, 204, 0));
  content: "";
  transform: translateX(-100%);
}

@keyframes shimmer {
  to {
    transform: translateX(100%);
  }
}

/* line 1, node_modules/gridjs/dist/theme/mermaid.min.css */
.gridjs-td .gridjs-checkbox {
  cursor: pointer;
  display: block;
  margin: auto;
}

/* line 1, node_modules/gridjs/dist/theme/mermaid.min.css */
.gridjs-resizable {
  bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 5px;
}

/* line 1, node_modules/gridjs/dist/theme/mermaid.min.css */
.gridjs-resizable:hover {
  background-color: #9bc2f7;
  cursor: ew-resize;
}

/* line 1, node_modules/jquery-toast-plugin/dist/jquery.toast.min.css */
.jq-toast-wrap, .jq-toast-wrap * {
  margin: 0;
  padding: 0;
}

/* line 1, node_modules/jquery-toast-plugin/dist/jquery.toast.min.css */
.jq-toast-wrap {
  display: block;
  position: fixed;
  width: 250px;
  pointer-events: none !important;
  letter-spacing: normal;
  z-index: 9000 !important;
}

/* line 1, node_modules/jquery-toast-plugin/dist/jquery.toast.min.css */
.jq-toast-wrap.bottom-left {
  bottom: 20px;
  left: 20px;
}

/* line 1, node_modules/jquery-toast-plugin/dist/jquery.toast.min.css */
.jq-toast-wrap.bottom-right {
  bottom: 20px;
  right: 40px;
}

/* line 1, node_modules/jquery-toast-plugin/dist/jquery.toast.min.css */
.jq-toast-wrap.top-left {
  top: 20px;
  left: 20px;
}

/* line 1, node_modules/jquery-toast-plugin/dist/jquery.toast.min.css */
.jq-toast-wrap.top-right {
  top: 20px;
  right: 40px;
}

/* line 1, node_modules/jquery-toast-plugin/dist/jquery.toast.min.css */
.jq-toast-single {
  display: block;
  width: 100%;
  padding: 10px;
  margin: 0 0 5px;
  border-radius: 4px;
  font-size: 12px;
  font-family: arial,sans-serif;
  line-height: 17px;
  position: relative;
  pointer-events: all !important;
  background-color: #444;
  color: #fff;
}

/* line 1, node_modules/jquery-toast-plugin/dist/jquery.toast.min.css */
.jq-toast-single h2, .jq-toast-single .h2 {
  font-family: arial,sans-serif;
  font-size: 14px;
  margin: 0 0 7px;
  background: 0 0;
  color: inherit;
  line-height: inherit;
  letter-spacing: normal;
}

/* line 1, node_modules/jquery-toast-plugin/dist/jquery.toast.min.css */
.jq-toast-single a {
  color: #eee;
  text-decoration: none;
  font-weight: 700;
  border-bottom: 1px solid #fff;
  padding-bottom: 3px;
  font-size: 12px;
}

/* line 1, node_modules/jquery-toast-plugin/dist/jquery.toast.min.css */
.jq-toast-single ul {
  margin: 0 0 0 15px;
  background: 0 0;
  padding: 0;
}

/* line 1, node_modules/jquery-toast-plugin/dist/jquery.toast.min.css */
.jq-toast-single ul li {
  list-style-type: disc !important;
  line-height: 17px;
  background: 0 0;
  margin: 0;
  padding: 0;
  letter-spacing: normal;
}

/* line 1, node_modules/jquery-toast-plugin/dist/jquery.toast.min.css */
.close-jq-toast-single {
  position: absolute;
  top: 3px;
  right: 7px;
  font-size: 14px;
  cursor: pointer;
}

/* line 1, node_modules/jquery-toast-plugin/dist/jquery.toast.min.css */
.jq-toast-loader {
  display: block;
  position: absolute;
  top: -2px;
  height: 5px;
  width: 0;
  left: 0;
  border-radius: 5px;
  background: red;
}

/* line 1, node_modules/jquery-toast-plugin/dist/jquery.toast.min.css */
.jq-toast-loaded {
  width: 100%;
}

/* line 1, node_modules/jquery-toast-plugin/dist/jquery.toast.min.css */
.jq-has-icon {
  padding: 10px 10px 10px 50px;
  background-repeat: no-repeat;
  background-position: 10px;
}

/* line 1, node_modules/jquery-toast-plugin/dist/jquery.toast.min.css */
.jq-icon-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=);
  background-color: #31708f;
  color: #d9edf7;
  border-color: #bce8f1;
}

/* line 1, node_modules/jquery-toast-plugin/dist/jquery.toast.min.css */
.jq-icon-warning {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=);
  background-color: #8a6d3b;
  color: #fcf8e3;
  border-color: #faebcc;
}

/* line 1, node_modules/jquery-toast-plugin/dist/jquery.toast.min.css */
.jq-icon-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=);
  background-color: #a94442;
  color: #f2dede;
  border-color: #ebccd1;
}

/* line 1, node_modules/jquery-toast-plugin/dist/jquery.toast.min.css */
.jq-icon-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==);
  color: #dff0d8;
  background-color: #3c763d;
  border-color: #d6e9c6;
}

/*
Template Name: DashDelivery - Responsive Bootstrap 5 Admin Dashboard
Version: 1.0.0
Author: Coderthemes
Email: support@coderthemes.com
File: App Css File
*/
/* line 8, app/assets/stylesheets/config/_theme-default.scss */
:root {
  --osen-logo-lg-height: 36px;
  --osen-logo-sm-height: 36px;
  --osen-sidenav-width: 260px;
  --osen-sidenav-width-md: 160px;
  --osen-sidenav-width-sm: 70px;
  --osen-topbar-height: 70px;
  --osen-menu-item-icon-size: 1.25rem;
  --osen-menu-item-font-size: 0.875rem;
  --osen-menu-link-item-gap: 12px;
  --osen-menu-item-padding-x: 15px;
  --osen-menu-item-padding-y: 8px;
  --osen-menu-item-item-gap: 2px;
}

/* line 26, app/assets/stylesheets/config/_theme-default.scss */
[data-bs-theme="dark"]:root {
  --osen-light: #252630;
  --osen-light-rgb: 37, 38, 48;
  --osen-dark: #f1f1f1;
  --osen-dark-rgb: 241, 241, 241;
  --osen-box-shadow: 0px 0px 35px 0px rgba(26, 27, 34, 0.5);
}

/* line 39, app/assets/stylesheets/config/_theme-default.scss */
[data-menu-color="light"]:root {
  --osen-menu-bg: #fff;
  --osen-menu-item-color: #6c757d;
  --osen-menu-item-hover-color: #465dff;
  --osen-menu-item-hover-bg: rgba(70, 93, 255, 0.1);
  --osen-menu-item-active-color: #465dff;
  --osen-menu-item-active-bg: rgba(70, 93, 255, 0.1);
}

/* line 49, app/assets/stylesheets/config/_theme-default.scss */
[data-menu-color="dark"]:root {
  --osen-menu-bg: #232e51;
  --osen-menu-item-color: white;
  --osen-menu-item-hover-color: #e2eeff;
  --osen-menu-item-hover-bg: #2f3a5f;
  --osen-menu-item-active-color: #e2eeff;
  --osen-menu-item-active-bg: #2f3a5f;
}

/* line 58, app/assets/stylesheets/config/_theme-default.scss */
[data-menu-color="dark"][data-bs-theme="dark"]:root, [data-bs-theme="dark"][data-menu-color="light"]:root {
  --osen-menu-bg: #1e1f27;
  --osen-menu-item-color: #97aac1;
  --osen-menu-item-hover-color: #e2eeff;
  --osen-menu-item-hover-bg: #2a2c33;
  --osen-menu-item-active-color: #e2eeff;
  --osen-menu-item-active-bg: #2a2c33;
}

/* line 69, app/assets/stylesheets/config/_theme-default.scss */
[data-menu-color="brand"]:root {
  --osen-menu-bg: linear-gradient(135deg, #6379c3 0%, #546ee5 60%);
  --osen-menu-item-color: #cedce4;
  --osen-menu-item-hover-color: #ffffff;
  --osen-menu-item-hover-bg: rgba(255, 255, 255, 0.1);
  --osen-menu-item-active-color: #ffffff;
  --osen-menu-item-active-bg: rgba(255, 255, 255, 0.1);
}

/* line 79, app/assets/stylesheets/config/_theme-default.scss */
[data-topbar-color="light"]:root {
  --osen-topbar-bg: #ffffff;
  --osen-topbar-item-color: #6c757d;
  --osen-topbar-item-hover-color: #465dff;
  --osen-topbar-search-bg: #f0f3f8;
  --osen-topbar-user-bg: #fafafd;
  --osen-topbar-user-border: #eef2f7;
}

/* line 89, app/assets/stylesheets/config/_theme-default.scss */
[data-topbar-color="dark"]:root, [data-bs-theme="dark"][data-topbar-color="light"]:root {
  --osen-topbar-bg: #1e1f27;
  --osen-topbar-item-color: #8391a2;
  --osen-topbar-item-hover-color: #bccee4;
  --osen-topbar-search-bg: #2a2b34;
  --osen-topbar-user-bg: #2a2b34;
  --osen-topbar-user-border: #2a2b34;
}

/* line 100, app/assets/stylesheets/config/_theme-default.scss */
[data-topbar-color="brand"]:root {
  --osen-topbar-bg: linear-gradient(135deg, #6379c3 0%, #546ee5 60%);
  --osen-topbar-item-color: rgba(255, 255, 255, 0.7);
  --osen-topbar-item-hover-color: #ffffff;
  --osen-topbar-search-bg: rgba(255, 255, 255, 0.1);
  --osen-topbar-user-bg: rgba(255, 255, 255, 0.1);
  --osen-topbar-user-border: rgba(255, 255, 255, 0.15);
}

/* line 110, app/assets/stylesheets/config/_theme-default.scss */
[data-topbar-color="brand"]:root {
  --osen-topbar-bg: linear-gradient(135deg, #6379c3 0%, #546ee5 60%);
  --osen-topbar-item-color: rgba(255, 255, 255, 0.7);
  --osen-topbar-item-hover-color: #ffffff;
  --osen-topbar-search-bg: rgba(255, 255, 255, 0.1);
  --osen-topbar-user-bg: rgba(255, 255, 255, 0.1);
  --osen-topbar-user-border: rgba(255, 255, 255, 0.15);
}

/*!
   * Bootstrap  v5.3.3 (https://getbootstrap.com/)
   * Copyright 2011-2024 The Bootstrap Authors
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
/* line 1, node_modules/bootstrap/scss/_root.scss */
:root,
[data-bs-theme="light"] {
  --osen-blue: #465dff;
  --osen-indigo: #6b5eae;
  --osen-pink: #ff679b;
  --osen-red: #ff6d43;
  --osen-orange: #fd7e14;
  --osen-yellow: #f9c45c;
  --osen-green: #6ac75a;
  --osen-teal: #02bc9c;
  --osen-cyan: #67baf1;
  --osen-black: #000;
  --osen-white: #fff;
  --osen-gray: #8a969c;
  --osen-gray-dark: #343a40;
  --osen-gray-100: #f6f7fb;
  --osen-gray-200: #eef2f7;
  --osen-gray-300: #e7e9eb;
  --osen-gray-400: #ced4da;
  --osen-gray-500: #a1a9b1;
  --osen-gray-600: #8a969c;
  --osen-gray-700: #6c757d;
  --osen-gray-800: #343a40;
  --osen-gray-900: #313a46;
  --osen-primary: #465dff;
  --osen-secondary: #783bff;
  --osen-success: #6ac75a;
  --osen-info: #67baf1;
  --osen-warning: #f9c45c;
  --osen-danger: #ff6d43;
  --osen-light: #eef2f7;
  --osen-dark: #313a46;
  --osen-primary-rgb: 70, 93, 255;
  --osen-secondary-rgb: 120, 59, 255;
  --osen-success-rgb: 106, 199, 90;
  --osen-info-rgb: 103, 186, 241;
  --osen-warning-rgb: 249, 196, 92;
  --osen-danger-rgb: 255, 109, 67;
  --osen-light-rgb: 238, 242, 247;
  --osen-dark-rgb: 49, 58, 70;
  --osen-primary-text-emphasis: #3c4fd9;
  --osen-secondary-text-emphasis: #6632d9;
  --osen-success-text-emphasis: #5aa94d;
  --osen-info-text-emphasis: #589ecd;
  --osen-warning-text-emphasis: #d4a74e;
  --osen-danger-text-emphasis: #d95d39;
  --osen-light-text-emphasis: #8a969c;
  --osen-dark-text-emphasis: #343a40;
  --osen-primary-bg-subtle: #e3e7ff;
  --osen-secondary-bg-subtle: #ebe2ff;
  --osen-success-bg-subtle: #e9f7e6;
  --osen-info-bg-subtle: #e8f5fd;
  --osen-warning-bg-subtle: #fef6e7;
  --osen-danger-bg-subtle: #ffe9e3;
  --osen-light-bg-subtle: #fbfbfd;
  --osen-dark-bg-subtle: #ced4da;
  --osen-primary-border-subtle: #b5beff;
  --osen-secondary-border-subtle: #c9b1ff;
  --osen-success-border-subtle: #c3e9bd;
  --osen-info-border-subtle: #c2e3f9;
  --osen-warning-border-subtle: #fde7be;
  --osen-danger-border-subtle: #ffc5b4;
  --osen-light-border-subtle: #eef2f7;
  --osen-dark-border-subtle: #a1a9b1;
  --osen-white-rgb: 255, 255, 255;
  --osen-black-rgb: 0, 0, 0;
  --osen-font-sans-serif: "Inter", sans-serif;
  --osen-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --osen-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  --osen-body-font-family: var(--osen-font-sans-serif);
  --osen-body-font-size: 0.8125rem;
  --osen-body-font-weight: 400;
  --osen-body-line-height: 1.5;
  --osen-body-color: #4c4c5c;
  --osen-body-color-rgb: 76, 76, 92;
  --osen-body-bg: #fafdff;
  --osen-body-bg-rgb: 250, 253, 255;
  --osen-emphasis-color: rgba(76, 76, 92, 0.75);
  --osen-emphasis-color-rgb: 76, 76, 92;
  --osen-secondary-color: #9ba6b7;
  --osen-secondary-color-rgb: 155, 166, 183;
  --osen-secondary-bg: #fff;
  --osen-secondary-bg-rgb: 255, 255, 255;
  --osen-tertiary-color: rgba(76, 76, 92, 0.5);
  --osen-tertiary-color-rgb: 76, 76, 92;
  --osen-tertiary-bg: #f6f7fb;
  --osen-tertiary-bg-rgb: 246, 247, 251;
  --osen-heading-color: inherit;
  --osen-link-color: #465dff;
  --osen-link-color-rgb: 70, 93, 255;
  --osen-link-decoration: none;
  --osen-link-hover-color: #3c4fd9;
  --osen-link-hover-color-rgb: 60, 79, 217;
  --osen-code-color: #67baf1;
  --osen-highlight-color: #4c4c5c;
  --osen-highlight-bg: #fef3de;
  --osen-border-width: 1px;
  --osen-border-style: solid;
  --osen-border-color: #e7e9eb;
  --osen-border-color-translucent: #ced4da;
  --osen-border-radius: 0.3rem;
  --osen-border-radius-sm: 0.25rem;
  --osen-border-radius-lg: 0.4rem;
  --osen-border-radius-xl: 1rem;
  --osen-border-radius-xxl: 2rem;
  --osen-border-radius-2xl: var(--osen-border-radius-xxl);
  --osen-border-radius-pill: 50rem;
  --osen-box-shadow: 0px 0px 35px 0px rgba(104, 134, 177, 0.15);
  --osen-box-shadow-sm: 0 0.125rem 0.25rem rgba(var(--osen-body-color-rgb), 0.15);
  --osen-box-shadow-lg: 0 0 45px 0 rgba(var(--osen-body-color-rgb), 0.2);
  --osen-box-shadow-inset: inset 0 1px 2px rgba(var(--osen-body-color-rgb), 0.075);
  --osen-focus-ring-width: 0;
  --osen-focus-ring-opacity: 0.25;
  --osen-focus-ring-color: rgba(70, 93, 255, 0.25);
  --osen-form-valid-color: #6ac75a;
  --osen-form-valid-border-color: #6ac75a;
  --osen-form-invalid-color: #ff6d43;
  --osen-form-invalid-border-color: #ff6d43;
}

/* line 16, node_modules/bootstrap/scss/mixins/_color-mode.scss */
[data-bs-theme="dark"] {
  color-scheme: dark;
  --osen-body-color: #aab8c5;
  --osen-body-color-rgb: 170, 184, 197;
  --osen-body-bg: #17181e;
  --osen-body-bg-rgb: 23, 24, 30;
  --osen-emphasis-color: #dee2e6;
  --osen-emphasis-color-rgb: 222, 226, 230;
  --osen-secondary-color: #8391a2;
  --osen-secondary-color-rgb: 131, 145, 162;
  --osen-secondary-bg: #1e1f27;
  --osen-secondary-bg-rgb: 30, 31, 39;
  --osen-tertiary-color: #f1f1f1;
  --osen-tertiary-color-rgb: 241, 241, 241;
  --osen-tertiary-bg: #404954;
  --osen-tertiary-bg-rgb: 64, 73, 84;
  --osen-primary-text-emphasis: #909eff;
  --osen-secondary-text-emphasis: #ae89ff;
  --osen-success-text-emphasis: #a6dd9c;
  --osen-info-text-emphasis: #a4d6f7;
  --osen-warning-text-emphasis: #fbdc9d;
  --osen-danger-text-emphasis: #ffa78e;
  --osen-light-text-emphasis: #f6f7fb;
  --osen-dark-text-emphasis: #e7e9eb;
  --osen-primary-bg-subtle: #465dff;
  --osen-secondary-bg-subtle: #783bff;
  --osen-success-bg-subtle: #6ac75a;
  --osen-info-bg-subtle: #67baf1;
  --osen-warning-bg-subtle: #f9c45c;
  --osen-danger-bg-subtle: #ff6d43;
  --osen-light-bg-subtle: #252630;
  --osen-dark-bg-subtle: #1a1d20;
  --osen-primary-border-subtle: #2a3899;
  --osen-secondary-border-subtle: #482399;
  --osen-success-border-subtle: #407736;
  --osen-info-border-subtle: #3e7091;
  --osen-warning-border-subtle: #957637;
  --osen-danger-border-subtle: #994128;
  --osen-light-border-subtle: #6c757d;
  --osen-dark-border-subtle: #343a40;
  --osen-heading-color: #aab8c5;
  --osen-link-color: #909eff;
  --osen-link-hover-color: #a1adff;
  --osen-link-color-rgb: 144, 158, 255;
  --osen-link-hover-color-rgb: 161, 173, 255;
  --osen-code-color: #a4d6f7;
  --osen-highlight-color: #dee2e6;
  --osen-highlight-bg: #664d03;
  --osen-border-color: #37394d;
  --osen-border-color-translucent: #323d4b;
  --osen-form-valid-color: #a6dd9c;
  --osen-form-valid-border-color: #a6dd9c;
  --osen-form-invalid-color: #ffa78e;
  --osen-form-invalid-border-color: #ffa78e;
}

/* line 16, node_modules/bootstrap/scss/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  /* line 28, node_modules/bootstrap/scss/_reboot.scss */
  :root {
    scroll-behavior: smooth;
  }
}

/* line 49, node_modules/bootstrap/scss/_reboot.scss */
body {
  margin: 0;
  font-family: var(--osen-body-font-family);
  font-size: var(--osen-body-font-size);
  font-weight: var(--osen-body-font-weight);
  line-height: var(--osen-body-line-height);
  color: var(--osen-body-color);
  text-align: var(--osen-body-text-align);
  background-color: var(--osen-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 68, node_modules/bootstrap/scss/_reboot.scss */
hr {
  margin: 1.0005rem 0;
  color: inherit;
  border: 0;
  border-top: var(--osen-border-width) solid var(--osen-border-color);
  opacity: 1;
}

/* line 83, node_modules/bootstrap/scss/_reboot.scss */
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.1;
  color: var(--osen-heading-color);
}

/* line 93, node_modules/bootstrap/scss/_reboot.scss */
h1, .h1 {
  font-size: calc(1.328125rem + 0.9375vw);
}

@media (min-width: 1200px) {
  /* line 93, node_modules/bootstrap/scss/_reboot.scss */
  h1, .h1 {
    font-size: 2.03125rem;
  }
}

/* line 98, node_modules/bootstrap/scss/_reboot.scss */
h2, .h2 {
  font-size: calc(1.294rem + 0.528vw);
}

@media (min-width: 1200px) {
  /* line 98, node_modules/bootstrap/scss/_reboot.scss */
  h2, .h2 {
    font-size: 1.69rem;
  }
}

/* line 103, node_modules/bootstrap/scss/_reboot.scss */
h3, .h3 {
  font-size: calc(1.2642856563rem + 0.171427875vw);
}

@media (min-width: 1200px) {
  /* line 103, node_modules/bootstrap/scss/_reboot.scss */
  h3, .h3 {
    font-size: 1.3928565625rem;
  }
}

/* line 108, node_modules/bootstrap/scss/_reboot.scss */
h4, .h4 {
  font-size: 1.015625rem;
}

/* line 113, node_modules/bootstrap/scss/_reboot.scss */
h5, .h5 {
  font-size: 0.845rem;
}

/* line 118, node_modules/bootstrap/scss/_reboot.scss */
h6, .h6 {
  font-size: 0.690625rem;
}

/* line 129, node_modules/bootstrap/scss/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 141, node_modules/bootstrap/scss/_reboot.scss */
abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

/* line 150, node_modules/bootstrap/scss/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 159, node_modules/bootstrap/scss/_reboot.scss */
ol,
ul {
  padding-left: 2rem;
}

/* line 164, node_modules/bootstrap/scss/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 171, node_modules/bootstrap/scss/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 178, node_modules/bootstrap/scss/_reboot.scss */
dt {
  font-weight: 700;
}

/* line 184, node_modules/bootstrap/scss/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 192, node_modules/bootstrap/scss/_reboot.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 201, node_modules/bootstrap/scss/_reboot.scss */
b,
strong {
  font-weight: bolder;
}

/* line 211, node_modules/bootstrap/scss/_reboot.scss */
small, .small {
  font-size: 0.75rem;
}

/* line 218, node_modules/bootstrap/scss/_reboot.scss */
mark, .mark {
  padding: 0.1875em;
  color: var(--osen-highlight-color);
  background-color: var(--osen-highlight-bg);
}

/* line 230, node_modules/bootstrap/scss/_reboot.scss */
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

/* line 238, node_modules/bootstrap/scss/_reboot.scss */
sub {
  bottom: -.25em;
}

/* line 239, node_modules/bootstrap/scss/_reboot.scss */
sup {
  top: -.5em;
}

/* line 244, node_modules/bootstrap/scss/_reboot.scss */
a {
  color: rgba(var(--osen-link-color-rgb), var(--osen-link-opacity, 1));
  text-decoration: none;
}

/* line 248, node_modules/bootstrap/scss/_reboot.scss */
a:hover {
  --osen-link-color-rgb: var(--osen-link-hover-color-rgb);
}

/* line 260, node_modules/bootstrap/scss/_reboot.scss */
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 270, node_modules/bootstrap/scss/_reboot.scss */
pre,
code,
kbd,
samp {
  font-family: var(--osen-font-monospace);
  font-size: 1em;
}

/* line 282, node_modules/bootstrap/scss/_reboot.scss */
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.75rem;
}

/* line 291, node_modules/bootstrap/scss/_reboot.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 298, node_modules/bootstrap/scss/_reboot.scss */
code {
  font-size: 0.75rem;
  color: var(--osen-code-color);
  word-wrap: break-word;
}

/* line 304, node_modules/bootstrap/scss/_reboot.scss */
a > code {
  color: inherit;
}

/* line 309, node_modules/bootstrap/scss/_reboot.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.75rem;
  color: var(--osen-body-bg);
  background-color: var(--osen-body-color);
  border-radius: 0.25rem;
}

/* line 316, node_modules/bootstrap/scss/_reboot.scss */
kbd kbd {
  padding: 0;
  font-size: 1em;
}

/* line 328, node_modules/bootstrap/scss/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

/* line 335, node_modules/bootstrap/scss/_reboot.scss */
img,
svg {
  vertical-align: middle;
}

/* line 345, node_modules/bootstrap/scss/_reboot.scss */
table {
  caption-side: bottom;
  border-collapse: collapse;
}

/* line 350, node_modules/bootstrap/scss/_reboot.scss */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: var(--osen-secondary-color);
  text-align: left;
}

/* line 361, node_modules/bootstrap/scss/_reboot.scss */
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

/* line 367, node_modules/bootstrap/scss/_reboot.scss */
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

/* line 383, node_modules/bootstrap/scss/_reboot.scss */
label {
  display: inline-block;
}

/* line 390, node_modules/bootstrap/scss/_reboot.scss */
button {
  border-radius: 0;
}

/* line 400, node_modules/bootstrap/scss/_reboot.scss */
button:focus:not(:focus-visible) {
  outline: 0;
}

/* line 406, node_modules/bootstrap/scss/_reboot.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 418, node_modules/bootstrap/scss/_reboot.scss */
button,
select {
  text-transform: none;
}

/* line 425, node_modules/bootstrap/scss/_reboot.scss */
[role="button"] {
  cursor: pointer;
}

/* line 429, node_modules/bootstrap/scss/_reboot.scss */
select {
  word-wrap: normal;
}

/* line 435, node_modules/bootstrap/scss/_reboot.scss */
select:disabled {
  opacity: 1;
}

/* line 443, node_modules/bootstrap/scss/_reboot.scss */
[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
  display: none !important;
}

/* line 452, node_modules/bootstrap/scss/_reboot.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 459, node_modules/bootstrap/scss/_reboot.scss */
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

/* line 467, node_modules/bootstrap/scss/_reboot.scss */
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 474, node_modules/bootstrap/scss/_reboot.scss */
textarea {
  resize: vertical;
}

/* line 485, node_modules/bootstrap/scss/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 497, node_modules/bootstrap/scss/_reboot.scss */
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  /* line 497, node_modules/bootstrap/scss/_reboot.scss */
  legend {
    font-size: 1.5rem;
  }
}

/* line 506, node_modules/bootstrap/scss/_reboot.scss */
legend + * {
  clear: left;
}

/* line 514, node_modules/bootstrap/scss/_reboot.scss */
::-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;
}

/* line 524, node_modules/bootstrap/scss/_reboot.scss */
::-webkit-inner-spin-button {
  height: auto;
}

/* line 534, node_modules/bootstrap/scss/_reboot.scss */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
/* line 555, node_modules/bootstrap/scss/_reboot.scss */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 561, node_modules/bootstrap/scss/_reboot.scss */
::-webkit-color-swatch-wrapper {
  padding: 0;
}

/* line 569, node_modules/bootstrap/scss/_reboot.scss */
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 576, node_modules/bootstrap/scss/_reboot.scss */
output {
  display: inline-block;
}

/* line 582, node_modules/bootstrap/scss/_reboot.scss */
iframe {
  border: 0;
}

/* line 590, node_modules/bootstrap/scss/_reboot.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 600, node_modules/bootstrap/scss/_reboot.scss */
progress {
  vertical-align: baseline;
}

/* line 609, node_modules/bootstrap/scss/_reboot.scss */
[hidden] {
  display: none !important;
}

/* line 29, node_modules/bootstrap/scss/_type.scss */
.lead {
  font-size: 1.015625rem;
  font-weight: 300;
}

/* line 36, node_modules/bootstrap/scss/_type.scss */
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.1;
}

@media (min-width: 1200px) {
  /* line 36, node_modules/bootstrap/scss/_type.scss */
  .display-1 {
    font-size: 5rem;
  }
}

/* line 36, node_modules/bootstrap/scss/_type.scss */
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.1;
}

@media (min-width: 1200px) {
  /* line 36, node_modules/bootstrap/scss/_type.scss */
  .display-2 {
    font-size: 4.5rem;
  }
}

/* line 36, node_modules/bootstrap/scss/_type.scss */
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.1;
}

@media (min-width: 1200px) {
  /* line 36, node_modules/bootstrap/scss/_type.scss */
  .display-3 {
    font-size: 4rem;
  }
}

/* line 36, node_modules/bootstrap/scss/_type.scss */
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.1;
}

@media (min-width: 1200px) {
  /* line 36, node_modules/bootstrap/scss/_type.scss */
  .display-4 {
    font-size: 3.5rem;
  }
}

/* line 36, node_modules/bootstrap/scss/_type.scss */
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.1;
}

@media (min-width: 1200px) {
  /* line 36, node_modules/bootstrap/scss/_type.scss */
  .display-5 {
    font-size: 3rem;
  }
}

/* line 36, node_modules/bootstrap/scss/_type.scss */
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.1;
}

@media (min-width: 1200px) {
  /* line 36, node_modules/bootstrap/scss/_type.scss */
  .display-6 {
    font-size: 2.5rem;
  }
}

/* line 60, node_modules/bootstrap/scss/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 65, node_modules/bootstrap/scss/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 68, node_modules/bootstrap/scss/_type.scss */
.list-inline-item {
  display: inline-block;
}

/* line 71, node_modules/bootstrap/scss/_type.scss */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 82, node_modules/bootstrap/scss/_type.scss */
.initialism {
  font-size: 0.75rem;
  text-transform: uppercase;
}

/* line 88, node_modules/bootstrap/scss/_type.scss */
.blockquote {
  margin-bottom: 1.5rem;
  font-size: 1.015625rem;
}

/* line 92, node_modules/bootstrap/scss/_type.scss */
.blockquote > :last-child {
  margin-bottom: 0;
}

/* line 97, node_modules/bootstrap/scss/_type.scss */
.blockquote-footer {
  margin-top: -1.5rem;
  margin-bottom: 1.5rem;
  font-size: 0.75rem;
  color: var(--osen-secondary-color);
}

/* line 103, node_modules/bootstrap/scss/_type.scss */
.blockquote-footer::before {
  content: "\2014\00A0";
}

/* line 8, node_modules/bootstrap/scss/_images.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 14, node_modules/bootstrap/scss/_images.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--osen-body-bg);
  border: var(--osen-border-width) solid var(--osen-border-color);
  border-radius: var(--osen-border-radius);
  max-width: 100%;
  height: auto;
}

/* line 29, node_modules/bootstrap/scss/_images.scss */
.figure {
  display: inline-block;
}

/* line 34, node_modules/bootstrap/scss/_images.scss */
.figure-img {
  margin-bottom: 0.75rem;
  line-height: 1;
}

/* line 39, node_modules/bootstrap/scss/_images.scss */
.figure-caption {
  font-size: 0.75rem;
  color: var(--osen-secondary-color);
}

/* line 7, node_modules/bootstrap/scss/_containers.scss */
.container,
.container-fluid,
.page-container,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --osen-gutter-x: 1.5rem;
  --osen-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--osen-gutter-x) * .5);
  padding-left: calc(var(--osen-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 20, node_modules/bootstrap/scss/_containers.scss */
  .container-sm, .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 20, node_modules/bootstrap/scss/_containers.scss */
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 20, node_modules/bootstrap/scss/_containers.scss */
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 20, node_modules/bootstrap/scss/_containers.scss */
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}

@media (min-width: 1500px) {
  /* line 20, node_modules/bootstrap/scss/_containers.scss */
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}

/* line 5, node_modules/bootstrap/scss/_grid.scss */
:root {
  --osen-breakpoint-xs: 0;
  --osen-breakpoint-sm: 576px;
  --osen-breakpoint-md: 768px;
  --osen-breakpoint-lg: 992px;
  --osen-breakpoint-xl: 1200px;
  --osen-breakpoint-xxl: 1500px;
}

/* line 12, node_modules/bootstrap/scss/_grid.scss */
.row {
  --osen-gutter-x: 1.5rem;
  --osen-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--osen-gutter-y));
  margin-right: calc(-.5 * var(--osen-gutter-x));
  margin-left: calc(-.5 * var(--osen-gutter-x));
}

/* line 15, node_modules/bootstrap/scss/_grid.scss */
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--osen-gutter-x) * .5);
  padding-left: calc(var(--osen-gutter-x) * .5);
  margin-top: var(--osen-gutter-y);
}

/* line 74, node_modules/bootstrap/scss/mixins/_grid.scss */
.col {
  flex: 1 0 0%;
}

/* line 78, node_modules/bootstrap/scss/mixins/_grid.scss */
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

/* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

/* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

/* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

/* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

/* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

/* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

/* line 90, node_modules/bootstrap/scss/mixins/_grid.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

/* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

/* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

/* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

/* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

/* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

/* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

/* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

/* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

/* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

/* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

/* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

/* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

/* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
.offset-1 {
  margin-left: 8.33333333%;
}

/* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
.offset-2 {
  margin-left: 16.66666667%;
}

/* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
.offset-4 {
  margin-left: 33.33333333%;
}

/* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
.offset-5 {
  margin-left: 41.66666667%;
}

/* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
.offset-7 {
  margin-left: 58.33333333%;
}

/* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
.offset-8 {
  margin-left: 66.66666667%;
}

/* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
.offset-10 {
  margin-left: 83.33333333%;
}

/* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
.offset-11 {
  margin-left: 91.66666667%;
}

/* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */
.g-0,
.gx-0 {
  --osen-gutter-x: 0;
}

/* line 119, node_modules/bootstrap/scss/mixins/_grid.scss */
.g-0,
.gy-0 {
  --osen-gutter-y: 0;
}

/* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */
.g-1,
.gx-1 {
  --osen-gutter-x: 0.375rem;
}

/* line 119, node_modules/bootstrap/scss/mixins/_grid.scss */
.g-1,
.gy-1 {
  --osen-gutter-y: 0.375rem;
}

/* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */
.g-2,
.gx-2 {
  --osen-gutter-x: 0.75rem;
}

/* line 119, node_modules/bootstrap/scss/mixins/_grid.scss */
.g-2,
.gy-2 {
  --osen-gutter-y: 0.75rem;
}

/* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */
.g-3,
.gx-3 {
  --osen-gutter-x: 1.5rem;
}

/* line 119, node_modules/bootstrap/scss/mixins/_grid.scss */
.g-3,
.gy-3 {
  --osen-gutter-y: 1.5rem;
}

/* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */
.g-4,
.gx-4 {
  --osen-gutter-x: 2.25rem;
}

/* line 119, node_modules/bootstrap/scss/mixins/_grid.scss */
.g-4,
.gy-4 {
  --osen-gutter-y: 2.25rem;
}

/* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */
.g-5,
.gx-5 {
  --osen-gutter-x: 4.5rem;
}

/* line 119, node_modules/bootstrap/scss/mixins/_grid.scss */
.g-5,
.gy-5 {
  --osen-gutter-y: 4.5rem;
}

@media (min-width: 576px) {
  /* line 74, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-sm {
    flex: 1 0 0%;
  }
  /* line 78, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 90, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-sm-0,
.gx-sm-0 {
    --osen-gutter-x: 0;
  }
  /* line 119, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-sm-0,
.gy-sm-0 {
    --osen-gutter-y: 0;
  }
  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-sm-1,
.gx-sm-1 {
    --osen-gutter-x: 0.375rem;
  }
  /* line 119, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-sm-1,
.gy-sm-1 {
    --osen-gutter-y: 0.375rem;
  }
  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-sm-2,
.gx-sm-2 {
    --osen-gutter-x: 0.75rem;
  }
  /* line 119, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-sm-2,
.gy-sm-2 {
    --osen-gutter-y: 0.75rem;
  }
  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-sm-3,
.gx-sm-3 {
    --osen-gutter-x: 1.5rem;
  }
  /* line 119, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-sm-3,
.gy-sm-3 {
    --osen-gutter-y: 1.5rem;
  }
  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-sm-4,
.gx-sm-4 {
    --osen-gutter-x: 2.25rem;
  }
  /* line 119, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-sm-4,
.gy-sm-4 {
    --osen-gutter-y: 2.25rem;
  }
  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-sm-5,
.gx-sm-5 {
    --osen-gutter-x: 4.5rem;
  }
  /* line 119, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-sm-5,
.gy-sm-5 {
    --osen-gutter-y: 4.5rem;
  }
}

@media (min-width: 768px) {
  /* line 74, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-md {
    flex: 1 0 0%;
  }
  /* line 78, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 90, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-md-0,
.gx-md-0 {
    --osen-gutter-x: 0;
  }
  /* line 119, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-md-0,
.gy-md-0 {
    --osen-gutter-y: 0;
  }
  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-md-1,
.gx-md-1 {
    --osen-gutter-x: 0.375rem;
  }
  /* line 119, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-md-1,
.gy-md-1 {
    --osen-gutter-y: 0.375rem;
  }
  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-md-2,
.gx-md-2 {
    --osen-gutter-x: 0.75rem;
  }
  /* line 119, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-md-2,
.gy-md-2 {
    --osen-gutter-y: 0.75rem;
  }
  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-md-3,
.gx-md-3 {
    --osen-gutter-x: 1.5rem;
  }
  /* line 119, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-md-3,
.gy-md-3 {
    --osen-gutter-y: 1.5rem;
  }
  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-md-4,
.gx-md-4 {
    --osen-gutter-x: 2.25rem;
  }
  /* line 119, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-md-4,
.gy-md-4 {
    --osen-gutter-y: 2.25rem;
  }
  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-md-5,
.gx-md-5 {
    --osen-gutter-x: 4.5rem;
  }
  /* line 119, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-md-5,
.gy-md-5 {
    --osen-gutter-y: 4.5rem;
  }
}

@media (min-width: 992px) {
  /* line 74, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-lg {
    flex: 1 0 0%;
  }
  /* line 78, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 90, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-lg-0,
.gx-lg-0 {
    --osen-gutter-x: 0;
  }
  /* line 119, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-lg-0,
.gy-lg-0 {
    --osen-gutter-y: 0;
  }
  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-lg-1,
.gx-lg-1 {
    --osen-gutter-x: 0.375rem;
  }
  /* line 119, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-lg-1,
.gy-lg-1 {
    --osen-gutter-y: 0.375rem;
  }
  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-lg-2,
.gx-lg-2 {
    --osen-gutter-x: 0.75rem;
  }
  /* line 119, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-lg-2,
.gy-lg-2 {
    --osen-gutter-y: 0.75rem;
  }
  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-lg-3,
.gx-lg-3 {
    --osen-gutter-x: 1.5rem;
  }
  /* line 119, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-lg-3,
.gy-lg-3 {
    --osen-gutter-y: 1.5rem;
  }
  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-lg-4,
.gx-lg-4 {
    --osen-gutter-x: 2.25rem;
  }
  /* line 119, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-lg-4,
.gy-lg-4 {
    --osen-gutter-y: 2.25rem;
  }
  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-lg-5,
.gx-lg-5 {
    --osen-gutter-x: 4.5rem;
  }
  /* line 119, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-lg-5,
.gy-lg-5 {
    --osen-gutter-y: 4.5rem;
  }
}

@media (min-width: 1200px) {
  /* line 74, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xl {
    flex: 1 0 0%;
  }
  /* line 78, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 90, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-xl-0,
.gx-xl-0 {
    --osen-gutter-x: 0;
  }
  /* line 119, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-xl-0,
.gy-xl-0 {
    --osen-gutter-y: 0;
  }
  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-xl-1,
.gx-xl-1 {
    --osen-gutter-x: 0.375rem;
  }
  /* line 119, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-xl-1,
.gy-xl-1 {
    --osen-gutter-y: 0.375rem;
  }
  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-xl-2,
.gx-xl-2 {
    --osen-gutter-x: 0.75rem;
  }
  /* line 119, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-xl-2,
.gy-xl-2 {
    --osen-gutter-y: 0.75rem;
  }
  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-xl-3,
.gx-xl-3 {
    --osen-gutter-x: 1.5rem;
  }
  /* line 119, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-xl-3,
.gy-xl-3 {
    --osen-gutter-y: 1.5rem;
  }
  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-xl-4,
.gx-xl-4 {
    --osen-gutter-x: 2.25rem;
  }
  /* line 119, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-xl-4,
.gy-xl-4 {
    --osen-gutter-y: 2.25rem;
  }
  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-xl-5,
.gx-xl-5 {
    --osen-gutter-x: 4.5rem;
  }
  /* line 119, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-xl-5,
.gy-xl-5 {
    --osen-gutter-y: 4.5rem;
  }
}

@media (min-width: 1500px) {
  /* line 74, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xxl {
    flex: 1 0 0%;
  }
  /* line 78, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 90, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, node_modules/bootstrap/scss/mixins/_grid.scss */
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-xxl-0 {
    margin-left: 0;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-xxl-3 {
    margin-left: 25%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-xxl-6 {
    margin-left: 50%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-xxl-9 {
    margin-left: 75%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, node_modules/bootstrap/scss/mixins/_grid.scss */
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-xxl-0,
.gx-xxl-0 {
    --osen-gutter-x: 0;
  }
  /* line 119, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-xxl-0,
.gy-xxl-0 {
    --osen-gutter-y: 0;
  }
  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-xxl-1,
.gx-xxl-1 {
    --osen-gutter-x: 0.375rem;
  }
  /* line 119, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-xxl-1,
.gy-xxl-1 {
    --osen-gutter-y: 0.375rem;
  }
  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-xxl-2,
.gx-xxl-2 {
    --osen-gutter-x: 0.75rem;
  }
  /* line 119, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-xxl-2,
.gy-xxl-2 {
    --osen-gutter-y: 0.75rem;
  }
  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-xxl-3,
.gx-xxl-3 {
    --osen-gutter-x: 1.5rem;
  }
  /* line 119, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-xxl-3,
.gy-xxl-3 {
    --osen-gutter-y: 1.5rem;
  }
  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-xxl-4,
.gx-xxl-4 {
    --osen-gutter-x: 2.25rem;
  }
  /* line 119, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-xxl-4,
.gy-xxl-4 {
    --osen-gutter-y: 2.25rem;
  }
  /* line 115, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-xxl-5,
.gx-xxl-5 {
    --osen-gutter-x: 4.5rem;
  }
  /* line 119, node_modules/bootstrap/scss/mixins/_grid.scss */
  .g-xxl-5,
.gy-xxl-5 {
    --osen-gutter-y: 4.5rem;
  }
}

/* line 5, node_modules/bootstrap/scss/_tables.scss */
.table {
  --osen-table-color-type: initial;
  --osen-table-bg-type: initial;
  --osen-table-color-state: initial;
  --osen-table-bg-state: initial;
  --osen-table-color: var(--osen-body-color);
  --osen-table-bg: transparent;
  --osen-table-border-color: var(--osen-light);
  --osen-table-accent-bg: transparent;
  --osen-table-striped-color: var(--osen-body-color);
  --osen-table-striped-bg: rgba(var(--osen-light-rgb), 0.45);
  --osen-table-active-color: var(--osen-body-color);
  --osen-table-active-bg: rgba(var(--osen-light-rgb), 0.45);
  --osen-table-hover-color: var(--osen-body-color);
  --osen-table-hover-bg: rgba(var(--osen-light-rgb), 0.45);
  width: 100%;
  margin-bottom: 1.5rem;
  vertical-align: middle;
  border-color: var(--osen-table-border-color);
}

/* line 33, node_modules/bootstrap/scss/_tables.scss */
.table > :not(caption) > * > * {
  padding: 0.75rem 0.6rem;
  color: var(--osen-table-color-state, var(--osen-table-color-type, var(--osen-table-color)));
  background-color: var(--osen-table-bg);
  border-bottom-width: var(--osen-border-width);
  box-shadow: inset 0 0 0 9999px var(--osen-table-bg-state, var(--osen-table-bg-type, var(--osen-table-accent-bg)));
}

/* line 42, node_modules/bootstrap/scss/_tables.scss */
.table > tbody {
  vertical-align: inherit;
}

/* line 46, node_modules/bootstrap/scss/_tables.scss */
.table > thead {
  vertical-align: bottom;
}

/* line 51, node_modules/bootstrap/scss/_tables.scss */
.table-group-divider {
  border-top: calc(var(--osen-border-width) * 2) solid currentcolor;
}

/* line 59, node_modules/bootstrap/scss/_tables.scss */
.caption-top {
  caption-side: top;
}

/* line 70, node_modules/bootstrap/scss/_tables.scss */
.table-sm > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
}

/* line 86, node_modules/bootstrap/scss/_tables.scss */
.table-bordered > :not(caption) > * {
  border-width: var(--osen-border-width) 0;
}

/* line 90, node_modules/bootstrap/scss/_tables.scss */
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--osen-border-width);
}

/* line 98, node_modules/bootstrap/scss/_tables.scss */
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

/* line 102, node_modules/bootstrap/scss/_tables.scss */
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

/* line 113, node_modules/bootstrap/scss/_tables.scss */
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --osen-table-color-type: var(--osen-table-striped-color);
  --osen-table-bg-type: var(--osen-table-striped-bg);
}

/* line 121, node_modules/bootstrap/scss/_tables.scss */
.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --osen-table-color-type: var(--osen-table-striped-color);
  --osen-table-bg-type: var(--osen-table-striped-bg);
}

/* line 131, node_modules/bootstrap/scss/_tables.scss */
.table-active {
  --osen-table-color-state: var(--osen-table-active-color);
  --osen-table-bg-state: var(--osen-table-active-bg);
}

/* line 141, node_modules/bootstrap/scss/_tables.scss */
.table-hover > tbody > tr:hover > * {
  --osen-table-color-state: var(--osen-table-hover-color);
  --osen-table-bg-state: var(--osen-table-hover-bg);
}

/* line 3, node_modules/bootstrap/scss/mixins/_table-variants.scss */
.table-primary {
  --osen-table-color: #313a46;
  --osen-table-bg: #dadfff;
  --osen-table-border-color: #c9cfed;
  --osen-table-striped-bg: #8e95ac;
  --osen-table-striped-color: #fff;
  --osen-table-active-bg: #8e95ac;
  --osen-table-active-color: #fff;
  --osen-table-hover-bg: #8e95ac;
  --osen-table-hover-color: #fff;
  color: var(--osen-table-color);
  border-color: var(--osen-table-border-color);
}

/* line 3, node_modules/bootstrap/scss/mixins/_table-variants.scss */
.table-secondary {
  --osen-table-color: #313a46;
  --osen-table-bg: #e4d8ff;
  --osen-table-border-color: #d2c8ed;
  --osen-table-striped-bg: #9391ac;
  --osen-table-striped-color: #fff;
  --osen-table-active-bg: #9391ac;
  --osen-table-active-color: #fff;
  --osen-table-hover-bg: #9391ac;
  --osen-table-hover-color: #fff;
  color: var(--osen-table-color);
  border-color: var(--osen-table-border-color);
}

/* line 3, node_modules/bootstrap/scss/mixins/_table-variants.scss */
.table-success {
  --osen-table-color: #313a46;
  --osen-table-bg: #e1f4de;
  --osen-table-border-color: #cfe1cf;
  --osen-table-striped-bg: #92a09a;
  --osen-table-striped-color: #fff;
  --osen-table-active-bg: #92a09a;
  --osen-table-active-color: #fff;
  --osen-table-hover-bg: #92a09a;
  --osen-table-hover-color: #fff;
  color: var(--osen-table-color);
  border-color: var(--osen-table-border-color);
}

/* line 3, node_modules/bootstrap/scss/mixins/_table-variants.scss */
.table-info {
  --osen-table-color: #313a46;
  --osen-table-bg: #e1f1fc;
  --osen-table-border-color: #cfdfea;
  --osen-table-striped-bg: #929faa;
  --osen-table-striped-color: #fff;
  --osen-table-active-bg: #929faa;
  --osen-table-active-color: #fff;
  --osen-table-hover-bg: #929faa;
  --osen-table-hover-color: #fff;
  color: var(--osen-table-color);
  border-color: var(--osen-table-border-color);
}

/* line 3, node_modules/bootstrap/scss/mixins/_table-variants.scss */
.table-warning {
  --osen-table-color: #313a46;
  --osen-table-bg: #fef3de;
  --osen-table-border-color: #eae1cf;
  --osen-table-striped-bg: #a2a09a;
  --osen-table-striped-color: #fff;
  --osen-table-active-bg: #a2a09a;
  --osen-table-active-color: #fff;
  --osen-table-hover-bg: #a2a09a;
  --osen-table-hover-color: #fff;
  color: var(--osen-table-color);
  border-color: var(--osen-table-border-color);
}

/* line 3, node_modules/bootstrap/scss/mixins/_table-variants.scss */
.table-danger {
  --osen-table-color: #313a46;
  --osen-table-bg: #ffe2d9;
  --osen-table-border-color: #ead1ca;
  --osen-table-striped-bg: #a29697;
  --osen-table-striped-color: #fff;
  --osen-table-active-bg: #a29697;
  --osen-table-active-color: #fff;
  --osen-table-hover-bg: #a29697;
  --osen-table-hover-color: #fff;
  color: var(--osen-table-color);
  border-color: var(--osen-table-border-color);
}

/* line 3, node_modules/bootstrap/scss/mixins/_table-variants.scss */
.table-light {
  --osen-table-color: #313a46;
  --osen-table-bg: #eef2f7;
  --osen-table-border-color: #dbe0e5;
  --osen-table-striped-bg: #999fa7;
  --osen-table-striped-color: #fff;
  --osen-table-active-bg: #999fa7;
  --osen-table-active-color: #fff;
  --osen-table-hover-bg: #999fa7;
  --osen-table-hover-color: #fff;
  color: var(--osen-table-color);
  border-color: var(--osen-table-border-color);
}

/* line 3, node_modules/bootstrap/scss/mixins/_table-variants.scss */
.table-dark {
  --osen-table-color: #fff;
  --osen-table-bg: #313a46;
  --osen-table-border-color: #464e59;
  --osen-table-striped-bg: #8e9399;
  --osen-table-striped-color: #fff;
  --osen-table-active-bg: #8e9399;
  --osen-table-active-color: #fff;
  --osen-table-hover-bg: #8e9399;
  --osen-table-hover-color: #fff;
  color: var(--osen-table-color);
  border-color: var(--osen-table-border-color);
}

/* line 166, node_modules/bootstrap/scss/_tables.scss */
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  /* line 166, node_modules/bootstrap/scss/_tables.scss */
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 767.98px) {
  /* line 166, node_modules/bootstrap/scss/_tables.scss */
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 991.98px) {
  /* line 166, node_modules/bootstrap/scss/_tables.scss */
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1199.98px) {
  /* line 166, node_modules/bootstrap/scss/_tables.scss */
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1499.98px) {
  /* line 166, node_modules/bootstrap/scss/_tables.scss */
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* line 5, node_modules/bootstrap/scss/forms/_labels.scss */
.form-label {
  margin-bottom: 0.5rem;
}

/* line 15, node_modules/bootstrap/scss/forms/_labels.scss */
.col-form-label {
  padding-top: calc(0.5rem + var(--osen-border-width));
  padding-bottom: calc(0.5rem + var(--osen-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

/* line 26, node_modules/bootstrap/scss/forms/_labels.scss */
.col-form-label-lg {
  padding-top: calc(0.65rem + var(--osen-border-width));
  padding-bottom: calc(0.65rem + var(--osen-border-width));
  font-size: 1.015625rem;
}

/* line 32, node_modules/bootstrap/scss/forms/_labels.scss */
.col-form-label-sm {
  padding-top: calc(0.3rem + var(--osen-border-width));
  padding-bottom: calc(0.3rem + var(--osen-border-width));
  font-size: 0.7875rem;
}

/* line 5, node_modules/bootstrap/scss/forms/_form-text.scss */
.form-text {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: var(--osen-secondary-color);
}

/* line 5, node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.77rem;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--osen-body-color);
  appearance: none;
  background-color: var(--osen-secondary-bg);
  background-clip: padding-box;
  border: var(--osen-border-width) solid var(--osen-border-color-translucent);
  border-radius: 0.3rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5, node_modules/bootstrap/scss/forms/_form-control.scss */
  .form-control {
    transition: none;
  }
}

/* line 25, node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control[type="file"] {
  overflow: hidden;
}

/* line 28, node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

/* line 34, node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control:focus {
  color: var(--osen-body-color);
  background-color: var(--osen-secondary-bg);
  border-color: var(--osen-border-color-translucent);
  outline: 0;
  box-shadow: none;
}

/* line 47, node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}

/* line 69, node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}

/* line 75, node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control::placeholder {
  color: var(--osen-secondary-color);
  opacity: 1;
}

/* line 86, node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control:disabled {
  background-color: var(--osen-light);
  opacity: 1;
}

/* line 95, node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control::file-selector-button {
  padding: 0.5rem 0.77rem;
  margin: -0.5rem -0.77rem;
  margin-inline-end: 0.77rem;
  color: var(--osen-body-color);
  background-color: var(--osen-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--osen-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 95, node_modules/bootstrap/scss/forms/_form-control.scss */
  .form-control::file-selector-button {
    transition: none;
  }
}

/* line 110, node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--osen-secondary-bg);
}

/* line 120, node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.5rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--osen-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--osen-border-width) 0;
}

/* line 131, node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control-plaintext:focus {
  outline: 0;
}

/* line 135, node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 149, node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control-sm {
  min-height: calc(1.5em + 0.6rem + calc(var(--osen-border-width) * 2));
  padding: 0.3rem 0.8rem;
  font-size: 0.7875rem;
  border-radius: 0.25rem;
}

/* line 155, node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control-sm::file-selector-button {
  padding: 0.3rem 0.8rem;
  margin: -0.3rem -0.8rem;
  margin-inline-end: 0.8rem;
}

/* line 162, node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control-lg {
  min-height: calc(1.5em + 1.3rem + calc(var(--osen-border-width) * 2));
  padding: 0.65rem 1.5rem;
  font-size: 1.015625rem;
  border-radius: 0.4rem;
}

/* line 168, node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control-lg::file-selector-button {
  padding: 0.65rem 1.5rem;
  margin: -0.65rem -1.5rem;
  margin-inline-end: 1.5rem;
}

/* line 179, node_modules/bootstrap/scss/forms/_form-control.scss */
textarea.form-control {
  min-height: calc(1.5em + 1rem + calc(var(--osen-border-width) * 2));
}

/* line 183, node_modules/bootstrap/scss/forms/_form-control.scss */
textarea.form-control-sm {
  min-height: calc(1.5em + 0.6rem + calc(var(--osen-border-width) * 2));
}

/* line 187, node_modules/bootstrap/scss/forms/_form-control.scss */
textarea.form-control-lg {
  min-height: calc(1.5em + 1.3rem + calc(var(--osen-border-width) * 2));
}

/* line 193, node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control-color {
  width: 3rem;
  height: calc(1.5em + 1rem + calc(var(--osen-border-width) * 2));
  padding: 0.5rem;
}

/* line 198, node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

/* line 202, node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 0.3rem;
}

/* line 207, node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: 0.3rem;
}

/* line 212, node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.6rem + calc(var(--osen-border-width) * 2));
}

/* line 213, node_modules/bootstrap/scss/forms/_form-control.scss */
.form-control-color.form-control-lg {
  height: calc(1.5em + 1.3rem + calc(var(--osen-border-width) * 2));
}

/* line 6, node_modules/bootstrap/scss/forms/_form-select.scss */
.form-select {
  --osen-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.5rem 2.31rem 0.5rem 0.77rem;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--osen-body-color);
  appearance: none;
  background-color: var(--osen-secondary-bg);
  background-image: var(--osen-form-select-bg-img), var(--osen-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.77rem center;
  background-size: 14px 10px;
  border: var(--osen-border-width) solid var(--osen-border-color-translucent);
  border-radius: 0.3rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, node_modules/bootstrap/scss/forms/_form-select.scss */
  .form-select {
    transition: none;
  }
}

/* line 28, node_modules/bootstrap/scss/forms/_form-select.scss */
.form-select:focus {
  border-color: var(--osen-border-color-translucent);
  outline: 0;
  box-shadow: 0 0 0 0 rgba(70, 93, 255, 0.25);
}

/* line 39, node_modules/bootstrap/scss/forms/_form-select.scss */
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.77rem;
  background-image: none;
}

/* line 45, node_modules/bootstrap/scss/forms/_form-select.scss */
.form-select:disabled {
  background-color: var(--osen-light);
}

/* line 52, node_modules/bootstrap/scss/forms/_form-select.scss */
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--osen-body-color);
}

/* line 58, node_modules/bootstrap/scss/forms/_form-select.scss */
.form-select-sm {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  padding-left: 0.8rem;
  font-size: 0.7875rem;
  border-radius: 0.25rem;
}

/* line 66, node_modules/bootstrap/scss/forms/_form-select.scss */
.form-select-lg {
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
  padding-left: 1.5rem;
  font-size: 1.015625rem;
  border-radius: 0.4rem;
}

/* line 76, node_modules/bootstrap/scss/forms/_form-select.scss */
[data-bs-theme="dark"] .form-select {
  --osen-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23aab8c5' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

/* line 5, node_modules/bootstrap/scss/forms/_form-check.scss */
.form-check {
  display: block;
  min-height: 1.21875rem;
  padding-left: 1.75em;
  margin-bottom: 0;
}

/* line 11, node_modules/bootstrap/scss/forms/_form-check.scss */
.form-check .form-check-input {
  float: left;
  margin-left: -1.75em;
}

/* line 17, node_modules/bootstrap/scss/forms/_form-check.scss */
.form-check-reverse {
  padding-right: 1.75em;
  padding-left: 0;
  text-align: right;
}

/* line 22, node_modules/bootstrap/scss/forms/_form-check.scss */
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.75em;
  margin-left: 0;
}

/* line 29, node_modules/bootstrap/scss/forms/_form-check.scss */
.form-check-input {
  --osen-form-check-bg: var(--osen-secondary-bg);
  flex-shrink: 0;
  width: 1.25em;
  height: 1.25em;
  margin-top: 0.125em;
  vertical-align: top;
  appearance: none;
  background-color: var(--osen-form-check-bg);
  background-image: var(--osen-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--osen-border-width) solid var(--osen-border-color-translucent);
  print-color-adjust: exact;
}

/* line 47, node_modules/bootstrap/scss/forms/_form-check.scss */
.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}

/* line 51, node_modules/bootstrap/scss/forms/_form-check.scss */
.form-check-input[type="radio"] {
  border-radius: 50%;
}

/* line 56, node_modules/bootstrap/scss/forms/_form-check.scss */
.form-check-input:active {
  filter: brightness(90%);
}

/* line 60, node_modules/bootstrap/scss/forms/_form-check.scss */
.form-check-input:focus {
  border-color: var(--osen-border-color-translucent);
  outline: 0;
  box-shadow: 0 0 0 0 rgba(70, 93, 255, 0.25);
}

/* line 66, node_modules/bootstrap/scss/forms/_form-check.scss */
.form-check-input:checked {
  background-color: #465dff;
  border-color: #465dff;
}

/* line 70, node_modules/bootstrap/scss/forms/_form-check.scss */
.form-check-input[type="checkbox"]:checked {
  --osen-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

/* line 78, node_modules/bootstrap/scss/forms/_form-check.scss */
.form-check-input[type="radio"]:checked {
  --osen-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 87, node_modules/bootstrap/scss/forms/_form-check.scss */
.form-check-input[type="checkbox"]:indeterminate {
  background-color: #465dff;
  border-color: #465dff;
  --osen-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

/* line 98, node_modules/bootstrap/scss/forms/_form-check.scss */
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

/* line 108, node_modules/bootstrap/scss/forms/_form-check.scss */
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

/* line 124, node_modules/bootstrap/scss/forms/_form-check.scss */
.form-switch {
  padding-left: 2.5em;
}

/* line 127, node_modules/bootstrap/scss/forms/_form-check.scss */
.form-switch .form-check-input {
  --osen-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--osen-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 127, node_modules/bootstrap/scss/forms/_form-check.scss */
  .form-switch .form-check-input {
    transition: none;
  }
}

/* line 137, node_modules/bootstrap/scss/forms/_form-check.scss */
.form-switch .form-check-input:focus {
  --osen-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='var%28--osen-border-color-translucent%29'/%3e%3c/svg%3e");
}

/* line 141, node_modules/bootstrap/scss/forms/_form-check.scss */
.form-switch .form-check-input:checked {
  background-position: right center;
  --osen-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 152, node_modules/bootstrap/scss/forms/_form-check.scss */
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}

/* line 156, node_modules/bootstrap/scss/forms/_form-check.scss */
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

/* line 163, node_modules/bootstrap/scss/forms/_form-check.scss */
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

/* line 168, node_modules/bootstrap/scss/forms/_form-check.scss */
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 175, node_modules/bootstrap/scss/forms/_form-check.scss */
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

/* line 185, node_modules/bootstrap/scss/forms/_form-check.scss */
[data-bs-theme="dark"] .form-switch .form-check-input:not(:checked):not(:focus) {
  --osen-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

/* line 7, node_modules/bootstrap/scss/forms/_form-range.scss */
.form-range {
  width: 100%;
  height: 1rem;
  padding: 0;
  appearance: none;
  background-color: transparent;
}

/* line 14, node_modules/bootstrap/scss/forms/_form-range.scss */
.form-range:focus {
  outline: 0;
}

/* line 19, node_modules/bootstrap/scss/forms/_form-range.scss */
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fafdff, none;
}

/* line 20, node_modules/bootstrap/scss/forms/_form-range.scss */
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fafdff, none;
}

/* line 23, node_modules/bootstrap/scss/forms/_form-range.scss */
.form-range::-moz-focus-outer {
  border: 0;
}

/* line 27, node_modules/bootstrap/scss/forms/_form-range.scss */
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  appearance: none;
  background-color: #465dff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 27, node_modules/bootstrap/scss/forms/_form-range.scss */
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}

/* line 38, node_modules/bootstrap/scss/forms/_form-range.scss */
.form-range::-webkit-slider-thumb:active {
  background-color: #c8ceff;
}

/* line 43, node_modules/bootstrap/scss/forms/_form-range.scss */
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--osen-tertiary-bg);
  border-color: transparent;
  border-radius: 1rem;
}

/* line 54, node_modules/bootstrap/scss/forms/_form-range.scss */
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  background-color: #465dff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 54, node_modules/bootstrap/scss/forms/_form-range.scss */
  .form-range::-moz-range-thumb {
    transition: none;
  }
}

/* line 64, node_modules/bootstrap/scss/forms/_form-range.scss */
.form-range::-moz-range-thumb:active {
  background-color: #c8ceff;
}

/* line 69, node_modules/bootstrap/scss/forms/_form-range.scss */
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--osen-tertiary-bg);
  border-color: transparent;
  border-radius: 1rem;
}

/* line 80, node_modules/bootstrap/scss/forms/_form-range.scss */
.form-range:disabled {
  pointer-events: none;
}

/* line 83, node_modules/bootstrap/scss/forms/_form-range.scss */
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--osen-secondary-color);
}

/* line 87, node_modules/bootstrap/scss/forms/_form-range.scss */
.form-range:disabled::-moz-range-thumb {
  background-color: var(--osen-secondary-color);
}

/* line 1, node_modules/bootstrap/scss/forms/_floating-labels.scss */
.form-floating {
  position: relative;
}

/* line 4, node_modules/bootstrap/scss/forms/_floating-labels.scss */
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--osen-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--osen-border-width) * 2));
  line-height: 1.25;
}

/* line 12, node_modules/bootstrap/scss/forms/_floating-labels.scss */
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.77rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--osen-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 12, node_modules/bootstrap/scss/forms/_floating-labels.scss */
  .form-floating > label {
    transition: none;
  }
}

/* line 29, node_modules/bootstrap/scss/forms/_floating-labels.scss */
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.77rem;
}

/* line 33, node_modules/bootstrap/scss/forms/_floating-labels.scss */
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}

/* line 37, node_modules/bootstrap/scss/forms/_floating-labels.scss */
.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;
}

/* line 43, node_modules/bootstrap/scss/forms/_floating-labels.scss */
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 49, node_modules/bootstrap/scss/forms/_floating-labels.scss */
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 58, node_modules/bootstrap/scss/forms/_floating-labels.scss */
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--osen-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* line 62, node_modules/bootstrap/scss/forms/_floating-labels.scss */
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.385rem;
  z-index: -1;
  height: 1.875em;
  content: "";
  background-color: var(--osen-secondary-bg);
  border-radius: 0.3rem;
}

/* line 75, node_modules/bootstrap/scss/forms/_floating-labels.scss */
.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--osen-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* line 82, node_modules/bootstrap/scss/forms/_floating-labels.scss */
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--osen-border-width) 0;
}

/* line 87, node_modules/bootstrap/scss/forms/_floating-labels.scss */
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #8a969c;
}

/* line 91, node_modules/bootstrap/scss/forms/_floating-labels.scss */
.form-floating > :disabled ~ label::after,
.form-floating > .form-control:disabled ~ label::after {
  background-color: var(--osen-light);
}

/* line 5, node_modules/bootstrap/scss/forms/_input-group.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/* line 12, node_modules/bootstrap/scss/forms/_input-group.scss */
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

/* line 22, node_modules/bootstrap/scss/forms/_input-group.scss */
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}

/* line 31, node_modules/bootstrap/scss/forms/_input-group.scss */
.input-group .btn {
  position: relative;
  z-index: 2;
}

/* line 35, node_modules/bootstrap/scss/forms/_input-group.scss */
.input-group .btn:focus {
  z-index: 5;
}

/* line 47, node_modules/bootstrap/scss/forms/_input-group.scss */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.77rem;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--osen-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--osen-tertiary-bg);
  border: var(--osen-border-width) solid var(--osen-border-color-translucent);
  border-radius: 0.3rem;
}

/* line 68, node_modules/bootstrap/scss/forms/_input-group.scss */
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.65rem 1.5rem;
  font-size: 1.015625rem;
  border-radius: 0.4rem;
}

/* line 77, node_modules/bootstrap/scss/forms/_input-group.scss */
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.3rem 0.8rem;
  font-size: 0.7875rem;
  border-radius: 0.25rem;
}

/* line 86, node_modules/bootstrap/scss/forms/_input-group.scss */
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3.08rem;
}

/* line 101, node_modules/bootstrap/scss/forms/_input-group.scss */
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 110, node_modules/bootstrap/scss/forms/_input-group.scss */
.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 123, node_modules/bootstrap/scss/forms/_input-group.scss */
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--osen-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 128, node_modules/bootstrap/scss/forms/_input-group.scss */
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 26, node_modules/bootstrap/scss/mixins/_forms.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: var(--osen-form-valid-color);
}

/* line 35, node_modules/bootstrap/scss/mixins/_forms.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.375rem 0.75rem;
  margin-top: .1rem;
  font-size: 0.7875rem;
  color: #fff;
  background-color: var(--osen-success);
  border-radius: var(--osen-border-radius);
}

/* line 51, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 7, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--osen-form-valid-border-color);
  padding-right: calc(1.5em + 1rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%236ac75a' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.25rem) center;
  background-size: calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}

/* line 68, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--osen-form-valid-border-color);
  box-shadow: 0 0 0 0 rgba(var(--osen-success-rgb), 0.25);
}

/* line 7, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 1rem);
  background-position: top calc(0.375em + 0.25rem) right calc(0.375em + 0.25rem);
}

/* line 7, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--osen-form-valid-border-color);
}

/* line 95, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select[size="1"]:valid:not([multiple]), .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid[size="1"]:not([multiple]) {
  --osen-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%236ac75a' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  padding-right: 4.235rem;
  background-position: right 0.77rem center, center right 2.31rem;
  background-size: 14px 10px, calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}

/* line 104, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--osen-form-valid-border-color);
  box-shadow: 0 0 0 0 rgba(var(--osen-success-rgb), 0.25);
}

/* line 7, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 1rem));
}

/* line 7, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--osen-form-valid-border-color);
}

/* line 128, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--osen-form-valid-color);
}

/* line 132, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0 rgba(var(--osen-success-rgb), 0.25);
}

/* line 136, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--osen-form-valid-color);
}

/* line 142, node_modules/bootstrap/scss/mixins/_forms.scss */
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em;
}

/* line 7, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control.is-valid:not(:focus), .was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select.is-valid:not(:focus), .was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating.is-valid:not(:focus-within) {
  z-index: 3;
}

/* line 26, node_modules/bootstrap/scss/mixins/_forms.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: var(--osen-form-invalid-color);
}

/* line 35, node_modules/bootstrap/scss/mixins/_forms.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.375rem 0.75rem;
  margin-top: .1rem;
  font-size: 0.7875rem;
  color: #fff;
  background-color: var(--osen-danger);
  border-radius: var(--osen-border-radius);
}

/* line 51, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 7, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--osen-form-invalid-border-color);
  padding-right: calc(1.5em + 1rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ff6d43'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff6d43' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.25rem) center;
  background-size: calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}

/* line 68, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--osen-form-invalid-border-color);
  box-shadow: 0 0 0 0 rgba(var(--osen-danger-rgb), 0.25);
}

/* line 7, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 1rem);
  background-position: top calc(0.375em + 0.25rem) right calc(0.375em + 0.25rem);
}

/* line 7, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--osen-form-invalid-border-color);
}

/* line 95, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select[size="1"]:invalid:not([multiple]), .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid[size="1"]:not([multiple]) {
  --osen-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ff6d43'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff6d43' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.235rem;
  background-position: right 0.77rem center, center right 2.31rem;
  background-size: 14px 10px, calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}

/* line 104, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--osen-form-invalid-border-color);
  box-shadow: 0 0 0 0 rgba(var(--osen-danger-rgb), 0.25);
}

/* line 7, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 1rem));
}

/* line 7, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--osen-form-invalid-border-color);
}

/* line 128, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--osen-form-invalid-color);
}

/* line 132, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0 rgba(var(--osen-danger-rgb), 0.25);
}

/* line 136, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--osen-form-invalid-color);
}

/* line 142, node_modules/bootstrap/scss/mixins/_forms.scss */
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em;
}

/* line 7, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control.is-invalid:not(:focus), .was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select.is-invalid:not(:focus), .was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating.is-invalid:not(:focus-within) {
  z-index: 4;
}

/* line 5, node_modules/bootstrap/scss/_buttons.scss */
.btn {
  --osen-btn-padding-x: 1.1rem;
  --osen-btn-padding-y: 0.5rem;
  --osen-btn-font-family: ;
  --osen-btn-font-size: 0.8125rem;
  --osen-btn-font-weight: 400;
  --osen-btn-line-height: 1.5;
  --osen-btn-color: var(--osen-body-color);
  --osen-btn-bg: transparent;
  --osen-btn-border-width: var(--osen-border-width);
  --osen-btn-border-color: transparent;
  --osen-btn-border-radius: 0.3rem;
  --osen-btn-hover-border-color: transparent;
  --osen-btn-box-shadow: 0px 2px 6px 0px;
  --osen-btn-disabled-opacity: 0.65;
  --osen-btn-focus-box-shadow: 0 0 0 0 rgba(var(--osen-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--osen-btn-padding-y) var(--osen-btn-padding-x);
  font-family: var(--osen-btn-font-family);
  font-size: var(--osen-btn-font-size);
  font-weight: var(--osen-btn-font-weight);
  line-height: var(--osen-btn-line-height);
  color: var(--osen-btn-color);
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--osen-btn-border-width) solid var(--osen-btn-border-color);
  border-radius: var(--osen-btn-border-radius);
  background-color: var(--osen-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5, node_modules/bootstrap/scss/_buttons.scss */
  .btn {
    transition: none;
  }
}

/* line 43, node_modules/bootstrap/scss/_buttons.scss */
.btn:hover {
  color: var(--osen-btn-hover-color);
  background-color: var(--osen-btn-hover-bg);
  border-color: var(--osen-btn-hover-border-color);
}

/* line 50, node_modules/bootstrap/scss/_buttons.scss */
.btn-check + .btn:hover {
  color: var(--osen-btn-color);
  background-color: var(--osen-btn-bg);
  border-color: var(--osen-btn-border-color);
}

/* line 57, node_modules/bootstrap/scss/_buttons.scss */
.btn:focus-visible {
  color: var(--osen-btn-hover-color);
  background-color: var(--osen-btn-hover-bg);
  border-color: var(--osen-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--osen-btn-focus-box-shadow);
}

/* line 70, node_modules/bootstrap/scss/_buttons.scss */
.btn-check:focus-visible + .btn {
  border-color: var(--osen-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--osen-btn-focus-box-shadow);
}

/* line 81, node_modules/bootstrap/scss/_buttons.scss */
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--osen-btn-active-color);
  background-color: var(--osen-btn-active-bg);
  border-color: var(--osen-btn-active-border-color);
}

/* line 93, node_modules/bootstrap/scss/_buttons.scss */
.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(--osen-btn-focus-box-shadow);
}

/* line 103, node_modules/bootstrap/scss/_buttons.scss */
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--osen-btn-focus-box-shadow);
}

/* line 112, node_modules/bootstrap/scss/_buttons.scss */
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--osen-btn-disabled-color);
  pointer-events: none;
  background-color: var(--osen-btn-disabled-bg);
  border-color: var(--osen-btn-disabled-border-color);
  opacity: var(--osen-btn-disabled-opacity);
}

/* line 132, node_modules/bootstrap/scss/_buttons.scss */
.btn-primary {
  --osen-btn-color: #fff;
  --osen-btn-bg: #465dff;
  --osen-btn-border-color: #465dff;
  --osen-btn-hover-color: #fff;
  --osen-btn-hover-bg: #3f54e7;
  --osen-btn-hover-border-color: #4156ec;
  --osen-btn-focus-shadow-rgb: 98, 117, 255;
  --osen-btn-active-color: #fff;
  --osen-btn-active-bg: #4156ec;
  --osen-btn-active-border-color: #4156ec;
  --osen-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --osen-btn-disabled-color: #fff;
  --osen-btn-disabled-bg: #465dff;
  --osen-btn-disabled-border-color: #465dff;
}

/* line 132, node_modules/bootstrap/scss/_buttons.scss */
.btn-secondary {
  --osen-btn-color: #fff;
  --osen-btn-bg: #783bff;
  --osen-btn-border-color: #783bff;
  --osen-btn-hover-color: #fff;
  --osen-btn-hover-bg: #6d35e7;
  --osen-btn-hover-border-color: #6f37ec;
  --osen-btn-focus-shadow-rgb: 140, 88, 255;
  --osen-btn-active-color: #fff;
  --osen-btn-active-bg: #6f37ec;
  --osen-btn-active-border-color: #6f37ec;
  --osen-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --osen-btn-disabled-color: #fff;
  --osen-btn-disabled-bg: #783bff;
  --osen-btn-disabled-border-color: #783bff;
}

/* line 132, node_modules/bootstrap/scss/_buttons.scss */
.btn-success {
  --osen-btn-color: #fff;
  --osen-btn-bg: #6ac75a;
  --osen-btn-border-color: #6ac75a;
  --osen-btn-hover-color: #fff;
  --osen-btn-hover-bg: #60b451;
  --osen-btn-hover-border-color: #62b853;
  --osen-btn-focus-shadow-rgb: 128, 207, 115;
  --osen-btn-active-color: #fff;
  --osen-btn-active-bg: #62b853;
  --osen-btn-active-border-color: #62b853;
  --osen-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --osen-btn-disabled-color: #fff;
  --osen-btn-disabled-bg: #6ac75a;
  --osen-btn-disabled-border-color: #6ac75a;
}

/* line 132, node_modules/bootstrap/scss/_buttons.scss */
.btn-info {
  --osen-btn-color: #fff;
  --osen-btn-bg: #67baf1;
  --osen-btn-border-color: #67baf1;
  --osen-btn-hover-color: #fff;
  --osen-btn-hover-bg: #5da8da;
  --osen-btn-hover-border-color: #5facdf;
  --osen-btn-focus-shadow-rgb: 126, 196, 243;
  --osen-btn-active-color: #fff;
  --osen-btn-active-bg: #5facdf;
  --osen-btn-active-border-color: #5facdf;
  --osen-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --osen-btn-disabled-color: #fff;
  --osen-btn-disabled-bg: #67baf1;
  --osen-btn-disabled-border-color: #67baf1;
}

/* line 132, node_modules/bootstrap/scss/_buttons.scss */
.btn-warning {
  --osen-btn-color: #fff;
  --osen-btn-bg: #f9c45c;
  --osen-btn-border-color: #f9c45c;
  --osen-btn-hover-color: #fff;
  --osen-btn-hover-bg: #e1b153;
  --osen-btn-hover-border-color: #e6b555;
  --osen-btn-focus-shadow-rgb: 250, 205, 116;
  --osen-btn-active-color: #fff;
  --osen-btn-active-bg: #e6b555;
  --osen-btn-active-border-color: #e6b555;
  --osen-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --osen-btn-disabled-color: #fff;
  --osen-btn-disabled-bg: #f9c45c;
  --osen-btn-disabled-border-color: #f9c45c;
}

/* line 132, node_modules/bootstrap/scss/_buttons.scss */
.btn-danger {
  --osen-btn-color: #fff;
  --osen-btn-bg: #ff6d43;
  --osen-btn-border-color: #ff6d43;
  --osen-btn-hover-color: #fff;
  --osen-btn-hover-bg: #e7633d;
  --osen-btn-hover-border-color: #ec653e;
  --osen-btn-focus-shadow-rgb: 255, 131, 95;
  --osen-btn-active-color: #fff;
  --osen-btn-active-bg: #ec653e;
  --osen-btn-active-border-color: #ec653e;
  --osen-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --osen-btn-disabled-color: #fff;
  --osen-btn-disabled-bg: #ff6d43;
  --osen-btn-disabled-border-color: #ff6d43;
}

/* line 132, node_modules/bootstrap/scss/_buttons.scss */
.btn-light {
  --osen-btn-color: #313a46;
  --osen-btn-bg: #eef2f7;
  --osen-btn-border-color: #eef2f7;
  --osen-btn-hover-color: #313a46;
  --osen-btn-hover-bg: #d7dbe0;
  --osen-btn-hover-border-color: #dce0e4;
  --osen-btn-focus-shadow-rgb: 210, 214, 220;
  --osen-btn-active-color: #313a46;
  --osen-btn-active-bg: #dce0e4;
  --osen-btn-active-border-color: #dce0e4;
  --osen-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --osen-btn-disabled-color: #313a46;
  --osen-btn-disabled-bg: #eef2f7;
  --osen-btn-disabled-border-color: #eef2f7;
}

/* line 132, node_modules/bootstrap/scss/_buttons.scss */
.btn-dark {
  --osen-btn-color: #fff;
  --osen-btn-bg: #313a46;
  --osen-btn-border-color: #313a46;
  --osen-btn-hover-color: #fff;
  --osen-btn-hover-bg: #505862;
  --osen-btn-hover-border-color: #404954;
  --osen-btn-focus-shadow-rgb: 80, 88, 98;
  --osen-btn-active-color: #fff;
  --osen-btn-active-bg: #505862;
  --osen-btn-active-border-color: #464e59;
  --osen-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --osen-btn-disabled-color: #fff;
  --osen-btn-disabled-bg: #313a46;
  --osen-btn-disabled-border-color: #313a46;
}

/* line 158, node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-primary {
  --osen-btn-color: #465dff;
  --osen-btn-border-color: #465dff;
  --osen-btn-hover-color: #fff;
  --osen-btn-hover-bg: #465dff;
  --osen-btn-hover-border-color: #465dff;
  --osen-btn-focus-shadow-rgb: 70, 93, 255;
  --osen-btn-active-color: #fff;
  --osen-btn-active-bg: #465dff;
  --osen-btn-active-border-color: #465dff;
  --osen-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --osen-btn-disabled-color: #465dff;
  --osen-btn-disabled-bg: transparent;
  --osen-btn-disabled-border-color: #465dff;
  --osen-gradient: none;
}

/* line 158, node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-secondary {
  --osen-btn-color: #783bff;
  --osen-btn-border-color: #783bff;
  --osen-btn-hover-color: #fff;
  --osen-btn-hover-bg: #783bff;
  --osen-btn-hover-border-color: #783bff;
  --osen-btn-focus-shadow-rgb: 120, 59, 255;
  --osen-btn-active-color: #fff;
  --osen-btn-active-bg: #783bff;
  --osen-btn-active-border-color: #783bff;
  --osen-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --osen-btn-disabled-color: #783bff;
  --osen-btn-disabled-bg: transparent;
  --osen-btn-disabled-border-color: #783bff;
  --osen-gradient: none;
}

/* line 158, node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-success {
  --osen-btn-color: #6ac75a;
  --osen-btn-border-color: #6ac75a;
  --osen-btn-hover-color: #fff;
  --osen-btn-hover-bg: #6ac75a;
  --osen-btn-hover-border-color: #6ac75a;
  --osen-btn-focus-shadow-rgb: 106, 199, 90;
  --osen-btn-active-color: #fff;
  --osen-btn-active-bg: #6ac75a;
  --osen-btn-active-border-color: #6ac75a;
  --osen-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --osen-btn-disabled-color: #6ac75a;
  --osen-btn-disabled-bg: transparent;
  --osen-btn-disabled-border-color: #6ac75a;
  --osen-gradient: none;
}

/* line 158, node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-info {
  --osen-btn-color: #67baf1;
  --osen-btn-border-color: #67baf1;
  --osen-btn-hover-color: #fff;
  --osen-btn-hover-bg: #67baf1;
  --osen-btn-hover-border-color: #67baf1;
  --osen-btn-focus-shadow-rgb: 103, 186, 241;
  --osen-btn-active-color: #fff;
  --osen-btn-active-bg: #67baf1;
  --osen-btn-active-border-color: #67baf1;
  --osen-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --osen-btn-disabled-color: #67baf1;
  --osen-btn-disabled-bg: transparent;
  --osen-btn-disabled-border-color: #67baf1;
  --osen-gradient: none;
}

/* line 158, node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-warning {
  --osen-btn-color: #f9c45c;
  --osen-btn-border-color: #f9c45c;
  --osen-btn-hover-color: #fff;
  --osen-btn-hover-bg: #f9c45c;
  --osen-btn-hover-border-color: #f9c45c;
  --osen-btn-focus-shadow-rgb: 249, 196, 92;
  --osen-btn-active-color: #fff;
  --osen-btn-active-bg: #f9c45c;
  --osen-btn-active-border-color: #f9c45c;
  --osen-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --osen-btn-disabled-color: #f9c45c;
  --osen-btn-disabled-bg: transparent;
  --osen-btn-disabled-border-color: #f9c45c;
  --osen-gradient: none;
}

/* line 158, node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-danger {
  --osen-btn-color: #ff6d43;
  --osen-btn-border-color: #ff6d43;
  --osen-btn-hover-color: #fff;
  --osen-btn-hover-bg: #ff6d43;
  --osen-btn-hover-border-color: #ff6d43;
  --osen-btn-focus-shadow-rgb: 255, 109, 67;
  --osen-btn-active-color: #fff;
  --osen-btn-active-bg: #ff6d43;
  --osen-btn-active-border-color: #ff6d43;
  --osen-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --osen-btn-disabled-color: #ff6d43;
  --osen-btn-disabled-bg: transparent;
  --osen-btn-disabled-border-color: #ff6d43;
  --osen-gradient: none;
}

/* line 158, node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-light {
  --osen-btn-color: #eef2f7;
  --osen-btn-border-color: #eef2f7;
  --osen-btn-hover-color: #313a46;
  --osen-btn-hover-bg: #eef2f7;
  --osen-btn-hover-border-color: #eef2f7;
  --osen-btn-focus-shadow-rgb: 238, 242, 247;
  --osen-btn-active-color: #313a46;
  --osen-btn-active-bg: #eef2f7;
  --osen-btn-active-border-color: #eef2f7;
  --osen-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --osen-btn-disabled-color: #eef2f7;
  --osen-btn-disabled-bg: transparent;
  --osen-btn-disabled-border-color: #eef2f7;
  --osen-gradient: none;
}

/* line 158, node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-dark {
  --osen-btn-color: #313a46;
  --osen-btn-border-color: #313a46;
  --osen-btn-hover-color: #fff;
  --osen-btn-hover-bg: #313a46;
  --osen-btn-hover-border-color: #313a46;
  --osen-btn-focus-shadow-rgb: 49, 58, 70;
  --osen-btn-active-color: #fff;
  --osen-btn-active-bg: #313a46;
  --osen-btn-active-border-color: #313a46;
  --osen-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --osen-btn-disabled-color: #313a46;
  --osen-btn-disabled-bg: transparent;
  --osen-btn-disabled-border-color: #313a46;
  --osen-gradient: none;
}

/* line 170, node_modules/bootstrap/scss/_buttons.scss */
.btn-link {
  --osen-btn-font-weight: 400;
  --osen-btn-color: var(--osen-link-color);
  --osen-btn-bg: transparent;
  --osen-btn-border-color: transparent;
  --osen-btn-hover-color: var(--osen-link-hover-color);
  --osen-btn-hover-border-color: transparent;
  --osen-btn-active-color: var(--osen-link-hover-color);
  --osen-btn-active-border-color: transparent;
  --osen-btn-disabled-color: #8a969c;
  --osen-btn-disabled-border-color: transparent;
  --osen-btn-box-shadow: 0 0 0 #000;
  --osen-btn-focus-shadow-rgb: 98, 117, 255;
  text-decoration: none;
}

/* line 194, node_modules/bootstrap/scss/_buttons.scss */
.btn-link:focus-visible {
  color: var(--osen-btn-color);
}

/* line 198, node_modules/bootstrap/scss/_buttons.scss */
.btn-link:hover {
  color: var(--osen-btn-hover-color);
}

/* line 210, node_modules/bootstrap/scss/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  --osen-btn-padding-y: 0.65rem;
  --osen-btn-padding-x: 1.5rem;
  --osen-btn-font-size: 1.015625rem;
  --osen-btn-border-radius: 0.4rem;
}

/* line 214, node_modules/bootstrap/scss/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  --osen-btn-padding-y: 0.3rem;
  --osen-btn-padding-x: 0.8rem;
  --osen-btn-font-size: 0.7875rem;
  --osen-btn-border-radius: 0.25rem;
}

/* line 1, node_modules/bootstrap/scss/_transitions.scss */
.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 1, node_modules/bootstrap/scss/_transitions.scss */
  .fade {
    transition: none;
  }
}

/* line 4, node_modules/bootstrap/scss/_transitions.scss */
.fade:not(.show) {
  opacity: 0;
}

/* line 11, node_modules/bootstrap/scss/_transitions.scss */
.collapse:not(.show) {
  display: none;
}

/* line 16, node_modules/bootstrap/scss/_transitions.scss */
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 16, node_modules/bootstrap/scss/_transitions.scss */
  .collapsing {
    transition: none;
  }
}

/* line 21, node_modules/bootstrap/scss/_transitions.scss */
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 21, node_modules/bootstrap/scss/_transitions.scss */
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

/* line 2, node_modules/bootstrap/scss/_dropdown.scss */
.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

/* line 11, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 36, node_modules/bootstrap/scss/mixins/_caret.scss */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.15em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/* line 64, node_modules/bootstrap/scss/mixins/_caret.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 19, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-menu {
  --osen-dropdown-zindex: 1000;
  --osen-dropdown-min-width: 11rem;
  --osen-dropdown-padding-x: 0.25rem;
  --osen-dropdown-padding-y: 0.25rem;
  --osen-dropdown-spacer: 0.125rem;
  --osen-dropdown-font-size: 0.8125rem;
  --osen-dropdown-color: var(--osen-body-color);
  --osen-dropdown-bg: var(--osen-secondary-bg);
  --osen-dropdown-border-color: var(--osen-border-color);
  --osen-dropdown-border-radius: 0.3rem;
  --osen-dropdown-border-width: var(--osen-border-width);
  --osen-dropdown-inner-border-radius: calc(0.3rem - var(--osen-border-width));
  --osen-dropdown-divider-bg: var(--osen-border-color);
  --osen-dropdown-divider-margin-y: 0.375rem;
  --osen-dropdown-box-shadow: var(--osen-box-shadow);
  --osen-dropdown-link-color: var(--osen-body-color);
  --osen-dropdown-link-hover-color: var(--osen-body-color);
  --osen-dropdown-link-hover-bg: var(--osen-tertiary-bg);
  --osen-dropdown-link-active-color: var(--osen-body-color);
  --osen-dropdown-link-active-bg: var(--osen-tertiary-bg);
  --osen-dropdown-link-disabled-color: var(--osen-body-color);
  --osen-dropdown-item-padding-x: 1.125rem;
  --osen-dropdown-item-padding-y: 0.4rem;
  --osen-dropdown-header-color: inherit;
  --osen-dropdown-header-padding-x: 0.84375rem;
  --osen-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--osen-dropdown-zindex);
  display: none;
  min-width: var(--osen-dropdown-min-width);
  padding: var(--osen-dropdown-padding-y) var(--osen-dropdown-padding-x);
  margin: 0;
  font-size: var(--osen-dropdown-font-size);
  color: var(--osen-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--osen-dropdown-bg);
  background-clip: padding-box;
  border: var(--osen-dropdown-border-width) solid var(--osen-dropdown-border-color);
  border-radius: var(--osen-dropdown-border-radius);
}

/* line 65, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--osen-dropdown-spacer);
}

/* line 92, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-menu-start {
  --bs-position: start;
}

/* line 95, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

/* line 101, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-menu-end {
  --bs-position: end;
}

/* line 104, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 92, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  /* line 95, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  /* line 104, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 92, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  /* line 95, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  /* line 104, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 92, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  /* line 95, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  /* line 104, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 92, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  /* line 95, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  /* line 104, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1500px) {
  /* line 92, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  /* line 95, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  /* line 104, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

/* line 116, node_modules/bootstrap/scss/_dropdown.scss */
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--osen-dropdown-spacer);
}

/* line 36, node_modules/bootstrap/scss/mixins/_caret.scss */
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.15em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

/* line 64, node_modules/bootstrap/scss/mixins/_caret.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 129, node_modules/bootstrap/scss/_dropdown.scss */
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--osen-dropdown-spacer);
}

/* line 36, node_modules/bootstrap/scss/mixins/_caret.scss */
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.15em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

/* line 64, node_modules/bootstrap/scss/mixins/_caret.scss */
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 139, node_modules/bootstrap/scss/_dropdown.scss */
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 146, node_modules/bootstrap/scss/_dropdown.scss */
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--osen-dropdown-spacer);
}

/* line 36, node_modules/bootstrap/scss/mixins/_caret.scss */
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.15em;
  content: "";
}

/* line 51, node_modules/bootstrap/scss/mixins/_caret.scss */
.dropstart .dropdown-toggle::after {
  display: none;
}

/* line 55, node_modules/bootstrap/scss/mixins/_caret.scss */
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.15em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

/* line 64, node_modules/bootstrap/scss/mixins/_caret.scss */
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 156, node_modules/bootstrap/scss/_dropdown.scss */
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 164, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-divider {
  height: 0;
  margin: var(--osen-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--osen-dropdown-divider-bg);
  opacity: 1;
}

/* line 175, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--osen-dropdown-item-padding-y) var(--osen-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--osen-dropdown-link-color);
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--osen-dropdown-item-border-radius, 0);
}

/* line 189, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--osen-dropdown-link-hover-color);
  background-color: var(--osen-dropdown-link-hover-bg);
}

/* line 196, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-item.active, .dropdown-item:active {
  color: var(--osen-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--osen-dropdown-link-active-bg);
}

/* line 203, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--osen-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

/* line 213, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-menu.show {
  display: block;
}

/* line 218, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-header {
  display: block;
  padding: var(--osen-dropdown-header-padding-y) var(--osen-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.7875rem;
  color: var(--osen-dropdown-header-color);
  white-space: nowrap;
}

/* line 228, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-item-text {
  display: block;
  padding: var(--osen-dropdown-item-padding-y) var(--osen-dropdown-item-padding-x);
  color: var(--osen-dropdown-link-color);
}

/* line 235, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-menu-dark {
  --osen-dropdown-color: #e7e9eb;
  --osen-dropdown-bg: #343a40;
  --osen-dropdown-border-color: var(--osen-border-color);
  --osen-dropdown-box-shadow: ;
  --osen-dropdown-link-color: #e7e9eb;
  --osen-dropdown-link-hover-color: #fff;
  --osen-dropdown-divider-bg: var(--osen-border-color-translucent);
  --osen-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --osen-dropdown-link-active-color: #fff;
  --osen-dropdown-link-active-bg: #465dff;
  --osen-dropdown-link-disabled-color: #a1a9b1;
  --osen-dropdown-header-color: #a1a9b1;
}

/* line 2, node_modules/bootstrap/scss/_button-group.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 8, node_modules/bootstrap/scss/_button-group.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

/* line 15, node_modules/bootstrap/scss/_button-group.scss */
.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;
}

/* line 26, node_modules/bootstrap/scss/_button-group.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 31, node_modules/bootstrap/scss/_button-group.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 36, node_modules/bootstrap/scss/_button-group.scss */
.btn-group {
  border-radius: 0.3rem;
}

/* line 40, node_modules/bootstrap/scss/_button-group.scss */
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(var(--osen-border-width) * -1);
}

/* line 46, node_modules/bootstrap/scss/_button-group.scss */
.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;
}

/* line 56, node_modules/bootstrap/scss/_button-group.scss */
.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;
}

/* line 75, node_modules/bootstrap/scss/_button-group.scss */
.dropdown-toggle-split {
  padding-right: 0.825rem;
  padding-left: 0.825rem;
}

/* line 79, node_modules/bootstrap/scss/_button-group.scss */
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 85, node_modules/bootstrap/scss/_button-group.scss */
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 90, node_modules/bootstrap/scss/_button-group.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.6rem;
  padding-left: 0.6rem;
}

/* line 95, node_modules/bootstrap/scss/_button-group.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}

/* line 117, node_modules/bootstrap/scss/_button-group.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 122, node_modules/bootstrap/scss/_button-group.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 127, node_modules/bootstrap/scss/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(var(--osen-border-width) * -1);
}

/* line 133, node_modules/bootstrap/scss/_button-group.scss */
.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;
}

/* line 138, node_modules/bootstrap/scss/_button-group.scss */
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 6, node_modules/bootstrap/scss/_nav.scss */
.nav {
  --osen-nav-link-padding-x: 1rem;
  --osen-nav-link-padding-y: 0.5rem;
  --osen-nav-link-font-weight: ;
  --osen-nav-link-color: var(--osen-body-color);
  --osen-nav-link-hover-color: var(--osen-link-hover-color);
  --osen-nav-link-disabled-color: var(--osen-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 24, node_modules/bootstrap/scss/_nav.scss */
.nav-link {
  display: block;
  padding: var(--osen-nav-link-padding-y) var(--osen-nav-link-padding-x);
  font-size: var(--osen-nav-link-font-size);
  font-weight: var(--osen-nav-link-font-weight);
  color: var(--osen-nav-link-color);
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 24, node_modules/bootstrap/scss/_nav.scss */
  .nav-link {
    transition: none;
  }
}

/* line 35, node_modules/bootstrap/scss/_nav.scss */
.nav-link:hover, .nav-link:focus {
  color: var(--osen-nav-link-hover-color);
}

/* line 41, node_modules/bootstrap/scss/_nav.scss */
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(70, 93, 255, 0.25);
}

/* line 47, node_modules/bootstrap/scss/_nav.scss */
.nav-link.disabled, .nav-link:disabled {
  color: var(--osen-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

/* line 59, node_modules/bootstrap/scss/_nav.scss */
.nav-tabs {
  --osen-nav-tabs-border-width: var(--osen-border-width);
  --osen-nav-tabs-border-color: var(--osen-border-color);
  --osen-nav-tabs-border-radius: var(--osen-border-radius);
  --osen-nav-tabs-link-hover-border-color: var(--osen-secondary-bg) var(--osen-secondary-bg) var(--osen-border-color);
  --osen-nav-tabs-link-active-color: var(--osen-link-color);
  --osen-nav-tabs-link-active-bg: var(--osen-secondary-bg);
  --osen-nav-tabs-link-active-border-color: var(--osen-border-color) var(--osen-border-color) var(--osen-secondary-bg);
  border-bottom: var(--osen-nav-tabs-border-width) solid var(--osen-nav-tabs-border-color);
}

/* line 72, node_modules/bootstrap/scss/_nav.scss */
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--osen-nav-tabs-border-width));
  border: var(--osen-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--osen-nav-tabs-border-radius);
  border-top-right-radius: var(--osen-nav-tabs-border-radius);
}

/* line 77, node_modules/bootstrap/scss/_nav.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--osen-nav-tabs-link-hover-border-color);
}

/* line 85, node_modules/bootstrap/scss/_nav.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--osen-nav-tabs-link-active-color);
  background-color: var(--osen-nav-tabs-link-active-bg);
  border-color: var(--osen-nav-tabs-link-active-border-color);
}

/* line 92, node_modules/bootstrap/scss/_nav.scss */
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--osen-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 105, node_modules/bootstrap/scss/_nav.scss */
.nav-pills {
  --osen-nav-pills-border-radius: var(--osen-border-radius);
  --osen-nav-pills-link-active-color: #fff;
  --osen-nav-pills-link-active-bg: #465dff;
}

/* line 112, node_modules/bootstrap/scss/_nav.scss */
.nav-pills .nav-link {
  border-radius: var(--osen-nav-pills-border-radius);
}

/* line 116, node_modules/bootstrap/scss/_nav.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--osen-nav-pills-link-active-color);
  background-color: var(--osen-nav-pills-link-active-bg);
}

/* line 128, node_modules/bootstrap/scss/_nav.scss */
.nav-underline {
  --osen-nav-underline-gap: 1rem;
  --osen-nav-underline-border-width: 0.125rem;
  --osen-nav-underline-link-active-color: var(--osen-emphasis-color);
  gap: var(--osen-nav-underline-gap);
}

/* line 137, node_modules/bootstrap/scss/_nav.scss */
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--osen-nav-underline-border-width) solid transparent;
}

/* line 142, node_modules/bootstrap/scss/_nav.scss */
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}

/* line 148, node_modules/bootstrap/scss/_nav.scss */
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--osen-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

/* line 162, node_modules/bootstrap/scss/_nav.scss */
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 170, node_modules/bootstrap/scss/_nav.scss */
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 180, node_modules/bootstrap/scss/_nav.scss */
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

/* line 191, node_modules/bootstrap/scss/_nav.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 194, node_modules/bootstrap/scss/_nav.scss */
.tab-content > .active {
  display: block;
}

/* line 6, node_modules/bootstrap/scss/_navbar.scss */
.navbar {
  --osen-navbar-padding-x: 0;
  --osen-navbar-padding-y: 0.75rem;
  --osen-navbar-color: rgba(var(--osen-emphasis-color-rgb), 0.65);
  --osen-navbar-hover-color: rgba(var(--osen-emphasis-color-rgb), 0.8);
  --osen-navbar-disabled-color: rgba(var(--osen-emphasis-color-rgb), 0.3);
  --osen-navbar-active-color: rgba(var(--osen-emphasis-color-rgb), 1);
  --osen-navbar-brand-padding-y: 0.34765625rem;
  --osen-navbar-brand-margin-end: 1rem;
  --osen-navbar-brand-font-size: 1.015625rem;
  --osen-navbar-brand-color: rgba(var(--osen-emphasis-color-rgb), 1);
  --osen-navbar-brand-hover-color: rgba(var(--osen-emphasis-color-rgb), 1);
  --osen-navbar-nav-link-padding-x: 0.5rem;
  --osen-navbar-toggler-padding-y: 0.25rem;
  --osen-navbar-toggler-padding-x: 0.75rem;
  --osen-navbar-toggler-font-size: 1.015625rem;
  --osen-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%2876, 76, 92, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --osen-navbar-toggler-border-color: rgba(var(--osen-emphasis-color-rgb), 0.15);
  --osen-navbar-toggler-border-radius: 0.3rem;
  --osen-navbar-toggler-focus-width: 0;
  --osen-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(--osen-navbar-padding-y) var(--osen-navbar-padding-x);
}

/* line 41, node_modules/bootstrap/scss/_navbar.scss */
.navbar > .container,
.navbar > .container-fluid,
.navbar > .page-container,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

/* line 65, node_modules/bootstrap/scss/_navbar.scss */
.navbar-brand {
  padding-top: var(--osen-navbar-brand-padding-y);
  padding-bottom: var(--osen-navbar-brand-padding-y);
  margin-right: var(--osen-navbar-brand-margin-end);
  font-size: var(--osen-navbar-brand-font-size);
  color: var(--osen-navbar-brand-color);
  white-space: nowrap;
}

/* line 74, node_modules/bootstrap/scss/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--osen-navbar-brand-hover-color);
}

/* line 86, node_modules/bootstrap/scss/_navbar.scss */
.navbar-nav {
  --osen-nav-link-padding-x: 0;
  --osen-nav-link-padding-y: 0.5rem;
  --osen-nav-link-font-weight: ;
  --osen-nav-link-color: var(--osen-navbar-color);
  --osen-nav-link-hover-color: var(--osen-navbar-hover-color);
  --osen-nav-link-disabled-color: var(--osen-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 104, node_modules/bootstrap/scss/_navbar.scss */
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--osen-navbar-active-color);
}

/* line 110, node_modules/bootstrap/scss/_navbar.scss */
.navbar-nav .dropdown-menu {
  position: static;
}

/* line 120, node_modules/bootstrap/scss/_navbar.scss */
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--osen-navbar-color);
}

/* line 125, node_modules/bootstrap/scss/_navbar.scss */
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--osen-navbar-active-color);
}

/* line 141, node_modules/bootstrap/scss/_navbar.scss */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 150, node_modules/bootstrap/scss/_navbar.scss */
.navbar-toggler {
  padding: var(--osen-navbar-toggler-padding-y) var(--osen-navbar-toggler-padding-x);
  font-size: var(--osen-navbar-toggler-font-size);
  line-height: 1;
  color: var(--osen-navbar-color);
  background-color: transparent;
  border: var(--osen-border-width) solid var(--osen-navbar-toggler-border-color);
  border-radius: var(--osen-navbar-toggler-border-radius);
  transition: var(--osen-navbar-toggler-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 150, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-toggler {
    transition: none;
  }
}

/* line 160, node_modules/bootstrap/scss/_navbar.scss */
.navbar-toggler:hover {
  text-decoration: none;
}

/* line 164, node_modules/bootstrap/scss/_navbar.scss */
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--osen-navbar-toggler-focus-width);
}

/* line 173, node_modules/bootstrap/scss/_navbar.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--osen-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

/* line 184, node_modules/bootstrap/scss/_navbar.scss */
.navbar-nav-scroll {
  max-height: var(--osen-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  /* line 198, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 203, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 206, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 210, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--osen-navbar-nav-link-padding-x);
    padding-left: var(--osen-navbar-nav-link-padding-x);
  }
  /* line 216, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 220, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 225, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  /* line 229, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 244, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 248, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 768px) {
  /* line 198, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 203, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 206, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 210, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--osen-navbar-nav-link-padding-x);
    padding-left: var(--osen-navbar-nav-link-padding-x);
  }
  /* line 216, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 220, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 225, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  /* line 229, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 244, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 248, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 992px) {
  /* line 198, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 203, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 206, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 210, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--osen-navbar-nav-link-padding-x);
    padding-left: var(--osen-navbar-nav-link-padding-x);
  }
  /* line 216, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 220, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 225, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  /* line 229, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 244, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 248, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1200px) {
  /* line 198, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 203, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 206, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 210, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--osen-navbar-nav-link-padding-x);
    padding-left: var(--osen-navbar-nav-link-padding-x);
  }
  /* line 216, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 220, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 225, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  /* line 229, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 244, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 248, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1500px) {
  /* line 198, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 203, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  /* line 206, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 210, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--osen-navbar-nav-link-padding-x);
    padding-left: var(--osen-navbar-nav-link-padding-x);
  }
  /* line 216, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 220, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 225, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  /* line 229, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 244, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 248, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

/* line 198, node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

/* line 203, node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 206, node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 210, node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--osen-navbar-nav-link-padding-x);
  padding-left: var(--osen-navbar-nav-link-padding-x);
}

/* line 216, node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

/* line 220, node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 225, node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 229, node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}

/* line 244, node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}

/* line 248, node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

/* line 269, node_modules/bootstrap/scss/_navbar.scss */
.navbar-dark,
.navbar[data-bs-theme="dark"] {
  --osen-navbar-color: rgba(255, 255, 255, 0.55);
  --osen-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --osen-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --osen-navbar-active-color: #fff;
  --osen-navbar-brand-color: #fff;
  --osen-navbar-brand-hover-color: #fff;
  --osen-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --osen-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");
}

/* line 285, node_modules/bootstrap/scss/_navbar.scss */
[data-bs-theme="dark"] .navbar-toggler-icon {
  --osen-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");
}

/* line 5, node_modules/bootstrap/scss/_card.scss */
.card {
  --osen-card-spacer-y: 1.5rem;
  --osen-card-spacer-x: 1.5rem;
  --osen-card-title-spacer-y: 0.5rem;
  --osen-card-title-color: ;
  --osen-card-subtitle-color: ;
  --osen-card-border-width: 0;
  --osen-card-border-color: var(--osen-border-color);
  --osen-card-border-radius: var(--osen-border-radius);
  --osen-card-box-shadow: var(--osen-box-shadow);
  --osen-card-inner-border-radius: calc(var(--osen-border-radius) - 0);
  --osen-card-cap-padding-y: 1.125rem;
  --osen-card-cap-padding-x: 1.5rem;
  --osen-card-cap-bg: transparent;
  --osen-card-cap-color: ;
  --osen-card-height: ;
  --osen-card-color: ;
  --osen-card-bg: var(--osen-secondary-bg);
  --osen-card-img-overlay-padding: 1.5rem;
  --osen-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--osen-card-height);
  color: var(--osen-body-color);
  word-wrap: break-word;
  background-color: var(--osen-card-bg);
  background-clip: border-box;
  border: var(--osen-card-border-width) solid var(--osen-card-border-color);
  border-radius: var(--osen-card-border-radius);
}

/* line 41, node_modules/bootstrap/scss/_card.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 46, node_modules/bootstrap/scss/_card.scss */
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

/* line 50, node_modules/bootstrap/scss/_card.scss */
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--osen-card-inner-border-radius);
  border-top-right-radius: var(--osen-card-inner-border-radius);
}

/* line 55, node_modules/bootstrap/scss/_card.scss */
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--osen-card-inner-border-radius);
  border-bottom-left-radius: var(--osen-card-inner-border-radius);
}

/* line 63, node_modules/bootstrap/scss/_card.scss */
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

/* line 69, node_modules/bootstrap/scss/_card.scss */
.card-body {
  flex: 1 1 auto;
  padding: var(--osen-card-spacer-y) var(--osen-card-spacer-x);
  color: var(--osen-card-color);
}

/* line 77, node_modules/bootstrap/scss/_card.scss */
.card-title {
  margin-bottom: var(--osen-card-title-spacer-y);
  color: var(--osen-card-title-color);
}

/* line 82, node_modules/bootstrap/scss/_card.scss */
.card-subtitle {
  margin-top: calc(-.5 * var(--osen-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--osen-card-subtitle-color);
}

/* line 88, node_modules/bootstrap/scss/_card.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 97, node_modules/bootstrap/scss/_card.scss */
.card-link + .card-link {
  margin-left: var(--osen-card-spacer-x);
}

/* line 106, node_modules/bootstrap/scss/_card.scss */
.card-header {
  padding: var(--osen-card-cap-padding-y) var(--osen-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--osen-card-cap-color);
  background-color: var(--osen-card-cap-bg);
  border-bottom: var(--osen-card-border-width) solid var(--osen-card-border-color);
}

/* line 113, node_modules/bootstrap/scss/_card.scss */
.card-header:first-child {
  border-radius: var(--osen-card-inner-border-radius) var(--osen-card-inner-border-radius) 0 0;
}

/* line 118, node_modules/bootstrap/scss/_card.scss */
.card-footer {
  padding: var(--osen-card-cap-padding-y) var(--osen-card-cap-padding-x);
  color: var(--osen-card-cap-color);
  background-color: var(--osen-card-cap-bg);
  border-top: var(--osen-card-border-width) solid var(--osen-card-border-color);
}

/* line 124, node_modules/bootstrap/scss/_card.scss */
.card-footer:last-child {
  border-radius: 0 0 var(--osen-card-inner-border-radius) var(--osen-card-inner-border-radius);
}

/* line 134, node_modules/bootstrap/scss/_card.scss */
.card-header-tabs {
  margin-right: calc(-.5 * var(--osen-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--osen-card-cap-padding-y));
  margin-left: calc(-.5 * var(--osen-card-cap-padding-x));
  border-bottom: 0;
}

/* line 140, node_modules/bootstrap/scss/_card.scss */
.card-header-tabs .nav-link.active {
  background-color: var(--osen-card-bg);
  border-bottom-color: var(--osen-card-bg);
}

/* line 146, node_modules/bootstrap/scss/_card.scss */
.card-header-pills {
  margin-right: calc(-.5 * var(--osen-card-cap-padding-x));
  margin-left: calc(-.5 * var(--osen-card-cap-padding-x));
}

/* line 152, node_modules/bootstrap/scss/_card.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--osen-card-img-overlay-padding);
  border-radius: var(--osen-card-inner-border-radius);
}

/* line 162, node_modules/bootstrap/scss/_card.scss */
.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

/* line 168, node_modules/bootstrap/scss/_card.scss */
.card-img,
.card-img-top {
  border-top-left-radius: var(--osen-card-inner-border-radius);
  border-top-right-radius: var(--osen-card-inner-border-radius);
}

/* line 173, node_modules/bootstrap/scss/_card.scss */
.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--osen-card-inner-border-radius);
  border-bottom-left-radius: var(--osen-card-inner-border-radius);
}

/* line 186, node_modules/bootstrap/scss/_card.scss */
.card-group > .card {
  margin-bottom: var(--osen-card-group-margin);
}

@media (min-width: 576px) {
  /* line 183, node_modules/bootstrap/scss/_card.scss */
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  /* line 195, node_modules/bootstrap/scss/_card.scss */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 200, node_modules/bootstrap/scss/_card.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 207, node_modules/bootstrap/scss/_card.scss */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 210, node_modules/bootstrap/scss/_card.scss */
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  /* line 215, node_modules/bootstrap/scss/_card.scss */
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 222, node_modules/bootstrap/scss/_card.scss */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 225, node_modules/bootstrap/scss/_card.scss */
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  /* line 230, node_modules/bootstrap/scss/_card.scss */
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

/* line 5, node_modules/bootstrap/scss/_accordion.scss */
.accordion {
  --osen-accordion-color: var(--osen-body-color);
  --osen-accordion-bg: var(--osen-secondary-bg);
  --osen-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;
  --osen-accordion-border-color: var(--osen-border-color);
  --osen-accordion-border-width: var(--osen-border-width);
  --osen-accordion-border-radius: var(--osen-border-radius);
  --osen-accordion-inner-border-radius: calc(var(--osen-border-radius) - (var(--osen-border-width)));
  --osen-accordion-btn-padding-x: 1.25rem;
  --osen-accordion-btn-padding-y: 1rem;
  --osen-accordion-btn-color: var(--osen-body-color);
  --osen-accordion-btn-bg: var(--osen-accordion-bg);
  --osen-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%234c4c5c' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --osen-accordion-btn-icon-width: 0.75rem;
  --osen-accordion-btn-icon-transform: rotate(-180deg);
  --osen-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --osen-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%234c4c5c' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --osen-accordion-btn-focus-box-shadow: none;
  --osen-accordion-body-padding-x: 1.25rem;
  --osen-accordion-body-padding-y: 1rem;
  --osen-accordion-active-color: var(--osen-body-color);
  --osen-accordion-active-bg: var(--osen-tertiary-bg);
}

/* line 31, node_modules/bootstrap/scss/_accordion.scss */
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--osen-accordion-btn-padding-y) var(--osen-accordion-btn-padding-x);
  font-size: 0.8125rem;
  color: var(--osen-accordion-btn-color);
  text-align: left;
  background-color: var(--osen-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--osen-accordion-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 31, node_modules/bootstrap/scss/_accordion.scss */
  .accordion-button {
    transition: none;
  }
}

/* line 46, node_modules/bootstrap/scss/_accordion.scss */
.accordion-button:not(.collapsed) {
  color: var(--osen-accordion-active-color);
  background-color: var(--osen-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--osen-accordion-border-width)) 0 var(--osen-accordion-border-color);
}

/* line 51, node_modules/bootstrap/scss/_accordion.scss */
.accordion-button:not(.collapsed)::after {
  background-image: var(--osen-accordion-btn-active-icon);
  transform: var(--osen-accordion-btn-icon-transform);
}

/* line 58, node_modules/bootstrap/scss/_accordion.scss */
.accordion-button::after {
  flex-shrink: 0;
  width: var(--osen-accordion-btn-icon-width);
  height: var(--osen-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--osen-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--osen-accordion-btn-icon-width);
  transition: var(--osen-accordion-btn-icon-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 58, node_modules/bootstrap/scss/_accordion.scss */
  .accordion-button::after {
    transition: none;
  }
}

/* line 70, node_modules/bootstrap/scss/_accordion.scss */
.accordion-button:hover {
  z-index: 2;
}

/* line 74, node_modules/bootstrap/scss/_accordion.scss */
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--osen-accordion-btn-focus-box-shadow);
}

/* line 81, node_modules/bootstrap/scss/_accordion.scss */
.accordion-header {
  margin-bottom: 0;
}

/* line 85, node_modules/bootstrap/scss/_accordion.scss */
.accordion-item {
  color: var(--osen-accordion-color);
  background-color: var(--osen-accordion-bg);
  border: var(--osen-accordion-border-width) solid var(--osen-accordion-border-color);
}

/* line 90, node_modules/bootstrap/scss/_accordion.scss */
.accordion-item:first-of-type {
  border-top-left-radius: var(--osen-accordion-border-radius);
  border-top-right-radius: var(--osen-accordion-border-radius);
}

/* line 93, node_modules/bootstrap/scss/_accordion.scss */
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--osen-accordion-inner-border-radius);
  border-top-right-radius: var(--osen-accordion-inner-border-radius);
}

/* line 98, node_modules/bootstrap/scss/_accordion.scss */
.accordion-item:not(:first-of-type) {
  border-top: 0;
}

/* line 103, node_modules/bootstrap/scss/_accordion.scss */
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--osen-accordion-border-radius);
  border-bottom-left-radius: var(--osen-accordion-border-radius);
}

/* line 107, node_modules/bootstrap/scss/_accordion.scss */
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--osen-accordion-inner-border-radius);
  border-bottom-left-radius: var(--osen-accordion-inner-border-radius);
}

/* line 112, node_modules/bootstrap/scss/_accordion.scss */
.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--osen-accordion-border-radius);
  border-bottom-left-radius: var(--osen-accordion-border-radius);
}

/* line 118, node_modules/bootstrap/scss/_accordion.scss */
.accordion-body {
  padding: var(--osen-accordion-body-padding-y) var(--osen-accordion-body-padding-x);
}

/* line 128, node_modules/bootstrap/scss/_accordion.scss */
.accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/* line 133, node_modules/bootstrap/scss/_accordion.scss */
.accordion-flush > .accordion-item:first-child {
  border-top: 0;
}

/* line 134, node_modules/bootstrap/scss/_accordion.scss */
.accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}

/* line 138, node_modules/bootstrap/scss/_accordion.scss */
.accordion-flush > .accordion-item > .accordion-header .accordion-button, .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}

/* line 145, node_modules/bootstrap/scss/_accordion.scss */
.accordion-flush > .accordion-item > .accordion-collapse {
  border-radius: 0;
}

/* line 153, node_modules/bootstrap/scss/_accordion.scss */
[data-bs-theme="dark"] .accordion-button::after {
  --osen-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23909eff'%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");
  --osen-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23909eff'%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");
}

/* line 1, node_modules/bootstrap/scss/_breadcrumb.scss */
.breadcrumb {
  --osen-breadcrumb-padding-x: 0;
  --osen-breadcrumb-padding-y: 1.5rem;
  --osen-breadcrumb-margin-bottom: 1rem;
  --osen-breadcrumb-bg: ;
  --osen-breadcrumb-border-radius: ;
  --osen-breadcrumb-divider-color: var(--osen-secondary-color);
  --osen-breadcrumb-item-padding-x: 0.25rem;
  --osen-breadcrumb-item-active-color: var(--osen-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--osen-breadcrumb-padding-y) var(--osen-breadcrumb-padding-x);
  margin-bottom: var(--osen-breadcrumb-margin-bottom);
  font-size: var(--osen-breadcrumb-font-size);
  list-style: none;
  background-color: var(--osen-breadcrumb-bg);
  border-radius: var(--osen-breadcrumb-border-radius);
}

/* line 26, node_modules/bootstrap/scss/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--osen-breadcrumb-item-padding-x);
}

/* line 29, node_modules/bootstrap/scss/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--osen-breadcrumb-item-padding-x);
  color: var(--osen-breadcrumb-divider-color);
  content: var(--osen-breadcrumb-divider, "") /* rtl: var(--osen-breadcrumb-divider, "") */;
}

/* line 37, node_modules/bootstrap/scss/_breadcrumb.scss */
.breadcrumb-item.active {
  color: var(--osen-breadcrumb-item-active-color);
}

/* line 1, node_modules/bootstrap/scss/_pagination.scss */
.pagination {
  --osen-pagination-padding-x: 0.75rem;
  --osen-pagination-padding-y: 0.375rem;
  --osen-pagination-font-size: 0.8125rem;
  --osen-pagination-color: var(--osen-body-color);
  --osen-pagination-bg: var(--osen-secondary-bg);
  --osen-pagination-border-width: var(--osen-border-width);
  --osen-pagination-border-color: var(--osen-border-color);
  --osen-pagination-border-radius: var(--osen-border-radius);
  --osen-pagination-hover-color: var(--osen-link-hover-color);
  --osen-pagination-hover-bg: var(--osen-tertiary-bg);
  --osen-pagination-hover-border-color: var(--osen-border-color);
  --osen-pagination-focus-color: var(--osen-link-hover-color);
  --osen-pagination-focus-bg: var(--osen-secondary-bg);
  --osen-pagination-focus-box-shadow: none;
  --osen-pagination-active-color: #fff;
  --osen-pagination-active-bg: #465dff;
  --osen-pagination-active-border-color: #465dff;
  --osen-pagination-disabled-color: var(--osen-secondary-color);
  --osen-pagination-disabled-bg: var(--osen-secondary-bg);
  --osen-pagination-disabled-border-color: var(--osen-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}

/* line 29, node_modules/bootstrap/scss/_pagination.scss */
.page-link {
  position: relative;
  display: block;
  padding: var(--osen-pagination-padding-y) var(--osen-pagination-padding-x);
  font-size: var(--osen-pagination-font-size);
  color: var(--osen-pagination-color);
  background-color: var(--osen-pagination-bg);
  border: var(--osen-pagination-border-width) solid var(--osen-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) {
  /* line 29, node_modules/bootstrap/scss/_pagination.scss */
  .page-link {
    transition: none;
  }
}

/* line 40, node_modules/bootstrap/scss/_pagination.scss */
.page-link:hover {
  z-index: 2;
  color: var(--osen-pagination-hover-color);
  background-color: var(--osen-pagination-hover-bg);
  border-color: var(--osen-pagination-hover-border-color);
}

/* line 48, node_modules/bootstrap/scss/_pagination.scss */
.page-link:focus {
  z-index: 3;
  color: var(--osen-pagination-focus-color);
  background-color: var(--osen-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--osen-pagination-focus-box-shadow);
}

/* line 56, node_modules/bootstrap/scss/_pagination.scss */
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--osen-pagination-active-color);
  background-color: var(--osen-pagination-active-bg);
  border-color: var(--osen-pagination-active-border-color);
}

/* line 64, node_modules/bootstrap/scss/_pagination.scss */
.page-link.disabled, .disabled > .page-link {
  color: var(--osen-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--osen-pagination-disabled-bg);
  border-color: var(--osen-pagination-disabled-border-color);
}

/* line 74, node_modules/bootstrap/scss/_pagination.scss */
.page-item:not(:first-child) .page-link {
  margin-left: calc(var(--osen-border-width) * -1);
}

/* line 80, node_modules/bootstrap/scss/_pagination.scss */
.page-item:first-child .page-link {
  border-top-left-radius: var(--osen-pagination-border-radius);
  border-bottom-left-radius: var(--osen-pagination-border-radius);
}

/* line 86, node_modules/bootstrap/scss/_pagination.scss */
.page-item:last-child .page-link {
  border-top-right-radius: var(--osen-pagination-border-radius);
  border-bottom-right-radius: var(--osen-pagination-border-radius);
}

/* line 103, node_modules/bootstrap/scss/_pagination.scss */
.pagination-lg {
  --osen-pagination-padding-x: 1.5rem;
  --osen-pagination-padding-y: 0.75rem;
  --osen-pagination-font-size: 1.015625rem;
  --osen-pagination-border-radius: var(--osen-border-radius-lg);
}

/* line 107, node_modules/bootstrap/scss/_pagination.scss */
.pagination-sm {
  --osen-pagination-padding-x: 0.5rem;
  --osen-pagination-padding-y: 0.25rem;
  --osen-pagination-font-size: 0.7875rem;
  --osen-pagination-border-radius: var(--osen-border-radius-sm);
}

/* line 6, node_modules/bootstrap/scss/_badge.scss */
.badge {
  --osen-badge-padding-x: 0.4em;
  --osen-badge-padding-y: 0.25em;
  --osen-badge-font-size: 0.75em;
  --osen-badge-font-weight: 700;
  --osen-badge-color: #fff;
  --osen-badge-border-radius: 0.3rem;
  display: inline-block;
  padding: var(--osen-badge-padding-y) var(--osen-badge-padding-x);
  font-size: var(--osen-badge-font-size);
  font-weight: var(--osen-badge-font-weight);
  line-height: 1;
  color: var(--osen-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--osen-badge-border-radius);
}

/* line 29, node_modules/bootstrap/scss/_badge.scss */
.badge:empty {
  display: none;
}

/* line 35, node_modules/bootstrap/scss/_badge.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 5, node_modules/bootstrap/scss/_alert.scss */
.alert {
  --osen-alert-bg: transparent;
  --osen-alert-padding-x: 1rem;
  --osen-alert-padding-y: 0.8rem;
  --osen-alert-margin-bottom: 1rem;
  --osen-alert-color: inherit;
  --osen-alert-border-color: transparent;
  --osen-alert-border: 0 solid var(--osen-alert-border-color);
  --osen-alert-border-radius: 0.3rem;
  --osen-alert-link-color: inherit;
  position: relative;
  padding: var(--osen-alert-padding-y) var(--osen-alert-padding-x);
  margin-bottom: var(--osen-alert-margin-bottom);
  color: var(--osen-alert-color);
  background-color: var(--osen-alert-bg);
  border: var(--osen-alert-border);
  border-radius: var(--osen-alert-border-radius);
}

/* line 28, node_modules/bootstrap/scss/_alert.scss */
.alert-heading {
  color: inherit;
}

/* line 34, node_modules/bootstrap/scss/_alert.scss */
.alert-link {
  font-weight: 700;
  color: var(--osen-alert-link-color);
}

/* line 44, node_modules/bootstrap/scss/_alert.scss */
.alert-dismissible {
  padding-right: 3rem;
}

/* line 48, node_modules/bootstrap/scss/_alert.scss */
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1rem 1rem;
}

/* line 61, node_modules/bootstrap/scss/_alert.scss */
.alert-primary {
  --osen-alert-color: var(--osen-primary-text-emphasis);
  --osen-alert-bg: var(--osen-primary-bg-subtle);
  --osen-alert-border-color: var(--osen-primary-border-subtle);
  --osen-alert-link-color: var(--osen-primary-text-emphasis);
}

/* line 61, node_modules/bootstrap/scss/_alert.scss */
.alert-secondary {
  --osen-alert-color: var(--osen-secondary-text-emphasis);
  --osen-alert-bg: var(--osen-secondary-bg-subtle);
  --osen-alert-border-color: var(--osen-secondary-border-subtle);
  --osen-alert-link-color: var(--osen-secondary-text-emphasis);
}

/* line 61, node_modules/bootstrap/scss/_alert.scss */
.alert-success {
  --osen-alert-color: var(--osen-success-text-emphasis);
  --osen-alert-bg: var(--osen-success-bg-subtle);
  --osen-alert-border-color: var(--osen-success-border-subtle);
  --osen-alert-link-color: var(--osen-success-text-emphasis);
}

/* line 61, node_modules/bootstrap/scss/_alert.scss */
.alert-info {
  --osen-alert-color: var(--osen-info-text-emphasis);
  --osen-alert-bg: var(--osen-info-bg-subtle);
  --osen-alert-border-color: var(--osen-info-border-subtle);
  --osen-alert-link-color: var(--osen-info-text-emphasis);
}

/* line 61, node_modules/bootstrap/scss/_alert.scss */
.alert-warning {
  --osen-alert-color: var(--osen-warning-text-emphasis);
  --osen-alert-bg: var(--osen-warning-bg-subtle);
  --osen-alert-border-color: var(--osen-warning-border-subtle);
  --osen-alert-link-color: var(--osen-warning-text-emphasis);
}

/* line 61, node_modules/bootstrap/scss/_alert.scss */
.alert-danger {
  --osen-alert-color: var(--osen-danger-text-emphasis);
  --osen-alert-bg: var(--osen-danger-bg-subtle);
  --osen-alert-border-color: var(--osen-danger-border-subtle);
  --osen-alert-link-color: var(--osen-danger-text-emphasis);
}

/* line 61, node_modules/bootstrap/scss/_alert.scss */
.alert-light {
  --osen-alert-color: var(--osen-light-text-emphasis);
  --osen-alert-bg: var(--osen-light-bg-subtle);
  --osen-alert-border-color: var(--osen-light-border-subtle);
  --osen-alert-link-color: var(--osen-light-text-emphasis);
}

/* line 61, node_modules/bootstrap/scss/_alert.scss */
.alert-dark {
  --osen-alert-color: var(--osen-dark-text-emphasis);
  --osen-alert-bg: var(--osen-dark-bg-subtle);
  --osen-alert-border-color: var(--osen-dark-border-subtle);
  --osen-alert-link-color: var(--osen-dark-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

/* line 11, node_modules/bootstrap/scss/_progress.scss */
.progress,
.progress-stacked {
  --osen-progress-height: 1rem;
  --osen-progress-font-size: 0.609375rem;
  --osen-progress-bg: var(--osen-tertiary-bg);
  --osen-progress-border-radius: var(--osen-border-radius);
  --osen-progress-box-shadow: var(--osen-box-shadow-inset);
  --osen-progress-bar-color: #fff;
  --osen-progress-bar-bg: #465dff;
  --osen-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--osen-progress-height);
  overflow: hidden;
  font-size: var(--osen-progress-font-size);
  background-color: var(--osen-progress-bg);
  border-radius: var(--osen-progress-border-radius);
}

/* line 33, node_modules/bootstrap/scss/_progress.scss */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--osen-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--osen-progress-bar-bg);
  transition: var(--osen-progress-bar-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 33, node_modules/bootstrap/scss/_progress.scss */
  .progress-bar {
    transition: none;
  }
}

/* line 45, node_modules/bootstrap/scss/_progress.scss */
.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(--osen-progress-height) var(--osen-progress-height);
}

/* line 50, node_modules/bootstrap/scss/_progress.scss */
.progress-stacked > .progress {
  overflow: visible;
}

/* line 54, node_modules/bootstrap/scss/_progress.scss */
.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

/* line 59, node_modules/bootstrap/scss/_progress.scss */
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  /* line 59, node_modules/bootstrap/scss/_progress.scss */
  .progress-bar-animated {
    animation: none;
  }
}

/* line 5, node_modules/bootstrap/scss/_list-group.scss */
.list-group {
  --osen-list-group-color: var(--osen-body-color);
  --osen-list-group-bg: var(--osen-secondary-bg);
  --osen-list-group-border-color: var(--osen-border-color);
  --osen-list-group-border-width: var(--osen-border-width);
  --osen-list-group-border-radius: var(--osen-border-radius);
  --osen-list-group-item-padding-x: 1.2rem;
  --osen-list-group-item-padding-y: 0.75rem;
  --osen-list-group-action-color: var(--osen-body-color);
  --osen-list-group-action-hover-color: var(--osen-body-color);
  --osen-list-group-action-hover-bg: var(--osen-tertiary-bg);
  --osen-list-group-action-active-color: var(--osen-body-color);
  --osen-list-group-action-active-bg: var(--osen-secondary-bg);
  --osen-list-group-disabled-color: var(--osen-secondary-color);
  --osen-list-group-disabled-bg: var(--osen-tertiary-bg);
  --osen-list-group-active-color: #fff;
  --osen-list-group-active-bg: #465dff;
  --osen-list-group-active-border-color: #465dff;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--osen-list-group-border-radius);
}

/* line 35, node_modules/bootstrap/scss/_list-group.scss */
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}

/* line 39, node_modules/bootstrap/scss/_list-group.scss */
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

/* line 51, node_modules/bootstrap/scss/_list-group.scss */
.list-group-item-action {
  width: 100%;
  color: var(--osen-list-group-action-color);
  text-align: inherit;
}

/* line 57, node_modules/bootstrap/scss/_list-group.scss */
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: var(--osen-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--osen-list-group-action-hover-bg);
}

/* line 65, node_modules/bootstrap/scss/_list-group.scss */
.list-group-item-action:active {
  color: var(--osen-list-group-action-active-color);
  background-color: var(--osen-list-group-action-active-bg);
}

/* line 75, node_modules/bootstrap/scss/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: var(--osen-list-group-item-padding-y) var(--osen-list-group-item-padding-x);
  color: var(--osen-list-group-color);
  background-color: var(--osen-list-group-bg);
  border: var(--osen-list-group-border-width) solid var(--osen-list-group-border-color);
}

/* line 84, node_modules/bootstrap/scss/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

/* line 88, node_modules/bootstrap/scss/_list-group.scss */
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

/* line 92, node_modules/bootstrap/scss/_list-group.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--osen-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--osen-list-group-disabled-bg);
}

/* line 100, node_modules/bootstrap/scss/_list-group.scss */
.list-group-item.active {
  z-index: 2;
  color: var(--osen-list-group-active-color);
  background-color: var(--osen-list-group-active-bg);
  border-color: var(--osen-list-group-active-border-color);
}

/* line 108, node_modules/bootstrap/scss/_list-group.scss */
.list-group-item + .list-group-item {
  border-top-width: 0;
}

/* line 111, node_modules/bootstrap/scss/_list-group.scss */
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--osen-list-group-border-width));
  border-top-width: var(--osen-list-group-border-width);
}

/* line 126, node_modules/bootstrap/scss/_list-group.scss */
.list-group-horizontal {
  flex-direction: row;
}

/* line 130, node_modules/bootstrap/scss/_list-group.scss */
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--osen-list-group-border-radius);
  border-top-right-radius: 0;
}

/* line 135, node_modules/bootstrap/scss/_list-group.scss */
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--osen-list-group-border-radius);
  border-bottom-left-radius: 0;
}

/* line 140, node_modules/bootstrap/scss/_list-group.scss */
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

/* line 144, node_modules/bootstrap/scss/_list-group.scss */
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--osen-list-group-border-width);
  border-left-width: 0;
}

/* line 148, node_modules/bootstrap/scss/_list-group.scss */
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--osen-list-group-border-width));
  border-left-width: var(--osen-list-group-border-width);
}

@media (min-width: 576px) {
  /* line 126, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  /* line 130, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--osen-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 135, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--osen-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 140, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  /* line 144, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--osen-list-group-border-width);
    border-left-width: 0;
  }
  /* line 148, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--osen-list-group-border-width));
    border-left-width: var(--osen-list-group-border-width);
  }
}

@media (min-width: 768px) {
  /* line 126, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-md {
    flex-direction: row;
  }
  /* line 130, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--osen-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 135, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--osen-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 140, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  /* line 144, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--osen-list-group-border-width);
    border-left-width: 0;
  }
  /* line 148, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--osen-list-group-border-width));
    border-left-width: var(--osen-list-group-border-width);
  }
}

@media (min-width: 992px) {
  /* line 126, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  /* line 130, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--osen-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 135, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--osen-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 140, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  /* line 144, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--osen-list-group-border-width);
    border-left-width: 0;
  }
  /* line 148, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--osen-list-group-border-width));
    border-left-width: var(--osen-list-group-border-width);
  }
}

@media (min-width: 1200px) {
  /* line 126, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  /* line 130, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--osen-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 135, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--osen-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 140, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 144, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--osen-list-group-border-width);
    border-left-width: 0;
  }
  /* line 148, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--osen-list-group-border-width));
    border-left-width: var(--osen-list-group-border-width);
  }
}

@media (min-width: 1500px) {
  /* line 126, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  /* line 130, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--osen-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 135, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--osen-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 140, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 144, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--osen-list-group-border-width);
    border-left-width: 0;
  }
  /* line 148, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--osen-list-group-border-width));
    border-left-width: var(--osen-list-group-border-width);
  }
}

/* line 164, node_modules/bootstrap/scss/_list-group.scss */
.list-group-flush {
  border-radius: 0;
}

/* line 167, node_modules/bootstrap/scss/_list-group.scss */
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--osen-list-group-border-width);
}

/* line 170, node_modules/bootstrap/scss/_list-group.scss */
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

/* line 184, node_modules/bootstrap/scss/_list-group.scss */
.list-group-item-primary {
  --osen-list-group-color: var(--osen-primary-text-emphasis);
  --osen-list-group-bg: var(--osen-primary-bg-subtle);
  --osen-list-group-border-color: var(--osen-primary-border-subtle);
  --osen-list-group-action-hover-color: var(--osen-emphasis-color);
  --osen-list-group-action-hover-bg: var(--osen-primary-border-subtle);
  --osen-list-group-action-active-color: var(--osen-emphasis-color);
  --osen-list-group-action-active-bg: var(--osen-primary-border-subtle);
  --osen-list-group-active-color: var(--osen-primary-bg-subtle);
  --osen-list-group-active-bg: var(--osen-primary-text-emphasis);
  --osen-list-group-active-border-color: var(--osen-primary-text-emphasis);
}

/* line 184, node_modules/bootstrap/scss/_list-group.scss */
.list-group-item-secondary {
  --osen-list-group-color: var(--osen-secondary-text-emphasis);
  --osen-list-group-bg: var(--osen-secondary-bg-subtle);
  --osen-list-group-border-color: var(--osen-secondary-border-subtle);
  --osen-list-group-action-hover-color: var(--osen-emphasis-color);
  --osen-list-group-action-hover-bg: var(--osen-secondary-border-subtle);
  --osen-list-group-action-active-color: var(--osen-emphasis-color);
  --osen-list-group-action-active-bg: var(--osen-secondary-border-subtle);
  --osen-list-group-active-color: var(--osen-secondary-bg-subtle);
  --osen-list-group-active-bg: var(--osen-secondary-text-emphasis);
  --osen-list-group-active-border-color: var(--osen-secondary-text-emphasis);
}

/* line 184, node_modules/bootstrap/scss/_list-group.scss */
.list-group-item-success {
  --osen-list-group-color: var(--osen-success-text-emphasis);
  --osen-list-group-bg: var(--osen-success-bg-subtle);
  --osen-list-group-border-color: var(--osen-success-border-subtle);
  --osen-list-group-action-hover-color: var(--osen-emphasis-color);
  --osen-list-group-action-hover-bg: var(--osen-success-border-subtle);
  --osen-list-group-action-active-color: var(--osen-emphasis-color);
  --osen-list-group-action-active-bg: var(--osen-success-border-subtle);
  --osen-list-group-active-color: var(--osen-success-bg-subtle);
  --osen-list-group-active-bg: var(--osen-success-text-emphasis);
  --osen-list-group-active-border-color: var(--osen-success-text-emphasis);
}

/* line 184, node_modules/bootstrap/scss/_list-group.scss */
.list-group-item-info {
  --osen-list-group-color: var(--osen-info-text-emphasis);
  --osen-list-group-bg: var(--osen-info-bg-subtle);
  --osen-list-group-border-color: var(--osen-info-border-subtle);
  --osen-list-group-action-hover-color: var(--osen-emphasis-color);
  --osen-list-group-action-hover-bg: var(--osen-info-border-subtle);
  --osen-list-group-action-active-color: var(--osen-emphasis-color);
  --osen-list-group-action-active-bg: var(--osen-info-border-subtle);
  --osen-list-group-active-color: var(--osen-info-bg-subtle);
  --osen-list-group-active-bg: var(--osen-info-text-emphasis);
  --osen-list-group-active-border-color: var(--osen-info-text-emphasis);
}

/* line 184, node_modules/bootstrap/scss/_list-group.scss */
.list-group-item-warning {
  --osen-list-group-color: var(--osen-warning-text-emphasis);
  --osen-list-group-bg: var(--osen-warning-bg-subtle);
  --osen-list-group-border-color: var(--osen-warning-border-subtle);
  --osen-list-group-action-hover-color: var(--osen-emphasis-color);
  --osen-list-group-action-hover-bg: var(--osen-warning-border-subtle);
  --osen-list-group-action-active-color: var(--osen-emphasis-color);
  --osen-list-group-action-active-bg: var(--osen-warning-border-subtle);
  --osen-list-group-active-color: var(--osen-warning-bg-subtle);
  --osen-list-group-active-bg: var(--osen-warning-text-emphasis);
  --osen-list-group-active-border-color: var(--osen-warning-text-emphasis);
}

/* line 184, node_modules/bootstrap/scss/_list-group.scss */
.list-group-item-danger {
  --osen-list-group-color: var(--osen-danger-text-emphasis);
  --osen-list-group-bg: var(--osen-danger-bg-subtle);
  --osen-list-group-border-color: var(--osen-danger-border-subtle);
  --osen-list-group-action-hover-color: var(--osen-emphasis-color);
  --osen-list-group-action-hover-bg: var(--osen-danger-border-subtle);
  --osen-list-group-action-active-color: var(--osen-emphasis-color);
  --osen-list-group-action-active-bg: var(--osen-danger-border-subtle);
  --osen-list-group-active-color: var(--osen-danger-bg-subtle);
  --osen-list-group-active-bg: var(--osen-danger-text-emphasis);
  --osen-list-group-active-border-color: var(--osen-danger-text-emphasis);
}

/* line 184, node_modules/bootstrap/scss/_list-group.scss */
.list-group-item-light {
  --osen-list-group-color: var(--osen-light-text-emphasis);
  --osen-list-group-bg: var(--osen-light-bg-subtle);
  --osen-list-group-border-color: var(--osen-light-border-subtle);
  --osen-list-group-action-hover-color: var(--osen-emphasis-color);
  --osen-list-group-action-hover-bg: var(--osen-light-border-subtle);
  --osen-list-group-action-active-color: var(--osen-emphasis-color);
  --osen-list-group-action-active-bg: var(--osen-light-border-subtle);
  --osen-list-group-active-color: var(--osen-light-bg-subtle);
  --osen-list-group-active-bg: var(--osen-light-text-emphasis);
  --osen-list-group-active-border-color: var(--osen-light-text-emphasis);
}

/* line 184, node_modules/bootstrap/scss/_list-group.scss */
.list-group-item-dark {
  --osen-list-group-color: var(--osen-dark-text-emphasis);
  --osen-list-group-bg: var(--osen-dark-bg-subtle);
  --osen-list-group-border-color: var(--osen-dark-border-subtle);
  --osen-list-group-action-hover-color: var(--osen-emphasis-color);
  --osen-list-group-action-hover-bg: var(--osen-dark-border-subtle);
  --osen-list-group-action-active-color: var(--osen-emphasis-color);
  --osen-list-group-action-active-bg: var(--osen-dark-border-subtle);
  --osen-list-group-active-color: var(--osen-dark-bg-subtle);
  --osen-list-group-active-bg: var(--osen-dark-text-emphasis);
  --osen-list-group-active-border-color: var(--osen-dark-text-emphasis);
}

/* line 6, node_modules/bootstrap/scss/_close.scss */
.btn-close {
  --osen-btn-close-color: var(--osen-secondary-color);
  --osen-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--osen-secondary-color%29'%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");
  --osen-btn-close-opacity: 0.5;
  --osen-btn-close-hover-opacity: 0.8;
  --osen-btn-close-focus-shadow: none;
  --osen-btn-close-focus-opacity: 1;
  --osen-btn-close-disabled-opacity: 0.25;
  --osen-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--osen-btn-close-color);
  background: transparent var(--osen-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.3rem;
  opacity: var(--osen-btn-close-opacity);
}

/* line 29, node_modules/bootstrap/scss/_close.scss */
.btn-close:hover {
  color: var(--osen-btn-close-color);
  text-decoration: none;
  opacity: var(--osen-btn-close-hover-opacity);
}

/* line 35, node_modules/bootstrap/scss/_close.scss */
.btn-close:focus {
  outline: 0;
  box-shadow: var(--osen-btn-close-focus-shadow);
  opacity: var(--osen-btn-close-focus-opacity);
}

/* line 41, node_modules/bootstrap/scss/_close.scss */
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: var(--osen-btn-close-disabled-opacity);
}

/* line 53, node_modules/bootstrap/scss/_close.scss */
.btn-close-white {
  filter: var(--osen-btn-close-white-filter);
}

/* line 59, node_modules/bootstrap/scss/_close.scss */
[data-bs-theme="dark"] .btn-close {
  filter: var(--osen-btn-close-white-filter);
}

/* line 1, node_modules/bootstrap/scss/_toasts.scss */
.toast {
  --osen-toast-zindex: 1090;
  --osen-toast-padding-x: 0.75rem;
  --osen-toast-padding-y: 0.5rem;
  --osen-toast-spacing: 1.5rem;
  --osen-toast-max-width: 350px;
  --osen-toast-font-size: 0.875rem;
  --osen-toast-color: ;
  --osen-toast-bg: rgba(var(--osen-body-bg-rgb), 0.85);
  --osen-toast-border-width: var(--osen-border-width);
  --osen-toast-border-color: var(--osen-border-color);
  --osen-toast-border-radius: var(--osen-border-radius);
  --osen-toast-box-shadow: var(--osen-box-shadow);
  --osen-toast-header-color: var(--osen-secondary-color);
  --osen-toast-header-bg: rgba(var(--osen-body-bg-rgb), 0.85);
  --osen-toast-header-border-color: var(--osen-border-color);
  width: var(--osen-toast-max-width);
  max-width: 100%;
  font-size: var(--osen-toast-font-size);
  color: var(--osen-toast-color);
  pointer-events: auto;
  background-color: var(--osen-toast-bg);
  background-clip: padding-box;
  border: var(--osen-toast-border-width) solid var(--osen-toast-border-color);
  box-shadow: var(--osen-toast-box-shadow);
  border-radius: var(--osen-toast-border-radius);
}

/* line 31, node_modules/bootstrap/scss/_toasts.scss */
.toast.showing {
  opacity: 0;
}

/* line 35, node_modules/bootstrap/scss/_toasts.scss */
.toast:not(.show) {
  display: none;
}

/* line 40, node_modules/bootstrap/scss/_toasts.scss */
.toast-container {
  --osen-toast-zindex: 1090;
  position: absolute;
  z-index: var(--osen-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}

/* line 49, node_modules/bootstrap/scss/_toasts.scss */
.toast-container > :not(:last-child) {
  margin-bottom: var(--osen-toast-spacing);
}

/* line 54, node_modules/bootstrap/scss/_toasts.scss */
.toast-header {
  display: flex;
  align-items: center;
  padding: var(--osen-toast-padding-y) var(--osen-toast-padding-x);
  color: var(--osen-toast-header-color);
  background-color: var(--osen-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--osen-toast-border-width) solid var(--osen-toast-header-border-color);
  border-top-left-radius: calc(var(--osen-toast-border-radius) - var(--osen-toast-border-width));
  border-top-right-radius: calc(var(--osen-toast-border-radius) - var(--osen-toast-border-width));
}

/* line 64, node_modules/bootstrap/scss/_toasts.scss */
.toast-header .btn-close {
  margin-right: calc(-.5 * var(--osen-toast-padding-x));
  margin-left: var(--osen-toast-padding-x);
}

/* line 70, node_modules/bootstrap/scss/_toasts.scss */
.toast-body {
  padding: var(--osen-toast-padding-x);
  word-wrap: break-word;
}

/* line 10, node_modules/bootstrap/scss/_modal.scss */
.modal {
  --osen-modal-zindex: 1055;
  --osen-modal-width: 500px;
  --osen-modal-padding: 1.5rem;
  --osen-modal-margin: 0.5rem;
  --osen-modal-color: ;
  --osen-modal-bg: var(--osen-secondary-bg);
  --osen-modal-border-color: transparent;
  --osen-modal-border-width: var(--osen-border-width);
  --osen-modal-border-radius: var(--osen-border-radius-lg);
  --osen-modal-box-shadow: 0 0.125rem 0.25rem rgba(var(--osen-body-color-rgb), 0.15);
  --osen-modal-inner-border-radius: calc(var(--osen-border-radius-lg) - (var(--osen-border-width)));
  --osen-modal-header-padding-x: 1.5rem;
  --osen-modal-header-padding-y: 1.5rem;
  --osen-modal-header-padding: 1.5rem 1.5rem;
  --osen-modal-header-border-color: var(--osen-border-color);
  --osen-modal-header-border-width: var(--osen-border-width);
  --osen-modal-title-line-height: 1.5;
  --osen-modal-footer-gap: 0.5rem;
  --osen-modal-footer-bg: ;
  --osen-modal-footer-border-color: var(--osen-border-color);
  --osen-modal-footer-border-width: var(--osen-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--osen-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

/* line 53, node_modules/bootstrap/scss/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--osen-modal-margin);
  pointer-events: none;
}

/* line 61, node_modules/bootstrap/scss/_modal.scss */
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  /* line 61, node_modules/bootstrap/scss/_modal.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 65, node_modules/bootstrap/scss/_modal.scss */
.modal.show .modal-dialog {
  transform: none;
}

/* line 70, node_modules/bootstrap/scss/_modal.scss */
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

/* line 75, node_modules/bootstrap/scss/_modal.scss */
.modal-dialog-scrollable {
  height: calc(100% - var(--osen-modal-margin) * 2);
}

/* line 78, node_modules/bootstrap/scss/_modal.scss */
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

/* line 83, node_modules/bootstrap/scss/_modal.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 88, node_modules/bootstrap/scss/_modal.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--osen-modal-margin) * 2);
}

/* line 95, node_modules/bootstrap/scss/_modal.scss */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--osen-modal-color);
  pointer-events: auto;
  background-color: var(--osen-modal-bg);
  background-clip: padding-box;
  border: var(--osen-modal-border-width) solid var(--osen-modal-border-color);
  border-radius: var(--osen-modal-border-radius);
  outline: 0;
}

/* line 113, node_modules/bootstrap/scss/_modal.scss */
.modal-backdrop {
  --osen-backdrop-zindex: 1050;
  --osen-backdrop-bg: var(--osen-emphasis-color);
  --osen-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--osen-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--osen-backdrop-bg);
}

/* line 12, node_modules/bootstrap/scss/mixins/_backdrop.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 13, node_modules/bootstrap/scss/mixins/_backdrop.scss */
.modal-backdrop.show {
  opacity: var(--osen-backdrop-opacity);
}

/* line 125, node_modules/bootstrap/scss/_modal.scss */
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--osen-modal-header-padding);
  border-bottom: var(--osen-modal-header-border-width) solid var(--osen-modal-header-border-color);
  border-top-left-radius: var(--osen-modal-inner-border-radius);
  border-top-right-radius: var(--osen-modal-inner-border-radius);
}

/* line 133, node_modules/bootstrap/scss/_modal.scss */
.modal-header .btn-close {
  padding: calc(var(--osen-modal-header-padding-y) * .5) calc(var(--osen-modal-header-padding-x) * .5);
  margin: calc(-.5 * var(--osen-modal-header-padding-y)) calc(-.5 * var(--osen-modal-header-padding-x)) calc(-.5 * var(--osen-modal-header-padding-y)) auto;
}

/* line 140, node_modules/bootstrap/scss/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: var(--osen-modal-title-line-height);
}

/* line 147, node_modules/bootstrap/scss/_modal.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--osen-modal-padding);
}

/* line 156, node_modules/bootstrap/scss/_modal.scss */
.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--osen-modal-padding) - var(--osen-modal-footer-gap) * .5);
  background-color: var(--osen-modal-footer-bg);
  border-top: var(--osen-modal-footer-border-width) solid var(--osen-modal-footer-border-color);
  border-bottom-right-radius: var(--osen-modal-inner-border-radius);
  border-bottom-left-radius: var(--osen-modal-inner-border-radius);
}

/* line 170, node_modules/bootstrap/scss/_modal.scss */
.modal-footer > * {
  margin: calc(var(--osen-modal-footer-gap) * .5);
}

@media (min-width: 576px) {
  /* line 177, node_modules/bootstrap/scss/_modal.scss */
  .modal {
    --osen-modal-margin: 1.75rem;
    --osen-modal-box-shadow: var(--osen-box-shadow);
  }
  /* line 183, node_modules/bootstrap/scss/_modal.scss */
  .modal-dialog {
    max-width: var(--osen-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  /* line 189, node_modules/bootstrap/scss/_modal.scss */
  .modal-sm {
    --osen-modal-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 195, node_modules/bootstrap/scss/_modal.scss */
  .modal-lg,
.modal-xl {
    --osen-modal-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 202, node_modules/bootstrap/scss/_modal.scss */
  .modal-xl {
    --osen-modal-width: 1140px;
  }
}

/* line 213, node_modules/bootstrap/scss/_modal.scss */
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

/* line 219, node_modules/bootstrap/scss/_modal.scss */
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

/* line 225, node_modules/bootstrap/scss/_modal.scss */
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

/* line 230, node_modules/bootstrap/scss/_modal.scss */
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  /* line 213, node_modules/bootstrap/scss/_modal.scss */
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 219, node_modules/bootstrap/scss/_modal.scss */
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 225, node_modules/bootstrap/scss/_modal.scss */
  .modal-fullscreen-sm-down .modal-header,
.modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  /* line 230, node_modules/bootstrap/scss/_modal.scss */
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 767.98px) {
  /* line 213, node_modules/bootstrap/scss/_modal.scss */
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 219, node_modules/bootstrap/scss/_modal.scss */
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 225, node_modules/bootstrap/scss/_modal.scss */
  .modal-fullscreen-md-down .modal-header,
.modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  /* line 230, node_modules/bootstrap/scss/_modal.scss */
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 991.98px) {
  /* line 213, node_modules/bootstrap/scss/_modal.scss */
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 219, node_modules/bootstrap/scss/_modal.scss */
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 225, node_modules/bootstrap/scss/_modal.scss */
  .modal-fullscreen-lg-down .modal-header,
.modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  /* line 230, node_modules/bootstrap/scss/_modal.scss */
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1199.98px) {
  /* line 213, node_modules/bootstrap/scss/_modal.scss */
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 219, node_modules/bootstrap/scss/_modal.scss */
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 225, node_modules/bootstrap/scss/_modal.scss */
  .modal-fullscreen-xl-down .modal-header,
.modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  /* line 230, node_modules/bootstrap/scss/_modal.scss */
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1499.98px) {
  /* line 213, node_modules/bootstrap/scss/_modal.scss */
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 219, node_modules/bootstrap/scss/_modal.scss */
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 225, node_modules/bootstrap/scss/_modal.scss */
  .modal-fullscreen-xxl-down .modal-header,
.modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  /* line 230, node_modules/bootstrap/scss/_modal.scss */
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}

/* line 2, node_modules/bootstrap/scss/_tooltip.scss */
.tooltip {
  --osen-tooltip-zindex: 1080;
  --osen-tooltip-max-width: 200px;
  --osen-tooltip-padding-x: 0.75rem;
  --osen-tooltip-padding-y: 0.375rem;
  --osen-tooltip-margin: ;
  --osen-tooltip-font-size: 0.7875rem;
  --osen-tooltip-color: var(--osen-body-bg);
  --osen-tooltip-bg: var(--osen-body-color);
  --osen-tooltip-border-radius: var(--osen-border-radius);
  --osen-tooltip-opacity: 1;
  --osen-tooltip-arrow-width: 0.8rem;
  --osen-tooltip-arrow-height: 0.4rem;
  z-index: var(--osen-tooltip-zindex);
  display: block;
  margin: var(--osen-tooltip-margin);
  font-family: var(--osen-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(--osen-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}

/* line 30, node_modules/bootstrap/scss/_tooltip.scss */
.tooltip.show {
  opacity: var(--osen-tooltip-opacity);
}

/* line 32, node_modules/bootstrap/scss/_tooltip.scss */
.tooltip .tooltip-arrow {
  display: block;
  width: var(--osen-tooltip-arrow-width);
  height: var(--osen-tooltip-arrow-height);
}

/* line 37, node_modules/bootstrap/scss/_tooltip.scss */
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 46, node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
  bottom: calc(-1 * var(--osen-tooltip-arrow-height));
}

/* line 49, node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--osen-tooltip-arrow-height) calc(var(--osen-tooltip-arrow-width) * .5) 0;
  border-top-color: var(--osen-tooltip-bg);
}

/* rtl:begin:ignore */
/* line 57, node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
  left: calc(-1 * var(--osen-tooltip-arrow-height));
  width: var(--osen-tooltip-arrow-height);
  height: var(--osen-tooltip-arrow-width);
}

/* line 62, node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--osen-tooltip-arrow-width) * .5) var(--osen-tooltip-arrow-height) calc(var(--osen-tooltip-arrow-width) * .5) 0;
  border-right-color: var(--osen-tooltip-bg);
}

/* rtl:end:ignore */
/* line 71, node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
  top: calc(-1 * var(--osen-tooltip-arrow-height));
}

/* line 74, node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--osen-tooltip-arrow-width) * .5) var(--osen-tooltip-arrow-height);
  border-bottom-color: var(--osen-tooltip-bg);
}

/* rtl:begin:ignore */
/* line 82, node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
  right: calc(-1 * var(--osen-tooltip-arrow-height));
  width: var(--osen-tooltip-arrow-height);
  height: var(--osen-tooltip-arrow-width);
}

/* line 87, node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--osen-tooltip-arrow-width) * .5) 0 calc(var(--osen-tooltip-arrow-width) * .5) var(--osen-tooltip-arrow-height);
  border-left-color: var(--osen-tooltip-bg);
}

/* rtl:end:ignore */
/* line 112, node_modules/bootstrap/scss/_tooltip.scss */
.tooltip-inner {
  max-width: var(--osen-tooltip-max-width);
  padding: var(--osen-tooltip-padding-y) var(--osen-tooltip-padding-x);
  color: var(--osen-tooltip-color);
  text-align: center;
  background-color: var(--osen-tooltip-bg);
  border-radius: var(--osen-tooltip-border-radius);
}

/* line 1, node_modules/bootstrap/scss/_popover.scss */
.popover {
  --osen-popover-zindex: 1070;
  --osen-popover-max-width: 276px;
  --osen-popover-font-size: 0.7875rem;
  --osen-popover-bg: var(--osen-secondary-bg);
  --osen-popover-border-width: var(--osen-border-width);
  --osen-popover-border-color: var(--osen-border-color);
  --osen-popover-border-radius: var(--osen-border-radius-lg);
  --osen-popover-inner-border-radius: calc(var(--osen-border-radius-lg) - var(--osen-border-width));
  --osen-popover-box-shadow: var(--osen-box-shadow);
  --osen-popover-header-padding-x: 0.8rem;
  --osen-popover-header-padding-y: 0.7rem;
  --osen-popover-header-font-size: 0.8125rem;
  --osen-popover-header-color: inherit;
  --osen-popover-header-bg: var(--osen-tertiary-bg);
  --osen-popover-body-padding-x: 0.75rem;
  --osen-popover-body-padding-y: 0.5rem;
  --osen-popover-body-color: var(--osen-body-color);
  --osen-popover-arrow-width: 1rem;
  --osen-popover-arrow-height: 0.5rem;
  --osen-popover-arrow-border: var(--osen-popover-border-color);
  z-index: var(--osen-popover-zindex);
  display: block;
  max-width: var(--osen-popover-max-width);
  font-family: var(--osen-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(--osen-popover-font-size);
  word-wrap: break-word;
  background-color: var(--osen-popover-bg);
  background-clip: padding-box;
  border: var(--osen-popover-border-width) solid var(--osen-popover-border-color);
  border-radius: var(--osen-popover-border-radius);
}

/* line 40, node_modules/bootstrap/scss/_popover.scss */
.popover .popover-arrow {
  display: block;
  width: var(--osen-popover-arrow-width);
  height: var(--osen-popover-arrow-height);
}

/* line 45, node_modules/bootstrap/scss/_popover.scss */
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

/* line 58, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
  bottom: calc(-1 * (var(--osen-popover-arrow-height)) - var(--osen-popover-border-width));
}

/* line 61, node_modules/bootstrap/scss/_popover.scss */
.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(--osen-popover-arrow-height) calc(var(--osen-popover-arrow-width) * .5) 0;
}

/* line 66, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--osen-popover-arrow-border);
}

/* line 71, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
  bottom: var(--osen-popover-border-width);
  border-top-color: var(--osen-popover-bg);
}

/* rtl:begin:ignore */
/* line 80, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
  left: calc(-1 * (var(--osen-popover-arrow-height)) - var(--osen-popover-border-width));
  width: var(--osen-popover-arrow-height);
  height: var(--osen-popover-arrow-width);
}

/* line 85, node_modules/bootstrap/scss/_popover.scss */
.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(--osen-popover-arrow-width) * .5) var(--osen-popover-arrow-height) calc(var(--osen-popover-arrow-width) * .5) 0;
}

/* line 90, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--osen-popover-arrow-border);
}

/* line 95, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
  left: var(--osen-popover-border-width);
  border-right-color: var(--osen-popover-bg);
}

/* rtl:end:ignore */
/* line 105, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
  top: calc(-1 * (var(--osen-popover-arrow-height)) - var(--osen-popover-border-width));
}

/* line 108, node_modules/bootstrap/scss/_popover.scss */
.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(--osen-popover-arrow-width) * .5) var(--osen-popover-arrow-height);
}

/* line 113, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--osen-popover-arrow-border);
}

/* line 118, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
  top: var(--osen-popover-border-width);
  border-bottom-color: var(--osen-popover-bg);
}

/* line 125, node_modules/bootstrap/scss/_popover.scss */
.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(--osen-popover-arrow-width);
  margin-left: calc(-.5 * var(--osen-popover-arrow-width));
  content: "";
  border-bottom: var(--osen-popover-border-width) solid var(--osen-popover-header-bg);
}

/* rtl:begin:ignore */
/* line 139, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
  right: calc(-1 * (var(--osen-popover-arrow-height)) - var(--osen-popover-border-width));
  width: var(--osen-popover-arrow-height);
  height: var(--osen-popover-arrow-width);
}

/* line 144, node_modules/bootstrap/scss/_popover.scss */
.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(--osen-popover-arrow-width) * .5) 0 calc(var(--osen-popover-arrow-width) * .5) var(--osen-popover-arrow-height);
}

/* line 149, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--osen-popover-arrow-border);
}

/* line 154, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
  right: var(--osen-popover-border-width);
  border-left-color: var(--osen-popover-bg);
}

/* rtl:end:ignore */
/* line 179, node_modules/bootstrap/scss/_popover.scss */
.popover-header {
  padding: var(--osen-popover-header-padding-y) var(--osen-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--osen-popover-header-font-size);
  color: var(--osen-popover-header-color);
  background-color: var(--osen-popover-header-bg);
  border-bottom: var(--osen-popover-border-width) solid var(--osen-popover-border-color);
  border-top-left-radius: var(--osen-popover-inner-border-radius);
  border-top-right-radius: var(--osen-popover-inner-border-radius);
}

/* line 188, node_modules/bootstrap/scss/_popover.scss */
.popover-header:empty {
  display: none;
}

/* line 193, node_modules/bootstrap/scss/_popover.scss */
.popover-body {
  padding: var(--osen-popover-body-padding-y) var(--osen-popover-body-padding-x);
  color: var(--osen-popover-body-color);
}

/* line 14, node_modules/bootstrap/scss/_carousel.scss */
.carousel {
  position: relative;
}

/* line 18, node_modules/bootstrap/scss/_carousel.scss */
.carousel.pointer-event {
  touch-action: pan-y;
}

/* line 22, node_modules/bootstrap/scss/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 3, node_modules/bootstrap/scss/mixins/_clearfix.scss */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 29, node_modules/bootstrap/scss/_carousel.scss */
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 29, node_modules/bootstrap/scss/_carousel.scss */
  .carousel-item {
    transition: none;
  }
}

/* line 39, node_modules/bootstrap/scss/_carousel.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 45, node_modules/bootstrap/scss/_carousel.scss */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

/* line 50, node_modules/bootstrap/scss/_carousel.scss */
.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* line 61, node_modules/bootstrap/scss/_carousel.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

/* line 67, node_modules/bootstrap/scss/_carousel.scss */
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}

/* line 74, node_modules/bootstrap/scss/_carousel.scss */
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  /* line 74, node_modules/bootstrap/scss/_carousel.scss */
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

/* line 87, node_modules/bootstrap/scss/_carousel.scss */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 87, node_modules/bootstrap/scss/_carousel.scss */
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}

/* line 107, node_modules/bootstrap/scss/_carousel.scss */
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

/* line 115, node_modules/bootstrap/scss/_carousel.scss */
.carousel-control-prev {
  left: 0;
}

/* line 119, node_modules/bootstrap/scss/_carousel.scss */
.carousel-control-next {
  right: 0;
}

/* line 125, node_modules/bootstrap/scss/_carousel.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* line 135, node_modules/bootstrap/scss/_carousel.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")*/;
}

/* line 138, node_modules/bootstrap/scss/_carousel.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")*/;
}

/* line 147, node_modules/bootstrap/scss/_carousel.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}

/* line 161, node_modules/bootstrap/scss/_carousel.scss */
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 161, node_modules/bootstrap/scss/_carousel.scss */
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}

/* line 181, node_modules/bootstrap/scss/_carousel.scss */
.carousel-indicators .active {
  opacity: 1;
}

/* line 191, node_modules/bootstrap/scss/_carousel.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

/* line 205, node_modules/bootstrap/scss/_carousel.scss */
.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}

/* line 210, node_modules/bootstrap/scss/_carousel.scss */
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}

/* line 214, node_modules/bootstrap/scss/_carousel.scss */
.carousel-dark .carousel-caption {
  color: #000;
}

/* line 205, node_modules/bootstrap/scss/_carousel.scss */
[data-bs-theme="dark"] .carousel .carousel-control-prev-icon,
[data-bs-theme="dark"] .carousel .carousel-control-next-icon, .carousel[data-bs-theme="dark"] .carousel-control-prev-icon,
.carousel[data-bs-theme="dark"] .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}

/* line 210, node_modules/bootstrap/scss/_carousel.scss */
[data-bs-theme="dark"] .carousel .carousel-indicators [data-bs-target], .carousel[data-bs-theme="dark"] .carousel-indicators [data-bs-target] {
  background-color: #000;
}

/* line 214, node_modules/bootstrap/scss/_carousel.scss */
[data-bs-theme="dark"] .carousel .carousel-caption, .carousel[data-bs-theme="dark"] .carousel-caption {
  color: #000;
}

/* line 5, node_modules/bootstrap/scss/_spinners.scss */
.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--osen-spinner-width);
  height: var(--osen-spinner-height);
  vertical-align: var(--osen-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--osen-spinner-animation-speed) linear infinite var(--osen-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

/* line 22, node_modules/bootstrap/scss/_spinners.scss */
.spinner-border {
  --osen-spinner-width: 2rem;
  --osen-spinner-height: 2rem;
  --osen-spinner-vertical-align: -0.25em;
  --osen-spinner-border-width: 0.25em;
  --osen-spinner-animation-speed: 0.75s;
  --osen-spinner-animation-name: spinner-border;
  border: var(--osen-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

/* line 36, node_modules/bootstrap/scss/_spinners.scss */
.spinner-border-sm {
  --osen-spinner-width: 1rem;
  --osen-spinner-height: 1rem;
  --osen-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

/* line 60, node_modules/bootstrap/scss/_spinners.scss */
.spinner-grow {
  --osen-spinner-width: 2rem;
  --osen-spinner-height: 2rem;
  --osen-spinner-vertical-align: -0.25em;
  --osen-spinner-animation-speed: 0.75s;
  --osen-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

/* line 73, node_modules/bootstrap/scss/_spinners.scss */
.spinner-grow-sm {
  --osen-spinner-width: 1rem;
  --osen-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 80, node_modules/bootstrap/scss/_spinners.scss */
  .spinner-border,
.spinner-grow {
    --osen-spinner-animation-speed: 1.5s;
  }
}

/* line 3, node_modules/bootstrap/scss/_offcanvas.scss */
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --osen-offcanvas-zindex: 1045;
  --osen-offcanvas-width: 400px;
  --osen-offcanvas-height: 30vh;
  --osen-offcanvas-padding-x: 1.5rem;
  --osen-offcanvas-padding-y: 1.5rem;
  --osen-offcanvas-color: var(--osen-body-color);
  --osen-offcanvas-bg: var(--osen-secondary-bg);
  --osen-offcanvas-border-width: var(--osen-border-width);
  --osen-offcanvas-border-color: transparent;
  --osen-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(var(--osen-body-color-rgb), 0.15);
  --osen-offcanvas-transition: transform 0.3s ease-in-out;
  --osen-offcanvas-title-line-height: 1.5;
}

@media (max-width: 575.98px) {
  /* line 33, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--osen-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--osen-offcanvas-color);
    visibility: hidden;
    background-color: var(--osen-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--osen-offcanvas-transition);
  }
}

@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  /* line 33, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-sm {
    transition: none;
  }
}

@media (max-width: 575.98px) {
  /* line 49, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--osen-offcanvas-width);
    border-right: var(--osen-offcanvas-border-width) solid var(--osen-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 57, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--osen-offcanvas-width);
    border-left: var(--osen-offcanvas-border-width) solid var(--osen-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 65, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--osen-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--osen-offcanvas-border-width) solid var(--osen-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 75, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--osen-offcanvas-height);
    max-height: 100%;
    border-top: var(--osen-offcanvas-border-width) solid var(--osen-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 84, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  /* line 89, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}

@media (min-width: 576px) {
  /* line 33, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-sm {
    --osen-offcanvas-height: auto;
    --osen-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 102, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  /* line 106, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  /* line 33, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--osen-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--osen-offcanvas-color);
    visibility: hidden;
    background-color: var(--osen-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--osen-offcanvas-transition);
  }
}

@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  /* line 33, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-md {
    transition: none;
  }
}

@media (max-width: 767.98px) {
  /* line 49, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--osen-offcanvas-width);
    border-right: var(--osen-offcanvas-border-width) solid var(--osen-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 57, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--osen-offcanvas-width);
    border-left: var(--osen-offcanvas-border-width) solid var(--osen-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 65, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--osen-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--osen-offcanvas-border-width) solid var(--osen-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 75, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--osen-offcanvas-height);
    max-height: 100%;
    border-top: var(--osen-offcanvas-border-width) solid var(--osen-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 84, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  /* line 89, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}

@media (min-width: 768px) {
  /* line 33, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-md {
    --osen-offcanvas-height: auto;
    --osen-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 102, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  /* line 106, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  /* line 33, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--osen-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--osen-offcanvas-color);
    visibility: hidden;
    background-color: var(--osen-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--osen-offcanvas-transition);
  }
}

@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  /* line 33, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-lg {
    transition: none;
  }
}

@media (max-width: 991.98px) {
  /* line 49, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--osen-offcanvas-width);
    border-right: var(--osen-offcanvas-border-width) solid var(--osen-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 57, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--osen-offcanvas-width);
    border-left: var(--osen-offcanvas-border-width) solid var(--osen-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 65, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--osen-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--osen-offcanvas-border-width) solid var(--osen-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 75, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--osen-offcanvas-height);
    max-height: 100%;
    border-top: var(--osen-offcanvas-border-width) solid var(--osen-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 84, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  /* line 89, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}

@media (min-width: 992px) {
  /* line 33, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-lg {
    --osen-offcanvas-height: auto;
    --osen-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 102, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  /* line 106, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  /* line 33, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--osen-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--osen-offcanvas-color);
    visibility: hidden;
    background-color: var(--osen-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--osen-offcanvas-transition);
  }
}

@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  /* line 33, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xl {
    transition: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 49, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--osen-offcanvas-width);
    border-right: var(--osen-offcanvas-border-width) solid var(--osen-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 57, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--osen-offcanvas-width);
    border-left: var(--osen-offcanvas-border-width) solid var(--osen-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 65, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--osen-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--osen-offcanvas-border-width) solid var(--osen-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 75, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--osen-offcanvas-height);
    max-height: 100%;
    border-top: var(--osen-offcanvas-border-width) solid var(--osen-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 84, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  /* line 89, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}

@media (min-width: 1200px) {
  /* line 33, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xl {
    --osen-offcanvas-height: auto;
    --osen-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 102, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  /* line 106, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1499.98px) {
  /* line 33, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--osen-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--osen-offcanvas-color);
    visibility: hidden;
    background-color: var(--osen-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--osen-offcanvas-transition);
  }
}

@media (max-width: 1499.98px) and (prefers-reduced-motion: reduce) {
  /* line 33, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xxl {
    transition: none;
  }
}

@media (max-width: 1499.98px) {
  /* line 49, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--osen-offcanvas-width);
    border-right: var(--osen-offcanvas-border-width) solid var(--osen-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 57, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--osen-offcanvas-width);
    border-left: var(--osen-offcanvas-border-width) solid var(--osen-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 65, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--osen-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--osen-offcanvas-border-width) solid var(--osen-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 75, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--osen-offcanvas-height);
    max-height: 100%;
    border-top: var(--osen-offcanvas-border-width) solid var(--osen-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 84, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  /* line 89, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}

@media (min-width: 1500px) {
  /* line 33, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xxl {
    --osen-offcanvas-height: auto;
    --osen-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 102, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  /* line 106, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

/* line 33, node_modules/bootstrap/scss/_offcanvas.scss */
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--osen-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--osen-offcanvas-color);
  visibility: hidden;
  background-color: var(--osen-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--osen-offcanvas-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 33, node_modules/bootstrap/scss/_offcanvas.scss */
  .offcanvas {
    transition: none;
  }
}

/* line 49, node_modules/bootstrap/scss/_offcanvas.scss */
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--osen-offcanvas-width);
  border-right: var(--osen-offcanvas-border-width) solid var(--osen-offcanvas-border-color);
  transform: translateX(-100%);
}

/* line 57, node_modules/bootstrap/scss/_offcanvas.scss */
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--osen-offcanvas-width);
  border-left: var(--osen-offcanvas-border-width) solid var(--osen-offcanvas-border-color);
  transform: translateX(100%);
}

/* line 65, node_modules/bootstrap/scss/_offcanvas.scss */
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--osen-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--osen-offcanvas-border-width) solid var(--osen-offcanvas-border-color);
  transform: translateY(-100%);
}

/* line 75, node_modules/bootstrap/scss/_offcanvas.scss */
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--osen-offcanvas-height);
  max-height: 100%;
  border-top: var(--osen-offcanvas-border-width) solid var(--osen-offcanvas-border-color);
  transform: translateY(100%);
}

/* line 84, node_modules/bootstrap/scss/_offcanvas.scss */
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}

/* line 89, node_modules/bootstrap/scss/_offcanvas.scss */
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

/* line 119, node_modules/bootstrap/scss/_offcanvas.scss */
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: var(--osen-emphasis-color);
}

/* line 12, node_modules/bootstrap/scss/mixins/_backdrop.scss */
.offcanvas-backdrop.fade {
  opacity: 0;
}

/* line 13, node_modules/bootstrap/scss/mixins/_backdrop.scss */
.offcanvas-backdrop.show {
  opacity: 0.5;
}

/* line 123, node_modules/bootstrap/scss/_offcanvas.scss */
.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--osen-offcanvas-padding-y) var(--osen-offcanvas-padding-x);
}

/* line 128, node_modules/bootstrap/scss/_offcanvas.scss */
.offcanvas-header .btn-close {
  padding: calc(var(--osen-offcanvas-padding-y) * .5) calc(var(--osen-offcanvas-padding-x) * .5);
  margin: calc(-.5 * var(--osen-offcanvas-padding-y)) calc(-.5 * var(--osen-offcanvas-padding-x)) calc(-.5 * var(--osen-offcanvas-padding-y)) auto;
}

/* line 134, node_modules/bootstrap/scss/_offcanvas.scss */
.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--osen-offcanvas-title-line-height);
}

/* line 139, node_modules/bootstrap/scss/_offcanvas.scss */
.offcanvas-body {
  flex-grow: 1;
  padding: var(--osen-offcanvas-padding-y) var(--osen-offcanvas-padding-x);
  overflow-y: auto;
}

/* line 1, node_modules/bootstrap/scss/_placeholders.scss */
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}

/* line 9, node_modules/bootstrap/scss/_placeholders.scss */
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

/* line 16, node_modules/bootstrap/scss/_placeholders.scss */
.placeholder-xs {
  min-height: .6em;
}

/* line 20, node_modules/bootstrap/scss/_placeholders.scss */
.placeholder-sm {
  min-height: .8em;
}

/* line 24, node_modules/bootstrap/scss/_placeholders.scss */
.placeholder-lg {
  min-height: 1.2em;
}

/* line 30, node_modules/bootstrap/scss/_placeholders.scss */
.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

/* line 41, node_modules/bootstrap/scss/_placeholders.scss */
.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%;
  }
}

/* line 3, node_modules/bootstrap/scss/mixins/_clearfix.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 3, node_modules/bootstrap/scss/helpers/_color-bg.scss */
.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--osen-primary-rgb), var(--osen-bg-opacity, 1)) !important;
}

/* line 3, node_modules/bootstrap/scss/helpers/_color-bg.scss */
.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--osen-secondary-rgb), var(--osen-bg-opacity, 1)) !important;
}

/* line 3, node_modules/bootstrap/scss/helpers/_color-bg.scss */
.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--osen-success-rgb), var(--osen-bg-opacity, 1)) !important;
}

/* line 3, node_modules/bootstrap/scss/helpers/_color-bg.scss */
.text-bg-info {
  color: #fff !important;
  background-color: RGBA(var(--osen-info-rgb), var(--osen-bg-opacity, 1)) !important;
}

/* line 3, node_modules/bootstrap/scss/helpers/_color-bg.scss */
.text-bg-warning {
  color: #fff !important;
  background-color: RGBA(var(--osen-warning-rgb), var(--osen-bg-opacity, 1)) !important;
}

/* line 3, node_modules/bootstrap/scss/helpers/_color-bg.scss */
.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--osen-danger-rgb), var(--osen-bg-opacity, 1)) !important;
}

/* line 3, node_modules/bootstrap/scss/helpers/_color-bg.scss */
.text-bg-light {
  color: #313a46 !important;
  background-color: RGBA(var(--osen-light-rgb), var(--osen-bg-opacity, 1)) !important;
}

/* line 3, node_modules/bootstrap/scss/helpers/_color-bg.scss */
.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--osen-dark-rgb), var(--osen-bg-opacity, 1)) !important;
}

/* line 3, node_modules/bootstrap/scss/helpers/_colored-links.scss */
.link-primary {
  color: RGBA(var(--osen-primary-rgb), var(--osen-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--osen-primary-rgb), var(--osen-link-underline-opacity, 1)) !important;
}

/* line 8, node_modules/bootstrap/scss/helpers/_colored-links.scss */
.link-primary:hover, .link-primary:focus {
  color: RGBA(60, 79, 217, var(--osen-link-opacity, 1)) !important;
  text-decoration-color: RGBA(60, 79, 217, var(--osen-link-underline-opacity, 1)) !important;
}

/* line 3, node_modules/bootstrap/scss/helpers/_colored-links.scss */
.link-secondary {
  color: RGBA(var(--osen-secondary-rgb), var(--osen-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--osen-secondary-rgb), var(--osen-link-underline-opacity, 1)) !important;
}

/* line 8, node_modules/bootstrap/scss/helpers/_colored-links.scss */
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(102, 50, 217, var(--osen-link-opacity, 1)) !important;
  text-decoration-color: RGBA(102, 50, 217, var(--osen-link-underline-opacity, 1)) !important;
}

/* line 3, node_modules/bootstrap/scss/helpers/_colored-links.scss */
.link-success {
  color: RGBA(var(--osen-success-rgb), var(--osen-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--osen-success-rgb), var(--osen-link-underline-opacity, 1)) !important;
}

/* line 8, node_modules/bootstrap/scss/helpers/_colored-links.scss */
.link-success:hover, .link-success:focus {
  color: RGBA(90, 169, 77, var(--osen-link-opacity, 1)) !important;
  text-decoration-color: RGBA(90, 169, 77, var(--osen-link-underline-opacity, 1)) !important;
}

/* line 3, node_modules/bootstrap/scss/helpers/_colored-links.scss */
.link-info {
  color: RGBA(var(--osen-info-rgb), var(--osen-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--osen-info-rgb), var(--osen-link-underline-opacity, 1)) !important;
}

/* line 8, node_modules/bootstrap/scss/helpers/_colored-links.scss */
.link-info:hover, .link-info:focus {
  color: RGBA(88, 158, 205, var(--osen-link-opacity, 1)) !important;
  text-decoration-color: RGBA(88, 158, 205, var(--osen-link-underline-opacity, 1)) !important;
}

/* line 3, node_modules/bootstrap/scss/helpers/_colored-links.scss */
.link-warning {
  color: RGBA(var(--osen-warning-rgb), var(--osen-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--osen-warning-rgb), var(--osen-link-underline-opacity, 1)) !important;
}

/* line 8, node_modules/bootstrap/scss/helpers/_colored-links.scss */
.link-warning:hover, .link-warning:focus {
  color: RGBA(212, 167, 78, var(--osen-link-opacity, 1)) !important;
  text-decoration-color: RGBA(212, 167, 78, var(--osen-link-underline-opacity, 1)) !important;
}

/* line 3, node_modules/bootstrap/scss/helpers/_colored-links.scss */
.link-danger {
  color: RGBA(var(--osen-danger-rgb), var(--osen-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--osen-danger-rgb), var(--osen-link-underline-opacity, 1)) !important;
}

/* line 8, node_modules/bootstrap/scss/helpers/_colored-links.scss */
.link-danger:hover, .link-danger:focus {
  color: RGBA(217, 93, 57, var(--osen-link-opacity, 1)) !important;
  text-decoration-color: RGBA(217, 93, 57, var(--osen-link-underline-opacity, 1)) !important;
}

/* line 3, node_modules/bootstrap/scss/helpers/_colored-links.scss */
.link-light {
  color: RGBA(var(--osen-light-rgb), var(--osen-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--osen-light-rgb), var(--osen-link-underline-opacity, 1)) !important;
}

/* line 8, node_modules/bootstrap/scss/helpers/_colored-links.scss */
.link-light:hover, .link-light:focus {
  color: RGBA(241, 244, 248, var(--osen-link-opacity, 1)) !important;
  text-decoration-color: RGBA(241, 244, 248, var(--osen-link-underline-opacity, 1)) !important;
}

/* line 3, node_modules/bootstrap/scss/helpers/_colored-links.scss */
.link-dark {
  color: RGBA(var(--osen-dark-rgb), var(--osen-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--osen-dark-rgb), var(--osen-link-underline-opacity, 1)) !important;
}

/* line 8, node_modules/bootstrap/scss/helpers/_colored-links.scss */
.link-dark:hover, .link-dark:focus {
  color: RGBA(42, 49, 60, var(--osen-link-opacity, 1)) !important;
  text-decoration-color: RGBA(42, 49, 60, var(--osen-link-underline-opacity, 1)) !important;
}

/* line 19, node_modules/bootstrap/scss/helpers/_colored-links.scss */
.link-body-emphasis {
  color: RGBA(var(--osen-emphasis-color-rgb), var(--osen-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--osen-emphasis-color-rgb), var(--osen-link-underline-opacity, 1)) !important;
}

/* line 24, node_modules/bootstrap/scss/helpers/_colored-links.scss */
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--osen-emphasis-color-rgb), var(--osen-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--osen-emphasis-color-rgb), var(--osen-link-underline-opacity, 0.75)) !important;
}

/* line 1, node_modules/bootstrap/scss/helpers/_focus-ring.scss */
.focus-ring:focus {
  outline: 0;
  box-shadow: var(--osen-focus-ring-x, 0) var(--osen-focus-ring-y, 0) var(--osen-focus-ring-blur, 0) var(--osen-focus-ring-width) var(--osen-focus-ring-color);
}

/* line 1, node_modules/bootstrap/scss/helpers/_icon-link.scss */
.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--osen-link-color-rgb), var(--osen-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}

/* line 9, node_modules/bootstrap/scss/helpers/_icon-link.scss */
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}

@media (prefers-reduced-motion: reduce) {
  /* line 9, node_modules/bootstrap/scss/helpers/_icon-link.scss */
  .icon-link > .bi {
    transition: none;
  }
}

/* line 21, node_modules/bootstrap/scss/helpers/_icon-link.scss */
.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--osen-icon-link-transform, translate3d(0.25em, 0, 0));
}

/* line 3, node_modules/bootstrap/scss/helpers/_ratio.scss */
.ratio {
  position: relative;
  width: 100%;
}

/* line 7, node_modules/bootstrap/scss/helpers/_ratio.scss */
.ratio::before {
  display: block;
  padding-top: var(--osen-aspect-ratio);
  content: "";
}

/* line 13, node_modules/bootstrap/scss/helpers/_ratio.scss */
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 23, node_modules/bootstrap/scss/helpers/_ratio.scss */
.ratio-1x1 {
  --osen-aspect-ratio: 100%;
}

/* line 23, node_modules/bootstrap/scss/helpers/_ratio.scss */
.ratio-4x3 {
  --osen-aspect-ratio: calc(3 / 4 * 100%);
}

/* line 23, node_modules/bootstrap/scss/helpers/_ratio.scss */
.ratio-16x9 {
  --osen-aspect-ratio: calc(9 / 16 * 100%);
}

/* line 23, node_modules/bootstrap/scss/helpers/_ratio.scss */
.ratio-21x9 {
  --osen-aspect-ratio: calc(9 / 21 * 100%);
}

/* line 3, node_modules/bootstrap/scss/helpers/_position.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 11, node_modules/bootstrap/scss/helpers/_position.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

/* line 24, node_modules/bootstrap/scss/helpers/_position.scss */
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

/* line 30, node_modules/bootstrap/scss/helpers/_position.scss */
.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  /* line 24, node_modules/bootstrap/scss/helpers/_position.scss */
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, node_modules/bootstrap/scss/helpers/_position.scss */
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 768px) {
  /* line 24, node_modules/bootstrap/scss/helpers/_position.scss */
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, node_modules/bootstrap/scss/helpers/_position.scss */
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 992px) {
  /* line 24, node_modules/bootstrap/scss/helpers/_position.scss */
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, node_modules/bootstrap/scss/helpers/_position.scss */
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 1200px) {
  /* line 24, node_modules/bootstrap/scss/helpers/_position.scss */
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, node_modules/bootstrap/scss/helpers/_position.scss */
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 1500px) {
  /* line 24, node_modules/bootstrap/scss/helpers/_position.scss */
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, node_modules/bootstrap/scss/helpers/_position.scss */
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

/* line 2, node_modules/bootstrap/scss/helpers/_stacks.scss */
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

/* line 9, node_modules/bootstrap/scss/helpers/_stacks.scss */
.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

/* line 5, node_modules/bootstrap/scss/helpers/_visually-hidden.scss */
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* line 19, node_modules/bootstrap/scss/mixins/_visually-hidden.scss */
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

/* line 6, node_modules/bootstrap/scss/helpers/_stretched-link.scss */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

/* line 5, node_modules/bootstrap/scss/helpers/_text-truncation.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1, node_modules/bootstrap/scss/helpers/_vr.scss */
.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--osen-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 1;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-top {
  vertical-align: top !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.float-start {
  float: left !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.float-end {
  float: right !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.float-none {
  float: none !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.object-fit-contain {
  object-fit: contain !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.object-fit-cover {
  object-fit: cover !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.object-fit-fill {
  object-fit: fill !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.object-fit-scale {
  object-fit: scale-down !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.object-fit-none {
  object-fit: none !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.opacity-0 {
  opacity: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.opacity-25 {
  opacity: 0.25 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.opacity-50 {
  opacity: 0.5 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.opacity-75 {
  opacity: 0.75 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.opacity-100 {
  opacity: 1 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.overflow-visible {
  overflow: visible !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.overflow-scroll {
  overflow: scroll !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.overflow-x-auto {
  overflow-x: auto !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.overflow-x-hidden {
  overflow-x: hidden !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.overflow-x-visible {
  overflow-x: visible !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.overflow-x-scroll {
  overflow-x: scroll !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.overflow-y-auto {
  overflow-y: auto !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.overflow-y-hidden {
  overflow-y: hidden !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.overflow-y-visible {
  overflow-y: visible !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.overflow-y-scroll {
  overflow-y: scroll !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.d-inline {
  display: inline !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.d-block {
  display: block !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.d-grid {
  display: grid !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.d-inline-grid {
  display: inline-grid !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.d-table {
  display: table !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.d-table-row {
  display: table-row !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.d-flex, .app-search .app-search-icon, .avatar-group {
  display: flex !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.d-inline-flex {
  display: inline-flex !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.d-none, .docs-nav {
  display: none !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.shadow {
  box-shadow: var(--osen-box-shadow) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.shadow-sm {
  box-shadow: var(--osen-box-shadow-sm) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.shadow-lg {
  box-shadow: var(--osen-box-shadow-lg) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.focus-ring-primary {
  --osen-focus-ring-color: rgba(var(--osen-primary-rgb), var(--osen-focus-ring-opacity));
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.focus-ring-secondary {
  --osen-focus-ring-color: rgba(var(--osen-secondary-rgb), var(--osen-focus-ring-opacity));
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.focus-ring-success {
  --osen-focus-ring-color: rgba(var(--osen-success-rgb), var(--osen-focus-ring-opacity));
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.focus-ring-info {
  --osen-focus-ring-color: rgba(var(--osen-info-rgb), var(--osen-focus-ring-opacity));
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.focus-ring-warning {
  --osen-focus-ring-color: rgba(var(--osen-warning-rgb), var(--osen-focus-ring-opacity));
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.focus-ring-danger {
  --osen-focus-ring-color: rgba(var(--osen-danger-rgb), var(--osen-focus-ring-opacity));
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.focus-ring-light {
  --osen-focus-ring-color: rgba(var(--osen-light-rgb), var(--osen-focus-ring-opacity));
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.focus-ring-dark {
  --osen-focus-ring-color: rgba(var(--osen-dark-rgb), var(--osen-focus-ring-opacity));
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.position-static {
  position: static !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.position-relative {
  position: relative !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.position-absolute, .app-search .app-search-icon {
  position: absolute !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.position-fixed {
  position: fixed !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.position-sticky {
  position: sticky !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.top-0 {
  top: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.top-50, .app-search .app-search-icon {
  top: 50% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.top-100 {
  top: 100% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bottom-0 {
  bottom: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bottom-50 {
  bottom: 50% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bottom-100 {
  bottom: 100% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.start-0 {
  left: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.start-50 {
  left: 50% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.start-100 {
  left: 100% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.end-0 {
  right: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.end-50 {
  right: 50% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.end-100 {
  right: 100% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.translate-middle {
  transform: translate(-50%, -50%) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.translate-middle-x {
  transform: translateX(-50%) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.translate-middle-y, .app-search .app-search-icon {
  transform: translateY(-50%) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border {
  border: var(--osen-border-width) var(--osen-border-style) var(--osen-border-color) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-0 {
  border: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-top {
  border-top: var(--osen-border-width) var(--osen-border-style) var(--osen-border-color) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-end {
  border-right: var(--osen-border-width) var(--osen-border-style) var(--osen-border-color) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-end-0 {
  border-right: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-bottom {
  border-bottom: var(--osen-border-width) var(--osen-border-style) var(--osen-border-color) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-start {
  border-left: var(--osen-border-width) var(--osen-border-style) var(--osen-border-color) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-start-0 {
  border-left: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-primary {
  --osen-border-opacity: 1;
  border-color: rgba(var(--osen-primary-rgb), var(--osen-border-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-secondary {
  --osen-border-opacity: 1;
  border-color: rgba(var(--osen-secondary-rgb), var(--osen-border-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-success {
  --osen-border-opacity: 1;
  border-color: rgba(var(--osen-success-rgb), var(--osen-border-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-info {
  --osen-border-opacity: 1;
  border-color: rgba(var(--osen-info-rgb), var(--osen-border-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-warning {
  --osen-border-opacity: 1;
  border-color: rgba(var(--osen-warning-rgb), var(--osen-border-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-danger {
  --osen-border-opacity: 1;
  border-color: rgba(var(--osen-danger-rgb), var(--osen-border-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-light {
  --osen-border-opacity: 1;
  border-color: rgba(var(--osen-light-rgb), var(--osen-border-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-dark {
  --osen-border-opacity: 1;
  border-color: rgba(var(--osen-dark-rgb), var(--osen-border-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-black {
  --osen-border-opacity: 1;
  border-color: rgba(var(--osen-black-rgb), var(--osen-border-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-white {
  --osen-border-opacity: 1;
  border-color: rgba(var(--osen-white-rgb), var(--osen-border-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-primary-subtle {
  border-color: var(--osen-primary-border-subtle) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-secondary-subtle {
  border-color: var(--osen-secondary-border-subtle) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-success-subtle {
  border-color: var(--osen-success-border-subtle) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-info-subtle {
  border-color: var(--osen-info-border-subtle) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-warning-subtle {
  border-color: var(--osen-warning-border-subtle) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-danger-subtle {
  border-color: var(--osen-danger-border-subtle) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-light-subtle {
  border-color: var(--osen-light-border-subtle) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-dark-subtle {
  border-color: var(--osen-dark-border-subtle) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-1 {
  border-width: 1px !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-2 {
  border-width: 2px !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-3 {
  border-width: 3px !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-4 {
  border-width: 4px !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-5 {
  border-width: 5px !important;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-opacity-10 {
  --osen-border-opacity: 0.1;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-opacity-25 {
  --osen-border-opacity: 0.25;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-opacity-50 {
  --osen-border-opacity: 0.5;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-opacity-75 {
  --osen-border-opacity: 0.75;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.border-opacity-100 {
  --osen-border-opacity: 1;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.w-0 {
  width: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.w-25 {
  width: 25% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.w-50 {
  width: 50% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.w-75 {
  width: 75% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.w-100 {
  width: 100% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.h-25 {
  height: 25% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.h-50 {
  height: 50% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.h-75 {
  height: 75% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.h-100 {
  height: 100% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.h-auto {
  height: auto !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.flex-wrap, .avatar-group {
  flex-wrap: wrap !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.justify-content-center, .app-search .app-search-icon {
  justify-content: center !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.justify-content-evenly {
  justify-content: space-evenly !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-items-center, .avatar-group {
  align-items: center !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-content-center {
  align-content: center !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-self-center {
  align-self: center !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.align-self-stretch {
  align-self: stretch !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.order-first {
  order: -1 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.order-0 {
  order: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.order-1 {
  order: 1 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.order-2 {
  order: 2 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.order-3 {
  order: 3 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.order-4 {
  order: 4 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.order-5 {
  order: 5 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.order-last {
  order: 6 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.m-0 {
  margin: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.m-1 {
  margin: 0.375rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.m-2 {
  margin: 0.75rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.m-3 {
  margin: 1.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.m-4 {
  margin: 2.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.m-5 {
  margin: 4.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.m-auto {
  margin: auto !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mx-1 {
  margin-right: 0.375rem !important;
  margin-left: 0.375rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mx-2 {
  margin-right: 0.75rem !important;
  margin-left: 0.75rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mx-3 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mx-4 {
  margin-right: 2.25rem !important;
  margin-left: 2.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mx-5 {
  margin-right: 4.5rem !important;
  margin-left: 4.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.my-1 {
  margin-top: 0.375rem !important;
  margin-bottom: 0.375rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.my-2 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.my-3 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.my-4 {
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.my-5 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mt-0 {
  margin-top: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mt-1 {
  margin-top: 0.375rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mt-2 {
  margin-top: 0.75rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mt-3 {
  margin-top: 1.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mt-4 {
  margin-top: 2.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mt-5 {
  margin-top: 4.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mt-auto {
  margin-top: auto !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.me-0 {
  margin-right: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.me-1 {
  margin-right: 0.375rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.me-2 {
  margin-right: 0.75rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.me-3 {
  margin-right: 1.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.me-4 {
  margin-right: 2.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.me-5 {
  margin-right: 4.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.me-auto {
  margin-right: auto !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mb-0 {
  margin-bottom: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mb-1 {
  margin-bottom: 0.375rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mb-2 {
  margin-bottom: 0.75rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mb-3 {
  margin-bottom: 1.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mb-4 {
  margin-bottom: 2.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mb-5 {
  margin-bottom: 4.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mb-auto {
  margin-bottom: auto !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.ms-0 {
  margin-left: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.ms-1 {
  margin-left: 0.375rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.ms-2 {
  margin-left: 0.75rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.ms-3 {
  margin-left: 1.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.ms-4 {
  margin-left: 2.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.ms-5 {
  margin-left: 4.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.ms-auto {
  margin-left: auto !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.m-n1 {
  margin: -0.375rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.m-n2 {
  margin: -0.75rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.m-n3 {
  margin: -1.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.m-n4 {
  margin: -2.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.m-n5 {
  margin: -4.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mx-n1 {
  margin-right: -0.375rem !important;
  margin-left: -0.375rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mx-n2 {
  margin-right: -0.75rem !important;
  margin-left: -0.75rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mx-n3 {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mx-n4 {
  margin-right: -2.25rem !important;
  margin-left: -2.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mx-n5 {
  margin-right: -4.5rem !important;
  margin-left: -4.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.my-n1 {
  margin-top: -0.375rem !important;
  margin-bottom: -0.375rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.my-n2 {
  margin-top: -0.75rem !important;
  margin-bottom: -0.75rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.my-n3 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.my-n4 {
  margin-top: -2.25rem !important;
  margin-bottom: -2.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.my-n5 {
  margin-top: -4.5rem !important;
  margin-bottom: -4.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mt-n1 {
  margin-top: -0.375rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mt-n2 {
  margin-top: -0.75rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mt-n3 {
  margin-top: -1.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mt-n4 {
  margin-top: -2.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mt-n5 {
  margin-top: -4.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.me-n1 {
  margin-right: -0.375rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.me-n2 {
  margin-right: -0.75rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.me-n3 {
  margin-right: -1.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.me-n4 {
  margin-right: -2.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.me-n5 {
  margin-right: -4.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mb-n1 {
  margin-bottom: -0.375rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mb-n2 {
  margin-bottom: -0.75rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mb-n3 {
  margin-bottom: -1.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mb-n4 {
  margin-bottom: -2.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.mb-n5 {
  margin-bottom: -4.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.ms-n1 {
  margin-left: -0.375rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.ms-n2 {
  margin-left: -0.75rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.ms-n3 {
  margin-left: -1.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.ms-n4 {
  margin-left: -2.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.ms-n5 {
  margin-left: -4.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.p-0 {
  padding: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.p-1 {
  padding: 0.375rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.p-2 {
  padding: 0.75rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.p-3 {
  padding: 1.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.p-4 {
  padding: 2.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.p-5 {
  padding: 4.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.px-1 {
  padding-right: 0.375rem !important;
  padding-left: 0.375rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.px-2 {
  padding-right: 0.75rem !important;
  padding-left: 0.75rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.px-3 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.px-4 {
  padding-right: 2.25rem !important;
  padding-left: 2.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.px-5 {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.py-1 {
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.py-2 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.py-3 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.py-4 {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.py-5 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.pt-0 {
  padding-top: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.pt-1 {
  padding-top: 0.375rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.pt-2 {
  padding-top: 0.75rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.pt-3 {
  padding-top: 1.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.pt-4 {
  padding-top: 2.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.pt-5 {
  padding-top: 4.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.pe-0 {
  padding-right: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.pe-1 {
  padding-right: 0.375rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.pe-2 {
  padding-right: 0.75rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.pe-3 {
  padding-right: 1.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.pe-4 {
  padding-right: 2.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.pe-5 {
  padding-right: 4.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.pb-0 {
  padding-bottom: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.pb-1 {
  padding-bottom: 0.375rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.pb-2 {
  padding-bottom: 0.75rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.pb-3 {
  padding-bottom: 1.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.pb-4 {
  padding-bottom: 2.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.pb-5 {
  padding-bottom: 4.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.ps-0 {
  padding-left: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.ps-1 {
  padding-left: 0.375rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.ps-2 {
  padding-left: 0.75rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.ps-3 {
  padding-left: 1.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.ps-4 {
  padding-left: 2.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.ps-5 {
  padding-left: 4.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.gap-0 {
  gap: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.gap-1 {
  gap: 0.375rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.gap-2 {
  gap: 0.75rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.gap-3 {
  gap: 1.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.gap-4 {
  gap: 2.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.gap-5 {
  gap: 4.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.row-gap-0 {
  row-gap: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.row-gap-1 {
  row-gap: 0.375rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.row-gap-2 {
  row-gap: 0.75rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.row-gap-3 {
  row-gap: 1.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.row-gap-4 {
  row-gap: 2.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.row-gap-5 {
  row-gap: 4.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.column-gap-0 {
  column-gap: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.column-gap-1 {
  column-gap: 0.375rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.column-gap-2 {
  column-gap: 0.75rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.column-gap-3 {
  column-gap: 1.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.column-gap-4 {
  column-gap: 2.25rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.column-gap-5 {
  column-gap: 4.5rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.font-monospace {
  font-family: var(--osen-font-monospace) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.fs-1 {
  font-size: calc(1.328125rem + 0.9375vw) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.fs-2 {
  font-size: calc(1.294rem + 0.528vw) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.fs-3 {
  font-size: calc(1.2642856563rem + 0.171427875vw) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.fs-4 {
  font-size: 1.015625rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.fs-5 {
  font-size: 0.845rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.fs-6 {
  font-size: 0.690625rem !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.fst-italic {
  font-style: italic !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.fst-normal {
  font-style: normal !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.fw-lighter {
  font-weight: lighter !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.fw-light {
  font-weight: 300 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.fw-normal {
  font-weight: 400 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.fw-medium {
  font-weight: 500 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.fw-semibold {
  font-weight: 600 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.fw-bold {
  font-weight: 700 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.fw-bolder {
  font-weight: bolder !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.lh-1 {
  line-height: 1 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.lh-sm {
  line-height: 1.25 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.lh-base {
  line-height: 1.5 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.lh-lg {
  line-height: 2 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-start {
  text-align: left !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-end {
  text-align: right !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-center {
  text-align: center !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-decoration-underline {
  text-decoration: underline !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-decoration-line-through {
  text-decoration: line-through !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-primary {
  --osen-text-opacity: 1;
  color: rgba(var(--osen-primary-rgb), var(--osen-text-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-secondary {
  --osen-text-opacity: 1;
  color: rgba(var(--osen-secondary-rgb), var(--osen-text-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-success {
  --osen-text-opacity: 1;
  color: rgba(var(--osen-success-rgb), var(--osen-text-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-info {
  --osen-text-opacity: 1;
  color: rgba(var(--osen-info-rgb), var(--osen-text-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-warning {
  --osen-text-opacity: 1;
  color: rgba(var(--osen-warning-rgb), var(--osen-text-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-danger {
  --osen-text-opacity: 1;
  color: rgba(var(--osen-danger-rgb), var(--osen-text-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-light {
  --osen-text-opacity: 1;
  color: rgba(var(--osen-light-rgb), var(--osen-text-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-dark {
  --osen-text-opacity: 1;
  color: rgba(var(--osen-dark-rgb), var(--osen-text-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-black {
  --osen-text-opacity: 1;
  color: rgba(var(--osen-black-rgb), var(--osen-text-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-white {
  --osen-text-opacity: 1;
  color: rgba(var(--osen-white-rgb), var(--osen-text-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-body {
  --osen-text-opacity: 1;
  color: rgba(var(--osen-body-color-rgb), var(--osen-text-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-muted {
  --osen-text-opacity: 1;
  color: var(--osen-secondary-color) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-black-50 {
  --osen-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-white-50 {
  --osen-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-body-secondary {
  --osen-text-opacity: 1;
  color: var(--osen-secondary-color) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-body-tertiary {
  --osen-text-opacity: 1;
  color: var(--osen-tertiary-color) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-body-emphasis {
  --osen-text-opacity: 1;
  color: var(--osen-emphasis-color) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-reset {
  --osen-text-opacity: 1;
  color: inherit !important;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-opacity-25 {
  --osen-text-opacity: 0.25;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-opacity-50 {
  --osen-text-opacity: 0.5;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-opacity-75 {
  --osen-text-opacity: 0.75;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-opacity-100 {
  --osen-text-opacity: 1;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-primary-emphasis {
  color: var(--osen-primary-text-emphasis) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-secondary-emphasis {
  color: var(--osen-secondary-text-emphasis) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-success-emphasis {
  color: var(--osen-success-text-emphasis) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-info-emphasis {
  color: var(--osen-info-text-emphasis) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-warning-emphasis {
  color: var(--osen-warning-text-emphasis) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-danger-emphasis {
  color: var(--osen-danger-text-emphasis) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-light-emphasis {
  color: var(--osen-light-text-emphasis) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.text-dark-emphasis {
  color: var(--osen-dark-text-emphasis) !important;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-opacity-10 {
  --osen-link-opacity: 0.1;
}

/* line 62, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-opacity-10-hover:hover {
  --osen-link-opacity: 0.1;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-opacity-25 {
  --osen-link-opacity: 0.25;
}

/* line 62, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-opacity-25-hover:hover {
  --osen-link-opacity: 0.25;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-opacity-50 {
  --osen-link-opacity: 0.5;
}

/* line 62, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-opacity-50-hover:hover {
  --osen-link-opacity: 0.5;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-opacity-75 {
  --osen-link-opacity: 0.75;
}

/* line 62, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-opacity-75-hover:hover {
  --osen-link-opacity: 0.75;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-opacity-100 {
  --osen-link-opacity: 1;
}

/* line 62, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-opacity-100-hover:hover {
  --osen-link-opacity: 1;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

/* line 79, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

/* line 79, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

/* line 79, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline-primary {
  --osen-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--osen-primary-rgb), var(--osen-link-underline-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline-secondary {
  --osen-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--osen-secondary-rgb), var(--osen-link-underline-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline-success {
  --osen-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--osen-success-rgb), var(--osen-link-underline-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline-info {
  --osen-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--osen-info-rgb), var(--osen-link-underline-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline-warning {
  --osen-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--osen-warning-rgb), var(--osen-link-underline-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline-danger {
  --osen-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--osen-danger-rgb), var(--osen-link-underline-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline-light {
  --osen-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--osen-light-rgb), var(--osen-link-underline-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline-dark {
  --osen-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--osen-dark-rgb), var(--osen-link-underline-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline {
  --osen-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--osen-link-color-rgb), var(--osen-link-underline-opacity, 1)) !important;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline-opacity-0 {
  --osen-link-underline-opacity: 0;
}

/* line 62, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline-opacity-0-hover:hover {
  --osen-link-underline-opacity: 0;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline-opacity-10 {
  --osen-link-underline-opacity: 0.1;
}

/* line 62, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline-opacity-10-hover:hover {
  --osen-link-underline-opacity: 0.1;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline-opacity-25 {
  --osen-link-underline-opacity: 0.25;
}

/* line 62, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline-opacity-25-hover:hover {
  --osen-link-underline-opacity: 0.25;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline-opacity-50 {
  --osen-link-underline-opacity: 0.5;
}

/* line 62, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline-opacity-50-hover:hover {
  --osen-link-underline-opacity: 0.5;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline-opacity-75 {
  --osen-link-underline-opacity: 0.75;
}

/* line 62, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline-opacity-75-hover:hover {
  --osen-link-underline-opacity: 0.75;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline-opacity-100 {
  --osen-link-underline-opacity: 1;
}

/* line 62, node_modules/bootstrap/scss/mixins/_utilities.scss */
.link-underline-opacity-100-hover:hover {
  --osen-link-underline-opacity: 1;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-primary {
  --osen-bg-opacity: 1;
  background-color: rgba(var(--osen-primary-rgb), var(--osen-bg-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-secondary {
  --osen-bg-opacity: 1;
  background-color: rgba(var(--osen-secondary-rgb), var(--osen-bg-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-success {
  --osen-bg-opacity: 1;
  background-color: rgba(var(--osen-success-rgb), var(--osen-bg-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-info {
  --osen-bg-opacity: 1;
  background-color: rgba(var(--osen-info-rgb), var(--osen-bg-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-warning {
  --osen-bg-opacity: 1;
  background-color: rgba(var(--osen-warning-rgb), var(--osen-bg-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-danger {
  --osen-bg-opacity: 1;
  background-color: rgba(var(--osen-danger-rgb), var(--osen-bg-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-light {
  --osen-bg-opacity: 1;
  background-color: rgba(var(--osen-light-rgb), var(--osen-bg-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-dark {
  --osen-bg-opacity: 1;
  background-color: rgba(var(--osen-dark-rgb), var(--osen-bg-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-black {
  --osen-bg-opacity: 1;
  background-color: rgba(var(--osen-black-rgb), var(--osen-bg-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-white {
  --osen-bg-opacity: 1;
  background-color: rgba(var(--osen-white-rgb), var(--osen-bg-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-body {
  --osen-bg-opacity: 1;
  background-color: rgba(var(--osen-body-bg-rgb), var(--osen-bg-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-transparent {
  --osen-bg-opacity: 1;
  background-color: transparent !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-body-secondary {
  --osen-bg-opacity: 1;
  background-color: rgba(var(--osen-secondary-bg-rgb), var(--osen-bg-opacity)) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-body-tertiary {
  --osen-bg-opacity: 1;
  background-color: rgba(var(--osen-tertiary-bg-rgb), var(--osen-bg-opacity)) !important;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-opacity-10 {
  --osen-bg-opacity: 0.1;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-opacity-20 {
  --osen-bg-opacity: 0.2;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-opacity-25 {
  --osen-bg-opacity: 0.25;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-opacity-30 {
  --osen-bg-opacity: 0.3;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-opacity-40 {
  --osen-bg-opacity: 0.4;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-opacity-50 {
  --osen-bg-opacity: 0.5;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-opacity-60 {
  --osen-bg-opacity: 0.6;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-opacity-70 {
  --osen-bg-opacity: 0.7;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-opacity-75 {
  --osen-bg-opacity: 0.75;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-opacity-80 {
  --osen-bg-opacity: 0.8;
}

/* line 57, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-opacity-90 {
  --osen-bg-opacity: 0.9;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-primary-subtle {
  background-color: var(--osen-primary-bg-subtle) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-secondary-subtle {
  background-color: var(--osen-secondary-bg-subtle) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-success-subtle {
  background-color: var(--osen-success-bg-subtle) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-info-subtle {
  background-color: var(--osen-info-bg-subtle) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-warning-subtle {
  background-color: var(--osen-warning-bg-subtle) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-danger-subtle {
  background-color: var(--osen-danger-bg-subtle) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-light-subtle {
  background-color: var(--osen-light-bg-subtle) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-dark-subtle {
  background-color: var(--osen-dark-bg-subtle) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.bg-gradient {
  background-image: var(--osen-gradient) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.user-select-all {
  user-select: all !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.user-select-auto {
  user-select: auto !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.user-select-none {
  user-select: none !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.pe-none {
  pointer-events: none !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.pe-auto {
  pointer-events: auto !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded {
  border-radius: var(--osen-border-radius) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-1 {
  border-radius: var(--osen-border-radius-sm) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-2 {
  border-radius: var(--osen-border-radius) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-3 {
  border-radius: var(--osen-border-radius-lg) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-4 {
  border-radius: var(--osen-border-radius-xl) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-5 {
  border-radius: var(--osen-border-radius-xxl) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-pill {
  border-radius: var(--osen-border-radius-pill) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-top {
  border-top-left-radius: var(--osen-border-radius) !important;
  border-top-right-radius: var(--osen-border-radius) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-top-1 {
  border-top-left-radius: var(--osen-border-radius-sm) !important;
  border-top-right-radius: var(--osen-border-radius-sm) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-top-2 {
  border-top-left-radius: var(--osen-border-radius) !important;
  border-top-right-radius: var(--osen-border-radius) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-top-3 {
  border-top-left-radius: var(--osen-border-radius-lg) !important;
  border-top-right-radius: var(--osen-border-radius-lg) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-top-4 {
  border-top-left-radius: var(--osen-border-radius-xl) !important;
  border-top-right-radius: var(--osen-border-radius-xl) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-top-5 {
  border-top-left-radius: var(--osen-border-radius-xxl) !important;
  border-top-right-radius: var(--osen-border-radius-xxl) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-top-pill {
  border-top-left-radius: var(--osen-border-radius-pill) !important;
  border-top-right-radius: var(--osen-border-radius-pill) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-end {
  border-top-right-radius: var(--osen-border-radius) !important;
  border-bottom-right-radius: var(--osen-border-radius) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-end-1 {
  border-top-right-radius: var(--osen-border-radius-sm) !important;
  border-bottom-right-radius: var(--osen-border-radius-sm) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-end-2 {
  border-top-right-radius: var(--osen-border-radius) !important;
  border-bottom-right-radius: var(--osen-border-radius) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-end-3 {
  border-top-right-radius: var(--osen-border-radius-lg) !important;
  border-bottom-right-radius: var(--osen-border-radius-lg) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-end-4 {
  border-top-right-radius: var(--osen-border-radius-xl) !important;
  border-bottom-right-radius: var(--osen-border-radius-xl) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-end-5 {
  border-top-right-radius: var(--osen-border-radius-xxl) !important;
  border-bottom-right-radius: var(--osen-border-radius-xxl) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-end-pill {
  border-top-right-radius: var(--osen-border-radius-pill) !important;
  border-bottom-right-radius: var(--osen-border-radius-pill) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-bottom {
  border-bottom-right-radius: var(--osen-border-radius) !important;
  border-bottom-left-radius: var(--osen-border-radius) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-bottom-1 {
  border-bottom-right-radius: var(--osen-border-radius-sm) !important;
  border-bottom-left-radius: var(--osen-border-radius-sm) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-bottom-2 {
  border-bottom-right-radius: var(--osen-border-radius) !important;
  border-bottom-left-radius: var(--osen-border-radius) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-bottom-3 {
  border-bottom-right-radius: var(--osen-border-radius-lg) !important;
  border-bottom-left-radius: var(--osen-border-radius-lg) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-bottom-4 {
  border-bottom-right-radius: var(--osen-border-radius-xl) !important;
  border-bottom-left-radius: var(--osen-border-radius-xl) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-bottom-5 {
  border-bottom-right-radius: var(--osen-border-radius-xxl) !important;
  border-bottom-left-radius: var(--osen-border-radius-xxl) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-bottom-pill {
  border-bottom-right-radius: var(--osen-border-radius-pill) !important;
  border-bottom-left-radius: var(--osen-border-radius-pill) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-start {
  border-bottom-left-radius: var(--osen-border-radius) !important;
  border-top-left-radius: var(--osen-border-radius) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-start-1 {
  border-bottom-left-radius: var(--osen-border-radius-sm) !important;
  border-top-left-radius: var(--osen-border-radius-sm) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-start-2 {
  border-bottom-left-radius: var(--osen-border-radius) !important;
  border-top-left-radius: var(--osen-border-radius) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-start-3 {
  border-bottom-left-radius: var(--osen-border-radius-lg) !important;
  border-top-left-radius: var(--osen-border-radius-lg) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-start-4 {
  border-bottom-left-radius: var(--osen-border-radius-xl) !important;
  border-top-left-radius: var(--osen-border-radius-xl) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-start-5 {
  border-bottom-left-radius: var(--osen-border-radius-xxl) !important;
  border-top-left-radius: var(--osen-border-radius-xxl) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.rounded-start-pill {
  border-bottom-left-radius: var(--osen-border-radius-pill) !important;
  border-top-left-radius: var(--osen-border-radius-pill) !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.visible {
  visibility: visible !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.invisible {
  visibility: hidden !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.z-n1 {
  z-index: -1 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.z-0 {
  z-index: 0 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.z-1 {
  z-index: 1 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.z-2 {
  z-index: 2 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.z-3 {
  z-index: 3 !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.fs-10 {
  font-size: 10px !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.fs-11 {
  font-size: 11px !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.fs-12 {
  font-size: 12px !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.fs-13 {
  font-size: 13px !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.fs-14 {
  font-size: 14px !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.fs-15 {
  font-size: 15px !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.fs-16 {
  font-size: 16px !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.fs-17 {
  font-size: 17px !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.fs-18 {
  font-size: 18px !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.fs-19 {
  font-size: 19px !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.fs-20 {
  font-size: 20px !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.fs-21 {
  font-size: 21px !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.fs-22 {
  font-size: 22px !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.fs-23 {
  font-size: 23px !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.fs-24 {
  font-size: 24px !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.fs-28 {
  font-size: 28px !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.fs-32 {
  font-size: 32px !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.fs-36 {
  font-size: 36px !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.fs-42 {
  font-size: 42px !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.fs-48 {
  font-size: 48px !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.fs-60 {
  font-size: 60px !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.fs-72 {
  font-size: 72px !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.fs-80 {
  font-size: 80px !important;
}

/* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
.fs-120 {
  font-size: 120px !important;
}

@media (min-width: 576px) {
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .float-sm-start {
    float: left !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .float-sm-end {
    float: right !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .float-sm-none {
    float: none !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-sm-contain {
    object-fit: contain !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-sm-none {
    object-fit: none !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-sm-grid {
    display: grid !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .position-sm-static {
    position: static !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .position-sm-relative {
    position: relative !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .position-sm-absolute {
    position: absolute !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .position-sm-fixed {
    position: fixed !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .position-sm-sticky {
    position: sticky !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .w-sm-0 {
    width: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .w-sm-25 {
    width: 25% !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .w-sm-50 {
    width: 50% !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .w-sm-75 {
    width: 75% !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .w-sm-100 {
    width: 100% !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-sm-first {
    order: -1 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-sm-0 {
    order: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-sm-1 {
    order: 1 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-sm-2 {
    order: 2 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-sm-3 {
    order: 3 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-sm-4 {
    order: 4 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-sm-5 {
    order: 5 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-sm-last {
    order: 6 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-sm-1 {
    margin: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-sm-2 {
    margin: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-sm-3 {
    margin: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-sm-4 {
    margin: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-sm-5 {
    margin: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-sm-1 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-sm-2 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-sm-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-sm-4 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-sm-5 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-sm-1 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-sm-2 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-sm-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-sm-4 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-sm-5 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-sm-1 {
    margin-top: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-sm-2 {
    margin-top: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-sm-3 {
    margin-top: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-sm-4 {
    margin-top: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-sm-5 {
    margin-top: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-sm-auto {
    margin-top: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-sm-0 {
    margin-right: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-sm-1 {
    margin-right: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-sm-2 {
    margin-right: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-sm-3 {
    margin-right: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-sm-4 {
    margin-right: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-sm-5 {
    margin-right: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-sm-auto {
    margin-right: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-sm-1 {
    margin-bottom: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-sm-2 {
    margin-bottom: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-sm-3 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-sm-4 {
    margin-bottom: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-sm-5 {
    margin-bottom: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-sm-1 {
    margin-left: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-sm-2 {
    margin-left: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-sm-3 {
    margin-left: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-sm-4 {
    margin-left: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-sm-5 {
    margin-left: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-sm-auto {
    margin-left: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-sm-n1 {
    margin: -0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-sm-n2 {
    margin: -0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-sm-n3 {
    margin: -1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-sm-n4 {
    margin: -2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-sm-n5 {
    margin: -4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-sm-n1 {
    margin-right: -0.375rem !important;
    margin-left: -0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-sm-n2 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-sm-n3 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-sm-n4 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-sm-n5 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-sm-n1 {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-sm-n2 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-sm-n3 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-sm-n4 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-sm-n5 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-sm-n1 {
    margin-top: -0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-sm-n2 {
    margin-top: -0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-sm-n3 {
    margin-top: -1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-sm-n4 {
    margin-top: -2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-sm-n5 {
    margin-top: -4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-sm-n1 {
    margin-right: -0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-sm-n2 {
    margin-right: -0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-sm-n3 {
    margin-right: -1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-sm-n4 {
    margin-right: -2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-sm-n5 {
    margin-right: -4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-sm-n1 {
    margin-bottom: -0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-sm-n2 {
    margin-bottom: -0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-sm-n3 {
    margin-bottom: -1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-sm-n4 {
    margin-bottom: -2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-sm-n5 {
    margin-bottom: -4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-sm-n1 {
    margin-left: -0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-sm-n2 {
    margin-left: -0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-sm-n3 {
    margin-left: -1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-sm-n4 {
    margin-left: -2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-sm-n5 {
    margin-left: -4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-sm-1 {
    padding: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-sm-2 {
    padding: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-sm-3 {
    padding: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-sm-4 {
    padding: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-sm-5 {
    padding: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-sm-1 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-sm-2 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-sm-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-sm-4 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-sm-5 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-sm-1 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-sm-2 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-sm-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-sm-4 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-sm-5 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-sm-1 {
    padding-top: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-sm-2 {
    padding-top: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-sm-3 {
    padding-top: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-sm-4 {
    padding-top: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-sm-5 {
    padding-top: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-sm-1 {
    padding-right: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-sm-2 {
    padding-right: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-sm-3 {
    padding-right: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-sm-4 {
    padding-right: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-sm-5 {
    padding-right: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-sm-1 {
    padding-bottom: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-sm-2 {
    padding-bottom: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-sm-3 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-sm-4 {
    padding-bottom: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-sm-5 {
    padding-bottom: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-sm-1 {
    padding-left: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-sm-2 {
    padding-left: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-sm-3 {
    padding-left: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-sm-4 {
    padding-left: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-sm-5 {
    padding-left: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-sm-0 {
    gap: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-sm-1 {
    gap: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-sm-2 {
    gap: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-sm-3 {
    gap: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-sm-4 {
    gap: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-sm-5 {
    gap: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-sm-1 {
    row-gap: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-sm-2 {
    row-gap: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-sm-3 {
    row-gap: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-sm-4 {
    row-gap: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-sm-5 {
    row-gap: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-sm-1 {
    column-gap: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-sm-2 {
    column-gap: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-sm-3 {
    column-gap: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-sm-4 {
    column-gap: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-sm-5 {
    column-gap: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .text-sm-start {
    text-align: left !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .text-sm-end {
    text-align: right !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .float-md-start {
    float: left !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .float-md-end {
    float: right !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .float-md-none {
    float: none !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-md-contain {
    object-fit: contain !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-md-none {
    object-fit: none !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-md-grid {
    display: grid !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .position-md-static {
    position: static !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .position-md-relative {
    position: relative !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .position-md-absolute {
    position: absolute !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .position-md-fixed {
    position: fixed !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .position-md-sticky {
    position: sticky !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .w-md-0 {
    width: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .w-md-25 {
    width: 25% !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .w-md-50 {
    width: 50% !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .w-md-75 {
    width: 75% !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .w-md-100 {
    width: 100% !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-md-first {
    order: -1 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-md-0 {
    order: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-md-1 {
    order: 1 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-md-2 {
    order: 2 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-md-3 {
    order: 3 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-md-4 {
    order: 4 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-md-5 {
    order: 5 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-md-last {
    order: 6 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-md-1 {
    margin: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-md-2 {
    margin: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-md-3 {
    margin: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-md-4 {
    margin: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-md-5 {
    margin: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-md-1 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-md-2 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-md-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-md-4 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-md-5 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-md-1 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-md-2 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-md-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-md-4 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-md-5 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-md-0 {
    margin-top: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-md-1 {
    margin-top: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-md-2 {
    margin-top: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-md-3 {
    margin-top: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-md-4 {
    margin-top: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-md-5 {
    margin-top: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-md-auto {
    margin-top: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-md-0 {
    margin-right: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-md-1 {
    margin-right: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-md-2 {
    margin-right: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-md-3 {
    margin-right: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-md-4 {
    margin-right: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-md-5 {
    margin-right: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-md-auto {
    margin-right: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-md-1 {
    margin-bottom: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-md-2 {
    margin-bottom: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-md-3 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-md-4 {
    margin-bottom: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-md-5 {
    margin-bottom: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-md-0 {
    margin-left: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-md-1 {
    margin-left: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-md-2 {
    margin-left: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-md-3 {
    margin-left: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-md-4 {
    margin-left: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-md-5 {
    margin-left: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-md-auto {
    margin-left: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-md-n1 {
    margin: -0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-md-n2 {
    margin: -0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-md-n3 {
    margin: -1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-md-n4 {
    margin: -2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-md-n5 {
    margin: -4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-md-n1 {
    margin-right: -0.375rem !important;
    margin-left: -0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-md-n2 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-md-n3 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-md-n4 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-md-n5 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-md-n1 {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-md-n2 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-md-n3 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-md-n4 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-md-n5 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-md-n1 {
    margin-top: -0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-md-n2 {
    margin-top: -0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-md-n3 {
    margin-top: -1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-md-n4 {
    margin-top: -2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-md-n5 {
    margin-top: -4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-md-n1 {
    margin-right: -0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-md-n2 {
    margin-right: -0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-md-n3 {
    margin-right: -1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-md-n4 {
    margin-right: -2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-md-n5 {
    margin-right: -4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-md-n1 {
    margin-bottom: -0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-md-n2 {
    margin-bottom: -0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-md-n3 {
    margin-bottom: -1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-md-n4 {
    margin-bottom: -2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-md-n5 {
    margin-bottom: -4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-md-n1 {
    margin-left: -0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-md-n2 {
    margin-left: -0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-md-n3 {
    margin-left: -1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-md-n4 {
    margin-left: -2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-md-n5 {
    margin-left: -4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-md-1 {
    padding: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-md-2 {
    padding: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-md-3 {
    padding: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-md-4 {
    padding: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-md-5 {
    padding: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-md-1 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-md-2 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-md-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-md-4 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-md-5 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-md-1 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-md-2 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-md-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-md-4 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-md-5 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-md-0 {
    padding-top: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-md-1 {
    padding-top: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-md-2 {
    padding-top: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-md-3 {
    padding-top: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-md-4 {
    padding-top: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-md-5 {
    padding-top: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-md-0 {
    padding-right: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-md-1 {
    padding-right: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-md-2 {
    padding-right: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-md-3 {
    padding-right: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-md-4 {
    padding-right: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-md-5 {
    padding-right: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-md-1 {
    padding-bottom: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-md-2 {
    padding-bottom: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-md-3 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-md-4 {
    padding-bottom: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-md-5 {
    padding-bottom: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-md-0 {
    padding-left: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-md-1 {
    padding-left: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-md-2 {
    padding-left: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-md-3 {
    padding-left: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-md-4 {
    padding-left: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-md-5 {
    padding-left: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-md-0 {
    gap: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-md-1 {
    gap: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-md-2 {
    gap: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-md-3 {
    gap: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-md-4 {
    gap: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-md-5 {
    gap: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-md-1 {
    row-gap: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-md-2 {
    row-gap: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-md-3 {
    row-gap: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-md-4 {
    row-gap: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-md-5 {
    row-gap: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-md-1 {
    column-gap: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-md-2 {
    column-gap: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-md-3 {
    column-gap: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-md-4 {
    column-gap: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-md-5 {
    column-gap: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .text-md-start {
    text-align: left !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .text-md-end {
    text-align: right !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .float-lg-start {
    float: left !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .float-lg-end {
    float: right !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .float-lg-none {
    float: none !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-lg-contain {
    object-fit: contain !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-lg-none {
    object-fit: none !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-lg-grid {
    display: grid !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .position-lg-static {
    position: static !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .position-lg-relative {
    position: relative !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .position-lg-absolute {
    position: absolute !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .position-lg-fixed {
    position: fixed !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .position-lg-sticky {
    position: sticky !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .w-lg-0 {
    width: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .w-lg-25 {
    width: 25% !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .w-lg-50 {
    width: 50% !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .w-lg-75 {
    width: 75% !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .w-lg-100 {
    width: 100% !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-lg-first {
    order: -1 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-lg-0 {
    order: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-lg-1 {
    order: 1 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-lg-2 {
    order: 2 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-lg-3 {
    order: 3 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-lg-4 {
    order: 4 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-lg-5 {
    order: 5 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-lg-last {
    order: 6 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-lg-1 {
    margin: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-lg-2 {
    margin: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-lg-3 {
    margin: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-lg-4 {
    margin: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-lg-5 {
    margin: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-lg-1 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-lg-2 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-lg-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-lg-4 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-lg-5 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-lg-1 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-lg-2 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-lg-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-lg-4 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-lg-5 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-lg-1 {
    margin-top: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-lg-2 {
    margin-top: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-lg-3 {
    margin-top: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-lg-4 {
    margin-top: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-lg-5 {
    margin-top: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-lg-auto {
    margin-top: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-lg-0 {
    margin-right: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-lg-1 {
    margin-right: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-lg-2 {
    margin-right: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-lg-3 {
    margin-right: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-lg-4 {
    margin-right: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-lg-5 {
    margin-right: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-lg-auto {
    margin-right: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-lg-1 {
    margin-bottom: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-lg-2 {
    margin-bottom: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-lg-3 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-lg-4 {
    margin-bottom: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-lg-5 {
    margin-bottom: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-lg-1 {
    margin-left: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-lg-2 {
    margin-left: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-lg-3 {
    margin-left: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-lg-4 {
    margin-left: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-lg-5 {
    margin-left: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-lg-auto {
    margin-left: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-lg-n1 {
    margin: -0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-lg-n2 {
    margin: -0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-lg-n3 {
    margin: -1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-lg-n4 {
    margin: -2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-lg-n5 {
    margin: -4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-lg-n1 {
    margin-right: -0.375rem !important;
    margin-left: -0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-lg-n2 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-lg-n3 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-lg-n4 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-lg-n5 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-lg-n1 {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-lg-n2 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-lg-n3 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-lg-n4 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-lg-n5 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-lg-n1 {
    margin-top: -0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-lg-n2 {
    margin-top: -0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-lg-n3 {
    margin-top: -1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-lg-n4 {
    margin-top: -2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-lg-n5 {
    margin-top: -4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-lg-n1 {
    margin-right: -0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-lg-n2 {
    margin-right: -0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-lg-n3 {
    margin-right: -1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-lg-n4 {
    margin-right: -2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-lg-n5 {
    margin-right: -4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-lg-n1 {
    margin-bottom: -0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-lg-n2 {
    margin-bottom: -0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-lg-n3 {
    margin-bottom: -1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-lg-n4 {
    margin-bottom: -2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-lg-n5 {
    margin-bottom: -4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-lg-n1 {
    margin-left: -0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-lg-n2 {
    margin-left: -0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-lg-n3 {
    margin-left: -1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-lg-n4 {
    margin-left: -2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-lg-n5 {
    margin-left: -4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-lg-1 {
    padding: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-lg-2 {
    padding: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-lg-3 {
    padding: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-lg-4 {
    padding: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-lg-5 {
    padding: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-lg-1 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-lg-2 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-lg-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-lg-4 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-lg-5 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-lg-1 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-lg-2 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-lg-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-lg-4 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-lg-5 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-lg-1 {
    padding-top: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-lg-2 {
    padding-top: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-lg-3 {
    padding-top: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-lg-4 {
    padding-top: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-lg-5 {
    padding-top: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-lg-1 {
    padding-right: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-lg-2 {
    padding-right: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-lg-3 {
    padding-right: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-lg-4 {
    padding-right: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-lg-5 {
    padding-right: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-lg-1 {
    padding-bottom: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-lg-2 {
    padding-bottom: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-lg-3 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-lg-4 {
    padding-bottom: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-lg-5 {
    padding-bottom: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-lg-1 {
    padding-left: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-lg-2 {
    padding-left: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-lg-3 {
    padding-left: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-lg-4 {
    padding-left: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-lg-5 {
    padding-left: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-lg-0 {
    gap: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-lg-1 {
    gap: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-lg-2 {
    gap: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-lg-3 {
    gap: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-lg-4 {
    gap: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-lg-5 {
    gap: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-lg-1 {
    row-gap: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-lg-2 {
    row-gap: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-lg-3 {
    row-gap: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-lg-4 {
    row-gap: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-lg-5 {
    row-gap: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-lg-1 {
    column-gap: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-lg-2 {
    column-gap: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-lg-3 {
    column-gap: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-lg-4 {
    column-gap: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-lg-5 {
    column-gap: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .text-lg-start {
    text-align: left !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .text-lg-end {
    text-align: right !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .float-xl-start {
    float: left !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .float-xl-end {
    float: right !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .float-xl-none {
    float: none !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-xl-contain {
    object-fit: contain !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-xl-none {
    object-fit: none !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xl-grid {
    display: grid !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xl-flex, .docs-nav {
    display: flex !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .position-xl-static {
    position: static !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .position-xl-relative {
    position: relative !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .position-xl-absolute {
    position: absolute !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .position-xl-fixed {
    position: fixed !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .position-xl-sticky {
    position: sticky !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .w-xl-0 {
    width: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .w-xl-25 {
    width: 25% !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .w-xl-50 {
    width: 50% !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .w-xl-75 {
    width: 75% !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .w-xl-100 {
    width: 100% !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-xl-first {
    order: -1 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-xl-0 {
    order: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-xl-1 {
    order: 1 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-xl-2 {
    order: 2 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-xl-3 {
    order: 3 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-xl-4 {
    order: 4 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-xl-5 {
    order: 5 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-xl-last {
    order: 6 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-xl-1 {
    margin: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-xl-2 {
    margin: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-xl-3 {
    margin: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-xl-4 {
    margin: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-xl-5 {
    margin: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-xl-1 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-xl-2 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-xl-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-xl-4 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-xl-5 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-xl-1 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-xl-2 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-xl-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-xl-4 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-xl-5 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-xl-1 {
    margin-top: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-xl-2 {
    margin-top: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-xl-3 {
    margin-top: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-xl-4 {
    margin-top: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-xl-5 {
    margin-top: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-xl-auto {
    margin-top: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-xl-0 {
    margin-right: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-xl-1 {
    margin-right: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-xl-2 {
    margin-right: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-xl-3 {
    margin-right: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-xl-4 {
    margin-right: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-xl-5 {
    margin-right: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-xl-auto {
    margin-right: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-xl-1 {
    margin-bottom: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-xl-2 {
    margin-bottom: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-xl-3 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-xl-4 {
    margin-bottom: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-xl-5 {
    margin-bottom: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-xl-1 {
    margin-left: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-xl-2 {
    margin-left: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-xl-3 {
    margin-left: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-xl-4 {
    margin-left: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-xl-5 {
    margin-left: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-xl-auto {
    margin-left: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-xl-n1 {
    margin: -0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-xl-n2 {
    margin: -0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-xl-n3 {
    margin: -1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-xl-n4 {
    margin: -2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-xl-n5 {
    margin: -4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-xl-n1 {
    margin-right: -0.375rem !important;
    margin-left: -0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-xl-n2 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-xl-n3 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-xl-n4 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-xl-n5 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-xl-n1 {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-xl-n2 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-xl-n3 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-xl-n4 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-xl-n5 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-xl-n1 {
    margin-top: -0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-xl-n2 {
    margin-top: -0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-xl-n3 {
    margin-top: -1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-xl-n4 {
    margin-top: -2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-xl-n5 {
    margin-top: -4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-xl-n1 {
    margin-right: -0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-xl-n2 {
    margin-right: -0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-xl-n3 {
    margin-right: -1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-xl-n4 {
    margin-right: -2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-xl-n5 {
    margin-right: -4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-xl-n1 {
    margin-bottom: -0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-xl-n2 {
    margin-bottom: -0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-xl-n3 {
    margin-bottom: -1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-xl-n4 {
    margin-bottom: -2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-xl-n5 {
    margin-bottom: -4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-xl-n1 {
    margin-left: -0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-xl-n2 {
    margin-left: -0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-xl-n3 {
    margin-left: -1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-xl-n4 {
    margin-left: -2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-xl-n5 {
    margin-left: -4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-xl-1 {
    padding: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-xl-2 {
    padding: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-xl-3 {
    padding: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-xl-4 {
    padding: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-xl-5 {
    padding: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-xl-1 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-xl-2 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-xl-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-xl-4 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-xl-5 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-xl-1 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-xl-2 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-xl-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-xl-4 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-xl-5 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-xl-1 {
    padding-top: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-xl-2 {
    padding-top: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-xl-3 {
    padding-top: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-xl-4 {
    padding-top: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-xl-5 {
    padding-top: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-xl-1 {
    padding-right: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-xl-2 {
    padding-right: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-xl-3 {
    padding-right: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-xl-4 {
    padding-right: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-xl-5 {
    padding-right: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-xl-1 {
    padding-bottom: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-xl-2 {
    padding-bottom: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-xl-3 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-xl-4 {
    padding-bottom: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-xl-5 {
    padding-bottom: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-xl-1 {
    padding-left: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-xl-2 {
    padding-left: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-xl-3 {
    padding-left: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-xl-4 {
    padding-left: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-xl-5 {
    padding-left: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-xl-0 {
    gap: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-xl-1 {
    gap: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-xl-2 {
    gap: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-xl-3 {
    gap: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-xl-4 {
    gap: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-xl-5 {
    gap: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-xl-1 {
    row-gap: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-xl-2 {
    row-gap: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-xl-3 {
    row-gap: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-xl-4 {
    row-gap: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-xl-5 {
    row-gap: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-xl-1 {
    column-gap: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-xl-2 {
    column-gap: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-xl-3 {
    column-gap: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-xl-4 {
    column-gap: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-xl-5 {
    column-gap: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .text-xl-start {
    text-align: left !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .text-xl-end {
    text-align: right !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1500px) {
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .float-xxl-start {
    float: left !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .float-xxl-end {
    float: right !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .float-xxl-none {
    float: none !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .object-fit-xxl-none {
    object-fit: none !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xxl-inline {
    display: inline !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xxl-block {
    display: block !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xxl-grid {
    display: grid !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xxl-table {
    display: table !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xxl-table-row {
    display: table-row !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xxl-flex {
    display: flex !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-xxl-none {
    display: none !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .position-xxl-static {
    position: static !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .position-xxl-relative {
    position: relative !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .position-xxl-absolute {
    position: absolute !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .position-xxl-fixed {
    position: fixed !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .position-xxl-sticky {
    position: sticky !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .w-xxl-0 {
    width: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .w-xxl-25 {
    width: 25% !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .w-xxl-50 {
    width: 50% !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .w-xxl-75 {
    width: 75% !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .w-xxl-100 {
    width: 100% !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xxl-row {
    flex-direction: row !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xxl-column {
    flex-direction: column !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-xxl-center {
    align-items: center !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-xxl-center {
    align-content: center !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-xxl-center {
    align-self: center !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-xxl-first {
    order: -1 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-xxl-0 {
    order: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-xxl-1 {
    order: 1 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-xxl-2 {
    order: 2 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-xxl-3 {
    order: 3 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-xxl-4 {
    order: 4 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-xxl-5 {
    order: 5 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .order-xxl-last {
    order: 6 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-xxl-0 {
    margin: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-xxl-1 {
    margin: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-xxl-2 {
    margin: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-xxl-3 {
    margin: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-xxl-4 {
    margin: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-xxl-5 {
    margin: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-xxl-auto {
    margin: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-xxl-1 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-xxl-2 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-xxl-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-xxl-4 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-xxl-5 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-xxl-1 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-xxl-2 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-xxl-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-xxl-4 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-xxl-5 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-xxl-1 {
    margin-top: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-xxl-2 {
    margin-top: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-xxl-3 {
    margin-top: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-xxl-4 {
    margin-top: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-xxl-5 {
    margin-top: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-xxl-1 {
    margin-right: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-xxl-2 {
    margin-right: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-xxl-3 {
    margin-right: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-xxl-4 {
    margin-right: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-xxl-5 {
    margin-right: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-xxl-auto {
    margin-right: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-xxl-1 {
    margin-bottom: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-xxl-2 {
    margin-bottom: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-xxl-3 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-xxl-4 {
    margin-bottom: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-xxl-5 {
    margin-bottom: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-xxl-1 {
    margin-left: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-xxl-2 {
    margin-left: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-xxl-3 {
    margin-left: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-xxl-4 {
    margin-left: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-xxl-5 {
    margin-left: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-xxl-n1 {
    margin: -0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-xxl-n2 {
    margin: -0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-xxl-n3 {
    margin: -1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-xxl-n4 {
    margin: -2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .m-xxl-n5 {
    margin: -4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-xxl-n1 {
    margin-right: -0.375rem !important;
    margin-left: -0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-xxl-n2 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-xxl-n3 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-xxl-n4 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mx-xxl-n5 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-xxl-n1 {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-xxl-n2 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-xxl-n3 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-xxl-n4 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .my-xxl-n5 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-xxl-n1 {
    margin-top: -0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-xxl-n2 {
    margin-top: -0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-xxl-n3 {
    margin-top: -1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-xxl-n4 {
    margin-top: -2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mt-xxl-n5 {
    margin-top: -4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-xxl-n1 {
    margin-right: -0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-xxl-n2 {
    margin-right: -0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-xxl-n3 {
    margin-right: -1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-xxl-n4 {
    margin-right: -2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .me-xxl-n5 {
    margin-right: -4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-xxl-n1 {
    margin-bottom: -0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-xxl-n2 {
    margin-bottom: -0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-xxl-n3 {
    margin-bottom: -1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-xxl-n4 {
    margin-bottom: -2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .mb-xxl-n5 {
    margin-bottom: -4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-xxl-n1 {
    margin-left: -0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-xxl-n2 {
    margin-left: -0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-xxl-n3 {
    margin-left: -1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-xxl-n4 {
    margin-left: -2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ms-xxl-n5 {
    margin-left: -4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-xxl-0 {
    padding: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-xxl-1 {
    padding: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-xxl-2 {
    padding: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-xxl-3 {
    padding: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-xxl-4 {
    padding: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .p-xxl-5 {
    padding: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-xxl-1 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-xxl-2 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-xxl-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-xxl-4 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .px-xxl-5 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-xxl-1 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-xxl-2 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-xxl-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-xxl-4 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .py-xxl-5 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-xxl-1 {
    padding-top: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-xxl-2 {
    padding-top: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-xxl-3 {
    padding-top: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-xxl-4 {
    padding-top: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pt-xxl-5 {
    padding-top: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-xxl-1 {
    padding-right: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-xxl-2 {
    padding-right: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-xxl-3 {
    padding-right: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-xxl-4 {
    padding-right: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pe-xxl-5 {
    padding-right: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-xxl-1 {
    padding-bottom: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-xxl-2 {
    padding-bottom: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-xxl-3 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-xxl-4 {
    padding-bottom: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .pb-xxl-5 {
    padding-bottom: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-xxl-1 {
    padding-left: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-xxl-2 {
    padding-left: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-xxl-3 {
    padding-left: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-xxl-4 {
    padding-left: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .ps-xxl-5 {
    padding-left: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-xxl-0 {
    gap: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-xxl-1 {
    gap: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-xxl-2 {
    gap: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-xxl-3 {
    gap: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-xxl-4 {
    gap: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .gap-xxl-5 {
    gap: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-xxl-1 {
    row-gap: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-xxl-2 {
    row-gap: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-xxl-3 {
    row-gap: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-xxl-4 {
    row-gap: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .row-gap-xxl-5 {
    row-gap: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-xxl-1 {
    column-gap: 0.375rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-xxl-2 {
    column-gap: 0.75rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-xxl-3 {
    column-gap: 1.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-xxl-4 {
    column-gap: 2.25rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .column-gap-xxl-5 {
    column-gap: 4.5rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .text-xxl-start {
    text-align: left !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .text-xxl-end {
    text-align: right !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .text-xxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .fs-1 {
    font-size: 2.03125rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .fs-2 {
    font-size: 1.69rem !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .fs-3 {
    font-size: 1.3928565625rem !important;
  }
}

@media print {
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-print-grid {
    display: grid !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, node_modules/bootstrap/scss/mixins/_utilities.scss */
  .d-print-none {
    display: none !important;
  }
}

/* ==================
Topbar CSS
===================== */
/* line 9, app/assets/stylesheets/structure/_topbar.scss */
.app-topbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: var(--osen-box-shadow);
  background: var(--osen-topbar-bg);
  min-height: var(--osen-topbar-height);
  margin-left: var(--osen-sidenav-width);
  transition: all 0.25s ease-in-out;
  border-bottom: 0 solid var(--osen-border-color);
  padding: 0 calc(1.5rem * 0.5);
}

/* line 21, app/assets/stylesheets/structure/_topbar.scss */
.app-topbar .topbar-menu {
  display: flex;
  justify-content: space-between;
  position: relative;
}

/* line 26, app/assets/stylesheets/structure/_topbar.scss */
.app-topbar .topbar-menu .topbar-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--osen-topbar-height);
}

/* line 32, app/assets/stylesheets/structure/_topbar.scss */
.app-topbar .topbar-menu .topbar-item .topbar-link {
  z-index: 1;
  border: none;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--osen-topbar-item-color);
}

/* line 43, app/assets/stylesheets/structure/_topbar.scss */
.app-topbar .topbar-menu .topbar-item .topbar-link:hover, .app-topbar .topbar-menu .topbar-item .topbar-link:active, .app-topbar .topbar-menu .topbar-item .topbar-link:focus {
  color: var(--osen-topbar-item-hover-color);
}

/* line 52, app/assets/stylesheets/structure/_topbar.scss */
.app-topbar ul {
  list-style-type: none;
  margin-bottom: 0;
}

/* line 57, app/assets/stylesheets/structure/_topbar.scss */
.app-topbar .logo {
  display: none;
}

/* line 62, app/assets/stylesheets/structure/_topbar.scss */
.sidenav-toggle-button {
  display: flex;
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: none;
  color: var(--osen-topbar-item-color);
}

/* line 75, app/assets/stylesheets/structure/_topbar.scss */
html[data-bs-theme="dark"] #light-dark-mode .ti-moon::before {
  content: "\eb30";
}

/* line 82, app/assets/stylesheets/structure/_topbar.scss */
.nav-user {
  display: flex;
  align-items: center;
  gap: 10px;
  border-width: 0 1px;
  border-style: solid;
  border-color: var(--osen-topbar-user-border);
  background-color: var(--osen-topbar-user-bg);
  min-height: var(--osen-topbar-height);
  transition: none;
}

/* line 96, app/assets/stylesheets/structure/_topbar.scss */
.topbar-search {
  width: 230px;
  padding: calc(0.5rem * 1.25) 0.77rem;
  line-height: 1.5;
  background-color: var(--osen-topbar-search-bg);
  border-radius: 0.3rem;
}

/* line 105, app/assets/stylesheets/structure/_topbar.scss */
.notification-item {
  background-color: var(--osen-secondary-bg);
  position: relative;
  cursor: pointer;
}

/* line 110, app/assets/stylesheets/structure/_topbar.scss */
.notification-item .notification-item-close {
  position: absolute;
  right: 0;
  display: none;
  top: 0;
  bottom: 0;
  padding: 15px;
  background-color: var(--osen-tertiary-bg);
}

/* line 120, app/assets/stylesheets/structure/_topbar.scss */
.notification-item .notification-badge {
  height: 22px;
  width: 22px;
  text-align: center;
  color: #fff;
  top: -12px;
  right: -8px;
  border: 2px solid var(--osen-secondary-bg);
  line-height: 18px;
  font-size: 11px;
}

/* line 133, app/assets/stylesheets/structure/_topbar.scss */
.notification-item:hover .notification-item-close {
  display: block;
}

/* line 139, app/assets/stylesheets/structure/_topbar.scss */
.animate-ring {
  animation: tada 1.5s ease infinite;
}

@keyframes tada {
  0% {
    transform: scaleZ(1);
  }
  10%,
20% {
    transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
  }
  30%,
50%,
70%,
90% {
    transform: scaleZ(1) rotate3d(0, 0, 1, 10deg);
  }
  40%,
60%,
80% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  to {
    transform: scaleZ(1);
  }
}

@media (max-width: 575.98px) {
  /* line 174, app/assets/stylesheets/structure/_topbar.scss */
  .app-topbar .topbar-menu {
    position: initial;
  }
  /* line 178, app/assets/stylesheets/structure/_topbar.scss */
  .app-topbar .dropdown {
    position: static;
  }
  /* line 181, app/assets/stylesheets/structure/_topbar.scss */
  .app-topbar .dropdown .dropdown-menu {
    width: 100%;
    left: 10px !important;
    right: 10px !important;
  }
}

@media (max-width: 767.98px) {
  /* line 191, app/assets/stylesheets/structure/_topbar.scss */
  .app-topbar {
    padding: 0 0.75rem;
  }
  /* line 195, app/assets/stylesheets/structure/_topbar.scss */
  .logo-topbar {
    display: block;
  }
  /* line 198, app/assets/stylesheets/structure/_topbar.scss */
  .logo-topbar span.logo-lg {
    display: none;
  }
  /* line 202, app/assets/stylesheets/structure/_topbar.scss */
  .logo-topbar span.logo-sm {
    display: block;
  }
}

/* line 5, app/assets/stylesheets/structure/_sidenav.scss */
.sidenav-menu {
  z-index: 1000;
  position: fixed;
  bottom: 0;
  top: 0;
  width: var(--osen-sidenav-width);
  background: var(--osen-menu-bg);
  box-shadow: var(--osen-box-shadow);
  border-right: 0 solid var(--osen-border-color);
  transition: all 0.25s ease-in-out;
}

/* line 16, app/assets/stylesheets/structure/_sidenav.scss */
.sidenav-menu [data-simplebar] {
  height: calc(100% - var(--osen-topbar-height));
}

/* line 22, app/assets/stylesheets/structure/_sidenav.scss */
.side-nav {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* line 30, app/assets/stylesheets/structure/_sidenav.scss */
.side-nav .side-nav-item .side-nav-link {
  display: flex;
  align-items: center;
  gap: var(--osen-menu-link-item-gap);
  position: relative;
  white-space: nowrap;
  color: var(--osen-menu-item-color);
  transition: all 0.25s ease-in-out;
  line-height: var(--osen-menu-item-font-size);
  font-size: var(--osen-menu-item-font-size);
  padding: var(--osen-menu-item-padding-y) var(--osen-menu-item-padding-x);
  font-weight: 500;
}

/* line 43, app/assets/stylesheets/structure/_sidenav.scss */
.side-nav .side-nav-item .side-nav-link:hover, .side-nav .side-nav-item .side-nav-link:focus, .side-nav .side-nav-item .side-nav-link:active {
  color: var(--osen-menu-item-hover-color);
}

/* line 49, app/assets/stylesheets/structure/_sidenav.scss */
.side-nav .side-nav-item .side-nav-link .menu-icon {
  font-size: var(--osen-menu-item-icon-size);
  line-height: var(--osen-menu-item-icon-size);
}

/* line 53, app/assets/stylesheets/structure/_sidenav.scss */
.side-nav .side-nav-item .side-nav-link .menu-icon i {
  font-size: var(--osen-menu-item-icon-size);
  line-height: var(--osen-menu-item-icon-size);
}

/* line 58, app/assets/stylesheets/structure/_sidenav.scss */
.side-nav .side-nav-item .side-nav-link .menu-icon svg {
  height: var(--osen-menu-item-icon-size);
  width: var(--osen-menu-item-icon-size);
}

/* line 64, app/assets/stylesheets/structure/_sidenav.scss */
.side-nav .side-nav-item .side-nav-link .badge {
  margin-left: auto;
}

/* line 70, app/assets/stylesheets/structure/_sidenav.scss */
.side-nav > .side-nav-item {
  padding: 0 10px;
}

/* line 75, app/assets/stylesheets/structure/_sidenav.scss */
.side-nav .sub-menu {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-left: 0;
  margin-top: 5px;
}

/* line 84, app/assets/stylesheets/structure/_sidenav.scss */
.side-nav .sub-menu .side-nav-item .side-nav-link {
  font-size: calc(var(--osen-menu-item-font-size) * 0.95);
  padding: calc(var(--osen-menu-item-padding-y) * 0.95) calc(var(--osen-menu-item-padding-x) * 1.5) calc(var(--osen-menu-item-padding-y) * 0.95) calc(var(--osen-menu-item-icon-size) + var(--osen-menu-item-padding-x) + var(--osen-menu-link-item-gap));
}

/* line 90, app/assets/stylesheets/structure/_sidenav.scss */
.side-nav .sub-menu .sub-menu {
  padding-left: 12px;
}

/* line 95, app/assets/stylesheets/structure/_sidenav.scss */
.side-nav .side-nav-title {
  letter-spacing: 0.1em;
  pointer-events: none;
  cursor: default;
  white-space: nowrap;
  text-transform: uppercase;
  color: var(--osen-menu-item-color);
  font-weight: 700;
  font-size: calc(var(--osen-menu-item-font-size) * 0.7);
  padding: var(--osen-menu-item-padding-y) calc(var(--osen-menu-item-padding-x) * 1.75);
}

/* line 109, app/assets/stylesheets/structure/_sidenav.scss */
.side-nav > .side-nav-item.active .menu-arrow {
  transform: rotate(90deg);
}

/* line 113, app/assets/stylesheets/structure/_sidenav.scss */
.side-nav > .side-nav-item.active > a,
.side-nav > .side-nav-item.active .side-nav-link.active {
  color: var(--osen-menu-item-hover-color);
  font-weight: 500;
}

/* line 121, app/assets/stylesheets/structure/_sidenav.scss */
.menu-arrow {
  margin-left: auto;
  transition: transform .1s ease-in-out;
}

/* line 126, app/assets/stylesheets/structure/_sidenav.scss */
.menu-arrow:before {
  content: "\ea61";
  font-family: "tabler-icons";
}

/* line 133, app/assets/stylesheets/structure/_sidenav.scss */
[aria-expanded="true"] .menu-arrow {
  transform: rotate(90deg);
}

/* line 140, app/assets/stylesheets/structure/_sidenav.scss */
.sub-menu .side-nav-link::before {
  content: "";
  content: "\f671";
  font-family: "tabler-icons";
  font-size: var(--osen-menu-item-icon-size);
  opacity: 0.5;
  position: absolute;
  top: 50%;
  left: var(--osen-menu-item-padding-x);
  transform: translateY(-50%) scale(0.25);
  transition: all 0.25s ease-in-out;
}

/* line 157, app/assets/stylesheets/structure/_sidenav.scss */
.side-nav .side-nav-item .side-nav-link {
  border-radius: var(--osen-border-radius);
}

/* line 160, app/assets/stylesheets/structure/_sidenav.scss */
.side-nav .side-nav-item .side-nav-link:hover, .side-nav .side-nav-item .side-nav-link:focus, .side-nav .side-nav-item .side-nav-link:active {
  background-color: var(--osen-menu-item-hover-bg);
}

/* line 167, app/assets/stylesheets/structure/_sidenav.scss */
.side-nav .side-nav-item .sub-menu {
  margin-top: 4px;
}

/* line 173, app/assets/stylesheets/structure/_sidenav.scss */
.side-nav > .side-nav-item.active .side-nav-link.active {
  color: var(--osen-menu-item-active-color);
  background: var(--osen-menu-item-active-bg);
}

/* line 183, app/assets/stylesheets/structure/_sidenav.scss */
html[data-sidenav-size="condensed"]:not([data-layout="topnav"]) .app-topbar {
  z-index: 1005;
  margin-left: var(--osen-sidenav-width-sm);
}

/* line 188, app/assets/stylesheets/structure/_sidenav.scss */
html[data-sidenav-size="condensed"]:not([data-layout="topnav"]) .page-content {
  margin-left: var(--osen-sidenav-width-sm);
  min-height: 1800px;
}

/* line 193, app/assets/stylesheets/structure/_sidenav.scss */
html[data-sidenav-size="condensed"]:not([data-layout="topnav"]) .sidenav-menu {
  position: fixed;
  width: var(--osen-sidenav-width-sm);
}

/* line 197, app/assets/stylesheets/structure/_sidenav.scss */
html[data-sidenav-size="condensed"]:not([data-layout="topnav"]) .sidenav-menu .simplebar-mask,
html[data-sidenav-size="condensed"]:not([data-layout="topnav"]) .sidenav-menu .simplebar-content-wrapper {
  overflow: visible !important;
}

/* line 202, app/assets/stylesheets/structure/_sidenav.scss */
html[data-sidenav-size="condensed"]:not([data-layout="topnav"]) .sidenav-menu .simplebar-scrollbar,
html[data-sidenav-size="condensed"]:not([data-layout="topnav"]) .sidenav-menu .menu-alert {
  display: none !important;
}

/* line 207, app/assets/stylesheets/structure/_sidenav.scss */
html[data-sidenav-size="condensed"]:not([data-layout="topnav"]) .sidenav-menu .simplebar-offset {
  bottom: 0 !important;
}

/* line 211, app/assets/stylesheets/structure/_sidenav.scss */
html[data-sidenav-size="condensed"]:not([data-layout="topnav"]) .sidenav-menu .logo {
  z-index: 1;
  background: var(--osen-menu-bg);
}

/* line 215, app/assets/stylesheets/structure/_sidenav.scss */
html[data-sidenav-size="condensed"]:not([data-layout="topnav"]) .sidenav-menu .logo span.logo-lg {
  display: none;
}

/* line 219, app/assets/stylesheets/structure/_sidenav.scss */
html[data-sidenav-size="condensed"]:not([data-layout="topnav"]) .sidenav-menu .logo span.logo-sm {
  display: block;
}

/* line 226, app/assets/stylesheets/structure/_sidenav.scss */
html[data-sidenav-size="condensed"]:not([data-layout="topnav"]) .sidenav-menu .side-nav > .side-nav-item {
  padding: 0px;
}

/* line 230, app/assets/stylesheets/structure/_sidenav.scss */
html[data-sidenav-size="condensed"]:not([data-layout="topnav"]) .sidenav-menu .side-nav .side-nav-item {
  position: relative;
}

/* line 233, app/assets/stylesheets/structure/_sidenav.scss */
html[data-sidenav-size="condensed"]:not([data-layout="topnav"]) .sidenav-menu .side-nav .side-nav-item .side-nav-link {
  transition: none;
  border-radius: 0;
  padding: calc(var(--osen-menu-item-padding-y) * 1.5) var(--osen-menu-item-padding-x);
}

/* line 238, app/assets/stylesheets/structure/_sidenav.scss */
html[data-sidenav-size="condensed"]:not([data-layout="topnav"]) .sidenav-menu .side-nav .side-nav-item .side-nav-link .menu-text,
html[data-sidenav-size="condensed"]:not([data-layout="topnav"]) .sidenav-menu .side-nav .side-nav-item .side-nav-link .menu-arrow,
html[data-sidenav-size="condensed"]:not([data-layout="topnav"]) .sidenav-menu .side-nav .side-nav-item .side-nav-link .badge {
  display: none;
}

/* line 244, app/assets/stylesheets/structure/_sidenav.scss */
html[data-sidenav-size="condensed"]:not([data-layout="topnav"]) .sidenav-menu .side-nav .side-nav-item .side-nav-link .menu-icon {
  display: flex;
  justify-content: center;
  min-width: calc(var(--osen-sidenav-width-sm) - calc(var(--osen-menu-item-padding-x) * 2));
}

/* line 249, app/assets/stylesheets/structure/_sidenav.scss */
html[data-sidenav-size="condensed"]:not([data-layout="topnav"]) .sidenav-menu .side-nav .side-nav-item .side-nav-link .menu-icon i {
  font-size: calc(var(--osen-menu-item-icon-size) * 1.1);
}

/* line 254, app/assets/stylesheets/structure/_sidenav.scss */
html[data-sidenav-size="condensed"]:not([data-layout="topnav"]) .sidenav-menu .side-nav .side-nav-item .side-nav-link .menu-arrow {
  transform: rotate(90deg);
}

/* line 259, app/assets/stylesheets/structure/_sidenav.scss */
html[data-sidenav-size="condensed"]:not([data-layout="topnav"]) .sidenav-menu .side-nav .side-nav-item .collapse,
html[data-sidenav-size="condensed"]:not([data-layout="topnav"]) .sidenav-menu .side-nav .side-nav-item .collapsing {
  display: none;
  height: inherit !important;
  transition: none !important;
}

/* line 265, app/assets/stylesheets/structure/_sidenav.scss */
html[data-sidenav-size="condensed"]:not([data-layout="topnav"]) .sidenav-menu .side-nav .side-nav-item .collapse .sub-menu,
html[data-sidenav-size="condensed"]:not([data-layout="topnav"]) .sidenav-menu .side-nav .side-nav-item .collapsing .sub-menu {
  display: none;
  padding: 0;
  margin-top: 0;
  position: absolute;
  left: var(--osen-sidenav-width-sm);
  box-shadow: var(--osen-box-shadow);
  border: 0 solid var(--osen-border-color);
  border-top: 0;
  background-color: var(--osen-menu-bg);
  background-repeat: no-repeat, no-repeat;
  background-position: right top, left bottom;
  background-size: 50%, 50%;
}

/* line 282, app/assets/stylesheets/structure/_sidenav.scss */
html[data-sidenav-size="condensed"]:not([data-layout="topnav"]) .sidenav-menu .side-nav .side-nav-item:hover .side-nav-link {
  position: relative;
}

/* line 285, app/assets/stylesheets/structure/_sidenav.scss */
html[data-sidenav-size="condensed"]:not([data-layout="topnav"]) .sidenav-menu .side-nav .side-nav-item:hover .side-nav-link .menu-text,
html[data-sidenav-size="condensed"]:not([data-layout="topnav"]) .sidenav-menu .side-nav .side-nav-item:hover .side-nav-link .menu-arrow,
html[data-sidenav-size="condensed"]:not([data-layout="topnav"]) .sidenav-menu .side-nav .side-nav-item:hover .side-nav-link .badge {
  display: flex;
}

/* line 292, app/assets/stylesheets/structure/_sidenav.scss */
html[data-sidenav-size="condensed"]:not([data-layout="topnav"]) .sidenav-menu .side-nav .side-nav-item:hover .side-nav-link .side-nav-link::before {
  display: none;
}

/* line 297, app/assets/stylesheets/structure/_sidenav.scss */
html[data-sidenav-size="condensed"]:not([data-layout="topnav"]) .sidenav-menu .side-nav .side-nav-item:hover > .collapse,
html[data-sidenav-size="condensed"]:not([data-layout="topnav"]) .sidenav-menu .side-nav .side-nav-item:hover > .collapsing {
  display: block !important;
  transition: none !important;
}

/* line 302, app/assets/stylesheets/structure/_sidenav.scss */
html[data-sidenav-size="condensed"]:not([data-layout="topnav"]) .sidenav-menu .side-nav .side-nav-item:hover > .collapse > .sub-menu,
html[data-sidenav-size="condensed"]:not([data-layout="topnav"]) .sidenav-menu .side-nav .side-nav-item:hover > .collapsing > .sub-menu {
  display: block;
  left: var(--osen-sidenav-width-sm);
  width: calc(var(--osen-sidenav-width) - var(--osen-sidenav-width-sm));
}

/* line 312, app/assets/stylesheets/structure/_sidenav.scss */
html[data-sidenav-size="condensed"]:not([data-layout="topnav"]) .sidenav-menu .side-nav .side-nav-item:hover > .collapse > .sub-menu .side-nav-item:hover > .collapse > .sub-menu,
html[data-sidenav-size="condensed"]:not([data-layout="topnav"]) .sidenav-menu .side-nav .side-nav-item:hover > .collapse > .sub-menu .side-nav-item:hover > .collapsing > .sub-menu,
html[data-sidenav-size="condensed"]:not([data-layout="topnav"]) .sidenav-menu .side-nav .side-nav-item:hover > .collapsing > .sub-menu .side-nav-item:hover > .collapse > .sub-menu,
html[data-sidenav-size="condensed"]:not([data-layout="topnav"]) .sidenav-menu .side-nav .side-nav-item:hover > .collapsing > .sub-menu .side-nav-item:hover > .collapsing > .sub-menu {
  top: 0;
  left: calc(var(--osen-sidenav-width) - var(--osen-sidenav-width-sm));
  width: calc(var(--osen-sidenav-width) - var(--osen-sidenav-width-sm));
}

/* line 325, app/assets/stylesheets/structure/_sidenav.scss */
html[data-sidenav-size="condensed"]:not([data-layout="topnav"]) .sidenav-menu .side-nav > .side-nav-item:hover > .side-nav-link {
  color: #fff;
  background-color: #465dff;
  backdrop-filter: blur(10px);
  width: var(--osen-sidenav-width);
}

/* line 335, app/assets/stylesheets/structure/_sidenav.scss */
html[data-sidenav-size="condensed"]:not([data-layout="topnav"]) .sidenav-menu .side-nav > .side-nav-item:hover > .side-nav-link[data-bs-toggle="collapse"] {
  border-end-end-radius: 0;
}

/* line 343, app/assets/stylesheets/structure/_sidenav.scss */
html[data-sidenav-size="condensed"]:not([data-layout="topnav"]) .side-nav-link::before,
html[data-sidenav-size="condensed"]:not([data-layout="topnav"]) .help-box,
html[data-sidenav-size="condensed"]:not([data-layout="topnav"]) .side-nav-title {
  display: none;
}

/* line 353, app/assets/stylesheets/structure/_sidenav.scss */
html[data-sidenav-size="compact"]:not([data-layout="topnav"]) .sidenav-menu {
  width: var(--osen-sidenav-width-md);
}

/* line 358, app/assets/stylesheets/structure/_sidenav.scss */
html[data-sidenav-size="compact"]:not([data-layout="topnav"]) .sidenav-menu .side-nav .side-nav-title {
  text-align: center;
}

/* line 362, app/assets/stylesheets/structure/_sidenav.scss */
html[data-sidenav-size="compact"]:not([data-layout="topnav"]) .sidenav-menu .side-nav .side-nav-link {
  flex-direction: column;
  justify-content: center;
}

/* line 366, app/assets/stylesheets/structure/_sidenav.scss */
html[data-sidenav-size="compact"]:not([data-layout="topnav"]) .sidenav-menu .side-nav .side-nav-link .side-nav-link::before,
html[data-sidenav-size="compact"]:not([data-layout="topnav"]) .sidenav-menu .side-nav .side-nav-link .badge {
  display: none;
}

/* line 372, app/assets/stylesheets/structure/_sidenav.scss */
html[data-sidenav-size="compact"]:not([data-layout="topnav"]) .sidenav-menu .side-nav .sub-menu {
  padding: 0;
}

/* line 375, app/assets/stylesheets/structure/_sidenav.scss */
html[data-sidenav-size="compact"]:not([data-layout="topnav"]) .sidenav-menu .side-nav .sub-menu .side-nav-link {
  flex-direction: row;
  padding: var(--osen-menu-item-padding-y) var(--osen-menu-item-padding-x);
}

/* line 379, app/assets/stylesheets/structure/_sidenav.scss */
html[data-sidenav-size="compact"]:not([data-layout="topnav"]) .sidenav-menu .side-nav .sub-menu .side-nav-link .menu-arrow {
  margin: 0;
  display: inline-flex;
}

/* line 384, app/assets/stylesheets/structure/_sidenav.scss */
html[data-sidenav-size="compact"]:not([data-layout="topnav"]) .sidenav-menu .side-nav .sub-menu .side-nav-link::before {
  display: none;
}

/* line 392, app/assets/stylesheets/structure/_sidenav.scss */
html[data-sidenav-size="compact"]:not([data-layout="topnav"]) .page-content,
html[data-sidenav-size="compact"]:not([data-layout="topnav"]) .app-topbar {
  margin-left: var(--osen-sidenav-width-md);
}

/* line 397, app/assets/stylesheets/structure/_sidenav.scss */
html[data-sidenav-size="compact"]:not([data-layout="topnav"]) .menu-arrow,
html[data-sidenav-size="compact"]:not([data-layout="topnav"]) .help-box {
  display: none;
}

/* line 406, app/assets/stylesheets/structure/_sidenav.scss */
html[data-sidenav-size="sm-hover"]:not([data-layout="topnav"]) .page-content,
html[data-sidenav-size="sm-hover"]:not([data-layout="topnav"]) .app-topbar {
  margin-left: var(--osen-sidenav-width-sm);
}

/* line 411, app/assets/stylesheets/structure/_sidenav.scss */
html[data-sidenav-size="sm-hover"]:not([data-layout="topnav"]) .sidenav-toggle-button {
  display: none;
}

/* line 415, app/assets/stylesheets/structure/_sidenav.scss */
html[data-sidenav-size="sm-hover"]:not([data-layout="topnav"]) .sidenav-menu:not(:hover) {
  width: var(--osen-sidenav-width-sm);
}

/* line 418, app/assets/stylesheets/structure/_sidenav.scss */
html[data-sidenav-size="sm-hover"]:not([data-layout="topnav"]) .sidenav-menu:not(:hover) .simplebar-scrollbar:before {
  background: transparent;
}

/* line 423, app/assets/stylesheets/structure/_sidenav.scss */
html[data-sidenav-size="sm-hover"]:not([data-layout="topnav"]) .sidenav-menu:not(:hover) .logo .logo-sm {
  display: block;
}

/* line 427, app/assets/stylesheets/structure/_sidenav.scss */
html[data-sidenav-size="sm-hover"]:not([data-layout="topnav"]) .sidenav-menu:not(:hover) .logo .logo-lg {
  display: none;
}

/* line 433, app/assets/stylesheets/structure/_sidenav.scss */
html[data-sidenav-size="sm-hover"]:not([data-layout="topnav"]) .sidenav-menu:not(:hover) .side-nav-item .side-nav-link {
  justify-content: center;
}

/* line 436, app/assets/stylesheets/structure/_sidenav.scss */
html[data-sidenav-size="sm-hover"]:not([data-layout="topnav"]) .sidenav-menu:not(:hover) .side-nav-item .side-nav-link .menu-text,
html[data-sidenav-size="sm-hover"]:not([data-layout="topnav"]) .sidenav-menu:not(:hover) .side-nav-item .side-nav-link .menu-arrow,
html[data-sidenav-size="sm-hover"]:not([data-layout="topnav"]) .sidenav-menu:not(:hover) .side-nav-item .side-nav-link .badge {
  display: none;
}

/* line 444, app/assets/stylesheets/structure/_sidenav.scss */
html[data-sidenav-size="sm-hover"]:not([data-layout="topnav"]) .sidenav-menu:not(:hover) .side-nav-title {
  display: none;
}

/* line 448, app/assets/stylesheets/structure/_sidenav.scss */
html[data-sidenav-size="sm-hover"]:not([data-layout="topnav"]) .sidenav-menu:not(:hover) .button-sm-hover,
html[data-sidenav-size="sm-hover"]:not([data-layout="topnav"]) .sidenav-menu:not(:hover) .menu-text {
  visibility: hidden;
}

/* line 454, app/assets/stylesheets/structure/_sidenav.scss */
html[data-sidenav-size="sm-hover"]:not([data-layout="topnav"]) .sidenav-menu:not(:hover) .sub-menu {
  height: 0;
  opacity: 0;
}

/* line 461, app/assets/stylesheets/structure/_sidenav.scss */
html[data-sidenav-size="sm-hover"]:not([data-layout="topnav"]) .sidenav-menu .simplebar-horizontal .simplebar-scrollbar:before {
  background: transparent;
}

/* line 465, app/assets/stylesheets/structure/_sidenav.scss */
html[data-sidenav-size="sm-hover"]:not([data-layout="topnav"]) .sidenav-menu .logo {
  text-align: left;
}

/* line 469, app/assets/stylesheets/structure/_sidenav.scss */
html[data-sidenav-size="sm-hover"]:not([data-layout="topnav"]) .sidenav-menu:hover {
  z-index: 1045;
}

/* line 473, app/assets/stylesheets/structure/_sidenav.scss */
html[data-sidenav-size="sm-hover"]:not([data-layout="topnav"]) .sidenav-menu .button-sm-hover {
  display: block;
}

/* line 477, app/assets/stylesheets/structure/_sidenav.scss */
html[data-sidenav-size="sm-hover"]:not([data-layout="topnav"]) .sidenav-menu .help-box {
  display: none;
}

/* line 484, app/assets/stylesheets/structure/_sidenav.scss */
.button-sm-hover {
  cursor: pointer;
  display: none;
  right: 12px;
  top: 0;
  position: absolute;
  font-size: var(--osen-menu-item-icon-size);
  line-height: var(--osen-topbar-height);
  background: transparent;
  border: none;
  z-index: 1;
  color: var(--osen-menu-item-color);
}

/* line 497, app/assets/stylesheets/structure/_sidenav.scss */
.button-sm-hover:hover, .button-sm-hover:focus, .button-sm-hover:active {
  color: var(--osen-menu-item-hover-color);
}

/* line 505, app/assets/stylesheets/structure/_sidenav.scss */
.button-close-fullsidebar {
  display: none;
  z-index: 1;
  position: absolute;
  background: transparent;
  border: none;
  top: 0;
  right: calc(var(--osen-sidenav-width-sm) * 0.5 - var(--osen-logo-sm-height) * 0.7);
  cursor: pointer;
  color: var(--osen-menu-item-color);
  line-height: var(--osen-topbar-height);
  font-size: var(--osen-menu-item-icon-size);
}

/* line 518, app/assets/stylesheets/structure/_sidenav.scss */
.button-close-fullsidebar:hover, .button-close-fullsidebar:focus, .button-close-fullsidebar:active {
  color: var(--osen-menu-item-hover-color);
}

/* line 527, app/assets/stylesheets/structure/_sidenav.scss */
html[data-sidenav-size="sm-hover-active"]:not([data-layout="topnav"]) .sidenav-toggle-button {
  display: none;
}

/* line 533, app/assets/stylesheets/structure/_sidenav.scss */
html[data-sidenav-size="sm-hover-active"]:not([data-layout="topnav"]) .sidenav-menu .logo {
  text-align: left;
}

/* line 537, app/assets/stylesheets/structure/_sidenav.scss */
html[data-sidenav-size="sm-hover-active"]:not([data-layout="topnav"]) .sidenav-menu .button-sm-hover {
  display: block;
}

/* line 541, app/assets/stylesheets/structure/_sidenav.scss */
html[data-sidenav-size="sm-hover-active"]:not([data-layout="topnav"]) .sidenav-menu .button-sm-hover i.ti-circle::before {
  content: "\efb1";
}

/* line 552, app/assets/stylesheets/structure/_sidenav.scss */
html[data-sidenav-size="full"]:not([data-layout="topnav"]) .page-content,
html[data-sidenav-size="full"]:not([data-layout="topnav"]) .app-topbar {
  margin-left: 0;
}

/* line 557, app/assets/stylesheets/structure/_sidenav.scss */
html[data-sidenav-size="full"]:not([data-layout="topnav"]) .button-close-fullsidebar {
  display: block;
}

/* line 561, app/assets/stylesheets/structure/_sidenav.scss */
html[data-sidenav-size="full"]:not([data-layout="topnav"]) .sidenav-menu {
  margin-left: calc(var(--osen-sidenav-width) * -1);
  opacity: 0;
}

/* line 565, app/assets/stylesheets/structure/_sidenav.scss */
html[data-sidenav-size="full"]:not([data-layout="topnav"]) .sidenav-menu .logo {
  text-align: left;
}

/* line 571, app/assets/stylesheets/structure/_sidenav.scss */
html.sidebar-enable[data-sidenav-size="full"]:not([data-layout="topnav"]) .sidenav-menu {
  opacity: 1;
  z-index: 1055;
  margin-left: 0;
}

/* line 582, app/assets/stylesheets/structure/_sidenav.scss */
html[data-sidenav-size="fullscreen"]:not([data-layout="topnav"]) .sidenav-menu {
  margin-left: calc(var(--osen-sidenav-width) * -1);
  opacity: 0;
}

/* line 587, app/assets/stylesheets/structure/_sidenav.scss */
html[data-sidenav-size="fullscreen"]:not([data-layout="topnav"]) .page-content,
html[data-sidenav-size="fullscreen"]:not([data-layout="topnav"]) .app-topbar {
  margin-left: 0;
}

/* line 596, app/assets/stylesheets/structure/_sidenav.scss */
html[data-layout-mode="detached"]:not([data-layout="topnav"]) .wrapper {
  max-width: 95%;
  margin: 0 auto;
}

/* line 600, app/assets/stylesheets/structure/_sidenav.scss */
html[data-layout-mode="detached"]:not([data-layout="topnav"]) .wrapper .app-topbar {
  margin: 0 -2.65%;
  z-index: 1005;
}

/* line 604, app/assets/stylesheets/structure/_sidenav.scss */
html[data-layout-mode="detached"]:not([data-layout="topnav"]) .wrapper .app-topbar .logo {
  display: inline;
}

/* line 608, app/assets/stylesheets/structure/_sidenav.scss */
html[data-layout-mode="detached"]:not([data-layout="topnav"]) .wrapper .app-topbar .topbar-menu {
  max-width: 95%;
}

/* line 613, app/assets/stylesheets/structure/_sidenav.scss */
html[data-layout-mode="detached"]:not([data-layout="topnav"]) .wrapper .sidenav-menu {
  padding: 12px 0;
  bottom: 0.75rem;
  top: calc(var(--osen-topbar-height) + 1.5rem * 0.5);
  border-radius: 0.4rem;
  border: 0 solid var(--osen-border-color);
  padding-bottom: 0;
}

/* line 621, app/assets/stylesheets/structure/_sidenav.scss */
html[data-layout-mode="detached"]:not([data-layout="topnav"]) .wrapper .sidenav-menu .logo {
  visibility: hidden;
  height: 0;
}

/* line 629, app/assets/stylesheets/structure/_sidenav.scss */
html[data-layout-mode="detached"][data-sidenav-size="full"]:not([data-layout="topnav"]) .sidenav-menu {
  top: 0.75rem;
}

/* line 632, app/assets/stylesheets/structure/_sidenav.scss */
html[data-layout-mode="detached"][data-sidenav-size="full"]:not([data-layout="topnav"]) .sidenav-menu .logo {
  top: 0.75rem;
  visibility: visible;
  height: auto;
}

/* line 637, app/assets/stylesheets/structure/_sidenav.scss */
html[data-layout-mode="detached"][data-sidenav-size="full"]:not([data-layout="topnav"]) .sidenav-menu .logo span.logo-lg {
  display: block;
}

@media (max-width: 767.98px) {
  /* line 647, app/assets/stylesheets/structure/_sidenav.scss */
  html[data-layout-mode="detached"] .wrapper {
    max-width: 100% !important;
  }
  /* line 650, app/assets/stylesheets/structure/_sidenav.scss */
  html[data-layout-mode="detached"] .wrapper .app-topbar {
    margin: 0;
    padding: 0;
  }
}

/* line 6, app/assets/stylesheets/structure/_horizontal.scss */
html[data-layout="topnav"] .topnav {
  width: 100%;
  z-index: 1000;
  position: sticky;
  top: var(--osen-topbar-height);
  background: var(--osen-menu-bg);
  box-shadow: var(--osen-box-shadow);
  border-top: 1px solid var(--osen-topbar-user-border);
}

/* line 15, app/assets/stylesheets/structure/_horizontal.scss */
html[data-layout="topnav"] .topnav .navbar {
  margin: 0;
  padding: 0;
}

/* line 21, app/assets/stylesheets/structure/_horizontal.scss */
html[data-layout="topnav"] .topnav .navbar-nav .nav-link {
  display: flex;
  align-items: center;
  position: relative;
  font-size: var(--osen-menu-item-font-size);
  font-weight: 500;
  padding: calc(var(--osen-menu-item-padding-y) * 2) calc(var(--osen-menu-item-padding-x) * 2);
}

/* line 29, app/assets/stylesheets/structure/_horizontal.scss */
html[data-layout="topnav"] .topnav .navbar-nav .nav-link .menu-icon {
  margin-right: calc(var(--osen-menu-item-icon-size) * 0.75);
  line-height: var(--osen-menu-item-icon-size);
}

/* line 33, app/assets/stylesheets/structure/_horizontal.scss */
html[data-layout="topnav"] .topnav .navbar-nav .nav-link .menu-icon i {
  font-size: var(--osen-menu-item-icon-size);
}

/* line 37, app/assets/stylesheets/structure/_horizontal.scss */
html[data-layout="topnav"] .topnav .navbar-nav .nav-link .menu-icon svg {
  height: var(--osen-menu-item-icon-size);
  width: var(--osen-menu-item-icon-size);
}

/* line 44, app/assets/stylesheets/structure/_horizontal.scss */
html[data-layout="topnav"] .topnav .navbar-nav .nav-link .menu-arrow {
  margin-left: calc(var(--osen-menu-item-icon-size) * 0.75);
  margin-top: 2px;
}

/* line 51, app/assets/stylesheets/structure/_horizontal.scss */
html[data-layout="topnav"] .topnav .navbar-nav .dropdown .dropdown-menu {
  font-size: calc(0.8125rem - 0.01rem);
}

/* line 54, app/assets/stylesheets/structure/_horizontal.scss */
html[data-layout="topnav"] .topnav .navbar-nav .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: calc(var(--osen-menu-item-padding-y) * 1) calc(var(--osen-menu-item-padding-x) * 1);
}

/* line 67, app/assets/stylesheets/structure/_horizontal.scss */
html[data-layout="topnav"] .topnav .nav-item > a,
html[data-layout="topnav"] .topnav .nav-item .nav-link {
  color: var(--osen-menu-item-color);
}

/* line 71, app/assets/stylesheets/structure/_horizontal.scss */
html[data-layout="topnav"] .topnav .nav-item > a:hover,
html[data-layout="topnav"] .topnav .nav-item .nav-link:hover {
  color: var(--osen-menu-item-hover-color);
}

/* line 77, app/assets/stylesheets/structure/_horizontal.scss */
html[data-layout="topnav"] .topnav .nav-item.active > a {
  color: var(--osen-menu-item-hover-color);
}

/* line 85, app/assets/stylesheets/structure/_horizontal.scss */
html[data-layout="topnav"] .app-topbar {
  margin: 0;
  padding: 0;
  z-index: 1005;
  box-shadow: none;
}

/* line 91, app/assets/stylesheets/structure/_horizontal.scss */
html[data-layout="topnav"] .app-topbar .sidenav-toggle-button {
  display: none;
}

/* line 95, app/assets/stylesheets/structure/_horizontal.scss */
html[data-layout="topnav"] .app-topbar .logo {
  display: flex;
}

/* line 98, app/assets/stylesheets/structure/_horizontal.scss */
html[data-layout="topnav"] .app-topbar .logo .logo-light {
  display: block;
}

/* line 102, app/assets/stylesheets/structure/_horizontal.scss */
html[data-layout="topnav"] .app-topbar .logo .logo-dark {
  display: none;
}

/* line 108, app/assets/stylesheets/structure/_horizontal.scss */
html[data-layout="topnav"] .page-content {
  padding: 0;
  margin-left: 0;
  min-height: calc(100vh - var(--osen-topbar-height));
}

/* line 121, app/assets/stylesheets/structure/_horizontal.scss */
html[data-topbar-color="brand"] .app-topbar .logo .logo-light,
html[data-topbar-color="dark"] .app-topbar .logo .logo-light,
html[data-bs-theme="dark"] .app-topbar .logo .logo-light {
  display: block;
}

/* line 125, app/assets/stylesheets/structure/_horizontal.scss */
html[data-topbar-color="brand"] .app-topbar .logo .logo-dark,
html[data-topbar-color="dark"] .app-topbar .logo .logo-dark,
html[data-bs-theme="dark"] .app-topbar .logo .logo-dark {
  display: none;
}

/* line 133, app/assets/stylesheets/structure/_horizontal.scss */
.topnav-toggle-button {
  display: none;
  position: relative;
  cursor: pointer;
  float: left;
  padding: 0;
  background-color: transparent;
  border: none;
  color: var(--osen-topbar-item-color);
}

@media (max-width: 991.98px) {
  /* line 147, app/assets/stylesheets/structure/_horizontal.scss */
  html[data-layout="topnav"] .topnav {
    max-height: 360px;
    overflow-y: auto;
  }
  /* line 152, app/assets/stylesheets/structure/_horizontal.scss */
  html[data-layout="topnav"] .topnav .navbar-nav .nav-link {
    padding: calc(var(--osen-menu-item-padding-y) * 0.8) calc(var(--osen-menu-item-padding-x) * 2);
  }
  /* line 158, app/assets/stylesheets/structure/_horizontal.scss */
  html[data-layout="topnav"] .topnav .dropdown .dropdown-menu {
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding-left: calc(var(--osen-menu-item-padding-x) * 3);
    margin-top: calc(var(--osen-menu-item-padding-y) * -0.75);
  }
  /* line 165, app/assets/stylesheets/structure/_horizontal.scss */
  html[data-layout="topnav"] .topnav .dropdown .dropdown-menu .dropdown-menu {
    margin-top: calc(var(--osen-menu-item-padding-y) * -0.5);
    padding-left: calc(var(--osen-menu-item-padding-x) * 1.5);
  }
  /* line 171, app/assets/stylesheets/structure/_horizontal.scss */
  html[data-layout="topnav"] .topnav .dropdown .dropdown-item {
    position: relative;
    background-color: transparent;
  }
  /* line 178, app/assets/stylesheets/structure/_horizontal.scss */
  html[data-layout="topnav"] .topnav .dropdown .dropdown-item {
    color: var(--osen-menu-item-color);
  }
  /* line 181, app/assets/stylesheets/structure/_horizontal.scss */
  html[data-layout="topnav"] .topnav .dropdown .dropdown-item.hover {
    color: var(--osen-menu-item-hover-color);
  }
  /* line 185, app/assets/stylesheets/structure/_horizontal.scss */
  html[data-layout="topnav"] .topnav .dropdown .dropdown-item.active, html[data-layout="topnav"] .topnav .dropdown .dropdown-item:active {
    color: var(--osen-menu-item-active-color);
  }
  /* line 192, app/assets/stylesheets/structure/_horizontal.scss */
  html[data-layout="topnav"] .topnav .dropdown.active > a.dropdown-item {
    color: var(--osen-menu-item-active-color);
  }
  /* line 196, app/assets/stylesheets/structure/_horizontal.scss */
  html[data-layout="topnav"] .topnav .arrow-down {
    font-size: var(--osen-menu-item-font-size);
    transform: rotate(270deg);
    position: absolute;
    right: var(--osen-menu-item-padding-x);
  }
  /* line 204, app/assets/stylesheets/structure/_horizontal.scss */
  html[data-layout="topnav"] .topnav-toggle-button {
    display: flex;
  }
  /* line 208, app/assets/stylesheets/structure/_horizontal.scss */
  html[data-layout="topnav"] .topnav-toggle-button {
    display: block;
  }
}

@media (min-width: 992px) {
  /* line 219, app/assets/stylesheets/structure/_horizontal.scss */
  .topnav .navbar-nav .nav-item:first-of-type .nav-link {
    padding-left: 0;
  }
  /* line 227, app/assets/stylesheets/structure/_horizontal.scss */
  .topnav .dropdown .dropdown-menu {
    margin-top: 0;
    min-width: calc(var(--osen-dropdown-min-width) + calc(var(--osen-menu-item-font-size) * 1.5));
    font-size: calc(0.8125rem - 0.01rem);
  }
  /* line 232, app/assets/stylesheets/structure/_horizontal.scss */
  .topnav .dropdown .dropdown-menu .arrow-down {
    position: absolute;
    transform: rotate(270deg);
    font-size: var(--osen-menu-item-font-size);
    right: var(--osen-menu-item-padding-x);
  }
  /* line 240, app/assets/stylesheets/structure/_horizontal.scss */
  .topnav .dropdown .dropdown-menu .dropdown .dropdown-menu {
    position: absolute;
    top: 0;
    left: calc(100% + 8px);
    display: none;
  }
  /* line 246, app/assets/stylesheets/structure/_horizontal.scss */
  .topnav .dropdown .dropdown-menu .dropdown .dropdown-menu.show {
    display: block;
  }
  /* line 254, app/assets/stylesheets/structure/_horizontal.scss */
  .topnav .dropdown:hover > .dropdown-menu {
    display: block;
  }
  /* line 257, app/assets/stylesheets/structure/_horizontal.scss */
  .topnav .dropdown:hover > .dropdown-menu .dropdown-item:hover {
    position: relative;
  }
  /* line 260, app/assets/stylesheets/structure/_horizontal.scss */
  .topnav .dropdown:hover > .dropdown-menu .dropdown-item:hover::before {
    content: "";
    inset: 0;
    position: absolute;
    width: var(--osen-sidenav-width);
  }
  /* line 271, app/assets/stylesheets/structure/_horizontal.scss */
  .topnav .dropdown:hover > .dropdown-menu > .dropdown:hover > .dropdown-menu {
    display: block;
  }
  /* line 277, app/assets/stylesheets/structure/_horizontal.scss */
  .topnav .dropdown.active > a.dropdown-item {
    color: var(--osen-body-color);
    background-color: var(--osen-tertiary-bg);
  }
}

@media (min-width: 1500px) {
  /* line 286, app/assets/stylesheets/structure/_horizontal.scss */
  html[data-layout="topnav"] .page-container {
    max-width: 85%;
  }
}

/* line 6, app/assets/stylesheets/structure/_layout.scss */
.wrapper {
  height: 100%;
  width: 100%;
}

/* line 12, app/assets/stylesheets/structure/_layout.scss */
.page-content {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-left: var(--osen-sidenav-width);
  transition: all 0.25s ease-in-out;
  min-height: calc(100vh - var(--osen-topbar-height));
  padding: 0 calc(1.5rem * 0.5);
}

/* line 24, app/assets/stylesheets/structure/_layout.scss */
.logo-lg img {
  height: var(--osen-logo-lg-height);
}

/* line 30, app/assets/stylesheets/structure/_layout.scss */
.logo-sm img {
  height: var(--osen-logo-sm-height);
}

/* line 36, app/assets/stylesheets/structure/_layout.scss */
.logo {
  display: block;
  top: 0;
  position: sticky;
  line-height: var(--osen-topbar-height);
  padding: 0 22px;
  transition: all 0.25s ease-in-out;
}

/* line 44, app/assets/stylesheets/structure/_layout.scss */
.logo .logo-lg {
  display: block;
}

/* line 48, app/assets/stylesheets/structure/_layout.scss */
.logo .logo-sm {
  display: none;
}

/* line 52, app/assets/stylesheets/structure/_layout.scss */
.logo .logo-light {
  display: none;
}

/* line 56, app/assets/stylesheets/structure/_layout.scss */
.logo .logo-dark {
  display: block;
}

/* line 62, app/assets/stylesheets/structure/_layout.scss */
.help-box {
  border-radius: 5px;
  padding: 20px;
  margin: 65px 25px 25px;
  position: relative;
  background-color: rgba(var(--osen-light-rgb), 0.5);
}

/* line 72, app/assets/stylesheets/structure/_layout.scss */
html[data-bs-theme="dark"] .logo .logo-light {
  display: block;
}

/* line 76, app/assets/stylesheets/structure/_layout.scss */
html[data-bs-theme="dark"] .logo .logo-dark {
  display: none;
}

/* line 88, app/assets/stylesheets/structure/_layout.scss */
html[data-menu-color="brand"] .sidenav-menu .logo .logo-light,
html[data-menu-color="dark"] .sidenav-menu .logo .logo-light {
  display: block;
}

/* line 92, app/assets/stylesheets/structure/_layout.scss */
html[data-menu-color="brand"] .sidenav-menu .logo .logo-dark,
html[data-menu-color="dark"] .sidenav-menu .logo .logo-dark {
  display: none;
}

/* line 97, app/assets/stylesheets/structure/_layout.scss */
html[data-menu-color="brand"] .sidenav-menu .help-box,
html[data-menu-color="dark"] .sidenav-menu .help-box {
  color: #fff;
  background-color: rgba(var(--osen-light-rgb), 0.07);
}

/* line 110, app/assets/stylesheets/structure/_layout.scss */
html[data-topbar-color="brand"] .app-topbar .logo .logo-light,
html[data-topbar-color="dark"] .app-topbar .logo .logo-light {
  display: block;
}

/* line 114, app/assets/stylesheets/structure/_layout.scss */
html[data-topbar-color="brand"] .app-topbar .logo .logo-dark,
html[data-topbar-color="dark"] .app-topbar .logo .logo-dark {
  display: none;
}

/* line 5, app/assets/stylesheets/structure/_footer.scss */
.footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  padding: calc(1.5rem * .75);
  color: var(--osen-emphasis-color);
  transition: all 0.25s ease-in-out;
  border-top: 1px solid var(--osen-border-color);
  margin: auto calc(1.5rem * -0.5) 0;
}

/* line 16, app/assets/stylesheets/structure/_footer.scss */
.footer .footer-links a {
  color: var(--osen-emphasis-color);
  margin-left: 1.5rem;
  transition: all .4s;
}

/* line 21, app/assets/stylesheets/structure/_footer.scss */
.footer .footer-links a:hover {
  color: var(--osen-emphasis-color);
}

/* line 25, app/assets/stylesheets/structure/_footer.scss */
.footer .footer-links a:first-of-type {
  margin-left: 0;
}

/* line 33, app/assets/stylesheets/structure/_footer.scss */
.footer-alt {
  border: none;
  text-align: center;
  justify-content: center;
}

/* line 42, app/assets/stylesheets/structure/_footer.scss */
html[data-layout-mode="detached"]:not([data-layout="topnav"]) .footer .page-container {
  max-width: 100%;
  padding: 0;
}

/* line 3, app/assets/stylesheets/components/_background.scss */
.bg-soft-primary {
  background-color: rgba(var(--osen-primary-rgb), 0.15) !important;
}

/* line 3, app/assets/stylesheets/components/_background.scss */
.bg-soft-secondary {
  background-color: rgba(var(--osen-secondary-rgb), 0.15) !important;
}

/* line 3, app/assets/stylesheets/components/_background.scss */
.bg-soft-success {
  background-color: rgba(var(--osen-success-rgb), 0.15) !important;
}

/* line 3, app/assets/stylesheets/components/_background.scss */
.bg-soft-info {
  background-color: rgba(var(--osen-info-rgb), 0.15) !important;
}

/* line 3, app/assets/stylesheets/components/_background.scss */
.bg-soft-warning {
  background-color: rgba(var(--osen-warning-rgb), 0.15) !important;
}

/* line 3, app/assets/stylesheets/components/_background.scss */
.bg-soft-danger {
  background-color: rgba(var(--osen-danger-rgb), 0.15) !important;
}

/* line 3, app/assets/stylesheets/components/_background.scss */
.bg-soft-light {
  background-color: rgba(var(--osen-light-rgb), 0.15) !important;
}

/* line 3, app/assets/stylesheets/components/_background.scss */
.bg-soft-dark {
  background-color: rgba(var(--osen-dark-rgb), 0.15) !important;
}

/* line 12, app/assets/stylesheets/components/_background.scss */
.fill-primary {
  fill: rgba(var(--osen-primary), 0.1);
}

/* line 12, app/assets/stylesheets/components/_background.scss */
.fill-secondary {
  fill: rgba(var(--osen-secondary), 0.1);
}

/* line 12, app/assets/stylesheets/components/_background.scss */
.fill-success {
  fill: rgba(var(--osen-success), 0.1);
}

/* line 12, app/assets/stylesheets/components/_background.scss */
.fill-info {
  fill: rgba(var(--osen-info), 0.1);
}

/* line 12, app/assets/stylesheets/components/_background.scss */
.fill-warning {
  fill: rgba(var(--osen-warning), 0.1);
}

/* line 12, app/assets/stylesheets/components/_background.scss */
.fill-danger {
  fill: rgba(var(--osen-danger), 0.1);
}

/* line 12, app/assets/stylesheets/components/_background.scss */
.fill-light {
  fill: rgba(var(--osen-light), 0.1);
}

/* line 12, app/assets/stylesheets/components/_background.scss */
.fill-dark {
  fill: rgba(var(--osen-dark), 0.1);
}

/* line 20, app/assets/stylesheets/components/_background.scss */
.bg-primary-gradient {
  background-image: linear-gradient(120deg, #0927ff 0%, #324bff 60%, #465dff 100%);
}

/* line 20, app/assets/stylesheets/components/_background.scss */
.bg-secondary-gradient {
  background-image: linear-gradient(120deg, #4f00fd 0%, #6a27ff 60%, #783bff 100%);
}

/* line 20, app/assets/stylesheets/components/_background.scss */
.bg-success-gradient {
  background-image: linear-gradient(120deg, #4aaa3a 0%, #5cc24b 60%, #6ac75a 100%);
}

/* line 20, app/assets/stylesheets/components/_background.scss */
.bg-info-gradient {
  background-image: linear-gradient(120deg, #2fa1ec 0%, #54b2ef 60%, #67baf1 100%);
}

/* line 20, app/assets/stylesheets/components/_background.scss */
.bg-warning-gradient {
  background-image: linear-gradient(120deg, #f7af21 0%, #f8bd48 60%, #f9c45c 100%);
}

/* line 20, app/assets/stylesheets/components/_background.scss */
.bg-danger-gradient {
  background-image: linear-gradient(120deg, #ff3d06 0%, #ff5d2f 60%, #ff6d43 100%);
}

/* line 20, app/assets/stylesheets/components/_background.scss */
.bg-light-gradient {
  background-image: linear-gradient(120deg, #c4d2e3 0%, #e0e7f0 60%, #eef2f7 100%);
}

/* line 20, app/assets/stylesheets/components/_background.scss */
.bg-dark-gradient {
  background-image: linear-gradient(120deg, #181c22 0%, #29303a 60%, #313a46 100%);
}

/* line 5, app/assets/stylesheets/components/_accordions.scss */
.accordion-button {
  font-weight: 500;
}

/* line 10, app/assets/stylesheets/components/_accordions.scss */
.accordion-bordered .accordion-item {
  border-top: var(--osen-border-width) solid var(--osen-border-color);
  border-radius: var(--osen-border-radius);
}

/* line 14, app/assets/stylesheets/components/_accordions.scss */
.accordion-bordered .accordion-item:not(:first-of-type) {
  margin-top: 0.5rem;
}

/* line 18, app/assets/stylesheets/components/_accordions.scss */
.accordion-bordered .accordion-item .accordion-button {
  border-radius: var(--osen-border-radius);
}

/* line 21, app/assets/stylesheets/components/_accordions.scss */
.accordion-bordered .accordion-item .accordion-button:not(.collapsed) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 31, app/assets/stylesheets/components/_accordions.scss */
.accordion-arrow-none .accordion-button::after {
  background-image: none;
}

/* line 38, app/assets/stylesheets/components/_accordions.scss */
.accordion-custom-icon .accordion-icon {
  position: absolute;
  right: 1.25rem;
}

/* line 42, app/assets/stylesheets/components/_accordions.scss */
.accordion-custom-icon .accordion-icon-off {
  display: none;
}

/* line 47, app/assets/stylesheets/components/_accordions.scss */
.accordion-custom-icon [aria-expanded="true"] .accordion-icon-off {
  display: block;
}

/* line 50, app/assets/stylesheets/components/_accordions.scss */
.accordion-custom-icon [aria-expanded="true"] .accordion-icon-on {
  display: none;
}

/* line 10, app/assets/stylesheets/components/_avatar.scss */
.avatar-xxs {
  height: 1rem;
  width: 1rem;
}

/* line 15, app/assets/stylesheets/components/_avatar.scss */
.avatar-xs {
  height: 1.5rem;
  width: 1.5rem;
}

/* line 20, app/assets/stylesheets/components/_avatar.scss */
.avatar-sm {
  height: 2rem;
  width: 2rem;
}

/* line 25, app/assets/stylesheets/components/_avatar.scss */
.avatar-md {
  height: 2.25rem;
  width: 2.25rem;
}

/* line 30, app/assets/stylesheets/components/_avatar.scss */
.avatar-lg {
  height: 3rem;
  width: 3rem;
}

/* line 35, app/assets/stylesheets/components/_avatar.scss */
.avatar-xl {
  height: 5rem;
  width: 5rem;
}

/* line 40, app/assets/stylesheets/components/_avatar.scss */
.avatar-title {
  align-items: center;
  color: #fff;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

/* line 52, app/assets/stylesheets/components/_avatar.scss */
.avatar-group {
  padding-left: 0.75rem;
  line-height: 1;
}

/* line 59, app/assets/stylesheets/components/_avatar.scss */
.avatar-group .avatar {
  margin-left: -0.75rem;
  transition: all 0.2s;
  line-height: 1;
}

/* line 64, app/assets/stylesheets/components/_avatar.scss */
.avatar-group .avatar:hover {
  position: relative;
  transform: translateY(-3px);
  z-index: 1;
}

/* line 72, app/assets/stylesheets/components/_avatar.scss */
.avatar-group.avatar-group-sm .avatar {
  margin-left: -0.5rem;
}

/* line 81, app/assets/stylesheets/components/_avatar.scss */
.user-img {
  height: 1em;
  width: 1em;
}

/* line 7, app/assets/stylesheets/components/_breadcrumb.scss */
.breadcrumb-item a {
  color: var(--osen-body-color);
}

/* line 10, app/assets/stylesheets/components/_breadcrumb.scss */
.breadcrumb-item a:hover {
  color: var(--osen-primary);
}

/* line 15, app/assets/stylesheets/components/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item::before {
  font-family: "tabler-icons";
}

/* line 5, app/assets/stylesheets/components/_buttons.scss */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* line 10, app/assets/stylesheets/components/_buttons.scss */
.btn-icon {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: calc(1rem + 1.5em + 2px);
  width: calc(1rem + 1.5em + 2px);
  padding: 0;
}

/* line 19, app/assets/stylesheets/components/_buttons.scss */
.btn-icon :is(i, svg, img) {
  vertical-align: middle;
}

/* line 23, app/assets/stylesheets/components/_buttons.scss */
.btn-icon.btn-sm, .btn-group-sm > .btn-icon.btn {
  height: calc(0.6rem + 1.5em + 2px);
  width: calc(0.6rem + 1.5em + 2px);
}

/* line 28, app/assets/stylesheets/components/_buttons.scss */
.btn-icon.btn-lg, .btn-group-lg > .btn-icon.btn {
  height: calc(1.3rem + 1.5em + 2px);
  width: calc(1.3rem + 1.5em + 2px);
}

/* line 37, app/assets/stylesheets/components/_buttons.scss */
.btn-soft-primary {
  --osen-btn-color: var(--osen-primary);
  --osen-btn-bg: var(--osen-primary-bg-subtle);
  --osen-btn-border-color: transparent;
  --osen-btn-hover-color: #fff;
  --osen-btn-hover-bg: var(--osen-primary);
  --osen-btn-hover-border-color: var(--osen-primary);
  --osen-btn-active-color: #fff;
  --osen-btn-active-bg: var(--osen-primary);
  --osen-btn-active-border-color: var(--osen-primary);
  --osen-btn-disabled-color: var(--osen-primary);
  --osen-btn-disabled-bg: var(--osen-primary);
  --osen-btn-disabled-border-color: var(--osen-primary);
  --osen-btn-focus-shadow-rgb: 0 0 0 $btn-focus-width rgba(var(--osen-primary)-rgb, 0.5);
}

/* line 53, app/assets/stylesheets/components/_buttons.scss */
.btn-ghost-primary {
  --osen-btn-color: var(--osen-primary);
  --osen-btn-bg: transparent;
  --osen-btn-border-color: transparent;
  --osen-btn-hover-color: var(--osen-primary);
  --osen-btn-hover-bg: var(--osen-primary-bg-subtle);
  --osen-btn-hover-border-color: var(--osen-primary-bg-subtle);
  --osen-btn-active-color: var(--osen-primary);
  --osen-btn-active-bg: var(--osen-primary-bg-subtle);
  --osen-btn-active-border-color: var(--osen-primary-bg-subtle);
  --osen-btn-disabled-color: var(--osen-primary-bg-subtle);
  --osen-btn-disabled-bg: var(--osen-primary-bg-subtle);
  --osen-btn-disabled-border-color: var(--osen-primary-bg-subtle);
  --osen-btn-focus-shadow-rgb: 0 0 0 $btn-focus-width rgba(var(--osen-primary)-rgb, 0.5);
}

/* line 37, app/assets/stylesheets/components/_buttons.scss */
.btn-soft-secondary {
  --osen-btn-color: var(--osen-secondary);
  --osen-btn-bg: var(--osen-secondary-bg-subtle);
  --osen-btn-border-color: transparent;
  --osen-btn-hover-color: #fff;
  --osen-btn-hover-bg: var(--osen-secondary);
  --osen-btn-hover-border-color: var(--osen-secondary);
  --osen-btn-active-color: #fff;
  --osen-btn-active-bg: var(--osen-secondary);
  --osen-btn-active-border-color: var(--osen-secondary);
  --osen-btn-disabled-color: var(--osen-secondary);
  --osen-btn-disabled-bg: var(--osen-secondary);
  --osen-btn-disabled-border-color: var(--osen-secondary);
  --osen-btn-focus-shadow-rgb: 0 0 0 $btn-focus-width rgba(var(--osen-secondary)-rgb, 0.5);
}

/* line 53, app/assets/stylesheets/components/_buttons.scss */
.btn-ghost-secondary {
  --osen-btn-color: var(--osen-secondary);
  --osen-btn-bg: transparent;
  --osen-btn-border-color: transparent;
  --osen-btn-hover-color: var(--osen-secondary);
  --osen-btn-hover-bg: var(--osen-secondary-bg-subtle);
  --osen-btn-hover-border-color: var(--osen-secondary-bg-subtle);
  --osen-btn-active-color: var(--osen-secondary);
  --osen-btn-active-bg: var(--osen-secondary-bg-subtle);
  --osen-btn-active-border-color: var(--osen-secondary-bg-subtle);
  --osen-btn-disabled-color: var(--osen-secondary-bg-subtle);
  --osen-btn-disabled-bg: var(--osen-secondary-bg-subtle);
  --osen-btn-disabled-border-color: var(--osen-secondary-bg-subtle);
  --osen-btn-focus-shadow-rgb: 0 0 0 $btn-focus-width rgba(var(--osen-secondary)-rgb, 0.5);
}

/* line 37, app/assets/stylesheets/components/_buttons.scss */
.btn-soft-success {
  --osen-btn-color: var(--osen-success);
  --osen-btn-bg: var(--osen-success-bg-subtle);
  --osen-btn-border-color: transparent;
  --osen-btn-hover-color: #fff;
  --osen-btn-hover-bg: var(--osen-success);
  --osen-btn-hover-border-color: var(--osen-success);
  --osen-btn-active-color: #fff;
  --osen-btn-active-bg: var(--osen-success);
  --osen-btn-active-border-color: var(--osen-success);
  --osen-btn-disabled-color: var(--osen-success);
  --osen-btn-disabled-bg: var(--osen-success);
  --osen-btn-disabled-border-color: var(--osen-success);
  --osen-btn-focus-shadow-rgb: 0 0 0 $btn-focus-width rgba(var(--osen-success)-rgb, 0.5);
}

/* line 53, app/assets/stylesheets/components/_buttons.scss */
.btn-ghost-success {
  --osen-btn-color: var(--osen-success);
  --osen-btn-bg: transparent;
  --osen-btn-border-color: transparent;
  --osen-btn-hover-color: var(--osen-success);
  --osen-btn-hover-bg: var(--osen-success-bg-subtle);
  --osen-btn-hover-border-color: var(--osen-success-bg-subtle);
  --osen-btn-active-color: var(--osen-success);
  --osen-btn-active-bg: var(--osen-success-bg-subtle);
  --osen-btn-active-border-color: var(--osen-success-bg-subtle);
  --osen-btn-disabled-color: var(--osen-success-bg-subtle);
  --osen-btn-disabled-bg: var(--osen-success-bg-subtle);
  --osen-btn-disabled-border-color: var(--osen-success-bg-subtle);
  --osen-btn-focus-shadow-rgb: 0 0 0 $btn-focus-width rgba(var(--osen-success)-rgb, 0.5);
}

/* line 37, app/assets/stylesheets/components/_buttons.scss */
.btn-soft-info {
  --osen-btn-color: var(--osen-info);
  --osen-btn-bg: var(--osen-info-bg-subtle);
  --osen-btn-border-color: transparent;
  --osen-btn-hover-color: #fff;
  --osen-btn-hover-bg: var(--osen-info);
  --osen-btn-hover-border-color: var(--osen-info);
  --osen-btn-active-color: #fff;
  --osen-btn-active-bg: var(--osen-info);
  --osen-btn-active-border-color: var(--osen-info);
  --osen-btn-disabled-color: var(--osen-info);
  --osen-btn-disabled-bg: var(--osen-info);
  --osen-btn-disabled-border-color: var(--osen-info);
  --osen-btn-focus-shadow-rgb: 0 0 0 $btn-focus-width rgba(var(--osen-info)-rgb, 0.5);
}

/* line 53, app/assets/stylesheets/components/_buttons.scss */
.btn-ghost-info {
  --osen-btn-color: var(--osen-info);
  --osen-btn-bg: transparent;
  --osen-btn-border-color: transparent;
  --osen-btn-hover-color: var(--osen-info);
  --osen-btn-hover-bg: var(--osen-info-bg-subtle);
  --osen-btn-hover-border-color: var(--osen-info-bg-subtle);
  --osen-btn-active-color: var(--osen-info);
  --osen-btn-active-bg: var(--osen-info-bg-subtle);
  --osen-btn-active-border-color: var(--osen-info-bg-subtle);
  --osen-btn-disabled-color: var(--osen-info-bg-subtle);
  --osen-btn-disabled-bg: var(--osen-info-bg-subtle);
  --osen-btn-disabled-border-color: var(--osen-info-bg-subtle);
  --osen-btn-focus-shadow-rgb: 0 0 0 $btn-focus-width rgba(var(--osen-info)-rgb, 0.5);
}

/* line 37, app/assets/stylesheets/components/_buttons.scss */
.btn-soft-warning {
  --osen-btn-color: var(--osen-warning);
  --osen-btn-bg: var(--osen-warning-bg-subtle);
  --osen-btn-border-color: transparent;
  --osen-btn-hover-color: #fff;
  --osen-btn-hover-bg: var(--osen-warning);
  --osen-btn-hover-border-color: var(--osen-warning);
  --osen-btn-active-color: #fff;
  --osen-btn-active-bg: var(--osen-warning);
  --osen-btn-active-border-color: var(--osen-warning);
  --osen-btn-disabled-color: var(--osen-warning);
  --osen-btn-disabled-bg: var(--osen-warning);
  --osen-btn-disabled-border-color: var(--osen-warning);
  --osen-btn-focus-shadow-rgb: 0 0 0 $btn-focus-width rgba(var(--osen-warning)-rgb, 0.5);
}

/* line 53, app/assets/stylesheets/components/_buttons.scss */
.btn-ghost-warning {
  --osen-btn-color: var(--osen-warning);
  --osen-btn-bg: transparent;
  --osen-btn-border-color: transparent;
  --osen-btn-hover-color: var(--osen-warning);
  --osen-btn-hover-bg: var(--osen-warning-bg-subtle);
  --osen-btn-hover-border-color: var(--osen-warning-bg-subtle);
  --osen-btn-active-color: var(--osen-warning);
  --osen-btn-active-bg: var(--osen-warning-bg-subtle);
  --osen-btn-active-border-color: var(--osen-warning-bg-subtle);
  --osen-btn-disabled-color: var(--osen-warning-bg-subtle);
  --osen-btn-disabled-bg: var(--osen-warning-bg-subtle);
  --osen-btn-disabled-border-color: var(--osen-warning-bg-subtle);
  --osen-btn-focus-shadow-rgb: 0 0 0 $btn-focus-width rgba(var(--osen-warning)-rgb, 0.5);
}

/* line 37, app/assets/stylesheets/components/_buttons.scss */
.btn-soft-danger {
  --osen-btn-color: var(--osen-danger);
  --osen-btn-bg: var(--osen-danger-bg-subtle);
  --osen-btn-border-color: transparent;
  --osen-btn-hover-color: #fff;
  --osen-btn-hover-bg: var(--osen-danger);
  --osen-btn-hover-border-color: var(--osen-danger);
  --osen-btn-active-color: #fff;
  --osen-btn-active-bg: var(--osen-danger);
  --osen-btn-active-border-color: var(--osen-danger);
  --osen-btn-disabled-color: var(--osen-danger);
  --osen-btn-disabled-bg: var(--osen-danger);
  --osen-btn-disabled-border-color: var(--osen-danger);
  --osen-btn-focus-shadow-rgb: 0 0 0 $btn-focus-width rgba(var(--osen-danger)-rgb, 0.5);
}

/* line 53, app/assets/stylesheets/components/_buttons.scss */
.btn-ghost-danger {
  --osen-btn-color: var(--osen-danger);
  --osen-btn-bg: transparent;
  --osen-btn-border-color: transparent;
  --osen-btn-hover-color: var(--osen-danger);
  --osen-btn-hover-bg: var(--osen-danger-bg-subtle);
  --osen-btn-hover-border-color: var(--osen-danger-bg-subtle);
  --osen-btn-active-color: var(--osen-danger);
  --osen-btn-active-bg: var(--osen-danger-bg-subtle);
  --osen-btn-active-border-color: var(--osen-danger-bg-subtle);
  --osen-btn-disabled-color: var(--osen-danger-bg-subtle);
  --osen-btn-disabled-bg: var(--osen-danger-bg-subtle);
  --osen-btn-disabled-border-color: var(--osen-danger-bg-subtle);
  --osen-btn-focus-shadow-rgb: 0 0 0 $btn-focus-width rgba(var(--osen-danger)-rgb, 0.5);
}

/* line 37, app/assets/stylesheets/components/_buttons.scss */
.btn-soft-light {
  --osen-btn-color: var(--osen-light);
  --osen-btn-bg: var(--osen-light-bg-subtle);
  --osen-btn-border-color: transparent;
  --osen-btn-hover-color: #fff;
  --osen-btn-hover-bg: var(--osen-light);
  --osen-btn-hover-border-color: var(--osen-light);
  --osen-btn-active-color: #fff;
  --osen-btn-active-bg: var(--osen-light);
  --osen-btn-active-border-color: var(--osen-light);
  --osen-btn-disabled-color: var(--osen-light);
  --osen-btn-disabled-bg: var(--osen-light);
  --osen-btn-disabled-border-color: var(--osen-light);
  --osen-btn-focus-shadow-rgb: 0 0 0 $btn-focus-width rgba(var(--osen-light)-rgb, 0.5);
}

/* line 53, app/assets/stylesheets/components/_buttons.scss */
.btn-ghost-light {
  --osen-btn-color: var(--osen-light);
  --osen-btn-bg: transparent;
  --osen-btn-border-color: transparent;
  --osen-btn-hover-color: var(--osen-light);
  --osen-btn-hover-bg: var(--osen-light-bg-subtle);
  --osen-btn-hover-border-color: var(--osen-light-bg-subtle);
  --osen-btn-active-color: var(--osen-light);
  --osen-btn-active-bg: var(--osen-light-bg-subtle);
  --osen-btn-active-border-color: var(--osen-light-bg-subtle);
  --osen-btn-disabled-color: var(--osen-light-bg-subtle);
  --osen-btn-disabled-bg: var(--osen-light-bg-subtle);
  --osen-btn-disabled-border-color: var(--osen-light-bg-subtle);
  --osen-btn-focus-shadow-rgb: 0 0 0 $btn-focus-width rgba(var(--osen-light)-rgb, 0.5);
}

/* line 37, app/assets/stylesheets/components/_buttons.scss */
.btn-soft-dark {
  --osen-btn-color: var(--osen-dark);
  --osen-btn-bg: var(--osen-dark-bg-subtle);
  --osen-btn-border-color: transparent;
  --osen-btn-hover-color: #fff;
  --osen-btn-hover-bg: var(--osen-dark);
  --osen-btn-hover-border-color: var(--osen-dark);
  --osen-btn-active-color: #fff;
  --osen-btn-active-bg: var(--osen-dark);
  --osen-btn-active-border-color: var(--osen-dark);
  --osen-btn-disabled-color: var(--osen-dark);
  --osen-btn-disabled-bg: var(--osen-dark);
  --osen-btn-disabled-border-color: var(--osen-dark);
  --osen-btn-focus-shadow-rgb: 0 0 0 $btn-focus-width rgba(var(--osen-dark)-rgb, 0.5);
}

/* line 53, app/assets/stylesheets/components/_buttons.scss */
.btn-ghost-dark {
  --osen-btn-color: var(--osen-dark);
  --osen-btn-bg: transparent;
  --osen-btn-border-color: transparent;
  --osen-btn-hover-color: var(--osen-dark);
  --osen-btn-hover-bg: var(--osen-dark-bg-subtle);
  --osen-btn-hover-border-color: var(--osen-dark-bg-subtle);
  --osen-btn-active-color: var(--osen-dark);
  --osen-btn-active-bg: var(--osen-dark-bg-subtle);
  --osen-btn-active-border-color: var(--osen-dark-bg-subtle);
  --osen-btn-disabled-color: var(--osen-dark-bg-subtle);
  --osen-btn-disabled-bg: var(--osen-dark-bg-subtle);
  --osen-btn-disabled-border-color: var(--osen-dark-bg-subtle);
  --osen-btn-focus-shadow-rgb: 0 0 0 $btn-focus-width rgba(var(--osen-dark)-rgb, 0.5);
}

/* line 70, app/assets/stylesheets/components/_buttons.scss */
.btn-ghost-light {
  --osen-btn-color: var(--osen-secondary-color);
  --osen-btn-hover-color: var(--osen-dark);
  --osen-btn-hover-bg: var(--osen-light);
}

/* line 76, app/assets/stylesheets/components/_buttons.scss */
.btn-outline-white {
  --osen-btn-color: var(--osen-dark);
  --osen-btn-border-color: var(--osen-light);
  --osen-btn-hover-color: var(--osen-dark);
  --osen-btn-hover-bg: var(--osen-light);
  --osen-btn-hover-border-color: var(--osen-light);
  --osen-btn-active-color: var(--osen-dark);
  --osen-btn-active-bg: var(--osen-light);
  --osen-btn-active-border-color: var(--osen-light);
  --osen-btn-disabled-color: var(--osen-dark);
  --osen-btn-disabled-bg: var(--osen-light);
  --osen-btn-disabled-border-color: var(--osen-light);
}

/* line 148, app/assets/stylesheets/components/_buttons.scss */
[data-bs-theme="dark"] .btn-secondary {
  box-shadow: var(--osen-btn-box-shadow) rgba(var(--osen-light-rgb), 0.5);
}

/* line 156, app/assets/stylesheets/components/_buttons.scss */
.h-e-circle {
  position: relative;
}

/* line 159, app/assets/stylesheets/components/_buttons.scss */
.h-e-circle:before {
  background-color: rgba(128, 128, 128, 0.1);
  border-radius: 50%;
  content: "";
  inset: -2px;
  opacity: 0;
  position: absolute;
  transform: scale(0);
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

/* line 171, app/assets/stylesheets/components/_buttons.scss */
.h-e-circle:hover:before {
  opacity: 1;
  transform: scale(1);
}

/* line 178, app/assets/stylesheets/components/_buttons.scss */
.h-e-circle.show:before {
  opacity: 1;
  transform: scale(1);
}

/* line 186, app/assets/stylesheets/components/_buttons.scss */
.h-e-circle-lg {
  position: relative;
}

/* line 189, app/assets/stylesheets/components/_buttons.scss */
.h-e-circle-lg:before {
  background-color: rgba(128, 128, 128, 0.1);
  border-radius: 50%;
  content: "";
  inset: -8px;
  opacity: 0;
  position: absolute;
  transform: scale(0);
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

/* line 201, app/assets/stylesheets/components/_buttons.scss */
.h-e-circle-lg:hover:before {
  opacity: 1;
  transform: scale(1);
}

/* line 208, app/assets/stylesheets/components/_buttons.scss */
.h-e-circle-lg.show:before {
  opacity: 1;
  transform: scale(1);
}

/* line 216, app/assets/stylesheets/components/_buttons.scss */
.h-e-rounded {
  position: relative;
}

/* line 219, app/assets/stylesheets/components/_buttons.scss */
.h-e-rounded:before {
  background-color: rgba(128, 128, 128, 0.1);
  border-radius: 4px;
  content: "";
  inset: -2px;
  opacity: 0;
  position: absolute;
  transform: scale(0);
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

/* line 231, app/assets/stylesheets/components/_buttons.scss */
.h-e-rounded:hover:before {
  opacity: 1;
  transform: scale(1);
}

/* line 238, app/assets/stylesheets/components/_buttons.scss */
.h-e-rounded.show:before {
  opacity: 1;
  transform: scale(1);
}

/* line 246, app/assets/stylesheets/components/_buttons.scss */
.h-e-rounded-lg {
  position: relative;
}

/* line 249, app/assets/stylesheets/components/_buttons.scss */
.h-e-rounded-lg:before {
  background-color: rgba(128, 128, 128, 0.1);
  border-radius: 4px;
  content: "";
  inset: -8px;
  opacity: 0;
  position: absolute;
  transform: scale(0);
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

/* line 261, app/assets/stylesheets/components/_buttons.scss */
.h-e-rounded-lg:hover:before {
  opacity: 1;
  transform: scale(1);
}

/* line 269, app/assets/stylesheets/components/_buttons.scss */
.h-e-rounded-lg.show:before {
  opacity: 1;
  transform: scale(1);
}

/* line 8, app/assets/stylesheets/components/_badge.scss */
.badge-soft-primary {
  --osen-badge-color: var(--osen-primary);
  background-color: var(--osen-primary-bg-subtle);
}

/* line 12, app/assets/stylesheets/components/_badge.scss */
.badge-soft-primary[href] {
  color: var(--osen-primary);
  text-decoration: none;
  background-color: var(--osen-primary-bg-subtle);
}

/* line 17, app/assets/stylesheets/components/_badge.scss */
.badge-soft-primary[href]:is(:hover, :focus) {
  color: var(--osen-primary);
  text-decoration: none;
  background-color: var(--osen-primary-bg-subtle);
}

/* line 8, app/assets/stylesheets/components/_badge.scss */
.badge-soft-secondary {
  --osen-badge-color: var(--osen-secondary);
  background-color: var(--osen-secondary-bg-subtle);
}

/* line 12, app/assets/stylesheets/components/_badge.scss */
.badge-soft-secondary[href] {
  color: var(--osen-secondary);
  text-decoration: none;
  background-color: var(--osen-secondary-bg-subtle);
}

/* line 17, app/assets/stylesheets/components/_badge.scss */
.badge-soft-secondary[href]:is(:hover, :focus) {
  color: var(--osen-secondary);
  text-decoration: none;
  background-color: var(--osen-secondary-bg-subtle);
}

/* line 8, app/assets/stylesheets/components/_badge.scss */
.badge-soft-success {
  --osen-badge-color: var(--osen-success);
  background-color: var(--osen-success-bg-subtle);
}

/* line 12, app/assets/stylesheets/components/_badge.scss */
.badge-soft-success[href] {
  color: var(--osen-success);
  text-decoration: none;
  background-color: var(--osen-success-bg-subtle);
}

/* line 17, app/assets/stylesheets/components/_badge.scss */
.badge-soft-success[href]:is(:hover, :focus) {
  color: var(--osen-success);
  text-decoration: none;
  background-color: var(--osen-success-bg-subtle);
}

/* line 8, app/assets/stylesheets/components/_badge.scss */
.badge-soft-info {
  --osen-badge-color: var(--osen-info);
  background-color: var(--osen-info-bg-subtle);
}

/* line 12, app/assets/stylesheets/components/_badge.scss */
.badge-soft-info[href] {
  color: var(--osen-info);
  text-decoration: none;
  background-color: var(--osen-info-bg-subtle);
}

/* line 17, app/assets/stylesheets/components/_badge.scss */
.badge-soft-info[href]:is(:hover, :focus) {
  color: var(--osen-info);
  text-decoration: none;
  background-color: var(--osen-info-bg-subtle);
}

/* line 8, app/assets/stylesheets/components/_badge.scss */
.badge-soft-warning {
  --osen-badge-color: var(--osen-warning);
  background-color: var(--osen-warning-bg-subtle);
}

/* line 12, app/assets/stylesheets/components/_badge.scss */
.badge-soft-warning[href] {
  color: var(--osen-warning);
  text-decoration: none;
  background-color: var(--osen-warning-bg-subtle);
}

/* line 17, app/assets/stylesheets/components/_badge.scss */
.badge-soft-warning[href]:is(:hover, :focus) {
  color: var(--osen-warning);
  text-decoration: none;
  background-color: var(--osen-warning-bg-subtle);
}

/* line 8, app/assets/stylesheets/components/_badge.scss */
.badge-soft-danger {
  --osen-badge-color: var(--osen-danger);
  background-color: var(--osen-danger-bg-subtle);
}

/* line 12, app/assets/stylesheets/components/_badge.scss */
.badge-soft-danger[href] {
  color: var(--osen-danger);
  text-decoration: none;
  background-color: var(--osen-danger-bg-subtle);
}

/* line 17, app/assets/stylesheets/components/_badge.scss */
.badge-soft-danger[href]:is(:hover, :focus) {
  color: var(--osen-danger);
  text-decoration: none;
  background-color: var(--osen-danger-bg-subtle);
}

/* line 8, app/assets/stylesheets/components/_badge.scss */
.badge-soft-light {
  --osen-badge-color: var(--osen-light);
  background-color: var(--osen-light-bg-subtle);
}

/* line 12, app/assets/stylesheets/components/_badge.scss */
.badge-soft-light[href] {
  color: var(--osen-light);
  text-decoration: none;
  background-color: var(--osen-light-bg-subtle);
}

/* line 17, app/assets/stylesheets/components/_badge.scss */
.badge-soft-light[href]:is(:hover, :focus) {
  color: var(--osen-light);
  text-decoration: none;
  background-color: var(--osen-light-bg-subtle);
}

/* line 8, app/assets/stylesheets/components/_badge.scss */
.badge-soft-dark {
  --osen-badge-color: var(--osen-dark);
  background-color: var(--osen-dark-bg-subtle);
}

/* line 12, app/assets/stylesheets/components/_badge.scss */
.badge-soft-dark[href] {
  color: var(--osen-dark);
  text-decoration: none;
  background-color: var(--osen-dark-bg-subtle);
}

/* line 17, app/assets/stylesheets/components/_badge.scss */
.badge-soft-dark[href]:is(:hover, :focus) {
  color: var(--osen-dark);
  text-decoration: none;
  background-color: var(--osen-dark-bg-subtle);
}

/* line 28, app/assets/stylesheets/components/_badge.scss */
.badge-outline-primary {
  --osen-badge-color: var(--osen-primary);
  border: 1px solid var(--osen-primary);
  background-color: transparent;
}

/* line 33, app/assets/stylesheets/components/_badge.scss */
.badge-outline-primary[href] {
  color: var(--osen-primary);
  text-decoration: none;
  background-color: var(--osen-primary-bg-subtle);
}

/* line 38, app/assets/stylesheets/components/_badge.scss */
.badge-outline-primary[href]:is(:hover, :focus) {
  color: var(--osen-primary);
  text-decoration: none;
  background-color: var(--osen-primary-bg-subtle);
}

/* line 28, app/assets/stylesheets/components/_badge.scss */
.badge-outline-secondary {
  --osen-badge-color: var(--osen-secondary);
  border: 1px solid var(--osen-secondary);
  background-color: transparent;
}

/* line 33, app/assets/stylesheets/components/_badge.scss */
.badge-outline-secondary[href] {
  color: var(--osen-secondary);
  text-decoration: none;
  background-color: var(--osen-secondary-bg-subtle);
}

/* line 38, app/assets/stylesheets/components/_badge.scss */
.badge-outline-secondary[href]:is(:hover, :focus) {
  color: var(--osen-secondary);
  text-decoration: none;
  background-color: var(--osen-secondary-bg-subtle);
}

/* line 28, app/assets/stylesheets/components/_badge.scss */
.badge-outline-success {
  --osen-badge-color: var(--osen-success);
  border: 1px solid var(--osen-success);
  background-color: transparent;
}

/* line 33, app/assets/stylesheets/components/_badge.scss */
.badge-outline-success[href] {
  color: var(--osen-success);
  text-decoration: none;
  background-color: var(--osen-success-bg-subtle);
}

/* line 38, app/assets/stylesheets/components/_badge.scss */
.badge-outline-success[href]:is(:hover, :focus) {
  color: var(--osen-success);
  text-decoration: none;
  background-color: var(--osen-success-bg-subtle);
}

/* line 28, app/assets/stylesheets/components/_badge.scss */
.badge-outline-info {
  --osen-badge-color: var(--osen-info);
  border: 1px solid var(--osen-info);
  background-color: transparent;
}

/* line 33, app/assets/stylesheets/components/_badge.scss */
.badge-outline-info[href] {
  color: var(--osen-info);
  text-decoration: none;
  background-color: var(--osen-info-bg-subtle);
}

/* line 38, app/assets/stylesheets/components/_badge.scss */
.badge-outline-info[href]:is(:hover, :focus) {
  color: var(--osen-info);
  text-decoration: none;
  background-color: var(--osen-info-bg-subtle);
}

/* line 28, app/assets/stylesheets/components/_badge.scss */
.badge-outline-warning {
  --osen-badge-color: var(--osen-warning);
  border: 1px solid var(--osen-warning);
  background-color: transparent;
}

/* line 33, app/assets/stylesheets/components/_badge.scss */
.badge-outline-warning[href] {
  color: var(--osen-warning);
  text-decoration: none;
  background-color: var(--osen-warning-bg-subtle);
}

/* line 38, app/assets/stylesheets/components/_badge.scss */
.badge-outline-warning[href]:is(:hover, :focus) {
  color: var(--osen-warning);
  text-decoration: none;
  background-color: var(--osen-warning-bg-subtle);
}

/* line 28, app/assets/stylesheets/components/_badge.scss */
.badge-outline-danger {
  --osen-badge-color: var(--osen-danger);
  border: 1px solid var(--osen-danger);
  background-color: transparent;
}

/* line 33, app/assets/stylesheets/components/_badge.scss */
.badge-outline-danger[href] {
  color: var(--osen-danger);
  text-decoration: none;
  background-color: var(--osen-danger-bg-subtle);
}

/* line 38, app/assets/stylesheets/components/_badge.scss */
.badge-outline-danger[href]:is(:hover, :focus) {
  color: var(--osen-danger);
  text-decoration: none;
  background-color: var(--osen-danger-bg-subtle);
}

/* line 28, app/assets/stylesheets/components/_badge.scss */
.badge-outline-light {
  --osen-badge-color: var(--osen-light);
  border: 1px solid var(--osen-light);
  background-color: transparent;
}

/* line 33, app/assets/stylesheets/components/_badge.scss */
.badge-outline-light[href] {
  color: var(--osen-light);
  text-decoration: none;
  background-color: var(--osen-light-bg-subtle);
}

/* line 38, app/assets/stylesheets/components/_badge.scss */
.badge-outline-light[href]:is(:hover, :focus) {
  color: var(--osen-light);
  text-decoration: none;
  background-color: var(--osen-light-bg-subtle);
}

/* line 28, app/assets/stylesheets/components/_badge.scss */
.badge-outline-dark {
  --osen-badge-color: var(--osen-dark);
  border: 1px solid var(--osen-dark);
  background-color: transparent;
}

/* line 33, app/assets/stylesheets/components/_badge.scss */
.badge-outline-dark[href] {
  color: var(--osen-dark);
  text-decoration: none;
  background-color: var(--osen-dark-bg-subtle);
}

/* line 38, app/assets/stylesheets/components/_badge.scss */
.badge-outline-dark[href]:is(:hover, :focus) {
  color: var(--osen-dark);
  text-decoration: none;
  background-color: var(--osen-dark-bg-subtle);
}

/* line 49, app/assets/stylesheets/components/_badge.scss */
.badge {
  vertical-align: middle;
}

/* line 5, app/assets/stylesheets/components/_card.scss */
.card {
  box-shadow: var(--osen-box-shadow);
  margin-bottom: 1.5rem;
}

/* line 9, app/assets/stylesheets/components/_card.scss */
.card .header-title {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1rem;
}

/* line 15, app/assets/stylesheets/components/_card.scss */
.card .card-header {
  border-bottom: 0;
}

/* line 19, app/assets/stylesheets/components/_card.scss */
.card .card-drop {
  font-size: 20px;
  color: inherit;
}

/* line 23, app/assets/stylesheets/components/_card.scss */
.card .card-drop:hover {
  color: var(--osen-primary);
}

/* line 28, app/assets/stylesheets/components/_card.scss */
.card .card-widgets {
  float: right;
  height: 16px;
}

/* line 32, app/assets/stylesheets/components/_card.scss */
.card .card-widgets > a {
  color: inherit;
  font-size: 18px;
  display: inline-block;
  line-height: 1;
  margin: 0 3px;
}

/* line 41, app/assets/stylesheets/components/_card.scss */
.card .card-widgets > a.collapsed i:before {
  content: "\eb0b";
}

/* line 50, app/assets/stylesheets/components/_card.scss */
.card-bg {
  background-color: var(--osen-secondary-bg);
}

/* line 55, app/assets/stylesheets/components/_card.scss */
.card-disabled {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: var(--osen-border-radius);
  background: var(--osen-tertiary-bg);
  opacity: 0.8;
  cursor: progress;
}

/* line 66, app/assets/stylesheets/components/_card.scss */
.card-disabled .card-portlets-loader {
  background-color: var(--osen-dark);
  animation: rotatebox 1.2s infinite ease-in-out;
  height: 30px;
  width: 30px;
  border-radius: 3px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.75rem;
  margin-top: -0.75rem;
}

@keyframes rotatebox {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

/* line 95, app/assets/stylesheets/components/_card.scss */
.card-h-100 {
  height: calc(100% - 1.5rem);
}

/* line 101, app/assets/stylesheets/components/_card.scss */
.plyr--audio .plyr__controls {
  background-color: var(--osen-secondary-bg);
}

/* line 5, app/assets/stylesheets/components/_dropdown.scss */
.dropdown-menu {
  box-shadow: var(--osen-dropdown-box-shadow);
  animation-name: DropDownSlideUp;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  will-change: transform;
  position: absolute;
  z-index: 1000;
}

/* line 15, app/assets/stylesheets/components/_dropdown.scss */
.dropdown-menu[data-popper-placement="top-start"], .dropdown-menu[data-popper-placement="top"] {
  animation-name: DropDownSlideDown;
}

/* line 20, app/assets/stylesheets/components/_dropdown.scss */
.dropdown-menu .dropdown-item {
  border-radius: var(--osen-border-radius);
}

/* line 24, app/assets/stylesheets/components/_dropdown.scss */
.dropdown-menu .dropdown-item:not(:last-child) {
  margin-bottom: 4px;
}

/* line 29, app/assets/stylesheets/components/_dropdown.scss */
.dropdown-divider {
  margin-left: calc(0.25rem * -1);
  margin-right: calc(0.25rem * -1);
}

@media (min-width: 576px) {
  /* line 39, app/assets/stylesheets/components/_dropdown.scss */
  .hover-dropdown:hover > .dropdown-menu {
    display: block;
  }
}

@keyframes DropDownSlideUp {
  100% {
    margin-top: -1px;
  }
  0% {
    margin-top: 5px;
  }
}

@keyframes DropDownSlideDown {
  100% {
    margin-bottom: 0;
  }
  0% {
    margin-bottom: 5px;
  }
}

@media (min-width: 768px) {
  /* line 75, app/assets/stylesheets/components/_dropdown.scss */
  .dropdown-menu-xxl {
    width: 740px;
  }
  /* line 79, app/assets/stylesheets/components/_dropdown.scss */
  .dropdown-menu-xl {
    width: 600px;
  }
}

@media (min-width: 576px) {
  /* line 85, app/assets/stylesheets/components/_dropdown.scss */
  .dropdown-menu-lg {
    width: 320px;
  }
  /* line 89, app/assets/stylesheets/components/_dropdown.scss */
  .dropdown-menu-md {
    width: 250px;
  }
  /* line 93, app/assets/stylesheets/components/_dropdown.scss */
  .dropdown-menu-full {
    width: auto;
    position: fixed !important;
    left: 10px !important;
    right: 10px !important;
  }
}

/* line 104, app/assets/stylesheets/components/_dropdown.scss */
.drop-arrow-none:after {
  display: none;
}

/* line 110, app/assets/stylesheets/components/_dropdown.scss */
.dropdown-toggle-split:before {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.12);
  top: calc(var(--osen-border-width) * -1);
  bottom: calc(var(--osen-border-width) * -1);
  right: calc(var(--osen-border-width) * -1);
  left: 0;
  border-radius: 0 0.3rem 0.3rem 0;
}

/* line 124, app/assets/stylesheets/components/_dropdown.scss */
.dropstart .dropdown-toggle-split::before {
  inset: auto;
  border-radius: 0;
  position: relative;
  z-index: 1;
}

/* line 131, app/assets/stylesheets/components/_dropdown.scss */
.dropstart .dropdown-toggle-split::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: rgba(49, 58, 70, 0.1);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border-radius: 0.3rem 0 0 0.3rem;
  border: none;
  margin-left: 0;
}

/* line 149, app/assets/stylesheets/components/_dropdown.scss */
.megamenu-list li {
  padding: 5px 20px 5px 25px;
  position: relative;
}

/* line 153, app/assets/stylesheets/components/_dropdown.scss */
.megamenu-list li a {
  color: var(--osen-body-color);
  display: block;
}

/* line 157, app/assets/stylesheets/components/_dropdown.scss */
.megamenu-list li a:hover {
  color: #465dff;
}

/* line 162, app/assets/stylesheets/components/_dropdown.scss */
.megamenu-list li:before {
  content: "\ea61";
  font-family: tabler-icons;
  position: absolute;
  left: 0;
}

/* line 172, app/assets/stylesheets/components/_dropdown.scss */
.dropdown-icon-item {
  display: block;
  border-radius: 3px;
  text-align: center;
  padding: 15px;
  display: block;
  color: var(--osen-body-color);
  margin: 7px 0;
}

/* line 181, app/assets/stylesheets/components/_dropdown.scss */
.dropdown-icon-item img {
  height: 24px;
}

/* line 185, app/assets/stylesheets/components/_dropdown.scss */
.dropdown-icon-item span {
  display: block;
  overflow: hidden;
  margin-top: 7px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 193, app/assets/stylesheets/components/_dropdown.scss */
.dropdown-icon-item:hover {
  background-color: var(--osen-tertiary-bg);
  color: var(--osen-body-color);
}

/* line 7, app/assets/stylesheets/components/_forms.scss */
input.form-control[type="color"],
input.form-control[type="range"] {
  min-height: 39px;
}

/* line 12, app/assets/stylesheets/components/_forms.scss */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 31, app/assets/stylesheets/components/_forms.scss */
.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.custom-select:invalid:focus,
.form-control:invalid:focus,
.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.custom-select:valid:focus,
.form-control:valid:focus {
  box-shadow: none !important;
}

/* line 37, app/assets/stylesheets/components/_forms.scss */
select.form-control:not([size]):not([multiple]) {
  height: calc(1.5em + 1rem + calc(var(--osen-border-width) * 2));
}

/* line 43, app/assets/stylesheets/components/_forms.scss */
select.form-control-sm:not([size]):not([multiple]) {
  height: calc(1.5em + 0.6rem + calc(var(--osen-border-width) * 2));
}

/* line 49, app/assets/stylesheets/components/_forms.scss */
.password-eye {
  cursor: pointer;
}

/* line 52, app/assets/stylesheets/components/_forms.scss */
.password-eye:before {
  font-family: tabler-icons;
  content: "\ea9a";
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  vertical-align: middle;
  line-height: 1.2;
  font-size: 16px;
}

/* line 66, app/assets/stylesheets/components/_forms.scss */
.show-password .password-eye:before {
  content: "\F06D1";
}

/* line 80, app/assets/stylesheets/components/_forms.scss */
.form-checkbox-primary .form-check-input:checked,
.form-radio-primary .form-check-input:checked {
  background-color: var(--osen-primary);
  border-color: var(--osen-primary);
}

/* line 80, app/assets/stylesheets/components/_forms.scss */
.form-checkbox-secondary .form-check-input:checked,
.form-radio-secondary .form-check-input:checked {
  background-color: var(--osen-secondary);
  border-color: var(--osen-secondary);
}

/* line 80, app/assets/stylesheets/components/_forms.scss */
.form-checkbox-success .form-check-input:checked,
.form-radio-success .form-check-input:checked {
  background-color: var(--osen-success);
  border-color: var(--osen-success);
}

/* line 80, app/assets/stylesheets/components/_forms.scss */
.form-checkbox-info .form-check-input:checked,
.form-radio-info .form-check-input:checked {
  background-color: var(--osen-info);
  border-color: var(--osen-info);
}

/* line 80, app/assets/stylesheets/components/_forms.scss */
.form-checkbox-warning .form-check-input:checked,
.form-radio-warning .form-check-input:checked {
  background-color: var(--osen-warning);
  border-color: var(--osen-warning);
}

/* line 80, app/assets/stylesheets/components/_forms.scss */
.form-checkbox-danger .form-check-input:checked,
.form-radio-danger .form-check-input:checked {
  background-color: var(--osen-danger);
  border-color: var(--osen-danger);
}

/* line 80, app/assets/stylesheets/components/_forms.scss */
.form-checkbox-light .form-check-input:checked,
.form-radio-light .form-check-input:checked {
  background-color: var(--osen-light);
  border-color: var(--osen-light);
}

/* line 80, app/assets/stylesheets/components/_forms.scss */
.form-checkbox-dark .form-check-input:checked,
.form-radio-dark .form-check-input:checked {
  background-color: var(--osen-dark);
  border-color: var(--osen-dark);
}

/* line 90, app/assets/stylesheets/components/_forms.scss */
.card-radio {
  padding: 0;
}

/* line 93, app/assets/stylesheets/components/_forms.scss */
.card-radio .form-check-label {
  background-color: var(--osen-secondary-bg);
  border: 1px solid var(--osen-border-color);
  border-radius: 0.3rem;
  padding: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  position: relative;
  padding-right: 32px;
}

/* line 105, app/assets/stylesheets/components/_forms.scss */
.card-radio .form-check-label:hover {
  cursor: pointer;
}

/* line 110, app/assets/stylesheets/components/_forms.scss */
.card-radio .form-check-input {
  display: none;
}

/* line 114, app/assets/stylesheets/components/_forms.scss */
.card-radio .form-check-input:checked + .form-check-label:before {
  content: "\f704";
  font-family: tabler-icons;
  position: absolute;
  bottom: 2px;
  right: 6px;
  font-size: 16px;
  color: var(--osen-primary);
}

/* line 129, app/assets/stylesheets/components/_forms.scss */
.card-radio.dark .form-check-input:checked + .form-check-label:before {
  color: #fff;
}

/* line 6, app/assets/stylesheets/components/_modal.scss */
.modal-title {
  color: inherit;
}

/* line 11, app/assets/stylesheets/components/_modal.scss */
.modal-full-width {
  width: 95%;
  max-width: none;
}

/* line 17, app/assets/stylesheets/components/_modal.scss */
.modal-top {
  margin: 0 auto;
}

/* line 23, app/assets/stylesheets/components/_modal.scss */
.modal.show .modal-right,
.modal.show .modal-left {
  transform: translate(0, 0) !important;
}

/* line 31, app/assets/stylesheets/components/_modal.scss */
.modal-bottom {
  display: flex;
  flex-flow: column nowrap;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
  margin: 0 auto;
  align-content: center;
}

/* line 42, app/assets/stylesheets/components/_modal.scss */
.modal-filled {
  color: #fff;
}

/* line 45, app/assets/stylesheets/components/_modal.scss */
.modal-filled .modal-header {
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 49, app/assets/stylesheets/components/_modal.scss */
.modal-filled .modal-title {
  color: #fff;
}

/* line 53, app/assets/stylesheets/components/_modal.scss */
.modal-filled .modal-header,
.modal-filled .modal-footer {
  border: none;
}

/* line 59, app/assets/stylesheets/components/_modal.scss */
.modal-backdrop {
  backdrop-filter: blur(10px);
}

/* line 8, app/assets/stylesheets/components/_nav.scss */
.nav-tabs > li > a,
.nav-pills > li > a {
  font-weight: 500;
}

/* line 14, app/assets/stylesheets/components/_nav.scss */
.bg-nav-pills {
  background-color: var(--osen-tertiary-bg);
}

/* line 24, app/assets/stylesheets/components/_nav.scss */
.nav-pills-primary {
  --osen-nav-pills-link-active-bg: #465dff;
  --osen-nav-link-hover-color: #465dff;
}

/* line 24, app/assets/stylesheets/components/_nav.scss */
.nav-pills-secondary {
  --osen-nav-pills-link-active-bg: #783bff;
  --osen-nav-link-hover-color: #783bff;
}

/* line 24, app/assets/stylesheets/components/_nav.scss */
.nav-pills-success {
  --osen-nav-pills-link-active-bg: #6ac75a;
  --osen-nav-link-hover-color: #6ac75a;
}

/* line 24, app/assets/stylesheets/components/_nav.scss */
.nav-pills-info {
  --osen-nav-pills-link-active-bg: #67baf1;
  --osen-nav-link-hover-color: #67baf1;
}

/* line 24, app/assets/stylesheets/components/_nav.scss */
.nav-pills-warning {
  --osen-nav-pills-link-active-bg: #f9c45c;
  --osen-nav-link-hover-color: #f9c45c;
}

/* line 24, app/assets/stylesheets/components/_nav.scss */
.nav-pills-danger {
  --osen-nav-pills-link-active-bg: #ff6d43;
  --osen-nav-link-hover-color: #ff6d43;
}

/* line 24, app/assets/stylesheets/components/_nav.scss */
.nav-pills-light {
  --osen-nav-pills-link-active-bg: #eef2f7;
  --osen-nav-link-hover-color: #eef2f7;
}

/* line 24, app/assets/stylesheets/components/_nav.scss */
.nav-pills-dark {
  --osen-nav-pills-link-active-bg: #313a46;
  --osen-nav-link-hover-color: #313a46;
}

/* line 35, app/assets/stylesheets/components/_nav.scss */
.nav-tabs.nav-bordered {
  border-bottom: 1px solid var(--osen-border-color);
}

/* line 40, app/assets/stylesheets/components/_nav.scss */
.nav-tabs.nav-bordered .nav-item .nav-link {
  border: 0;
}

/* line 43, app/assets/stylesheets/components/_nav.scss */
.nav-tabs.nav-bordered .nav-item .nav-link.active {
  border-bottom: 1px solid var(--osen-primary);
}

/* line 58, app/assets/stylesheets/components/_nav.scss */
.nav-tabs.nav-bordered-primary .nav-item .nav-link:hover, .nav-tabs.nav-bordered-primary .nav-item .nav-link:focus {
  color: #465dff;
}

/* line 63, app/assets/stylesheets/components/_nav.scss */
.nav-tabs.nav-bordered-primary .nav-item .nav-link.active {
  border-bottom: 1px solid #465dff;
  color: #465dff;
}

/* line 58, app/assets/stylesheets/components/_nav.scss */
.nav-tabs.nav-bordered-secondary .nav-item .nav-link:hover, .nav-tabs.nav-bordered-secondary .nav-item .nav-link:focus {
  color: #783bff;
}

/* line 63, app/assets/stylesheets/components/_nav.scss */
.nav-tabs.nav-bordered-secondary .nav-item .nav-link.active {
  border-bottom: 1px solid #783bff;
  color: #783bff;
}

/* line 58, app/assets/stylesheets/components/_nav.scss */
.nav-tabs.nav-bordered-success .nav-item .nav-link:hover, .nav-tabs.nav-bordered-success .nav-item .nav-link:focus {
  color: #6ac75a;
}

/* line 63, app/assets/stylesheets/components/_nav.scss */
.nav-tabs.nav-bordered-success .nav-item .nav-link.active {
  border-bottom: 1px solid #6ac75a;
  color: #6ac75a;
}

/* line 58, app/assets/stylesheets/components/_nav.scss */
.nav-tabs.nav-bordered-info .nav-item .nav-link:hover, .nav-tabs.nav-bordered-info .nav-item .nav-link:focus {
  color: #67baf1;
}

/* line 63, app/assets/stylesheets/components/_nav.scss */
.nav-tabs.nav-bordered-info .nav-item .nav-link.active {
  border-bottom: 1px solid #67baf1;
  color: #67baf1;
}

/* line 58, app/assets/stylesheets/components/_nav.scss */
.nav-tabs.nav-bordered-warning .nav-item .nav-link:hover, .nav-tabs.nav-bordered-warning .nav-item .nav-link:focus {
  color: #f9c45c;
}

/* line 63, app/assets/stylesheets/components/_nav.scss */
.nav-tabs.nav-bordered-warning .nav-item .nav-link.active {
  border-bottom: 1px solid #f9c45c;
  color: #f9c45c;
}

/* line 58, app/assets/stylesheets/components/_nav.scss */
.nav-tabs.nav-bordered-danger .nav-item .nav-link:hover, .nav-tabs.nav-bordered-danger .nav-item .nav-link:focus {
  color: #ff6d43;
}

/* line 63, app/assets/stylesheets/components/_nav.scss */
.nav-tabs.nav-bordered-danger .nav-item .nav-link.active {
  border-bottom: 1px solid #ff6d43;
  color: #ff6d43;
}

/* line 58, app/assets/stylesheets/components/_nav.scss */
.nav-tabs.nav-bordered-light .nav-item .nav-link:hover, .nav-tabs.nav-bordered-light .nav-item .nav-link:focus {
  color: #eef2f7;
}

/* line 63, app/assets/stylesheets/components/_nav.scss */
.nav-tabs.nav-bordered-light .nav-item .nav-link.active {
  border-bottom: 1px solid #eef2f7;
  color: #eef2f7;
}

/* line 58, app/assets/stylesheets/components/_nav.scss */
.nav-tabs.nav-bordered-dark .nav-item .nav-link:hover, .nav-tabs.nav-bordered-dark .nav-item .nav-link:focus {
  color: #313a46;
}

/* line 63, app/assets/stylesheets/components/_nav.scss */
.nav-tabs.nav-bordered-dark .nav-item .nav-link.active {
  border-bottom: 1px solid #313a46;
  color: #313a46;
}

/* line 77, app/assets/stylesheets/components/_nav.scss */
.card-tabs {
  border-bottom: 1px solid var(--osen-border-color) !important;
}

/* line 80, app/assets/stylesheets/components/_nav.scss */
.card-tabs .card-header-tabs {
  margin-top: calc(var(--osen-card-cap-padding-y) * -1);
  border-bottom: 0 !important;
}

/* line 85, app/assets/stylesheets/components/_nav.scss */
.card-tabs .nav-link {
  --osen-nav-link-padding-y: 1.125rem;
}

/* line 94, app/assets/stylesheets/components/_nav.scss */
.profile-tabs .nav-item .nav-link.active {
  background-color: rgba(70, 93, 255, 0.06);
  color: #465dff !important;
}

/* line 7, app/assets/stylesheets/components/_pagination.scss */
.pagination .page-link svg {
  height: 14px;
}

/* line 15, app/assets/stylesheets/components/_pagination.scss */
.pagination-boxed .page-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.35rem !important;
  border-radius: var(--osen-border-radius) !important;
  height: calc(0.75rem + 1.5em + 2px);
  width: calc(0.75rem + 1.5em + 2px);
  padding: 0;
}

/* line 27, app/assets/stylesheets/components/_pagination.scss */
.pagination-boxed.pagination-sm .page-link {
  height: calc(0.5rem + 1.5em + 2px);
  width: calc(0.5rem + 1.5em + 2px);
}

/* line 34, app/assets/stylesheets/components/_pagination.scss */
.pagination-boxed.pagination-lg .page-link {
  height: calc(1.5rem + 1.5em + 2px);
  width: calc(1.5rem + 1.5em + 2px);
}

/* line 43, app/assets/stylesheets/components/_pagination.scss */
.pagination-rounded .page-link {
  border-radius: 50% !important;
}

/* line 51, app/assets/stylesheets/components/_pagination.scss */
.pagination-primary {
  --osen-pagination-hover-color: var(--osen-primary);
  --osen-pagination-active-bg: var(--osen-primary);
  --osen-pagination-active-border-color: var(--osen-primary);
}

/* line 51, app/assets/stylesheets/components/_pagination.scss */
.pagination-secondary {
  --osen-pagination-hover-color: var(--osen-secondary);
  --osen-pagination-active-bg: var(--osen-secondary);
  --osen-pagination-active-border-color: var(--osen-secondary);
}

/* line 51, app/assets/stylesheets/components/_pagination.scss */
.pagination-success {
  --osen-pagination-hover-color: var(--osen-success);
  --osen-pagination-active-bg: var(--osen-success);
  --osen-pagination-active-border-color: var(--osen-success);
}

/* line 51, app/assets/stylesheets/components/_pagination.scss */
.pagination-info {
  --osen-pagination-hover-color: var(--osen-info);
  --osen-pagination-active-bg: var(--osen-info);
  --osen-pagination-active-border-color: var(--osen-info);
}

/* line 51, app/assets/stylesheets/components/_pagination.scss */
.pagination-warning {
  --osen-pagination-hover-color: var(--osen-warning);
  --osen-pagination-active-bg: var(--osen-warning);
  --osen-pagination-active-border-color: var(--osen-warning);
}

/* line 51, app/assets/stylesheets/components/_pagination.scss */
.pagination-danger {
  --osen-pagination-hover-color: var(--osen-danger);
  --osen-pagination-active-bg: var(--osen-danger);
  --osen-pagination-active-border-color: var(--osen-danger);
}

/* line 51, app/assets/stylesheets/components/_pagination.scss */
.pagination-light {
  --osen-pagination-hover-color: var(--osen-light);
  --osen-pagination-active-bg: var(--osen-light);
  --osen-pagination-active-border-color: var(--osen-light);
}

/* line 51, app/assets/stylesheets/components/_pagination.scss */
.pagination-dark {
  --osen-pagination-hover-color: var(--osen-dark);
  --osen-pagination-active-bg: var(--osen-dark);
  --osen-pagination-active-border-color: var(--osen-dark);
}

/* line 60, app/assets/stylesheets/components/_pagination.scss */
.pagination-gradient .page-link {
  background-image: var(--osen-gradient);
}

/* line 67, app/assets/stylesheets/components/_pagination.scss */
.pagination-soft-primary {
  --osen-pagination-hover-color: var(--osen-primary);
  --osen-pagination-active-color: var(--osen-primary);
  --osen-pagination-active-bg: var(--osen-primary-bg-subtle);
  --osen-pagination-active-border-color: transparent;
}

/* line 67, app/assets/stylesheets/components/_pagination.scss */
.pagination-soft-secondary {
  --osen-pagination-hover-color: var(--osen-secondary);
  --osen-pagination-active-color: var(--osen-secondary);
  --osen-pagination-active-bg: var(--osen-secondary-bg-subtle);
  --osen-pagination-active-border-color: transparent;
}

/* line 67, app/assets/stylesheets/components/_pagination.scss */
.pagination-soft-success {
  --osen-pagination-hover-color: var(--osen-success);
  --osen-pagination-active-color: var(--osen-success);
  --osen-pagination-active-bg: var(--osen-success-bg-subtle);
  --osen-pagination-active-border-color: transparent;
}

/* line 67, app/assets/stylesheets/components/_pagination.scss */
.pagination-soft-info {
  --osen-pagination-hover-color: var(--osen-info);
  --osen-pagination-active-color: var(--osen-info);
  --osen-pagination-active-bg: var(--osen-info-bg-subtle);
  --osen-pagination-active-border-color: transparent;
}

/* line 67, app/assets/stylesheets/components/_pagination.scss */
.pagination-soft-warning {
  --osen-pagination-hover-color: var(--osen-warning);
  --osen-pagination-active-color: var(--osen-warning);
  --osen-pagination-active-bg: var(--osen-warning-bg-subtle);
  --osen-pagination-active-border-color: transparent;
}

/* line 67, app/assets/stylesheets/components/_pagination.scss */
.pagination-soft-danger {
  --osen-pagination-hover-color: var(--osen-danger);
  --osen-pagination-active-color: var(--osen-danger);
  --osen-pagination-active-bg: var(--osen-danger-bg-subtle);
  --osen-pagination-active-border-color: transparent;
}

/* line 67, app/assets/stylesheets/components/_pagination.scss */
.pagination-soft-light {
  --osen-pagination-hover-color: var(--osen-light);
  --osen-pagination-active-color: var(--osen-light);
  --osen-pagination-active-bg: var(--osen-light-bg-subtle);
  --osen-pagination-active-border-color: transparent;
}

/* line 67, app/assets/stylesheets/components/_pagination.scss */
.pagination-soft-dark {
  --osen-pagination-hover-color: var(--osen-dark);
  --osen-pagination-active-color: var(--osen-dark);
  --osen-pagination-active-bg: var(--osen-dark-bg-subtle);
  --osen-pagination-active-border-color: transparent;
}

/* line 7, app/assets/stylesheets/components/_popover.scss */
.popover-primary {
  --osen-popover-max-width: 200px !important;
  --osen-popover-border-color: transparent;
  --osen-popover-header-bg: rgba(255,255,255, .1) !important;
  --osen-popover-header-color: var(--osen-white) !important;
  --osen-popover-bg: var(--osen-primary);
  --osen-popover-body-color: var(--osen-white) !important;
  --osen-popover-body-padding-x: 1rem !important;
  --osen-popover-body-padding-y: .5rem !important;
}

/* line 7, app/assets/stylesheets/components/_popover.scss */
.popover-secondary {
  --osen-popover-max-width: 200px !important;
  --osen-popover-border-color: transparent;
  --osen-popover-header-bg: rgba(255,255,255, .1) !important;
  --osen-popover-header-color: var(--osen-white) !important;
  --osen-popover-bg: var(--osen-secondary);
  --osen-popover-body-color: var(--osen-white) !important;
  --osen-popover-body-padding-x: 1rem !important;
  --osen-popover-body-padding-y: .5rem !important;
}

/* line 7, app/assets/stylesheets/components/_popover.scss */
.popover-success {
  --osen-popover-max-width: 200px !important;
  --osen-popover-border-color: transparent;
  --osen-popover-header-bg: rgba(255,255,255, .1) !important;
  --osen-popover-header-color: var(--osen-white) !important;
  --osen-popover-bg: var(--osen-success);
  --osen-popover-body-color: var(--osen-white) !important;
  --osen-popover-body-padding-x: 1rem !important;
  --osen-popover-body-padding-y: .5rem !important;
}

/* line 7, app/assets/stylesheets/components/_popover.scss */
.popover-info {
  --osen-popover-max-width: 200px !important;
  --osen-popover-border-color: transparent;
  --osen-popover-header-bg: rgba(255,255,255, .1) !important;
  --osen-popover-header-color: var(--osen-white) !important;
  --osen-popover-bg: var(--osen-info);
  --osen-popover-body-color: var(--osen-white) !important;
  --osen-popover-body-padding-x: 1rem !important;
  --osen-popover-body-padding-y: .5rem !important;
}

/* line 7, app/assets/stylesheets/components/_popover.scss */
.popover-warning {
  --osen-popover-max-width: 200px !important;
  --osen-popover-border-color: transparent;
  --osen-popover-header-bg: rgba(255,255,255, .1) !important;
  --osen-popover-header-color: var(--osen-white) !important;
  --osen-popover-bg: var(--osen-warning);
  --osen-popover-body-color: var(--osen-white) !important;
  --osen-popover-body-padding-x: 1rem !important;
  --osen-popover-body-padding-y: .5rem !important;
}

/* line 7, app/assets/stylesheets/components/_popover.scss */
.popover-danger {
  --osen-popover-max-width: 200px !important;
  --osen-popover-border-color: transparent;
  --osen-popover-header-bg: rgba(255,255,255, .1) !important;
  --osen-popover-header-color: var(--osen-white) !important;
  --osen-popover-bg: var(--osen-danger);
  --osen-popover-body-color: var(--osen-white) !important;
  --osen-popover-body-padding-x: 1rem !important;
  --osen-popover-body-padding-y: .5rem !important;
}

/* line 7, app/assets/stylesheets/components/_popover.scss */
.popover-light {
  --osen-popover-max-width: 200px !important;
  --osen-popover-border-color: transparent;
  --osen-popover-header-bg: rgba(255,255,255, .1) !important;
  --osen-popover-header-color: var(--osen-white) !important;
  --osen-popover-bg: var(--osen-light);
  --osen-popover-body-color: var(--osen-white) !important;
  --osen-popover-body-padding-x: 1rem !important;
  --osen-popover-body-padding-y: .5rem !important;
}

/* line 7, app/assets/stylesheets/components/_popover.scss */
.popover-dark {
  --osen-popover-max-width: 200px !important;
  --osen-popover-border-color: transparent;
  --osen-popover-header-bg: rgba(255,255,255, .1) !important;
  --osen-popover-header-color: var(--osen-white) !important;
  --osen-popover-bg: var(--osen-dark);
  --osen-popover-body-color: var(--osen-white) !important;
  --osen-popover-body-padding-x: 1rem !important;
  --osen-popover-body-padding-y: .5rem !important;
}

@media print {
  /* line 7, app/assets/stylesheets/components/_print.scss */
  .sidenav-menu,
.page-title-head,
.app-topbar,
.footer {
    display: none !important;
  }
  /* line 13, app/assets/stylesheets/components/_print.scss */
  .card-body,
.page-content,
body {
    padding: 0;
    margin: 0;
  }
  /* line 20, app/assets/stylesheets/components/_print.scss */
  .card {
    box-shadow: none;
  }
}

/* line 11, app/assets/stylesheets/components/_progress.scss */
.progress-soft:has(.bg-primary) {
  background-color: rgba(var(--osen-primary-rgb), 0.1);
}

/* line 11, app/assets/stylesheets/components/_progress.scss */
.progress-soft:has(.bg-secondary) {
  background-color: rgba(var(--osen-secondary-rgb), 0.1);
}

/* line 11, app/assets/stylesheets/components/_progress.scss */
.progress-soft:has(.bg-success) {
  background-color: rgba(var(--osen-success-rgb), 0.1);
}

/* line 11, app/assets/stylesheets/components/_progress.scss */
.progress-soft:has(.bg-info) {
  background-color: rgba(var(--osen-info-rgb), 0.1);
}

/* line 11, app/assets/stylesheets/components/_progress.scss */
.progress-soft:has(.bg-warning) {
  background-color: rgba(var(--osen-warning-rgb), 0.1);
}

/* line 11, app/assets/stylesheets/components/_progress.scss */
.progress-soft:has(.bg-danger) {
  background-color: rgba(var(--osen-danger-rgb), 0.1);
}

/* line 11, app/assets/stylesheets/components/_progress.scss */
.progress-soft:has(.bg-light) {
  background-color: rgba(var(--osen-light-rgb), 0.1);
}

/* line 11, app/assets/stylesheets/components/_progress.scss */
.progress-soft:has(.bg-dark) {
  background-color: rgba(var(--osen-dark-rgb), 0.1);
}

/* line 19, app/assets/stylesheets/components/_progress.scss */
.progress-sm {
  height: 5px;
}

/* line 24, app/assets/stylesheets/components/_progress.scss */
.progress-md {
  height: 8px;
}

/* line 29, app/assets/stylesheets/components/_progress.scss */
.progress-lg {
  height: 12px;
}

/* line 34, app/assets/stylesheets/components/_progress.scss */
.progress-xl {
  height: 15px;
}

/* line 39, app/assets/stylesheets/components/_progress.scss */
.progress-with-border .progress-bar + .progress-bar {
  border-left: 3px solid var(--osen-secondary-bg);
}

/* line 48, app/assets/stylesheets/components/_progress.scss */
.progress-value {
  display: block;
  position: absolute;
  top: -28px;
  right: 0px;
}

/* line 5, app/assets/stylesheets/components/_reboot.scss */
html {
  position: relative;
  min-height: 100%;
}

/* line 11, app/assets/stylesheets/components/_reboot.scss */
body {
  overflow-x: hidden;
}

/* line 15, app/assets/stylesheets/components/_reboot.scss */
::selection {
  color: #465dff;
  background: rgba(70, 93, 255, 0.15);
}

/* line 20, app/assets/stylesheets/components/_reboot.scss */
button,
a {
  outline: none !important;
}

/* line 27, app/assets/stylesheets/components/_reboot.scss */
label {
  font-weight: 500;
}

/* line 31, app/assets/stylesheets/components/_reboot.scss */
b,
strong {
  font-weight: 600;
}

/* line 37, app/assets/stylesheets/components/_reboot.scss */
.border-dashed {
  --osen-border-style: dashed;
}

@media (min-width: 768px) {
  /* line 43, app/assets/stylesheets/components/_reboot.scss */
  .page-title-head {
    height: 70px;
  }
}

@media (max-width: 767.98px) {
  /* line 49, app/assets/stylesheets/components/_reboot.scss */
  .page-title-head {
    padding: 1.5rem 0;
  }
}

/* line 55, app/assets/stylesheets/components/_reboot.scss */
.link-reset {
  color: inherit;
  transition: all 0.25s ease-in-out;
}

/* line 59, app/assets/stylesheets/components/_reboot.scss */
.link-reset:hover {
  color: var(--osen-primary);
}

/* line 5, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box {
  position: relative;
  /* Ribbon two */
}

/* line 8, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon {
  position: relative;
  clear: both;
  padding: 5px 12px;
  margin-bottom: 15px;
  box-shadow: 2px 5px 10px rgba(49, 58, 70, 0.15);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

/* line 18, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon:before {
  content: " ";
  border-style: solid;
  border-width: 10px;
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  margin-bottom: -10px;
  z-index: -1;
}

/* line 30, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon.float-start {
  margin-left: -30px;
  border-radius: 0 3px 3px 0;
}

/* line 35, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon.float-end {
  margin-right: -30px;
  border-radius: 3px 0 0 3px;
}

/* line 39, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon.float-end:before {
  right: 0;
}

/* line 45, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon.float-center span {
  margin: 0 auto 20px auto;
}

/* line 51, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-content {
  clear: both;
}

/* line 57, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-primary {
  background: var(--osen-primary);
}

/* line 60, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-primary:before {
  border-color: var(--osen-primary-text) transparent transparent;
}

/* line 57, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-secondary {
  background: var(--osen-secondary);
}

/* line 60, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-secondary:before {
  border-color: var(--osen-secondary-text) transparent transparent;
}

/* line 57, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-success {
  background: var(--osen-success);
}

/* line 60, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-success:before {
  border-color: var(--osen-success-text) transparent transparent;
}

/* line 57, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-info {
  background: var(--osen-info);
}

/* line 60, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-info:before {
  border-color: var(--osen-info-text) transparent transparent;
}

/* line 57, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-warning {
  background: var(--osen-warning);
}

/* line 60, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-warning:before {
  border-color: var(--osen-warning-text) transparent transparent;
}

/* line 57, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-danger {
  background: var(--osen-danger);
}

/* line 60, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-danger:before {
  border-color: var(--osen-danger-text) transparent transparent;
}

/* line 57, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-light {
  background: var(--osen-light);
}

/* line 60, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-light:before {
  border-color: var(--osen-light-text) transparent transparent;
}

/* line 57, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-dark {
  background: var(--osen-dark);
}

/* line 60, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-dark:before {
  border-color: var(--osen-dark-text) transparent transparent;
}

/* line 67, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-two {
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}

/* line 77, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-two span {
  font-size: 13px;
  color: #fff;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  width: 100px;
  display: block;
  box-shadow: 0 0 8px 0 rgba(var(--osen-dark-rgb), 0.08), 0 1px 0 0 rgba(var(--osen-dark-rgb), 0.03);
  position: absolute;
  top: 19px;
  left: -21px;
  font-weight: 600;
}

/* line 91, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-two span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  z-index: -1;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

/* line 101, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-two span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

/* line 116, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-two-primary span {
  background: var(--osen-primary);
}

/* line 119, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-two-primary span:before {
  border-left: 3px solid var(--osen-primary-text);
  border-top: 3px solid var(--osen-primary-text);
}

/* line 124, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-two-primary span:after {
  border-right: 3px solid var(--osen-primary-text);
  border-top: 3px solid var(--osen-primary-text);
}

/* line 116, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-two-secondary span {
  background: var(--osen-secondary);
}

/* line 119, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-two-secondary span:before {
  border-left: 3px solid var(--osen-secondary-text);
  border-top: 3px solid var(--osen-secondary-text);
}

/* line 124, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-two-secondary span:after {
  border-right: 3px solid var(--osen-secondary-text);
  border-top: 3px solid var(--osen-secondary-text);
}

/* line 116, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-two-success span {
  background: var(--osen-success);
}

/* line 119, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-two-success span:before {
  border-left: 3px solid var(--osen-success-text);
  border-top: 3px solid var(--osen-success-text);
}

/* line 124, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-two-success span:after {
  border-right: 3px solid var(--osen-success-text);
  border-top: 3px solid var(--osen-success-text);
}

/* line 116, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-two-info span {
  background: var(--osen-info);
}

/* line 119, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-two-info span:before {
  border-left: 3px solid var(--osen-info-text);
  border-top: 3px solid var(--osen-info-text);
}

/* line 124, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-two-info span:after {
  border-right: 3px solid var(--osen-info-text);
  border-top: 3px solid var(--osen-info-text);
}

/* line 116, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-two-warning span {
  background: var(--osen-warning);
}

/* line 119, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-two-warning span:before {
  border-left: 3px solid var(--osen-warning-text);
  border-top: 3px solid var(--osen-warning-text);
}

/* line 124, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-two-warning span:after {
  border-right: 3px solid var(--osen-warning-text);
  border-top: 3px solid var(--osen-warning-text);
}

/* line 116, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-two-danger span {
  background: var(--osen-danger);
}

/* line 119, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-two-danger span:before {
  border-left: 3px solid var(--osen-danger-text);
  border-top: 3px solid var(--osen-danger-text);
}

/* line 124, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-two-danger span:after {
  border-right: 3px solid var(--osen-danger-text);
  border-top: 3px solid var(--osen-danger-text);
}

/* line 116, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-two-light span {
  background: var(--osen-light);
}

/* line 119, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-two-light span:before {
  border-left: 3px solid var(--osen-light-text);
  border-top: 3px solid var(--osen-light-text);
}

/* line 124, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-two-light span:after {
  border-right: 3px solid var(--osen-light-text);
  border-top: 3px solid var(--osen-light-text);
}

/* line 116, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-two-dark span {
  background: var(--osen-dark);
}

/* line 119, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-two-dark span:before {
  border-left: 3px solid var(--osen-dark-text);
  border-top: 3px solid var(--osen-dark-text);
}

/* line 124, app/assets/stylesheets/components/_ribbons.scss */
.ribbon-box .ribbon-two-dark span:after {
  border-right: 3px solid var(--osen-dark-text);
  border-top: 3px solid var(--osen-dark-text);
}

/* line 7, app/assets/stylesheets/components/_switch.scss */
input[data-switch] {
  display: none;
}

/* line 10, app/assets/stylesheets/components/_switch.scss */
input[data-switch] + label {
  width: 56px;
  height: 24px;
  background-color: var(--osen-tertiary-bg);
  background-image: none;
  border-radius: 2rem;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  position: relative;
  transition: all 0.1s ease-in-out;
}

/* line 22, app/assets/stylesheets/components/_switch.scss */
input[data-switch] + label:before {
  color: var(--osen-emphasis-color);
  content: attr(data-off-label);
  display: block;
  font-family: inherit;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 24px;
  position: absolute;
  right: 3px;
  margin: 0 0.21667rem;
  top: 0;
  text-align: center;
  min-width: 1.66667rem;
  overflow: hidden;
  transition: all 0.1s ease-in-out;
}

/* line 40, app/assets/stylesheets/components/_switch.scss */
input[data-switch] + label:after {
  content: "";
  position: absolute;
  left: 4px;
  background-color: var(--osen-gray-500);
  box-shadow: none;
  border-radius: 2rem;
  height: 18px;
  width: 18px;
  top: 3px;
  transition: all 0.1s ease-in-out;
}

/* line 55, app/assets/stylesheets/components/_switch.scss */
input[data-switch]:checked + label {
  background-color: var(--osen-primary);
}

/* line 58, app/assets/stylesheets/components/_switch.scss */
input[data-switch]:checked + label:before {
  color: #fff;
  content: attr(data-on-label);
  right: auto;
  left: 4px;
}

/* line 65, app/assets/stylesheets/components/_switch.scss */
input[data-switch]:checked + label:after {
  left: 34px;
  background-color: var(--osen-tertiary-bg);
}

/* line 74, app/assets/stylesheets/components/_switch.scss */
input[data-switch="bool"] + label {
  background-color: #ff6d43;
}

/* line 80, app/assets/stylesheets/components/_switch.scss */
input:disabled + label {
  opacity: 0.5;
  cursor: default;
}

/* line 86, app/assets/stylesheets/components/_switch.scss */
input[data-switch="bool"] + label:before,
input[data-switch="bool"]:checked + label:before {
  color: #fff !important;
}

/* line 91, app/assets/stylesheets/components/_switch.scss */
input[data-switch="bool"] + label:after {
  background-color: var(--osen-tertiary-bg);
}

/* line 97, app/assets/stylesheets/components/_switch.scss */
input[data-switch="primary"]:checked + label {
  background-color: #465dff;
}

/* line 97, app/assets/stylesheets/components/_switch.scss */
input[data-switch="secondary"]:checked + label {
  background-color: #783bff;
}

/* line 97, app/assets/stylesheets/components/_switch.scss */
input[data-switch="success"]:checked + label {
  background-color: #6ac75a;
}

/* line 97, app/assets/stylesheets/components/_switch.scss */
input[data-switch="info"]:checked + label {
  background-color: #67baf1;
}

/* line 97, app/assets/stylesheets/components/_switch.scss */
input[data-switch="warning"]:checked + label {
  background-color: #f9c45c;
}

/* line 97, app/assets/stylesheets/components/_switch.scss */
input[data-switch="danger"]:checked + label {
  background-color: #ff6d43;
}

/* line 97, app/assets/stylesheets/components/_switch.scss */
input[data-switch="light"]:checked + label {
  background-color: #eef2f7;
}

/* line 97, app/assets/stylesheets/components/_switch.scss */
input[data-switch="dark"]:checked + label {
  background-color: #313a46;
}

/* line 4, app/assets/stylesheets/components/_tables.scss */
th {
  font-weight: 600;
}

/* line 9, app/assets/stylesheets/components/_tables.scss */
.thead-sm > * > * {
  padding: 0.5rem 0.5rem !important;
}

/* line 15, app/assets/stylesheets/components/_tables.scss */
.table-custom tfoot > tr > th:first-child,
.table-custom thead > tr > th:first-child,
.table-custom tr th:first-child,
.table-custom tr td:first-child {
  padding-left: calc(0.75rem * 1.5) !important;
}

/* line 22, app/assets/stylesheets/components/_tables.scss */
.table-custom tfoot > tr > th:last-child,
.table-custom thead > tr > th:last-child,
.table-custom tr th:last-child,
.table-custom tr td:last-child {
  padding-right: calc(0.75rem * 1.5) !important;
}

/* line 33, app/assets/stylesheets/components/_tables.scss */
.table-nowrap th,
.table-nowrap td {
  white-space: nowrap;
}

/* line 42, app/assets/stylesheets/components/_tables.scss */
[data-bs-theme="dark"] .table-light {
  --osen-table-color: var(--osen-body-color);
  --osen-table-bg: var(--osen-light);
  --osen-table-border-color: var(--osen-border-color);
}

/* line 7, app/assets/stylesheets/components/_tooltip.scss */
.tooltip-primary {
  --osen-tooltip-bg: var(--osen-primary);
}

/* line 7, app/assets/stylesheets/components/_tooltip.scss */
.tooltip-secondary {
  --osen-tooltip-bg: var(--osen-secondary);
}

/* line 7, app/assets/stylesheets/components/_tooltip.scss */
.tooltip-success {
  --osen-tooltip-bg: var(--osen-success);
}

/* line 7, app/assets/stylesheets/components/_tooltip.scss */
.tooltip-info {
  --osen-tooltip-bg: var(--osen-info);
}

/* line 7, app/assets/stylesheets/components/_tooltip.scss */
.tooltip-warning {
  --osen-tooltip-bg: var(--osen-warning);
}

/* line 7, app/assets/stylesheets/components/_tooltip.scss */
.tooltip-danger {
  --osen-tooltip-bg: var(--osen-danger);
}

/* line 7, app/assets/stylesheets/components/_tooltip.scss */
.tooltip-light {
  --osen-tooltip-bg: var(--osen-light);
}

/* line 7, app/assets/stylesheets/components/_tooltip.scss */
.tooltip-dark {
  --osen-tooltip-bg: var(--osen-dark);
}

/* line 6, app/assets/stylesheets/components/_steps.scss */
.horizontal-steps {
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

/* line 14, app/assets/stylesheets/components/_steps.scss */
.horizontal-steps:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0.2em;
  background-color: var(--osen-border-color);
}

/* line 23, app/assets/stylesheets/components/_steps.scss */
.horizontal-steps .process-line {
  display: block;
  position: absolute;
  width: 50%;
  height: 0.2em;
  background-color: var(--osen-primary);
}

/* line 31, app/assets/stylesheets/components/_steps.scss */
.horizontal-steps .horizontal-steps-content {
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

/* line 39, app/assets/stylesheets/components/_steps.scss */
.horizontal-steps .horizontal-steps-content .step-item {
  display: block;
  position: relative;
  bottom: calc(100% + 1em);
  height: 8px;
  width: 8px;
  margin: 0 2em;
  box-sizing: content-box;
  color: var(--osen-primary);
  background-color: currentColor;
  border: 0.25em solid var(--osen-body-bg);
  border-radius: 50%;
  z-index: 5;
}

/* line 53, app/assets/stylesheets/components/_steps.scss */
.horizontal-steps .horizontal-steps-content .step-item:first-child {
  margin-left: 0;
}

/* line 57, app/assets/stylesheets/components/_steps.scss */
.horizontal-steps .horizontal-steps-content .step-item:last-child {
  margin-right: 0;
  color: #6ac75a;
}

/* line 62, app/assets/stylesheets/components/_steps.scss */
.horizontal-steps .horizontal-steps-content .step-item span {
  position: absolute;
  top: calc(100% + 1em);
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  color: var(--osen-gray-500);
}

/* line 72, app/assets/stylesheets/components/_steps.scss */
.horizontal-steps .horizontal-steps-content .step-item.current:before {
  content: "";
  display: block;
  position: absolute;
  top: 48%;
  left: 48%;
  padding: 1em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  z-index: -1;
  animation-name: animation-steps-current;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-out;
}

/* line 89, app/assets/stylesheets/components/_steps.scss */
.horizontal-steps .horizontal-steps-content .step-item.current span {
  color: var(--osen-primary) !important;
}

@keyframes animation-steps-current {
  from {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  to {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 113, app/assets/stylesheets/components/_steps.scss */
  .horizontal-steps .horizontal-steps-content .step-item span {
    white-space: inherit;
  }
}

/* line 5, app/assets/stylesheets/components/_preloader.scss */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--osen-tertiary-bg);
  z-index: 9999;
}

/* line 15, app/assets/stylesheets/components/_preloader.scss */
#status {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -40px 0 0 -40px;
}

@keyframes bouncing-loader {
  to {
    opacity: 0.1;
    transform: translate3d(0, -16px, 0);
  }
}

/* line 31, app/assets/stylesheets/components/_preloader.scss */
.bouncing-loader {
  display: flex;
  justify-content: center;
}

/* line 35, app/assets/stylesheets/components/_preloader.scss */
.bouncing-loader > div {
  width: 13px;
  height: 13px;
  margin: 32px 3px;
  background: var(--osen-primary);
  border-radius: 50%;
  animation: bouncing-loader 0.6s infinite alternate;
}

/* line 43, app/assets/stylesheets/components/_preloader.scss */
.bouncing-loader > div:nth-child(2) {
  animation-delay: 0.2s;
  background: #ff6d43;
}

/* line 47, app/assets/stylesheets/components/_preloader.scss */
.bouncing-loader > div:nth-child(3) {
  animation-delay: 0.4s;
  background: #6ac75a;
}

/* line 6, app/assets/stylesheets/components/_widgets.scss */
.info-sidebar {
  width: 100%;
}

@media (min-width: 1200px) {
  /* line 11, app/assets/stylesheets/components/_widgets.scss */
  .info-sidebar {
    width: 320px;
  }
}

/* line 18, app/assets/stylesheets/components/_widgets.scss */
.widget-flat {
  position: relative;
  overflow: hidden;
}

/* line 22, app/assets/stylesheets/components/_widgets.scss */
.widget-flat .widget-flat-icon {
  position: absolute;
  right: -10px;
  font-size: 64px;
  bottom: -10px;
  opacity: 0.075;
  transition: all .4s;
}

/* line 32, app/assets/stylesheets/components/_widgets.scss */
.widget-flat:hover .widget-flat-icon {
  bottom: 0;
  opacity: 0.25;
}

/* line 42, app/assets/stylesheets/components/_widgets.scss */
.app-search {
  position: relative;
}

/* line 45, app/assets/stylesheets/components/_widgets.scss */
.app-search .form-control {
  padding-left: 40px;
}

/* line 49, app/assets/stylesheets/components/_widgets.scss */
.app-search .app-search-icon {
  width: 40px;
  z-index: 5;
}

/* line 59, app/assets/stylesheets/components/_widgets.scss */
.app-search svg {
  height: 18px;
}

/* line 64, app/assets/stylesheets/components/_widgets.scss */
.app-search iconify-icon svg {
  margin: 0 auto;
}

/* line 70, app/assets/stylesheets/components/_widgets.scss */
.app-search.app-search-sm .form-control {
  padding-left: 30px;
}

/* line 74, app/assets/stylesheets/components/_widgets.scss */
.app-search.app-search-sm .app-search-icon {
  width: 30px;
}

/* line 78, app/assets/stylesheets/components/_widgets.scss */
.app-search.app-search-sm svg {
  height: 16px;
}

/* line 84, app/assets/stylesheets/components/_widgets.scss */
.app-search.app-search-lg .form-control {
  padding-left: 50px;
}

/* line 88, app/assets/stylesheets/components/_widgets.scss */
.app-search.app-search-lg .app-search-icon {
  width: 50px;
}

/* line 92, app/assets/stylesheets/components/_widgets.scss */
.app-search.app-search-lg svg {
  height: 24px;
}

/* line 104, app/assets/stylesheets/components/_widgets.scss */
.custom-progress {
  position: relative;
  height: 3rem;
  background-color: var(--osen-tertiary-bg);
}

/* line 109, app/assets/stylesheets/components/_widgets.scss */
.custom-progress .progress-info {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  z-index: 1;
}

/* line 117, app/assets/stylesheets/components/_widgets.scss */
.custom-progress .progress-data {
  position: absolute;
  top: 0;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--osen-progress-bar-color);
  text-align: center;
  white-space: nowrap;
}

/* line 133, app/assets/stylesheets/components/_widgets.scss */
.custom-progress:has(.bg-primary) {
  background-color: rgba(var(--osen-primary-rgb), 0.1);
}

/* line 138, app/assets/stylesheets/components/_widgets.scss */
.progress-data.bg-primary {
  background-color: rgba(var(--osen-primary-rgb), 0.2) !important;
}

/* line 133, app/assets/stylesheets/components/_widgets.scss */
.custom-progress:has(.bg-secondary) {
  background-color: rgba(var(--osen-secondary-rgb), 0.1);
}

/* line 138, app/assets/stylesheets/components/_widgets.scss */
.progress-data.bg-secondary {
  background-color: rgba(var(--osen-secondary-rgb), 0.2) !important;
}

/* line 133, app/assets/stylesheets/components/_widgets.scss */
.custom-progress:has(.bg-success) {
  background-color: rgba(var(--osen-success-rgb), 0.1);
}

/* line 138, app/assets/stylesheets/components/_widgets.scss */
.progress-data.bg-success {
  background-color: rgba(var(--osen-success-rgb), 0.2) !important;
}

/* line 133, app/assets/stylesheets/components/_widgets.scss */
.custom-progress:has(.bg-info) {
  background-color: rgba(var(--osen-info-rgb), 0.1);
}

/* line 138, app/assets/stylesheets/components/_widgets.scss */
.progress-data.bg-info {
  background-color: rgba(var(--osen-info-rgb), 0.2) !important;
}

/* line 133, app/assets/stylesheets/components/_widgets.scss */
.custom-progress:has(.bg-warning) {
  background-color: rgba(var(--osen-warning-rgb), 0.1);
}

/* line 138, app/assets/stylesheets/components/_widgets.scss */
.progress-data.bg-warning {
  background-color: rgba(var(--osen-warning-rgb), 0.2) !important;
}

/* line 133, app/assets/stylesheets/components/_widgets.scss */
.custom-progress:has(.bg-danger) {
  background-color: rgba(var(--osen-danger-rgb), 0.1);
}

/* line 138, app/assets/stylesheets/components/_widgets.scss */
.progress-data.bg-danger {
  background-color: rgba(var(--osen-danger-rgb), 0.2) !important;
}

/* line 133, app/assets/stylesheets/components/_widgets.scss */
.custom-progress:has(.bg-light) {
  background-color: rgba(var(--osen-light-rgb), 0.1);
}

/* line 138, app/assets/stylesheets/components/_widgets.scss */
.progress-data.bg-light {
  background-color: rgba(var(--osen-light-rgb), 0.2) !important;
}

/* line 133, app/assets/stylesheets/components/_widgets.scss */
.custom-progress:has(.bg-dark) {
  background-color: rgba(var(--osen-dark-rgb), 0.1);
}

/* line 138, app/assets/stylesheets/components/_widgets.scss */
.progress-data.bg-dark {
  background-color: rgba(var(--osen-dark-rgb), 0.2) !important;
}

/* line 146, app/assets/stylesheets/components/_widgets.scss */
.timeline-alt {
  padding: 20px 0;
  position: relative;
}

/* line 150, app/assets/stylesheets/components/_widgets.scss */
.timeline-alt .timeline-item {
  position: relative;
}

/* line 153, app/assets/stylesheets/components/_widgets.scss */
.timeline-alt .timeline-item:before {
  background-color: var(--osen-tertiary-bg);
  bottom: 0;
  content: "";
  left: 11px;
  position: absolute;
  top: 24px;
  width: 2px;
  z-index: 0;
}

/* line 164, app/assets/stylesheets/components/_widgets.scss */
.timeline-alt .timeline-item .timeline-icon {
  float: left;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  font-size: 14px;
  text-align: center;
  line-height: 24px;
  background-color: #fff;
}

/* line 175, app/assets/stylesheets/components/_widgets.scss */
.timeline-alt .timeline-item .timeline-item-info {
  margin-left: 35px;
}

/* line 180, app/assets/stylesheets/components/_widgets.scss */
.timeline-alt .timeline-item:last-of-type::before {
  display: none;
}

/* line 187, app/assets/stylesheets/components/_widgets.scss */
.card-bg-img {
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}

/* line 194, app/assets/stylesheets/components/_widgets.scss */
.dr-profile-bg {
  background-image: url(/assets/dr-profile/dr-bg-bdd5282f1e6e70a9a95a61ef2426d9298888c1090cddff9823d26c0d30515afb.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px;
}

/* line 4, app/assets/stylesheets/pages/_chat.scss */
.list-scroll {
  height: calc(100vh - 100px);
}

/* line 8, app/assets/stylesheets/pages/_chat.scss */
.chat-scroll {
  height: calc(100vh - 420px);
}

@media (min-width: 1200px) {
  /* line 13, app/assets/stylesheets/pages/_chat.scss */
  .chat-user-list {
    width: 340px;
  }
  /* line 17, app/assets/stylesheets/pages/_chat.scss */
  .list-scroll {
    height: calc(100vh - 306px);
  }
  /* line 21, app/assets/stylesheets/pages/_chat.scss */
  .chat-scroll {
    height: calc(100vh - 392px);
  }
}

/* line 26, app/assets/stylesheets/pages/_chat.scss */
.chat-content {
  flex: 1 1 auto;
}

/* line 33, app/assets/stylesheets/pages/_chat.scss */
.chat .users-list .chat-users {
  display: flex;
  align-items: center;
  padding: 1rem 1.2rem;
  transition: all 0.2s ease-in-out;
  gap: 10px;
}

/* line 41, app/assets/stylesheets/pages/_chat.scss */
.chat .users-list .chat-users:hover {
  background-color: rgba(70, 93, 255, 0.05);
}

/* line 46, app/assets/stylesheets/pages/_chat.scss */
.chat .users-list .chat-users.active {
  background-color: rgba(70, 93, 255, 0.05);
}

/* line 54, app/assets/stylesheets/pages/_chat.scss */
.chat .chat-users .chat-avatar {
  position: relative;
}

/* line 57, app/assets/stylesheets/pages/_chat.scss */
.chat .chat-users .chat-avatar::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 30%;
  width: 30%;
  border-radius: 50%;
}

/* line 70, app/assets/stylesheets/pages/_chat.scss */
.chat .chat-users .chat-avatar-online::after {
  background-color: #6ac75a;
  border: 2px solid var(--osen-secondary-bg);
}

/* line 77, app/assets/stylesheets/pages/_chat.scss */
.chat .chat-users .chat-avatar-offline::after {
  background-color: #ff6d43;
  border: 2px solid var(--osen-secondary-bg);
}

/* line 86, app/assets/stylesheets/pages/_chat.scss */
.chat-list {
  list-style: none;
  padding: 0;
  margin-bottom: 0 !important;
  display: flex;
  gap: 12px;
  flex-direction: column;
  scrollbar-width: thin;
}

/* line 95, app/assets/stylesheets/pages/_chat.scss */
.chat-list .chat-group {
  display: inline-flex;
  gap: 12px;
}

/* line 99, app/assets/stylesheets/pages/_chat.scss */
.chat-list .chat-group .chat-body {
  flex-shrink: 1;
}

/* line 103, app/assets/stylesheets/pages/_chat.scss */
.chat-list .chat-group .chat-message {
  background: var(--osen-light);
  border-radius: 3px;
  display: flex;
  padding: 12px;
  position: relative;
  max-width: 650px;
  margin-bottom: 8px;
}

/* line 112, app/assets/stylesheets/pages/_chat.scss */
.chat-list .chat-group .chat-message p {
  margin: 0;
}

/* line 117, app/assets/stylesheets/pages/_chat.scss */
.chat-list .chat-group .chat-message:hover .chat-actions {
  display: inline-flex;
}

/* line 123, app/assets/stylesheets/pages/_chat.scss */
.chat-list .chat-group .chat-actions {
  display: none;
  margin-left: 8px;
  position: absolute;
  right: -40px;
  top: 7px;
}

/* line 130, app/assets/stylesheets/pages/_chat.scss */
.chat-list .chat-group .chat-actions i {
  font-size: 20px;
}

/* line 135, app/assets/stylesheets/pages/_chat.scss */
.chat-list .chat-group .chat-actions:has(.show) {
  display: inline-flex;
}

/* line 140, app/assets/stylesheets/pages/_chat.scss */
.chat-list .odd {
  justify-content: end;
  flex-direction: row-reverse;
  text-align: end;
}

/* line 145, app/assets/stylesheets/pages/_chat.scss */
.chat-list .odd .chat-message {
  background-color: var(--osen-primary);
  color: white;
}

/* line 150, app/assets/stylesheets/pages/_chat.scss */
.chat-list .odd .chat-actions {
  left: -50px;
  right: auto;
}

/* line 158, app/assets/stylesheets/pages/_chat.scss */
.collapsed[data-bs-target="#chat-user-list"] {
  transform: rotate(180deg);
}

/* line 6, app/assets/stylesheets/pages/_file-manager.scss */
.file-manager {
  width: 280px;
  min-width: 280px;
}

/* line 12, app/assets/stylesheets/pages/_file-manager.scss */
.file-menu {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* line 17, app/assets/stylesheets/pages/_file-manager.scss */
.file-menu .list-group-item {
  background-color: transparent;
  padding: 8px 12px;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  font-weight: 500;
}

/* line 24, app/assets/stylesheets/pages/_file-manager.scss */
.file-menu .list-group-item.active, .file-menu .list-group-item:hover {
  color: var(--osen-primary);
  background-color: var(--osen-body-bg);
}

/* line 5, app/assets/stylesheets/pages/_authentication.scss */
.auth-bg {
  background-image: linear-gradient(135deg, #00008e 0%, #29084a 100%);
}

/* line 10, app/assets/stylesheets/pages/_authentication.scss */
.auth-brand .logo-dark {
  display: none;
}

/* line 14, app/assets/stylesheets/pages/_authentication.scss */
.auth-brand .logo-light {
  display: inline-block;
}

/* line 22, app/assets/stylesheets/pages/_authentication.scss */
html[data-bs-theme="dark"] .auth-brand .logo-light {
  display: inline-block;
}

/* line 26, app/assets/stylesheets/pages/_authentication.scss */
html[data-bs-theme="dark"] .auth-brand .logo-dark {
  display: none;
}

/* line 5, app/assets/stylesheets/pages/_error.scss */
.text-error {
  color: var(--osen-primary);
  text-shadow: rgba(var(--osen-primary-rgb), 0.3) 5px 1px, rgba(var(--osen-primary-rgb), 0.2) 10px 3px;
  font-size: 5.25rem;
  line-height: 5.625rem;
}

/* line 14, app/assets/stylesheets/pages/_error.scss */
.fs-300 {
  font-size: 300px;
}

@media (max-width: 1500px) {
  /* line 14, app/assets/stylesheets/pages/_error.scss */
  .fs-300 {
    font-size: 166px;
  }
}

/* line 22, app/assets/stylesheets/pages/_error.scss */
.fs-160 {
  font-size: 160px;
}

@media (max-width: 991px) {
  /* line 22, app/assets/stylesheets/pages/_error.scss */
  .fs-160 {
    font-size: 100px;
  }
}

/* line 30, app/assets/stylesheets/pages/_error.scss */
.text-bg {
  background-image: url(/../images/small/small-3.jpg);
  background-position: center;
  background-size: contain;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(3px 0px 7px #241c81);
}

/* line 39, app/assets/stylesheets/pages/_error.scss */
.error-section {
  background-image: linear-gradient(#ffffff08 2px, transparent 2px), linear-gradient(to right, #ffffff08 2px, transparent 2px);
  background-size: 100px 100px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px;
  min-height: 100vh;
  flex-direction: row;
  align-items: stretch;
}

@media (max-width: 500px) {
  /* line 53, app/assets/stylesheets/pages/_error.scss */
  .error-bg .robot-img {
    max-width: 20% !important;
  }
}

@media (max-width: 1500px) {
  /* line 53, app/assets/stylesheets/pages/_error.scss */
  .error-bg .robot-img {
    max-width: 30%;
  }
}

/* line 64, app/assets/stylesheets/pages/_error.scss */
.error-bg-2 {
  background-image: url(/../images/banner-1.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* line 5, app/assets/stylesheets/pages/_faq.scss */
.faq-question-q-box {
  height: 30px;
  width: 30px;
  color: var(--osen-primary);
  background-color: rgba(var(--osen-primary-rgb), 0.25);
  box-shadow: 0 0 45px 0 rgba(var(--osen-body-color-rgb), 0.2);
  text-align: center;
  border-radius: 50%;
  float: left;
  font-weight: 700;
  line-height: 30px;
}

/* line 18, app/assets/stylesheets/pages/_faq.scss */
.faq-question {
  margin-top: 0;
  margin-left: 50px;
  font-weight: 600;
  font-size: 16px;
  color: var(--osen-tertiary-color);
}

/* line 26, app/assets/stylesheets/pages/_faq.scss */
.faq-answer {
  margin-left: 50px;
}

/* line 30, app/assets/stylesheets/pages/_faq.scss */
.docs-nav {
  position: sticky;
  right: 0;
  z-index: 2;
  overflow-y: auto;
  padding: 8px 0;
}

/* line 40, app/assets/stylesheets/pages/_faq.scss */
.docs-nav .nav-item .nav-link {
  color: var(--osen-secondary-color);
  font-weight: 500;
  transition: all 0.1s ease-out;
}

/* line 45, app/assets/stylesheets/pages/_faq.scss */
.docs-nav .nav-item .nav-link:hover {
  color: #465dff;
}

/* line 50, app/assets/stylesheets/pages/_faq.scss */
.docs-nav .nav-item.active .nav-link {
  color: #465dff;
  text-underline-offset: 0.35rem;
  text-decoration-line: underline;
}

/* line 58, app/assets/stylesheets/pages/_faq.scss */
.anchor {
  scroll-margin-top: 108px;
}

/* line 61, app/assets/stylesheets/pages/_faq.scss */
.anchor .anchor-link {
  padding: 0 0.175rem;
  font-weight: 400;
  color: #465dff;
  text-decoration: none;
  opacity: 0;
  transition: color 0.15s ease-in-out, opacity 0.15s ease-in-out;
}

/* line 72, app/assets/stylesheets/pages/_faq.scss */
.anchor:hover .anchor-link, .anchor:focus .anchor-link {
  text-decoration: none;
  opacity: 1;
}

/* line 79, app/assets/stylesheets/pages/_faq.scss */
.docs-nav {
  top: 5.5rem;
}

/* line 83, app/assets/stylesheets/pages/_faq.scss */
.terms-bg {
  background-image: linear-gradient(rgba(255, 255, 255, 0.0313725) 2px, transparent 2px), linear-gradient(to right, rgba(255, 255, 255, 0.0313725) 2px, transparent 2px);
  background-size: 50px 50px;
  position: relative;
}

/* line 5, app/assets/stylesheets/pages/_maintenance.scss */
.maintenance-icon {
  font-size: 22px;
  box-shadow: 0 0 45px 0 rgba(var(--osen-body-color-rgb), 0.2);
  height: 60px;
  display: inline-block;
  width: 60px;
  line-height: 58px;
  border-radius: 50%;
}

@media (min-width: 1500px) {
  /* line 6, app/assets/stylesheets/pages/_email.scss */
  .email-sidebar {
    width: 270px;
  }
}

/* line 13, app/assets/stylesheets/pages/_email.scss */
.email-menu-list a {
  color: var(--osen-body-tertiary-color);
  font-weight: 500;
  padding: 8px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  transition: all 0.2s ease-in-out;
}

/* line 22, app/assets/stylesheets/pages/_email.scss */
.email-menu-list a.active, .email-menu-list a:hover {
  color: var(--osen-primary);
  background-color: rgba(var(--osen-light-rgb), 0.75);
}

/* line 27, app/assets/stylesheets/pages/_email.scss */
.email-menu-list a.active iconify-icon.text-muted, .email-menu-list a:hover iconify-icon.text-muted {
  color: var(--osen-primary) !important;
}

/* line 32, app/assets/stylesheets/pages/_email.scss */
.email-menu-list a.active {
  font-weight: 700;
}

/* line 40, app/assets/stylesheets/pages/_email.scss */
.mail-list:has(.form-check-input:checked) tr:has(.form-check-input:checked) {
  background-color: rgba(var(--osen-light-rgb), 0.5);
}

/* line 5, app/assets/stylesheets/pages/_timeline.scss */
.timeline {
  margin-bottom: 50px;
  position: relative;
}

/* line 9, app/assets/stylesheets/pages/_timeline.scss */
.timeline:before {
  background-color: var(--osen-border-color);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  top: 30px;
  width: 5px;
  z-index: -1;
}

/* line 21, app/assets/stylesheets/pages/_timeline.scss */
.timeline-show {
  position: relative;
}

/* line 24, app/assets/stylesheets/pages/_timeline.scss */
.timeline-show .time-show-name {
  display: inline-block;
  border-radius: 3px;
  background-color: #465dff;
  padding: 7px 15px;
  color: #eef2f7;
  border: 4px solid var(--osen-secondary-bg);
  box-shadow: var(--osen-box-shadow);
}

/* line 35, app/assets/stylesheets/pages/_timeline.scss */
.timeline-box {
  background-color: var(--osen-secondary-bg);
  box-shadow: var(--osen-box-shadow);
  display: block;
  margin: 15px 0;
  padding: 1.5rem;
  border-radius: var(--osen-border-radius);
}

/* line 44, app/assets/stylesheets/pages/_timeline.scss */
.timeline-album {
  margin-top: 12px;
}

/* line 47, app/assets/stylesheets/pages/_timeline.scss */
.timeline-album a {
  display: inline-block;
  margin-right: 5px;
}

/* line 52, app/assets/stylesheets/pages/_timeline.scss */
.timeline-album img {
  height: 50px;
  width: auto;
  border-radius: 3px;
}

@media (min-width: 768px) {
  /* line 61, app/assets/stylesheets/pages/_timeline.scss */
  .timeline .timeline-box {
    margin-left: 65px;
  }
  /* line 65, app/assets/stylesheets/pages/_timeline.scss */
  .timeline .timeline-icon {
    border-radius: 50%;
    border: 4px solid var(--osen-secondary-bg);
    display: block;
    left: -20px;
    margin-top: -12px;
    position: absolute;
    text-align: center;
    top: 50%;
    box-shadow: var(--osen-box-shadow);
  }
  /* line 76, app/assets/stylesheets/pages/_timeline.scss */
  .timeline .timeline-icon i {
    color: var(--osen-secondary-color);
    font-size: 1rem;
    vertical-align: middle;
  }
  /* line 83, app/assets/stylesheets/pages/_timeline.scss */
  .timeline .timeline-desk {
    position: relative;
    display: table-cell;
    vertical-align: top;
    width: 50%;
  }
  /* line 93, app/assets/stylesheets/pages/_timeline.scss */
  .timeline-lg-item {
    display: flex;
  }
  /* line 96, app/assets/stylesheets/pages/_timeline.scss */
  .timeline-lg-item:before {
    content: "";
    display: block;
    width: 50%;
  }
  /* line 103, app/assets/stylesheets/pages/_timeline.scss */
  .timeline-lg-item .timeline-desk .arrow {
    border-bottom: 12px solid transparent;
    border-right: 12px solid var(--osen-secondary-bg) !important;
    border-top: 12px solid transparent;
    display: block;
    height: 0;
    left: 53px;
    margin-top: -12px;
    position: absolute;
    top: 50%;
    width: 0;
    box-shadow: var(--osen-box-shadow);
  }
  /* line 119, app/assets/stylesheets/pages/_timeline.scss */
  .timeline-lg-item.timeline-item-left:after {
    content: "";
    display: block;
    width: 50%;
  }
  /* line 126, app/assets/stylesheets/pages/_timeline.scss */
  .timeline-lg-item.timeline-item-left .timeline-desk .arrow-alt {
    border-bottom: 12px solid transparent;
    border-left: 12px solid var(--osen-secondary-bg) !important;
    border-top: 12px solid transparent;
    display: block;
    height: 0;
    left: auto;
    margin-top: -12px;
    position: absolute;
    right: 53px;
    top: 50%;
    width: 0;
    box-shadow: var(--osen-box-shadow);
  }
  /* line 141, app/assets/stylesheets/pages/_timeline.scss */
  .timeline-lg-item.timeline-item-left .timeline-desk .album {
    float: right;
    margin-top: 20px;
  }
  /* line 145, app/assets/stylesheets/pages/_timeline.scss */
  .timeline-lg-item.timeline-item-left .timeline-desk .album a {
    float: right;
    margin-left: 5px;
  }
  /* line 152, app/assets/stylesheets/pages/_timeline.scss */
  .timeline-lg-item.timeline-item-left .timeline-icon {
    left: auto;
    right: -27px;
  }
  /* line 157, app/assets/stylesheets/pages/_timeline.scss */
  .timeline-lg-item.timeline-item-left:before {
    display: none;
  }
  /* line 161, app/assets/stylesheets/pages/_timeline.scss */
  .timeline-lg-item.timeline-item-left .timeline-box {
    margin-right: 65px;
    margin-left: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 171, app/assets/stylesheets/pages/_timeline.scss */
  .timeline .timeline-icon {
    display: none;
  }
}

/* line 6, app/assets/stylesheets/pages/_components-demo.scss */
.scrollspy-example {
  position: relative;
  height: 200px;
  margin-top: 0.5rem;
  overflow: auto;
}

/* line 15, app/assets/stylesheets/pages/_components-demo.scss */
.grid-structure .grid-container {
  background-color: var(--osen-tertiary-bg);
  margin-bottom: 10px;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 10px 20px;
}

/* line 24, app/assets/stylesheets/pages/_components-demo.scss */
.icon-box .card {
  height: 70px;
  min-width: 70px;
  margin-bottom: 0 !important;
  cursor: pointer;
}

/* line 31, app/assets/stylesheets/pages/_components-demo.scss */
.icon-box .card:hover iconify-icon {
  color: #465dff;
}

/* line 39, app/assets/stylesheets/pages/_components-demo.scss */
.icons-list-demo div {
  cursor: pointer;
  line-height: 45px;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
}

/* line 47, app/assets/stylesheets/pages/_components-demo.scss */
.icons-list-demo div p {
  margin-bottom: 0;
  line-height: inherit;
}

/* line 52, app/assets/stylesheets/pages/_components-demo.scss */
.icons-list-demo div:hover, .icons-list-demo div:hover i {
  color: var(--osen-primary);
}

/* line 58, app/assets/stylesheets/pages/_components-demo.scss */
.icons-list-demo i {
  text-align: center;
  vertical-align: middle;
  font-size: 24px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-right: 12px;
  border-radius: 3px;
  display: inline-block;
  transition: all 0.2s;
}

/* line 5, app/assets/stylesheets/plugins/_apexcharts.scss */
.apex-charts {
  min-height: 10px !important;
}

/* line 8, app/assets/stylesheets/plugins/_apexcharts.scss */
.apex-charts text {
  font-family: var(--osen-font-sans-serif) !important;
}

/* line 12, app/assets/stylesheets/plugins/_apexcharts.scss */
.apex-charts .apexcharts-canvas {
  margin: 0 auto;
}

/* line 17, app/assets/stylesheets/plugins/_apexcharts.scss */
.apexcharts-tooltip-title,
.apexcharts-tooltip-text,
.apexcharts-xaxistooltip-text,
.apexcharts-datalabels text {
  font-family: var(--osen-font-sans-serif) !important;
}

/* line 24, app/assets/stylesheets/plugins/_apexcharts.scss */
.apexcharts-tooltip {
  border: 1px solid var(--osen-border-color) !important;
  background-color: var(--osen-secondary-bg) !important;
  box-shadow: var(--osen-box-shadow) !important;
}

/* line 29, app/assets/stylesheets/plugins/_apexcharts.scss */
.apexcharts-tooltip * {
  font-family: var(--osen-font-sans-serif) !important;
  color: var(--osen-tertiary-color) !important;
}

/* line 34, app/assets/stylesheets/plugins/_apexcharts.scss */
.apexcharts-tooltip .apexcharts-tooltip-title {
  background-color: rgba(var(--osen-light-rgb), 0.75) !important;
  border-bottom: 1px solid var(--osen-border-color) !important;
}

/* line 41, app/assets/stylesheets/plugins/_apexcharts.scss */
.apexcharts-tooltip.apexcharts-theme-dark * {
  color: #fff !important;
}

/* line 46, app/assets/stylesheets/plugins/_apexcharts.scss */
.apexcharts-legend-series {
  font-weight: 600;
}

/* line 50, app/assets/stylesheets/plugins/_apexcharts.scss */
.apexcharts-gridline {
  pointer-events: none;
  stroke: var(--osen-border-color);
  stroke-dasharray: 3;
}

/* line 56, app/assets/stylesheets/plugins/_apexcharts.scss */
.apexcharts-xaxis-tick {
  stroke: var(--osen-border-color);
}

/* line 60, app/assets/stylesheets/plugins/_apexcharts.scss */
.apexcharts-legend-text {
  color: var(--osen-tertiary-color) !important;
  font-family: var(--osen-font-sans-serif) !important;
  font-size: 13px !important;
  vertical-align: middle;
}

/* line 67, app/assets/stylesheets/plugins/_apexcharts.scss */
.apexcharts-legend-marker {
  vertical-align: middle;
  margin-right: 5px !important;
  top: -1px !important;
}

/* line 73, app/assets/stylesheets/plugins/_apexcharts.scss */
.apexcharts-pie-label {
  fill: #fff !important;
}

/* line 77, app/assets/stylesheets/plugins/_apexcharts.scss */
.apexcharts-title-text,
.apexcharts-subtitle-text {
  fill: var(--osen-secondary-color);
  font-family: var(--osen-font-sans-serif) !important;
}

/* line 85, app/assets/stylesheets/plugins/_apexcharts.scss */
.apexcharts-yaxis text,
.apexcharts-xaxis text {
  font-family: var(--osen-font-sans-serif) !important;
  fill: var(--osen-secondary-color);
}

/* line 91, app/assets/stylesheets/plugins/_apexcharts.scss */
.apexcharts-yaxis-title {
  font-weight: 500;
}

/* line 95, app/assets/stylesheets/plugins/_apexcharts.scss */
.apexcharts-annotation-rect {
  fill: var(--osen-tertiary-bg) !important;
}

/* line 101, app/assets/stylesheets/plugins/_apexcharts.scss */
.apexcharts-xaxis-annotations rect,
.apexcharts-yaxis-annotations rect {
  stroke: none;
}

/* line 107, app/assets/stylesheets/plugins/_apexcharts.scss */
.apexcharts-grid-borders .apexcharts-gridline + line {
  stroke: var(--osen-border-color);
}

/* line 113, app/assets/stylesheets/plugins/_apexcharts.scss */
.apex-toolbar .btn-light.active {
  background-color: var(--osen-primary);
  border-color: var(--osen-primary);
  color: #fff;
  box-shadow: 0px 2px 6px 0px rgba(var(--osen-primary-rgb), 0.5);
}

/* line 121, app/assets/stylesheets/plugins/_apexcharts.scss */
.apexcharts-xaxistooltip {
  background-color: var(--osen-secondary-bg) !important;
  border: var(--osen-border-width) solid var(--osen-border-color) !important;
  box-shadow: var(--osen-box-shadow) !important;
  color: var(--osen-body-color) !important;
}

/* line 128, app/assets/stylesheets/plugins/_apexcharts.scss */
.apexcharts-xaxistooltip-bottom:before {
  border-bottom-color: var(--osen-border-color) !important;
}

/* line 132, app/assets/stylesheets/plugins/_apexcharts.scss */
.apexcharts-datalabel-value,
.apexcharts-datalabel-label {
  fill: var(--osen-body-color) !important;
}

/* line 137, app/assets/stylesheets/plugins/_apexcharts.scss */
.apexcharts-menu {
  background: var(--osen-secondary-bg) !important;
  padding: 0.25rem 0.25rem !important;
  box-shadow: var(--osen-box-shadow) !important;
  border: var(--osen-border-width) solid var(--osen-border-color) !important;
  text-align: center !important;
}

/* line 145, app/assets/stylesheets/plugins/_apexcharts.scss */
.apexcharts-menu .apexcharts-menu-item:hover {
  color: var(--osen-body-color) !important;
  background-color: var(--osen-tertiary-bg) !important;
}

/* line 154, app/assets/stylesheets/plugins/_apexcharts.scss */
.apexcharts-radar-series polygon {
  fill: transparent;
  stroke: var(--osen-border-color);
}

/* line 159, app/assets/stylesheets/plugins/_apexcharts.scss */
.apexcharts-radar-series line {
  stroke: var(--osen-border-color);
}

/* line 166, app/assets/stylesheets/plugins/_apexcharts.scss */
.apexcharts-track path {
  stroke: var(--osen-tertiary-bg);
}

/* line 171, app/assets/stylesheets/plugins/_apexcharts.scss */
.apexcharts-marker {
  stroke: var(--osen-body-bg);
}

/* line 176, app/assets/stylesheets/plugins/_apexcharts.scss */
.apexcharts-grid rect {
  fill: none;
}

/* line 181, app/assets/stylesheets/plugins/_apexcharts.scss */
.apex-charts .apexcharts-heatmap-series rect,
.apex-charts .apexcharts-treemap rect,
.apex-charts .apexcharts-bar-series path,
.apex-charts .apexcharts-pie-series path {
  stroke: var(--osen-body-bg);
}

/* line 188, app/assets/stylesheets/plugins/_apexcharts.scss */
.apexcharts-pie circle, .apexcharts-pie line {
  stroke: var(--osen-border-color);
}

/* line 7, app/assets/stylesheets/plugins/_calendar.scss */
:root {
  --fc-border-color: var(--osen-border-color);
  --fc-page-bg-color: var(--osen-secondary-bg);
  --fc-neutral-bg-color: var(--osen-light);
}

/* line 13, app/assets/stylesheets/plugins/_calendar.scss */
.fc td,
.fc th {
  border: var(--osen-border-width) solid var(--osen-light);
}

/* line 20, app/assets/stylesheets/plugins/_calendar.scss */
.fc .fc-toolbar h2, .fc .fc-toolbar .h2 {
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  /* line 28, app/assets/stylesheets/plugins/_calendar.scss */
  .fc .fc-toolbar .fc-left,
.fc .fc-toolbar .fc-right,
.fc .fc-toolbar .fc-center {
    float: none;
    display: block;
    text-align: center;
    clear: both;
    margin: 10px 0;
  }
  /* line 38, app/assets/stylesheets/plugins/_calendar.scss */
  .fc .fc-toolbar > * > * {
    float: none;
  }
  /* line 42, app/assets/stylesheets/plugins/_calendar.scss */
  .fc .fc-toolbar .fc-today-button {
    display: none;
  }
}

/* line 47, app/assets/stylesheets/plugins/_calendar.scss */
.fc .fc-toolbar .btn {
  text-transform: capitalize;
}

/* line 52, app/assets/stylesheets/plugins/_calendar.scss */
.fc .fc-col-header-cell {
  background-color: var(--osen-light);
}

/* line 56, app/assets/stylesheets/plugins/_calendar.scss */
.fc .fc-col-header-cell-cushion {
  display: block;
  padding: 8px 4px;
  color: var(--osen-body-color);
}

/* line 62, app/assets/stylesheets/plugins/_calendar.scss */
.fc .fc-daygrid-day-number {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  margin: 2px;
  color: var(--osen-body-color);
}

/* line 77, app/assets/stylesheets/plugins/_calendar.scss */
.fc .fc-daygrid-day.fc-day-today {
  background-color: rgba(70, 93, 255, 0.1);
}

/* line 80, app/assets/stylesheets/plugins/_calendar.scss */
.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-number {
  background-color: #465dff;
  color: #fff;
}

/* line 88, app/assets/stylesheets/plugins/_calendar.scss */
.fc .fc-daygrid-day.fc-day-today {
  background-color: rgba(70, 93, 255, 0.1);
}

/* line 94, app/assets/stylesheets/plugins/_calendar.scss */
.fc .fc-timegrid-col.fc-day-today {
  background-color: rgba(70, 93, 255, 0.1);
}

/* line 99, app/assets/stylesheets/plugins/_calendar.scss */
.fc .fc-list-event:hover td {
  background: transparent;
}

/* line 104, app/assets/stylesheets/plugins/_calendar.scss */
.fc .fc-list-event-title a {
  color: #fff !important;
}

/* line 109, app/assets/stylesheets/plugins/_calendar.scss */
.fc .fc-col-header,
.fc .fc-daygrid-body,
.fc .fc-scrollgrid-sync-table {
  width: 100% !important;
}

/* line 115, app/assets/stylesheets/plugins/_calendar.scss */
.fc .fc-scrollgrid-section > * {
  border-left: var(--osen-border-width) solid var(--osen-light);
  border-top: var(--osen-border-width) solid var(--osen-light);
}

/* line 120, app/assets/stylesheets/plugins/_calendar.scss */
.fc .fc-scrollgrid {
  border: 0;
}

/* line 124, app/assets/stylesheets/plugins/_calendar.scss */
.fc .fc-scrollgrid-section-liquid > td {
  border-top: 0;
}

/* line 128, app/assets/stylesheets/plugins/_calendar.scss */
.fc .fc-multimonth {
  border-color: var(--osen-border-color);
}

/* line 133, app/assets/stylesheets/plugins/_calendar.scss */
.fc-theme-bootstrap a:not([href]) {
  color: var(--osen-body-color);
}

/* line 137, app/assets/stylesheets/plugins/_calendar.scss */
.fc-event {
  color: #fff;
}

/* line 142, app/assets/stylesheets/plugins/_calendar.scss */
.fc th.fc-widget-header {
  background: #e7e9eb;
  line-height: 20px;
  padding: 10px 0;
  text-transform: uppercase;
  font-weight: 700;
}

/* line 153, app/assets/stylesheets/plugins/_calendar.scss */
.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
  border-color: #e7e9eb;
}

/* line 166, app/assets/stylesheets/plugins/_calendar.scss */
.fc-unthemed td.fc-today {
  background: #f5f7fa;
}

/* line 171, app/assets/stylesheets/plugins/_calendar.scss */
.fc-button {
  background: var(--osen-secondary-bg);
  border-color: var(--osen-border-color);
  color: #6c757d;
  text-transform: capitalize;
  box-shadow: none;
  padding: 6px 12px !important;
  height: auto !important;
}

/* line 181, app/assets/stylesheets/plugins/_calendar.scss */
.fc .fc-multimonth-multicol .fc-daygrid-more-link {
  border: 1px solid #465dff;
  display: block;
  float: none;
  padding: 1px;
  font-weight: 500;
}

/* line 190, app/assets/stylesheets/plugins/_calendar.scss */
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  background-color: #465dff;
  color: #fff;
  text-shadow: none;
}

/* line 198, app/assets/stylesheets/plugins/_calendar.scss */
.fc-event {
  border-radius: 2px;
  border: none;
  cursor: move;
  font-size: 0.8125rem;
  margin: 5px 7px;
  padding: 5px 5px;
  text-align: center;
}

/* line 210, app/assets/stylesheets/plugins/_calendar.scss */
.fc-theme-standard .fc-popover .fc-popover-header {
  padding: 8px 14px;
}

/* line 216, app/assets/stylesheets/plugins/_calendar.scss */
.fc-event,
.fc-event-dot {
  background-color: #465dff;
}

/* line 221, app/assets/stylesheets/plugins/_calendar.scss */
.fc-daygrid-dot-event.fc-event-mirror,
.fc-daygrid-dot-event:hover {
  background-color: #465dff;
}

/* line 226, app/assets/stylesheets/plugins/_calendar.scss */
.fc-event-title,
.fc-sticky {
  font-weight: 600 !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 233, app/assets/stylesheets/plugins/_calendar.scss */
.fc-daygrid-event-dot {
  border-color: #fff !important;
  display: none;
}

/* line 238, app/assets/stylesheets/plugins/_calendar.scss */
.fc-event-time {
  display: none;
}

/* line 242, app/assets/stylesheets/plugins/_calendar.scss */
.fc-event .fc-content {
  color: #fff;
}

/* line 247, app/assets/stylesheets/plugins/_calendar.scss */
#external-events .external-event {
  text-align: left;
  padding: 8px 16px;
  margin: 6px 0;
}

/* line 256, app/assets/stylesheets/plugins/_calendar.scss */
.fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end.bg-dark .fc-content {
  color: #eef2f7;
}

/* line 261, app/assets/stylesheets/plugins/_calendar.scss */
.fc-prev-button,
.fc-next-button {
  position: relative;
  padding: 6px 8px !important;
}

/* line 272, app/assets/stylesheets/plugins/_calendar.scss */
.fc-toolbar-chunk .fc-button-group .fc-button {
  color: #783bff;
  background-color: rgba(120, 59, 255, 0.15);
  border: none;
  box-shadow: none;
}

/* line 278, app/assets/stylesheets/plugins/_calendar.scss */
.fc-toolbar-chunk .fc-button-group .fc-button:hover, .fc-toolbar-chunk .fc-button-group .fc-button.active {
  color: #fff;
  background-color: #783bff;
}

/* line 286, app/assets/stylesheets/plugins/_calendar.scss */
.fc-toolbar-chunk .fc-today-button {
  background-color: #783bff !important;
  border: #783bff;
}

/* line 294, app/assets/stylesheets/plugins/_calendar.scss */
.fc .fc-button-primary.fc-button-active:not(:disabled),
.fc .fc-button-primary:not(:disabled):active {
  background-color: #783bff !important;
  border-color: #783bff !important;
  color: #fff !important;
}

/* line 301, app/assets/stylesheets/plugins/_calendar.scss */
.fc .fc-button-primary {
  text-transform: capitalize;
}

@media (max-width: 575.98px) {
  /* line 307, app/assets/stylesheets/plugins/_calendar.scss */
  .fc-toolbar {
    flex-direction: column;
    gap: 16px;
  }
}

/* line 315, app/assets/stylesheets/plugins/_calendar.scss */
#event-modal .event-details {
  display: none;
}

/* line 320, app/assets/stylesheets/plugins/_calendar.scss */
#event-modal .view-event .event-form {
  display: none;
}

/* line 324, app/assets/stylesheets/plugins/_calendar.scss */
#event-modal .view-event #event-category-tag {
  display: none;
}

/* line 328, app/assets/stylesheets/plugins/_calendar.scss */
#event-modal .view-event .event-details {
  display: block;
}

/* line 335, app/assets/stylesheets/plugins/_calendar.scss */
.fc-daygrid-event-harness .fc-daygrid-event {
  backdrop-filter: blur(4px);
}

/* line 341, app/assets/stylesheets/plugins/_calendar.scss */
.fc-timegrid-event-harness .fc-timegrid-event {
  backdrop-filter: blur(4px);
}

/* line 349, app/assets/stylesheets/plugins/_calendar.scss */
.fc-timegrid-slots table tr {
  border-color: var(--osen-border-color) !important;
}

/* line 355, app/assets/stylesheets/plugins/_calendar.scss */
.fc-list-table {
  border-color: var(--osen-border-color);
}

/* line 365, app/assets/stylesheets/plugins/_calendar.scss */
.fc-daygrid-event-harness .fc-daygrid-event.bg-primary-subtle .fc-event-title,
.fc-daygrid-event-harness .fc-daygrid-event.bg-primary-subtle .fc-event-main {
  color: #465dff !important;
}

/* line 376, app/assets/stylesheets/plugins/_calendar.scss */
.fc-timegrid-event-harness .fc-timegrid-event.bg-primary-subtle .fc-event-title {
  color: #465dff !important;
}

/* line 385, app/assets/stylesheets/plugins/_calendar.scss */
.fc-list-table .fc-list-event.bg-primary-subtle {
  color: #465dff !important;
}

/* line 389, app/assets/stylesheets/plugins/_calendar.scss */
.fc-list-table .fc-list-event.bg-primary-subtle .fc-list-event-title > a {
  color: #465dff !important;
}

/* line 394, app/assets/stylesheets/plugins/_calendar.scss */
.fc-list-table .fc-list-event.bg-primary-subtle .fc-list-event-dot {
  border-color: #465dff;
}

/* line 365, app/assets/stylesheets/plugins/_calendar.scss */
.fc-daygrid-event-harness .fc-daygrid-event.bg-secondary-subtle .fc-event-title,
.fc-daygrid-event-harness .fc-daygrid-event.bg-secondary-subtle .fc-event-main {
  color: #783bff !important;
}

/* line 376, app/assets/stylesheets/plugins/_calendar.scss */
.fc-timegrid-event-harness .fc-timegrid-event.bg-secondary-subtle .fc-event-title {
  color: #783bff !important;
}

/* line 385, app/assets/stylesheets/plugins/_calendar.scss */
.fc-list-table .fc-list-event.bg-secondary-subtle {
  color: #783bff !important;
}

/* line 389, app/assets/stylesheets/plugins/_calendar.scss */
.fc-list-table .fc-list-event.bg-secondary-subtle .fc-list-event-title > a {
  color: #783bff !important;
}

/* line 394, app/assets/stylesheets/plugins/_calendar.scss */
.fc-list-table .fc-list-event.bg-secondary-subtle .fc-list-event-dot {
  border-color: #783bff;
}

/* line 365, app/assets/stylesheets/plugins/_calendar.scss */
.fc-daygrid-event-harness .fc-daygrid-event.bg-success-subtle .fc-event-title,
.fc-daygrid-event-harness .fc-daygrid-event.bg-success-subtle .fc-event-main {
  color: #6ac75a !important;
}

/* line 376, app/assets/stylesheets/plugins/_calendar.scss */
.fc-timegrid-event-harness .fc-timegrid-event.bg-success-subtle .fc-event-title {
  color: #6ac75a !important;
}

/* line 385, app/assets/stylesheets/plugins/_calendar.scss */
.fc-list-table .fc-list-event.bg-success-subtle {
  color: #6ac75a !important;
}

/* line 389, app/assets/stylesheets/plugins/_calendar.scss */
.fc-list-table .fc-list-event.bg-success-subtle .fc-list-event-title > a {
  color: #6ac75a !important;
}

/* line 394, app/assets/stylesheets/plugins/_calendar.scss */
.fc-list-table .fc-list-event.bg-success-subtle .fc-list-event-dot {
  border-color: #6ac75a;
}

/* line 365, app/assets/stylesheets/plugins/_calendar.scss */
.fc-daygrid-event-harness .fc-daygrid-event.bg-info-subtle .fc-event-title,
.fc-daygrid-event-harness .fc-daygrid-event.bg-info-subtle .fc-event-main {
  color: #67baf1 !important;
}

/* line 376, app/assets/stylesheets/plugins/_calendar.scss */
.fc-timegrid-event-harness .fc-timegrid-event.bg-info-subtle .fc-event-title {
  color: #67baf1 !important;
}

/* line 385, app/assets/stylesheets/plugins/_calendar.scss */
.fc-list-table .fc-list-event.bg-info-subtle {
  color: #67baf1 !important;
}

/* line 389, app/assets/stylesheets/plugins/_calendar.scss */
.fc-list-table .fc-list-event.bg-info-subtle .fc-list-event-title > a {
  color: #67baf1 !important;
}

/* line 394, app/assets/stylesheets/plugins/_calendar.scss */
.fc-list-table .fc-list-event.bg-info-subtle .fc-list-event-dot {
  border-color: #67baf1;
}

/* line 365, app/assets/stylesheets/plugins/_calendar.scss */
.fc-daygrid-event-harness .fc-daygrid-event.bg-warning-subtle .fc-event-title,
.fc-daygrid-event-harness .fc-daygrid-event.bg-warning-subtle .fc-event-main {
  color: #f9c45c !important;
}

/* line 376, app/assets/stylesheets/plugins/_calendar.scss */
.fc-timegrid-event-harness .fc-timegrid-event.bg-warning-subtle .fc-event-title {
  color: #f9c45c !important;
}

/* line 385, app/assets/stylesheets/plugins/_calendar.scss */
.fc-list-table .fc-list-event.bg-warning-subtle {
  color: #f9c45c !important;
}

/* line 389, app/assets/stylesheets/plugins/_calendar.scss */
.fc-list-table .fc-list-event.bg-warning-subtle .fc-list-event-title > a {
  color: #f9c45c !important;
}

/* line 394, app/assets/stylesheets/plugins/_calendar.scss */
.fc-list-table .fc-list-event.bg-warning-subtle .fc-list-event-dot {
  border-color: #f9c45c;
}

/* line 365, app/assets/stylesheets/plugins/_calendar.scss */
.fc-daygrid-event-harness .fc-daygrid-event.bg-danger-subtle .fc-event-title,
.fc-daygrid-event-harness .fc-daygrid-event.bg-danger-subtle .fc-event-main {
  color: #ff6d43 !important;
}

/* line 376, app/assets/stylesheets/plugins/_calendar.scss */
.fc-timegrid-event-harness .fc-timegrid-event.bg-danger-subtle .fc-event-title {
  color: #ff6d43 !important;
}

/* line 385, app/assets/stylesheets/plugins/_calendar.scss */
.fc-list-table .fc-list-event.bg-danger-subtle {
  color: #ff6d43 !important;
}

/* line 389, app/assets/stylesheets/plugins/_calendar.scss */
.fc-list-table .fc-list-event.bg-danger-subtle .fc-list-event-title > a {
  color: #ff6d43 !important;
}

/* line 394, app/assets/stylesheets/plugins/_calendar.scss */
.fc-list-table .fc-list-event.bg-danger-subtle .fc-list-event-dot {
  border-color: #ff6d43;
}

/* line 365, app/assets/stylesheets/plugins/_calendar.scss */
.fc-daygrid-event-harness .fc-daygrid-event.bg-light-subtle .fc-event-title,
.fc-daygrid-event-harness .fc-daygrid-event.bg-light-subtle .fc-event-main {
  color: #eef2f7 !important;
}

/* line 376, app/assets/stylesheets/plugins/_calendar.scss */
.fc-timegrid-event-harness .fc-timegrid-event.bg-light-subtle .fc-event-title {
  color: #eef2f7 !important;
}

/* line 385, app/assets/stylesheets/plugins/_calendar.scss */
.fc-list-table .fc-list-event.bg-light-subtle {
  color: #eef2f7 !important;
}

/* line 389, app/assets/stylesheets/plugins/_calendar.scss */
.fc-list-table .fc-list-event.bg-light-subtle .fc-list-event-title > a {
  color: #eef2f7 !important;
}

/* line 394, app/assets/stylesheets/plugins/_calendar.scss */
.fc-list-table .fc-list-event.bg-light-subtle .fc-list-event-dot {
  border-color: #eef2f7;
}

/* line 365, app/assets/stylesheets/plugins/_calendar.scss */
.fc-daygrid-event-harness .fc-daygrid-event.bg-dark-subtle .fc-event-title,
.fc-daygrid-event-harness .fc-daygrid-event.bg-dark-subtle .fc-event-main {
  color: #313a46 !important;
}

/* line 376, app/assets/stylesheets/plugins/_calendar.scss */
.fc-timegrid-event-harness .fc-timegrid-event.bg-dark-subtle .fc-event-title {
  color: #313a46 !important;
}

/* line 385, app/assets/stylesheets/plugins/_calendar.scss */
.fc-list-table .fc-list-event.bg-dark-subtle {
  color: #313a46 !important;
}

/* line 389, app/assets/stylesheets/plugins/_calendar.scss */
.fc-list-table .fc-list-event.bg-dark-subtle .fc-list-event-title > a {
  color: #313a46 !important;
}

/* line 394, app/assets/stylesheets/plugins/_calendar.scss */
.fc-list-table .fc-list-event.bg-dark-subtle .fc-list-event-dot {
  border-color: #313a46;
}

/* line 404, app/assets/stylesheets/plugins/_calendar.scss */
.fc-daygrid-event-harness .fc-daygrid-event.bg-dark-subtle .fc-event-main,
.fc-daygrid-event-harness .fc-daygrid-event.bg-dark-subtle .fc-event-title {
  color: var(--osen-dark-text-emphasis) !important;
}

/* line 410, app/assets/stylesheets/plugins/_calendar.scss */
.fc-direction-ltr {
  direction: ltr;
}

/* line 413, app/assets/stylesheets/plugins/_calendar.scss */
.fc-direction-ltr .fc-toolbar > * > :not(:first-child) {
  margin-left: 0.75em;
}

/* line 8, app/assets/stylesheets/plugins/_choice.scss */
.choices[data-type*="select-one"] {
  cursor: pointer;
}

/* line 11, app/assets/stylesheets/plugins/_choice.scss */
.choices[data-type*="select-one"] .choices__input {
  padding: 0.5rem 0.77rem !important;
  background-color: var(--osen-secondary-bg);
  border: 1px solid var(--osen-border-color-translucent);
  font-size: 0.8125rem;
  border-radius: 0.3rem;
  color: var(--osen-body-color);
  margin-bottom: 10px;
}

/* line 21, app/assets/stylesheets/plugins/_choice.scss */
.choices[data-type*="select-one"]:after {
  content: "\ea5f";
  position: absolute;
  border: 0;
  top: 18px;
  right: 12px;
  left: auto;
  font-size: 20px;
  font-family: tabler-icons;
  width: auto;
  height: auto;
  margin-top: 0;
  transform: translateY(-50%);
  transition: transform 0.2s ease-in-out;
  pointer-events: none;
}

/* line 38, app/assets/stylesheets/plugins/_choice.scss */
.choices.is-open[data-type*="select-one"]:after {
  margin-top: 0;
  transform: translateY(-50%) rotate(-180deg);
}

/* line 43, app/assets/stylesheets/plugins/_choice.scss */
.choices[data-type*="select-one"] .choices__button {
  right: 20px;
}

/* line 51, app/assets/stylesheets/plugins/_choice.scss */
.choices[data-type*="select-multiple"] .choices__inner, .choices[data-type*="text"] .choices__inner {
  cursor: text;
  padding: 0.25rem 0.385rem !important;
}

/* line 56, app/assets/stylesheets/plugins/_choice.scss */
.choices[data-type*="select-multiple"] .choices__button, .choices[data-type*="text"] .choices__button {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 0;
}

/* line 61, app/assets/stylesheets/plugins/_choice.scss */
.choices[data-type*="select-multiple"] .choices__list--dropdown, .choices[data-type*="text"] .choices__list--dropdown {
  padding-bottom: 10px;
}

/* line 64, app/assets/stylesheets/plugins/_choice.scss */
.choices[data-type*="select-multiple"] .choices__list--dropdown .choices__list, .choices[data-type*="text"] .choices__list--dropdown .choices__list {
  margin-bottom: 0;
}

/* line 71, app/assets/stylesheets/plugins/_choice.scss */
.choices[data-type*="select-multiple"] .choices__input {
  padding-top: 3px;
}

/* line 79, app/assets/stylesheets/plugins/_choice.scss */
.input-light .choices__inner {
  background-color: var(--osen-light);
  border: none;
}

/* line 85, app/assets/stylesheets/plugins/_choice.scss */
.choices__inner {
  padding: 0.5rem 0.77rem !important;
  vertical-align: middle;
  background-color: var(--osen-secondary-bg);
  border: var(--osen-border-width) solid var(--osen-border-color-translucent);
  border-radius: 0.3rem !important;
  font-size: 0.8125rem;
  min-height: auto;
}

/* line 94, app/assets/stylesheets/plugins/_choice.scss */
.choices__inner .choices__list--single {
  padding: 0 !important;
}

/* line 101, app/assets/stylesheets/plugins/_choice.scss */
.is-focused .choices__inner,
.is-open .choices__inner {
  border-color: var(--osen-border-color-translucent);
}

/* line 107, app/assets/stylesheets/plugins/_choice.scss */
.choices__list--multiple .choices__item {
  vertical-align: initial;
  border-radius: 7px;
  padding: 2px 7px;
  font-size: 11px;
  font-weight: 400;
  margin: 2px 5px 2px 0;
  background-color: #465dff;
  border: 1px solid #465dff;
  color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(var(--osen-body-color-rgb), 0.15);
}

/* line 119, app/assets/stylesheets/plugins/_choice.scss */
.choices__list--multiple .choices__item.is-highlighted {
  background-color: #465dff;
  border: 1px solid #465dff;
}

/* line 128, app/assets/stylesheets/plugins/_choice.scss */
.is-disabled .choices__list--multiple .choices__item {
  background-color: #783bff;
  border: 1px solid #783bff;
}

/* line 135, app/assets/stylesheets/plugins/_choice.scss */
.choices.is-disabled .choices__inner, .choices.is-disabled .choices__input {
  background-color: var(--osen-tertiary-bg);
}

/* line 139, app/assets/stylesheets/plugins/_choice.scss */
.choices__list--dropdown {
  padding: 10px 10px 20px 10px;
  background-color: var(--osen-secondary-bg) !important;
  border: 1px solid transparent !important;
  box-shadow: var(--osen-box-shadow);
  margin-top: 0 !important;
  border-radius: 0.3rem;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  transform: translateY(1px);
}

/* line 150, app/assets/stylesheets/plugins/_choice.scss */
.choices__list--dropdown.is-active {
  animation-name: DropDownSlide;
}

/* line 154, app/assets/stylesheets/plugins/_choice.scss */
.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: var(--osen-tertiary-bg) !important;
}

/* line 158, app/assets/stylesheets/plugins/_choice.scss */
.choices__list--dropdown .choices__list {
  margin: 0 -10px -16px;
}

/* line 161, app/assets/stylesheets/plugins/_choice.scss */
.choices__list--dropdown .choices__list::-webkit-scrollbar {
  -webkit-appearance: none;
}

/* line 165, app/assets/stylesheets/plugins/_choice.scss */
.choices__list--dropdown .choices__list::-webkit-scrollbar:vertical {
  width: 12px;
  margin-right: 15px;
}

/* line 170, app/assets/stylesheets/plugins/_choice.scss */
.choices__list--dropdown .choices__list::-webkit-scrollbar:horizontal {
  height: 12px;
}

/* line 174, app/assets/stylesheets/plugins/_choice.scss */
.choices__list--dropdown .choices__list::-webkit-scrollbar-thumb {
  background-color: rgba(var(--osen-dark-rgb), 0.1);
  border-radius: 10px;
  border: 2px solid var(--osen-secondary-bg);
}

/* line 180, app/assets/stylesheets/plugins/_choice.scss */
.choices__list--dropdown .choices__list::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: var(--osen-secondary-bg);
}

/* line 186, app/assets/stylesheets/plugins/_choice.scss */
.choices__list--dropdown .has-no-results {
  font-style: italic;
  font-weight: 500;
}

/* line 191, app/assets/stylesheets/plugins/_choice.scss */
.choices__list--dropdown .choices__item--selectable:after {
  display: none;
}

/* line 197, app/assets/stylesheets/plugins/_choice.scss */
.is-open .choices__list--dropdown {
  border-color: transparent;
}

/* line 204, app/assets/stylesheets/plugins/_choice.scss */
.is-flipped .choices__list--dropdown.is-active {
  border-radius: 0.3rem;
  animation-name: DropDownSlideDown;
  transform: translateY(-1px);
}

/* line 213, app/assets/stylesheets/plugins/_choice.scss */
.choices__list--dropdown .choices__list {
  max-height: 300px;
}

/* line 217, app/assets/stylesheets/plugins/_choice.scss */
.choices__list--dropdown .choices__item {
  font-size: 0.8125rem;
  padding: 0.4rem 1.125rem 0.4rem 16px;
}

/* line 223, app/assets/stylesheets/plugins/_choice.scss */
.choices__heading {
  font-weight: 600;
  padding: 10px 16px;
  border-bottom: 1px solid #e7e9eb;
  color: var(--osen-secondary-color);
}

/* line 230, app/assets/stylesheets/plugins/_choice.scss */
.choices__input {
  background-color: var(--osen-secondary-bg);
  color: var(--osen-body-color);
  font-size: 0.8125rem;
  margin-bottom: 0;
  padding: 2px 0 2px 2px;
}

/* line 237, app/assets/stylesheets/plugins/_choice.scss */
.choices__input::placeholder {
  color: var(--osen-secondary-color);
}

/* line 242, app/assets/stylesheets/plugins/_choice.scss */
.choices__placeholder {
  color: var(--osen-secondary-color);
  opacity: 1;
}

/* line 249, app/assets/stylesheets/plugins/_choice.scss */
[data-bs-theme="dark"] .choices[data-type*="select-one"] .choices__button {
  filter: invert(1) grayscale(100%) brightness(200%);
}

/* line 5, app/assets/stylesheets/plugins/_gridjs.scss */
.gridjs-container {
  color: var(--osen-body-color);
  padding: 0;
  display: block;
}

/* line 11, app/assets/stylesheets/plugins/_gridjs.scss */
.gridjs-wrapper {
  box-shadow: none;
  border: 1px solid var(--osen-light);
  border-radius: 0px;
  scrollbar-width: thin;
}

/* line 18, app/assets/stylesheets/plugins/_gridjs.scss */
.gridjs-footer {
  border: none !important;
  padding: 12px 0 0;
}

/* line 23, app/assets/stylesheets/plugins/_gridjs.scss */
.gridjs-table {
  width: 100%;
}

/* line 27, app/assets/stylesheets/plugins/_gridjs.scss */
.gridjs-tbody,
td.gridjs-td {
  background-color: transparent;
}

/* line 32, app/assets/stylesheets/plugins/_gridjs.scss */
th.gridjs-th,
td.gridjs-td {
  border: 1px solid var(--osen-light);
  padding: 0.75rem 0.6rem;
}

/* line 39, app/assets/stylesheets/plugins/_gridjs.scss */
th.gridjs-th {
  border-top: 0;
  color: var(--osen-body-color);
  background-color: rgba(var(--osen-light-rgb), 1);
}

/* line 48, app/assets/stylesheets/plugins/_gridjs.scss */
th.gridjs-th-sort:focus, th.gridjs-th-sort:hover {
  background-color: rgba(var(--osen-light-rgb), 0.85);
}

/* line 55, app/assets/stylesheets/plugins/_gridjs.scss */
.gridjs-head {
  padding-top: 0;
}

/* line 59, app/assets/stylesheets/plugins/_gridjs.scss */
.gridjs-footer {
  box-shadow: none;
  border: 1px solid var(--osen-light);
  border-top: 0;
  background-color: transparent;
}

/* line 66, app/assets/stylesheets/plugins/_gridjs.scss */
.gridjs-summary {
  color: var(--osen-secondary-color);
  margin-top: 8px !important;
}

/* line 73, app/assets/stylesheets/plugins/_gridjs.scss */
.gridjs-pagination .gridjs-pages button {
  margin-left: 0.3rem;
  border-radius: 0.3rem !important;
  border: 1px solid var(--osen-border-color);
  background-color: var(--osen-secondary-bg);
  padding: 5px 12px;
  color: var(--osen-body-color);
}

/* line 81, app/assets/stylesheets/plugins/_gridjs.scss */
.gridjs-pagination .gridjs-pages button:last-child {
  border-right: 1px solid var(--osen-border-color);
}

/* line 85, app/assets/stylesheets/plugins/_gridjs.scss */
.gridjs-pagination .gridjs-pages button:disabled, .gridjs-pagination .gridjs-pages button:hover:disabled, .gridjs-pagination .gridjs-pages button[disabled] {
  color: var(--osen-secondary-color);
  background-color: var(--osen-secondary-bg);
}

/* line 92, app/assets/stylesheets/plugins/_gridjs.scss */
.gridjs-pagination .gridjs-pages button:hover {
  background-color: var(--osen-tertiary-bg);
  color: var(--osen-link-hover-color);
}

/* line 97, app/assets/stylesheets/plugins/_gridjs.scss */
.gridjs-pagination .gridjs-pages button:focus {
  box-shadow: none;
  margin-right: 0;
}

/* line 104, app/assets/stylesheets/plugins/_gridjs.scss */
.gridjs-pagination .gridjs-pages button:last-child:hover, .gridjs-pagination .gridjs-pages button:first-child:hover {
  background-color: transparent;
}

/* line 109, app/assets/stylesheets/plugins/_gridjs.scss */
.gridjs-pagination .gridjs-pages button.gridjs-currentPage {
  background-color: #465dff;
  color: #fff;
  border-color: #465dff;
  font-weight: 500;
}

/* line 118, app/assets/stylesheets/plugins/_gridjs.scss */
.gridjs-search {
  position: relative;
  float: left;
}

/* line 122, app/assets/stylesheets/plugins/_gridjs.scss */
.gridjs-search::before {
  font-family: tabler-icons !important;
  content: "\eb1c";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  font-size: 16px;
  color: var(--osen-secondary-color);
}

/* line 134, app/assets/stylesheets/plugins/_gridjs.scss */
input.gridjs-input {
  border-color: var(--osen-border-color-translucent);
  background-color: var(--osen-secondary-bg);
  color: var(--osen-body-color);
  line-height: 1.5;
  padding: 0.5rem 0.77rem 0.5rem 1.925rem;
  border-radius: 0.3rem;
  font-size: 0.8125rem;
}

/* line 143, app/assets/stylesheets/plugins/_gridjs.scss */
input.gridjs-input:focus {
  box-shadow: none;
  border-color: var(--osen-border-color-translucent);
  background-color: var(--osen-secondary-bg);
}

/* line 149, app/assets/stylesheets/plugins/_gridjs.scss */
input.gridjs-input::placeholder {
  color: var(--osen-secondary-color);
}

/* line 155, app/assets/stylesheets/plugins/_gridjs.scss */
th.gridjs-th .gridjs-th-content {
  float: none;
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
}

/* line 163, app/assets/stylesheets/plugins/_gridjs.scss */
button.gridjs-sort {
  float: none;
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 20px;
}

/* line 171, app/assets/stylesheets/plugins/_gridjs.scss */
th.gridjs-th-sort .gridjs-th-content {
  width: calc(100% - 10px);
}

/* line 177, app/assets/stylesheets/plugins/_gridjs.scss */
button.gridjs-sort-asc, button.gridjs-sort-desc {
  background-size: 7px;
}

/* line 188, app/assets/stylesheets/plugins/_gridjs.scss */
.table-card .gridjs-head {
  padding: 16px 16px 5px;
}

/* line 192, app/assets/stylesheets/plugins/_gridjs.scss */
.table-card .gridjs-wrapper {
  border-top: 0;
  border-radius: 0;
  border-width: 1px 0;
}

/* line 198, app/assets/stylesheets/plugins/_gridjs.scss */
.table-card .gridjs-footer {
  padding: 8px 16px;
}

/* line 205, app/assets/stylesheets/plugins/_gridjs.scss */
.gridjs-tr-selected td {
  background-color: rgba(var(--osen-light-rgb), 0.45);
}

/* line 209, app/assets/stylesheets/plugins/_gridjs.scss */
.gridjs-tr-selected .gridjs-td .gridjs-checkbox[type=checkbox] {
  background-color: #465dff;
  border-color: #465dff;
  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");
}

/* line 225, app/assets/stylesheets/plugins/_gridjs.scss */
.gridjs-td .gridjs-checkbox {
  width: 1.25em;
  height: 1.25em;
  vertical-align: top;
  background-color: var(--osen-secondary-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--osen-border-width) solid var(--osen-border-color-translucent);
  appearance: none;
}

/* line 237, app/assets/stylesheets/plugins/_gridjs.scss */
.gridjs-td .gridjs-checkbox[type="checkbox"] {
  border-radius: 0.25em;
}

/* line 245, app/assets/stylesheets/plugins/_gridjs.scss */
.gridjs-border-none td.gridjs-td,
.gridjs-border-none th.gridjs-th {
  border-right-width: 0;
  border-left-width: 0;
}

/* line 252, app/assets/stylesheets/plugins/_gridjs.scss */
.gridjs-loading-bar {
  background-color: var(--osen-secondary-bg);
}

/* line 258, app/assets/stylesheets/plugins/_gridjs.scss */
[data-bs-theme="dark"] button:is(.gridjs-sort-neutral, .gridjs-sort-asc, .gridjs-sort-desc) {
  filter: invert(1) grayscale(100%) brightness(200%);
}

/* line 5, app/assets/stylesheets/plugins/_swiper.scss */
.swiper-button-next,
.swiper-button-prev {
  height: 32px;
  width: 32px;
  background-color: rgba(70, 93, 255, 0.2);
  backdrop-filter: blur(2px);
  border-radius: 8px;
}

/* line 13, app/assets/stylesheets/plugins/_swiper.scss */
.swiper-button-next::after,
.swiper-button-prev::after {
  font-family: tabler-icons;
  font-size: 28px;
  color: #465dff;
  transition: all 0.3s ease;
}

/* line 22, app/assets/stylesheets/plugins/_swiper.scss */
.swiper-button-prev::after {
  content: "\ea60" !important;
}

/* line 28, app/assets/stylesheets/plugins/_swiper.scss */
.swiper-button-next::after {
  content: "\ea61" !important;
}

/* line 33, app/assets/stylesheets/plugins/_swiper.scss */
.swiper-pagination-bullet {
  width: 22px;
  height: 5px;
  background-color: #fff;
  border-radius: 50px;
}

/* line 39, app/assets/stylesheets/plugins/_swiper.scss */
.swiper-pagination-bullet .swiper-pagination-bullet-active {
  opacity: 1;
}

/* line 45, app/assets/stylesheets/plugins/_swiper.scss */
.dynamic-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #fff;
  opacity: 0.5;
  transition: all 0.5s ease;
}

/* line 52, app/assets/stylesheets/plugins/_swiper.scss */
.dynamic-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  width: 20px;
}

/* line 59, app/assets/stylesheets/plugins/_swiper.scss */
.swiper-pagination-fraction {
  color: #fff;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(2px);
}

/* line 68, app/assets/stylesheets/plugins/_swiper.scss */
.pagination-custom .swiper-pagination-bullet {
  height: 25px;
  width: 25px;
  line-height: 25px;
  border-radius: 8px;
  background-color: #fff;
  opacity: 0.5;
  transition: all 0.5s ease;
}

/* line 77, app/assets/stylesheets/plugins/_swiper.scss */
.pagination-custom .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #783bff;
  opacity: 1;
}

/* line 84, app/assets/stylesheets/plugins/_swiper.scss */
.swiper-pagination-progressbar {
  height: 6px !important;
  background-color: rgba(106, 199, 90, 0.25);
}

/* line 88, app/assets/stylesheets/plugins/_swiper.scss */
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #6ac75a;
}

/* line 94, app/assets/stylesheets/plugins/_swiper.scss */
.swiper-scrollbar {
  background-color: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(2px);
  padding: 1.2px;
  height: 6px !important;
}

/* line 100, app/assets/stylesheets/plugins/_swiper.scss */
.swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #fff;
}

/* line 106, app/assets/stylesheets/plugins/_swiper.scss */
.swiper-pagination-dark .swiper-pagination-bullet {
  background-color: #783bff;
}

/* line 111, app/assets/stylesheets/plugins/_swiper.scss */
.swiper-pagination-dark .dynamic-pagination .swiper-pagination-bullet {
  background-color: #783bff;
}

/* line 117, app/assets/stylesheets/plugins/_swiper.scss */
.swiper-pagination-dark.pagination-custom .swiper-pagination-bullet {
  color: #fff;
}

/* line 120, app/assets/stylesheets/plugins/_swiper.scss */
.swiper-pagination-dark.pagination-custom .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

/* line 126, app/assets/stylesheets/plugins/_swiper.scss */
.swiper-pagination-dark.swiper-scrollbar {
  background-color: rgba(var(--osen-dark-rgb), 0.35);
}

/* line 5, app/assets/stylesheets/plugins/_daterange.scss */
.daterangepicker {
  font-family: var(--osen-font-sans-serif);
  border: var(--osen-border-width) solid var(--osen-border-color);
  box-shadow: var(--osen-box-shadow);
  background-color: var(--osen-secondary-bg);
}

/* line 11, app/assets/stylesheets/plugins/_daterange.scss */
.daterangepicker .calendar-table {
  border: 1px solid var(--osen-secondary-bg);
  background-color: var(--osen-secondary-bg);
}

/* line 15, app/assets/stylesheets/plugins/_daterange.scss */
.daterangepicker .calendar-table td,
.daterangepicker .calendar-table th {
  color: var(--osen-gray-600);
}

/* line 22, app/assets/stylesheets/plugins/_daterange.scss */
.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  border-color: var(--osen-border-color);
}

/* line 30, app/assets/stylesheets/plugins/_daterange.scss */
.daterangepicker .ranges li:hover {
  background-color: var(--osen-tertiary-bg);
}

/* line 33, app/assets/stylesheets/plugins/_daterange.scss */
.daterangepicker .ranges li.active {
  background-color: var(--osen-primary);
}

/* line 40, app/assets/stylesheets/plugins/_daterange.scss */
.daterangepicker td.in-range {
  background: var(--osen-tertiary-bg);
  color: var(--osen-tertiary-color);
}

/* line 44, app/assets/stylesheets/plugins/_daterange.scss */
.daterangepicker td.off, .daterangepicker td.off.end-date, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date {
  background-color: var(--osen-secondary-bg);
  color: var(--osen-body-color);
  opacity: 0.5;
}

/* line 53, app/assets/stylesheets/plugins/_daterange.scss */
.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: var(--osen-primary);
  color: #fff;
}

/* line 60, app/assets/stylesheets/plugins/_daterange.scss */
.daterangepicker td.available:hover,
.daterangepicker th.available:hover,
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: var(--osen-primary);
  color: #fff;
}

/* line 67, app/assets/stylesheets/plugins/_daterange.scss */
.daterangepicker td.available:hover span,
.daterangepicker th.available:hover span,
.daterangepicker td.active span,
.daterangepicker td.active:hover span {
  border-color: #fff;
}

/* line 72, app/assets/stylesheets/plugins/_daterange.scss */
.daterangepicker:after {
  border-bottom: 6px solid var(--osen-secondary-bg);
}

/* line 75, app/assets/stylesheets/plugins/_daterange.scss */
.daterangepicker:before {
  border-bottom: 7px solid var(--osen-border-color);
}

/* line 79, app/assets/stylesheets/plugins/_daterange.scss */
.daterangepicker .drp-buttons {
  border-top: 1px solid var(--osen-border-color);
}

/* line 84, app/assets/stylesheets/plugins/_daterange.scss */
.daterangepicker select.ampmselect, .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect {
  background: var(--osen-tertiary-bg);
  border: 1px solid var(--osen-border-color);
  color: var(--osen-body-color);
}

/* line 95, app/assets/stylesheets/plugins/_daterange.scss */
.daterangepicker.show-ranges .drp-calendar.left {
  border-left: 1px solid var(--osen-border-color) !important;
}

/* line 5, app/assets/stylesheets/plugins/_flatpickr.scss */
.flatpickr-calendar {
  background: var(--osen-secondary-bg);
  box-shadow: var(--osen-box-shadow);
  border: 1px solid var(--osen-border-color);
}

/* line 11, app/assets/stylesheets/plugins/_flatpickr.scss */
.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
  border-bottom-color: var(--osen-secondary-bg);
}

/* line 18, app/assets/stylesheets/plugins/_flatpickr.scss */
.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
  border-top-color: var(--osen-secondary-bg);
}

/* line 24, app/assets/stylesheets/plugins/_flatpickr.scss */
.flatpickr-calendar.open, .flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

/* line 31, app/assets/stylesheets/plugins/_flatpickr.scss */
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
  width: 100%;
  box-shadow: none;
  border: none;
}

/* line 39, app/assets/stylesheets/plugins/_flatpickr.scss */
.flatpickr-calendar.inline .flatpickr-rContainer {
  display: block;
  width: 100%;
}

/* line 43, app/assets/stylesheets/plugins/_flatpickr.scss */
.flatpickr-calendar.inline .flatpickr-rContainer .flatpickr-days {
  width: 100%;
  border: none;
}

/* line 48, app/assets/stylesheets/plugins/_flatpickr.scss */
.flatpickr-calendar.inline .flatpickr-rContainer .flatpickr-days .dayContainer {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

/* line 53, app/assets/stylesheets/plugins/_flatpickr.scss */
.flatpickr-calendar.inline .flatpickr-rContainer .flatpickr-days .dayContainer .flatpickr-day {
  max-width: 100%;
}

/* line 60, app/assets/stylesheets/plugins/_flatpickr.scss */
.flatpickr-calendar.inline .flatpickr-current-month {
  padding: 0;
}

/* line 66, app/assets/stylesheets/plugins/_flatpickr.scss */
.flatpickr-calendar.inline .flatpickr-months .flatpickr-next-month,
.flatpickr-calendar.inline .flatpickr-months .flatpickr-prev-month {
  padding: 0;
}

/* line 72, app/assets/stylesheets/plugins/_flatpickr.scss */
.flatpickr-calendar.inline .flatpickr-day.today,
.flatpickr-calendar.inline .flatpickr-day.selected {
  background-color: transparent;
  color: #ff6d43;
  border: none;
  font-weight: 600;
}

/* line 82, app/assets/stylesheets/plugins/_flatpickr.scss */
.flatpickr-current-month {
  font-size: 110%;
}

/* line 85, app/assets/stylesheets/plugins/_flatpickr.scss */
.flatpickr-current-month .numInputWrapper {
  width: 65px;
}

/* line 92, app/assets/stylesheets/plugins/_flatpickr.scss */
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: var(--osen-primary);
  border-color: var(--osen-primary);
}

/* line 114, app/assets/stylesheets/plugins/_flatpickr.scss */
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 0 var(--osen-primary);
}

/* line 123, app/assets/stylesheets/plugins/_flatpickr.scss */
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: var(--osen-secondary-bg);
  color: var(--osen-body-color);
}

/* line 133, app/assets/stylesheets/plugins/_flatpickr.scss */
.flatpickr-months .flatpickr-month {
  height: 36px;
}

/* line 137, app/assets/stylesheets/plugins/_flatpickr.scss */
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month,
.flatpickr-months .flatpickr-month {
  color: var(--osen-gray-500);
  fill: var(--osen-gray-500);
  padding: 5px;
}

/* line 146, app/assets/stylesheets/plugins/_flatpickr.scss */
.flatpickr-weekdays {
  background-color: var(--osen-tertiary-bg);
}

/* line 150, app/assets/stylesheets/plugins/_flatpickr.scss */
span.flatpickr-weekday,
.flatpickr-day,
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover,
.flatpickr-time input,
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  color: var(--osen-body-color);
  fill: var(--osen-body-color);
}

/* line 163, app/assets/stylesheets/plugins/_flatpickr.scss */
.flatpickr-day.disabled, .flatpickr-day.disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
  color: var(--osen-body-color);
}

/* line 173, app/assets/stylesheets/plugins/_flatpickr.scss */
.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  background: var(--osen-tertiary-bg);
  border-color: var(--osen-tertiary-bg);
}

/* line 190, app/assets/stylesheets/plugins/_flatpickr.scss */
.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  border-top: 1px solid var(--osen-secondary-bg);
}

/* line 194, app/assets/stylesheets/plugins/_flatpickr.scss */
.numInputWrapper:hover,
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background-color: transparent;
  color: var(--osen-body-color);
}

/* line 200, app/assets/stylesheets/plugins/_flatpickr.scss */
.flatpickr-day.inRange {
  box-shadow: -5px 0 0 var(--osen-tertiary-bg), 5px 0 0 var(--osen-tertiary-bg);
}

/* line 204, app/assets/stylesheets/plugins/_flatpickr.scss */
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  color: var(--osen-body-color);
}

/* line 209, app/assets/stylesheets/plugins/_flatpickr.scss */
.flatpickr-calendar.hasTime .flatpickr-time {
  border-top: var(--osen-border-color);
}

/* line 5, app/assets/stylesheets/plugins/_dragula.scss */
.gu-mirror {
  position: fixed !important;
  margin: 0 !important;
  z-index: 9999 !important;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}

/* line 14, app/assets/stylesheets/plugins/_dragula.scss */
.gu-hide {
  display: none !important;
}

/* line 18, app/assets/stylesheets/plugins/_dragula.scss */
.gu-unselectable {
  user-select: none !important;
}

/* line 22, app/assets/stylesheets/plugins/_dragula.scss */
.gu-transit {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}

/* line 28, app/assets/stylesheets/plugins/_dragula.scss */
.dragula-handle {
  position: relative;
  width: 36px;
  height: 36px;
  font-size: 22px;
  text-align: center;
  cursor: move;
}

/* line 36, app/assets/stylesheets/plugins/_dragula.scss */
.dragula-handle:before {
  content: "\f22f";
  font-family: "tabler-icons";
  position: absolute;
}

/* line 43, app/assets/stylesheets/plugins/_dragula.scss */
.handle {
  cursor: move;
}

/* line 5, app/assets/stylesheets/plugins/_dropzone.scss */
.dropzone {
  border: 2px dashed var(--osen-border-color);
  background: var(--osen-secondary-bg);
  border-radius: 8px;
  cursor: pointer;
  min-height: 150px;
  padding: 20px;
}

/* line 13, app/assets/stylesheets/plugins/_dropzone.scss */
.dropzone .dz-message {
  text-align: center;
  margin: 2rem 0;
}

/* line 19, app/assets/stylesheets/plugins/_dropzone.scss */
.dropzone.dz-started .dz-message {
  display: none;
}

/* line 5, app/assets/stylesheets/plugins/_form-wizard.scss */
.form-wizard-header {
  margin-left: calc(var(--osen-card-spacer-x) * -1);
  margin-right: calc(var(--osen-card-spacer-x) * -1);
  background-color: var(--osen-light);
}

/* line 17, app/assets/stylesheets/plugins/_form-wizard.scss */
.img-preview {
  float: left;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  overflow: hidden;
}

/* line 24, app/assets/stylesheets/plugins/_form-wizard.scss */
.img-preview > img {
  max-width: 100%;
}

/* line 28, app/assets/stylesheets/plugins/_form-wizard.scss */
.preview-lg {
  height: 9rem;
  width: 16rem;
}

/* line 33, app/assets/stylesheets/plugins/_form-wizard.scss */
.preview-md {
  height: 4.5rem;
  width: 8rem;
}

/* line 38, app/assets/stylesheets/plugins/_form-wizard.scss */
.preview-sm {
  height: 2.25rem;
  width: 4rem;
}

/* line 43, app/assets/stylesheets/plugins/_form-wizard.scss */
.preview-xs {
  height: 1.125rem;
  margin-right: 0;
  width: 2rem;
}

/* line 7, app/assets/stylesheets/plugins/_maps.scss */
.gmaps,
.gmaps-panaroma {
  height: 300px;
  background: var(--osen-tertiary-bg);
  border-radius: 3px;
}

/* line 16, app/assets/stylesheets/plugins/_maps.scss */
.jvm-container text {
  font-family: var(--osen-font-sans-serif) !important;
  fill: var(--osen-body-color);
}

/* line 22, app/assets/stylesheets/plugins/_maps.scss */
.jvm-tooltip {
  background-color: #465dff;
  font-family: var(--osen-font-sans-serif) !important;
}

/* line 5, app/assets/stylesheets/plugins/_quill-editor.scss */
.ql-editor {
  text-align: left;
}

/* line 8, app/assets/stylesheets/plugins/_quill-editor.scss */
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
  padding-right: 0;
}

/* line 14, app/assets/stylesheets/plugins/_quill-editor.scss */
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}

/* line 21, app/assets/stylesheets/plugins/_quill-editor.scss */
.ql-container {
  font-family: var(--osen-font-sans-serif);
}

/* line 24, app/assets/stylesheets/plugins/_quill-editor.scss */
.ql-container.ql-snow {
  border-color: var(--osen-border-color-translucent);
  border-radius: 0 0 0.3rem 0.3rem;
}

/* line 30, app/assets/stylesheets/plugins/_quill-editor.scss */
.ql-bubble {
  border: var(--osen-border-width) solid var(--osen-border-color-translucent);
  border-radius: 0.3rem;
}

/* line 35, app/assets/stylesheets/plugins/_quill-editor.scss */
.ql-toolbar {
  font-family: var(--osen-font-sans-serif) !important;
}

/* line 38, app/assets/stylesheets/plugins/_quill-editor.scss */
.ql-toolbar span {
  outline: none !important;
  color: var(--osen-body-color);
}

/* line 42, app/assets/stylesheets/plugins/_quill-editor.scss */
.ql-toolbar span:hover {
  color: #465dff !important;
}

/* line 47, app/assets/stylesheets/plugins/_quill-editor.scss */
.ql-toolbar.ql-snow {
  border-radius: 0.3rem 0.3rem 0 0;
  border-color: var(--osen-border-color-translucent);
}

/* line 52, app/assets/stylesheets/plugins/_quill-editor.scss */
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: transparent;
}

/* line 57, app/assets/stylesheets/plugins/_quill-editor.scss */
.ql-toolbar.ql-snow .ql-picker-options {
  box-shadow: var(--osen-box-shadow);
  border-radius: 0.3rem;
}

/* line 66, app/assets/stylesheets/plugins/_quill-editor.scss */
.ql-snow .ql-stroke,
.ql-snow .ql-script,
.ql-snow .ql-strike svg {
  stroke: var(--osen-body-color);
}

/* line 72, app/assets/stylesheets/plugins/_quill-editor.scss */
.ql-snow .ql-fill {
  fill: var(--osen-body-color);
}

/* line 77, app/assets/stylesheets/plugins/_quill-editor.scss */
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  right: 0;
  left: auto;
}

/* line 84, app/assets/stylesheets/plugins/_quill-editor.scss */
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: var(--osen-body-color);
}

/* line 91, app/assets/stylesheets/plugins/_quill-editor.scss */
.ql-snow .ql-picker-options {
  background-color: var(--osen-secondary-bg);
  border-color: var(--osen-border-color) !important;
}

/* line 5, app/assets/stylesheets/plugins/_select2.scss */
.select2-container {
  width: 100% !important;
}

/* line 8, app/assets/stylesheets/plugins/_select2.scss */
.select2-container .select2-selection--single {
  border: var(--osen-border-width) solid var(--osen-border-color-translucent);
  height: calc(1.5em + 1rem + calc(var(--osen-border-width) * 2));
  background-color: var(--osen-secondary-bg);
  outline: none;
}

/* line 14, app/assets/stylesheets/plugins/_select2.scss */
.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 36px;
  padding-left: 12px;
  color: var(--osen-body-color);
}

/* line 20, app/assets/stylesheets/plugins/_select2.scss */
.select2-container .select2-selection--single .select2-selection__arrow {
  height: 34px;
  width: 34px;
  /*rtl:ignore*/
  right: 3px;
}

/* line 26, app/assets/stylesheets/plugins/_select2.scss */
.select2-container .select2-selection--single .select2-selection__arrow b {
  border-color: var(--osen-gray-500) transparent transparent transparent;
  border-width: 5px 5px 0 5px;
}

/* line 37, app/assets/stylesheets/plugins/_select2.scss */
.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent var(--osen-gray-500) transparent !important;
  border-width: 0 5px 5px 5px !important;
}

/* line 45, app/assets/stylesheets/plugins/_select2.scss */
.select2-results__option {
  padding: 6px 12px;
}

/* line 51, app/assets/stylesheets/plugins/_select2.scss */
.select2-dropdown {
  border: var(--osen-border-width) solid var(--osen-border-color);
  box-shadow: var(--osen-box-shadow);
  background-color: var(--osen-secondary-bg);
  z-index: 1056;
}

/* line 59, app/assets/stylesheets/plugins/_select2.scss */
.select2-results__options {
  scrollbar-width: thin;
}

/* line 65, app/assets/stylesheets/plugins/_select2.scss */
.select2-container--default .select2-results__option--selected {
  background-color: var(--osen-tertiary-bg);
}

/* line 69, app/assets/stylesheets/plugins/_select2.scss */
.select2-container--default .select2-search--dropdown {
  padding: 10px;
  background-color: var(--osen-secondary-bg);
}

/* line 73, app/assets/stylesheets/plugins/_select2.scss */
.select2-container--default .select2-search--dropdown .select2-search__field {
  outline: none;
  border: 1px solid var(--osen-border-color-translucent);
  background-color: var(--osen-secondary-bg);
  color: var(--osen-body-color);
  border-radius: 0.3rem;
}

/* line 82, app/assets/stylesheets/plugins/_select2.scss */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--osen-primary);
}

/* line 86, app/assets/stylesheets/plugins/_select2.scss */
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: var(--osen-secondary-bg);
  color: var(--osen-body-color);
}

/* line 90, app/assets/stylesheets/plugins/_select2.scss */
.select2-container--default .select2-results__option[aria-selected="true"]:hover {
  background-color: var(--osen-primary);
  color: #fff;
}

/* line 97, app/assets/stylesheets/plugins/_select2.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 36px;
  padding-right: 5px;
}

/* line 104, app/assets/stylesheets/plugins/_select2.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  /*rtl:ignore*/
  right: 1px;
  /*rtl:ignore*/
  left: auto;
}

/* line 114, app/assets/stylesheets/plugins/_select2.scss */
.select2-container .select2-selection--multiple {
  min-height: calc(1.5em + 1rem + calc(var(--osen-border-width) * 2));
  border: var(--osen-border-width) solid var(--osen-border-color-translucent) !important;
  background-color: var(--osen-secondary-bg);
}

/* line 119, app/assets/stylesheets/plugins/_select2.scss */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  padding: 1px 12px;
}

/* line 123, app/assets/stylesheets/plugins/_select2.scss */
.select2-container .select2-selection--multiple .select2-search__field {
  border: 0;
  color: var(--osen-body-color);
}

/* line 128, app/assets/stylesheets/plugins/_select2.scss */
.select2-container .select2-selection--multiple .select2-selection__choice {
  background-color: var(--osen-primary);
  border: none;
  color: #fff;
  border-radius: 3px;
  padding: 0px 7px 0 0;
  margin-top: 6px;
}

/* line 137, app/assets/stylesheets/plugins/_select2.scss */
.select2-container .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff;
  margin-right: 7px;
  border-color: #596dff;
  padding: 0 8px;
}

/* line 144, app/assets/stylesheets/plugins/_select2.scss */
.select2-container .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #fff;
  background-color: var(--osen-primary);
}

/* line 152, app/assets/stylesheets/plugins/_select2.scss */
.select2-container .select2-search--inline .select2-search__field {
  margin-top: 7px;
  font-family: var(--osen-font-sans-serif);
}

/* line 160, app/assets/stylesheets/plugins/_select2.scss */
.select2-container .select2-search textarea::placeholder {
  color: var(--osen-secondary-color);
}

/* line 167, app/assets/stylesheets/plugins/_select2.scss */
[dir="rtl"] .select2-container--open .select2-dropdown {
  left: auto;
  right: 0;
}

/* line 5, app/assets/stylesheets/plugins/_simplebar.scss */
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

/* line 14, app/assets/stylesheets/plugins/_simplebar.scss */
.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

/* line 22, app/assets/stylesheets/plugins/_simplebar.scss */
.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;
}

/* line 37, app/assets/stylesheets/plugins/_simplebar.scss */
.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;
}

/* line 51, app/assets/stylesheets/plugins/_simplebar.scss */
.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;
  overflow: auto;
  /* Scroll on this element otherwise element can't have a padding applied properly */
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
}

/* line 68, app/assets/stylesheets/plugins/_simplebar.scss */
.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
}

/* line 73, app/assets/stylesheets/plugins/_simplebar.scss */
.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}

/* line 79, app/assets/stylesheets/plugins/_simplebar.scss */
.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

/* line 86, app/assets/stylesheets/plugins/_simplebar.scss */
.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;
}

/* line 104, app/assets/stylesheets/plugins/_simplebar.scss */
.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;
}

/* line 120, app/assets/stylesheets/plugins/_simplebar.scss */
.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

/* line 129, app/assets/stylesheets/plugins/_simplebar.scss */
.simplebar-dragging[data-simplebar] .simplebar-content {
  pointer-events: none;
  user-select: none;
}

/* line 134, app/assets/stylesheets/plugins/_simplebar.scss */
.simplebar-dragging[data-simplebar] .simplebar-track {
  pointer-events: all;
}

/* line 138, app/assets/stylesheets/plugins/_simplebar.scss */
.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 5px;
  min-height: 10px;
}

/* line 144, app/assets/stylesheets/plugins/_simplebar.scss */
.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: #a2adb7;
  border-radius: 7px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.2s linear;
}

/* line 156, app/assets/stylesheets/plugins/_simplebar.scss */
.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0s linear;
}

/* line 162, app/assets/stylesheets/plugins/_simplebar.scss */
.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

/* line 167, app/assets/stylesheets/plugins/_simplebar.scss */
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

/* line 174, app/assets/stylesheets/plugins/_simplebar.scss */
.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

/* line 178, app/assets/stylesheets/plugins/_simplebar.scss */
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* line 187, app/assets/stylesheets/plugins/_simplebar.scss */
.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

/* Rtl support */
/* line 196, app/assets/stylesheets/plugins/_simplebar.scss */
[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

/* line 201, app/assets/stylesheets/plugins/_simplebar.scss */
.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

/* line 212, app/assets/stylesheets/plugins/_simplebar.scss */
.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
}

/* line 223, app/assets/stylesheets/plugins/_simplebar.scss */
.custom-scroll::-webkit-scrollbar {
  -webkit-appearance: none;
}

/* line 227, app/assets/stylesheets/plugins/_simplebar.scss */
.custom-scroll::-webkit-scrollbar:vertical {
  width: 5px;
  margin-right: 5px;
}

/* line 232, app/assets/stylesheets/plugins/_simplebar.scss */
.custom-scroll::-webkit-scrollbar:horizontal {
  height: 5px;
}

/* line 236, app/assets/stylesheets/plugins/_simplebar.scss */
.custom-scroll::-webkit-scrollbar-thumb {
  background-color: rgba(var(--osen-dark-rgb), 0.2);
  border-radius: 10px;
  margin-right: 5px;
  border: none;
}

/* line 251, app/assets/stylesheets/plugins/_simplebar.scss */
.custom-scroll::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: transparent;
}

/* line 256, app/assets/stylesheets/plugins/_simplebar.scss */
.custom-scroll::-webkit-scrollbar-corner {
  background-color: transparent;
}

/* line 263, app/assets/stylesheets/plugins/_simplebar.scss */
[data-simplebar-lg] .simplebar-scrollbar {
  right: 1px;
  width: 10px;
}

/* line 271, app/assets/stylesheets/plugins/_simplebar.scss */
[data-simplebar-primary] .simplebar-scrollbar:before {
  background: var(--osen-primary);
}

/* line 5, app/assets/stylesheets/plugins/_leaflet-maps.scss */
.leaflet-map {
  height: 300px;
}

/* line 8, app/assets/stylesheets/plugins/_leaflet-maps.scss */
.leaflet-map.leaflet-container {
  z-index: 0;
}

/* line 6, app/assets/stylesheets/plugins/_sweetalert2.scss */
.swal2-container .swal2-title {
  font-size: 20px;
  font-weight: 500;
  color: var(--osen-heading-color);
}

/* line 13, app/assets/stylesheets/plugins/_sweetalert2.scss */
.swal2-popup {
  width: 28em;
  padding: 2rem;
  border-radius: var(--osen-border-radius-lg);
  background-color: var(--osen-secondary-bg);
  color: var(--osen-body-color);
}

/* line 20, app/assets/stylesheets/plugins/_sweetalert2.scss */
.swal2-popup .swal2-html-container {
  font-size: 16px !important;
  color: var(--osen-body-color);
}

/* line 26, app/assets/stylesheets/plugins/_sweetalert2.scss */
.swal2-footer {
  border-top: 1px solid var(--osen-border-color);
  color: var(--osen-body-color);
}

/* line 33, app/assets/stylesheets/plugins/_sweetalert2.scss */
.swal2-icon.swal2-question {
  border-color: #67baf1;
  color: #67baf1;
}

/* line 39, app/assets/stylesheets/plugins/_sweetalert2.scss */
.swal2-icon.swal2-success [class^=swal2-success-line] {
  background-color: #6ac75a;
}

/* line 43, app/assets/stylesheets/plugins/_sweetalert2.scss */
.swal2-icon.swal2-success .swal2-success-ring {
  border-color: #6ac75a;
}

/* line 48, app/assets/stylesheets/plugins/_sweetalert2.scss */
.swal2-icon.swal2-warning {
  border-color: #f9c45c;
  color: #f9c45c;
}

/* line 54, app/assets/stylesheets/plugins/_sweetalert2.scss */
div:where(.swal2-icon) {
  width: 4em;
  height: 4em;
  margin: 0.5rem auto;
}

/* line 59, app/assets/stylesheets/plugins/_sweetalert2.scss */
div:where(.swal2-icon) .swal2-icon-content {
  font-size: 3em;
}

/* line 63, app/assets/stylesheets/plugins/_sweetalert2.scss */
div.swal2-info:where(.swal2-icon) {
  border-color: #67baf1;
  color: #67baf1;
}

/* line 70, app/assets/stylesheets/plugins/_sweetalert2.scss */
.swal2-styled:focus {
  box-shadow: none;
}

/* line 75, app/assets/stylesheets/plugins/_sweetalert2.scss */
.swal2-loader {
  border-color: #465dff transparent #465dff transparent;
}

/* line 79, app/assets/stylesheets/plugins/_sweetalert2.scss */
.swal2-timer-progress-bar {
  background-color: rgba(106, 199, 90, 0.4);
}

/* line 84, app/assets/stylesheets/plugins/_sweetalert2.scss */
.swal2-progress-steps .swal2-progress-step {
  background: #465dff;
}

/* line 87, app/assets/stylesheets/plugins/_sweetalert2.scss */
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #465dff;
}

/* line 90, app/assets/stylesheets/plugins/_sweetalert2.scss */
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step, .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: rgba(70, 93, 255, 0.3);
}

/* line 97, app/assets/stylesheets/plugins/_sweetalert2.scss */
.swal2-progress-steps .swal2-progress-step-line {
  background: #465dff;
}

/* line 103, app/assets/stylesheets/plugins/_sweetalert2.scss */
.swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
  border-left-color: #465dff !important;
  border-right-color: #465dff !important;
}

/* line 109, app/assets/stylesheets/plugins/_sweetalert2.scss */
.swal2-file,
.swal2-input,
.swal2-textarea {
  border: 1px solid var(--osen-border-color-translucent);
}

/* line 114, app/assets/stylesheets/plugins/_sweetalert2.scss */
.swal2-file:focus,
.swal2-input:focus,
.swal2-textarea:focus {
  box-shadow: none;
  border-color: var(--osen-border-color-translucent);
}

/* line 120, app/assets/stylesheets/plugins/_sweetalert2.scss */
.swal2-input {
  height: auto;
  display: block;
  padding: 0.5rem 0.77rem;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--osen-body-color);
  background-color: var(--osen-secondary-bg);
  background-clip: padding-box;
  border: var(--osen-border-width) solid var(--osen-border-color-translucent);
}

/* line 134, app/assets/stylesheets/plugins/_sweetalert2.scss */
.swal2-close {
  font-family: var(--osen-font-sans-serif);
  font-size: 42px;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 5px;
  right: 5px;
}

/* line 143, app/assets/stylesheets/plugins/_sweetalert2.scss */
.swal2-close:focus {
  box-shadow: none;
}

/* line 147, app/assets/stylesheets/plugins/_sweetalert2.scss */
.swal2-close:hover {
  color: #ff6d43;
}

/* line 152, app/assets/stylesheets/plugins/_sweetalert2.scss */
.swal2-validation-message {
  background-color: transparent;
}

/* line 157, app/assets/stylesheets/plugins/_sweetalert2.scss */
div.swal2-error:where(.swal2-icon) [class^=swal2-x-mark-line] {
  width: 1.9375em;
  top: 1.95em;
}

/* line 162, app/assets/stylesheets/plugins/_sweetalert2.scss */
div.swal2-success:where(.swal2-icon) [class^=swal2-success-line][class$=tip] {
  top: 2.4em;
  width: 1em;
}

/* line 167, app/assets/stylesheets/plugins/_sweetalert2.scss */
.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  top: 1.85em;
  right: .5em;
  width: 2.25em;
}

/* line 5, app/assets/stylesheets/plugins/_rangeslider.scss */
.noUi-connect {
  background: #465dff;
}

/* line 9, app/assets/stylesheets/plugins/_rangeslider.scss */
.noUi-handle {
  background: #465dff;
  border: 2px solid var(--osen-secondary-bg);
  box-shadow: none;
}

/* line 15, app/assets/stylesheets/plugins/_rangeslider.scss */
.noUi-horizontal {
  height: 8px;
}

/* line 18, app/assets/stylesheets/plugins/_rangeslider.scss */
.noUi-horizontal .noUi-handle {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  right: -10px !important;
  top: -7px;
}

/* line 25, app/assets/stylesheets/plugins/_rangeslider.scss */
.noUi-horizontal .noUi-handle::before, .noUi-horizontal .noUi-handle::after {
  display: none;
}

/* line 30, app/assets/stylesheets/plugins/_rangeslider.scss */
.noUi-horizontal .noUi-handle:focus {
  outline: 0;
}

/* line 36, app/assets/stylesheets/plugins/_rangeslider.scss */
.noUi-pips-horizontal {
  height: 50px;
}

/* line 42, app/assets/stylesheets/plugins/_rangeslider.scss */
.noUi-tooltip {
  padding: 0.375rem 0.75rem;
  border-color: var(--osen-border-color);
  border-radius: var(--osen-border-radius);
  background-color: var(--osen-secondary-bg);
  color: var(--osen-body-color);
}

/* line 52, app/assets/stylesheets/plugins/_rangeslider.scss */
.noUi-vertical {
  width: 8px;
}

/* line 55, app/assets/stylesheets/plugins/_rangeslider.scss */
.noUi-vertical .noUi-handle {
  height: 20px;
  width: 20px;
  right: -8px;
  top: -12px;
  left: auto;
  border-radius: 50%;
}

/* line 63, app/assets/stylesheets/plugins/_rangeslider.scss */
.noUi-vertical .noUi-handle::before, .noUi-vertical .noUi-handle::after {
  display: none;
}

/* line 68, app/assets/stylesheets/plugins/_rangeslider.scss */
.noUi-vertical .noUi-handle:focus {
  outline: 0;
}

/* line 73, app/assets/stylesheets/plugins/_rangeslider.scss */
.noUi-vertical .noUi-origin {
  top: 0;
}

/* line 78, app/assets/stylesheets/plugins/_rangeslider.scss */
.noUi-value {
  font-size: 12px;
}

/* line 83, app/assets/stylesheets/plugins/_rangeslider.scss */
.noUi-marker-horizontal.noUi-marker-large {
  height: 12px;
}

/* line 88, app/assets/stylesheets/plugins/_rangeslider.scss */
.noUi-value-horizontal {
  padding-top: 4px;
}

/* line 92, app/assets/stylesheets/plugins/_rangeslider.scss */
.noUi-target {
  box-shadow: none;
  background-color: var(--osen-light);
  border-color: var(--osen-light);
}

/* line 99, app/assets/stylesheets/plugins/_rangeslider.scss */
.noUi-touch-area:focus {
  outline: 0;
}

/* line 106, app/assets/stylesheets/plugins/_rangeslider.scss */
#red,
#green,
#blue {
  margin: 10px;
  display: inline-block;
  height: 200px;
}

/* line 114, app/assets/stylesheets/plugins/_rangeslider.scss */
#colorpicker {
  height: 240px;
  width: 310px;
  margin: 0 auto;
  padding: 10px;
  border: 1px solid #e7e9eb;
}

/* line 122, app/assets/stylesheets/plugins/_rangeslider.scss */
#result {
  margin: 60px 26px;
  height: 100px;
  width: 100px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid var(--osen-border-color);
  box-shadow: 0 0 3px;
  border-radius: 7px;
}

/* line 134, app/assets/stylesheets/plugins/_rangeslider.scss */
#red .noUi-connect {
  background: #ff6d43;
}

/* line 140, app/assets/stylesheets/plugins/_rangeslider.scss */
#green .noUi-connect {
  background: #6ac75a;
}

/* line 146, app/assets/stylesheets/plugins/_rangeslider.scss */
#blue .noUi-connect {
  background: #465dff;
}

/* line 154, app/assets/stylesheets/plugins/_rangeslider.scss */
.form-control.keyboard {
  max-width: 340px !important;
}

/* line 162, app/assets/stylesheets/plugins/_rangeslider.scss */
.example-val {
  font-size: 12px;
  color: var(--osen-secondary-color);
  display: block;
  margin: 15px 0;
}

/* line 168, app/assets/stylesheets/plugins/_rangeslider.scss */
.example-val:before {
  content: "Value: ";
  font-size: 12px;
  font-weight: 600;
}

/* line 177, app/assets/stylesheets/plugins/_rangeslider.scss */
.noUi-tooltip {
  display: none;
}

/* line 181, app/assets/stylesheets/plugins/_rangeslider.scss */
.noUi-active .noUi-tooltip {
  display: block;
}

/* line 187, app/assets/stylesheets/plugins/_rangeslider.scss */
.c-1-color {
  background: #ff6d43;
}

/* line 191, app/assets/stylesheets/plugins/_rangeslider.scss */
.c-2-color {
  background: #f9c45c;
}

/* line 195, app/assets/stylesheets/plugins/_rangeslider.scss */
.c-3-color {
  background: #6ac75a;
}

/* line 199, app/assets/stylesheets/plugins/_rangeslider.scss */
.c-4-color {
  background: #465dff;
}

/* line 203, app/assets/stylesheets/plugins/_rangeslider.scss */
.c-5-color {
  background: #783bff;
}

/* line 209, app/assets/stylesheets/plugins/_rangeslider.scss */
#slider-toggle {
  height: 50px;
}

/* line 213, app/assets/stylesheets/plugins/_rangeslider.scss */
#slider-toggle.off .noUi-handle {
  border-color: #ff6d43;
}

/* line 224, app/assets/stylesheets/plugins/_rangeslider.scss */
[data-slider-color="primary"] .noUi-connect {
  background: #465dff;
}

/* line 228, app/assets/stylesheets/plugins/_rangeslider.scss */
[data-slider-color="primary"] .noUi-handle {
  background: #465dff;
}

/* line 234, app/assets/stylesheets/plugins/_rangeslider.scss */
[data-slider-color="primary"][data-slider-style="border"] .noUi-handle, [data-slider-color="primary"][data-slider-style="square"] .noUi-handle {
  border-color: #465dff;
}

/* line 224, app/assets/stylesheets/plugins/_rangeslider.scss */
[data-slider-color="secondary"] .noUi-connect {
  background: #783bff;
}

/* line 228, app/assets/stylesheets/plugins/_rangeslider.scss */
[data-slider-color="secondary"] .noUi-handle {
  background: #783bff;
}

/* line 234, app/assets/stylesheets/plugins/_rangeslider.scss */
[data-slider-color="secondary"][data-slider-style="border"] .noUi-handle, [data-slider-color="secondary"][data-slider-style="square"] .noUi-handle {
  border-color: #783bff;
}

/* line 224, app/assets/stylesheets/plugins/_rangeslider.scss */
[data-slider-color="success"] .noUi-connect {
  background: #6ac75a;
}

/* line 228, app/assets/stylesheets/plugins/_rangeslider.scss */
[data-slider-color="success"] .noUi-handle {
  background: #6ac75a;
}

/* line 234, app/assets/stylesheets/plugins/_rangeslider.scss */
[data-slider-color="success"][data-slider-style="border"] .noUi-handle, [data-slider-color="success"][data-slider-style="square"] .noUi-handle {
  border-color: #6ac75a;
}

/* line 224, app/assets/stylesheets/plugins/_rangeslider.scss */
[data-slider-color="info"] .noUi-connect {
  background: #67baf1;
}

/* line 228, app/assets/stylesheets/plugins/_rangeslider.scss */
[data-slider-color="info"] .noUi-handle {
  background: #67baf1;
}

/* line 234, app/assets/stylesheets/plugins/_rangeslider.scss */
[data-slider-color="info"][data-slider-style="border"] .noUi-handle, [data-slider-color="info"][data-slider-style="square"] .noUi-handle {
  border-color: #67baf1;
}

/* line 224, app/assets/stylesheets/plugins/_rangeslider.scss */
[data-slider-color="warning"] .noUi-connect {
  background: #f9c45c;
}

/* line 228, app/assets/stylesheets/plugins/_rangeslider.scss */
[data-slider-color="warning"] .noUi-handle {
  background: #f9c45c;
}

/* line 234, app/assets/stylesheets/plugins/_rangeslider.scss */
[data-slider-color="warning"][data-slider-style="border"] .noUi-handle, [data-slider-color="warning"][data-slider-style="square"] .noUi-handle {
  border-color: #f9c45c;
}

/* line 224, app/assets/stylesheets/plugins/_rangeslider.scss */
[data-slider-color="danger"] .noUi-connect {
  background: #ff6d43;
}

/* line 228, app/assets/stylesheets/plugins/_rangeslider.scss */
[data-slider-color="danger"] .noUi-handle {
  background: #ff6d43;
}

/* line 234, app/assets/stylesheets/plugins/_rangeslider.scss */
[data-slider-color="danger"][data-slider-style="border"] .noUi-handle, [data-slider-color="danger"][data-slider-style="square"] .noUi-handle {
  border-color: #ff6d43;
}

/* line 224, app/assets/stylesheets/plugins/_rangeslider.scss */
[data-slider-color="light"] .noUi-connect {
  background: #eef2f7;
}

/* line 228, app/assets/stylesheets/plugins/_rangeslider.scss */
[data-slider-color="light"] .noUi-handle {
  background: #eef2f7;
}

/* line 234, app/assets/stylesheets/plugins/_rangeslider.scss */
[data-slider-color="light"][data-slider-style="border"] .noUi-handle, [data-slider-color="light"][data-slider-style="square"] .noUi-handle {
  border-color: #eef2f7;
}

/* line 224, app/assets/stylesheets/plugins/_rangeslider.scss */
[data-slider-color="dark"] .noUi-connect {
  background: #313a46;
}

/* line 228, app/assets/stylesheets/plugins/_rangeslider.scss */
[data-slider-color="dark"] .noUi-handle {
  background: #313a46;
}

/* line 234, app/assets/stylesheets/plugins/_rangeslider.scss */
[data-slider-color="dark"][data-slider-style="border"] .noUi-handle, [data-slider-color="dark"][data-slider-style="square"] .noUi-handle {
  border-color: #313a46;
}

/* line 244, app/assets/stylesheets/plugins/_rangeslider.scss */
.noUi-horizontal[data-slider-size="lg"] {
  height: 12px;
}

/* line 247, app/assets/stylesheets/plugins/_rangeslider.scss */
.noUi-horizontal[data-slider-size="lg"] .noUi-handle {
  width: 24px;
  height: 24px;
}

/* line 255, app/assets/stylesheets/plugins/_rangeslider.scss */
.noUi-horizontal[data-slider-size="md"] {
  height: 8px;
}

/* line 258, app/assets/stylesheets/plugins/_rangeslider.scss */
.noUi-horizontal[data-slider-size="md"] .noUi-handle {
  width: 20px;
  height: 20px;
}

/* line 266, app/assets/stylesheets/plugins/_rangeslider.scss */
.noUi-horizontal[data-slider-size="sm"] {
  height: 4px;
}

/* line 269, app/assets/stylesheets/plugins/_rangeslider.scss */
.noUi-horizontal[data-slider-size="sm"] .noUi-handle {
  width: 16px;
  height: 16px;
}

/* line 279, app/assets/stylesheets/plugins/_rangeslider.scss */
.noUi-horizontal[data-slider-style="line"] .noUi-handle {
  width: 8px;
  border-radius: 4px;
  right: -8px;
}

/* line 285, app/assets/stylesheets/plugins/_rangeslider.scss */
.noUi-vertical[data-slider-style="line"] .noUi-handle {
  height: 8px;
  border-radius: 4px;
  top: -3px;
}

/* line 293, app/assets/stylesheets/plugins/_rangeslider.scss */
[data-slider-style="border"] .noUi-handle {
  border-color: #465dff;
  background-color: var(--osen-secondary-bg);
}

/* line 300, app/assets/stylesheets/plugins/_rangeslider.scss */
[data-slider-style="square"] .noUi-handle {
  border-radius: 0px;
  transform: rotate(45deg);
  height: 10px;
  width: 10px;
  top: -4px;
  border-color: #465dff;
  background-color: var(--osen-secondary-bg);
}

/*
Template Name: DashDelivery - Responsive Bootstrap 5 Admin Dashboard
Version: 1.0.0
Author: Coderthemes
Email: support@coderthemes.com
File: Icons Css File
*/
/*!
 * Tabler Icons 3.4.0 by tabler - https://tabler.io
 * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE
 */
@font-face {
  font-family: "tabler-icons";
  font-style: normal;
  font-weight: 400;
  src: url(/assets/tabler-icons-da19eeab67a035c541d67ec76efa68626e3c846fd0bcbfa435b40eef53e4d43f.woff2?v3.4.0) format("woff2"), url(/assets/tabler-icons-0bd884f1206f997bbd6b798706c3f96a136cb150e942d70c3bc7f0b19f0e0f8a.woff?) format("woff"), url(/assets/tabler-icons-27916cea61e39b77381ed50d1bbc9e2aade538a792dff7d3a8e7f62cc8e80303.ttf?v3.4.0) format("truetype");
}

/* line 21, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti {
  font-family: "tabler-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 5315, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-a-b:before {
  content: "\ec36";
}

/* line 5316, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-a-b-2:before {
  content: "\f25f";
}

/* line 5317, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-a-b-off:before {
  content: "\f0a6";
}

/* line 5318, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-abacus:before {
  content: "\f05c";
}

/* line 5319, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-abacus-off:before {
  content: "\f3b6";
}

/* line 5320, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-abc:before {
  content: "\f567";
}

/* line 5321, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-access-point:before {
  content: "\ed1b";
}

/* line 5322, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-access-point-off:before {
  content: "\ed1a";
}

/* line 5323, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-accessible:before {
  content: "\eba9";
}

/* line 5324, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-accessible-filled:before {
  content: "\f6ea";
}

/* line 5325, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-accessible-off:before {
  content: "\f0a7";
}

/* line 5326, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-activity:before {
  content: "\ed23";
}

/* line 5327, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-activity-heartbeat:before {
  content: "\f0db";
}

/* line 5328, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-ad:before {
  content: "\ea02";
}

/* line 5329, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-ad-2:before {
  content: "\ef1f";
}

/* line 5330, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-ad-circle:before {
  content: "\f79e";
}

/* line 5331, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-ad-circle-filled:before {
  content: "\f7d3";
}

/* line 5332, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-ad-circle-off:before {
  content: "\f79d";
}

/* line 5333, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-ad-filled:before {
  content: "\f6eb";
}

/* line 5334, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-ad-off:before {
  content: "\f3b7";
}

/* line 5335, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-address-book:before {
  content: "\f021";
}

/* line 5336, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-address-book-off:before {
  content: "\f3b8";
}

/* line 5337, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-adjustments:before {
  content: "\ea03";
}

/* line 5338, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-adjustments-alt:before {
  content: "\ec37";
}

/* line 5339, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-adjustments-bolt:before {
  content: "\f7fb";
}

/* line 5340, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-adjustments-cancel:before {
  content: "\f7fc";
}

/* line 5341, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-adjustments-check:before {
  content: "\f7fd";
}

/* line 5342, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-adjustments-code:before {
  content: "\f7fe";
}

/* line 5343, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-adjustments-cog:before {
  content: "\f7ff";
}

/* line 5344, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-adjustments-dollar:before {
  content: "\f800";
}

/* line 5345, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-adjustments-down:before {
  content: "\f801";
}

/* line 5346, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-adjustments-exclamation:before {
  content: "\f802";
}

/* line 5347, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-adjustments-filled:before {
  content: "\f6ec";
}

/* line 5348, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-adjustments-heart:before {
  content: "\f803";
}

/* line 5349, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-adjustments-horizontal:before {
  content: "\ec38";
}

/* line 5350, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-adjustments-minus:before {
  content: "\f804";
}

/* line 5351, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-adjustments-off:before {
  content: "\f0a8";
}

/* line 5352, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-adjustments-pause:before {
  content: "\f805";
}

/* line 5353, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-adjustments-pin:before {
  content: "\f806";
}

/* line 5354, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-adjustments-plus:before {
  content: "\f807";
}

/* line 5355, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-adjustments-question:before {
  content: "\f808";
}

/* line 5356, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-adjustments-search:before {
  content: "\f809";
}

/* line 5357, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-adjustments-share:before {
  content: "\f80a";
}

/* line 5358, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-adjustments-star:before {
  content: "\f80b";
}

/* line 5359, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-adjustments-up:before {
  content: "\f80c";
}

/* line 5360, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-adjustments-x:before {
  content: "\f80d";
}

/* line 5361, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-aerial-lift:before {
  content: "\edfe";
}

/* line 5362, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-affiliate:before {
  content: "\edff";
}

/* line 5363, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-affiliate-filled:before {
  content: "\f6ed";
}

/* line 5364, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-ai:before {
  content: "\fee7";
}

/* line 5365, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-air-balloon:before {
  content: "\f4a6";
}

/* line 5366, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-air-conditioning:before {
  content: "\f3a2";
}

/* line 5367, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-air-conditioning-disabled:before {
  content: "\f542";
}

/* line 5368, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-air-traffic-control:before {
  content: "\fb01";
}

/* line 5369, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-alarm:before {
  content: "\ea04";
}

/* line 5370, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-alarm-average:before {
  content: "\fc9e";
}

/* line 5371, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-alarm-filled:before {
  content: "\f709";
}

/* line 5372, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-alarm-minus:before {
  content: "\f630";
}

/* line 5373, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-alarm-minus-filled:before {
  content: "\f70a";
}

/* line 5374, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-alarm-off:before {
  content: "\f0a9";
}

/* line 5375, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-alarm-plus:before {
  content: "\f631";
}

/* line 5376, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-alarm-plus-filled:before {
  content: "\f70b";
}

/* line 5377, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-alarm-snooze:before {
  content: "\f632";
}

/* line 5378, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-alarm-snooze-filled:before {
  content: "\f70c";
}

/* line 5379, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-album:before {
  content: "\f022";
}

/* line 5380, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-album-off:before {
  content: "\f3b9";
}

/* line 5381, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-alert-circle:before {
  content: "\ea05";
}

/* line 5382, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-alert-circle-filled:before {
  content: "\f6ee";
}

/* line 5383, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-alert-circle-off:before {
  content: "\fc65";
}

/* line 5384, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-alert-hexagon:before {
  content: "\f80e";
}

/* line 5385, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-alert-hexagon-filled:before {
  content: "\fa34";
}

/* line 5386, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-alert-hexagon-off:before {
  content: "\fc66";
}

/* line 5387, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-alert-octagon:before {
  content: "\ecc6";
}

/* line 5388, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-alert-octagon-filled:before {
  content: "\f6ef";
}

/* line 5389, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-alert-small:before {
  content: "\f80f";
}

/* line 5390, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-alert-small-off:before {
  content: "\fc67";
}

/* line 5391, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-alert-square:before {
  content: "\f811";
}

/* line 5392, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-alert-square-filled:before {
  content: "\fa35";
}

/* line 5393, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-alert-square-rounded:before {
  content: "\f810";
}

/* line 5394, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-alert-square-rounded-filled:before {
  content: "\fa36";
}

/* line 5395, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-alert-square-rounded-off:before {
  content: "\fc68";
}

/* line 5396, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-alert-triangle:before {
  content: "\ea06";
}

/* line 5397, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-alert-triangle-filled:before {
  content: "\f6f0";
}

/* line 5398, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-alert-triangle-off:before {
  content: "\fc69";
}

/* line 5399, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-alien:before {
  content: "\ebde";
}

/* line 5400, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-alien-filled:before {
  content: "\f70d";
}

/* line 5401, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-align-box-bottom-center:before {
  content: "\f530";
}

/* line 5402, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-align-box-bottom-center-filled:before {
  content: "\f70e";
}

/* line 5403, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-align-box-bottom-left:before {
  content: "\f531";
}

/* line 5404, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-align-box-bottom-left-filled:before {
  content: "\f70f";
}

/* line 5405, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-align-box-bottom-right:before {
  content: "\f532";
}

/* line 5406, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-align-box-bottom-right-filled:before {
  content: "\f710";
}

/* line 5407, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-align-box-center-bottom:before {
  content: "\facb";
}

/* line 5408, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-align-box-center-middle:before {
  content: "\f79f";
}

/* line 5409, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-align-box-center-middle-filled:before {
  content: "\f7d4";
}

/* line 5410, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-align-box-center-stretch:before {
  content: "\facc";
}

/* line 5411, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-align-box-center-top:before {
  content: "\facd";
}

/* line 5412, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-align-box-left-bottom:before {
  content: "\f533";
}

/* line 5413, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-align-box-left-bottom-filled:before {
  content: "\f711";
}

/* line 5414, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-align-box-left-middle:before {
  content: "\f534";
}

/* line 5415, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-align-box-left-middle-filled:before {
  content: "\f712";
}

/* line 5416, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-align-box-left-stretch:before {
  content: "\face";
}

/* line 5417, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-align-box-left-top:before {
  content: "\f535";
}

/* line 5418, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-align-box-left-top-filled:before {
  content: "\f713";
}

/* line 5419, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-align-box-right-bottom:before {
  content: "\f536";
}

/* line 5420, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-align-box-right-bottom-filled:before {
  content: "\f714";
}

/* line 5421, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-align-box-right-middle:before {
  content: "\f537";
}

/* line 5422, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-align-box-right-middle-filled:before {
  content: "\f7d5";
}

/* line 5423, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-align-box-right-stretch:before {
  content: "\facf";
}

/* line 5424, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-align-box-right-top:before {
  content: "\f538";
}

/* line 5425, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-align-box-right-top-filled:before {
  content: "\f715";
}

/* line 5426, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-align-box-top-center:before {
  content: "\f539";
}

/* line 5427, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-align-box-top-center-filled:before {
  content: "\f716";
}

/* line 5428, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-align-box-top-left:before {
  content: "\f53a";
}

/* line 5429, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-align-box-top-left-filled:before {
  content: "\f717";
}

/* line 5430, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-align-box-top-right:before {
  content: "\f53b";
}

/* line 5431, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-align-box-top-right-filled:before {
  content: "\f718";
}

/* line 5432, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-align-center:before {
  content: "\ea07";
}

/* line 5433, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-align-justified:before {
  content: "\ea08";
}

/* line 5434, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-align-left:before {
  content: "\ea09";
}

/* line 5435, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-align-right:before {
  content: "\ea0a";
}

/* line 5436, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-alpha:before {
  content: "\f543";
}

/* line 5437, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-alphabet-cyrillic:before {
  content: "\f1df";
}

/* line 5438, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-alphabet-greek:before {
  content: "\f1e0";
}

/* line 5439, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-alphabet-latin:before {
  content: "\f1e1";
}

/* line 5440, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-alt:before {
  content: "\fc54";
}

/* line 5441, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-ambulance:before {
  content: "\ebf5";
}

/* line 5442, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-ampersand:before {
  content: "\f229";
}

/* line 5443, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-analyze:before {
  content: "\f3a3";
}

/* line 5444, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-analyze-filled:before {
  content: "\f719";
}

/* line 5445, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-analyze-off:before {
  content: "\f3ba";
}

/* line 5446, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-anchor:before {
  content: "\eb76";
}

/* line 5447, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-anchor-off:before {
  content: "\f0f7";
}

/* line 5448, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-angle:before {
  content: "\ef20";
}

/* line 5449, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-ankh:before {
  content: "\f1cd";
}

/* line 5450, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-antenna:before {
  content: "\f094";
}

/* line 5451, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-antenna-bars-1:before {
  content: "\ecc7";
}

/* line 5452, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-antenna-bars-2:before {
  content: "\ecc8";
}

/* line 5453, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-antenna-bars-3:before {
  content: "\ecc9";
}

/* line 5454, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-antenna-bars-4:before {
  content: "\ecca";
}

/* line 5455, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-antenna-bars-5:before {
  content: "\eccb";
}

/* line 5456, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-antenna-bars-off:before {
  content: "\f0aa";
}

/* line 5457, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-antenna-off:before {
  content: "\f3bb";
}

/* line 5458, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-aperture:before {
  content: "\eb58";
}

/* line 5459, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-aperture-off:before {
  content: "\f3bc";
}

/* line 5460, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-api:before {
  content: "\effd";
}

/* line 5461, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-api-app:before {
  content: "\effc";
}

/* line 5462, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-api-app-off:before {
  content: "\f0ab";
}

/* line 5463, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-api-off:before {
  content: "\f0f8";
}

/* line 5464, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-app-window:before {
  content: "\efe6";
}

/* line 5465, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-app-window-filled:before {
  content: "\f71a";
}

/* line 5466, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-apple:before {
  content: "\ef21";
}

/* line 5467, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-apps:before {
  content: "\ebb6";
}

/* line 5468, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-apps-filled:before {
  content: "\f6f1";
}

/* line 5469, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-apps-off:before {
  content: "\f0ac";
}

/* line 5470, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-archery-arrow:before {
  content: "\fc55";
}

/* line 5471, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-archive:before {
  content: "\ea0b";
}

/* line 5472, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-archive-filled:before {
  content: "\fa82";
}

/* line 5473, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-archive-off:before {
  content: "\f0ad";
}

/* line 5474, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-armchair:before {
  content: "\ef9e";
}

/* line 5475, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-armchair-2:before {
  content: "\efe7";
}

/* line 5476, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-armchair-2-off:before {
  content: "\f3bd";
}

/* line 5477, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-armchair-off:before {
  content: "\f3be";
}

/* line 5478, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-autofit-content:before {
  content: "\ef31";
}

/* line 5479, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-autofit-content-filled:before {
  content: "\f6f2";
}

/* line 5480, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-autofit-down:before {
  content: "\ef32";
}

/* line 5481, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-autofit-height:before {
  content: "\ef33";
}

/* line 5482, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-autofit-left:before {
  content: "\ef34";
}

/* line 5483, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-autofit-right:before {
  content: "\ef35";
}

/* line 5484, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-autofit-up:before {
  content: "\ef36";
}

/* line 5485, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-autofit-width:before {
  content: "\ef37";
}

/* line 5486, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-back:before {
  content: "\ea0c";
}

/* line 5487, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-back-up:before {
  content: "\eb77";
}

/* line 5488, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-back-up-double:before {
  content: "\f9ec";
}

/* line 5489, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-badge-down:before {
  content: "\f60b";
}

/* line 5490, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-badge-down-filled:before {
  content: "\f7d6";
}

/* line 5491, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-badge-left:before {
  content: "\f60c";
}

/* line 5492, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-badge-left-filled:before {
  content: "\f7d7";
}

/* line 5493, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-badge-right:before {
  content: "\f60d";
}

/* line 5494, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-badge-right-filled:before {
  content: "\f7d8";
}

/* line 5495, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-badge-up:before {
  content: "\f60e";
}

/* line 5496, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-badge-up-filled:before {
  content: "\f7d9";
}

/* line 5497, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-bar-both:before {
  content: "\fadd";
}

/* line 5498, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-bar-down:before {
  content: "\ea0d";
}

/* line 5499, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-bar-left:before {
  content: "\ea0e";
}

/* line 5500, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-bar-right:before {
  content: "\ea0f";
}

/* line 5501, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-bar-to-down:before {
  content: "\ec88";
}

/* line 5502, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-bar-to-left:before {
  content: "\ec89";
}

/* line 5503, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-bar-to-right:before {
  content: "\ec8a";
}

/* line 5504, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-bar-to-up:before {
  content: "\ec8b";
}

/* line 5505, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-bar-up:before {
  content: "\ea10";
}

/* line 5506, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-bear-left:before {
  content: "\f045";
}

/* line 5507, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-bear-left-2:before {
  content: "\f044";
}

/* line 5508, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-bear-right:before {
  content: "\f047";
}

/* line 5509, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-bear-right-2:before {
  content: "\f046";
}

/* line 5510, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-big-down:before {
  content: "\edda";
}

/* line 5511, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-big-down-filled:before {
  content: "\f6c6";
}

/* line 5512, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-big-down-line:before {
  content: "\efe8";
}

/* line 5513, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-big-down-line-filled:before {
  content: "\f6c7";
}

/* line 5514, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-big-down-lines:before {
  content: "\efe9";
}

/* line 5515, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-big-down-lines-filled:before {
  content: "\f6c8";
}

/* line 5516, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-big-left:before {
  content: "\eddb";
}

/* line 5517, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-big-left-filled:before {
  content: "\f6c9";
}

/* line 5518, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-big-left-line:before {
  content: "\efea";
}

/* line 5519, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-big-left-line-filled:before {
  content: "\f6ca";
}

/* line 5520, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-big-left-lines:before {
  content: "\efeb";
}

/* line 5521, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-big-left-lines-filled:before {
  content: "\f6cb";
}

/* line 5522, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-big-right:before {
  content: "\eddc";
}

/* line 5523, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-big-right-filled:before {
  content: "\f6cc";
}

/* line 5524, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-big-right-line:before {
  content: "\efec";
}

/* line 5525, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-big-right-line-filled:before {
  content: "\f6cd";
}

/* line 5526, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-big-right-lines:before {
  content: "\efed";
}

/* line 5527, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-big-right-lines-filled:before {
  content: "\f6ce";
}

/* line 5528, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-big-up:before {
  content: "\eddd";
}

/* line 5529, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-big-up-filled:before {
  content: "\f6cf";
}

/* line 5530, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-big-up-line:before {
  content: "\efee";
}

/* line 5531, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-big-up-line-filled:before {
  content: "\f6d0";
}

/* line 5532, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-big-up-lines:before {
  content: "\efef";
}

/* line 5533, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-big-up-lines-filled:before {
  content: "\f6d1";
}

/* line 5534, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-bounce:before {
  content: "\f3a4";
}

/* line 5535, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-capsule:before {
  content: "\fade";
}

/* line 5536, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-curve-left:before {
  content: "\f048";
}

/* line 5537, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-curve-right:before {
  content: "\f049";
}

/* line 5538, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-down:before {
  content: "\ea16";
}

/* line 5539, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-down-bar:before {
  content: "\ed98";
}

/* line 5540, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-down-circle:before {
  content: "\ea11";
}

/* line 5541, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-down-from-arc:before {
  content: "\fd86";
}

/* line 5542, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-down-left:before {
  content: "\ea13";
}

/* line 5543, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-down-left-circle:before {
  content: "\ea12";
}

/* line 5544, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-down-rhombus:before {
  content: "\f61d";
}

/* line 5545, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-down-right:before {
  content: "\ea15";
}

/* line 5546, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-down-right-circle:before {
  content: "\ea14";
}

/* line 5547, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-down-square:before {
  content: "\ed9a";
}

/* line 5548, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-down-tail:before {
  content: "\ed9b";
}

/* line 5549, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-down-to-arc:before {
  content: "\fd87";
}

/* line 5550, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-elbow-left:before {
  content: "\f9ed";
}

/* line 5551, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-elbow-right:before {
  content: "\f9ee";
}

/* line 5552, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-fork:before {
  content: "\f04a";
}

/* line 5553, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-forward:before {
  content: "\ea17";
}

/* line 5554, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-forward-up:before {
  content: "\eb78";
}

/* line 5555, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-forward-up-double:before {
  content: "\f9ef";
}

/* line 5556, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-guide:before {
  content: "\f22a";
}

/* line 5557, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-iteration:before {
  content: "\f578";
}

/* line 5558, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-left:before {
  content: "\ea19";
}

/* line 5559, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-left-bar:before {
  content: "\ed9c";
}

/* line 5560, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-left-circle:before {
  content: "\ea18";
}

/* line 5561, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-left-from-arc:before {
  content: "\fd88";
}

/* line 5562, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-left-rhombus:before {
  content: "\f61e";
}

/* line 5563, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-left-right:before {
  content: "\f04b";
}

/* line 5564, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-left-square:before {
  content: "\ed9d";
}

/* line 5565, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-left-tail:before {
  content: "\ed9e";
}

/* line 5566, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-left-to-arc:before {
  content: "\fd89";
}

/* line 5567, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-loop-left:before {
  content: "\ed9f";
}

/* line 5568, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-loop-left-2:before {
  content: "\f04c";
}

/* line 5569, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-loop-right:before {
  content: "\eda0";
}

/* line 5570, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-loop-right-2:before {
  content: "\f04d";
}

/* line 5571, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-merge:before {
  content: "\f04e";
}

/* line 5572, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-merge-alt-left:before {
  content: "\fc9f";
}

/* line 5573, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-merge-alt-right:before {
  content: "\fca0";
}

/* line 5574, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-merge-both:before {
  content: "\f23b";
}

/* line 5575, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-merge-left:before {
  content: "\f23c";
}

/* line 5576, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-merge-right:before {
  content: "\f23d";
}

/* line 5577, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-move-down:before {
  content: "\f2ba";
}

/* line 5578, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-move-left:before {
  content: "\f2bb";
}

/* line 5579, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-move-right:before {
  content: "\f2bc";
}

/* line 5580, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-move-up:before {
  content: "\f2bd";
}

/* line 5581, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-narrow-down:before {
  content: "\ea1a";
}

/* line 5582, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-narrow-left:before {
  content: "\ea1b";
}

/* line 5583, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-narrow-right:before {
  content: "\ea1c";
}

/* line 5584, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-narrow-up:before {
  content: "\ea1d";
}

/* line 5585, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-ramp-left:before {
  content: "\ed3c";
}

/* line 5586, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-ramp-left-2:before {
  content: "\f04f";
}

/* line 5587, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-ramp-left-3:before {
  content: "\f050";
}

/* line 5588, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-ramp-right:before {
  content: "\ed3d";
}

/* line 5589, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-ramp-right-2:before {
  content: "\f051";
}

/* line 5590, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-ramp-right-3:before {
  content: "\f052";
}

/* line 5591, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-right:before {
  content: "\ea1f";
}

/* line 5592, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-right-bar:before {
  content: "\eda1";
}

/* line 5593, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-right-circle:before {
  content: "\ea1e";
}

/* line 5594, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-right-from-arc:before {
  content: "\fd8a";
}

/* line 5595, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-right-rhombus:before {
  content: "\f61f";
}

/* line 5596, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-right-square:before {
  content: "\eda2";
}

/* line 5597, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-right-tail:before {
  content: "\eda3";
}

/* line 5598, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-right-to-arc:before {
  content: "\fd8b";
}

/* line 5599, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-rotary-first-left:before {
  content: "\f053";
}

/* line 5600, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-rotary-first-right:before {
  content: "\f054";
}

/* line 5601, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-rotary-last-left:before {
  content: "\f055";
}

/* line 5602, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-rotary-last-right:before {
  content: "\f056";
}

/* line 5603, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-rotary-left:before {
  content: "\f057";
}

/* line 5604, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-rotary-right:before {
  content: "\f058";
}

/* line 5605, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-rotary-straight:before {
  content: "\f059";
}

/* line 5606, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-roundabout-left:before {
  content: "\f22b";
}

/* line 5607, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-roundabout-right:before {
  content: "\f22c";
}

/* line 5608, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-sharp-turn-left:before {
  content: "\f05a";
}

/* line 5609, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-sharp-turn-right:before {
  content: "\f05b";
}

/* line 5610, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-up:before {
  content: "\ea25";
}

/* line 5611, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-up-bar:before {
  content: "\eda4";
}

/* line 5612, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-up-circle:before {
  content: "\ea20";
}

/* line 5613, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-up-from-arc:before {
  content: "\fd8c";
}

/* line 5614, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-up-left:before {
  content: "\ea22";
}

/* line 5615, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-up-left-circle:before {
  content: "\ea21";
}

/* line 5616, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-up-rhombus:before {
  content: "\f620";
}

/* line 5617, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-up-right:before {
  content: "\ea24";
}

/* line 5618, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-up-right-circle:before {
  content: "\ea23";
}

/* line 5619, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-up-square:before {
  content: "\eda6";
}

/* line 5620, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-up-tail:before {
  content: "\eda7";
}

/* line 5621, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-up-to-arc:before {
  content: "\fd8d";
}

/* line 5622, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-wave-left-down:before {
  content: "\eda8";
}

/* line 5623, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-wave-left-up:before {
  content: "\eda9";
}

/* line 5624, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-wave-right-down:before {
  content: "\edaa";
}

/* line 5625, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-wave-right-up:before {
  content: "\edab";
}

/* line 5626, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrow-zig-zag:before {
  content: "\f4a7";
}

/* line 5627, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrows-cross:before {
  content: "\effe";
}

/* line 5628, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrows-diagonal:before {
  content: "\ea27";
}

/* line 5629, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrows-diagonal-2:before {
  content: "\ea26";
}

/* line 5630, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrows-diagonal-minimize:before {
  content: "\ef39";
}

/* line 5631, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrows-diagonal-minimize-2:before {
  content: "\ef38";
}

/* line 5632, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrows-diff:before {
  content: "\f296";
}

/* line 5633, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrows-double-ne-sw:before {
  content: "\edde";
}

/* line 5634, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrows-double-nw-se:before {
  content: "\eddf";
}

/* line 5635, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrows-double-se-nw:before {
  content: "\ede0";
}

/* line 5636, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrows-double-sw-ne:before {
  content: "\ede1";
}

/* line 5637, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrows-down:before {
  content: "\edad";
}

/* line 5638, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrows-down-up:before {
  content: "\edac";
}

/* line 5639, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrows-exchange:before {
  content: "\f1f4";
}

/* line 5640, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrows-exchange-2:before {
  content: "\f1f3";
}

/* line 5641, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrows-horizontal:before {
  content: "\eb59";
}

/* line 5642, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrows-join:before {
  content: "\edaf";
}

/* line 5643, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrows-join-2:before {
  content: "\edae";
}

/* line 5644, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrows-left:before {
  content: "\edb1";
}

/* line 5645, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrows-left-down:before {
  content: "\ee00";
}

/* line 5646, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrows-left-right:before {
  content: "\edb0";
}

/* line 5647, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrows-maximize:before {
  content: "\ea28";
}

/* line 5648, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrows-minimize:before {
  content: "\ea29";
}

/* line 5649, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrows-move:before {
  content: "\f22f";
}

/* line 5650, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrows-move-horizontal:before {
  content: "\f22d";
}

/* line 5651, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrows-move-vertical:before {
  content: "\f22e";
}

/* line 5652, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrows-random:before {
  content: "\f095";
}

/* line 5653, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrows-right:before {
  content: "\edb3";
}

/* line 5654, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrows-right-down:before {
  content: "\ee01";
}

/* line 5655, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrows-right-left:before {
  content: "\edb2";
}

/* line 5656, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrows-shuffle:before {
  content: "\f000";
}

/* line 5657, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrows-shuffle-2:before {
  content: "\efff";
}

/* line 5658, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrows-sort:before {
  content: "\eb5a";
}

/* line 5659, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrows-split:before {
  content: "\edb5";
}

/* line 5660, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrows-split-2:before {
  content: "\edb4";
}

/* line 5661, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrows-transfer-down:before {
  content: "\f2cc";
}

/* line 5662, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrows-transfer-up:before {
  content: "\f2cd";
}

/* line 5663, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrows-up:before {
  content: "\edb7";
}

/* line 5664, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrows-up-down:before {
  content: "\edb6";
}

/* line 5665, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrows-up-left:before {
  content: "\ee02";
}

/* line 5666, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrows-up-right:before {
  content: "\ee03";
}

/* line 5667, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-arrows-vertical:before {
  content: "\eb5b";
}

/* line 5668, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-artboard:before {
  content: "\ea2a";
}

/* line 5669, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-artboard-filled:before {
  content: "\fa83";
}

/* line 5670, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-artboard-off:before {
  content: "\f0ae";
}

/* line 5671, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-article:before {
  content: "\f1e2";
}

/* line 5672, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-article-filled:before {
  content: "\f7da";
}

/* line 5673, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-article-off:before {
  content: "\f3bf";
}

/* line 5674, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-aspect-ratio:before {
  content: "\ed30";
}

/* line 5675, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-aspect-ratio-filled:before {
  content: "\f7db";
}

/* line 5676, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-aspect-ratio-off:before {
  content: "\f0af";
}

/* line 5677, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-assembly:before {
  content: "\f24d";
}

/* line 5678, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-assembly-filled:before {
  content: "\fe9e";
}

/* line 5679, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-assembly-off:before {
  content: "\f3c0";
}

/* line 5680, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-asset:before {
  content: "\f1ce";
}

/* line 5681, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-asset-filled:before {
  content: "\fe9d";
}

/* line 5682, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-asterisk:before {
  content: "\efd5";
}

/* line 5683, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-asterisk-simple:before {
  content: "\efd4";
}

/* line 5684, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-at:before {
  content: "\ea2b";
}

/* line 5685, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-at-off:before {
  content: "\f0b0";
}

/* line 5686, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-atom:before {
  content: "\eb79";
}

/* line 5687, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-atom-2:before {
  content: "\ebdf";
}

/* line 5688, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-atom-2-filled:before {
  content: "\f71b";
}

/* line 5689, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-atom-off:before {
  content: "\f0f9";
}

/* line 5690, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-augmented-reality:before {
  content: "\f023";
}

/* line 5691, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-augmented-reality-2:before {
  content: "\f37e";
}

/* line 5692, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-augmented-reality-off:before {
  content: "\f3c1";
}

/* line 5693, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-auth-2fa:before {
  content: "\eca0";
}

/* line 5694, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-automatic-gearbox:before {
  content: "\fc89";
}

/* line 5695, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-avocado:before {
  content: "\fd8e";
}

/* line 5696, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-award:before {
  content: "\ea2c";
}

/* line 5697, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-award-filled:before {
  content: "\f71c";
}

/* line 5698, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-award-off:before {
  content: "\f0fa";
}

/* line 5699, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-axe:before {
  content: "\ef9f";
}

/* line 5700, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-axis-x:before {
  content: "\ef45";
}

/* line 5701, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-axis-y:before {
  content: "\ef46";
}

/* line 5702, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-baby-bottle:before {
  content: "\f5d2";
}

/* line 5703, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-baby-carriage:before {
  content: "\f05d";
}

/* line 5704, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-baby-carriage-filled:before {
  content: "\fe9c";
}

/* line 5705, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-background:before {
  content: "\fd2c";
}

/* line 5706, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-backhoe:before {
  content: "\ed86";
}

/* line 5707, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-backpack:before {
  content: "\ef47";
}

/* line 5708, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-backpack-off:before {
  content: "\f3c2";
}

/* line 5709, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-backslash:before {
  content: "\fab9";
}

/* line 5710, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-backspace:before {
  content: "\ea2d";
}

/* line 5711, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-backspace-filled:before {
  content: "\f7dc";
}

/* line 5712, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-badge:before {
  content: "\efc2";
}

/* line 5713, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-badge-3d:before {
  content: "\f555";
}

/* line 5714, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-badge-3d-filled:before {
  content: "\fe9b";
}

/* line 5715, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-badge-4k:before {
  content: "\f556";
}

/* line 5716, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-badge-4k-filled:before {
  content: "\fe9a";
}

/* line 5717, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-badge-8k:before {
  content: "\f557";
}

/* line 5718, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-badge-8k-filled:before {
  content: "\fe99";
}

/* line 5719, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-badge-ad:before {
  content: "\f558";
}

/* line 5720, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-badge-ad-filled:before {
  content: "\fe98";
}

/* line 5721, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-badge-ad-off:before {
  content: "\fd8f";
}

/* line 5722, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-badge-ar:before {
  content: "\f559";
}

/* line 5723, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-badge-ar-filled:before {
  content: "\fe97";
}

/* line 5724, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-badge-cc:before {
  content: "\f55a";
}

/* line 5725, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-badge-cc-filled:before {
  content: "\fe96";
}

/* line 5726, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-badge-filled:before {
  content: "\f667";
}

/* line 5727, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-badge-hd:before {
  content: "\f55b";
}

/* line 5728, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-badge-hd-filled:before {
  content: "\fe95";
}

/* line 5729, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-badge-off:before {
  content: "\f0fb";
}

/* line 5730, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-badge-sd:before {
  content: "\f55c";
}

/* line 5731, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-badge-sd-filled:before {
  content: "\fe94";
}

/* line 5732, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-badge-tm:before {
  content: "\f55d";
}

/* line 5733, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-badge-tm-filled:before {
  content: "\fe93";
}

/* line 5734, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-badge-vo:before {
  content: "\f55e";
}

/* line 5735, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-badge-vo-filled:before {
  content: "\fe92";
}

/* line 5736, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-badge-vr:before {
  content: "\f55f";
}

/* line 5737, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-badge-vr-filled:before {
  content: "\fe91";
}

/* line 5738, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-badge-wc:before {
  content: "\f560";
}

/* line 5739, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-badge-wc-filled:before {
  content: "\fe90";
}

/* line 5740, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-badges:before {
  content: "\efc3";
}

/* line 5741, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-badges-filled:before {
  content: "\f7dd";
}

/* line 5742, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-badges-off:before {
  content: "\f0fc";
}

/* line 5743, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-baguette:before {
  content: "\f3a5";
}

/* line 5744, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-ball-american-football:before {
  content: "\ee04";
}

/* line 5745, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-ball-american-football-off:before {
  content: "\f3c3";
}

/* line 5746, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-ball-baseball:before {
  content: "\efa0";
}

/* line 5747, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-ball-basketball:before {
  content: "\ec28";
}

/* line 5748, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-ball-bowling:before {
  content: "\ec29";
}

/* line 5749, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-ball-football:before {
  content: "\ee06";
}

/* line 5750, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-ball-football-off:before {
  content: "\ee05";
}

/* line 5751, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-ball-tennis:before {
  content: "\ec2a";
}

/* line 5752, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-ball-volleyball:before {
  content: "\ec2b";
}

/* line 5753, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-balloon:before {
  content: "\ef3a";
}

/* line 5754, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-balloon-filled:before {
  content: "\fa84";
}

/* line 5755, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-balloon-off:before {
  content: "\f0fd";
}

/* line 5756, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-ballpen:before {
  content: "\f06e";
}

/* line 5757, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-ballpen-filled:before {
  content: "\fa85";
}

/* line 5758, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-ballpen-off:before {
  content: "\f0b1";
}

/* line 5759, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-ban:before {
  content: "\ea2e";
}

/* line 5760, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bandage:before {
  content: "\eb7a";
}

/* line 5761, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bandage-filled:before {
  content: "\f7de";
}

/* line 5762, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bandage-off:before {
  content: "\f3c4";
}

/* line 5763, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-barbell:before {
  content: "\eff0";
}

/* line 5764, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-barbell-filled:before {
  content: "\fe8f";
}

/* line 5765, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-barbell-off:before {
  content: "\f0b2";
}

/* line 5766, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-barcode:before {
  content: "\ebc6";
}

/* line 5767, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-barcode-off:before {
  content: "\f0b3";
}

/* line 5768, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-barrel:before {
  content: "\f0b4";
}

/* line 5769, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-barrel-off:before {
  content: "\f0fe";
}

/* line 5770, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-barrier-block:before {
  content: "\f00e";
}

/* line 5771, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-barrier-block-filled:before {
  content: "\fe8e";
}

/* line 5772, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-barrier-block-off:before {
  content: "\f0b5";
}

/* line 5773, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-baseline:before {
  content: "\f024";
}

/* line 5774, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-baseline-density-large:before {
  content: "\f9f0";
}

/* line 5775, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-baseline-density-medium:before {
  content: "\f9f1";
}

/* line 5776, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-baseline-density-small:before {
  content: "\f9f2";
}

/* line 5777, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-basket:before {
  content: "\ebe1";
}

/* line 5778, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-basket-bolt:before {
  content: "\fb43";
}

/* line 5779, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-basket-cancel:before {
  content: "\fb44";
}

/* line 5780, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-basket-check:before {
  content: "\fb45";
}

/* line 5781, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-basket-code:before {
  content: "\fb46";
}

/* line 5782, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-basket-cog:before {
  content: "\fb47";
}

/* line 5783, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-basket-discount:before {
  content: "\fb48";
}

/* line 5784, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-basket-dollar:before {
  content: "\fb49";
}

/* line 5785, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-basket-down:before {
  content: "\fb4a";
}

/* line 5786, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-basket-exclamation:before {
  content: "\fb4b";
}

/* line 5787, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-basket-filled:before {
  content: "\f7df";
}

/* line 5788, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-basket-heart:before {
  content: "\fb4c";
}

/* line 5789, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-basket-minus:before {
  content: "\fb4d";
}

/* line 5790, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-basket-off:before {
  content: "\f0b6";
}

/* line 5791, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-basket-pause:before {
  content: "\fb4e";
}

/* line 5792, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-basket-pin:before {
  content: "\fb4f";
}

/* line 5793, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-basket-plus:before {
  content: "\fb50";
}

/* line 5794, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-basket-question:before {
  content: "\fb51";
}

/* line 5795, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-basket-search:before {
  content: "\fb52";
}

/* line 5796, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-basket-share:before {
  content: "\fb53";
}

/* line 5797, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-basket-star:before {
  content: "\fb54";
}

/* line 5798, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-basket-up:before {
  content: "\fb55";
}

/* line 5799, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-basket-x:before {
  content: "\fb56";
}

/* line 5800, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bat:before {
  content: "\f284";
}

/* line 5801, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bath:before {
  content: "\ef48";
}

/* line 5802, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bath-filled:before {
  content: "\f71d";
}

/* line 5803, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bath-off:before {
  content: "\f0ff";
}

/* line 5804, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-battery:before {
  content: "\ea34";
}

/* line 5805, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-battery-1:before {
  content: "\ea2f";
}

/* line 5806, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-battery-1-filled:before {
  content: "\f71e";
}

/* line 5807, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-battery-2:before {
  content: "\ea30";
}

/* line 5808, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-battery-2-filled:before {
  content: "\f71f";
}

/* line 5809, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-battery-3:before {
  content: "\ea31";
}

/* line 5810, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-battery-3-filled:before {
  content: "\f720";
}

/* line 5811, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-battery-4:before {
  content: "\ea32";
}

/* line 5812, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-battery-4-filled:before {
  content: "\f721";
}

/* line 5813, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-battery-automotive:before {
  content: "\ee07";
}

/* line 5814, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-battery-charging:before {
  content: "\ea33";
}

/* line 5815, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-battery-charging-2:before {
  content: "\ef3b";
}

/* line 5816, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-battery-eco:before {
  content: "\ef3c";
}

/* line 5817, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-battery-filled:before {
  content: "\f668";
}

/* line 5818, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-battery-off:before {
  content: "\ed1c";
}

/* line 5819, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-beach:before {
  content: "\ef3d";
}

/* line 5820, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-beach-off:before {
  content: "\f0b7";
}

/* line 5821, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bed:before {
  content: "\eb5c";
}

/* line 5822, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bed-filled:before {
  content: "\f7e0";
}

/* line 5823, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bed-flat:before {
  content: "\fca1";
}

/* line 5824, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bed-flat-filled:before {
  content: "\fe8d";
}

/* line 5825, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bed-off:before {
  content: "\f100";
}

/* line 5826, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-beer:before {
  content: "\efa1";
}

/* line 5827, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-beer-filled:before {
  content: "\f7e1";
}

/* line 5828, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-beer-off:before {
  content: "\f101";
}

/* line 5829, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bell:before {
  content: "\ea35";
}

/* line 5830, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bell-bolt:before {
  content: "\f812";
}

/* line 5831, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bell-cancel:before {
  content: "\f813";
}

/* line 5832, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bell-check:before {
  content: "\f814";
}

/* line 5833, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bell-code:before {
  content: "\f815";
}

/* line 5834, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bell-cog:before {
  content: "\f816";
}

/* line 5835, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bell-dollar:before {
  content: "\f817";
}

/* line 5836, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bell-down:before {
  content: "\f818";
}

/* line 5837, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bell-exclamation:before {
  content: "\f819";
}

/* line 5838, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bell-filled:before {
  content: "\f669";
}

/* line 5839, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bell-heart:before {
  content: "\f81a";
}

/* line 5840, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bell-minus:before {
  content: "\ede2";
}

/* line 5841, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bell-minus-filled:before {
  content: "\f722";
}

/* line 5842, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bell-off:before {
  content: "\ece9";
}

/* line 5843, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bell-pause:before {
  content: "\f81b";
}

/* line 5844, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bell-pin:before {
  content: "\f81c";
}

/* line 5845, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bell-plus:before {
  content: "\ede3";
}

/* line 5846, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bell-plus-filled:before {
  content: "\f723";
}

/* line 5847, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bell-question:before {
  content: "\f81d";
}

/* line 5848, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bell-ringing:before {
  content: "\ed07";
}

/* line 5849, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bell-ringing-2:before {
  content: "\ede4";
}

/* line 5850, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bell-ringing-2-filled:before {
  content: "\f724";
}

/* line 5851, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bell-ringing-filled:before {
  content: "\f725";
}

/* line 5852, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bell-school:before {
  content: "\f05e";
}

/* line 5853, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bell-search:before {
  content: "\f81e";
}

/* line 5854, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bell-share:before {
  content: "\f81f";
}

/* line 5855, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bell-star:before {
  content: "\f820";
}

/* line 5856, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bell-up:before {
  content: "\f821";
}

/* line 5857, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bell-x:before {
  content: "\ede5";
}

/* line 5858, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bell-x-filled:before {
  content: "\f726";
}

/* line 5859, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bell-z:before {
  content: "\eff1";
}

/* line 5860, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bell-z-filled:before {
  content: "\f727";
}

/* line 5861, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-beta:before {
  content: "\f544";
}

/* line 5862, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bible:before {
  content: "\efc4";
}

/* line 5863, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bike:before {
  content: "\ea36";
}

/* line 5864, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bike-off:before {
  content: "\f0b8";
}

/* line 5865, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-binary:before {
  content: "\ee08";
}

/* line 5866, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-binary-off:before {
  content: "\f3c5";
}

/* line 5867, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-binary-tree:before {
  content: "\f5d4";
}

/* line 5868, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-binary-tree-2:before {
  content: "\f5d3";
}

/* line 5869, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-biohazard:before {
  content: "\ecb8";
}

/* line 5870, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-biohazard-filled:before {
  content: "\fe8c";
}

/* line 5871, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-biohazard-off:before {
  content: "\f0b9";
}

/* line 5872, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-blade:before {
  content: "\f4bd";
}

/* line 5873, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-blade-filled:before {
  content: "\f7e2";
}

/* line 5874, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bleach:before {
  content: "\f2f3";
}

/* line 5875, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bleach-chlorine:before {
  content: "\f2f0";
}

/* line 5876, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bleach-no-chlorine:before {
  content: "\f2f1";
}

/* line 5877, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bleach-off:before {
  content: "\f2f2";
}

/* line 5878, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-blend-mode:before {
  content: "\feb0";
}

/* line 5879, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-blender:before {
  content: "\fca2";
}

/* line 5880, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-blob:before {
  content: "\feaf";
}

/* line 5881, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-blob-filled:before {
  content: "\feb1";
}

/* line 5882, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-blockquote:before {
  content: "\ee09";
}

/* line 5883, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bluetooth:before {
  content: "\ea37";
}

/* line 5884, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bluetooth-connected:before {
  content: "\ecea";
}

/* line 5885, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bluetooth-off:before {
  content: "\eceb";
}

/* line 5886, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bluetooth-x:before {
  content: "\f081";
}

/* line 5887, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-blur:before {
  content: "\ef8c";
}

/* line 5888, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-blur-off:before {
  content: "\f3c6";
}

/* line 5889, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bmp:before {
  content: "\f3a6";
}

/* line 5890, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-body-scan:before {
  content: "\fca3";
}

/* line 5891, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bold:before {
  content: "\eb7b";
}

/* line 5892, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bold-off:before {
  content: "\f0ba";
}

/* line 5893, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bolt:before {
  content: "\ea38";
}

/* line 5894, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bolt-off:before {
  content: "\ecec";
}

/* line 5895, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bomb:before {
  content: "\f59c";
}

/* line 5896, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bomb-filled:before {
  content: "\fa86";
}

/* line 5897, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bone:before {
  content: "\edb8";
}

/* line 5898, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bone-filled:before {
  content: "\fe8b";
}

/* line 5899, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bone-off:before {
  content: "\f0bb";
}

/* line 5900, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bong:before {
  content: "\f3a7";
}

/* line 5901, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bong-off:before {
  content: "\f3c7";
}

/* line 5902, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-book:before {
  content: "\ea39";
}

/* line 5903, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-book-2:before {
  content: "\efc5";
}

/* line 5904, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-book-download:before {
  content: "\f070";
}

/* line 5905, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-book-filled:before {
  content: "\fa87";
}

/* line 5906, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-book-off:before {
  content: "\f0bc";
}

/* line 5907, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-book-upload:before {
  content: "\f071";
}

/* line 5908, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bookmark:before {
  content: "\ea3a";
}

/* line 5909, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bookmark-ai:before {
  content: "\fc8a";
}

/* line 5910, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bookmark-edit:before {
  content: "\fa5e";
}

/* line 5911, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bookmark-filled:before {
  content: "\fa88";
}

/* line 5912, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bookmark-minus:before {
  content: "\fa5f";
}

/* line 5913, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bookmark-off:before {
  content: "\eced";
}

/* line 5914, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bookmark-plus:before {
  content: "\fa60";
}

/* line 5915, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bookmark-question:before {
  content: "\fa61";
}

/* line 5916, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bookmarks:before {
  content: "\ed08";
}

/* line 5917, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bookmarks-filled:before {
  content: "\fb1f";
}

/* line 5918, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bookmarks-off:before {
  content: "\f0bd";
}

/* line 5919, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-books:before {
  content: "\eff2";
}

/* line 5920, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-books-off:before {
  content: "\f0be";
}

/* line 5921, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-boom:before {
  content: "\fdbe";
}

/* line 5922, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-boom-filled:before {
  content: "\fe8a";
}

/* line 5923, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-border-all:before {
  content: "\ea3b";
}

/* line 5924, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-border-bottom:before {
  content: "\ea3c";
}

/* line 5925, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-border-bottom-plus:before {
  content: "\fdbd";
}

/* line 5926, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-border-corner-ios:before {
  content: "\fd98";
}

/* line 5927, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-border-corner-pill:before {
  content: "\fd62";
}

/* line 5928, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-border-corner-rounded:before {
  content: "\fd63";
}

/* line 5929, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-border-corner-square:before {
  content: "\fd64";
}

/* line 5930, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-border-corners:before {
  content: "\f7a0";
}

/* line 5931, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-border-horizontal:before {
  content: "\ea3d";
}

/* line 5932, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-border-inner:before {
  content: "\ea3e";
}

/* line 5933, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-border-left:before {
  content: "\ea3f";
}

/* line 5934, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-border-left-plus:before {
  content: "\fdbc";
}

/* line 5935, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-border-none:before {
  content: "\ea40";
}

/* line 5936, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-border-outer:before {
  content: "\ea41";
}

/* line 5937, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-border-radius:before {
  content: "\eb7c";
}

/* line 5938, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-border-right:before {
  content: "\ea42";
}

/* line 5939, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-border-right-plus:before {
  content: "\fdbb";
}

/* line 5940, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-border-sides:before {
  content: "\f7a1";
}

/* line 5941, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-border-style:before {
  content: "\ee0a";
}

/* line 5942, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-border-style-2:before {
  content: "\ef22";
}

/* line 5943, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-border-top:before {
  content: "\ea43";
}

/* line 5944, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-border-top-plus:before {
  content: "\fdba";
}

/* line 5945, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-border-vertical:before {
  content: "\ea44";
}

/* line 5946, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bottle:before {
  content: "\ef0b";
}

/* line 5947, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bottle-filled:before {
  content: "\fa89";
}

/* line 5948, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bottle-off:before {
  content: "\f3c8";
}

/* line 5949, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bounce-left:before {
  content: "\f59d";
}

/* line 5950, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bounce-left-filled:before {
  content: "\fb20";
}

/* line 5951, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bounce-right:before {
  content: "\f59e";
}

/* line 5952, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bounce-right-filled:before {
  content: "\fb21";
}

/* line 5953, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bow:before {
  content: "\f096";
}

/* line 5954, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bow-filled:before {
  content: "\fe89";
}

/* line 5955, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bowl:before {
  content: "\f4fa";
}

/* line 5956, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bowl-chopsticks:before {
  content: "\fd90";
}

/* line 5957, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bowl-chopsticks-filled:before {
  content: "\fe88";
}

/* line 5958, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bowl-filled:before {
  content: "\fb22";
}

/* line 5959, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bowl-spoon:before {
  content: "\fd91";
}

/* line 5960, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bowl-spoon-filled:before {
  content: "\fe87";
}

/* line 5961, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-box:before {
  content: "\ea45";
}

/* line 5962, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-box-align-bottom:before {
  content: "\f2a8";
}

/* line 5963, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-box-align-bottom-filled:before {
  content: "\fa8a";
}

/* line 5964, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-box-align-bottom-left:before {
  content: "\f2ce";
}

/* line 5965, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-box-align-bottom-left-filled:before {
  content: "\fa8b";
}

/* line 5966, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-box-align-bottom-right:before {
  content: "\f2cf";
}

/* line 5967, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-box-align-bottom-right-filled:before {
  content: "\fa8c";
}

/* line 5968, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-box-align-left:before {
  content: "\f2a9";
}

/* line 5969, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-box-align-left-filled:before {
  content: "\fa8d";
}

/* line 5970, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-box-align-right:before {
  content: "\f2aa";
}

/* line 5971, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-box-align-right-filled:before {
  content: "\fa8e";
}

/* line 5972, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-box-align-top:before {
  content: "\f2ab";
}

/* line 5973, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-box-align-top-filled:before {
  content: "\fa8f";
}

/* line 5974, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-box-align-top-left:before {
  content: "\f2d0";
}

/* line 5975, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-box-align-top-left-filled:before {
  content: "\fa90";
}

/* line 5976, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-box-align-top-right:before {
  content: "\f2d1";
}

/* line 5977, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-box-align-top-right-filled:before {
  content: "\fa91";
}

/* line 5978, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-box-margin:before {
  content: "\ee0b";
}

/* line 5979, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-box-model:before {
  content: "\ee0c";
}

/* line 5980, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-box-model-2:before {
  content: "\ef23";
}

/* line 5981, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-box-model-2-off:before {
  content: "\f3c9";
}

/* line 5982, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-box-model-off:before {
  content: "\f3ca";
}

/* line 5983, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-box-multiple:before {
  content: "\ee17";
}

/* line 5984, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-box-multiple-0:before {
  content: "\ee0d";
}

/* line 5985, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-box-multiple-1:before {
  content: "\ee0e";
}

/* line 5986, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-box-multiple-2:before {
  content: "\ee0f";
}

/* line 5987, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-box-multiple-3:before {
  content: "\ee10";
}

/* line 5988, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-box-multiple-4:before {
  content: "\ee11";
}

/* line 5989, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-box-multiple-5:before {
  content: "\ee12";
}

/* line 5990, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-box-multiple-6:before {
  content: "\ee13";
}

/* line 5991, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-box-multiple-7:before {
  content: "\ee14";
}

/* line 5992, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-box-multiple-8:before {
  content: "\ee15";
}

/* line 5993, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-box-multiple-9:before {
  content: "\ee16";
}

/* line 5994, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-box-off:before {
  content: "\f102";
}

/* line 5995, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-box-padding:before {
  content: "\ee18";
}

/* line 5996, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-braces:before {
  content: "\ebcc";
}

/* line 5997, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-braces-off:before {
  content: "\f0bf";
}

/* line 5998, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brackets:before {
  content: "\ebcd";
}

/* line 5999, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brackets-angle:before {
  content: "\fcb2";
}

/* line 6000, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brackets-angle-off:before {
  content: "\fcb1";
}

/* line 6001, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brackets-contain:before {
  content: "\f1e5";
}

/* line 6002, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brackets-contain-end:before {
  content: "\f1e3";
}

/* line 6003, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brackets-contain-start:before {
  content: "\f1e4";
}

/* line 6004, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brackets-off:before {
  content: "\f0c0";
}

/* line 6005, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-braille:before {
  content: "\f545";
}

/* line 6006, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brain:before {
  content: "\f59f";
}

/* line 6007, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-4chan:before {
  content: "\f494";
}

/* line 6008, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-abstract:before {
  content: "\f495";
}

/* line 6009, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-adobe:before {
  content: "\f0dc";
}

/* line 6010, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-adonis-js:before {
  content: "\f496";
}

/* line 6011, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-airbnb:before {
  content: "\ed68";
}

/* line 6012, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-airtable:before {
  content: "\ef6a";
}

/* line 6013, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-algolia:before {
  content: "\f390";
}

/* line 6014, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-alipay:before {
  content: "\f7a2";
}

/* line 6015, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-alpine-js:before {
  content: "\f324";
}

/* line 6016, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-amazon:before {
  content: "\f230";
}

/* line 6017, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-amd:before {
  content: "\f653";
}

/* line 6018, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-amigo:before {
  content: "\f5f9";
}

/* line 6019, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-among-us:before {
  content: "\f205";
}

/* line 6020, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-android:before {
  content: "\ec16";
}

/* line 6021, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-angular:before {
  content: "\ef6b";
}

/* line 6022, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-ansible:before {
  content: "\fa70";
}

/* line 6023, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-ao3:before {
  content: "\f5e8";
}

/* line 6024, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-appgallery:before {
  content: "\f231";
}

/* line 6025, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-apple:before {
  content: "\ec17";
}

/* line 6026, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-apple-arcade:before {
  content: "\ed69";
}

/* line 6027, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-apple-filled:before {
  content: "\fd74";
}

/* line 6028, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-apple-podcast:before {
  content: "\f1e6";
}

/* line 6029, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-appstore:before {
  content: "\ed24";
}

/* line 6030, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-arc:before {
  content: "\feae";
}

/* line 6031, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-asana:before {
  content: "\edc5";
}

/* line 6032, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-astro:before {
  content: "\fdb9";
}

/* line 6033, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-auth0:before {
  content: "\fcb3";
}

/* line 6034, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-aws:before {
  content: "\fa4c";
}

/* line 6035, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-azure:before {
  content: "\fa4d";
}

/* line 6036, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-backbone:before {
  content: "\f325";
}

/* line 6037, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-badoo:before {
  content: "\f206";
}

/* line 6038, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-baidu:before {
  content: "\f5e9";
}

/* line 6039, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-bandcamp:before {
  content: "\f207";
}

/* line 6040, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-bandlab:before {
  content: "\f5fa";
}

/* line 6041, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-beats:before {
  content: "\f208";
}

/* line 6042, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-behance:before {
  content: "\ec6e";
}

/* line 6043, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-bilibili:before {
  content: "\f6d2";
}

/* line 6044, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-binance:before {
  content: "\f5a0";
}

/* line 6045, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-bing:before {
  content: "\edc6";
}

/* line 6046, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-bitbucket:before {
  content: "\edc7";
}

/* line 6047, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-blackberry:before {
  content: "\f568";
}

/* line 6048, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-blender:before {
  content: "\f326";
}

/* line 6049, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-blogger:before {
  content: "\f35a";
}

/* line 6050, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-bluesky:before {
  content: "\fd75";
}

/* line 6051, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-booking:before {
  content: "\edc8";
}

/* line 6052, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-bootstrap:before {
  content: "\ef3e";
}

/* line 6053, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-bulma:before {
  content: "\f327";
}

/* line 6054, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-bumble:before {
  content: "\f5fb";
}

/* line 6055, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-bunpo:before {
  content: "\f4cf";
}

/* line 6056, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-c-sharp:before {
  content: "\f003";
}

/* line 6057, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-cake:before {
  content: "\f7a3";
}

/* line 6058, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-cakephp:before {
  content: "\f7af";
}

/* line 6059, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-campaignmonitor:before {
  content: "\f328";
}

/* line 6060, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-carbon:before {
  content: "\f348";
}

/* line 6061, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-cashapp:before {
  content: "\f391";
}

/* line 6062, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-chrome:before {
  content: "\ec18";
}

/* line 6063, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-cinema-4d:before {
  content: "\fa71";
}

/* line 6064, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-citymapper:before {
  content: "\f5fc";
}

/* line 6065, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-cloudflare:before {
  content: "\fa4e";
}

/* line 6066, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-codecov:before {
  content: "\f329";
}

/* line 6067, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-codepen:before {
  content: "\ec6f";
}

/* line 6068, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-codesandbox:before {
  content: "\ed6a";
}

/* line 6069, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-cohost:before {
  content: "\f5d5";
}

/* line 6070, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-coinbase:before {
  content: "\f209";
}

/* line 6071, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-comedy-central:before {
  content: "\f217";
}

/* line 6072, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-coreos:before {
  content: "\f5fd";
}

/* line 6073, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-couchdb:before {
  content: "\f60f";
}

/* line 6074, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-couchsurfing:before {
  content: "\f392";
}

/* line 6075, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-cpp:before {
  content: "\f5fe";
}

/* line 6076, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-craft:before {
  content: "\fa72";
}

/* line 6077, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-crunchbase:before {
  content: "\f7e3";
}

/* line 6078, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-css3:before {
  content: "\ed6b";
}

/* line 6079, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-ctemplar:before {
  content: "\f4d0";
}

/* line 6080, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-cucumber:before {
  content: "\ef6c";
}

/* line 6081, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-cupra:before {
  content: "\f4d1";
}

/* line 6082, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-cypress:before {
  content: "\f333";
}

/* line 6083, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-d3:before {
  content: "\f24e";
}

/* line 6084, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-databricks:before {
  content: "\fc41";
}

/* line 6085, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-days-counter:before {
  content: "\f4d2";
}

/* line 6086, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-dcos:before {
  content: "\f32a";
}

/* line 6087, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-debian:before {
  content: "\ef57";
}

/* line 6088, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-deezer:before {
  content: "\f78b";
}

/* line 6089, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-deliveroo:before {
  content: "\f4d3";
}

/* line 6090, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-deno:before {
  content: "\f24f";
}

/* line 6091, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-denodo:before {
  content: "\f610";
}

/* line 6092, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-deviantart:before {
  content: "\ecfb";
}

/* line 6093, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-digg:before {
  content: "\fa73";
}

/* line 6094, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-dingtalk:before {
  content: "\f5ea";
}

/* line 6095, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-discord:before {
  content: "\ece3";
}

/* line 6096, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-discord-filled:before {
  content: "\f7e4";
}

/* line 6097, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-disney:before {
  content: "\f20a";
}

/* line 6098, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-disqus:before {
  content: "\edc9";
}

/* line 6099, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-django:before {
  content: "\f349";
}

/* line 6100, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-docker:before {
  content: "\edca";
}

/* line 6101, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-doctrine:before {
  content: "\ef6d";
}

/* line 6102, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-dolby-digital:before {
  content: "\f4d4";
}

/* line 6103, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-douban:before {
  content: "\f5ff";
}

/* line 6104, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-dribbble:before {
  content: "\ec19";
}

/* line 6105, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-dribbble-filled:before {
  content: "\f7e5";
}

/* line 6106, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-drops:before {
  content: "\f4d5";
}

/* line 6107, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-drupal:before {
  content: "\f393";
}

/* line 6108, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-edge:before {
  content: "\ecfc";
}

/* line 6109, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-elastic:before {
  content: "\f611";
}

/* line 6110, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-electronic-arts:before {
  content: "\fa74";
}

/* line 6111, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-ember:before {
  content: "\f497";
}

/* line 6112, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-envato:before {
  content: "\f394";
}

/* line 6113, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-etsy:before {
  content: "\f654";
}

/* line 6114, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-evernote:before {
  content: "\f600";
}

/* line 6115, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-facebook:before {
  content: "\ec1a";
}

/* line 6116, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-facebook-filled:before {
  content: "\f7e6";
}

/* line 6117, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-feedly:before {
  content: "\fa75";
}

/* line 6118, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-figma:before {
  content: "\ec93";
}

/* line 6119, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-filezilla:before {
  content: "\fa76";
}

/* line 6120, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-finder:before {
  content: "\f218";
}

/* line 6121, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-firebase:before {
  content: "\ef6e";
}

/* line 6122, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-firefox:before {
  content: "\ecfd";
}

/* line 6123, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-fiverr:before {
  content: "\f7a4";
}

/* line 6124, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-flickr:before {
  content: "\ecfe";
}

/* line 6125, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-flightradar24:before {
  content: "\f4d6";
}

/* line 6126, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-flipboard:before {
  content: "\f20b";
}

/* line 6127, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-flutter:before {
  content: "\f395";
}

/* line 6128, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-fortnite:before {
  content: "\f260";
}

/* line 6129, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-foursquare:before {
  content: "\ecff";
}

/* line 6130, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-framer:before {
  content: "\ec1b";
}

/* line 6131, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-framer-motion:before {
  content: "\f78c";
}

/* line 6132, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-funimation:before {
  content: "\f655";
}

/* line 6133, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-gatsby:before {
  content: "\f396";
}

/* line 6134, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-git:before {
  content: "\ef6f";
}

/* line 6135, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-github:before {
  content: "\ec1c";
}

/* line 6136, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-github-copilot:before {
  content: "\f4a8";
}

/* line 6137, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-github-filled:before {
  content: "\f7e7";
}

/* line 6138, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-gitlab:before {
  content: "\ec1d";
}

/* line 6139, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-gmail:before {
  content: "\efa2";
}

/* line 6140, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-golang:before {
  content: "\f78d";
}

/* line 6141, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-google:before {
  content: "\ec1f";
}

/* line 6142, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-google-analytics:before {
  content: "\edcb";
}

/* line 6143, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-google-big-query:before {
  content: "\f612";
}

/* line 6144, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-google-drive:before {
  content: "\ec1e";
}

/* line 6145, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-google-filled:before {
  content: "\fd1a";
}

/* line 6146, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-google-fit:before {
  content: "\f297";
}

/* line 6147, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-google-home:before {
  content: "\f601";
}

/* line 6148, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-google-maps:before {
  content: "\fa4f";
}

/* line 6149, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-google-one:before {
  content: "\f232";
}

/* line 6150, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-google-photos:before {
  content: "\f20c";
}

/* line 6151, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-google-play:before {
  content: "\ed25";
}

/* line 6152, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-google-podcasts:before {
  content: "\f656";
}

/* line 6153, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-grammarly:before {
  content: "\f32b";
}

/* line 6154, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-graphql:before {
  content: "\f32c";
}

/* line 6155, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-gravatar:before {
  content: "\edcc";
}

/* line 6156, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-grindr:before {
  content: "\f20d";
}

/* line 6157, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-guardian:before {
  content: "\f4fb";
}

/* line 6158, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-gumroad:before {
  content: "\f5d6";
}

/* line 6159, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-hbo:before {
  content: "\f657";
}

/* line 6160, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-headlessui:before {
  content: "\f32d";
}

/* line 6161, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-hexo:before {
  content: "\fa50";
}

/* line 6162, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-hipchat:before {
  content: "\edcd";
}

/* line 6163, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-html5:before {
  content: "\ed6c";
}

/* line 6164, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-inertia:before {
  content: "\f34a";
}

/* line 6165, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-instagram:before {
  content: "\ec20";
}

/* line 6166, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-intercom:before {
  content: "\f1cf";
}

/* line 6167, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-itch:before {
  content: "\fa22";
}

/* line 6168, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-javascript:before {
  content: "\ef0c";
}

/* line 6169, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-juejin:before {
  content: "\f7b0";
}

/* line 6170, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-kako-talk:before {
  content: "\fd2d";
}

/* line 6171, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-kbin:before {
  content: "\fad0";
}

/* line 6172, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-kick:before {
  content: "\fa23";
}

/* line 6173, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-kickstarter:before {
  content: "\edce";
}

/* line 6174, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-kotlin:before {
  content: "\ed6d";
}

/* line 6175, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-laravel:before {
  content: "\f34b";
}

/* line 6176, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-lastfm:before {
  content: "\f001";
}

/* line 6177, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-leetcode:before {
  content: "\fa51";
}

/* line 6178, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-letterboxd:before {
  content: "\fa24";
}

/* line 6179, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-line:before {
  content: "\f7e8";
}

/* line 6180, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-linkedin:before {
  content: "\ec8c";
}

/* line 6181, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-linktree:before {
  content: "\f1e7";
}

/* line 6182, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-linqpad:before {
  content: "\f562";
}

/* line 6183, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-livewire:before {
  content: "\fd76";
}

/* line 6184, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-loom:before {
  content: "\ef70";
}

/* line 6185, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-mailgun:before {
  content: "\f32e";
}

/* line 6186, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-mantine:before {
  content: "\f32f";
}

/* line 6187, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-mastercard:before {
  content: "\ef49";
}

/* line 6188, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-mastodon:before {
  content: "\f250";
}

/* line 6189, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-matrix:before {
  content: "\f5eb";
}

/* line 6190, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-mcdonalds:before {
  content: "\f251";
}

/* line 6191, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-medium:before {
  content: "\ec70";
}

/* line 6192, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-meetup:before {
  content: "\fc6a";
}

/* line 6193, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-mercedes:before {
  content: "\f072";
}

/* line 6194, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-messenger:before {
  content: "\ec71";
}

/* line 6195, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-meta:before {
  content: "\efb0";
}

/* line 6196, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-minecraft:before {
  content: "\faef";
}

/* line 6197, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-miniprogram:before {
  content: "\f602";
}

/* line 6198, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-mixpanel:before {
  content: "\f397";
}

/* line 6199, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-monday:before {
  content: "\f219";
}

/* line 6200, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-mongodb:before {
  content: "\f613";
}

/* line 6201, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-my-oppo:before {
  content: "\f4d7";
}

/* line 6202, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-mysql:before {
  content: "\f614";
}

/* line 6203, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-national-geographic:before {
  content: "\f603";
}

/* line 6204, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-nem:before {
  content: "\f5a1";
}

/* line 6205, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-netbeans:before {
  content: "\ef71";
}

/* line 6206, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-netease-music:before {
  content: "\f604";
}

/* line 6207, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-netflix:before {
  content: "\edcf";
}

/* line 6208, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-nexo:before {
  content: "\f5a2";
}

/* line 6209, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-nextcloud:before {
  content: "\f4d8";
}

/* line 6210, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-nextjs:before {
  content: "\f0dd";
}

/* line 6211, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-nodejs:before {
  content: "\fae0";
}

/* line 6212, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-nord-vpn:before {
  content: "\f37f";
}

/* line 6213, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-notion:before {
  content: "\ef7b";
}

/* line 6214, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-npm:before {
  content: "\f569";
}

/* line 6215, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-nuxt:before {
  content: "\f0de";
}

/* line 6216, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-nytimes:before {
  content: "\ef8d";
}

/* line 6217, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-oauth:before {
  content: "\fa52";
}

/* line 6218, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-office:before {
  content: "\f398";
}

/* line 6219, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-ok-ru:before {
  content: "\f399";
}

/* line 6220, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-onedrive:before {
  content: "\f5d7";
}

/* line 6221, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-onlyfans:before {
  content: "\f605";
}

/* line 6222, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-open-source:before {
  content: "\edd0";
}

/* line 6223, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-openai:before {
  content: "\f78e";
}

/* line 6224, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-openvpn:before {
  content: "\f39a";
}

/* line 6225, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-opera:before {
  content: "\ec21";
}

/* line 6226, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-pagekit:before {
  content: "\edd1";
}

/* line 6227, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-parsinta:before {
  content: "\fc42";
}

/* line 6228, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-patreon:before {
  content: "\edd2";
}

/* line 6229, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-patreon-filled:before {
  content: "\fcff";
}

/* line 6230, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-paypal:before {
  content: "\ec22";
}

/* line 6231, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-paypal-filled:before {
  content: "\f7e9";
}

/* line 6232, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-paypay:before {
  content: "\f5ec";
}

/* line 6233, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-peanut:before {
  content: "\f39b";
}

/* line 6234, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-pepsi:before {
  content: "\f261";
}

/* line 6235, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-php:before {
  content: "\ef72";
}

/* line 6236, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-picsart:before {
  content: "\f4d9";
}

/* line 6237, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-pinterest:before {
  content: "\ec8d";
}

/* line 6238, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-planetscale:before {
  content: "\f78f";
}

/* line 6239, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-pnpm:before {
  content: "\fd77";
}

/* line 6240, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-pocket:before {
  content: "\ed00";
}

/* line 6241, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-polymer:before {
  content: "\f498";
}

/* line 6242, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-powershell:before {
  content: "\f5ed";
}

/* line 6243, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-printables:before {
  content: "\fd1b";
}

/* line 6244, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-prisma:before {
  content: "\f499";
}

/* line 6245, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-producthunt:before {
  content: "\edd3";
}

/* line 6246, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-pushbullet:before {
  content: "\f330";
}

/* line 6247, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-pushover:before {
  content: "\f20e";
}

/* line 6248, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-python:before {
  content: "\ed01";
}

/* line 6249, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-qq:before {
  content: "\f606";
}

/* line 6250, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-radix-ui:before {
  content: "\f790";
}

/* line 6251, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-react:before {
  content: "\f34c";
}

/* line 6252, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-react-native:before {
  content: "\ef73";
}

/* line 6253, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-reason:before {
  content: "\f49a";
}

/* line 6254, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-reddit:before {
  content: "\ec8e";
}

/* line 6255, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-redhat:before {
  content: "\f331";
}

/* line 6256, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-redux:before {
  content: "\f3a8";
}

/* line 6257, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-revolut:before {
  content: "\f4da";
}

/* line 6258, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-rumble:before {
  content: "\fad1";
}

/* line 6259, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-rust:before {
  content: "\fa53";
}

/* line 6260, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-safari:before {
  content: "\ec23";
}

/* line 6261, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-samsungpass:before {
  content: "\f4db";
}

/* line 6262, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-sass:before {
  content: "\edd4";
}

/* line 6263, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-sentry:before {
  content: "\edd5";
}

/* line 6264, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-sharik:before {
  content: "\f4dc";
}

/* line 6265, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-shazam:before {
  content: "\edd6";
}

/* line 6266, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-shopee:before {
  content: "\f252";
}

/* line 6267, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-sketch:before {
  content: "\ec24";
}

/* line 6268, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-skype:before {
  content: "\ed02";
}

/* line 6269, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-slack:before {
  content: "\ec72";
}

/* line 6270, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-snapchat:before {
  content: "\ec25";
}

/* line 6271, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-snapseed:before {
  content: "\f253";
}

/* line 6272, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-snowflake:before {
  content: "\f615";
}

/* line 6273, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-socket-io:before {
  content: "\f49b";
}

/* line 6274, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-solidjs:before {
  content: "\f5ee";
}

/* line 6275, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-soundcloud:before {
  content: "\ed6e";
}

/* line 6276, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-spacehey:before {
  content: "\f4fc";
}

/* line 6277, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-speedtest:before {
  content: "\fa77";
}

/* line 6278, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-spotify:before {
  content: "\ed03";
}

/* line 6279, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-spotify-filled:before {
  content: "\fe86";
}

/* line 6280, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-stackoverflow:before {
  content: "\ef58";
}

/* line 6281, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-stackshare:before {
  content: "\f607";
}

/* line 6282, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-steam:before {
  content: "\ed6f";
}

/* line 6283, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-stocktwits:before {
  content: "\fd78";
}

/* line 6284, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-storj:before {
  content: "\fa54";
}

/* line 6285, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-storybook:before {
  content: "\f332";
}

/* line 6286, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-storytel:before {
  content: "\f608";
}

/* line 6287, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-strava:before {
  content: "\f254";
}

/* line 6288, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-stripe:before {
  content: "\edd7";
}

/* line 6289, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-sublime-text:before {
  content: "\ef74";
}

/* line 6290, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-sugarizer:before {
  content: "\f7a5";
}

/* line 6291, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-supabase:before {
  content: "\f6d3";
}

/* line 6292, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-superhuman:before {
  content: "\f50c";
}

/* line 6293, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-supernova:before {
  content: "\f49c";
}

/* line 6294, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-surfshark:before {
  content: "\f255";
}

/* line 6295, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-svelte:before {
  content: "\f0df";
}

/* line 6296, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-swift:before {
  content: "\fa55";
}

/* line 6297, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-symfony:before {
  content: "\f616";
}

/* line 6298, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-tabler:before {
  content: "\ec8f";
}

/* line 6299, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-tailwind:before {
  content: "\eca1";
}

/* line 6300, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-taobao:before {
  content: "\f5ef";
}

/* line 6301, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-teams:before {
  content: "\fadf";
}

/* line 6302, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-ted:before {
  content: "\f658";
}

/* line 6303, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-telegram:before {
  content: "\ec26";
}

/* line 6304, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-terraform:before {
  content: "\fa56";
}

/* line 6305, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-tether:before {
  content: "\f5a3";
}

/* line 6306, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-thingiverse:before {
  content: "\fd1c";
}

/* line 6307, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-threads:before {
  content: "\fb02";
}

/* line 6308, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-threejs:before {
  content: "\f5f0";
}

/* line 6309, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-tidal:before {
  content: "\ed70";
}

/* line 6310, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-tiktok:before {
  content: "\ec73";
}

/* line 6311, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-tiktok-filled:before {
  content: "\f7ea";
}

/* line 6312, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-tinder:before {
  content: "\ed71";
}

/* line 6313, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-topbuzz:before {
  content: "\f50d";
}

/* line 6314, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-torchain:before {
  content: "\f5a4";
}

/* line 6315, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-toyota:before {
  content: "\f262";
}

/* line 6316, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-trello:before {
  content: "\f39d";
}

/* line 6317, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-tripadvisor:before {
  content: "\f002";
}

/* line 6318, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-tumblr:before {
  content: "\ed04";
}

/* line 6319, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-twilio:before {
  content: "\f617";
}

/* line 6320, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-twitch:before {
  content: "\ed05";
}

/* line 6321, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-twitter:before {
  content: "\ec27";
}

/* line 6322, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-twitter-filled:before {
  content: "\f7eb";
}

/* line 6323, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-typescript:before {
  content: "\f5f1";
}

/* line 6324, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-uber:before {
  content: "\ef75";
}

/* line 6325, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-ubuntu:before {
  content: "\ef59";
}

/* line 6326, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-unity:before {
  content: "\f49d";
}

/* line 6327, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-unsplash:before {
  content: "\edd8";
}

/* line 6328, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-upwork:before {
  content: "\f39e";
}

/* line 6329, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-valorant:before {
  content: "\f39f";
}

/* line 6330, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-vercel:before {
  content: "\ef24";
}

/* line 6331, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-vimeo:before {
  content: "\ed06";
}

/* line 6332, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-vinted:before {
  content: "\f20f";
}

/* line 6333, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-visa:before {
  content: "\f380";
}

/* line 6334, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-visual-studio:before {
  content: "\ef76";
}

/* line 6335, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-vite:before {
  content: "\f5f2";
}

/* line 6336, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-vivaldi:before {
  content: "\f210";
}

/* line 6337, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-vk:before {
  content: "\ed72";
}

/* line 6338, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-vlc:before {
  content: "\fa78";
}

/* line 6339, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-volkswagen:before {
  content: "\f50e";
}

/* line 6340, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-vsco:before {
  content: "\f334";
}

/* line 6341, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-vscode:before {
  content: "\f3a0";
}

/* line 6342, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-vue:before {
  content: "\f0e0";
}

/* line 6343, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-walmart:before {
  content: "\f211";
}

/* line 6344, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-waze:before {
  content: "\f5d8";
}

/* line 6345, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-webflow:before {
  content: "\f2d2";
}

/* line 6346, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-wechat:before {
  content: "\f5f3";
}

/* line 6347, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-weibo:before {
  content: "\f609";
}

/* line 6348, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-whatsapp:before {
  content: "\ec74";
}

/* line 6349, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-wikipedia:before {
  content: "\fa79";
}

/* line 6350, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-windows:before {
  content: "\ecd8";
}

/* line 6351, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-windy:before {
  content: "\f4dd";
}

/* line 6352, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-wish:before {
  content: "\f212";
}

/* line 6353, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-wix:before {
  content: "\f3a1";
}

/* line 6354, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-wordpress:before {
  content: "\f2d3";
}

/* line 6355, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-x:before {
  content: "\fc0f";
}

/* line 6356, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-x-filled:before {
  content: "\fc21";
}

/* line 6357, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-xamarin:before {
  content: "\fa7a";
}

/* line 6358, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-xbox:before {
  content: "\f298";
}

/* line 6359, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-xdeep:before {
  content: "\fc10";
}

/* line 6360, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-xing:before {
  content: "\f21a";
}

/* line 6361, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-yahoo:before {
  content: "\ed73";
}

/* line 6362, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-yandex:before {
  content: "\fae1";
}

/* line 6363, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-yarn:before {
  content: "\fd79";
}

/* line 6364, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-yatse:before {
  content: "\f213";
}

/* line 6365, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-ycombinator:before {
  content: "\edd9";
}

/* line 6366, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-youtube:before {
  content: "\ec90";
}

/* line 6367, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-youtube-filled:before {
  content: "\fc22";
}

/* line 6368, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-youtube-kids:before {
  content: "\f214";
}

/* line 6369, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-zalando:before {
  content: "\f49e";
}

/* line 6370, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-zapier:before {
  content: "\f49f";
}

/* line 6371, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-zeit:before {
  content: "\f335";
}

/* line 6372, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-zhihu:before {
  content: "\f60a";
}

/* line 6373, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-zoom:before {
  content: "\f215";
}

/* line 6374, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-zulip:before {
  content: "\f4de";
}

/* line 6375, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brand-zwift:before {
  content: "\f216";
}

/* line 6376, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bread:before {
  content: "\efa3";
}

/* line 6377, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bread-filled:before {
  content: "\fe85";
}

/* line 6378, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bread-off:before {
  content: "\f3cb";
}

/* line 6379, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-briefcase:before {
  content: "\ea46";
}

/* line 6380, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-briefcase-2:before {
  content: "\fb03";
}

/* line 6381, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-briefcase-2-filled:before {
  content: "\fe84";
}

/* line 6382, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-briefcase-filled:before {
  content: "\fd00";
}

/* line 6383, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-briefcase-off:before {
  content: "\f3cc";
}

/* line 6384, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brightness:before {
  content: "\eb7f";
}

/* line 6385, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brightness-2:before {
  content: "\ee19";
}

/* line 6386, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brightness-auto:before {
  content: "\fd99";
}

/* line 6387, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brightness-auto-filled:before {
  content: "\fe83";
}

/* line 6388, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brightness-down:before {
  content: "\eb7d";
}

/* line 6389, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brightness-down-filled:before {
  content: "\fb23";
}

/* line 6390, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brightness-filled:before {
  content: "\fe82";
}

/* line 6391, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brightness-half:before {
  content: "\ee1a";
}

/* line 6392, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brightness-off:before {
  content: "\f3cd";
}

/* line 6393, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brightness-up:before {
  content: "\eb7e";
}

/* line 6394, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brightness-up-filled:before {
  content: "\fb24";
}

/* line 6395, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-broadcast:before {
  content: "\f1e9";
}

/* line 6396, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-broadcast-off:before {
  content: "\f1e8";
}

/* line 6397, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-browser:before {
  content: "\ebb7";
}

/* line 6398, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-browser-check:before {
  content: "\efd6";
}

/* line 6399, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-browser-off:before {
  content: "\f0c1";
}

/* line 6400, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-browser-plus:before {
  content: "\efd7";
}

/* line 6401, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-browser-x:before {
  content: "\efd8";
}

/* line 6402, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brush:before {
  content: "\ebb8";
}

/* line 6403, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-brush-off:before {
  content: "\f0c2";
}

/* line 6404, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bubble:before {
  content: "\feba";
}

/* line 6405, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bubble-filled:before {
  content: "\fec3";
}

/* line 6406, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bubble-minus:before {
  content: "\febe";
}

/* line 6407, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bubble-plus:before {
  content: "\febd";
}

/* line 6408, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bubble-text:before {
  content: "\febc";
}

/* line 6409, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bubble-x:before {
  content: "\febb";
}

/* line 6410, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bucket:before {
  content: "\ea47";
}

/* line 6411, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bucket-droplet:before {
  content: "\f56a";
}

/* line 6412, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bucket-off:before {
  content: "\f103";
}

/* line 6413, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bug:before {
  content: "\ea48";
}

/* line 6414, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bug-filled:before {
  content: "\fd01";
}

/* line 6415, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bug-off:before {
  content: "\f0c3";
}

/* line 6416, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-building:before {
  content: "\ea4f";
}

/* line 6417, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-building-arch:before {
  content: "\ea49";
}

/* line 6418, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-building-bank:before {
  content: "\ebe2";
}

/* line 6419, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-building-bridge:before {
  content: "\ea4b";
}

/* line 6420, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-building-bridge-2:before {
  content: "\ea4a";
}

/* line 6421, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-building-broadcast-tower:before {
  content: "\f4be";
}

/* line 6422, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-building-broadcast-tower-filled:before {
  content: "\fe81";
}

/* line 6423, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-building-carousel:before {
  content: "\ed87";
}

/* line 6424, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-building-castle:before {
  content: "\ed88";
}

/* line 6425, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-building-church:before {
  content: "\ea4c";
}

/* line 6426, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-building-circus:before {
  content: "\f4bf";
}

/* line 6427, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-building-community:before {
  content: "\ebf6";
}

/* line 6428, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-building-cottage:before {
  content: "\ee1b";
}

/* line 6429, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-building-estate:before {
  content: "\f5a5";
}

/* line 6430, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-building-factory:before {
  content: "\ee1c";
}

/* line 6431, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-building-factory-2:before {
  content: "\f082";
}

/* line 6432, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-building-fortress:before {
  content: "\ed89";
}

/* line 6433, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-building-hospital:before {
  content: "\ea4d";
}

/* line 6434, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-building-lighthouse:before {
  content: "\ed8a";
}

/* line 6435, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-building-monument:before {
  content: "\ed26";
}

/* line 6436, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-building-mosque:before {
  content: "\fa57";
}

/* line 6437, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-building-pavilion:before {
  content: "\ebf7";
}

/* line 6438, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-building-skyscraper:before {
  content: "\ec39";
}

/* line 6439, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-building-stadium:before {
  content: "\f641";
}

/* line 6440, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-building-store:before {
  content: "\ea4e";
}

/* line 6441, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-building-tunnel:before {
  content: "\f5a6";
}

/* line 6442, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-building-warehouse:before {
  content: "\ebe3";
}

/* line 6443, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-building-wind-turbine:before {
  content: "\f4c0";
}

/* line 6444, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bulb:before {
  content: "\ea51";
}

/* line 6445, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bulb-filled:before {
  content: "\f66a";
}

/* line 6446, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bulb-off:before {
  content: "\ea50";
}

/* line 6447, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bulldozer:before {
  content: "\ee1d";
}

/* line 6448, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-burger:before {
  content: "\fcb4";
}

/* line 6449, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bus:before {
  content: "\ebe4";
}

/* line 6450, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bus-off:before {
  content: "\f3ce";
}

/* line 6451, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-bus-stop:before {
  content: "\f2d4";
}

/* line 6452, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-businessplan:before {
  content: "\ee1e";
}

/* line 6453, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-butterfly:before {
  content: "\efd9";
}

/* line 6454, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cactus:before {
  content: "\f21b";
}

/* line 6455, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cactus-filled:before {
  content: "\fb25";
}

/* line 6456, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cactus-off:before {
  content: "\f3cf";
}

/* line 6457, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cake:before {
  content: "\f00f";
}

/* line 6458, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cake-off:before {
  content: "\f104";
}

/* line 6459, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-calculator:before {
  content: "\eb80";
}

/* line 6460, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-calculator-filled:before {
  content: "\fb26";
}

/* line 6461, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-calculator-off:before {
  content: "\f0c4";
}

/* line 6462, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-calendar:before {
  content: "\ea53";
}

/* line 6463, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-calendar-bolt:before {
  content: "\f822";
}

/* line 6464, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-calendar-cancel:before {
  content: "\f823";
}

/* line 6465, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-calendar-check:before {
  content: "\f824";
}

/* line 6466, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-calendar-clock:before {
  content: "\fd2e";
}

/* line 6467, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-calendar-code:before {
  content: "\f825";
}

/* line 6468, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-calendar-cog:before {
  content: "\f826";
}

/* line 6469, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-calendar-dollar:before {
  content: "\f827";
}

/* line 6470, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-calendar-dot:before {
  content: "\fd3e";
}

/* line 6471, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-calendar-down:before {
  content: "\f828";
}

/* line 6472, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-calendar-due:before {
  content: "\f621";
}

/* line 6473, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-calendar-event:before {
  content: "\ea52";
}

/* line 6474, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-calendar-exclamation:before {
  content: "\f829";
}

/* line 6475, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-calendar-filled:before {
  content: "\fb27";
}

/* line 6476, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-calendar-heart:before {
  content: "\f82a";
}

/* line 6477, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-calendar-minus:before {
  content: "\ebb9";
}

/* line 6478, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-calendar-month:before {
  content: "\fd2f";
}

/* line 6479, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-calendar-off:before {
  content: "\ee1f";
}

/* line 6480, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-calendar-pause:before {
  content: "\f82b";
}

/* line 6481, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-calendar-pin:before {
  content: "\f82c";
}

/* line 6482, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-calendar-plus:before {
  content: "\ebba";
}

/* line 6483, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-calendar-question:before {
  content: "\f82d";
}

/* line 6484, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-calendar-repeat:before {
  content: "\fad2";
}

/* line 6485, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-calendar-sad:before {
  content: "\fd1d";
}

/* line 6486, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-calendar-search:before {
  content: "\f82e";
}

/* line 6487, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-calendar-share:before {
  content: "\f82f";
}

/* line 6488, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-calendar-smile:before {
  content: "\fd1e";
}

/* line 6489, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-calendar-star:before {
  content: "\f830";
}

/* line 6490, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-calendar-stats:before {
  content: "\ee20";
}

/* line 6491, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-calendar-time:before {
  content: "\ee21";
}

/* line 6492, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-calendar-up:before {
  content: "\f831";
}

/* line 6493, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-calendar-user:before {
  content: "\fd1f";
}

/* line 6494, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-calendar-week:before {
  content: "\fd30";
}

/* line 6495, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-calendar-x:before {
  content: "\f832";
}

/* line 6496, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-camera:before {
  content: "\ea54";
}

/* line 6497, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-camera-bolt:before {
  content: "\f833";
}

/* line 6498, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-camera-cancel:before {
  content: "\f834";
}

/* line 6499, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-camera-check:before {
  content: "\f835";
}

/* line 6500, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-camera-code:before {
  content: "\f836";
}

/* line 6501, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-camera-cog:before {
  content: "\f837";
}

/* line 6502, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-camera-dollar:before {
  content: "\f838";
}

/* line 6503, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-camera-down:before {
  content: "\f839";
}

/* line 6504, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-camera-exclamation:before {
  content: "\f83a";
}

/* line 6505, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-camera-filled:before {
  content: "\fa37";
}

/* line 6506, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-camera-heart:before {
  content: "\f83b";
}

/* line 6507, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-camera-minus:before {
  content: "\ec3a";
}

/* line 6508, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-camera-off:before {
  content: "\ecee";
}

/* line 6509, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-camera-pause:before {
  content: "\f83c";
}

/* line 6510, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-camera-pin:before {
  content: "\f83d";
}

/* line 6511, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-camera-plus:before {
  content: "\ec3b";
}

/* line 6512, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-camera-question:before {
  content: "\f83e";
}

/* line 6513, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-camera-rotate:before {
  content: "\ee22";
}

/* line 6514, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-camera-search:before {
  content: "\f83f";
}

/* line 6515, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-camera-selfie:before {
  content: "\ee23";
}

/* line 6516, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-camera-share:before {
  content: "\f840";
}

/* line 6517, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-camera-star:before {
  content: "\f841";
}

/* line 6518, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-camera-up:before {
  content: "\f842";
}

/* line 6519, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-camera-x:before {
  content: "\f843";
}

/* line 6520, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-camper:before {
  content: "\fa25";
}

/* line 6521, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-campfire:before {
  content: "\f5a7";
}

/* line 6522, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-campfire-filled:before {
  content: "\fb28";
}

/* line 6523, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-candle:before {
  content: "\efc6";
}

/* line 6524, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-candle-filled:before {
  content: "\fc23";
}

/* line 6525, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-candy:before {
  content: "\ef0d";
}

/* line 6526, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-candy-off:before {
  content: "\f0c5";
}

/* line 6527, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cane:before {
  content: "\f50f";
}

/* line 6528, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cannabis:before {
  content: "\f4c1";
}

/* line 6529, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-capsule:before {
  content: "\fae3";
}

/* line 6530, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-capsule-filled:before {
  content: "\fc24";
}

/* line 6531, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-capsule-horizontal:before {
  content: "\fae2";
}

/* line 6532, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-capsule-horizontal-filled:before {
  content: "\fc25";
}

/* line 6533, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-capture:before {
  content: "\ec3c";
}

/* line 6534, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-capture-filled:before {
  content: "\fb29";
}

/* line 6535, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-capture-off:before {
  content: "\f0c6";
}

/* line 6536, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-car:before {
  content: "\ebbb";
}

/* line 6537, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-car-4wd:before {
  content: "\fdb8";
}

/* line 6538, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-car-crane:before {
  content: "\ef25";
}

/* line 6539, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-car-crash:before {
  content: "\efa4";
}

/* line 6540, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-car-fan:before {
  content: "\fdb3";
}

/* line 6541, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-car-fan-1:before {
  content: "\fdb7";
}

/* line 6542, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-car-fan-2:before {
  content: "\fdb6";
}

/* line 6543, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-car-fan-3:before {
  content: "\fdb5";
}

/* line 6544, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-car-fan-auto:before {
  content: "\fdb4";
}

/* line 6545, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-car-garage:before {
  content: "\fc77";
}

/* line 6546, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-car-off:before {
  content: "\f0c7";
}

/* line 6547, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-car-suv:before {
  content: "\fc8b";
}

/* line 6548, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-car-turbine:before {
  content: "\f4fd";
}

/* line 6549, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-carambola:before {
  content: "\feb9";
}

/* line 6550, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-caravan:before {
  content: "\ec7c";
}

/* line 6551, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cardboards:before {
  content: "\ed74";
}

/* line 6552, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cardboards-off:before {
  content: "\f0c8";
}

/* line 6553, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cards:before {
  content: "\f510";
}

/* line 6554, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cards-filled:before {
  content: "\fc26";
}

/* line 6555, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-caret-down:before {
  content: "\eb5d";
}

/* line 6556, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-caret-down-filled:before {
  content: "\fb2a";
}

/* line 6557, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-caret-left:before {
  content: "\eb5e";
}

/* line 6558, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-caret-left-filled:before {
  content: "\fb2b";
}

/* line 6559, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-caret-left-right:before {
  content: "\fc43";
}

/* line 6560, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-caret-left-right-filled:before {
  content: "\fd02";
}

/* line 6561, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-caret-right:before {
  content: "\eb5f";
}

/* line 6562, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-caret-right-filled:before {
  content: "\fb2c";
}

/* line 6563, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-caret-up:before {
  content: "\eb60";
}

/* line 6564, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-caret-up-down:before {
  content: "\fc44";
}

/* line 6565, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-caret-up-down-filled:before {
  content: "\fd03";
}

/* line 6566, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-caret-up-filled:before {
  content: "\fb2d";
}

/* line 6567, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-carousel-horizontal:before {
  content: "\f659";
}

/* line 6568, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-carousel-horizontal-filled:before {
  content: "\fa92";
}

/* line 6569, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-carousel-vertical:before {
  content: "\f65a";
}

/* line 6570, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-carousel-vertical-filled:before {
  content: "\fa93";
}

/* line 6571, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-carrot:before {
  content: "\f21c";
}

/* line 6572, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-carrot-off:before {
  content: "\f3d0";
}

/* line 6573, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cash:before {
  content: "\ea55";
}

/* line 6574, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cash-banknote:before {
  content: "\ee25";
}

/* line 6575, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cash-banknote-filled:before {
  content: "\fe80";
}

/* line 6576, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cash-banknote-off:before {
  content: "\ee24";
}

/* line 6577, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cash-off:before {
  content: "\f105";
}

/* line 6578, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cash-register:before {
  content: "\fee6";
}

/* line 6579, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cast:before {
  content: "\ea56";
}

/* line 6580, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cast-off:before {
  content: "\f0c9";
}

/* line 6581, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cat:before {
  content: "\f65b";
}

/* line 6582, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-category:before {
  content: "\f1f6";
}

/* line 6583, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-category-2:before {
  content: "\f1f5";
}

/* line 6584, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-category-filled:before {
  content: "\fb2e";
}

/* line 6585, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-category-minus:before {
  content: "\fd20";
}

/* line 6586, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-category-plus:before {
  content: "\fd21";
}

/* line 6587, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-ce:before {
  content: "\ed75";
}

/* line 6588, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-ce-off:before {
  content: "\f0ca";
}

/* line 6589, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cell:before {
  content: "\f05f";
}

/* line 6590, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cell-signal-1:before {
  content: "\f083";
}

/* line 6591, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cell-signal-2:before {
  content: "\f084";
}

/* line 6592, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cell-signal-3:before {
  content: "\f085";
}

/* line 6593, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cell-signal-4:before {
  content: "\f086";
}

/* line 6594, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cell-signal-5:before {
  content: "\f087";
}

/* line 6595, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cell-signal-off:before {
  content: "\f088";
}

/* line 6596, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-certificate:before {
  content: "\ed76";
}

/* line 6597, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-certificate-2:before {
  content: "\f073";
}

/* line 6598, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-certificate-2-off:before {
  content: "\f0cb";
}

/* line 6599, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-certificate-off:before {
  content: "\f0cc";
}

/* line 6600, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-chair-director:before {
  content: "\f2d5";
}

/* line 6601, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-chalkboard:before {
  content: "\f34d";
}

/* line 6602, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-chalkboard-off:before {
  content: "\f3d1";
}

/* line 6603, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-charging-pile:before {
  content: "\ee26";
}

/* line 6604, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-chart-arcs:before {
  content: "\ee28";
}

/* line 6605, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-chart-arcs-3:before {
  content: "\ee27";
}

/* line 6606, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-chart-area:before {
  content: "\ea58";
}

/* line 6607, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-chart-area-filled:before {
  content: "\f66b";
}

/* line 6608, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-chart-area-line:before {
  content: "\ea57";
}

/* line 6609, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-chart-area-line-filled:before {
  content: "\f66c";
}

/* line 6610, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-chart-arrows:before {
  content: "\ee2a";
}

/* line 6611, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-chart-arrows-vertical:before {
  content: "\ee29";
}

/* line 6612, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-chart-bar:before {
  content: "\ea59";
}

/* line 6613, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-chart-bar-off:before {
  content: "\f3d2";
}

/* line 6614, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-chart-bubble:before {
  content: "\ec75";
}

/* line 6615, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-chart-bubble-filled:before {
  content: "\f66d";
}

/* line 6616, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-chart-candle:before {
  content: "\ea5a";
}

/* line 6617, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-chart-candle-filled:before {
  content: "\f66e";
}

/* line 6618, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-chart-circles:before {
  content: "\ee2b";
}

/* line 6619, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-chart-donut:before {
  content: "\ea5b";
}

/* line 6620, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-chart-donut-2:before {
  content: "\ee2c";
}

/* line 6621, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-chart-donut-3:before {
  content: "\ee2d";
}

/* line 6622, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-chart-donut-4:before {
  content: "\ee2e";
}

/* line 6623, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-chart-donut-filled:before {
  content: "\f66f";
}

/* line 6624, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-chart-dots:before {
  content: "\ee2f";
}

/* line 6625, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-chart-dots-2:before {
  content: "\f097";
}

/* line 6626, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-chart-dots-3:before {
  content: "\f098";
}

/* line 6627, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-chart-dots-filled:before {
  content: "\fd04";
}

/* line 6628, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-chart-grid-dots:before {
  content: "\f4c2";
}

/* line 6629, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-chart-grid-dots-filled:before {
  content: "\fd05";
}

/* line 6630, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-chart-histogram:before {
  content: "\f65c";
}

/* line 6631, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-chart-infographic:before {
  content: "\ee30";
}

/* line 6632, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-chart-line:before {
  content: "\ea5c";
}

/* line 6633, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-chart-pie:before {
  content: "\ea5d";
}

/* line 6634, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-chart-pie-2:before {
  content: "\ee31";
}

/* line 6635, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-chart-pie-3:before {
  content: "\ee32";
}

/* line 6636, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-chart-pie-4:before {
  content: "\ee33";
}

/* line 6637, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-chart-pie-filled:before {
  content: "\f670";
}

/* line 6638, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-chart-pie-off:before {
  content: "\f3d3";
}

/* line 6639, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-chart-ppf:before {
  content: "\f618";
}

/* line 6640, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-chart-radar:before {
  content: "\ed77";
}

/* line 6641, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-chart-sankey:before {
  content: "\f619";
}

/* line 6642, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-chart-scatter:before {
  content: "\fd93";
}

/* line 6643, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-chart-scatter-3d:before {
  content: "\fd92";
}

/* line 6644, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-chart-treemap:before {
  content: "\f381";
}

/* line 6645, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-check:before {
  content: "\ea5e";
}

/* line 6646, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-checkbox:before {
  content: "\eba6";
}

/* line 6647, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-checklist:before {
  content: "\f074";
}

/* line 6648, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-checks:before {
  content: "\ebaa";
}

/* line 6649, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-checkup-list:before {
  content: "\ef5a";
}

/* line 6650, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cheese:before {
  content: "\ef26";
}

/* line 6651, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-chef-hat:before {
  content: "\f21d";
}

/* line 6652, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-chef-hat-off:before {
  content: "\f3d4";
}

/* line 6653, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cherry:before {
  content: "\f511";
}

/* line 6654, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cherry-filled:before {
  content: "\f728";
}

/* line 6655, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-chess:before {
  content: "\f382";
}

/* line 6656, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-chess-bishop:before {
  content: "\f56b";
}

/* line 6657, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-chess-bishop-filled:before {
  content: "\f729";
}

/* line 6658, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-chess-filled:before {
  content: "\f72a";
}

/* line 6659, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-chess-king:before {
  content: "\f56c";
}

/* line 6660, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-chess-king-filled:before {
  content: "\f72b";
}

/* line 6661, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-chess-knight:before {
  content: "\f56d";
}

/* line 6662, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-chess-knight-filled:before {
  content: "\f72c";
}

/* line 6663, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-chess-queen:before {
  content: "\f56e";
}

/* line 6664, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-chess-queen-filled:before {
  content: "\f72d";
}

/* line 6665, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-chess-rook:before {
  content: "\f56f";
}

/* line 6666, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-chess-rook-filled:before {
  content: "\f72e";
}

/* line 6667, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-chevron-compact-down:before {
  content: "\faf0";
}

/* line 6668, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-chevron-compact-left:before {
  content: "\faf1";
}

/* line 6669, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-chevron-compact-right:before {
  content: "\faf2";
}

/* line 6670, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-chevron-compact-up:before {
  content: "\faf3";
}

/* line 6671, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-chevron-down:before {
  content: "\ea5f";
}

/* line 6672, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-chevron-down-left:before {
  content: "\ed09";
}

/* line 6673, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-chevron-down-right:before {
  content: "\ed0a";
}

/* line 6674, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-chevron-left:before {
  content: "\ea60";
}

/* line 6675, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-chevron-left-pipe:before {
  content: "\fae4";
}

/* line 6676, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-chevron-right:before {
  content: "\ea61";
}

/* line 6677, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-chevron-right-pipe:before {
  content: "\fae5";
}

/* line 6678, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-chevron-up:before {
  content: "\ea62";
}

/* line 6679, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-chevron-up-left:before {
  content: "\ed0b";
}

/* line 6680, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-chevron-up-right:before {
  content: "\ed0c";
}

/* line 6681, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-chevrons-down:before {
  content: "\ea63";
}

/* line 6682, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-chevrons-down-left:before {
  content: "\ed0d";
}

/* line 6683, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-chevrons-down-right:before {
  content: "\ed0e";
}

/* line 6684, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-chevrons-left:before {
  content: "\ea64";
}

/* line 6685, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-chevrons-right:before {
  content: "\ea65";
}

/* line 6686, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-chevrons-up:before {
  content: "\ea66";
}

/* line 6687, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-chevrons-up-left:before {
  content: "\ed0f";
}

/* line 6688, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-chevrons-up-right:before {
  content: "\ed10";
}

/* line 6689, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-chisel:before {
  content: "\f383";
}

/* line 6690, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-christmas-ball:before {
  content: "\fd31";
}

/* line 6691, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-christmas-tree:before {
  content: "\ed78";
}

/* line 6692, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-christmas-tree-off:before {
  content: "\f3d5";
}

/* line 6693, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle:before {
  content: "\ea6b";
}

/* line 6694, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-arrow-down:before {
  content: "\f6f9";
}

/* line 6695, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-arrow-down-filled:before {
  content: "\f6f4";
}

/* line 6696, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-arrow-down-left:before {
  content: "\f6f6";
}

/* line 6697, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-arrow-down-left-filled:before {
  content: "\f6f5";
}

/* line 6698, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-arrow-down-right:before {
  content: "\f6f8";
}

/* line 6699, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-arrow-down-right-filled:before {
  content: "\f6f7";
}

/* line 6700, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-arrow-left:before {
  content: "\f6fb";
}

/* line 6701, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-arrow-left-filled:before {
  content: "\f6fa";
}

/* line 6702, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-arrow-right:before {
  content: "\f6fd";
}

/* line 6703, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-arrow-right-filled:before {
  content: "\f6fc";
}

/* line 6704, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-arrow-up:before {
  content: "\f703";
}

/* line 6705, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-arrow-up-filled:before {
  content: "\f6fe";
}

/* line 6706, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-arrow-up-left:before {
  content: "\f700";
}

/* line 6707, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-arrow-up-left-filled:before {
  content: "\f6ff";
}

/* line 6708, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-arrow-up-right:before {
  content: "\f702";
}

/* line 6709, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-arrow-up-right-filled:before {
  content: "\f701";
}

/* line 6710, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-caret-down:before {
  content: "\f4a9";
}

/* line 6711, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-caret-left:before {
  content: "\f4aa";
}

/* line 6712, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-caret-right:before {
  content: "\f4ab";
}

/* line 6713, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-caret-up:before {
  content: "\f4ac";
}

/* line 6714, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-check:before {
  content: "\ea67";
}

/* line 6715, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-check-filled:before {
  content: "\f704";
}

/* line 6716, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-chevron-down:before {
  content: "\f622";
}

/* line 6717, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-chevron-left:before {
  content: "\f623";
}

/* line 6718, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-chevron-right:before {
  content: "\f624";
}

/* line 6719, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-chevron-up:before {
  content: "\f625";
}

/* line 6720, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-chevrons-down:before {
  content: "\f642";
}

/* line 6721, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-chevrons-left:before {
  content: "\f643";
}

/* line 6722, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-chevrons-right:before {
  content: "\f644";
}

/* line 6723, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-chevrons-up:before {
  content: "\f645";
}

/* line 6724, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-dashed:before {
  content: "\ed27";
}

/* line 6725, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-dashed-check:before {
  content: "\feb8";
}

/* line 6726, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-dashed-minus:before {
  content: "\feb7";
}

/* line 6727, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-dashed-number-0:before {
  content: "\fc6b";
}

/* line 6728, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-dashed-number-1:before {
  content: "\fc6c";
}

/* line 6729, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-dashed-number-2:before {
  content: "\fc6d";
}

/* line 6730, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-dashed-number-3:before {
  content: "\fc6e";
}

/* line 6731, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-dashed-number-4:before {
  content: "\fc6f";
}

/* line 6732, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-dashed-number-5:before {
  content: "\fc70";
}

/* line 6733, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-dashed-number-6:before {
  content: "\fc71";
}

/* line 6734, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-dashed-number-7:before {
  content: "\fc72";
}

/* line 6735, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-dashed-number-8:before {
  content: "\fc73";
}

/* line 6736, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-dashed-number-9:before {
  content: "\fc74";
}

/* line 6737, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-dashed-percentage:before {
  content: "\fd7a";
}

/* line 6738, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-dashed-plus:before {
  content: "\feb6";
}

/* line 6739, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-dashed-x:before {
  content: "\fc75";
}

/* line 6740, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-dot:before {
  content: "\efb1";
}

/* line 6741, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-dot-filled:before {
  content: "\f705";
}

/* line 6742, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-dotted:before {
  content: "\ed28";
}

/* line 6743, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-filled:before {
  content: "\f671";
}

/* line 6744, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-half:before {
  content: "\ee3f";
}

/* line 6745, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-half-2:before {
  content: "\eff3";
}

/* line 6746, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-half-vertical:before {
  content: "\ee3e";
}

/* line 6747, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-key:before {
  content: "\f633";
}

/* line 6748, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-key-filled:before {
  content: "\f706";
}

/* line 6749, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-letter-a:before {
  content: "\f441";
}

/* line 6750, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-letter-a-filled:before {
  content: "\fe7f";
}

/* line 6751, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-letter-b:before {
  content: "\f442";
}

/* line 6752, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-letter-b-filled:before {
  content: "\fe7e";
}

/* line 6753, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-letter-c:before {
  content: "\f443";
}

/* line 6754, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-letter-c-filled:before {
  content: "\fe7d";
}

/* line 6755, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-letter-d:before {
  content: "\f444";
}

/* line 6756, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-letter-d-filled:before {
  content: "\fe7c";
}

/* line 6757, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-letter-e:before {
  content: "\f445";
}

/* line 6758, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-letter-e-filled:before {
  content: "\fe7b";
}

/* line 6759, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-letter-f:before {
  content: "\f446";
}

/* line 6760, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-letter-f-filled:before {
  content: "\fe7a";
}

/* line 6761, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-letter-g:before {
  content: "\f447";
}

/* line 6762, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-letter-g-filled:before {
  content: "\fe79";
}

/* line 6763, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-letter-h:before {
  content: "\f448";
}

/* line 6764, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-letter-h-filled:before {
  content: "\fe78";
}

/* line 6765, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-letter-i:before {
  content: "\f449";
}

/* line 6766, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-letter-i-filled:before {
  content: "\fe77";
}

/* line 6767, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-letter-j:before {
  content: "\f44a";
}

/* line 6768, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-letter-j-filled:before {
  content: "\fe76";
}

/* line 6769, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-letter-k:before {
  content: "\f44b";
}

/* line 6770, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-letter-k-filled:before {
  content: "\fe75";
}

/* line 6771, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-letter-l:before {
  content: "\f44c";
}

/* line 6772, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-letter-l-filled:before {
  content: "\fe74";
}

/* line 6773, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-letter-m:before {
  content: "\f44d";
}

/* line 6774, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-letter-m-filled:before {
  content: "\fe73";
}

/* line 6775, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-letter-n:before {
  content: "\f44e";
}

/* line 6776, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-letter-n-filled:before {
  content: "\fe72";
}

/* line 6777, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-letter-o:before {
  content: "\f44f";
}

/* line 6778, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-letter-o-filled:before {
  content: "\fe71";
}

/* line 6779, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-letter-p:before {
  content: "\f450";
}

/* line 6780, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-letter-p-filled:before {
  content: "\fe70";
}

/* line 6781, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-letter-q:before {
  content: "\f451";
}

/* line 6782, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-letter-q-filled:before {
  content: "\fe6f";
}

/* line 6783, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-letter-r:before {
  content: "\f452";
}

/* line 6784, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-letter-r-filled:before {
  content: "\fe6e";
}

/* line 6785, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-letter-s:before {
  content: "\f453";
}

/* line 6786, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-letter-s-filled:before {
  content: "\fe6d";
}

/* line 6787, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-letter-t:before {
  content: "\f454";
}

/* line 6788, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-letter-t-filled:before {
  content: "\fe6c";
}

/* line 6789, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-letter-u:before {
  content: "\f455";
}

/* line 6790, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-letter-u-filled:before {
  content: "\fe6b";
}

/* line 6791, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-letter-v:before {
  content: "\f4ad";
}

/* line 6792, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-letter-v-filled:before {
  content: "\fe6a";
}

/* line 6793, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-letter-w:before {
  content: "\f456";
}

/* line 6794, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-letter-w-filled:before {
  content: "\fe69";
}

/* line 6795, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-letter-x:before {
  content: "\f4ae";
}

/* line 6796, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-letter-x-filled:before {
  content: "\fe68";
}

/* line 6797, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-letter-y:before {
  content: "\f457";
}

/* line 6798, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-letter-y-filled:before {
  content: "\fe67";
}

/* line 6799, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-letter-z:before {
  content: "\f458";
}

/* line 6800, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-letter-z-filled:before {
  content: "\fe66";
}

/* line 6801, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-minus:before {
  content: "\ea68";
}

/* line 6802, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-minus-2:before {
  content: "\fc8c";
}

/* line 6803, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-number-0:before {
  content: "\ee34";
}

/* line 6804, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-number-0-filled:before {
  content: "\f72f";
}

/* line 6805, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-number-1:before {
  content: "\ee35";
}

/* line 6806, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-number-1-filled:before {
  content: "\f730";
}

/* line 6807, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-number-2:before {
  content: "\ee36";
}

/* line 6808, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-number-2-filled:before {
  content: "\f731";
}

/* line 6809, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-number-3:before {
  content: "\ee37";
}

/* line 6810, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-number-3-filled:before {
  content: "\f732";
}

/* line 6811, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-number-4:before {
  content: "\ee38";
}

/* line 6812, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-number-4-filled:before {
  content: "\f733";
}

/* line 6813, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-number-5:before {
  content: "\ee39";
}

/* line 6814, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-number-5-filled:before {
  content: "\f734";
}

/* line 6815, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-number-6:before {
  content: "\ee3a";
}

/* line 6816, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-number-6-filled:before {
  content: "\f735";
}

/* line 6817, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-number-7:before {
  content: "\ee3b";
}

/* line 6818, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-number-7-filled:before {
  content: "\f736";
}

/* line 6819, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-number-8:before {
  content: "\ee3c";
}

/* line 6820, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-number-8-filled:before {
  content: "\f737";
}

/* line 6821, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-number-9:before {
  content: "\ee3d";
}

/* line 6822, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-number-9-filled:before {
  content: "\f738";
}

/* line 6823, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-off:before {
  content: "\ee40";
}

/* line 6824, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-percentage:before {
  content: "\fd7b";
}

/* line 6825, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-percentage-filled:before {
  content: "\fed5";
}

/* line 6826, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-plus:before {
  content: "\ea69";
}

/* line 6827, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-plus-2:before {
  content: "\fc8d";
}

/* line 6828, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-rectangle:before {
  content: "\f010";
}

/* line 6829, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-rectangle-off:before {
  content: "\f0cd";
}

/* line 6830, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-square:before {
  content: "\ece4";
}

/* line 6831, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-triangle:before {
  content: "\f011";
}

/* line 6832, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-x:before {
  content: "\ea6a";
}

/* line 6833, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-x-filled:before {
  content: "\f739";
}

/* line 6834, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circles:before {
  content: "\ece5";
}

/* line 6835, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circles-filled:before {
  content: "\f672";
}

/* line 6836, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circles-relation:before {
  content: "\f4c3";
}

/* line 6837, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circuit-ammeter:before {
  content: "\f271";
}

/* line 6838, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circuit-battery:before {
  content: "\f272";
}

/* line 6839, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circuit-bulb:before {
  content: "\f273";
}

/* line 6840, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circuit-capacitor:before {
  content: "\f275";
}

/* line 6841, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circuit-capacitor-polarized:before {
  content: "\f274";
}

/* line 6842, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circuit-cell:before {
  content: "\f277";
}

/* line 6843, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circuit-cell-plus:before {
  content: "\f276";
}

/* line 6844, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circuit-changeover:before {
  content: "\f278";
}

/* line 6845, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circuit-diode:before {
  content: "\f27a";
}

/* line 6846, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circuit-diode-zener:before {
  content: "\f279";
}

/* line 6847, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circuit-ground:before {
  content: "\f27c";
}

/* line 6848, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circuit-ground-digital:before {
  content: "\f27b";
}

/* line 6849, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circuit-inductor:before {
  content: "\f27d";
}

/* line 6850, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circuit-motor:before {
  content: "\f27e";
}

/* line 6851, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circuit-pushbutton:before {
  content: "\f27f";
}

/* line 6852, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circuit-resistor:before {
  content: "\f280";
}

/* line 6853, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circuit-switch-closed:before {
  content: "\f281";
}

/* line 6854, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circuit-switch-open:before {
  content: "\f282";
}

/* line 6855, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circuit-voltmeter:before {
  content: "\f283";
}

/* line 6856, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-clear-all:before {
  content: "\ee41";
}

/* line 6857, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-clear-formatting:before {
  content: "\ebe5";
}

/* line 6858, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-click:before {
  content: "\ebbc";
}

/* line 6859, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-clipboard:before {
  content: "\ea6f";
}

/* line 6860, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-clipboard-check:before {
  content: "\ea6c";
}

/* line 6861, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-clipboard-copy:before {
  content: "\f299";
}

/* line 6862, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-clipboard-data:before {
  content: "\f563";
}

/* line 6863, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-clipboard-heart:before {
  content: "\f34e";
}

/* line 6864, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-clipboard-list:before {
  content: "\ea6d";
}

/* line 6865, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-clipboard-off:before {
  content: "\f0ce";
}

/* line 6866, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-clipboard-plus:before {
  content: "\efb2";
}

/* line 6867, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-clipboard-smile:before {
  content: "\fd9a";
}

/* line 6868, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-clipboard-text:before {
  content: "\f089";
}

/* line 6869, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-clipboard-typography:before {
  content: "\f34f";
}

/* line 6870, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-clipboard-x:before {
  content: "\ea6e";
}

/* line 6871, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-clock:before {
  content: "\ea70";
}

/* line 6872, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-clock-12:before {
  content: "\fc56";
}

/* line 6873, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-clock-2:before {
  content: "\f099";
}

/* line 6874, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-clock-24:before {
  content: "\fc57";
}

/* line 6875, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-clock-bolt:before {
  content: "\f844";
}

/* line 6876, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-clock-cancel:before {
  content: "\f546";
}

/* line 6877, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-clock-check:before {
  content: "\f7c1";
}

/* line 6878, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-clock-code:before {
  content: "\f845";
}

/* line 6879, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-clock-cog:before {
  content: "\f7c2";
}

/* line 6880, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-clock-dollar:before {
  content: "\f846";
}

/* line 6881, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-clock-down:before {
  content: "\f7c3";
}

/* line 6882, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-clock-edit:before {
  content: "\f547";
}

/* line 6883, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-clock-exclamation:before {
  content: "\f847";
}

/* line 6884, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-clock-filled:before {
  content: "\f73a";
}

/* line 6885, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-clock-heart:before {
  content: "\f7c4";
}

/* line 6886, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-clock-hour-1:before {
  content: "\f313";
}

/* line 6887, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-clock-hour-1-filled:before {
  content: "\fe65";
}

/* line 6888, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-clock-hour-10:before {
  content: "\f314";
}

/* line 6889, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-clock-hour-10-filled:before {
  content: "\fe64";
}

/* line 6890, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-clock-hour-11:before {
  content: "\f315";
}

/* line 6891, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-clock-hour-11-filled:before {
  content: "\fe63";
}

/* line 6892, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-clock-hour-12:before {
  content: "\f316";
}

/* line 6893, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-clock-hour-12-filled:before {
  content: "\fe62";
}

/* line 6894, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-clock-hour-2:before {
  content: "\f317";
}

/* line 6895, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-clock-hour-2-filled:before {
  content: "\fe61";
}

/* line 6896, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-clock-hour-3:before {
  content: "\f318";
}

/* line 6897, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-clock-hour-3-filled:before {
  content: "\fe60";
}

/* line 6898, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-clock-hour-4:before {
  content: "\f319";
}

/* line 6899, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-clock-hour-4-filled:before {
  content: "\fe5f";
}

/* line 6900, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-clock-hour-5:before {
  content: "\f31a";
}

/* line 6901, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-clock-hour-5-filled:before {
  content: "\fe5e";
}

/* line 6902, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-clock-hour-6:before {
  content: "\f31b";
}

/* line 6903, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-clock-hour-6-filled:before {
  content: "\fe5d";
}

/* line 6904, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-clock-hour-7:before {
  content: "\f31c";
}

/* line 6905, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-clock-hour-7-filled:before {
  content: "\fe5c";
}

/* line 6906, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-clock-hour-8:before {
  content: "\f31d";
}

/* line 6907, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-clock-hour-8-filled:before {
  content: "\fe5b";
}

/* line 6908, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-clock-hour-9:before {
  content: "\f31e";
}

/* line 6909, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-clock-hour-9-filled:before {
  content: "\fe5a";
}

/* line 6910, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-clock-minus:before {
  content: "\f848";
}

/* line 6911, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-clock-off:before {
  content: "\f0cf";
}

/* line 6912, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-clock-pause:before {
  content: "\f548";
}

/* line 6913, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-clock-pin:before {
  content: "\f849";
}

/* line 6914, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-clock-play:before {
  content: "\f549";
}

/* line 6915, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-clock-plus:before {
  content: "\f7c5";
}

/* line 6916, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-clock-question:before {
  content: "\f7c6";
}

/* line 6917, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-clock-record:before {
  content: "\f54a";
}

/* line 6918, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-clock-search:before {
  content: "\f7c7";
}

/* line 6919, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-clock-share:before {
  content: "\f84a";
}

/* line 6920, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-clock-shield:before {
  content: "\f7c8";
}

/* line 6921, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-clock-star:before {
  content: "\f7c9";
}

/* line 6922, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-clock-stop:before {
  content: "\f54b";
}

/* line 6923, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-clock-up:before {
  content: "\f7ca";
}

/* line 6924, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-clock-x:before {
  content: "\f7cb";
}

/* line 6925, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-clothes-rack:before {
  content: "\f285";
}

/* line 6926, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-clothes-rack-off:before {
  content: "\f3d6";
}

/* line 6927, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cloud:before {
  content: "\ea76";
}

/* line 6928, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cloud-bolt:before {
  content: "\f84b";
}

/* line 6929, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cloud-cancel:before {
  content: "\f84c";
}

/* line 6930, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cloud-check:before {
  content: "\f84d";
}

/* line 6931, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cloud-code:before {
  content: "\f84e";
}

/* line 6932, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cloud-cog:before {
  content: "\f84f";
}

/* line 6933, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cloud-computing:before {
  content: "\f1d0";
}

/* line 6934, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cloud-data-connection:before {
  content: "\f1d1";
}

/* line 6935, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cloud-dollar:before {
  content: "\f850";
}

/* line 6936, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cloud-down:before {
  content: "\f851";
}

/* line 6937, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cloud-download:before {
  content: "\ea71";
}

/* line 6938, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cloud-exclamation:before {
  content: "\f852";
}

/* line 6939, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cloud-filled:before {
  content: "\f673";
}

/* line 6940, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cloud-fog:before {
  content: "\ecd9";
}

/* line 6941, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cloud-heart:before {
  content: "\f853";
}

/* line 6942, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cloud-lock:before {
  content: "\efdb";
}

/* line 6943, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cloud-lock-open:before {
  content: "\efda";
}

/* line 6944, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cloud-minus:before {
  content: "\f854";
}

/* line 6945, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cloud-network:before {
  content: "\fc78";
}

/* line 6946, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cloud-off:before {
  content: "\ed3e";
}

/* line 6947, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cloud-pause:before {
  content: "\f855";
}

/* line 6948, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cloud-pin:before {
  content: "\f856";
}

/* line 6949, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cloud-plus:before {
  content: "\f857";
}

/* line 6950, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cloud-question:before {
  content: "\f858";
}

/* line 6951, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cloud-rain:before {
  content: "\ea72";
}

/* line 6952, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cloud-search:before {
  content: "\f859";
}

/* line 6953, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cloud-share:before {
  content: "\f85a";
}

/* line 6954, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cloud-snow:before {
  content: "\ea73";
}

/* line 6955, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cloud-star:before {
  content: "\f85b";
}

/* line 6956, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cloud-storm:before {
  content: "\ea74";
}

/* line 6957, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cloud-up:before {
  content: "\f85c";
}

/* line 6958, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cloud-upload:before {
  content: "\ea75";
}

/* line 6959, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cloud-x:before {
  content: "\f85d";
}

/* line 6960, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-clover:before {
  content: "\f1ea";
}

/* line 6961, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-clover-2:before {
  content: "\f21e";
}

/* line 6962, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-clubs:before {
  content: "\eff4";
}

/* line 6963, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-clubs-filled:before {
  content: "\f674";
}

/* line 6964, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-code:before {
  content: "\ea77";
}

/* line 6965, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-code-asterisk:before {
  content: "\f312";
}

/* line 6966, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-code-circle:before {
  content: "\f4ff";
}

/* line 6967, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-code-circle-2:before {
  content: "\f4fe";
}

/* line 6968, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-code-circle-2-filled:before {
  content: "\fed4";
}

/* line 6969, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-code-circle-filled:before {
  content: "\fed3";
}

/* line 6970, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-code-dots:before {
  content: "\f61a";
}

/* line 6971, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-code-minus:before {
  content: "\ee42";
}

/* line 6972, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-code-off:before {
  content: "\f0d0";
}

/* line 6973, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-code-plus:before {
  content: "\ee43";
}

/* line 6974, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-coffee:before {
  content: "\ef0e";
}

/* line 6975, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-coffee-off:before {
  content: "\f106";
}

/* line 6976, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-coffin:before {
  content: "\f579";
}

/* line 6977, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-coin:before {
  content: "\eb82";
}

/* line 6978, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-coin-bitcoin:before {
  content: "\f2be";
}

/* line 6979, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-coin-bitcoin-filled:before {
  content: "\fd06";
}

/* line 6980, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-coin-euro:before {
  content: "\f2bf";
}

/* line 6981, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-coin-euro-filled:before {
  content: "\fd07";
}

/* line 6982, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-coin-filled:before {
  content: "\fd08";
}

/* line 6983, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-coin-monero:before {
  content: "\f4a0";
}

/* line 6984, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-coin-monero-filled:before {
  content: "\fd09";
}

/* line 6985, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-coin-off:before {
  content: "\f0d1";
}

/* line 6986, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-coin-pound:before {
  content: "\f2c0";
}

/* line 6987, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-coin-pound-filled:before {
  content: "\fd0a";
}

/* line 6988, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-coin-rupee:before {
  content: "\f2c1";
}

/* line 6989, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-coin-rupee-filled:before {
  content: "\fd0b";
}

/* line 6990, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-coin-taka:before {
  content: "\fd0d";
}

/* line 6991, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-coin-taka-filled:before {
  content: "\fd0c";
}

/* line 6992, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-coin-yen:before {
  content: "\f2c2";
}

/* line 6993, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-coin-yen-filled:before {
  content: "\fd0e";
}

/* line 6994, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-coin-yuan:before {
  content: "\f2c3";
}

/* line 6995, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-coin-yuan-filled:before {
  content: "\fd0f";
}

/* line 6996, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-coins:before {
  content: "\f65d";
}

/* line 6997, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-color-filter:before {
  content: "\f5a8";
}

/* line 6998, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-color-picker:before {
  content: "\ebe6";
}

/* line 6999, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-color-picker-off:before {
  content: "\f0d2";
}

/* line 7000, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-color-swatch:before {
  content: "\eb61";
}

/* line 7001, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-color-swatch-off:before {
  content: "\f0d3";
}

/* line 7002, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-column-insert-left:before {
  content: "\ee44";
}

/* line 7003, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-column-insert-right:before {
  content: "\ee45";
}

/* line 7004, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-column-remove:before {
  content: "\faf4";
}

/* line 7005, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-columns:before {
  content: "\eb83";
}

/* line 7006, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-columns-1:before {
  content: "\f6d4";
}

/* line 7007, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-columns-2:before {
  content: "\f6d5";
}

/* line 7008, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-columns-3:before {
  content: "\f6d6";
}

/* line 7009, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-columns-off:before {
  content: "\f0d4";
}

/* line 7010, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-comet:before {
  content: "\ec76";
}

/* line 7011, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-command:before {
  content: "\ea78";
}

/* line 7012, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-command-off:before {
  content: "\f3d7";
}

/* line 7013, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-compass:before {
  content: "\ea79";
}

/* line 7014, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-compass-filled:before {
  content: "\fd10";
}

/* line 7015, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-compass-off:before {
  content: "\f0d5";
}

/* line 7016, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-components:before {
  content: "\efa5";
}

/* line 7017, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-components-off:before {
  content: "\f0d6";
}

/* line 7018, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cone:before {
  content: "\efdd";
}

/* line 7019, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cone-2:before {
  content: "\efdc";
}

/* line 7020, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cone-2-filled:before {
  content: "\fe59";
}

/* line 7021, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cone-filled:before {
  content: "\fe58";
}

/* line 7022, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cone-off:before {
  content: "\f3d8";
}

/* line 7023, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cone-plus:before {
  content: "\fa94";
}

/* line 7024, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-confetti:before {
  content: "\ee46";
}

/* line 7025, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-confetti-off:before {
  content: "\f3d9";
}

/* line 7026, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-confucius:before {
  content: "\f58a";
}

/* line 7027, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-container:before {
  content: "\ee47";
}

/* line 7028, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-container-off:before {
  content: "\f107";
}

/* line 7029, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-contrast:before {
  content: "\ec4e";
}

/* line 7030, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-contrast-2:before {
  content: "\efc7";
}

/* line 7031, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-contrast-2-filled:before {
  content: "\fe57";
}

/* line 7032, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-contrast-2-off:before {
  content: "\f3da";
}

/* line 7033, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-contrast-filled:before {
  content: "\fe56";
}

/* line 7034, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-contrast-off:before {
  content: "\f3db";
}

/* line 7035, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cooker:before {
  content: "\f57a";
}

/* line 7036, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cookie:before {
  content: "\fdb1";
}

/* line 7037, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cookie-filled:before {
  content: "\fe54";
}

/* line 7038, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cookie-man:before {
  content: "\fdb2";
}

/* line 7039, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cookie-man-filled:before {
  content: "\fe55";
}

/* line 7040, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cookie-off:before {
  content: "\f0d7";
}

/* line 7041, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-copy:before {
  content: "\ea7a";
}

/* line 7042, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-copy-check:before {
  content: "\fdb0";
}

/* line 7043, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-copy-check-filled:before {
  content: "\fe53";
}

/* line 7044, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-copy-minus:before {
  content: "\fdaf";
}

/* line 7045, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-copy-minus-filled:before {
  content: "\fe52";
}

/* line 7046, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-copy-off:before {
  content: "\f0d8";
}

/* line 7047, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-copy-plus:before {
  content: "\fdae";
}

/* line 7048, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-copy-plus-filled:before {
  content: "\fe51";
}

/* line 7049, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-copy-x:before {
  content: "\fdad";
}

/* line 7050, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-copy-x-filled:before {
  content: "\fe50";
}

/* line 7051, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-copyleft:before {
  content: "\ec3d";
}

/* line 7052, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-copyleft-filled:before {
  content: "\f73b";
}

/* line 7053, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-copyleft-off:before {
  content: "\f0d9";
}

/* line 7054, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-copyright:before {
  content: "\ea7b";
}

/* line 7055, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-copyright-filled:before {
  content: "\f73c";
}

/* line 7056, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-copyright-off:before {
  content: "\f0da";
}

/* line 7057, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-corner-down-left:before {
  content: "\ea7c";
}

/* line 7058, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-corner-down-left-double:before {
  content: "\ee48";
}

/* line 7059, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-corner-down-right:before {
  content: "\ea7d";
}

/* line 7060, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-corner-down-right-double:before {
  content: "\ee49";
}

/* line 7061, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-corner-left-down:before {
  content: "\ea7e";
}

/* line 7062, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-corner-left-down-double:before {
  content: "\ee4a";
}

/* line 7063, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-corner-left-up:before {
  content: "\ea7f";
}

/* line 7064, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-corner-left-up-double:before {
  content: "\ee4b";
}

/* line 7065, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-corner-right-down:before {
  content: "\ea80";
}

/* line 7066, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-corner-right-down-double:before {
  content: "\ee4c";
}

/* line 7067, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-corner-right-up:before {
  content: "\ea81";
}

/* line 7068, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-corner-right-up-double:before {
  content: "\ee4d";
}

/* line 7069, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-corner-up-left:before {
  content: "\ea82";
}

/* line 7070, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-corner-up-left-double:before {
  content: "\ee4e";
}

/* line 7071, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-corner-up-right:before {
  content: "\ea83";
}

/* line 7072, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-corner-up-right-double:before {
  content: "\ee4f";
}

/* line 7073, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cpu:before {
  content: "\ef8e";
}

/* line 7074, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cpu-2:before {
  content: "\f075";
}

/* line 7075, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cpu-off:before {
  content: "\f108";
}

/* line 7076, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-crane:before {
  content: "\ef27";
}

/* line 7077, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-crane-off:before {
  content: "\f109";
}

/* line 7078, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-creative-commons:before {
  content: "\efb3";
}

/* line 7079, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-creative-commons-by:before {
  content: "\f21f";
}

/* line 7080, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-creative-commons-nc:before {
  content: "\f220";
}

/* line 7081, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-creative-commons-nd:before {
  content: "\f221";
}

/* line 7082, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-creative-commons-off:before {
  content: "\f10a";
}

/* line 7083, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-creative-commons-sa:before {
  content: "\f222";
}

/* line 7084, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-creative-commons-zero:before {
  content: "\f223";
}

/* line 7085, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-credit-card:before {
  content: "\ea84";
}

/* line 7086, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-credit-card-filled:before {
  content: "\fd11";
}

/* line 7087, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-credit-card-off:before {
  content: "\ed11";
}

/* line 7088, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-credit-card-pay:before {
  content: "\fd32";
}

/* line 7089, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-credit-card-refund:before {
  content: "\fd33";
}

/* line 7090, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cricket:before {
  content: "\f09a";
}

/* line 7091, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-crop:before {
  content: "\ea85";
}

/* line 7092, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-crop-1-1:before {
  content: "\fd50";
}

/* line 7093, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-crop-1-1-filled:before {
  content: "\fe4f";
}

/* line 7094, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-crop-16-9:before {
  content: "\fd51";
}

/* line 7095, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-crop-16-9-filled:before {
  content: "\fe4e";
}

/* line 7096, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-crop-3-2:before {
  content: "\fd52";
}

/* line 7097, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-crop-3-2-filled:before {
  content: "\fe4d";
}

/* line 7098, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-crop-5-4:before {
  content: "\fd53";
}

/* line 7099, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-crop-5-4-filled:before {
  content: "\fe4c";
}

/* line 7100, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-crop-7-5:before {
  content: "\fd54";
}

/* line 7101, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-crop-7-5-filled:before {
  content: "\fe4b";
}

/* line 7102, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-crop-landscape:before {
  content: "\fd55";
}

/* line 7103, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-crop-landscape-filled:before {
  content: "\fe4a";
}

/* line 7104, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-crop-portrait:before {
  content: "\fd56";
}

/* line 7105, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-crop-portrait-filled:before {
  content: "\fe49";
}

/* line 7106, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cross:before {
  content: "\ef8f";
}

/* line 7107, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cross-filled:before {
  content: "\f675";
}

/* line 7108, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cross-off:before {
  content: "\f10b";
}

/* line 7109, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-crosshair:before {
  content: "\ec3e";
}

/* line 7110, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-crown:before {
  content: "\ed12";
}

/* line 7111, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-crown-off:before {
  content: "\ee50";
}

/* line 7112, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-crutches:before {
  content: "\ef5b";
}

/* line 7113, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-crutches-off:before {
  content: "\f10c";
}

/* line 7114, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-crystal-ball:before {
  content: "\f57b";
}

/* line 7115, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-csv:before {
  content: "\f791";
}

/* line 7116, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cube:before {
  content: "\fa97";
}

/* line 7117, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cube-3d-sphere:before {
  content: "\ecd7";
}

/* line 7118, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cube-3d-sphere-off:before {
  content: "\f3b5";
}

/* line 7119, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cube-off:before {
  content: "\fa95";
}

/* line 7120, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cube-plus:before {
  content: "\fa96";
}

/* line 7121, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cube-send:before {
  content: "\f61b";
}

/* line 7122, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cube-unfolded:before {
  content: "\f61c";
}

/* line 7123, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cup:before {
  content: "\ef28";
}

/* line 7124, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cup-off:before {
  content: "\f10d";
}

/* line 7125, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-curling:before {
  content: "\efc8";
}

/* line 7126, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-curly-loop:before {
  content: "\ecda";
}

/* line 7127, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-currency:before {
  content: "\efa6";
}

/* line 7128, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-currency-afghani:before {
  content: "\f65e";
}

/* line 7129, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-currency-bahraini:before {
  content: "\ee51";
}

/* line 7130, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-currency-baht:before {
  content: "\f08a";
}

/* line 7131, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-currency-bitcoin:before {
  content: "\ebab";
}

/* line 7132, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-currency-cent:before {
  content: "\ee53";
}

/* line 7133, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-currency-dinar:before {
  content: "\ee54";
}

/* line 7134, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-currency-dirham:before {
  content: "\ee55";
}

/* line 7135, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-currency-dogecoin:before {
  content: "\ef4b";
}

/* line 7136, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-currency-dollar:before {
  content: "\eb84";
}

/* line 7137, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-currency-dollar-australian:before {
  content: "\ee56";
}

/* line 7138, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-currency-dollar-brunei:before {
  content: "\f36c";
}

/* line 7139, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-currency-dollar-canadian:before {
  content: "\ee57";
}

/* line 7140, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-currency-dollar-guyanese:before {
  content: "\f36d";
}

/* line 7141, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-currency-dollar-off:before {
  content: "\f3dc";
}

/* line 7142, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-currency-dollar-singapore:before {
  content: "\ee58";
}

/* line 7143, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-currency-dollar-zimbabwean:before {
  content: "\f36e";
}

/* line 7144, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-currency-dong:before {
  content: "\f36f";
}

/* line 7145, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-currency-dram:before {
  content: "\f370";
}

/* line 7146, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-currency-ethereum:before {
  content: "\ee59";
}

/* line 7147, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-currency-euro:before {
  content: "\eb85";
}

/* line 7148, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-currency-euro-off:before {
  content: "\f3dd";
}

/* line 7149, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-currency-florin:before {
  content: "\faf5";
}

/* line 7150, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-currency-forint:before {
  content: "\ee5a";
}

/* line 7151, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-currency-frank:before {
  content: "\ee5b";
}

/* line 7152, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-currency-guarani:before {
  content: "\f371";
}

/* line 7153, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-currency-hryvnia:before {
  content: "\f372";
}

/* line 7154, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-currency-iranian-rial:before {
  content: "\fa58";
}

/* line 7155, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-currency-kip:before {
  content: "\f373";
}

/* line 7156, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-currency-krone-czech:before {
  content: "\ee5c";
}

/* line 7157, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-currency-krone-danish:before {
  content: "\ee5d";
}

/* line 7158, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-currency-krone-swedish:before {
  content: "\ee5e";
}

/* line 7159, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-currency-lari:before {
  content: "\f374";
}

/* line 7160, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-currency-leu:before {
  content: "\ee5f";
}

/* line 7161, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-currency-lira:before {
  content: "\ee60";
}

/* line 7162, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-currency-litecoin:before {
  content: "\ee61";
}

/* line 7163, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-currency-lyd:before {
  content: "\f375";
}

/* line 7164, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-currency-manat:before {
  content: "\f376";
}

/* line 7165, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-currency-monero:before {
  content: "\f377";
}

/* line 7166, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-currency-naira:before {
  content: "\ee62";
}

/* line 7167, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-currency-nano:before {
  content: "\f7a6";
}

/* line 7168, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-currency-off:before {
  content: "\f3de";
}

/* line 7169, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-currency-paanga:before {
  content: "\f378";
}

/* line 7170, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-currency-peso:before {
  content: "\f65f";
}

/* line 7171, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-currency-pound:before {
  content: "\ebac";
}

/* line 7172, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-currency-pound-off:before {
  content: "\f3df";
}

/* line 7173, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-currency-quetzal:before {
  content: "\f379";
}

/* line 7174, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-currency-real:before {
  content: "\ee63";
}

/* line 7175, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-currency-renminbi:before {
  content: "\ee64";
}

/* line 7176, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-currency-ripple:before {
  content: "\ee65";
}

/* line 7177, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-currency-riyal:before {
  content: "\ee66";
}

/* line 7178, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-currency-rubel:before {
  content: "\ee67";
}

/* line 7179, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-currency-rufiyaa:before {
  content: "\f37a";
}

/* line 7180, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-currency-rupee:before {
  content: "\ebad";
}

/* line 7181, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-currency-rupee-nepalese:before {
  content: "\f37b";
}

/* line 7182, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-currency-shekel:before {
  content: "\ee68";
}

/* line 7183, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-currency-solana:before {
  content: "\f4a1";
}

/* line 7184, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-currency-som:before {
  content: "\f37c";
}

/* line 7185, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-currency-taka:before {
  content: "\ee69";
}

/* line 7186, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-currency-tenge:before {
  content: "\f37d";
}

/* line 7187, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-currency-tugrik:before {
  content: "\ee6a";
}

/* line 7188, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-currency-won:before {
  content: "\ee6b";
}

/* line 7189, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-currency-xrp:before {
  content: "\fd34";
}

/* line 7190, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-currency-yen:before {
  content: "\ebae";
}

/* line 7191, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-currency-yen-off:before {
  content: "\f3e0";
}

/* line 7192, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-currency-yuan:before {
  content: "\f29a";
}

/* line 7193, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-currency-zloty:before {
  content: "\ee6c";
}

/* line 7194, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-current-location:before {
  content: "\ecef";
}

/* line 7195, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-current-location-off:before {
  content: "\f10e";
}

/* line 7196, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cursor-off:before {
  content: "\f10f";
}

/* line 7197, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cursor-text:before {
  content: "\ee6d";
}

/* line 7198, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cut:before {
  content: "\ea86";
}

/* line 7199, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cylinder:before {
  content: "\f54c";
}

/* line 7200, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cylinder-off:before {
  content: "\fa98";
}

/* line 7201, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-cylinder-plus:before {
  content: "\fa99";
}

/* line 7202, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-dashboard:before {
  content: "\ea87";
}

/* line 7203, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-dashboard-off:before {
  content: "\f3e1";
}

/* line 7204, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-database:before {
  content: "\ea88";
}

/* line 7205, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-database-cog:before {
  content: "\fa10";
}

/* line 7206, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-database-dollar:before {
  content: "\fa11";
}

/* line 7207, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-database-edit:before {
  content: "\fa12";
}

/* line 7208, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-database-exclamation:before {
  content: "\fa13";
}

/* line 7209, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-database-export:before {
  content: "\ee6e";
}

/* line 7210, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-database-heart:before {
  content: "\fa14";
}

/* line 7211, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-database-import:before {
  content: "\ee6f";
}

/* line 7212, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-database-leak:before {
  content: "\fa15";
}

/* line 7213, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-database-minus:before {
  content: "\fa16";
}

/* line 7214, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-database-off:before {
  content: "\ee70";
}

/* line 7215, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-database-plus:before {
  content: "\fa17";
}

/* line 7216, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-database-search:before {
  content: "\fa18";
}

/* line 7217, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-database-share:before {
  content: "\fa19";
}

/* line 7218, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-database-smile:before {
  content: "\fd9b";
}

/* line 7219, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-database-star:before {
  content: "\fa1a";
}

/* line 7220, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-database-x:before {
  content: "\fa1b";
}

/* line 7221, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-decimal:before {
  content: "\fa26";
}

/* line 7222, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-deer:before {
  content: "\f4c5";
}

/* line 7223, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-delta:before {
  content: "\f53c";
}

/* line 7224, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-dental:before {
  content: "\f025";
}

/* line 7225, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-dental-broken:before {
  content: "\f286";
}

/* line 7226, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-dental-off:before {
  content: "\f110";
}

/* line 7227, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-deselect:before {
  content: "\f9f3";
}

/* line 7228, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-desk:before {
  content: "\fd35";
}

/* line 7229, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-details:before {
  content: "\ee71";
}

/* line 7230, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-details-off:before {
  content: "\f3e2";
}

/* line 7231, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-airpods:before {
  content: "\f5a9";
}

/* line 7232, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-airpods-case:before {
  content: "\f646";
}

/* line 7233, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-airtag:before {
  content: "\fae6";
}

/* line 7234, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-analytics:before {
  content: "\ee72";
}

/* line 7235, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-audio-tape:before {
  content: "\ee73";
}

/* line 7236, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-camera-phone:before {
  content: "\f233";
}

/* line 7237, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-cctv:before {
  content: "\ee74";
}

/* line 7238, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-cctv-off:before {
  content: "\f3e3";
}

/* line 7239, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-computer-camera:before {
  content: "\ee76";
}

/* line 7240, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-computer-camera-off:before {
  content: "\ee75";
}

/* line 7241, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-desktop:before {
  content: "\ea89";
}

/* line 7242, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-desktop-analytics:before {
  content: "\ee77";
}

/* line 7243, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-desktop-bolt:before {
  content: "\f85e";
}

/* line 7244, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-desktop-cancel:before {
  content: "\f85f";
}

/* line 7245, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-desktop-check:before {
  content: "\f860";
}

/* line 7246, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-desktop-code:before {
  content: "\f861";
}

/* line 7247, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-desktop-cog:before {
  content: "\f862";
}

/* line 7248, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-desktop-dollar:before {
  content: "\f863";
}

/* line 7249, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-desktop-down:before {
  content: "\f864";
}

/* line 7250, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-desktop-exclamation:before {
  content: "\f865";
}

/* line 7251, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-desktop-heart:before {
  content: "\f866";
}

/* line 7252, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-desktop-minus:before {
  content: "\f867";
}

/* line 7253, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-desktop-off:before {
  content: "\ee78";
}

/* line 7254, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-desktop-pause:before {
  content: "\f868";
}

/* line 7255, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-desktop-pin:before {
  content: "\f869";
}

/* line 7256, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-desktop-plus:before {
  content: "\f86a";
}

/* line 7257, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-desktop-question:before {
  content: "\f86b";
}

/* line 7258, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-desktop-search:before {
  content: "\f86c";
}

/* line 7259, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-desktop-share:before {
  content: "\f86d";
}

/* line 7260, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-desktop-star:before {
  content: "\f86e";
}

/* line 7261, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-desktop-up:before {
  content: "\f86f";
}

/* line 7262, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-desktop-x:before {
  content: "\f870";
}

/* line 7263, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-floppy:before {
  content: "\eb62";
}

/* line 7264, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-gamepad:before {
  content: "\eb63";
}

/* line 7265, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-gamepad-2:before {
  content: "\f1d2";
}

/* line 7266, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-gamepad-3:before {
  content: "\fc58";
}

/* line 7267, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-heart-monitor:before {
  content: "\f060";
}

/* line 7268, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-heart-monitor-filled:before {
  content: "\fa38";
}

/* line 7269, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-imac:before {
  content: "\f7a7";
}

/* line 7270, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-imac-bolt:before {
  content: "\f871";
}

/* line 7271, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-imac-cancel:before {
  content: "\f872";
}

/* line 7272, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-imac-check:before {
  content: "\f873";
}

/* line 7273, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-imac-code:before {
  content: "\f874";
}

/* line 7274, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-imac-cog:before {
  content: "\f875";
}

/* line 7275, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-imac-dollar:before {
  content: "\f876";
}

/* line 7276, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-imac-down:before {
  content: "\f877";
}

/* line 7277, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-imac-exclamation:before {
  content: "\f878";
}

/* line 7278, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-imac-heart:before {
  content: "\f879";
}

/* line 7279, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-imac-minus:before {
  content: "\f87a";
}

/* line 7280, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-imac-off:before {
  content: "\f87b";
}

/* line 7281, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-imac-pause:before {
  content: "\f87c";
}

/* line 7282, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-imac-pin:before {
  content: "\f87d";
}

/* line 7283, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-imac-plus:before {
  content: "\f87e";
}

/* line 7284, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-imac-question:before {
  content: "\f87f";
}

/* line 7285, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-imac-search:before {
  content: "\f880";
}

/* line 7286, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-imac-share:before {
  content: "\f881";
}

/* line 7287, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-imac-star:before {
  content: "\f882";
}

/* line 7288, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-imac-up:before {
  content: "\f883";
}

/* line 7289, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-imac-x:before {
  content: "\f884";
}

/* line 7290, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-ipad:before {
  content: "\f648";
}

/* line 7291, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-ipad-bolt:before {
  content: "\f885";
}

/* line 7292, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-ipad-cancel:before {
  content: "\f886";
}

/* line 7293, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-ipad-check:before {
  content: "\f887";
}

/* line 7294, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-ipad-code:before {
  content: "\f888";
}

/* line 7295, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-ipad-cog:before {
  content: "\f889";
}

/* line 7296, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-ipad-dollar:before {
  content: "\f88a";
}

/* line 7297, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-ipad-down:before {
  content: "\f88b";
}

/* line 7298, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-ipad-exclamation:before {
  content: "\f88c";
}

/* line 7299, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-ipad-heart:before {
  content: "\f88d";
}

/* line 7300, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-ipad-horizontal:before {
  content: "\f647";
}

/* line 7301, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-ipad-horizontal-bolt:before {
  content: "\f88e";
}

/* line 7302, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-ipad-horizontal-cancel:before {
  content: "\f88f";
}

/* line 7303, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-ipad-horizontal-check:before {
  content: "\f890";
}

/* line 7304, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-ipad-horizontal-code:before {
  content: "\f891";
}

/* line 7305, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-ipad-horizontal-cog:before {
  content: "\f892";
}

/* line 7306, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-ipad-horizontal-dollar:before {
  content: "\f893";
}

/* line 7307, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-ipad-horizontal-down:before {
  content: "\f894";
}

/* line 7308, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-ipad-horizontal-exclamation:before {
  content: "\f895";
}

/* line 7309, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-ipad-horizontal-heart:before {
  content: "\f896";
}

/* line 7310, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-ipad-horizontal-minus:before {
  content: "\f897";
}

/* line 7311, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-ipad-horizontal-off:before {
  content: "\f898";
}

/* line 7312, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-ipad-horizontal-pause:before {
  content: "\f899";
}

/* line 7313, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-ipad-horizontal-pin:before {
  content: "\f89a";
}

/* line 7314, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-ipad-horizontal-plus:before {
  content: "\f89b";
}

/* line 7315, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-ipad-horizontal-question:before {
  content: "\f89c";
}

/* line 7316, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-ipad-horizontal-search:before {
  content: "\f89d";
}

/* line 7317, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-ipad-horizontal-share:before {
  content: "\f89e";
}

/* line 7318, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-ipad-horizontal-star:before {
  content: "\f89f";
}

/* line 7319, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-ipad-horizontal-up:before {
  content: "\f8a0";
}

/* line 7320, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-ipad-horizontal-x:before {
  content: "\f8a1";
}

/* line 7321, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-ipad-minus:before {
  content: "\f8a2";
}

/* line 7322, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-ipad-off:before {
  content: "\f8a3";
}

/* line 7323, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-ipad-pause:before {
  content: "\f8a4";
}

/* line 7324, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-ipad-pin:before {
  content: "\f8a5";
}

/* line 7325, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-ipad-plus:before {
  content: "\f8a6";
}

/* line 7326, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-ipad-question:before {
  content: "\f8a7";
}

/* line 7327, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-ipad-search:before {
  content: "\f8a8";
}

/* line 7328, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-ipad-share:before {
  content: "\f8a9";
}

/* line 7329, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-ipad-star:before {
  content: "\f8aa";
}

/* line 7330, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-ipad-up:before {
  content: "\f8ab";
}

/* line 7331, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-ipad-x:before {
  content: "\f8ac";
}

/* line 7332, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-landline-phone:before {
  content: "\f649";
}

/* line 7333, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-laptop:before {
  content: "\eb64";
}

/* line 7334, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-laptop-off:before {
  content: "\f061";
}

/* line 7335, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-mobile:before {
  content: "\ea8a";
}

/* line 7336, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-mobile-bolt:before {
  content: "\f8ad";
}

/* line 7337, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-mobile-cancel:before {
  content: "\f8ae";
}

/* line 7338, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-mobile-charging:before {
  content: "\f224";
}

/* line 7339, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-mobile-check:before {
  content: "\f8af";
}

/* line 7340, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-mobile-code:before {
  content: "\f8b0";
}

/* line 7341, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-mobile-cog:before {
  content: "\f8b1";
}

/* line 7342, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-mobile-dollar:before {
  content: "\f8b2";
}

/* line 7343, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-mobile-down:before {
  content: "\f8b3";
}

/* line 7344, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-mobile-exclamation:before {
  content: "\f8b4";
}

/* line 7345, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-mobile-filled:before {
  content: "\fa39";
}

/* line 7346, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-mobile-heart:before {
  content: "\f8b5";
}

/* line 7347, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-mobile-message:before {
  content: "\ee79";
}

/* line 7348, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-mobile-minus:before {
  content: "\f8b6";
}

/* line 7349, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-mobile-off:before {
  content: "\f062";
}

/* line 7350, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-mobile-pause:before {
  content: "\f8b7";
}

/* line 7351, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-mobile-pin:before {
  content: "\f8b8";
}

/* line 7352, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-mobile-plus:before {
  content: "\f8b9";
}

/* line 7353, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-mobile-question:before {
  content: "\f8ba";
}

/* line 7354, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-mobile-rotated:before {
  content: "\ecdb";
}

/* line 7355, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-mobile-search:before {
  content: "\f8bb";
}

/* line 7356, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-mobile-share:before {
  content: "\f8bc";
}

/* line 7357, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-mobile-star:before {
  content: "\f8bd";
}

/* line 7358, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-mobile-up:before {
  content: "\f8be";
}

/* line 7359, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-mobile-vibration:before {
  content: "\eb86";
}

/* line 7360, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-mobile-x:before {
  content: "\f8bf";
}

/* line 7361, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-nintendo:before {
  content: "\f026";
}

/* line 7362, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-nintendo-off:before {
  content: "\f111";
}

/* line 7363, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-projector:before {
  content: "\fc11";
}

/* line 7364, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-remote:before {
  content: "\f792";
}

/* line 7365, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-sd-card:before {
  content: "\f384";
}

/* line 7366, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-sim:before {
  content: "\f4b2";
}

/* line 7367, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-sim-1:before {
  content: "\f4af";
}

/* line 7368, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-sim-2:before {
  content: "\f4b0";
}

/* line 7369, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-sim-3:before {
  content: "\f4b1";
}

/* line 7370, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-speaker:before {
  content: "\ea8b";
}

/* line 7371, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-speaker-off:before {
  content: "\f112";
}

/* line 7372, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-tablet:before {
  content: "\ea8c";
}

/* line 7373, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-tablet-bolt:before {
  content: "\f8c0";
}

/* line 7374, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-tablet-cancel:before {
  content: "\f8c1";
}

/* line 7375, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-tablet-check:before {
  content: "\f8c2";
}

/* line 7376, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-tablet-code:before {
  content: "\f8c3";
}

/* line 7377, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-tablet-cog:before {
  content: "\f8c4";
}

/* line 7378, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-tablet-dollar:before {
  content: "\f8c5";
}

/* line 7379, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-tablet-down:before {
  content: "\f8c6";
}

/* line 7380, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-tablet-exclamation:before {
  content: "\f8c7";
}

/* line 7381, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-tablet-filled:before {
  content: "\fa3a";
}

/* line 7382, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-tablet-heart:before {
  content: "\f8c8";
}

/* line 7383, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-tablet-minus:before {
  content: "\f8c9";
}

/* line 7384, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-tablet-off:before {
  content: "\f063";
}

/* line 7385, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-tablet-pause:before {
  content: "\f8ca";
}

/* line 7386, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-tablet-pin:before {
  content: "\f8cb";
}

/* line 7387, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-tablet-plus:before {
  content: "\f8cc";
}

/* line 7388, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-tablet-question:before {
  content: "\f8cd";
}

/* line 7389, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-tablet-search:before {
  content: "\f8ce";
}

/* line 7390, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-tablet-share:before {
  content: "\f8cf";
}

/* line 7391, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-tablet-star:before {
  content: "\f8d0";
}

/* line 7392, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-tablet-up:before {
  content: "\f8d1";
}

/* line 7393, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-tablet-x:before {
  content: "\f8d2";
}

/* line 7394, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-tv:before {
  content: "\ea8d";
}

/* line 7395, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-tv-off:before {
  content: "\f064";
}

/* line 7396, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-tv-old:before {
  content: "\f1d3";
}

/* line 7397, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-usb:before {
  content: "\fc59";
}

/* line 7398, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-vision-pro:before {
  content: "\fae7";
}

/* line 7399, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-watch:before {
  content: "\ebf9";
}

/* line 7400, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-watch-bolt:before {
  content: "\f8d3";
}

/* line 7401, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-watch-cancel:before {
  content: "\f8d4";
}

/* line 7402, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-watch-check:before {
  content: "\f8d5";
}

/* line 7403, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-watch-code:before {
  content: "\f8d6";
}

/* line 7404, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-watch-cog:before {
  content: "\f8d7";
}

/* line 7405, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-watch-dollar:before {
  content: "\f8d8";
}

/* line 7406, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-watch-down:before {
  content: "\f8d9";
}

/* line 7407, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-watch-exclamation:before {
  content: "\f8da";
}

/* line 7408, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-watch-heart:before {
  content: "\f8db";
}

/* line 7409, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-watch-minus:before {
  content: "\f8dc";
}

/* line 7410, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-watch-off:before {
  content: "\f065";
}

/* line 7411, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-watch-pause:before {
  content: "\f8dd";
}

/* line 7412, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-watch-pin:before {
  content: "\f8de";
}

/* line 7413, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-watch-plus:before {
  content: "\f8df";
}

/* line 7414, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-watch-question:before {
  content: "\f8e0";
}

/* line 7415, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-watch-search:before {
  content: "\f8e1";
}

/* line 7416, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-watch-share:before {
  content: "\f8e2";
}

/* line 7417, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-watch-star:before {
  content: "\f8e3";
}

/* line 7418, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-watch-stats:before {
  content: "\ef7d";
}

/* line 7419, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-watch-stats-2:before {
  content: "\ef7c";
}

/* line 7420, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-watch-up:before {
  content: "\f8e4";
}

/* line 7421, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-device-watch-x:before {
  content: "\f8e5";
}

/* line 7422, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-devices:before {
  content: "\eb87";
}

/* line 7423, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-devices-2:before {
  content: "\ed29";
}

/* line 7424, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-devices-bolt:before {
  content: "\f8e6";
}

/* line 7425, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-devices-cancel:before {
  content: "\f8e7";
}

/* line 7426, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-devices-check:before {
  content: "\f8e8";
}

/* line 7427, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-devices-code:before {
  content: "\f8e9";
}

/* line 7428, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-devices-cog:before {
  content: "\f8ea";
}

/* line 7429, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-devices-dollar:before {
  content: "\f8eb";
}

/* line 7430, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-devices-down:before {
  content: "\f8ec";
}

/* line 7431, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-devices-exclamation:before {
  content: "\f8ed";
}

/* line 7432, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-devices-heart:before {
  content: "\f8ee";
}

/* line 7433, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-devices-minus:before {
  content: "\f8ef";
}

/* line 7434, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-devices-off:before {
  content: "\f3e4";
}

/* line 7435, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-devices-pause:before {
  content: "\f8f0";
}

/* line 7436, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-devices-pc:before {
  content: "\ee7a";
}

/* line 7437, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-devices-pc-off:before {
  content: "\f113";
}

/* line 7438, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-devices-pin:before {
  content: "\f8f1";
}

/* line 7439, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-devices-plus:before {
  content: "\f8f2";
}

/* line 7440, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-devices-question:before {
  content: "\f8f3";
}

/* line 7441, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-devices-search:before {
  content: "\f8f4";
}

/* line 7442, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-devices-share:before {
  content: "\f8f5";
}

/* line 7443, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-devices-star:before {
  content: "\f8f6";
}

/* line 7444, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-devices-up:before {
  content: "\f8f7";
}

/* line 7445, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-devices-x:before {
  content: "\f8f8";
}

/* line 7446, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-diabolo:before {
  content: "\fa9c";
}

/* line 7447, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-diabolo-off:before {
  content: "\fa9a";
}

/* line 7448, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-diabolo-plus:before {
  content: "\fa9b";
}

/* line 7449, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-dialpad:before {
  content: "\f067";
}

/* line 7450, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-dialpad-filled:before {
  content: "\fa3b";
}

/* line 7451, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-dialpad-off:before {
  content: "\f114";
}

/* line 7452, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-diamond:before {
  content: "\eb65";
}

/* line 7453, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-diamond-filled:before {
  content: "\f73d";
}

/* line 7454, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-diamond-off:before {
  content: "\f115";
}

/* line 7455, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-diamonds:before {
  content: "\eff5";
}

/* line 7456, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-diamonds-filled:before {
  content: "\f676";
}

/* line 7457, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-dice:before {
  content: "\eb66";
}

/* line 7458, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-dice-1:before {
  content: "\f08b";
}

/* line 7459, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-dice-1-filled:before {
  content: "\f73e";
}

/* line 7460, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-dice-2:before {
  content: "\f08c";
}

/* line 7461, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-dice-2-filled:before {
  content: "\f73f";
}

/* line 7462, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-dice-3:before {
  content: "\f08d";
}

/* line 7463, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-dice-3-filled:before {
  content: "\f740";
}

/* line 7464, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-dice-4:before {
  content: "\f08e";
}

/* line 7465, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-dice-4-filled:before {
  content: "\f741";
}

/* line 7466, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-dice-5:before {
  content: "\f08f";
}

/* line 7467, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-dice-5-filled:before {
  content: "\f742";
}

/* line 7468, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-dice-6:before {
  content: "\f090";
}

/* line 7469, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-dice-6-filled:before {
  content: "\f743";
}

/* line 7470, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-dice-filled:before {
  content: "\f744";
}

/* line 7471, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-dimensions:before {
  content: "\ee7b";
}

/* line 7472, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-direction:before {
  content: "\ebfb";
}

/* line 7473, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-direction-arrows:before {
  content: "\fd36";
}

/* line 7474, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-direction-horizontal:before {
  content: "\ebfa";
}

/* line 7475, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-direction-sign:before {
  content: "\f1f7";
}

/* line 7476, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-direction-sign-filled:before {
  content: "\f745";
}

/* line 7477, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-direction-sign-off:before {
  content: "\f3e5";
}

/* line 7478, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-directions:before {
  content: "\ea8e";
}

/* line 7479, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-directions-off:before {
  content: "\f116";
}

/* line 7480, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-disabled:before {
  content: "\ea8f";
}

/* line 7481, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-disabled-2:before {
  content: "\ebaf";
}

/* line 7482, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-disabled-off:before {
  content: "\f117";
}

/* line 7483, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-disc:before {
  content: "\ea90";
}

/* line 7484, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-disc-golf:before {
  content: "\f385";
}

/* line 7485, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-disc-off:before {
  content: "\f118";
}

/* line 7486, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-discount:before {
  content: "\ebbd";
}

/* line 7487, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-discount-off:before {
  content: "\f3e7";
}

/* line 7488, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-divide:before {
  content: "\ed5c";
}

/* line 7489, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-dna:before {
  content: "\ee7d";
}

/* line 7490, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-dna-2:before {
  content: "\ef5c";
}

/* line 7491, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-dna-2-off:before {
  content: "\f119";
}

/* line 7492, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-dna-off:before {
  content: "\f11a";
}

/* line 7493, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-dog:before {
  content: "\f660";
}

/* line 7494, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-dog-bowl:before {
  content: "\ef29";
}

/* line 7495, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-door:before {
  content: "\ef4e";
}

/* line 7496, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-door-enter:before {
  content: "\ef4c";
}

/* line 7497, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-door-exit:before {
  content: "\ef4d";
}

/* line 7498, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-door-off:before {
  content: "\f11b";
}

/* line 7499, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-dots:before {
  content: "\ea95";
}

/* line 7500, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-dots-circle-horizontal:before {
  content: "\ea91";
}

/* line 7501, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-dots-diagonal:before {
  content: "\ea93";
}

/* line 7502, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-dots-diagonal-2:before {
  content: "\ea92";
}

/* line 7503, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-dots-vertical:before {
  content: "\ea94";
}

/* line 7504, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-download:before {
  content: "\ea96";
}

/* line 7505, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-download-off:before {
  content: "\f11c";
}

/* line 7506, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-drag-drop:before {
  content: "\eb89";
}

/* line 7507, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-drag-drop-2:before {
  content: "\eb88";
}

/* line 7508, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-drone:before {
  content: "\ed79";
}

/* line 7509, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-drone-off:before {
  content: "\ee7e";
}

/* line 7510, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-drop-circle:before {
  content: "\efde";
}

/* line 7511, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-droplet:before {
  content: "\ea97";
}

/* line 7512, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-droplet-bolt:before {
  content: "\f8f9";
}

/* line 7513, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-droplet-cancel:before {
  content: "\f8fa";
}

/* line 7514, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-droplet-check:before {
  content: "\f8fb";
}

/* line 7515, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-droplet-code:before {
  content: "\f8fc";
}

/* line 7516, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-droplet-cog:before {
  content: "\f8fd";
}

/* line 7517, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-droplet-dollar:before {
  content: "\f8fe";
}

/* line 7518, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-droplet-down:before {
  content: "\f8ff";
}

/* line 7519, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-droplet-exclamation:before {
  content: "\f900";
}

/* line 7520, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-droplet-filled:before {
  content: "\ee80";
}

/* line 7521, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-droplet-half:before {
  content: "\ee82";
}

/* line 7522, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-droplet-half-2:before {
  content: "\ee81";
}

/* line 7523, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-droplet-half-2-filled:before {
  content: "\fb6c";
}

/* line 7524, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-droplet-half-filled:before {
  content: "\f6c5";
}

/* line 7525, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-droplet-heart:before {
  content: "\f901";
}

/* line 7526, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-droplet-minus:before {
  content: "\f902";
}

/* line 7527, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-droplet-off:before {
  content: "\ee83";
}

/* line 7528, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-droplet-pause:before {
  content: "\f903";
}

/* line 7529, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-droplet-pin:before {
  content: "\f904";
}

/* line 7530, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-droplet-plus:before {
  content: "\f905";
}

/* line 7531, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-droplet-question:before {
  content: "\f906";
}

/* line 7532, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-droplet-search:before {
  content: "\f907";
}

/* line 7533, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-droplet-share:before {
  content: "\f908";
}

/* line 7534, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-droplet-star:before {
  content: "\f909";
}

/* line 7535, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-droplet-up:before {
  content: "\f90a";
}

/* line 7536, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-droplet-x:before {
  content: "\f90b";
}

/* line 7537, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-droplets:before {
  content: "\fc12";
}

/* line 7538, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-dual-screen:before {
  content: "\fa59";
}

/* line 7539, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-dumpling:before {
  content: "\feb5";
}

/* line 7540, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-e-passport:before {
  content: "\f4df";
}

/* line 7541, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-ear:before {
  content: "\ebce";
}

/* line 7542, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-ear-off:before {
  content: "\ee84";
}

/* line 7543, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-ear-scan:before {
  content: "\fd57";
}

/* line 7544, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-ease-in:before {
  content: "\f573";
}

/* line 7545, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-ease-in-control-point:before {
  content: "\f570";
}

/* line 7546, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-ease-in-out:before {
  content: "\f572";
}

/* line 7547, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-ease-in-out-control-points:before {
  content: "\f571";
}

/* line 7548, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-ease-out:before {
  content: "\f575";
}

/* line 7549, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-ease-out-control-point:before {
  content: "\f574";
}

/* line 7550, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-edit:before {
  content: "\ea98";
}

/* line 7551, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-edit-circle:before {
  content: "\ee85";
}

/* line 7552, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-edit-circle-off:before {
  content: "\f11d";
}

/* line 7553, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-edit-off:before {
  content: "\f11e";
}

/* line 7554, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-egg:before {
  content: "\eb8a";
}

/* line 7555, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-egg-cracked:before {
  content: "\f2d6";
}

/* line 7556, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-egg-filled:before {
  content: "\f678";
}

/* line 7557, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-egg-fried:before {
  content: "\f386";
}

/* line 7558, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-egg-off:before {
  content: "\f11f";
}

/* line 7559, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-eggs:before {
  content: "\f500";
}

/* line 7560, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-elevator:before {
  content: "\efdf";
}

/* line 7561, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-elevator-off:before {
  content: "\f3e8";
}

/* line 7562, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-emergency-bed:before {
  content: "\ef5d";
}

/* line 7563, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-empathize:before {
  content: "\f29b";
}

/* line 7564, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-empathize-off:before {
  content: "\f3e9";
}

/* line 7565, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-emphasis:before {
  content: "\ebcf";
}

/* line 7566, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-engine:before {
  content: "\ef7e";
}

/* line 7567, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-engine-off:before {
  content: "\f120";
}

/* line 7568, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-equal:before {
  content: "\ee87";
}

/* line 7569, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-equal-double:before {
  content: "\f4e1";
}

/* line 7570, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-equal-not:before {
  content: "\ee86";
}

/* line 7571, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-eraser:before {
  content: "\eb8b";
}

/* line 7572, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-eraser-off:before {
  content: "\f121";
}

/* line 7573, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-error-404:before {
  content: "\f027";
}

/* line 7574, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-error-404-off:before {
  content: "\f122";
}

/* line 7575, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-escalator:before {
  content: "\fb06";
}

/* line 7576, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-escalator-down:before {
  content: "\fb04";
}

/* line 7577, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-escalator-up:before {
  content: "\fb05";
}

/* line 7578, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-exchange:before {
  content: "\ebe7";
}

/* line 7579, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-exchange-off:before {
  content: "\f123";
}

/* line 7580, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-exclamation-circle:before {
  content: "\f634";
}

/* line 7581, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-exclamation-mark:before {
  content: "\efb4";
}

/* line 7582, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-exclamation-mark-off:before {
  content: "\f124";
}

/* line 7583, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-explicit:before {
  content: "\f256";
}

/* line 7584, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-explicit-off:before {
  content: "\f3ea";
}

/* line 7585, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-exposure:before {
  content: "\eb8c";
}

/* line 7586, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-exposure-0:before {
  content: "\f29c";
}

/* line 7587, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-exposure-minus-1:before {
  content: "\f29d";
}

/* line 7588, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-exposure-minus-2:before {
  content: "\f29e";
}

/* line 7589, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-exposure-off:before {
  content: "\f3eb";
}

/* line 7590, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-exposure-plus-1:before {
  content: "\f29f";
}

/* line 7591, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-exposure-plus-2:before {
  content: "\f2a0";
}

/* line 7592, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-external-link:before {
  content: "\ea99";
}

/* line 7593, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-external-link-off:before {
  content: "\f125";
}

/* line 7594, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-eye:before {
  content: "\ea9a";
}

/* line 7595, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-eye-bolt:before {
  content: "\fb6d";
}

/* line 7596, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-eye-cancel:before {
  content: "\fb6e";
}

/* line 7597, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-eye-check:before {
  content: "\ee88";
}

/* line 7598, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-eye-closed:before {
  content: "\f7ec";
}

/* line 7599, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-eye-code:before {
  content: "\fb6f";
}

/* line 7600, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-eye-cog:before {
  content: "\f7ed";
}

/* line 7601, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-eye-discount:before {
  content: "\fb70";
}

/* line 7602, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-eye-dollar:before {
  content: "\fb71";
}

/* line 7603, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-eye-dotted:before {
  content: "\fead";
}

/* line 7604, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-eye-down:before {
  content: "\fb72";
}

/* line 7605, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-eye-edit:before {
  content: "\f7ee";
}

/* line 7606, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-eye-exclamation:before {
  content: "\f7ef";
}

/* line 7607, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-eye-filled:before {
  content: "\f679";
}

/* line 7608, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-eye-heart:before {
  content: "\f7f0";
}

/* line 7609, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-eye-minus:before {
  content: "\fb73";
}

/* line 7610, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-eye-off:before {
  content: "\ecf0";
}

/* line 7611, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-eye-pause:before {
  content: "\fb74";
}

/* line 7612, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-eye-pin:before {
  content: "\fb75";
}

/* line 7613, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-eye-plus:before {
  content: "\fb76";
}

/* line 7614, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-eye-question:before {
  content: "\fb77";
}

/* line 7615, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-eye-search:before {
  content: "\fb78";
}

/* line 7616, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-eye-share:before {
  content: "\fb79";
}

/* line 7617, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-eye-star:before {
  content: "\fb7a";
}

/* line 7618, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-eye-table:before {
  content: "\ef5e";
}

/* line 7619, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-eye-up:before {
  content: "\fb7b";
}

/* line 7620, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-eye-x:before {
  content: "\f7f1";
}

/* line 7621, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-eyeglass:before {
  content: "\ee8a";
}

/* line 7622, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-eyeglass-2:before {
  content: "\ee89";
}

/* line 7623, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-eyeglass-off:before {
  content: "\f126";
}

/* line 7624, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-face-id:before {
  content: "\ea9b";
}

/* line 7625, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-face-id-error:before {
  content: "\efa7";
}

/* line 7626, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-face-mask:before {
  content: "\efb5";
}

/* line 7627, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-face-mask-off:before {
  content: "\f127";
}

/* line 7628, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-fall:before {
  content: "\ecb9";
}

/* line 7629, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-favicon:before {
  content: "\fd65";
}

/* line 7630, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-feather:before {
  content: "\ee8b";
}

/* line 7631, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-feather-off:before {
  content: "\f128";
}

/* line 7632, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-fence:before {
  content: "\ef2a";
}

/* line 7633, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-fence-off:before {
  content: "\f129";
}

/* line 7634, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-fidget-spinner:before {
  content: "\f068";
}

/* line 7635, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file:before {
  content: "\eaa4";
}

/* line 7636, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-3d:before {
  content: "\f032";
}

/* line 7637, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-alert:before {
  content: "\ede6";
}

/* line 7638, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-analytics:before {
  content: "\ede7";
}

/* line 7639, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-arrow-left:before {
  content: "\f033";
}

/* line 7640, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-arrow-right:before {
  content: "\f034";
}

/* line 7641, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-barcode:before {
  content: "\f035";
}

/* line 7642, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-broken:before {
  content: "\f501";
}

/* line 7643, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-certificate:before {
  content: "\ed4d";
}

/* line 7644, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-chart:before {
  content: "\f036";
}

/* line 7645, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-check:before {
  content: "\ea9c";
}

/* line 7646, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-code:before {
  content: "\ebd0";
}

/* line 7647, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-code-2:before {
  content: "\ede8";
}

/* line 7648, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-cv:before {
  content: "\fa5a";
}

/* line 7649, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-database:before {
  content: "\f037";
}

/* line 7650, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-delta:before {
  content: "\f53d";
}

/* line 7651, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-description:before {
  content: "\f028";
}

/* line 7652, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-diff:before {
  content: "\ecf1";
}

/* line 7653, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-digit:before {
  content: "\efa8";
}

/* line 7654, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-dislike:before {
  content: "\ed2a";
}

/* line 7655, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-dollar:before {
  content: "\efe0";
}

/* line 7656, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-dots:before {
  content: "\f038";
}

/* line 7657, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-download:before {
  content: "\ea9d";
}

/* line 7658, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-euro:before {
  content: "\efe1";
}

/* line 7659, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-export:before {
  content: "\ede9";
}

/* line 7660, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-filled:before {
  content: "\f747";
}

/* line 7661, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-function:before {
  content: "\f53e";
}

/* line 7662, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-horizontal:before {
  content: "\ebb0";
}

/* line 7663, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-import:before {
  content: "\edea";
}

/* line 7664, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-infinity:before {
  content: "\f502";
}

/* line 7665, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-info:before {
  content: "\edec";
}

/* line 7666, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-invoice:before {
  content: "\eb67";
}

/* line 7667, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-isr:before {
  content: "\feac";
}

/* line 7668, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-lambda:before {
  content: "\f53f";
}

/* line 7669, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-like:before {
  content: "\ed2b";
}

/* line 7670, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-minus:before {
  content: "\ea9e";
}

/* line 7671, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-music:before {
  content: "\ea9f";
}

/* line 7672, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-neutral:before {
  content: "\fd22";
}

/* line 7673, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-off:before {
  content: "\ecf2";
}

/* line 7674, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-orientation:before {
  content: "\f2a1";
}

/* line 7675, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-pencil:before {
  content: "\f039";
}

/* line 7676, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-percent:before {
  content: "\f540";
}

/* line 7677, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-phone:before {
  content: "\ecdc";
}

/* line 7678, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-plus:before {
  content: "\eaa0";
}

/* line 7679, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-power:before {
  content: "\f03a";
}

/* line 7680, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-report:before {
  content: "\eded";
}

/* line 7681, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-rss:before {
  content: "\f03b";
}

/* line 7682, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-sad:before {
  content: "\fd23";
}

/* line 7683, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-scissors:before {
  content: "\f03c";
}

/* line 7684, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-search:before {
  content: "\ed5d";
}

/* line 7685, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-settings:before {
  content: "\f029";
}

/* line 7686, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-shredder:before {
  content: "\eaa1";
}

/* line 7687, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-signal:before {
  content: "\f03d";
}

/* line 7688, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-smile:before {
  content: "\fd24";
}

/* line 7689, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-spreadsheet:before {
  content: "\f03e";
}

/* line 7690, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-stack:before {
  content: "\f503";
}

/* line 7691, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-star:before {
  content: "\f03f";
}

/* line 7692, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-symlink:before {
  content: "\ed53";
}

/* line 7693, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-text:before {
  content: "\eaa2";
}

/* line 7694, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-text-ai:before {
  content: "\fa27";
}

/* line 7695, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-time:before {
  content: "\f040";
}

/* line 7696, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-type-bmp:before {
  content: "\fb07";
}

/* line 7697, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-type-css:before {
  content: "\fb08";
}

/* line 7698, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-type-csv:before {
  content: "\fb09";
}

/* line 7699, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-type-doc:before {
  content: "\fb0a";
}

/* line 7700, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-type-docx:before {
  content: "\fb0b";
}

/* line 7701, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-type-html:before {
  content: "\fb0c";
}

/* line 7702, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-type-jpg:before {
  content: "\fb0d";
}

/* line 7703, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-type-js:before {
  content: "\fb0e";
}

/* line 7704, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-type-jsx:before {
  content: "\fb0f";
}

/* line 7705, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-type-pdf:before {
  content: "\fb10";
}

/* line 7706, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-type-php:before {
  content: "\fb11";
}

/* line 7707, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-type-png:before {
  content: "\fb12";
}

/* line 7708, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-type-ppt:before {
  content: "\fb13";
}

/* line 7709, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-type-rs:before {
  content: "\fb14";
}

/* line 7710, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-type-sql:before {
  content: "\fb15";
}

/* line 7711, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-type-svg:before {
  content: "\fb16";
}

/* line 7712, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-type-ts:before {
  content: "\fb17";
}

/* line 7713, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-type-tsx:before {
  content: "\fb18";
}

/* line 7714, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-type-txt:before {
  content: "\fb19";
}

/* line 7715, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-type-vue:before {
  content: "\fb1a";
}

/* line 7716, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-type-xls:before {
  content: "\fb1b";
}

/* line 7717, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-type-xml:before {
  content: "\fb1c";
}

/* line 7718, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-type-zip:before {
  content: "\fb1d";
}

/* line 7719, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-typography:before {
  content: "\f041";
}

/* line 7720, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-unknown:before {
  content: "\f042";
}

/* line 7721, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-upload:before {
  content: "\ec91";
}

/* line 7722, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-vector:before {
  content: "\f043";
}

/* line 7723, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-x:before {
  content: "\eaa3";
}

/* line 7724, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-x-filled:before {
  content: "\f748";
}

/* line 7725, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-file-zip:before {
  content: "\ed4e";
}

/* line 7726, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-files:before {
  content: "\edef";
}

/* line 7727, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-files-off:before {
  content: "\edee";
}

/* line 7728, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-filter:before {
  content: "\eaa5";
}

/* line 7729, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-filter-bolt:before {
  content: "\fb7c";
}

/* line 7730, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-filter-cancel:before {
  content: "\fb7d";
}

/* line 7731, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-filter-check:before {
  content: "\fb7e";
}

/* line 7732, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-filter-code:before {
  content: "\fb7f";
}

/* line 7733, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-filter-cog:before {
  content: "\f9fe";
}

/* line 7734, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-filter-discount:before {
  content: "\fb80";
}

/* line 7735, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-filter-dollar:before {
  content: "\f9ff";
}

/* line 7736, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-filter-down:before {
  content: "\fb81";
}

/* line 7737, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-filter-edit:before {
  content: "\fa00";
}

/* line 7738, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-filter-exclamation:before {
  content: "\fb82";
}

/* line 7739, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-filter-filled:before {
  content: "\fc27";
}

/* line 7740, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-filter-heart:before {
  content: "\fb83";
}

/* line 7741, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-filter-minus:before {
  content: "\fa01";
}

/* line 7742, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-filter-off:before {
  content: "\ed2c";
}

/* line 7743, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-filter-pause:before {
  content: "\fb84";
}

/* line 7744, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-filter-pin:before {
  content: "\fb85";
}

/* line 7745, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-filter-plus:before {
  content: "\fa02";
}

/* line 7746, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-filter-question:before {
  content: "\fb86";
}

/* line 7747, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-filter-search:before {
  content: "\fb87";
}

/* line 7748, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-filter-share:before {
  content: "\fb88";
}

/* line 7749, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-filter-star:before {
  content: "\fa03";
}

/* line 7750, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-filter-up:before {
  content: "\fb89";
}

/* line 7751, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-filter-x:before {
  content: "\fa04";
}

/* line 7752, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-filters:before {
  content: "\f793";
}

/* line 7753, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-fingerprint:before {
  content: "\ebd1";
}

/* line 7754, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-fingerprint-off:before {
  content: "\f12a";
}

/* line 7755, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-fingerprint-scan:before {
  content: "\fcb5";
}

/* line 7756, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-fire-extinguisher:before {
  content: "\faf6";
}

/* line 7757, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-fire-hydrant:before {
  content: "\f3a9";
}

/* line 7758, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-fire-hydrant-off:before {
  content: "\f3ec";
}

/* line 7759, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-firetruck:before {
  content: "\ebe8";
}

/* line 7760, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-first-aid-kit:before {
  content: "\ef5f";
}

/* line 7761, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-first-aid-kit-off:before {
  content: "\f3ed";
}

/* line 7762, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-fish:before {
  content: "\ef2b";
}

/* line 7763, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-fish-bone:before {
  content: "\f287";
}

/* line 7764, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-fish-christianity:before {
  content: "\f58b";
}

/* line 7765, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-fish-hook:before {
  content: "\f1f9";
}

/* line 7766, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-fish-hook-off:before {
  content: "\f3ee";
}

/* line 7767, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-fish-off:before {
  content: "\f12b";
}

/* line 7768, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-flag:before {
  content: "\eaa6";
}

/* line 7769, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-flag-2:before {
  content: "\ee8c";
}

/* line 7770, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-flag-2-filled:before {
  content: "\f707";
}

/* line 7771, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-flag-2-off:before {
  content: "\f12c";
}

/* line 7772, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-flag-3:before {
  content: "\ee8d";
}

/* line 7773, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-flag-3-filled:before {
  content: "\f708";
}

/* line 7774, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-flag-bolt:before {
  content: "\fb8a";
}

/* line 7775, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-flag-cancel:before {
  content: "\fb8b";
}

/* line 7776, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-flag-check:before {
  content: "\fb8c";
}

/* line 7777, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-flag-code:before {
  content: "\fb8d";
}

/* line 7778, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-flag-cog:before {
  content: "\fb8e";
}

/* line 7779, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-flag-discount:before {
  content: "\fb8f";
}

/* line 7780, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-flag-dollar:before {
  content: "\fb90";
}

/* line 7781, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-flag-down:before {
  content: "\fb91";
}

/* line 7782, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-flag-exclamation:before {
  content: "\fb92";
}

/* line 7783, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-flag-filled:before {
  content: "\f67a";
}

/* line 7784, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-flag-heart:before {
  content: "\fb93";
}

/* line 7785, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-flag-minus:before {
  content: "\fb94";
}

/* line 7786, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-flag-off:before {
  content: "\f12d";
}

/* line 7787, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-flag-pause:before {
  content: "\fb95";
}

/* line 7788, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-flag-pin:before {
  content: "\fb96";
}

/* line 7789, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-flag-plus:before {
  content: "\fb97";
}

/* line 7790, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-flag-question:before {
  content: "\fb98";
}

/* line 7791, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-flag-search:before {
  content: "\fb99";
}

/* line 7792, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-flag-share:before {
  content: "\fb9a";
}

/* line 7793, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-flag-star:before {
  content: "\fb9b";
}

/* line 7794, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-flag-up:before {
  content: "\fb9c";
}

/* line 7795, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-flag-x:before {
  content: "\fb9d";
}

/* line 7796, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-flame:before {
  content: "\ec2c";
}

/* line 7797, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-flame-off:before {
  content: "\f12e";
}

/* line 7798, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-flare:before {
  content: "\ee8e";
}

/* line 7799, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-flask:before {
  content: "\ebd2";
}

/* line 7800, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-flask-2:before {
  content: "\ef60";
}

/* line 7801, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-flask-2-filled:before {
  content: "\fd12";
}

/* line 7802, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-flask-2-off:before {
  content: "\f12f";
}

/* line 7803, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-flask-filled:before {
  content: "\fd13";
}

/* line 7804, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-flask-off:before {
  content: "\f130";
}

/* line 7805, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-flip-flops:before {
  content: "\f564";
}

/* line 7806, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-flip-horizontal:before {
  content: "\eaa7";
}

/* line 7807, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-flip-vertical:before {
  content: "\eaa8";
}

/* line 7808, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-float-center:before {
  content: "\ebb1";
}

/* line 7809, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-float-left:before {
  content: "\ebb2";
}

/* line 7810, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-float-none:before {
  content: "\ed13";
}

/* line 7811, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-float-right:before {
  content: "\ebb3";
}

/* line 7812, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-flower:before {
  content: "\eff6";
}

/* line 7813, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-flower-off:before {
  content: "\f131";
}

/* line 7814, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-focus:before {
  content: "\eb8d";
}

/* line 7815, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-focus-2:before {
  content: "\ebd3";
}

/* line 7816, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-focus-auto:before {
  content: "\fa62";
}

/* line 7817, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-focus-centered:before {
  content: "\f02a";
}

/* line 7818, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-fold:before {
  content: "\ed56";
}

/* line 7819, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-fold-down:before {
  content: "\ed54";
}

/* line 7820, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-fold-up:before {
  content: "\ed55";
}

/* line 7821, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-folder:before {
  content: "\eaad";
}

/* line 7822, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-folder-bolt:before {
  content: "\f90c";
}

/* line 7823, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-folder-cancel:before {
  content: "\f90d";
}

/* line 7824, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-folder-check:before {
  content: "\f90e";
}

/* line 7825, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-folder-code:before {
  content: "\f90f";
}

/* line 7826, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-folder-cog:before {
  content: "\f910";
}

/* line 7827, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-folder-dollar:before {
  content: "\f911";
}

/* line 7828, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-folder-down:before {
  content: "\f912";
}

/* line 7829, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-folder-exclamation:before {
  content: "\f913";
}

/* line 7830, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-folder-filled:before {
  content: "\f749";
}

/* line 7831, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-folder-heart:before {
  content: "\f914";
}

/* line 7832, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-folder-minus:before {
  content: "\eaaa";
}

/* line 7833, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-folder-off:before {
  content: "\ed14";
}

/* line 7834, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-folder-open:before {
  content: "\faf7";
}

/* line 7835, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-folder-pause:before {
  content: "\f915";
}

/* line 7836, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-folder-pin:before {
  content: "\f916";
}

/* line 7837, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-folder-plus:before {
  content: "\eaab";
}

/* line 7838, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-folder-question:before {
  content: "\f917";
}

/* line 7839, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-folder-root:before {
  content: "\fd43";
}

/* line 7840, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-folder-search:before {
  content: "\f918";
}

/* line 7841, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-folder-share:before {
  content: "\f919";
}

/* line 7842, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-folder-star:before {
  content: "\f91a";
}

/* line 7843, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-folder-symlink:before {
  content: "\f91b";
}

/* line 7844, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-folder-up:before {
  content: "\f91c";
}

/* line 7845, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-folder-x:before {
  content: "\eaac";
}

/* line 7846, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-folders:before {
  content: "\eaae";
}

/* line 7847, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-folders-off:before {
  content: "\f133";
}

/* line 7848, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-forbid:before {
  content: "\ebd5";
}

/* line 7849, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-forbid-2:before {
  content: "\ebd4";
}

/* line 7850, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-forbid-2-filled:before {
  content: "\fc28";
}

/* line 7851, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-forbid-filled:before {
  content: "\fc29";
}

/* line 7852, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-forklift:before {
  content: "\ebe9";
}

/* line 7853, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-forms:before {
  content: "\ee8f";
}

/* line 7854, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-fountain:before {
  content: "\f09b";
}

/* line 7855, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-fountain-filled:before {
  content: "\fc2a";
}

/* line 7856, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-fountain-off:before {
  content: "\f134";
}

/* line 7857, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-frame:before {
  content: "\eaaf";
}

/* line 7858, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-frame-off:before {
  content: "\f135";
}

/* line 7859, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-free-rights:before {
  content: "\efb6";
}

/* line 7860, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-freeze-column:before {
  content: "\fa63";
}

/* line 7861, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-freeze-row:before {
  content: "\fa65";
}

/* line 7862, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-freeze-row-column:before {
  content: "\fa64";
}

/* line 7863, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-fridge:before {
  content: "\f1fa";
}

/* line 7864, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-fridge-off:before {
  content: "\f3ef";
}

/* line 7865, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-friends:before {
  content: "\eab0";
}

/* line 7866, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-friends-off:before {
  content: "\f136";
}

/* line 7867, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-frustum:before {
  content: "\fa9f";
}

/* line 7868, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-frustum-off:before {
  content: "\fa9d";
}

/* line 7869, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-frustum-plus:before {
  content: "\fa9e";
}

/* line 7870, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-function:before {
  content: "\f225";
}

/* line 7871, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-function-filled:before {
  content: "\fc2b";
}

/* line 7872, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-function-off:before {
  content: "\f3f0";
}

/* line 7873, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-galaxy:before {
  content: "\fcb6";
}

/* line 7874, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-garden-cart:before {
  content: "\f23e";
}

/* line 7875, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-garden-cart-off:before {
  content: "\f3f1";
}

/* line 7876, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-gas-station:before {
  content: "\ec7d";
}

/* line 7877, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-gas-station-off:before {
  content: "\f137";
}

/* line 7878, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-gauge:before {
  content: "\eab1";
}

/* line 7879, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-gauge-filled:before {
  content: "\fc2c";
}

/* line 7880, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-gauge-off:before {
  content: "\f138";
}

/* line 7881, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-gavel:before {
  content: "\ef90";
}

/* line 7882, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-gender-agender:before {
  content: "\f0e1";
}

/* line 7883, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-gender-androgyne:before {
  content: "\f0e2";
}

/* line 7884, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-gender-bigender:before {
  content: "\f0e3";
}

/* line 7885, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-gender-demiboy:before {
  content: "\f0e4";
}

/* line 7886, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-gender-demigirl:before {
  content: "\f0e5";
}

/* line 7887, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-gender-epicene:before {
  content: "\f0e6";
}

/* line 7888, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-gender-female:before {
  content: "\f0e7";
}

/* line 7889, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-gender-femme:before {
  content: "\f0e8";
}

/* line 7890, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-gender-genderfluid:before {
  content: "\f0e9";
}

/* line 7891, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-gender-genderless:before {
  content: "\f0ea";
}

/* line 7892, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-gender-genderqueer:before {
  content: "\f0eb";
}

/* line 7893, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-gender-hermaphrodite:before {
  content: "\f0ec";
}

/* line 7894, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-gender-intergender:before {
  content: "\f0ed";
}

/* line 7895, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-gender-male:before {
  content: "\f0ee";
}

/* line 7896, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-gender-neutrois:before {
  content: "\f0ef";
}

/* line 7897, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-gender-third:before {
  content: "\f0f0";
}

/* line 7898, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-gender-transgender:before {
  content: "\f0f1";
}

/* line 7899, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-gender-trasvesti:before {
  content: "\f0f2";
}

/* line 7900, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-geometry:before {
  content: "\ee90";
}

/* line 7901, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-ghost:before {
  content: "\eb8e";
}

/* line 7902, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-ghost-2:before {
  content: "\f57c";
}

/* line 7903, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-ghost-2-filled:before {
  content: "\f74a";
}

/* line 7904, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-ghost-3:before {
  content: "\fc13";
}

/* line 7905, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-ghost-filled:before {
  content: "\f74b";
}

/* line 7906, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-ghost-off:before {
  content: "\f3f2";
}

/* line 7907, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-gif:before {
  content: "\f257";
}

/* line 7908, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-gift:before {
  content: "\eb68";
}

/* line 7909, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-gift-card:before {
  content: "\f3aa";
}

/* line 7910, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-gift-card-filled:before {
  content: "\fc2d";
}

/* line 7911, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-gift-filled:before {
  content: "\fd14";
}

/* line 7912, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-gift-off:before {
  content: "\f3f3";
}

/* line 7913, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-git-branch:before {
  content: "\eab2";
}

/* line 7914, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-git-branch-deleted:before {
  content: "\f57d";
}

/* line 7915, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-git-cherry-pick:before {
  content: "\f57e";
}

/* line 7916, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-git-commit:before {
  content: "\eab3";
}

/* line 7917, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-git-compare:before {
  content: "\eab4";
}

/* line 7918, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-git-fork:before {
  content: "\eb8f";
}

/* line 7919, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-git-merge:before {
  content: "\eab5";
}

/* line 7920, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-git-pull-request:before {
  content: "\eab6";
}

/* line 7921, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-git-pull-request-closed:before {
  content: "\ef7f";
}

/* line 7922, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-git-pull-request-draft:before {
  content: "\efb7";
}

/* line 7923, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-gizmo:before {
  content: "\f02b";
}

/* line 7924, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-glass:before {
  content: "\eab8";
}

/* line 7925, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-glass-champagne:before {
  content: "\fd9c";
}

/* line 7926, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-glass-cocktail:before {
  content: "\fd9d";
}

/* line 7927, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-glass-full:before {
  content: "\eab7";
}

/* line 7928, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-glass-full-filled:before {
  content: "\fc2e";
}

/* line 7929, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-glass-gin:before {
  content: "\fd9e";
}

/* line 7930, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-glass-off:before {
  content: "\ee91";
}

/* line 7931, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-globe:before {
  content: "\eab9";
}

/* line 7932, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-globe-filled:before {
  content: "\fc2f";
}

/* line 7933, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-globe-off:before {
  content: "\f139";
}

/* line 7934, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-go-game:before {
  content: "\f512";
}

/* line 7935, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-golf:before {
  content: "\ed8c";
}

/* line 7936, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-golf-off:before {
  content: "\f13a";
}

/* line 7937, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-gps:before {
  content: "\ed7a";
}

/* line 7938, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-gps-filled:before {
  content: "\fe48";
}

/* line 7939, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-gradienter:before {
  content: "\f3ab";
}

/* line 7940, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-grain:before {
  content: "\ee92";
}

/* line 7941, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-graph:before {
  content: "\f288";
}

/* line 7942, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-graph-filled:before {
  content: "\fd15";
}

/* line 7943, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-graph-off:before {
  content: "\f3f4";
}

/* line 7944, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-grave:before {
  content: "\f580";
}

/* line 7945, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-grave-2:before {
  content: "\f57f";
}

/* line 7946, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-grid-3x3:before {
  content: "\fca4";
}

/* line 7947, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-grid-4x4:before {
  content: "\fca5";
}

/* line 7948, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-grid-dots:before {
  content: "\eaba";
}

/* line 7949, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-grid-goldenratio:before {
  content: "\fca6";
}

/* line 7950, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-grid-pattern:before {
  content: "\efc9";
}

/* line 7951, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-grid-scan:before {
  content: "\fca7";
}

/* line 7952, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-grill:before {
  content: "\efa9";
}

/* line 7953, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-grill-fork:before {
  content: "\f35b";
}

/* line 7954, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-grill-off:before {
  content: "\f3f5";
}

/* line 7955, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-grill-spatula:before {
  content: "\f35c";
}

/* line 7956, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-grip-horizontal:before {
  content: "\ec00";
}

/* line 7957, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-grip-vertical:before {
  content: "\ec01";
}

/* line 7958, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-growth:before {
  content: "\ee93";
}

/* line 7959, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-guitar-pick:before {
  content: "\f4c6";
}

/* line 7960, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-guitar-pick-filled:before {
  content: "\f67b";
}

/* line 7961, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-gymnastics:before {
  content: "\fd44";
}

/* line 7962, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-h-1:before {
  content: "\ec94";
}

/* line 7963, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-h-2:before {
  content: "\ec95";
}

/* line 7964, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-h-3:before {
  content: "\ec96";
}

/* line 7965, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-h-4:before {
  content: "\ec97";
}

/* line 7966, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-h-5:before {
  content: "\ec98";
}

/* line 7967, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-h-6:before {
  content: "\ec99";
}

/* line 7968, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hammer:before {
  content: "\ef91";
}

/* line 7969, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hammer-off:before {
  content: "\f13c";
}

/* line 7970, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hand-click:before {
  content: "\ef4f";
}

/* line 7971, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hand-finger:before {
  content: "\ee94";
}

/* line 7972, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hand-finger-off:before {
  content: "\f13d";
}

/* line 7973, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hand-grab:before {
  content: "\f091";
}

/* line 7974, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hand-little-finger:before {
  content: "\ee95";
}

/* line 7975, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hand-love-you:before {
  content: "\ee97";
}

/* line 7976, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hand-middle-finger:before {
  content: "\ec2d";
}

/* line 7977, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hand-move:before {
  content: "\ef50";
}

/* line 7978, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hand-off:before {
  content: "\ed15";
}

/* line 7979, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hand-ring-finger:before {
  content: "\ee96";
}

/* line 7980, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hand-sanitizer:before {
  content: "\f5f4";
}

/* line 7981, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hand-stop:before {
  content: "\ec2e";
}

/* line 7982, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hand-three-fingers:before {
  content: "\ee98";
}

/* line 7983, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hand-two-fingers:before {
  content: "\ee99";
}

/* line 7984, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hanger:before {
  content: "\ee9a";
}

/* line 7985, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hanger-2:before {
  content: "\f09c";
}

/* line 7986, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hanger-off:before {
  content: "\f13e";
}

/* line 7987, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hash:before {
  content: "\eabc";
}

/* line 7988, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-haze:before {
  content: "\efaa";
}

/* line 7989, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-haze-moon:before {
  content: "\faf8";
}

/* line 7990, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hdr:before {
  content: "\fa7b";
}

/* line 7991, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-heading:before {
  content: "\ee9b";
}

/* line 7992, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-heading-off:before {
  content: "\f13f";
}

/* line 7993, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-headphones:before {
  content: "\eabd";
}

/* line 7994, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-headphones-filled:before {
  content: "\fa3c";
}

/* line 7995, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-headphones-off:before {
  content: "\ed1d";
}

/* line 7996, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-headset:before {
  content: "\eb90";
}

/* line 7997, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-headset-off:before {
  content: "\f3f6";
}

/* line 7998, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-health-recognition:before {
  content: "\f1fb";
}

/* line 7999, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-heart:before {
  content: "\eabe";
}

/* line 8000, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-heart-bolt:before {
  content: "\fb9e";
}

/* line 8001, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-heart-broken:before {
  content: "\ecba";
}

/* line 8002, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-heart-cancel:before {
  content: "\fb9f";
}

/* line 8003, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-heart-check:before {
  content: "\fba0";
}

/* line 8004, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-heart-code:before {
  content: "\fba1";
}

/* line 8005, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-heart-cog:before {
  content: "\fba2";
}

/* line 8006, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-heart-discount:before {
  content: "\fba3";
}

/* line 8007, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-heart-dollar:before {
  content: "\fba4";
}

/* line 8008, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-heart-down:before {
  content: "\fba5";
}

/* line 8009, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-heart-exclamation:before {
  content: "\fba6";
}

/* line 8010, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-heart-filled:before {
  content: "\f67c";
}

/* line 8011, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-heart-handshake:before {
  content: "\f0f3";
}

/* line 8012, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-heart-minus:before {
  content: "\f140";
}

/* line 8013, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-heart-off:before {
  content: "\f141";
}

/* line 8014, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-heart-pause:before {
  content: "\fba7";
}

/* line 8015, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-heart-pin:before {
  content: "\fba8";
}

/* line 8016, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-heart-plus:before {
  content: "\f142";
}

/* line 8017, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-heart-question:before {
  content: "\fba9";
}

/* line 8018, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-heart-rate-monitor:before {
  content: "\ef61";
}

/* line 8019, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-heart-search:before {
  content: "\fbaa";
}

/* line 8020, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-heart-share:before {
  content: "\fbab";
}

/* line 8021, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-heart-star:before {
  content: "\fbac";
}

/* line 8022, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-heart-up:before {
  content: "\fbad";
}

/* line 8023, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-heart-x:before {
  content: "\fbae";
}

/* line 8024, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-heartbeat:before {
  content: "\ef92";
}

/* line 8025, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hearts:before {
  content: "\f387";
}

/* line 8026, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hearts-off:before {
  content: "\f3f7";
}

/* line 8027, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-helicopter:before {
  content: "\ed8e";
}

/* line 8028, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-helicopter-landing:before {
  content: "\ed8d";
}

/* line 8029, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-helmet:before {
  content: "\efca";
}

/* line 8030, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-helmet-off:before {
  content: "\f143";
}

/* line 8031, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-help:before {
  content: "\eabf";
}

/* line 8032, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-help-circle:before {
  content: "\f91d";
}

/* line 8033, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-help-circle-filled:before {
  content: "\fa3d";
}

/* line 8034, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-help-hexagon:before {
  content: "\f7a8";
}

/* line 8035, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-help-hexagon-filled:before {
  content: "\fa3e";
}

/* line 8036, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-help-octagon:before {
  content: "\f7a9";
}

/* line 8037, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-help-octagon-filled:before {
  content: "\fa3f";
}

/* line 8038, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-help-off:before {
  content: "\f3f8";
}

/* line 8039, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-help-small:before {
  content: "\f91e";
}

/* line 8040, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-help-square:before {
  content: "\f920";
}

/* line 8041, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-help-square-filled:before {
  content: "\fa40";
}

/* line 8042, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-help-square-rounded:before {
  content: "\f91f";
}

/* line 8043, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-help-square-rounded-filled:before {
  content: "\fa41";
}

/* line 8044, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-help-triangle:before {
  content: "\f921";
}

/* line 8045, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-help-triangle-filled:before {
  content: "\fa42";
}

/* line 8046, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hemisphere:before {
  content: "\faa2";
}

/* line 8047, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hemisphere-off:before {
  content: "\faa0";
}

/* line 8048, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hemisphere-plus:before {
  content: "\faa1";
}

/* line 8049, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon:before {
  content: "\ec02";
}

/* line 8050, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-3d:before {
  content: "\f4c7";
}

/* line 8051, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-filled:before {
  content: "\f67d";
}

/* line 8052, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-letter-a:before {
  content: "\f463";
}

/* line 8053, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-letter-a-filled:before {
  content: "\fe47";
}

/* line 8054, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-letter-b:before {
  content: "\f464";
}

/* line 8055, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-letter-b-filled:before {
  content: "\fe46";
}

/* line 8056, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-letter-c:before {
  content: "\f465";
}

/* line 8057, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-letter-c-filled:before {
  content: "\fe45";
}

/* line 8058, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-letter-d:before {
  content: "\f466";
}

/* line 8059, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-letter-d-filled:before {
  content: "\fe44";
}

/* line 8060, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-letter-e:before {
  content: "\f467";
}

/* line 8061, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-letter-e-filled:before {
  content: "\fe43";
}

/* line 8062, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-letter-f:before {
  content: "\f468";
}

/* line 8063, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-letter-f-filled:before {
  content: "\fe42";
}

/* line 8064, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-letter-g:before {
  content: "\f469";
}

/* line 8065, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-letter-g-filled:before {
  content: "\fe41";
}

/* line 8066, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-letter-h:before {
  content: "\f46a";
}

/* line 8067, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-letter-h-filled:before {
  content: "\fe40";
}

/* line 8068, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-letter-i:before {
  content: "\f46b";
}

/* line 8069, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-letter-i-filled:before {
  content: "\fe3f";
}

/* line 8070, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-letter-j:before {
  content: "\f46c";
}

/* line 8071, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-letter-j-filled:before {
  content: "\fe3e";
}

/* line 8072, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-letter-k:before {
  content: "\f46d";
}

/* line 8073, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-letter-k-filled:before {
  content: "\fe3d";
}

/* line 8074, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-letter-l:before {
  content: "\f46e";
}

/* line 8075, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-letter-l-filled:before {
  content: "\fe3c";
}

/* line 8076, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-letter-m:before {
  content: "\f46f";
}

/* line 8077, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-letter-m-filled:before {
  content: "\fe3b";
}

/* line 8078, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-letter-n:before {
  content: "\f470";
}

/* line 8079, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-letter-n-filled:before {
  content: "\fe3a";
}

/* line 8080, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-letter-o:before {
  content: "\f471";
}

/* line 8081, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-letter-o-filled:before {
  content: "\fe39";
}

/* line 8082, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-letter-p:before {
  content: "\f472";
}

/* line 8083, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-letter-p-filled:before {
  content: "\fe38";
}

/* line 8084, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-letter-q:before {
  content: "\f473";
}

/* line 8085, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-letter-q-filled:before {
  content: "\fe37";
}

/* line 8086, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-letter-r:before {
  content: "\f474";
}

/* line 8087, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-letter-r-filled:before {
  content: "\fe36";
}

/* line 8088, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-letter-s:before {
  content: "\f475";
}

/* line 8089, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-letter-s-filled:before {
  content: "\fe35";
}

/* line 8090, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-letter-t:before {
  content: "\f476";
}

/* line 8091, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-letter-t-filled:before {
  content: "\fe34";
}

/* line 8092, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-letter-u:before {
  content: "\f477";
}

/* line 8093, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-letter-u-filled:before {
  content: "\fe33";
}

/* line 8094, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-letter-v:before {
  content: "\f4b3";
}

/* line 8095, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-letter-v-filled:before {
  content: "\fe32";
}

/* line 8096, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-letter-w:before {
  content: "\f478";
}

/* line 8097, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-letter-w-filled:before {
  content: "\fe31";
}

/* line 8098, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-letter-x:before {
  content: "\f479";
}

/* line 8099, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-letter-x-filled:before {
  content: "\fe30";
}

/* line 8100, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-letter-y:before {
  content: "\f47a";
}

/* line 8101, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-letter-y-filled:before {
  content: "\fe2f";
}

/* line 8102, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-letter-z:before {
  content: "\f47b";
}

/* line 8103, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-letter-z-filled:before {
  content: "\fe2e";
}

/* line 8104, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-minus:before {
  content: "\fc8f";
}

/* line 8105, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-minus-2:before {
  content: "\fc8e";
}

/* line 8106, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-minus-filled:before {
  content: "\fe2d";
}

/* line 8107, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-number-0:before {
  content: "\f459";
}

/* line 8108, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-number-0-filled:before {
  content: "\f74c";
}

/* line 8109, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-number-1:before {
  content: "\f45a";
}

/* line 8110, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-number-1-filled:before {
  content: "\f74d";
}

/* line 8111, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-number-2:before {
  content: "\f45b";
}

/* line 8112, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-number-2-filled:before {
  content: "\f74e";
}

/* line 8113, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-number-3:before {
  content: "\f45c";
}

/* line 8114, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-number-3-filled:before {
  content: "\f74f";
}

/* line 8115, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-number-4:before {
  content: "\f45d";
}

/* line 8116, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-number-4-filled:before {
  content: "\f750";
}

/* line 8117, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-number-5:before {
  content: "\f45e";
}

/* line 8118, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-number-5-filled:before {
  content: "\f751";
}

/* line 8119, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-number-6:before {
  content: "\f45f";
}

/* line 8120, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-number-6-filled:before {
  content: "\f752";
}

/* line 8121, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-number-7:before {
  content: "\f460";
}

/* line 8122, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-number-7-filled:before {
  content: "\f753";
}

/* line 8123, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-number-8:before {
  content: "\f461";
}

/* line 8124, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-number-8-filled:before {
  content: "\f754";
}

/* line 8125, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-number-9:before {
  content: "\f462";
}

/* line 8126, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-number-9-filled:before {
  content: "\f755";
}

/* line 8127, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-off:before {
  content: "\ee9c";
}

/* line 8128, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-plus:before {
  content: "\fc45";
}

/* line 8129, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-plus-2:before {
  content: "\fc90";
}

/* line 8130, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-plus-filled:before {
  content: "\fe2c";
}

/* line 8131, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagonal-prism:before {
  content: "\faa5";
}

/* line 8132, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagonal-prism-off:before {
  content: "\faa3";
}

/* line 8133, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagonal-prism-plus:before {
  content: "\faa4";
}

/* line 8134, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagonal-pyramid:before {
  content: "\faa8";
}

/* line 8135, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagonal-pyramid-off:before {
  content: "\faa6";
}

/* line 8136, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagonal-pyramid-plus:before {
  content: "\faa7";
}

/* line 8137, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagons:before {
  content: "\f09d";
}

/* line 8138, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagons-off:before {
  content: "\f3f9";
}

/* line 8139, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hierarchy:before {
  content: "\ee9e";
}

/* line 8140, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hierarchy-2:before {
  content: "\ee9d";
}

/* line 8141, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hierarchy-3:before {
  content: "\f289";
}

/* line 8142, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hierarchy-off:before {
  content: "\f3fa";
}

/* line 8143, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-highlight:before {
  content: "\ef3f";
}

/* line 8144, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-highlight-off:before {
  content: "\f144";
}

/* line 8145, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-history:before {
  content: "\ebea";
}

/* line 8146, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-history-off:before {
  content: "\f3fb";
}

/* line 8147, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-history-toggle:before {
  content: "\f1fc";
}

/* line 8148, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-home:before {
  content: "\eac1";
}

/* line 8149, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-home-2:before {
  content: "\eac0";
}

/* line 8150, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-home-bolt:before {
  content: "\f336";
}

/* line 8151, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-home-cancel:before {
  content: "\f350";
}

/* line 8152, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-home-check:before {
  content: "\f337";
}

/* line 8153, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-home-cog:before {
  content: "\f338";
}

/* line 8154, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-home-dollar:before {
  content: "\f339";
}

/* line 8155, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-home-dot:before {
  content: "\f33a";
}

/* line 8156, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-home-down:before {
  content: "\f33b";
}

/* line 8157, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-home-eco:before {
  content: "\f351";
}

/* line 8158, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-home-edit:before {
  content: "\f352";
}

/* line 8159, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-home-exclamation:before {
  content: "\f33c";
}

/* line 8160, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-home-filled:before {
  content: "\fe2b";
}

/* line 8161, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-home-hand:before {
  content: "\f504";
}

/* line 8162, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-home-heart:before {
  content: "\f353";
}

/* line 8163, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-home-infinity:before {
  content: "\f505";
}

/* line 8164, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-home-link:before {
  content: "\f354";
}

/* line 8165, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-home-minus:before {
  content: "\f33d";
}

/* line 8166, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-home-move:before {
  content: "\f33e";
}

/* line 8167, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-home-off:before {
  content: "\f145";
}

/* line 8168, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-home-plus:before {
  content: "\f33f";
}

/* line 8169, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-home-question:before {
  content: "\f340";
}

/* line 8170, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-home-ribbon:before {
  content: "\f355";
}

/* line 8171, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-home-search:before {
  content: "\f341";
}

/* line 8172, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-home-share:before {
  content: "\f342";
}

/* line 8173, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-home-shield:before {
  content: "\f343";
}

/* line 8174, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-home-signal:before {
  content: "\f356";
}

/* line 8175, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-home-star:before {
  content: "\f344";
}

/* line 8176, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-home-stats:before {
  content: "\f345";
}

/* line 8177, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-home-up:before {
  content: "\f346";
}

/* line 8178, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-home-x:before {
  content: "\f347";
}

/* line 8179, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-horse:before {
  content: "\fc46";
}

/* line 8180, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-horse-toy:before {
  content: "\f28a";
}

/* line 8181, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-horseshoe:before {
  content: "\fcb7";
}

/* line 8182, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hospital:before {
  content: "\fd59";
}

/* line 8183, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hospital-circle:before {
  content: "\fd58";
}

/* line 8184, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hospital-circle-filled:before {
  content: "\fed2";
}

/* line 8185, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hotel-service:before {
  content: "\ef80";
}

/* line 8186, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hourglass:before {
  content: "\ef93";
}

/* line 8187, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hourglass-empty:before {
  content: "\f146";
}

/* line 8188, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hourglass-filled:before {
  content: "\f756";
}

/* line 8189, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hourglass-high:before {
  content: "\f092";
}

/* line 8190, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hourglass-low:before {
  content: "\f093";
}

/* line 8191, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hourglass-off:before {
  content: "\f147";
}

/* line 8192, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hours-12:before {
  content: "\fc53";
}

/* line 8193, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hours-24:before {
  content: "\f5e7";
}

/* line 8194, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-html:before {
  content: "\f7b1";
}

/* line 8195, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-http-connect:before {
  content: "\fa28";
}

/* line 8196, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-http-delete:before {
  content: "\fa29";
}

/* line 8197, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-http-get:before {
  content: "\fa2a";
}

/* line 8198, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-http-head:before {
  content: "\fa2b";
}

/* line 8199, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-http-options:before {
  content: "\fa2c";
}

/* line 8200, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-http-patch:before {
  content: "\fa2d";
}

/* line 8201, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-http-post:before {
  content: "\fa2e";
}

/* line 8202, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-http-put:before {
  content: "\fa2f";
}

/* line 8203, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-http-que:before {
  content: "\fa5b";
}

/* line 8204, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-http-trace:before {
  content: "\fa30";
}

/* line 8205, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-ice-cream:before {
  content: "\eac2";
}

/* line 8206, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-ice-cream-2:before {
  content: "\ee9f";
}

/* line 8207, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-ice-cream-off:before {
  content: "\f148";
}

/* line 8208, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-ice-skating:before {
  content: "\efcb";
}

/* line 8209, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-icons:before {
  content: "\f1d4";
}

/* line 8210, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-icons-off:before {
  content: "\f3fc";
}

/* line 8211, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-id:before {
  content: "\eac3";
}

/* line 8212, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-id-badge:before {
  content: "\eff7";
}

/* line 8213, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-id-badge-2:before {
  content: "\f076";
}

/* line 8214, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-id-badge-off:before {
  content: "\f3fd";
}

/* line 8215, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-id-off:before {
  content: "\f149";
}

/* line 8216, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-ikosaedr:before {
  content: "\fec6";
}

/* line 8217, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-image-in-picture:before {
  content: "\fd9f";
}

/* line 8218, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-inbox:before {
  content: "\eac4";
}

/* line 8219, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-inbox-off:before {
  content: "\f14a";
}

/* line 8220, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-indent-decrease:before {
  content: "\eb91";
}

/* line 8221, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-indent-increase:before {
  content: "\eb92";
}

/* line 8222, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-infinity:before {
  content: "\eb69";
}

/* line 8223, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-infinity-off:before {
  content: "\f3fe";
}

/* line 8224, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-info-circle:before {
  content: "\eac5";
}

/* line 8225, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-info-circle-filled:before {
  content: "\f6d8";
}

/* line 8226, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-info-hexagon:before {
  content: "\f7aa";
}

/* line 8227, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-info-hexagon-filled:before {
  content: "\fa43";
}

/* line 8228, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-info-octagon:before {
  content: "\f7ab";
}

/* line 8229, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-info-octagon-filled:before {
  content: "\fa44";
}

/* line 8230, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-info-small:before {
  content: "\f922";
}

/* line 8231, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-info-square:before {
  content: "\eac6";
}

/* line 8232, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-info-square-filled:before {
  content: "\fa45";
}

/* line 8233, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-info-square-rounded:before {
  content: "\f635";
}

/* line 8234, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-info-square-rounded-filled:before {
  content: "\f6d9";
}

/* line 8235, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-info-triangle:before {
  content: "\f923";
}

/* line 8236, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-info-triangle-filled:before {
  content: "\fa46";
}

/* line 8237, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-inner-shadow-bottom:before {
  content: "\f520";
}

/* line 8238, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-inner-shadow-bottom-filled:before {
  content: "\f757";
}

/* line 8239, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-inner-shadow-bottom-left:before {
  content: "\f51e";
}

/* line 8240, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-inner-shadow-bottom-left-filled:before {
  content: "\f758";
}

/* line 8241, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-inner-shadow-bottom-right:before {
  content: "\f51f";
}

/* line 8242, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-inner-shadow-bottom-right-filled:before {
  content: "\f759";
}

/* line 8243, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-inner-shadow-left:before {
  content: "\f521";
}

/* line 8244, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-inner-shadow-left-filled:before {
  content: "\f75a";
}

/* line 8245, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-inner-shadow-right:before {
  content: "\f522";
}

/* line 8246, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-inner-shadow-right-filled:before {
  content: "\f75b";
}

/* line 8247, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-inner-shadow-top:before {
  content: "\f525";
}

/* line 8248, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-inner-shadow-top-filled:before {
  content: "\f75c";
}

/* line 8249, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-inner-shadow-top-left:before {
  content: "\f523";
}

/* line 8250, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-inner-shadow-top-left-filled:before {
  content: "\f75d";
}

/* line 8251, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-inner-shadow-top-right:before {
  content: "\f524";
}

/* line 8252, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-inner-shadow-top-right-filled:before {
  content: "\f75e";
}

/* line 8253, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-input-ai:before {
  content: "\fc5a";
}

/* line 8254, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-input-check:before {
  content: "\fc5b";
}

/* line 8255, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-input-search:before {
  content: "\f2a2";
}

/* line 8256, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-input-x:before {
  content: "\fc5c";
}

/* line 8257, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-invoice:before {
  content: "\feab";
}

/* line 8258, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-ironing:before {
  content: "\fa7c";
}

/* line 8259, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-ironing-1:before {
  content: "\f2f4";
}

/* line 8260, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-ironing-2:before {
  content: "\f2f5";
}

/* line 8261, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-ironing-3:before {
  content: "\f2f6";
}

/* line 8262, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-ironing-filled:before {
  content: "\fe2a";
}

/* line 8263, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-ironing-off:before {
  content: "\f2f7";
}

/* line 8264, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-ironing-steam:before {
  content: "\f2f9";
}

/* line 8265, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-ironing-steam-off:before {
  content: "\f2f8";
}

/* line 8266, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-irregular-polyhedron:before {
  content: "\faab";
}

/* line 8267, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-irregular-polyhedron-off:before {
  content: "\faa9";
}

/* line 8268, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-irregular-polyhedron-plus:before {
  content: "\faaa";
}

/* line 8269, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-italic:before {
  content: "\eb93";
}

/* line 8270, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-jacket:before {
  content: "\f661";
}

/* line 8271, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-jetpack:before {
  content: "\f581";
}

/* line 8272, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-jetpack-filled:before {
  content: "\fe29";
}

/* line 8273, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-jewish-star:before {
  content: "\f3ff";
}

/* line 8274, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-jewish-star-filled:before {
  content: "\f67e";
}

/* line 8275, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-jpg:before {
  content: "\f3ac";
}

/* line 8276, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-json:before {
  content: "\f7b2";
}

/* line 8277, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-jump-rope:before {
  content: "\ed8f";
}

/* line 8278, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-karate:before {
  content: "\ed32";
}

/* line 8279, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-kayak:before {
  content: "\f1d6";
}

/* line 8280, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-kerning:before {
  content: "\efb8";
}

/* line 8281, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-key:before {
  content: "\eac7";
}

/* line 8282, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-key-filled:before {
  content: "\fe28";
}

/* line 8283, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-key-off:before {
  content: "\f14b";
}

/* line 8284, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-keyboard:before {
  content: "\ebd6";
}

/* line 8285, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-keyboard-hide:before {
  content: "\ec7e";
}

/* line 8286, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-keyboard-off:before {
  content: "\eea0";
}

/* line 8287, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-keyboard-show:before {
  content: "\ec7f";
}

/* line 8288, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-keyframe:before {
  content: "\f576";
}

/* line 8289, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-keyframe-align-center:before {
  content: "\f582";
}

/* line 8290, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-keyframe-align-center-filled:before {
  content: "\fc30";
}

/* line 8291, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-keyframe-align-horizontal:before {
  content: "\f583";
}

/* line 8292, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-keyframe-align-horizontal-filled:before {
  content: "\fc31";
}

/* line 8293, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-keyframe-align-vertical:before {
  content: "\f584";
}

/* line 8294, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-keyframe-align-vertical-filled:before {
  content: "\fc32";
}

/* line 8295, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-keyframe-filled:before {
  content: "\fc33";
}

/* line 8296, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-keyframes:before {
  content: "\f585";
}

/* line 8297, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-keyframes-filled:before {
  content: "\fc34";
}

/* line 8298, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-ladder:before {
  content: "\efe2";
}

/* line 8299, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-ladder-off:before {
  content: "\f14c";
}

/* line 8300, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-ladle:before {
  content: "\fc14";
}

/* line 8301, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-lambda:before {
  content: "\f541";
}

/* line 8302, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-lamp:before {
  content: "\efab";
}

/* line 8303, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-lamp-2:before {
  content: "\f09e";
}

/* line 8304, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-lamp-off:before {
  content: "\f14d";
}

/* line 8305, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-lane:before {
  content: "\faf9";
}

/* line 8306, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-language:before {
  content: "\ebbe";
}

/* line 8307, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-language-hiragana:before {
  content: "\ef77";
}

/* line 8308, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-language-katakana:before {
  content: "\ef78";
}

/* line 8309, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-language-off:before {
  content: "\f14e";
}

/* line 8310, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-lasso:before {
  content: "\efac";
}

/* line 8311, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-lasso-off:before {
  content: "\f14f";
}

/* line 8312, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-lasso-polygon:before {
  content: "\f388";
}

/* line 8313, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-layers-difference:before {
  content: "\eac8";
}

/* line 8314, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-layers-intersect:before {
  content: "\eac9";
}

/* line 8315, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-layers-intersect-2:before {
  content: "\eff8";
}

/* line 8316, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-layers-linked:before {
  content: "\eea1";
}

/* line 8317, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-layers-off:before {
  content: "\f150";
}

/* line 8318, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-layers-selected:before {
  content: "\fea9";
}

/* line 8319, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-layers-selected-bottom:before {
  content: "\feaa";
}

/* line 8320, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-layers-subtract:before {
  content: "\eaca";
}

/* line 8321, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-layers-union:before {
  content: "\eacb";
}

/* line 8322, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-layout:before {
  content: "\eadb";
}

/* line 8323, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-layout-2:before {
  content: "\eacc";
}

/* line 8324, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-layout-2-filled:before {
  content: "\fe27";
}

/* line 8325, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-layout-align-bottom:before {
  content: "\eacd";
}

/* line 8326, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-layout-align-bottom-filled:before {
  content: "\fe26";
}

/* line 8327, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-layout-align-center:before {
  content: "\eace";
}

/* line 8328, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-layout-align-center-filled:before {
  content: "\fe25";
}

/* line 8329, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-layout-align-left:before {
  content: "\eacf";
}

/* line 8330, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-layout-align-left-filled:before {
  content: "\fe24";
}

/* line 8331, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-layout-align-middle:before {
  content: "\ead0";
}

/* line 8332, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-layout-align-middle-filled:before {
  content: "\fe23";
}

/* line 8333, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-layout-align-right:before {
  content: "\ead1";
}

/* line 8334, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-layout-align-right-filled:before {
  content: "\fe22";
}

/* line 8335, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-layout-align-top:before {
  content: "\ead2";
}

/* line 8336, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-layout-align-top-filled:before {
  content: "\fe21";
}

/* line 8337, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-layout-board:before {
  content: "\ef95";
}

/* line 8338, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-layout-board-split:before {
  content: "\ef94";
}

/* line 8339, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-layout-bottombar:before {
  content: "\ead3";
}

/* line 8340, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-layout-bottombar-collapse:before {
  content: "\f28b";
}

/* line 8341, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-layout-bottombar-collapse-filled:before {
  content: "\fc35";
}

/* line 8342, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-layout-bottombar-expand:before {
  content: "\f28c";
}

/* line 8343, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-layout-bottombar-expand-filled:before {
  content: "\fc36";
}

/* line 8344, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-layout-bottombar-filled:before {
  content: "\fc37";
}

/* line 8345, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-layout-bottombar-inactive:before {
  content: "\fd45";
}

/* line 8346, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-layout-cards:before {
  content: "\ec13";
}

/* line 8347, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-layout-cards-filled:before {
  content: "\fe20";
}

/* line 8348, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-layout-collage:before {
  content: "\f389";
}

/* line 8349, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-layout-columns:before {
  content: "\ead4";
}

/* line 8350, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-layout-dashboard:before {
  content: "\f02c";
}

/* line 8351, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-layout-dashboard-filled:before {
  content: "\fe1f";
}

/* line 8352, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-layout-distribute-horizontal:before {
  content: "\ead5";
}

/* line 8353, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-layout-distribute-horizontal-filled:before {
  content: "\fe1e";
}

/* line 8354, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-layout-distribute-vertical:before {
  content: "\ead6";
}

/* line 8355, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-layout-distribute-vertical-filled:before {
  content: "\fe1d";
}

/* line 8356, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-layout-filled:before {
  content: "\fe17";
}

/* line 8357, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-layout-grid:before {
  content: "\edba";
}

/* line 8358, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-layout-grid-add:before {
  content: "\edb9";
}

/* line 8359, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-layout-grid-filled:before {
  content: "\fe1c";
}

/* line 8360, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-layout-grid-remove:before {
  content: "\fa7d";
}

/* line 8361, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-layout-kanban:before {
  content: "\ec3f";
}

/* line 8362, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-layout-kanban-filled:before {
  content: "\fe1b";
}

/* line 8363, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-layout-list:before {
  content: "\ec14";
}

/* line 8364, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-layout-list-filled:before {
  content: "\fe1a";
}

/* line 8365, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-layout-navbar:before {
  content: "\ead7";
}

/* line 8366, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-layout-navbar-collapse:before {
  content: "\f28d";
}

/* line 8367, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-layout-navbar-collapse-filled:before {
  content: "\fc38";
}

/* line 8368, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-layout-navbar-expand:before {
  content: "\f28e";
}

/* line 8369, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-layout-navbar-expand-filled:before {
  content: "\fc39";
}

/* line 8370, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-layout-navbar-filled:before {
  content: "\fc3a";
}

/* line 8371, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-layout-navbar-inactive:before {
  content: "\fd46";
}

/* line 8372, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-layout-off:before {
  content: "\f151";
}

/* line 8373, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-layout-rows:before {
  content: "\ead8";
}

/* line 8374, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-layout-sidebar:before {
  content: "\eada";
}

/* line 8375, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-layout-sidebar-filled:before {
  content: "\fe18";
}

/* line 8376, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-layout-sidebar-inactive:before {
  content: "\fd47";
}

/* line 8377, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-layout-sidebar-left-collapse:before {
  content: "\f004";
}

/* line 8378, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-layout-sidebar-left-collapse-filled:before {
  content: "\fc3b";
}

/* line 8379, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-layout-sidebar-left-expand:before {
  content: "\f005";
}

/* line 8380, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-layout-sidebar-left-expand-filled:before {
  content: "\fc3c";
}

/* line 8381, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-layout-sidebar-right:before {
  content: "\ead9";
}

/* line 8382, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-layout-sidebar-right-collapse:before {
  content: "\f006";
}

/* line 8383, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-layout-sidebar-right-collapse-filled:before {
  content: "\fc3d";
}

/* line 8384, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-layout-sidebar-right-expand:before {
  content: "\f007";
}

/* line 8385, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-layout-sidebar-right-expand-filled:before {
  content: "\fc3e";
}

/* line 8386, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-layout-sidebar-right-filled:before {
  content: "\fe19";
}

/* line 8387, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-layout-sidebar-right-inactive:before {
  content: "\fd48";
}

/* line 8388, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-leaf:before {
  content: "\ed4f";
}

/* line 8389, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-leaf-off:before {
  content: "\f400";
}

/* line 8390, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-lego:before {
  content: "\eadc";
}

/* line 8391, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-lego-filled:before {
  content: "\fe16";
}

/* line 8392, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-lego-off:before {
  content: "\f401";
}

/* line 8393, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-lemon:before {
  content: "\ef10";
}

/* line 8394, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-lemon-2:before {
  content: "\ef81";
}

/* line 8395, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-letter-a:before {
  content: "\ec50";
}

/* line 8396, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-letter-a-small:before {
  content: "\fcc7";
}

/* line 8397, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-letter-b:before {
  content: "\ec51";
}

/* line 8398, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-letter-b-small:before {
  content: "\fcc8";
}

/* line 8399, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-letter-c:before {
  content: "\ec52";
}

/* line 8400, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-letter-c-small:before {
  content: "\fcc9";
}

/* line 8401, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-letter-case:before {
  content: "\eea5";
}

/* line 8402, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-letter-case-lower:before {
  content: "\eea2";
}

/* line 8403, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-letter-case-toggle:before {
  content: "\eea3";
}

/* line 8404, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-letter-case-upper:before {
  content: "\eea4";
}

/* line 8405, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-letter-d:before {
  content: "\ec53";
}

/* line 8406, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-letter-d-small:before {
  content: "\fcca";
}

/* line 8407, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-letter-e:before {
  content: "\ec54";
}

/* line 8408, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-letter-e-small:before {
  content: "\fccb";
}

/* line 8409, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-letter-f:before {
  content: "\ec55";
}

/* line 8410, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-letter-f-small:before {
  content: "\fccc";
}

/* line 8411, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-letter-g:before {
  content: "\ec56";
}

/* line 8412, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-letter-g-small:before {
  content: "\fccd";
}

/* line 8413, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-letter-h:before {
  content: "\ec57";
}

/* line 8414, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-letter-h-small:before {
  content: "\fcce";
}

/* line 8415, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-letter-i:before {
  content: "\ec58";
}

/* line 8416, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-letter-i-small:before {
  content: "\fccf";
}

/* line 8417, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-letter-j:before {
  content: "\ec59";
}

/* line 8418, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-letter-j-small:before {
  content: "\fcd0";
}

/* line 8419, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-letter-k:before {
  content: "\ec5a";
}

/* line 8420, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-letter-k-small:before {
  content: "\fcd1";
}

/* line 8421, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-letter-l:before {
  content: "\ec5b";
}

/* line 8422, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-letter-l-small:before {
  content: "\fcd2";
}

/* line 8423, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-letter-m:before {
  content: "\ec5c";
}

/* line 8424, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-letter-m-small:before {
  content: "\fcd3";
}

/* line 8425, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-letter-n:before {
  content: "\ec5d";
}

/* line 8426, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-letter-n-small:before {
  content: "\fcd4";
}

/* line 8427, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-letter-o:before {
  content: "\ec5e";
}

/* line 8428, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-letter-o-small:before {
  content: "\fcd5";
}

/* line 8429, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-letter-p:before {
  content: "\ec5f";
}

/* line 8430, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-letter-p-small:before {
  content: "\fcd6";
}

/* line 8431, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-letter-q:before {
  content: "\ec60";
}

/* line 8432, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-letter-q-small:before {
  content: "\fcd7";
}

/* line 8433, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-letter-r:before {
  content: "\ec61";
}

/* line 8434, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-letter-r-small:before {
  content: "\fcd8";
}

/* line 8435, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-letter-s:before {
  content: "\ec62";
}

/* line 8436, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-letter-s-small:before {
  content: "\fcd9";
}

/* line 8437, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-letter-spacing:before {
  content: "\eea6";
}

/* line 8438, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-letter-t:before {
  content: "\ec63";
}

/* line 8439, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-letter-t-small:before {
  content: "\fcda";
}

/* line 8440, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-letter-u:before {
  content: "\ec64";
}

/* line 8441, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-letter-u-small:before {
  content: "\fcdb";
}

/* line 8442, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-letter-v:before {
  content: "\ec65";
}

/* line 8443, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-letter-v-small:before {
  content: "\fcdc";
}

/* line 8444, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-letter-w:before {
  content: "\ec66";
}

/* line 8445, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-letter-w-small:before {
  content: "\fcdd";
}

/* line 8446, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-letter-x:before {
  content: "\ec67";
}

/* line 8447, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-letter-x-small:before {
  content: "\fcde";
}

/* line 8448, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-letter-y:before {
  content: "\ec68";
}

/* line 8449, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-letter-y-small:before {
  content: "\fcdf";
}

/* line 8450, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-letter-z:before {
  content: "\ec69";
}

/* line 8451, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-letter-z-small:before {
  content: "\fce0";
}

/* line 8452, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-library:before {
  content: "\fd4c";
}

/* line 8453, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-library-minus:before {
  content: "\fd49";
}

/* line 8454, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-library-photo:before {
  content: "\fd4a";
}

/* line 8455, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-library-plus:before {
  content: "\fd4b";
}

/* line 8456, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-license:before {
  content: "\ebc0";
}

/* line 8457, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-license-off:before {
  content: "\f153";
}

/* line 8458, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-lifebuoy:before {
  content: "\eadd";
}

/* line 8459, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-lifebuoy-off:before {
  content: "\f154";
}

/* line 8460, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-lighter:before {
  content: "\f794";
}

/* line 8461, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-line:before {
  content: "\ec40";
}

/* line 8462, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-line-dashed:before {
  content: "\eea7";
}

/* line 8463, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-line-dotted:before {
  content: "\eea8";
}

/* line 8464, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-line-height:before {
  content: "\eb94";
}

/* line 8465, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-line-scan:before {
  content: "\fcb8";
}

/* line 8466, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-link:before {
  content: "\eade";
}

/* line 8467, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-link-minus:before {
  content: "\fd16";
}

/* line 8468, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-link-off:before {
  content: "\f402";
}

/* line 8469, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-link-plus:before {
  content: "\fd17";
}

/* line 8470, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-list:before {
  content: "\eb6b";
}

/* line 8471, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-list-check:before {
  content: "\eb6a";
}

/* line 8472, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-list-details:before {
  content: "\ef40";
}

/* line 8473, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-list-letters:before {
  content: "\fc47";
}

/* line 8474, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-list-numbers:before {
  content: "\ef11";
}

/* line 8475, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-list-search:before {
  content: "\eea9";
}

/* line 8476, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-list-tree:before {
  content: "\fafa";
}

/* line 8477, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-live-photo:before {
  content: "\eadf";
}

/* line 8478, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-live-photo-filled:before {
  content: "\fed1";
}

/* line 8479, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-live-photo-off:before {
  content: "\f403";
}

/* line 8480, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-live-view:before {
  content: "\ec6b";
}

/* line 8481, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-load-balancer:before {
  content: "\fa5c";
}

/* line 8482, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-loader:before {
  content: "\eca3";
}

/* line 8483, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-loader-2:before {
  content: "\f226";
}

/* line 8484, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-loader-3:before {
  content: "\f513";
}

/* line 8485, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-loader-quarter:before {
  content: "\eca2";
}

/* line 8486, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-location:before {
  content: "\eae0";
}

/* line 8487, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-location-bolt:before {
  content: "\fbaf";
}

/* line 8488, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-location-broken:before {
  content: "\f2c4";
}

/* line 8489, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-location-cancel:before {
  content: "\fbb0";
}

/* line 8490, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-location-check:before {
  content: "\fbb1";
}

/* line 8491, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-location-code:before {
  content: "\fbb2";
}

/* line 8492, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-location-cog:before {
  content: "\fbb3";
}

/* line 8493, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-location-discount:before {
  content: "\fbb4";
}

/* line 8494, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-location-dollar:before {
  content: "\fbb5";
}

/* line 8495, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-location-down:before {
  content: "\fbb6";
}

/* line 8496, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-location-exclamation:before {
  content: "\fbb7";
}

/* line 8497, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-location-filled:before {
  content: "\f67f";
}

/* line 8498, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-location-heart:before {
  content: "\fbb8";
}

/* line 8499, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-location-minus:before {
  content: "\fbb9";
}

/* line 8500, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-location-off:before {
  content: "\f155";
}

/* line 8501, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-location-pause:before {
  content: "\fbba";
}

/* line 8502, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-location-pin:before {
  content: "\fbbb";
}

/* line 8503, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-location-plus:before {
  content: "\fbbc";
}

/* line 8504, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-location-question:before {
  content: "\fbbd";
}

/* line 8505, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-location-search:before {
  content: "\fbbe";
}

/* line 8506, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-location-share:before {
  content: "\fbbf";
}

/* line 8507, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-location-star:before {
  content: "\fbc0";
}

/* line 8508, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-location-up:before {
  content: "\fbc1";
}

/* line 8509, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-location-x:before {
  content: "\fbc2";
}

/* line 8510, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-lock:before {
  content: "\eae2";
}

/* line 8511, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-lock-access:before {
  content: "\eeaa";
}

/* line 8512, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-lock-access-off:before {
  content: "\f404";
}

/* line 8513, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-lock-bolt:before {
  content: "\f924";
}

/* line 8514, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-lock-cancel:before {
  content: "\f925";
}

/* line 8515, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-lock-check:before {
  content: "\f926";
}

/* line 8516, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-lock-code:before {
  content: "\f927";
}

/* line 8517, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-lock-cog:before {
  content: "\f928";
}

/* line 8518, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-lock-dollar:before {
  content: "\f929";
}

/* line 8519, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-lock-down:before {
  content: "\f92a";
}

/* line 8520, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-lock-exclamation:before {
  content: "\f92b";
}

/* line 8521, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-lock-filled:before {
  content: "\fe15";
}

/* line 8522, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-lock-heart:before {
  content: "\f92c";
}

/* line 8523, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-lock-minus:before {
  content: "\f92d";
}

/* line 8524, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-lock-off:before {
  content: "\ed1e";
}

/* line 8525, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-lock-open:before {
  content: "\eae1";
}

/* line 8526, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-lock-open-2:before {
  content: "\fea8";
}

/* line 8527, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-lock-open-off:before {
  content: "\f156";
}

/* line 8528, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-lock-pause:before {
  content: "\f92e";
}

/* line 8529, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-lock-pin:before {
  content: "\f92f";
}

/* line 8530, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-lock-plus:before {
  content: "\f930";
}

/* line 8531, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-lock-question:before {
  content: "\f931";
}

/* line 8532, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-lock-search:before {
  content: "\f932";
}

/* line 8533, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-lock-share:before {
  content: "\f933";
}

/* line 8534, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-lock-square:before {
  content: "\ef51";
}

/* line 8535, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-lock-square-rounded:before {
  content: "\f636";
}

/* line 8536, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-lock-square-rounded-filled:before {
  content: "\f6da";
}

/* line 8537, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-lock-star:before {
  content: "\f934";
}

/* line 8538, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-lock-up:before {
  content: "\f935";
}

/* line 8539, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-lock-x:before {
  content: "\f936";
}

/* line 8540, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-logic-and:before {
  content: "\f240";
}

/* line 8541, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-logic-buffer:before {
  content: "\f241";
}

/* line 8542, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-logic-nand:before {
  content: "\f242";
}

/* line 8543, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-logic-nor:before {
  content: "\f243";
}

/* line 8544, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-logic-not:before {
  content: "\f244";
}

/* line 8545, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-logic-or:before {
  content: "\f245";
}

/* line 8546, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-logic-xnor:before {
  content: "\f246";
}

/* line 8547, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-logic-xor:before {
  content: "\f247";
}

/* line 8548, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-login:before {
  content: "\eba7";
}

/* line 8549, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-login-2:before {
  content: "\fc76";
}

/* line 8550, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-logout:before {
  content: "\eba8";
}

/* line 8551, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-logout-2:before {
  content: "\fa7e";
}

/* line 8552, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-logs:before {
  content: "\fea7";
}

/* line 8553, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-lollipop:before {
  content: "\efcc";
}

/* line 8554, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-lollipop-off:before {
  content: "\f157";
}

/* line 8555, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-luggage:before {
  content: "\efad";
}

/* line 8556, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-luggage-off:before {
  content: "\f158";
}

/* line 8557, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-lungs:before {
  content: "\ef62";
}

/* line 8558, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-lungs-filled:before {
  content: "\fe14";
}

/* line 8559, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-lungs-off:before {
  content: "\f405";
}

/* line 8560, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-macro:before {
  content: "\eeab";
}

/* line 8561, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-macro-filled:before {
  content: "\fe13";
}

/* line 8562, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-macro-off:before {
  content: "\f406";
}

/* line 8563, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-magnet:before {
  content: "\eae3";
}

/* line 8564, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-magnet-filled:before {
  content: "\fe12";
}

/* line 8565, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-magnet-off:before {
  content: "\f159";
}

/* line 8566, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-magnetic:before {
  content: "\fcb9";
}

/* line 8567, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mail:before {
  content: "\eae5";
}

/* line 8568, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mail-ai:before {
  content: "\fa31";
}

/* line 8569, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mail-bolt:before {
  content: "\f937";
}

/* line 8570, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mail-cancel:before {
  content: "\f938";
}

/* line 8571, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mail-check:before {
  content: "\f939";
}

/* line 8572, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mail-code:before {
  content: "\f93a";
}

/* line 8573, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mail-cog:before {
  content: "\f93b";
}

/* line 8574, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mail-dollar:before {
  content: "\f93c";
}

/* line 8575, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mail-down:before {
  content: "\f93d";
}

/* line 8576, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mail-exclamation:before {
  content: "\f93e";
}

/* line 8577, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mail-fast:before {
  content: "\f069";
}

/* line 8578, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mail-filled:before {
  content: "\fa47";
}

/* line 8579, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mail-forward:before {
  content: "\eeac";
}

/* line 8580, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mail-heart:before {
  content: "\f93f";
}

/* line 8581, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mail-minus:before {
  content: "\f940";
}

/* line 8582, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mail-off:before {
  content: "\f15a";
}

/* line 8583, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mail-opened:before {
  content: "\eae4";
}

/* line 8584, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mail-opened-filled:before {
  content: "\fa48";
}

/* line 8585, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mail-pause:before {
  content: "\f941";
}

/* line 8586, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mail-pin:before {
  content: "\f942";
}

/* line 8587, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mail-plus:before {
  content: "\f943";
}

/* line 8588, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mail-question:before {
  content: "\f944";
}

/* line 8589, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mail-search:before {
  content: "\f945";
}

/* line 8590, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mail-share:before {
  content: "\f946";
}

/* line 8591, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mail-star:before {
  content: "\f947";
}

/* line 8592, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mail-up:before {
  content: "\f948";
}

/* line 8593, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mail-x:before {
  content: "\f949";
}

/* line 8594, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mailbox:before {
  content: "\eead";
}

/* line 8595, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mailbox-off:before {
  content: "\f15b";
}

/* line 8596, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-man:before {
  content: "\eae6";
}

/* line 8597, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-man-filled:before {
  content: "\fe11";
}

/* line 8598, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-manual-gearbox:before {
  content: "\ed7b";
}

/* line 8599, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-manual-gearbox-filled:before {
  content: "\fe10";
}

/* line 8600, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-map:before {
  content: "\eae9";
}

/* line 8601, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-map-2:before {
  content: "\eae7";
}

/* line 8602, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-map-bolt:before {
  content: "\fbc3";
}

/* line 8603, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-map-cancel:before {
  content: "\fbc4";
}

/* line 8604, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-map-check:before {
  content: "\fbc5";
}

/* line 8605, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-map-code:before {
  content: "\fbc6";
}

/* line 8606, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-map-cog:before {
  content: "\fbc7";
}

/* line 8607, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-map-discount:before {
  content: "\fbc8";
}

/* line 8608, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-map-dollar:before {
  content: "\fbc9";
}

/* line 8609, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-map-down:before {
  content: "\fbca";
}

/* line 8610, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-map-east:before {
  content: "\fc5d";
}

/* line 8611, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-map-exclamation:before {
  content: "\fbcb";
}

/* line 8612, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-map-heart:before {
  content: "\fbcc";
}

/* line 8613, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-map-minus:before {
  content: "\fbcd";
}

/* line 8614, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-map-north:before {
  content: "\fc5e";
}

/* line 8615, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-map-off:before {
  content: "\f15c";
}

/* line 8616, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-map-pause:before {
  content: "\fbce";
}

/* line 8617, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-map-pin:before {
  content: "\eae8";
}

/* line 8618, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-map-pin-2:before {
  content: "\fc48";
}

/* line 8619, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-map-pin-bolt:before {
  content: "\f94a";
}

/* line 8620, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-map-pin-cancel:before {
  content: "\f94b";
}

/* line 8621, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-map-pin-check:before {
  content: "\f94c";
}

/* line 8622, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-map-pin-code:before {
  content: "\f94d";
}

/* line 8623, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-map-pin-cog:before {
  content: "\f94e";
}

/* line 8624, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-map-pin-dollar:before {
  content: "\f94f";
}

/* line 8625, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-map-pin-down:before {
  content: "\f950";
}

/* line 8626, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-map-pin-exclamation:before {
  content: "\f951";
}

/* line 8627, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-map-pin-filled:before {
  content: "\f680";
}

/* line 8628, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-map-pin-heart:before {
  content: "\f952";
}

/* line 8629, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-map-pin-minus:before {
  content: "\f953";
}

/* line 8630, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-map-pin-off:before {
  content: "\ecf3";
}

/* line 8631, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-map-pin-pause:before {
  content: "\f954";
}

/* line 8632, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-map-pin-pin:before {
  content: "\f955";
}

/* line 8633, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-map-pin-plus:before {
  content: "\f956";
}

/* line 8634, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-map-pin-question:before {
  content: "\f957";
}

/* line 8635, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-map-pin-search:before {
  content: "\f958";
}

/* line 8636, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-map-pin-share:before {
  content: "\f795";
}

/* line 8637, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-map-pin-star:before {
  content: "\f959";
}

/* line 8638, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-map-pin-up:before {
  content: "\f95a";
}

/* line 8639, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-map-pin-x:before {
  content: "\f95b";
}

/* line 8640, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-map-pins:before {
  content: "\ed5e";
}

/* line 8641, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-map-plus:before {
  content: "\fbcf";
}

/* line 8642, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-map-question:before {
  content: "\fbd0";
}

/* line 8643, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-map-route:before {
  content: "\fc79";
}

/* line 8644, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-map-search:before {
  content: "\ef82";
}

/* line 8645, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-map-share:before {
  content: "\fbd1";
}

/* line 8646, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-map-south:before {
  content: "\fc5f";
}

/* line 8647, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-map-star:before {
  content: "\fbd2";
}

/* line 8648, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-map-up:before {
  content: "\fbd3";
}

/* line 8649, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-map-west:before {
  content: "\fc60";
}

/* line 8650, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-map-x:before {
  content: "\fbd4";
}

/* line 8651, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-markdown:before {
  content: "\ec41";
}

/* line 8652, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-markdown-off:before {
  content: "\f407";
}

/* line 8653, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-marquee:before {
  content: "\ec77";
}

/* line 8654, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-marquee-2:before {
  content: "\eeae";
}

/* line 8655, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-marquee-off:before {
  content: "\f15d";
}

/* line 8656, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mars:before {
  content: "\ec80";
}

/* line 8657, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mask:before {
  content: "\eeb0";
}

/* line 8658, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mask-off:before {
  content: "\eeaf";
}

/* line 8659, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-masks-theater:before {
  content: "\f263";
}

/* line 8660, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-masks-theater-off:before {
  content: "\f408";
}

/* line 8661, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-massage:before {
  content: "\eeb1";
}

/* line 8662, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-matchstick:before {
  content: "\f577";
}

/* line 8663, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-math:before {
  content: "\ebeb";
}

/* line 8664, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-math-1-divide-2:before {
  content: "\f4e2";
}

/* line 8665, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-math-1-divide-3:before {
  content: "\f4e3";
}

/* line 8666, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-math-avg:before {
  content: "\f0f4";
}

/* line 8667, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-math-equal-greater:before {
  content: "\f4e4";
}

/* line 8668, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-math-equal-lower:before {
  content: "\f4e5";
}

/* line 8669, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-math-function:before {
  content: "\eeb2";
}

/* line 8670, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-math-function-off:before {
  content: "\f15e";
}

/* line 8671, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-math-function-y:before {
  content: "\f4e6";
}

/* line 8672, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-math-greater:before {
  content: "\f4e7";
}

/* line 8673, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-math-integral:before {
  content: "\f4e9";
}

/* line 8674, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-math-integral-x:before {
  content: "\f4e8";
}

/* line 8675, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-math-integrals:before {
  content: "\f4ea";
}

/* line 8676, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-math-lower:before {
  content: "\f4eb";
}

/* line 8677, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-math-max:before {
  content: "\f0f5";
}

/* line 8678, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-math-max-min:before {
  content: "\fda0";
}

/* line 8679, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-math-min:before {
  content: "\f0f6";
}

/* line 8680, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-math-not:before {
  content: "\f4ec";
}

/* line 8681, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-math-off:before {
  content: "\f409";
}

/* line 8682, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-math-pi:before {
  content: "\f4ee";
}

/* line 8683, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-math-pi-divide-2:before {
  content: "\f4ed";
}

/* line 8684, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-math-symbols:before {
  content: "\eeb3";
}

/* line 8685, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-math-x-divide-2:before {
  content: "\f4ef";
}

/* line 8686, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-math-x-divide-y:before {
  content: "\f4f1";
}

/* line 8687, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-math-x-divide-y-2:before {
  content: "\f4f0";
}

/* line 8688, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-math-x-minus-x:before {
  content: "\f4f2";
}

/* line 8689, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-math-x-minus-y:before {
  content: "\f4f3";
}

/* line 8690, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-math-x-plus-x:before {
  content: "\f4f4";
}

/* line 8691, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-math-x-plus-y:before {
  content: "\f4f5";
}

/* line 8692, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-math-xy:before {
  content: "\f4f6";
}

/* line 8693, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-math-y-minus-y:before {
  content: "\f4f7";
}

/* line 8694, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-math-y-plus-y:before {
  content: "\f4f8";
}

/* line 8695, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-maximize:before {
  content: "\eaea";
}

/* line 8696, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-maximize-off:before {
  content: "\f15f";
}

/* line 8697, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-meat:before {
  content: "\ef12";
}

/* line 8698, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-meat-off:before {
  content: "\f40a";
}

/* line 8699, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-medal:before {
  content: "\ec78";
}

/* line 8700, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-medal-2:before {
  content: "\efcd";
}

/* line 8701, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-medical-cross:before {
  content: "\ec2f";
}

/* line 8702, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-medical-cross-circle:before {
  content: "\fae8";
}

/* line 8703, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-medical-cross-filled:before {
  content: "\f681";
}

/* line 8704, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-medical-cross-off:before {
  content: "\f160";
}

/* line 8705, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-medicine-syrup:before {
  content: "\ef63";
}

/* line 8706, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-meeple:before {
  content: "\f514";
}

/* line 8707, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-melon:before {
  content: "\fc7a";
}

/* line 8708, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-menorah:before {
  content: "\f58c";
}

/* line 8709, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-menu:before {
  content: "\eaeb";
}

/* line 8710, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-menu-2:before {
  content: "\ec42";
}

/* line 8711, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-menu-deep:before {
  content: "\fafb";
}

/* line 8712, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-menu-order:before {
  content: "\f5f5";
}

/* line 8713, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-message:before {
  content: "\eaef";
}

/* line 8714, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-message-2:before {
  content: "\eaec";
}

/* line 8715, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-message-2-bolt:before {
  content: "\f95c";
}

/* line 8716, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-message-2-cancel:before {
  content: "\f95d";
}

/* line 8717, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-message-2-check:before {
  content: "\f95e";
}

/* line 8718, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-message-2-code:before {
  content: "\f012";
}

/* line 8719, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-message-2-cog:before {
  content: "\f95f";
}

/* line 8720, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-message-2-dollar:before {
  content: "\f960";
}

/* line 8721, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-message-2-down:before {
  content: "\f961";
}

/* line 8722, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-message-2-exclamation:before {
  content: "\f962";
}

/* line 8723, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-message-2-heart:before {
  content: "\f963";
}

/* line 8724, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-message-2-minus:before {
  content: "\f964";
}

/* line 8725, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-message-2-off:before {
  content: "\f40b";
}

/* line 8726, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-message-2-pause:before {
  content: "\f965";
}

/* line 8727, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-message-2-pin:before {
  content: "\f966";
}

/* line 8728, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-message-2-plus:before {
  content: "\f967";
}

/* line 8729, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-message-2-question:before {
  content: "\f968";
}

/* line 8730, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-message-2-search:before {
  content: "\f969";
}

/* line 8731, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-message-2-share:before {
  content: "\f077";
}

/* line 8732, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-message-2-star:before {
  content: "\f96a";
}

/* line 8733, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-message-2-up:before {
  content: "\f96b";
}

/* line 8734, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-message-2-x:before {
  content: "\f96c";
}

/* line 8735, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-message-bolt:before {
  content: "\f96d";
}

/* line 8736, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-message-cancel:before {
  content: "\f96e";
}

/* line 8737, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-message-chatbot:before {
  content: "\f38a";
}

/* line 8738, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-message-chatbot-filled:before {
  content: "\fed0";
}

/* line 8739, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-message-check:before {
  content: "\f96f";
}

/* line 8740, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-message-circle:before {
  content: "\eaed";
}

/* line 8741, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-message-circle-2:before {
  content: "\ed3f";
}

/* line 8742, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-message-circle-2-filled:before {
  content: "\f682";
}

/* line 8743, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-message-circle-bolt:before {
  content: "\f970";
}

/* line 8744, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-message-circle-cancel:before {
  content: "\f971";
}

/* line 8745, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-message-circle-check:before {
  content: "\f972";
}

/* line 8746, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-message-circle-code:before {
  content: "\f973";
}

/* line 8747, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-message-circle-cog:before {
  content: "\f974";
}

/* line 8748, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-message-circle-dollar:before {
  content: "\f975";
}

/* line 8749, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-message-circle-down:before {
  content: "\f976";
}

/* line 8750, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-message-circle-exclamation:before {
  content: "\f977";
}

/* line 8751, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-message-circle-filled:before {
  content: "\fecf";
}

/* line 8752, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-message-circle-heart:before {
  content: "\f978";
}

/* line 8753, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-message-circle-minus:before {
  content: "\f979";
}

/* line 8754, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-message-circle-off:before {
  content: "\ed40";
}

/* line 8755, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-message-circle-pause:before {
  content: "\f97a";
}

/* line 8756, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-message-circle-pin:before {
  content: "\f97b";
}

/* line 8757, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-message-circle-plus:before {
  content: "\f97c";
}

/* line 8758, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-message-circle-question:before {
  content: "\f97d";
}

/* line 8759, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-message-circle-search:before {
  content: "\f97e";
}

/* line 8760, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-message-circle-share:before {
  content: "\f97f";
}

/* line 8761, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-message-circle-star:before {
  content: "\f980";
}

/* line 8762, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-message-circle-up:before {
  content: "\f981";
}

/* line 8763, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-message-circle-user:before {
  content: "\fec5";
}

/* line 8764, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-message-circle-x:before {
  content: "\f982";
}

/* line 8765, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-message-code:before {
  content: "\f013";
}

/* line 8766, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-message-cog:before {
  content: "\f983";
}

/* line 8767, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-message-dollar:before {
  content: "\f984";
}

/* line 8768, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-message-dots:before {
  content: "\eaee";
}

/* line 8769, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-message-down:before {
  content: "\f985";
}

/* line 8770, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-message-exclamation:before {
  content: "\f986";
}

/* line 8771, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-message-filled:before {
  content: "\fecd";
}

/* line 8772, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-message-forward:before {
  content: "\f28f";
}

/* line 8773, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-message-heart:before {
  content: "\f987";
}

/* line 8774, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-message-language:before {
  content: "\efae";
}

/* line 8775, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-message-minus:before {
  content: "\f988";
}

/* line 8776, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-message-off:before {
  content: "\ed41";
}

/* line 8777, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-message-pause:before {
  content: "\f989";
}

/* line 8778, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-message-pin:before {
  content: "\f98a";
}

/* line 8779, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-message-plus:before {
  content: "\ec9a";
}

/* line 8780, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-message-question:before {
  content: "\f98b";
}

/* line 8781, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-message-reply:before {
  content: "\fd4d";
}

/* line 8782, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-message-report:before {
  content: "\ec9b";
}

/* line 8783, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-message-report-filled:before {
  content: "\fece";
}

/* line 8784, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-message-search:before {
  content: "\f98c";
}

/* line 8785, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-message-share:before {
  content: "\f078";
}

/* line 8786, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-message-star:before {
  content: "\f98d";
}

/* line 8787, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-message-up:before {
  content: "\f98e";
}

/* line 8788, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-message-user:before {
  content: "\fec4";
}

/* line 8789, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-message-x:before {
  content: "\f98f";
}

/* line 8790, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-messages:before {
  content: "\eb6c";
}

/* line 8791, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-messages-off:before {
  content: "\ed42";
}

/* line 8792, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-meteor:before {
  content: "\f1fd";
}

/* line 8793, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-meteor-off:before {
  content: "\f40c";
}

/* line 8794, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-meter-cube:before {
  content: "\fd7c";
}

/* line 8795, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-meter-square:before {
  content: "\fd7d";
}

/* line 8796, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-metronome:before {
  content: "\fd25";
}

/* line 8797, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-michelin-bib-gourmand:before {
  content: "\fae9";
}

/* line 8798, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-michelin-star:before {
  content: "\faeb";
}

/* line 8799, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-michelin-star-green:before {
  content: "\faea";
}

/* line 8800, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mickey:before {
  content: "\f2a3";
}

/* line 8801, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mickey-filled:before {
  content: "\f683";
}

/* line 8802, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-microphone:before {
  content: "\eaf0";
}

/* line 8803, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-microphone-2:before {
  content: "\ef2c";
}

/* line 8804, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-microphone-2-off:before {
  content: "\f40d";
}

/* line 8805, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-microphone-filled:before {
  content: "\fe0f";
}

/* line 8806, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-microphone-off:before {
  content: "\ed16";
}

/* line 8807, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-microscope:before {
  content: "\ef64";
}

/* line 8808, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-microscope-off:before {
  content: "\f40e";
}

/* line 8809, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-microwave:before {
  content: "\f248";
}

/* line 8810, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-microwave-filled:before {
  content: "\fe0e";
}

/* line 8811, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-microwave-off:before {
  content: "\f264";
}

/* line 8812, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-military-award:before {
  content: "\f079";
}

/* line 8813, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-military-rank:before {
  content: "\efcf";
}

/* line 8814, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-milk:before {
  content: "\ef13";
}

/* line 8815, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-milk-off:before {
  content: "\f40f";
}

/* line 8816, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-milkshake:before {
  content: "\f4c8";
}

/* line 8817, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-minimize:before {
  content: "\eaf1";
}

/* line 8818, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-minus:before {
  content: "\eaf2";
}

/* line 8819, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-minus-vertical:before {
  content: "\eeb4";
}

/* line 8820, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mist:before {
  content: "\ec30";
}

/* line 8821, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mist-off:before {
  content: "\f410";
}

/* line 8822, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mobiledata:before {
  content: "\f9f5";
}

/* line 8823, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mobiledata-off:before {
  content: "\f9f4";
}

/* line 8824, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-moneybag:before {
  content: "\f506";
}

/* line 8825, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-monkeybar:before {
  content: "\feb4";
}

/* line 8826, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mood-angry:before {
  content: "\f2de";
}

/* line 8827, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mood-annoyed:before {
  content: "\f2e0";
}

/* line 8828, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mood-annoyed-2:before {
  content: "\f2df";
}

/* line 8829, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mood-boy:before {
  content: "\ed2d";
}

/* line 8830, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mood-check:before {
  content: "\f7b3";
}

/* line 8831, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mood-cog:before {
  content: "\f7b4";
}

/* line 8832, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mood-confuzed:before {
  content: "\eaf3";
}

/* line 8833, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mood-confuzed-filled:before {
  content: "\f7f2";
}

/* line 8834, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mood-crazy-happy:before {
  content: "\ed90";
}

/* line 8835, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mood-cry:before {
  content: "\ecbb";
}

/* line 8836, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mood-dollar:before {
  content: "\f7b5";
}

/* line 8837, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mood-edit:before {
  content: "\fa05";
}

/* line 8838, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mood-empty:before {
  content: "\eeb5";
}

/* line 8839, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mood-empty-filled:before {
  content: "\f7f3";
}

/* line 8840, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mood-happy:before {
  content: "\eaf4";
}

/* line 8841, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mood-happy-filled:before {
  content: "\f7f4";
}

/* line 8842, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mood-heart:before {
  content: "\f7b6";
}

/* line 8843, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mood-kid:before {
  content: "\ec03";
}

/* line 8844, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mood-kid-filled:before {
  content: "\f7f5";
}

/* line 8845, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mood-look-down:before {
  content: "\fd37";
}

/* line 8846, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mood-look-left:before {
  content: "\f2c5";
}

/* line 8847, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mood-look-right:before {
  content: "\f2c6";
}

/* line 8848, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mood-look-up:before {
  content: "\fd38";
}

/* line 8849, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mood-minus:before {
  content: "\f7b7";
}

/* line 8850, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mood-nerd:before {
  content: "\f2e1";
}

/* line 8851, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mood-nervous:before {
  content: "\ef96";
}

/* line 8852, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mood-neutral:before {
  content: "\eaf5";
}

/* line 8853, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mood-neutral-filled:before {
  content: "\f7f6";
}

/* line 8854, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mood-off:before {
  content: "\f161";
}

/* line 8855, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mood-pin:before {
  content: "\f7b8";
}

/* line 8856, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mood-plus:before {
  content: "\f7b9";
}

/* line 8857, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mood-puzzled:before {
  content: "\fd39";
}

/* line 8858, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mood-sad:before {
  content: "\eaf6";
}

/* line 8859, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mood-sad-2:before {
  content: "\f2e2";
}

/* line 8860, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mood-sad-dizzy:before {
  content: "\f2e3";
}

/* line 8861, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mood-sad-filled:before {
  content: "\f7f7";
}

/* line 8862, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mood-sad-squint:before {
  content: "\f2e4";
}

/* line 8863, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mood-search:before {
  content: "\f7ba";
}

/* line 8864, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mood-share:before {
  content: "\fa06";
}

/* line 8865, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mood-sick:before {
  content: "\f2e5";
}

/* line 8866, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mood-silence:before {
  content: "\f2e6";
}

/* line 8867, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mood-sing:before {
  content: "\f2c7";
}

/* line 8868, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mood-smile:before {
  content: "\eaf7";
}

/* line 8869, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mood-smile-beam:before {
  content: "\f2e7";
}

/* line 8870, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mood-smile-dizzy:before {
  content: "\f2e8";
}

/* line 8871, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mood-smile-filled:before {
  content: "\f7f8";
}

/* line 8872, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mood-suprised:before {
  content: "\ec04";
}

/* line 8873, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mood-tongue:before {
  content: "\eb95";
}

/* line 8874, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mood-tongue-wink:before {
  content: "\f2ea";
}

/* line 8875, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mood-tongue-wink-2:before {
  content: "\f2e9";
}

/* line 8876, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mood-unamused:before {
  content: "\f2eb";
}

/* line 8877, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mood-up:before {
  content: "\f7bb";
}

/* line 8878, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mood-wink:before {
  content: "\f2ed";
}

/* line 8879, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mood-wink-2:before {
  content: "\f2ec";
}

/* line 8880, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mood-wrrr:before {
  content: "\f2ee";
}

/* line 8881, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mood-x:before {
  content: "\f7bc";
}

/* line 8882, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mood-xd:before {
  content: "\f2ef";
}

/* line 8883, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-moon:before {
  content: "\eaf8";
}

/* line 8884, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-moon-2:before {
  content: "\ece6";
}

/* line 8885, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-moon-filled:before {
  content: "\f684";
}

/* line 8886, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-moon-off:before {
  content: "\f162";
}

/* line 8887, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-moon-stars:before {
  content: "\ece7";
}

/* line 8888, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-moped:before {
  content: "\ecbc";
}

/* line 8889, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-motorbike:before {
  content: "\eeb6";
}

/* line 8890, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mountain:before {
  content: "\ef97";
}

/* line 8891, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mountain-off:before {
  content: "\f411";
}

/* line 8892, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mouse:before {
  content: "\eaf9";
}

/* line 8893, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mouse-2:before {
  content: "\f1d7";
}

/* line 8894, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mouse-filled:before {
  content: "\fb2f";
}

/* line 8895, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mouse-off:before {
  content: "\f163";
}

/* line 8896, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-moustache:before {
  content: "\f4c9";
}

/* line 8897, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-movie:before {
  content: "\eafa";
}

/* line 8898, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-movie-off:before {
  content: "\f164";
}

/* line 8899, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mug:before {
  content: "\eafb";
}

/* line 8900, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mug-off:before {
  content: "\f165";
}

/* line 8901, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-multiplier-0-5x:before {
  content: "\ef41";
}

/* line 8902, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-multiplier-1-5x:before {
  content: "\ef42";
}

/* line 8903, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-multiplier-1x:before {
  content: "\ef43";
}

/* line 8904, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-multiplier-2x:before {
  content: "\ef44";
}

/* line 8905, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mushroom:before {
  content: "\ef14";
}

/* line 8906, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mushroom-filled:before {
  content: "\f7f9";
}

/* line 8907, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-mushroom-off:before {
  content: "\f412";
}

/* line 8908, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-music:before {
  content: "\eafc";
}

/* line 8909, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-music-bolt:before {
  content: "\fbd5";
}

/* line 8910, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-music-cancel:before {
  content: "\fbd6";
}

/* line 8911, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-music-check:before {
  content: "\fbd7";
}

/* line 8912, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-music-code:before {
  content: "\fbd8";
}

/* line 8913, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-music-cog:before {
  content: "\fbd9";
}

/* line 8914, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-music-discount:before {
  content: "\fbda";
}

/* line 8915, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-music-dollar:before {
  content: "\fbdb";
}

/* line 8916, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-music-down:before {
  content: "\fbdc";
}

/* line 8917, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-music-exclamation:before {
  content: "\fbdd";
}

/* line 8918, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-music-heart:before {
  content: "\fbde";
}

/* line 8919, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-music-minus:before {
  content: "\fbdf";
}

/* line 8920, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-music-off:before {
  content: "\f166";
}

/* line 8921, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-music-pause:before {
  content: "\fbe0";
}

/* line 8922, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-music-pin:before {
  content: "\fbe1";
}

/* line 8923, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-music-plus:before {
  content: "\fbe2";
}

/* line 8924, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-music-question:before {
  content: "\fbe3";
}

/* line 8925, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-music-search:before {
  content: "\fbe4";
}

/* line 8926, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-music-share:before {
  content: "\fbe5";
}

/* line 8927, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-music-star:before {
  content: "\fbe6";
}

/* line 8928, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-music-up:before {
  content: "\fbe7";
}

/* line 8929, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-music-x:before {
  content: "\fbe8";
}

/* line 8930, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-navigation:before {
  content: "\f2c8";
}

/* line 8931, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-navigation-bolt:before {
  content: "\fbe9";
}

/* line 8932, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-navigation-cancel:before {
  content: "\fbea";
}

/* line 8933, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-navigation-check:before {
  content: "\fbeb";
}

/* line 8934, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-navigation-code:before {
  content: "\fbec";
}

/* line 8935, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-navigation-cog:before {
  content: "\fbed";
}

/* line 8936, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-navigation-discount:before {
  content: "\fbee";
}

/* line 8937, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-navigation-dollar:before {
  content: "\fbef";
}

/* line 8938, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-navigation-down:before {
  content: "\fbf0";
}

/* line 8939, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-navigation-east:before {
  content: "\fcba";
}

/* line 8940, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-navigation-exclamation:before {
  content: "\fbf1";
}

/* line 8941, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-navigation-filled:before {
  content: "\f685";
}

/* line 8942, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-navigation-heart:before {
  content: "\fbf2";
}

/* line 8943, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-navigation-minus:before {
  content: "\fbf3";
}

/* line 8944, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-navigation-north:before {
  content: "\fcbb";
}

/* line 8945, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-navigation-off:before {
  content: "\f413";
}

/* line 8946, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-navigation-pause:before {
  content: "\fbf4";
}

/* line 8947, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-navigation-pin:before {
  content: "\fbf5";
}

/* line 8948, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-navigation-plus:before {
  content: "\fbf6";
}

/* line 8949, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-navigation-question:before {
  content: "\fbf7";
}

/* line 8950, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-navigation-search:before {
  content: "\fbf8";
}

/* line 8951, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-navigation-share:before {
  content: "\fbf9";
}

/* line 8952, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-navigation-south:before {
  content: "\fcbc";
}

/* line 8953, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-navigation-star:before {
  content: "\fbfa";
}

/* line 8954, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-navigation-top:before {
  content: "\faec";
}

/* line 8955, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-navigation-up:before {
  content: "\fbfb";
}

/* line 8956, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-navigation-west:before {
  content: "\fcbd";
}

/* line 8957, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-navigation-x:before {
  content: "\fbfc";
}

/* line 8958, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-needle:before {
  content: "\f508";
}

/* line 8959, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-needle-thread:before {
  content: "\f507";
}

/* line 8960, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-network:before {
  content: "\f09f";
}

/* line 8961, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-network-off:before {
  content: "\f414";
}

/* line 8962, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-new-section:before {
  content: "\ebc1";
}

/* line 8963, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-news:before {
  content: "\eafd";
}

/* line 8964, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-news-off:before {
  content: "\f167";
}

/* line 8965, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-nfc:before {
  content: "\eeb7";
}

/* line 8966, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-nfc-off:before {
  content: "\f168";
}

/* line 8967, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-no-copyright:before {
  content: "\efb9";
}

/* line 8968, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-no-creative-commons:before {
  content: "\efba";
}

/* line 8969, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-no-derivatives:before {
  content: "\efbb";
}

/* line 8970, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-north-star:before {
  content: "\f014";
}

/* line 8971, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-note:before {
  content: "\eb6d";
}

/* line 8972, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-note-off:before {
  content: "\f169";
}

/* line 8973, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-notebook:before {
  content: "\eb96";
}

/* line 8974, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-notebook-off:before {
  content: "\f415";
}

/* line 8975, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-notes:before {
  content: "\eb6e";
}

/* line 8976, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-notes-off:before {
  content: "\f16a";
}

/* line 8977, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-notification:before {
  content: "\eafe";
}

/* line 8978, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-notification-off:before {
  content: "\f16b";
}

/* line 8979, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-number:before {
  content: "\f1fe";
}

/* line 8980, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-number-0:before {
  content: "\edf0";
}

/* line 8981, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-number-0-small:before {
  content: "\fce1";
}

/* line 8982, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-number-1:before {
  content: "\edf1";
}

/* line 8983, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-number-1-small:before {
  content: "\fce2";
}

/* line 8984, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-number-10-small:before {
  content: "\fce3";
}

/* line 8985, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-number-11-small:before {
  content: "\fce4";
}

/* line 8986, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-number-12-small:before {
  content: "\fce5";
}

/* line 8987, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-number-123:before {
  content: "\f554";
}

/* line 8988, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-number-13-small:before {
  content: "\fce6";
}

/* line 8989, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-number-14-small:before {
  content: "\fce7";
}

/* line 8990, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-number-15-small:before {
  content: "\fce8";
}

/* line 8991, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-number-16-small:before {
  content: "\fce9";
}

/* line 8992, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-number-17-small:before {
  content: "\fcea";
}

/* line 8993, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-number-18-small:before {
  content: "\fceb";
}

/* line 8994, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-number-19-small:before {
  content: "\fcec";
}

/* line 8995, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-number-2:before {
  content: "\edf2";
}

/* line 8996, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-number-2-small:before {
  content: "\fced";
}

/* line 8997, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-number-20-small:before {
  content: "\fcee";
}

/* line 8998, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-number-21-small:before {
  content: "\fcef";
}

/* line 8999, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-number-22-small:before {
  content: "\fcf0";
}

/* line 9000, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-number-23-small:before {
  content: "\fcf1";
}

/* line 9001, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-number-24-small:before {
  content: "\fcf2";
}

/* line 9002, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-number-25-small:before {
  content: "\fcf3";
}

/* line 9003, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-number-26-small:before {
  content: "\fcf4";
}

/* line 9004, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-number-27-small:before {
  content: "\fcf5";
}

/* line 9005, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-number-28-small:before {
  content: "\fcf6";
}

/* line 9006, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-number-29-small:before {
  content: "\fcf7";
}

/* line 9007, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-number-3:before {
  content: "\edf3";
}

/* line 9008, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-number-3-small:before {
  content: "\fcf8";
}

/* line 9009, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-number-4:before {
  content: "\edf4";
}

/* line 9010, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-number-4-small:before {
  content: "\fcf9";
}

/* line 9011, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-number-5:before {
  content: "\edf5";
}

/* line 9012, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-number-5-small:before {
  content: "\fcfa";
}

/* line 9013, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-number-6:before {
  content: "\edf6";
}

/* line 9014, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-number-6-small:before {
  content: "\fcfb";
}

/* line 9015, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-number-7:before {
  content: "\edf7";
}

/* line 9016, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-number-7-small:before {
  content: "\fcfc";
}

/* line 9017, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-number-8:before {
  content: "\edf8";
}

/* line 9018, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-number-8-small:before {
  content: "\fcfd";
}

/* line 9019, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-number-9:before {
  content: "\edf9";
}

/* line 9020, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-number-9-small:before {
  content: "\fcfe";
}

/* line 9021, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-numbers:before {
  content: "\f015";
}

/* line 9022, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-nurse:before {
  content: "\ef65";
}

/* line 9023, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-nut:before {
  content: "\fc61";
}

/* line 9024, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-octagon:before {
  content: "\ecbd";
}

/* line 9025, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-octagon-filled:before {
  content: "\f686";
}

/* line 9026, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-octagon-minus:before {
  content: "\fc92";
}

/* line 9027, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-octagon-minus-2:before {
  content: "\fc91";
}

/* line 9028, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-octagon-off:before {
  content: "\eeb8";
}

/* line 9029, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-octagon-plus:before {
  content: "\fc94";
}

/* line 9030, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-octagon-plus-2:before {
  content: "\fc93";
}

/* line 9031, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-octahedron:before {
  content: "\faae";
}

/* line 9032, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-octahedron-off:before {
  content: "\faac";
}

/* line 9033, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-octahedron-plus:before {
  content: "\faad";
}

/* line 9034, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-old:before {
  content: "\eeb9";
}

/* line 9035, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-olympics:before {
  content: "\eeba";
}

/* line 9036, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-olympics-off:before {
  content: "\f416";
}

/* line 9037, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-om:before {
  content: "\f58d";
}

/* line 9038, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-omega:before {
  content: "\eb97";
}

/* line 9039, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-outbound:before {
  content: "\f249";
}

/* line 9040, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-outlet:before {
  content: "\ebd7";
}

/* line 9041, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-oval:before {
  content: "\f02e";
}

/* line 9042, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-oval-filled:before {
  content: "\f687";
}

/* line 9043, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-oval-vertical:before {
  content: "\f02d";
}

/* line 9044, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-oval-vertical-filled:before {
  content: "\f688";
}

/* line 9045, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-overline:before {
  content: "\eebb";
}

/* line 9046, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-package:before {
  content: "\eaff";
}

/* line 9047, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-package-export:before {
  content: "\f07a";
}

/* line 9048, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-package-import:before {
  content: "\f07b";
}

/* line 9049, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-package-off:before {
  content: "\f16c";
}

/* line 9050, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-packages:before {
  content: "\f2c9";
}

/* line 9051, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pacman:before {
  content: "\eebc";
}

/* line 9052, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-page-break:before {
  content: "\ec81";
}

/* line 9053, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-paint:before {
  content: "\eb00";
}

/* line 9054, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-paint-filled:before {
  content: "\f75f";
}

/* line 9055, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-paint-off:before {
  content: "\f16d";
}

/* line 9056, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-palette:before {
  content: "\eb01";
}

/* line 9057, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-palette-off:before {
  content: "\f16e";
}

/* line 9058, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-panorama-horizontal:before {
  content: "\ed33";
}

/* line 9059, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-panorama-horizontal-filled:before {
  content: "\fecc";
}

/* line 9060, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-panorama-horizontal-off:before {
  content: "\f417";
}

/* line 9061, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-panorama-vertical:before {
  content: "\ed34";
}

/* line 9062, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-panorama-vertical-filled:before {
  content: "\fecb";
}

/* line 9063, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-panorama-vertical-off:before {
  content: "\f418";
}

/* line 9064, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-paper-bag:before {
  content: "\f02f";
}

/* line 9065, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-paper-bag-off:before {
  content: "\f16f";
}

/* line 9066, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-paperclip:before {
  content: "\eb02";
}

/* line 9067, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-parachute:before {
  content: "\ed7c";
}

/* line 9068, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-parachute-off:before {
  content: "\f170";
}

/* line 9069, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-parentheses:before {
  content: "\ebd8";
}

/* line 9070, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-parentheses-off:before {
  content: "\f171";
}

/* line 9071, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-parking:before {
  content: "\eb03";
}

/* line 9072, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-parking-circle:before {
  content: "\fd5a";
}

/* line 9073, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-parking-circle-filled:before {
  content: "\feca";
}

/* line 9074, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-parking-off:before {
  content: "\f172";
}

/* line 9075, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-password:before {
  content: "\f4ca";
}

/* line 9076, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-password-fingerprint:before {
  content: "\fc7b";
}

/* line 9077, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-password-mobile-phone:before {
  content: "\fc7c";
}

/* line 9078, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-password-user:before {
  content: "\fc7d";
}

/* line 9079, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-paw:before {
  content: "\eff9";
}

/* line 9080, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-paw-filled:before {
  content: "\f689";
}

/* line 9081, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-paw-off:before {
  content: "\f419";
}

/* line 9082, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-paywall:before {
  content: "\fd7e";
}

/* line 9083, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pdf:before {
  content: "\f7ac";
}

/* line 9084, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-peace:before {
  content: "\ecbe";
}

/* line 9085, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pencil:before {
  content: "\eb04";
}

/* line 9086, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pencil-bolt:before {
  content: "\fbfd";
}

/* line 9087, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pencil-cancel:before {
  content: "\fbfe";
}

/* line 9088, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pencil-check:before {
  content: "\fbff";
}

/* line 9089, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pencil-code:before {
  content: "\fc00";
}

/* line 9090, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pencil-cog:before {
  content: "\fc01";
}

/* line 9091, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pencil-discount:before {
  content: "\fc02";
}

/* line 9092, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pencil-dollar:before {
  content: "\fc03";
}

/* line 9093, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pencil-down:before {
  content: "\fc04";
}

/* line 9094, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pencil-exclamation:before {
  content: "\fc05";
}

/* line 9095, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pencil-heart:before {
  content: "\fc06";
}

/* line 9096, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pencil-minus:before {
  content: "\f1eb";
}

/* line 9097, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pencil-off:before {
  content: "\f173";
}

/* line 9098, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pencil-pause:before {
  content: "\fc07";
}

/* line 9099, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pencil-pin:before {
  content: "\fc08";
}

/* line 9100, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pencil-plus:before {
  content: "\f1ec";
}

/* line 9101, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pencil-question:before {
  content: "\fc09";
}

/* line 9102, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pencil-search:before {
  content: "\fc0a";
}

/* line 9103, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pencil-share:before {
  content: "\fc0b";
}

/* line 9104, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pencil-star:before {
  content: "\fc0c";
}

/* line 9105, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pencil-up:before {
  content: "\fc0d";
}

/* line 9106, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pencil-x:before {
  content: "\fc0e";
}

/* line 9107, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pennant:before {
  content: "\ed7d";
}

/* line 9108, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pennant-2:before {
  content: "\f06a";
}

/* line 9109, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pennant-2-filled:before {
  content: "\f68a";
}

/* line 9110, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pennant-filled:before {
  content: "\f68b";
}

/* line 9111, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pennant-off:before {
  content: "\f174";
}

/* line 9112, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pentagon:before {
  content: "\efe3";
}

/* line 9113, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pentagon-filled:before {
  content: "\f68c";
}

/* line 9114, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pentagon-minus:before {
  content: "\feb3";
}

/* line 9115, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pentagon-number-0:before {
  content: "\fc7e";
}

/* line 9116, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pentagon-number-1:before {
  content: "\fc7f";
}

/* line 9117, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pentagon-number-2:before {
  content: "\fc80";
}

/* line 9118, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pentagon-number-3:before {
  content: "\fc81";
}

/* line 9119, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pentagon-number-4:before {
  content: "\fc82";
}

/* line 9120, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pentagon-number-5:before {
  content: "\fc83";
}

/* line 9121, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pentagon-number-6:before {
  content: "\fc84";
}

/* line 9122, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pentagon-number-7:before {
  content: "\fc85";
}

/* line 9123, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pentagon-number-8:before {
  content: "\fc86";
}

/* line 9124, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pentagon-number-9:before {
  content: "\fc87";
}

/* line 9125, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pentagon-off:before {
  content: "\f41a";
}

/* line 9126, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pentagon-plus:before {
  content: "\fc49";
}

/* line 9127, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pentagon-x:before {
  content: "\fc88";
}

/* line 9128, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pentagram:before {
  content: "\f586";
}

/* line 9129, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pepper:before {
  content: "\ef15";
}

/* line 9130, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pepper-off:before {
  content: "\f175";
}

/* line 9131, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-percentage:before {
  content: "\ecf4";
}

/* line 9132, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-percentage-0:before {
  content: "\fee5";
}

/* line 9133, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-percentage-10:before {
  content: "\fee4";
}

/* line 9134, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-percentage-100:before {
  content: "\fee3";
}

/* line 9135, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-percentage-20:before {
  content: "\fee2";
}

/* line 9136, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-percentage-25:before {
  content: "\fee1";
}

/* line 9137, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-percentage-30:before {
  content: "\fee0";
}

/* line 9138, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-percentage-33:before {
  content: "\fedf";
}

/* line 9139, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-percentage-40:before {
  content: "\fede";
}

/* line 9140, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-percentage-50:before {
  content: "\fedd";
}

/* line 9141, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-percentage-60:before {
  content: "\fedc";
}

/* line 9142, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-percentage-66:before {
  content: "\fedb";
}

/* line 9143, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-percentage-70:before {
  content: "\feda";
}

/* line 9144, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-percentage-75:before {
  content: "\fed9";
}

/* line 9145, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-percentage-80:before {
  content: "\fed8";
}

/* line 9146, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-percentage-90:before {
  content: "\fed7";
}

/* line 9147, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-perfume:before {
  content: "\f509";
}

/* line 9148, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-perspective:before {
  content: "\eebd";
}

/* line 9149, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-perspective-off:before {
  content: "\f176";
}

/* line 9150, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-phone:before {
  content: "\eb09";
}

/* line 9151, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-phone-call:before {
  content: "\eb05";
}

/* line 9152, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-phone-calling:before {
  content: "\ec43";
}

/* line 9153, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-phone-check:before {
  content: "\ec05";
}

/* line 9154, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-phone-filled:before {
  content: "\fa49";
}

/* line 9155, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-phone-incoming:before {
  content: "\eb06";
}

/* line 9156, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-phone-off:before {
  content: "\ecf5";
}

/* line 9157, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-phone-outgoing:before {
  content: "\eb07";
}

/* line 9158, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-phone-pause:before {
  content: "\eb08";
}

/* line 9159, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-phone-plus:before {
  content: "\ec06";
}

/* line 9160, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-phone-x:before {
  content: "\ec07";
}

/* line 9161, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-photo:before {
  content: "\eb0a";
}

/* line 9162, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-photo-ai:before {
  content: "\fa32";
}

/* line 9163, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-photo-bolt:before {
  content: "\f990";
}

/* line 9164, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-photo-cancel:before {
  content: "\f35d";
}

/* line 9165, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-photo-check:before {
  content: "\f35e";
}

/* line 9166, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-photo-circle:before {
  content: "\fc4a";
}

/* line 9167, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-photo-circle-minus:before {
  content: "\fc62";
}

/* line 9168, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-photo-circle-plus:before {
  content: "\fc63";
}

/* line 9169, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-photo-code:before {
  content: "\f991";
}

/* line 9170, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-photo-cog:before {
  content: "\f992";
}

/* line 9171, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-photo-dollar:before {
  content: "\f993";
}

/* line 9172, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-photo-down:before {
  content: "\f35f";
}

/* line 9173, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-photo-edit:before {
  content: "\f360";
}

/* line 9174, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-photo-exclamation:before {
  content: "\f994";
}

/* line 9175, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-photo-filled:before {
  content: "\fa4a";
}

/* line 9176, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-photo-heart:before {
  content: "\f361";
}

/* line 9177, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-photo-hexagon:before {
  content: "\fc4b";
}

/* line 9178, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-photo-minus:before {
  content: "\f362";
}

/* line 9179, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-photo-off:before {
  content: "\ecf6";
}

/* line 9180, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-photo-pause:before {
  content: "\f995";
}

/* line 9181, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-photo-pentagon:before {
  content: "\fc4c";
}

/* line 9182, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-photo-pin:before {
  content: "\f996";
}

/* line 9183, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-photo-plus:before {
  content: "\f363";
}

/* line 9184, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-photo-question:before {
  content: "\f997";
}

/* line 9185, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-photo-scan:before {
  content: "\fca8";
}

/* line 9186, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-photo-search:before {
  content: "\f364";
}

/* line 9187, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-photo-sensor:before {
  content: "\f798";
}

/* line 9188, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-photo-sensor-2:before {
  content: "\f796";
}

/* line 9189, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-photo-sensor-3:before {
  content: "\f797";
}

/* line 9190, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-photo-share:before {
  content: "\f998";
}

/* line 9191, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-photo-shield:before {
  content: "\f365";
}

/* line 9192, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-photo-square-rounded:before {
  content: "\fc4d";
}

/* line 9193, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-photo-star:before {
  content: "\f366";
}

/* line 9194, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-photo-up:before {
  content: "\f38b";
}

/* line 9195, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-photo-video:before {
  content: "\fc95";
}

/* line 9196, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-photo-x:before {
  content: "\f367";
}

/* line 9197, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-physotherapist:before {
  content: "\eebe";
}

/* line 9198, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-piano:before {
  content: "\fad3";
}

/* line 9199, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pick:before {
  content: "\fafc";
}

/* line 9200, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-picnic-table:before {
  content: "\fed6";
}

/* line 9201, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-picture-in-picture:before {
  content: "\ed35";
}

/* line 9202, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-picture-in-picture-filled:before {
  content: "\fec1";
}

/* line 9203, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-picture-in-picture-off:before {
  content: "\ed43";
}

/* line 9204, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-picture-in-picture-on:before {
  content: "\ed44";
}

/* line 9205, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-picture-in-picture-top:before {
  content: "\efe4";
}

/* line 9206, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-picture-in-picture-top-filled:before {
  content: "\fec2";
}

/* line 9207, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pig:before {
  content: "\ef52";
}

/* line 9208, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pig-money:before {
  content: "\f38c";
}

/* line 9209, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pig-off:before {
  content: "\f177";
}

/* line 9210, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pilcrow:before {
  content: "\f5f6";
}

/* line 9211, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pilcrow-left:before {
  content: "\fd7f";
}

/* line 9212, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pilcrow-right:before {
  content: "\fd80";
}

/* line 9213, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pill:before {
  content: "\ec44";
}

/* line 9214, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pill-off:before {
  content: "\f178";
}

/* line 9215, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pills:before {
  content: "\ef66";
}

/* line 9216, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pin:before {
  content: "\ec9c";
}

/* line 9217, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pin-end:before {
  content: "\fd5b";
}

/* line 9218, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pin-filled:before {
  content: "\f68d";
}

/* line 9219, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pin-invoke:before {
  content: "\fd5c";
}

/* line 9220, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-ping-pong:before {
  content: "\f38d";
}

/* line 9221, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pinned:before {
  content: "\ed60";
}

/* line 9222, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pinned-filled:before {
  content: "\f68e";
}

/* line 9223, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pinned-off:before {
  content: "\ed5f";
}

/* line 9224, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pizza:before {
  content: "\edbb";
}

/* line 9225, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pizza-off:before {
  content: "\f179";
}

/* line 9226, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-placeholder:before {
  content: "\f626";
}

/* line 9227, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-plane:before {
  content: "\eb6f";
}

/* line 9228, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-plane-arrival:before {
  content: "\eb99";
}

/* line 9229, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-plane-departure:before {
  content: "\eb9a";
}

/* line 9230, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-plane-inflight:before {
  content: "\ef98";
}

/* line 9231, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-plane-off:before {
  content: "\f17a";
}

/* line 9232, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-plane-tilt:before {
  content: "\f1ed";
}

/* line 9233, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-planet:before {
  content: "\ec08";
}

/* line 9234, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-planet-off:before {
  content: "\f17b";
}

/* line 9235, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-plant:before {
  content: "\ed50";
}

/* line 9236, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-plant-2:before {
  content: "\ed7e";
}

/* line 9237, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-plant-2-off:before {
  content: "\f17c";
}

/* line 9238, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-plant-off:before {
  content: "\f17d";
}

/* line 9239, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-play-basketball:before {
  content: "\fa66";
}

/* line 9240, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-play-card:before {
  content: "\eebf";
}

/* line 9241, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-play-card-off:before {
  content: "\f17e";
}

/* line 9242, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-play-football:before {
  content: "\fa67";
}

/* line 9243, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-play-handball:before {
  content: "\fa68";
}

/* line 9244, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-play-volleyball:before {
  content: "\fa69";
}

/* line 9245, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-player-eject:before {
  content: "\efbc";
}

/* line 9246, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-player-eject-filled:before {
  content: "\f68f";
}

/* line 9247, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-player-pause:before {
  content: "\ed45";
}

/* line 9248, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-player-pause-filled:before {
  content: "\f690";
}

/* line 9249, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-player-play:before {
  content: "\ed46";
}

/* line 9250, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-player-play-filled:before {
  content: "\f691";
}

/* line 9251, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-player-record:before {
  content: "\ed47";
}

/* line 9252, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-player-record-filled:before {
  content: "\f692";
}

/* line 9253, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-player-skip-back:before {
  content: "\ed48";
}

/* line 9254, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-player-skip-back-filled:before {
  content: "\f693";
}

/* line 9255, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-player-skip-forward:before {
  content: "\ed49";
}

/* line 9256, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-player-skip-forward-filled:before {
  content: "\f694";
}

/* line 9257, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-player-stop:before {
  content: "\ed4a";
}

/* line 9258, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-player-stop-filled:before {
  content: "\f695";
}

/* line 9259, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-player-track-next:before {
  content: "\ed4b";
}

/* line 9260, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-player-track-next-filled:before {
  content: "\f696";
}

/* line 9261, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-player-track-prev:before {
  content: "\ed4c";
}

/* line 9262, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-player-track-prev-filled:before {
  content: "\f697";
}

/* line 9263, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-playlist:before {
  content: "\eec0";
}

/* line 9264, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-playlist-add:before {
  content: "\f008";
}

/* line 9265, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-playlist-off:before {
  content: "\f17f";
}

/* line 9266, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-playlist-x:before {
  content: "\f009";
}

/* line 9267, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-playstation-circle:before {
  content: "\f2ad";
}

/* line 9268, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-playstation-square:before {
  content: "\f2ae";
}

/* line 9269, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-playstation-triangle:before {
  content: "\f2af";
}

/* line 9270, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-playstation-x:before {
  content: "\f2b0";
}

/* line 9271, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-plug:before {
  content: "\ebd9";
}

/* line 9272, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-plug-connected:before {
  content: "\f00a";
}

/* line 9273, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-plug-connected-x:before {
  content: "\f0a0";
}

/* line 9274, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-plug-off:before {
  content: "\f180";
}

/* line 9275, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-plug-x:before {
  content: "\f0a1";
}

/* line 9276, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-plus:before {
  content: "\eb0b";
}

/* line 9277, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-plus-equal:before {
  content: "\f7ad";
}

/* line 9278, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-plus-minus:before {
  content: "\f7ae";
}

/* line 9279, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-png:before {
  content: "\f3ad";
}

/* line 9280, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-podium:before {
  content: "\f1d8";
}

/* line 9281, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-podium-off:before {
  content: "\f41b";
}

/* line 9282, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-point:before {
  content: "\eb0c";
}

/* line 9283, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-point-filled:before {
  content: "\f698";
}

/* line 9284, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-point-off:before {
  content: "\f181";
}

/* line 9285, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pointer:before {
  content: "\f265";
}

/* line 9286, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pointer-bolt:before {
  content: "\f999";
}

/* line 9287, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pointer-cancel:before {
  content: "\f99a";
}

/* line 9288, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pointer-check:before {
  content: "\f99b";
}

/* line 9289, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pointer-code:before {
  content: "\f99c";
}

/* line 9290, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pointer-cog:before {
  content: "\f99d";
}

/* line 9291, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pointer-dollar:before {
  content: "\f99e";
}

/* line 9292, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pointer-down:before {
  content: "\f99f";
}

/* line 9293, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pointer-exclamation:before {
  content: "\f9a0";
}

/* line 9294, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pointer-filled:before {
  content: "\fb30";
}

/* line 9295, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pointer-heart:before {
  content: "\f9a1";
}

/* line 9296, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pointer-minus:before {
  content: "\f9a2";
}

/* line 9297, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pointer-off:before {
  content: "\f9a3";
}

/* line 9298, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pointer-pause:before {
  content: "\f9a4";
}

/* line 9299, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pointer-pin:before {
  content: "\f9a5";
}

/* line 9300, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pointer-plus:before {
  content: "\f9a6";
}

/* line 9301, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pointer-question:before {
  content: "\f9a7";
}

/* line 9302, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pointer-search:before {
  content: "\f9a8";
}

/* line 9303, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pointer-share:before {
  content: "\f9a9";
}

/* line 9304, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pointer-star:before {
  content: "\f9aa";
}

/* line 9305, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pointer-up:before {
  content: "\f9ab";
}

/* line 9306, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pointer-x:before {
  content: "\f9ac";
}

/* line 9307, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pokeball:before {
  content: "\eec1";
}

/* line 9308, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pokeball-off:before {
  content: "\f41c";
}

/* line 9309, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-poker-chip:before {
  content: "\f515";
}

/* line 9310, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-polaroid:before {
  content: "\eec2";
}

/* line 9311, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-polaroid-filled:before {
  content: "\fa4b";
}

/* line 9312, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-polygon:before {
  content: "\efd0";
}

/* line 9313, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-polygon-off:before {
  content: "\f182";
}

/* line 9314, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-poo:before {
  content: "\f258";
}

/* line 9315, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-poo-filled:before {
  content: "\fec9";
}

/* line 9316, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pool:before {
  content: "\ed91";
}

/* line 9317, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pool-off:before {
  content: "\f41d";
}

/* line 9318, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-power:before {
  content: "\eb0d";
}

/* line 9319, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pray:before {
  content: "\ecbf";
}

/* line 9320, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-premium-rights:before {
  content: "\efbd";
}

/* line 9321, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-prescription:before {
  content: "\ef99";
}

/* line 9322, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-presentation:before {
  content: "\eb70";
}

/* line 9323, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-presentation-analytics:before {
  content: "\eec3";
}

/* line 9324, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-presentation-off:before {
  content: "\f183";
}

/* line 9325, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-printer:before {
  content: "\eb0e";
}

/* line 9326, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-printer-off:before {
  content: "\f184";
}

/* line 9327, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-prism:before {
  content: "\fab1";
}

/* line 9328, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-prism-light:before {
  content: "\fea6";
}

/* line 9329, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-prism-off:before {
  content: "\faaf";
}

/* line 9330, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-prism-plus:before {
  content: "\fab0";
}

/* line 9331, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-prison:before {
  content: "\ef79";
}

/* line 9332, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-progress:before {
  content: "\fa0d";
}

/* line 9333, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-progress-alert:before {
  content: "\fa07";
}

/* line 9334, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-progress-bolt:before {
  content: "\fa08";
}

/* line 9335, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-progress-check:before {
  content: "\fa09";
}

/* line 9336, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-progress-down:before {
  content: "\fa0a";
}

/* line 9337, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-progress-help:before {
  content: "\fa0b";
}

/* line 9338, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-progress-x:before {
  content: "\fa0c";
}

/* line 9339, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-prompt:before {
  content: "\eb0f";
}

/* line 9340, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-prong:before {
  content: "\fda1";
}

/* line 9341, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-propeller:before {
  content: "\eec4";
}

/* line 9342, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-propeller-off:before {
  content: "\f185";
}

/* line 9343, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-protocol:before {
  content: "\fd81";
}

/* line 9344, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pumpkin-scary:before {
  content: "\f587";
}

/* line 9345, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-puzzle:before {
  content: "\eb10";
}

/* line 9346, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-puzzle-2:before {
  content: "\ef83";
}

/* line 9347, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-puzzle-filled:before {
  content: "\f699";
}

/* line 9348, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-puzzle-off:before {
  content: "\f186";
}

/* line 9349, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pyramid:before {
  content: "\eec5";
}

/* line 9350, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pyramid-off:before {
  content: "\f187";
}

/* line 9351, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-pyramid-plus:before {
  content: "\fab2";
}

/* line 9352, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-qrcode:before {
  content: "\eb11";
}

/* line 9353, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-qrcode-off:before {
  content: "\f41e";
}

/* line 9354, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-question-mark:before {
  content: "\ec9d";
}

/* line 9355, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-quote:before {
  content: "\efbe";
}

/* line 9356, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-quote-off:before {
  content: "\f188";
}

/* line 9357, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-quotes:before {
  content: "\fb1e";
}

/* line 9358, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-radar:before {
  content: "\f017";
}

/* line 9359, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-radar-2:before {
  content: "\f016";
}

/* line 9360, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-radar-filled:before {
  content: "\fe0d";
}

/* line 9361, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-radar-off:before {
  content: "\f41f";
}

/* line 9362, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-radio:before {
  content: "\ef2d";
}

/* line 9363, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-radio-off:before {
  content: "\f420";
}

/* line 9364, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-radioactive:before {
  content: "\ecc0";
}

/* line 9365, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-radioactive-filled:before {
  content: "\f760";
}

/* line 9366, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-radioactive-off:before {
  content: "\f189";
}

/* line 9367, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-radius-bottom-left:before {
  content: "\eec6";
}

/* line 9368, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-radius-bottom-right:before {
  content: "\eec7";
}

/* line 9369, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-radius-top-left:before {
  content: "\eec8";
}

/* line 9370, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-radius-top-right:before {
  content: "\eec9";
}

/* line 9371, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-rainbow:before {
  content: "\edbc";
}

/* line 9372, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-rainbow-off:before {
  content: "\f18a";
}

/* line 9373, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-rating-12-plus:before {
  content: "\f266";
}

/* line 9374, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-rating-14-plus:before {
  content: "\f267";
}

/* line 9375, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-rating-16-plus:before {
  content: "\f268";
}

/* line 9376, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-rating-18-plus:before {
  content: "\f269";
}

/* line 9377, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-rating-21-plus:before {
  content: "\f26a";
}

/* line 9378, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-razor:before {
  content: "\f4b5";
}

/* line 9379, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-razor-electric:before {
  content: "\f4b4";
}

/* line 9380, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-receipt:before {
  content: "\edfd";
}

/* line 9381, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-receipt-2:before {
  content: "\edfa";
}

/* line 9382, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-receipt-bitcoin:before {
  content: "\fd66";
}

/* line 9383, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-receipt-dollar:before {
  content: "\fd67";
}

/* line 9384, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-receipt-euro:before {
  content: "\fd68";
}

/* line 9385, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-receipt-off:before {
  content: "\edfb";
}

/* line 9386, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-receipt-pound:before {
  content: "\fd69";
}

/* line 9387, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-receipt-refund:before {
  content: "\edfc";
}

/* line 9388, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-receipt-rupee:before {
  content: "\fd82";
}

/* line 9389, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-receipt-tax:before {
  content: "\edbd";
}

/* line 9390, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-receipt-yen:before {
  content: "\fd6a";
}

/* line 9391, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-receipt-yuan:before {
  content: "\fd6b";
}

/* line 9392, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-recharging:before {
  content: "\eeca";
}

/* line 9393, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-record-mail:before {
  content: "\eb12";
}

/* line 9394, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-record-mail-off:before {
  content: "\f18b";
}

/* line 9395, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-rectangle:before {
  content: "\ed37";
}

/* line 9396, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-rectangle-filled:before {
  content: "\f69a";
}

/* line 9397, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-rectangle-rounded-bottom:before {
  content: "\faed";
}

/* line 9398, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-rectangle-rounded-top:before {
  content: "\faee";
}

/* line 9399, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-rectangle-vertical:before {
  content: "\ed36";
}

/* line 9400, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-rectangle-vertical-filled:before {
  content: "\f69b";
}

/* line 9401, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-rectangular-prism:before {
  content: "\fab5";
}

/* line 9402, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-rectangular-prism-off:before {
  content: "\fab3";
}

/* line 9403, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-rectangular-prism-plus:before {
  content: "\fab4";
}

/* line 9404, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-recycle:before {
  content: "\eb9b";
}

/* line 9405, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-recycle-off:before {
  content: "\f18c";
}

/* line 9406, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-refresh:before {
  content: "\eb13";
}

/* line 9407, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-refresh-alert:before {
  content: "\ed57";
}

/* line 9408, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-refresh-dot:before {
  content: "\efbf";
}

/* line 9409, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-refresh-off:before {
  content: "\f18d";
}

/* line 9410, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-regex:before {
  content: "\f31f";
}

/* line 9411, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-regex-off:before {
  content: "\f421";
}

/* line 9412, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-registered:before {
  content: "\eb14";
}

/* line 9413, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-relation-many-to-many:before {
  content: "\ed7f";
}

/* line 9414, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-relation-many-to-many-filled:before {
  content: "\fe0c";
}

/* line 9415, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-relation-one-to-many:before {
  content: "\ed80";
}

/* line 9416, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-relation-one-to-many-filled:before {
  content: "\fe0b";
}

/* line 9417, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-relation-one-to-one:before {
  content: "\ed81";
}

/* line 9418, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-relation-one-to-one-filled:before {
  content: "\fe0a";
}

/* line 9419, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-reload:before {
  content: "\f3ae";
}

/* line 9420, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-reorder:before {
  content: "\fc15";
}

/* line 9421, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-repeat:before {
  content: "\eb72";
}

/* line 9422, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-repeat-off:before {
  content: "\f18e";
}

/* line 9423, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-repeat-once:before {
  content: "\eb71";
}

/* line 9424, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-replace:before {
  content: "\ebc7";
}

/* line 9425, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-replace-filled:before {
  content: "\f69c";
}

/* line 9426, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-replace-off:before {
  content: "\f422";
}

/* line 9427, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-report:before {
  content: "\eece";
}

/* line 9428, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-report-analytics:before {
  content: "\eecb";
}

/* line 9429, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-report-medical:before {
  content: "\eecc";
}

/* line 9430, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-report-money:before {
  content: "\eecd";
}

/* line 9431, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-report-off:before {
  content: "\f18f";
}

/* line 9432, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-report-search:before {
  content: "\ef84";
}

/* line 9433, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-reserved-line:before {
  content: "\f9f6";
}

/* line 9434, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-resize:before {
  content: "\eecf";
}

/* line 9435, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-restore:before {
  content: "\fafd";
}

/* line 9436, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-rewind-backward-10:before {
  content: "\faba";
}

/* line 9437, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-rewind-backward-15:before {
  content: "\fabb";
}

/* line 9438, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-rewind-backward-20:before {
  content: "\fabc";
}

/* line 9439, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-rewind-backward-30:before {
  content: "\fabd";
}

/* line 9440, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-rewind-backward-40:before {
  content: "\fabe";
}

/* line 9441, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-rewind-backward-5:before {
  content: "\fabf";
}

/* line 9442, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-rewind-backward-50:before {
  content: "\fac0";
}

/* line 9443, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-rewind-backward-60:before {
  content: "\fac1";
}

/* line 9444, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-rewind-forward-10:before {
  content: "\fac2";
}

/* line 9445, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-rewind-forward-15:before {
  content: "\fac3";
}

/* line 9446, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-rewind-forward-20:before {
  content: "\fac4";
}

/* line 9447, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-rewind-forward-30:before {
  content: "\fac5";
}

/* line 9448, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-rewind-forward-40:before {
  content: "\fac6";
}

/* line 9449, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-rewind-forward-5:before {
  content: "\fac7";
}

/* line 9450, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-rewind-forward-50:before {
  content: "\fac8";
}

/* line 9451, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-rewind-forward-60:before {
  content: "\fac9";
}

/* line 9452, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-ribbon-health:before {
  content: "\f58e";
}

/* line 9453, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-rings:before {
  content: "\fa6a";
}

/* line 9454, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-ripple:before {
  content: "\ed82";
}

/* line 9455, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-ripple-off:before {
  content: "\f190";
}

/* line 9456, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-road:before {
  content: "\f018";
}

/* line 9457, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-road-off:before {
  content: "\f191";
}

/* line 9458, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-road-sign:before {
  content: "\ecdd";
}

/* line 9459, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-robot:before {
  content: "\f00b";
}

/* line 9460, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-robot-face:before {
  content: "\fcbe";
}

/* line 9461, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-robot-off:before {
  content: "\f192";
}

/* line 9462, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-rocket:before {
  content: "\ec45";
}

/* line 9463, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-rocket-off:before {
  content: "\f193";
}

/* line 9464, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-roller-skating:before {
  content: "\efd1";
}

/* line 9465, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-rollercoaster:before {
  content: "\f0a2";
}

/* line 9466, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-rollercoaster-off:before {
  content: "\f423";
}

/* line 9467, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-rosette:before {
  content: "\f599";
}

/* line 9468, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-rosette-discount:before {
  content: "\ee7c";
}

/* line 9469, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-rosette-discount-check:before {
  content: "\f1f8";
}

/* line 9470, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-rosette-discount-check-filled:before {
  content: "\f746";
}

/* line 9471, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-rosette-discount-off:before {
  content: "\f3e6";
}

/* line 9472, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-rosette-filled:before {
  content: "\f69d";
}

/* line 9473, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-rosette-number-0:before {
  content: "\f58f";
}

/* line 9474, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-rosette-number-1:before {
  content: "\f590";
}

/* line 9475, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-rosette-number-2:before {
  content: "\f591";
}

/* line 9476, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-rosette-number-3:before {
  content: "\f592";
}

/* line 9477, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-rosette-number-4:before {
  content: "\f593";
}

/* line 9478, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-rosette-number-5:before {
  content: "\f594";
}

/* line 9479, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-rosette-number-6:before {
  content: "\f595";
}

/* line 9480, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-rosette-number-7:before {
  content: "\f596";
}

/* line 9481, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-rosette-number-8:before {
  content: "\f597";
}

/* line 9482, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-rosette-number-9:before {
  content: "\f598";
}

/* line 9483, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-rotate:before {
  content: "\eb16";
}

/* line 9484, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-rotate-2:before {
  content: "\ebb4";
}

/* line 9485, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-rotate-360:before {
  content: "\ef85";
}

/* line 9486, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-rotate-3d:before {
  content: "\f020";
}

/* line 9487, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-rotate-clockwise:before {
  content: "\eb15";
}

/* line 9488, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-rotate-clockwise-2:before {
  content: "\ebb5";
}

/* line 9489, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-rotate-dot:before {
  content: "\efe5";
}

/* line 9490, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-rotate-rectangle:before {
  content: "\ec15";
}

/* line 9491, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-route:before {
  content: "\eb17";
}

/* line 9492, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-route-2:before {
  content: "\f4b6";
}

/* line 9493, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-route-alt-left:before {
  content: "\fca9";
}

/* line 9494, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-route-alt-right:before {
  content: "\fcaa";
}

/* line 9495, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-route-off:before {
  content: "\f194";
}

/* line 9496, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-route-scan:before {
  content: "\fcbf";
}

/* line 9497, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-route-square:before {
  content: "\fcac";
}

/* line 9498, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-route-square-2:before {
  content: "\fcab";
}

/* line 9499, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-route-x:before {
  content: "\fcae";
}

/* line 9500, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-route-x-2:before {
  content: "\fcad";
}

/* line 9501, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-router:before {
  content: "\eb18";
}

/* line 9502, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-router-off:before {
  content: "\f424";
}

/* line 9503, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-row-insert-bottom:before {
  content: "\eed0";
}

/* line 9504, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-row-insert-top:before {
  content: "\eed1";
}

/* line 9505, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-row-remove:before {
  content: "\fafe";
}

/* line 9506, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-rss:before {
  content: "\eb19";
}

/* line 9507, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-rubber-stamp:before {
  content: "\f5ab";
}

/* line 9508, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-rubber-stamp-off:before {
  content: "\f5aa";
}

/* line 9509, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-ruler:before {
  content: "\eb1a";
}

/* line 9510, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-ruler-2:before {
  content: "\eed2";
}

/* line 9511, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-ruler-2-off:before {
  content: "\f195";
}

/* line 9512, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-ruler-3:before {
  content: "\f290";
}

/* line 9513, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-ruler-measure:before {
  content: "\f291";
}

/* line 9514, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-ruler-off:before {
  content: "\f196";
}

/* line 9515, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-run:before {
  content: "\ec82";
}

/* line 9516, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-rv-truck:before {
  content: "\fcc0";
}

/* line 9517, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-s-turn-down:before {
  content: "\f516";
}

/* line 9518, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-s-turn-left:before {
  content: "\f517";
}

/* line 9519, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-s-turn-right:before {
  content: "\f518";
}

/* line 9520, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-s-turn-up:before {
  content: "\f519";
}

/* line 9521, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-sailboat:before {
  content: "\ec83";
}

/* line 9522, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-sailboat-2:before {
  content: "\f5f7";
}

/* line 9523, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-sailboat-off:before {
  content: "\f425";
}

/* line 9524, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-salad:before {
  content: "\f50a";
}

/* line 9525, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-salt:before {
  content: "\ef16";
}

/* line 9526, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-sandbox:before {
  content: "\fd6c";
}

/* line 9527, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-satellite:before {
  content: "\eed3";
}

/* line 9528, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-satellite-off:before {
  content: "\f197";
}

/* line 9529, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-sausage:before {
  content: "\ef17";
}

/* line 9530, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-scale:before {
  content: "\ebc2";
}

/* line 9531, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-scale-off:before {
  content: "\f198";
}

/* line 9532, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-scale-outline:before {
  content: "\ef53";
}

/* line 9533, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-scale-outline-off:before {
  content: "\f199";
}

/* line 9534, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-scan:before {
  content: "\ebc8";
}

/* line 9535, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-scan-eye:before {
  content: "\f1ff";
}

/* line 9536, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-scan-position:before {
  content: "\fdac";
}

/* line 9537, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-schema:before {
  content: "\f200";
}

/* line 9538, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-schema-off:before {
  content: "\f426";
}

/* line 9539, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-school:before {
  content: "\ecf7";
}

/* line 9540, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-school-bell:before {
  content: "\f64a";
}

/* line 9541, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-school-off:before {
  content: "\f19a";
}

/* line 9542, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-scissors:before {
  content: "\eb1b";
}

/* line 9543, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-scissors-off:before {
  content: "\f19b";
}

/* line 9544, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-scooter:before {
  content: "\ec6c";
}

/* line 9545, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-scooter-electric:before {
  content: "\ecc1";
}

/* line 9546, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-scoreboard:before {
  content: "\fa6b";
}

/* line 9547, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-screen-share:before {
  content: "\ed18";
}

/* line 9548, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-screen-share-off:before {
  content: "\ed17";
}

/* line 9549, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-screenshot:before {
  content: "\f201";
}

/* line 9550, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-scribble:before {
  content: "\f0a3";
}

/* line 9551, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-scribble-off:before {
  content: "\f427";
}

/* line 9552, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-script:before {
  content: "\f2da";
}

/* line 9553, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-script-minus:before {
  content: "\f2d7";
}

/* line 9554, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-script-plus:before {
  content: "\f2d8";
}

/* line 9555, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-script-x:before {
  content: "\f2d9";
}

/* line 9556, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-scuba-diving:before {
  content: "\fd4e";
}

/* line 9557, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-scuba-mask:before {
  content: "\eed4";
}

/* line 9558, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-scuba-mask-off:before {
  content: "\f428";
}

/* line 9559, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-sdk:before {
  content: "\f3af";
}

/* line 9560, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-search:before {
  content: "\eb1c";
}

/* line 9561, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-search-off:before {
  content: "\f19c";
}

/* line 9562, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-section:before {
  content: "\eed5";
}

/* line 9563, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-section-filled:before {
  content: "\fe09";
}

/* line 9564, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-section-sign:before {
  content: "\f019";
}

/* line 9565, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-seeding:before {
  content: "\ed51";
}

/* line 9566, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-seeding-off:before {
  content: "\f19d";
}

/* line 9567, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-select:before {
  content: "\ec9e";
}

/* line 9568, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-select-all:before {
  content: "\f9f7";
}

/* line 9569, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-selector:before {
  content: "\eb1d";
}

/* line 9570, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-send:before {
  content: "\eb1e";
}

/* line 9571, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-send-2:before {
  content: "\fd5d";
}

/* line 9572, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-send-off:before {
  content: "\f429";
}

/* line 9573, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-seo:before {
  content: "\f26b";
}

/* line 9574, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-separator:before {
  content: "\ebda";
}

/* line 9575, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-separator-horizontal:before {
  content: "\ec79";
}

/* line 9576, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-separator-vertical:before {
  content: "\ec7a";
}

/* line 9577, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-server:before {
  content: "\eb1f";
}

/* line 9578, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-server-2:before {
  content: "\f07c";
}

/* line 9579, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-server-bolt:before {
  content: "\f320";
}

/* line 9580, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-server-cog:before {
  content: "\f321";
}

/* line 9581, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-server-off:before {
  content: "\f19e";
}

/* line 9582, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-servicemark:before {
  content: "\ec09";
}

/* line 9583, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-settings:before {
  content: "\eb20";
}

/* line 9584, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-settings-2:before {
  content: "\f5ac";
}

/* line 9585, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-settings-automation:before {
  content: "\eed6";
}

/* line 9586, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-settings-bolt:before {
  content: "\f9ad";
}

/* line 9587, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-settings-cancel:before {
  content: "\f9ae";
}

/* line 9588, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-settings-check:before {
  content: "\f9af";
}

/* line 9589, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-settings-code:before {
  content: "\f9b0";
}

/* line 9590, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-settings-cog:before {
  content: "\f9b1";
}

/* line 9591, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-settings-dollar:before {
  content: "\f9b2";
}

/* line 9592, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-settings-down:before {
  content: "\f9b3";
}

/* line 9593, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-settings-exclamation:before {
  content: "\f9b4";
}

/* line 9594, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-settings-filled:before {
  content: "\f69e";
}

/* line 9595, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-settings-heart:before {
  content: "\f9b5";
}

/* line 9596, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-settings-minus:before {
  content: "\f9b6";
}

/* line 9597, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-settings-off:before {
  content: "\f19f";
}

/* line 9598, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-settings-pause:before {
  content: "\f9b7";
}

/* line 9599, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-settings-pin:before {
  content: "\f9b8";
}

/* line 9600, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-settings-plus:before {
  content: "\f9b9";
}

/* line 9601, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-settings-question:before {
  content: "\f9ba";
}

/* line 9602, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-settings-search:before {
  content: "\f9bb";
}

/* line 9603, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-settings-share:before {
  content: "\f9bc";
}

/* line 9604, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-settings-star:before {
  content: "\f9bd";
}

/* line 9605, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-settings-up:before {
  content: "\f9be";
}

/* line 9606, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-settings-x:before {
  content: "\f9bf";
}

/* line 9607, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-shadow:before {
  content: "\eed8";
}

/* line 9608, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-shadow-off:before {
  content: "\eed7";
}

/* line 9609, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-shape:before {
  content: "\eb9c";
}

/* line 9610, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-shape-2:before {
  content: "\eed9";
}

/* line 9611, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-shape-3:before {
  content: "\eeda";
}

/* line 9612, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-shape-off:before {
  content: "\f1a0";
}

/* line 9613, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-share:before {
  content: "\eb21";
}

/* line 9614, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-share-2:before {
  content: "\f799";
}

/* line 9615, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-share-3:before {
  content: "\f7bd";
}

/* line 9616, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-share-off:before {
  content: "\f1a1";
}

/* line 9617, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-shareplay:before {
  content: "\fea5";
}

/* line 9618, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-shield:before {
  content: "\eb24";
}

/* line 9619, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-shield-bolt:before {
  content: "\f9c0";
}

/* line 9620, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-shield-cancel:before {
  content: "\f9c1";
}

/* line 9621, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-shield-check:before {
  content: "\eb22";
}

/* line 9622, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-shield-check-filled:before {
  content: "\f761";
}

/* line 9623, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-shield-checkered:before {
  content: "\ef9a";
}

/* line 9624, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-shield-checkered-filled:before {
  content: "\f762";
}

/* line 9625, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-shield-chevron:before {
  content: "\ef9b";
}

/* line 9626, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-shield-code:before {
  content: "\f9c2";
}

/* line 9627, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-shield-cog:before {
  content: "\f9c3";
}

/* line 9628, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-shield-dollar:before {
  content: "\f9c4";
}

/* line 9629, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-shield-down:before {
  content: "\f9c5";
}

/* line 9630, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-shield-exclamation:before {
  content: "\f9c6";
}

/* line 9631, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-shield-filled:before {
  content: "\f69f";
}

/* line 9632, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-shield-half:before {
  content: "\f358";
}

/* line 9633, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-shield-half-filled:before {
  content: "\f357";
}

/* line 9634, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-shield-heart:before {
  content: "\f9c7";
}

/* line 9635, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-shield-lock:before {
  content: "\ed58";
}

/* line 9636, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-shield-lock-filled:before {
  content: "\f763";
}

/* line 9637, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-shield-minus:before {
  content: "\f9c8";
}

/* line 9638, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-shield-off:before {
  content: "\ecf8";
}

/* line 9639, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-shield-pause:before {
  content: "\f9c9";
}

/* line 9640, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-shield-pin:before {
  content: "\f9ca";
}

/* line 9641, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-shield-plus:before {
  content: "\f9cb";
}

/* line 9642, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-shield-question:before {
  content: "\f9cc";
}

/* line 9643, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-shield-search:before {
  content: "\f9cd";
}

/* line 9644, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-shield-share:before {
  content: "\f9ce";
}

/* line 9645, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-shield-star:before {
  content: "\f9cf";
}

/* line 9646, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-shield-up:before {
  content: "\f9d0";
}

/* line 9647, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-shield-x:before {
  content: "\eb23";
}

/* line 9648, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-ship:before {
  content: "\ec84";
}

/* line 9649, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-ship-off:before {
  content: "\f42a";
}

/* line 9650, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-shirt:before {
  content: "\ec0a";
}

/* line 9651, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-shirt-filled:before {
  content: "\f6a0";
}

/* line 9652, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-shirt-off:before {
  content: "\f1a2";
}

/* line 9653, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-shirt-sport:before {
  content: "\f26c";
}

/* line 9654, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-shoe:before {
  content: "\efd2";
}

/* line 9655, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-shoe-off:before {
  content: "\f1a4";
}

/* line 9656, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-shopping-bag:before {
  content: "\f5f8";
}

/* line 9657, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-shopping-bag-check:before {
  content: "\fc16";
}

/* line 9658, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-shopping-bag-discount:before {
  content: "\fc17";
}

/* line 9659, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-shopping-bag-edit:before {
  content: "\fc18";
}

/* line 9660, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-shopping-bag-exclamation:before {
  content: "\fc19";
}

/* line 9661, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-shopping-bag-heart:before {
  content: "\fda2";
}

/* line 9662, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-shopping-bag-minus:before {
  content: "\fc1a";
}

/* line 9663, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-shopping-bag-plus:before {
  content: "\fc1b";
}

/* line 9664, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-shopping-bag-search:before {
  content: "\fc1c";
}

/* line 9665, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-shopping-bag-x:before {
  content: "\fc1d";
}

/* line 9666, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-shopping-cart:before {
  content: "\eb25";
}

/* line 9667, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-shopping-cart-bolt:before {
  content: "\fb57";
}

/* line 9668, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-shopping-cart-cancel:before {
  content: "\fb58";
}

/* line 9669, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-shopping-cart-check:before {
  content: "\fb59";
}

/* line 9670, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-shopping-cart-code:before {
  content: "\fb5a";
}

/* line 9671, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-shopping-cart-cog:before {
  content: "\fb5b";
}

/* line 9672, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-shopping-cart-copy:before {
  content: "\fb5c";
}

/* line 9673, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-shopping-cart-discount:before {
  content: "\fb5d";
}

/* line 9674, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-shopping-cart-dollar:before {
  content: "\fb5e";
}

/* line 9675, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-shopping-cart-down:before {
  content: "\fb5f";
}

/* line 9676, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-shopping-cart-exclamation:before {
  content: "\fb60";
}

/* line 9677, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-shopping-cart-filled:before {
  content: "\fc3f";
}

/* line 9678, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-shopping-cart-heart:before {
  content: "\fb61";
}

/* line 9679, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-shopping-cart-minus:before {
  content: "\fb62";
}

/* line 9680, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-shopping-cart-off:before {
  content: "\eedc";
}

/* line 9681, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-shopping-cart-pause:before {
  content: "\fb63";
}

/* line 9682, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-shopping-cart-pin:before {
  content: "\fb64";
}

/* line 9683, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-shopping-cart-plus:before {
  content: "\fb65";
}

/* line 9684, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-shopping-cart-question:before {
  content: "\fb66";
}

/* line 9685, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-shopping-cart-search:before {
  content: "\fb67";
}

/* line 9686, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-shopping-cart-share:before {
  content: "\fb68";
}

/* line 9687, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-shopping-cart-star:before {
  content: "\fb69";
}

/* line 9688, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-shopping-cart-up:before {
  content: "\fb6a";
}

/* line 9689, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-shopping-cart-x:before {
  content: "\fb6b";
}

/* line 9690, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-shovel:before {
  content: "\f1d9";
}

/* line 9691, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-shovel-pitchforks:before {
  content: "\fd3a";
}

/* line 9692, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-shredder:before {
  content: "\eedf";
}

/* line 9693, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-sign-left:before {
  content: "\f06b";
}

/* line 9694, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-sign-left-filled:before {
  content: "\f6a1";
}

/* line 9695, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-sign-right:before {
  content: "\f06c";
}

/* line 9696, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-sign-right-filled:before {
  content: "\f6a2";
}

/* line 9697, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-signal-2g:before {
  content: "\f79a";
}

/* line 9698, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-signal-3g:before {
  content: "\f1ee";
}

/* line 9699, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-signal-4g:before {
  content: "\f1ef";
}

/* line 9700, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-signal-4g-plus:before {
  content: "\f259";
}

/* line 9701, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-signal-5g:before {
  content: "\f1f0";
}

/* line 9702, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-signal-6g:before {
  content: "\f9f8";
}

/* line 9703, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-signal-e:before {
  content: "\f9f9";
}

/* line 9704, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-signal-g:before {
  content: "\f9fa";
}

/* line 9705, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-signal-h:before {
  content: "\f9fc";
}

/* line 9706, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-signal-h-plus:before {
  content: "\f9fb";
}

/* line 9707, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-signal-lte:before {
  content: "\f9fd";
}

/* line 9708, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-signature:before {
  content: "\eee0";
}

/* line 9709, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-signature-off:before {
  content: "\f1a5";
}

/* line 9710, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-sitemap:before {
  content: "\eb9d";
}

/* line 9711, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-sitemap-off:before {
  content: "\f1a6";
}

/* line 9712, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-skateboard:before {
  content: "\ecc2";
}

/* line 9713, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-skateboard-off:before {
  content: "\f42b";
}

/* line 9714, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-skateboarding:before {
  content: "\faca";
}

/* line 9715, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-skew-x:before {
  content: "\fd3b";
}

/* line 9716, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-skew-y:before {
  content: "\fd3c";
}

/* line 9717, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-ski-jumping:before {
  content: "\fa6c";
}

/* line 9718, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-skull:before {
  content: "\f292";
}

/* line 9719, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-slash:before {
  content: "\f4f9";
}

/* line 9720, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-slashes:before {
  content: "\f588";
}

/* line 9721, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-sleigh:before {
  content: "\ef9c";
}

/* line 9722, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-slice:before {
  content: "\ebdb";
}

/* line 9723, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-slideshow:before {
  content: "\ebc9";
}

/* line 9724, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-smart-home:before {
  content: "\ecde";
}

/* line 9725, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-smart-home-off:before {
  content: "\f1a7";
}

/* line 9726, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-smoking:before {
  content: "\ecc4";
}

/* line 9727, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-smoking-no:before {
  content: "\ecc3";
}

/* line 9728, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-snowboarding:before {
  content: "\fd4f";
}

/* line 9729, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-snowflake:before {
  content: "\ec0b";
}

/* line 9730, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-snowflake-off:before {
  content: "\f1a8";
}

/* line 9731, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-snowman:before {
  content: "\f26d";
}

/* line 9732, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-soccer-field:before {
  content: "\ed92";
}

/* line 9733, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-social:before {
  content: "\ebec";
}

/* line 9734, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-social-off:before {
  content: "\f1a9";
}

/* line 9735, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-sock:before {
  content: "\eee1";
}

/* line 9736, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-sofa:before {
  content: "\efaf";
}

/* line 9737, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-sofa-off:before {
  content: "\f42c";
}

/* line 9738, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-solar-electricity:before {
  content: "\fcc1";
}

/* line 9739, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-solar-panel:before {
  content: "\f7bf";
}

/* line 9740, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-solar-panel-2:before {
  content: "\f7be";
}

/* line 9741, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-sort-0-9:before {
  content: "\f54d";
}

/* line 9742, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-sort-9-0:before {
  content: "\f54e";
}

/* line 9743, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-sort-a-z:before {
  content: "\f54f";
}

/* line 9744, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-sort-ascending:before {
  content: "\eb26";
}

/* line 9745, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-sort-ascending-2:before {
  content: "\eee2";
}

/* line 9746, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-sort-ascending-letters:before {
  content: "\ef18";
}

/* line 9747, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-sort-ascending-numbers:before {
  content: "\ef19";
}

/* line 9748, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-sort-ascending-shapes:before {
  content: "\fd94";
}

/* line 9749, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-sort-ascending-small-big:before {
  content: "\fd95";
}

/* line 9750, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-sort-descending:before {
  content: "\eb27";
}

/* line 9751, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-sort-descending-2:before {
  content: "\eee3";
}

/* line 9752, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-sort-descending-letters:before {
  content: "\ef1a";
}

/* line 9753, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-sort-descending-numbers:before {
  content: "\ef1b";
}

/* line 9754, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-sort-descending-shapes:before {
  content: "\fd97";
}

/* line 9755, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-sort-descending-small-big:before {
  content: "\fd96";
}

/* line 9756, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-sort-z-a:before {
  content: "\f550";
}

/* line 9757, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-sos:before {
  content: "\f24a";
}

/* line 9758, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-soup:before {
  content: "\ef2e";
}

/* line 9759, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-soup-filled:before {
  content: "\fe08";
}

/* line 9760, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-soup-off:before {
  content: "\f42d";
}

/* line 9761, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-source-code:before {
  content: "\f4a2";
}

/* line 9762, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-space:before {
  content: "\ec0c";
}

/* line 9763, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-space-off:before {
  content: "\f1aa";
}

/* line 9764, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-spaces:before {
  content: "\fea4";
}

/* line 9765, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-spacing-horizontal:before {
  content: "\ef54";
}

/* line 9766, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-spacing-vertical:before {
  content: "\ef55";
}

/* line 9767, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-spade:before {
  content: "\effa";
}

/* line 9768, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-spade-filled:before {
  content: "\f6a3";
}

/* line 9769, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-sparkles:before {
  content: "\f6d7";
}

/* line 9770, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-speakerphone:before {
  content: "\ed61";
}

/* line 9771, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-speedboat:before {
  content: "\ed93";
}

/* line 9772, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-sphere:before {
  content: "\fab8";
}

/* line 9773, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-sphere-off:before {
  content: "\fab6";
}

/* line 9774, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-sphere-plus:before {
  content: "\fab7";
}

/* line 9775, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-spider:before {
  content: "\f293";
}

/* line 9776, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-spiral:before {
  content: "\f294";
}

/* line 9777, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-spiral-off:before {
  content: "\f42e";
}

/* line 9778, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-sport-billard:before {
  content: "\eee4";
}

/* line 9779, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-spray:before {
  content: "\f50b";
}

/* line 9780, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-spy:before {
  content: "\f227";
}

/* line 9781, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-spy-off:before {
  content: "\f42f";
}

/* line 9782, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-sql:before {
  content: "\f7c0";
}

/* line 9783, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square:before {
  content: "\eb2c";
}

/* line 9784, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-arrow-down:before {
  content: "\f4b7";
}

/* line 9785, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-arrow-down-filled:before {
  content: "\fb31";
}

/* line 9786, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-arrow-left:before {
  content: "\f4b8";
}

/* line 9787, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-arrow-left-filled:before {
  content: "\fb32";
}

/* line 9788, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-arrow-right:before {
  content: "\f4b9";
}

/* line 9789, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-arrow-right-filled:before {
  content: "\fb33";
}

/* line 9790, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-arrow-up:before {
  content: "\f4ba";
}

/* line 9791, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-arrow-up-filled:before {
  content: "\fb34";
}

/* line 9792, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-asterisk:before {
  content: "\f01a";
}

/* line 9793, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-asterisk-filled:before {
  content: "\fb35";
}

/* line 9794, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-check:before {
  content: "\eb28";
}

/* line 9795, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-check-filled:before {
  content: "\f76d";
}

/* line 9796, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-chevron-down:before {
  content: "\f627";
}

/* line 9797, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-chevron-down-filled:before {
  content: "\fb36";
}

/* line 9798, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-chevron-left:before {
  content: "\f628";
}

/* line 9799, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-chevron-left-filled:before {
  content: "\fb37";
}

/* line 9800, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-chevron-right:before {
  content: "\f629";
}

/* line 9801, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-chevron-right-filled:before {
  content: "\fb38";
}

/* line 9802, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-chevron-up:before {
  content: "\f62a";
}

/* line 9803, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-chevron-up-filled:before {
  content: "\fb39";
}

/* line 9804, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-chevrons-down:before {
  content: "\f64b";
}

/* line 9805, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-chevrons-down-filled:before {
  content: "\fb3a";
}

/* line 9806, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-chevrons-left:before {
  content: "\f64c";
}

/* line 9807, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-chevrons-left-filled:before {
  content: "\fb3b";
}

/* line 9808, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-chevrons-right:before {
  content: "\f64d";
}

/* line 9809, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-chevrons-right-filled:before {
  content: "\fb3c";
}

/* line 9810, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-chevrons-up:before {
  content: "\f64e";
}

/* line 9811, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-chevrons-up-filled:before {
  content: "\fb3d";
}

/* line 9812, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-dot:before {
  content: "\ed59";
}

/* line 9813, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-dot-filled:before {
  content: "\fb3e";
}

/* line 9814, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-f0:before {
  content: "\f526";
}

/* line 9815, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-f0-filled:before {
  content: "\f76e";
}

/* line 9816, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-f1:before {
  content: "\f527";
}

/* line 9817, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-f1-filled:before {
  content: "\f76f";
}

/* line 9818, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-f2:before {
  content: "\f528";
}

/* line 9819, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-f2-filled:before {
  content: "\f770";
}

/* line 9820, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-f3:before {
  content: "\f529";
}

/* line 9821, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-f3-filled:before {
  content: "\f771";
}

/* line 9822, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-f4:before {
  content: "\f52a";
}

/* line 9823, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-f4-filled:before {
  content: "\f772";
}

/* line 9824, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-f5:before {
  content: "\f52b";
}

/* line 9825, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-f5-filled:before {
  content: "\f773";
}

/* line 9826, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-f6:before {
  content: "\f52c";
}

/* line 9827, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-f6-filled:before {
  content: "\f774";
}

/* line 9828, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-f7:before {
  content: "\f52d";
}

/* line 9829, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-f7-filled:before {
  content: "\f775";
}

/* line 9830, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-f8:before {
  content: "\f52e";
}

/* line 9831, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-f8-filled:before {
  content: "\f776";
}

/* line 9832, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-f9:before {
  content: "\f52f";
}

/* line 9833, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-f9-filled:before {
  content: "\f777";
}

/* line 9834, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-filled:before {
  content: "\fc40";
}

/* line 9835, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-forbid:before {
  content: "\ed5b";
}

/* line 9836, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-forbid-2:before {
  content: "\ed5a";
}

/* line 9837, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-half:before {
  content: "\effb";
}

/* line 9838, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-key:before {
  content: "\f638";
}

/* line 9839, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-letter-a:before {
  content: "\f47c";
}

/* line 9840, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-letter-a-filled:before {
  content: "\fe07";
}

/* line 9841, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-letter-b:before {
  content: "\f47d";
}

/* line 9842, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-letter-b-filled:before {
  content: "\fe06";
}

/* line 9843, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-letter-c:before {
  content: "\f47e";
}

/* line 9844, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-letter-c-filled:before {
  content: "\fe05";
}

/* line 9845, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-letter-d:before {
  content: "\f47f";
}

/* line 9846, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-letter-d-filled:before {
  content: "\fe04";
}

/* line 9847, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-letter-e:before {
  content: "\f480";
}

/* line 9848, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-letter-e-filled:before {
  content: "\fe03";
}

/* line 9849, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-letter-f:before {
  content: "\f481";
}

/* line 9850, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-letter-f-filled:before {
  content: "\fe02";
}

/* line 9851, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-letter-g:before {
  content: "\f482";
}

/* line 9852, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-letter-g-filled:before {
  content: "\fe01";
}

/* line 9853, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-letter-h:before {
  content: "\f483";
}

/* line 9854, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-letter-h-filled:before {
  content: "\fe00";
}

/* line 9855, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-letter-i:before {
  content: "\f484";
}

/* line 9856, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-letter-i-filled:before {
  content: "\fdff";
}

/* line 9857, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-letter-j:before {
  content: "\f485";
}

/* line 9858, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-letter-j-filled:before {
  content: "\fdfe";
}

/* line 9859, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-letter-k:before {
  content: "\f486";
}

/* line 9860, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-letter-k-filled:before {
  content: "\fdfd";
}

/* line 9861, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-letter-l:before {
  content: "\f487";
}

/* line 9862, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-letter-l-filled:before {
  content: "\fdfc";
}

/* line 9863, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-letter-m:before {
  content: "\f488";
}

/* line 9864, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-letter-m-filled:before {
  content: "\fdfb";
}

/* line 9865, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-letter-n:before {
  content: "\f489";
}

/* line 9866, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-letter-n-filled:before {
  content: "\fdfa";
}

/* line 9867, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-letter-o:before {
  content: "\f48a";
}

/* line 9868, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-letter-o-filled:before {
  content: "\fdf9";
}

/* line 9869, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-letter-p:before {
  content: "\f48b";
}

/* line 9870, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-letter-p-filled:before {
  content: "\fdf8";
}

/* line 9871, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-letter-q:before {
  content: "\f48c";
}

/* line 9872, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-letter-q-filled:before {
  content: "\fdf7";
}

/* line 9873, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-letter-r:before {
  content: "\f48d";
}

/* line 9874, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-letter-r-filled:before {
  content: "\fdf6";
}

/* line 9875, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-letter-s:before {
  content: "\f48e";
}

/* line 9876, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-letter-s-filled:before {
  content: "\fdf5";
}

/* line 9877, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-letter-t:before {
  content: "\f48f";
}

/* line 9878, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-letter-t-filled:before {
  content: "\fdf4";
}

/* line 9879, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-letter-u:before {
  content: "\f490";
}

/* line 9880, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-letter-u-filled:before {
  content: "\fdf3";
}

/* line 9881, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-letter-v:before {
  content: "\f4bb";
}

/* line 9882, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-letter-v-filled:before {
  content: "\fdf2";
}

/* line 9883, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-letter-w:before {
  content: "\f491";
}

/* line 9884, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-letter-w-filled:before {
  content: "\fdf1";
}

/* line 9885, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-letter-x:before {
  content: "\f4bc";
}

/* line 9886, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-letter-x-filled:before {
  content: "\fdf0";
}

/* line 9887, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-letter-y:before {
  content: "\f492";
}

/* line 9888, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-letter-y-filled:before {
  content: "\fdef";
}

/* line 9889, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-letter-z:before {
  content: "\f493";
}

/* line 9890, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-letter-z-filled:before {
  content: "\fdee";
}

/* line 9891, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-minus:before {
  content: "\eb29";
}

/* line 9892, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-minus-filled:before {
  content: "\fb3f";
}

/* line 9893, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-number-0:before {
  content: "\eee5";
}

/* line 9894, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-number-0-filled:before {
  content: "\f764";
}

/* line 9895, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-number-1:before {
  content: "\eee6";
}

/* line 9896, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-number-1-filled:before {
  content: "\f765";
}

/* line 9897, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-number-2:before {
  content: "\eee7";
}

/* line 9898, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-number-2-filled:before {
  content: "\f7fa";
}

/* line 9899, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-number-3:before {
  content: "\eee8";
}

/* line 9900, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-number-3-filled:before {
  content: "\f766";
}

/* line 9901, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-number-4:before {
  content: "\eee9";
}

/* line 9902, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-number-4-filled:before {
  content: "\f767";
}

/* line 9903, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-number-5:before {
  content: "\eeea";
}

/* line 9904, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-number-5-filled:before {
  content: "\f768";
}

/* line 9905, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-number-6:before {
  content: "\eeeb";
}

/* line 9906, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-number-6-filled:before {
  content: "\f769";
}

/* line 9907, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-number-7:before {
  content: "\eeec";
}

/* line 9908, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-number-7-filled:before {
  content: "\f76a";
}

/* line 9909, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-number-8:before {
  content: "\eeed";
}

/* line 9910, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-number-8-filled:before {
  content: "\f76b";
}

/* line 9911, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-number-9:before {
  content: "\eeee";
}

/* line 9912, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-number-9-filled:before {
  content: "\f76c";
}

/* line 9913, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-off:before {
  content: "\eeef";
}

/* line 9914, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-percentage:before {
  content: "\fd83";
}

/* line 9915, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-plus:before {
  content: "\eb2a";
}

/* line 9916, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-plus-2:before {
  content: "\fc96";
}

/* line 9917, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-root:before {
  content: "\eef1";
}

/* line 9918, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-root-2:before {
  content: "\eef0";
}

/* line 9919, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rotated:before {
  content: "\ecdf";
}

/* line 9920, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rotated-filled:before {
  content: "\f6a4";
}

/* line 9921, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rotated-forbid:before {
  content: "\f01c";
}

/* line 9922, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rotated-forbid-2:before {
  content: "\f01b";
}

/* line 9923, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rotated-off:before {
  content: "\eef2";
}

/* line 9924, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded:before {
  content: "\f59a";
}

/* line 9925, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-arrow-down:before {
  content: "\f639";
}

/* line 9926, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-arrow-down-filled:before {
  content: "\f6db";
}

/* line 9927, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-arrow-left:before {
  content: "\f63a";
}

/* line 9928, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-arrow-left-filled:before {
  content: "\f6dc";
}

/* line 9929, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-arrow-right:before {
  content: "\f63b";
}

/* line 9930, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-arrow-right-filled:before {
  content: "\f6dd";
}

/* line 9931, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-arrow-up:before {
  content: "\f63c";
}

/* line 9932, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-arrow-up-filled:before {
  content: "\f6de";
}

/* line 9933, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-check:before {
  content: "\f63d";
}

/* line 9934, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-check-filled:before {
  content: "\f6df";
}

/* line 9935, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-chevron-down:before {
  content: "\f62b";
}

/* line 9936, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-chevron-down-filled:before {
  content: "\f6e0";
}

/* line 9937, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-chevron-left:before {
  content: "\f62c";
}

/* line 9938, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-chevron-left-filled:before {
  content: "\f6e1";
}

/* line 9939, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-chevron-right:before {
  content: "\f62d";
}

/* line 9940, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-chevron-right-filled:before {
  content: "\f6e2";
}

/* line 9941, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-chevron-up:before {
  content: "\f62e";
}

/* line 9942, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-chevron-up-filled:before {
  content: "\f6e3";
}

/* line 9943, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-chevrons-down:before {
  content: "\f64f";
}

/* line 9944, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-chevrons-down-filled:before {
  content: "\f6e4";
}

/* line 9945, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-chevrons-left:before {
  content: "\f650";
}

/* line 9946, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-chevrons-left-filled:before {
  content: "\f6e5";
}

/* line 9947, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-chevrons-right:before {
  content: "\f651";
}

/* line 9948, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-chevrons-right-filled:before {
  content: "\f6e6";
}

/* line 9949, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-chevrons-up:before {
  content: "\f652";
}

/* line 9950, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-chevrons-up-filled:before {
  content: "\f6e7";
}

/* line 9951, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-filled:before {
  content: "\f6a5";
}

/* line 9952, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-letter-a:before {
  content: "\f5ae";
}

/* line 9953, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-letter-a-filled:before {
  content: "\fded";
}

/* line 9954, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-letter-b:before {
  content: "\f5af";
}

/* line 9955, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-letter-b-filled:before {
  content: "\fdec";
}

/* line 9956, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-letter-c:before {
  content: "\f5b0";
}

/* line 9957, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-letter-c-filled:before {
  content: "\fdeb";
}

/* line 9958, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-letter-d:before {
  content: "\f5b1";
}

/* line 9959, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-letter-d-filled:before {
  content: "\fdea";
}

/* line 9960, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-letter-e:before {
  content: "\f5b2";
}

/* line 9961, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-letter-e-filled:before {
  content: "\fde9";
}

/* line 9962, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-letter-f:before {
  content: "\f5b3";
}

/* line 9963, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-letter-f-filled:before {
  content: "\fde8";
}

/* line 9964, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-letter-g:before {
  content: "\f5b4";
}

/* line 9965, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-letter-g-filled:before {
  content: "\fde7";
}

/* line 9966, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-letter-h:before {
  content: "\f5b5";
}

/* line 9967, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-letter-h-filled:before {
  content: "\fde6";
}

/* line 9968, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-letter-i:before {
  content: "\f5b6";
}

/* line 9969, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-letter-i-filled:before {
  content: "\fde5";
}

/* line 9970, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-letter-j:before {
  content: "\f5b7";
}

/* line 9971, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-letter-j-filled:before {
  content: "\fde4";
}

/* line 9972, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-letter-k:before {
  content: "\f5b8";
}

/* line 9973, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-letter-k-filled:before {
  content: "\fde3";
}

/* line 9974, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-letter-l:before {
  content: "\f5b9";
}

/* line 9975, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-letter-l-filled:before {
  content: "\fde2";
}

/* line 9976, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-letter-m:before {
  content: "\f5ba";
}

/* line 9977, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-letter-m-filled:before {
  content: "\fde1";
}

/* line 9978, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-letter-n:before {
  content: "\f5bb";
}

/* line 9979, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-letter-n-filled:before {
  content: "\fde0";
}

/* line 9980, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-letter-o:before {
  content: "\f5bc";
}

/* line 9981, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-letter-o-filled:before {
  content: "\fddf";
}

/* line 9982, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-letter-p:before {
  content: "\f5bd";
}

/* line 9983, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-letter-p-filled:before {
  content: "\fdde";
}

/* line 9984, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-letter-q:before {
  content: "\f5be";
}

/* line 9985, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-letter-q-filled:before {
  content: "\fddd";
}

/* line 9986, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-letter-r:before {
  content: "\f5bf";
}

/* line 9987, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-letter-r-filled:before {
  content: "\fddc";
}

/* line 9988, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-letter-s:before {
  content: "\f5c0";
}

/* line 9989, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-letter-s-filled:before {
  content: "\fddb";
}

/* line 9990, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-letter-t:before {
  content: "\f5c1";
}

/* line 9991, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-letter-t-filled:before {
  content: "\fdda";
}

/* line 9992, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-letter-u:before {
  content: "\f5c2";
}

/* line 9993, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-letter-u-filled:before {
  content: "\fdd9";
}

/* line 9994, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-letter-v:before {
  content: "\f5c3";
}

/* line 9995, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-letter-v-filled:before {
  content: "\fdd8";
}

/* line 9996, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-letter-w:before {
  content: "\f5c4";
}

/* line 9997, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-letter-w-filled:before {
  content: "\fdd7";
}

/* line 9998, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-letter-x:before {
  content: "\f5c5";
}

/* line 9999, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-letter-x-filled:before {
  content: "\fdd6";
}

/* line 10000, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-letter-y:before {
  content: "\f5c6";
}

/* line 10001, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-letter-y-filled:before {
  content: "\fdd5";
}

/* line 10002, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-letter-z:before {
  content: "\f5c7";
}

/* line 10003, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-letter-z-filled:before {
  content: "\fdd4";
}

/* line 10004, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-minus:before {
  content: "\f63e";
}

/* line 10005, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-minus-2:before {
  content: "\fc97";
}

/* line 10006, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-minus-filled:before {
  content: "\fb40";
}

/* line 10007, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-number-0:before {
  content: "\f5c8";
}

/* line 10008, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-number-0-filled:before {
  content: "\f778";
}

/* line 10009, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-number-1:before {
  content: "\f5c9";
}

/* line 10010, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-number-1-filled:before {
  content: "\f779";
}

/* line 10011, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-number-2:before {
  content: "\f5ca";
}

/* line 10012, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-number-2-filled:before {
  content: "\f77a";
}

/* line 10013, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-number-3:before {
  content: "\f5cb";
}

/* line 10014, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-number-3-filled:before {
  content: "\f77b";
}

/* line 10015, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-number-4:before {
  content: "\f5cc";
}

/* line 10016, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-number-4-filled:before {
  content: "\f77c";
}

/* line 10017, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-number-5:before {
  content: "\f5cd";
}

/* line 10018, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-number-5-filled:before {
  content: "\f77d";
}

/* line 10019, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-number-6:before {
  content: "\f5ce";
}

/* line 10020, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-number-6-filled:before {
  content: "\f77e";
}

/* line 10021, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-number-7:before {
  content: "\f5cf";
}

/* line 10022, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-number-7-filled:before {
  content: "\f77f";
}

/* line 10023, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-number-8:before {
  content: "\f5d0";
}

/* line 10024, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-number-8-filled:before {
  content: "\f780";
}

/* line 10025, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-number-9:before {
  content: "\f5d1";
}

/* line 10026, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-number-9-filled:before {
  content: "\f781";
}

/* line 10027, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-percentage:before {
  content: "\fd84";
}

/* line 10028, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-plus:before {
  content: "\f63f";
}

/* line 10029, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-plus-2:before {
  content: "\fc98";
}

/* line 10030, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-plus-filled:before {
  content: "\f6e8";
}

/* line 10031, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-x:before {
  content: "\f640";
}

/* line 10032, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-rounded-x-filled:before {
  content: "\f6e9";
}

/* line 10033, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-toggle:before {
  content: "\eef4";
}

/* line 10034, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-toggle-horizontal:before {
  content: "\eef3";
}

/* line 10035, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-x:before {
  content: "\eb2b";
}

/* line 10036, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-x-filled:before {
  content: "\fb41";
}

/* line 10037, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-squares:before {
  content: "\eef6";
}

/* line 10038, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-squares-diagonal:before {
  content: "\eef5";
}

/* line 10039, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-squares-filled:before {
  content: "\fe9f";
}

/* line 10040, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-squares-selected:before {
  content: "\fea3";
}

/* line 10041, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-stack:before {
  content: "\eb2d";
}

/* line 10042, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-stack-2:before {
  content: "\eef7";
}

/* line 10043, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-stack-2-filled:before {
  content: "\fdd3";
}

/* line 10044, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-stack-3:before {
  content: "\ef9d";
}

/* line 10045, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-stack-3-filled:before {
  content: "\fdd2";
}

/* line 10046, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-stack-back:before {
  content: "\fd26";
}

/* line 10047, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-stack-backward:before {
  content: "\fd27";
}

/* line 10048, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-stack-filled:before {
  content: "\fdd1";
}

/* line 10049, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-stack-forward:before {
  content: "\fd28";
}

/* line 10050, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-stack-front:before {
  content: "\fd29";
}

/* line 10051, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-stack-middle:before {
  content: "\fd2a";
}

/* line 10052, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-stack-pop:before {
  content: "\f234";
}

/* line 10053, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-stack-push:before {
  content: "\f235";
}

/* line 10054, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-stairs:before {
  content: "\eca6";
}

/* line 10055, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-stairs-down:before {
  content: "\eca4";
}

/* line 10056, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-stairs-up:before {
  content: "\eca5";
}

/* line 10057, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-star:before {
  content: "\eb2e";
}

/* line 10058, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-star-filled:before {
  content: "\f6a6";
}

/* line 10059, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-star-half:before {
  content: "\ed19";
}

/* line 10060, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-star-half-filled:before {
  content: "\f6a7";
}

/* line 10061, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-star-off:before {
  content: "\ed62";
}

/* line 10062, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-stars:before {
  content: "\ed38";
}

/* line 10063, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-stars-filled:before {
  content: "\f6a8";
}

/* line 10064, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-stars-off:before {
  content: "\f430";
}

/* line 10065, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-status-change:before {
  content: "\f3b0";
}

/* line 10066, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-steam:before {
  content: "\f24b";
}

/* line 10067, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-steering-wheel:before {
  content: "\ec7b";
}

/* line 10068, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-steering-wheel-off:before {
  content: "\f431";
}

/* line 10069, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-step-into:before {
  content: "\ece0";
}

/* line 10070, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-step-out:before {
  content: "\ece1";
}

/* line 10071, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-stereo-glasses:before {
  content: "\f4cb";
}

/* line 10072, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-stethoscope:before {
  content: "\edbe";
}

/* line 10073, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-stethoscope-off:before {
  content: "\f432";
}

/* line 10074, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-sticker:before {
  content: "\eb2f";
}

/* line 10075, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-sticker-2:before {
  content: "\fd3d";
}

/* line 10076, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-storm:before {
  content: "\f24c";
}

/* line 10077, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-storm-off:before {
  content: "\f433";
}

/* line 10078, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-stretching:before {
  content: "\f2db";
}

/* line 10079, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-stretching-2:before {
  content: "\fa6d";
}

/* line 10080, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-strikethrough:before {
  content: "\eb9e";
}

/* line 10081, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-submarine:before {
  content: "\ed94";
}

/* line 10082, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-subscript:before {
  content: "\eb9f";
}

/* line 10083, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-subtask:before {
  content: "\ec9f";
}

/* line 10084, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-sum:before {
  content: "\eb73";
}

/* line 10085, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-sum-off:before {
  content: "\f1ab";
}

/* line 10086, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-sun:before {
  content: "\eb30";
}

/* line 10087, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-sun-electricity:before {
  content: "\fcc2";
}

/* line 10088, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-sun-filled:before {
  content: "\f6a9";
}

/* line 10089, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-sun-high:before {
  content: "\f236";
}

/* line 10090, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-sun-low:before {
  content: "\f237";
}

/* line 10091, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-sun-moon:before {
  content: "\f4a3";
}

/* line 10092, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-sun-off:before {
  content: "\ed63";
}

/* line 10093, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-sun-wind:before {
  content: "\f238";
}

/* line 10094, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-sunglasses:before {
  content: "\f239";
}

/* line 10095, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-sunglasses-filled:before {
  content: "\fec8";
}

/* line 10096, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-sunrise:before {
  content: "\ef1c";
}

/* line 10097, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-sunset:before {
  content: "\ec31";
}

/* line 10098, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-sunset-2:before {
  content: "\f23a";
}

/* line 10099, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-superscript:before {
  content: "\eba0";
}

/* line 10100, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-svg:before {
  content: "\f25a";
}

/* line 10101, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-swimming:before {
  content: "\ec92";
}

/* line 10102, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-swipe:before {
  content: "\f551";
}

/* line 10103, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-swipe-down:before {
  content: "\fd5e";
}

/* line 10104, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-swipe-left:before {
  content: "\fd5f";
}

/* line 10105, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-swipe-right:before {
  content: "\fd60";
}

/* line 10106, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-swipe-up:before {
  content: "\fd61";
}

/* line 10107, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-switch:before {
  content: "\eb33";
}

/* line 10108, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-switch-2:before {
  content: "\edbf";
}

/* line 10109, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-switch-3:before {
  content: "\edc0";
}

/* line 10110, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-switch-horizontal:before {
  content: "\eb31";
}

/* line 10111, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-switch-vertical:before {
  content: "\eb32";
}

/* line 10112, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-sword:before {
  content: "\f030";
}

/* line 10113, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-sword-off:before {
  content: "\f434";
}

/* line 10114, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-swords:before {
  content: "\f132";
}

/* line 10115, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-table:before {
  content: "\eba1";
}

/* line 10116, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-table-alias:before {
  content: "\f25b";
}

/* line 10117, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-table-column:before {
  content: "\faff";
}

/* line 10118, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-table-down:before {
  content: "\fa1c";
}

/* line 10119, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-table-export:before {
  content: "\eef8";
}

/* line 10120, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-table-filled:before {
  content: "\f782";
}

/* line 10121, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-table-heart:before {
  content: "\fa1d";
}

/* line 10122, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-table-import:before {
  content: "\eef9";
}

/* line 10123, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-table-minus:before {
  content: "\fa1e";
}

/* line 10124, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-table-off:before {
  content: "\eefa";
}

/* line 10125, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-table-options:before {
  content: "\f25c";
}

/* line 10126, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-table-plus:before {
  content: "\fa1f";
}

/* line 10127, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-table-row:before {
  content: "\fb00";
}

/* line 10128, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-table-share:before {
  content: "\fa20";
}

/* line 10129, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-table-shortcut:before {
  content: "\f25d";
}

/* line 10130, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-tag:before {
  content: "\eb34";
}

/* line 10131, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-tag-off:before {
  content: "\efc0";
}

/* line 10132, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-tag-starred:before {
  content: "\fc99";
}

/* line 10133, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-tags:before {
  content: "\ef86";
}

/* line 10134, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-tags-off:before {
  content: "\efc1";
}

/* line 10135, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-tallymark-1:before {
  content: "\ec46";
}

/* line 10136, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-tallymark-2:before {
  content: "\ec47";
}

/* line 10137, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-tallymark-3:before {
  content: "\ec48";
}

/* line 10138, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-tallymark-4:before {
  content: "\ec49";
}

/* line 10139, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-tallymarks:before {
  content: "\ec4a";
}

/* line 10140, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-tank:before {
  content: "\ed95";
}

/* line 10141, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-target:before {
  content: "\eb35";
}

/* line 10142, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-target-arrow:before {
  content: "\f51a";
}

/* line 10143, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-target-off:before {
  content: "\f1ad";
}

/* line 10144, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-teapot:before {
  content: "\f552";
}

/* line 10145, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-telescope:before {
  content: "\f07d";
}

/* line 10146, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-telescope-off:before {
  content: "\f1ae";
}

/* line 10147, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-temperature:before {
  content: "\eb38";
}

/* line 10148, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-temperature-celsius:before {
  content: "\eb36";
}

/* line 10149, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-temperature-fahrenheit:before {
  content: "\eb37";
}

/* line 10150, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-temperature-minus:before {
  content: "\ebed";
}

/* line 10151, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-temperature-off:before {
  content: "\f1af";
}

/* line 10152, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-temperature-plus:before {
  content: "\ebee";
}

/* line 10153, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-temperature-snow:before {
  content: "\fda3";
}

/* line 10154, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-temperature-sun:before {
  content: "\fda4";
}

/* line 10155, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-template:before {
  content: "\eb39";
}

/* line 10156, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-template-off:before {
  content: "\f1b0";
}

/* line 10157, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-tent:before {
  content: "\eefb";
}

/* line 10158, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-tent-off:before {
  content: "\f435";
}

/* line 10159, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-terminal:before {
  content: "\ebdc";
}

/* line 10160, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-terminal-2:before {
  content: "\ebef";
}

/* line 10161, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-test-pipe:before {
  content: "\eb3a";
}

/* line 10162, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-test-pipe-2:before {
  content: "\f0a4";
}

/* line 10163, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-test-pipe-off:before {
  content: "\f1b1";
}

/* line 10164, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-tex:before {
  content: "\f4e0";
}

/* line 10165, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-text-caption:before {
  content: "\f4a4";
}

/* line 10166, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-text-color:before {
  content: "\f2dc";
}

/* line 10167, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-text-decrease:before {
  content: "\f202";
}

/* line 10168, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-text-direction-ltr:before {
  content: "\eefc";
}

/* line 10169, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-text-direction-rtl:before {
  content: "\eefd";
}

/* line 10170, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-text-grammar:before {
  content: "\fd6d";
}

/* line 10171, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-text-increase:before {
  content: "\f203";
}

/* line 10172, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-text-orientation:before {
  content: "\f2a4";
}

/* line 10173, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-text-plus:before {
  content: "\f2a5";
}

/* line 10174, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-text-recognition:before {
  content: "\f204";
}

/* line 10175, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-text-resize:before {
  content: "\ef87";
}

/* line 10176, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-text-scan-2:before {
  content: "\fcc3";
}

/* line 10177, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-text-size:before {
  content: "\f2b1";
}

/* line 10178, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-text-spellcheck:before {
  content: "\f2a6";
}

/* line 10179, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-text-wrap:before {
  content: "\ebdd";
}

/* line 10180, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-text-wrap-column:before {
  content: "\feb2";
}

/* line 10181, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-text-wrap-disabled:before {
  content: "\eca7";
}

/* line 10182, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-texture:before {
  content: "\f51b";
}

/* line 10183, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-theater:before {
  content: "\f79b";
}

/* line 10184, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-thermometer:before {
  content: "\ef67";
}

/* line 10185, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-thumb-down:before {
  content: "\eb3b";
}

/* line 10186, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-thumb-down-filled:before {
  content: "\f6aa";
}

/* line 10187, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-thumb-down-off:before {
  content: "\f436";
}

/* line 10188, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-thumb-up:before {
  content: "\eb3c";
}

/* line 10189, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-thumb-up-filled:before {
  content: "\f6ab";
}

/* line 10190, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-thumb-up-off:before {
  content: "\f437";
}

/* line 10191, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-tic-tac:before {
  content: "\f51c";
}

/* line 10192, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-ticket:before {
  content: "\eb3d";
}

/* line 10193, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-ticket-off:before {
  content: "\f1b2";
}

/* line 10194, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-tie:before {
  content: "\f07e";
}

/* line 10195, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-tilde:before {
  content: "\f4a5";
}

/* line 10196, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-tilt-shift:before {
  content: "\eefe";
}

/* line 10197, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-tilt-shift-filled:before {
  content: "\fec7";
}

/* line 10198, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-tilt-shift-off:before {
  content: "\f1b3";
}

/* line 10199, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-time-duration-0:before {
  content: "\fad4";
}

/* line 10200, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-time-duration-10:before {
  content: "\fad5";
}

/* line 10201, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-time-duration-15:before {
  content: "\fad6";
}

/* line 10202, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-time-duration-30:before {
  content: "\fad7";
}

/* line 10203, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-time-duration-45:before {
  content: "\fad8";
}

/* line 10204, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-time-duration-5:before {
  content: "\fad9";
}

/* line 10205, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-time-duration-60:before {
  content: "\fada";
}

/* line 10206, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-time-duration-90:before {
  content: "\fadb";
}

/* line 10207, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-time-duration-off:before {
  content: "\fadc";
}

/* line 10208, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-timeline:before {
  content: "\f031";
}

/* line 10209, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-timeline-event:before {
  content: "\f553";
}

/* line 10210, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-timeline-event-exclamation:before {
  content: "\f662";
}

/* line 10211, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-timeline-event-filled:before {
  content: "\fd18";
}

/* line 10212, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-timeline-event-minus:before {
  content: "\f663";
}

/* line 10213, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-timeline-event-plus:before {
  content: "\f664";
}

/* line 10214, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-timeline-event-text:before {
  content: "\f665";
}

/* line 10215, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-timeline-event-x:before {
  content: "\f666";
}

/* line 10216, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-tir:before {
  content: "\ebf0";
}

/* line 10217, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-toggle-left:before {
  content: "\eb3e";
}

/* line 10218, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-toggle-left-filled:before {
  content: "\fec0";
}

/* line 10219, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-toggle-right:before {
  content: "\eb3f";
}

/* line 10220, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-toggle-right-filled:before {
  content: "\febf";
}

/* line 10221, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-toilet-paper:before {
  content: "\efd3";
}

/* line 10222, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-toilet-paper-off:before {
  content: "\f1b4";
}

/* line 10223, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-toml:before {
  content: "\fa5d";
}

/* line 10224, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-tool:before {
  content: "\eb40";
}

/* line 10225, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-tools:before {
  content: "\ebca";
}

/* line 10226, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-tools-kitchen:before {
  content: "\ed64";
}

/* line 10227, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-tools-kitchen-2:before {
  content: "\eeff";
}

/* line 10228, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-tools-kitchen-2-off:before {
  content: "\f1b5";
}

/* line 10229, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-tools-kitchen-3:before {
  content: "\fd2b";
}

/* line 10230, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-tools-kitchen-off:before {
  content: "\f1b6";
}

/* line 10231, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-tools-off:before {
  content: "\f1b7";
}

/* line 10232, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-tooltip:before {
  content: "\f2dd";
}

/* line 10233, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-topology-bus:before {
  content: "\f5d9";
}

/* line 10234, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-topology-complex:before {
  content: "\f5da";
}

/* line 10235, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-topology-full:before {
  content: "\f5dc";
}

/* line 10236, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-topology-full-hierarchy:before {
  content: "\f5db";
}

/* line 10237, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-topology-ring:before {
  content: "\f5df";
}

/* line 10238, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-topology-ring-2:before {
  content: "\f5dd";
}

/* line 10239, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-topology-ring-3:before {
  content: "\f5de";
}

/* line 10240, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-topology-star:before {
  content: "\f5e5";
}

/* line 10241, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-topology-star-2:before {
  content: "\f5e0";
}

/* line 10242, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-topology-star-3:before {
  content: "\f5e1";
}

/* line 10243, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-topology-star-ring:before {
  content: "\f5e4";
}

/* line 10244, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-topology-star-ring-2:before {
  content: "\f5e2";
}

/* line 10245, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-topology-star-ring-3:before {
  content: "\f5e3";
}

/* line 10246, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-torii:before {
  content: "\f59b";
}

/* line 10247, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-tornado:before {
  content: "\ece2";
}

/* line 10248, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-tournament:before {
  content: "\ecd0";
}

/* line 10249, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-tower:before {
  content: "\f2cb";
}

/* line 10250, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-tower-off:before {
  content: "\f2ca";
}

/* line 10251, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-track:before {
  content: "\ef00";
}

/* line 10252, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-tractor:before {
  content: "\ec0d";
}

/* line 10253, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-trademark:before {
  content: "\ec0e";
}

/* line 10254, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-traffic-cone:before {
  content: "\ec0f";
}

/* line 10255, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-traffic-cone-off:before {
  content: "\f1b8";
}

/* line 10256, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-traffic-lights:before {
  content: "\ed39";
}

/* line 10257, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-traffic-lights-off:before {
  content: "\f1b9";
}

/* line 10258, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-train:before {
  content: "\ed96";
}

/* line 10259, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-transaction-bitcoin:before {
  content: "\fd6e";
}

/* line 10260, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-transaction-dollar:before {
  content: "\fd6f";
}

/* line 10261, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-transaction-euro:before {
  content: "\fd70";
}

/* line 10262, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-transaction-pound:before {
  content: "\fd71";
}

/* line 10263, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-transaction-rupee:before {
  content: "\fd85";
}

/* line 10264, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-transaction-yen:before {
  content: "\fd72";
}

/* line 10265, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-transaction-yuan:before {
  content: "\fd73";
}

/* line 10266, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-transfer:before {
  content: "\fc1f";
}

/* line 10267, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-transfer-in:before {
  content: "\ef2f";
}

/* line 10268, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-transfer-out:before {
  content: "\ef30";
}

/* line 10269, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-transfer-vertical:before {
  content: "\fc1e";
}

/* line 10270, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-transform:before {
  content: "\f38e";
}

/* line 10271, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-transform-filled:before {
  content: "\f6ac";
}

/* line 10272, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-transform-point:before {
  content: "\fda9";
}

/* line 10273, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-transform-point-bottom-left:before {
  content: "\fda5";
}

/* line 10274, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-transform-point-bottom-right:before {
  content: "\fda6";
}

/* line 10275, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-transform-point-top-left:before {
  content: "\fda7";
}

/* line 10276, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-transform-point-top-right:before {
  content: "\fda8";
}

/* line 10277, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-transition-bottom:before {
  content: "\f2b2";
}

/* line 10278, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-transition-bottom-filled:before {
  content: "\fdd0";
}

/* line 10279, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-transition-left:before {
  content: "\f2b3";
}

/* line 10280, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-transition-left-filled:before {
  content: "\fdcf";
}

/* line 10281, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-transition-right:before {
  content: "\f2b4";
}

/* line 10282, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-transition-right-filled:before {
  content: "\fdce";
}

/* line 10283, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-transition-top:before {
  content: "\f2b5";
}

/* line 10284, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-transition-top-filled:before {
  content: "\fdcd";
}

/* line 10285, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-trash:before {
  content: "\eb41";
}

/* line 10286, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-trash-filled:before {
  content: "\f783";
}

/* line 10287, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-trash-off:before {
  content: "\ed65";
}

/* line 10288, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-trash-x:before {
  content: "\ef88";
}

/* line 10289, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-trash-x-filled:before {
  content: "\f784";
}

/* line 10290, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-treadmill:before {
  content: "\fa6e";
}

/* line 10291, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-tree:before {
  content: "\ef01";
}

/* line 10292, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-trees:before {
  content: "\ec10";
}

/* line 10293, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-trekking:before {
  content: "\f5ad";
}

/* line 10294, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-trending-down:before {
  content: "\eb42";
}

/* line 10295, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-trending-down-2:before {
  content: "\edc1";
}

/* line 10296, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-trending-down-3:before {
  content: "\edc2";
}

/* line 10297, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-trending-up:before {
  content: "\eb43";
}

/* line 10298, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-trending-up-2:before {
  content: "\edc3";
}

/* line 10299, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-trending-up-3:before {
  content: "\edc4";
}

/* line 10300, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-triangle:before {
  content: "\eb44";
}

/* line 10301, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-triangle-filled:before {
  content: "\f6ad";
}

/* line 10302, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-triangle-inverted:before {
  content: "\f01d";
}

/* line 10303, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-triangle-inverted-filled:before {
  content: "\f6ae";
}

/* line 10304, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-triangle-minus:before {
  content: "\fc9b";
}

/* line 10305, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-triangle-minus-2:before {
  content: "\fc9a";
}

/* line 10306, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-triangle-off:before {
  content: "\ef02";
}

/* line 10307, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-triangle-plus:before {
  content: "\fc9d";
}

/* line 10308, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-triangle-plus-2:before {
  content: "\fc9c";
}

/* line 10309, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-triangle-square-circle:before {
  content: "\ece8";
}

/* line 10310, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-triangle-square-circle-filled:before {
  content: "\fb42";
}

/* line 10311, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-triangles:before {
  content: "\f0a5";
}

/* line 10312, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-trident:before {
  content: "\ecc5";
}

/* line 10313, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-trolley:before {
  content: "\f4cc";
}

/* line 10314, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-trophy:before {
  content: "\eb45";
}

/* line 10315, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-trophy-filled:before {
  content: "\f6af";
}

/* line 10316, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-trophy-off:before {
  content: "\f438";
}

/* line 10317, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-trowel:before {
  content: "\f368";
}

/* line 10318, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-truck:before {
  content: "\ebc4";
}

/* line 10319, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-truck-delivery:before {
  content: "\ec4b";
}

/* line 10320, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-truck-loading:before {
  content: "\f1da";
}

/* line 10321, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-truck-off:before {
  content: "\ef03";
}

/* line 10322, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-truck-return:before {
  content: "\ec4c";
}

/* line 10323, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-txt:before {
  content: "\f3b1";
}

/* line 10324, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-typeface:before {
  content: "\fdab";
}

/* line 10325, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-typography:before {
  content: "\ebc5";
}

/* line 10326, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-typography-off:before {
  content: "\f1ba";
}

/* line 10327, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-u-turn-left:before {
  content: "\fea2";
}

/* line 10328, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-u-turn-right:before {
  content: "\fea1";
}

/* line 10329, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-ufo:before {
  content: "\f26f";
}

/* line 10330, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-ufo-off:before {
  content: "\f26e";
}

/* line 10331, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-umbrella:before {
  content: "\ebf1";
}

/* line 10332, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-umbrella-filled:before {
  content: "\f6b0";
}

/* line 10333, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-umbrella-off:before {
  content: "\f1bb";
}

/* line 10334, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-underline:before {
  content: "\eba2";
}

/* line 10335, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-universe:before {
  content: "\fcc4";
}

/* line 10336, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-unlink:before {
  content: "\eb46";
}

/* line 10337, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-upload:before {
  content: "\eb47";
}

/* line 10338, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-urgent:before {
  content: "\eb48";
}

/* line 10339, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-usb:before {
  content: "\f00c";
}

/* line 10340, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-user:before {
  content: "\eb4d";
}

/* line 10341, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-user-bolt:before {
  content: "\f9d1";
}

/* line 10342, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-user-cancel:before {
  content: "\f9d2";
}

/* line 10343, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-user-check:before {
  content: "\eb49";
}

/* line 10344, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-user-circle:before {
  content: "\ef68";
}

/* line 10345, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-user-code:before {
  content: "\f9d3";
}

/* line 10346, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-user-cog:before {
  content: "\f9d4";
}

/* line 10347, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-user-dollar:before {
  content: "\f9d5";
}

/* line 10348, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-user-down:before {
  content: "\f9d6";
}

/* line 10349, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-user-edit:before {
  content: "\f7cc";
}

/* line 10350, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-user-exclamation:before {
  content: "\ec12";
}

/* line 10351, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-user-filled:before {
  content: "\fd19";
}

/* line 10352, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-user-heart:before {
  content: "\f7cd";
}

/* line 10353, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-user-hexagon:before {
  content: "\fc4e";
}

/* line 10354, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-user-minus:before {
  content: "\eb4a";
}

/* line 10355, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-user-off:before {
  content: "\ecf9";
}

/* line 10356, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-user-pause:before {
  content: "\f9d7";
}

/* line 10357, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-user-pentagon:before {
  content: "\fc4f";
}

/* line 10358, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-user-pin:before {
  content: "\f7ce";
}

/* line 10359, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-user-plus:before {
  content: "\eb4b";
}

/* line 10360, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-user-question:before {
  content: "\f7cf";
}

/* line 10361, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-user-scan:before {
  content: "\fcaf";
}

/* line 10362, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-user-screen:before {
  content: "\fea0";
}

/* line 10363, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-user-search:before {
  content: "\ef89";
}

/* line 10364, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-user-share:before {
  content: "\f9d8";
}

/* line 10365, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-user-shield:before {
  content: "\f7d0";
}

/* line 10366, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-user-square:before {
  content: "\fc51";
}

/* line 10367, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-user-square-rounded:before {
  content: "\fc50";
}

/* line 10368, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-user-star:before {
  content: "\f7d1";
}

/* line 10369, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-user-up:before {
  content: "\f7d2";
}

/* line 10370, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-user-x:before {
  content: "\eb4c";
}

/* line 10371, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-users:before {
  content: "\ebf2";
}

/* line 10372, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-users-group:before {
  content: "\fa21";
}

/* line 10373, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-users-minus:before {
  content: "\fa0e";
}

/* line 10374, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-users-plus:before {
  content: "\fa0f";
}

/* line 10375, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-uv-index:before {
  content: "\f3b2";
}

/* line 10376, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-ux-circle:before {
  content: "\f369";
}

/* line 10377, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-vaccine:before {
  content: "\ef04";
}

/* line 10378, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-vaccine-bottle:before {
  content: "\ef69";
}

/* line 10379, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-vaccine-bottle-off:before {
  content: "\f439";
}

/* line 10380, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-vaccine-off:before {
  content: "\f1bc";
}

/* line 10381, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-vacuum-cleaner:before {
  content: "\f5e6";
}

/* line 10382, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-variable:before {
  content: "\ef05";
}

/* line 10383, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-variable-minus:before {
  content: "\f36a";
}

/* line 10384, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-variable-off:before {
  content: "\f1bd";
}

/* line 10385, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-variable-plus:before {
  content: "\f36b";
}

/* line 10386, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-vector:before {
  content: "\eca9";
}

/* line 10387, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-vector-bezier:before {
  content: "\ef1d";
}

/* line 10388, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-vector-bezier-2:before {
  content: "\f1a3";
}

/* line 10389, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-vector-bezier-arc:before {
  content: "\f4cd";
}

/* line 10390, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-vector-bezier-circle:before {
  content: "\f4ce";
}

/* line 10391, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-vector-off:before {
  content: "\f1be";
}

/* line 10392, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-vector-spline:before {
  content: "\f565";
}

/* line 10393, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-vector-triangle:before {
  content: "\eca8";
}

/* line 10394, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-vector-triangle-off:before {
  content: "\f1bf";
}

/* line 10395, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-venus:before {
  content: "\ec86";
}

/* line 10396, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-versions:before {
  content: "\ed52";
}

/* line 10397, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-versions-filled:before {
  content: "\f6b1";
}

/* line 10398, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-versions-off:before {
  content: "\f1c0";
}

/* line 10399, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-video:before {
  content: "\ed22";
}

/* line 10400, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-video-minus:before {
  content: "\ed1f";
}

/* line 10401, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-video-off:before {
  content: "\ed20";
}

/* line 10402, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-video-plus:before {
  content: "\ed21";
}

/* line 10403, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-view-360:before {
  content: "\ed84";
}

/* line 10404, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-view-360-arrow:before {
  content: "\f62f";
}

/* line 10405, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-view-360-number:before {
  content: "\f566";
}

/* line 10406, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-view-360-off:before {
  content: "\f1c1";
}

/* line 10407, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-viewfinder:before {
  content: "\eb4e";
}

/* line 10408, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-viewfinder-off:before {
  content: "\f1c2";
}

/* line 10409, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-viewport-narrow:before {
  content: "\ebf3";
}

/* line 10410, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-viewport-wide:before {
  content: "\ebf4";
}

/* line 10411, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-vinyl:before {
  content: "\f00d";
}

/* line 10412, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-vip:before {
  content: "\f3b3";
}

/* line 10413, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-vip-off:before {
  content: "\f43a";
}

/* line 10414, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-virus:before {
  content: "\eb74";
}

/* line 10415, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-virus-off:before {
  content: "\ed66";
}

/* line 10416, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-virus-search:before {
  content: "\ed67";
}

/* line 10417, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-vocabulary:before {
  content: "\ef1e";
}

/* line 10418, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-vocabulary-off:before {
  content: "\f43b";
}

/* line 10419, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-volcano:before {
  content: "\f79c";
}

/* line 10420, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-volume:before {
  content: "\eb51";
}

/* line 10421, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-volume-2:before {
  content: "\eb4f";
}

/* line 10422, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-volume-3:before {
  content: "\eb50";
}

/* line 10423, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-volume-off:before {
  content: "\f1c3";
}

/* line 10424, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-vs:before {
  content: "\fc52";
}

/* line 10425, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-walk:before {
  content: "\ec87";
}

/* line 10426, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-wall:before {
  content: "\ef7a";
}

/* line 10427, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-wall-off:before {
  content: "\f43c";
}

/* line 10428, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-wallet:before {
  content: "\eb75";
}

/* line 10429, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-wallet-off:before {
  content: "\f1c4";
}

/* line 10430, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-wallpaper:before {
  content: "\ef56";
}

/* line 10431, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-wallpaper-off:before {
  content: "\f1c5";
}

/* line 10432, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-wand:before {
  content: "\ebcb";
}

/* line 10433, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-wand-off:before {
  content: "\f1c6";
}

/* line 10434, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-wash:before {
  content: "\f311";
}

/* line 10435, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-wash-dry:before {
  content: "\f304";
}

/* line 10436, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-wash-dry-1:before {
  content: "\f2fa";
}

/* line 10437, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-wash-dry-2:before {
  content: "\f2fb";
}

/* line 10438, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-wash-dry-3:before {
  content: "\f2fc";
}

/* line 10439, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-wash-dry-a:before {
  content: "\f2fd";
}

/* line 10440, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-wash-dry-dip:before {
  content: "\f2fe";
}

/* line 10441, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-wash-dry-f:before {
  content: "\f2ff";
}

/* line 10442, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-wash-dry-flat:before {
  content: "\fa7f";
}

/* line 10443, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-wash-dry-hang:before {
  content: "\f300";
}

/* line 10444, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-wash-dry-off:before {
  content: "\f301";
}

/* line 10445, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-wash-dry-p:before {
  content: "\f302";
}

/* line 10446, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-wash-dry-shade:before {
  content: "\f303";
}

/* line 10447, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-wash-dry-w:before {
  content: "\f322";
}

/* line 10448, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-wash-dryclean:before {
  content: "\f305";
}

/* line 10449, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-wash-dryclean-off:before {
  content: "\f323";
}

/* line 10450, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-wash-eco:before {
  content: "\fa80";
}

/* line 10451, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-wash-gentle:before {
  content: "\f306";
}

/* line 10452, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-wash-hand:before {
  content: "\fa81";
}

/* line 10453, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-wash-machine:before {
  content: "\f25e";
}

/* line 10454, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-wash-off:before {
  content: "\f307";
}

/* line 10455, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-wash-press:before {
  content: "\f308";
}

/* line 10456, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-wash-temperature-1:before {
  content: "\f309";
}

/* line 10457, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-wash-temperature-2:before {
  content: "\f30a";
}

/* line 10458, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-wash-temperature-3:before {
  content: "\f30b";
}

/* line 10459, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-wash-temperature-4:before {
  content: "\f30c";
}

/* line 10460, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-wash-temperature-5:before {
  content: "\f30d";
}

/* line 10461, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-wash-temperature-6:before {
  content: "\f30e";
}

/* line 10462, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-wash-tumble-dry:before {
  content: "\f30f";
}

/* line 10463, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-wash-tumble-off:before {
  content: "\f310";
}

/* line 10464, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-waterpolo:before {
  content: "\fa6f";
}

/* line 10465, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-wave-saw-tool:before {
  content: "\ecd3";
}

/* line 10466, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-wave-sine:before {
  content: "\ecd4";
}

/* line 10467, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-wave-square:before {
  content: "\ecd5";
}

/* line 10468, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-waves-electricity:before {
  content: "\fcc5";
}

/* line 10469, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-webhook:before {
  content: "\f01e";
}

/* line 10470, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-webhook-off:before {
  content: "\f43d";
}

/* line 10471, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-weight:before {
  content: "\f589";
}

/* line 10472, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-wheel:before {
  content: "\fc64";
}

/* line 10473, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-wheelchair:before {
  content: "\f1db";
}

/* line 10474, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-wheelchair-off:before {
  content: "\f43e";
}

/* line 10475, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-whirl:before {
  content: "\f51d";
}

/* line 10476, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-wifi:before {
  content: "\eb52";
}

/* line 10477, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-wifi-0:before {
  content: "\eba3";
}

/* line 10478, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-wifi-1:before {
  content: "\eba4";
}

/* line 10479, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-wifi-2:before {
  content: "\eba5";
}

/* line 10480, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-wifi-off:before {
  content: "\ecfa";
}

/* line 10481, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-wind:before {
  content: "\ec34";
}

/* line 10482, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-wind-electricity:before {
  content: "\fcc6";
}

/* line 10483, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-wind-off:before {
  content: "\f1c7";
}

/* line 10484, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-windmill:before {
  content: "\ed85";
}

/* line 10485, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-windmill-filled:before {
  content: "\f6b2";
}

/* line 10486, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-windmill-off:before {
  content: "\f1c8";
}

/* line 10487, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-window:before {
  content: "\ef06";
}

/* line 10488, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-window-maximize:before {
  content: "\f1f1";
}

/* line 10489, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-window-minimize:before {
  content: "\f1f2";
}

/* line 10490, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-window-off:before {
  content: "\f1c9";
}

/* line 10491, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-windsock:before {
  content: "\f06d";
}

/* line 10492, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-wiper:before {
  content: "\ecab";
}

/* line 10493, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-wiper-wash:before {
  content: "\ecaa";
}

/* line 10494, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-woman:before {
  content: "\eb53";
}

/* line 10495, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-woman-filled:before {
  content: "\fdcc";
}

/* line 10496, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-wood:before {
  content: "\f359";
}

/* line 10497, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-world:before {
  content: "\eb54";
}

/* line 10498, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-world-bolt:before {
  content: "\f9d9";
}

/* line 10499, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-world-cancel:before {
  content: "\f9da";
}

/* line 10500, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-world-check:before {
  content: "\f9db";
}

/* line 10501, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-world-code:before {
  content: "\f9dc";
}

/* line 10502, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-world-cog:before {
  content: "\f9dd";
}

/* line 10503, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-world-dollar:before {
  content: "\f9de";
}

/* line 10504, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-world-down:before {
  content: "\f9df";
}

/* line 10505, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-world-download:before {
  content: "\ef8a";
}

/* line 10506, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-world-exclamation:before {
  content: "\f9e0";
}

/* line 10507, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-world-heart:before {
  content: "\f9e1";
}

/* line 10508, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-world-latitude:before {
  content: "\ed2e";
}

/* line 10509, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-world-longitude:before {
  content: "\ed2f";
}

/* line 10510, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-world-minus:before {
  content: "\f9e2";
}

/* line 10511, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-world-off:before {
  content: "\f1ca";
}

/* line 10512, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-world-pause:before {
  content: "\f9e3";
}

/* line 10513, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-world-pin:before {
  content: "\f9e4";
}

/* line 10514, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-world-plus:before {
  content: "\f9e5";
}

/* line 10515, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-world-question:before {
  content: "\f9e6";
}

/* line 10516, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-world-search:before {
  content: "\f9e7";
}

/* line 10517, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-world-share:before {
  content: "\f9e8";
}

/* line 10518, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-world-star:before {
  content: "\f9e9";
}

/* line 10519, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-world-up:before {
  content: "\f9ea";
}

/* line 10520, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-world-upload:before {
  content: "\ef8b";
}

/* line 10521, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-world-www:before {
  content: "\f38f";
}

/* line 10522, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-world-x:before {
  content: "\f9eb";
}

/* line 10523, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-wrecking-ball:before {
  content: "\ed97";
}

/* line 10524, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-writing:before {
  content: "\ef08";
}

/* line 10525, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-writing-off:before {
  content: "\f1cb";
}

/* line 10526, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-writing-sign:before {
  content: "\ef07";
}

/* line 10527, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-writing-sign-off:before {
  content: "\f1cc";
}

/* line 10528, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-x:before {
  content: "\eb55";
}

/* line 10529, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-xbox-a:before {
  content: "\f2b6";
}

/* line 10530, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-xbox-a-filled:before {
  content: "\fdcb";
}

/* line 10531, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-xbox-b:before {
  content: "\f2b7";
}

/* line 10532, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-xbox-b-filled:before {
  content: "\fdca";
}

/* line 10533, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-xbox-x:before {
  content: "\f2b8";
}

/* line 10534, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-xbox-x-filled:before {
  content: "\fdc9";
}

/* line 10535, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-xbox-y:before {
  content: "\f2b9";
}

/* line 10536, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-xbox-y-filled:before {
  content: "\fdc8";
}

/* line 10537, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-xd:before {
  content: "\fa33";
}

/* line 10538, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-xxx:before {
  content: "\fc20";
}

/* line 10539, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-yin-yang:before {
  content: "\ec35";
}

/* line 10540, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-yin-yang-filled:before {
  content: "\f785";
}

/* line 10541, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-yoga:before {
  content: "\f01f";
}

/* line 10542, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-zeppelin:before {
  content: "\f270";
}

/* line 10543, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-zeppelin-filled:before {
  content: "\fdc7";
}

/* line 10544, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-zeppelin-off:before {
  content: "\f43f";
}

/* line 10545, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-zip:before {
  content: "\f3b4";
}

/* line 10546, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-zodiac-aquarius:before {
  content: "\ecac";
}

/* line 10547, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-zodiac-aries:before {
  content: "\ecad";
}

/* line 10548, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-zodiac-cancer:before {
  content: "\ecae";
}

/* line 10549, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-zodiac-capricorn:before {
  content: "\ecaf";
}

/* line 10550, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-zodiac-gemini:before {
  content: "\ecb0";
}

/* line 10551, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-zodiac-leo:before {
  content: "\ecb1";
}

/* line 10552, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-zodiac-libra:before {
  content: "\ecb2";
}

/* line 10553, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-zodiac-pisces:before {
  content: "\ecb3";
}

/* line 10554, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-zodiac-sagittarius:before {
  content: "\ecb4";
}

/* line 10555, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-zodiac-scorpio:before {
  content: "\ecb5";
}

/* line 10556, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-zodiac-taurus:before {
  content: "\ecb6";
}

/* line 10557, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-zodiac-virgo:before {
  content: "\ecb7";
}

/* line 10558, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-zoom:before {
  content: "\fdaa";
}

/* line 10559, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-zoom-cancel:before {
  content: "\ec4d";
}

/* line 10560, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-zoom-cancel-filled:before {
  content: "\fdc6";
}

/* line 10561, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-zoom-check:before {
  content: "\ef09";
}

/* line 10562, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-zoom-check-filled:before {
  content: "\f786";
}

/* line 10563, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-zoom-code:before {
  content: "\f07f";
}

/* line 10564, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-zoom-code-filled:before {
  content: "\fdc5";
}

/* line 10565, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-zoom-exclamation:before {
  content: "\f080";
}

/* line 10566, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-zoom-exclamation-filled:before {
  content: "\fdc4";
}

/* line 10567, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-zoom-filled:before {
  content: "\f787";
}

/* line 10568, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-zoom-in:before {
  content: "\eb56";
}

/* line 10569, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-zoom-in-area:before {
  content: "\f1dc";
}

/* line 10570, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-zoom-in-area-filled:before {
  content: "\f788";
}

/* line 10571, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-zoom-in-filled:before {
  content: "\f789";
}

/* line 10572, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-zoom-money:before {
  content: "\ef0a";
}

/* line 10573, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-zoom-money-filled:before {
  content: "\fdc3";
}

/* line 10574, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-zoom-out:before {
  content: "\eb57";
}

/* line 10575, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-zoom-out-area:before {
  content: "\f1dd";
}

/* line 10576, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-zoom-out-area-filled:before {
  content: "\fdc2";
}

/* line 10577, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-zoom-out-filled:before {
  content: "\f78a";
}

/* line 10578, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-zoom-pan:before {
  content: "\f1de";
}

/* line 10579, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-zoom-pan-filled:before {
  content: "\fdc1";
}

/* line 10580, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-zoom-question:before {
  content: "\edeb";
}

/* line 10581, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-zoom-question-filled:before {
  content: "\fdc0";
}

/* line 10582, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-zoom-replace:before {
  content: "\f2a7";
}

/* line 10583, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-zoom-reset:before {
  content: "\f295";
}

/* line 10584, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-zoom-scan:before {
  content: "\fcb0";
}

/* line 10585, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-zoom-scan-filled:before {
  content: "\fdbf";
}

/* line 10586, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-zzz:before {
  content: "\f228";
}

/* line 10587, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-zzz-off:before {
  content: "\f440";
}

/* line 10590, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-123:before {
  content: "\f554";
}

/* line 10591, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-360:before {
  content: "\f62f";
}

/* line 10592, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-code-asterix:before {
  content: "\f312";
}

/* line 10593, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-discount-2:before {
  content: "\ee7c";
}

/* line 10594, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-discount-2-off:before {
  content: "\f3e6";
}

/* line 10595, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-discount-check:before {
  content: "\f1f8";
}

/* line 10596, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hand-rock:before {
  content: "\ee97";
}

/* line 10597, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-sort-deacending-small-big:before {
  content: "\fd96";
}

/* line 10598, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-shi-jumping:before {
  content: "\fa6c";
}

/* line 10599, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-box-seam:before {
  content: "\eaff";
}

/* line 10600, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-kering:before {
  content: "\efb8";
}

/* line 10601, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-2fa:before {
  content: "\eca0";
}

/* line 10602, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-3d-cube-sphere:before {
  content: "\ecd7";
}

/* line 10603, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-3d-cube-sphere-off:before {
  content: "\f3b5";
}

/* line 10604, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-3d-rotate:before {
  content: "\f020";
}

/* line 10605, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-12-hours:before {
  content: "\fc53";
}

/* line 10606, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-24-hours:before {
  content: "\f5e7";
}

/* line 10607, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-360-view:before {
  content: "\f566";
}

/* line 10608, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-0:before {
  content: "\ee34";
}

/* line 10609, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-1:before {
  content: "\ee35";
}

/* line 10610, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-2:before {
  content: "\ee36";
}

/* line 10611, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-3:before {
  content: "\ee37";
}

/* line 10612, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-4:before {
  content: "\ee38";
}

/* line 10613, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-5:before {
  content: "\ee39";
}

/* line 10614, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-6:before {
  content: "\ee3a";
}

/* line 10615, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-7:before {
  content: "\ee3b";
}

/* line 10616, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-8:before {
  content: "\ee3c";
}

/* line 10617, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-circle-9:before {
  content: "\ee3d";
}

/* line 10618, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-0:before {
  content: "\f459";
}

/* line 10619, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-1:before {
  content: "\f45a";
}

/* line 10620, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-2:before {
  content: "\f45b";
}

/* line 10621, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-3:before {
  content: "\f45c";
}

/* line 10622, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-4:before {
  content: "\f45d";
}

/* line 10623, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-5:before {
  content: "\f45e";
}

/* line 10624, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-6:before {
  content: "\f45f";
}

/* line 10625, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-7:before {
  content: "\f460";
}

/* line 10626, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-8:before {
  content: "\f461";
}

/* line 10627, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-hexagon-9:before {
  content: "\f462";
}

/* line 10628, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-0:before {
  content: "\eee5";
}

/* line 10629, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-1:before {
  content: "\eee6";
}

/* line 10630, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-2:before {
  content: "\eee7";
}

/* line 10631, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-3:before {
  content: "\eee8";
}

/* line 10632, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-4:before {
  content: "\eee9";
}

/* line 10633, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-5:before {
  content: "\eeea";
}

/* line 10634, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-6:before {
  content: "\eeeb";
}

/* line 10635, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-7:before {
  content: "\eeec";
}

/* line 10636, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-8:before {
  content: "\eeed";
}

/* line 10637, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-square-9:before {
  content: "\eeee";
}

/* line 10638, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-message-circle-2:before {
  content: "\eaed";
}

/* line 10639, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-discount-check-filled:before {
  content: "\f746";
}

/* line 10640, app/assets/stylesheets/icons/_tabler-icons.scss */
.ti-message-circle-2-filled:before {
  content: "\fecf";
}

/* line 5, app/assets/stylesheets/dash_delivery.scss */
.zero-registry {
  text-align: center;
}

/* line 9, app/assets/stylesheets/dash_delivery.scss */
#cart_delivery_point_id, #cart_status {
  padding: 12px;
  border: 1px solid #ccc;
  width: 100%;
  border-radius: 4px;
}
