:root {
  --faint-green: #d4f98f;
  --dark-green: #5b8d00;
}

a {
  text-decoration: none;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.main-texts {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 900px;
  margin-top: 100px;
  margin-bottom: 100px;
  text-decoration: none;
  display: flex;
  position: relative;
  left: auto;
  right: auto;
}

.h1 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 600;
  line-height: 50px;
  text-decoration: none;
}

.highlight {
  color: #787878;
  text-align: center;
  max-width: 360px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: none;
}

.highlight.highlight-unleash {
  width: auto;
  max-width: 450px;
}

.main-button {
  grid-column-gap: 10px;
  background-color: var(--faint-green);
  color: var(--dark-green);
  border-radius: 20px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
  display: flex;
}

.main-button:hover {
  background-color: #c1e184;
}

.vectors-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  text-decoration: none;
  display: flex;
}

.main-button-text {
  color: var(--dark-green);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.main-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  margin-bottom: 130px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.main-section.document {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 60px;
  padding-left: 100px;
  padding-right: 100px;
}

.body {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
}

.features-no-bg {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-top: 40px;
  padding-left: 100px;
  padding-right: 100px;
  text-decoration: none;
  display: flex;
}

.no-bg-card {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 400px;
  text-decoration: none;
  display: flex;
}

.h3 {
  z-index: 2;
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  text-decoration: none;
  position: relative;
}

.h3.doc {
  margin-bottom: -10px;
  font-style: normal;
  line-height: 110%;
  display: block;
}

.p {
  z-index: 2;
  color: #787878;
  text-align: left;
  white-space: normal;
  max-width: 450px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  text-decoration: none;
  position: relative;
}

.p.wide-para {
  max-width: none;
  font-weight: 400;
}

.feature-card-with-bg {
  grid-column-gap: 16px;
  grid-row-gap: 11px;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 370px;
  padding: 40px 41px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-card-with-bg.tall-card {
  min-height: 610px;
}

.feature-card-with-bg.small-card {
  max-height: 370px;
}

.tools-section {
  background-color: #f5f5f5;
  padding: 90px 100px;
}

.text {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.cards-grid-collection {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: 370px 240px minmax(240px, 1fr) 240px 370px;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1400px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.carousel-item {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 876px;
  margin: auto;
  text-decoration: none;
  display: flex;
}

.text-2 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 39px;
  text-decoration: none;
}

.note {
  color: #787878;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
}

.slide {
  vertical-align: baseline;
}

.slider {
  background-color: #fff;
}

.slider-section {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
}

.creativity {
  grid-row-gap: 30px;
  background-image: url('../images/bg.svg');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  padding: 196px 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vectors-wrapper-2 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: block;
  position: absolute;
  inset: 0%;
}

.text-4 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  position: relative;
}

.main-button-2 {
  grid-column-gap: 10px;
  background-color: #d4f98f;
  border-radius: 20px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vectors-wrapper-3 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  text-decoration: none;
  display: flex;
}

.main-button-text-2 {
  color: #5b8d00;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.h2 {
  margin-top: 0;
  margin-bottom: 0;
}

.text-5 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.header {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 100px;
  text-decoration: none;
  display: flex;
}

.logo {
  color: #000;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
}

.controls {
  grid-column-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link {
  color: #000;
  text-align: left;
  white-space: nowrap;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.link.link-secondary {
  color: #787878;
  transition: all .2s cubic-bezier(.86, 0, .07, 1);
}

.link.link-secondary:hover {
  color: #000;
}

.header-button {
  grid-column-gap: 20px;
  background-color: #80f;
  border-radius: 20px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 4px 20px;
  text-decoration: none;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
  display: flex;
}

.header-button:hover {
  background-color: #7a00e4;
}

.frame-538 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-435 {
  grid-column-gap: 6px;
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  border-radius: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 12px 10px;
  text-decoration: none;
  display: flex;
}

.purple-btn-text {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  word-break: keep-all;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.footer-logo {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 300px;
  text-decoration: none;
  display: flex;
}

.footer-texts-1 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-6 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
}

.the-most-intuitive-way-to-create-stunning-images {
  color: #787878;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.footer {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 100px;
  display: flex;
}

.footer-group {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  text-decoration: none;
  display: flex;
}

.footer-link {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.footer-link-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.socials {
  grid-column-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-4, .vectors-wrapper-5 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: auto;
  text-decoration: none;
  display: flex;
}

.line {
  background-color: #efefef;
  width: 1px;
  height: 100px;
  position: relative;
}

.main-interface.v2 {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
  padding-bottom: 0;
  position: relative;
}

.container-img {
  z-index: 2;
  width: 100%;
  height: 100%;
  margin-top: 20px;
  position: relative;
  inset: auto 0% 0% auto;
}

.container-img.prompt-assistant {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  margin-top: 50px;
  display: flex;
}

.container-img.history-image-container {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-img.sequence-images {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.image {
  position: absolute;
}

.cursoi-nic {
  position: absolute;
  top: 30%;
  left: 24%;
}

.cursoi-august {
  position: absolute;
  inset: 5% 17% 0% auto;
}

.gradient-bg {
  z-index: 1;
  background-image: linear-gradient(170deg, #fff 60%, #ffe094);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gradient-bg.purple-bg {
  background-image: linear-gradient(#fff 50%, #c993f8);
}

.gradient-bg.tile-bg {
  background-image: url('../images/card-grid-bg.svg');
  background-position: 0 0;
  background-size: auto;
}

.messages {
  z-index: 2;
  grid-row-gap: 15px;
  background-color: #fbfbfb;
  border-radius: 16.383px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 300px;
  max-width: 340px;
  height: auto;
  min-height: 379px;
  padding: 12px 12px 60px;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: 0 3.93193px 49.1491px #00000026;
}

.chat-header {
  grid-column-gap: 5.4064px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.star-icon-header {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32.0394px;
  height: 32.4389px;
  text-decoration: none;
  display: flex;
}

.message-header-text {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.messages-collection {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.message-field {
  -webkit-backdrop-filter: blur(9.01066px);
  backdrop-filter: blur(9.01066px);
  background-color: #efefef;
  border-radius: 9.01066px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 45.0533px;
  padding: 5px 5px 5px 9px;
  display: flex;
}

.field-message-text {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  display: block;
}

.button {
  grid-column-gap: 8px;
  -webkit-backdrop-filter: blur(9.01066px);
  backdrop-filter: blur(9.01066px);
  background-color: #fff;
  border-radius: 7.20853px;
  justify-content: flex-start;
  align-items: center;
  width: 36.0427px;
  height: 36.0427px;
  padding: 11px;
  text-decoration: none;
  display: flex;
}

.send-icon {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 14.4171px;
  height: 14.4171px;
  text-decoration: none;
  display: flex;
}

.message1 {
  grid-column-gap: 9px;
  -webkit-backdrop-filter: blur(9.01066px);
  backdrop-filter: blur(9.01066px);
  background-color: #efefee;
  border-radius: 9.01066px;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: flex-start;
  max-width: 70%;
  padding: 9px;
  text-decoration: none;
  display: flex;
}

.message-text {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.message-w-options {
  grid-row-gap: 11px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 247.793px;
  text-decoration: none;
  display: flex;
}

.message2 {
  grid-column-gap: 5.4064px;
  -webkit-backdrop-filter: blur(9.01066px);
  backdrop-filter: blur(9.01066px);
  border: .901066px solid #e2e2e2;
  border-radius: 9.01066px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 90%;
  height: auto;
  padding: 9px;
  display: flex;
}

.text-8 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.links-message {
  grid-column-gap: 9.01066px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-9 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.image-3 {
  height: 100%;
}

.star {
  align-self: center;
  width: 100%;
  height: auto;
  max-height: 280px;
  position: relative;
  inset: 0% auto 0% -5%;
}

.image-5 {
  max-width: none;
  height: 70%;
  max-height: 300px;
  margin-top: 20%;
  margin-left: auto;
  position: relative;
  inset: 0% auto;
}

.history-img {
  border-radius: 17.39px;
  width: 30%;
  min-width: 77px;
  max-width: 105px;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  inset: auto;
}

.settings-img-2 {
  max-width: none;
  margin-top: -5%;
  margin-left: -7%;
}

.settings-img-1 {
  margin-left: -4%;
}

.libraries-image {
  width: 110%;
  max-width: none;
  height: auto;
  margin-top: 0%;
  margin-bottom: 0%;
  margin-left: 0%;
  position: absolute;
  top: 40px;
  bottom: auto;
}

.flower-img2 {
  height: 70%;
  max-height: 300px;
  margin-top: 30px;
  margin-left: -20px;
  position: relative;
  inset: auto;
}

.arrow-flowers {
  z-index: 2;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: -20px;
  position: relative;
  left: auto;
}

.history-images {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center stretch;
  width: 100%;
  height: 200px;
  display: flex;
}

.shadow-history-img {
  border-radius: 17.39px;
  width: auto;
  min-width: auto;
  max-width: none;
  margin-left: 0;
  position: relative;
}

.sequence-images {
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  margin-left: -26vw;
  display: flex;
  position: relative;
}

.black-arrow {
  opacity: .5;
  width: 10%;
  min-width: 14px;
  max-width: 28px;
  position: relative;
}

.main-v2-main-windows {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 7% auto auto;
}

.image-6, .image-7 {
  width: 30%;
  margin-left: 0;
  position: relative;
}

.image-8 {
  width: 78%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  inset: auto;
}

.main-img-v2-bottom {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: -10%;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.image-9 {
  width: 70%;
  margin-top: -5%;
}

.image-10 {
  width: 60%;
}

.message-text-2 {
  grid-column-gap: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-10 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.typing-element {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: .901066px;
  height: 25.2299px;
  text-decoration: none;
  display: flex;
}

.image-11 {
  z-index: 5;
  position: absolute;
  inset: 50% 0% 0% auto;
}

.image-faker {
  background-image: url('../images/not-selected.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 630px;
  width: 120%;
  height: 100%;
  position: absolute;
}

.image-faker.faker2 {
  z-index: 2;
  background-image: url('../images/selected.jpg');
}

.collections-container {
  z-index: 1;
  width: 100%;
  height: 50%;
  position: relative;
}

.socials-2 {
  grid-column-gap: 20px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.inst, .linked {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: 14px;
  text-decoration: none;
  display: flex;
}

.x-tw {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: 14px;
  margin-top: 0;
  text-decoration: none;
  display: flex;
}

.div-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.pop-up-wrap {
  z-index: 999;
  background-color: #0c0c0c99;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.pop-up-wrap.wrap-2 {
  display: none;
}

.pop-up-window {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  max-width: 1200px;
  height: 80%;
  padding: 40px;
  display: flex;
  position: relative;
  inset: 0% auto;
}

.div-block-2 {
  width: 100%;
  height: 100%;
}

.pop-up-controls {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 30px;
  margin-bottom: auto;
  display: flex;
}

.pop-up-content {
  height: 100%;
  overflow: auto;
}

.pop-up-content.separate-page {
  margin-top: 30px;
}

.close-icon {
  opacity: .7;
  cursor: pointer;
  height: 14px;
  transition: all .2s cubic-bezier(.86, 0, .07, 1);
}

.close-icon:hover {
  opacity: 1;
}

.text-block {
  padding-right: 5%;
}

.italic-text, .italic-text-2 {
  font-style: normal;
}

.bold-text, .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5 {
  font-style: italic;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .features-no-bg, .tools-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .slider-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header, .footer {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-img.prompt-assistant {
    margin-top: 30px;
    left: -24px;
  }

  .messages {
    min-width: 300px;
    max-width: none;
  }

  .star {
    opacity: 0;
  }

  .history-img {
    width: 30%;
    min-width: auto;
  }

  .history-images {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .shadow-history-img {
    width: 30%;
    margin-left: 0;
  }

  .close-icon {
    height: 24px;
    padding-bottom: 0;
    padding-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .main-texts {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-section {
    justify-content: center;
    align-items: flex-start;
    overflow: hidden;
  }

  .features-no-bg {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .no-bg-card {
    max-width: 400px;
  }

  .tools-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cards-grid-collection {
    grid-template-rows: 610px 370px 610px 610px 610px 370px;
    grid-template-columns: 1fr;
  }

  .carousel-item {
    width: auto;
    max-width: none;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slide {
    height: auto;
    position: relative;
  }

  .slider {
    height: 100%;
  }

  .slider-section {
    padding-bottom: 120px;
  }

  .creativity {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h2.h2-creativity {
    text-align: center;
  }

  .header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    padding-left: 20px;
    padding-right: 20px;
  }

  .line {
    width: 100%;
    height: 1px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .slide-nav {
    position: relative;
  }

  .main-interface.v2 {
    width: 160%;
    margin-left: 0;
    position: relative;
    inset: 0% auto 0% 0%;
    overflow: visible;
  }

  .container-img.prompt-assistant {
    justify-content: center;
    align-items: flex-start;
    left: 0;
  }

  .container-img.history-image-container {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .messages {
    max-width: 300px;
    position: absolute;
    inset: 0% auto auto;
  }

  .image-5 {
    max-width: none;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    position: relative;
  }

  .shadow-history-img {
    margin-left: 0%;
  }

  .sequence-images {
    margin-left: -70%;
  }

  .pop-up-window {
    width: 90%;
    height: 90%;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .main-texts {
    margin-top: 70px;
    margin-bottom: 60px;
  }

  .h1 {
    font-size: 40px;
    line-height: 44px;
  }

  .main-section {
    margin-bottom: 60px;
  }

  .features-no-bg {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .feature-card-with-bg.small-card {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .tools-section {
    padding-top: 60px;
  }

  .cards-grid-collection {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: 610px 370px 610px 610px 370px 610px;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .slider-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .vectors-wrapper-4 {
    width: 14px;
  }

  .vectors-wrapper-5 {
    height: 14px;
    padding-top: 0;
  }

  .container-img.history-image-container {
    height: auto;
  }

  .gradient-bg {
    order: 0;
  }

  .gradient-bg.purple-bg {
    order: 3;
  }

  .gradient-bg.tile-bg {
    order: 1;
  }

  .messages {
    max-width: none;
  }

  .image-5 {
    margin-top: 80px;
  }

  .history-img {
    width: 28%;
  }

  .flower-img2, .history-images {
    height: auto;
  }

  .sequence-images {
    margin-left: -70vw;
  }

  .image-faker, .image-faker.faker2 {
    background-size: cover;
  }

  .text-block {
    padding-right: 5%;
  }
}

#w-node-c8b001c5-d8de-5a91-3f4e-4eedbaba8830-cd5d2edb, #w-node-bcf86879-aa7f-4612-6505-4a63de650ab5-cd5d2edb, #w-node-ef0834fa-badc-8ff0-0a48-03cfcd1eb1b7-cd5d2edb, #w-node-_22c10119-888a-71a9-2b7f-8fde9f9ca161-cd5d2edb {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-c8b001c5-d8de-5a91-3f4e-4eedbaba8830-cd5d2edb, #w-node-bcf86879-aa7f-4612-6505-4a63de650ab5-cd5d2edb, #w-node-ef0834fa-badc-8ff0-0a48-03cfcd1eb1b7-cd5d2edb, #w-node-_22c10119-888a-71a9-2b7f-8fde9f9ca161-cd5d2edb {
    grid-row: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1a53261c-237d-e883-4c04-3fe0f9406497-cd5d2edb {
    order: 0;
  }

  #w-node-ef0834fa-badc-8ff0-0a48-03cfcd1eb1b7-cd5d2edb {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_22c10119-888a-71a9-2b7f-8fde9f9ca161-cd5d2edb {
    order: 9999;
  }
}


