.elementor-1504 .elementor-element.elementor-element-8bf0fb9{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1504 .elementor-element.elementor-element-0cb56a3{--display:flex;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-1504 .elementor-element.elementor-element-35dcd14{--display:flex;}.elementor-1504 .elementor-element.elementor-element-22f3691{--display:flex;}.elementor-1504 .elementor-element.elementor-element-24fc431{--display:flex;}.elementor-1504 .elementor-element.elementor-element-aaed772{--display:flex;}.elementor-1504 .elementor-element.elementor-element-c6ce534{color:#7A7A7A;}.elementor-1504 .elementor-element.elementor-element-118732f{--display:flex;}.elementor-1504 .elementor-element.elementor-element-2325e67{--display:flex;}.elementor-1504 .elementor-element.elementor-element-2bfddf0{--display:flex;}.elementor-1504 .elementor-element.elementor-element-6d6ece9{--display:flex;}.elementor-1504 .elementor-element.elementor-element-1ac6fa1{--n-accordion-title-font-size:1rem;--n-accordion-item-title-space-between:0px;--n-accordion-item-title-distance-from-content:0px;--n-accordion-title-normal-color:#7A7A7A;--n-accordion-title-hover-color:#7A7A7A;--n-accordion-title-active-color:#7A7A7A;--n-accordion-icon-size:15px;}.elementor-1504 .elementor-element.elementor-element-217aca1{--display:flex;}.elementor-widget-blockquote .elementor-blockquote__content{color:var( --e-global-color-text );}.elementor-widget-blockquote .elementor-blockquote__author{color:var( --e-global-color-secondary );}.elementor-1504 .elementor-element.elementor-element-9059f42 .elementor-blockquote:before{font-size:calc(1px * 100);}/* Start custom CSS for html, class: .elementor-element-08cb664 */.du-metrics-table-wrapper {
  width: 100%;
  overflow-x: auto;
  margin: 40px 0;
  border-radius: 24px;
  background: linear-gradient(
    135deg,
    #050505,
    #121218
  );
  padding: 2px;
  font-family: "Poppins", sans-serif;
  box-shadow: 0 15px 45px rgba(0,0,0,0.18);
}

.du-metrics-table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  background: #050505;
  border-radius: 24px;
  overflow: hidden;
}

.du-metrics-table thead tr {
  background: #0d0d0d;
}

.du-metrics-table thead th {
  padding: 24px 28px;
  text-align: left;
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.du-metrics-table thead th:last-child {
  color: #7c4dff;
}

.du-metrics-table tbody tr {
  transition: all 0.3s ease;
}

.du-metrics-table tbody tr:hover {
  background: rgba(124,77,255,0.07);
}

.du-metrics-table tbody td {
  padding: 24px 28px;
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255,255,255,0.82);
  border-top: 1px solid rgba(255,255,255,0.06);
  vertical-align: middle;
}

.du-metrics-table tbody td:first-child {
  width: 55%;
  font-weight: 600;
  color: #ffffff;
  border-right: 1px solid rgba(255,255,255,0.06);
  position: relative;
}

.du-metrics-table tbody td:first-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  width: 4px;
  height: calc(100% - 44px);
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    #7c4dff,
    #b388ff
  );
}

.du-metric-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(124,77,255,0.12);
  border: 1px solid rgba(124,77,255,0.22);
  color: #b388ff;
  font-size: 15px;
  font-weight: 700;
}

.du-metric-badge.green {
  background: rgba(0,201,167,0.12);
  border-color: rgba(0,201,167,0.22);
  color: #00d8b3;
}

.du-metric-badge.orange {
  background: rgba(255,153,0,0.12);
  border-color: rgba(255,153,0,0.22);
  color: #ffb347;
}

.du-metric-badge.purple {
  background: rgba(139,92,246,0.12);
  border-color: rgba(139,92,246,0.22);
  color: #c4b5fd;
}

/* MOBILE */

@media (max-width: 767px) {

  .du-metrics-table {
    min-width: 520px;
  }

  .du-metrics-table thead th {
    font-size: 17px;
    padding: 18px 18px;
  }

  .du-metrics-table tbody td {
    font-size: 15px;
    padding: 18px 18px;
  }

  .du-metric-badge {
    font-size: 12px;
    padding: 8px 12px;
  }

  .du-metrics-table tbody td:first-child::before {
    top: 18px;
    height: calc(100% - 36px);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-982bcbf */.du-growth-table-wrapper {
  width: 100%;
  overflow-x: auto;
  margin: 40px 0;
  border-radius: 26px;
  background: linear-gradient(
    135deg,
    #050505,
    #111118
  );
  padding: 2px;
  font-family: "Poppins", sans-serif;
  box-shadow: 0 18px 50px rgba(0,0,0,0.18);
}

.du-growth-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  background: #050505;
  border-radius: 26px;
  overflow: hidden;
}

.du-growth-table thead tr {
  background: #0d0d0d;
}

.du-growth-table thead th {
  padding: 24px 24px;
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.du-growth-table thead th:last-child {
  color: #7c4dff;
}

.du-growth-table tbody tr {
  transition: all 0.3s ease;
}

.du-growth-table tbody tr:hover {
  background: rgba(124,77,255,0.07);
}

.du-growth-table tbody td {
  padding: 24px;
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255,255,255,0.82);
  border-top: 1px solid rgba(255,255,255,0.06);
  border-right: 1px solid rgba(255,255,255,0.06);
  vertical-align: middle;
}

.du-growth-table tbody td:last-child {
  border-right: none;
}

.du-growth-table tbody td:first-child {
  font-weight: 700;
  color: #ffffff;
  position: relative;
}

.du-growth-table tbody td:first-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  width: 4px;
  height: calc(100% - 44px);
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    #7c4dff,
    #b388ff
  );
}

.du-data-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
}

.du-data-badge.old {
  background: rgba(255,255,255,0.08);
  color: #d4d4d8;
}

.du-data-badge.new {
  background: rgba(0,201,167,0.12);
  border: 1px solid rgba(0,201,167,0.25);
  color: #00d8b3;
}

.du-data-badge.purple {
  background: rgba(124,77,255,0.12);
  border: 1px solid rgba(124,77,255,0.25);
  color: #c4b5fd;
}

.du-data-badge.green {
  background: rgba(34,197,94,0.12);
  border: 1px solid rgba(34,197,94,0.25);
  color: #4ade80;
}

.du-data-badge.orange {
  background: rgba(255,153,0,0.12);
  border: 1px solid rgba(255,153,0,0.22);
  color: #ffb347;
}

.du-data-badge.red {
  background: rgba(239,68,68,0.12);
  border: 1px solid rgba(239,68,68,0.22);
  color: #f87171;
}

.du-growth-positive {
  color: #00d8b3;
  font-weight: 700;
  font-size: 18px;
}

.du-note-text {
  color: #facc15;
  font-style: italic;
  font-size: 16px;
}

/* MOBILE */

@media (max-width: 767px) {

  .du-growth-table {
    min-width: 680px;
  }

  .du-growth-table thead th {
    font-size: 16px;
    padding: 18px;
  }

  .du-growth-table tbody td {
    font-size: 14px;
    padding: 18px;
  }

  .du-data-badge {
    font-size: 12px;
    padding: 8px 12px;
  }

  .du-growth-positive {
    font-size: 15px;
  }

  .du-note-text {
    font-size: 13px;
  }

  .du-growth-table tbody td:first-child::before {
    top: 18px;
    height: calc(100% - 36px);
  }
}/* End custom CSS */