.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  margin-left: -8px;
  position: absolute;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  border-top: none;
  border-bottom-color: #f0f0f0;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  bottom: 0;
  margin-bottom: -8px;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  border-bottom: none;
  border-top-color: #fff;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  bottom: -1px;
  border-top-color: #aeaeae;
}

.react-datepicker-wrapper {
  display: inline-block;
  padding: 0;
  border: 0;
}

.react-datepicker {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
}

.react-datepicker--time-only .react-datepicker__triangle {
  left: 35px;
}

.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}

.react-datepicker--time-only .react-datepicker__time {
  border-radius: 0.3rem;
}

.react-datepicker--time-only .react-datepicker__time-box {
  border-radius: 0.3rem;
}

.react-datepicker__triangle {
  position: absolute;
  left: 50px;
}

.react-datepicker-popper {
  z-index: 1;
}

.react-datepicker-popper[data-placement^="bottom"] {
  margin-top: 10px;
}

.react-datepicker-popper[data-placement="bottom-end"] .react-datepicker__triangle, .react-datepicker-popper[data-placement="top-end"] .react-datepicker__triangle {
  left: auto;
  right: 50px;
}

.react-datepicker-popper[data-placement^="top"] {
  margin-bottom: 10px;
}

.react-datepicker-popper[data-placement^="right"] {
  margin-left: 8px;
}

.react-datepicker-popper[data-placement^="right"] .react-datepicker__triangle {
  left: auto;
  right: 42px;
}

.react-datepicker-popper[data-placement^="left"] {
  margin-right: 8px;
}

.react-datepicker-popper[data-placement^="left"] .react-datepicker__triangle {
  left: 42px;
  right: auto;
}

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  padding-top: 8px;
  position: relative;
}

.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 2px;
}

.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem;
}

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.react-datepicker__navigation {
  background: none;
  line-height: 1.7rem;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 10px;
  width: 0;
  padding: 0;
  border: 0.45rem solid transparent;
  z-index: 1;
  height: 10px;
  width: 10px;
  text-indent: -999em;
  overflow: hidden;
}

.react-datepicker__navigation--previous {
  left: 10px;
  border-right-color: #ccc;
}

.react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}

.react-datepicker__navigation--previous--disabled, .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__navigation--next {
  right: 10px;
  border-left-color: #ccc;
}

.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 80px;
}

.react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}

.react-datepicker__navigation--next--disabled, .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.react-datepicker__navigation--years-previous {
  top: 4px;
  border-top-color: #ccc;
}

.react-datepicker__navigation--years-previous:hover {
  border-top-color: #b3b3b3;
}

.react-datepicker__navigation--years-upcoming {
  top: -4px;
  border-bottom-color: #ccc;
}

.react-datepicker__navigation--years-upcoming:hover {
  border-bottom-color: #b3b3b3;
}

.react-datepicker__month-container {
  float: left;
}

.react-datepicker__year-container {
  margin: 0.4rem;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}

.react-datepicker__year-container-text {
  display: inline-block;
  cursor: pointer;
  flex: 1 0 30%;
  width: 12px;
  padding: 2px;
}

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}

.react-datepicker__month .react-datepicker__month-text,
.react-datepicker__month .react-datepicker__quarter-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__input-time-container {
  clear: both;
  width: 100%;
  float: left;
  margin: 5px 0 10px 15px;
  text-align: left;
}

.react-datepicker__input-time-container .react-datepicker-time__caption {
  display: inline-block;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container {
  display: inline-block;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
  display: inline-block;
  margin-left: 10px;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
  width: 85px;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"]::-webkit-inner-spin-button,
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"] {
  -moz-appearance: textfield;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
  margin-left: 5px;
  display: inline-block;
}

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 85px;
}

.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -72px;
  top: 0;
}

.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 85px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + (1.7rem / 2));
  overflow-y: scroll;
  padding-right: 0px;
  padding-left: 0px;
  width: 100%;
  box-sizing: content-box;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  height: 30px;
  padding: 5px 10px;
  white-space: nowrap;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: white;
  font-weight: bold;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day-names,
.react-datepicker__week {
  white-space: nowrap;
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__month--selected, .react-datepicker__month--in-selecting-range, .react-datepicker__month--in-range,
.react-datepicker__quarter--selected,
.react-datepicker__quarter--in-selecting-range,
.react-datepicker__quarter--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}

.react-datepicker__month--selected:hover, .react-datepicker__month--in-selecting-range:hover, .react-datepicker__month--in-range:hover,
.react-datepicker__quarter--selected:hover,
.react-datepicker__quarter--in-selecting-range:hover,
.react-datepicker__quarter--in-range:hover {
  background-color: #1d5d90;
}

.react-datepicker__month--disabled,
.react-datepicker__quarter--disabled {
  color: #ccc;
  pointer-events: none;
}

.react-datepicker__month--disabled:hover,
.react-datepicker__quarter--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__day,
.react-datepicker__month-text,
.react-datepicker__quarter-text {
  cursor: pointer;
}

.react-datepicker__day:hover,
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day--today,
.react-datepicker__month-text--today,
.react-datepicker__quarter-text--today {
  font-weight: bold;
}

.react-datepicker__day--highlighted,
.react-datepicker__month-text--highlighted,
.react-datepicker__quarter-text--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}

.react-datepicker__day--highlighted:hover,
.react-datepicker__month-text--highlighted:hover,
.react-datepicker__quarter-text--highlighted:hover {
  background-color: #32be3f;
}

.react-datepicker__day--highlighted-custom-1,
.react-datepicker__month-text--highlighted-custom-1,
.react-datepicker__quarter-text--highlighted-custom-1 {
  color: magenta;
}

.react-datepicker__day--highlighted-custom-2,
.react-datepicker__month-text--highlighted-custom-2,
.react-datepicker__quarter-text--highlighted-custom-2 {
  color: green;
}

.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range,
.react-datepicker__month-text--selected,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}

.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover,
.react-datepicker__month-text--selected:hover,
.react-datepicker__month-text--in-selecting-range:hover,
.react-datepicker__month-text--in-range:hover,
.react-datepicker__quarter-text--selected:hover,
.react-datepicker__quarter-text--in-selecting-range:hover,
.react-datepicker__quarter-text--in-range:hover {
  background-color: #1d5d90;
}

.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #2a87d0;
  color: #fff;
}

.react-datepicker__day--keyboard-selected:hover,
.react-datepicker__month-text--keyboard-selected:hover,
.react-datepicker__quarter-text--keyboard-selected:hover {
  background-color: #1d5d90;
}

.react-datepicker__day--in-selecting-range ,
.react-datepicker__month-text--in-selecting-range ,
.react-datepicker__quarter-text--in-selecting-range {
  background-color: rgba(33, 107, 165, 0.5);
}

.react-datepicker__month--selecting-range .react-datepicker__day--in-range , .react-datepicker__month--selecting-range
.react-datepicker__month-text--in-range , .react-datepicker__month--selecting-range
.react-datepicker__quarter-text--in-range {
  background-color: #f0f0f0;
  color: #000;
}

.react-datepicker__day--disabled,
.react-datepicker__month-text--disabled,
.react-datepicker__quarter-text--disabled {
  cursor: default;
  color: #ccc;
}

.react-datepicker__day--disabled:hover,
.react-datepicker__month-text--disabled:hover,
.react-datepicker__quarter-text--disabled:hover {
  background-color: transparent;
}

.react-datepicker__month-text.react-datepicker__month--selected:hover, .react-datepicker__month-text.react-datepicker__month--in-range:hover, .react-datepicker__month-text.react-datepicker__quarter--selected:hover, .react-datepicker__month-text.react-datepicker__quarter--in-range:hover,
.react-datepicker__quarter-text.react-datepicker__month--selected:hover,
.react-datepicker__quarter-text.react-datepicker__month--in-range:hover,
.react-datepicker__quarter-text.react-datepicker__quarter--selected:hover,
.react-datepicker__quarter-text.react-datepicker__quarter--in-range:hover {
  background-color: #216ba5;
}

.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover {
  background-color: #f0f0f0;
}

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
}

.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}

.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3;
}

.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  border-top-color: #ccc;
  float: right;
  margin-left: 20px;
  top: 8px;
  position: relative;
  border-width: 0.45rem;
}

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}

.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}

.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}

.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px;
}

.react-datepicker__close-icon {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0px 6px 0px 0px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

.react-datepicker__close-icon::after {
  cursor: pointer;
  background-color: #216ba5;
  color: #fff;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  padding: 2px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  content: "\00d7";
}

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647;
}

.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}

@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}

.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem;
}

.react-datepicker__portal .react-datepicker__navigation {
  border: 0.81rem solid transparent;
}

.react-datepicker__portal .react-datepicker__navigation--previous {
  border-right-color: #ccc;
}

.react-datepicker__portal .react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}

.react-datepicker__portal .react-datepicker__navigation--previous--disabled, .react-datepicker__portal .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__portal .react-datepicker__navigation--next {
  border-left-color: #ccc;
}

.react-datepicker__portal .react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}

.react-datepicker__portal .react-datepicker__navigation--next--disabled, .react-datepicker__portal .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default;
}

.BaseTable {
  box-shadow: 0 2px 4px 0 #eeeeee;
  background-color: #ffffff;
  position: relative;
  box-sizing: border-box;
  font-size: 13px;
}

.BaseTable--disabled {
  opacity: 0.7;
  pointer-events: none;
}

.BaseTable--dynamic .BaseTable__row {
  overflow: hidden;
  align-items: stretch;
}

.BaseTable:not(.BaseTable--dynamic) .BaseTable__row-cell-text,
.BaseTable .BaseTable__row--frozen .BaseTable__row-cell-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.BaseTable__table {
  background-color: #ffffff;
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column-reverse;
}

.BaseTable__table-main {
  outline: 1px solid #eeeeee;
  left: 0;
}

.BaseTable__table-main .BaseTable__header-cell:first-child, .BaseTable__table-main .BaseTable__row-cell:first-child {
  padding-left: 15px;
}

.BaseTable__table-main .BaseTable__header-cell:last-child, .BaseTable__table-main .BaseTable__row-cell:last-child {
  padding-right: 15px;
}

.BaseTable__table-main .BaseTable__header {
  background-color: #f8f8f8;
}

.BaseTable__table-frozen-left .BaseTable__header,
.BaseTable__table-frozen-left .BaseTable__body, .BaseTable__table-frozen-right .BaseTable__header,
.BaseTable__table-frozen-right .BaseTable__body {
  overflow: hidden !important;
}

.BaseTable__table-frozen-left {
  box-shadow: 2px 0 4px 0 #eeeeee;
  top: 0;
  left: 0;
}

.BaseTable__table-frozen-left .BaseTable__header-cell:first-child, .BaseTable__table-frozen-left .BaseTable__row-cell:first-child {
  padding-left: 15px;
}

.BaseTable__table-frozen-left .BaseTable__header-row,
.BaseTable__table-frozen-left .BaseTable__row {
  padding-right: 0 !important;
}

.BaseTable__table-frozen-left .BaseTable__body {
  overflow-y: auto !important;
}

.BaseTable__table-frozen-right {
  box-shadow: -2px 0 4px 0 #eeeeee;
  top: 0;
  right: 0;
}

.BaseTable__table-frozen-right .BaseTable__header-cell:last-child, .BaseTable__table-frozen-right .BaseTable__row-cell:last-child {
  padding-right: 15px;
}

.BaseTable__table-frozen-right .BaseTable__header-row,
.BaseTable__table-frozen-right .BaseTable__row {
  padding-left: 0 !important;
}

.BaseTable__table-frozen-right .BaseTable__body {
  overflow-y: auto !important;
}

.BaseTable__header {
  overflow: hidden !important;
}

.BaseTable .BaseTable__header,
.BaseTable .BaseTable__body {
  outline: none;
}

.BaseTable__header-row, .BaseTable__row {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eeeeee;
  box-sizing: border-box;
}

.BaseTable__header-row {
  background-color: #f8f8f8;
  font-weight: 700;
}

.BaseTable__row {
  background-color: #ffffff;
}

.BaseTable__row:hover, .BaseTable__row--hovered {
  background-color: #f3f3f3;
}

.BaseTable__row-expanded {
  border-bottom: 1px solid #eeeeee;
}

.BaseTable__header-cell, .BaseTable__row-cell {
  min-width: 0;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 7.5px;
  box-sizing: border-box;
}

.BaseTable__header-cell--align-center, .BaseTable__row-cell--align-center {
  justify-content: center;
  text-align: center;
}

.BaseTable__header-cell--align-right, .BaseTable__row-cell--align-right {
  justify-content: flex-end;
  text-align: right;
}

.BaseTable__header-cell {
  position: relative;
  cursor: default;
}

.BaseTable__header-cell:hover .BaseTable__column-resizer {
  visibility: visible;
  opacity: 0.5;
}

.BaseTable__header-cell:hover .BaseTable__column-resizer:hover {
  opacity: 1;
}

.BaseTable__header-cell .BaseTable__sort-indicator {
  display: none;
}

.BaseTable__header-cell--sortable:hover {
  background-color: #f3f3f3;
  cursor: pointer;
}

.BaseTable__header-cell--sortable:not(.BaseTable__header-cell--sorting):hover .BaseTable__sort-indicator {
  display: block;
  color: #888888;
}

.BaseTable__header-cell--sorting .BaseTable__sort-indicator, .BaseTable__header-cell--sorting:hover .BaseTable__sort-indicator {
  display: block;
}

.BaseTable__header-cell--resizing .BaseTable__column-resizer {
  visibility: visible;
  opacity: 1;
}

.BaseTable__header-cell--resizing .BaseTable__column-resizer::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  content: '';
  left: -9999px;
}

.BaseTable__header-cell-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.BaseTable__header-row--resizing .BaseTable__header-cell {
  background-color: transparent;
  cursor: col-resize;
}

.BaseTable__header-row--resizing .BaseTable__header-cell:not(.BaseTable__header-cell--sorting) .BaseTable__sort-indicator {
  display: none;
}

.BaseTable__header-row--resizing .BaseTable__header-cell:not(.BaseTable__header-cell--resizing) .BaseTable__column-resizer {
  visibility: hidden;
}

.BaseTable__column-resizer {
  width: 3px;
  visibility: hidden;
  background-color: #cccccc;
}

.BaseTable__column-resizer:hover {
  visibility: visible;
  opacity: 1;
}

.BaseTable__footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-color: #ffffff;
}

.BaseTable__resizing-line {
  cursor: col-resize;
  position: absolute;
  top: 0;
  background-color: #cccccc;
  width: 3px;
  transform: translateX(-100%);
}

.BaseTable__empty-layer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  background-color: #ffffff;
}

.BaseTable__overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  pointer-events: none;
}

.BaseTable__overlay > * {
  pointer-events: auto;
}

@charset "UTF-8";
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */
:export {
  highLightedQuestion: #FF8F9F;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.143rem;
}

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #7c223a;
  background-color: #fcd9e2;
  border-color: #fbcad7;
}
.alert-primary hr {
  border-top-color: #f9b2c5;
}
.alert-primary .alert-link {
  color: #541727;
}

.alert-secondary {
  color: #762a1e;
  background-color: #f9dcd7;
  border-color: #f7cec8;
}
.alert-secondary hr {
  border-top-color: #f4bab2;
}
.alert-secondary .alert-link {
  color: #4d1c14;
}

.alert-success {
  color: #7c223a;
  background-color: #fcd9e2;
  border-color: #fbcad7;
}
.alert-success hr {
  border-top-color: #f9b2c5;
}
.alert-success .alert-link {
  color: #541727;
}

.alert-info {
  color: #7c223a;
  background-color: #fcd9e2;
  border-color: #fbcad7;
}
.alert-info hr {
  border-top-color: #f9b2c5;
}
.alert-info .alert-link {
  color: #541727;
}

.alert-warning {
  color: #7c223a;
  background-color: #fcd9e2;
  border-color: #fbcad7;
}
.alert-warning hr {
  border-top-color: #f9b2c5;
}
.alert-warning .alert-link {
  color: #541727;
}

.alert-danger {
  color: #7c223a;
  background-color: #fcd9e2;
  border-color: #fbcad7;
}
.alert-danger hr {
  border-top-color: #f9b2c5;
}
.alert-danger .alert-link {
  color: #541727;
}

.alert-light {
  color: #854a53;
  background-color: #ffe9ec;
  border-color: #ffe0e4;
}
.alert-light hr {
  border-top-color: #ffc7ce;
}
.alert-light .alert-link {
  color: #64383f;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.143rem;
  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) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

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

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #EF426F;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #ea144c;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(239, 66, 111, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #e25139;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #ca361e;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(226, 81, 57, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #EF426F;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #ea144c;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(239, 66, 111, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #EF426F;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #ea144c;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(239, 66, 111, 0.5);
}

.badge-warning {
  color: #fff;
  background-color: #EF426F;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #fff;
  background-color: #ea144c;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(239, 66, 111, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #EF426F;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #ea144c;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(239, 66, 111, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #FF8F9F;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #ff5c73;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 143, 159, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.143rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #7D98A8;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #7D98A8;
}

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

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

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -2px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

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

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #50748A;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.428571429;
  border-radius: 0.143rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #50748A;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: none;
}
.btn.disabled, .form-control[type=file][disabled] + .btn, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled, .form-control[type=file][disabled] + a.btn,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #EF426F;
  border-color: #EF426F;
}
.btn-primary:hover {
  color: #fff;
  background-color: #ec1f54;
  border-color: #ea144c;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #ec1f54;
  border-color: #ea144c;
  box-shadow: 0 0 0 0.2rem rgba(241, 94, 133, 0.5);
}
.btn-primary.disabled, .form-control[type=file][disabled] + .btn-primary.btn, .btn-primary:disabled {
  color: #fff;
  background-color: #EF426F;
  border-color: #EF426F;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #ea144c;
  border-color: #de1348;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 94, 133, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #e25139;
  border-color: #e25139;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #d5391f;
  border-color: #ca361e;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #d5391f;
  border-color: #ca361e;
  box-shadow: 0 0 0 0.2rem rgba(230, 107, 87, 0.5);
}
.btn-secondary.disabled, .form-control[type=file][disabled] + .btn-secondary.btn, .btn-secondary:disabled {
  color: #fff;
  background-color: #e25139;
  border-color: #e25139;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #ca361e;
  border-color: #bf331c;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(230, 107, 87, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #EF426F;
  border-color: #EF426F;
}
.btn-success:hover {
  color: #fff;
  background-color: #ec1f54;
  border-color: #ea144c;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #ec1f54;
  border-color: #ea144c;
  box-shadow: 0 0 0 0.2rem rgba(241, 94, 133, 0.5);
}
.btn-success.disabled, .form-control[type=file][disabled] + .btn-success.btn, .btn-success:disabled {
  color: #fff;
  background-color: #EF426F;
  border-color: #EF426F;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #ea144c;
  border-color: #de1348;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 94, 133, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #EF426F;
  border-color: #EF426F;
}
.btn-info:hover {
  color: #fff;
  background-color: #ec1f54;
  border-color: #ea144c;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #ec1f54;
  border-color: #ea144c;
  box-shadow: 0 0 0 0.2rem rgba(241, 94, 133, 0.5);
}
.btn-info.disabled, .form-control[type=file][disabled] + .btn-info.btn, .btn-info:disabled {
  color: #fff;
  background-color: #EF426F;
  border-color: #EF426F;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #ea144c;
  border-color: #de1348;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 94, 133, 0.5);
}

.btn-warning {
  color: #fff;
  background-color: #EF426F;
  border-color: #EF426F;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec1f54;
  border-color: #ea144c;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec1f54;
  border-color: #ea144c;
  box-shadow: 0 0 0 0.2rem rgba(241, 94, 133, 0.5);
}
.btn-warning.disabled, .form-control[type=file][disabled] + .btn-warning.btn, .btn-warning:disabled {
  color: #fff;
  background-color: #EF426F;
  border-color: #EF426F;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ea144c;
  border-color: #de1348;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 94, 133, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #EF426F;
  border-color: #EF426F;
}
.btn-danger:hover {
  color: #fff;
  background-color: #ec1f54;
  border-color: #ea144c;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #ec1f54;
  border-color: #ea144c;
  box-shadow: 0 0 0 0.2rem rgba(241, 94, 133, 0.5);
}
.btn-danger.disabled, .form-control[type=file][disabled] + .btn-danger.btn, .btn-danger:disabled {
  color: #fff;
  background-color: #EF426F;
  border-color: #EF426F;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #ea144c;
  border-color: #de1348;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 94, 133, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #FF8F9F;
  border-color: #FF8F9F;
}
.btn-light:hover {
  color: #212529;
  background-color: #ff697e;
  border-color: #ff5c73;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #ff697e;
  border-color: #ff5c73;
  box-shadow: 0 0 0 0.2rem rgba(222, 127, 141, 0.5);
}
.btn-light.disabled, .form-control[type=file][disabled] + .btn-light.btn, .btn-light:disabled {
  color: #212529;
  background-color: #FF8F9F;
  border-color: #FF8F9F;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #fff;
  background-color: #ff5c73;
  border-color: #ff4f68;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 127, 141, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .form-control[type=file][disabled] + .btn-dark.btn, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #EF426F;
  border-color: #EF426F;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #EF426F;
  border-color: #EF426F;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 66, 111, 0.5);
}
.btn-outline-primary.disabled, .form-control[type=file][disabled] + .btn-outline-primary.btn, .btn-outline-primary:disabled {
  color: #EF426F;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #EF426F;
  border-color: #EF426F;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 66, 111, 0.5);
}

.btn-outline-secondary {
  color: #e25139;
  border-color: #e25139;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #e25139;
  border-color: #e25139;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(226, 81, 57, 0.5);
}
.btn-outline-secondary.disabled, .form-control[type=file][disabled] + .btn-outline-secondary.btn, .btn-outline-secondary:disabled {
  color: #e25139;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #e25139;
  border-color: #e25139;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(226, 81, 57, 0.5);
}

.btn-outline-success {
  color: #EF426F;
  border-color: #EF426F;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #EF426F;
  border-color: #EF426F;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 66, 111, 0.5);
}
.btn-outline-success.disabled, .form-control[type=file][disabled] + .btn-outline-success.btn, .btn-outline-success:disabled {
  color: #EF426F;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #EF426F;
  border-color: #EF426F;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 66, 111, 0.5);
}

.btn-outline-info {
  color: #EF426F;
  border-color: #EF426F;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #EF426F;
  border-color: #EF426F;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 66, 111, 0.5);
}
.btn-outline-info.disabled, .form-control[type=file][disabled] + .btn-outline-info.btn, .btn-outline-info:disabled {
  color: #EF426F;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #EF426F;
  border-color: #EF426F;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 66, 111, 0.5);
}

.btn-outline-warning {
  color: #EF426F;
  border-color: #EF426F;
}
.btn-outline-warning:hover {
  color: #fff;
  background-color: #EF426F;
  border-color: #EF426F;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 66, 111, 0.5);
}
.btn-outline-warning.disabled, .form-control[type=file][disabled] + .btn-outline-warning.btn, .btn-outline-warning:disabled {
  color: #EF426F;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #EF426F;
  border-color: #EF426F;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 66, 111, 0.5);
}

.btn-outline-danger {
  color: #EF426F;
  border-color: #EF426F;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #EF426F;
  border-color: #EF426F;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 66, 111, 0.5);
}
.btn-outline-danger.disabled, .form-control[type=file][disabled] + .btn-outline-danger.btn, .btn-outline-danger:disabled {
  color: #EF426F;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #EF426F;
  border-color: #EF426F;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 66, 111, 0.5);
}

.btn-outline-light {
  color: #FF8F9F;
  border-color: #FF8F9F;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #FF8F9F;
  border-color: #FF8F9F;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 143, 159, 0.5);
}
.btn-outline-light.disabled, .form-control[type=file][disabled] + .btn-outline-light.btn, .btn-outline-light:disabled {
  color: #FF8F9F;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #FF8F9F;
  border-color: #FF8F9F;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 143, 159, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .form-control[type=file][disabled] + .btn-outline-dark.btn, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #50748A;
  text-decoration: none;
}
.btn-link:hover {
  color: #344b5a;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled, .form-control[type=file][disabled] + .btn-link.btn {
  color: #7D98A8;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.143rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.143rem - 1px);
  border-top-right-radius: calc(0.143rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.143rem - 1px);
  border-bottom-left-radius: calc(0.143rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

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

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.143rem - 1px) calc(0.143rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.143rem - 1px) calc(0.143rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.143rem - 1px);
}

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

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.143rem - 1px);
  border-top-right-radius: calc(0.143rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.143rem - 1px);
  border-bottom-left-radius: calc(0.143rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

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

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled, .form-control[type=file][disabled] + a.close.btn {
  pointer-events: none;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.428571429rem;
  padding-left: 1.5rem;
  print-color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.2142857145rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #EF426F;
  background-color: #EF426F;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(239, 66, 111, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #f9b8c9;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #fde7ec;
  border-color: #fde7ec;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #7D98A8;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: transparent;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.2142857145rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: transparent;
  border: 2px solid #adb5bd;
}
.custom-control-label::after {
  position: absolute;
  top: 0.2142857145rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.143rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #EF426F;
  background-color: #EF426F;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(239, 66, 111, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(239, 66, 111, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(239, 66, 111, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.2142857145rem + 4px);
  left: calc(-2.25rem + 4px);
  width: calc(1rem - 8px);
  height: calc(1rem - 8px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 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) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: transparent;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(239, 66, 111, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.428571429em + 0.75rem + 4px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.428571429;
  color: #495057;
  vertical-align: middle;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 2px solid #ced4da;
  border-radius: 0.143rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #f9b8c9;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(239, 66, 111, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: transparent;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #7D98A8;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 4px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 1rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 4px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.428571429em + 0.75rem + 4px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.428571429em + 0.75rem + 4px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #f9b8c9;
  box-shadow: 0 0 0 0.2rem rgba(239, 66, 111, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: transparent;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.428571429em + 0.75rem + 4px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.428571429;
  color: #495057;
  background-color: transparent;
  border: 2px solid #ced4da;
  border-radius: 0.143rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.428571429em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.428571429;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.143rem 0.143rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(239, 66, 111, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(239, 66, 111, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(239, 66, 111, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #EF426F;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #fde7ec;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #EF426F;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #fde7ec;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #EF426F;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #fde7ec;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  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) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #50748A;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.143rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #50748A;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #47667a;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #EF426F;
}
.dropdown-item.disabled, .form-control[type=file][disabled] + .dropdown-item.btn, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #7D98A8;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #50748A;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.428571429em + 0.75rem + 4px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.428571429;
  color: #495057;
  background-color: transparent;
  background-clip: padding-box;
  border: 2px solid #ced4da;
  border-radius: 0.143rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: transparent;
  border-color: #f9b8c9;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(239, 66, 111, 0.25);
}
.form-control::-moz-placeholder {
  color: #7D98A8;
  opacity: 1;
}
.form-control::placeholder {
  color: #7D98A8;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: transparent;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: transparent;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

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

.col-form-label-lg {
  padding-top: calc(0.5rem + 2px);
  padding-bottom: calc(0.5rem + 2px);
  font-size: 1.25rem;
  line-height: 1.5;
}

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.428571429;
  color: #50748A;
  background-color: transparent;
  border: solid transparent;
  border-width: 2px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 4px);
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 4px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #7D98A8;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 1rem;
  line-height: 1.428571429;
  color: #fff;
  background-color: rgba(239, 66, 111, 0.9);
  border-radius: 0.143rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #EF426F;
  padding-right: calc(1.428571429em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23EF426F' d='M2.3 6.73L.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.3571428573em + 0.1875rem) center;
  background-size: calc(0.7142857145em + 0.375rem) calc(0.7142857145em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #EF426F;
  box-shadow: 0 0 0 0.2rem rgba(239, 66, 111, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.428571429em + 0.75rem);
  background-position: top calc(0.3571428573em + 0.1875rem) right calc(0.3571428573em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #EF426F;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23EF426F' d='M2.3 6.73L.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") center right 1.75rem/calc(0.7142857145em + 0.375rem) calc(0.7142857145em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #EF426F;
  box-shadow: 0 0 0 0.2rem rgba(239, 66, 111, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #EF426F;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #EF426F;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #EF426F;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #f37193;
  background-color: #f37193;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(239, 66, 111, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #EF426F;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #EF426F;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #EF426F;
  box-shadow: 0 0 0 0.2rem rgba(239, 66, 111, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 1rem;
  line-height: 1.428571429;
  color: #fff;
  background-color: rgba(239, 66, 111, 0.9);
  border-radius: 0.143rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #EF426F;
  padding-right: calc(1.428571429em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23EF426F' viewBox='0 0 12 12'%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='%23EF426F' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.3571428573em + 0.1875rem) center;
  background-size: calc(0.7142857145em + 0.375rem) calc(0.7142857145em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #EF426F;
  box-shadow: 0 0 0 0.2rem rgba(239, 66, 111, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.428571429em + 0.75rem);
  background-position: top calc(0.3571428573em + 0.1875rem) right calc(0.3571428573em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #EF426F;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23EF426F' viewBox='0 0 12 12'%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='%23EF426F' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.7142857145em + 0.375rem) calc(0.7142857145em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #EF426F;
  box-shadow: 0 0 0 0.2rem rgba(239, 66, 111, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #EF426F;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #EF426F;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #EF426F;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #f37193;
  background-color: #f37193;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(239, 66, 111, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #EF426F;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #EF426F;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #EF426F;
  box-shadow: 0 0 0 0.2rem rgba(239, 66, 111, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.143rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

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

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -2px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -2px;
}

.input-group-prepend {
  margin-right: -2px;
}

.input-group-append {
  margin-left: -2px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.428571429;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 2px solid #ced4da;
  border-radius: 0.143rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 4px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 4px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.143rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #50748A;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .form-control[type=file][disabled] + .list-group-item.btn, .list-group-item:disabled {
  color: #7D98A8;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #EF426F;
  border-color: #EF426F;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.143rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.143rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

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

.list-group-item-primary {
  color: #7c223a;
  background-color: #fbcad7;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #7c223a;
  background-color: #f9b2c5;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #7c223a;
  border-color: #7c223a;
}

.list-group-item-secondary {
  color: #762a1e;
  background-color: #f7cec8;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #762a1e;
  background-color: #f4bab2;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #762a1e;
  border-color: #762a1e;
}

.list-group-item-success {
  color: #7c223a;
  background-color: #fbcad7;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #7c223a;
  background-color: #f9b2c5;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #7c223a;
  border-color: #7c223a;
}

.list-group-item-info {
  color: #7c223a;
  background-color: #fbcad7;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #7c223a;
  background-color: #f9b2c5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #7c223a;
  border-color: #7c223a;
}

.list-group-item-warning {
  color: #7c223a;
  background-color: #fbcad7;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #7c223a;
  background-color: #f9b2c5;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #7c223a;
  border-color: #7c223a;
}

.list-group-item-danger {
  color: #7c223a;
  background-color: #fbcad7;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #7c223a;
  background-color: #f9b2c5;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #7c223a;
  border-color: #7c223a;
}

.list-group-item-light {
  color: #854a53;
  background-color: #ffe0e4;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #854a53;
  background-color: #ffc7ce;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #854a53;
  border-color: #854a53;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

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

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.714rem 1.429rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled, .form-control[type=file][disabled] + .nav-link.btn {
  color: #7D98A8;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.143rem;
  border-top-right-radius: 0.143rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled, .nav-tabs .form-control[type=file][disabled] + .nav-link.btn {
  color: #7D98A8;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.143rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #EF426F;
}

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.5354285714rem;
  padding-bottom: 0.5354285714rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.714rem;
  padding-bottom: 0.714rem;
}

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.143rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: #35596B;
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: #35596B;
}
.navbar-light .navbar-nav .nav-link {
  color: #35596B;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #35596B;
}
.navbar-light .navbar-nav .nav-link.disabled, .navbar-light .navbar-nav .form-control[type=file][disabled] + .nav-link.btn {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: #35596B;
}
.navbar-light .navbar-toggler {
  color: #35596B;
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='%2335596B' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: #35596B;
}
.navbar-light .navbar-text a {
  color: #35596B;
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: #35596B;
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled, .navbar-dark .navbar-nav .form-control[type=file][disabled] + .nav-link.btn {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.143rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #50748A;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #344b5a;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(239, 66, 111, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.143rem;
  border-bottom-left-radius: 0.143rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.143rem;
  border-bottom-right-radius: 0.143rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #EF426F;
  border-color: #EF426F;
}
.page-item.disabled .page-link, .form-control[type=file][disabled] + .page-item.btn .page-link {
  color: #7D98A8;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  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: 1rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #50748A;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #50748A;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #DCE2E6;
  border-radius: 5px;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #7D98A8;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

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

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

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.428571429;
  color: #50748A;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #50748A;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #344b5a;
  text-decoration: underline;
}

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

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #7D98A8;
  text-align: left;
  caption-side: bottom;
}

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

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #33e0ff;
  --white: #fff;
  --gray: #7D98A8;
  --gray-dark: #343a40;
  --primary: #EF426F;
  --secondary: #e25139;
  --success: #EF426F;
  --info: #EF426F;
  --warning: #EF426F;
  --danger: #EF426F;
  --light: #FF8F9F;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Circular", Helvetica, Arial, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

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

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #50748A;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #50748A;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #fbcad7;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #f79db4;
}

.table-hover .table-primary:hover {
  background-color: #f9b2c5;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #f9b2c5;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #f7cec8;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #f0a598;
}

.table-hover .table-secondary:hover {
  background-color: #f4bab2;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #f4bab2;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #fbcad7;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #f79db4;
}

.table-hover .table-success:hover {
  background-color: #f9b2c5;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #f9b2c5;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #fbcad7;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #f79db4;
}

.table-hover .table-info:hover {
  background-color: #f9b2c5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #f9b2c5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fbcad7;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #f79db4;
}

.table-hover .table-warning:hover {
  background-color: #f9b2c5;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #f9b2c5;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #fbcad7;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #f79db4;
}

.table-hover .table-danger:hover {
  background-color: #f9b2c5;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f9b2c5;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #ffe0e4;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #ffc5cd;
}

.table-hover .table-light:hover {
  background-color: #ffc7ce;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ffc7ce;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #7D98A8;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  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: 1rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.214rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.107rem 0;
  border-top-color: #7D98A8;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.214rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.107rem 0.4rem 0.107rem 0;
  border-right-color: #7D98A8;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.107rem 0.4rem;
  border-bottom-color: #7D98A8;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.214rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.107rem 0 0.107rem 0.4rem;
  border-left-color: #7D98A8;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #7D98A8;
  border-radius: 0.143rem;
}

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

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

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 1.2;
  color: #50748A;
}

h1, .h1 {
  font-size: 2.857rem;
}

h2, .h2 {
  font-size: 2.143rem;
}

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

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

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

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

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

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

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

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.714rem;
}

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #7D98A8;
}
.blockquote-footer::before {
  content: "— ";
}

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

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

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

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

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

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

.bg-primary {
  background-color: #EF426F !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #ea144c !important;
}

.bg-secondary {
  background-color: #e25139 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #ca361e !important;
}

.bg-success {
  background-color: #EF426F !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #ea144c !important;
}

.bg-info {
  background-color: #EF426F !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #ea144c !important;
}

.bg-warning {
  background-color: #EF426F !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #ea144c !important;
}

.bg-danger {
  background-color: #EF426F !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #ea144c !important;
}

.bg-light {
  background-color: #FF8F9F !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #ff5c73 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

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

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

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

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

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

.border-primary {
  border-color: #EF426F !important;
}

.border-secondary {
  border-color: #e25139 !important;
}

.border-success {
  border-color: #EF426F !important;
}

.border-info {
  border-color: #EF426F !important;
}

.border-warning {
  border-color: #EF426F !important;
}

.border-danger {
  border-color: #EF426F !important;
}

.border-light {
  border-color: #FF8F9F !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.143rem !important;
}

.rounded-top {
  border-top-left-radius: 0.143rem !important;
  border-top-right-radius: 0.143rem !important;
}

.rounded-right {
  border-top-right-radius: 0.143rem !important;
  border-bottom-right-radius: 0.143rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.143rem !important;
  border-bottom-left-radius: 0.143rem !important;
}

.rounded-left {
  border-top-left-radius: 0.143rem !important;
  border-bottom-left-radius: 0.143rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

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

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

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

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

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

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

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

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

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

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

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

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

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

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

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

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

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

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

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

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

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

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

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

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

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

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

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

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

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

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

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

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

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

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

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

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

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #EF426F !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #d31244 !important;
}

.text-secondary {
  color: #e25139 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #b4301a !important;
}

.text-success {
  color: #EF426F !important;
}

a.text-success:hover, a.text-success:focus {
  color: #d31244 !important;
}

.text-info {
  color: #EF426F !important;
}

a.text-info:hover, a.text-info:focus {
  color: #d31244 !important;
}

.text-warning {
  color: #EF426F !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #d31244 !important;
}

.text-danger {
  color: #EF426F !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #d31244 !important;
}

.text-light {
  color: #FF8F9F !important;
}

a.text-light:hover, a.text-light:focus {
  color: #ff435d !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #50748A !important;
}

.text-muted {
  color: #7D98A8 !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/*!
 * Bootstrap Grid v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.d-none {
  display: none !important;
}

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

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

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

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

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

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

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

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

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

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

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

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

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

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

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

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

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

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

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

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

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

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

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

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

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

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
/*!
 * Bootstrap Reboot v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.428571429;
  color: #50748A;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #50748A;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #344b5a;
  text-decoration: underline;
}

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

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #7D98A8;
  text-align: left;
  caption-side: bottom;
}

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

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url(/5be1347c682810f199c7.eot);
  src: url(/5be1347c682810f199c7.eot?#iefix) format("embedded-opentype"), url(/assets/glyphicons-halflings-regular.woff2) format("woff2"), url(/assets/glyphicons-halflings-regular.woff) format("woff"), url(/4692b9ec53fd5972caa2.ttf) format("truetype"), url(/060b2710bdbbe3dfe48b.svg#glyphicons_halflingsregular) format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */
:export {
  highLightedQuestion: #FF8F9F;
}

.label, .form-group .col-form-label {
  text-align: left;
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-weight: bold;
}

/**
 * Override Bootstrap styles that you can't modify via variables here.
 *
 */
html {
  font-size: 14px;
}

body {
  overflow-y: scroll;
}

.navbar {
  font-weight: bold;
  font-size: 16px;
  padding: 15px 0 10px;
}

.navbar-brand {
  padding: 0 35px 0 15px;
}

.dropdown-menu.notification_dropdown {
  min-width: 270px;
  padding: 0;
  max-height: 500px;
  overflow: auto;
  right: 0;
  left: auto;
}
@media (min-width: 768px) {
  .dropdown-menu.notification_dropdown {
    min-width: 350px;
  }
}

.new-notification-icon {
  cursor: pointer;
}

a {
  cursor: pointer;
}

.stable-layout .temporary-message {
  height: 1em;
  margin-bottom: -1em;
}

.navbar-light .btn-link {
  color: #35596B;
}

@media (min-width: 1200px) {
  .navbar-light .navbar-nav .nav-item {
    padding: 15px;
  }
  .navbar-light .navbar-nav .nav-item .nav-link {
    padding: 0 0 2px;
    border-bottom: 2px solid transparent;
  }
  .navbar-light .navbar-nav .active.nav-link,
  .navbar-light .navbar-nav .active.nav-link:hover,
  .navbar-light .navbar-nav .active.nav-link:focus {
    border-bottom: 2px solid #50748A;
    box-shadow: none;
  }
  .navbar-light .navbar-nav .nav-item .nav-link:hover {
    border-bottom: 2px solid #50748A;
    box-shadow: none;
  }
}
/**
 * Override navigation bar collapse width
 *
 * source: https://stackoverflow.com/questions/19827605/change-bootstrap-navbar-collapse-breakpoint-without-using-less
 */
@media (max-width: 1199px) {
  .navbar-header {
    float: none;
    list-style: none;
  }
  .navbar-left, .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
}
.deploy-countdown-banner {
  position: relative;
  top: 80px;
  background-color: #FEF090;
  padding: 15px;
  width: 100%;
  z-index: 1000;
  text-align: center;
}
.deploy-countdown-banner + .navbar-fixed-top {
  top: 68px;
}
.deploy-countdown-banner + .navbar-fixed-top ~ div {
  margin-top: 188px;
}

.deploy-countdown-banner-login-page {
  top: 0;
}

/** style environment banner **/
.env-banner {
  color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1031;
  height: 30px;
  line-height: 30px;
  align-items: center;
}
.env-banner + .navbar.fixed-top {
  top: 30px;
}

.env-banner.env-banner-eu {
  background-color: #EF426F;
}

.env-banner.env-banner-us {
  background-color: #50748A;
}

/**
 * Styling for buttons.
 *
 * @version 2.0.0
 * @since 2.0.0
 */
.btn {
  font-weight: normal;
  border-width: 2px;
}
.btn:hover {
  transition: all 0.3s;
}
.btn:focus, .btn.focus {
  transition: all 0.3s;
  box-shadow: none;
}
.btn:disabled, .btn.disabled, .form-control[type=file][disabled] + .btn {
  cursor: not-allowed;
}

.btn-default {
  color: #50748A;
  border-color: #50748A;
  box-shadow: none;
  background-color: #ffffff;
}
.btn-default:focus, .btn-default.focus, .btn-default:hover {
  color: #ffffff;
  background-color: #50748A;
  border-color: #50748A;
  text-shadow: none;
  outline: none;
}
.btn-default:active, .btn-default.active {
  color: #ffffff;
  background-color: #50748A;
  border-color: #50748A;
  outline: none;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus {
  color: #ffffff;
  background-color: #50748A;
  border-color: #50748A;
  outline: none;
}
.btn-default.disabled, .form-control[type=file][disabled] + .btn-default.btn, .btn-default:disabled {
  color: #7D98A8;
  border-color: #B9C5CD;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
}
.btn-default.disabled:hover, .form-control[type=file][disabled] + .btn-default.btn:hover, .btn-default:disabled:hover {
  color: #7D98A8;
  border-color: #B9C5CD;
}
.btn-default.disabled:active, .form-control[type=file][disabled] + .btn-default.btn:active, .btn-default:disabled:active {
  color: #7D98A8;
  border-color: #B9C5CD;
  background: none;
}

.btn-primary,
.btn-success {
  color: #EF426F;
  background-color: rgba(0, 0, 0, 0);
  border-color: #EF426F;
}
.btn-primary:focus, .btn-primary.focus, .btn-primary:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:hover {
  color: #ffffff;
  background-color: #EF426F;
  border-color: #EF426F;
  outline: none;
}
.btn-primary:active, .btn-primary.active,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #bb103c;
  border-color: #bb103c;
  outline: none;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus {
  color: #ffffff;
  background-color: #bb103c;
  border-color: #bb103c;
  outline: none;
}
.btn-primary.disabled, .form-control[type=file][disabled] + .btn-primary.btn, .btn-primary:disabled,
.btn-success.disabled,
.form-control[type=file][disabled] + .btn-success.btn,
.btn-success:disabled {
  color: #FF8F9F;
  border-color: #FF8F9F;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
}
.btn-primary.disabled:hover, .form-control[type=file][disabled] + .btn-primary.btn:hover, .btn-primary:disabled:hover,
.btn-success.disabled:hover,
.form-control[type=file][disabled] + .btn-success.btn:hover,
.btn-success:disabled:hover {
  color: #FF8F9F;
  border-color: #FF8F9F;
}
.btn-primary.disabled:active, .form-control[type=file][disabled] + .btn-primary.btn:active, .btn-primary:disabled:active,
.btn-success.disabled:active,
.form-control[type=file][disabled] + .btn-success.btn:active,
.btn-success:disabled:active {
  color: #FF8F9F;
  border-color: #FF8F9F;
  background: none;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 3px 6px;
  font-size: 11px;
}

.btn-file-upload {
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
  margin-top: 2px;
}

/**
 * Styling for input elements.
 *
 * @version 2.0.0
 * @since 2.0.0
 */
.form-control {
  color: #50748A;
  font-size: 16px;
  border: none;
  border-bottom: solid #7D98A8 2px;
  padding-left: 0px;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}
.form-control::-moz-placeholder {
  color: #7D98A8;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #7D98A8;
}
.form-control::-webkit-input-placeholder {
  color: #7D98A8;
}
.form-control:focus {
  border-bottom: solid #35596B 2px;
  box-shadow: none !important;
  color: #50748A;
}
.form-control[disabled] {
  color: #7D98A8;
  border-bottom: solid #B9C5CD 2px;
  cursor: not-allowed;
}
.form-control[disabled]::-moz-placeholder {
  color: #EDF0F2;
  opacity: 1;
}
.form-control[disabled]:-ms-input-placeholder {
  color: #EDF0F2;
}
.form-control[disabled]::-webkit-input-placeholder {
  color: #EDF0F2;
}

.form-control.short {
  display: inline-block;
  width: 100px;
}

.has-warning .form-control {
  color: #EF426F;
  box-shadow: none;
}
.has-warning .form-control:focus {
  box-shadow: none;
}

.has-error .form-control {
  color: #FF8F9F;
  box-shadow: none;
}
.has-error .form-control:focus {
  box-shadow: none;
  border-color: #FF8F9F;
}

textarea.form-control {
  border: solid #7D98A8 2px;
  border-radius: 0.143rem;
  color: #50748A;
  padding-left: 12px;
  min-height: 100px;
  resize: vertical;
}
textarea.form-control:focus {
  border-color: #35596B;
}
textarea.form-control[disabled] {
  color: #7D98A8;
  border-color: #B9C5CD;
}
textarea.form-control.additional-textarea {
  margin: 15px 0;
  border-color: #B9C5CD;
  border-width: 1px;
}

select.form-control {
  box-shadow: none;
}
select.form-control:focus {
  box-shadow: none;
}

.birthday-select {
  display: inline-block;
  margin-right: 10px;
}

/**
 * Styling for labels.
 *
 * @version 2.0.0
 * @since 2.0.0
 */
label {
  font-weight: 700;
  margin-bottom: 0.357rem;
}

/**
 * Styling for File inputs
 *
 * Requires the markup to be `<input>` first, follwed by `<label>`
 */
.form-control[type=file] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.form-control[type=file][readonly] + .btn {
  cursor: pointer;
}
.form-control[type=file][disabled] + .btn.btn-default:hover, .form-control[type=file][disabled] + .btn.btn-default:focus {
  border-color: #EDF0F2;
}

.text-success {
  color: #00bf6a;
}

.text-dark-green {
  color: #28a745;
}

.file-label-btn {
  white-wrap: normal;
  margin-bottom: 20px;
}

.form-check {
  padding-left: 0;
}
.form-check label {
  font-weight: 400;
  cursor: pointer;
}

/**
* Styling for checkbox input element.
*
* @version 2.0.0
* @since 2.0.0
*/
.checkbox {
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
  /* accessibility */
  /* hover style */
  /* disabled checkbox */
}
.checkbox input[type=checkbox] {
  display: none;
}
.checkbox input[type=checkbox]:not(:checked) + label,
.checkbox input[type=checkbox]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
.checkbox.readonly input[type=checkbox] + label {
  cursor: default;
}
.checkbox input[type=checkbox]:not(:checked) + label:before,
.checkbox input[type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 17px;
  height: 17px;
  border: 2px solid #7D98A8;
  background: #f8f8f8;
}
.checkbox input[type=checkbox]:not(:checked) + label:after,
.checkbox input[type=checkbox]:checked + label:after {
  content: "✔";
  position: absolute;
  top: 3px;
  left: 4px;
  font-size: 16px;
  line-height: 0.8;
  color: #EF426F;
  transition: all 0.2s;
}
.checkbox input[type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.checkbox input[type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.checkbox input[type=checkbox]:checked:focus + label:before,
.checkbox input[type=checkbox]:not(:checked):focus + label:before {
  border: 2px solid #50748A;
}
.checkbox input[type=checkbox]:not(:checked) + label:hover:before,
.checkbox input[type=checkbox]:checked + label:hover:before {
  border: 2px solid #35596B;
}
.checkbox input[type=checkbox]:disabled:not(:checked) + label:before,
.checkbox input[type=checkbox]:disabled:checked + label:before,
.checkbox input[type=checkbox]:disabled:not(:checked) + label:hover:before,
.checkbox input[type=checkbox]:disabled:checked + label:hover:before {
  border-color: #7D98A8;
  cursor: default;
}
.checkbox input[type=checkbox]:disabled:checked + label:after {
  color: #FF8F9F;
}

/**
 * Styling for radio input element.
 *
 * @version 2.0.0
 * @since 2.0.0
 */
.radio input[type=radio] {
  display: none;
}
.radio input[type=radio]:checked + label:before {
  background-color: #EF426F;
  border-color: #EF426F;
  transition: all 0.3s;
}
.radio input[type=radio]:disabled + label:before {
  border-color: #B9C5CD;
}
.radio input[type=radio]:disabled + label:hover:before {
  background-color: transparent;
}
.radio input[type=radio]:checked:disabled + label:before {
  border-color: #EF426F;
}
.radio input[type=radio]:checked:disabled + label:hover:before {
  background-color: #EF426F;
}
.radio label {
  position: relative;
  padding-left: 30px;
}
.radio label:before {
  content: "";
  width: 16px;
  height: 16px;
  border: 2px solid #7D98A8;
  border-radius: 8px;
  margin-right: 5px;
  position: absolute;
  left: 0px;
  top: 2px;
}
.radio:not(.readonly) label:hover:before {
  background-color: #7D98A8;
}
.radio.readonly label {
  cursor: default;
}

.bootstrap-select.open .dropdown-toggle {
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-toggle {
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: none;
  padding-left: 0px;
  padding-right: 0px;
}
.bootstrap-select.btn-group .dropdown-toggle:hover, .bootstrap-select.btn-group .dropdown-toggle:focus {
  color: #7D98A8;
  background-color: transparent;
  border-color: #35596B;
  outline: none !important;
}
.bootstrap-select.btn-group .dropdown-toggle:active {
  outline: none;
}
.bootstrap-select.btn-group .dropdown-toggle:active:hover, .bootstrap-select.btn-group .dropdown-toggle:active:focus {
  background-color: transparent;
  border-bottom-color: #7D98A8;
  outline: none;
}
.bootstrap-select.btn-group .dropdown-toggle.disabled, .bootstrap-select.btn-group .form-control[type=file][disabled] + .dropdown-toggle.btn {
  border-color: #EDF0F2;
}
.bootstrap-select.btn-group .dropdown-toggle.disabled:hover, .bootstrap-select.btn-group .form-control[type=file][disabled] + .dropdown-toggle.btn:hover, .bootstrap-select.btn-group .dropdown-toggle.disabled:focus, .bootstrap-select.btn-group .form-control[type=file][disabled] + .dropdown-toggle.btn:focus {
  color: #EDF0F2;
}
.bootstrap-select.btn-group .dropdown-toggle.disabled:active, .bootstrap-select.btn-group .form-control[type=file][disabled] + .dropdown-toggle.btn:active {
  border-color: #EDF0F2;
}
.bootstrap-select.btn-group .dropdown-toggle.disabled .caret, .bootstrap-select.btn-group .form-control[type=file][disabled] + .dropdown-toggle.btn .caret {
  border-color: #EDF0F2;
}
.bootstrap-select.btn-group .dropdown-toggle span {
  font-family: Georgia, "Times New Roman", Times, serif;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  right: 4px;
  border: none;
  border-right: solid 2px #7D98A8;
  border-bottom: solid 2px #7D98A8;
  display: block;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
}
.bootstrap-select .dropdown-menu {
  border: solid 2px #7D98A8;
  margin-top: -2px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.dropdown-item:not(.active):hover, .dropdown-item:not(.active):focus {
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
}

select[multiple] {
  border: solid 2px #7D98A8;
  padding-top: 0px;
  padding-right: 0px;
}
select[multiple]:disabled {
  border-color: #B9C5CD;
}
select[multiple]:disabled option {
  color: #7D98A8;
}

/**
 * Input groups
 */
.form-inline .input-group > .form-control {
  width: auto;
}

.form-inline.tests-search-form .input-group > .form-control {
  width: 300px;
}

.search-input-group input {
  border-bottom: 2px solid #7D98A8;
}
.search-input-group input:focus {
  border-bottom: 2px solid #35596B;
}
.search-input-group input:focus + .input-group-button button {
  border-bottom: 2px solid #35596B;
}

.input-group-button button {
  border: none;
  border-bottom: 2px solid #7D98A8;
  height: 37px;
  background-color: #fff;
  color: inherit;
}
.input-group-button button:focus {
  outline: 0;
}

/**
 * Styling for typography.
 *
 * @version 2.0.0
 * @since 2.0.0
 */
h1 {
  letter-spacing: -1.3px;
}

h1, .h1, h2, .h2 {
  margin: 40px 0 30px;
}

h3, .h3, h4, .h4 {
  margin: 25px 0;
}

h5, .h5 {
  margin: 25px 0 15px;
}

h2 {
  letter-spacing: -1.3px;
}

h3 {
  letter-spacing: -0.5px;
}

h4 {
  letter-spacing: -0.5px;
}

h5 {
  letter-spacing: -0.5px;
}

.lead {
  font-size: 18px;
}

.small {
  margin-top: 10px;
  color: #50748A;
  font-weight: normal;
}

blockquote {
  text-align: center;
  font-size: 1.714rem;
  color: #50748A;
  border-left: none;
}
blockquote footer,
blockquote small,
blockquote .small {
  font-size: 14px;
  font-weight: bold;
  color: #50748A;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "";
}
blockquote footer cite,
blockquote small cite,
blockquote .small cite {
  font-weight: normal;
  font-style: normal;
}
blockquote footer cite:before,
blockquote small cite:before,
blockquote .small cite:before {
  content: "— ";
}

/**
 * Styling for tables.
 *
 * @version 2.0.0
 * @since 2.0.0
 */
.table {
  color: #50748A;
}
.table small,
.table .small {
  font-size: 10px;
}
.table thead th {
  font-size: 16px;
  font-weight: normal;
}
.table tbody tr td {
  vertical-align: middle;
}
.table > thead > tr > th {
  border-bottom-width: 1px;
}

/**
 * Styling for progress bars.
 *
 * @version 2.0.0
 * @since 2.0.0
 */
.progress {
  height: 10px;
}

.progress,
.progress-bar {
  box-shadow: none;
}

/**
 * Helper classes
 *
 * @version 2.0.0
 * @since 2.0.0
 */
.mb-sm {
  margin-bottom: 20px;
}

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

@media (min-width: 768px) {
  .no-padding-left {
    padding-left: 0;
  }
}

.fa.invisible, .invisible {
  display: none;
}

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

.text-pink {
  color: #EF426F;
}

.text-gray {
  color: #7D98A8;
}

.text-light-gray {
  color: #B9C5CD;
}

.text-gray-dark {
  color: #50748A;
}

.link-pink {
  color: #EF426F;
  text-decoration: underline;
  cursor: pointer;
}
.link-pink:hover, .link-pink:focus, .link-pink:active {
  color: #bb103c;
  text-decoration: underline;
}

.link-gray {
  color: #50748A;
  text-decoration: underline;
  cursor: pointer;
}
.link-gray:hover, .link-gray:focus, .link-gray:active {
  color: #35596B;
  text-decoration: underline;
}

.button-wrapper {
  margin-top: 30px;
}

.button-group {
  margin-top: 15px;
}

.button-group button + button, .button-group a + a, .button-group a + button, .button-group button + a {
  margin-left: 15px;
}

.bg-white {
  background-color: #ffffff;
}

.bg-blue-blink {
  background-color: #ffe6e9;
  transition: all 2s ease;
}

.modal-open .modal {
  overflow-y: scroll;
}

.modal-backdrop {
  background-color: #B9C5CD;
}

.modal-dialog {
  margin-top: 100px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .modal-dialog {
    width: 700px;
  }
}
@media (min-width: 992px) {
  .modal-dialog {
    margin-top: 80px;
  }
}

.modal-content {
  border: none;
  border-radius: 2px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.modal-header, .modal-footer {
  border: none;
}

.modal-header .btn + .btn, .modal-footer .btn + .btn {
  margin-left: 10px;
}

.view_order_modal_label {
  padding-left: 0;
  display: inline-block;
  width: 50%;
  font-weight: bold;
  vertical-align: top;
}
.view_order_modal_label + span {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}

.modal_checkbox {
  /* checkbox aspect */
  /* checked mark aspect */
}
.modal_checkbox input[type=checkbox]:not(:checked) + label,
.modal_checkbox input[type=checkbox]:checked + label {
  position: static;
  padding-left: 0;
  font-weight: bold;
}
.modal_checkbox input[type=checkbox]:not(:checked) + label:before,
.modal_checkbox input[type=checkbox]:checked + label:before {
  left: 50%;
}
.modal_checkbox input[type=checkbox]:not(:checked) + label:after,
.modal_checkbox input[type=checkbox]:checked + label:after {
  left: 50.2%;
}

.modal_checkbox, .modal_checkbox + .modal_checkbox {
  margin: 10px 0;
}

.modal_row {
  margin: 10px 0;
}

.long_content_checkbox label:before {
  top: 5px;
}

.long-question-option label {
  padding-left: 30px !important;
}

.order-archive-checkbox {
  margin: 30px 0;
}

.order-archive-checkbox label {
  font-size: 16px;
}

.select {
  position: relative;
}

.select select {
  outline: none;
  -webkit-appearance: none;
  display: block;
  margin: 0;
  padding: 0 30px 0 10px;
  transition: border-color 0.2s;
  border: 2px solid #7D98A8;
  border-radius: 2px;
  background: #fff;
  color: #7D98A8;
  line-height: normal;
}
.select select:focus {
  border: solid #35596B 2px;
  box-shadow: none;
  color: #7D98A8;
}
.select select[disabled] {
  color: #7D98A8;
  border: solid #B9C5CD 2px;
}
.select select[disabled]::-moz-placeholder {
  color: #7D98A8;
  opacity: 1;
}
.select select[disabled]:-ms-input-placeholder {
  color: #7D98A8;
}
.select select[disabled]::-webkit-input-placeholder {
  color: #7D98A8;
}

.select .arrow {
  background: transparent;
  bottom: 5px;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 30px;
  height: 30px;
  pointer-events: none;
}

.select .arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -5px;
  pointer-events: none;
  border-top: 7px solid #7D98A8;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}

.select .arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -5px;
  pointer-events: none;
  border-top: 4px solid #fff;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

.remove-icon {
  font-weight: bold;
  margin-left: 10px;
  cursor: pointer;
}
.remove-icon:hover {
  color: #EF426F;
}

.attached-file-text {
  font-size: 16px;
  padding: 10px 0;
  cursor: pointer;
}

.side-tab-pills {
  padding: 60px 30px;
  background-color: #EDF0F2;
}

.side-tab-pills > li > a {
  border: 2px solid #35596B;
  margin-bottom: 15px;
  text-align: center;
  max-width: 250px;
}
@media (min-width: 992px) {
  .side-tab-pills > li > a {
    max-width: 100%;
  }
}

.side-tab-pills > li.active > a, .side-tab-pills > li.active > a:hover, .side-tab-pills > li.active > a:focus {
  background-color: #50748A;
  outline: 0;
}

.report-section a {
  text-decoration: underline;
}

.report-collapse {
  border-bottom: 1px solid #B9C5CD;
  padding-top: 40px;
}

.report-td-heading {
  display: inline-block;
  padding-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

.v6-variants-table {
  max-width: 100%;
}

.v6-variants-table tbody tr td {
  vertical-align: top;
}

.v6-variants-table tbody:nth-child(even) {
  background: #F7F8F8;
}

.anchor-to-findings {
  margin: 30px 0;
}

.appendix-findings-variant-table {
  margin-top: 30px;
}

.video-container-wrap {
  margin: auto;
}
.video-container-wrap.small {
  max-width: 500px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
}
.video-container.small {
  max-width: 300px;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.profile-img {
  width: 50px;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: rgba(255, 255, 255, 0);
}

.mail-fax-description {
  margin: 30px 0 20px;
}

.sample-info-wrapper {
  max-width: 700px;
  margin: auto;
}

.address-wrapper {
  max-width: 100%;
  margin: 30px auto;
  padding: 20px;
  border: 1px solid #7D98A8;
}

@media (min-width: 992px) {
  .address-item {
    width: 48%;
    display: inline-block;
    vertical-align: top;
  }
}
@media (min-width: 992px) {
  .address-item.canada {
    width: 40%;
    display: inline-block;
    vertical-align: middle;
  }
}

@media (min-width: 992px) {
  .address-item-connect {
    width: 6%;
    display: inline-block;
    vertical-align: middle;
  }
}

.order-table-heading {
  max-width: 80%;
}

.welcome-msg-signature {
  margin-top: 10px;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.text-bold {
  font-weight: bold;
}

.spinner-inline {
  display: inline-block;
  margin-left: 10px;
}
.spinner-inline svg {
  width: 25px;
  height: 25px;
}

.spinner-fixed {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.5);
}
.spinner-fixed svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 100px;
  margin: auto;
}

.spinner-wrapper {
  margin-top: 170px;
  text-align: center;
}

.spinner-wrapper svg {
  width: 70px;
  height: 70px;
}
@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* line 14, ../sass/loader.scss */
.loader-line {
  stroke-dasharray: 150;
  stroke-dashoffset: 150;
  animation: rotator 7s ease infinite;
  transform-origin: 50% 50%;
}

/* line 22, ../sass/loader.scss */
.loader-fast {
  animation: rotator 0.95s ease-in-out infinite;
  transform-origin: 50% 50%;
}
@keyframes rotato {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-359deg);
  }
}
/* line 37, ../sass/loader.scss */
.loader-faster {
  animation: rotator 3s ease-in-out infinite;
  transform-origin: 50% 50%;
}

.glyphicon-sm {
  font-size: 0.7em;
}

.glyphicon-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

@media (min-width: 1300px) {
  .modal-extra-large > .modal-dialog {
    width: 1200px;
  }
}
#notification-dropdown {
  padding: 0 !important;
}
#notification-dropdown:after {
  display: none;
}

.modal-backdrop.show {
  opacity: 1;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
}

label .info-icon {
  margin-left: 5px;
}

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

input[type=number] {
  -moz-appearance: textfield;
}
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

.UWmnqyrxAsN\+LaF8jr9T5A\=\= {
  margin-bottom: 20px;
}

.Svihr-YJrXsMlNVZkf68fw\=\= {
  margin-top: 25px;
  margin-bottom: 25px;
}

.Svihr-YJrXsMlNVZkf68fw\=\= label {
  margin-bottom: 0;
  font-family: "Circular", Helvetica, Arial, sans-serif;
}

.RTN-wbbtEezakSpdQ9JlJA\=\= {
  font-family: "Circular", Helvetica, Arial, sans-serif;
  padding: 0.5rem 0 0.5rem 0.5rem;
}

._4Q3l\+ZSrY\+UAa8rBv9OVyA\=\= {
  color: #4573c4;
}
._4Q3l\+ZSrY\+UAa8rBv9OVyA\=\= a {
  color: #4573c4;
  margin-left: 0.25rem;
  text-decoration: underline;
}
.RqPGEeoLfll4txIMBbku6A\=\= {
  margin-bottom: 20px;
}
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

.lR5xAmBk9GqdXMc4kN02SQ\=\= {
  display: inline;
}
.lR5xAmBk9GqdXMc4kN02SQ\=\= svg {
  width: 38px;
  height: 38px;
}

.MoIAoNKQ9L37iEaDH4GdXw\=\=,
.UMtz6M1voYUff0V1ZTmfSw\=\= {
  text-align: center;
  margin-top: 30px;
}

.UMtz6M1voYUff0V1ZTmfSw\=\= {
  overflow: auto;
}

.uKypeCfL8v6bE\+qOopNq2g\=\=,
._1X51fK-l84UE7qoWdEjDPQ\=\= {
  cursor: pointer;
  text-decoration: underline;
}
.uKypeCfL8v6bE\+qOopNq2g\=\=:hover, .uKypeCfL8v6bE\+qOopNq2g\=\=:focus, .uKypeCfL8v6bE\+qOopNq2g\=\=:active,
._1X51fK-l84UE7qoWdEjDPQ\=\=:hover,
._1X51fK-l84UE7qoWdEjDPQ\=\=:focus,
._1X51fK-l84UE7qoWdEjDPQ\=\=:active {
  text-decoration: none;
}

._1X51fK-l84UE7qoWdEjDPQ\=\=,
.\+ZfE7xlF6vgSrZzQ\+o9DNw\=\= {
  color: #EF426F;
}
._1X51fK-l84UE7qoWdEjDPQ\=\=:hover, ._1X51fK-l84UE7qoWdEjDPQ\=\=:focus, ._1X51fK-l84UE7qoWdEjDPQ\=\=:active,
.\+ZfE7xlF6vgSrZzQ\+o9DNw\=\=:hover,
.\+ZfE7xlF6vgSrZzQ\+o9DNw\=\=:focus,
.\+ZfE7xlF6vgSrZzQ\+o9DNw\=\=:active {
  color: #bb103c;
}

.I8A0yNE50W4oUqAjth1m5Q\=\= {
  padding-left: 2px;
  padding-right: 2px;
}

.\+ZfE7xlF6vgSrZzQ\+o9DNw\=\= {
  cursor: pointer;
  text-decoration: underline;
}
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

/**
 * Styles for the order table
 *
 * @version 2.0.0
 * @since 2.0.0
 */
tr.qIaglTSjBPAhKbT0DE4PFw\=\= {
  background: #EDF0F2;
}

.fIqPl4tn3lPWmfW\+X4MfCA\=\= {
  font-size: 12px;
}

.ryBx4nVNQi\+CZFxLF7fN6A\=\=,
.gZw9K5f\+zxahPB8VQ6X05Q\=\= {
  font-size: 14px;
  font-weight: normal;
}

.ryBx4nVNQi\+CZFxLF7fN6A\=\= {
  font-size: 12px;
}
.ryBx4nVNQi\+CZFxLF7fN6A\=\= .Pln1JXBvLFIX1YShCgg3tg\=\=, .ryBx4nVNQi\+CZFxLF7fN6A\=\= .Z900J0TQBFFRJtoVoZg9mQ\=\=, .ryBx4nVNQi\+CZFxLF7fN6A\=\= .hWVVo7H0-pzcebElA5lXsA\=\=, .ryBx4nVNQi\+CZFxLF7fN6A\=\= .VpijvFV9ujSGzqeydza8\+Q\=\=, .ryBx4nVNQi\+CZFxLF7fN6A\=\= ._0H1hFzoCaG2MLtLUv53SHw\=\= {
  color: #50748A;
}
.ryBx4nVNQi\+CZFxLF7fN6A\=\= .ZHtIaN5XYEhPXWBIHhGp1A\=\= {
  color: #EF426F;
}

._46g2IhUVIg7dM\+rIyPK4pw\=\= {
  margin: 10px 0;
}

.bpt-VcCLReYdQblML0APHA\=\= {
  width: 20%;
}

.BabdXqI3oJfhzUR9my6rXQ\=\= {
  width: 40%;
}

.GrZmQyD0c5oILZTYeGcdTA\=\=, .vE9xBhv31Mqt-eQbQgyxig\=\= {
  width: 60%;
}

.tDRDqN4KCCkr0ichEY8TGQ\=\= {
  width: 80%;
}

._60Sm\+EvVFfwhj9WKa\+WEcw\=\= {
  color: #EF426F;
  margin: 10px;
}

.gZw9K5f\+zxahPB8VQ6X05Q\=\= {
  display: inline;
  margin-right: 10px;
  padding: 0;
}
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

/**
 * Styles for the order table
 *
 * @version 2.0.0
 * @since 2.0.0
 */
tr._6aGmaKJgr3TXWOlDsPwN0Q\=\= {
  background: #EDF0F2;
}

.eXMRzni-gAxIeeJ-cUF2Jg\=\= div:nth-child(2) {
  width: 100px;
}

._09pNkysjult45raIoaQN1Q\=\= {
  display: block;
  color: #7D98A8;
}

.MeHmuDB4yX1133CBEX64tA\=\= {
  font-size: 12px;
}

.M9YzOp6AYx2vistK89QiLA\=\=,
.c3Ox8UMCPxSJuReQ-lZPgw\=\= {
  font-weight: bold;
  font-size: 14px;
}

.Z3mEu\+zJVDpgzuTomx\+Mug\=\=,
.heh4G0yi\+Y2Ol8H-bFV1wg\=\=,
.VONgYv86HhAu38wbhfynaw\=\= {
  font-size: 16px;
}
.Z3mEu\+zJVDpgzuTomx\+Mug\=\= .-nrUycY4AXV1j6Hb0IPjRQ\=\=,
.heh4G0yi\+Y2Ol8H-bFV1wg\=\= .-nrUycY4AXV1j6Hb0IPjRQ\=\=,
.VONgYv86HhAu38wbhfynaw\=\= .-nrUycY4AXV1j6Hb0IPjRQ\=\= {
  color: #B9C5CD;
}

.SSd4hqzUXsWd\+\+oI59i8mw\=\=,
.zWrAjxvUhTWjt6V8FMxm6g\=\= {
  font-size: 14px;
  font-weight: normal;
}

.SSd4hqzUXsWd\+\+oI59i8mw\=\= {
  font-size: 12px;
}
.SSd4hqzUXsWd\+\+oI59i8mw\=\= .OeYemUyVO4XRnjgVLaj8Fg\=\=, .SSd4hqzUXsWd\+\+oI59i8mw\=\= .HbCIbEtXaJCP0iT0Qrt80A\=\=, .SSd4hqzUXsWd\+\+oI59i8mw\=\= .lL6tM8T5ltiydFLSjt\+1sQ\=\=, .SSd4hqzUXsWd\+\+oI59i8mw\=\= .TDIHMwwrZoqpNv7BmGY66w\=\= {
  color: #50748A;
}
.SSd4hqzUXsWd\+\+oI59i8mw\=\= .g4lKuRHLEgW-iqujktuWBw\=\= {
  color: #EF426F;
}

.FKrZKWExfPrjzf-sTssNng\=\= {
  margin: 10px 0;
}

.G9UcsFecFsMLQ2EzGlEZ\+A\=\= {
  width: 20%;
}

._08BuBCDffH1XePJLkfWAJA\=\= {
  width: 40%;
}

.VA29\+Yg\+WnWGMfTa1LH1zw\=\= {
  width: 60%;
}

.c-CKjX3fxSLKDu7vhboy5A\=\= {
  width: 80%;
}

.AUwvsJc5rKlA5wQyvtHtcg\=\=, .N1je0oFQqNjynbCLeCmSBg\=\= {
  color: #EF426F;
  margin: 10px;
}

.zWrAjxvUhTWjt6V8FMxm6g\=\= {
  display: inline;
  margin-right: 10px;
  padding: 0;
}

.jMNG4CRL4ykJ9O9pbUEj9w\=\= {
  display: inline;
}

.XjFqliBP\+7RaARU-TfTtUw\=\= {
  display: inline;
}
.XjFqliBP\+7RaARU-TfTtUw\=\= svg {
  width: 14px;
  height: 14px;
}

.PXynnT\+OPNGiunY9nQT8Wg\=\= {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  font-weight: normal;
  color: #7D98A8;
}

.rV\+mQpoR7QQG2xsAzxiRjg\=\= {
  cursor: pointer;
  display: block;
  margin-top: 10px;
  font-size: 12px;
  font-weight: bold;
  color: #EF426F;
}

.twnI-q5kUbqr6a5ELzwUYA\=\= {
  background-color: #ffe6e9;
}

td.unXre4iErGHtjG4gjWFuJw\=\= {
  color: #EF426F;
}
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

.eUgXLfosws4S8fdCvhMvlA\=\= {
  background-color: #EDF0F2;
}
.X1m3fVqaZSeUZZj8BE7KFg\=\= {
  margin-bottom: 10px;
}
.GWfR4Kf2QC6chu2aDRhCVw\=\= {
  margin-top: 40px;
  display: flex;
}
.GWfR4Kf2QC6chu2aDRhCVw\=\= .s4q4tSLX-WiS2S2Jycvjmg\=\=, .GWfR4Kf2QC6chu2aDRhCVw\=\= ._6T338husnle9FQQQUW-PCA\=\= {
  width: 50%;
  padding-right: 20px;
}
.GWfR4Kf2QC6chu2aDRhCVw\=\= ._6T338husnle9FQQQUW-PCA\=\= {
  padding-right: 15px;
  padding-top: 10px;
}
.GWfR4Kf2QC6chu2aDRhCVw\=\= ._6T338husnle9FQQQUW-PCA\=\= .\-6J8EsNQKV0hBirM7jvM-Q\=\= {
  padding-left: 15px;
}
.GWfR4Kf2QC6chu2aDRhCVw\=\= .WpEifxcLVlG7dZoRfHurwQ\=\=.WvR2KDYJlRlJBMPHlLwtUA\=\= {
  width: 100%;
}
.GWfR4Kf2QC6chu2aDRhCVw\=\= .ft4xAHq\+IZ\+ozyYj-XcQBw\=\= {
  color: #EF426F;
}
.GWfR4Kf2QC6chu2aDRhCVw\=\= label {
  padding-left: 0;
}
.GWfR4Kf2QC6chu2aDRhCVw\=\= .GDQ09fZs2jOw4fH2CpGsJw\=\= {
  margin-top: -14px;
  margin-left: -15px;
  margin-bottom: 10px;
}
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

.tRTQNHnmrYQH-LmG9lKCHA\=\= {
  border-bottom: 1px solid #7D98A8;
  padding-bottom: 10px;
}

.a7gRrnTiFFd\+HWUre6eTPw\=\= {
  margin: 20px 0;
}

.nrcE8Zqltxy3IsLKcKvZPg\=\= {
  margin: 10px 0;
  font-family: "Circular", Helvetica, Arial, sans-serif;
}
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

.xBxcJ-mHbtLiq8Sc4o07LA\=\= {
  padding: 8px 16px;
  font-family: "Circular", Helvetica, Arial, sans-serif;
  border: solid transparent;
  border-radius: 2px;
}
.xBxcJ-mHbtLiq8Sc4o07LA\=\=:hover {
  transition: all 0.4s;
}

.h03F-MAbevqsdFe1wbBfqg\=\= {
  float: right;
}

.uQzh9GlY4KgY34Nuv4MV1A\=\= {
  margin: 0 8px;
}

.DlfGYitDiRzyE-yV1-5Ycw\=\= {
  margin-top: 16px;
}

.OnHgBGEqP\+wjjVlT5Rxaiw\=\= {
  background-color: #EF426F;
  color: #ffffff;
  border-width: 2px;
  box-shadow: none;
}
.OnHgBGEqP\+wjjVlT5Rxaiw\=\=:hover {
  color: #EF426F;
  background-color: #ffffff;
  border-color: #EF426F;
}
.OnHgBGEqP\+wjjVlT5Rxaiw\=\=:disabled {
  color: #EDF0F2;
  background-color: #FF8F9F;
  border-color: #FF8F9F;
  cursor: not-allowed;
}
.OnHgBGEqP\+wjjVlT5Rxaiw\=\=:disabled:hover {
  color: #EDF0F2;
  background-color: #FF8F9F;
  border-color: #FF8F9F;
}

.JtEn1AVghRHp5cLQ1LgE-g\=\= {
  color: #50748A;
  background-color: #ffffff;
  border-color: #50748A;
  border-width: 2px;
}
.JtEn1AVghRHp5cLQ1LgE-g\=\=:hover {
  color: #ffffff;
  background-color: #50748A;
  border-color: #50748A;
}
.JtEn1AVghRHp5cLQ1LgE-g\=\=:disabled {
  color: #7D98A8;
  border-color: #B9C5CD;
  cursor: not-allowed;
}
.JtEn1AVghRHp5cLQ1LgE-g\=\=:disabled:hover {
  color: #7D98A8;
  background-color: #ffffff;
  border-color: #B9C5CD;
}

.IiNT\+IC9j2IPfv6TqQ7UaQ\=\= {
  color: #EF426F;
  background-color: #ffffff;
  border-color: #EF426F;
  border-width: 2px;
}
.IiNT\+IC9j2IPfv6TqQ7UaQ\=\=:hover {
  color: #ffffff;
  background-color: #EF426F;
  border-color: #EF426F;
}
.IiNT\+IC9j2IPfv6TqQ7UaQ\=\=:disabled {
  color: #FF8F9F;
  border-color: #FF8F9F;
  cursor: not-allowed;
}
.IiNT\+IC9j2IPfv6TqQ7UaQ\=\=:disabled:hover {
  color: #FF8F9F;
  background-color: #ffffff;
  border-color: #FF8F9F;
}

.Duo2VAH5wFKelwLbriyVEg\=\= {
  background-color: #EF426F;
  color: #ffffff;
  border-color: #EF426F;
  border-width: 2px;
}
.Duo2VAH5wFKelwLbriyVEg\=\=:hover {
  color: #ffffff;
  background-color: #f15a81;
  border-color: #f15a81;
}
.Duo2VAH5wFKelwLbriyVEg\=\=.ZprOQY5Ln2j6frwufzVdFw\=\=, .Duo2VAH5wFKelwLbriyVEg\=\=:disabled {
  color: #7D98A8;
  border-color: #7D98A8;
  background-color: #ffffff;
}
.Duo2VAH5wFKelwLbriyVEg\=\=.ZprOQY5Ln2j6frwufzVdFw\=\=:hover, .Duo2VAH5wFKelwLbriyVEg\=\=:disabled:hover {
  color: #7D98A8;
  border-color: #7D98A8;
  background-color: #ffffff;
  cursor: not-allowed;
}
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

.p5pT5YRFpUuZ3WMjLpjqtg\=\= {
  margin-top: 10px;
  min-width: 40vw;
}

#KOfqjju2aQw87PrKsKOJRA\=\= {
  color: #50748A;
  font-weight: 800;
  font-size: 1.675rem;
}

.d6N6CgLdVwiqkEq4Kt8NmQ\=\= {
  color: #252525;
  font-weight: 400;
  font-size: 1.35rem;
}
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

.ozyxKl\+ie\+dpU78I7VsVEA\=\= {
  margin-bottom: 20px;
  padding: 20px;
  background-color: #EDF0F2;
}
.ozyxKl\+ie\+dpU78I7VsVEA\=\=:first-child {
  margin-top: 20px;
}
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

.t2D9HsQDEd94yliy7rWtBQ\=\= {
  margin: 0 0 8px 0;
  padding: 7px 10px !important;
  background-color: #B9C5CD;
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.t2D9HsQDEd94yliy7rWtBQ\=\=:hover {
  transform: scale(1.1);
}
.t2D9HsQDEd94yliy7rWtBQ\=\=:hover span {
  color: #50748A !important;
}

.PRJHN2nrurM28HkD7GH3tg\=\= {
  padding: 0 5px;
}

.UTM1DKEEolvpVGdMcCSHVA\=\= {
  display: flex;
}

.s-QDIkmukn5TXCogOijKaw\=\= {
  text-align: center;
}

.vdnLMrfQKqvzleK45qv8ZA\=\= {
  margin-top: 30px;
}

._0GXmZMrBOtyMgaj8Weo85Q\=\=, ._0GXmZMrBOtyMgaj8Weo85Q\=\= + span {
  display: inline-block;
}

._0GXmZMrBOtyMgaj8Weo85Q\=\= {
  margin: 15px 10px 20px 0;
  font-size: 1rem;
  font-weight: bold;
}
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

.mRF1TFRmjP1BKTjVSQBw7A\=\=, .mRF1TFRmjP1BKTjVSQBw7A\=\= + span {
  display: inline-block;
}

.mRF1TFRmjP1BKTjVSQBw7A\=\= {
  margin: 15px 10px 20px 0;
  font-size: 1rem;
  font-weight: bold;
}

.vyRA1kdzpkH9T8KnS-Db2w\=\=, .yNVSTSTa6GkZgMGpT6PJuw\=\= {
  margin-left: 0;
}

li.hKcz8SPvV7UesNLvEfm4Lg\=\= {
  margin: 0 10px 10px 0;
  padding: 7px 10px !important;
  background-color: #B9C5CD;
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-weight: bold;
  cursor: pointer;
}
li.hKcz8SPvV7UesNLvEfm4Lg\=\=.zNHcC5obraq3J9T\+19YaPA\=\= {
  position: relative;
  background-color: #EDF0F2;
  color: #7D98A8;
}
li.hKcz8SPvV7UesNLvEfm4Lg\=\=.zNHcC5obraq3J9T\+19YaPA\=\=:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  height: 2px;
  background-color: #EF426F;
}
li.hKcz8SPvV7UesNLvEfm4Lg\=\=.j4-90w6S6mI6FgMy3AtX3w\=\= {
  color: #7D98A8;
  background-color: #EDF0F2;
  cursor: no-drop;
}

.XLI-vE9QuiyP2ltK9mQYdA\=\= {
  margin-top: 30px;
}
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

.F1YHXWAhTO8807560bQAUw\=\= {
  margin: 20px 0;
  border: 2px solid #B9C5CD;
  border-radius: 3px;
  padding: 15px;
}
.F1YHXWAhTO8807560bQAUw\=\= .sK3zRcNQfefVvdirOxdKiw\=\= {
  background-color: #EDF0F2;
  margin: 0 -15px -30px -15px;
  padding: 0 15px;
}
.F1YHXWAhTO8807560bQAUw\=\= .cZ4OLXcTwmYTHR9OGhsDCw\=\= {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 20px;
}

.zZmvt\+wXLsGJ5CCs00t2xg\=\= {
  margin-bottom: 20px;
  padding: 20px;
  background-color: #EDF0F2;
}
.zZmvt\+wXLsGJ5CCs00t2xg\=\=:first-child {
  margin-top: 20px;
}

.PhJZVPVmUoMWpzTXBEGrKA\=\= {
  display: inline-block;
  margin-right: 10px;
}
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

.QcFZXqqZqCZQ4OFVxhWDNw\=\= {
  margin-top: 40px;
}

.l4boAxS6yjj0W4zkD8dCPg\=\= {
  margin-bottom: 20px;
  padding: 20px;
  background-color: #EDF0F2;
}
.l4boAxS6yjj0W4zkD8dCPg\=\=:first-child {
  margin-top: 20px;
}
.UOBU8UzwIbNUBkop1Cv4pg\=\= {
  background-color: #edf6f1;
}

.uV9GRigCMvR\+TBmYgK6YqQ\=\=, .CkbQ4QB5CWStt1HVdePRoQ\=\= {
  display: inline-block;
  transform: rotate(45deg);
  height: 12px;
  width: 6px;
}

.CkbQ4QB5CWStt1HVdePRoQ\=\= {
  border-bottom: 3.5px solid #78b13f;
  border-right: 3.5px solid #78b13f;
}

.uV9GRigCMvR\+TBmYgK6YqQ\=\= {
  border-bottom: 3.5px solid lightgrey;
  border-right: 3.5px solid lightgrey;
}
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

._83rYwOvhRUzKRSZ6btxjWA\=\= caption {
  color: #50748A;
  caption-side: top;
}
._83rYwOvhRUzKRSZ6btxjWA\=\= td {
  font-variant-numeric: tabular-nums;
}
._83rYwOvhRUzKRSZ6btxjWA\=\= thead th, ._83rYwOvhRUzKRSZ6btxjWA\=\= tr {
  font-size: 12px;
}
._83rYwOvhRUzKRSZ6btxjWA\=\= thead th {
  font-weight: bold;
  white-space: nowrap;
}
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

._45HepIzGczqnjAz8XjMgCA\=\= {
  text-align: left;
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-weight: bold;
}

/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

.FMhszdHycXkn1m-UxP1esw\=\= {
  margin-top: 16px;
}

.dRaQo0vP2hJg7QQtoGbQkA\=\= {
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.EOzwtvx4qiAKVWq0adkVWg\=\= {
  margin-top: 16px;
}

._45HepIzGczqnjAz8XjMgCA\=\= {
  margin-top: 32px;
  margin-bottom: 16px;
}

.TXAEFBEfh\+epULJiKCqyBQ\=\=, .EofcywIwppOJecUtDGd7Aw\=\= {
  padding: 8px;
}

.TXAEFBEfh\+epULJiKCqyBQ\=\= {
  background-color: #EDF0F2;
}

.EofcywIwppOJecUtDGd7Aw\=\= {
  background-color: #FF8F9F;
  margin-top: 16px;
}

.Ck1VdLqFNzKf7ZfE1wNSwg\=\= {
  margin-top: 32px;
}
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

.hB4S5ZuBvrhJhKLzbbVuaA\=\= {
  margin-left: 16px;
}
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

.yRgveOqoofnhdpnTPcKwmQ\=\= {
  margin-bottom: 40px;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.yRgveOqoofnhdpnTPcKwmQ\=\= li {
  position: relative;
  float: left;
  width: 14%;
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #7D98A8;
  cursor: pointer;
  padding-top: 50px;
}

._03zfTiidYN8y1jID4ayGFg\=\= {
  cursor: auto;
}

li.rlz-PRdJncV8xSNcQA8GgQ\=\= {
  cursor: default;
}

.YoFLc0BaI0LZmbygjvQ6Gg\=\= {
  position: absolute;
  top: 5px;
  left: 45%;
  z-index: 2;
  font-size: 20px;
  color: #B9C5CD;
}

.yRgveOqoofnhdpnTPcKwmQ\=\= li.PEMkvS2OY7Ti-jVPsdmR2Q\=\=,
.yRgveOqoofnhdpnTPcKwmQ\=\= li.PEMkvS2OY7Ti-jVPsdmR2Q\=\= .YoFLc0BaI0LZmbygjvQ6Gg\=\=,
.yRgveOqoofnhdpnTPcKwmQ\=\= li.TVOwWwGsx-VrFI\+I7todPw\=\=,
.yRgveOqoofnhdpnTPcKwmQ\=\= li.TVOwWwGsx-VrFI\+I7todPw\=\= .YoFLc0BaI0LZmbygjvQ6Gg\=\=,
.yRgveOqoofnhdpnTPcKwmQ\=\= li.axko5sR2RDEVnkGewbi\+xQ\=\=,
.yRgveOqoofnhdpnTPcKwmQ\=\= li.axko5sR2RDEVnkGewbi\+xQ\=\= .YoFLc0BaI0LZmbygjvQ6Gg\=\= {
  color: #EF426F;
}

.yRgveOqoofnhdpnTPcKwmQ\=\= li:before, .yRgveOqoofnhdpnTPcKwmQ\=\= li.TVOwWwGsx-VrFI\+I7todPw\=\=:before {
  position: relative;
  display: block;
  content: "";
  margin: 0 auto 15px auto;
  border-radius: 50px;
  width: 12px;
  height: 12px;
  background: #B9C5CD;
  z-index: 1;
}

.yRgveOqoofnhdpnTPcKwmQ\=\= li.PEMkvS2OY7Ti-jVPsdmR2Q\=\=:before, .yRgveOqoofnhdpnTPcKwmQ\=\= li.TVOwWwGsx-VrFI\+I7todPw\=\=:before {
  background: #EF426F;
  z-index: 1;
}

.yRgveOqoofnhdpnTPcKwmQ\=\= li.axko5sR2RDEVnkGewbi\+xQ\=\=:before {
  background: #ffffff;
  border: 2px solid #EF426F;
}

.yRgveOqoofnhdpnTPcKwmQ\=\= li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #B9C5CD;
  position: absolute;
  left: -50%;
  top: 55px;
  z-index: 0; /*put it behind the numbers*/
  pointer-events: none;
}

.yRgveOqoofnhdpnTPcKwmQ\=\= li.TVOwWwGsx-VrFI\+I7todPw\=\=:after,
.yRgveOqoofnhdpnTPcKwmQ\=\= li.axko5sR2RDEVnkGewbi\+xQ\=\=:after {
  background: #EF426F;
}

.yRgveOqoofnhdpnTPcKwmQ\=\= li:first-child:after {
  content: none;
}
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

._4OCcGGKKJRcKQyJknMYGkg\=\= {
  display: flex;
  flex-direction: row;
  justify-items: center;
  justify-content: space-between;
  align-items: center;
}
._4OCcGGKKJRcKQyJknMYGkg\=\= h4,
._4OCcGGKKJRcKQyJknMYGkg\=\= h5 {
  border-bottom: 0;
  margin: 1rem 0;
  padding: 0;
}

._1FraXAlUNyiEgIjLdYO8ig\=\= {
  display: flex;
  flex-direction: column;
  justify-items: flex-end;
  align-items: flex-end;
}
._1FraXAlUNyiEgIjLdYO8ig\=\= h4,
._1FraXAlUNyiEgIjLdYO8ig\=\= h5 {
  border-bottom: 0;
  margin: 0;
  padding: 0;
}

.nTvv6Z785ygytep\+W3yDjA\=\=,
.HgR6XD7RaC8f0twCIMMIxw\=\=,
.oNw-Pb6o3DYVbU1fQkrfZw\=\= {
  display: inline-block;
  vertical-align: middle;
}

.HgR6XD7RaC8f0twCIMMIxw\=\=,
.oNw-Pb6o3DYVbU1fQkrfZw\=\= {
  position: relative;
  margin-left: 20px;
  border-radius: 0px 2px 2px 0;
  padding: 3px 7px 3px 4px;
  font-family: Circular, Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  color: #ffffff;
}
.HgR6XD7RaC8f0twCIMMIxw\=\=:before,
.oNw-Pb6o3DYVbU1fQkrfZw\=\=:before {
  content: " ";
  position: absolute;
  right: 100%;
  top: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  pointer-events: none;
  border-color: transparent;
  border-width: 11px;
  margin-top: -11px;
}

.HgR6XD7RaC8f0twCIMMIxw\=\= {
  background-color: #EF426F;
}
.HgR6XD7RaC8f0twCIMMIxw\=\=:before {
  border-right-color: #EF426F;
}

.oNw-Pb6o3DYVbU1fQkrfZw\=\= {
  background-color: #7D98A8;
}
.oNw-Pb6o3DYVbU1fQkrfZw\=\=:before {
  border-right-color: #7D98A8;
}

.VEh\+unlgSRLhx3\+nUUBAyw\=\= {
  font-size: 1.429rem;
  font-weight: bold;
  color: #50748A;
}
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

.P\+9EQVYnemdk-QURoPpSxw\=\= {
  border: none;
  margin: 0;
  padding: 0;
  background: inherit;
  outline: none;
}

.P\+9EQVYnemdk-QURoPpSxw\=\=:focus {
  outline: 1px solid #7D98A8;
}
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

.l-FN2ZA9iy5-HIy0yXu5rw\=\= {
  font-size: 16px;
  margin: 30px 0;
  border-bottom: 1px solid #7D98A8;
  padding-bottom: 10px;
}

.aKAY\+km6ljfXS6FFg\+bi0A\=\= {
  margin: 15px 10px 20px 0;
  font-size: 1rem;
  font-weight: bold;
}
.aKAY\+km6ljfXS6FFg\+bi0A\=\= i {
  margin-left: 8px;
}

.x2st06v5Y1cIX3952rDLAA\=\= {
  margin-left: 0;
}

li.xpitNEUdvzUV-2BWsfzLow\=\= {
  margin: 0 10px 10px 0;
  padding: 7px 10px !important;
  background-color: #B9C5CD;
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-weight: bold;
  cursor: pointer;
}
li.xpitNEUdvzUV-2BWsfzLow\=\=.saVQqy7ZQ4mPofk3Qqf5xg\=\= {
  position: relative;
  background-color: #EDF0F2;
  color: #7D98A8;
}
li.xpitNEUdvzUV-2BWsfzLow\=\=.saVQqy7ZQ4mPofk3Qqf5xg\=\=:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  height: 2px;
  background-color: #EF426F;
}
li.xpitNEUdvzUV-2BWsfzLow\=\=.EkWehNt2ODB-XZOwM4dF5Q\=\= {
  color: #7D98A8;
  background-color: #EDF0F2;
  cursor: no-drop;
}

.h-HeIcl1O5GjLfWWu9ir0A\=\= {
  margin-bottom: 20px;
  padding: 20px;
  background-color: #EDF0F2;
}
.h-HeIcl1O5GjLfWWu9ir0A\=\=:first-child {
  margin-top: 20px;
}

.bW1FEtq\+qeEzHulYxKEreA\=\= {
  margin-bottom: 10px;
  border-bottom: 1px solid #dee4e7;
}
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

._60ApJAhrFLdhmRLy6iX-gw\=\= {
  margin: 30px 0;
  border-bottom: 1px solid #7D98A8;
  padding-bottom: 10px;
}
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

.IcYOAEcHwVy1LRdquy3Y2w\=\= {
  margin: 20px 0 30px;
  font-family: "Circular", Helvetica, Arial, sans-serif;
}
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

.AF\+wnbUa4FO34Qe\+LLdJpA\=\= {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  justify-items: center;
  align-items: center;
}

.BQcy98miplIryLgN99ULoQ\=\= {
  display: flex;
  flex-direction: column;
  justify-items: flex-end;
  align-items: flex-end;
}

.o1iDCOBS9kLRDyj7M6ltgA\=\= h4 {
  border-bottom: 0;
  margin: 0;
  padding: 0;
}
.o1iDCOBS9kLRDyj7M6ltgA\=\= h5 {
  margin: 1rem 0;
}

.WN1A\+en4MzpBhZRvyTa5ag\=\= {
  margin-top: 0;
}
.WN1A\+en4MzpBhZRvyTa5ag\=\=.wlhGeDPOcQWumVyZC6dojQ\=\= {
  margin-top: 190px;
  max-height: calc(100vh - 200px);
}

.PPfP1PLSLIgdRZPdFwtTHg\=\= {
  font-size: 1.429rem;
  font-weight: bold;
  color: #50748A;
}
.A9KVlIsDnyRzuOn1zed4MQ\=\= {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.A9KVlIsDnyRzuOn1zed4MQ\=\= svg {
  width: 24px;
  height: 24px;
}
.HZamhC\+lbJ\+rkZ0j7zG9wQ\=\= {
  display: flex;
  flex-direction: column;
}
.HZamhC\+lbJ\+rkZ0j7zG9wQ\=\= label {
  padding-left: 0;
}
._4Ll5Cr17Tu6QIIo40lsuGA\=\= {
  margin: 15px 0;
}

.eWhiBEhklCOTtIJiHOMQQg\=\= {
  margin-left: 15px;
}
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

.w1JCxEdZy2XYR-YpskmfKw\=\= {
  background-color: #EDF0F2;
}
.yi6HxpF8eJn5TiRu3VR0dA\=\= {
  font-size: 18px;
}
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

._0Bd\+hmHPNoZLNKnfwjnYpA\=\= {
  background-color: #EDF0F2;
}
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

.Ermuxw2l8X9AyTLUi1OAog\=\= {
  background-color: #EDF0F2;
}
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

._33DH6Cfoueh\+ZM1lEKy7bQ\=\= {
  background-color: #EDF0F2;
}
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

.v3k\+fmu-7zRl1ASumTal6A\=\= {
  background-color: #EDF0F2;
}
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

.OO6l22ESncGkVHbOMdgehQ\=\= {
  background-color: #EDF0F2;
}
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

.V0dHfL-lbO\+QeHFePKfdWg\=\= {
  background-color: #EDF0F2;
}
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

._1c6Oc-RAgA9O7aOrqx\+lHw\=\= {
  background-color: #EDF0F2;
}
.SRVjALd8IH4liDkLxmHv0g\=\= {
  margin-bottom: 20px;
  cursor: pointer;
}
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

.NhqhSHKvgcj9igmQOaFx8A\=\= {
  background-color: #EDF0F2;
}

.y1H26bzomFBkrTvQoO2S5g\=\= {
  margin-bottom: 20px;
  cursor: pointer;
}
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

.NnpKz6bzmY7tzmrwI4o0hA\=\= {
  background-color: #EDF0F2;
}

.G5QeeBs\+WtEKw\+YChyZCVQ\=\= {
  margin-bottom: 20px;
  cursor: pointer;
}

.iOLj7PIyCjgqvNqtshCLUw\=\= {
  width: 100%;
}
._2Q8ljUAkGh-2d2dtcLz\+Uw\=\= {
  margin-bottom: 20px;
  cursor: pointer;
}
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

.DHCtiLD-87d4AhUAvLY4Gw\=\= {
  margin-bottom: 20px;
  cursor: pointer;
}

.kEME3fjje1xGmzolNOQNPg\=\= {
  margin-bottom: 20px;
  cursor: pointer;
}
.DtA6x2hNf0AAjLwOmBYioA\=\= {
  margin-bottom: 20px;
  cursor: pointer;
}
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

.j-vsgiMMl9iazbCvaCDU8A\=\= {
  margin-bottom: 20px;
  cursor: pointer;
}

.QqysyDoyIygvmX37nP9LRg\=\= th {
  background-color: #EDF0F2;
}
.BbK1l96ega32HIdj5h2B1w\=\=:hover, .BbK1l96ega32HIdj5h2B1w\=\=:focus {
  text-decoration: none;
}
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

.QfWqzxgAVSxjTuCoVLLq-Q\=\= {
  margin-right: 15px;
}
.QfWqzxgAVSxjTuCoVLLq-Q\=\=:hover, .QfWqzxgAVSxjTuCoVLLq-Q\=\=:focus {
  text-decoration: none;
}

@media (max-width: 1200px) {
  .YIaC7rM9ghYzXV4kmv8u\+Q\=\= {
    float: left;
    margin-right: 15px;
    margin-top: 2px;
  }
}

._2oG6gdJ40Y7toaaWFxdPeQ\=\= {
  border-bottom: 1px solid #7D98A8;
  padding: 10px 20px;
}

._2oG6gdJ40Y7toaaWFxdPeQ\=\= button {
  cursor: pointer;
  font-weight: normal;
  padding: 0;
}
._2oG6gdJ40Y7toaaWFxdPeQ\=\= button:hover {
  color: #EF426F !important;
}

._0e2uFs12bwhJczEHUFmXPA\=\= {
  float: right;
  font-weight: normal;
}

.nVp8v3bwCFJSp6oLVfGyDg\=\= {
  padding: 20px;
  border-top: 1px solid #EDF0F2;
}
.nVp8v3bwCFJSp6oLVfGyDg\=\=:not(.meB1kNcg4RKrjCIEHE2g0A\=\=) {
  cursor: pointer;
}
.nVp8v3bwCFJSp6oLVfGyDg\=\=:not(.meB1kNcg4RKrjCIEHE2g0A\=\=):hover, .nVp8v3bwCFJSp6oLVfGyDg\=\=:not(.meB1kNcg4RKrjCIEHE2g0A\=\=):focus, .nVp8v3bwCFJSp6oLVfGyDg\=\=:not(.meB1kNcg4RKrjCIEHE2g0A\=\=):active {
  background-color: #EDF0F2;
}

.nVp8v3bwCFJSp6oLVfGyDg\=\=:nth-child(2) {
  border-top: none;
}

._2nvapZFWh7SdIuByUgJe5w\=\= {
  color: #EF426F;
}

.tdiQV2QA0jz2oVh5sIEx1A\=\= {
  color: #35596B;
}

.kohU-W3QSQt8DI7qhw6qVA\=\= {
  color: #7D98A8;
}

.kMeV\+UK8ZxOWlLO8Akhddw\=\=, .itpNCKGsMy8xB\+Imu3aMYg\=\= {
  display: inline-block;
  vertical-align: top;
}

.kMeV\+UK8ZxOWlLO8Akhddw\=\= {
  font-weight: normal;
  width: 85%;
}

.itpNCKGsMy8xB\+Imu3aMYg\=\= {
  width: 15%;
  text-align: right;
}

.lKt8EoGVJpj1Evw4evN-Ow\=\= {
  width: 13px;
  height: 13px;
  display: inline-block;
  border-radius: 50%;
}

.cmWoZrM4F019jgQXoZFG9Q\=\= {
  background-color: #EF426F;
}

.\+3KGmWRS0SweCob00APtZg\=\= {
  background-color: #B9C5CD;
}

.q\+q3lxyEwbguNM2Py0ERJw\=\= {
  font-size: 10px;
  font-weight: normal;
}

.kllkg7cz3bj4wOamHnCk9A\=\= {
  margin-top: 10px;
  position: relative;
}

.acPdCYnkEi8OUnWdZXFePw\=\= {
  position: absolute;
  left: 10px;
  top: -5px;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  text-align: center;
  font-size: 10px;
  font-weight: normal;
  color: #ffffff;
  background-color: #EF426F;
}

._9nZM\+J6q2A4nYk\+ZiLRocg\=\= {
  text-align: center;
  padding: 30px;
}

._9nZM\+J6q2A4nYk\+ZiLRocg\=\= svg {
  width: 24px;
  height: 24px;
}

.N\+2L0lI8EQurTkRQd-H7YA\=\= {
  min-width: 350px;
  overflow: auto;
}
.wtnAZGYxsjtZpln78QSlng\=\=,
.yzTyiq3Czp\+laJwzi4ibjA\=\= {
  display: inline-block;
  vertical-align: middle;
}

.yzTyiq3Czp\+laJwzi4ibjA\=\= {
  font-size: 16px;
  margin-right: 15px;
}
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

.Vw5BbBkPMARR0B-5xCNeAQ\=\= {
  position: absolute;
  z-index: 9999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(185, 197, 205, 0.5);
}

.-Hb44bLITlaXdEv--u4z3Q\=\= {
  width: 70%;
  margin: 20% auto auto;
  padding: 30px;
  background: #ffffff;
  text-align: center;
}
.tfia5L\+rA4oye\+DXE1k6kQ\=\= {
  opacity: 0.5 !important;
}
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

.zl-gt5vB2EGhMEe-xxPKMQ\=\= {
  margin-bottom: 40px;
  overflow: hidden;
}

.zl-gt5vB2EGhMEe-xxPKMQ\=\= li {
  position: relative;
  float: left;
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #7D98A8;
  cursor: pointer;
  padding-top: 50px;
}

.zl-gt5vB2EGhMEe-xxPKMQ\=\= li.iXegjwhNjUJg6zSuEZ9zIQ\=\= {
  color: #EF426F;
}

.zl-gt5vB2EGhMEe-xxPKMQ\=\= li:before {
  position: relative;
  display: block;
  content: "";
  margin: 0 auto 15px auto;
  border-radius: 50px;
  width: 12px;
  height: 12px;
  background: #B9C5CD;
  z-index: 1;
}

.zl-gt5vB2EGhMEe-xxPKMQ\=\= li.iXegjwhNjUJg6zSuEZ9zIQ\=\=:before {
  background: #EF426F;
  z-index: 1;
}

.zl-gt5vB2EGhMEe-xxPKMQ\=\= li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #B9C5CD;
  position: absolute;
  left: -50%;
  top: 55px;
  z-index: 0; /*put it behind the numbers*/
}

.zl-gt5vB2EGhMEe-xxPKMQ\=\= li:first-child:after {
  content: none;
}

.eSHHaf2qWbVQOWk1BHV36w\=\= {
  font-size: 10px;
}
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

.Q4hyZmisq6JnE9IO2TU1NQ\=\= {
  margin: 10px 0;
}
.Q4hyZmisq6JnE9IO2TU1NQ\=\= .O0wtsGt\+whqPAdIhsQQKNw\=\= {
  display: flex;
  flex-direction: row;
  margin: 0 -10px;
}
.Q4hyZmisq6JnE9IO2TU1NQ\=\= .Lu\+YAS\+ko4inOGx4a9CMkw\=\= {
  margin: 10px;
}
.Q4hyZmisq6JnE9IO2TU1NQ\=\= .Lu\+YAS\+ko4inOGx4a9CMkw\=\= label {
  display: block;
}
.Q4hyZmisq6JnE9IO2TU1NQ\=\= .Lu\+YAS\+ko4inOGx4a9CMkw\=\= textarea {
  display: block;
  width: 100%;
  resize: none;
}
.Q4hyZmisq6JnE9IO2TU1NQ\=\= .Lu\+YAS\+ko4inOGx4a9CMkw\=\= ul {
  margin-top: 5px;
  padding-left: 20px;
}
.Q4hyZmisq6JnE9IO2TU1NQ\=\= .Lu\+YAS\+ko4inOGx4a9CMkw\=\= div {
  font-size: 16px;
}
.Q4hyZmisq6JnE9IO2TU1NQ\=\= .Dl1DprseXU08R9OkRmJd5Q\=\= {
  flex: 2;
}
.Q4hyZmisq6JnE9IO2TU1NQ\=\= ._9WFuyUil4hYIemygFWwZdg\=\= {
  flex: 1;
}
.Q4hyZmisq6JnE9IO2TU1NQ\=\= ._9WFuyUil4hYIemygFWwZdg\=\= .qZLwoPLtNPxATMWC6T1PGA\=\= {
  margin-bottom: 8px;
}
.Q4hyZmisq6JnE9IO2TU1NQ\=\= ._9WFuyUil4hYIemygFWwZdg\=\= .D9yNrw6kY9-mjSrAQM\+CUA\=\= {
  font-size: 1rem;
}

._6dO05Ug4Yec\+tmh76HJOjA\=\= {
  color: red !important;
  font-weight: bold;
  text-decoration: none !important;
}

.MKcwMW8ZzBXRFG5H-Hy0GQ\=\= {
  position: fixed;
  bottom: 10px;
  left: 10px;
  background: white;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

.q7GeR1j4uwdE-Zzt41AwyA\=\= {
  line-height: 34px;
  margin-top: -12px;
  margin-bottom: 12px;
}
.q7GeR1j4uwdE-Zzt41AwyA\=\= span {
  font-family: "Circular", Helvetica, Arial, sans-serif;
}
.q7GeR1j4uwdE-Zzt41AwyA\=\= > div {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
}

.e2GCUsmcnWNMDQymK5eJvg\=\= label, .e2GCUsmcnWNMDQymK5eJvg\=\= p {
  font-family: "Circular", Helvetica, Arial, sans-serif;
}

.tHE\+BjIXVeV7oTOIHCyp5Q\=\= {
  font-family: "Circular", Helvetica, Arial, sans-serif;
}

/**
 * Toggle script based on
 * http://callmenick.com/post/css-toggle-switch-examples
*/
.mPaXSsLDjR23mbpL02dJOw\=\= {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}

.mPaXSsLDjR23mbpL02dJOw\=\= + label {
  display: block;
  position: relative;
  margin-bottom: 0px;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

input.mPaXSsLDjR23mbpL02dJOw\=\= + label {
  padding: 2px;
  width: 70px;
  height: 22px;
  background-color: #DCE2E6;
  border-radius: 5px;
}

input.mPaXSsLDjR23mbpL02dJOw\=\= + label:before,
input.mPaXSsLDjR23mbpL02dJOw\=\= + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}

input.mPaXSsLDjR23mbpL02dJOw\=\= + label:before {
  right: 1px;
  border-radius: 4px;
}

input.mPaXSsLDjR23mbpL02dJOw\=\= + label:after {
  width: 34px;
  background-color: #7D98A8;
  border-radius: 5px;
  transition: margin 0.4s, background 0.4s;
}

input.mPaXSsLDjR23mbpL02dJOw\=\=:checked + label:after {
  background-color: #EF426F;
}

input.mPaXSsLDjR23mbpL02dJOw\=\=:checked + label:after {
  margin-left: 35px;
}

.tsli9Y3LN29j3xIWoAeO0w\=\= {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  margin-left: 15px;
}
.tsli9Y3LN29j3xIWoAeO0w\=\= svg {
  width: 24px;
  height: 24px;
}
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

h4 {
  margin: 30px 0;
  border-bottom: 1px solid #7D98A8;
  padding-bottom: 10px;
}

.pI-aL2OJl4fERlP2HC3OzA\=\= {
  font-family: "Circular", Helvetica, Arial, sans-serif;
}

.Yk-8OPZmTNmdGMV\+9KE\+yw\=\= {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.Yk-8OPZmTNmdGMV\+9KE\+yw\=\= svg {
  width: 24px;
  height: 24px;
}
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

.hc9Ob3eEZQrHxo-jc-7KZw\=\= {
  display: flex;
  flex-direction: row;
}

._5euCuBVHVf7wx5H6HsUftg\=\= {
  margin-top: -20px;
  margin-bottom: 0;
  overflow: hidden;
  flex: 70;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
._5euCuBVHVf7wx5H6HsUftg\=\= li {
  position: relative;
  float: left;
  width: 18%;
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #7D98A8;
  cursor: pointer;
  padding-top: 50px;
}
._5euCuBVHVf7wx5H6HsUftg\=\= li.keel8bCBaFT8a89xzRrozw\=\=, ._5euCuBVHVf7wx5H6HsUftg\=\= ._5euCuBVHVf7wx5H6HsUftg\=\= li.keel8bCBaFT8a89xzRrozw\=\= .ACH7UzFd3mNHU9COGrzv2Q\=\= {
  color: #EF426F;
}
._5euCuBVHVf7wx5H6HsUftg\=\= li:before, ._5euCuBVHVf7wx5H6HsUftg\=\= ._5euCuBVHVf7wx5H6HsUftg\=\= li.sxjzCtfYJN9KsL\+cPQQRZg\=\=:before {
  position: absolute;
  display: block;
  content: "";
  margin: 0 auto 15px auto;
  border-radius: 50%;
  top: 20px;
  left: 0;
  right: 0;
  width: 16px;
  height: 16px;
  border-width: 2px;
  border-style: solid;
  border-color: #B9C5CD;
  background: white;
  z-index: 1;
}
._5euCuBVHVf7wx5H6HsUftg\=\= li.Pmj4xSEWS8AdwLitwWqFvw\=\=:before, ._5euCuBVHVf7wx5H6HsUftg\=\= li.oqi7UdDcm\+pEBxHI6nRc-A\=\=:before {
  border-color: #EF426F;
  z-index: 1;
}
._5euCuBVHVf7wx5H6HsUftg\=\= li._9U2AjRIcSBatZo3J-zgAOA\=\=:before {
  border-color: #B9C5CD;
  background: #B9C5CD;
}
._5euCuBVHVf7wx5H6HsUftg\=\= li.keel8bCBaFT8a89xzRrozw\=\=:before {
  border-color: #EF426F;
  background: #EF426F;
  z-index: 1;
}
._5euCuBVHVf7wx5H6HsUftg\=\= li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #B9C5CD;
  position: absolute;
  left: -50%;
  top: 27px;
  z-index: 0; /*put it behind the numbers*/
}
._5euCuBVHVf7wx5H6HsUftg\=\= li.Pmj4xSEWS8AdwLitwWqFvw\=\=:after, ._5euCuBVHVf7wx5H6HsUftg\=\= li.oqi7UdDcm\+pEBxHI6nRc-A\=\=:after {
  background: #EF426F;
}
._5euCuBVHVf7wx5H6HsUftg\=\= li.jB-htYVj9Up0-I8GlYkA2Q\=\=:after {
  visibility: hidden;
}
._5euCuBVHVf7wx5H6HsUftg\=\= li.sxjzCtfYJN9KsL\+cPQQRZg\=\=:after {
  background: #EF426F;
}
._5euCuBVHVf7wx5H6HsUftg\=\= li:first-child:after {
  content: none;
}

._5euCuBVHVf7wx5H6HsUftg\=\=.tZfiqylRJD68QvJjqdMR7w\=\= {
  flex: 30;
  margin-top: -30px;
  margin-bottom: -30px;
}
._5euCuBVHVf7wx5H6HsUftg\=\=.tZfiqylRJD68QvJjqdMR7w\=\= li {
  display: block;
  float: none;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 0;
  padding-left: 30px;
  width: 100%;
}
._5euCuBVHVf7wx5H6HsUftg\=\=.tZfiqylRJD68QvJjqdMR7w\=\= li.Pmj4xSEWS8AdwLitwWqFvw\=\=:before {
  border-color: #EF426F;
  background: #EF426F;
}
._5euCuBVHVf7wx5H6HsUftg\=\=.tZfiqylRJD68QvJjqdMR7w\=\= li.Pmj4xSEWS8AdwLitwWqFvw\=\= {
  color: #EF426F;
}
._5euCuBVHVf7wx5H6HsUftg\=\=.tZfiqylRJD68QvJjqdMR7w\=\= li:before {
  top: 0;
  right: auto;
}
._5euCuBVHVf7wx5H6HsUftg\=\=.tZfiqylRJD68QvJjqdMR7w\=\= li:after {
  display: none;
}
._5euCuBVHVf7wx5H6HsUftg\=\=.tZfiqylRJD68QvJjqdMR7w\=\= li.JETUT95WbQeAU9ZgBWhDPQ\=\= {
  opacity: 0.5;
  cursor: default;
}

._6c66dURzZXpb21Q5X\+Oolw\=\= {
  cursor: auto;
}

.ACH7UzFd3mNHU9COGrzv2Q\=\= {
  position: absolute;
  top: 5px;
  left: 45%;
  z-index: 2;
  font-size: 20px;
  color: #B9C5CD;
  visibility: hidden;
}
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

.XAFBhO-JP1XGL32UO38sPg\=\= {
  max-width: 100%;
  margin: auto;
}
.XAFBhO-JP1XGL32UO38sPg\=\= li {
  width: 20%;
}

.oUr-kuz4i5EgPuEm-\+nqmw\=\= [type=number] {
  -moz-appearance: number-input;
}

.oUr-kuz4i5EgPuEm-\+nqmw\=\= input[type=number]::-webkit-outer-spin-button,
.oUr-kuz4i5EgPuEm-\+nqmw\=\= input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: inner-spin-button;
}

.OgTl3P1RHeBnld6GVCqulw\=\= {
  color: #EF426F;
  margin-top: 1.6rem;
  margin-bottom: 0;
}
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

.wxEah2BzNT0QLUsyzp4pvw\=\= {
  width: 100%;
  padding-top: 25px;
}
.wxEah2BzNT0QLUsyzp4pvw\=\= div {
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.EdQU1Q7Q-QJnXREDXm7j4g\=\= {
  width: 100%;
  padding-bottom: 25px;
}

.GGdODeHJ2BvkBTRKt9AivQ\=\= {
  word-break: break-all;
}
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

.V7faO2osTLp3JmaJatkp9w\=\= {
  text-align: center;
}
.V7faO2osTLp3JmaJatkp9w\=\= svg {
  width: 48px;
  height: 48px;
}

.Rl\+SxV4LBYlQRuIihFv2hg\=\= {
  color: #EF426F;
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-weight: bold;
  padding: 20px 0 0;
  width: 100%;
  text-align: right;
}
.Rl\+SxV4LBYlQRuIihFv2hg\=\= i {
  padding: 0 5px;
}
@charset "UTF-8";
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

.Iw91WFLyMbsCoIfZvE-9bg\=\= {
  margin-top: 4px;
  margin-bottom: 32px;
  width: auto;
}

.QAZ\+emheJsNnMkFfxVB-MQ\=\= {
  font-size: 16px;
  border: none;
  border-bottom: solid #7D98A8 2px;
  width: 180px;
  padding: 4px 0px;
}
.QAZ\+emheJsNnMkFfxVB-MQ\=\=::-webkit-input-placeholder {
  color: #7D98A8;
}
.QAZ\+emheJsNnMkFfxVB-MQ\=\=:-moz-placeholder {
  color: #7D98A8;
}
.QAZ\+emheJsNnMkFfxVB-MQ\=\=::-moz-placeholder {
  color: #7D98A8;
}
.QAZ\+emheJsNnMkFfxVB-MQ\=\=:-ms-input-placeholder {
  color: #7D98A8;
}
.QAZ\+emheJsNnMkFfxVB-MQ\=\=:focus {
  outline: none;
  border-bottom: solid #35596B 2px;
}
.QAZ\+emheJsNnMkFfxVB-MQ\=\=:focus + .utPSz8mRz\+8TK205HAMItw\=\= {
  border-bottom: 2px solid #35596B;
}
.QAZ\+emheJsNnMkFfxVB-MQ\=\=[disabled] {
  color: #7D98A8;
  border-bottom: solid #B9C5CD 2px;
}
.QAZ\+emheJsNnMkFfxVB-MQ\=\=[disabled]::-webkit-input-placeholder {
  color: #EDF0F2;
}
.QAZ\+emheJsNnMkFfxVB-MQ\=\=[disabled]:-moz-placeholder {
  color: #EDF0F2;
}
.QAZ\+emheJsNnMkFfxVB-MQ\=\=[disabled]::-moz-placeholder {
  color: #EDF0F2;
}
.QAZ\+emheJsNnMkFfxVB-MQ\=\=[disabled]:-ms-input-placeholder {
  color: #EDF0F2;
}

.ptufmX700WLuUyh0wq-bDA\=\= {
  border: none;
  background-color: #ffffff;
  border-bottom: 2px solid #7D98A8;
  padding-bottom: 4px;
  vertical-align: bottom;
}
.ptufmX700WLuUyh0wq-bDA\=\=:focus {
  outline: 0;
}

.HuPJOt7U9WVSMtKpDB5Zug\=\= {
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
  /* accessibility */
  /* hover style */
  /* disabled checkbox */
}
.HuPJOt7U9WVSMtKpDB5Zug\=\= input[type=checkbox] {
  display: none;
}
.HuPJOt7U9WVSMtKpDB5Zug\=\= input[type=checkbox]:not(:checked) + label,
.HuPJOt7U9WVSMtKpDB5Zug\=\= input[type=checkbox]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-weight: 400;
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-size: 16px;
}
.HuPJOt7U9WVSMtKpDB5Zug\=\=._5QnFxEC\+wOq7jZCj4-PPXQ\=\= input[type=checkbox] + label {
  cursor: default;
}
.HuPJOt7U9WVSMtKpDB5Zug\=\= input[type=checkbox]:not(:checked) + label:before,
.HuPJOt7U9WVSMtKpDB5Zug\=\= input[type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 17px;
  height: 17px;
  border: 2px solid #7D98A8;
  background: #f8f8f8;
}
.HuPJOt7U9WVSMtKpDB5Zug\=\= input[type=checkbox]:not(:checked) + label:after,
.HuPJOt7U9WVSMtKpDB5Zug\=\= input[type=checkbox]:checked + label:after {
  content: "✔";
  position: absolute;
  top: 3px;
  left: 4px;
  font-size: 16px;
  line-height: 0.8;
  color: #EF426F;
  transition: all 0.2s;
}
.HuPJOt7U9WVSMtKpDB5Zug\=\= input[type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.HuPJOt7U9WVSMtKpDB5Zug\=\= input[type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.HuPJOt7U9WVSMtKpDB5Zug\=\= input[type=checkbox]:checked:focus + label:before,
.HuPJOt7U9WVSMtKpDB5Zug\=\= input[type=checkbox]:not(:checked):focus + label:before {
  border: 2px solid #50748A;
}
.HuPJOt7U9WVSMtKpDB5Zug\=\= input[type=checkbox]:not(:checked) + label:hover:before,
.HuPJOt7U9WVSMtKpDB5Zug\=\= input[type=checkbox]:checked + label:hover:before {
  border: 2px solid #35596B;
}
.HuPJOt7U9WVSMtKpDB5Zug\=\= input[type=checkbox]:disabled:not(:checked) + label:before,
.HuPJOt7U9WVSMtKpDB5Zug\=\= input[type=checkbox]:disabled:checked + label:before,
.HuPJOt7U9WVSMtKpDB5Zug\=\= input[type=checkbox]:disabled:not(:checked) + label:hover:before,
.HuPJOt7U9WVSMtKpDB5Zug\=\= input[type=checkbox]:disabled:checked + label:hover:before {
  border-color: #7D98A8;
  cursor: default;
}
.HuPJOt7U9WVSMtKpDB5Zug\=\= input[type=checkbox]:disabled:checked + label:after {
  color: #FF8F9F;
}

._43vb3R4Jbm15ULqpB6ec6A\=\= {
  float: right;
}

.JNhFSWj3EQwqu0QAkNe3-w\=\= {
  line-height: 34px;
}
.JNhFSWj3EQwqu0QAkNe3-w\=\= span {
  font-family: "Circular", Helvetica, Arial, sans-serif;
}
.JNhFSWj3EQwqu0QAkNe3-w\=\= > div {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
}

.zhaeVGR5V4Tmo2xj03sTMQ\=\= {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}

.zhaeVGR5V4Tmo2xj03sTMQ\=\= + label {
  display: block;
  position: relative;
  margin-bottom: 0px;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

input.zhaeVGR5V4Tmo2xj03sTMQ\=\= + label {
  padding: 2px;
  width: 70px;
  height: 22px;
  background-color: #dce2e6;
  border-radius: 5px;
}

input.zhaeVGR5V4Tmo2xj03sTMQ\=\= + label:before,
input.zhaeVGR5V4Tmo2xj03sTMQ\=\= + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}

input.zhaeVGR5V4Tmo2xj03sTMQ\=\= + label:before {
  right: 1px;
  border-radius: 4px;
}

input.zhaeVGR5V4Tmo2xj03sTMQ\=\= + label:after {
  width: 34px;
  background-color: #7D98A8;
  border-radius: 5px;
  transition: margin 0.4s, background 0.4s;
}

input.zhaeVGR5V4Tmo2xj03sTMQ\=\=:checked + label:after {
  background-color: #EF426F;
}

input.zhaeVGR5V4Tmo2xj03sTMQ\=\=:checked + label:after {
  margin-left: 35px;
}

i.Fd6UaeaqkWzov4brYeycyA\=\= {
  opacity: 0.5;
}

th:hover i.Fd6UaeaqkWzov4brYeycyA\=\= {
  opacity: 0.8;
}
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

.kKRHO5gaa0nftvrw1g8Mew\=\= svg {
  margin-top: 5px;
  height: 40px;
  max-width: 200px;
}

.qxcM2nGKVge2-NUg\+CUrcw\=\= {
  margin-left: 10px;
}
.qxcM2nGKVge2-NUg\+CUrcw\=\= ._8ly8u7nZjncgfTjMKqhE0Q\=\= {
  padding: 10px 20px;
  font-weight: bold;
}

.qxcM2nGKVge2-NUg\+CUrcw\=\=,
.qxcM2nGKVge2-NUg\+CUrcw\=\= img {
  display: inline-block;
  max-height: 40px;
}

.H73cRX94RNK9aQQAoTOmHQ\=\= {
  margin: 120px 0;
}

.Pf2hOTHTgAD6d\+atHnURHA\=\= {
  display: inline-block;
  vertical-align: middle;
}

._55jd\+fLda30fulGNdji2lw\=\= {
  margin-top: 10px;
  margin-right: 15px;
}

.Fbf8jjj4k1fJmSx4S-eKSA\=\= {
  margin: 0 0 30px;
}

.LBUV9\+5Ok6tPEfwPTD1GPg\=\= {
  margin-left: 16px;
}

.xsbhv-VNq9NQNWXOl3mOgw\=\= {
  padding: 10px 0;
  list-style: none;
}

/*
* Legal Disclaimer
*
* These /fonts/circular are licensed only for use on these domains and their subdomains:
* blueprintgenetics.com
*
* It is illegal to download or use them on other websites.
*
* While the @font-face statements below may be modified by the client, this
* disclaimer may not be removed.
*
* Lineto.com, 2015
*/
@font-face {
  font-family: "Circular";
  src: url("../../fonts/circular/lineto-circular-book.eot");
  src: url("../../fonts/circular/lineto-circular-book.eot?#iefix") format("embedded-opentype"), url("../../fonts/circular/lineto-circular-book.woff") format("woff"), url("../../fonts/circular/lineto-circular-book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Circular";
  src: url("../../fonts/circular/lineto-circular-bookitalic.eot");
  src: url("../../fonts/circular/lineto-circular-bookitalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/circular/lineto-circular-bookitalic.woff") format("woff"), url("../../fonts/circular/lineto-circular-bookitalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Circular";
  src: url("../../fonts/circular/lineto-circular-bold.eot");
  src: url("../../fonts/circular/lineto-circular-bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/circular/lineto-circular-bold.woff") format("woff"), url("../../fonts/circular/lineto-circular-bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Circular";
  src: url("../../fonts/circular/lineto-circular-bolditalic.eot");
  src: url("../../fonts/circular/lineto-circular-bolditalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/circular/lineto-circular-bolditalic.woff") format("woff"), url("../../fonts/circular/lineto-circular-bolditalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

.dZReJghp9sCNpU-za3sgow\=\= {
  display: inline-block;
  vertical-align: middle;
}

.IZ116dgQd5LkbP2W8i2B4Q\=\= {
  background-color: #EF426F;
  color: #ffffff;
}
.IZ116dgQd5LkbP2W8i2B4Q\=\=:focus, .IZ116dgQd5LkbP2W8i2B4Q\=\=.ZlNIRgktDp4RAe2P4bbxgA\=\=, .IZ116dgQd5LkbP2W8i2B4Q\=\=:hover {
  color: #ffffff;
  background-color: #f15a81;
  outline: none;
}
.IZ116dgQd5LkbP2W8i2B4Q\=\=:active, .IZ116dgQd5LkbP2W8i2B4Q\=\=.WqISanH3eRnUcDVHgk5NYA\=\= {
  box-shadow: none;
  color: #ffffff;
  background-color: #ea144c;
  outline: none;
}
.IZ116dgQd5LkbP2W8i2B4Q\=\=:active:hover, .IZ116dgQd5LkbP2W8i2B4Q\=\=:active:focus, .IZ116dgQd5LkbP2W8i2B4Q\=\=:active.ZlNIRgktDp4RAe2P4bbxgA\=\=, .IZ116dgQd5LkbP2W8i2B4Q\=\=.WqISanH3eRnUcDVHgk5NYA\=\=:hover, .IZ116dgQd5LkbP2W8i2B4Q\=\=.WqISanH3eRnUcDVHgk5NYA\=\=:focus, .IZ116dgQd5LkbP2W8i2B4Q\=\=.WqISanH3eRnUcDVHgk5NYA\=\=.ZlNIRgktDp4RAe2P4bbxgA\=\= {
  color: #ffffff;
  background-color: #ea144c;
  outline: none;
}
.IZ116dgQd5LkbP2W8i2B4Q\=\=.ZruaCI\+8k71-SO8giXtp8w\=\=, .IZ116dgQd5LkbP2W8i2B4Q\=\=:disabled {
  color: #7D98A8;
  border-color: #7D98A8;
}
.IZ116dgQd5LkbP2W8i2B4Q\=\=.ZruaCI\+8k71-SO8giXtp8w\=\=:hover, .IZ116dgQd5LkbP2W8i2B4Q\=\=:disabled:hover {
  color: #7D98A8;
  border-color: #7D98A8;
}
.IZ116dgQd5LkbP2W8i2B4Q\=\=.ZruaCI\+8k71-SO8giXtp8w\=\=:active, .IZ116dgQd5LkbP2W8i2B4Q\=\=:disabled:active {
  color: #7D98A8;
  border-color: #7D98A8;
  background: none;
}
/**
 * Styles for a single connection
 *
 * @version 2.0.0
 * @since 2.0.0
 */
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

._8gLgvn5mtUn8BLKvpLzhmA\=\= {
  padding-top: 40px;
  /**
   * Sidebar
   */
}
._8gLgvn5mtUn8BLKvpLzhmA\=\= h1 {
  margin-top: -5px;
  margin-bottom: 35px;
}
._8gLgvn5mtUn8BLKvpLzhmA\=\= table * {
  font-variant-numeric: normal;
}
._8gLgvn5mtUn8BLKvpLzhmA\=\= .dLoOnO1BewGZgPVcTSHz4Q\=\= {
  line-height: 34px;
}
._8gLgvn5mtUn8BLKvpLzhmA\=\= .dLoOnO1BewGZgPVcTSHz4Q\=\= span {
  font-family: "Circular", Helvetica, Arial, sans-serif;
}
._8gLgvn5mtUn8BLKvpLzhmA\=\= .dLoOnO1BewGZgPVcTSHz4Q\=\= > div {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
}
._8gLgvn5mtUn8BLKvpLzhmA\=\= .S-YON02Yl\+k6AFodC\+INWA\=\= {
  display: inline-flex;
}
._8gLgvn5mtUn8BLKvpLzhmA\=\= .S-YON02Yl\+k6AFodC\+INWA\=\= > div {
  margin: 0 8px 12px 8px;
}
._8gLgvn5mtUn8BLKvpLzhmA\=\= .a1jEuPQO7EuDhwQsblEbKg\=\= {
  flex-direction: column;
}
._8gLgvn5mtUn8BLKvpLzhmA\=\= .a1jEuPQO7EuDhwQsblEbKg\=\= > div {
  margin-top: 10px;
}
._8gLgvn5mtUn8BLKvpLzhmA\=\= .YSJMJsQMY-5GjAyZydv48Q\=\= {
  position: relative;
  margin-top: 30px;
}
@keyframes lOuYPVtcCa49NqCCuaBMQQ\=\= {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
._8gLgvn5mtUn8BLKvpLzhmA\=\= .YSJMJsQMY-5GjAyZydv48Q\=\= .kyyJiei\+5kMCBZSJbV0mbQ\=\= {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  animation-name: lOuYPVtcCa49NqCCuaBMQQ\=\=;
  animation-duration: 0.5s;
}
._8gLgvn5mtUn8BLKvpLzhmA\=\= .g7HdhNdzMqpg7EJB5\+z9-A\=\= h2 {
  margin: 55px 0 25px;
}
._8gLgvn5mtUn8BLKvpLzhmA\=\= .g7HdhNdzMqpg7EJB5\+z9-A\=\= h2:first-of-type {
  margin-top: -5px;
}
._8gLgvn5mtUn8BLKvpLzhmA\=\= .bgpTjN\+nABMYHOQOjhRWCQ\=\= {
  min-width: 110px;
  cursor: pointer;
}
._8gLgvn5mtUn8BLKvpLzhmA\=\= .yiof9vKtrRFDMdAzGMqGbQ\=\= {
  min-width: 130px;
}
._8gLgvn5mtUn8BLKvpLzhmA\=\= .ap-ysFJ5XOZyev7rEwG2Kw\=\= {
  min-width: 150px;
  cursor: pointer;
}
._8gLgvn5mtUn8BLKvpLzhmA\=\= .HxF8LoVVR3bEsouGUaRPTg\=\= {
  min-width: 120px;
  cursor: pointer;
  white-space: nowrap;
}
._8gLgvn5mtUn8BLKvpLzhmA\=\= .F-pdTVRwtf46of40dod5VQ\=\= {
  min-width: 80px;
}
._8gLgvn5mtUn8BLKvpLzhmA\=\= ._495vYn5tISl8GCwlI\+KmQQ\=\= {
  min-width: 250px;
}
._8gLgvn5mtUn8BLKvpLzhmA\=\= .goQwvDEDyECWCTAGyMceTg\=\= {
  min-width: 120px;
  cursor: pointer;
}
._8gLgvn5mtUn8BLKvpLzhmA\=\= .SQ2MBplIq0GIz3qGaJo2jQ\=\= {
  cursor: pointer;
  white-space: nowrap;
}
._8gLgvn5mtUn8BLKvpLzhmA\=\= .Pv\+ZCTwaUowoFkqEsYX6gw\=\= {
  min-width: 120px;
}

.JpsgNXgHtoeFnkj1Bb0CIQ\=\= {
  font-family: "Circular", Helvetica, Arial, sans-serif;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.JpsgNXgHtoeFnkj1Bb0CIQ\=\= > input, .JpsgNXgHtoeFnkj1Bb0CIQ\=\= > button {
  display: inline-block;
  min-width: 35px;
  height: 1.5em;
  padding: 0;
  margin: 2px 0;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 1px;
  text-align: center;
  border-radius: 2px;
  text-decoration: none;
  border: none;
  outline: none;
  background-color: inherit;
  color: inherit;
}
.JpsgNXgHtoeFnkj1Bb0CIQ\=\= > input {
  width: 39px;
  font-weight: bold;
  border: 1px solid #B9C5CD;
  background: #B9C5CD;
  -moz-appearance: textfield;
}
.JpsgNXgHtoeFnkj1Bb0CIQ\=\= > input:focus {
  border: 1px solid #35596B;
  background: white;
  outline: none;
  font-weight: normal;
}
.JpsgNXgHtoeFnkj1Bb0CIQ\=\= input[type=number]::-webkit-inner-spin-button,
.JpsgNXgHtoeFnkj1Bb0CIQ\=\= input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.JpsgNXgHtoeFnkj1Bb0CIQ\=\= button:not(._8OExPryO4n\+TBuOG7CMwyg\=\=):hover {
  background: #EDF0F2;
}
.JpsgNXgHtoeFnkj1Bb0CIQ\=\= button:not(._8OExPryO4n\+TBuOG7CMwyg\=\=).zhfI\+c87WXR\+s2ldvOz8bg\=\= {
  background: #B9C5CD;
  font-weight: bold;
  pointer-events: none;
}
.JpsgNXgHtoeFnkj1Bb0CIQ\=\= button._8OExPryO4n\+TBuOG7CMwyg\=\= {
  opacity: 0.5;
  pointer-events: none;
}

/**
 * Toggle script based on
 * http://callmenick.com/post/css-toggle-switch-examples
*/
.KwBaUsTqumAAVMIJsXsgDw\=\= {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}

.KwBaUsTqumAAVMIJsXsgDw\=\= + label {
  display: block;
  position: relative;
  margin-bottom: 0px;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

input.KwBaUsTqumAAVMIJsXsgDw\=\= + label {
  padding: 2px;
  width: 70px;
  height: 22px;
  background-color: #dce2e6;
  border-radius: 5px;
}

input.KwBaUsTqumAAVMIJsXsgDw\=\= + label:before,
input.KwBaUsTqumAAVMIJsXsgDw\=\= + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}

input.KwBaUsTqumAAVMIJsXsgDw\=\= + label:before {
  right: 1px;
  border-radius: 4px;
}

input.KwBaUsTqumAAVMIJsXsgDw\=\= + label:after {
  width: 34px;
  background-color: #7D98A8;
  border-radius: 5px;
  transition: margin 0.4s, background 0.4s;
}

input.KwBaUsTqumAAVMIJsXsgDw\=\=:checked + label:after {
  background-color: #EF426F;
}

input.KwBaUsTqumAAVMIJsXsgDw\=\=:checked + label:after {
  margin-left: 35px;
}

i.fJ7o1llddwXeOIG8FtpKMQ\=\= {
  opacity: 0.5;
}

th:hover i.fJ7o1llddwXeOIG8FtpKMQ\=\= {
  opacity: 0.8;
}

._7n2snAqVwsxBY\+ZBWXoEnw\=\= {
  display: flex;
  align-items: center;
}
._7n2snAqVwsxBY\+ZBWXoEnw\=\= > div {
  margin-right: 40px;
}

.OJXHSHLqjX0dy61tM3HxRw\=\= {
  margin-left: -20px;
}

.F2C59w1I0ZKM1xKx4j4zHg\=\= th {
  border-top: 0;
}

.qwCi-sbL3BCStE0PDmV\+2A\=\= {
  padding-left: 20px;
  padding-top: 25px;
}

.Q67dAbGjRj2GZ1b\+IdRK8Q\=\= {
  background-color: #EF426F;
  border: #EF426F solid 2px;
  height: 34px;
}

.InE1wDtw\+fDl1HC391QKHg\=\= {
  padding-top: 3px;
  color: #ffffff;
  height: 37px;
}
.InE1wDtw\+fDl1HC391QKHg\=\=:focus {
  outline: 0;
}

.FNPpa2LJnt6akQB2vZr1Vw\=\= {
  font-size: 1.714rem;
  width: 100%;
  margin-left: 8px;
}

.\+wlnTogJ4twH5AenTh4MLA\=\= {
  font-size: 1.143rem;
  margin-left: 8px;
}

.NvgwN6Up\+p\+kpmfvxdKHYA\=\= {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  padding: 50px;
  background-color: #EDF0F2;
}
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

.evSMrvN4xRIOEyycoXykPA\=\= {
  font-size: 1.714rem;
  width: 100%;
  margin-left: 8px;
}

.HcAqs03FF1Qm9ue3qeWnRw\=\= {
  padding-top: 40px;
}
.HcAqs03FF1Qm9ue3qeWnRw\=\= h1 {
  margin-top: -5px;
  margin-bottom: 35px;
}
.HcAqs03FF1Qm9ue3qeWnRw\=\= table * {
  font-variant-numeric: normal;
}
.HcAqs03FF1Qm9ue3qeWnRw\=\= .PB\+ORILR4rUhu53N3LG-kw\=\= {
  position: relative;
  margin-top: 30px;
}
@keyframes yuKM0jgXY5dLsBY7xFtXng\=\= {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.HcAqs03FF1Qm9ue3qeWnRw\=\= .PB\+ORILR4rUhu53N3LG-kw\=\= .xAP3PGFhfYxiRPcxrGuZwg\=\= {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  animation-name: yuKM0jgXY5dLsBY7xFtXng\=\=;
  animation-duration: 0.5s;
}
.HcAqs03FF1Qm9ue3qeWnRw\=\= .gsjEmO-E3TogD357Z665ng\=\= {
  min-width: 110px;
  cursor: pointer;
}
.HcAqs03FF1Qm9ue3qeWnRw\=\= .mhOSZXJo9oTQJQ0rduMvrQ\=\= {
  min-width: 250px;
}
.HcAqs03FF1Qm9ue3qeWnRw\=\= ._9JyJzPhjIUjLt95A0Cwozg\=\= {
  min-width: 140px;
  white-space: nowrap;
}
.HcAqs03FF1Qm9ue3qeWnRw\=\= .FE8353pHGunxEB56QPZN6A\=\= {
  min-width: 120px;
}

.MCDo0jZi1fwetYiTYLSNGw\=\= th {
  border-top: 0;
}

.lGsBM77le4xcKaIrnrEQZQ\=\= {
  flex-direction: column;
}

.lGsBM77le4xcKaIrnrEQZQ\=\= > div {
  margin-top: 10px;
}

.ClnS4PFUxryq9GEu201muw\=\= {
  padding-top: 3px;
  color: #ffffff;
  height: 37px;
}
.ClnS4PFUxryq9GEu201muw\=\=:focus {
  outline: 0;
}

._4RWapWEyWBTqa2EcWk6-kQ\=\= {
  background-color: #EF426F;
  border: #EF426F solid 2px;
  height: 34px;
}
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

.sX2MbfDC\+75BI5Am--FzZw\=\= {
  flex: 1;
  cursor: pointer;
}

.udtbVWyQZl1Z-6CIpc7mLQ\=\=, .LlS4MCy9EsFRvwL60gYb4Q\=\= {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  border-radius: 0px 2px 2px 0;
  padding: 3px 7px 3px 4px;
  font-family: Circular, Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  color: #ffffff;
}
.udtbVWyQZl1Z-6CIpc7mLQ\=\=:before, .LlS4MCy9EsFRvwL60gYb4Q\=\=:before {
  content: " ";
  position: absolute;
  right: 100%;
  top: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  pointer-events: none;
  border-color: transparent;
  border-width: 11px;
  margin-top: -11px;
}

.udtbVWyQZl1Z-6CIpc7mLQ\=\= {
  background-color: #EF426F;
}
.udtbVWyQZl1Z-6CIpc7mLQ\=\=:before {
  border-right-color: #EF426F;
}

.LlS4MCy9EsFRvwL60gYb4Q\=\= {
  background-color: #7D98A8;
}
.LlS4MCy9EsFRvwL60gYb4Q\=\=:before {
  border-right-color: #7D98A8;
}

.hyj1lnRil89Z\+e3TDSJZFQ\=\= {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 235px;
  text-align: right;
}

.vWvBDMnZS9kikNoBcswrsw\=\= {
  padding: 10px 10px 10px 0px;
  color: #B9C5CD;
}
.vWvBDMnZS9kikNoBcswrsw\=\=:hover, .vWvBDMnZS9kikNoBcswrsw\=\=:focus, .vWvBDMnZS9kikNoBcswrsw\=\=:active {
  color: #EF426F;
}

.PJwHcuHtRyrnGjPeDQo1rw\=\= {
  padding: 10px 10px 10px 0px;
  color: #B9C5CD;
  font-size: small;
}
.PJwHcuHtRyrnGjPeDQo1rw\=\=:hover, .PJwHcuHtRyrnGjPeDQo1rw\=\=:focus, .PJwHcuHtRyrnGjPeDQo1rw\=\=:active {
  color: #EF426F;
}

._88AT2gSBoKWctNKRYP83QQ\=\= {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  border: 0;
  background: transparent;
}

.\+Tx26sLEpdESUzGZ\+vJDKg\=\= {
  padding: 10px 10px 10px 0px;
  color: #B9C5CD;
  font-size: small;
}
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

.o7OFp3kVLojFkw72D4x\+jw\=\= {
  padding: 10px 0;
  border-bottom: 1px solid #7D98A8;
  font-size: 20px;
  cursor: pointer;
}

.qACGcoI00OUlJ5Mrf3Wk8g\=\= {
  padding: 15px 0;
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-size: 16px;
}

.qACGcoI00OUlJ5Mrf3Wk8g\=\= li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

.L\+F9suGVwkKOXfpA35eb8w\=\= {
  text-decoration: underline;
}
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

.gU9xsJc\+3kkhSj5fiyX\+8g\=\= {
  margin: 0 0 50px;
}

._9VwwyH-sjNLtkQYKG1gXLw\=\= {
  padding: 15px 0;
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-size: 16px;
}

._9VwwyH-sjNLtkQYKG1gXLw\=\= li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

.DTs3C3AQP-LsaUmjdOTdwQ\=\= {
  margin: 0 0 20px;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: center;
  font-family: "Circular", Helvetica, Arial, sans-serif;
}
.DTs3C3AQP-LsaUmjdOTdwQ\=\= li {
  font-weight: bold;
  font-size: 28px;
  padding: 15px 15px 15px 0;
  cursor: pointer;
}
.DTs3C3AQP-LsaUmjdOTdwQ\=\= li:hover, .DTs3C3AQP-LsaUmjdOTdwQ\=\= li:focus {
  background-color: #ffffff;
  color: #35596B;
}
.DTs3C3AQP-LsaUmjdOTdwQ\=\= li.B9HxywCcjsqSbIYU0FPPVA\=\=, .DTs3C3AQP-LsaUmjdOTdwQ\=\= li.B9HxywCcjsqSbIYU0FPPVA\=\=:hover, .DTs3C3AQP-LsaUmjdOTdwQ\=\= li.B9HxywCcjsqSbIYU0FPPVA\=\=:focus {
  background-color: #ffffff;
  color: #EF426F;
}
@media (min-width: 992px) {
  .DTs3C3AQP-LsaUmjdOTdwQ\=\= li.B9HxywCcjsqSbIYU0FPPVA\=\=, .DTs3C3AQP-LsaUmjdOTdwQ\=\= li.B9HxywCcjsqSbIYU0FPPVA\=\=:hover, .DTs3C3AQP-LsaUmjdOTdwQ\=\= li.B9HxywCcjsqSbIYU0FPPVA\=\=:focus {
    font-size: 50px;
    line-height: 55px;
  }
}
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

.hzy55RMY7zKTgiF59X-NdA\=\= {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .hzy55RMY7zKTgiF59X-NdA\=\= {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 60px;
  }
}

.gCBxSdOegQJeexI57qSf4Q\=\= {
  position: relative;
  margin-top: 15px;
  border: 2px solid #7D98A8;
  padding: 12px 24px;
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-size: 16px;
  text-align: center;
  transition: all 0.3s;
  cursor: pointer;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gCBxSdOegQJeexI57qSf4Q\=\=:hover, .gCBxSdOegQJeexI57qSf4Q\=\=:focus, .gCBxSdOegQJeexI57qSf4Q\=\=:active, .gCBxSdOegQJeexI57qSf4Q\=\=.P1kImlFoTrvvaQG9bqFCRw\=\= {
  background-color: #7D98A8;
  color: #ffffff;
}
@media (min-width: 580px) {
  .gCBxSdOegQJeexI57qSf4Q\=\= {
    flex: 0 0 48%;
    margin-right: 10px;
  }
}
@media (min-width: 992px) {
  .gCBxSdOegQJeexI57qSf4Q\=\= {
    flex: 0 0 18%;
    min-height: 80px;
  }
}
@media (min-width: 1200px) {
  .gCBxSdOegQJeexI57qSf4Q\=\= {
    flex: 0 0 18%;
  }
}

.xcdChqJ-qD7BusIfncOApg\=\= {
  display: none;
}
@media (min-width: 992px) {
  .xcdChqJ-qD7BusIfncOApg\=\= {
    display: block;
    color: #7D98A8;
    position: absolute;
    left: 48%;
    top: 100px;
  }
}

.nJqBDPfU1bbpVWsQw1qYPw\=\= {
  padding: 20px 0;
}

.vuGIU\+3sTWcXJ5jQPgAL-Q\=\= {
  padding: 15px 0;
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-size: 16px;
}

.vuGIU\+3sTWcXJ5jQPgAL-Q\=\= li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}
/**
 * Styles for account settings pages.
 *
 * @version 2.0.0
 * @since 2.0.0
 */
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

.B-Zneah6RDUvFq\+7Qo9LLQ\=\= {
  margin-top: 30px;
  padding: 15px 0;
  overflow: auto;
}

.ox-OAIEdK6xGDs8l0JQqRg\=\= {
  border-bottom: 1px solid #EDF0F2;
  padding: 15px 0;
  overflow: auto;
}

.kSTY7LrDz7BkyMrnaO-CWQ\=\=, ._2Fvs5Yb-Y8SUE-Dmx\+ozTQ\=\= {
  float: left;
  width: 50%;
  margin-top: 0;
  margin-bottom: 0;
}

._3EPXzqjL54nmht7IST0TqA\=\=, .pFUgWDkPu8BlrZDjlRGHtA\=\= {
  margin-left: 15px;
}

.xzR8RMKMv98Gj0juduMhYg\=\= {
  display: inline-block;
  margin-top: 15px;
}
/**
 * Styles for account settings pages.
 *
 * @version 2.0.0
 * @since 2.0.0
 */
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

.RrvB9ff6GWDbD0SIbiwgMw\=\= {
  margin-top: 30px;
  padding: 15px 30px;
  overflow: auto;
}

._6UbaC4cYcfGbLcc\+83HfIg\=\= {
  border-bottom: 1px solid #EDF0F2;
  padding: 15px 0;
  overflow: auto;
}

.IMPYX6-U2poJEPiOu5RFVg\=\=,
.RK9hPgJ948wlYt4glE5C6A\=\= {
  float: left;
  width: 50%;
  margin-top: 10px;
}

._0ZMl8m70TMWsB3Ke9AyTSg\=\= {
  margin-left: 15px;
}

.FR0axiOFtHpw2lv1SwEwXQ\=\= {
  margin-top: 20px !important;
  padding-top: 0 !important;
}
/**
 * Styles for account settings pages.
 *
 * @version 2.0.0
 * @since 2.0.0
 */
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

/**
 * General styling for this page
 */
h1 {
  margin: 40px 0 0px;
}

.NE8WD2qezbNwKo\+dcsOiVw\=\= {
  font-size: 20px;
}

.HPc3OCf29Wh2ndF8CPDwLw\=\= {
  margin-top: 30px;
  padding: 15px 30px;
  overflow: auto;
}

.ttQftt2p9HGeqT2ZbhNm2Q\=\= {
  border-bottom: 1px solid #EDF0F2;
  padding: 15px 0;
  overflow: auto;
}

.hO84ZaxE5JSVX9kO-\+Padg\=\=, ._4RurKOzSt-QLUNLKCg2jsw\=\= {
  float: left;
  width: 50%;
}

.ivwgr3Lk5fGLerTwr2M0TQ\=\= {
  margin-left: 15px;
}
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

._27bsZC9IqCsKn6Vgvpc7Lw\=\= {
  background-color: #EDF0F2;
}
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

.zeIMd390Jsx1qR4CkfS4Ww\=\= p {
  font-family: Georgia, "Times New Roman", Times, serif;
}

.Vc8iLTnEIhIN12ajkIdPYg\=\= {
  text-decoration: underline;
  cursor: pointer;
}
.Vc8iLTnEIhIN12ajkIdPYg\=\=:hover, .Vc8iLTnEIhIN12ajkIdPYg\=\=:focus, .Vc8iLTnEIhIN12ajkIdPYg\=\=:active {
  text-decoration: none;
}

.DLtvrFk0oCpIoaFF4H6yJQ\=\= {
  margin-top: 50px;
}

.\+BqI-I4nIcU5y0BTJKWjPg\=\= {
  margin-bottom: 20px;
  cursor: pointer;
}

.DxLZy5IvLI34H7KcTdmjpw\=\= {
  background-color: #EDF0F2;
}

.Fqdn0RtyN4MF1BqKvFS9cg\=\= a {
  color: #EF426F;
  cursor: pointer;
}
.Fqdn0RtyN4MF1BqKvFS9cg\=\= a:hover, .Fqdn0RtyN4MF1BqKvFS9cg\=\= a:focus, .Fqdn0RtyN4MF1BqKvFS9cg\=\= a:active {
  color: #bb103c;
}

.cFoVJzP0IPwM4ZH\+arZKzg\=\= {
  padding-top: 12px;
  color: #bb103c;
  max-width: 500px;
}
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

.IFAgt03TQnq2OHHgbosVTg\=\= {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.5);
}
.IFAgt03TQnq2OHHgbosVTg\=\= svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 100px;
  margin: auto;
}

.TS0y3eGiLhJfgLghJDtVJQ\=\= {
  font-weight: bold;
  margin-top: 5px;
  color: red;
  width: 100%;
  text-align: right;
}

.MK2YNV7Q3eLJBV4Zhaiz5w\=\= {
  margin-top: 32px;
}

.DiDH\+ju6gVDpx-MJ85fO8w\=\= {
  padding-bottom: 15px;
}

.Fxp5N2Hkz6gZUss581C09g\=\= {
  padding-left: 0px;
}
.UKFZJlSkTPYzOjs-77oMng\=\= {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.5);
}
.UKFZJlSkTPYzOjs-77oMng\=\= svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 100px;
  margin: auto;
}

.juznIUvc5VxMdu98b6Pa1w\=\= {
  font-weight: bold;
  margin-top: 5px;
  color: red;
  width: 100%;
  text-align: right;
}
._7D1q9Q9WJDW1eUBiPlUviQ\=\= {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.5);
}
._7D1q9Q9WJDW1eUBiPlUviQ\=\= svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 100px;
  margin: auto;
}

.sF7o7In9pjdEnC2EnH7d8w\=\= {
  font-weight: bold;
  margin-top: 5px;
  color: red;
  width: 100%;
  text-align: right;
}

.whVg8INbJixJEqqLynkVrw\=\= {
  width: 48%;
  margin-top: 12px;
}
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

.uIOe\+nwQEUlsN\+mBp459Cw\=\= {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.5);
}
.uIOe\+nwQEUlsN\+mBp459Cw\=\= svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 100px;
  margin: auto;
}

.wDhHu9uRNrE2dmdJXAP-3g\=\= {
  font-weight: bold;
  margin-top: 5px;
  color: #EF426F;
  width: 100%;
  text-align: right;
}

.qBENrb4As5Og5wu4bQTQpg\=\= {
  font-weight: bold;
  margin-right: auto;
  margin-top: 5px;
  color: #EF426F;
  width: 80%;
  text-align: left;
  white-space: pre-wrap;
}

.YrD7-ovmhFdZ-um0JAJgVQ\=\= {
  width: 48%;
  margin-top: 12px;
}
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

.ldJS8f7CsYfTiFo7uyAj4w\=\= {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.5);
}
.ldJS8f7CsYfTiFo7uyAj4w\=\= svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 100px;
  margin: auto;
}

.W06SRFkIqbrKb-beQ5\+YNQ\=\= {
  font-weight: bold;
  margin: 4px 0;
  color: red;
  text-align: right;
}
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

.dTwFMQ2Zo2yBzTyzA\+VY0g\=\= {
  margin-top: 64px;
  padding-top: 32px;
}
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

.UFpPvRrZEmKjdjqpT361NA\=\= {
  margin: auto;
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin-bottom: 32px;
}

.nP92104ynRQvVMV7GJHsZQ\=\= {
  margin-top: 64px;
  padding-top: 32px;
}

.zaK\+GZkP7Mz4f2pp5FG3pw\=\= {
  font-weight: bold;
  margin: 4px 0;
  color: red;
  text-align: right;
}

.QdIkCimWkMG8zeQrVKKtzw\=\= {
  margin-top: 16px;
}

.IzUxgnR\+5kLpdbPGmoV\+\+A\=\= {
  display: flex;
  flex-direction: row;
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin-bottom: 4px;
}
.IzUxgnR\+5kLpdbPGmoV\+\+A\=\= div {
  margin: 0 8px;
}

.V\+8hFb9syAvzKkcBx3H0Sw\=\= {
  width: 60%;
  justify-content: center;
}
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

._35KFXzcqDTuHtXxxzl8MJQ\=\= {
  width: 100%;
  height: 100%;
  padding-top: 32px;
}
._35KFXzcqDTuHtXxxzl8MJQ\=\= h1 {
  margin-top: 0;
}
._35KFXzcqDTuHtXxxzl8MJQ\=\= .mN9YCmdE1uKXNRICgxsXzg\=\= {
  width: 100%;
  max-width: 1220px;
  min-width: 600px;
  margin: 0 auto;
}
._35KFXzcqDTuHtXxxzl8MJQ\=\= .p7RGMcG7qkJHL1LAlIWg8g\=\= {
  margin-bottom: 32px;
}
._35KFXzcqDTuHtXxxzl8MJQ\=\= .SZCeWd\+Y3slXxKwbLYiFGg\=\= {
  background-color: #EF426F;
  color: #ffffff;
}
._35KFXzcqDTuHtXxxzl8MJQ\=\= .SZCeWd\+Y3slXxKwbLYiFGg\=\=:hover {
  color: #EF426F;
  background-color: #ffffff;
  border-color: #EF426F;
  outline: none;
}
._35KFXzcqDTuHtXxxzl8MJQ\=\= .SZCeWd\+Y3slXxKwbLYiFGg\=\=:disabled {
  color: #EDF0F2;
  border-color: #EDF0F2;
}
._35KFXzcqDTuHtXxxzl8MJQ\=\= .SZCeWd\+Y3slXxKwbLYiFGg\=\=:disabled:hover {
  color: #EDF0F2;
  border-color: #EDF0F2;
}

.K8pgsK9fgKqVF3OX1yuseA\=\= {
  margin: 0 auto;
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-size: 14px;
}

._3zJoTPUrYXCqFpCUJRb-Ig\=\= {
  padding-left: 16px;
  font-size: 16px;
}

.ztrwVVpRmrylnUmT2NOWBg\=\= {
  padding-left: 16px;
}

._9hMZj-cU5dWvJC6bEjJ-OA\=\= {
  overflow-wrap: break-word;
  width: 100%;
}

._0XLIYaA-vl0ojodNjtLKlw\=\= {
  color: #B9C5CD;
}

.w0G6-UYjdOPvvSZFykS-og\=\= {
  margin: 0 auto;
  width: 70%;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding-top: 16px;
}

.gJejUs-KdXgWMh6zDu8NTQ\=\= {
  padding-left: 4px;
}

.vATbyZSNmzLTAHmowTwfEw\=\= {
  color: #EF426F;
}
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

.\+L9GrU-f8XjiDTC4s-eG7g\=\= {
  width: 100%;
  height: 100%;
  padding-top: 32px;
}
.\+L9GrU-f8XjiDTC4s-eG7g\=\= h1 {
  margin-top: 0;
}
.\+L9GrU-f8XjiDTC4s-eG7g\=\= ._3xBRuGb0xnorxV5ysRtxIQ\=\= {
  width: 100%;
  max-width: 1220px;
  min-width: 600px;
  margin: 0 auto;
}
.\+L9GrU-f8XjiDTC4s-eG7g\=\= ._2tCZ2VAJ9f9GzyaEifCl-A\=\= {
  background-color: #EF426F;
  color: #ffffff;
}
.\+L9GrU-f8XjiDTC4s-eG7g\=\= ._2tCZ2VAJ9f9GzyaEifCl-A\=\=:hover {
  color: #EF426F;
  background-color: #ffffff;
  border-color: #EF426F;
  outline: none;
}
.\+L9GrU-f8XjiDTC4s-eG7g\=\= ._2tCZ2VAJ9f9GzyaEifCl-A\=\=:disabled {
  color: #EDF0F2;
  border-color: #EDF0F2;
}
.\+L9GrU-f8XjiDTC4s-eG7g\=\= ._2tCZ2VAJ9f9GzyaEifCl-A\=\=:disabled:hover {
  color: #EDF0F2;
  border-color: #EDF0F2;
}
.\+L9GrU-f8XjiDTC4s-eG7g\=\= .Roe\+vNxHWFIF8UEae8qJjg\=\= {
  margin-bottom: 32px;
}

.MRTY9DJgMFOlrizxzYeCJg\=\= {
  margin: 0 auto;
  color: #50748A;
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-size: 14px;
}

.Bwi3-JohC5NBHlt2gDCvhw\=\= {
  padding-left: 16px;
  font-size: 16px;
}

.IRUMF8fZg6VK4R-RZrPixg\=\= {
  padding-left: 16px;
}

._1TMKFD6lfgwLfpQRzTJ3IQ\=\= {
  margin: 0 auto;
  width: 70%;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding-top: 16px;
}
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

.HSTHxfRJ9Fa7iQYDXop00g\=\= {
  width: 100%;
  height: 100%;
  padding-top: 32px;
}
.HSTHxfRJ9Fa7iQYDXop00g\=\= h1 {
  margin-top: 0;
}
.HSTHxfRJ9Fa7iQYDXop00g\=\= .DiDYkFa2KAVo-FdJBk9\+bA\=\= {
  width: 100%;
  max-width: 1220px;
  min-width: 600px;
  margin: 0 auto;
}
.HSTHxfRJ9Fa7iQYDXop00g\=\= .uOZZbYGkYJHUVPeypps6QA\=\= {
  background-color: #EF426F;
  color: #ffffff;
}
.HSTHxfRJ9Fa7iQYDXop00g\=\= .uOZZbYGkYJHUVPeypps6QA\=\=:hover {
  color: #EF426F;
  background-color: #ffffff;
  border-color: #EF426F;
  outline: none;
}
.HSTHxfRJ9Fa7iQYDXop00g\=\= .uOZZbYGkYJHUVPeypps6QA\=\=.PqzoTNgwMZLCUiN2mO7V5Q\=\=, .HSTHxfRJ9Fa7iQYDXop00g\=\= .uOZZbYGkYJHUVPeypps6QA\=\=:disabled {
  color: #EDF0F2;
  border-color: #EDF0F2;
}
.HSTHxfRJ9Fa7iQYDXop00g\=\= .uOZZbYGkYJHUVPeypps6QA\=\=.PqzoTNgwMZLCUiN2mO7V5Q\=\=:hover, .HSTHxfRJ9Fa7iQYDXop00g\=\= .uOZZbYGkYJHUVPeypps6QA\=\=:disabled:hover {
  color: #EDF0F2;
  border-color: #EDF0F2;
}
.HSTHxfRJ9Fa7iQYDXop00g\=\= .\+ykuc\+fln1TqO0UKp5ucgQ\=\= {
  margin-bottom: 32px;
}

.bp-GWg-psMNFitJN9\+GQhg\=\= {
  margin: 0 auto;
  color: #50748A;
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-size: 14px;
}

.WjWDHFZskz43x-UNOqgesA\=\= {
  padding-left: 16px;
  font-size: 16px;
}

._08jzzyK470K-pKa7YwjBgg\=\= {
  padding-left: 16px;
}

.dmoESbGXcunffnKlF1rGOA\=\= div:first-child {
  width: 330px;
  overflow-wrap: break-word;
}
.dmoESbGXcunffnKlF1rGOA\=\= div:nth-child(2) {
  font-size: 13px;
  width: 330px;
  overflow-wrap: break-word;
}

._6DcAochcEQ\+3TeeiKfH--g\=\= {
  margin: 0 auto;
  width: 70%;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding-top: 16px;
}
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

.ORY\+evkPXM8AMJbWEgfHcw\=\= h1 {
  margin-top: 0;
}

table td {
  font-variant-numeric: tabular-nums;
}

._2IJEXCxWd8VeYbzYNcHRiw\=\= {
  display: flex;
}

._2IJEXCxWd8VeYbzYNcHRiw\=\= > div {
  margin: 4px;
}

.uz7WUKRmZr9bchU\+I5\+eUg\=\= {
  text-align: center;
  color: #EF426F;
}
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

.a871CZzlslxfwYmJ8oQAeg\=\= h1 {
  margin-top: 0;
}

table td {
  font-variant-numeric: tabular-nums;
}

.UMHWj2kwL3LGH\+GXYs0eHg\=\= {
  color: #EF426F;
}

.JjxQhHjDazgwHMXI81vPcQ\=\= {
  text-align: center;
}
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

.GL0jGxp8DWlwTT81nFMOkw\=\= h1 {
  margin-top: 0;
}

table td {
  font-variant-numeric: tabular-nums;
}

.aHieUIlHdG7Lr\+zQGUz-2g\=\=, ._5tEABnVXXPnMNgXHYqM4kw\=\=, .KNy-XWEPQ9bjxVoob3YVkA\=\= {
  display: inline-block;
  vertical-align: middle;
}

._5tEABnVXXPnMNgXHYqM4kw\=\= {
  margin: 0 15px;
  font-size: 16px;
  font-family: "Circular", Helvetica, Arial, sans-serif;
}

.iVNBubWEdUTE8T0ci\+Ll7A\=\= {
  background-color: #EF426F;
  color: #ffffff;
}
.iVNBubWEdUTE8T0ci\+Ll7A\=\=:focus, .iVNBubWEdUTE8T0ci\+Ll7A\=\=.N7HT3zD\+QZWY6DjWqP\+cWA\=\=, .iVNBubWEdUTE8T0ci\+Ll7A\=\=:hover {
  color: #EF426F;
  background-color: #ffffff;
  border-color: #EF426F;
  outline: none;
}
.iVNBubWEdUTE8T0ci\+Ll7A\=\=:active, .iVNBubWEdUTE8T0ci\+Ll7A\=\=.BNrXGhaAEPagIf17mbxUaA\=\= {
  box-shadow: none;
  color: #bb103c;
  background-color: #ffffff;
  border-color: #bb103c;
  outline: none;
}
.iVNBubWEdUTE8T0ci\+Ll7A\=\=:active:hover, .iVNBubWEdUTE8T0ci\+Ll7A\=\=:active:focus, .iVNBubWEdUTE8T0ci\+Ll7A\=\=:active.N7HT3zD\+QZWY6DjWqP\+cWA\=\=, .iVNBubWEdUTE8T0ci\+Ll7A\=\=.BNrXGhaAEPagIf17mbxUaA\=\=:hover, .iVNBubWEdUTE8T0ci\+Ll7A\=\=.BNrXGhaAEPagIf17mbxUaA\=\=:focus, .iVNBubWEdUTE8T0ci\+Ll7A\=\=.BNrXGhaAEPagIf17mbxUaA\=\=.N7HT3zD\+QZWY6DjWqP\+cWA\=\= {
  color: #bb103c;
  background-color: #ffffff;
  border-color: #bb103c;
  outline: none;
}
.iVNBubWEdUTE8T0ci\+Ll7A\=\=.ecxN8Yh\+yBL20Pg6kCyxCg\=\=, .iVNBubWEdUTE8T0ci\+Ll7A\=\=:disabled {
  color: #EDF0F2;
  border-color: #EDF0F2;
}
.iVNBubWEdUTE8T0ci\+Ll7A\=\=.ecxN8Yh\+yBL20Pg6kCyxCg\=\=:hover, .iVNBubWEdUTE8T0ci\+Ll7A\=\=:disabled:hover {
  color: #EDF0F2;
  border-color: #EDF0F2;
}
.iVNBubWEdUTE8T0ci\+Ll7A\=\=.ecxN8Yh\+yBL20Pg6kCyxCg\=\=:active, .iVNBubWEdUTE8T0ci\+Ll7A\=\=:disabled:active {
  color: #EDF0F2;
  border-color: #EDF0F2;
  background: none;
}
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

._1MiCxYTuvbwK8MeMJonblg\=\= {
  width: 100%;
  height: 100%;
  padding-top: 32px;
}
._1MiCxYTuvbwK8MeMJonblg\=\= h1 {
  margin-top: 0;
}

.taHeBk20EvLvuAdTtkcHLA\=\= {
  padding-top: 32px;
  width: 80%;
  margin: auto;
}

.orwLz2LBnliyyrQYO0pYZg\=\= {
  display: block;
}

._5iavdWj1w0NfOOkHnh-vAA\=\= {
  padding-bottom: 8px;
  color: red;
}
.IK274W4gI4B6vqpeFsJcEw\=\= {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 250px;
  /*
  This is required to ensure text area always being on top,
  especially when used with bootstrap modal.
  */
  z-index: 1100;
  padding: 0;
  background-color: white;
  box-shadow: 0 4px 2px -2px gray;
}

.JOOKXCFb1qzHzCFEzu7FOA\=\= {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}
.JOOKXCFb1qzHzCFEzu7FOA\=\= textarea {
  line-height: 1.2em;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border-color: lightgray;
  font-family: "Circular", Helvetica, Arial, sans-serif;
  resize: none;
}

.Rv\+viNG4XDMyYtDQjpihMg\=\= {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}

.Z8Q5biKyugJeePq7Ssce9w\=\= {
  font-family: "Circular", Helvetica, Arial, sans-serif;
}

._3QMi69pPmXCBfkGVm-FENQ\=\= {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
._3QMi69pPmXCBfkGVm-FENQ\=\= .sW15\+3CqnVoYkwX\+NG9y0Q\=\= {
  margin-left: 0.5rem;
}
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

.oefX4flqa6fQKZMYJTdANA\=\= {
  margin: 0 auto;
  margin-bottom: 20px;
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-size: 14px;
}

.O0-\+82-YnMXV8YIY-MEsQg\=\= {
  padding-left: 16px;
  font-size: 16px;
}

._1bIWBCnwy-U-XX-ApXyMsg\=\= {
  padding-left: 16px;
}

.Qksyei5lu6sbNuLsMk172w\=\= {
  width: 100%;
  height: 100%;
  padding-top: 32px;
}
.Qksyei5lu6sbNuLsMk172w\=\= h1 {
  margin-top: 0;
}
.Qksyei5lu6sbNuLsMk172w\=\= .vbdGahhyAfrR3\+DER6kIRA\=\= {
  width: 100%;
  max-width: 1220px;
  min-width: 600px;
  margin: 0 auto;
}
.Qksyei5lu6sbNuLsMk172w\=\= ._0DuTNkHVwPfFKaTq7AYksw\=\= {
  margin-bottom: 32px;
}

.vuCwYTZY439geVj3zbnMXQ\=\= {
  margin: 0 auto;
  width: 70%;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding-top: 16px;
}
.h6VOVXYgeu5Tt5cIt8wzQg\=\= {
  clear: both;
  height: 1px;
}

.X0cvHgRdNWRoOJNQI5Ya7g\=\= {
  padding: 2em;
}

.qT1lOZgf\+5mDBH7joazFLA\=\= {
  padding: 2em 2em 2em 4em;
}

.R5viquyzj0I4m94iXdLVjA\=\= {
  width: 40em;
}

.BL34Dbss5fQYQIC40ENNnA\=\= {
  background: #fabfbf;
  border-radius: 0 10px 10px 0;
  padding: 2em 2em 2em 4em;
}

.-M3eUl0eG-1jS\+q5upgQ\+A\=\= {
  background: #f2f2f2;
  margin-top: 2em;
  padding: 2em 2em 2em 4em;
}

.UGy\+JtW615XiBBf4TnUl0w\=\= {
  float: left;
  width: 22em;
}

.c7PIlm1beYThJqbksR5roA\=\= {
  background: #d9e1e9;
  border-radius: 0 10px 10px 0;
  padding: 2em 2em 2em 4em;
  margin-right: 2em;
}

.msB99Est1Z8EL\+rz-WP2VA\=\= {
  background: #fabfbf;
  border-radius: 0 10px 10px 0;
  padding: 2em 2em 2em 4em;
  margin-right: 2em;
  margin-top: 2em;
}

.htjbnoyP66o3sDxI5ZjShg\=\= {
  background: #fabfbf;
  border-radius: 10px 0 0 10px;
  margin-left: 2em;
  padding: 2em;
}

.htjbnoyP66o3sDxI5ZjShg\=\= p,
.xUHCeSuk4Olr7C8xBSwogQ\=\= p {
  margin-bottom: 0;
}

.o7NcpJVdk6HUsQ6EdJiCzQ\=\= {
  background: #f2f2f2;
  margin-top: 2em;
  padding: 2em 2em 2em 4em;
}

.o7NcpJVdk6HUsQ6EdJiCzQ\=\= p {
  margin-bottom: 1rem;
}

.XM7zBhcWi4dKfgbDTnqDEA\=\= {
  padding: 2em 2em 2em 4em;
}

.xUHCeSuk4Olr7C8xBSwogQ\=\= {
  padding: 2em 2em 2em 4em;
}
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

.v0INy0CKK46n03\+xyiuTHw\=\= {
  background-color: #EDF0F2;
  padding: 50px 30px 200px;
}

._7QQJPOBLDUWmgqZh1K1oKg\=\= {
  max-width: 200px;
  margin: 0 0 30px;
}

._7QQJPOBLDUWmgqZh1K1oKg\=\= svg {
  max-width: 200px;
}

.vCpKKfk-f1B8E9OjnIIyMQ\=\=,
.r7WSlPdcvRVAeg-BV3OxzQ\=\= {
  margin: auto;
}

.vCpKKfk-f1B8E9OjnIIyMQ\=\= {
  padding: 40px 48px 50px;
  background-color: #ffffff;
}
.vCpKKfk-f1B8E9OjnIIyMQ\=\= h1,
.vCpKKfk-f1B8E9OjnIIyMQ\=\= h2,
.vCpKKfk-f1B8E9OjnIIyMQ\=\= h3 {
  color: #50748A;
}

.r7WSlPdcvRVAeg-BV3OxzQ\=\= {
  padding-top: 20px;
  font-family: "Circular", Helvetica, Arial, sans-serif;
  color: #7D98A8;
}

.r7WSlPdcvRVAeg-BV3OxzQ\=\= a {
  color: #EF426F;
}
.r7WSlPdcvRVAeg-BV3OxzQ\=\= a:hover, .r7WSlPdcvRVAeg-BV3OxzQ\=\= a:focus, .r7WSlPdcvRVAeg-BV3OxzQ\=\= a:active {
  color: #bb103c;
}

@media (min-width: 768px) {
  .vCpKKfk-f1B8E9OjnIIyMQ\=\= input {
    margin: 30px 0;
  }
}

.UOxbbolMYWYvircz0r34ng\=\= {
  display: inline;
}
.UOxbbolMYWYvircz0r34ng\=\= svg {
  width: 48px;
  height: 48px;
}

.HGprOh1LN3J9Ib8KJqEwfQ\=\= {
  position: fixed;
  bottom: 30px;
  right: 30px;
}

.HGprOh1LN3J9Ib8KJqEwfQ\=\= a {
  cursor: pointer;
  text-decoration: underline;
}
.HGprOh1LN3J9Ib8KJqEwfQ\=\= a:hover, .HGprOh1LN3J9Ib8KJqEwfQ\=\= a:focus, .HGprOh1LN3J9Ib8KJqEwfQ\=\= a:active {
  text-decoration: none;
}
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

.xXNOgorDJcfG09SXf-6bbw\=\= {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.\-7cEX6Kek8YA4NwYOdcspg\=\=, ._7pp-7NPGRTreVvXCFrBa7Q\=\= {
  display: flex;
  flex-direction: column;
  padding-bottom: 24px;
  width: 93.5%;
}
.\-7cEX6Kek8YA4NwYOdcspg\=\= h5, ._7pp-7NPGRTreVvXCFrBa7Q\=\= h5 {
  margin-top: 16px;
}

._7pp-7NPGRTreVvXCFrBa7Q\=\= {
  border-bottom: 1px solid #B9C5CD;
}

.eH9z7Ul6S20lEHRPHj\+f1g\=\= {
  width: 93.5%;
  margin: 0 auto;
}

.vpar9GVt6LYFxWkWl70IFg\=\= {
  color: #EF426F;
}
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

._6lw3kGSE4iveQHOvBSazaw\=\= {
  padding: 8px 10px;
  background-color: inherit;
  border: 1px solid #EF426F;
  width: -moz-fit-content;
  width: fit-content;
  color: #EF426F;
  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: 2px;
}
._6lw3kGSE4iveQHOvBSazaw\=\=:hover {
  background-color: #EF426F;
  color: white;
}
._6lw3kGSE4iveQHOvBSazaw\=\=:disabled {
  background-color: #EDF0F2 !important;
  color: #50748A;
  border: 0.5px solid #7D98A8;
}
._6lw3kGSE4iveQHOvBSazaw\=\=:active {
  background-color: #FF8F9F;
}
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

.O--15JsRAcT\+RTVhApATbA\=\= {
  width: 100%;
  border: 1px solid green;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 8px;
  border-radius: 4px;
}
.O--15JsRAcT\+RTVhApATbA\=\= a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

#_9MPPxHAE13OgDI88yukxrg\=\= {
  margin-left: 16px;
}

.hIWjxjsCN3dxiZVbvgMtTQ\=\= {
  background-color: #FFD6DD;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 4px;
  gap: 16px;
}
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

.n1HvPyioyKwA2-kpjJOcfQ\=\= {
  font-family: "Circular", Helvetica, Arial, sans-serif;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-align: center;
  margin-top: 20px;
}
.n1HvPyioyKwA2-kpjJOcfQ\=\= > button {
  display: inline-block;
  min-width: 35px;
  height: 2em;
  text-align: center;
  border-radius: 2px;
  text-decoration: none;
  border: none;
  outline: none;
  background-color: inherit;
  margin: "0 5px";
  padding: "5px 10px";
  color: "#000";
  border: "none";
  border-radius: "4px";
  cursor: "pointer";
}
.n1HvPyioyKwA2-kpjJOcfQ\=\= button:not(.hSZ2B8QzbHo4FqHelwM8Vg\=\=):hover {
  background-color: #EDF0F2;
}
.n1HvPyioyKwA2-kpjJOcfQ\=\= button:not(.hSZ2B8QzbHo4FqHelwM8Vg\=\=) {
  pointer-events: cursor;
}
.n1HvPyioyKwA2-kpjJOcfQ\=\= .T2nm7C1Y2gc6JkTvX3B\+5A\=\= {
  background-color: #B9C5CD;
}
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

.RcBNhsEkCPTF2WZ6fnDPYA\=\= {
  margin: 0 auto;
  color: #50748A;
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
@media (max-width: 992px) {
  .RcBNhsEkCPTF2WZ6fnDPYA\=\= {
    width: 80% !important;
  }
}

.mtEK7DfQAVgABVsGKVHqLg\=\= {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.SfbVW10AHPhTgc5-quET5w\=\= {
  margin: 0 auto;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding-top: 16px;
}
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

._1DUQs2KFCDMFlmtCld-2sg\=\= {
  display: flex;
  flex-direction: column;
  justify-items: center;
  justify-content: space-between;
  align-items: flex-start;
}
._1DUQs2KFCDMFlmtCld-2sg\=\= h2 {
  margin: 40px 0 0 0;
}
._1DUQs2KFCDMFlmtCld-2sg\=\= h4,
._1DUQs2KFCDMFlmtCld-2sg\=\= h5 {
  border-bottom: 0;
  margin: 0.5rem 0 1rem 0;
  padding: 0;
}
._1DUQs2KFCDMFlmtCld-2sg\=\= h4.GxhzYkapnQBXTG2OWdUafw\=\=,
._1DUQs2KFCDMFlmtCld-2sg\=\= h5.GxhzYkapnQBXTG2OWdUafw\=\= {
  margin: 0.2rem 0 0 0;
}

.UopEx1Y9Bt8-iyH\+D1LVmA\=\= ul {
  display: flex;
  justify-content: center;
}

.f\+m2n\+Ug4-3-nbktsldCUg\=\= {
  display: flex;
  flex-direction: column;
  justify-items: flex-end;
  align-items: flex-end;
}
.f\+m2n\+Ug4-3-nbktsldCUg\=\= h4,
.f\+m2n\+Ug4-3-nbktsldCUg\=\= h5 {
  border-bottom: 0;
  margin: 0;
  padding: 0;
}

.ISDQAzzOkSV9TkdwG3yZ8w\=\=,
.ymaW99ZGyE9meqHLb7bHVA\=\=,
.GvrtLWaGLOEBzrzXVrJcCA\=\= {
  display: inline-block;
  vertical-align: middle;
}

.ymaW99ZGyE9meqHLb7bHVA\=\=,
.GvrtLWaGLOEBzrzXVrJcCA\=\= {
  position: relative;
  margin-left: 20px;
  border-radius: 0px 2px 2px 0;
  padding: 3px 7px 3px 4px;
  font-family: Circular, Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  color: #ffffff;
}
.ymaW99ZGyE9meqHLb7bHVA\=\=:before,
.GvrtLWaGLOEBzrzXVrJcCA\=\=:before {
  content: " ";
  position: absolute;
  right: 100%;
  top: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  pointer-events: none;
  border-color: transparent;
  border-width: 11px;
  margin-top: -11px;
}

.ymaW99ZGyE9meqHLb7bHVA\=\= {
  background-color: #EF426F;
}
.ymaW99ZGyE9meqHLb7bHVA\=\=:before {
  border-right-color: #EF426F;
}

.GvrtLWaGLOEBzrzXVrJcCA\=\= {
  background-color: #7D98A8;
}
.GvrtLWaGLOEBzrzXVrJcCA\=\=:before {
  border-right-color: #7D98A8;
}

._7uZMC-nXH6wlOfHAddT4mQ\=\= {
  font-size: 1.429rem;
  font-weight: bold;
  color: #50748A;
}

@media (max-width: 1200px) {
  .hJh95bpijKuitgdJpix-rQ\=\= {
    height: 100%;
    max-width: none;
    width: 96vw;
  }
}
.C6o6ESRTvuUvDphV7EiKCQ\=\= {
  width: 93.5%;
  margin: 0 auto;
}

.JUpkmLnIJ7uATUPnHeAiTw\=\= {
  color: #EF426F;
}

._304vvkzBcPeI6YsLMNQaQA\=\= {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

._0f6qerJ-d2L8ZuUMsFZvzg\=\= {
  display: flex;
  flex-direction: column;
  justify-items: center;
  justify-content: space-between;
  align-items: flex-start;
}
._0f6qerJ-d2L8ZuUMsFZvzg\=\= h2 {
  margin: 40px 0 0 0;
}
._0f6qerJ-d2L8ZuUMsFZvzg\=\= h4,
._0f6qerJ-d2L8ZuUMsFZvzg\=\= h5 {
  border-bottom: 0;
  margin: 0.5rem 0 1rem 0;
  padding: 0;
}

.sb3NBjwHTSCZVbL1rmn\+8w\=\= ul {
  display: flex;
  justify-content: center;
}

@media (max-width: 1200px) {
  .UhRPy1TUJWZxKhhDIgSqGQ\=\= {
    height: 100%;
    max-width: none;
    width: 96vw;
  }
}
.ZZC43Qp-WFJkIgm8OFWlLA\=\= {
  width: 900px;
  margin: 0 auto;
}
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

.ewsCmC58zdFLF-QAWr117g\=\= {
  margin: 0 auto;
  color: #50748A;
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-size: 14px;
}

._6IxOag9oCtK\+gH0g0pOCdQ\=\= {
  margin: 0 auto;
  width: 70%;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding-top: 16px;
}

.MvV4ajzp7WRwPrhLZlYrPA\=\= {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}

._0D3hpbCdIO6lQbpJTx0bbw\=\= {
  position: static !important;
}

.f6H7pYh1AHY2dniSsPCeJA\=\= {
  margin-left: 15px;
}

.GAQ\+9eL7XlLrUg557pKt-A\=\= {
  background-color: #d0f7da;
  border: 0.2px solid #000;
}
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

.aUsqkvSG8v9If5rDo78U\+w\=\= {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.ExJIuDWkdp5k0Fyt4lhiAA\=\= {
  height: 40px;
  padding: 10px 20px 10px 20px;
  margin: 10px 10px 0px 0px;
  background: #ffffff;
  color: #7D98A9;
  border: 2px solid #7D98A9;
  border-radius: 20px;
}

.zdQoFI1yXKmesl\+PdvV4Jw\=\= {
  background: #7D98A9;
  color: #ffffff;
}

.FEx8mU5fB7uwSDMrfdRPEQ\=\= {
  background: #ffffff;
  color: #7D98A9;
}
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

.-GU4IZDAYGNsrar-AlSNdw\=\= {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 900px;
  margin: 20px auto;
}

.qQzY7GpC0AzaLjLHOrdD0A\=\= {
  white-space: nowrap;
}

.VX5X7n-2UyxH-A\+24\+R1ow\=\= {
  padding-top: 3px;
  color: #ffffff;
  height: 37px;
}
.VX5X7n-2UyxH-A\+24\+R1ow\=\=:focus {
  outline: 0;
}

.DEbmXYLL-SfSM2Dk3Hf\+uw\=\= {
  background-color: #EF426F;
  border: #EF426F solid 2px;
  height: 34px;
}

.WPm9VAONyUMZXlEsuoAKYg\=\=::-moz-placeholder {
  white-space: nowrap !important;
}

.WPm9VAONyUMZXlEsuoAKYg\=\=::placeholder {
  white-space: nowrap !important;
}
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

._4uCnf-061-PCh3SkHcDEiw\=\= ul {
  display: flex;
  justify-content: center;
}
._4uCnf-061-PCh3SkHcDEiw\=\= h4 {
  border-bottom: 0;
  margin: 0;
}

.kbVyShN8X3p34GTJesdH\+g\=\= {
  font-size: 1.714rem;
  width: 100%;
  margin-left: 8px;
}

.GV90sbGBggk8TVMlem-N5w\=\= {
  margin-top: 60px;
}

@keyframes nscAUEd1-8nkw8kY3x0msA\=\= {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
._3\+Ln08PxsBCRnORnEHTixQ\=\= {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  animation-name: nscAUEd1-8nkw8kY3x0msA\=\=;
  animation-duration: 0.5s;
}
/**
 *  Define scss variables here.
 *
 *  Available options for Bootstrap:
 *  http://getbootstrap.com/customize/
 *
 */

.aWR1rIwkY8xVxACFSlbuBA\=\= {
  color: #50748A;
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-size: 14px;
}

.XecDOtbUWuor4YEnkoEeQA\=\= div {
  text-overflow: unset !important;
  white-space: unset !important;
}

.reQ\+K00LlOR7BmFQuscTtQ\=\= {
  display: block;
}

.kcqiixfaa4luFgephv1OCA\=\= {
  border-radius: 4px;
}

/*# sourceMappingURL=main.b1f26ff5acdef85ad151.css.map*/