.kyg-x-form-hidden {
  display: none !important;
}

.kyg-x-modal[hidden],
.kyg-x-inline-gateway[hidden],
.kyg-x-change-type[hidden] {
  display: none !important;
}

.kyg-x-modal-open {
  overflow: hidden;
}

.kyg-x-inline-gateway,
.kyg-x-modal-card {
  --kx-navy: #19152f;
  --kx-orange: #f15a24;
  --kx-orange-dark: #c94315;
  --kx-text: #2b2739;
  --kx-muted: #6d6878;
  --kx-border: #e2dee7;
  box-sizing: border-box;
  color: var(--kx-text);
  font-family: Inter, Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

.kyg-x-inline-gateway *,
.kyg-x-modal-card * {
  box-sizing: border-box;
}

.kyg-x-inline-gateway {
  width: 100%;
  max-width: 860px;
  margin-inline: auto;
  padding: clamp(24px, 4vw, 38px) !important;
  border: 1px solid var(--kx-border) !important;
  border-radius: 22px !important;
  background: #fff !important;
  box-shadow: 0 18px 52px rgba(25, 21, 47, .09) !important;
  text-align: left !important;
}

.kyg-x-kicker {
  color: var(--kx-orange-dark) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: .12em !important;
  line-height: 1.4 !important;
  text-transform: uppercase !important;
}

.kyg-x-inline-gateway h3,
.kyg-x-modal-card h3 {
  max-width: 620px;
  margin: 8px 0 !important;
  color: var(--kx-navy) !important;
  font-family: Inter, Roboto, "Helvetica Neue", Arial, sans-serif !important;
  font-size: clamp(28px, 4vw, 38px) !important;
  font-weight: 750 !important;
  letter-spacing: -.035em !important;
  line-height: 1.12 !important;
  text-align: left !important;
  text-transform: none !important;
}

.kyg-x-intro {
  max-width: 620px;
  margin: 0 !important;
  color: var(--kx-muted) !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
  text-align: left !important;
}

.kyg-x-choice-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
  margin-top: 24px !important;
}

.kyg-x-inline-gateway .kyg-x-choice,
.kyg-x-modal-card .kyg-x-choice {
  appearance: none !important;
  display: grid !important;
  grid-template-columns: 48px minmax(0, 1fr) !important;
  align-items: start !important;
  gap: 14px !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 174px !important;
  margin: 0 !important;
  padding: 19px !important;
  overflow: hidden !important;
  border: 1px solid var(--kx-border) !important;
  border-radius: 17px !important;
  background: #fff !important;
  box-shadow: none !important;
  color: var(--kx-text) !important;
  font: inherit !important;
  text-align: left !important;
  text-decoration: none !important;
  text-transform: none !important;
  cursor: pointer !important;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease !important;
}

.kyg-x-inline-gateway .kyg-x-choice:hover,
.kyg-x-inline-gateway .kyg-x-choice:focus-visible,
.kyg-x-modal-card .kyg-x-choice:hover,
.kyg-x-modal-card .kyg-x-choice:focus-visible {
  border-color: rgba(241, 90, 36, .72) !important;
  outline: 0 !important;
  box-shadow: 0 12px 28px rgba(25, 21, 47, .11) !important;
  transform: translateY(-1px) !important;
}

.kyg-x-choice-icon {
  display: grid !important;
  place-items: center !important;
  width: 48px !important;
  height: 48px !important;
  border-radius: 14px !important;
  background: #fff0e9 !important;
  color: var(--kx-orange-dark) !important;
}

.kyg-x-choice-icon svg {
  width: 25px;
  height: 25px;
}

.kyg-x-choice-copy,
.kyg-x-choice-copy strong,
.kyg-x-choice-copy small,
.kyg-x-choice-copy b,
.kyg-x-choice-label {
  display: block !important;
  min-width: 0;
}

.kyg-x-choice-label {
  margin: 1px 0 5px !important;
  color: var(--kx-orange-dark) !important;
  font-size: 10px !important;
  font-weight: 850 !important;
  letter-spacing: .08em !important;
  line-height: 1.3 !important;
  text-transform: uppercase !important;
}

.kyg-x-choice-copy strong {
  color: var(--kx-navy) !important;
  font-size: 16px !important;
  font-weight: 750 !important;
  line-height: 1.3 !important;
}

.kyg-x-choice-copy small {
  margin-top: 5px !important;
  color: var(--kx-muted) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}

.kyg-x-choice-copy b {
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;
  margin-top: 12px !important;
  color: var(--kx-orange-dark) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
}

.kyg-x-arrow {
  width: 15px;
  height: 15px;
}

.kyg-x-powered {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  width: 100% !important;
  padding: 15px 8px 2px !important;
  color: #747180 !important;
  font-size: 11px !important;
  letter-spacing: .015em !important;
  line-height: 1.4 !important;
}

.kyg-x-powered-icon {
  display: inline-flex;
  color: var(--kx-orange-dark) !important;
}

.kyg-x-powered-icon svg {
  width: 17px;
  height: 17px;
}

.kyg-x-powered strong {
  color: var(--kx-navy) !important;
}

.kyg-x-change-type {
  margin: 0 0 12px !important;
  padding: 7px 4px !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--kx-orange-dark, #c94315) !important;
  font: 750 12px/1.3 Inter, Roboto, "Helvetica Neue", Arial, sans-serif !important;
  text-transform: none !important;
  cursor: pointer !important;
}

.kyg-x-modal {
  position: fixed;
  z-index: 2147483000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
}

.kyg-x-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(23, 17, 38, .72);
  backdrop-filter: blur(5px);
}

.kyg-x-modal-card {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  max-height: calc(100vh - 40px);
  overflow: auto;
  padding: clamp(26px, 5vw, 40px) !important;
  border: 1px solid rgba(255, 255, 255, .4) !important;
  border-radius: 24px !important;
  background: #fff !important;
  box-shadow: 0 28px 90px rgba(11, 7, 20, .36) !important;
}

.kyg-x-modal-close {
  appearance: none !important;
  position: absolute !important;
  top: 13px !important;
  right: 13px !important;
  display: grid !important;
  place-items: center !important;
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  min-height: 38px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid var(--kx-border) !important;
  border-radius: 12px !important;
  background: #fff !important;
  box-shadow: none !important;
  color: #383144 !important;
  font: 400 25px/1 Inter, Roboto, sans-serif !important;
  cursor: pointer !important;
}

.kyg-x-modal-credit .kyg-x-powered {
  padding-top: 18px !important;
}

.kyg-location-block.kyg-x-address-collapsed,
[data-location-block].kyg-x-address-collapsed,
.kyg-x-address-block.kyg-x-address-collapsed {
  padding: 0 !important;
  overflow: hidden !important;
  border: 1px solid #b8dfc9 !important;
  border-radius: 16px !important;
  background: #f7fcf9 !important;
  box-shadow: 0 5px 16px rgba(25, 113, 69, .06) !important;
}

.kyg-x-address-collapsed > :not(.kyg-x-address-summary) {
  display: none !important;
}

.kyg-x-address-summary {
  appearance: none !important;
  display: grid !important;
  grid-template-columns: 40px minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 12px !important;
  width: 100% !important;
  min-height: 76px !important;
  margin: 0 !important;
  padding: 14px 16px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--kx-navy, #19152f) !important;
  font: inherit !important;
  text-align: left !important;
  text-transform: none !important;
  cursor: pointer !important;
}

.kyg-x-address-summary:hover,
.kyg-x-address-summary:focus-visible {
  outline: 0 !important;
  background: #eef9f2 !important;
}

.kyg-x-confirmed-icon {
  display: grid !important;
  place-items: center !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  background: #168654 !important;
  color: #fff !important;
}

.kyg-x-confirmed-icon svg {
  width: 22px;
  height: 22px;
  stroke-width: 2.3;
}

.kyg-x-confirmed-copy,
.kyg-x-confirmed-copy small {
  display: block !important;
  min-width: 0;
}

.kyg-x-confirmed-title {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  flex-wrap: wrap !important;
}

.kyg-x-confirmed-title strong {
  color: #193f2e !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
}

.kyg-x-confirmed-title em {
  display: inline-flex !important;
  align-items: center !important;
  gap: 3px !important;
  padding: 3px 7px !important;
  border-radius: 999px !important;
  background: #dff4e8 !important;
  color: #12623f !important;
  font-size: 9px !important;
  font-style: normal !important;
  font-weight: 850 !important;
  letter-spacing: .04em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

.kyg-x-confirmed-title em svg {
  width: 11px;
  height: 11px;
  stroke-width: 2.5;
}

.kyg-x-confirmed-copy small {
  margin-top: 4px !important;
  color: #536b5f !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;
  overflow-wrap: anywhere;
}

.kyg-x-summary-action {
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;
  color: var(--kx-orange-dark, #c94315) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
}

.kyg-x-summary-action svg {
  width: 17px;
  height: 17px;
}

@media (max-width: 680px) {
  .kyg-x-choice-grid {
    grid-template-columns: 1fr !important;
  }

  .kyg-x-inline-gateway {
    padding: 22px 17px !important;
    border-radius: 19px !important;
  }

  .kyg-x-modal {
    align-items: end;
    padding: 0;
  }

  .kyg-x-modal-card {
    width: 100%;
    max-height: min(88vh, 760px);
    padding: 28px 17px 20px !important;
    border-radius: 22px 22px 0 0 !important;
  }

  .kyg-x-inline-gateway .kyg-x-choice,
  .kyg-x-modal-card .kyg-x-choice {
    min-height: 0 !important;
    padding: 16px !important;
  }

  .kyg-x-address-summary {
    grid-template-columns: 38px minmax(0, 1fr) !important;
    gap: 10px !important;
    padding: 13px 14px !important;
  }

  .kyg-x-confirmed-icon {
    width: 38px !important;
    height: 38px !important;
  }

  .kyg-x-summary-action {
    grid-column: 2;
    justify-self: start;
    margin-top: -3px;
  }
}

@media (max-width: 380px) {
  .kyg-x-inline-gateway .kyg-x-choice,
  .kyg-x-modal-card .kyg-x-choice {
    grid-template-columns: 42px minmax(0, 1fr) !important;
    gap: 11px !important;
  }

  .kyg-x-choice-icon {
    width: 42px !important;
    height: 42px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .kyg-x-choice {
    transition: none !important;
  }

  .kyg-x-modal-backdrop {
    backdrop-filter: none;
  }
}
