.gc-appguide-page .wrapper.bg-light {
  padding: 0;
  background: #fff;
}

.gc-appguide-page .ticker-wrap,
.gc-appguide-page .social-icons22,
.gc-appguide-page footer.pattern-wrapper,
.gc-appguide-page .logoCreateWork,
.gc-appguide-page #fb-root,
.gc-appguide-page #fb-customer-chat {
  display: none !important;
}

.gc-appguide {
  --gc-navy: #0b2a6b;
  --gc-sky: #5eb9f0;
  --gc-text: #0b2a6b;
  --gc-bar: #f3f5f8;
  background: #fff;
}

.gc-appguide__desktop {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(320px, 36%) minmax(220px, 1fr);
  min-height: calc(100vh - 118px);
  align-items: stretch;
}

.gc-appguide__col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 36px;
  background: #fff;
}

.gc-appguide__col--left {
  padding: 48px 0 48px 5vw;
}

.gc-appguide__col--right {
  padding: 48px 5vw 48px 0;
}

.gc-appguide__item {
  display: flex;
  align-items: center;
  gap: 14px;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  width: 100%;
}

.gc-appguide__num {
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--gc-navy);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 700;
  z-index: 2;
}

.gc-appguide__label {
  background: var(--gc-bar);
  color: var(--gc-text);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  padding: 16px 20px;
  min-height: 56px;
  display: flex;
  align-items: center;
  flex: 1;
}

.gc-appguide__item--left .gc-appguide__label {
  border-radius: 0 999px 999px 0;
  justify-content: flex-start;
}

.gc-appguide__item--right .gc-appguide__label {
  border-radius: 999px 0 0 999px;
  justify-content: flex-end;
  text-align: right;
}

.gc-appguide__item.is-active .gc-appguide__num,
.gc-appguide__item:hover .gc-appguide__num {
  background: var(--gc-sky);
  color: var(--gc-navy);
}

.gc-appguide__item.is-active .gc-appguide__label {
  background: #eaf4ff;
}

.gc-appguide__stage {
  position: relative;
  overflow: hidden;
  background: #08245a;
  min-height: calc(100vh - 118px);
}

.gc-stage-swiper,
.gc-stage-swiper .swiper-wrapper,
.gc-stage-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}

.gc-stage-swiper {
  position: absolute;
  inset: 0;
}

.gc-stage-swiper img,
.gc-appguide__empty {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.gc-appguide__empty {
  background: #08245a;
}

.gc-appguide__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: var(--gc-sky);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.gc-appguide__nav--prev {
  left: 10px;
}

.gc-appguide__nav--next {
  right: 10px;
}

.gc-appguide__nav span {
  width: 11px;
  height: 11px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

.gc-appguide__nav--prev span {
  transform: rotate(-135deg);
  margin-left: 4px;
}

.gc-appguide__nav--next span {
  transform: rotate(45deg);
  margin-right: 4px;
}

.gc-appguide__mobile {
  display: none;
}

@media (max-width: 991.98px) {
  .gc-appguide-page,
  .gc-appguide-page .content-wrapper {
    overflow: hidden;
    height: 100vh;
  }

  .gc-appguide-page header.wrapper,
  .gc-appguide-page .content-wrapper > header,
  .gc-appguide-page #fb-customer-chat,
  .gc-appguide-page .progress-wrap {
    display: none !important;
  }

  .gc-appguide-page .content-wrapper {
    padding: 0;
  }

  .gc-appguide__desktop {
    display: none;
  }

  .gc-appguide__mobile {
    display: block;
    position: fixed;
    inset: 0;
    background: #000;
    z-index: 9999;
  }

  .gc-mobile-swiper,
  .gc-mobile-swiper .swiper-slide {
    width: 100%;
    height: 100%;
  }

  .gc-mobile-swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .gc-appguide__mobile-back {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 3;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(8, 36, 90, 0.55);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 20px;
  }

  .gc-appguide__mobile-steps {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 18px;
    z-index: 3;
    display: flex;
    justify-content: center;
    gap: 8px;
  }

  .gc-appguide__mobile-steps button {
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,0.28);
    color: #fff;
    font-weight: 700;
  }

  .gc-appguide__mobile-steps button.is-active {
    background: var(--gc-sky);
    color: var(--gc-navy);
  }
}
