.sb-account-section {
  background-color: #fff;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  pointer-events: auto;
  position: relative;
  text-align: left;
  width: 100%;
}

.sb-account-section--with-top-border {
  border-top: .0625rem solid #b3b3b3;
}

.sb-account-section--centre-aligned-content {
  text-align: center;
}

@media (min-width:25rem) {
  .sb-account-section {
    min-height: auto;
    padding: 2rem;
  }
}

.dark .sb-account-section {
  background-color: #000;
}

.light .sb-bbc-blocks {
  fill: #000;
}

.dark .sb-bbc-blocks {
  fill: #fff;
}

.sb-bbc-blocks--x-small {
  height: 1.75rem;
}

.sb-bbc-blocks--small {
  height: 2rem;
}

.sb-bbc-blocks--medium {
  height: 2.25rem;
}

.sb-bbc-blocks--large {
  height: 2.5rem;
}

.sb-bbc-blocks--x-large {
  height: 2.75rem;
}

.sb-bbc-blocks--xx-large {
  height: 3rem;
}

.sb-heading {
  font-weight: 700;
}

.sb-heading--headlineLarge {
  font-family: ReithSans,BBC Reith Sans,Helvetica,Arial,freesans,sans-serif;
  font-size: 2rem;
  line-height: 2.25rem;
}

@media (min-width:37.5rem) {
  .sb-heading--headlineLarge {
    font-size: 2.75rem;
    line-height: 3rem;
  }
}

.sb-heading--headlineSmall {
  font-size: 1.5rem;
  line-height: 1.75rem;
}

@media (min-width:37.5rem) {
  .sb-heading--headlineSmall {
    font-size: 2rem;
    line-height: 2.25rem;
  }
}

.sb-heading--sectionHeading {
  font-size: 1.125rem;
  line-height: 1.375rem;
}

@media (min-width:37.5rem) {
  .sb-heading--sectionHeading {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

.sb-heading--indexHeadlineLarge {
  font-size: 1.5rem;
  line-height: 1.75rem;
}

@media (min-width:37.5rem) {
  .sb-heading--indexHeadlineLarge {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}

.sb-heading--indexHeadlineMedium {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

@media (min-width:37.5rem) {
  .sb-heading--indexHeadlineMedium {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}

.sb-heading--indexHeadlineSmall {
  font-size: 1rem;
  line-height: 1.25rem;
}

@media (min-width:37.5rem) {
  .sb-heading--indexHeadlineSmall {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}

.sb-heading--bodyCopy {
  font-size: 1rem;
  line-height: 1.375rem;
}

.sb-heading--description {
  font-size: .875rem;
  line-height: 1.125rem;
}

.sb-heading--metaData {
  font-size: .8125rem;
  line-height: 1rem;
}

.sb-heading--labels {
  font-size: .75rem;
  line-height: 1rem;
}

.sb-account-logo-wrapper {
  margin: 1.5rem 0 2.5rem;
}

.sb-account-service-identifier-wrapper {
  margin-top: 2.5rem;
}

.sb-account-content-container {
  margin-top: 2rem;
  text-align: left;
}

@media (min-width:25rem) {
  .sb-account-logo-wrapper {
    margin-top: .5rem;
  }
}

.sb-button {
  background-color: #0078ff;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  hyphens: auto;
  line-height: 1.25rem;
  outline-color: #0078ff;
  overflow-wrap: break-word;
  padding: 1rem;
  text-align: center;
  text-decoration: none;
  user-select: none;
}

@media (min-width:37.5rem) {
  .sb-button {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}

.sb-button:focus,.sb-button:hover {
  background-color: #0064e6;
  box-shadow: 0 0 0 .25rem #0064e6;
  outline: none;
}

.sb-button:focus {
  box-shadow: 0 0 0 .25rem #0064e6,0 0 0 .375rem #fff,0 0 0 .5rem #000;
}

.sb-button:focus:not(:focus-visible) {
  box-shadow: none;
}

.sb-button:disabled {
  opacity: .3;
}

.sb-button--icon-wrapper {
  align-items: center;
  display: flex;
}

.sb-button--full-width {
  width: 100%;
}

.sb-button--secondary {
  box-sizing: border-box;
  color: #0078ff;
  text-decoration-skip-ink: none;
}

.sb-button--secondary,.sb-button--secondary:focus,.sb-button--secondary:hover {
  background-color: #fff;
  box-shadow: 0 1px 8px 0 rgba(0,0,0,.05),0 0 0 1px rgba(0,28,61,.05),0 10px 20px 0 rgba(0,0,0,.05);
}

.sb-button--secondary:focus,.sb-button--secondary:hover {
  text-decoration: underline solid #0078ff .125rem;
}

.sb-button--secondary:focus {
  box-shadow: inset 0 0 0 .125rem #000,0 1px 8px 0 rgba(0,0,0,.05),0 0 0 1px rgba(0,28,61,.05),0 10px 20px 0 rgba(0,0,0,.05);
}

.sb-button--secondary:focus:not(:focus-visible) {
  box-shadow: 0 1px 8px 0 rgba(0,0,0,.05),0 0 0 1px rgba(0,28,61,.05),0 10px 20px 0 rgba(0,0,0,.05);
}

.sb-button--secondary .sb-icon {
  fill: #0078ff;
}

.dark .sb-button:focus {
  box-shadow: 0 0 0 .25rem #0064e6,0 0 0 .375rem #000,0 0 0 .5rem #fff;
}

.dark .sb-button--secondary {
  background-color: #2d2d2d;
  box-shadow: 0 0 0 1px hsla(0,0%,100%,.15);
  color: #3092ff;
}

.dark .sb-button--secondary:focus,.dark .sb-button--secondary:hover {
  box-shadow: 0 1px 8px 0 rgba(0,0,0,.05),0 0 0 1px rgba(0,28,61,.05),0 10px 20px 0 rgba(0,0,0,.05);
  text-decoration: underline solid #3092ff .125rem;
}

.dark .sb-button--secondary:focus {
  box-shadow: inset 0 0 0 .125rem #fff,0 0 0 1px hsla(0,0%,100%,.15);
}

.dark .sb-button--secondary:focus:not(:focus-visible) {
  box-shadow: 0 0 0 1px hsla(0,0%,100%,.15);
}

.sb-link-button {
  background-color: #0078ff;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  hyphens: auto;
  line-height: 1.25rem;
  outline-color: #0078ff;
  overflow-wrap: break-word;
  padding: 1rem;
  text-align: center;
  text-decoration: none;
  text-decoration-skip-ink: none;
  text-underline-offset: .25rem;
  user-select: none;
}

@media (min-width:37.5rem) {
  .sb-link-button {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}

.sb-link-button:focus,.sb-link-button:hover {
  background-color: #0064e6;
  box-shadow: 0 0 0 .25rem #0064e6;
  outline: none;
  text-decoration: underline solid #fff .125rem;
}

.sb-link-button:focus {
  box-shadow: 0 0 0 .25rem #0064e6,0 0 0 .375rem #fff,0 0 0 .5rem #000;
}

.sb-link-button:focus:not(:focus-visible) {
  box-shadow: none;
}

.sb-link-button:disabled {
  opacity: .3;
}

.sb-link-button--secondary {
  box-sizing: border-box;
  color: #0078ff;
}

.sb-link-button--secondary,.sb-link-button--secondary:focus,.sb-link-button--secondary:hover {
  background-color: #fff;
  box-shadow: 0 1px 8px 0 rgba(0,0,0,.05),0 0 0 1px rgba(0,28,61,.05),0 10px 20px 0 rgba(0,0,0,.05);
}

.sb-link-button--secondary:focus,.sb-link-button--secondary:hover {
  text-decoration: underline solid #0078ff .125rem;
}

.sb-link-button--secondary:focus {
  box-shadow: inset 0 0 0 .125rem #000,0 1px 8px 0 rgba(0,0,0,.05),0 0 0 1px rgba(0,28,61,.05),0 10px 20px 0 rgba(0,0,0,.05);
}

.sb-link-button--secondary:focus:not(:focus-visible) {
  box-shadow: 0 1px 8px 0 rgba(0,0,0,.05),0 0 0 1px rgba(0,28,61,.05),0 10px 20px 0 rgba(0,0,0,.05);
}

.sb-link-button--full-width {
  width: 100%;
}

.sb-link-button--no-hover-underline:focus,.sb-link-button--no-hover-underline:hover {
  text-decoration: none;
}

.dark .sb-link-button:focus {
  box-shadow: 0 0 0 .25rem #0064e6,0 0 0 .375rem #000,0 0 0 .5rem #fff;
}

.dark .sb-link-button--secondary {
  background-color: #2d2d2d;
  box-shadow: 0 0 0 1px hsla(0,0%,100%,.15);
  color: #3092ff;
}

.dark .sb-link-button--secondary:focus,.dark .sb-link-button--secondary:hover {
  box-shadow: 0 1px 8px 0 rgba(0,0,0,.05),0 0 0 1px rgba(0,28,61,.05),0 10px 20px 0 rgba(0,0,0,.05);
  text-decoration-color: #3092ff;
}

.dark .sb-link-button--secondary:focus {
  box-shadow: inset 0 0 0 .125rem #fff,0 0 0 1px hsla(0,0%,100%,.15);
}

.dark .sb-link-button--secondary:focus:not(:focus-visible) {
  box-shadow: 0 0 0 1px hsla(0,0%,100%,.15);
}

.sb-link {
  text-decoration-line: underline;
  text-decoration-skip-ink: none;
  text-decoration-style: solid;
  text-decoration-thickness: .0625rem;
  text-underline-offset: .25rem;
}

.sb-link:focus,.sb-link:hover {
  outline: none;
  text-decoration-thickness: .125rem;
}

.sb-link:focus {
  box-shadow: 0 0 0 .125rem #fff,0 0 0 .25rem #000;
}

.sb-link:focus:not(:focus-visible) {
  box-shadow: none;
}

.sb-link--primary {
  color: #0078ff;
  font-weight: 700;
  text-decoration-color: #0078ff;
}

.sb-link--secondary {
  color: #000;
  font-weight: 400;
  text-decoration-color: #000;
}

.dark .sb-link:focus {
  box-shadow: 0 0 0 .125rem #000,0 0 0 .25rem #fff;
}

.dark .sb-link--primary {
  color: #3092ff;
  text-decoration-color: #3092ff;
}

.dark .sb-link--secondary {
  color: #fff;
  text-decoration-color: #fff;
}

.sb-button-inline {
  background-color: transparent;
  border: 0;
  color: #0078ff;
  cursor: pointer;
  font-weight: 700;
  padding: 0;
  text-decoration-color: #0078ff;
  text-decoration-line: underline;
  text-decoration-skip-ink: none;
  text-decoration-style: solid;
  text-decoration-thickness: .0625rem;
  text-underline-offset: .25rem;
  width: auto;
}

.sb-button-inline:focus,.sb-button-inline:hover {
  outline: none;
  text-decoration-thickness: .125rem;
}

.sb-button-inline:focus {
  box-shadow: 0 0 0 .125rem #fff,0 0 0 .25rem #000;
}

.sb-button-inline:focus:not(:focus-visible) {
  box-shadow: none;
}

.sb-button-inline--secondary {
  color: #000;
  font-weight: 400;
  text-decoration-color: #000;
}

.dark .sb-button-inline {
  color: #3092ff;
  text-decoration-color: #3092ff;
}

.dark .sb-button-inline:focus {
  box-shadow: 0 0 0 .125rem #000,0 0 0 .25rem #fff;
}

.dark .sb-button-inline--secondary {
  color: #fff;
  text-decoration-color: #fff;
}

a,address,b,big,body,button,center,code,details,div,em,fieldset,footer,form,h1,h2,h3,h4,h5,h6,header,html,i,iframe,img,label,legend,li,mark,object,ol,p,pre,s,section,small,span,time,u,ul,var {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

details,footer,header,section {
  display: block;
}

button {
  border-radius: 0;
}

body {
  line-height: 1;
}

ol,ul {
  list-style: none;
}

button {
  background: none;
}

input {
  outline: none;
  padding-left: 0;
  padding-right: 0;
}

legend {
  max-width: 100%;
}

button,input,select {
  font-family: inherit;
}

html {
  box-sizing: border-box;
}

*,:after,:before {
  box-sizing: inherit;
}

body {
  font-family: ReithSans,BBC Reith Sans,Helvetica,Arial,freesans,sans-serif;
}

.sb-icon {
  fill: #fff;
  height: 1.5rem;
  width: 1.5rem;
}

.sb-icon--left {
  margin-right: .5rem;
}

.sb-icon--right {
  margin-left: .5rem;
}

.sb-flex-container {
  display: flex;
  justify-content: space-around;
}

.sb-flex-container>:not(:first-child) {
  margin-left: 1rem;
}
/*# sourceMappingURL=components.min.css.map*/