._container_nusfw_1 {
  text-align: center;
  height: calc(100% - var(--headerHeight));
  padding-top: var(--headerHeight);
  display: flex;
  align-items: center;
  justify-content: center;
}
._container_nusfw_1 ._content_nusfw_9 {
  padding: var(--spacing-lg);
}
._container_nusfw_1 ._content_nusfw_9 h1 {
  font-size: 4rem;
  margin: 0;
  color: var(--darker); /* A sporty red accent color */
  display: flex;
  line-height: 1;
  align-items: center;
  justify-content: center;
}
._container_nusfw_1 ._content_nusfw_9 p {
  font-size: 1.2rem;
  margin: 10px 0;
}
._container_nusfw_1 ._content_nusfw_9 ._icon_nusfw_25 {
  border: 2px solid var(--darker);
  border-radius: 50%;
  position: relative;
  text-indent: -99999px;
  height: 50px;
  width: 50px;
  margin: 0 0 1px;
  animation: _logo_nusfw_1 2s infinite;
  display: inline-block;
}
._container_nusfw_1 ._content_nusfw_9 ._icon_nusfw_25::before {
  content: '';
  position: absolute;
  width: 50%;
  height: 50%;
  top: 2px;
  left: 2px;
  background-color: var(--darker);
  border-radius: 100% 0 0 0;
}
._container_nusfw_1 ._content_nusfw_9 ._icon_nusfw_25::after {
  content: '';
  background-color: white;
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border-radius: 100%;
  pointer-events: none;
}
._container_nusfw_1 ._content_nusfw_9 ._homeLink_nusfw_57 {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  color: white;
  background-color: var(--darker);
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s;
}
._container_nusfw_1 ._content_nusfw_9 ._homeLink_nusfw_57:hover {
  background-color: var(--darkerHover);
}

@keyframes _logo_nusfw_1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
._paymentTileList_dht8l_1 li {
  border: none;
}
._paymentTileList_dht8l_1 li div {
  margin: -0.5rem !important;
  padding: 0.5rem !important;
  border: none;
  border-radius: 0.25rem;
}
._paymentTileList_dht8l_1 li div > *:last-child {
  margin-bottom: 0;
}
._paymentTileList_dht8l_1 li:nth-child(odd) div {
  background-color: var(--infoTile);
}
._paymentTileList_dht8l_1 li:hover div {
  background-color: var(--infoTileHover) !important;
}

._paymentTileLink_dht8l_20 {
  color: initial;
  text-decoration: initial;
  background-color: inherit;
  margin-bottom: 0;
  padding-bottom: 0;
}

._endMessage_dht8l_28 {
  margin-top: 3rem;
}

._table_dht8l_32 {
  width: 100%;
  border-collapse: collapse;
}
._table_dht8l_32 caption,
._table_dht8l_32 tr:nth-child(even) {
  background: var(--infoTile);
}
._table_dht8l_32 caption {
  padding: 1rem;
  font-weight: bold;
  font-size: 1.25rem;
  border-bottom: 1px solid var(--mainHover);
  border-radius: 0.25rem 0.25rem 0 0;
}
._table_dht8l_32 th,
._table_dht8l_32 td {
  padding: 1rem;
  margin: auto -1rem;
  text-align: center;
}
._table_dht8l_32 caption,
._table_dht8l_32 th:first-of-type,
._table_dht8l_32 td:first-of-type {
  text-align: left;
}
._table_dht8l_32 td:last-of-type {
  text-align: right;
}
._table_dht8l_32 tr:last-of-type th {
  border-radius: 0 0 0 0.25rem;
}
._table_dht8l_32 tr:last-of-type td {
  border-radius: 0 0 0.25rem 0;
}

._paymentReceiptButton_dht8l_68 {
  margin-right: 0;
}

._backBtn_dht8l_72 {
  margin: var(--spacing-lg) 0 var(--spacing-md) 0;
}
