.container,
.container * {
  box-sizing: border-box;
}
.container {
  padding: var(--padding-padding-xl, 24px);
  display: flex;
  flex-direction: column;
  gap: var(--gap-gap-xl, 24px);
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.top-container {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  height: 192px;
  position: relative;
}
.container-1 {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex: 1;
  position: relative;
  transform-origin: 0 0;
  transform: rotate(0deg) scale(1, 1);
  overflow: hidden;
}
._65 {
  color: var(--surface-on-surface, #000000);
  text-align: left;
  font-family: var(--display-font-family, "Dubai-Regular", sans-serif);
  font-size: var(--display-font-size, 68px);
  line-height: var(--display-line-height, 120%);
  font-weight: var(--display-font-weight, 400);
  position: relative;
  transform-origin: 0 0;
  transform: rotate(0deg) scale(1, 1);
}
.text {
  color: var(--surface-on-surface-variant, #40484f);
  text-align: left;
  font-family: var(--body-regular-font-family, "Dubai-Regular", sans-serif);
  font-size: var(--body-regular-font-size, 16px);
  line-height: var(--body-regular-line-height, 24px);
  font-weight: var(--body-regular-font-weight, 400);
  position: relative;
  transform-origin: 0 0;
  transform: rotate(0deg) scale(1, 1);
}
.bottom-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.card-general {
  background: var(--surface-surface, #ffffff);
  border-radius: 10px;
  border-style: solid;
  border-color: var(--surface-outline, #e4e2e6);
  border-width: 1px;
  padding: 12px 20px 12px 20px;
  margin: 0 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  box-shadow: var(
    --shadow-xsm-box-shadow,
    0px 1px 2px 0px rgba(16, 24, 40, 0.04)
  );
  overflow: hidden;
  width: 100%; /* Ensures the card uses all available layout width */
  display: block;
}
.list-1 { 
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-shrink: 0;
  position: relative;
  justify-content: space-between; /* Pushes text to the left and progress circle to the right */
  width: 100%;
  /*padding: 12px 16px; */ /* Generous breathing room padding */
}
.avatar-description {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  flex-grow: 1; /* Allows text block to safely fill remaining gaps */
  min-width: 0; /* Prevents text overflow breaks in flexboxes */
}
.icon-set, 
.progress-circle {
  flex-shrink: 0; /* CRITICAL: Prevents the icon and the progress ring from shrinking down to microscopic scale */
}
.icon-set {
  border-radius: 100px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.icon-config {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
}
.component {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0%;
  left: 0%;
  bottom: 0%;
  top: 0%;
  overflow: visible;
}
.col-container {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.synergistic {
  color: var(--surface-on-surface, #000000);
  text-align: left;
  font-family: var(--h6-regular-font-family, "Dubai-Regular", sans-serif);
  font-size: var(--h6-regular-font-size, 20px);
  line-height: var(--h6-regular-line-height, 28px);
  font-weight: var(--h6-regular-font-weight, 400);
  position: relative;
}
.processes {
  color: var(--surface-on-surface-variant, #40484f);
  text-align: left;
  font-family: var(--body-regular-font-family, "Dubai-Regular", sans-serif);
  font-size: var(--body-regular-font-size, 16px);
  line-height: var(--body-regular-line-height, 24px);
  font-weight: var(--body-regular-font-weight, 400);
  position: relative;
}
.progress-circle {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  position: relative;
}
.elipse-4 {
  background: var(--surface-outline, #e4e2e6);
  border-radius: 50%;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0%;
  left: 0%;
  bottom: 0%;
  top: 0%;
}
.elipse-3 {
  background: var(--primary-primary, #9d3f49);
  border-radius: 50%;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0%;
  left: 0%;
  bottom: 0%;
  top: 0%;
}
._652 {
  color: var(--primary-primary, #9d3f49);
  text-align: left;
  font-family: var(--caption-regular-font-family, "Dubai-Regular", sans-serif);
  font-size: var(--caption-regular-font-size, 14px);
  line-height: var(--caption-regular-line-height, 20px);
  letter-spacing: var(--caption-regular-letter-spacing, 0.01em);
  font-weight: var(--caption-regular-font-weight, 400);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.vertical-shades {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0%;
  left: 0%;
  bottom: 0%;
  top: 0%;
  overflow: visible;
}
.container3 {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.virtual {
  color: var(--surface-on-surface, #000000);
  text-align: left;
  font-family: var(--h6-regular-font-family, "Dubai-Regular", sans-serif);
  font-size: var(--h6-regular-font-size, 20px);
  line-height: var(--h6-regular-line-height, 28px);
  font-weight: var(--h6-regular-font-weight, 400);
  position: relative;
}
.extensible {
  color: var(--surface-on-surface-variant, #40484f);
  text-align: left;
  font-family: var(--body-regular-font-family, "Dubai-Regular", sans-serif);
  font-size: var(--body-regular-font-size, 16px);
  line-height: var(--body-regular-line-height, 24px);
  font-weight: var(--body-regular-font-weight, 400);
  position: relative;
}
.elipse-32 {
  background: var(--warning-warning, #835400);
  border-radius: 50%;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0%;
  left: 0%;
  bottom: 0%;
  top: 0%;
}
._72 {
  color: var(--warning-warning, #835400);
  text-align: left;
  font-family: var(--caption-regular-font-family, "Dubai-Regular", sans-serif);
  font-size: var(--caption-regular-font-size, 14px);
  line-height: var(--caption-regular-line-height, 20px);
  letter-spacing: var(--caption-regular-letter-spacing, 0.01em);
  font-weight: var(--caption-regular-font-weight, 400);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.task {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0%;
  left: 0%;
  bottom: 0%;
  top: 0%;
  overflow: visible;
}
.plug-and-play {
  color: var(--surface-on-surface, #000000);
  text-align: left;
  font-family: var(--h6-regular-font-family, "Dubai-Regular", sans-serif);
  font-size: var(--h6-regular-font-size, 20px);
  line-height: var(--h6-regular-line-height, 28px);
  font-weight: var(--h6-regular-font-weight, 400);
  position: relative;
}
.open-source {
  color: var(--surface-on-surface-variant, #40484f);
  text-align: left;
  font-family: var(--body-regular-font-family, "Dubai-Regular", sans-serif);
  font-size: var(--body-regular-font-size, 16px);
  line-height: var(--body-regular-line-height, 24px);
  font-weight: var(--body-regular-font-weight, 400);
  position: relative;
}
.elipse-33 {
  background: var(--success-success, #0d6d2d);
  border-radius: 50%;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0%;
  left: 0%;
  bottom: 0%;
  top: 0%;
}
._33 {
  color: var(--success-success, #0d6d2d);
  text-align: left;
  font-family: var(--caption-regular-font-family, "Dubai-Regular", sans-serif);
  font-size: var(--caption-regular-font-size, 14px);
  line-height: var(--caption-regular-line-height, 20px);
  letter-spacing: var(--caption-regular-letter-spacing, 0.01em);
  font-weight: var(--caption-regular-font-weight, 400);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.horizontal-distribute {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0%;
  left: 0%;
  bottom: 0%;
  top: 0%;
  overflow: visible;
}
.elipse-34 {
  background: var(--info-info, #006687);
  border-radius: 50%;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0%;
  left: 0%;
  bottom: 0%;
  top: 0%;
}
._332 {
  color: var(--info-info, #006687);
  text-align: left;
  font-family: var(--caption-regular-font-family, "Dubai-Regular", sans-serif);
  font-size: var(--caption-regular-font-size, 14px);
  line-height: var(--caption-regular-line-height, 20px);
  letter-spacing: var(--caption-regular-letter-spacing, 0.01em);
  font-weight: var(--caption-regular-font-weight, 400);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}