.selector__ThEeI {
  display: block;
  margin-top: 0.625rem;
  width: 100%;
}

.heading__DeS4H {
  font-family: var(--default-font-family), sans-serif;
  font-weight: normal;
  padding: 0;
}

.cardList__dYQDZ {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr;
  margin-top: 1.25rem;
  max-width: 37.5rem;
}

@media screen and (max-width: 360px) {
  .cardList__dYQDZ {
    grid-auto-rows: 1fr;
    grid-template-columns: 1fr;
  }
}

.list__1BkqS {
  line-height: 1.375rem;
  list-style: disc;
  padding: 0.625rem 0 0 1.5rem;
}

  .list__1BkqS li {
    font-size: 0.875rem;
    font-weight: 200;
  }

.heading__ndG7C {
  margin-bottom: 1.5rem;
}

.contentWrapper__TwNv2 {
  border-bottom: 0.0625rem solid var(--light-gray);
  margin-bottom: 1.25rem;
  padding-bottom: 1.5rem;
}

.heading__RJINM {
  margin-bottom: 1.5rem;
}

.templateSelector__XRzTP, .distributionTypeSelector__hDPg7 {
  display: inline-block;
  margin-bottom: 0.625rem;
  width: 100%;
}

.templateSelector__XRzTP {
  border-bottom: 0.0625rem solid var(--light-gray);
  padding-bottom: 2.5rem;
}

.distributionTypeSelector__hDPg7 + .templateSelector__XRzTP {
  margin-top: 1.875rem;
}

.heading__Qkgk5 {
  font-family: var(--default-font-family);
  font-weight: normal;
  line-height: 1.625rem;
  padding: 0;
}

.optionCards__Hd3sS {
  display: inline-grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(7.5rem, 17.5rem));
  margin-top: 1.25rem;
  padding-right: 12.5rem;
}

div.alert__Gf2Lt {
  font-size: 1rem;
  font-weight: 200;
  margin-top: 1.875rem;
  max-width: 62.5rem;
}

.alertInnerList__oy1eh {
  margin-top: 0.25rem;
  padding-left: 1rem;
}

.alertInnerList__oy1eh li {
    font-size: inherit;
    line-height: 1.375rem;
    position: relative;
  }

.alertInnerList__oy1eh li::before {
      content: "·";
      font-size: 1.875rem;
      left: -0.75rem;
      margin-right: 0.625rem;
      position: absolute;
      top: -0.0625rem;
    }

.headingContent__cazcE {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}

.headingContent__cazcE small {
    font-family: var(--default-font-family), sans-serif;
    font-size: 1.125rem;
    height: 1.25rem;
    line-height: 1.25rem;
    padding-top: 0.1875rem;
  }

.headingContent__cazcE a {
    align-self: auto;
    font-size: 0.875rem;
    margin-left: 0.625rem;
    margin-top: 0.25rem;
  }

@media screen and (max-width: 1366px) {
  .optionCards__Hd3sS {
    padding-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .optionCards__Hd3sS {
    grid-template-columns: repeat(3, minmax(7.5rem, 15rem));
  }
}

@media screen and (max-width: 480px) {
  .optionCards__Hd3sS {
    grid-template-columns: repeat(2, minmax(7.5rem, 12.5rem));
  }
    .headingContent__cazcE small {
      width: 100%;
    }

    .headingContent__cazcE a {
      margin-left: 0;
    }
}

.heading__a5GnL {
  gap: 0.625rem;
  margin-bottom: 1.5rem;
  padding-bottom: 0.3125rem;
}

.continueButton__EOmEq {
  margin-top: 1.875rem;
}

.uploadDetail__uVne9 {
  align-items: center;
  display: flex;
}

  .uploadDetail__uVne9 a {
    align-self: center;
    font-size: 0.875rem;
    margin-right: 0.375rem;
  }

  .uploadDetail__uVne9 svg {
    font-size: 0.875rem;
  }

.description__hgE_z {
  line-height: 1.25rem;
  margin-bottom: 0.75rem;
}

.learnMoreLink__PHUkQ {
  color: var(--darker-gray);
  margin-left: 0.25rem;
}

label.inputLabel__cMuFq {
  gap: 0.25rem;
}

.input__cKmkf {
  margin-bottom: 0.5rem;
  width: 20rem;
}

.agreeButton__T_nVs {
  align-self: flex-start;
  margin-top: 0.75rem;
}

@media screen and (max-width: 768px) {
  .input__cKmkf {
    width: auto;
  }
}

.wrapper__EvCJo {
  border-bottom: 0.0625rem solid var(--lighter-gray);
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
}

.headingWrapper__zQQ5O {
  align-items: center;
  display: flex;
  gap: 0.375rem;
  margin-bottom: 0.125rem;
}

.headingWrapper__zQQ5O h3 {
    font-family: var(--default-bold-font-family);
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.25rem;
  }

.headingWrapper__zQQ5O svg {
    color: var(--blue);
  }

.body__STt62 {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  padding-left: 1.25rem;
}

.body__STt62 small {
    font-family: var(--default-font-family);
    font-size: 0.875rem;
    font-weight: 200;
    line-height: 1rem;
    max-width: 37.5rem;
  }

.downloadButton__gPqha {
  align-self: flex-start;
  color: var(--dark-blue);
  font-size: 1rem;
  margin: 0.375rem 0 0.75rem;
}

label.inputLabel__eu7M4 {
  gap: 0.25rem;
}

.input__R86B8 {
  margin-bottom: 0.5rem;
  width: 20rem;
}

@media screen and (max-width: 768px) {
  .input__R86B8 {
    width: auto;
  }
}

.content__XsTln {
  line-height: 1.25rem;
  max-width: 100%;
}

  .content__XsTln p {
    font-size: 1rem;
    max-width: 37.5rem;
  }

.textarea__Cf4ag {
  margin-top: 0.75rem;
  max-width: 36.25rem;
  width: 100%;
}

.optOutText__txT0v {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-top: 0.625rem;
  max-width: 27.5rem;
}

  .optOutText__txT0v button {
    vertical-align: baseline;
  }

.checkboxGroup__pXmz1 {
  box-sizing: border-box;
  display: grid;
  font-size: var(--default-font-size);
  gap: 1rem 1.875rem;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 4.375rem;
  margin-top: 0.75rem;
  max-width: 75rem;
  padding-left: 0.625rem;
}

  .checkboxGroup__pXmz1 label {
    flex-wrap: nowrap;
  }

@media screen and (max-width: 900px) {
  .checkboxGroup__pXmz1 {
    display: flex;
    flex-direction: column;
    max-width: 56.25rem;
    width: 100%;
  }
}

.sectionHeading__Dtr9e {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 1.125rem;
  margin-top: 1.25rem;
}

nav.breadcrumbs__rXXF8 {
  margin-bottom: 1.25rem;
}

  nav.breadcrumbs__rXXF8 li:first-child a {
    font-size: 1.125rem;
  }

  nav.breadcrumbs__rXXF8 li span {
    color: var(--darkest-gray);
  }

  nav.breadcrumbs__rXXF8 li.MuiBreadcrumbs-separator {
    font-size: 0.875rem;
  }

.pageHeading___ne1t {
  margin-bottom: 1.25rem;
}

