body {
  font-family: "San Francisco", -apple-system, BlinkMacSystemFont, sans-serif;
}

@font-face {
  font-family: "San Francisco";
  font-weight: 400;
  src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-regular-webfont.woff");
}

a {
  text-decoration: none !important;
}

.mobile-only {
  display: none;
}

.desktop-only {
  display: block;
}

.mobile .mobile-only {
  display: block;
}

.mobile .desktop-only, .mobile .hide-for-mobile {
  display: none;
}

.desktop .hide-for-desktop {
  display: none;
}

.container {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 1280px) {
  .container {
    width: 1280px !important;
    max-width: 1280px !important;
  }

  .mobile { 
    display: none !important;
  }

  .desktop { 
    display: block !important;
  }
}

@media (max-width: 1279px) {
  .container {
    max-width: 390px !important;
    width: 390px !important;
  }

  .mobile { 
    display: block !important;
  }

  .desktop { 
    display: none !important;
  }
}

.v-stack {
  display: flex;
  flex-direction: column;
}

.h-stack {
  display: flex;
  flex-direction: row;
}


.header {
  height: 68px;
  margin: auto;
  font-size: 16px;
  letter-spacing: -0.5px;
  font-weight: 500;
}

.nav-item {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.3) !important;
  margin: 0 30px;
}

.nav-item a {
  color: rgba(0, 0, 0, 0.3) !important;
}

.main-title .title {
  font-size: 96px;
  color: #105475;
  text-align: center;
  line-height: 90px;
  padding-top: 60px;
  padding-bottom: 80px;
  letter-spacing: -2px;
  font-weight: 500;

  padding-left: 60px;
  padding-right: 60px;
}

.main-title .title, .title2 {
  background: -webkit-linear-gradient(left, #105475 , #E8F5F7);
  background: -o-linear-gradient(right, #105475 , #E8F5F7);
  background: -moz-linear-gradient(right, #105475 , #E8F5F7);
  background: linear-gradient(to right, #105475 , #E8F5F7); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.title2 {
  font-size: 60px;
  font-weight: 500;
  color: #105475;
  text-align: center;
  line-height: 68px;
  padding-top: 100px;
  padding-bottom: 80px;
  letter-spacing: -2px;

  padding-left: 100px;
  padding-right: 100px;
}


.right-block, .left-block {
  display: flex;
  width: 610px;
  height: 582px;
  max-width: 610px;
  max-height: 582px;
  min-width: 610px;
  min-height: 582px;
}

.left-block {
  height: 582px;
  background-color: #E8F5F7;
  border-radius: 12px;
}

.description .left-block .description-text {
  font-size: 40px;
  line-height: 46px;
  letter-spacing: -1px;
  text-align: left;
  padding: 32px;
  font-weight: 500;
  padding-right: 86px;
}

.highlighted-word {
  color: #50849B;
}

.right-block {
  height: 582px;
  background-color: #0D1E26;
  border-radius: 12px;
}

.widgets-block {
  width: 100%;
  margin: auto;
  padding: 88px;
  flex-direction: column;
}

.bg-image {
  z-index: -0;
  background-image: url(../img/prescient.jpg);
  width: 329px;
  height: 155px;
  position: absolute;
  top: 0;
  left: 0;
  backdrop-filter: blur(12px);

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
}

.bg-blur {
  z-index: 1;
  background: rgba(255, 255, 255, 0.01); 
  backdrop-filter: blur(12px);
  width: 329px;
  height: 155px;
  position: absolute;
  top: 0;
  left: 0;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
}

.widget-card {
  margin-top: -32px !important;
  z-index: 2;
  align-self: flex-end;
  position: relative;
  width: 329px;
  height: 155px;
  padding: 16px;
  background-position: center;
  background-size: cover;
  border-radius: 16px;
}

.widget-card .illustration {
  z-index: 3;
  width: 80px;
  max-width: 80px;
  height: 120px;
  background-image: url(../img/prescient.jpg);
  background-position: center;
  background-size: cover;
  border-radius: 8px;
}

.dictionary-block {
  z-index: 3;
  flex-direction: column;
  height: 100%;
}

.dictionary-block .lemma {
  z-index: 3;
  height: 28px;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.48px;
  color: #FFFFFF;
}

.dictionary-block .definition {
  z-index: 3;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: -0.44px;
  color: rgba(255, 255, 255, 0.50);
}

.dictionary-block .definition i {
  z-index: 3;
  color: rgba(255, 255, 255, 0.30);
}

.dictionary-card {
  margin-top: -48px !important;
  z-index: 5;
  width: 329px;
  height: 155px;
  background-color: #FFF;
  border-radius: 16px;
  color: #000;
  border-radius: 16px;
}

.dictionary-card .v-stack {
  z-index: 5;
  padding: 32px;
  flex-direction: column;
  height: 100%;
}


.dictionary-card .lemma {
  z-index: 5;
  font-size: 32px;
  line-height: 38px;
  font-weight: 600;
}

.dictionary-card .definition {
  z-index: 5;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: -0.44px;
}

.wotd-card {
  z-index: 10;
  width: 155px;
  height: 155px;
  background-color: #50839B;
  border-radius: 24px;
  align-self: flex-end;
  margin-right: 50px;
  color: white;
  position: relative;
}

.wotd-card .v-stack {
  z-index: 10;
  padding: 16px;
  flex-direction: column;
  height: 100%;
}

.wotd-card .lemma {
  z-index: 10;
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: -0.46px;
}

.wotd-card .definition {
  z-index: 10;
  font-size: 15px;
  line-height: 21px;
}

.wotd-card .logo {
  z-index: 11;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 16px;
  right: 16px;
}

.wotd-card .logo img {
  z-index: 11;
  width: 24px;
  height: 24px;
}

.our-team {
  padding-left: 136px;
  padding-right: 136px;
  width: 100%;
  gap: 32px;
  flex-direction: column;
  padding-bottom: 80px;
}

.our-team .title {
  width: 100%;
  font-size: 40px;
  line-height: 46px;
  letter-spacing: -1px;
  text-align: center;
  color: black;
  padding-bottom: 24px;;
  font-weight: 500;
}

.our-team .team-member {
  width: 100%;
  height: 62px !important;
  /* margin-top: 16px; */
  /* margin-bottom: 16px; */
}

.our-team .team-member .member-card .avatar img {
  width: 62px;
  height: 62px;
  border-radius: 50%;
}

.our-team .team-member .member-card .bio {
  flex-direction: column;
  margin-left: 20px;
}

.our-team .team-member .member-card .bio .name {
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
  letter-spacing: -0.46px;
  color: black
}

.our-team .team-member .member-card .bio .position {
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -1px;
  color: rgba(0, 0, 0, 0.50);
}

.our-team .team-member .member-description {
  max-width: 430px;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -1px;
  color: black;
  text-align: right;
}

.our-team .splitter {
  margin-bottom: -8px;;
}

.our-team .splitter .subtitle {
  color: rgba(0, 0, 0, 0.50);
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -1px;
}

.app {
  gap: 20px;
}

.app .left-block .description-block {
  flex-direction: column;
  gap: 10px;
  padding: 32px;
}

.app .left-block .description-block .title {
  font-size: 40px;
  line-height: 46px;
  letter-spacing: -1.5px;
  font-weight: 500;
  color: black;
  margin: 0;
  padding: 0;
  text-align: left;
}

.app .left-block .description-block .description {
  max-width: 493px;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -1px;
  color: rgba(0, 0, 0, 0.50);
  text-align: left;
}

.app .left-block .appstore-button{
  width: 120px;
  height: 40px;
  align-self: flex-start;
}

.app .left-block .appstore-button img {
  width: 120px;
  height: 40px;
}

.app .left-block .description-block .d-flex {
  flex-direction: column;
  gap: 10px;
}

.app .right-block {
  position: relative;
  overflow: hidden;
}

.app .right-block .iphone {
  width: 284px;
  height: 578px;
  top: 40px;
  left: 163px;
  position: absolute;
}

.iphone img {
  width: 284px;
  height: auto;
}

.app .stats {
  height: 38px;
  width: 286px;
  position: absolute;
  bottom: 32px;
  left: 162px;;
  gap: 8px;
}

.app .stats .div {
  margin: 1px;
}

.app .stats .star {
  padding-top: 3px;
  padding-bottom: 3px;
  width: 32px;
  height: 32px;
  background-image: url(../img/star.png);
  background-position: center;
  background-size: cover;
}

.app .stats .rating, .app .stats .downloads {
  z-index: 15;
  font-weight: 600;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: -1px;
  color: white;
}

.app .stats .subtitle {
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.5px;
  color: rgba(255,255,255,0.6)
}

.reviews {
  padding-top: 20px;
  gap: 20px;
}

.reviews .review {
  width: 400px;
  height: 293px;
  background-color: #E8F5F7;
  border-radius: 12px;
  padding: 32px;;
  position: relative;
}

.review .stars {
  width: 136px;
  height: 24px;
  padding: 0;
  margin-bottom: 16px;
}

.review .stars img {
  width: 24px;
  height: 24px;
  margin: auto;
  padding: 0;
  margin-left: -1px;
  margin-right: -1px;
}

.review .text {
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -1px;
  color: black;
}

.review .author {
  line-height: 29px;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.50);
  position: absolute;; 
  bottom: 32px;
}

.culture {
  margin-top: 80px;;
  margin-left: 100px;
  margin-right: 100px;
  gap: 40px;
}

.culture > .v-stack {
  gap: 32px;
}

.culture .title {
  width: 100%;
  font-size: 40px;
  line-height: 46px;
  color: black;
  text-align: center;
  letter-spacing: -1px;
  margin: 0;
  padding: 0;
  font-weight: 500;
}

.culture .items {
  gap: 80px;
}

.culture .item {
  width: 500px;
  height: 106px;
  gap: 16px;;
}

.culture .item .icon img {
  width: 32px;
  height: 32px;
}

.culture .item .text {
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -1px;
  color: black;
}

.culture .item .text .subtitle {
  color: rgba(0, 0, 0, 0.50);
}

.footer {
  color: rgba(0, 0, 0, 0.50) !important;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -1px;
  margin: 20px
}

.footer a {
  color: rgba(0, 0, 0, 0.50) !important;
}

.footer > .h-stack {
  gap: 16px;
}


/* For Mobile */

.mobile .header {
  font-size: 16px;
  letter-spacing: -0.5px;
  font-weight: 500;
}

.mobile .title {
  font-size: 40px;
  line-height: 42px;
  letter-spacing: -1px;
  padding: 0;
  padding-top: 36px;
  padding-bottom: 60px;
}

.mobile .description .left-block, .mobile .description .right-block {
  width: 350px !important;
  height: 326px !important;
  max-width: 350px !important;
  max-height: 326px !important;
  min-width: 350px !important;
  min-height: 326px !important;
}

.mobile .right-block {
  position: relative;
  padding: 0;
  margin-bottom: 10px;
}

.mobile .right-block .wotd-card {
  position: absolute;
  top: 22px;
  left: 148px;
  scale: calc(88/155);
}

.mobile .right-block .dictionary-card {
  position: absolute;
  scale: calc(88/155);
  left: -16px;
  top: 120px;
}

.mobile .right-block .widget-card {
  position: absolute;
  scale: calc(88/155);
  bottom: 24px;
  right: -10px;
}

.mobile .description .description-text {
  padding: 20px; 
  font-size: 28px;
  line-height: 32px;
  letter-spacing: -1.4px;
}

.mobile .our-team {
  margin: 0;
  padding: 0;
}

.mobile .our-team .title {
  font-size: 30px;
  padding-bottom: 40px;
}

.mobile #team .team-member {
  flex-direction: column;
  height: 120px !important;
  align-items: center;
}

.mobile .team-member .member-card .bio .name,
.mobile .team-member .member-card .bio .position, 
.mobile .team-member .member-description,
.mobile .splitter .subtitle {
  font-size: 20px;
}

.mobile .team-member .member-description {
  font-size: 20px;
  text-align: center;
  letter-spacing: -0.6px;
}

.mobile .team-member .member-card .avatar img {
  width: 52px;
  height: 52px;
}

.mobile .splitter {
  align-self: center;
}

.mobile .app {
  margin-top: 36px;
}

.mobile .app .left-block, .mobile .app .right-block {
  width: 350px !important;
  min-width: 350px !important;
  max-width: 350px !important;

  height: 326px !important;
  min-height: 326px !important;
  max-height: 326px !important;
}

.mobile .app .iphone {
  width: 170px;
  height: 324px;
  top: 20px;
  left: 90px;
}

.mobile .app .iphone img {
  width: 170px;
  height: auto;
}

.mobile .app .stats {
  height: 38px;
  width: 281px;
  position: absolute;
  bottom: 18px;
  left: 42px;
}

.mobile .app .downloads { 
  margin-left: 16px;
}

.mobile #app {
  gap: 0;
}

.mobile .app .description-block {
  padding: 20px;
}

.mobile .app .description-block .title {
  font-size: 28px;
  line-height: 32px;
  letter-spacing: -1.4px;
}

.mobile .app .description-block .description {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -1px;
}

.mobile .reviews .review {
  width: 350px;
  height: 216px;
  padding: 20px;
  padding-right: 36px;
}


.mobile .reviews .review .text {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.6px;
}

.mobile .reviews .review .author {
  font-size: 20px;
  line-height: 20px;
  letter-spacing: -0.5px;
  bottom: 20px;
}

.mobile .culture {
  margin-top: 40px;
  margin-left: 0px;
  margin-right: 0px;
}

.mobile .culture .v-stack {
  gap: 20px;
}

.mobile .culture .title {
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -1px;
  margin: 0;
  padding: 0;
}

.mobile .culture .item {
  width: 350px;
  height: 116px;
  text-align: center;
  font-size: 20px !important;
}

.mobile .culture .item .text {
  font-size: 20px;
  line-height: 22px;
  letter-spacing: -0.5px;
}

.mobile .title2 {
  font-size: 40px;
  line-height: 42px;
  letter-spacing: -1px;
  padding: 0;
  padding-top: 36px;
  padding-bottom: 40px;
}

.mobile .footer {
  margin: 0;
}

.mobile .footer > .v-stack {
  display: flex;
  width: 50%;
}

.mobile .footer .h-stack {
  display: flex;
}

.mobile .footer a, .mobile .footer {
  font-size: 12px;
}

.mobile .footer {
  margin-bottom: 20px;;
}