:root {
  --ss-rust: #c45003;
  --ss-orange: #ff8a14;
  --ss-gold: #faa61a;
  --ss-blue: #4c79a4;
  --ss-red: #d64118;
  --ss-yellow: #fcae12;
  --ss-green: #64a139;
  --ss-black: #000;
  --ss-white: #fff;
  --ss-gray: #767674;
  --ss-gray-dark: #555553;
  --ss-gray-25: #fafaf9;
  --ss-gray-50: #f5f5f5;
  --ss-gray-100: #dcdcdb;
  --ss-gray-200: #c4c4c4;
  --ss-gray-300: #aeaead;
  --ss-gray-400: #969694;
  --ss-gray-500: #767674;
  --ss-gray-600: #646463;
  --ss-gray-700: #555553;
  --ss-gray-800: #434342;
  --ss-gray-900: #353534;
  --ss-gray: rgba(255, 255, 255, .7);
  --ss-black: #000;
  --ss-white: #fff;
  --ss-gray-rgb: 255, 255, 255;
  --ss-black-rgb: 0, 0, 0;
  --ss-white-rgb: 255, 255, 255;
  --ss-white-rgb: 255, 255, 255;
  --ss-black-rgb: 0, 0, 0;
  --ss-body-color-rgb: 118, 118, 116;
  --ss-body-bg-rgb: 255, 255, 255;
  --ss-gray-50-rgb: 245, 245, 245;
  --ss-font-sans-serif: "Montserrat", sans-serif;
  --ss-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --ss-gradient: linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));
  --ss-body-font-family: "Montserrat", sans-serif;
  --ss-body-font-size: 1rem;
  --ss-body-font-weight: 400;
  --ss-body-line-height: 1.5;
  --ss-body-color: #767674;
  --ss-body-bg: #fff;
  --ss-border-width: 1px;
  --ss-border-style: solid;
  --ss-border-color: #aeaead;
  --ss-border-color-translucent: rgba(0, 0, 0, .176);
  --ss-border-radius: .375rem;
  --ss-border-radius-sm: .25rem;
  --ss-border-radius-lg: .5rem;
  --ss-border-radius-xl: 1rem;
  --ss-border-radius-2xl: 2rem;
  --ss-border-radius-pill: 50rem;
  --ss-link-color: #767674;
  --ss-link-hover-color: #555553;
  --ss-code-color: #d63384;
  --ss-highlight-bg: #fedc99;
}

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

#fc_2308-aa {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: var(--ss-body-font-weight);
  line-height: var(--ss-body-line-height);
  color: var(--ss-body-color);
  text-align: var(--ss-body-color);
  background-color: var(--ss-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 100%;
  max-width: 100%;
  margin: 0;
}

#fc_2308-aa > div {
  max-width: 1560px;
}

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

.c3.homec3 > .full {
  padding: 0;
}

.c3.homec3 > .full:after {
  clear: both;
  content: "";
  display: block;
}

#fc_2308-aa hr {
  color: inherit;
  opacity: .25;
  border: 0;
  border-top: 1px solid;
  margin: 1rem 0;
}

#fc_2308-aa h6, #fc_2308-aa .fc_h6, #fc_2308-aa h5, #fc_2308-aa .fc_h5, #fc_2308-aa h4, #fc_2308-aa .fc_h4, #fc_2308-aa h3, #fc_2308-aa .fc_h3, #fc_2308-aa h2, #fc_2308-aa .fc_h2, #fc_2308-aa h1, #fc_2308-aa .fc_h1 {
  color: #555553;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-weight: 600;
  line-height: 1.2;
  float: none !important;
  clear: unset !important;
}

#fc_2308-aa h1, #fc_2308-aa .fc_h1 {
  font-size: calc(1.425rem + 2.1vw) !important;
}

@media (min-width: 1200px) {
  #fc_2308-aa h1, #fc_2308-aa .fc_h1 {
    font-size: 3rem !important;
  }
}

#fc_2308-aa h2, #fc_2308-aa .fc_h2 {
  font-size: calc(1.35rem + 1.2vw) !important;
}

@media (min-width: 1200px) {
  #fc_2308-aa h2, #fc_2308-aa .fc_h2 {
    font-size: 2.25rem !important;
  }
}

#fc_2308-aa h3, #fc_2308-aa .fc_h3 {
  font-size: calc(1.31875rem + .825vw) !important;
}

@media (min-width: 1200px) {
  #fc_2308-aa h3, #fc_2308-aa .fc_h3 {
    font-size: 1.9375rem !important;
  }
}

#fc_2308-aa h4, #fc_2308-aa .fc_h4 {
  font-size: calc(1.275rem + .3vw) !important;
}

@media (min-width: 1200px) {
  #fc_2308-aa h4, #fc_2308-aa .fc_h4 {
    font-size: 1.5rem !important;
  }
}

#fc_2308-aa h5, #fc_2308-aa .fc_h5 {
  font-size: 1.25rem !important;
}

#fc_2308-aa h6, #fc_2308-aa .fc_h6 {
  font-size: 1rem !important;
}

#fc_2308-aa p {
  margin-top: 0;
  margin-bottom: 1rem;
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  float: none !important;
  clear: unset !important;
}

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

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

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

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

#fc_2308-aa ol ol, #fc_2308-aa ul ul, #fc_2308-aa ol ul, #fc_2308-aa ul ol {
  margin-bottom: 0;
}

#fc_2308-aa dt {
  font-weight: 700;
}

#fc_2308-aa dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

#fc_2308-aa blockquote {
  margin: 0 0 1rem;
}

#fc_2308-aa b, #fc_2308-aa strong {
  font-weight: 600;
}

#fc_2308-aa small, #fc_2308-aa .fc_small {
  font-size: .875em;
}

#fc_2308-aa mark, #fc_2308-aa .fc_mark {
  background-color: #fedc99;
  padding: .1875em;
}

#fc_2308-aa sub, #fc_2308-aa sup {
  vertical-align: baseline;
  font-size: .75em;
  line-height: 0;
  position: relative;
}

#fc_2308-aa sub {
  bottom: -.25em;
}

#fc_2308-aa sup {
  top: -.5em;
}

#fc_2308-aa a {
  color: #767674;
  text-decoration: none;
}

#fc_2308-aa a:hover {
  color: #555553;
  text-decoration: none;
}

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

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

#fc_2308-aa pre {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: .875em;
  display: block;
  overflow: auto;
}

#fc_2308-aa pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

#fc_2308-aa code {
  color: #d63384;
  word-wrap: break-word;
  font-size: .875em;
}

a > #fc_2308-aa code {
  color: inherit;
}

#fc_2308-aa kbd {
  color: #767674;
  background-color: #767674;
  border-radius: .25rem;
  padding: .1875rem .375rem;
  font-size: .875em;
}

#fc_2308-aa kbd kbd {
  padding: 0;
  font-size: 1em;
}

#fc_2308-aa figure {
  margin: 0 0 1rem;
}

#fc_2308-aa img, #fc_2308-aa svg {
  vertical-align: middle;
}

#fc_2308-aa table {
  caption-side: bottom;
  border-collapse: collapse;
}

#fc_2308-aa caption {
  color: rgba(118, 118, 116, .75);
  text-align: left;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

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

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

#fc_2308-aa label {
  display: inline-block;
}

#fc_2308-aa button {
  border-radius: 0;
}

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

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

#fc_2308-aa button, #fc_2308-aa select {
  text-transform: none;
}

#fc_2308-aa [role="button"] {
  cursor: pointer;
}

#fc_2308-aa select {
  word-wrap: normal;
}

#fc_2308-aa select:disabled {
  opacity: 1;
}

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

#fc_2308-aa button, #fc_2308-aa [type="button"], #fc_2308-aa [type="reset"], #fc_2308-aa [type="submit"] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

#fc_2308-aa button:not(:disabled), #fc_2308-aa [type="button"]:not(:disabled), #fc_2308-aa [type="reset"]:not(:disabled), #fc_2308-aa [type="submit"]:not(:disabled) {
  cursor: pointer;
}

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

#fc_2308-aa textarea {
  resize: vertical;
}

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

#fc_2308-aa legend {
  float: left;
  font-size: calc(1.275rem + .3vw);
  line-height: inherit;
  width: 100%;
  margin-bottom: .5rem;
  padding: 0;
}

@media (min-width: 1200px) {
  #fc_2308-aa legend {
    font-size: 1.5rem;
  }
}

#fc_2308-aa legend + * {
  clear: left;
}

#fc_2308-aa ::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

#fc_2308-aa ::-webkit-datetime-edit-text {
  padding: 0;
}

#fc_2308-aa ::-webkit-datetime-edit-minute {
  padding: 0;
}

#fc_2308-aa ::-webkit-datetime-edit-hour-field {
  padding: 0;
}

#fc_2308-aa ::-webkit-datetime-edit-day-field {
  padding: 0;
}

#fc_2308-aa ::-webkit-datetime-edit-month-field {
  padding: 0;
}

#fc_2308-aa ::-webkit-datetime-edit-year-field {
  padding: 0;
}

#fc_2308-aa ::-webkit-inner-spin-button {
  height: auto;
}

#fc_2308-aa [type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

#fc_2308-aa ::-webkit-search-decoration {
  -webkit-appearance: none;
}

#fc_2308-aa ::-webkit-color-swatch-wrapper {
  padding: 0;
}

#fc_2308-aa ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

#fc_2308-aa ::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

#fc_2308-aa output {
  display: inline-block;
}

#fc_2308-aa iframe {
  border: 0;
}

#fc_2308-aa summary {
  cursor: pointer;
  display: list-item;
}

#fc_2308-aa progress {
  vertical-align: baseline;
}

#fc_2308-aa [hidden] {
  display: none !important;
}

.fc_lead {
  font-weight: 500;
  font-size: 1.25rem !important;
}

.fc_display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 600;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .fc_display-1 {
    font-size: 5rem;
  }
}

.fc_display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 600;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .fc_display-2 {
    font-size: 4.5rem;
  }
}

.fc_display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 600;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .fc_display-3 {
    font-size: 4rem;
  }
}

.fc_display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 600;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .fc_display-4 {
    font-size: 3.5rem;
  }
}

.fc_display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 600;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .fc_display-5 {
    font-size: 3rem;
  }
}

.fc_display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 600;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .fc_display-6 {
    font-size: 2.5rem;
  }
}

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

.fc_list-inline-item {
  display: inline-block;
}

.fc_list-inline-item:not(:last-child) {
  margin-right: .5rem;
}

.fc_initialism {
  text-transform: uppercase;
  font-size: .875em;
}

.fc_blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.fc_blockquote > :last-child {
  margin-bottom: 0;
}

.fc_blockquote-footer {
  color: #646463;
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: .875em;
}

.fc_blockquote-footer:before {
  content: "— ";
}

.fc_img-fluid {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.fc_img-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.fc_img-thumbnail {
  background-color: #fff;
  border: 1px solid #aeaead;
  border-radius: .375rem;
  max-width: 100%;
  height: auto;
  padding: .25rem;
  box-shadow: 0 1px 3px rgba(27, 27, 27, .1), 0 1px 2px rgba(27, 27, 27, .06);
}

.fc_figure {
  display: inline-block;
}

.fc_figure-img {
  margin-bottom: .5rem;
  line-height: 1;
}

.fc_figure-caption {
  color: #646463;
  font-size: .875em;
}

.fc_wrap, .fc_wrap-fluid, .fc_wrap-xxl, .fc_wrap-xl, .fc_wrap-lg, .fc_wrap-md, .fc_wrap-sm {
  padding-right: var(--ss-gutter-x, 1.5rem);
  padding-left: var(--ss-gutter-x, 1.5rem);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 480px) {
  .fc_wrap-sm, .fc_wrap {
    max-width: 444px;
  }
}

@media (min-width: 761px) {
  .fc_wrap-md, .fc_wrap-sm, .fc_wrap {
    max-width: 713px;
  }
}

@media (min-width: 1000px) {
  .fc_wrap-lg, .fc_wrap-md, .fc_wrap-sm, .fc_wrap {
    max-width: 968px;
  }
}

@media (min-width: 1280px) {
  .fc_wrap-xl, .fc_wrap-lg, .fc_wrap-md, .fc_wrap-sm, .fc_wrap {
    max-width: 1220px;
  }
}

@media (min-width: 1560px) {
  .fc_wrap-xxl, .fc_wrap-xl, .fc_wrap-lg, .fc_wrap-md, .fc_wrap-sm, .fc_wrap {
    max-width: 1320px;
  }
}

.fc_row {
  --ss-gutter-x: 1.5rem;
  --ss-gutter-y: 0;
  margin-top: calc(-1 * var(--ss-gutter-y));
  margin-right: calc(-.5 * var(--ss-gutter-x));
  margin-left: calc(-.5 * var(--ss-gutter-x));
  flex-wrap: wrap;
  display: flex;
}

.fc_row > * {
  padding-right: calc(var(--ss-gutter-x) * .5);
  padding-left: calc(var(--ss-gutter-x) * .5);
  margin-top: var(--ss-gutter-y);
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}

.fc_grid {
  grid-template-rows: repeat(var(--ss-rows, 1), 1fr);
  grid-template-columns: repeat(var(--ss-columns, 12), 1fr);
  gap: var(--ss-gap, 1.5rem);
  display: grid;
}

.fc_grid .fc_g-col-1 {
  grid-column: auto / span 1;
}

.fc_grid .fc_g-col-2 {
  grid-column: auto / span 2;
}

.fc_grid .fc_g-col-3 {
  grid-column: auto / span 3;
}

.fc_grid .fc_g-col-4 {
  grid-column: auto / span 4;
}

.fc_grid .fc_g-col-5 {
  grid-column: auto / span 5;
}

.fc_grid .fc_g-col-6 {
  grid-column: auto / span 6;
}

.fc_grid .fc_g-col-7 {
  grid-column: auto / span 7;
}

.fc_grid .fc_g-col-8 {
  grid-column: auto / span 8;
}

.fc_grid .fc_g-col-9 {
  grid-column: auto / span 9;
}

.fc_grid .fc_g-col-10 {
  grid-column: auto / span 10;
}

.fc_grid .fc_g-col-11 {
  grid-column: auto / span 11;
}

.fc_grid .fc_g-col-12 {
  grid-column: auto / span 12;
}

.fc_grid .fc_g-start-1 {
  grid-column-start: 1;
}

.fc_grid .fc_g-start-2 {
  grid-column-start: 2;
}

.fc_grid .fc_g-start-3 {
  grid-column-start: 3;
}

.fc_grid .fc_g-start-4 {
  grid-column-start: 4;
}

.fc_grid .fc_g-start-5 {
  grid-column-start: 5;
}

.fc_grid .fc_g-start-6 {
  grid-column-start: 6;
}

.fc_grid .fc_g-start-7 {
  grid-column-start: 7;
}

.fc_grid .fc_g-start-8 {
  grid-column-start: 8;
}

.fc_grid .fc_g-start-9 {
  grid-column-start: 9;
}

.fc_grid .fc_g-start-10 {
  grid-column-start: 10;
}

.fc_grid .fc_g-start-11 {
  grid-column-start: 11;
}

@media (min-width: 480px) {
  .fc_grid .fc_g-col-sm-1 {
    grid-column: auto / span 1;
  }

  .fc_grid .fc_g-col-sm-2 {
    grid-column: auto / span 2;
  }

  .fc_grid .fc_g-col-sm-3 {
    grid-column: auto / span 3;
  }

  .fc_grid .fc_g-col-sm-4 {
    grid-column: auto / span 4;
  }

  .fc_grid .fc_g-col-sm-5 {
    grid-column: auto / span 5;
  }

  .fc_grid .fc_g-col-sm-6 {
    grid-column: auto / span 6;
  }

  .fc_grid .fc_g-col-sm-7 {
    grid-column: auto / span 7;
  }

  .fc_grid .fc_g-col-sm-8 {
    grid-column: auto / span 8;
  }

  .fc_grid .fc_g-col-sm-9 {
    grid-column: auto / span 9;
  }

  .fc_grid .fc_g-col-sm-10 {
    grid-column: auto / span 10;
  }

  .fc_grid .fc_g-col-sm-11 {
    grid-column: auto / span 11;
  }

  .fc_grid .fc_g-col-sm-12 {
    grid-column: auto / span 12;
  }

  .fc_grid .fc_g-start-sm-1 {
    grid-column-start: 1;
  }

  .fc_grid .fc_g-start-sm-2 {
    grid-column-start: 2;
  }

  .fc_grid .fc_g-start-sm-3 {
    grid-column-start: 3;
  }

  .fc_grid .fc_g-start-sm-4 {
    grid-column-start: 4;
  }

  .fc_grid .fc_g-start-sm-5 {
    grid-column-start: 5;
  }

  .fc_grid .fc_g-start-sm-6 {
    grid-column-start: 6;
  }

  .fc_grid .fc_g-start-sm-7 {
    grid-column-start: 7;
  }

  .fc_grid .fc_g-start-sm-8 {
    grid-column-start: 8;
  }

  .fc_grid .fc_g-start-sm-9 {
    grid-column-start: 9;
  }

  .fc_grid .fc_g-start-sm-10 {
    grid-column-start: 10;
  }

  .fc_grid .fc_g-start-sm-11 {
    grid-column-start: 11;
  }
}

@media (min-width: 761px) {
  .fc_grid .fc_g-col-md-1 {
    grid-column: auto / span 1;
  }

  .fc_grid .fc_g-col-md-2 {
    grid-column: auto / span 2;
  }

  .fc_grid .fc_g-col-md-3 {
    grid-column: auto / span 3;
  }

  .fc_grid .fc_g-col-md-4 {
    grid-column: auto / span 4;
  }

  .fc_grid .fc_g-col-md-5 {
    grid-column: auto / span 5;
  }

  .fc_grid .fc_g-col-md-6 {
    grid-column: auto / span 6;
  }

  .fc_grid .fc_g-col-md-7 {
    grid-column: auto / span 7;
  }

  .fc_grid .fc_g-col-md-8 {
    grid-column: auto / span 8;
  }

  .fc_grid .fc_g-col-md-9 {
    grid-column: auto / span 9;
  }

  .fc_grid .fc_g-col-md-10 {
    grid-column: auto / span 10;
  }

  .fc_grid .fc_g-col-md-11 {
    grid-column: auto / span 11;
  }

  .fc_grid .fc_g-col-md-12 {
    grid-column: auto / span 12;
  }

  .fc_grid .fc_g-start-md-1 {
    grid-column-start: 1;
  }

  .fc_grid .fc_g-start-md-2 {
    grid-column-start: 2;
  }

  .fc_grid .fc_g-start-md-3 {
    grid-column-start: 3;
  }

  .fc_grid .fc_g-start-md-4 {
    grid-column-start: 4;
  }

  .fc_grid .fc_g-start-md-5 {
    grid-column-start: 5;
  }

  .fc_grid .fc_g-start-md-6 {
    grid-column-start: 6;
  }

  .fc_grid .fc_g-start-md-7 {
    grid-column-start: 7;
  }

  .fc_grid .fc_g-start-md-8 {
    grid-column-start: 8;
  }

  .fc_grid .fc_g-start-md-9 {
    grid-column-start: 9;
  }

  .fc_grid .fc_g-start-md-10 {
    grid-column-start: 10;
  }

  .fc_grid .fc_g-start-md-11 {
    grid-column-start: 11;
  }
}

@media (min-width: 1000px) {
  .fc_grid .fc_g-col-lg-1 {
    grid-column: auto / span 1;
  }

  .fc_grid .fc_g-col-lg-2 {
    grid-column: auto / span 2;
  }

  .fc_grid .fc_g-col-lg-3 {
    grid-column: auto / span 3;
  }

  .fc_grid .fc_g-col-lg-4 {
    grid-column: auto / span 4;
  }

  .fc_grid .fc_g-col-lg-5 {
    grid-column: auto / span 5;
  }

  .fc_grid .fc_g-col-lg-6 {
    grid-column: auto / span 6;
  }

  .fc_grid .fc_g-col-lg-7 {
    grid-column: auto / span 7;
  }

  .fc_grid .fc_g-col-lg-8 {
    grid-column: auto / span 8;
  }

  .fc_grid .fc_g-col-lg-9 {
    grid-column: auto / span 9;
  }

  .fc_grid .fc_g-col-lg-10 {
    grid-column: auto / span 10;
  }

  .fc_grid .fc_g-col-lg-11 {
    grid-column: auto / span 11;
  }

  .fc_grid .fc_g-col-lg-12 {
    grid-column: auto / span 12;
  }

  .fc_grid .fc_g-start-lg-1 {
    grid-column-start: 1;
  }

  .fc_grid .fc_g-start-lg-2 {
    grid-column-start: 2;
  }

  .fc_grid .fc_g-start-lg-3 {
    grid-column-start: 3;
  }

  .fc_grid .fc_g-start-lg-4 {
    grid-column-start: 4;
  }

  .fc_grid .fc_g-start-lg-5 {
    grid-column-start: 5;
  }

  .fc_grid .fc_g-start-lg-6 {
    grid-column-start: 6;
  }

  .fc_grid .fc_g-start-lg-7 {
    grid-column-start: 7;
  }

  .fc_grid .fc_g-start-lg-8 {
    grid-column-start: 8;
  }

  .fc_grid .fc_g-start-lg-9 {
    grid-column-start: 9;
  }

  .fc_grid .fc_g-start-lg-10 {
    grid-column-start: 10;
  }

  .fc_grid .fc_g-start-lg-11 {
    grid-column-start: 11;
  }
}

@media (min-width: 1280px) {
  .fc_grid .fc_g-col-xl-1 {
    grid-column: auto / span 1;
  }

  .fc_grid .fc_g-col-xl-2 {
    grid-column: auto / span 2;
  }

  .fc_grid .fc_g-col-xl-3 {
    grid-column: auto / span 3;
  }

  .fc_grid .fc_g-col-xl-4 {
    grid-column: auto / span 4;
  }

  .fc_grid .fc_g-col-xl-5 {
    grid-column: auto / span 5;
  }

  .fc_grid .fc_g-col-xl-6 {
    grid-column: auto / span 6;
  }

  .fc_grid .fc_g-col-xl-7 {
    grid-column: auto / span 7;
  }

  .fc_grid .fc_g-col-xl-8 {
    grid-column: auto / span 8;
  }

  .fc_grid .fc_g-col-xl-9 {
    grid-column: auto / span 9;
  }

  .fc_grid .fc_g-col-xl-10 {
    grid-column: auto / span 10;
  }

  .fc_grid .fc_g-col-xl-11 {
    grid-column: auto / span 11;
  }

  .fc_grid .fc_g-col-xl-12 {
    grid-column: auto / span 12;
  }

  .fc_grid .fc_g-start-xl-1 {
    grid-column-start: 1;
  }

  .fc_grid .fc_g-start-xl-2 {
    grid-column-start: 2;
  }

  .fc_grid .fc_g-start-xl-3 {
    grid-column-start: 3;
  }

  .fc_grid .fc_g-start-xl-4 {
    grid-column-start: 4;
  }

  .fc_grid .fc_g-start-xl-5 {
    grid-column-start: 5;
  }

  .fc_grid .fc_g-start-xl-6 {
    grid-column-start: 6;
  }

  .fc_grid .fc_g-start-xl-7 {
    grid-column-start: 7;
  }

  .fc_grid .fc_g-start-xl-8 {
    grid-column-start: 8;
  }

  .fc_grid .fc_g-start-xl-9 {
    grid-column-start: 9;
  }

  .fc_grid .fc_g-start-xl-10 {
    grid-column-start: 10;
  }

  .fc_grid .fc_g-start-xl-11 {
    grid-column-start: 11;
  }
}

@media (min-width: 1560px) {
  .fc_grid .fc_g-col-xxl-1 {
    grid-column: auto / span 1;
  }

  .fc_grid .fc_g-col-xxl-2 {
    grid-column: auto / span 2;
  }

  .fc_grid .fc_g-col-xxl-3 {
    grid-column: auto / span 3;
  }

  .fc_grid .fc_g-col-xxl-4 {
    grid-column: auto / span 4;
  }

  .fc_grid .fc_g-col-xxl-5 {
    grid-column: auto / span 5;
  }

  .fc_grid .fc_g-col-xxl-6 {
    grid-column: auto / span 6;
  }

  .fc_grid .fc_g-col-xxl-7 {
    grid-column: auto / span 7;
  }

  .fc_grid .fc_g-col-xxl-8 {
    grid-column: auto / span 8;
  }

  .fc_grid .fc_g-col-xxl-9 {
    grid-column: auto / span 9;
  }

  .fc_grid .fc_g-col-xxl-10 {
    grid-column: auto / span 10;
  }

  .fc_grid .fc_g-col-xxl-11 {
    grid-column: auto / span 11;
  }

  .fc_grid .fc_g-col-xxl-12 {
    grid-column: auto / span 12;
  }

  .fc_grid .fc_g-start-xxl-1 {
    grid-column-start: 1;
  }

  .fc_grid .fc_g-start-xxl-2 {
    grid-column-start: 2;
  }

  .fc_grid .fc_g-start-xxl-3 {
    grid-column-start: 3;
  }

  .fc_grid .fc_g-start-xxl-4 {
    grid-column-start: 4;
  }

  .fc_grid .fc_g-start-xxl-5 {
    grid-column-start: 5;
  }

  .fc_grid .fc_g-start-xxl-6 {
    grid-column-start: 6;
  }

  .fc_grid .fc_g-start-xxl-7 {
    grid-column-start: 7;
  }

  .fc_grid .fc_g-start-xxl-8 {
    grid-column-start: 8;
  }

  .fc_grid .fc_g-start-xxl-9 {
    grid-column-start: 9;
  }

  .fc_grid .fc_g-start-xxl-10 {
    grid-column-start: 10;
  }

  .fc_grid .fc_g-start-xxl-11 {
    grid-column-start: 11;
  }
}

.fc_col, .fc_row-cols > * {
  flex: 1 0;
}

.fc_row-cols-auto > * {
  flex: none;
  width: auto;
}

.fc_row-cols-1 > * {
  flex: none;
  width: 100%;
}

.fc_row-cols-2 > * {
  flex: none;
  width: 50%;
}

.fc_row-cols-3 > * {
  flex: none;
  width: 33.3333%;
}

.fc_row-cols-4 > * {
  flex: none;
  width: 25%;
}

.fc_row-cols-5 > * {
  flex: none;
  width: 20%;
}

.fc_row-cols-6 > * {
  flex: none;
  width: 16.6667%;
}

.fc_col-auto {
  flex: none;
  width: auto;
}

.fc_col-1 {
  flex: none;
  width: 8.33333%;
}

.fc_col-2 {
  flex: none;
  width: 16.6667%;
}

.fc_col-3 {
  flex: none;
  width: 25%;
}

.fc_col-4 {
  flex: none;
  width: 33.3333%;
}

.fc_col-5 {
  flex: none;
  width: 41.6667%;
}

.fc_col-6 {
  flex: none;
  width: 50%;
}

.fc_col-7 {
  flex: none;
  width: 58.3333%;
}

.fc_col-8 {
  flex: none;
  width: 66.6667%;
}

.fc_col-9 {
  flex: none;
  width: 75%;
}

.fc_col-10 {
  flex: none;
  width: 83.3333%;
}

.fc_col-11 {
  flex: none;
  width: 91.6667%;
}

.fc_col-12 {
  flex: none;
  width: 100%;
}

.fc_offset-1 {
  margin-left: 8.33333%;
}

.fc_offset-2 {
  margin-left: 16.6667%;
}

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

.fc_offset-4 {
  margin-left: 33.3333%;
}

.fc_offset-5 {
  margin-left: 41.6667%;
}

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

.fc_offset-7 {
  margin-left: 58.3333%;
}

.fc_offset-8 {
  margin-left: 66.6667%;
}

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

.fc_offset-10 {
  margin-left: 83.3333%;
}

.fc_offset-11 {
  margin-left: 91.6667%;
}

.fc_g-0, .fc_gx-0 {
  --ss-gutter-x: 0;
}

.fc_g-0, .fc_gy-0 {
  --ss-gutter-y: 0;
}

.fc_g-1, .fc_gx-1 {
  --ss-gutter-x: .25rem;
}

.fc_g-1, .fc_gy-1 {
  --ss-gutter-y: .25rem;
}

.fc_g-2, .fc_gx-2 {
  --ss-gutter-x: .5rem;
}

.fc_g-2, .fc_gy-2 {
  --ss-gutter-y: .5rem;
}

.fc_g-3, .fc_gx-3 {
  --ss-gutter-x: 1rem;
}

.fc_g-3, .fc_gy-3 {
  --ss-gutter-y: 1rem;
}

.fc_g-4, .fc_gx-4 {
  --ss-gutter-x: 1.5rem;
}

.fc_g-4, .fc_gy-4 {
  --ss-gutter-y: 1.5rem;
}

.fc_g-5, .fc_gx-5 {
  --ss-gutter-x: 3rem;
}

.fc_g-5, .fc_gy-5 {
  --ss-gutter-y: 3rem;
}

.fc_g-6, .fc_gx-6 {
  --ss-gutter-x: 3.5rem;
}

.fc_g-6, .fc_gy-6 {
  --ss-gutter-y: 3.5rem;
}

.fc_g-7, .fc_gx-7 {
  --ss-gutter-x: 4rem;
}

.fc_g-7, .fc_gy-7 {
  --ss-gutter-y: 4rem;
}

.fc_g-12, .fc_gx-12 {
  --ss-gutter-x: 12rem;
}

.fc_g-12, .fc_gy-12 {
  --ss-gutter-y: 12rem;
}

@media (min-width: 480px) {
  .fc_col-sm, .fc_row-cols-sm > * {
    flex: 1 0;
  }

  .fc_row-cols-sm-auto > * {
    flex: none;
    width: auto;
  }

  .fc_row-cols-sm-1 > * {
    flex: none;
    width: 100%;
  }

  .fc_row-cols-sm-2 > * {
    flex: none;
    width: 50%;
  }

  .fc_row-cols-sm-3 > * {
    flex: none;
    width: 33.3333%;
  }

  .fc_row-cols-sm-4 > * {
    flex: none;
    width: 25%;
  }

  .fc_row-cols-sm-5 > * {
    flex: none;
    width: 20%;
  }

  .fc_row-cols-sm-6 > * {
    flex: none;
    width: 16.6667%;
  }

  .fc_col-sm-auto {
    flex: none;
    width: auto;
  }

  .fc_col-sm-1 {
    flex: none;
    width: 8.33333%;
  }

  .fc_col-sm-2 {
    flex: none;
    width: 16.6667%;
  }

  .fc_col-sm-3 {
    flex: none;
    width: 25%;
  }

  .fc_col-sm-4 {
    flex: none;
    width: 33.3333%;
  }

  .fc_col-sm-5 {
    flex: none;
    width: 41.6667%;
  }

  .fc_col-sm-6 {
    flex: none;
    width: 50%;
  }

  .fc_col-sm-7 {
    flex: none;
    width: 58.3333%;
  }

  .fc_col-sm-8 {
    flex: none;
    width: 66.6667%;
  }

  .fc_col-sm-9 {
    flex: none;
    width: 75%;
  }

  .fc_col-sm-10 {
    flex: none;
    width: 83.3333%;
  }

  .fc_col-sm-11 {
    flex: none;
    width: 91.6667%;
  }

  .fc_col-sm-12 {
    flex: none;
    width: 100%;
  }

  .fc_offset-sm-0 {
    margin-left: 0;
  }

  .fc_offset-sm-1 {
    margin-left: 8.33333%;
  }

  .fc_offset-sm-2 {
    margin-left: 16.6667%;
  }

  .fc_offset-sm-3 {
    margin-left: 25%;
  }

  .fc_offset-sm-4 {
    margin-left: 33.3333%;
  }

  .fc_offset-sm-5 {
    margin-left: 41.6667%;
  }

  .fc_offset-sm-6 {
    margin-left: 50%;
  }

  .fc_offset-sm-7 {
    margin-left: 58.3333%;
  }

  .fc_offset-sm-8 {
    margin-left: 66.6667%;
  }

  .fc_offset-sm-9 {
    margin-left: 75%;
  }

  .fc_offset-sm-10 {
    margin-left: 83.3333%;
  }

  .fc_offset-sm-11 {
    margin-left: 91.6667%;
  }

  .fc_g-sm-0, .fc_gx-sm-0 {
    --ss-gutter-x: 0;
  }

  .fc_g-sm-0, .fc_gy-sm-0 {
    --ss-gutter-y: 0;
  }

  .fc_g-sm-1, .fc_gx-sm-1 {
    --ss-gutter-x: .25rem;
  }

  .fc_g-sm-1, .fc_gy-sm-1 {
    --ss-gutter-y: .25rem;
  }

  .fc_g-sm-2, .fc_gx-sm-2 {
    --ss-gutter-x: .5rem;
  }

  .fc_g-sm-2, .fc_gy-sm-2 {
    --ss-gutter-y: .5rem;
  }

  .fc_g-sm-3, .fc_gx-sm-3 {
    --ss-gutter-x: 1rem;
  }

  .fc_g-sm-3, .fc_gy-sm-3 {
    --ss-gutter-y: 1rem;
  }

  .fc_g-sm-4, .fc_gx-sm-4 {
    --ss-gutter-x: 1.5rem;
  }

  .fc_g-sm-4, .fc_gy-sm-4 {
    --ss-gutter-y: 1.5rem;
  }

  .fc_g-sm-5, .fc_gx-sm-5 {
    --ss-gutter-x: 3rem;
  }

  .fc_g-sm-5, .fc_gy-sm-5 {
    --ss-gutter-y: 3rem;
  }

  .fc_g-sm-6, .fc_gx-sm-6 {
    --ss-gutter-x: 3.5rem;
  }

  .fc_g-sm-6, .fc_gy-sm-6 {
    --ss-gutter-y: 3.5rem;
  }

  .fc_g-sm-7, .fc_gx-sm-7 {
    --ss-gutter-x: 4rem;
  }

  .fc_g-sm-7, .fc_gy-sm-7 {
    --ss-gutter-y: 4rem;
  }

  .fc_g-sm-12, .fc_gx-sm-12 {
    --ss-gutter-x: 12rem;
  }

  .fc_g-sm-12, .fc_gy-sm-12 {
    --ss-gutter-y: 12rem;
  }
}

@media (min-width: 761px) {
  .fc_col-md, .fc_row-cols-md > * {
    flex: 1 0;
  }

  .fc_row-cols-md-auto > * {
    flex: none;
    width: auto;
  }

  .fc_row-cols-md-1 > * {
    flex: none;
    width: 100%;
  }

  .fc_row-cols-md-2 > * {
    flex: none;
    width: 50%;
  }

  .fc_row-cols-md-3 > * {
    flex: none;
    width: 33.3333%;
  }

  .fc_row-cols-md-4 > * {
    flex: none;
    width: 25%;
  }

  .fc_row-cols-md-5 > * {
    flex: none;
    width: 20%;
  }

  .fc_row-cols-md-6 > * {
    flex: none;
    width: 16.6667%;
  }

  .fc_col-md-auto {
    flex: none;
    width: auto;
  }

  .fc_col-md-1 {
    flex: none;
    width: 8.33333%;
  }

  .fc_col-md-2 {
    flex: none;
    width: 16.6667%;
  }

  .fc_col-md-3 {
    flex: none;
    width: 25%;
  }

  .fc_col-md-4 {
    flex: none;
    width: 33.3333%;
  }

  .fc_col-md-5 {
    flex: none;
    width: 41.6667%;
  }

  .fc_col-md-6 {
    flex: none;
    width: 50%;
  }

  .fc_col-md-7 {
    flex: none;
    width: 58.3333%;
  }

  .fc_col-md-8 {
    flex: none;
    width: 66.6667%;
  }

  .fc_col-md-9 {
    flex: none;
    width: 75%;
  }

  .fc_col-md-10 {
    flex: none;
    width: 83.3333%;
  }

  .fc_col-md-11 {
    flex: none;
    width: 91.6667%;
  }

  .fc_col-md-12 {
    flex: none;
    width: 100%;
  }

  .fc_offset-md-0 {
    margin-left: 0;
  }

  .fc_offset-md-1 {
    margin-left: 8.33333%;
  }

  .fc_offset-md-2 {
    margin-left: 16.6667%;
  }

  .fc_offset-md-3 {
    margin-left: 25%;
  }

  .fc_offset-md-4 {
    margin-left: 33.3333%;
  }

  .fc_offset-md-5 {
    margin-left: 41.6667%;
  }

  .fc_offset-md-6 {
    margin-left: 50%;
  }

  .fc_offset-md-7 {
    margin-left: 58.3333%;
  }

  .fc_offset-md-8 {
    margin-left: 66.6667%;
  }

  .fc_offset-md-9 {
    margin-left: 75%;
  }

  .fc_offset-md-10 {
    margin-left: 83.3333%;
  }

  .fc_offset-md-11 {
    margin-left: 91.6667%;
  }

  .fc_g-md-0, .fc_gx-md-0 {
    --ss-gutter-x: 0;
  }

  .fc_g-md-0, .fc_gy-md-0 {
    --ss-gutter-y: 0;
  }

  .fc_g-md-1, .fc_gx-md-1 {
    --ss-gutter-x: .25rem;
  }

  .fc_g-md-1, .fc_gy-md-1 {
    --ss-gutter-y: .25rem;
  }

  .fc_g-md-2, .fc_gx-md-2 {
    --ss-gutter-x: .5rem;
  }

  .fc_g-md-2, .fc_gy-md-2 {
    --ss-gutter-y: .5rem;
  }

  .fc_g-md-3, .fc_gx-md-3 {
    --ss-gutter-x: 1rem;
  }

  .fc_g-md-3, .fc_gy-md-3 {
    --ss-gutter-y: 1rem;
  }

  .fc_g-md-4, .fc_gx-md-4 {
    --ss-gutter-x: 1.5rem;
  }

  .fc_g-md-4, .fc_gy-md-4 {
    --ss-gutter-y: 1.5rem;
  }

  .fc_g-md-5, .fc_gx-md-5 {
    --ss-gutter-x: 3rem;
  }

  .fc_g-md-5, .fc_gy-md-5 {
    --ss-gutter-y: 3rem;
  }

  .fc_g-md-6, .fc_gx-md-6 {
    --ss-gutter-x: 3.5rem;
  }

  .fc_g-md-6, .fc_gy-md-6 {
    --ss-gutter-y: 3.5rem;
  }

  .fc_g-md-7, .fc_gx-md-7 {
    --ss-gutter-x: 4rem;
  }

  .fc_g-md-7, .fc_gy-md-7 {
    --ss-gutter-y: 4rem;
  }

  .fc_g-md-12, .fc_gx-md-12 {
    --ss-gutter-x: 12rem;
  }

  .fc_g-md-12, .fc_gy-md-12 {
    --ss-gutter-y: 12rem;
  }
}

@media (min-width: 1000px) {
  .fc_col-lg, .fc_row-cols-lg > * {
    flex: 1 0;
  }

  .fc_row-cols-lg-auto > * {
    flex: none;
    width: auto;
  }

  .fc_row-cols-lg-1 > * {
    flex: none;
    width: 100%;
  }

  .fc_row-cols-lg-2 > * {
    flex: none;
    width: 50%;
  }

  .fc_row-cols-lg-3 > * {
    flex: none;
    width: 33.3333%;
  }

  .fc_row-cols-lg-4 > * {
    flex: none;
    width: 25%;
  }

  .fc_row-cols-lg-5 > * {
    flex: none;
    width: 20%;
  }

  .fc_row-cols-lg-6 > * {
    flex: none;
    width: 16.6667%;
  }

  .fc_col-lg-auto {
    flex: none;
    width: auto;
  }

  .fc_col-lg-1 {
    flex: none;
    width: 8.33333%;
  }

  .fc_col-lg-2 {
    flex: none;
    width: 16.6667%;
  }

  .fc_col-lg-3 {
    flex: none;
    width: 25%;
  }

  .fc_col-lg-4 {
    flex: none;
    width: 33.3333%;
  }

  .fc_col-lg-5 {
    flex: none;
    width: 41.6667%;
  }

  .fc_col-lg-6 {
    flex: none;
    width: 50%;
  }

  .fc_col-lg-7 {
    flex: none;
    width: 58.3333%;
  }

  .fc_col-lg-8 {
    flex: none;
    width: 66.6667%;
  }

  .fc_col-lg-9 {
    flex: none;
    width: 75%;
  }

  .fc_col-lg-10 {
    flex: none;
    width: 83.3333%;
  }

  .fc_col-lg-11 {
    flex: none;
    width: 91.6667%;
  }

  .fc_col-lg-12 {
    flex: none;
    width: 100%;
  }

  .fc_offset-lg-0 {
    margin-left: 0;
  }

  .fc_offset-lg-1 {
    margin-left: 8.33333%;
  }

  .fc_offset-lg-2 {
    margin-left: 16.6667%;
  }

  .fc_offset-lg-3 {
    margin-left: 25%;
  }

  .fc_offset-lg-4 {
    margin-left: 33.3333%;
  }

  .fc_offset-lg-5 {
    margin-left: 41.6667%;
  }

  .fc_offset-lg-6 {
    margin-left: 50%;
  }

  .fc_offset-lg-7 {
    margin-left: 58.3333%;
  }

  .fc_offset-lg-8 {
    margin-left: 66.6667%;
  }

  .fc_offset-lg-9 {
    margin-left: 75%;
  }

  .fc_offset-lg-10 {
    margin-left: 83.3333%;
  }

  .fc_offset-lg-11 {
    margin-left: 91.6667%;
  }

  .fc_g-lg-0, .fc_gx-lg-0 {
    --ss-gutter-x: 0;
  }

  .fc_g-lg-0, .fc_gy-lg-0 {
    --ss-gutter-y: 0;
  }

  .fc_g-lg-1, .fc_gx-lg-1 {
    --ss-gutter-x: .25rem;
  }

  .fc_g-lg-1, .fc_gy-lg-1 {
    --ss-gutter-y: .25rem;
  }

  .fc_g-lg-2, .fc_gx-lg-2 {
    --ss-gutter-x: .5rem;
  }

  .fc_g-lg-2, .fc_gy-lg-2 {
    --ss-gutter-y: .5rem;
  }

  .fc_g-lg-3, .fc_gx-lg-3 {
    --ss-gutter-x: 1rem;
  }

  .fc_g-lg-3, .fc_gy-lg-3 {
    --ss-gutter-y: 1rem;
  }

  .fc_g-lg-4, .fc_gx-lg-4 {
    --ss-gutter-x: 1.5rem;
  }

  .fc_g-lg-4, .fc_gy-lg-4 {
    --ss-gutter-y: 1.5rem;
  }

  .fc_g-lg-5, .fc_gx-lg-5 {
    --ss-gutter-x: 3rem;
  }

  .fc_g-lg-5, .fc_gy-lg-5 {
    --ss-gutter-y: 3rem;
  }

  .fc_g-lg-6, .fc_gx-lg-6 {
    --ss-gutter-x: 3.5rem;
  }

  .fc_g-lg-6, .fc_gy-lg-6 {
    --ss-gutter-y: 3.5rem;
  }

  .fc_g-lg-7, .fc_gx-lg-7 {
    --ss-gutter-x: 4rem;
  }

  .fc_g-lg-7, .fc_gy-lg-7 {
    --ss-gutter-y: 4rem;
  }

  .fc_g-lg-12, .fc_gx-lg-12 {
    --ss-gutter-x: 12rem;
  }

  .fc_g-lg-12, .fc_gy-lg-12 {
    --ss-gutter-y: 12rem;
  }
}

@media (min-width: 1280px) {
  .fc_col-xl, .fc_row-cols-xl > * {
    flex: 1 0;
  }

  .fc_row-cols-xl-auto > * {
    flex: none;
    width: auto;
  }

  .fc_row-cols-xl-1 > * {
    flex: none;
    width: 100%;
  }

  .fc_row-cols-xl-2 > * {
    flex: none;
    width: 50%;
  }

  .fc_row-cols-xl-3 > * {
    flex: none;
    width: 33.3333%;
  }

  .fc_row-cols-xl-4 > * {
    flex: none;
    width: 25%;
  }

  .fc_row-cols-xl-5 > * {
    flex: none;
    width: 20%;
  }

  .fc_row-cols-xl-6 > * {
    flex: none;
    width: 16.6667%;
  }

  .fc_col-xl-auto {
    flex: none;
    width: auto;
  }

  .fc_col-xl-1 {
    flex: none;
    width: 8.33333%;
  }

  .fc_col-xl-2 {
    flex: none;
    width: 16.6667%;
  }

  .fc_col-xl-3 {
    flex: none;
    width: 25%;
  }

  .fc_col-xl-4 {
    flex: none;
    width: 33.3333%;
  }

  .fc_col-xl-5 {
    flex: none;
    width: 41.6667%;
  }

  .fc_col-xl-6 {
    flex: none;
    width: 50%;
  }

  .fc_col-xl-7 {
    flex: none;
    width: 58.3333%;
  }

  .fc_col-xl-8 {
    flex: none;
    width: 66.6667%;
  }

  .fc_col-xl-9 {
    flex: none;
    width: 75%;
  }

  .fc_col-xl-10 {
    flex: none;
    width: 83.3333%;
  }

  .fc_col-xl-11 {
    flex: none;
    width: 91.6667%;
  }

  .fc_col-xl-12 {
    flex: none;
    width: 100%;
  }

  .fc_offset-xl-0 {
    margin-left: 0;
  }

  .fc_offset-xl-1 {
    margin-left: 8.33333%;
  }

  .fc_offset-xl-2 {
    margin-left: 16.6667%;
  }

  .fc_offset-xl-3 {
    margin-left: 25%;
  }

  .fc_offset-xl-4 {
    margin-left: 33.3333%;
  }

  .fc_offset-xl-5 {
    margin-left: 41.6667%;
  }

  .fc_offset-xl-6 {
    margin-left: 50%;
  }

  .fc_offset-xl-7 {
    margin-left: 58.3333%;
  }

  .fc_offset-xl-8 {
    margin-left: 66.6667%;
  }

  .fc_offset-xl-9 {
    margin-left: 75%;
  }

  .fc_offset-xl-10 {
    margin-left: 83.3333%;
  }

  .fc_offset-xl-11 {
    margin-left: 91.6667%;
  }

  .fc_g-xl-0, .fc_gx-xl-0 {
    --ss-gutter-x: 0;
  }

  .fc_g-xl-0, .fc_gy-xl-0 {
    --ss-gutter-y: 0;
  }

  .fc_g-xl-1, .fc_gx-xl-1 {
    --ss-gutter-x: .25rem;
  }

  .fc_g-xl-1, .fc_gy-xl-1 {
    --ss-gutter-y: .25rem;
  }

  .fc_g-xl-2, .fc_gx-xl-2 {
    --ss-gutter-x: .5rem;
  }

  .fc_g-xl-2, .fc_gy-xl-2 {
    --ss-gutter-y: .5rem;
  }

  .fc_g-xl-3, .fc_gx-xl-3 {
    --ss-gutter-x: 1rem;
  }

  .fc_g-xl-3, .fc_gy-xl-3 {
    --ss-gutter-y: 1rem;
  }

  .fc_g-xl-4, .fc_gx-xl-4 {
    --ss-gutter-x: 1.5rem;
  }

  .fc_g-xl-4, .fc_gy-xl-4 {
    --ss-gutter-y: 1.5rem;
  }

  .fc_g-xl-5, .fc_gx-xl-5 {
    --ss-gutter-x: 3rem;
  }

  .fc_g-xl-5, .fc_gy-xl-5 {
    --ss-gutter-y: 3rem;
  }

  .fc_g-xl-6, .fc_gx-xl-6 {
    --ss-gutter-x: 3.5rem;
  }

  .fc_g-xl-6, .fc_gy-xl-6 {
    --ss-gutter-y: 3.5rem;
  }

  .fc_g-xl-7, .fc_gx-xl-7 {
    --ss-gutter-x: 4rem;
  }

  .fc_g-xl-7, .fc_gy-xl-7 {
    --ss-gutter-y: 4rem;
  }

  .fc_g-xl-12, .fc_gx-xl-12 {
    --ss-gutter-x: 12rem;
  }

  .fc_g-xl-12, .fc_gy-xl-12 {
    --ss-gutter-y: 12rem;
  }
}

@media (min-width: 1560px) {
  .fc_col-xxl, .fc_row-cols-xxl > * {
    flex: 1 0;
  }

  .fc_row-cols-xxl-auto > * {
    flex: none;
    width: auto;
  }

  .fc_row-cols-xxl-1 > * {
    flex: none;
    width: 100%;
  }

  .fc_row-cols-xxl-2 > * {
    flex: none;
    width: 50%;
  }

  .fc_row-cols-xxl-3 > * {
    flex: none;
    width: 33.3333%;
  }

  .fc_row-cols-xxl-4 > * {
    flex: none;
    width: 25%;
  }

  .fc_row-cols-xxl-5 > * {
    flex: none;
    width: 20%;
  }

  .fc_row-cols-xxl-6 > * {
    flex: none;
    width: 16.6667%;
  }

  .fc_col-xxl-auto {
    flex: none;
    width: auto;
  }

  .fc_col-xxl-1 {
    flex: none;
    width: 8.33333%;
  }

  .fc_col-xxl-2 {
    flex: none;
    width: 16.6667%;
  }

  .fc_col-xxl-3 {
    flex: none;
    width: 25%;
  }

  .fc_col-xxl-4 {
    flex: none;
    width: 33.3333%;
  }

  .fc_col-xxl-5 {
    flex: none;
    width: 41.6667%;
  }

  .fc_col-xxl-6 {
    flex: none;
    width: 50%;
  }

  .fc_col-xxl-7 {
    flex: none;
    width: 58.3333%;
  }

  .fc_col-xxl-8 {
    flex: none;
    width: 66.6667%;
  }

  .fc_col-xxl-9 {
    flex: none;
    width: 75%;
  }

  .fc_col-xxl-10 {
    flex: none;
    width: 83.3333%;
  }

  .fc_col-xxl-11 {
    flex: none;
    width: 91.6667%;
  }

  .fc_col-xxl-12 {
    flex: none;
    width: 100%;
  }

  .fc_offset-xxl-0 {
    margin-left: 0;
  }

  .fc_offset-xxl-1 {
    margin-left: 8.33333%;
  }

  .fc_offset-xxl-2 {
    margin-left: 16.6667%;
  }

  .fc_offset-xxl-3 {
    margin-left: 25%;
  }

  .fc_offset-xxl-4 {
    margin-left: 33.3333%;
  }

  .fc_offset-xxl-5 {
    margin-left: 41.6667%;
  }

  .fc_offset-xxl-6 {
    margin-left: 50%;
  }

  .fc_offset-xxl-7 {
    margin-left: 58.3333%;
  }

  .fc_offset-xxl-8 {
    margin-left: 66.6667%;
  }

  .fc_offset-xxl-9 {
    margin-left: 75%;
  }

  .fc_offset-xxl-10 {
    margin-left: 83.3333%;
  }

  .fc_offset-xxl-11 {
    margin-left: 91.6667%;
  }

  .fc_g-xxl-0, .fc_gx-xxl-0 {
    --ss-gutter-x: 0;
  }

  .fc_g-xxl-0, .fc_gy-xxl-0 {
    --ss-gutter-y: 0;
  }

  .fc_g-xxl-1, .fc_gx-xxl-1 {
    --ss-gutter-x: .25rem;
  }

  .fc_g-xxl-1, .fc_gy-xxl-1 {
    --ss-gutter-y: .25rem;
  }

  .fc_g-xxl-2, .fc_gx-xxl-2 {
    --ss-gutter-x: .5rem;
  }

  .fc_g-xxl-2, .fc_gy-xxl-2 {
    --ss-gutter-y: .5rem;
  }

  .fc_g-xxl-3, .fc_gx-xxl-3 {
    --ss-gutter-x: 1rem;
  }

  .fc_g-xxl-3, .fc_gy-xxl-3 {
    --ss-gutter-y: 1rem;
  }

  .fc_g-xxl-4, .fc_gx-xxl-4 {
    --ss-gutter-x: 1.5rem;
  }

  .fc_g-xxl-4, .fc_gy-xxl-4 {
    --ss-gutter-y: 1.5rem;
  }

  .fc_g-xxl-5, .fc_gx-xxl-5 {
    --ss-gutter-x: 3rem;
  }

  .fc_g-xxl-5, .fc_gy-xxl-5 {
    --ss-gutter-y: 3rem;
  }

  .fc_g-xxl-6, .fc_gx-xxl-6 {
    --ss-gutter-x: 3.5rem;
  }

  .fc_g-xxl-6, .fc_gy-xxl-6 {
    --ss-gutter-y: 3.5rem;
  }

  .fc_g-xxl-7, .fc_gx-xxl-7 {
    --ss-gutter-x: 4rem;
  }

  .fc_g-xxl-7, .fc_gy-xxl-7 {
    --ss-gutter-y: 4rem;
  }

  .fc_g-xxl-12, .fc_gx-xxl-12 {
    --ss-gutter-x: 12rem;
  }

  .fc_g-xxl-12, .fc_gy-xxl-12 {
    --ss-gutter-y: 12rem;
  }
}

.fc_table {
  --ss-table-color: #767674;
  --ss-table-bg: transparent;
  --ss-table-border-color: #aeaead;
  --ss-table-accent-bg: transparent;
  --ss-table-striped-color: #767674;
  --ss-table-striped-bg: rgba(0, 0, 0, .05);
  --ss-table-active-color: #767674;
  --ss-table-active-bg: rgba(0, 0, 0, .1);
  --ss-table-hover-color: #767674;
  --ss-table-hover-bg: rgba(0, 0, 0, .075);
  color: var(--ss-table-color);
  vertical-align: top;
  border-color: var(--ss-table-border-color);
  width: 100%;
  margin-bottom: 1rem;
}

.fc_table > :not(caption) > * > * {
  background-color: var(--ss-table-bg);
  box-shadow: inset 0 0 0 9999px var(--ss-table-accent-bg);
  border-bottom-width: 1px;
  padding: .5rem;
}

.fc_table > tbody {
  vertical-align: inherit;
}

.fc_table > thead {
  vertical-align: bottom;
}

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

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

.fc_table-sm > :not(caption) > * > * {
  padding: .25rem;
}

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

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

.fc_table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

.fc_table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.fc_table-striped > tbody > tr:nth-of-type(odd) > *, .fc_table-striped-columns > :not(caption) > tr > :nth-child(2n) {
  --ss-table-accent-bg: var(--ss-table-striped-bg);
  color: var(--ss-table-striped-color);
}

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

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

.fc_table-rust {
  --ss-table-color: #000;
  --ss-table-bg: #f3dccd;
  --ss-table-border-color: #dbc6b9;
  --ss-table-striped-bg: #e7d1c3;
  --ss-table-striped-color: #000;
  --ss-table-active-bg: #dbc6b9;
  --ss-table-active-color: #000;
  --ss-table-hover-bg: #e1ccbe;
  --ss-table-hover-color: #000;
  color: var(--ss-table-color);
  border-color: var(--ss-table-border-color);
}

.fc_table-secondary {
  --ss-table-color: #000;
  --ss-table-bg: #e4e4e3;
  --ss-table-border-color: #cdcdcc;
  --ss-table-striped-bg: #d9d9d8;
  --ss-table-striped-color: #000;
  --ss-table-active-bg: #cdcdcc;
  --ss-table-active-color: #000;
  --ss-table-hover-bg: #d3d3d2;
  --ss-table-hover-color: #000;
  color: var(--ss-table-color);
  border-color: var(--ss-table-border-color);
}

.fc_table-success {
  --ss-table-color: #000;
  --ss-table-bg: #e0ecd7;
  --ss-table-border-color: #cad4c2;
  --ss-table-striped-bg: #d5e0cc;
  --ss-table-striped-color: #000;
  --ss-table-active-bg: #cad4c2;
  --ss-table-active-color: #000;
  --ss-table-hover-bg: #cfdac7;
  --ss-table-hover-color: #000;
  color: var(--ss-table-color);
  border-color: var(--ss-table-border-color);
}

.fc_table-info {
  --ss-table-color: #000;
  --ss-table-bg: #dbe4ed;
  --ss-table-border-color: #c5cdd5;
  --ss-table-striped-bg: #d0d9e1;
  --ss-table-striped-color: #000;
  --ss-table-active-bg: #c5cdd5;
  --ss-table-active-color: #000;
  --ss-table-hover-bg: #cbd3db;
  --ss-table-hover-color: #000;
  color: var(--ss-table-color);
  border-color: var(--ss-table-border-color);
}

.fc_table-warning {
  --ss-table-color: #000;
  --ss-table-bg: #feefd0;
  --ss-table-border-color: #e5d7bb;
  --ss-table-striped-bg: #f1e3c6;
  --ss-table-striped-color: #000;
  --ss-table-active-bg: #e5d7bb;
  --ss-table-active-color: #000;
  --ss-table-hover-bg: #ebddc0;
  --ss-table-hover-color: #000;
  color: var(--ss-table-color);
  border-color: var(--ss-table-border-color);
}

.fc_table-danger {
  --ss-table-color: #000;
  --ss-table-bg: #f7d9d1;
  --ss-table-border-color: #dec3bc;
  --ss-table-striped-bg: #ebcec7;
  --ss-table-striped-color: #000;
  --ss-table-active-bg: #dec3bc;
  --ss-table-active-color: #000;
  --ss-table-hover-bg: #e4c9c1;
  --ss-table-hover-color: #000;
  color: var(--ss-table-color);
  border-color: var(--ss-table-border-color);
}

.fc_table-light {
  --ss-table-color: #000;
  --ss-table-bg: #dcdcdb;
  --ss-table-border-color: #c6c6c5;
  --ss-table-striped-bg: #d1d1d0;
  --ss-table-striped-color: #000;
  --ss-table-active-bg: #c6c6c5;
  --ss-table-active-color: #000;
  --ss-table-hover-bg: #cccccb;
  --ss-table-hover-color: #000;
  color: var(--ss-table-color);
  border-color: var(--ss-table-border-color);
}

.fc_table-dark {
  --ss-table-color: #fff;
  --ss-table-bg: #353534;
  --ss-table-border-color: #494948;
  --ss-table-striped-bg: #3f3f3e;
  --ss-table-striped-color: #fff;
  --ss-table-active-bg: #494948;
  --ss-table-active-color: #fff;
  --ss-table-hover-bg: #444443;
  --ss-table-hover-color: #fff;
  color: var(--ss-table-color);
  border-color: var(--ss-table-border-color);
}

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

@media (max-width: 479px) {
  .fc_table-responsive-sm {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}

@media (max-width: 760px) {
  .fc_table-responsive-md {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}

@media (max-width: 999px) {
  .fc_table-responsive-lg {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}

@media (max-width: 1279px) {
  .fc_table-responsive-xl {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}

@media (max-width: 1559px) {
  .fc_table-responsive-xxl {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}

.fc_form-label {
  margin-bottom: .5rem;
}

.fc_col-form-label {
  font-size: inherit;
  margin-bottom: 0;
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  line-height: 1.5;
}

.fc_col-form-label-lg {
  padding-top: calc(.5rem + 1px);
  padding-bottom: calc(.5rem + 1px);
  font-size: 1.125rem;
}

.fc_col-form-label-sm {
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
  font-size: .8125rem;
}

.fc_form-text {
  color: rgba(118, 118, 116, .75);
  margin-top: .25rem;
  font-size: .875em;
}

.fc_form-control {
  color: #767674;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #969694;
  border-radius: .375rem;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  display: block;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075);
}

@media (prefers-reduced-motion: reduce) {
  .fc_form-control {
    transition: none;
  }
}

.fc_form-control[type="file"] {
  overflow: hidden;
}

.fc_form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.fc_form-control:focus {
  color: #767674;
  background-color: #fff;
  border-color: #e2a881;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 0 .25rem rgba(196, 80, 3, .25);
}

.fc_form-control::-webkit-date-and-time-value {
  height: 1.5em;
}

.fc_form-control::placeholder {
  color: #646463;
  opacity: 1;
}

.fc_form-control:disabled {
  opacity: 1;
  background-color: #c4c4c4;
}

.fc_form-control::-webkit-file-upload-button {
  margin: -.375rem -.75rem;
  color: #767674;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  background-color: #c4c4c4;
  border-radius: 0;
  padding: .375rem .75rem;
  transition: color .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, 1, 1), border-color .2s cubic-bezier(.4, 0, 1, 1), box-shadow .15s cubic-bezier(.4, 0, 1, 1);
}

.fc_form-control::file-selector-button {
  margin: -.375rem -.75rem;
  color: #767674;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  background-color: #c4c4c4;
  border-radius: 0;
  padding: .375rem .75rem;
  transition: color .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, 1, 1), border-color .2s cubic-bezier(.4, 0, 1, 1), box-shadow .15s cubic-bezier(.4, 0, 1, 1);
}

.fc_form-control:not(:lang(ae)):not(:lang(ar)):not(:lang(arc)):not(:lang(bcc)):not(:lang(bqi)):not(:lang(ckb)):not(:lang(dv)):not(:lang(fa)):not(:lang(glk)):not(:lang(he)):not(:lang(ku)):not(:lang(mzn)):not(:lang(nqo)):not(:lang(pnb)):not(:lang(ps)):not(:lang(sd)):not(:lang(ug)):not(:lang(ur)):not(:lang(yi))::-webkit-file-upload-button {
  border-right-width: 1px;
  margin-right: .75rem;
}

.fc_form-control:not(:lang(ae)):not(:lang(ar)):not(:lang(arc)):not(:lang(bcc)):not(:lang(bqi)):not(:lang(ckb)):not(:lang(dv)):not(:lang(fa)):not(:lang(glk)):not(:lang(he)):not(:lang(ku)):not(:lang(mzn)):not(:lang(nqo)):not(:lang(pnb)):not(:lang(ps)):not(:lang(sd)):not(:lang(ug)):not(:lang(ur)):not(:lang(yi))::file-selector-button {
  border-right-width: 1px;
  margin-right: .75rem;
}

.fc_form-control:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))::-webkit-file-upload-button {
  border-left-width: 1px;
  margin-left: .75rem;
}

.fc_form-control:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))::file-selector-button {
  border-left-width: 1px;
  margin-left: .75rem;
}

.fc_form-control:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))::file-selector-button {
  border-left-width: 1px;
  margin-left: .75rem;
}

@media (prefers-reduced-motion: reduce) {
  .fc_form-control::-webkit-file-upload-button {
    transition: none;
  }

  .fc_form-control::file-selector-button {
    transition: none;
  }
}

.fc_form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #bababa;
}

.fc_form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #bababa;
}

.fc_form-control-plaintext {
  color: #767674;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-width: 1px 0;
  width: 100%;
  margin-bottom: 0;
  padding: .375rem 0;
  line-height: 1.5;
  display: block;
}

.fc_form-control-plaintext:focus {
  outline: 0;
}

.fc_form-control-plaintext.fc_form-control-sm, .fc_form-control-plaintext.fc_form-control-lg {
  padding-left: 0;
  padding-right: 0;
}

.fc_form-control-sm {
  border-radius: .25rem;
  min-height: calc(1.5em + .5rem + 2px);
  padding: .25rem .5rem;
  font-size: .8125rem;
}

.fc_form-control-sm::-webkit-file-upload-button {
  margin: -.25rem -.5rem;
  padding: .25rem .5rem;
}

.fc_form-control-sm::file-selector-button {
  margin: -.25rem -.5rem;
  padding: .25rem .5rem;
}

.fc_form-control-sm:not(:lang(ae)):not(:lang(ar)):not(:lang(arc)):not(:lang(bcc)):not(:lang(bqi)):not(:lang(ckb)):not(:lang(dv)):not(:lang(fa)):not(:lang(glk)):not(:lang(he)):not(:lang(ku)):not(:lang(mzn)):not(:lang(nqo)):not(:lang(pnb)):not(:lang(ps)):not(:lang(sd)):not(:lang(ug)):not(:lang(ur)):not(:lang(yi))::-webkit-file-upload-button {
  margin-right: .5rem;
}

.fc_form-control-sm:not(:lang(ae)):not(:lang(ar)):not(:lang(arc)):not(:lang(bcc)):not(:lang(bqi)):not(:lang(ckb)):not(:lang(dv)):not(:lang(fa)):not(:lang(glk)):not(:lang(he)):not(:lang(ku)):not(:lang(mzn)):not(:lang(nqo)):not(:lang(pnb)):not(:lang(ps)):not(:lang(sd)):not(:lang(ug)):not(:lang(ur)):not(:lang(yi))::file-selector-button {
  margin-right: .5rem;
}

.fc_form-control-sm:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))::-webkit-file-upload-button {
  margin-left: .5rem;
}

.fc_form-control-sm:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))::file-selector-button {
  margin-left: .5rem;
}

.fc_form-control-sm:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))::file-selector-button {
  margin-left: .5rem;
}

.fc_form-control-lg {
  border-radius: .5rem;
  min-height: calc(1.5em + 1rem + 2px);
  padding: .5rem 1rem;
  font-size: 1.125rem;
}

.fc_form-control-lg::-webkit-file-upload-button {
  margin: -.5rem -1rem;
  padding: .5rem 1rem;
}

.fc_form-control-lg::file-selector-button {
  margin: -.5rem -1rem;
  padding: .5rem 1rem;
}

.fc_form-control-lg:not(:lang(ae)):not(:lang(ar)):not(:lang(arc)):not(:lang(bcc)):not(:lang(bqi)):not(:lang(ckb)):not(:lang(dv)):not(:lang(fa)):not(:lang(glk)):not(:lang(he)):not(:lang(ku)):not(:lang(mzn)):not(:lang(nqo)):not(:lang(pnb)):not(:lang(ps)):not(:lang(sd)):not(:lang(ug)):not(:lang(ur)):not(:lang(yi))::-webkit-file-upload-button {
  margin-right: 1rem;
}

.fc_form-control-lg:not(:lang(ae)):not(:lang(ar)):not(:lang(arc)):not(:lang(bcc)):not(:lang(bqi)):not(:lang(ckb)):not(:lang(dv)):not(:lang(fa)):not(:lang(glk)):not(:lang(he)):not(:lang(ku)):not(:lang(mzn)):not(:lang(nqo)):not(:lang(pnb)):not(:lang(ps)):not(:lang(sd)):not(:lang(ug)):not(:lang(ur)):not(:lang(yi))::file-selector-button {
  margin-right: 1rem;
}

.fc_form-control-lg:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))::-webkit-file-upload-button {
  margin-left: 1rem;
}

.fc_form-control-lg:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))::file-selector-button {
  margin-left: 1rem;
}

.fc_form-control-lg:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))::file-selector-button {
  margin-left: 1rem;
}

textarea.fc_form-control {
  min-height: calc(1.5em + .75rem + 2px);
}

textarea.fc_form-control-sm {
  min-height: calc(1.5em + .5rem + 2px);
}

textarea.fc_form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.fc_form-control-color {
  width: 3rem;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem;
}

.fc_form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.fc_form-control-color::-moz-color-swatch {
  border-radius: .375rem;
  border: 0 !important;
}

.fc_form-control-color::-webkit-color-swatch {
  border-radius: .375rem;
}

.fc_form-control-color.fc_form-control-sm {
  height: calc(1.5em + .5rem + 2px);
}

.fc_form-control-color.fc_form-control-lg {
  height: calc(1.5em + 1rem + 2px);
}

.fc_form-select {
  -moz-padding-start: calc(.75rem - 3px);
  color: #767674;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23434342' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-position: right .75rem center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  border: 1px solid #969694;
  border-radius: .375rem;
  width: 100%;
  padding: .375rem 2.25rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  display: block;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075);
}

@media (prefers-reduced-motion: reduce) {
  .fc_form-select {
    transition: none;
  }
}

.fc_form-select:focus {
  border-color: #e2a881;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 0 .25rem rgba(196, 80, 3, .25);
}

.fc_form-select[multiple], .fc_form-select[size]:not([size="1"]) {
  background-image: none;
  padding-right: .75rem;
}

.fc_form-select:disabled {
  background-color: #c4c4c4;
}

.fc_form-select:-moz-focusring {
  color: rgba(0, 0, 0, 0);
  text-shadow: 0 0 #767674;
}

.fc_form-select-sm {
  border-radius: .25rem;
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .8125rem;
}

.fc_form-select-lg {
  border-radius: .5rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 1.125rem;
}

.fc_form-check {
  min-height: 1.5rem;
  margin-bottom: .125rem;
  padding-left: 1.5em;
  display: block;
}

.fc_form-check .fc_form-check-input {
  float: left;
  margin-left: -1.5em;
}

.fc_form-check-reverse {
  text-align: right;
  padding-left: 0;
  padding-right: 1.5em;
}

.fc_form-check-reverse .fc_form-check-input {
  float: right;
  margin-left: 0;
  margin-right: -1.5em;
}

.fc_form-check-input {
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  print-color-adjust: exact;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, .25);
  width: 1em;
  height: 1em;
  margin-top: .25em;
}

.fc_form-check-input[type="checkbox"] {
  border-radius: .25em;
}

.fc_form-check-input[type="radio"] {
  border-radius: 50%;
}

.fc_form-check-input:active {
  filter: brightness(90%);
}

.fc_form-check-input:focus {
  border-color: #e2a881;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(196, 80, 3, .25);
}

.fc_form-check-input:checked {
  background-color: #c45003;
  border-color: #c45003;
}

.fc_form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.fc_form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.fc_form-check-input[type="checkbox"]:indeterminate {
  background-color: #c45003;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
  border-color: #c45003;
}

.fc_form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: .5;
}

.fc_form-check-input[disabled] ~ .fc_form-check-label, .fc_form-check-input:disabled ~ .fc_form-check-label {
  cursor: default;
  opacity: .5;
}

.fc_form-switch {
  padding-left: 2.5em;
}

.fc_form-switch .fc_form-check-input {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: 0;
  border-radius: 2em;
  width: 2em;
  margin-left: -2.5em;
  transition: background-position .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .fc_form-switch .fc_form-check-input {
    transition: none;
  }
}

.fc_form-switch .fc_form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23e2a881'/%3e%3c/svg%3e");
}

.fc_form-switch .fc_form-check-input:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  background-position: 100%;
}

.fc_form-switch.fc_form-check-reverse {
  padding-left: 0;
  padding-right: 2.5em;
}

.fc_form-switch.fc_form-check-reverse .fc_form-check-input {
  margin-left: 0;
  margin-right: -2.5em;
}

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

a.fc_btn-check {
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
  position: absolute;
}

a.fc_btn-check[disabled] + a.fc_btn, a.fc_btn-check:disabled + a.fc_btn {
  pointer-events: none;
  filter: none;
  opacity: .65;
}

.fc_form-range {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 1.5rem;
  padding: 0;
}

.fc_form-range:focus {
  outline: 0;
}

.fc_form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(196, 80, 3, .25);
}

.fc_form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(196, 80, 3, .25);
}

.fc_form-range::-moz-focus-outer {
  border: 0;
}

.fc_form-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #c45003;
  border: 0;
  border-radius: 1rem;
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  box-shadow: 0 .1rem .25rem rgba(0, 0, 0, .1);
}

@media (prefers-reduced-motion: reduce) {
  .fc_form-range::-webkit-slider-thumb {
    transition: none;
  }
}

.fc_form-range::-webkit-slider-thumb:active {
  background-color: #edcbb3;
}

.fc_form-range::-webkit-slider-runnable-track {
  color: rgba(0, 0, 0, 0);
  cursor: pointer;
  background-color: #aeaead;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 1rem;
  width: 100%;
  height: .5rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075);
}

.fc_form-range::-moz-range-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #c45003;
  border: 0;
  border-radius: 1rem;
  width: 1rem;
  height: 1rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  box-shadow: 0 .1rem .25rem rgba(0, 0, 0, .1);
}

@media (prefers-reduced-motion: reduce) {
  .fc_form-range::-moz-range-thumb {
    transition: none;
  }
}

.fc_form-range::-moz-range-thumb:active {
  background-color: #edcbb3;
}

.fc_form-range::-moz-range-track {
  color: rgba(0, 0, 0, 0);
  cursor: pointer;
  background-color: #aeaead;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 1rem;
  width: 100%;
  height: .5rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075);
}

.fc_form-range:disabled {
  pointer-events: none;
}

.fc_form-range:disabled::-webkit-slider-thumb {
  background-color: #767674;
}

.fc_form-range:disabled::-moz-range-thumb {
  background-color: #767674;
}

.fc_form-floating {
  position: relative;
}

.fc_form-floating > .fc_form-control, .fc_form-floating > .fc_form-control-plaintext, .fc_form-floating > .fc_form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}

.fc_form-floating > label {
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  transform-origin: 0 0;
  border: 1px solid rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  padding: 1rem .75rem;
  transition: opacity .1s ease-in-out, transform .1s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .fc_form-floating > label {
    transition: none;
  }
}

.fc_form-floating > .fc_form-control, .fc_form-floating > .fc_form-control-plaintext {
  padding: 1rem .75rem;
}

.fc_form-floating > .fc_form-control::placeholder, .fc_form-floating > .fc_form-control-plaintext::placeholder {
  color: rgba(0, 0, 0, 0);
}

.fc_form-floating > .fc_form-control:focus, .fc_form-floating > .fc_form-control:not(:placeholder-shown), .fc_form-floating > .fc_form-control-plaintext:focus, .fc_form-floating > .fc_form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

.fc_form-floating > .fc_form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

.fc_form-floating > .fc_form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

.fc_form-floating > .fc_form-select {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

.fc_form-floating > .fc_form-control:focus ~ label, .fc_form-floating > .fc_form-control:not(:placeholder-shown) ~ label, .fc_form-floating > .fc_form-control-plaintext ~ label, .fc_form-floating > .fc_form-select ~ label, .fc_form-floating > .fc_form-control:-webkit-autofill ~ label {
  opacity: .65;
  transform: scale(.85)translateY(-.5rem)translateX(.15rem);
}

.fc_form-floating > .fc_form-control:focus ~ label, .fc_form-floating > .fc_form-control:not(:placeholder-shown) ~ label, .fc_form-floating > .fc_form-control-plaintext ~ label, .fc_form-floating > .fc_form-select ~ label, .fc_form-floating > .fc_form-control:autofill ~ label {
  opacity: .65;
  transform: scale(.85)translateY(-.5rem)translateX(.15rem);
}

.fc_form-floating > .fc_form-control-plaintext ~ label {
  border-width: 1px 0;
}

.fc_input-group {
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.fc_input-group > .fc_form-control, .fc_input-group > .fc_form-select, .fc_input-group > .fc_form-floating {
  flex: auto;
  width: 1%;
  min-width: 0;
  position: relative;
}

.fc_input-group > .fc_form-control:focus, .fc_input-group > .fc_form-select:focus, .fc_input-group > .fc_form-floating:focus-within {
  z-index: 5;
}

.fc_input-group a.fc_btn {
  z-index: 2;
  position: relative;
}

.fc_input-group a.fc_btn:focus {
  z-index: 5;
}

.fc_input-group-text {
  color: #767674;
  text-align: center;
  white-space: nowrap;
  background-color: #c4c4c4;
  border: 1px solid #969694;
  border-radius: .375rem;
  align-items: center;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
}

.fc_input-group-lg > .fc_form-control, .fc_input-group-lg > .fc_form-select, .fc_input-group-lg > .fc_input-group-text, .fc_input-group-lg > a.fc_btn {
  border-radius: .5rem;
  padding: .5rem 1rem;
  font-size: 1.125rem;
}

.fc_input-group-sm > .fc_form-control, .fc_input-group-sm > .fc_form-select, .fc_input-group-sm > .fc_input-group-text, .fc_input-group-sm > a.fc_btn {
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .8125rem;
}

.fc_input-group-lg > .fc_form-select, .fc_input-group-sm > .fc_form-select {
  padding-right: 3rem;
}

.fc_input-group:not(.fc_has-validation) > :not(:last-child):not(.fc_dropdown-toggle):not(.fc_dropdown-menu):not(.fc_form-floating), .fc_input-group:not(.fc_has-validation) > .fc_dropdown-toggle:nth-last-child(n+3), .fc_input-group:not(.fc_has-validation) > .fc_form-floating:not(:last-child) > .fc_form-control, .fc_input-group:not(.fc_has-validation) > .fc_form-floating:not(:last-child) > .fc_form-select, .fc_input-group.fc_has-validation > :nth-last-child(n+3):not(.fc_dropdown-toggle):not(.fc_dropdown-menu):not(.fc_form-floating), .fc_input-group.fc_has-validation > .fc_dropdown-toggle:nth-last-child(n+4), .fc_input-group.fc_has-validation > .fc_form-floating:nth-last-child(n+3) > .fc_form-control, .fc_input-group.fc_has-validation > .fc_form-floating:nth-last-child(n+3) > .fc_form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.fc_input-group > :not(:first-child):not(.fc_dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -1px;
}

.fc_input-group > .fc_form-floating:not(:first-child) > .fc_form-control, .fc_input-group > .fc_form-floating:not(:first-child) > .fc_form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.fc_valid-feedback {
  color: #64a139;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  display: none;
}

.fc_valid-tooltip {
  z-index: 5;
  color: #fff;
  background-color: rgba(100, 161, 57, .9);
  border-radius: .375rem;
  max-width: 100%;
  margin-top: .1rem;
  padding: .25rem .5rem;
  font-size: .8125rem;
  display: none;
  position: absolute;
  top: 100%;
}

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

.fc_was-validated .fc_form-control:valid, .fc_form-control.is-valid {
  border-color: #64a139;
}

.fc_was-validated .fc_form-control:valid:focus, .fc_form-control.is-valid:focus {
  border-color: #64a139;
  box-shadow: 0 0 0 .25rem rgba(100, 161, 57, .25);
}

.fc_was-validated .fc_form-select:valid, .fc_form-select.is-valid {
  border-color: #64a139;
}

.fc_was-validated .fc_form-select:valid:focus, .fc_form-select.is-valid:focus {
  border-color: #64a139;
  box-shadow: 0 0 0 .25rem rgba(100, 161, 57, .25);
}

.fc_was-validated .fc_form-check-input:valid, .fc_form-check-input.is-valid {
  border-color: #64a139;
}

.fc_was-validated .fc_form-check-input:valid:checked, .fc_form-check-input.is-valid:checked {
  background-color: #64a139;
}

.fc_was-validated .fc_form-check-input:valid:focus, .fc_form-check-input.is-valid:focus {
  box-shadow: 0 0 0 .25rem rgba(100, 161, 57, .25);
}

.fc_was-validated .fc_form-check-input:valid ~ .fc_form-check-label, .fc_form-check-input.is-valid ~ .fc_form-check-label {
  color: #64a139;
}

.fc_form-check-inline .fc_form-check-input ~ .fc_valid-feedback {
  margin-left: .5em;
}

.fc_was-validated .fc_input-group .fc_form-control:valid, .fc_input-group .fc_form-control.is-valid, .fc_was-validated .fc_input-group .fc_form-select:valid, .fc_input-group .fc_form-select.is-valid {
  z-index: 1;
}

.fc_was-validated .fc_input-group .fc_form-control:valid:focus, .fc_input-group .fc_form-control.is-valid:focus, .fc_was-validated .fc_input-group .fc_form-select:valid:focus, .fc_input-group .fc_form-select.is-valid:focus {
  z-index: 3;
}

.fc_invalid-feedback {
  color: #d64118;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  display: none;
}

.fc_invalid-tooltip {
  z-index: 5;
  color: #fff;
  background-color: rgba(214, 65, 24, .9);
  border-radius: .375rem;
  max-width: 100%;
  margin-top: .1rem;
  padding: .25rem .5rem;
  font-size: .8125rem;
  display: none;
  position: absolute;
  top: 100%;
}

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

.fc_was-validated .fc_form-control:invalid, .fc_form-control.is-invalid {
  border-color: #d64118;
}

.fc_was-validated .fc_form-control:invalid:focus, .fc_form-control.is-invalid:focus {
  border-color: #d64118;
  box-shadow: 0 0 0 .25rem rgba(214, 65, 24, .25);
}

.fc_was-validated .fc_form-select:invalid, .fc_form-select.is-invalid {
  border-color: #d64118;
}

.fc_was-validated .fc_form-select:invalid:focus, .fc_form-select.is-invalid:focus {
  border-color: #d64118;
  box-shadow: 0 0 0 .25rem rgba(214, 65, 24, .25);
}

.fc_was-validated .fc_form-check-input:invalid, .fc_form-check-input.is-invalid {
  border-color: #d64118;
}

.fc_was-validated .fc_form-check-input:invalid:checked, .fc_form-check-input.is-invalid:checked {
  background-color: #d64118;
}

.fc_was-validated .fc_form-check-input:invalid:focus, .fc_form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 .25rem rgba(214, 65, 24, .25);
}

.fc_was-validated .fc_form-check-input:invalid ~ .fc_form-check-label, .fc_form-check-input.is-invalid ~ .fc_form-check-label {
  color: #d64118;
}

.fc_form-check-inline .fc_form-check-input ~ .fc_invalid-feedback {
  margin-left: .5em;
}

.fc_was-validated .fc_input-group .fc_form-control:invalid, .fc_input-group .fc_form-control.is-invalid, .fc_was-validated .fc_input-group .fc_form-select:invalid, .fc_input-group .fc_form-select.is-invalid {
  z-index: 2;
}

.fc_was-validated .fc_input-group .fc_form-control:invalid:focus, .fc_input-group .fc_form-control.is-invalid:focus, .fc_was-validated .fc_input-group .fc_form-select:invalid:focus, .fc_input-group .fc_form-select.is-invalid:focus {
  z-index: 3;
}

#fc_2308-aa a.fc_btn {
  --ss-btn-padding-x: 2.5rem;
  --ss-btn-padding-y: 1rem;
  --ss-btn-font-family: ;
  --ss-btn-font-size: calc(1.325rem + .9vw);
  --ss-btn-font-weight: 700;
  --ss-btn-line-height: 1.5;
  --ss-btn-color: #767674;
  --ss-btn-bg: transparent;
  --ss-btn-border-width: 2px;
  --ss-btn-border-color: transparent;
  --ss-btn-border-radius: 0;
  --ss-btn-hover-border-color: transparent;
  --ss-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
  --ss-btn-disabled-opacity: .65;
  --ss-btn-focus-box-shadow: 0 0 0 .25rem rgba(var(--ss-btn-focus-shadow-rgb), .5);
  padding: var(--ss-btn-padding-y) var(--ss-btn-padding-x);
  font-family: var(--ss-btn-font-family);
  font-size: var(--ss-btn-font-size);
  font-weight: var(--ss-btn-font-weight);
  line-height: var(--ss-btn-line-height);
  color: var(--ss-btn-color);
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--ss-btn-border-width) solid var(--ss-btn-border-color);
  border-radius: var(--ss-btn-border-radius);
  background-color: var(--ss-btn-bg);
  transition: color .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, 1, 1), border-color .2s cubic-bezier(.4, 0, 1, 1), box-shadow .15s cubic-bezier(.4, 0, 1, 1);
  display: inline-block;
}

@media (min-width: 1200px) {
  #fc_2308-aa a.fc_btn {
    --ss-btn-font-size: 2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  #fc_2308-aa a.fc_btn {
    transition: none;
  }
}

#fc_2308-aa a.fc_btn:hover {
  color: var(--ss-btn-hover-color);
  background-color: var(--ss-btn-hover-bg);
  border-color: var(--ss-btn-hover-border-color);
  text-decoration: none;
}

.fc_btn-check + #fc_2308-aa a.fc_btn:hover {
  color: var(--ss-btn-color);
  background-color: var(--ss-btn-bg);
  border-color: var(--ss-btn-border-color);
}

#fc_2308-aa a.fc_btn:focus-visible {
  color: var(--ss-btn-hover-color);
  background-color: var(--ss-btn-hover-bg);
  border-color: var(--ss-btn-hover-border-color);
  outline: 0;
}

.fc_btn-check:focus-visible + #fc_2308-aa a.fc_btn {
  border-color: var(--ss-btn-hover-border-color);
  box-shadow: var(--ss-btn-box-shadow), var(--ss-btn-focus-box-shadow);
  outline: 0;
}

.fc_btn-check:checked + #fc_2308-aa a.fc_btn, :not(.fc_btn-check) + #fc_2308-aa a.fc_btn:active, #fc_2308-aa a.fc_btn:first-child:active, #fc_2308-aa a.fc_btn.active, #fc_2308-aa a.fc_btn.show {
  color: var(--ss-btn-active-color);
  background-color: var(--ss-btn-active-bg);
  border-color: var(--ss-btn-active-border-color);
  box-shadow: var(--ss-btn-active-shadow);
}

.fc_btn-check:checked + #fc_2308-aa a.fc_btn:focus-visible {
  box-shadow: var(--ss-btn-active-shadow), var(--ss-btn-focus-box-shadow);
}

:not(.fc_btn-check) + #fc_2308-aa a.fc_btn:active:focus-visible {
  box-shadow: var(--ss-btn-active-shadow), var(--ss-btn-focus-box-shadow);
}

#fc_2308-aa a.fc_btn:first-child:active:focus-visible {
  box-shadow: var(--ss-btn-active-shadow), var(--ss-btn-focus-box-shadow);
}

#fc_2308-aa a.fc_btn.active:focus-visible {
  box-shadow: var(--ss-btn-active-shadow), var(--ss-btn-focus-box-shadow);
}

#fc_2308-aa a.fc_btn.show:focus-visible {
  box-shadow: var(--ss-btn-active-shadow), var(--ss-btn-focus-box-shadow);
}

#fc_2308-aa a.fc_btn:disabled, #fc_2308-aa a.fc_btn.disabled, fieldset:disabled #fc_2308-aa a.fc_btn {
  color: var(--ss-btn-disabled-color);
  pointer-events: none;
  background-color: var(--ss-btn-disabled-bg);
  border-color: var(--ss-btn-disabled-border-color);
  opacity: .65;
  box-shadow: none;
}

#fc_2308-aa a.fc_btn-gray {
  --ss-btn-color: #000;
  --ss-btn-bg: rgba(255, 255, 255, .7);
  --ss-btn-border-color: rgba(255, 255, 255, .7);
  --ss-btn-hover-color: #000;
  --ss-btn-hover-bg: rgba(255, 255, 255, .745);
  --ss-btn-hover-border-color: rgba(255, 255, 255, .73);
  --ss-btn-focus-shadow-rgb: 192, 192, 192;
  --ss-btn-active-color: #000;
  --ss-btn-active-bg: rgba(255, 255, 255, .76);
  --ss-btn-active-border-color: rgba(255, 255, 255, .73);
  --ss-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  --ss-btn-disabled-color: #000;
  --ss-btn-disabled-bg: rgba(255, 255, 255, .7);
  --ss-btn-disabled-border-color: rgba(255, 255, 255, .7);
}

#fc_2308-aa a.fc_btn-black {
  --ss-btn-color: #fff;
  --ss-btn-bg: #000;
  --ss-btn-border-color: #000;
  --ss-btn-hover-color: #fff;
  --ss-btn-hover-bg: black;
  --ss-btn-hover-border-color: black;
  --ss-btn-focus-shadow-rgb: 38, 38, 38;
  --ss-btn-active-color: #fff;
  --ss-btn-active-bg: black;
  --ss-btn-active-border-color: black;
  --ss-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  --ss-btn-disabled-color: #fff;
  --ss-btn-disabled-bg: #000;
  --ss-btn-disabled-border-color: #000;
}

#fc_2308-aa a.fc_btn-white {
  --ss-btn-color: #000;
  --ss-btn-bg: #fff;
  --ss-btn-border-color: #fff;
  --ss-btn-hover-color: #000;
  --ss-btn-hover-bg: white;
  --ss-btn-hover-border-color: white;
  --ss-btn-focus-shadow-rgb: 217, 217, 217;
  --ss-btn-active-color: #000;
  --ss-btn-active-bg: white;
  --ss-btn-active-border-color: white;
  --ss-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  --ss-btn-disabled-color: #000;
  --ss-btn-disabled-bg: #fff;
  --ss-btn-disabled-border-color: #fff;
}

#fc_2308-aa a.fc_btn-outline-gray {
  --ss-btn-color: rgba(255, 255, 255, .7);
  --ss-btn-border-color: rgba(255, 255, 255, .7);
  --ss-btn-hover-color: #000;
  --ss-btn-hover-bg: rgba(255, 255, 255, .7);
  --ss-btn-hover-border-color: rgba(255, 255, 255, .7);
  --ss-btn-focus-shadow-rgb: 255, 255, 255;
  --ss-btn-active-color: #000;
  --ss-btn-active-bg: rgba(255, 255, 255, .7);
  --ss-btn-active-border-color: rgba(255, 255, 255, .7);
  --ss-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  --ss-btn-disabled-color: rgba(255, 255, 255, .7);
  --ss-btn-disabled-bg: transparent;
  --ss-btn-disabled-border-color: rgba(255, 255, 255, .7);
  --ss-gradient: none;
}

#fc_2308-aa a.fc_btn-outline-black {
  --ss-btn-color: #000;
  --ss-btn-border-color: #000;
  --ss-btn-hover-color: #fff;
  --ss-btn-hover-bg: #000;
  --ss-btn-hover-border-color: #000;
  --ss-btn-focus-shadow-rgb: 0, 0, 0;
  --ss-btn-active-color: #fff;
  --ss-btn-active-bg: #000;
  --ss-btn-active-border-color: #000;
  --ss-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  --ss-btn-disabled-color: #000;
  --ss-btn-disabled-bg: transparent;
  --ss-btn-disabled-border-color: #000;
  --ss-gradient: none;
}

#fc_2308-aa a.fc_btn-outline-white {
  --ss-btn-color: #fff;
  --ss-btn-border-color: #fff;
  --ss-btn-hover-color: #000;
  --ss-btn-hover-bg: #fff;
  --ss-btn-hover-border-color: #fff;
  --ss-btn-focus-shadow-rgb: 255, 255, 255;
  --ss-btn-active-color: #000;
  --ss-btn-active-bg: #fff;
  --ss-btn-active-border-color: #fff;
  --ss-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  --ss-btn-disabled-color: #fff;
  --ss-btn-disabled-bg: transparent;
  --ss-btn-disabled-border-color: #fff;
  --ss-gradient: none;
}

#fc_2308-aa a.fc_btn-invert-gray {
  --ss-btn-color: #000;
  --ss-btn-bg: rgba(255, 255, 255, .7);
  --ss-btn-border-color: rgba(255, 255, 255, .7);
  --ss-btn-hover-color: rgba(255, 255, 255, .7);
  --ss-btn-hover-bg: #000;
  --ss-btn-hover-border-color: rgba(255, 255, 255, .7);
  --ss-btn-focus-shadow-rgb: 0, 0, 0;
  --ss-btn-active-color: rgba(255, 255, 255, .7);
  --ss-btn-active-bg: #000;
  --ss-btn-active-border-color: rgba(255, 255, 255, .7);
  --ss-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  --ss-btn-disabled-color: #000;
  --ss-btn-disabled-bg: transparent;
  --ss-btn-disabled-border-color: #000;
  --ss-gradient: none;
}

#fc_2308-aa a.fc_btn-invert-black {
  --ss-btn-color: #fff;
  --ss-btn-bg: #000;
  --ss-btn-border-color: #000;
  --ss-btn-hover-color: #000;
  --ss-btn-hover-bg: #fff;
  --ss-btn-hover-border-color: #000;
  --ss-btn-focus-shadow-rgb: 255, 255, 255;
  --ss-btn-active-color: #000;
  --ss-btn-active-bg: #fff;
  --ss-btn-active-border-color: #000;
  --ss-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  --ss-btn-disabled-color: #fff;
  --ss-btn-disabled-bg: transparent;
  --ss-btn-disabled-border-color: #fff;
  --ss-gradient: none;
}

#fc_2308-aa a.fc_btn-invert-white {
  --ss-btn-color: #000;
  --ss-btn-bg: #fff;
  --ss-btn-border-color: #fff;
  --ss-btn-hover-color: #fff;
  --ss-btn-hover-bg: #000;
  --ss-btn-hover-border-color: #fff;
  --ss-btn-focus-shadow-rgb: 0, 0, 0;
  --ss-btn-active-color: #fff;
  --ss-btn-active-bg: #000;
  --ss-btn-active-border-color: #fff;
  --ss-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  --ss-btn-disabled-color: #000;
  --ss-btn-disabled-bg: transparent;
  --ss-btn-disabled-border-color: #000;
  --ss-gradient: none;
}

#fc_2308-aa a.fc_btn-link {
  --ss-btn-color: var(--ss-link-color);
  --ss-btn-bg: transparent;
  --ss-btn-border-color: transparent;
  --ss-btn-hover-color: var(--ss-link-hover-color);
  --ss-btn-hover-border-color: transparent;
  --ss-btn-hover-bg: transparent;
  --ss-btn-active-color: var(--ss-link-hover-color);
  --ss-btn-active-border-color: transparent;
  --ss-btn-disabled-color: #646463;
  --ss-btn-disabled-border-color: transparent;
  --ss-btn-box-shadow: none;
  --ss-btn-focus-shadow-rgb: 205, 106, 41;
  text-decoration: none;
}

#fc_2308-aa a.fc_btn-link:hover {
  text-decoration: none;
}

#fc_2308-aa a.fc_btn-link:focus-visible {
  text-decoration: none;
}

#fc_2308-aa a.fc_btn-link:focus-visible {
  color: var(--ss-btn-color);
  background-color: var(--ss-btn-hover-bg);
}

#fc_2308-aa a.fc_btn-link:hover {
  color: var(--ss-btn-hover-color);
  background-color: var(--ss-btn-hover-bg);
}

#fc_2308-aa a.fc_btn-lg {
  --ss-btn-padding-y: .9375rem;
  --ss-btn-padding-x: 1.875rem;
  --ss-btn-font-size: calc(1.325rem + .9vw);
  --ss-btn-border-radius: 0;
}

@media (min-width: 1200px) {
  #fc_2308-aa a.fc_btn-lg {
    --ss-btn-font-size: 2rem;
  }
}

#fc_2308-aa a.fc_btn-sm {
  --ss-btn-padding-y: .3125rem;
  --ss-btn-padding-x: .625rem;
  --ss-btn-font-size: .8125rem;
  --ss-btn-border-radius: 0;
}

.fc_2308-aa .show {
  display: unset !important;
}

.fc_2308-aa .fade {
  transition: opacity .15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fc_2308-aa .fade {
    transition: none;
  }
}

.fc_2308-aa .fade:not(.show) {
  opacity: 0;
}

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

.fc_2308-aa .collapsing {
  height: 0;
  transition: height .2s;
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .fc_2308-aa .collapsing {
    transition: none;
  }
}

.fc_2308-aa .collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width .35s;
}

@media (prefers-reduced-motion: reduce) {
  .fc_2308-aa .collapsing.collapse-horizontal {
    transition: none;
  }
}

.fc_dropup, .fc_dropend, .fc_dropdown, .fc_dropstart, .fc_dropup-center, .fc_dropdown-center {
  position: relative;
}

.fc_dropdown-toggle {
  white-space: nowrap;
}

.fc_dropdown-menu {
  --ss-dropdown-zindex: 1000;
  --ss-dropdown-min-width: 10rem;
  --ss-dropdown-padding-x: 0;
  --ss-dropdown-padding-y: .5rem;
  --ss-dropdown-spacer: .125rem;
  --ss-dropdown-font-size: 1rem;
  --ss-dropdown-color: #767674;
  --ss-dropdown-bg: #fff;
  --ss-dropdown-border-color: rgba(0, 0, 0, .176);
  --ss-dropdown-border-radius: .375rem;
  --ss-dropdown-border-width: 1px;
  --ss-dropdown-inner-border-radius: calc(.375rem - 1px);
  --ss-dropdown-divider-bg: rgba(0, 0, 0, .176);
  --ss-dropdown-divider-margin-y: .5rem;
  --ss-dropdown-box-shadow: 0px 1px 3px 0px rgba(27, 27, 27, .1), 0px 1px 2px 0px rgba(27, 27, 27, .06);
  --ss-dropdown-link-color: #353534;
  --ss-dropdown-link-hover-color: #30302f;
  --ss-dropdown-link-hover-bg: #c4c4c4;
  --ss-dropdown-link-active-color: #fff;
  --ss-dropdown-link-active-bg: #c45003;
  --ss-dropdown-link-disabled-color: #767674;
  --ss-dropdown-item-padding-x: 1rem;
  --ss-dropdown-item-padding-y: .25rem;
  --ss-dropdown-header-color: #646463;
  --ss-dropdown-header-padding-x: 1rem;
  --ss-dropdown-header-padding-y: .5rem;
  z-index: var(--ss-dropdown-zindex);
  min-width: var(--ss-dropdown-min-width);
  padding: var(--ss-dropdown-padding-y) var(--ss-dropdown-padding-x);
  font-size: var(--ss-dropdown-font-size);
  color: var(--ss-dropdown-color);
  text-align: left;
  background-color: var(--ss-dropdown-bg);
  border: var(--ss-dropdown-border-width) solid var(--ss-dropdown-border-color);
  border-radius: var(--ss-dropdown-border-radius);
  box-shadow: var(--ss-dropdown-box-shadow);
  background-clip: padding-box;
  margin: 0;
  list-style: none;
  display: none;
  position: absolute;
}

.fc_dropdown-menu[data-bs-popper] {
  margin-top: var(--ss-dropdown-spacer);
  top: 100%;
  left: 0;
}

.fc_dropdown-menu-start {
  --bs-position: start;
}

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

.fc_dropdown-menu-end {
  --bs-position: end;
}

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

@media (min-width: 480px) {
  .fc_dropdown-menu-sm-start {
    --bs-position: start;
  }

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

  .fc_dropdown-menu-sm-end {
    --bs-position: end;
  }

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

@media (min-width: 761px) {
  .fc_dropdown-menu-md-start {
    --bs-position: start;
  }

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

  .fc_dropdown-menu-md-end {
    --bs-position: end;
  }

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

@media (min-width: 1000px) {
  .fc_dropdown-menu-lg-start {
    --bs-position: start;
  }

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

  .fc_dropdown-menu-lg-end {
    --bs-position: end;
  }

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

@media (min-width: 1280px) {
  .fc_dropdown-menu-xl-start {
    --bs-position: start;
  }

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

  .fc_dropdown-menu-xl-end {
    --bs-position: end;
  }

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

@media (min-width: 1560px) {
  .fc_dropdown-menu-xxl-start {
    --bs-position: start;
  }

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

  .fc_dropdown-menu-xxl-end {
    --bs-position: end;
  }

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

.fc_dropup .fc_dropdown-menu[data-bs-popper] {
  margin-top: 0;
  margin-bottom: var(--ss-dropdown-spacer);
  top: auto;
  bottom: 100%;
}

.fc_dropend .fc_dropdown-menu[data-bs-popper] {
  margin-top: 0;
  margin-left: var(--ss-dropdown-spacer);
  top: 0;
  left: 100%;
  right: auto;
}

.fc_dropend .fc_dropdown-toggle:after {
  vertical-align: 0;
}

.fc_dropstart .fc_dropdown-menu[data-bs-popper] {
  margin-top: 0;
  margin-right: var(--ss-dropdown-spacer);
  top: 0;
  left: auto;
  right: 100%;
}

.fc_dropstart .fc_dropdown-toggle:before {
  vertical-align: 0;
}

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

.fc_dropdown-item {
  padding: var(--ss-dropdown-item-padding-y) var(--ss-dropdown-item-padding-x);
  clear: both;
  color: var(--ss-dropdown-link-color);
  text-align: inherit;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  width: 100%;
  font-weight: 400;
  display: block;
}

.fc_dropdown-item:hover, .fc_dropdown-item:focus {
  color: var(--ss-dropdown-link-hover-color);
  background-color: var(--ss-dropdown-link-hover-bg);
  text-decoration: none;
}

.fc_dropdown-item.active, .fc_dropdown-item:active {
  color: var(--ss-dropdown-link-active-color);
  background-color: var(--ss-dropdown-link-active-bg);
  text-decoration: none;
}

.fc_dropdown-item.disabled, .fc_dropdown-item:disabled {
  color: var(--ss-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0);
}

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

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

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

.fc_dropdown-menu-dark {
  --ss-dropdown-color: #aeaead;
  --ss-dropdown-bg: #434342;
  --ss-dropdown-border-color: rgba(0, 0, 0, .176);
  --ss-dropdown-box-shadow: ;
  --ss-dropdown-link-color: #aeaead;
  --ss-dropdown-link-hover-color: #fff;
  --ss-dropdown-divider-bg: rgba(0, 0, 0, .176);
  --ss-dropdown-link-hover-bg: rgba(255, 255, 255, .15);
  --ss-dropdown-link-active-color: #fff;
  --ss-dropdown-link-active-bg: #c45003;
  --ss-dropdown-link-disabled-color: #767674;
  --ss-dropdown-header-color: #767674;
}

.fc_btn-group, .fc_btn-group-vertical {
  vertical-align: middle;
  display: inline-flex;
  position: relative;
}

.fc_btn-group > a.fc_btn, .fc_btn-group-vertical > a.fc_btn {
  flex: auto;
  position: relative;
}

.fc_btn-group > .fc_btn-check:checked + a.fc_btn, .fc_btn-group > .fc_btn-check:focus + a.fc_btn, .fc_btn-group > a.fc_btn:hover, .fc_btn-group > a.fc_btn:focus, .fc_btn-group > a.fc_btn:active, .fc_btn-group > a.fc_btn.active, .fc_btn-group-vertical > .fc_btn-check:checked + a.fc_btn, .fc_btn-group-vertical > .fc_btn-check:focus + a.fc_btn, .fc_btn-group-vertical > a.fc_btn:hover, .fc_btn-group-vertical > a.fc_btn:focus, .fc_btn-group-vertical > a.fc_btn:active, .fc_btn-group-vertical > a.fc_btn.active {
  z-index: 1;
}

.fc_btn-toolbar {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.fc_btn-toolbar .fc_input-group {
  width: auto;
}

.fc_btn-group {
  border-radius: 0;
}

.fc_btn-group > .fc_btn-group:not(:first-child) {
  margin-left: -2px;
}

.fc_btn-group > .fc_btn-group:not(:last-child) > a.fc_btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.fc_btn-group > a.fc_btn:nth-child(n+3), .fc_btn-group > .fc_btn-group:not(:first-child) > a.fc_btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.fc_dropdown-toggle-split {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.fc_dropdown-toggle-split:after, .dropup .fc_dropdown-toggle-split:after, .dropend .fc_dropdown-toggle-split:after {
  margin-left: 0;
}

.dropstart .fc_dropdown-toggle-split:before {
  margin-right: 0;
}

.fc_btn-sm + .fc_dropdown-toggle-split {
  padding-left: .46875rem;
  padding-right: .46875rem;
}

.fc_btn-lg + .fc_dropdown-toggle-split {
  padding-left: 1.40625rem;
  padding-right: 1.40625rem;
}

.fc_btn-group.show .fc_dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.fc_btn-group.show .fc_dropdown-togglea.fc_btn-link {
  box-shadow: none;
}

.fc_btn-group-vertical {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.fc_btn-group-vertical > a.fc_btn, .fc_btn-group-vertical > .fc_btn-group {
  width: 100%;
}

.fc_btn-group-vertical > a.fc_btn:not(:first-child), .fc_btn-group-vertical > .fc_btn-group:not(:first-child) {
  margin-top: -2px;
}

.fc_btn-group-vertical > a.fc_btn:not(:last-child):not(.fc_dropdown-toggle), .fc_btn-group-vertical > .fc_btn-group:not(:last-child) > a.fc_btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.fc_btn-group-vertical > a.fc_btn ~ a.fc_btn, .fc_btn-group-vertical > .fc_btn-group:not(:first-child) > a.fc_btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.fc_nav {
  --ss-nav-link-padding-x: 1rem;
  --ss-nav-link-padding-y: .5rem;
  --ss-nav-link-font-weight: ;
  --ss-nav-link-color: #767674;
  --ss-nav-link-hover-color: #555553;
  --ss-nav-link-disabled-color: #646463;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
}

.fc_nav-link {
  padding: var(--ss-nav-link-padding-y) var(--ss-nav-link-padding-x);
  font-size: var(--ss-nav-link-font-size);
  font-weight: var(--ss-nav-link-font-weight);
  color: var(--ss-nav-link-color);
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
  display: block;
}

@media (prefers-reduced-motion: reduce) {
  .fc_nav-link {
    transition: none;
  }
}

.fc_nav-link:hover, .fc_nav-link:focus {
  color: var(--ss-nav-link-hover-color);
  text-decoration: none;
}

.fc_nav-link.fc_disabled {
  color: var(--ss-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.fc_nav-tabs {
  --ss-nav-tabs-border-width: 1px;
  --ss-nav-tabs-border-color: #aeaead;
  --ss-nav-tabs-border-radius: .375rem;
  --ss-nav-tabs-link-hover-border-color: #c4c4c4 #c4c4c4 #aeaead;
  --ss-nav-tabs-link-active-color: #555553;
  --ss-nav-tabs-link-active-bg: #fff;
  --ss-nav-tabs-link-active-border-color: #aeaead #aeaead #fff;
  border-bottom: var(--ss-nav-tabs-border-width) solid var(--ss-nav-tabs-border-color);
}

.fc_nav-tabs .fc_nav-link {
  margin-bottom: calc(-1 * var(--ss-nav-tabs-border-width));
  border: var(--ss-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--ss-nav-tabs-border-radius);
  border-top-right-radius: var(--ss-nav-tabs-border-radius);
  background: none;
}

.fc_nav-tabs .fc_nav-link:hover, .fc_nav-tabs .fc_nav-link:focus {
  isolation: isolate;
  border-color: var(--ss-nav-tabs-link-hover-border-color);
}

.fc_nav-tabs .fc_nav-link.fc_disabled, .fc_nav-tabs .fc_nav-link:disabled {
  color: var(--ss-nav-link-disabled-color);
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.fc_nav-tabs .fc_nav-link.active, .fc_nav-tabs .fc_nav-item.show .fc_nav-link {
  color: var(--ss-nav-tabs-link-active-color);
  background-color: var(--ss-nav-tabs-link-active-bg);
  border-color: var(--ss-nav-tabs-link-active-border-color);
}

.fc_nav-tabs .fc_dropdown-menu {
  margin-top: calc(-1 * var(--ss-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.fc_nav-pills {
  --ss-nav-pills-border-radius: .375rem;
  --ss-nav-pills-link-active-color: #fff;
  --ss-nav-pills-link-active-bg: #c45003;
}

.fc_nav-pills .fc_nav-link {
  border-radius: var(--ss-nav-pills-border-radius);
  background: none;
  border: 0;
}

.fc_nav-pills .fc_nav-link:disabled {
  color: var(--ss-nav-link-disabled-color);
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.fc_nav-pills .fc_nav-link.active, .fc_nav-pills .show > .fc_nav-link {
  color: var(--ss-nav-pills-link-active-color);
  background-color: var(--ss-nav-pills-link-active-bg);
}

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

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

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

.fc_tab-content > .fc_tab-pane {
  display: none;
}

.fc_tab-content > .active {
  display: block;
}

.fc_navbar {
  --ss-navbar-padding-x: 0;
  --ss-navbar-padding-y: .5rem;
  --ss-navbar-color: rgba(0, 0, 0, .55);
  --ss-navbar-hover-color: rgba(0, 0, 0, .7);
  --ss-navbar-disabled-color: rgba(0, 0, 0, .3);
  --ss-navbar-active-color: rgba(0, 0, 0, .9);
  --ss-navbar-brand-padding-y: .40625rem;
  --ss-navbar-brand-margin-end: 1rem;
  --ss-navbar-brand-font-size: 1.125rem;
  --ss-navbar-brand-color: rgba(0, 0, 0, .9);
  --ss-navbar-brand-hover-color: rgba(0, 0, 0, .9);
  --ss-navbar-nav-link-padding-x: .5rem;
  --ss-navbar-toggler-padding-y: .25rem;
  --ss-navbar-toggler-padding-x: .75rem;
  --ss-navbar-toggler-font-size: 1.125rem;
  --ss-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --ss-navbar-toggler-border-color: rgba(0, 0, 0, .1);
  --ss-navbar-toggler-border-radius: 0;
  --ss-navbar-toggler-focus-width: .25rem;
  --ss-navbar-toggler-transition: box-shadow .15s ease-in-out;
  padding: var(--ss-navbar-padding-y) var(--ss-navbar-padding-x);
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.fc_navbar > .fc_wrap-xxl, .fc_navbar > .fc_wrap-xl, .fc_navbar > .fc_wrap-lg, .fc_navbar > .fc_wrap-md, .fc_navbar > .fc_wrap-sm, .fc_navbar > .fc_wrap, .fc_navbar > .fc_wrap-fluid {
  flex-wrap: inherit;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fc_navbar-brand {
  padding-top: var(--ss-navbar-brand-padding-y);
  padding-bottom: var(--ss-navbar-brand-padding-y);
  margin-right: var(--ss-navbar-brand-margin-end);
  font-size: var(--ss-navbar-brand-font-size);
  color: var(--ss-navbar-brand-color);
  white-space: nowrap;
}

.fc_navbar-brand:hover, .fc_navbar-brand:focus {
  color: var(--ss-navbar-brand-hover-color);
  text-decoration: none;
}

.fc_navbar-nav {
  --ss-nav-link-padding-x: 0;
  --ss-nav-link-padding-y: .5rem;
  --ss-nav-link-font-weight: ;
  --ss-nav-link-color: var(--ss-navbar-color);
  --ss-nav-link-hover-color: var(--ss-navbar-hover-color);
  --ss-nav-link-disabled-color: var(--ss-navbar-disabled-color);
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
}

.fc_navbar-nav .show > .fc_nav-link, .fc_navbar-nav .fc_nav-link.active {
  color: var(--ss-navbar-active-color);
}

.fc_navbar-nav .fc_dropdown-menu {
  position: static;
}

.fc_navbar-text {
  color: var(--ss-navbar-color);
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.fc_navbar-text a, .fc_navbar-text a:hover, .fc_navbar-text a:focus {
  color: var(--ss-navbar-active-color);
}

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

.fc_navbar-toggler {
  padding: var(--ss-navbar-toggler-padding-y) var(--ss-navbar-toggler-padding-x);
  font-size: var(--ss-navbar-toggler-font-size);
  color: var(--ss-navbar-color);
  border: 1px solid var(--ss-navbar-toggler-border-color);
  border-radius: var(--ss-navbar-toggler-border-radius);
  transition: var(--ss-navbar-toggler-transition);
  background-color: rgba(0, 0, 0, 0);
  line-height: 1;
}

@media (prefers-reduced-motion: reduce) {
  .fc_navbar-toggler {
    transition: none;
  }
}

.fc_navbar-toggler:hover {
  text-decoration: none;
}

.fc_navbar-toggler:focus {
  box-shadow: 0 0 0 var(--ss-navbar-toggler-focus-width);
  outline: 0;
  text-decoration: none;
}

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

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

@media (min-width: 480px) {
  .fc_navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .fc_navbar-expand-sm .fc_navbar-nav {
    flex-direction: row;
  }

  .fc_navbar-expand-sm .fc_navbar-nav .fc_dropdown-menu {
    position: absolute;
  }

  .fc_navbar-expand-sm .fc_navbar-nav .fc_nav-link {
    padding-right: var(--ss-navbar-nav-link-padding-x);
    padding-left: var(--ss-navbar-nav-link-padding-x);
  }

  .fc_navbar-expand-sm .fc_navbar-nav-scroll {
    overflow: visible;
  }

  .fc_navbar-expand-sm .fc_navbar-collapse {
    flex-basis: auto;
    display: flex !important;
  }

  .fc_navbar-expand-sm .fc_navbar-toggler {
    display: none;
  }

  .fc_navbar-expand-sm .fc_offcanvas {
    z-index: auto;
    box-shadow: none;
    flex-grow: 1;
    transition: none;
    position: static;
    visibility: visible !important;
    background-color: rgba(0, 0, 0, 0) !important;
    border: 0 !important;
    width: auto !important;
    height: auto !important;
    transform: none !important;
  }

  .fc_navbar-expand-sm .fc_offcanvas .fc_offcanvas-header {
    display: none;
  }

  .fc_navbar-expand-sm .fc_offcanvas .fc_offcanvas-body {
    flex-grow: 0;
    padding: 0;
    display: flex;
    overflow-y: visible;
  }
}

@media (min-width: 761px) {
  .fc_navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .fc_navbar-expand-md .fc_navbar-nav {
    flex-direction: row;
  }

  .fc_navbar-expand-md .fc_navbar-nav .fc_dropdown-menu {
    position: absolute;
  }

  .fc_navbar-expand-md .fc_navbar-nav .fc_nav-link {
    padding-right: var(--ss-navbar-nav-link-padding-x);
    padding-left: var(--ss-navbar-nav-link-padding-x);
  }

  .fc_navbar-expand-md .fc_navbar-nav-scroll {
    overflow: visible;
  }

  .fc_navbar-expand-md .fc_navbar-collapse {
    flex-basis: auto;
    display: flex !important;
  }

  .fc_navbar-expand-md .fc_navbar-toggler {
    display: none;
  }

  .fc_navbar-expand-md .fc_offcanvas {
    z-index: auto;
    box-shadow: none;
    flex-grow: 1;
    transition: none;
    position: static;
    visibility: visible !important;
    background-color: rgba(0, 0, 0, 0) !important;
    border: 0 !important;
    width: auto !important;
    height: auto !important;
    transform: none !important;
  }

  .fc_navbar-expand-md .fc_offcanvas .fc_offcanvas-header {
    display: none;
  }

  .fc_navbar-expand-md .fc_offcanvas .fc_offcanvas-body {
    flex-grow: 0;
    padding: 0;
    display: flex;
    overflow-y: visible;
  }
}

@media (min-width: 1000px) {
  .fc_navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .fc_navbar-expand-lg .fc_navbar-nav {
    flex-direction: row;
  }

  .fc_navbar-expand-lg .fc_navbar-nav .fc_dropdown-menu {
    position: absolute;
  }

  .fc_navbar-expand-lg .fc_navbar-nav .fc_nav-link {
    padding-right: var(--ss-navbar-nav-link-padding-x);
    padding-left: var(--ss-navbar-nav-link-padding-x);
  }

  .fc_navbar-expand-lg .fc_navbar-nav-scroll {
    overflow: visible;
  }

  .fc_navbar-expand-lg .fc_navbar-collapse {
    flex-basis: auto;
    display: flex !important;
  }

  .fc_navbar-expand-lg .fc_navbar-toggler {
    display: none;
  }

  .fc_navbar-expand-lg .fc_offcanvas {
    z-index: auto;
    box-shadow: none;
    flex-grow: 1;
    transition: none;
    position: static;
    visibility: visible !important;
    background-color: rgba(0, 0, 0, 0) !important;
    border: 0 !important;
    width: auto !important;
    height: auto !important;
    transform: none !important;
  }

  .fc_navbar-expand-lg .fc_offcanvas .fc_offcanvas-header {
    display: none;
  }

  .fc_navbar-expand-lg .fc_offcanvas .fc_offcanvas-body {
    flex-grow: 0;
    padding: 0;
    display: flex;
    overflow-y: visible;
  }
}

@media (min-width: 1280px) {
  .fc_navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .fc_navbar-expand-xl .fc_navbar-nav {
    flex-direction: row;
  }

  .fc_navbar-expand-xl .fc_navbar-nav .fc_dropdown-menu {
    position: absolute;
  }

  .fc_navbar-expand-xl .fc_navbar-nav .fc_nav-link {
    padding-right: var(--ss-navbar-nav-link-padding-x);
    padding-left: var(--ss-navbar-nav-link-padding-x);
  }

  .fc_navbar-expand-xl .fc_navbar-nav-scroll {
    overflow: visible;
  }

  .fc_navbar-expand-xl .fc_navbar-collapse {
    flex-basis: auto;
    display: flex !important;
  }

  .fc_navbar-expand-xl .fc_navbar-toggler {
    display: none;
  }

  .fc_navbar-expand-xl .fc_offcanvas {
    z-index: auto;
    box-shadow: none;
    flex-grow: 1;
    transition: none;
    position: static;
    visibility: visible !important;
    background-color: rgba(0, 0, 0, 0) !important;
    border: 0 !important;
    width: auto !important;
    height: auto !important;
    transform: none !important;
  }

  .fc_navbar-expand-xl .fc_offcanvas .fc_offcanvas-header {
    display: none;
  }

  .fc_navbar-expand-xl .fc_offcanvas .fc_offcanvas-body {
    flex-grow: 0;
    padding: 0;
    display: flex;
    overflow-y: visible;
  }
}

@media (min-width: 1560px) {
  .fc_navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .fc_navbar-expand-xxl .fc_navbar-nav {
    flex-direction: row;
  }

  .fc_navbar-expand-xxl .fc_navbar-nav .fc_dropdown-menu {
    position: absolute;
  }

  .fc_navbar-expand-xxl .fc_navbar-nav .fc_nav-link {
    padding-right: var(--ss-navbar-nav-link-padding-x);
    padding-left: var(--ss-navbar-nav-link-padding-x);
  }

  .fc_navbar-expand-xxl .fc_navbar-nav-scroll {
    overflow: visible;
  }

  .fc_navbar-expand-xxl .fc_navbar-collapse {
    flex-basis: auto;
    display: flex !important;
  }

  .fc_navbar-expand-xxl .fc_navbar-toggler {
    display: none;
  }

  .fc_navbar-expand-xxl .fc_offcanvas {
    z-index: auto;
    box-shadow: none;
    flex-grow: 1;
    transition: none;
    position: static;
    visibility: visible !important;
    background-color: rgba(0, 0, 0, 0) !important;
    border: 0 !important;
    width: auto !important;
    height: auto !important;
    transform: none !important;
  }

  .fc_navbar-expand-xxl .fc_offcanvas .fc_offcanvas-header {
    display: none;
  }

  .fc_navbar-expand-xxl .fc_offcanvas .fc_offcanvas-body {
    flex-grow: 0;
    padding: 0;
    display: flex;
    overflow-y: visible;
  }
}

.fc_navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.fc_navbar-expand .fc_navbar-nav {
  flex-direction: row;
}

.fc_navbar-expand .fc_navbar-nav .fc_dropdown-menu {
  position: absolute;
}

.fc_navbar-expand .fc_navbar-nav .fc_nav-link {
  padding-right: var(--ss-navbar-nav-link-padding-x);
  padding-left: var(--ss-navbar-nav-link-padding-x);
}

.fc_navbar-expand .fc_navbar-nav-scroll {
  overflow: visible;
}

.fc_navbar-expand .fc_navbar-collapse {
  flex-basis: auto;
  display: flex !important;
}

.fc_navbar-expand .fc_navbar-toggler {
  display: none;
}

.fc_navbar-expand .fc_offcanvas {
  z-index: auto;
  box-shadow: none;
  flex-grow: 1;
  transition: none;
  position: static;
  visibility: visible !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border: 0 !important;
  width: auto !important;
  height: auto !important;
  transform: none !important;
}

.fc_navbar-expand .fc_offcanvas .fc_offcanvas-header {
  display: none;
}

.fc_navbar-expand .fc_offcanvas .fc_offcanvas-body {
  flex-grow: 0;
  padding: 0;
  display: flex;
  overflow-y: visible;
}

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

.fc_card {
  --ss-card-spacer-y: 1rem;
  --ss-card-spacer-x: 1rem;
  --ss-card-title-spacer-y: .5rem;
  --ss-card-border-width: 1px;
  --ss-card-border-color: rgba(0, 0, 0, .176);
  --ss-card-border-radius: .375rem;
  --ss-card-box-shadow: ;
  --ss-card-inner-border-radius: calc(.375rem - 1px);
  --ss-card-cap-padding-y: .5rem;
  --ss-card-cap-padding-x: 1rem;
  --ss-card-cap-bg: rgba(0, 0, 0, .03);
  --ss-card-cap-color: ;
  --ss-card-height: ;
  --ss-card-color: ;
  --ss-card-bg: #fff;
  --ss-card-img-overlay-padding: 1rem;
  --ss-card-group-margin: .75rem;
  height: var(--ss-card-height);
  word-wrap: break-word;
  background-color: var(--ss-card-bg);
  border: var(--ss-card-border-width) solid var(--ss-card-border-color);
  border-radius: var(--ss-card-border-radius);
  box-shadow: var(--ss-card-box-shadow);
  background-clip: border-box;
  flex-direction: column;
  min-width: 0;
  display: flex;
  position: relative;
}

.fc_card > hr {
  margin-left: 0;
  margin-right: 0;
}

.fc_card > .fc_list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.fc_card > .fc_list-group:first-child {
  border-top-left-radius: var(--ss-card-inner-border-radius);
  border-top-right-radius: var(--ss-card-inner-border-radius);
  border-top-width: 0;
}

.fc_card > .fc_list-group:last-child {
  border-bottom-right-radius: var(--ss-card-inner-border-radius);
  border-bottom-left-radius: var(--ss-card-inner-border-radius);
  border-bottom-width: 0;
}

.fc_card > .fc_card-header + .fc_list-group, .fc_card > .fc_list-group + .fc_card-footer {
  border-top: 0;
}

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

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

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

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

.fc_card-link:hover {
  text-decoration: none;
}

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

.fc_card-header {
  padding: var(--ss-card-cap-padding-y) var(--ss-card-cap-padding-x);
  color: var(--ss-card-cap-color);
  background-color: var(--ss-card-cap-bg);
  border-bottom: var(--ss-card-border-width) solid var(--ss-card-border-color);
  margin-bottom: 0;
}

.fc_card-header:first-child {
  border-radius: var(--ss-card-inner-border-radius) var(--ss-card-inner-border-radius) 0 0;
}

.fc_card-footer {
  padding: var(--ss-card-cap-padding-y) var(--ss-card-cap-padding-x);
  color: var(--ss-card-cap-color);
  background-color: var(--ss-card-cap-bg);
  border-top: var(--ss-card-border-width) solid var(--ss-card-border-color);
}

.fc_card-footer:last-child {
  border-radius: 0 0 var(--ss-card-inner-border-radius) var(--ss-card-inner-border-radius);
}

.fc_card-header-tabs {
  margin-right: calc(-.5 * var(--ss-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--ss-card-cap-padding-y));
  margin-left: calc(-.5 * var(--ss-card-cap-padding-x));
  border-bottom: 0;
}

.fc_card-header-tabs .fc_nav-link.active {
  background-color: var(--ss-card-bg);
  border-bottom-color: var(--ss-card-bg);
}

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

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

.fc_card-img-start {
  border-top-left-radius: var(--ss-card-inner-border-radius);
  border-bottom-left-radius: var(--ss-card-inner-border-radius);
}

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

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

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

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

.fc_card-group > .fc_card {
  margin-bottom: var(--ss-card-group-margin);
}

@media (min-width: 480px) {
  .fc_card-group {
    flex-flow: wrap;
    display: flex;
  }

  .fc_card-group > .fc_card {
    flex: 1 0;
    margin-bottom: 0;
  }

  .fc_card-group > .fc_card + .fc_card {
    border-left: 0;
    margin-left: 0;
  }

  .fc_card-group > .fc_card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .fc_card-group > .fc_card:not(:last-child) .fc_card-img-top, .fc_card-group > .fc_card:not(:last-child) .fc_card-header {
    border-top-right-radius: 0;
  }

  .fc_card-group > .fc_card:not(:last-child) .fc_card-img-bottom, .fc_card-group > .fc_card:not(:last-child) .fc_card-footer {
    border-bottom-right-radius: 0;
  }

  .fc_card-group > .fc_card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .fc_card-group > .fc_card:not(:first-child) .fc_card-img-top, .fc_card-group > .fc_card:not(:first-child) .fc_card-header {
    border-top-left-radius: 0;
  }

  .fc_card-group > .fc_card:not(:first-child) .fc_card-img-bottom, .fc_card-group > .fc_card:not(:first-child) .fc_card-footer {
    border-bottom-left-radius: 0;
  }
}

.fc_ratio {
  width: 100%;
  position: relative;
}

.fc_ratio:before {
  padding-top: var(--ss-aspect-ratio);
  content: "";
  display: block;
}

.fc_ratio > * {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

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

.fc_ratio-5x4 {
  --ss-aspect-ratio: 80%;
}

.fc_ratio-4x5 {
  --ss-aspect-ratio: 125%;
}

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

.fc_ratio-5x7 {
  --ss-aspect-ratio: 140%;
}

.fc_ratio-7x5 {
  --ss-aspect-ratio: 71.4286%;
}

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

.fc_ratio-21x9 {
  --ss-aspect-ratio: 42.8571%;
}

.fc_ratio-hero {
  --ss-aspect-ratio: 28.5714%;
}

@media (min-width: 480px) {
  .fc_ratio-sm-1x1 {
    --ss-aspect-ratio: 100%;
  }

  .fc_ratio-sm-5x4 {
    --ss-aspect-ratio: 80%;
  }

  .fc_ratio-sm-4x5 {
    --ss-aspect-ratio: 125%;
  }

  .fc_ratio-sm-4x3 {
    --ss-aspect-ratio: 75%;
  }

  .fc_ratio-sm-5x7 {
    --ss-aspect-ratio: 140%;
  }

  .fc_ratio-sm-7x5 {
    --ss-aspect-ratio: 71.4286%;
  }

  .fc_ratio-sm-16x9 {
    --ss-aspect-ratio: 56.25%;
  }

  .fc_ratio-sm-21x9 {
    --ss-aspect-ratio: 42.8571%;
  }

  .fc_ratio-sm-hero {
    --ss-aspect-ratio: 28.5714%;
  }
}

@media (min-width: 761px) {
  .fc_ratio-md-1x1 {
    --ss-aspect-ratio: 100%;
  }

  .fc_ratio-md-5x4 {
    --ss-aspect-ratio: 80%;
  }

  .fc_ratio-md-4x5 {
    --ss-aspect-ratio: 125%;
  }

  .fc_ratio-md-4x3 {
    --ss-aspect-ratio: 75%;
  }

  .fc_ratio-md-5x7 {
    --ss-aspect-ratio: 140%;
  }

  .fc_ratio-md-7x5 {
    --ss-aspect-ratio: 71.4286%;
  }

  .fc_ratio-md-16x9 {
    --ss-aspect-ratio: 56.25%;
  }

  .fc_ratio-md-21x9 {
    --ss-aspect-ratio: 42.8571%;
  }

  .fc_ratio-md-hero {
    --ss-aspect-ratio: 28.5714%;
  }
}

@media (min-width: 1000px) {
  .fc_ratio-lg-1x1 {
    --ss-aspect-ratio: 100%;
  }

  .fc_ratio-lg-5x4 {
    --ss-aspect-ratio: 80%;
  }

  .fc_ratio-lg-4x5 {
    --ss-aspect-ratio: 125%;
  }

  .fc_ratio-lg-4x3 {
    --ss-aspect-ratio: 75%;
  }

  .fc_ratio-lg-5x7 {
    --ss-aspect-ratio: 140%;
  }

  .fc_ratio-lg-7x5 {
    --ss-aspect-ratio: 71.4286%;
  }

  .fc_ratio-lg-16x9 {
    --ss-aspect-ratio: 56.25%;
  }

  .fc_ratio-lg-21x9 {
    --ss-aspect-ratio: 42.8571%;
  }

  .fc_ratio-lg-hero {
    --ss-aspect-ratio: 28.5714%;
  }
}

@media (min-width: 1280px) {
  .fc_ratio-xl-1x1 {
    --ss-aspect-ratio: 100%;
  }

  .fc_ratio-xl-5x4 {
    --ss-aspect-ratio: 80%;
  }

  .fc_ratio-xl-4x5 {
    --ss-aspect-ratio: 125%;
  }

  .fc_ratio-xl-4x3 {
    --ss-aspect-ratio: 75%;
  }

  .fc_ratio-xl-5x7 {
    --ss-aspect-ratio: 140%;
  }

  .fc_ratio-xl-7x5 {
    --ss-aspect-ratio: 71.4286%;
  }

  .fc_ratio-xl-16x9 {
    --ss-aspect-ratio: 56.25%;
  }

  .fc_ratio-xl-21x9 {
    --ss-aspect-ratio: 42.8571%;
  }

  .fc_ratio-xl-hero {
    --ss-aspect-ratio: 28.5714%;
  }
}

@media (min-width: 1560px) {
  .fc_ratio-xxl-1x1 {
    --ss-aspect-ratio: 100%;
  }

  .fc_ratio-xxl-5x4 {
    --ss-aspect-ratio: 80%;
  }

  .fc_ratio-xxl-4x5 {
    --ss-aspect-ratio: 125%;
  }

  .fc_ratio-xxl-4x3 {
    --ss-aspect-ratio: 75%;
  }

  .fc_ratio-xxl-5x7 {
    --ss-aspect-ratio: 140%;
  }

  .fc_ratio-xxl-7x5 {
    --ss-aspect-ratio: 71.4286%;
  }

  .fc_ratio-xxl-16x9 {
    --ss-aspect-ratio: 56.25%;
  }

  .fc_ratio-xxl-21x9 {
    --ss-aspect-ratio: 42.8571%;
  }

  .fc_ratio-xxl-hero {
    --ss-aspect-ratio: 28.5714%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

.fc_opacity-50 {
  opacity: .5 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fc_shadow {
  box-shadow: 0 1px 3px rgba(27, 27, 27, .1), 0 1px 2px rgba(27, 27, 27, .06) !important;
}

.fc_shadow-xs {
  box-shadow: 0 1px 2px rgba(27, 27, 27, .05) !important;
}

.fc_shadow-sm {
  box-shadow: 0 1px 3px rgba(27, 27, 27, .1), 0 1px 2px rgba(27, 27, 27, .06) !important;
}

.fc_shadow-md {
  box-shadow: 0 4px 8px -2px rgba(27, 27, 27, .1), 0 2px 4px -2px rgba(27, 27, 27, .06) !important;
}

.fc_shadow-lg {
  box-shadow: 0 12px 16px -4px rgba(27, 27, 27, .08), 0 4px 6px -2px rgba(27, 27, 27, .03) !important;
}

.fc_shadow-xl {
  box-shadow: 0 20px 24px -4px rgba(27, 27, 27, .08), 0 8px 8px -4px rgba(27, 27, 27, .03) !important;
}

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

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

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

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

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

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

.fc_z-index-first {
  z-index: -1 !important;
}

.fc_z-index-0 {
  z-index: 0 !important;
}

.fc_z-index-1 {
  z-index: 1 !important;
}

.fc_z-index-2 {
  z-index: 2 !important;
}

.fc_z-index-3 {
  z-index: 3 !important;
}

.fc_z-index-4 {
  z-index: 4 !important;
}

.fc_z-index-5 {
  z-index: 5 !important;
}

.fc_z-index-last {
  z-index: 6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.fc_inset-0 {
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
}

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

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

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

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

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

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

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

.fc_border-end {
  border-right: 1px solid #aeaead !important;
}

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

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

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

.fc_border-start {
  border-left: 1px solid #aeaead !important;
}

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

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

.fc_border-black {
  --ss-border-opacity: 1;
  border-color: rgba(var(--ss-black-rgb), var(--ss-border-opacity)) !important;
}

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

.fc_border-1 {
  --ss-border-width: 1px;
}

.fc_border-2 {
  --ss-border-width: 2px;
}

.fc_border-3 {
  --ss-border-width: 3px;
}

.fc_border-4 {
  --ss-border-width: 4px;
}

.fc_border-5 {
  --ss-border-width: 5px;
}

.fc_border-opacity-10 {
  --ss-border-opacity: .1;
}

.fc_border-opacity-25 {
  --ss-border-opacity: .25;
}

.fc_border-opacity-50 {
  --ss-border-opacity: .5;
}

.fc_border-opacity-75 {
  --ss-border-opacity: .75;
}

.fc_border-opacity-100 {
  --ss-border-opacity: 1;
}

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

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

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

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

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

.fc_mw-25 {
  max-width: 25% !important;
}

.fc_mw-50 {
  max-width: 50% !important;
}

.fc_mw-75 {
  max-width: 75% !important;
}

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

.fc_mw-auto {
  max-width: auto !important;
}

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

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

.fc_h-0 {
  height: 0 !important;
}

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

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

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

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

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

.fc_mh-25 {
  max-height: 25% !important;
}

.fc_mh-50 {
  max-height: 50% !important;
}

.fc_mh-75 {
  max-height: 75% !important;
}

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

.fc_mh-auto {
  max-height: auto !important;
}

.fc_vh-25 {
  height: 25vh !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fc_justify-self-start {
  justify-self: flex-start !important;
}

.fc_justify-self-end {
  justify-self: flex-end !important;
}

.fc_justify-self-center {
  justify-self: center !important;
}

.fc_justify-self-stretch {
  justify-self: stretch !important;
}

.fc_justify-items-start {
  justify-items: flex-start !important;
}

.fc_justify-items-end {
  justify-items: flex-end !important;
}

.fc_justify-items-center {
  justify-items: center !important;
}

.fc_justify-items-stretch {
  justify-items: stretch !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fc_m-1 {
  margin: .25rem !important;
}

.fc_m-2 {
  margin: .5rem !important;
}

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

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

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

.fc_m-6 {
  margin: 3.5rem !important;
}

.fc_m-7 {
  margin: 4rem !important;
}

.fc_m-12 {
  margin: 12rem !important;
}

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

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

.fc_mx-1 {
  margin-left: .25rem !important;
  margin-right: .25rem !important;
}

.fc_mx-2 {
  margin-left: .5rem !important;
  margin-right: .5rem !important;
}

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

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

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

.fc_mx-6 {
  margin-left: 3.5rem !important;
  margin-right: 3.5rem !important;
}

.fc_mx-7 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.fc_mx-12 {
  margin-left: 12rem !important;
  margin-right: 12rem !important;
}

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

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

.fc_my-1 {
  margin-top: .25rem !important;
  margin-bottom: .25rem !important;
}

.fc_my-2 {
  margin-top: .5rem !important;
  margin-bottom: .5rem !important;
}

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

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

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

.fc_my-6 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.fc_my-7 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.fc_my-12 {
  margin-top: 12rem !important;
  margin-bottom: 12rem !important;
}

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

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

.fc_mt-1 {
  margin-top: .25rem !important;
}

.fc_mt-2 {
  margin-top: .5rem !important;
}

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

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

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

.fc_mt-6 {
  margin-top: 3.5rem !important;
}

.fc_mt-7 {
  margin-top: 4rem !important;
}

.fc_mt-12 {
  margin-top: 12rem !important;
}

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

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

.fc_me-1 {
  margin-right: .25rem !important;
}

.fc_me-2 {
  margin-right: .5rem !important;
}

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

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

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

.fc_me-6 {
  margin-right: 3.5rem !important;
}

.fc_me-7 {
  margin-right: 4rem !important;
}

.fc_me-12 {
  margin-right: 12rem !important;
}

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

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

.fc_mb-1 {
  margin-bottom: .25rem !important;
}

.fc_mb-2 {
  margin-bottom: .5rem !important;
}

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

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

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

.fc_mb-6 {
  margin-bottom: 3.5rem !important;
}

.fc_mb-7 {
  margin-bottom: 4rem !important;
}

.fc_mb-12 {
  margin-bottom: 12rem !important;
}

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

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

.fc_ms-1 {
  margin-left: .25rem !important;
}

.fc_ms-2 {
  margin-left: .5rem !important;
}

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

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

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

.fc_ms-6 {
  margin-left: 3.5rem !important;
}

.fc_ms-7 {
  margin-left: 4rem !important;
}

.fc_ms-12 {
  margin-left: 12rem !important;
}

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

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

.fc_p-1 {
  padding: .25rem !important;
}

.fc_p-2 {
  padding: .5rem !important;
}

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

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

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

.fc_p-6 {
  padding: 3.5rem !important;
}

.fc_p-7 {
  padding: 4rem !important;
}

.fc_p-12 {
  padding: 12rem !important;
}

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

.fc_px-1 {
  padding-left: .25rem !important;
  padding-right: .25rem !important;
}

.fc_px-2 {
  padding-left: .5rem !important;
  padding-right: .5rem !important;
}

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

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

.fc_px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.fc_px-6 {
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
}

.fc_px-7 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.fc_px-12 {
  padding-left: 12rem !important;
  padding-right: 12rem !important;
}

.fc_py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.fc_py-1 {
  padding-top: .25rem !important;
  padding-bottom: .25rem !important;
}

.fc_py-2 {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
}

.fc_py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.fc_py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.fc_py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.fc_py-6 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.fc_py-7 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.fc_py-12 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

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

.fc_pt-1 {
  padding-top: .25rem !important;
}

.fc_pt-2 {
  padding-top: .5rem !important;
}

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

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

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

.fc_pt-6 {
  padding-top: 3.5rem !important;
}

.fc_pt-7 {
  padding-top: 4rem !important;
}

.fc_pt-12 {
  padding-top: 12rem !important;
}

.fc_pe-0 {
  padding-right: 0 !important;
}

.fc_pe-1 {
  padding-right: .25rem !important;
}

.fc_pe-2 {
  padding-right: .5rem !important;
}

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

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

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

.fc_pe-6 {
  padding-right: 3.5rem !important;
}

.fc_pe-7 {
  padding-right: 4rem !important;
}

.fc_pe-12 {
  padding-right: 12rem !important;
}

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

.fc_pb-1 {
  padding-bottom: .25rem !important;
}

.fc_pb-2 {
  padding-bottom: .5rem !important;
}

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

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

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

.fc_pb-6 {
  padding-bottom: 3.5rem !important;
}

.fc_pb-7 {
  padding-bottom: 4rem !important;
}

.fc_pb-12 {
  padding-bottom: 12rem !important;
}

.fc_ps-0 {
  padding-left: 0 !important;
}

.fc_ps-1 {
  padding-left: .25rem !important;
}

.fc_ps-2 {
  padding-left: .5rem !important;
}

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

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

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

.fc_ps-6 {
  padding-left: 3.5rem !important;
}

.fc_ps-7 {
  padding-left: 4rem !important;
}

.fc_ps-12 {
  padding-left: 12rem !important;
}

.fc_gap-0 {
  gap: 0 !important;
}

.fc_gap-1 {
  gap: .25rem !important;
}

.fc_gap-2 {
  gap: .5rem !important;
}

.fc_gap-3 {
  gap: 1rem !important;
}

.fc_gap-4 {
  gap: 1.5rem !important;
}

.fc_gap-5 {
  gap: 3rem !important;
}

.fc_gap-6 {
  gap: 3.5rem !important;
}

.fc_gap-7 {
  gap: 4rem !important;
}

.fc_gap-12 {
  gap: 12rem !important;
}

.fc_gap-8 {
  gap: 5rem !important;
}

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

.fc_fs-1 {
  font-size: calc(1.425rem + 2.1vw) !important;
}

.fc_fs-2 {
  font-size: calc(1.35rem + 1.2vw) !important;
}

.fc_fs-3 {
  font-size: calc(1.31875rem + .825vw) !important;
}

.fc_fs-4 {
  font-size: calc(1.275rem + .3vw) !important;
}

.fc_fs-5 {
  font-size: 1.25rem !important;
}

.fc_fs-6 {
  font-size: 1rem !important;
}

.fc_fs-sm {
  font-size: .8125rem !important;
}

.fc_fs-lg {
  font-size: 1.125rem !important;
}

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

.fc_fst-normal {
  font-style: normal !important;
}

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

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

.fc_fw-medium {
  font-weight: 500 !important;
}

.fc_fw-semibold {
  font-weight: 600 !important;
}

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

.fc_lh {
  line-height: 1.5 !important;
}

.fc_lh-1 {
  line-height: 1 !important;
}

.fc_lh-1_1 {
  line-height: 1.1 !important;
}

.fc_lh-1_8 {
  line-height: 1.8 !important;
}

.fc_lh-sm {
  line-height: 1.2 !important;
}

.fc_lh-lg {
  line-height: 2 !important;
}

.fc_ls-one {
  letter-spacing: 1px !important;
}

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

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

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

.fc_text-decoration-none {
  text-decoration: none !important;
}

.fc_text-decoration-underline {
  text-decoration: underline !important;
}

.fc_text-decoration-line-through {
  text-decoration: line-through !important;
}

.fc_text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

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

.fc_text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

.fc_text-gray {
  --ss-text-opacity: 1;
  color: rgba(var(--ss-gray-rgb), var(--ss-text-opacity)) !important;
}

.fc_text-black {
  --ss-text-opacity: 1;
  color: rgba(var(--ss-black-rgb), var(--ss-text-opacity)) !important;
}

.fc_text-white {
  --ss-text-opacity: 1;
  color: rgba(var(--ss-white-rgb), var(--ss-text-opacity)) !important;
}

.fc_text-body {
  --ss-text-opacity: 1;
  color: rgba(var(--ss-body-color-rgb), var(--ss-text-opacity)) !important;
}

.fc_text-muted {
  --ss-text-opacity: 1;
  color: rgba(118, 118, 116, .75) !important;
}

.fc_text-heading {
  --ss-text-opacity: 1;
  color: #555553 !important;
}

.fc_text-reset {
  --ss-text-opacity: 1;
  color: inherit !important;
}

.fc_text-opacity-25 {
  --ss-text-opacity: .25;
}

.fc_text-opacity-50 {
  --ss-text-opacity: .5;
}

.fc_text-opacity-75 {
  --ss-text-opacity: .75;
}

.fc_text-opacity-100 {
  --ss-text-opacity: 1;
}

.fc_bg-gray {
  --ss-bg-opacity: 1;
  background-color: rgba(var(--ss-gray-rgb), var(--ss-bg-opacity)) !important;
}

.fc_bg-black {
  --ss-bg-opacity: 1;
  background-color: rgba(var(--ss-black-rgb), var(--ss-bg-opacity)) !important;
}

.fc_bg-white {
  --ss-bg-opacity: 1;
  background-color: rgba(var(--ss-white-rgb), var(--ss-bg-opacity)) !important;
}

.fc_bg-body {
  --ss-bg-opacity: 1;
  background-color: rgba(var(--ss-body-bg-rgb), var(--ss-bg-opacity)) !important;
}

.fc_bg-gray-50 {
  --ss-bg-opacity: 1;
  background-color: rgba(var(--ss-gray-50-rgb), var(--ss-bg-opacity)) !important;
}

.fc_bg-transparent {
  --ss-bg-opacity: 1;
  background-color: rgba(0, 0, 0, 0) !important;
}

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

.fc_bg-opacity-10 {
  opacity: .1 !important;
}

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

.fc_bg-opacity-50 {
  opacity: .5 !important;
}

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

.fc_bg-opacity-90 {
  opacity: .9 !important;
}

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

.fc_bg-gradient {
  background-image: linear-gradient(rgba(255, 255, 255, .15), rgba(255, 255, 255, 0)) !important;
}

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

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

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

.fc_pe-none {
  pointer-events: none !important;
}

.fc_pe-auto {
  pointer-events: auto !important;
}

.fc_rounded {
  border-radius: .375rem !important;
}

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

.fc_rounded-1 {
  border-radius: .25rem !important;
}

.fc_rounded-2 {
  border-radius: .375rem !important;
}

.fc_rounded-3 {
  border-radius: .5rem !important;
}

.fc_rounded-4 {
  border-radius: 1rem !important;
}

.fc_rounded-5 {
  border-radius: 1.25rem !important;
}

.fc_rounded-6 {
  border-radius: 2rem !important;
}

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

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

.fc_rounded-top {
  border-top-left-radius: .375rem !important;
  border-top-right-radius: .375rem !important;
}

.fc_rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.fc_rounded-top-1 {
  border-top-left-radius: .25rem !important;
  border-top-right-radius: .25rem !important;
}

.fc_rounded-top-2 {
  border-top-left-radius: .375rem !important;
  border-top-right-radius: .375rem !important;
}

.fc_rounded-top-3 {
  border-top-left-radius: .5rem !important;
  border-top-right-radius: .5rem !important;
}

.fc_rounded-top-4 {
  border-top-left-radius: 1rem !important;
  border-top-right-radius: 1rem !important;
}

.fc_rounded-top-5 {
  border-top-left-radius: 1.25rem !important;
  border-top-right-radius: 1.25rem !important;
}

.fc_rounded-end {
  border-top-right-radius: .375rem !important;
  border-bottom-right-radius: .375rem !important;
}

.fc_rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.fc_rounded-end-1 {
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: .25rem !important;
}

.fc_rounded-end-2 {
  border-top-right-radius: .375rem !important;
  border-bottom-right-radius: .375rem !important;
}

.fc_rounded-end-3 {
  border-top-right-radius: .5rem !important;
  border-bottom-right-radius: .5rem !important;
}

.fc_rounded-end-4 {
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
}

.fc_rounded-end-5 {
  border-top-right-radius: 1.25rem !important;
  border-bottom-right-radius: 1.25rem !important;
}

.fc_rounded-bottom {
  border-bottom-right-radius: .375rem !important;
  border-bottom-left-radius: .375rem !important;
}

.fc_rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.fc_rounded-bottom-1 {
  border-bottom-right-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important;
}

.fc_rounded-bottom-2 {
  border-bottom-right-radius: .375rem !important;
  border-bottom-left-radius: .375rem !important;
}

.fc_rounded-bottom-3 {
  border-bottom-right-radius: .5rem !important;
  border-bottom-left-radius: .5rem !important;
}

.fc_rounded-bottom-4 {
  border-bottom-right-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}

.fc_rounded-bottom-5 {
  border-bottom-right-radius: 1.25rem !important;
  border-bottom-left-radius: 1.25rem !important;
}

.fc_rounded-start {
  border-top-left-radius: .375rem !important;
  border-bottom-left-radius: .375rem !important;
}

.fc_rounded-start-0 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.fc_rounded-start-1 {
  border-top-left-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important;
}

.fc_rounded-start-2 {
  border-top-left-radius: .375rem !important;
  border-bottom-left-radius: .375rem !important;
}

.fc_rounded-start-3 {
  border-top-left-radius: .5rem !important;
  border-bottom-left-radius: .5rem !important;
}

.fc_rounded-start-4 {
  border-top-left-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}

.fc_rounded-start-5 {
  border-top-left-radius: 1.25rem !important;
  border-bottom-left-radius: 1.25rem !important;
}

.fc_visibility-visible {
  visibility: visible !important;
}

.fc_visibility-invisible {
  visibility: hidden !important;
}

@media (min-width: 480px) {
  .fc_float-sm-start {
    float: left !important;
  }

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

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

  .fc_d-sm-inline {
    display: inline !important;
  }

  .fc_d-sm-inline-block {
    display: inline-block !important;
  }

  .fc_d-sm-block {
    display: block !important;
  }

  .fc_d-sm-grid {
    display: grid !important;
  }

  .fc_d-sm-table {
    display: table !important;
  }

  .fc_d-sm-table-row {
    display: table-row !important;
  }

  .fc_d-sm-table-cell {
    display: table-cell !important;
  }

  .fc_d-sm-flex {
    display: flex !important;
  }

  .fc_d-sm-inline-flex {
    display: inline-flex !important;
  }

  .fc_d-sm-none {
    display: none !important;
  }

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

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

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

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

  .fc_position-sm-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .fc_z-index-sm-first {
    z-index: -1 !important;
  }

  .fc_z-index-sm-0 {
    z-index: 0 !important;
  }

  .fc_z-index-sm-1 {
    z-index: 1 !important;
  }

  .fc_z-index-sm-2 {
    z-index: 2 !important;
  }

  .fc_z-index-sm-3 {
    z-index: 3 !important;
  }

  .fc_z-index-sm-4 {
    z-index: 4 !important;
  }

  .fc_z-index-sm-5 {
    z-index: 5 !important;
  }

  .fc_z-index-sm-last {
    z-index: 6 !important;
  }

  .fc_mw-sm-25 {
    max-width: 25% !important;
  }

  .fc_mw-sm-50 {
    max-width: 50% !important;
  }

  .fc_mw-sm-75 {
    max-width: 75% !important;
  }

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

  .fc_mw-sm-auto {
    max-width: auto !important;
  }

  .fc_flex-sm-fill {
    flex: auto !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .fc_justify-self-sm-start {
    justify-self: flex-start !important;
  }

  .fc_justify-self-sm-end {
    justify-self: flex-end !important;
  }

  .fc_justify-self-sm-center {
    justify-self: center !important;
  }

  .fc_justify-self-sm-stretch {
    justify-self: stretch !important;
  }

  .fc_justify-items-sm-start {
    justify-items: flex-start !important;
  }

  .fc_justify-items-sm-end {
    justify-items: flex-end !important;
  }

  .fc_justify-items-sm-center {
    justify-items: center !important;
  }

  .fc_justify-items-sm-stretch {
    justify-items: stretch !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .fc_m-sm-0 {
    margin: 0 !important;
  }

  .fc_m-sm-1 {
    margin: .25rem !important;
  }

  .fc_m-sm-2 {
    margin: .5rem !important;
  }

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

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

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

  .fc_m-sm-6 {
    margin: 3.5rem !important;
  }

  .fc_m-sm-7 {
    margin: 4rem !important;
  }

  .fc_m-sm-12 {
    margin: 12rem !important;
  }

  .fc_m-sm-auto {
    margin: auto !important;
  }

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

  .fc_mx-sm-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .fc_mx-sm-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

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

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

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

  .fc_mx-sm-6 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .fc_mx-sm-7 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .fc_mx-sm-12 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

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

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

  .fc_my-sm-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .fc_my-sm-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

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

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

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

  .fc_my-sm-6 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .fc_my-sm-7 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .fc_my-sm-12 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

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

  .fc_mt-sm-0 {
    margin-top: 0 !important;
  }

  .fc_mt-sm-1 {
    margin-top: .25rem !important;
  }

  .fc_mt-sm-2 {
    margin-top: .5rem !important;
  }

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

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

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

  .fc_mt-sm-6 {
    margin-top: 3.5rem !important;
  }

  .fc_mt-sm-7 {
    margin-top: 4rem !important;
  }

  .fc_mt-sm-12 {
    margin-top: 12rem !important;
  }

  .fc_mt-sm-auto {
    margin-top: auto !important;
  }

  .fc_me-sm-0 {
    margin-right: 0 !important;
  }

  .fc_me-sm-1 {
    margin-right: .25rem !important;
  }

  .fc_me-sm-2 {
    margin-right: .5rem !important;
  }

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

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

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

  .fc_me-sm-6 {
    margin-right: 3.5rem !important;
  }

  .fc_me-sm-7 {
    margin-right: 4rem !important;
  }

  .fc_me-sm-12 {
    margin-right: 12rem !important;
  }

  .fc_me-sm-auto {
    margin-right: auto !important;
  }

  .fc_mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .fc_mb-sm-1 {
    margin-bottom: .25rem !important;
  }

  .fc_mb-sm-2 {
    margin-bottom: .5rem !important;
  }

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

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

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

  .fc_mb-sm-6 {
    margin-bottom: 3.5rem !important;
  }

  .fc_mb-sm-7 {
    margin-bottom: 4rem !important;
  }

  .fc_mb-sm-12 {
    margin-bottom: 12rem !important;
  }

  .fc_mb-sm-auto {
    margin-bottom: auto !important;
  }

  .fc_ms-sm-0 {
    margin-left: 0 !important;
  }

  .fc_ms-sm-1 {
    margin-left: .25rem !important;
  }

  .fc_ms-sm-2 {
    margin-left: .5rem !important;
  }

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

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

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

  .fc_ms-sm-6 {
    margin-left: 3.5rem !important;
  }

  .fc_ms-sm-7 {
    margin-left: 4rem !important;
  }

  .fc_ms-sm-12 {
    margin-left: 12rem !important;
  }

  .fc_ms-sm-auto {
    margin-left: auto !important;
  }

  .fc_p-sm-0 {
    padding: 0 !important;
  }

  .fc_p-sm-1 {
    padding: .25rem !important;
  }

  .fc_p-sm-2 {
    padding: .5rem !important;
  }

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

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

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

  .fc_p-sm-6 {
    padding: 3.5rem !important;
  }

  .fc_p-sm-7 {
    padding: 4rem !important;
  }

  .fc_p-sm-12 {
    padding: 12rem !important;
  }

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

  .fc_px-sm-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .fc_px-sm-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

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

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

  .fc_px-sm-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .fc_px-sm-6 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .fc_px-sm-7 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .fc_px-sm-12 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .fc_py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .fc_py-sm-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .fc_py-sm-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

  .fc_py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .fc_py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .fc_py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .fc_py-sm-6 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .fc_py-sm-7 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .fc_py-sm-12 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .fc_pt-sm-0 {
    padding-top: 0 !important;
  }

  .fc_pt-sm-1 {
    padding-top: .25rem !important;
  }

  .fc_pt-sm-2 {
    padding-top: .5rem !important;
  }

  .fc_pt-sm-3 {
    padding-top: 1rem !important;
  }

  .fc_pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .fc_pt-sm-5 {
    padding-top: 3rem !important;
  }

  .fc_pt-sm-6 {
    padding-top: 3.5rem !important;
  }

  .fc_pt-sm-7 {
    padding-top: 4rem !important;
  }

  .fc_pt-sm-12 {
    padding-top: 12rem !important;
  }

  .fc_pe-sm-0 {
    padding-right: 0 !important;
  }

  .fc_pe-sm-1 {
    padding-right: .25rem !important;
  }

  .fc_pe-sm-2 {
    padding-right: .5rem !important;
  }

  .fc_pe-sm-3 {
    padding-right: 1rem !important;
  }

  .fc_pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .fc_pe-sm-5 {
    padding-right: 3rem !important;
  }

  .fc_pe-sm-6 {
    padding-right: 3.5rem !important;
  }

  .fc_pe-sm-7 {
    padding-right: 4rem !important;
  }

  .fc_pe-sm-12 {
    padding-right: 12rem !important;
  }

  .fc_pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .fc_pb-sm-1 {
    padding-bottom: .25rem !important;
  }

  .fc_pb-sm-2 {
    padding-bottom: .5rem !important;
  }

  .fc_pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .fc_pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .fc_pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .fc_pb-sm-6 {
    padding-bottom: 3.5rem !important;
  }

  .fc_pb-sm-7 {
    padding-bottom: 4rem !important;
  }

  .fc_pb-sm-12 {
    padding-bottom: 12rem !important;
  }

  .fc_ps-sm-0 {
    padding-left: 0 !important;
  }

  .fc_ps-sm-1 {
    padding-left: .25rem !important;
  }

  .fc_ps-sm-2 {
    padding-left: .5rem !important;
  }

  .fc_ps-sm-3 {
    padding-left: 1rem !important;
  }

  .fc_ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .fc_ps-sm-5 {
    padding-left: 3rem !important;
  }

  .fc_ps-sm-6 {
    padding-left: 3.5rem !important;
  }

  .fc_ps-sm-7 {
    padding-left: 4rem !important;
  }

  .fc_ps-sm-12 {
    padding-left: 12rem !important;
  }

  .fc_gap-sm-0 {
    gap: 0 !important;
  }

  .fc_gap-sm-1 {
    gap: .25rem !important;
  }

  .fc_gap-sm-2 {
    gap: .5rem !important;
  }

  .fc_gap-sm-3 {
    gap: 1rem !important;
  }

  .fc_gap-sm-4 {
    gap: 1.5rem !important;
  }

  .fc_gap-sm-5 {
    gap: 3rem !important;
  }

  .fc_gap-sm-6 {
    gap: 3.5rem !important;
  }

  .fc_gap-sm-7 {
    gap: 4rem !important;
  }

  .fc_gap-sm-12 {
    gap: 12rem !important;
  }

  .fc_gap-sm-8 {
    gap: 5rem !important;
  }

  .fc_text-sm-start {
    text-align: left !important;
  }

  .fc_text-sm-end {
    text-align: right !important;
  }

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

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

  .fc_text-sm-nowrap {
    white-space: nowrap !important;
  }

  .fc_text-sm-gray {
    --ss-text-opacity: 1;
    color: rgba(var(--ss-gray-rgb), var(--ss-text-opacity)) !important;
  }

  .fc_text-sm-black {
    --ss-text-opacity: 1;
    color: rgba(var(--ss-black-rgb), var(--ss-text-opacity)) !important;
  }

  .fc_text-sm-white {
    --ss-text-opacity: 1;
    color: rgba(var(--ss-white-rgb), var(--ss-text-opacity)) !important;
  }

  .fc_text-sm-body {
    --ss-text-opacity: 1;
    color: rgba(var(--ss-body-color-rgb), var(--ss-text-opacity)) !important;
  }

  .fc_text-sm-muted {
    --ss-text-opacity: 1;
    color: rgba(118, 118, 116, .75) !important;
  }

  .fc_text-sm-heading {
    --ss-text-opacity: 1;
    color: #555553 !important;
  }

  .fc_text-sm-reset {
    --ss-text-opacity: 1;
    color: inherit !important;
  }

  .fc_bg-sm-gray {
    --ss-bg-opacity: 1;
    background-color: rgba(var(--ss-gray-rgb), var(--ss-bg-opacity)) !important;
  }

  .fc_bg-sm-black {
    --ss-bg-opacity: 1;
    background-color: rgba(var(--ss-black-rgb), var(--ss-bg-opacity)) !important;
  }

  .fc_bg-sm-white {
    --ss-bg-opacity: 1;
    background-color: rgba(var(--ss-white-rgb), var(--ss-bg-opacity)) !important;
  }

  .fc_bg-sm-body {
    --ss-bg-opacity: 1;
    background-color: rgba(var(--ss-body-bg-rgb), var(--ss-bg-opacity)) !important;
  }

  .fc_bg-sm-gray-50 {
    --ss-bg-opacity: 1;
    background-color: rgba(var(--ss-gray-50-rgb), var(--ss-bg-opacity)) !important;
  }

  .fc_bg-sm-transparent {
    --ss-bg-opacity: 1;
    background-color: rgba(0, 0, 0, 0) !important;
  }

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

  .fc_bg-opacity-sm-10 {
    opacity: .1 !important;
  }

  .fc_bg-opacity-sm-25 {
    opacity: .25 !important;
  }

  .fc_bg-opacity-sm-50 {
    opacity: .5 !important;
  }

  .fc_bg-opacity-sm-75 {
    opacity: .75 !important;
  }

  .fc_bg-opacity-sm-90 {
    opacity: .9 !important;
  }

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

  .fc_rounded-sm {
    border-radius: .375rem !important;
  }

  .fc_rounded-sm-0 {
    border-radius: 0 !important;
  }

  .fc_rounded-sm-1 {
    border-radius: .25rem !important;
  }

  .fc_rounded-sm-2 {
    border-radius: .375rem !important;
  }

  .fc_rounded-sm-3 {
    border-radius: .5rem !important;
  }

  .fc_rounded-sm-4 {
    border-radius: 1rem !important;
  }

  .fc_rounded-sm-5 {
    border-radius: 1.25rem !important;
  }

  .fc_rounded-sm-6 {
    border-radius: 2rem !important;
  }

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

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

  .fc_rounded-top-sm {
    border-top-left-radius: .375rem !important;
    border-top-right-radius: .375rem !important;
  }

  .fc_rounded-top-sm-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .fc_rounded-top-sm-1 {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important;
  }

  .fc_rounded-top-sm-2 {
    border-top-left-radius: .375rem !important;
    border-top-right-radius: .375rem !important;
  }

  .fc_rounded-top-sm-3 {
    border-top-left-radius: .5rem !important;
    border-top-right-radius: .5rem !important;
  }

  .fc_rounded-top-sm-4 {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .fc_rounded-top-sm-5 {
    border-top-left-radius: 1.25rem !important;
    border-top-right-radius: 1.25rem !important;
  }

  .fc_rounded-end-sm {
    border-top-right-radius: .375rem !important;
    border-bottom-right-radius: .375rem !important;
  }

  .fc_rounded-end-sm-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .fc_rounded-end-sm-1 {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
  }

  .fc_rounded-end-sm-2 {
    border-top-right-radius: .375rem !important;
    border-bottom-right-radius: .375rem !important;
  }

  .fc_rounded-end-sm-3 {
    border-top-right-radius: .5rem !important;
    border-bottom-right-radius: .5rem !important;
  }

  .fc_rounded-end-sm-4 {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .fc_rounded-end-sm-5 {
    border-top-right-radius: 1.25rem !important;
    border-bottom-right-radius: 1.25rem !important;
  }

  .fc_rounded-bottom-sm {
    border-bottom-right-radius: .375rem !important;
    border-bottom-left-radius: .375rem !important;
  }

  .fc_rounded-bottom-sm-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .fc_rounded-bottom-sm-1 {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
  }

  .fc_rounded-bottom-sm-2 {
    border-bottom-right-radius: .375rem !important;
    border-bottom-left-radius: .375rem !important;
  }

  .fc_rounded-bottom-sm-3 {
    border-bottom-right-radius: .5rem !important;
    border-bottom-left-radius: .5rem !important;
  }

  .fc_rounded-bottom-sm-4 {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .fc_rounded-bottom-sm-5 {
    border-bottom-right-radius: 1.25rem !important;
    border-bottom-left-radius: 1.25rem !important;
  }

  .fc_rounded-start-sm {
    border-top-left-radius: .375rem !important;
    border-bottom-left-radius: .375rem !important;
  }

  .fc_rounded-start-sm-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .fc_rounded-start-sm-1 {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
  }

  .fc_rounded-start-sm-2 {
    border-top-left-radius: .375rem !important;
    border-bottom-left-radius: .375rem !important;
  }

  .fc_rounded-start-sm-3 {
    border-top-left-radius: .5rem !important;
    border-bottom-left-radius: .5rem !important;
  }

  .fc_rounded-start-sm-4 {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .fc_rounded-start-sm-5 {
    border-top-left-radius: 1.25rem !important;
    border-bottom-left-radius: 1.25rem !important;
  }
}

@media (min-width: 761px) {
  .fc_float-md-start {
    float: left !important;
  }

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

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

  .fc_d-md-inline {
    display: inline !important;
  }

  .fc_d-md-inline-block {
    display: inline-block !important;
  }

  .fc_d-md-block {
    display: block !important;
  }

  .fc_d-md-grid {
    display: grid !important;
  }

  .fc_d-md-table {
    display: table !important;
  }

  .fc_d-md-table-row {
    display: table-row !important;
  }

  .fc_d-md-table-cell {
    display: table-cell !important;
  }

  .fc_d-md-flex {
    display: flex !important;
  }

  .fc_d-md-inline-flex {
    display: inline-flex !important;
  }

  .fc_d-md-none {
    display: none !important;
  }

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

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

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

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

  .fc_position-md-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .fc_z-index-md-first {
    z-index: -1 !important;
  }

  .fc_z-index-md-0 {
    z-index: 0 !important;
  }

  .fc_z-index-md-1 {
    z-index: 1 !important;
  }

  .fc_z-index-md-2 {
    z-index: 2 !important;
  }

  .fc_z-index-md-3 {
    z-index: 3 !important;
  }

  .fc_z-index-md-4 {
    z-index: 4 !important;
  }

  .fc_z-index-md-5 {
    z-index: 5 !important;
  }

  .fc_z-index-md-last {
    z-index: 6 !important;
  }

  .fc_mw-md-25 {
    max-width: 25% !important;
  }

  .fc_mw-md-50 {
    max-width: 50% !important;
  }

  .fc_mw-md-75 {
    max-width: 75% !important;
  }

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

  .fc_mw-md-auto {
    max-width: auto !important;
  }

  .fc_flex-md-fill {
    flex: auto !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .fc_justify-self-md-start {
    justify-self: flex-start !important;
  }

  .fc_justify-self-md-end {
    justify-self: flex-end !important;
  }

  .fc_justify-self-md-center {
    justify-self: center !important;
  }

  .fc_justify-self-md-stretch {
    justify-self: stretch !important;
  }

  .fc_justify-items-md-start {
    justify-items: flex-start !important;
  }

  .fc_justify-items-md-end {
    justify-items: flex-end !important;
  }

  .fc_justify-items-md-center {
    justify-items: center !important;
  }

  .fc_justify-items-md-stretch {
    justify-items: stretch !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .fc_m-md-0 {
    margin: 0 !important;
  }

  .fc_m-md-1 {
    margin: .25rem !important;
  }

  .fc_m-md-2 {
    margin: .5rem !important;
  }

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

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

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

  .fc_m-md-6 {
    margin: 3.5rem !important;
  }

  .fc_m-md-7 {
    margin: 4rem !important;
  }

  .fc_m-md-12 {
    margin: 12rem !important;
  }

  .fc_m-md-auto {
    margin: auto !important;
  }

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

  .fc_mx-md-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .fc_mx-md-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

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

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

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

  .fc_mx-md-6 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .fc_mx-md-7 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .fc_mx-md-12 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

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

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

  .fc_my-md-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .fc_my-md-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

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

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

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

  .fc_my-md-6 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .fc_my-md-7 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .fc_my-md-12 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

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

  .fc_mt-md-0 {
    margin-top: 0 !important;
  }

  .fc_mt-md-1 {
    margin-top: .25rem !important;
  }

  .fc_mt-md-2 {
    margin-top: .5rem !important;
  }

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

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

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

  .fc_mt-md-6 {
    margin-top: 3.5rem !important;
  }

  .fc_mt-md-7 {
    margin-top: 4rem !important;
  }

  .fc_mt-md-12 {
    margin-top: 12rem !important;
  }

  .fc_mt-md-auto {
    margin-top: auto !important;
  }

  .fc_me-md-0 {
    margin-right: 0 !important;
  }

  .fc_me-md-1 {
    margin-right: .25rem !important;
  }

  .fc_me-md-2 {
    margin-right: .5rem !important;
  }

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

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

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

  .fc_me-md-6 {
    margin-right: 3.5rem !important;
  }

  .fc_me-md-7 {
    margin-right: 4rem !important;
  }

  .fc_me-md-12 {
    margin-right: 12rem !important;
  }

  .fc_me-md-auto {
    margin-right: auto !important;
  }

  .fc_mb-md-0 {
    margin-bottom: 0 !important;
  }

  .fc_mb-md-1 {
    margin-bottom: .25rem !important;
  }

  .fc_mb-md-2 {
    margin-bottom: .5rem !important;
  }

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

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

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

  .fc_mb-md-6 {
    margin-bottom: 3.5rem !important;
  }

  .fc_mb-md-7 {
    margin-bottom: 4rem !important;
  }

  .fc_mb-md-12 {
    margin-bottom: 12rem !important;
  }

  .fc_mb-md-auto {
    margin-bottom: auto !important;
  }

  .fc_ms-md-0 {
    margin-left: 0 !important;
  }

  .fc_ms-md-1 {
    margin-left: .25rem !important;
  }

  .fc_ms-md-2 {
    margin-left: .5rem !important;
  }

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

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

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

  .fc_ms-md-6 {
    margin-left: 3.5rem !important;
  }

  .fc_ms-md-7 {
    margin-left: 4rem !important;
  }

  .fc_ms-md-12 {
    margin-left: 12rem !important;
  }

  .fc_ms-md-auto {
    margin-left: auto !important;
  }

  .fc_p-md-0 {
    padding: 0 !important;
  }

  .fc_p-md-1 {
    padding: .25rem !important;
  }

  .fc_p-md-2 {
    padding: .5rem !important;
  }

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

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

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

  .fc_p-md-6 {
    padding: 3.5rem !important;
  }

  .fc_p-md-7 {
    padding: 4rem !important;
  }

  .fc_p-md-12 {
    padding: 12rem !important;
  }

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

  .fc_px-md-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .fc_px-md-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

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

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

  .fc_px-md-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .fc_px-md-6 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .fc_px-md-7 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .fc_px-md-12 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .fc_py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .fc_py-md-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .fc_py-md-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

  .fc_py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .fc_py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .fc_py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .fc_py-md-6 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .fc_py-md-7 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .fc_py-md-12 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .fc_pt-md-0 {
    padding-top: 0 !important;
  }

  .fc_pt-md-1 {
    padding-top: .25rem !important;
  }

  .fc_pt-md-2 {
    padding-top: .5rem !important;
  }

  .fc_pt-md-3 {
    padding-top: 1rem !important;
  }

  .fc_pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .fc_pt-md-5 {
    padding-top: 3rem !important;
  }

  .fc_pt-md-6 {
    padding-top: 3.5rem !important;
  }

  .fc_pt-md-7 {
    padding-top: 4rem !important;
  }

  .fc_pt-md-12 {
    padding-top: 12rem !important;
  }

  .fc_pe-md-0 {
    padding-right: 0 !important;
  }

  .fc_pe-md-1 {
    padding-right: .25rem !important;
  }

  .fc_pe-md-2 {
    padding-right: .5rem !important;
  }

  .fc_pe-md-3 {
    padding-right: 1rem !important;
  }

  .fc_pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .fc_pe-md-5 {
    padding-right: 3rem !important;
  }

  .fc_pe-md-6 {
    padding-right: 3.5rem !important;
  }

  .fc_pe-md-7 {
    padding-right: 4rem !important;
  }

  .fc_pe-md-12 {
    padding-right: 12rem !important;
  }

  .fc_pb-md-0 {
    padding-bottom: 0 !important;
  }

  .fc_pb-md-1 {
    padding-bottom: .25rem !important;
  }

  .fc_pb-md-2 {
    padding-bottom: .5rem !important;
  }

  .fc_pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .fc_pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .fc_pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .fc_pb-md-6 {
    padding-bottom: 3.5rem !important;
  }

  .fc_pb-md-7 {
    padding-bottom: 4rem !important;
  }

  .fc_pb-md-12 {
    padding-bottom: 12rem !important;
  }

  .fc_ps-md-0 {
    padding-left: 0 !important;
  }

  .fc_ps-md-1 {
    padding-left: .25rem !important;
  }

  .fc_ps-md-2 {
    padding-left: .5rem !important;
  }

  .fc_ps-md-3 {
    padding-left: 1rem !important;
  }

  .fc_ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .fc_ps-md-5 {
    padding-left: 3rem !important;
  }

  .fc_ps-md-6 {
    padding-left: 3.5rem !important;
  }

  .fc_ps-md-7 {
    padding-left: 4rem !important;
  }

  .fc_ps-md-12 {
    padding-left: 12rem !important;
  }

  .fc_gap-md-0 {
    gap: 0 !important;
  }

  .fc_gap-md-1 {
    gap: .25rem !important;
  }

  .fc_gap-md-2 {
    gap: .5rem !important;
  }

  .fc_gap-md-3 {
    gap: 1rem !important;
  }

  .fc_gap-md-4 {
    gap: 1.5rem !important;
  }

  .fc_gap-md-5 {
    gap: 3rem !important;
  }

  .fc_gap-md-6 {
    gap: 3.5rem !important;
  }

  .fc_gap-md-7 {
    gap: 4rem !important;
  }

  .fc_gap-md-12 {
    gap: 12rem !important;
  }

  .fc_gap-md-8 {
    gap: 5rem !important;
  }

  .fc_text-md-start {
    text-align: left !important;
  }

  .fc_text-md-end {
    text-align: right !important;
  }

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

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

  .fc_text-md-nowrap {
    white-space: nowrap !important;
  }

  .fc_text-md-gray {
    --ss-text-opacity: 1;
    color: rgba(var(--ss-gray-rgb), var(--ss-text-opacity)) !important;
  }

  .fc_text-md-black {
    --ss-text-opacity: 1;
    color: rgba(var(--ss-black-rgb), var(--ss-text-opacity)) !important;
  }

  .fc_text-md-white {
    --ss-text-opacity: 1;
    color: rgba(var(--ss-white-rgb), var(--ss-text-opacity)) !important;
  }

  .fc_text-md-body {
    --ss-text-opacity: 1;
    color: rgba(var(--ss-body-color-rgb), var(--ss-text-opacity)) !important;
  }

  .fc_text-md-muted {
    --ss-text-opacity: 1;
    color: rgba(118, 118, 116, .75) !important;
  }

  .fc_text-md-heading {
    --ss-text-opacity: 1;
    color: #555553 !important;
  }

  .fc_text-md-reset {
    --ss-text-opacity: 1;
    color: inherit !important;
  }

  .fc_bg-md-gray {
    --ss-bg-opacity: 1;
    background-color: rgba(var(--ss-gray-rgb), var(--ss-bg-opacity)) !important;
  }

  .fc_bg-md-black {
    --ss-bg-opacity: 1;
    background-color: rgba(var(--ss-black-rgb), var(--ss-bg-opacity)) !important;
  }

  .fc_bg-md-white {
    --ss-bg-opacity: 1;
    background-color: rgba(var(--ss-white-rgb), var(--ss-bg-opacity)) !important;
  }

  .fc_bg-md-body {
    --ss-bg-opacity: 1;
    background-color: rgba(var(--ss-body-bg-rgb), var(--ss-bg-opacity)) !important;
  }

  .fc_bg-md-gray-50 {
    --ss-bg-opacity: 1;
    background-color: rgba(var(--ss-gray-50-rgb), var(--ss-bg-opacity)) !important;
  }

  .fc_bg-md-transparent {
    --ss-bg-opacity: 1;
    background-color: rgba(0, 0, 0, 0) !important;
  }

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

  .fc_bg-opacity-md-10 {
    opacity: .1 !important;
  }

  .fc_bg-opacity-md-25 {
    opacity: .25 !important;
  }

  .fc_bg-opacity-md-50 {
    opacity: .5 !important;
  }

  .fc_bg-opacity-md-75 {
    opacity: .75 !important;
  }

  .fc_bg-opacity-md-90 {
    opacity: .9 !important;
  }

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

  .fc_rounded-md {
    border-radius: .375rem !important;
  }

  .fc_rounded-md-0 {
    border-radius: 0 !important;
  }

  .fc_rounded-md-1 {
    border-radius: .25rem !important;
  }

  .fc_rounded-md-2 {
    border-radius: .375rem !important;
  }

  .fc_rounded-md-3 {
    border-radius: .5rem !important;
  }

  .fc_rounded-md-4 {
    border-radius: 1rem !important;
  }

  .fc_rounded-md-5 {
    border-radius: 1.25rem !important;
  }

  .fc_rounded-md-6 {
    border-radius: 2rem !important;
  }

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

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

  .fc_rounded-top-md {
    border-top-left-radius: .375rem !important;
    border-top-right-radius: .375rem !important;
  }

  .fc_rounded-top-md-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .fc_rounded-top-md-1 {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important;
  }

  .fc_rounded-top-md-2 {
    border-top-left-radius: .375rem !important;
    border-top-right-radius: .375rem !important;
  }

  .fc_rounded-top-md-3 {
    border-top-left-radius: .5rem !important;
    border-top-right-radius: .5rem !important;
  }

  .fc_rounded-top-md-4 {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .fc_rounded-top-md-5 {
    border-top-left-radius: 1.25rem !important;
    border-top-right-radius: 1.25rem !important;
  }

  .fc_rounded-end-md {
    border-top-right-radius: .375rem !important;
    border-bottom-right-radius: .375rem !important;
  }

  .fc_rounded-end-md-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .fc_rounded-end-md-1 {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
  }

  .fc_rounded-end-md-2 {
    border-top-right-radius: .375rem !important;
    border-bottom-right-radius: .375rem !important;
  }

  .fc_rounded-end-md-3 {
    border-top-right-radius: .5rem !important;
    border-bottom-right-radius: .5rem !important;
  }

  .fc_rounded-end-md-4 {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .fc_rounded-end-md-5 {
    border-top-right-radius: 1.25rem !important;
    border-bottom-right-radius: 1.25rem !important;
  }

  .fc_rounded-bottom-md {
    border-bottom-right-radius: .375rem !important;
    border-bottom-left-radius: .375rem !important;
  }

  .fc_rounded-bottom-md-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .fc_rounded-bottom-md-1 {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
  }

  .fc_rounded-bottom-md-2 {
    border-bottom-right-radius: .375rem !important;
    border-bottom-left-radius: .375rem !important;
  }

  .fc_rounded-bottom-md-3 {
    border-bottom-right-radius: .5rem !important;
    border-bottom-left-radius: .5rem !important;
  }

  .fc_rounded-bottom-md-4 {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .fc_rounded-bottom-md-5 {
    border-bottom-right-radius: 1.25rem !important;
    border-bottom-left-radius: 1.25rem !important;
  }

  .fc_rounded-start-md {
    border-top-left-radius: .375rem !important;
    border-bottom-left-radius: .375rem !important;
  }

  .fc_rounded-start-md-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .fc_rounded-start-md-1 {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
  }

  .fc_rounded-start-md-2 {
    border-top-left-radius: .375rem !important;
    border-bottom-left-radius: .375rem !important;
  }

  .fc_rounded-start-md-3 {
    border-top-left-radius: .5rem !important;
    border-bottom-left-radius: .5rem !important;
  }

  .fc_rounded-start-md-4 {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .fc_rounded-start-md-5 {
    border-top-left-radius: 1.25rem !important;
    border-bottom-left-radius: 1.25rem !important;
  }
}

@media (min-width: 1000px) {
  .fc_float-lg-start {
    float: left !important;
  }

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

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

  .fc_d-lg-inline {
    display: inline !important;
  }

  .fc_d-lg-inline-block {
    display: inline-block !important;
  }

  .fc_d-lg-block {
    display: block !important;
  }

  .fc_d-lg-grid {
    display: grid !important;
  }

  .fc_d-lg-table {
    display: table !important;
  }

  .fc_d-lg-table-row {
    display: table-row !important;
  }

  .fc_d-lg-table-cell {
    display: table-cell !important;
  }

  .fc_d-lg-flex {
    display: flex !important;
  }

  .fc_d-lg-inline-flex {
    display: inline-flex !important;
  }

  .fc_d-lg-none {
    display: none !important;
  }

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

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

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

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

  .fc_position-lg-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .fc_z-index-lg-first {
    z-index: -1 !important;
  }

  .fc_z-index-lg-0 {
    z-index: 0 !important;
  }

  .fc_z-index-lg-1 {
    z-index: 1 !important;
  }

  .fc_z-index-lg-2 {
    z-index: 2 !important;
  }

  .fc_z-index-lg-3 {
    z-index: 3 !important;
  }

  .fc_z-index-lg-4 {
    z-index: 4 !important;
  }

  .fc_z-index-lg-5 {
    z-index: 5 !important;
  }

  .fc_z-index-lg-last {
    z-index: 6 !important;
  }

  .fc_mw-lg-25 {
    max-width: 25% !important;
  }

  .fc_mw-lg-50 {
    max-width: 50% !important;
  }

  .fc_mw-lg-75 {
    max-width: 75% !important;
  }

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

  .fc_mw-lg-auto {
    max-width: auto !important;
  }

  .fc_flex-lg-fill {
    flex: auto !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .fc_justify-self-lg-start {
    justify-self: flex-start !important;
  }

  .fc_justify-self-lg-end {
    justify-self: flex-end !important;
  }

  .fc_justify-self-lg-center {
    justify-self: center !important;
  }

  .fc_justify-self-lg-stretch {
    justify-self: stretch !important;
  }

  .fc_justify-items-lg-start {
    justify-items: flex-start !important;
  }

  .fc_justify-items-lg-end {
    justify-items: flex-end !important;
  }

  .fc_justify-items-lg-center {
    justify-items: center !important;
  }

  .fc_justify-items-lg-stretch {
    justify-items: stretch !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .fc_m-lg-0 {
    margin: 0 !important;
  }

  .fc_m-lg-1 {
    margin: .25rem !important;
  }

  .fc_m-lg-2 {
    margin: .5rem !important;
  }

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

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

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

  .fc_m-lg-6 {
    margin: 3.5rem !important;
  }

  .fc_m-lg-7 {
    margin: 4rem !important;
  }

  .fc_m-lg-12 {
    margin: 12rem !important;
  }

  .fc_m-lg-auto {
    margin: auto !important;
  }

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

  .fc_mx-lg-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .fc_mx-lg-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

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

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

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

  .fc_mx-lg-6 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .fc_mx-lg-7 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .fc_mx-lg-12 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

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

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

  .fc_my-lg-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .fc_my-lg-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

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

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

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

  .fc_my-lg-6 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .fc_my-lg-7 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .fc_my-lg-12 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

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

  .fc_mt-lg-0 {
    margin-top: 0 !important;
  }

  .fc_mt-lg-1 {
    margin-top: .25rem !important;
  }

  .fc_mt-lg-2 {
    margin-top: .5rem !important;
  }

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

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

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

  .fc_mt-lg-6 {
    margin-top: 3.5rem !important;
  }

  .fc_mt-lg-7 {
    margin-top: 4rem !important;
  }

  .fc_mt-lg-12 {
    margin-top: 12rem !important;
  }

  .fc_mt-lg-auto {
    margin-top: auto !important;
  }

  .fc_me-lg-0 {
    margin-right: 0 !important;
  }

  .fc_me-lg-1 {
    margin-right: .25rem !important;
  }

  .fc_me-lg-2 {
    margin-right: .5rem !important;
  }

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

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

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

  .fc_me-lg-6 {
    margin-right: 3.5rem !important;
  }

  .fc_me-lg-7 {
    margin-right: 4rem !important;
  }

  .fc_me-lg-12 {
    margin-right: 12rem !important;
  }

  .fc_me-lg-auto {
    margin-right: auto !important;
  }

  .fc_mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .fc_mb-lg-1 {
    margin-bottom: .25rem !important;
  }

  .fc_mb-lg-2 {
    margin-bottom: .5rem !important;
  }

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

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

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

  .fc_mb-lg-6 {
    margin-bottom: 3.5rem !important;
  }

  .fc_mb-lg-7 {
    margin-bottom: 4rem !important;
  }

  .fc_mb-lg-12 {
    margin-bottom: 12rem !important;
  }

  .fc_mb-lg-auto {
    margin-bottom: auto !important;
  }

  .fc_ms-lg-0 {
    margin-left: 0 !important;
  }

  .fc_ms-lg-1 {
    margin-left: .25rem !important;
  }

  .fc_ms-lg-2 {
    margin-left: .5rem !important;
  }

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

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

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

  .fc_ms-lg-6 {
    margin-left: 3.5rem !important;
  }

  .fc_ms-lg-7 {
    margin-left: 4rem !important;
  }

  .fc_ms-lg-12 {
    margin-left: 12rem !important;
  }

  .fc_ms-lg-auto {
    margin-left: auto !important;
  }

  .fc_p-lg-0 {
    padding: 0 !important;
  }

  .fc_p-lg-1 {
    padding: .25rem !important;
  }

  .fc_p-lg-2 {
    padding: .5rem !important;
  }

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

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

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

  .fc_p-lg-6 {
    padding: 3.5rem !important;
  }

  .fc_p-lg-7 {
    padding: 4rem !important;
  }

  .fc_p-lg-12 {
    padding: 12rem !important;
  }

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

  .fc_px-lg-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .fc_px-lg-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

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

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

  .fc_px-lg-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .fc_px-lg-6 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .fc_px-lg-7 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .fc_px-lg-12 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .fc_py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .fc_py-lg-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .fc_py-lg-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

  .fc_py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .fc_py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .fc_py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .fc_py-lg-6 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .fc_py-lg-7 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .fc_py-lg-12 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .fc_pt-lg-0 {
    padding-top: 0 !important;
  }

  .fc_pt-lg-1 {
    padding-top: .25rem !important;
  }

  .fc_pt-lg-2 {
    padding-top: .5rem !important;
  }

  .fc_pt-lg-3 {
    padding-top: 1rem !important;
  }

  .fc_pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .fc_pt-lg-5 {
    padding-top: 3rem !important;
  }

  .fc_pt-lg-6 {
    padding-top: 3.5rem !important;
  }

  .fc_pt-lg-7 {
    padding-top: 4rem !important;
  }

  .fc_pt-lg-12 {
    padding-top: 12rem !important;
  }

  .fc_pe-lg-0 {
    padding-right: 0 !important;
  }

  .fc_pe-lg-1 {
    padding-right: .25rem !important;
  }

  .fc_pe-lg-2 {
    padding-right: .5rem !important;
  }

  .fc_pe-lg-3 {
    padding-right: 1rem !important;
  }

  .fc_pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .fc_pe-lg-5 {
    padding-right: 3rem !important;
  }

  .fc_pe-lg-6 {
    padding-right: 3.5rem !important;
  }

  .fc_pe-lg-7 {
    padding-right: 4rem !important;
  }

  .fc_pe-lg-12 {
    padding-right: 12rem !important;
  }

  .fc_pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .fc_pb-lg-1 {
    padding-bottom: .25rem !important;
  }

  .fc_pb-lg-2 {
    padding-bottom: .5rem !important;
  }

  .fc_pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .fc_pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .fc_pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .fc_pb-lg-6 {
    padding-bottom: 3.5rem !important;
  }

  .fc_pb-lg-7 {
    padding-bottom: 4rem !important;
  }

  .fc_pb-lg-12 {
    padding-bottom: 12rem !important;
  }

  .fc_ps-lg-0 {
    padding-left: 0 !important;
  }

  .fc_ps-lg-1 {
    padding-left: .25rem !important;
  }

  .fc_ps-lg-2 {
    padding-left: .5rem !important;
  }

  .fc_ps-lg-3 {
    padding-left: 1rem !important;
  }

  .fc_ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .fc_ps-lg-5 {
    padding-left: 3rem !important;
  }

  .fc_ps-lg-6 {
    padding-left: 3.5rem !important;
  }

  .fc_ps-lg-7 {
    padding-left: 4rem !important;
  }

  .fc_ps-lg-12 {
    padding-left: 12rem !important;
  }

  .fc_gap-lg-0 {
    gap: 0 !important;
  }

  .fc_gap-lg-1 {
    gap: .25rem !important;
  }

  .fc_gap-lg-2 {
    gap: .5rem !important;
  }

  .fc_gap-lg-3 {
    gap: 1rem !important;
  }

  .fc_gap-lg-4 {
    gap: 1.5rem !important;
  }

  .fc_gap-lg-5 {
    gap: 3rem !important;
  }

  .fc_gap-lg-6 {
    gap: 3.5rem !important;
  }

  .fc_gap-lg-7 {
    gap: 4rem !important;
  }

  .fc_gap-lg-12 {
    gap: 12rem !important;
  }

  .fc_gap-lg-8 {
    gap: 5rem !important;
  }

  .fc_text-lg-start {
    text-align: left !important;
  }

  .fc_text-lg-end {
    text-align: right !important;
  }

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

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

  .fc_text-lg-nowrap {
    white-space: nowrap !important;
  }

  .fc_text-lg-gray {
    --ss-text-opacity: 1;
    color: rgba(var(--ss-gray-rgb), var(--ss-text-opacity)) !important;
  }

  .fc_text-lg-black {
    --ss-text-opacity: 1;
    color: rgba(var(--ss-black-rgb), var(--ss-text-opacity)) !important;
  }

  .fc_text-lg-white {
    --ss-text-opacity: 1;
    color: rgba(var(--ss-white-rgb), var(--ss-text-opacity)) !important;
  }

  .fc_text-lg-body {
    --ss-text-opacity: 1;
    color: rgba(var(--ss-body-color-rgb), var(--ss-text-opacity)) !important;
  }

  .fc_text-lg-muted {
    --ss-text-opacity: 1;
    color: rgba(118, 118, 116, .75) !important;
  }

  .fc_text-lg-heading {
    --ss-text-opacity: 1;
    color: #555553 !important;
  }

  .fc_text-lg-reset {
    --ss-text-opacity: 1;
    color: inherit !important;
  }

  .fc_bg-lg-gray {
    --ss-bg-opacity: 1;
    background-color: rgba(var(--ss-gray-rgb), var(--ss-bg-opacity)) !important;
  }

  .fc_bg-lg-black {
    --ss-bg-opacity: 1;
    background-color: rgba(var(--ss-black-rgb), var(--ss-bg-opacity)) !important;
  }

  .fc_bg-lg-white {
    --ss-bg-opacity: 1;
    background-color: rgba(var(--ss-white-rgb), var(--ss-bg-opacity)) !important;
  }

  .fc_bg-lg-body {
    --ss-bg-opacity: 1;
    background-color: rgba(var(--ss-body-bg-rgb), var(--ss-bg-opacity)) !important;
  }

  .fc_bg-lg-gray-50 {
    --ss-bg-opacity: 1;
    background-color: rgba(var(--ss-gray-50-rgb), var(--ss-bg-opacity)) !important;
  }

  .fc_bg-lg-transparent {
    --ss-bg-opacity: 1;
    background-color: rgba(0, 0, 0, 0) !important;
  }

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

  .fc_bg-opacity-lg-10 {
    opacity: .1 !important;
  }

  .fc_bg-opacity-lg-25 {
    opacity: .25 !important;
  }

  .fc_bg-opacity-lg-50 {
    opacity: .5 !important;
  }

  .fc_bg-opacity-lg-75 {
    opacity: .75 !important;
  }

  .fc_bg-opacity-lg-90 {
    opacity: .9 !important;
  }

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

  .fc_rounded-lg {
    border-radius: .375rem !important;
  }

  .fc_rounded-lg-0 {
    border-radius: 0 !important;
  }

  .fc_rounded-lg-1 {
    border-radius: .25rem !important;
  }

  .fc_rounded-lg-2 {
    border-radius: .375rem !important;
  }

  .fc_rounded-lg-3 {
    border-radius: .5rem !important;
  }

  .fc_rounded-lg-4 {
    border-radius: 1rem !important;
  }

  .fc_rounded-lg-5 {
    border-radius: 1.25rem !important;
  }

  .fc_rounded-lg-6 {
    border-radius: 2rem !important;
  }

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

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

  .fc_rounded-top-lg {
    border-top-left-radius: .375rem !important;
    border-top-right-radius: .375rem !important;
  }

  .fc_rounded-top-lg-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .fc_rounded-top-lg-1 {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important;
  }

  .fc_rounded-top-lg-2 {
    border-top-left-radius: .375rem !important;
    border-top-right-radius: .375rem !important;
  }

  .fc_rounded-top-lg-3 {
    border-top-left-radius: .5rem !important;
    border-top-right-radius: .5rem !important;
  }

  .fc_rounded-top-lg-4 {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .fc_rounded-top-lg-5 {
    border-top-left-radius: 1.25rem !important;
    border-top-right-radius: 1.25rem !important;
  }

  .fc_rounded-end-lg {
    border-top-right-radius: .375rem !important;
    border-bottom-right-radius: .375rem !important;
  }

  .fc_rounded-end-lg-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .fc_rounded-end-lg-1 {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
  }

  .fc_rounded-end-lg-2 {
    border-top-right-radius: .375rem !important;
    border-bottom-right-radius: .375rem !important;
  }

  .fc_rounded-end-lg-3 {
    border-top-right-radius: .5rem !important;
    border-bottom-right-radius: .5rem !important;
  }

  .fc_rounded-end-lg-4 {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .fc_rounded-end-lg-5 {
    border-top-right-radius: 1.25rem !important;
    border-bottom-right-radius: 1.25rem !important;
  }

  .fc_rounded-bottom-lg {
    border-bottom-right-radius: .375rem !important;
    border-bottom-left-radius: .375rem !important;
  }

  .fc_rounded-bottom-lg-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .fc_rounded-bottom-lg-1 {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
  }

  .fc_rounded-bottom-lg-2 {
    border-bottom-right-radius: .375rem !important;
    border-bottom-left-radius: .375rem !important;
  }

  .fc_rounded-bottom-lg-3 {
    border-bottom-right-radius: .5rem !important;
    border-bottom-left-radius: .5rem !important;
  }

  .fc_rounded-bottom-lg-4 {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .fc_rounded-bottom-lg-5 {
    border-bottom-right-radius: 1.25rem !important;
    border-bottom-left-radius: 1.25rem !important;
  }

  .fc_rounded-start-lg {
    border-top-left-radius: .375rem !important;
    border-bottom-left-radius: .375rem !important;
  }

  .fc_rounded-start-lg-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .fc_rounded-start-lg-1 {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
  }

  .fc_rounded-start-lg-2 {
    border-top-left-radius: .375rem !important;
    border-bottom-left-radius: .375rem !important;
  }

  .fc_rounded-start-lg-3 {
    border-top-left-radius: .5rem !important;
    border-bottom-left-radius: .5rem !important;
  }

  .fc_rounded-start-lg-4 {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .fc_rounded-start-lg-5 {
    border-top-left-radius: 1.25rem !important;
    border-bottom-left-radius: 1.25rem !important;
  }
}

@media (min-width: 1280px) {
  .fc_float-xl-start {
    float: left !important;
  }

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

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

  .fc_d-xl-inline {
    display: inline !important;
  }

  .fc_d-xl-inline-block {
    display: inline-block !important;
  }

  .fc_d-xl-block {
    display: block !important;
  }

  .fc_d-xl-grid {
    display: grid !important;
  }

  .fc_d-xl-table {
    display: table !important;
  }

  .fc_d-xl-table-row {
    display: table-row !important;
  }

  .fc_d-xl-table-cell {
    display: table-cell !important;
  }

  .fc_d-xl-flex {
    display: flex !important;
  }

  .fc_d-xl-inline-flex {
    display: inline-flex !important;
  }

  .fc_d-xl-none {
    display: none !important;
  }

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

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

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

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

  .fc_position-xl-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .fc_z-index-xl-first {
    z-index: -1 !important;
  }

  .fc_z-index-xl-0 {
    z-index: 0 !important;
  }

  .fc_z-index-xl-1 {
    z-index: 1 !important;
  }

  .fc_z-index-xl-2 {
    z-index: 2 !important;
  }

  .fc_z-index-xl-3 {
    z-index: 3 !important;
  }

  .fc_z-index-xl-4 {
    z-index: 4 !important;
  }

  .fc_z-index-xl-5 {
    z-index: 5 !important;
  }

  .fc_z-index-xl-last {
    z-index: 6 !important;
  }

  .fc_mw-xl-25 {
    max-width: 25% !important;
  }

  .fc_mw-xl-50 {
    max-width: 50% !important;
  }

  .fc_mw-xl-75 {
    max-width: 75% !important;
  }

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

  .fc_mw-xl-auto {
    max-width: auto !important;
  }

  .fc_flex-xl-fill {
    flex: auto !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .fc_justify-self-xl-start {
    justify-self: flex-start !important;
  }

  .fc_justify-self-xl-end {
    justify-self: flex-end !important;
  }

  .fc_justify-self-xl-center {
    justify-self: center !important;
  }

  .fc_justify-self-xl-stretch {
    justify-self: stretch !important;
  }

  .fc_justify-items-xl-start {
    justify-items: flex-start !important;
  }

  .fc_justify-items-xl-end {
    justify-items: flex-end !important;
  }

  .fc_justify-items-xl-center {
    justify-items: center !important;
  }

  .fc_justify-items-xl-stretch {
    justify-items: stretch !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .fc_m-xl-0 {
    margin: 0 !important;
  }

  .fc_m-xl-1 {
    margin: .25rem !important;
  }

  .fc_m-xl-2 {
    margin: .5rem !important;
  }

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

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

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

  .fc_m-xl-6 {
    margin: 3.5rem !important;
  }

  .fc_m-xl-7 {
    margin: 4rem !important;
  }

  .fc_m-xl-12 {
    margin: 12rem !important;
  }

  .fc_m-xl-auto {
    margin: auto !important;
  }

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

  .fc_mx-xl-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .fc_mx-xl-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

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

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

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

  .fc_mx-xl-6 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .fc_mx-xl-7 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .fc_mx-xl-12 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

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

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

  .fc_my-xl-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .fc_my-xl-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

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

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

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

  .fc_my-xl-6 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .fc_my-xl-7 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .fc_my-xl-12 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

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

  .fc_mt-xl-0 {
    margin-top: 0 !important;
  }

  .fc_mt-xl-1 {
    margin-top: .25rem !important;
  }

  .fc_mt-xl-2 {
    margin-top: .5rem !important;
  }

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

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

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

  .fc_mt-xl-6 {
    margin-top: 3.5rem !important;
  }

  .fc_mt-xl-7 {
    margin-top: 4rem !important;
  }

  .fc_mt-xl-12 {
    margin-top: 12rem !important;
  }

  .fc_mt-xl-auto {
    margin-top: auto !important;
  }

  .fc_me-xl-0 {
    margin-right: 0 !important;
  }

  .fc_me-xl-1 {
    margin-right: .25rem !important;
  }

  .fc_me-xl-2 {
    margin-right: .5rem !important;
  }

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

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

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

  .fc_me-xl-6 {
    margin-right: 3.5rem !important;
  }

  .fc_me-xl-7 {
    margin-right: 4rem !important;
  }

  .fc_me-xl-12 {
    margin-right: 12rem !important;
  }

  .fc_me-xl-auto {
    margin-right: auto !important;
  }

  .fc_mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .fc_mb-xl-1 {
    margin-bottom: .25rem !important;
  }

  .fc_mb-xl-2 {
    margin-bottom: .5rem !important;
  }

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

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

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

  .fc_mb-xl-6 {
    margin-bottom: 3.5rem !important;
  }

  .fc_mb-xl-7 {
    margin-bottom: 4rem !important;
  }

  .fc_mb-xl-12 {
    margin-bottom: 12rem !important;
  }

  .fc_mb-xl-auto {
    margin-bottom: auto !important;
  }

  .fc_ms-xl-0 {
    margin-left: 0 !important;
  }

  .fc_ms-xl-1 {
    margin-left: .25rem !important;
  }

  .fc_ms-xl-2 {
    margin-left: .5rem !important;
  }

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

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

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

  .fc_ms-xl-6 {
    margin-left: 3.5rem !important;
  }

  .fc_ms-xl-7 {
    margin-left: 4rem !important;
  }

  .fc_ms-xl-12 {
    margin-left: 12rem !important;
  }

  .fc_ms-xl-auto {
    margin-left: auto !important;
  }

  .fc_p-xl-0 {
    padding: 0 !important;
  }

  .fc_p-xl-1 {
    padding: .25rem !important;
  }

  .fc_p-xl-2 {
    padding: .5rem !important;
  }

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

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

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

  .fc_p-xl-6 {
    padding: 3.5rem !important;
  }

  .fc_p-xl-7 {
    padding: 4rem !important;
  }

  .fc_p-xl-12 {
    padding: 12rem !important;
  }

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

  .fc_px-xl-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .fc_px-xl-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

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

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

  .fc_px-xl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .fc_px-xl-6 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .fc_px-xl-7 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .fc_px-xl-12 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .fc_py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .fc_py-xl-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .fc_py-xl-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

  .fc_py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .fc_py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .fc_py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .fc_py-xl-6 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .fc_py-xl-7 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .fc_py-xl-12 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .fc_pt-xl-0 {
    padding-top: 0 !important;
  }

  .fc_pt-xl-1 {
    padding-top: .25rem !important;
  }

  .fc_pt-xl-2 {
    padding-top: .5rem !important;
  }

  .fc_pt-xl-3 {
    padding-top: 1rem !important;
  }

  .fc_pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .fc_pt-xl-5 {
    padding-top: 3rem !important;
  }

  .fc_pt-xl-6 {
    padding-top: 3.5rem !important;
  }

  .fc_pt-xl-7 {
    padding-top: 4rem !important;
  }

  .fc_pt-xl-12 {
    padding-top: 12rem !important;
  }

  .fc_pe-xl-0 {
    padding-right: 0 !important;
  }

  .fc_pe-xl-1 {
    padding-right: .25rem !important;
  }

  .fc_pe-xl-2 {
    padding-right: .5rem !important;
  }

  .fc_pe-xl-3 {
    padding-right: 1rem !important;
  }

  .fc_pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .fc_pe-xl-5 {
    padding-right: 3rem !important;
  }

  .fc_pe-xl-6 {
    padding-right: 3.5rem !important;
  }

  .fc_pe-xl-7 {
    padding-right: 4rem !important;
  }

  .fc_pe-xl-12 {
    padding-right: 12rem !important;
  }

  .fc_pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .fc_pb-xl-1 {
    padding-bottom: .25rem !important;
  }

  .fc_pb-xl-2 {
    padding-bottom: .5rem !important;
  }

  .fc_pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .fc_pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .fc_pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .fc_pb-xl-6 {
    padding-bottom: 3.5rem !important;
  }

  .fc_pb-xl-7 {
    padding-bottom: 4rem !important;
  }

  .fc_pb-xl-12 {
    padding-bottom: 12rem !important;
  }

  .fc_ps-xl-0 {
    padding-left: 0 !important;
  }

  .fc_ps-xl-1 {
    padding-left: .25rem !important;
  }

  .fc_ps-xl-2 {
    padding-left: .5rem !important;
  }

  .fc_ps-xl-3 {
    padding-left: 1rem !important;
  }

  .fc_ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .fc_ps-xl-5 {
    padding-left: 3rem !important;
  }

  .fc_ps-xl-6 {
    padding-left: 3.5rem !important;
  }

  .fc_ps-xl-7 {
    padding-left: 4rem !important;
  }

  .fc_ps-xl-12 {
    padding-left: 12rem !important;
  }

  .fc_gap-xl-0 {
    gap: 0 !important;
  }

  .fc_gap-xl-1 {
    gap: .25rem !important;
  }

  .fc_gap-xl-2 {
    gap: .5rem !important;
  }

  .fc_gap-xl-3 {
    gap: 1rem !important;
  }

  .fc_gap-xl-4 {
    gap: 1.5rem !important;
  }

  .fc_gap-xl-5 {
    gap: 3rem !important;
  }

  .fc_gap-xl-6 {
    gap: 3.5rem !important;
  }

  .fc_gap-xl-7 {
    gap: 4rem !important;
  }

  .fc_gap-xl-12 {
    gap: 12rem !important;
  }

  .fc_gap-xl-8 {
    gap: 5rem !important;
  }

  .fc_text-xl-start {
    text-align: left !important;
  }

  .fc_text-xl-end {
    text-align: right !important;
  }

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

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

  .fc_text-xl-nowrap {
    white-space: nowrap !important;
  }

  .fc_text-xl-gray {
    --ss-text-opacity: 1;
    color: rgba(var(--ss-gray-rgb), var(--ss-text-opacity)) !important;
  }

  .fc_text-xl-black {
    --ss-text-opacity: 1;
    color: rgba(var(--ss-black-rgb), var(--ss-text-opacity)) !important;
  }

  .fc_text-xl-white {
    --ss-text-opacity: 1;
    color: rgba(var(--ss-white-rgb), var(--ss-text-opacity)) !important;
  }

  .fc_text-xl-body {
    --ss-text-opacity: 1;
    color: rgba(var(--ss-body-color-rgb), var(--ss-text-opacity)) !important;
  }

  .fc_text-xl-muted {
    --ss-text-opacity: 1;
    color: rgba(118, 118, 116, .75) !important;
  }

  .fc_text-xl-heading {
    --ss-text-opacity: 1;
    color: #555553 !important;
  }

  .fc_text-xl-reset {
    --ss-text-opacity: 1;
    color: inherit !important;
  }

  .fc_bg-xl-gray {
    --ss-bg-opacity: 1;
    background-color: rgba(var(--ss-gray-rgb), var(--ss-bg-opacity)) !important;
  }

  .fc_bg-xl-black {
    --ss-bg-opacity: 1;
    background-color: rgba(var(--ss-black-rgb), var(--ss-bg-opacity)) !important;
  }

  .fc_bg-xl-white {
    --ss-bg-opacity: 1;
    background-color: rgba(var(--ss-white-rgb), var(--ss-bg-opacity)) !important;
  }

  .fc_bg-xl-body {
    --ss-bg-opacity: 1;
    background-color: rgba(var(--ss-body-bg-rgb), var(--ss-bg-opacity)) !important;
  }

  .fc_bg-xl-gray-50 {
    --ss-bg-opacity: 1;
    background-color: rgba(var(--ss-gray-50-rgb), var(--ss-bg-opacity)) !important;
  }

  .fc_bg-xl-transparent {
    --ss-bg-opacity: 1;
    background-color: rgba(0, 0, 0, 0) !important;
  }

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

  .fc_bg-opacity-xl-10 {
    opacity: .1 !important;
  }

  .fc_bg-opacity-xl-25 {
    opacity: .25 !important;
  }

  .fc_bg-opacity-xl-50 {
    opacity: .5 !important;
  }

  .fc_bg-opacity-xl-75 {
    opacity: .75 !important;
  }

  .fc_bg-opacity-xl-90 {
    opacity: .9 !important;
  }

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

  .fc_rounded-xl {
    border-radius: .375rem !important;
  }

  .fc_rounded-xl-0 {
    border-radius: 0 !important;
  }

  .fc_rounded-xl-1 {
    border-radius: .25rem !important;
  }

  .fc_rounded-xl-2 {
    border-radius: .375rem !important;
  }

  .fc_rounded-xl-3 {
    border-radius: .5rem !important;
  }

  .fc_rounded-xl-4 {
    border-radius: 1rem !important;
  }

  .fc_rounded-xl-5 {
    border-radius: 1.25rem !important;
  }

  .fc_rounded-xl-6 {
    border-radius: 2rem !important;
  }

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

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

  .fc_rounded-top-xl {
    border-top-left-radius: .375rem !important;
    border-top-right-radius: .375rem !important;
  }

  .fc_rounded-top-xl-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .fc_rounded-top-xl-1 {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important;
  }

  .fc_rounded-top-xl-2 {
    border-top-left-radius: .375rem !important;
    border-top-right-radius: .375rem !important;
  }

  .fc_rounded-top-xl-3 {
    border-top-left-radius: .5rem !important;
    border-top-right-radius: .5rem !important;
  }

  .fc_rounded-top-xl-4 {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .fc_rounded-top-xl-5 {
    border-top-left-radius: 1.25rem !important;
    border-top-right-radius: 1.25rem !important;
  }

  .fc_rounded-end-xl {
    border-top-right-radius: .375rem !important;
    border-bottom-right-radius: .375rem !important;
  }

  .fc_rounded-end-xl-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .fc_rounded-end-xl-1 {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
  }

  .fc_rounded-end-xl-2 {
    border-top-right-radius: .375rem !important;
    border-bottom-right-radius: .375rem !important;
  }

  .fc_rounded-end-xl-3 {
    border-top-right-radius: .5rem !important;
    border-bottom-right-radius: .5rem !important;
  }

  .fc_rounded-end-xl-4 {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .fc_rounded-end-xl-5 {
    border-top-right-radius: 1.25rem !important;
    border-bottom-right-radius: 1.25rem !important;
  }

  .fc_rounded-bottom-xl {
    border-bottom-right-radius: .375rem !important;
    border-bottom-left-radius: .375rem !important;
  }

  .fc_rounded-bottom-xl-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .fc_rounded-bottom-xl-1 {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
  }

  .fc_rounded-bottom-xl-2 {
    border-bottom-right-radius: .375rem !important;
    border-bottom-left-radius: .375rem !important;
  }

  .fc_rounded-bottom-xl-3 {
    border-bottom-right-radius: .5rem !important;
    border-bottom-left-radius: .5rem !important;
  }

  .fc_rounded-bottom-xl-4 {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .fc_rounded-bottom-xl-5 {
    border-bottom-right-radius: 1.25rem !important;
    border-bottom-left-radius: 1.25rem !important;
  }

  .fc_rounded-start-xl {
    border-top-left-radius: .375rem !important;
    border-bottom-left-radius: .375rem !important;
  }

  .fc_rounded-start-xl-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .fc_rounded-start-xl-1 {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
  }

  .fc_rounded-start-xl-2 {
    border-top-left-radius: .375rem !important;
    border-bottom-left-radius: .375rem !important;
  }

  .fc_rounded-start-xl-3 {
    border-top-left-radius: .5rem !important;
    border-bottom-left-radius: .5rem !important;
  }

  .fc_rounded-start-xl-4 {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .fc_rounded-start-xl-5 {
    border-top-left-radius: 1.25rem !important;
    border-bottom-left-radius: 1.25rem !important;
  }
}

@media (min-width: 1560px) {
  .fc_float-xxl-start {
    float: left !important;
  }

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

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

  .fc_d-xxl-inline {
    display: inline !important;
  }

  .fc_d-xxl-inline-block {
    display: inline-block !important;
  }

  .fc_d-xxl-block {
    display: block !important;
  }

  .fc_d-xxl-grid {
    display: grid !important;
  }

  .fc_d-xxl-table {
    display: table !important;
  }

  .fc_d-xxl-table-row {
    display: table-row !important;
  }

  .fc_d-xxl-table-cell {
    display: table-cell !important;
  }

  .fc_d-xxl-flex {
    display: flex !important;
  }

  .fc_d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .fc_d-xxl-none {
    display: none !important;
  }

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

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

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

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

  .fc_position-xxl-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .fc_z-index-xxl-first {
    z-index: -1 !important;
  }

  .fc_z-index-xxl-0 {
    z-index: 0 !important;
  }

  .fc_z-index-xxl-1 {
    z-index: 1 !important;
  }

  .fc_z-index-xxl-2 {
    z-index: 2 !important;
  }

  .fc_z-index-xxl-3 {
    z-index: 3 !important;
  }

  .fc_z-index-xxl-4 {
    z-index: 4 !important;
  }

  .fc_z-index-xxl-5 {
    z-index: 5 !important;
  }

  .fc_z-index-xxl-last {
    z-index: 6 !important;
  }

  .fc_mw-xxl-25 {
    max-width: 25% !important;
  }

  .fc_mw-xxl-50 {
    max-width: 50% !important;
  }

  .fc_mw-xxl-75 {
    max-width: 75% !important;
  }

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

  .fc_mw-xxl-auto {
    max-width: auto !important;
  }

  .fc_flex-xxl-fill {
    flex: auto !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .fc_justify-self-xxl-start {
    justify-self: flex-start !important;
  }

  .fc_justify-self-xxl-end {
    justify-self: flex-end !important;
  }

  .fc_justify-self-xxl-center {
    justify-self: center !important;
  }

  .fc_justify-self-xxl-stretch {
    justify-self: stretch !important;
  }

  .fc_justify-items-xxl-start {
    justify-items: flex-start !important;
  }

  .fc_justify-items-xxl-end {
    justify-items: flex-end !important;
  }

  .fc_justify-items-xxl-center {
    justify-items: center !important;
  }

  .fc_justify-items-xxl-stretch {
    justify-items: stretch !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .fc_m-xxl-0 {
    margin: 0 !important;
  }

  .fc_m-xxl-1 {
    margin: .25rem !important;
  }

  .fc_m-xxl-2 {
    margin: .5rem !important;
  }

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

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

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

  .fc_m-xxl-6 {
    margin: 3.5rem !important;
  }

  .fc_m-xxl-7 {
    margin: 4rem !important;
  }

  .fc_m-xxl-12 {
    margin: 12rem !important;
  }

  .fc_m-xxl-auto {
    margin: auto !important;
  }

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

  .fc_mx-xxl-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .fc_mx-xxl-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

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

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

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

  .fc_mx-xxl-6 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .fc_mx-xxl-7 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .fc_mx-xxl-12 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

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

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

  .fc_my-xxl-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .fc_my-xxl-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

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

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

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

  .fc_my-xxl-6 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .fc_my-xxl-7 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .fc_my-xxl-12 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

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

  .fc_mt-xxl-0 {
    margin-top: 0 !important;
  }

  .fc_mt-xxl-1 {
    margin-top: .25rem !important;
  }

  .fc_mt-xxl-2 {
    margin-top: .5rem !important;
  }

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

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

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

  .fc_mt-xxl-6 {
    margin-top: 3.5rem !important;
  }

  .fc_mt-xxl-7 {
    margin-top: 4rem !important;
  }

  .fc_mt-xxl-12 {
    margin-top: 12rem !important;
  }

  .fc_mt-xxl-auto {
    margin-top: auto !important;
  }

  .fc_me-xxl-0 {
    margin-right: 0 !important;
  }

  .fc_me-xxl-1 {
    margin-right: .25rem !important;
  }

  .fc_me-xxl-2 {
    margin-right: .5rem !important;
  }

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

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

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

  .fc_me-xxl-6 {
    margin-right: 3.5rem !important;
  }

  .fc_me-xxl-7 {
    margin-right: 4rem !important;
  }

  .fc_me-xxl-12 {
    margin-right: 12rem !important;
  }

  .fc_me-xxl-auto {
    margin-right: auto !important;
  }

  .fc_mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .fc_mb-xxl-1 {
    margin-bottom: .25rem !important;
  }

  .fc_mb-xxl-2 {
    margin-bottom: .5rem !important;
  }

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

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

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

  .fc_mb-xxl-6 {
    margin-bottom: 3.5rem !important;
  }

  .fc_mb-xxl-7 {
    margin-bottom: 4rem !important;
  }

  .fc_mb-xxl-12 {
    margin-bottom: 12rem !important;
  }

  .fc_mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .fc_ms-xxl-0 {
    margin-left: 0 !important;
  }

  .fc_ms-xxl-1 {
    margin-left: .25rem !important;
  }

  .fc_ms-xxl-2 {
    margin-left: .5rem !important;
  }

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

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

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

  .fc_ms-xxl-6 {
    margin-left: 3.5rem !important;
  }

  .fc_ms-xxl-7 {
    margin-left: 4rem !important;
  }

  .fc_ms-xxl-12 {
    margin-left: 12rem !important;
  }

  .fc_ms-xxl-auto {
    margin-left: auto !important;
  }

  .fc_p-xxl-0 {
    padding: 0 !important;
  }

  .fc_p-xxl-1 {
    padding: .25rem !important;
  }

  .fc_p-xxl-2 {
    padding: .5rem !important;
  }

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

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

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

  .fc_p-xxl-6 {
    padding: 3.5rem !important;
  }

  .fc_p-xxl-7 {
    padding: 4rem !important;
  }

  .fc_p-xxl-12 {
    padding: 12rem !important;
  }

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

  .fc_px-xxl-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .fc_px-xxl-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

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

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

  .fc_px-xxl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .fc_px-xxl-6 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .fc_px-xxl-7 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .fc_px-xxl-12 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .fc_py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .fc_py-xxl-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .fc_py-xxl-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

  .fc_py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .fc_py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .fc_py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .fc_py-xxl-6 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .fc_py-xxl-7 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .fc_py-xxl-12 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .fc_pt-xxl-0 {
    padding-top: 0 !important;
  }

  .fc_pt-xxl-1 {
    padding-top: .25rem !important;
  }

  .fc_pt-xxl-2 {
    padding-top: .5rem !important;
  }

  .fc_pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .fc_pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .fc_pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .fc_pt-xxl-6 {
    padding-top: 3.5rem !important;
  }

  .fc_pt-xxl-7 {
    padding-top: 4rem !important;
  }

  .fc_pt-xxl-12 {
    padding-top: 12rem !important;
  }

  .fc_pe-xxl-0 {
    padding-right: 0 !important;
  }

  .fc_pe-xxl-1 {
    padding-right: .25rem !important;
  }

  .fc_pe-xxl-2 {
    padding-right: .5rem !important;
  }

  .fc_pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .fc_pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .fc_pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .fc_pe-xxl-6 {
    padding-right: 3.5rem !important;
  }

  .fc_pe-xxl-7 {
    padding-right: 4rem !important;
  }

  .fc_pe-xxl-12 {
    padding-right: 12rem !important;
  }

  .fc_pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .fc_pb-xxl-1 {
    padding-bottom: .25rem !important;
  }

  .fc_pb-xxl-2 {
    padding-bottom: .5rem !important;
  }

  .fc_pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .fc_pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .fc_pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .fc_pb-xxl-6 {
    padding-bottom: 3.5rem !important;
  }

  .fc_pb-xxl-7 {
    padding-bottom: 4rem !important;
  }

  .fc_pb-xxl-12 {
    padding-bottom: 12rem !important;
  }

  .fc_ps-xxl-0 {
    padding-left: 0 !important;
  }

  .fc_ps-xxl-1 {
    padding-left: .25rem !important;
  }

  .fc_ps-xxl-2 {
    padding-left: .5rem !important;
  }

  .fc_ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .fc_ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .fc_ps-xxl-5 {
    padding-left: 3rem !important;
  }

  .fc_ps-xxl-6 {
    padding-left: 3.5rem !important;
  }

  .fc_ps-xxl-7 {
    padding-left: 4rem !important;
  }

  .fc_ps-xxl-12 {
    padding-left: 12rem !important;
  }

  .fc_gap-xxl-0 {
    gap: 0 !important;
  }

  .fc_gap-xxl-1 {
    gap: .25rem !important;
  }

  .fc_gap-xxl-2 {
    gap: .5rem !important;
  }

  .fc_gap-xxl-3 {
    gap: 1rem !important;
  }

  .fc_gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .fc_gap-xxl-5 {
    gap: 3rem !important;
  }

  .fc_gap-xxl-6 {
    gap: 3.5rem !important;
  }

  .fc_gap-xxl-7 {
    gap: 4rem !important;
  }

  .fc_gap-xxl-12 {
    gap: 12rem !important;
  }

  .fc_gap-xxl-8 {
    gap: 5rem !important;
  }

  .fc_text-xxl-start {
    text-align: left !important;
  }

  .fc_text-xxl-end {
    text-align: right !important;
  }

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

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

  .fc_text-xxl-nowrap {
    white-space: nowrap !important;
  }

  .fc_text-xxl-gray {
    --ss-text-opacity: 1;
    color: rgba(var(--ss-gray-rgb), var(--ss-text-opacity)) !important;
  }

  .fc_text-xxl-black {
    --ss-text-opacity: 1;
    color: rgba(var(--ss-black-rgb), var(--ss-text-opacity)) !important;
  }

  .fc_text-xxl-white {
    --ss-text-opacity: 1;
    color: rgba(var(--ss-white-rgb), var(--ss-text-opacity)) !important;
  }

  .fc_text-xxl-body {
    --ss-text-opacity: 1;
    color: rgba(var(--ss-body-color-rgb), var(--ss-text-opacity)) !important;
  }

  .fc_text-xxl-muted {
    --ss-text-opacity: 1;
    color: rgba(118, 118, 116, .75) !important;
  }

  .fc_text-xxl-heading {
    --ss-text-opacity: 1;
    color: #555553 !important;
  }

  .fc_text-xxl-reset {
    --ss-text-opacity: 1;
    color: inherit !important;
  }

  .fc_bg-xxl-gray {
    --ss-bg-opacity: 1;
    background-color: rgba(var(--ss-gray-rgb), var(--ss-bg-opacity)) !important;
  }

  .fc_bg-xxl-black {
    --ss-bg-opacity: 1;
    background-color: rgba(var(--ss-black-rgb), var(--ss-bg-opacity)) !important;
  }

  .fc_bg-xxl-white {
    --ss-bg-opacity: 1;
    background-color: rgba(var(--ss-white-rgb), var(--ss-bg-opacity)) !important;
  }

  .fc_bg-xxl-body {
    --ss-bg-opacity: 1;
    background-color: rgba(var(--ss-body-bg-rgb), var(--ss-bg-opacity)) !important;
  }

  .fc_bg-xxl-gray-50 {
    --ss-bg-opacity: 1;
    background-color: rgba(var(--ss-gray-50-rgb), var(--ss-bg-opacity)) !important;
  }

  .fc_bg-xxl-transparent {
    --ss-bg-opacity: 1;
    background-color: rgba(0, 0, 0, 0) !important;
  }

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

  .fc_bg-opacity-xxl-10 {
    opacity: .1 !important;
  }

  .fc_bg-opacity-xxl-25 {
    opacity: .25 !important;
  }

  .fc_bg-opacity-xxl-50 {
    opacity: .5 !important;
  }

  .fc_bg-opacity-xxl-75 {
    opacity: .75 !important;
  }

  .fc_bg-opacity-xxl-90 {
    opacity: .9 !important;
  }

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

  .fc_rounded-xxl {
    border-radius: .375rem !important;
  }

  .fc_rounded-xxl-0 {
    border-radius: 0 !important;
  }

  .fc_rounded-xxl-1 {
    border-radius: .25rem !important;
  }

  .fc_rounded-xxl-2 {
    border-radius: .375rem !important;
  }

  .fc_rounded-xxl-3 {
    border-radius: .5rem !important;
  }

  .fc_rounded-xxl-4 {
    border-radius: 1rem !important;
  }

  .fc_rounded-xxl-5 {
    border-radius: 1.25rem !important;
  }

  .fc_rounded-xxl-6 {
    border-radius: 2rem !important;
  }

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

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

  .fc_rounded-top-xxl {
    border-top-left-radius: .375rem !important;
    border-top-right-radius: .375rem !important;
  }

  .fc_rounded-top-xxl-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .fc_rounded-top-xxl-1 {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important;
  }

  .fc_rounded-top-xxl-2 {
    border-top-left-radius: .375rem !important;
    border-top-right-radius: .375rem !important;
  }

  .fc_rounded-top-xxl-3 {
    border-top-left-radius: .5rem !important;
    border-top-right-radius: .5rem !important;
  }

  .fc_rounded-top-xxl-4 {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .fc_rounded-top-xxl-5 {
    border-top-left-radius: 1.25rem !important;
    border-top-right-radius: 1.25rem !important;
  }

  .fc_rounded-end-xxl {
    border-top-right-radius: .375rem !important;
    border-bottom-right-radius: .375rem !important;
  }

  .fc_rounded-end-xxl-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .fc_rounded-end-xxl-1 {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
  }

  .fc_rounded-end-xxl-2 {
    border-top-right-radius: .375rem !important;
    border-bottom-right-radius: .375rem !important;
  }

  .fc_rounded-end-xxl-3 {
    border-top-right-radius: .5rem !important;
    border-bottom-right-radius: .5rem !important;
  }

  .fc_rounded-end-xxl-4 {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .fc_rounded-end-xxl-5 {
    border-top-right-radius: 1.25rem !important;
    border-bottom-right-radius: 1.25rem !important;
  }

  .fc_rounded-bottom-xxl {
    border-bottom-right-radius: .375rem !important;
    border-bottom-left-radius: .375rem !important;
  }

  .fc_rounded-bottom-xxl-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .fc_rounded-bottom-xxl-1 {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
  }

  .fc_rounded-bottom-xxl-2 {
    border-bottom-right-radius: .375rem !important;
    border-bottom-left-radius: .375rem !important;
  }

  .fc_rounded-bottom-xxl-3 {
    border-bottom-right-radius: .5rem !important;
    border-bottom-left-radius: .5rem !important;
  }

  .fc_rounded-bottom-xxl-4 {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .fc_rounded-bottom-xxl-5 {
    border-bottom-right-radius: 1.25rem !important;
    border-bottom-left-radius: 1.25rem !important;
  }

  .fc_rounded-start-xxl {
    border-top-left-radius: .375rem !important;
    border-bottom-left-radius: .375rem !important;
  }

  .fc_rounded-start-xxl-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .fc_rounded-start-xxl-1 {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
  }

  .fc_rounded-start-xxl-2 {
    border-top-left-radius: .375rem !important;
    border-bottom-left-radius: .375rem !important;
  }

  .fc_rounded-start-xxl-3 {
    border-top-left-radius: .5rem !important;
    border-bottom-left-radius: .5rem !important;
  }

  .fc_rounded-start-xxl-4 {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .fc_rounded-start-xxl-5 {
    border-top-left-radius: 1.25rem !important;
    border-bottom-left-radius: 1.25rem !important;
  }
}

@media (min-width: 1200px) {
  .fc_fs-1 {
    font-size: 3rem !important;
  }

  .fc_fs-2 {
    font-size: 2.25rem !important;
  }

  .fc_fs-3 {
    font-size: 1.9375rem !important;
  }

  .fc_fs-4 {
    font-size: 1.5rem !important;
  }
}

@media print {
  .fc_d-print-inline {
    display: inline !important;
  }

  .fc_d-print-inline-block {
    display: inline-block !important;
  }

  .fc_d-print-block {
    display: block !important;
  }

  .fc_d-print-grid {
    display: grid !important;
  }

  .fc_d-print-table {
    display: table !important;
  }

  .fc_d-print-table-row {
    display: table-row !important;
  }

  .fc_d-print-table-cell {
    display: table-cell !important;
  }

  .fc_d-print-flex {
    display: flex !important;
  }

  .fc_d-print-inline-flex {
    display: inline-flex !important;
  }

  .fc_d-print-none {
    display: none !important;
  }
}

#fc_2308-aa a.fc_btn {
  --ss-btn-color: #000;
}

.fc_aa-blk-bg {
  background-color: #000;
}

.fc_aa-gry-title {
  color: rgba(255, 255, 255, .7);
}

@media (max-width: 760px) {
  .fc_aa-order-last-sm {
    order: 6 !important;
  }
}

/*# sourceMappingURL=fc-2023.7d6c293e.css.map */
