* {
  font-family: 'Inter', serif;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
body,
p,
h1,
h2 {
  margin: 0;
}
a {
  text-decoration: none;
}
body {
  background: #020005;
}
.banner {
  padding: 20px 40px;
  background-color: #fff;
}
.banner_text {
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  color: #000;
}
.external_link {
  color: #be01c0;
  text-decoration: none;
  margin-left: 8px;
}
.flex_center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex_beetwen {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header {
  padding: 13px 0 13px 40px;
}
.logo {
  width: 161px;
  height: 30px;
}
.button_link {
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  color: #ffffff9e;
}
.primary_color {
  color: #eb01ef;
}
.loader {
  width: 68px;
  height: 66px;
  position: relative;
  left: -15px;
}
.wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 40px;
  background: url(./assets/bg.png), url(./assets/bg_elipse.png);
  background-size: contain, calc(100% + 80px);
  background-position: center bottom, center calc(100% + 250px);
  background-repeat: no-repeat;
}
.p_40 {
  padding: 0 40px;
}
.ai_person {
  width: 195px;
  height: 225px;
  margin-bottom: 35px;
}
.title {
  max-width: 982px;
  width: fit-content;
  margin-bottom: 26px;
  font-size: 60px;
  font-weight: 600;
  line-height: 72px;
  letter-spacing: -0.02em;
  text-align: center;
  color: transparent;
}
.subtitle {
  max-width: 700px;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 74px;
}
.cards {
  margin-bottom: 92px;
}
.card {
  border-radius: 8px;
  position: relative;
}
.card_black {
  background-color: #000000;
  width: 374px;
  padding: 40px 60px 60px 32px;
}
.card_white {
  width: 334px;
  padding: 74px 32px 32px;
  background-color: #fff;
}
.card_left {
  right: -30px;
}
.card_right {
  right: 30px;
  padding-left: 60px;
}
.card_center {
  z-index: 1;
}
.icon {
  width: 24px;
  height: 24px;
  margin-bottom: 13px;
}
.card_title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 20px;
}
.black_text {
  color: #101828;
}
.gray_text {
  color: #475467;
}
.white_text {
  color: #fff;
}
.gray_secondary_text {
  color: #d5d5d5;
}
.card_description {
  font-size: 16px;
  line-height: 24px;
}
.primary_description {
  margin-bottom: 63px;
}
.button {
  width: 100%;
  height: 56px;
  border-radius: 8px;
  background: #000000;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.slogan {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  margin-bottom: 37px;
}
.border {
  height: 2px;
  width: 100%;
  background: linear-gradient(90deg, rgba(250, 0, 255, 0) 0%, #fa00ff 50%, rgba(250, 0, 255, 0) 100%);
}
.slider_block {
  height: 138px;
  padding: 34px 0;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.feedback_block {
  padding: 63px 0 82px;
  width: 100%;
}
.feedback_content {
  max-width: 903px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.feedback_text_block {
  max-width: 578px;
  width: calc(100% - 200px);
}
.feedback_title {
  font-size: 40px;
  font-weight: 600;
  line-height: 72px;
  letter-spacing: -0.02em;
  margin-bottom: 9px;
  width: fit-content;
}
.fedback_subtitle {
  font-size: 14px;
  line-height: 30px;
}
.socials {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 178px;
  height: 178px;
}
.icon_link {
  width: 79px;
  height: 79px;
  border-radius: 4px;
  background-color: #1c1a1f;
}
.icon_link_img {
  width: 34px;
  height: 34px;
}
.border_gray {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
}
.footer {
  width: 100%;
  padding: 82px 0 97px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.logo_footer {
  width: 161px;
  height: 18px;
  margin-bottom: 23px;
}
.copyright {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.02em;
  color: #707070;
}
.slider {
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.slider img {
  width: 220px;
  height: 66px;
  display: block;
  margin: auto;
}
.gradient_text {
  background: linear-gradient(to right, #fff 0%, #ff9cff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
