.page-template-page-landing {
  background: #192B3F;
}
.page-template-page-landing .header, .page-template-page-landing .footer {
  display: none;
}
.page-template-page-landing .landing {
  padding: 35px;
  height: 100%;
}
@media all and (max-width: 991px) {
  .page-template-page-landing .landing {
    padding: 33px 15px 60px;
  }
}
.page-template-page-landing .landing-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 991px) {
  .page-template-page-landing .landing-header__logo {
    display: none;
  }
}
.page-template-page-landing .landing-header__steps {
  border-radius: 8px;
  border: 1px solid #283F58;
  background: rgba(37, 76, 81, 0.7);
  padding: 5px 14px;
  color: #4FD298;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}
.page-template-page-landing .landing-content {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template-page-landing .landing-steps {
  max-width: 580px;
  margin: 0 auto;
  width: 100%;
}
.page-template-page-landing .landing-module__top {
  padding: 48px 32px;
  border-radius: 12px;
  border: 1px solid #43576D;
  background: #283F58;
}
@media all and (max-width: 991px) {
  .page-template-page-landing .landing-module__top {
    padding: 48px 12px;
  }
}
.page-template-page-landing .landing-module__label {
  max-width: max-content;
  border-radius: 8px;
  border: 1px solid #4FD298;
  background: linear-gradient(0deg, rgba(79, 210, 152, 0.14) 0%, rgba(79, 210, 152, 0.14) 100%), #192B3F;
  padding: 5px 14px 5px 32px;
  position: relative;
  color: #4FD298;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 auto;
}
.page-template-page-landing .landing-module__label:before {
  content: "";
  display: block;
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4FD298;
}
.page-template-page-landing .landing-module__title {
  margin: 12px 0 6px;
  color: #FFF;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.4px;
}
@media all and (max-width: 991px) {
  .page-template-page-landing .landing-module__title {
    margin: 24px 0 6px;
    font-size: 32px;
    letter-spacing: -0.32px;
  }
}
.page-template-page-landing .landing-module__title span {
  color: #4FD298;
}
.page-template-page-landing .landing-module__desc {
  max-width: 370px;
  margin: 0 auto;
  text-align: center;
  color: #93B0D2;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 48px;
}
@media all and (max-width: 991px) {
  .page-template-page-landing .landing-module__desc {
    margin-bottom: 24px;
    max-width: none;
    width: 100%;
  }
}
.page-template-page-landing .landing-module__action {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 52px;
  border-radius: 7px;
  color: #192B3F;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  border: 1px solid transparent;
}
@media all and (max-width: 991px) {
  .page-template-page-landing .landing-module__action {
    padding: 15px;
    text-align: center;
    line-height: 1;
    font-size: 14px;
  }
  .page-template-page-landing .landing-module__action span {
    max-width: 190px;
  }
}
.page-template-page-landing .landing-module__action.landing-action--green {
  background: #4FD298;
  transition: color 0.4s ease, border-color 0.4s ease, background 0.4s ease;
}
.page-template-page-landing .landing-module__action.landing-action--green:hover {
  border-color: #4FD298;
  color: #4FD298;
  background: transparent;
}
.page-template-page-landing .landing-module__action.landing-action--bordered {
  border-radius: 8px;
  border: 1px solid rgba(167, 197, 231, 0.1);
  background: rgba(167, 197, 231, 0.03);
  color: #FFF;
  font-weight: 600;
  transition: color 0.4s ease, border-color 0.4s ease, background 0.4s ease;
}
.page-template-page-landing .landing-module__action.landing-action--bordered:hover {
  border-color: #4FD298;
  color: #4FD298;
  background: transparent;
}
.page-template-page-landing .landing-module__divider {
  display: flex;
  text-align: center;
  justify-content: center;
  margin: 20px 0;
  color: rgba(167, 197, 231, 0.6);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 100%;
  height: 18px;
  position: relative;
  user-select: none;
}
.page-template-page-landing .landing-module__divider:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  width: calc(50% - 23px);
  background: rgba(167, 197, 231, 0.4);
}
.page-template-page-landing .landing-module__divider:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  width: calc(50% - 23px);
  background: rgba(167, 197, 231, 0.4);
}
.page-template-page-landing .landing-module__subtitle {
  margin: 28px 0 12px;
  text-align: center;
  color: rgba(167, 197, 231, 0.6);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.14px;
  text-transform: uppercase;
}
.page-template-page-landing .landing-module__info {
  padding: 32px 54px;
  border-radius: 12px;
  border: 1px solid #43576D;
  background: #283F58;
}
@media all and (max-width: 991px) {
  .page-template-page-landing .landing-module__info {
    padding: 24px 12px;
  }
}
.page-template-page-landing .landing-module__steps {
  display: grid;
  grid-template-columns: repeat(4, 100px);
  gap: 24px;
  position: relative;
}
@media all and (max-width: 991px) {
  .page-template-page-landing .landing-module__steps {
    grid-template-columns: repeat(1, 1fr);
    gap: 14px;
  }
}
.page-template-page-landing .landing-module__steps:before {
  content: "";
  display: block;
  position: absolute;
  left: 42px;
  top: 21px;
  width: calc(100% - 84px);
  height: 1px;
  background: #425A75;
}
@media all and (max-width: 991px) {
  .page-template-page-landing .landing-module__steps:before {
    width: 1px;
    height: calc(100% - 40px);
    left: 47px;
    top: 20px;
  }
}
.page-template-page-landing .landing-module__step {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 991px) {
  .page-template-page-landing .landing-module__step {
    flex-direction: row;
    gap: 14px;
  }
}
.page-template-page-landing .landing-module__step-count {
  border-radius: 8888px;
  border: 1px solid #425A75;
  background: #192B3F;
  padding: 14px;
  width: 60px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #4FD298;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  text-transform: uppercase;
  margin: 0 auto;
  flex-shrink: 0;
}
@media all and (max-width: 991px) {
  .page-template-page-landing .landing-module__step-count {
    margin: 0;
    width: 70px;
  }
}
.page-template-page-landing .landing-module__step-title {
  margin: 16px 0 1px;
  color: #B7CEE8;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}
@media all and (max-width: 991px) {
  .page-template-page-landing .landing-module__step-title {
    margin: 0 0 1px;
    text-align: left;
  }
}
.page-template-page-landing .landing-module__step-desc {
  color: rgba(167, 197, 231, 0.6);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.14px;
}
@media all and (max-width: 991px) {
  .page-template-page-landing .landing-module__step-desc {
    text-align: left;
  }
}
.page-template-page-landing .landing-verify {
  padding: 32px;
  border-radius: 12px;
  border: 1px solid #43576D;
  background: #283F58;
  position: relative;
}
@media all and (max-width: 991px) {
  .page-template-page-landing .landing-verify {
    padding: 24px 12px;
  }
}
.page-template-page-landing .landing-verify__back {
  text-decoration: none;
  padding: 8px 14px;
  border-radius: 8px;
  border: 1px solid #43576D;
  background: rgba(25, 43, 63, 0.4);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  max-width: max-content;
  color: #A7C5E7;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  transition: color 0.4s ease, border-color 0.4s ease;
}
.page-template-page-landing .landing-verify__back svg path {
  transition: fill 0.4s ease;
}
.page-template-page-landing .landing-verify__back:hover {
  color: #4FD298;
  border-color: #4FD298;
}
.page-template-page-landing .landing-verify__back:hover svg path {
  fill: #4FD298;
}
@media all and (max-width: 991px) {
  .page-template-page-landing .landing-verify__back {
    position: absolute;
    left: 0;
    top: -60px;
  }
}
.page-template-page-landing .landing-verify__subtitle {
  margin: 40px 0 6px;
  color: #4FD298;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  text-transform: uppercase;
  text-align: center;
}
@media all and (max-width: 991px) {
  .page-template-page-landing .landing-verify__subtitle {
    margin: 0 0 6px;
  }
}
.page-template-page-landing .landing-verify__title {
  color: #FFF;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.4px;
}
@media all and (max-width: 991px) {
  .page-template-page-landing .landing-verify__title {
    font-size: 32px;
  }
}
.page-template-page-landing .landing-verify__title span {
  color: #4FD298;
}
.page-template-page-landing .landing-verify__desc {
  max-width: 370px;
  margin: 6px auto 40px;
  color: #93B0D2;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media all and (max-width: 991px) {
  .page-template-page-landing .landing-verify__desc {
    max-width: none;
    width: 100%;
  }
}
.page-template-page-landing .landing-verify__link {
  padding: 9px 12px;
  border-radius: 8px;
  border-left: 1px solid #4FD298;
  background: #254C51;
  box-shadow: 0 0 14px 0 rgba(79, 210, 152, 0.13) inset;
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}
@media all and (max-width: 991px) {
  .page-template-page-landing .landing-verify__link {
    padding: 16px 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
  }
}
.page-template-page-landing .landing-verify__link a {
  color: #4FD298;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  transition: text-decoration-color 0.4s ease;
}
.page-template-page-landing .landing-verify__link a:hover {
  text-decoration-color: transparent;
}
.page-template-page-landing .landing-verify__video {
  margin: 20px 0;
  background: #283F58;
  box-shadow: 2px 4px 35px 0 rgba(0, 9, 24, 0.06);
  border-radius: 12px;
  border: 1px solid #325860;
  overflow: clip;
}
.page-template-page-landing .landing-verify__video-title {
  padding: 16px 20px;
  border-radius: 12px 12px 0 0;
  border-bottom: 1px solid #354C66;
  background: #233950;
  backdrop-filter: blur(17px);
  color: #93B0D2;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
.page-template-page-landing .landing-verify__video-content {
  height: 165px;
  position: relative;
}
@media all and (max-width: 991px) {
  .page-template-page-landing .landing-verify__video-content {
    height: auto;
    display: flex;
  }
}
.page-template-page-landing .landing-verify__video-content video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media all and (max-width: 991px) {
  .page-template-page-landing .landing-verify__video-content video {
    object-fit: contain;
  }
}
.page-template-page-landing .landing-verify__row input {
  display: block;
  width: 100%;
  height: 52px;
  border-radius: 8px;
  border: 1px solid #4FD298;
  background: #192B3F;
  box-shadow: 0 0 14px 0 rgba(79, 210, 152, 0.13) inset;
  padding: 14px;
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
.page-template-page-landing .landing-verify__row input::placeholder {
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  opacity: 0.7;
}
.page-template-page-landing .landing-verify__label {
  display: block;
  color: rgba(167, 197, 231, 0.58);
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 148%;
  margin-bottom: 3px;
}
.page-template-page-landing .landing-verify__hint {
  display: block;
  color: rgba(167, 197, 231, 0.6);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 3px;
}
.page-template-page-landing .landing-verify__button {
  margin-top: 20px;
  width: 100%;
  height: 52px;
  border-radius: 7px;
  background: #4FD298;
  display: flex;
  justify-content: center;
  padding: 12px;
  align-items: center;
  color: #192B3F;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  cursor: pointer;
  border: 1px solid transparent;
  transition: color 0.4s ease, border-color 0.4s ease, background 0.4s ease;
}
.page-template-page-landing .landing-verify__button:hover {
  border-color: #4FD298;
  color: #4FD298;
  background: transparent;
}
.page-template-page-landing .landing-create {
  padding: 32px;
  border-radius: 12px;
  border: 1px solid #43576D;
  background: #283F58;
  position: relative;
}
@media all and (max-width: 991px) {
  .page-template-page-landing .landing-create {
    padding: 24px 12px;
  }
}
.page-template-page-landing .landing-create__back {
  text-decoration: none;
  padding: 8px 14px;
  border-radius: 8px;
  border: 1px solid #43576D;
  background: rgba(25, 43, 63, 0.4);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  max-width: max-content;
  color: #A7C5E7;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  transition: color 0.4s ease, border-color 0.4s ease;
}
.page-template-page-landing .landing-create__back svg path {
  transition: fill 0.4s ease;
}
.page-template-page-landing .landing-create__back:hover {
  color: #4FD298;
  border-color: #4FD298;
}
.page-template-page-landing .landing-create__back:hover svg path {
  fill: #4FD298;
}
@media all and (max-width: 991px) {
  .page-template-page-landing .landing-create__back {
    position: absolute;
    left: 0;
    top: -60px;
  }
}
.page-template-page-landing .landing-create__title {
  margin-top: 40px;
  color: #FFF;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.4px;
}
@media all and (max-width: 991px) {
  .page-template-page-landing .landing-create__title {
    font-size: 32px;
    margin-top: 0;
  }
}
.page-template-page-landing .landing-create__title span {
  color: #4FD298;
}
.page-template-page-landing .landing-create__desc {
  max-width: 370px;
  margin: 6px auto 40px;
  color: #93B0D2;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media all and (max-width: 991px) {
  .page-template-page-landing .landing-create__desc {
    max-width: none;
    width: 100%;
  }
}
.page-template-page-landing .landing-create__info {
  width: 100%;
  padding: 9px 12px;
  border-radius: 8px;
  border-left: 1px solid #4FD298;
  background: #254C51;
  box-shadow: 0 0 14px 0 rgba(79, 210, 152, 0.13) inset;
  color: #4FD298;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}
@media all and (max-width: 991px) {
  .page-template-page-landing .landing-create__info {
    text-align: center;
  }
}
.page-template-page-landing .landing-create__info span {
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}
.page-template-page-landing .landing-create__link {
  margin: 20px 0;
  padding: 12px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 8px;
  border: 1px solid #325860;
  background: rgba(167, 197, 231, 0.06);
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  transition: color 0.4s ease, border-color 0.4s ease;
}
.page-template-page-landing .landing-create__link svg path {
  transition: stroke 0.4s ease;
}
.page-template-page-landing .landing-create__link:hover {
  border-color: #4FD298;
  color: #4FD298;
}
.page-template-page-landing .landing-create__link:hover svg path {
  stroke: #4FD298;
}
.page-template-page-landing .landing-create__video {
  margin: 20px 0;
  background: #283F58;
  box-shadow: 2px 4px 35px 0 rgba(0, 9, 24, 0.06);
  border-radius: 12px;
  border: 1px solid #325860;
  overflow: clip;
}
.page-template-page-landing .landing-create__video-title {
  padding: 16px 20px;
  border-radius: 12px 12px 0 0;
  border-bottom: 1px solid #354C66;
  background: #233950;
  backdrop-filter: blur(17px);
  color: #93B0D2;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
.page-template-page-landing .landing-create__video-content {
  height: 165px;
  position: relative;
}
@media all and (max-width: 991px) {
  .page-template-page-landing .landing-create__video-content {
    height: auto;
    display: flex;
  }
}
.page-template-page-landing .landing-create__video-content video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media all and (max-width: 991px) {
  .page-template-page-landing .landing-create__video-content video {
    object-fit: contain;
  }
}
.page-template-page-landing .landing-create__row input {
  display: block;
  width: 100%;
  height: 52px;
  border-radius: 8px;
  border: 1px solid #4FD298;
  background: #192B3F;
  box-shadow: 0 0 14px 0 rgba(79, 210, 152, 0.13) inset;
  padding: 14px;
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
.page-template-page-landing .landing-create__row input::placeholder {
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  opacity: 0.7;
}
.page-template-page-landing .landing-create__label {
  display: block;
  color: rgba(167, 197, 231, 0.58);
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 148%;
  margin-bottom: 3px;
}
.page-template-page-landing .landing-create__hint {
  display: block;
  color: rgba(167, 197, 231, 0.6);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 3px;
}
.page-template-page-landing .landing-create__button {
  margin-top: 20px;
  width: 100%;
  height: 52px;
  border-radius: 7px;
  background: #4FD298;
  display: flex;
  justify-content: center;
  padding: 12px;
  align-items: center;
  color: #192B3F;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  cursor: pointer;
  border: 1px solid transparent;
  transition: color 0.4s ease, border-color 0.4s ease, background 0.4s ease;
}
.page-template-page-landing .landing-create__button:hover {
  border-color: #4FD298;
  color: #4FD298;
  background: transparent;
}
.page-template-page-landing .landing-result__top {
  padding: 32px;
  border-radius: 12px;
  border: 1px solid #43576D;
  background: #283F58;
}
@media all and (max-width: 991px) {
  .page-template-page-landing .landing-result__top {
    padding: 32px 12px 12px;
  }
}
.page-template-page-landing .landing-result__icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template-page-landing .landing-result__title {
  margin: 16px 0 6px;
  color: #FFF;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.4px;
}
@media all and (max-width: 991px) {
  .page-template-page-landing .landing-result__title {
    font-size: 32px;
    letter-spacing: -0.32px;
  }
}
.page-template-page-landing .landing-result__title span {
  color: #4FD298;
}
.page-template-page-landing .landing-result__desc {
  color: #93B0D2;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 24px;
}
.page-template-page-landing .landing-result__video {
  position: relative;
  overflow: clip;
  cursor: pointer;
  border-radius: 8px;
  height: 240px;
  display: block;
}
.page-template-page-landing .landing-result__video-label {
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 8px 14px;
  border-radius: 6px;
  border: 1px solid #4FD298;
  background: linear-gradient(0deg, #192B3F 0%, #192B3F 100%), #192B3F;
  color: #4FD298;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
  z-index: 1;
}
.page-template-page-landing .landing-result__video-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  overflow: clip;
  width: 48px;
  height: 48px;
  box-shadow: 0 4px 11px 0 rgba(79, 210, 152, 0.2), 0 2px 14px 0 rgba(79, 210, 152, 0.2);
  z-index: 1;
}
.page-template-page-landing .landing-result__video-preview {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.page-template-page-landing .landing-result__video-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-template-page-landing .landing-result__bottom {
  margin: 8px 0 18px;
  padding: 18px;
  border-radius: 12px;
  border: 1px solid #43576D;
  background: #283F58;
}
.page-template-page-landing .landing-result__module {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.page-template-page-landing .landing-result__module-label {
  padding: 6px 10px;
  border-radius: 5px;
  background: #192B3F;
  color: #4FD298;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.12px;
  text-transform: uppercase;
  max-width: max-content;
}
.page-template-page-landing .landing-result__module-title {
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media all and (max-width: 991px) {
  .page-template-page-landing .landing-result__module-title {
    font-size: 18px;
  }
}
.page-template-page-landing .landing-result__module-info {
  color: #A7C5E7;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media all and (max-width: 991px) {
  .page-template-page-landing .landing-result__module-info {
    font-size: 14px;
  }
}
.page-template-page-landing .landing-result__module-divider {
  display: inline-block;
  margin: 0 10px;
  position: relative;
  vertical-align: middle;
}
@media all and (max-width: 991px) {
  .page-template-page-landing .landing-result__module-divider {
    margin: 0 6px;
  }
}
.page-template-page-landing .landing-result__module-divider:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #A7C5E7;
}
.page-template-page-landing .landing-result__actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.page-template-page-landing .landing-result__actions a {
  width: 100%;
  height: 52px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 8px;
  text-decoration: none;
}
.page-template-page-landing .landing-result__actions a:first-child {
  background: #4FD298;
  color: #192B3F;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  border: 1px solid transparent;
  transition: color 0.4s ease, border-color 0.4s ease, background 0.4s ease;
}
.page-template-page-landing .landing-result__actions a:first-child svg path {
  transition: stroke 0.4s ease;
}
.page-template-page-landing .landing-result__actions a:first-child:hover {
  border-color: #4FD298;
  color: #4FD298;
  background: transparent;
}
.page-template-page-landing .landing-result__actions a:first-child:hover svg path {
  stroke: #4FD298;
}
.page-template-page-landing .landing-result__actions a:last-child {
  border: 1px solid #325860;
  background: rgba(167, 197, 231, 0.03);
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  transition: color 0.4s ease, border-color 0.4s ease, background 0.4s ease;
}
.page-template-page-landing .landing-result__actions a:last-child svg path {
  transition: fill 0.4s ease;
}
.page-template-page-landing .landing-result__actions a:last-child:hover {
  border-color: #4FD298;
  color: #4FD298;
  background: transparent;
}
.page-template-page-landing .landing-result__actions a:last-child:hover svg path {
  fill: #4FD298;
}
.page-template-page-landing .landing-result__actions a span {
  padding-top: 1px;
}

.landing-step-panel {
  display: none; 
}

.landing-step-panel.is-active {
  display: block;
}

.landing-verify__button:disabled,
.landing-create__button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}