/*!*******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/sass/matgen.scss ***!
  \*******************************************************************************************************************************************/
@charset "UTF-8";
._panel {
  position: relative;
}

#auth-header {
  margin-top: -5px;
}

.website-card {
  display: none;
}

#content-select-modal #main-loader-wrapper {
  position: static;
}

#option-modal .modal-content {
  min-height: 400px;
}

#matgen-account h1, #matgen-account .m4c-matgen .h1, .m4c-matgen #matgen-account .h1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  letter-spacing: -0.8727px;
  margin-bottom: 1em;
}

#content-select-modal .modal-body {
  width: 58em;
}
#content-select-modal .modal-body .head-and-sub-centered {
  margin-top: 1em;
}
#content-select-modal .modal-body .head-and-sub-centered h5, #content-select-modal .modal-body .head-and-sub-centered .m4c-matgen .h5, .m4c-matgen #content-select-modal .modal-body .head-and-sub-centered .h5 {
  font-size: 1.375em;
  margin-bottom: 0;
  color: #000;
}
#content-select-modal .modal-body .head-and-sub-centered span {
  font-size: 1em;
}
#content-select-modal .modal-body .head-and-sub-centered p {
  color: #454545;
  max-width: 960px;
  margin: auto;
  margin-bottom: 0;
  text-align: center;
}

#reuse-text-header {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
#reuse-text-header a {
  align-self: center;
  width: 15%;
}
#reuse-text-header h3, #reuse-text-header .m4c-matgen .h3, .m4c-matgen #reuse-text-header .h3 {
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.5em;
  margin: 0;
}
#reuse-text-header select {
  font-size: 1.5em;
  color: #255dff;
  margin: 0;
  padding: 0.3em 2em 0.3em 0.55em;
  width: auto;
  min-width: 12em;
}
#reuse-text-header select:disabled {
  color: #808080;
  background: #f0f0f0;
  border-color: #d2d2d2;
  background-image: none;
}
#reuse-text-header button.back-btn {
  border-radius: 2em;
  padding: 0.25em 1.25em;
  transition: ease-in-out 250ms;
  align-self: center;
}

#no-material-wrapper {
  border: 1px solid #d8d8d8;
  padding: 4rem 2rem;
  margin-top: 2rem;
}
#no-material-wrapper p {
  text-align: center !important;
}

#prompt-form-submit {
  border-radius: 2em;
  padding: 0.25em 1.25em;
  transition: ease-in-out 250ms;
  align-self: center;
}

#matgen-pad {
  padding: 1em;
  margin: 1em;
  margin-top: 0.5em;
  background: #fff;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}

#reuse-text .nav-tabs {
  border: none;
  margin-top: 1em;
}
#reuse-text .nav-link {
  background: #f9f9f9;
  border-color: #e9e9e9;
  border-radius: 0;
  cursor: pointer;
  white-space: nowrap;
}
#reuse-text .nav-link.active {
  background: #fff;
}
#reuse-text .nav-link:hover {
  background: #255dff;
  color: #fff;
  border-color: rgb(0, 61.9082568807, 241);
}
#reuse-text .tab-content {
  width: 100%;
  border: none;
  padding: 1.5em 2.5em;
}
#reuse-text .tab-content button {
  border-radius: 2em;
  padding: 0.25em 1.25em;
  transition: ease-in-out 250ms;
  align-self: center;
}

#matgen-whole {
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  position: relative;
}

.alert-wrapper {
  max-width: 60vw;
  width: 100%;
  margin: auto;
  margin-bottom: 2em;
  margin-top: 2em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.alert-wrapper .alert {
  max-width: 90%;
  margin: auto;
  text-align: center;
  padding: 4em 2em;
  padding-top: 2em;
  padding-bottom: 2.5em;
}
.alert-wrapper .alert p {
  margin: 0;
}
.alert-wrapper.results-info .alert-info {
  border-color: #9dd8e4;
}
.alert-wrapper.results-danger .alert-danger {
  border-color: #e6bdbf;
}
.alert-wrapper.results-danger .alert-danger h5, .alert-wrapper.results-danger .alert-danger .m4c-matgen .h5, .m4c-matgen .alert-wrapper.results-danger .alert-danger .h5 {
  color: #b71020 !important;
}

#website-management-wrapper,
#website-data-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

#website-data-wrapper:not(.loaded) {
  padding-bottom: 6em;
}

.pac-icon {
  display: none;
}

.pac-item {
  font-size: 1.5rem !important;
  cursor: pointer;
  padding: 0.25rem;
}

.pac-item-query {
  padding: 0.25rem;
  font-size: 1.5rem !important;
}

.pac-matched {
  padding: 0.25rem;
  font-size: 1.5rem !important;
}

#website-data-wrapper.loaded::before {
  content: "";
  height: 100%;
  width: 100%;
  background: #f1f3fa;
  position: absolute;
  left: 0;
  top: 12em;
  z-index: -1;
}

#template-preview-iframe {
  width: 100%;
  height: auto;
  min-height: 30em;
}

.material-saved-download-popup svg {
  user-select: none;
  pointer-events: none;
}

#video-preview-modal a {
  color: #255dff;
  text-decoration: underline;
  cursor: pointer;
}

#no-languages {
  text-align: center;
}

#clear {
  margin-left: 1.5em;
  width: 5em;
  padding: 0.25em;
  margin-top: 0.75em;
}

#template-preview-inner {
  height: 100%;
}

#template-preview {
  height: 100%;
  width: 100%;
  position: relative;
  padding-right: 1em;
}

#study-specific-template-preview {
  position: relative;
}

.matgen-video-type #template-preview {
  height: initial;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9, for an aspect ratio of 1:1 change to this value to 100% */
}
.matgen-video-type #template-preview-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.matgen-video-type #study-specific-template-preview {
  width: 100%;
}

#template-size-footer {
  display: none !important;
}
#template-size-footer.matgen-file-type {
  display: none;
}

#study-specific-step2 .template-previewer .sidebar .sidebar-content #template-thumbnails .matgen-file-type-thumbnail.template-thumbnail {
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}
#study-specific-step2 .template-previewer .sidebar .sidebar-content #template-thumbnails .matgen-file-type-thumbnail.missing-thumb img {
  filter: invert(88%) sepia(24%) saturate(218) hue-rotate(-146deg) brightness(90%) contrast(105%) drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
  height: 175px;
  margin: 39px auto;
}
#study-specific-step2 .template-previewer .sidebar .sidebar-content #template-thumbnails .matgen-file-type-thumbnail .file-type-title {
  display: inline-block;
  height: 12em;
  overflow: hidden;
  text-overflow: ellipsis;
}
#study-specific-step2 .template-previewer .sidebar .sidebar-content #template-thumbnails .matgen-file-type-thumbnail img {
  height: auto;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
#study-specific-step2 .template-previewer .sidebar .sidebar-content #template-thumbnails .matgen-file-type-thumbnail.missing-thumb img {
  margin-top: 1.25em;
  max-height: 40%;
}
#study-specific-step2 .template-previewer .sidebar .sidebar-content #template-thumbnails .matgen-file-type-thumbnail.missing-thumb:active img, #study-specific-step2 .template-previewer .sidebar .sidebar-content #template-thumbnails .matgen-file-type-thumbnail.missing-thumb:focus img, #study-specific-step2 .template-previewer .sidebar .sidebar-content #template-thumbnails .matgen-file-type-thumbnail.missing-thumb:focus-visible img {
  filter: invert(0.5) sepia(1) saturate(8) hue-rotate(228deg) brightness(0.65);
}
#study-specific-step2 .template-previewer .sidebar .sidebar-content #template-thumbnails .matgen-file-type-thumbnail.missing-thumb:hover img {
  filter: invert(0.5) sepia(1) saturate(5) hue-rotate(187deg);
}
#study-specific-step2 .template-previewer .sidebar .sidebar-content #template-thumbnails .matgen-video-type-thumbnail {
  font-size: 0.75em;
  padding-bottom: 1.5em;
}
#study-specific-step2 .template-previewer .sidebar .sidebar-content #template-thumbnails .matgen-video-type-thumbnail.template-thumbnail {
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}
#study-specific-step2 .template-previewer .sidebar .sidebar-content #template-thumbnails .matgen-video-type-thumbnail.template-thumbnail.missing-thumb {
  filter: invert(88%) sepia(24%) saturate(218) hue-rotate(-146deg) brightness(90%) contrast(105%) drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
  height: 175px;
  margin: 39px auto;
}
#study-specific-step2 .template-previewer .sidebar .sidebar-content #template-thumbnails .matgen-video-type-thumbnail .file-type-title {
  display: inline-block;
  height: 12em;
  overflow: hidden;
  text-overflow: ellipsis;
}
#study-specific-step2 .template-previewer .sidebar .sidebar-content #template-thumbnails .matgen-video-type-thumbnail img {
  height: auto;
  max-width: 35%;
  margin: 0.15em auto 0;
  /* height: auto;
  max-width: 35%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1.5em; */
}
#study-specific-step2 .template-previewer .sidebar .sidebar-content #template-thumbnails .matgen-video-type-thumbnail img.missing-thumb {
  margin-top: 1.25em;
  max-height: 40%;
  margin-bottom: 1.5em;
}
#study-specific-step2 .template-previewer .sidebar .sidebar-content #template-thumbnails .matgen-video-type-thumbnail:hover img {
  filter: invert(0.5) sepia(1) saturate(5) hue-rotate(187deg);
}
#study-specific-step2 .template-previewer .sidebar .sidebar-content #template-thumbnails .matgen-video-type-thumbnail:active img, #study-specific-step2 .template-previewer .sidebar .sidebar-content #template-thumbnails .matgen-video-type-thumbnail:focus img, #study-specific-step2 .template-previewer .sidebar .sidebar-content #template-thumbnails .matgen-video-type-thumbnail:focus-visible img {
  filter: invert(0.5) sepia(1) saturate(8) hue-rotate(228deg) brightness(0.65);
}

.matgen-file-type #template-preview {
  height: 100%;
  width: 100%;
}
.matgen-file-type #template-preview-iframe {
  position: absolute;
  top: 0;
  left: 1em;
  width: 96%;
  height: 100%;
}
.matgen-file-type #study-specific-template-preview {
  width: 100%;
}

#template-thumbnails-wrapper {
  z-index: 0;
}
#template-thumbnails-wrapper.matgen-file-type {
  height: 80vh !important;
}

.img-magnifier-container {
  position: relative;
  height: 100%;
}

.img-magnifier-glass {
  position: absolute;
  border: 2px solid #aaa;
  box-shadow: 2px 2px 4px #ddd;
  border-radius: 4px;
  cursor: crosshair;
  /* Set the size of the magnifier glass: */
  width: 35vw;
  height: 45vh;
  z-index: 2147483647;
}

#template-preview-outer {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: start;
  padding-right: 0.5em;
}
#template-preview-outer.matgen-video-type .tutorial, #template-preview-outer.matgen-file-type .tutorial {
  display: none;
}

#matgen-temp {
  position: absolute;
  z-index: -1;
}

#website-management-step1 {
  margin: auto;
}

.skeleton-loader-container {
  z-index: 2147483600;
}
.skeleton-loader-container #sidebar-header {
  background-color: #ddd;
  border-color: #ccc;
}

.ghost-fake-icon {
  height: 32px;
  width: 32px;
  border: 6px solid #ccc;
  border-radius: 50%;
  display: inline-block;
}

#ghost-irb button {
  width: 12em;
  background-color: #ccc;
  border-color: #bbb;
}
#ghost-irb .content {
  width: 100%;
}
#ghost-irb svg {
  color: #ccc;
}
#ghost-irb h3, #ghost-irb .m4c-matgen .h3, .m4c-matgen #ghost-irb .h3,
#ghost-irb p {
  background: #ccc;
}
#ghost-irb h3, #ghost-irb .m4c-matgen .h3, .m4c-matgen #ghost-irb .h3 {
  width: 40%;
  height: 1.5em;
}
#ghost-irb p {
  width: 100%;
  height: 4em;
}

.ghost-preview {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 75%;
  border: 1px solid #555;
  margin: 2em;
}
.ghost-preview svg {
  opacity: 0.2;
}

#template-preview-wrapper {
  height: 127vh;
  overflow: auto;
}
#template-preview-wrapper.video-wrapper {
  height: 57vh;
}

#study-specific-step2 .template-previewer .sidebar .sidebar-content #template-thumbnails .ghost-thumb.visible {
  min-height: 12em;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
#study-specific-step2 .template-previewer .sidebar .sidebar-content #template-thumbnails .ghost-thumb.visible .size {
  width: 8em;
  height: 2em;
  background: #bbb;
}
#study-specific-step2 .template-previewer .sidebar .sidebar-content #template-thumbnails .ghost-thumb.visible svg {
  opacity: 0.15 !important;
  width: 3em !important;
}

#template-thumbnails-wrapper,
#template-thumbnails-inner {
  position: relative;
  background: #eee;
}

.empty-result {
  border: 2px solid #eee;
  border-radius: 0.5em;
  width: 100%;
  height: 100%;
  background: #e9e9e9;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 13em;
}
.empty-result p {
  font-size: 1.5em;
  padding: 0;
  margin: 0;
}

.ghost-thumb-description {
  height: 2.25em;
  background-color: #cfcfcf;
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 90%) #cfcfcf;
  background-size: 200% 100%;
  background-position-x: 180%;
  animation: 1s loading ease-in-out infinite;
}

/* #study-specific-step1 .option-button.select-hook.select-multiple.ghost-option {
  background-color: #ffffffbb;
  border-color: #ffffffbb;
} */
.ghost-option-description {
  height: 1.5em;
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 90%) #dedede;
  background-size: 200% 100%;
  background-position-x: 180%;
  animation: 1s loading ease-in-out infinite;
  margin-bottom: 0.5em;
}

#loader-message {
  color: #255dff !important;
  background: rgba(255, 255, 255, 0.6666666667) !important;
  font-size: 1em;
}

#main-loader-wrapper,
#modal-loader-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(255, 255, 255, 0);
  cursor: wait;
  z-index: 2147483647;
}
#main-loader-wrapper.opaque-overlay,
#modal-loader-wrapper.opaque-overlay {
  background: rgba(255, 255, 255, 0.5019607843);
}
#main-loader-wrapper #main-loader-target,
#main-loader-wrapper #modal-loader-target,
#modal-loader-wrapper #main-loader-target,
#modal-loader-wrapper #modal-loader-target {
  cursor: wait;
  height: 100%;
  max-height: 80vh;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#page-thumb.missing-thumb {
  filter: invert(88%) sepia(24%) saturate(218) hue-rotate(-146deg) brightness(90%) contrast(105%) drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
  padding: 39px;
}

.section-loader {
  top: 0;
  width: 100%;
  max-height: 80vh;
  height: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: wait;
}
.section-loader .loader-circle {
  display: inline-block;
  transform: translateZ(1px);
}
.section-loader .loader-circle > div {
  display: inline-block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  background: #255dff;
  animation: loader-circle 9.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
@keyframes loader-circle {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(1800deg);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  100% {
    transform: rotateY(3600deg);
  }
}
.section-loader .loader-grid {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.section-loader .loader-grid div {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #255dff;
  animation: loader-grid 1.2s linear infinite;
}
.section-loader .loader-grid div:nth-child(1) {
  top: 8px;
  left: 8px;
  animation-delay: 0s;
}
.section-loader .loader-grid div:nth-child(2) {
  top: 8px;
  left: 32px;
  animation-delay: -0.4s;
}
.section-loader .loader-grid div:nth-child(3) {
  top: 8px;
  left: 56px;
  animation-delay: -0.8s;
}
.section-loader .loader-grid div:nth-child(4) {
  top: 32px;
  left: 8px;
  animation-delay: -0.4s;
}
.section-loader .loader-grid div:nth-child(5) {
  top: 32px;
  left: 32px;
  animation-delay: -0.8s;
}
.section-loader .loader-grid div:nth-child(6) {
  top: 32px;
  left: 56px;
  animation-delay: -1.2s;
}
.section-loader .loader-grid div:nth-child(7) {
  top: 56px;
  left: 8px;
  animation-delay: -0.8s;
}
.section-loader .loader-grid div:nth-child(8) {
  top: 56px;
  left: 32px;
  animation-delay: -1.2s;
}
.section-loader .loader-grid div:nth-child(9) {
  top: 56px;
  left: 56px;
  animation-delay: -1.6s;
}
@keyframes loader-grid {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.section-loader .lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.section-loader .lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #255dff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.section-loader .lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 1s infinite;
}
.section-loader .lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 1s infinite;
}
.section-loader .lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 1s infinite;
}
.section-loader .lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 1s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

#health-statuses,
#ethnicities,
#distribution-types {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 22em;
}

#distribution-types {
  min-height: initial;
  display: flex;
  flex-wrap: wrap;
  place-content: baseline start;
  width: 69rem;
  margin: 0 auto 4rem;
}
#distribution-types .ribbon {
  font-size: 12px;
  position: absolute;
  top: 0;
  right: 0;
  color: rgb(255, 255, 255);
  line-height: 12px;
  margin: auto;
  background: rgb(144, 144, 144);
  padding: 0.75em 1em;
}
#distribution-types .option-card {
  height: fit-content;
  margin: 0.5rem;
  transition: 300ms ease-in-out;
  width: 22rem;
  position: relatve;
}
#distribution-types .option-card.disabled {
  filter: grayscale(100%);
}
#distribution-types .option-card.disabled .option-card__copy {
  color: #a0a0a0;
}
#distribution-types .option-card.disabled .option-card__copy span.subtext.blue {
  color: #a0a0a0;
}
#distribution-types .option-card.distribution-question.selected:hover {
  border-color: #007bff;
  box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.2);
}
#distribution-types .option-card.distribution-question.selected {
  box-shadow: none;
}
#distribution-types .option-card .option-card__copy span {
  display: block;
}
#distribution-types .option-card .option-card__copy span.subtext {
  color: #6b6b6b;
  font-size: 0.875em;
  font-weight: 400;
  font-style: italic;
}
#distribution-types .option-card .option-card__copy span.subtext.blue {
  color: #255dff;
}
#distribution-types .option-card.ghost-card {
  background-color: #cfcfcf;
}
#distribution-types .option-card.ghost-card .option-card__graphic {
  background-color: #cfcfcf;
}
#distribution-types .option-card.ghost-card .option-card__icon {
  background-color: #fff;
}
#distribution-types .option-card.ghost-card .option-card__copy {
  background-color: #cfcfcf;
  width: 80%;
  height: 1em;
  margin-right: 2em;
  margin-bottom: 0.5em;
}
#distribution-types .option-card:focus {
  border-color: #f9b351;
}
#distribution-types .option-card.selected {
  border-color: #275eff;
}
#distribution-types .option-card.selected:hover {
  border-color: #ddd;
}

#health-statuses-wrapper,
#ethnicities-wrapper,
#distribution-types-wrapper {
  position: relative;
  width: fit-content;
  height: 100%;
  margin: auto;
}

.location-view-toggle {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 0.5em;
}

.location-autocomplete {
  margin-bottom: 0.5em;
}

.uploader-preview {
  position: relative;
}

.remove-upload {
  color: red;
  position: absolute;
  top: 0;
  right: 0;
}

.preview-window {
  /* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
  /* This container is needed to position the front and back side */
  /* Do an horizontal flip when you move the mouse over the flip box container */
  /* .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  } */
  /* Position the front and back side */
  /* Style the front side (fallback if image is missing) */
  /* Style the back side */
}
.preview-window .flip-card {
  background-color: transparent;
  width: 100%;
  perspective: 1000px;
  /* Remove this if you don't want the 3D effect */
}
.preview-window .flip-card-inner {
  position: relative;
  width: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.preview-window .flip-card-inner.back {
  transform: rotateY(-180deg);
}
.preview-window .flip-card-front,
.preview-window .flip-card-back {
  position: absolute;
  width: 100%;
  /* Safari */
  backface-visibility: hidden;
}
.preview-window .flip-card-front {
  background: transparent;
}
.preview-window .flip-card-back {
  background: transparent;
  transform: rotateY(180deg);
}

#study-specific-step1-continue {
  display: none;
}
#study-specific-step1-continue:active, #study-specific-step1-continue:focus {
  border: 1px solid #000 !important;
  box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.2);
}
#study-specific-step1-continue:hover {
  background: #142585;
}

.color-picker-form {
  border: 1px solid #ced4da;
  padding: 0.5em;
  color: #c3c5c6;
  height: 2.5em;
}
.color-picker-form .pcr-button {
  height: 1.5em;
  position: relative;
  top: -0.15em;
}

#theme-color-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
}

#editor-pagination {
  margin-bottom: 0.5em;
}

#quill-container {
  margin: auto;
  width: 100%;
  height: 96%;
}
#quill-container .ql-editor {
  min-height: 10em;
}
#quill-container .ql-editor ul {
  font-size: 1rem;
  line-height: 1.625;
}

.matgen-richtext-form .ql-toolbar.ql-snow {
  text-align: center;
  background: #f1f1f1;
  border: none;
}
.matgen-richtext-form .rich-text-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2.25em;
  box-shadow: 2px 2px 4px #ddd;
}
.matgen-richtext-form .rich-text-wrapper .rich-text-half {
  border: 0.9px solid #e1e1e1;
  width: 48%;
  padding: 0;
  margin: 0;
  min-height: 14em;
}
.matgen-richtext-form .rich-text-wrapper .rich-text-preview-wrapper {
  width: 50%;
  flex-grow: 1;
  padding-top: 1.5em;
}
.matgen-richtext-form .rich-text-wrapper .rich-text-preview-wrapper .tab-content {
  border: none;
  background: transparent;
  padding: 0;
  height: 100%;
}
.matgen-richtext-form .rich-text-wrapper .rich-text-preview-wrapper .tab-content .tab-pane {
  height: 100%;
}
.matgen-richtext-form .rich-text-wrapper .rich-text-preview-wrapper .tab-content .tab-pane #preview-instructions {
  text-align: center;
  padding: 2em;
}
.matgen-richtext-form .rich-text-wrapper .rich-text-preview-wrapper .tab-flex {
  height: 25.1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.matgen-richtext-form .rich-text-wrapper .rich-text-editor-wrapper {
  width: 50%;
  height: 100%;
}
.matgen-richtext-form .rich-text-wrapper .rich-text-left-top {
  padding: 1.5em;
}
.matgen-richtext-form .rich-text-wrapper .rich-text-left-top h5, .matgen-richtext-form .rich-text-wrapper .rich-text-left-top .m4c-matgen .h5, .m4c-matgen .matgen-richtext-form .rich-text-wrapper .rich-text-left-top .h5 {
  font-size: 1em;
  text-align: left;
}
.matgen-richtext-form .rich-text-wrapper .rich-text-right {
  height: 100%;
  padding: 0;
}
.matgen-richtext-form .rich-text-wrapper .rich-text-right h4, .matgen-richtext-form .rich-text-wrapper .rich-text-right .m4c-matgen .h4, .m4c-matgen .matgen-richtext-form .rich-text-wrapper .rich-text-right .h4 {
  font-size: 1.25em;
  text-align: center;
}
.matgen-richtext-form .rich-text-wrapper .rich-text-right .rich-text-right-inner {
  height: 100%;
}
.matgen-richtext-form .rich-text-wrapper .rich-text-right .example-text-slide {
  min-height: 12.5em;
}
.matgen-richtext-form .rich-text-wrapper .rich-text-right .carousel {
  height: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.matgen-richtext-form .rich-text-wrapper .rich-text-right #examples-tab-pane .carousel {
  height: initial;
  display: initial;
}
.matgen-richtext-form .rich-text-wrapper .rich-text-right .carousel-inner {
  height: auto;
}
.matgen-richtext-form .rich-text-wrapper .rich-text-right #carouselExampleIndicators {
  height: 100%;
}
.matgen-richtext-form .rich-text-wrapper .rich-text-right .carousel-control-prev-icon,
.matgen-richtext-form .rich-text-wrapper .rich-text-right .carousel-control-next-icon {
  color: #3c5091;
  margin-top: -4em;
}
.matgen-richtext-form .rich-text-wrapper .rich-text-right .carousel-control-prev,
.matgen-richtext-form .rich-text-wrapper .rich-text-right .carousel-control-next {
  width: auto;
}
.matgen-richtext-form .rich-text-wrapper .rich-text-right .carousel-indicators {
  position: static;
}
.matgen-richtext-form .rich-text-wrapper .rich-text-right .carousel-indicators button {
  color: #255dff;
  background: transparent;
  width: 18px;
  height: 0;
  text-indent: initial;
  font-size: 1.5em;
}
.matgen-richtext-form .rich-text-wrapper .rich-text-right #example-text-slide {
  min-height: 14em;
}
.matgen-richtext-form .rich-text-wrapper .rich-text-right .example-text-slide {
  padding: 2em 4em;
  padding-bottom: 0;
  margin-top: -2em;
}
.matgen-richtext-form .rich-text-wrapper .rich-text-right .example-text-slide-header {
  font-size: 1.2em;
}
.matgen-richtext-form .rich-text-wrapper .use-example-wrapper {
  text-align: center;
}
.matgen-richtext-form .rich-text-wrapper .use-example-wrapper button {
  border-radius: 2em;
  padding: 0.25em 2.25em;
  transition: ease-in-out 250ms;
}
.matgen-richtext-form .rich-text-wrapper .question-instructions ul {
  padding-left: 1em;
}

#matgen-controller {
  max-width: 100vw;
}

#error-alert-modal .modal-body {
  padding-top: 1em;
}

#error-alert-modal-label {
  display: none;
}

#quill-output-wrapper {
  top: -15000px;
  position: absolute;
}

#quill-output {
  background: transparent;
  overflow: hidden;
  text-align: left;
}
#quill-output p {
  margin: 0;
  padding: 0;
}

#rich-text-editor {
  min-height: 60vh;
}

#rich-text-editor .modal-body {
  min-height: 60vh;
}

#rich-text-preview {
  width: 500px;
  max-width: 100%;
  margin: auto;
  pointer-events: none;
  position: relative;
  max-height: 290px;
  overflow: hidden;
}

#rich-text-preview-loader {
  width: 100%;
  height: 400px;
  position: absolute;
  background: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

main {
  min-height: 80vh;
}

.page-material-choices .choices-row .material-boxes .selected .inner:hover {
  opacity: 0.75;
}

/*
#alert-modal {
  .modal-content {
    padding: 2em;
  }
} */
#study-data-propagate-modal label {
  cursor: pointer;
}

#step-5-buttons .button.button--blue {
  padding-left: 1.5em;
  padding-right: 1.5em;
}

#require-auth-modal .modal-body {
  position: relative;
}

#alert-modal .alert {
  margin-bottom: 0;
  margin-top: 1em;
}

.alert-modal-icon {
  margin-right: 2em;
}

#testing {
  color: rgb(0, 61.9082568807, 241);
}

.modal-body .alert-primary .alert-modal-content {
  color: rgb(0, 61.9082568807, 241);
}
.modal-body .alert-primary .alert-modal-content p {
  color: rgb(0, 61.9082568807, 241);
}
.modal-body .alert-secondary .alert-modal-content {
  color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
.modal-body .alert-secondary .alert-modal-content p {
  color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
.modal-body .alert-info .alert-modal-content {
  color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.modal-body .alert-info .alert-modal-content p {
  color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.modal-body .alert-danger .alert-modal-content {
  color: #b71020;
}
.modal-body .alert-danger .alert-modal-content p {
  color: #b71020;
}
.modal-body .alert-warning .alert-modal-content {
  color: rgb(211, 158.25, 0);
}
.modal-body .alert-warning .alert-modal-content p {
  color: rgb(211, 158.25, 0);
}
.modal-body .alert-success .alert-modal-content {
  color: rgb(30.1449275362, 125.8550724638, 52);
}
.modal-body .alert-success .alert-modal-content p {
  color: rgb(30.1449275362, 125.8550724638, 52);
}
.modal-body .alert-modal-content {
  max-width: 480px;
  width: 100%;
}
.modal-body .alert-modal-content p {
  margin: 0 auto;
  text-align: center;
}
.modal-body #sign-in-error.alert-danger {
  color: #b71020;
}
.modal-body #sign-in-error.alert-danger p {
  color: #b71020;
}

#study-data-modal .modal-content {
  padding-right: 1.25em;
}

#distribution-question-wrapper {
  background: #f1f3fa;
  padding-top: 3em;
  padding-bottom: 1.25em;
}

#material-creation-loop {
  padding-bottom: 4.25em;
}

#website-languages-wrapper,
#material-demographics-wrapper {
  padding-top: 4.25em;
}

#website-data-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 22em;
}

#website-data,
#editor-rich-text-modal {
  margin: auto;
}
#website-data h5, #website-data .m4c-matgen .h5, .m4c-matgen #website-data .h5,
#editor-rich-text-modal h5,
#editor-rich-text-modal .m4c-matgen .h5,
.m4c-matgen #editor-rich-text-modal .h5 {
  color: #000;
}
#website-data .modal-content,
#editor-rich-text-modal .modal-content {
  text-align: left;
}
#website-data .modal-content .head-and-sub-centered p,
#editor-rich-text-modal .modal-content .head-and-sub-centered p {
  text-align: center;
  margin-bottom: 1em;
}
#website-data .modal-content #rich-text-modal-buttons,
#editor-rich-text-modal .modal-content #rich-text-modal-buttons {
  padding: 1em;
  display: flex;
  justify-content: space-evenly;
}
#website-data .modal-content #rich-text-modal-buttons button,
#editor-rich-text-modal .modal-content #rich-text-modal-buttons button {
  border-radius: 2em;
  padding: 0.25em 2.25em;
  transition: ease-in-out 250ms;
}
#website-data .modal-content .rich-text-preview-wrapper,
#editor-rich-text-modal .modal-content .rich-text-preview-wrapper {
  padding-top: 0;
}
#website-data .modal-content #rich-text-modal-tabs,
#editor-rich-text-modal .modal-content #rich-text-modal-tabs {
  border-bottom: none;
}
#website-data .modal-content #rich-text-modal-tabs .tab-content,
#editor-rich-text-modal .modal-content #rich-text-modal-tabs .tab-content {
  border: none;
  padding: 0;
}
#website-data .modal-content #rich-text-modal-tabs .nav-item,
#editor-rich-text-modal .modal-content #rich-text-modal-tabs .nav-item {
  width: 50%;
  border-bottom: none;
}
#website-data .modal-content #rich-text-modal-tabs .nav-item .nav-link,
#editor-rich-text-modal .modal-content #rich-text-modal-tabs .nav-item .nav-link {
  background: #f9f9f9;
  text-align: center;
  padding: 1em;
  font-size: 1.1em;
  font-weight: bold;
  border-radius: 0;
  border-bottom: 1px solid #d0d0d0;
}
#website-data .modal-content #rich-text-modal-tabs .nav-item .nav-link:first-of-type,
#editor-rich-text-modal .modal-content #rich-text-modal-tabs .nav-item .nav-link:first-of-type {
  border-right: 1px solid #ddd;
}
#website-data .modal-content #rich-text-modal-tabs .nav-item .nav-link.active,
#editor-rich-text-modal .modal-content #rich-text-modal-tabs .nav-item .nav-link.active {
  background: #fff;
  border-bottom: none;
}
#website-data .card--basic,
#editor-rich-text-modal .card--basic {
  border: none;
  box-shadow: none;
  padding-bottom: 0;
  padding-top: 0.5em;
  max-width: 960px;
  margin: auto;
}
#website-data .ql-container.ql-snow,
#editor-rich-text-modal .ql-container.ql-snow {
  min-height: 14em;
  height: 80%;
}
#website-data .subtext-html,
#editor-rich-text-modal .subtext-html {
  margin: auto;
}
#website-data .subtext-html ul,
#editor-rich-text-modal .subtext-html ul {
  text-align: left;
}
#website-data .head-and-sub-centered h5, #website-data .head-and-sub-centered .m4c-matgen .h5, .m4c-matgen #website-data .head-and-sub-centered .h5,
#editor-rich-text-modal .head-and-sub-centered h5,
#editor-rich-text-modal .head-and-sub-centered .m4c-matgen .h5,
.m4c-matgen #editor-rich-text-modal .head-and-sub-centered .h5 {
  font-size: 1.875em;
}
#website-data .head-and-sub-centered span,
#editor-rich-text-modal .head-and-sub-centered span {
  font-size: 1em;
}
#website-data .head-and-sub-centered p,
#editor-rich-text-modal .head-and-sub-centered p {
  color: #454545;
  max-width: 960px;
  margin: auto;
}
#website-data .button--option,
#editor-rich-text-modal .button--option {
  font-size: 1.125em;
}
#website-data .selected,
#editor-rich-text-modal .selected {
  background-color: #255dff;
  color: #fff;
}
#website-data .ghost-questions .hero__heading,
#editor-rich-text-modal .ghost-questions .hero__heading {
  height: 1em;
  background: #ccc;
  width: 65%;
  margin: auto;
  margin-bottom: 0.5em;
}
#website-data .ghost-questions p,
#editor-rich-text-modal .ghost-questions p {
  height: 1em;
  background: #ccc;
  width: 100%;
  margin-bottom: 0.5em;
  margin-top: 0;
}
#website-data .ghost-questions p.three,
#editor-rich-text-modal .ghost-questions p.three {
  width: 75%;
}
#website-data .ghost-questions h5, #website-data .ghost-questions .m4c-matgen .h5, .m4c-matgen #website-data .ghost-questions .h5,
#website-data .ghost-questions label,
#editor-rich-text-modal .ghost-questions h5,
#editor-rich-text-modal .ghost-questions .m4c-matgen .h5,
.m4c-matgen #editor-rich-text-modal .ghost-questions .h5,
#editor-rich-text-modal .ghost-questions label {
  height: 1em;
  background: #ccc;
  width: 100%;
  margin-bottom: 0.5em;
}
#website-data .ghost-questions label,
#editor-rich-text-modal .ghost-questions label {
  line-height: 1.25em;
  width: 20%;
}
#website-data .ghost-questions h5, #website-data .ghost-questions .m4c-matgen .h5, .m4c-matgen #website-data .ghost-questions .h5,
#editor-rich-text-modal .ghost-questions h5,
#editor-rich-text-modal .ghost-questions .m4c-matgen .h5,
.m4c-matgen #editor-rich-text-modal .ghost-questions .h5 {
  width: 35%;
  margin: auto;
}
#website-data .ghost-questions .form-label.required::after,
#editor-rich-text-modal .ghost-questions .form-label.required::after {
  content: "*";
  color: #fff;
  margin-left: 2px;
  font-weight: bold;
}
#website-data .ghost-questions .button--option,
#editor-rich-text-modal .ghost-questions .button--option {
  border-color: #ccc !important;
  width: 7em;
  height: 2.5em;
}
#website-data .ghost-questions .button--option .ghost-option,
#editor-rich-text-modal .ghost-questions .button--option .ghost-option {
  width: 6em;
  height: 1.25em;
  background-color: #ccc;
}
#website-data .ghost-questions .head-and-sub-centered.required h5::before, #website-data .ghost-questions .head-and-sub-centered.required .m4c-matgen .h5::before, .m4c-matgen #website-data .ghost-questions .head-and-sub-centered.required .h5::before,
#editor-rich-text-modal .ghost-questions .head-and-sub-centered.required h5::before,
#editor-rich-text-modal .ghost-questions .head-and-sub-centered.required .m4c-matgen .h5::before,
.m4c-matgen #editor-rich-text-modal .ghost-questions .head-and-sub-centered.required .h5::before {
  color: #fff;
}
#website-data .ghost-questions h5, #website-data .ghost-questions .m4c-matgen .h5, .m4c-matgen #website-data .ghost-questions .h5,
#editor-rich-text-modal .ghost-questions h5,
#editor-rich-text-modal .ghost-questions .m4c-matgen .h5,
.m4c-matgen #editor-rich-text-modal .ghost-questions .h5 {
  font-size: 1.875em;
  margin-bottom: 1em;
  text-align: left;
}
#main-whole {
  height: 100%;
  min-height: 80vh;
}

#main-content {
  height: 100%;
  position: relative;
}
#main-content .back-button {
  position: absolute;
  font-size: 1em;
  display: inline-block;
  padding: 0;
  width: 5em;
  height: 2.2em;
  line-height: 2em;
  z-index: 2147483600;
}
#main-content #study-specific-step1-container .back-button {
  position: static;
  margin-left: 2em;
}
#main-content #study-specific-step2-back {
  position: relative;
  top: -0.5em;
  left: 0;
}

#study-select-content {
  text-align: center;
  display: none;
  max-width: 70%;
  margin: auto;
  margin-top: 1em;
}
#study-select-content #study-name-label.error {
  color: #f00;
}
#study-select-content #study-name.error {
  border: 1px solid #f00;
}

#error-listing-container .error-listing {
  width: 100%;
  background: #fff;
  margin: 0.5em;
  padding: 0.5em;
  border-radius: 0.25em;
}
#error-listing-container .error-listing .icon {
  display: flex;
  align-items: center;
}
#error-listing-container .error-listing div {
  line-height: 1em;
  padding: 0.5em;
}

#login-modal-label,
#signup-modal-label {
  padding-top: 1em;
}

.modal-title {
  padding-top: 1em;
}

.modal .modal-dialog.modal-dialog-centered.modal-dialog-scrollable .modal-body {
  padding: 2.5em;
}
.modal .modal-dialog.modal-dialog-centered.modal-dialog-scrollable .modal-header {
  display: block;
  padding: 0;
}
.modal .modal-dialog.modal-dialog-centered.modal-dialog-scrollable .modal-header .modal-title {
  font-size: 1.25em;
}
.modal .modal-dialog.modal-dialog-centered.modal-dialog-scrollable .modal-header .content-link {
  margin-top: 1rem;
  font-weight: 700;
}
.modal .modal-dialog.modal-dialog-centered.modal-dialog-scrollable .modal-header .content-link a {
  color: #255dff;
}

#irb-modal .modal-header {
  padding: 0;
}

.button-loader {
  display: block;
  position: relative;
  height: 40px;
  width: 106px;
  border: 3px solid #275eff;
  border-radius: 20px;
  box-sizing: border-box;
}

.button-loader::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #275eff;
  animation: ballbns 0.5s ease-in-out infinite alternate;
}

@keyframes ballbns {
  0% {
    left: 0;
    transform: translateX(0%);
  }
  100% {
    left: 100%;
    transform: translateX(-100%);
  }
}
.modal-body p {
  text-align: left;
}

.m4c-matgen .paginate_button.page-item.active,
:is(.m4c-matgen) .paginate_button.page-item.active {
  z-index: 1 !important;
}
.m4c-matgen .paginate_button.page-item.active a,
:is(.m4c-matgen) .paginate_button.page-item.active a {
  color: rgb(216.75, 216.75, 216.75);
}

.m4c-matgen .table > thead > tr > th,
.m4c-matgen .table > tbody > tr > td,
.m4c-matgen .table > tfoot > tr > td {
  box-shadow: none;
}

#sidebar-tree .user-toggle-object.hide-btn {
  background: #fff !important;
  color: #255dff !important;
  max-height: 1.5em;
  margin-top: 0;
  line-height: 1em;
  padding-bottom: 1.25em;
}
#sidebar-tree .user-toggle-object.hide-btn:hover {
  border-color: #fff !important;
  background: #255dff !important;
  color: #fff !important;
}

.irbOptions {
  display: flex;
  margin: 2em;
  margin-top: 0;
  max-width: 94%;
}
.irbOptions p {
  text-align: left;
}
.irbOptions:first-of-type {
  margin-top: 2em;
}
.irbOptions svg,
.irbOptions i {
  color: #28a745;
}
.irbOptions svg.disabled,
.irbOptions i.disabled {
  color: #e8e8e8;
}
.irbOptions div.content {
  padding-left: 1em;
}
.irbOptions div.content h3, .irbOptions div.content .m4c-matgen .h3, .m4c-matgen .irbOptions div.content .h3 {
  font-size: 1.25em;
  margin-bottom: 0.25em;
}
.irbOptions div.content .btn {
  border-radius: 25px;
}
.irbOptions div.content .btn-outline-light {
  border-color: #939393;
  color: #939393;
}
.irbOptions div.content .note {
  font-size: 0.85em;
  padding-top: 0.5em;
  padding-bottom: 1em;
}
.irbOptions div.content .note-warning {
  padding-top: 0.5em;
  color: #b71020;
}
.irbOptions div.content .note-warning.disabled {
  color: #939393;
}

#sidebar.user .node-type,
#sidebar.user .node-icons {
  display: none;
}
#sidebar.user .node-name {
  border: none;
  background: transparent;
}
#sidebar.user .sidebar-actions {
  padding-left: 6px;
}

.add-multi-input.single {
  display: none;
}

#finalize,
#next-page {
  padding-top: 1em;
  padding-bottom: 1em;
}

#material-saved-use-same-strategy,
#material-saved-start-over {
  font-size: 0.9em;
}

.m4c-matgen #sidebar-title,
:is(.m4c-matgen) #sidebar-title {
  font-size: 0.5em !important;
}

.m4c-matgen .tree-li .node-name {
  font-size: 1em;
}
.m4c-matgen .tree-li .node-top {
  min-height: 0;
}

.m4c-matgen .node-content .node-actions .user-toggle-object,
:is(.m4c-matgen) .node-content .node-actions .user-toggle-object {
  font-size: 0.65em !important;
}

.char-limit.matgen-form-error {
  color: #b71020;
}

#confirm-modal .modal-body {
  text-align: center;
}

#iframeOutput {
  min-width: 90vw;
}

#cropper-div {
  width: 600px;
  height: 400px;
}

img.cr-image {
  width: auto;
}

#croppie-div {
  margin: auto;
}

.matgen-form .row {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}

.modal-dialog-scrollable .modal-body {
  width: 100%;
  padding: 1.25em;
}

.modal-backdrop {
  background-color: rgba(255, 255, 255, 0.5019607843);
}

#options-modal .m4c-matgen .m4c-matgen.option-wrapper,
#options-modal .m4c-matgen .option-wrapper,
#options-modal :is(.m4c-matgen) .m4c-matgen.option-wrapper,
#options-modal :is(.m4c-matgen) .option-wrapper {
  max-width: 30%;
  height: auto;
}
#options-modal .m4c-matgen .m4c-matgen.option-wrapper img.img-fluid.img-responsive,
#options-modal .m4c-matgen .option-wrapper img.img-fluid.img-responsive,
#options-modal :is(.m4c-matgen) .m4c-matgen.option-wrapper img.img-fluid.img-responsive,
#options-modal :is(.m4c-matgen) .option-wrapper img.img-fluid.img-responsive {
  max-height: 100%;
  height: auto;
}
#options-modal #options-container {
  align-items: baseline;
}
#options-modal .modal-body {
  overflow: hidden !important;
}
#options-modal .modal-body #options-container {
  overflow: scroll;
  height: 55vh;
}
#options-modal .option-wrapper .img-fluid {
  margin: 3.5rem auto;
  margin-bottom: 0;
}

#alert-modal .alert-modal-content-wrapper {
  padding: 2em;
  padding-top: 1em;
  max-width: 550px;
}

#matgen-forgot-password-form {
  margin: auto;
}
#matgen-forgot-password-form p {
  text-align: center;
}
#matgen-forgot-password-form label {
  text-align: left;
}

#confirm-password-form {
  margin: auto;
  margin-top: 1.5em;
}

.modal.revised .modal-dialog .matgen-modal-content.modal-content {
  min-width: 660px;
  margin-bottom: 0.875rem;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
}
.modal.revised .modal-dialog .matgen-modal-content.modal-content:hover {
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.15);
}
.modal.revised .modal-dialog .matgen-modal-content.modal-content #close-btn-wrapper {
  padding: 0;
  top: 0 !important;
  right: -0.5em !important;
  line-height: 1em;
  opacity: 1;
  position: absolute;
  cursor: pointer;
  font-size: 1em;
  z-index: 999;
}
.modal.revised .modal-dialog .matgen-modal-content.modal-content #close-btn-wrapper .close {
  top: 0;
  right: 0.5em;
  opacity: 1;
}
.modal.revised .modal-dialog .matgen-modal-content.modal-content #close-btn-wrapper .close:hover {
  opacity: 0.75;
}
.modal.revised .modal-dialog .matgen-modal-content.modal-content.no-frame {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.modal.revised .modal-dialog .matgen-modal-content.modal-content.no-frame .matgen-modal-body.modal-body {
  padding: 0;
}
.modal.revised .modal-dialog .matgen-modal-content.modal-content.no-frame #close-btn-wrapper {
  padding: 0;
  top: 0 !important;
  right: 0 !important;
  line-height: 1em;
  opacity: 1;
  position: absolute;
  cursor: pointer;
  font-size: 1em;
  z-index: 999;
}
.modal.revised .modal-dialog .matgen-modal-content.modal-content.no-frame #close-btn-wrapper .close {
  top: 0;
  right: 0.5em;
  opacity: 1;
}
.modal.revised .modal-dialog .matgen-modal-content.modal-content.no-frame #close-btn-wrapper .close:hover {
  opacity: 0.75;
}

#matgen-signin-modal .modal-body div.row {
  max-width: 420px;
  margin: auto;
}

#login-form,
#login-form + div.row {
  margin: auto;
  text-align: left;
}

.filter-blue {
  filter: invert(23%) sepia(84%) saturate(2526%) hue-rotate(221deg) brightness(105%) contrast(101%);
  max-width: 76px;
  margin: auto;
  margin-top: 0.75em;
}

.material-preview.template-thumbnail.default {
  max-width: 78px;
  margin: auto;
  margin-top: 2em;
  opacity: 0.25;
}

#design-preview-images {
  max-height: 90vh;
  max-width: 90vw;
  margin: auto;
  white-space: nowrap;
  display: table;
}
#design-preview-images .preview-image {
  display: table-cell;
}
#design-preview-images .preview-image img {
  max-height: 60vh;
  width: auto;
  max-width: 100%;
  box-shadow: 0 0 4px #ddd;
  border: 1px solid #efefef;
}

#design-preview-navigation {
  text-align: center;
  margin-top: 1.5em;
}
#design-preview-navigation div {
  padding: 0.5em;
}

#alert-modal.preview-modal .modal-dialog {
  max-width: 85vw;
  max-height: 85vh;
}

#design-preview-header {
  display: flex;
  flex-direction: row-reverse;
  padding-right: 1.5em;
  padding-top: 0.75em;
  padding-bottom: 1.5em;
}

#design-preview {
  padding-bottom: 2.5em;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 1;
}

.m4c-matgen .node-content .node-actions a,
:is(.m4c-matgen) .node-content .node-actions a {
  color: #222;
}

.editor-buttons {
  margin-top: 2em;
  text-align: center;
}
.editor-buttons a,
.editor-buttons a.button--blue.button--hollow {
  margin: 0 auto;
  font-size: 0.9em;
  padding: 5px 14px;
  margin-bottom: 0.75rem;
}
.editor-buttons a:not(:first-of-type) {
  margin-left: 1em;
}

.material-data {
  margin-bottom: 1em;
  margin-left: 0.5em;
}
.material-data div {
  line-height: 1.25;
  margin-bottom: 0.25rem;
}

.sticky-menu {
  margin-bottom: 2em;
}

#material-options {
  justify-content: center;
}

#microsite-preview-modal-modal-body {
  width: 94vw;
}

#matgen-right-sidebar {
  padding: 1em;
  padding-left: 0.5em;
  padding-right: 1.5em;
  width: 31.5%;
}

#matgen-sidebar {
  padding: 0.5em 0;
  padding-right: 0.5em;
  position: relative;
  width: 25%;
  flex-basis: 25%;
  display: block;
}

#sidebar,
.m4c-matgen #sidebar {
  position: sticky;
  top: 0 !important;
}

#sidebar-main {
  padding-right: 0 !important;
}

#nia-matgen-controller {
  padding-top: 0;
  width: 100%;
}

#study-material-next-page {
  padding: 0.35em 1em;
}

#study-nav-buttons {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
#study-nav-buttons .container {
  background: #fff;
  padding-bottom: 0.65em;
}
#selected-materials {
  justify-content: center;
}

.m4c-matgen,
:is(.m4c-matgen) {
  /*!
   * Bootstrap  v5.3.5 (https://getbootstrap.com/)
   * Copyright 2011-2025 The Bootstrap Authors
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
  /* rtl:raw:
  [type="tel"],
  [type="url"],
  [type="email"],
  [type="number"] {
    direction: ltr;
  }
  */
  /* rtl:begin:ignore */
  /* rtl:end:ignore */
  /* rtl:begin:ignore */
  /* rtl:end:ignore */
  /* rtl:begin:ignore */
  /* rtl:end:ignore */
  /* rtl:begin:ignore */
  /* rtl:end:ignore */
  /* rtl:begin:remove */
  /* rtl:end:remove */
  /**
   * jQuery.fontpicker - A font picker for Google Web Fonts and local fonts.
   *
   * Made by Arjan Haverkamp, https://www.webgear.nl
   * Copyright 2020 Arjan Haverkamp
   * MIT Licensed
   * @version 1.1 - 2020-07-15
   * @url https://github.com/av01d/fontpicker-jquery-plugin
   */
  /*! nouislider - 14.6.0 - 6/27/2020 */
  /* Functional styling;
   * These styles are required for noUiSlider to function.
   * You don't need to change these rules to apply your design.
   */
  /* Wrapper for all connect elements.
   */
  /* Offset direction
   */
  /* Give origins 0 height/width so they don't interfere with clicking the
   * connect elements.
   */
  /* Slider size and handle placement;
   */
  /* Styling;
   * Giving the connect element a border radius causes issues with using transform: scale
   */
  /* Handles and cursors;
   */
  /* Handle stripes;
  .noUi-handle:before,
  .noUi-handle:after {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #E8E7E6;
    left: 14px;
    top: 6px;
  }
  .noUi-handle:after {
    left: 17px;
  }
  .noUi-vertical .noUi-handle:before,
  .noUi-vertical .noUi-handle:after {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px;
  }
  .noUi-vertical .noUi-handle:after {
    top: 17px;
  }
   */
  /* Disabled state;
   */
  /* Base;
   *
   */
  /* Values;
   *
   */
  /* Markings;
   *
   */
  /* Horizontal layout;
   *
   */
  /* Vertical layout;
   *
   */
  /*loading-indicator {
    z-index: 1;
    --overlay-bg-color: #fff;
    --overlay-color: #255dff;
    --overlay-opacity: 0.8;
    --spinner-color-1: #255dff;
    --spinner-color-2: #255dff;
    --overlay-message-padding: 0;
  }*/
  /*.matgen-main {
    border: 1px dashed #bbb;
  }*/
  /*html {
    height: 100%;
  }
  body {
    //height: 100%;
    min-height: 100%;
    position: relative;
  }*/
}
.m4c-matgen :root,
.m4c-matgen [data-bs-theme=light],
:is(.m4c-matgen) :root,
:is(.m4c-matgen) [data-bs-theme=light] {
  --bs-blue: #007bff;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #e83e8c;
  --bs-red: #b71020;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #28a745;
  --bs-teal: #20c997;
  --bs-cyan: #17a2b8;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #255dff;
  --bs-secondary: #6c757d;
  --bs-success: #28a745;
  --bs-info: #17a2b8;
  --bs-warning: #ffc107;
  --bs-danger: #b71020;
  --bs-light: #f8f9fa;
  --bs-dark: #343a40;
  --bs-primary-rgb: 37, 93, 255;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 40, 167, 69;
  --bs-info-rgb: 23, 162, 184;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 183, 16, 32;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 52, 58, 64;
  --bs-primary-text-emphasis: rgb(14.8, 37.2, 102);
  --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --bs-success-text-emphasis: rgb(16, 66.8, 27.6);
  --bs-info-text-emphasis: rgb(9.2, 64.8, 73.6);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(73.2, 6.4, 12.8);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(211.4, 222.6, 255);
  --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --bs-success-bg-subtle: rgb(212, 237.4, 217.8);
  --bs-info-bg-subtle: rgb(208.6, 236.4, 240.8);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(240.6, 207.2, 210.4);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(167.8, 190.2, 255);
  --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --bs-success-border-subtle: rgb(169, 219.8, 180.6);
  --bs-info-border-subtle: rgb(162.2, 217.8, 226.6);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(226.2, 159.4, 165.8);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #255dff;
  --bs-link-color-rgb: 37, 93, 255;
  --bs-link-decoration: none;
  --bs-link-hover-color: rgb(0, 55.3577981651, 215.5);
  --bs-link-hover-color-rgb: 0, 55, 215;
  --bs-link-hover-decoration: underline;
  --bs-code-color: #e83e8c;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fcf8e3;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.25rem;
  --bs-border-radius-sm: 0.2rem;
  --bs-border-radius-lg: 0.3rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(37, 93, 255, 0.25);
  --bs-form-valid-color: #28a745;
  --bs-form-valid-border-color: #28a745;
  --bs-form-invalid-color: #b71020;
  --bs-form-invalid-border-color: #b71020;
}
.m4c-matgen [data-bs-theme=dark],
:is(.m4c-matgen) [data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: rgb(124.2, 157.8, 255);
  --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
  --bs-success-text-emphasis: rgb(126, 202.2, 143.4);
  --bs-info-text-emphasis: rgb(115.8, 199.2, 212.4);
  --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
  --bs-danger-text-emphasis: rgb(211.8, 111.6, 121.2);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(7.4, 18.6, 51);
  --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
  --bs-success-bg-subtle: rgb(8, 33.4, 13.8);
  --bs-info-bg-subtle: rgb(4.6, 32.4, 36.8);
  --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
  --bs-danger-bg-subtle: rgb(36.6, 3.2, 6.4);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(22.2, 55.8, 153);
  --bs-secondary-border-subtle: rgb(64.8, 70.2, 75);
  --bs-success-border-subtle: rgb(24, 100.2, 41.4);
  --bs-info-border-subtle: rgb(13.8, 97.2, 110.4);
  --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
  --bs-danger-border-subtle: rgb(109.8, 9.6, 19.2);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(124.2, 157.8, 255);
  --bs-link-hover-color: rgb(150.36, 177.24, 255);
  --bs-link-color-rgb: 124, 158, 255;
  --bs-link-hover-color-rgb: 150, 177, 255;
  --bs-code-color: rgb(241.2, 139.2, 186);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(102, 77.2, 2.8);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(126, 202.2, 143.4);
  --bs-form-valid-border-color: rgb(126, 202.2, 143.4);
  --bs-form-invalid-color: rgb(221.4, 121.2, 131.4);
  --bs-form-invalid-border-color: rgb(221.4, 121.2, 131.4);
}
.m4c-matgen *,
.m4c-matgen *::before,
.m4c-matgen *::after,
:is(.m4c-matgen) *,
:is(.m4c-matgen) *::before,
:is(.m4c-matgen) *::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  .m4c-matgen :root,
  :is(.m4c-matgen) :root {
    scroll-behavior: smooth;
  }
}
.m4c-matgen body,
:is(.m4c-matgen) body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.m4c-matgen hr,
:is(.m4c-matgen) hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  opacity: 0.25;
}
.m4c-matgen h6, .m4c-matgen .h6, .m4c-matgen h5, .m4c-matgen .h5, .m4c-matgen h4, .m4c-matgen .h4, .m4c-matgen h3, .m4c-matgen .h3, .m4c-matgen h2, .m4c-matgen .h2, .m4c-matgen h1, .m4c-matgen .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}
.m4c-matgen h1, .m4c-matgen .h1,
:is(.m4c-matgen) h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .m4c-matgen h1, .m4c-matgen .h1,
  :is(.m4c-matgen) h1 {
    font-size: 2.5rem;
  }
}
.m4c-matgen h2, .m4c-matgen .h2,
:is(.m4c-matgen) h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .m4c-matgen h2, .m4c-matgen .h2,
  :is(.m4c-matgen) h2 {
    font-size: 2rem;
  }
}
.m4c-matgen h3, .m4c-matgen .h3,
:is(.m4c-matgen) h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  .m4c-matgen h3, .m4c-matgen .h3,
  :is(.m4c-matgen) h3 {
    font-size: 1.75rem;
  }
}
.m4c-matgen h4, .m4c-matgen .h4,
:is(.m4c-matgen) h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .m4c-matgen h4, .m4c-matgen .h4,
  :is(.m4c-matgen) h4 {
    font-size: 1.5rem;
  }
}
.m4c-matgen h5, .m4c-matgen .h5,
:is(.m4c-matgen) h5 {
  font-size: 1.25rem;
}
.m4c-matgen h6, .m4c-matgen .h6,
:is(.m4c-matgen) h6 {
  font-size: 1rem;
}
.m4c-matgen p,
:is(.m4c-matgen) p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.m4c-matgen abbr[title],
:is(.m4c-matgen) abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}
.m4c-matgen address,
:is(.m4c-matgen) address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
.m4c-matgen ol,
.m4c-matgen ul,
:is(.m4c-matgen) ol,
:is(.m4c-matgen) ul {
  padding-left: 2rem;
}
.m4c-matgen ol,
.m4c-matgen ul,
.m4c-matgen dl,
:is(.m4c-matgen) ol,
:is(.m4c-matgen) ul,
:is(.m4c-matgen) dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
.m4c-matgen ol ol,
.m4c-matgen ul ul,
.m4c-matgen ol ul,
.m4c-matgen ul ol,
:is(.m4c-matgen) ol ol,
:is(.m4c-matgen) ul ul,
:is(.m4c-matgen) ol ul,
:is(.m4c-matgen) ul ol {
  margin-bottom: 0;
}
.m4c-matgen dt,
:is(.m4c-matgen) dt {
  font-weight: 700;
}
.m4c-matgen dd,
:is(.m4c-matgen) dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
.m4c-matgen blockquote,
:is(.m4c-matgen) blockquote {
  margin: 0 0 1rem;
}
.m4c-matgen b,
.m4c-matgen strong,
:is(.m4c-matgen) b,
:is(.m4c-matgen) strong {
  font-weight: bolder;
}
.m4c-matgen small, .m4c-matgen .small,
:is(.m4c-matgen) small {
  font-size: 80%;
}
.m4c-matgen mark, .m4c-matgen .mark,
:is(.m4c-matgen) mark {
  padding: 0.2em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}
.m4c-matgen sub,
.m4c-matgen sup,
:is(.m4c-matgen) sub,
:is(.m4c-matgen) sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
.m4c-matgen sub,
:is(.m4c-matgen) sub {
  bottom: -0.25em;
}
.m4c-matgen sup,
:is(.m4c-matgen) sup {
  top: -0.5em;
}
.m4c-matgen a,
:is(.m4c-matgen) a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: none;
}
.m4c-matgen a:hover,
:is(.m4c-matgen) a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
  text-decoration: underline;
}
.m4c-matgen a:not([href]):not([class]), .m4c-matgen a:not([href]):not([class]):hover,
:is(.m4c-matgen) a:not([href]):not([class]),
:is(.m4c-matgen) a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
.m4c-matgen pre,
.m4c-matgen code,
.m4c-matgen kbd,
.m4c-matgen samp,
:is(.m4c-matgen) pre,
:is(.m4c-matgen) code,
:is(.m4c-matgen) kbd,
:is(.m4c-matgen) samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}
.m4c-matgen pre,
:is(.m4c-matgen) pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 87.5%;
  color: #212529;
}
.m4c-matgen pre code,
:is(.m4c-matgen) pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.m4c-matgen code,
:is(.m4c-matgen) code {
  font-size: 87.5%;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > .m4c-matgen code,
a > :is(.m4c-matgen) code {
  color: inherit;
}
.m4c-matgen kbd,
:is(.m4c-matgen) kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
.m4c-matgen kbd kbd,
:is(.m4c-matgen) kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}
.m4c-matgen figure,
:is(.m4c-matgen) figure {
  margin: 0 0 1rem;
}
.m4c-matgen img,
.m4c-matgen svg,
:is(.m4c-matgen) img,
:is(.m4c-matgen) svg {
  vertical-align: middle;
}
.m4c-matgen table,
:is(.m4c-matgen) table {
  caption-side: bottom;
  border-collapse: collapse;
}
.m4c-matgen caption,
:is(.m4c-matgen) caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}
.m4c-matgen th,
:is(.m4c-matgen) th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
.m4c-matgen thead,
.m4c-matgen tbody,
.m4c-matgen tfoot,
.m4c-matgen tr,
.m4c-matgen td,
.m4c-matgen th,
:is(.m4c-matgen) thead,
:is(.m4c-matgen) tbody,
:is(.m4c-matgen) tfoot,
:is(.m4c-matgen) tr,
:is(.m4c-matgen) td,
:is(.m4c-matgen) th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
.m4c-matgen label,
:is(.m4c-matgen) label {
  display: inline-block;
}
.m4c-matgen button,
:is(.m4c-matgen) button {
  border-radius: 0;
}
.m4c-matgen button:focus:not(:focus-visible),
:is(.m4c-matgen) button:focus:not(:focus-visible) {
  outline: 0;
}
.m4c-matgen input,
.m4c-matgen button,
.m4c-matgen select,
.m4c-matgen optgroup,
.m4c-matgen textarea,
:is(.m4c-matgen) input,
:is(.m4c-matgen) button,
:is(.m4c-matgen) select,
:is(.m4c-matgen) optgroup,
:is(.m4c-matgen) textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.m4c-matgen button,
.m4c-matgen select,
:is(.m4c-matgen) button,
:is(.m4c-matgen) select {
  text-transform: none;
}
.m4c-matgen [role=button],
:is(.m4c-matgen) [role=button] {
  cursor: pointer;
}
.m4c-matgen select,
:is(.m4c-matgen) select {
  word-wrap: normal;
}
.m4c-matgen select:disabled,
:is(.m4c-matgen) select:disabled {
  opacity: 1;
}
.m4c-matgen [list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator,
:is(.m4c-matgen) [list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}
.m4c-matgen button,
.m4c-matgen [type=button],
.m4c-matgen [type=reset],
.m4c-matgen [type=submit],
:is(.m4c-matgen) button,
:is(.m4c-matgen) [type=button],
:is(.m4c-matgen) [type=reset],
:is(.m4c-matgen) [type=submit] {
  -webkit-appearance: button;
}
.m4c-matgen button:not(:disabled),
.m4c-matgen [type=button]:not(:disabled),
.m4c-matgen [type=reset]:not(:disabled),
.m4c-matgen [type=submit]:not(:disabled),
:is(.m4c-matgen) button:not(:disabled),
:is(.m4c-matgen) [type=button]:not(:disabled),
:is(.m4c-matgen) [type=reset]:not(:disabled),
:is(.m4c-matgen) [type=submit]:not(:disabled) {
  cursor: pointer;
}
.m4c-matgen ::-moz-focus-inner,
:is(.m4c-matgen) ::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
.m4c-matgen textarea,
:is(.m4c-matgen) textarea {
  resize: vertical;
}
.m4c-matgen fieldset,
:is(.m4c-matgen) fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.m4c-matgen legend,
:is(.m4c-matgen) legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .m4c-matgen legend,
  :is(.m4c-matgen) legend {
    font-size: 1.5rem;
  }
}
.m4c-matgen legend + *,
:is(.m4c-matgen) legend + * {
  clear: left;
}
.m4c-matgen ::-webkit-datetime-edit-fields-wrapper,
.m4c-matgen ::-webkit-datetime-edit-text,
.m4c-matgen ::-webkit-datetime-edit-minute,
.m4c-matgen ::-webkit-datetime-edit-hour-field,
.m4c-matgen ::-webkit-datetime-edit-day-field,
.m4c-matgen ::-webkit-datetime-edit-month-field,
.m4c-matgen ::-webkit-datetime-edit-year-field,
:is(.m4c-matgen) ::-webkit-datetime-edit-fields-wrapper,
:is(.m4c-matgen) ::-webkit-datetime-edit-text,
:is(.m4c-matgen) ::-webkit-datetime-edit-minute,
:is(.m4c-matgen) ::-webkit-datetime-edit-hour-field,
:is(.m4c-matgen) ::-webkit-datetime-edit-day-field,
:is(.m4c-matgen) ::-webkit-datetime-edit-month-field,
:is(.m4c-matgen) ::-webkit-datetime-edit-year-field {
  padding: 0;
}
.m4c-matgen ::-webkit-inner-spin-button,
:is(.m4c-matgen) ::-webkit-inner-spin-button {
  height: auto;
}
.m4c-matgen [type=search],
:is(.m4c-matgen) [type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
.m4c-matgen ::-webkit-search-decoration,
:is(.m4c-matgen) ::-webkit-search-decoration {
  -webkit-appearance: none;
}
.m4c-matgen ::-webkit-color-swatch-wrapper,
:is(.m4c-matgen) ::-webkit-color-swatch-wrapper {
  padding: 0;
}
.m4c-matgen ::file-selector-button,
:is(.m4c-matgen) ::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
.m4c-matgen output,
:is(.m4c-matgen) output {
  display: inline-block;
}
.m4c-matgen iframe,
:is(.m4c-matgen) iframe {
  border: 0;
}
.m4c-matgen summary,
:is(.m4c-matgen) summary {
  display: list-item;
  cursor: pointer;
}
.m4c-matgen progress,
:is(.m4c-matgen) progress {
  vertical-align: baseline;
}
.m4c-matgen [hidden],
:is(.m4c-matgen) [hidden] {
  display: none !important;
}
.m4c-matgen .lead,
:is(.m4c-matgen) .lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.m4c-matgen .display-1,
:is(.m4c-matgen) .display-1 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .m4c-matgen .display-1,
  :is(.m4c-matgen) .display-1 {
    font-size: 5rem;
  }
}
.m4c-matgen .display-2,
:is(.m4c-matgen) .display-2 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .m4c-matgen .display-2,
  :is(.m4c-matgen) .display-2 {
    font-size: 4.5rem;
  }
}
.m4c-matgen .display-3,
:is(.m4c-matgen) .display-3 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.525rem + 3.3vw);
}
@media (min-width: 1200px) {
  .m4c-matgen .display-3,
  :is(.m4c-matgen) .display-3 {
    font-size: 4rem;
  }
}
.m4c-matgen .display-4,
:is(.m4c-matgen) .display-4 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .m4c-matgen .display-4,
  :is(.m4c-matgen) .display-4 {
    font-size: 3.5rem;
  }
}
.m4c-matgen .display-5,
:is(.m4c-matgen) .display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .m4c-matgen .display-5,
  :is(.m4c-matgen) .display-5 {
    font-size: 3rem;
  }
}
.m4c-matgen .display-6,
:is(.m4c-matgen) .display-6 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .m4c-matgen .display-6,
  :is(.m4c-matgen) .display-6 {
    font-size: 2.5rem;
  }
}
.m4c-matgen .list-unstyled,
:is(.m4c-matgen) .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.m4c-matgen .list-inline,
:is(.m4c-matgen) .list-inline {
  padding-left: 0;
  list-style: none;
}
.m4c-matgen .list-inline-item,
:is(.m4c-matgen) .list-inline-item {
  display: inline-block;
}
.m4c-matgen .list-inline-item:not(:last-child),
:is(.m4c-matgen) .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.m4c-matgen .initialism,
:is(.m4c-matgen) .initialism {
  font-size: 80%;
  text-transform: uppercase;
}
.m4c-matgen .blockquote,
:is(.m4c-matgen) .blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.m4c-matgen .blockquote > :last-child,
:is(.m4c-matgen) .blockquote > :last-child {
  margin-bottom: 0;
}
.m4c-matgen .blockquote-footer,
:is(.m4c-matgen) .blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 80%;
  color: #6c757d;
}
.m4c-matgen .blockquote-footer::before,
:is(.m4c-matgen) .blockquote-footer::before {
  content: "— ";
}
.m4c-matgen .img-fluid,
:is(.m4c-matgen) .img-fluid {
  max-width: 100%;
  height: auto;
}
.m4c-matgen .img-thumbnail,
:is(.m4c-matgen) .img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.m4c-matgen .figure,
:is(.m4c-matgen) .figure {
  display: inline-block;
}
.m4c-matgen .figure-img,
:is(.m4c-matgen) .figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.m4c-matgen .figure-caption,
:is(.m4c-matgen) .figure-caption {
  font-size: 90%;
  color: #6c757d;
}
.m4c-matgen .container,
.m4c-matgen .container-fluid,
.m4c-matgen .container-xl,
.m4c-matgen .container-lg,
.m4c-matgen .container-md,
.m4c-matgen .container-sm,
:is(.m4c-matgen) .container,
:is(.m4c-matgen) .container-fluid {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .m4c-matgen .container-sm, .m4c-matgen .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .m4c-matgen .container-md, .m4c-matgen .container-sm, .m4c-matgen .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .m4c-matgen .container-lg, .m4c-matgen .container-md, .m4c-matgen .container-sm, .m4c-matgen .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .m4c-matgen .container-xl, .m4c-matgen .container-lg, .m4c-matgen .container-md, .m4c-matgen .container-sm, .m4c-matgen .container {
    max-width: 1140px;
  }
}
.m4c-matgen :root,
:is(.m4c-matgen) :root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
}
.m4c-matgen .row,
:is(.m4c-matgen) .row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.m4c-matgen .row > *,
:is(.m4c-matgen) .row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.m4c-matgen .col,
:is(.m4c-matgen) .col {
  flex: 1 0 0;
}
.m4c-matgen .row-cols-auto > *,
:is(.m4c-matgen) .row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.m4c-matgen .row-cols-1 > *,
:is(.m4c-matgen) .row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.m4c-matgen .row-cols-2 > *,
:is(.m4c-matgen) .row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.m4c-matgen .row-cols-3 > *,
:is(.m4c-matgen) .row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.m4c-matgen .row-cols-4 > *,
:is(.m4c-matgen) .row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.m4c-matgen .row-cols-5 > *,
:is(.m4c-matgen) .row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.m4c-matgen .row-cols-6 > *,
:is(.m4c-matgen) .row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.m4c-matgen .col-auto,
:is(.m4c-matgen) .col-auto {
  flex: 0 0 auto;
  width: auto;
}
.m4c-matgen .col-1,
:is(.m4c-matgen) .col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.m4c-matgen .col-2,
:is(.m4c-matgen) .col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.m4c-matgen .col-3,
:is(.m4c-matgen) .col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.m4c-matgen .col-4,
:is(.m4c-matgen) .col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.m4c-matgen .col-5,
:is(.m4c-matgen) .col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.m4c-matgen .col-6,
:is(.m4c-matgen) .col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.m4c-matgen .col-7,
:is(.m4c-matgen) .col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.m4c-matgen .col-8,
:is(.m4c-matgen) .col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.m4c-matgen .col-9,
:is(.m4c-matgen) .col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.m4c-matgen .col-10,
:is(.m4c-matgen) .col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.m4c-matgen .col-11,
:is(.m4c-matgen) .col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.m4c-matgen .col-12,
:is(.m4c-matgen) .col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.m4c-matgen .offset-1,
:is(.m4c-matgen) .offset-1 {
  margin-left: 8.33333333%;
}
.m4c-matgen .offset-2,
:is(.m4c-matgen) .offset-2 {
  margin-left: 16.66666667%;
}
.m4c-matgen .offset-3,
:is(.m4c-matgen) .offset-3 {
  margin-left: 25%;
}
.m4c-matgen .offset-4,
:is(.m4c-matgen) .offset-4 {
  margin-left: 33.33333333%;
}
.m4c-matgen .offset-5,
:is(.m4c-matgen) .offset-5 {
  margin-left: 41.66666667%;
}
.m4c-matgen .offset-6,
:is(.m4c-matgen) .offset-6 {
  margin-left: 50%;
}
.m4c-matgen .offset-7,
:is(.m4c-matgen) .offset-7 {
  margin-left: 58.33333333%;
}
.m4c-matgen .offset-8,
:is(.m4c-matgen) .offset-8 {
  margin-left: 66.66666667%;
}
.m4c-matgen .offset-9,
:is(.m4c-matgen) .offset-9 {
  margin-left: 75%;
}
.m4c-matgen .offset-10,
:is(.m4c-matgen) .offset-10 {
  margin-left: 83.33333333%;
}
.m4c-matgen .offset-11,
:is(.m4c-matgen) .offset-11 {
  margin-left: 91.66666667%;
}
.m4c-matgen .g-0,
.m4c-matgen .gx-0,
:is(.m4c-matgen) .g-0,
:is(.m4c-matgen) .gx-0 {
  --bs-gutter-x: 0;
}
.m4c-matgen .g-0,
.m4c-matgen .gy-0,
:is(.m4c-matgen) .g-0,
:is(.m4c-matgen) .gy-0 {
  --bs-gutter-y: 0;
}
.m4c-matgen .g-1,
.m4c-matgen .gx-1,
:is(.m4c-matgen) .g-1,
:is(.m4c-matgen) .gx-1 {
  --bs-gutter-x: 0.25rem;
}
.m4c-matgen .g-1,
.m4c-matgen .gy-1,
:is(.m4c-matgen) .g-1,
:is(.m4c-matgen) .gy-1 {
  --bs-gutter-y: 0.25rem;
}
.m4c-matgen .g-2,
.m4c-matgen .gx-2,
:is(.m4c-matgen) .g-2,
:is(.m4c-matgen) .gx-2 {
  --bs-gutter-x: 0.5rem;
}
.m4c-matgen .g-2,
.m4c-matgen .gy-2,
:is(.m4c-matgen) .g-2,
:is(.m4c-matgen) .gy-2 {
  --bs-gutter-y: 0.5rem;
}
.m4c-matgen .g-3,
.m4c-matgen .gx-3,
:is(.m4c-matgen) .g-3,
:is(.m4c-matgen) .gx-3 {
  --bs-gutter-x: 1rem;
}
.m4c-matgen .g-3,
.m4c-matgen .gy-3,
:is(.m4c-matgen) .g-3,
:is(.m4c-matgen) .gy-3 {
  --bs-gutter-y: 1rem;
}
.m4c-matgen .g-4,
.m4c-matgen .gx-4,
:is(.m4c-matgen) .g-4,
:is(.m4c-matgen) .gx-4 {
  --bs-gutter-x: 1.5rem;
}
.m4c-matgen .g-4,
.m4c-matgen .gy-4,
:is(.m4c-matgen) .g-4,
:is(.m4c-matgen) .gy-4 {
  --bs-gutter-y: 1.5rem;
}
.m4c-matgen .g-5,
.m4c-matgen .gx-5,
:is(.m4c-matgen) .g-5,
:is(.m4c-matgen) .gx-5 {
  --bs-gutter-x: 3rem;
}
.m4c-matgen .g-5,
.m4c-matgen .gy-5,
:is(.m4c-matgen) .g-5,
:is(.m4c-matgen) .gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  .m4c-matgen .col-sm,
  :is(.m4c-matgen) .col-sm {
    flex: 1 0 0;
  }
  .m4c-matgen .row-cols-sm-auto > *,
  :is(.m4c-matgen) .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .m4c-matgen .row-cols-sm-1 > *,
  :is(.m4c-matgen) .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .m4c-matgen .row-cols-sm-2 > *,
  :is(.m4c-matgen) .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .m4c-matgen .row-cols-sm-3 > *,
  :is(.m4c-matgen) .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .m4c-matgen .row-cols-sm-4 > *,
  :is(.m4c-matgen) .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .m4c-matgen .row-cols-sm-5 > *,
  :is(.m4c-matgen) .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .m4c-matgen .row-cols-sm-6 > *,
  :is(.m4c-matgen) .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .m4c-matgen .col-sm-auto,
  :is(.m4c-matgen) .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .m4c-matgen .col-sm-1,
  :is(.m4c-matgen) .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .m4c-matgen .col-sm-2,
  :is(.m4c-matgen) .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .m4c-matgen .col-sm-3,
  :is(.m4c-matgen) .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .m4c-matgen .col-sm-4,
  :is(.m4c-matgen) .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .m4c-matgen .col-sm-5,
  :is(.m4c-matgen) .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .m4c-matgen .col-sm-6,
  :is(.m4c-matgen) .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .m4c-matgen .col-sm-7,
  :is(.m4c-matgen) .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .m4c-matgen .col-sm-8,
  :is(.m4c-matgen) .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .m4c-matgen .col-sm-9,
  :is(.m4c-matgen) .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .m4c-matgen .col-sm-10,
  :is(.m4c-matgen) .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .m4c-matgen .col-sm-11,
  :is(.m4c-matgen) .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .m4c-matgen .col-sm-12,
  :is(.m4c-matgen) .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .m4c-matgen .offset-sm-0,
  :is(.m4c-matgen) .offset-sm-0 {
    margin-left: 0;
  }
  .m4c-matgen .offset-sm-1,
  :is(.m4c-matgen) .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .m4c-matgen .offset-sm-2,
  :is(.m4c-matgen) .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .m4c-matgen .offset-sm-3,
  :is(.m4c-matgen) .offset-sm-3 {
    margin-left: 25%;
  }
  .m4c-matgen .offset-sm-4,
  :is(.m4c-matgen) .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .m4c-matgen .offset-sm-5,
  :is(.m4c-matgen) .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .m4c-matgen .offset-sm-6,
  :is(.m4c-matgen) .offset-sm-6 {
    margin-left: 50%;
  }
  .m4c-matgen .offset-sm-7,
  :is(.m4c-matgen) .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .m4c-matgen .offset-sm-8,
  :is(.m4c-matgen) .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .m4c-matgen .offset-sm-9,
  :is(.m4c-matgen) .offset-sm-9 {
    margin-left: 75%;
  }
  .m4c-matgen .offset-sm-10,
  :is(.m4c-matgen) .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .m4c-matgen .offset-sm-11,
  :is(.m4c-matgen) .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .m4c-matgen .g-sm-0,
  .m4c-matgen .gx-sm-0,
  :is(.m4c-matgen) .g-sm-0,
  :is(.m4c-matgen) .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .m4c-matgen .g-sm-0,
  .m4c-matgen .gy-sm-0,
  :is(.m4c-matgen) .g-sm-0,
  :is(.m4c-matgen) .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .m4c-matgen .g-sm-1,
  .m4c-matgen .gx-sm-1,
  :is(.m4c-matgen) .g-sm-1,
  :is(.m4c-matgen) .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .m4c-matgen .g-sm-1,
  .m4c-matgen .gy-sm-1,
  :is(.m4c-matgen) .g-sm-1,
  :is(.m4c-matgen) .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .m4c-matgen .g-sm-2,
  .m4c-matgen .gx-sm-2,
  :is(.m4c-matgen) .g-sm-2,
  :is(.m4c-matgen) .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .m4c-matgen .g-sm-2,
  .m4c-matgen .gy-sm-2,
  :is(.m4c-matgen) .g-sm-2,
  :is(.m4c-matgen) .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .m4c-matgen .g-sm-3,
  .m4c-matgen .gx-sm-3,
  :is(.m4c-matgen) .g-sm-3,
  :is(.m4c-matgen) .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .m4c-matgen .g-sm-3,
  .m4c-matgen .gy-sm-3,
  :is(.m4c-matgen) .g-sm-3,
  :is(.m4c-matgen) .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .m4c-matgen .g-sm-4,
  .m4c-matgen .gx-sm-4,
  :is(.m4c-matgen) .g-sm-4,
  :is(.m4c-matgen) .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .m4c-matgen .g-sm-4,
  .m4c-matgen .gy-sm-4,
  :is(.m4c-matgen) .g-sm-4,
  :is(.m4c-matgen) .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .m4c-matgen .g-sm-5,
  .m4c-matgen .gx-sm-5,
  :is(.m4c-matgen) .g-sm-5,
  :is(.m4c-matgen) .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .m4c-matgen .g-sm-5,
  .m4c-matgen .gy-sm-5,
  :is(.m4c-matgen) .g-sm-5,
  :is(.m4c-matgen) .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .m4c-matgen .col-md,
  :is(.m4c-matgen) .col-md {
    flex: 1 0 0;
  }
  .m4c-matgen .row-cols-md-auto > *,
  :is(.m4c-matgen) .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .m4c-matgen .row-cols-md-1 > *,
  :is(.m4c-matgen) .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .m4c-matgen .row-cols-md-2 > *,
  :is(.m4c-matgen) .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .m4c-matgen .row-cols-md-3 > *,
  :is(.m4c-matgen) .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .m4c-matgen .row-cols-md-4 > *,
  :is(.m4c-matgen) .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .m4c-matgen .row-cols-md-5 > *,
  :is(.m4c-matgen) .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .m4c-matgen .row-cols-md-6 > *,
  :is(.m4c-matgen) .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .m4c-matgen .col-md-auto,
  :is(.m4c-matgen) .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .m4c-matgen .col-md-1,
  :is(.m4c-matgen) .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .m4c-matgen .col-md-2,
  :is(.m4c-matgen) .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .m4c-matgen .col-md-3,
  :is(.m4c-matgen) .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .m4c-matgen .col-md-4,
  :is(.m4c-matgen) .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .m4c-matgen .col-md-5,
  :is(.m4c-matgen) .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .m4c-matgen .col-md-6,
  :is(.m4c-matgen) .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .m4c-matgen .col-md-7,
  :is(.m4c-matgen) .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .m4c-matgen .col-md-8,
  :is(.m4c-matgen) .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .m4c-matgen .col-md-9,
  :is(.m4c-matgen) .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .m4c-matgen .col-md-10,
  :is(.m4c-matgen) .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .m4c-matgen .col-md-11,
  :is(.m4c-matgen) .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .m4c-matgen .col-md-12,
  :is(.m4c-matgen) .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .m4c-matgen .offset-md-0,
  :is(.m4c-matgen) .offset-md-0 {
    margin-left: 0;
  }
  .m4c-matgen .offset-md-1,
  :is(.m4c-matgen) .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .m4c-matgen .offset-md-2,
  :is(.m4c-matgen) .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .m4c-matgen .offset-md-3,
  :is(.m4c-matgen) .offset-md-3 {
    margin-left: 25%;
  }
  .m4c-matgen .offset-md-4,
  :is(.m4c-matgen) .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .m4c-matgen .offset-md-5,
  :is(.m4c-matgen) .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .m4c-matgen .offset-md-6,
  :is(.m4c-matgen) .offset-md-6 {
    margin-left: 50%;
  }
  .m4c-matgen .offset-md-7,
  :is(.m4c-matgen) .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .m4c-matgen .offset-md-8,
  :is(.m4c-matgen) .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .m4c-matgen .offset-md-9,
  :is(.m4c-matgen) .offset-md-9 {
    margin-left: 75%;
  }
  .m4c-matgen .offset-md-10,
  :is(.m4c-matgen) .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .m4c-matgen .offset-md-11,
  :is(.m4c-matgen) .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .m4c-matgen .g-md-0,
  .m4c-matgen .gx-md-0,
  :is(.m4c-matgen) .g-md-0,
  :is(.m4c-matgen) .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .m4c-matgen .g-md-0,
  .m4c-matgen .gy-md-0,
  :is(.m4c-matgen) .g-md-0,
  :is(.m4c-matgen) .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .m4c-matgen .g-md-1,
  .m4c-matgen .gx-md-1,
  :is(.m4c-matgen) .g-md-1,
  :is(.m4c-matgen) .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .m4c-matgen .g-md-1,
  .m4c-matgen .gy-md-1,
  :is(.m4c-matgen) .g-md-1,
  :is(.m4c-matgen) .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .m4c-matgen .g-md-2,
  .m4c-matgen .gx-md-2,
  :is(.m4c-matgen) .g-md-2,
  :is(.m4c-matgen) .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .m4c-matgen .g-md-2,
  .m4c-matgen .gy-md-2,
  :is(.m4c-matgen) .g-md-2,
  :is(.m4c-matgen) .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .m4c-matgen .g-md-3,
  .m4c-matgen .gx-md-3,
  :is(.m4c-matgen) .g-md-3,
  :is(.m4c-matgen) .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .m4c-matgen .g-md-3,
  .m4c-matgen .gy-md-3,
  :is(.m4c-matgen) .g-md-3,
  :is(.m4c-matgen) .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .m4c-matgen .g-md-4,
  .m4c-matgen .gx-md-4,
  :is(.m4c-matgen) .g-md-4,
  :is(.m4c-matgen) .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .m4c-matgen .g-md-4,
  .m4c-matgen .gy-md-4,
  :is(.m4c-matgen) .g-md-4,
  :is(.m4c-matgen) .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .m4c-matgen .g-md-5,
  .m4c-matgen .gx-md-5,
  :is(.m4c-matgen) .g-md-5,
  :is(.m4c-matgen) .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .m4c-matgen .g-md-5,
  .m4c-matgen .gy-md-5,
  :is(.m4c-matgen) .g-md-5,
  :is(.m4c-matgen) .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .m4c-matgen .col-lg,
  :is(.m4c-matgen) .col-lg {
    flex: 1 0 0;
  }
  .m4c-matgen .row-cols-lg-auto > *,
  :is(.m4c-matgen) .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .m4c-matgen .row-cols-lg-1 > *,
  :is(.m4c-matgen) .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .m4c-matgen .row-cols-lg-2 > *,
  :is(.m4c-matgen) .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .m4c-matgen .row-cols-lg-3 > *,
  :is(.m4c-matgen) .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .m4c-matgen .row-cols-lg-4 > *,
  :is(.m4c-matgen) .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .m4c-matgen .row-cols-lg-5 > *,
  :is(.m4c-matgen) .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .m4c-matgen .row-cols-lg-6 > *,
  :is(.m4c-matgen) .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .m4c-matgen .col-lg-auto,
  :is(.m4c-matgen) .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .m4c-matgen .col-lg-1,
  :is(.m4c-matgen) .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .m4c-matgen .col-lg-2,
  :is(.m4c-matgen) .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .m4c-matgen .col-lg-3,
  :is(.m4c-matgen) .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .m4c-matgen .col-lg-4,
  :is(.m4c-matgen) .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .m4c-matgen .col-lg-5,
  :is(.m4c-matgen) .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .m4c-matgen .col-lg-6,
  :is(.m4c-matgen) .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .m4c-matgen .col-lg-7,
  :is(.m4c-matgen) .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .m4c-matgen .col-lg-8,
  :is(.m4c-matgen) .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .m4c-matgen .col-lg-9,
  :is(.m4c-matgen) .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .m4c-matgen .col-lg-10,
  :is(.m4c-matgen) .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .m4c-matgen .col-lg-11,
  :is(.m4c-matgen) .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .m4c-matgen .col-lg-12,
  :is(.m4c-matgen) .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .m4c-matgen .offset-lg-0,
  :is(.m4c-matgen) .offset-lg-0 {
    margin-left: 0;
  }
  .m4c-matgen .offset-lg-1,
  :is(.m4c-matgen) .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .m4c-matgen .offset-lg-2,
  :is(.m4c-matgen) .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .m4c-matgen .offset-lg-3,
  :is(.m4c-matgen) .offset-lg-3 {
    margin-left: 25%;
  }
  .m4c-matgen .offset-lg-4,
  :is(.m4c-matgen) .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .m4c-matgen .offset-lg-5,
  :is(.m4c-matgen) .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .m4c-matgen .offset-lg-6,
  :is(.m4c-matgen) .offset-lg-6 {
    margin-left: 50%;
  }
  .m4c-matgen .offset-lg-7,
  :is(.m4c-matgen) .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .m4c-matgen .offset-lg-8,
  :is(.m4c-matgen) .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .m4c-matgen .offset-lg-9,
  :is(.m4c-matgen) .offset-lg-9 {
    margin-left: 75%;
  }
  .m4c-matgen .offset-lg-10,
  :is(.m4c-matgen) .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .m4c-matgen .offset-lg-11,
  :is(.m4c-matgen) .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .m4c-matgen .g-lg-0,
  .m4c-matgen .gx-lg-0,
  :is(.m4c-matgen) .g-lg-0,
  :is(.m4c-matgen) .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .m4c-matgen .g-lg-0,
  .m4c-matgen .gy-lg-0,
  :is(.m4c-matgen) .g-lg-0,
  :is(.m4c-matgen) .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .m4c-matgen .g-lg-1,
  .m4c-matgen .gx-lg-1,
  :is(.m4c-matgen) .g-lg-1,
  :is(.m4c-matgen) .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .m4c-matgen .g-lg-1,
  .m4c-matgen .gy-lg-1,
  :is(.m4c-matgen) .g-lg-1,
  :is(.m4c-matgen) .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .m4c-matgen .g-lg-2,
  .m4c-matgen .gx-lg-2,
  :is(.m4c-matgen) .g-lg-2,
  :is(.m4c-matgen) .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .m4c-matgen .g-lg-2,
  .m4c-matgen .gy-lg-2,
  :is(.m4c-matgen) .g-lg-2,
  :is(.m4c-matgen) .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .m4c-matgen .g-lg-3,
  .m4c-matgen .gx-lg-3,
  :is(.m4c-matgen) .g-lg-3,
  :is(.m4c-matgen) .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .m4c-matgen .g-lg-3,
  .m4c-matgen .gy-lg-3,
  :is(.m4c-matgen) .g-lg-3,
  :is(.m4c-matgen) .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .m4c-matgen .g-lg-4,
  .m4c-matgen .gx-lg-4,
  :is(.m4c-matgen) .g-lg-4,
  :is(.m4c-matgen) .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .m4c-matgen .g-lg-4,
  .m4c-matgen .gy-lg-4,
  :is(.m4c-matgen) .g-lg-4,
  :is(.m4c-matgen) .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .m4c-matgen .g-lg-5,
  .m4c-matgen .gx-lg-5,
  :is(.m4c-matgen) .g-lg-5,
  :is(.m4c-matgen) .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .m4c-matgen .g-lg-5,
  .m4c-matgen .gy-lg-5,
  :is(.m4c-matgen) .g-lg-5,
  :is(.m4c-matgen) .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .m4c-matgen .col-xl,
  :is(.m4c-matgen) .col-xl {
    flex: 1 0 0;
  }
  .m4c-matgen .row-cols-xl-auto > *,
  :is(.m4c-matgen) .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .m4c-matgen .row-cols-xl-1 > *,
  :is(.m4c-matgen) .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .m4c-matgen .row-cols-xl-2 > *,
  :is(.m4c-matgen) .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .m4c-matgen .row-cols-xl-3 > *,
  :is(.m4c-matgen) .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .m4c-matgen .row-cols-xl-4 > *,
  :is(.m4c-matgen) .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .m4c-matgen .row-cols-xl-5 > *,
  :is(.m4c-matgen) .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .m4c-matgen .row-cols-xl-6 > *,
  :is(.m4c-matgen) .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .m4c-matgen .col-xl-auto,
  :is(.m4c-matgen) .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .m4c-matgen .col-xl-1,
  :is(.m4c-matgen) .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .m4c-matgen .col-xl-2,
  :is(.m4c-matgen) .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .m4c-matgen .col-xl-3,
  :is(.m4c-matgen) .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .m4c-matgen .col-xl-4,
  :is(.m4c-matgen) .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .m4c-matgen .col-xl-5,
  :is(.m4c-matgen) .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .m4c-matgen .col-xl-6,
  :is(.m4c-matgen) .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .m4c-matgen .col-xl-7,
  :is(.m4c-matgen) .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .m4c-matgen .col-xl-8,
  :is(.m4c-matgen) .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .m4c-matgen .col-xl-9,
  :is(.m4c-matgen) .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .m4c-matgen .col-xl-10,
  :is(.m4c-matgen) .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .m4c-matgen .col-xl-11,
  :is(.m4c-matgen) .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .m4c-matgen .col-xl-12,
  :is(.m4c-matgen) .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .m4c-matgen .offset-xl-0,
  :is(.m4c-matgen) .offset-xl-0 {
    margin-left: 0;
  }
  .m4c-matgen .offset-xl-1,
  :is(.m4c-matgen) .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .m4c-matgen .offset-xl-2,
  :is(.m4c-matgen) .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .m4c-matgen .offset-xl-3,
  :is(.m4c-matgen) .offset-xl-3 {
    margin-left: 25%;
  }
  .m4c-matgen .offset-xl-4,
  :is(.m4c-matgen) .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .m4c-matgen .offset-xl-5,
  :is(.m4c-matgen) .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .m4c-matgen .offset-xl-6,
  :is(.m4c-matgen) .offset-xl-6 {
    margin-left: 50%;
  }
  .m4c-matgen .offset-xl-7,
  :is(.m4c-matgen) .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .m4c-matgen .offset-xl-8,
  :is(.m4c-matgen) .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .m4c-matgen .offset-xl-9,
  :is(.m4c-matgen) .offset-xl-9 {
    margin-left: 75%;
  }
  .m4c-matgen .offset-xl-10,
  :is(.m4c-matgen) .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .m4c-matgen .offset-xl-11,
  :is(.m4c-matgen) .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .m4c-matgen .g-xl-0,
  .m4c-matgen .gx-xl-0,
  :is(.m4c-matgen) .g-xl-0,
  :is(.m4c-matgen) .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .m4c-matgen .g-xl-0,
  .m4c-matgen .gy-xl-0,
  :is(.m4c-matgen) .g-xl-0,
  :is(.m4c-matgen) .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .m4c-matgen .g-xl-1,
  .m4c-matgen .gx-xl-1,
  :is(.m4c-matgen) .g-xl-1,
  :is(.m4c-matgen) .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .m4c-matgen .g-xl-1,
  .m4c-matgen .gy-xl-1,
  :is(.m4c-matgen) .g-xl-1,
  :is(.m4c-matgen) .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .m4c-matgen .g-xl-2,
  .m4c-matgen .gx-xl-2,
  :is(.m4c-matgen) .g-xl-2,
  :is(.m4c-matgen) .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .m4c-matgen .g-xl-2,
  .m4c-matgen .gy-xl-2,
  :is(.m4c-matgen) .g-xl-2,
  :is(.m4c-matgen) .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .m4c-matgen .g-xl-3,
  .m4c-matgen .gx-xl-3,
  :is(.m4c-matgen) .g-xl-3,
  :is(.m4c-matgen) .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .m4c-matgen .g-xl-3,
  .m4c-matgen .gy-xl-3,
  :is(.m4c-matgen) .g-xl-3,
  :is(.m4c-matgen) .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .m4c-matgen .g-xl-4,
  .m4c-matgen .gx-xl-4,
  :is(.m4c-matgen) .g-xl-4,
  :is(.m4c-matgen) .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .m4c-matgen .g-xl-4,
  .m4c-matgen .gy-xl-4,
  :is(.m4c-matgen) .g-xl-4,
  :is(.m4c-matgen) .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .m4c-matgen .g-xl-5,
  .m4c-matgen .gx-xl-5,
  :is(.m4c-matgen) .g-xl-5,
  :is(.m4c-matgen) .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .m4c-matgen .g-xl-5,
  .m4c-matgen .gy-xl-5,
  :is(.m4c-matgen) .g-xl-5,
  :is(.m4c-matgen) .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
.m4c-matgen .table,
:is(.m4c-matgen) .table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: #212529;
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: #dee2e6;
  --bs-table-accent-bg: rgba(0, 0, 0, 0.05);
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.075);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.m4c-matgen .table > :not(caption) > * > *,
:is(.m4c-matgen) .table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.m4c-matgen .table > tbody,
:is(.m4c-matgen) .table > tbody {
  vertical-align: inherit;
}
.m4c-matgen .table > thead,
:is(.m4c-matgen) .table > thead {
  vertical-align: bottom;
}
.m4c-matgen .table-group-divider,
:is(.m4c-matgen) .table-group-divider {
  border-top: calc(1px * 2) solid currentcolor;
}
.m4c-matgen .caption-top,
:is(.m4c-matgen) .caption-top {
  caption-side: top;
}
.m4c-matgen .table-sm > :not(caption) > * > *,
:is(.m4c-matgen) .table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}
.m4c-matgen .table-bordered > :not(caption) > *,
:is(.m4c-matgen) .table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.m4c-matgen .table-bordered > :not(caption) > * > *,
:is(.m4c-matgen) .table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}
.m4c-matgen .table-borderless > :not(caption) > * > *,
:is(.m4c-matgen) .table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.m4c-matgen .table-borderless > :not(:first-child),
:is(.m4c-matgen) .table-borderless > :not(:first-child) {
  border-top-width: 0;
}
.m4c-matgen .table-striped > tbody > tr:nth-of-type(odd) > *,
:is(.m4c-matgen) .table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}
.m4c-matgen .table-striped-columns > :not(caption) > tr > :nth-child(even),
:is(.m4c-matgen) .table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}
.m4c-matgen .table-active,
:is(.m4c-matgen) .table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}
.m4c-matgen .table-hover > tbody > tr:hover > *,
:is(.m4c-matgen) .table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}
.m4c-matgen .table-primary,
:is(.m4c-matgen) .table-primary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(211.4, 222.6, 255);
  --bs-table-border-color: rgb(169.12, 178.08, 204);
  --bs-table-striped-bg: rgb(200.83, 211.47, 242.25);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(190.26, 200.34, 229.5);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(195.545, 205.905, 235.875);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.m4c-matgen .table-secondary,
:is(.m4c-matgen) .table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(225.6, 227.4, 229);
  --bs-table-border-color: rgb(180.48, 181.92, 183.2);
  --bs-table-striped-bg: rgb(214.32, 216.03, 217.55);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(203.04, 204.66, 206.1);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(208.68, 210.345, 211.825);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.m4c-matgen .table-success,
:is(.m4c-matgen) .table-success {
  --bs-table-color: #000;
  --bs-table-bg: rgb(212, 237.4, 217.8);
  --bs-table-border-color: rgb(169.6, 189.92, 174.24);
  --bs-table-striped-bg: rgb(201.4, 225.53, 206.91);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(190.8, 213.66, 196.02);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(196.1, 219.595, 201.465);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.m4c-matgen .table-info,
:is(.m4c-matgen) .table-info {
  --bs-table-color: #000;
  --bs-table-bg: rgb(208.6, 236.4, 240.8);
  --bs-table-border-color: rgb(166.88, 189.12, 192.64);
  --bs-table-striped-bg: rgb(198.17, 224.58, 228.76);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(187.74, 212.76, 216.72);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(192.955, 218.67, 222.74);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.m4c-matgen .table-warning,
:is(.m4c-matgen) .table-warning {
  --bs-table-color: #000;
  --bs-table-bg: rgb(255, 242.6, 205.4);
  --bs-table-border-color: rgb(204, 194.08, 164.32);
  --bs-table-striped-bg: rgb(242.25, 230.47, 195.13);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(229.5, 218.34, 184.86);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(235.875, 224.405, 189.995);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.m4c-matgen .table-danger,
:is(.m4c-matgen) .table-danger {
  --bs-table-color: #000;
  --bs-table-bg: rgb(240.6, 207.2, 210.4);
  --bs-table-border-color: rgb(192.48, 165.76, 168.32);
  --bs-table-striped-bg: rgb(228.57, 196.84, 199.88);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(216.54, 186.48, 189.36);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(222.555, 191.66, 194.62);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.m4c-matgen .table-light,
:is(.m4c-matgen) .table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: rgb(198.4, 199.2, 200);
  --bs-table-striped-bg: rgb(235.6, 236.55, 237.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 224.1, 225);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 230.325, 231.25);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.m4c-matgen .table-dark,
:is(.m4c-matgen) .table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #343a40;
  --bs-table-border-color: rgb(92.6, 97.4, 102.2);
  --bs-table-striped-bg: rgb(62.15, 67.85, 73.55);
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: rgb(72.3, 77.7, 83.1);
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: rgb(67.225, 72.775, 78.325);
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.m4c-matgen .table-responsive,
:is(.m4c-matgen) .table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
  .m4c-matgen .table-responsive-sm,
  :is(.m4c-matgen) .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .m4c-matgen .table-responsive-md,
  :is(.m4c-matgen) .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .m4c-matgen .table-responsive-lg,
  :is(.m4c-matgen) .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .m4c-matgen .table-responsive-xl,
  :is(.m4c-matgen) .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.m4c-matgen .form-label,
:is(.m4c-matgen) .form-label {
  margin-bottom: 0.5rem;
}
.m4c-matgen .col-form-label,
:is(.m4c-matgen) .col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.m4c-matgen .col-form-label-lg,
:is(.m4c-matgen) .col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}
.m4c-matgen .col-form-label-sm,
:is(.m4c-matgen) .col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}
.m4c-matgen .form-text,
:is(.m4c-matgen) .form-text {
  margin-top: 0.25rem;
  font-size: 80%;
  color: var(--bs-secondary-color);
}
.m4c-matgen .form-control, .m4c-matgen .matgen-form .font-picker.fp-select,
:is(.m4c-matgen) .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  appearance: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .m4c-matgen .form-control, .m4c-matgen .matgen-form .font-picker.fp-select,
  :is(.m4c-matgen) .form-control {
    transition: none;
  }
}
.m4c-matgen .form-control[type=file], .m4c-matgen .matgen-form [type=file].font-picker.fp-select,
:is(.m4c-matgen) .form-control[type=file] {
  overflow: hidden;
}
.m4c-matgen .form-control[type=file]:not(:disabled):not([readonly]), .m4c-matgen .matgen-form [type=file].font-picker.fp-select:not(:disabled):not([readonly]),
:is(.m4c-matgen) .form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.m4c-matgen .form-control:focus, .m4c-matgen .matgen-form .font-picker.fp-select:focus,
:is(.m4c-matgen) .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(164.5, 187.747706422, 255);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(37, 93, 255, 0.25);
}
.m4c-matgen .form-control::-webkit-date-and-time-value, .m4c-matgen .matgen-form .font-picker.fp-select::-webkit-date-and-time-value,
:is(.m4c-matgen) .form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.m4c-matgen .form-control::-webkit-datetime-edit, .m4c-matgen .matgen-form .font-picker.fp-select::-webkit-datetime-edit,
:is(.m4c-matgen) .form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.m4c-matgen .form-control::placeholder, .m4c-matgen .matgen-form .font-picker.fp-select::placeholder,
:is(.m4c-matgen) .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.m4c-matgen .form-control:disabled, .m4c-matgen .matgen-form .font-picker.fp-select:disabled,
:is(.m4c-matgen) .form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.m4c-matgen .form-control::file-selector-button, .m4c-matgen .matgen-form .font-picker.fp-select::file-selector-button,
:is(.m4c-matgen) .form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #495057;
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .m4c-matgen .form-control::file-selector-button, .m4c-matgen .matgen-form .font-picker.fp-select::file-selector-button,
  :is(.m4c-matgen) .form-control::file-selector-button {
    transition: none;
  }
}
.m4c-matgen .form-control:hover:not(:disabled):not([readonly])::file-selector-button, .m4c-matgen .matgen-form .font-picker.fp-select:hover:not(:disabled):not([readonly])::file-selector-button,
:is(.m4c-matgen) .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}
.m4c-matgen .form-control-plaintext,
:is(.m4c-matgen) .form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.m4c-matgen .form-control-plaintext:focus,
:is(.m4c-matgen) .form-control-plaintext:focus {
  outline: 0;
}
.m4c-matgen .form-control-plaintext.form-control-sm, .m4c-matgen .form-control-plaintext.form-control-lg,
:is(.m4c-matgen) .form-control-plaintext.form-control-sm,
:is(.m4c-matgen) .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.m4c-matgen .form-control-sm,
:is(.m4c-matgen) .form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.m4c-matgen .form-control-sm::file-selector-button,
:is(.m4c-matgen) .form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.m4c-matgen .form-control-lg,
:is(.m4c-matgen) .form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.m4c-matgen .form-control-lg::file-selector-button,
:is(.m4c-matgen) .form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
.m4c-matgen textarea.form-control, .m4c-matgen .matgen-form textarea.font-picker.fp-select,
:is(.m4c-matgen) textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
.m4c-matgen textarea.form-control-sm,
:is(.m4c-matgen) textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
.m4c-matgen textarea.form-control-lg,
:is(.m4c-matgen) textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}
.m4c-matgen .form-control-color,
:is(.m4c-matgen) .form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem;
}
.m4c-matgen .form-control-color:not(:disabled):not([readonly]),
:is(.m4c-matgen) .form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.m4c-matgen .form-control-color::-moz-color-swatch,
:is(.m4c-matgen) .form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 0.25rem;
}
.m4c-matgen .form-control-color::-webkit-color-swatch,
:is(.m4c-matgen) .form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: 0.25rem;
}
.m4c-matgen .form-control-color.form-control-sm,
:is(.m4c-matgen) .form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
}
.m4c-matgen .form-control-color.form-control-lg,
:is(.m4c-matgen) .form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
}
.m4c-matgen .form-select,
:is(.m4c-matgen) .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  appearance: none;
  background-color: #fff;
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .m4c-matgen .form-select,
  :is(.m4c-matgen) .form-select {
    transition: none;
  }
}
.m4c-matgen .form-select:focus,
:is(.m4c-matgen) .form-select:focus {
  border-color: rgb(164.5, 187.747706422, 255);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(37, 93, 255, 0.25);
}
.m4c-matgen .form-select[multiple], .m4c-matgen .form-select[size]:not([size="1"]),
:is(.m4c-matgen) .form-select[multiple],
:is(.m4c-matgen) .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.m4c-matgen .form-select:disabled,
:is(.m4c-matgen) .form-select:disabled {
  background-color: #e9ecef;
}
.m4c-matgen .form-select:-moz-focusring,
:is(.m4c-matgen) .form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.m4c-matgen .form-select-sm,
:is(.m4c-matgen) .form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.m4c-matgen .form-select-lg,
:is(.m4c-matgen) .form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.m4c-matgen [data-bs-theme=dark] .form-select,
:is(.m4c-matgen) [data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.m4c-matgen .form-check,
:is(.m4c-matgen) .form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.m4c-matgen .form-check .form-check-input,
:is(.m4c-matgen) .form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.m4c-matgen .form-check-reverse,
:is(.m4c-matgen) .form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.m4c-matgen .form-check-reverse .form-check-input,
:is(.m4c-matgen) .form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}
.m4c-matgen .form-check-input,
:is(.m4c-matgen) .form-check-input {
  --bs-form-check-bg: #fff;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  print-color-adjust: exact;
}
.m4c-matgen .form-check-input[type=checkbox],
:is(.m4c-matgen) .form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.m4c-matgen .form-check-input[type=radio],
:is(.m4c-matgen) .form-check-input[type=radio] {
  border-radius: 50%;
}
.m4c-matgen .form-check-input:active,
:is(.m4c-matgen) .form-check-input:active {
  filter: brightness(90%);
}
.m4c-matgen .form-check-input:focus,
:is(.m4c-matgen) .form-check-input:focus {
  border-color: rgb(164.5, 187.747706422, 255);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(37, 93, 255, 0.25);
}
.m4c-matgen .form-check-input:checked,
:is(.m4c-matgen) .form-check-input:checked {
  background-color: #255dff;
  border-color: #255dff;
}
.m4c-matgen .form-check-input:checked[type=checkbox],
:is(.m4c-matgen) .form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.m4c-matgen .form-check-input:checked[type=radio],
:is(.m4c-matgen) .form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.m4c-matgen .form-check-input[type=checkbox]:indeterminate,
:is(.m4c-matgen) .form-check-input[type=checkbox]:indeterminate {
  background-color: #255dff;
  border-color: #255dff;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.m4c-matgen .form-check-input:disabled,
:is(.m4c-matgen) .form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.m4c-matgen .form-check-input[disabled] ~ .form-check-label, .m4c-matgen .form-check-input:disabled ~ .form-check-label,
:is(.m4c-matgen) .form-check-input[disabled] ~ .form-check-label,
:is(.m4c-matgen) .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}
.m4c-matgen .form-switch,
:is(.m4c-matgen) .form-switch {
  padding-left: 2.5em;
}
.m4c-matgen .form-switch .form-check-input,
:is(.m4c-matgen) .form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(0, 0, 0, 0.25)'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .m4c-matgen .form-switch .form-check-input,
  :is(.m4c-matgen) .form-switch .form-check-input {
    transition: none;
  }
}
.m4c-matgen .form-switch .form-check-input:focus,
:is(.m4c-matgen) .form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb(164.5, 187.747706422, 255)'/%3e%3c/svg%3e");
}
.m4c-matgen .form-switch .form-check-input:checked,
:is(.m4c-matgen) .form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.m4c-matgen .form-switch.form-check-reverse,
:is(.m4c-matgen) .form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.m4c-matgen .form-switch.form-check-reverse .form-check-input,
:is(.m4c-matgen) .form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}
.m4c-matgen .form-check-inline,
:is(.m4c-matgen) .form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.m4c-matgen .btn-check,
:is(.m4c-matgen) .btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.m4c-matgen .btn-check[disabled] + .btn, .m4c-matgen .btn-check:disabled + .btn,
:is(.m4c-matgen) .btn-check[disabled] + .btn,
:is(.m4c-matgen) .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}
.m4c-matgen [data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus),
:is(.m4c-matgen) [data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(255, 255, 255, 0.25)'/%3e%3c/svg%3e");
}
.m4c-matgen .form-range,
:is(.m4c-matgen) .form-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  appearance: none;
  background-color: transparent;
}
.m4c-matgen .form-range:focus,
:is(.m4c-matgen) .form-range:focus {
  outline: 0;
}
.m4c-matgen .form-range:focus::-webkit-slider-thumb,
:is(.m4c-matgen) .form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(37, 93, 255, 0.25);
}
.m4c-matgen .form-range:focus::-moz-range-thumb,
:is(.m4c-matgen) .form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(37, 93, 255, 0.25);
}
.m4c-matgen .form-range::-moz-focus-outer,
:is(.m4c-matgen) .form-range::-moz-focus-outer {
  border: 0;
}
.m4c-matgen .form-range::-webkit-slider-thumb,
:is(.m4c-matgen) .form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  appearance: none;
  background-color: #255dff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .m4c-matgen .form-range::-webkit-slider-thumb,
  :is(.m4c-matgen) .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.m4c-matgen .form-range::-webkit-slider-thumb:active,
:is(.m4c-matgen) .form-range::-webkit-slider-thumb:active {
  background-color: rgb(189.6, 206.4, 255);
}
.m4c-matgen .form-range::-webkit-slider-runnable-track,
:is(.m4c-matgen) .form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.m4c-matgen .form-range::-moz-range-thumb,
:is(.m4c-matgen) .form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  background-color: #255dff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .m4c-matgen .form-range::-moz-range-thumb,
  :is(.m4c-matgen) .form-range::-moz-range-thumb {
    transition: none;
  }
}
.m4c-matgen .form-range::-moz-range-thumb:active,
:is(.m4c-matgen) .form-range::-moz-range-thumb:active {
  background-color: rgb(189.6, 206.4, 255);
}
.m4c-matgen .form-range::-moz-range-track,
:is(.m4c-matgen) .form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.m4c-matgen .form-range:disabled,
:is(.m4c-matgen) .form-range:disabled {
  pointer-events: none;
}
.m4c-matgen .form-range:disabled::-webkit-slider-thumb,
:is(.m4c-matgen) .form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.m4c-matgen .form-range:disabled::-moz-range-thumb,
:is(.m4c-matgen) .form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}
.m4c-matgen .form-floating,
:is(.m4c-matgen) .form-floating {
  position: relative;
}
.m4c-matgen .form-floating > .form-control, .m4c-matgen .matgen-form .form-floating > .font-picker.fp-select,
.m4c-matgen .form-floating > .form-control-plaintext,
.m4c-matgen .form-floating > .form-select,
:is(.m4c-matgen) .form-floating > .form-control,
:is(.m4c-matgen) .form-floating > .form-control-plaintext,
:is(.m4c-matgen) .form-floating > .form-select {
  height: calc(3.5rem + 2px);
  min-height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.m4c-matgen .form-floating > label,
:is(.m4c-matgen) .form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  max-width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  color: rgba(var(--bs-body-color-rgb), 0.65);
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .m4c-matgen .form-floating > label,
  :is(.m4c-matgen) .form-floating > label {
    transition: none;
  }
}
.m4c-matgen .form-floating > .form-control, .m4c-matgen .matgen-form .form-floating > .font-picker.fp-select,
.m4c-matgen .form-floating > .form-control-plaintext,
:is(.m4c-matgen) .form-floating > .form-control,
:is(.m4c-matgen) .form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.m4c-matgen .form-floating > .form-control::placeholder, .m4c-matgen .matgen-form .form-floating > .font-picker.fp-select::placeholder,
.m4c-matgen .form-floating > .form-control-plaintext::placeholder,
:is(.m4c-matgen) .form-floating > .form-control::placeholder,
:is(.m4c-matgen) .form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.m4c-matgen .form-floating > .form-control:focus, .m4c-matgen .matgen-form .form-floating > .font-picker.fp-select:focus, .m4c-matgen .form-floating > .form-control:not(:placeholder-shown), .m4c-matgen .matgen-form .form-floating > .font-picker.fp-select:not(:placeholder-shown),
.m4c-matgen .form-floating > .form-control-plaintext:focus,
.m4c-matgen .form-floating > .form-control-plaintext:not(:placeholder-shown),
:is(.m4c-matgen) .form-floating > .form-control:focus,
:is(.m4c-matgen) .form-floating > .form-control:not(:placeholder-shown),
:is(.m4c-matgen) .form-floating > .form-control-plaintext:focus,
:is(.m4c-matgen) .form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.m4c-matgen .form-floating > .form-control:-webkit-autofill, .m4c-matgen .matgen-form .form-floating > .font-picker.fp-select:-webkit-autofill,
.m4c-matgen .form-floating > .form-control-plaintext:-webkit-autofill,
:is(.m4c-matgen) .form-floating > .form-control:-webkit-autofill,
:is(.m4c-matgen) .form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.m4c-matgen .form-floating > .form-select,
:is(.m4c-matgen) .form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.75rem;
}
.m4c-matgen .form-floating > .form-control:focus ~ label, .m4c-matgen .matgen-form .form-floating > .font-picker.fp-select:focus ~ label,
.m4c-matgen .form-floating > .form-control:not(:placeholder-shown) ~ label,
.m4c-matgen .matgen-form .form-floating > .font-picker.fp-select:not(:placeholder-shown) ~ label,
.m4c-matgen .form-floating > .form-control-plaintext ~ label,
.m4c-matgen .form-floating > .form-select ~ label,
:is(.m4c-matgen) .form-floating > .form-control:focus ~ label,
:is(.m4c-matgen) .form-floating > .form-control:not(:placeholder-shown) ~ label,
:is(.m4c-matgen) .form-floating > .form-control-plaintext ~ label,
:is(.m4c-matgen) .form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.m4c-matgen .form-floating > .form-control:-webkit-autofill ~ label, .m4c-matgen .matgen-form .form-floating > .font-picker.fp-select:-webkit-autofill ~ label,
:is(.m4c-matgen) .form-floating > .form-control:-webkit-autofill ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.m4c-matgen .form-floating > textarea:focus ~ label::after,
.m4c-matgen .form-floating > textarea:not(:placeholder-shown) ~ label::after,
:is(.m4c-matgen) .form-floating > textarea:focus ~ label::after,
:is(.m4c-matgen) .form-floating > textarea:not(:placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: #fff;
  border-radius: 0.25rem;
}
.m4c-matgen .form-floating > textarea:disabled ~ label::after,
:is(.m4c-matgen) .form-floating > textarea:disabled ~ label::after {
  background-color: #e9ecef;
}
.m4c-matgen .form-floating > .form-control-plaintext ~ label,
:is(.m4c-matgen) .form-floating > .form-control-plaintext ~ label {
  border-width: 1px 0;
}
.m4c-matgen .form-floating > :disabled ~ label,
.m4c-matgen .form-floating > .form-control:disabled ~ label,
.m4c-matgen .matgen-form .form-floating > .font-picker.fp-select:disabled ~ label,
:is(.m4c-matgen) .form-floating > :disabled ~ label,
:is(.m4c-matgen) .form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}
.m4c-matgen .input-group,
:is(.m4c-matgen) .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.m4c-matgen .input-group > .form-control, .m4c-matgen .matgen-form .input-group > .font-picker.fp-select,
.m4c-matgen .input-group > .form-select,
.m4c-matgen .input-group > .form-floating,
:is(.m4c-matgen) .input-group > .form-control,
:is(.m4c-matgen) .input-group > .form-select,
:is(.m4c-matgen) .input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.m4c-matgen .input-group > .form-control:focus, .m4c-matgen .matgen-form .input-group > .font-picker.fp-select:focus,
.m4c-matgen .input-group > .form-select:focus,
.m4c-matgen .input-group > .form-floating:focus-within,
:is(.m4c-matgen) .input-group > .form-control:focus,
:is(.m4c-matgen) .input-group > .form-select:focus,
:is(.m4c-matgen) .input-group > .form-floating:focus-within {
  z-index: 5;
}
.m4c-matgen .input-group .btn,
:is(.m4c-matgen) .input-group .btn {
  position: relative;
  z-index: 2;
}
.m4c-matgen .input-group .btn:focus,
:is(.m4c-matgen) .input-group .btn:focus {
  z-index: 5;
}
.m4c-matgen .input-group-text,
:is(.m4c-matgen) .input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.m4c-matgen .input-group-lg > .form-control, .m4c-matgen .matgen-form .input-group-lg > .font-picker.fp-select,
.m4c-matgen .input-group-lg > .form-select,
.m4c-matgen .input-group-lg > .input-group-text,
.m4c-matgen .input-group-lg > .btn,
:is(.m4c-matgen) .input-group-lg > .form-control,
:is(.m4c-matgen) .input-group-lg > .form-select,
:is(.m4c-matgen) .input-group-lg > .input-group-text,
:is(.m4c-matgen) .input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.m4c-matgen .input-group-sm > .form-control, .m4c-matgen .matgen-form .input-group-sm > .font-picker.fp-select,
.m4c-matgen .input-group-sm > .form-select,
.m4c-matgen .input-group-sm > .input-group-text,
.m4c-matgen .input-group-sm > .btn,
:is(.m4c-matgen) .input-group-sm > .form-control,
:is(.m4c-matgen) .input-group-sm > .form-select,
:is(.m4c-matgen) .input-group-sm > .input-group-text,
:is(.m4c-matgen) .input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.m4c-matgen .input-group-lg > .form-select,
.m4c-matgen .input-group-sm > .form-select,
:is(.m4c-matgen) .input-group-lg > .form-select,
:is(.m4c-matgen) .input-group-sm > .form-select {
  padding-right: 3rem;
}
.m4c-matgen .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.m4c-matgen .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.m4c-matgen .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.m4c-matgen .matgen-form .input-group:not(.has-validation) > .form-floating:not(:last-child) > .font-picker.fp-select,
.m4c-matgen .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select,
:is(.m4c-matgen) .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
:is(.m4c-matgen) .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
:is(.m4c-matgen) .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
:is(.m4c-matgen) .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.m4c-matgen .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.m4c-matgen .input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.m4c-matgen .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.m4c-matgen .matgen-form .input-group.has-validation > .form-floating:nth-last-child(n+3) > .font-picker.fp-select,
.m4c-matgen .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select,
:is(.m4c-matgen) .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
:is(.m4c-matgen) .input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
:is(.m4c-matgen) .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
:is(.m4c-matgen) .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.m4c-matgen .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback),
:is(.m4c-matgen) .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(-1 * 1px);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.m4c-matgen .input-group > .form-floating:not(:first-child) > .form-control, .m4c-matgen .matgen-form .input-group > .form-floating:not(:first-child) > .font-picker.fp-select,
.m4c-matgen .input-group > .form-floating:not(:first-child) > .form-select,
:is(.m4c-matgen) .input-group > .form-floating:not(:first-child) > .form-control,
:is(.m4c-matgen) .input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.m4c-matgen .valid-feedback,
:is(.m4c-matgen) .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}
.m4c-matgen .valid-tooltip,
:is(.m4c-matgen) .valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #000;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.was-validated .m4c-matgen:valid ~ .valid-feedback,
.was-validated .m4c-matgen:valid ~ .valid-tooltip, .m4c-matgen.is-valid ~ .valid-feedback,
.m4c-matgen.is-valid ~ .valid-tooltip,
.was-validated :is(.m4c-matgen):valid ~ .valid-feedback,
.was-validated :is(.m4c-matgen):valid ~ .valid-tooltip,
:is(.m4c-matgen).is-valid ~ .valid-feedback,
:is(.m4c-matgen).is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .m4c-matgen .form-control:valid, .was-validated .m4c-matgen .matgen-form .font-picker.fp-select:valid, .m4c-matgen .form-control.is-valid, .m4c-matgen .matgen-form .is-valid.font-picker.fp-select,
.was-validated :is(.m4c-matgen) .form-control:valid,
:is(.m4c-matgen) .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .m4c-matgen .form-control:valid:focus, .was-validated .m4c-matgen .matgen-form .font-picker.fp-select:valid:focus, .m4c-matgen .form-control.is-valid:focus, .m4c-matgen .matgen-form .is-valid.font-picker.fp-select:focus,
.was-validated :is(.m4c-matgen) .form-control:valid:focus,
:is(.m4c-matgen) .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .m4c-matgen textarea.form-control:valid, .was-validated .m4c-matgen .matgen-form textarea.font-picker.fp-select:valid, .m4c-matgen textarea.form-control.is-valid, .m4c-matgen .matgen-form textarea.is-valid.font-picker.fp-select,
.was-validated :is(.m4c-matgen) textarea.form-control:valid,
:is(.m4c-matgen) textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .m4c-matgen .form-select:valid, .m4c-matgen .form-select.is-valid,
.was-validated :is(.m4c-matgen) .form-select:valid,
:is(.m4c-matgen) .form-select.is-valid {
  border-color: #28a745;
}
.was-validated .m4c-matgen .form-select:valid:not([multiple]):not([size]), .was-validated .m4c-matgen .form-select:valid:not([multiple])[size="1"], .m4c-matgen .form-select.is-valid:not([multiple]):not([size]), .m4c-matgen .form-select.is-valid:not([multiple])[size="1"],
.was-validated :is(.m4c-matgen) .form-select:valid:not([multiple]):not([size]),
.was-validated :is(.m4c-matgen) .form-select:valid:not([multiple])[size="1"],
:is(.m4c-matgen) .form-select.is-valid:not([multiple]):not([size]),
:is(.m4c-matgen) .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .m4c-matgen .form-select:valid:focus, .m4c-matgen .form-select.is-valid:focus,
.was-validated :is(.m4c-matgen) .form-select:valid:focus,
:is(.m4c-matgen) .form-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .m4c-matgen .form-control-color:valid, .m4c-matgen .form-control-color.is-valid,
.was-validated :is(.m4c-matgen) .form-control-color:valid,
:is(.m4c-matgen) .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}
.was-validated .m4c-matgen .form-check-input:valid, .m4c-matgen .form-check-input.is-valid,
.was-validated :is(.m4c-matgen) .form-check-input:valid,
:is(.m4c-matgen) .form-check-input.is-valid {
  border-color: #28a745;
}
.was-validated .m4c-matgen .form-check-input:valid:checked, .m4c-matgen .form-check-input.is-valid:checked,
.was-validated :is(.m4c-matgen) .form-check-input:valid:checked,
:is(.m4c-matgen) .form-check-input.is-valid:checked {
  background-color: #28a745;
}
.was-validated .m4c-matgen .form-check-input:valid:focus, .m4c-matgen .form-check-input.is-valid:focus,
.was-validated :is(.m4c-matgen) .form-check-input:valid:focus,
:is(.m4c-matgen) .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .m4c-matgen .form-check-input:valid ~ .form-check-label, .m4c-matgen .form-check-input.is-valid ~ .form-check-label,
.was-validated :is(.m4c-matgen) .form-check-input:valid ~ .form-check-label,
:is(.m4c-matgen) .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.m4c-matgen .form-check-inline .form-check-input ~ .valid-feedback,
:is(.m4c-matgen) .form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.was-validated .m4c-matgen .input-group > .form-control:not(:focus):valid, .was-validated .m4c-matgen .matgen-form .input-group > .font-picker.fp-select:not(:focus):valid, .m4c-matgen .input-group > .form-control:not(:focus).is-valid, .m4c-matgen .matgen-form .input-group > .font-picker.fp-select:not(:focus).is-valid,
.was-validated .m4c-matgen .input-group > .form-select:not(:focus):valid,
.m4c-matgen .input-group > .form-select:not(:focus).is-valid,
.was-validated .m4c-matgen .input-group > .form-floating:not(:focus-within):valid,
.m4c-matgen .input-group > .form-floating:not(:focus-within).is-valid,
.was-validated :is(.m4c-matgen) .input-group > .form-control:not(:focus):valid,
:is(.m4c-matgen) .input-group > .form-control:not(:focus).is-valid,
.was-validated :is(.m4c-matgen) .input-group > .form-select:not(:focus):valid,
:is(.m4c-matgen) .input-group > .form-select:not(:focus).is-valid,
.was-validated :is(.m4c-matgen) .input-group > .form-floating:not(:focus-within):valid,
:is(.m4c-matgen) .input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}
.m4c-matgen .invalid-feedback,
:is(.m4c-matgen) .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #b71020;
}
.m4c-matgen .invalid-tooltip,
:is(.m4c-matgen) .invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(183, 16, 32, 0.9);
  border-radius: 0.25rem;
}
.was-validated .m4c-matgen:invalid ~ .invalid-feedback,
.was-validated .m4c-matgen:invalid ~ .invalid-tooltip, .m4c-matgen.is-invalid ~ .invalid-feedback,
.m4c-matgen.is-invalid ~ .invalid-tooltip,
.was-validated :is(.m4c-matgen):invalid ~ .invalid-feedback,
.was-validated :is(.m4c-matgen):invalid ~ .invalid-tooltip,
:is(.m4c-matgen).is-invalid ~ .invalid-feedback,
:is(.m4c-matgen).is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .m4c-matgen .form-control:invalid, .was-validated .m4c-matgen .matgen-form .font-picker.fp-select:invalid, .m4c-matgen .form-control.is-invalid, .m4c-matgen .matgen-form .is-invalid.font-picker.fp-select,
.was-validated :is(.m4c-matgen) .form-control:invalid,
:is(.m4c-matgen) .form-control.is-invalid {
  border-color: #b71020;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23b71020' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23b71020' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .m4c-matgen .form-control:invalid:focus, .was-validated .m4c-matgen .matgen-form .font-picker.fp-select:invalid:focus, .m4c-matgen .form-control.is-invalid:focus, .m4c-matgen .matgen-form .is-invalid.font-picker.fp-select:focus,
.was-validated :is(.m4c-matgen) .form-control:invalid:focus,
:is(.m4c-matgen) .form-control.is-invalid:focus {
  border-color: #b71020;
  box-shadow: 0 0 0 0.2rem rgba(183, 16, 32, 0.25);
}
.was-validated .m4c-matgen textarea.form-control:invalid, .was-validated .m4c-matgen .matgen-form textarea.font-picker.fp-select:invalid, .m4c-matgen textarea.form-control.is-invalid, .m4c-matgen .matgen-form textarea.is-invalid.font-picker.fp-select,
.was-validated :is(.m4c-matgen) textarea.form-control:invalid,
:is(.m4c-matgen) textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .m4c-matgen .form-select:invalid, .m4c-matgen .form-select.is-invalid,
.was-validated :is(.m4c-matgen) .form-select:invalid,
:is(.m4c-matgen) .form-select.is-invalid {
  border-color: #b71020;
}
.was-validated .m4c-matgen .form-select:invalid:not([multiple]):not([size]), .was-validated .m4c-matgen .form-select:invalid:not([multiple])[size="1"], .m4c-matgen .form-select.is-invalid:not([multiple]):not([size]), .m4c-matgen .form-select.is-invalid:not([multiple])[size="1"],
.was-validated :is(.m4c-matgen) .form-select:invalid:not([multiple]):not([size]),
.was-validated :is(.m4c-matgen) .form-select:invalid:not([multiple])[size="1"],
:is(.m4c-matgen) .form-select.is-invalid:not([multiple]):not([size]),
:is(.m4c-matgen) .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23b71020' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23b71020' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .m4c-matgen .form-select:invalid:focus, .m4c-matgen .form-select.is-invalid:focus,
.was-validated :is(.m4c-matgen) .form-select:invalid:focus,
:is(.m4c-matgen) .form-select.is-invalid:focus {
  border-color: #b71020;
  box-shadow: 0 0 0 0.2rem rgba(183, 16, 32, 0.25);
}
.was-validated .m4c-matgen .form-control-color:invalid, .m4c-matgen .form-control-color.is-invalid,
.was-validated :is(.m4c-matgen) .form-control-color:invalid,
:is(.m4c-matgen) .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}
.was-validated .m4c-matgen .form-check-input:invalid, .m4c-matgen .form-check-input.is-invalid,
.was-validated :is(.m4c-matgen) .form-check-input:invalid,
:is(.m4c-matgen) .form-check-input.is-invalid {
  border-color: #b71020;
}
.was-validated .m4c-matgen .form-check-input:invalid:checked, .m4c-matgen .form-check-input.is-invalid:checked,
.was-validated :is(.m4c-matgen) .form-check-input:invalid:checked,
:is(.m4c-matgen) .form-check-input.is-invalid:checked {
  background-color: #b71020;
}
.was-validated .m4c-matgen .form-check-input:invalid:focus, .m4c-matgen .form-check-input.is-invalid:focus,
.was-validated :is(.m4c-matgen) .form-check-input:invalid:focus,
:is(.m4c-matgen) .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(183, 16, 32, 0.25);
}
.was-validated .m4c-matgen .form-check-input:invalid ~ .form-check-label, .m4c-matgen .form-check-input.is-invalid ~ .form-check-label,
.was-validated :is(.m4c-matgen) .form-check-input:invalid ~ .form-check-label,
:is(.m4c-matgen) .form-check-input.is-invalid ~ .form-check-label {
  color: #b71020;
}
.m4c-matgen .form-check-inline .form-check-input ~ .invalid-feedback,
:is(.m4c-matgen) .form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
.was-validated .m4c-matgen .input-group > .form-control:not(:focus):invalid, .was-validated .m4c-matgen .matgen-form .input-group > .font-picker.fp-select:not(:focus):invalid, .m4c-matgen .input-group > .form-control:not(:focus).is-invalid, .m4c-matgen .matgen-form .input-group > .font-picker.fp-select:not(:focus).is-invalid,
.was-validated .m4c-matgen .input-group > .form-select:not(:focus):invalid,
.m4c-matgen .input-group > .form-select:not(:focus).is-invalid,
.was-validated .m4c-matgen .input-group > .form-floating:not(:focus-within):invalid,
.m4c-matgen .input-group > .form-floating:not(:focus-within).is-invalid,
.was-validated :is(.m4c-matgen) .input-group > .form-control:not(:focus):invalid,
:is(.m4c-matgen) .input-group > .form-control:not(:focus).is-invalid,
.was-validated :is(.m4c-matgen) .input-group > .form-select:not(:focus):invalid,
:is(.m4c-matgen) .input-group > .form-select:not(:focus).is-invalid,
.was-validated :is(.m4c-matgen) .input-group > .form-floating:not(:focus-within):invalid,
:is(.m4c-matgen) .input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}
.m4c-matgen .btn,
:is(.m4c-matgen) .btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.25rem;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.2rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .m4c-matgen .btn,
  :is(.m4c-matgen) .btn {
    transition: none;
  }
}
.m4c-matgen .btn:hover,
:is(.m4c-matgen) .btn:hover {
  color: var(--bs-btn-hover-color);
  text-decoration: none;
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .m4c-matgen .btn:hover,
.btn-check + :is(.m4c-matgen) .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.m4c-matgen .btn:focus-visible,
:is(.m4c-matgen) .btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .m4c-matgen .btn,
.btn-check:focus-visible + :is(.m4c-matgen) .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .m4c-matgen .btn, :not(.btn-check) + .m4c-matgen .btn:active, .m4c-matgen .btn:first-child:active, .m4c-matgen .btn.active, .m4c-matgen .btn.show,
.btn-check:checked + :is(.m4c-matgen) .btn,
:not(.btn-check) + :is(.m4c-matgen) .btn:active,
:is(.m4c-matgen) .btn:first-child:active,
:is(.m4c-matgen) .btn.active,
:is(.m4c-matgen) .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .m4c-matgen .btn:focus-visible, :not(.btn-check) + .m4c-matgen .btn:active:focus-visible, .m4c-matgen .btn:first-child:active:focus-visible, .m4c-matgen .btn.active:focus-visible, .m4c-matgen .btn.show:focus-visible,
.btn-check:checked + :is(.m4c-matgen) .btn:focus-visible,
:not(.btn-check) + :is(.m4c-matgen) .btn:active:focus-visible,
:is(.m4c-matgen) .btn:first-child:active:focus-visible,
:is(.m4c-matgen) .btn.active:focus-visible,
:is(.m4c-matgen) .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .m4c-matgen .btn,
.btn-check:checked:focus-visible + :is(.m4c-matgen) .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.m4c-matgen .btn:disabled, .m4c-matgen .btn.disabled, fieldset:disabled .m4c-matgen .btn,
:is(.m4c-matgen) .btn:disabled,
:is(.m4c-matgen) .btn.disabled,
fieldset:disabled :is(.m4c-matgen) .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}
.m4c-matgen .btn-primary,
:is(.m4c-matgen) .btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #255dff;
  --bs-btn-border-color: #255dff;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(31.45, 79.05, 216.75);
  --bs-btn-hover-border-color: rgb(29.6, 74.4, 204);
  --bs-btn-focus-shadow-rgb: 70, 117, 255;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(29.6, 74.4, 204);
  --bs-btn-active-border-color: rgb(27.75, 69.75, 191.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #255dff;
  --bs-btn-disabled-border-color: #255dff;
}
.m4c-matgen .btn-secondary,
:is(.m4c-matgen) .btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(91.8, 99.45, 106.25);
  --bs-btn-hover-border-color: rgb(86.4, 93.6, 100);
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(86.4, 93.6, 100);
  --bs-btn-active-border-color: rgb(81, 87.75, 93.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}
.m4c-matgen .btn-success,
:is(.m4c-matgen) .btn-success {
  --bs-btn-color: #000;
  --bs-btn-bg: #28a745;
  --bs-btn-border-color: #28a745;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(72.25, 180.2, 96.9);
  --bs-btn-hover-border-color: rgb(61.5, 175.8, 87.6);
  --bs-btn-focus-shadow-rgb: 34, 142, 59;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(83, 184.6, 106.2);
  --bs-btn-active-border-color: rgb(61.5, 175.8, 87.6);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #28a745;
  --bs-btn-disabled-border-color: #28a745;
}
.m4c-matgen .btn-info,
:is(.m4c-matgen) .btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #17a2b8;
  --bs-btn-border-color: #17a2b8;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(57.8, 175.95, 194.65);
  --bs-btn-hover-border-color: rgb(46.2, 171.3, 191.1);
  --bs-btn-focus-shadow-rgb: 20, 138, 156;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(69.4, 180.6, 198.2);
  --bs-btn-active-border-color: rgb(46.2, 171.3, 191.1);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #17a2b8;
  --bs-btn-disabled-border-color: #17a2b8;
}
.m4c-matgen .btn-warning,
:is(.m4c-matgen) .btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(255, 202.3, 44.2);
  --bs-btn-hover-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(255, 205.4, 56.6);
  --bs-btn-active-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}
.m4c-matgen .btn-danger,
:is(.m4c-matgen) .btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #b71020;
  --bs-btn-border-color: #b71020;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(155.55, 13.6, 27.2);
  --bs-btn-hover-border-color: rgb(146.4, 12.8, 25.6);
  --bs-btn-focus-shadow-rgb: 194, 52, 65;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(146.4, 12.8, 25.6);
  --bs-btn-active-border-color: rgb(137.25, 12, 24);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #b71020;
  --bs-btn-disabled-border-color: #b71020;
}
.m4c-matgen .btn-light,
:is(.m4c-matgen) .btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(210.8, 211.65, 212.5);
  --bs-btn-hover-border-color: rgb(198.4, 199.2, 200);
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(198.4, 199.2, 200);
  --bs-btn-active-border-color: rgb(186, 186.75, 187.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}
.m4c-matgen .btn-dark,
:is(.m4c-matgen) .btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #343a40;
  --bs-btn-border-color: #343a40;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(82.45, 87.55, 92.65);
  --bs-btn-hover-border-color: rgb(72.3, 77.7, 83.1);
  --bs-btn-focus-shadow-rgb: 82, 88, 93;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(92.6, 97.4, 102.2);
  --bs-btn-active-border-color: rgb(72.3, 77.7, 83.1);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #343a40;
  --bs-btn-disabled-border-color: #343a40;
}
.m4c-matgen .btn-outline-primary,
:is(.m4c-matgen) .btn-outline-primary {
  --bs-btn-color: #255dff;
  --bs-btn-border-color: #255dff;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #255dff;
  --bs-btn-hover-border-color: #255dff;
  --bs-btn-focus-shadow-rgb: 37, 93, 255;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #255dff;
  --bs-btn-active-border-color: #255dff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #255dff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #255dff;
  --bs-gradient: none;
}
.m4c-matgen .btn-outline-secondary,
:is(.m4c-matgen) .btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}
.m4c-matgen .btn-outline-success,
:is(.m4c-matgen) .btn-outline-success {
  --bs-btn-color: #28a745;
  --bs-btn-border-color: #28a745;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #28a745;
  --bs-btn-hover-border-color: #28a745;
  --bs-btn-focus-shadow-rgb: 40, 167, 69;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #28a745;
  --bs-btn-active-border-color: #28a745;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #28a745;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #28a745;
  --bs-gradient: none;
}
.m4c-matgen .btn-outline-info,
:is(.m4c-matgen) .btn-outline-info {
  --bs-btn-color: #17a2b8;
  --bs-btn-border-color: #17a2b8;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #17a2b8;
  --bs-btn-hover-border-color: #17a2b8;
  --bs-btn-focus-shadow-rgb: 23, 162, 184;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #17a2b8;
  --bs-btn-active-border-color: #17a2b8;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #17a2b8;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #17a2b8;
  --bs-gradient: none;
}
.m4c-matgen .btn-outline-warning,
:is(.m4c-matgen) .btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}
.m4c-matgen .btn-outline-danger,
:is(.m4c-matgen) .btn-outline-danger {
  --bs-btn-color: #b71020;
  --bs-btn-border-color: #b71020;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #b71020;
  --bs-btn-hover-border-color: #b71020;
  --bs-btn-focus-shadow-rgb: 183, 16, 32;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b71020;
  --bs-btn-active-border-color: #b71020;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #b71020;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #b71020;
  --bs-gradient: none;
}
.m4c-matgen .btn-outline-light,
:is(.m4c-matgen) .btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}
.m4c-matgen .btn-outline-dark,
:is(.m4c-matgen) .btn-outline-dark {
  --bs-btn-color: #343a40;
  --bs-btn-border-color: #343a40;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #343a40;
  --bs-btn-hover-border-color: #343a40;
  --bs-btn-focus-shadow-rgb: 52, 58, 64;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #343a40;
  --bs-btn-active-border-color: #343a40;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #343a40;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #343a40;
  --bs-gradient: none;
}
.m4c-matgen .btn-link,
:is(.m4c-matgen) .btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 70, 117, 255;
  text-decoration: none;
}
.m4c-matgen .btn-link:hover, .m4c-matgen .btn-link:focus-visible,
:is(.m4c-matgen) .btn-link:hover,
:is(.m4c-matgen) .btn-link:focus-visible {
  text-decoration: underline;
}
.m4c-matgen .btn-link:focus-visible,
:is(.m4c-matgen) .btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.m4c-matgen .btn-link:hover,
:is(.m4c-matgen) .btn-link:hover {
  color: var(--bs-btn-hover-color);
}
.m4c-matgen .btn-lg, .m4c-matgen .btn-group-lg > .btn,
:is(.m4c-matgen) .btn-lg {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: 0.3rem;
}
.m4c-matgen .btn-sm, .m4c-matgen .btn-group-sm > .btn,
:is(.m4c-matgen) .btn-sm {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: 0.2rem;
}
.m4c-matgen .fade,
:is(.m4c-matgen) .fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .m4c-matgen .fade,
  :is(.m4c-matgen) .fade {
    transition: none;
  }
}
.m4c-matgen .fade:not(.show),
:is(.m4c-matgen) .fade:not(.show) {
  opacity: 0;
}
.m4c-matgen .collapse:not(.show),
:is(.m4c-matgen) .collapse:not(.show) {
  display: none;
}
.m4c-matgen .collapsing,
:is(.m4c-matgen) .collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .m4c-matgen .collapsing,
  :is(.m4c-matgen) .collapsing {
    transition: none;
  }
}
.m4c-matgen .collapsing.collapse-horizontal,
:is(.m4c-matgen) .collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .m4c-matgen .collapsing.collapse-horizontal,
  :is(.m4c-matgen) .collapsing.collapse-horizontal {
    transition: none;
  }
}
.m4c-matgen .dropup,
.m4c-matgen .dropend,
.m4c-matgen .dropdown,
.m4c-matgen .dropstart,
.m4c-matgen .dropup-center,
.m4c-matgen .dropdown-center,
:is(.m4c-matgen) .dropup,
:is(.m4c-matgen) .dropend,
:is(.m4c-matgen) .dropdown,
:is(.m4c-matgen) .dropstart,
:is(.m4c-matgen) .dropup-center,
:is(.m4c-matgen) .dropdown-center {
  position: relative;
}
.m4c-matgen .dropdown-toggle,
:is(.m4c-matgen) .dropdown-toggle {
  white-space: nowrap;
}
.m4c-matgen .dropdown-toggle::after,
:is(.m4c-matgen) .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.m4c-matgen .dropdown-toggle:empty::after,
:is(.m4c-matgen) .dropdown-toggle:empty::after {
  margin-left: 0;
}
.m4c-matgen .dropdown-menu,
:is(.m4c-matgen) .dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: #212529;
  --bs-dropdown-bg: #fff;
  --bs-dropdown-border-color: rgba(0, 0, 0, 0.15);
  --bs-dropdown-border-radius: 0.25rem;
  --bs-dropdown-border-width: 1px;
  --bs-dropdown-inner-border-radius: calc(0.25rem - 1px);
  --bs-dropdown-divider-bg: #e9ecef;
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
  --bs-dropdown-link-color: #212529;
  --bs-dropdown-link-hover-color: rgb(21.6283783784, 24.25, 26.8716216216);
  --bs-dropdown-link-hover-bg: #f8f9fa;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #255dff;
  --bs-dropdown-link-disabled-color: #6c757d;
  --bs-dropdown-item-padding-x: 1.5rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1.5rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.m4c-matgen .dropdown-menu[data-bs-popper],
:is(.m4c-matgen) .dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}
.m4c-matgen .dropdown-menu-start,
:is(.m4c-matgen) .dropdown-menu-start {
  --bs-position: start;
}
.m4c-matgen .dropdown-menu-start[data-bs-popper],
:is(.m4c-matgen) .dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}
.m4c-matgen .dropdown-menu-end,
:is(.m4c-matgen) .dropdown-menu-end {
  --bs-position: end;
}
.m4c-matgen .dropdown-menu-end[data-bs-popper],
:is(.m4c-matgen) .dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .m4c-matgen .dropdown-menu-sm-start,
  :is(.m4c-matgen) .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .m4c-matgen .dropdown-menu-sm-start[data-bs-popper],
  :is(.m4c-matgen) .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .m4c-matgen .dropdown-menu-sm-end,
  :is(.m4c-matgen) .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .m4c-matgen .dropdown-menu-sm-end[data-bs-popper],
  :is(.m4c-matgen) .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .m4c-matgen .dropdown-menu-md-start,
  :is(.m4c-matgen) .dropdown-menu-md-start {
    --bs-position: start;
  }
  .m4c-matgen .dropdown-menu-md-start[data-bs-popper],
  :is(.m4c-matgen) .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .m4c-matgen .dropdown-menu-md-end,
  :is(.m4c-matgen) .dropdown-menu-md-end {
    --bs-position: end;
  }
  .m4c-matgen .dropdown-menu-md-end[data-bs-popper],
  :is(.m4c-matgen) .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .m4c-matgen .dropdown-menu-lg-start,
  :is(.m4c-matgen) .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .m4c-matgen .dropdown-menu-lg-start[data-bs-popper],
  :is(.m4c-matgen) .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .m4c-matgen .dropdown-menu-lg-end,
  :is(.m4c-matgen) .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .m4c-matgen .dropdown-menu-lg-end[data-bs-popper],
  :is(.m4c-matgen) .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .m4c-matgen .dropdown-menu-xl-start,
  :is(.m4c-matgen) .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .m4c-matgen .dropdown-menu-xl-start[data-bs-popper],
  :is(.m4c-matgen) .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .m4c-matgen .dropdown-menu-xl-end,
  :is(.m4c-matgen) .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .m4c-matgen .dropdown-menu-xl-end[data-bs-popper],
  :is(.m4c-matgen) .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.m4c-matgen .dropup .dropdown-menu[data-bs-popper],
:is(.m4c-matgen) .dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.m4c-matgen .dropup .dropdown-toggle::after,
:is(.m4c-matgen) .dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.m4c-matgen .dropup .dropdown-toggle:empty::after,
:is(.m4c-matgen) .dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.m4c-matgen .dropend .dropdown-menu[data-bs-popper],
:is(.m4c-matgen) .dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.m4c-matgen .dropend .dropdown-toggle::after,
:is(.m4c-matgen) .dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.m4c-matgen .dropend .dropdown-toggle:empty::after,
:is(.m4c-matgen) .dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.m4c-matgen .dropend .dropdown-toggle::after,
:is(.m4c-matgen) .dropend .dropdown-toggle::after {
  vertical-align: 0;
}
.m4c-matgen .dropstart .dropdown-menu[data-bs-popper],
:is(.m4c-matgen) .dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.m4c-matgen .dropstart .dropdown-toggle::after,
:is(.m4c-matgen) .dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.m4c-matgen .dropstart .dropdown-toggle::after,
:is(.m4c-matgen) .dropstart .dropdown-toggle::after {
  display: none;
}
.m4c-matgen .dropstart .dropdown-toggle::before,
:is(.m4c-matgen) .dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.m4c-matgen .dropstart .dropdown-toggle:empty::after,
:is(.m4c-matgen) .dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.m4c-matgen .dropstart .dropdown-toggle::before,
:is(.m4c-matgen) .dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
.m4c-matgen .dropdown-divider,
:is(.m4c-matgen) .dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}
.m4c-matgen .dropdown-item,
:is(.m4c-matgen) .dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.m4c-matgen .dropdown-item:hover, .m4c-matgen .dropdown-item:focus,
:is(.m4c-matgen) .dropdown-item:hover,
:is(.m4c-matgen) .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-hover-bg);
}
.m4c-matgen .dropdown-item.active, .m4c-matgen .dropdown-item:active,
:is(.m4c-matgen) .dropdown-item.active,
:is(.m4c-matgen) .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.m4c-matgen .dropdown-item.disabled, .m4c-matgen .dropdown-item:disabled,
:is(.m4c-matgen) .dropdown-item.disabled,
:is(.m4c-matgen) .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}
.m4c-matgen .dropdown-menu.show,
:is(.m4c-matgen) .dropdown-menu.show {
  display: block;
}
.m4c-matgen .dropdown-header,
:is(.m4c-matgen) .dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}
.m4c-matgen .dropdown-item-text,
:is(.m4c-matgen) .dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}
.m4c-matgen .dropdown-menu-dark,
:is(.m4c-matgen) .dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: rgba(0, 0, 0, 0.15);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: #e9ecef;
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #255dff;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}
.m4c-matgen .btn-group,
.m4c-matgen .btn-group-vertical,
:is(.m4c-matgen) .btn-group,
:is(.m4c-matgen) .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.m4c-matgen .btn-group > .btn,
.m4c-matgen .btn-group-vertical > .btn,
:is(.m4c-matgen) .btn-group > .btn,
:is(.m4c-matgen) .btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.m4c-matgen .btn-group > .btn-check:checked + .btn,
.m4c-matgen .btn-group > .btn-check:focus + .btn,
.m4c-matgen .btn-group > .btn:hover,
.m4c-matgen .btn-group > .btn:focus,
.m4c-matgen .btn-group > .btn:active,
.m4c-matgen .btn-group > .btn.active,
.m4c-matgen .btn-group-vertical > .btn-check:checked + .btn,
.m4c-matgen .btn-group-vertical > .btn-check:focus + .btn,
.m4c-matgen .btn-group-vertical > .btn:hover,
.m4c-matgen .btn-group-vertical > .btn:focus,
.m4c-matgen .btn-group-vertical > .btn:active,
.m4c-matgen .btn-group-vertical > .btn.active,
:is(.m4c-matgen) .btn-group > .btn-check:checked + .btn,
:is(.m4c-matgen) .btn-group > .btn-check:focus + .btn,
:is(.m4c-matgen) .btn-group > .btn:hover,
:is(.m4c-matgen) .btn-group > .btn:focus,
:is(.m4c-matgen) .btn-group > .btn:active,
:is(.m4c-matgen) .btn-group > .btn.active,
:is(.m4c-matgen) .btn-group-vertical > .btn-check:checked + .btn,
:is(.m4c-matgen) .btn-group-vertical > .btn-check:focus + .btn,
:is(.m4c-matgen) .btn-group-vertical > .btn:hover,
:is(.m4c-matgen) .btn-group-vertical > .btn:focus,
:is(.m4c-matgen) .btn-group-vertical > .btn:active,
:is(.m4c-matgen) .btn-group-vertical > .btn.active {
  z-index: 1;
}
.m4c-matgen .btn-toolbar,
:is(.m4c-matgen) .btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.m4c-matgen .btn-toolbar .input-group,
:is(.m4c-matgen) .btn-toolbar .input-group {
  width: auto;
}
.m4c-matgen .btn-group,
:is(.m4c-matgen) .btn-group {
  border-radius: 0.25rem;
}
.m4c-matgen .btn-group > :not(.btn-check:first-child) + .btn,
.m4c-matgen .btn-group > .btn-group:not(:first-child),
:is(.m4c-matgen) .btn-group > :not(.btn-check:first-child) + .btn,
:is(.m4c-matgen) .btn-group > .btn-group:not(:first-child) {
  margin-left: calc(-1 * 1px);
}
.m4c-matgen .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.m4c-matgen .btn-group > .btn.dropdown-toggle-split:first-child,
.m4c-matgen .btn-group > .btn-group:not(:last-child) > .btn,
:is(.m4c-matgen) .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
:is(.m4c-matgen) .btn-group > .btn.dropdown-toggle-split:first-child,
:is(.m4c-matgen) .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.m4c-matgen .btn-group > .btn:nth-child(n+3),
.m4c-matgen .btn-group > :not(.btn-check) + .btn,
.m4c-matgen .btn-group > .btn-group:not(:first-child) > .btn,
:is(.m4c-matgen) .btn-group > .btn:nth-child(n+3),
:is(.m4c-matgen) .btn-group > :not(.btn-check) + .btn,
:is(.m4c-matgen) .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.m4c-matgen .dropdown-toggle-split,
:is(.m4c-matgen) .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.m4c-matgen .dropdown-toggle-split::after, .dropup .m4c-matgen .dropdown-toggle-split::after, .dropend .m4c-matgen .dropdown-toggle-split::after,
:is(.m4c-matgen) .dropdown-toggle-split::after,
.dropup :is(.m4c-matgen) .dropdown-toggle-split::after,
.dropend :is(.m4c-matgen) .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .m4c-matgen .dropdown-toggle-split::before,
.dropstart :is(.m4c-matgen) .dropdown-toggle-split::before {
  margin-right: 0;
}
.m4c-matgen .btn-sm + .dropdown-toggle-split, .m4c-matgen .btn-group-sm > .btn + .dropdown-toggle-split,
:is(.m4c-matgen) .btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.m4c-matgen .btn-lg + .dropdown-toggle-split, .m4c-matgen .btn-group-lg > .btn + .dropdown-toggle-split,
:is(.m4c-matgen) .btn-lg + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.m4c-matgen .btn-group-vertical,
:is(.m4c-matgen) .btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.m4c-matgen .btn-group-vertical > .btn,
.m4c-matgen .btn-group-vertical > .btn-group,
:is(.m4c-matgen) .btn-group-vertical > .btn,
:is(.m4c-matgen) .btn-group-vertical > .btn-group {
  width: 100%;
}
.m4c-matgen .btn-group-vertical > .btn:not(:first-child),
.m4c-matgen .btn-group-vertical > .btn-group:not(:first-child),
:is(.m4c-matgen) .btn-group-vertical > .btn:not(:first-child),
:is(.m4c-matgen) .btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(-1 * 1px);
}
.m4c-matgen .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.m4c-matgen .btn-group-vertical > .btn-group:not(:last-child) > .btn,
:is(.m4c-matgen) .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
:is(.m4c-matgen) .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.m4c-matgen .btn-group-vertical > .btn:nth-child(n+3),
.m4c-matgen .btn-group-vertical > :not(.btn-check) + .btn,
.m4c-matgen .btn-group-vertical > .btn-group:not(:first-child) > .btn,
:is(.m4c-matgen) .btn-group-vertical > .btn:nth-child(n+3),
:is(.m4c-matgen) .btn-group-vertical > :not(.btn-check) + .btn,
:is(.m4c-matgen) .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.m4c-matgen .nav,
:is(.m4c-matgen) .nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.m4c-matgen .nav-link,
:is(.m4c-matgen) .nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .m4c-matgen .nav-link,
  :is(.m4c-matgen) .nav-link {
    transition: none;
  }
}
.m4c-matgen .nav-link:hover, .m4c-matgen .nav-link:focus,
:is(.m4c-matgen) .nav-link:hover,
:is(.m4c-matgen) .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
  text-decoration: none;
}
.m4c-matgen .nav-link:focus-visible,
:is(.m4c-matgen) .nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(37, 93, 255, 0.25);
}
.m4c-matgen .nav-link.disabled, .m4c-matgen .nav-link:disabled,
:is(.m4c-matgen) .nav-link.disabled,
:is(.m4c-matgen) .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}
.m4c-matgen .nav-tabs,
:is(.m4c-matgen) .nav-tabs {
  --bs-nav-tabs-border-width: 1px;
  --bs-nav-tabs-border-color: #dee2e6;
  --bs-nav-tabs-border-radius: 0.25rem;
  --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
  --bs-nav-tabs-link-active-color: #495057;
  --bs-nav-tabs-link-active-bg: #fff;
  --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.m4c-matgen .nav-tabs .nav-link,
:is(.m4c-matgen) .nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.m4c-matgen .nav-tabs .nav-link:hover, .m4c-matgen .nav-tabs .nav-link:focus,
:is(.m4c-matgen) .nav-tabs .nav-link:hover,
:is(.m4c-matgen) .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.m4c-matgen .nav-tabs .nav-link.active,
.m4c-matgen .nav-tabs .nav-item.show .nav-link,
:is(.m4c-matgen) .nav-tabs .nav-link.active,
:is(.m4c-matgen) .nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.m4c-matgen .nav-tabs .dropdown-menu,
:is(.m4c-matgen) .nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.m4c-matgen .nav-pills,
:is(.m4c-matgen) .nav-pills {
  --bs-nav-pills-border-radius: 0.25rem;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #255dff;
}
.m4c-matgen .nav-pills .nav-link,
:is(.m4c-matgen) .nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.m4c-matgen .nav-pills .nav-link.active,
.m4c-matgen .nav-pills .show > .nav-link,
:is(.m4c-matgen) .nav-pills .nav-link.active,
:is(.m4c-matgen) .nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}
.m4c-matgen .nav-underline,
:is(.m4c-matgen) .nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.m4c-matgen .nav-underline .nav-link,
:is(.m4c-matgen) .nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.m4c-matgen .nav-underline .nav-link:hover, .m4c-matgen .nav-underline .nav-link:focus,
:is(.m4c-matgen) .nav-underline .nav-link:hover,
:is(.m4c-matgen) .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.m4c-matgen .nav-underline .nav-link.active,
.m4c-matgen .nav-underline .show > .nav-link,
:is(.m4c-matgen) .nav-underline .nav-link.active,
:is(.m4c-matgen) .nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}
.m4c-matgen .nav-fill > .nav-link,
.m4c-matgen .nav-fill .nav-item,
:is(.m4c-matgen) .nav-fill > .nav-link,
:is(.m4c-matgen) .nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.m4c-matgen .nav-justified > .nav-link,
.m4c-matgen .nav-justified .nav-item,
:is(.m4c-matgen) .nav-justified > .nav-link,
:is(.m4c-matgen) .nav-justified .nav-item {
  flex-grow: 1;
  flex-basis: 0;
  text-align: center;
}
.m4c-matgen .nav-fill .nav-item .nav-link,
.m4c-matgen .nav-justified .nav-item .nav-link,
:is(.m4c-matgen) .nav-fill .nav-item .nav-link,
:is(.m4c-matgen) .nav-justified .nav-item .nav-link {
  width: 100%;
}
.m4c-matgen .tab-content > .tab-pane,
:is(.m4c-matgen) .tab-content > .tab-pane {
  display: none;
}
.m4c-matgen .tab-content > .active,
:is(.m4c-matgen) .tab-content > .active {
  display: block;
}
.m4c-matgen .navbar,
:is(.m4c-matgen) .navbar {
  --bs-navbar-padding-x: 1rem;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(0, 0, 0, 0.5);
  --bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
  --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
  --bs-navbar-active-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
  --bs-navbar-toggler-border-radius: 0.25rem;
  --bs-navbar-toggler-focus-width: 0.2rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.m4c-matgen .navbar > .container-xl,
.m4c-matgen .navbar > .container-lg,
.m4c-matgen .navbar > .container-md,
.m4c-matgen .navbar > .container-sm, .m4c-matgen .navbar > .container,
.m4c-matgen .navbar > .container-fluid {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.m4c-matgen .navbar-brand,
:is(.m4c-matgen) .navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  white-space: nowrap;
}
.m4c-matgen .navbar-brand:hover, .m4c-matgen .navbar-brand:focus,
:is(.m4c-matgen) .navbar-brand:hover,
:is(.m4c-matgen) .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
  text-decoration: none;
}
.m4c-matgen .navbar-nav,
:is(.m4c-matgen) .navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.m4c-matgen .navbar-nav .nav-link.active, .m4c-matgen .navbar-nav .nav-link.show,
:is(.m4c-matgen) .navbar-nav .nav-link.active,
:is(.m4c-matgen) .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.m4c-matgen .navbar-nav .dropdown-menu,
:is(.m4c-matgen) .navbar-nav .dropdown-menu {
  position: static;
}
.m4c-matgen .navbar-text,
:is(.m4c-matgen) .navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.m4c-matgen .navbar-text a,
.m4c-matgen .navbar-text a:hover,
.m4c-matgen .navbar-text a:focus,
:is(.m4c-matgen) .navbar-text a,
:is(.m4c-matgen) .navbar-text a:hover,
:is(.m4c-matgen) .navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}
.m4c-matgen .navbar-collapse,
:is(.m4c-matgen) .navbar-collapse {
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center;
}
.m4c-matgen .navbar-toggler,
:is(.m4c-matgen) .navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .m4c-matgen .navbar-toggler,
  :is(.m4c-matgen) .navbar-toggler {
    transition: none;
  }
}
.m4c-matgen .navbar-toggler:hover,
:is(.m4c-matgen) .navbar-toggler:hover {
  text-decoration: none;
}
.m4c-matgen .navbar-toggler:focus,
:is(.m4c-matgen) .navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}
.m4c-matgen .navbar-toggler-icon,
:is(.m4c-matgen) .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.m4c-matgen .navbar-nav-scroll,
:is(.m4c-matgen) .navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}
@media (min-width: 576px) {
  .m4c-matgen .navbar-expand-sm,
  :is(.m4c-matgen) .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .m4c-matgen .navbar-expand-sm .navbar-nav,
  :is(.m4c-matgen) .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .m4c-matgen .navbar-expand-sm .navbar-nav .dropdown-menu,
  :is(.m4c-matgen) .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .m4c-matgen .navbar-expand-sm .navbar-nav .nav-link,
  :is(.m4c-matgen) .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .m4c-matgen .navbar-expand-sm .navbar-nav-scroll,
  :is(.m4c-matgen) .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .m4c-matgen .navbar-expand-sm .navbar-collapse,
  :is(.m4c-matgen) .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .m4c-matgen .navbar-expand-sm .navbar-toggler,
  :is(.m4c-matgen) .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .m4c-matgen .navbar-expand-sm .offcanvas,
  :is(.m4c-matgen) .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .m4c-matgen .navbar-expand-sm .offcanvas .offcanvas-header,
  :is(.m4c-matgen) .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .m4c-matgen .navbar-expand-sm .offcanvas .offcanvas-body,
  :is(.m4c-matgen) .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .m4c-matgen .navbar-expand-md,
  :is(.m4c-matgen) .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .m4c-matgen .navbar-expand-md .navbar-nav,
  :is(.m4c-matgen) .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .m4c-matgen .navbar-expand-md .navbar-nav .dropdown-menu,
  :is(.m4c-matgen) .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .m4c-matgen .navbar-expand-md .navbar-nav .nav-link,
  :is(.m4c-matgen) .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .m4c-matgen .navbar-expand-md .navbar-nav-scroll,
  :is(.m4c-matgen) .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .m4c-matgen .navbar-expand-md .navbar-collapse,
  :is(.m4c-matgen) .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .m4c-matgen .navbar-expand-md .navbar-toggler,
  :is(.m4c-matgen) .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .m4c-matgen .navbar-expand-md .offcanvas,
  :is(.m4c-matgen) .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .m4c-matgen .navbar-expand-md .offcanvas .offcanvas-header,
  :is(.m4c-matgen) .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .m4c-matgen .navbar-expand-md .offcanvas .offcanvas-body,
  :is(.m4c-matgen) .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .m4c-matgen .navbar-expand-lg,
  :is(.m4c-matgen) .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .m4c-matgen .navbar-expand-lg .navbar-nav,
  :is(.m4c-matgen) .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .m4c-matgen .navbar-expand-lg .navbar-nav .dropdown-menu,
  :is(.m4c-matgen) .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .m4c-matgen .navbar-expand-lg .navbar-nav .nav-link,
  :is(.m4c-matgen) .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .m4c-matgen .navbar-expand-lg .navbar-nav-scroll,
  :is(.m4c-matgen) .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .m4c-matgen .navbar-expand-lg .navbar-collapse,
  :is(.m4c-matgen) .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .m4c-matgen .navbar-expand-lg .navbar-toggler,
  :is(.m4c-matgen) .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .m4c-matgen .navbar-expand-lg .offcanvas,
  :is(.m4c-matgen) .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .m4c-matgen .navbar-expand-lg .offcanvas .offcanvas-header,
  :is(.m4c-matgen) .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .m4c-matgen .navbar-expand-lg .offcanvas .offcanvas-body,
  :is(.m4c-matgen) .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .m4c-matgen .navbar-expand-xl,
  :is(.m4c-matgen) .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .m4c-matgen .navbar-expand-xl .navbar-nav,
  :is(.m4c-matgen) .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .m4c-matgen .navbar-expand-xl .navbar-nav .dropdown-menu,
  :is(.m4c-matgen) .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .m4c-matgen .navbar-expand-xl .navbar-nav .nav-link,
  :is(.m4c-matgen) .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .m4c-matgen .navbar-expand-xl .navbar-nav-scroll,
  :is(.m4c-matgen) .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .m4c-matgen .navbar-expand-xl .navbar-collapse,
  :is(.m4c-matgen) .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .m4c-matgen .navbar-expand-xl .navbar-toggler,
  :is(.m4c-matgen) .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .m4c-matgen .navbar-expand-xl .offcanvas,
  :is(.m4c-matgen) .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .m4c-matgen .navbar-expand-xl .offcanvas .offcanvas-header,
  :is(.m4c-matgen) .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .m4c-matgen .navbar-expand-xl .offcanvas .offcanvas-body,
  :is(.m4c-matgen) .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.m4c-matgen .navbar-expand,
:is(.m4c-matgen) .navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.m4c-matgen .navbar-expand .navbar-nav,
:is(.m4c-matgen) .navbar-expand .navbar-nav {
  flex-direction: row;
}
.m4c-matgen .navbar-expand .navbar-nav .dropdown-menu,
:is(.m4c-matgen) .navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.m4c-matgen .navbar-expand .navbar-nav .nav-link,
:is(.m4c-matgen) .navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.m4c-matgen .navbar-expand .navbar-nav-scroll,
:is(.m4c-matgen) .navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.m4c-matgen .navbar-expand .navbar-collapse,
:is(.m4c-matgen) .navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.m4c-matgen .navbar-expand .navbar-toggler,
:is(.m4c-matgen) .navbar-expand .navbar-toggler {
  display: none;
}
.m4c-matgen .navbar-expand .offcanvas,
:is(.m4c-matgen) .navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.m4c-matgen .navbar-expand .offcanvas .offcanvas-header,
:is(.m4c-matgen) .navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.m4c-matgen .navbar-expand .offcanvas .offcanvas-body,
:is(.m4c-matgen) .navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}
.m4c-matgen .navbar-dark,
.m4c-matgen .navbar[data-bs-theme=dark],
:is(.m4c-matgen) .navbar-dark,
:is(.m4c-matgen) .navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.5);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.m4c-matgen [data-bs-theme=dark] .navbar-toggler-icon,
:is(.m4c-matgen) [data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.m4c-matgen .card,
:is(.m4c-matgen) .card {
  --bs-card-spacer-y: 0.75rem;
  --bs-card-spacer-x: 1.25rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: 1px;
  --bs-card-border-color: rgba(0, 0, 0, 0.125);
  --bs-card-border-radius: 0.25rem;
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(0.25rem - 1px);
  --bs-card-cap-padding-y: 0.375rem;
  --bs-card-cap-padding-x: 1.25rem;
  --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: #fff;
  --bs-card-img-overlay-padding: 1.25rem;
  --bs-card-group-margin: 15px;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.m4c-matgen .card > hr,
:is(.m4c-matgen) .card > hr {
  margin-right: 0;
  margin-left: 0;
}
.m4c-matgen .card > .list-group,
:is(.m4c-matgen) .card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.m4c-matgen .card > .list-group:first-child,
:is(.m4c-matgen) .card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.m4c-matgen .card > .list-group:last-child,
:is(.m4c-matgen) .card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.m4c-matgen .card > .card-header + .list-group,
.m4c-matgen .card > .list-group + .card-footer,
:is(.m4c-matgen) .card > .card-header + .list-group,
:is(.m4c-matgen) .card > .list-group + .card-footer {
  border-top: 0;
}
.m4c-matgen .card-body,
:is(.m4c-matgen) .card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}
.m4c-matgen .card-title,
:is(.m4c-matgen) .card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}
.m4c-matgen .card-subtitle,
:is(.m4c-matgen) .card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}
.m4c-matgen .card-text:last-child,
:is(.m4c-matgen) .card-text:last-child {
  margin-bottom: 0;
}
.m4c-matgen .card-link:hover,
:is(.m4c-matgen) .card-link:hover {
  text-decoration: none;
}
.m4c-matgen .card-link + .card-link,
:is(.m4c-matgen) .card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}
.m4c-matgen .card-header,
:is(.m4c-matgen) .card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.m4c-matgen .card-header:first-child,
:is(.m4c-matgen) .card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}
.m4c-matgen .card-footer,
:is(.m4c-matgen) .card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.m4c-matgen .card-footer:last-child,
:is(.m4c-matgen) .card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}
.m4c-matgen .card-header-tabs,
:is(.m4c-matgen) .card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.m4c-matgen .card-header-tabs .nav-link.active,
:is(.m4c-matgen) .card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}
.m4c-matgen .card-header-pills,
:is(.m4c-matgen) .card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}
.m4c-matgen .card-img-overlay,
:is(.m4c-matgen) .card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}
.m4c-matgen .card-img,
.m4c-matgen .card-img-top,
.m4c-matgen .card-img-bottom,
:is(.m4c-matgen) .card-img,
:is(.m4c-matgen) .card-img-top,
:is(.m4c-matgen) .card-img-bottom {
  width: 100%;
}
.m4c-matgen .card-img,
.m4c-matgen .card-img-top,
:is(.m4c-matgen) .card-img,
:is(.m4c-matgen) .card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.m4c-matgen .card-img,
.m4c-matgen .card-img-bottom,
:is(.m4c-matgen) .card-img,
:is(.m4c-matgen) .card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.m4c-matgen .card-group > .card,
:is(.m4c-matgen) .card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .m4c-matgen .card-group,
  :is(.m4c-matgen) .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .m4c-matgen .card-group > .card,
  :is(.m4c-matgen) .card-group > .card {
    flex: 1 0 0;
    margin-bottom: 0;
  }
  .m4c-matgen .card-group > .card + .card,
  :is(.m4c-matgen) .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .m4c-matgen .card-group > .card:not(:last-child),
  :is(.m4c-matgen) .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .m4c-matgen .card-group > .card:not(:last-child) .card-img-top,
  .m4c-matgen .card-group > .card:not(:last-child) .card-header,
  :is(.m4c-matgen) .card-group > .card:not(:last-child) .card-img-top,
  :is(.m4c-matgen) .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .m4c-matgen .card-group > .card:not(:last-child) .card-img-bottom,
  .m4c-matgen .card-group > .card:not(:last-child) .card-footer,
  :is(.m4c-matgen) .card-group > .card:not(:last-child) .card-img-bottom,
  :is(.m4c-matgen) .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .m4c-matgen .card-group > .card:not(:first-child),
  :is(.m4c-matgen) .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .m4c-matgen .card-group > .card:not(:first-child) .card-img-top,
  .m4c-matgen .card-group > .card:not(:first-child) .card-header,
  :is(.m4c-matgen) .card-group > .card:not(:first-child) .card-img-top,
  :is(.m4c-matgen) .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .m4c-matgen .card-group > .card:not(:first-child) .card-img-bottom,
  .m4c-matgen .card-group > .card:not(:first-child) .card-footer,
  :is(.m4c-matgen) .card-group > .card:not(:first-child) .card-img-bottom,
  :is(.m4c-matgen) .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.m4c-matgen .accordion,
:is(.m4c-matgen) .accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='rgb(14.8, 37.2, 102)' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.2rem rgba(37, 93, 255, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}
.m4c-matgen .accordion-button,
:is(.m4c-matgen) .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .m4c-matgen .accordion-button,
  :is(.m4c-matgen) .accordion-button {
    transition: none;
  }
}
.m4c-matgen .accordion-button:not(.collapsed),
:is(.m4c-matgen) .accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.m4c-matgen .accordion-button:not(.collapsed)::after,
:is(.m4c-matgen) .accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.m4c-matgen .accordion-button::after,
:is(.m4c-matgen) .accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .m4c-matgen .accordion-button::after,
  :is(.m4c-matgen) .accordion-button::after {
    transition: none;
  }
}
.m4c-matgen .accordion-button:hover,
:is(.m4c-matgen) .accordion-button:hover {
  z-index: 2;
}
.m4c-matgen .accordion-button:focus,
:is(.m4c-matgen) .accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}
.m4c-matgen .accordion-header,
:is(.m4c-matgen) .accordion-header {
  margin-bottom: 0;
}
.m4c-matgen .accordion-item,
:is(.m4c-matgen) .accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.m4c-matgen .accordion-item:first-of-type,
:is(.m4c-matgen) .accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.m4c-matgen .accordion-item:first-of-type > .accordion-header .accordion-button,
:is(.m4c-matgen) .accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.m4c-matgen .accordion-item:not(:first-of-type),
:is(.m4c-matgen) .accordion-item:not(:first-of-type) {
  border-top: 0;
}
.m4c-matgen .accordion-item:last-of-type,
:is(.m4c-matgen) .accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.m4c-matgen .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed,
:is(.m4c-matgen) .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.m4c-matgen .accordion-item:last-of-type > .accordion-collapse,
:is(.m4c-matgen) .accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.m4c-matgen .accordion-body,
:is(.m4c-matgen) .accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}
.m4c-matgen .accordion-flush > .accordion-item,
:is(.m4c-matgen) .accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.m4c-matgen .accordion-flush > .accordion-item:first-child,
:is(.m4c-matgen) .accordion-flush > .accordion-item:first-child {
  border-top: 0;
}
.m4c-matgen .accordion-flush > .accordion-item:last-child,
:is(.m4c-matgen) .accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}
.m4c-matgen .accordion-flush > .accordion-item > .accordion-collapse,
.m4c-matgen .accordion-flush > .accordion-item > .accordion-header .accordion-button,
.m4c-matgen .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed,
:is(.m4c-matgen) .accordion-flush > .accordion-item > .accordion-collapse,
:is(.m4c-matgen) .accordion-flush > .accordion-item > .accordion-header .accordion-button,
:is(.m4c-matgen) .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}
.m4c-matgen [data-bs-theme=dark] .accordion-button::after,
:is(.m4c-matgen) [data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb(124.2, 157.8, 255)'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb(124.2, 157.8, 255)'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
}
.m4c-matgen .breadcrumb,
:is(.m4c-matgen) .breadcrumb {
  --bs-breadcrumb-padding-x: 1rem;
  --bs-breadcrumb-padding-y: 0.75rem;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: #e9ecef;
  --bs-breadcrumb-border-radius: 0.25rem;
  --bs-breadcrumb-divider-color: #6c757d;
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}
.m4c-matgen .breadcrumb-item + .breadcrumb-item,
:is(.m4c-matgen) .breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.m4c-matgen .breadcrumb-item + .breadcrumb-item::before,
:is(.m4c-matgen) .breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.m4c-matgen .breadcrumb-item.active,
:is(.m4c-matgen) .breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}
.m4c-matgen .pagination,
:is(.m4c-matgen) .pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.5rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: #255dff;
  --bs-pagination-bg: #fff;
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: #dee2e6;
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: rgb(0, 55.3577981651, 215.5);
  --bs-pagination-hover-bg: #e9ecef;
  --bs-pagination-hover-border-color: #dee2e6;
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.2rem rgba(37, 93, 255, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #255dff;
  --bs-pagination-active-border-color: #255dff;
  --bs-pagination-disabled-color: #6c757d;
  --bs-pagination-disabled-bg: #fff;
  --bs-pagination-disabled-border-color: #dee2e6;
  display: flex;
  padding-left: 0;
  list-style: none;
}
.m4c-matgen .page-link,
:is(.m4c-matgen) .page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .m4c-matgen .page-link,
  :is(.m4c-matgen) .page-link {
    transition: none;
  }
}
.m4c-matgen .page-link:hover,
:is(.m4c-matgen) .page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  text-decoration: none;
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.m4c-matgen .page-link:focus,
:is(.m4c-matgen) .page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.m4c-matgen .page-link.active, .active > .m4c-matgen .page-link,
:is(.m4c-matgen) .page-link.active,
.active > :is(.m4c-matgen) .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.m4c-matgen .page-link.disabled, .disabled > .m4c-matgen .page-link,
:is(.m4c-matgen) .page-link.disabled,
.disabled > :is(.m4c-matgen) .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}
.m4c-matgen .page-item:not(:first-child) .page-link,
:is(.m4c-matgen) .page-item:not(:first-child) .page-link {
  margin-left: calc(-1 * 1px);
}
.m4c-matgen .page-item:first-child .page-link,
:is(.m4c-matgen) .page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.m4c-matgen .page-item:last-child .page-link,
:is(.m4c-matgen) .page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}
.m4c-matgen .pagination-lg,
:is(.m4c-matgen) .pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}
.m4c-matgen .pagination-sm,
:is(.m4c-matgen) .pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}
.m4c-matgen .badge,
:is(.m4c-matgen) .badge {
  --bs-badge-padding-x: 0.4em;
  --bs-badge-padding-y: 0.25em;
  --bs-badge-font-size: 75%;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: 0.25rem;
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.m4c-matgen .badge:empty,
:is(.m4c-matgen) .badge:empty {
  display: none;
}
.m4c-matgen .btn .badge,
:is(.m4c-matgen) .btn .badge {
  position: relative;
  top: -1px;
}
.m4c-matgen .alert,
:is(.m4c-matgen) .alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1.25rem;
  --bs-alert-padding-y: 0.75rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: 1px solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 0.25rem;
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}
.m4c-matgen .alert-heading,
:is(.m4c-matgen) .alert-heading {
  color: inherit;
}
.m4c-matgen .alert-link,
:is(.m4c-matgen) .alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}
.m4c-matgen .alert-dismissible,
:is(.m4c-matgen) .alert-dismissible {
  padding-right: 3.75rem;
}
.m4c-matgen .alert-dismissible .btn-close,
:is(.m4c-matgen) .alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.9375rem 1.25rem;
}
.m4c-matgen .alert-primary,
:is(.m4c-matgen) .alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}
.m4c-matgen .alert-secondary,
:is(.m4c-matgen) .alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}
.m4c-matgen .alert-success,
:is(.m4c-matgen) .alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}
.m4c-matgen .alert-info,
:is(.m4c-matgen) .alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}
.m4c-matgen .alert-warning,
:is(.m4c-matgen) .alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}
.m4c-matgen .alert-danger,
:is(.m4c-matgen) .alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}
.m4c-matgen .alert-light,
:is(.m4c-matgen) .alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}
.m4c-matgen .alert-dark,
:is(.m4c-matgen) .alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}
.m4c-matgen .progress,
.m4c-matgen .progress-stacked,
:is(.m4c-matgen) .progress,
:is(.m4c-matgen) .progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: #e9ecef;
  --bs-progress-border-radius: 0.25rem;
  --bs-progress-box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #255dff;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}
.m4c-matgen .progress-bar,
:is(.m4c-matgen) .progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .m4c-matgen .progress-bar,
  :is(.m4c-matgen) .progress-bar {
    transition: none;
  }
}
.m4c-matgen .progress-bar-striped,
:is(.m4c-matgen) .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}
.m4c-matgen .progress-stacked > .progress,
:is(.m4c-matgen) .progress-stacked > .progress {
  overflow: visible;
}
.m4c-matgen .progress-stacked > .progress > .progress-bar,
:is(.m4c-matgen) .progress-stacked > .progress > .progress-bar {
  width: 100%;
}
.m4c-matgen .progress-bar-animated,
:is(.m4c-matgen) .progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .m4c-matgen .progress-bar-animated,
  :is(.m4c-matgen) .progress-bar-animated {
    animation: none;
  }
}
.m4c-matgen .list-group,
:is(.m4c-matgen) .list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: #fff;
  --bs-list-group-border-color: rgba(0, 0, 0, 0.125);
  --bs-list-group-border-width: 1px;
  --bs-list-group-border-radius: 0.25rem;
  --bs-list-group-item-padding-x: 1.25rem;
  --bs-list-group-item-padding-y: 0.75rem;
  --bs-list-group-action-color: #495057;
  --bs-list-group-action-hover-color: #495057;
  --bs-list-group-action-hover-bg: #f8f9fa;
  --bs-list-group-action-active-color: #212529;
  --bs-list-group-action-active-bg: #e9ecef;
  --bs-list-group-disabled-color: #6c757d;
  --bs-list-group-disabled-bg: #fff;
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #255dff;
  --bs-list-group-active-border-color: #255dff;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}
.m4c-matgen .list-group-numbered,
:is(.m4c-matgen) .list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.m4c-matgen .list-group-numbered > .list-group-item::before,
:is(.m4c-matgen) .list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
.m4c-matgen .list-group-item,
:is(.m4c-matgen) .list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.m4c-matgen .list-group-item:first-child,
:is(.m4c-matgen) .list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.m4c-matgen .list-group-item:last-child,
:is(.m4c-matgen) .list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.m4c-matgen .list-group-item.disabled, .m4c-matgen .list-group-item:disabled,
:is(.m4c-matgen) .list-group-item.disabled,
:is(.m4c-matgen) .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.m4c-matgen .list-group-item.active,
:is(.m4c-matgen) .list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.m4c-matgen .list-group-item + .list-group-item,
:is(.m4c-matgen) .list-group-item + .list-group-item {
  border-top-width: 0;
}
.m4c-matgen .list-group-item + .list-group-item.active,
:is(.m4c-matgen) .list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}
.m4c-matgen .list-group-item-action,
:is(.m4c-matgen) .list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.m4c-matgen .list-group-item-action:not(.active):hover, .m4c-matgen .list-group-item-action:not(.active):focus,
:is(.m4c-matgen) .list-group-item-action:not(.active):hover,
:is(.m4c-matgen) .list-group-item-action:not(.active):focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.m4c-matgen .list-group-item-action:not(.active):active,
:is(.m4c-matgen) .list-group-item-action:not(.active):active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}
.m4c-matgen .list-group-horizontal,
:is(.m4c-matgen) .list-group-horizontal {
  flex-direction: row;
}
.m4c-matgen .list-group-horizontal > .list-group-item:first-child:not(:last-child),
:is(.m4c-matgen) .list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.m4c-matgen .list-group-horizontal > .list-group-item:last-child:not(:first-child),
:is(.m4c-matgen) .list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.m4c-matgen .list-group-horizontal > .list-group-item.active,
:is(.m4c-matgen) .list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.m4c-matgen .list-group-horizontal > .list-group-item + .list-group-item,
:is(.m4c-matgen) .list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.m4c-matgen .list-group-horizontal > .list-group-item + .list-group-item.active,
:is(.m4c-matgen) .list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}
@media (min-width: 576px) {
  .m4c-matgen .list-group-horizontal-sm,
  :is(.m4c-matgen) .list-group-horizontal-sm {
    flex-direction: row;
  }
  .m4c-matgen .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child),
  :is(.m4c-matgen) .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .m4c-matgen .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child),
  :is(.m4c-matgen) .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .m4c-matgen .list-group-horizontal-sm > .list-group-item.active,
  :is(.m4c-matgen) .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .m4c-matgen .list-group-horizontal-sm > .list-group-item + .list-group-item,
  :is(.m4c-matgen) .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .m4c-matgen .list-group-horizontal-sm > .list-group-item + .list-group-item.active,
  :is(.m4c-matgen) .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .m4c-matgen .list-group-horizontal-md,
  :is(.m4c-matgen) .list-group-horizontal-md {
    flex-direction: row;
  }
  .m4c-matgen .list-group-horizontal-md > .list-group-item:first-child:not(:last-child),
  :is(.m4c-matgen) .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .m4c-matgen .list-group-horizontal-md > .list-group-item:last-child:not(:first-child),
  :is(.m4c-matgen) .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .m4c-matgen .list-group-horizontal-md > .list-group-item.active,
  :is(.m4c-matgen) .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .m4c-matgen .list-group-horizontal-md > .list-group-item + .list-group-item,
  :is(.m4c-matgen) .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .m4c-matgen .list-group-horizontal-md > .list-group-item + .list-group-item.active,
  :is(.m4c-matgen) .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .m4c-matgen .list-group-horizontal-lg,
  :is(.m4c-matgen) .list-group-horizontal-lg {
    flex-direction: row;
  }
  .m4c-matgen .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child),
  :is(.m4c-matgen) .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .m4c-matgen .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child),
  :is(.m4c-matgen) .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .m4c-matgen .list-group-horizontal-lg > .list-group-item.active,
  :is(.m4c-matgen) .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .m4c-matgen .list-group-horizontal-lg > .list-group-item + .list-group-item,
  :is(.m4c-matgen) .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .m4c-matgen .list-group-horizontal-lg > .list-group-item + .list-group-item.active,
  :is(.m4c-matgen) .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .m4c-matgen .list-group-horizontal-xl,
  :is(.m4c-matgen) .list-group-horizontal-xl {
    flex-direction: row;
  }
  .m4c-matgen .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child),
  :is(.m4c-matgen) .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .m4c-matgen .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child),
  :is(.m4c-matgen) .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .m4c-matgen .list-group-horizontal-xl > .list-group-item.active,
  :is(.m4c-matgen) .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .m4c-matgen .list-group-horizontal-xl > .list-group-item + .list-group-item,
  :is(.m4c-matgen) .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .m4c-matgen .list-group-horizontal-xl > .list-group-item + .list-group-item.active,
  :is(.m4c-matgen) .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.m4c-matgen .list-group-flush,
:is(.m4c-matgen) .list-group-flush {
  border-radius: 0;
}
.m4c-matgen .list-group-flush > .list-group-item,
:is(.m4c-matgen) .list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.m4c-matgen .list-group-flush > .list-group-item:last-child,
:is(.m4c-matgen) .list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.m4c-matgen .list-group-item-primary,
:is(.m4c-matgen) .list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}
.m4c-matgen .list-group-item-secondary,
:is(.m4c-matgen) .list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}
.m4c-matgen .list-group-item-success,
:is(.m4c-matgen) .list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}
.m4c-matgen .list-group-item-info,
:is(.m4c-matgen) .list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}
.m4c-matgen .list-group-item-warning,
:is(.m4c-matgen) .list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}
.m4c-matgen .list-group-item-danger,
:is(.m4c-matgen) .list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}
.m4c-matgen .list-group-item-light,
:is(.m4c-matgen) .list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}
.m4c-matgen .list-group-item-dark,
:is(.m4c-matgen) .list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}
.m4c-matgen .btn-close,
:is(.m4c-matgen) .btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(37, 93, 255, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  filter: var(--bs-btn-close-filter);
  border: 0;
  border-radius: 0.25rem;
  opacity: var(--bs-btn-close-opacity);
}
.m4c-matgen .btn-close:hover,
:is(.m4c-matgen) .btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.m4c-matgen .btn-close:focus,
:is(.m4c-matgen) .btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.m4c-matgen .btn-close:disabled, .m4c-matgen .btn-close.disabled,
:is(.m4c-matgen) .btn-close:disabled,
:is(.m4c-matgen) .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}
.m4c-matgen .btn-close-white,
:is(.m4c-matgen) .btn-close-white {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}
.m4c-matgen :root,
.m4c-matgen [data-bs-theme=light],
:is(.m4c-matgen) :root,
:is(.m4c-matgen) [data-bs-theme=light] {
  --bs-btn-close-filter: ;
}
.m4c-matgen [data-bs-theme=dark],
:is(.m4c-matgen) [data-bs-theme=dark] {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}
.m4c-matgen .toast,
:is(.m4c-matgen) .toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.25rem;
  --bs-toast-spacing: 30px;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-border-width: 1px;
  --bs-toast-border-color: rgba(0, 0, 0, 0.1);
  --bs-toast-border-radius: 0.25rem;
  --bs-toast-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  --bs-toast-header-color: #6c757d;
  --bs-toast-header-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-header-border-color: rgba(0, 0, 0, 0.05);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.m4c-matgen .toast.showing,
:is(.m4c-matgen) .toast.showing {
  opacity: 0;
}
.m4c-matgen .toast:not(.show),
:is(.m4c-matgen) .toast:not(.show) {
  display: none;
}
.m4c-matgen .toast-container,
:is(.m4c-matgen) .toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.m4c-matgen .toast-container > :not(:last-child),
:is(.m4c-matgen) .toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}
.m4c-matgen .toast-header,
:is(.m4c-matgen) .toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.m4c-matgen .toast-header .btn-close,
:is(.m4c-matgen) .toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}
.m4c-matgen .toast-body,
:is(.m4c-matgen) .toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}
.m4c-matgen .modal,
:is(.m4c-matgen) .modal {
  --bs-modal-zindex: 1050;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: var(--bs-body-color);
  --bs-modal-bg: #fff;
  --bs-modal-border-color: rgba(0, 0, 0, 0.2);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 0.3rem;
  --bs-modal-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
  --bs-modal-inner-border-radius: calc(0.3rem - 1px);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: #dee2e6;
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: #dee2e6;
  --bs-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.m4c-matgen .modal-dialog,
:is(.m4c-matgen) .modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .m4c-matgen .modal-dialog,
.modal.fade :is(.m4c-matgen) .modal-dialog {
  transform: translate(0, -50px);
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .m4c-matgen .modal-dialog,
  .modal.fade :is(.m4c-matgen) .modal-dialog {
    transition: none;
  }
}
.modal.show .m4c-matgen .modal-dialog,
.modal.show :is(.m4c-matgen) .modal-dialog {
  transform: none;
}
.modal.modal-static .m4c-matgen .modal-dialog,
.modal.modal-static :is(.m4c-matgen) .modal-dialog {
  transform: scale(1.02);
}
.m4c-matgen .modal-dialog-scrollable,
:is(.m4c-matgen) .modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.m4c-matgen .modal-dialog-scrollable .modal-content,
:is(.m4c-matgen) .modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.m4c-matgen .modal-dialog-scrollable .modal-body,
:is(.m4c-matgen) .modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.m4c-matgen .modal-dialog-centered,
:is(.m4c-matgen) .modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}
.m4c-matgen .modal-content,
:is(.m4c-matgen) .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}
.m4c-matgen .modal-backdrop,
:is(.m4c-matgen) .modal-backdrop {
  --bs-backdrop-zindex: 1040;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.m4c-matgen .modal-backdrop.fade,
:is(.m4c-matgen) .modal-backdrop.fade {
  opacity: 0;
}
.m4c-matgen .modal-backdrop.show,
:is(.m4c-matgen) .modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}
.m4c-matgen .modal-header,
:is(.m4c-matgen) .modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.m4c-matgen .modal-header .btn-close,
:is(.m4c-matgen) .modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-right: calc(-0.5 * var(--bs-modal-header-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-left: auto;
}
.m4c-matgen .modal-title,
:is(.m4c-matgen) .modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}
.m4c-matgen .modal-body,
:is(.m4c-matgen) .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}
.m4c-matgen .modal-footer,
:is(.m4c-matgen) .modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.m4c-matgen .modal-footer > *,
:is(.m4c-matgen) .modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}
@media (min-width: 576px) {
  .m4c-matgen .modal,
  :is(.m4c-matgen) .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
  }
  .m4c-matgen .modal-dialog,
  :is(.m4c-matgen) .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .m4c-matgen .modal-sm,
  :is(.m4c-matgen) .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .m4c-matgen .modal-lg,
  .m4c-matgen .modal-xl,
  :is(.m4c-matgen) .modal-lg,
  :is(.m4c-matgen) .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .m4c-matgen .modal-xl,
  :is(.m4c-matgen) .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.m4c-matgen .modal-fullscreen,
:is(.m4c-matgen) .modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.m4c-matgen .modal-fullscreen .modal-content,
:is(.m4c-matgen) .modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.m4c-matgen .modal-fullscreen .modal-header,
.m4c-matgen .modal-fullscreen .modal-footer,
:is(.m4c-matgen) .modal-fullscreen .modal-header,
:is(.m4c-matgen) .modal-fullscreen .modal-footer {
  border-radius: 0;
}
.m4c-matgen .modal-fullscreen .modal-body,
:is(.m4c-matgen) .modal-fullscreen .modal-body {
  overflow-y: auto;
}
@media (max-width: 575.98px) {
  .m4c-matgen .modal-fullscreen-sm-down,
  :is(.m4c-matgen) .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .m4c-matgen .modal-fullscreen-sm-down .modal-content,
  :is(.m4c-matgen) .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .m4c-matgen .modal-fullscreen-sm-down .modal-header,
  .m4c-matgen .modal-fullscreen-sm-down .modal-footer,
  :is(.m4c-matgen) .modal-fullscreen-sm-down .modal-header,
  :is(.m4c-matgen) .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .m4c-matgen .modal-fullscreen-sm-down .modal-body,
  :is(.m4c-matgen) .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .m4c-matgen .modal-fullscreen-md-down,
  :is(.m4c-matgen) .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .m4c-matgen .modal-fullscreen-md-down .modal-content,
  :is(.m4c-matgen) .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .m4c-matgen .modal-fullscreen-md-down .modal-header,
  .m4c-matgen .modal-fullscreen-md-down .modal-footer,
  :is(.m4c-matgen) .modal-fullscreen-md-down .modal-header,
  :is(.m4c-matgen) .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .m4c-matgen .modal-fullscreen-md-down .modal-body,
  :is(.m4c-matgen) .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .m4c-matgen .modal-fullscreen-lg-down,
  :is(.m4c-matgen) .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .m4c-matgen .modal-fullscreen-lg-down .modal-content,
  :is(.m4c-matgen) .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .m4c-matgen .modal-fullscreen-lg-down .modal-header,
  .m4c-matgen .modal-fullscreen-lg-down .modal-footer,
  :is(.m4c-matgen) .modal-fullscreen-lg-down .modal-header,
  :is(.m4c-matgen) .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .m4c-matgen .modal-fullscreen-lg-down .modal-body,
  :is(.m4c-matgen) .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .m4c-matgen .modal-fullscreen-xl-down,
  :is(.m4c-matgen) .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .m4c-matgen .modal-fullscreen-xl-down .modal-content,
  :is(.m4c-matgen) .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .m4c-matgen .modal-fullscreen-xl-down .modal-header,
  .m4c-matgen .modal-fullscreen-xl-down .modal-footer,
  :is(.m4c-matgen) .modal-fullscreen-xl-down .modal-header,
  :is(.m4c-matgen) .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .m4c-matgen .modal-fullscreen-xl-down .modal-body,
  :is(.m4c-matgen) .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
.m4c-matgen .tooltip,
:is(.m4c-matgen) .tooltip {
  --bs-tooltip-zindex: 1070;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: 0;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: #fff;
  --bs-tooltip-bg: #000;
  --bs-tooltip-border-radius: 0.25rem;
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.m4c-matgen .tooltip.show,
:is(.m4c-matgen) .tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.m4c-matgen .tooltip .tooltip-arrow,
:is(.m4c-matgen) .tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.m4c-matgen .tooltip .tooltip-arrow::before,
:is(.m4c-matgen) .tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.m4c-matgen .bs-tooltip-top .tooltip-arrow, .m4c-matgen .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,
:is(.m4c-matgen) .bs-tooltip-top .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.m4c-matgen .bs-tooltip-top .tooltip-arrow::before, .m4c-matgen .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
:is(.m4c-matgen) .bs-tooltip-top .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}
.m4c-matgen .bs-tooltip-end .tooltip-arrow, .m4c-matgen .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,
:is(.m4c-matgen) .bs-tooltip-end .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.m4c-matgen .bs-tooltip-end .tooltip-arrow::before, .m4c-matgen .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
:is(.m4c-matgen) .bs-tooltip-end .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}
.m4c-matgen .bs-tooltip-bottom .tooltip-arrow, .m4c-matgen .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,
:is(.m4c-matgen) .bs-tooltip-bottom .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.m4c-matgen .bs-tooltip-bottom .tooltip-arrow::before, .m4c-matgen .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
:is(.m4c-matgen) .bs-tooltip-bottom .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}
.m4c-matgen .bs-tooltip-start .tooltip-arrow, .m4c-matgen .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,
:is(.m4c-matgen) .bs-tooltip-start .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.m4c-matgen .bs-tooltip-start .tooltip-arrow::before, .m4c-matgen .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
:is(.m4c-matgen) .bs-tooltip-start .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}
.m4c-matgen .tooltip-inner,
:is(.m4c-matgen) .tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}
.m4c-matgen .popover,
:is(.m4c-matgen) .popover {
  --bs-popover-zindex: 1060;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: #fff;
  --bs-popover-border-width: 1px;
  --bs-popover-border-color: rgba(0, 0, 0, 0.2);
  --bs-popover-border-radius: 0.3rem;
  --bs-popover-inner-border-radius: calc(0.3rem - 1px);
  --bs-popover-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
  --bs-popover-header-padding-x: 0.75rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: rgb(247.35, 247.35, 247.35);
  --bs-popover-body-padding-x: 0.75rem;
  --bs-popover-body-padding-y: 0.5rem;
  --bs-popover-body-color: #212529;
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.m4c-matgen .popover .popover-arrow,
:is(.m4c-matgen) .popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.m4c-matgen .popover .popover-arrow::before, .m4c-matgen .popover .popover-arrow::after,
:is(.m4c-matgen) .popover .popover-arrow::before,
:is(.m4c-matgen) .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}
.m4c-matgen .bs-popover-top > .popover-arrow, .m4c-matgen .bs-popover-auto[data-popper-placement^=top] > .popover-arrow,
:is(.m4c-matgen) .bs-popover-top > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.m4c-matgen .bs-popover-top > .popover-arrow::before, .m4c-matgen .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .m4c-matgen .bs-popover-top > .popover-arrow::after, .m4c-matgen .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after,
:is(.m4c-matgen) .bs-popover-top > .popover-arrow::before,
:is(.m4c-matgen) .bs-popover-top > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.m4c-matgen .bs-popover-top > .popover-arrow::before, .m4c-matgen .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
:is(.m4c-matgen) .bs-popover-top > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.m4c-matgen .bs-popover-top > .popover-arrow::after, .m4c-matgen .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after,
:is(.m4c-matgen) .bs-popover-top > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}
.m4c-matgen .bs-popover-end > .popover-arrow, .m4c-matgen .bs-popover-auto[data-popper-placement^=right] > .popover-arrow,
:is(.m4c-matgen) .bs-popover-end > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.m4c-matgen .bs-popover-end > .popover-arrow::before, .m4c-matgen .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .m4c-matgen .bs-popover-end > .popover-arrow::after, .m4c-matgen .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after,
:is(.m4c-matgen) .bs-popover-end > .popover-arrow::before,
:is(.m4c-matgen) .bs-popover-end > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.m4c-matgen .bs-popover-end > .popover-arrow::before, .m4c-matgen .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
:is(.m4c-matgen) .bs-popover-end > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.m4c-matgen .bs-popover-end > .popover-arrow::after, .m4c-matgen .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after,
:is(.m4c-matgen) .bs-popover-end > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}
.m4c-matgen .bs-popover-bottom > .popover-arrow, .m4c-matgen .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow,
:is(.m4c-matgen) .bs-popover-bottom > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.m4c-matgen .bs-popover-bottom > .popover-arrow::before, .m4c-matgen .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .m4c-matgen .bs-popover-bottom > .popover-arrow::after, .m4c-matgen .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
:is(.m4c-matgen) .bs-popover-bottom > .popover-arrow::before,
:is(.m4c-matgen) .bs-popover-bottom > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.m4c-matgen .bs-popover-bottom > .popover-arrow::before, .m4c-matgen .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
:is(.m4c-matgen) .bs-popover-bottom > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.m4c-matgen .bs-popover-bottom > .popover-arrow::after, .m4c-matgen .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
:is(.m4c-matgen) .bs-popover-bottom > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.m4c-matgen .bs-popover-bottom .popover-header::before, .m4c-matgen .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
:is(.m4c-matgen) .bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}
.m4c-matgen .bs-popover-start > .popover-arrow, .m4c-matgen .bs-popover-auto[data-popper-placement^=left] > .popover-arrow,
:is(.m4c-matgen) .bs-popover-start > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.m4c-matgen .bs-popover-start > .popover-arrow::before, .m4c-matgen .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .m4c-matgen .bs-popover-start > .popover-arrow::after, .m4c-matgen .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after,
:is(.m4c-matgen) .bs-popover-start > .popover-arrow::before,
:is(.m4c-matgen) .bs-popover-start > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.m4c-matgen .bs-popover-start > .popover-arrow::before, .m4c-matgen .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
:is(.m4c-matgen) .bs-popover-start > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.m4c-matgen .bs-popover-start > .popover-arrow::after, .m4c-matgen .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after,
:is(.m4c-matgen) .bs-popover-start > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}
.m4c-matgen .popover-header,
:is(.m4c-matgen) .popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.m4c-matgen .popover-header:empty,
:is(.m4c-matgen) .popover-header:empty {
  display: none;
}
.m4c-matgen .popover-body,
:is(.m4c-matgen) .popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}
.m4c-matgen .carousel,
:is(.m4c-matgen) .carousel {
  position: relative;
}
.m4c-matgen .carousel.pointer-event,
:is(.m4c-matgen) .carousel.pointer-event {
  touch-action: pan-y;
}
.m4c-matgen .carousel-inner,
:is(.m4c-matgen) .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.m4c-matgen .carousel-inner::after,
:is(.m4c-matgen) .carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.m4c-matgen .carousel-item,
:is(.m4c-matgen) .carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .m4c-matgen .carousel-item,
  :is(.m4c-matgen) .carousel-item {
    transition: none;
  }
}
.m4c-matgen .carousel-item.active,
.m4c-matgen .carousel-item-next,
.m4c-matgen .carousel-item-prev,
:is(.m4c-matgen) .carousel-item.active,
:is(.m4c-matgen) .carousel-item-next,
:is(.m4c-matgen) .carousel-item-prev {
  display: block;
}
.m4c-matgen .carousel-item-next:not(.carousel-item-start),
.m4c-matgen .active.carousel-item-end,
:is(.m4c-matgen) .carousel-item-next:not(.carousel-item-start),
:is(.m4c-matgen) .active.carousel-item-end {
  transform: translateX(100%);
}
.m4c-matgen .carousel-item-prev:not(.carousel-item-end),
.m4c-matgen .active.carousel-item-start,
:is(.m4c-matgen) .carousel-item-prev:not(.carousel-item-end),
:is(.m4c-matgen) .active.carousel-item-start {
  transform: translateX(-100%);
}
.m4c-matgen .carousel-fade .carousel-item,
:is(.m4c-matgen) .carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.m4c-matgen .carousel-fade .carousel-item.active,
.m4c-matgen .carousel-fade .carousel-item-next.carousel-item-start,
.m4c-matgen .carousel-fade .carousel-item-prev.carousel-item-end,
:is(.m4c-matgen) .carousel-fade .carousel-item.active,
:is(.m4c-matgen) .carousel-fade .carousel-item-next.carousel-item-start,
:is(.m4c-matgen) .carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.m4c-matgen .carousel-fade .active.carousel-item-start,
.m4c-matgen .carousel-fade .active.carousel-item-end,
:is(.m4c-matgen) .carousel-fade .active.carousel-item-start,
:is(.m4c-matgen) .carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .m4c-matgen .carousel-fade .active.carousel-item-start,
  .m4c-matgen .carousel-fade .active.carousel-item-end,
  :is(.m4c-matgen) .carousel-fade .active.carousel-item-start,
  :is(.m4c-matgen) .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}
.m4c-matgen .carousel-control-prev,
.m4c-matgen .carousel-control-next,
:is(.m4c-matgen) .carousel-control-prev,
:is(.m4c-matgen) .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  filter: var(--bs-carousel-control-icon-filter);
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .m4c-matgen .carousel-control-prev,
  .m4c-matgen .carousel-control-next,
  :is(.m4c-matgen) .carousel-control-prev,
  :is(.m4c-matgen) .carousel-control-next {
    transition: none;
  }
}
.m4c-matgen .carousel-control-prev:hover, .m4c-matgen .carousel-control-prev:focus,
.m4c-matgen .carousel-control-next:hover,
.m4c-matgen .carousel-control-next:focus,
:is(.m4c-matgen) .carousel-control-prev:hover,
:is(.m4c-matgen) .carousel-control-prev:focus,
:is(.m4c-matgen) .carousel-control-next:hover,
:is(.m4c-matgen) .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.m4c-matgen .carousel-control-prev,
:is(.m4c-matgen) .carousel-control-prev {
  left: 0;
}
.m4c-matgen .carousel-control-next,
:is(.m4c-matgen) .carousel-control-next {
  right: 0;
}
.m4c-matgen .carousel-control-prev-icon,
.m4c-matgen .carousel-control-next-icon,
:is(.m4c-matgen) .carousel-control-prev-icon,
:is(.m4c-matgen) .carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.m4c-matgen .carousel-control-prev-icon,
:is(.m4c-matgen) .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")*/;
}
.m4c-matgen .carousel-control-next-icon,
:is(.m4c-matgen) .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")*/;
}
.m4c-matgen .carousel-indicators,
:is(.m4c-matgen) .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.m4c-matgen .carousel-indicators [data-bs-target],
:is(.m4c-matgen) .carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: var(--bs-carousel-indicator-active-bg);
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .m4c-matgen .carousel-indicators [data-bs-target],
  :is(.m4c-matgen) .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.m4c-matgen .carousel-indicators .active,
:is(.m4c-matgen) .carousel-indicators .active {
  opacity: 1;
}
.m4c-matgen .carousel-caption,
:is(.m4c-matgen) .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: var(--bs-carousel-caption-color);
  text-align: center;
}
.m4c-matgen .carousel-dark,
:is(.m4c-matgen) .carousel-dark {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}
.m4c-matgen :root,
.m4c-matgen [data-bs-theme=light],
:is(.m4c-matgen) :root,
:is(.m4c-matgen) [data-bs-theme=light] {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
  --bs-carousel-control-icon-filter: ;
}
.m4c-matgen [data-bs-theme=dark],
:is(.m4c-matgen) [data-bs-theme=dark] {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}
.m4c-matgen .spinner-grow,
.m4c-matgen .spinner-border,
:is(.m4c-matgen) .spinner-grow,
:is(.m4c-matgen) .spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.m4c-matgen .spinner-border,
:is(.m4c-matgen) .spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}
.m4c-matgen .spinner-border-sm,
:is(.m4c-matgen) .spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.m4c-matgen .spinner-grow,
:is(.m4c-matgen) .spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}
.m4c-matgen .spinner-grow-sm,
:is(.m4c-matgen) .spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .m4c-matgen .spinner-border,
  .m4c-matgen .spinner-grow,
  :is(.m4c-matgen) .spinner-border,
  :is(.m4c-matgen) .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.m4c-matgen .offcanvas, .m4c-matgen .offcanvas-xl, .m4c-matgen .offcanvas-lg, .m4c-matgen .offcanvas-md, .m4c-matgen .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: 1px;
  --bs-offcanvas-border-color: rgba(0, 0, 0, 0.2);
  --bs-offcanvas-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}
@media (max-width: 575.98px) {
  .m4c-matgen .offcanvas-sm,
  :is(.m4c-matgen) .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .m4c-matgen .offcanvas-sm,
  :is(.m4c-matgen) .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .m4c-matgen .offcanvas-sm.offcanvas-start,
  :is(.m4c-matgen) .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .m4c-matgen .offcanvas-sm.offcanvas-end,
  :is(.m4c-matgen) .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .m4c-matgen .offcanvas-sm.offcanvas-top,
  :is(.m4c-matgen) .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .m4c-matgen .offcanvas-sm.offcanvas-bottom,
  :is(.m4c-matgen) .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .m4c-matgen .offcanvas-sm.showing, .m4c-matgen .offcanvas-sm.show:not(.hiding),
  :is(.m4c-matgen) .offcanvas-sm.showing,
  :is(.m4c-matgen) .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .m4c-matgen .offcanvas-sm.showing, .m4c-matgen .offcanvas-sm.hiding, .m4c-matgen .offcanvas-sm.show,
  :is(.m4c-matgen) .offcanvas-sm.showing,
  :is(.m4c-matgen) .offcanvas-sm.hiding,
  :is(.m4c-matgen) .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .m4c-matgen .offcanvas-sm,
  :is(.m4c-matgen) .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .m4c-matgen .offcanvas-sm .offcanvas-header,
  :is(.m4c-matgen) .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .m4c-matgen .offcanvas-sm .offcanvas-body,
  :is(.m4c-matgen) .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 767.98px) {
  .m4c-matgen .offcanvas-md,
  :is(.m4c-matgen) .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .m4c-matgen .offcanvas-md,
  :is(.m4c-matgen) .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .m4c-matgen .offcanvas-md.offcanvas-start,
  :is(.m4c-matgen) .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .m4c-matgen .offcanvas-md.offcanvas-end,
  :is(.m4c-matgen) .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .m4c-matgen .offcanvas-md.offcanvas-top,
  :is(.m4c-matgen) .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .m4c-matgen .offcanvas-md.offcanvas-bottom,
  :is(.m4c-matgen) .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .m4c-matgen .offcanvas-md.showing, .m4c-matgen .offcanvas-md.show:not(.hiding),
  :is(.m4c-matgen) .offcanvas-md.showing,
  :is(.m4c-matgen) .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .m4c-matgen .offcanvas-md.showing, .m4c-matgen .offcanvas-md.hiding, .m4c-matgen .offcanvas-md.show,
  :is(.m4c-matgen) .offcanvas-md.showing,
  :is(.m4c-matgen) .offcanvas-md.hiding,
  :is(.m4c-matgen) .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .m4c-matgen .offcanvas-md,
  :is(.m4c-matgen) .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .m4c-matgen .offcanvas-md .offcanvas-header,
  :is(.m4c-matgen) .offcanvas-md .offcanvas-header {
    display: none;
  }
  .m4c-matgen .offcanvas-md .offcanvas-body,
  :is(.m4c-matgen) .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 991.98px) {
  .m4c-matgen .offcanvas-lg,
  :is(.m4c-matgen) .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .m4c-matgen .offcanvas-lg,
  :is(.m4c-matgen) .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .m4c-matgen .offcanvas-lg.offcanvas-start,
  :is(.m4c-matgen) .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .m4c-matgen .offcanvas-lg.offcanvas-end,
  :is(.m4c-matgen) .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .m4c-matgen .offcanvas-lg.offcanvas-top,
  :is(.m4c-matgen) .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .m4c-matgen .offcanvas-lg.offcanvas-bottom,
  :is(.m4c-matgen) .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .m4c-matgen .offcanvas-lg.showing, .m4c-matgen .offcanvas-lg.show:not(.hiding),
  :is(.m4c-matgen) .offcanvas-lg.showing,
  :is(.m4c-matgen) .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .m4c-matgen .offcanvas-lg.showing, .m4c-matgen .offcanvas-lg.hiding, .m4c-matgen .offcanvas-lg.show,
  :is(.m4c-matgen) .offcanvas-lg.showing,
  :is(.m4c-matgen) .offcanvas-lg.hiding,
  :is(.m4c-matgen) .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .m4c-matgen .offcanvas-lg,
  :is(.m4c-matgen) .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .m4c-matgen .offcanvas-lg .offcanvas-header,
  :is(.m4c-matgen) .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .m4c-matgen .offcanvas-lg .offcanvas-body,
  :is(.m4c-matgen) .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 1199.98px) {
  .m4c-matgen .offcanvas-xl,
  :is(.m4c-matgen) .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .m4c-matgen .offcanvas-xl,
  :is(.m4c-matgen) .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .m4c-matgen .offcanvas-xl.offcanvas-start,
  :is(.m4c-matgen) .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .m4c-matgen .offcanvas-xl.offcanvas-end,
  :is(.m4c-matgen) .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .m4c-matgen .offcanvas-xl.offcanvas-top,
  :is(.m4c-matgen) .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .m4c-matgen .offcanvas-xl.offcanvas-bottom,
  :is(.m4c-matgen) .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .m4c-matgen .offcanvas-xl.showing, .m4c-matgen .offcanvas-xl.show:not(.hiding),
  :is(.m4c-matgen) .offcanvas-xl.showing,
  :is(.m4c-matgen) .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .m4c-matgen .offcanvas-xl.showing, .m4c-matgen .offcanvas-xl.hiding, .m4c-matgen .offcanvas-xl.show,
  :is(.m4c-matgen) .offcanvas-xl.showing,
  :is(.m4c-matgen) .offcanvas-xl.hiding,
  :is(.m4c-matgen) .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .m4c-matgen .offcanvas-xl,
  :is(.m4c-matgen) .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .m4c-matgen .offcanvas-xl .offcanvas-header,
  :is(.m4c-matgen) .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .m4c-matgen .offcanvas-xl .offcanvas-body,
  :is(.m4c-matgen) .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
.m4c-matgen .offcanvas,
:is(.m4c-matgen) .offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .m4c-matgen .offcanvas,
  :is(.m4c-matgen) .offcanvas {
    transition: none;
  }
}
.m4c-matgen .offcanvas.offcanvas-start,
:is(.m4c-matgen) .offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.m4c-matgen .offcanvas.offcanvas-end,
:is(.m4c-matgen) .offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.m4c-matgen .offcanvas.offcanvas-top,
:is(.m4c-matgen) .offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.m4c-matgen .offcanvas.offcanvas-bottom,
:is(.m4c-matgen) .offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.m4c-matgen .offcanvas.showing, .m4c-matgen .offcanvas.show:not(.hiding),
:is(.m4c-matgen) .offcanvas.showing,
:is(.m4c-matgen) .offcanvas.show:not(.hiding) {
  transform: none;
}
.m4c-matgen .offcanvas.showing, .m4c-matgen .offcanvas.hiding, .m4c-matgen .offcanvas.show,
:is(.m4c-matgen) .offcanvas.showing,
:is(.m4c-matgen) .offcanvas.hiding,
:is(.m4c-matgen) .offcanvas.show {
  visibility: visible;
}
.m4c-matgen .offcanvas-backdrop,
:is(.m4c-matgen) .offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.m4c-matgen .offcanvas-backdrop.fade,
:is(.m4c-matgen) .offcanvas-backdrop.fade {
  opacity: 0;
}
.m4c-matgen .offcanvas-backdrop.show,
:is(.m4c-matgen) .offcanvas-backdrop.show {
  opacity: 1;
}
.m4c-matgen .offcanvas-header,
:is(.m4c-matgen) .offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.m4c-matgen .offcanvas-header .btn-close,
:is(.m4c-matgen) .offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-left: auto;
}
.m4c-matgen .offcanvas-title,
:is(.m4c-matgen) .offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}
.m4c-matgen .offcanvas-body,
:is(.m4c-matgen) .offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}
.m4c-matgen .placeholder,
:is(.m4c-matgen) .placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.m4c-matgen .placeholder.btn::before,
:is(.m4c-matgen) .placeholder.btn::before {
  display: inline-block;
  content: "";
}
.m4c-matgen .placeholder-xs,
:is(.m4c-matgen) .placeholder-xs {
  min-height: 0.6em;
}
.m4c-matgen .placeholder-sm,
:is(.m4c-matgen) .placeholder-sm {
  min-height: 0.8em;
}
.m4c-matgen .placeholder-lg,
:is(.m4c-matgen) .placeholder-lg {
  min-height: 1.2em;
}
.m4c-matgen .placeholder-glow .placeholder,
:is(.m4c-matgen) .placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}
@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.m4c-matgen .placeholder-wave,
:is(.m4c-matgen) .placeholder-wave {
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}
@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}
.m4c-matgen .clearfix::after,
:is(.m4c-matgen) .clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.m4c-matgen .text-bg-primary,
:is(.m4c-matgen) .text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}
.m4c-matgen .text-bg-secondary,
:is(.m4c-matgen) .text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}
.m4c-matgen .text-bg-success,
:is(.m4c-matgen) .text-bg-success {
  color: #000 !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}
.m4c-matgen .text-bg-info,
:is(.m4c-matgen) .text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}
.m4c-matgen .text-bg-warning,
:is(.m4c-matgen) .text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}
.m4c-matgen .text-bg-danger,
:is(.m4c-matgen) .text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}
.m4c-matgen .text-bg-light,
:is(.m4c-matgen) .text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}
.m4c-matgen .text-bg-dark,
:is(.m4c-matgen) .text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}
.m4c-matgen .link-primary,
:is(.m4c-matgen) .link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.m4c-matgen .link-primary:hover, .m4c-matgen .link-primary:focus,
:is(.m4c-matgen) .link-primary:hover,
:is(.m4c-matgen) .link-primary:focus {
  color: RGBA(30, 74, 204, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(30, 74, 204, var(--bs-link-underline-opacity, 1)) !important;
}
.m4c-matgen .link-secondary,
:is(.m4c-matgen) .link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.m4c-matgen .link-secondary:hover, .m4c-matgen .link-secondary:focus,
:is(.m4c-matgen) .link-secondary:hover,
:is(.m4c-matgen) .link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}
.m4c-matgen .link-success,
:is(.m4c-matgen) .link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.m4c-matgen .link-success:hover, .m4c-matgen .link-success:focus,
:is(.m4c-matgen) .link-success:hover,
:is(.m4c-matgen) .link-success:focus {
  color: RGBA(83, 185, 106, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(83, 185, 106, var(--bs-link-underline-opacity, 1)) !important;
}
.m4c-matgen .link-info,
:is(.m4c-matgen) .link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.m4c-matgen .link-info:hover, .m4c-matgen .link-info:focus,
:is(.m4c-matgen) .link-info:hover,
:is(.m4c-matgen) .link-info:focus {
  color: RGBA(69, 181, 198, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(69, 181, 198, var(--bs-link-underline-opacity, 1)) !important;
}
.m4c-matgen .link-warning,
:is(.m4c-matgen) .link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.m4c-matgen .link-warning:hover, .m4c-matgen .link-warning:focus,
:is(.m4c-matgen) .link-warning:hover,
:is(.m4c-matgen) .link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}
.m4c-matgen .link-danger,
:is(.m4c-matgen) .link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.m4c-matgen .link-danger:hover, .m4c-matgen .link-danger:focus,
:is(.m4c-matgen) .link-danger:hover,
:is(.m4c-matgen) .link-danger:focus {
  color: RGBA(146, 13, 26, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(146, 13, 26, var(--bs-link-underline-opacity, 1)) !important;
}
.m4c-matgen .link-light,
:is(.m4c-matgen) .link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.m4c-matgen .link-light:hover, .m4c-matgen .link-light:focus,
:is(.m4c-matgen) .link-light:hover,
:is(.m4c-matgen) .link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}
.m4c-matgen .link-dark,
:is(.m4c-matgen) .link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.m4c-matgen .link-dark:hover, .m4c-matgen .link-dark:focus,
:is(.m4c-matgen) .link-dark:hover,
:is(.m4c-matgen) .link-dark:focus {
  color: RGBA(42, 46, 51, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(42, 46, 51, var(--bs-link-underline-opacity, 1)) !important;
}
.m4c-matgen .link-body-emphasis,
:is(.m4c-matgen) .link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.m4c-matgen .link-body-emphasis:hover, .m4c-matgen .link-body-emphasis:focus,
:is(.m4c-matgen) .link-body-emphasis:hover,
:is(.m4c-matgen) .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}
.m4c-matgen .focus-ring:focus,
:is(.m4c-matgen) .focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}
.m4c-matgen .icon-link,
:is(.m4c-matgen) .icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.m4c-matgen .icon-link > .bi,
:is(.m4c-matgen) .icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .m4c-matgen .icon-link > .bi,
  :is(.m4c-matgen) .icon-link > .bi {
    transition: none;
  }
}
.m4c-matgen .icon-link-hover:hover > .bi, .m4c-matgen .icon-link-hover:focus-visible > .bi,
:is(.m4c-matgen) .icon-link-hover:hover > .bi,
:is(.m4c-matgen) .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}
.m4c-matgen .ratio,
:is(.m4c-matgen) .ratio {
  position: relative;
  width: 100%;
}
.m4c-matgen .ratio::before,
:is(.m4c-matgen) .ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.m4c-matgen .ratio > *,
:is(.m4c-matgen) .ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.m4c-matgen .ratio-1x1,
:is(.m4c-matgen) .ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
.m4c-matgen .ratio-4x3,
:is(.m4c-matgen) .ratio-4x3 {
  --bs-aspect-ratio: 75%;
}
.m4c-matgen .ratio-16x9,
:is(.m4c-matgen) .ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}
.m4c-matgen .ratio-21x9,
:is(.m4c-matgen) .ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}
.m4c-matgen .fixed-top,
:is(.m4c-matgen) .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.m4c-matgen .fixed-bottom,
:is(.m4c-matgen) .fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.m4c-matgen .sticky-top,
:is(.m4c-matgen) .sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}
.m4c-matgen .sticky-bottom,
:is(.m4c-matgen) .sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .m4c-matgen .sticky-sm-top,
  :is(.m4c-matgen) .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .m4c-matgen .sticky-sm-bottom,
  :is(.m4c-matgen) .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .m4c-matgen .sticky-md-top,
  :is(.m4c-matgen) .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .m4c-matgen .sticky-md-bottom,
  :is(.m4c-matgen) .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .m4c-matgen .sticky-lg-top,
  :is(.m4c-matgen) .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .m4c-matgen .sticky-lg-bottom,
  :is(.m4c-matgen) .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .m4c-matgen .sticky-xl-top,
  :is(.m4c-matgen) .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .m4c-matgen .sticky-xl-bottom,
  :is(.m4c-matgen) .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.m4c-matgen .hstack,
:is(.m4c-matgen) .hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}
.m4c-matgen .vstack,
:is(.m4c-matgen) .vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}
.m4c-matgen .visually-hidden,
.m4c-matgen .visually-hidden-focusable:not(:focus):not(:focus-within),
:is(.m4c-matgen) .visually-hidden,
:is(.m4c-matgen) .visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.m4c-matgen .visually-hidden:not(caption),
.m4c-matgen .visually-hidden-focusable:not(:focus):not(:focus-within):not(caption),
:is(.m4c-matgen) .visually-hidden:not(caption),
:is(.m4c-matgen) .visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}
.m4c-matgen .stretched-link::after,
:is(.m4c-matgen) .stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.m4c-matgen .text-truncate,
:is(.m4c-matgen) .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m4c-matgen .vr,
:is(.m4c-matgen) .vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}
.m4c-matgen .align-baseline,
:is(.m4c-matgen) .align-baseline {
  vertical-align: baseline !important;
}
.m4c-matgen .align-top,
:is(.m4c-matgen) .align-top {
  vertical-align: top !important;
}
.m4c-matgen .align-middle,
:is(.m4c-matgen) .align-middle {
  vertical-align: middle !important;
}
.m4c-matgen .align-bottom,
:is(.m4c-matgen) .align-bottom {
  vertical-align: bottom !important;
}
.m4c-matgen .align-text-bottom,
:is(.m4c-matgen) .align-text-bottom {
  vertical-align: text-bottom !important;
}
.m4c-matgen .align-text-top,
:is(.m4c-matgen) .align-text-top {
  vertical-align: text-top !important;
}
.m4c-matgen .float-start,
:is(.m4c-matgen) .float-start {
  float: left !important;
}
.m4c-matgen .float-end,
:is(.m4c-matgen) .float-end {
  float: right !important;
}
.m4c-matgen .float-none,
:is(.m4c-matgen) .float-none {
  float: none !important;
}
.m4c-matgen .object-fit-contain,
:is(.m4c-matgen) .object-fit-contain {
  object-fit: contain !important;
}
.m4c-matgen .object-fit-cover,
:is(.m4c-matgen) .object-fit-cover {
  object-fit: cover !important;
}
.m4c-matgen .object-fit-fill,
:is(.m4c-matgen) .object-fit-fill {
  object-fit: fill !important;
}
.m4c-matgen .object-fit-scale,
:is(.m4c-matgen) .object-fit-scale {
  object-fit: scale-down !important;
}
.m4c-matgen .object-fit-none,
:is(.m4c-matgen) .object-fit-none {
  object-fit: none !important;
}
.m4c-matgen .opacity-0,
:is(.m4c-matgen) .opacity-0 {
  opacity: 0 !important;
}
.m4c-matgen .opacity-25,
:is(.m4c-matgen) .opacity-25 {
  opacity: 0.25 !important;
}
.m4c-matgen .opacity-50,
:is(.m4c-matgen) .opacity-50 {
  opacity: 0.5 !important;
}
.m4c-matgen .opacity-75,
:is(.m4c-matgen) .opacity-75 {
  opacity: 0.75 !important;
}
.m4c-matgen .opacity-100,
:is(.m4c-matgen) .opacity-100 {
  opacity: 1 !important;
}
.m4c-matgen .overflow-auto,
:is(.m4c-matgen) .overflow-auto {
  overflow: auto !important;
}
.m4c-matgen .overflow-hidden,
:is(.m4c-matgen) .overflow-hidden {
  overflow: hidden !important;
}
.m4c-matgen .overflow-visible,
:is(.m4c-matgen) .overflow-visible {
  overflow: visible !important;
}
.m4c-matgen .overflow-scroll,
:is(.m4c-matgen) .overflow-scroll {
  overflow: scroll !important;
}
.m4c-matgen .overflow-x-auto,
:is(.m4c-matgen) .overflow-x-auto {
  overflow-x: auto !important;
}
.m4c-matgen .overflow-x-hidden,
:is(.m4c-matgen) .overflow-x-hidden {
  overflow-x: hidden !important;
}
.m4c-matgen .overflow-x-visible,
:is(.m4c-matgen) .overflow-x-visible {
  overflow-x: visible !important;
}
.m4c-matgen .overflow-x-scroll,
:is(.m4c-matgen) .overflow-x-scroll {
  overflow-x: scroll !important;
}
.m4c-matgen .overflow-y-auto,
:is(.m4c-matgen) .overflow-y-auto {
  overflow-y: auto !important;
}
.m4c-matgen .overflow-y-hidden,
:is(.m4c-matgen) .overflow-y-hidden {
  overflow-y: hidden !important;
}
.m4c-matgen .overflow-y-visible,
:is(.m4c-matgen) .overflow-y-visible {
  overflow-y: visible !important;
}
.m4c-matgen .overflow-y-scroll,
:is(.m4c-matgen) .overflow-y-scroll {
  overflow-y: scroll !important;
}
.m4c-matgen .d-inline,
:is(.m4c-matgen) .d-inline {
  display: inline !important;
}
.m4c-matgen .d-inline-block,
:is(.m4c-matgen) .d-inline-block {
  display: inline-block !important;
}
.m4c-matgen .d-block,
:is(.m4c-matgen) .d-block {
  display: block !important;
}
.m4c-matgen .d-grid,
:is(.m4c-matgen) .d-grid {
  display: grid !important;
}
.m4c-matgen .d-inline-grid,
:is(.m4c-matgen) .d-inline-grid {
  display: inline-grid !important;
}
.m4c-matgen .d-table,
:is(.m4c-matgen) .d-table {
  display: table !important;
}
.m4c-matgen .d-table-row,
:is(.m4c-matgen) .d-table-row {
  display: table-row !important;
}
.m4c-matgen .d-table-cell,
:is(.m4c-matgen) .d-table-cell {
  display: table-cell !important;
}
.m4c-matgen .d-flex,
:is(.m4c-matgen) .d-flex {
  display: flex !important;
}
.m4c-matgen .d-inline-flex,
:is(.m4c-matgen) .d-inline-flex {
  display: inline-flex !important;
}
.m4c-matgen .d-none,
:is(.m4c-matgen) .d-none {
  display: none !important;
}
.m4c-matgen .shadow,
:is(.m4c-matgen) .shadow {
  box-shadow: var(--bs-box-shadow) !important;
}
.m4c-matgen .shadow-sm,
:is(.m4c-matgen) .shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}
.m4c-matgen .shadow-lg,
:is(.m4c-matgen) .shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}
.m4c-matgen .shadow-none,
:is(.m4c-matgen) .shadow-none {
  box-shadow: none !important;
}
.m4c-matgen .focus-ring-primary,
:is(.m4c-matgen) .focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}
.m4c-matgen .focus-ring-secondary,
:is(.m4c-matgen) .focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}
.m4c-matgen .focus-ring-success,
:is(.m4c-matgen) .focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}
.m4c-matgen .focus-ring-info,
:is(.m4c-matgen) .focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}
.m4c-matgen .focus-ring-warning,
:is(.m4c-matgen) .focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}
.m4c-matgen .focus-ring-danger,
:is(.m4c-matgen) .focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}
.m4c-matgen .focus-ring-light,
:is(.m4c-matgen) .focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}
.m4c-matgen .focus-ring-dark,
:is(.m4c-matgen) .focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}
.m4c-matgen .position-static,
:is(.m4c-matgen) .position-static {
  position: static !important;
}
.m4c-matgen .position-relative,
:is(.m4c-matgen) .position-relative {
  position: relative !important;
}
.m4c-matgen .position-absolute,
:is(.m4c-matgen) .position-absolute {
  position: absolute !important;
}
.m4c-matgen .position-fixed,
:is(.m4c-matgen) .position-fixed {
  position: fixed !important;
}
.m4c-matgen .position-sticky,
:is(.m4c-matgen) .position-sticky {
  position: sticky !important;
}
.m4c-matgen .top-0,
:is(.m4c-matgen) .top-0 {
  top: 0 !important;
}
.m4c-matgen .top-50,
:is(.m4c-matgen) .top-50 {
  top: 50% !important;
}
.m4c-matgen .top-100,
:is(.m4c-matgen) .top-100 {
  top: 100% !important;
}
.m4c-matgen .bottom-0,
:is(.m4c-matgen) .bottom-0 {
  bottom: 0 !important;
}
.m4c-matgen .bottom-50,
:is(.m4c-matgen) .bottom-50 {
  bottom: 50% !important;
}
.m4c-matgen .bottom-100,
:is(.m4c-matgen) .bottom-100 {
  bottom: 100% !important;
}
.m4c-matgen .start-0,
:is(.m4c-matgen) .start-0 {
  left: 0 !important;
}
.m4c-matgen .start-50,
:is(.m4c-matgen) .start-50 {
  left: 50% !important;
}
.m4c-matgen .start-100,
:is(.m4c-matgen) .start-100 {
  left: 100% !important;
}
.m4c-matgen .end-0,
:is(.m4c-matgen) .end-0 {
  right: 0 !important;
}
.m4c-matgen .end-50,
:is(.m4c-matgen) .end-50 {
  right: 50% !important;
}
.m4c-matgen .end-100,
:is(.m4c-matgen) .end-100 {
  right: 100% !important;
}
.m4c-matgen .translate-middle,
:is(.m4c-matgen) .translate-middle {
  transform: translate(-50%, -50%) !important;
}
.m4c-matgen .translate-middle-x,
:is(.m4c-matgen) .translate-middle-x {
  transform: translateX(-50%) !important;
}
.m4c-matgen .translate-middle-y,
:is(.m4c-matgen) .translate-middle-y {
  transform: translateY(-50%) !important;
}
.m4c-matgen .border,
:is(.m4c-matgen) .border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.m4c-matgen .border-0,
:is(.m4c-matgen) .border-0 {
  border: 0 !important;
}
.m4c-matgen .border-top,
:is(.m4c-matgen) .border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.m4c-matgen .border-top-0,
:is(.m4c-matgen) .border-top-0 {
  border-top: 0 !important;
}
.m4c-matgen .border-end,
:is(.m4c-matgen) .border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.m4c-matgen .border-end-0,
:is(.m4c-matgen) .border-end-0 {
  border-right: 0 !important;
}
.m4c-matgen .border-bottom,
:is(.m4c-matgen) .border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.m4c-matgen .border-bottom-0,
:is(.m4c-matgen) .border-bottom-0 {
  border-bottom: 0 !important;
}
.m4c-matgen .border-start,
:is(.m4c-matgen) .border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.m4c-matgen .border-start-0,
:is(.m4c-matgen) .border-start-0 {
  border-left: 0 !important;
}
.m4c-matgen .border-primary,
:is(.m4c-matgen) .border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}
.m4c-matgen .border-secondary,
:is(.m4c-matgen) .border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}
.m4c-matgen .border-success,
:is(.m4c-matgen) .border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}
.m4c-matgen .border-info,
:is(.m4c-matgen) .border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}
.m4c-matgen .border-warning,
:is(.m4c-matgen) .border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}
.m4c-matgen .border-danger,
:is(.m4c-matgen) .border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}
.m4c-matgen .border-light,
:is(.m4c-matgen) .border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}
.m4c-matgen .border-dark,
:is(.m4c-matgen) .border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}
.m4c-matgen .border-black,
:is(.m4c-matgen) .border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}
.m4c-matgen .border-white,
:is(.m4c-matgen) .border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}
.m4c-matgen .border-primary-subtle,
:is(.m4c-matgen) .border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}
.m4c-matgen .border-secondary-subtle,
:is(.m4c-matgen) .border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}
.m4c-matgen .border-success-subtle,
:is(.m4c-matgen) .border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}
.m4c-matgen .border-info-subtle,
:is(.m4c-matgen) .border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}
.m4c-matgen .border-warning-subtle,
:is(.m4c-matgen) .border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}
.m4c-matgen .border-danger-subtle,
:is(.m4c-matgen) .border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}
.m4c-matgen .border-light-subtle,
:is(.m4c-matgen) .border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}
.m4c-matgen .border-dark-subtle,
:is(.m4c-matgen) .border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}
.m4c-matgen .border-1,
:is(.m4c-matgen) .border-1 {
  border-width: 1px !important;
}
.m4c-matgen .border-2,
:is(.m4c-matgen) .border-2 {
  border-width: 2px !important;
}
.m4c-matgen .border-3,
:is(.m4c-matgen) .border-3 {
  border-width: 3px !important;
}
.m4c-matgen .border-4,
:is(.m4c-matgen) .border-4 {
  border-width: 4px !important;
}
.m4c-matgen .border-5,
:is(.m4c-matgen) .border-5 {
  border-width: 5px !important;
}
.m4c-matgen .border-opacity-10,
:is(.m4c-matgen) .border-opacity-10 {
  --bs-border-opacity: 0.1;
}
.m4c-matgen .border-opacity-25,
:is(.m4c-matgen) .border-opacity-25 {
  --bs-border-opacity: 0.25;
}
.m4c-matgen .border-opacity-50,
:is(.m4c-matgen) .border-opacity-50 {
  --bs-border-opacity: 0.5;
}
.m4c-matgen .border-opacity-75,
:is(.m4c-matgen) .border-opacity-75 {
  --bs-border-opacity: 0.75;
}
.m4c-matgen .border-opacity-100,
:is(.m4c-matgen) .border-opacity-100 {
  --bs-border-opacity: 1;
}
.m4c-matgen .w-25,
:is(.m4c-matgen) .w-25 {
  width: 25% !important;
}
.m4c-matgen .w-50,
:is(.m4c-matgen) .w-50 {
  width: 50% !important;
}
.m4c-matgen .w-75,
:is(.m4c-matgen) .w-75 {
  width: 75% !important;
}
.m4c-matgen .w-100,
:is(.m4c-matgen) .w-100 {
  width: 100% !important;
}
.m4c-matgen .w-auto,
:is(.m4c-matgen) .w-auto {
  width: auto !important;
}
.m4c-matgen .mw-100,
:is(.m4c-matgen) .mw-100 {
  max-width: 100% !important;
}
.m4c-matgen .vw-100,
:is(.m4c-matgen) .vw-100 {
  width: 100vw !important;
}
.m4c-matgen .min-vw-100,
:is(.m4c-matgen) .min-vw-100 {
  min-width: 100vw !important;
}
.m4c-matgen .h-25,
:is(.m4c-matgen) .h-25 {
  height: 25% !important;
}
.m4c-matgen .h-50,
:is(.m4c-matgen) .h-50 {
  height: 50% !important;
}
.m4c-matgen .h-75,
:is(.m4c-matgen) .h-75 {
  height: 75% !important;
}
.m4c-matgen .h-100,
:is(.m4c-matgen) .h-100 {
  height: 100% !important;
}
.m4c-matgen .h-auto,
:is(.m4c-matgen) .h-auto {
  height: auto !important;
}
.m4c-matgen .mh-100,
:is(.m4c-matgen) .mh-100 {
  max-height: 100% !important;
}
.m4c-matgen .vh-100,
:is(.m4c-matgen) .vh-100 {
  height: 100vh !important;
}
.m4c-matgen .min-vh-100,
:is(.m4c-matgen) .min-vh-100 {
  min-height: 100vh !important;
}
.m4c-matgen .flex-fill,
:is(.m4c-matgen) .flex-fill {
  flex: 1 1 auto !important;
}
.m4c-matgen .flex-row,
:is(.m4c-matgen) .flex-row {
  flex-direction: row !important;
}
.m4c-matgen .flex-column,
:is(.m4c-matgen) .flex-column {
  flex-direction: column !important;
}
.m4c-matgen .flex-row-reverse,
:is(.m4c-matgen) .flex-row-reverse {
  flex-direction: row-reverse !important;
}
.m4c-matgen .flex-column-reverse,
:is(.m4c-matgen) .flex-column-reverse {
  flex-direction: column-reverse !important;
}
.m4c-matgen .flex-grow-0,
:is(.m4c-matgen) .flex-grow-0 {
  flex-grow: 0 !important;
}
.m4c-matgen .flex-grow-1,
:is(.m4c-matgen) .flex-grow-1 {
  flex-grow: 1 !important;
}
.m4c-matgen .flex-shrink-0,
:is(.m4c-matgen) .flex-shrink-0 {
  flex-shrink: 0 !important;
}
.m4c-matgen .flex-shrink-1,
:is(.m4c-matgen) .flex-shrink-1 {
  flex-shrink: 1 !important;
}
.m4c-matgen .flex-wrap,
:is(.m4c-matgen) .flex-wrap {
  flex-wrap: wrap !important;
}
.m4c-matgen .flex-nowrap,
:is(.m4c-matgen) .flex-nowrap {
  flex-wrap: nowrap !important;
}
.m4c-matgen .flex-wrap-reverse,
:is(.m4c-matgen) .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.m4c-matgen .justify-content-start,
:is(.m4c-matgen) .justify-content-start {
  justify-content: flex-start !important;
}
.m4c-matgen .justify-content-end,
:is(.m4c-matgen) .justify-content-end {
  justify-content: flex-end !important;
}
.m4c-matgen .justify-content-center,
:is(.m4c-matgen) .justify-content-center {
  justify-content: center !important;
}
.m4c-matgen .justify-content-between,
:is(.m4c-matgen) .justify-content-between {
  justify-content: space-between !important;
}
.m4c-matgen .justify-content-around,
:is(.m4c-matgen) .justify-content-around {
  justify-content: space-around !important;
}
.m4c-matgen .justify-content-evenly,
:is(.m4c-matgen) .justify-content-evenly {
  justify-content: space-evenly !important;
}
.m4c-matgen .align-items-start,
:is(.m4c-matgen) .align-items-start {
  align-items: flex-start !important;
}
.m4c-matgen .align-items-end,
:is(.m4c-matgen) .align-items-end {
  align-items: flex-end !important;
}
.m4c-matgen .align-items-center,
:is(.m4c-matgen) .align-items-center {
  align-items: center !important;
}
.m4c-matgen .align-items-baseline,
:is(.m4c-matgen) .align-items-baseline {
  align-items: baseline !important;
}
.m4c-matgen .align-items-stretch,
:is(.m4c-matgen) .align-items-stretch {
  align-items: stretch !important;
}
.m4c-matgen .align-content-start,
:is(.m4c-matgen) .align-content-start {
  align-content: flex-start !important;
}
.m4c-matgen .align-content-end,
:is(.m4c-matgen) .align-content-end {
  align-content: flex-end !important;
}
.m4c-matgen .align-content-center,
:is(.m4c-matgen) .align-content-center {
  align-content: center !important;
}
.m4c-matgen .align-content-between,
:is(.m4c-matgen) .align-content-between {
  align-content: space-between !important;
}
.m4c-matgen .align-content-around,
:is(.m4c-matgen) .align-content-around {
  align-content: space-around !important;
}
.m4c-matgen .align-content-stretch,
:is(.m4c-matgen) .align-content-stretch {
  align-content: stretch !important;
}
.m4c-matgen .align-self-auto,
:is(.m4c-matgen) .align-self-auto {
  align-self: auto !important;
}
.m4c-matgen .align-self-start,
:is(.m4c-matgen) .align-self-start {
  align-self: flex-start !important;
}
.m4c-matgen .align-self-end,
:is(.m4c-matgen) .align-self-end {
  align-self: flex-end !important;
}
.m4c-matgen .align-self-center,
:is(.m4c-matgen) .align-self-center {
  align-self: center !important;
}
.m4c-matgen .align-self-baseline,
:is(.m4c-matgen) .align-self-baseline {
  align-self: baseline !important;
}
.m4c-matgen .align-self-stretch,
:is(.m4c-matgen) .align-self-stretch {
  align-self: stretch !important;
}
.m4c-matgen .order-first,
:is(.m4c-matgen) .order-first {
  order: -1 !important;
}
.m4c-matgen .order-0,
:is(.m4c-matgen) .order-0 {
  order: 0 !important;
}
.m4c-matgen .order-1,
:is(.m4c-matgen) .order-1 {
  order: 1 !important;
}
.m4c-matgen .order-2,
:is(.m4c-matgen) .order-2 {
  order: 2 !important;
}
.m4c-matgen .order-3,
:is(.m4c-matgen) .order-3 {
  order: 3 !important;
}
.m4c-matgen .order-4,
:is(.m4c-matgen) .order-4 {
  order: 4 !important;
}
.m4c-matgen .order-5,
:is(.m4c-matgen) .order-5 {
  order: 5 !important;
}
.m4c-matgen .order-last,
:is(.m4c-matgen) .order-last {
  order: 6 !important;
}
.m4c-matgen .m-0,
:is(.m4c-matgen) .m-0 {
  margin: 0 !important;
}
.m4c-matgen .m-1,
:is(.m4c-matgen) .m-1 {
  margin: 0.25rem !important;
}
.m4c-matgen .m-2,
:is(.m4c-matgen) .m-2 {
  margin: 0.5rem !important;
}
.m4c-matgen .m-3,
:is(.m4c-matgen) .m-3 {
  margin: 1rem !important;
}
.m4c-matgen .m-4,
:is(.m4c-matgen) .m-4 {
  margin: 1.5rem !important;
}
.m4c-matgen .m-5,
:is(.m4c-matgen) .m-5 {
  margin: 3rem !important;
}
.m4c-matgen .m-auto,
:is(.m4c-matgen) .m-auto {
  margin: auto !important;
}
.m4c-matgen .mx-0,
:is(.m4c-matgen) .mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.m4c-matgen .mx-1,
:is(.m4c-matgen) .mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.m4c-matgen .mx-2,
:is(.m4c-matgen) .mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.m4c-matgen .mx-3,
:is(.m4c-matgen) .mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.m4c-matgen .mx-4,
:is(.m4c-matgen) .mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.m4c-matgen .mx-5,
:is(.m4c-matgen) .mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.m4c-matgen .mx-auto,
:is(.m4c-matgen) .mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.m4c-matgen .my-0,
:is(.m4c-matgen) .my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.m4c-matgen .my-1,
:is(.m4c-matgen) .my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.m4c-matgen .my-2,
:is(.m4c-matgen) .my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.m4c-matgen .my-3,
:is(.m4c-matgen) .my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.m4c-matgen .my-4,
:is(.m4c-matgen) .my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.m4c-matgen .my-5,
:is(.m4c-matgen) .my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.m4c-matgen .my-auto,
:is(.m4c-matgen) .my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.m4c-matgen .mt-0,
:is(.m4c-matgen) .mt-0 {
  margin-top: 0 !important;
}
.m4c-matgen .mt-1,
:is(.m4c-matgen) .mt-1 {
  margin-top: 0.25rem !important;
}
.m4c-matgen .mt-2,
:is(.m4c-matgen) .mt-2 {
  margin-top: 0.5rem !important;
}
.m4c-matgen .mt-3,
:is(.m4c-matgen) .mt-3 {
  margin-top: 1rem !important;
}
.m4c-matgen .mt-4,
:is(.m4c-matgen) .mt-4 {
  margin-top: 1.5rem !important;
}
.m4c-matgen .mt-5,
:is(.m4c-matgen) .mt-5 {
  margin-top: 3rem !important;
}
.m4c-matgen .mt-auto,
:is(.m4c-matgen) .mt-auto {
  margin-top: auto !important;
}
.m4c-matgen .me-0,
:is(.m4c-matgen) .me-0 {
  margin-right: 0 !important;
}
.m4c-matgen .me-1,
:is(.m4c-matgen) .me-1 {
  margin-right: 0.25rem !important;
}
.m4c-matgen .me-2,
:is(.m4c-matgen) .me-2 {
  margin-right: 0.5rem !important;
}
.m4c-matgen .me-3,
:is(.m4c-matgen) .me-3 {
  margin-right: 1rem !important;
}
.m4c-matgen .me-4,
:is(.m4c-matgen) .me-4 {
  margin-right: 1.5rem !important;
}
.m4c-matgen .me-5,
:is(.m4c-matgen) .me-5 {
  margin-right: 3rem !important;
}
.m4c-matgen .me-auto,
:is(.m4c-matgen) .me-auto {
  margin-right: auto !important;
}
.m4c-matgen .mb-0,
:is(.m4c-matgen) .mb-0 {
  margin-bottom: 0 !important;
}
.m4c-matgen .mb-1,
:is(.m4c-matgen) .mb-1 {
  margin-bottom: 0.25rem !important;
}
.m4c-matgen .mb-2,
:is(.m4c-matgen) .mb-2 {
  margin-bottom: 0.5rem !important;
}
.m4c-matgen .mb-3,
:is(.m4c-matgen) .mb-3 {
  margin-bottom: 1rem !important;
}
.m4c-matgen .mb-4,
:is(.m4c-matgen) .mb-4 {
  margin-bottom: 1.5rem !important;
}
.m4c-matgen .mb-5,
:is(.m4c-matgen) .mb-5 {
  margin-bottom: 3rem !important;
}
.m4c-matgen .mb-auto,
:is(.m4c-matgen) .mb-auto {
  margin-bottom: auto !important;
}
.m4c-matgen .ms-0,
:is(.m4c-matgen) .ms-0 {
  margin-left: 0 !important;
}
.m4c-matgen .ms-1,
:is(.m4c-matgen) .ms-1 {
  margin-left: 0.25rem !important;
}
.m4c-matgen .ms-2,
:is(.m4c-matgen) .ms-2 {
  margin-left: 0.5rem !important;
}
.m4c-matgen .ms-3,
:is(.m4c-matgen) .ms-3 {
  margin-left: 1rem !important;
}
.m4c-matgen .ms-4,
:is(.m4c-matgen) .ms-4 {
  margin-left: 1.5rem !important;
}
.m4c-matgen .ms-5,
:is(.m4c-matgen) .ms-5 {
  margin-left: 3rem !important;
}
.m4c-matgen .ms-auto,
:is(.m4c-matgen) .ms-auto {
  margin-left: auto !important;
}
.m4c-matgen .p-0,
:is(.m4c-matgen) .p-0 {
  padding: 0 !important;
}
.m4c-matgen .p-1,
:is(.m4c-matgen) .p-1 {
  padding: 0.25rem !important;
}
.m4c-matgen .p-2,
:is(.m4c-matgen) .p-2 {
  padding: 0.5rem !important;
}
.m4c-matgen .p-3,
:is(.m4c-matgen) .p-3 {
  padding: 1rem !important;
}
.m4c-matgen .p-4,
:is(.m4c-matgen) .p-4 {
  padding: 1.5rem !important;
}
.m4c-matgen .p-5,
:is(.m4c-matgen) .p-5 {
  padding: 3rem !important;
}
.m4c-matgen .px-0,
:is(.m4c-matgen) .px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.m4c-matgen .px-1,
:is(.m4c-matgen) .px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.m4c-matgen .px-2,
:is(.m4c-matgen) .px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.m4c-matgen .px-3,
:is(.m4c-matgen) .px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.m4c-matgen .px-4,
:is(.m4c-matgen) .px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.m4c-matgen .px-5,
:is(.m4c-matgen) .px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.m4c-matgen .py-0,
:is(.m4c-matgen) .py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.m4c-matgen .py-1,
:is(.m4c-matgen) .py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.m4c-matgen .py-2,
:is(.m4c-matgen) .py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.m4c-matgen .py-3,
:is(.m4c-matgen) .py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.m4c-matgen .py-4,
:is(.m4c-matgen) .py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.m4c-matgen .py-5,
:is(.m4c-matgen) .py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.m4c-matgen .pt-0,
:is(.m4c-matgen) .pt-0 {
  padding-top: 0 !important;
}
.m4c-matgen .pt-1,
:is(.m4c-matgen) .pt-1 {
  padding-top: 0.25rem !important;
}
.m4c-matgen .pt-2,
:is(.m4c-matgen) .pt-2 {
  padding-top: 0.5rem !important;
}
.m4c-matgen .pt-3,
:is(.m4c-matgen) .pt-3 {
  padding-top: 1rem !important;
}
.m4c-matgen .pt-4,
:is(.m4c-matgen) .pt-4 {
  padding-top: 1.5rem !important;
}
.m4c-matgen .pt-5,
:is(.m4c-matgen) .pt-5 {
  padding-top: 3rem !important;
}
.m4c-matgen .pe-0,
:is(.m4c-matgen) .pe-0 {
  padding-right: 0 !important;
}
.m4c-matgen .pe-1,
:is(.m4c-matgen) .pe-1 {
  padding-right: 0.25rem !important;
}
.m4c-matgen .pe-2,
:is(.m4c-matgen) .pe-2 {
  padding-right: 0.5rem !important;
}
.m4c-matgen .pe-3,
:is(.m4c-matgen) .pe-3 {
  padding-right: 1rem !important;
}
.m4c-matgen .pe-4,
:is(.m4c-matgen) .pe-4 {
  padding-right: 1.5rem !important;
}
.m4c-matgen .pe-5,
:is(.m4c-matgen) .pe-5 {
  padding-right: 3rem !important;
}
.m4c-matgen .pb-0,
:is(.m4c-matgen) .pb-0 {
  padding-bottom: 0 !important;
}
.m4c-matgen .pb-1,
:is(.m4c-matgen) .pb-1 {
  padding-bottom: 0.25rem !important;
}
.m4c-matgen .pb-2,
:is(.m4c-matgen) .pb-2 {
  padding-bottom: 0.5rem !important;
}
.m4c-matgen .pb-3,
:is(.m4c-matgen) .pb-3 {
  padding-bottom: 1rem !important;
}
.m4c-matgen .pb-4,
:is(.m4c-matgen) .pb-4 {
  padding-bottom: 1.5rem !important;
}
.m4c-matgen .pb-5,
:is(.m4c-matgen) .pb-5 {
  padding-bottom: 3rem !important;
}
.m4c-matgen .ps-0,
:is(.m4c-matgen) .ps-0 {
  padding-left: 0 !important;
}
.m4c-matgen .ps-1,
:is(.m4c-matgen) .ps-1 {
  padding-left: 0.25rem !important;
}
.m4c-matgen .ps-2,
:is(.m4c-matgen) .ps-2 {
  padding-left: 0.5rem !important;
}
.m4c-matgen .ps-3,
:is(.m4c-matgen) .ps-3 {
  padding-left: 1rem !important;
}
.m4c-matgen .ps-4,
:is(.m4c-matgen) .ps-4 {
  padding-left: 1.5rem !important;
}
.m4c-matgen .ps-5,
:is(.m4c-matgen) .ps-5 {
  padding-left: 3rem !important;
}
.m4c-matgen .gap-0,
:is(.m4c-matgen) .gap-0 {
  gap: 0 !important;
}
.m4c-matgen .gap-1,
:is(.m4c-matgen) .gap-1 {
  gap: 0.25rem !important;
}
.m4c-matgen .gap-2,
:is(.m4c-matgen) .gap-2 {
  gap: 0.5rem !important;
}
.m4c-matgen .gap-3,
:is(.m4c-matgen) .gap-3 {
  gap: 1rem !important;
}
.m4c-matgen .gap-4,
:is(.m4c-matgen) .gap-4 {
  gap: 1.5rem !important;
}
.m4c-matgen .gap-5,
:is(.m4c-matgen) .gap-5 {
  gap: 3rem !important;
}
.m4c-matgen .row-gap-0,
:is(.m4c-matgen) .row-gap-0 {
  row-gap: 0 !important;
}
.m4c-matgen .row-gap-1,
:is(.m4c-matgen) .row-gap-1 {
  row-gap: 0.25rem !important;
}
.m4c-matgen .row-gap-2,
:is(.m4c-matgen) .row-gap-2 {
  row-gap: 0.5rem !important;
}
.m4c-matgen .row-gap-3,
:is(.m4c-matgen) .row-gap-3 {
  row-gap: 1rem !important;
}
.m4c-matgen .row-gap-4,
:is(.m4c-matgen) .row-gap-4 {
  row-gap: 1.5rem !important;
}
.m4c-matgen .row-gap-5,
:is(.m4c-matgen) .row-gap-5 {
  row-gap: 3rem !important;
}
.m4c-matgen .column-gap-0,
:is(.m4c-matgen) .column-gap-0 {
  column-gap: 0 !important;
}
.m4c-matgen .column-gap-1,
:is(.m4c-matgen) .column-gap-1 {
  column-gap: 0.25rem !important;
}
.m4c-matgen .column-gap-2,
:is(.m4c-matgen) .column-gap-2 {
  column-gap: 0.5rem !important;
}
.m4c-matgen .column-gap-3,
:is(.m4c-matgen) .column-gap-3 {
  column-gap: 1rem !important;
}
.m4c-matgen .column-gap-4,
:is(.m4c-matgen) .column-gap-4 {
  column-gap: 1.5rem !important;
}
.m4c-matgen .column-gap-5,
:is(.m4c-matgen) .column-gap-5 {
  column-gap: 3rem !important;
}
.m4c-matgen .font-monospace,
:is(.m4c-matgen) .font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.m4c-matgen .fs-1,
:is(.m4c-matgen) .fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.m4c-matgen .fs-2,
:is(.m4c-matgen) .fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
.m4c-matgen .fs-3,
:is(.m4c-matgen) .fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.m4c-matgen .fs-4,
:is(.m4c-matgen) .fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.m4c-matgen .fs-5,
:is(.m4c-matgen) .fs-5 {
  font-size: 1.25rem !important;
}
.m4c-matgen .fs-6,
:is(.m4c-matgen) .fs-6 {
  font-size: 1rem !important;
}
.m4c-matgen .fst-italic,
:is(.m4c-matgen) .fst-italic {
  font-style: italic !important;
}
.m4c-matgen .fst-normal,
:is(.m4c-matgen) .fst-normal {
  font-style: normal !important;
}
.m4c-matgen .fw-lighter,
:is(.m4c-matgen) .fw-lighter {
  font-weight: lighter !important;
}
.m4c-matgen .fw-light,
:is(.m4c-matgen) .fw-light {
  font-weight: 300 !important;
}
.m4c-matgen .fw-normal,
:is(.m4c-matgen) .fw-normal {
  font-weight: 400 !important;
}
.m4c-matgen .fw-medium,
:is(.m4c-matgen) .fw-medium {
  font-weight: 500 !important;
}
.m4c-matgen .fw-semibold,
:is(.m4c-matgen) .fw-semibold {
  font-weight: 600 !important;
}
.m4c-matgen .fw-bold,
:is(.m4c-matgen) .fw-bold {
  font-weight: 700 !important;
}
.m4c-matgen .fw-bolder,
:is(.m4c-matgen) .fw-bolder {
  font-weight: bolder !important;
}
.m4c-matgen .lh-1,
:is(.m4c-matgen) .lh-1 {
  line-height: 1 !important;
}
.m4c-matgen .lh-sm,
:is(.m4c-matgen) .lh-sm {
  line-height: 1.5 !important;
}
.m4c-matgen .lh-base,
:is(.m4c-matgen) .lh-base {
  line-height: 1.5 !important;
}
.m4c-matgen .lh-lg,
:is(.m4c-matgen) .lh-lg {
  line-height: 1.5 !important;
}
.m4c-matgen .text-start,
:is(.m4c-matgen) .text-start {
  text-align: left !important;
}
.m4c-matgen .text-end,
:is(.m4c-matgen) .text-end {
  text-align: right !important;
}
.m4c-matgen .text-center,
:is(.m4c-matgen) .text-center {
  text-align: center !important;
}
.m4c-matgen .text-decoration-none,
:is(.m4c-matgen) .text-decoration-none {
  text-decoration: none !important;
}
.m4c-matgen .text-decoration-underline,
:is(.m4c-matgen) .text-decoration-underline {
  text-decoration: underline !important;
}
.m4c-matgen .text-decoration-line-through,
:is(.m4c-matgen) .text-decoration-line-through {
  text-decoration: line-through !important;
}
.m4c-matgen .text-lowercase,
:is(.m4c-matgen) .text-lowercase {
  text-transform: lowercase !important;
}
.m4c-matgen .text-uppercase,
:is(.m4c-matgen) .text-uppercase {
  text-transform: uppercase !important;
}
.m4c-matgen .text-capitalize,
:is(.m4c-matgen) .text-capitalize {
  text-transform: capitalize !important;
}
.m4c-matgen .text-wrap,
:is(.m4c-matgen) .text-wrap {
  white-space: normal !important;
}
.m4c-matgen .text-nowrap,
:is(.m4c-matgen) .text-nowrap {
  white-space: nowrap !important;
}
.m4c-matgen .text-break,
:is(.m4c-matgen) .text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.m4c-matgen .text-primary,
:is(.m4c-matgen) .text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.m4c-matgen .text-secondary,
:is(.m4c-matgen) .text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.m4c-matgen .text-success,
:is(.m4c-matgen) .text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.m4c-matgen .text-info,
:is(.m4c-matgen) .text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.m4c-matgen .text-warning,
:is(.m4c-matgen) .text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.m4c-matgen .text-danger,
:is(.m4c-matgen) .text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.m4c-matgen .text-light,
:is(.m4c-matgen) .text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.m4c-matgen .text-dark,
:is(.m4c-matgen) .text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.m4c-matgen .text-black,
:is(.m4c-matgen) .text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.m4c-matgen .text-white,
:is(.m4c-matgen) .text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.m4c-matgen .text-body,
:is(.m4c-matgen) .text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
.m4c-matgen .text-muted,
:is(.m4c-matgen) .text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}
.m4c-matgen .text-black-50,
:is(.m4c-matgen) .text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}
.m4c-matgen .text-white-50,
:is(.m4c-matgen) .text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}
.m4c-matgen .text-body-secondary,
:is(.m4c-matgen) .text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}
.m4c-matgen .text-body-tertiary,
:is(.m4c-matgen) .text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}
.m4c-matgen .text-body-emphasis,
:is(.m4c-matgen) .text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}
.m4c-matgen .text-reset,
:is(.m4c-matgen) .text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}
.m4c-matgen .text-opacity-25,
:is(.m4c-matgen) .text-opacity-25 {
  --bs-text-opacity: 0.25;
}
.m4c-matgen .text-opacity-50,
:is(.m4c-matgen) .text-opacity-50 {
  --bs-text-opacity: 0.5;
}
.m4c-matgen .text-opacity-75,
:is(.m4c-matgen) .text-opacity-75 {
  --bs-text-opacity: 0.75;
}
.m4c-matgen .text-opacity-100,
:is(.m4c-matgen) .text-opacity-100 {
  --bs-text-opacity: 1;
}
.m4c-matgen .text-primary-emphasis,
:is(.m4c-matgen) .text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}
.m4c-matgen .text-secondary-emphasis,
:is(.m4c-matgen) .text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}
.m4c-matgen .text-success-emphasis,
:is(.m4c-matgen) .text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}
.m4c-matgen .text-info-emphasis,
:is(.m4c-matgen) .text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}
.m4c-matgen .text-warning-emphasis,
:is(.m4c-matgen) .text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}
.m4c-matgen .text-danger-emphasis,
:is(.m4c-matgen) .text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}
.m4c-matgen .text-light-emphasis,
:is(.m4c-matgen) .text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}
.m4c-matgen .text-dark-emphasis,
:is(.m4c-matgen) .text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}
.m4c-matgen .link-opacity-10,
:is(.m4c-matgen) .link-opacity-10 {
  --bs-link-opacity: 0.1;
}
.m4c-matgen .link-opacity-10-hover:hover,
:is(.m4c-matgen) .link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}
.m4c-matgen .link-opacity-25,
:is(.m4c-matgen) .link-opacity-25 {
  --bs-link-opacity: 0.25;
}
.m4c-matgen .link-opacity-25-hover:hover,
:is(.m4c-matgen) .link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}
.m4c-matgen .link-opacity-50,
:is(.m4c-matgen) .link-opacity-50 {
  --bs-link-opacity: 0.5;
}
.m4c-matgen .link-opacity-50-hover:hover,
:is(.m4c-matgen) .link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}
.m4c-matgen .link-opacity-75,
:is(.m4c-matgen) .link-opacity-75 {
  --bs-link-opacity: 0.75;
}
.m4c-matgen .link-opacity-75-hover:hover,
:is(.m4c-matgen) .link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}
.m4c-matgen .link-opacity-100,
:is(.m4c-matgen) .link-opacity-100 {
  --bs-link-opacity: 1;
}
.m4c-matgen .link-opacity-100-hover:hover,
:is(.m4c-matgen) .link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}
.m4c-matgen .link-offset-1,
:is(.m4c-matgen) .link-offset-1 {
  text-underline-offset: 0.125em !important;
}
.m4c-matgen .link-offset-1-hover:hover,
:is(.m4c-matgen) .link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}
.m4c-matgen .link-offset-2,
:is(.m4c-matgen) .link-offset-2 {
  text-underline-offset: 0.25em !important;
}
.m4c-matgen .link-offset-2-hover:hover,
:is(.m4c-matgen) .link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}
.m4c-matgen .link-offset-3,
:is(.m4c-matgen) .link-offset-3 {
  text-underline-offset: 0.375em !important;
}
.m4c-matgen .link-offset-3-hover:hover,
:is(.m4c-matgen) .link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}
.m4c-matgen .link-underline-primary,
:is(.m4c-matgen) .link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}
.m4c-matgen .link-underline-secondary,
:is(.m4c-matgen) .link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}
.m4c-matgen .link-underline-success,
:is(.m4c-matgen) .link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}
.m4c-matgen .link-underline-info,
:is(.m4c-matgen) .link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}
.m4c-matgen .link-underline-warning,
:is(.m4c-matgen) .link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}
.m4c-matgen .link-underline-danger,
:is(.m4c-matgen) .link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}
.m4c-matgen .link-underline-light,
:is(.m4c-matgen) .link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}
.m4c-matgen .link-underline-dark,
:is(.m4c-matgen) .link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}
.m4c-matgen .link-underline,
:is(.m4c-matgen) .link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.m4c-matgen .link-underline-opacity-0,
:is(.m4c-matgen) .link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}
.m4c-matgen .link-underline-opacity-0-hover:hover,
:is(.m4c-matgen) .link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}
.m4c-matgen .link-underline-opacity-10,
:is(.m4c-matgen) .link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}
.m4c-matgen .link-underline-opacity-10-hover:hover,
:is(.m4c-matgen) .link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}
.m4c-matgen .link-underline-opacity-25,
:is(.m4c-matgen) .link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}
.m4c-matgen .link-underline-opacity-25-hover:hover,
:is(.m4c-matgen) .link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}
.m4c-matgen .link-underline-opacity-50,
:is(.m4c-matgen) .link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}
.m4c-matgen .link-underline-opacity-50-hover:hover,
:is(.m4c-matgen) .link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}
.m4c-matgen .link-underline-opacity-75,
:is(.m4c-matgen) .link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}
.m4c-matgen .link-underline-opacity-75-hover:hover,
:is(.m4c-matgen) .link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}
.m4c-matgen .link-underline-opacity-100,
:is(.m4c-matgen) .link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}
.m4c-matgen .link-underline-opacity-100-hover:hover,
:is(.m4c-matgen) .link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}
.m4c-matgen .bg-primary,
:is(.m4c-matgen) .bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
.m4c-matgen .bg-secondary,
:is(.m4c-matgen) .bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}
.m4c-matgen .bg-success,
:is(.m4c-matgen) .bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
.m4c-matgen .bg-info,
:is(.m4c-matgen) .bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.m4c-matgen .bg-warning,
:is(.m4c-matgen) .bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}
.m4c-matgen .bg-danger,
:is(.m4c-matgen) .bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.m4c-matgen .bg-light,
:is(.m4c-matgen) .bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.m4c-matgen .bg-dark,
:is(.m4c-matgen) .bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.m4c-matgen .bg-black,
:is(.m4c-matgen) .bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.m4c-matgen .bg-white,
:is(.m4c-matgen) .bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.m4c-matgen .bg-body,
:is(.m4c-matgen) .bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}
.m4c-matgen .bg-transparent,
:is(.m4c-matgen) .bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}
.m4c-matgen .bg-body-secondary,
:is(.m4c-matgen) .bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}
.m4c-matgen .bg-body-tertiary,
:is(.m4c-matgen) .bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}
.m4c-matgen .bg-opacity-10,
:is(.m4c-matgen) .bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}
.m4c-matgen .bg-opacity-25,
:is(.m4c-matgen) .bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}
.m4c-matgen .bg-opacity-50,
:is(.m4c-matgen) .bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}
.m4c-matgen .bg-opacity-75,
:is(.m4c-matgen) .bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}
.m4c-matgen .bg-opacity-100,
:is(.m4c-matgen) .bg-opacity-100 {
  --bs-bg-opacity: 1;
}
.m4c-matgen .bg-primary-subtle,
:is(.m4c-matgen) .bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}
.m4c-matgen .bg-secondary-subtle,
:is(.m4c-matgen) .bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}
.m4c-matgen .bg-success-subtle,
:is(.m4c-matgen) .bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}
.m4c-matgen .bg-info-subtle,
:is(.m4c-matgen) .bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}
.m4c-matgen .bg-warning-subtle,
:is(.m4c-matgen) .bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}
.m4c-matgen .bg-danger-subtle,
:is(.m4c-matgen) .bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}
.m4c-matgen .bg-light-subtle,
:is(.m4c-matgen) .bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}
.m4c-matgen .bg-dark-subtle,
:is(.m4c-matgen) .bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}
.m4c-matgen .bg-gradient,
:is(.m4c-matgen) .bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.m4c-matgen .user-select-all,
:is(.m4c-matgen) .user-select-all {
  user-select: all !important;
}
.m4c-matgen .user-select-auto,
:is(.m4c-matgen) .user-select-auto {
  user-select: auto !important;
}
.m4c-matgen .user-select-none,
:is(.m4c-matgen) .user-select-none {
  user-select: none !important;
}
.m4c-matgen .pe-none,
:is(.m4c-matgen) .pe-none {
  pointer-events: none !important;
}
.m4c-matgen .pe-auto,
:is(.m4c-matgen) .pe-auto {
  pointer-events: auto !important;
}
.m4c-matgen .rounded,
:is(.m4c-matgen) .rounded {
  border-radius: var(--bs-border-radius) !important;
}
.m4c-matgen .rounded-0,
:is(.m4c-matgen) .rounded-0 {
  border-radius: 0 !important;
}
.m4c-matgen .rounded-1,
:is(.m4c-matgen) .rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}
.m4c-matgen .rounded-2,
:is(.m4c-matgen) .rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}
.m4c-matgen .rounded-3,
:is(.m4c-matgen) .rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}
.m4c-matgen .rounded-4,
:is(.m4c-matgen) .rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}
.m4c-matgen .rounded-5,
:is(.m4c-matgen) .rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}
.m4c-matgen .rounded-circle,
:is(.m4c-matgen) .rounded-circle {
  border-radius: 50% !important;
}
.m4c-matgen .rounded-pill,
:is(.m4c-matgen) .rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}
.m4c-matgen .rounded-top,
:is(.m4c-matgen) .rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
.m4c-matgen .rounded-top-0,
:is(.m4c-matgen) .rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.m4c-matgen .rounded-top-1,
:is(.m4c-matgen) .rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}
.m4c-matgen .rounded-top-2,
:is(.m4c-matgen) .rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
.m4c-matgen .rounded-top-3,
:is(.m4c-matgen) .rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}
.m4c-matgen .rounded-top-4,
:is(.m4c-matgen) .rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}
.m4c-matgen .rounded-top-5,
:is(.m4c-matgen) .rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}
.m4c-matgen .rounded-top-circle,
:is(.m4c-matgen) .rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}
.m4c-matgen .rounded-top-pill,
:is(.m4c-matgen) .rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}
.m4c-matgen .rounded-end,
:is(.m4c-matgen) .rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
.m4c-matgen .rounded-end-0,
:is(.m4c-matgen) .rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.m4c-matgen .rounded-end-1,
:is(.m4c-matgen) .rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}
.m4c-matgen .rounded-end-2,
:is(.m4c-matgen) .rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
.m4c-matgen .rounded-end-3,
:is(.m4c-matgen) .rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}
.m4c-matgen .rounded-end-4,
:is(.m4c-matgen) .rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}
.m4c-matgen .rounded-end-5,
:is(.m4c-matgen) .rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}
.m4c-matgen .rounded-end-circle,
:is(.m4c-matgen) .rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}
.m4c-matgen .rounded-end-pill,
:is(.m4c-matgen) .rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}
.m4c-matgen .rounded-bottom,
:is(.m4c-matgen) .rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
.m4c-matgen .rounded-bottom-0,
:is(.m4c-matgen) .rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.m4c-matgen .rounded-bottom-1,
:is(.m4c-matgen) .rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}
.m4c-matgen .rounded-bottom-2,
:is(.m4c-matgen) .rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
.m4c-matgen .rounded-bottom-3,
:is(.m4c-matgen) .rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}
.m4c-matgen .rounded-bottom-4,
:is(.m4c-matgen) .rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}
.m4c-matgen .rounded-bottom-5,
:is(.m4c-matgen) .rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}
.m4c-matgen .rounded-bottom-circle,
:is(.m4c-matgen) .rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}
.m4c-matgen .rounded-bottom-pill,
:is(.m4c-matgen) .rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}
.m4c-matgen .rounded-start,
:is(.m4c-matgen) .rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
.m4c-matgen .rounded-start-0,
:is(.m4c-matgen) .rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.m4c-matgen .rounded-start-1,
:is(.m4c-matgen) .rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}
.m4c-matgen .rounded-start-2,
:is(.m4c-matgen) .rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
.m4c-matgen .rounded-start-3,
:is(.m4c-matgen) .rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}
.m4c-matgen .rounded-start-4,
:is(.m4c-matgen) .rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}
.m4c-matgen .rounded-start-5,
:is(.m4c-matgen) .rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}
.m4c-matgen .rounded-start-circle,
:is(.m4c-matgen) .rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}
.m4c-matgen .rounded-start-pill,
:is(.m4c-matgen) .rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}
.m4c-matgen .visible,
:is(.m4c-matgen) .visible {
  visibility: visible !important;
}
.m4c-matgen .invisible,
:is(.m4c-matgen) .invisible {
  visibility: hidden !important;
}
.m4c-matgen .z-n1,
:is(.m4c-matgen) .z-n1 {
  z-index: -1 !important;
}
.m4c-matgen .z-0,
:is(.m4c-matgen) .z-0 {
  z-index: 0 !important;
}
.m4c-matgen .z-1,
:is(.m4c-matgen) .z-1 {
  z-index: 1 !important;
}
.m4c-matgen .z-2,
:is(.m4c-matgen) .z-2 {
  z-index: 2 !important;
}
.m4c-matgen .z-3,
:is(.m4c-matgen) .z-3 {
  z-index: 3 !important;
}
@media (min-width: 576px) {
  .m4c-matgen .float-sm-start,
  :is(.m4c-matgen) .float-sm-start {
    float: left !important;
  }
  .m4c-matgen .float-sm-end,
  :is(.m4c-matgen) .float-sm-end {
    float: right !important;
  }
  .m4c-matgen .float-sm-none,
  :is(.m4c-matgen) .float-sm-none {
    float: none !important;
  }
  .m4c-matgen .object-fit-sm-contain,
  :is(.m4c-matgen) .object-fit-sm-contain {
    object-fit: contain !important;
  }
  .m4c-matgen .object-fit-sm-cover,
  :is(.m4c-matgen) .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .m4c-matgen .object-fit-sm-fill,
  :is(.m4c-matgen) .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .m4c-matgen .object-fit-sm-scale,
  :is(.m4c-matgen) .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .m4c-matgen .object-fit-sm-none,
  :is(.m4c-matgen) .object-fit-sm-none {
    object-fit: none !important;
  }
  .m4c-matgen .d-sm-inline,
  :is(.m4c-matgen) .d-sm-inline {
    display: inline !important;
  }
  .m4c-matgen .d-sm-inline-block,
  :is(.m4c-matgen) .d-sm-inline-block {
    display: inline-block !important;
  }
  .m4c-matgen .d-sm-block,
  :is(.m4c-matgen) .d-sm-block {
    display: block !important;
  }
  .m4c-matgen .d-sm-grid,
  :is(.m4c-matgen) .d-sm-grid {
    display: grid !important;
  }
  .m4c-matgen .d-sm-inline-grid,
  :is(.m4c-matgen) .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .m4c-matgen .d-sm-table,
  :is(.m4c-matgen) .d-sm-table {
    display: table !important;
  }
  .m4c-matgen .d-sm-table-row,
  :is(.m4c-matgen) .d-sm-table-row {
    display: table-row !important;
  }
  .m4c-matgen .d-sm-table-cell,
  :is(.m4c-matgen) .d-sm-table-cell {
    display: table-cell !important;
  }
  .m4c-matgen .d-sm-flex,
  :is(.m4c-matgen) .d-sm-flex {
    display: flex !important;
  }
  .m4c-matgen .d-sm-inline-flex,
  :is(.m4c-matgen) .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .m4c-matgen .d-sm-none,
  :is(.m4c-matgen) .d-sm-none {
    display: none !important;
  }
  .m4c-matgen .flex-sm-fill,
  :is(.m4c-matgen) .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .m4c-matgen .flex-sm-row,
  :is(.m4c-matgen) .flex-sm-row {
    flex-direction: row !important;
  }
  .m4c-matgen .flex-sm-column,
  :is(.m4c-matgen) .flex-sm-column {
    flex-direction: column !important;
  }
  .m4c-matgen .flex-sm-row-reverse,
  :is(.m4c-matgen) .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .m4c-matgen .flex-sm-column-reverse,
  :is(.m4c-matgen) .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .m4c-matgen .flex-sm-grow-0,
  :is(.m4c-matgen) .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .m4c-matgen .flex-sm-grow-1,
  :is(.m4c-matgen) .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .m4c-matgen .flex-sm-shrink-0,
  :is(.m4c-matgen) .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .m4c-matgen .flex-sm-shrink-1,
  :is(.m4c-matgen) .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .m4c-matgen .flex-sm-wrap,
  :is(.m4c-matgen) .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .m4c-matgen .flex-sm-nowrap,
  :is(.m4c-matgen) .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .m4c-matgen .flex-sm-wrap-reverse,
  :is(.m4c-matgen) .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .m4c-matgen .justify-content-sm-start,
  :is(.m4c-matgen) .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .m4c-matgen .justify-content-sm-end,
  :is(.m4c-matgen) .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .m4c-matgen .justify-content-sm-center,
  :is(.m4c-matgen) .justify-content-sm-center {
    justify-content: center !important;
  }
  .m4c-matgen .justify-content-sm-between,
  :is(.m4c-matgen) .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .m4c-matgen .justify-content-sm-around,
  :is(.m4c-matgen) .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .m4c-matgen .justify-content-sm-evenly,
  :is(.m4c-matgen) .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .m4c-matgen .align-items-sm-start,
  :is(.m4c-matgen) .align-items-sm-start {
    align-items: flex-start !important;
  }
  .m4c-matgen .align-items-sm-end,
  :is(.m4c-matgen) .align-items-sm-end {
    align-items: flex-end !important;
  }
  .m4c-matgen .align-items-sm-center,
  :is(.m4c-matgen) .align-items-sm-center {
    align-items: center !important;
  }
  .m4c-matgen .align-items-sm-baseline,
  :is(.m4c-matgen) .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .m4c-matgen .align-items-sm-stretch,
  :is(.m4c-matgen) .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .m4c-matgen .align-content-sm-start,
  :is(.m4c-matgen) .align-content-sm-start {
    align-content: flex-start !important;
  }
  .m4c-matgen .align-content-sm-end,
  :is(.m4c-matgen) .align-content-sm-end {
    align-content: flex-end !important;
  }
  .m4c-matgen .align-content-sm-center,
  :is(.m4c-matgen) .align-content-sm-center {
    align-content: center !important;
  }
  .m4c-matgen .align-content-sm-between,
  :is(.m4c-matgen) .align-content-sm-between {
    align-content: space-between !important;
  }
  .m4c-matgen .align-content-sm-around,
  :is(.m4c-matgen) .align-content-sm-around {
    align-content: space-around !important;
  }
  .m4c-matgen .align-content-sm-stretch,
  :is(.m4c-matgen) .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .m4c-matgen .align-self-sm-auto,
  :is(.m4c-matgen) .align-self-sm-auto {
    align-self: auto !important;
  }
  .m4c-matgen .align-self-sm-start,
  :is(.m4c-matgen) .align-self-sm-start {
    align-self: flex-start !important;
  }
  .m4c-matgen .align-self-sm-end,
  :is(.m4c-matgen) .align-self-sm-end {
    align-self: flex-end !important;
  }
  .m4c-matgen .align-self-sm-center,
  :is(.m4c-matgen) .align-self-sm-center {
    align-self: center !important;
  }
  .m4c-matgen .align-self-sm-baseline,
  :is(.m4c-matgen) .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .m4c-matgen .align-self-sm-stretch,
  :is(.m4c-matgen) .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .m4c-matgen .order-sm-first,
  :is(.m4c-matgen) .order-sm-first {
    order: -1 !important;
  }
  .m4c-matgen .order-sm-0,
  :is(.m4c-matgen) .order-sm-0 {
    order: 0 !important;
  }
  .m4c-matgen .order-sm-1,
  :is(.m4c-matgen) .order-sm-1 {
    order: 1 !important;
  }
  .m4c-matgen .order-sm-2,
  :is(.m4c-matgen) .order-sm-2 {
    order: 2 !important;
  }
  .m4c-matgen .order-sm-3,
  :is(.m4c-matgen) .order-sm-3 {
    order: 3 !important;
  }
  .m4c-matgen .order-sm-4,
  :is(.m4c-matgen) .order-sm-4 {
    order: 4 !important;
  }
  .m4c-matgen .order-sm-5,
  :is(.m4c-matgen) .order-sm-5 {
    order: 5 !important;
  }
  .m4c-matgen .order-sm-last,
  :is(.m4c-matgen) .order-sm-last {
    order: 6 !important;
  }
  .m4c-matgen .m-sm-0,
  :is(.m4c-matgen) .m-sm-0 {
    margin: 0 !important;
  }
  .m4c-matgen .m-sm-1,
  :is(.m4c-matgen) .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m4c-matgen .m-sm-2,
  :is(.m4c-matgen) .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m4c-matgen .m-sm-3,
  :is(.m4c-matgen) .m-sm-3 {
    margin: 1rem !important;
  }
  .m4c-matgen .m-sm-4,
  :is(.m4c-matgen) .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m4c-matgen .m-sm-5,
  :is(.m4c-matgen) .m-sm-5 {
    margin: 3rem !important;
  }
  .m4c-matgen .m-sm-auto,
  :is(.m4c-matgen) .m-sm-auto {
    margin: auto !important;
  }
  .m4c-matgen .mx-sm-0,
  :is(.m4c-matgen) .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .m4c-matgen .mx-sm-1,
  :is(.m4c-matgen) .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .m4c-matgen .mx-sm-2,
  :is(.m4c-matgen) .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .m4c-matgen .mx-sm-3,
  :is(.m4c-matgen) .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .m4c-matgen .mx-sm-4,
  :is(.m4c-matgen) .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .m4c-matgen .mx-sm-5,
  :is(.m4c-matgen) .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .m4c-matgen .mx-sm-auto,
  :is(.m4c-matgen) .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .m4c-matgen .my-sm-0,
  :is(.m4c-matgen) .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m4c-matgen .my-sm-1,
  :is(.m4c-matgen) .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m4c-matgen .my-sm-2,
  :is(.m4c-matgen) .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m4c-matgen .my-sm-3,
  :is(.m4c-matgen) .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m4c-matgen .my-sm-4,
  :is(.m4c-matgen) .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m4c-matgen .my-sm-5,
  :is(.m4c-matgen) .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .m4c-matgen .my-sm-auto,
  :is(.m4c-matgen) .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .m4c-matgen .mt-sm-0,
  :is(.m4c-matgen) .mt-sm-0 {
    margin-top: 0 !important;
  }
  .m4c-matgen .mt-sm-1,
  :is(.m4c-matgen) .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .m4c-matgen .mt-sm-2,
  :is(.m4c-matgen) .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .m4c-matgen .mt-sm-3,
  :is(.m4c-matgen) .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .m4c-matgen .mt-sm-4,
  :is(.m4c-matgen) .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .m4c-matgen .mt-sm-5,
  :is(.m4c-matgen) .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .m4c-matgen .mt-sm-auto,
  :is(.m4c-matgen) .mt-sm-auto {
    margin-top: auto !important;
  }
  .m4c-matgen .me-sm-0,
  :is(.m4c-matgen) .me-sm-0 {
    margin-right: 0 !important;
  }
  .m4c-matgen .me-sm-1,
  :is(.m4c-matgen) .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .m4c-matgen .me-sm-2,
  :is(.m4c-matgen) .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .m4c-matgen .me-sm-3,
  :is(.m4c-matgen) .me-sm-3 {
    margin-right: 1rem !important;
  }
  .m4c-matgen .me-sm-4,
  :is(.m4c-matgen) .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .m4c-matgen .me-sm-5,
  :is(.m4c-matgen) .me-sm-5 {
    margin-right: 3rem !important;
  }
  .m4c-matgen .me-sm-auto,
  :is(.m4c-matgen) .me-sm-auto {
    margin-right: auto !important;
  }
  .m4c-matgen .mb-sm-0,
  :is(.m4c-matgen) .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .m4c-matgen .mb-sm-1,
  :is(.m4c-matgen) .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .m4c-matgen .mb-sm-2,
  :is(.m4c-matgen) .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .m4c-matgen .mb-sm-3,
  :is(.m4c-matgen) .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .m4c-matgen .mb-sm-4,
  :is(.m4c-matgen) .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .m4c-matgen .mb-sm-5,
  :is(.m4c-matgen) .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .m4c-matgen .mb-sm-auto,
  :is(.m4c-matgen) .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .m4c-matgen .ms-sm-0,
  :is(.m4c-matgen) .ms-sm-0 {
    margin-left: 0 !important;
  }
  .m4c-matgen .ms-sm-1,
  :is(.m4c-matgen) .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m4c-matgen .ms-sm-2,
  :is(.m4c-matgen) .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m4c-matgen .ms-sm-3,
  :is(.m4c-matgen) .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .m4c-matgen .ms-sm-4,
  :is(.m4c-matgen) .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m4c-matgen .ms-sm-5,
  :is(.m4c-matgen) .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .m4c-matgen .ms-sm-auto,
  :is(.m4c-matgen) .ms-sm-auto {
    margin-left: auto !important;
  }
  .m4c-matgen .p-sm-0,
  :is(.m4c-matgen) .p-sm-0 {
    padding: 0 !important;
  }
  .m4c-matgen .p-sm-1,
  :is(.m4c-matgen) .p-sm-1 {
    padding: 0.25rem !important;
  }
  .m4c-matgen .p-sm-2,
  :is(.m4c-matgen) .p-sm-2 {
    padding: 0.5rem !important;
  }
  .m4c-matgen .p-sm-3,
  :is(.m4c-matgen) .p-sm-3 {
    padding: 1rem !important;
  }
  .m4c-matgen .p-sm-4,
  :is(.m4c-matgen) .p-sm-4 {
    padding: 1.5rem !important;
  }
  .m4c-matgen .p-sm-5,
  :is(.m4c-matgen) .p-sm-5 {
    padding: 3rem !important;
  }
  .m4c-matgen .px-sm-0,
  :is(.m4c-matgen) .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .m4c-matgen .px-sm-1,
  :is(.m4c-matgen) .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .m4c-matgen .px-sm-2,
  :is(.m4c-matgen) .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .m4c-matgen .px-sm-3,
  :is(.m4c-matgen) .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .m4c-matgen .px-sm-4,
  :is(.m4c-matgen) .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .m4c-matgen .px-sm-5,
  :is(.m4c-matgen) .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .m4c-matgen .py-sm-0,
  :is(.m4c-matgen) .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .m4c-matgen .py-sm-1,
  :is(.m4c-matgen) .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .m4c-matgen .py-sm-2,
  :is(.m4c-matgen) .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .m4c-matgen .py-sm-3,
  :is(.m4c-matgen) .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .m4c-matgen .py-sm-4,
  :is(.m4c-matgen) .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .m4c-matgen .py-sm-5,
  :is(.m4c-matgen) .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m4c-matgen .pt-sm-0,
  :is(.m4c-matgen) .pt-sm-0 {
    padding-top: 0 !important;
  }
  .m4c-matgen .pt-sm-1,
  :is(.m4c-matgen) .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .m4c-matgen .pt-sm-2,
  :is(.m4c-matgen) .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .m4c-matgen .pt-sm-3,
  :is(.m4c-matgen) .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .m4c-matgen .pt-sm-4,
  :is(.m4c-matgen) .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .m4c-matgen .pt-sm-5,
  :is(.m4c-matgen) .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .m4c-matgen .pe-sm-0,
  :is(.m4c-matgen) .pe-sm-0 {
    padding-right: 0 !important;
  }
  .m4c-matgen .pe-sm-1,
  :is(.m4c-matgen) .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .m4c-matgen .pe-sm-2,
  :is(.m4c-matgen) .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .m4c-matgen .pe-sm-3,
  :is(.m4c-matgen) .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .m4c-matgen .pe-sm-4,
  :is(.m4c-matgen) .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .m4c-matgen .pe-sm-5,
  :is(.m4c-matgen) .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .m4c-matgen .pb-sm-0,
  :is(.m4c-matgen) .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .m4c-matgen .pb-sm-1,
  :is(.m4c-matgen) .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .m4c-matgen .pb-sm-2,
  :is(.m4c-matgen) .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .m4c-matgen .pb-sm-3,
  :is(.m4c-matgen) .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .m4c-matgen .pb-sm-4,
  :is(.m4c-matgen) .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .m4c-matgen .pb-sm-5,
  :is(.m4c-matgen) .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .m4c-matgen .ps-sm-0,
  :is(.m4c-matgen) .ps-sm-0 {
    padding-left: 0 !important;
  }
  .m4c-matgen .ps-sm-1,
  :is(.m4c-matgen) .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .m4c-matgen .ps-sm-2,
  :is(.m4c-matgen) .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .m4c-matgen .ps-sm-3,
  :is(.m4c-matgen) .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .m4c-matgen .ps-sm-4,
  :is(.m4c-matgen) .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .m4c-matgen .ps-sm-5,
  :is(.m4c-matgen) .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .m4c-matgen .gap-sm-0,
  :is(.m4c-matgen) .gap-sm-0 {
    gap: 0 !important;
  }
  .m4c-matgen .gap-sm-1,
  :is(.m4c-matgen) .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .m4c-matgen .gap-sm-2,
  :is(.m4c-matgen) .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .m4c-matgen .gap-sm-3,
  :is(.m4c-matgen) .gap-sm-3 {
    gap: 1rem !important;
  }
  .m4c-matgen .gap-sm-4,
  :is(.m4c-matgen) .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .m4c-matgen .gap-sm-5,
  :is(.m4c-matgen) .gap-sm-5 {
    gap: 3rem !important;
  }
  .m4c-matgen .row-gap-sm-0,
  :is(.m4c-matgen) .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .m4c-matgen .row-gap-sm-1,
  :is(.m4c-matgen) .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .m4c-matgen .row-gap-sm-2,
  :is(.m4c-matgen) .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .m4c-matgen .row-gap-sm-3,
  :is(.m4c-matgen) .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .m4c-matgen .row-gap-sm-4,
  :is(.m4c-matgen) .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .m4c-matgen .row-gap-sm-5,
  :is(.m4c-matgen) .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .m4c-matgen .column-gap-sm-0,
  :is(.m4c-matgen) .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .m4c-matgen .column-gap-sm-1,
  :is(.m4c-matgen) .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  .m4c-matgen .column-gap-sm-2,
  :is(.m4c-matgen) .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  .m4c-matgen .column-gap-sm-3,
  :is(.m4c-matgen) .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  .m4c-matgen .column-gap-sm-4,
  :is(.m4c-matgen) .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  .m4c-matgen .column-gap-sm-5,
  :is(.m4c-matgen) .column-gap-sm-5 {
    column-gap: 3rem !important;
  }
  .m4c-matgen .text-sm-start,
  :is(.m4c-matgen) .text-sm-start {
    text-align: left !important;
  }
  .m4c-matgen .text-sm-end,
  :is(.m4c-matgen) .text-sm-end {
    text-align: right !important;
  }
  .m4c-matgen .text-sm-center,
  :is(.m4c-matgen) .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .m4c-matgen .float-md-start,
  :is(.m4c-matgen) .float-md-start {
    float: left !important;
  }
  .m4c-matgen .float-md-end,
  :is(.m4c-matgen) .float-md-end {
    float: right !important;
  }
  .m4c-matgen .float-md-none,
  :is(.m4c-matgen) .float-md-none {
    float: none !important;
  }
  .m4c-matgen .object-fit-md-contain,
  :is(.m4c-matgen) .object-fit-md-contain {
    object-fit: contain !important;
  }
  .m4c-matgen .object-fit-md-cover,
  :is(.m4c-matgen) .object-fit-md-cover {
    object-fit: cover !important;
  }
  .m4c-matgen .object-fit-md-fill,
  :is(.m4c-matgen) .object-fit-md-fill {
    object-fit: fill !important;
  }
  .m4c-matgen .object-fit-md-scale,
  :is(.m4c-matgen) .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .m4c-matgen .object-fit-md-none,
  :is(.m4c-matgen) .object-fit-md-none {
    object-fit: none !important;
  }
  .m4c-matgen .d-md-inline,
  :is(.m4c-matgen) .d-md-inline {
    display: inline !important;
  }
  .m4c-matgen .d-md-inline-block,
  :is(.m4c-matgen) .d-md-inline-block {
    display: inline-block !important;
  }
  .m4c-matgen .d-md-block,
  :is(.m4c-matgen) .d-md-block {
    display: block !important;
  }
  .m4c-matgen .d-md-grid,
  :is(.m4c-matgen) .d-md-grid {
    display: grid !important;
  }
  .m4c-matgen .d-md-inline-grid,
  :is(.m4c-matgen) .d-md-inline-grid {
    display: inline-grid !important;
  }
  .m4c-matgen .d-md-table,
  :is(.m4c-matgen) .d-md-table {
    display: table !important;
  }
  .m4c-matgen .d-md-table-row,
  :is(.m4c-matgen) .d-md-table-row {
    display: table-row !important;
  }
  .m4c-matgen .d-md-table-cell,
  :is(.m4c-matgen) .d-md-table-cell {
    display: table-cell !important;
  }
  .m4c-matgen .d-md-flex,
  :is(.m4c-matgen) .d-md-flex {
    display: flex !important;
  }
  .m4c-matgen .d-md-inline-flex,
  :is(.m4c-matgen) .d-md-inline-flex {
    display: inline-flex !important;
  }
  .m4c-matgen .d-md-none,
  :is(.m4c-matgen) .d-md-none {
    display: none !important;
  }
  .m4c-matgen .flex-md-fill,
  :is(.m4c-matgen) .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .m4c-matgen .flex-md-row,
  :is(.m4c-matgen) .flex-md-row {
    flex-direction: row !important;
  }
  .m4c-matgen .flex-md-column,
  :is(.m4c-matgen) .flex-md-column {
    flex-direction: column !important;
  }
  .m4c-matgen .flex-md-row-reverse,
  :is(.m4c-matgen) .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .m4c-matgen .flex-md-column-reverse,
  :is(.m4c-matgen) .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .m4c-matgen .flex-md-grow-0,
  :is(.m4c-matgen) .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .m4c-matgen .flex-md-grow-1,
  :is(.m4c-matgen) .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .m4c-matgen .flex-md-shrink-0,
  :is(.m4c-matgen) .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .m4c-matgen .flex-md-shrink-1,
  :is(.m4c-matgen) .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .m4c-matgen .flex-md-wrap,
  :is(.m4c-matgen) .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .m4c-matgen .flex-md-nowrap,
  :is(.m4c-matgen) .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .m4c-matgen .flex-md-wrap-reverse,
  :is(.m4c-matgen) .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .m4c-matgen .justify-content-md-start,
  :is(.m4c-matgen) .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .m4c-matgen .justify-content-md-end,
  :is(.m4c-matgen) .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .m4c-matgen .justify-content-md-center,
  :is(.m4c-matgen) .justify-content-md-center {
    justify-content: center !important;
  }
  .m4c-matgen .justify-content-md-between,
  :is(.m4c-matgen) .justify-content-md-between {
    justify-content: space-between !important;
  }
  .m4c-matgen .justify-content-md-around,
  :is(.m4c-matgen) .justify-content-md-around {
    justify-content: space-around !important;
  }
  .m4c-matgen .justify-content-md-evenly,
  :is(.m4c-matgen) .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .m4c-matgen .align-items-md-start,
  :is(.m4c-matgen) .align-items-md-start {
    align-items: flex-start !important;
  }
  .m4c-matgen .align-items-md-end,
  :is(.m4c-matgen) .align-items-md-end {
    align-items: flex-end !important;
  }
  .m4c-matgen .align-items-md-center,
  :is(.m4c-matgen) .align-items-md-center {
    align-items: center !important;
  }
  .m4c-matgen .align-items-md-baseline,
  :is(.m4c-matgen) .align-items-md-baseline {
    align-items: baseline !important;
  }
  .m4c-matgen .align-items-md-stretch,
  :is(.m4c-matgen) .align-items-md-stretch {
    align-items: stretch !important;
  }
  .m4c-matgen .align-content-md-start,
  :is(.m4c-matgen) .align-content-md-start {
    align-content: flex-start !important;
  }
  .m4c-matgen .align-content-md-end,
  :is(.m4c-matgen) .align-content-md-end {
    align-content: flex-end !important;
  }
  .m4c-matgen .align-content-md-center,
  :is(.m4c-matgen) .align-content-md-center {
    align-content: center !important;
  }
  .m4c-matgen .align-content-md-between,
  :is(.m4c-matgen) .align-content-md-between {
    align-content: space-between !important;
  }
  .m4c-matgen .align-content-md-around,
  :is(.m4c-matgen) .align-content-md-around {
    align-content: space-around !important;
  }
  .m4c-matgen .align-content-md-stretch,
  :is(.m4c-matgen) .align-content-md-stretch {
    align-content: stretch !important;
  }
  .m4c-matgen .align-self-md-auto,
  :is(.m4c-matgen) .align-self-md-auto {
    align-self: auto !important;
  }
  .m4c-matgen .align-self-md-start,
  :is(.m4c-matgen) .align-self-md-start {
    align-self: flex-start !important;
  }
  .m4c-matgen .align-self-md-end,
  :is(.m4c-matgen) .align-self-md-end {
    align-self: flex-end !important;
  }
  .m4c-matgen .align-self-md-center,
  :is(.m4c-matgen) .align-self-md-center {
    align-self: center !important;
  }
  .m4c-matgen .align-self-md-baseline,
  :is(.m4c-matgen) .align-self-md-baseline {
    align-self: baseline !important;
  }
  .m4c-matgen .align-self-md-stretch,
  :is(.m4c-matgen) .align-self-md-stretch {
    align-self: stretch !important;
  }
  .m4c-matgen .order-md-first,
  :is(.m4c-matgen) .order-md-first {
    order: -1 !important;
  }
  .m4c-matgen .order-md-0,
  :is(.m4c-matgen) .order-md-0 {
    order: 0 !important;
  }
  .m4c-matgen .order-md-1,
  :is(.m4c-matgen) .order-md-1 {
    order: 1 !important;
  }
  .m4c-matgen .order-md-2,
  :is(.m4c-matgen) .order-md-2 {
    order: 2 !important;
  }
  .m4c-matgen .order-md-3,
  :is(.m4c-matgen) .order-md-3 {
    order: 3 !important;
  }
  .m4c-matgen .order-md-4,
  :is(.m4c-matgen) .order-md-4 {
    order: 4 !important;
  }
  .m4c-matgen .order-md-5,
  :is(.m4c-matgen) .order-md-5 {
    order: 5 !important;
  }
  .m4c-matgen .order-md-last,
  :is(.m4c-matgen) .order-md-last {
    order: 6 !important;
  }
  .m4c-matgen .m-md-0,
  :is(.m4c-matgen) .m-md-0 {
    margin: 0 !important;
  }
  .m4c-matgen .m-md-1,
  :is(.m4c-matgen) .m-md-1 {
    margin: 0.25rem !important;
  }
  .m4c-matgen .m-md-2,
  :is(.m4c-matgen) .m-md-2 {
    margin: 0.5rem !important;
  }
  .m4c-matgen .m-md-3,
  :is(.m4c-matgen) .m-md-3 {
    margin: 1rem !important;
  }
  .m4c-matgen .m-md-4,
  :is(.m4c-matgen) .m-md-4 {
    margin: 1.5rem !important;
  }
  .m4c-matgen .m-md-5,
  :is(.m4c-matgen) .m-md-5 {
    margin: 3rem !important;
  }
  .m4c-matgen .m-md-auto,
  :is(.m4c-matgen) .m-md-auto {
    margin: auto !important;
  }
  .m4c-matgen .mx-md-0,
  :is(.m4c-matgen) .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .m4c-matgen .mx-md-1,
  :is(.m4c-matgen) .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .m4c-matgen .mx-md-2,
  :is(.m4c-matgen) .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .m4c-matgen .mx-md-3,
  :is(.m4c-matgen) .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .m4c-matgen .mx-md-4,
  :is(.m4c-matgen) .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .m4c-matgen .mx-md-5,
  :is(.m4c-matgen) .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .m4c-matgen .mx-md-auto,
  :is(.m4c-matgen) .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .m4c-matgen .my-md-0,
  :is(.m4c-matgen) .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m4c-matgen .my-md-1,
  :is(.m4c-matgen) .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m4c-matgen .my-md-2,
  :is(.m4c-matgen) .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m4c-matgen .my-md-3,
  :is(.m4c-matgen) .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m4c-matgen .my-md-4,
  :is(.m4c-matgen) .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m4c-matgen .my-md-5,
  :is(.m4c-matgen) .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .m4c-matgen .my-md-auto,
  :is(.m4c-matgen) .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .m4c-matgen .mt-md-0,
  :is(.m4c-matgen) .mt-md-0 {
    margin-top: 0 !important;
  }
  .m4c-matgen .mt-md-1,
  :is(.m4c-matgen) .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .m4c-matgen .mt-md-2,
  :is(.m4c-matgen) .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .m4c-matgen .mt-md-3,
  :is(.m4c-matgen) .mt-md-3 {
    margin-top: 1rem !important;
  }
  .m4c-matgen .mt-md-4,
  :is(.m4c-matgen) .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .m4c-matgen .mt-md-5,
  :is(.m4c-matgen) .mt-md-5 {
    margin-top: 3rem !important;
  }
  .m4c-matgen .mt-md-auto,
  :is(.m4c-matgen) .mt-md-auto {
    margin-top: auto !important;
  }
  .m4c-matgen .me-md-0,
  :is(.m4c-matgen) .me-md-0 {
    margin-right: 0 !important;
  }
  .m4c-matgen .me-md-1,
  :is(.m4c-matgen) .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .m4c-matgen .me-md-2,
  :is(.m4c-matgen) .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .m4c-matgen .me-md-3,
  :is(.m4c-matgen) .me-md-3 {
    margin-right: 1rem !important;
  }
  .m4c-matgen .me-md-4,
  :is(.m4c-matgen) .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .m4c-matgen .me-md-5,
  :is(.m4c-matgen) .me-md-5 {
    margin-right: 3rem !important;
  }
  .m4c-matgen .me-md-auto,
  :is(.m4c-matgen) .me-md-auto {
    margin-right: auto !important;
  }
  .m4c-matgen .mb-md-0,
  :is(.m4c-matgen) .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .m4c-matgen .mb-md-1,
  :is(.m4c-matgen) .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .m4c-matgen .mb-md-2,
  :is(.m4c-matgen) .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .m4c-matgen .mb-md-3,
  :is(.m4c-matgen) .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .m4c-matgen .mb-md-4,
  :is(.m4c-matgen) .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .m4c-matgen .mb-md-5,
  :is(.m4c-matgen) .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .m4c-matgen .mb-md-auto,
  :is(.m4c-matgen) .mb-md-auto {
    margin-bottom: auto !important;
  }
  .m4c-matgen .ms-md-0,
  :is(.m4c-matgen) .ms-md-0 {
    margin-left: 0 !important;
  }
  .m4c-matgen .ms-md-1,
  :is(.m4c-matgen) .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .m4c-matgen .ms-md-2,
  :is(.m4c-matgen) .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .m4c-matgen .ms-md-3,
  :is(.m4c-matgen) .ms-md-3 {
    margin-left: 1rem !important;
  }
  .m4c-matgen .ms-md-4,
  :is(.m4c-matgen) .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .m4c-matgen .ms-md-5,
  :is(.m4c-matgen) .ms-md-5 {
    margin-left: 3rem !important;
  }
  .m4c-matgen .ms-md-auto,
  :is(.m4c-matgen) .ms-md-auto {
    margin-left: auto !important;
  }
  .m4c-matgen .p-md-0,
  :is(.m4c-matgen) .p-md-0 {
    padding: 0 !important;
  }
  .m4c-matgen .p-md-1,
  :is(.m4c-matgen) .p-md-1 {
    padding: 0.25rem !important;
  }
  .m4c-matgen .p-md-2,
  :is(.m4c-matgen) .p-md-2 {
    padding: 0.5rem !important;
  }
  .m4c-matgen .p-md-3,
  :is(.m4c-matgen) .p-md-3 {
    padding: 1rem !important;
  }
  .m4c-matgen .p-md-4,
  :is(.m4c-matgen) .p-md-4 {
    padding: 1.5rem !important;
  }
  .m4c-matgen .p-md-5,
  :is(.m4c-matgen) .p-md-5 {
    padding: 3rem !important;
  }
  .m4c-matgen .px-md-0,
  :is(.m4c-matgen) .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .m4c-matgen .px-md-1,
  :is(.m4c-matgen) .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .m4c-matgen .px-md-2,
  :is(.m4c-matgen) .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .m4c-matgen .px-md-3,
  :is(.m4c-matgen) .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .m4c-matgen .px-md-4,
  :is(.m4c-matgen) .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .m4c-matgen .px-md-5,
  :is(.m4c-matgen) .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .m4c-matgen .py-md-0,
  :is(.m4c-matgen) .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .m4c-matgen .py-md-1,
  :is(.m4c-matgen) .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .m4c-matgen .py-md-2,
  :is(.m4c-matgen) .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .m4c-matgen .py-md-3,
  :is(.m4c-matgen) .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .m4c-matgen .py-md-4,
  :is(.m4c-matgen) .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .m4c-matgen .py-md-5,
  :is(.m4c-matgen) .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m4c-matgen .pt-md-0,
  :is(.m4c-matgen) .pt-md-0 {
    padding-top: 0 !important;
  }
  .m4c-matgen .pt-md-1,
  :is(.m4c-matgen) .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .m4c-matgen .pt-md-2,
  :is(.m4c-matgen) .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .m4c-matgen .pt-md-3,
  :is(.m4c-matgen) .pt-md-3 {
    padding-top: 1rem !important;
  }
  .m4c-matgen .pt-md-4,
  :is(.m4c-matgen) .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .m4c-matgen .pt-md-5,
  :is(.m4c-matgen) .pt-md-5 {
    padding-top: 3rem !important;
  }
  .m4c-matgen .pe-md-0,
  :is(.m4c-matgen) .pe-md-0 {
    padding-right: 0 !important;
  }
  .m4c-matgen .pe-md-1,
  :is(.m4c-matgen) .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .m4c-matgen .pe-md-2,
  :is(.m4c-matgen) .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .m4c-matgen .pe-md-3,
  :is(.m4c-matgen) .pe-md-3 {
    padding-right: 1rem !important;
  }
  .m4c-matgen .pe-md-4,
  :is(.m4c-matgen) .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .m4c-matgen .pe-md-5,
  :is(.m4c-matgen) .pe-md-5 {
    padding-right: 3rem !important;
  }
  .m4c-matgen .pb-md-0,
  :is(.m4c-matgen) .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .m4c-matgen .pb-md-1,
  :is(.m4c-matgen) .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .m4c-matgen .pb-md-2,
  :is(.m4c-matgen) .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .m4c-matgen .pb-md-3,
  :is(.m4c-matgen) .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .m4c-matgen .pb-md-4,
  :is(.m4c-matgen) .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .m4c-matgen .pb-md-5,
  :is(.m4c-matgen) .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .m4c-matgen .ps-md-0,
  :is(.m4c-matgen) .ps-md-0 {
    padding-left: 0 !important;
  }
  .m4c-matgen .ps-md-1,
  :is(.m4c-matgen) .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .m4c-matgen .ps-md-2,
  :is(.m4c-matgen) .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .m4c-matgen .ps-md-3,
  :is(.m4c-matgen) .ps-md-3 {
    padding-left: 1rem !important;
  }
  .m4c-matgen .ps-md-4,
  :is(.m4c-matgen) .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .m4c-matgen .ps-md-5,
  :is(.m4c-matgen) .ps-md-5 {
    padding-left: 3rem !important;
  }
  .m4c-matgen .gap-md-0,
  :is(.m4c-matgen) .gap-md-0 {
    gap: 0 !important;
  }
  .m4c-matgen .gap-md-1,
  :is(.m4c-matgen) .gap-md-1 {
    gap: 0.25rem !important;
  }
  .m4c-matgen .gap-md-2,
  :is(.m4c-matgen) .gap-md-2 {
    gap: 0.5rem !important;
  }
  .m4c-matgen .gap-md-3,
  :is(.m4c-matgen) .gap-md-3 {
    gap: 1rem !important;
  }
  .m4c-matgen .gap-md-4,
  :is(.m4c-matgen) .gap-md-4 {
    gap: 1.5rem !important;
  }
  .m4c-matgen .gap-md-5,
  :is(.m4c-matgen) .gap-md-5 {
    gap: 3rem !important;
  }
  .m4c-matgen .row-gap-md-0,
  :is(.m4c-matgen) .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .m4c-matgen .row-gap-md-1,
  :is(.m4c-matgen) .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .m4c-matgen .row-gap-md-2,
  :is(.m4c-matgen) .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .m4c-matgen .row-gap-md-3,
  :is(.m4c-matgen) .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .m4c-matgen .row-gap-md-4,
  :is(.m4c-matgen) .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .m4c-matgen .row-gap-md-5,
  :is(.m4c-matgen) .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .m4c-matgen .column-gap-md-0,
  :is(.m4c-matgen) .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .m4c-matgen .column-gap-md-1,
  :is(.m4c-matgen) .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  .m4c-matgen .column-gap-md-2,
  :is(.m4c-matgen) .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  .m4c-matgen .column-gap-md-3,
  :is(.m4c-matgen) .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  .m4c-matgen .column-gap-md-4,
  :is(.m4c-matgen) .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  .m4c-matgen .column-gap-md-5,
  :is(.m4c-matgen) .column-gap-md-5 {
    column-gap: 3rem !important;
  }
  .m4c-matgen .text-md-start,
  :is(.m4c-matgen) .text-md-start {
    text-align: left !important;
  }
  .m4c-matgen .text-md-end,
  :is(.m4c-matgen) .text-md-end {
    text-align: right !important;
  }
  .m4c-matgen .text-md-center,
  :is(.m4c-matgen) .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .m4c-matgen .float-lg-start,
  :is(.m4c-matgen) .float-lg-start {
    float: left !important;
  }
  .m4c-matgen .float-lg-end,
  :is(.m4c-matgen) .float-lg-end {
    float: right !important;
  }
  .m4c-matgen .float-lg-none,
  :is(.m4c-matgen) .float-lg-none {
    float: none !important;
  }
  .m4c-matgen .object-fit-lg-contain,
  :is(.m4c-matgen) .object-fit-lg-contain {
    object-fit: contain !important;
  }
  .m4c-matgen .object-fit-lg-cover,
  :is(.m4c-matgen) .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .m4c-matgen .object-fit-lg-fill,
  :is(.m4c-matgen) .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .m4c-matgen .object-fit-lg-scale,
  :is(.m4c-matgen) .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .m4c-matgen .object-fit-lg-none,
  :is(.m4c-matgen) .object-fit-lg-none {
    object-fit: none !important;
  }
  .m4c-matgen .d-lg-inline,
  :is(.m4c-matgen) .d-lg-inline {
    display: inline !important;
  }
  .m4c-matgen .d-lg-inline-block,
  :is(.m4c-matgen) .d-lg-inline-block {
    display: inline-block !important;
  }
  .m4c-matgen .d-lg-block,
  :is(.m4c-matgen) .d-lg-block {
    display: block !important;
  }
  .m4c-matgen .d-lg-grid,
  :is(.m4c-matgen) .d-lg-grid {
    display: grid !important;
  }
  .m4c-matgen .d-lg-inline-grid,
  :is(.m4c-matgen) .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .m4c-matgen .d-lg-table,
  :is(.m4c-matgen) .d-lg-table {
    display: table !important;
  }
  .m4c-matgen .d-lg-table-row,
  :is(.m4c-matgen) .d-lg-table-row {
    display: table-row !important;
  }
  .m4c-matgen .d-lg-table-cell,
  :is(.m4c-matgen) .d-lg-table-cell {
    display: table-cell !important;
  }
  .m4c-matgen .d-lg-flex,
  :is(.m4c-matgen) .d-lg-flex {
    display: flex !important;
  }
  .m4c-matgen .d-lg-inline-flex,
  :is(.m4c-matgen) .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .m4c-matgen .d-lg-none,
  :is(.m4c-matgen) .d-lg-none {
    display: none !important;
  }
  .m4c-matgen .flex-lg-fill,
  :is(.m4c-matgen) .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .m4c-matgen .flex-lg-row,
  :is(.m4c-matgen) .flex-lg-row {
    flex-direction: row !important;
  }
  .m4c-matgen .flex-lg-column,
  :is(.m4c-matgen) .flex-lg-column {
    flex-direction: column !important;
  }
  .m4c-matgen .flex-lg-row-reverse,
  :is(.m4c-matgen) .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .m4c-matgen .flex-lg-column-reverse,
  :is(.m4c-matgen) .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .m4c-matgen .flex-lg-grow-0,
  :is(.m4c-matgen) .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .m4c-matgen .flex-lg-grow-1,
  :is(.m4c-matgen) .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .m4c-matgen .flex-lg-shrink-0,
  :is(.m4c-matgen) .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .m4c-matgen .flex-lg-shrink-1,
  :is(.m4c-matgen) .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .m4c-matgen .flex-lg-wrap,
  :is(.m4c-matgen) .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .m4c-matgen .flex-lg-nowrap,
  :is(.m4c-matgen) .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .m4c-matgen .flex-lg-wrap-reverse,
  :is(.m4c-matgen) .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .m4c-matgen .justify-content-lg-start,
  :is(.m4c-matgen) .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .m4c-matgen .justify-content-lg-end,
  :is(.m4c-matgen) .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .m4c-matgen .justify-content-lg-center,
  :is(.m4c-matgen) .justify-content-lg-center {
    justify-content: center !important;
  }
  .m4c-matgen .justify-content-lg-between,
  :is(.m4c-matgen) .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .m4c-matgen .justify-content-lg-around,
  :is(.m4c-matgen) .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .m4c-matgen .justify-content-lg-evenly,
  :is(.m4c-matgen) .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .m4c-matgen .align-items-lg-start,
  :is(.m4c-matgen) .align-items-lg-start {
    align-items: flex-start !important;
  }
  .m4c-matgen .align-items-lg-end,
  :is(.m4c-matgen) .align-items-lg-end {
    align-items: flex-end !important;
  }
  .m4c-matgen .align-items-lg-center,
  :is(.m4c-matgen) .align-items-lg-center {
    align-items: center !important;
  }
  .m4c-matgen .align-items-lg-baseline,
  :is(.m4c-matgen) .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .m4c-matgen .align-items-lg-stretch,
  :is(.m4c-matgen) .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .m4c-matgen .align-content-lg-start,
  :is(.m4c-matgen) .align-content-lg-start {
    align-content: flex-start !important;
  }
  .m4c-matgen .align-content-lg-end,
  :is(.m4c-matgen) .align-content-lg-end {
    align-content: flex-end !important;
  }
  .m4c-matgen .align-content-lg-center,
  :is(.m4c-matgen) .align-content-lg-center {
    align-content: center !important;
  }
  .m4c-matgen .align-content-lg-between,
  :is(.m4c-matgen) .align-content-lg-between {
    align-content: space-between !important;
  }
  .m4c-matgen .align-content-lg-around,
  :is(.m4c-matgen) .align-content-lg-around {
    align-content: space-around !important;
  }
  .m4c-matgen .align-content-lg-stretch,
  :is(.m4c-matgen) .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .m4c-matgen .align-self-lg-auto,
  :is(.m4c-matgen) .align-self-lg-auto {
    align-self: auto !important;
  }
  .m4c-matgen .align-self-lg-start,
  :is(.m4c-matgen) .align-self-lg-start {
    align-self: flex-start !important;
  }
  .m4c-matgen .align-self-lg-end,
  :is(.m4c-matgen) .align-self-lg-end {
    align-self: flex-end !important;
  }
  .m4c-matgen .align-self-lg-center,
  :is(.m4c-matgen) .align-self-lg-center {
    align-self: center !important;
  }
  .m4c-matgen .align-self-lg-baseline,
  :is(.m4c-matgen) .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .m4c-matgen .align-self-lg-stretch,
  :is(.m4c-matgen) .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .m4c-matgen .order-lg-first,
  :is(.m4c-matgen) .order-lg-first {
    order: -1 !important;
  }
  .m4c-matgen .order-lg-0,
  :is(.m4c-matgen) .order-lg-0 {
    order: 0 !important;
  }
  .m4c-matgen .order-lg-1,
  :is(.m4c-matgen) .order-lg-1 {
    order: 1 !important;
  }
  .m4c-matgen .order-lg-2,
  :is(.m4c-matgen) .order-lg-2 {
    order: 2 !important;
  }
  .m4c-matgen .order-lg-3,
  :is(.m4c-matgen) .order-lg-3 {
    order: 3 !important;
  }
  .m4c-matgen .order-lg-4,
  :is(.m4c-matgen) .order-lg-4 {
    order: 4 !important;
  }
  .m4c-matgen .order-lg-5,
  :is(.m4c-matgen) .order-lg-5 {
    order: 5 !important;
  }
  .m4c-matgen .order-lg-last,
  :is(.m4c-matgen) .order-lg-last {
    order: 6 !important;
  }
  .m4c-matgen .m-lg-0,
  :is(.m4c-matgen) .m-lg-0 {
    margin: 0 !important;
  }
  .m4c-matgen .m-lg-1,
  :is(.m4c-matgen) .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m4c-matgen .m-lg-2,
  :is(.m4c-matgen) .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m4c-matgen .m-lg-3,
  :is(.m4c-matgen) .m-lg-3 {
    margin: 1rem !important;
  }
  .m4c-matgen .m-lg-4,
  :is(.m4c-matgen) .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m4c-matgen .m-lg-5,
  :is(.m4c-matgen) .m-lg-5 {
    margin: 3rem !important;
  }
  .m4c-matgen .m-lg-auto,
  :is(.m4c-matgen) .m-lg-auto {
    margin: auto !important;
  }
  .m4c-matgen .mx-lg-0,
  :is(.m4c-matgen) .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .m4c-matgen .mx-lg-1,
  :is(.m4c-matgen) .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .m4c-matgen .mx-lg-2,
  :is(.m4c-matgen) .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .m4c-matgen .mx-lg-3,
  :is(.m4c-matgen) .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .m4c-matgen .mx-lg-4,
  :is(.m4c-matgen) .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .m4c-matgen .mx-lg-5,
  :is(.m4c-matgen) .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .m4c-matgen .mx-lg-auto,
  :is(.m4c-matgen) .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .m4c-matgen .my-lg-0,
  :is(.m4c-matgen) .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m4c-matgen .my-lg-1,
  :is(.m4c-matgen) .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m4c-matgen .my-lg-2,
  :is(.m4c-matgen) .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m4c-matgen .my-lg-3,
  :is(.m4c-matgen) .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m4c-matgen .my-lg-4,
  :is(.m4c-matgen) .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m4c-matgen .my-lg-5,
  :is(.m4c-matgen) .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .m4c-matgen .my-lg-auto,
  :is(.m4c-matgen) .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .m4c-matgen .mt-lg-0,
  :is(.m4c-matgen) .mt-lg-0 {
    margin-top: 0 !important;
  }
  .m4c-matgen .mt-lg-1,
  :is(.m4c-matgen) .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .m4c-matgen .mt-lg-2,
  :is(.m4c-matgen) .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .m4c-matgen .mt-lg-3,
  :is(.m4c-matgen) .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .m4c-matgen .mt-lg-4,
  :is(.m4c-matgen) .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .m4c-matgen .mt-lg-5,
  :is(.m4c-matgen) .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .m4c-matgen .mt-lg-auto,
  :is(.m4c-matgen) .mt-lg-auto {
    margin-top: auto !important;
  }
  .m4c-matgen .me-lg-0,
  :is(.m4c-matgen) .me-lg-0 {
    margin-right: 0 !important;
  }
  .m4c-matgen .me-lg-1,
  :is(.m4c-matgen) .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .m4c-matgen .me-lg-2,
  :is(.m4c-matgen) .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .m4c-matgen .me-lg-3,
  :is(.m4c-matgen) .me-lg-3 {
    margin-right: 1rem !important;
  }
  .m4c-matgen .me-lg-4,
  :is(.m4c-matgen) .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .m4c-matgen .me-lg-5,
  :is(.m4c-matgen) .me-lg-5 {
    margin-right: 3rem !important;
  }
  .m4c-matgen .me-lg-auto,
  :is(.m4c-matgen) .me-lg-auto {
    margin-right: auto !important;
  }
  .m4c-matgen .mb-lg-0,
  :is(.m4c-matgen) .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .m4c-matgen .mb-lg-1,
  :is(.m4c-matgen) .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .m4c-matgen .mb-lg-2,
  :is(.m4c-matgen) .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .m4c-matgen .mb-lg-3,
  :is(.m4c-matgen) .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .m4c-matgen .mb-lg-4,
  :is(.m4c-matgen) .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .m4c-matgen .mb-lg-5,
  :is(.m4c-matgen) .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .m4c-matgen .mb-lg-auto,
  :is(.m4c-matgen) .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .m4c-matgen .ms-lg-0,
  :is(.m4c-matgen) .ms-lg-0 {
    margin-left: 0 !important;
  }
  .m4c-matgen .ms-lg-1,
  :is(.m4c-matgen) .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m4c-matgen .ms-lg-2,
  :is(.m4c-matgen) .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m4c-matgen .ms-lg-3,
  :is(.m4c-matgen) .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .m4c-matgen .ms-lg-4,
  :is(.m4c-matgen) .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m4c-matgen .ms-lg-5,
  :is(.m4c-matgen) .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .m4c-matgen .ms-lg-auto,
  :is(.m4c-matgen) .ms-lg-auto {
    margin-left: auto !important;
  }
  .m4c-matgen .p-lg-0,
  :is(.m4c-matgen) .p-lg-0 {
    padding: 0 !important;
  }
  .m4c-matgen .p-lg-1,
  :is(.m4c-matgen) .p-lg-1 {
    padding: 0.25rem !important;
  }
  .m4c-matgen .p-lg-2,
  :is(.m4c-matgen) .p-lg-2 {
    padding: 0.5rem !important;
  }
  .m4c-matgen .p-lg-3,
  :is(.m4c-matgen) .p-lg-3 {
    padding: 1rem !important;
  }
  .m4c-matgen .p-lg-4,
  :is(.m4c-matgen) .p-lg-4 {
    padding: 1.5rem !important;
  }
  .m4c-matgen .p-lg-5,
  :is(.m4c-matgen) .p-lg-5 {
    padding: 3rem !important;
  }
  .m4c-matgen .px-lg-0,
  :is(.m4c-matgen) .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .m4c-matgen .px-lg-1,
  :is(.m4c-matgen) .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .m4c-matgen .px-lg-2,
  :is(.m4c-matgen) .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .m4c-matgen .px-lg-3,
  :is(.m4c-matgen) .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .m4c-matgen .px-lg-4,
  :is(.m4c-matgen) .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .m4c-matgen .px-lg-5,
  :is(.m4c-matgen) .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .m4c-matgen .py-lg-0,
  :is(.m4c-matgen) .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .m4c-matgen .py-lg-1,
  :is(.m4c-matgen) .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .m4c-matgen .py-lg-2,
  :is(.m4c-matgen) .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .m4c-matgen .py-lg-3,
  :is(.m4c-matgen) .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .m4c-matgen .py-lg-4,
  :is(.m4c-matgen) .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .m4c-matgen .py-lg-5,
  :is(.m4c-matgen) .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m4c-matgen .pt-lg-0,
  :is(.m4c-matgen) .pt-lg-0 {
    padding-top: 0 !important;
  }
  .m4c-matgen .pt-lg-1,
  :is(.m4c-matgen) .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .m4c-matgen .pt-lg-2,
  :is(.m4c-matgen) .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .m4c-matgen .pt-lg-3,
  :is(.m4c-matgen) .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .m4c-matgen .pt-lg-4,
  :is(.m4c-matgen) .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .m4c-matgen .pt-lg-5,
  :is(.m4c-matgen) .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .m4c-matgen .pe-lg-0,
  :is(.m4c-matgen) .pe-lg-0 {
    padding-right: 0 !important;
  }
  .m4c-matgen .pe-lg-1,
  :is(.m4c-matgen) .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .m4c-matgen .pe-lg-2,
  :is(.m4c-matgen) .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .m4c-matgen .pe-lg-3,
  :is(.m4c-matgen) .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .m4c-matgen .pe-lg-4,
  :is(.m4c-matgen) .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .m4c-matgen .pe-lg-5,
  :is(.m4c-matgen) .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .m4c-matgen .pb-lg-0,
  :is(.m4c-matgen) .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .m4c-matgen .pb-lg-1,
  :is(.m4c-matgen) .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .m4c-matgen .pb-lg-2,
  :is(.m4c-matgen) .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .m4c-matgen .pb-lg-3,
  :is(.m4c-matgen) .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .m4c-matgen .pb-lg-4,
  :is(.m4c-matgen) .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .m4c-matgen .pb-lg-5,
  :is(.m4c-matgen) .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .m4c-matgen .ps-lg-0,
  :is(.m4c-matgen) .ps-lg-0 {
    padding-left: 0 !important;
  }
  .m4c-matgen .ps-lg-1,
  :is(.m4c-matgen) .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .m4c-matgen .ps-lg-2,
  :is(.m4c-matgen) .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .m4c-matgen .ps-lg-3,
  :is(.m4c-matgen) .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .m4c-matgen .ps-lg-4,
  :is(.m4c-matgen) .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .m4c-matgen .ps-lg-5,
  :is(.m4c-matgen) .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .m4c-matgen .gap-lg-0,
  :is(.m4c-matgen) .gap-lg-0 {
    gap: 0 !important;
  }
  .m4c-matgen .gap-lg-1,
  :is(.m4c-matgen) .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .m4c-matgen .gap-lg-2,
  :is(.m4c-matgen) .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .m4c-matgen .gap-lg-3,
  :is(.m4c-matgen) .gap-lg-3 {
    gap: 1rem !important;
  }
  .m4c-matgen .gap-lg-4,
  :is(.m4c-matgen) .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .m4c-matgen .gap-lg-5,
  :is(.m4c-matgen) .gap-lg-5 {
    gap: 3rem !important;
  }
  .m4c-matgen .row-gap-lg-0,
  :is(.m4c-matgen) .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .m4c-matgen .row-gap-lg-1,
  :is(.m4c-matgen) .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .m4c-matgen .row-gap-lg-2,
  :is(.m4c-matgen) .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .m4c-matgen .row-gap-lg-3,
  :is(.m4c-matgen) .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .m4c-matgen .row-gap-lg-4,
  :is(.m4c-matgen) .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .m4c-matgen .row-gap-lg-5,
  :is(.m4c-matgen) .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .m4c-matgen .column-gap-lg-0,
  :is(.m4c-matgen) .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .m4c-matgen .column-gap-lg-1,
  :is(.m4c-matgen) .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  .m4c-matgen .column-gap-lg-2,
  :is(.m4c-matgen) .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  .m4c-matgen .column-gap-lg-3,
  :is(.m4c-matgen) .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  .m4c-matgen .column-gap-lg-4,
  :is(.m4c-matgen) .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  .m4c-matgen .column-gap-lg-5,
  :is(.m4c-matgen) .column-gap-lg-5 {
    column-gap: 3rem !important;
  }
  .m4c-matgen .text-lg-start,
  :is(.m4c-matgen) .text-lg-start {
    text-align: left !important;
  }
  .m4c-matgen .text-lg-end,
  :is(.m4c-matgen) .text-lg-end {
    text-align: right !important;
  }
  .m4c-matgen .text-lg-center,
  :is(.m4c-matgen) .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .m4c-matgen .float-xl-start,
  :is(.m4c-matgen) .float-xl-start {
    float: left !important;
  }
  .m4c-matgen .float-xl-end,
  :is(.m4c-matgen) .float-xl-end {
    float: right !important;
  }
  .m4c-matgen .float-xl-none,
  :is(.m4c-matgen) .float-xl-none {
    float: none !important;
  }
  .m4c-matgen .object-fit-xl-contain,
  :is(.m4c-matgen) .object-fit-xl-contain {
    object-fit: contain !important;
  }
  .m4c-matgen .object-fit-xl-cover,
  :is(.m4c-matgen) .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .m4c-matgen .object-fit-xl-fill,
  :is(.m4c-matgen) .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .m4c-matgen .object-fit-xl-scale,
  :is(.m4c-matgen) .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .m4c-matgen .object-fit-xl-none,
  :is(.m4c-matgen) .object-fit-xl-none {
    object-fit: none !important;
  }
  .m4c-matgen .d-xl-inline,
  :is(.m4c-matgen) .d-xl-inline {
    display: inline !important;
  }
  .m4c-matgen .d-xl-inline-block,
  :is(.m4c-matgen) .d-xl-inline-block {
    display: inline-block !important;
  }
  .m4c-matgen .d-xl-block,
  :is(.m4c-matgen) .d-xl-block {
    display: block !important;
  }
  .m4c-matgen .d-xl-grid,
  :is(.m4c-matgen) .d-xl-grid {
    display: grid !important;
  }
  .m4c-matgen .d-xl-inline-grid,
  :is(.m4c-matgen) .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .m4c-matgen .d-xl-table,
  :is(.m4c-matgen) .d-xl-table {
    display: table !important;
  }
  .m4c-matgen .d-xl-table-row,
  :is(.m4c-matgen) .d-xl-table-row {
    display: table-row !important;
  }
  .m4c-matgen .d-xl-table-cell,
  :is(.m4c-matgen) .d-xl-table-cell {
    display: table-cell !important;
  }
  .m4c-matgen .d-xl-flex,
  :is(.m4c-matgen) .d-xl-flex {
    display: flex !important;
  }
  .m4c-matgen .d-xl-inline-flex,
  :is(.m4c-matgen) .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .m4c-matgen .d-xl-none,
  :is(.m4c-matgen) .d-xl-none {
    display: none !important;
  }
  .m4c-matgen .flex-xl-fill,
  :is(.m4c-matgen) .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .m4c-matgen .flex-xl-row,
  :is(.m4c-matgen) .flex-xl-row {
    flex-direction: row !important;
  }
  .m4c-matgen .flex-xl-column,
  :is(.m4c-matgen) .flex-xl-column {
    flex-direction: column !important;
  }
  .m4c-matgen .flex-xl-row-reverse,
  :is(.m4c-matgen) .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .m4c-matgen .flex-xl-column-reverse,
  :is(.m4c-matgen) .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .m4c-matgen .flex-xl-grow-0,
  :is(.m4c-matgen) .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .m4c-matgen .flex-xl-grow-1,
  :is(.m4c-matgen) .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .m4c-matgen .flex-xl-shrink-0,
  :is(.m4c-matgen) .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .m4c-matgen .flex-xl-shrink-1,
  :is(.m4c-matgen) .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .m4c-matgen .flex-xl-wrap,
  :is(.m4c-matgen) .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .m4c-matgen .flex-xl-nowrap,
  :is(.m4c-matgen) .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .m4c-matgen .flex-xl-wrap-reverse,
  :is(.m4c-matgen) .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .m4c-matgen .justify-content-xl-start,
  :is(.m4c-matgen) .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .m4c-matgen .justify-content-xl-end,
  :is(.m4c-matgen) .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .m4c-matgen .justify-content-xl-center,
  :is(.m4c-matgen) .justify-content-xl-center {
    justify-content: center !important;
  }
  .m4c-matgen .justify-content-xl-between,
  :is(.m4c-matgen) .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .m4c-matgen .justify-content-xl-around,
  :is(.m4c-matgen) .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .m4c-matgen .justify-content-xl-evenly,
  :is(.m4c-matgen) .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .m4c-matgen .align-items-xl-start,
  :is(.m4c-matgen) .align-items-xl-start {
    align-items: flex-start !important;
  }
  .m4c-matgen .align-items-xl-end,
  :is(.m4c-matgen) .align-items-xl-end {
    align-items: flex-end !important;
  }
  .m4c-matgen .align-items-xl-center,
  :is(.m4c-matgen) .align-items-xl-center {
    align-items: center !important;
  }
  .m4c-matgen .align-items-xl-baseline,
  :is(.m4c-matgen) .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .m4c-matgen .align-items-xl-stretch,
  :is(.m4c-matgen) .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .m4c-matgen .align-content-xl-start,
  :is(.m4c-matgen) .align-content-xl-start {
    align-content: flex-start !important;
  }
  .m4c-matgen .align-content-xl-end,
  :is(.m4c-matgen) .align-content-xl-end {
    align-content: flex-end !important;
  }
  .m4c-matgen .align-content-xl-center,
  :is(.m4c-matgen) .align-content-xl-center {
    align-content: center !important;
  }
  .m4c-matgen .align-content-xl-between,
  :is(.m4c-matgen) .align-content-xl-between {
    align-content: space-between !important;
  }
  .m4c-matgen .align-content-xl-around,
  :is(.m4c-matgen) .align-content-xl-around {
    align-content: space-around !important;
  }
  .m4c-matgen .align-content-xl-stretch,
  :is(.m4c-matgen) .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .m4c-matgen .align-self-xl-auto,
  :is(.m4c-matgen) .align-self-xl-auto {
    align-self: auto !important;
  }
  .m4c-matgen .align-self-xl-start,
  :is(.m4c-matgen) .align-self-xl-start {
    align-self: flex-start !important;
  }
  .m4c-matgen .align-self-xl-end,
  :is(.m4c-matgen) .align-self-xl-end {
    align-self: flex-end !important;
  }
  .m4c-matgen .align-self-xl-center,
  :is(.m4c-matgen) .align-self-xl-center {
    align-self: center !important;
  }
  .m4c-matgen .align-self-xl-baseline,
  :is(.m4c-matgen) .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .m4c-matgen .align-self-xl-stretch,
  :is(.m4c-matgen) .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .m4c-matgen .order-xl-first,
  :is(.m4c-matgen) .order-xl-first {
    order: -1 !important;
  }
  .m4c-matgen .order-xl-0,
  :is(.m4c-matgen) .order-xl-0 {
    order: 0 !important;
  }
  .m4c-matgen .order-xl-1,
  :is(.m4c-matgen) .order-xl-1 {
    order: 1 !important;
  }
  .m4c-matgen .order-xl-2,
  :is(.m4c-matgen) .order-xl-2 {
    order: 2 !important;
  }
  .m4c-matgen .order-xl-3,
  :is(.m4c-matgen) .order-xl-3 {
    order: 3 !important;
  }
  .m4c-matgen .order-xl-4,
  :is(.m4c-matgen) .order-xl-4 {
    order: 4 !important;
  }
  .m4c-matgen .order-xl-5,
  :is(.m4c-matgen) .order-xl-5 {
    order: 5 !important;
  }
  .m4c-matgen .order-xl-last,
  :is(.m4c-matgen) .order-xl-last {
    order: 6 !important;
  }
  .m4c-matgen .m-xl-0,
  :is(.m4c-matgen) .m-xl-0 {
    margin: 0 !important;
  }
  .m4c-matgen .m-xl-1,
  :is(.m4c-matgen) .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m4c-matgen .m-xl-2,
  :is(.m4c-matgen) .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m4c-matgen .m-xl-3,
  :is(.m4c-matgen) .m-xl-3 {
    margin: 1rem !important;
  }
  .m4c-matgen .m-xl-4,
  :is(.m4c-matgen) .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m4c-matgen .m-xl-5,
  :is(.m4c-matgen) .m-xl-5 {
    margin: 3rem !important;
  }
  .m4c-matgen .m-xl-auto,
  :is(.m4c-matgen) .m-xl-auto {
    margin: auto !important;
  }
  .m4c-matgen .mx-xl-0,
  :is(.m4c-matgen) .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .m4c-matgen .mx-xl-1,
  :is(.m4c-matgen) .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .m4c-matgen .mx-xl-2,
  :is(.m4c-matgen) .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .m4c-matgen .mx-xl-3,
  :is(.m4c-matgen) .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .m4c-matgen .mx-xl-4,
  :is(.m4c-matgen) .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .m4c-matgen .mx-xl-5,
  :is(.m4c-matgen) .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .m4c-matgen .mx-xl-auto,
  :is(.m4c-matgen) .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .m4c-matgen .my-xl-0,
  :is(.m4c-matgen) .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m4c-matgen .my-xl-1,
  :is(.m4c-matgen) .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m4c-matgen .my-xl-2,
  :is(.m4c-matgen) .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m4c-matgen .my-xl-3,
  :is(.m4c-matgen) .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m4c-matgen .my-xl-4,
  :is(.m4c-matgen) .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m4c-matgen .my-xl-5,
  :is(.m4c-matgen) .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .m4c-matgen .my-xl-auto,
  :is(.m4c-matgen) .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .m4c-matgen .mt-xl-0,
  :is(.m4c-matgen) .mt-xl-0 {
    margin-top: 0 !important;
  }
  .m4c-matgen .mt-xl-1,
  :is(.m4c-matgen) .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .m4c-matgen .mt-xl-2,
  :is(.m4c-matgen) .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .m4c-matgen .mt-xl-3,
  :is(.m4c-matgen) .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .m4c-matgen .mt-xl-4,
  :is(.m4c-matgen) .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .m4c-matgen .mt-xl-5,
  :is(.m4c-matgen) .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .m4c-matgen .mt-xl-auto,
  :is(.m4c-matgen) .mt-xl-auto {
    margin-top: auto !important;
  }
  .m4c-matgen .me-xl-0,
  :is(.m4c-matgen) .me-xl-0 {
    margin-right: 0 !important;
  }
  .m4c-matgen .me-xl-1,
  :is(.m4c-matgen) .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .m4c-matgen .me-xl-2,
  :is(.m4c-matgen) .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .m4c-matgen .me-xl-3,
  :is(.m4c-matgen) .me-xl-3 {
    margin-right: 1rem !important;
  }
  .m4c-matgen .me-xl-4,
  :is(.m4c-matgen) .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .m4c-matgen .me-xl-5,
  :is(.m4c-matgen) .me-xl-5 {
    margin-right: 3rem !important;
  }
  .m4c-matgen .me-xl-auto,
  :is(.m4c-matgen) .me-xl-auto {
    margin-right: auto !important;
  }
  .m4c-matgen .mb-xl-0,
  :is(.m4c-matgen) .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .m4c-matgen .mb-xl-1,
  :is(.m4c-matgen) .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .m4c-matgen .mb-xl-2,
  :is(.m4c-matgen) .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .m4c-matgen .mb-xl-3,
  :is(.m4c-matgen) .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .m4c-matgen .mb-xl-4,
  :is(.m4c-matgen) .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .m4c-matgen .mb-xl-5,
  :is(.m4c-matgen) .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .m4c-matgen .mb-xl-auto,
  :is(.m4c-matgen) .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .m4c-matgen .ms-xl-0,
  :is(.m4c-matgen) .ms-xl-0 {
    margin-left: 0 !important;
  }
  .m4c-matgen .ms-xl-1,
  :is(.m4c-matgen) .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m4c-matgen .ms-xl-2,
  :is(.m4c-matgen) .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m4c-matgen .ms-xl-3,
  :is(.m4c-matgen) .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .m4c-matgen .ms-xl-4,
  :is(.m4c-matgen) .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m4c-matgen .ms-xl-5,
  :is(.m4c-matgen) .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .m4c-matgen .ms-xl-auto,
  :is(.m4c-matgen) .ms-xl-auto {
    margin-left: auto !important;
  }
  .m4c-matgen .p-xl-0,
  :is(.m4c-matgen) .p-xl-0 {
    padding: 0 !important;
  }
  .m4c-matgen .p-xl-1,
  :is(.m4c-matgen) .p-xl-1 {
    padding: 0.25rem !important;
  }
  .m4c-matgen .p-xl-2,
  :is(.m4c-matgen) .p-xl-2 {
    padding: 0.5rem !important;
  }
  .m4c-matgen .p-xl-3,
  :is(.m4c-matgen) .p-xl-3 {
    padding: 1rem !important;
  }
  .m4c-matgen .p-xl-4,
  :is(.m4c-matgen) .p-xl-4 {
    padding: 1.5rem !important;
  }
  .m4c-matgen .p-xl-5,
  :is(.m4c-matgen) .p-xl-5 {
    padding: 3rem !important;
  }
  .m4c-matgen .px-xl-0,
  :is(.m4c-matgen) .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .m4c-matgen .px-xl-1,
  :is(.m4c-matgen) .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .m4c-matgen .px-xl-2,
  :is(.m4c-matgen) .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .m4c-matgen .px-xl-3,
  :is(.m4c-matgen) .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .m4c-matgen .px-xl-4,
  :is(.m4c-matgen) .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .m4c-matgen .px-xl-5,
  :is(.m4c-matgen) .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .m4c-matgen .py-xl-0,
  :is(.m4c-matgen) .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .m4c-matgen .py-xl-1,
  :is(.m4c-matgen) .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .m4c-matgen .py-xl-2,
  :is(.m4c-matgen) .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .m4c-matgen .py-xl-3,
  :is(.m4c-matgen) .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .m4c-matgen .py-xl-4,
  :is(.m4c-matgen) .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .m4c-matgen .py-xl-5,
  :is(.m4c-matgen) .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m4c-matgen .pt-xl-0,
  :is(.m4c-matgen) .pt-xl-0 {
    padding-top: 0 !important;
  }
  .m4c-matgen .pt-xl-1,
  :is(.m4c-matgen) .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .m4c-matgen .pt-xl-2,
  :is(.m4c-matgen) .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .m4c-matgen .pt-xl-3,
  :is(.m4c-matgen) .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .m4c-matgen .pt-xl-4,
  :is(.m4c-matgen) .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .m4c-matgen .pt-xl-5,
  :is(.m4c-matgen) .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .m4c-matgen .pe-xl-0,
  :is(.m4c-matgen) .pe-xl-0 {
    padding-right: 0 !important;
  }
  .m4c-matgen .pe-xl-1,
  :is(.m4c-matgen) .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .m4c-matgen .pe-xl-2,
  :is(.m4c-matgen) .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .m4c-matgen .pe-xl-3,
  :is(.m4c-matgen) .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .m4c-matgen .pe-xl-4,
  :is(.m4c-matgen) .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .m4c-matgen .pe-xl-5,
  :is(.m4c-matgen) .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .m4c-matgen .pb-xl-0,
  :is(.m4c-matgen) .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .m4c-matgen .pb-xl-1,
  :is(.m4c-matgen) .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .m4c-matgen .pb-xl-2,
  :is(.m4c-matgen) .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .m4c-matgen .pb-xl-3,
  :is(.m4c-matgen) .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .m4c-matgen .pb-xl-4,
  :is(.m4c-matgen) .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .m4c-matgen .pb-xl-5,
  :is(.m4c-matgen) .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .m4c-matgen .ps-xl-0,
  :is(.m4c-matgen) .ps-xl-0 {
    padding-left: 0 !important;
  }
  .m4c-matgen .ps-xl-1,
  :is(.m4c-matgen) .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .m4c-matgen .ps-xl-2,
  :is(.m4c-matgen) .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .m4c-matgen .ps-xl-3,
  :is(.m4c-matgen) .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .m4c-matgen .ps-xl-4,
  :is(.m4c-matgen) .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .m4c-matgen .ps-xl-5,
  :is(.m4c-matgen) .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .m4c-matgen .gap-xl-0,
  :is(.m4c-matgen) .gap-xl-0 {
    gap: 0 !important;
  }
  .m4c-matgen .gap-xl-1,
  :is(.m4c-matgen) .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .m4c-matgen .gap-xl-2,
  :is(.m4c-matgen) .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .m4c-matgen .gap-xl-3,
  :is(.m4c-matgen) .gap-xl-3 {
    gap: 1rem !important;
  }
  .m4c-matgen .gap-xl-4,
  :is(.m4c-matgen) .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .m4c-matgen .gap-xl-5,
  :is(.m4c-matgen) .gap-xl-5 {
    gap: 3rem !important;
  }
  .m4c-matgen .row-gap-xl-0,
  :is(.m4c-matgen) .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .m4c-matgen .row-gap-xl-1,
  :is(.m4c-matgen) .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .m4c-matgen .row-gap-xl-2,
  :is(.m4c-matgen) .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .m4c-matgen .row-gap-xl-3,
  :is(.m4c-matgen) .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .m4c-matgen .row-gap-xl-4,
  :is(.m4c-matgen) .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .m4c-matgen .row-gap-xl-5,
  :is(.m4c-matgen) .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .m4c-matgen .column-gap-xl-0,
  :is(.m4c-matgen) .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .m4c-matgen .column-gap-xl-1,
  :is(.m4c-matgen) .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  .m4c-matgen .column-gap-xl-2,
  :is(.m4c-matgen) .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  .m4c-matgen .column-gap-xl-3,
  :is(.m4c-matgen) .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  .m4c-matgen .column-gap-xl-4,
  :is(.m4c-matgen) .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }
  .m4c-matgen .column-gap-xl-5,
  :is(.m4c-matgen) .column-gap-xl-5 {
    column-gap: 3rem !important;
  }
  .m4c-matgen .text-xl-start,
  :is(.m4c-matgen) .text-xl-start {
    text-align: left !important;
  }
  .m4c-matgen .text-xl-end,
  :is(.m4c-matgen) .text-xl-end {
    text-align: right !important;
  }
  .m4c-matgen .text-xl-center,
  :is(.m4c-matgen) .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .m4c-matgen .fs-1,
  :is(.m4c-matgen) .fs-1 {
    font-size: 2.5rem !important;
  }
  .m4c-matgen .fs-2,
  :is(.m4c-matgen) .fs-2 {
    font-size: 2rem !important;
  }
  .m4c-matgen .fs-3,
  :is(.m4c-matgen) .fs-3 {
    font-size: 1.75rem !important;
  }
  .m4c-matgen .fs-4,
  :is(.m4c-matgen) .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .m4c-matgen .d-print-inline,
  :is(.m4c-matgen) .d-print-inline {
    display: inline !important;
  }
  .m4c-matgen .d-print-inline-block,
  :is(.m4c-matgen) .d-print-inline-block {
    display: inline-block !important;
  }
  .m4c-matgen .d-print-block,
  :is(.m4c-matgen) .d-print-block {
    display: block !important;
  }
  .m4c-matgen .d-print-grid,
  :is(.m4c-matgen) .d-print-grid {
    display: grid !important;
  }
  .m4c-matgen .d-print-inline-grid,
  :is(.m4c-matgen) .d-print-inline-grid {
    display: inline-grid !important;
  }
  .m4c-matgen .d-print-table,
  :is(.m4c-matgen) .d-print-table {
    display: table !important;
  }
  .m4c-matgen .d-print-table-row,
  :is(.m4c-matgen) .d-print-table-row {
    display: table-row !important;
  }
  .m4c-matgen .d-print-table-cell,
  :is(.m4c-matgen) .d-print-table-cell {
    display: table-cell !important;
  }
  .m4c-matgen .d-print-flex,
  :is(.m4c-matgen) .d-print-flex {
    display: flex !important;
  }
  .m4c-matgen .d-print-inline-flex,
  :is(.m4c-matgen) .d-print-inline-flex {
    display: inline-flex !important;
  }
  .m4c-matgen .d-print-none,
  :is(.m4c-matgen) .d-print-none {
    display: none !important;
  }
}
.m4c-matgen #sidebar,
:is(.m4c-matgen) #sidebar {
  background: #fff;
  border-radius: 4px;
  flex-grow: 1;
  position: sticky;
  top: 0;
  width: 100%;
}
.m4c-matgen #sidebar .badge,
:is(.m4c-matgen) #sidebar .badge {
  font-size: 0.5em;
  margin-top: -0.25em;
  left: 0.1em;
  top: -1.25em;
}
.m4c-matgen #sidebar .badge.header,
:is(.m4c-matgen) #sidebar .badge.header {
  background: #fff;
  color: #6c757d;
}
.m4c-matgen .user-toggle-object.hide-btn,
:is(.m4c-matgen) .user-toggle-object.hide-btn {
  background: #fff;
  color: #255dff;
}
.m4c-matgen .user-toggle-object.hide-btn:hover,
:is(.m4c-matgen) .user-toggle-object.hide-btn:hover {
  background: #6c757d;
  color: #fff;
}
.m4c-matgen .node-toggle,
:is(.m4c-matgen) .node-toggle {
  display: none;
}
.m4c-matgen .dropdown-item i,
.m4c-matgen .dropdown-item svg,
:is(.m4c-matgen) .dropdown-item i,
:is(.m4c-matgen) .dropdown-item svg {
  margin-right: 0.5em;
}
.m4c-matgen .dropdown-item .drop-delete,
:is(.m4c-matgen) .dropdown-item .drop-delete {
  flex-grow: 1;
  text-align: right;
}
.m4c-matgen .dropdown-item .drop-delete:hover,
:is(.m4c-matgen) .dropdown-item .drop-delete:hover {
  color: #fff !important;
}
.m4c-matgen #sidebar-tree,
.m4c-matgen .read-order,
:is(.m4c-matgen) #sidebar-tree,
:is(.m4c-matgen) .read-order {
  position: relative;
}
.m4c-matgen #sidebar-tree > .tree-li,
.m4c-matgen .read-order > .tree-li,
:is(.m4c-matgen) #sidebar-tree > .tree-li,
:is(.m4c-matgen) .read-order > .tree-li {
  padding-left: 0;
  border: 1px solid rgba(48, 63, 72, 0.1607843137);
  border-top-width: initial;
  border-bottom-width: initial;
  margin-top: 0;
}
.m4c-matgen #sidebar-tree > .tree-li:first-child,
.m4c-matgen .read-order > .tree-li:first-child,
:is(.m4c-matgen) #sidebar-tree > .tree-li:first-child,
:is(.m4c-matgen) .read-order > .tree-li:first-child {
  border-radius: 0;
}
.m4c-matgen #sidebar-tree > .tree-li.list-group-item.active,
.m4c-matgen .read-order > .tree-li.list-group-item.active,
:is(.m4c-matgen) #sidebar-tree > .tree-li.list-group-item.active,
:is(.m4c-matgen) .read-order > .tree-li.list-group-item.active {
  background-color: transparent;
  border-color: #f00;
  color: #303f48;
  border-top-width: initial;
  border-bottom-width: initial;
  margin-top: 0;
}
.m4c-matgen .read-order,
:is(.m4c-matgen) .read-order {
  margin-top: 6px;
}
.m4c-matgen .read-order .node-content,
:is(.m4c-matgen) .read-order .node-content {
  padding: 12px 18px;
  padding-left: 9px;
}
.m4c-matgen .read-order .node-content .node-grip,
:is(.m4c-matgen) .read-order .node-content .node-grip {
  margin-right: 12px;
}
.m4c-matgen #font-variants-modal .checkbox,
:is(.m4c-matgen) #font-variants-modal .checkbox {
  display: inline-block;
}
.m4c-matgen #font-variants-modal .checkbox:not(:last-child),
:is(.m4c-matgen) #font-variants-modal .checkbox:not(:last-child) {
  margin-right: 0.5em;
}
.m4c-matgen .list-group-item.active,
:is(.m4c-matgen) .list-group-item.active {
  background-color: transparent;
  border-color: #f00;
  color: #6c757d;
  /*& > .node-content,
  & > .node-content .node-actions > a {
    background-color: $primary;
    color: #fff;
  }
  & > .node-content .node-icon,
  & > .node-content .open-btn,
  & > .node-content .close-btn {
    color: #fff;
  }
  & > .node-content .node-actions a .badge {
    background-color: #fff;
    color: $primary;
  }*/
}
.m4c-matgen .sortable-ghost.danger,
:is(.m4c-matgen) .sortable-ghost.danger {
  background-color: #b71020;
}
.m4c-matgen .list-group-item.danger,
:is(.m4c-matgen) .list-group-item.danger {
  background-color: transparent;
  border-color: transparent;
  color: #b71020;
}
.m4c-matgen .list-group-item.danger > .node-content, .m4c-matgen .list-group-item.danger > .node-content .node-actions a,
:is(.m4c-matgen) .list-group-item.danger > .node-content,
:is(.m4c-matgen) .list-group-item.danger > .node-content .node-actions a {
  background-color: #b71020;
  color: #fff;
}
.m4c-matgen .list-group-item.danger > .node-content .node-icon, .m4c-matgen .list-group-item.danger > .node-content .open-btn, .m4c-matgen .list-group-item.danger > .node-content .close-btn,
:is(.m4c-matgen) .list-group-item.danger > .node-content .node-icon,
:is(.m4c-matgen) .list-group-item.danger > .node-content .open-btn,
:is(.m4c-matgen) .list-group-item.danger > .node-content .close-btn {
  color: #fff;
}
.m4c-matgen .list-group-item.danger > .node-content .node-actions a .badge,
:is(.m4c-matgen) .list-group-item.danger > .node-content .node-actions a .badge {
  background-color: #fff;
  color: #b71020;
}
.m4c-matgen .layer-action,
:is(.m4c-matgen) .layer-action {
  white-space: nowrap;
}
.m4c-matgen .layer-action .component-dirty,
:is(.m4c-matgen) .layer-action .component-dirty {
  display: none;
}
.m4c-matgen .badge-btn,
:is(.m4c-matgen) .badge-btn {
  display: flex;
  align-items: center;
}
.m4c-matgen .badge-btn svg,
:is(.m4c-matgen) .badge-btn svg {
  display: inline-block;
  margin-right: 0.25em;
}
.m4c-matgen .node-top,
.m4c-matgen .node-bottom,
:is(.m4c-matgen) .node-top,
:is(.m4c-matgen) .node-bottom {
  align-items: center;
  padding: 0.2em 0;
}
.m4c-matgen .node-top,
:is(.m4c-matgen) .node-top {
  display: flex;
  border-bottom: 1px inset rgba(0, 0, 0, 0.0470588235);
  min-height: 2.5em;
}
.m4c-matgen .tree-li.active .node-bottom,
:is(.m4c-matgen) .tree-li.active .node-bottom {
  display: flex;
}
.m4c-matgen .layer-action,
:is(.m4c-matgen) .layer-action {
  margin: 0 0.2em;
}
.m4c-matgen .node-label,
:is(.m4c-matgen) .node-label {
  font-size: 0.8em;
  flex-grow: 1;
}
.m4c-matgen .node-bottom,
:is(.m4c-matgen) .node-bottom {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.m4c-matgen .node-bottom .node-actions,
:is(.m4c-matgen) .node-bottom .node-actions {
  justify-content: flex-end;
}
.m4c-matgen .node-type,
:is(.m4c-matgen) .node-type {
  width: 33%;
  display: flex;
  flex-direction: column;
}
.m4c-matgen .node-info,
:is(.m4c-matgen) .node-info {
  flex-grow: 1;
}
.m4c-matgen .node-icons,
:is(.m4c-matgen) .node-icons {
  display: flex;
}
.m4c-matgen .node-content,
:is(.m4c-matgen) .node-content {
  padding: 0em 0.45em;
  display: flex;
  align-items: center;
}
.m4c-matgen .node-content .node-icon,
:is(.m4c-matgen) .node-content .node-icon {
  margin-right: 0.5em;
  color: #255dff;
}
.m4c-matgen .node-content .node-icon svg:not(:first-child),
:is(.m4c-matgen) .node-content .node-icon svg:not(:first-child) {
  margin-left: 0.5em;
}
.m4c-matgen .node-content .node-actions,
:is(.m4c-matgen) .node-content .node-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap-reverse;
  font-size: 1.1em;
}
.m4c-matgen .node-content .node-actions button,
:is(.m4c-matgen) .node-content .node-actions button {
  white-space: nowrap;
  padding: 0.25em;
  font-size: 0.75em;
  line-height: 0.5;
  border-radius: 0.2em;
  margin: 0.1em 0.15em;
  min-width: 2em;
}
.m4c-matgen .node-content .node-actions button svg:last-child,
:is(.m4c-matgen) .node-content .node-actions button svg:last-child {
  margin-left: 0;
}
.m4c-matgen .node-content .node-actions button .dirty,
:is(.m4c-matgen) .node-content .node-actions button .dirty {
  display: none;
}
.m4c-matgen .node-content .node-actions > *:not(:first-child),
:is(.m4c-matgen) .node-content .node-actions > *:not(:first-child) {
  margin-left: 0.5em;
}
.m4c-matgen .node-content .node-actions a,
:is(.m4c-matgen) .node-content .node-actions a {
  color: #6c757d;
  text-decoration: none;
}
.m4c-matgen .node-content .node-actions a:hover,
:is(.m4c-matgen) .node-content .node-actions a:hover {
  color: #255dff;
}
.m4c-matgen .node-content .node-actions a:hover .badge.bg-secondary,
:is(.m4c-matgen) .node-content .node-actions a:hover .badge.bg-secondary {
  background-color: #255dff !important;
}
.m4c-matgen .tree-ul,
:is(.m4c-matgen) .tree-ul {
  list-style: none;
  padding: 0;
  color: #6c757d;
  padding-left: 1em;
}
.m4c-matgen .tree-li,
:is(.m4c-matgen) .tree-li {
  padding: 0;
  padding-left: 0.75em;
  cursor: pointer;
}
.m4c-matgen .tree-li .open-btn,
:is(.m4c-matgen) .tree-li .open-btn {
  display: none;
  margin-right: 0.25em;
  color: #255dff;
  width: 0.5em;
}
.m4c-matgen .tree-li .close-btn,
:is(.m4c-matgen) .tree-li .close-btn {
  display: none;
  margin-right: 0.25em;
  color: #255dff;
  width: 0.5em;
}
.m4c-matgen .tree-li .no-btn,
:is(.m4c-matgen) .tree-li .no-btn {
  width: 0.5em;
  display: none;
}
.m4c-matgen .tree-li .node-grip,
:is(.m4c-matgen) .tree-li .node-grip {
  margin-right: 0.5em;
}
.m4c-matgen .tree-li .node-icon,
:is(.m4c-matgen) .tree-li .node-icon {
  white-space: nowrap;
  min-width: 2em;
}
.m4c-matgen .tree-li .node-name,
:is(.m4c-matgen) .tree-li .node-name {
  font-size: 1.1em;
  word-break: break-word;
  width: 100%;
  padding: 0 0.25em;
  border: 1px solid rgba(48, 63, 72, 0.1333333333);
  background: rgba(48, 63, 72, 0.0196078431);
  margin: 0.35em 0;
  border-radius: 0.25em;
  text-transform: capitalize;
}
.m4c-matgen .tree-li .badge-action,
:is(.m4c-matgen) .tree-li .badge-action {
  white-space: nowrap;
}
.m4c-matgen .tree-li .tree-li.active > .node-content, .m4c-matgen .tree-li > .node-content:hover,
:is(.m4c-matgen) .tree-li .tree-li.active > .node-content,
:is(.m4c-matgen) .tree-li > .node-content:hover {
  /*.open-btn,
      .close-btn {
        color: #fff;
      }

      .node-icon {
        color: #fff;
      }
  */
}
.m4c-matgen .tree-li .tree-li.active > .node-content .node-actions svg, .m4c-matgen .tree-li > .node-content:hover .node-actions svg,
:is(.m4c-matgen) .tree-li .tree-li.active > .node-content .node-actions svg,
:is(.m4c-matgen) .tree-li > .node-content:hover .node-actions svg {
  pointer-events: none;
}
.m4c-matgen .tree-li .tree-li.active > .node-content .node-actions > a, .m4c-matgen .tree-li .tree-li.active > .node-content .node-actions > .dropdown a, .m4c-matgen .tree-li > .node-content:hover .node-actions > a, .m4c-matgen .tree-li > .node-content:hover .node-actions > .dropdown a,
:is(.m4c-matgen) .tree-li .tree-li.active > .node-content .node-actions > a,
:is(.m4c-matgen) .tree-li .tree-li.active > .node-content .node-actions > .dropdown a,
:is(.m4c-matgen) .tree-li > .node-content:hover .node-actions > a,
:is(.m4c-matgen) .tree-li > .node-content:hover .node-actions > .dropdown a {
  color: #6c757d;
}
.m4c-matgen .tree-li .tree-li.active > .node-content .node-actions > a:hover, .m4c-matgen .tree-li .tree-li.active > .node-content .node-actions > .dropdown a.dropdown-item:hover, .m4c-matgen .tree-li > .node-content:hover .node-actions > a:hover, .m4c-matgen .tree-li > .node-content:hover .node-actions > .dropdown a.dropdown-item:hover,
:is(.m4c-matgen) .tree-li .tree-li.active > .node-content .node-actions > a:hover,
:is(.m4c-matgen) .tree-li .tree-li.active > .node-content .node-actions > .dropdown a.dropdown-item:hover,
:is(.m4c-matgen) .tree-li > .node-content:hover .node-actions > a:hover,
:is(.m4c-matgen) .tree-li > .node-content:hover .node-actions > .dropdown a.dropdown-item:hover {
  color: #fff;
}
.m4c-matgen .tree-li .tree-li.active > .node-content .node-actions > .dropdown a:hover, .m4c-matgen .tree-li > .node-content:hover .node-actions > .dropdown a:hover,
:is(.m4c-matgen) .tree-li .tree-li.active > .node-content .node-actions > .dropdown a:hover,
:is(.m4c-matgen) .tree-li > .node-content:hover .node-actions > .dropdown a:hover {
  color: #255dff;
}
.m4c-matgen .tree-li .tree-li.active > .node-content .node-actions a.layer-action:hover, .m4c-matgen .tree-li > .node-content:hover .node-actions a.layer-action:hover,
:is(.m4c-matgen) .tree-li .tree-li.active > .node-content .node-actions a.layer-action:hover,
:is(.m4c-matgen) .tree-li > .node-content:hover .node-actions a.layer-action:hover {
  color: #255dff;
}
.m4c-matgen .tree-li .tree-li.active > .node-content .node-actions > .badge-action .badge, .m4c-matgen .tree-li > .node-content:hover .node-actions > .badge-action .badge,
:is(.m4c-matgen) .tree-li .tree-li.active > .node-content .node-actions > .badge-action .badge,
:is(.m4c-matgen) .tree-li > .node-content:hover .node-actions > .badge-action .badge {
  background-color: #6c757d;
  color: #fff;
}
.m4c-matgen .tree-li .tree-li.active > .node-content .node-actions > .badge-action:hover .badge, .m4c-matgen .tree-li > .node-content:hover .node-actions > .badge-action:hover .badge,
:is(.m4c-matgen) .tree-li .tree-li.active > .node-content .node-actions > .badge-action:hover .badge,
:is(.m4c-matgen) .tree-li > .node-content:hover .node-actions > .badge-action:hover .badge {
  background-color: #255dff;
  color: #fff;
}
.m4c-matgen .tree-li > .node-content > .node-toggle > .no-btn,
:is(.m4c-matgen) .tree-li > .node-content > .node-toggle > .no-btn {
  display: inline-block;
}
.m4c-matgen .collapsibleList li,
:is(.m4c-matgen) .collapsibleList li {
  cursor: auto;
}
.m4c-matgen li.collapsibleListOpen,
:is(.m4c-matgen) li.collapsibleListOpen {
  cursor: pointer;
}
.m4c-matgen li.collapsibleListOpen > .node-content > .node-toggle > .open-btn,
:is(.m4c-matgen) li.collapsibleListOpen > .node-content > .node-toggle > .open-btn {
  display: none;
}
.m4c-matgen li.collapsibleListOpen > .node-content > .node-toggle > .close-btn,
:is(.m4c-matgen) li.collapsibleListOpen > .node-content > .node-toggle > .close-btn {
  display: inline-block;
}
.m4c-matgen li.collapsibleListOpen > .node-content > .node-toggle > .no-btn,
:is(.m4c-matgen) li.collapsibleListOpen > .node-content > .node-toggle > .no-btn {
  display: none;
}
.m4c-matgen li.collapsibleListClosed,
:is(.m4c-matgen) li.collapsibleListClosed {
  cursor: pointer;
}
.m4c-matgen li.collapsibleListClosed > .node-content > .node-toggle > .open-btn,
:is(.m4c-matgen) li.collapsibleListClosed > .node-content > .node-toggle > .open-btn {
  display: inline-block;
}
.m4c-matgen li.collapsibleListClosed > .node-content > .node-toggle > .close-btn,
:is(.m4c-matgen) li.collapsibleListClosed > .node-content > .node-toggle > .close-btn {
  display: none;
}
.m4c-matgen li.collapsibleListClosed > .node-content > .node-toggle > .no-btn,
:is(.m4c-matgen) li.collapsibleListClosed > .node-content > .node-toggle > .no-btn {
  display: none;
}
.m4c-matgen #sidebar-main,
:is(.m4c-matgen) #sidebar-main {
  list-style-type: none;
  padding-right: 0.5em;
}
.m4c-matgen #sidebar-header,
:is(.m4c-matgen) #sidebar-header {
  background-color: #6c757d;
  border: 1px solid #6c757d;
  color: #fff;
  white-space: nowrap;
  font-size: 1.5em;
  width: 100%;
  margin-left: 0;
}
.m4c-matgen #sidebar-header .dropdown-item,
:is(.m4c-matgen) #sidebar-header .dropdown-item {
  color: #6c757d;
  padding: 0.25rem 1rem;
  display: flex;
  align-items: center;
}
.m4c-matgen #sidebar-header .dropdown-item:not(:last-child),
:is(.m4c-matgen) #sidebar-header .dropdown-item:not(:last-child) {
  border-bottom: 1px solid rgba(48, 63, 72, 0.1333333333);
}
.m4c-matgen .sidebar-li,
:is(.m4c-matgen) .sidebar-li {
  display: flex;
  flex: 1 auto;
  flex-direction: row;
  align-items: center;
  padding: 0.15em 0.5em;
  padding-right: 0;
}
.m4c-matgen .sidebar-li:hover .sidebar-li.active,
:is(.m4c-matgen) .sidebar-li:hover .sidebar-li.active {
  border-color: #f00;
}
.m4c-matgen .sidebar-actions,
:is(.m4c-matgen) .sidebar-actions {
  display: flex;
  margin-left: auto;
  flex-direction: row;
  align-items: end;
  bottom: 0.75em;
  margin-right: 0.5em;
  flex-wrap: wrap;
}
.m4c-matgen .sidebar-actions button,
:is(.m4c-matgen) .sidebar-actions button {
  white-space: nowrap;
  font-size: 0.65em;
  line-height: 0.5;
  border-radius: 0.2em;
  margin: 0;
}
.m4c-matgen .sidebar-actions button svg:last-child,
:is(.m4c-matgen) .sidebar-actions button svg:last-child {
  margin-left: 0;
}
.m4c-matgen .sidebar-actions button .dirty,
:is(.m4c-matgen) .sidebar-actions button .dirty {
  display: none;
}
.m4c-matgen #sidebar.user .node-type,
.m4c-matgen #sidebar.user .node-icon,
:is(.m4c-matgen) #sidebar.user .node-type,
:is(.m4c-matgen) #sidebar.user .node-icon {
  display: none;
}
.m4c-matgen #sidebar.user .node-name,
:is(.m4c-matgen) #sidebar.user .node-name {
  border: none;
  background: transparent;
}
.m4c-matgen #sidebar.user .sidebar-actions,
:is(.m4c-matgen) #sidebar.user .sidebar-actions {
  padding-left: 6px;
}
.m4c-matgen i.fa,
.m4c-matgen i.fas,
.m4c-matgen i.far,
:is(.m4c-matgen) i.fa,
:is(.m4c-matgen) i.fas,
:is(.m4c-matgen) i.far {
  vertical-align: middle;
}
.m4c-matgen .mini-submenu,
:is(.m4c-matgen) .mini-submenu {
  display: none;
  background-color: #6c757d;
  border: 1px solid #6c757d;
  color: #fff;
  border-radius: 4px;
  padding: 9px;
  /*position: relative;*/
  width: 42px;
}
.m4c-matgen .mini-submenu:hover,
:is(.m4c-matgen) .mini-submenu:hover {
  cursor: pointer;
  background-color: rgb(96.1802575107, 104.19527897, 111.3197424893);
}
.m4c-matgen .mini-submenu .icon-bar,
:is(.m4c-matgen) .mini-submenu .icon-bar {
  border-radius: 1px;
  display: block;
  height: 2px;
  width: 22px;
  margin-top: 3px;
}
.m4c-matgen .mini-submenu .icon-bar,
:is(.m4c-matgen) .mini-submenu .icon-bar {
  background-color: #fff;
}
.m4c-matgen .submenu-button,
:is(.m4c-matgen) .submenu-button {
  background: rgba(0, 0, 0, 0.45);
  display: inline-block;
  padding: 0 8px;
  border-radius: 4px;
  cursor: pointer;
}
.m4c-matgen #slide-submenu,
:is(.m4c-matgen) #slide-submenu {
  padding: 0 8px;
  margin-right: 1em;
}
.m4c-matgen .lds-ellipsis,
:is(.m4c-matgen) .lds-ellipsis {
  display: inline-block;
  position: relative;
  margin: auto;
  width: 128px;
  height: 24px;
  top: -1.7em;
}
.m4c-matgen .lds-ellipsis div,
:is(.m4c-matgen) .lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #6c757d;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.m4c-matgen .lds-ellipsis div:nth-child(1),
:is(.m4c-matgen) .lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.m4c-matgen .lds-ellipsis div:nth-child(2),
:is(.m4c-matgen) .lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.m4c-matgen .lds-ellipsis div:nth-child(3),
:is(.m4c-matgen) .lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.m4c-matgen .lds-ellipsis div:nth-child(4),
:is(.m4c-matgen) .lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis2 0.6s infinite;
}
.m4c-matgen .lds-ellipsis div:nth-child(5),
:is(.m4c-matgen) .lds-ellipsis div:nth-child(5) {
  left: 80px;
  animation: lds-ellipsis2 0.6s infinite;
}
.m4c-matgen .lds-ellipsis div:nth-child(6),
:is(.m4c-matgen) .lds-ellipsis div:nth-child(6) {
  left: 104px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.m4c-matgen .font-picker,
:is(.m4c-matgen) .font-picker {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #6c757d;
  pointer-events: auto;
}
.m4c-matgen .font-picker *,
:is(.m4c-matgen) .font-picker * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.m4c-matgen .font-picker.fp-select,
:is(.m4c-matgen) .font-picker.fp-select {
  display: inline-block;
  outline: 0;
  border-radius: 0.25rem;
  border: 1px solid #888;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.75em;
  height: 2.25rem;
  width: 100%;
  padding: 3px 26px 3px 8px;
  color: #000;
  opacity: 0.35;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23303030' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 16px;
}
.m4c-matgen .fp-row,
.m4c-matgen .fp-btns,
:is(.m4c-matgen) .fp-row,
:is(.m4c-matgen) .fp-btns {
  display: flex;
}
.m4c-matgen .fp-row > input,
.m4c-matgen .fp-row > select,
:is(.m4c-matgen) .fp-row > input,
:is(.m4c-matgen) .fp-row > select {
  flex: 1;
}
.m4c-matgen .fp-favorite,
:is(.m4c-matgen) .fp-favorite {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 2px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M923 283.6a260.04 260.04 0 0 0-56.9-82.8a264.4 264.4 0 0 0-84-55.5A265.34 265.34 0 0 0 679.7 125c-49.3 0-97.4 13.5-139.2 39c-10 6.1-19.5 12.8-28.5 20.1c-9-7.3-18.5-14-28.5-20.1c-41.8-25.5-89.9-39-139.2-39c-35.5 0-69.9 6.8-102.4 20.3c-31.4 13-59.7 31.7-84 55.5a258.44 258.44 0 0 0-56.9 82.8c-13.9 32.3-21 66.6-21 101.9c0 33.3 6.8 68 20.3 103.3c11.3 29.5 27.5 60.1 48.2 91c32.8 48.9 77.9 99.9 133.9 151.6c92.8 85.7 184.7 144.9 188.6 147.3l23.7 15.2c10.5 6.7 24 6.7 34.5 0l23.7-15.2c3.9-2.5 95.7-61.6 188.6-147.3c56-51.7 101.1-102.7 133.9-151.6c20.7-30.9 37-61.5 48.2-91c13.5-35.3 20.3-70 20.3-103.3c.1-35.3-7-69.6-20.9-101.9zM512 814.8S156 586.7 156 385.5C156 283.6 240.3 201 344.3 201c73.1 0 136.5 40.8 167.7 100.4C543.2 241.8 606.6 201 679.7 201c104 0 188.3 82.6 188.3 184.5c0 201.2-356 429.3-356 429.3z' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
.m4c-matgen .fp-favorite.checked,
:is(.m4c-matgen) .fp-favorite.checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath d='M923 283.6a260.04 260.04 0 0 0-56.9-82.8a264.4 264.4 0 0 0-84-55.5A265.34 265.34 0 0 0 679.7 125c-49.3 0-97.4 13.5-139.2 39c-10 6.1-19.5 12.8-28.5 20.1c-9-7.3-18.5-14-28.5-20.1c-41.8-25.5-89.9-39-139.2-39c-3.5 0-69.9 6.8-102.4 20.3c-31.4 13-59.7 31.7-84 55.5a258.44 258.44 0 0 0-56.9 82.8c-13.9 32.3-21 66.6-21 101.9c0 33.3 6.8 68 20.3 103.3c11.3 29.5 27.5 60.1 48.2 91c32.8 48.9 77.9 99.9 133.9 151.6c92.8 85.7 184.7 144.9 188.6 147.3l23.7 15.2c10.5 6.7 24 6.7 34.5 0l23.7-15.2c3.9-2.5 95.7-61.6 188.6-147.3c56-51.7 101.1-102.7 133.9-151.6c20.7-30.9 37-61.5 48.2-91c13.5-35.3 20.3-70 20.3-103.3c.1-35.3-7-69.6-20.9-101.9z' fill='%23d00'/%3E%3C/svg%3E");
}
.m4c-matgen .font-picker .fp-btn,
:is(.m4c-matgen) .font-picker .fp-btn {
  display: inline-block;
  background-color: #24272b;
  color: #fff;
  padding: 3px 8px;
  font-size: 14px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}
.m4c-matgen .font-picker .fp-btn:hover,
:is(.m4c-matgen) .font-picker .fp-btn:hover {
  background-color: #333;
  -webkit-box-shadow: 0 0 4px #ddd;
  box-shadow: 0 0 4px #ddd;
}
.m4c-matgen .font-picker .fp-btn:active,
:is(.m4c-matgen) .font-picker .fp-btn:active {
  background-color: #fff;
  color: #000;
}
.m4c-matgen .font-picker .fp-btns,
:is(.m4c-matgen) .font-picker .fp-btns {
  position: absolute;
  top: 6px;
  right: 12px;
}
.m4c-matgen .font-picker .fp-btn.apply,
:is(.m4c-matgen) .font-picker .fp-btn.apply {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.m4c-matgen .font-picker .fp-header,
:is(.m4c-matgen) .font-picker .fp-header {
  flex: none;
  border-bottom: 1px solid #dee2e6;
  padding: 4px 8px;
  font-size: 20px;
}
.m4c-matgen .font-picker .fp-header h5, .m4c-matgen .font-picker .fp-header .h5,
:is(.m4c-matgen) .font-picker .fp-header h5 {
  margin: 0;
  line-height: 1.5;
  font-weight: 500;
}
.m4c-matgen .font-picker .fp-header .fp-icons,
:is(.m4c-matgen) .font-picker .fp-header .fp-icons {
  float: right;
  margin-top: -2px;
}
.m4c-matgen .font-picker .fp-header .fp-icons > span,
:is(.m4c-matgen) .font-picker .fp-header .fp-icons > span {
  cursor: pointer;
}
.m4c-matgen .fp-modal-open,
:is(.m4c-matgen) .fp-modal-open {
  overflow: hidden;
}
.m4c-matgen .font-picker .fp-modal-backdrop,
:is(.m4c-matgen) .font-picker .fp-modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}
.m4c-matgen .font-picker .fp-modal,
:is(.m4c-matgen) .font-picker .fp-modal {
  display: none;
  flex-flow: column;
  position: fixed;
  height: 800px;
  max-height: 95%;
  max-width: 95%;
  background: #fff;
  z-index: 1050;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  left: 50%;
  transform: translateX(-50%);
  top: 15px;
  bottom: 15px;
}
.m4c-matgen .font-picker .fp-filter,
:is(.m4c-matgen) .font-picker .fp-filter {
  font-size: 12px;
  border-bottom: 1px solid #aaa;
  padding: 6px;
  flex: none;
}
.m4c-matgen .font-picker .fp-lang,
.m4c-matgen .font-picker .fp-search,
:is(.m4c-matgen) .font-picker .fp-lang,
:is(.m4c-matgen) .font-picker .fp-search {
  width: 100%;
  font-size: 13px;
  border: 1px solid #ced4da;
  color: #495057;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  border-radius: 0.1875rem;
}
.m4c-matgen .font-picker .fp-search:focus,
:is(.m4c-matgen) .font-picker .fp-search:focus {
  box-shadow: 0 0 0 2px #bfdeff;
}
.m4c-matgen .font-picker .fp-search-wrap,
:is(.m4c-matgen) .font-picker .fp-search-wrap {
  position: relative;
}
.m4c-matgen .font-picker .fp-clear,
:is(.m4c-matgen) .font-picker .fp-clear {
  margin-left: 8px;
  vertical-align: -2px;
  width: 16px;
  height: 16px;
  display: inline-block;
  cursor: pointer;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 1000'%3e%3cpath fill='%23aaa' d='M500,10C229.4,10,10,229.4,10,500c0,270.6,219.4,490,490,490c270.6,0,490-219.4,490-490C990,229.4,770.6,10,500,10z M718.5,631.1c24.1,24.1,24.1,63.3,0,87.4s-63.3,24.1-87.4,0L500,587.4L368.9,718.5c-24.1,24.1-63.3,24.1-87.4,0c-24.1-24.1-24.1-63.3,0-87.4L412.6,500L281.5,368.9c-24.1-24.1-24.1-63.3,0-87.4c24.1-24.1,63.3-24.1,87.4,0L500,412.6l131.1-131.1c24.1-24.1,63.3-24.1,87.4,0s24.1,63.3,0,87.4L587.4,500L718.5,631.1z'/%3e%3c/svg%3e") no-repeat right center/16px 16px;
}
.m4c-matgen .font-picker .fp-search-wrap .fp-clear,
:is(.m4c-matgen) .font-picker .fp-search-wrap .fp-clear {
  position: absolute;
  top: 6px;
  right: 4px;
}
.m4c-matgen .font-picker .fp-lang,
:is(.m4c-matgen) .font-picker .fp-lang {
  padding: 4px 2px;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23303030' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: 0;
}
.m4c-matgen .font-picker .fp-search,
:is(.m4c-matgen) .font-picker .fp-search {
  padding: 5px 6px;
}
.m4c-matgen .font-picker .fp-sample,
:is(.m4c-matgen) .font-picker .fp-sample {
  flex: none;
  border-bottom: 1px solid #ced4da;
  font-size: 18px;
  height: 50px;
  padding: 0 6px;
  line-height: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.m4c-matgen .font-picker .hr,
:is(.m4c-matgen) .font-picker .hr {
  border-bottom: 1px solid #ced4da;
  margin: 6px -6px;
}
.m4c-matgen .font-picker .fp-divider,
:is(.m4c-matgen) .font-picker .fp-divider {
  background-color: #eee;
  color: #666;
  font-size: 14px !important;
  padding: 6px 8px;
  border-bottom: 1px solid #ced4da;
  border-top: 1px solid #ced4da;
  text-align: center;
  cursor: default !important;
}
.m4c-matgen .font-picker [contenteditable],
:is(.m4c-matgen) .font-picker [contenteditable] {
  outline: none;
}
.m4c-matgen .font-picker .fp-results,
:is(.m4c-matgen) .font-picker .fp-results {
  list-style: none;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: -1px;
  outline: none;
}
.m4c-matgen .font-picker .fp-results li,
:is(.m4c-matgen) .font-picker .fp-results li {
  padding: 6px 8px;
  list-style: none;
  font-size: 16px;
  white-space: nowrap;
  cursor: pointer;
}
.m4c-matgen .font-picker .fp-results li > small, .m4c-matgen .font-picker .fp-results li > .small,
:is(.m4c-matgen) .font-picker .fp-results li > small {
  font-size: 10px;
  color: #999;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.m4c-matgen .font-picker .fp-results li.fp-hover,
:is(.m4c-matgen) .font-picker .fp-results li.fp-hover {
  background-color: #255dff;
  color: #fff;
}
.m4c-matgen .font-picker .fp-results li.fp-active,
:is(.m4c-matgen) .font-picker .fp-results li.fp-active {
  background-color: #6c757d;
  color: #fff;
  font-size: 18px;
  padding: 8px;
  position: relative;
}
.m4c-matgen .font-picker .fp-results li.fp-active small, .m4c-matgen .font-picker .fp-results li.fp-active .small,
:is(.m4c-matgen) .font-picker .fp-results li.fp-active small {
  color: #fff;
}
.m4c-matgen .font-picker .fp-variants,
:is(.m4c-matgen) .font-picker .fp-variants {
  margin-top: 3px;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.m4c-matgen .font-picker .fp-pill,
:is(.m4c-matgen) .font-picker .fp-pill {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  padding: 2px 6px;
  margin-bottom: 2px;
  white-space: nowrap;
  border-radius: 5rem;
  background-color: #eee;
  color: #555;
  cursor: pointer;
}
.m4c-matgen .font-picker .fp-variants .fp-pill,
:is(.m4c-matgen) .font-picker .fp-variants .fp-pill {
  padding: 1px 4px;
  border-radius: 5rem;
  background-color: #eee;
  color: #555;
}
.m4c-matgen .font-picker .fp-pill.checked,
:is(.m4c-matgen) .font-picker .fp-pill.checked {
  background-color: #000;
  color: #fff;
}
.m4c-matgen .font-picker .fp-variants .fp-pill.italic,
:is(.m4c-matgen) .font-picker .fp-variants .fp-pill.italic {
  font-style: italic;
}
.m4c-matgen .font-picker .fp-variants .fp-pill.italic.checked,
:is(.m4c-matgen) .font-picker .fp-variants .fp-pill.italic.checked {
  background-color: #804;
  font-style: italic;
}
.m4c-matgen .matgen-form,
:is(.m4c-matgen) .matgen-form {
  width: 100%;
  padding: 15px;
  margin: 0 auto;
}
.m4c-matgen #filters,
:is(.m4c-matgen) #filters {
  display: flex;
  align-items: center;
  border: 1px solid #dedede;
  border-radius: 0.25em;
  margin: 0;
  margin-top: 2em;
  margin-bottom: 1em;
  padding: 1em 2.5em;
}
.m4c-matgen #filters input,
:is(.m4c-matgen) #filters input {
  border-radius: 0.25em;
  padding: 0.25em 0.5em;
  margin: 0 1.5em;
  width: 8vw;
}
.m4c-matgen #filters #filters-label,
:is(.m4c-matgen) #filters #filters-label {
  display: flex;
  width: 11em;
}
.m4c-matgen #filters #filters-label h4, .m4c-matgen #filters #filters-label .h4,
:is(.m4c-matgen) #filters #filters-label h4 {
  margin: 0;
  margin-left: 0.5em;
}
.m4c-matgen #filters-clear,
:is(.m4c-matgen) #filters-clear {
  font-weight: bold;
  font-size: 1em;
  padding: 0.01em 0.25em;
}
.m4c-matgen .color-picker-form,
:is(.m4c-matgen) .color-picker-form {
  border: 1px solid #ced4da;
  padding: 0.5em;
  color: #c3c5c6;
  height: 2.5em;
}
.m4c-matgen .color-picker-form .pcr-button,
:is(.m4c-matgen) .color-picker-form .pcr-button {
  height: 1.5em;
  position: relative;
  top: -0.15em;
}
.m4c-matgen #rich-text-editor,
:is(.m4c-matgen) #rich-text-editor {
  min-height: 60vh;
}
.m4c-matgen #rich-text-editor .modal-body,
:is(.m4c-matgen) #rich-text-editor .modal-body {
  min-height: 60vh;
}
.m4c-matgen #rich-text-preview,
:is(.m4c-matgen) #rich-text-preview {
  width: 400px;
  height: 100%;
  pointer-events: none;
  position: relative;
}
.m4c-matgen #rich-text-preview-loader,
:is(.m4c-matgen) #rich-text-preview-loader {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.m4c-matgen #themeColorTextOpacityContainer,
.m4c-matgen #themeColorShapeOpacityContainer,
:is(.m4c-matgen) #themeColorTextOpacityContainer,
:is(.m4c-matgen) #themeColorShapeOpacityContainer {
  position: relative;
  left: -1.5em;
}
.m4c-matgen #themeColorTextOpacity,
.m4c-matgen #themeColorShapeOpacity,
:is(.m4c-matgen) #themeColorTextOpacity,
:is(.m4c-matgen) #themeColorShapeOpacity {
  width: 6em;
  margin-right: 1em;
}
.m4c-matgen #themeColorTextOpacityNumber,
.m4c-matgen #themeColorShapeOpacityNumber,
:is(.m4c-matgen) #themeColorTextOpacityNumber,
:is(.m4c-matgen) #themeColorShapeOpacityNumber {
  width: 3.5em;
}
.m4c-matgen #editor-text-modal .modal-body,
:is(.m4c-matgen) #editor-text-modal .modal-body {
  padding-top: 0;
}
.m4c-matgen #quill-container,
.m4c-matgen .quill-container,
:is(.m4c-matgen) #quill-container,
:is(.m4c-matgen) .quill-container {
  margin: auto;
  width: 400px;
  height: 100%;
}
.m4c-matgen #quill-container .ql-editor ul,
.m4c-matgen .quill-container .ql-editor ul,
:is(.m4c-matgen) #quill-container .ql-editor ul,
:is(.m4c-matgen) .quill-container .ql-editor ul {
  font-size: 1rem;
  line-height: 1.625;
}
.m4c-matgen #quill-output-wrapper,
:is(.m4c-matgen) #quill-output-wrapper {
  margin-top: 1500px;
}
.m4c-matgen #quill-output,
:is(.m4c-matgen) #quill-output {
  background: transparent;
  overflow: hidden;
  text-align: left;
}
.m4c-matgen #quill-output p,
:is(.m4c-matgen) #quill-output p {
  margin: 0;
  padding: 0;
}
.m4c-matgen .matgen-form .checkbox,
:is(.m4c-matgen) .matgen-form .checkbox {
  font-weight: 400;
}
.m4c-matgen .matgen-form .form-control, .m4c-matgen .matgen-form .font-picker.fp-select,
:is(.m4c-matgen) .matgen-form .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.m4c-matgen .matgen-form .form-control:focus, .m4c-matgen .matgen-form .font-picker.fp-select:focus,
:is(.m4c-matgen) .matgen-form .form-control:focus {
  z-index: 2;
}
.m4c-matgen .matgen-form input.top,
.m4c-matgen .matgen-form select.top,
.m4c-matgen .matgen-form .checkbox.top,
.m4c-matgen .matgen-form .form-control.top,
.m4c-matgen .matgen-form .top.font-picker.fp-select,
:is(.m4c-matgen) .matgen-form input.top,
:is(.m4c-matgen) .matgen-form select.top,
:is(.m4c-matgen) .matgen-form .checkbox.top,
:is(.m4c-matgen) .matgen-form .form-control.top {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.m4c-matgen .matgen-form textarea.form-control.top, .m4c-matgen .matgen-form textarea.top.font-picker.fp-select,
:is(.m4c-matgen) .matgen-form textarea.form-control.top {
  margin-bottom: -17px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.m4c-matgen .matgen-form textarea.form-control.middle, .m4c-matgen .matgen-form textarea.middle.font-picker.fp-select,
:is(.m4c-matgen) .matgen-form textarea.form-control.middle {
  margin-bottom: -17px;
  border-radius: 0;
}
.m4c-matgen .matgen-form input.middle,
.m4c-matgen .matgen-form select.middle,
.m4c-matgen .matgen-form .checkbox.middle,
.m4c-matgen .matgen-form .form-control.middle,
.m4c-matgen .matgen-form .middle.font-picker.fp-select,
:is(.m4c-matgen) .matgen-form input.middle,
:is(.m4c-matgen) .matgen-form select.middle,
:is(.m4c-matgen) .matgen-form .checkbox.middle,
:is(.m4c-matgen) .matgen-form .form-control.middle {
  border-radius: 0;
}
.m4c-matgen .matgen-form input.bottom,
.m4c-matgen .matgen-form select.bottom,
.m4c-matgen .matgen-form textarea.bottom,
.m4c-matgen .matgen-form .checkbox.bottom,
.m4c-matgen .matgen-form .form-control.bottom,
.m4c-matgen .matgen-form .bottom.font-picker.fp-select,
:is(.m4c-matgen) .matgen-form input.bottom,
:is(.m4c-matgen) .matgen-form select.bottom,
:is(.m4c-matgen) .matgen-form textarea.bottom,
:is(.m4c-matgen) .matgen-form .checkbox.bottom,
:is(.m4c-matgen) .matgen-form .form-control.bottom {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.m4c-matgen .inline-block,
:is(.m4c-matgen) .inline-block {
  display: inline-block;
}
.m4c-matgen .form-check,
:is(.m4c-matgen) .form-check {
  padding-right: 1em;
}
.m4c-matgen .font-picker .fp-modal,
:is(.m4c-matgen) .font-picker .fp-modal {
  z-index: 500;
}
.m4c-matgen .font-picker .fp-modal-backdrop,
:is(.m4c-matgen) .font-picker .fp-modal-backdrop {
  background-color: #6c757d;
  z-index: 300;
  opacity: 0.5;
}
.m4c-matgen #icon-preview,
:is(.m4c-matgen) #icon-preview {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 0.5rem;
}
.m4c-matgen .matgen-form .font-picker.fp-select,
:is(.m4c-matgen) .matgen-form .font-picker.fp-select {
  margin-bottom: -1px;
  border-radius: 0;
  color: #95a5a6;
  display: block;
  padding: 0;
}
.m4c-matgen .matgen-form .font-picker.fp-select .fp-fontspec,
:is(.m4c-matgen) .matgen-form .font-picker.fp-select .fp-fontspec {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
  margin: 0;
}
.m4c-matgen .logic-tagging__container,
:is(.m4c-matgen) .logic-tagging__container {
  border-radius: 3px;
}
.m4c-matgen .logic-tagging__header,
:is(.m4c-matgen) .logic-tagging__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.m4c-matgen .logic-tagging__header__heading,
:is(.m4c-matgen) .logic-tagging__header__heading {
  font-weight: bold;
}
.m4c-matgen .logic-tagging__content,
:is(.m4c-matgen) .logic-tagging__content {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  padding-top: 1.5rem;
}
.m4c-matgen .logic-tagging__material-img .preview-thumb,
:is(.m4c-matgen) .logic-tagging__material-img .preview-thumb {
  position: sticky;
  top: 10rem;
}
.m4c-matgen .logic-tagging__material-img .preview-thumb img,
:is(.m4c-matgen) .logic-tagging__material-img .preview-thumb img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 1px 1px 3px #e9ecef;
}
.m4c-matgen .logic-tagging__card__header,
:is(.m4c-matgen) .logic-tagging__card__header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 1rem 0.5rem 1.5rem;
  border-radius: 3px;
}
.m4c-matgen .logic-tagging__card__heading,
:is(.m4c-matgen) .logic-tagging__card__heading {
  margin-bottom: 0;
}
.m4c-matgen .logic-tagging__card__help-text,
:is(.m4c-matgen) .logic-tagging__card__help-text {
  font-size: 0.55rem;
  color: #fff;
}
.m4c-matgen .logic-tagging__card__content,
:is(.m4c-matgen) .logic-tagging__card__content {
  padding: 1.35rem 2rem 1.5rem;
}
.m4c-matgen .logic-tagging__subcard,
:is(.m4c-matgen) .logic-tagging__subcard {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.0509803922);
}
.m4c-matgen .logic-tagging__subcard__help-text,
:is(.m4c-matgen) .logic-tagging__subcard__help-text {
  font-size: 0.55rem;
  color: #fff;
}
.m4c-matgen .logic-tagging__subcard__header,
:is(.m4c-matgen) .logic-tagging__subcard__header {
  flex: 1 0 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 1rem 0.5rem 1.5rem;
  background-color: #6c757d;
}
.m4c-matgen .logic-tagging__subcard__heading,
:is(.m4c-matgen) .logic-tagging__subcard__heading {
  margin-bottom: 0;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  text-align: left;
}
.m4c-matgen .logic-tagging__subcard .card--multi-select,
:is(.m4c-matgen) .logic-tagging__subcard .card--multi-select {
  flex: 1 1 100%;
  width: 100%;
  padding: 1.25rem 2rem 1.35rem;
}
.m4c-matgen .logic-tagging__subcard .option-buttons,
:is(.m4c-matgen) .logic-tagging__subcard .option-buttons {
  justify-content: flex-start;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.m4c-matgen .logic-tagging__subcard__multirange,
:is(.m4c-matgen) .logic-tagging__subcard__multirange {
  flex: 1 1 100%;
  display: block;
  width: 100%;
  padding: 2rem 4.5rem 3rem;
}
.m4c-matgen .logic-tagging__subcard__multirange .range-slider__handle__label,
:is(.m4c-matgen) .logic-tagging__subcard__multirange .range-slider__handle__label {
  font-weight: 500;
}
.m4c-matgen .option-buttons,
:is(.m4c-matgen) .option-buttons {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-bottom: -1em;
}
.m4c-matgen .option-buttons__accordion,
:is(.m4c-matgen) .option-buttons__accordion {
  flex: 1 1 100%;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
}
.m4c-matgen .option-buttons__accordion.--visible,
:is(.m4c-matgen) .option-buttons__accordion.--visible {
  max-height: 1000px;
  opacity: 1;
  visibility: visible;
}
.m4c-matgen .option-buttons__accordion-toggle,
:is(.m4c-matgen) .option-buttons__accordion-toggle {
  flex: 1 0 100%;
  position: relative;
  display: block;
  margin-top: 0.25em;
  margin-bottom: 1em;
  text-align: center;
}
.m4c-matgen .option-buttons__accordion-toggle__link,
:is(.m4c-matgen) .option-buttons__accordion-toggle__link {
  position: relative;
  display: inline-block;
}
.m4c-matgen .option-buttons__accordion-toggle__link:hover, .m4c-matgen .option-buttons__accordion-toggle__link:focus,
:is(.m4c-matgen) .option-buttons__accordion-toggle__link:hover,
:is(.m4c-matgen) .option-buttons__accordion-toggle__link:focus {
  color: #255dff;
}
.m4c-matgen .button--option,
:is(.m4c-matgen) .button--option {
  cursor: pointer;
  position: relative;
  display: inline-block;
  color: #495057;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border: 2px solid #6c757d;
  border-radius: 5px;
  outline: none;
  font-size: 0.8em;
  margin: 0.15em;
  padding: 0.25em 0.5em;
  min-height: 3em;
  width: 30%;
}
.m4c-matgen .button--option:hover, .m4c-matgen .button--option:focus,
:is(.m4c-matgen) .button--option:hover,
:is(.m4c-matgen) .button--option:focus {
  color: #fff;
  background-color: #6c757d;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.card[id^=multi-select-] .m4c-matgen .button--option:hover, .card[id^=multi-select-] .m4c-matgen .button--option:focus,
.card[id^=multi-select-] :is(.m4c-matgen) .button--option:hover,
.card[id^=multi-select-] :is(.m4c-matgen) .button--option:focus {
  color: #495057;
  background-color: #fff;
}
.m4c-matgen .button--option:visited,
:is(.m4c-matgen) .button--option:visited {
  color: #495057;
}
.m4c-matgen .button--option:visited:hover, .m4c-matgen .button--option:visited:focus,
:is(.m4c-matgen) .button--option:visited:hover,
:is(.m4c-matgen) .button--option:visited:focus {
  color: #fff;
  text-decoration: none;
}
.m4c-matgen .button--option.--selected,
:is(.m4c-matgen) .button--option.--selected {
  color: #fff;
  background-color: #255dff;
  border-color: rgb(11.5, 74.0504587156, 255);
}
.m4c-matgen .button--option.--active,
:is(.m4c-matgen) .button--option.--active {
  color: #fff;
  background-color: #6c757d;
}
.card[id^=multi-select-] .m4c-matgen .button--option.--active:hover, .card[id^=multi-select-] .m4c-matgen .button--option.--active:focus,
.card[id^=multi-select-] :is(.m4c-matgen) .button--option.--active:hover,
.card[id^=multi-select-] :is(.m4c-matgen) .button--option.--active:focus {
  color: #fff;
  background-color: #6c757d;
}
.m4c-matgen .color--white,
:is(.m4c-matgen) .color--white {
  color: #fff;
}
.m4c-matgen .bg--white,
:is(.m4c-matgen) .bg--white {
  background-color: #fff;
}
.m4c-matgen .color--black,
:is(.m4c-matgen) .color--black {
  color: #000;
}
.m4c-matgen .bg--black,
:is(.m4c-matgen) .bg--black {
  background-color: #000;
}
.m4c-matgen .color--gray,
:is(.m4c-matgen) .color--gray {
  color: #414141;
}
.m4c-matgen .bg--gray,
:is(.m4c-matgen) .bg--gray {
  background-color: #414141;
}
.m4c-matgen .color--gray-a,
:is(.m4c-matgen) .color--gray-a {
  color: #454545;
}
.m4c-matgen .bg--gray-a,
:is(.m4c-matgen) .bg--gray-a {
  background-color: #454545;
}
.m4c-matgen .color--gray-c,
:is(.m4c-matgen) .color--gray-c {
  color: #999;
}
.m4c-matgen .bg--gray-c,
:is(.m4c-matgen) .bg--gray-c {
  background-color: #999;
}
.m4c-matgen .color--gray-light-b,
:is(.m4c-matgen) .color--gray-light-b {
  color: #f5f5f5;
}
.m4c-matgen .bg--gray-light-b,
:is(.m4c-matgen) .bg--gray-light-b {
  background-color: #f5f5f5;
}
.m4c-matgen .color--blue,
:is(.m4c-matgen) .color--blue {
  color: #255dff;
}
.m4c-matgen .bg--blue,
:is(.m4c-matgen) .bg--blue {
  background-color: #255dff;
}
.m4c-matgen .color--blue-dark,
:is(.m4c-matgen) .color--blue-dark {
  color: #164be2;
}
.m4c-matgen .bg--blue-dark,
:is(.m4c-matgen) .bg--blue-dark {
  background-color: #164be2;
}
.m4c-matgen .color--blue-darker,
:is(.m4c-matgen) .color--blue-darker {
  color: #142585;
}
.m4c-matgen .bg--blue-darker,
:is(.m4c-matgen) .bg--blue-darker {
  background-color: #142585;
}
.m4c-matgen .color--blue-light,
:is(.m4c-matgen) .color--blue-light {
  color: #f1f3fa;
}
.m4c-matgen .bg--blue-light,
:is(.m4c-matgen) .bg--blue-light {
  background-color: #f1f3fa;
}
.m4c-matgen html.sr .load-hidden,
:is(.m4c-matgen) html.sr .load-hidden {
  visibility: hidden;
}
.m4c-matgen .--no-scroll,
:is(.m4c-matgen) .--no-scroll {
  overflow: hidden;
}
.m4c-matgen .--hidden,
:is(.m4c-matgen) .--hidden {
  display: none;
}
.m4c-matgen .demo-card-types,
.m4c-matgen .demo-card-material,
:is(.m4c-matgen) .demo-card-types,
:is(.m4c-matgen) .demo-card-material {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.m4c-matgen .demo-card-types .card--has-title,
.m4c-matgen .demo-card-material .card--has-title,
:is(.m4c-matgen) .demo-card-types .card--has-title,
:is(.m4c-matgen) .demo-card-material .card--has-title {
  flex: 0 0 100%;
}
.m4c-matgen .card-grid__card-container,
:is(.m4c-matgen) .card-grid__card-container {
  position: relative;
  flex: 1 0 30%;
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  margin-top: 2.1em;
  margin-left: auto;
}
.m4c-matgen .card-grid__card-container .card--option,
:is(.m4c-matgen) .card-grid__card-container .card--option {
  flex: 1;
}
.m4c-matgen .card-grid__card-container .card--option:hover,
:is(.m4c-matgen) .card-grid__card-container .card--option:hover {
  border-color: #255dff;
}
.m4c-matgen .card,
:is(.m4c-matgen) .card {
  display: flex;
  flex-flow: column nowrap;
  position: relative;
}
.m4c-matgen .card-slider__nav__prev, .m4c-matgen .card-slider__nav__next,
:is(.m4c-matgen) .card-slider__nav__prev,
:is(.m4c-matgen) .card-slider__nav__next {
  margin-top: -2rem;
}
.m4c-matgen .card-slider .slick-track,
:is(.m4c-matgen) .card-slider .slick-track {
  padding-bottom: 2rem;
}
.m4c-matgen .card--basic,
:is(.m4c-matgen) .card--basic {
  padding: 1.25rem 3.35rem 2.5rem;
  margin-bottom: 0.875rem;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
}
.m4c-matgen .card--basic:hover, .m4c-matgen .card--basic:focus,
:is(.m4c-matgen) .card--basic:hover,
:is(.m4c-matgen) .card--basic:focus {
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.15);
}
.m4c-matgen .card--has-title h5, .m4c-matgen .card--has-title .h5,
:is(.m4c-matgen) .card--has-title h5 {
  color: #212121;
  font-weight: bold;
  margin-bottom: 1.55em;
}
.m4c-matgen .card--has-range,
:is(.m4c-matgen) .card--has-range {
  padding-bottom: 4.125rem;
}
.m4c-matgen .card--option,
:is(.m4c-matgen) .card--option {
  cursor: pointer;
  align-items: center;
  margin-bottom: 1em;
  max-width: 11.35rem;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
  font-size: 0.75rem;
  text-align: center;
}
.m4c-matgen .card--option:hover, .m4c-matgen .card--option:focus,
:is(.m4c-matgen) .card--option:hover,
:is(.m4c-matgen) .card--option:focus {
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.15);
}
.m4c-matgen .card--option.--selected,
:is(.m4c-matgen) .card--option.--selected {
  border-color: #255dff;
}
.m4c-matgen .card--option + .m4c-matgen .card--option,
.m4c-matgen .card--option + :is(.m4c-matgen) .card--option,
:is(.m4c-matgen) .card--option + .m4c-matgen .card--option,
:is(.m4c-matgen) .card--option + :is(.m4c-matgen) .card--option {
  margin-left: 0.8em;
}
.m4c-matgen .card--option h6, .m4c-matgen .card--option .h6,
:is(.m4c-matgen) .card--option h6 {
  margin: 1.6em 1em 1.4em;
  color: #212121;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.25;
}
.m4c-matgen .card--option .m4c-matgen .card, .m4c-matgen .card--option :is(.m4c-matgen) .card__bottom,
:is(.m4c-matgen) .card--option .m4c-matgen .card,
:is(.m4c-matgen) .card--option :is(.m4c-matgen) .card__bottom {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  border-radius: 0 0 3px 3px;
}
.m4c-matgen .card--option .m4c-matgen .card--split, .m4c-matgen .card--option :is(.m4c-matgen) .card__bottom--split,
:is(.m4c-matgen) .card--option .m4c-matgen .card--split,
:is(.m4c-matgen) .card--option :is(.m4c-matgen) .card__bottom--split {
  justify-content: space-between;
}
.m4c-matgen .card--option .m4c-matgen .card--split .card__bottom__file-type, .m4c-matgen .card--option :is(.m4c-matgen) .card__bottom--split .card__bottom__file-type,
:is(.m4c-matgen) .card--option .m4c-matgen .card--split .card__bottom__file-type,
:is(.m4c-matgen) .card--option :is(.m4c-matgen) .card__bottom--split .card__bottom__file-type {
  flex: 0 0 49%;
  border-radius: 0 0 0 3px;
}
.m4c-matgen .card--option .m4c-matgen .card__file-type, .m4c-matgen .card--option :is(.m4c-matgen) .card__bottom__file-type,
:is(.m4c-matgen) .card--option .m4c-matgen .card__file-type,
:is(.m4c-matgen) .card--option :is(.m4c-matgen) .card__bottom__file-type {
  flex: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.8em 0.5em;
  background-color: #f5f5f5;
  border-radius: 0 0 3px 3px;
  color: #686868;
  font-size: 0.625rem;
  font-weight: normal;
  letter-spacing: 0.15px;
}
.m4c-matgen .card--option .m4c-matgen .card__tested, .m4c-matgen .card--option :is(.m4c-matgen) .card__bottom__tested,
:is(.m4c-matgen) .card--option .m4c-matgen .card__tested,
:is(.m4c-matgen) .card--option :is(.m4c-matgen) .card__bottom__tested {
  flex: 0 0 49%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.8em 0.5em;
  background: #f5f5f5;
  border-radius: 0 0 3px 0;
  color: #686868;
  font-size: 0.625rem;
}
.m4c-matgen .card--option .m4c-matgen .card__tested img, .m4c-matgen .card--option :is(.m4c-matgen) .card__bottom__tested img,
:is(.m4c-matgen) .card--option .m4c-matgen .card__tested img,
:is(.m4c-matgen) .card--option :is(.m4c-matgen) .card__bottom__tested img {
  width: 0.625rem;
  height: auto;
  margin-right: 0.5em;
}
.m4c-matgen .card--multi-select > h5, .m4c-matgen .card--multi-select > .h5,
:is(.m4c-matgen) .card--multi-select > h5 {
  margin-bottom: 0.25em;
}
.m4c-matgen .card--multi-select > span,
:is(.m4c-matgen) .card--multi-select > span {
  margin-bottom: 1rem;
  color: #999;
  font-weight: 600;
}
.m4c-matgen .card--multi-select .button--option,
:is(.m4c-matgen) .card--multi-select .button--option {
  letter-spacing: 0.035ch;
}
.m4c-matgen .card--material,
:is(.m4c-matgen) .card--material {
  width: 17.375rem;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
}
.m4c-matgen .card--material:hover, .m4c-matgen .card--material:focus,
:is(.m4c-matgen) .card--material:hover,
:is(.m4c-matgen) .card--material:focus {
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1329px) {
  .m4c-matgen .card--material,
  :is(.m4c-matgen) .card--material {
    width: calc(100% - 2em);
  }
}
.m4c-matgen .card--material + .m4c-matgen .card--material,
.m4c-matgen .card--material + :is(.m4c-matgen) .card--material,
:is(.m4c-matgen) .card--material + .m4c-matgen .card--material,
:is(.m4c-matgen) .card--material + :is(.m4c-matgen) .card--material {
  margin-left: 2em;
}
.m4c-matgen .card--material .card__thumbnail,
:is(.m4c-matgen) .card--material .card__thumbnail {
  flex: 0 0 9rem;
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 1em 1em 0.25em;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: 1;
}
.m4c-matgen .card--material .card__thumbnail::after,
:is(.m4c-matgen) .card--material .card__thumbnail::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
.m4c-matgen .card--material .card__thumbnail__category,
:is(.m4c-matgen) .card--material .card__thumbnail__category {
  font-size: 0.75rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1;
  z-index: 1;
}
.m4c-matgen .card--material .card__content,
:is(.m4c-matgen) .card--material .card__content {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  padding: 1em;
  text-align: left;
}
.m4c-matgen .card--material .card__content .card__title,
:is(.m4c-matgen) .card--material .card__content .card__title {
  flex: 100%;
  font-size: 0.75rem;
  font-weight: bold;
}
.m4c-matgen .card--material .card__content .card__subtitle,
:is(.m4c-matgen) .card--material .card__content .card__subtitle {
  flex: 100%;
  font-size: 0.75rem;
  color: #454545;
}
.m4c-matgen .card--material .card__content .card__file-type,
:is(.m4c-matgen) .card--material .card__content .card__file-type {
  flex: 100%;
  color: #686868;
  font-size: 0.625rem;
}
.m4c-matgen .card--material .card__content .card__subtitle + .card__file-type,
:is(.m4c-matgen) .card--material .card__content .card__subtitle + .card__file-type {
  margin-top: 0.5em;
}
.m4c-matgen .card--material .card__content .card__tested,
:is(.m4c-matgen) .card--material .card__content .card__tested {
  position: absolute;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  right: 2em;
  bottom: 2em;
  color: #686868;
  font-size: 0.625rem;
}
.m4c-matgen .card--material .card__content .card__tested img,
:is(.m4c-matgen) .card--material .card__content .card__tested img {
  width: 0.625rem;
  height: auto;
  margin-right: 0.5em;
}
.m4c-matgen .card--material .button,
:is(.m4c-matgen) .card--material .button {
  margin-top: 2em;
}
.m4c-matgen .card--my-material,
:is(.m4c-matgen) .card--my-material {
  flex-flow: row nowrap;
  width: 100%;
  min-height: 10rem;
}
.m4c-matgen .card--my-material + .m4c-matgen .card--my-material,
.m4c-matgen .card--my-material + :is(.m4c-matgen) .card--my-material,
:is(.m4c-matgen) .card--my-material + .m4c-matgen .card--my-material,
:is(.m4c-matgen) .card--my-material + :is(.m4c-matgen) .card--my-material {
  margin-left: unset;
}
.m4c-matgen .card--my-material .material-card__left, .m4c-matgen .card--my-material .material-card__middle, .m4c-matgen .card--my-material .material-card__right,
:is(.m4c-matgen) .card--my-material .material-card__left,
:is(.m4c-matgen) .card--my-material .material-card__middle,
:is(.m4c-matgen) .card--my-material .material-card__right {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
}
.m4c-matgen .card--my-material .material-card__left,
:is(.m4c-matgen) .card--my-material .material-card__left {
  flex: 0 0 calc(1.375rem + 2.4375rem);
  align-items: center;
  padding: 0.9375rem 0;
  background-color: #f5f5f5;
}
.m4c-matgen .card--my-material .material-card__middle,
:is(.m4c-matgen) .card--my-material .material-card__middle {
  flex: 1 1 auto;
  align-items: flex-start;
  padding: 0.9375rem;
}
.m4c-matgen .card--my-material .material-card__right,
:is(.m4c-matgen) .card--my-material .material-card__right {
  flex: 0 0 6.25rem;
  align-items: center;
  padding: 0.9375rem 0.9375rem 0 0;
}
.m4c-matgen .card--my-material .material-card__icon,
:is(.m4c-matgen) .card--my-material .material-card__icon {
  max-width: 2.4375rem;
  margin-bottom: auto;
}
.m4c-matgen .card--my-material .material-card__heading,
:is(.m4c-matgen) .card--my-material .material-card__heading {
  margin-bottom: 0.25em;
  line-height: 1.1875;
}
.m4c-matgen .card--my-material .material-card__type,
:is(.m4c-matgen) .card--my-material .material-card__type {
  font-size: 0.75rem;
  line-height: 1.2;
}
.m4c-matgen .card--my-material .material-card__options,
:is(.m4c-matgen) .card--my-material .material-card__options {
  position: relative;
  margin-top: auto;
}
.m4c-matgen .card--my-material .material-card__tested,
:is(.m4c-matgen) .card--my-material .material-card__tested {
  display: none;
  flex: 0 0 auto;
  background: #f5f5f5;
  align-items: center;
  font-size: 0.5625rem;
  color: #686868;
  padding: 0.8em 0.5em;
  justify-content: center;
  border-radius: 0 0 3px 0;
}
.m4c-matgen .card--my-material .material-card__tested img,
:is(.m4c-matgen) .card--my-material .material-card__tested img {
  width: 0.5625rem;
  height: auto;
  margin-right: 0.5em;
}
.m4c-matgen .card--my-material .material-card__status,
:is(.m4c-matgen) .card--my-material .material-card__status {
  display: inline-block;
  margin: 0.25em 0 0.5em;
  padding: 0 2.4em 0 1.4em;
  background-color: #d8d8d8;
  font-size: 0.5625rem;
  font-weight: normal;
  letter-spacing: 0.0375em;
  line-height: 1.7777777778;
  text-align: center;
  border: 2px solid transparent;
  border-radius: 5em;
}
.m4c-matgen .card--my-material .material-card__status::after,
:is(.m4c-matgen) .card--my-material .material-card__status::after {
  right: 0.95em;
  border-top-color: #454545;
}
.m4c-matgen .card--my-material.material--tested .material-card__tested,
:is(.m4c-matgen) .card--my-material.material--tested .material-card__tested {
  display: inline-flex;
}
.m4c-matgen .card--my-material.material--draft .material-card__status, .m4c-matgen .card--my-material.material--final .material-card__status,
:is(.m4c-matgen) .card--my-material.material--draft .material-card__status,
:is(.m4c-matgen) .card--my-material.material--final .material-card__status {
  display: inline-block;
}
.m4c-matgen .card--my-material.material--draft .material-card__status,
:is(.m4c-matgen) .card--my-material.material--draft .material-card__status {
  color: #f04913;
  background-color: #ffe3d9;
  border: 2px solid #ffe3d9;
}
.m4c-matgen .card--my-material.material--draft .material-card__status::after,
:is(.m4c-matgen) .card--my-material.material--draft .material-card__status::after {
  border-top-color: #f04913;
}
.m4c-matgen .card--my-material.material--final .material-card__status,
:is(.m4c-matgen) .card--my-material.material--final .material-card__status {
  color: #00aa43;
  background-color: #d8f6e4;
  border: 2px solid #d8f6e4;
}
.m4c-matgen .card--my-material.material--final .material-card__status::after,
:is(.m4c-matgen) .card--my-material.material--final .material-card__status::after {
  border-top-color: #00aa43;
}
.m4c-matgen .card-label--how-to-use,
:is(.m4c-matgen) .card-label--how-to-use {
  cursor: pointer;
  position: absolute;
  padding: 0.5em 1em 0.6em;
  right: 0;
  bottom: calc(100% + 5px);
  border: none;
  border-radius: 3px;
  background-color: rgba(219, 228, 253, 0);
  outline: 0;
  color: #848484;
  font-size: 0.625rem;
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 1;
}
.m4c-matgen .card-label--how-to-use:hover, .m4c-matgen .card-label--how-to-use[aria-expanded=true], .m4c-matgen .card-label--how-to-use.--active,
:is(.m4c-matgen) .card-label--how-to-use:hover,
:is(.m4c-matgen) .card-label--how-to-use[aria-expanded=true],
:is(.m4c-matgen) .card-label--how-to-use.--active {
  background-color: #dbe4fd;
  color: #255dff;
}
.m4c-matgen .card--with-header,
:is(.m4c-matgen) .card--with-header {
  padding: 0;
  margin-bottom: 0.875rem;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.m4c-matgen .card--with-header:hover, .m4c-matgen .card--with-header:focus,
:is(.m4c-matgen) .card--with-header:hover,
:is(.m4c-matgen) .card--with-header:focus {
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.15);
}
.m4c-matgen .noUi-target,
.m4c-matgen .noUi-target *,
:is(.m4c-matgen) .noUi-target,
:is(.m4c-matgen) .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.m4c-matgen .noUi-target,
:is(.m4c-matgen) .noUi-target {
  position: relative;
}
.m4c-matgen .noUi-base,
.m4c-matgen .noUi-connects,
:is(.m4c-matgen) .noUi-base,
:is(.m4c-matgen) .noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.m4c-matgen .noUi-connects,
:is(.m4c-matgen) .noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.m4c-matgen .noUi-connect,
.m4c-matgen .noUi-origin,
:is(.m4c-matgen) .noUi-connect,
:is(.m4c-matgen) .noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}
.m4c-matgen .noUi-connect,
:is(.m4c-matgen) .noUi-connect {
  height: 100%;
  width: 100%;
}
.m4c-matgen .noUi-origin,
:is(.m4c-matgen) .noUi-origin {
  height: 10%;
  width: 10%;
}
.m4c-matgen .noUi-txt-dir-rtl.noUi-horizontal .noUi-origin,
:is(.m4c-matgen) .noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}
.m4c-matgen .noUi-vertical .noUi-origin,
:is(.m4c-matgen) .noUi-vertical .noUi-origin {
  width: 0;
}
.m4c-matgen .noUi-horizontal .noUi-origin,
:is(.m4c-matgen) .noUi-horizontal .noUi-origin {
  height: 0;
}
.m4c-matgen .noUi-handle,
:is(.m4c-matgen) .noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}
.m4c-matgen .noUi-touch-area,
:is(.m4c-matgen) .noUi-touch-area {
  height: 100%;
  width: 100%;
}
.m4c-matgen .noUi-state-tap .noUi-connect,
.m4c-matgen .noUi-state-tap .noUi-origin,
:is(.m4c-matgen) .noUi-state-tap .noUi-connect,
:is(.m4c-matgen) .noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.m4c-matgen .noUi-state-drag *,
:is(.m4c-matgen) .noUi-state-drag * {
  cursor: inherit !important;
}
.m4c-matgen .noUi-horizontal,
:is(.m4c-matgen) .noUi-horizontal {
  height: 4px;
}
.m4c-matgen .noUi-horizontal .noUi-handle,
:is(.m4c-matgen) .noUi-horizontal .noUi-handle {
  /*width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
  position: absolute;
  display: block;*/
  right: -0.625rem;
  top: -0.525rem;
  cursor: pointer;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #fff;
  border: 2px solid #255dff;
  border-radius: 100%;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
}
.m4c-matgen .noUi-vertical,
:is(.m4c-matgen) .noUi-vertical {
  width: 18px;
}
.m4c-matgen .noUi-vertical .noUi-handle,
:is(.m4c-matgen) .noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  top: -17px;
}
.m4c-matgen .noUi-txt-dir-rtl.noUi-horizontal .noUi-handle,
:is(.m4c-matgen) .noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}
.m4c-matgen .noUi-target,
:is(.m4c-matgen) .noUi-target {
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}
.m4c-matgen .noUi-connects,
:is(.m4c-matgen) .noUi-connects {
  border-radius: 3px;
}
.m4c-matgen .noUi-connect,
:is(.m4c-matgen) .noUi-connect {
  background: #255dff;
}
.m4c-matgen .noUi-draggable,
:is(.m4c-matgen) .noUi-draggable {
  cursor: ew-resize;
}
.m4c-matgen .noUi-vertical .noUi-draggable,
:is(.m4c-matgen) .noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.m4c-matgen .noUi-handle,
:is(.m4c-matgen) .noUi-handle {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}
.m4c-matgen .noUi-active,
:is(.m4c-matgen) .noUi-active {
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}
.m4c-matgen [disabled] .noUi-connect,
:is(.m4c-matgen) [disabled] .noUi-connect {
  background: #b8b8b8;
}
.m4c-matgen [disabled].noUi-target,
.m4c-matgen [disabled].noUi-handle,
.m4c-matgen [disabled] .noUi-handle,
:is(.m4c-matgen) [disabled].noUi-target,
:is(.m4c-matgen) [disabled].noUi-handle,
:is(.m4c-matgen) [disabled] .noUi-handle {
  cursor: not-allowed;
}
.m4c-matgen .noUi-pips,
.m4c-matgen .noUi-pips *,
:is(.m4c-matgen) .noUi-pips,
:is(.m4c-matgen) .noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.m4c-matgen .noUi-pips,
:is(.m4c-matgen) .noUi-pips {
  position: absolute;
  color: #999;
}
.m4c-matgen .noUi-value,
:is(.m4c-matgen) .noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.m4c-matgen .noUi-value-sub,
:is(.m4c-matgen) .noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
.m4c-matgen .noUi-marker,
:is(.m4c-matgen) .noUi-marker {
  position: absolute;
  background: #ccc;
}
.m4c-matgen .noUi-marker-sub,
:is(.m4c-matgen) .noUi-marker-sub {
  background: #aaa;
}
.m4c-matgen .noUi-marker-large,
:is(.m4c-matgen) .noUi-marker-large {
  background: #aaa;
}
.m4c-matgen .noUi-pips-horizontal,
:is(.m4c-matgen) .noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.m4c-matgen .noUi-value-horizontal,
:is(.m4c-matgen) .noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.m4c-matgen .noUi-rtl .noUi-value-horizontal,
:is(.m4c-matgen) .noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.m4c-matgen .noUi-marker-horizontal.noUi-marker,
:is(.m4c-matgen) .noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.m4c-matgen .noUi-marker-horizontal.noUi-marker-sub,
:is(.m4c-matgen) .noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.m4c-matgen .noUi-marker-horizontal.noUi-marker-large,
:is(.m4c-matgen) .noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
.m4c-matgen .noUi-pips-vertical,
:is(.m4c-matgen) .noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.m4c-matgen .noUi-value-vertical,
:is(.m4c-matgen) .noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}
.m4c-matgen .noUi-rtl .noUi-value-vertical,
:is(.m4c-matgen) .noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.m4c-matgen .noUi-marker-vertical.noUi-marker,
:is(.m4c-matgen) .noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.m4c-matgen .noUi-marker-vertical.noUi-marker-sub,
:is(.m4c-matgen) .noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.m4c-matgen .noUi-marker-vertical.noUi-marker-large,
:is(.m4c-matgen) .noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.m4c-matgen .noUi-tooltip,
:is(.m4c-matgen) .noUi-tooltip {
  display: block;
  position: absolute;
  font-size: 1rem;
  color: #454545;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.m4c-matgen .noUi-horizontal .noUi-tooltip,
:is(.m4c-matgen) .noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: -215%;
}
.m4c-matgen .noUi-vertical .noUi-tooltip,
:is(.m4c-matgen) .noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
.m4c-matgen .noUi-horizontal .noUi-origin > .noUi-tooltip,
:is(.m4c-matgen) .noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}
.m4c-matgen .noUi-vertical .noUi-origin > .noUi-tooltip,
:is(.m4c-matgen) .noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}
.m4c-matgen #data-table_wrapper,
:is(.m4c-matgen) #data-table_wrapper {
  overflow-y: scroll;
}
.m4c-matgen #data-listing-heading,
:is(.m4c-matgen) #data-listing-heading {
  padding: 1em 0;
}
.m4c-matgen #data-listing-heading h1, .m4c-matgen #data-listing-heading .h1,
:is(.m4c-matgen) #data-listing-heading h1 {
  font-size: 1.25em;
}
.m4c-matgen #data-listing select,
:is(.m4c-matgen) #data-listing select {
  word-wrap: break-word;
  max-width: 20%;
}
.m4c-matgen #data-listing th,
:is(.m4c-matgen) #data-listing th {
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}
.m4c-matgen #data-listing .table-actions,
:is(.m4c-matgen) #data-listing .table-actions {
  display: flex;
  flex-wrap: wrap;
  width: 21vw;
  justify-content: end;
}
.m4c-matgen #data-listing .table-actions button,
:is(.m4c-matgen) #data-listing .table-actions button {
  margin: 0.25em;
  width: 2.5em;
}
.m4c-matgen .section-loader,
:is(.m4c-matgen) .section-loader {
  top: 0;
  width: 100%;
  max-height: 80vh;
  height: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: wait;
}
.m4c-matgen .section-loader .loader-circle,
:is(.m4c-matgen) .section-loader .loader-circle {
  display: inline-block;
  transform: translateZ(1px);
}
.m4c-matgen .section-loader .loader-circle > div,
:is(.m4c-matgen) .section-loader .loader-circle > div {
  display: inline-block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  background: #255dff;
  animation: loader-circle 9.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
@keyframes loader-circle {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(1800deg);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  100% {
    transform: rotateY(3600deg);
  }
}
.m4c-matgen .section-loader .loader-grid,
:is(.m4c-matgen) .section-loader .loader-grid {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.m4c-matgen .section-loader .loader-grid div,
:is(.m4c-matgen) .section-loader .loader-grid div {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #255dff;
  animation: loader-grid 1.2s linear infinite;
}
.m4c-matgen .section-loader .loader-grid div:nth-child(1),
:is(.m4c-matgen) .section-loader .loader-grid div:nth-child(1) {
  top: 8px;
  left: 8px;
  animation-delay: 0s;
}
.m4c-matgen .section-loader .loader-grid div:nth-child(2),
:is(.m4c-matgen) .section-loader .loader-grid div:nth-child(2) {
  top: 8px;
  left: 32px;
  animation-delay: -0.4s;
}
.m4c-matgen .section-loader .loader-grid div:nth-child(3),
:is(.m4c-matgen) .section-loader .loader-grid div:nth-child(3) {
  top: 8px;
  left: 56px;
  animation-delay: -0.8s;
}
.m4c-matgen .section-loader .loader-grid div:nth-child(4),
:is(.m4c-matgen) .section-loader .loader-grid div:nth-child(4) {
  top: 32px;
  left: 8px;
  animation-delay: -0.4s;
}
.m4c-matgen .section-loader .loader-grid div:nth-child(5),
:is(.m4c-matgen) .section-loader .loader-grid div:nth-child(5) {
  top: 32px;
  left: 32px;
  animation-delay: -0.8s;
}
.m4c-matgen .section-loader .loader-grid div:nth-child(6),
:is(.m4c-matgen) .section-loader .loader-grid div:nth-child(6) {
  top: 32px;
  left: 56px;
  animation-delay: -1.2s;
}
.m4c-matgen .section-loader .loader-grid div:nth-child(7),
:is(.m4c-matgen) .section-loader .loader-grid div:nth-child(7) {
  top: 56px;
  left: 8px;
  animation-delay: -0.8s;
}
.m4c-matgen .section-loader .loader-grid div:nth-child(8),
:is(.m4c-matgen) .section-loader .loader-grid div:nth-child(8) {
  top: 56px;
  left: 32px;
  animation-delay: -1.2s;
}
.m4c-matgen .section-loader .loader-grid div:nth-child(9),
:is(.m4c-matgen) .section-loader .loader-grid div:nth-child(9) {
  top: 56px;
  left: 56px;
  animation-delay: -1.6s;
}
@keyframes loader-grid {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.m4c-matgen .section-loader .lds-ellipsis,
:is(.m4c-matgen) .section-loader .lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.m4c-matgen .section-loader .lds-ellipsis div,
:is(.m4c-matgen) .section-loader .lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #255dff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.m4c-matgen .section-loader .lds-ellipsis div:nth-child(1),
:is(.m4c-matgen) .section-loader .lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 1s infinite;
}
.m4c-matgen .section-loader .lds-ellipsis div:nth-child(2),
:is(.m4c-matgen) .section-loader .lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 1s infinite;
}
.m4c-matgen .section-loader .lds-ellipsis div:nth-child(3),
:is(.m4c-matgen) .section-loader .lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 1s infinite;
}
.m4c-matgen .section-loader .lds-ellipsis div:nth-child(4),
:is(.m4c-matgen) .section-loader .lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 1s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.m4c-matgen .ql-container.ql-snow,
:is(.m4c-matgen) .ql-container.ql-snow {
  min-height: 12em;
}
.m4c-matgen #data-listing-heading,
:is(.m4c-matgen) #data-listing-heading {
  position: relative;
}
.m4c-matgen #data-listing-heading #table-new-button,
:is(.m4c-matgen) #data-listing-heading #table-new-button {
  position: absolute;
  right: 0.5em;
  top: 0.75em;
}
.m4c-matgen #data-listing-heading #template-import-button,
:is(.m4c-matgen) #data-listing-heading #template-import-button {
  position: absolute;
  right: 4.5em;
  top: 0.75em;
}
.m4c-matgen .upload-section,
:is(.m4c-matgen) .upload-section {
  background: #ffffff;
  border: 0.9px solid #e1e1e1;
  box-sizing: border-box;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 2rem;
}
.m4c-matgen .upload-section .upload-area,
:is(.m4c-matgen) .upload-section .upload-area {
  background: #f5f5f5;
  border: 1px dashed #939393;
  border-radius: 3px;
  width: 100%;
  max-width: 380px;
  height: 220px;
  margin: 0 auto;
}
.m4c-matgen .upload-section .upload-area div,
:is(.m4c-matgen) .upload-section .upload-area div {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.m4c-matgen .upload-section .upload-area div p,
:is(.m4c-matgen) .upload-section .upload-area div p {
  margin-bottom: 0;
}
.m4c-matgen .upload-section .upload-link,
:is(.m4c-matgen) .upload-section .upload-link {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #ae29fe;
  text-align: center;
  display: block;
  margin-top: 2rem;
}
.m4c-matgen .canvas-container,
:is(.m4c-matgen) .canvas-container {
  position: relative;
}
.m4c-matgen .canvas-container .matgen-drawing,
:is(.m4c-matgen) .canvas-container .matgen-drawing {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.m4c-matgen .canvas-container .matgen-reference,
:is(.m4c-matgen) .canvas-container .matgen-reference {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.m4c-matgen .fp-modal,
:is(.m4c-matgen) .fp-modal {
  width: 550px;
}
.m4c-matgen .lds-ellipsis,
:is(.m4c-matgen) .lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.m4c-matgen .lds-ellipsis div,
:is(.m4c-matgen) .lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #255dff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.m4c-matgen .lds-ellipsis div:nth-child(1),
:is(.m4c-matgen) .lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.m4c-matgen .lds-ellipsis div:nth-child(2),
:is(.m4c-matgen) .lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.m4c-matgen .lds-ellipsis div:nth-child(3),
:is(.m4c-matgen) .lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.m4c-matgen .lds-ellipsis div:nth-child(4),
:is(.m4c-matgen) .lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.m4c-matgen .question-with-examples,
:is(.m4c-matgen) .question-with-examples {
  cursor: pointer;
}
.m4c-matgen .question-with-examples:hover,
:is(.m4c-matgen) .question-with-examples:hover {
  background-color: #255dff;
  color: #fff;
}
.m4c-matgen #question-examples-div,
:is(.m4c-matgen) #question-examples-div {
  max-width: 640px;
}
.m4c-matgen .example-actions,
:is(.m4c-matgen) .example-actions {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.m4c-matgen .example-actions .icon-link,
:is(.m4c-matgen) .example-actions .icon-link {
  margin-right: 1em;
}
.m4c-matgen .btn-primary:active,
.m4c-matgen .btn-primary:focus,
:is(.m4c-matgen) .btn-primary:active,
:is(.m4c-matgen) .btn-primary:focus {
  color: #fff;
}
.m4c-matgen legend.normal,
:is(.m4c-matgen) legend.normal {
  display: block;
  width: auto;
  padding: 0 5px;
  margin-bottom: 0;
  font-size: inherit;
  line-height: inherit;
  border: auto;
  border-bottom: none;
}
.m4c-matgen fieldset.normal,
:is(.m4c-matgen) fieldset.normal {
  border: 2px groove threedface;
  padding: 5px;
}
.m4c-matgen .questionnaire-detail,
:is(.m4c-matgen) .questionnaire-detail {
  margin-bottom: 0.5em;
  display: flex;
}
.m4c-matgen .questionnaire-detail div,
:is(.m4c-matgen) .questionnaire-detail div {
  white-space: nowrap;
  margin-right: 1em;
}
.m4c-matgen .section-wrapper,
:is(.m4c-matgen) .section-wrapper {
  padding: 1.5em;
}
.m4c-matgen .section-detail,
:is(.m4c-matgen) .section-detail {
  display: flex;
  flex-wrap: wrap;
}
.m4c-matgen .section-detail div,
:is(.m4c-matgen) .section-detail div {
  white-space: nowrap;
  margin-right: 1em;
}
.m4c-matgen .section-questions,
:is(.m4c-matgen) .section-questions {
  margin-top: 1em;
}
.m4c-matgen .questions-controls,
.m4c-matgen .answers-controls,
:is(.m4c-matgen) .questions-controls,
:is(.m4c-matgen) .answers-controls {
  display: flex;
  margin-bottom: 0.75em;
}
.m4c-matgen .questionnaire-details-wrapper,
:is(.m4c-matgen) .questionnaire-details-wrapper {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
}
.m4c-matgen .section-detail-wrapper,
:is(.m4c-matgen) .section-detail-wrapper {
  display: flex;
}
.m4c-matgen .m4c-accordion-collapse,
:is(.m4c-matgen) .m4c-accordion-collapse {
  display: none;
}
.m4c-matgen .m4c-accordion-body,
:is(.m4c-matgen) .m4c-accordion-body {
  border: 1px solid #eee;
  margin-bottom: 1.5em;
  padding: 1em 0.75em;
}
.m4c-matgen .icon-link,
:is(.m4c-matgen) .icon-link {
  cursor: pointer;
  color: #255dff;
}
.m4c-matgen .icon-link:hover,
:is(.m4c-matgen) .icon-link:hover {
  color: #333;
}
.m4c-matgen .question-title,
.m4c-matgen .answer-title,
:is(.m4c-matgen) .question-title,
:is(.m4c-matgen) .answer-title {
  flex-grow: 1;
}
.m4c-matgen .answer-title svg,
:is(.m4c-matgen) .answer-title svg {
  margin-right: 0.75em;
}
.m4c-matgen #sort-div,
:is(.m4c-matgen) #sort-div {
  padding: 2.5em;
}
.m4c-matgen #sort-div #sort-list,
:is(.m4c-matgen) #sort-div #sort-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.m4c-matgen #sort-div #sort-list li,
:is(.m4c-matgen) #sort-div #sort-list li {
  padding: 0.75em;
  border: 1px solid #eee;
  cursor: grab;
}
.m4c-matgen .section-wrapper .alert,
:is(.m4c-matgen) .section-wrapper .alert {
  padding-top: 1.5em;
  padding-bottom: 0.25em;
  text-align: center;
  white-space: normal;
}
.m4c-matgen .section-wrapper .alert i,
.m4c-matgen .section-wrapper .alert svg,
:is(.m4c-matgen) .section-wrapper .alert i,
:is(.m4c-matgen) .section-wrapper .alert svg {
  margin-right: 0.75em;
}
.m4c-matgen .section-wrapper .alert p,
:is(.m4c-matgen) .section-wrapper .alert p {
  color: #333;
}
.m4c-matgen .questions-controller-title,
.m4c-matgen .answers-controller-title,
:is(.m4c-matgen) .questions-controller-title,
:is(.m4c-matgen) .answers-controller-title {
  flex-grow: 1;
}
.m4c-matgen .questions-controller,
.m4c-matgen .answers-controller,
:is(.m4c-matgen) .questions-controller,
:is(.m4c-matgen) .answers-controller {
  padding: 1.5em;
  border: 1px solid #eee;
}
.m4c-matgen .tab-pane,
:is(.m4c-matgen) .tab-pane {
  border: 1px solid #eee;
}
.m4c-matgen .questionnaire-detail,
.m4c-matgen .questionnaire-sections,
:is(.m4c-matgen) .questionnaire-detail,
:is(.m4c-matgen) .questionnaire-sections {
  border-radius: 4px;
  border: 1px solid #eee;
  padding: 1.5em 2.5em;
}
.m4c-matgen .answer-card,
.m4c-matgen .example-card,
:is(.m4c-matgen) .answer-card,
:is(.m4c-matgen) .example-card {
  border: 1px solid #eee;
  padding: 0.75em;
  border-radius: 4px;
}
.m4c-matgen .answer-card,
.m4c-matgen .example-card,
:is(.m4c-matgen) .answer-card,
:is(.m4c-matgen) .example-card {
  display: flex;
}
.m4c-matgen .questionnaire-details-wrapper,
:is(.m4c-matgen) .questionnaire-details-wrapper {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
}
.m4c-matgen #alert-modal .alert,
:is(.m4c-matgen) #alert-modal .alert {
  margin-bottom: 0;
}
.m4c-matgen #alert-modal .alert-danger h4, .m4c-matgen #alert-modal .alert-danger .h4,
:is(.m4c-matgen) #alert-modal .alert-danger h4 {
  color: #fff !important;
}
.m4c-matgen .alert-modal-icon,
:is(.m4c-matgen) .alert-modal-icon {
  margin-right: 2em;
}
.m4c-matgen .alert-modal-content,
:is(.m4c-matgen) .alert-modal-content {
  max-width: 480px;
}
.m4c-matgen .alert-modal-content p,
:is(.m4c-matgen) .alert-modal-content p {
  margin: 0 auto;
}
.m4c-matgen .btn-close.alert-modal-close-button,
:is(.m4c-matgen) .btn-close.alert-modal-close-button {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
}
.m4c-matgen .btn-close.alert-modal-close-button span[aria-hidden=true],
:is(.m4c-matgen) .btn-close.alert-modal-close-button span[aria-hidden=true] {
  display: none;
}
.m4c-matgen .form-text,
:is(.m4c-matgen) .form-text {
  text-align: center;
}
.m4c-matgen .node-content .node-actions a.layer-action:hover,
:is(.m4c-matgen) .node-content .node-actions a.layer-action:hover {
  color: #255dff;
}
.m4c-matgen #matgen-sidebar,
:is(.m4c-matgen) #matgen-sidebar {
  padding-right: 0.5em;
  width: 27.5%;
  height: 90vh;
  overflow-y: scroll;
}
.m4c-matgen #matgen-signin-modal-modal-body,
:is(.m4c-matgen) #matgen-signin-modal-modal-body {
  min-width: 420px;
}
.m4c-matgen #data-listing .table-striped > tbody > tr:nth-child(odd),
:is(.m4c-matgen) #data-listing .table-striped > tbody > tr:nth-child(odd) {
  --bs-table-striped-bg: #fff;
}
.m4c-matgen .modal-buttons,
:is(.m4c-matgen) .modal-buttons {
  text-align: center;
}
.m4c-matgen #alert-modal .modal-body,
:is(.m4c-matgen) #alert-modal .modal-body {
  min-height: auto;
  min-width: auto;
  padding: 48px;
}
.m4c-matgen .matgen-actions,
:is(.m4c-matgen) .matgen-actions {
  position: absolute;
  z-index: 250;
  width: 100%;
  height: 100%;
}
.m4c-matgen .modal-body .card-group,
:is(.m4c-matgen) .modal-body .card-group {
  flex-direction: column;
}
.m4c-matgen .modal-body .card,
:is(.m4c-matgen) .modal-body .card {
  margin-bottom: 1.25em;
  cursor: pointer;
}
.m4c-matgen .modal-body .card:hover,
:is(.m4c-matgen) .modal-body .card:hover {
  box-shadow: 1px 1px 2px #333;
}
.m4c-matgen .modal-body .card.disabled,
:is(.m4c-matgen) .modal-body .card.disabled {
  background-color: #dedede;
  color: #aaa;
  text-decoration: line-through;
}
.m4c-matgen .modal-body .card-title,
:is(.m4c-matgen) .modal-body .card-title {
  display: flex;
  margin-right: 1.5em;
}
.m4c-matgen .modal-body .card-title .title-text,
:is(.m4c-matgen) .modal-body .card-title .title-text {
  margin-left: 0.5em;
}
.m4c-matgen .modal-body .card-body,
:is(.m4c-matgen) .modal-body .card-body {
  max-width: 36em;
  display: flex;
  align-items: center;
}
.m4c-matgen .modal-body .card-body .fa-stack,
:is(.m4c-matgen) .modal-body .card-body .fa-stack {
  color: #6c757d;
}
.m4c-matgen .alert + div,
:is(.m4c-matgen) .alert + div {
  text-align: center;
}
.m4c-matgen .modal-backdrop,
:is(.m4c-matgen) .modal-backdrop {
  background-color: #ffffff;
  z-index: 300;
}
.m4c-matgen #alert-ok-button,
:is(.m4c-matgen) #alert-ok-button {
  margin-top: 24px;
}
.m4c-matgen .component-edit-item:hover,
:is(.m4c-matgen) .component-edit-item:hover {
  cursor: pointer;
}
.m4c-matgen .file-type .hide-file-type,
:is(.m4c-matgen) .file-type .hide-file-type {
  display: none;
}
.m4c-matgen .paginate_button.page-item.active,
:is(.m4c-matgen) .paginate_button.page-item.active {
  z-index: -1;
}
.m4c-matgen #sidebar-title,
:is(.m4c-matgen) #sidebar-title {
  font-size: 1em;
}
.m4c-matgen #sidebar.admin .sidebar-actions,
:is(.m4c-matgen) #sidebar.admin .sidebar-actions {
  padding-left: 6px;
}
.m4c-matgen #template-form .col-form-label,
:is(.m4c-matgen) #template-form .col-form-label {
  white-space: nowrap;
}
.m4c-matgen #template-form,
:is(.m4c-matgen) #template-form {
  min-width: 520px;
}
.m4c-matgen #template-form .col-sm-8,
:is(.m4c-matgen) #template-form .col-sm-8 {
  min-width: 260px;
}
.m4c-matgen #page-thumb,
:is(.m4c-matgen) #page-thumb {
  box-shadow: 1px 1px 2px #cfcfcf;
}
.m4c-matgen .list-group-item.active,
:is(.m4c-matgen) .list-group-item.active {
  z-index: auto;
}
.m4c-matgen #modal-body #accordion,
:is(.m4c-matgen) #modal-body #accordion {
  max-width: 85vw;
}
.m4c-matgen #options-container,
:is(.m4c-matgen) #options-container {
  min-width: 320px;
  min-height: 220px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}
.m4c-matgen .hidden-file-input,
:is(.m4c-matgen) .hidden-file-input {
  display: none;
}
.m4c-matgen .modal-body,
:is(.m4c-matgen) .modal-body {
  min-height: 80px;
  min-width: 320px;
}
.m4c-matgen .preview-modal .modal-body,
:is(.m4c-matgen) .preview-modal .modal-body {
  text-align: center;
}
.m4c-matgen #data-listing-heading,
:is(.m4c-matgen) #data-listing-heading {
  display: none;
}
.m4c-matgen .form-label,
:is(.m4c-matgen) .form-label {
  margin-top: 0.5em;
}
.m4c-matgen .modal-dialog,
:is(.m4c-matgen) .modal-dialog {
  max-width: fit-content;
}
.m4c-matgen #user-email,
:is(.m4c-matgen) #user-email {
  color: #255dff;
}
.m4c-matgen #user-email:hover,
:is(.m4c-matgen) #user-email:hover {
  color: #255dff;
  background-color: initial;
}
.m4c-matgen #matgen-loader-container,
:is(.m4c-matgen) #matgen-loader-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2147483647;
}
.m4c-matgen #hide-grid,
.m4c-matgen #show-grid,
:is(.m4c-matgen) #hide-grid,
:is(.m4c-matgen) #show-grid {
  display: none;
}
.m4c-matgen .navbar-brand,
:is(.m4c-matgen) .navbar-brand {
  margin-right: 9em;
}
.m4c-matgen .noUi-connect,
:is(.m4c-matgen) .noUi-connect {
  background: #255dff;
}
.m4c-matgen .noUi-horizontal .noUi-handle,
:is(.m4c-matgen) .noUi-horizontal .noUi-handle {
  border-color: #255dff;
}
.m4c-matgen .tooltip,
:is(.m4c-matgen) .tooltip {
  pointer-events: none;
  z-index: 2147483647;
  font-weight: 500;
}
.m4c-matgen .bs-tooltip-top, .m4c-matgen .bs-tooltip-auto[data-popper-placement^=top],
:is(.m4c-matgen) .bs-tooltip-top {
  margin-top: -1.5em;
}
.m4c-matgen .bs-tooltip-top, .m4c-matgen .bs-tooltip-auto[data-popper-placement^=top],
:is(.m4c-matgen) .bs-tooltip-top {
  margin-top: -1.5em;
}
.m4c-matgen .badge,
:is(.m4c-matgen) .badge {
  margin-top: -0.25em;
}
.m4c-matgen .loading-indicator,
.m4c-matgen :root,
:is(.m4c-matgen) .loading-indicator,
:is(.m4c-matgen) :root {
  z-index: 1;
  --overlay-bg-color: #fff;
  --overlay-color: #255dff;
  --overlay-opacity: 0.5;
  --spinner-color-1: #255dff;
  --spinner-color-2: #255dff;
  --overlay-message-padding: 160px;
}
.m4c-matgen #page-loader,
:is(.m4c-matgen) #page-loader {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  max-height: 100vh;
  max-width: 100vw;
}
.m4c-matgen #matgen-whole,
:is(.m4c-matgen) #matgen-whole {
  width: 100%;
  height: 100%;
  background: var(--overlay-bg-color, #fff);
  transition: grayscale 2s, invert 2s, blur 2s;
}
.m4c-matgen .disabled-option,
:is(.m4c-matgen) .disabled-option {
  opacity: 0.5;
}
.m4c-matgen #progress-wrapper,
:is(.m4c-matgen) #progress-wrapper {
  position: absolute;
  bottom: 0;
  z-index: 400;
  width: 100%;
  z-index: 1;
}
.m4c-matgen .progress,
:is(.m4c-matgen) .progress {
  width: 100%;
  margin: auto;
}
.m4c-matgen .checkbox label,
:is(.m4c-matgen) .checkbox label {
  margin-bottom: 0;
}
.m4c-matgen .font-picker .fp-modal,
:is(.m4c-matgen) .font-picker .fp-modal {
  z-index: 500;
}
.m4c-matgen .font-picker .fp-modal-backdrop,
:is(.m4c-matgen) .font-picker .fp-modal-backdrop {
  background-color: #6c757d;
  z-index: 300;
  opacity: 0.5;
}
.m4c-matgen .matgen-form .font-picker.fp-select,
:is(.m4c-matgen) .matgen-form .font-picker.fp-select {
  margin-bottom: -1px;
  border-radius: 0;
  color: #95a5a6;
  display: block;
  padding: 0;
}
.m4c-matgen .matgen-form .font-picker.fp-select .fp-fontspec,
:is(.m4c-matgen) .matgen-form .font-picker.fp-select .fp-fontspec {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
  margin: 0;
}
.m4c-matgen #object-explorer,
:is(.m4c-matgen) #object-explorer {
  width: 440px;
  max-height: 100%;
  min-height: 33%;
  overflow: auto;
  border: solid 1px #dfdfdf;
  box-shadow: 1px 1px 2px #cfcfcf;
  padding: 6px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2147483646;
  background: #fff;
}
.m4c-matgen #object-explorer-header,
:is(.m4c-matgen) #object-explorer-header {
  cursor: move;
  font-size: 0.75em;
  text-align: center;
}
.m4c-matgen #object-explorer-container,
:is(.m4c-matgen) #object-explorer-container {
  height: 20em;
  min-width: 20em;
  max-width: 30em;
  overflow: scroll;
  font-family: sans-serif;
  display: none;
  border: solid 1px #dfdfdf;
  box-shadow: 1px 1px 2px #cfcfcf;
  padding: 12px;
  position: fixed;
  bottom: 6px;
  right: 6px;
  z-index: 2147483647;
  background: #fff;
  --overlay-bg-color: #fff;
  --overlay-color: #333;
  --overlay-opacity: 0.8;
  --spinner-color-1: #333;
  --spinner-color-2: #333;
  --spinner-font-size: 6px;
}
.m4c-matgen #object-explorer .oe-array,
:is(.m4c-matgen) #object-explorer .oe-array {
  color: #859900;
}
.m4c-matgen #object-explorer .oe-key,
:is(.m4c-matgen) #object-explorer .oe-key {
  color: #002b36;
}
.m4c-matgen #object-explorer .oe-object,
:is(.m4c-matgen) #object-explorer .oe-object {
  color: #b58900;
}
.m4c-matgen #object-explorer .oe-object,
:is(.m4c-matgen) #object-explorer .oe-object {
  color: #b58900;
}
.m4c-matgen #object-explorer .oe-number,
:is(.m4c-matgen) #object-explorer .oe-number {
  color: #6c71c4;
}
.m4c-matgen #object-explorer .oe-string,
:is(.m4c-matgen) #object-explorer .oe-string {
  color: #dc322f;
}
.m4c-matgen #object-explorer .oe-boolean,
:is(.m4c-matgen) #object-explorer .oe-boolean {
  color: #268bd2;
}
.m4c-matgen #object-explorer .oe-empty,
:is(.m4c-matgen) #object-explorer .oe-empty {
  color: #586e75;
}
.m4c-matgen #object-explorer .oe-image,
:is(.m4c-matgen) #object-explorer .oe-image {
  color: #d33682;
}
.m4c-matgen #object-explorer .oe-textbox,
:is(.m4c-matgen) #object-explorer .oe-textbox {
  color: #2aa198;
}
.m4c-matgen #object-explorer .oe-group,
:is(.m4c-matgen) #object-explorer .oe-group {
  color: #268bd2;
}
.m4c-matgen #object-explorer .oe-null,
:is(.m4c-matgen) #object-explorer .oe-null {
  color: #cb4b16;
}
.m4c-matgen #object-explorer ul,
.m4c-matgen #object-explorer ol,
:is(.m4c-matgen) #object-explorer ul,
:is(.m4c-matgen) #object-explorer ol {
  list-style-type: none;
  padding-left: 0.75em;
}
.m4c-matgen .matgen-hidden-canvas,
:is(.m4c-matgen) .matgen-hidden-canvas {
  opacity: 0;
  position: absolute;
  top: -999999px;
  left: -999999px;
}
.m4c-matgen #object-explorer li,
:is(.m4c-matgen) #object-explorer li {
  cursor: auto;
  /*list-style-image : url('assets/circle-regular.svg');*/
}
.m4c-matgen #object-explorer li.collapsibleListOpen,
:is(.m4c-matgen) #object-explorer li.collapsibleListOpen {
  cursor: pointer;
  /*list-style-image : url('assets/minus-square-regular.svg');*/
}
.m4c-matgen #object-explorer li.collapsibleListClosed,
:is(.m4c-matgen) #object-explorer li.collapsibleListClosed {
  cursor: pointer;
  /*list-style-image : url('assets/plus-square-regular.svg');*/
}
.m4c-matgen .pcr-app,
:is(.m4c-matgen) .pcr-app {
  z-index: 2147483647;
}
.m4c-matgen .pickr,
:is(.m4c-matgen) .pickr {
  display: inline-block;
  padding-left: 0.5em;
}
.m4c-matgen .page-item.active .page-link,
:is(.m4c-matgen) .page-item.active .page-link {
  background-color: rgb(0, 48.8073394495, 190);
}
.m4c-matgen .navbar .nav > li,
.m4c-matgen .dropdown-menu,
:is(.m4c-matgen) .navbar .nav > li,
:is(.m4c-matgen) .dropdown-menu {
  z-index: 400;
}
.m4c-matgen .dropdown-header,
:is(.m4c-matgen) .dropdown-header {
  font-weight: bold;
  color: #6c757d;
}
.m4c-matgen .option-actions,
:is(.m4c-matgen) .option-actions {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  padding: 0.25em;
  border-bottom: 1px solid #dee2e6;
}
.m4c-matgen .option-action,
:is(.m4c-matgen) .option-action {
  margin: 0.25em;
}
.m4c-matgen .option-action:hover,
:is(.m4c-matgen) .option-action:hover {
  color: #255dff;
}
.m4c-matgen .nav-item:not(.disabled),
:is(.m4c-matgen) .nav-item:not(.disabled) {
  cursor: pointer;
}
.m4c-matgen .m4c-matgen.option-wrapper,
.m4c-matgen .option-wrapper,
:is(.m4c-matgen) .m4c-matgen.option-wrapper,
:is(.m4c-matgen) .option-wrapper {
  border: 1px solid #dedede;
  border-radius: 4px;
  padding: 12px;
  cursor: pointer;
  background: url(/assets/img/editor-bg.png);
  position: relative;
  text-align: center;
  height: fit-content;
}
.m4c-matgen .m4c-matgen.option-wrapper .tooltip,
.m4c-matgen .option-wrapper .tooltip,
:is(.m4c-matgen) .m4c-matgen.option-wrapper .tooltip,
:is(.m4c-matgen) .option-wrapper .tooltip {
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.5);
  height: 4rem;
  width: 4rem;
  pointer-events: all;
  user-select: all;
}
.m4c-matgen .m4c-matgen.option-wrapper .tooltip svg,
.m4c-matgen .option-wrapper .tooltip svg,
:is(.m4c-matgen) .m4c-matgen.option-wrapper .tooltip svg,
:is(.m4c-matgen) .option-wrapper .tooltip svg {
  opacity: 1;
  color: red;
  width: 2rem;
  height: 2rem;
  pointer-events: none;
  user-select: none;
}
.m4c-matgen .m4c-matgen.option-wrapper .tooltip .favorited-heart,
.m4c-matgen .option-wrapper .tooltip .favorited-heart,
:is(.m4c-matgen) .m4c-matgen.option-wrapper .tooltip .favorited-heart,
:is(.m4c-matgen) .option-wrapper .tooltip .favorited-heart {
  display: none;
}
.m4c-matgen .m4c-matgen.option-wrapper .tooltip .not-favorited-heart,
.m4c-matgen .option-wrapper .tooltip .not-favorited-heart,
:is(.m4c-matgen) .m4c-matgen.option-wrapper .tooltip .not-favorited-heart,
:is(.m4c-matgen) .option-wrapper .tooltip .not-favorited-heart {
  display: block;
}
.m4c-matgen .m4c-matgen.option-wrapper .favorite-tooltip .favorited-heart,
.m4c-matgen .option-wrapper .favorite-tooltip .favorited-heart,
:is(.m4c-matgen) .m4c-matgen.option-wrapper .favorite-tooltip .favorited-heart,
:is(.m4c-matgen) .option-wrapper .favorite-tooltip .favorited-heart {
  display: block !important;
}
.m4c-matgen .m4c-matgen.option-wrapper .favorite-tooltip .not-favorited-heart,
.m4c-matgen .option-wrapper .favorite-tooltip .not-favorited-heart,
:is(.m4c-matgen) .m4c-matgen.option-wrapper .favorite-tooltip .not-favorited-heart,
:is(.m4c-matgen) .option-wrapper .favorite-tooltip .not-favorited-heart {
  display: none !important;
}
.m4c-matgen .admin-option-container,
:is(.m4c-matgen) .admin-option-container {
  max-width: 18%;
  margin-bottom: 1em;
  /*.option-wrapper {
    max-width: 100%;
  }*/
}
.m4c-matgen .option-wrapper:not(:first-of-type),
:is(.m4c-matgen) .option-wrapper:not(:first-of-type) {
  margin-top: 12px;
}
.m4c-matgen .option-wrapper:hover,
:is(.m4c-matgen) .option-wrapper:hover {
  border-color: #6c757d;
}
.m4c-matgen .option-wrapper:active,
.m4c-matgen .option-wrapper.selected-option,
:is(.m4c-matgen) .option-wrapper:active,
:is(.m4c-matgen) .option-wrapper.selected-option {
  border-color: #255dff;
}
.m4c-matgen .option-wrapper input[type=checkbox],
:is(.m4c-matgen) .option-wrapper input[type=checkbox] {
  margin-right: 18px;
}
.m4c-matgen #context-menu,
:is(.m4c-matgen) #context-menu {
  position: absolute;
  display: none;
  z-index: 400;
}
.m4c-matgen #file-input,
:is(.m4c-matgen) #file-input {
  display: none;
}
.m4c-matgen #google-signin2 .abcRioButton,
:is(.m4c-matgen) #google-signin2 .abcRioButton {
  margin: 1em auto;
}
.m4c-matgen .form-error,
:is(.m4c-matgen) .form-error {
  color: #b71020;
  font-weight: bold;
  margin-bottom: 1em;
  display: none;
}
.m4c-matgen .form-success,
:is(.m4c-matgen) .form-success {
  color: #28a745;
  font-weight: bold;
  margin-bottom: 1em;
  display: none;
}
.m4c-matgen html,
:is(.m4c-matgen) html {
  min-height: 100%;
  display: flex;
}
.m4c-matgen body,
:is(.m4c-matgen) body {
  flex: 1;
}
.m4c-matgen body,
.m4c-matgen html,
:is(.m4c-matgen) body,
:is(.m4c-matgen) html {
  margin: 0;
  padding: 0;
}
.m4c-matgen #app,
:is(.m4c-matgen) #app {
  height: 100%;
  display: flex;
  flex-direction: column;
  color: #6c757d;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.m4c-matgen #matgen-controller,
:is(.m4c-matgen) #matgen-controller {
  height: 100%;
  width: 100%;
}
.m4c-matgen .contained-canvas .upper-canvas,
:is(.m4c-matgen) .contained-canvas .upper-canvas {
  border: 2px dashed #333;
}
.m4c-matgen #matgen-controller .modal-backdrop.show,
:is(.m4c-matgen) #matgen-controller .modal-backdrop.show {
  opacity: 0.9;
}
.m4c-matgen .matgen-help-modal .modal-content,
.m4c-matgen .matgen-508-modal .modal-content,
:is(.m4c-matgen) .matgen-help-modal .modal-content,
:is(.m4c-matgen) .matgen-508-modal .modal-content {
  max-width: 94vw;
}
.m4c-matgen #matgen-controller.editor,
:is(.m4c-matgen) #matgen-controller.editor {
  width: 75%;
  height: 90vh;
  overflow-y: scroll;
}
.m4c-matgen main,
:is(.m4c-matgen) main {
  flex: 1;
  position: relative;
  display: flex;
  width: 100vw;
}
.m4c-matgen main #form-container,
:is(.m4c-matgen) main #form-container {
  width: 24em;
  margin: auto;
}
.m4c-matgen main #error-container,
:is(.m4c-matgen) main #error-container {
  margin: auto;
  margin-top: 4em;
  text-align: center;
  max-width: 50vw;
  margin: auto;
}
.m4c-matgen .modal,
:is(.m4c-matgen) .modal {
  z-index: 500;
}
.m4c-matgen h1.nav-intra-section-title, .m4c-matgen .nav-intra-section-title.h1,
:is(.m4c-matgen) h1.nav-intra-section-title {
  font-size: 1.25em;
  padding: 0 18px;
  border-right: 2px solid #255dff;
}
.m4c-matgen header,
:is(.m4c-matgen) header {
  box-shadow: 0 1px 2px #e9ecef;
  padding: 0.5em;
  margin-bottom: 0.5em;
  z-index: 100;
}
.m4c-matgen header .navbar,
:is(.m4c-matgen) header .navbar {
  padding: 0;
}
.m4c-matgen header #main-nav,
:is(.m4c-matgen) header #main-nav {
  margin-left: 3em;
}
.m4c-matgen header .logo-intranet,
:is(.m4c-matgen) header .logo-intranet {
  text-align: center;
  font-size: 0.6em;
  text-transform: uppercase;
  color: #6c757d;
}
.m4c-matgen header a,
:is(.m4c-matgen) header a {
  color: #6c757d;
}
.m4c-matgen header a:hover,
.m4c-matgen header a.nav-link:hover,
.m4c-matgen header a:hover .logo-intranet,
.m4c-matgen header a:hover h1,
.m4c-matgen header a:hover .h1,
.m4c-matgen header li.active a,
:is(.m4c-matgen) header a:hover,
:is(.m4c-matgen) header a.nav-link:hover,
:is(.m4c-matgen) header a:hover .logo-intranet,
:is(.m4c-matgen) header a:hover h1,
:is(.m4c-matgen) header li.active a {
  color: #255dff;
  text-decoration: underline;
}
.m4c-matgen footer,
:is(.m4c-matgen) footer {
  box-shadow: 0 -1px 2px #e9ecef;
  padding-top: 0.5em;
  margin-top: 0.5em;
  position: relative;
  z-index: 100;
}
.m4c-matgen .modal-header,
.m4c-matgen .modal-footer,
:is(.m4c-matgen) .modal-header,
:is(.m4c-matgen) .modal-footer {
  flex-direction: unset;
}
.m4c-matgen .modal-footer,
:is(.m4c-matgen) .modal-footer {
  padding: 0;
}
.m4c-matgen .modal-content,
:is(.m4c-matgen) .modal-content {
  padding: 1.5em;
}
.m4c-matgen .modal-header .close,
:is(.m4c-matgen) .modal-header .close {
  margin: 0;
  padding: 0;
}

.component-save {
  white-space: nowrap;
  display: inline-flex;
}

.node-icon {
  display: none;
}

.node-actions {
  font-size: 1rem;
}

#sidebar-title {
  font-size: 1rem;
}

#matgen-wrapper {
  min-height: 70vh;
}

#m4c-wrapper {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  pointer-events: none;
}

#loading-alert {
  width: 100%;
  position: fixed;
  z-index: 2147483100;
  text-align: center;
}

.matgen-hidden-canvas {
  opacity: 0;
  position: absolute;
  top: -999999px;
  left: -999999px;
}

.m4c-matgen .progress-bar {
  background: #255dff;
  border-top: 1px solid #ccc;
}

#progress-wrapper {
  bottom: auto;
  top: 0;
}

#loader-progress {
  background: #ddd;
  border-top: 1px solid #ccc;
  border-radius: 0;
}

loading-indicator,
.m4c-matgen loading-indicator {
  z-index: 1;
  --overlay-bg-color: #fff;
  --overlay-color: #255dff;
  --overlay-opacity: 0.8;
  --spinner-color-1: #255dff;
  --spinner-color-2: #255dff;
}

.m4c-matgen #sidebar-header {
  background-color: #255dff;
  border: 1px solid #255dff;
}

.m4c-matgen #sidebar .btn-secondary {
  background-color: #255dff;
  border-color: #255dff;
}

.m4c-matgen #sidebar,
:is(.m4c-matgen) #sidebar {
  width: 100%;
}

#quiz-wrapper {
  display: none;
}

.file-type .hide-file-type {
  display: none;
}

.step .to-do .circle {
  color: #b1c2c8;
}
.step .to-do .circle.active {
  color: #fff;
}
.step .to-do:hover .circle {
  color: #ef4235;
}
.step .to-do:hover .circle.active {
  color: #fff;
}

.m4c-matgen #sidebar {
  top: 14rem;
}

#website-data-container #website-data-wrapper {
  margin-top: -2rem;
}
#website-data-container #website-data-wrapper .tab-row {
  border: solid 1px rgb(235, 235, 235);
  background-color: white;
  margin: 0 4rem;
}
#website-data-container #website-data-wrapper .tab-row .tab-wrapper {
  background: #f0f3f9;
  padding-left: 15px;
  padding-right: 0;
}
#website-data-container #website-data-wrapper .details-heading {
  text-align: center;
  margin: 2rem auto;
}
#website-data-container #website-data-wrapper .details-heading h2, #website-data-container #website-data-wrapper .details-heading .m4c-matgen .h2, .m4c-matgen #website-data-container #website-data-wrapper .details-heading .h2 {
  font-size: 36px;
  margin-bottom: 0;
}
#website-data-container .btn-grp {
  display: flex;
  justify-content: space-between;
}
#website-data-container .btn-grp .btn-wrp {
  width: 33.33%;
  text-align: center;
}
#website-data-container .btn-grp .btn-wrp:first-of-type {
  text-align: left;
}
#website-data-container .btn-grp .btn-wrp:last-of-type {
  text-align: right;
}
#website-data-container .tab-section {
  display: none;
}
#website-data-container .tab-section.active {
  display: block;
}
#website-data-container .tab {
  text-decoration: none;
  padding: 0.5rem 1rem;
  border-bottom: solid 1px rgb(235, 235, 235);
  margin-left: -1rem;
  color: rgb(77, 74, 74);
  color: #245dff;
  font-weight: 400;
  padding-right: 15px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
#website-data-container .tab.active {
  background: #fff;
  color: #000;
  font-weight: 700;
}
#website-data-container .tab .title {
  font-style: normal;
}
#website-data-container .tab .warning {
  color: #fff;
  padding: 0.25em;
  position: relative;
  display: none;
  width: 24px;
  height: 24px;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  z-index: 1;
}
#website-data-container .tab .warning.active {
  display: inline-block !important;
}
#website-data-container .tab .warning::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: red;
  clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
}
#website-data-container .collapse:not(.show) {
  display: none !important;
}

#website-form-controls {
  position: fixed;
  display: block;
  width: 100%;
  left: 0;
  right: 0;
  padding: 0.5rem;
  z-index: 99;
  bottom: 0;
  background: #f0f3f9;
}
#website-form-controls .btn-grp {
  display: flex;
  justify-content: center;
}
#website-form-controls .btn-grp .btn-wrp span:active, #website-form-controls .btn-grp .btn-wrp span:focus {
  border: 1px solid #000;
  box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.2);
}

.faq-wrapper {
  display: flex;
  flex: 1;
  padding: 1em;
}

.faq-wrapper-content {
  display: flex;
}

.faq-wrapper-right {
  flex: 1;
}

.faq-wrapper-delete,
.faq-wrapper-left {
  width: fit-content;
}

.faq-sort {
  font-weight: bold;
  text-decoration: none;
}

.faq-sort-number {
  font-weight: bold;
  font-size: 1.4em;
  line-height: 1em;
}

.faq-sort-icon-down {
  transform: rotate(180deg);
}

.faq-wrapper-sort-target {
  color: #9d9d9d;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 2em;
}

.faq-wrapper-left {
  font-size: 0.5em;
  background: #fff;
  margin-right: 2em;
  padding: 4px;
}
.faq-wrapper-left a {
  color: #9d9d9d;
}

.faq-wrapper-top {
  display: flex;
}
.faq-wrapper-top .text-block {
  flex: 1;
  text-align: center;
}
.faq-wrapper-top .text-block p.text {
  font-size: 1.675em;
  margin-bottom: 0;
  font-weight: 500;
}
.faq-wrapper-top .text-block p.sub_text {
  font-size: 1em;
  color: #454545;
  max-width: 960px;
  margin: auto;
  margin-bottom: 2em;
}
.faq-wrapper-top .trash-link:hover {
  color: #ff7272;
}
.faq-wrapper-top .remove-faq {
  color: red;
  font-size: 0.9em;
}
.faq-wrapper-top .remove-faq.trash-link:hover {
  color: #ff7272;
}

.q-flex {
  display: flex;
  flex-wrap: wrap;
}

#user-dropmenu:active, #user-dropmenu:focus {
  border: 1px solid #000;
  box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.2);
}

.prevSection:active, .prevSection:focus,
.nextSection:active,
.nextSection:focus,
#audience-back:active,
#audience-back:focus,
.back-button:active,
.back-button:focus {
  border: 1px solid #000 !important;
  box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.2);
}

#editor-tutorial-text-modal .modal-content {
  background: #ebebeb;
}
#editor-tutorial-text-modal .modal-content .modal-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 25px;
  color: #333;
}
#editor-tutorial-text-modal .modal-content .modal-body {
  padding-top: 1rem;
}
#editor-tutorial-text-modal .modal-content .modal-body .wrapping {
  text-align: center;
}
#editor-tutorial-text-modal .modal-content .modal-body img {
  width: 450px;
  margin: 0 auto;
}
#editor-tutorial-text-modal .modal-content .modal-body ul {
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
#editor-tutorial-text-modal .modal-content .modal-body .btn {
  border-radius: 2em;
  padding: 0.25em 2.25em;
  transition: ease-in-out 250ms;
}
#editor-tutorial-text-modal .modal-content .modal-body p {
  text-align: center;
  margin-top: 1rem;
}
