.starify-card-list-1 {
  width: 100%;
  padding: 4rem 0; }
  .starify-card-list-1 .card-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 1.6rem; }
    .starify-card-list-1 .card-list .card-item {
      flex: 1;
      border-radius: .6rem;
      background-color: #fff;
      box-shadow: 0 0.6rem 1.6rem 0 rgba(0, 0, 0, 0.1);
      padding: 2.4rem 3.6rem 4rem; }
      .starify-card-list-1 .card-list .card-item .item-title {
        font-size: 3.6rem;
        font-weight: 700;
        line-height: 1.2;
        color: #2f6dfd;
        margin: 0 0 2rem; }
      .starify-card-list-1 .card-list .card-item .item-desc {
        font-size: 2rem;
        line-height: 1.3;
        font-weight: 600;
        color: #000; }
  @media (max-width: 992px) {
    .starify-card-list-1 {
      padding: 2.4rem 1.5rem; }
      .starify-card-list-1 .card-list {
        grid-gap: 1.2rem;
        flex-direction: column; }
        .starify-card-list-1 .card-list .card-item {
          padding: 2rem 1.6rem 2.4rem; }
          .starify-card-list-1 .card-list .card-item .item-title {
            font-size: 3.0rem;
            margin: 0 0 1.6rem; }
          .starify-card-list-1 .card-list .card-item .item-desc {
            font-size: 1.6rem; } }

.starify-comp-1 {
  width: 100%;
  display: grid;
  grid-template-columns: 3fr 2fr;
  background: #0D122C;
  border-radius: 1.2em;
  overflow: hidden; }
  .starify-comp-1 .starify-text {
    width: 100%;
    padding: 1em;
    color: white;
    box-sizing: border-box; }
  .starify-comp-1 .starify-image {
    width: 100%;
    aspect-ratio: 1; }
    .starify-comp-1 .starify-image img {
      width: 100%;
      height: 100%; }

.starify-comp-2 {
  padding: 2em;
  width: 100%;
  border-radius: 2.4em;
  background-color: #0066FF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .starify-comp-2 .starify-text {
    color: white;
    margin-bottom: 2em;
    box-sizing: border-box; }
  .starify-comp-2 .starify-button {
    font-weight: bold;
    background-color: white;
    color: #0066FF;
    padding: 0.6em 1.6em;
    border-radius: 8em;
    width: fit-content; }

.starify-comp-3 {
  width: 100%;
  display: grid;
  grid-template-columns: 2fr 3fr;
  background: #0D122C;
  border-radius: 1.2em;
  overflow: hidden; }
  .starify-comp-3 .starify-image {
    width: 100%;
    height: 100%; }
    .starify-comp-3 .starify-image img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: contain; }
  .starify-comp-3 .starify-text {
    padding: 1em; }
    .starify-comp-3 .starify-text .starify-title {
      color: white;
      font-weight: bold;
      margin-bottom: 1em;
      box-sizing: border-box; }
    .starify-comp-3 .starify-text .starify-desc {
      color: white;
      margin-bottom: 2em;
      box-sizing: border-box; }
    .starify-comp-3 .starify-text .starify-button {
      width: fit-content;
      border-radius: 8em;
      background-color: #0066FF;
      color: white;
      font-weight: bold;
      padding: 0.6em 1.6em;
      box-sizing: border-box; }

.starify-comp-6 {
  z-index: 10;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  width: 100%;
  max-width: 40rem;
  background-color: white;
  border-radius: 1rem;
  overflow: hidden;
  position: fixed;
  transition-duration: 300ms;
  box-shadow: 0 0 1rem #00000044; }
  .starify-comp-6 .starify-image {
    width: 100%;
    aspect-ratio: 3;
    position: relative; }
    .starify-comp-6 .starify-image img {
      width: 100%;
      height: 100%; }
    .starify-comp-6 .starify-image .starify-title {
      position: absolute;
      left: 2rem;
      bottom: 0; }
  .starify-comp-6 .starify-close {
    cursor: pointer;
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    font-size: 2rem; }
    .starify-comp-6 .starify-close input {
      display: none; }
  .starify-comp-6 .starify-comp-box {
    padding: 0 2rem 2rem; }
    .starify-comp-6 .starify-comp-box .starify-text {
      margin-top: 2rem;
      line-height: 1.4; }
  .starify-comp-6.white .starify-close {
    color: white; }
  .starify-comp-6.white .starify-title {
    color: white; }
  .starify-comp-6.black .starify-close {
    color: black; }
  .starify-comp-6.black .starify-title {
    color: black; }
  .starify-comp-6:has(input:checked) {
    transform: translate(-50%, 0);
    opacity: 0;
    pointer-events: none; }

.starify-form-1 {
  width: 100%; }
  .starify-form-1 .content-box {
    width: 100%;
    padding: 2.4rem 2.4rem 3.2rem;
    background-color: #6c57f4;
    border-radius: 2rem; }
    .starify-form-1 .content-box .form-head {
      width: 100%;
      display: flex;
      justify-content: center;
      margin: 0 0 3.6rem; }
      .starify-form-1 .content-box .form-head .head-image {
        width: 10.9rem;
        aspect-ratio: 109/94; }
        .starify-form-1 .content-box .form-head .head-image img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
    .starify-form-1 .content-box .form-content {
      width: 100%; }
      .starify-form-1 .content-box .form-content .text-title {
        font-size: 3.6rem;
        line-height: 1.1;
        color: #fff;
        font-weight: 700;
        margin: 0 0 1.6rem;
        text-align: center; }
      .starify-form-1 .content-box .form-content .text-desc {
        color: #fff;
        margin: 0 0 2.4rem;
        font-weight: 500;
        font-size: 1.6rem;
        line-height: 1.7;
        text-align: center; }
      .starify-form-1 .content-box .form-content .form-item {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        grid-gap: 1.6rem;
        justify-content: center;
        align-content: center; }
        .starify-form-1 .content-box .form-content .form-item .form-group {
          width: 100%;
          max-width: 32rem; }
          .starify-form-1 .content-box .form-content .form-item .form-group input {
            width: 100%;
            outline: none;
            border: none;
            padding: 1.4rem 1.1rem 0.8rem;
            font-size: 1.6rem;
            background-color: #fff;
            border-radius: 0.6rem;
            color: #000;
            line-height: 1.5;
            transition: .3s all;
            box-sizing: border-box; }
            .starify-form-1 .content-box .form-content .form-item .form-group input::placeholder {
              color: #000; }
            .starify-form-1 .content-box .form-content .form-item .form-group input:focus {
              outline: solid 1px #fbaf3a; }
        .starify-form-1 .content-box .form-content .form-item .form-btn {
          background-color: #182e4c;
          padding: 1.2rem 2.5rem;
          font-size: 1.5rem;
          text-align: center;
          line-height: 1.8;
          border-radius: 0.8rem;
          border: 1px solid #0b1523;
          color: #fff;
          transition: .3s all; }
          .starify-form-1 .content-box .form-content .form-item .form-btn:hover {
            cursor: pointer;
            box-shadow: 0 0 #0000, 0 0 #0000, 0 0 5px #fbaf3a; }
    .starify-form-1 .content-box .thank-content {
      text-align: center;
      width: 100%;
      display: none; }
      .starify-form-1 .content-box .thank-content .thank-title {
        font-size: 3.6rem;
        line-height: 1.1;
        color: #fff;
        font-weight: 700;
        margin: 0 0 1.6rem;
        text-align: center; }
      .starify-form-1 .content-box .thank-content .thank-desc {
        color: #fff;
        margin: 0 0 2.4rem;
        font-weight: 500;
        font-size: 1.6rem;
        line-height: 1.7;
        text-align: center; }
      .starify-form-1 .content-box .thank-content .thank-btn {
        display: inline-block;
        max-width: 100%;
        margin: 0 auto;
        background-color: #0b1523;
        border-radius: 0.8rem;
        padding: 1.2rem 2.5rem;
        font-size: 1.5rem;
        text-align: center;
        line-height: 1.8;
        border: 1px solid #0b1523;
        color: #fff;
        transition: .3s all; }
        .starify-form-1 .content-box .thank-content .thank-btn:hover {
          cursor: pointer;
          outline: solid 1px #fbaf3a; }
    .starify-form-1 .content-box.form-success .form-content {
      display: none; }
    .starify-form-1 .content-box.form-success .thank-content {
      display: block; }
  @media (max-width: 992px) {
    .starify-form-1 .content-box .form-head {
      margin: 0 0 2.0rem; }
    .starify-form-1 .content-box .form-content .text-title {
      font-size: 2.8rem;
      margin: 0 0 1.2rem; }
    .starify-form-1 .content-box .form-content .text-desc {
      font-size: 1.4rem;
      margin: 0 0 1.6rem; }
    .starify-form-1 .content-box .thank-content .thank-title {
      font-size: 2.8rem;
      margin: 0 0 1.2rem; }
    .starify-form-1 .content-box .thank-content .thank-desc {
      font-size: 1.4rem;
      margin: 0 0 1.6rem; } }

.starify-form-2 {
  width: 100%; }
  .starify-form-2 .content-box {
    width: 100%;
    padding: 2.4rem 2.4rem 3.2rem;
    background-color: #f9ae3a;
    border-radius: 2rem; }
    .starify-form-2 .content-box .form-head {
      width: 100%;
      display: flex;
      justify-content: center;
      margin: 0 0 3.6rem; }
      .starify-form-2 .content-box .form-head .head-image {
        width: 10.9rem;
        aspect-ratio: 109/94; }
        .starify-form-2 .content-box .form-head .head-image img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
    .starify-form-2 .content-box .form-content {
      width: 100%; }
      .starify-form-2 .content-box .form-content .text-title {
        font-size: 3.6rem;
        line-height: 1.1;
        color: #000;
        font-weight: 700;
        margin: 0 0 1.6rem;
        text-align: center; }
      .starify-form-2 .content-box .form-content .text-desc {
        color: #000;
        margin: 0 0 2.4rem;
        font-weight: 500;
        font-size: 1.6rem;
        line-height: 1.7;
        text-align: center; }
      .starify-form-2 .content-box .form-content .form-item {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        grid-gap: 1.6rem;
        justify-content: center;
        align-content: center; }
        .starify-form-2 .content-box .form-content .form-item .form-group {
          width: 100%;
          max-width: 32rem; }
          .starify-form-2 .content-box .form-content .form-item .form-group input {
            width: 100%;
            outline: none;
            border: none;
            padding: 1.4rem 1.1rem 0.8rem;
            font-size: 1.6rem;
            background-color: #fff;
            border-radius: 0.6rem;
            color: #000;
            line-height: 1.5;
            transition: .3s all;
            box-sizing: border-box; }
            .starify-form-2 .content-box .form-content .form-item .form-group input::placeholder {
              color: #000; }
            .starify-form-2 .content-box .form-content .form-item .form-group input:focus {
              outline: solid 1px #fbaf3a; }
        .starify-form-2 .content-box .form-content .form-item .form-btn {
          background-color: #182e4c;
          padding: 1.2rem 2.5rem;
          font-size: 1.5rem;
          text-align: center;
          line-height: 1.8;
          border-radius: 0.8rem;
          border: 1px solid #0b1523;
          color: #fff;
          transition: .3s all;
          min-width: 17rem; }
          .starify-form-2 .content-box .form-content .form-item .form-btn:hover {
            cursor: pointer;
            box-shadow: 0 0 #0000, 0 0 #0000, 0 0 5px #fbaf3a; }
    .starify-form-2 .content-box .thank-content {
      text-align: center;
      width: 100%;
      display: none; }
      .starify-form-2 .content-box .thank-content .thank-title {
        font-size: 3.6rem;
        line-height: 1.1;
        color: #000;
        font-weight: 700;
        margin: 0 0 1.6rem;
        text-align: center; }
      .starify-form-2 .content-box .thank-content .thank-desc {
        color: #000;
        margin: 0 0 2.4rem;
        font-weight: 500;
        font-size: 1.6rem;
        line-height: 1.7;
        text-align: center; }
      .starify-form-2 .content-box .thank-content .thank-btn {
        display: inline-block;
        max-width: 100%;
        margin: 0 auto;
        background-color: #0b1523;
        border-radius: 0.8rem;
        padding: 1.2rem 2.5rem;
        font-size: 1.5rem;
        text-align: center;
        line-height: 1.8;
        border: 1px solid #0b1523;
        color: #fff;
        transition: .3s all; }
        .starify-form-2 .content-box .thank-content .thank-btn:hover {
          cursor: pointer;
          outline: solid 1px #fbaf3a; }
    .starify-form-2 .content-box.form-success .form-content {
      display: none; }
    .starify-form-2 .content-box.form-success .thank-content {
      display: block; }
  @media (max-width: 992px) {
    .starify-form-2 .content-box .form-head {
      margin: 0 0 2.0rem; }
    .starify-form-2 .content-box .form-content .text-title {
      font-size: 2.8rem;
      margin: 0 0 1.2rem; }
    .starify-form-2 .content-box .form-content .text-desc {
      font-size: 1.4rem;
      margin: 0 0 1.6rem; }
    .starify-form-2 .content-box .thank-content .thank-title {
      font-size: 2.8rem;
      margin: 0 0 1.2rem; }
    .starify-form-2 .content-box .thank-content .thank-desc {
      font-size: 1.4rem;
      margin: 0 0 1.6rem; } }

.starify-form-3 {
  width: 100%; }
  .starify-form-3 .text-content {
    width: 100%;
    padding: 3.2rem;
    background-color: #f2f2f2;
    border-radius: 2.4rem; }
    .starify-form-3 .text-content .text-title {
      letter-spacing: -0.55px;
      color: #000;
      font-size: 2.2rem;
      line-height: 1.2;
      font-weight: 700;
      margin: 0 0 1.6rem; }
    .starify-form-3 .text-content .text-desc {
      letter-spacing: -0.4px;
      font-size: 1.6rem;
      line-height: 1.5;
      color: #000;
      font-weight: 400;
      margin: 0 0 1.6rem; }
    .starify-form-3 .text-content .form-box {
      width: 100%;
      display: flex;
      grid-gap: 1.6rem; }
      .starify-form-3 .text-content .form-box .form-input {
        flex: 1;
        position: relative; }
        .starify-form-3 .text-content .form-box .form-input input {
          width: 100%;
          position: relative;
          z-index: 3;
          background-color: #fff;
          border-radius: 2.4rem;
          padding: 1.6rem 2.4rem 1.6rem 4.8rem;
          transition: .3s all;
          letter-spacing: -.35px;
          color: #000;
          font-size: 1.4rem;
          line-height: 1.25;
          border: none;
          box-sizing: border-box; }
          .starify-form-3 .text-content .form-box .form-input input:focus {
            outline: none;
            box-shadow: 0 0 0 0.3rem rgba(132, 232, 213, 0.2); }
        .starify-form-3 .text-content .form-box .form-input svg {
          fill: #000;
          position: absolute;
          z-index: 5;
          left: 2.4rem;
          top: 50%;
          width: 1.6rem;
          height: 1.6rem;
          transform: translateY(-50%); }
      .starify-form-3 .text-content .form-box .form-btn {
        padding: 1.5rem 2.4rem;
        background-color: #65e2ca;
        color: #000;
        border-radius: 2.4rem;
        display: inline-block;
        font-size: 1.6rem;
        letter-spacing: -.4px;
        line-height: 1;
        font-weight: 500;
        border: none; }
        .starify-form-3 .text-content .form-box .form-btn:hover {
          cursor: pointer; }
  @media (max-width: 992px) {
    .starify-form-3 {
      padding: 0 1.5rem; }
      .starify-form-3 .text-content {
        padding: 2.4rem 1.5rem; }
        .starify-form-3 .text-content .text-title {
          font-size: 1.8rem;
          margin: 0 0 1.2rem; }
        .starify-form-3 .text-content .text-desc {
          font-size: 1.4rem;
          margin: 0 0 1.2rem; }
        .starify-form-3 .text-content .form-box {
          grid-gap: 1.2rem; }
          .starify-form-3 .text-content .form-box .form-input input {
            padding: 1.4rem 1.6rem 1.4rem 3.6rem; }
          .starify-form-3 .text-content .form-box .form-input svg {
            left: 1.8rem; }
          .starify-form-3 .text-content .form-box .form-btn {
            padding: 1.4rem 2rem;
            font-size: 1.4rem; } }

.starify-image-text-1 {
  width: 100%;
  padding: 0 0 2rem; }
  .starify-image-text-1 .text-content {
    width: 100%;
    border-top: 1px solid #8e8e8e;
    padding: 6rem 0 0;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 2rem;
    align-items: flex-start; }
    .starify-image-text-1 .text-content .image-item {
      width: 33%;
      height: auto; }
      .starify-image-text-1 .text-content .image-item img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .starify-image-text-1 .text-content .text-item {
      flex: 1; }
      .starify-image-text-1 .text-content .text-item .text-title {
        font-size: 6rem;
        font-weight: 600;
        line-height: 1.3;
        color: #0a273d;
        margin: 0 0 1rem; }
      .starify-image-text-1 .text-content .text-item .text-desc {
        font-size: 2.4rem;
        font-weight: 400;
        color: #6b6d70;
        margin: 0 0 1.6rem; }
      .starify-image-text-1 .text-content .text-item .text-btn {
        display: inline-block;
        max-width: 100%;
        border-radius: 0.6rem;
        padding: 1.6rem 4rem;
        color: #000;
        font-size: 2rem;
        font-weight: bold;
        line-height: 1.3;
        background-color: #fdbd3c;
        transition: .3s all; }
        .starify-image-text-1 .text-content .text-item .text-btn:hover {
          background-color: #ffca61; }
  @media (max-width: 992px) {
    .starify-image-text-1 {
      padding: 0 2rem 2rem; }
      .starify-image-text-1 .text-content {
        padding: 3rem 0 0;
        grid-gap: 1.6rem;
        flex-direction: column; }
        .starify-image-text-1 .text-content .image-item {
          width: 100%; }
        .starify-image-text-1 .text-content .text-item .text-title {
          font-size: 4rem;
          margin: 0 0 1.6rem; }
        .starify-image-text-1 .text-content .text-item .text-desc {
          font-size: 2rem; }
        .starify-image-text-1 .text-content .text-item .text-btn {
          padding: 1.4rem 2.4rem;
          font-size: 1.8rem; } }

.starify-image-text-2 {
  width: 100%; }
  .starify-image-text-2 .text-content {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
    padding: 6rem 0; }
    .starify-image-text-2 .text-content .text-subtitle {
      display: flex;
      grid-gap: 1rem;
      align-items: center;
      margin: 0 0 1.4rem;
      justify-content: center;
      max-width: 100%; }
      .starify-image-text-2 .text-content .text-subtitle .subtitle-text {
        flex: initial;
        font-size: 1.6rem;
        line-height: 1.3;
        color: #bab9b9;
        font-weight: 500; }
      .starify-image-text-2 .text-content .text-subtitle .subtitle-image {
        width: 4rem;
        height: 2rem; }
        .starify-image-text-2 .text-content .text-subtitle .subtitle-image img {
          width: 100%;
          height: 100%;
          object-fit: contain; }
    .starify-image-text-2 .text-content .text-title {
      font-size: 3.2rem;
      line-height: 1.5;
      color: #000000;
      font-weight: bold;
      margin: 0 0 2.4rem; }
    .starify-image-text-2 .text-content .text-desc {
      font-size: 1.8rem;
      line-height: 1.5;
      font-weight: 400;
      color: #000;
      margin: 0 0 3.2rem; }
    .starify-image-text-2 .text-content .text-btn {
      display: inline-block;
      max-width: 100%;
      border-radius: 4rem;
      text-align: center;
      padding: 1.6rem 2.4rem;
      transition: .3s all;
      border: 1px solid #2c4bfd;
      background-color: #2c4bfd;
      color: #fff;
      font-size: 1.8rem;
      font-weight: 500;
      line-height: 1.3; }
      .starify-image-text-2 .text-content .text-btn:hover {
        cursor: pointer;
        background-color: #fff;
        color: #2c4bfd; }
  @media (max-width: 992px) {
    .starify-image-text-2 .text-content {
      padding: 3rem 1.5rem; }
      .starify-image-text-2 .text-content .text-subtitle {
        grid-gap: .8rem;
        margin: 0 0 1.2rem; }
        .starify-image-text-2 .text-content .text-subtitle .subtitle-text {
          font-size: 1.4rem; }
      .starify-image-text-2 .text-content .text-title {
        font-size: 2.4rem;
        margin: 0 0 1.6rem; }
      .starify-image-text-2 .text-content .text-desc {
        font-size: 1.4rem;
        margin: 0 0 2.4rem; }
      .starify-image-text-2 .text-content .text-btn {
        border-radius: 3rem;
        padding: 1.4rem 2rem;
        font-size: 1.6rem; } }

.starify-image-text-3 {
  width: 100%;
  padding: 0 0 6rem; }
  .starify-image-text-3 .text-content {
    width: 100%; }
    .starify-image-text-3 .text-content .image-item {
      width: 12rem;
      height: 12rem;
      position: relative;
      z-index: 20;
      border-radius: 50%;
      background-color: #fff;
      margin: -6rem auto 4.8rem;
      overflow: hidden; }
      .starify-image-text-3 .text-content .image-item img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .starify-image-text-3 .text-content .text-item {
      width: 100%;
      text-align: center; }
      .starify-image-text-3 .text-content .text-item .text-subtitle {
        font-size: 1.6rem;
        color: #1d1d1d;
        line-height: 1.6;
        font-weight: 400;
        margin: 0 0 1.0rem; }
      .starify-image-text-3 .text-content .text-item .text-desc {
        color: #1d1d1d;
        line-height: 1.6;
        font-weight: 400;
        font-size: 2rem; }
  @media (max-width: 992px) {
    .starify-image-text-3 {
      padding: 0 1.5rem 3.4rem; }
      .starify-image-text-3 .text-content .image-item {
        margin: -6rem auto 3.2rem; }
      .starify-image-text-3 .text-content .text-item .text-subtitle {
        font-size: 1.4rem; }
      .starify-image-text-3 .text-content .text-item .text-desc {
        font-size: 1.6rem; } }

.starify-image-text-4 {
  width: 100%; }
  .starify-image-text-4 .text-content {
    width: 100%;
    background-color: #f2f0fd;
    padding: 2.8rem;
    border-radius: 2.4rem; }
    .starify-image-text-4 .text-content .text-title {
      font-size: 2.6rem;
      line-height: 1.2;
      font-weight: 700;
      color: #16161a;
      margin: 0 0 1rem; }
    .starify-image-text-4 .text-content .text-desc {
      font-size: 1.8rem;
      line-height: 1.4;
      letter-spacing: 0.36rem;
      color: #16161a;
      margin-bottom: 2.4rem; }
    .starify-image-text-4 .text-content .text-image-item {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      grid-gap: 2rem;
      align-items: center; }
      .starify-image-text-4 .text-content .text-image-item .text-btn {
        font-size: 1.8rem;
        line-height: 1.4;
        display: inline-flex;
        padding: .8rem 2.4rem;
        justify-content: center;
        align-items: center;
        border-radius: 2.4rem;
        font-weight: 500;
        grid-gap: .8rem;
        background-color: #7461f2;
        transition: all .3s ease;
        color: #fff;
        max-width: 100%; }
        .starify-image-text-4 .text-content .text-image-item .text-btn:after {
          content: "\e65d";
          font-size: 1.8rem;
          color: #fff;
          line-height: 1.4;
          font-family: 'iconfont'; }
        .starify-image-text-4 .text-content .text-image-item .text-btn:hover {
          cursor: pointer;
          background-color: #8573ff; }
      .starify-image-text-4 .text-content .text-image-item .logo-item {
        width: auto;
        max-width: 100%;
        height: 3.2rem; }
        .starify-image-text-4 .text-content .text-image-item .logo-item img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
  @media (max-width: 992px) {
    .starify-image-text-4 {
      padding: 0 1.5rem; }
      .starify-image-text-4 .text-content {
        padding: 2.4rem 1.5rem; }
        .starify-image-text-4 .text-content .text-title {
          font-size: 2.2rem; }
        .starify-image-text-4 .text-content .text-desc {
          font-size: 1.6rem;
          margin-bottom: 1.8rem; }
        .starify-image-text-4 .text-content .text-image-item {
          grid-gap: 1.2rem; }
          .starify-image-text-4 .text-content .text-image-item .text-btn {
            font-size: 1.6rem;
            padding: .8rem 2.0rem;
            grid-gap: .8rem; }
            .starify-image-text-4 .text-content .text-image-item .text-btn:after {
              font-size: 1.6rem; }
          .starify-image-text-4 .text-content .text-image-item .logo-item {
            height: 2.8rem; } }

.starify-in-text-1 {
  width: 100%;
  padding: 4rem;
  background-color: #ecf0fa;
  border-radius: 20px; }
  .starify-in-text-1 .text-content {
    display: flex;
    align-items: flex-start;
    grid-gap: 3rem; }
    .starify-in-text-1 .text-content .image-item {
      width: 5.2rem;
      aspect-ratio: 52/58; }
      .starify-in-text-1 .text-content .image-item img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .starify-in-text-1 .text-content .text-desc {
      flex: 1;
      font-size: 1.8rem;
      line-height: 1.4;
      color: #0c1b2c;
      font-weight: 400; }
  @media (max-width: 992px) {
    .starify-in-text-1 {
      padding: 3rem 2rem; }
      .starify-in-text-1 .text-content {
        grid-gap: 1.6rem; }
        .starify-in-text-1 .text-content .image-item {
          width: 4rem; }
        .starify-in-text-1 .text-content .text-desc {
          font-size: 1.6rem; } }

.starify-num-list-1 {
  width: 100%;
  padding: 6rem 0;
  background: #fff; }
  .starify-num-list-1 .num-list {
    width: 100%;
    display: flex;
    justify-content: center;
    grid-gap: 2rem;
    flex-wrap: wrap; }
    .starify-num-list-1 .num-list .num-item {
      flex: 1;
      color: #000;
      display: flex;
      flex-direction: column;
      grid-gap: 1rem;
      text-align: center; }
      .starify-num-list-1 .num-list .num-item .item-number {
        font-size: 6.8rem;
        line-height: 1;
        font-weight: 400; }
      .starify-num-list-1 .num-list .num-item .item-text {
        font-size: 1.6rem;
        line-height: 1.6;
        font-weight: 400; }
  @media (max-width: 992px) {
    .starify-num-list-1 {
      padding: 4rem 1.5rem; }
      .starify-num-list-1 .num-list {
        grid-gap: 2rem;
        flex-direction: column; }
        .starify-num-list-1 .num-list .num-item {
          grid-gap: 1rem;
          text-align: center; }
          .starify-num-list-1 .num-list .num-item .item-number {
            font-size: 4.8rem; }
          .starify-num-list-1 .num-list .num-item .item-text {
            font-size: 1.4rem; } }

.starify-popup-content-1 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s all;
  overflow: auto; }
  .starify-popup-content-1:has(input:checked) {
    opacity: 0; }
    .starify-popup-content-1:has(input:checked) .popup-content {
      transform: translateY(60px);
      pointer-events: none; }
  .starify-popup-content-1 .popup-content {
    transition-duration: 300ms;
    position: relative;
    width: 100%;
    max-width: 110rem;
    border-radius: 3rem;
    overflow: hidden;
    padding: 7rem 6rem;
    background-color: #283340; }
    .starify-popup-content-1 .popup-content .content-bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
      .starify-popup-content-1 .popup-content .content-bg img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .starify-popup-content-1 .popup-content .content-remove-btn {
      position: absolute;
      top: 3.6rem;
      right: 3.6rem;
      z-index: 5;
      width: 5rem;
      height: 5rem;
      border-radius: 50%;
      background-color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      border: 2px solid #fff;
      transition: .3s all;
      color: #000;
      font-weight: bold;
      font-size: 2.4rem; }
      .starify-popup-content-1 .popup-content .content-remove-btn input {
        display: none; }
      .starify-popup-content-1 .popup-content .content-remove-btn:hover {
        cursor: pointer;
        background-color: transparent;
        color: #fff;
        transform: rotate(180deg); }
    .starify-popup-content-1 .popup-content .content-text {
      position: relative;
      z-index: 3; }
      .starify-popup-content-1 .popup-content .content-text .text-title {
        font-size: 4.8rem;
        font-weight: bold;
        color: #fff;
        line-height: 1.3;
        margin: 0 0 1.6rem; }
      .starify-popup-content-1 .popup-content .content-text .text-desc {
        font-size: 2.4rem;
        font-weight: 400;
        color: #fff;
        line-height: 1.5;
        margin: 0 0 3.2rem; }
      .starify-popup-content-1 .popup-content .content-text .text-btn-box {
        width: 100%;
        display: flex;
        grid-gap: 2rem;
        text-align: center;
        margin: 0 0 2rem;
        flex-wrap: wrap; }
        .starify-popup-content-1 .popup-content .content-text .text-btn-box .text-btn {
          display: inline-block;
          transition: .3s all;
          font-size: 2.4rem;
          line-height: 1.5;
          font-weight: 400;
          color: #283340;
          padding: 1.6rem 3.2rem;
          border-radius: 5rem;
          background-color: #fff;
          border: 3px solid #fff; }
          .starify-popup-content-1 .popup-content .content-text .text-btn-box .text-btn.btn-two {
            background-color: transparent;
            color: #fff; }
            .starify-popup-content-1 .popup-content .content-text .text-btn-box .text-btn.btn-two:hover {
              background-color: #fff;
              color: #283340; }
          .starify-popup-content-1 .popup-content .content-text .text-btn-box .text-btn:hover {
            cursor: pointer;
            background-color: transparent;
            color: #fff; }
      .starify-popup-content-1 .popup-content .content-text .text-star-box {
        display: flex;
        align-items: flex-start;
        grid-gap: 1.2rem; }
        .starify-popup-content-1 .popup-content .content-text .text-star-box .star-in-list .iconfont {
          display: inline-block;
          font-size: 2rem;
          line-height: 1;
          color: #fd5252; }
        .starify-popup-content-1 .popup-content .content-text .text-star-box .star-text {
          font-size: 1.4rem;
          color: #fff;
          font-weight: 400;
          line-height: 1.5;
          flex: initial; }
  @media (max-width: 992px) {
    .starify-popup-content-1 .popup-content {
      border-radius: 3rem;
      padding: 4rem 1.6rem 2rem; }
      .starify-popup-content-1 .popup-content .content-remove-btn {
        top: 1.2rem;
        right: 1.6rem;
        width: 3rem;
        height: 3rem;
        border: 1px solid #fff; }
        .starify-popup-content-1 .popup-content .content-remove-btn i {
          font-size: 1.6rem; }
      .starify-popup-content-1 .popup-content .content-text .text-title {
        font-size: 3.2rem;
        margin: 0 0 1.2rem; }
      .starify-popup-content-1 .popup-content .content-text .text-desc {
        font-size: 1.8rem;
        margin: 0 0 2.0rem; }
        .starify-popup-content-1 .popup-content .content-text .text-desc br {
          display: none; }
      .starify-popup-content-1 .popup-content .content-text .text-btn-box {
        grid-gap: 1.2rem;
        margin: 0 0 1.2rem; }
        .starify-popup-content-1 .popup-content .content-text .text-btn-box .text-btn {
          font-size: 1.8rem;
          padding: 0.8rem 2rem;
          border: 2px solid #fff; }
          .starify-popup-content-1 .popup-content .content-text .text-btn-box .text-btn.btn-two {
            background-color: transparent;
            color: #fff; }
            .starify-popup-content-1 .popup-content .content-text .text-btn-box .text-btn.btn-two:hover {
              background-color: #fff;
              color: #283340; }
          .starify-popup-content-1 .popup-content .content-text .text-btn-box .text-btn:hover {
            cursor: pointer;
            background-color: transparent;
            color: #fff; }
      .starify-popup-content-1 .popup-content .content-text .text-star-box {
        display: flex;
        align-items: flex-start;
        grid-gap: 1.2rem;
        flex-direction: column; }
        .starify-popup-content-1 .popup-content .content-text .text-star-box .star-in-list i {
          font-size: 2rem; }
        .starify-popup-content-1 .popup-content .content-text .text-star-box .star-text {
          font-size: 1.2rem; } }

.starify-text-1 {
  width: 100%;
  height: auto;
  padding: 4rem 3rem;
  background-color: #f4f4ef;
  border-top: 2px solid #69df74; }
  .starify-text-1 .text-content {
    width: 100%; }
    .starify-text-1 .text-content .text-title {
      font-size: 3.2rem;
      font-weight: 700;
      line-height: 1.2;
      color: #020000;
      margin-bottom: 2.4rem; }
    .starify-text-1 .text-content .text-desc {
      font-size: 2rem;
      font-weight: 400;
      line-height: 1.5;
      color: #636160;
      margin-bottom: 2.4rem; }
    .starify-text-1 .text-content .text-btn {
      transition: .3s all;
      background-color: #000;
      padding: 1.2rem 2.4rem;
      border-radius: 2.4rem;
      font-size: 1.6rem;
      line-height: 1.2;
      font-weight: 400;
      color: #fff;
      border: 1px solid #000;
      text-align: center;
      display: inline-block;
      max-width: 100%; }
      .starify-text-1 .text-content .text-btn:hover {
        cursor: pointer;
        background-color: #fff;
        color: #000; }
  @media (max-width: 992px) {
    .starify-text-1 {
      padding: 3rem 2rem; }
      .starify-text-1 .text-content .text-title {
        font-size: 2.4rem;
        margin-bottom: 1.6rem; }
      .starify-text-1 .text-content .text-desc {
        font-size: 1.6rem;
        margin-bottom: 1.6rem; }
      .starify-text-1 .text-content .text-btn {
        font-size: 1.4rem; } }

.starify-text-2 {
  background-color: #e2faf6;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 100%;
  padding: 3rem 3rem;
  display: flex;
  align-items: flex-start;
  grid-gap: 3rem; }
  .starify-text-2 .text-title {
    width: 45%;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.2;
    color: #020000; }
  .starify-text-2 .text-content {
    flex: 1; }
    .starify-text-2 .text-content .text-desc {
      font-size: 1.6rem;
      line-height: 1.3;
      color: #1f1f24;
      font-weight: 400;
      margin-bottom: 3.2rem; }
    .starify-text-2 .text-content .text-btn {
      transition: .3s all;
      background-color: #000;
      padding: 1.2rem 2.4rem;
      border-radius: 2.4rem;
      font-size: 1.6rem;
      line-height: 1.2;
      font-weight: 400;
      color: #fff;
      border: 1px solid #000;
      text-align: center;
      display: inline-block;
      max-width: 100%; }
      .starify-text-2 .text-content .text-btn:hover {
        cursor: pointer;
        background-color: #fff;
        color: #000; }
  @media (max-width: 992px) {
    .starify-text-2 {
      flex-wrap: wrap;
      grid-gap: 1.6rem; }
      .starify-text-2 .text-title {
        width: 100%;
        font-size: 2rem; }
      .starify-text-2 .text-content .text-desc {
        font-size: 1.4rem;
        margin-bottom: 1.6rem; } }

.starify-text-3 {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 5rem 4rem;
  grid-gap: 6rem;
  background-color: #64cc84; }
  .starify-text-3 .text-content {
    flex: 1; }
    .starify-text-3 .text-content .text-title {
      font-size: 2.8rem;
      line-height: 1.3;
      font-weight: 700;
      color: #fff;
      margin: 0 0 2.4rem; }
    .starify-text-3 .text-content .text-desc {
      font-size: 2rem;
      line-height: 1.5;
      color: #fff;
      font-weight: 400; }
  .starify-text-3 .btn-box {
    width: auto;
    max-width: 48%; }
    .starify-text-3 .btn-box .text-btn {
      display: inline-flex;
      align-items: center;
      text-align: center;
      grid-gap: .2rem;
      background-color: #fff;
      border: 1px solid #64cc84;
      border-radius: .6rem;
      padding: 2rem 2.8rem;
      font-size: 1.6rem;
      line-height: 1.5;
      color: #64cc84;
      transition: .3s all;
      box-shadow: 0 0 10px #1e8622;
      max-width: 100%; }
      .starify-text-3 .btn-box .text-btn svg, .starify-text-3 .btn-box .text-btn i {
        width: auto;
        height: 2.4rem;
        display: flex;
        align-items: center;
        color: inherit; }
      .starify-text-3 .btn-box .text-btn svg path {
        fill: #64cc84; }
      .starify-text-3 .btn-box .text-btn:hover {
        background-color: #64cc84;
        color: #fff;
        border-color: #fff;
        cursor: pointer; }
        .starify-text-3 .btn-box .text-btn:hover svg path {
          fill: #fff; }
  @media (max-width: 992px) {
    .starify-text-3 {
      padding: 3rem 2rem;
      grid-gap: 2rem;
      flex-direction: column; }
      .starify-text-3 .text-content .text-title {
        font-size: 2.0rem;
        margin: 0 0 1.6rem; }
      .starify-text-3 .text-content .text-desc {
        font-size: 1.4rem; }
      .starify-text-3 .btn-box {
        width: 100%;
        max-width: 100%; } }

.starify-text-4 {
  width: 100%;
  display: flex;
  align-items: center;
  grid-gap: 2rem;
  padding: 3rem;
  border: 2px solid #4ac2a5;
  border-radius: 0.6rem;
  background-color: #defddd; }
  .starify-text-4 .text-content {
    flex: 1; }
    .starify-text-4 .text-content .text-title {
      font-weight: bold;
      font-size: 2.8rem;
      line-height: 1.2;
      color: #004963;
      margin: 0 0 1.6rem; }
    .starify-text-4 .text-content .text-desc {
      font-size: 1.6rem;
      font-weight: 400;
      line-height: 1.4;
      color: #004963; }
  .starify-text-4 .text-btn {
    width: auto;
    max-width: 30%;
    display: inline-block;
    padding: 1.6rem 1.8rem;
    color: #fff;
    background-color: #fd4c46;
    font-size: 1.6rem;
    font-weight: 400;
    transition: .3s all;
    border: 1px solid #fd4c46;
    border-radius: 0.3rem;
    text-align: center; }
    .starify-text-4 .text-btn:hover {
      cursor: pointer;
      background-color: #fff;
      color: #fd4c46; }
  @media (max-width: 992px) {
    .starify-text-4 {
      flex-direction: column;
      padding: 2rem;
      grid-gap: 1.6rem;
      align-items: flex-start; }
      .starify-text-4 .text-content {
        flex: 1; }
        .starify-text-4 .text-content .text-title {
          font-size: 2.4rem;
          margin: 0 0 1.6rem; }
        .starify-text-4 .text-content .text-desc {
          font-size: 1.6rem; }
      .starify-text-4 .text-btn {
        max-width: 100%;
        font-size: 1.4rem; } }

.starify-text-5 {
  width: 100%; }
  .starify-text-5 .text-content {
    display: flex;
    width: 100%;
    justify-content: space-between;
    grid-gap: 2rem;
    align-items: center;
    padding: 1rem 1.6rem;
    background-color: #f4f4ef;
    border-radius: 2rem;
    overflow: hidden; }
    .starify-text-5 .text-content:hover {
      cursor: pointer; }
      .starify-text-5 .text-content:hover .text-title {
        color: #3f3f46; }
      .starify-text-5 .text-content:hover svg, .starify-text-5 .text-content:hover i {
        opacity: 0;
        transform: translateX(4rem); }
    .starify-text-5 .text-content .text-title {
      font-size: 1.8rem;
      line-height: 1.2;
      color: #000;
      font-weight: 500;
      transition: .3s all;
      flex: 1; }
    .starify-text-5 .text-content svg, .starify-text-5 .text-content i {
      font-size: 2.4rem;
      width: 2.4rem;
      height: 2.4rem;
      text-align: center;
      color: #fff;
      background-color: #000;
      transition: .5s all;
      border-radius: 50%; }
    .starify-text-5 .text-content svg {
      padding: 0.5rem; }
      .starify-text-5 .text-content svg path {
        fill: #fff;
        transition: .3s all; }
  @media (max-width: 992px) {
    .starify-text-5 .text-content {
      grid-gap: 1.2rem; }
      .starify-text-5 .text-content .text-title {
        font-size: 1.4rem; } }

.starify-text-6 {
  width: 100%; }
  .starify-text-6 .text-content {
    width: 100%;
    border-radius: 4rem;
    padding: 8rem 3rem;
    background-color: #0066fd;
    text-align: center; }
    .starify-text-6 .text-content .text-title {
      font-size: 3.6rem;
      line-height: 1.3;
      color: #fff;
      font-weight: bold;
      margin: 0 0 3rem; }
    .starify-text-6 .text-content .text-btn {
      display: inline-block;
      border-radius: 4rem;
      color: #0066fd;
      transition: .3s all;
      border: 2px solid #fff;
      background-color: #fff;
      font-weight: 400;
      font-size: 1.8rem;
      line-height: 1.3;
      padding: 1.6rem 2.4rem; }
      .starify-text-6 .text-content .text-btn:hover {
        cursor: pointer;
        background-color: transparent;
        color: #fff; }
  @media (max-width: 992px) {
    .starify-text-6 .text-content {
      border-radius: 3rem;
      padding: 3rem 1.5rem; }
      .starify-text-6 .text-content .text-title {
        font-size: 2.4rem;
        margin: 0 0 2rem; }
        .starify-text-6 .text-content .text-title br {
          display: none; }
      .starify-text-6 .text-content .text-btn {
        font-size: 1.4rem;
        padding: 1.4rem 2rem; } }

.starify-text-7 {
  width: 100%; }
  .starify-text-7 .text-content {
    width: 100%;
    border-left: 2px solid #69e075;
    padding: 3.2rem 3.2rem 3.2rem 1.6rem;
    background-color: #f4f4ef; }
    .starify-text-7 .text-content .text-title {
      font-size: 1.8rem;
      font-weight: 400;
      color: #3f3f46;
      line-height: 1.2;
      margin: 0 0 2.4rem; }
    .starify-text-7 .text-content ul {
      list-style: disc;
      padding: 0 0 0 2.4rem; }
      .starify-text-7 .text-content ul li {
        font-size: 1.8rem;
        line-height: 1.2;
        color: #000;
        font-weight: 400;
        margin: 0 0 1.2rem; }
        .starify-text-7 .text-content ul li a {
          text-decoration: underline;
          transition: .3s all; }
          .starify-text-7 .text-content ul li a:hover {
            text-decoration: none; }
  @media (max-width: 992px) {
    .starify-text-7 .text-content {
      padding: 2.4rem 2.4rem 2.4rem 1.6rem; }
      .starify-text-7 .text-content .text-title {
        font-size: 1.6rem;
        margin: 0 0 2.0rem; }
      .starify-text-7 .text-content ul {
        list-style: disc;
        padding: 0 0 0 2.4rem; }
        .starify-text-7 .text-content ul li {
          font-size: 1.6rem;
          margin: 0 0 1.0rem; } }

.starify-text-list-1 {
  width: 100%;
  padding: 3rem 0;
  background-color: #f6f7fb; }
  .starify-text-list-1 .text-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 2rem; }
    .starify-text-list-1 .text-list .text-item {
      width: calc((100% - 4rem) / 3); }
      .starify-text-list-1 .text-list .text-item .text-title {
        width: 100%;
        border-bottom: 1px solid #c6d1f2;
        color: #fc6423;
        font-size: 4.8rem;
        font-weight: 600;
        line-height: 1.1;
        margin: 0 0 1.2rem;
        padding: 0 0 1.2rem; }
      .starify-text-list-1 .text-list .text-item .text-desc {
        font-size: 1.8rem;
        line-height: 1.4;
        color: #0c1b2c;
        font-weight: 400; }
  @media (max-width: 992px) {
    .starify-text-list-1 {
      padding: 2rem 0; }
      .starify-text-list-1 .text-list {
        grid-gap: 1.2rem; }
        .starify-text-list-1 .text-list .text-item {
          width: calc(50% - 0.6rem); }
          .starify-text-list-1 .text-list .text-item .text-title {
            font-size: 3.2rem;
            margin: 0 0 1rem;
            padding: 0 0 1rem; }
          .starify-text-list-1 .text-list .text-item .text-desc {
            font-size: 1.6rem; } }

/*# sourceMappingURL=index.css.map */
