.container {
  width: 100%;
  background: white;
  font-size: 15px;
  color: #333333;
  overflow-y: auto;
}

.title {
  font-size: 20px;
  font-weight: bold;
  margin: 20px;
  padding: 10px;
  border-bottom: solid #aaaaaa 1px;
}

.center {
  text-align: center;
}

a {
  text-decoration: none;
}

.button {
  display: flex;
  align-items: center;
  border: solid #A31039 1px;
  border-radius: 5px;
  margin: 12px 24px;
}

.button-text {
  margin-left: 20px;
  align-self: center;
}

.button-title {
  font-size: 17px;
  font-weight: bold;
  color: #A31039;
  margin: 0;
}

.button-description {
  color: #333333;
  font-size: 13px;
  margin: 0;
}

.button-icon {
  margin-left: auto;
}

summary {
  display: block;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

.details-outer {
  margin: 30px 24px;
}

.accordion-icon {
  margin-left: auto;
}

.details-inner[open] .accordion-icon {
  transform: rotate(180deg);
}

.faq-group {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  color: #A31039;
  padding: 10px;
  border: solid #A31039 1px;
  border-radius: calc(infinity * 1px);
}

.details-inner {
  margin: 12px 0;
  border-bottom: solid #F0F1F2 1px;
}

.question {
  display: flex;
  align-items: center;
  min-height: 60px;
}

.question p {
  font-weight: bold;
  margin: 12px 8px;
}

.answer {
  background: #F0F1F2;
  padding: 20px;
}

.answer .bold {
  font-weight: bold;
}

.footer {
  margin-top: 40px;
}

.small {
  text-align: center;
  font-size: 12px;
}
