@charset "UTF-8";


.registration-transfer table{
  width:auto;
}

@media screen and (max-width: 1024px) {
  .registration-transfer table {
      min-width: 28.75rem;
      font-size: 1rem;
  }
}

.registration-transfer .flow li div:first-child{
  width:8rem !important;
}

.registration-transfer .flow .flow-description{
  flex: 1;
}

.registration-transfer .flow .flow-description ul{
    padding-left: 1rem;
    margin-left: 1rem;
    list-style: disc;
    list-style-position: outside;
}

.p-faq{
  margin-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  .p-faq{
    margin-bottom: 60px;
  }
}

.registration-transfer .p-faq__item {
  display: flex;
  flex-direction: column;
  margin-bottom: .625rem;
  overflow: hidden;
}



.registration-transfer .p-faq__question{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .625rem 1.25rem;
}

.registration-transfer .p-faq__question:hover,
.registration-transfer .p-faq__question:focus-visible {
  cursor: pointer;
}

.registration-transfer .p-question__body {
  justify-self: start;
  flex-grow: 1;
  padding-left: 1.25rem;
}

.registration-transfer .p-faq__answer {
  line-height: 1.6;
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.5s ease,
    padding 0.5s ease;
}

.registration-transfer .p-answer__inner{
  display: flex;
  align-items: flex-start;
  background-color: #fff;
  padding: 1.25rem;
}

.registration-transfer .p-answer__description{
  padding-left: 1.25rem;
}

.registration-transfer .p-faq__toggle:checked + .p-faq__question + .p-faq__answer {
  max-height: 18.75rem;
  padding: 0 1em 1em 1em;
}

@media screen and (max-width: 400px) {
  .registration-transfer .p-faq__toggle:checked + .p-faq__question + .p-faq__answer {
    max-height: 50rem;
  }
}

.registration-transfer .p-faq__icon {
  --length: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
  width: var(--length);
  height: var(--length);
}

.registration-transfer .p-faq__icon.-answer {
    background-color: #fff;
    border: 1px solid #005499;
    display: :flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.registration-transfer .p-faq__indicator {
  font-size: 2rem;
  transition: transform 0.3s ease-in-out;
}

.registration-transfer .p-faq__toggle:checked + .p-faq__question .p-faq__indicator {
  transform: rotate(45deg);
}

.registration-transfer .p-faq__toggle {
  display: none;
}

.registration-transfer .rte ol li::marker {
    color: #000;
}

.registration-transfer .u-uppercase{
  text-transform: uppercase;
}
