._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;
}
._wrapper_1fyhb_1 {
  display: flex;
  flex-direction: column;
  background: #f1f2f3;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}

._header_1fyhb_11 {
  height: 230px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  flex-shrink: 0;
  width: 100%;
  padding: var(--spacing-lg);
  align-items: end;
}
._header_1fyhb_11:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.7) 85%);
}
._header_1fyhb_11 ._title_1fyhb_30 {
  color: #fff;
  margin: 0;
  line-height: 1;
}
._header_1fyhb_11 ._logo_1fyhb_35 {
  width: 70px;
  height: 70px;
  border: 3px solid #fff;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1019607843), 0 2px 4px -2px rgba(0, 0, 0, 0.1019607843);
}
._header_1fyhb_11 ._logo_1fyhb_35 img {
  max-width: 90%;
  max-height: 90%;
  width: auto;
  height: auto;
}
._header_1fyhb_11 ._infoWrapper_1fyhb_52 {
  position: relative;
  z-index: 3;
  align-items: end;
  width: 100%;
}
._header_1fyhb_11 ._infoWrapper_1fyhb_52 a,
._header_1fyhb_11 ._infoWrapper_1fyhb_52 svg {
  color: var(--gray) !important;
}
._header_1fyhb_11 ._actions_1fyhb_62 {
  position: absolute;
  top: var(--spacing-lg);
  right: var(--spacing-lg);
}
._header_1fyhb_11 ._actions_1fyhb_62 button {
  border: none;
  background: #f1f2f3;
  z-index: 1;
}
._header_1fyhb_11 ._actions_1fyhb_62 button svg {
  fill: var(--main);
}
._header_1fyhb_11 ._actions_1fyhb_62 button:hover {
  background: #e1e2e3 !important;
}
@media (max-width: 960px) {
  ._header_1fyhb_11 ._actions_1fyhb_62 {
    top: var(--spacing-md);
    right: var(--spacing-md);
  }
}

._mainContentWrapper_1fyhb_85 {
  padding: var(--spacing-lg);
}
@media (max-width: 960px) {
  ._mainContentWrapper_1fyhb_85 {
    padding: var(--spacing-md);
  }
}

._contactMethods_1fyhb_94 {
  padding: var(--spacing-md) 0;
}
._contactMethods_1fyhb_94 ._infoItem_1fyhb_97 {
  padding: var(--spacing-sm);
  height: auto;
}

._eventList_1fyhb_102 {
  border: 1px solid var(--border);
  border-radius: 6px;
  padding-left: var(--spacing-lg);
  padding-top: var(--spacing-md);
  padding-bottom: var(--spacing-lg);
  margin: 0 auto;
}

._tabbedContentWrapper_1fyhb_111 {
  background: #fff;
  flex-grow: 1;
  padding: var(--spacing-lg);
}
@media (max-width: 960px) {
  ._tabbedContentWrapper_1fyhb_111 {
    padding: var(--spacing-md);
  }
}
