.container2 {
  background: var(--background-bg-primary, transparent);
  padding: var(--spacing-7xl, 64px) 312px var(--spacing-7xl, 64px) 312px;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-5xl, 40px);
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.shadow {
  background: var(--background-bg-accent-violet, #843dff);
  border-radius: 26628.54px;
  opacity: 0.5;
  flex-shrink: 0;
  width: 751px;
  height: 751px;
  position: absolute;
  right: 0px;
  bottom: -394px;
  filter: blur(293.36px);
}
.video-block {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-3xl, 24px);
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.div4 {
  color: #ffffff;
  text-align: center;
  font-family: "PixeloidSans-Bold", sans-serif;
  font-size: 48px;
  line-height: 80px;
  font-weight: 700;
  position: relative;
}
.frame-13 {
  display: flex;
  flex-direction: row;
  gap: var(--spacing-4xl, 32px);
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.video {
  background: var(--background-bg-primary, #14161a);
  border-width: 2px;
  border-style: solid;
  border-image: var(
    --temp-2,
    linear-gradient(
      94.28deg,
      rgba(20, 83, 255, 1) 0%,
      rgba(232, 80, 255, 1) 100%
    )
  );
  border-image-slice: 1;
  padding: 2.57px;
  flex-shrink: 0;
  width: 629px;
  height: 354px;
  position: relative;
  box-shadow: 0px 0px 69.51px 0px rgba(82, 134, 255, 0.3);
  overflow: hidden;
  aspect-ratio: 629/354;
}
.icon {
  width: 120px;
  height: 120px;
  position: absolute;
  left: 50%;
  translate: -50% -50%;
  top: 50%;
  overflow: visible;
}
.card {
  background: var(--background-bg-secondary-alpha, rgba(40, 41, 51, 0.9));
  border-style: solid;
  border-color: var(--border-br-primary, #707580);
  border-width: 2px;
  padding: var(--spacing-3xl, 24px);
  display: flex;
  flex-direction: row;
  gap: var(--spacing-lg, 12px);
  align-items: stretch;
  justify-content: flex-start;
  flex: 1;
  height: 354px;
  position: relative;
  box-shadow: 0px 0px 30px 0px rgba(177, 177, 177, 0.3);
  overflow: hidden;
}
.text {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-lg, 12px);
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  position: relative;
}
.text::-webkit-scrollbar {
  display: none;
}
.text2 {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.div5 {
  color: var(--text-text-white, #ffffff);
  text-align: left;
  font-family: "Inter-Regular", sans-serif;
  font-size: var(--font-size-title-md, 20px);
  line-height: var(--line-height-title-md, 30px);
  font-weight: 400;
  position: relative;
  flex: 1;
}
.text3 {
  padding: var(--spacing-2xl, 20px) 0px 0px 0px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.scroll-bar {
  flex-shrink: 0;
  width: 6px;
  align-self: stretch;
  position: relative;
  background: rgba(133, 147, 171, 0.12);
  border-radius: 3px;
  cursor: pointer;
}
.bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 48px;
  background: rgba(133, 147, 171, 0.45);
  border-radius: 3px;
  cursor: grab;
  transition: background 0.2s ease;
  user-select: none;
}
.bar:hover {
  background: rgba(133, 147, 171, 0.75);
}
.bar.is-dragging {
  background: rgba(133, 147, 171, 0.95);
  cursor: grabbing;
}
