.demo-landing-page,
.demo-landing-page * {
  box-sizing: border-box;
}
.demo-landing-page {
  background: rgba(7, 0, 12, 0.3);
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}
.nav-0 {
  background: #a855f7;
  padding: 0px 24px 0px 24px;
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  width: 1440px;
  position: relative;
  overflow: hidden;
}
.container {
  background: #0c0000;
  padding: 16px 0px 16px 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  max-width: 1200px;
  position: relative;
}
.branding {
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.logo-1 {
  flex-shrink: 0;
  width: 147.33px;
  height: 32px;
  position: relative;
}
.one-1 {
  border-radius: 15px;
  border-style: solid;
  border-color: #ffffff;
  border-width: 6px;
  flex-shrink: 0;
  width: 1024px;
  height: 1024px;
  position: relative;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  object-fit: cover;
}
.actions {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.button-primary {
  background: #1e8dfd;
  border-radius: 8px;
  padding: 8px 12px 8px 12px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
