/** Home
================================================*/
/** Banner */
.gv_banner_block {
  position: relative;
  padding-top: 55px;
  padding-bottom: 55px;
  z-index: 5;
}
.gv_banner_block .container {
  position: relative;
}
.gv_banner_block .container > .row {
  margin-left: -25px;
  margin-right: -25px;
}
.gv_banner_block .container > .row > [class*=col-] {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.gv_banner_block .info .brand {
  position: relative;
  margin-bottom: 12px;
}
.gv_banner_block .info .brand span {
  line-height: 32px;
  height: 32px;
  padding: 4px 15px;
  background-color: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.26);
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  width: 170px;
  text-transform: uppercase;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  color: #F2F2F2;
  border-radius: 24px;
}
.gv_banner_block .info .brand span::before {
  content: "";
  height: 8px;
  min-width: 8px;
  max-width: 8px;
  background: rgb(242, 64, 64);
  border-radius: 24px;
  display: block;
  margin-right: 10px;
}
.gv_banner_block .info .name {
  position: relative;
  margin-bottom: 24px;
}
.gv_banner_block .info .name h2 {
  position: relative;
  z-index: 2;
  font-family: "IBM Plex Serif", sans-serif;
  font-weight: 600;
  font-size: 52px;
  line-height: 62.4px;
  background: -webkit-linear-gradient(rgb(248, 248, 249), rgb(160, 171, 199));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .gv_banner_block .info .name h2 {
    font-size: 40px;
    line-height: 48px;
  }
}
.gv_banner_block .info .name h2 span {
  background: #4263EB;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline;
}
.gv_banner_block .info .name .ellipse {
  height: 77px;
  width: 536px;
  position: absolute;
  padding: 1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 40%, rgba(255, 255, 255, 0.04) 60%, rgba(255, 255, 255, 0) 100%);
  border-radius: 50%;
  left: -50px;
  overflow: hidden;
  top: -5px;
  z-index: -3;
}
.gv_banner_block .info .name .ellipse::after {
  content: "";
  z-index: 2;
  background-color: #1A1A38;
  border-radius: inherit;
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
}
.gv_banner_block .info .desc {
  font-family: "Open Sans", sans-serif;
  position: relative;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  color: #D3D4DA;
  padding-bottom: 48px;
}
.gv_banner_block .info .download {
  display: flex;
  position: relative;
  margin-bottom: 12px;
}
.gv_banner_block .info .download .dl-left {
  padding-right: 24px;
}
.gv_banner_block .info .download .app-store, .gv_banner_block .info .download .play-store {
  display: block;
  color: #fff;
}
.gv_banner_block .info .download .app-store img, .gv_banner_block .info .download .play-store img {
  height: 45px;
  width: auto;
}
.gv_banner_block .info .download .app-store {
  margin-bottom: 12px;
}
.gv_banner_block .info .download .qr-code img {
  height: 100px;
  width: auto;
}
.gv_banner_block .info .note {
  font-family: "Open Sans", sans-serif;
  position: relative;
  font-weight: 400;
  font-style: italic;
  line-height: 24px;
  color: #9597A7;
}
.gv_banner_block .image .img {
  text-align: right;
  display: block;
}
.gv_banner_block .image .img img {
  max-width: 100%;
  height: auto;
}
.gv_banner_block .bg-1 {
  position: absolute;
  height: 1200px;
  width: 1030px;
  background-image: url("../images/banner-bg-1.webp");
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  top: -10%;
  right: 10%;
}
@media (max-width: 1399px) {
  .gv_banner_block .bg-1 {
    top: -72px;
    right: 10px;
  }
}
@media (max-width: 1024px) {
  .gv_banner_block .bg-1 {
    top: initial;
    bottom: -50px;
    right: -150px;
  }
}
@media (max-width: 575px) {
  .gv_banner_block .bg-1 {
    top: initial;
    bottom: -200px;
    right: -40px;
    background-position: bottom right;
  }
}
.gv_banner_block .bg-2 {
  position: absolute;
  height: 1070px;
  width: 1000px;
  background-image: url("../images/banner-bg-2.webp");
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -2;
  right: 10%;
  top: 55%;
  transform: translateY(-50%);
}
@media (max-width: 1399px) {
  .gv_banner_block .bg-2 {
    top: 0;
    transform: translateY(0);
    right: -20px;
  }
}
@media (max-width: 1024px) {
  .gv_banner_block .bg-2 {
    top: initial;
    bottom: -50px;
    right: -201px;
  }
}
@media (max-width: 575px) {
  .gv_banner_block .bg-2 {
    top: inherit;
    bottom: -300px;
    right: -200px;
  }
}

/** Intro */
.gv_section_intro {
  position: relative;
  padding-top: 20px;
  padding-bottom: 50px;
}
.gv_section_intro .name {
  position: relative;
  padding-bottom: 20px;
}
.gv_section_intro .name h3 {
  font-family: "Open Sans", sans-serif;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 38.4px;
  color: #F2F2F2;
}
@media (max-width: 575px) {
  .gv_section_intro .name h3 {
    font-size: 28px;
    line-height: 33.6px;
  }
}
.gv_section_intro .name h3 span {
  font-weight: 800;
}
.gv_section_intro .intro-item .inner {
  padding-top: 15px;
  padding-bottom: 15px;
}
.gv_section_intro .intro-item .inner .icon {
  display: block;
  margin-bottom: 24px;
}
.gv_section_intro .intro-item .inner .icon span {
  display: inline;
}
.gv_section_intro .intro-item .inner .icon span img {
  height: 35px;
  width: auto;
}
.gv_section_intro .intro-item .inner .info {
  position: relative;
}
.gv_section_intro .intro-item .inner .info h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #f2f2f2;
  margin-bottom: 20px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}
.gv_section_intro .intro-item .inner .info .desc {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #D3D4DA;
}

/** Collabor */
.gv_section_collabor {
  position: relative;
  overflow: hidden;
  z-index: 5;
}
.gv_section_collabor .box-1 {
  display: block;
  position: relative;
  z-index: -3;
}
.gv_section_collabor .box-1 img {
  width: 100%;
  height: auto;
}
.gv_section_collabor .box-2 {
  display: block;
  position: relative;
  z-index: -3;
}
.gv_section_collabor .box-2 img {
  width: 100%;
  height: auto;
}
.gv_section_collabor .container {
  position: relative;
  z-index: 3;
}
.gv_section_collabor .container > .row > [class*=col-] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.gv_section_collabor .info .tag {
  position: relative;
  margin-bottom: 12px;
}
.gv_section_collabor .info .tag span {
  width: auto;
  line-height: 32px;
  height: 32px;
  padding: 4px 16px;
  background-color: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.26);
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  color: #F2F2F2;
  border-radius: 24px;
}
.gv_section_collabor .info .tag span::before {
  content: "";
  height: 8px;
  min-width: 8px;
  max-width: 8px;
  background: rgb(242, 64, 64);
  border-radius: 24px;
  display: block;
  margin-right: 10px;
}
.gv_section_collabor .info .name {
  display: block;
  margin-bottom: 24px;
}
.gv_section_collabor .info .name h3 {
  font-size: 44px;
  line-height: 59.92px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  background: -webkit-linear-gradient(rgb(248, 248, 249), rgb(160, 171, 199));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gv_section_collabor .info .desc {
  font-family: "Open Sans", sans-serif;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #F2F2F2;
  padding-bottom: 48px;
}
.gv_section_collabor .info .more a {
  font-family: "Open Sans", sans-serif;
  height: 40px;
  width: 125px;
  display: block;
  padding: 8px 16px;
  background: linear-gradient(90deg, #4263EB, #253885);
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  box-shadow: 0px 4px 12px 0px rgba(27, 27, 27, 0.06);
  border-radius: 8px;
}
.gv_section_collabor .photo .box {
  position: relative;
  padding-bottom: 70%;
  display: block;
  margin-bottom: 48px;
}
.gv_section_collabor .photo .box .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 55%;
}
.gv_section_collabor .photo .box .img img {
  width: 100%;
  height: auto;
}
.gv_section_collabor .photo .box .pht {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 55%;
  z-index: 2;
}
.gv_section_collabor .photo .box .pht img {
  width: 100%;
  height: auto;
}
.gv_section_collabor .extra {
  font-family: "Open Sans", sans-serif;
  width: 100%;
  max-width: 450px;
}
.gv_section_collabor .extra > h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 21.79px;
  color: #D3D4DA;
  margin-bottom: 0;
}
.gv_section_collabor .extra .price {
  font-size: 74px;
  font-weight: 700;
  line-height: 89.91px;
  background: -webkit-linear-gradient(rgb(248, 248, 249), rgb(160, 171, 199));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 575px) {
  .gv_section_collabor .extra .price {
    font-size: 48px;
    line-height: 58.32px;
  }
}
.gv_section_collabor .extra p {
  font-size: 24px;
  font-weight: 400;
  line-height: 32.68px;
  color: #F2F2F2;
  margin-bottom: 64px;
}
.gv_section_collabor .extra p span {
  font-weight: 700;
}
.gv_section_collabor .extra .param {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.gv_section_collabor .extra .param > li {
  position: relative;
  display: inline-block;
  margin-right: 50px;
}
.gv_section_collabor .extra .param > li i {
  font-style: normal;
  font-size: 16px;
  font-weight: 600;
  line-height: 21.79px;
  color: #D3D4DA;
  display: block;
}
.gv_section_collabor .extra .param > li span {
  display: block;
  font-size: 74px;
  font-weight: 700;
  line-height: 89.91px;
  background: -webkit-linear-gradient(rgb(248, 248, 249), rgb(160, 171, 199));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 575px) {
  .gv_section_collabor .extra .param > li span {
    font-size: 48px;
    line-height: 58.32px;
  }
}
.gv_section_collabor .extra .param > li:last-child {
  margin-right: 0;
}
.gv_section_collabor .bg-1 {
  position: absolute;
  height: 948px;
  width: 1136px;
  background-image: url("../images/register-bg-1.webp");
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  top: -10%;
  right: 10%;
}
@media (max-width: 1399px) {
  .gv_section_collabor .bg-1 {
    top: -72px;
    right: 10px;
  }
}
@media (max-width: 1024px) {
  .gv_section_collabor .bg-1 {
    right: -70px;
  }
}
@media (max-width: 575px) {
  .gv_section_collabor .bg-1 {
    top: initial;
    bottom: 0px;
    right: 10px;
  }
}
.gv_section_collabor .bg-2 {
  position: absolute;
  height: 1153px;
  width: 1066px;
  background-image: url("../images/register-bg-2.webp");
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -2;
  right: 10%;
  top: 55%;
  transform: translateY(-50%);
}
@media (max-width: 1399px) {
  .gv_section_collabor .bg-2 {
    top: 0;
    transform: translateY(0);
    right: -20px;
  }
}
@media (max-width: 1024px) {
  .gv_section_collabor .bg-2 {
    right: -200px;
    top: -150px;
  }
}
@media (max-width: 575px) {
  .gv_section_collabor .bg-2 {
    top: initial;
    bottom: 0;
    right: -125px;
  }
}

/** Graph */
.gv_section_graph {
  overflow: hidden;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
.gv_section_graph .container .row {
  align-items: stretch;
}
.gv_section_graph .container .row > [class*=col-] {
  min-height: 100%;
}
.gv_section_graph .tag {
  position: relative;
  margin-bottom: 12px;
}
.gv_section_graph .tag span {
  width: auto;
  line-height: 32px;
  height: 32px;
  padding: 4px 16px;
  background-color: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.26);
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  color: #F2F2F2;
  border-radius: 24px;
}
.gv_section_graph .tag span::before {
  content: "";
  height: 8px;
  min-width: 8px;
  max-width: 8px;
  background: rgb(242, 64, 64);
  border-radius: 24px;
  display: block;
  margin-right: 10px;
}
.gv_section_graph .name {
  display: block;
  margin-bottom: 24px;
}
.gv_section_graph .name h3 {
  text-align: center;
  font-size: 52px;
  line-height: 62.4px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  background: -webkit-linear-gradient(rgb(248, 248, 249), rgb(160, 171, 199));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 575px) {
  .gv_section_graph .name h3 {
    font-size: 40px;
    line-height: 48px;
  }
}
.gv_section_graph .image {
  display: block;
  margin-bottom: 12px;
}
.gv_section_graph .image span img {
  width: 100%;
  height: auto;
}
.gv_section_graph .desc {
  font-family: "Open Sans", sans-serif;
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  line-height: 48px;
  color: #F2F2F2;
  margin-bottom: 24px;
}
@media (max-width: 575px) {
  .gv_section_graph .desc {
    font-size: 28px;
    line-height: 42px;
    font-weight: 600;
  }
}
.gv_section_graph .graph-item {
  padding-bottom: 24px;
}
.gv_section_graph .graph-item .inner {
  font-family: "Open Sans", sans-serif;
  background: #171631;
  height: 100%;
  background-image: radial-gradient(circle, rgba(73, 99, 240, 0.19), rgba(5, 37, 150, 0));
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.gv_section_graph .graph-item .inner .info {
  padding: 24px;
}
.gv_section_graph .graph-item .inner .info h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #F2F2F2;
  margin-bottom: 24px;
}
.gv_section_graph .graph-item .inner .info p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  color: #9597A7;
  line-height: 24px;
}
.gv_section_graph .graph-item .inner .thumb span {
  padding-bottom: 38.7345%;
  display: block;
  position: relative;
  background-position: center;
  width: 100%;
}
@media (max-width: 575px) {
  .gv_section_graph .graph-item .inner .thumb span {
    padding-bottom: 90.7345%;
  }
}
@media (max-width: 575px) {
  .gv_section_graph .graph-item .inner .thumb span {
    padding-bottom: 104.189%;
  }
}
.gv_section_graph .graph-item .inner .thumb span img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.gv_section_graph .more {
  display: block;
  text-align: center;
}
.gv_section_graph .more a {
  font-family: "Open Sans", sans-serif;
  height: 40px;
  width: 125px;
  display: inline-block;
  padding: 8px 16px;
  background: linear-gradient(90deg, #4263EB, #253885);
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  box-shadow: 0px 4px 12px 0px rgba(27, 27, 27, 0.06);
  border-radius: 8px;
}

/** Service */
.gv_section_service {
  overflow: hidden;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
.gv_section_service .container .row {
  align-items: stretch;
}
.gv_section_service .container .row > [class*=col-] {
  min-height: 100%;
}
.gv_section_service .tag {
  position: relative;
  margin-bottom: 12px;
}
.gv_section_service .tag span {
  width: auto;
  line-height: 32px;
  height: 32px;
  padding: 4px 16px;
  background-color: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.26);
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  color: #F2F2F2;
  border-radius: 24px;
}
.gv_section_service .tag span::before {
  content: "";
  height: 8px;
  min-width: 8px;
  max-width: 8px;
  background: rgb(242, 64, 64);
  border-radius: 24px;
  display: block;
  margin-right: 10px;
}
.gv_section_service .name {
  display: block;
  margin-bottom: 24px;
}
.gv_section_service .name h3 {
  text-align: center;
  font-size: 44px;
  line-height: 59.9px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  background: -webkit-linear-gradient(rgb(248, 248, 249), rgb(160, 171, 199));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 575px) {
  .gv_section_service .name h3 {
    font-size: 32px;
    line-height: 38.4px;
  }
}
.gv_section_service .image {
  display: block;
  margin-bottom: 24px;
}
.gv_section_service .image span img {
  width: 100%;
  height: auto;
}
.gv_section_service .desc {
  font-family: "Open Sans", sans-serif;
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  line-height: 48px;
  color: #F2F2F2;
  margin-bottom: 24px;
}
@media (max-width: 575px) {
  .gv_section_service .desc {
    font-size: 28px;
    line-height: 42px;
    font-weight: 600;
  }
}
.gv_section_service .service-item {
  padding-top: 15px;
  padding-bottom: 15px;
}
.gv_section_service .service-item .inner {
  font-family: "Open Sans", sans-serif;
  height: 100%;
}
.gv_section_service .service-item .inner .thumb {
  margin-bottom: 24px;
}
.gv_section_service .service-item .inner .thumb span {
  padding-bottom: 49.69%;
  display: block;
  position: relative;
  background-position: center;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
}
.gv_section_service .service-item .inner .thumb span img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.gv_section_service .service-item .inner .info {
  position: relative;
}
.gv_section_service .service-item .inner .info h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #F2F2F2;
  margin-bottom: 24px;
}
.gv_section_service .service-item .inner .info p {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 400;
  color: #F2F2F2;
  line-height: 24px;
}
.gv_section_service .service-item .inner .info .more {
  display: inline-flex;
  align-items: center;
  color: #7C95FE;
  font-size: 16px;
  font-weight: 700;
  line-height: 21.79px;
}
.gv_section_service .service-item .inner .info .more i {
  height: 13.75px;
  width: 7.5px;
  background-image: url("../images/svg/icn-arrow-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  margin-left: 10px;
}
.gv_section_service .more {
  display: block;
  text-align: center;
}
.gv_section_service .more a {
  font-family: "Open Sans", sans-serif;
  height: 40px;
  width: 125px;
  display: inline-block;
  padding: 8px 16px;
  background: linear-gradient(90deg, #4263EB, #253885);
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  box-shadow: 0px 4px 12px 0px rgba(27, 27, 27, 0.06);
  border-radius: 8px;
}/*# sourceMappingURL=home.css.map */