@font-face {
  font-family: Mona;
  src: url(../fonts/MonaSans-Regular.woff2);
  font-weight: 400;
}

@font-face {
  font-family: Mona;
  src: url(../fonts/MonaSans-Medium.woff2);
  font-weight: 500;
}

@font-face {
  font-family: Mona;
  src: url(../fonts/MonaSans-SemiBold.woff2);
  font-weight: 600;
}

@keyframes jump {
  0% {
    top: 0;
  }

  50% {
    top: 20px;
  }

  100% {
    top: 0;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

html,
body {
  padding: 0;
  margin: 0;
  font-family: 'Mona', 'sans serif';
  color: #0C133D;
  min-height: 100vh;
  background-color: #FEFEFF;
  background-color: #EFF1F9;
}

.wrapper {
  width: 100%;
  position: relative;
}

section.hero {
  text-align: center;
  max-height: 870px;
  height: 45.3125vw;
  min-height: 745px;
  padding: 0 40px;
  box-sizing: border-box;
  background-color: #EFF1F9;
  background-image: url('./../img/heropc.webp');
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center right;
  overflow: hidden;
  position: relative;
  text-align: left;
}

section.hero:before {
  width: 100%;
  height: 540px;
  opacity: 0.85;
  background: radial-gradient(123.21% 123.06% at 52.66% 131.94%, #CAD2FB 27.12%, rgba(202, 239, 251, 0.5) 59.12%, rgba(255, 215, 223, 0.2) 77.67%, rgba(202, 210, 251, 0) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
}

section.hero:after {
  width: 61.45%;
  content: '';
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url("./../img/hero2.webp") right bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  max-width: 1170px;
}

section.hero article {
  margin: 0 auto;
  max-width: 640px;
  margin-top: 176px;
  position: relative;
  text-align: left;
  padding-left: 10.42vw;
  display: inline-block;
}

section.hero article h1 {
  font-weight: 500;
  line-height: 1;
  margin: 0;
  font-size: 80px;
  font-family: 'Inter', sans-serif;
  margin-bottom: 22px;
  letter-spacing: -1px;
}

section.hero article p {
  margin: 0;
  line-height: 1.5;
  font-size: 20px;
  padding: 0 40px;
  font-weight: 500;
  margin-bottom: 28px;
  box-sizing: border-box;
  padding: 0;
  padding-right: 154px;
}

section.hero article .cta .btn {
  display: inline-block;
  line-height: 20px;
  padding: 20px;
  border-radius: 8px;
  background: #324DF5;
  color: #FEFEFF;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: pointer;
}

section.hero article .cta .btn:hover {
  background: #6379F6;
}

section.hero article .cta .btn img {
  height: 18px;
  width: auto;
  margin-right: 7px;
  position: relative;
  top: -2px;
  vertical-align: middle;
}

section.hero article .cta .stats {
  color: rgba(12, 19, 61, 0.4);
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  line-height: 1.6;
  margin-top: 11px;
}

section.hero article .cta .stats img {
  height: 16px;
  width: auto;
  vertical-align: text-bottom;
  margin-right: 5px;
}

.herovisual {
  top: -533px;
  position: relative;
  height: 942px;
  background: url('./../img/heroicons.webp') center center no-repeat;
  background-size: 1550px auto;
  width: 100%;
  pointer-events: none;
  margin-bottom: -942px;
}

.feats-container {
  box-shadow: 0px 0px 12px 0px rgba(13, 10, 26, 0.12);
  padding-bottom: 200px;
  padding-top: 188px;
  background-color: #FEFEFF;
}

section.feats {
  max-width: 1280px;
  padding: 0 40px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 180px;
}

section.feats .feat {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

section.feats .feat:nth-child(even) {
  flex-direction: row-reverse;
}

section.feats .feat .poster {
  width: 621px;
}

section.feats .feat .poster img {
  width: 100%;
}

section.feats .feat .coming {
  display: inline-flex;
  padding: 4px 12px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #EFF1F9;
  color: #6379F6;
  text-align: center;
  font-size: 13px;
  font-style: italic;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.195px;
}

section.feats .feat .desc {
  width: 510px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  text-align: left;
  align-items: flex-start;
  padding-bottom: 40px;
}

section.feats .feat .desc .icon {
  height: 40px;
}

section.feats .feat .desc h3 {
  margin: 0;
  font-size: 36px;
  font-family: 'Inter', sans-serif;
  line-height: 1;
  font-weight: 500;
}

section.feats .feat .desc p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

section.feats .feat .desc ul {
  list-style: disc;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
  padding-left: 25px;
}

section.feats .feat .desc ul li .coming {
  margin-left: 8px;
  vertical-align: bottom;
}

section.steps {
  padding-top: 180px;
  text-align: center;
  padding-bottom: 60px;
}

section.steps .items {
  display: inline-flex;
  gap: 167px;
  margin: 0 auto;
}

section.steps .items .item {
  width: 248px;
  text-align: center;
}

section.steps .items .item .num {
  font-size: 80px;
  font-family: 'Inter', sans-serif;
  color: #324DF5;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 28px;
}

section.steps .items .item p {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

section.bottom {
  height: 1008px;
  background-image: url("./../img/rightbtm.webp"), url('./../img/leftbtm.webp'), radial-gradient(123.21% 123.06% at 52.66% 131.94%, #CAD2FB 27.12%, rgba(202, 239, 251, 0.5) 59.12%, rgba(255, 215, 223, 0.2) 77.67%, rgba(202, 210, 251, 0) 100%);
  background-size: 80.156vw auto, auto 456px, 100% 540px;
  background-position: right bottom, 0 calc(100% - 33px), center bottom;
  background-repeat: no-repeat;
  position: relative;
}

section.bottom .overwolf {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 13px;
  font-family: 'Inter', sans-serif;
  left: 0;
  padding: 33px;
  bottom: 0;
  box-sizing: border-box;
  color: rgba(12, 19, 61, 0.4);
}

section.bottom article {
  max-width: 640px;
  padding-top: 340px;
  padding-left: 10.42vw;
}

section.bottom article h2 {
  font-weight: 500;
  line-height: 1;
  margin: 0;
  font-size: 60px;
  font-family: 'Inter', sans-serif;
  margin-bottom: 48px;
  letter-spacing: -1px;
}

section.bottom article p {
  margin: 0;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 28px;
  box-sizing: border-box;
}

section.bottom article .cta .btn {
  display: inline-block;
  line-height: 20px;
  padding: 20px;
  border-radius: 8px;
  background: #324DF5;
  color: #FEFEFF;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: pointer;
}

section.bottom article .cta .btn:hover {
  background: #6379F6;
}

section.bottom article .cta .btn img {
  height: 18px;
  width: auto;
  margin-right: 7px;
  position: relative;
  top: -2px;
  vertical-align: middle;
}

section.bottom article .cta .stats {
  color: rgba(12, 19, 61, 0.4);
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  line-height: 1.6;
  margin-top: 11px;
}

section.bottom article .cta .stats img {
  height: 16px;
  width: auto;
  vertical-align: text-bottom;
  margin-right: 5px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 35px 45px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
}

header .logo {
  height: 32px;
}

header .download {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 21.6px */
  letter-spacing: 0.36px;
  display: flex;
  line-height: 48px;
  padding: 0 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  border: 1px solid #0C133D;
  background: #FEFEFF;
  flex-shrink: 0;
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
  transition: color 0.3s ease, border 0.3s ease, opacity 0.5s ease;
}

header .download:hover {
  color: #324DF5;
  border-color: #324DF5;
}

header .download.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mobile {
  display: none !important;
}

.mob {
  display: none !important;
}

@media only screen and (max-width: 600px) {

  .desk,
  .desktop {
    display: none !important;
  }

  .mobile {
    display: inline !important;
  }

  .mob {
    display: inline-block !important;
  }

  html,
  body {
    font-size: 1vw;
    background: linear-gradient(180deg, #cfd7fb 49%, #EFF1F9 50%);
  }

  section.hero {
    padding: 0 2.67vw;
    height: 750px;
    background-size: 95vw auto;
    background-repeat: no-repeat;
    background-position: -8% 100%;
  }

  section.hero:after {
    width: 105%;
    content: '';
    height: 100%;
  }

  section.hero:before {
    width: 500%;
    background: radial-gradient(123.21% 123.06% at 52.66% 131.94%, #CAD2FB 27.12%, rgba(202, 239, 251, 0.5) 59.12%, rgba(255, 215, 223, 0.2) 77.67%, rgba(202, 210, 251, 0) 100%);
    position: absolute;
    left: 0;
    left: -200%;
    height: 450px;
  }

  section.hero article {
    margin-top: 120px;
    text-align: center;
    padding-left: 0;
  }

  section.hero article h1 {
    font-size: 10.67rem;
  }

  section.hero article p {
    font-size: 4.267rem;
    padding: 0 5vw;
  }

  section.hero .cta .btn {
    font-size: 4.8rem;
  }

  section.hero .cta .stats {
    font-size: 3.47rem;
  }

  /* section.steps .items {
    flex-direction: column; } */

  .herovisual {
    height: 132vw;
    background: url('./../img/heroicons.webp') center center no-repeat;
    background-size: auto 100%;
    background-position: 17% 50%;
    width: 100%;
    margin-top: 36vw;
    margin-bottom: -168.1vw;
  }

  .feats-container {
    background: linear-gradient(180deg, #cfd7fb 0%, #EFF1F9 100%);
    padding-top: 0;
    box-shadow: none;
    padding-bottom: 0;
  }

  .feats-container .feats {
    padding: 11.73vw;
    width: 91.47%;
    margin: 0 auto;
    background: #FEFEFF;
    flex-direction: column;
    box-sizing: border-box;
    border-radius: 8px;
    box-shadow: 0px 4px 12px 0px rgba(13, 10, 26, 0.12);
    gap: 88px;
  }

  .feats-container .feats .feat {
    flex-direction: column;
  }

  .feats-container .feats .feat .coming {
    padding: 0;
    margin-top: -10px;
    background: 0;
    margin: 0;
    margin-top: -10px;
  }

  .feats-container .feats .feat:nth-child(even) {
    flex-direction: column;
  }

  .feats-container .feats .feat .desc {
    width: 100%;
    padding-bottom: 10px;
  }

  .feats-container .feats .feat .desc h3 {
    font-size: 7.47rem;
    font-family: 'Inter', sans-serif;
    line-height: 1.12;
  }

  .feats-container .feats .feat .desc ul,
  .feats-container .feats .feat .desc p {
    font-size: 3.73rem;
    line-height: 1.5;
    margin: 0;
  }

  .feats-container .feats .feat .desc ul {
    padding-left: 0;
    list-style: none;
  }

  .feats-container .feats .feat .desc ul li {
    margin-bottom: 15px;
  }

  .feats-container .feats .feat .desc ul li .coming {
    margin-left: 0;
    margin: 0;
    vertical-align: baseline;
  }

  .feats-container .feats .feat .poster {
    width: 100%;
  }

  section.bottom {
    background-image: url('./../img/rightbtm.webp'), radial-gradient(123.21% 123.06% at 52.66% 131.94%, #CAD2FB 27.12%, rgba(202, 239, 251, 0.5) 59.12%, rgba(255, 215, 223, 0.2) 77.67%, rgba(202, 210, 251, 0) 100%);
    background-size: auto 396px, 121% 551px;
    background-position: 95% 100%, center bottom;
    background-repeat: no-repeat;
    position: relative;
    height: 620px;
    margin-bottom: 80px;
  }

  section.bottom .overwolf {
    position: absolute;
    height: 80px;
    line-height: 80px;
    padding: 0;
    background: #CAD2FB;
    bottom: -80px;
  }

  section.bottom article {
    text-align: center;
    margin-top: 60px;
    padding: 0;
  }

  section.bottom article h2 {
    font-size: 9rem;
  }

  section.bottom article p {
    font-size: 4.267rem;
    padding: 0 5vw;
  }

  section.bottom .cta .btn {
    font-size: 4.8rem;
  }

  section.bottom .cta .stats {
    font-size: 3.47rem;
  }

  header {
    align-items: center;
    justify-content: center;
    position: absolute;
  }

  header .download {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  section.steps .items {
    flex-direction: column;
  }

  section.steps {
    padding: 80px 21vw;
  }

  section.steps .items {
    gap: 88px;
    align-items: center;
    width: 100%;
  }

  section.steps .items .item {
    width: 100%;
  }

  section.steps .items .item .num {
    font-size: 60px;
  }

  section.steps .items .item p {
    font-size: 18px;
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */


/* // ======= popup ========= */
/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  z-index: 4;
}

/* Modal Content */
.modal-content {
  background: #fff url('./../img/PopupBG.webp') no-repeat 50% 50%;
  position: relative;
  margin: auto;
  padding: 36px 36px 34px;
  width: 100%;
  max-width: 520px;
  max-height: 335px;
  height: 100%;
  overflow: hidden;
  background-size: cover;
}

.modal-content .first-heading {
  max-width: 274px;
  color: #0C133D;
  font-family: 'Inter', sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 102%;
  letter-spacing: -0.72px;
}

.modal-content .first-heading.popup span {
  position: absolute;
  opacity: 0;
  z-index: -4;
}

.modal-content .modal-block {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}

.modal-content .modal-block-inner {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  padding: 0px 0 20px;
}

.modal-content .popup-text {
  max-width: 280px;
  margin: 17px 0 10px;
  padding: 0;
  color: #0C133D;
  font-family: 'Mona', 'sans serif';
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
}

.modal-content .popup-text a {
  color: #324DF5;
  text-decoration-line: underline;
}

.modal-content .popup-text-small {
  color: #0C133D;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  color: rgba(12, 19, 61, 0.40);
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 150%;
}

@media only screen and (max-width: 1570px) {
  section.hero {
    background-position: 129% 50%;
  }

  section.hero article {
    padding-left: 4.42vw;
  }
}

@media only screen and (max-width: 1400px) {
  section.hero article {
    padding-left: 0;
  }
}

@media only screen and (max-width: 1370px) {
  section.hero {
    background-position: 139% 50%;
  }
}

@media only screen and (max-width: 1290px) {
  section.hero {
    background-position: 171% 50%;
  }
}

@media only screen and (max-width: 1230px) {
  section.hero {
    background-position: 164% 105%;
    background-size: 73%;
  }
}

@media only screen and (max-width: 1100px) {
  section.hero {
    background-position: 142% 105%;
    background-size: 65%;
  }
}

@media only screen and (max-width: 1124px) {
  section.steps .items {
    gap: 88px;
  }

  section.steps .items .item .num {
    margin-bottom: 16px;
  }

  section.bottom article {
    padding-top: 60px;
  }

  section.hero article {
    position: relative;
    z-index: 1;
  }
}

@media only screen and (max-width: 1040px) {
  section.hero {
    background-position: 142% 105%;
    background-size: 62%;
  }
}


@media only screen and (max-width: 1024px) {
  section.hero {
    max-height: unset;
    height: unset;
    min-height: unset;

    background-position: 103% 107%;
    background-size: 55%;
  }

  section.hero article {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 890px) {
  section.hero {
    background-position: 114% 107%;
  }
}

@media only screen and (max-width: 775px) {
  section.hero {
    background-position: 118% 101%;
    background-size: 55%;
  }
}

@media only screen and (max-width: 760px) {
  section.hero {
    background-image: none;
  }
}