:root {
  --qc-color1: rgba(255, 255, 255, 1);
  --qc-color2: rgba(222, 222, 222, 1);
  --qc-color3: rgba(156, 156, 156, 1);
  --qc-color4: rgba(89, 89, 89, 1);
  --qc-color5: rgba(23, 23, 23, 1);
  --qc-color6: rgba(196, 190, 243, 1);
  --qc-color7: rgba(164, 157, 233, 1);
  --qc-color8: rgba(85, 75, 223, 1);
  --qc-color9: rgba(57, 50, 148, 1);
  --qc-color10: rgba(28, 25, 74, 1);
  --qc-color11: rgba(189, 185, 208, 1);
  --qc-color12: rgba(144, 141, 163, 1);
  --qc-color13: rgba(100, 97, 119, 1);
  --qc-color14: rgba(56, 54, 75, 1);
  --qc-color15: rgba(15, 12, 30, 1);
  --qc-color16: rgba(187, 245, 221, 1);
  --qc-color17: rgba(106, 226, 159, 1);
  --qc-color18: rgba(59, 131, 92, 1);
  --qc-color19: rgba(48, 108, 76, 1);
  --qc-color20: rgba(32, 76, 53, 1);
  --qc-color21: rgba(201, 217, 252, 1);
  --qc-color22: rgba(175, 198, 251, 1);
  --qc-color23: rgba(96, 143, 247, 1);
  --qc-color24: rgba(64, 96, 165, 1);
  --qc-color25: rgba(32, 47, 83, 1);
  --qc-text-color: var(--qc-color14);
  --qc-heading-color: var(--qc-color15);
  --qc-bg-color: var(--qc-color1);
  --qc-link-color: var(--qc-color8);
  --qc-caption-color: var(--qc-color13);
  --qc-button-color: var(--qc-color8);
  --qc-button-text-color: var(--qc-color1);
  --qc-preset--font-size--large: 1.75rem;
  --qc-preset--font-size: 1.128rem;
  --qc-preset--font-size--small: 0.875rem;
  --qc-preset--spacing--0: 0;
  --qc-preset--spacing--10: 0.2rem;
  --qc-preset--spacing--20: 0.44rem;
  --qc-preset--spacing--30: 0.67rem;
  --qc-preset--spacing--40: 1rem;
  --qc-preset--spacing--50: 1.5rem;
  --qc-preset--spacing--60: 2.25rem;
  --qc-preset--spacing--70: 3.38rem;
  --qc-preset--spacing--80: 5.06rem;
  --qc-preset--spacing--90: 7rem;
  --qc-preset--spacing--100: 9rem;
  --qc-preset--spacing--110: 12rem;
  --qc-preset--spacing--120: 14rem;
  --qc-preset--spacing--130: 15rem;
  --qc-preset--spacing--140: 20rem;
  --qc-preset--spacing--150: 25rem;
  --qc-style--common-block-gap: 1rem;
}
@media (max-width: 991px) {
  :root {
    --qc-preset--spacing--0: 0;
    --qc-preset--spacing--10: 0.1rem;
    --qc-preset--spacing--20: 0.22rem;
    --qc-preset--spacing--30: 0.33rem;
    --qc-preset--spacing--40: 0.5rem;
    --qc-preset--spacing--50: 0.75rem;
    --qc-preset--spacing--60: 1.125rem;
    --qc-preset--spacing--70: 1.6rem;
    --qc-preset--spacing--80: 2.5rem;
    --qc-preset--spacing--90: 3.5rem;
    --qc-preset--spacing--100: 5rem;
    --qc-preset--spacing--110: 7.5rem;
    --qc-preset--spacing--120: 10rem;
    --qc-preset--spacing--130: 12rem;
    --qc-preset--spacing--140: 15rem;
    --qc-preset--spacing--150: 18rem;
    --qc-style--common-block-gap: 0.75rem;
  }
}
.qc-h1-tag {
  font-size: 3rem;
  font-family: Inter;
  font-weight: bold;
  font-style: normal;
  line-height: 1.2;
  color: var(--qc-heading-color);
}
.qc-h2-tag {
  font-size: 1.75rem;
  font-family: Inter;
  font-weight: bold;
  font-style: normal;
  line-height: 1.5;
  color: var(--qc-heading-color);
}
.qc-h3-tag {
  font-size: 1.5rem;
  font-family: Inter;
  font-weight: bold;
  font-style: normal;
  line-height: 1.5;
  color: var(--qc-heading-color);
}
.qc-h4-tag {
  font-size: 1.125rem;
  font-family: Inter;
  font-weight: bold;
  font-style: normal;
  line-height: 1.5;
  color: var(--qc-heading-color);
}
.qc-h5-tag {
  font-size: 1rem;
  font-family: Inter;
  font-weight: bold;
  font-style: normal;
  line-height: 1.5;
  color: var(--qc-heading-color);
}
.qc-h6-tag {
  font-size: 0.875rem;
  font-family: Inter;
  font-weight: bold;
  font-style: normal;
  line-height: 1.6;
  color: var(--qc-heading-color);
}
.qc-p1-tag {
  font-size: 1.128rem;
  font-family: Inter;
  font-weight: normal;
  font-style: normal;
  line-height: 1.75;
  color: var(--qc-text-color);
}
.qc-p2-tag {
  font-size: 1rem;
  font-family: Inter;
  font-weight: normal;
  font-style: normal;
  line-height: 1.65;
  color: var(--qc-text-color);
}
.qc-p3-tag {
  font-size: 0.875rem;
  font-family: Inter;
  font-weight: normal;
  font-style: normal;
  line-height: 1.7;
  color: var(--qc-text-color);
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
.qc-editor-wrapper > h1,
.qc-editor-wrapper > h2,
.qc-editor-wrapper > h3,
.qc-editor-wrapper > h4,
.qc-editor-wrapper > h5,
.qc-editor-wrapper > h6,
.qc-editor-wrapper > p {
  margin: revert;
}
.qc-editor-wrapper > * > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 720px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.qc-editor-wrapper {
  background-color: var(--qc-bg-color);
  font-size: var(--qc-preset--font-size);
  font-family: Inter;
}
.qc-editor-wrapper p {
  margin: 1.128rem 0;
  font-size: 1.128rem;
  font-family: Inter;
  font-weight: normal;
  font-style: normal;
  line-height: 1.75;
  color: var(--qc-text-color);
}
.qc-editor-wrapper h1 {
  margin: 3rem 0;
  font-size: 3rem;
  font-family: Inter;
  font-weight: bold;
  font-style: normal;
  line-height: 1.2;
  color: var(--qc-heading-color);
}
.qc-editor-wrapper h2 {
  margin: 1.75rem 0;
  font-size: 1.75rem;
  font-family: Inter;
  font-weight: bold;
  font-style: normal;
  line-height: 1.5;
  color: var(--qc-heading-color);
}
.qc-editor-wrapper h3 {
  margin: 1.5rem 0;
  font-size: 1.5rem;
  font-family: Inter;
  font-weight: bold;
  font-style: normal;
  line-height: 1.5;
  color: var(--qc-heading-color);
}
.qc-editor-wrapper h4 {
  margin: 1.125rem 0;
  font-size: 1.125rem;
  font-family: Inter;
  font-weight: bold;
  font-style: normal;
  line-height: 1.5;
  color: var(--qc-heading-color);
}
.qc-editor-wrapper h5 {
  margin: 1rem 0;
  font-size: 1rem;
  font-family: Inter;
  font-weight: bold;
  font-style: normal;
  line-height: 1.5;
  color: var(--qc-heading-color);
}
.qc-editor-wrapper h6 {
  margin: 0.875rem 0;
  font-size: 0.875rem;
  font-family: Inter;
  font-weight: bold;
  font-style: normal;
  line-height: 1.6;
  color: var(--qc-heading-color);
}
.qc-editor-wrapper strong :where(
        .qc-h1-tag,
        .qc-h2-tag,
        .qc-h3-tag,
        .qc-h4-tag,
        .qc-h5-tag,
        .qc-h6-tag,
        .qc-p1-tag,
        .qc-p2-tag,
        .qc-p3-tag
      ) {
  font-weight: bold;
}
.qc-editor-wrapper pre {
  margin-bottom: 1rem;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  background-color: #eeeeee;
}
.qc-editor-wrapper pre code {
  padding: 0;
  background: none;
}
.qc-editor-wrapper code {
  font-size: 1.0152rem;
  padding: 0.25em;
  border-radius: 0.25em;
  background-color: #eee !important;
  color: #616161;
  box-decoration-break: clone;
}
.qc-editor-wrapper mark {
  padding: 0.125em 0;
  border-radius: 0.2em;
  box-decoration-break: clone;
}
.qc-editor-wrapper a {
  color: var(--qc-link-color);
  text-decoration: underline;
}
.qc-editor-wrapper blockquote {
  padding-left: 0.8rem;
  font-style: normal;
  font-style: italic;
  font-size: Inter;
  border-left: 3px solid #bcbfc3;
}
.qc-editor-wrapper ul,
.qc-editor-wrapper ol {
  padding: 0 1rem;
}
.qc-editor-wrapper ul li::marker,
.qc-editor-wrapper ol li::marker {
  font-size: 1.128rem;
}
.qc-editor-wrapper .alignwide {
  max-width: 1000px;
}
.qc-editor-wrapper .alignfull {
  max-width: none;
}
.qc-editor-wrapper .aligncenter {
  align-items: center;
  justify-content: center;
  display: flex;
}
.qc-editor-wrapper .alignleft {
  align-items: center;
  justify-content: flex-start;
  display: flex;
}
.qc-editor-wrapper .alignright {
  align-items: center;
  justify-content: flex-end;
  display: flex;
}
.has-large-font-size {
  font-size: var(--qc-preset--font-size--large);
}
.has-small-font-size {
  font-size: var(--qc-preset--font-size--small);
}
.df {
  display: flex;
}
.dfc {
  display: flex;
  flex-direction: column;
}
.dfr {
  display: flex;
  flex-direction: row;
}
.ac {
  align-items: center;
}
.jc {
  justify-content: center;
}
.jsb {
  justify-content: space-between;
}
.jsa {
  justify-content: space-around;
}
.je {
  justify-content: flex-end;
}
.js {
  justify-content: flex-start;
}
.gap-4 {
  gap: 4px;
}
.gap-6 {
  gap: 6px;
}
.gap-8 {
  gap: 8px;
}
.gap-10 {
  gap: 10px;
}
.gap-12 {
  gap: 12px;
}
.gap-14 {
  gap: 14px;
}
.gap-16 {
  gap: 16px;
}
.gap-18 {
  gap: 18px;
}
.gap-20 {
  gap: 20px;
}
.gap-24 {
  gap: 24px;
}
.gap-32 {
  gap: 32px;
}
.fw-5 {
  font-weight: 500;
}
.fw-6 {
  font-weight: 600;
}
.fw-7 {
  font-weight: 700;
}
.ns {
  user-select: none;
}
.qc-carousel-wrapper .embla {
  --slide-spacing: 1rem;
  --slide-size: 100%;
  --slide-height: 19rem;
  position: relative;
  overflow: hidden;
}
.qc-carousel-wrapper .embla__container {
  backface-visibility: hidden;
  display: flex;
  touch-action: pan-y;
  margin-left: calc(var(--slide-spacing) * -1);
  height: 100%;
}
.qc-carousel-wrapper .embla__slide {
  flex: 0 0 var(--slide-size);
  min-width: 0;
  padding-left: var(--slide-spacing);
  position: relative;
}
.qc-carousel-wrapper .embla__slide__img {
  display: block;
  height: var(--slide-height);
  width: 100%;
  object-fit: cover;
}
.qc-carousel-wrapper .embla__slide__number {
  width: 4.6rem;
  height: 4.6rem;
  z-index: 1;
  position: absolute;
  top: 0.6rem;
  right: 0.6rem;
  border-radius: 50%;
  background-color: rgba(249, 249, 249, 0.85);
  line-height: 4.6rem;
  font-weight: 900;
  text-align: center;
  pointer-events: none;
}
.qc-carousel-wrapper .embla__slide__number > span {
  color: #2f70c1;
  background-image: linear-gradient(45deg, #2f70c1, #7461c3);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.6rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.qc-carousel-wrapper .embla__button {
  -webkit-appearance: none;
  background-color: transparent;
  touch-action: manipulation;
  display: inline-flex;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  padding: 0;
  margin: 0;
  background-color: #00000080;
  border-radius: 50%;
}
.qc-carousel-wrapper .embla__button:hover {
  background: #000;
  color: #ffffff80;
}
.qc-carousel-wrapper .embla__buttons {
  z-index: 1000;
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  justify-content: space-between;
}
.qc-carousel-wrapper .embla__button {
  z-index: 1;
  color: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 4rem;
  height: 4rem;
}
.qc-carousel-wrapper .embla__button:disabled {
  opacity: 0.3;
}
.qc-carousel-wrapper .embla__button__svg {
  width: 65%;
  height: 65%;
}
.qc-carousel-wrapper .embla__dot {
  -webkit-appearance: none;
  background-color: transparent;
  touch-action: manipulation;
  display: inline-flex;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  padding: 0;
  margin: 0;
}
.qc-carousel-wrapper .embla__dots {
  z-index: 1;
  bottom: 1.6rem;
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.qc-carousel-wrapper .embla__dot {
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
  align-items: center;
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}
.qc-carousel-wrapper .embla__dot:after {
  background: #f9f9f9;
  border-radius: 0.2rem;
  width: 100%;
  height: 0.3rem;
  content: "";
}
.qc-carousel-wrapper .embla__dot--selected:after {
  background: linear-gradient(45deg, #2f70c1, #7461c3);
}
.qc-cover-wrapper {
  width: 100%;
  position: relative;
  margin: 0;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qc-cover-wrapper.has-border {
  border-style: solid;
}
.qc-cover-wrapper__background {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.qc-cover-wrapper__image-background {
  border: none;
  bottom: 0;
  box-shadow: none;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}
.qc-cover-wrapper__image-background.has-parallax {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
.qc-cover-wrapper__inner-container {
  position: relative;
  width: 100%;
  z-index: 1;
  overflow-wrap: break-word;
  user-select: text;
}
.qc-cover-wrapper.has-custom-content-position.is-position-top-center {
  align-items: flex-start;
  justify-content: center;
}
.qc-cover-wrapper.has-custom-content-position.is-position-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}
.qc-cover-wrapper.has-custom-content-position.is-position-top-left .qc-cover-wrapper__inner-container {
  width: auto;
}
.qc-cover-wrapper.has-custom-content-position.is-position-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}
.qc-cover-wrapper.has-custom-content-position.is-position-top-right .qc-cover-wrapper__inner-container {
  width: auto;
}
.qc-cover-wrapper.has-custom-content-position.is-position-bottom-center {
  align-items: flex-end;
  justify-content: center;
}
.qc-cover-wrapper.has-custom-content-position.is-position-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}
.qc-cover-wrapper.has-custom-content-position.is-position-bottom-left .qc-cover-wrapper__inner-container {
  width: auto;
}
.qc-cover-wrapper.has-custom-content-position.is-position-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}
.qc-cover-wrapper.has-custom-content-position.is-position-bottom-right .qc-cover-wrapper__inner-container {
  width: auto;
}
.qc-cover-wrapper.has-custom-content-position.is-position-center-left {
  align-items: center;
  justify-content: flex-start;
}
.qc-cover-wrapper.has-custom-content-position.is-position-center-right {
  align-items: center;
  justify-content: flex-end;
}
.qc-buttons-container {
  gap: var(--qc-style--common-block-gap);
  display: flex;
  flex-wrap: wrap;
}
.qc-buttons-container.is-horizontal {
  flex-direction: row;
}
.qc-buttons-container.is-horizontal.is-content-justification-left {
  justify-content: flex-start;
}
.qc-buttons-container.is-horizontal.is-content-justification-center {
  justify-content: center;
}
.qc-buttons-container.is-horizontal.is-content-justification-right {
  justify-content: flex-end;
}
.qc-buttons-container.is-horizontal.is-content-justification-space-between {
  justify-content: space-between;
}
.qc-buttons-container.is-vertical {
  flex-direction: column;
  justify-content: center;
}
.qc-buttons-container.is-vertical.is-content-justification-left {
  align-items: left;
}
.qc-buttons-container.is-vertical.is-content-justification-center {
  align-items: center;
}
.qc-buttons-container.is-vertical.is-content-justification-right {
  align-items: end;
}
.qc-buttons-container.is-vertical.is-content-justification-space-between {
  align-items: center;
}
.qc-buttons-container.is-vertical.is-content-justification-stretch {
  align-items: stretch;
}
.qc-button-wrapper {
  font-size: var(--qc-preset--font-size) !important;
  padding: 0.3em 1em;
  min-width: 50px;
  width: fit-content;
  min-height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: text;
  background: var(--qc-button-color);
  border-radius: 6px;
  cursor: pointer;
  font-family: Inter;
}
.qc-button-wrapper:hover {
  opacity: 0.8;
}
.qc-button-wrapper.has-border {
  border-style: solid;
}
.qc-button-wrapper.outline {
  background: transparent;
  border: 1px solid var(--qc-text-color);
  color: var(--qc-text-color);
}
.qc-button-wrapper.outline strong {
  color: var(--qc-text-color);
}
.qc-button-wrapper.outline .qc-button-container span {
  color: var(--qc-text-color);
}
.qc-button-wrapper.outline .qc-button-container a {
  color: var(--qc-text-color) !important;
}
.qc-button-wrapper .qc-button-container {
  text-align: center;
  word-wrap: break-word;
  height: 100%;
  color: var(--qc-button-text-color);
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.qc-button-wrapper .qc-button-container span {
  color: var(--qc-button-text-color);
  max-width: 100%;
}
.qc-button-wrapper .qc-button-container a {
  color: var(--qc-button-text-color);
  max-width: 100%;
  cursor: pointer;
}
.qc-button-wrapper.qc-block-button__width-25 {
  width: calc(25% - var(--qc--style--common-block-gap, 0.5em) * 0.75);
}
.qc-button-wrapper.qc-block-button__width-50 {
  width: calc(50% - var(--qc--style--common-block-gap, 0.5em) * 0.5);
}
.qc-button-wrapper.qc-block-button__width-75 {
  width: calc(75% - var(--qc--style--common-block-gap, 0.5em) * 0.25);
}
.qc-button-wrapper.qc-block-button__width-100 {
  flex-basis: 100%;
  width: 100%;
}
.is-empty-node.qc-button-wrapper {
  min-width: 120px !important;
  line-height: 1.6;
}
.qc-single-image-wrapper {
  position: relative;
  margin: 0;
  overflow: hidden;
  box-sizing: border-box;
}
.qc-single-image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.qc-caption {
  font-size: 0.875rem;
  font-family: Inter;
  font-weight: normal;
  font-style: normal;
  line-height: 1.7;
  color: var(--qc-text-color);
  text-align: center;
  color: var(--qc-caption-color);
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.qc-caption a {
  color: var(--qc-caption-color) !important;
}
.qc-icons-view-wrapper {
  min-height: 24px;
}
.qc-icons-container {
  margin: 24px 0;
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.qc-icons-container.is-horizontal {
  flex-direction: row;
}
.qc-icons-container.is-horizontal.is-content-justification-left {
  justify-content: flex-start;
}
.qc-icons-container.is-horizontal.is-content-justification-center {
  justify-content: center;
}
.qc-icons-container.is-horizontal.is-content-justification-right {
  justify-content: flex-end;
}
.qc-icons-container.is-horizontal.is-content-justification-space-between {
  justify-content: space-between;
}
.qc-icons-container.is-vertical {
  flex-direction: column;
  justify-content: center;
}
.qc-icons-container.is-vertical.is-content-justification-left {
  align-items: left;
}
.qc-icons-container.is-vertical.is-content-justification-center {
  align-items: center;
}
.qc-icons-container.is-vertical.is-content-justification-right {
  align-items: end;
}
.qc-icons-container.is-vertical.is-content-justification-space-between {
  align-items: center;
}
.qc-icons-container.is-vertical.is-content-justification-stretch {
  align-items: stretch;
}
.qc-icon {
  cursor: pointer;
  border-radius: 50%;
  height: 36px;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #625b71;
  color: #fff;
}
.qc-icon:hover {
  opacity: 0.9;
}
.qc-icon__link {
  color: #fff !important;
  text-decoration: none !important;
  line-height: 0;
}
.qc-icon.__icon-size-small {
  height: 28px;
  width: 28px;
  font-size: 16px;
}
.qc-icon.__icon-size-normal {
  height: 36px;
  width: 36px;
  font-size: 20px;
}
.qc-icon.__icon-size-large {
  height: 54px;
  width: 54px;
  font-size: 32px;
}
.qc-icon.__icon-size-huge {
  height: 72px;
  width: 72px;
  font-size: 44px;
}
.form-control {
  box-shadow: none;
  width: 100%;
  margin-bottom: 5px;
  padding: 0.2rem 1rem !important;
  background-color: #ffffff;
  border: 1px solid #bbbbbb !important;
  color: #353535;
  border-radius: 0.25rem;
  line-height: 2.5rem !important;
}
.form-control:focus,
.form-control:hover {
  border: 1px solid #bbbbbb !important;
  background-color: #ffffff;
  box-shadow: none;
}
.form-group {
  margin-bottom: 1rem;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #b7b7b7;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #b7b7b7;
}
.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.qc-editor-wrapper .qc-video-wrapper {
  margin: 0 auto;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  width: 1068px;
  height: 601px;
}
.qc-editor-wrapper .qc-video-wrapper.alignwide {
  height: 563px;
}
.qc-editor-wrapper > * > .qc-video-wrapper:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  height: 405px;
}
.qc-editor-wrapper .qc-embed-wrapper {
  margin: 0 auto;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qc-editor-wrapper .empty-embed-url-placeholder {
  width: 100%;
  height: 430px;
  background-color: rgba(0, 0, 0, 0.5);
}
.qc-divider-wrapper {
  min-height: 12px;
  justify-content: center;
  display: flex;
  align-items: center;
}
.qc-divider {
  border-color: var(--qc-text-color);
  height: 1px;
  border-top: 1px;
}
.qc-nav-wrapper {
  z-index: 2;
  width: 100%;
  height: 70px;
  position: relative;
}
.qc-nav-wrapper .qc-nav-container {
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--qc-bg-color);
}
.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  height: 20px;
  width: 20px;
}
.hamburger span {
  left: 0;
  width: 20px;
  height: 2px;
  background-color: var(--qc-text-color);
}
.qc-default-header-wrapper {
  width: 100%;
  height: 70px;
  display: grid;
  align-items: center;
}
.qc-default-header-wrapper.container-fluid {
  padding-left: 32px !important;
  padding-right: 32px !important;
}
.qc-default-header-wrapper.container {
  padding-left: 32px !important;
  padding-right: 32px !important;
}
.qc-default-header-wrapper.align-menu-center {
  grid-template-columns: 1fr auto 1fr;
}
.qc-default-header-wrapper.align-menu-left {
  grid-template-columns: auto 1fr auto;
}
.qc-default-header-wrapper.align-menu-right {
  grid-template-columns: auto 1fr auto;
}
.qc-default-header-wrapper .qc-navbar-middle {
  padding: 0 2rem;
  display: flex;
  background-color: inherit;
}
.qc-default-header-wrapper .qc-navbar-end {
  display: flex;
  justify-content: flex-end;
  background-color: inherit;
}
@media (max-width: 991px) {
  .qc-default-header-wrapper {
    display: flex;
    flex-direction: column;
  }
  .qc-default-header-wrapper.container {
    padding-left: 16px !important;
    padding-right: 16px !important;
    max-width: 100%;
  }
  .qc-default-header-wrapper .qc-navbar-middle {
    padding-top: 2rem;
    display: flex;
    justify-content: center;
    gap: 0.4rem;
    align-items: center;
    width: 100vw;
    display: none;
  }
  .qc-default-header-wrapper .qc-navbar-middle.is-empty-node {
    display: none;
  }
  .qc-default-header-wrapper .qc-navbar-middle .qc-links-container {
    flex-direction: column;
  }
  .qc-default-header-wrapper .qc-navbar-middle .qc-links-container .qc-link-wrapper {
    min-height: 32px;
  }
  .qc-default-header-wrapper .qc-navbar-end {
    padding: 1rem 2rem;
    width: 100vw;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    justify-content: center;
    display: none;
  }
  .qc-default-header-wrapper .qc-navbar-end .qc-links-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .qc-default-header-wrapper .qc-navbar-end .qc-links-container .qc-link-wrapper {
    min-height: 32px;
  }
  .qc-default-header-wrapper .qc-navbar-end .qc-buttons-container {
    flex-direction: column;
    align-items: center;
  }
}
.qc-links-wrapper {
  padding: 0 2rem;
  min-height: 36px;
}
.qc-links-container {
  gap: var(--qc-style--common-block-gap);
  display: flex;
  flex-wrap: wrap;
}
.qc-links-container.is-horizontal {
  flex-direction: row;
}
.qc-links-container.is-horizontal.is-content-justification-left {
  justify-content: flex-start;
}
.qc-links-container.is-horizontal.is-content-justification-center {
  justify-content: center;
}
.qc-links-container.is-horizontal.is-content-justification-right {
  justify-content: flex-end;
}
.qc-links-container.is-horizontal.is-content-justification-space-between {
  justify-content: space-between;
}
.qc-links-container.is-vertical {
  flex-direction: column;
  justify-content: center;
}
.qc-links-container.is-vertical.is-content-justification-left {
  align-items: left;
}
.qc-links-container.is-vertical.is-content-justification-center {
  align-items: center;
}
.qc-links-container.is-vertical.is-content-justification-right {
  align-items: end;
}
.qc-links-container.is-vertical.is-content-justification-space-between {
  align-items: center;
}
.qc-links-container.is-vertical.is-content-justification-stretch {
  align-items: stretch;
}
.qc-link-wrapper {
  font-size: var(--qc-preset--font-size) !important;
  min-width: 50px;
  width: fit-content;
  min-height: 42px;
  display: inline-block;
  color: var(--qc-text-color) !important;
  cursor: pointer;
  text-align: center;
  word-wrap: break-word;
  text-decoration: none;
  display: flex;
  justify-content: center;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  align-items: center;
  font-family: Inter;
}
.qc-link-wrapper a {
  color: var(--qc-text-color) !important;
  text-decoration: none !important;
}
.qc-link-wrapper a strong {
  color: var(--qc-text-color);
}
.qc-link-wrapper a span {
  color: var(--qc-text-color);
}
.qc-link-wrapper:hover {
  color: var(--qc-text-color);
  opacity: 0.8;
}
.qc-link-wrapper:hover strong {
  color: var(--qc-text-color);
}
.qc-link-wrapper:hover span {
  color: var(--qc-text-color);
}
.qc-link-wrapper:hover a {
  color: var(--qc-text-color);
}
.is-empty-node.qc-link-wrapper {
  min-width: 130px !important;
}
.qc-navbar-brand-wrapper {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  flex-grow: 0;
  height: 70px;
  cursor: pointer;
}
.qc-navbar-brand-wrapper .qc-navbar-brand {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  height: 100%;
  color: none;
  text-decoration: none;
}
.qc-navbar-brand-wrapper .qc-navbar-brand-logo {
  height: 3rem;
}
.qc-navbar-brand-wrapper .qc-navbar-brand-logo img {
  height: 100%;
  width: auto;
}
.qc-navbar-brand-wrapper .qc-navbar-brand-name {
  font-family: Inter;
  font-weight: 600;
}
.navbar-toggler {
  outline: none;
  height: 100%;
  width: 50px;
  cursor: pointer;
  display: none;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .qc-navbar-brand-wrapper {
    width: 100%;
    justify-content: space-between;
  }
  .qc-navbar-brand-wrapper .navbar-toggler {
    display: flex;
  }
}
.blog-collection-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
}
.blog-collection-wrapper .blog-collection-main {
  max-width: 800px;
}
.blog-collection-wrapper .blog-collection-main .empty-collection {
  min-height: 300px;
  max-height: calc(100vh - 70px - 250px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.blog-collection-wrapper .blog-collection-main .empty-collection span {
  font-size: 1.128rem;
  font-family: Inter;
  font-weight: normal;
  font-style: normal;
  line-height: 1.75;
  color: var(--qc-text-color);
}
.b-c-p {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 24px;
  height: 56px;
  align-items: center;
  margin-bottom: 60px;
  font-size: 16px;
  color: #242424;
}
.b-c-p .pagination {
  font-size: 1.128rem;
  font-family: Inter;
  font-weight: normal;
  font-style: normal;
  line-height: 1.75;
  color: var(--qc-text-color);
  display: flex;
  flex-direction: row;
  gap: 24px;
}
.b-c-p .pagination select {
  color: var(--qc-text-color);
}
.b-c-p .pagination .prev-next-btn {
  align-items: center;
  display: flex;
  gap: 6px;
  cursor: pointer;
  font-weight: 500;
}
.b-c-p .pagination .prev-next-btn.disabled {
  cursor: not-allowed;
  color: #999999;
}
.b-c-p .pagination .cur-page {
  display: flex;
  align-items: center;
  gap: 8px;
}
.b-c-p .pagination .cur-page select {
  width: 100%;
  height: 28px;
  background-color: #f2f3f5;
  border: 0;
}
.b-c-p .pagination .prev-next-btn .pnb-font:hover {
  text-decoration: underline;
}
.b-c-p .pagination .prev-next-btn .mbr-iconfont {
  font-size: 18px;
}
.b-c-l {
  padding: 50px 24px;
  width: 100%;
}
.b-c-l-i {
  padding: 24px 0;
  border-bottom: 1px solid #e0e0e0;
  gap: 8px;
  display: flex;
  flex-direction: column;
}
.b-c-l .la {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 12px;
  justify-content: space-between;
}
.b-c-l .la .la-l {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 588px;
}
.b-c-l .la .la-l .title {
  font-size: 1.75rem;
  font-family: Inter;
  font-weight: bold;
  font-style: normal;
  line-height: 1.5;
  color: var(--qc-heading-color);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  text-decoration: none;
}
.b-c-l .la .la-l .title.line-loading {
  max-width: 100%;
}
.b-c-l .la .la-l .title:hover {
  text-decoration: underline;
}
.b-c-l .la .la-l .description {
  font-size: 1rem;
  font-family: Inter;
  font-weight: normal;
  font-style: normal;
  line-height: 1.65;
  color: var(--qc-text-color);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.b-c-l .la .la-l .description .line-loading {
  width: 600px;
  max-width: 100%;
  margin-bottom: 4px;
}
.b-c-l .la .la-l .rt {
  height: 38px;
  display: flex;
  align-items: center;
}
.b-c-l .la .la-l .rt .time {
  font-size: 0.875rem;
  font-family: Inter;
  font-weight: normal;
  font-style: normal;
  line-height: 1.7;
  color: var(--qc-text-color);
  color: #6b6b6b;
}
.b-c-l .ap {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
}
.b-c-l .ap .avatar {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  overflow: hidden;
}
.b-c-l .ap .avatar img {
  height: 24px;
  width: 24px;
}
.avatar-instead {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #6046ff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.b-c-l .ap .author {
  margin-left: 6px;
  display: flex;
  gap: 4px;
  flex-direction: row;
  font-size: 13px;
  line-height: 22px;
}
.b-c-l .ap .author .name {
  font-size: 0.875rem;
  font-family: Inter;
  font-weight: bold;
  font-style: normal;
  line-height: 1.6;
  color: var(--qc-heading-color);
  font-weight: 500;
}
.b-c-l .ap .author .date {
  color: #6b6b6b;
}
.b-c-l .la .la-r {
  max-width: 112px;
  min-width: 80px;
  aspect-ratio: 1 / 1;
  align-self: center;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.b-c-l .la .la-r img {
  object-fit: cover;
  height: 100%;
  width: auto;
  display: block;
  margin: auto;
}
.empty-img {
  width: 112px;
  height: 112px;
  background-color: #f8f8f8;
}
.empty-img .line-loading {
  width: 112px;
  max-width: 100%;
}
@media (min-width: 800px) {
  .blog-collection-wrapper .b-c-l {
    max-width: 728px;
  }
}
@media (max-width: 768px) {
  .b-c-l .la .la-l {
    width: calc(100% - 80px - 24px);
  }
  .b-c-l .la .la-r {
    width: 80px;
  }
  .b-c-l .la .la-r img {
    width: 80px;
  }
  .empty-img {
    width: 80px;
    height: 80px;
    background-color: #f8f8f8;
  }
}
@media (max-width: 600px) {
  .blog-collection-main {
    width: 100%;
  }
  .b-c-l .la .la-l .title {
    font-size: 16px;
    line-height: 22px;
  }
  .b-c-l .la .la-l .description {
    display: none;
  }
  .b-c-p .pagination .prev-next-btn .pnb-font {
    display: none;
  }
  .collection-disabled-mask .disabled-tips {
    font-size: 16px;
    font-family: Roboto;
  }
}
@keyframes loading {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.article-loading .avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #f8f8f8;
  position: relative;
}
.article-loading .avatar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
  animation: loading 1.5s infinite;
}
.article-loading .line-loading {
  min-width: 150px;
  min-height: 24px;
  background-color: #f8f8f8;
  position: relative;
}
.article-loading .line-loading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
  animation: loading 1.5s infinite;
}
.qc-default-footer-wrapper {
  width: 100%;
}
.qc-default-footer-wrapper .qc-default-footer-container.container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
.qc-default-footer-menu-box {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .qc-default-footer-wrapper {
    width: 100%;
  }
  .qc-default-footer-wrapper .qc-default-footer-container p {
    text-align: center;
  }
  .qc-default-footer-menu-box {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    display: flex;
  }
  .qc-default-footer-menu-box .qc-navbar-brand-wrapper {
    justify-content: center;
  }
}
.qc-blog-container-wrapper {
  width: 100%;
}
.qc-blog-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 32px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.qc-blog-container .toc-toggler {
  display: none;
  position: fixed;
  left: 0;
  top: 230px;
  height: 50px;
  width: 28px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 0 8px 8px 0;
  background-color: #fff;
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.qc-blog-container .toc-toggler .hamburger {
  width: 16px;
}
.qc-blog-container .toc-toggler .hamburger span {
  width: 16px;
}
.qc-blog-container .qc-blog-toc-close {
  display: none;
  position: absolute;
  top: 24px;
  right: 28px;
  font-size: 18px;
  color: #333;
}
.qc-blog-container .qc-blog-container-left-sidebar {
  max-width: 220px;
  min-width: 196px;
  min-height: 500px;
  margin-right: 40px;
  height: 100%;
  margin-top: 90px;
  position: sticky;
  top: 136px;
  padding-left: 1rem;
}
.qc-blog-container .qc-blog-container-center {
  width: 100%;
}
.qc-blog-container .qc-blog-container-center h1 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.qc-blog-container .qc-blog-container-center .qc-blog-meta-info-container {
  height: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.qc-blog-container .qc-blog-container-center .qc-blog-meta-info-container .qc-blog-meta-info-end {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
}
.qc-blog-container .qc-blog-container-center .qc-blog-meta-info-container .qc-blog-meta-info-end .spacing-dot {
  margin: 0 4px;
}
.qc-blog-container .qc-blog-container-center .qc-blog-meta-info-container .qc-blog-meta-info-end .second-level {
  font-size: 0.875rem;
  color: var(--qc-caption-color);
}
.qc-blog-container .qc-blog-container-center .qc-blog-meta-info-container .qc-blog-meta-info-end .author-name {
  color: var(--qc-text-color);
  font-weight: 600;
  font-size: 1rem;
}
.qc-blog-container .qc-blog-container-center .qc-blog-meta-info-container .qc-blog-meta-info-end .avatar {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 4px;
}
.qc-blog-container .qc-blog-container-center .qc-blog-meta-info-container .qc-blog-meta-info-end .avatar img {
  height: 24px;
  width: 24px;
}
.qc-blog-container .qc-blog-container-center .qc-blog-meta-info-container .qc-blog-meta-info-end .avatar-instead {
  height: 24px;
  width: 24px;
  font-size: 0.875rem;
  border-radius: 50%;
  overflow: hidden;
  background-color: #6046ff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qc-blog-container .qc-blog-container-center h1 {
  margin-top: 0;
  margin-bottom: 2.75rem;
}
.qc-blog-container .qc-blog-container-right-sidebar {
  max-width: 300px;
  min-width: 280px;
  padding-right: 1rem;
  flex-shrink: 2;
  min-height: 500px;
  margin-left: 64px;
  margin-top: 90px;
  position: sticky;
  top: 136px;
  align-self: flex-start;
}
@media (max-width: 1320px) {
  .qc-blog-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .qc-blog-container .qc-blog-container-center {
    max-width: 600px;
  }
}
@media (max-width: 1280px) {
  .qc-blog-container {
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .qc-blog-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .qc-blog-container .qc-blog-container-center {
    max-width: 600px;
  }
  .qc-blog-container .qc-blog-container-left-sidebar {
    margin-top: 0;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    padding: 100px 0 0 42px;
    background-color: #fff;
    z-index: 100000;
    left: -100%;
    overflow: auto;
  }
  .qc-blog-container .qc-blog-container-left-sidebar .toc-toggler {
    display: flex;
  }
  .qc-blog-container .qc-blog-container-left-sidebar .qc-blog-toc-close {
    display: block;
  }
  .qc-blog-container .qc-blog-container-right-sidebar {
    display: none;
  }
}
.qc-blog-toc-container {
  width: 100%;
  max-height: 500px;
  overflow: auto;
}
.qc-blog-toc-container .qc-blog-toc-title {
  font-size: 0.875rem;
  font-family: Inter;
  font-weight: normal;
  font-style: normal;
  line-height: 1.7;
  color: var(--qc-text-color);
  font-weight: 700;
  line-height: 22px;
  user-select: none;
}
.qc-blog-toc-container .qc-blog-toc-body {
  margin-top: 16px;
  list-style-type: none;
  padding: 0;
}
.qc-blog-toc-container .qc-blog-toc-body .current-h2 {
  border-left: 2px solid var(--qc-link-color);
  padding-left: 8px;
}
.qc-blog-toc-container .qc-blog-toc-body .current-h2 a {
  color: var(--qc-link-color);
  text-decoration: underline;
}
.qc-blog-toc-container .qc-blog-toc-body li {
  line-height: 1;
  margin-bottom: 8px;
  cursor: pointer;
}
.qc-blog-toc-container .qc-blog-toc-body a {
  font-size: 0.875rem;
  font-family: Inter;
  font-weight: normal;
  font-style: normal;
  line-height: 1.7;
  color: var(--qc-text-color);
  color: var(--qc-caption-color);
  text-decoration: none;
}
.qc-blog-toc-container .qc-blog-toc-body a:hover {
  text-decoration: underline;
}
.qc-share-blog-wrapper {
  margin-top: 22px;
}
.qc-share-blog-wrapper .qc-share-blog-title {
  font-size: 0.875rem;
  font-family: Inter;
  font-weight: normal;
  font-style: normal;
  line-height: 1.7;
  color: var(--qc-text-color);
  font-weight: 700;
  user-select: none;
}
.qc-share-blog-wrapper .qc-share-blog-icon-container {
  margin-top: 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
}
.qc-share-blog-wrapper .qc-share-blog-icon-container.logo-only {
  gap: 18px;
  padding-top: 12px;
  padding-bottom: 12px;
}
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 16px;
}
