@font-face {
  font-family: "Space Grotesk";
  src: url("fonts/SpaceGrotesk-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-VariableFont_slnt,wght.ttf") format("truetype");
}
* {
  padding: 0;
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
}

body {
  background: #FFF;
}

.mv-body-disabled {
  height: 100%;
  overflow: hidden;
}
.mv-header {
  width: 1128px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 80px;
}
@media (max-width: 1255px) {
  .mv-header {
    width: calc(100% - 64px);
    margin: 0 32px;
  }
}
.mv-header-content {
  display: flex;
  align-items: center;
}
.mv-header-logo {
  display: inline-block;
  width: 32px;
  height: 32px;
}
.mv-header-title {
  display: inline-block;
  font-size: 18px;
  margin-left: 16px;
}
.mv-main {
  width: 1128px;
  margin: 0 auto;
}
@media (max-width: 1255px) {
  .mv-main {
    width: calc(100% - 64px);
    margin: 0 32px;
  }
}
.mv-manual {
  display: flex;
  justify-content: space-between;
  height: 597px;
  border-radius: 24px;
  border: 25px solid transparent;
  background: linear-gradient(white, white) padding-box, linear-gradient(to right, #F9C3F7 40%, #8195FA 100%) border-box;
}
@media (max-width: 1023px) {
  .mv-manual {
    justify-content: space-around;
    border-width: 16px;
    height: 337px;
  }
}
.mv-manual-left {
  padding: 85px 0 0 71px;
}
@media (max-width: 1023px) {
  .mv-manual-left {
    padding: 0;
  }
}
.mv-manual-left-title {
  font-size: 40px;
  margin: 25px 0 16px;
}
@media (max-width: 1023px) {
  .mv-manual-left-title {
    font-size: 24px;
  }
}
.mv-manual-left-title--gradient {
  padding: 0;
  background: linear-gradient(90deg, #F26CED 0%, #8195FA 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mv-manual-left-title--big-margin-top {
  margin: 75px 0 16px;
}
.mv-manual-left-text {
  font-weight: 350;
  font-size: 24px;
}
@media (max-width: 1023px) {
  .mv-manual-left-text {
    font-size: 16px;
  }
}
.mv-manual-left-text--last {
  margin: 16px 0 40px;
}
@media (max-width: 1023px) {
  .mv-manual-left-text--last {
    margin: 8px 0 24px;
  }
}
.mv-manual-left-button {
  display: flex;
  width: 360px;
  padding: 8px 20px;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 8px;
  background: #000;
  color: #FFF;
  font-size: 24px;
  border: none;
}
@media (max-width: 1023px) {
  .mv-manual-left-button {
    width: 214px;
    height: 48px;
    font-size: 16px;
  }
}
.mv-manual-left-button:hover {
  background: #505050;
  cursor: pointer;
}
.mv-manual-left-button:active {
  background: #000;
  border: 3px solid #979498;
}
.mv-manual-left-button-icon {
  user-select: none;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .mv-manual-left-button-icon {
    width: 30px;
  }
}
.mv-manual-right {
  width: 370px;
  align-self: center;
  margin-right: 80px;
}
@media (max-width: 1145px) {
  .mv-manual-right {
    width: 300px;
    margin-right: 2%;
  }
}
@media (max-width: 1023px) {
  .mv-manual-right {
    width: 220px;
    margin: 0;
  }
}
.mv-manual-right-image {
  user-select: none;
  pointer-events: none;
  width: 100%;
}
.mv-getting-started {
  margin: 139px 0 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1023px) {
  .mv-getting-started {
    margin: 80px 0;
  }
}
.mv-getting-started-heading {
  font-size: 40px;
  margin-bottom: 32px;
}
@media (max-width: 1023px) {
  .mv-getting-started-heading {
    font-size: 24px;
  }
}
.mv-getting-started-cards {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.mv-getting-started-card {
  width: 360px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1170px) {
  .mv-getting-started-card:nth-child(2) {
    margin: 0 16px;
  }
}
.mv-getting-started-card-image {
  user-select: none;
  pointer-events: none;
  width: 100%;
}
.mv-getting-started-card-text {
  font-size: 32px;
  font-weight: 550;
  margin-top: 60px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1023px) {
  .mv-getting-started-card-text {
    font-size: 20px;
    margin-top: 24px;
  }
}
.mv-getting-started-card-number {
  user-select: none;
  pointer-events: none;
  font-size: 160px;
  font-weight: 700;
  color: #D9DCFD;
  position: absolute;
  top: 225px;
  left: 0;
  z-index: 1;
}
@media (max-width: 1023px) {
  .mv-getting-started-card-number {
    top: 75%;
    font-size: 80px;
  }
}
@media (max-width: 730px) {
  .mv-getting-started-card-number {
    top: 70%;
  }
}
.mv-free-online {
  height: 543px;
  border-radius: 24px;
  background: #EEF1FE;
  margin-bottom: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1023px) {
  .mv-free-online {
    height: 333px;
  }
}
.mv-free-online-heading {
  font-size: 32px;
  margin: 64px 0 40px;
}
@media (max-width: 1023px) {
  .mv-free-online-heading {
    margin: 24px 0;
    font-size: 20px;
  }
}
.mv-free-online-cards {
  display: flex;
  flex-wrap: wrap;
  margin-left: 45px;
}
@media (max-width: 1023px) {
  .mv-free-online-cards {
    margin-left: 24px;
  }
}
.mv-free-online-card {
  display: flex;
  align-items: center;
  width: 516px;
  margin-bottom: 32px;
  margin-left: 10px;
}
@media (max-width: 1255px) {
  .mv-free-online-card {
    width: calc((100% - 45px - 20px) / 2);
  }
}
.mv-free-online-card-icon {
  user-select: none;
  pointer-events: none;
  display: inline-block;
  width: 72px;
  height: 89px;
}
@media (max-width: 1023px) {
  .mv-free-online-card-icon {
    width: 45px;
    height: 56px;
  }
}
.mv-free-online-card-text {
  display: inline-block;
  font-size: 20px;
  margin-left: 25px;
  font-weight: 300;
}
@media (max-width: 1023px) {
  .mv-free-online-card-text {
    font-size: 14px;
  }
}
.mv-free-online-button {
  margin: 16px auto 0;
  width: 291px;
}
@media (max-width: 1023px) {
  .mv-free-online-button {
    width: 206px;
  }
}
.mv-footer {
  width: 1128px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
}
@media (max-width: 1255px) {
  .mv-footer {
    width: calc(100% - 64px);
    margin: 0 32px;
  }
}
.mv-footer-nav-list {
  display: flex;
  justify-content: center;
  list-style-type: none;
}
.mv-footer-nav-list-item {
  margin: 0 24px;
}
@media (max-width: 1023px) {
  .mv-footer-nav-list-item {
    margin: 0 16px;
  }
}
.mv-footer-nav-list-item:first-child {
  margin-left: 0;
}
.mv-footer-nav-list-item:last-child {
  margin-right: 0;
}
.mv-footer-nav-list-item-link {
  font-size: 16px;
  color: #222;
  text-decoration: none;
}
@media (max-width: 1023px) {
  .mv-footer-nav-list-item-link {
    font-size: 12px;
  }
}
.mv-footer-nav-list-item-link:hover {
  text-decoration: underline;
}
.mv-popup {
  width: calc(100% - 176px);
  max-width: 1104px;
  height: 495px;
  max-height: 95%;
  overflow-y: auto;
  background: #FFF;
  border-radius: 16px;
  position: fixed;
  display: flex;
}
@media (max-width: 1200px) {
  .mv-popup {
    max-width: 675px;
    flex-direction: column;
    height: 845px;
  }
}
.mv-popup-video {
  width: 100%;
}
.mv-popup-video-wrapper {
  width: 611px;
  margin: 48px 0 0 32px;
}
@media (max-width: 860px) {
  .mv-popup-video-wrapper {
    width: calc(100% - 64px);
  }
}
.mv-popup-content {
  margin: 48px 0 0 32px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1200px) {
  .mv-popup-content {
    margin: 32px 0 0 32px;
  }
}
.mv-popup-content-text, .mv-popup-content-heading, .mv-popup-content-sub-heading, .mv-popup-content-list-item, .mv-popup-content-list-item--blue, .mv-popup-content-button {
  font-family: Inter, sans-serif;
}
.mv-popup-content-text {
  order: 1;
}
@media (max-width: 1280px) {
  .mv-popup-content-text {
    margin-right: 32px;
  }
}
@media (max-width: 1200px) {
  .mv-popup-content-text {
    order: 2;
  }
}
.mv-popup-content-heading {
  color: #000;
  font-size: 24px;
}
.mv-popup-content-sub-heading {
  color: #99999E;
  font-size: 16px;
  margin-top: 8px;
}
.mv-popup-content-list {
  margin: 32px 0 106px 18px;
}
@media (max-width: 1200px) {
  .mv-popup-content-list {
    margin: 32px 0 48px 18px;
  }
}
.mv-popup-content-list-item {
  font-size: 16px;
  color: #000;
  padding-left: 5px;
}
.mv-popup-content-list-item:nth-child(2) {
  margin: 24px 0;
}
.mv-popup-content-list-item:nth-child(3) {
  margin-bottom: 24px;
}
.mv-popup-content-list-item--blue {
  color: #4285F4;
  font-weight: 700;
}
.mv-popup-content-list-item--blue:hover {
  cursor: pointer;
}
.mv-popup-content-button {
  width: 397px;
  height: 48px;
  border: none;
  border-radius: 40px;
  background: #4285F4;
  color: #FFF;
  font-size: 20px;
  order: 2;
  position: sticky;
  bottom: 10px;
  padding: 10px 0;
}
.mv-popup-content-button.under-video {
  display: none;
}
.mv-popup-content-button:hover {
  cursor: pointer;
  background: #76A7F7;
}
.mv-popup-content-button:active {
  background: #295DB3;
}
@media (max-width: 1280px) {
  .mv-popup-content-button {
    width: 95%;
  }
}
@media (max-width: 1200px) {
  .mv-popup-content-button {
    order: 1;
    margin-bottom: 32px;
  }
  .mv-popup-content-button.under-video {
    display: block;
    width: 100%;
    margin-top: 32px;
  }
  .mv-popup-content-button:not(.under-video) {
    display: none;
  }
}
.mv-popup-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.2470588235);
}
.mv-popup-wrapper--hide {
  display: none;
}

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