sup {
  vertical-align: 50%;
}

.assurant-h2 {
  display: flex;
  width: 100%;
  padding: 24px;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  border-radius: 8px;
  background: var(--color-layout-background, #fff);
  box-shadow: 0px 1px 3px 1px rgba(48, 57, 82, 0.1);
  color: var(--color-text-header, #13223c);
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

button {
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  background-color: #46196e;
  float: right;
  border-radius: 4px;
}

button a {
  color: white;
}

.footer {
  flex-direction: column;
  padding: 24px 32px;
  background: black;
}

p.footer-small {
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
  margin-top: 16px;
  margin-bottom: unset;
}

.title-description {
  color: var(--color-text-body, #3d515a);
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  padding-bottom: 24px;
  padding-top: 24px;
}

.sub-description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.title {
  text-align: center;
  padding-top: 40px;
  font-family: Open Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
}

body {
  background: var(--color-layout-selection, #f7fafd);
}

.header {
  background: var(--color-layout-background, #fff);
  box-shadow: 0px 3px 14px 0px rgba(216, 221, 234, 0.75);
  width: 100%;
  padding: 28px 24px;
}

.delete-description {
  color: var(--color-text-body, #3d515a);
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  padding-top: 8px;
}

h3 {
  color: var(--color-text-header, #13223c);
  font-family: Open Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

a {
  text-decoration: none;
  color: #46196e;
}
