._button_1yxo8_1 {
  background: linear-gradient(110deg, #2ae1c6, #654ce0);
  color: #000;
  border-radius: 100em;
  padding: 1em 1.5em;
}
._menu_srb45_1 {
  display: flex;
  align-items: center;
  gap: 2em;
  background: #171717b3;
  color: #7a7a7a;
  border: 1px solid rgb(38, 38, 38);
  border-radius: 100em;
  padding: 1em 2em;
}
._select_1pc3p_1 {
  background: #ffffff1a;
  border-radius: 0.5em;
  padding: 0.5em 1em;
}
._full_2t5p9_1 {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  place-items: center;
  gap: 1em;
  padding: 2em 6em;
}
._logo_2t5p9_9 {
  height: 3em;
  aspect-ratio: 430/100;
}
._contacts_2t5p9_14 {
  display: flex;
  align-items: center;
  gap: 1em;
}
._contact_2t5p9_14 {
  width: 2em;
  height: 2em;
}
._collapsed_2t5p9_25 {
  display: grid;
  grid-template-columns: 1fr auto;
  padding: 1em;
}
._icon_2t5p9_31 {
  font-size: 2em;
}
._drawer_2t5p9_35 {
  box-sizing: border-box;
  min-width: 12em;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  gap: 2em;
  padding: 1em;
}
._vertical_2t5p9_46 {
  flex: 1 1 auto;
  display: flex;
  flex-flow: row wrap;
  gap: 1em;
}
._footer_17rbn_1 {
  background: #17181e;
}
._top_17rbn_5 {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 15%;
  padding: 2em 0;
}
._left_17rbn_12 {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
}
._logo_17rbn_18 {
  height: 2.5em;
  aspect-ratio: 430/100;
}
._slogan_17rbn_23 {
  background-image: linear-gradient(to right, #8a31ff, #4effc4);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-top: 0.5em;
}
._name_17rbn_30 {
  font-weight: 700;
  margin-bottom: 1em;
}
._links_17rbn_35 > *:not(:first-child) {
  display: block;
  margin-top: 1em;
}
._link_17rbn_35 {
  font-size: 0.8em;
  filter: opacity(0.5);
}
._link_17rbn_35:hover {
  filter: opacity(1);
}
._contacts_17rbn_48 {
  display: flex;
  gap: 1em;
  margin-top: 1em;
}
._contact_17rbn_48 {
  width: 1.5em;
  height: 1.5em;
}
._bottom_17rbn_59 {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 1em;
  font-size: 0.8em;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 1em 0;
  filter: opacity(0.5);
}
@media screen and (max-width: 600px) {
  ._top_17rbn_5 {
    grid-template-columns: 1fr;
    gap: 1em;
  }
  ._bottom_17rbn_59 {
    grid-template-columns: 1fr;
  }
}
._app_1tnhm_1 {
  min-height: 100vh;
  display: grid;
  grid-template-rows: auto 1fr auto;
  background: #000;
  color: var(--palette-normal-text);
}
._header_1haht_1 {
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin-bottom: 10px;
}
._image_1haht_8 {
  height: 1.5em;
  aspect-ratio: 1/2;
}
._text_1haht_13 {
  background: linear-gradient(to bottom, #2ae1c6, #654ce0);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 1.1em;
}
._container_9lh0r_1 {
  background: linear-gradient(0deg, #654ce04f, #02000a 55.7352360386%);
  border-bottom-left-radius: 5em;
  border-bottom-right-radius: 5em;
}
._row_9lh0r_7 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
._title_9lh0r_13 {
  color: #ccc;
  font-size: 2em;
  font-weight: 500;
}
._description_9lh0r_19 {
  color: #ccc;
  font-size: 1.1em;
  margin-top: 10px;
}
._image_9lh0r_25 {
  width: 100%;
  aspect-ratio: 1024/808;
}
@media screen and (max-width: 900px) {
  ._row_9lh0r_7 {
    grid-template-columns: 1fr;
  }
  ._image_9lh0r_25 {
    display: none;
  }
}
._container_1piok_1 {
  padding: 1.5em;
}
._top_1piok_5 {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 1em;
  cursor: pointer;
}
._bottom_1piok_13 {
  display: grid;
  grid-template-rows: 0fr;
  filter: opacity(0);
  transition: grid-template-rows 0.5s ease-out, filter 0.5s ease-out;
}
._question_1piok_20 {
  color: #ccc;
  font-size: 1.2em;
}
._icon_1piok_25 {
  color: #7a7a7a;
  transform: rotate(0);
  transition: transform 0.5s ease-out;
}
._answer_1piok_31 {
  color: #7a7a7ae6;
  font-size: 1.1em;
  overflow: hidden;
}
._container_1piok_1._container_active_1piok_37 {
  background: #161616;
  border-radius: 1.5em;
}
._container_1piok_1._container_active_1piok_37 ._icon_1piok_25 {
  transform: rotate(45deg);
}
._container_1piok_1._container_active_1piok_37 ._bottom_1piok_13 {
  grid-template-rows: 1fr;
  filter: opacity(1);
  margin-top: 10px;
}
._title_1h8xr_1 {
  text-align: center;
  font-size: 3em;
  margin-bottom: 1em;
}
._rows_1h8xr_7 > *:not(:first-child) {
  margin-top: 1em;
}
._outer_1sirl_1 {
  padding-top: 5em;
}
._container_1sirl_5 {
  border-top-left-radius: 5em;
  border-top-right-radius: 5em;
  box-shadow: 0 0 5em #2baad0;
}
._title_1sirl_11 {
  text-align: center;
  font-size: 3em;
  margin-bottom: 1em;
}
._cards_1sirl_17 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25em;
}
._card_1sirl_17 {
  min-height: 25em;
  color: #ccc;
  border: 1px solid #262626;
  border-radius: 1.5em;
  padding: 2em;
}
._card_1sirl_17:nth-child(1) {
  background: url(https://www.1intro.com/assets/FeatureLayer-OKTiindG.webp) bottom center/cover
    no-repeat;
}
._card_1sirl_17:nth-child(2) {
  background: url(https://www.1intro.com/assets/FeatureCapsule-B0zpLaBJ.webp) bottom center/cover
    no-repeat;
}
._card_1sirl_17:nth-child(3) {
  background: url(https://www.1intro.com/assets/FeatureLens-qVfallGn.webp) bottom center/cover
    no-repeat;
}
._name_1sirl_40 {
  font-size: 1.5em;
}
._description_1sirl_44 {
  font-size: 1.1em;
  margin-top: 1em;
}
@media screen and (max-width: 900px) {
  ._cards_1sirl_17 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  ._cards_1sirl_17 {
    grid-template-columns: 1fr;
  }
}
._container_zx48b_1 {
  min-height: calc(100vh - 10em);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
._wrap_zx48b_10 {
  position: absolute;
  top: 10%;
  right: -5%;
  height: 80%;
}
._wrap_zx48b_10:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: radial-gradient(closest-side, transparent 50%, black);
  content: "";
}
._video_zx48b_23 {
  height: 100%;
}
._content_zx48b_27 {
  width: 80vw;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  padding: 5em 1em;
}
._left_zx48b_36 {
  width: 60%;
}
._title_zx48b_40 {
  line-height: 1.2;
  color: #ccc;
  font-size: 5em;
  font-weight: 600;
}
._description_zx48b_47 {
  font-size: 1.2em;
  margin-top: 1em;
}
._buttons_zx48b_52 {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 1em;
  margin-top: 2em;
}
._button_zx48b_52 {
  min-width: 13em;
}
@media screen and (max-width: 1200px) {
  ._wrap_zx48b_10 {
    display: none;
  }
  ._content_zx48b_27,
  ._left_zx48b_36 {
    width: 100%;
  }
  ._title_zx48b_40 {
    text-align: center;
    font-size: 3em;
  }
  ._description_zx48b_47 {
    text-align: center;
  }
  ._buttons_zx48b_52 {
    justify-content: center;
  }
}
html,
body {
  min-height: 100vh;
  scrollbar-width: none;
}
body {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  margin: 0;
}
::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
@media screen and (max-width: 1600px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  body {
    font-size: 14px;
  }
}
