html {
  height: 100%;
}

body {
  font-family: 'SF Pro Text', 'San Francisco', 'SF Text', 'Inter Tight', Inter,
    sans-serif;
  color: #000;
  background-color: #fff;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 17px;
  font-weight: 590;
  line-height: 22px;
}

:root {
  --light-accents-brand-community: rgba(0, 122, 255, 1);
  --light-backgound-primary: rgba(246, 246, 246, 1);
}

.layout {
  max-width: 1296px;
  padding: 0 48px 30px;
  margin: 0 auto;
}

.mobile {
  display: none;
}

.desktop {
  display: block;
}

@media (max-width: 820px) {
  .layout {
    padding: 0 24px;
  }
}

@media (max-width: 600px) {
  .layout {
    padding: 0 16px;
  }

  .mobile {
    display: block;
  }

  .desktop {
    display: none;
  }
}

.header {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 600px) {
  .header {
    height: 56px;
  }
}

.logo {
  display: flex;
  align-items: center;
}

.logo__image {
  width: 32px;
  height: 32px;
}

.logo__image img {
  width: 100%;
}

.logo__text {
  margin-left: 8px;
  font-size: 22px;
  font-weight: 590;
  line-height: 28px;
}

.hero {
  padding: 80px 40px 64px;
}

.hero .title p {
  text-align: center;
  font-size: 48px;
  font-weight: 590;
  line-height: 52px;
}

.hero .title {
  margin-bottom: 32px;
}

.hero .subtitle {
  display: flex;
  justify-content: center;
}

.hero .title span {
  background: linear-gradient(136deg, #5ac5ff 0%, #007aff 80%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 600px) {
  .hero {
    padding: 56px 0;
  }

  .hero .title p {
    font-size: 28px;
    line-height: 34px;
  }

  .hero .title {
    margin-bottom: 24px;
  }
}

.button {
  border-radius: 16px;
  background: var(--light-accents-brand-community, #007aff);
  padding: 16px 32px;
  border: none;
  color: #fff;
  font-size: 17px;
  font-style: normal;
  font-weight: 590;
  line-height: 22px;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s ease;
  display: inline-block;

  &:visited {
    color: #fff;
  }

  &:hover {
    background: #0068d7;
  }
}

.section-grey {
  border-radius: 24px;
  background: var(--light-backgound-primary, #f6f6f6);
  padding: 48px 80px;
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

.section-grey .item {
  margin-right: 80px;
}

.section-grey .itemRow {
  display: flex;
}

.section-grey .itemRow:last-child .item:last-child {
  margin-right: 0;
}

.section-grey .title {
  font-size: 48px;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(120deg, #65c9ff 0%, #007aff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 4px;
  /* font-family: 'SF Pro Rounded'; */
  height: 58px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section-grey .title svg {
  margin: 0 auto;
}

.section-grey .subtitle {
  font-size: 17px;
  font-weight: 510;
  line-height: 22px;
}

@media (max-width: 600px) {
  .section-grey {
    padding: 24px;
    flex-direction: column;
  }

  .section-grey .title {
    font-size: 32px;
    line-height: normal;
    margin-bottom: 6px;
    height: 38px;
    justify-content: flex-end;
  }

  .section-grey .title svg {
    margin: 0;
  }

  .section-grey .subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .section-grey .item {
    margin-right: 0;
    width: 50%;
  }

  .section-grey .itemRow:first-child {
    margin-bottom: 32px;
  }

  .section-grey .itemRow .item:last-child {
    flex: 1 1 auto;
  }
}

/* NAVY */
.section-navy {
  border-radius: 24px;
  padding: 0px 80px;
  display: flex;
  background: linear-gradient(
    180deg,
    #60bfef 0%,
    #5fbfef 6.67%,
    #5dbdf0 13.33%,
    #58bbf0 20%,
    #52b9f1 26.67%,
    #4ab5f2 33.33%,
    #40b1f4 40%,
    #36acf6 46.67%,
    #2aa7f7 53.33%,
    #20a2f9 60%,
    #169efb 66.67%,
    #0e9afc 73.33%,
    #0898fd 80%,
    #0396fd 86.67%,
    #0194fe 93.33%,
    #0094fe 100%
  );
}

.section-navy-inner {
  border-radius: 0;
  display: flex;
  height: 680px;
}

.section-navy > .title {
  margin-right: 40px;
  color: #fff;
  font-size: 48px;
  font-weight: 590;
  line-height: 52px;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
}

.section-navy > .title.mobile {
  display: none;
}

.section-navy .screen {
  display: flex;
  padding: 40px 16px 0px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1 1 auto;
}

.section-navy .screen .title {
  color: #fff;
  text-align: center;
  /* font-family: 'SF Pro Rounded'; */
  font-size: 48px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.38px;
  margin-bottom: 4px;
}

.section-navy .screen .subtitle {
  margin-bottom: 24px;
  color: #fff;
}

.section-navy .screen img {
  width: 300px;
}

@media (max-width: 600px) {
  .section-navy .screen {
    border-radius: 24px;
    background: linear-gradient(
      180deg,
      #60bfef 0%,
      #5fbfef 6.67%,
      #5dbdf0 13.33%,
      #58bbf0 20%,
      #52b9f1 26.67%,
      #4ab5f2 33.33%,
      #40b1f4 40%,
      #36acf6 46.67%,
      #2aa7f7 53.33%,
      #20a2f9 60%,
      #169efb 66.67%,
      #0e9afc 73.33%,
      #0898fd 80%,
      #0396fd 86.67%,
      #0194fe 93.33%,
      #0094fe 100%
    );
    width: 100%;
    min-width: 100%;
    margin-right: 8px;

    &:last-child {
      margin-right: 0;
    }
  }

  .section-navy-inner {
    height: auto;
    overflow-x: auto;
    padding-bottom: 8px;
  }

  .section-navy {
    background: none;
    flex-direction: column;
    height: auto;
    align-items: center;
    padding: 0;
    margin-bottom: 16px;
  }

  .section-navy > .title {
    text-align: center;
    font-size: 28px;
    font-weight: 590;
    line-height: 34px;
    margin-right: 0;
    color: #000;
    margin-bottom: 24px;
    margin-top: 32px;
    display: flex !important;
  }

  .section-navy > .title.desktop {
    display: none !important;
  }

  .section-navy .screen {
    padding: 40px 16px 0px 16px;
    justify-content: flex-start;
  }

  .section-navy .screen .title {
    font-size: 32px;
    line-height: normal;
    margin-bottom: 8px;
  }

  .section-navy .screen .subtitle {
    margin-bottom: 26px;
    font-size: 14px;
    font-weight: 590;
    line-height: 18px;
  }
}

.section-screen {
  padding: 80px 48px;
  display: flex;
}

.section-screen .item {
  width: 50%;
  min-width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.section-screen.right .item-inner {
  margin-left: auto;
}

.section-screen.left .item-inner {
  margin-right: auto;
}

.section-screen .item-inner {
  width: 400px;
}

.section-screen.grey {
  border-radius: 24px;
  background: #f6f6f6;
}

.section-screen .title {
  font-size: 40px;
  font-weight: 590;
  line-height: 120%;
  margin-bottom: 12px;
}

.section-screen .description {
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 32px;
}

.section-screen img {
  width: 335px;
  height: 680px;
}

@media (max-width: 600px) {
  .section-screen.grey {
    padding-bottom: 40px 16px 0;
  }

  .section-screen {
    padding: 40px 16px 0;
    flex-direction: column;
    align-items: center;
    border-radius: 24px;
    background-color: #f6f6f6;
    margin-bottom: 24px;
  }

  .section-screen .item,
  .section-screen .item-inner {
    width: 100%;
    margin: 0;
  }

  .section-screen .title {
    text-align: center;
    font-size: 28px;
    font-weight: 590;
    line-height: 36px;
    margin-bottom: 12px;
  }

  .section-screen .description {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    max-width: 320px;
    margin: 0 auto 24px;
  }

  .section-screen .action {
    display: flex;
    justify-content: center;
    margin-bottom: 32px;
  }

  .section-screen img {
    width: auto;
    height: auto;
  }

  .section-screen.left.grey {
    flex-direction: column-reverse;
  }
}

.footer {
  padding: 120px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.footer .title {
  font-size: 40px;
  font-weight: 590;
  line-height: 120%;
  letter-spacing: 0.36px;
  margin-bottom: 32px;
}

@media (max-width: 600px) {
  .footer .title {
    font-size: 28px;
    font-weight: 590;
    line-height: 36px;
    margin-bottom: 40px;
  }
}
