/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/***
 COLOR START
 ***/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700&display=swap');
/* ===========================================================================================
============================================================================================== */
/* Override variables ant start */
/* Override variables ant end */
.ant-typography {
  color: #1d2939;
  overflow-wrap: break-word;
}
.ant-typography.ant-typography-white {
  color: #fff;
}
.ant-typography.ant-typography-primary {
  color: #1d2939;
}
.ant-typography.ant-typography-brand {
  color: #f4600c;
}
.ant-typography.ant-typography-secondary {
  color: #667085;
}
.ant-typography.ant-typography-success {
  color: #12b76a;
}
.ant-typography.ant-typography-warning {
  color: #06aed4;
}
.ant-typography.ant-typography-danger {
  color: #f04438;
}
a.ant-typography.ant-typography-danger:active,
a.ant-typography.ant-typography-danger:focus {
  color: #c92a24;
}
a.ant-typography.ant-typography-danger:hover {
  color: #fc7262;
}
.ant-typography.ant-typography-link {
  color: #06aed4;
}
a.ant-typography.ant-typography-link:active,
a.ant-typography.ant-typography-link:focus {
  color: #0088ad;
}
a.ant-typography.ant-typography-link:hover {
  color: #2bc5e0;
}
.ant-typography.ant-typography-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-typography.ant-typography-placeholder {
  color: #98a2b3;
}
.ant-typography.ant-typography-background {
  color: #f9fafb;
}
.ant-typography p {
  line-height: 24px;
}
.ant-typography + h1.ant-typography,
.ant-typography + h2.ant-typography,
.ant-typography + h3.ant-typography,
.ant-typography + h4.ant-typography,
.ant-typography + h5.ant-typography,
.ant-typography + h6.ant-typography {
  margin-top: 0px;
}
.ant-typography div + h1,
.ant-typography ul + h1,
.ant-typography li + h1,
.ant-typography p + h1,
.ant-typography h1 + h1,
.ant-typography h2 + h1,
.ant-typography h3 + h1,
.ant-typography h4 + h1,
.ant-typography h5 + h1,
.ant-typography h6 + h1,
.ant-typography div + h2,
.ant-typography ul + h2,
.ant-typography li + h2,
.ant-typography p + h2,
.ant-typography h1 + h2,
.ant-typography h2 + h2,
.ant-typography h3 + h2,
.ant-typography h4 + h2,
.ant-typography h5 + h2,
.ant-typography h6 + h2,
.ant-typography div + h3,
.ant-typography ul + h3,
.ant-typography li + h3,
.ant-typography p + h3,
.ant-typography h1 + h3,
.ant-typography h2 + h3,
.ant-typography h3 + h3,
.ant-typography h4 + h3,
.ant-typography h5 + h3,
.ant-typography h6 + h3,
.ant-typography div + h4,
.ant-typography ul + h4,
.ant-typography li + h4,
.ant-typography p + h4,
.ant-typography h1 + h4,
.ant-typography h2 + h4,
.ant-typography h3 + h4,
.ant-typography h4 + h4,
.ant-typography h5 + h4,
.ant-typography h6 + h4,
.ant-typography div + h5,
.ant-typography ul + h5,
.ant-typography li + h5,
.ant-typography p + h5,
.ant-typography h1 + h5,
.ant-typography h2 + h5,
.ant-typography h3 + h5,
.ant-typography h4 + h5,
.ant-typography h5 + h5,
.ant-typography h6 + h5,
.ant-typography div + h6,
.ant-typography ul + h6,
.ant-typography li + h6,
.ant-typography p + h6,
.ant-typography h1 + h6,
.ant-typography h2 + h6,
.ant-typography h3 + h6,
.ant-typography h4 + h6,
.ant-typography h5 + h6,
.ant-typography h6 + h6 {
  margin-top: 0px;
}
a.ant-typography-ellipsis,
span.ant-typography-ellipsis {
  display: inline-block;
  max-width: 100%;
}
a.ant-typography,
.ant-typography a {
  color: #06aed4;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
  text-decoration: none;
}
a.ant-typography:focus-visible,
.ant-typography a:focus-visible,
a.ant-typography:hover,
.ant-typography a:hover {
  color: #2bc5e0;
}
a.ant-typography:active,
.ant-typography a:active {
  color: #0088ad;
}
a.ant-typography:active,
.ant-typography a:active,
a.ant-typography:hover,
.ant-typography a:hover {
  text-decoration: none;
}
a.ant-typography[disabled],
.ant-typography a[disabled],
a.ant-typography.ant-typography-disabled,
.ant-typography a.ant-typography-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
a.ant-typography[disabled]:active,
.ant-typography a[disabled]:active,
a.ant-typography.ant-typography-disabled:active,
.ant-typography a.ant-typography-disabled:active,
a.ant-typography[disabled]:hover,
.ant-typography a[disabled]:hover,
a.ant-typography.ant-typography-disabled:hover,
.ant-typography a.ant-typography-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
}
a.ant-typography[disabled]:active,
.ant-typography a[disabled]:active,
a.ant-typography.ant-typography-disabled:active,
.ant-typography a.ant-typography-disabled:active {
  pointer-events: none;
}
.ant-typography code {
  margin: 0 0.2em;
  padding: 0.2em 0.4em 0.1em;
  font-size: 85%;
  background: rgba(150, 150, 150, 0.1);
  border: 1px solid rgba(100, 100, 100, 0.2);
  border-radius: 3px;
}
.ant-typography kbd {
  margin: 0 0.2em;
  padding: 0.15em 0.4em 0.1em;
  font-size: 90%;
  background: rgba(150, 150, 150, 0.06);
  border: 1px solid rgba(100, 100, 100, 0.2);
  border-bottom-width: 2px;
  border-radius: 3px;
}
.ant-typography mark {
  padding: 0;
  background-color: #ffe58f;
}
.ant-typography u,
.ant-typography ins {
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
.ant-typography s,
.ant-typography del {
  text-decoration: line-through;
}
.ant-typography strong {
  font-weight: 600;
}
.ant-typography-expand,
.ant-typography-edit,
.ant-typography-copy {
  color: #06aed4;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
  margin-left: 4px;
}
.ant-typography-expand:focus-visible,
.ant-typography-edit:focus-visible,
.ant-typography-copy:focus-visible,
.ant-typography-expand:hover,
.ant-typography-edit:hover,
.ant-typography-copy:hover {
  color: #2bc5e0;
}
.ant-typography-expand:active,
.ant-typography-edit:active,
.ant-typography-copy:active {
  color: #0088ad;
}
.ant-typography-copy-success,
.ant-typography-copy-success:hover,
.ant-typography-copy-success:focus {
  color: #12b76a;
}
.ant-typography-edit-content {
  position: relative;
}
div.ant-typography-edit-content {
  left: -16px;
  margin-top: -9px;
  margin-bottom: calc(1em - 8px - 1px);
}
.ant-typography-edit-content-confirm {
  position: absolute;
  right: 10px;
  bottom: 8px;
  color: #667085;
  font-weight: normal;
  font-size: 16px;
  font-style: normal;
  pointer-events: none;
}
.ant-typography-edit-content textarea {
  height: 1em;
  margin: 0 !important;
  /* stylelint-disable-next-line property-no-vendor-prefix */
  -moz-transition: none;
}
.ant-typography ul,
.ant-typography ol {
  margin: 0 0 1em;
  padding: 0;
}
.ant-typography ul li,
.ant-typography ol li {
  margin: 0 0 0 20px;
  padding: 0 0 0 4px;
}
.ant-typography ul {
  list-style-type: circle;
}
.ant-typography ul ul {
  list-style-type: disc;
}
.ant-typography ol {
  list-style-type: decimal;
}
.ant-typography pre,
.ant-typography blockquote {
  margin: 1em 0;
}
.ant-typography pre {
  padding: 0.4em 0.6em;
  white-space: pre-wrap;
  word-wrap: break-word;
  background: rgba(150, 150, 150, 0.1);
  border: 1px solid rgba(100, 100, 100, 0.2);
  border-radius: 3px;
}
.ant-typography pre code {
  display: inline;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  background: transparent;
  border: 0;
}
.ant-typography blockquote {
  padding: 0 0 0 0.6em;
  border-left: 4px solid rgba(100, 100, 100, 0.2);
  opacity: 0.85;
}
.ant-typography-single-line {
  white-space: nowrap;
}
.ant-typography-ellipsis-single-line {
  overflow: hidden;
  text-overflow: ellipsis;
}
a.ant-typography-ellipsis-single-line,
span.ant-typography-ellipsis-single-line {
  vertical-align: bottom;
}
.ant-typography-ellipsis-multiple-line {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
p {
  line-height: 24px;
}
h1,
div-h1,
div-h1 > textarea,
h1 {
  font-weight: 600;
  font-size: 56px;
  line-height: 80px;
}
@media only screen and (max-width: 767.99px) {
  h1,
  div-h1,
  div-h1 > textarea,
  h1 {
    font-weight: 600;
    font-size: 36px;
    line-height: 48px;
  }
}
h2,
div-h2,
div-h2 > textarea,
h2 {
  font-weight: 600;
  font-size: 48px;
  line-height: 64px;
}
@media only screen and (max-width: 767.99px) {
  h2,
  div-h2,
  div-h2 > textarea,
  h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
  }
}
h3,
div-h3,
div-h3 > textarea,
h3 {
  font-weight: 600;
  font-size: 40px;
  line-height: 56px;
}
@media only screen and (max-width: 767.99px) {
  h3,
  div-h3,
  div-h3 > textarea,
  h3 {
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
  }
}
h4,
div-h4,
div-h4 > textarea,
h4 {
  font-weight: 600;
  font-size: 36px;
  line-height: 48px;
}
@media only screen and (max-width: 767.99px) {
  h4,
  div-h4,
  div-h4 > textarea,
  h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
  }
}
h5,
div-h5,
div-h5 > textarea,
h5 {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
}
@media only screen and (max-width: 767.99px) {
  h5,
  div-h5,
  div-h5 > textarea,
  h5 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
  }
}
h6,
div-h6,
div-h6 > textarea,
h6 {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
}
@media only screen and (max-width: 767.99px) {
  h6,
  div-h6,
  div-h6 > textarea,
  h6 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
  }
}
.typography-heading-1-v2 {
  font-weight: 400;
  font-size: 56px;
  line-height: 80px;
}
.typography-heading-2-v2 {
  font-weight: 400;
  font-size: 48px;
  line-height: 64px;
}
.typography-heading-3-v2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 56px;
}
.typography-heading-4-v2 {
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
}
.typography-heading-5-v2 {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
}
.typography-heading-6-v2 {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}
@media only screen and (max-width: 767.99px) {
  .typography-heading-1-v2 {
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
  }
  .typography-heading-2-v2 {
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
  }
  .typography-heading-3-v2 {
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
  }
  .typography-heading-4-v2 {
    font-weight: 400;
    font-size: 28px;
    line-height: 36px;
  }
  .typography-heading-5-v2 {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
  }
  .typography-heading-6-v2 {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
  }
}
.typography-title-1 {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
}
.typography-title-2 {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
}
.typography-title-3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}
.typography-title-4 {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}
.typography-title-5 {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}
.typography-title-6 {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}
@media only screen and (max-width: 767.99px) {
  .typography-title-1 {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
  }
  .typography-title-2 {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
  }
  .typography-title-3 {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
  }
  .typography-title-4 {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
  }
  .typography-title-5 {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
  }
  .typography-title-6 {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
  }
}
.typography-subtitle-1 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.typography-subtitle-2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.typography-subtitle-3 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.typography-subtitle-4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.typography-subtitle-5 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.typography-subtitle-6 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (max-width: 767.99px) {
  .typography-subtitle-1 {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
  }
  .typography-subtitle-2 {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
  }
  .typography-subtitle-3 {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
  }
}
.typography-caption-1 {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.typography-caption-2 {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
@media only screen and (max-width: 767.99px) {
  .typography-caption-1 {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
  .typography-caption-2 {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
}
.typography-note-1 {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.typography-note-2 {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.typography-note-3 {
  font-weight: 400;
  font-size: 10px;
  line-height: 20px;
}
.typography-note-4 {
  font-weight: 400;
  font-size: 10px;
  line-height: 20px;
}
@media only screen and (max-width: 767.99px) {
  .typography-note-1 {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
  .typography-note-2 {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
  .typography-note-3 {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
  }
  .typography-note-4 {
    font-weight: 400;
    font-size: 10px;
    line-height: 20px;
  }
}
.typography-title-v2 {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}
.typography-base-v2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.typography-base-small-v2 {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.typography-caption-v2 {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.typography-tiny-v2 {
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
}
/* stylelint-disable-next-line at-rule-no-unknown */
.font-regular {
  font-weight: 400;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.ant-typography-rtl {
  direction: rtl;
}
.ant-typography-rtl .ant-typography-expand,
.ant-typography-rtl .ant-typography-edit,
.ant-typography-rtl .ant-typography-copy {
  margin-right: 4px;
  margin-left: 0;
}
.ant-typography-rtl .ant-typography-expand {
  float: left;
}
div.ant-typography-edit-content.ant-typography-rtl {
  right: -16px;
  left: auto;
}
.ant-typography-rtl .ant-typography-edit-content-confirm {
  right: auto;
  left: 10px;
}
.ant-typography-rtl.ant-typography ul li,
.ant-typography-rtl.ant-typography ol li {
  margin: 0 20px 0 0;
  padding: 0 4px 0 0;
}
