.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;
  align-items: center;
  justify-content: center;
  position: relative;
}
.nav-0 {
  background: linear-gradient(
    180deg,
    rgba(168, 85, 247, 1) 0%,
    rgba(247, 140, 73, 1) 50.00567436218262%,
    rgba(179, 245, 139, 1) 100%
  );
  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;
  align-self: stretch;
  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: #9f291e;
  border-width: 6px;
  flex-shrink: 0;
  width: 1024px;
  height: 1024px;
  position: relative;
  box-shadow: 0px -4px 4px 0px rgba(203, 66, 25, 1);
  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;
}
