.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: ' ';
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: ' ';
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.radiocheck-field-icon {
  opacity: 0;
  pointer-events: none;
  color: #cbc8c5;
  -webkit-user-select: none;
  user-select: none;
  border-radius: 0.375em;
  justify-content: center;
  align-items: center;
  width: 3.5em;
  max-height: 3.5em;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  position: absolute;
  top: 1px;
  right: 1px;
}

.radiocheck-field-icon.is--error {
  color: #ff4c24;
}

.form-label {
  color: #131313;
  width: 100%;
  margin-bottom: 0;
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1;
}

.form-field-group {
  grid-column-gap: 0.75em;
  grid-row-gap: 0.75em;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.form-inactive-text {
  opacity: 0.35;
  margin-left: auto;
  padding-left: 0.5em;
}

.radiocheck-custom {
  pointer-events: none;
  color: #efeeec;
  -webkit-user-select: none;
  user-select: none;
  background-color: #efeeec;
  border: 1px solid #131313;
  border-radius: 0.125em;
  order: -1;
  justify-content: center;
  align-items: center;
  width: 1.25em;
  height: 1.25em;
  margin-top: 0.066em;
  margin-right: 0.75em;
  display: flex;
  position: absolute;
}

.radiocheck-custom.is--radio {
  border-radius: 50%;
}

.radiocheck-group {
  grid-column-gap: 0.75em;
  grid-row-gap: 0.75em;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

.radio-input {
  cursor: pointer;
  width: 0;
  height: 0;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
}

.form-field-icon {
  opacity: 0;
  pointer-events: none;
  color: #cbc8c5;
  -webkit-user-select: none;
  user-select: none;
  border-radius: 0.375em;
  justify-content: center;
  align-items: center;
  width: 3.5em;
  max-height: 3.5em;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  position: absolute;
  top: 1px;
  bottom: 1px;
  right: 1px;
}

.form-field-icon.is--error {
  color: #ff4c24;
}

.form-field-icon.is--select {
  right: 1.75em;
}

.form-submit-btn {
  outline-offset: 0px;
  color: #efeeec;
  cursor: pointer;
  background-color: #131313;
  border: 1px solid #131313;
  border-radius: 0.375rem;
  outline: 0 #0000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 1.005em 1.125em;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 #0000;
}

.form-submit-btn:focus {
  outline-offset: 0px;
  border-width: 1px;
  border-color: #cbc8c5;
  outline-color: #131313;
}

.form {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.form-input {
  outline-offset: 0px;
  color: #131313;
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  vertical-align: middle;
  background-color: #efeeec;
  border: 1px solid #efeeec;
  border-radius: 0.328125em;
  outline: 0 #0000;
  height: auto;
  margin-bottom: 0;
  padding: 0.9em 3.5em 0.9em 1em;
  font-size: max(1.125em, 16px);
  font-weight: 500;
  line-height: 1.2;
  box-shadow: 0 0 #0000;
}

.form-input:focus {
  border-color: #cbc8c5;
}

.form-input::placeholder {
  color: #1313134d;
  background-color: #efeeec;
}

.form-input.is--textarea {
  resize: vertical;
  min-height: 9em;
}

.form-notification-bg {
  opacity: 0.1;
  pointer-events: none;
  color: inherit;
  background-color: currentColor;
  border-radius: calc(0.375rem - 2px);
  display: flex;
  position: absolute;
  inset: 0;
}

.radio-dot {
  color: inherit;
  background-color: currentColor;
  border-radius: 50%;
  width: 0.375em;
  height: 0.375em;
}

.radiocheck-check-svg {
  width: 1.5em;
  position: absolute;
}

.form-field-chevron {
  pointer-events: none;
  color: #131313;
  -webkit-user-select: none;
  user-select: none;
  border-radius: 0.375em;
  justify-content: center;
  align-items: center;
  width: 3.5em;
  max-height: 3.5em;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  position: absolute;
  top: 1px;
  bottom: 1px;
  right: 1px;
}

.form-notification-icon {
  pointer-events: none;
  color: inherit;
  justify-content: center;
  align-items: center;
  width: 3.5em;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.radiocheck-label {
  color: #131313;
  cursor: pointer;
  flex-grow: 1;
  margin-bottom: 0;
  padding-left: 1.8em;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.2;
}

.radiocheck-label.is--small {
  flex-grow: 1;
  padding-left: 2em;
  font-size: 1em;
}

.form-required {
  color: #ff4c24;
}

.form-group {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.form-notifcation {
  outline-offset: 0px;
  color: #0ba954;
  text-align: left;
  border: 1px solid #0ba954;
  border-color: inherit;
  background-color: #efeeec;
  border-radius: 0.375rem;
  outline: 0 #0000;
  width: 100%;
  padding: 1.125em;
  font-size: 1em;
  position: relative;
}

.form-notifcation.is--error {
  color: #ff4c24;
  margin-top: 0;
  padding-right: 3.5em;
}

.form-submit {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  inset: 0;
}

.radiocheck-field {
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.form-divider {
  opacity: 0.15;
  background-color: #131313;
  width: 100%;
  height: 1px;
}

.form-field {
  width: 100%;
  position: relative;
}

.form-notification-p {
  text-align: center;
  color: inherit;
  font-size: 1.125em;
  font-weight: 500;
}

.form-submit-btn-p {
  margin-bottom: 0;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.2;
}

.checkbox-input {
  cursor: pointer;
  width: 0;
  height: 0;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
}

.form-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  max-width: 33rem;
  display: flex;
}

.style {
  display: none;
}

.title-wrapper {
  max-width: 70ch;
  margin-bottom: 2rem;
}

.wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100svh;
  padding: 2rem;
  display: flex;
}

.logo-wrapper {
  width: 10rem;
}

.details-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #999898;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.detail-wrapper {
  flex-flow: row;
  align-items: center;
  display: flex;
}

.detail-icon {
  aspect-ratio: 1;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  border-radius: 0.375em;
  justify-content: center;
  align-items: center;
  width: 2em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  display: flex;
}

.detail-text {
  white-space: nowrap;
  word-break: normal;
}

.heading {
  margin-bottom: 1rem;
}

.loader__logo-wrap {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.loader__bg {
  background-color: #0a0a0a;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.loader__bg-bar {
  z-index: 1;
  transform-origin: 0%;
  transform-style: preserve-3d;
  background-color: #fff;
  width: 100%;
  height: 0.5em;
  position: absolute;
  inset: auto 0% 0%;
  transform: scale3d(0, 1, 1);
}

.loader__text-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: min(3.5em, 20vh);
}

.loader__text-el {
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: -0.25em;
  padding-bottom: 0.25em;
  position: absolute;
}

.loader__container {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.loader {
  z-index: 100;
  color: #fff;
  width: 100%;
  height: 100lvh;
  position: fixed;
  inset: 0% 0% auto;
}

.loader__logo-item {
  width: 100%;
  position: absolute;
}

.loader__logo-item.is--top {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}

.loader__logo-item.is--base {
  opacity: 0.2;
}

.loader__logo-img {
  width: 100%;
  display: block;
}

.stack-cards__before {
  padding-top: 117.5%;
}

.stacked-cards__collection {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.stack-cards {
  width: 25em;
  position: relative;
}

.stack-cards__card {
  background-color: #fff;
  border: 0.1875em solid #121212;
  border-radius: 1.6em;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.shuffle-btn__icon-svg {
  width: 1em;
}

.stack-cards__item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.stacked-cards__stack {
  z-index: 0;
  width: 100%;
  position: relative;
}

.shuffle-btn {
  grid-column-gap: 0.375em;
  grid-row-gap: 0.375em;
  color: #fff;
  background-color: #03045e;
  border-radius: 10em;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 2.75em;
  padding-left: 1.25em;
  padding-right: 1.5em;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
}

.shuffle-btn:hover {
  text-decoration: none;
}

.stack-cards__card-image {
  pointer-events: none;
  object-fit: cover;
  -webkit-user-select: none;
  user-select: none;
  border-radius: 0.7em;
  width: calc(100% - 1.8em);
  height: calc(100% - 4.5em);
  position: absolute;
  top: 0.9em;
  left: 0.9em;
}

.shuffle-btn__span {
  letter-spacing: -0.01em;
  white-space: nowrap;
  margin-top: 0.0625em;
  font-size: 1.0625em;
  font-weight: 500;
}

.stack-cards__list {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.stacked-cards__controls {
  z-index: 1;
  grid-column-gap: 0.75em;
  grid-row-gap: 0.75em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -1.5em;
  display: flex;
  position: relative;
}

.success-message {
  color: #0000;
  background-color: #0000;
  padding: 0;
}

.notifcation-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.notification-link {
  color: #ff4c24;
  white-space: nowrap;
  word-break: normal;
}

.text-muted {
  color: #6b7280;
  font-weight: 400;
  opacity: 0.85;
  font-size: 0.75rem;
  line-height: 1.4;
  text-align: center;
  margin-top: 0.5rem;
}

@media screen and (max-width: 767px) {
  .form-group {
    width: 100%;
  }

  .stack-cards {
    width: 19em;
  }

  .stack-cards__card {
    pointer-events: auto;
  }

  .stack-cards__item {
    pointer-events: none;
  }
}

@media screen and (max-width: 479px) {
  .wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
