/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;700&display=swap");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

html {
  font-size: 62.5% !important;
}

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: rgba(29, 28, 49, 0.4);
}

a {
  color: #1d1c31;
  text-decoration: none;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.container {
  padding: 0 24px;
}
@media screen and (min-width: 768px) {
  .container {
    padding: 0 36px;
  }
}
@media screen and (min-width: 1440px) {
  .container {
    padding: 0;
    max-width: 1440px;
    margin: 0 auto;
  }
}

.bg-primary {
  background: linear-gradient(45deg, #1B13A6 49.59%, #443CDF 88.57%), #FFF;
  color: #fff;
}

.text-fade-white {
  color: #b6b3eb;
}

.btn {
  font-weight: 600;
  border-radius: 8px;
  font-size: 500;
  border: none;
  cursor: pointer;
  padding: 16px 32px;
}
.btn.small {
  padding: 12px 24px;
  line-height: 20px;
}
.btn.big {
  font-size: 1.8rem;
  padding: 2.4rem 3.2rem;
}
.btn.outline {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  gap: 32px;
}
.header .header__nav .header__link__items {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  font-weight: 400;
}
.header .header__nav .sign_up_btn {
  margin-left: 4px;
}
.header .ham_burger {
  cursor: pointer;
  display: none;
}
.header .ham_burger div {
  width: 25px;
  height: 3px;
  background-color: #fff;
  margin: 5px 0;
}

.hero_section .hero {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
.hero_section .hero .hero_first {
  width: 45%;
}
.hero_section .hero .hero_first .hero_title {
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: -1.12px;
  margin-bottom: 32px;
  margin-top: 0;
  padding-right: 10px;
}
.hero_section .hero .hero_first .hero_desc {
  margin-top: 0;
  padding-right: 10px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 32px;
}
.hero_section .hero .hero_first .hero_btn {
  margin-bottom: 40px;
}
.hero_section .hero .hero_first .hero_btn .open_btn {
  margin-right: 32px;
  font-weight: 500;
  line-height: 23px;
}
.hero_section .hero .hero_first .hero_btn .learn_btn {
  line-height: 23px;
  font-weight: 500;
}
.hero_section .hero .hero_first .hero_stats {
  display: flex;
  align-items: center;
  gap: 52px;
  text-align: initial;
}
.hero_section .hero .hero_first .hero_stats p {
  margin-top: 0;
}
.hero_section .hero .hero_first .hero_stats .hero_stats_title {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
}
.hero_section .hero .hero_first .hero_stats .hero_stats_info {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.hero_section .hero .hero_second {
  width: 50%;
  margin: 0 auto;
}
.hero_section .hero .hero_second .iphone {
  width: 100%;
}
.hero_section .hero .hero_second .iphone figure {
  margin: 0;
}
.hero_section .hero .hero_second .iphone img {
  max-width: 100%;
}
.hero_section .hero .hero_second .iphone .tablet_view {
  display: none;
}

@media screen and (max-width: 991px) {
  .header .header__nav .header__link__items a {
    font-size: 14px;
    line-height: 18px;
  }
  .hero_section .hero {
    gap: 0;
  }
  .hero_section .hero .hero_first {
    width: 50%;
  }
  .hero_section .hero .hero_first .hero_title {
    font-size: 36px;
    line-height: 50px;
  }
  .hero_section .hero .hero_first .hero_desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
  }
  .hero_section .hero .hero_first .hero_btn .open_btn {
    margin-right: 13px;
    font-size: 18px;
    padding: 16px 24px;
  }
  .hero_section .hero .hero_first .hero_btn .learn_btn {
    display: inline-flex;
    padding: 16px 24px;
    font-size: 18px;
  }
  .hero_section .hero .hero_first .hero_stats {
    gap: 32px;
  }
  .hero_section .hero .hero_first .hero_stats .hero_stats_title {
    font-size: 24px;
    line-height: 30px;
  }
  .hero_section .hero .hero_first .hero_stats .hero_stats_info {
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
  }
  .hero_section .hero .hero_second .iphone .tablet_view {
    display: flex;
    width: 100%;
    height: 100%;
  }
  .hero_section .hero .hero_second .iphone .tablet_view img {
    max-width: 100%;
  }
  .hero_section .hero .hero_second .iphone .desktop_view {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header .header__nav {
    gap: 20px;
  }
  .header .header__nav .header__link__items a {
    font-size: 14px;
    line-height: 16px;
  }
}
@media screen and (max-width: 575px) {
  .header .header__nav {
    display: none;
  }
  .header .ham_burger {
    display: block;
  }
  .hero_section .hero {
    flex-direction: column;
    gap: 26px;
  }
  .hero_section .hero .hero_first {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .hero_section .hero .hero_first .hero_title {
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 24px;
    padding: 0 22px 0 8px;
  }
  .hero_section .hero .hero_first .hero_desc {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
  }
  .hero_section .hero .hero_first .hero_btn {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
  }
  .hero_section .hero .hero_first .hero_btn .open_btn {
    font-size: 18px;
    margin: 0;
  }
  .hero_section .hero .hero_first .hero_btn .learn_btn {
    justify-content: center;
    font-size: 18px;
    width: 221px;
  }
  .hero_section .hero .hero_first .hero_stats .hero_stats_title {
    font-size: 20px;
    line-height: 25px;
  }
  .hero_section .hero .hero_first .hero_stats .hero_stats_info {
    font-size: 12px;
    line-height: 15px;
  }
  .hero_section .hero .hero_second {
    width: 100%;
    margin-bottom: 20px;
  }
  .hero_section .hero .hero_second .iphone {
    width: 100%;
  }
}
.company_section {
  background: #716aed;
}
.company_section .company_image_container {
  display: flex;
  gap: 12.2rem;
  align-items: center;
  justify-content: space-between;
}
.company_section .company_image_container .company_image {
  height: 35.51px;
}
.company_section .company_image_container .company_image img {
  height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 575px) {
  .company_section {
    display: none;
  }
}
.benefits_section {
  margin-bottom: 90px;
}
.benefits_section .benefits_title {
  color: var(--Text, #1d1c31);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: -0.8px;
  margin: 120px 0 40px;
}
.benefits_section .benefits_cards_container {
  display: flex;
  gap: 32px;
}
.benefits_section .benefits_cards_container .benefits_card {
  border: 1px solid rgba(29, 28, 49, 0.1019607843);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 24px 64px -12px rgba(26, 24, 65, 0.06);
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.benefits_section .benefits_cards_container .benefits_card figure {
  margin: 32px 0 0;
}
.benefits_section .benefits_cards_container .benefits_card figure img {
  width: 80px;
  height: 80px;
}
.benefits_section .benefits_cards_container .benefits_card .benefits_card_title {
  color: var(--Text, #1d1c31);
  margin: 24px 0 12px 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.benefits_section .benefits_cards_container .benefits_card .benefits_desc {
  color: rgba(29, 28, 49, 0.6);
  text-align: center;
  font-family: Plus Jakarta Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  margin: 0 0 53px;
}
.benefits_section .benefits_cards_container .benefits_blanks {
  background: linear-gradient(270deg, #fff 20.78%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  bottom: 50px;
  right: 52px;
  width: 200px;
  height: 40px;
}
.benefits_section .benefits_cards_container .benefits_readmore {
  position: absolute;
  right: 15px;
  bottom: 10px;
}

@media screen and (max-width: 768px) {
  .benefits_section .benefits_title {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.64px;
    margin: 40px 0 20px;
  }
  .benefits_section .benefits_cards_container {
    gap: 20px;
  }
  .benefits_section .benefits_cards_container .benefits_card figure {
    margin: 24px 0 20px;
  }
  .benefits_section .benefits_cards_container .benefits_card figure img {
    width: 70px;
    height: 70px;
  }
  .benefits_section .benefits_cards_container .benefits_card .benefits_card_title {
    font-size: 16px;
    line-height: 20px;
  }
  .benefits_section .benefits_cards_container .benefits_card .benefits_desc {
    text-align: center;
    font-size: 14px;
  }
  .benefits_section .benefits_cards_container .benefits_card .benefits_blanks {
    right: 14px;
  }
}
@media screen and (max-width: 575px) {
  .benefits_section {
    margin-top: 40px;
  }
  .benefits_section .benefits_title {
    text-align: center;
    font-size: 20px;
    letter-spacing: -0.4px;
    margin: 10px 0 20px;
  }
  .benefits_section .benefits_cards_container {
    flex-direction: column;
    gap: 20px;
  }
  .benefits_section .benefits_cards_container .benefits_card figure img {
    width: 70px;
    height: 70px;
  }
  .benefits_section .benefits_cards_container .benefits_card .benefits_card_title {
    font-size: 16px;
    line-height: 20px;
  }
  .benefits_section .benefits_cards_container .benefits_card .benefits_desc {
    text-align: center;
    margin: 0 16px 16px;
    font-size: 14px;
  }
  .benefits_section .benefits_cards_container .benefits_card .benefits_readmore {
    position: static;
    top: auto;
    margin-bottom: 24px;
    text-align: center;
  }
}
.download_section {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
.download_section .download_content_picture {
  margin: 0 auto;
  width: 80%;
}
.download_section .download_content_picture img {
  height: 426px;
  max-width: 100%;
}
.download_section .download_content_card {
  border: 1px solid rgba(29, 28, 49, 0.1019607843);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 24px 64px -12px rgba(26, 24, 65, 0.06);
  text-align: left;
  position: absolute;
  left: 413px;
  bottom: 36px;
  padding: 36px;
  max-width: 40%;
  flex-wrap: wrap;
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
}
.download_section .download_content_card p {
  margin: 0;
}
.download_section .download_content_card .download_content_card_title {
  color: var(--Text, #1d1c31);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px; /* 130% */
  letter-spacing: -0.8px;
}
.download_section .download_content_card .lowertext {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
}
.download_section .download_content_card .download_content_card_pic {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

@media screen and (max-width: 768px) {
  .download_section {
    text-align: left;
  }
  .download_section .download_content_card {
    left: 310px;
    bottom: -248px;
    gap: 20px;
  }
  .download_section .download_content_card .download_content_card_title {
    color: var(--Text, #1d1c31);
    font-size: 32px;
    letter-spacing: -0.64px;
  }
  .download_section .download_content_card .lowertext {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .download_section {
    text-align: center;
  }
  .download_section .download_content_picture img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .download_section .download_content_card {
    position: static;
    top: auto;
    border: none;
    box-shadow: none;
    padding: 0;
    width: 100%;
    text-align: initial;
    max-width: 100%;
  }
  .download_section .download_content_card .download_content_card_title {
    font-size: 20px;
    line-height: 31px;
  }
  .download_section .download_content_card .lowertext {
    font-size: 14px;
    line-height: 28px;
  }
  .download_section .download_content_card .lowertext p {
    margin: 0;
  }
}
.footer_section .footer_section_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 70px 0 40px;
  gap: 125px;
}
.footer_section .footer_section_content .subscribe_card {
  padding: 32px;
  text-align: initial;
  margin: 0;
  border-radius: 8px;
  background: var(--Text, #1d1c31);
  box-shadow: 0px 0px 30px 2px rgba(93, 85, 255, 0.1) inset;
}
.footer_section .footer_section_content .subscribe_card .subscribe_card_title {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
}
.footer_section .footer_section_content .subscribe_card .subscribe_card_desc {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}
.footer_section .footer_section_content .subscribe_card .subscribe_card_subscribe {
  display: inline-flex;
  align-items: flex-end;
  gap: 33px;
}
.footer_section .footer_section_content .subscribe_card .subscribe_card_subscribe .subscribe_btn {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 16px 32px;
}
.footer_section .footer_section_menu {
  display: flex;
  width: 50%;
  gap: 103px;
  justify-content: center;
  align-items: center;
}
.footer_section .footer_section_menu .menu .menu_heading {
  color: var(--Text, #1d1c31);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
}
.footer_section .footer_section_menu .menu .footer_menu_list {
  color: rgba(29, 28, 49, 0.6);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  .footer_section {
    gap: 65px;
  }
  .footer_section .footer_section_content {
    margin: 311px 0 40px;
  }
  .footer_section .footer_section_content .footer_section_menu {
    gap: 67px;
  }
  .footer_section .footer_section_content .footer_section_menu .menu .menu_heading {
    font-size: 18px;
    line-height: 23px;
  }
}
@media screen and (max-width: 575px) {
  .footer_section .footer_section_content {
    flex-direction: column;
    margin: 0;
    text-align: initial;
    padding: 0;
    gap: 14px;
  }
  .footer_section .footer_section_content .subscribe_card {
    border: none;
    box-shadow: none;
    background-color: #fff;
  }
  .footer_section .footer_section_content .subscribe_card .subscribe_card_title {
    color: var(--1-d-1-c-31, #1d1c31);
  }
  .footer_section .footer_section_content .subscribe_card .subscribe_card_desc {
    color: var(--1-d-1-c-31, #1d1c31);
  }
  .footer_section .footer_section_content .subscribe_card .subscribe_card_subscribe {
    flex-direction: column;
  }
  .footer_section .footer_section_content .subscribe_card .subscribe_btn {
    background: #5d55ff;
    display: flex;
    width: 192px;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: white;
  }
  .footer_section .footer_section_content .footer_section_menu {
    width: 100%;
    justify-content: space-around;
  }
}/*# sourceMappingURL=main.css.map */