@keyframes load-notice {
  0% {
    max-height: 0;
  }
  to {
    max-height: 200px;
  }
}
.n-notification {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
.n-notification__item {
  animation: load-notice 0.2s forwards;
  background-color: rgba(255, 241, 229, 0.95);
  border-bottom: 3px solid #33302e;
  box-sizing: border-box;
  color: #33302e;
  margin: 0;
  overflow: hidden;
  padding: 14px 0;
  position: relative;
}
.n-notification__content-wrapper {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  text-align: center;
  width: 100%;
}
.n-notification__title {
  font-weight: 700;
  padding-right: 10px;
}
.n-notification__content,
.n-notification__title {
  display: inline-block;
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin: 0;
}
.n-notification__content b,
.n-notification__content strong {
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
}
.n-notification__content a {
  border-bottom-color: #33302e;
  color: #33302e;
}
.n-notification--error {
  background-color: #fad9ce;
  color: #b30000;
}
.n-notification--error .n-notification__content a {
  color: #fff;
}
.n-notification--error .n-notification__close {
  background-image: url(assets/0ae47f2fb5bd6ec4.svg);
  height: 40px;
  width: 40px;
}
@media screen and (-ms-high-contrast: active) {
  .n-notification--error .n-notification__close {
    background-image: url(assets/3f61c03e949f4469.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .n-notification--error .n-notification__close {
    background-image: url(assets/61682e325089abd1.svg);
  }
}
.n-notification--success {
  background-color: #ccdfc7;
  color: #00572c;
}
.n-notification--success .n-notification__content a {
  color: #00572c;
}
.n-notification--success .n-notification__close {
  background-image: url(assets/c9e046f29157819b.svg);
  background-position: 50%;
  background-size: 20px;
  border: 0;
  cursor: pointer;
  height: 40px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  text-indent: -999em;
  top: 0;
  width: 40px;
}
@media screen and (-ms-high-contrast: active) {
  .n-notification--success .n-notification__close {
    background-image: url(assets/3f61c03e949f4469.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .n-notification--success .n-notification__close {
    background-image: url(assets/61682e325089abd1.svg);
  }
}
.n-notification__close {
  background-color: transparent;
  background-image: url(assets/d8dfce49c44e380e.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 20px;
  border: 0;
  cursor: pointer;
  display: inline-block;
  height: 40px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  text-indent: -999em;
  top: 0;
  vertical-align: baseline;
  width: 40px;
}
@media screen and (-ms-high-contrast: active) {
  .n-notification__close {
    background-image: url(assets/3f61c03e949f4469.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .n-notification__close {
    background-image: url(assets/61682e325089abd1.svg);
  }
}
.concept-list__title {
  word-break: break-all;
}
.concept-list__title:after {
  border-bottom: 4px solid var(--o3-color-palette-black);
  content: '';
  display: block;
  margin-top: 5px;
  position: absolute;
  width: 60px;
  z-index: 1;
}
.concept-list__list {
  margin: var(--o3-spacing-s) 0 var(--o3-spacing-xl);
  padding: 0;
}
.concept-list__list-item {
  align-items: center;
  color: var(--o3-color-palette-black);
  display: flex;
  font-family: var(--o3-font-family-metric);
  font-size: var(--o3-font-size-metric2-0);
  line-height: var(--o3-font-lineheight-metric2-0);
  list-style: none;
}
.concept-list__concept {
  border: 0;
  color: var(--o3-color-palette-black);
  flex: 2;
  margin: var(--o3-spacing-5xs) var(--o3-spacing-3xs) var(--o3-spacing-5xs) 0;
  text-decoration: none;
  word-break: keep-all;
}
.concept-list__concept:hover {
  color: #45413e;
  color: color-mix(in srgb, var(--o3-color-palette-black) 73%, var(--o3-color-palette-paper));
  text-decoration: underline;
}
.n-myft-follow-button {
  align-items: center;
  appearance: none;
  background-color: transparent;
  border: 1px solid var(--o3-color-palette-claret);
  border-radius: 100px;
  box-sizing: content-box;
  color: var(--o3-color-palette-claret);
  display: block;
  font-family: var(--o3-font-family-metric);
  font-size: var(--o3-font-size-negative-1);
  font-weight: var(--o3-font-weight-semibold);
  justify-content: center;
  line-height: var(--o3-font-lineheight-negative-2);
  margin: 6px 4px 6px 2px;
  max-width: 200px;
  min-height: 28px;
  min-width: 60px;
  outline-offset: 2px;
  overflow: hidden;
  padding: 0 var(--o3-spacing-3xs);
  text-align: left;
  text-decoration: none;
  text-overflow: ellipsis;
  transition:
    border-color,
    background-color 0.5s ease;
  vertical-align: middle;
  white-space: nowrap;
}
.n-myft-follow-button:before {
  background-color: var(--o3-color-palette-claret);
  mask-image: var(--o3-icon-plus);
}
.n-myft-follow-button:before,
.n-myft-follow-button[aria-pressed='true']:before {
  --icon-size: 12px;
  background-size: 25px;
  content: '';
  display: inline-block;
  height: var(--icon-size);
  margin: 0 6px -1px 0;
  mask-repeat: no-repeat;
  mask-size: contain;
  width: var(--icon-size);
}
.n-myft-follow-button[aria-pressed='true']:before {
  background-color: var(--o3-color-palette-white);
  mask-image: var(--o3-icon-tick);
}
.n-myft-follow-button[disabled]:before,
.n-myft-follow-button[disabled]:hover:before {
  mask-image: var(--o3-icon-plus);
}
.n-myft-follow-button[disabled]:before,
.n-myft-follow-button[disabled]:hover:before,
.n-myft-follow-button[disabled]:hover[aria-pressed='true']:before,
.n-myft-follow-button[disabled][aria-pressed='true']:before {
  --icon-size: 12px;
  background-color: rgba(0, 0, 0, 0.502);
  background-size: 25px;
  content: '';
  display: inline-block;
  height: var(--icon-size);
  margin: 0 6px -1px 0;
  mask-repeat: no-repeat;
  mask-size: contain;
  width: var(--icon-size);
}
.n-myft-follow-button[disabled]:hover[aria-pressed='true']:before,
.n-myft-follow-button[disabled][aria-pressed='true']:before {
  mask-image: var(--o3-icon-tick);
}
.n-myft-follow-button[aria-pressed='true'] {
  background-color: var(--o3-color-palette-claret);
  border-color: var(--o3-color-palette-claret);
  color: var(--o3-color-palette-white);
}
.n-myft-follow-button[aria-pressed='true']:focus,
.n-myft-follow-button[aria-pressed='true']:hover {
  background-color: var(--o3-color-palette-claret-50);
  border-color: var(--o3-color-palette-claret-50);
  color: var(--o3-color-palette-white);
}
.n-myft-follow-button:focus,
.n-myft-follow-button:hover {
  background-color: rgba(153, 15, 61, 0.149);
  border-color: var(--o3-color-palette-claret);
  color: var(--o3-color-palette-claret);
}
.n-myft-follow-button[disabled],
.n-myft-follow-button[disabled]:hover {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.502);
  color: rgba(0, 0, 0, 0.502);
  opacity: unset;
}
.n-myft-follow-button--inverse {
  align-items: center;
  appearance: none;
  background-color: transparent;
  border: 1px solid var(--o3-color-palette-white);
  border-radius: 100px;
  box-sizing: content-box;
  color: var(--o3-color-palette-white);
  display: block;
  font-family: var(--o3-font-family-metric);
  font-size: var(--o3-font-size-negative-1);
  font-weight: var(--o3-font-weight-semibold);
  justify-content: center;
  line-height: var(--o3-font-lineheight-negative-2);
  margin: 6px 4px 6px 2px;
  max-width: 200px;
  min-height: 28px;
  min-width: 60px;
  outline-offset: 2px;
  overflow: hidden;
  padding: 0 var(--o3-spacing-3xs);
  text-align: left;
  text-decoration: none;
  text-overflow: ellipsis;
  transition:
    border-color,
    background-color 0.5s ease;
  vertical-align: middle;
  white-space: nowrap;
}
.n-myft-follow-button--inverse:before {
  background-color: var(--o3-color-palette-white);
  mask-image: var(--o3-icon-plus);
}
.n-myft-follow-button--inverse:before,
.n-myft-follow-button--inverse[aria-pressed='true']:before {
  --icon-size: 12px;
  background-size: 25px;
  content: '';
  display: inline-block;
  height: var(--icon-size);
  margin: 0 6px -1px 0;
  mask-repeat: no-repeat;
  mask-size: contain;
  width: var(--icon-size);
}
.n-myft-follow-button--inverse[aria-pressed='true']:before {
  background-color: var(--o3-color-palette-black);
  mask-image: var(--o3-icon-tick);
}
.n-myft-follow-button--inverse[disabled]:before,
.n-myft-follow-button--inverse[disabled]:hover:before {
  --icon-size: 12px;
  background-color: hsla(0, 0%, 100%, 0.498);
  background-size: 25px;
  content: '';
  display: inline-block;
  height: var(--icon-size);
  margin: 0 6px -1px 0;
  mask-image: var(--o3-icon-plus);
  mask-repeat: no-repeat;
  mask-size: contain;
  width: var(--icon-size);
}
.n-myft-follow-button--inverse[disabled]:hover[aria-pressed='true']:before,
.n-myft-follow-button--inverse[disabled][aria-pressed='true']:before {
  --icon-size: 12px;
  background-color: hsla(0, 0%, 100%, 0.498);
  background-size: 25px;
  content: '';
  display: inline-block;
  height: var(--icon-size);
  margin: 0 6px -1px 0;
  mask-image: var(--o3-icon-tick);
  mask-repeat: no-repeat;
  mask-size: contain;
  width: var(--icon-size);
}
.n-myft-follow-button--inverse[aria-pressed='true'] {
  background-color: var(--o3-color-palette-white);
  border-color: var(--o3-color-palette-white);
  color: var(--o3-color-palette-black);
  mix-blend-mode: lighten;
}
.n-myft-follow-button--inverse[aria-pressed='true']:focus,
.n-myft-follow-button--inverse[aria-pressed='true']:hover {
  background-color: hsla(0, 0%, 100%, 0.7);
  background-color: color-mix(in srgb, hsla(0, 0%, 100%, 0.8) 85%, transparent);
  border-color: hsla(0, 0%, 100%, 0.8);
  color: var(--o3-color-palette-black);
  mix-blend-mode: lighten;
}
.n-myft-follow-button--inverse:focus,
.n-myft-follow-button--inverse:hover {
  background-color: hsla(0, 0%, 100%, 0.149);
  border-color: var(--o3-color-palette-white);
  color: var(--o3-color-palette-white);
}
.n-myft-follow-button--inverse[disabled],
.n-myft-follow-button--inverse[disabled]:hover {
  background: transparent;
  border: 1px solid hsla(0, 0%, 100%, 0.498);
  color: hsla(0, 0%, 100%, 0.498);
  opacity: unset;
}
.n-myft-follow-button--opinion {
  align-items: center;
  appearance: none;
  background-color: transparent;
  border: 1px solid var(--o3-color-palette-oxford-40);
  border-radius: 100px;
  box-sizing: content-box;
  color: var(--o3-color-palette-oxford-40);
  display: block;
  font-family: var(--o3-font-family-metric);
  font-size: var(--o3-font-size-negative-1);
  font-weight: var(--o3-font-weight-semibold);
  justify-content: center;
  line-height: var(--o3-font-lineheight-negative-2);
  margin: 6px 4px 6px 2px;
  max-width: 200px;
  min-height: 28px;
  min-width: 60px;
  outline-offset: 2px;
  overflow: hidden;
  padding: 0 var(--o3-spacing-3xs);
  text-align: left;
  text-decoration: none;
  text-overflow: ellipsis;
  transition:
    border-color,
    background-color 0.5s ease;
  vertical-align: middle;
  white-space: nowrap;
}
.n-myft-follow-button--opinion:before {
  background-color: var(--o3-color-palette-oxford-40);
  mask-image: var(--o3-icon-plus);
}
.n-myft-follow-button--opinion:before,
.n-myft-follow-button--opinion[aria-pressed='true']:before {
  --icon-size: 12px;
  background-size: 25px;
  content: '';
  display: inline-block;
  height: var(--icon-size);
  margin: 0 6px -1px 0;
  mask-repeat: no-repeat;
  mask-size: contain;
  width: var(--icon-size);
}
.n-myft-follow-button--opinion[aria-pressed='true']:before {
  background-color: var(--o3-color-palette-white);
  mask-image: var(--o3-icon-tick);
}
.n-myft-follow-button--opinion[disabled]:before,
.n-myft-follow-button--opinion[disabled]:hover:before {
  --icon-size: 12px;
  background-color: rgba(0, 0, 0, 0.502);
  background-size: 25px;
  content: '';
  display: inline-block;
  height: var(--icon-size);
  margin: 0 6px -1px 0;
  mask-image: var(--o3-icon-plus);
  mask-repeat: no-repeat;
  mask-size: contain;
  width: var(--icon-size);
}
.n-myft-follow-button--opinion[disabled]:hover[aria-pressed='true']:before,
.n-myft-follow-button--opinion[disabled][aria-pressed='true']:before {
  --icon-size: 12px;
  background-color: rgba(0, 0, 0, 0.502);
  background-size: 25px;
  content: '';
  display: inline-block;
  height: var(--icon-size);
  margin: 0 6px -1px 0;
  mask-image: var(--o3-icon-tick);
  mask-repeat: no-repeat;
  mask-size: contain;
  width: var(--icon-size);
}
.n-myft-follow-button--opinion[aria-pressed='true'] {
  background-color: var(--o3-color-palette-oxford-40);
  border-color: var(--o3-color-palette-oxford-40);
  color: var(--o3-color-palette-white);
}
.n-myft-follow-button--opinion[aria-pressed='true']:focus,
.n-myft-follow-button--opinion[aria-pressed='true']:hover {
  background-color: var(--o3-color-palette-oxford-30);
  border-color: var(--o3-color-palette-oxford-30);
  color: var(--o3-color-palette-white);
}
.n-myft-follow-button--opinion:focus,
.n-myft-follow-button--opinion:hover {
  background-color: rgba(10, 56, 102, 0.149);
  border-color: var(--o3-color-palette-oxford-40);
  color: var(--o3-color-palette-oxford-40);
}
.n-myft-follow-button--opinion[disabled],
.n-myft-follow-button--opinion[disabled]:hover {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.502);
  color: rgba(0, 0, 0, 0.502);
  opacity: unset;
}
.n-myft-follow-button--monochrome {
  align-items: center;
  appearance: none;
  background-color: transparent;
  border: 1px solid var(--o3-color-palette-white);
  border-radius: 100px;
  box-sizing: content-box;
  color: var(--o3-color-palette-white);
  display: block;
  font-family: var(--o3-font-family-metric);
  font-size: var(--o3-font-size-negative-1);
  font-weight: var(--o3-font-weight-semibold);
  justify-content: center;
  line-height: var(--o3-font-lineheight-negative-2);
  margin: 6px 4px 6px 2px;
  max-width: 200px;
  min-height: 28px;
  min-width: 60px;
  outline-offset: 2px;
  overflow: hidden;
  padding: 0 var(--o3-spacing-3xs);
  text-align: left;
  text-decoration: none;
  text-overflow: ellipsis;
  transition:
    border-color,
    background-color 0.5s ease;
  vertical-align: middle;
  white-space: nowrap;
}
.n-myft-follow-button--monochrome:before {
  background-color: var(--o3-color-palette-white);
  mask-image: var(--o3-icon-plus);
}
.n-myft-follow-button--monochrome:before,
.n-myft-follow-button--monochrome[aria-pressed='true']:before {
  --icon-size: 12px;
  background-size: 25px;
  content: '';
  display: inline-block;
  height: var(--icon-size);
  margin: 0 6px -1px 0;
  mask-repeat: no-repeat;
  mask-size: contain;
  width: var(--icon-size);
}
.n-myft-follow-button--monochrome[aria-pressed='true']:before {
  background-color: var(--o3-color-palette-black);
  mask-image: var(--o3-icon-tick);
}
.n-myft-follow-button--monochrome[disabled]:before,
.n-myft-follow-button--monochrome[disabled]:hover:before {
  --icon-size: 12px;
  background-color: hsla(0, 0%, 100%, 0.498);
  background-size: 25px;
  content: '';
  display: inline-block;
  height: var(--icon-size);
  margin: 0 6px -1px 0;
  mask-image: var(--o3-icon-plus);
  mask-repeat: no-repeat;
  mask-size: contain;
  width: var(--icon-size);
}
.n-myft-follow-button--monochrome[disabled]:hover[aria-pressed='true']:before,
.n-myft-follow-button--monochrome[disabled][aria-pressed='true']:before {
  --icon-size: 12px;
  background-color: hsla(0, 0%, 100%, 0.498);
  background-size: 25px;
  content: '';
  display: inline-block;
  height: var(--icon-size);
  margin: 0 6px -1px 0;
  mask-image: var(--o3-icon-tick);
  mask-repeat: no-repeat;
  mask-size: contain;
  width: var(--icon-size);
}
.n-myft-follow-button--monochrome[aria-pressed='true'] {
  background-color: var(--o3-color-palette-white);
  border-color: var(--o3-color-palette-white);
  color: var(--o3-color-palette-black);
}
.n-myft-follow-button--monochrome[aria-pressed='true']:focus,
.n-myft-follow-button--monochrome[aria-pressed='true']:hover {
  background-color: var(--o3-color-palette-white-80);
  border-color: var(--o3-color-palette-white-80);
  color: var(--o3-color-palette-black);
}
.n-myft-follow-button--monochrome:focus,
.n-myft-follow-button--monochrome:hover {
  background-color: hsla(0, 0%, 100%, 0.149);
  border-color: var(--o3-color-palette-white);
  color: var(--o3-color-palette-white);
}
.n-myft-follow-button--monochrome[disabled],
.n-myft-follow-button--monochrome[disabled]:hover {
  background: transparent;
  border: 1px solid hsla(0, 0%, 100%, 0.498);
  color: hsla(0, 0%, 100%, 0.498);
  opacity: unset;
}
.n-myft-follow-button--inverse-monochrome {
  align-items: center;
  appearance: none;
  background-color: transparent;
  border: 1px solid var(--o3-color-palette-black);
  border-radius: 100px;
  box-sizing: content-box;
  color: var(--o3-color-palette-black);
  display: block;
  font-family: var(--o3-font-family-metric);
  font-size: var(--o3-font-size-negative-1);
  font-weight: var(--o3-font-weight-semibold);
  justify-content: center;
  line-height: var(--o3-font-lineheight-negative-2);
  margin: 6px 4px 6px 2px;
  max-width: 200px;
  min-height: 28px;
  min-width: 60px;
  outline-offset: 2px;
  overflow: hidden;
  padding: 0 var(--o3-spacing-3xs);
  text-align: left;
  text-decoration: none;
  text-overflow: ellipsis;
  transition:
    border-color,
    background-color 0.5s ease;
  vertical-align: middle;
  white-space: nowrap;
}
.n-myft-follow-button--inverse-monochrome:before {
  background-color: var(--o3-color-palette-black);
  mask-image: var(--o3-icon-plus);
}
.n-myft-follow-button--inverse-monochrome:before,
.n-myft-follow-button--inverse-monochrome[aria-pressed='true']:before {
  --icon-size: 12px;
  background-size: 25px;
  content: '';
  display: inline-block;
  height: var(--icon-size);
  margin: 0 6px -1px 0;
  mask-repeat: no-repeat;
  mask-size: contain;
  width: var(--icon-size);
}
.n-myft-follow-button--inverse-monochrome[aria-pressed='true']:before {
  background-color: var(--o3-color-palette-white);
  mask-image: var(--o3-icon-tick);
}
.n-myft-follow-button--inverse-monochrome[disabled]:before,
.n-myft-follow-button--inverse-monochrome[disabled]:hover:before {
  --icon-size: 12px;
  background-color: rgba(var(--o3-color-palette-black), 0.5);
  background-size: 25px;
  content: '';
  display: inline-block;
  height: var(--icon-size);
  margin: 0 6px -1px 0;
  mask-image: var(--o3-icon-plus);
  mask-repeat: no-repeat;
  mask-size: contain;
  width: var(--icon-size);
}
.n-myft-follow-button--inverse-monochrome[disabled]:hover[aria-pressed='true']:before,
.n-myft-follow-button--inverse-monochrome[disabled][aria-pressed='true']:before {
  --icon-size: 12px;
  background-color: rgba(var(--o3-color-palette-black), 0.5);
  background-size: 25px;
  content: '';
  display: inline-block;
  height: var(--icon-size);
  margin: 0 6px -1px 0;
  mask-image: var(--o3-icon-tick);
  mask-repeat: no-repeat;
  mask-size: contain;
  width: var(--icon-size);
}
.n-myft-follow-button--inverse-monochrome[aria-pressed='true'] {
  background-color: var(--o3-color-palette-black);
  border-color: var(--o3-color-palette-black);
  color: var(--o3-color-palette-white);
}
.n-myft-follow-button--inverse-monochrome[aria-pressed='true']:focus,
.n-myft-follow-button--inverse-monochrome[aria-pressed='true']:hover {
  background-color: var(--o3-color-palette-black-80);
  border-color: var(--o3-color-palette-black-80);
  color: var(--o3-color-palette-white);
}
.n-myft-follow-button--inverse-monochrome:focus,
.n-myft-follow-button--inverse-monochrome:hover {
  background-color: rgba(0, 0, 0, 0.149);
  border-color: var(--o3-color-palette-black);
  color: var(--o3-color-palette-black);
}
.n-myft-follow-button--inverse-monochrome[disabled],
.n-myft-follow-button--inverse-monochrome[disabled]:hover {
  background: transparent;
  border: 1px solid rgba(var(--o3-color-palette-black), 0.5);
  color: rgba(var(--o3-color-palette-black), 0.5);
  opacity: unset;
}
.n-myft-follow-button--alphaville {
  align-items: center;
  appearance: none;
  background-color: transparent;
  border: 1px solid var(--o3-color-palette-white);
  border-radius: 100px;
  box-sizing: content-box;
  color: var(--o3-color-palette-white);
  display: block;
  font-family: var(--o3-font-family-metric);
  font-size: var(--o3-font-size-negative-1);
  font-weight: var(--o3-font-weight-semibold);
  justify-content: center;
  line-height: var(--o3-font-lineheight-negative-2);
  margin: 6px 4px 6px 2px;
  max-width: 200px;
  min-height: 28px;
  min-width: 60px;
  outline-offset: 2px;
  overflow: hidden;
  padding: 0 var(--o3-spacing-3xs);
  text-align: left;
  text-decoration: none;
  text-overflow: ellipsis;
  transition:
    border-color,
    background-color 0.5s ease;
  vertical-align: middle;
  white-space: nowrap;
}
.n-myft-follow-button--alphaville:before {
  background-color: var(--o3-color-palette-white);
  mask-image: var(--o3-icon-plus);
}
.n-myft-follow-button--alphaville:before,
.n-myft-follow-button--alphaville[aria-pressed='true']:before {
  --icon-size: 12px;
  background-size: 25px;
  content: '';
  display: inline-block;
  height: var(--icon-size);
  margin: 0 6px -1px 0;
  mask-repeat: no-repeat;
  mask-size: contain;
  width: var(--icon-size);
}
.n-myft-follow-button--alphaville[aria-pressed='true']:before {
  background-color: var(--o3-color-palette-matisse-blue);
  mask-image: var(--o3-icon-tick);
}
.n-myft-follow-button--alphaville[disabled]:before,
.n-myft-follow-button--alphaville[disabled]:hover:before {
  --icon-size: 12px;
  background-color: hsla(0, 0%, 100%, 0.498);
  background-size: 25px;
  content: '';
  display: inline-block;
  height: var(--icon-size);
  margin: 0 6px -1px 0;
  mask-image: var(--o3-icon-plus);
  mask-repeat: no-repeat;
  mask-size: contain;
  width: var(--icon-size);
}
.n-myft-follow-button--alphaville[disabled]:hover[aria-pressed='true']:before,
.n-myft-follow-button--alphaville[disabled][aria-pressed='true']:before {
  --icon-size: 12px;
  background-color: hsla(0, 0%, 100%, 0.498);
  background-size: 25px;
  content: '';
  display: inline-block;
  height: var(--icon-size);
  margin: 0 6px -1px 0;
  mask-image: var(--o3-icon-tick);
  mask-repeat: no-repeat;
  mask-size: contain;
  width: var(--icon-size);
}
.n-myft-follow-button--alphaville[aria-pressed='true'] {
  background-color: var(--o3-color-palette-white);
  border-color: var(--o3-color-palette-white);
  color: var(--o3-color-palette-matisse-blue);
}
.n-myft-follow-button--alphaville[aria-pressed='true']:focus,
.n-myft-follow-button--alphaville[aria-pressed='true']:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
  border-color: hsla(0, 0%, 100%, 0.8);
  color: var(--o3-color-palette-matisse-blue);
}
.n-myft-follow-button--alphaville:focus,
.n-myft-follow-button--alphaville:hover {
  background-color: hsla(0, 0%, 100%, 0.149);
  border-color: var(--o3-color-palette-white);
  color: var(--o3-color-palette-white);
}
.n-myft-follow-button--alphaville[disabled],
.n-myft-follow-button--alphaville[disabled]:hover {
  background: transparent;
  border: 1px solid hsla(0, 0%, 100%, 0.498);
  color: hsla(0, 0%, 100%, 0.498);
  opacity: unset;
}
.myft-ui__logo {
  border: 0;
}
.n-notification {
  z-index: 105;
}
.myft-pin-divider {
  background: var(--o3-color-palette-black-10);
  height: 18px;
  margin: 0 1px;
  width: 1px;
}
.myft-pin-button-wrapper .myft-pin-button {
  --icon-size: 24px;
  background-color: transparent;
  border: 0;
  height: var(--icon-size);
  padding: 0;
  position: relative;
  width: var(--icon-size);
}
.myft-pin-button-wrapper .myft-pin-button:after {
  background-color: var(--o3-color-palette-black-60);
  content: '';
  inset: 0;
  mask-image: var(--o3-icon-pin);
  mask-repeat: no-repeat;
  mask-size: contain;
  position: absolute;
}
.myft-pin-button-wrapper .myft-pin-button:not([disabled]):hover:after,
.myft-pin-button-wrapper .myft-pin-button[aria-pressed='true']:after {
  background-color: var(--o3-color-palette-claret);
  border: 0;
}
.myft-pin-button-wrapper .o-tooltip--myft-pin-button {
  min-width: 200px;
}
.myft-pin-button-wrapper > form {
  display: flex;
}
.myft-pin-button-wrapper.loading {
  position: relative;
}
.myft-pin-button-wrapper.loading form {
  visibility: hidden;
}
.myft-pin-button-wrapper.loading:after {
  animation: lds-dual-ring 1.2s linear infinite;
  border: 3px solid var(--o3-color-palette-black-60);
  border-color: var(--o3-color-palette-black-60) transparent;
  border-radius: 50%;
  content: ' ';
  display: block;
  height: 12px;
  left: 50%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
}
@keyframes lds-dual-ring {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(1turn);
  }
}
.n-myft-ui--instant {
  position: relative;
}
.n-myft-ui--instant .n-myft-ui__button--instant {
  background: transparent;
  border: 0;
  color: var(--o3-color-palette-black-80);
  display: inline-block;
  font-weight: 400;
  padding-left: var(--o3-spacing-4xs);
  padding-right: 36px;
  position: relative;
}
.n-myft-ui--instant .n-myft-ui__button--instant:before {
  --icon-size: 24px;
  background-color: var(--o3-color-palette-teal-40);
  content: '';
  height: var(--icon-size);
  mask-image: var(--o3-icon-mail);
  mask-repeat: no-repeat;
  mask-size: contain;
  position: absolute;
  top: 50%;
  width: var(--icon-size);
}
.n-myft-ui--instant .n-myft-ui__button--instant[aria-pressed='true']:before {
  background-color: var(--o3-color-palette-white);
}
.n-myft-ui--instant .n-myft-ui__button--instant[aria-pressed='true']:hover:before {
  background-color: var(--o3-color-palette-teal-40);
}
.n-myft-ui--instant .n-myft-ui__button--instant:not([disabled]):focus,
.n-myft-ui--instant .n-myft-ui__button--instant:not([disabled]):hover {
  background: transparent;
  color: var(--o3-color-palette-black-80);
}
@media (max-width: 480px) {
  .n-myft-ui--instant .n-myft-ui__button--instant:not([disabled]):focus,
  .n-myft-ui--instant .n-myft-ui__button--instant:not([disabled]):hover {
    color: transparent;
  }
}
.n-myft-ui--instant .n-myft-ui__button--instant[aria-pressed='true'] {
  background: transparent;
  color: var(--o3-color-palette-black-80);
}
@media (max-width: 480px) {
  .n-myft-ui--instant .n-myft-ui__button--instant[aria-pressed='true'] {
    color: transparent;
  }
}
.n-myft-ui--instant .n-myft-ui__button--instant:before {
  background-color: var(--o3-color-palette-black-60);
  left: auto;
  margin-top: calc(var(--o3-spacing-3xs) * -1);
  mask-image: var(--o3-icon-notification-mute);
  right: var(--o3-spacing-4xs);
}
.n-myft-ui--instant .n-myft-ui__button--instant:not([disabled]):hover:before,
.n-myft-ui--instant .n-myft-ui__button--instant[aria-pressed='true']:before {
  background-color: var(--o3-color-palette-claret);
  mask-image: var(--o3-icon-notification);
}
.n-myft-ui--instant--hide-text .n-myft-ui--instant .n-myft-ui__button--instant {
  margin-top: 5px;
  overflow: hidden;
  text-indent: -110px;
  white-space: nowrap;
  width: 20px;
}
@media (max-width: 480px) {
  .n-myft-ui--instant .n-myft-ui__button--instant {
    color: transparent;
    margin-left: -100px;
  }
}
.n-myft-follow-button.n-myft-follow-button--instant-alerts[aria-pressed='true']:before {
  background-color: #d69fb1;
  background-color: color-mix(in srgb, var(--o3-color-palette-white) 60%, var(--o3-color-palette-claret));
  mask-image: var(--o3-icon-notification-mute);
}
.n-myft-follow-button.n-myft-follow-button--instant-alerts--on[aria-pressed='true']:before {
  background-color: var(--o3-color-palette-white);
  mask-image: var(--o3-icon-notification);
}
.n-myft-follow-button.n-myft-follow-button--instant-alerts[aria-pressed='true']:after {
  mask-image: var(--o3-icon-chevron-down);
}
.n-myft-follow-button.n-myft-follow-button--instant-alerts--open[aria-pressed='true']:after,
.n-myft-follow-button.n-myft-follow-button--instant-alerts[aria-pressed='true']:after {
  --icon-size: 12px;
  background-color: var(--o3-color-palette-white);
  content: '';
  display: inline-block;
  height: var(--icon-size);
  margin-left: 8px;
  mask-repeat: no-repeat;
  mask-size: contain;
  position: relative;
  vertical-align: bottom;
  width: var(--icon-size);
}
.n-myft-follow-button.n-myft-follow-button--instant-alerts--open[aria-pressed='true']:after {
  mask-image: var(--o3-icon-chevron-up);
}
.n-myft-follow-button--inverse.n-myft-follow-button--instant-alerts[aria-pressed='true']:before {
  background-color: #666;
  background-color: color-mix(in srgb, var(--o3-color-palette-black) 60%, var(--o3-color-palette-white));
  mask-image: var(--o3-icon-notification-mute);
}
.n-myft-follow-button--inverse.n-myft-follow-button--instant-alerts--on[aria-pressed='true']:before {
  background-color: var(--o3-color-palette-black);
  mask-image: var(--o3-icon-notification);
}
.n-myft-follow-button--inverse.n-myft-follow-button--instant-alerts[aria-pressed='true']:after {
  mask-image: var(--o3-icon-chevron-down);
}
.n-myft-follow-button--inverse.n-myft-follow-button--instant-alerts--open[aria-pressed='true']:after,
.n-myft-follow-button--inverse.n-myft-follow-button--instant-alerts[aria-pressed='true']:after {
  --icon-size: 12px;
  background-color: var(--o3-color-palette-black);
  content: '';
  display: inline-block;
  height: var(--icon-size);
  margin-left: 8px;
  mask-repeat: no-repeat;
  mask-size: contain;
  position: relative;
  vertical-align: bottom;
  width: var(--icon-size);
}
.n-myft-follow-button--inverse.n-myft-follow-button--instant-alerts--open[aria-pressed='true']:after {
  mask-image: var(--o3-icon-chevron-up);
}
.n-myft-follow-button--opinion.n-myft-follow-button--instant-alerts[aria-pressed='true']:before {
  background-color: #9dafc2;
  background-color: color-mix(in srgb, var(--o3-color-palette-white) 60%, var(--o3-color-palette-oxford-40));
  mask-image: var(--o3-icon-notification-mute);
}
.n-myft-follow-button--opinion.n-myft-follow-button--instant-alerts--on[aria-pressed='true']:before {
  background-color: var(--o3-color-palette-white);
  mask-image: var(--o3-icon-notification);
}
.n-myft-follow-button--opinion.n-myft-follow-button--instant-alerts[aria-pressed='true']:after {
  mask-image: var(--o3-icon-chevron-down);
}
.n-myft-follow-button--opinion.n-myft-follow-button--instant-alerts--open[aria-pressed='true']:after,
.n-myft-follow-button--opinion.n-myft-follow-button--instant-alerts[aria-pressed='true']:after {
  --icon-size: 12px;
  background-color: var(--o3-color-palette-white);
  content: '';
  display: inline-block;
  height: var(--icon-size);
  margin-left: 8px;
  mask-repeat: no-repeat;
  mask-size: contain;
  position: relative;
  vertical-align: bottom;
  width: var(--icon-size);
}
.n-myft-follow-button--opinion.n-myft-follow-button--instant-alerts--open[aria-pressed='true']:after {
  mask-image: var(--o3-icon-chevron-up);
}
.n-myft-follow-button--monochrome.n-myft-follow-button--instant-alerts[aria-pressed='true']:before {
  background-color: #666;
  background-color: color-mix(in srgb, var(--o3-color-palette-black) 60%, var(--o3-color-palette-white));
  mask-image: var(--o3-icon-notification-mute);
}
.n-myft-follow-button--monochrome.n-myft-follow-button--instant-alerts--on[aria-pressed='true']:before {
  background-color: var(--o3-color-palette-black);
  mask-image: var(--o3-icon-notification);
}
.n-myft-follow-button--monochrome.n-myft-follow-button--instant-alerts[aria-pressed='true']:after {
  mask-image: var(--o3-icon-chevron-down);
}
.n-myft-follow-button--monochrome.n-myft-follow-button--instant-alerts--open[aria-pressed='true']:after,
.n-myft-follow-button--monochrome.n-myft-follow-button--instant-alerts[aria-pressed='true']:after {
  --icon-size: 12px;
  background-color: var(--o3-color-palette-black);
  content: '';
  display: inline-block;
  height: var(--icon-size);
  margin-left: 8px;
  mask-repeat: no-repeat;
  mask-size: contain;
  position: relative;
  vertical-align: bottom;
  width: var(--icon-size);
}
.n-myft-follow-button--monochrome.n-myft-follow-button--instant-alerts--open[aria-pressed='true']:after {
  mask-image: var(--o3-icon-chevron-up);
}
.n-myft-follow-button--inverse-monochrome.n-myft-follow-button--instant-alerts[aria-pressed='true']:before {
  background-color: #999;
  background-color: color-mix(in srgb, var(--o3-color-palette-white) 60%, var(--o3-color-palette-black));
  mask-image: var(--o3-icon-notification-mute);
}
.n-myft-follow-button--inverse-monochrome.n-myft-follow-button--instant-alerts--on[aria-pressed='true']:before {
  background-color: var(--o3-color-palette-white);
  mask-image: var(--o3-icon-notification);
}
.n-myft-follow-button--inverse-monochrome.n-myft-follow-button--instant-alerts[aria-pressed='true']:after {
  mask-image: var(--o3-icon-chevron-down);
}
.n-myft-follow-button--inverse-monochrome.n-myft-follow-button--instant-alerts--open[aria-pressed='true']:after,
.n-myft-follow-button--inverse-monochrome.n-myft-follow-button--instant-alerts[aria-pressed='true']:after {
  --icon-size: 12px;
  background-color: var(--o3-color-palette-white);
  content: '';
  display: inline-block;
  height: var(--icon-size);
  margin-left: 8px;
  mask-repeat: no-repeat;
  mask-size: contain;
  position: relative;
  vertical-align: bottom;
  width: var(--icon-size);
}
.n-myft-follow-button--inverse-monochrome.n-myft-follow-button--instant-alerts--open[aria-pressed='true']:after {
  mask-image: var(--o3-icon-chevron-up);
}
.n-myft-follow-button--alphaville.n-myft-follow-button--instant-alerts[aria-pressed='true']:before {
  background-color: #aebcc9;
  background-color: color-mix(
    in srgb,
    var(--o3-color-palette-matisse-blue) 60%,
    var(--o3-color-palette-white)
  );
  mask-image: var(--o3-icon-notification-mute);
}
.n-myft-follow-button--alphaville.n-myft-follow-button--instant-alerts--on[aria-pressed='true']:before {
  background-color: var(--o3-color-palette-matisse-blue);
  mask-image: var(--o3-icon-notification);
}
.n-myft-follow-button--alphaville.n-myft-follow-button--instant-alerts[aria-pressed='true']:after {
  mask-image: var(--o3-icon-chevron-down);
}
.n-myft-follow-button--alphaville.n-myft-follow-button--instant-alerts--open[aria-pressed='true']:after,
.n-myft-follow-button--alphaville.n-myft-follow-button--instant-alerts[aria-pressed='true']:after {
  --icon-size: 12px;
  background-color: var(--o3-color-palette-matisse-blue);
  content: '';
  display: inline-block;
  height: var(--icon-size);
  margin-left: 8px;
  mask-repeat: no-repeat;
  mask-size: contain;
  position: relative;
  vertical-align: bottom;
  width: var(--icon-size);
}
.n-myft-follow-button--alphaville.n-myft-follow-button--instant-alerts--open[aria-pressed='true']:after {
  mask-image: var(--o3-icon-chevron-up);
}
@keyframes o-loading-spinner {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.n-myft-ui__preferences-modal {
  background-color: var(--o3-color-palette-white-80);
  border: 2px solid var(--o3-color-palette-black-5);
  border-radius: 10px;
  color: var(--o3-color-palette-black);
  display: none;
  position: absolute;
  text-transform: none;
  visibility: hidden;
  width: 275px;
  z-index: 9999999;
}
.n-myft-ui__preferences-modal__content {
  margin: 20px 20px 24px;
  position: relative;
}
.n-myft-ui__preferences-modal__checkbox__message {
  font-family: var(--o3-font-family-metric);
  font-size: var(--o3-font-size-metric2-negative-1);
  font-style: normal;
  font-weight: var(--o3-font-weight-semibold);
  line-height: var(--o3-font-lineheight-metric2-negative-1);
}
.n-myft-ui__preferences-modal__text {
  margin-bottom: 0;
}
.n-myft-ui__preferences-modal__remove-button,
.n-myft-ui__preferences-modal__text {
  font-family: var(--o3-font-family-metric);
  font-size: var(--o3-font-size-metric2-negative-2);
  font-style: normal;
  font-weight: var(--o3-font-weight-regular);
  line-height: var(--o3-font-lineheight-metric2-negative-2);
}
.n-myft-ui__preferences-modal__remove-button {
  background-color: var(--o3-color-palette-white-80);
  border: 2px solid var(--o3-color-palette-black-20);
  border-radius: 20px;
  color: var(--o3-color-palette-black-80);
  height: 32px;
  margin-top: 20px;
  width: 100%;
}
.n-myft-ui__preferences-modal__remove-button:not([disabled]):focus,
.n-myft-ui__preferences-modal__remove-button:not([disabled]):hover {
  background-color: #ebc4c3;
  background-color: color-mix(in srgb, var(--o3-color-palette-claret-60) 20%, var(--o3-color-palette-paper));
  border: 2px solid var(--o3-color-palette-claret-60);
  color: var(--o3-color-palette-claret-60);
}
.n-myft-ui__preferences-modal__remove-button:disabled {
  opacity: 0.5;
}
.n-myft-ui__preferences-modal--show {
  display: block;
  visibility: visible;
}
.n-myft-ui__preferences-modal-error {
  background-color: #fad9ce;
  background-color: color-mix(in srgb, var(--o3-color-palette-crimson) 10%, var(--o3-color-palette-paper));
  display: block;
  font-weight: var(--o3-font-weight-regular);
  margin-top: 16px;
  opacity: 1;
  padding: 8px 12px;
  text-align: left;
  transition: opacity 0.5s;
}
.n-myft-ui__preferences-modal-error,
.n-myft-ui__preferences-modal-error a {
  color: #b30000;
  color: color-mix(in srgb, var(--o3-color-palette-black) 12.5%, var(--o3-color-palette-crimson));
  font-family: var(--o3-font-family-metric);
  font-size: var(--o3-font-size-metric2-negative-2);
  font-style: normal;
  line-height: var(--o3-font-lineheight-metric2-negative-2);
}
.n-myft-ui__preferences-modal-error a {
  font-weight: var(--o3-font-weight-semibold);
  text-decoration-color: #b30000;
  text-decoration-color: color-mix(
    in srgb,
    var(--o3-color-palette-black) 12.5%,
    var(--o3-color-palette-crimson)
  );
}
.n-myft-ui__preferences-modal-error:empty {
  margin-top: 0;
  opacity: 0;
  padding: 0;
}
.myft-ui,
.n-myft-ui {
  display: inline-block;
}
@keyframes myft-flash {
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
}
@keyframes myft-flash-white {
  10% {
    filter: brightness(0) invert(1);
  }
  75% {
    filter: brightness(0) invert(1);
  }
}
.experimental-myft-flash .o-header__top-column--right:before {
  animation: myft-flash 1.2s linear;
  background-color: var(--o3-color-palette-teal);
  content: ' ';
  display: block;
  height: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 58px;
}
@media (min-width: 46.25em) {
  .experimental-myft-flash .o-header__top-column--right:before {
    width: 88px;
  }
}
@media (min-width: 61.25em) {
  .experimental-myft-flash .o-header__top-column--right:before {
    width: 100px;
  }
}
.experimental-myft-flash .o-header__top-link--myft:before {
  animation: myft-flash-white 1.2s linear;
}
.myft-ui__button--manage[aria-pressed='true']:before,
.myft-ui__button--myft-manage[aria-pressed='true']:before {
  background-color: var(--o3-color-palette-white);
  content: '';
  display: inline-block;
  height: 24px;
  mask-image: var(--o3-icon-cross);
  mask-repeat: no-repeat;
  mask-size: contain;
  width: 24px;
}
.n-myft-ui--article-saved__list-select {
  margin-bottom: 10px;
}
.o-overlay.o-overlay--myft-lists {
  height: 100%;
  max-width: 640px;
  width: 100%;
}
@media (min-width: 30.625em) {
  .o-overlay.o-overlay--myft-lists {
    height: auto;
  }
}
.myft-list-form__wrapper {
  margin-bottom: 20px;
}
@media (min-width: 46.25em) {
  .myft-list-form__wrapper {
    display: flex;
  }
}
.o-overlay__content .myft-list-form__wrapper {
  margin-bottom: 0;
}
.myft-list-form {
  overflow: hidden;
}
@media (min-width: 46.25em) {
  .myft-list-form {
    flex: 1;
  }
}
.myft-list-form__button {
  float: right;
}
.mypage .myft-list-form__message,
.o-overlay .myft-list-form__message {
  background: var(--o3-color-palette-paper);
  border-radius: 0;
  font-family: var(--o3-font-family-metric);
  font-size: var(--o3-font-size-metric2-0);
  line-height: var(--o3-font-lineheight-metric2-0);
  margin: 3px 0 0;
  padding: 20px;
}
.mypage .myft-list-form__message h3,
.o-overlay .myft-list-form__message h3 {
  font-family: var(--o3-font-family-metric);
  font-size: var(--o3-font-size-metric2-1);
  font-weight: var(--o3-font-weight-semibold);
  line-height: var(--o3-font-lineheight-metric2-1);
  margin: 0 5px 0 0;
}
.mypage .myft-list-form__message p,
.o-overlay .myft-list-form__message p {
  font-family: var(--o3-font-family-metric);
  font-size: var(--o3-font-size-metric2-1);
  line-height: var(--o3-font-lineheight-metric2-1);
  margin: 0;
  padding: var(--o3-spacing-4xs) 0;
}
.mypage .myft-list-form__message h3,
.mypage .myft-list-form__message p,
.o-overlay .myft-list-form__message h3,
.o-overlay .myft-list-form__message p {
  display: inline-block;
  padding: 0;
}
.myft-list-form__message + .myft-list-form__wrapper {
  margin-top: 20px;
}
.o-overlay .myft-list-form__message {
  border-top: 1px solid var(--o3-color-palette-black-20);
  margin: 0 -20px;
}
.o-overlay .myft-list-form__message:first-child {
  border-top: 0;
  margin-top: -20px;
}
.myft-list-form__message--success h3 {
  color: var(--o3-color-palette-teal);
}
.myft-list-form__message--success h3:before {
  background-color: var(--o3-color-palette-teal);
  content: '';
  display: inline-block;
  height: 24px;
  margin-right: 3px;
  mask-image: var(--o3-icon-tick);
  mask-repeat: no-repeat;
  mask-size: contain;
  width: 24px;
}
.myft-list-form-divider {
  margin-bottom: var(--o3-spacing-m);
  padding: var(--o3-spacing-s) 0;
  text-align: center;
}
@media (min-width: 46.25em) {
  .myft-list-form-divider {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0 var(--o3-spacing-4xs);
    position: relative;
  }
}
.myft-list-form-divider:after {
  border-top: 1px solid var(--o3-color-palette-black-20);
  content: '';
  display: block;
  margin-top: -10px;
}
@media (min-width: 46.25em) {
  .myft-list-form-divider:after {
    border-left: 1px solid var(--o3-color-palette-black-20);
    border-top: 0;
    height: 100%;
    margin-top: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
}
.myft-list-form-divider__inner {
  background-color: var(--o3-color-palette-white-60);
  padding: 10px;
}
@media (min-width: 46.25em) {
  .myft-list-form-divider__inner {
    z-index: 10;
  }
}
.o-overlay__content .myft-list-form-divider__inner {
  background-color: var(--o3-color-palette-white);
}
.myft-ui-create-list-content {
  display: flex;
  flex-direction: column;
}
.myft-ui-create-list-content h3 {
  margin: 0;
}
.myft-ui-create-list-buttons {
  text-align: center;
}
.myft-ui-create-list {
  background: var(--o3-color-palette-white);
  border: 1px solid var(--o3-color-palette-black-5);
  border-radius: 10px;
  overflow: hidden;
}
.myft-ui-create-list .o-forms-input__error {
  display: none;
}
.myft-ui-create-list .o-forms-input--invalid :invalid:not(:disabled),
.myft-ui-create-list .o-forms-input--invalid input:not(:disabled),
.myft-ui-create-list .o-forms-input--invalid select:not(:disabled),
.myft-ui-create-list .o-forms-input--invalid textarea:not(:disabled) {
  border-color: #c00;
  color: #c00;
}
.myft-ui-create-list .o-forms-input--invalid :invalid:not(:disabled) + .o-forms-input__label:after,
.myft-ui-create-list .o-forms-input--invalid :invalid:not(:disabled) + .o-forms-input__label:before,
.myft-ui-create-list .o-forms-input--invalid input:not(:disabled) + .o-forms-input__label:after,
.myft-ui-create-list .o-forms-input--invalid input:not(:disabled) + .o-forms-input__label:before,
.myft-ui-create-list .o-forms-input--invalid select:not(:disabled) + .o-forms-input__label:after,
.myft-ui-create-list .o-forms-input--invalid select:not(:disabled) + .o-forms-input__label:before,
.myft-ui-create-list .o-forms-input--invalid textarea:not(:disabled) + .o-forms-input__label:after,
.myft-ui-create-list .o-forms-input--invalid textarea:not(:disabled) + .o-forms-input__label:before {
  border-color: #c00;
}
.myft-ui-create-list .o-forms-input--invalid .o-forms-input__error {
  color: #c00;
  display: block;
  margin-bottom: -28px;
  margin-top: 4px;
  position: relative;
}
.myft-ui-create-list .o-forms-field,
.myft-ui-create-list .o-forms-input,
.myft-ui-create-list .o-forms-input--invalid .o-forms-input__error,
.myft-ui-create-list .o-forms-title {
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.myft-ui-create-list .o-forms-field {
  color: #33302e;
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
  position: relative;
}
.myft-ui-create-list .o-forms-field label {
  display: block;
  margin: 0 0 12px;
  position: relative;
}
.myft-ui-create-list .o-forms-field label:last-of-type {
  margin-bottom: 0;
}
.myft-ui-create-list .o-forms-field--optional .o-forms-title__main:after {
  color: #807973;
  content: 'Optional';
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin-left: 0.75rem;
}
.myft-ui-create-list .o-forms-title__main {
  display: block;
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
}
.myft-ui-create-list .o-forms-input__label__main {
  display: block;
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.myft-ui-create-list .o-forms-input__label__prompt,
.myft-ui-create-list .o-forms-title__prompt {
  color: #33302e;
  display: block;
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.myft-ui-create-list .o-forms-input__label__main + .o-forms-input__label__prompt {
  margin-top: 4px;
}
.myft-ui-create-list .o-forms-input {
  margin-top: 12px;
}
.myft-ui-create-list .o-forms-input input {
  appearance: none;
  border-radius: 0;
}
.myft-ui-create-list .o-forms-input--checkbox input[type='checkbox'] {
  cursor: pointer;
  height: 24px;
  opacity: 0;
  padding: 0;
  position: absolute;
  width: 24px;
  z-index: 1;
}
.myft-ui-create-list .o-forms-input--checkbox input[type='checkbox']:checked ~ .o-forms-input__label:after {
  opacity: 1;
}
.myft-ui-create-list .o-forms-input--checkbox input[type='checkbox']:focus {
  box-shadow: unset;
  outline: unset;
}
.myft-ui-create-list .o-forms-input--checkbox input[type='checkbox']:focus + .o-forms-input__label:before {
  box-shadow:
    0 0 0 4px #fff,
    0 0 0 8px #4d4845;
}
@supports selector(:focus-visible) {
  .myft-ui-create-list .o-forms-input--checkbox input[type='checkbox']:focus + .o-forms-input__label:before {
    box-shadow: unset;
    outline: unset;
  }
  .myft-ui-create-list
    .o-forms-input--checkbox
    input[type='checkbox']:focus-visible
    + .o-forms-input__label:before {
    box-shadow:
      0 0 0 4px #fff,
      0 0 0 8px #4d4845;
  }
}
.myft-ui-create-list
  .o-forms-input--checkbox
  input[type='checkbox']:indeterminate
  + .o-forms-input__label:after {
  background-color: transparent;
  background-color: #0d7680;
  background-image: url(assets/82b977a32948c827.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 24px;
  opacity: 1;
  vertical-align: baseline;
  width: 24px;
}
@media screen and (-ms-high-contrast: active) {
  .myft-ui-create-list
    .o-forms-input--checkbox
    input[type='checkbox']:indeterminate
    + .o-forms-input__label:after {
    background-image: url(assets/3e385832e90aeec6.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .myft-ui-create-list
    .o-forms-input--checkbox
    input[type='checkbox']:indeterminate
    + .o-forms-input__label:after {
    background-image: url(assets/31c95af2bc0ea871.svg);
  }
}
.myft-ui-create-list .o-forms-input--checkbox input[type='checkbox'] ~ .o-forms-input__label {
  display: inline-block;
  padding: 0 0 0 38px;
  vertical-align: top;
}
.myft-ui-create-list .o-forms-input--checkbox input[type='checkbox'] ~ .o-forms-input__label:before {
  background-color: #fff;
  border: 1.5px solid #b3a9a0;
  border-radius: 0.125rem;
  box-sizing: border-box;
  content: '';
  cursor: pointer;
  height: 24px;
  left: 0;
  position: absolute;
  top: 0;
  width: 24px;
}
.myft-ui-create-list .o-forms-input--checkbox input[type='checkbox'] ~ .o-forms-input__label:after {
  background-color: transparent;
  background-color: #0d7680;
  background-image: url(assets/b8096585577bdef6.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0.125rem;
  box-sizing: border-box;
  content: '';
  cursor: pointer;
  display: inline-block;
  height: 24px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.1s ease;
  vertical-align: baseline;
  width: 24px;
}
@media screen and (-ms-high-contrast: active) {
  .myft-ui-create-list .o-forms-input--checkbox input[type='checkbox'] ~ .o-forms-input__label:after {
    background-image: url(assets/7d8c9951c9c7b9ed.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .myft-ui-create-list .o-forms-input--checkbox input[type='checkbox'] ~ .o-forms-input__label:after {
    background-image: url(assets/997dd3bce251eaac.svg);
  }
}
.myft-ui-create-list
  .o-forms-input--checkbox
  input[type='checkbox']
  ~ .o-forms-input__label
  + .o-forms-input__label {
  padding-top: 12px;
}
.myft-ui-create-list .o-forms-input--text input {
  background-color: #fff;
  border: 1.5px solid #b3a9a0;
  border-radius: 0.125rem;
  box-sizing: border-box;
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
  min-height: 44px;
  padding: 0.5rem 1rem;
  width: 100%;
}
.myft-ui-create-list .o-forms-input--toggle > label {
  display: flex;
}
.myft-ui-create-list .o-forms-input--toggle .o-forms-input__label {
  align-items: center;
  display: inline-flex;
  flex-wrap: wrap;
  min-height: 24px;
  padding-left: 48px;
  position: relative;
}
.myft-ui-create-list .o-forms-input--toggle .o-forms-input__label:after,
.myft-ui-create-list .o-forms-input--toggle .o-forms-input__label:before {
  content: '';
  cursor: pointer;
  left: 0;
  position: absolute;
  top: 0;
}
.myft-ui-create-list .o-forms-input--toggle .o-forms-input__label:before {
  background-color: #000;
  border-radius: 40px;
  height: 24px;
  width: 40px;
}
.myft-ui-create-list .o-forms-input--toggle .o-forms-input__label:after {
  background-color: transparent;
  background-color: #fff1e5;
  background-color: var(--o-forms-toggle-handle-color, #fff1e5);
  background-image: url(assets/d8dfce49c44e380e.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 2px solid #33302e;
  border-radius: 50%;
  box-sizing: border-box;
  display: inline-block;
  height: 24px;
  transition: left 75ms ease-in-out;
  vertical-align: baseline;
  width: 24px;
}
@media screen and (-ms-high-contrast: active) {
  .myft-ui-create-list .o-forms-input--toggle .o-forms-input__label:after {
    background-image: url(assets/3f61c03e949f4469.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .myft-ui-create-list .o-forms-input--toggle .o-forms-input__label:after {
    background-image: url(assets/61682e325089abd1.svg);
  }
}
.myft-ui-create-list .o-forms-input--toggle input[type='checkbox']:checked + .o-forms-input__label:before {
  background-color: #0d7680;
}
.myft-ui-create-list .o-forms-input--toggle input[type='checkbox']:checked + .o-forms-input__label:after {
  background-image: url(assets/92f9d767881c4404.svg);
  border-color: #0d7680;
  left: 16px;
}
@media screen and (-ms-high-contrast: active) {
  .myft-ui-create-list .o-forms-input--toggle input[type='checkbox']:checked + .o-forms-input__label:after {
    background-image: url(assets/7d8c9951c9c7b9ed.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .myft-ui-create-list .o-forms-input--toggle input[type='checkbox']:checked + .o-forms-input__label:after {
    background-image: url(assets/997dd3bce251eaac.svg);
  }
}
.myft-ui-create-list
  .o-forms-input--toggle
  input[type='checkbox']:invalid:not(:disabled)
  + .o-forms-input__label:after {
  border-color: inherit;
}
.myft-ui-create-list .o-forms-input--toggle input[type='checkbox']:focus,
.myft-ui-create-list .o-forms-input--toggle input[type='checkbox']:focus-visible {
  box-shadow: unset;
  outline: unset;
}
.myft-ui-create-list .o-forms-input--toggle input[type='checkbox']:focus {
  box-shadow: unset;
  outline: unset;
}
.myft-ui-create-list .o-forms-input--toggle input[type='checkbox']:focus + .o-forms-input__label:before {
  box-shadow:
    0 0 0 4px #fff,
    0 0 0 8px #4d4845;
}
@supports selector(:focus-visible) {
  .myft-ui-create-list .o-forms-input--toggle input[type='checkbox']:focus + .o-forms-input__label:before {
    box-shadow: unset;
    outline: unset;
  }
  .myft-ui-create-list
    .o-forms-input--toggle
    input[type='checkbox']:focus-visible
    + .o-forms-input__label:before {
    box-shadow:
      0 0 0 4px #fff,
      0 0 0 8px #4d4845;
  }
}
.myft-ui-create-list .o-overlay__heading {
  border-bottom: 1px solid #d4d4d6;
  border-radius: 10px 10px 0 0;
  font-size: var(--o3-font-size-metric2-1);
  line-height: var(--o3-font-lineheight-metric2-1);
}
.myft-ui-create-list .o-overlay__content,
.myft-ui-create-list .o-overlay__heading {
  background: var(--o3-color-palette-white);
  color: var(--o3-color-palette-black-80);
  font-family: var(--o3-font-family-metric);
}
.myft-ui-create-list .o-overlay__content {
  font-size: var(--o3-font-size-metric2-negative-1);
  line-height: var(--o3-font-lineheight-metric2-negative-1);
  padding: 0;
}
.myft-ui-create-list .o-overlay__title {
  margin: 8px 14px 0 8px;
}
.myft-ui-create-list-container {
  display: block;
  left: 50px;
  top: 115.5px;
  width: 340px;
}
.myft-ui-create-list-add {
  background: none;
  border: 0;
  color: var(--o3-color-palette-black-80);
  font-family: var(--o3-font-family-metric);
  font-size: var(--o3-font-size-metric2-0);
  font-weight: var(--o3-font-weight-semibold);
  line-height: var(--o3-font-lineheight-metric2-0);
  padding-left: 0;
}
.myft-ui-create-list-add:hover {
  text-decoration: underline;
}
.myft-ui-create-list-add-collapsed:before {
  --icon-size: 24px;
  background-color: var(--o3-color-palette-black-80);
  content: '';
  display: inline-block;
  height: var(--icon-size);
  margin-left: -8px;
  margin-top: -2px;
  mask-image: var(--o3-icon-plus);
  mask-repeat: no-repeat;
  mask-size: contain;
  vertical-align: middle;
  width: var(--icon-size);
}
.myft-ui-create-list-add-description {
  margin: var(--o3-spacing-5xs) 0;
}
.myft-ui-create-list-heading:before {
  --icon-size: 24px;
  background-color: var(--o3-color-palette-teal);
  content: '';
  display: inline-block;
  height: var(--icon-size);
  margin-top: -2px;
  mask-image: var(--o3-icon-tick);
  mask-repeat: no-repeat;
  mask-size: contain;
  vertical-align: middle;
  width: var(--icon-size);
}
.myft-ui-create-list-footer {
  background: var(--o3-color-palette-white);
  border-top: 1px solid #d4d4d6;
  padding: var(--o3-spacing-2xs);
}
.myft-ui-create-list-icon:before {
  background-color: transparent;
  background-image: url(assets/35a33207e2d4e1e2.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 42px;
  margin-top: -2px;
  vertical-align: middle;
  width: 42px;
}
.myft-ui-create-list-icon-visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.myft-ui-create-list-form {
  display: flex;
  flex-direction: column;
  gap: var(--o3-spacing-2xs);
  padding: 0 var(--o3-spacing-2xs) var(--o3-spacing-3xs);
  width: calc(100% - 32px);
}
.myft-ui-create-list-form > * {
  flex: 1 1 auto;
  margin-bottom: 0;
}
.myft-ui-create-list-form > .o-forms-field {
  margin-bottom: 0;
}
.myft-ui-create-list-form .o-forms-input {
  margin-top: 0;
}
.myft-ui-create-list-form-toggle {
  position: absolute;
}
.myft-ui-create-list-form-toggle-label.o-forms-input__label:after {
  background-color: var(--o3-color-palette-white);
}
.myft-ui-create-list-form-buttons {
  display: flex;
  font-family: var(--o3-font-family-metric);
  font-size: var(--o3-font-size-metric2-1);
  justify-content: flex-end;
  line-height: var(--o3-font-lineheight-metric2-1);
}
.myft-ui-create-list-form-public {
  max-width: 300px;
  padding: 0 3px;
}
.myft-ui-create-list-lists {
  background: var(--o3-color-palette-white);
  font-family: var(--o3-font-family-metric);
  font-size: var(--o3-font-size-metric2-0);
  line-height: var(--o3-font-lineheight-metric2-0);
  padding: var(--o3-spacing-2xs) var(--o3-spacing-2xs) 0;
}
.myft-ui-create-list-lists-text {
  color: var(--o3-color-palette-black-80);
  font-family: var(--o3-font-family-metric);
  font-weight: var(--o3-font-weight-semibold);
  margin-bottom: var(--o3-spacing-3xs);
}
.myft-ui-create-list-lists-container {
  margin-top: 0;
  max-height: 92px;
  overflow-y: auto;
  padding: 4px 2px;
}
@media (min-width: 46.25em) {
  .myft-ui-create-list-lists-container {
    max-height: 126px;
  }
}
.myft-ui-create-list
  .o-forms-input--checkbox
  input[type='checkbox']:not(:checked)
  + .o-forms-input__label:before {
  border-color: var(--o3-color-use-case-body-text);
}
.myft-ui-create-list-label {
  margin-top: 10px;
}
.share-nav.data-overlap-initialised .o-overlay {
  opacity: 0;
  transition: opacity 0.15s ease-in;
  z-index: -1;
}
.share-nav .myft-notification {
  align-items: center;
  background: var(--o3-color-palette-white-80);
  border-radius: 5px;
  box-sizing: border-box;
  display: flex;
  font-family: MetricWeb, sans-serif;
  font-size: 18px;
  justify-content: center;
  position: absolute;
}
.share-nav .share-nav__vertical .myft-notification {
  height: 44px;
  left: 50px;
  top: 175px;
  width: 340px;
}
.share-nav .share-nav__horizontal .myft-notification {
  height: 44px;
  top: -52px;
  width: 340px;
  z-index: 10;
}
.o-labels-indicator,
.o-labels-timestamp,
.o-teaser__timestamp {
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
}
.o-labels-indicator--closed,
.o-labels-indicator--live,
.o-labels-indicator--new,
.o-labels-indicator--updated,
.o-labels-timestamp,
.o-teaser__timestamp--inprogress,
.o-teaser__timestamp--live,
.o-teaser__timestamp.o-teaser__timestamp--closed,
.o-teaser__timestamp.o-teaser__timestamp--live,
.o-teaser__timestamp.o-teaser__timestamp--new,
.o-teaser__timestamp.o-teaser__timestamp--updated {
  color: #66605c;
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  text-transform: uppercase;
}
.o-labels-indicator--live,
.o-labels-indicator--new,
.o-labels-indicator--updated,
.o-teaser__timestamp--inprogress,
.o-teaser__timestamp--live,
.o-teaser__timestamp.o-teaser__timestamp--live,
.o-teaser__timestamp.o-teaser__timestamp--new,
.o-teaser__timestamp.o-teaser__timestamp--updated {
  color: #c00;
}
.o-labels-indicator--closed,
.o-teaser__timestamp.o-teaser__timestamp--closed {
  color: #66605c;
}
.o-labels-indicator--inverse,
.o-labels-timestamp--inverse {
  color: #fff;
}
.o-labels-indicator,
.o-teaser__timestamp {
  display: inline-block;
}
.o-labels-indicator__status:before,
.o-teaser__timestamp-prefix:before {
  background-color: currentcolor;
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: calc(0.5em + 4px);
  margin-bottom: -1px;
  margin-right: 2px;
  min-height: 10px;
  min-width: 10px;
  vertical-align: baseline;
  width: calc(0.5em + 4px);
}
.qanda-container .qanda-block__answer__author {
  display: flex;
  gap: var(--o3-spacing-4xs);
}
.qanda-container .qanda-block__answer__author-headshot {
  background-color: var(--o3-color-palette-wheat);
  border-radius: 50%;
  height: 44px;
  width: 44px;
}
.qanda-container .qanda-block__answer__author-info {
  display: flex;
  flex-direction: column;
}
.qanda-container .qanda-block__answer__author-name a {
  color: var(--o3-color-use-case-body-text);
  text-decoration: none;
}
.qanda-container .live-qa-calendar-container {
  position: relative;
  width: 100%;
}
.qanda-container .live-qa-calendar-button {
  width: 100%;
}
.qanda-container .live-qa-calendar-button.dropdown-visible {
  background-color: var(--o3-button-secondary-mono-active-background, #262a33);
  color: var(--o3-color-palette-white-80, #fffcfa);
}
.qanda-container .live-qa-calendar-list {
  align-items: flex-start;
  background: var(--o3-color-palette-white-80, #fffcfa);
  border-radius: 0 0 2px 2px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  left: 0;
  list-style-type: none;
  margin-top: 0;
  padding: 0 0 8px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1000;
}
.qanda-container .live-qa-calendar-list__item {
  width: 100%;
}
.qanda-container .live-qa-calendar-list__item__link {
  align-items: center;
  align-self: stretch;
  color: var(--Primary-FT-Grey, #333);
  display: flex;
  font-family: var(--o3-type-body-base-font-family);
  font-size: var(--o3-type-body-base-font-size);
  font-weight: var(--o3-type-body-base-font-weight);
  gap: var(--o3-spacing-4xs, 8px);
  height: 44px;
  line-height: var(--o3-type-body-base-line-height);
  padding: 0 var(--o3-spacing-4xs, 8px);
  text-decoration: none;
  width: 100%;
}
.qanda-container .live-qa-calendar-list__item:hover {
  background: var(--o3-color-use-case-link-inverse-text-hover, #d4d4d6);
}
.qanda-container .live-qa-calendar-list__item:active {
  background: #727071;
}
.qanda-container .live-qa-calendar-list__item:active a {
  color: var(--o3-color-palette-white, #fff);
}
.qanda-container .live-qa-calendar-list__item:active .live-qa-calendar-icon {
  filter: invert(1);
}
.qanda-container .live-qa-calendar-list__item:focus {
  background: #c9cacc;
  box-shadow:
    0 0 0 4px #4d4845,
    0 0 0 8px var(--o3-color-palette-white, #fff);
}
.qanda-container .live-qa-calendar-list__item__icon {
  aspect-ratio: 1/1;
  height: 24px;
  padding: 0 var(--o3-spacing-4xs, 8px);
  width: 24px;
}
.qanda-container .live-qa-calendar-list__item__text {
  font-family: Metric\2 VF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}
.qanda-portal.countdown-wrapper {
  align-items: baseline;
  display: flex;
  justify-content: center;
  width: 100%;
}
.qanda-portal.countdown-wrapper .countdown-block {
  align-items: center;
  display: flex;
  padding: var(--o3-spacing-s) 0;
  white-space: nowrap;
  width: 100%;
}
.qanda-portal.countdown-wrapper .countdown-block:after,
.qanda-portal.countdown-wrapper .countdown-block:before {
  background-color: var(--o3-color-palette-black-20, #ccc1b7);
  content: '';
  flex-grow: 1;
  height: 1px;
}
.qanda-portal.countdown-wrapper .countdown-block:before {
  margin-right: 8px;
}
.qanda-portal.countdown-wrapper .countdown-block:after {
  margin-left: 8px;
}
.qanda-portal.countdown-wrapper .countdown {
  margin: 0;
}
:root {
  --floating-action-bar__live-icon-size: 10px;
}
.qanda-container .floating-action-bar__container {
  bottom: 0;
  left: auto;
  position: fixed;
  right: auto;
  width: auto;
  z-index: 7;
}
.qanda-container .floating-action-bar__fade-overlay {
  background: linear-gradient(
    0deg,
    var(--o3-color-palette-paper) 0,
    rgba(255, 241, 229, 0.5) 12%,
    rgba(255, 241, 229, 0) 20%
  );
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 5;
}
.qanda-container .floating-action-bar {
  align-items: center;
  background: var(--o3-color-palette-white-60);
  border-radius: 100px;
  box-shadow:
    0 1px 4px 0 rgba(0, 0, 0, 0.2),
    0 6px 10px 0 rgba(0, 0, 0, 0.15);
  display: flex;
  gap: var(--o3-spacing-2xs);
  height: 48px;
  margin: 0 auto var(--o3-spacing-s);
  max-width: 100%;
  padding: 0 var(--o3-spacing-2xs);
  position: relative;
  width: max-content;
  z-index: 6;
}
.qanda-container .floating-action-bar__live-container {
  background-color: var(--o3-color-palette-crimson);
  border-radius: 2px;
  color: var(--o3-color-palette-white);
  padding: var(--o3-spacing-5xs) var(--o3-spacing-4xs);
}
.qanda-container .floating-action-bar__live-label:before {
  margin-right: var(--o3-spacing-4xs);
}
.qanda-container .floating-action-bar__live-icon {
  animation: _o-labels-live-pulse 1.2s ease-in-out infinite;
  background-color: var(--o3-color-palette-white);
  display: inline-block;
  height: var(--floating-action-bar__live-icon-size);
  margin-right: var(--o3-spacing-5xs);
  mask-repeat: no-repeat;
  mask-size: contain;
  width: var(--floating-action-bar__live-icon-size);
}
.qanda-container .floating-action-bar__buttons {
  display: flex;
  gap: var(--o3-spacing-4xs);
}
.qanda-container .floating-action-bar__buttons button {
  padding: var(--o3-spacing-4xs);
}
.qanda-container .floating-action-bar__updates-counter {
  background-color: var(--o3-color-palette-claret);
  border-radius: 100px;
  box-sizing: content-box;
  color: var(--o3-color-palette-white);
  margin-right: var(--o3-spacing-3xs);
  margin-top: calc(var(--o3-spacing-3xs) * -1);
  min-width: var(--o3-spacing-2xs);
  padding: 2px var(--o3-spacing-5xs);
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.qanda-container .o3-button-icon.o3-button-icon--edit:before {
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'><path fill-rule='evenodd' clip-rule='evenodd' d='M2 4.5625C2 4.25184 2.25184 4 2.5625 4H9.4375C9.74816 4 10 4.25184 10 4.5625V5.5C10 5.81066 9.74816 6 9.4375 6H4V20H18V14.5C18 14.1893 18.1893 13.9375 18.5 13.9375H19.4375C19.7482 13.9375 20 14.1893 20 14.5V21.4375C20 21.7482 19.7482 22 19.4375 22H2.5625C2.25184 22 2 21.7482 2 21.4375V4.5625Z' fill='black'/><path fill-rule='evenodd' clip-rule='evenodd' d='M7.00001 11.5C7.01639 11.4328 7.04922 11.3714 7.09513 11.3224L15.7827 2.97148C15.9253 2.819 16.1564 2.81946 16.2984 2.97252L21.0856 7.72154C21.2271 7.87405 21.2268 8.12048 21.0848 8.27254L12.4879 16.8694C12.4421 16.9185 12.385 16.9535 12.3223 16.9711L6.75835 17.6629C6.48908 17.7381 6.24367 17.4752 6.31392 17.1868L7.00001 11.5ZM11.3344 15.1016C11.397 15.0841 11.4542 15.0491 11.5 15L18.5 8L16 5.49997L8.75109 12.4947C8.70519 12.5438 8.67236 12.6051 8.65598 12.6724L8.50025 15.5L11.3344 15.1016Z' fill='black'/></svg>");
}
:root {
  --embed-form-field__icon-size: 24px;
}
.qanda-portal.embed-form-field__container {
  display: flex;
  flex-direction: column;
  gap: var(--o3-spacing-4xs);
  margin: var(--o3-spacing-s) auto;
  text-align: left;
}
.qanda-portal.embed-form-field__container .embed-form-field__text-input {
  align-items: center;
  background-color: var(--o3-color-palette-white);
  border: 1.5px solid var(--o3-color-palette-black-50);
  border-radius: 2px;
  color: var(--o3-color-use-case-muted-text);
  cursor: pointer;
  display: flex;
  gap: var(--o3-spacing-4xs);
  padding: var(--o3-spacing-4xs);
}
.qanda-portal.embed-form-field__container .embed-form-field__icon {
  background-color: var(--o3-color-palette-wheat);
  border-radius: 50%;
  padding: 10px;
}
.qanda-portal.embed-form-field__container .embed-form-field__icon i {
  background-color: var(--o3-color-palette-black-60);
  display: block;
  height: var(--embed-form-field__icon-size);
  width: var(--embed-form-field__icon-size);
}
.expander__link {
  color: var(--o3-color-, #33302e);
  float: right;
  margin-top: var(--o3-spacing-2xs);
  padding: 0 var(--o3-spacing-5xs, 4px) !important;
}
.expander__link:hover {
  background-color: unset !important;
  border: unset !important;
}
:root {
  --overlay__header-icon-size: 48px;
}
@keyframes QandaOverlaySlideUp {
  0% {
    transform: translateY(100%);
  }
  to {
    transform: translateY(120px);
  }
}
@keyframes QandaOverlaySlideIn {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes QandaOverlayFadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 0.4;
  }
}
.qanda-container .overlay {
  left: 0;
  position: fixed;
  top: var(--safe-area-inset-top, 0);
  visibility: visible;
  z-index: 100;
}
.qanda-container .overlay__outer {
  animation: QandaOverlayFadeIn 0.3s ease forwards;
  background: var(--o3-color-palette-black-90);
  bottom: 0;
  left: 0;
  margin-top: calc(var(--safe-area-inset-top, 0px) / 2);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 19;
}
.qanda-container .overlay__inner {
  animation: QandaOverlaySlideUp 0.3s ease forwards;
  background: var(--o3-color-use-case-page-background);
  border-radius: var(--o3-spacing-2xs) var(--o3-spacing-2xs) 0 0;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 20;
}
@media (min-width: 740px) {
  .qanda-container .overlay__inner {
    animation: QandaOverlaySlideIn 1s ease forwards;
    border-radius: 0;
    right: 0;
    top: 0;
    width: 375px;
  }
  .qanda-container .overlay__inner--shadow {
    box-shadow:
      -4px 6px 10px 0 rgba(0, 0, 0, 0.15),
      -4px 4px 4px 0 rgba(0, 0, 0, 0.25);
    width: 420px;
  }
}
.qanda-container .overlay__header {
  align-items: flex-start;
  align-self: stretch;
  border-bottom: 1px solid var(--o3-color-palette-black-10);
  display: flex;
  flex-direction: column;
  padding: 0 var(--o3-spacing-2xs);
}
.qanda-container .overlay__header-bar {
  display: flex;
  width: 100%;
}
@media (max-width: 740px) {
  .qanda-container .overlay__header:before {
    background: var(--o3-color-palette-black-50);
    border-radius: var(--o3-spacing-4xl);
    content: '';
    height: var(--o3-spacing-5xs);
    margin: auto;
    margin-top: var(--o3-spacing-3xs);
    width: var(--o3-spacing-m);
  }
}
.qanda-container .overlay__header-title {
  align-content: center;
  flex-grow: 1;
  outline: 0;
  text-align: left;
}
.qanda-container .overlay__header-title:focus,
.qanda-container .overlay__header-title:focus-visible {
  box-shadow: none;
  outline: 0;
}
.qanda-container .overlay__header-close {
  height: var(--overlay__header-icon-size);
  width: var(--overlay__header-icon-size);
}
.qanda-container .overlay__content {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: var(--o3-spacing-2xs);
  height: calc(100% - 140px);
  overflow-y: auto;
  padding: var(--o3-spacing-2xs);
}
@media (min-width: 740px) {
  .qanda-container .overlay__content {
    height: calc(100% - 80px);
  }
}
.qanda-container .overlay__content-box {
  box-sizing: border-box;
  padding: var(--o3-spacing-2xs);
  text-align: left;
  width: 100%;
}
.qanda-container .overlay__form-box {
  background: var(--o3-color-palette-white-40);
  border: 1px solid var(--o3-color-palette-black-10);
}
.qanda-container .overlay__submit-button {
  margin: var(--o3-spacing-s) 0 var(--o3-spacing-4xs) 0;
  width: 100%;
}
.qanda-container .overlay__user-container-display-name {
  display: flex;
  gap: var(--o3-spacing-3xs);
  margin-bottom: var(--o3-spacing-s);
}
.qanda-container .overlay__message-icon {
  background-color: currentColor;
  display: inline-block;
  height: 24px;
  mask-repeat: no-repeat;
  mask-size: contain;
  width: 24px;
}
@media (min-width: 740px) {
  .overlay__inner--shadow.expert-drawer {
    min-width: 420px;
    width: 45vw;
  }
  .article-content:has(.expert-drawer) {
    max-width: 50vw;
  }
}
.expert-drawer .overlay__content {
  position: relative;
}
:root {
  --speech-triangle-width: 24px;
  --speech-triangle-height: 17px;
}
.qanda-container .qanda-block {
  display: flex;
  flex-direction: column;
  gap: var(--o3-spacing-xl);
}
.qanda-container .qanda-block__comment {
  filter: drop-shadow(0 1px 2px var(--o3-color-palette-black-20, #ccc1b7));
  padding: var(--o3-spacing-s) var(--o3-spacing-2xs);
  position: relative;
  will-change: filter;
}
.qanda-container .qanda-block__question {
  background: var(--o3-color-palette-wheat);
  margin-right: var(--o3-spacing-2xs);
}
.qanda-container .qanda-block__answer {
  background: var(--o3-color-palette-white-80);
  margin-left: var(--o3-spacing-2xs);
  overflow-wrap: break-word;
}
.qanda-container .qanda-block__question:after {
  border-left: var(--speech-triangle-width) solid transparent;
  border-top: var(--speech-triangle-height) solid var(--o3-color-palette-wheat);
  bottom: calc(var(--speech-triangle-height) * -1 + 1px);
  content: '';
  position: absolute;
  right: 0;
}
.qanda-container .qanda-block__answer:before {
  border-bottom: var(--speech-triangle-height) solid var(--o3-color-palette-white-80);
  border-right: var(--speech-triangle-width) solid transparent;
  content: '';
  left: 0;
  position: absolute;
  top: calc(var(--speech-triangle-height) * -1 + 1px);
}
.qanda-container .qanda-block__question-summary {
  margin-bottom: var(--o3-spacing-4xs);
}
.qanda-container .qanda-block__answer-header {
  display: flex;
}
.qanda-container .qanda-block__comment-byline {
  flex-grow: 1;
}
.qanda-container .qanda-block__comment-byline p {
  font-size: var(--o3-type-body-highlight-font-size);
  font-weight: var(--o3-type-body-highlight-font-weight);
  margin: 0;
}
.qanda-container .qanda-block__comment-text {
  margin-top: var(--o3-spacing-s);
}
.qanda-container .qanda-block__comment-text p {
  margin: 0;
}
.qanda-container .qanda-block__text {
  container-type: inline-size;
}
.qanda-container .qanda-block__text.expander--collapsed p:not(:first-of-type) {
  display: none;
}
.qanda-container .qanda-block__text.expander--collapsed .expander__text--multiline > p:first-of-type {
  display: block;
  display: -webkit-box;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-bottom: 1px;
  text-overflow: ellipsis;
}
@container (min-width: 491px) {
  .qanda-container .qanda-block__text.expander--collapsed .expander__text--multiline > p:first-of-type {
    line-clamp: 5;
    -webkit-line-clamp: 5;
  }
}
.qanda-container .question-form__displayname-input {
  gap: var(--o3-spacing-3xs, 12px);
}
.qanda-container .question-form__displayname-input .question-form__displayname__title {
  font-size: var(--o3-type-body-highlight-font-size, 16px);
  font-weight: 700px;
}
.qanda-container .question-form__displayname-input .question-form__displayname__input {
  margin-top: 0;
}
.qanda-container
  .question-form__displayname-input
  .question-form__displayname__input
  .question-form__displayname__input__field {
  padding: var(--o3-spacing-3xs, 12px) var(--o3-spacing-2xs, 16px);
}
.qanda-container
  .question-form__displayname-input
  .question-form__displayname__input.o-forms-input--invalid
  .question-form__displayname__input__field {
  background: var(--o3-color-use-case-error-background, rgba(204, 0, 0, 0.06));
  border: 1.5px solid var(--o3-color-use-case-error, #c00);
  border-radius: 2px;
  color: var(--o3-color-use-case-body-text, #33302e);
}
.qanda-container .question-form__displayname-input .question-form__displayname__input__error {
  align-items: flex-start;
  align-self: stretch;
  color: var(--o3-color-use-case-error, #c00);
  display: flex;
  gap: 4px;
  margin-top: 0;
  padding-top: var(--o3-spacing-3xs, 12px);
}
.qanda-container .question-form__question__input {
  margin-bottom: var(--o3-spacing-4xs, 8px);
}
.qanda-container .question-form__question__input .input-textarea__container {
  background-color: var(--o3-color-palette-white);
  border: 1.5px solid var(--o3-color-palette-black-50);
  border-radius: 2px;
  display: flex;
  flex-direction: column;
}
.qanda-container .question-form__question__input .input-textarea {
  background-color: transparent;
  border: none;
  min-height: 120px;
}
@media (min-width: 740px) {
  .qanda-container .question-form__question__input .input-textarea {
    min-height: 180px;
  }
}
.qanda-container .question-form__question__input .input-textarea:focus-visible {
  box-shadow: none;
}
.qanda-container .question-form__question__input .input-textarea__error {
  background-color: var(--o3-color-use-case-error-background);
  border-color: var(--o3-color-palette-crimson);
}
.qanda-container .question-form__question__input .input-textarea__counter {
  color: var(--o3-color-palette-black-60);
  padding: var(--o3-spacing-4xs);
  text-align: right;
}
.qanda-container .input--textarea__error-message {
  color: var(--o3-color-use-case-error-text);
}
.qanda-container .qanda__stream {
  margin: var(--o3-spacing-l) var(--o3-spacing-5xs) 0 var(--o3-spacing-5xs);
}
.qanda-container .qanda__stream-title {
  margin: 0 0 var(--o3-spacing-s);
}
.qanda-container .qanda__stream-loader {
  align-self: center;
}
.qanda-container .qanda__blocks-container {
  display: flex;
  flex-direction: column;
  gap: var(--o3-spacing-l);
  margin: auto;
  margin-bottom: var(--o3-spacing-l);
  max-width: 1220px;
}
.qanda-container .message-box__container {
  text-align: left;
  width: 100%;
}
.qanda-container .message-box__container.o-message--error {
  background-color: var(--o3-color-use-case-error-background);
}
.qanda-container .message-box__content {
  display: flex;
  flex-direction: column;
  gap: var(--o3-spacing-4xs);
  margin-left: var(--o3-spacing-2xs);
}
.qanda-container .message-box__content-link {
  color: var(--o3-color-use-case-body-text);
  text-decoration-color: var(--o3-color-use-case-body-text);
}
.o-message.o-message--survey {
  background-color: #f2e5da;
  color: #262a33;
}
.o-message.o-message--survey .o-message__content-additional a,
.o-message.o-message--survey .o-message__content-main a {
  border-bottom: 0;
  color: #0d7680;
  color: #262a33;
  cursor: pointer;
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
  text-decoration-color: #cfd8d1;
  text-decoration-color: #c9c0b9;
}
.o-message.o-message--survey .o-message__content-additional a[target='_blank'],
.o-message.o-message--survey .o-message__content-main a[target='_blank'] {
  position: relative;
}
.o-message.o-message--survey .o-message__content-additional a[target='_blank']:after,
.o-message.o-message--survey .o-message__content-main a[target='_blank']:after {
  position: absolute;
  clip: rect(0 0 0 0);
  border: 0;
  clip-path: polygon(0 0, 0 0);
  content: '(opens a new window)';
  height: 2px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  width: 2px;
}
@supports (text-decoration-thickness: 0.25ex) {
  .o-message.o-message--survey .o-message__content-additional a,
  .o-message.o-message--survey .o-message__content-main a {
    border-bottom: 0;
    text-decoration-line: underline;
    text-decoration-thickness: 0.25ex;
  }
}
.o-message.o-message--survey .o-message__content-additional a:hover,
.o-message.o-message--survey .o-message__content-main a:hover {
  color: #08474d;
  text-decoration-color: #9ec0bd;
}
.o-message.o-message--survey .o-message__content-additional a:focus,
.o-message.o-message--survey .o-message__content-main a:focus {
  color: #08474d;
}
.o-message.o-message--survey .o-message__content-additional a:hover,
.o-message.o-message--survey .o-message__content-main a:hover {
  color: #262a33;
  text-decoration-color: #a09a97;
}
.o-message.o-message--survey .o-message__content-additional a:focus,
.o-message.o-message--survey .o-message__content-main a:focus {
  color: #262a33;
  text-decoration-color: transparent;
}
.o-message.o-message--survey .o-message__actions__primary {
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  --_o-pf-button-border-size: 1px;
  --_o-pf-button-icon-size: calc(var(--_o-pf-button-min-height) - var(--_o-pf-button-block-padding) * 2);
  --_o-pf-button-min-width: 60px;
  --_o-pf-button-min-height: 28px;
  --_o-pf-button-inline-padding-start: 0.5rem;
  --_o-pf-button-inline-padding-end: 0.5rem;
  --_o-pf-button-block-padding: 0.25rem;
  align-items: center;
  appearance: none;
  background-color: transparent;
  border-color: transparent;
  border: var(--_o-pf-button-border-size) solid #262a33;
  border-radius: 0.125rem;
  box-sizing: border-box;
  color: #262a33;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.75rem;
  justify-content: center;
  line-height: 1rem;
  margin-top: -2px;
  min-height: var(--_o-pf-button-min-height, 44px);
  min-width: var(--_o-pf-button-min-width);
  padding: 0 var(--_o-pf-button-inline-padding-end) 0 var(--_o-pf-button-inline-padding-start);
  text-align: center;
  text-decoration: none;
  transition:
    background-color 0.3s,
    color 0.15s ease-out,
    border-color 0.15s ease-out;
  vertical-align: middle;
}
.o-message.o-message--survey .o-message__actions__primary[disabled] {
  cursor: default;
  opacity: 0.4;
  pointer-events: none;
}
.o-message.o-message--survey .o-message__actions__primary:hover {
  background-color: rgba(38, 42, 51, 0.15);
  border-color: #262a33;
  color: #262a33;
}
.o-message.o-message--survey .o-message__actions__primary:focus-visible {
  background-color: rgba(38, 42, 51, 0.15);
  border-color: #262a33;
  color: #262a33;
  outline: 0;
}
.o-message.o-message--survey .o-message__actions__primary:focus {
  box-shadow:
    0 0 0 4px #fff,
    0 0 0 8px #4d4845;
  z-index: 1;
}
@supports selector(:focus-visible) {
  .o-message.o-message--survey .o-message__actions__primary:focus {
    box-shadow: unset;
    outline: unset;
  }
  .o-message.o-message--survey .o-message__actions__primary:focus-visible {
    box-shadow:
      0 0 0 4px #fff,
      0 0 0 8px #4d4845;
    z-index: 1;
  }
}
.o-message.o-message--survey
  .o-message__actions__primary:is(:active, [aria-selected='true'], [aria-current], [aria-pressed='true']) {
  background-color: #262a33;
  border-color: #262a33;
  color: #fff;
}
.o-message.o-message--survey .o-message__actions__secondary {
  border-bottom: 0;
  color: #0d7680;
  color: #262a33;
  cursor: pointer;
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
  text-decoration-color: #cfd8d1;
  text-decoration-color: #c9c0b9;
}
.o-message.o-message--survey .o-message__actions__secondary[target='_blank'] {
  position: relative;
}
.o-message.o-message--survey .o-message__actions__secondary[target='_blank']:after {
  position: absolute;
  clip: rect(0 0 0 0);
  border: 0;
  clip-path: polygon(0 0, 0 0);
  content: '(opens a new window)';
  height: 2px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  width: 2px;
}
@supports (text-decoration-thickness: 0.25ex) {
  .o-message.o-message--survey .o-message__actions__secondary {
    border-bottom: 0;
    text-decoration-line: underline;
    text-decoration-thickness: 0.25ex;
  }
}
.o-message.o-message--survey .o-message__actions__secondary:hover {
  color: #08474d;
  text-decoration-color: #9ec0bd;
}
.o-message.o-message--survey .o-message__actions__secondary:focus {
  color: #08474d;
}
.o-message.o-message--survey .o-message__actions__secondary:hover {
  color: #262a33;
  text-decoration-color: #a09a97;
}
.o-message.o-message--survey .o-message__actions__secondary:focus {
  color: #262a33;
  text-decoration-color: transparent;
}
.o-message.o-message--survey .o-message__close {
  background-color: transparent;
  background-image: url(assets/0ca90410a16a1e13.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 1.625rem;
  vertical-align: baseline;
  width: 1.625rem;
}
@media screen and (-ms-high-contrast: active) {
  .o-message.o-message--survey .o-message__close {
    background-image: url(assets/3f61c03e949f4469.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .o-message.o-message--survey .o-message__close {
    background-image: url(assets/61682e325089abd1.svg);
  }
}
html:before {
  content: '{"layouts": {"S": "490px", "M": "740px", "L": "980px", "XL": "1220px"}}';
  display: none;
}
.o-grid-container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1220px;
  min-width: 240px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
@media (min-width: 46.25em) {
  .o-grid-container {
    max-width: 740px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 61.25em) {
  .o-grid-container {
    max-width: 980px;
  }
}
@media (min-width: 76.25em) {
  .o-grid-container {
    max-width: 1220px;
  }
}
.o-grid-container--bleed {
  padding-left: 0;
  padding-right: 0;
}
.o-grid-row {
  clear: both;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  zoom: 1;
}
@media print {
  .o-grid-row {
    display: inherit;
  }
}
@media (min-width: 46.25em) {
  .o-grid-row {
    margin-left: -20px;
  }
}
.o-grid-row:after,
.o-grid-row:before {
  content: '';
  display: table;
  display: flex;
}
.o-grid-row:after {
  clear: both;
}
.o-grid-row--compact {
  margin-left: 0;
}
.o-grid-row--compact > [data-o-grid-colspan] {
  padding-left: 0;
}
[data-o-grid-colspan] {
  box-sizing: border-box;
  flex: 1 1 0%;
  float: left;
  padding-left: 10px;
  position: relative;
}
@media (min-width: 46.25em) {
  [data-o-grid-colspan] {
    padding-left: 20px;
  }
}
[data-o-grid-colspan~='0'] {
  display: none;
}
[data-o-grid-colspan~='1'] {
  display: block;
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
  min-width: 8.3333333333%;
}
[data-o-grid-colspan~='2'] {
  display: block;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
  min-width: 16.6666666667%;
}
[data-o-grid-colspan~='3'] {
  display: block;
  flex-basis: 25%;
  max-width: 25%;
  min-width: 25%;
}
[data-o-grid-colspan~='4'] {
  display: block;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
  min-width: 33.3333333333%;
}
[data-o-grid-colspan~='5'] {
  display: block;
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
  min-width: 41.6666666667%;
}
[data-o-grid-colspan~='6'] {
  display: block;
  flex-basis: 50%;
  max-width: 50%;
  min-width: 50%;
}
[data-o-grid-colspan~='7'] {
  display: block;
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
  min-width: 58.3333333333%;
}
[data-o-grid-colspan~='8'] {
  display: block;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
  min-width: 66.6666666667%;
}
[data-o-grid-colspan~='9'] {
  display: block;
  flex-basis: 75%;
  max-width: 75%;
  min-width: 75%;
}
[data-o-grid-colspan~='10'] {
  display: block;
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
  min-width: 83.3333333333%;
}
[data-o-grid-colspan~='11'] {
  display: block;
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
  min-width: 91.6666666667%;
}
[data-o-grid-colspan~='12'] {
  display: block;
  flex-basis: 100%;
  max-width: 100%;
  min-width: 100%;
}
[data-o-grid-colspan~='hide'] {
  display: none;
}
[data-o-grid-colspan~='center'] {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
[data-o-grid-colspan~='full-width'] {
  display: block;
  flex-basis: 100%;
  max-width: 100%;
  min-width: 100%;
  width: 100%;
}
[data-o-grid-colspan~='one-half'] {
  display: block;
  flex-basis: 50%;
  max-width: 50%;
  min-width: 50%;
  width: 50%;
}
[data-o-grid-colspan~='one-third'] {
  display: block;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
  min-width: 33.3333333333%;
  width: 33.3333333333%;
}
[data-o-grid-colspan~='two-thirds'] {
  display: block;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
  min-width: 66.6666666667%;
  width: 66.6666666667%;
}
[data-o-grid-colspan~='one-quarter'] {
  display: block;
  flex-basis: 25%;
  max-width: 25%;
  min-width: 25%;
  width: 25%;
}
[data-o-grid-colspan~='three-quarters'] {
  display: block;
  flex-basis: 75%;
  max-width: 75%;
  min-width: 75%;
  width: 75%;
}
[data-o-grid-colspan~='push0'] {
  left: 0;
  right: auto;
}
[data-o-grid-colspan~='pull0'] {
  left: auto;
  right: 0;
}
[data-o-grid-colspan~='offset0'] {
  margin-left: 0;
}
[data-o-grid-colspan~='push1'] {
  left: 8.3333333333%;
  right: auto;
}
[data-o-grid-colspan~='pull1'] {
  left: auto;
  right: 8.3333333333%;
}
[data-o-grid-colspan~='offset1'] {
  margin-left: 8.3333333333%;
}
[data-o-grid-colspan~='push2'] {
  left: 16.6666666667%;
  right: auto;
}
[data-o-grid-colspan~='pull2'] {
  left: auto;
  right: 16.6666666667%;
}
[data-o-grid-colspan~='offset2'] {
  margin-left: 16.6666666667%;
}
[data-o-grid-colspan~='push3'] {
  left: 25%;
  right: auto;
}
[data-o-grid-colspan~='pull3'] {
  left: auto;
  right: 25%;
}
[data-o-grid-colspan~='offset3'] {
  margin-left: 25%;
}
[data-o-grid-colspan~='push4'] {
  left: 33.3333333333%;
  right: auto;
}
[data-o-grid-colspan~='pull4'] {
  left: auto;
  right: 33.3333333333%;
}
[data-o-grid-colspan~='offset4'] {
  margin-left: 33.3333333333%;
}
[data-o-grid-colspan~='push5'] {
  left: 41.6666666667%;
  right: auto;
}
[data-o-grid-colspan~='pull5'] {
  left: auto;
  right: 41.6666666667%;
}
[data-o-grid-colspan~='offset5'] {
  margin-left: 41.6666666667%;
}
[data-o-grid-colspan~='push6'] {
  left: 50%;
  right: auto;
}
[data-o-grid-colspan~='pull6'] {
  left: auto;
  right: 50%;
}
[data-o-grid-colspan~='offset6'] {
  margin-left: 50%;
}
[data-o-grid-colspan~='push7'] {
  left: 58.3333333333%;
  right: auto;
}
[data-o-grid-colspan~='pull7'] {
  left: auto;
  right: 58.3333333333%;
}
[data-o-grid-colspan~='offset7'] {
  margin-left: 58.3333333333%;
}
[data-o-grid-colspan~='push8'] {
  left: 66.6666666667%;
  right: auto;
}
[data-o-grid-colspan~='pull8'] {
  left: auto;
  right: 66.6666666667%;
}
[data-o-grid-colspan~='offset8'] {
  margin-left: 66.6666666667%;
}
[data-o-grid-colspan~='push9'] {
  left: 75%;
  right: auto;
}
[data-o-grid-colspan~='pull9'] {
  left: auto;
  right: 75%;
}
[data-o-grid-colspan~='offset9'] {
  margin-left: 75%;
}
[data-o-grid-colspan~='push10'] {
  left: 83.3333333333%;
  right: auto;
}
[data-o-grid-colspan~='pull10'] {
  left: auto;
  right: 83.3333333333%;
}
[data-o-grid-colspan~='offset10'] {
  margin-left: 83.3333333333%;
}
[data-o-grid-colspan~='push11'] {
  left: 91.6666666667%;
  right: auto;
}
[data-o-grid-colspan~='pull11'] {
  left: auto;
  right: 91.6666666667%;
}
[data-o-grid-colspan~='offset11'] {
  margin-left: 91.6666666667%;
}
@media (min-width: 30.625em) {
  [data-o-grid-colspan~='Shide'] {
    display: none;
  }
  [data-o-grid-colspan~='Scenter'] {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  [data-o-grid-colspan~='Suncenter'] {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  [data-o-grid-colspan~='Sfull-width'] {
    display: block;
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
  }
  [data-o-grid-colspan~='Sone-half'] {
    display: block;
    flex-basis: 50%;
    max-width: 50%;
    min-width: 50%;
    width: 50%;
  }
  [data-o-grid-colspan~='Sone-third'] {
    display: block;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    min-width: 33.3333333333%;
    width: 33.3333333333%;
  }
  [data-o-grid-colspan~='Stwo-thirds'] {
    display: block;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    min-width: 66.6666666667%;
    width: 66.6666666667%;
  }
  [data-o-grid-colspan~='Sone-quarter'] {
    display: block;
    flex-basis: 25%;
    max-width: 25%;
    min-width: 25%;
    width: 25%;
  }
  [data-o-grid-colspan~='Sthree-quarters'] {
    display: block;
    flex-basis: 75%;
    max-width: 75%;
    min-width: 75%;
    width: 75%;
  }
  [data-o-grid-colspan~='Spush0'] {
    left: 0;
    right: auto;
  }
  [data-o-grid-colspan~='Spull0'] {
    left: auto;
    right: 0;
  }
  [data-o-grid-colspan~='Soffset0'] {
    margin-left: 0;
  }
  [data-o-grid-colspan~='Spush1'] {
    left: 8.3333333333%;
    right: auto;
  }
  [data-o-grid-colspan~='Spull1'] {
    left: auto;
    right: 8.3333333333%;
  }
  [data-o-grid-colspan~='Soffset1'] {
    margin-left: 8.3333333333%;
  }
  [data-o-grid-colspan~='Spush2'] {
    left: 16.6666666667%;
    right: auto;
  }
  [data-o-grid-colspan~='Spull2'] {
    left: auto;
    right: 16.6666666667%;
  }
  [data-o-grid-colspan~='Soffset2'] {
    margin-left: 16.6666666667%;
  }
  [data-o-grid-colspan~='Spush3'] {
    left: 25%;
    right: auto;
  }
  [data-o-grid-colspan~='Spull3'] {
    left: auto;
    right: 25%;
  }
  [data-o-grid-colspan~='Soffset3'] {
    margin-left: 25%;
  }
  [data-o-grid-colspan~='Spush4'] {
    left: 33.3333333333%;
    right: auto;
  }
  [data-o-grid-colspan~='Spull4'] {
    left: auto;
    right: 33.3333333333%;
  }
  [data-o-grid-colspan~='Soffset4'] {
    margin-left: 33.3333333333%;
  }
  [data-o-grid-colspan~='Spush5'] {
    left: 41.6666666667%;
    right: auto;
  }
  [data-o-grid-colspan~='Spull5'] {
    left: auto;
    right: 41.6666666667%;
  }
  [data-o-grid-colspan~='Soffset5'] {
    margin-left: 41.6666666667%;
  }
  [data-o-grid-colspan~='Spush6'] {
    left: 50%;
    right: auto;
  }
  [data-o-grid-colspan~='Spull6'] {
    left: auto;
    right: 50%;
  }
  [data-o-grid-colspan~='Soffset6'] {
    margin-left: 50%;
  }
  [data-o-grid-colspan~='Spush7'] {
    left: 58.3333333333%;
    right: auto;
  }
  [data-o-grid-colspan~='Spull7'] {
    left: auto;
    right: 58.3333333333%;
  }
  [data-o-grid-colspan~='Soffset7'] {
    margin-left: 58.3333333333%;
  }
  [data-o-grid-colspan~='Spush8'] {
    left: 66.6666666667%;
    right: auto;
  }
  [data-o-grid-colspan~='Spull8'] {
    left: auto;
    right: 66.6666666667%;
  }
  [data-o-grid-colspan~='Soffset8'] {
    margin-left: 66.6666666667%;
  }
  [data-o-grid-colspan~='Spush9'] {
    left: 75%;
    right: auto;
  }
  [data-o-grid-colspan~='Spull9'] {
    left: auto;
    right: 75%;
  }
  [data-o-grid-colspan~='Soffset9'] {
    margin-left: 75%;
  }
  [data-o-grid-colspan~='Spush10'] {
    left: 83.3333333333%;
    right: auto;
  }
  [data-o-grid-colspan~='Spull10'] {
    left: auto;
    right: 83.3333333333%;
  }
  [data-o-grid-colspan~='Soffset10'] {
    margin-left: 83.3333333333%;
  }
  [data-o-grid-colspan~='Spush11'] {
    left: 91.6666666667%;
    right: auto;
  }
  [data-o-grid-colspan~='Spull11'] {
    left: auto;
    right: 91.6666666667%;
  }
  [data-o-grid-colspan~='Soffset11'] {
    margin-left: 91.6666666667%;
  }
  [data-o-grid-colspan~='S0'] {
    display: none;
  }
  [data-o-grid-colspan~='S1'] {
    display: block;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    min-width: 8.3333333333%;
    width: 8.3333333333%;
  }
  [data-o-grid-colspan~='S2'] {
    display: block;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    min-width: 16.6666666667%;
    width: 16.6666666667%;
  }
  [data-o-grid-colspan~='S3'] {
    display: block;
    flex-basis: 25%;
    max-width: 25%;
    min-width: 25%;
    width: 25%;
  }
  [data-o-grid-colspan~='S4'] {
    display: block;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    min-width: 33.3333333333%;
    width: 33.3333333333%;
  }
  [data-o-grid-colspan~='S5'] {
    display: block;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    min-width: 41.6666666667%;
    width: 41.6666666667%;
  }
  [data-o-grid-colspan~='S6'] {
    display: block;
    flex-basis: 50%;
    max-width: 50%;
    min-width: 50%;
    width: 50%;
  }
  [data-o-grid-colspan~='S7'] {
    display: block;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    min-width: 58.3333333333%;
    width: 58.3333333333%;
  }
  [data-o-grid-colspan~='S8'] {
    display: block;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    min-width: 66.6666666667%;
    width: 66.6666666667%;
  }
  [data-o-grid-colspan~='S9'] {
    display: block;
    flex-basis: 75%;
    max-width: 75%;
    min-width: 75%;
    width: 75%;
  }
  [data-o-grid-colspan~='S10'] {
    display: block;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    min-width: 83.3333333333%;
    width: 83.3333333333%;
  }
  [data-o-grid-colspan~='S11'] {
    display: block;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    min-width: 91.6666666667%;
    width: 91.6666666667%;
  }
  [data-o-grid-colspan~='S12'] {
    display: block;
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
  }
}
@media (min-width: 46.25em) {
  [data-o-grid-colspan~='Mhide'] {
    display: none;
  }
  [data-o-grid-colspan~='Mcenter'] {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  [data-o-grid-colspan~='Muncenter'] {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  [data-o-grid-colspan~='Mfull-width'] {
    display: block;
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
  }
  [data-o-grid-colspan~='Mone-half'] {
    display: block;
    flex-basis: 50%;
    max-width: 50%;
    min-width: 50%;
    width: 50%;
  }
  [data-o-grid-colspan~='Mone-third'] {
    display: block;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    min-width: 33.3333333333%;
    width: 33.3333333333%;
  }
  [data-o-grid-colspan~='Mtwo-thirds'] {
    display: block;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    min-width: 66.6666666667%;
    width: 66.6666666667%;
  }
  [data-o-grid-colspan~='Mone-quarter'] {
    display: block;
    flex-basis: 25%;
    max-width: 25%;
    min-width: 25%;
    width: 25%;
  }
  [data-o-grid-colspan~='Mthree-quarters'] {
    display: block;
    flex-basis: 75%;
    max-width: 75%;
    min-width: 75%;
    width: 75%;
  }
  [data-o-grid-colspan~='Mpush0'] {
    left: 0;
    right: auto;
  }
  [data-o-grid-colspan~='Mpull0'] {
    left: auto;
    right: 0;
  }
  [data-o-grid-colspan~='Moffset0'] {
    margin-left: 0;
  }
  [data-o-grid-colspan~='Mpush1'] {
    left: 8.3333333333%;
    right: auto;
  }
  [data-o-grid-colspan~='Mpull1'] {
    left: auto;
    right: 8.3333333333%;
  }
  [data-o-grid-colspan~='Moffset1'] {
    margin-left: 8.3333333333%;
  }
  [data-o-grid-colspan~='Mpush2'] {
    left: 16.6666666667%;
    right: auto;
  }
  [data-o-grid-colspan~='Mpull2'] {
    left: auto;
    right: 16.6666666667%;
  }
  [data-o-grid-colspan~='Moffset2'] {
    margin-left: 16.6666666667%;
  }
  [data-o-grid-colspan~='Mpush3'] {
    left: 25%;
    right: auto;
  }
  [data-o-grid-colspan~='Mpull3'] {
    left: auto;
    right: 25%;
  }
  [data-o-grid-colspan~='Moffset3'] {
    margin-left: 25%;
  }
  [data-o-grid-colspan~='Mpush4'] {
    left: 33.3333333333%;
    right: auto;
  }
  [data-o-grid-colspan~='Mpull4'] {
    left: auto;
    right: 33.3333333333%;
  }
  [data-o-grid-colspan~='Moffset4'] {
    margin-left: 33.3333333333%;
  }
  [data-o-grid-colspan~='Mpush5'] {
    left: 41.6666666667%;
    right: auto;
  }
  [data-o-grid-colspan~='Mpull5'] {
    left: auto;
    right: 41.6666666667%;
  }
  [data-o-grid-colspan~='Moffset5'] {
    margin-left: 41.6666666667%;
  }
  [data-o-grid-colspan~='Mpush6'] {
    left: 50%;
    right: auto;
  }
  [data-o-grid-colspan~='Mpull6'] {
    left: auto;
    right: 50%;
  }
  [data-o-grid-colspan~='Moffset6'] {
    margin-left: 50%;
  }
  [data-o-grid-colspan~='Mpush7'] {
    left: 58.3333333333%;
    right: auto;
  }
  [data-o-grid-colspan~='Mpull7'] {
    left: auto;
    right: 58.3333333333%;
  }
  [data-o-grid-colspan~='Moffset7'] {
    margin-left: 58.3333333333%;
  }
  [data-o-grid-colspan~='Mpush8'] {
    left: 66.6666666667%;
    right: auto;
  }
  [data-o-grid-colspan~='Mpull8'] {
    left: auto;
    right: 66.6666666667%;
  }
  [data-o-grid-colspan~='Moffset8'] {
    margin-left: 66.6666666667%;
  }
  [data-o-grid-colspan~='Mpush9'] {
    left: 75%;
    right: auto;
  }
  [data-o-grid-colspan~='Mpull9'] {
    left: auto;
    right: 75%;
  }
  [data-o-grid-colspan~='Moffset9'] {
    margin-left: 75%;
  }
  [data-o-grid-colspan~='Mpush10'] {
    left: 83.3333333333%;
    right: auto;
  }
  [data-o-grid-colspan~='Mpull10'] {
    left: auto;
    right: 83.3333333333%;
  }
  [data-o-grid-colspan~='Moffset10'] {
    margin-left: 83.3333333333%;
  }
  [data-o-grid-colspan~='Mpush11'] {
    left: 91.6666666667%;
    right: auto;
  }
  [data-o-grid-colspan~='Mpull11'] {
    left: auto;
    right: 91.6666666667%;
  }
  [data-o-grid-colspan~='Moffset11'] {
    margin-left: 91.6666666667%;
  }
  [data-o-grid-colspan~='M0'] {
    display: none;
  }
  [data-o-grid-colspan~='M1'] {
    display: block;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    min-width: 8.3333333333%;
    width: 8.3333333333%;
  }
  [data-o-grid-colspan~='M2'] {
    display: block;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    min-width: 16.6666666667%;
    width: 16.6666666667%;
  }
  [data-o-grid-colspan~='M3'] {
    display: block;
    flex-basis: 25%;
    max-width: 25%;
    min-width: 25%;
    width: 25%;
  }
  [data-o-grid-colspan~='M4'] {
    display: block;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    min-width: 33.3333333333%;
    width: 33.3333333333%;
  }
  [data-o-grid-colspan~='M5'] {
    display: block;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    min-width: 41.6666666667%;
    width: 41.6666666667%;
  }
  [data-o-grid-colspan~='M6'] {
    display: block;
    flex-basis: 50%;
    max-width: 50%;
    min-width: 50%;
    width: 50%;
  }
  [data-o-grid-colspan~='M7'] {
    display: block;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    min-width: 58.3333333333%;
    width: 58.3333333333%;
  }
  [data-o-grid-colspan~='M8'] {
    display: block;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    min-width: 66.6666666667%;
    width: 66.6666666667%;
  }
  [data-o-grid-colspan~='M9'] {
    display: block;
    flex-basis: 75%;
    max-width: 75%;
    min-width: 75%;
    width: 75%;
  }
  [data-o-grid-colspan~='M10'] {
    display: block;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    min-width: 83.3333333333%;
    width: 83.3333333333%;
  }
  [data-o-grid-colspan~='M11'] {
    display: block;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    min-width: 91.6666666667%;
    width: 91.6666666667%;
  }
  [data-o-grid-colspan~='M12'] {
    display: block;
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
  }
}
@media (min-width: 61.25em) {
  [data-o-grid-colspan~='Lhide'] {
    display: none;
  }
  [data-o-grid-colspan~='Lcenter'] {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  [data-o-grid-colspan~='Luncenter'] {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  [data-o-grid-colspan~='Lfull-width'] {
    display: block;
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
  }
  [data-o-grid-colspan~='Lone-half'] {
    display: block;
    flex-basis: 50%;
    max-width: 50%;
    min-width: 50%;
    width: 50%;
  }
  [data-o-grid-colspan~='Lone-third'] {
    display: block;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    min-width: 33.3333333333%;
    width: 33.3333333333%;
  }
  [data-o-grid-colspan~='Ltwo-thirds'] {
    display: block;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    min-width: 66.6666666667%;
    width: 66.6666666667%;
  }
  [data-o-grid-colspan~='Lone-quarter'] {
    display: block;
    flex-basis: 25%;
    max-width: 25%;
    min-width: 25%;
    width: 25%;
  }
  [data-o-grid-colspan~='Lthree-quarters'] {
    display: block;
    flex-basis: 75%;
    max-width: 75%;
    min-width: 75%;
    width: 75%;
  }
  [data-o-grid-colspan~='Lpush0'] {
    left: 0;
    right: auto;
  }
  [data-o-grid-colspan~='Lpull0'] {
    left: auto;
    right: 0;
  }
  [data-o-grid-colspan~='Loffset0'] {
    margin-left: 0;
  }
  [data-o-grid-colspan~='Lpush1'] {
    left: 8.3333333333%;
    right: auto;
  }
  [data-o-grid-colspan~='Lpull1'] {
    left: auto;
    right: 8.3333333333%;
  }
  [data-o-grid-colspan~='Loffset1'] {
    margin-left: 8.3333333333%;
  }
  [data-o-grid-colspan~='Lpush2'] {
    left: 16.6666666667%;
    right: auto;
  }
  [data-o-grid-colspan~='Lpull2'] {
    left: auto;
    right: 16.6666666667%;
  }
  [data-o-grid-colspan~='Loffset2'] {
    margin-left: 16.6666666667%;
  }
  [data-o-grid-colspan~='Lpush3'] {
    left: 25%;
    right: auto;
  }
  [data-o-grid-colspan~='Lpull3'] {
    left: auto;
    right: 25%;
  }
  [data-o-grid-colspan~='Loffset3'] {
    margin-left: 25%;
  }
  [data-o-grid-colspan~='Lpush4'] {
    left: 33.3333333333%;
    right: auto;
  }
  [data-o-grid-colspan~='Lpull4'] {
    left: auto;
    right: 33.3333333333%;
  }
  [data-o-grid-colspan~='Loffset4'] {
    margin-left: 33.3333333333%;
  }
  [data-o-grid-colspan~='Lpush5'] {
    left: 41.6666666667%;
    right: auto;
  }
  [data-o-grid-colspan~='Lpull5'] {
    left: auto;
    right: 41.6666666667%;
  }
  [data-o-grid-colspan~='Loffset5'] {
    margin-left: 41.6666666667%;
  }
  [data-o-grid-colspan~='Lpush6'] {
    left: 50%;
    right: auto;
  }
  [data-o-grid-colspan~='Lpull6'] {
    left: auto;
    right: 50%;
  }
  [data-o-grid-colspan~='Loffset6'] {
    margin-left: 50%;
  }
  [data-o-grid-colspan~='Lpush7'] {
    left: 58.3333333333%;
    right: auto;
  }
  [data-o-grid-colspan~='Lpull7'] {
    left: auto;
    right: 58.3333333333%;
  }
  [data-o-grid-colspan~='Loffset7'] {
    margin-left: 58.3333333333%;
  }
  [data-o-grid-colspan~='Lpush8'] {
    left: 66.6666666667%;
    right: auto;
  }
  [data-o-grid-colspan~='Lpull8'] {
    left: auto;
    right: 66.6666666667%;
  }
  [data-o-grid-colspan~='Loffset8'] {
    margin-left: 66.6666666667%;
  }
  [data-o-grid-colspan~='Lpush9'] {
    left: 75%;
    right: auto;
  }
  [data-o-grid-colspan~='Lpull9'] {
    left: auto;
    right: 75%;
  }
  [data-o-grid-colspan~='Loffset9'] {
    margin-left: 75%;
  }
  [data-o-grid-colspan~='Lpush10'] {
    left: 83.3333333333%;
    right: auto;
  }
  [data-o-grid-colspan~='Lpull10'] {
    left: auto;
    right: 83.3333333333%;
  }
  [data-o-grid-colspan~='Loffset10'] {
    margin-left: 83.3333333333%;
  }
  [data-o-grid-colspan~='Lpush11'] {
    left: 91.6666666667%;
    right: auto;
  }
  [data-o-grid-colspan~='Lpull11'] {
    left: auto;
    right: 91.6666666667%;
  }
  [data-o-grid-colspan~='Loffset11'] {
    margin-left: 91.6666666667%;
  }
  [data-o-grid-colspan~='L0'] {
    display: none;
  }
  [data-o-grid-colspan~='L1'] {
    display: block;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    min-width: 8.3333333333%;
    width: 8.3333333333%;
  }
  [data-o-grid-colspan~='L2'] {
    display: block;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    min-width: 16.6666666667%;
    width: 16.6666666667%;
  }
  [data-o-grid-colspan~='L3'] {
    display: block;
    flex-basis: 25%;
    max-width: 25%;
    min-width: 25%;
    width: 25%;
  }
  [data-o-grid-colspan~='L4'] {
    display: block;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    min-width: 33.3333333333%;
    width: 33.3333333333%;
  }
  [data-o-grid-colspan~='L5'] {
    display: block;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    min-width: 41.6666666667%;
    width: 41.6666666667%;
  }
  [data-o-grid-colspan~='L6'] {
    display: block;
    flex-basis: 50%;
    max-width: 50%;
    min-width: 50%;
    width: 50%;
  }
  [data-o-grid-colspan~='L7'] {
    display: block;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    min-width: 58.3333333333%;
    width: 58.3333333333%;
  }
  [data-o-grid-colspan~='L8'] {
    display: block;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    min-width: 66.6666666667%;
    width: 66.6666666667%;
  }
  [data-o-grid-colspan~='L9'] {
    display: block;
    flex-basis: 75%;
    max-width: 75%;
    min-width: 75%;
    width: 75%;
  }
  [data-o-grid-colspan~='L10'] {
    display: block;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    min-width: 83.3333333333%;
    width: 83.3333333333%;
  }
  [data-o-grid-colspan~='L11'] {
    display: block;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    min-width: 91.6666666667%;
    width: 91.6666666667%;
  }
  [data-o-grid-colspan~='L12'] {
    display: block;
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
  }
}
@media (min-width: 76.25em) {
  [data-o-grid-colspan~='XLhide'] {
    display: none;
  }
  [data-o-grid-colspan~='XLcenter'] {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  [data-o-grid-colspan~='XLuncenter'] {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  [data-o-grid-colspan~='XLfull-width'] {
    display: block;
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
  }
  [data-o-grid-colspan~='XLone-half'] {
    display: block;
    flex-basis: 50%;
    max-width: 50%;
    min-width: 50%;
    width: 50%;
  }
  [data-o-grid-colspan~='XLone-third'] {
    display: block;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    min-width: 33.3333333333%;
    width: 33.3333333333%;
  }
  [data-o-grid-colspan~='XLtwo-thirds'] {
    display: block;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    min-width: 66.6666666667%;
    width: 66.6666666667%;
  }
  [data-o-grid-colspan~='XLone-quarter'] {
    display: block;
    flex-basis: 25%;
    max-width: 25%;
    min-width: 25%;
    width: 25%;
  }
  [data-o-grid-colspan~='XLthree-quarters'] {
    display: block;
    flex-basis: 75%;
    max-width: 75%;
    min-width: 75%;
    width: 75%;
  }
  [data-o-grid-colspan~='XLpush0'] {
    left: 0;
    right: auto;
  }
  [data-o-grid-colspan~='XLpull0'] {
    left: auto;
    right: 0;
  }
  [data-o-grid-colspan~='XLoffset0'] {
    margin-left: 0;
  }
  [data-o-grid-colspan~='XLpush1'] {
    left: 8.3333333333%;
    right: auto;
  }
  [data-o-grid-colspan~='XLpull1'] {
    left: auto;
    right: 8.3333333333%;
  }
  [data-o-grid-colspan~='XLoffset1'] {
    margin-left: 8.3333333333%;
  }
  [data-o-grid-colspan~='XLpush2'] {
    left: 16.6666666667%;
    right: auto;
  }
  [data-o-grid-colspan~='XLpull2'] {
    left: auto;
    right: 16.6666666667%;
  }
  [data-o-grid-colspan~='XLoffset2'] {
    margin-left: 16.6666666667%;
  }
  [data-o-grid-colspan~='XLpush3'] {
    left: 25%;
    right: auto;
  }
  [data-o-grid-colspan~='XLpull3'] {
    left: auto;
    right: 25%;
  }
  [data-o-grid-colspan~='XLoffset3'] {
    margin-left: 25%;
  }
  [data-o-grid-colspan~='XLpush4'] {
    left: 33.3333333333%;
    right: auto;
  }
  [data-o-grid-colspan~='XLpull4'] {
    left: auto;
    right: 33.3333333333%;
  }
  [data-o-grid-colspan~='XLoffset4'] {
    margin-left: 33.3333333333%;
  }
  [data-o-grid-colspan~='XLpush5'] {
    left: 41.6666666667%;
    right: auto;
  }
  [data-o-grid-colspan~='XLpull5'] {
    left: auto;
    right: 41.6666666667%;
  }
  [data-o-grid-colspan~='XLoffset5'] {
    margin-left: 41.6666666667%;
  }
  [data-o-grid-colspan~='XLpush6'] {
    left: 50%;
    right: auto;
  }
  [data-o-grid-colspan~='XLpull6'] {
    left: auto;
    right: 50%;
  }
  [data-o-grid-colspan~='XLoffset6'] {
    margin-left: 50%;
  }
  [data-o-grid-colspan~='XLpush7'] {
    left: 58.3333333333%;
    right: auto;
  }
  [data-o-grid-colspan~='XLpull7'] {
    left: auto;
    right: 58.3333333333%;
  }
  [data-o-grid-colspan~='XLoffset7'] {
    margin-left: 58.3333333333%;
  }
  [data-o-grid-colspan~='XLpush8'] {
    left: 66.6666666667%;
    right: auto;
  }
  [data-o-grid-colspan~='XLpull8'] {
    left: auto;
    right: 66.6666666667%;
  }
  [data-o-grid-colspan~='XLoffset8'] {
    margin-left: 66.6666666667%;
  }
  [data-o-grid-colspan~='XLpush9'] {
    left: 75%;
    right: auto;
  }
  [data-o-grid-colspan~='XLpull9'] {
    left: auto;
    right: 75%;
  }
  [data-o-grid-colspan~='XLoffset9'] {
    margin-left: 75%;
  }
  [data-o-grid-colspan~='XLpush10'] {
    left: 83.3333333333%;
    right: auto;
  }
  [data-o-grid-colspan~='XLpull10'] {
    left: auto;
    right: 83.3333333333%;
  }
  [data-o-grid-colspan~='XLoffset10'] {
    margin-left: 83.3333333333%;
  }
  [data-o-grid-colspan~='XLpush11'] {
    left: 91.6666666667%;
    right: auto;
  }
  [data-o-grid-colspan~='XLpull11'] {
    left: auto;
    right: 91.6666666667%;
  }
  [data-o-grid-colspan~='XLoffset11'] {
    margin-left: 91.6666666667%;
  }
  [data-o-grid-colspan~='XL0'] {
    display: none;
  }
  [data-o-grid-colspan~='XL1'] {
    display: block;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    min-width: 8.3333333333%;
    width: 8.3333333333%;
  }
  [data-o-grid-colspan~='XL2'] {
    display: block;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    min-width: 16.6666666667%;
    width: 16.6666666667%;
  }
  [data-o-grid-colspan~='XL3'] {
    display: block;
    flex-basis: 25%;
    max-width: 25%;
    min-width: 25%;
    width: 25%;
  }
  [data-o-grid-colspan~='XL4'] {
    display: block;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    min-width: 33.3333333333%;
    width: 33.3333333333%;
  }
  [data-o-grid-colspan~='XL5'] {
    display: block;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    min-width: 41.6666666667%;
    width: 41.6666666667%;
  }
  [data-o-grid-colspan~='XL6'] {
    display: block;
    flex-basis: 50%;
    max-width: 50%;
    min-width: 50%;
    width: 50%;
  }
  [data-o-grid-colspan~='XL7'] {
    display: block;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    min-width: 58.3333333333%;
    width: 58.3333333333%;
  }
  [data-o-grid-colspan~='XL8'] {
    display: block;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    min-width: 66.6666666667%;
    width: 66.6666666667%;
  }
  [data-o-grid-colspan~='XL9'] {
    display: block;
    flex-basis: 75%;
    max-width: 75%;
    min-width: 75%;
    width: 75%;
  }
  [data-o-grid-colspan~='XL10'] {
    display: block;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    min-width: 83.3333333333%;
    width: 83.3333333333%;
  }
  [data-o-grid-colspan~='XL11'] {
    display: block;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    min-width: 91.6666666667%;
    width: 91.6666666667%;
  }
  [data-o-grid-colspan~='XL12'] {
    display: block;
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
  }
}
@media (max-width: 740px) {
  body:has(.qanda-container .overlay) .js-vertical-scroller,
  html:has(.qanda-container .overlay) {
    overflow: hidden;
  }
}
.qanda-container body {
  background-color: #fff2e8;
  color: #333;
  margin: 0;
}
.qanda-container .qanda-block,
.qanda-container body {
  font-family: Georgia, serif;
  text-align: left;
}
.qanda-container h1 {
  color: #007acc;
  font-size: 2.5rem;
}
.qanda-container p {
  font-size: 1.2rem;
  margin-top: 10px;
}
.qanda-container .qanda-block__answer__author-opinion-icon {
  background-color: transparent;
  background-color: var(--o3-color-palette-wheat);
  background-image: url(assets/5698769c3b054f99.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  display: inline-block;
  height: 44px;
  vertical-align: baseline;
  width: 44px;
}
@media screen and (-ms-high-contrast: active) {
  .qanda-container .qanda-block__answer__author-opinion-icon {
    background-image: url(assets/5b97ecb2bd179be3.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .qanda-container .qanda-block__answer__author-opinion-icon {
    background-image: url(assets/8a577a7d3d51cbd8.svg);
  }
}
@media (max-width: 46.24em) {
  .qanda-container .floating-action-bar__container {
    left: 50% !important;
    transform: translateX(-50%);
  }
}
.o-forms-input--text.o-forms-input--suffix {
  display: flex;
  flex-wrap: wrap;
}
.o-forms-input--text.o-forms-input--suffix input {
  flex: 1;
  margin-right: 8px;
  min-width: 0;
}
.o-forms-input--text.o-forms-input--suffix input:only-child {
  margin-right: 0;
}
.o-forms-input--text.o-forms-input--suffix .o-forms-input__error {
  width: 100%;
}
.o-forms-input--text input {
  background-color: #fff;
  border: 1.5px solid #b3a9a0;
  border-radius: 0.125rem;
  box-sizing: border-box;
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
  min-height: 44px;
  padding: 0.5rem 1rem;
  width: 100%;
}
.o-forms-input--text input:disabled {
  background-color: #e6d9ce;
  border-color: #e6d9ce;
  color: #66605c;
  cursor: default;
  -webkit-text-fill-color: currentColor;
  opacity: 1;
}
.o-message.o-message--received-highlights {
  background-color: #f5f5f5;
  color: #262a33;
}
.o-message.o-message--received-highlights .o-message__content-additional a,
.o-message.o-message--received-highlights .o-message__content-main a {
  border-bottom: 0;
  color: #0d7680;
  color: #262a33;
  cursor: pointer;
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
  text-decoration-color: #cfd8d1;
  text-decoration-color: #ccccce;
}
.o-message.o-message--received-highlights .o-message__content-additional a[target='_blank'],
.o-message.o-message--received-highlights .o-message__content-main a[target='_blank'] {
  position: relative;
}
.o-message.o-message--received-highlights .o-message__content-additional a[target='_blank']:after,
.o-message.o-message--received-highlights .o-message__content-main a[target='_blank']:after {
  position: absolute;
  clip: rect(0 0 0 0);
  border: 0;
  clip-path: polygon(0 0, 0 0);
  content: '(opens a new window)';
  height: 2px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  width: 2px;
}
@supports (text-decoration-thickness: 0.25ex) {
  .o-message.o-message--received-highlights .o-message__content-additional a,
  .o-message.o-message--received-highlights .o-message__content-main a {
    border-bottom: 0;
    text-decoration-line: underline;
    text-decoration-thickness: 0.25ex;
  }
}
.o-message.o-message--received-highlights .o-message__content-additional a:hover,
.o-message.o-message--received-highlights .o-message__content-main a:hover {
  color: #08474d;
  text-decoration-color: #9ec0bd;
}
.o-message.o-message--received-highlights .o-message__content-additional a:focus,
.o-message.o-message--received-highlights .o-message__content-main a:focus {
  color: #08474d;
}
.o-message.o-message--received-highlights .o-message__content-additional a:hover,
.o-message.o-message--received-highlights .o-message__content-main a:hover {
  color: #262a33;
  text-decoration-color: #a2a4a7;
}
.o-message.o-message--received-highlights .o-message__content-additional a:focus,
.o-message.o-message--received-highlights .o-message__content-main a:focus {
  color: #262a33;
  text-decoration-color: transparent;
}
.o-message.o-message--received-highlights .o-message__actions__primary {
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  --_o-pf-button-border-size: 1px;
  --_o-pf-button-icon-size: calc(var(--_o-pf-button-min-height) - var(--_o-pf-button-block-padding) * 2);
  --_o-pf-button-min-width: 60px;
  --_o-pf-button-min-height: 28px;
  --_o-pf-button-inline-padding-start: 0.5rem;
  --_o-pf-button-inline-padding-end: 0.5rem;
  --_o-pf-button-block-padding: 0.25rem;
  align-items: center;
  appearance: none;
  background-color: transparent;
  border-color: transparent;
  border: var(--_o-pf-button-border-size) solid #262a33;
  border-radius: 0.125rem;
  box-sizing: border-box;
  color: #262a33;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.75rem;
  justify-content: center;
  line-height: 1rem;
  margin-top: -2px;
  min-height: var(--_o-pf-button-min-height, 44px);
  min-width: var(--_o-pf-button-min-width);
  padding: 0 var(--_o-pf-button-inline-padding-end) 0 var(--_o-pf-button-inline-padding-start);
  text-align: center;
  text-decoration: none;
  transition:
    background-color 0.3s,
    color 0.15s ease-out,
    border-color 0.15s ease-out;
  vertical-align: middle;
}
.o-message.o-message--received-highlights .o-message__actions__primary[disabled] {
  cursor: default;
  opacity: 0.4;
  pointer-events: none;
}
.o-message.o-message--received-highlights .o-message__actions__primary:hover {
  background-color: rgba(38, 42, 51, 0.15);
  border-color: #262a33;
  color: #262a33;
}
.o-message.o-message--received-highlights .o-message__actions__primary:focus-visible {
  background-color: rgba(38, 42, 51, 0.15);
  border-color: #262a33;
  color: #262a33;
  outline: 0;
}
.o-message.o-message--received-highlights .o-message__actions__primary:focus {
  box-shadow:
    0 0 0 4px #fff,
    0 0 0 8px #4d4845;
  z-index: 1;
}
@supports selector(:focus-visible) {
  .o-message.o-message--received-highlights .o-message__actions__primary:focus {
    box-shadow: unset;
    outline: unset;
  }
  .o-message.o-message--received-highlights .o-message__actions__primary:focus-visible {
    box-shadow:
      0 0 0 4px #fff,
      0 0 0 8px #4d4845;
    z-index: 1;
  }
}
.o-message.o-message--received-highlights
  .o-message__actions__primary:is(:active, [aria-selected='true'], [aria-current], [aria-pressed='true']) {
  background-color: #262a33;
  border-color: #262a33;
  color: #fff;
}
.o-message.o-message--received-highlights .o-message__actions__secondary {
  border-bottom: 0;
  color: #0d7680;
  color: #262a33;
  cursor: pointer;
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
  text-decoration-color: #cfd8d1;
  text-decoration-color: #ccccce;
}
.o-message.o-message--received-highlights .o-message__actions__secondary[target='_blank'] {
  position: relative;
}
.o-message.o-message--received-highlights .o-message__actions__secondary[target='_blank']:after {
  position: absolute;
  clip: rect(0 0 0 0);
  border: 0;
  clip-path: polygon(0 0, 0 0);
  content: '(opens a new window)';
  height: 2px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  width: 2px;
}
@supports (text-decoration-thickness: 0.25ex) {
  .o-message.o-message--received-highlights .o-message__actions__secondary {
    border-bottom: 0;
    text-decoration-line: underline;
    text-decoration-thickness: 0.25ex;
  }
}
.o-message.o-message--received-highlights .o-message__actions__secondary:hover {
  color: #08474d;
  text-decoration-color: #9ec0bd;
}
.o-message.o-message--received-highlights .o-message__actions__secondary:focus {
  color: #08474d;
}
.o-message.o-message--received-highlights .o-message__actions__secondary:hover {
  color: #262a33;
  text-decoration-color: #a2a4a7;
}
.o-message.o-message--received-highlights .o-message__actions__secondary:focus {
  color: #262a33;
  text-decoration-color: transparent;
}
.o-message.o-message--received-highlights.o-message--alert .o-message__container:before {
  background-color: transparent;
  background-image: url(assets/641cf5c192c42281.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 2.5rem;
  vertical-align: baseline;
  vertical-align: middle;
  width: 2.5rem;
}
@media screen and (-ms-high-contrast: active) {
  .o-message.o-message--received-highlights.o-message--alert .o-message__container:before {
    background-image: url(assets/02e1e5a4999de2d9.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .o-message.o-message--received-highlights.o-message--alert .o-message__container:before {
    background-image: url(assets/c182bcbd2449623b.svg);
  }
}
.o-message.o-message--received-highlights .o-message__close {
  background-color: transparent;
  background-image: url(assets/0ca90410a16a1e13.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 1.625rem;
  vertical-align: baseline;
  width: 1.625rem;
}
@media screen and (-ms-high-contrast: active) {
  .o-message.o-message--received-highlights .o-message__close {
    background-image: url(assets/3f61c03e949f4469.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .o-message.o-message--received-highlights .o-message__close {
    background-image: url(assets/61682e325089abd1.svg);
  }
}
.o-share .o-share__icon--mail:focus,
.o-share .o-share__icon--mail:hover {
  background-color: #0a5e66;
  border-color: #0a5e66;
  color: #fff;
}
.share-article-dialog__wrapper {
  background: var(--o3-color-palette-white);
  border: 1px solid var(--o3-color-palette-black-20);
  box-shadow:
    0 1px 3px rgba(77, 72, 69, 0.2),
    0 6px 10px rgba(77, 72, 69, 0.15);
  color: var(--o3-color-use-case-body-text);
  margin: 0;
  width: 22rem;
}
.share-article-dialog__wrapper .share-article-modal__close {
  appearance: none;
  background-color: var(--o3-color-palette-black-60);
  border: 0;
  cursor: pointer;
  float: right;
  height: 14px;
  margin: var(--o3-spacing-2xs);
  mask-image: var(--o3-icon-cross);
  mask-repeat: no-repeat;
  mask-size: contain;
  position: relative;
  user-select: none;
  vertical-align: baseline;
  width: 14px;
}
.share-article-dialog__wrapper .share-article-modal__close:after {
  bottom: calc(var(--o3-spacing-3xs) * -1);
  content: '';
  left: calc(var(--o3-spacing-3xs) * -1);
  position: absolute;
  right: calc(var(--o3-spacing-3xs) * -1);
  top: calc(var(--o3-spacing-3xs) * -1);
}
.share-article-dialog__wrapper .share-article-dialog__main {
  padding: var(--o3-spacing-2xs);
}
.share-article-dialog__wrapper .share-article-dialog__main .no-margin,
.share-article-dialog__wrapper .share-article-dialog__main .o-forms-field,
.share-article-dialog__wrapper .share-article-dialog__main .o-forms-input {
  margin: 0;
}
.share-article-dialog__wrapper .share-article-dialog__main textarea#share-link {
  margin-bottom: var(--o3-spacing-2xs);
}
.share-article-dialog__wrapper .share-article-dialog__main .share-article-dialog__header {
  margin: 0;
  margin-bottom: var(--o3-spacing-2xs);
}
.share-article-dialog__wrapper .share-article-dialog__main .share-article-dialog__header-share-article-title {
  display: block;
  margin-bottom: var(--o3-spacing-5xs);
  margin-top: var(--o3-spacing-5xs);
}
.share-article-dialog__wrapper .share-article-dialog__main .share-article-dialog__header-share-link-title {
  margin-bottom: var(--o3-spacing-3xs);
  margin-top: var(--o3-spacing-4xs);
}
.share-article-dialog__wrapper
  .share-article-dialog__main
  .share-article-dialog__non-subscriber-checkbox
  :last-child {
  margin-bottom: 0;
}
.share-article-dialog__wrapper
  .share-article-dialog__main
  .share-article-dialog__advanced-sharing-options--element {
  display: flex;
}
.share-article-dialog__wrapper .share-article-dialog__main .share-article-dialog__advanced-sharing-options {
  margin-block: var(--o3-spacing-2xs);
}
.share-article-dialog__wrapper
  .share-article-dialog__main
  .share-article-dialog__advanced-sharing-options--mpr {
  margin-block: 0;
}
.share-article-dialog__wrapper
  .share-article-dialog__main
  .share-article-dialog__advanced-sharing-options--element {
  flex-direction: column;
  gap: calc(var(--o3-spacing-5xs) / 2);
}
.share-article-dialog__wrapper .share-article-dialog__main .share-article-dialog__include-highlights {
  margin-top: var(--o3-spacing-s);
}
.share-article-dialog__wrapper
  .share-article-dialog__main
  .shared-article-dialog__include-highlights-quote-wrapper {
  margin-bottom: var(--o3-spacing-s);
}
.share-article-dialog__wrapper .share-article-dialog__main .shared-article-dialog__include-highlights-quote {
  display: block;
  font-family: var(--o3-font-family-metric);
  font-family: Georgia, serif;
  font-size: var(--o3-font-size-metric2-negative-1);
  line-height: var(--o3-font-lineheight-metric2-negative-1);
  padding: var(--o3-spacing-5xs) var(--o3-spacing-3xs);
}
.share-article-dialog__wrapper .share-article-dialog__main .share-article-dialog__create-link-button {
  margin-top: var(--o3-spacing-s);
  width: 100%;
}
.share-article-dialog__wrapper .share-article-dialog__main .share-article-dialog__footer :first-child {
  margin-top: var(--o3-spacing-s);
}
.share-article-dialog__wrapper .share-article-dialog__main .share-article-dialog__footer :last-child,
.share-article-dialog__wrapper .share-article-dialog__main .share-article-dialog__footer-message {
  margin-bottom: 0;
}
.share-article-dialog__wrapper .share-article-dialog__main .share-article-dialog__copy-confirmation-alert {
  margin-top: var(--o3-spacing-4xs);
  width: 100%;
}
.share-article-dialog__wrapper
  .share-article-dialog__main
  .share-article-dialog__advanced-non-subscriber--element {
  margin-top: var(--o3-spacing-2xs);
}
.share-article-dialog__wrapper
  .share-article-dialog__main
  .share-article-dialog__advanced-non-subscriber--mpr {
  margin-top: 0;
}
.share-article-dialog__wrapper .share-article-dialog__main .share-article-dialog__share-via-socials-title {
  margin-bottom: var(--o3-spacing-3xs);
  margin-top: var(--o3-spacing-3xs);
}
.share-article-dialog__wrapper .share-article-dialog__main .share-article-dialog__share-via-socials-wrapper {
  display: flex;
  gap: var(--o3-spacing-3xs);
}
.share-article-dialog__wrapper
  .share-article-dialog__main
  .o-share__icon.share-article-dialog__icon--email:hover {
  background-color: var(--o3-color-palette-slate);
  border-color: var(--o3-color-palette-slate);
  color: var(--o3-color-palette-white);
}
.share-article-dialog__wrapper .share-article-dialog__main .share-article-dialog__alert {
  margin-top: var(--o3-spacing-2xs);
}
.share-article-dialog__wrapper .share-article-dialog__main .share-article-dialog__alert strong {
  font-family: var(--o3-font-family-metric);
  font-weight: var(--o3-font-weight-medium);
}
.share-article-dialog__wrapper
  .share-article-dialog__main
  .share-article-dialog__alert:has(.no-credit-alert--mpr-version) {
  margin-top: 0;
}
#share-article-modal {
  position: absolute;
}
@media (min-width: 61.25em) {
  #share-article-modal {
    left: 100%;
    margin-left: var(--o3-spacing-2xs);
    top: 0;
  }
}
.advanced-sharing-first-use-tooltip {
  white-space: normal;
  width: 130px;
}
.advanced-sharing-first-use-tooltip p {
  margin: 0;
}
.o-share {
  display: inline-block;
}
.o-share .o-share__icon {
  border-color: #807973;
  color: #000;
}
.o-share .o-share__icon:focus {
  box-shadow:
    0 0 0 4px #fff,
    0 0 0 8px #4d4845;
}
@supports selector(:focus-visible) {
  .o-share .o-share__icon:focus {
    box-shadow: unset;
    outline: unset;
  }
  .o-share .o-share__icon:focus-visible {
    box-shadow:
      0 0 0 4px #fff,
      0 0 0 8px #4d4845;
  }
}
.o-share .o-share__icon__image > svg {
  fill: currentColor;
}
.o-share .o-share__icon--x:focus,
.o-share .o-share__icon--x:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.o-share .o-share__icon--facebook:focus,
.o-share .o-share__icon--facebook:hover {
  background-color: #3b579d;
  border-color: #3b579d;
  color: #fff;
}
.o-share .o-share__icon--whatsapp:focus,
.o-share .o-share__icon--whatsapp:hover {
  background-color: #25d366;
  border-color: #25d366;
  color: #fff;
}
.o-share .o-share__icon--linkedin:focus,
.o-share .o-share__icon--linkedin:hover {
  background-color: #0077b5;
  border-color: #0077b5;
  color: #fff;
}
.o-share .o-share__icon--corporate:focus,
.o-share .o-share__icon--corporate:hover,
.o-share .o-share__icon--share:focus,
.o-share .o-share__icon--share:hover {
  background-color: #0a5e66;
  border-color: #0a5e66;
  color: #fff;
}
.o-share .o-share__text {
  margin-right: 10px;
}
.o-share .o-share__icon__image {
  background-size: 40px 40px;
  height: 38px;
  width: 38px;
}
.o-share .o-share__icon {
  margin: 0 -1px 0 0;
}
.o-share .o-share__action:last-child .o-share__icon {
  margin: 0;
}
.o-share.o-share--vertical .o-share__icon {
  margin: 0 0 -1px;
}
.o-share.o-share--vertical .o-share__action--labelled .o-share__text {
  margin: -6px 0 4px;
}
.o-share.o-share--vertical .o-share__action {
  max-width: 40px;
}
.o-share ul {
  margin: 0;
  padding: 0;
}
.o-share__action {
  box-sizing: border-box;
  cursor: pointer;
  float: left;
  line-height: 1;
  list-style-type: none;
}
.o-share__icon {
  align-items: center;
  background-color: transparent;
  background-repeat: no-repeat;
  border: 1px solid #807973;
  color: #000;
  cursor: pointer;
  display: flex;
  padding: 0;
  position: relative;
  text-decoration: none;
}
.o-share__icon:focus,
.o-share__icon:hover {
  z-index: 1;
}
.o-share__icon:after {
  content: '';
  display: block;
  position: absolute;
}
.o-share__text {
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: center;
}
.o-share__action:not(.o-share__action--labelled) .o-share__text {
  position: absolute;
  clip: rect(0 0 0 0);
  border: 0;
  clip-path: polygon(0 0, 0 0);
  height: 2px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  width: 2px;
}
.o-share--inverse .o-share__icon {
  border-color: #939599;
  color: #fff;
}
.o-share--inverse .o-share__icon:focus {
  box-shadow:
    0 0 0 4px #4d4845,
    0 0 0 8px #fff;
}
@supports selector(:focus-visible) {
  .o-share--inverse .o-share__icon:focus {
    box-shadow: unset;
    outline: unset;
  }
  .o-share--inverse .o-share__icon:focus-visible {
    box-shadow:
      0 0 0 4px #4d4845,
      0 0 0 8px #fff;
  }
}
.o-share--inverse .o-share__icon__image > svg {
  fill: currentColor;
}
.o-share--inverse .o-share__icon--x:focus,
.o-share--inverse .o-share__icon--x:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.o-share--inverse .o-share__icon--facebook:focus,
.o-share--inverse .o-share__icon--facebook:hover {
  background-color: #3b579d;
  border-color: #3b579d;
  color: #fff;
}
.o-share--inverse .o-share__icon--whatsapp:focus,
.o-share--inverse .o-share__icon--whatsapp:hover {
  background-color: #25d366;
  border-color: #25d366;
  color: #fff;
}
.o-share--inverse .o-share__icon--linkedin:focus,
.o-share--inverse .o-share__icon--linkedin:hover {
  background-color: #0077b5;
  border-color: #0077b5;
  color: #fff;
}
.o-share--inverse .o-share__icon--corporate:focus,
.o-share--inverse .o-share__icon--corporate:hover,
.o-share--inverse .o-share__icon--share:focus,
.o-share--inverse .o-share__icon--share:hover {
  background-color: #0a5e66;
  border-color: #0a5e66;
  color: #fff;
}
.o-share--vertical .o-share__action {
  float: none;
}
.o-share--vertical .o-share__icon {
  flex-direction: column;
}
.o-share--vertical .o-share__text {
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  word-wrap: anywhere;
  overflow-wrap: anywhere;
}
.share-nav {
  position: relative;
}
.share-nav__vertical {
  display: none;
}
@media (min-width: 61.25em) {
  .share-nav__vertical {
    display: block;
    position: sticky;
    top: var(--o3-spacing-3xl);
    z-index: 7;
  }
  .share-nav__horizontal {
    display: none;
  }
}
.core .share-nav .share-nav__share-action {
  display: none;
}
@media (min-width: 30.625em) {
  .share-nav .share-nav__whatsapp-action {
    display: none;
  }
}
.share-nav__save-action .n-myft-ui__save-button-with-icon:not([disabled]):focus,
.share-nav__save-action .n-myft-ui__save-button-with-icon:not([disabled]):hover {
  background-color: var(--o3-color-palette-teal-40);
  border-color: var(--o3-color-palette-teal-40);
  color: var(--o3-color-palette-white);
}
.share-nav__save-action .n-myft-ui__save-button-with-icon:not([disabled]):focus:before,
.share-nav__save-action .n-myft-ui__save-button-with-icon:not([disabled]):hover:before {
  background-color: var(--o3-color-palette-white);
}
.share-nav__save-action .n-myft-ui__save-button-with-icon {
  border: 1px solid var(--o3-color-palette-black-50);
}
.share-nav__save-action .n-myft-ui__save-button-with-icon .save-button-with-icon-copy {
  position: static;
}
.share-nav__horizontal .share-nav__save-action .save-button-with-icon-copy {
  font-size: var(--o3-font-size-metric2-negative-2);
  line-height: var(--o3-font-lineheight-metric2-negative-2);
}
.share-nav__vertical .share-nav__save-action .n-myft-ui__save-button-with-icon,
.share-nav__vertical .share-nav__save-action .n-myft-ui__save-button-with-icon:not([disabled]) {
  height: auto;
  margin: 0 0 -1px;
  width: 40px;
}
.share-nav__horizontal .share-nav__save-action .n-myft-ui__save-button-with-icon,
.share-nav__horizontal .share-nav__save-action .n-myft-ui__save-button-with-icon:not([disabled]) {
  flex-direction: row;
  height: 40px;
  margin: 0 -1px 0 0;
  min-height: 40px;
  padding-bottom: 0;
  padding-left: calc(var(--o3-spacing-4xs) - 2px);
  padding-right: 10px;
  padding-top: 0;
  width: auto;
}
.o-teaser-collection {
  margin-bottom: 35px;
}
.o-teaser-collection__heading {
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.75rem;
  margin: 0;
  padding-bottom: 20px;
  padding-top: 12px;
  position: relative;
  width: 100%;
  -webkit-font-smoothing: antialiased;
}
.o-teaser-collection__heading:after,
.o-teaser-collection__heading:before {
  border-top: 8px solid rgba(0, 0, 0, 0.05);
  content: '';
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.o-teaser-collection__heading:after {
  border-top-color: #000;
}
@media (min-width: 61.25em) {
  .o-teaser-collection__heading:after {
    width: 32.5%;
  }
}
.o-teaser-collection__heading--full-width:after {
  width: 100%;
}
@media (min-width: 61.25em) {
  .o-teaser-collection__heading--half-width:after {
    width: 49%;
  }
}
.o-teaser-collection__heading--small {
  border-bottom: 1px solid #ccc1b7;
  margin-bottom: 20px;
}
.o-teaser-collection__heading--small:after {
  width: 100%;
}
.o-teaser-collection__heading a {
  border: 0;
  color: inherit;
  padding: 1px 0 3px;
  text-decoration: none;
}
.o-teaser-collection__heading a:hover {
  color: #736c67;
}
.o-teaser-collection__heading a:after {
  background-color: transparent;
  background-image: url(assets/f737bb920d81eff7.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 30px;
  margin-left: -13px;
  margin-top: -10px;
  position: relative;
  right: -13px;
  top: 8px;
  vertical-align: baseline;
  width: 30px;
}
@media screen and (-ms-high-contrast: active) {
  .o-teaser-collection__heading a:after {
    background-image: url(assets/48bdca0d13ebb5fe.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .o-teaser-collection__heading a:after {
    background-image: url(assets/f737bb920d81eff7.svg);
  }
}
.o-teaser-collection__items {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.o-teaser-collection__heading--inverse {
  color: #fff;
}
.o-teaser-collection__heading--inverse:after,
.o-teaser-collection__heading--inverse:before {
  border: 0;
}
.o-teaser-collection__heading--inverse a:after {
  background-color: transparent;
  background-image: url(assets/aae7f473c57de481.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 30px;
  vertical-align: baseline;
  width: 30px;
}
@media screen and (-ms-high-contrast: active) {
  .o-teaser-collection__heading--inverse a:after {
    background-image: url(assets/48bdca0d13ebb5fe.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .o-teaser-collection__heading--inverse a:after {
    background-image: url(assets/f737bb920d81eff7.svg);
  }
}
.o-teaser-collection__item--stretched {
  display: flex;
}
.o-teaser-collection--stream {
  margin: 20px 0 50px;
}
.o-teaser-collection--stream .o-teaser-collection__list {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}
.o-teaser-collection--stream .o-teaser-collection__item {
  position: relative;
}
.o-teaser-collection--stream .o-teaser__content {
  padding-right: 50px;
}
.o-teaser-collection--top-standalone {
  border-bottom: 1px solid #ccc1b7;
}
.o-teaser-collection--top-standalone .o-teaser {
  display: flex;
  flex-direction: column;
}
.o-teaser-collection--top-standalone .o-teaser__content {
  flex-grow: 1;
}
.o-teaser-collection--top-standalone .o-teaser__related {
  margin: 0;
}
.o-teaser-collection--mid-slice {
  border-bottom: 1px solid #ccc1b7;
  border-top: 1px solid #ccc1b7;
  padding: 20px 0 0;
}
.o-teaser-collection--numbered .o-teaser-collection__items {
  counter-reset: o-teaser-collection-items;
}
.o-teaser-collection--numbered .o-teaser-collection__item {
  counter-increment: o-teaser-collection-items;
  padding-left: 28px;
  position: relative;
}
.o-teaser-collection--numbered .o-teaser-collection__item:before {
  content: counter(o-teaser-collection-items);
  font-family:
    financier display VF,
    serif;
  font-size: 2rem;
  font-weight: 300;
  left: 0;
  line-height: 2rem;
  position: absolute;
  top: 0;
}
.o-teaser-collection--special {
  background-color: #f2dfce;
  border-top: 0;
  margin-bottom: 50px;
  position: relative;
}
.o-teaser-collection--special:after {
  background-color: #f2dfce;
  content: '';
  height: 100%;
  left: -50%;
  position: absolute;
  right: -50%;
  top: 0;
  z-index: -1;
}
@supports (width: 100vw) {
  .o-teaser-collection--special:after {
    left: 50%;
    margin-left: -50vw;
    right: auto;
    width: 100vw;
  }
}
.o-teaser-collection--horizontal .o-teaser-collection__items {
  flex-direction: row;
}
.o-teaser-collection--horizontal.o-teaser-collection--numbered .o-teaser-collection__item {
  padding-left: inherit;
  padding-right: 16px;
  padding-top: 28px;
}
.o-teaser-collection--big-story {
  background-color: #f2dfce;
  border-top: 0;
  margin-bottom: 50px;
  position: relative;
}
.o-teaser-collection--big-story:after {
  background-color: #f2dfce;
  content: '';
  height: 100%;
  left: -50%;
  position: absolute;
  right: -50%;
  top: 0;
  z-index: -1;
}
@supports (width: 100vw) {
  .o-teaser-collection--big-story:after {
    left: 50%;
    margin-left: -50vw;
    right: auto;
    width: 100vw;
  }
}
.o-teaser-collection--big-story .o-teaser-collection__heading,
.o-teaser-collection--big-story .o-teaser-collection__heading--inverse {
  position: absolute;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 61.25em) {
  .o-teaser-collection--big-story .o-teaser-collection__heading,
  .o-teaser-collection--big-story .o-teaser-collection__heading--inverse {
    width: 32.5%;
  }
}
.o-teaser-collection--big-story .o-teaser-collection__heading--inverse:before,
.o-teaser-collection--big-story .o-teaser-collection__heading:before {
  display: none;
}
.o-teaser-collection--big-story .o-teaser-collection__heading--inverse:after,
.o-teaser-collection--big-story .o-teaser-collection__heading:after {
  width: 100%;
}
.o-teaser-collection--big-story .o-teaser-collection__related {
  margin: 10px 0 0;
}
@media (min-width: 46.25em) {
  .o-teaser-collection--big-story .o-teaser-collection__related .o-teaser {
    border-bottom-width: 0;
  }
}
@media (min-width: 61.25em) {
  .o-teaser-collection--big-story .o-teaser-collection__related .o-teaser {
    border-bottom-width: 1px;
  }
}
.o-teaser-collection--assassination {
  background-color: #262a33;
  border-top: 0;
  margin-bottom: 50px;
  position: relative;
}
.o-teaser-collection--assassination:after {
  background-color: #262a33;
  content: '';
  height: 100%;
  left: -50%;
  position: absolute;
  right: -50%;
  top: 0;
  z-index: -1;
}
@supports (width: 100vw) {
  .o-teaser-collection--assassination:after {
    left: 50%;
    margin-left: -50vw;
    right: auto;
    width: 100vw;
  }
}
.o-teaser-collection--assassination .o-teaser-collection__heading,
.o-teaser-collection--assassination .o-teaser-collection__heading--inverse {
  position: absolute;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 61.25em) {
  .o-teaser-collection--assassination .o-teaser-collection__heading,
  .o-teaser-collection--assassination .o-teaser-collection__heading--inverse {
    width: 32.5%;
  }
}
.o-teaser-collection--assassination .o-teaser-collection__heading--inverse:before,
.o-teaser-collection--assassination .o-teaser-collection__heading:before {
  display: none;
}
.o-teaser-collection--assassination .o-teaser-collection__heading--inverse:after,
.o-teaser-collection--assassination .o-teaser-collection__heading:after {
  width: 100%;
}
.o-teaser-collection--assassination .o-teaser-collection__related {
  margin: 10px 0 0;
}
@media (min-width: 46.25em) {
  .o-teaser-collection--assassination .o-teaser-collection__related .o-teaser {
    border-bottom-width: 0;
  }
}
@media (min-width: 61.25em) {
  .o-teaser-collection--assassination .o-teaser-collection__related .o-teaser {
    border-bottom-width: 1px;
  }
}
.o-teaser-collection--assassination-related {
  background-color: #2d3039;
  border-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  position: relative;
  z-index: 1;
}
.o-teaser-collection--assassination-related:after {
  background-color: #2d3039;
  content: '';
  height: 100%;
  left: -50%;
  position: absolute;
  right: -50%;
  top: 0;
  z-index: -1;
}
@supports (width: 100vw) {
  .o-teaser-collection--assassination-related:after {
    left: 50%;
    margin-left: -50vw;
    right: auto;
    width: 100vw;
  }
}
.o-teaser-collection--assassination-related:after {
  margin-left: calc(-50vw + 5px);
}
@media (min-width: 46.25em) {
  .o-teaser-collection--assassination-related:after {
    margin-left: calc(-50vw + 10px);
  }
}
.o-teaser-collection--assassination-related .o-teaser-collection__item {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
  margin: 0;
  padding: 15px 0;
}
@media (min-width: 46.25em) {
  .o-teaser-collection--assassination-related .o-teaser-collection__item {
    border-bottom: 0;
    border-right: 1px solid hsla(0, 0%, 100%, 0.2);
    margin: 20px 0;
    padding: 0 10px;
  }
}
.o-teaser-collection--assassination-related .o-teaser-collection__item:last-child {
  border: 0;
}
.o-teaser-collection--assassination-related .o-teaser-collection__item .o-teaser {
  margin-bottom: 0;
}
.o-teaser-collection--assassination-related .o-teaser-collection__item .o-teaser--live .o-teaser__timestamp {
  order: 0;
}
.o-teaser {
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  margin-bottom: 16px;
  position: relative;
  text-rendering: optimizeLegibility;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.o-teaser *,
.o-teaser :after,
.o-teaser :before {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
.o-teaser__meta,
.o-teaser__tag,
.o-teaser__tag-prefix,
.o-teaser__tag-suffix {
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}
a.o-teaser__tag,
a.o-teaser__tag-prefix {
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
}
.o-teaser__meta {
  color: #990f3d;
  margin-bottom: 12px;
}
.o-teaser__tag-suffix {
  color: #66605c;
}
.o-teaser__tag,
.o-teaser__tag-prefix {
  margin-right: 0.25em;
}
.o-teaser__tag {
  border: 0;
  color: inherit;
  text-decoration: none;
}
.o-teaser__tag:focus,
.o-teaser__tag:hover {
  color: #736c67;
}
.o-teaser__tag span {
  display: inline-block;
}
.o-teaser__heading {
  color: #000;
  font-family:
    financier display VF,
    serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.5rem;
  margin-bottom: 0;
  margin-top: 0;
}
.o-teaser__heading a {
  border: 0;
  color: inherit;
  text-decoration: none;
}
.o-teaser__heading a:visited {
  color: #66605c;
}
.o-teaser__heading a:focus,
.o-teaser__heading a:hover {
  color: #736c67;
}
.o-teaser__standfirst {
  color: #66605c;
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  margin-bottom: 0;
  margin-top: 0;
}
.o-teaser__standfirst a {
  border: 0;
  color: inherit;
  text-decoration: none;
}
.o-teaser__standfirst a:visited {
  color: #66605c;
}
.o-teaser__heading + .o-teaser__standfirst {
  margin-top: 8px;
}
.o-teaser__visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  border: 0;
  clip-path: polygon(0 0, 0 0);
  height: 2px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  width: 2px;
}
.o-teaser__image-placeholder {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  z-index: 1;
}
.o-teaser__image-placeholder .o-teaser__image {
  float: left;
}
.o-teaser__image {
  display: block;
  margin: 0;
  width: 100%;
}
.o-teaser--has-headshot .o-teaser__content {
  min-height: 60px;
  padding-right: 95px;
}
.o-teaser__headshot {
  bottom: 0;
  height: 75px;
  position: absolute;
  right: 0;
  width: 75px;
}
.o-teaser__timestamp,
.o-teaser__timestamp-date {
  color: #66605c;
  display: block;
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  margin-top: auto;
  text-transform: uppercase;
}
.o-teaser__timestamp {
  padding-top: 16px;
}
.o-teaser__timestamp.o-teaser__timestamp--new > .o-labels-indicator__status:before,
.o-teaser__timestamp.o-teaser__timestamp--new > .o-teaser__timestamp-prefix:before,
.o-teaser__timestamp.o-teaser__timestamp--updated > .o-labels-indicator__status:before,
.o-teaser__timestamp.o-teaser__timestamp--updated > .o-teaser__timestamp-prefix:before {
  display: none;
}
.o-teaser__timestamp--inprogress > .o-labels-indicator__status:before,
.o-teaser__timestamp--inprogress > .o-teaser__timestamp-prefix:before,
.o-teaser__timestamp--live > .o-labels-indicator__status:before,
.o-teaser__timestamp--live > .o-teaser__timestamp-prefix:before {
  animation: _o-labels-live-pulse 1.2s ease-in-out infinite;
}
@media (prefers-reduced-motion) {
  .o-teaser__timestamp--inprogress > .o-labels-indicator__status:before,
  .o-teaser__timestamp--inprogress > .o-teaser__timestamp-prefix:before,
  .o-teaser__timestamp--live > .o-labels-indicator__status:before,
  .o-teaser__timestamp--live > .o-teaser__timestamp-prefix:before {
    animation: none;
  }
}
.o-teaser__timestamp--comingsoon {
  color: #fd9d00;
}
.o-teaser__syndication-indicator {
  border-radius: 50%;
  position: relative;
  top: 4px;
}
.o-teaser__syndication-indicator span {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
  height: 1px;
  overflow: hidden;
  padding: 0;
  width: 1px;
}
.syndi.o-teaser__syndication-indicator {
  background-color: transparent;
  background-color: #999189;
  background-image: url(assets/82b977a32948c827.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 20px;
  vertical-align: baseline;
  width: 20px;
}
@media screen and (-ms-high-contrast: active) {
  .syndi.o-teaser__syndication-indicator {
    background-image: url(assets/3e385832e90aeec6.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .syndi.o-teaser__syndication-indicator {
    background-image: url(assets/31c95af2bc0ea871.svg);
  }
}
.o-teaser__syndication-indicator--yes,
.syndi.o-teaser__syndication-indicator--yes {
  background-color: transparent;
  background-color: #00994d;
  background-image: url(assets/b8096585577bdef6.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 20px;
  vertical-align: baseline;
  width: 20px;
}
@media screen and (-ms-high-contrast: active) {
  .o-teaser__syndication-indicator--yes,
  .syndi.o-teaser__syndication-indicator--yes {
    background-image: url(assets/7d8c9951c9c7b9ed.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .o-teaser__syndication-indicator--yes,
  .syndi.o-teaser__syndication-indicator--yes {
    background-image: url(assets/997dd3bce251eaac.svg);
  }
}
.o-teaser__syndication-indicator--no,
.syndi.o-teaser__syndication-indicator--no {
  background-color: transparent;
  background-color: #c00;
  background-image: url(assets/82b977a32948c827.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 20px;
  vertical-align: baseline;
  width: 20px;
}
@media screen and (-ms-high-contrast: active) {
  .o-teaser__syndication-indicator--no,
  .syndi.o-teaser__syndication-indicator--no {
    background-image: url(assets/3e385832e90aeec6.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .o-teaser__syndication-indicator--no,
  .syndi.o-teaser__syndication-indicator--no {
    background-image: url(assets/31c95af2bc0ea871.svg);
  }
}
.o-teaser__syndication-indicator--verify,
.syndi.o-teaser__syndication-indicator--verify {
  background-color: transparent;
  background-color: #f83;
  background-image: url(assets/b8096585577bdef6.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 20px;
  vertical-align: baseline;
  width: 20px;
}
@media screen and (-ms-high-contrast: active) {
  .o-teaser__syndication-indicator--verify,
  .syndi.o-teaser__syndication-indicator--verify {
    background-image: url(assets/7d8c9951c9c7b9ed.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .o-teaser__syndication-indicator--verify,
  .syndi.o-teaser__syndication-indicator--verify {
    background-image: url(assets/997dd3bce251eaac.svg);
  }
}
.o-teaser--paid-post,
.o-teaser--promoted-content {
  color: #000;
}
.o-teaser--paid-post .o-teaser__meta,
.o-teaser--promoted-content .o-teaser__meta {
  color: #66605c;
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25rem;
  margin-bottom: 12px;
}
.o-teaser--paid-post .o-teaser__promoted-prefix,
.o-teaser--promoted-content .o-teaser__promoted-prefix {
  color: #355778;
  display: block;
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25rem;
  text-transform: uppercase;
}
.o-teaser--paid-post .o-teaser__promoted-by,
.o-teaser--promoted-content .o-teaser__promoted-by {
  text-transform: uppercase;
}
.o-teaser--promoted-content .o-teaser__heading a {
  border-bottom: 0;
  color: #000;
  text-decoration-color: #ccc1b7;
}
.o-teaser--promoted-content .o-teaser__heading a:hover {
  color: #736c67;
  text-decoration-color: #999189;
}
.o-teaser--promoted-content .o-teaser__heading a:focus {
  color: #736c67;
  text-decoration-color: transparent;
}
.o-teaser__labels {
  color: #66605c;
  display: block;
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  margin-top: auto;
  padding-top: 16px;
  text-transform: uppercase;
}
.o-teaser--opinion .o-teaser__meta {
  color: #0f5499;
}
.o-teaser--opinion.o-teaser--opinion-background .o-teaser__standfirst,
.o-teaser--opinion.o-teaser--opinion-background .o-teaser__timestamp {
  color: #525c66;
}
.o-teaser--opinion.o-teaser--opinion-background.o-teaser--large .o-teaser__content,
.o-teaser--opinion.o-teaser--opinion-background.o-teaser--large .o-teaser__image-container:after {
  background: #cce6ff;
  border: 0;
  color: #000;
}
@media (min-width: 30.625em) and (max-width: 61.24em) {
  .o-teaser--opinion.o-teaser--opinion-background.o-teaser--large .o-teaser__content:after {
    background: #cce6ff;
    border: 0;
    color: #000;
    top: 0;
  }
}
.o-teaser--inverse .o-teaser__heading a:focus,
.o-teaser--inverse .o-teaser__heading a:hover,
.o-teaser--inverse .o-teaser__heading a:visited,
.o-teaser--inverse .o-teaser__standfirst a:visited,
.o-teaser--inverse .o-teaser__tag:focus,
.o-teaser--inverse .o-teaser__tag:hover {
  color: #999;
}
.o-teaser--inverse .o-teaser__heading,
.o-teaser--inverse .o-teaser__meta,
.o-teaser--inverse .o-teaser__tag-suffix {
  color: #fff;
}
.o-teaser--inverse .o-teaser__standfirst,
.o-teaser--inverse .o-teaser__timestamp,
.o-teaser--inverse .o-teaser__timestamp-date {
  color: #999;
}
.o-teaser--small {
  border-bottom: 1px solid #ccc1b7;
  display: flex;
  padding-bottom: 12px;
}
.o-teaser--small .o-teaser__content {
  flex: 1 0 0%;
  order: 2;
}
.o-teaser--small .o-teaser__image-container {
  flex-shrink: 0;
  padding-right: 20px;
  width: 30%;
}
@media (max-width: 46.24em) {
  .o-teaser--small .o-teaser__image-container {
    display: none;
  }
}
.o-teaser--small.o-teaser--post {
  border-bottom: 0;
}
.o-teaser--small.o-teaser--post .o-teaser__meta {
  margin-bottom: 8px;
}
.o-teaser--small.o-teaser--post .o-teaser__tag-prefix {
  color: #990f3d;
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25rem;
  margin-right: 4px;
}
.o-teaser--small.o-teaser--post .o-teaser__tag {
  color: #990f3d;
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.o-teaser--small.o-teaser--post .o-teaser__standfirst {
  display: none;
}
.o-teaser--small.o-teaser--post .o-teaser__image-placeholder {
  display: flex;
  height: auto;
  padding: 0;
  width: 100%;
}
.o-teaser--small.o-teaser--post .o-teaser__image-placeholder img {
  width: 100%;
}
.o-teaser--small.o-teaser--post .o-teaser__timestamp {
  display: none;
}
.o-teaser--small.o-teaser--post .o-teaser__content {
  background: #f2dfce;
  box-sizing: border-box;
  padding: 12px;
}
.o-teaser--small.o-teaser--post .o-teaser__content a {
  text-decoration: none;
}
.o-teaser--small.o-teaser--post .o-teaser__image-container {
  background: #f2dfce;
  display: flex;
  flex: 1 0 50%;
  padding: 0;
  width: 100%;
}
.o-teaser--small.o-teaser--post .o-teaser__image-container a {
  width: 100%;
}
.o-teaser--small.o-teaser--post .o-teaser__content {
  flex: 1 0 50%;
}
.o-teaser--small.o-teaser--post .o-teaser__heading,
.o-teaser--small.o-teaser--post .o-teaser__heading a {
  color: #000;
  font-family:
    financier display VF,
    serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.5rem;
}
@media (max-width: 30.615em) {
  .o-teaser--small.o-teaser--post {
    flex-direction: column;
  }
  .o-teaser--small.o-teaser--post .o-teaser__image-container {
    display: block;
    padding: 0;
    width: 100%;
  }
}
.o-teaser--small.o-teaser--post.o-teaser--opinion {
  border-bottom: 0;
}
.o-teaser--small.o-teaser--post.o-teaser--opinion .o-teaser__meta {
  margin-bottom: 8px;
}
.o-teaser--small.o-teaser--post.o-teaser--opinion .o-teaser__tag-prefix {
  color: #990f3d;
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25rem;
  margin-right: 4px;
}
.o-teaser--small.o-teaser--post.o-teaser--opinion .o-teaser__tag {
  color: #990f3d;
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.o-teaser--small.o-teaser--post.o-teaser--opinion .o-teaser__standfirst {
  display: none;
}
.o-teaser--small.o-teaser--post.o-teaser--opinion .o-teaser__image-placeholder {
  display: flex;
  height: auto;
  padding: 0;
  width: 100%;
}
.o-teaser--small.o-teaser--post.o-teaser--opinion .o-teaser__image-placeholder img {
  width: 100%;
}
.o-teaser--small.o-teaser--post.o-teaser--opinion .o-teaser__timestamp {
  display: none;
}
.o-teaser--small.o-teaser--post.o-teaser--opinion .o-teaser__content {
  background: #f2dfce;
  box-sizing: border-box;
  padding: 12px;
}
.o-teaser--small.o-teaser--post.o-teaser--opinion .o-teaser__content a {
  text-decoration: none;
}
.o-teaser--small.o-teaser--post.o-teaser--opinion .o-teaser__image-container {
  background: #f2dfce;
  display: flex;
  flex: 1 0 50%;
  padding: 0;
  width: 100%;
}
.o-teaser--small.o-teaser--post.o-teaser--opinion .o-teaser__image-container a {
  width: 100%;
}
.o-teaser--small.o-teaser--post.o-teaser--opinion .o-teaser__content {
  flex: 1 0 50%;
}
.o-teaser--small.o-teaser--post.o-teaser--opinion .o-teaser__heading,
.o-teaser--small.o-teaser--post.o-teaser--opinion .o-teaser__heading a {
  color: #000;
  font-family:
    financier display VF,
    serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.5rem;
}
.o-teaser--small.o-teaser--post.o-teaser--opinion .o-teaser__heading:before {
  background-color: transparent;
  background-image: url(assets/5698769c3b054f99.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: cover;
  content: '';
  display: inline-block;
  height: 30px;
  height: 13px;
  margin-left: -5px;
  position: relative;
  vertical-align: baseline;
  width: 30px;
}
@media screen and (-ms-high-contrast: active) {
  .o-teaser--small.o-teaser--post.o-teaser--opinion .o-teaser__heading:before {
    background-image: url(assets/5b97ecb2bd179be3.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .o-teaser--small.o-teaser--post.o-teaser--opinion .o-teaser__heading:before {
    background-image: url(assets/8a577a7d3d51cbd8.svg);
  }
}
.o-teaser--small.o-teaser--post.o-teaser--opinion .o-teaser__tag,
.o-teaser--small.o-teaser--post.o-teaser--opinion .o-teaser__tag-prefix {
  color: #0f5499;
}
@media (max-width: 30.615em) {
  .o-teaser--small.o-teaser--post.o-teaser--opinion {
    flex-direction: column;
  }
  .o-teaser--small.o-teaser--post.o-teaser--opinion .o-teaser__image-container {
    display: block;
    padding: 0;
    width: 100%;
  }
}
.o-teaser--small.o-teaser--stacked {
  flex-direction: column;
}
.o-teaser--small.o-teaser--stacked .o-teaser__content {
  flex-basis: auto;
}
@media (min-width: 46.25em) {
  .o-teaser--small.o-teaser--stacked {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
.o-teaser--small.o-teaser--stacked .o-teaser__image-container {
  margin-bottom: 12px;
  min-height: 1px;
  padding-right: 0;
  padding-top: 0;
  width: 100%;
}
.o-teaser--small.o-teaser--image-position-right.o-teaser--has-image .o-teaser__image-container {
  order: 2;
  padding-left: 20px;
  padding-right: inherit;
}
.o-teaser--audio .o-teaser__heading:before {
  background-color: transparent;
  background-color: #262a33;
  background-image: url(assets/bd8c2da670b11dea.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 0.7em;
  margin-right: 0.15em;
  min-height: 12px;
  min-width: 12px;
  vertical-align: baseline;
  width: 0.7em;
}
@media screen and (-ms-high-contrast: active) {
  .o-teaser--audio .o-teaser__heading:before {
    background-image: url(assets/cd1ad847841bc8aa.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .o-teaser--audio .o-teaser__heading:before {
    background-image: url(assets/e5bcb5fa4600fa8a.svg);
  }
}
.o-teaser--audio.o-teaser--has-image .o-teaser__heading:before {
  content: none;
}
@media (max-width: 46.24em) {
  .o-teaser--audio.o-teaser--has-image.o-teaser--small .o-teaser__heading:before {
    content: '';
  }
}
.o-teaser--audio .o-teaser__image-placeholder {
  position: relative;
}
.o-teaser--audio .o-teaser__image-placeholder:after {
  background-color: transparent;
  background-color: #262a33;
  background-image: url(assets/bd8c2da670b11dea.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: '';
  display: inline-block;
  left: 0;
  min-height: 20px;
  min-width: 20px;
  padding-top: 15%;
  pointer-events: none;
  position: absolute;
  vertical-align: baseline;
  width: 15%;
  z-index: 1;
}
@media screen and (-ms-high-contrast: active) {
  .o-teaser--audio .o-teaser__image-placeholder:after {
    background-image: url(assets/cd1ad847841bc8aa.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .o-teaser--audio .o-teaser__image-placeholder:after {
    background-image: url(assets/e5bcb5fa4600fa8a.svg);
  }
}
.o-teaser--large,
.o-teaser--large-landscape,
.o-teaser--large-portrait {
  zoom: 1;
}
.o-teaser--large-landscape:after,
.o-teaser--large-landscape:before,
.o-teaser--large-portrait:after,
.o-teaser--large-portrait:before,
.o-teaser--large:after,
.o-teaser--large:before {
  content: '';
  display: table;
  display: flex;
}
.o-teaser--large-landscape:after,
.o-teaser--large-portrait:after,
.o-teaser--large:after {
  clear: both;
}
.o-teaser--large .o-teaser__content,
.o-teaser--large-landscape .o-teaser__content,
.o-teaser--large-portrait .o-teaser__content {
  border: 1px solid #ccc1b7;
  padding: 20px;
}
.o-teaser--large .o-teaser__heading,
.o-teaser--large-landscape .o-teaser__heading,
.o-teaser--large-portrait .o-teaser__heading {
  font-family:
    financier display VF,
    serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 2rem;
}
.o-teaser--large .o-teaser__standfirst,
.o-teaser--large-landscape .o-teaser__standfirst,
.o-teaser--large-portrait .o-teaser__standfirst {
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin-top: 24px;
}
@media (min-width: 61.25em) {
  .o-teaser--large .o-teaser__standfirst,
  .o-teaser--large-landscape .o-teaser__standfirst,
  .o-teaser--large-portrait .o-teaser__standfirst {
    font-family:
      metric\2 VF,
      sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5rem;
  }
}
.o-teaser--large-portrait .o-teaser__content {
  border-bottom: 0;
}
.o-teaser--large-portrait .o-teaser__image {
  position: relative;
  z-index: 1;
}
.o-teaser--large-portrait .o-teaser__image-container {
  float: none;
  margin-top: -1px;
  padding-left: 25%;
  position: relative;
  width: 100%;
}
.o-teaser--large-portrait .o-teaser__image-container:after {
  border-bottom: 1px solid #ccc1b7;
  border-left: 1px solid #ccc1b7;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.o-teaser--large-landscape .o-teaser__content {
  border-right: 0;
  float: left;
  position: relative;
  width: 60%;
}
.o-teaser--large-landscape .o-teaser__content:after {
  border: 1px solid #ccc1b7;
  border-left: 0;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  right: -25%;
  top: 1px;
  width: 25%;
}
.o-teaser--large-landscape .o-teaser__image {
  max-width: 220px;
  position: relative;
  z-index: 1;
}
.o-teaser--large-landscape .o-teaser__image-container {
  float: right;
  margin-top: 0;
  padding-left: 0;
  position: relative;
  width: 40%;
}
.o-teaser--large-landscape .o-teaser__image-container:after {
  display: none;
}
.o-teaser--large.o-teaser--has-image .o-teaser__image {
  position: relative;
  z-index: 1;
}
@media (min-width: 46.25em) and (max-width: 61.24em) {
  .o-teaser--large.o-teaser--has-image .o-teaser__image {
    max-width: 220px;
  }
}
.o-teaser--large.o-teaser--has-image .o-teaser__image-container {
  float: none;
  margin-top: -1px;
  padding-left: 25%;
  position: relative;
  width: 100%;
}
.o-teaser--large.o-teaser--has-image .o-teaser__image-container:after {
  border-bottom: 1px solid #ccc1b7;
  border-left: 1px solid #ccc1b7;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (min-width: 30.625em) and (max-width: 61.24em) {
  .o-teaser--large.o-teaser--has-image .o-teaser__image-container {
    float: right;
    margin-top: 0;
    padding-left: 0;
  }
  .o-teaser--large.o-teaser--has-image .o-teaser__image-container:after {
    display: none;
  }
}
@media (min-width: 30.625em) and (max-width: 46.24em) {
  .o-teaser--large.o-teaser--has-image .o-teaser__image-container {
    width: 40%;
  }
}
@media (min-width: 46.25em) and (max-width: 61.24em) {
  .o-teaser--large.o-teaser--has-image .o-teaser__image-container {
    width: 30%;
  }
}
@media (max-width: 30.615em) {
  .o-teaser--large.o-teaser--has-image .o-teaser__content {
    border-bottom: 0;
  }
}
@media (min-width: 30.625em) and (max-width: 61.24em) {
  .o-teaser--large.o-teaser--has-image .o-teaser__content {
    border-right: 0;
    float: left;
    position: relative;
  }
  .o-teaser--large.o-teaser--has-image .o-teaser__content:after {
    border: 1px solid #ccc1b7;
    border-left: 0;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    right: -25%;
    top: 1px;
    width: 25%;
  }
}
@media (min-width: 30.625em) and (max-width: 46.24em) {
  .o-teaser--large.o-teaser--has-image .o-teaser__content {
    width: 60%;
  }
}
@media (min-width: 46.25em) and (max-width: 61.24em) {
  .o-teaser--large.o-teaser--has-image .o-teaser__content {
    width: 70%;
  }
}
@media (min-width: 61.25em) {
  .o-teaser--large.o-teaser--has-image .o-teaser__content {
    border-bottom: 0;
  }
}
.o-teaser--hero {
  display: flex;
  flex-flow: column nowrap;
  zoom: 1;
}
.o-teaser--hero:after,
.o-teaser--hero:before {
  content: '';
  display: table;
  display: flex;
}
.o-teaser--hero:after {
  clear: both;
}
.o-teaser--hero .o-teaser__content {
  border: 1px solid #ccc1b7;
  padding: 20px;
}
.o-teaser--hero .o-teaser__heading {
  font-family:
    financier display VF,
    serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 2rem;
}
.o-teaser--hero .o-teaser__standfirst {
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin-top: 24px;
}
@media (min-width: 61.25em) {
  .o-teaser--hero .o-teaser__standfirst {
    font-family:
      metric\2 VF,
      sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5rem;
  }
}
.o-teaser--hero .o-teaser__content {
  background: #f2dfce;
  border: 0;
  word-break: break-word;
}
.o-teaser--hero.o-teaser :focus,
.o-teaser--hero.o-teaser :focus-visible {
  outline: revert;
  outline-color: currentColor;
}
.o-teaser--hero.o-teaser--has-image .o-teaser__image {
  position: relative;
  z-index: 1;
}
@media (min-width: 46.25em) and (max-width: 61.24em) {
  .o-teaser--hero.o-teaser--has-image .o-teaser__image {
    max-width: 220px;
  }
}
.o-teaser--hero.o-teaser--has-image .o-teaser__image-container {
  float: none;
  margin-top: -1px;
  padding-left: 25%;
  position: relative;
}
.o-teaser--hero.o-teaser--has-image .o-teaser__image-container:after {
  border-bottom: 1px solid #ccc1b7;
  border-left: 1px solid #ccc1b7;
  content: '';
  height: 50%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (min-width: 30.625em) and (max-width: 61.24em) {
  .o-teaser--hero.o-teaser--has-image .o-teaser__image-container {
    float: right;
    margin-top: 0;
    padding-left: 0;
  }
  .o-teaser--hero.o-teaser--has-image .o-teaser__image-container:after {
    display: none;
  }
}
@media (min-width: 30.625em) and (max-width: 46.24em) {
  .o-teaser--hero.o-teaser--has-image .o-teaser__image-container {
    width: 40%;
  }
}
@media (min-width: 46.25em) and (max-width: 61.24em) {
  .o-teaser--hero.o-teaser--has-image .o-teaser__image-container {
    width: 30%;
  }
}
.o-teaser--hero.o-teaser--has-image .o-teaser__image-container {
  order: -1;
  padding-left: 30%;
  width: 100%;
}
.o-teaser--hero.o-teaser--has-image .o-teaser__image-container:after {
  background: #f2dfce;
  border: 0;
  display: block;
  top: 50%;
}
.o-teaser--hero.o-teaser--has-image .o-teaser__image {
  max-width: 100%;
}
@media (max-width: 46.24em) {
  .o-teaser--hero.o-teaser--has-image.o-teaser--hero-image .o-teaser__content {
    text-align: center;
  }
  .o-teaser--hero.o-teaser--has-image.o-teaser--hero-image .o-teaser__heading {
    font-family:
      financier display VF,
      serif;
    font-size: 2rem;
    font-weight: 300;
    line-height: 2rem;
  }
  .o-teaser--hero.o-teaser--has-image.o-teaser--hero-image .o-teaser__image-container {
    padding: 0 15%;
  }
}
@media (min-width: 46.25em) {
  .o-teaser--hero.o-teaser--has-image.o-teaser--hero-image {
    position: relative;
  }
  .o-teaser--hero.o-teaser--has-image.o-teaser--hero-image .o-teaser__image-container {
    margin-top: 0;
    padding-left: 0;
    position: relative;
    z-index: 0;
  }
  .o-teaser--hero.o-teaser--has-image.o-teaser--hero-image .o-teaser__image-container:after {
    display: none;
  }
  .o-teaser--hero.o-teaser--has-image.o-teaser--hero-image .o-teaser__content {
    background-color: transparent;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), transparent);
    left: 0;
    min-height: 30%;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .o-teaser--hero.o-teaser--has-image.o-teaser--hero-image .o-teaser__heading,
  .o-teaser--hero.o-teaser--has-image.o-teaser--hero-image .o-teaser__heading a,
  .o-teaser--hero.o-teaser--has-image.o-teaser--hero-image .o-teaser__heading a:visited,
  .o-teaser--hero.o-teaser--has-image.o-teaser--hero-image .o-teaser__meta,
  .o-teaser--hero.o-teaser--has-image.o-teaser--hero-image .o-teaser__standfirst,
  .o-teaser--hero.o-teaser--has-image.o-teaser--hero-image .o-teaser__standfirst a,
  .o-teaser--hero.o-teaser--has-image.o-teaser--hero-image .o-teaser__standfirst a:visited,
  .o-teaser--hero.o-teaser--has-image.o-teaser--hero-image .o-teaser__timestamp {
    color: #fff;
    pointer-events: auto;
  }
  .o-teaser--hero.o-teaser--has-image.o-teaser--hero-image .o-teaser__tag-suffix {
    color: inherit;
  }
  .o-teaser--hero.o-teaser--has-image.o-teaser--hero-image .o-teaser__tag:focus,
  .o-teaser--hero.o-teaser--has-image.o-teaser--hero-image .o-teaser__tag:hover {
    color: inherit;
    outline-color: inherit;
  }
}
.o-teaser--hero.o-teaser--standalone .o-teaser__heading {
  font-family:
    financier display VF,
    serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 2rem;
}
.o-teaser--hero.o-teaser--standalone .o-teaser__image-container {
  padding-left: 20%;
}
.o-teaser--hero.o-teaser--standalone .o-teaser__image-container:after {
  height: 75%;
  top: 25%;
}
.o-teaser--centre .o-teaser__content {
  text-align: center;
}
.o-teaser--centre .o-teaser__heading {
  font-family:
    financier display VF,
    serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 2rem;
}
.o-teaser--centre.o-teaser--has-image .o-teaser__image-container {
  padding: 0 15%;
}
.o-teaser--stretched {
  display: flex;
  flex-grow: 1;
}
.o-teaser--stretched .o-teaser__content {
  display: flex;
  flex-basis: auto;
  flex-direction: column;
  flex-grow: 1;
}
.o-teaser--hero.o-teaser--highlight .o-teaser__heading a:focus,
.o-teaser--hero.o-teaser--highlight .o-teaser__heading a:hover,
.o-teaser--hero.o-teaser--highlight .o-teaser__heading a:visited,
.o-teaser--hero.o-teaser--highlight .o-teaser__standfirst a:visited,
.o-teaser--hero.o-teaser--highlight .o-teaser__tag:focus,
.o-teaser--hero.o-teaser--highlight .o-teaser__tag:hover,
.o-teaser--hero.o-teaser--opinion .o-teaser__heading a:focus,
.o-teaser--hero.o-teaser--opinion .o-teaser__heading a:hover,
.o-teaser--hero.o-teaser--opinion .o-teaser__heading a:visited,
.o-teaser--hero.o-teaser--opinion .o-teaser__standfirst a:visited,
.o-teaser--hero.o-teaser--opinion .o-teaser__tag:focus,
.o-teaser--hero.o-teaser--opinion .o-teaser__tag:hover {
  color: #999;
}
.o-teaser--hero.o-teaser--highlight .o-teaser__heading,
.o-teaser--hero.o-teaser--highlight .o-teaser__meta,
.o-teaser--hero.o-teaser--highlight .o-teaser__tag-suffix,
.o-teaser--hero.o-teaser--opinion .o-teaser__heading,
.o-teaser--hero.o-teaser--opinion .o-teaser__meta,
.o-teaser--hero.o-teaser--opinion .o-teaser__tag-suffix {
  color: #fff;
}
.o-teaser--hero.o-teaser--highlight .o-teaser__standfirst,
.o-teaser--hero.o-teaser--highlight .o-teaser__timestamp,
.o-teaser--hero.o-teaser--highlight .o-teaser__timestamp-date,
.o-teaser--hero.o-teaser--opinion .o-teaser__standfirst,
.o-teaser--hero.o-teaser--opinion .o-teaser__timestamp,
.o-teaser--hero.o-teaser--opinion .o-teaser__timestamp-date {
  color: #999;
}
.o-teaser--hero.o-teaser--highlight.o-teaser--hero .o-teaser__content,
.o-teaser--hero.o-teaser--highlight.o-teaser--hero .o-teaser__image-container:after,
.o-teaser--hero.o-teaser--opinion.o-teaser--hero .o-teaser__content,
.o-teaser--hero.o-teaser--opinion.o-teaser--hero .o-teaser__image-container:after {
  border: 0;
}
@media (min-width: 30.625em) and (max-width: 61.24em) {
  .o-teaser--hero.o-teaser--highlight.o-teaser--hero .o-teaser__content:after,
  .o-teaser--hero.o-teaser--opinion.o-teaser--hero .o-teaser__content:after {
    border: 0;
    top: 0;
  }
}
.o-teaser--hero.o-teaser--opinion .o-teaser__heading a:focus,
.o-teaser--hero.o-teaser--opinion .o-teaser__heading a:hover,
.o-teaser--hero.o-teaser--opinion .o-teaser__heading a:visited,
.o-teaser--hero.o-teaser--opinion .o-teaser__standfirst a:visited,
.o-teaser--hero.o-teaser--opinion .o-teaser__tag:focus,
.o-teaser--hero.o-teaser--opinion .o-teaser__tag:hover {
  color: #bed1e3;
}
.o-teaser--hero.o-teaser--opinion .o-teaser__standfirst,
.o-teaser--hero.o-teaser--opinion .o-teaser__timestamp,
.o-teaser--hero.o-teaser--opinion .o-teaser__timestamp-prefix:before {
  color: #cfddeb;
}
.o-teaser--hero.o-teaser--opinion .o-teaser__timestamp-prefix:before {
  background-color: #cfddeb;
}
.o-teaser--hero.o-teaser--opinion .o-teaser__content,
.o-teaser--hero.o-teaser--opinion .o-teaser__image-container:after {
  background: #0f5499;
}
@media (min-width: 30.625em) and (max-width: 61.24em) {
  .o-teaser--hero.o-teaser--opinion .o-teaser__content:after {
    background: #0f5499;
  }
}
.o-teaser--hero.o-teaser--highlight .o-teaser__heading a:focus,
.o-teaser--hero.o-teaser--highlight .o-teaser__heading a:hover,
.o-teaser--hero.o-teaser--highlight .o-teaser__heading a:visited,
.o-teaser--hero.o-teaser--highlight .o-teaser__standfirst a:visited,
.o-teaser--hero.o-teaser--highlight .o-teaser__tag:focus,
.o-teaser--hero.o-teaser--highlight .o-teaser__tag:hover {
  color: #e3becb;
}
.o-teaser--hero.o-teaser--highlight .o-teaser__standfirst,
.o-teaser--hero.o-teaser--highlight .o-teaser__timestamp,
.o-teaser--hero.o-teaser--highlight .o-teaser__timestamp-prefix:before {
  color: #ebcfd8;
}
.o-teaser--hero.o-teaser--highlight .o-teaser__timestamp-prefix:before {
  background-color: #ebcfd8;
}
.o-teaser--hero.o-teaser--highlight.o-teaser--hero .o-teaser__content,
.o-teaser--hero.o-teaser--highlight.o-teaser--hero .o-teaser__image-container:after {
  background: #990f3d;
  color: #fff;
}
@media (min-width: 30.625em) and (max-width: 61.24em) {
  .o-teaser--hero.o-teaser--highlight.o-teaser--hero .o-teaser__content:after {
    background: #990f3d;
    color: #fff;
  }
}
.o-teaser--hero.o-teaser--extra-article .o-teaser__heading a:focus,
.o-teaser--hero.o-teaser--extra-article .o-teaser__heading a:hover {
  color: #ffec1a;
}
.o-teaser--hero.o-teaser--extra-article .o-teaser__tag:focus,
.o-teaser--hero.o-teaser--extra-article .o-teaser__tag:hover {
  color: #fffac1;
}
.o-teaser--hero.o-teaser--extra-article .o-teaser__meta {
  color: #ffec1a;
}
.o-teaser--hero.o-teaser--extra-article .o-teaser__heading,
.o-teaser--hero.o-teaser--extra-article .o-teaser__standfirst {
  color: #fff;
}
.o-teaser--hero.o-teaser--extra-article .o-teaser__heading a:visited,
.o-teaser--hero.o-teaser--extra-article .o-teaser__standfirst a:visited {
  color: #939599;
}
.o-teaser--hero.o-teaser--extra-article .o-teaser__standfirst,
.o-teaser--hero.o-teaser--extra-article .o-teaser__timestamp {
  color: #d4d4d6;
}
.o-teaser--hero.o-teaser--extra-article .o-teaser__content,
.o-teaser--hero.o-teaser--extra-article .o-teaser__image-container:after {
  background: #262a33;
}
@media (min-width: 30.625em) and (max-width: 61.24em) {
  .o-teaser--hero.o-teaser--extra-article .o-teaser__content:after {
    background: #262a33;
  }
}
@media (min-width: 46.25em) and (max-width: 61.24em) {
  .o-teaser--midslice.o-teaser--has-image .o-teaser__image-container {
    padding: 0 30%;
  }
}
.o-teaser--basic-package,
.o-teaser--extra-package,
.o-teaser--special-report-package {
  flex-flow: column nowrap;
  width: 100%;
}
.o-teaser--basic-package .o-teaser__heading a:focus,
.o-teaser--basic-package .o-teaser__heading a:hover,
.o-teaser--basic-package .o-teaser__heading a:visited,
.o-teaser--basic-package .o-teaser__standfirst a:visited,
.o-teaser--basic-package .o-teaser__tag:focus,
.o-teaser--basic-package .o-teaser__tag:hover,
.o-teaser--extra-package .o-teaser__heading a:focus,
.o-teaser--extra-package .o-teaser__heading a:hover,
.o-teaser--extra-package .o-teaser__heading a:visited,
.o-teaser--extra-package .o-teaser__standfirst a:visited,
.o-teaser--extra-package .o-teaser__tag:focus,
.o-teaser--extra-package .o-teaser__tag:hover,
.o-teaser--special-report-package .o-teaser__heading a:focus,
.o-teaser--special-report-package .o-teaser__heading a:hover,
.o-teaser--special-report-package .o-teaser__heading a:visited,
.o-teaser--special-report-package .o-teaser__standfirst a:visited,
.o-teaser--special-report-package .o-teaser__tag:focus,
.o-teaser--special-report-package .o-teaser__tag:hover {
  color: #999;
}
.o-teaser--basic-package .o-teaser__heading,
.o-teaser--basic-package .o-teaser__meta,
.o-teaser--basic-package .o-teaser__tag-suffix,
.o-teaser--extra-package .o-teaser__heading,
.o-teaser--extra-package .o-teaser__meta,
.o-teaser--extra-package .o-teaser__tag-suffix,
.o-teaser--special-report-package .o-teaser__heading,
.o-teaser--special-report-package .o-teaser__meta,
.o-teaser--special-report-package .o-teaser__tag-suffix {
  color: #fff;
}
.o-teaser--basic-package .o-teaser__standfirst,
.o-teaser--basic-package .o-teaser__timestamp,
.o-teaser--basic-package .o-teaser__timestamp-date,
.o-teaser--extra-package .o-teaser__standfirst,
.o-teaser--extra-package .o-teaser__timestamp,
.o-teaser--extra-package .o-teaser__timestamp-date,
.o-teaser--special-report-package .o-teaser__standfirst,
.o-teaser--special-report-package .o-teaser__timestamp,
.o-teaser--special-report-package .o-teaser__timestamp-date {
  color: #999;
}
.o-teaser--basic-package .package-teaser__list,
.o-teaser--extra-package .package-teaser__list,
.o-teaser--special-report-package .package-teaser__list {
  background: inherit;
  list-style: none;
  margin: -12px 0 0;
  padding: 0 20px 12px;
}
.o-teaser--basic-package .package-teaser__landing-link,
.o-teaser--basic-package .package-teaser__list-item,
.o-teaser--extra-package .package-teaser__landing-link,
.o-teaser--extra-package .package-teaser__list-item,
.o-teaser--special-report-package .package-teaser__landing-link,
.o-teaser--special-report-package .package-teaser__list-item {
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 20px;
  padding: 12px 0;
}
.o-teaser--basic-package .package-teaser__landing-link > a,
.o-teaser--basic-package .package-teaser__list-item > a,
.o-teaser--extra-package .package-teaser__landing-link > a,
.o-teaser--extra-package .package-teaser__list-item > a,
.o-teaser--special-report-package .package-teaser__landing-link > a,
.o-teaser--special-report-package .package-teaser__list-item > a {
  border: 0;
  text-decoration: none;
}
.o-teaser--basic-package .package-teaser__list-item a,
.o-teaser--extra-package .package-teaser__list-item a,
.o-teaser--special-report-package .package-teaser__list-item a {
  color: #33302e;
}
.o-teaser--basic-package .package-teaser__list-item a:hover,
.o-teaser--extra-package .package-teaser__list-item a:hover,
.o-teaser--special-report-package .package-teaser__list-item a:hover {
  color: #736c67;
}
.o-teaser--basic-package .package-teaser__landing-link a,
.o-teaser--extra-package .package-teaser__landing-link a,
.o-teaser--special-report-package .package-teaser__landing-link a {
  color: #b31247;
}
.o-teaser--basic-package .package-teaser__landing-link a:focus,
.o-teaser--basic-package .package-teaser__landing-link a:hover,
.o-teaser--basic-package .package-teaser__landing-link a:visited,
.o-teaser--extra-package .package-teaser__landing-link a:focus,
.o-teaser--extra-package .package-teaser__landing-link a:hover,
.o-teaser--extra-package .package-teaser__landing-link a:visited,
.o-teaser--special-report-package .package-teaser__landing-link a:focus,
.o-teaser--special-report-package .package-teaser__landing-link a:hover,
.o-teaser--special-report-package .package-teaser__landing-link a:visited {
  color: rgba(179, 18, 71, 0.78);
}
.o-teaser--basic-package .package-teaser__landing-link a:after,
.o-teaser--extra-package .package-teaser__landing-link a:after,
.o-teaser--special-report-package .package-teaser__landing-link a:after {
  background-color: transparent;
  background-image: url(assets/75e87a7e61b66fec.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 18px;
  content: '';
  display: inline-block;
  height: 30px;
  position: absolute;
  vertical-align: baseline;
  width: 30px;
}
@media screen and (-ms-high-contrast: active) {
  .o-teaser--basic-package .package-teaser__landing-link a:after,
  .o-teaser--extra-package .package-teaser__landing-link a:after,
  .o-teaser--special-report-package .package-teaser__landing-link a:after {
    background-image: url(assets/48bdca0d13ebb5fe.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .o-teaser--basic-package .package-teaser__landing-link a:after,
  .o-teaser--extra-package .package-teaser__landing-link a:after,
  .o-teaser--special-report-package .package-teaser__landing-link a:after {
    background-image: url(assets/f737bb920d81eff7.svg);
  }
}
.o-teaser--basic-package .o-teaser__image-placeholder,
.o-teaser--extra-package .o-teaser__image-placeholder,
.o-teaser--special-report-package .o-teaser__image-placeholder {
  z-index: -1;
}
.o-teaser--basic-package .o-teaser__content,
.o-teaser--extra-package .o-teaser__content,
.o-teaser--special-report-package .o-teaser__content {
  background: #f2dfce;
}
.o-teaser--basic-package .o-teaser__meta,
.o-teaser--extra-package .o-teaser__meta,
.o-teaser--special-report-package .o-teaser__meta {
  background: inherit;
  color: #b31247;
  margin-bottom: 0;
  padding: 15px 0 0 20px;
  position: relative;
  top: -50px;
  width: calc(100% - 40px);
}
.o-teaser--basic-package .o-teaser__heading,
.o-teaser--extra-package .o-teaser__heading,
.o-teaser--special-report-package .o-teaser__heading {
  background: inherit;
  color: #000;
  font-family:
    financier display VF,
    serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 2rem;
  margin-top: -55px;
  padding: 20px;
  width: 100%;
}
.o-teaser--basic-package .o-teaser__heading a:hover,
.o-teaser--basic-package .o-teaser__heading:focus,
.o-teaser--extra-package .o-teaser__heading a:hover,
.o-teaser--extra-package .o-teaser__heading:focus,
.o-teaser--special-report-package .o-teaser__heading a:hover,
.o-teaser--special-report-package .o-teaser__heading:focus {
  color: #736c67;
}
.o-teaser--special-report-package .package-teaser__list-item a {
  color: #fff;
}
.o-teaser--special-report-package .package-teaser__list-item a:hover {
  color: #eecbd7;
}
.o-teaser--special-report-package .package-teaser__landing-link a {
  color: #f0d0da;
}
.o-teaser--special-report-package .package-teaser__landing-link a:hover {
  color: #fff;
}
.o-teaser--special-report-package .package-teaser__landing-link a:after {
  background-color: transparent;
  background-image: url(assets/aae7f473c57de481.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 30px;
  vertical-align: baseline;
  width: 30px;
}
@media screen and (-ms-high-contrast: active) {
  .o-teaser--special-report-package .package-teaser__landing-link a:after {
    background-image: url(assets/48bdca0d13ebb5fe.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .o-teaser--special-report-package .package-teaser__landing-link a:after {
    background-image: url(assets/f737bb920d81eff7.svg);
  }
}
.o-teaser--special-report-package .o-teaser__content {
  background: #b31247;
}
.o-teaser--special-report-package .o-teaser__heading,
.o-teaser--special-report-package .o-teaser__meta {
  color: #fff;
}
.o-teaser--special-report-package .o-teaser__heading a:hover,
.o-teaser--special-report-package .o-teaser__heading a:visited {
  color: #eecbd7;
}
.o-teaser--special-report-package .package-teaser__landing-link {
  color: #fff;
}
.o-teaser--special-report-package .package-teaser__landing-link a {
  color: inherit;
}
.o-teaser--special-report-package .package-teaser__landing-link a:hover,
.o-teaser--special-report-package .package-teaser__landing-link a:visited,
.o-teaser--special-report-package .package-teaser__landing-link:focus {
  color: #eecbd7;
}
.o-teaser--extra-package .package-teaser__list-item a {
  color: #fff;
}
.o-teaser--extra-package .package-teaser__landing-link a,
.o-teaser--extra-package .package-teaser__list-item a:hover {
  color: #ffec1a;
}
.o-teaser--extra-package .package-teaser__landing-link a:hover {
  color: #fff;
}
.o-teaser--extra-package .package-teaser__landing-link a:after {
  background-color: transparent;
  background-image: url(assets/3f9c47fb7edb4e12.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 30px;
  vertical-align: baseline;
  width: 30px;
}
@media screen and (-ms-high-contrast: active) {
  .o-teaser--extra-package .package-teaser__landing-link a:after {
    background-image: url(assets/48bdca0d13ebb5fe.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .o-teaser--extra-package .package-teaser__landing-link a:after {
    background-image: url(assets/f737bb920d81eff7.svg);
  }
}
.o-teaser--extra-package .o-teaser__content {
  background: #262a33;
}
.o-teaser--extra-package .o-teaser__meta {
  color: #ffec1a;
}
.o-teaser--extra-package .o-teaser__heading {
  color: #fff;
}
.o-teaser--extra-package .o-teaser__heading a:hover,
.o-teaser--extra-package .o-teaser__heading:focus,
.o-teaser--extra-package .package-teaser__landing-link a,
.o-teaser--extra-package .package-teaser__landing-link a:visited {
  color: #ffec1a;
}
.o-teaser--extra-package .o-teaser__timestamp,
.o-teaser--extra-package .package-teaser__landing-link a:hover,
.o-teaser--extra-package .package-teaser__landing-link:focus {
  color: #fff;
}
.o-labels--big {
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 7px;
}
.o-labels--content-commercial {
  background-color: #008040;
  border-color: #008040;
  color: #fff;
}
.o-labels--content-exclusive {
  background-color: #fcd0b1;
  border-color: #fcd0b1;
  color: #33302e;
}
.o-labels--lifecycle-beta {
  background-color: #fff1e5;
  border-color: #ccc1b7;
  color: #33302e;
  padding: 3px 11px;
  text-transform: uppercase;
}
.o-labels-indicator--new > .o-labels-indicator__status:before,
.o-labels-indicator--new > .o-teaser__timestamp-prefix:before,
.o-labels-indicator--updated > .o-labels-indicator__status:before,
.o-labels-indicator--updated > .o-teaser__timestamp-prefix:before {
  display: none;
}
.o-labels {
  font-family: var(--o3-font-family-metric);
  font-size: var(--o3-font-size-metric2-negative-2);
  font-weight: var(--o3-font-weight-semibold);
  line-height: var(--o3-font-lineheight-metric2-negative-2);
}
.o-labels--live {
  background-color: var(--o3-color-palette-crimson);
  color: var(--o3-color-use-case-body-inverse-text);
}
.standalone-teaser-heading {
  font-family: var(--o3-type-title-sm-font-family);
  font-size: var(--o3-type-title-sm-font-size);
  font-weight: var(--o3-type-title-sm-font-weight);
  line-height: var(--o3-type-title-sm-line-height);
  margin: 0 0 var(--o3-spacing-m);
}
@media (min-width: 46.25em) {
  .standalone-teaser-heading {
    font-family: var(--o3-type-title-md-font-family);
    font-size: var(--o3-type-title-md-font-size);
    font-weight: var(--o3-type-title-md-font-weight);
    line-height: var(--o3-type-title-md-line-height);
  }
}
.standalone-teaser-heading:after {
  border-bottom: 4px solid var(--o3-color-palette-black);
  content: '';
  display: block;
  margin-top: 5px;
  position: absolute;
  width: 60px;
  z-index: 1;
}
.article__aside .o-teaser-collection {
  margin-top: var(--o3-spacing-s);
}
.n-content-related-box .o-teaser {
  margin: 8px 0;
}
.n-content-related-box .standalone-teaser-heading {
  margin-bottom: 0;
}
.n-content-related-box--no-border {
  border: 0;
  margin-top: 0;
  padding: 0;
}
.onward-journey__items {
  padding-left: 0;
}
@media (max-width: 30.615em) {
  .onward-journey__items {
    margin-bottom: 0;
  }
}
.onward-journey__item {
  display: block;
}
@media (min-width: 61.25em) {
  .onward-journey--simple {
    margin: 0 auto;
    width: 90%;
  }
  .onward-journey--simple .o-teaser-collection__item:nth-child(n + 5) {
    margin-top: var(--o3-spacing-s);
  }
  .data-overlap-initialised {
    opacity: 0;
    transition:
      opacity 0.15s ease-in,
      visibility 0.15s ease-in;
    visibility: hidden;
    z-index: -1;
  }
  .data-overlap-initialised:before {
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.progress-indicator__container {
  display: none;
  margin: 0 10px;
  min-height: var(--o3-spacing-3xl);
  width: var(--o3-spacing-l);
}
@media (min-width: 46.25em) {
  .progress-indicator__container {
    display: inline-block;
  }
}
@media (min-width: 61.25em) {
  .progress-indicator__container {
    left: calc(var(--o3-spacing-l) * -1 - var(--o3-spacing-l));
    margin: 0;
    position: absolute;
  }
}
@media (min-width: 76.25em) {
  .progress-indicator__container {
    left: calc(var(--o3-spacing-3xl) * -1 - var(--o3-spacing-l));
  }
}
.progress-indicator--no-progress {
  display: none;
}
@media (min-width: 61.25em) {
  .share-nav .progress-indicator__container {
    display: block;
    margin: 10px 0 0;
    position: static;
  }
  .share-nav .progress-indicator--no-progress {
    opacity: 0;
  }
  .share-nav .progress-indicator--in-progress {
    opacity: 1;
  }
  .share-nav .progress-indicator--in-progress,
  .share-nav .progress-indicator--no-progress {
    background-color: var(--o3-color-palette-wheat);
    display: block;
  }
  .share-nav .progress-indicator--in-progress .progress-indicator__overlay,
  .share-nav .progress-indicator--no-progress .progress-indicator__overlay {
    background-color: var(--o3-color-palette-wheat);
  }
  .share-nav .progress-indicator--in-progress .progress-indicator__bar,
  .share-nav .progress-indicator--no-progress .progress-indicator__bar {
    background-color: var(--o3-color-palette-claret);
  }
  .share-nav .progress-indicator--in-progress .progress-indicator__icon--complete,
  .share-nav .progress-indicator--no-progress .progress-indicator__icon--complete {
    background-color: var(--o3-color-palette-claret);
    display: inline-block;
    height: 20px;
    margin: 6px;
    mask-image: var(--o3-icon-tick);
    mask-repeat: no-repeat;
    mask-size: contain;
    width: 20px;
  }
}
.progress-indicator {
  height: var(--o3-spacing-l);
  opacity: 1;
  position: relative;
  transition:
    background-color 0.5s,
    opacity 0.5s;
  width: var(--o3-spacing-l);
}
.progress-indicator,
.progress-indicator__overlay {
  background-color: var(--o3-color-palette-claret);
  border-radius: 50%;
}
.progress-indicator__overlay {
  height: calc(100% - 8px);
  left: 4px;
  position: absolute;
  top: 4px;
  transition:
    background-color 0.5s,
    color 0.5s;
  width: calc(100% - 8px);
}
.progress-indicator__icon--complete {
  background-color: var(--o3-color-palette-white);
  display: inline-block;
  height: 20px;
  margin: 6px;
  mask-image: var(--o3-icon-tick);
  mask-repeat: no-repeat;
  mask-size: contain;
  width: 20px;
}
.progress-indicator__bar,
.progress-indicator__slice {
  border-radius: 50%;
  height: calc(var(--o3-spacing-l) - 4px);
  position: absolute;
  transition: transform 0.25s linear;
  width: calc(var(--o3-spacing-l) - 4px);
}
.progress-indicator__slice {
  left: 2px;
  top: 2px;
  clip: rect(
    0,
    calc(var(--o3-spacing-l) - 4px),
    calc(var(--o3-spacing-l) - 4px),
    calc((var(--o3-spacing-l) - 4px) / 2)
  );
}
.progress-indicator__bar {
  clip: rect(0, calc((var(--o3-spacing-l) - 4px) / 2), calc(var(--o3-spacing-l) - 4px), 0);
}
[data-config-key='leaderboard'] {
  display: none;
}
@media (min-width: 760px) {
  [data-config-key='leaderboard'] {
    display: block;
    min-height: 90px;
  }
}
.debug .article__right {
  background: #b0c4de;
}
.debug .sidebar-advert {
  background: #90ee90;
  opacity: 0.5;
}
.debug [data-layout-width='full-grid'] {
  opacity: 0.5;
}
.advert--watch {
  transition:
    visibility 0.5s,
    opacity 0.5s;
}
#coral[data-user-not-signed-in='true'] .coral-comment-reactButton,
#coral[data-user-not-signed-in='true'] .coral-comment-replyButton,
#coral[data-user-not-signed-in='true'] .coral-createComment,
#coral[data-user-not-signed-in='true'] .coral-featuredComment-reactButton,
#coral[data-user-not-signed-in='true'] .coral-guidelines {
  display: none;
}
#coral[data-user-not-signed-in='true'] .coral__custom-message-content {
  background-color: #f2dfce;
  border-color: #f2dfce;
  border-radius: 0;
  font-family: var(--font-family-primary);
  font-size: var(--font-size-3);
  font-weight: var(--font-weight-primary-regular);
  padding: var(--spacing-4);
}
#coral[data-user-not-signed-in='true'] .coral__custom-message-content h3 {
  font-weight: var(--font-weight-primary-semiBold);
  line-height: 1.375;
  margin-bottom: -14px;
}
#coral[data-user-not-signed-in='true'] .coral__custom-message-content a {
  border-bottom: 0;
  color: #0d7680;
  cursor: pointer;
  text-decoration: none;
  text-decoration-color: #cfd8d1;
}
#coral[data-user-not-signed-in='true'] .coral__custom-message-content a[target='_blank'] {
  position: relative;
}
#coral[data-user-not-signed-in='true'] .coral__custom-message-content a[target='_blank']:after {
  position: absolute;
  clip: rect(0 0 0 0);
  border: 0;
  clip-path: polygon(0 0, 0 0);
  content: '(opens a new window)';
  height: 2px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  width: 2px;
}
@supports (text-decoration-thickness: 0.25ex) {
  #coral[data-user-not-signed-in='true'] .coral__custom-message-content a {
    border-bottom: 0;
    text-decoration-line: underline;
    text-decoration-thickness: 0.25ex;
  }
}
#coral[data-user-not-signed-in='true'] .coral__custom-message-content a:hover {
  color: #08474d;
  text-decoration-color: #9ec0bd;
}
#coral[data-user-not-signed-in='true'] .coral__custom-message-content a:focus {
  color: #08474d;
  text-decoration-color: transparent;
}
#coral {
  --ft-magnify: 1.1;
  display: inline-block !important;
  width: 100%;
}
#coral .coral-comment-content {
  font-size: 1.05rem;
  line-height: 1.7rem;
}
#coral.o-comments-root-font-size-1 {
  --ft-magnify: 1.0666666667;
}
#coral.o-comments-root-font-size-1 .coral-comment-content {
  font-size: 1rem;
  line-height: 1.45rem;
}
#coral {
  --font-family-primary: 'metric 2 VF', sans-serif;
  --font-family-secondary: 'metric 2 VF', sans-serif;
  --font-weight-primary-bold: 600;
  --font-weight-primary-semiBold: 500;
  --font-weight-primary-regular: 400;
  --font-weight-secondary-regular: 400;
  --palette-background-body: #fff1e5;
  --palette-text-500: #33302e;
  --palette-error-400: #cc1452;
  --palette-error-800: #b31247;
  --palette-error-900: #b31247;
  --palette-error-500: #b31247;
  --palette-success-500: #0d7680;
  --palette-success-400: #0f8e99;
  --palette-grey-100: #fff1e5;
  --palette-grey-200: #fff1e5;
  --palette-primary-400: #0d7680;
  --palette-primary-500: #0d7680;
  --palette-primary-600: #0d7680;
  --palette-primary-700: #0d7680;
  --font-size-1: calc(0.75rem * var(--ft-magnify));
  --font-size-2: calc(0.875rem * var(--ft-magnify));
  --font-size-3: calc(1rem * var(--ft-magnify));
  --font-size-4: calc(1.125rem * var(--ft-magnify));
  --font-size-5: calc(1.25rem * var(--ft-magnify));
  --font-size-6: calc(1.5rem * var(--ft-magnify));
  --font-size-7: calc(1.75rem * var(--ft-magnify));
  --font-size-8: calc(2rem * var(--ft-magnify));
  --font-size-9: calc(2.25rem * var(--ft-magnify));
}
#coral .coral-guidelines-content h3 {
  margin-bottom: -14px;
}
#coral .coral-comment-content {
  color: var(--palette-text-900);
  font-family: var(--font-family-primary);
  font-style: normal;
  font-weight: var(--font-weight-primary-regular);
  word-wrap: break-word;
}
#coral .coral-viewerBox {
  display: none;
}
#coral .coral-tabBar {
  border-bottom-width: 0;
}
#coral .coral-tabBar li:only-child {
  display: none;
}
#coral .coral-tabBarSecondary {
  border-bottom-color: #0d7680;
}
#coral .coral-guidelines {
  background-color: #f2dfce;
  border-color: #f2dfce;
  border-radius: 0;
}
#coral .coral-guidelines a {
  border-bottom: 0;
  color: #0d7680;
  cursor: pointer;
  text-decoration: none;
  text-decoration-color: #cfd8d1;
}
#coral .coral-guidelines a[target='_blank'] {
  position: relative;
}
#coral .coral-guidelines a[target='_blank']:after {
  position: absolute;
  clip: rect(0 0 0 0);
  border: 0;
  clip-path: polygon(0 0, 0 0);
  content: '(opens a new window)';
  height: 2px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  width: 2px;
}
@supports (text-decoration-thickness: 0.25ex) {
  #coral .coral-guidelines a {
    border-bottom: 0;
    text-decoration-line: underline;
    text-decoration-thickness: 0.25ex;
  }
}
#coral .coral-guidelines a:hover {
  color: #08474d;
  text-decoration-color: #9ec0bd;
}
#coral .coral-guidelines a:focus {
  color: #08474d;
  text-decoration-color: transparent;
}
#coral .coral-tabBar-comments,
#coral .coral-tabBar-configure,
#coral .coral-tabBar-myProfile,
#coral .coral-tabBar-notifications {
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  --_o-pf-button-border-size: 1px;
  --_o-pf-button-icon-size: calc(var(--_o-pf-button-min-height) - var(--_o-pf-button-block-padding) * 2);
  --_o-pf-button-min-width: 60px;
  --_o-pf-button-min-height: 28px;
  --_o-pf-button-inline-padding-start: 0.5rem;
  --_o-pf-button-inline-padding-end: 0.5rem;
  --_o-pf-button-block-padding: 0.25rem;
  align-items: center;
  appearance: none;
  background-color: hsla(0, 0%, 100%, 0);
  border: 1px solid #0d7680;
  border-radius: 0.125rem;
  box-sizing: border-box;
  color: #0d7680;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.75rem;
  justify-content: center;
  line-height: 1rem;
  min-height: var(--_o-pf-button-min-height, 44px);
  min-width: var(--_o-pf-button-min-width);
  padding: 6px 8px;
  text-align: center;
  text-decoration: none;
  transition:
    background-color 0.3s,
    color 0.15s ease-out,
    border-color 0.15s ease-out;
  vertical-align: middle;
}
#coral .coral-tabBar-comments[disabled],
#coral .coral-tabBar-configure[disabled],
#coral .coral-tabBar-myProfile[disabled],
#coral .coral-tabBar-notifications[disabled] {
  cursor: default;
  opacity: 0.4;
  pointer-events: none;
}
#coral .coral-tabBar-comments:hover,
#coral .coral-tabBar-configure:hover,
#coral .coral-tabBar-myProfile:hover,
#coral .coral-tabBar-notifications:hover {
  background-color: rgba(13, 118, 128, 0.1);
  border-color: #0d7680;
  color: #0c707a;
}
#coral .coral-tabBar-comments:focus-visible,
#coral .coral-tabBar-configure:focus-visible,
#coral .coral-tabBar-myProfile:focus-visible,
#coral .coral-tabBar-notifications:focus-visible {
  background-color: rgba(13, 118, 128, 0.1);
  border-color: #0d7680;
  color: #0c707a;
  outline: 0;
}
#coral .coral-tabBar-comments:focus,
#coral .coral-tabBar-configure:focus,
#coral .coral-tabBar-myProfile:focus,
#coral .coral-tabBar-notifications:focus {
  box-shadow:
    0 0 0 4px #fff,
    0 0 0 8px #4d4845;
  z-index: 1;
}
@supports selector(:focus-visible) {
  #coral .coral-tabBar-comments:focus,
  #coral .coral-tabBar-configure:focus,
  #coral .coral-tabBar-myProfile:focus,
  #coral .coral-tabBar-notifications:focus {
    box-shadow: unset;
    outline: unset;
  }
  #coral .coral-tabBar-comments:focus-visible,
  #coral .coral-tabBar-configure:focus-visible,
  #coral .coral-tabBar-myProfile:focus-visible,
  #coral .coral-tabBar-notifications:focus-visible {
    box-shadow:
      0 0 0 4px #fff,
      0 0 0 8px #4d4845;
    z-index: 1;
  }
}
#coral .coral-tabBar-comments:is(:active, [aria-selected='true'], [aria-current], [aria-pressed='true']),
#coral .coral-tabBar-configure:is(:active, [aria-selected='true'], [aria-current], [aria-pressed='true']),
#coral .coral-tabBar-myProfile:is(:active, [aria-selected='true'], [aria-current], [aria-pressed='true']),
#coral
  .coral-tabBar-notifications:is(:active, [aria-selected='true'], [aria-current], [aria-pressed='true']) {
  background-color: #0d7680;
  border-color: #0d7680;
  color: #fff;
}
#coral .coral-tabBar-comments[aria-current],
#coral .coral-tabBar-comments[aria-pressed='true'],
#coral .coral-tabBar-configure[aria-current],
#coral .coral-tabBar-configure[aria-pressed='true'],
#coral .coral-tabBar-myProfile[aria-current],
#coral .coral-tabBar-myProfile[aria-pressed='true'],
#coral .coral-tabBar-notifications[aria-current],
#coral .coral-tabBar-notifications[aria-pressed='true'] {
  background-color: #0d7680 !important;
  border-color: hsla(0, 0%, 100%, 0) !important;
  border-bottom: 1px !important;
  border-top: 1px !important;
  color: #fff !important;
}
#coral .coral-tabBar-comments[aria-selected='true'],
#coral .coral-tabBar-configure[aria-selected='true'],
#coral .coral-tabBar-myProfile[aria-selected='true'],
#coral .coral-tabBar-notifications[aria-selected='true'] {
  background-color: #0d7680 !important;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0) !important;
  border-top: 1px !important;
  color: #fff !important;
}
#coral .coral-tabBar-notifications {
  padding: 2px 8px;
}
#coral.coral-width-lt-sm .coral-tabBar-notifications,
#coral.coral-width-lte-sm .coral-tabBar-notifications {
  padding: 17px 8px;
}
#coral .coral-tabBar-notifications > div[class^='TabBar-notificationsIcon'] {
  height: auto;
}
#coral .coral-tabBar-comments div i,
#coral .coral-tabBar-myProfile div i {
  display: none;
}
#coral .coral-createComment {
  display: inline-block;
  width: 100%;
}
#coral .coral-commentReply-submit,
#coral .coral-createComment-signIn,
#coral .coral-createComment-submit,
#coral .coral-createReplyComment-submit,
#coral .coral-editComment-submit {
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  --_o-pf-button-border-size: 1px;
  --_o-pf-button-icon-size: calc(var(--_o-pf-button-min-height) - var(--_o-pf-button-block-padding) * 2);
  --_o-pf-button-min-width: 60px;
  --_o-pf-button-min-height: 28px;
  --_o-pf-button-inline-padding-start: 0.5rem;
  --_o-pf-button-inline-padding-end: 0.5rem;
  --_o-pf-button-block-padding: 0.25rem;
  align-items: center;
  appearance: none;
  background-color: #0d7680;
  background-color: #0d7680 !important;
  border-color: transparent;
  border: var(--_o-pf-button-border-size) solid hsla(0, 0%, 100%, 0);
  border-color: hsla(0, 0%, 100%, 0) !important;
  border-radius: 0.125rem;
  box-sizing: border-box;
  color: #fff;
  color: #fff !important;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.75rem;
  justify-content: center;
  line-height: 1rem;
  min-height: var(--_o-pf-button-min-height, 44px);
  min-width: var(--_o-pf-button-min-width);
  padding: 0 var(--_o-pf-button-inline-padding-end) 0 var(--_o-pf-button-inline-padding-start);
  text-align: center;
  text-decoration: none;
  transition:
    background-color 0.3s,
    color 0.15s ease-out,
    border-color 0.15s ease-out;
  vertical-align: middle;
}
#coral .coral-commentReply-submit[disabled],
#coral .coral-createComment-signIn[disabled],
#coral .coral-createComment-submit[disabled],
#coral .coral-createReplyComment-submit[disabled],
#coral .coral-editComment-submit[disabled] {
  cursor: default;
  opacity: 0.4;
  pointer-events: none;
}
#coral .coral-commentReply-submit:hover,
#coral .coral-createComment-signIn:hover,
#coral .coral-createComment-submit:hover,
#coral .coral-createReplyComment-submit:hover,
#coral .coral-editComment-submit:hover {
  background-color: #095259;
  border-color: hsla(0, 0%, 100%, 0);
  color: #fff;
}
#coral .coral-commentReply-submit:focus-visible,
#coral .coral-createComment-signIn:focus-visible,
#coral .coral-createComment-submit:focus-visible,
#coral .coral-createReplyComment-submit:focus-visible,
#coral .coral-editComment-submit:focus-visible {
  background-color: #095259;
  border-color: hsla(0, 0%, 100%, 0);
  color: #fff;
  outline: 0;
}
#coral .coral-commentReply-submit:focus,
#coral .coral-createComment-signIn:focus,
#coral .coral-createComment-submit:focus,
#coral .coral-createReplyComment-submit:focus,
#coral .coral-editComment-submit:focus {
  box-shadow:
    0 0 0 4px #fff,
    0 0 0 8px #4d4845;
  z-index: 1;
}
@supports selector(:focus-visible) {
  #coral .coral-commentReply-submit:focus,
  #coral .coral-createComment-signIn:focus,
  #coral .coral-createComment-submit:focus,
  #coral .coral-createReplyComment-submit:focus,
  #coral .coral-editComment-submit:focus {
    box-shadow: unset;
    outline: unset;
  }
  #coral .coral-commentReply-submit:focus-visible,
  #coral .coral-createComment-signIn:focus-visible,
  #coral .coral-createComment-submit:focus-visible,
  #coral .coral-createReplyComment-submit:focus-visible,
  #coral .coral-editComment-submit:focus-visible {
    box-shadow:
      0 0 0 4px #fff,
      0 0 0 8px #4d4845;
    z-index: 1;
  }
}
#coral .coral-commentReply-submit:is(:active, [aria-selected='true'], [aria-current], [aria-pressed='true']),
#coral .coral-createComment-signIn:is(:active, [aria-selected='true'], [aria-current], [aria-pressed='true']),
#coral .coral-createComment-submit:is(:active, [aria-selected='true'], [aria-current], [aria-pressed='true']),
#coral
  .coral-createReplyComment-submit:is(:active, [aria-selected='true'], [aria-current], [aria-pressed='true']),
#coral .coral-editComment-submit:is(:active, [aria-selected='true'], [aria-current], [aria-pressed='true']) {
  background-color: #052f33;
  border-color: hsla(0, 0%, 100%, 0);
  color: #fff;
}
#coral .coral-commentReply-submit:hover,
#coral .coral-createComment-signIn:hover,
#coral .coral-createComment-submit:hover,
#coral .coral-createReplyComment-submit:hover,
#coral .coral-editComment-submit:hover {
  background-color: #0d7680 !important;
  border-color: hsla(0, 0%, 100%, 0) !important;
  color: #fff !important;
}
#coral .coral-createReplyComment-cancel,
#coral .coral-editComment-cancel,
#coral .coral-editComment-close {
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  --_o-pf-button-border-size: 1px;
  --_o-pf-button-icon-size: calc(var(--_o-pf-button-min-height) - var(--_o-pf-button-block-padding) * 2);
  --_o-pf-button-min-width: 60px;
  --_o-pf-button-min-height: 28px;
  --_o-pf-button-inline-padding-start: 0.5rem;
  --_o-pf-button-inline-padding-end: 0.5rem;
  --_o-pf-button-block-padding: 0.25rem;
  align-items: center;
  appearance: none;
  background-color: hsla(0, 0%, 100%, 0);
  border-color: transparent;
  border: var(--_o-pf-button-border-size) solid #0d7680;
  border-color: #0d7680 !important;
  border-radius: 0.125rem;
  box-sizing: border-box;
  color: #0d7680;
  color: #0d7680 !important;
  cursor: pointer;
  display: inline-flex;
  font-family: var(--font-family-primary) !important;
  font-size: 0.75rem;
  font-size: 12.18pt !important;
  justify-content: center;
  line-height: 1rem;
  min-height: var(--_o-pf-button-min-height, 44px);
  min-width: var(--_o-pf-button-min-width);
  padding: 0 var(--_o-pf-button-inline-padding-end) 0 var(--_o-pf-button-inline-padding-start);
  text-align: center;
  text-decoration: none;
  transition:
    background-color 0.3s,
    color 0.15s ease-out,
    border-color 0.15s ease-out;
  vertical-align: middle;
}
#coral .coral-createReplyComment-cancel[disabled],
#coral .coral-editComment-cancel[disabled],
#coral .coral-editComment-close[disabled] {
  cursor: default;
  opacity: 0.4;
  pointer-events: none;
}
#coral .coral-createReplyComment-cancel:hover,
#coral .coral-editComment-cancel:hover,
#coral .coral-editComment-close:hover {
  background-color: rgba(13, 118, 128, 0.1);
  border-color: #0d7680;
  color: #0c707a;
}
#coral .coral-createReplyComment-cancel:focus-visible,
#coral .coral-editComment-cancel:focus-visible,
#coral .coral-editComment-close:focus-visible {
  background-color: rgba(13, 118, 128, 0.1);
  border-color: #0d7680;
  color: #0c707a;
  outline: 0;
}
#coral .coral-createReplyComment-cancel:focus,
#coral .coral-editComment-cancel:focus,
#coral .coral-editComment-close:focus {
  box-shadow:
    0 0 0 4px #fff,
    0 0 0 8px #4d4845;
  z-index: 1;
}
@supports selector(:focus-visible) {
  #coral .coral-createReplyComment-cancel:focus,
  #coral .coral-editComment-cancel:focus,
  #coral .coral-editComment-close:focus {
    box-shadow: unset;
    outline: unset;
  }
  #coral .coral-createReplyComment-cancel:focus-visible,
  #coral .coral-editComment-cancel:focus-visible,
  #coral .coral-editComment-close:focus-visible {
    box-shadow:
      0 0 0 4px #fff,
      0 0 0 8px #4d4845;
    z-index: 1;
  }
}
#coral
  .coral-createReplyComment-cancel:is(:active, [aria-selected='true'], [aria-current], [aria-pressed='true']),
#coral .coral-editComment-cancel:is(:active, [aria-selected='true'], [aria-current], [aria-pressed='true']),
#coral .coral-editComment-close:is(:active, [aria-selected='true'], [aria-current], [aria-pressed='true']) {
  background-color: #0d7680;
  border-color: #0d7680;
  color: #fff;
}
#coral .coral-createReplyComment-cancel:hover,
#coral .coral-editComment-cancel:hover,
#coral .coral-editComment-close:hover {
  border-color: #0d7680 !important;
  color: #0d7680 !important;
  text-decoration: none !important;
}
#coral .coral-createReplyComment-cancel:disabled,
#coral .coral-editComment-cancel:disabled,
#coral .coral-editComment-close:disabled {
  cursor: default !important;
  opacity: 0.4 !important;
  pointer-events: none !important;
}
#coral .coral-comment {
  padding-bottom: 6px;
  padding-top: 10px;
}
#coral .coral-comment-inReplyToUsername,
#coral .coral-comment-username,
#coral .coral-comment-username span {
  color: #33302e;
  font-size: 14px;
  font-weight: 700;
}
#coral a.coral-comment-inReplyToUsername,
#coral a.coral-comment-username {
  border-bottom: 0;
  text-decoration: none;
}
#coral a.coral-comment-inReplyToUsername:hover,
#coral a.coral-comment-username:hover {
  color: #990f3d;
}
#coral .coral-comment-inReplyToUsername:hover,
#coral .coral-comment-username span:hover,
#coral .coral-comment-username:hover {
  color: #000;
}
#coral .coral-comment-username span {
  line-height: 1.4;
}
#coral .coral-comment-reactButton,
#coral .coral-comment-reactedButton,
#coral .coral-comment-replyButton,
#coral .coral-comment-reportButton,
#coral .coral-comment-shareButton,
#coral .coral-featuredComment-reactButton,
#coral .coral-featuredComment-replies {
  font-size: 14px !important;
  font-weight: 400 !important;
  letter-spacing: normal !important;
}
#coral .coral-comment-reactButton:hover,
#coral .coral-comment-reactedButton:hover,
#coral .coral-comment-replyButton:hover,
#coral .coral-comment-reportButton:hover,
#coral .coral-comment-shareButton:hover,
#coral .coral-featuredComment-reactButton:hover,
#coral .coral-featuredComment-replies:hover {
  border-color: transparent !important;
}
#coral .coral-comment-reactButton i,
#coral .coral-comment-reactButton span,
#coral .coral-comment-reactedButton i,
#coral .coral-comment-reactedButton span,
#coral .coral-comment-replyButton i,
#coral .coral-comment-replyButton span,
#coral .coral-comment-reportButton i,
#coral .coral-comment-reportButton span,
#coral .coral-comment-shareButton i,
#coral .coral-comment-shareButton span,
#coral .coral-featuredComment-reactButton i,
#coral .coral-featuredComment-reactButton span,
#coral .coral-featuredComment-replies div,
#coral .coral-featuredComment-replies i,
#coral .coral-featuredComment-replies span {
  color: #0d7680;
}
#coral .coral-comment-replyButton,
#coral .coral-comment-shareButton {
  background-color: transparent !important;
  border-color: transparent !important;
}
#coral .coral-comment-replyButton:hover,
#coral .coral-comment-shareButton:hover {
  border-color: transparent !important;
}
#coral .coral-comment-reportedButton {
  background-color: transparent !important;
}
#coral .coral-comment-reportedButton i,
#coral .coral-comment-reportedButton span {
  border-radius: var(--round-corners);
  font-weight: var(--font-weight-primary-regular);
  padding: 3px 7px;
  pointer-events: none;
}
#coral .coral-sharePopover-copyButotn,
#coral .coral-sharePopover-copyButton {
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  --_o-pf-button-border-size: 1px;
  --_o-pf-button-icon-size: calc(var(--_o-pf-button-min-height) - var(--_o-pf-button-block-padding) * 2);
  --_o-pf-button-min-width: 60px;
  --_o-pf-button-min-height: 28px;
  --_o-pf-button-inline-padding-start: 0.5rem;
  --_o-pf-button-inline-padding-end: 0.5rem;
  --_o-pf-button-block-padding: 0.25rem;
  align-items: center;
  appearance: none;
  background-color: #0d7680;
  background-color: #0d7680 !important;
  border-color: transparent;
  border: var(--_o-pf-button-border-size) solid hsla(0, 0%, 100%, 0);
  border-color: hsla(0, 0%, 100%, 0) !important;
  border-radius: 0.125rem;
  box-sizing: border-box;
  color: #fff;
  color: #fff !important;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.75rem;
  justify-content: center;
  line-height: 1rem;
  min-height: var(--_o-pf-button-min-height, 44px);
  min-width: var(--_o-pf-button-min-width);
  padding: 0 var(--_o-pf-button-inline-padding-end) 0 var(--_o-pf-button-inline-padding-start);
  text-align: center;
  text-decoration: none;
  transition:
    background-color 0.3s,
    color 0.15s ease-out,
    border-color 0.15s ease-out;
  vertical-align: middle;
}
#coral .coral-sharePopover-copyButotn[disabled],
#coral .coral-sharePopover-copyButton[disabled] {
  cursor: default;
  opacity: 0.4;
  pointer-events: none;
}
#coral .coral-sharePopover-copyButotn:hover,
#coral .coral-sharePopover-copyButton:hover {
  background-color: #095259;
  border-color: hsla(0, 0%, 100%, 0);
  color: #fff;
}
#coral .coral-sharePopover-copyButotn:focus-visible,
#coral .coral-sharePopover-copyButton:focus-visible {
  background-color: #095259;
  border-color: hsla(0, 0%, 100%, 0);
  color: #fff;
  outline: 0;
}
#coral .coral-sharePopover-copyButotn:focus,
#coral .coral-sharePopover-copyButton:focus {
  box-shadow:
    0 0 0 4px #fff,
    0 0 0 8px #4d4845;
  z-index: 1;
}
@supports selector(:focus-visible) {
  #coral .coral-sharePopover-copyButotn:focus,
  #coral .coral-sharePopover-copyButton:focus {
    box-shadow: unset;
    outline: unset;
  }
  #coral .coral-sharePopover-copyButotn:focus-visible,
  #coral .coral-sharePopover-copyButton:focus-visible {
    box-shadow:
      0 0 0 4px #fff,
      0 0 0 8px #4d4845;
    z-index: 1;
  }
}
#coral
  .coral-sharePopover-copyButotn:is(:active, [aria-selected='true'], [aria-current], [aria-pressed='true']),
#coral
  .coral-sharePopover-copyButton:is(:active, [aria-selected='true'], [aria-current], [aria-pressed='true']) {
  background-color: #052f33;
  border-color: hsla(0, 0%, 100%, 0);
  color: #fff;
}
#coral .coral-sharePopover-copyButotn:hover,
#coral .coral-sharePopover-copyButton:hover {
  background-color: #0d7680 !important;
  border-color: hsla(0, 0%, 100%, 0) !important;
  color: #fff !important;
  font-weight: var(--font-weight-primary-regular) !important;
}
#coral .coral-comment-timestamp,
#coral .coral-comment-timestamp span,
#coral .coral-myComment-timestamp,
#coral .coral-myComment-timestamp span {
  color: #33302e;
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 0;
  text-transform: uppercase;
}
#coral .coral-comment-userTag {
  background-color: #b31247;
  color: #fff;
}
#coral .coral-comment-commentTag {
  background-color: #000 !important;
  border: 0 !important;
  border-radius: 0;
  color: #fff !important;
}
#coral .coral-comment-content blockquote,
#coral .coral-myComment-content blockquote,
#coral .coral-rte-content blockquote {
  background-color: #f2dfce;
  font-size: 14px !important;
}
#coral .coral-allComments-loadMoreButton,
#coral .coral-featuredComments-loadMoreButton,
#coral .coral-myComments-loadMoreButton {
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  --_o-pf-button-border-size: 1px;
  --_o-pf-button-icon-size: calc(var(--_o-pf-button-min-height) - var(--_o-pf-button-block-padding) * 2);
  --_o-pf-button-min-width: 60px;
  --_o-pf-button-min-height: 28px;
  --_o-pf-button-inline-padding-start: 0.5rem;
  --_o-pf-button-inline-padding-end: 0.5rem;
  --_o-pf-button-block-padding: 0.25rem;
  align-items: center;
  appearance: none;
  background-color: hsla(0, 0%, 100%, 0);
  background-color: hsla(0, 0%, 100%, 0) !important;
  border-color: transparent;
  border: var(--_o-pf-button-border-size) solid #0d7680;
  border-color: #0d7680 !important;
  border-radius: 0.125rem;
  border-radius: 0 !important;
  box-sizing: border-box;
  color: #0d7680;
  color: #0d7680 !important;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.75rem;
  justify-content: center;
  line-height: 1rem;
  min-height: var(--_o-pf-button-min-height, 44px);
  min-width: var(--_o-pf-button-min-width);
  padding: 0 var(--_o-pf-button-inline-padding-end) 0 var(--_o-pf-button-inline-padding-start);
  text-align: center;
  text-decoration: none;
  transition:
    background-color 0.3s,
    color 0.15s ease-out,
    border-color 0.15s ease-out;
  vertical-align: middle;
}
#coral .coral-allComments-loadMoreButton[disabled],
#coral .coral-featuredComments-loadMoreButton[disabled],
#coral .coral-myComments-loadMoreButton[disabled] {
  cursor: default;
  opacity: 0.4;
  pointer-events: none;
}
#coral .coral-allComments-loadMoreButton:hover,
#coral .coral-featuredComments-loadMoreButton:hover,
#coral .coral-myComments-loadMoreButton:hover {
  background-color: rgba(13, 118, 128, 0.1);
  border-color: #0d7680;
  color: #0c707a;
}
#coral .coral-allComments-loadMoreButton:focus-visible,
#coral .coral-featuredComments-loadMoreButton:focus-visible,
#coral .coral-myComments-loadMoreButton:focus-visible {
  background-color: rgba(13, 118, 128, 0.1);
  border-color: #0d7680;
  color: #0c707a;
  outline: 0;
}
#coral .coral-allComments-loadMoreButton:focus,
#coral .coral-featuredComments-loadMoreButton:focus,
#coral .coral-myComments-loadMoreButton:focus {
  box-shadow:
    0 0 0 4px #fff,
    0 0 0 8px #4d4845;
  z-index: 1;
}
@supports selector(:focus-visible) {
  #coral .coral-allComments-loadMoreButton:focus,
  #coral .coral-featuredComments-loadMoreButton:focus,
  #coral .coral-myComments-loadMoreButton:focus {
    box-shadow: unset;
    outline: unset;
  }
  #coral .coral-allComments-loadMoreButton:focus-visible,
  #coral .coral-featuredComments-loadMoreButton:focus-visible,
  #coral .coral-myComments-loadMoreButton:focus-visible {
    box-shadow:
      0 0 0 4px #fff,
      0 0 0 8px #4d4845;
    z-index: 1;
  }
}
#coral
  .coral-allComments-loadMoreButton:is(
    :active,
    [aria-selected='true'],
    [aria-current],
    [aria-pressed='true']
  ),
#coral
  .coral-featuredComments-loadMoreButton:is(
    :active,
    [aria-selected='true'],
    [aria-current],
    [aria-pressed='true']
  ),
#coral
  .coral-myComments-loadMoreButton:is(
    :active,
    [aria-selected='true'],
    [aria-current],
    [aria-pressed='true']
  ) {
  background-color: #0d7680;
  border-color: #0d7680;
  color: #fff;
}
#coral .coral-featuredComment {
  background-color: #f2dfce;
  border-color: #f2dfce;
}
#coral .coral-comment-editButton {
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  --_o-pf-button-border-size: 1px;
  --_o-pf-button-icon-size: calc(var(--_o-pf-button-min-height) - var(--_o-pf-button-block-padding) * 2);
  --_o-pf-button-min-width: 60px;
  --_o-pf-button-min-height: 28px;
  --_o-pf-button-inline-padding-start: 0.5rem;
  --_o-pf-button-inline-padding-end: 0.5rem;
  --_o-pf-button-block-padding: 0.25rem;
  align-items: center;
  appearance: none;
  background-color: hsla(0, 0%, 100%, 0);
  border-color: transparent;
  border: var(--_o-pf-button-border-size) solid #0d7680;
  border-color: #0d7680 !important;
  border-radius: 0.125rem;
  box-sizing: border-box;
  color: #0d7680;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.75rem;
  justify-content: center;
  line-height: 1rem;
  min-height: var(--_o-pf-button-min-height, 44px);
  min-width: var(--_o-pf-button-min-width);
  padding: 0 var(--_o-pf-button-inline-padding-end) 0 var(--_o-pf-button-inline-padding-start);
  text-align: center;
  text-decoration: none;
  transition:
    background-color 0.3s,
    color 0.15s ease-out,
    border-color 0.15s ease-out;
  vertical-align: middle;
}
#coral .coral-comment-editButton[disabled] {
  cursor: default;
  opacity: 0.4;
  pointer-events: none;
}
#coral .coral-comment-editButton:hover {
  background-color: rgba(13, 118, 128, 0.1);
  border-color: #0d7680;
  color: #0c707a;
}
#coral .coral-comment-editButton:focus-visible {
  background-color: rgba(13, 118, 128, 0.1);
  border-color: #0d7680;
  color: #0c707a;
  outline: 0;
}
#coral .coral-comment-editButton:focus {
  box-shadow:
    0 0 0 4px #fff,
    0 0 0 8px #4d4845;
  z-index: 1;
}
@supports selector(:focus-visible) {
  #coral .coral-comment-editButton:focus {
    box-shadow: unset;
    outline: unset;
  }
  #coral .coral-comment-editButton:focus-visible {
    box-shadow:
      0 0 0 4px #fff,
      0 0 0 8px #4d4845;
    z-index: 1;
  }
}
#coral .coral-comment-editButton:is(:active, [aria-selected='true'], [aria-current], [aria-pressed='true']) {
  background-color: #0d7680;
  border-color: #0d7680;
  color: #fff;
}
#coral .coral-comment-editButton:hover {
  color: #0d7680 !important;
}
#coral .coral-comment .coral-indent-1,
#coral .coral-comment .coral-indent-2,
#coral .coral-comment .coral-indent-3,
#coral .coral-comment .coral-indent-4,
#coral .coral-comment .coral-indent-5,
#coral .coral-comment .coral-indent-6 {
  border-image: url(assets/073d879c800467bb.svg);
  border-image-repeat: round;
  border-image-slice: 30%;
  border-width: 0 0 0 2px;
}
#coral .coral-comment .coral-indent-1 {
  margin-left: 20px;
}
@media (min-width: 500px) {
  #coral .coral-comment .coral-indent-1 {
    margin-left: 44px;
  }
}
#coral .coral-comment .coral-indent-2 {
  margin-left: 40px;
}
@media (min-width: 500px) {
  #coral .coral-comment .coral-indent-2 {
    margin-left: 88px;
  }
}
#coral .coral-comment .coral-indent-3 {
  margin-left: 60px;
}
@media (min-width: 500px) {
  #coral .coral-comment .coral-indent-3 {
    margin-left: 132px;
  }
}
#coral .coral-comment .coral-indent-4 {
  margin-left: 80px;
}
@media (min-width: 500px) {
  #coral .coral-comment .coral-indent-4 {
    margin-left: 176px;
  }
}
#coral .coral-comment .coral-indent-5 {
  margin-left: 100px;
}
@media (min-width: 500px) {
  #coral .coral-comment .coral-indent-5 {
    margin-left: 220px;
  }
}
#coral .coral-comment .coral-indent-6 {
  margin-left: 120px;
}
@media (min-width: 500px) {
  #coral .coral-comment .coral-indent-6 {
    margin-left: 264px;
  }
}
#coral .coral-createReplyComment-replyToUsername {
  color: #33302e;
  font-size: 14px;
  font-weight: 700;
}
#coral a.coral-createReplyComment-replyToUsername {
  border-bottom: 0;
  text-decoration: none;
}
#coral a.coral-createReplyComment-replyToUsername:hover {
  color: #990f3d;
}
#coral .coral-createReplyComment-replyToUsername:hover {
  color: #33302e;
}
#coral .coral-comment-inReplyToUsername:hover {
  color: #807973;
}
#coral .coral-verifyEmail-resendButton:hover {
  color: #0d7680 !important;
}
#coral .coral-verifyEmail-resentMessage {
  background-color: #f2dfce;
  border-color: #f2dfce;
}
#coral .coral-featuredComment-goToConversationButton,
#coral .coral-myComment-viewConversationButton,
#coral .coral-myComments-viewConversationButton {
  border-bottom: 0;
  color: #0d7680;
  color: #0d7680 !important;
  cursor: pointer;
  text-decoration: none;
  text-decoration-color: #cfd8d1;
}
#coral .coral-featuredComment-goToConversationButton[target='_blank'],
#coral .coral-myComment-viewConversationButton[target='_blank'],
#coral .coral-myComments-viewConversationButton[target='_blank'] {
  position: relative;
}
#coral .coral-featuredComment-goToConversationButton[target='_blank']:after,
#coral .coral-myComment-viewConversationButton[target='_blank']:after,
#coral .coral-myComments-viewConversationButton[target='_blank']:after {
  position: absolute;
  clip: rect(0 0 0 0);
  border: 0;
  clip-path: polygon(0 0, 0 0);
  content: '(opens a new window)';
  height: 2px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  width: 2px;
}
@supports (text-decoration-thickness: 0.25ex) {
  #coral .coral-featuredComment-goToConversationButton,
  #coral .coral-myComment-viewConversationButton,
  #coral .coral-myComments-viewConversationButton {
    border-bottom: 0;
    text-decoration-line: underline;
    text-decoration-thickness: 0.25ex;
  }
}
#coral .coral-featuredComment-goToConversationButton:hover,
#coral .coral-myComment-viewConversationButton:hover,
#coral .coral-myComments-viewConversationButton:hover {
  color: #08474d;
  text-decoration-color: #9ec0bd;
}
#coral .coral-featuredComment-goToConversationButton:focus,
#coral .coral-myComment-viewConversationButton:focus,
#coral .coral-myComments-viewConversationButton:focus {
  color: #08474d;
  text-decoration-color: transparent;
}
#coral .coral-featuredComment-goToConversationButton:hover,
#coral .coral-myComment-viewConversationButton:hover,
#coral .coral-myComments-viewConversationButton:hover {
  color: #08474d !important;
}
#coral .coral-configureMessageBox-messageBox a,
#coral .coral-configureMessageBox-messageBox h1,
#coral .coral-configureMessageBox-messageBox h2,
#coral .coral-configureMessageBox-messageBox h3,
#coral .coral-configureMessageBox-messageBox h4,
#coral .coral-configureMessageBox-messageBox h5,
#coral .coral-configureMessageBox-messageBox h6,
#coral .coral-createComment-message a,
#coral .coral-createComment-message h1,
#coral .coral-createComment-message h2,
#coral .coral-createComment-message h3,
#coral .coral-createComment-message h4,
#coral .coral-createComment-message h5,
#coral .coral-createComment-message h6 {
  color: inherit;
}
#coral .coral-selectField {
  background: #fff1e5;
  border-radius: 0;
}
#coral .coral-rte-container {
  background: #fff;
}
#coral .coral-rte-toolbar {
  background: #fff;
  border-top: 1px solid var(--palette-grey-400);
}
#coral .coral-commentForm {
  border-color: var(--palette-grey-400);
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
}
#coral .coral-createReplyComment-replyTo {
  background-color: #fff1e5;
  border-bottom-width: 0;
  border-color: var(--palette-grey-400);
  border-radius: 0;
  color: var(--palette-grey-500);
}
#coral .coral-configureMessageBox-messageBox,
#coral .coral-createComment-message {
  background: var(--palette-text-500);
}
#coral .coral-selectField {
  background: #fff !important;
  font-weight: var(--font-family-primary-regular) !important;
}
#coral .coral-comment-userTag,
#coral .coral-rootParent-userTag {
  font-size: var(--font-size-1) !important;
  line-height: 1.2 !important;
}
#coral .coral-counter {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
#coral .coral-comment-commentTag {
  font-size: var(--font-size-1) !important;
  padding: 2px 6px !important;
}
#coral .coral-createReplyComment-replyToText {
  color: var(--palette-grey-500) !important;
}
#coral .coral-comment-inReplyToText {
  font-weight: var(--font-weight-primary-regular) !important;
}
#coral .coral-comment-reportButton[aria-pressed='true'] {
  background: var(--palette-primary-500) !important;
  border: 0;
  color: var(--palette-text-000) !important;
}
#coral .coral-comment-reportButton[aria-pressed='true'] i,
#coral .coral-comment-reportButton[aria-pressed='true'] span {
  color: var(--palette-text-000) !important;
}
#coral .coral-featuredComment-content {
  font-size: var(--font-size-3) !important;
}
#coral .coral-replyList-showAllButton[disabled],
#coral .coral-replyList-showMoreButton[disabled] {
  cursor: default;
  opacity: 0.4;
  pointer-events: none;
}
#coral .coral-replyList-showAllButton:hover,
#coral .coral-replyList-showMoreButton:hover {
  background: none !important;
  border-color: var(--palette-grey-400) !important;
  color: var(--palette-grey-400) !important;
}
.o-comments__staging-message-container {
  margin-bottom: 8px;
  padding: 0;
}
.o-comments__staging-message-content {
  background-color: #cc1452;
  padding-bottom: 4px;
  padding-top: 4px;
}
.o-comments__staging-message {
  color: #fff;
  font-weight: 700;
  padding-left: 16px;
}
.o-comments__signed-in-text {
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.o-comments__signed-in-inner-text {
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
}
.o-comments__signed-in-container {
  margin-bottom: 24px;
}
.o-comments__edit-display-name {
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  --_o-pf-button-border-size: 1px;
  --_o-pf-button-icon-size: calc(var(--_o-pf-button-min-height) - var(--_o-pf-button-block-padding) * 2);
  --_o-pf-button-min-width: 60px;
  --_o-pf-button-min-height: 28px;
  --_o-pf-button-inline-padding-start: 0.5rem;
  --_o-pf-button-block-padding: 0.25rem;
  align-items: center;
  appearance: none;
  border-color: transparent;
  border-radius: 0.125rem;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.75rem;
  justify-content: center;
  line-height: 1rem;
  min-height: var(--_o-pf-button-min-height, 44px);
  min-width: var(--_o-pf-button-min-width);
  padding: 0 var(--_o-pf-button-inline-padding-end) 0 var(--_o-pf-button-inline-padding-start);
  text-align: center;
  text-decoration: none;
  transition:
    background-color 0.3s,
    color 0.15s ease-out,
    border-color 0.15s ease-out;
  vertical-align: middle;
  --_o-pf-button-inline-padding-end: 1.5rem;
  --_o-pf-button-inline-padding-end: 0.5rem;
  background-color: #0d7680;
  border: var(--_o-pf-button-border-size) solid hsla(0, 0%, 100%, 0);
  color: #fff;
  margin-left: 8px;
}
.o-comments__edit-display-name[disabled] {
  cursor: default;
  opacity: 0.4;
  pointer-events: none;
}
.o-comments__edit-display-name:before {
  background-color: currentColor;
  content: '';
  display: inline-block;
  height: var(--_o-pf-button-icon-size);
  margin-right: 0.5rem;
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 1024 1024'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M175.226 589.854a21.34 21.34 0 0 0-5.57 9.713L94.521 887.574c-4.114 15.769 10.258 30.141 26.027 26.028l287.983-75.125a21.34 21.34 0 0 0 9.7-5.558l489.214-489.216c8.314-8.314 8.334-21.787.044-30.126L695.658 100.494c-8.319-8.368-21.851-8.394-30.201-.057zm199.048 166.343a21.34 21.34 0 0 1-9.701 5.558L204.65 803.473l41.718-159.912a21.34 21.34 0 0 1 5.57-9.712l309.629-309.115L683.65 446.819zm369.715-369.718 57.995-57.994L680.358 206.14l-58.401 58.305z' clip-rule='evenodd'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: contain;
  width: var(--_o-pf-button-icon-size);
}
@media (forced-colors: active) {
  .o-comments__edit-display-name:is(button):before {
    background-color: ButtonText;
  }
  .o-comments__edit-display-name:is(a):before {
    background-color: LinkText;
  }
}
.o-comments__edit-display-name:hover {
  background-color: #095259;
  border-color: hsla(0, 0%, 100%, 0);
  color: #fff;
}
.o-comments__edit-display-name:focus-visible {
  background-color: #095259;
  border-color: hsla(0, 0%, 100%, 0);
  color: #fff;
  outline: 0;
}
.o-comments__edit-display-name:focus {
  box-shadow:
    0 0 0 4px #fff,
    0 0 0 8px #4d4845;
  z-index: 1;
}
@supports selector(:focus-visible) {
  .o-comments__edit-display-name:focus {
    box-shadow: unset;
    outline: unset;
  }
  .o-comments__edit-display-name:focus-visible {
    box-shadow:
      0 0 0 4px #fff,
      0 0 0 8px #4d4845;
    z-index: 1;
  }
}
.o-comments__edit-display-name:is(:active, [aria-selected='true'], [aria-current], [aria-pressed='true']) {
  background-color: #052f33;
  border-color: hsla(0, 0%, 100%, 0);
  color: #fff;
}
.o-comments__edit-display-name-descriptive {
  position: absolute;
  clip: rect(0 0 0 0);
  border: 0;
  clip-path: polygon(0 0, 0 0);
  height: 2px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  width: 2px;
}
.o-overlay.o-comments__displayname-prompt {
  background: #fff1e5;
  max-width: 400px;
  padding: 10px;
  width: 100%;
}
.o-overlay.o-comments__displayname-prompt .o-overlay__title {
  font-family: MetricWeb;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  margin: 5px 10px 10px;
}
.o-overlay.o-comments__displayname-prompt .o-comments__displayname-form {
  padding-left: 0;
  padding-right: 0;
}
.o-overlay.o-comments__displayname-prompt .o-comments__displayname-container {
  margin-top: 8px;
}
@media (min-width: 46.25em) {
  .o-overlay.o-comments__displayname-prompt .o-comments__displayname-container {
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr auto;
  }
}
.o-overlay.o-comments__displayname-prompt .o-comments__displayname-field {
  position: absolute;
  clip: rect(0 0 0 0);
  border: 0;
  clip-path: polygon(0 0, 0 0);
  height: 2px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  width: 2px;
}
.o-overlay.o-comments__displayname-prompt .o-comments__displayname-input {
  margin-bottom: 12px;
  margin-top: 0;
  width: 100%;
}
.o-overlay.o-comments__displayname-prompt .o-comments__displayname-submit {
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  --_o-pf-button-border-size: 1px;
  --_o-pf-button-icon-size: calc(var(--_o-pf-button-min-height) - var(--_o-pf-button-block-padding) * 2);
  --_o-pf-button-min-width: 60px;
  --_o-pf-button-min-height: 28px;
  --_o-pf-button-inline-padding-start: 0.5rem;
  --_o-pf-button-inline-padding-end: 0.5rem;
  --_o-pf-button-block-padding: 0.25rem;
  align-items: center;
  appearance: none;
  background-color: #0d7680;
  border-color: transparent;
  border: var(--_o-pf-button-border-size) solid hsla(0, 0%, 100%, 0);
  border-radius: 0.125rem;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.75rem;
  justify-content: center;
  line-height: 1rem;
  max-height: 44px;
  min-height: var(--_o-pf-button-min-height, 44px);
  min-width: var(--_o-pf-button-min-width);
  padding: 0 var(--_o-pf-button-inline-padding-end) 0 var(--_o-pf-button-inline-padding-start);
  text-align: center;
  text-decoration: none;
  transition:
    background-color 0.3s,
    color 0.15s ease-out,
    border-color 0.15s ease-out;
  vertical-align: middle;
  width: 100%;
}
.o-overlay.o-comments__displayname-prompt .o-comments__displayname-submit[disabled] {
  cursor: default;
  opacity: 0.4;
  pointer-events: none;
}
.o-overlay.o-comments__displayname-prompt .o-comments__displayname-submit:hover {
  background-color: #095259;
  border-color: hsla(0, 0%, 100%, 0);
  color: #fff;
}
.o-overlay.o-comments__displayname-prompt .o-comments__displayname-submit:focus-visible {
  background-color: #095259;
  border-color: hsla(0, 0%, 100%, 0);
  color: #fff;
  outline: 0;
}
.o-overlay.o-comments__displayname-prompt .o-comments__displayname-submit:focus {
  box-shadow:
    0 0 0 4px #fff,
    0 0 0 8px #4d4845;
  z-index: 1;
}
@supports selector(:focus-visible) {
  .o-overlay.o-comments__displayname-prompt .o-comments__displayname-submit:focus {
    box-shadow: unset;
    outline: unset;
  }
  .o-overlay.o-comments__displayname-prompt .o-comments__displayname-submit:focus-visible {
    box-shadow:
      0 0 0 4px #fff,
      0 0 0 8px #4d4845;
    z-index: 1;
  }
}
.o-overlay.o-comments__displayname-prompt
  .o-comments__displayname-submit:is(:active, [aria-selected='true'], [aria-current], [aria-pressed='true']) {
  background-color: #052f33;
  border-color: hsla(0, 0%, 100%, 0);
  color: #fff;
}
.o-overlay.o-comments__displayname-prompt .o-comments__displayname-error {
  margin: 0;
}
#o-comments-stream {
  margin-bottom: var(--o3-spacing-xl);
}
.comments__disabled-message {
  font-family: var(--o3-font-family-metric);
  font-size: var(--o3-font-size-metric2-0);
}
.n-content-body .n-content-heading-2,
.n-content-body .subhead--crosshead {
  margin-bottom: 14px;
  margin-top: 32px;
}
.n-content-body .n-content-heading-3,
.n-content-body .subhead--standard {
  margin-bottom: 14px;
  margin-top: 0;
}
.n-content-body .n-content-heading-5 {
  margin-bottom: 4px;
  margin-top: 0;
}
.n-content-body p {
  margin-bottom: 24px;
  margin-top: 0;
}
.n-content-body .n-content-heading-2 + p,
.n-content-body .n-content-heading-3 + p,
.n-content-body .n-content-heading-5 + p,
.n-content-body .subhead--crosshead + p,
.n-content-body .subhead--standard + p {
  margin-top: 4px;
}
.n-content-body .n-content-heading-2 + aside,
.n-content-body .n-content-heading-2 + div,
.n-content-body .n-content-heading-2 + figure,
.n-content-body .n-content-heading-2 + ol,
.n-content-body .n-content-heading-2 + ul,
.n-content-body .n-content-heading-3 + aside,
.n-content-body .n-content-heading-3 + div,
.n-content-body .n-content-heading-3 + figure,
.n-content-body .n-content-heading-3 + ol,
.n-content-body .n-content-heading-3 + ul,
.n-content-body .n-content-heading-5 + aside,
.n-content-body .n-content-heading-5 + div,
.n-content-body .n-content-heading-5 + figure,
.n-content-body .n-content-heading-5 + ol,
.n-content-body .n-content-heading-5 + ul,
.n-content-body .subhead--crosshead + aside,
.n-content-body .subhead--crosshead + div,
.n-content-body .subhead--crosshead + figure,
.n-content-body .subhead--crosshead + ol,
.n-content-body .subhead--crosshead + ul,
.n-content-body .subhead--standard + aside,
.n-content-body .subhead--standard + div,
.n-content-body .subhead--standard + figure,
.n-content-body .subhead--standard + ol,
.n-content-body .subhead--standard + ul {
  margin-top: 16px;
}
.n-content-blockquote {
  margin: 0;
  margin-bottom: var(--o3-spacing-m);
}
.n-content-body {
  margin-bottom: var(--o3-spacing-l);
}
.n-content-body > :first-child {
  margin-top: 0;
}
.n-content-body hr {
  border-width: 2px;
  border-bottom: 2px solid var(--o3-color-palette-black);
  border-left: 0 solid var(--o3-color-palette-black);
  border-right: 0 solid var(--o3-color-palette-black);
  border-top: 2px solid var(--o3-color-palette-black);
  margin-bottom: var(--o3-spacing-m);
  margin-left: 0;
  margin-top: var(--o3-spacing-4xs);
  width: 60px;
}
.n-content-body blockquote {
  color: var(--o3-color-palette-black-80);
  position: relative;
}
.n-content-body .n-content-heading-2,
.n-content-body .n-content-heading-3,
.n-content-body .n-content-heading-5,
.n-content-body .subhead--crosshead,
.n-content-body .subhead--standard {
  scroll-margin-top: calc(55px + var(--o3-spacing-2xs));
}
.n-content-body blockquote.twitter-tweet {
  background-color: var(--o3-color-palette-white);
  border: 1px solid var(--o3-color-palette-black-10);
  font-family: var(--o3-type-body-base-font-family);
  font-size: var(--o3-type-body-base-font-size);
  font-weight: var(--o3-type-body-base-font-weight);
  line-height: var(--o3-type-body-base-line-height);
  margin: 0;
  padding: var(--o3-spacing-s) var(--o3-spacing-s) var(--o3-spacing-s) var(--o3-spacing-2xl);
  position: relative;
}
.n-content-body blockquote.twitter-tweet:before {
  background-image: url(assets/b1e5c30c2f943f6f.svg);
  content: '';
  height: 50px;
  left: calc(var(--o3-spacing-2xl) - 50px);
  position: absolute;
  top: calc(var(--o3-spacing-2xl) - 50px);
  width: 50px;
}
.n-content-layout .n-content-body__caption {
  padding: 0;
  text-align: left;
}
.n-content-layout[data-layout-width='full-bleed'] .n-content-body__caption,
.n-content-layout[data-layout-width='full-grid'] .n-content-body__caption {
  padding: 0 10px;
}
@media (max-width: 30.615em) {
  .n-content-body__table-cell--hide-mobile {
    display: none;
  }
}
.n-content-copyright {
  clear: both;
  font-family: var(--o3-font-family-metric);
  font-size: var(--o3-font-size-metric2-negative-2);
  line-height: var(--o3-font-lineheight-metric2-negative-2);
  margin-top: 40px;
}
.n-content-image {
  clear: left;
  max-width: 100%;
  page-break-inside: avoid;
}
@media screen {
  .n-content-image {
    margin: 0 auto 1em;
  }
}
.n-content-image img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
@media (min-width: 46.25em) {
  .n-content-image--inline {
    clear: left;
    float: left;
    margin-right: 1em;
  }
}
.n-content-image--thin {
  float: left;
  margin-right: 1em;
  max-width: 100%;
}
.n-content-image__caption,
.n-content-picture__caption {
  color: var(--o3-color-use-case-support-text);
  font-family: var(--o3-type-detail-font-family);
  font-size: var(--o3-type-detail-font-size);
  font-weight: var(--o3-type-detail-font-weight);
  line-height: var(--o3-type-detail-line-height);
  margin-top: var(--o3-spacing-5xs);
}
@media print {
  .n-content-image__caption,
  .n-content-picture__caption {
    font-size: 9pt;
    line-height: 1.25;
  }
}
@media screen {
  .n-content-picture {
    margin: 0 auto 1em;
  }
}
.n-content-picture img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.n-content-body > .n-content-pullquote {
  margin-bottom: var(--o3-spacing-m);
  margin-left: 0;
  margin-top: 0;
}
@media (min-width: 30.625em) {
  .n-content-body > .n-content-pullquote {
    clear: both;
    display: block;
    flex-basis: 41.6666666667%;
    float: left;
    margin-right: var(--o3-spacing-m);
    max-width: 41.6666666667%;
    min-width: 41.6666666667%;
  }
}
.n-content-recommended--inset {
  margin-bottom: var(--o3-spacing-m);
}
@media (min-width: 30.625em) {
  .n-content-recommended--inset {
    clear: both;
    display: block;
    flex-basis: 41.6666666667%;
    float: left;
    margin-right: var(--o3-spacing-m);
    max-width: 41.6666666667%;
    min-width: 41.6666666667%;
  }
}
.n-content-recommended--single-story .o-teaser__heading {
  font-family: var(--o3-type-body-lg-font-family);
  font-size: var(--o3-type-body-lg-font-size);
  font-weight: var(--o3-type-body-lg-font-weight);
  line-height: var(--o3-type-body-lg-line-height);
}
.n-content-recommended__title {
  margin-bottom: 0.83em;
  margin-top: 4px;
}
.n-content-recommended-list {
  display: grid;
  width: 100%;
}
.n-content-recommended-list .o-teaser__heading,
.n-content-recommended-list .o-teaser__tag-prefix {
  font-family: var(--o3-type-body-lg-font-family);
  font-size: var(--o3-type-body-lg-font-size);
  font-weight: var(--o3-type-body-lg-font-weight);
  line-height: var(--o3-type-body-lg-line-height);
}
.n-content-recommended-list .o-teaser__tag-prefix {
  color: var(--o3-color-palette-black);
  font-size: var(--o3-type-body-base-font-size);
}
.n-content-recommended-list .o-teaser__tag {
  color: var(--o3-color-palette-matisse-blue);
  font-weight: var(--o3-type-body-content-highlight-font-weight);
}
.n-content-recommended-list__title {
  color: var(--o3-color-palette-matisse-blue);
}
.n-content-recommended-list__teasers {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
  margin-top: 1rem;
}
@media (max-width: 46.24em) {
  .n-content-recommended-list__teasers {
    grid-template-columns: 1fr;
  }
}
.n-content-video {
  clear: left;
  margin: 0 auto 1em;
  max-width: 100%;
  position: relative;
}
@media print {
  .n-content-video {
    display: none;
  }
}
.n-content-video--youtube {
  width: 100%;
}
.n-content-video--brightcove {
  width: 680px;
}
.n-content-video__placeholder {
  aspect-ratio: 16/9;
}
.n-content-video__placeholder iframe,
.n-content-video__placeholder img,
.n-content-video__placeholder video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.n-content-layout__container--in-line,
.n-content-layout__container--mid-grid {
  margin-bottom: 1em;
}
@media (max-width: 61.24em) {
  .n-content-layout__container--mid-grid {
    padding: 0;
  }
}
.n-content-layout,
.n-content-layout-set {
  clear: both;
}
.n-content-layout-set[data-layout-width='full-bleed'],
.n-content-layout[data-layout-width='full-bleed'] {
  position: relative;
}
@media (max-width: 61.24em) {
  .n-content-layout-set[data-layout-width='full-bleed'] .n-content-layout__container,
  .n-content-layout[data-layout-width='full-bleed'] .n-content-layout__container {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    width: auto;
  }
}
@media (min-width: 61.25em) {
  .n-content-layout-set[data-layout-width='full-bleed'],
  .n-content-layout[data-layout-width='full-bleed'] {
    left: calc(50% + 120px);
    margin-left: -50vw;
    width: 100vw;
    z-index: 1;
  }
}
@media (max-width: 61.24em) {
  .n-content-layout-set[data-layout-width='full-grid'],
  .n-content-layout-set[data-layout-width='mid-grid'],
  .n-content-layout[data-layout-width='full-grid'],
  .n-content-layout[data-layout-width='mid-grid'] {
    width: 100%;
  }
}
@media (min-width: 61.25em) {
  .n-content-layout-set[data-layout-width='full-grid'],
  .n-content-layout-set[data-layout-width='mid-grid'],
  .n-content-layout[data-layout-width='full-grid'],
  .n-content-layout[data-layout-width='mid-grid'] {
    left: calc(75% + 10px);
    margin-left: -50vw;
    position: relative;
    width: 100vw;
  }
  .n-content-layout-set[data-layout-width='full-grid'] .n-content-layout__container,
  .n-content-layout-set[data-layout-width='mid-grid'] .n-content-layout__container,
  .n-content-layout[data-layout-width='full-grid'] .n-content-layout__container,
  .n-content-layout[data-layout-width='mid-grid'] .n-content-layout__container {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1220px;
    min-width: 240px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
  }
}
@media (min-width: 61.25em) and (min-width: 46.25em) {
  .n-content-layout-set[data-layout-width='full-grid'] .n-content-layout__container,
  .n-content-layout-set[data-layout-width='mid-grid'] .n-content-layout__container,
  .n-content-layout[data-layout-width='full-grid'] .n-content-layout__container,
  .n-content-layout[data-layout-width='mid-grid'] .n-content-layout__container {
    max-width: 740px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 61.25em) and (min-width: 61.25em) {
  .n-content-layout-set[data-layout-width='full-grid'] .n-content-layout__container,
  .n-content-layout-set[data-layout-width='mid-grid'] .n-content-layout__container,
  .n-content-layout[data-layout-width='full-grid'] .n-content-layout__container,
  .n-content-layout[data-layout-width='mid-grid'] .n-content-layout__container {
    max-width: 980px;
  }
}
@media (min-width: 61.25em) and (min-width: 76.25em) {
  .n-content-layout-set[data-layout-width='full-grid'] .n-content-layout__container,
  .n-content-layout-set[data-layout-width='mid-grid'] .n-content-layout__container,
  .n-content-layout[data-layout-width='full-grid'] .n-content-layout__container,
  .n-content-layout[data-layout-width='mid-grid'] .n-content-layout__container {
    max-width: 1220px;
  }
}
@media (min-width: 76.25em) {
  .n-content-layout-set[data-layout-width='full-grid'],
  .n-content-layout[data-layout-width='full-grid'] {
    left: calc(75% - 15px);
  }
  .n-content-layout-set[data-layout-width='mid-grid'],
  .n-content-layout[data-layout-width='mid-grid'] {
    left: calc(50% - 10px);
  }
  .n-content-layout-set[data-layout-width='mid-grid'] .n-content-layout__container,
  .n-content-layout[data-layout-width='mid-grid'] .n-content-layout__container {
    max-width: 900px;
  }
  .app .n-content-layout-set[data-layout-width='mid-grid'],
  .app .n-content-layout[data-layout-width='mid-grid'] {
    left: calc(60% - 10px);
  }
}
@media (min-width: 61.25em) {
  .app .n-content-layout-set[data-layout-width='full-bleed'],
  .app .n-content-layout[data-layout-width='full-bleed'] {
    left: calc(50% + 160px);
  }
}
@media (min-width: 76.25em) {
  .app .n-content-layout-set[data-layout-width='full-bleed'],
  .app .n-content-layout[data-layout-width='full-bleed'] {
    left: calc(50% + 220px);
  }
}
.n-content-layout-set[data-layout-width='inset-left'],
.n-content-layout[data-layout-width='inset-left'] {
  margin-bottom: var(--o3-spacing-m);
}
@media (min-width: 30.625em) {
  .n-content-layout-set[data-layout-width='inset-left'],
  .n-content-layout[data-layout-width='inset-left'] {
    clear: both;
    display: block;
    flex-basis: 41.6666666667%;
    float: left;
    margin-right: var(--o3-spacing-m);
    max-width: 41.6666666667%;
    min-width: 41.6666666667%;
  }
}
.n-content-layout-set[data-layout-width='inset-right'],
.n-content-layout[data-layout-width='inset-right'] {
  margin-bottom: var(--o3-spacing-m);
}
@media (min-width: 30.625em) {
  .n-content-layout-set[data-layout-width='inset-right'],
  .n-content-layout[data-layout-width='inset-right'] {
    clear: both;
    display: block;
    flex-basis: 41.6666666667%;
    float: right;
    margin-left: var(--o3-spacing-m);
    max-width: 41.6666666667%;
    min-width: 41.6666666667%;
  }
}
.n-content-layout-set[data-layout-name='aside'],
.n-content-layout[data-layout-name='aside'] {
  background-color: var(--o3-color-palette-wheat-100);
}
.n-content-layout-set[data-layout-name='aside'] .n-content-layout__container > [class^='n-content-heading-'],
.n-content-layout-set[data-layout-name='aside'] .n-content-layout__slot,
.n-content-layout[data-layout-name='aside'] .n-content-layout__container > [class^='n-content-heading-'],
.n-content-layout[data-layout-name='aside'] .n-content-layout__slot {
  padding-left: var(--o3-spacing-3xs);
  padding-right: var(--o3-spacing-3xs);
}
.n-content-layout-set[data-layout-name='card'],
.n-content-layout[data-layout-name='card'] {
  background-color: var(--o3-color-palette-wheat-100);
}
.n-content-layout-set[data-layout-name='card'] .n-content-layout__container > [class^='n-content-heading-'],
.n-content-layout-set[data-layout-name='card'] .n-content-layout__slot,
.n-content-layout[data-layout-name='card'] .n-content-layout__container > [class^='n-content-heading-'],
.n-content-layout[data-layout-name='card'] .n-content-layout__slot {
  padding-left: var(--o3-spacing-3xs);
  padding-right: var(--o3-spacing-3xs);
}
.n-content-layout-set[data-layout-name='timeline'] .n-content-heading-3,
.n-content-layout[data-layout-name='timeline'] .n-content-heading-3 {
  border-bottom: 0;
  padding-bottom: 0;
}
.n-content-layout-set[data-layout-name='timeline'] .n-content-layout__slot,
.n-content-layout[data-layout-name='timeline'] .n-content-layout__slot {
  flex-basis: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 0;
  padding-left: 30px;
  position: relative;
}
.n-content-layout-set[data-layout-name='timeline'] .n-content-layout__slot:before,
.n-content-layout[data-layout-name='timeline'] .n-content-layout__slot:before {
  background: var(--o3-color-palette-black);
  content: '';
  display: block;
  height: 100%;
  left: 5px;
  position: absolute;
  top: 0;
  width: 2px;
}
.n-content-layout-set[data-layout-name='timeline'] .n-content-layout__slot .n-content-heading-5,
.n-content-layout[data-layout-name='timeline'] .n-content-layout__slot .n-content-heading-5 {
  margin-top: 28px;
  position: relative;
}
.n-content-layout-set[data-layout-name='timeline'] .n-content-layout__slot .n-content-heading-5 strong:before,
.n-content-layout[data-layout-name='timeline'] .n-content-layout__slot .n-content-heading-5 strong:before {
  background-color: var(--o3-color-palette-black);
  border-radius: 50%;
  content: '';
  height: 8px;
  left: -28px;
  position: absolute;
  top: 6px;
  width: 8px;
}
.n-content-layout-set[data-layout-name='timeline'] .n-content-layout__slot p,
.n-content-layout[data-layout-name='timeline'] .n-content-layout__slot p {
  margin-bottom: 8px;
}
.n-content-layout-set[data-layout-name='card'] > :last-child {
  padding-bottom: 20px;
}
.n-content-layout-set[data-layout-name='card'] .n-content-layout[data-layout-name='timeline'] {
  padding-left: var(--o3-spacing-3xs);
  padding-right: var(--o3-spacing-3xs);
}
.n-content-layout-set[data-layout-name='card']
  .n-content-layout[data-layout-name='timeline']
  .n-content-heading-3 {
  padding-top: 4px;
}
.n-content-layout-set[data-layout-name='aside'] > :last-child {
  padding-bottom: 20px;
}
.n-content-layout-set[data-layout-name='aside'] .n-content-layout[data-layout-name='timeline'] {
  padding-left: var(--o3-spacing-3xs);
  padding-right: var(--o3-spacing-3xs);
}
.n-content-layout-set[data-layout-name='aside']
  .n-content-layout[data-layout-name='timeline']
  .n-content-heading-3 {
  padding-top: 4px;
}
.n-content-layout {
  margin-bottom: var(--o3-spacing-m);
  margin-top: var(--o3-spacing-4xs);
}
.n-content-layout__container {
  display: flex;
  flex-wrap: wrap;
  padding-top: var(--o3-spacing-5xs);
  width: 100%;
}
.n-content-layout__container > :not(.n-content-layout__slot) {
  flex: 0 0 100%;
  margin-bottom: 0;
  margin-top: var(--o3-spacing-4xs);
}
.n-content-layout__container > [class^='n-content-heading-'] {
  border-bottom: 2px solid var(--o3-color-palette-paper);
  box-sizing: border-box;
  margin-bottom: var(--o3-spacing-5xs);
  margin-top: 0;
  padding-bottom: var(--o3-spacing-4xs);
}
.n-content-layout__slot {
  flex-basis: 100%;
  max-width: 100%;
  min-width: 0;
}
@media (min-width: 46.25em) {
  .n-content-layout__slot {
    flex: 1 1 1px;
  }
  .n-content-layout__slot + .n-content-layout__slot {
    margin-left: 16px;
  }
  .n-content-layout__slot[data-slot-width='wide'] {
    flex: 2;
  }
}
.n-content-layout__slot :last-child {
  margin-bottom: 0;
}
.n-content-body .n-content-heading-2 + .n-content-layout__slot,
.n-content-body .n-content-heading-3 + .n-content-layout__slot,
.n-content-body .n-content-heading-5 + .n-content-layout__slot,
.n-content-body .n-content-layout__slot,
.n-content-body .subhead--crosshead + .n-content-layout__slot,
.n-content-body .subhead--standard + .n-content-layout__slot {
  margin-bottom: var(--o3-spacing-3xs);
  margin-top: var(--o3-spacing-5xs);
}
.n-content-body .n-content-layout__slot > p,
.n-content-body .n-content-layout__slot > ul > li {
  font-family: var(--o3-type-body-base-font-family);
  font-size: var(--o3-type-body-base-font-size);
  font-weight: var(--o3-type-body-base-font-weight);
  line-height: var(--o3-type-body-base-line-height);
}
.n-content-body .n-content-layout__slot > p {
  margin-bottom: var(--o3-spacing-3xs);
}
.n-content-layout-set {
  margin-bottom: var(--o3-spacing-m);
  margin-top: var(--o3-spacing-4xs);
}
.n-content-layout-set .n-content-layout {
  margin-bottom: 0;
  margin-top: 0;
}
.n-content-layout-set .n-content-layout + .n-content-layout .n-content-layout__container {
  border-top-width: 0;
}
.n-content-layout-set > .n-content-layout hr {
  display: none;
}
@media print {
  .o-typography--loaded-sans .n-content-body {
    color: var(--o3-color-palette-black);
    font:
      11pt/1.25 Georgia,
      serif;
    margin: 0;
  }
  .o-typography--loaded-sans .n-content-body:after {
    border-top: 1px solid var(--o3-color-palette-black);
    clear: both;
    content: 'Print a single copy of this article for personal use. Contact us if you wish to print more to distribute to others. © The Financial Times Ltd.';
    display: block;
    font-size: 9pt;
    margin-top: 0.5cm;
    padding-top: 5px;
  }
  .o-typography--loaded-sans .n-content-body p {
    margin: 0;
    orphans: 3;
    text-indent: 1em;
    widows: 3;
  }
  .o-typography--loaded-sans .n-content-body p:first-child {
    text-indent: 0;
  }
  .o-typography--loaded-sans .n-content-body a {
    border: 0;
    color: inherit;
    text-decoration: none;
  }
  .o-typography--loaded-sans .n-content-body br {
    display: none;
  }
  .o-typography--loaded-sans .n-content-body br + br {
    display: block;
  }
  .o-typography--loaded-sans .n-content-image {
    margin: 0 auto 1em;
  }
  .o-typography--loaded-sans .n-content-image--full {
    margin: 0;
    max-width: 10cm;
    width: 100%;
  }
  .o-typography--loaded-sans .n-content-image__caption {
    font-size: 9pt;
    line-height: 1.25;
  }
  .o-typography--loaded-sans .n-content-copyright {
    display: none;
  }
}
.article-info {
  border-bottom: 1px solid var(--o3-color-palette-black-20);
  display: flex;
  flex-direction: column;
  margin-bottom: var(--o3-spacing-2xs);
  padding-bottom: var(--o3-spacing-4xs);
}
@media (min-width: 46.25em) {
  .article-info .article-info__byline {
    margin-bottom: var(--o3-spacing-5xs);
  }
}
.app .article-info .article-info__byline {
  margin-bottom: var(--o3-spacing-2xs);
}
.article-info__time-byline-row {
  align-items: center;
  display: flex;
}
.article-info__time-byline-content {
  display: flex;
  flex: 1;
}
@media (max-width: 46.24em) {
  .article-info__time-byline-content {
    flex-direction: column;
  }
}
.article-info__byline {
  display: inline;
}
.article-info__timestamp-item {
  margin: 0;
}
@media (max-width: 46.24em) {
  .article-info__updated-timestamp {
    margin-top: var(--o3-spacing-5xs);
  }
}
@media (min-width: 46.25em) {
  .article-info__updated-timestamp:before {
    content: '|';
    margin-left: var(--o3-spacing-5xs);
    margin-right: var(--o3-spacing-5xs);
  }
}
.article-info__timestamp {
  margin-left: var(--o3-spacing-5xs);
}
.n-content-tag--with-follow {
  margin-right: var(--o3-spacing-4xs);
}
.o-labels-indicator--live > .o-labels-indicator__status:before,
.o-labels-indicator--live > .o-teaser__timestamp-prefix:before {
  animation: _o-labels-live-pulse 1.2s ease-in-out infinite;
}
@media (prefers-reduced-motion) {
  .o-labels-indicator--live > .o-labels-indicator__status:before,
  .o-labels-indicator--live > .o-teaser__timestamp-prefix:before {
    animation: none;
  }
}
@keyframes _o-labels-live-pulse {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 0.4;
  }
  70% {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.o-labels-indicator.o-labels-indicator--badge {
  border-radius: 0.125rem;
  color: #fff;
  font-weight: oFontsWeight('bold');
  padding: 4px 8px;
}
.o-labels-indicator.o-labels-indicator--badge.o-labels-indicator--live {
  background: #c00;
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  text-transform: uppercase;
}
.o-labels-indicator.o-labels-indicator--badge.o-labels-indicator--closed {
  background: #66605c;
}
.o-labels-indicator.o-labels-indicator--badge.o-labels-indicator--inverse.o-labels-indicator--closed,
.o-labels-indicator.o-labels-indicator--badge.o-labels-indicator--inverse.o-labels-indicator--live {
  background: transparent;
}
.live-blog-indicator__status {
  background: var(--o3-color-palette-crimson);
  font-family: var(--o3-font-family-metric);
  font-size: var(--o3-font-size-metric2-negative-2);
  font-weight: var(--o3-font-weight-semibold);
  line-height: var(--o3-font-lineheight-metric2-negative-2);
  margin-right: var(--o3-spacing-4xs);
  padding: var(--o3-spacing-5xs) var(--o3-spacing-4xs);
}
.o-topper__summary--body ul {
  margin-top: var(--o3-spacing-s);
}
.o-topper__summary--body ul li {
  margin-top: var(--o3-spacing-2xs);
}
.o-topper__summary--body ul > li > p:first-child:last-child {
  margin-bottom: 0;
  margin-top: 0;
}
.package-container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1220px;
  min-width: 240px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
@media (min-width: 46.25em) {
  .package-container {
    max-width: 740px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 61.25em) {
  .package-container {
    max-width: 980px;
  }
}
@media (min-width: 76.25em) {
  .package-container {
    max-width: 1220px;
  }
}
@media (min-width: 61.25em) {
  .package-grid-1-column {
    display: grid;
    grid-template-columns: 1fr;
  }
  .package-grid-3-column {
    display: grid;
    grid-template-columns: 1fr 20px 300px;
  }
}
.o-teaser-collection__item {
  list-style: none;
}
.package-contents {
  clear: both;
  display: flex;
  flex-wrap: wrap;
  grid-column: 1;
  margin-left: -10px;
  zoom: 1;
}
@media print {
  .package-contents {
    display: inherit;
  }
}
@media (min-width: 46.25em) {
  .package-contents {
    margin-left: -20px;
  }
}
.package-contents:after,
.package-contents:before {
  content: '';
  display: table;
  display: flex;
}
.package-contents:after {
  clear: both;
}
.package-contents .package-teasers__list {
  display: contents;
}
@media (min-width: 46.25em) {
  .package-contents .o-teaser-collection__item {
    box-sizing: border-box;
    display: block;
    display: flex;
    flex: 1 1 0%;
    flex-basis: 50%;
    float: left;
    max-width: 50%;
    min-width: 50%;
    padding-left: 10px;
    position: relative;
  }
}
@media (min-width: 46.25em) and (min-width: 46.25em) {
  .package-contents .o-teaser-collection__item {
    padding-left: 20px;
  }
}
@media (min-width: 46.25em) {
  .package-contents--wide .o-teaser-collection__item {
    box-sizing: border-box;
    display: block;
    display: flex;
    flex: 1 1 0%;
    flex-basis: 33.3333333333%;
    float: left;
    max-width: 33.3333333333%;
    min-width: 33.3333333333%;
    padding-left: 10px;
    position: relative;
  }
}
@media (min-width: 46.25em) and (min-width: 46.25em) {
  .package-contents--wide .o-teaser-collection__item {
    padding-left: 20px;
  }
}
.package-more {
  grid-column: 1;
  grid-row: 2;
}
.sidebar-advert {
  grid-column: 3;
}
.package-teasers--large .o-teaser {
  margin-bottom: 30px;
}
.package-contents__item {
  width: 100%;
}
.package--basic .o-teaser__heading:focus,
.package--basic .o-teaser__heading:hover,
.package--basic .o-teaser__tag:focus,
.package--basic .o-teaser__tag:hover {
  color: var(--o3-color-palette-claret-40);
}
.package--basic .o-teaser__heading,
.package--basic .o-teaser__meta,
.package--basic .package__text--heading {
  color: var(--o3-color-palette-black);
}
.package--basic .package__nav--end__teaser .o-teaser.o-teaser--large-portrait .o-teaser__content,
.package--basic
  .package__nav--end__teaser
  .o-teaser.o-teaser--large-portrait
  .o-teaser__image-container:after {
  border-color: #e6d4c4;
}
.package--basic .package__nav--end__teaser .o-teaser.o-teaser--large-portrait .o-teaser__content {
  background: var(--o3-color-palette-wheat);
}
.package--special-report .o-teaser__heading:focus,
.package--special-report .o-teaser__heading:hover,
.package--special-report .o-teaser__tag:focus,
.package--special-report .o-teaser__tag:hover {
  color: var(--o3-color-palette-claret);
}
.package--special-report .o-teaser__heading,
.package--special-report .o-teaser__meta,
.package--special-report .package__text--heading {
  color: var(--o3-color-palette-black);
}
.package--special-report .package__nav--end__teaser .o-teaser.o-teaser--large-portrait .o-teaser__content,
.package--special-report
  .package__nav--end__teaser
  .o-teaser.o-teaser--large-portrait
  .o-teaser__image-container:after {
  border-color: #e6d4c4;
}
.package--special-report .package__nav--end__teaser .o-teaser.o-teaser--large-portrait .o-teaser__content {
  background: var(--o3-color-palette-wheat);
}
.package--extra .o-teaser__heading:focus,
.package--extra .o-teaser__heading:hover,
.package--extra .o-teaser__tag:focus,
.package--extra .o-teaser__tag:hover {
  color: #fff476;
}
.package--extra .o-teaser__heading,
.package--extra .o-teaser__meta,
.package--extra .package__text--heading {
  color: var(--o3-color-palette-white);
}
.package--extra .package__nav--end__teaser .o-teaser.o-teaser--large-portrait .o-teaser__content,
.package--extra
  .package__nav--end__teaser
  .o-teaser.o-teaser--large-portrait
  .o-teaser__image-container:after {
  border-color: var(--o3-color-palette-lemon);
}
.package--extra .package__nav--end__teaser .o-teaser.o-teaser--large-portrait .o-teaser__content {
  background: var(--o3-color-palette-slate);
}
.package--news-basic .o-teaser__heading:focus,
.package--news-basic .o-teaser__heading:hover,
.package--news-basic .o-teaser__tag:focus,
.package--news-basic .o-teaser__tag:hover {
  color: var(--o3-color-palette-crimson);
}
.package--news-basic .o-teaser__heading,
.package--news-basic .o-teaser__meta,
.package--news-basic .package__text--heading {
  color: var(--o3-color-palette-black);
}
.package--news-basic .package__nav--end__teaser .o-teaser.o-teaser--large-portrait .o-teaser__content,
.package--news-basic
  .package__nav--end__teaser
  .o-teaser.o-teaser--large-portrait
  .o-teaser__image-container:after {
  border-color: #300000;
}
.package--news-basic .package__nav--end__teaser .o-teaser.o-teaser--large-portrait .o-teaser__content {
  background: #fff8f2;
}
.package--news-extra .o-teaser__heading:focus,
.package--news-extra .o-teaser__heading:hover,
.package--news-extra .o-teaser__tag:focus,
.package--news-extra .o-teaser__tag:hover {
  color: var(--o3-color-palette-crimson);
}
.package--news-extra .o-teaser__heading,
.package--news-extra .o-teaser__meta,
.package--news-extra .package__text--heading {
  color: var(--o3-color-palette-black);
}
.package--news-extra .package__nav--end__teaser .o-teaser.o-teaser--large-portrait .o-teaser__content,
.package--news-extra
  .package__nav--end__teaser
  .o-teaser.o-teaser--large-portrait
  .o-teaser__image-container:after {
  border-color: #300000;
}
.package--news-extra .package__nav--end__teaser .o-teaser.o-teaser--large-portrait .o-teaser__content {
  background: #fff8f2;
}
.design-theme--extra,
.design-theme--extra-wide {
  background-color: var(--o3-color-palette-slate);
  border-bottom: 1px solid var(--o3-color-palette-lemon);
}
.design-theme--extra .o-teaser--hero.o-teaser--has-image .o-teaser__content,
.design-theme--extra .o-teaser--hero.o-teaser--has-image .o-teaser__image-container:after,
.design-theme--extra-wide .o-teaser--hero.o-teaser--has-image .o-teaser__content,
.design-theme--extra-wide .o-teaser--hero.o-teaser--has-image .o-teaser__image-container:after {
  border-color: var(--o3-color-palette-lemon);
  border-style: solid;
}
.design-theme--extra .o-teaser--hero.o-teaser--has-image .o-teaser__content,
.design-theme--extra-wide .o-teaser--hero.o-teaser--has-image .o-teaser__content {
  border-width: 0 1px 1px;
}
.design-theme--extra .o-teaser--hero.o-teaser--has-image .o-teaser__image-container:after,
.design-theme--extra-wide .o-teaser--hero.o-teaser--has-image .o-teaser__image-container:after {
  border-width: 1px 1px 0;
}
.design-theme--extra .o-teaser-collection__heading,
.design-theme--extra-wide .o-teaser-collection__heading {
  color: var(--o3-color-palette-white);
}
.design-theme--extra .o-teaser-collection__heading:after,
.design-theme--extra .o-teaser-collection__heading:before,
.design-theme--extra-wide .o-teaser-collection__heading:after,
.design-theme--extra-wide .o-teaser-collection__heading:before {
  border-color: var(--o3-color-palette-lemon);
}
.design-theme--extra .o-teaser--small,
.design-theme--extra-wide .o-teaser--small {
  border-color: #31353d;
}
.package-contents {
  margin-top: var(--o3-spacing-m);
}
.cp-message {
  margin-bottom: 16px;
}
.n-content-body > .n-content-big-number {
  margin-bottom: var(--o3-spacing-m);
}
@media (min-width: 30.625em) {
  .n-content-body > .n-content-big-number {
    clear: both;
    display: block;
    flex-basis: 41.6666666667%;
    float: left;
    margin-right: var(--o3-spacing-m);
    max-width: 41.6666666667%;
    min-width: 41.6666666667%;
  }
}
a.cp-find-out-more-link {
  display: block;
  font-family: var(--o3-type-title-sm-font-family);
  font-size: var(--o3-type-title-sm-font-size);
  font-weight: var(--o3-type-title-sm-font-weight);
  line-height: var(--o3-type-title-sm-line-height);
  padding-right: var(--o3-spacing-2xs);
  position: relative;
}
a.cp-find-out-more-link:after {
  background-color: currentcolor;
  content: '';
  height: var(--o3-spacing-xs);
  mask-image: var(--o3-icon-chevron-right);
  mask-repeat: no-repeat;
  mask-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: var(--o3-spacing-xs);
}
@media (min-width: 46.25em) {
  a.cp-find-out-more-link:after {
    display: inline-block;
    margin-left: var(--o3-spacing-4xs);
    position: static;
    transform: none;
    vertical-align: sub;
  }
}
.o-overlay {
  background: #fff;
  border: 1px solid #ccc1b7;
  box-shadow:
    0 1px 4px rgba(77, 72, 69, 0.15),
    0 8px 14px rgba(77, 72, 69, 0.2);
  box-sizing: border-box;
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  z-index: 11;
}
.o-overlay,
.o-overlay-shadow {
  opacity: 1;
  position: fixed;
  transition: opacity 0.3s ease-in-out;
}
.o-overlay-shadow {
  background-color: rgba(0, 0, 0, 0.2);
  height: 150%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}
.o-overlay__heading,
.o-overlay__title {
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.o-overlay__heading {
  background: transparent;
  color: #33302e;
  margin: 0;
  overflow: hidden;
}
.o-overlay__title {
  display: block;
  margin: 12px 24px 12px 12px;
  overflow: auto;
}
.o-overlay__title--sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.o-overlay__close {
  appearance: none;
  background-color: transparent;
  background-image: url(assets/7fac3686de5a445f.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  box-sizing: content-box;
  cursor: pointer;
  display: inline-block;
  float: right;
  font: inherit;
  font-size: 8px;
  height: 20px;
  line-height: 1;
  margin: 12px;
  outline: inherit;
  padding: 0.25em;
  position: relative;
  user-select: none;
  vertical-align: baseline;
  width: 20px;
}
@media screen and (-ms-high-contrast: active) {
  .o-overlay__close {
    background-image: url(assets/3f61c03e949f4469.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .o-overlay__close {
    background-image: url(assets/61682e325089abd1.svg);
  }
}
.o-overlay__close:after {
  bottom: -12px;
  content: '';
  left: -12px;
  position: absolute;
  right: -12px;
  top: -12px;
}
.o-overlay__content {
  box-sizing: border-box;
  overflow: auto;
  padding: 16px;
  position: relative;
}
.o-overlay__content > :first-child {
  margin-top: 0;
}
.o-overlay__content > :last-child {
  margin-bottom: 0;
}
.o-overlay__heading--shaded {
  background: #33302e;
  border-color: #33302e;
  color: #fff;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
.o-overlay__heading--shaded .o-overlay__close {
  background-color: transparent;
  background-color: #807973;
  background-image: url(assets/54d40820baf0e7d6.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-color: #fff;
  color: #fff;
  display: inline-block;
  height: 20px;
  vertical-align: baseline;
  width: 20px;
}
@media screen and (-ms-high-contrast: active) {
  .o-overlay__heading--shaded .o-overlay__close {
    background-image: url(assets/3f61c03e949f4469.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .o-overlay__heading--shaded .o-overlay__close {
    background-image: url(assets/61682e325089abd1.svg);
  }
}
.o-overlay__heading--shaded .o-overlay__close:focus,
.o-overlay__heading--shaded .o-overlay__close:hover {
  background-color: transparent;
  background-color: #fff;
  background-image: url(assets/7fac3686de5a445f.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 20px;
  vertical-align: baseline;
  width: 20px;
}
@media screen and (-ms-high-contrast: active) {
  .o-overlay__heading--shaded .o-overlay__close:focus,
  .o-overlay__heading--shaded .o-overlay__close:hover {
    background-image: url(assets/3f61c03e949f4469.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .o-overlay__heading--shaded .o-overlay__close:focus,
  .o-overlay__heading--shaded .o-overlay__close:hover {
    background-image: url(assets/61682e325089abd1.svg);
  }
}
.o-overlay--compact .o-overlay__content {
  padding: 12px;
}
.o-overlay--compact .o-overlay__heading {
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.o-overlay--compact .o-overlay__title {
  margin-bottom: 4px;
  margin-left: 12px;
  margin-top: 8px;
}
.o-overlay--compact .o-overlay__close {
  margin: 8px 8px 8px 12px;
}
.o-overlay--full-screen {
  border: 0;
}
.o-overlay--full-screen,
.o-overlay--full-width {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.o-overlay--full-height,
.o-overlay--full-screen {
  height: 100%;
  padding-bottom: 0;
  padding-top: 0;
}
.o-expander__content[aria-hidden='true'] {
  display: none;
}
.o-expander__content--expanded {
  max-height: none !important;
}
.o-expander__content--collapsed {
  overflow: hidden;
}
.o-expander__content--collapsed .o-expander__collapsible-item {
  display: none;
}
.o-expander__toggle {
  background: none;
  border: 0;
  color: #000;
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.o-expander__toggle,
.o-expander__toggle:hover {
  text-decoration: none;
}
.o-expander__toggle:after {
  background-color: transparent;
  background-image: url(assets/a853a8f2f64393ba.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 15px;
  padding: 0 3px;
  vertical-align: baseline;
  vertical-align: middle;
  width: 15px;
}
@media screen and (-ms-high-contrast: active) {
  .o-expander__toggle:after {
    background-image: url(assets/87ee0f0eb2cabe8b.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .o-expander__toggle:after {
    background-image: url(assets/a853a8f2f64393ba.svg);
  }
}
.o-expander__toggle[aria-expanded='true']:after {
  transform: rotate(180deg);
}
.o-expander--initialized .o-expander__toggle {
  display: inline-block;
}
.o-expander--inactive .o-expander__toggle,
.o-expander__toggle {
  display: none;
}
.o-expander__visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  border: 0;
  clip-path: polygon(0 0, 0 0);
  height: 2px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  width: 2px;
}
.o-lazy-load--transition {
  opacity: 0;
  transition: opacity 0.25s;
  will-change: opacity;
}
.o-lazy-load--transition[data-o-lazy-load] {
  opacity: 1;
}
.o-lazy-load-placeholder {
  position: relative;
}
.o-lazy-load-placeholder .o-lazy-load {
  height: 100%;
  left: 0;
  min-height: 1px;
  position: absolute;
  top: 0;
  width: 100%;
}
.o-lazy-load-placeholder:after {
  content: '';
  display: block;
}
.o-lazy-load-placeholder--16x9:after {
  padding-bottom: 56.25%;
}
.o-lazy-load-placeholder--16x10:after {
  padding-bottom: 62.5%;
}
.o-lazy-load-placeholder--3x2:after {
  padding-bottom: 66.6666666667%;
}
.o-lazy-load-placeholder--4x3:after {
  padding-bottom: 75%;
}
.o-lazy-load-placeholder--1x1:after {
  padding-bottom: 100%;
}
.article-print {
  background: inherit;
  border: 0;
  padding: 0;
}
.article-print:before {
  background-color: var(--o3-color-palette-black);
  content: '';
  display: inline-block;
  height: 28px;
  margin: var(--o3-spacing-4xs);
  mask-image: var(--o3-icon-print);
  mask-repeat: no-repeat;
  mask-size: contain;
  width: 28px;
}
.article-comment-count {
  visibility: hidden;
  white-space: nowrap;
}
.article-comment-count:before {
  background-color: var(--o3-color-palette-black);
  content: '';
  display: inline-block;
  height: 28px;
  margin: var(--o3-spacing-4xs);
  mask-image: var(--o3-icon-quote);
  mask-repeat: no-repeat;
  mask-size: contain;
  width: 28px;
}
.article-comment-count,
.article-print {
  border-bottom-width: 0;
  color: var(--o3-color-palette-black);
  flex: 0 0 auto;
  margin-left: 0;
  max-height: 44px;
  position: relative;
  vertical-align: top;
}
.article-comment-count:before,
.article-print:before {
  content: '';
  vertical-align: middle;
}
.article__media {
  margin-bottom: var(--o3-spacing-xs);
}
.article__media audio,
.article__media video {
  width: 100%;
}
@media (min-width: 30.625em) and (max-width: 61.24em) {
  .o-ads {
    clear: left;
  }
}
.n-content-picture {
  background-color: var(--o3-color-use-case-page-background);
}
@media (min-width: 61.25em) {
  .n-content-layout[data-layout-width='full-grid'] {
    left: calc(50% + 120px);
    z-index: 2;
  }
  .article-grid--centered .n-content-layout[data-layout-width='full-grid'] {
    left: 50%;
    z-index: 2;
  }
}
.article-classifier__gap:after {
  content: ' ';
  margin-right: 0.11em;
}
.o-table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  width: 100%;
}
.o-table thead {
  border-bottom: 2px solid #33302e;
}
.o-table td,
.o-table th {
  box-sizing: border-box;
  color: #33302e;
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  min-width: 3ch;
  padding: 10px;
  text-align: left;
  vertical-align: top;
}
.o-table th {
  font-weight: 700;
}
.o-table th:not([scope='row']) {
  vertical-align: bottom;
}
.o-table td {
  scroll-snap-align: none center;
}
.o-table td:empty:before {
  background-color: transparent;
  background-image: url(assets/055468a2f9b68cad.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 15px;
  vertical-align: baseline;
  vertical-align: middle;
  width: 15px;
}
@media screen and (-ms-high-contrast: active) {
  .o-table td:empty:before {
    background-image: url(assets/3e385832e90aeec6.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .o-table td:empty:before {
    background-image: url(assets/31c95af2bc0ea871.svg);
  }
}
.o-table .o-table__caption {
  box-sizing: border-box;
  margin: 0;
  padding: 0 10px;
  text-align: left;
  width: 100%;
}
.o-table .o-table__cell--numeric {
  font-feature-settings: 'tnum' 1;
  text-align: right;
}
.o-table .o-table__cell--content-secondary {
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
}
.o-table .o-table__cell--vertically-center {
  vertical-align: middle;
}
.o-table .o-table-footnote,
.o-table-footnote {
  color: #33302e;
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.o-table-container > .o-table-footnote {
  margin-left: 10px;
}
tr[aria-hidden='true'],
tr[data-o-table-filtered='true'] {
  visibility: hidden;
}
.o-table:not([data-o-table-sortable='false']) thead th:not([data-o-table-heading-disable-sort]) {
  min-width: 60px;
  padding-right: 1.25rem;
}
.o-table__sort {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  margin: 0 -1.25rem 0 0;
  min-width: 60px;
  padding: 0 1.25rem 0 0;
  text-align: left;
  user-select: none;
}
.o-table__sort:after {
  background-color: transparent;
  background-image: url(assets/1e7671159fc2b07d.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 1.25rem;
  margin: -0.625rem -1.25rem -0.625rem 0;
  vertical-align: baseline;
  vertical-align: middle;
  width: 1.25rem;
}
@media screen and (-ms-high-contrast: active) {
  .o-table__sort:after {
    background-image: url(assets/cb8061faf2bd6872.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .o-table__sort:after {
    background-image: url(assets/63e6c44b69fb9011.svg);
  }
}
[aria-sort='descending'] .o-table__sort:after,
[data-o-table-preferred-sort-order='descending'] th:not([aria-sort]) .o-table__sort:hover:after,
[data-o-table-preferred-sort-order='descending'] th[aria-sort='none'] .o-table__sort:hover:after {
  background-color: transparent;
  background-image: url(assets/1a4849946c86bf5c.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 1.25rem;
  vertical-align: baseline;
  vertical-align: middle;
  width: 1.25rem;
}
@media screen and (-ms-high-contrast: active) {
  [aria-sort='descending'] .o-table__sort:after,
  [data-o-table-preferred-sort-order='descending'] th:not([aria-sort]) .o-table__sort:hover:after,
  [data-o-table-preferred-sort-order='descending'] th[aria-sort='none'] .o-table__sort:hover:after {
    background-image: url(assets/87ee0f0eb2cabe8b.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  [aria-sort='descending'] .o-table__sort:after,
  [data-o-table-preferred-sort-order='descending'] th:not([aria-sort]) .o-table__sort:hover:after,
  [data-o-table-preferred-sort-order='descending'] th[aria-sort='none'] .o-table__sort:hover:after {
    background-image: url(assets/a853a8f2f64393ba.svg);
  }
}
[aria-sort='ascending'] .o-table__sort:after,
th:not([aria-sort]) .o-table__sort:hover:after,
th[aria-sort='none'] .o-table__sort:hover:after {
  background-color: transparent;
  background-image: url(assets/c49f988c65242a03.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 1.25rem;
  vertical-align: baseline;
  vertical-align: middle;
  width: 1.25rem;
}
@media screen and (-ms-high-contrast: active) {
  [aria-sort='ascending'] .o-table__sort:after,
  th:not([aria-sort]) .o-table__sort:hover:after,
  th[aria-sort='none'] .o-table__sort:hover:after {
    background-image: url(assets/58cf011756a9efef.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  [aria-sort='ascending'] .o-table__sort:after,
  th:not([aria-sort]) .o-table__sort:hover:after,
  th[aria-sort='none'] .o-table__sort:hover:after {
    background-image: url(assets/e62795603a87bb40.svg);
  }
}
.o-table-scroll-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
.o-table-container,
.o-table-overlay-wrapper {
  position: relative;
}
.o-table-container--contracted .o-table,
.o-table-container--expanded .o-table {
  margin-bottom: 40px;
}
.o-table-overflow-control-overlay {
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}
.o-table-overflow-control-overlay .o-table-control {
  display: inline-block;
  pointer-events: all;
  transition: opacity 1s ease-in-out;
}
.o-table-overflow-control-overlay .o-table-control--expander {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}
.o-table-overflow-control-overlay .o-table-control--expander button {
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  --_o-pf-button-border-size: 1px;
  --_o-pf-button-icon-size: calc(var(--_o-pf-button-min-height) - var(--_o-pf-button-block-padding) * 2);
  --_o-pf-button-min-width: 80px;
  --_o-pf-button-min-height: 44px;
  --_o-pf-button-inline-padding-start: 1rem;
  --_o-pf-button-inline-padding-end: 1rem;
  --_o-pf-button-block-padding: 0.5rem;
  align-items: center;
  appearance: none;
  background-color: #0d7680;
  border-color: transparent;
  border: var(--_o-pf-button-border-size) solid hsla(0, 0%, 100%, 0);
  border-radius: 0.125rem;
  border-radius: 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  min-height: var(--_o-pf-button-min-height, 44px);
  min-width: var(--_o-pf-button-min-width);
  padding: 0 var(--_o-pf-button-inline-padding-end) 0 var(--_o-pf-button-inline-padding-start);
  text-align: center;
  text-decoration: none;
  transition:
    background-color 0.3s,
    color 0.15s ease-out,
    border-color 0.15s ease-out;
  vertical-align: middle;
  width: 100%;
}
.o-table-overflow-control-overlay .o-table-control--expander button[disabled] {
  cursor: default;
  opacity: 0.4;
  pointer-events: none;
}
.o-table-overflow-control-overlay .o-table-control--expander button:hover {
  background-color: #095259;
  border-color: hsla(0, 0%, 100%, 0);
  color: #fff;
}
.o-table-overflow-control-overlay .o-table-control--expander button:focus-visible {
  background-color: #095259;
  border-color: hsla(0, 0%, 100%, 0);
  color: #fff;
  outline: 0;
}
.o-table-overflow-control-overlay .o-table-control--expander button:focus {
  box-shadow:
    0 0 0 4px #fff,
    0 0 0 8px #4d4845;
  z-index: 1;
}
@supports selector(:focus-visible) {
  .o-table-overflow-control-overlay .o-table-control--expander button:focus {
    box-shadow: unset;
    outline: unset;
  }
  .o-table-overflow-control-overlay .o-table-control--expander button:focus-visible {
    box-shadow:
      0 0 0 4px #fff,
      0 0 0 8px #4d4845;
    z-index: 1;
  }
}
.o-table-overflow-control-overlay
  .o-table-control--expander
  button:is(:active, [aria-selected='true'], [aria-current], [aria-pressed='true']) {
  background-color: #052f33;
  border-color: hsla(0, 0%, 100%, 0);
  color: #fff;
}
.o-table-overflow-control-overlay .o-table-control--back,
.o-table-overflow-control-overlay .o-table-control--forward {
  z-index: 1;
}
@supports (pointer-events: none) {
  .o-table-overflow-control-overlay .o-table-control--back,
  .o-table-overflow-control-overlay .o-table-control--forward {
    position: absolute;
    top: calc(50% - 20px);
    transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
.o-table-overflow-control-overlay .o-table-control--back {
  float: left;
  left: 0;
  margin: 0 10px;
}
.o-table-overflow-control-overlay .o-table-control--back button {
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  --_o-pf-button-border-size: 1px;
  --_o-pf-button-icon-size: calc(var(--_o-pf-button-min-height) - var(--_o-pf-button-block-padding) * 2);
  --_o-pf-button-min-width: 80px;
  --_o-pf-button-min-height: 44px;
  --_o-pf-button-inline-padding-start: 1rem;
  --_o-pf-button-inline-padding-end: 1rem;
  --_o-pf-button-block-padding: 0.5rem;
  align-items: center;
  appearance: none;
  border-color: transparent;
  border-radius: 0.125rem;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  min-height: var(--_o-pf-button-min-height, 44px);
  min-width: var(--_o-pf-button-min-width);
  padding: 0 var(--_o-pf-button-inline-padding-end) 0 var(--_o-pf-button-inline-padding-start);
  text-align: center;
  text-decoration: none;
  transition:
    background-color 0.3s,
    color 0.15s ease-out,
    border-color 0.15s ease-out;
  vertical-align: middle;
  --_o-pf-button-inline-padding-end: 1.5rem;
  --_o-pf-button-min-width: var(--_o-pf-button-min-height);
  --_o-pf-button-inline-padding-start: 0;
  --_o-pf-button-inline-padding-end: 0;
  background-color: #0d7680;
  border: var(--_o-pf-button-border-size) solid hsla(0, 0%, 100%, 0);
  color: #fff;
}
.o-table-overflow-control-overlay .o-table-control--back button[disabled] {
  cursor: default;
  opacity: 0.4;
  pointer-events: none;
}
.o-table-overflow-control-overlay .o-table-control--back button:before {
  background-color: currentColor;
  content: '';
  display: inline-block;
  height: var(--_o-pf-button-icon-size);
  margin-right: 0.5rem;
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 1024 1024'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M416.753 514.661 712.832 810.74c8.331 8.331 8.331 21.838 0 30.169l-30.17 30.17c-8.331 8.331-21.839 8.331-30.17 0L311.159 529.746c-8.332-8.331-8.332-21.839 0-30.17l341.333-341.333c8.331-8.332 21.839-8.332 30.17 0l30.17 30.169c8.331 8.332 8.331 21.839 0 30.17z' clip-rule='evenodd'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: contain;
  width: var(--_o-pf-button-icon-size);
}
@media (forced-colors: active) {
  .o-table-overflow-control-overlay .o-table-control--back button:is(button):before {
    background-color: ButtonText;
  }
  .o-table-overflow-control-overlay .o-table-control--back button:is(a):before {
    background-color: LinkText;
  }
}
.o-table-overflow-control-overlay .o-table-control--back button:before {
  margin-right: 0;
}
.o-table-overflow-control-overlay .o-table-control--back button:hover {
  background-color: #095259;
  border-color: hsla(0, 0%, 100%, 0);
  color: #fff;
}
.o-table-overflow-control-overlay .o-table-control--back button:focus-visible {
  background-color: #095259;
  border-color: hsla(0, 0%, 100%, 0);
  color: #fff;
  outline: 0;
}
.o-table-overflow-control-overlay .o-table-control--back button:focus {
  box-shadow:
    0 0 0 4px #fff,
    0 0 0 8px #4d4845;
  z-index: 1;
}
@supports selector(:focus-visible) {
  .o-table-overflow-control-overlay .o-table-control--back button:focus {
    box-shadow: unset;
    outline: unset;
  }
  .o-table-overflow-control-overlay .o-table-control--back button:focus-visible {
    box-shadow:
      0 0 0 4px #fff,
      0 0 0 8px #4d4845;
    z-index: 1;
  }
}
.o-table-overflow-control-overlay
  .o-table-control--back
  button:is(:active, [aria-selected='true'], [aria-current], [aria-pressed='true']) {
  background-color: #052f33;
  border-color: hsla(0, 0%, 100%, 0);
  color: #fff;
}
.o-table-overflow-control-overlay .o-table-control--forward {
  float: right;
  margin: 0 10px;
  right: 0;
}
.o-table-overflow-control-overlay .o-table-control--forward button {
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  --_o-pf-button-border-size: 1px;
  --_o-pf-button-icon-size: calc(var(--_o-pf-button-min-height) - var(--_o-pf-button-block-padding) * 2);
  --_o-pf-button-min-width: 80px;
  --_o-pf-button-min-height: 44px;
  --_o-pf-button-inline-padding-start: 1rem;
  --_o-pf-button-inline-padding-end: 1rem;
  --_o-pf-button-block-padding: 0.5rem;
  align-items: center;
  appearance: none;
  border-color: transparent;
  border-radius: 0.125rem;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  min-height: var(--_o-pf-button-min-height, 44px);
  min-width: var(--_o-pf-button-min-width);
  padding: 0 var(--_o-pf-button-inline-padding-end) 0 var(--_o-pf-button-inline-padding-start);
  text-align: center;
  text-decoration: none;
  transition:
    background-color 0.3s,
    color 0.15s ease-out,
    border-color 0.15s ease-out;
  vertical-align: middle;
  --_o-pf-button-inline-padding-end: 1.5rem;
  --_o-pf-button-min-width: var(--_o-pf-button-min-height);
  --_o-pf-button-inline-padding-start: 0;
  --_o-pf-button-inline-padding-end: 0;
  background-color: #0d7680;
  border: var(--_o-pf-button-border-size) solid hsla(0, 0%, 100%, 0);
  color: #fff;
}
.o-table-overflow-control-overlay .o-table-control--forward button[disabled] {
  cursor: default;
  opacity: 0.4;
  pointer-events: none;
}
.o-table-overflow-control-overlay .o-table-control--forward button:before {
  background-color: currentColor;
  content: '';
  display: inline-block;
  height: var(--_o-pf-button-icon-size);
  margin-right: 0.5rem;
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 1024 1024'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M607.247 514.673 311.168 218.594c-8.331-8.331-8.331-21.839 0-30.17l30.17-30.17c8.331-8.331 21.839-8.331 30.17 0l341.333 341.334c8.332 8.331 8.332 21.838 0 30.169L371.508 871.091c-8.331 8.331-21.839 8.331-30.17 0l-30.17-30.17c-8.331-8.331-8.331-21.839 0-30.17z' clip-rule='evenodd'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: contain;
  width: var(--_o-pf-button-icon-size);
}
@media (forced-colors: active) {
  .o-table-overflow-control-overlay .o-table-control--forward button:is(button):before {
    background-color: ButtonText;
  }
  .o-table-overflow-control-overlay .o-table-control--forward button:is(a):before {
    background-color: LinkText;
  }
}
.o-table-overflow-control-overlay .o-table-control--forward button:before {
  margin-right: 0;
}
.o-table-overflow-control-overlay .o-table-control--forward button:hover {
  background-color: #095259;
  border-color: hsla(0, 0%, 100%, 0);
  color: #fff;
}
.o-table-overflow-control-overlay .o-table-control--forward button:focus-visible {
  background-color: #095259;
  border-color: hsla(0, 0%, 100%, 0);
  color: #fff;
  outline: 0;
}
.o-table-overflow-control-overlay .o-table-control--forward button:focus {
  box-shadow:
    0 0 0 4px #fff,
    0 0 0 8px #4d4845;
  z-index: 1;
}
@supports selector(:focus-visible) {
  .o-table-overflow-control-overlay .o-table-control--forward button:focus {
    box-shadow: unset;
    outline: unset;
  }
  .o-table-overflow-control-overlay .o-table-control--forward button:focus-visible {
    box-shadow:
      0 0 0 4px #fff,
      0 0 0 8px #4d4845;
    z-index: 1;
  }
}
.o-table-overflow-control-overlay
  .o-table-control--forward
  button:is(:active, [aria-selected='true'], [aria-current], [aria-pressed='true']) {
  background-color: #052f33;
  border-color: hsla(0, 0%, 100%, 0);
  color: #fff;
}
.o-table-overflow-control-overlay .o-table-control--hide {
  opacity: 0;
  pointer-events: none;
}
.o-table-overflow-control-overlay .o-table-control--sticky {
  position: sticky;
}
.o-table-overflow-control-overlay--arrow-dock:after,
.o-table-overflow-control-overlay--arrow-dock:before {
  background-color: #0d7680;
  border-color: #0d7680;
  border-style: solid;
  bottom: 0;
  content: '';
  height: 44px;
  pointer-events: none;
  position: absolute;
  width: 1px;
}
.o-table-overflow-control-overlay--arrow-dock:before {
  border-width: 0 44px 0 9px;
  left: 0;
}
.o-table-overflow-control-overlay--arrow-dock:after {
  border-width: 0 9px 0 44px;
  right: 0;
}
.o-table-overflow-control-overlay--arrow-dock .o-table-control--expander {
  left: 51px;
  right: 51px;
}
.o-table-overflow-control-overlay--arrow-dock .o-table-control--dock {
  bottom: 0;
  top: auto;
}
@supports (pointer-events: none) {
  .o-table-overflow-fade-overlay {
    bottom: 0;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.o-table-overflow-fade-overlay--scroll {
  background:
    linear-gradient(to right, #fff1e5 2px, rgba(255, 241, 229, 0) var(--o-table-fade-from-start)),
    linear-gradient(to left, #fff1e5 2px, rgba(255, 241, 229, 0) var(--o-table-fade-from-end));
}
.o-table-container--contracted .o-table-overflow-fade-overlay:after {
  background: linear-gradient(0deg, #fff1e5 30px, rgba(255, 241, 229, 0) 80px);
  bottom: 0;
  content: '';
  height: 80px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
}
.o-table.o-table--responsive-flat {
  width: 100%;
}
.o-table.o-table--responsive-flat .o-table__duplicate-row,
.o-table.o-table--responsive-flat .o-table__responsive-body {
  display: none;
}
@media (max-width: 30.615em) {
  .o-table.o-table--responsive-flat tbody:not(.o-table__responsive-body),
  .o-table.o-table--responsive-flat thead,
  .o-table.o-table--responsive-flat thead th,
  .o-table.o-table--responsive-flat thead tr,
  .o-table.o-table--responsive-flat tr:not(.o-table__duplicate-row) {
    display: none;
  }
  .o-table.o-table--responsive-flat .o-table__responsive-body {
    display: table-row-group;
  }
  .o-table.o-table--responsive-flat .o-table__duplicate-row {
    display: table-row;
  }
  .o-table.o-table--responsive-flat td,
  .o-table.o-table--responsive-flat th {
    box-sizing: border-box;
    padding: 10px;
    width: 50%;
  }
  .o-table.o-table--responsive-flat tbody:not(:last-child) {
    border-bottom: 1px solid #33302e;
  }
  .o-table.o-table--responsive-flat.o-table--row-stripes tr,
  .o-table.o-table--responsive-flat.o-table--row-stripes tr th {
    background-color: transparent;
  }
  .o-table.o-table--responsive-flat tbody {
    background-color: #fff1e5;
  }
  .o-table.o-table--responsive-flat tbody:nth-child(2n) {
    background-color: #faeadc;
  }
  .o-table.o-table--responsive-flat.o-table--horizontal-lines td:not(:last-of-type),
  .o-table.o-table--responsive-flat.o-table--horizontal-lines th:not(:last-of-type) {
    border-bottom: 1px solid #ccc1b7;
  }
  .o-table.o-table--responsive-flat .o-table__cell--numeric {
    text-align: left;
  }
}
.o-table--responsive-scroll .o-table__duplicate-row {
  display: none;
}
@media (max-width: 30.615em) {
  .o-table--responsive-scroll.o-table--horizontal-lines .o-table__duplicate-row:not(:first-child) {
    border: 0;
  }
  .o-table--responsive-scroll.o-table--horizontal-lines .o-table__duplicate-row:not(:last-child) td {
    border-bottom: 1px solid #ccc1b7;
  }
  .o-table--responsive-scroll tr:not(.o-table__duplicate-row) {
    display: none;
  }
  .o-table--responsive-scroll .o-table__duplicate-row {
    display: table-row;
  }
  .o-table--responsive-scroll th {
    background-color: #fff1e5;
    left: 0;
    position: sticky;
  }
  .o-table--responsive-scroll th:after {
    border-right: 2px solid #33302e;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .o-table--responsive-scroll td[aria-hidden='true'] {
    display: none;
  }
  .o-table--responsive-scroll .o-table__cell--numeric {
    text-align: left;
  }
}
.o-table--horizontal-lines tr:not(:first-child) {
  border-top: 1px solid #ccc1b7;
}
.o-table--vertical-lines td:not(:last-child):not(:first-child),
.o-table--vertical-lines th:not(:last-child):not(:first-child) {
  border-left: 1px solid #ccc1b7;
  border-right: 1px solid #ccc1b7;
}
.o-table--horizontal-borders {
  border-bottom: 1px solid #ccc1b7;
  border-top: 1px solid #ccc1b7;
}
.o-table--horizontal-borders th:not([scope='row']) {
  border-top: 1px solid #ccc1b7;
}
.o-table--vertical-borders {
  border-right: 1px solid #ccc1b7;
}
.o-table--vertical-borders,
.o-table--vertical-borders th[scope='row'] {
  border-left: 1px solid #ccc1b7;
}
.o-table--compact td,
.o-table--compact th {
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 4px 10px;
}
.o-table--compact th {
  font-weight: 700;
}
.o-table--row-stripes,
.o-table--row-stripes caption {
  background-color: #fff1e5;
}
.o-table--row-stripes tbody tr:nth-child(2n),
.o-table--row-stripes tbody tr:nth-child(2n) th {
  background-color: #fff9f5;
}
.n-content-tag--with-follow {
  margin-right: 10px;
}
.o-topper__brand,
.o-topper__columnist-list,
.o-topper__columnist-name,
.o-topper__opinion-genre,
.o-topper__topic {
  color: unset;
  font-family: var(--o3-type-body-highlight-font-family);
  font-size: var(--o3-type-body-highlight-font-size);
  font-weight: var(--o3-type-body-highlight-font-weight);
  line-height: var(--o3-type-body-highlight-line-height);
}
a.o-topper__brand,
a.o-topper__columnist-list,
a.o-topper__columnist-name,
a.o-topper__opinion-genre,
a.o-topper__topic {
  border-bottom: 0;
  color: var(--o3-color-palette-claret);
  text-decoration: none;
}
a.o-topper__brand:hover,
a.o-topper__columnist-list:hover,
a.o-topper__columnist-name:hover,
a.o-topper__opinion-genre:hover,
a.o-topper__topic:hover {
  color: var(--o3-color-palette-claret-30);
}
.o-topper--color-crimson .o-topper__background,
.o-topper--color-crimson .o-topper__content {
  background-color: var(--o3-color-palette-crimson);
}
.o-topper--color-crimson .o-topper__standfirst a,
.o-topper--color-crimson .o-topper__summary a {
  border-bottom-color: var(--o3-color-palette-white);
  color: var(--o3-color-palette-white);
  text-decoration-color: var(--o3-color-palette-white);
}
.o-topper--color-crimson .o-topper__standfirst a:hover,
.o-topper--color-crimson .o-topper__summary a:hover {
  border-bottom-color: var(--o3-color-palette-black-20);
  color: var(--o3-color-palette-black-20);
  text-decoration-color: var(--o3-color-palette-black-20);
}
.o-topper--color-crimson .o-topper__brand,
.o-topper--color-crimson .o-topper__columnist-name,
.o-topper--color-crimson .o-topper__headline,
.o-topper--color-crimson .o-topper__right-rail-content,
.o-topper--color-crimson .o-topper__standfirst,
.o-topper--color-crimson .o-topper__summary,
.o-topper--color-crimson .o-topper__tags,
.o-topper--color-crimson .o-topper__topic {
  color: var(--o3-color-palette-white);
}
.o-topper--color-crimson .n-content-picture__caption,
.o-topper--color-crimson .o-topper__brand:hover,
.o-topper--color-crimson .o-topper__image-caption,
.o-topper--color-crimson .o-topper__topic:hover {
  color: var(--o3-color-palette-paper);
}
.o-topper--color-crimson .o-topper__headline:after {
  border-bottom: 6px solid var(--o3-color-palette-white);
}
@media (min-width: 61.25em) {
  .o-topper--color-crimson .o-topper__headline:after {
    border-bottom-width: var(--o3-spacing-4xs);
  }
}
.o-topper--color-crimson.o-topper--deep-landscape .o-topper__content--text-shadow {
  text-shadow: 2px 3px 4px hsla(0, 0%, 7%, 0.4);
}
.o-topper--color-crimson.o-topper--deep-landscape .o-topper__content--background-box {
  background-color: hsla(0, 0%, 7%, 0.67);
  padding: 16px;
}
@media (max-width: 46.24em) {
  .o-topper--color-crimson.o-topper--deep-portrait .o-topper__image-caption {
    background-color: var(--o3-color-palette-crimson);
    color: #f1baba;
  }
}
.o-topper--color-matisse .o-topper__background,
.o-topper--color-matisse .o-topper__content {
  background-color: var(--o3-color-palette-matisse-blue);
}
.o-topper--color-matisse .o-topper__standfirst a,
.o-topper--color-matisse .o-topper__summary a {
  border-bottom-color: var(--o3-color-palette-white);
  color: var(--o3-color-palette-white);
  text-decoration-color: var(--o3-color-palette-white);
}
.o-topper--color-matisse .o-topper__standfirst a:hover,
.o-topper--color-matisse .o-topper__summary a:hover {
  border-bottom-color: var(--o3-color-palette-black-20);
  color: var(--o3-color-palette-black-20);
  text-decoration-color: var(--o3-color-palette-black-20);
}
.o-topper--color-matisse .o-topper__brand,
.o-topper--color-matisse .o-topper__columnist-name,
.o-topper--color-matisse .o-topper__headline,
.o-topper--color-matisse .o-topper__right-rail-content,
.o-topper--color-matisse .o-topper__standfirst,
.o-topper--color-matisse .o-topper__summary,
.o-topper--color-matisse .o-topper__tags,
.o-topper--color-matisse .o-topper__topic {
  color: var(--o3-color-palette-white);
}
.o-topper--color-matisse .n-content-picture__caption,
.o-topper--color-matisse .o-topper__brand:hover,
.o-topper--color-matisse .o-topper__columnist-name:hover,
.o-topper--color-matisse .o-topper__image-caption,
.o-topper--color-matisse .o-topper__topic:hover {
  color: #c8d2db;
}
.o-topper--color-matisse .o-topper__headline:after {
  border-bottom: 6px solid var(--o3-color-palette-white);
}
@media (min-width: 61.25em) {
  .o-topper--color-matisse .o-topper__headline:after {
    border-bottom-width: var(--o3-spacing-4xs);
  }
}
.o-topper--color-matisse.o-topper--deep-landscape .o-topper__content--text-shadow {
  text-shadow: 2px 3px 4px hsla(0, 0%, 7%, 0.4);
}
.o-topper--color-matisse.o-topper--deep-landscape .o-topper__content--background-box {
  background-color: hsla(0, 0%, 7%, 0.67);
  padding: 16px;
}
@media (max-width: 46.24em) {
  .o-topper--color-matisse.o-topper--deep-portrait .o-topper__image-caption {
    background-color: var(--o3-color-palette-matisse-blue);
    color: #c8d2db;
  }
}
.o-topper--color-matisse :focus-visible {
  outline-color: var(--o3-color-palette-white);
}
.o-topper--color-matisse-light .o-topper__background,
.o-topper--color-matisse-light .o-topper__content {
  background-color: #e0e6eb;
}
.o-topper--color-matisse-light .o-topper__standfirst a,
.o-topper--color-matisse-light .o-topper__summary a {
  border-bottom-color: var(--o3-color-palette-teal-50);
  color: var(--o3-color-palette-teal-50);
  text-decoration-color: var(--o3-color-use-case-link-underline);
}
.o-topper--color-matisse-light .o-topper__standfirst a:hover,
.o-topper--color-matisse-light .o-topper__summary a:hover {
  border-bottom-color: var(--o3-color-palette-teal-30);
  color: var(--o3-color-palette-teal-30);
  text-decoration-color: var(--o3-color-use-case-link-underline-hover);
}
.o-topper--color-matisse-light .o-topper__brand,
.o-topper--color-matisse-light .o-topper__columnist-name,
.o-topper--color-matisse-light .o-topper__headline,
.o-topper--color-matisse-light .o-topper__right-rail-content,
.o-topper--color-matisse-light .o-topper__standfirst,
.o-topper--color-matisse-light .o-topper__summary,
.o-topper--color-matisse-light .o-topper__tags,
.o-topper--color-matisse-light .o-topper__topic {
  color: var(--o3-color-palette-black);
}
.o-topper--color-matisse-light .n-content-picture__caption,
.o-topper--color-matisse-light .o-topper__brand:hover,
.o-topper--color-matisse-light .o-topper__columnist-name:hover,
.o-topper--color-matisse-light .o-topper__image-caption,
.o-topper--color-matisse-light .o-topper__topic:hover {
  color: var(--o3-color-palette-black-70);
}
.o-topper--color-matisse-light .o-topper__headline:after {
  border-bottom: 6px solid var(--o3-color-palette-black);
}
@media (min-width: 61.25em) {
  .o-topper--color-matisse-light .o-topper__headline:after {
    border-bottom-width: var(--o3-spacing-4xs);
  }
}
.o-topper--color-matisse-light.o-topper--deep-landscape .o-topper__content--text-shadow {
  text-shadow: 2px 3px 4px hsla(0, 0%, 7%, 0.4);
}
.o-topper--color-matisse-light.o-topper--deep-landscape .o-topper__content--background-box {
  background-color: hsla(0, 0%, 100%, 0.9);
  padding: 16px;
}
@media (max-width: 46.24em) {
  .o-topper--color-matisse-light.o-topper--deep-portrait .o-topper__image-caption {
    background-color: #e0e6eb;
    color: #454545;
  }
}
.o-topper--color-matisse-light :focus-visible {
  outline-color: var(--o3-color-palette-black);
}
.o-topper--color-oxford .o-topper__background,
.o-topper--color-oxford .o-topper__content {
  background-color: var(--o3-color-palette-oxford);
}
.o-topper--color-oxford .o-topper__standfirst a,
.o-topper--color-oxford .o-topper__summary a {
  border-bottom-color: var(--o3-color-palette-white);
  color: var(--o3-color-palette-white);
  text-decoration-color: var(--o3-color-palette-white);
}
.o-topper--color-oxford .o-topper__standfirst a:hover,
.o-topper--color-oxford .o-topper__summary a:hover {
  border-bottom-color: var(--o3-color-palette-black-20);
  color: var(--o3-color-palette-black-20);
  text-decoration-color: var(--o3-color-palette-black-20);
}
.o-topper--color-oxford .o-topper__brand,
.o-topper--color-oxford .o-topper__columnist-name,
.o-topper--color-oxford .o-topper__headline,
.o-topper--color-oxford .o-topper__right-rail-content,
.o-topper--color-oxford .o-topper__standfirst,
.o-topper--color-oxford .o-topper__summary,
.o-topper--color-oxford .o-topper__tags,
.o-topper--color-oxford .o-topper__topic {
  color: var(--o3-color-palette-white);
}
.o-topper--color-oxford .n-content-picture__caption,
.o-topper--color-oxford .o-topper__brand:hover,
.o-topper--color-oxford .o-topper__image-caption,
.o-topper--color-oxford .o-topper__topic:hover {
  color: var(--o3-color-palette-sky);
}
.o-topper--color-oxford .o-topper__headline:after {
  border-bottom: 6px solid var(--o3-color-palette-white);
}
@media (min-width: 61.25em) {
  .o-topper--color-oxford .o-topper__headline:after {
    border-bottom-width: var(--o3-spacing-4xs);
  }
}
.o-topper--color-oxford.o-topper--deep-landscape .o-topper__content--text-shadow {
  text-shadow: 2px 3px 4px hsla(0, 0%, 7%, 0.4);
}
.o-topper--color-oxford.o-topper--deep-landscape .o-topper__content--background-box {
  background-color: hsla(0, 0%, 7%, 0.67);
  padding: 16px;
}
@media (max-width: 46.24em) {
  .o-topper--color-oxford.o-topper--deep-portrait .o-topper__image-caption {
    background-color: var(--o3-color-palette-oxford-60);
    color: var(--o3-color-palette-sky);
  }
}
.o-topper--color-paper .o-topper__background,
.o-topper--color-paper .o-topper__content {
  background-color: var(--o3-color-use-case-page-background);
}
.o-topper--color-paper .o-topper__standfirst a,
.o-topper--color-paper .o-topper__summary a {
  border-bottom: 0;
  color: var(--o3-color-use-case-link-text);
  cursor: pointer;
  text-decoration: none;
  text-decoration-color: var(--o3-color-use-case-link-underline);
}
.o-topper--color-paper .o-topper__standfirst a[target='_blank'],
.o-topper--color-paper .o-topper__summary a[target='_blank'] {
  position: relative;
}
.o-topper--color-paper .o-topper__standfirst a[target='_blank']:after,
.o-topper--color-paper .o-topper__summary a[target='_blank']:after {
  position: absolute;
  clip: rect(0 0 0 0);
  border: 0;
  clip-path: polygon(0 0, 0 0);
  content: '(opens a new window)';
  height: 2px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  width: 2px;
}
.o-topper--color-paper .o-topper__standfirst a:hover,
.o-topper--color-paper .o-topper__summary a:hover {
  color: var(--o3-color-use-case-link-text-hover);
  text-decoration-color: var(--o3-color-use-case-link-underline-hover);
}
.o-topper--color-paper .o-topper__standfirst a:focus,
.o-topper--color-paper .o-topper__summary a:focus {
  color: var(--o3-color-use-case-link-text-hover);
  text-decoration-color: transparent;
}
.o-topper--color-paper .o-topper__brand,
.o-topper--color-paper .o-topper__columnist-name,
.o-topper--color-paper .o-topper__headline,
.o-topper--color-paper .o-topper__right-rail-content,
.o-topper--color-paper .o-topper__standfirst,
.o-topper--color-paper .o-topper__summary,
.o-topper--color-paper .o-topper__tags,
.o-topper--color-paper .o-topper__topic {
  color: var(--o3-color-palette-black);
}
.o-topper--color-paper .n-content-picture__caption,
.o-topper--color-paper .o-topper__brand:hover,
.o-topper--color-paper .o-topper__image-caption,
.o-topper--color-paper .o-topper__topic:hover {
  color: var(--o3-color-use-case-link-inverse-text-hover);
}
.o-topper--color-paper .o-topper__columnist-name,
.o-topper--color-paper .o-topper__opinion-genre,
.o-topper--color-paper .o-topper__topic {
  color: var(--o3-color-palette-claret);
}
.o-topper--color-paper .o-topper__columnist-name:hover,
.o-topper--color-paper .o-topper__opinion-genre:hover,
.o-topper--color-paper .o-topper__topic:hover {
  color: #4d081f;
}
.o-topper--color-paper .o-topper__headline:after {
  border-bottom: 6px solid var(--o3-color-palette-black);
}
@media (min-width: 61.25em) {
  .o-topper--color-paper .o-topper__headline:after {
    border-bottom-width: var(--o3-spacing-4xs);
  }
}
@supports (text-decoration-thickness: 0.25ex) {
  .o-topper--color-paper .o-topper__standfirst a,
  .o-topper--color-paper .o-topper__summary a {
    border-bottom: 0;
    text-decoration-line: underline;
    text-decoration-thickness: 0.25ex;
  }
}
.o-topper--color-paper.o-topper--deep-landscape .o-topper__content--background-box {
  background-color: hsla(0, 0%, 7%, 0.67);
  padding: 16px;
}
@media (max-width: 46.24em) {
  .o-topper--color-paper.o-topper--deep-portrait .o-topper__image-caption {
    background-color: var(--o3-color-palette-paper);
    color: #45413e;
  }
}
.o-topper--color-white .o-topper__background,
.o-topper--color-white .o-topper__content {
  background-color: var(--o3-color-palette-white);
}
.o-topper--color-white .o-topper__standfirst a,
.o-topper--color-white .o-topper__summary a {
  border-bottom: 0;
  color: var(--o3-color-palette-teal-50);
  cursor: pointer;
  text-decoration: none;
  text-decoration-color: var(--o3-color-use-case-link-underline);
}
.o-topper--color-white .o-topper__standfirst a[target='_blank'],
.o-topper--color-white .o-topper__summary a[target='_blank'] {
  position: relative;
}
.o-topper--color-white .o-topper__standfirst a[target='_blank']:after,
.o-topper--color-white .o-topper__summary a[target='_blank']:after {
  position: absolute;
  clip: rect(0 0 0 0);
  border: 0;
  clip-path: polygon(0 0, 0 0);
  content: '(opens a new window)';
  height: 2px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  width: 2px;
}
.o-topper--color-white .o-topper__standfirst a:hover,
.o-topper--color-white .o-topper__summary a:hover {
  color: var(--o3-color-palette-teal-30);
  text-decoration-color: var(--o3-color-use-case-link-underline-hover);
}
.o-topper--color-white .o-topper__standfirst a:focus,
.o-topper--color-white .o-topper__summary a:focus {
  color: var(--o3-color-palette-teal-30);
  text-decoration-color: transparent;
}
.o-topper--color-white .o-topper__brand,
.o-topper--color-white .o-topper__columnist-name,
.o-topper--color-white .o-topper__headline,
.o-topper--color-white .o-topper__right-rail-content,
.o-topper--color-white .o-topper__standfirst,
.o-topper--color-white .o-topper__summary,
.o-topper--color-white .o-topper__tags,
.o-topper--color-white .o-topper__topic {
  color: var(--o3-color-palette-black);
}
.o-topper--color-white .n-content-picture__caption,
.o-topper--color-white .o-topper__brand:hover,
.o-topper--color-white .o-topper__image-caption,
.o-topper--color-white .o-topper__topic:hover {
  color: var(--o3-color-palette-black-70);
}
.o-topper--color-white .o-topper__headline:after {
  border-bottom: 6px solid var(--o3-color-palette-black);
}
@media (min-width: 61.25em) {
  .o-topper--color-white .o-topper__headline:after {
    border-bottom-width: var(--o3-spacing-4xs);
  }
}
@supports (text-decoration-thickness: 0.25ex) {
  .o-topper--color-white .o-topper__standfirst a,
  .o-topper--color-white .o-topper__summary a {
    border-bottom: 0;
    text-decoration-line: underline;
    text-decoration-thickness: 0.25ex;
  }
}
.o-topper--color-white.o-topper--deep-landscape .o-topper__content--background-box {
  background-color: hsla(0, 0%, 100%, 0.7);
  padding: 16px;
}
@media (max-width: 46.24em) {
  .o-topper--color-white.o-topper--deep-portrait .o-topper__image-caption {
    background-color: var(--o3-color-palette-white);
    color: #454545;
  }
}
.o-topper--color-black .o-topper__background,
.o-topper--color-black .o-topper__content {
  background-color: var(--o3-color-palette-black);
}
.o-topper--color-black .o-topper__standfirst a,
.o-topper--color-black .o-topper__summary a {
  border-bottom-color: var(--o3-color-palette-white);
  color: var(--o3-color-palette-white);
  text-decoration-color: var(--o3-color-palette-white);
}
.o-topper--color-black .o-topper__standfirst a:hover,
.o-topper--color-black .o-topper__summary a:hover {
  border-bottom-color: var(--o3-color-palette-black-20);
  color: var(--o3-color-palette-black-20);
  text-decoration-color: var(--o3-color-palette-black-20);
}
.o-topper--color-black .o-topper__brand,
.o-topper--color-black .o-topper__columnist-name,
.o-topper--color-black .o-topper__headline,
.o-topper--color-black .o-topper__right-rail-content,
.o-topper--color-black .o-topper__standfirst,
.o-topper--color-black .o-topper__summary,
.o-topper--color-black .o-topper__tags,
.o-topper--color-black .o-topper__topic {
  color: var(--o3-color-palette-white);
}
.o-topper--color-black .n-content-picture__caption,
.o-topper--color-black .o-topper__brand:hover,
.o-topper--color-black .o-topper__image-caption,
.o-topper--color-black .o-topper__topic:hover {
  color: var(--o3-color-palette-black-20);
}
.o-topper--color-black .o-topper__headline:after {
  border-bottom: 6px solid var(--o3-color-palette-white);
}
@media (min-width: 61.25em) {
  .o-topper--color-black .o-topper__headline:after {
    border-bottom-width: var(--o3-spacing-4xs);
  }
}
.o-topper--color-black.o-topper--deep-landscape .o-topper__content--text-shadow {
  text-shadow: 2px 3px 4px hsla(0, 0%, 7%, 0.4);
}
.o-topper--color-black.o-topper--deep-landscape .o-topper__content--background-box {
  background-color: hsla(0, 0%, 7%, 0.67);
  padding: 16px;
}
@media (max-width: 46.24em) {
  .o-topper--color-black.o-topper--deep-portrait .o-topper__image-caption {
    background-color: var(--o3-color-palette-black);
    color: var(--o3-color-palette-black-20);
  }
}
.o-topper--color-claret .o-topper__background,
.o-topper--color-claret .o-topper__content {
  background-color: var(--o3-color-palette-claret);
}
.o-topper--color-claret .o-topper__standfirst a,
.o-topper--color-claret .o-topper__summary a {
  border-bottom-color: var(--o3-color-palette-white);
  color: var(--o3-color-palette-white);
  text-decoration-color: var(--o3-color-palette-white);
}
.o-topper--color-claret .o-topper__standfirst a:hover,
.o-topper--color-claret .o-topper__summary a:hover {
  border-bottom-color: var(--o3-color-palette-black-20);
  color: var(--o3-color-palette-black-20);
  text-decoration-color: var(--o3-color-palette-black-20);
}
.o-topper--color-claret .o-topper__brand,
.o-topper--color-claret .o-topper__columnist-name,
.o-topper--color-claret .o-topper__headline,
.o-topper--color-claret .o-topper__right-rail-content,
.o-topper--color-claret .o-topper__standfirst,
.o-topper--color-claret .o-topper__summary,
.o-topper--color-claret .o-topper__tags,
.o-topper--color-claret .o-topper__topic {
  color: var(--o3-color-palette-white);
}
.o-topper--color-claret .n-content-picture__caption,
.o-topper--color-claret .o-topper__brand:hover,
.o-topper--color-claret .o-topper__image-caption,
.o-topper--color-claret .o-topper__topic:hover {
  color: var(--o3-color-palette-paper);
}
.o-topper--color-claret .o-topper__headline:after {
  border-bottom: 6px solid var(--o3-color-palette-white);
}
@media (min-width: 61.25em) {
  .o-topper--color-claret .o-topper__headline:after {
    border-bottom-width: var(--o3-spacing-4xs);
  }
}
.o-topper--color-claret.o-topper--deep-landscape .o-topper__content--text-shadow {
  text-shadow: 2px 3px 4px hsla(0, 0%, 7%, 0.4);
}
.o-topper--color-claret.o-topper--deep-landscape .o-topper__content--background-box {
  background-color: hsla(0, 0%, 7%, 0.67);
  padding: 16px;
}
@media (max-width: 46.24em) {
  .o-topper--color-claret.o-topper--deep-portrait .o-topper__image-caption {
    background-color: var(--o3-color-palette-claret);
    color: #e3becb;
  }
}
.o-topper--color-slate .o-topper__background,
.o-topper--color-slate .o-topper__content {
  background-color: var(--o3-color-palette-slate);
}
.o-topper--color-slate .o-topper__standfirst a,
.o-topper--color-slate .o-topper__summary a {
  border-bottom-color: var(--o3-color-palette-white);
  color: var(--o3-color-palette-white);
  text-decoration-color: var(--o3-color-palette-white);
}
.o-topper--color-slate .o-topper__standfirst a:hover,
.o-topper--color-slate .o-topper__summary a:hover {
  border-bottom-color: var(--o3-color-palette-black-20);
  color: var(--o3-color-palette-black-20);
  text-decoration-color: var(--o3-color-palette-black-20);
}
.o-topper--color-slate .o-topper__brand,
.o-topper--color-slate .o-topper__columnist-name,
.o-topper--color-slate .o-topper__headline,
.o-topper--color-slate .o-topper__right-rail-content,
.o-topper--color-slate .o-topper__standfirst,
.o-topper--color-slate .o-topper__summary,
.o-topper--color-slate .o-topper__tags,
.o-topper--color-slate .o-topper__topic {
  color: var(--o3-color-palette-white);
}
.o-topper--color-slate .n-content-picture__caption,
.o-topper--color-slate .o-topper__brand:hover,
.o-topper--color-slate .o-topper__image-caption,
.o-topper--color-slate .o-topper__topic:hover {
  color: var(--o3-color-palette-black-20);
}
.o-topper--color-slate .o-topper__headline:after {
  border-bottom: 6px solid var(--o3-color-palette-white);
}
@media (min-width: 61.25em) {
  .o-topper--color-slate .o-topper__headline:after {
    border-bottom-width: var(--o3-spacing-4xs);
  }
}
.o-topper--color-slate.o-topper--deep-landscape .o-topper__content--text-shadow {
  text-shadow: 2px 3px 4px hsla(0, 0%, 7%, 0.4);
}
.o-topper--color-slate.o-topper--deep-landscape .o-topper__content--background-box {
  background-color: hsla(0, 0%, 7%, 0.67);
  padding: 16px;
}
@media (max-width: 46.24em) {
  .o-topper--color-slate.o-topper--deep-portrait .o-topper__image-caption {
    background-color: var(--o3-color-palette-slate);
    color: #c4c5c8;
  }
}
.o-topper--color-sky .o-topper__background,
.o-topper--color-sky .o-topper__content {
  background-color: var(--o3-color-palette-sky);
}
.o-topper--color-sky .o-topper__standfirst a,
.o-topper--color-sky .o-topper__standfirst a:hover,
.o-topper--color-sky .o-topper__summary a,
.o-topper--color-sky .o-topper__summary a:hover {
  border-bottom-color: var(--o3-color-palette-black);
  color: var(--o3-color-palette-black);
  text-decoration-color: var(--o3-color-palette-black);
}
.o-topper--color-sky .o-topper__brand,
.o-topper--color-sky .o-topper__columnist-name,
.o-topper--color-sky .o-topper__headline,
.o-topper--color-sky .o-topper__right-rail-content,
.o-topper--color-sky .o-topper__standfirst,
.o-topper--color-sky .o-topper__summary,
.o-topper--color-sky .o-topper__tags,
.o-topper--color-sky .o-topper__topic {
  color: var(--o3-color-palette-black);
}
.o-topper--color-sky .n-content-picture__caption,
.o-topper--color-sky .o-topper__brand:hover,
.o-topper--color-sky .o-topper__image-caption,
.o-topper--color-sky .o-topper__topic:hover {
  color: var(--o3-color-palette-black-70);
}
.o-topper--color-sky .o-topper__columnist-name,
.o-topper--color-sky .o-topper__tags,
.o-topper--color-sky .o-topper__topic {
  color: var(--o3-color-palette-oxford-60);
}
.o-topper--color-sky .o-topper__columnist-name:hover,
.o-topper--color-sky .o-topper__tags:hover,
.o-topper--color-sky .o-topper__topic:hover {
  color: #33302e;
}
.o-topper--color-sky .o-topper__headline:after {
  border-bottom: 6px solid var(--o3-color-palette-black);
}
@media (min-width: 61.25em) {
  .o-topper--color-sky .o-topper__headline:after {
    border-bottom-width: var(--o3-spacing-4xs);
  }
}
.o-topper--color-sky.o-topper--deep-landscape .o-topper__content--background-box {
  background-color: hsla(0, 0%, 100%, 0.7);
  padding: 16px;
}
@media (max-width: 46.24em) {
  .o-topper--color-sky.o-topper--deep-portrait .o-topper__image-caption {
    background-color: var(--o3-color-palette-sky);
    color: #373e45;
  }
}
.o-topper--color-wheat .o-topper__background,
.o-topper--color-wheat .o-topper__content {
  background-color: var(--o3-color-palette-wheat);
}
.o-topper--color-wheat .o-topper__standfirst a,
.o-topper--color-wheat .o-topper__standfirst a:hover,
.o-topper--color-wheat .o-topper__summary a,
.o-topper--color-wheat .o-topper__summary a:hover {
  border-bottom-color: var(--o3-color-palette-black);
  color: var(--o3-color-palette-black);
  text-decoration-color: var(--o3-color-palette-black);
}
.o-topper--color-wheat .o-topper__brand,
.o-topper--color-wheat .o-topper__columnist-name,
.o-topper--color-wheat .o-topper__headline,
.o-topper--color-wheat .o-topper__right-rail-content,
.o-topper--color-wheat .o-topper__standfirst,
.o-topper--color-wheat .o-topper__summary,
.o-topper--color-wheat .o-topper__tags,
.o-topper--color-wheat .o-topper__topic {
  color: var(--o3-color-palette-black);
}
.o-topper--color-wheat .n-content-picture__caption,
.o-topper--color-wheat .o-topper__brand:hover,
.o-topper--color-wheat .o-topper__image-caption,
.o-topper--color-wheat .o-topper__topic:hover {
  color: var(--o3-color-palette-black-80);
}
.o-topper--color-wheat .o-topper__columnist-name,
.o-topper--color-wheat .o-topper__opinion-genre,
.o-topper--color-wheat .o-topper__topic {
  color: var(--o3-color-palette-claret);
}
.o-topper--color-wheat .o-topper__columnist-name:hover,
.o-topper--color-wheat .o-topper__opinion-genre:hover,
.o-topper--color-wheat .o-topper__topic:hover {
  color: #4d081f;
}
.o-topper--color-wheat .o-topper__headline:after {
  border-bottom: 6px solid var(--o3-color-palette-black);
}
@media (min-width: 61.25em) {
  .o-topper--color-wheat .o-topper__headline:after {
    border-bottom-width: var(--o3-spacing-4xs);
  }
}
.o-topper--color-wheat.o-topper--deep-landscape .o-topper__content--background-box {
  background-color: hsla(0, 0%, 100%, 0.7);
  padding: 16px;
}
@media (max-width: 46.24em) {
  .o-topper--color-wheat.o-topper--deep-portrait .o-topper__image-caption {
    background-color: var(--o3-color-palette-wheat);
    color: #413c38;
  }
}
.o-topper--full-grid,
.o-topper--in-line {
  box-sizing: border-box;
  grid-template-rows: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 1220px;
  min-width: 240px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
@media (min-width: 46.25em) {
  .o-topper--full-grid,
  .o-topper--in-line {
    max-width: 740px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 61.25em) {
  .o-topper--full-grid,
  .o-topper--in-line {
    max-width: 980px;
  }
}
@media (min-width: 76.25em) {
  .o-topper--full-grid,
  .o-topper--in-line {
    max-width: 1220px;
  }
}
.o-topper--full-grid .o-topper__content,
.o-topper--in-line .o-topper__content {
  padding-top: 20px;
}
@media (max-width: 46.24em) {
  .o-topper--full-grid .o-topper__content,
  .o-topper--in-line .o-topper__content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 46.25em) and (max-width: 61.24em) {
  .o-topper--full-grid,
  .o-topper--in-line {
    margin: 0 auto;
    padding-left: 26px;
    padding-right: 26px;
  }
}
@media (min-width: 76.25em) {
  .o-topper--full-grid,
  .o-topper--in-line {
    max-width: 1220px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.o-topper--full-grid .o-topper__content {
  grid: inherit;
  grid-column-end: inherit;
  grid-column-start: 1;
}
.o-topper--full-grid .o-topper__content .o-topper__summary {
  display: grid;
  grid: inherit;
  margin-top: 20px;
}
.o-topper--full-grid .o-topper__content .o-topper__summary > * {
  grid-column-start: 3;
}
.headline__premium-badge {
  vertical-align: middle;
}
.o-topper {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin-bottom: var(--o3-spacing-xs);
  margin-left: auto;
  margin-right: auto;
  max-width: 1220px;
  min-width: 240px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
@media (min-width: 46.25em) {
  .o-topper {
    max-width: 740px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 61.25em) {
  .o-topper {
    max-width: 980px;
  }
}
@media (min-width: 76.25em) {
  .o-topper {
    max-width: 1220px;
  }
}
@media (min-width: 61.25em) {
  .o-topper {
    display: grid;
    grid-template-areas: 'lhr . image . rhr-top' 'lhr . content . rhr-top' 'lhr . content . rhr-middle' 'lhr . content . rhr-bottom' '. . tools . rhr-bottom' '. . onward . onward-rhr' '. . second-onward . onward-rhr' '. . comments . comments-rhr' '. . comments-toggle-button . .' '. . infinite-scroll . .';
    grid-template-columns: 40px 40px minmax(500px, 700px) minmax(20px, 1fr) 300px;
  }
}
@media (min-width: 76.25em) {
  .o-topper {
    grid-template-columns: 40px 80px minmax(600px, 700px) minmax(20px, 1fr) 300px;
  }
}
@media (min-width: 61.25em) {
  .o-topper {
    grid-template-rows: 20px min-content 60px min-content 20px;
  }
}
.o-topper .n-content-image {
  margin: var(--o3-spacing-xs) 0 0;
}
.o-topper__content {
  grid-column: 3;
  grid-row: 2 / span 4;
  position: relative;
  z-index: 1;
}
.o-topper__visual {
  margin: 0;
}
.o-topper__background,
.o-topper__visual {
  grid-column: 1 / span 6;
  grid-row: 1 / span 5;
  height: 100%;
  left: 50%;
  margin-left: -50dvw;
  position: relative;
  top: 0;
  width: 100vw;
  width: 100dvw;
}
.o-topper__headline {
  font-family: var(--o3-type-headline-md-font-family);
  font-size: var(--o3-type-headline-md-font-size);
  font-weight: var(--o3-type-headline-md-font-weight);
  line-height: var(--o3-type-headline-md-line-height);
  margin: 0;
  margin-bottom: var(--o3-spacing-xs);
}
@media (min-width: 61.25em) {
  .o-topper__headline {
    font-family: var(--o3-type-headline-lg-font-family);
    font-size: var(--o3-type-headline-lg-font-size);
    font-weight: var(--o3-type-headline-lg-font-weight);
    line-height: var(--o3-type-headline-lg-line-height);
  }
}
.o-topper__headline--large {
  font-family: var(--o3-type-display-sm-font-family);
  font-size: var(--o3-type-display-sm-font-size);
  font-weight: var(--o3-type-display-sm-font-weight);
  line-height: var(--o3-type-display-sm-line-height);
  margin-bottom: var(--o3-spacing-2xs);
  position: relative;
}
@media (min-width: 30.625em) {
  .o-topper__headline--large {
    font-family: var(--o3-type-display-md-font-family);
    font-size: var(--o3-type-display-md-font-size);
    font-weight: var(--o3-type-display-md-font-weight);
    line-height: var(--o3-type-display-md-line-height);
  }
}
@media (min-width: 61.25em) {
  .o-topper__headline--large {
    font-family: var(--o3-type-display-lg-font-family);
    font-size: var(--o3-type-display-lg-font-size);
    font-weight: var(--o3-type-display-lg-font-weight);
    line-height: var(--o3-type-display-lg-line-height);
  }
}
.o-topper__headline--large:after {
  border-bottom: calc(0.34ex + 1px) solid;
  content: '';
  display: block;
  max-width: 100%;
  padding-top: 0.416em;
  width: calc(7ch - 10px);
}
.o-topper__summary {
  font-family: var(--o3-type-body-base-font-family);
  font-size: var(--o3-type-body-base-font-size);
  font-weight: var(--o3-type-body-base-font-weight);
  line-height: var(--o3-type-body-base-line-height);
}
.o-topper__summary > ul {
  padding: 0 var(--o3-spacing-xs);
}
.o-topper__summary > ul > li {
  margin: var(--o3-spacing-4xs) 0;
}
.o-topper__standfirst {
  color: var(--o3-color-use-case-body-text);
  font-family: var(--o3-type-body-lg-font-family);
  font-size: var(--o3-type-body-lg-font-size);
  font-weight: var(--o3-type-body-lg-font-weight);
  line-height: var(--o3-type-body-lg-line-height);
  opacity: 0.8;
}
.o-topper__standfirst > p {
  margin: 0;
}
.o-topper__summary--body h2 {
  font-family: var(--o3-type-body-highlight-font-family);
  font-size: var(--o3-type-body-highlight-font-size);
  font-weight: var(--o3-type-body-highlight-font-weight);
  line-height: var(--o3-type-body-highlight-line-height);
  margin: 5px 0 0;
}
.o-topper__summary--body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.o-topper__summary--body ul > li {
  margin: 0;
  padding-left: calc(2ch + var(--o3-spacing-5xs));
  position: relative;
}
.o-topper__summary--body ul > li:before {
  color: inherit;
  content: '•';
  display: inline-block;
  left: 0;
  margin-top: -0.2488888889ch;
  position: absolute;
  transform: scale(1.5555555556);
  transform-origin: center left;
}
.o-topper__summary--body ul li:first-child {
  margin-top: 0;
}
.o-topper__summary--body ul li {
  margin-bottom: 0;
  margin-top: var(--o3-spacing-4xs);
}
.o-topper__summary--body ul li,
.o-topper__tags {
  font-family: var(--o3-type-body-base-font-family);
  font-size: var(--o3-type-body-base-font-size);
  font-weight: var(--o3-type-body-base-font-weight);
  line-height: var(--o3-type-body-base-line-height);
}
.o-topper__tags {
  padding-bottom: 5px;
}
.o-topper__columnist {
  margin-top: var(--o3-spacing-2xs);
  text-transform: uppercase;
}
.o-topper--has-headshot .o-topper__columnist {
  margin-right: 100px;
}
@media (min-width: 46.25em) {
  .o-topper--has-headshot .o-topper__columnist {
    margin-right: 150px;
  }
}
.o-topper__columnist-list {
  display: contents;
  list-style: none;
}
.o-topper__columnist-list li {
  display: inline-block;
}
.o-topper__columnist-name {
  vertical-align: middle;
}
.o-topper__brand {
  margin-right: 4px;
}
.o-topper__right-rail-content {
  display: none;
  grid-column: 5 / span 1;
  grid-row: 2 / span 4;
  position: relative;
  z-index: 1;
}
@media (min-width: 61.25em) {
  .o-topper__right-rail-content {
    display: block;
  }
}
.o-topper__image {
  display: block;
  position: relative;
  width: 100%;
}
@supports (object-fit: cover) {
  .o-topper__image {
    height: 100%;
    object-fit: cover;
  }
}
.o-topper__image-credit {
  box-sizing: border-box;
  color: var(--o3-color-palette-white);
  left: -50vw;
  left: -50dvw;
  margin-left: 50%;
  padding: 5px 10px;
  position: absolute;
  text-align: right;
  text-shadow: 1px 1px 1px var(--o3-color-palette-slate);
  transform: translateY(-100%);
  width: 100vw;
  width: 100dvw;
}
.o-topper__image-caption,
.o-topper__image-credit {
  font-family: var(--o3-type-detail-font-family);
  font-size: var(--o3-type-detail-font-size);
  font-weight: var(--o3-type-detail-font-weight);
  line-height: var(--o3-type-detail-line-height);
}
.o-topper__image-caption {
  padding: 10px 11px 0;
}
@media (min-width: 61.25em) {
  .o-topper__image-caption {
    padding-left: 18px;
  }
}
.o-topper__opinion-genre {
  color: var(--o3-color-palette-oxford);
  font-family: var(--o3-type-body-base-font-family);
  font-size: var(--o3-type-body-base-font-size);
  font-weight: var(--o3-type-body-base-font-weight);
  line-height: var(--o3-type-body-base-line-height);
}
.o-topper__headshot {
  bottom: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  width: 100px;
}
@media (min-width: 46.25em) {
  .o-topper__headshot {
    width: 150px;
  }
}
@media (min-width: 61.25em) {
  .o-topper__headshot {
    bottom: -20px;
  }
}
.o-topper__headshot-image {
  display: block;
  max-width: 100%;
}
.o-topper__anchor-link {
  border-bottom-width: 0;
  border-left: 1px solid var(--o3-color-use-case-link-text);
  border-top: 1px solid var(--o3-color-use-case-link-text);
  display: inline-block;
  font-family: var(--o3-type-body-base-font-family);
  font-size: var(--o3-type-body-base-font-size);
  font-weight: var(--o3-type-body-base-font-weight);
  line-height: var(--o3-type-body-base-line-height);
  margin-top: var(--o3-spacing-m);
  overflow: visible;
  padding: 5px 0 0 10px;
  white-space: nowrap;
  width: 110px;
}
@media (min-width: 30.625em) {
  .o-topper__anchor-link {
    width: 140px;
  }
}
.o-topper__anchor-link:after {
  background-color: var(--o3-color-palette-black);
  content: '';
  display: inline-block;
  height: var(--o3-spacing-xs);
  margin: 0 6px;
  mask-image: var(--o3-icon-chevron-down);
  mask-repeat: no-repeat;
  mask-size: contain;
  vertical-align: baseline;
  width: var(--o3-spacing-xs);
}
@media (max-width: 61.24em) {
  .o-topper--basic {
    margin-top: var(--o3-spacing-4xs);
  }
}
@media (min-width: 61.25em) {
  .o-topper--basic.o-topper--right-rail {
    grid-template-columns: 0 0 minmax(500px, 700px) minmax(20px, 1fr) 300px;
  }
}
@media (min-width: 76.25em) {
  .o-topper--basic.o-topper--right-rail {
    grid-template-columns: 0 0 minmax(500px, 700px) minmax(20px, 1fr) 300px;
  }
}
.o-topper--branded .o-topper__content {
  grid-row: 2 / span 3;
}
@media (max-width: 61.24em) {
  .o-topper--branded .o-topper__content {
    padding: 20px 0;
  }
}
.o-topper--branded .o-topper__right-rail-content {
  grid-row: 2 / span 3;
}
@media (max-width: 61.24em) {
  .o-topper--branded .o-topper__background {
    position: absolute;
  }
}
@media (min-width: 61.25em) {
  .o-topper--branded.o-topper--right-rail {
    grid-template-columns: 0 0 minmax(500px, 700px) minmax(20px, 1fr) 300px;
  }
}
@media (min-width: 76.25em) {
  .o-topper--branded.o-topper--right-rail {
    grid-template-columns: 0 0 minmax(500px, 700px) minmax(20px, 1fr) 300px;
  }
}
.o-topper--opinion .o-topper__opinion-genre,
.o-topper--opinion .o-topper__topic {
  font-family: var(--o3-type-body-highlight-font-family);
  font-size: var(--o3-type-body-highlight-font-size);
  line-height: var(--o3-type-body-highlight-line-height);
}
@media (min-width: 61.25em) {
  .o-topper--opinion.o-topper--right-rail {
    grid-template-columns: 0 0 minmax(500px, 700px) minmax(20px, 1fr) 300px;
  }
}
@media (min-width: 76.25em) {
  .o-topper--opinion.o-topper--right-rail {
    grid-template-columns: 0 0 minmax(500px, 700px) minmax(20px, 1fr) 300px;
  }
}
.o-topper--has-headshot .o-topper__standfirst,
.o-topper--has-headshot .o-topper__summary,
.o-topper--has-headshot .o-topper__tags {
  box-sizing: border-box;
}
.o-topper--has-headshot .o-topper__headline--no-standfirst,
.o-topper--has-headshot .o-topper__standfirst,
.o-topper--has-headshot .o-topper__summary {
  padding-right: calc(100px + var(--o3-spacing-4xs));
}
@media (min-width: 46.25em) {
  .o-topper--has-headshot .o-topper__headline,
  .o-topper--has-headshot .o-topper__headline--no-standfirst,
  .o-topper--has-headshot .o-topper__standfirst,
  .o-topper--has-headshot .o-topper__summary,
  .o-topper--has-headshot .o-topper__tags {
    padding-right: calc(150px + var(--o3-spacing-4xs));
  }
}
@media (max-width: 46.24em) {
  .o-topper--has-headshot:not(.o-topper--opinion) .o-topper__headline {
    padding-right: calc(100px + var(--o3-spacing-3xs));
  }
}
.o-topper--full-bleed-offset {
  display: flex;
  flex-direction: column;
}
@media (min-width: 76.25em) {
  .o-topper--full-bleed-offset.o-topper--right-rail .o-topper__image-caption {
    width: calc(50vw - 110px);
  }
}
@media (max-width: 61.24em) {
  .o-topper--full-bleed-offset {
    margin: 0 auto;
    padding: 0;
  }
  .o-topper--full-bleed-offset .o-topper__background {
    height: 100%;
    position: absolute;
  }
}
.o-topper--full-bleed-offset .o-topper__right-rail-content {
  display: none;
}
.o-topper--full-bleed-offset .o-topper__content {
  order: 2;
  padding: 20px 10px;
}
@media (min-width: 46.25em) {
  .o-topper--full-bleed-offset .o-topper__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.o-topper--full-bleed-offset.o-topper--color-paper .o-topper__content {
  padding-bottom: 0;
}
@media (min-width: 46.25em) {
  .o-topper--full-bleed-offset {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 20px 520px 60px min-content;
  }
  .o-topper--full-bleed-offset .o-topper__content {
    grid-column: 1;
    grid-row: 3 / span 2;
  }
  .o-topper--full-bleed-offset .o-topper__visual {
    grid-column: 1;
    grid-row: 1 / span 4;
  }
}
@media (min-width: 61.25em) {
  .o-topper--full-bleed-offset {
    grid-template-columns: 40px 0 20px minmax(500px, 700px) 20px minmax(0, auto) 300px;
  }
  .o-topper--full-bleed-offset.o-topper--centered {
    grid-template-columns: 40px 1fr 0 minmax(500px, 700px) 40px 1fr 40px;
  }
  .o-topper--full-bleed-offset .o-topper__content {
    grid-column: 4 / span 2;
  }
  .o-topper--full-bleed-offset .o-topper__background {
    grid-column: 1 / span 7;
    grid-row: 4 / span 2;
  }
  .o-topper--full-bleed-offset .o-topper__visual {
    grid-column: 1 / span 7;
    left: 0;
    margin-left: 0;
    overflow: visible;
    width: inherit;
  }
  .o-topper--full-bleed-offset .o-topper__picture {
    display: block;
    height: 600px;
    left: 50%;
    margin-left: -50dvw;
    position: relative;
    width: 100vw;
    width: 100dvw;
  }
}
@media (min-width: 76.25em) {
  .o-topper--full-bleed-offset {
    grid-template-columns: 40px 40px 20px minmax(500px, 700px) 40px minmax(0, auto) 300px;
  }
}
@supports (object-fit: cover) {
  .o-topper--full-bleed-offset .o-topper__visual {
    height: auto;
  }
}
@media (min-width: 46.25em) and (max-width: 61.24em) {
  .o-topper--full-bleed-offset {
    display: flex;
  }
}
.o-topper--full-bleed-offset .o-topper__image-caption {
  text-align: left;
}
@media (min-width: 61.25em) {
  .o-topper--full-bleed-offset .o-topper__image-caption {
    box-sizing: border-box;
    float: right;
    min-width: 320px;
    padding-left: 0;
    transform: translate(20px);
    width: calc(100vw - 800px);
  }
}
@media (min-width: 76.25em) {
  .o-topper--full-bleed-offset .o-topper__image-caption {
    transform: translate(calc(50vw - 590px));
    width: calc(50vw - 250px);
  }
}
@media (min-width: 61.25em) and (max-width: 76.24em) {
  .o-topper--full-bleed-offset .o-topper__image-caption {
    transform: translate(calc(50vw - 470px));
    width: calc(50vw - 170px);
  }
}
@media (min-width: 61.25em) {
  .o-topper--full-bleed-offset.o-topper--right-rail {
    grid-template-columns: 0 0 0 minmax(500px, 700px) 20px minmax(0, auto) 300px;
    padding-left: 0;
  }
}
@media (min-width: 76.25em) {
  .o-topper--full-bleed-offset.o-topper--right-rail {
    grid-template-columns: 0 0 0 minmax(500px, 700px) 20px minmax(0, auto) 300px;
  }
}
.o-topper--split-text-center .o-topper__right-rail-content,
.o-topper--split-text-left .o-topper__right-rail-content {
  display: none;
}
@media (min-width: 30.625em) {
  .o-topper--split-text-center.o-topper--split-text-center .o-topper__headline--large:after,
  .o-topper--split-text-left.o-topper--split-text-center .o-topper__headline--large:after {
    margin-left: auto;
    margin-right: auto;
  }
  .o-topper--split-text-center.o-topper--split-text-center .o-topper__content,
  .o-topper--split-text-left.o-topper--split-text-center .o-topper__content {
    align-self: center;
    text-align: center;
  }
  .o-topper--split-text-center.o-topper--split-text-center .o-topper__tags,
  .o-topper--split-text-left.o-topper--split-text-center .o-topper__tags {
    justify-content: center;
  }
}
@media (max-width: 46.24em) {
  .o-topper--split-text-center,
  .o-topper--split-text-left {
    padding: 0;
  }
  .o-topper--split-text-center .o-topper__content,
  .o-topper--split-text-left .o-topper__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 10px;
  }
  .o-topper--split-text-center .o-topper__visual,
  .o-topper--split-text-left .o-topper__visual {
    min-height: 350px;
  }
  .o-topper--split-text-center .o-topper__picture,
  .o-topper--split-text-left .o-topper__picture {
    float: right;
    height: 350px;
    position: relative;
    width: 100%;
  }
}
@media (min-width: 46.25em) {
  .o-topper--split-text-center,
  .o-topper--split-text-left {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: minmax(0, 480px) 1fr;
  }
  .o-topper--split-text-center .o-topper__content,
  .o-topper--split-text-left .o-topper__content {
    align-self: center;
    box-sizing: border-box;
    grid-column: 1 / span 2;
    grid-row: 1;
    padding-right: 20px;
    width: 50%;
  }
  .o-topper--split-text-center .o-topper__background,
  .o-topper--split-text-left .o-topper__background {
    grid-row: 1;
  }
  .o-topper--split-text-center .o-topper__visual,
  .o-topper--split-text-left .o-topper__visual {
    grid-row: 1 / span 2;
  }
  .o-topper--split-text-center .o-topper__picture,
  .o-topper--split-text-left .o-topper__picture {
    float: right;
    height: auto;
    position: relative;
    width: 50%;
  }
}
@media (min-width: 46.25em) and (max-width: 46.24em) {
  .o-topper--split-text-center .o-topper__image,
  .o-topper--split-text-left .o-topper__image {
    max-height: 480px;
  }
}
@media (min-width: 61.25em) {
  .o-topper--split-text-center,
  .o-topper--split-text-left {
    grid-template-rows: minmax(0, 600px) 1fr;
  }
}
@supports (object-fit: cover) {
  .o-topper--split-text-center .o-topper__image,
  .o-topper--split-text-left .o-topper__image {
    position: absolute;
  }
  @media (min-width: 46.25em) {
    .o-topper--split-text-center .o-topper__visual .o-topper__picture,
    .o-topper--split-text-left .o-topper__visual .o-topper__picture {
      height: 480px;
    }
  }
  @media (min-width: 61.25em) {
    .o-topper--split-text-center .o-topper__visual .o-topper__picture,
    .o-topper--split-text-left .o-topper__visual .o-topper__picture {
      height: 600px;
    }
  }
}
.o-topper--split-text-center .o-topper__image-credit,
.o-topper--split-text-left .o-topper__image-credit {
  top: 350px;
}
@media (min-width: 46.25em) {
  .o-topper--split-text-center .o-topper__image-credit,
  .o-topper--split-text-left .o-topper__image-credit {
    top: 480px;
  }
}
@media (min-width: 61.25em) {
  .o-topper--split-text-center .o-topper__image-credit,
  .o-topper--split-text-left .o-topper__image-credit {
    top: 600px;
  }
}
.o-topper--split-text-center .o-topper__image-caption,
.o-topper--split-text-left .o-topper__image-caption {
  box-sizing: border-box;
  color: var(--o3-color-palette-black-70);
  float: right;
  position: relative;
  width: 100%;
}
.o-topper--full-bleed-image-center .o-topper__right-rail-content,
.o-topper--full-bleed-image-left .o-topper__right-rail-content {
  display: none;
}
.o-topper--full-bleed-image-center .o-topper__background,
.o-topper--full-bleed-image-left .o-topper__background {
  grid-row: 1;
}
.o-topper--full-bleed-image-center .o-topper__visual,
.o-topper--full-bleed-image-left .o-topper__visual {
  grid-row: 1 / span 2;
}
@media (min-width: 30.625em) {
  .o-topper--full-bleed-image-center.o-topper--full-bleed-image-center .o-topper__headline--large:after,
  .o-topper--full-bleed-image-left.o-topper--full-bleed-image-center .o-topper__headline--large:after {
    margin-left: auto;
    margin-right: auto;
  }
  .o-topper--full-bleed-image-center.o-topper--full-bleed-image-center .o-topper__content,
  .o-topper--full-bleed-image-left.o-topper--full-bleed-image-center .o-topper__content {
    align-self: center;
    text-align: center;
  }
  .o-topper--full-bleed-image-center.o-topper--full-bleed-image-center .o-topper__tags,
  .o-topper--full-bleed-image-left.o-topper--full-bleed-image-center .o-topper__tags {
    justify-content: center;
  }
}
@media (max-width: 46.24em) {
  .o-topper--full-bleed-image-center,
  .o-topper--full-bleed-image-left {
    padding: 0;
  }
  .o-topper--full-bleed-image-center .o-topper__content,
  .o-topper--full-bleed-image-left .o-topper__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 350px;
    padding: 20px;
  }
}
@media (min-width: 46.25em) {
  .o-topper--full-bleed-image-center,
  .o-topper--full-bleed-image-left {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: minmax(auto, 480px) 1fr;
  }
  .o-topper--full-bleed-image-center .o-topper__content,
  .o-topper--full-bleed-image-left .o-topper__content {
    align-self: center;
    background: transparent;
    box-sizing: border-box;
    grid-column: 1 / span 2;
    grid-row: 1;
    padding-right: 20px;
    width: 50%;
  }
}
@media (min-width: 61.25em) {
  .o-topper--full-bleed-image-center,
  .o-topper--full-bleed-image-left {
    grid-template-rows: minmax(auto, 600px) 1fr;
  }
}
@supports (object-fit: cover) {
  .o-topper--full-bleed-image-center .o-topper__visual,
  .o-topper--full-bleed-image-left .o-topper__visual {
    height: auto;
  }
  @media (min-width: 46.25em) {
    .o-topper--full-bleed-image-center .o-topper__visual .o-topper__image,
    .o-topper--full-bleed-image-left .o-topper__visual .o-topper__image {
      height: 480px;
    }
  }
  @media (min-width: 61.25em) {
    .o-topper--full-bleed-image-center .o-topper__visual .o-topper__image,
    .o-topper--full-bleed-image-left .o-topper__visual .o-topper__image {
      height: 600px;
    }
  }
}
.o-topper--full-bleed-image-center .o-topper__image-caption,
.o-topper--full-bleed-image-left .o-topper__image-caption {
  background-color: transparent;
  color: var(--o3-color-palette-black-70);
}
.o-topper--package {
  margin-bottom: var(--o3-spacing-l);
}
.o-topper--package .o-topper__brand,
.o-topper--package .o-topper__columnist-list,
.o-topper--package .o-topper__columnist-name,
.o-topper--package .o-topper__headline,
.o-topper--package .o-topper__opinion-genre,
.o-topper--package .o-topper__topic {
  font-family: var(--o3-type-title-md-font-family);
  font-size: var(--o3-font-size-metric2-5);
  font-weight: var(--o3-type-title-md-font-weight);
  line-height: var(--o3-font-lineheight-metric2-5);
}
.o-topper--package .o-topper__headline:after {
  border-bottom-width: 1px;
}
.o-topper--package-extra .o-topper__package-sequence-id,
.o-topper--package-extra-wide .o-topper__package-sequence-id,
.o-topper--package-extra-wide.o-topper--package .o-topper__headline,
.o-topper--package-extra.o-topper--package .o-topper__headline {
  color: var(--o3-color-palette-lemon);
}
.o-topper--package-extra .o-topper__anchor-link,
.o-topper--package-extra-wide .o-topper__anchor-link {
  border-color: var(--o3-color-palette-lemon);
  color: var(--o3-color-palette-lemon);
}
.o-topper--package-extra .o-topper__anchor-link:after,
.o-topper--package-extra-wide .o-topper__anchor-link:after {
  background-color: var(--o3-color-palette-ft-grey);
  content: '';
  display: inline-block;
  height: 18px;
  margin: 0 6px;
  mask-image: var(--o3-icon-chevron-down);
  mask-repeat: no-repeat;
  mask-size: contain;
  vertical-align: middle;
  width: 18px;
}
.o-topper--package-extra .o-topper__anchor-link:hover,
.o-topper--package-extra-wide .o-topper__anchor-link:hover {
  color: var(--o3-color-palette-matisse-blue);
}
.o-topper--package-special-report .o-topper__tag {
  opacity: 0.6;
}
.o-topper--package-special-report .o-topper__anchor-link {
  border-color: var('o3-color-palette-white');
  color: var('o3-color-palette-white');
}
.o-topper--package-special-report .o-topper__anchor-link:after {
  background-color: var(--o3-color-palette-ft-grey);
  content: '';
  display: inline-block;
  height: 18px;
  margin: 0 6px;
  mask-image: var(--o3-icon-chevron-down);
  mask-repeat: no-repeat;
  mask-size: contain;
  vertical-align: middle;
  width: 18px;
}
.o-topper--package-special-report .o-topper__anchor-link:hover {
  color: var(--o3-color-use-case-link-inverse-text-hover);
}
@media (min-width: 61.25em) {
  .o-topper--centered {
    grid-template-columns: 40px 1fr minmax(500px, 700px) 1fr 40px;
  }
}
@media (min-width: 76.25em) {
  .o-topper--centered {
    grid-template-columns: 1fr 40px minmax(500px, 700px) 40px 1fr;
  }
}
.o-topper--centered .o-topper__right-rail-content,
.o-topper--deep-portrait .o-topper__right-rail-content {
  display: none;
}
.o-topper--deep-portrait .o-topper__headline:after {
  content: none;
}
@media (max-width: 46.24em) {
  .o-topper--deep-portrait {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .o-topper--deep-portrait .o-topper__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    order: 3;
    padding: 20px 10px;
  }
  .o-topper--deep-portrait .o-topper__background {
    order: 2;
  }
  .o-topper--deep-portrait .o-topper__visual {
    min-height: 350px;
    order: 1;
  }
  .o-topper--deep-portrait .o-topper__picture img {
    position: relative;
  }
  .o-topper--deep-portrait .o-topper__image-caption {
    padding-bottom: 10px;
  }
}
@media (min-width: 46.25em) {
  .o-topper--deep-portrait {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 66vw 1fr;
  }
  .o-topper--deep-portrait .o-topper__content {
    align-self: center;
    box-sizing: border-box;
    grid-column: 1 / span 1;
    grid-row: 1;
  }
  .o-topper--deep-portrait .o-topper__background {
    grid-row: 1;
  }
  .o-topper--deep-portrait .o-topper__visual {
    grid-row: 1 / span 2;
  }
  .o-topper--deep-portrait .o-topper__picture {
    float: right;
    height: 100%;
    position: relative;
    width: 45%;
  }
}
@media (min-width: 46.25em) and (max-width: 46.24em) {
  .o-topper--deep-portrait .o-topper__image {
    max-height: 480px;
  }
}
@media (min-width: 46.25em) {
  .o-topper--deep-portrait .o-topper__image-caption {
    color: var(--o3-color-palette-black-70);
    margin-bottom: 0;
  }
}
@supports (object-fit: cover) {
  @media (min-width: 46.25em) {
    .o-topper--deep-portrait .o-topper__visual .o-topper__picture {
      height: 66vw;
    }
  }
}
.o-topper--deep-portrait .o-topper__image-credit {
  top: 100%;
}
.o-topper--deep-portrait .o-topper__image-caption {
  box-sizing: border-box;
  float: right;
  position: relative;
  width: 100%;
}
.o-topper--deep-landscape {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 150vw 1fr;
}
.o-topper--deep-landscape .o-topper__image {
  height: 150vw;
}
.o-topper--deep-landscape .o-topper__content {
  align-self: end;
  background: transparent;
  box-sizing: border-box;
  display: inline-block;
  grid-column: 1 / span 2;
  grid-row: 1;
  margin: 0 0 72px 10%;
}
.o-topper--deep-landscape .o-topper__headline:after {
  content: none;
}
.o-topper--deep-landscape .o-topper__standfirst {
  opacity: 1;
}
.o-topper--deep-landscape .o-topper__right-rail-content {
  display: none;
}
.o-topper--deep-landscape .o-topper__background {
  grid-row: 1;
}
.o-topper--deep-landscape .o-topper__visual {
  grid-row: 1 / span 2;
}
@media (min-width: 30.625em) {
  .o-topper--deep-landscape.o-topper--full-bleed-image-center .o-topper__headline--large:after {
    margin-left: auto;
    margin-right: auto;
  }
  .o-topper--deep-landscape.o-topper--full-bleed-image-center .o-topper__content {
    align-self: center;
    text-align: center;
  }
  .o-topper--deep-landscape.o-topper--full-bleed-image-center .o-topper__tags {
    justify-content: center;
  }
}
@media (max-width: 30.615em) {
  .o-topper--deep-landscape .o-topper__content {
    margin: 0 0 var(--o3-spacing-s);
    padding: 20px;
    width: 100%;
  }
}
@media (min-width: 30.625em) and (max-width: 46.24em) {
  .o-topper--deep-landscape .o-topper__content {
    width: 75%;
  }
}
@media (min-width: 46.25em) and (max-width: 61.24em) {
  .o-topper--deep-landscape .o-topper__content {
    width: 50%;
  }
}
@media (min-width: 61.25em) {
  .o-topper--deep-landscape {
    grid-template-rows: 66vw 1fr;
  }
  .o-topper--deep-landscape .o-topper__content {
    grid-column: 1;
    margin: 0 0 72px;
  }
  .o-topper--deep-landscape .o-topper__image {
    height: 66vw;
  }
}
@supports (object-fit: cover) {
  .o-topper--deep-landscape .o-topper__visual {
    height: auto;
  }
}
.o-topper--deep-landscape .o-topper__image-caption {
  background-color: transparent;
  color: var(--o3-color-palette-black-70);
}
.article-topper {
  grid-area: topper;
}
.article-content {
  display: grid;
  grid-template-areas: 'topper' 'article-body';
  grid-template-columns: 100%;
}
.article-content .o-topper:not(.o-topper--package) {
  margin-bottom: 0;
}
.article-grid {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  grid-area: article-body;
  margin: 20px auto;
  max-width: 100%;
  max-width: 1220px;
  min-width: 240px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  width: 100%;
}
@media (min-width: 46.25em) {
  .article-grid {
    max-width: 740px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 61.25em) {
  .article-grid {
    max-width: 980px;
  }
}
@media (min-width: 76.25em) {
  .article-grid {
    max-width: 1220px;
  }
}
@media (min-width: 61.25em) {
  .article-grid {
    display: grid;
    grid-template-areas: 'lhr . image . rhr-top' 'lhr . content . rhr-top' 'lhr . content . rhr-bottom' '. . tools . rhr-bottom' 'more-articles more-articles more-articles more-articles more-articles' '. . onward . onward-rhr' '. . second-onward . onward-rhr' '. . promoted-content . .' '. . comments . comments-rhr';
    grid-template-columns:
      var(--o3-spacing-l) var(--o3-spacing-l) minmax(500px, 700px) minmax(20px, 1fr)
      300px;
    width: 100%;
  }
}
@media (min-width: 76.25em) {
  .article-grid {
    grid-template-columns:
      var(--o3-spacing-l) var(--o3-spacing-3xl) minmax(600px, 700px) minmax(20px, 1fr)
      300px;
  }
}
.article-grid .main-image {
  grid-area: image;
}
.article-grid .share-nav {
  grid-area: lhr;
  z-index: 7;
}
.article-grid .article__content {
  grid-area: content;
  margin-bottom: var(--o3-spacing-s);
  max-width: 700px;
  position: relative;
  width: 100%;
}
@supports (display: grid) {
  .article-grid .article__content {
    max-width: auto;
  }
}
.article-grid .article__right {
  display: flex;
  flex-direction: column;
  grid-area: rhr-top;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.article-grid .article__right > .sidebar-advert {
  margin-bottom: var(--o3-spacing-s);
}
@supports (-webkit-appearance: none) {
  .article-grid .article__right > .sidebar-advert.o-ads-sticky {
    position: sticky;
    top: var(--o3-spacing-3xl);
  }
}
@media (max-width: 61.24em) {
  .article-grid .article__right {
    display: none;
  }
}
.article-grid .article-tools {
  border-bottom: 1px solid #ccc1b7;
  border-top: 1px solid #ccc1b7;
  grid-area: tools;
  margin-bottom: var(--o3-spacing-m);
  padding: var(--o3-spacing-s) 0;
}
@media (min-width: 46.25em) {
  .article-grid .article-tools {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
}
.article-grid .email-article-container {
  grid-column: span 2;
  margin-bottom: var(--o3-spacing-s);
  margin-top: var(--o3-spacing-s);
}
.article-grid .onward-journey--package,
.article-grid .onward-journey--simple .onward-journey__content {
  grid-area: onward;
}
.article-grid .onward-journey--simple {
  grid-column: 1 / span 5;
  grid-row: 6;
}
.article-grid .comments-container {
  grid-area: comments;
  margin-bottom: var(--o3-spacing-s);
  margin-top: var(--o3-spacing-2xs);
}
.article-grid .comments-rhr {
  display: none;
  grid-area: comments-rhr;
  position: relative;
}
@media (min-width: 61.25em) {
  .article-grid .comments-rhr {
    box-sizing: border-box;
    display: block;
  }
}
.article-grid .promoted-content__container {
  grid-area: promoted-content;
}
@media (max-width: 61.24em) {
  .article-grid .bottom-advert,
  .article-grid .show-in-large-and-above {
    display: none;
  }
}
.article-grid .ad-rhr-bottom {
  align-items: flex-end;
  display: flex;
  flex: 1;
  padding-bottom: 60px;
}
.article-grid .article__right-bottom {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  grid-area: rhr-bottom;
  padding: 0;
  z-index: 1;
}
@media (min-width: 61.25em) {
  .article-grid .article__right-bottom {
    align-self: start;
  }
  .article-grid--centered .article-grid .article__right-bottom {
    position: relative;
  }
  .article-grid--centered .article-grid .article__right-bottom:before {
    background: var(--o3-color-palette-black-5);
    content: '';
    height: 100%;
    left: 50%;
    margin-left: -50vw;
    position: absolute;
    width: 100vw;
    z-index: -1;
  }
}
.article-grid.article-grid--centered > .article__right-bottom,
.article-grid.article-grid--full-width-graphics > .article__right-bottom {
  grid-area: second-onward;
  padding: 0;
}
@media (min-width: 61.25em) {
  .article-grid--centered {
    grid-template-columns: var(--o3-spacing-l) 1fr minmax(500px, 700px) 1fr var(--o3-spacing-l);
  }
}
@media (min-width: 76.25em) {
  .article-grid--centered {
    grid-template-columns: 1fr var(--o3-spacing-l) minmax(500px, 700px) var(--o3-spacing-l) 1fr;
  }
}
.article-grid--centered .article__right,
.article-grid--centered .bottom-advert,
.article-grid--centered .onward-myft {
  display: none;
}
.hidden {
  display: none !important;
}
.article-grid--live-blog {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 61.25em) {
  .article-grid--live-blog {
    grid-template-areas: 'lhr . content . rhr-top' 'lhr . content . rhr-bottom' '. . comments . comments-rhr';
  }
}
@media (min-width: 700px) {
  .article-grid--live-blog {
    padding-left: var(--o3-spacing-2xs);
    padding-right: var(--o3-spacing-2xs);
  }
}
.article-grid--live-blog .article-info,
.article-grid--live-blog .share-nav {
  padding-left: 10px;
  padding-right: 10px;
}
[data-feature-ads-pg='on'].article-grid {
  grid-template-areas: 'lhr . image            . rhr-top' 'lhr . content          . rhr-top' 'lhr . content          . rhr-top' '.   . tools            . rhr-top' 'more-articles more-articles more-articles more-articles more-articles' '.   . onward           . onward-rhr' '.   . second-onward    . onward-rhr' '.   . promoted-content . .' '.   . comments         . comments-rhr';
}
[data-feature-ads-pg='on'].article-grid--live-blog {
  grid-template-areas: 'lhr . content  . rhr-top' 'lhr . content  . rhr-top' '.   . comments . comments-rhr';
}
[data-feature-ads-pg='on'] .article-content__concepts {
  grid-area: second-onward;
}
@media (min-width: 61.25em) {
  [data-feature-ads-pg='on'] .article-content__concepts .concept-list.cloned-to-rhr {
    display: none;
  }
}
[data-feature-ads-pg='on'] .comments-rhr {
  padding: 0;
}
[data-feature-ads-pg='on'] .pg-slot {
  height: auto !important;
}
@media (max-width: 61.24em) {
  [data-feature-ads-pg='on'] .pg-slot[pos='mid3'].pg-slot--loaded {
    margin-block-end: var(--o3-spacing-l);
  }
}
.article-tools__buttons {
  display: inline-block;
  white-space: nowrap;
}
.article-tools__comments {
  margin-left: var(--o3-spacing-4xs);
}
.n-content-copyright {
  display: inline-block;
  margin: 0 var(--o3-spacing-s) var(--o3-spacing-3xs) 0;
  padding-top: 0;
}
@media (min-width: 61.25em) {
  .n-content-copyright {
    margin-bottom: 0;
  }
}
.n-content-copyright__rights {
  white-space: nowrap;
}
.o-video {
  height: 100%;
  position: relative;
  width: 100%;
}
.o-video:before {
  content: '';
  display: block;
  padding: 56.25% 0 0;
  width: 100%;
}
.o-video__video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.o-video__live-region {
  position: absolute;
  clip: rect(0 0 0 0);
  border: 0;
  clip-path: polygon(0 0, 0 0);
  height: 2px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  width: 2px;
}
.o-video__placeholder,
.o-video__placeholder-image {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.o-video__placeholder {
  background: #262a33;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.o-video__placeholder-image {
  object-fit: cover;
  transition: opacity 0.25s;
  will-change: opacity;
}
:hover > .o-video__placeholder-image {
  opacity: 0.35;
}
.o-video__play-button-container {
  align-items: center;
  bottom: 0;
  display: flex;
  left: 0;
  position: absolute;
}
.o-video__play-button-container > * {
  align-items: center;
  align-self: stretch;
  display: flex;
}
.o-video__play-button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
  position: relative;
}
.o-video__play-button-icon {
  background-color: transparent;
  background-color: #000;
  background-image: url(assets/702227ff9160ed0c.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  display: inline-block;
  vertical-align: baseline;
}
@media screen and (-ms-high-contrast: active) {
  .o-video__play-button-icon {
    background-image: url(assets/905d4a76434d6fe1.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .o-video__play-button-icon {
    background-image: url(assets/d991528e18f19e4a.svg);
  }
}
:focus > .o-video__play-button-icon,
:hover > .o-video__play-button-icon {
  background-color: #990f3d;
}
.o-video__play-cta {
  bottom: 0;
  display: flex;
  left: 0;
}
.o-video__play-cta--without-hint .o-video__play-button-icon {
  height: 40px;
  width: 40px;
}
.o-video__play-cta--with-hint {
  bottom: 10px;
  left: 10px;
}
.o-video__play-cta--with-hint .o-video__play-button-icon {
  background-position: 0;
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1rem;
  padding: 10px 16px 10px 36px;
}
.o-video--large .o-video__play-cta--without-hint .o-video__play-button-icon {
  height: 60px;
  width: 60px;
}
.o-video__info {
  background: linear-gradient(rgba(0, 0, 0, 0.75), transparent);
  box-sizing: border-box;
  color: #fff;
  left: 0;
  min-height: 50%;
  padding: 0 10px 20px;
  position: absolute;
  top: 0;
  width: 100%;
}
.o-video__info-brand {
  background-color: #990f3d;
  border-bottom: 0;
  color: #0d7680;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  line-height: 15px;
  padding: 2px 10px 3px;
  text-decoration: none;
  text-decoration-color: #cfd8d1;
  text-transform: capitalize;
}
.o-video__info-brand[target='_blank'] {
  position: relative;
}
.o-video__info-brand[target='_blank']:after {
  position: absolute;
  clip: rect(0 0 0 0);
  border: 0;
  clip-path: polygon(0 0, 0 0);
  content: '(opens a new window)';
  height: 2px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  width: 2px;
}
@supports (text-decoration-thickness: 0.25ex) {
  .o-video__info-brand {
    border-bottom: 0;
    text-decoration-line: underline;
    text-decoration-thickness: 0.25ex;
  }
}
.o-video__info-brand:hover {
  color: #08474d;
  text-decoration-color: #9ec0bd;
}
.o-video__info-brand:focus {
  color: #08474d;
  text-decoration-color: transparent;
}
.o-video__info-brand:empty {
  display: none !important;
}
.o-video__info-title {
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1rem;
  line-height: 18px;
}
.o-video--small .o-video__info-description {
  display: none;
}
.o-video--small .o-video__info-title {
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1rem;
  margin: 6px 0;
}
.o-video--medium .o-video__info-brand {
  display: inline-block;
}
.o-video--medium .o-video__info-title {
  margin: 6px 0;
}
.o-video--large .o-video__info-description,
.o-video--large .o-video__info-title {
  margin: 10px 0;
}
.o-video--large .o-video__info-title {
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
  line-height: 30px;
}
.o-video--large .o-video__info-description {
  display: block;
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 20px;
}
.o-video__guidance {
  background-color: rgba(0, 0, 0, 0.75);
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  padding: 10px 16px;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.o-video__guidance--banner {
  left: 0;
  padding: 6px;
  position: absolute;
  top: 0;
  z-index: 2;
}
.o-video__guidance a {
  color: #fff;
  text-decoration: none;
}
.o-video__guidance a:hover {
  text-decoration: underline;
}
.o-video__guidance a:visited {
  text-decoration: none;
}
.o-video__guidance--banner .o-video__guidance__link {
  padding-left: 6px;
  position: relative;
  top: -4px;
}
.o-video__guidance--hidden {
  visibility: hidden;
}
.o-video__guidance__link {
  border-bottom: 0;
  color: #0d7680;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  text-decoration-color: #cfd8d1;
}
.o-video__guidance__link[target='_blank'] {
  position: relative;
}
.o-video__guidance__link[target='_blank']:after {
  position: absolute;
  clip: rect(0 0 0 0);
  border: 0;
  clip-path: polygon(0 0, 0 0);
  content: '(opens a new window)';
  height: 2px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  width: 2px;
}
@supports (text-decoration-thickness: 0.25ex) {
  .o-video__guidance__link {
    border-bottom: 0;
    text-decoration-line: underline;
    text-decoration-thickness: 0.25ex;
  }
}
.o-video__guidance__link:hover {
  color: #08474d;
  text-decoration-color: #9ec0bd;
}
.o-video__guidance__link:focus {
  color: #08474d;
  text-decoration-color: transparent;
}
.o-video__guidance__close {
  background-color: transparent;
  background-image: url(assets/54d40820baf0e7d6.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  vertical-align: baseline;
  width: 20px;
}
@media screen and (-ms-high-contrast: active) {
  .o-video__guidance__close {
    background-image: url(assets/3f61c03e949f4469.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .o-video__guidance__close {
    background-image: url(assets/61682e325089abd1.svg);
  }
}
.o-video__guidance__close:hover {
  background-color: #404040;
}
.o-video--large .o-video__play-cta--without-hint .o-video__guidance {
  padding: 21px 16px;
}
.o-video__play-cta--with-hint .o-video__guidance {
  padding: 10px 16px;
}
:root:has(.o-header--sticky-active) custom-code-component {
  --ccc-scroll-container-offset-top: 0px;
  --ccc-scroll-container-overlay-top: 56px;
}
custom-code-component {
  --ccc-scroll-container-offset-top: 0px;
  --ccc-scroll-container-overlay-top: 0px;
}
.n-myft-ui__button--viewport-large {
  display: none;
}
@media (min-width: 61.25em) {
  .n-myft-ui__button--viewport-large {
    display: inline-block;
  }
}
.n-myft-ui__save-button-with-icon {
  --icon-size: 24px;
  align-items: center;
  background: none;
  border: 0;
  color: var(--o3-color-palette-black);
  display: inline-flex;
  flex-direction: column;
  padding: 10px 0 4px;
  width: 40px;
}
.n-myft-ui__save-button-with-icon:before {
  background-color: var(--o3-color-palette-black);
  content: '';
  height: var(--icon-size);
  mask-image: var(--o3-icon-bookmark);
  mask-repeat: no-repeat;
  mask-size: contain;
  pointer-events: none;
  width: var(--icon-size);
}
.n-myft-ui__save-button-with-icon .save-button-with-icon-copy {
  font-family: var(--o3-font-family-metric);
  font-size: var(--o3-font-size-metric2-negative-2);
  line-height: var(--o3-font-lineheight-metric2-negative-2);
  position: static;
}
.n-myft-ui__save-button-with-icon:not([disabled]):hover:before {
  background-color: var(--o3-color-palette-black-50);
  mask-image: var(--o3-icon-bookmark-filled);
}
.n-myft-ui__save-button-with-icon[aria-pressed='true']:before,
.n-myft-ui__save-button-with-icon[aria-selected='true']:before {
  background-color: var(--o3-color-palette-claret);
  mask-image: var(--o3-icon-bookmark-filled);
}
.o-message.o-message--instant-alerts-promo {
  background-color: #fff9f5;
  color: #000;
}
.o-message.o-message--instant-alerts-promo .o-message__content-additional a,
.o-message.o-message--instant-alerts-promo .o-message__content-main a {
  border-bottom: 0;
  color: #0d7680;
  color: #000;
  cursor: pointer;
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
  text-decoration-color: #cfd8d1;
  text-decoration-color: #ccc7c4;
}
.o-message.o-message--instant-alerts-promo .o-message__content-additional a[target='_blank'],
.o-message.o-message--instant-alerts-promo .o-message__content-main a[target='_blank'] {
  position: relative;
}
.o-message.o-message--instant-alerts-promo .o-message__content-additional a[target='_blank']:after,
.o-message.o-message--instant-alerts-promo .o-message__content-main a[target='_blank']:after {
  position: absolute;
  clip: rect(0 0 0 0);
  border: 0;
  clip-path: polygon(0 0, 0 0);
  content: '(opens a new window)';
  height: 2px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  width: 2px;
}
@supports (text-decoration-thickness: 0.25ex) {
  .o-message.o-message--instant-alerts-promo .o-message__content-additional a,
  .o-message.o-message--instant-alerts-promo .o-message__content-main a {
    border-bottom: 0;
    text-decoration-line: underline;
    text-decoration-thickness: 0.25ex;
  }
}
.o-message.o-message--instant-alerts-promo .o-message__content-additional a:hover,
.o-message.o-message--instant-alerts-promo .o-message__content-main a:hover {
  color: #08474d;
  text-decoration-color: #9ec0bd;
}
.o-message.o-message--instant-alerts-promo .o-message__content-additional a:focus,
.o-message.o-message--instant-alerts-promo .o-message__content-main a:focus {
  color: #08474d;
}
.o-message.o-message--instant-alerts-promo .o-message__content-additional a:hover,
.o-message.o-message--instant-alerts-promo .o-message__content-main a:hover {
  color: #000;
  text-decoration-color: #999593;
}
.o-message.o-message--instant-alerts-promo .o-message__content-additional a:focus,
.o-message.o-message--instant-alerts-promo .o-message__content-main a:focus {
  color: #000;
  text-decoration-color: transparent;
}
.o-message.o-message--instant-alerts-promo .o-message__actions__primary {
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  --_o-pf-button-border-size: 1px;
  --_o-pf-button-icon-size: calc(var(--_o-pf-button-min-height) - var(--_o-pf-button-block-padding) * 2);
  --_o-pf-button-min-width: 60px;
  --_o-pf-button-min-height: 28px;
  --_o-pf-button-inline-padding-start: 0.5rem;
  --_o-pf-button-inline-padding-end: 0.5rem;
  --_o-pf-button-block-padding: 0.25rem;
  align-items: center;
  appearance: none;
  background-color: transparent;
  border-color: transparent;
  border: var(--_o-pf-button-border-size) solid #000;
  border-radius: 0.125rem;
  box-sizing: border-box;
  color: #000;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.75rem;
  justify-content: center;
  line-height: 1rem;
  margin-top: -2px;
  min-height: var(--_o-pf-button-min-height, 44px);
  min-width: var(--_o-pf-button-min-width);
  padding: 0 var(--_o-pf-button-inline-padding-end) 0 var(--_o-pf-button-inline-padding-start);
  text-align: center;
  text-decoration: none;
  transition:
    background-color 0.3s,
    color 0.15s ease-out,
    border-color 0.15s ease-out;
  vertical-align: middle;
}
.o-message.o-message--instant-alerts-promo .o-message__actions__primary[disabled] {
  cursor: default;
  opacity: 0.4;
  pointer-events: none;
}
.o-message.o-message--instant-alerts-promo .o-message__actions__primary:hover {
  background-color: rgba(0, 0, 0, 0.15);
  border-color: #000;
  color: #000;
}
.o-message.o-message--instant-alerts-promo .o-message__actions__primary:focus-visible {
  background-color: rgba(0, 0, 0, 0.15);
  border-color: #000;
  color: #000;
  outline: 0;
}
.o-message.o-message--instant-alerts-promo .o-message__actions__primary:focus {
  box-shadow:
    0 0 0 4px #fff,
    0 0 0 8px #4d4845;
  z-index: 1;
}
@supports selector(:focus-visible) {
  .o-message.o-message--instant-alerts-promo .o-message__actions__primary:focus {
    box-shadow: unset;
    outline: unset;
  }
  .o-message.o-message--instant-alerts-promo .o-message__actions__primary:focus-visible {
    box-shadow:
      0 0 0 4px #fff,
      0 0 0 8px #4d4845;
    z-index: 1;
  }
}
.o-message.o-message--instant-alerts-promo
  .o-message__actions__primary:is(:active, [aria-selected='true'], [aria-current], [aria-pressed='true']) {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.o-message.o-message--instant-alerts-promo .o-message__actions__secondary {
  border-bottom: 0;
  color: #0d7680;
  color: #000;
  cursor: pointer;
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
  text-decoration-color: #cfd8d1;
  text-decoration-color: #ccc7c4;
}
.o-message.o-message--instant-alerts-promo .o-message__actions__secondary[target='_blank'] {
  position: relative;
}
.o-message.o-message--instant-alerts-promo .o-message__actions__secondary[target='_blank']:after {
  position: absolute;
  clip: rect(0 0 0 0);
  border: 0;
  clip-path: polygon(0 0, 0 0);
  content: '(opens a new window)';
  height: 2px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  width: 2px;
}
@supports (text-decoration-thickness: 0.25ex) {
  .o-message.o-message--instant-alerts-promo .o-message__actions__secondary {
    border-bottom: 0;
    text-decoration-line: underline;
    text-decoration-thickness: 0.25ex;
  }
}
.o-message.o-message--instant-alerts-promo .o-message__actions__secondary:hover {
  color: #08474d;
  text-decoration-color: #9ec0bd;
}
.o-message.o-message--instant-alerts-promo .o-message__actions__secondary:focus {
  color: #08474d;
}
.o-message.o-message--instant-alerts-promo .o-message__actions__secondary:hover {
  color: #000;
  text-decoration-color: #999593;
}
.o-message.o-message--instant-alerts-promo .o-message__actions__secondary:focus {
  color: #000;
  text-decoration-color: transparent;
}
.o-message.o-message--instant-alerts-promo .o-message__close {
  background-color: transparent;
  background-image: url(assets/61682e325089abd1.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 1.625rem;
  vertical-align: baseline;
  width: 1.625rem;
}
@media screen and (-ms-high-contrast: active) {
  .o-message.o-message--instant-alerts-promo .o-message__close {
    background-image: url(assets/3f61c03e949f4469.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .o-message.o-message--instant-alerts-promo .o-message__close {
    background-image: url(assets/61682e325089abd1.svg);
  }
}
.o-message--alerts-container {
  margin-bottom: var(--o3-spacing-2xs);
}
.banner-cta {
  margin-bottom: var(--o3-spacing-4xs);
}
.event-teaser {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  height: 100%;
  padding: 0;
  position: relative;
  z-index: 1;
}
.event-teaser:after {
  background-color: var(--o3-color-palette-white);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media (min-width: 61.25em) {
  .event-teaser :nth-child(2).event-teaser__content-container {
    padding-left: 0;
  }
}
.event-teaser__image-container {
  box-sizing: border-box;
  display: none;
  flex-shrink: 0;
  margin-right: 20px;
  width: 27%;
}
@media (min-width: 61.25em) {
  .event-teaser__image-container {
    display: block;
  }
}
.event-teaser__image-container a {
  display: block;
  height: 100%;
  width: 100%;
}
.event-teaser__content-container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: var(--o3-spacing-3xs) var(--o3-spacing-2xs);
}
@media (min-width: 61.25em) {
  .event-teaser__content-container {
    padding: var(--o3-spacing-5xs) var(--o3-spacing-2xs);
  }
}
.event-teaser__brand {
  color: var(--o3-color-use-case-body-text);
  display: block;
  margin-top: var(--o3-spacing-2xs);
  text-decoration: none;
}
.event-teaser__brand:hover {
  color: rgba(0, 0, 0, 0.55);
  color: color-mix(in srgb, var(--o3-color-palette-black) 55%, transparent);
}
.event-teaser__title {
  color: var(--o3-color-use-case-heading-text);
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  margin: var(--o3-spacing-5xs) 0 var(--o3-spacing-3xs);
  text-decoration: none;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: word-break;
}
.event-teaser__title:hover {
  color: rgba(0, 0, 0, 0.55);
  color: color-mix(in srgb, var(--o3-color-palette-black) 55%, transparent);
}
.event-teaser__standfirst {
  color: var(--o3-color-use-case-body-text);
  flex-grow: 1;
  margin: var(--o3-spacing-3xs) 0;
}
.event-teaser__details {
  flex-grow: 1;
}
.event-teaser__footer {
  display: flex;
  margin-bottom: var(--o3-spacing-2xs);
  margin-top: var(--o3-spacing-s);
}
@media (max-width: 61.24em) {
  .event-teaser__footer {
    flex-direction: column;
    margin-top: 20px;
  }
  .event-teaser__footer:before {
    border-top: 1px solid #000;
    content: '';
    opacity: 0.2;
    position: absolute;
    width: 20%;
  }
}
@media (min-width: 61.25em) {
  .event-teaser__footer {
    flex-direction: row;
    margin-top: var(--o3-spacing-2xs);
    width: 100%;
  }
}
.event-teaser__footer .event-teaser__timestamp {
  color: var(--o3-color-palette-crimson);
  padding-right: var(--o3-spacing-4xs);
  text-transform: uppercase;
}
@media (max-width: 61.24em) {
  .event-teaser__footer .event-teaser__timestamp {
    border: none;
    margin-top: var(--o3-spacing-3xs);
  }
}
.event-teaser__footer .event-teaser__location {
  border-left: 1px solid var(--o3-color-palette-black-50);
  color: var(--o3-color-use-case-support-text);
  padding-left: var(--o3-spacing-4xs);
}
@media (max-width: 61.24em) {
  .event-teaser__footer .event-teaser__location {
    border-left: none;
    padding-left: 0;
  }
  .event-teaser__footer.event-teaser__footer--with-end-date {
    flex-direction: column;
    margin-top: 20px;
  }
  .event-teaser__footer.event-teaser__footer--with-end-date:before {
    border-top: 1px solid #000;
    content: '';
    opacity: 0.2;
    position: absolute;
    width: 20%;
  }
}
@media (min-width: 61.25em) {
  .event-teaser__footer.event-teaser__footer--with-end-date {
    border-left: none;
    padding-left: 0;
  }
}
@media (max-width: 61.24em) {
  .event-teaser__footer.event-teaser__footer--with-end-date .event-teaser__timestamp {
    border: none;
    margin-top: var(--o3-spacing-3xs);
  }
  .event-teaser__footer.event-teaser__footer--with-end-date .event-teaser__location {
    border-left: none;
    padding-left: 0;
  }
}
.event-promo {
  width: calc(100% - var(--o3-spacing-xl));
}
.event-promo .event-promo__content-container {
  background: var(--o3-color-palette-ft-grey);
  display: block;
  padding: var(--o3-spacing-s);
  position: relative;
}
.event-promo .event-promo__content-container .event-promo__content-container__link {
  text-decoration: none;
}
.event-promo .event-promo__content-container .event-teaser__attendance {
  color: var(--o3-color-palette-ft-pink);
  display: block;
  margin-bottom: var(--o3-spacing-4xs);
  text-transform: uppercase;
}
.event-promo .event-promo__content-container .event-promo__title {
  color: var(--o3-color-palette-white);
  display: block;
  margin-bottom: var(--o3-spacing-2xs);
  text-decoration: none;
}
.event-promo .event-promo__content-container .event-promo__strapline {
  color: var(--o3-color-palette-white);
  margin-bottom: var(--o3-spacing-s);
  opacity: 0.9;
}
@media (min-width: 46.25em) {
  .event-promo .event-promo__content-container .event-promo__strapline {
    font-family: var(--o3-type-body-lg-font-family);
    font-size: var(--o3-type-body-lg-font-size);
    font-weight: var(--o3-type-body-lg-font-weight);
    line-height: var(--o3-type-body-lg-line-height);
  }
}
.event-promo .event-promo__content-container .event-promo__footer {
  padding-top: var(--o3-spacing-3xs);
  position: relative;
}
.event-promo .event-promo__content-container .event-promo__footer:before {
  background: var(--o3-color-palette-white-10);
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: var(--o3-spacing-m);
}
.event-promo .event-promo__content-container .event-promo__footer .event-promo__timestamp {
  color: var(--o3-color-palette-ft-pink);
  display: block;
  font-weight: 600;
  margin-bottom: var(--o3-spacing-5xs);
  text-transform: uppercase;
}
.event-promo .event-promo__content-container .event-promo__footer .event-promo__location {
  color: var(--o3-color-palette-white);
  opacity: 0.9;
  text-transform: uppercase;
}
.event-promo .event-promo__brand-and-image-container {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: var(--o3-spacing-3xs);
  justify-content: flex-end;
  margin-right: calc(var(--o3-spacing-xl) * -1);
  margin-top: calc(var(--o3-spacing-3xs) * -1);
  position: relative;
  z-index: 1;
}
@media (min-width: 46.25em) {
  .event-promo .event-promo__brand-and-image-container {
    align-items: end;
    margin-top: -75px;
    top: auto;
  }
}
.event-promo .event-promo__brand-and-image-container .event-promo__brand {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 88px;
}
@media (min-width: 30.625em) {
  .event-promo .event-promo__brand-and-image-container .event-promo__brand {
    flex-direction: row;
    width: 180px;
  }
}
.event-promo .event-promo__brand-and-image-container .event-promo__brand span {
  color: var(--o3-color-use-case-body-text);
  margin-bottom: var(--o3-spacing-4xs);
}
@media (min-width: 30.625em) {
  .event-promo .event-promo__brand-and-image-container .event-promo__brand span {
    margin-bottom: 0;
    margin-right: var(--o3-spacing-4xs);
  }
}
.event-promo .event-promo__brand-and-image-container .event-promo__brand img {
  display: inline-block;
  height: auto;
  max-width: 89px;
  width: 100%;
}
.event-promo .event-promo__brand-and-image-container .event-promo__event-image {
  cursor: pointer;
  display: inline-block;
  max-height: 130px;
  max-width: 236px;
  overflow: hidden;
}
.event-promo .event-promo__brand-and-image-container .event-promo__event-image img {
  height: auto;
  width: 100%;
}
.o-labels {
  background-color: #f2dfce;
  border: 1px solid #f2dfce;
  border-radius: 0.125rem;
  box-sizing: border-box;
  color: #000;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  margin: 0;
  padding: 3px 7px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.o-labels,
.o-labels--small {
  font-family:
    metric\2 VF,
    sans-serif;
}
.o-labels--small {
  font-size: 0.75rem;
  line-height: 1rem;
  padding: 1px 3px;
}
.o-labels--content-premium {
  background-color: #262a33;
  border-color: #262a33;
  color: #fff;
}
.n-newsletter-signup {
  align-content: start;
  align-items: start;
  background-color: var(--o3-color-palette-white-80);
  display: grid;
  gap: 10px;
  grid-template-columns: 105px auto;
  grid-template-rows: auto auto;
  justify-content: stretch;
  padding: 15px 10px 20px;
  position: relative;
}
@media (min-width: 30.625em) and (max-width: 46.24em) {
  .n-newsletter-signup {
    grid-template-columns: 33% auto;
  }
}
@media (min-width: 46.25em) {
  .n-newsletter-signup {
    align-content: flex-start;
    align-items: stretch;
    display: flex;
    flex-direction: column;
    flex-direction: row;
    flex-shrink: 0;
    flex-wrap: nowrap;
    gap: 24px;
    justify-content: center;
    padding: 20px;
  }
}
.n-newsletter-signup .ft-concept-button__button {
  min-width: 105px;
  padding: 6px 10px;
  text-align: center;
}
.n-newsletter-signup--premium {
  padding-top: 26px;
}
.n-newsletter-signup__image {
  flex: 0 0 100%;
  position: relative;
  text-align: center;
}
@media (min-width: 46.25em) {
  .n-newsletter-signup__image {
    max-height: 89px;
    max-width: 158px;
  }
}
.n-newsletter-signup__image img {
  max-width: 100%;
}
.n-newsletter-signup__content {
  flex-grow: 0.75;
  grid-column: 1 / span 2;
}
.n-newsletter-signup__content h2 {
  align-self: flex-end;
  display: inline-block;
  flex-shrink: 1;
  margin: 0 0 0.5em;
  padding-top: 0;
}
@media (min-width: 30.625em) {
  .n-newsletter-signup__content h2 {
    font-family: var(--o3-type-headline-sm-font-family);
    font-size: var(--o3-type-headline-sm-font-size);
    font-weight: var(--o3-type-headline-sm-font-weight);
    line-height: var(--o3-type-headline-sm-line-height);
  }
}
.n-newsletter-signup__content p {
  color: var(--o3-color-use-case-body-text);
  margin: 0 0 0.5em;
  max-width: 30em;
}
@media (min-width: 46.25em) {
  .n-newsletter-signup__content p {
    margin-bottom: 0;
  }
}
.n-newsletter-signup__image + .n-newsletter-signup__content {
  grid-column: 2 / span 1;
  max-width: 600px;
}
.n-newsletter-signup__image + .n-newsletter-signup__content h2 {
  margin-bottom: 0.3em;
}
.n-newsletter-signup__image + .n-newsletter-signup__content p {
  color: var(--o3-color-palette-black-60);
  font-family: var(--o3-font-family-metric);
  font-size: var(--o3-font-size-metric2-negative-2);
  line-height: var(--o3-font-lineheight-metric2-negative-2);
}
@media (min-width: 46.25em) {
  .n-newsletter-signup__image + .n-newsletter-signup__content p {
    max-width: 20em;
  }
}
.n-newsletter-signup__form {
  align-self: center;
  grid-column: 1 / span 2;
}
.n-newsletter-signup__image ~ .n-newsletter-signup__form {
  grid-column: 2;
}
.n-newsletter-signup__top-meta {
  position: absolute;
  right: 0;
  top: 0;
}
.n-newsletter-signup__upgrade {
  margin: 16px 16px 16px 0;
  min-height: 16px;
  min-width: fit-content;
}
.n-newsletter-signup__feedback {
  box-sizing: border-box;
  display: inline-block;
  font-size: 18px;
  margin: 10px 0;
  padding: 10px 16px 14px;
  width: 100%;
}
.n-newsletter-signup__feedback--error {
  background: var(--o3-color-palette-wheat);
  color: var(--o3-color-palette-crimson);
}
.ft-concept-button__button,
.ft-concept-button__link {
  border-radius: 100px;
  box-sizing: content-box;
  display: inline-block;
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1rem;
  max-width: 15em;
  outline-offset: 2px;
  overflow: hidden;
  padding: 4px 8px;
  text-align: left;
  text-overflow: ellipsis;
  transition:
    border-color,
    background-color 0.5s ease;
  white-space: nowrap;
}
.ft-concept-button__link {
  background-color: transparent;
  border: 1px solid #0d7680;
  color: #0d7680;
  text-decoration: none;
}
.ft-concept-button__link:focus {
  box-shadow:
    0 0 0 4px #fff,
    0 0 0 8px #4d4845;
}
@supports selector(:focus-visible) {
  .ft-concept-button__link:focus {
    box-shadow: unset;
    outline: unset;
  }
  .ft-concept-button__link:focus-visible {
    box-shadow:
      0 0 0 4px #fff,
      0 0 0 8px #4d4845;
  }
}
.ft-concept-button__link:focus,
.ft-concept-button__link:hover {
  background-color: rgba(8, 71, 77, 0.05);
  border-color: #0d7680;
  color: #0d7680;
}
.ft-concept-button__link[aria-pressed='true'] {
  background-color: #0d7680;
  border: 1px solid #0d7680;
  color: #fff;
}
.ft-concept-button__link[aria-pressed='true']:focus,
.ft-concept-button__link[aria-pressed='true']:hover {
  background-color: #08474d;
  border-color: #08474d;
  color: #fff;
}
.ft-concept-button__link[disabled],
.ft-concept-button__link[disabled]:hover {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.5);
  color: rgba(0, 0, 0, 0.5);
}
.ft-concept-button__announcement {
  position: absolute;
  clip: rect(0 0 0 0);
  border: 0;
  clip-path: polygon(0 0, 0 0);
  height: 2px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  width: 2px;
}
.ft-concept-button--link .ft-concept-button__button {
  background-color: transparent;
  border: 1px solid #0d7680;
  color: #0d7680;
}
.ft-concept-button--link .ft-concept-button__button:focus {
  box-shadow:
    0 0 0 4px #fff,
    0 0 0 8px #4d4845;
}
@supports selector(:focus-visible) {
  .ft-concept-button--link .ft-concept-button__button:focus {
    box-shadow: unset;
    outline: unset;
  }
  .ft-concept-button--link .ft-concept-button__button:focus-visible {
    box-shadow:
      0 0 0 4px #fff,
      0 0 0 8px #4d4845;
  }
}
.ft-concept-button--link .ft-concept-button__button:focus,
.ft-concept-button--link .ft-concept-button__button:hover {
  background-color: rgba(8, 71, 77, 0.05);
  border-color: #0d7680;
  color: #0d7680;
}
.ft-concept-button--link .ft-concept-button__button[aria-pressed='true'] {
  background-color: #0d7680;
  border: 1px solid #0d7680;
  color: #fff;
}
.ft-concept-button--link .ft-concept-button__button[aria-pressed='true']:focus,
.ft-concept-button--link .ft-concept-button__button[aria-pressed='true']:hover {
  background-color: #08474d;
  border-color: #08474d;
  color: #fff;
}
.ft-concept-button--link .ft-concept-button__button[disabled],
.ft-concept-button--link .ft-concept-button__button[disabled]:hover {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.5);
  color: rgba(0, 0, 0, 0.5);
}
.ft-concept-button--link.ft-concept-button--follow .ft-concept-button__button:before {
  background-color: transparent;
  background-image: url(assets/3297b91337346c84.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 25px;
  content: '';
  display: inline-block;
  height: 10px;
  margin: 0 6px -1px 0;
  vertical-align: baseline;
  width: 10px;
}
@media screen and (-ms-high-contrast: active) {
  .ft-concept-button--link.ft-concept-button--follow .ft-concept-button__button:before {
    background-image: url(assets/1ca4573af7a3c5c8.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .ft-concept-button--link.ft-concept-button--follow .ft-concept-button__button:before {
    background-image: url(assets/7c3d1a79b502995c.svg);
  }
}
.ft-concept-button--link.ft-concept-button--follow .ft-concept-button__button[aria-pressed='true']:before {
  background-color: transparent;
  background-image: url(assets/b8096585577bdef6.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 21px;
  content: '';
  display: inline-block;
  height: 10px;
  vertical-align: baseline;
  width: 10px;
}
@media screen and (-ms-high-contrast: active) {
  .ft-concept-button--link.ft-concept-button--follow .ft-concept-button__button[aria-pressed='true']:before {
    background-image: url(assets/7d8c9951c9c7b9ed.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .ft-concept-button--link.ft-concept-button--follow .ft-concept-button__button[aria-pressed='true']:before {
    background-image: url(assets/997dd3bce251eaac.svg);
  }
}
.ft-concept-button--link.ft-concept-button--follow .ft-concept-button__button[disabled],
.ft-concept-button--link.ft-concept-button--follow .ft-concept-button__button[disabled]:hover {
  background: transparent;
}
.ft-concept-button--link.ft-concept-button--follow .ft-concept-button__button[disabled]:before,
.ft-concept-button--link.ft-concept-button--follow .ft-concept-button__button[disabled]:hover:before {
  background-color: transparent;
  background-image: url(assets/7c3d1a79b502995c.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 25px;
  content: '';
  display: inline-block;
  height: 10px;
  margin: 0 6px -1px 0;
  opacity: 0.5;
  vertical-align: baseline;
  width: 10px;
}
@media screen and (-ms-high-contrast: active) {
  .ft-concept-button--link.ft-concept-button--follow .ft-concept-button__button[disabled]:before,
  .ft-concept-button--link.ft-concept-button--follow .ft-concept-button__button[disabled]:hover:before {
    background-image: url(assets/1ca4573af7a3c5c8.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .ft-concept-button--link.ft-concept-button--follow .ft-concept-button__button[disabled]:before,
  .ft-concept-button--link.ft-concept-button--follow .ft-concept-button__button[disabled]:hover:before {
    background-image: url(assets/7c3d1a79b502995c.svg);
  }
}
.ft-concept-button--link.ft-concept-button--follow
  .ft-concept-button__button[disabled]:hover[aria-pressed='true']:before,
.ft-concept-button--link.ft-concept-button--follow
  .ft-concept-button__button[disabled][aria-pressed='true']:before {
  background-color: transparent;
  background-image: url(assets/997dd3bce251eaac.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 21px;
  content: '';
  display: inline-block;
  height: 10px;
  vertical-align: baseline;
  width: 10px;
}
@media screen and (-ms-high-contrast: active) {
  .ft-concept-button--link.ft-concept-button--follow
    .ft-concept-button__button[disabled]:hover[aria-pressed='true']:before,
  .ft-concept-button--link.ft-concept-button--follow
    .ft-concept-button__button[disabled][aria-pressed='true']:before {
    background-image: url(assets/7d8c9951c9c7b9ed.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .ft-concept-button--link.ft-concept-button--follow
    .ft-concept-button__button[disabled]:hover[aria-pressed='true']:before,
  .ft-concept-button--link.ft-concept-button--follow
    .ft-concept-button__button[disabled][aria-pressed='true']:before {
    background-image: url(assets/997dd3bce251eaac.svg);
  }
}
.ft-concept-button--standard .ft-concept-button__button {
  background-color: transparent;
  border: 1px solid #990f3d;
  color: #990f3d;
}
.ft-concept-button--standard .ft-concept-button__button:focus {
  box-shadow:
    0 0 0 4px #fff,
    0 0 0 8px #4d4845;
}
@supports selector(:focus-visible) {
  .ft-concept-button--standard .ft-concept-button__button:focus {
    box-shadow: unset;
    outline: unset;
  }
  .ft-concept-button--standard .ft-concept-button__button:focus-visible {
    box-shadow:
      0 0 0 4px #fff,
      0 0 0 8px #4d4845;
  }
}
.ft-concept-button--standard .ft-concept-button__button:focus,
.ft-concept-button--standard .ft-concept-button__button:hover {
  background-color: rgba(0, 0, 0, 0.05);
  border-color: #990f3d;
  color: #990f3d;
}
.ft-concept-button--standard .ft-concept-button__button[aria-pressed='true'] {
  background-color: #990f3d;
  border: 1px solid #990f3d;
  color: #fff;
}
.ft-concept-button--standard .ft-concept-button__button[aria-pressed='true']:focus,
.ft-concept-button--standard .ft-concept-button__button[aria-pressed='true']:hover {
  background-color: #800d33;
  border-color: #800d33;
  color: #fff;
}
.ft-concept-button--standard .ft-concept-button__button[disabled],
.ft-concept-button--standard .ft-concept-button__button[disabled]:hover {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.5);
  color: rgba(0, 0, 0, 0.5);
}
.ft-concept-button--standard.ft-concept-button--follow .ft-concept-button__button:before {
  background-color: transparent;
  background-image: url(assets/640e5d7e18d013c4.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 25px;
  content: '';
  display: inline-block;
  height: 10px;
  margin: 0 6px -1px 0;
  vertical-align: baseline;
  width: 10px;
}
@media screen and (-ms-high-contrast: active) {
  .ft-concept-button--standard.ft-concept-button--follow .ft-concept-button__button:before {
    background-image: url(assets/1ca4573af7a3c5c8.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .ft-concept-button--standard.ft-concept-button--follow .ft-concept-button__button:before {
    background-image: url(assets/7c3d1a79b502995c.svg);
  }
}
.ft-concept-button--standard.ft-concept-button--follow
  .ft-concept-button__button[aria-pressed='true']:before {
  background-color: transparent;
  background-image: url(assets/b8096585577bdef6.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 21px;
  content: '';
  display: inline-block;
  height: 10px;
  vertical-align: baseline;
  width: 10px;
}
@media screen and (-ms-high-contrast: active) {
  .ft-concept-button--standard.ft-concept-button--follow
    .ft-concept-button__button[aria-pressed='true']:before {
    background-image: url(assets/7d8c9951c9c7b9ed.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .ft-concept-button--standard.ft-concept-button--follow
    .ft-concept-button__button[aria-pressed='true']:before {
    background-image: url(assets/997dd3bce251eaac.svg);
  }
}
.ft-concept-button--standard.ft-concept-button--follow .ft-concept-button__button[disabled],
.ft-concept-button--standard.ft-concept-button--follow .ft-concept-button__button[disabled]:hover {
  background: transparent;
}
.ft-concept-button--standard.ft-concept-button--follow .ft-concept-button__button[disabled]:before,
.ft-concept-button--standard.ft-concept-button--follow .ft-concept-button__button[disabled]:hover:before {
  background-color: transparent;
  background-image: url(assets/7c3d1a79b502995c.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 25px;
  content: '';
  display: inline-block;
  height: 10px;
  margin: 0 6px -1px 0;
  opacity: 0.5;
  vertical-align: baseline;
  width: 10px;
}
@media screen and (-ms-high-contrast: active) {
  .ft-concept-button--standard.ft-concept-button--follow .ft-concept-button__button[disabled]:before,
  .ft-concept-button--standard.ft-concept-button--follow .ft-concept-button__button[disabled]:hover:before {
    background-image: url(assets/1ca4573af7a3c5c8.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .ft-concept-button--standard.ft-concept-button--follow .ft-concept-button__button[disabled]:before,
  .ft-concept-button--standard.ft-concept-button--follow .ft-concept-button__button[disabled]:hover:before {
    background-image: url(assets/7c3d1a79b502995c.svg);
  }
}
.ft-concept-button--standard.ft-concept-button--follow
  .ft-concept-button__button[disabled]:hover[aria-pressed='true']:before,
.ft-concept-button--standard.ft-concept-button--follow
  .ft-concept-button__button[disabled][aria-pressed='true']:before {
  background-color: transparent;
  background-image: url(assets/997dd3bce251eaac.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 21px;
  content: '';
  display: inline-block;
  height: 10px;
  vertical-align: baseline;
  width: 10px;
}
@media screen and (-ms-high-contrast: active) {
  .ft-concept-button--standard.ft-concept-button--follow
    .ft-concept-button__button[disabled]:hover[aria-pressed='true']:before,
  .ft-concept-button--standard.ft-concept-button--follow
    .ft-concept-button__button[disabled][aria-pressed='true']:before {
    background-image: url(assets/7d8c9951c9c7b9ed.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .ft-concept-button--standard.ft-concept-button--follow
    .ft-concept-button__button[disabled]:hover[aria-pressed='true']:before,
  .ft-concept-button--standard.ft-concept-button--follow
    .ft-concept-button__button[disabled][aria-pressed='true']:before {
    background-image: url(assets/997dd3bce251eaac.svg);
  }
}
.ft-concept-button--inverse .ft-concept-button__button {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.ft-concept-button--inverse .ft-concept-button__button:focus {
  box-shadow:
    0 0 0 4px #4d4845,
    0 0 0 8px #fff;
}
@supports selector(:focus-visible) {
  .ft-concept-button--inverse .ft-concept-button__button:focus {
    box-shadow: unset;
    outline: unset;
  }
  .ft-concept-button--inverse .ft-concept-button__button:focus-visible {
    box-shadow:
      0 0 0 4px #4d4845,
      0 0 0 8px #fff;
  }
}
.ft-concept-button--inverse .ft-concept-button__button:focus,
.ft-concept-button--inverse .ft-concept-button__button:hover {
  background-color: hsla(0, 0%, 100%, 0.2);
  border-color: #fff;
  color: #fff;
}
.ft-concept-button--inverse .ft-concept-button__button[aria-pressed='true'] {
  background-color: #fff;
  border: 1px solid #fff;
  color: #990f3d;
}
.ft-concept-button--inverse .ft-concept-button__button[aria-pressed='true']:focus,
.ft-concept-button--inverse .ft-concept-button__button[aria-pressed='true']:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
  border-color: hsla(0, 0%, 100%, 0.8);
  color: #990f3d;
}
.ft-concept-button--inverse .ft-concept-button__button[disabled],
.ft-concept-button--inverse .ft-concept-button__button[disabled]:hover {
  background: transparent;
  border: 1px solid hsla(0, 0%, 100%, 0.5);
  color: hsla(0, 0%, 100%, 0.5);
}
.ft-concept-button--inverse.ft-concept-button--follow .ft-concept-button__button:before {
  background-color: transparent;
  background-image: url(assets/7f6ef0386efaaa79.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 25px;
  content: '';
  display: inline-block;
  height: 10px;
  margin: 0 6px -1px 0;
  vertical-align: baseline;
  width: 10px;
}
@media screen and (-ms-high-contrast: active) {
  .ft-concept-button--inverse.ft-concept-button--follow .ft-concept-button__button:before {
    background-image: url(assets/1ca4573af7a3c5c8.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .ft-concept-button--inverse.ft-concept-button--follow .ft-concept-button__button:before {
    background-image: url(assets/7c3d1a79b502995c.svg);
  }
}
.ft-concept-button--inverse.ft-concept-button--follow .ft-concept-button__button[aria-pressed='true']:before {
  background-color: transparent;
  background-image: url(assets/4b48441ef1e022ca.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 21px;
  content: '';
  display: inline-block;
  height: 10px;
  vertical-align: baseline;
  width: 10px;
}
@media screen and (-ms-high-contrast: active) {
  .ft-concept-button--inverse.ft-concept-button--follow
    .ft-concept-button__button[aria-pressed='true']:before {
    background-image: url(assets/7d8c9951c9c7b9ed.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .ft-concept-button--inverse.ft-concept-button--follow
    .ft-concept-button__button[aria-pressed='true']:before {
    background-image: url(assets/997dd3bce251eaac.svg);
  }
}
.ft-concept-button--inverse.ft-concept-button--follow .ft-concept-button__button[disabled],
.ft-concept-button--inverse.ft-concept-button--follow .ft-concept-button__button[disabled]:hover {
  background: transparent;
}
.ft-concept-button--inverse.ft-concept-button--follow .ft-concept-button__button[disabled]:before,
.ft-concept-button--inverse.ft-concept-button--follow .ft-concept-button__button[disabled]:hover:before {
  background-color: transparent;
  background-image: url(assets/7f6ef0386efaaa79.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 25px;
  content: '';
  display: inline-block;
  height: 10px;
  margin: 0 6px -1px 0;
  opacity: 0.5;
  vertical-align: baseline;
  width: 10px;
}
@media screen and (-ms-high-contrast: active) {
  .ft-concept-button--inverse.ft-concept-button--follow .ft-concept-button__button[disabled]:before,
  .ft-concept-button--inverse.ft-concept-button--follow .ft-concept-button__button[disabled]:hover:before {
    background-image: url(assets/1ca4573af7a3c5c8.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .ft-concept-button--inverse.ft-concept-button--follow .ft-concept-button__button[disabled]:before,
  .ft-concept-button--inverse.ft-concept-button--follow .ft-concept-button__button[disabled]:hover:before {
    background-image: url(assets/7c3d1a79b502995c.svg);
  }
}
.ft-concept-button--inverse.ft-concept-button--follow
  .ft-concept-button__button[disabled]:hover[aria-pressed='true']:before,
.ft-concept-button--inverse.ft-concept-button--follow
  .ft-concept-button__button[disabled][aria-pressed='true']:before {
  background-color: transparent;
  background-image: url(assets/b8096585577bdef6.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 21px;
  content: '';
  display: inline-block;
  height: 10px;
  vertical-align: baseline;
  width: 10px;
}
@media screen and (-ms-high-contrast: active) {
  .ft-concept-button--inverse.ft-concept-button--follow
    .ft-concept-button__button[disabled]:hover[aria-pressed='true']:before,
  .ft-concept-button--inverse.ft-concept-button--follow
    .ft-concept-button__button[disabled][aria-pressed='true']:before {
    background-image: url(assets/7d8c9951c9c7b9ed.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .ft-concept-button--inverse.ft-concept-button--follow
    .ft-concept-button__button[disabled]:hover[aria-pressed='true']:before,
  .ft-concept-button--inverse.ft-concept-button--follow
    .ft-concept-button__button[disabled][aria-pressed='true']:before {
    background-image: url(assets/997dd3bce251eaac.svg);
  }
}
.ft-concept-button--opinion .ft-concept-button__button {
  background-color: transparent;
  border: 1px solid #0a3866;
  color: #0a3866;
}
.ft-concept-button--opinion .ft-concept-button__button:focus {
  box-shadow:
    0 0 0 4px #fff,
    0 0 0 8px #4d4845;
}
@supports selector(:focus-visible) {
  .ft-concept-button--opinion .ft-concept-button__button:focus {
    box-shadow: unset;
    outline: unset;
  }
  .ft-concept-button--opinion .ft-concept-button__button:focus-visible {
    box-shadow:
      0 0 0 4px #fff,
      0 0 0 8px #4d4845;
  }
}
.ft-concept-button--opinion .ft-concept-button__button:focus,
.ft-concept-button--opinion .ft-concept-button__button:hover {
  background-color: rgba(10, 56, 102, 0.2);
  border-color: #0a3866;
  color: #0a3866;
}
.ft-concept-button--opinion .ft-concept-button__button[aria-pressed='true'] {
  background-color: #0a3866;
  border: 1px solid #0a3866;
  color: #fff;
}
.ft-concept-button--opinion .ft-concept-button__button[aria-pressed='true']:focus,
.ft-concept-button--opinion .ft-concept-button__button[aria-pressed='true']:hover {
  background-color: #082a4d;
  border-color: #082a4d;
  color: #fff;
}
.ft-concept-button--opinion .ft-concept-button__button[disabled],
.ft-concept-button--opinion .ft-concept-button__button[disabled]:hover {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.5);
  color: rgba(0, 0, 0, 0.5);
}
.ft-concept-button--opinion.ft-concept-button--follow .ft-concept-button__button:before {
  background-color: transparent;
  background-image: url(assets/62dd8001205a0613.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 25px;
  content: '';
  display: inline-block;
  height: 10px;
  margin: 0 6px -1px 0;
  vertical-align: baseline;
  width: 10px;
}
@media screen and (-ms-high-contrast: active) {
  .ft-concept-button--opinion.ft-concept-button--follow .ft-concept-button__button:before {
    background-image: url(assets/1ca4573af7a3c5c8.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .ft-concept-button--opinion.ft-concept-button--follow .ft-concept-button__button:before {
    background-image: url(assets/7c3d1a79b502995c.svg);
  }
}
.ft-concept-button--opinion.ft-concept-button--follow .ft-concept-button__button[aria-pressed='true']:before {
  background-color: transparent;
  background-image: url(assets/b8096585577bdef6.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 21px;
  content: '';
  display: inline-block;
  height: 10px;
  vertical-align: baseline;
  width: 10px;
}
@media screen and (-ms-high-contrast: active) {
  .ft-concept-button--opinion.ft-concept-button--follow
    .ft-concept-button__button[aria-pressed='true']:before {
    background-image: url(assets/7d8c9951c9c7b9ed.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .ft-concept-button--opinion.ft-concept-button--follow
    .ft-concept-button__button[aria-pressed='true']:before {
    background-image: url(assets/997dd3bce251eaac.svg);
  }
}
.ft-concept-button--opinion.ft-concept-button--follow .ft-concept-button__button[disabled],
.ft-concept-button--opinion.ft-concept-button--follow .ft-concept-button__button[disabled]:hover {
  background: transparent;
}
.ft-concept-button--opinion.ft-concept-button--follow .ft-concept-button__button[disabled]:before,
.ft-concept-button--opinion.ft-concept-button--follow .ft-concept-button__button[disabled]:hover:before {
  background-color: transparent;
  background-image: url(assets/7c3d1a79b502995c.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 25px;
  content: '';
  display: inline-block;
  height: 10px;
  margin: 0 6px -1px 0;
  opacity: 0.5;
  vertical-align: baseline;
  width: 10px;
}
@media screen and (-ms-high-contrast: active) {
  .ft-concept-button--opinion.ft-concept-button--follow .ft-concept-button__button[disabled]:before,
  .ft-concept-button--opinion.ft-concept-button--follow .ft-concept-button__button[disabled]:hover:before {
    background-image: url(assets/1ca4573af7a3c5c8.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .ft-concept-button--opinion.ft-concept-button--follow .ft-concept-button__button[disabled]:before,
  .ft-concept-button--opinion.ft-concept-button--follow .ft-concept-button__button[disabled]:hover:before {
    background-image: url(assets/7c3d1a79b502995c.svg);
  }
}
.ft-concept-button--opinion.ft-concept-button--follow
  .ft-concept-button__button[disabled]:hover[aria-pressed='true']:before,
.ft-concept-button--opinion.ft-concept-button--follow
  .ft-concept-button__button[disabled][aria-pressed='true']:before {
  background-color: transparent;
  background-image: url(assets/997dd3bce251eaac.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 21px;
  content: '';
  display: inline-block;
  height: 10px;
  vertical-align: baseline;
  width: 10px;
}
@media screen and (-ms-high-contrast: active) {
  .ft-concept-button--opinion.ft-concept-button--follow
    .ft-concept-button__button[disabled]:hover[aria-pressed='true']:before,
  .ft-concept-button--opinion.ft-concept-button--follow
    .ft-concept-button__button[disabled][aria-pressed='true']:before {
    background-image: url(assets/7d8c9951c9c7b9ed.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .ft-concept-button--opinion.ft-concept-button--follow
    .ft-concept-button__button[disabled]:hover[aria-pressed='true']:before,
  .ft-concept-button--opinion.ft-concept-button--follow
    .ft-concept-button__button[disabled][aria-pressed='true']:before {
    background-image: url(assets/997dd3bce251eaac.svg);
  }
}
.ft-concept-button--monochrome .ft-concept-button__button {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.ft-concept-button--monochrome .ft-concept-button__button:focus {
  box-shadow:
    0 0 0 4px #4d4845,
    0 0 0 8px #fff;
}
@supports selector(:focus-visible) {
  .ft-concept-button--monochrome .ft-concept-button__button:focus {
    box-shadow: unset;
    outline: unset;
  }
  .ft-concept-button--monochrome .ft-concept-button__button:focus-visible {
    box-shadow:
      0 0 0 4px #4d4845,
      0 0 0 8px #fff;
  }
}
.ft-concept-button--monochrome .ft-concept-button__button:focus,
.ft-concept-button--monochrome .ft-concept-button__button:hover {
  background-color: hsla(0, 0%, 100%, 0.2);
  border-color: #fff;
  color: #fff;
}
.ft-concept-button--monochrome .ft-concept-button__button[aria-pressed='true'] {
  background-color: #fff;
  border: 1px solid #fff;
  color: #000;
}
.ft-concept-button--monochrome .ft-concept-button__button[aria-pressed='true']:focus,
.ft-concept-button--monochrome .ft-concept-button__button[aria-pressed='true']:hover {
  background-color: #fffcfa;
  border-color: #fffcfa;
  color: #000;
}
.ft-concept-button--monochrome .ft-concept-button__button[disabled],
.ft-concept-button--monochrome .ft-concept-button__button[disabled]:hover {
  background: transparent;
  border: 1px solid hsla(0, 0%, 100%, 0.5);
  color: hsla(0, 0%, 100%, 0.5);
}
.ft-concept-button--monochrome.ft-concept-button--follow .ft-concept-button__button:before {
  background-color: transparent;
  background-image: url(assets/7f6ef0386efaaa79.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 25px;
  content: '';
  display: inline-block;
  height: 10px;
  margin: 0 6px -1px 0;
  vertical-align: baseline;
  width: 10px;
}
@media screen and (-ms-high-contrast: active) {
  .ft-concept-button--monochrome.ft-concept-button--follow .ft-concept-button__button:before {
    background-image: url(assets/1ca4573af7a3c5c8.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .ft-concept-button--monochrome.ft-concept-button--follow .ft-concept-button__button:before {
    background-image: url(assets/7c3d1a79b502995c.svg);
  }
}
.ft-concept-button--monochrome.ft-concept-button--follow
  .ft-concept-button__button[aria-pressed='true']:before {
  background-color: transparent;
  background-image: url(assets/997dd3bce251eaac.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 21px;
  content: '';
  display: inline-block;
  height: 10px;
  vertical-align: baseline;
  width: 10px;
}
@media screen and (-ms-high-contrast: active) {
  .ft-concept-button--monochrome.ft-concept-button--follow
    .ft-concept-button__button[aria-pressed='true']:before {
    background-image: url(assets/7d8c9951c9c7b9ed.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .ft-concept-button--monochrome.ft-concept-button--follow
    .ft-concept-button__button[aria-pressed='true']:before {
    background-image: url(assets/997dd3bce251eaac.svg);
  }
}
.ft-concept-button--monochrome.ft-concept-button--follow .ft-concept-button__button[disabled],
.ft-concept-button--monochrome.ft-concept-button--follow .ft-concept-button__button[disabled]:hover {
  background: transparent;
}
.ft-concept-button--monochrome.ft-concept-button--follow .ft-concept-button__button[disabled]:before,
.ft-concept-button--monochrome.ft-concept-button--follow .ft-concept-button__button[disabled]:hover:before {
  background-color: transparent;
  background-image: url(assets/7f6ef0386efaaa79.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 25px;
  content: '';
  display: inline-block;
  height: 10px;
  margin: 0 6px -1px 0;
  opacity: 0.5;
  vertical-align: baseline;
  width: 10px;
}
@media screen and (-ms-high-contrast: active) {
  .ft-concept-button--monochrome.ft-concept-button--follow .ft-concept-button__button[disabled]:before,
  .ft-concept-button--monochrome.ft-concept-button--follow .ft-concept-button__button[disabled]:hover:before {
    background-image: url(assets/1ca4573af7a3c5c8.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .ft-concept-button--monochrome.ft-concept-button--follow .ft-concept-button__button[disabled]:before,
  .ft-concept-button--monochrome.ft-concept-button--follow .ft-concept-button__button[disabled]:hover:before {
    background-image: url(assets/7c3d1a79b502995c.svg);
  }
}
.ft-concept-button--monochrome.ft-concept-button--follow
  .ft-concept-button__button[disabled]:hover[aria-pressed='true']:before,
.ft-concept-button--monochrome.ft-concept-button--follow
  .ft-concept-button__button[disabled][aria-pressed='true']:before {
  background-color: transparent;
  background-image: url(assets/b8096585577bdef6.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 21px;
  content: '';
  display: inline-block;
  height: 10px;
  vertical-align: baseline;
  width: 10px;
}
@media screen and (-ms-high-contrast: active) {
  .ft-concept-button--monochrome.ft-concept-button--follow
    .ft-concept-button__button[disabled]:hover[aria-pressed='true']:before,
  .ft-concept-button--monochrome.ft-concept-button--follow
    .ft-concept-button__button[disabled][aria-pressed='true']:before {
    background-image: url(assets/7d8c9951c9c7b9ed.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .ft-concept-button--monochrome.ft-concept-button--follow
    .ft-concept-button__button[disabled]:hover[aria-pressed='true']:before,
  .ft-concept-button--monochrome.ft-concept-button--follow
    .ft-concept-button__button[disabled][aria-pressed='true']:before {
    background-image: url(assets/997dd3bce251eaac.svg);
  }
}
.ft-concept-button--inverse-monochrome .ft-concept-button__button {
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
}
.ft-concept-button--inverse-monochrome .ft-concept-button__button:focus {
  box-shadow:
    0 0 0 4px #fff,
    0 0 0 8px #4d4845;
}
@supports selector(:focus-visible) {
  .ft-concept-button--inverse-monochrome .ft-concept-button__button:focus {
    box-shadow: unset;
    outline: unset;
  }
  .ft-concept-button--inverse-monochrome .ft-concept-button__button:focus-visible {
    box-shadow:
      0 0 0 4px #fff,
      0 0 0 8px #4d4845;
  }
}
.ft-concept-button--inverse-monochrome .ft-concept-button__button:focus,
.ft-concept-button--inverse-monochrome .ft-concept-button__button:hover {
  background-color: rgba(0, 0, 0, 0.2);
  border-color: #000;
  color: #000;
}
.ft-concept-button--inverse-monochrome .ft-concept-button__button[aria-pressed='true'] {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}
.ft-concept-button--inverse-monochrome .ft-concept-button__button[aria-pressed='true']:focus,
.ft-concept-button--inverse-monochrome .ft-concept-button__button[aria-pressed='true']:hover {
  background-color: #33302e;
  border-color: #33302e;
  color: #fff;
}
.ft-concept-button--inverse-monochrome .ft-concept-button__button[disabled],
.ft-concept-button--inverse-monochrome .ft-concept-button__button[disabled]:hover {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.5);
  color: rgba(0, 0, 0, 0.5);
}
.ft-concept-button--inverse-monochrome.ft-concept-button--follow .ft-concept-button__button:before {
  background-color: transparent;
  background-image: url(assets/7c3d1a79b502995c.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 25px;
  content: '';
  display: inline-block;
  height: 10px;
  margin: 0 6px -1px 0;
  vertical-align: baseline;
  width: 10px;
}
@media screen and (-ms-high-contrast: active) {
  .ft-concept-button--inverse-monochrome.ft-concept-button--follow .ft-concept-button__button:before {
    background-image: url(assets/1ca4573af7a3c5c8.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .ft-concept-button--inverse-monochrome.ft-concept-button--follow .ft-concept-button__button:before {
    background-image: url(assets/7c3d1a79b502995c.svg);
  }
}
.ft-concept-button--inverse-monochrome.ft-concept-button--follow
  .ft-concept-button__button[aria-pressed='true']:before {
  background-color: transparent;
  background-image: url(assets/b8096585577bdef6.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 21px;
  content: '';
  display: inline-block;
  height: 10px;
  vertical-align: baseline;
  width: 10px;
}
@media screen and (-ms-high-contrast: active) {
  .ft-concept-button--inverse-monochrome.ft-concept-button--follow
    .ft-concept-button__button[aria-pressed='true']:before {
    background-image: url(assets/7d8c9951c9c7b9ed.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .ft-concept-button--inverse-monochrome.ft-concept-button--follow
    .ft-concept-button__button[aria-pressed='true']:before {
    background-image: url(assets/997dd3bce251eaac.svg);
  }
}
.ft-concept-button--inverse-monochrome.ft-concept-button--follow .ft-concept-button__button[disabled],
.ft-concept-button--inverse-monochrome.ft-concept-button--follow .ft-concept-button__button[disabled]:hover {
  background: transparent;
}
.ft-concept-button--inverse-monochrome.ft-concept-button--follow .ft-concept-button__button[disabled]:before,
.ft-concept-button--inverse-monochrome.ft-concept-button--follow
  .ft-concept-button__button[disabled]:hover:before {
  background-color: transparent;
  background-image: url(assets/7c3d1a79b502995c.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 25px;
  content: '';
  display: inline-block;
  height: 10px;
  margin: 0 6px -1px 0;
  opacity: 0.5;
  vertical-align: baseline;
  width: 10px;
}
@media screen and (-ms-high-contrast: active) {
  .ft-concept-button--inverse-monochrome.ft-concept-button--follow
    .ft-concept-button__button[disabled]:before,
  .ft-concept-button--inverse-monochrome.ft-concept-button--follow
    .ft-concept-button__button[disabled]:hover:before {
    background-image: url(assets/1ca4573af7a3c5c8.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .ft-concept-button--inverse-monochrome.ft-concept-button--follow
    .ft-concept-button__button[disabled]:before,
  .ft-concept-button--inverse-monochrome.ft-concept-button--follow
    .ft-concept-button__button[disabled]:hover:before {
    background-image: url(assets/7c3d1a79b502995c.svg);
  }
}
.ft-concept-button--inverse-monochrome.ft-concept-button--follow
  .ft-concept-button__button[disabled]:hover[aria-pressed='true']:before,
.ft-concept-button--inverse-monochrome.ft-concept-button--follow
  .ft-concept-button__button[disabled][aria-pressed='true']:before {
  background-color: transparent;
  background-image: url(assets/997dd3bce251eaac.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 21px;
  content: '';
  display: inline-block;
  height: 10px;
  vertical-align: baseline;
  width: 10px;
}
@media screen and (-ms-high-contrast: active) {
  .ft-concept-button--inverse-monochrome.ft-concept-button--follow
    .ft-concept-button__button[disabled]:hover[aria-pressed='true']:before,
  .ft-concept-button--inverse-monochrome.ft-concept-button--follow
    .ft-concept-button__button[disabled][aria-pressed='true']:before {
    background-image: url(assets/7d8c9951c9c7b9ed.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .ft-concept-button--inverse-monochrome.ft-concept-button--follow
    .ft-concept-button__button[disabled]:hover[aria-pressed='true']:before,
  .ft-concept-button--inverse-monochrome.ft-concept-button--follow
    .ft-concept-button__button[disabled][aria-pressed='true']:before {
    background-image: url(assets/997dd3bce251eaac.svg);
  }
}
.ft-concept-button--professional-inverse .ft-concept-button__button {
  background-color: transparent;
  border: 1px solid transparent;
  color: transparent;
}
.ft-concept-button--professional-inverse .ft-concept-button__button:focus {
  box-shadow:
    0 0 0 4px #fff,
    0 0 0 8px #4d4845;
}
@supports selector(:focus-visible) {
  .ft-concept-button--professional-inverse .ft-concept-button__button:focus {
    box-shadow: unset;
    outline: unset;
  }
  .ft-concept-button--professional-inverse .ft-concept-button__button:focus-visible {
    box-shadow:
      0 0 0 4px #fff,
      0 0 0 8px #4d4845;
  }
}
.ft-concept-button--professional-inverse .ft-concept-button__button:focus,
.ft-concept-button--professional-inverse .ft-concept-button__button:hover {
  background-color: rgba(0, 0, 0, 0.15);
  border-color: transparent;
  color: transparent;
}
.ft-concept-button--professional-inverse .ft-concept-button__button[aria-pressed='true'] {
  background-color: transparent;
  border: 1px solid transparent;
  color: #000;
}
.ft-concept-button--professional-inverse .ft-concept-button__button[aria-pressed='true']:focus,
.ft-concept-button--professional-inverse .ft-concept-button__button[aria-pressed='true']:hover {
  background-color: transparent;
  border-color: transparent;
  color: #000;
}
.ft-concept-button--professional-inverse .ft-concept-button__button[disabled],
.ft-concept-button--professional-inverse .ft-concept-button__button[disabled]:hover {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.5);
  color: rgba(0, 0, 0, 0.5);
}
.ft-concept-button--professional-inverse.ft-concept-button--follow .ft-concept-button__button:before {
  background-color: transparent;
  background-image: url(assets/7c3d1a79b502995c.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 25px;
  content: '';
  display: inline-block;
  height: 10px;
  margin: 0 6px -1px 0;
  vertical-align: baseline;
  width: 10px;
}
@media screen and (-ms-high-contrast: active) {
  .ft-concept-button--professional-inverse.ft-concept-button--follow .ft-concept-button__button:before {
    background-image: url(assets/1ca4573af7a3c5c8.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .ft-concept-button--professional-inverse.ft-concept-button--follow .ft-concept-button__button:before {
    background-image: url(assets/7c3d1a79b502995c.svg);
  }
}
.ft-concept-button--professional-inverse.ft-concept-button--follow
  .ft-concept-button__button[aria-pressed='true']:before {
  background-color: transparent;
  background-image: url(assets/997dd3bce251eaac.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 21px;
  content: '';
  display: inline-block;
  height: 10px;
  vertical-align: baseline;
  width: 10px;
}
@media screen and (-ms-high-contrast: active) {
  .ft-concept-button--professional-inverse.ft-concept-button--follow
    .ft-concept-button__button[aria-pressed='true']:before {
    background-image: url(assets/7d8c9951c9c7b9ed.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .ft-concept-button--professional-inverse.ft-concept-button--follow
    .ft-concept-button__button[aria-pressed='true']:before {
    background-image: url(assets/997dd3bce251eaac.svg);
  }
}
.ft-concept-button--professional-inverse.ft-concept-button--follow .ft-concept-button__button[disabled],
.ft-concept-button--professional-inverse.ft-concept-button--follow
  .ft-concept-button__button[disabled]:hover {
  background: transparent;
}
.ft-concept-button--professional-inverse.ft-concept-button--follow
  .ft-concept-button__button[disabled]:before,
.ft-concept-button--professional-inverse.ft-concept-button--follow
  .ft-concept-button__button[disabled]:hover:before {
  background-color: transparent;
  background-image: url(assets/7c3d1a79b502995c.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 25px;
  content: '';
  display: inline-block;
  height: 10px;
  margin: 0 6px -1px 0;
  opacity: 0.5;
  vertical-align: baseline;
  width: 10px;
}
@media screen and (-ms-high-contrast: active) {
  .ft-concept-button--professional-inverse.ft-concept-button--follow
    .ft-concept-button__button[disabled]:before,
  .ft-concept-button--professional-inverse.ft-concept-button--follow
    .ft-concept-button__button[disabled]:hover:before {
    background-image: url(assets/1ca4573af7a3c5c8.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .ft-concept-button--professional-inverse.ft-concept-button--follow
    .ft-concept-button__button[disabled]:before,
  .ft-concept-button--professional-inverse.ft-concept-button--follow
    .ft-concept-button__button[disabled]:hover:before {
    background-image: url(assets/7c3d1a79b502995c.svg);
  }
}
.ft-concept-button--professional-inverse.ft-concept-button--follow
  .ft-concept-button__button[disabled]:hover[aria-pressed='true']:before,
.ft-concept-button--professional-inverse.ft-concept-button--follow
  .ft-concept-button__button[disabled][aria-pressed='true']:before {
  background-color: transparent;
  background-image: url(assets/997dd3bce251eaac.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 21px;
  content: '';
  display: inline-block;
  height: 10px;
  vertical-align: baseline;
  width: 10px;
}
@media screen and (-ms-high-contrast: active) {
  .ft-concept-button--professional-inverse.ft-concept-button--follow
    .ft-concept-button__button[disabled]:hover[aria-pressed='true']:before,
  .ft-concept-button--professional-inverse.ft-concept-button--follow
    .ft-concept-button__button[disabled][aria-pressed='true']:before {
    background-image: url(assets/7d8c9951c9c7b9ed.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .ft-concept-button--professional-inverse.ft-concept-button--follow
    .ft-concept-button__button[disabled]:hover[aria-pressed='true']:before,
  .ft-concept-button--professional-inverse.ft-concept-button--follow
    .ft-concept-button__button[disabled][aria-pressed='true']:before {
    background-image: url(assets/997dd3bce251eaac.svg);
  }
}
.n-syndication-icon {
  background-color: rgba(38, 42, 51, 0.55);
  background-color: color-mix(in srgb, var(--o3-color-palette-slate) 55%, transparent);
  border-color: transparent;
  border-radius: 24px;
  border-width: 0;
  cursor: pointer;
  display: inline-block;
  height: 24px;
  margin-right: 2px;
  padding: 0;
  vertical-align: middle;
  width: 24px;
}
.n-syndication-icon:before {
  background-color: var(--o3-color-palette-white);
  content: '';
  display: inline-block;
  height: 24px;
  mask-image: var(--o3-icon-cross);
  mask-repeat: no-repeat;
  mask-size: contain;
  width: 24px;
}
.n-syndication-icon + * {
  vertical-align: middle;
}
.n-syndication-maintenance-icon {
  margin-left: 170px;
}
.n-syndication-maintenance-icon:before {
  background-color: var(--o3-color-palette-crimson);
  content: '';
  display: inline-block;
  height: 70px;
  mask-image: var(--o3-icon-warning-alt);
  mask-repeat: no-repeat;
  mask-size: contain;
  width: 70px;
}
.n-syndication-icon-state-msg_4000,
.n-syndication-icon-state-msg_4050,
.n-syndication-icon-state-msg_5000,
.n-syndication-icon-state-msg_5100,
.n-syndication-icon-state-no {
  background-color: rgba(153, 15, 61, 0.85);
  background-color: color-mix(in srgb, var(--o3-color-palette-claret) 85%, transparent);
}
.n-syndication-icon-state-msg_4000:before,
.n-syndication-icon-state-msg_4050:before,
.n-syndication-icon-state-msg_5000:before,
.n-syndication-icon-state-msg_5100:before,
.n-syndication-icon-state-no:before {
  background-color: var(--o3-color-palette-white);
  content: '';
  display: inline-block;
  height: 24px;
  mask-image: var(--o3-icon-cross);
  mask-repeat: no-repeat;
  mask-size: contain;
  width: 24px;
}
.n-syndication-icon-state-msg_2000,
.n-syndication-icon-state-msg_2100,
.n-syndication-icon-state-msg_4100,
.n-syndication-icon-state-msg_4300,
.n-syndication-icon-state-yes {
  background-color: rgba(0, 153, 77, 0.85);
  background-color: color-mix(in srgb, var(--o3-color-palette-jade) 85%, transparent);
}
.n-syndication-icon-state-msg_2000:before,
.n-syndication-icon-state-msg_2100:before,
.n-syndication-icon-state-msg_4100:before,
.n-syndication-icon-state-msg_4300:before,
.n-syndication-icon-state-yes:before {
  background-color: var(--o3-color-palette-white);
  content: '';
  display: inline-block;
  height: 24px;
  mask-image: var(--o3-icon-tick);
  mask-repeat: no-repeat;
  mask-size: contain;
  width: 24px;
}
.n-syndication-icon-state-msg_2300,
.n-syndication-icon-state-msg_2320,
.n-syndication-icon-state-msg_2340,
.n-syndication-icon-state-withcontributorpayment {
  background-color: rgba(0, 153, 77, 0.85);
  background-color: color-mix(in srgb, var(--o3-color-palette-jade) 85%, transparent);
}
.n-syndication-icon-state-msg_2300:before,
.n-syndication-icon-state-msg_2320:before,
.n-syndication-icon-state-msg_2340:before,
.n-syndication-icon-state-withcontributorpayment:before {
  background-color: var(--o3-color-palette-white);
  content: '';
  display: inline-block;
  height: 24px;
  mask-image: var(--o3-icon-dollar);
  mask-repeat: no-repeat;
  mask-size: contain;
  width: 24px;
}
.n-syndication-icon-state-msg_2200,
.n-syndication-icon-state-msg_4200,
.n-syndication-icon-state-msg_4250,
.n-syndication-icon-state-verify {
  background-color: rgba(255, 136, 51, 0.85);
  background-color: color-mix(in srgb, var(--o3-color-palette-mandarin) 85%, transparent);
}
.n-syndication-icon-state-msg_2200:before,
.n-syndication-icon-state-msg_4200:before,
.n-syndication-icon-state-msg_4250:before,
.n-syndication-icon-state-verify:before {
  background-color: var(--o3-color-palette-white);
  content: '';
  display: inline-block;
  height: 24px;
  mask-image: var(--o3-icon-minus);
  mask-repeat: no-repeat;
  mask-size: contain;
  width: 24px;
}
.n-syndication-icon-state-maintenance {
  background-image: none;
}
.o-teaser--top-story .n-syndication-icon,
.o-topper__headline .n-syndication-icon {
  border-radius: 26px;
  height: 26px;
  width: 26px;
}
.hero__heading .n-syndication-icon,
.o-teaser--hero .n-syndication-icon,
.o-teaser--large .n-syndication-icon,
.o-teaser--large-portrait .n-syndication-icon,
.video-scroller__item-large .o-teaser--stacked .n-syndication-icon,
.video__description .video__title .n-syndication-icon {
  border-radius: 24px;
  height: 24px;
  width: 24px;
}
.o-teaser__related .o-teaser__related-item .n-syndication-icon {
  border-radius: 16px;
  height: 16px;
  width: 16px;
}
.n-syndication-modal-shadow {
  background-color: rgba(0, 0, 0, 0.2);
  height: 150%;
  left: 0;
  top: 0;
  width: 100%;
}
.n-syndication-modal,
.n-syndication-modal-shadow {
  opacity: 1;
  position: fixed;
  transition: opacity 0.3s ease-in-out;
  z-index: 10;
}
.n-syndication-modal {
  background: #fff;
  border: 1px solid #ccc1b7;
  box-shadow:
    0 1px 4px rgba(77, 72, 69, 0.15),
    0 8px 14px rgba(77, 72, 69, 0.2);
  box-sizing: border-box;
  max-width: 420px;
  min-height: 160px;
  min-width: 360px;
  z-index: 1000;
}
.n-syndication-modal-heading {
  background: transparent;
  color: #33302e;
  font-size: 20px;
  margin: 0;
  overflow: hidden;
}
.n-syndication-modal-close {
  background-size: contain;
  border-radius: 9999px;
  border-width: 0;
  box-sizing: content-box;
  cursor: pointer;
  float: right;
  font-size: 8px;
  height: 20px;
  line-height: 1;
  margin: 10px;
  outline: none;
  padding: 0.25em;
  position: relative;
  user-select: none;
  width: 20px;
}
.n-syndication-modal-close:before {
  background-color: var(--o3-color-palette-white);
  content: '';
  display: inline-block;
  height: 24px;
  mask-image: var(--o3-icon-cross);
  mask-repeat: no-repeat;
  mask-size: contain;
  width: 24px;
}
.n-syndication-modal-close:after {
  bottom: -10px;
  content: '';
  left: -10px;
  position: absolute;
  right: -10px;
  top: -10px;
}
.n-syndication-maintenance-modal-title {
  display: block;
  font-family:
    financier display,
    times new roman,
    serif;
  font-family: MetricWeb;
  font-size: 23px;
  font-weight: 800;
  line-height: 25px;
  line-height: 26px;
  margin: auto 10px 10px 20px;
  overflow: auto;
  text-align: center;
  width: 381px;
}
.n-syndication-modal-title {
  display: block;
  font-family:
    financier display,
    times new roman,
    serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 25px;
  line-height: 26px;
  margin: 10px 10px 10px 20px;
  overflow: auto;
}
.n-syndication-maintenance-modal-word-count {
  display: block;
  font-family: metric, arial, sans-serif;
  font-family: MetricWeb;
  font-size: 16px;
  font-weight: 500;
  margin-left: 60px;
}
.n-syndication-modal-word-count {
  color: rgba(0, 0, 0, 0.4);
  color: color-mix(in srgb, var(--o3-color-palette-black) 40%, transparent);
  font-family: metric, arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.close-button-maintenance {
  background-color: #0d7680;
  border: 2px solid #0d7680;
  display: flex;
  height: 50px;
  margin: 20px auto auto;
  width: 220px;
}
.close-message-maintenance {
  color: #fff;
  font-family: MetricWeb;
  font-size: 21px;
  font-weight: 900;
  margin-left: 12px;
  margin-top: 9px;
  position: absolute;
}
.n-syndication-modal-content {
  box-sizing: border-box;
  overflow: auto;
  padding: 0 20px 20px;
  position: relative;
}
.n-syndication-modal-content > :first-child {
  margin-top: 0;
}
.n-syndication-modal-content > :last-child {
  margin-bottom: 0;
}
.n-syndication-maintenance-modal-message,
.n-syndication-maintenance-modal-message p {
  font-weight: 900;
  margin-top: 20px;
}
.n-syndication-maintenance-modal-message,
.n-syndication-maintenance-modal-message p,
.n-syndication-modal-message,
.n-syndication-modal-message p {
  color: rgba(0, 0, 0, 0.8);
  color: color-mix(in srgb, var(--o3-color-palette-black) 80%, transparent);
  font-family: metric, arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}
.n-syndication-modal-info-bubble {
  background-color: var(--o3-color-palette-wheat);
  color: var(--o3-color-palette-black-90);
  display: flex;
  font-size: 14px;
  font-weight: var(--o3-font-weight-regular);
  line-height: var(--o3-font-lineheight-0);
  margin: var(--o3-spacing-s) var(--o3-spacing-xs) var(--o3-spacing-4xs);
  min-width: var(--o3-spacing-2xl);
  padding: var(--o3-spacing-4xs, 8px);
  position: relative;
}
.n-syndication-modal-info-bubble__icon {
  background-image: url(assets/69cbb7a33d0703d9.svg);
  fill: var(--o3-color-palette-black-90);
  flex-shrink: 0;
  height: 20px;
  width: 20px;
}
.n-syndication-modal-info-bubble__text {
  display: inline;
  padding-left: var(--o3-spacing-5xs);
}
.n-syndication-modal-info-bubble__text--emphasized {
  font-weight: var(--o3-font-weight-bold);
}
.n-syndication-actions {
  text-align: right;
}
.n-syndication-action,
.n-syndication-action-primary {
  min-width: 120px;
  text-align: center;
}
.n-syndication-republishing {
  background-color: var(--o3-color-palette-claret);
  color: var(--o3-color-palette-white);
  font-weight: 700;
}
.o-header__nav-item .n-syndication-republishing {
  padding-left: 12px;
  padding-right: 12px;
}
.o-header__nav-item .n-syndication-republishing:hover {
  color: var(--o3-color-palette-white);
}
.o-header__nav-item .n-syndication-republishing:hover:after {
  background-color: var(--o3-color-palette-white);
}
.o-header__drawer-menu-item .n-syndication-republishing {
  background-color: rgba(153, 15, 61, 0.75);
  background-color: color-mix(in srgb, var(--o3-color-palette-claret) 75%, transparent);
  transition: all 0.25s ease-in-out;
}
.o-header__drawer-menu-item .n-syndication-republishing:hover {
  background-color: var(--o3-color-palette-claret);
  color: var(--o3-color-palette-white);
}
.n-syndication-modal-message .syndication-message__content--warning {
  color: var(--o3-color-palette-crimson);
  font-weight: 600;
}
.n-syndication-rich-content-message {
  margin-bottom: 1vh;
}
.o-message__content .o-message__content-main .n-syndication-rich-message_content-highlight {
  font-weight: 400;
}
.n-syndication-maintenance-modal-lower-message {
  margin-top: 10px;
}
.o-overlay--signUpConfirmationOverlay {
  max-width: 424px;
}
.o-overlay--signUpConfirmationOverlay .o-overlay__title {
  font-size: var(--o3-font-size-metric2-1);
  font-weight: var(--o3-font-weight-semibold);
  margin-bottom: 0;
  overflow: unset;
}
.o-overlay--signUpConfirmationOverlay .sign-up-confirmation-overlay-subtitle {
  margin-bottom: var(--o3-spacing-s);
}
.o-overlay--signUpConfirmationOverlay .sign-up-confirmation-overlay--registered-section-title {
  display: block;
}
.o-overlay--signUpConfirmationOverlay .sign-up-confirmation-overlay--central-align {
  margin-top: var(--o3-spacing-m);
  text-align: center;
}
.o-overlay--signUpConfirmationOverlay .o-overlay__heading {
  line-height: var(--o3-spacing-xl);
}
.o-overlay--signUpConfirmationOverlay .o-overlay__content {
  padding-top: 0;
}
.o-overlay--signUpConfirmationOverlay .o-expander {
  display: grid;
  grid-template-areas: 'a b';
}
.o-overlay--signUpConfirmationOverlay .o-expander__content {
  grid-area: a;
}
.o-overlay--signUpConfirmationOverlay .o-expander__toggle {
  align-self: end;
  grid-area: b;
}
.o-overlay--signUpConfirmationOverlay .o-expander__toggle:after {
  background-color: var(--o3-color-palette-teal);
  display: inline-block;
  height: 24px;
  mask-image: var(--o3-icon-chevron-down);
  mask-repeat: no-repeat;
  mask-size: contain;
  width: 24px;
}
.o-overlay--signUpConfirmationOverlay
  .o-expander--initialized[data-o-expander-shrink-to='height']
  .o-expander__content {
  max-height: var(--o3-spacing-l);
}
.o-overlay--signUpConfirmationOverlay .o-forms-input--checkbox .o-forms-input__label {
  padding-top: 0;
}
.o-overlay--signUpConfirmationOverlay .o-forms-input--checkbox .o-forms-input__label.newsletter {
  font-weight: var(--o3-font-weight-semibold);
}
.o-overlay--signUpConfirmationOverlay .o-forms-input--checkbox .o-forms-input__description {
  margin-top: 0;
  padding-left: 38px;
}
.o-overlay--signUpConfirmationOverlay .o3-button--primary {
  inline-size: 100%;
}
.o-overlay--signUpAdditionalConfirmationOverlay .sign-up-confirmation-overlay-content {
  padding: var(--o3-spacing-s);
  text-align: center;
}
.o-overlay--signUpAdditionalConfirmationOverlay .sign-up-confirmation-overlay-content a {
  margin-top: var(--o3-spacing-s);
}
.o-overlay--signUpAdditionalConfirmationOverlay .o-success-icon {
  background: var(--o3-color-palette-teal);
  border-color: var(--o3-color-palette-teal);
  border: 2px solid var(--o3-color-palette-black-40);
  border-radius: 9999px;
  height: var(--o3-spacing-l);
  margin: 0 auto;
  width: var(--o3-spacing-l);
}
.o-overlay--signUpAdditionalConfirmationOverlay .o-success-icon:before {
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  color: var(--o3-color-palette-white);
  content: '';
  display: inline-block;
  height: var(--o3-spacing-l);
  mask-image: var(--o3-icon-tick);
  mask-repeat: no-repeat;
  mask-size: contain;
  vertical-align: baseline;
  width: var(--o3-spacing-l);
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.o-message--sign-up-additional-location {
  animation: fadeIn 0.7s forwards;
  background-color: var(--o3-color-use-case-body-inverse-text);
  display: none;
  position: fixed;
  top: 56px;
  width: 100%;
  z-index: 10;
}
.o-message--sign-up-additional-location iframe {
  width: 100%;
}
@media (min-width: 46.25em) {
  .o-message--sign-up-additional-location .o-message .o-message__container {
    justify-content: center;
  }
}
.o-message--sign-up-additional-location .o-message .o-message__content .article__content-sign-up {
  border-bottom: 0;
  display: none;
  margin-left: var(--o3-spacing-s);
  margin-top: var(--o3-spacing-s);
}
.o-message--sign-up-additional-location .o-message .o-message__content-highlight {
  display: block;
  font-size: 20px;
}
.o-message--sign-up-additional-location .o-message .o-message__close {
  background-color: var(--o3-color-use-case-button-foreground);
  display: inline-block;
  height: 30px;
  mask-image: var(--o3-icon-cross);
  mask-repeat: no-repeat;
  mask-size: contain;
  top: var(--o3-spacing-2xs);
  width: 30px;
}
.o-message--sign-up-additional-location .o-message .o-message__container {
  padding: 0;
}
@media (max-width: 46.24em) {
  .o-message--sign-up-additional-location .o-message .o-message__container {
    justify-content: center;
  }
}
.o-message--sign-up-additional-location .o-message .o-message__content-main {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.o-message--sign-up-additional-location .o-message .o-message__content-main h2 {
  font-size: 1.3em;
}
@media (max-width: 30.615em) {
  .o-message--sign-up-additional-location .o-message .o-message__content-main h2 {
    margin-left: 5vw;
    margin-right: 5vw;
  }
}
@media (min-width: 30.625em) {
  .o-message--sign-up-additional-location .o-message .o-message__content-main h2 {
    margin-left: var(--o3-spacing-5xs);
    margin-right: var(--o3-spacing-2xs);
  }
  .o-message--sign-up-additional-location .o-message .o-message__content-main:before {
    content: '';
    display: block;
    height: var(--o3-spacing-l);
    mask-image: var(--o3-icon-mail);
    mask-repeat: no-repeat;
    mask-size: contain;
    position: relative;
    width: var(--o3-spacing-l);
  }
}
@media (min-width: 46.25em) {
  .o-message--sign-up-additional-location .o-message .o-message__content-main h2 {
    margin-right: var(--o3-spacing-xl);
  }
  .o-message--sign-up-additional-location .o-message .o-message__content {
    width: 100%;
  }
}
@media (min-width: 61.25em) {
  .o-message--sign-up-additional-location .o-message .o-message__content {
    width: 80%;
  }
}
.o-message--sign-up-additional-location
  .o-message
  .o-message__content
  .o-message__actions
  .o-message__actions__primary {
  min-height: auto;
  padding: 6px 30px;
}
@media (max-width: 30.615em) {
  .o-message--sign-up-additional-location
    .o-message
    .o-message__content
    .o-message__actions
    .o-message__actions__primary {
    margin-bottom: var(--o3-spacing-2xs);
    margin-left: 5vw;
    width: 90vw;
  }
}
@media (min-width: 30.625em) and (max-width: 46.24em) {
  .o-message--sign-up-additional-location
    .o-message
    .o-message__content
    .o-message__actions
    .o-message__actions__primary {
    margin-left: var(--o3-spacing-3xs);
    padding: 6px 16px;
  }
}
.article__content-sign-up {
  border-bottom: 1px solid var(--o3-color-palette-black-20);
  margin-bottom: var(--o3-spacing-2xs);
}
.article__content-sign-up .article__content-sign-up-topic-title {
  font-family: var(--o3-font-family-metric);
  font-size: var(--o3-font-size-metric2-2);
  font-weight: var(--o3-font-weight-semibold);
  line-height: var(--o3-font-lineheight-metric2-2);
}
.article__content-sign-up .article__content-sign-up-iframe {
  border: 0;
  overflow: hidden;
  width: -webkit-fill-available;
  width: 100%;
}
@media (min-width: 61.25em) {
  .o-message--sign-up-additional-location .article__content-sign-up-topic-description {
    max-width: 700px;
  }
}
.o-message--sign-up-additional-location .sign-up-additional-location-container {
  overflow-y: auto;
}
.flourish-disclaimer {
  background-color: var(--o3-color-palette-wheat) !important;
  display: block;
  margin: 0 auto 15px;
  max-width: 1020px;
}
.n-scrollytelling figure,
.n-scrollytelling img,
.n-scrollytelling p {
  border: 0;
  margin: 0;
  padding: 0;
}
.n-scrollytelling-inclusively-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.n-scrollytelling .n-scrollytelling__overlay-text {
  font-size: var(--o3-type-body-lg-font-size);
  line-height: var(--o3-font-lineheight-3);
  margin-bottom: 24px;
  margin-top: 0;
}
.n-scrollytelling .n-scrollytelling__image {
  height: 100%;
  width: 100%;
}
@supports (object-fit: cover) {
  .n-scrollytelling--enhanced {
    position: relative;
    width: 100vw;
    z-index: 200 !important;
  }
  .n-scrollytelling--enhanced .n-scrollytelling__viewport {
    height: 100vh;
    overflow: hidden;
    position: sticky;
    top: 0;
    width: 100vw;
    z-index: -1;
  }
  .n-scrollytelling--enhanced .n-scrollytelling__figure {
    opacity: 0;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
  }
  .n-scrollytelling--enhanced .n-scrollytelling__figure--visible {
    opacity: 1;
  }
  .n-scrollytelling--enhanced .n-scrollytelling__caption {
    background: rgba(0, 0, 0, 0.7);
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    left: 0;
    opacity: 0;
    padding: 18px 42px 18px 10px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 100%;
    z-index: 11;
  }
  .n-scrollytelling--enhanced .n-scrollytelling__caption--visible {
    opacity: 1;
  }
  .n-scrollytelling--enhanced .n-scrollytelling__caption-cta {
    background-color: rgba(0, 0, 0, 0.7);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='11' fill='none'%3E%3Cpath fill='%23fff' d='M3.024 1.784q0 .48-.352.816a1.14 1.14 0 0 1-.816.32 1.22 1.22 0 0 1-.848-.32 1.1 1.1 0 0 1-.336-.816q0-.48.352-.8.352-.336.832-.336t.816.336q.352.32.352.8M.864 3.848h1.984V11H.864z'/%3E%3C/svg%3E");
    background-position: 50% 45%;
    background-repeat: no-repeat;
    background-size: 4px 13px;
    border: 2px solid #fff;
    border-radius: 16px;
    bottom: 10px;
    display: inline-block;
    height: 32px;
    position: absolute;
    right: 10px;
    vertical-align: baseline;
    width: 32px;
    z-index: 15;
  }
  .n-scrollytelling--enhanced .n-scrollytelling__caption-cta:hover {
    cursor: pointer;
  }
  @media (min-width: 46.25em) {
    .n-scrollytelling--enhanced .n-scrollytelling__caption-cta {
      display: none;
    }
    .n-scrollytelling--enhanced .n-scrollytelling__caption {
      opacity: 1;
      padding: 13px 20px 10px 15px;
    }
    .n-scrollytelling--enhanced .n-scrollytelling__caption--has-caption {
      width: 100%;
    }
  }
  .n-scrollytelling--enhanced .n-scrollytelling__image {
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
  }
  @media (max-width: 61.24em) {
    .n-scrollytelling--enhanced .n-scrollytelling__image {
      object-position: top center;
    }
  }
  .n-scrollytelling--enhanced .n-scrollytelling__overlay-text-slide {
    margin-bottom: 100vh;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 10;
  }
  .n-scrollytelling--enhanced .n-scrollytelling__overlay-text-slide--mock {
    height: 100px;
  }
  .n-scrollytelling--enhanced .n-scrollytelling__overlay-text-slide--delay-before[data-first-text-slide] {
    padding-top: 60vh;
  }
  .n-scrollytelling--enhanced .n-scrollytelling__overlay-text-slide--delay-after[data-last-text-slide] {
    padding-bottom: 60vh;
  }
  .n-scrollytelling--enhanced .n-scrollytelling__overlay-text-slide-box--transparent {
    pointer-events: none;
  }
  @media (min-width: 46.25em) {
    .n-scrollytelling--enhanced .n-scrollytelling__overlay-text-slide-box--transparent {
      pointer-events: auto;
    }
  }
  .n-scrollytelling--enhanced .n-scrollytelling__overlay-text-box--background-dark {
    background: rgba(0, 0, 0, 0.9);
  }
  .n-scrollytelling--enhanced
    .n-scrollytelling__overlay-text-box--background-dark
    .n-scrollytelling__overlay-text {
    color: #fff;
  }
  .n-scrollytelling--enhanced .n-scrollytelling__overlay-text-box--background-light {
    background: hsla(0, 0%, 100%, 0.9);
  }
  .n-scrollytelling--enhanced
    .n-scrollytelling__overlay-text-box--background-light
    .n-scrollytelling__overlay-text {
    color: #000;
  }
  @supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
    .n-scrollytelling--enhanced .n-scrollytelling__overlay-text-box--background-dark {
      background: rgba(0, 0, 0, 0.67);
    }
    .n-scrollytelling--enhanced .n-scrollytelling__overlay-text-box--background-light {
      background: hsla(0, 0%, 100%, 0.7);
    }
  }
  .n-scrollytelling--enhanced .n-scrollytelling__overlay-text-box--transparent {
    -webkit-backdrop-filter: unset;
    backdrop-filter: unset;
    background: transparent;
  }
  .n-scrollytelling--enhanced
    .n-scrollytelling__overlay-text-box
    > .n-scrollytelling__overlay-text:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .n-scrollytelling--enhanced.n-scrollytelling--theme-sans {
    font-family: var(--o3-font-family-metric), sans-serif;
  }
  .n-scrollytelling--enhanced.n-scrollytelling--theme-sans .n-scrollytelling__overlay-text-box {
    padding: 28px;
  }
  .n-scrollytelling--enhanced.n-scrollytelling--theme-sans .n-scrollytelling__overlay-text {
    font-size: var(--o3-type-body-lg-font-size);
    line-height: var(--o3-font-lineheight-3);
    text-align: left;
  }
  .n-scrollytelling--enhanced.n-scrollytelling--theme-sans .n-scrollytelling__overlay-text strong {
    font-weight: 600;
  }
  .n-scrollytelling--enhanced.n-scrollytelling--theme-sans .n-scrollytelling__overlay-text-slide {
    border: 20px solid transparent;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  @media (min-width: 46.25em) {
    .n-scrollytelling--enhanced.n-scrollytelling--theme-sans .n-scrollytelling__overlay-text-slide {
      width: 60%;
    }
    .n-scrollytelling--enhanced.n-scrollytelling--theme-sans
      .n-scrollytelling__overlay-text-slide--position-left {
      margin-left: 50px;
      width: 50%;
    }
    .n-scrollytelling--enhanced.n-scrollytelling--theme-sans
      .n-scrollytelling__overlay-text-slide--position-right {
      margin-right: 50px;
      width: 50%;
    }
  }
  @media (min-width: 61.25em) {
    .n-scrollytelling--enhanced.n-scrollytelling--theme-sans .n-scrollytelling__overlay-text-slide {
      width: 55.56%;
    }
    .n-scrollytelling--enhanced.n-scrollytelling--theme-sans
      .n-scrollytelling__overlay-text-slide--position-left {
      margin-left: 100px;
      width: 30%;
    }
    .n-scrollytelling--enhanced.n-scrollytelling--theme-sans
      .n-scrollytelling__overlay-text-slide--position-right {
      margin-right: 100px;
      width: 30%;
    }
  }
  .n-scrollytelling--enhanced.n-scrollytelling--theme-serif {
    font-family: var(--o3-font-family-financier-display), serif;
  }
  .n-scrollytelling--enhanced.n-scrollytelling--theme-serif .n-scrollytelling__overlay-text-box {
    padding: 16px;
  }
  .n-scrollytelling--enhanced.n-scrollytelling--theme-serif .n-scrollytelling__overlay-text {
    font-size: var(--o3-font-size-5);
    letter-spacing: 1px;
    line-height: var(--o3-font-lineheight-5);
    text-align: left;
  }
  .n-scrollytelling--enhanced.n-scrollytelling--theme-serif .n-scrollytelling__overlay-text-slide {
    border: 20px solid transparent;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .n-scrollytelling--enhanced.n-scrollytelling--theme-serif
    .n-scrollytelling__overlay-text-box--transparent.n-scrollytelling__overlay-text-box--background-dark {
    text-shadow: 2px 3px 4px hsla(0, 0%, 7%, 0.4);
  }
  @media (min-width: 46.25em) {
    .n-scrollytelling--enhanced.n-scrollytelling--theme-serif .n-scrollytelling__overlay-text-slide {
      width: 60%;
    }
    .n-scrollytelling--enhanced.n-scrollytelling--theme-serif
      .n-scrollytelling__overlay-text-slide--position-left {
      margin-left: 50px;
      width: 50%;
    }
    .n-scrollytelling--enhanced.n-scrollytelling--theme-serif
      .n-scrollytelling__overlay-text-slide--position-right {
      margin-right: 50px;
      width: 50%;
    }
  }
  @media (min-width: 61.25em) {
    .n-scrollytelling--enhanced.n-scrollytelling--theme-serif .n-scrollytelling__overlay-text-slide {
      width: 55.56%;
    }
    .n-scrollytelling--enhanced.n-scrollytelling--theme-serif
      .n-scrollytelling__overlay-text-slide--position-left {
      margin-left: 100px;
      width: 30%;
    }
    .n-scrollytelling--enhanced.n-scrollytelling--theme-serif
      .n-scrollytelling__overlay-text-slide--position-right {
      margin-right: 100px;
      width: 30%;
    }
  }
  .n-scrollytelling--enhanced.n-scrollytelling--theme-sans
    .n-scrollytelling__overlay-text-box
    .n-scrollytelling__overlay-text--text-style-chapter {
    font-family: var(--o3-font-family-metric);
    font-size: var(--o3-font-size-metric2-7);
    font-weight: var(--o3-font-weight-semibold);
    letter-spacing: 0.4px;
    line-height: var(--o3-font-lineheight-metric2-7);
    word-break: break-word;
  }
  .n-scrollytelling--enhanced.n-scrollytelling--theme-serif
    .n-scrollytelling__overlay-text-box
    .n-scrollytelling__overlay-text--text-style-chapter {
    font-family: var(--o3-font-family-financier-display);
    font-size: var(--o3-font-size-7);
    font-weight: var(--o3-font-weight-regular);
    letter-spacing: 0.5px;
    line-height: var(--o3-font-lineheight-7);
  }
  @media (min-width: 46.25em) {
    .n-scrollytelling--enhanced.n-scrollytelling--theme-serif
      .n-scrollytelling__overlay-text-box
      .n-scrollytelling__overlay-text--text-style-chapter {
      font-size: var(--o3-font-size-8);
      line-height: var(--o3-font-lineheight-8);
    }
  }
  .n-scrollytelling--enhanced:after {
    content: '';
    display: inline-block;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
.n-content-layout--scrollytelling[data-layout-width='full-grid'] {
  z-index: 110;
}
@media (max-width: 46.24em) {
  .n-content-layout--scrollytelling[data-layout-width='full-grid'] {
    margin-left: -10px;
    width: 100vw;
  }
}
@media (min-width: 46.25em) {
  .n-content-layout--scrollytelling[data-layout-width='full-grid'] {
    position: relative;
    right: calc(50vw - 350px);
    width: 100vw;
  }
}
.o-banner--exponea-marketing-popup-prompt .o-banner__outer {
  background-color: #262a33;
  color: #fff;
}
.o-banner--exponea-marketing-popup-prompt .o-banner__content a {
  border-bottom: 0;
  color: #0d7680;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  text-decoration-color: #cfd8d1;
  text-decoration-color: #51555c;
}
.o-banner--exponea-marketing-popup-prompt .o-banner__content a[target='_blank'] {
  position: relative;
}
.o-banner--exponea-marketing-popup-prompt .o-banner__content a[target='_blank']:after {
  position: absolute;
  clip: rect(0 0 0 0);
  border: 0;
  clip-path: polygon(0 0, 0 0);
  content: '(opens a new window)';
  height: 2px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  width: 2px;
}
@supports (text-decoration-thickness: 0.25ex) {
  .o-banner--exponea-marketing-popup-prompt .o-banner__content a {
    border-bottom: 0;
    text-decoration-line: underline;
    text-decoration-thickness: 0.25ex;
  }
}
.o-banner--exponea-marketing-popup-prompt .o-banner__content a:hover {
  color: #08474d;
  text-decoration-color: #9ec0bd;
}
.o-banner--exponea-marketing-popup-prompt .o-banner__content a:focus {
  color: #08474d;
}
.o-banner--exponea-marketing-popup-prompt .o-banner__content a:hover {
  color: #fff;
  text-decoration-color: #7d7f85;
}
.o-banner--exponea-marketing-popup-prompt .o-banner__content a:focus {
  color: #fff;
  text-decoration-color: transparent;
}
.o-banner--exponea-marketing-popup-prompt .o-banner__heading:after {
  border-color: #96cc28;
}
.o-banner--exponea-marketing-popup-prompt .o-banner__button {
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  --_o-pf-button-border-size: 1px;
  --_o-pf-button-icon-size: calc(var(--_o-pf-button-min-height) - var(--_o-pf-button-block-padding) * 2);
  --_o-pf-button-min-width: 80px;
  --_o-pf-button-min-height: 44px;
  --_o-pf-button-inline-padding-start: 1rem;
  --_o-pf-button-inline-padding-end: 1rem;
  --_o-pf-button-block-padding: 0.5rem;
  align-items: center;
  appearance: none;
  background-color: #fff;
  border-color: transparent;
  border: var(--_o-pf-button-border-size) solid transparent;
  border-radius: 0.125rem;
  box-sizing: border-box;
  color: #262a33;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  min-height: var(--_o-pf-button-min-height, 44px);
  min-width: var(--_o-pf-button-min-width);
  padding: 0 var(--_o-pf-button-inline-padding-end) 0 var(--_o-pf-button-inline-padding-start);
  text-align: center;
  text-decoration: none;
  transition:
    background-color 0.3s,
    color 0.15s ease-out,
    border-color 0.15s ease-out;
  vertical-align: middle;
}
.o-banner--exponea-marketing-popup-prompt .o-banner__button[disabled] {
  cursor: default;
  opacity: 0.4;
  pointer-events: none;
}
.o-banner--exponea-marketing-popup-prompt .o-banner__button:hover {
  background-color: #c9cacc;
  border-color: transparent;
  color: #262a33;
}
.o-banner--exponea-marketing-popup-prompt .o-banner__button:focus-visible {
  background-color: #c9cacc;
  border-color: transparent;
  color: #262a33;
  outline: 0;
}
.o-banner--exponea-marketing-popup-prompt .o-banner__button:focus {
  box-shadow:
    0 0 0 4px #4d4845,
    0 0 0 8px #fff;
  z-index: 1;
}
@supports selector(:focus-visible) {
  .o-banner--exponea-marketing-popup-prompt .o-banner__button:focus {
    box-shadow: unset;
    outline: unset;
  }
  .o-banner--exponea-marketing-popup-prompt .o-banner__button:focus-visible {
    box-shadow:
      0 0 0 4px #4d4845,
      0 0 0 8px #fff;
    z-index: 1;
  }
}
.o-banner--exponea-marketing-popup-prompt
  .o-banner__button:is(:active, [aria-selected='true'], [aria-current], [aria-pressed='true']) {
  background-color: #9d9fa3;
  border-color: transparent;
  color: #262a33;
}
.o-banner--exponea-marketing-popup-prompt .o-banner__link {
  border-bottom: 0;
  color: #0d7680;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  text-decoration-color: #cfd8d1;
  text-decoration-color: #51555c;
}
.o-banner--exponea-marketing-popup-prompt .o-banner__link[target='_blank'] {
  position: relative;
}
.o-banner--exponea-marketing-popup-prompt .o-banner__link[target='_blank']:after {
  position: absolute;
  clip: rect(0 0 0 0);
  border: 0;
  clip-path: polygon(0 0, 0 0);
  content: '(opens a new window)';
  height: 2px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  width: 2px;
}
@supports (text-decoration-thickness: 0.25ex) {
  .o-banner--exponea-marketing-popup-prompt .o-banner__link {
    border-bottom: 0;
    text-decoration-line: underline;
    text-decoration-thickness: 0.25ex;
  }
}
.o-banner--exponea-marketing-popup-prompt .o-banner__link:hover {
  color: #08474d;
  text-decoration-color: #9ec0bd;
}
.o-banner--exponea-marketing-popup-prompt .o-banner__link:focus {
  color: #08474d;
}
.o-banner--exponea-marketing-popup-prompt .o-banner__link:hover {
  color: #fff;
  text-decoration-color: #7d7f85;
}
.o-banner--exponea-marketing-popup-prompt .o-banner__link:focus {
  color: #fff;
  text-decoration-color: transparent;
}
.o-banner--exponea-marketing-popup-prompt .o-banner__close {
  background-color: transparent;
  background-image: url(assets/54d40820baf0e7d6.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 26px;
  vertical-align: baseline;
  width: 26px;
}
@media screen and (-ms-high-contrast: active) {
  .o-banner--exponea-marketing-popup-prompt .o-banner__close {
    background-image: url(assets/3f61c03e949f4469.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .o-banner--exponea-marketing-popup-prompt .o-banner__close {
    background-image: url(assets/61682e325089abd1.svg);
  }
}
.o-banner--exponea-marketing-popup-prompt .o-banner__close:focus {
  box-shadow:
    0 0 0 4px #4d4845,
    0 0 0 8px #fff;
}
@supports selector(:focus-visible) {
  .o-banner--exponea-marketing-popup-prompt .o-banner__close:focus {
    box-shadow: unset;
    outline: unset;
  }
  .o-banner--exponea-marketing-popup-prompt .o-banner__close:focus-visible {
    box-shadow:
      0 0 0 4px #4d4845,
      0 0 0 8px #fff;
  }
}
.o-banner--exponea-marketing-popup-prompt.o-banner--compact .o-banner__outer,
.o-banner--exponea-marketing-popup-prompt.o-banner--small .o-banner__outer {
  background-color: transparent;
  color: #fff;
}
.o-banner--exponea-marketing-popup-prompt.o-banner--compact .o-banner__inner,
.o-banner--exponea-marketing-popup-prompt.o-banner--small .o-banner__inner {
  background-color: #262a33;
}
.n-exponea.o-banner--exponea-marketing-popup-prompt .o-banner__heading h1 {
  font-family: FinancierDisplayWeb, serif;
  font-size: 32px;
  font-weight: 400;
}
.n-exponea.o-message--exponea-digital-marketing-new-world {
  background-color: #262a33;
}
.n-exponea.o-message--exponea-digital-marketing-new-world .o-message__container {
  display: flex;
  padding: 16px;
}
.n-exponea.o-message--exponea-digital-marketing-new-world .o-message__container .o-message__content {
  color: #fff;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 46.25em) {
  .n-exponea.o-message--exponea-digital-marketing-new-world .o-message__container .o-message__content {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    padding: 16px;
    width: 780px;
  }
}
@media (min-width: 61.25em) {
  .n-exponea.o-message--exponea-digital-marketing-new-world .o-message__container .o-message__content {
    min-width: 780px;
    width: auto;
  }
}
.n-exponea.o-message--exponea-digital-marketing-new-world
  .o-message__container
  .o-message__content
  .o-message__content-main {
  font-family: MetricWeb, sans-serif;
  font-size: 16px;
  line-height: 20px;
  margin-left: 0;
}
.o-typography--loading-sans
  .n-exponea.o-message--exponea-digital-marketing-new-world
  .o-message__container
  .o-message__content
  .o-message__content-main {
  font-family: sans-serif;
  font-size: 13.92px;
}
.n-exponea.o-message--exponea-digital-marketing-new-world
  .o-message__container
  .o-message__content
  .o-message__content-main
  .o-message__content-highlight {
  color: #fcd0b1;
  font-family: MetricWeb, sans-serif;
  font-size: 20px;
  line-height: 24px;
}
.o-typography--loading-sans
  .n-exponea.o-message--exponea-digital-marketing-new-world
  .o-message__container
  .o-message__content
  .o-message__content-main
  .o-message__content-highlight {
  font-family: sans-serif;
  font-size: 17.4px;
}
@media (min-width: 46.25em) {
  .n-exponea.o-message--exponea-digital-marketing-new-world
    .o-message__container
    .o-message__content
    .o-message__content-main
    .o-message__content-highlight {
    font-family: MetricWeb, sans-serif;
    font-size: 24px;
    line-height: 28px;
  }
  .o-typography--loading-sans
    .n-exponea.o-message--exponea-digital-marketing-new-world
    .o-message__container
    .o-message__content
    .o-message__content-main
    .o-message__content-highlight {
    font-family: sans-serif;
    font-size: 20.88px;
  }
  .n-exponea.o-message--exponea-digital-marketing-new-world
    .o-message__container
    .o-message__content
    .o-message__content-main {
    font-family: MetricWeb, sans-serif;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 0;
  }
  .o-typography--loading-sans
    .n-exponea.o-message--exponea-digital-marketing-new-world
    .o-message__container
    .o-message__content
    .o-message__content-main {
    font-family: sans-serif;
    font-size: 20.88px;
  }
}
.n-exponea.o-message--exponea-digital-marketing-new-world
  .o-message__container
  .o-message__content
  .o-message__content-main
  .o-message__content-detail {
  display: block;
  font-family: MetricWeb, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
.o-typography--loading-sans
  .n-exponea.o-message--exponea-digital-marketing-new-world
  .o-message__container
  .o-message__content
  .o-message__content-main
  .o-message__content-detail {
  font-family: sans-serif;
  font-size: 13.92px;
}
@media (min-width: 30.625em) {
  .n-exponea.o-message--exponea-digital-marketing-new-world
    .o-message__container
    .o-message__content
    .o-message__content-main
    .o-message__content-detail {
    font-family: MetricWeb, sans-serif;
    font-size: 18px;
    line-height: 20px;
  }
  .o-typography--loading-sans
    .n-exponea.o-message--exponea-digital-marketing-new-world
    .o-message__container
    .o-message__content
    .o-message__content-main
    .o-message__content-detail {
    font-family: sans-serif;
    font-size: 15.66px;
  }
}
@media (min-width: 46.25em) {
  .n-exponea.o-message--exponea-digital-marketing-new-world
    .o-message__container
    .o-message__content
    .o-message__content-main
    .o-message__content-detail {
    font-family: MetricWeb, sans-serif;
    font-size: 20px;
    line-height: 24px;
  }
  .o-typography--loading-sans
    .n-exponea.o-message--exponea-digital-marketing-new-world
    .o-message__container
    .o-message__content
    .o-message__content-main
    .o-message__content-detail {
    font-family: sans-serif;
    font-size: 17.4px;
  }
}
.n-exponea.o-message--exponea-digital-marketing-new-world .o-message__actions {
  margin-bottom: 4px;
  margin-left: 0;
  padding-bottom: 0;
}
@media (min-width: 46.25em) {
  .n-exponea.o-message--exponea-digital-marketing-new-world .o-message__actions {
    margin-bottom: 0;
    margin-left: 16px;
    padding: 0;
  }
}
.n-exponea.o-message--exponea-digital-marketing-new-world .o-message__actions__primary {
  background-color: #fcd0b1;
  border-color: transparent;
  color: #262a33;
  padding: 8px 24px;
}
.n-exponea.o-message--exponea-digital-marketing-new-world .o-message__actions__primary:hover {
  background-color: #fff;
}
@media (min-width: 46.25em) {
  .n-exponea.o-message--exponea-digital-marketing-new-world .o-message__actions__primary {
    font-family: MetricWeb, sans-serif;
    font-size: 16px;
    line-height: 20px;
  }
  .o-typography--loading-sans
    .n-exponea.o-message--exponea-digital-marketing-new-world
    .o-message__actions__primary {
    font-family: sans-serif;
    font-size: 13.92px;
  }
}
.n-exponea.o-message--exponea-disrupted-world {
  background-color: #0d7680;
}
.n-exponea.o-message--exponea-disrupted-world .o-message__container {
  display: flex;
  padding: 16px;
}
.n-exponea.o-message--exponea-disrupted-world .o-message__container .o-message__content {
  color: #fff;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 46.25em) {
  .n-exponea.o-message--exponea-disrupted-world .o-message__container .o-message__content {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    padding: 16px;
    width: 780px;
  }
}
@media (min-width: 61.25em) {
  .n-exponea.o-message--exponea-disrupted-world .o-message__container .o-message__content {
    min-width: 780px;
    width: auto;
  }
}
.n-exponea.o-message--exponea-disrupted-world
  .o-message__container
  .o-message__content
  .o-message__content-main {
  font-family: MetricWeb, sans-serif;
  font-size: 16px;
  line-height: 20px;
  margin-left: 0;
}
.o-typography--loading-sans
  .n-exponea.o-message--exponea-disrupted-world
  .o-message__container
  .o-message__content
  .o-message__content-main {
  font-family: sans-serif;
  font-size: 13.92px;
}
.n-exponea.o-message--exponea-disrupted-world
  .o-message__container
  .o-message__content
  .o-message__content-main
  .o-message__content-highlight {
  color: #fff;
  font-family: MetricWeb, sans-serif;
  font-size: 20px;
  line-height: 24px;
}
.o-typography--loading-sans
  .n-exponea.o-message--exponea-disrupted-world
  .o-message__container
  .o-message__content
  .o-message__content-main
  .o-message__content-highlight {
  font-family: sans-serif;
  font-size: 17.4px;
}
@media (min-width: 46.25em) {
  .n-exponea.o-message--exponea-disrupted-world
    .o-message__container
    .o-message__content
    .o-message__content-main
    .o-message__content-highlight {
    font-family: MetricWeb, sans-serif;
    font-size: 24px;
    line-height: 28px;
  }
  .o-typography--loading-sans
    .n-exponea.o-message--exponea-disrupted-world
    .o-message__container
    .o-message__content
    .o-message__content-main
    .o-message__content-highlight {
    font-family: sans-serif;
    font-size: 20.88px;
  }
  .n-exponea.o-message--exponea-disrupted-world
    .o-message__container
    .o-message__content
    .o-message__content-main {
    font-family: MetricWeb, sans-serif;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 0;
  }
  .o-typography--loading-sans
    .n-exponea.o-message--exponea-disrupted-world
    .o-message__container
    .o-message__content
    .o-message__content-main {
    font-family: sans-serif;
    font-size: 20.88px;
  }
}
.n-exponea.o-message--exponea-disrupted-world
  .o-message__container
  .o-message__content
  .o-message__content-main
  .o-message__content-detail {
  display: block;
  font-family: MetricWeb, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
.o-typography--loading-sans
  .n-exponea.o-message--exponea-disrupted-world
  .o-message__container
  .o-message__content
  .o-message__content-main
  .o-message__content-detail {
  font-family: sans-serif;
  font-size: 13.92px;
}
@media (min-width: 30.625em) {
  .n-exponea.o-message--exponea-disrupted-world
    .o-message__container
    .o-message__content
    .o-message__content-main
    .o-message__content-detail {
    font-family: MetricWeb, sans-serif;
    font-size: 18px;
    line-height: 20px;
  }
  .o-typography--loading-sans
    .n-exponea.o-message--exponea-disrupted-world
    .o-message__container
    .o-message__content
    .o-message__content-main
    .o-message__content-detail {
    font-family: sans-serif;
    font-size: 15.66px;
  }
}
@media (min-width: 46.25em) {
  .n-exponea.o-message--exponea-disrupted-world
    .o-message__container
    .o-message__content
    .o-message__content-main
    .o-message__content-detail {
    font-family: MetricWeb, sans-serif;
    font-size: 20px;
    line-height: 24px;
  }
  .o-typography--loading-sans
    .n-exponea.o-message--exponea-disrupted-world
    .o-message__container
    .o-message__content
    .o-message__content-main
    .o-message__content-detail {
    font-family: sans-serif;
    font-size: 17.4px;
  }
}
.n-exponea.o-message--exponea-disrupted-world .o-message__actions {
  margin-bottom: 4px;
  margin-left: 0;
  padding-bottom: 0;
}
@media (min-width: 46.25em) {
  .n-exponea.o-message--exponea-disrupted-world .o-message__actions {
    margin-bottom: 0;
    margin-left: 16px;
    padding: 0;
  }
}
.n-exponea.o-message--exponea-disrupted-world .o-message__actions__primary {
  background-color: #fff;
  border-color: transparent;
  color: #0d7680;
  font-family: MetricWeb, sans-serif;
  font-size: 16px;
  line-height: 20px;
  padding: 8px 24px;
}
.o-typography--loading-sans .n-exponea.o-message--exponea-disrupted-world .o-message__actions__primary {
  font-family: sans-serif;
  font-size: 13.92px;
}
.n-exponea.o-message--exponea-disrupted-world .o-message__actions__primary:hover {
  background-color: #fff;
}
.o-message--podcast-referral {
  background-color: #262a33;
}
.o-message--podcast-referral .o-message__content {
  align-items: center;
  color: #fff;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
}
.o-message--podcast-referral .o-message__content-highlight {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.14;
  margin: 0;
}
.o-message--podcast-referral .o-message__content-detail {
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
}
.o-message--podcast-referral .o-message__content-main {
  flex-grow: 1;
}
.o-message--podcast-referral .o-message__actions__primary {
  background-color: #fff;
  border-color: transparent;
  color: #262a33;
  padding: 10px 26px;
}
.o-message--podcast-referral .o-message__actions__primary:hover {
  background-color: #c9cacc;
}
.o-message--podcast-referral .o-message__actions__primary:active {
  background-color: #9d9fa3;
}
.o-message--podcast-referral .o-message__content-main .o-message__actions__secondary,
.o-message--podcast-referral .o-message__content-main .o-message__actions__secondary:hover {
  color: #fff;
  text-decoration-color: #fff;
}
.o-message--podcast-referral .o-message__content-main .o-message__actions__secondary:focus {
  color: #fff;
}
.o-message {
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.o-message .o-message__container {
  align-items: baseline;
  box-sizing: border-box;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 1220px;
  min-width: 240px;
  padding: 16px 24px;
  position: relative;
}
@media (min-width: 46.25em) {
  .o-message .o-message__container {
    max-width: 740px;
  }
}
@media (min-width: 61.25em) {
  .o-message .o-message__container {
    max-width: 980px;
  }
}
@media (min-width: 76.25em) {
  .o-message .o-message__container {
    max-width: 1220px;
  }
}
.o-message .o-message__content {
  margin-bottom: -16px;
  margin-left: -16px;
}
.o-message .o-message__content > * {
  margin: 0 0 16px 16px;
}
.o-message .o-message__content-main {
  display: inline-block;
}
.o-message .o-message__content-highlight {
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
}
.o-message .o-message__content-additional a,
.o-message .o-message__content-main a {
  border-bottom: 0;
  border-width: 1px;
  color: #0d7680;
  cursor: pointer;
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
  text-decoration-color: #cfd8d1;
  text-decoration-thickness: 1px;
}
.o-message .o-message__content-additional a[target='_blank'],
.o-message .o-message__content-main a[target='_blank'] {
  position: relative;
}
.o-message .o-message__content-additional a[target='_blank']:after,
.o-message .o-message__content-main a[target='_blank']:after {
  position: absolute;
  clip: rect(0 0 0 0);
  border: 0;
  clip-path: polygon(0 0, 0 0);
  content: '(opens a new window)';
  height: 2px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  width: 2px;
}
@supports (text-decoration-thickness: 0.25ex) {
  .o-message .o-message__content-additional a,
  .o-message .o-message__content-main a {
    border-bottom: 0;
    text-decoration-line: underline;
    text-decoration-thickness: 0.25ex;
  }
}
.o-message .o-message__content-additional a:hover,
.o-message .o-message__content-main a:hover {
  color: #08474d;
  text-decoration-color: #9ec0bd;
}
.o-message .o-message__content-additional a:focus,
.o-message .o-message__content-main a:focus {
  color: #08474d;
  text-decoration-color: transparent;
}
.o-message .o-message__actions {
  display: inline-block;
}
.o-message .o-message__actions__primary {
  margin-right: 16px;
}
.o-message .o-message__actions__primary:only-child {
  margin-right: 0;
}
.o-message .o-message__actions__secondary {
  border-bottom: 0;
  color: #0d7680;
  cursor: pointer;
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
  text-decoration-color: #cfd8d1;
  white-space: nowrap;
}
.o-message .o-message__actions__secondary[target='_blank'] {
  position: relative;
}
.o-message .o-message__actions__secondary[target='_blank']:after {
  position: absolute;
  clip: rect(0 0 0 0);
  border: 0;
  clip-path: polygon(0 0, 0 0);
  content: '(opens a new window)';
  height: 2px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  width: 2px;
}
@supports (text-decoration-thickness: 0.25ex) {
  .o-message .o-message__actions__secondary {
    border-bottom: 0;
    text-decoration-line: underline;
    text-decoration-thickness: 0.25ex;
  }
}
.o-message .o-message__actions__secondary:hover {
  color: #08474d;
  text-decoration-color: #9ec0bd;
}
.o-message .o-message__actions__secondary:focus {
  color: #08474d;
  text-decoration-color: transparent;
}
.o-message[data-o-message-close='false'] .o-message__close {
  display: none;
}
.o-message--closed {
  display: none;
}
.o-message--inner .o-message__content {
  max-width: 48.75ch;
}
.o-message--alert:not([data-close='false']):not([data-o-message-close='false']) .o-message__container,
.o-message--notice:not([data-close='false']):not([data-o-message-close='false']) .o-message__container {
  padding-right: calc(0.8125rem + 32px);
}
.o-message--alert .o-message__close,
.o-message--notice .o-message__close {
  appearance: none;
  border: 0;
  content: '';
  font: inherit;
  margin: -0.40625rem;
  outline: inherit;
  padding: 0;
  position: absolute;
  right: 16px;
  top: calc(16px + 0.35rem);
}
.o-message--alert .o-message__container {
  padding-left: calc(24px + 1.25rem);
}
.o-message--alert .o-message__container:before {
  content: '';
  left: 16px;
  margin: -0.625rem;
  position: absolute;
  top: calc(16px + 0.1rem);
}
.o-message.o-message--error {
  background-color: #fad9ce;
  color: #b30000;
}
.o-message.o-message--error .o-message__content-additional a,
.o-message.o-message--error .o-message__content-main a {
  border-bottom: 0;
  color: #0d7680;
  color: #b30000;
  cursor: pointer;
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
  text-decoration-color: #cfd8d1;
  text-decoration-color: #ecaea5;
}
.o-message.o-message--error .o-message__content-additional a[target='_blank'],
.o-message.o-message--error .o-message__content-main a[target='_blank'] {
  position: relative;
}
.o-message.o-message--error .o-message__content-additional a[target='_blank']:after,
.o-message.o-message--error .o-message__content-main a[target='_blank']:after {
  position: absolute;
  clip: rect(0 0 0 0);
  border: 0;
  clip-path: polygon(0 0, 0 0);
  content: '(opens a new window)';
  height: 2px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  width: 2px;
}
@supports (text-decoration-thickness: 0.25ex) {
  .o-message.o-message--error .o-message__content-additional a,
  .o-message.o-message--error .o-message__content-main a {
    border-bottom: 0;
    text-decoration-line: underline;
    text-decoration-thickness: 0.25ex;
  }
}
.o-message.o-message--error .o-message__content-additional a:hover,
.o-message.o-message--error .o-message__content-main a:hover {
  color: #08474d;
  text-decoration-color: #9ec0bd;
}
.o-message.o-message--error .o-message__content-additional a:focus,
.o-message.o-message--error .o-message__content-main a:focus {
  color: #08474d;
}
.o-message.o-message--error .o-message__content-additional a:hover,
.o-message.o-message--error .o-message__content-main a:hover {
  color: #b30000;
  text-decoration-color: #dd827c;
}
.o-message.o-message--error .o-message__content-additional a:focus,
.o-message.o-message--error .o-message__content-main a:focus {
  color: #b30000;
  text-decoration-color: transparent;
}
.o-message.o-message--error .o-message__actions__primary {
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  --_o-pf-button-border-size: 1px;
  --_o-pf-button-icon-size: calc(var(--_o-pf-button-min-height) - var(--_o-pf-button-block-padding) * 2);
  --_o-pf-button-min-width: 60px;
  --_o-pf-button-min-height: 28px;
  --_o-pf-button-inline-padding-start: 0.5rem;
  --_o-pf-button-inline-padding-end: 0.5rem;
  --_o-pf-button-block-padding: 0.25rem;
  align-items: center;
  appearance: none;
  background-color: transparent;
  border-color: transparent;
  border: var(--_o-pf-button-border-size) solid #b30000;
  border-radius: 0.125rem;
  box-sizing: border-box;
  color: #b30000;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.75rem;
  justify-content: center;
  line-height: 1rem;
  margin-top: -2px;
  min-height: var(--_o-pf-button-min-height, 44px);
  min-width: var(--_o-pf-button-min-width);
  padding: 0 var(--_o-pf-button-inline-padding-end) 0 var(--_o-pf-button-inline-padding-start);
  text-align: center;
  text-decoration: none;
  transition:
    background-color 0.3s,
    color 0.15s ease-out,
    border-color 0.15s ease-out;
  vertical-align: middle;
}
.o-message.o-message--error .o-message__actions__primary[disabled] {
  cursor: default;
  opacity: 0.4;
  pointer-events: none;
}
.o-message.o-message--error .o-message__actions__primary:hover {
  background-color: rgba(179, 0, 0, 0.1);
  border-color: #b30000;
  color: #b30000;
}
.o-message.o-message--error .o-message__actions__primary:focus-visible {
  background-color: rgba(179, 0, 0, 0.1);
  border-color: #b30000;
  color: #b30000;
  outline: 0;
}
.o-message.o-message--error .o-message__actions__primary:focus {
  box-shadow:
    0 0 0 4px #fff,
    0 0 0 8px #4d4845;
  z-index: 1;
}
@supports selector(:focus-visible) {
  .o-message.o-message--error .o-message__actions__primary:focus {
    box-shadow: unset;
    outline: unset;
  }
  .o-message.o-message--error .o-message__actions__primary:focus-visible {
    box-shadow:
      0 0 0 4px #fff,
      0 0 0 8px #4d4845;
    z-index: 1;
  }
}
.o-message.o-message--error
  .o-message__actions__primary:is(:active, [aria-selected='true'], [aria-current], [aria-pressed='true']) {
  background-color: #b30000;
  border-color: #b30000;
  color: #fff;
}
.o-message.o-message--error .o-message__actions__secondary {
  border-bottom: 0;
  color: #0d7680;
  color: #b30000;
  cursor: pointer;
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
  text-decoration-color: #cfd8d1;
  text-decoration-color: #ecaea5;
}
.o-message.o-message--error .o-message__actions__secondary[target='_blank'] {
  position: relative;
}
.o-message.o-message--error .o-message__actions__secondary[target='_blank']:after {
  position: absolute;
  clip: rect(0 0 0 0);
  border: 0;
  clip-path: polygon(0 0, 0 0);
  content: '(opens a new window)';
  height: 2px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  width: 2px;
}
@supports (text-decoration-thickness: 0.25ex) {
  .o-message.o-message--error .o-message__actions__secondary {
    border-bottom: 0;
    text-decoration-line: underline;
    text-decoration-thickness: 0.25ex;
  }
}
.o-message.o-message--error .o-message__actions__secondary:hover {
  color: #08474d;
  text-decoration-color: #9ec0bd;
}
.o-message.o-message--error .o-message__actions__secondary:focus {
  color: #08474d;
}
.o-message.o-message--error .o-message__actions__secondary:hover {
  color: #b30000;
  text-decoration-color: #dd827c;
}
.o-message.o-message--error .o-message__actions__secondary:focus {
  color: #b30000;
  text-decoration-color: transparent;
}
.o-message.o-message--error.o-message--alert .o-message__container:before {
  background-color: transparent;
  background-image: url(assets/42f02089acb34445.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 2.5rem;
  vertical-align: baseline;
  vertical-align: middle;
  width: 2.5rem;
}
@media screen and (-ms-high-contrast: active) {
  .o-message.o-message--error.o-message--alert .o-message__container:before {
    background-image: url(assets/24491e94cb193a51.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .o-message.o-message--error.o-message--alert .o-message__container:before {
    background-image: url(assets/47bf3394a27f3503.svg);
  }
}
.o-message.o-message--error .o-message__close {
  background-color: transparent;
  background-image: url(assets/0ae47f2fb5bd6ec4.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 1.625rem;
  vertical-align: baseline;
  width: 1.625rem;
}
@media screen and (-ms-high-contrast: active) {
  .o-message.o-message--error .o-message__close {
    background-image: url(assets/3f61c03e949f4469.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .o-message.o-message--error .o-message__close {
    background-image: url(assets/61682e325089abd1.svg);
  }
}
.o-message.o-message--success {
  background-color: #ccdfc7;
  color: #00572c;
}
.o-message.o-message--success .o-message__content-additional a,
.o-message.o-message--success .o-message__content-main a {
  border-bottom: 0;
  color: #0d7680;
  color: #00572c;
  cursor: pointer;
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
  text-decoration-color: #cfd8d1;
  text-decoration-color: #a3c4a8;
}
.o-message.o-message--success .o-message__content-additional a[target='_blank'],
.o-message.o-message--success .o-message__content-main a[target='_blank'] {
  position: relative;
}
.o-message.o-message--success .o-message__content-additional a[target='_blank']:after,
.o-message.o-message--success .o-message__content-main a[target='_blank']:after {
  position: absolute;
  clip: rect(0 0 0 0);
  border: 0;
  clip-path: polygon(0 0, 0 0);
  content: '(opens a new window)';
  height: 2px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  width: 2px;
}
@supports (text-decoration-thickness: 0.25ex) {
  .o-message.o-message--success .o-message__content-additional a,
  .o-message.o-message--success .o-message__content-main a {
    border-bottom: 0;
    text-decoration-line: underline;
    text-decoration-thickness: 0.25ex;
  }
}
.o-message.o-message--success .o-message__content-additional a:hover,
.o-message.o-message--success .o-message__content-main a:hover {
  color: #08474d;
  text-decoration-color: #9ec0bd;
}
.o-message.o-message--success .o-message__content-additional a:focus,
.o-message.o-message--success .o-message__content-main a:focus {
  color: #08474d;
}
.o-message.o-message--success .o-message__content-additional a:hover,
.o-message.o-message--success .o-message__content-main a:hover {
  color: #00572c;
  text-decoration-color: #7aa989;
}
.o-message.o-message--success .o-message__content-additional a:focus,
.o-message.o-message--success .o-message__content-main a:focus {
  color: #00572c;
  text-decoration-color: transparent;
}
.o-message.o-message--success .o-message__actions__primary {
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  --_o-pf-button-border-size: 1px;
  --_o-pf-button-icon-size: calc(var(--_o-pf-button-min-height) - var(--_o-pf-button-block-padding) * 2);
  --_o-pf-button-min-width: 60px;
  --_o-pf-button-min-height: 28px;
  --_o-pf-button-inline-padding-start: 0.5rem;
  --_o-pf-button-inline-padding-end: 0.5rem;
  --_o-pf-button-block-padding: 0.25rem;
  align-items: center;
  appearance: none;
  background-color: transparent;
  border-color: transparent;
  border: var(--_o-pf-button-border-size) solid #00572c;
  border-radius: 0.125rem;
  box-sizing: border-box;
  color: #00572c;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.75rem;
  justify-content: center;
  line-height: 1rem;
  margin-top: -2px;
  min-height: var(--_o-pf-button-min-height, 44px);
  min-width: var(--_o-pf-button-min-width);
  padding: 0 var(--_o-pf-button-inline-padding-end) 0 var(--_o-pf-button-inline-padding-start);
  text-align: center;
  text-decoration: none;
  transition:
    background-color 0.3s,
    color 0.15s ease-out,
    border-color 0.15s ease-out;
  vertical-align: middle;
}
.o-message.o-message--success .o-message__actions__primary[disabled] {
  cursor: default;
  opacity: 0.4;
  pointer-events: none;
}
.o-message.o-message--success .o-message__actions__primary:hover {
  background-color: rgba(0, 87, 44, 0.15);
  border-color: #00572c;
  color: #00572c;
}
.o-message.o-message--success .o-message__actions__primary:focus-visible {
  background-color: rgba(0, 87, 44, 0.15);
  border-color: #00572c;
  color: #00572c;
  outline: 0;
}
.o-message.o-message--success .o-message__actions__primary:focus {
  box-shadow:
    0 0 0 4px #fff,
    0 0 0 8px #4d4845;
  z-index: 1;
}
@supports selector(:focus-visible) {
  .o-message.o-message--success .o-message__actions__primary:focus {
    box-shadow: unset;
    outline: unset;
  }
  .o-message.o-message--success .o-message__actions__primary:focus-visible {
    box-shadow:
      0 0 0 4px #fff,
      0 0 0 8px #4d4845;
    z-index: 1;
  }
}
.o-message.o-message--success
  .o-message__actions__primary:is(:active, [aria-selected='true'], [aria-current], [aria-pressed='true']) {
  background-color: #00572c;
  border-color: #00572c;
  color: #fff;
}
.o-message.o-message--success .o-message__actions__secondary {
  border-bottom: 0;
  color: #0d7680;
  color: #00572c;
  cursor: pointer;
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
  text-decoration-color: #cfd8d1;
  text-decoration-color: #a3c4a8;
}
.o-message.o-message--success .o-message__actions__secondary[target='_blank'] {
  position: relative;
}
.o-message.o-message--success .o-message__actions__secondary[target='_blank']:after {
  position: absolute;
  clip: rect(0 0 0 0);
  border: 0;
  clip-path: polygon(0 0, 0 0);
  content: '(opens a new window)';
  height: 2px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  width: 2px;
}
@supports (text-decoration-thickness: 0.25ex) {
  .o-message.o-message--success .o-message__actions__secondary {
    border-bottom: 0;
    text-decoration-line: underline;
    text-decoration-thickness: 0.25ex;
  }
}
.o-message.o-message--success .o-message__actions__secondary:hover {
  color: #08474d;
  text-decoration-color: #9ec0bd;
}
.o-message.o-message--success .o-message__actions__secondary:focus {
  color: #08474d;
}
.o-message.o-message--success .o-message__actions__secondary:hover {
  color: #00572c;
  text-decoration-color: #7aa989;
}
.o-message.o-message--success .o-message__actions__secondary:focus {
  color: #00572c;
  text-decoration-color: transparent;
}
.o-message.o-message--success.o-message--alert .o-message__container:before {
  background-color: transparent;
  background-image: url(assets/ee996280f0083020.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 2.5rem;
  vertical-align: baseline;
  vertical-align: middle;
  width: 2.5rem;
}
@media screen and (-ms-high-contrast: active) {
  .o-message.o-message--success.o-message--alert .o-message__container:before {
    background-image: url(assets/7d8c9951c9c7b9ed.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .o-message.o-message--success.o-message--alert .o-message__container:before {
    background-image: url(assets/997dd3bce251eaac.svg);
  }
}
.o-message.o-message--success .o-message__close {
  background-color: transparent;
  background-image: url(assets/c9e046f29157819b.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 1.625rem;
  vertical-align: baseline;
  width: 1.625rem;
}
@media screen and (-ms-high-contrast: active) {
  .o-message.o-message--success .o-message__close {
    background-image: url(assets/3f61c03e949f4469.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .o-message.o-message--success .o-message__close {
    background-image: url(assets/61682e325089abd1.svg);
  }
}
.o-message.o-message--neutral {
  background-color: #fff9f5;
  color: #000;
}
.o-message.o-message--neutral .o-message__content-additional a,
.o-message.o-message--neutral .o-message__content-main a {
  border-bottom: 0;
  color: #0d7680;
  color: #000;
  cursor: pointer;
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
  text-decoration-color: #cfd8d1;
  text-decoration-color: #ccc7c4;
}
.o-message.o-message--neutral .o-message__content-additional a[target='_blank'],
.o-message.o-message--neutral .o-message__content-main a[target='_blank'] {
  position: relative;
}
.o-message.o-message--neutral .o-message__content-additional a[target='_blank']:after,
.o-message.o-message--neutral .o-message__content-main a[target='_blank']:after {
  position: absolute;
  clip: rect(0 0 0 0);
  border: 0;
  clip-path: polygon(0 0, 0 0);
  content: '(opens a new window)';
  height: 2px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  width: 2px;
}
@supports (text-decoration-thickness: 0.25ex) {
  .o-message.o-message--neutral .o-message__content-additional a,
  .o-message.o-message--neutral .o-message__content-main a {
    border-bottom: 0;
    text-decoration-line: underline;
    text-decoration-thickness: 0.25ex;
  }
}
.o-message.o-message--neutral .o-message__content-additional a:hover,
.o-message.o-message--neutral .o-message__content-main a:hover {
  color: #08474d;
  text-decoration-color: #9ec0bd;
}
.o-message.o-message--neutral .o-message__content-additional a:focus,
.o-message.o-message--neutral .o-message__content-main a:focus {
  color: #08474d;
}
.o-message.o-message--neutral .o-message__content-additional a:hover,
.o-message.o-message--neutral .o-message__content-main a:hover {
  color: #000;
  text-decoration-color: #999593;
}
.o-message.o-message--neutral .o-message__content-additional a:focus,
.o-message.o-message--neutral .o-message__content-main a:focus {
  color: #000;
  text-decoration-color: transparent;
}
.o-message.o-message--neutral .o-message__actions__primary {
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  --_o-pf-button-border-size: 1px;
  --_o-pf-button-icon-size: calc(var(--_o-pf-button-min-height) - var(--_o-pf-button-block-padding) * 2);
  --_o-pf-button-min-width: 60px;
  --_o-pf-button-min-height: 28px;
  --_o-pf-button-inline-padding-start: 0.5rem;
  --_o-pf-button-inline-padding-end: 0.5rem;
  --_o-pf-button-block-padding: 0.25rem;
  align-items: center;
  appearance: none;
  background-color: transparent;
  border-color: transparent;
  border: var(--_o-pf-button-border-size) solid #000;
  border-radius: 0.125rem;
  box-sizing: border-box;
  color: #000;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.75rem;
  justify-content: center;
  line-height: 1rem;
  margin-top: -2px;
  min-height: var(--_o-pf-button-min-height, 44px);
  min-width: var(--_o-pf-button-min-width);
  padding: 0 var(--_o-pf-button-inline-padding-end) 0 var(--_o-pf-button-inline-padding-start);
  text-align: center;
  text-decoration: none;
  transition:
    background-color 0.3s,
    color 0.15s ease-out,
    border-color 0.15s ease-out;
  vertical-align: middle;
}
.o-message.o-message--neutral .o-message__actions__primary[disabled] {
  cursor: default;
  opacity: 0.4;
  pointer-events: none;
}
.o-message.o-message--neutral .o-message__actions__primary:hover {
  background-color: rgba(0, 0, 0, 0.15);
  border-color: #000;
  color: #000;
}
.o-message.o-message--neutral .o-message__actions__primary:focus-visible {
  background-color: rgba(0, 0, 0, 0.15);
  border-color: #000;
  color: #000;
  outline: 0;
}
.o-message.o-message--neutral .o-message__actions__primary:focus {
  box-shadow:
    0 0 0 4px #fff,
    0 0 0 8px #4d4845;
  z-index: 1;
}
@supports selector(:focus-visible) {
  .o-message.o-message--neutral .o-message__actions__primary:focus {
    box-shadow: unset;
    outline: unset;
  }
  .o-message.o-message--neutral .o-message__actions__primary:focus-visible {
    box-shadow:
      0 0 0 4px #fff,
      0 0 0 8px #4d4845;
    z-index: 1;
  }
}
.o-message.o-message--neutral
  .o-message__actions__primary:is(:active, [aria-selected='true'], [aria-current], [aria-pressed='true']) {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.o-message.o-message--neutral .o-message__actions__secondary {
  border-bottom: 0;
  color: #0d7680;
  color: #000;
  cursor: pointer;
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
  text-decoration-color: #cfd8d1;
  text-decoration-color: #ccc7c4;
}
.o-message.o-message--neutral .o-message__actions__secondary[target='_blank'] {
  position: relative;
}
.o-message.o-message--neutral .o-message__actions__secondary[target='_blank']:after {
  position: absolute;
  clip: rect(0 0 0 0);
  border: 0;
  clip-path: polygon(0 0, 0 0);
  content: '(opens a new window)';
  height: 2px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  width: 2px;
}
@supports (text-decoration-thickness: 0.25ex) {
  .o-message.o-message--neutral .o-message__actions__secondary {
    border-bottom: 0;
    text-decoration-line: underline;
    text-decoration-thickness: 0.25ex;
  }
}
.o-message.o-message--neutral .o-message__actions__secondary:hover {
  color: #08474d;
  text-decoration-color: #9ec0bd;
}
.o-message.o-message--neutral .o-message__actions__secondary:focus {
  color: #08474d;
}
.o-message.o-message--neutral .o-message__actions__secondary:hover {
  color: #000;
  text-decoration-color: #999593;
}
.o-message.o-message--neutral .o-message__actions__secondary:focus {
  color: #000;
  text-decoration-color: transparent;
}
.o-message.o-message--neutral.o-message--alert .o-message__container:before {
  background-color: transparent;
  background-image: url(assets/c182bcbd2449623b.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 2.5rem;
  vertical-align: baseline;
  vertical-align: middle;
  width: 2.5rem;
}
@media screen and (-ms-high-contrast: active) {
  .o-message.o-message--neutral.o-message--alert .o-message__container:before {
    background-image: url(assets/02e1e5a4999de2d9.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .o-message.o-message--neutral.o-message--alert .o-message__container:before {
    background-image: url(assets/c182bcbd2449623b.svg);
  }
}
.o-message.o-message--neutral .o-message__close {
  background-color: transparent;
  background-image: url(assets/61682e325089abd1.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 1.625rem;
  vertical-align: baseline;
  width: 1.625rem;
}
@media screen and (-ms-high-contrast: active) {
  .o-message.o-message--neutral .o-message__close {
    background-image: url(assets/3f61c03e949f4469.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .o-message.o-message--neutral .o-message__close {
    background-image: url(assets/61682e325089abd1.svg);
  }
}
.o-message.o-message--inform {
  background-color: #f2dfce;
  color: #000;
}
.o-message.o-message--inform .o-message__content-additional a,
.o-message.o-message--inform .o-message__content-main a {
  border-bottom: 0;
  color: #0d7680;
  color: #000;
  cursor: pointer;
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
  text-decoration-color: #cfd8d1;
  text-decoration-color: #c2b2a5;
}
.o-message.o-message--inform .o-message__content-additional a[target='_blank'],
.o-message.o-message--inform .o-message__content-main a[target='_blank'] {
  position: relative;
}
.o-message.o-message--inform .o-message__content-additional a[target='_blank']:after,
.o-message.o-message--inform .o-message__content-main a[target='_blank']:after {
  position: absolute;
  clip: rect(0 0 0 0);
  border: 0;
  clip-path: polygon(0 0, 0 0);
  content: '(opens a new window)';
  height: 2px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  width: 2px;
}
@supports (text-decoration-thickness: 0.25ex) {
  .o-message.o-message--inform .o-message__content-additional a,
  .o-message.o-message--inform .o-message__content-main a {
    border-bottom: 0;
    text-decoration-line: underline;
    text-decoration-thickness: 0.25ex;
  }
}
.o-message.o-message--inform .o-message__content-additional a:hover,
.o-message.o-message--inform .o-message__content-main a:hover {
  color: #08474d;
  text-decoration-color: #9ec0bd;
}
.o-message.o-message--inform .o-message__content-additional a:focus,
.o-message.o-message--inform .o-message__content-main a:focus {
  color: #08474d;
}
.o-message.o-message--inform .o-message__content-additional a:hover,
.o-message.o-message--inform .o-message__content-main a:hover {
  color: #000;
  text-decoration-color: #91867c;
}
.o-message.o-message--inform .o-message__content-additional a:focus,
.o-message.o-message--inform .o-message__content-main a:focus {
  color: #000;
  text-decoration-color: transparent;
}
.o-message.o-message--inform .o-message__actions__primary {
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  --_o-pf-button-border-size: 1px;
  --_o-pf-button-icon-size: calc(var(--_o-pf-button-min-height) - var(--_o-pf-button-block-padding) * 2);
  --_o-pf-button-min-width: 60px;
  --_o-pf-button-min-height: 28px;
  --_o-pf-button-inline-padding-start: 0.5rem;
  --_o-pf-button-inline-padding-end: 0.5rem;
  --_o-pf-button-block-padding: 0.25rem;
  align-items: center;
  appearance: none;
  background-color: transparent;
  border-color: transparent;
  border: var(--_o-pf-button-border-size) solid #000;
  border-radius: 0.125rem;
  box-sizing: border-box;
  color: #000;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.75rem;
  justify-content: center;
  line-height: 1rem;
  margin-top: -2px;
  min-height: var(--_o-pf-button-min-height, 44px);
  min-width: var(--_o-pf-button-min-width);
  padding: 0 var(--_o-pf-button-inline-padding-end) 0 var(--_o-pf-button-inline-padding-start);
  text-align: center;
  text-decoration: none;
  transition:
    background-color 0.3s,
    color 0.15s ease-out,
    border-color 0.15s ease-out;
  vertical-align: middle;
}
.o-message.o-message--inform .o-message__actions__primary[disabled] {
  cursor: default;
  opacity: 0.4;
  pointer-events: none;
}
.o-message.o-message--inform .o-message__actions__primary:hover {
  background-color: rgba(0, 0, 0, 0.15);
  border-color: #000;
  color: #000;
}
.o-message.o-message--inform .o-message__actions__primary:focus-visible {
  background-color: rgba(0, 0, 0, 0.15);
  border-color: #000;
  color: #000;
  outline: 0;
}
.o-message.o-message--inform .o-message__actions__primary:focus {
  box-shadow:
    0 0 0 4px #fff,
    0 0 0 8px #4d4845;
  z-index: 1;
}
@supports selector(:focus-visible) {
  .o-message.o-message--inform .o-message__actions__primary:focus {
    box-shadow: unset;
    outline: unset;
  }
  .o-message.o-message--inform .o-message__actions__primary:focus-visible {
    box-shadow:
      0 0 0 4px #fff,
      0 0 0 8px #4d4845;
    z-index: 1;
  }
}
.o-message.o-message--inform
  .o-message__actions__primary:is(:active, [aria-selected='true'], [aria-current], [aria-pressed='true']) {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.o-message.o-message--inform .o-message__actions__secondary {
  border-bottom: 0;
  color: #0d7680;
  color: #000;
  cursor: pointer;
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
  text-decoration-color: #cfd8d1;
  text-decoration-color: #c2b2a5;
}
.o-message.o-message--inform .o-message__actions__secondary[target='_blank'] {
  position: relative;
}
.o-message.o-message--inform .o-message__actions__secondary[target='_blank']:after {
  position: absolute;
  clip: rect(0 0 0 0);
  border: 0;
  clip-path: polygon(0 0, 0 0);
  content: '(opens a new window)';
  height: 2px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  width: 2px;
}
@supports (text-decoration-thickness: 0.25ex) {
  .o-message.o-message--inform .o-message__actions__secondary {
    border-bottom: 0;
    text-decoration-line: underline;
    text-decoration-thickness: 0.25ex;
  }
}
.o-message.o-message--inform .o-message__actions__secondary:hover {
  color: #08474d;
  text-decoration-color: #9ec0bd;
}
.o-message.o-message--inform .o-message__actions__secondary:focus {
  color: #08474d;
}
.o-message.o-message--inform .o-message__actions__secondary:hover {
  color: #000;
  text-decoration-color: #91867c;
}
.o-message.o-message--inform .o-message__actions__secondary:focus {
  color: #000;
  text-decoration-color: transparent;
}
.o-message.o-message--inform .o-message__close {
  background-color: transparent;
  background-image: url(assets/61682e325089abd1.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 1.625rem;
  vertical-align: baseline;
  width: 1.625rem;
}
@media screen and (-ms-high-contrast: active) {
  .o-message.o-message--inform .o-message__close {
    background-image: url(assets/3f61c03e949f4469.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .o-message.o-message--inform .o-message__close {
    background-image: url(assets/61682e325089abd1.svg);
  }
}
.o-message.o-message--feedback {
  background-color: #fff;
  color: #33302e;
  text-align: center;
}
.o-message.o-message--feedback .o-message__container {
  justify-content: center;
}
.o-message.o-message--feedback:not([data-o-message-close='false']) .o-message__container {
  padding-left: calc(0.8125rem + 32px);
}
.o-message.o-message--feedback .o-message__content-highlight-color {
  color: #0d7680;
}
.o-message.o-message--feedback .o-message__content-additional a,
.o-message.o-message--feedback .o-message__content-main a {
  border-bottom: 0;
  color: #0d7680;
  color: #33302e;
  cursor: pointer;
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
  text-decoration-color: #cfd8d1;
  text-decoration-color: #d6d6d5;
}
.o-message.o-message--feedback .o-message__content-additional a[target='_blank'],
.o-message.o-message--feedback .o-message__content-main a[target='_blank'] {
  position: relative;
}
.o-message.o-message--feedback .o-message__content-additional a[target='_blank']:after,
.o-message.o-message--feedback .o-message__content-main a[target='_blank']:after {
  position: absolute;
  clip: rect(0 0 0 0);
  border: 0;
  clip-path: polygon(0 0, 0 0);
  content: '(opens a new window)';
  height: 2px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  width: 2px;
}
@supports (text-decoration-thickness: 0.25ex) {
  .o-message.o-message--feedback .o-message__content-additional a,
  .o-message.o-message--feedback .o-message__content-main a {
    border-bottom: 0;
    text-decoration-line: underline;
    text-decoration-thickness: 0.25ex;
  }
}
.o-message.o-message--feedback .o-message__content-additional a:hover,
.o-message.o-message--feedback .o-message__content-main a:hover {
  color: #08474d;
  text-decoration-color: #9ec0bd;
}
.o-message.o-message--feedback .o-message__content-additional a:focus,
.o-message.o-message--feedback .o-message__content-main a:focus {
  color: #08474d;
}
.o-message.o-message--feedback .o-message__content-additional a:hover,
.o-message.o-message--feedback .o-message__content-main a:hover {
  color: #33302e;
  text-decoration-color: #adacab;
}
.o-message.o-message--feedback .o-message__content-additional a:focus,
.o-message.o-message--feedback .o-message__content-main a:focus {
  color: #33302e;
  text-decoration-color: transparent;
}
.o-message.o-message--feedback .o-message__actions__primary {
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  --_o-pf-button-border-size: 1px;
  --_o-pf-button-icon-size: calc(var(--_o-pf-button-min-height) - var(--_o-pf-button-block-padding) * 2);
  --_o-pf-button-min-width: 60px;
  --_o-pf-button-min-height: 28px;
  --_o-pf-button-inline-padding-start: 0.5rem;
  --_o-pf-button-inline-padding-end: 0.5rem;
  --_o-pf-button-block-padding: 0.25rem;
  align-items: center;
  appearance: none;
  background-color: #0d7680;
  border-color: transparent;
  border: var(--_o-pf-button-border-size) solid transparent;
  border-radius: 0.125rem;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.75rem;
  justify-content: center;
  line-height: 1rem;
  margin-top: -2px;
  min-height: var(--_o-pf-button-min-height, 44px);
  min-width: var(--_o-pf-button-min-width);
  padding: 0 var(--_o-pf-button-inline-padding-end) 0 var(--_o-pf-button-inline-padding-start);
  text-align: center;
  text-decoration: none;
  transition:
    background-color 0.3s,
    color 0.15s ease-out,
    border-color 0.15s ease-out;
  vertical-align: middle;
}
.o-message.o-message--feedback .o-message__actions__primary[disabled] {
  cursor: default;
  opacity: 0.4;
  pointer-events: none;
}
.o-message.o-message--feedback .o-message__actions__primary:hover {
  background-color: #0a5960;
  border-color: transparent;
  color: #fff;
}
.o-message.o-message--feedback .o-message__actions__primary:focus-visible {
  background-color: #0a5960;
  border-color: transparent;
  color: #fff;
  outline: 0;
}
.o-message.o-message--feedback .o-message__actions__primary:focus {
  box-shadow:
    0 0 0 4px #fff,
    0 0 0 8px #4d4845;
  z-index: 1;
}
@supports selector(:focus-visible) {
  .o-message.o-message--feedback .o-message__actions__primary:focus {
    box-shadow: unset;
    outline: unset;
  }
  .o-message.o-message--feedback .o-message__actions__primary:focus-visible {
    box-shadow:
      0 0 0 4px #fff,
      0 0 0 8px #4d4845;
    z-index: 1;
  }
}
.o-message.o-message--feedback
  .o-message__actions__primary:is(:active, [aria-selected='true'], [aria-current], [aria-pressed='true']) {
  background-color: #073b40;
  border-color: transparent;
  color: #fff;
}
.o-message.o-message--feedback .o-message__actions__secondary {
  border-bottom: 0;
  color: #0d7680;
  color: #33302e;
  cursor: pointer;
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
  text-decoration-color: #cfd8d1;
  text-decoration-color: #d6d6d5;
}
.o-message.o-message--feedback .o-message__actions__secondary[target='_blank'] {
  position: relative;
}
.o-message.o-message--feedback .o-message__actions__secondary[target='_blank']:after {
  position: absolute;
  clip: rect(0 0 0 0);
  border: 0;
  clip-path: polygon(0 0, 0 0);
  content: '(opens a new window)';
  height: 2px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  width: 2px;
}
@supports (text-decoration-thickness: 0.25ex) {
  .o-message.o-message--feedback .o-message__actions__secondary {
    border-bottom: 0;
    text-decoration-line: underline;
    text-decoration-thickness: 0.25ex;
  }
}
.o-message.o-message--feedback .o-message__actions__secondary:hover {
  color: #08474d;
  text-decoration-color: #9ec0bd;
}
.o-message.o-message--feedback .o-message__actions__secondary:focus {
  color: #08474d;
}
.o-message.o-message--feedback .o-message__actions__secondary:hover {
  color: #33302e;
  text-decoration-color: #adacab;
}
.o-message.o-message--feedback .o-message__actions__secondary:focus {
  color: #33302e;
  text-decoration-color: transparent;
}
.o-message.o-message--feedback .o-message__close {
  background-color: transparent;
  background-image: url(assets/d8dfce49c44e380e.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 1.625rem;
  vertical-align: baseline;
  width: 1.625rem;
}
@media screen and (-ms-high-contrast: active) {
  .o-message.o-message--feedback .o-message__close {
    background-image: url(assets/3f61c03e949f4469.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .o-message.o-message--feedback .o-message__close {
    background-image: url(assets/61682e325089abd1.svg);
  }
}
.o-banner {
  bottom: 0;
  display: block;
  left: 0;
  position: fixed;
  width: 100%;
}
.o-banner--closed {
  display: none;
}
.o-banner__outer {
  background: #fff;
  border-bottom: 8px solid transparent;
  box-shadow:
    0 1px 4px rgba(77, 72, 69, 0.15),
    0 8px 14px rgba(77, 72, 69, 0.2);
  color: #1a1817;
}
.o-banner__inner {
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
  -webkit-font-smoothing: antialiased;
  align-items: center;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1220px;
  padding: 40px 0 32px;
  position: relative;
}
@media (max-width: 30.615em) {
  .o-banner__inner {
    display: block;
    font-family:
      metric\2 VF,
      sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    padding: 28px 40px 32px;
  }
}
.o-banner__content {
  flex-grow: 1;
  padding: 0 40px;
}
.o-banner__content h1,
.o-banner__content h2,
.o-banner__content h3,
.o-banner__content h4,
.o-banner__content h5,
.o-banner__content h6 {
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2rem;
  margin-bottom: 4px;
  margin-top: 0;
}
.o-banner__content p {
  margin-bottom: 0;
  margin-top: 0;
}
.o-banner__content b,
.o-banner__content strong {
  font-weight: 700;
}
.o-banner__content > ul {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
}
.o-banner__content > ul > li {
  margin: 0;
  padding-left: calc(2ch + 0.25rem);
  position: relative;
}
.o-banner__content > ul > li:before {
  color: inherit;
  content: '•';
  display: inline-block;
  left: 0;
  margin-top: -0.2488888889ch;
  position: absolute;
  transform: scale(1.5555555556);
  transform-origin: center left;
}
.o-banner__content > ul li:before {
  color: inherit;
}
.o-banner__content a {
  border-bottom: 0;
  color: #0d7680;
  cursor: pointer;
  text-decoration: none;
  text-decoration-color: #cfd8d1;
}
.o-banner__content a[target='_blank'] {
  position: relative;
}
.o-banner__content a[target='_blank']:after {
  position: absolute;
  clip: rect(0 0 0 0);
  border: 0;
  clip-path: polygon(0 0, 0 0);
  content: '(opens a new window)';
  height: 2px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  width: 2px;
}
@supports (text-decoration-thickness: 0.25ex) {
  .o-banner__content a {
    border-bottom: 0;
    text-decoration-line: underline;
    text-decoration-thickness: 0.25ex;
  }
}
.o-banner__content a:hover {
  color: #08474d;
  text-decoration-color: #9ec0bd;
}
.o-banner__content a:focus {
  color: #08474d;
  text-decoration-color: transparent;
}
@media (max-width: 30.615em) {
  .o-banner__content {
    padding: 0;
  }
}
@media (max-width: 46.24em) {
  .o-banner__content--long {
    display: none;
  }
}
@media (min-width: 46.25em) {
  .o-banner__content--short {
    display: none;
  }
}
.o-banner__heading h1,
.o-banner__heading h2,
.o-banner__heading h3,
.o-banner__heading h4,
.o-banner__heading h5,
.o-banner__heading h6 {
  margin-bottom: 0;
}
.o-banner__heading:after {
  border-bottom: 0.6ex solid;
  border-color: #0d7680;
  content: '';
  display: block;
  margin-bottom: 16px;
  margin-top: 8px;
  width: 100px;
}
.o-banner__actions {
  align-items: center;
  display: flex;
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
}
@media (max-width: 30.615em) {
  .o-banner__actions {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 24px;
  }
}
.o-banner__action {
  padding-right: 40px;
}
@media (max-width: 30.615em) {
  .o-banner__action {
    padding-right: 0;
  }
  .o-banner__action--secondary {
    margin-top: 10px;
  }
}
.o-banner__button {
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  --_o-pf-button-border-size: 1px;
  --_o-pf-button-icon-size: calc(var(--_o-pf-button-min-height) - var(--_o-pf-button-block-padding) * 2);
  --_o-pf-button-min-width: 80px;
  --_o-pf-button-min-height: 44px;
  --_o-pf-button-inline-padding-start: 1rem;
  --_o-pf-button-inline-padding-end: 1rem;
  --_o-pf-button-block-padding: 0.5rem;
  align-items: center;
  appearance: none;
  background-color: #0d7680;
  border-color: transparent;
  border: var(--_o-pf-button-border-size) solid transparent;
  border-radius: 0.125rem;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  min-height: var(--_o-pf-button-min-height, 44px);
  min-width: var(--_o-pf-button-min-width);
  padding: 0 var(--_o-pf-button-inline-padding-end) 0 var(--_o-pf-button-inline-padding-start);
  text-align: center;
  text-decoration: none;
  transition:
    background-color 0.3s,
    color 0.15s ease-out,
    border-color 0.15s ease-out;
  vertical-align: middle;
  white-space: nowrap;
}
.o-banner__button[disabled] {
  cursor: default;
  opacity: 0.4;
  pointer-events: none;
}
.o-banner__button:hover {
  background-color: #0a5960;
  border-color: transparent;
  color: #fff;
}
.o-banner__button:focus-visible {
  background-color: #0a5960;
  border-color: transparent;
  color: #fff;
  outline: 0;
}
.o-banner__button:focus {
  box-shadow:
    0 0 0 4px #fff,
    0 0 0 8px #4d4845;
  z-index: 1;
}
@supports selector(:focus-visible) {
  .o-banner__button:focus {
    box-shadow: unset;
    outline: unset;
  }
  .o-banner__button:focus-visible {
    box-shadow:
      0 0 0 4px #fff,
      0 0 0 8px #4d4845;
    z-index: 1;
  }
}
.o-banner__button:is(:active, [aria-selected='true'], [aria-current], [aria-pressed='true']) {
  background-color: #073b40;
  border-color: transparent;
  color: #fff;
}
.o-banner__link {
  border-bottom: 0;
  color: #0d7680;
  cursor: pointer;
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
  text-decoration-color: #cfd8d1;
  white-space: nowrap;
}
.o-banner__link[target='_blank'] {
  position: relative;
}
.o-banner__link[target='_blank']:after {
  position: absolute;
  clip: rect(0 0 0 0);
  border: 0;
  clip-path: polygon(0 0, 0 0);
  content: '(opens a new window)';
  height: 2px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  width: 2px;
}
@supports (text-decoration-thickness: 0.25ex) {
  .o-banner__link {
    border-bottom: 0;
    text-decoration-line: underline;
    text-decoration-thickness: 0.25ex;
  }
}
.o-banner__link:hover {
  color: #08474d;
  text-decoration-color: #9ec0bd;
}
.o-banner__link:focus {
  color: #08474d;
  text-decoration-color: transparent;
}
.o-banner__link:focus,
.o-banner__link:focus-visible {
  outline-color: inherit;
}
.o-banner__close {
  appearance: none;
  background-color: transparent;
  background-image: url(assets/b48066d07a266b15.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  display: block;
  font: inherit;
  height: 26px;
  outline: inherit;
  padding: 0;
  position: absolute;
  right: 7px;
  top: 7px;
  vertical-align: baseline;
  width: 26px;
}
@media screen and (-ms-high-contrast: active) {
  .o-banner__close {
    background-image: url(assets/3f61c03e949f4469.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .o-banner__close {
    background-image: url(assets/61682e325089abd1.svg);
  }
}
.o-banner--small {
  margin: 0;
  width: 100%;
}
@media (min-width: 30.625em) {
  .o-banner--small {
    margin: 20px;
    width: 66.6666666667%;
  }
}
@media (min-width: 46.25em) {
  .o-banner--small {
    width: 58.3333333333%;
  }
}
@media (min-width: 61.25em) {
  .o-banner--small {
    width: 50%;
  }
}
@media (min-width: 76.25em) {
  .o-banner--small {
    left: calc(50vw - 610px);
    width: 610px;
  }
}
.o-banner--small .o-banner__outer {
  background-color: transparent;
  box-shadow: none;
}
.o-banner--small .o-banner__inner {
  background: #fff;
  box-shadow:
    0 1px 4px rgba(77, 72, 69, 0.15),
    0 8px 14px rgba(77, 72, 69, 0.2);
  display: block;
  font-size: 1.125rem;
  max-width: none;
  padding: 28px 40px 40px;
}
.o-banner--small .o-banner__content,
.o-banner--small .o-banner__inner {
  font-family:
    metric\2 VF,
    sans-serif;
  font-weight: 400;
  line-height: 1.5rem;
}
.o-banner--small .o-banner__content {
  font-size: 1rem;
  padding: 0;
}
.o-banner--small .o-banner__content h1,
.o-banner--small .o-banner__content h2,
.o-banner--small .o-banner__content h3,
.o-banner--small .o-banner__content h4,
.o-banner--small .o-banner__content h5,
.o-banner--small .o-banner__content h6,
.o-banner--small .o-banner__content ul li {
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
}
@media (max-width: 46.24em) {
  .o-banner--small .o-banner__content h1,
  .o-banner--small .o-banner__content h2,
  .o-banner--small .o-banner__content h3,
  .o-banner--small .o-banner__content h4,
  .o-banner--small .o-banner__content h5,
  .o-banner--small .o-banner__content h6,
  .o-banner--small .o-banner__content ul li {
    font-family:
      metric\2 VF,
      sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5rem;
  }
}
.o-banner--small .o-banner__heading {
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  padding-right: 40px;
}
.o-banner--small .o-banner__heading h1,
.o-banner--small .o-banner__heading h2,
.o-banner--small .o-banner__heading h3,
.o-banner--small .o-banner__heading h4,
.o-banner--small .o-banner__heading h5,
.o-banner--small .o-banner__heading h6 {
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2rem;
}
.o-banner--small .o-banner__actions {
  margin-top: 24px;
}
@media (max-width: 46.24em) {
  .o-banner--small .o-banner__actions {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 24px;
  }
}
.o-banner--small .o-banner__action {
  padding-right: 20px;
}
@media (max-width: 46.24em) {
  .o-banner--small .o-banner__action--secondary {
    margin-top: 10px;
  }
}
.o-banner--compact {
  margin: 0;
  width: 100%;
}
@media (min-width: 30.625em) {
  .o-banner--compact {
    margin: 20px;
    width: 58.3333333333%;
  }
}
@media (min-width: 46.25em) {
  .o-banner--compact {
    width: 50%;
  }
}
@media (min-width: 61.25em) {
  .o-banner--compact {
    width: 41.6666666667%;
  }
}
@media (min-width: 76.25em) {
  .o-banner--compact {
    left: calc(50vw - 610px);
    width: 488px;
  }
}
.o-banner--compact .o-banner__outer {
  background-color: transparent;
  box-shadow: none;
}
.o-banner--compact .o-banner__inner {
  background: #fff;
  box-shadow:
    0 1px 4px rgba(77, 72, 69, 0.15),
    0 8px 14px rgba(77, 72, 69, 0.2);
  display: block;
  max-width: none;
  padding: 28px 40px 40px;
}
.o-banner--compact .o-banner__content,
.o-banner--compact .o-banner__inner {
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.o-banner--compact .o-banner__content {
  padding: 0;
}
.o-banner--compact .o-banner__content h1,
.o-banner--compact .o-banner__content h2,
.o-banner--compact .o-banner__content h3,
.o-banner--compact .o-banner__content h4,
.o-banner--compact .o-banner__content h5,
.o-banner--compact .o-banner__content h6,
.o-banner--compact .o-banner__content ul li {
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
}
.o-banner--compact .o-banner__heading {
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  padding-right: 40px;
}
.o-banner--compact .o-banner__heading h1,
.o-banner--compact .o-banner__heading h2,
.o-banner--compact .o-banner__heading h3,
.o-banner--compact .o-banner__heading h4,
.o-banner--compact .o-banner__heading h5,
.o-banner--compact .o-banner__heading h6 {
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2rem;
}
.o-banner--compact .o-banner__heading:after {
  border-bottom-width: 4px;
  margin-bottom: 12px;
  margin-top: 8px;
  width: 60px;
}
.o-banner--compact .o-banner__actions {
  margin-top: 24px;
}
@media (max-width: 46.24em) {
  .o-banner--compact .o-banner__actions {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 24px;
  }
}
.o-banner--compact .o-banner__action {
  padding-right: 20px;
}
@media (max-width: 46.24em) {
  .o-banner--compact .o-banner__action--secondary {
    margin-top: 10px;
  }
}
.o-banner--marketing .o-banner__outer {
  background-color: #fff;
  color: #000;
}
.o-banner--marketing .o-banner__content a {
  border-bottom: 0;
  color: #0d7680;
  color: #000;
  cursor: pointer;
  text-decoration: none;
  text-decoration-color: #cfd8d1;
  text-decoration-color: #ccc;
}
.o-banner--marketing .o-banner__content a[target='_blank'] {
  position: relative;
}
.o-banner--marketing .o-banner__content a[target='_blank']:after {
  position: absolute;
  clip: rect(0 0 0 0);
  border: 0;
  clip-path: polygon(0 0, 0 0);
  content: '(opens a new window)';
  height: 2px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  width: 2px;
}
@supports (text-decoration-thickness: 0.25ex) {
  .o-banner--marketing .o-banner__content a {
    border-bottom: 0;
    text-decoration-line: underline;
    text-decoration-thickness: 0.25ex;
  }
}
.o-banner--marketing .o-banner__content a:hover {
  color: #08474d;
  text-decoration-color: #9ec0bd;
}
.o-banner--marketing .o-banner__content a:focus {
  color: #08474d;
}
.o-banner--marketing .o-banner__content a:hover {
  color: #000;
  text-decoration-color: #999;
}
.o-banner--marketing .o-banner__content a:focus {
  color: #000;
  text-decoration-color: transparent;
}
.o-banner--marketing .o-banner__heading:after {
  border-color: #14bdcc;
}
.o-banner--marketing .o-banner__button {
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  --_o-pf-button-border-size: 1px;
  --_o-pf-button-icon-size: calc(var(--_o-pf-button-min-height) - var(--_o-pf-button-block-padding) * 2);
  --_o-pf-button-min-width: 80px;
  --_o-pf-button-min-height: 44px;
  --_o-pf-button-inline-padding-start: 1rem;
  --_o-pf-button-inline-padding-end: 1rem;
  --_o-pf-button-block-padding: 0.5rem;
  align-items: center;
  appearance: none;
  background-color: #000;
  border-color: transparent;
  border: var(--_o-pf-button-border-size) solid transparent;
  border-radius: 0.125rem;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  min-height: var(--_o-pf-button-min-height, 44px);
  min-width: var(--_o-pf-button-min-width);
  padding: 0 var(--_o-pf-button-inline-padding-end) 0 var(--_o-pf-button-inline-padding-start);
  text-align: center;
  text-decoration: none;
  transition:
    background-color 0.3s,
    color 0.15s ease-out,
    border-color 0.15s ease-out;
  vertical-align: middle;
}
.o-banner--marketing .o-banner__button[disabled] {
  cursor: default;
  opacity: 0.4;
  pointer-events: none;
}
.o-banner--marketing .o-banner__button:hover {
  background-color: #333;
  border-color: transparent;
  color: #fff;
}
.o-banner--marketing .o-banner__button:focus-visible {
  background-color: #333;
  border-color: transparent;
  color: #fff;
  outline: 0;
}
.o-banner--marketing .o-banner__button:focus {
  box-shadow:
    0 0 0 4px #fff,
    0 0 0 8px #4d4845;
  z-index: 1;
}
@supports selector(:focus-visible) {
  .o-banner--marketing .o-banner__button:focus {
    box-shadow: unset;
    outline: unset;
  }
  .o-banner--marketing .o-banner__button:focus-visible {
    box-shadow:
      0 0 0 4px #fff,
      0 0 0 8px #4d4845;
    z-index: 1;
  }
}
.o-banner--marketing
  .o-banner__button:is(:active, [aria-selected='true'], [aria-current], [aria-pressed='true']) {
  background-color: #595959;
  border-color: transparent;
  color: #fff;
}
.o-banner--marketing .o-banner__link {
  border-bottom: 0;
  color: #0d7680;
  color: #000;
  cursor: pointer;
  text-decoration: none;
  text-decoration-color: #cfd8d1;
  text-decoration-color: #ccc;
}
.o-banner--marketing .o-banner__link[target='_blank'] {
  position: relative;
}
.o-banner--marketing .o-banner__link[target='_blank']:after {
  position: absolute;
  clip: rect(0 0 0 0);
  border: 0;
  clip-path: polygon(0 0, 0 0);
  content: '(opens a new window)';
  height: 2px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  width: 2px;
}
@supports (text-decoration-thickness: 0.25ex) {
  .o-banner--marketing .o-banner__link {
    border-bottom: 0;
    text-decoration-line: underline;
    text-decoration-thickness: 0.25ex;
  }
}
.o-banner--marketing .o-banner__link:hover {
  color: #08474d;
  text-decoration-color: #9ec0bd;
}
.o-banner--marketing .o-banner__link:focus {
  color: #08474d;
}
.o-banner--marketing .o-banner__link:hover {
  color: #000;
  text-decoration-color: #999;
}
.o-banner--marketing .o-banner__link:focus {
  color: #000;
  text-decoration-color: transparent;
}
.o-banner--marketing .o-banner__close {
  background-color: transparent;
  background-image: url(assets/61682e325089abd1.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 26px;
  vertical-align: baseline;
  width: 26px;
}
@media screen and (-ms-high-contrast: active) {
  .o-banner--marketing .o-banner__close {
    background-image: url(assets/3f61c03e949f4469.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .o-banner--marketing .o-banner__close {
    background-image: url(assets/61682e325089abd1.svg);
  }
}
.o-banner--marketing .o-banner__close:focus {
  box-shadow:
    0 0 0 4px #fff,
    0 0 0 8px #4d4845;
}
@supports selector(:focus-visible) {
  .o-banner--marketing .o-banner__close:focus {
    box-shadow: unset;
    outline: unset;
  }
  .o-banner--marketing .o-banner__close:focus-visible {
    box-shadow:
      0 0 0 4px #fff,
      0 0 0 8px #4d4845;
  }
}
.o-banner--marketing.o-banner--compact .o-banner__outer,
.o-banner--marketing.o-banner--small .o-banner__outer {
  background-color: transparent;
  color: #000;
}
.o-banner--marketing.o-banner--compact .o-banner__inner,
.o-banner--marketing.o-banner--small .o-banner__inner {
  background-color: #fff;
}
.o-banner--product .o-banner__outer {
  background-color: #0d7680;
  color: #fff;
}
.o-banner--product .o-banner__content a {
  border-bottom: 0;
  color: #0d7680;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  text-decoration-color: #cfd8d1;
  text-decoration-color: #3d9199;
}
.o-banner--product .o-banner__content a[target='_blank'] {
  position: relative;
}
.o-banner--product .o-banner__content a[target='_blank']:after {
  position: absolute;
  clip: rect(0 0 0 0);
  border: 0;
  clip-path: polygon(0 0, 0 0);
  content: '(opens a new window)';
  height: 2px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  width: 2px;
}
@supports (text-decoration-thickness: 0.25ex) {
  .o-banner--product .o-banner__content a {
    border-bottom: 0;
    text-decoration-line: underline;
    text-decoration-thickness: 0.25ex;
  }
}
.o-banner--product .o-banner__content a:hover {
  color: #08474d;
  text-decoration-color: #9ec0bd;
}
.o-banner--product .o-banner__content a:focus {
  color: #08474d;
}
.o-banner--product .o-banner__content a:hover {
  color: #fff;
  text-decoration-color: #6eadb3;
}
.o-banner--product .o-banner__content a:focus {
  color: #fff;
  text-decoration-color: transparent;
}
.o-banner--product .o-banner__heading:after {
  border-color: #fff;
}
.o-banner--product .o-banner__button {
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  --_o-pf-button-border-size: 1px;
  --_o-pf-button-icon-size: calc(var(--_o-pf-button-min-height) - var(--_o-pf-button-block-padding) * 2);
  --_o-pf-button-min-width: 80px;
  --_o-pf-button-min-height: 44px;
  --_o-pf-button-inline-padding-start: 1rem;
  --_o-pf-button-inline-padding-end: 1rem;
  --_o-pf-button-block-padding: 0.5rem;
  align-items: center;
  appearance: none;
  background-color: #fff;
  border-color: transparent;
  border: var(--_o-pf-button-border-size) solid transparent;
  border-radius: 0.125rem;
  box-sizing: border-box;
  color: #0d7680;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  min-height: var(--_o-pf-button-min-height, 44px);
  min-width: var(--_o-pf-button-min-width);
  padding: 0 var(--_o-pf-button-inline-padding-end) 0 var(--_o-pf-button-inline-padding-start);
  text-align: center;
  text-decoration: none;
  transition:
    background-color 0.3s,
    color 0.15s ease-out,
    border-color 0.15s ease-out;
  vertical-align: middle;
}
.o-banner--product .o-banner__button[disabled] {
  cursor: default;
  opacity: 0.4;
  pointer-events: none;
}
.o-banner--product .o-banner__button:hover {
  background-color: #ccc;
  border-color: transparent;
  color: #0a5e66;
}
.o-banner--product .o-banner__button:focus-visible {
  background-color: #ccc;
  border-color: transparent;
  color: #0a5e66;
  outline: 0;
}
.o-banner--product .o-banner__button:focus {
  box-shadow:
    0 0 0 4px #4d4845,
    0 0 0 8px #fff;
  z-index: 1;
}
@supports selector(:focus-visible) {
  .o-banner--product .o-banner__button:focus {
    box-shadow: unset;
    outline: unset;
  }
  .o-banner--product .o-banner__button:focus-visible {
    box-shadow:
      0 0 0 4px #4d4845,
      0 0 0 8px #fff;
    z-index: 1;
  }
}
.o-banner--product
  .o-banner__button:is(:active, [aria-selected='true'], [aria-current], [aria-pressed='true']) {
  background-color: #a6a6a6;
  border-color: transparent;
  color: #074146;
}
.o-banner--product .o-banner__link {
  border-bottom: 0;
  color: #0d7680;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  text-decoration-color: #cfd8d1;
  text-decoration-color: #3d9199;
}
.o-banner--product .o-banner__link[target='_blank'] {
  position: relative;
}
.o-banner--product .o-banner__link[target='_blank']:after {
  position: absolute;
  clip: rect(0 0 0 0);
  border: 0;
  clip-path: polygon(0 0, 0 0);
  content: '(opens a new window)';
  height: 2px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  width: 2px;
}
@supports (text-decoration-thickness: 0.25ex) {
  .o-banner--product .o-banner__link {
    border-bottom: 0;
    text-decoration-line: underline;
    text-decoration-thickness: 0.25ex;
  }
}
.o-banner--product .o-banner__link:hover {
  color: #08474d;
  text-decoration-color: #9ec0bd;
}
.o-banner--product .o-banner__link:focus {
  color: #08474d;
}
.o-banner--product .o-banner__link:hover {
  color: #fff;
  text-decoration-color: #6eadb3;
}
.o-banner--product .o-banner__link:focus {
  color: #fff;
  text-decoration-color: transparent;
}
.o-banner--product .o-banner__close {
  background-color: transparent;
  background-image: url(assets/54d40820baf0e7d6.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 26px;
  vertical-align: baseline;
  width: 26px;
}
@media screen and (-ms-high-contrast: active) {
  .o-banner--product .o-banner__close {
    background-image: url(assets/3f61c03e949f4469.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .o-banner--product .o-banner__close {
    background-image: url(assets/61682e325089abd1.svg);
  }
}
.o-banner--product .o-banner__close:focus {
  box-shadow:
    0 0 0 4px #4d4845,
    0 0 0 8px #fff;
}
@supports selector(:focus-visible) {
  .o-banner--product .o-banner__close:focus {
    box-shadow: unset;
    outline: unset;
  }
  .o-banner--product .o-banner__close:focus-visible {
    box-shadow:
      0 0 0 4px #4d4845,
      0 0 0 8px #fff;
  }
}
.o-banner--product.o-banner--compact .o-banner__outer,
.o-banner--product.o-banner--small .o-banner__outer {
  background-color: transparent;
  color: #fff;
}
.o-banner--product.o-banner--compact .o-banner__inner,
.o-banner--product.o-banner--small .o-banner__inner {
  background-color: #0d7680;
}
.o-banner--professional-inverse .o-banner__outer {
  background-color: #262a33;
  border-bottom-color: #c0efd8;
  color: #fff;
}
.o-banner--professional-inverse .o-banner__content a {
  border-bottom: 0;
  color: #0d7680;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  text-decoration-color: #cfd8d1;
  text-decoration-color: #51555c;
}
.o-banner--professional-inverse .o-banner__content a[target='_blank'] {
  position: relative;
}
.o-banner--professional-inverse .o-banner__content a[target='_blank']:after {
  position: absolute;
  clip: rect(0 0 0 0);
  border: 0;
  clip-path: polygon(0 0, 0 0);
  content: '(opens a new window)';
  height: 2px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  width: 2px;
}
@supports (text-decoration-thickness: 0.25ex) {
  .o-banner--professional-inverse .o-banner__content a {
    border-bottom: 0;
    text-decoration-line: underline;
    text-decoration-thickness: 0.25ex;
  }
}
.o-banner--professional-inverse .o-banner__content a:hover {
  color: #08474d;
  text-decoration-color: #9ec0bd;
}
.o-banner--professional-inverse .o-banner__content a:focus {
  color: #08474d;
}
.o-banner--professional-inverse .o-banner__content a:hover {
  color: #fff;
  text-decoration-color: #7d7f85;
}
.o-banner--professional-inverse .o-banner__content a:focus {
  color: #fff;
  text-decoration-color: transparent;
}
.o-banner--professional-inverse .o-banner__heading:after {
  border-color: #c0efd8;
}
.o-banner--professional-inverse .o-banner__button {
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  --_o-pf-button-border-size: 1px;
  --_o-pf-button-icon-size: calc(var(--_o-pf-button-min-height) - var(--_o-pf-button-block-padding) * 2);
  --_o-pf-button-min-width: 80px;
  --_o-pf-button-min-height: 44px;
  --_o-pf-button-inline-padding-start: 1rem;
  --_o-pf-button-inline-padding-end: 1rem;
  --_o-pf-button-block-padding: 0.5rem;
  align-items: center;
  appearance: none;
  background-color: #c0efd8;
  border-color: transparent;
  border: var(--_o-pf-button-border-size) solid transparent;
  border-radius: 0.125rem;
  box-sizing: border-box;
  color: #262a33;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  min-height: var(--_o-pf-button-min-height, 44px);
  min-width: var(--_o-pf-button-min-width);
  padding: 0 var(--_o-pf-button-inline-padding-end) 0 var(--_o-pf-button-inline-padding-start);
  text-align: center;
  text-decoration: none;
  transition:
    background-color 0.3s,
    color 0.15s ease-out,
    border-color 0.15s ease-out;
  vertical-align: middle;
}
.o-banner--professional-inverse .o-banner__button[disabled] {
  cursor: default;
  opacity: 0.4;
  pointer-events: none;
}
.o-banner--professional-inverse .o-banner__button:hover {
  background-color: #9abeaf;
  border-color: transparent;
  color: #262a33;
}
.o-banner--professional-inverse .o-banner__button:focus-visible {
  background-color: #9abeaf;
  border-color: transparent;
  color: #262a33;
  outline: 0;
}
.o-banner--professional-inverse .o-banner__button:focus {
  box-shadow:
    0 0 0 4px #4d4845,
    0 0 0 8px #fff;
  z-index: 1;
}
@supports selector(:focus-visible) {
  .o-banner--professional-inverse .o-banner__button:focus {
    box-shadow: unset;
    outline: unset;
  }
  .o-banner--professional-inverse .o-banner__button:focus-visible {
    box-shadow:
      0 0 0 4px #4d4845,
      0 0 0 8px #fff;
    z-index: 1;
  }
}
.o-banner--professional-inverse
  .o-banner__button:is(:active, [aria-selected='true'], [aria-current], [aria-pressed='true']) {
  background-color: #7b968e;
  border-color: transparent;
  color: #262a33;
}
.o-banner--professional-inverse .o-banner__link {
  border-bottom: 0;
  color: #c0efd8;
  cursor: pointer;
  text-decoration: none;
  text-decoration-color: #c0efd8;
}
.o-banner--professional-inverse .o-banner__link[target='_blank'] {
  position: relative;
}
.o-banner--professional-inverse .o-banner__link[target='_blank']:after {
  position: absolute;
  clip: rect(0 0 0 0);
  border: 0;
  clip-path: polygon(0 0, 0 0);
  content: '(opens a new window)';
  height: 2px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  width: 2px;
}
@supports (text-decoration-thickness: 0.25ex) {
  .o-banner--professional-inverse .o-banner__link {
    border-bottom: 0;
    text-decoration-line: underline;
    text-decoration-thickness: 0.25ex;
  }
}
.o-banner--professional-inverse .o-banner__link:hover {
  color: #8fb3a1;
  text-decoration-color: #8fb3a1;
}
.o-banner--professional-inverse .o-banner__link:focus {
  color: #8fb3a1;
  text-decoration-color: transparent;
}
.o-banner--professional-inverse .o-banner__close {
  background-color: transparent;
  background-image: url(assets/54d40820baf0e7d6.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 26px;
  vertical-align: baseline;
  width: 26px;
}
@media screen and (-ms-high-contrast: active) {
  .o-banner--professional-inverse .o-banner__close {
    background-image: url(assets/3f61c03e949f4469.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .o-banner--professional-inverse .o-banner__close {
    background-image: url(assets/61682e325089abd1.svg);
  }
}
.o-banner--professional-inverse .o-banner__close:focus {
  box-shadow:
    0 0 0 4px #4d4845,
    0 0 0 8px #fff;
}
@supports selector(:focus-visible) {
  .o-banner--professional-inverse .o-banner__close:focus {
    box-shadow: unset;
    outline: unset;
  }
  .o-banner--professional-inverse .o-banner__close:focus-visible {
    box-shadow:
      0 0 0 4px #4d4845,
      0 0 0 8px #fff;
  }
}
.o-banner--professional-inverse.o-banner--compact .o-banner__outer,
.o-banner--professional-inverse.o-banner--small .o-banner__outer {
  background-color: transparent;
  color: #fff;
}
.o-banner--professional-inverse.o-banner--compact .o-banner__inner,
.o-banner--professional-inverse.o-banner--small .o-banner__inner {
  background-color: #262a33;
}
.o-forms-input__error {
  display: none;
}
.o-forms-input--invalid :invalid:not(:disabled),
.o-forms-input--invalid input:not(:disabled),
.o-forms-input--invalid select:not(:disabled),
.o-forms-input--invalid textarea:not(:disabled) {
  border-color: #c00;
  color: #c00;
}
.o-forms-input--invalid :invalid:not(:disabled) + .o-forms-input__label:after,
.o-forms-input--invalid :invalid:not(:disabled) + .o-forms-input__label:before,
.o-forms-input--invalid input:not(:disabled) + .o-forms-input__label:after,
.o-forms-input--invalid input:not(:disabled) + .o-forms-input__label:before,
.o-forms-input--invalid select:not(:disabled) + .o-forms-input__label:after,
.o-forms-input--invalid select:not(:disabled) + .o-forms-input__label:before,
.o-forms-input--invalid textarea:not(:disabled) + .o-forms-input__label:after,
.o-forms-input--invalid textarea:not(:disabled) + .o-forms-input__label:before {
  border-color: #c00;
}
.o-forms-input--invalid .o-forms-input__error {
  color: #c00;
  display: block;
  margin-bottom: -28px;
  margin-top: 4px;
  position: relative;
}
.o-forms-field,
.o-forms-input,
.o-forms-input--invalid .o-forms-input__error,
.o-forms-title {
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.o-forms-field {
  color: #33302e;
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
  position: relative;
}
.o-forms-field label {
  display: block;
  margin: 0 0 12px;
  position: relative;
}
.o-forms-field label:last-of-type {
  margin-bottom: 0;
}
.o-forms-field--optional .o-forms-title__main:after {
  color: #807973;
  content: 'Optional';
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin-left: 0.75rem;
}
.o-forms-title__main {
  display: block;
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
}
.o-forms-input__label__main {
  font-size: 1.125rem;
}
.o-forms-input__label__main,
.o-forms-input__label__prompt,
.o-forms-title__prompt {
  display: block;
  font-family:
    metric\2 VF,
    sans-serif;
  font-weight: 400;
  line-height: 1.5rem;
}
.o-forms-input__label__prompt,
.o-forms-title__prompt {
  color: #33302e;
  font-size: 1rem;
}
.o-forms-input__label__main + .o-forms-input__label__prompt {
  margin-top: 4px;
}
.o-forms-input {
  margin-top: 12px;
}
.o-forms-input input {
  appearance: none;
  border-radius: 0;
}
.o-forms-field--professional-inverse .o-forms-title .o-forms-title__main:after,
.o-forms-field--professional-inverse .o-forms-title .o-forms-title__prompt {
  color: hsla(0, 0%, 100%, 0.7);
}
.o-forms-field--professional-inverse input:focus {
  box-shadow:
    0 0 0 4px #4d4845,
    0 0 0 8px #fff;
}
@supports selector(:focus-visible) {
  .o-forms-field--professional-inverse input:focus {
    box-shadow: unset;
    outline: unset;
  }
  .o-forms-field--professional-inverse input:focus-visible {
    box-shadow:
      0 0 0 4px #4d4845,
      0 0 0 8px #fff;
  }
}
.o-forms-field--ft-live .o-forms-title .o-forms-title__main:after,
.o-forms-field--ft-live .o-forms-title .o-forms-title__prompt {
  color: hsla(0, 0%, 100%, 0.7);
}
.o-forms-field--ft-live input:focus {
  box-shadow:
    0 0 0 4px #4d4845,
    0 0 0 8px #fff;
}
@supports selector(:focus-visible) {
  .o-forms-field--ft-live input:focus {
    box-shadow: unset;
    outline: unset;
  }
  .o-forms-field--ft-live input:focus-visible {
    box-shadow:
      0 0 0 4px #4d4845,
      0 0 0 8px #fff;
  }
}
.o-forms-input--pseudo-radio-link {
  border: 1.5px solid #807973;
  border-radius: 0.25rem;
  box-sizing: border-box;
  display: inline-flex;
  flex-wrap: wrap;
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1rem;
  line-height: unset;
  margin-top: 0;
  padding: 2px;
  text-align: center;
}
.o-forms-input--pseudo-radio-link a {
  box-sizing: border-box;
  color: #0d7680;
  cursor: pointer;
  display: inline-flex;
  flex-grow: 1;
  margin: 0;
  min-height: 28px;
  min-width: 8ch;
  padding: 6px 8px;
  position: relative;
  text-decoration: none;
}
.o-forms-input--pseudo-radio-link a:hover {
  background-color: rgba(13, 118, 128, 0.15);
}
.o-forms-input--pseudo-radio-link a.o-forms-input__link--current {
  background-color: #0d7680;
  color: #fff;
}
.o-forms-input--pseudo-radio-link a:not(:first-of-type) {
  border-color: #807973;
}
.o-forms-input--checkbox input[type='checkbox'] {
  cursor: pointer;
  height: 24px;
  opacity: 0;
  padding: 0;
  position: absolute;
  width: 24px;
  z-index: 1;
}
.o-forms-input--checkbox input[type='checkbox']:checked ~ .o-forms-input__label:after {
  opacity: 1;
}
.o-forms-input--checkbox input[type='checkbox']:disabled {
  opacity: 0;
}
.o-forms-input--checkbox input[type='checkbox']:disabled ~ .o-forms-input__label {
  opacity: 0.4;
}
.o-forms-input--checkbox input[type='checkbox']:focus {
  box-shadow: unset;
  outline: unset;
}
.o-forms-input--checkbox input[type='checkbox']:focus + .o-forms-input__label:before {
  box-shadow:
    0 0 0 4px #fff,
    0 0 0 8px #4d4845;
}
@supports selector(:focus-visible) {
  .o-forms-input--checkbox input[type='checkbox']:focus + .o-forms-input__label:before {
    box-shadow: unset;
    outline: unset;
  }
  .o-forms-input--checkbox input[type='checkbox']:focus-visible + .o-forms-input__label:before {
    box-shadow:
      0 0 0 4px #fff,
      0 0 0 8px #4d4845;
  }
}
.o-forms-input--checkbox input[type='checkbox']:indeterminate + .o-forms-input__label:after {
  background-color: transparent;
  background-color: #0d7680;
  background-image: url(assets/82b977a32948c827.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 24px;
  opacity: 1;
  vertical-align: baseline;
  width: 24px;
}
@media screen and (-ms-high-contrast: active) {
  .o-forms-input--checkbox input[type='checkbox']:indeterminate + .o-forms-input__label:after {
    background-image: url(assets/3e385832e90aeec6.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .o-forms-input--checkbox input[type='checkbox']:indeterminate + .o-forms-input__label:after {
    background-image: url(assets/31c95af2bc0ea871.svg);
  }
}
.o-forms-input--checkbox .o-forms-input__right {
  display: inline-block;
}
.o-forms-input--checkbox .o-forms-input__right input[type='checkbox'] {
  right: 0;
}
.o-forms-input--checkbox .o-forms-input__right input[type='checkbox'] ~ .o-forms-input__label {
  padding-left: 0;
  padding-right: 38px;
}
.o-forms-input--checkbox .o-forms-input__right input[type='checkbox'] ~ .o-forms-input__label:after,
.o-forms-input--checkbox .o-forms-input__right input[type='checkbox'] ~ .o-forms-input__label:before {
  left: calc(100% - 24px);
}
.o-forms-input--checkbox input[type='checkbox'] ~ .o-forms-input__label {
  display: inline-block;
  padding: 0 0 0 38px;
  vertical-align: top;
}
.o-forms-input--checkbox input[type='checkbox'] ~ .o-forms-input__label:before {
  background-color: #fff;
  border: 1.5px solid #b3a9a0;
  border-radius: 0.125rem;
  box-sizing: border-box;
  content: '';
  cursor: pointer;
  height: 24px;
  left: 0;
  position: absolute;
  top: 0;
  width: 24px;
}
.o-forms-input--checkbox input[type='checkbox'] ~ .o-forms-input__label:after {
  background-color: transparent;
  background-color: #0d7680;
  background-image: url(assets/b8096585577bdef6.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0.125rem;
  box-sizing: border-box;
  content: '';
  cursor: pointer;
  display: inline-block;
  height: 24px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.1s ease;
  vertical-align: baseline;
  width: 24px;
}
@media screen and (-ms-high-contrast: active) {
  .o-forms-input--checkbox input[type='checkbox'] ~ .o-forms-input__label:after {
    background-image: url(assets/7d8c9951c9c7b9ed.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .o-forms-input--checkbox input[type='checkbox'] ~ .o-forms-input__label:after {
    background-image: url(assets/997dd3bce251eaac.svg);
  }
}
.o-forms-input--checkbox input[type='checkbox'] ~ .o-forms-input__label + .o-forms-input__label {
  padding-top: 12px;
}
.o-forms-field--professional
  .o-forms-input--checkbox
  input[type='checkbox']:indeterminate
  + .o-forms-input__label:after {
  background-color: transparent;
  background-color: #262a33;
  background-image: url(assets/82b977a32948c827.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 24px;
  vertical-align: baseline;
  width: 24px;
}
@media screen and (-ms-high-contrast: active) {
  .o-forms-field--professional
    .o-forms-input--checkbox
    input[type='checkbox']:indeterminate
    + .o-forms-input__label:after {
    background-image: url(assets/3e385832e90aeec6.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .o-forms-field--professional
    .o-forms-input--checkbox
    input[type='checkbox']:indeterminate
    + .o-forms-input__label:after {
    background-image: url(assets/31c95af2bc0ea871.svg);
  }
}
.o-forms-field--professional .o-forms-input--checkbox input[type='checkbox'] ~ .o-forms-input__label:before {
  border: 1px solid #807973;
}
.o-forms-field--professional .o-forms-input--checkbox input[type='checkbox'] ~ .o-forms-input__label:after {
  background-color: transparent;
  background-color: #262a33;
  background-image: url(assets/b8096585577bdef6.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 24px;
  vertical-align: baseline;
  width: 24px;
}
@media screen and (-ms-high-contrast: active) {
  .o-forms-field--professional .o-forms-input--checkbox input[type='checkbox'] ~ .o-forms-input__label:after {
    background-image: url(assets/7d8c9951c9c7b9ed.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .o-forms-field--professional .o-forms-input--checkbox input[type='checkbox'] ~ .o-forms-input__label:after {
    background-image: url(assets/997dd3bce251eaac.svg);
  }
}
.o-forms-field--professional
  .o-forms-input--checkbox
  input[type='checkbox']
  ~ .o-forms-input__label
  .o-forms-input__label__prompt {
  color: #33302e;
}
.o-forms-field--professional-inverse
  .o-forms-input--checkbox
  input[type='checkbox']:indeterminate
  + .o-forms-input__label:after {
  background-color: transparent;
  background-color: #c0efd8;
  background-image: url(assets/f2adb150d237221d.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 24px;
  vertical-align: baseline;
  width: 24px;
}
@media screen and (-ms-high-contrast: active) {
  .o-forms-field--professional-inverse
    .o-forms-input--checkbox
    input[type='checkbox']:indeterminate
    + .o-forms-input__label:after {
    background-image: url(assets/3e385832e90aeec6.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .o-forms-field--professional-inverse
    .o-forms-input--checkbox
    input[type='checkbox']:indeterminate
    + .o-forms-input__label:after {
    background-image: url(assets/31c95af2bc0ea871.svg);
  }
}
.o-forms-field--professional-inverse
  .o-forms-input--checkbox
  input[type='checkbox']
  ~ .o-forms-input__label:before {
  border: 1px solid #c0efd8;
}
.o-forms-field--professional-inverse
  .o-forms-input--checkbox
  input[type='checkbox']
  ~ .o-forms-input__label:after {
  background-color: transparent;
  background-color: #c0efd8;
  background-image: url(assets/fcce424bcfee298e.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 24px;
  vertical-align: baseline;
  width: 24px;
}
@media screen and (-ms-high-contrast: active) {
  .o-forms-field--professional-inverse
    .o-forms-input--checkbox
    input[type='checkbox']
    ~ .o-forms-input__label:after {
    background-image: url(assets/7d8c9951c9c7b9ed.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .o-forms-field--professional-inverse
    .o-forms-input--checkbox
    input[type='checkbox']
    ~ .o-forms-input__label:after {
    background-image: url(assets/997dd3bce251eaac.svg);
  }
}
.o-forms-field--professional-inverse
  .o-forms-input--checkbox
  input[type='checkbox']
  ~ .o-forms-input__label
  .o-forms-input__label__prompt {
  color: #fff;
}
.o-forms-field--professional-inverse .o-forms-input--checkbox input[type='checkbox']:focus {
  box-shadow: unset;
  outline: unset;
}
.o-forms-field--professional-inverse
  .o-forms-input--checkbox
  input[type='checkbox']:focus
  + .o-forms-input__label:before {
  box-shadow:
    0 0 0 4px #4d4845,
    0 0 0 8px #fff;
}
@supports selector(:focus-visible) {
  .o-forms-field--professional-inverse
    .o-forms-input--checkbox
    input[type='checkbox']:focus
    + .o-forms-input__label:before {
    box-shadow: unset;
    outline: unset;
  }
  .o-forms-field--professional-inverse
    .o-forms-input--checkbox
    input[type='checkbox']:focus-visible
    + .o-forms-input__label:before {
    box-shadow:
      0 0 0 4px #4d4845,
      0 0 0 8px #fff;
  }
}
.o-forms-field--ft-live
  .o-forms-input--checkbox
  input[type='checkbox']:indeterminate
  + .o-forms-input__label:after {
  background-color: transparent;
  background-color: #fcd0b1;
  background-image: url(assets/f2adb150d237221d.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 24px;
  vertical-align: baseline;
  width: 24px;
}
@media screen and (-ms-high-contrast: active) {
  .o-forms-field--ft-live
    .o-forms-input--checkbox
    input[type='checkbox']:indeterminate
    + .o-forms-input__label:after {
    background-image: url(assets/3e385832e90aeec6.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .o-forms-field--ft-live
    .o-forms-input--checkbox
    input[type='checkbox']:indeterminate
    + .o-forms-input__label:after {
    background-image: url(assets/31c95af2bc0ea871.svg);
  }
}
.o-forms-field--ft-live .o-forms-input--checkbox input[type='checkbox'] ~ .o-forms-input__label:before {
  border: 1px solid #fcd0b1;
}
.o-forms-field--ft-live .o-forms-input--checkbox input[type='checkbox'] ~ .o-forms-input__label:after {
  background-color: transparent;
  background-color: #fcd0b1;
  background-image: url(assets/fcce424bcfee298e.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 24px;
  vertical-align: baseline;
  width: 24px;
}
@media screen and (-ms-high-contrast: active) {
  .o-forms-field--ft-live .o-forms-input--checkbox input[type='checkbox'] ~ .o-forms-input__label:after {
    background-image: url(assets/7d8c9951c9c7b9ed.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .o-forms-field--ft-live .o-forms-input--checkbox input[type='checkbox'] ~ .o-forms-input__label:after {
    background-image: url(assets/997dd3bce251eaac.svg);
  }
}
.o-forms-field--ft-live
  .o-forms-input--checkbox
  input[type='checkbox']
  ~ .o-forms-input__label
  .o-forms-input__label__prompt {
  color: #fff;
}
.o-forms-field--ft-live .o-forms-input--checkbox input[type='checkbox']:focus {
  box-shadow: unset;
  outline: unset;
}
.o-forms-field--ft-live .o-forms-input--checkbox input[type='checkbox']:focus + .o-forms-input__label:before {
  box-shadow:
    0 0 0 4px #4d4845,
    0 0 0 8px #fff;
}
@supports selector(:focus-visible) {
  .o-forms-field--ft-live
    .o-forms-input--checkbox
    input[type='checkbox']:focus
    + .o-forms-input__label:before {
    box-shadow: unset;
    outline: unset;
  }
  .o-forms-field--ft-live
    .o-forms-input--checkbox
    input[type='checkbox']:focus-visible
    + .o-forms-input__label:before {
    box-shadow:
      0 0 0 4px #4d4845,
      0 0 0 8px #fff;
  }
}
.o-forms-input--date label {
  display: flex;
  flex-direction: column-reverse;
  float: left;
  margin-bottom: 0;
}
.o-forms-input--date input[type='text'] {
  background-color: #fff;
  border: 1.5px solid #b3a9a0;
  border-radius: 0.125rem;
  box-sizing: border-box;
  display: block;
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin: 4px 12px 0 0;
  min-height: 44px;
  padding: 0.5rem 1rem;
  width: 100%;
}
.o-forms-input--date input[type='text']:disabled {
  background-color: #e6d9ce;
  border-color: #e6d9ce;
  color: #66605c;
  cursor: default;
  -webkit-text-fill-color: currentColor;
  opacity: 1;
}
.o-forms-input--date input[type='text'].o-forms-input__day-part,
.o-forms-input--date input[type='text'].o-forms-input__month-part,
.o-forms-input--date input[type='text'][pattern$='[012]'],
.o-forms-input--date input[type='text'][pattern$='{2}'] {
  width: calc(2ch + 32px);
}
.o-forms-input--date input[type='text'].o-forms-input__year-part,
.o-forms-input--date input[type='text'][pattern$='{4}'] {
  width: calc(4ch + 32px);
}
.o-forms-input--date .o-forms-input__error {
  clear: both;
  padding-top: 4px;
}
.o-forms-input--file ::file-selector-button {
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  --_o-pf-button-border-size: 1px;
  --_o-pf-button-icon-size: calc(var(--_o-pf-button-min-height) - var(--_o-pf-button-block-padding) * 2);
  --_o-pf-button-min-width: 60px;
  --_o-pf-button-min-height: 28px;
  --_o-pf-button-inline-padding-start: 0.5rem;
  --_o-pf-button-inline-padding-end: 0.5rem;
  --_o-pf-button-block-padding: 0.25rem;
  align-items: center;
  appearance: none;
  background-color: #0d7680;
  border-color: transparent;
  border: var(--_o-pf-button-border-size) solid hsla(0, 0%, 100%, 0);
  border-radius: 0.125rem;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.75rem;
  justify-content: center;
  line-height: 1rem;
  margin-right: 4px;
  min-height: var(--_o-pf-button-min-height, 44px);
  min-width: var(--_o-pf-button-min-width);
  padding: 0 var(--_o-pf-button-inline-padding-end) 0 var(--_o-pf-button-inline-padding-start);
  text-align: center;
  text-decoration: none;
  transition:
    background-color 0.3s,
    color 0.15s ease-out,
    border-color 0.15s ease-out;
  vertical-align: middle;
}
.o-forms-input--file ::file-selector-button[disabled] {
  cursor: default;
  opacity: 0.4;
  pointer-events: none;
}
.o-forms-input--file ::file-selector-button:hover {
  background-color: #095259;
  border-color: hsla(0, 0%, 100%, 0);
  color: #fff;
}
.o-forms-input--file ::file-selector-button:focus-visible {
  background-color: #095259;
  border-color: hsla(0, 0%, 100%, 0);
  color: #fff;
  outline: 0;
}
.o-forms-input--file ::file-selector-button:focus {
  box-shadow:
    0 0 0 4px #fff,
    0 0 0 8px #4d4845;
  z-index: 1;
}
@supports selector(:focus-visible) {
  .o-forms-input--file ::file-selector-button:focus {
    box-shadow: unset;
    outline: unset;
  }
  .o-forms-input--file ::file-selector-button:focus-visible {
    box-shadow:
      0 0 0 4px #fff,
      0 0 0 8px #4d4845;
    z-index: 1;
  }
}
.o-forms-input--file
  ::file-selector-button:is(:active, [aria-selected='true'], [aria-current], [aria-pressed='true']) {
  background-color: #052f33;
  border-color: hsla(0, 0%, 100%, 0);
  color: #fff;
}
.o-forms-input--radio-round .o-forms-input__label {
  display: inline-block;
  padding: 0 0 0 38px;
}
.o-forms-input--radio-round .o-forms-input__label:after,
.o-forms-input--radio-round .o-forms-input__label:before {
  background-color: transparent;
  border-radius: 50%;
  box-sizing: border-box;
  content: '';
  cursor: pointer;
  height: 24px;
  left: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.1s ease-in;
  width: 24px;
}
.o-forms-input--radio-round .o-forms-input__label:before {
  border: 1.5px solid #b3a9a0;
}
.o-forms-input--radio-round .o-forms-input__label:after {
  background-color: #0d7680;
  border-radius: 50%;
  height: 12px;
  margin: 6px;
  opacity: 0;
  width: 12px;
}
@media screen and (-ms-high-contrast: active) {
  .o-forms-input--radio-round .o-forms-input__label:after {
    background-color: windowText;
  }
}
.o-forms-input--radio-round input[type='radio'] {
  cursor: pointer;
  height: 24px;
  opacity: 0;
  padding: 0;
  position: absolute;
  width: 24px;
  z-index: 1;
}
.o-forms-input--radio-round input[type='radio']:checked ~ .o-forms-input__label:after {
  opacity: 1;
}
.o-forms-input--radio-round input[type='radio']:disabled {
  opacity: 0;
}
.o-forms-input--radio-round input[type='radio']:disabled ~ .o-forms-input__label {
  opacity: 0.4;
}
.o-forms-input--radio-round input[type='radio']:checked + .o-forms-input__label:before {
  border-color: #0d7680;
}
.o-forms-input--radio-round input[type='radio']:focus {
  box-shadow: unset;
  outline: unset;
}
.o-forms-input--radio-round input[type='radio']:focus + .o-forms-input__label:before {
  box-shadow:
    0 0 0 4px #fff,
    0 0 0 8px #4d4845;
}
@supports selector(:focus-visible) {
  .o-forms-input--radio-round input[type='radio']:focus + .o-forms-input__label:before {
    box-shadow: unset;
    outline: unset;
  }
  .o-forms-input--radio-round input[type='radio']:focus-visible + .o-forms-input__label:before {
    box-shadow:
      0 0 0 4px #fff,
      0 0 0 8px #4d4845;
  }
}
.o-forms-field--professional {
  color: #33302e;
}
.o-forms-field--professional
  .o-forms-input--radio-round
  input[type='radio']:checked
  + .o-forms-input__label:before {
  border-color: #262a33;
}
.o-forms-field--professional .o-forms-input--radio-round .o-forms-input__label:before {
  border: 1px solid #807973;
}
.o-forms-field--professional .o-forms-input--radio-round .o-forms-input__label:after {
  background-color: #262a33;
}
.o-forms-field--professional-inverse {
  color: #fff;
}
.o-forms-field--professional-inverse
  .o-forms-input--radio-round
  input[type='radio']:checked
  + .o-forms-input__label:before {
  border-color: #c0efd8;
}
.o-forms-field--professional-inverse .o-forms-input--radio-round .o-forms-input__label:before {
  border: 1px solid #c0efd8;
}
.o-forms-field--professional-inverse .o-forms-input--radio-round .o-forms-input__label:after {
  background-color: #c0efd8;
}
.o-forms-field--professional-inverse input[type='radio']:focus {
  box-shadow: unset;
  outline: unset;
}
.o-forms-field--professional-inverse input[type='radio']:focus + .o-forms-input__label:before {
  box-shadow:
    0 0 0 4px #4d4845,
    0 0 0 8px #fff;
}
@supports selector(:focus-visible) {
  .o-forms-field--professional-inverse input[type='radio']:focus + .o-forms-input__label:before {
    box-shadow: unset;
    outline: unset;
  }
  .o-forms-field--professional-inverse input[type='radio']:focus-visible + .o-forms-input__label:before {
    box-shadow:
      0 0 0 4px #4d4845,
      0 0 0 8px #fff;
  }
}
.o-forms-field--ft-live {
  color: #fff;
}
.o-forms-field--ft-live
  .o-forms-input--radio-round
  input[type='radio']:checked
  + .o-forms-input__label:before {
  border-color: #fcd0b1;
}
.o-forms-field--ft-live .o-forms-input--radio-round .o-forms-input__label:before {
  border: 1px solid #fcd0b1;
}
.o-forms-field--ft-live .o-forms-input--radio-round .o-forms-input__label:after {
  background-color: #fcd0b1;
}
.o-forms-field--ft-live input[type='radio']:focus {
  box-shadow: unset;
  outline: unset;
}
.o-forms-field--ft-live input[type='radio']:focus + .o-forms-input__label:before {
  box-shadow:
    0 0 0 4px #4d4845,
    0 0 0 8px #fff;
}
@supports selector(:focus-visible) {
  .o-forms-field--ft-live input[type='radio']:focus + .o-forms-input__label:before {
    box-shadow: unset;
    outline: unset;
  }
  .o-forms-field--ft-live input[type='radio']:focus-visible + .o-forms-input__label:before {
    box-shadow:
      0 0 0 4px #4d4845,
      0 0 0 8px #fff;
  }
}
.o-forms-input--radio-box {
  border-color: #807973;
}
.o-forms-input--radio-box .o-forms-input--radio-box__container {
  background-color: transparent;
}
.o-forms-input--radio-box .o-forms-input--radio-box__container label .o-forms-input__label {
  border-radius: 0.125rem;
}
.o-forms-input--radio-box .o-forms-input--radio-box__container .o-forms-input--radio-box__container,
.o-forms-input--radio-box .o-forms-input--radio-box__container label:not(:first-of-type) {
  border-color: #807973;
}
.o-forms-input--radio-box .o-forms-input--radio-box__container input[type='radio'] + .o-forms-input__label {
  color: #0d7680;
}
.o-forms-input--radio-box
  .o-forms-input--radio-box__container
  input[type='radio']:not(:checked):not(:disabled):hover
  + .o-forms-input__label {
  background-color: rgba(13, 118, 128, 0.15);
}
.o-forms-input--radio-box .o-forms-input--radio-box__container input[type='radio']:focus {
  box-shadow: unset;
  outline: unset;
}
.o-forms-input--radio-box
  .o-forms-input--radio-box__container
  input[type='radio']:focus
  + .o-forms-input__label {
  box-shadow:
    0 0 0 4px #fff,
    0 0 0 8px #4d4845;
}
@supports selector(:focus-visible) {
  .o-forms-input--radio-box
    .o-forms-input--radio-box__container
    input[type='radio']:focus
    + .o-forms-input__label {
    box-shadow: unset;
    outline: unset;
  }
  .o-forms-input--radio-box
    .o-forms-input--radio-box__container
    input[type='radio']:focus-visible
    + .o-forms-input__label {
    box-shadow:
      0 0 0 4px #fff,
      0 0 0 8px #4d4845;
  }
}
.o-forms-input--radio-box
  .o-forms-input--radio-box__container
  input[type='radio']:checked
  + .o-forms-input__label {
  background-color: #0d7680;
  color: #fff;
}
.o-forms-input--radio-box
  .o-forms-input--radio-box__container
  input[type='radio']:checked
  + .o-forms-input__label.o-forms-input__label--negative {
  background-color: #08474d;
}
.o-forms-input--radio-box .o-forms-input--radio-box__container {
  border: 1.5px solid #b3a9a0;
  border-radius: 0.25rem;
  box-sizing: border-box;
  display: inline-flex;
  flex-wrap: wrap;
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1rem;
  line-height: unset;
  padding: 2px;
  text-align: center;
}
.o-forms-input--radio-box.o-forms-input--invalid .o-forms-input--radio-box__container {
  border-color: #c00;
}
.o-forms-input--radio-box label {
  cursor: pointer;
  display: inline-flex;
  flex-grow: 1;
  margin: 0;
  min-height: 28px;
  min-width: 8ch;
}
.o-forms-input--radio-box label .o-forms-input__label {
  align-items: center;
  box-sizing: border-box;
  display: inline-flex;
  height: 100%;
  justify-content: center;
  max-height: 28px;
  padding: 4px 8px;
  transition:
    background-color 0.3s,
    color 0.15s ease-out;
  width: 100%;
}
.o-forms-input--radio-box input[type='radio'] {
  cursor: pointer;
  height: 100%;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.o-forms-input--radio-box input[type='radio']:disabled + .o-forms-input__label {
  cursor: default;
  opacity: 0.4;
}
@media (min-width: 30.625em) {
  .o-forms-input--radio-box.o-forms-input--inline .o-forms-input__state {
    margin-bottom: 0;
    position: relative;
  }
}
.o-forms-input--radio-box .o-forms-input__state {
  margin-bottom: -22px;
  position: relative;
}
.o-forms-field--professional .o-forms-input--radio-box {
  border-color: #807973;
}
.o-forms-field--professional .o-forms-input--radio-box .o-forms-input--radio-box__container {
  background-color: transparent;
}
.o-forms-field--professional
  .o-forms-input--radio-box
  .o-forms-input--radio-box__container
  label
  .o-forms-input__label {
  border-radius: 0.125rem;
}
.o-forms-field--professional
  .o-forms-input--radio-box
  .o-forms-input--radio-box__container
  .o-forms-input--radio-box__container,
.o-forms-field--professional
  .o-forms-input--radio-box
  .o-forms-input--radio-box__container
  label:not(:first-of-type) {
  border-color: #807973;
}
.o-forms-field--professional
  .o-forms-input--radio-box
  .o-forms-input--radio-box__container
  input[type='radio']
  + .o-forms-input__label {
  color: #262a33;
}
.o-forms-field--professional
  .o-forms-input--radio-box
  .o-forms-input--radio-box__container
  input[type='radio']:not(:checked):not(:disabled):hover
  + .o-forms-input__label {
  background-color: rgba(38, 42, 51, 0.15);
}
.o-forms-field--professional
  .o-forms-input--radio-box
  .o-forms-input--radio-box__container
  input[type='radio']:focus {
  box-shadow: unset;
  outline: unset;
}
.o-forms-field--professional
  .o-forms-input--radio-box
  .o-forms-input--radio-box__container
  input[type='radio']:focus
  + .o-forms-input__label {
  box-shadow:
    0 0 0 4px #fff,
    0 0 0 8px #4d4845;
}
@supports selector(:focus-visible) {
  .o-forms-field--professional
    .o-forms-input--radio-box
    .o-forms-input--radio-box__container
    input[type='radio']:focus
    + .o-forms-input__label {
    box-shadow: unset;
    outline: unset;
  }
  .o-forms-field--professional
    .o-forms-input--radio-box
    .o-forms-input--radio-box__container
    input[type='radio']:focus-visible
    + .o-forms-input__label {
    box-shadow:
      0 0 0 4px #fff,
      0 0 0 8px #4d4845;
  }
}
.o-forms-field--professional
  .o-forms-input--radio-box
  .o-forms-input--radio-box__container
  input[type='radio']:checked
  + .o-forms-input__label {
  background-color: #262a33;
  color: #fff;
}
.o-forms-field--professional
  .o-forms-input--radio-box
  .o-forms-input--radio-box__container
  input[type='radio']:checked
  + .o-forms-input__label.o-forms-input__label--negative {
  background-color: #262a33;
}
.o-forms-field--professional-inverse .o-forms-input--radio-box {
  border-color: #c0efd8;
}
.o-forms-field--professional-inverse .o-forms-input--radio-box .o-forms-input--radio-box__container {
  background-color: transparent;
}
.o-forms-field--professional-inverse
  .o-forms-input--radio-box
  .o-forms-input--radio-box__container
  label
  .o-forms-input__label {
  border-radius: 0.125rem;
}
.o-forms-field--professional-inverse
  .o-forms-input--radio-box
  .o-forms-input--radio-box__container
  .o-forms-input--radio-box__container,
.o-forms-field--professional-inverse
  .o-forms-input--radio-box
  .o-forms-input--radio-box__container
  label:not(:first-of-type) {
  border-color: #c0efd8;
}
.o-forms-field--professional-inverse
  .o-forms-input--radio-box
  .o-forms-input--radio-box__container
  input[type='radio']
  + .o-forms-input__label {
  color: #c0efd8;
}
.o-forms-field--professional-inverse
  .o-forms-input--radio-box
  .o-forms-input--radio-box__container
  input[type='radio']:not(:checked):not(:disabled):hover
  + .o-forms-input__label {
  background-color: rgba(192, 239, 216, 0.15);
}
.o-forms-field--professional-inverse
  .o-forms-input--radio-box
  .o-forms-input--radio-box__container
  input[type='radio']:focus {
  box-shadow: unset;
  outline: unset;
}
.o-forms-field--professional-inverse
  .o-forms-input--radio-box
  .o-forms-input--radio-box__container
  input[type='radio']:focus
  + .o-forms-input__label {
  box-shadow:
    0 0 0 4px #4d4845,
    0 0 0 8px #fff;
}
@supports selector(:focus-visible) {
  .o-forms-field--professional-inverse
    .o-forms-input--radio-box
    .o-forms-input--radio-box__container
    input[type='radio']:focus
    + .o-forms-input__label {
    box-shadow: unset;
    outline: unset;
  }
  .o-forms-field--professional-inverse
    .o-forms-input--radio-box
    .o-forms-input--radio-box__container
    input[type='radio']:focus-visible
    + .o-forms-input__label {
    box-shadow:
      0 0 0 4px #4d4845,
      0 0 0 8px #fff;
  }
}
.o-forms-field--professional-inverse
  .o-forms-input--radio-box
  .o-forms-input--radio-box__container
  input[type='radio']:checked
  + .o-forms-input__label {
  background-color: #c0efd8;
  color: #262a33;
}
.o-forms-field--ft-live .o-forms-input--radio-box {
  border-color: #fcd0b1;
}
.o-forms-field--ft-live .o-forms-input--radio-box .o-forms-input--radio-box__container {
  background-color: transparent;
}
.o-forms-field--ft-live
  .o-forms-input--radio-box
  .o-forms-input--radio-box__container
  label
  .o-forms-input__label {
  border-radius: 0.125rem;
}
.o-forms-field--ft-live
  .o-forms-input--radio-box
  .o-forms-input--radio-box__container
  .o-forms-input--radio-box__container,
.o-forms-field--ft-live
  .o-forms-input--radio-box
  .o-forms-input--radio-box__container
  label:not(:first-of-type) {
  border-color: #fcd0b1;
}
.o-forms-field--ft-live
  .o-forms-input--radio-box
  .o-forms-input--radio-box__container
  input[type='radio']
  + .o-forms-input__label {
  color: #fcd0b1;
}
.o-forms-field--ft-live
  .o-forms-input--radio-box
  .o-forms-input--radio-box__container
  input[type='radio']:not(:checked):not(:disabled):hover
  + .o-forms-input__label {
  background-color: rgba(252, 208, 177, 0.15);
}
.o-forms-field--ft-live
  .o-forms-input--radio-box
  .o-forms-input--radio-box__container
  input[type='radio']:focus {
  box-shadow: unset;
  outline: unset;
}
.o-forms-field--ft-live
  .o-forms-input--radio-box
  .o-forms-input--radio-box__container
  input[type='radio']:focus
  + .o-forms-input__label {
  box-shadow:
    0 0 0 4px #4d4845,
    0 0 0 8px #fff;
}
@supports selector(:focus-visible) {
  .o-forms-field--ft-live
    .o-forms-input--radio-box
    .o-forms-input--radio-box__container
    input[type='radio']:focus
    + .o-forms-input__label {
    box-shadow: unset;
    outline: unset;
  }
  .o-forms-field--ft-live
    .o-forms-input--radio-box
    .o-forms-input--radio-box__container
    input[type='radio']:focus-visible
    + .o-forms-input__label {
    box-shadow:
      0 0 0 4px #4d4845,
      0 0 0 8px #fff;
  }
}
.o-forms-field--ft-live
  .o-forms-input--radio-box
  .o-forms-input--radio-box__container
  input[type='radio']:checked
  + .o-forms-input__label {
  background-color: #fcd0b1;
  color: #262a33;
}
.o-forms-input--select.o-forms-input--small select {
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  min-height: 28px;
  padding: 0 8px;
}
.o-forms-input--select.o-forms-input--suffix {
  display: flex;
  flex-wrap: wrap;
}
.o-forms-input--select.o-forms-input--suffix select {
  flex: 1;
  margin-right: 8px;
  min-width: 0;
}
.o-forms-input--select.o-forms-input--suffix select:only-child {
  margin-right: 0;
}
.o-forms-input--select.o-forms-input--suffix .o-forms-input__error {
  width: 100%;
}
.o-forms-input--select select {
  appearance: none;
  background-clip: padding-box;
  background-color: #fff;
  background-image: url(assets/1a4849946c86bf5c.svg);
  background-position: 100%;
  background-position: right 8px center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  border: 1.5px solid #b3a9a0;
  border-radius: 0.125rem;
  border-radius: 0;
  box-sizing: border-box;
  color: #33302e;
  cursor: pointer;
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
  min-height: 44px;
  outline: none;
  padding: 0.5rem 1rem;
  width: 100%;
}
.o-forms-input--select select:disabled {
  background-color: #e6d9ce;
  border-color: #e6d9ce;
  color: #66605c;
  cursor: default;
  -webkit-text-fill-color: currentColor;
  opacity: 1;
}
@media screen and (-ms-high-contrast: active) {
  .o-forms-input--select select {
    background-image: url(assets/87ee0f0eb2cabe8b.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .o-forms-input--select select {
    background-image: url(assets/a853a8f2f64393ba.svg);
  }
}
.o-forms-input--select select::-ms-expand {
  color: #fff;
  display: none;
}
.o-forms-input--select select:disabled {
  background-image: url(assets/c25a8c9f7c78e7b9.svg);
}
@media screen and (-ms-high-contrast: active) {
  .o-forms-input--select select:disabled {
    background-image: url(assets/87ee0f0eb2cabe8b.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .o-forms-input--select select:disabled {
    background-image: url(assets/a853a8f2f64393ba.svg);
  }
}
.o-forms-input--select select[multiple] {
  background-image: none;
}
.o-forms-input--textarea textarea {
  background-color: #fff;
  border: 1.5px solid #b3a9a0;
  border-radius: 0.125rem;
  box-sizing: border-box;
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
  min-height: 44px;
  padding: 0.5rem 1rem;
  resize: vertical;
  width: 100%;
}
.o-forms-input--textarea textarea:disabled {
  background-color: #e6d9ce;
  border-color: #e6d9ce;
  color: #66605c;
  cursor: default;
  -webkit-text-fill-color: currentColor;
  opacity: 1;
}
.o-forms-input--password.o-forms-input--small input,
.o-forms-input--text.o-forms-input--small input {
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  min-height: 28px;
  padding: 0 8px;
}
.o-forms-input--password.o-forms-input--suffix,
.o-forms-input--text.o-forms-input--suffix {
  display: flex;
  flex-wrap: wrap;
}
.o-forms-input--password.o-forms-input--suffix input,
.o-forms-input--text.o-forms-input--suffix input {
  flex: 1;
  margin-right: 8px;
  min-width: 0;
}
.o-forms-input--password.o-forms-input--suffix input:only-child,
.o-forms-input--text.o-forms-input--suffix input:only-child {
  margin-right: 0;
}
.o-forms-input--password.o-forms-input--suffix .o-forms-input__error,
.o-forms-input--text.o-forms-input--suffix .o-forms-input__error {
  width: 100%;
}
.o-forms-input--password input,
.o-forms-input--text input {
  background-color: #fff;
  border: 1.5px solid #b3a9a0;
  border-radius: 0.125rem;
  box-sizing: border-box;
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
  min-height: 44px;
  padding: 0.5rem 1rem;
  width: 100%;
}
.o-forms-input--password input:disabled,
.o-forms-input--text input:disabled {
  background-color: #e6d9ce;
  border-color: #e6d9ce;
  color: #66605c;
  cursor: default;
  -webkit-text-fill-color: currentColor;
  opacity: 1;
}
.o-forms-input--toggle > label {
  display: flex;
}
.o-forms-input--toggle .o-forms-input__label {
  align-items: center;
  display: inline-flex;
  flex-wrap: wrap;
  min-height: 24px;
  padding-left: 48px;
  position: relative;
}
.o-forms-input--toggle .o-forms-input__label:after,
.o-forms-input--toggle .o-forms-input__label:before {
  content: '';
  cursor: pointer;
  left: 0;
  position: absolute;
  top: 0;
}
.o-forms-input--toggle .o-forms-input__label:before {
  background-color: #000;
  border-radius: 40px;
  height: 24px;
  width: 40px;
}
.o-forms-input--toggle .o-forms-input__label:after {
  background-color: transparent;
  background-color: #fff1e5;
  background-color: var(--o-forms-toggle-handle-color, #fff1e5);
  background-image: url(assets/d8dfce49c44e380e.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 2px solid #33302e;
  border-radius: 50%;
  box-sizing: border-box;
  display: inline-block;
  height: 24px;
  transition: left 75ms ease-in-out;
  vertical-align: baseline;
  width: 24px;
}
@media screen and (-ms-high-contrast: active) {
  .o-forms-input--toggle .o-forms-input__label:after {
    background-image: url(assets/3f61c03e949f4469.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .o-forms-input--toggle .o-forms-input__label:after {
    background-image: url(assets/61682e325089abd1.svg);
  }
}
.o-forms-input--toggle input[type='checkbox']:checked + .o-forms-input__label:before {
  background-color: #0d7680;
}
.o-forms-input--toggle input[type='checkbox']:checked + .o-forms-input__label:after {
  background-image: url(assets/92f9d767881c4404.svg);
  border-color: #0d7680;
  left: 16px;
}
@media screen and (-ms-high-contrast: active) {
  .o-forms-input--toggle input[type='checkbox']:checked + .o-forms-input__label:after {
    background-image: url(assets/7d8c9951c9c7b9ed.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .o-forms-input--toggle input[type='checkbox']:checked + .o-forms-input__label:after {
    background-image: url(assets/997dd3bce251eaac.svg);
  }
}
.o-forms-input--toggle input[type='checkbox']:invalid:not(:disabled) + .o-forms-input__label:after {
  border-color: inherit;
}
.o-forms-input--toggle input[type='checkbox']:focus,
.o-forms-input--toggle input[type='checkbox']:focus-visible {
  box-shadow: unset;
  outline: unset;
}
.o-forms-input--toggle input[type='checkbox']:focus {
  box-shadow: unset;
  outline: unset;
}
.o-forms-input--toggle input[type='checkbox']:focus + .o-forms-input__label:before {
  box-shadow:
    0 0 0 4px #fff,
    0 0 0 8px #4d4845;
}
@supports selector(:focus-visible) {
  .o-forms-input--toggle input[type='checkbox']:focus + .o-forms-input__label:before {
    box-shadow: unset;
    outline: unset;
  }
  .o-forms-input--toggle input[type='checkbox']:focus-visible + .o-forms-input__label:before {
    box-shadow:
      0 0 0 4px #fff,
      0 0 0 8px #4d4845;
  }
}
.o-forms-input--toggle input[type='checkbox']:disabled + .o-forms-input__label {
  color: #66605c;
}
.o-forms-input--toggle input[type='checkbox']:disabled + .o-forms-input__label:after {
  background-color: #999189;
  background-image: url(assets/61682e325089abd1.svg);
  border-color: #ccc1b7;
}
@media screen and (-ms-high-contrast: active) {
  .o-forms-input--toggle input[type='checkbox']:disabled + .o-forms-input__label:after {
    background-image: url(assets/3f61c03e949f4469.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .o-forms-input--toggle input[type='checkbox']:disabled + .o-forms-input__label:after {
    background-image: url(assets/61682e325089abd1.svg);
  }
}
.o-forms-input--toggle input[type='checkbox']:disabled + .o-forms-input__label:before {
  background-color: #ccc1b7;
}
.o-forms-input--toggle input[type='checkbox']:disabled:checked + .o-forms-input__label:after {
  background-image: url(assets/997dd3bce251eaac.svg);
}
@media screen and (-ms-high-contrast: active) {
  .o-forms-input--toggle input[type='checkbox']:disabled:checked + .o-forms-input__label:after {
    background-image: url(assets/7d8c9951c9c7b9ed.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .o-forms-input--toggle input[type='checkbox']:disabled:checked + .o-forms-input__label:after {
    background-image: url(assets/997dd3bce251eaac.svg);
  }
}
@media (min-width: 30.625em) {
  .o-forms-field--inline {
    flex-direction: row;
    justify-content: space-between;
  }
  .o-forms-field--inline .o-forms-title {
    box-sizing: border-box;
    flex: 0 1 50%;
    margin-right: 12px;
  }
  .o-forms-field--inline .o-forms-title.o-forms-title--shrink {
    flex-basis: auto;
  }
  .o-forms-field--inline .o-forms-title.o-forms-title--vertical-center {
    align-self: center;
  }
  .o-forms-field--inline .o-forms-input {
    align-items: flex-start;
    display: flex;
    flex: 1 0 50%;
    flex-direction: column;
    margin: 0;
  }
  .o-forms-input.o-forms-input--inline {
    display: flex;
    flex-flow: row wrap;
  }
  .o-forms-input.o-forms-input--inline label {
    margin: 0 16px 12px 0;
    max-width: 75%;
  }
  .o-forms-input.o-forms-input--inline.o-forms-input--date label,
  .o-forms-input.o-forms-input--inline.o-forms-input--radio-box label {
    margin: 0;
  }
}
.o-forms__error-summary {
  background-color: #fad9ce;
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin-bottom: 16px;
  padding: 12px 12px 12px calc(24px + 1rem);
  position: relative;
}
.o-forms__error-summary:before {
  background-color: transparent;
  background-image: url(assets/42f02089acb34445.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 2rem;
  left: 16px;
  margin: -0.5rem;
  position: absolute;
  top: calc(12px + 0.1rem);
  vertical-align: baseline;
  width: 2rem;
}
@media screen and (-ms-high-contrast: active) {
  .o-forms__error-summary:before {
    background-image: url(assets/24491e94cb193a51.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .o-forms__error-summary:before {
    background-image: url(assets/47bf3394a27f3503.svg);
  }
}
.o-forms__error-summary .o-forms__error-summary__heading {
  color: #b30000;
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  margin: 0 0 4px;
}
.o-forms__error-summary .o-forms__error-summary__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.o-forms__error-summary .o-forms__error-summary__list a {
  border-bottom: 1px solid #c00;
  color: #b30000;
  display: inline-block;
  font-weight: 400;
  margin-top: 4px;
  text-decoration: none;
}
.o-forms__error-summary .o-forms__error-summary__list .o-forms__error-summary__item-overview {
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
}
.o-forms-field--inverse {
  color: #fff;
}
.o-forms-field--inverse .o-forms-title .o-forms-title__main:after,
.o-forms-field--inverse .o-forms-title .o-forms-title__prompt {
  color: hsla(0, 0%, 100%, 0.7);
}
.o-forms-field--inverse .o-forms-input__label:before {
  background-color: #fff;
}
.o-forms-field--inverse .o-forms-input__label:after {
  background-color: #262a33;
  background-image: url(assets/54d40820baf0e7d6.svg);
  border-color: #fff;
}
@media screen and (-ms-high-contrast: active) {
  .o-forms-field--inverse .o-forms-input__label:after {
    background-image: url(assets/3f61c03e949f4469.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .o-forms-field--inverse .o-forms-input__label:after {
    background-image: url(assets/61682e325089abd1.svg);
  }
}
.o-forms-field--inverse input:focus {
  box-shadow:
    0 0 0 4px #4d4845,
    0 0 0 8px #fff;
}
@supports selector(:focus-visible) {
  .o-forms-field--inverse input:focus {
    box-shadow: unset;
    outline: unset;
  }
  .o-forms-field--inverse input:focus-visible {
    box-shadow:
      0 0 0 4px #4d4845,
      0 0 0 8px #fff;
  }
}
.o-forms-field--inverse input[type='checkbox']:focus {
  box-shadow: unset;
  outline: unset;
}
.o-forms-field--inverse input[type='checkbox']:focus + .o-forms-input__label:before {
  box-shadow:
    0 0 0 4px #4d4845,
    0 0 0 8px #fff;
}
@supports selector(:focus-visible) {
  .o-forms-field--inverse input[type='checkbox']:focus + .o-forms-input__label:before {
    box-shadow: unset;
    outline: unset;
  }
  .o-forms-field--inverse input[type='checkbox']:focus-visible + .o-forms-input__label:before {
    box-shadow:
      0 0 0 4px #4d4845,
      0 0 0 8px #fff;
  }
}
.o-forms-field--inverse input[type='checkbox']:checked + .o-forms-input__label:before {
  background-color: #1aecff;
}
.o-forms-field--inverse input[type='checkbox']:checked + .o-forms-input__label:after {
  background-image: url(assets/8f4728b756a61aa8.svg);
  border-color: #1aecff;
}
@media screen and (-ms-high-contrast: active) {
  .o-forms-field--inverse input[type='checkbox']:checked + .o-forms-input__label:after {
    background-image: url(assets/7d8c9951c9c7b9ed.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .o-forms-field--inverse input[type='checkbox']:checked + .o-forms-input__label:after {
    background-image: url(assets/997dd3bce251eaac.svg);
  }
}
.o-forms-field--inverse .o-forms-input--invalid :invalid:not(:disabled),
.o-forms-field--inverse .o-forms-input--invalid input:not(:disabled),
.o-forms-field--inverse .o-forms-input--invalid select:not(:disabled),
.o-forms-field--inverse .o-forms-input--invalid textarea:not(:disabled) {
  border-color: #ff1a66;
  color: #000;
}
.o-forms-field--inverse .o-forms-input--invalid :invalid:not(:disabled) + .o-forms-input__label:after,
.o-forms-field--inverse .o-forms-input--invalid :invalid:not(:disabled) + .o-forms-input__label:before,
.o-forms-field--inverse .o-forms-input--invalid input:not(:disabled) + .o-forms-input__label:after,
.o-forms-field--inverse .o-forms-input--invalid input:not(:disabled) + .o-forms-input__label:before,
.o-forms-field--inverse .o-forms-input--invalid select:not(:disabled) + .o-forms-input__label:after,
.o-forms-field--inverse .o-forms-input--invalid select:not(:disabled) + .o-forms-input__label:before,
.o-forms-field--inverse .o-forms-input--invalid textarea:not(:disabled) + .o-forms-input__label:after,
.o-forms-field--inverse .o-forms-input--invalid textarea:not(:disabled) + .o-forms-input__label:before {
  border-color: #ff1a66;
}
.o-forms-field--inverse .o-forms-input--invalid .o-forms-input__error {
  color: #fff;
}
.o-forms-field--inverse
  .o-forms-input--radio-box.o-forms-input--invalid
  .o-forms-input--radio-box__container {
  border-color: #ff1a66;
}
.o-forms-field--inverse .o-forms-input--radio-box__container {
  background-color: #fff;
}
.o-forms-field--inverse .o-forms-input--radio-box input[type='radio']:focus {
  box-shadow: unset;
  outline: unset;
}
.o-forms-field--inverse .o-forms-input--radio-box input[type='radio']:focus + .o-forms-input__label {
  box-shadow:
    0 0 0 4px #4d4845,
    0 0 0 8px #fff;
}
@supports selector(:focus-visible) {
  .o-forms-field--inverse .o-forms-input--radio-box input[type='radio']:focus + .o-forms-input__label {
    box-shadow: unset;
    outline: unset;
  }
  .o-forms-field--inverse
    .o-forms-input--radio-box
    input[type='radio']:focus-visible
    + .o-forms-input__label {
    box-shadow:
      0 0 0 4px #4d4845,
      0 0 0 8px #fff;
  }
}
.o-forms-field--inverse .o-forms-input--file ::file-selector-button {
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  --_o-pf-button-border-size: 1px;
  --_o-pf-button-icon-size: calc(var(--_o-pf-button-min-height) - var(--_o-pf-button-block-padding) * 2);
  --_o-pf-button-min-width: 60px;
  --_o-pf-button-min-height: 28px;
  --_o-pf-button-inline-padding-start: 0.5rem;
  --_o-pf-button-inline-padding-end: 0.5rem;
  --_o-pf-button-block-padding: 0.25rem;
  align-items: center;
  appearance: none;
  background-color: #fff;
  border-color: transparent;
  border: var(--_o-pf-button-border-size) solid hsla(0, 0%, 100%, 0);
  border-radius: 0.125rem;
  box-sizing: border-box;
  color: #262a33;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.75rem;
  justify-content: center;
  line-height: 1rem;
  min-height: var(--_o-pf-button-min-height, 44px);
  min-width: var(--_o-pf-button-min-width);
  padding: 0 var(--_o-pf-button-inline-padding-end) 0 var(--_o-pf-button-inline-padding-start);
  text-align: center;
  text-decoration: none;
  transition:
    background-color 0.3s,
    color 0.15s ease-out,
    border-color 0.15s ease-out;
  vertical-align: middle;
}
.o-forms-field--inverse .o-forms-input--file ::file-selector-button[disabled] {
  cursor: default;
  opacity: 0.4;
  pointer-events: none;
}
.o-forms-field--inverse .o-forms-input--file ::file-selector-button:hover {
  background-color: #c9cacc;
  border-color: hsla(0, 0%, 100%, 0);
  color: #262a33;
}
.o-forms-field--inverse .o-forms-input--file ::file-selector-button:focus-visible {
  background-color: #c9cacc;
  border-color: hsla(0, 0%, 100%, 0);
  color: #262a33;
  outline: 0;
}
.o-forms-field--inverse .o-forms-input--file ::file-selector-button:focus {
  box-shadow:
    0 0 0 4px #4d4845,
    0 0 0 8px #fff;
  z-index: 1;
}
@supports selector(:focus-visible) {
  .o-forms-field--inverse .o-forms-input--file ::file-selector-button:focus {
    box-shadow: unset;
    outline: unset;
  }
  .o-forms-field--inverse .o-forms-input--file ::file-selector-button:focus-visible {
    box-shadow:
      0 0 0 4px #4d4845,
      0 0 0 8px #fff;
    z-index: 1;
  }
}
.o-forms-field--inverse
  .o-forms-input--file
  ::file-selector-button:is(:active, [aria-selected='true'], [aria-current], [aria-pressed='true']) {
  background-color: #9d9fa3;
  border-color: hsla(0, 0%, 100%, 0);
  color: #262a33;
}
.o-forms__error-summary--inverse {
  background-color: rgba(255, 26, 102, 0.11);
  border: 1px solid #ff1a66;
}
.o-forms__error-summary--inverse .o-forms__error-summary__heading,
.o-forms__error-summary--inverse .o-forms__error-summary__list {
  color: #fff;
}
.o-forms__error-summary--inverse .o-forms__error-summary__list a {
  border-bottom: 1px solid #fff;
  color: #fff;
}
.o-forms__error-summary--inverse .o-forms__error-summary__list a:focus,
.o-forms__error-summary--inverse .o-forms__error-summary__list a:focus-visible {
  outline-color: inherit;
}
.o-forms-field--white {
  --o-forms-toggle-handle-color: #fff;
}
.o-forms-input__state {
  align-items: center;
  color: inherit;
  display: flex;
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 1.75;
}
.o-forms-input__state:after,
.o-forms-input__state:before {
  content: '';
}
.o-forms-input__state--icon-only:after {
  position: absolute;
  clip: rect(0 0 0 0);
  border: 0;
  clip-path: polygon(0 0, 0 0);
  height: 2px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  width: 2px;
}
.o-forms-input__state--custom:after {
  display: none;
}
.o-forms-input--saving {
  display: block;
}
.o-forms-input--saving .o-forms-input__state {
  padding: 0;
}
.o-forms-input--saving .o-forms-input__state:after {
  content: 'Saving';
}
.o-forms-input--saving .o-forms-input__state:before {
  animation: o-loading-spinner 1s linear infinite;
  border: 2px solid rgba(51, 48, 46, 0.25);
  border-radius: 50%;
  border-top-color: #33302e;
  display: inline-block;
  height: 12px;
  margin: 0 8px 0 0;
  width: 12px;
}
.o-forms-input--saved {
  color: #007a3e;
  display: block;
}
.o-forms-input--saved .o-forms-input__state {
  margin-left: -4px;
}
.o-forms-input--saved .o-forms-input__state:after {
  content: 'Saved';
}
.o-forms-input--saved .o-forms-input__state:before {
  background-color: transparent;
  background-image: url(assets/80e4481503ebb4ef.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 28px;
  vertical-align: baseline;
  width: 28px;
}
@media screen and (-ms-high-contrast: active) {
  .o-forms-input--saved .o-forms-input__state:before {
    background-image: url(assets/7d8c9951c9c7b9ed.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .o-forms-input--saved .o-forms-input__state:before {
    background-image: url(assets/997dd3bce251eaac.svg);
  }
}
@media (min-width: 30.625em) {
  .o-forms-input--inline.o-forms-input--saved,
  .o-forms-input--inline.o-forms-input--saving {
    align-items: center;
    flex-direction: row-reverse;
  }
  .o-forms-input--inline.o-forms-input--saved label,
  .o-forms-input--inline.o-forms-input--saving label {
    margin: 0;
  }
  .o-forms-input--inline.o-forms-input--saved .o-forms-input__state--icon-only,
  .o-forms-input--inline.o-forms-input--saving .o-forms-input__state--icon-only {
    padding: 0;
  }
  .o-forms-input--inline.o-forms-input--saving .o-forms-input__state {
    padding: 0 12px;
  }
  .o-forms-input--inline.o-forms-input--saved .o-forms-input__state {
    padding: 0 12px 0 8px;
  }
}
.o-top-banner {
  border-bottom: 8px solid transparent;
  display: flex;
  justify-content: center;
}
.o-top-banner__container {
  align-items: center;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px 96px;
  padding: 16px 10px 8px;
}
@media (min-width: 30.625em) {
  .o-top-banner__container {
    padding: 32px 20px 24px;
  }
}
.o-top-banner__content {
  flex-grow: 1;
  max-width: 75ch;
}
.o-top-banner__copy,
.o-top-banner__heading {
  margin: 0;
  padding: 0;
}
.o-top-banner__heading {
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
}
@media (min-width: 30.625em) {
  .o-top-banner__heading {
    font-family:
      metric\2 VF,
      sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.75rem;
  }
}
.o-top-banner__copy {
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
}
@media (min-width: 30.625em) {
  .o-top-banner__copy {
    font-family:
      metric\2 VF,
      sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
  }
}
.o-top-banner--new-world {
  background-color: #262a33;
  color: #fff;
}
.o-top-banner--new-world .o-top-banner__heading {
  color: #fcd0b1;
}
.o-top-banner--new-world .o-top-banner__button {
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  --_o-pf-button-border-size: 1px;
  --_o-pf-button-icon-size: calc(var(--_o-pf-button-min-height) - var(--_o-pf-button-block-padding) * 2);
  --_o-pf-button-min-width: 60px;
  --_o-pf-button-min-height: 28px;
  --_o-pf-button-inline-padding-start: 0.5rem;
  --_o-pf-button-inline-padding-end: 0.5rem;
  --_o-pf-button-block-padding: 0.25rem;
  align-items: center;
  appearance: none;
  background-color: #fcd0b1;
  border-color: transparent;
  border: var(--_o-pf-button-border-size) solid transparent;
  border-radius: 0.125rem;
  box-sizing: border-box;
  color: #262a33;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.75rem;
  justify-content: center;
  line-height: 1rem;
  min-height: var(--_o-pf-button-min-height, 44px);
  min-width: var(--_o-pf-button-min-width);
  padding: 0 var(--_o-pf-button-inline-padding-end) 0 var(--_o-pf-button-inline-padding-start);
  text-align: center;
  text-decoration: none;
  transition:
    background-color 0.3s,
    color 0.15s ease-out,
    border-color 0.15s ease-out;
  vertical-align: middle;
}
.o-top-banner--new-world .o-top-banner__button[disabled] {
  cursor: default;
  opacity: 0.4;
  pointer-events: none;
}
.o-top-banner--new-world .o-top-banner__button:hover {
  background-color: #c7a792;
  border-color: transparent;
  color: #262a33;
}
.o-top-banner--new-world .o-top-banner__button:focus-visible {
  background-color: #c7a792;
  border-color: transparent;
  color: #262a33;
  outline: 0;
}
.o-top-banner--new-world .o-top-banner__button:focus {
  box-shadow:
    0 0 0 4px #4d4845,
    0 0 0 8px #fff;
  z-index: 1;
}
@supports selector(:focus-visible) {
  .o-top-banner--new-world .o-top-banner__button:focus {
    box-shadow: unset;
    outline: unset;
  }
  .o-top-banner--new-world .o-top-banner__button:focus-visible {
    box-shadow:
      0 0 0 4px #4d4845,
      0 0 0 8px #fff;
    z-index: 1;
  }
}
.o-top-banner--new-world
  .o-top-banner__button:is(:active, [aria-selected='true'], [aria-current], [aria-pressed='true']) {
  background-color: #9c8578;
  border-color: transparent;
  color: #1e2229;
}
@media (min-width: 30.625em) {
  .o-top-banner--new-world .o-top-banner__button {
    font-family:
      metric\2 VF,
      sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5rem;
    --_o-pf-button-border-size: 1px;
    --_o-pf-button-icon-size: calc(var(--_o-pf-button-min-height) - var(--_o-pf-button-block-padding) * 2);
    --_o-pf-button-min-width: 80px;
    --_o-pf-button-min-height: 44px;
    --_o-pf-button-inline-padding-start: 1rem;
    --_o-pf-button-inline-padding-end: 1rem;
    --_o-pf-button-block-padding: 0.5rem;
    align-items: center;
    appearance: none;
    background-color: #fcd0b1;
    border-color: transparent;
    border: var(--_o-pf-button-border-size) solid transparent;
    border-radius: 0.125rem;
    box-sizing: border-box;
    color: #262a33;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    min-height: var(--_o-pf-button-min-height, 44px);
    min-width: var(--_o-pf-button-min-width);
    padding: 0 var(--_o-pf-button-inline-padding-end) 0 var(--_o-pf-button-inline-padding-start);
    text-align: center;
    text-decoration: none;
    transition:
      background-color 0.3s,
      color 0.15s ease-out,
      border-color 0.15s ease-out;
    vertical-align: middle;
  }
  .o-top-banner--new-world .o-top-banner__button[disabled] {
    cursor: default;
    opacity: 0.4;
    pointer-events: none;
  }
  .o-top-banner--new-world .o-top-banner__button:hover {
    background-color: #c7a792;
    border-color: transparent;
    color: #262a33;
  }
  .o-top-banner--new-world .o-top-banner__button:focus-visible {
    background-color: #c7a792;
    border-color: transparent;
    color: #262a33;
    outline: 0;
  }
  .o-top-banner--new-world .o-top-banner__button:focus {
    box-shadow:
      0 0 0 4px #4d4845,
      0 0 0 8px #fff;
    z-index: 1;
  }
  @supports selector(:focus-visible) {
    .o-top-banner--new-world .o-top-banner__button:focus {
      box-shadow: unset;
      outline: unset;
    }
    .o-top-banner--new-world .o-top-banner__button:focus-visible {
      box-shadow:
        0 0 0 4px #4d4845,
        0 0 0 8px #fff;
      z-index: 1;
    }
  }
  .o-top-banner--new-world
    .o-top-banner__button:is(:active, [aria-selected='true'], [aria-current], [aria-pressed='true']) {
    background-color: #9c8578;
    border-color: transparent;
    color: #1e2229;
  }
}
.o-top-banner--professional-inverse {
  background-color: #262a33;
  border-color: #8fb3a1;
  color: #fff;
}
.o-top-banner--professional-inverse .o-top-banner__heading {
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
}
@media (min-width: 30.625em) {
  .o-top-banner--professional-inverse .o-top-banner__heading {
    font-family:
      metric\2 VF,
      sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.75rem;
  }
}
.o-top-banner--professional-inverse .o-top-banner__container {
  padding-bottom: 16px;
}
@media (min-width: 30.625em) {
  .o-top-banner--professional-inverse .o-top-banner__container {
    padding: 28px 20px;
  }
}
.o-top-banner--professional-inverse .o-top-banner__button {
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  --_o-pf-button-border-size: 1px;
  --_o-pf-button-icon-size: calc(var(--_o-pf-button-min-height) - var(--_o-pf-button-block-padding) * 2);
  --_o-pf-button-min-width: 60px;
  --_o-pf-button-min-height: 28px;
  --_o-pf-button-inline-padding-start: 0.5rem;
  --_o-pf-button-inline-padding-end: 0.5rem;
  --_o-pf-button-block-padding: 0.25rem;
  align-items: center;
  appearance: none;
  background-color: #c0efd8;
  border-color: transparent;
  border: var(--_o-pf-button-border-size) solid hsla(0, 0%, 100%, 0);
  border-radius: 0.125rem;
  box-sizing: border-box;
  color: #262a33;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.75rem;
  justify-content: center;
  line-height: 1rem;
  min-height: var(--_o-pf-button-min-height, 44px);
  min-width: var(--_o-pf-button-min-width);
  padding: 0 var(--_o-pf-button-inline-padding-end) 0 var(--_o-pf-button-inline-padding-start);
  text-align: center;
  text-decoration: none;
  transition:
    background-color 0.3s,
    color 0.15s ease-out,
    border-color 0.15s ease-out;
  vertical-align: middle;
}
.o-top-banner--professional-inverse .o-top-banner__button[disabled] {
  cursor: default;
  opacity: 0.4;
  pointer-events: none;
}
.o-top-banner--professional-inverse .o-top-banner__button:hover {
  background-color: #9abeaf;
  border-color: hsla(0, 0%, 100%, 0);
  color: #262a33;
}
.o-top-banner--professional-inverse .o-top-banner__button:focus-visible {
  background-color: #9abeaf;
  border-color: hsla(0, 0%, 100%, 0);
  color: #262a33;
  outline: 0;
}
.o-top-banner--professional-inverse .o-top-banner__button:focus {
  box-shadow:
    0 0 0 4px #4d4845,
    0 0 0 8px #fff;
  z-index: 1;
}
@supports selector(:focus-visible) {
  .o-top-banner--professional-inverse .o-top-banner__button:focus {
    box-shadow: unset;
    outline: unset;
  }
  .o-top-banner--professional-inverse .o-top-banner__button:focus-visible {
    box-shadow:
      0 0 0 4px #4d4845,
      0 0 0 8px #fff;
    z-index: 1;
  }
}
.o-top-banner--professional-inverse
  .o-top-banner__button:is(:active, [aria-selected='true'], [aria-current], [aria-pressed='true']) {
  background-color: #7b968e;
  border-color: hsla(0, 0%, 100%, 0);
  color: #262a33;
}
@media (min-width: 30.625em) {
  .o-top-banner--professional-inverse .o-top-banner__button {
    font-family:
      metric\2 VF,
      sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5rem;
    --_o-pf-button-border-size: 1px;
    --_o-pf-button-icon-size: calc(var(--_o-pf-button-min-height) - var(--_o-pf-button-block-padding) * 2);
    --_o-pf-button-min-width: 80px;
    --_o-pf-button-min-height: 44px;
    --_o-pf-button-inline-padding-start: 1rem;
    --_o-pf-button-inline-padding-end: 1rem;
    --_o-pf-button-block-padding: 0.5rem;
    align-items: center;
    appearance: none;
    background-color: #c0efd8;
    border-color: transparent;
    border: var(--_o-pf-button-border-size) solid hsla(0, 0%, 100%, 0);
    border-radius: 0.125rem;
    box-sizing: border-box;
    color: #262a33;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    min-height: var(--_o-pf-button-min-height, 44px);
    min-width: var(--_o-pf-button-min-width);
    padding: 0 var(--_o-pf-button-inline-padding-end) 0 var(--_o-pf-button-inline-padding-start);
    text-align: center;
    text-decoration: none;
    transition:
      background-color 0.3s,
      color 0.15s ease-out,
      border-color 0.15s ease-out;
    vertical-align: middle;
  }
  .o-top-banner--professional-inverse .o-top-banner__button[disabled] {
    cursor: default;
    opacity: 0.4;
    pointer-events: none;
  }
  .o-top-banner--professional-inverse .o-top-banner__button:hover {
    background-color: #9abeaf;
    border-color: hsla(0, 0%, 100%, 0);
    color: #262a33;
  }
  .o-top-banner--professional-inverse .o-top-banner__button:focus-visible {
    background-color: #9abeaf;
    border-color: hsla(0, 0%, 100%, 0);
    color: #262a33;
    outline: 0;
  }
  .o-top-banner--professional-inverse .o-top-banner__button:focus {
    box-shadow:
      0 0 0 4px #4d4845,
      0 0 0 8px #fff;
    z-index: 1;
  }
  @supports selector(:focus-visible) {
    .o-top-banner--professional-inverse .o-top-banner__button:focus {
      box-shadow: unset;
      outline: unset;
    }
    .o-top-banner--professional-inverse .o-top-banner__button:focus-visible {
      box-shadow:
        0 0 0 4px #4d4845,
        0 0 0 8px #fff;
      z-index: 1;
    }
  }
  .o-top-banner--professional-inverse
    .o-top-banner__button:is(:active, [aria-selected='true'], [aria-current], [aria-pressed='true']) {
    background-color: #7b968e;
    border-color: hsla(0, 0%, 100%, 0);
    color: #262a33;
  }
}
@font-face {
  font-display: swap;
  font-family: metric\2 VF;
  font-style: normal;
  font-weight: 300 800;
  src: url(assets/2f11b368ace0bcf2.woff2)
    format('woff2-variations');
}
@font-face {
  font-display: swap;
  font-family: financier display VF;
  font-style: normal;
  font-weight: 200 800;
  src: url(assets/33a00fe5d2f70e9e.woff2)
    format('woff2-variations');
}
html:after {
  content: '{ "layout": "default", "gutter": "10px" }';
  display: none;
}
@media (min-width: 30.625em) {
  html:after {
    content: '{ "layout": "S", "gutter": "10px" }';
  }
}
@media (min-width: 46.25em) {
  html:after {
    content: '{ "layout": "M", "gutter": "20px" }';
  }
}
@media (min-width: 61.25em) {
  html:after {
    content: '{ "layout": "L", "gutter": "20px" }';
  }
}
@media (min-width: 76.25em) {
  html:after {
    content: '{ "layout": "XL", "gutter": "20px" }';
  }
}
.o-tooltip {
  background: #fff;
  border: 0;
  box-shadow:
    0 1px 4px rgba(77, 72, 69, 0.15),
    0 8px 14px rgba(77, 72, 69, 0.2);
  box-sizing: border-box;
  display: none;
  opacity: 0;
  position: absolute;
  transition:
    opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    transform 0.5s cubic-bezier(1, 0, 0.5, 1.275);
  z-index: 10;
}
.o-tooltip.o-tooltip--arrow-left:after {
  border-right-color: #fff;
}
.o-tooltip.o-tooltip--arrow-right:after {
  border-left-color: #fff;
}
.o-tooltip.o-tooltip--arrow-above:after {
  border-bottom-color: #fff;
}
.o-tooltip.o-tooltip--arrow-below:after {
  border-top-color: #fff;
}
.o-tooltip .o-tooltip-close {
  background-image: url(assets/7fac3686de5a445f.svg);
  height: 20px;
  width: 20px;
}
@media screen and (-ms-high-contrast: active) {
  .o-tooltip .o-tooltip-close {
    background-image: url(assets/3f61c03e949f4469.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .o-tooltip .o-tooltip-close {
    background-image: url(assets/61682e325089abd1.svg);
  }
}
.o-tooltip.visible {
  opacity: 1;
  transform: translate(0);
}
.o-tooltip[data-o-tooltip-position='left']:not(.visible) {
  transform: translate(-50px);
}
.o-tooltip[data-o-tooltip-position='right']:not(.visible) {
  transform: translate(50px);
}
.o-tooltip[data-o-tooltip-position='top']:not(.visible) {
  transform: translateY(-50px);
}
.o-tooltip[data-o-tooltip-position='bottom']:not(.visible) {
  transform: translateY(50px);
}
.o-tooltip-content {
  box-sizing: border-box;
  float: left;
  font-family:
    metric\2 VF,
    sans-serif;
  font-size: 1rem;
  font-weight: 400;
  hyphens: auto;
  line-height: 1.5rem;
  overflow: auto;
  padding: 0.75rem 2rem 0.75rem 1.25rem;
  position: relative;
}
.o-tooltip-content > :first-child {
  margin-top: 0;
}
.o-tooltip-content > :last-child {
  margin-bottom: 0;
}
.o-tooltip--arrow-above:after,
.o-tooltip--arrow-above:before,
.o-tooltip--arrow-below:after,
.o-tooltip--arrow-below:before,
.o-tooltip--arrow-left:after,
.o-tooltip--arrow-left:before,
.o-tooltip--arrow-right:after,
.o-tooltip--arrow-right:before {
  border: solid transparent;
  content: '';
  position: absolute;
}
.o-tooltip--arrow-above:before,
.o-tooltip--arrow-below:before,
.o-tooltip--arrow-left:before,
.o-tooltip--arrow-right:before {
  border-width: 12px;
}
.o-tooltip--arrow-above:after,
.o-tooltip--arrow-below:after,
.o-tooltip--arrow-left:after,
.o-tooltip--arrow-right:after {
  border-width: 10px;
}
.o-tooltip--arrow-left.o-tooltip-arrow--align-top:after,
.o-tooltip--arrow-left.o-tooltip-arrow--align-top:before,
.o-tooltip--arrow-right.o-tooltip-arrow--align-top:after,
.o-tooltip--arrow-right.o-tooltip-arrow--align-top:before {
  margin-top: 0;
  top: 0;
}
.o-tooltip--arrow-left.o-tooltip-arrow--align-bottom:after,
.o-tooltip--arrow-left.o-tooltip-arrow--align-bottom:before,
.o-tooltip--arrow-right.o-tooltip-arrow--align-bottom:after,
.o-tooltip--arrow-right.o-tooltip-arrow--align-bottom:before {
  bottom: 0;
  margin-top: 0;
  top: auto;
}
.o-tooltip--arrow-left:after,
.o-tooltip--arrow-left:before,
.o-tooltip--arrow-right:after,
.o-tooltip--arrow-right:before {
  top: 50%;
}
.o-tooltip--arrow-left:before,
.o-tooltip--arrow-right:before {
  margin-top: -12px;
}
.o-tooltip--arrow-left:after,
.o-tooltip--arrow-right:after {
  margin-top: -10px;
}
.o-tooltip--arrow-left:after,
.o-tooltip--arrow-left:before {
  border-left-width: 0;
  right: 100%;
}
.o-tooltip--arrow-left:before {
  border-right-color: rgba(0, 0, 0, 0.05);
}
.o-tooltip--arrow-right:after,
.o-tooltip--arrow-right:before {
  border-right-width: 0;
  left: 100%;
}
.o-tooltip--arrow-right:before {
  border-left-color: rgba(0, 0, 0, 0.05);
}
.o-tooltip--arrow-above.o-tooltip-arrow--align-left:after,
.o-tooltip--arrow-above.o-tooltip-arrow--align-left:before,
.o-tooltip--arrow-below.o-tooltip-arrow--align-left:after,
.o-tooltip--arrow-below.o-tooltip-arrow--align-left:before {
  left: 10%;
}
.o-tooltip--arrow-above.o-tooltip-arrow--align-right:after,
.o-tooltip--arrow-above.o-tooltip-arrow--align-right:before,
.o-tooltip--arrow-below.o-tooltip-arrow--align-right:after,
.o-tooltip--arrow-below.o-tooltip-arrow--align-right:before {
  left: 90%;
}
.o-tooltip--arrow-above:after,
.o-tooltip--arrow-above:before,
.o-tooltip--arrow-below:after,
.o-tooltip--arrow-below:before {
  left: 50%;
}
.o-tooltip--arrow-above:before,
.o-tooltip--arrow-below:before {
  margin-left: -12px;
}
.o-tooltip--arrow-above:after,
.o-tooltip--arrow-below:after {
  margin-left: -10px;
}
.o-tooltip--arrow-above:after,
.o-tooltip--arrow-above:before {
  border-top-width: 0;
  bottom: 100%;
}
.o-tooltip--arrow-above:before {
  border-bottom-color: rgba(0, 0, 0, 0.05);
}
.o-tooltip--arrow-below:after,
.o-tooltip--arrow-below:before {
  border-bottom-width: 0;
  top: 100%;
}
.o-tooltip--arrow-below:before {
  border-top-color: rgba(0, 0, 0, 0.05);
}
.o-tooltip-close {
  appearance: none;
  background-color: transparent;
  background-image: url(assets/7fac3686de5a445f.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  box-sizing: content-box;
  cursor: pointer;
  display: inline-block;
  font: inherit;
  height: 20px;
  margin: 5px 5px 15px 15px;
  outline: inherit;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  user-select: none;
  vertical-align: baseline;
  width: 20px;
}
@media screen and (-ms-high-contrast: active) {
  .o-tooltip-close {
    background-image: url(assets/3f61c03e949f4469.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .o-tooltip-close {
    background-image: url(assets/61682e325089abd1.svg);
  }
}
.o-tooltip-close:after {
  bottom: -12px;
  content: '';
  left: -12px;
  position: absolute;
  right: -12px;
  top: -12px;
}
.o-tooltip.o-tooltip--professional {
  background: #262a33;
}
.o-tooltip.o-tooltip--professional.o-tooltip--arrow-left:after {
  border-right-color: #262a33;
}
.o-tooltip.o-tooltip--professional.o-tooltip--arrow-right:after {
  border-left-color: #262a33;
}
.o-tooltip.o-tooltip--professional.o-tooltip--arrow-above:after {
  border-bottom-color: #262a33;
}
.o-tooltip.o-tooltip--professional.o-tooltip--arrow-below:after {
  border-top-color: #262a33;
}
.o-tooltip.o-tooltip--professional .o-tooltip-content {
  color: #fff;
}
.o-tooltip.o-tooltip--professional .o-tooltip-close {
  background-image: url(assets/54d40820baf0e7d6.svg);
  height: 20px;
  width: 20px;
}
@media screen and (-ms-high-contrast: active) {
  .o-tooltip.o-tooltip--professional .o-tooltip-close {
    background-image: url(assets/3f61c03e949f4469.svg);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .o-tooltip.o-tooltip--professional .o-tooltip-close {
    background-image: url(assets/61682e325089abd1.svg);
  }
}
.n-exponea.o-banner {
  z-index: 107 !important;
}
.cp-clip__video-progress-bar {
  background: none;
  bottom: 0;
  overflow-y: visible;
  padding-top: 20px;
  pointer-events: none;
  position: absolute;
  user-select: none;
  -webkit-user-select: none;
  width: 100%;
  z-index: 2;
}
.cp-clip__video-progress-bar .cp-clip__progress-main-bar {
  background-color: var(--o3-color-palette-ft-grey);
  display: block;
  height: 3px;
  transition:
    margin 0.1s linear,
    height 0.1s linear;
  width: 100%;
}
@media (min-width: 61.25em) {
  .cp-clip__video-progress-bar .cp-clip__progress-main-bar {
    height: 4px;
  }
}
.cp-clip__video-progress-bar .cp-clip__progress-main-bar.cp-clip__progress-enlarged {
  height: 8px;
  margin-top: -4px;
}
.cp-clip__video-progress-bar
  .cp-clip__progress-main-bar.cp-clip__progress-enlarged
  .cp-clip__progress-cursor {
  border-radius: 50%;
  display: block;
  height: 18px;
  position: absolute;
  transform: translate(-50%, calc(-50% - 4px));
  width: 18px;
}
.cp-clip__video-progress-bar .cp-clip__progress-main-bar.cp-clip__progress-enlarged .cp-clip__progress-time {
  color: var(--o3-color-palette-white);
  display: block;
  font-family: var(--o3-font-family-metric);
  font-size: var(--o3-font-size-metric2-negative-1);
  position: absolute;
  transform: translate(-12px, -24px);
}
@media (min-width: 61.25em) {
  .cp-clip__video-progress-bar
    .cp-clip__progress-main-bar.cp-clip__progress-enlarged
    .cp-clip__progress-time {
    transform: translate(-12px, -22px);
  }
}
.cp-clip__video-progress-bar .cp-clip__progress-main-bar div {
  background-color: var(--o3-color-palette-teal-70);
  height: 100%;
}
.cp-clip__video-progress-bar .cp-clip__progress-main-bar .cp-clip__progress-cursor,
.cp-clip__video-progress-bar .cp-clip__progress-main-bar .cp-clip__progress-ended .cp-clip__progress-cursor,
.cp-clip__video-progress-bar .cp-clip__progress-main-bar .cp-clip__progress-ended .cp-clip__progress-time,
.cp-clip__video-progress-bar .cp-clip__progress-main-bar .cp-clip__progress-time {
  display: none;
}
.cp-clip__video-progress-bar .cp-clip__progress-main-bar .cp-clip__progress-bar {
  padding: 0;
  width: 0;
}
.cp-clip--playing .cp-clip__video-progress-bar {
  pointer-events: auto;
}
.cp-clip {
  --o-loading-size: 64px;
  @import '@financial-times/o3-foundation/css/core.css';
  --o-loading-size: 44px;
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
  width: 100%;
}
.cp-clip .cp-clip__caption {
  margin-top: 0;
  margin-top: var(--o3-spacing-5xs);
  position: relative;
  z-index: -1;
}
.cp-clip .o-expander__description-box + .cp-clip__caption {
  padding-right: 34px;
}
.cp-clip .cp-clip__video {
  grid-column-start: 1;
  grid-row-start: 1;
  max-height: 80vh;
  max-width: 100%;
  object-fit: contain;
}
.cp-clip .cp-clip__video.no-focus-style {
  outline: none;
}
.cp-clip .cp-clip__video-container {
  height: fit-content;
  line-height: 0px;
  position: relative;
  width: 100%;
}
.cp-clip .cp-clip__video-meta-info {
  min-width: 100%;
  width: min-content;
}
.cp-clip .cp-clip__video-meta-info .o-expander__toggle[aria-expanded='false'] {
  display: block;
  float: right;
  height: 30px;
  padding: 0;
  position: absolute;
  width: 30px;
}
.cp-clip .cp-clip__video-meta-info .o-expander__toggle[aria-expanded='false']:after {
  background-color: var(--o3-color-palette-black-80);
  content: '';
  display: block;
  height: 100%;
  left: 0;
  mask-image: var(--o3-icon-media-description);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: var(--o3-spacing-xs);
  position: absolute;
  top: 0;
  width: 100%;
}
.cp-clip .cp-clip__video-meta-info .o-expander {
  display: none;
}
.cp-clip .cp-clip__video-meta-info .o-expander.o-expander--initialized {
  display: inline;
}
.cp-clip .o-expander__info-box {
  color: var(--o3-color-palette-white);
  display: flex;
  grid-column-start: 1;
  grid-row-start: 1;
  height: fit-content;
  min-width: var(--o3-spacing-m);
  overflow: hidden;
  width: 100%;
  z-index: 1;
}
.cp-clip .o-expander__info-box .o-expander__toggle[aria-expanded='true'] {
  top: 10px;
}
.cp-clip .o-expander__info-box .o-expander__toggle-empty {
  display: none;
}
.cp-clip .o-expander__info-box .o-expander__content[aria-hidden='false'] {
  margin-bottom: 5px;
}
.cp-clip .video-info {
  background: var(--o3-color-palette-wheat);
  box-sizing: border-box;
  color: var(--o3-color-use-case-support-text);
  font-family: var(--o3-type-detail-font-family);
  font-size: var(--o3-type-detail-font-size);
  font-weight: var(--o3-type-detail-font-weight);
  line-height: var(--o3-type-detail-line-height);
  min-width: var(--o3-spacing-m);
  padding: var(--o3-spacing-3xs) var(--o3-spacing-2xs) var(--o3-spacing-2xs);
  width: 100%;
}
@media (min-width: 61.25em) {
  .cp-clip .video-info {
    font-family: var(--o3-type-body-base-font-family);
    font-size: var(--o3-type-body-base-font-size);
    font-weight: var(--o3-type-body-base-font-weight);
    line-height: var(--o3-type-body-base-line-height);
  }
}
.cp-clip .o-expander__toggle {
  border: none;
  position: absolute;
  right: 0;
}
.cp-clip .o-expander__toggle:after {
  display: none;
}
.cp-clip .o-expander__toggle[aria-expanded='true'] {
  background-color: transparent;
  display: inline-block;
  height: 30px;
  width: 30px;
  z-index: 1;
}
.cp-clip .o-expander__toggle[aria-expanded='true']:after {
  background-color: var(--o3-color-palette-black);
  content: '';
  display: block;
  height: var(--o3-spacing-m);
  left: 50%;
  mask-image: var(--o3-icon-cross);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: var(--o3-spacing-xs);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: var(--o3-spacing-m);
}
.cp-clip .o-expander__toggle[aria-expanded='false'] {
  margin-top: var(--o3-spacing-5xs);
}
.cp-clip .cp-clip__offline-message {
  align-items: center;
  display: flex;
  margin-left: -10px;
  margin-right: var(--o3-spacing-2xs);
  padding-bottom: 5px;
  padding-left: 5px;
  padding-top: 5px;
}
.cp-clip .video-description {
  background: var(--o3-color-palette-black-5);
  box-sizing: border-box;
  color: var(--o3-color-palette-ft-grey);
  min-width: var(--o3-spacing-m);
  overflow-y: scroll;
  padding: 6px var(--o3-spacing-s) var(--o3-spacing-4xs) 15px;
  position: relative;
  width: 100%;
}
.cp-clip .video-description.o-expander__content--expanded {
  flex-direction: column;
  margin-top: var(--o3-spacing-5xs);
}
.cp-clip .video-description .video-description__title {
  line-height: 32px;
  margin: 0;
  margin-bottom: var(--o3-spacing-4xs);
  padding-right: 1ch;
}
.cp-clip .video-description#transcript-tab {
  display: none;
}
.cp-clip .video-description .video-description__text {
  margin: 0;
  max-height: 280px;
}
.cp-clip .video-description .video-description__text::-webkit-scrollbar {
  width: 5px;
}
.cp-clip .video-description .video-description__text::-webkit-scrollbar-track {
  background: none;
}
.cp-clip .video-description .video-description__text::-webkit-scrollbar-thumb {
  background-color: var(--o3-color-palette-ft-grey);
  border-radius: 5px;
}
.cp-clip .video-description::-webkit-scrollbar-thumb {
  background: var(--o3-color-palette-black-50);
  border-radius: 10px;
}
.cp-clip .video-description::-webkit-scrollbar {
  width: var(--o3-spacing-5xs);
}
.cp-clip .video-description__tabs {
  background: var(--o3-color-palette-black-5);
  border-bottom: var(--o3-color-palette-black-20) solid;
  display: flex;
  gap: var(--o3-spacing-s);
  height: 30px;
  margin-top: var(--o3-spacing-5xs);
  padding: 0 var(--o3-spacing-2xs);
}
.cp-clip .video-description__tabs .video-description__tabs-description,
.cp-clip .video-description__tabs .video-description__tabs-transcript {
  background-color: transparent;
  border-width: 0;
  font-family: var(--o3-type-detail-font-family);
  font-size: var(--o3-type-detail-font-size);
  font-weight: var(--o3-type-detail-font-weight);
  line-height: var(--o3-type-detail-line-height);
  padding: 0;
}
.cp-clip .video-description__tabs .video-description__tabs-description.active,
.cp-clip .video-description__tabs .video-description__tabs-transcript.active {
  font-weight: var(--o3-font-weight-semibold);
  position: relative;
}
.cp-clip .video-description__tabs .video-description__tabs-description.active:after,
.cp-clip .video-description__tabs .video-description__tabs-transcript.active:after {
  background-color: var(--o3-color-palette-black);
  bottom: 0;
  content: '';
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
.cp-clip .cp-clip__credit {
  display: inline;
}
.cp-clip .o-loading {
  animation: o-loading-spinner 1s linear infinite;
  border-radius: 50%;
  display: inline-block;
}
.cp-clip .o-loading--light {
  border-color: #fff hsla(0, 0%, 100%, 0.25) hsla(0, 0%, 100%, 0.25);
  border-style: solid;
}
.cp-clip .o-loading--large {
  border-width: 5px;
  height: 36px;
  width: 36px;
}
.cp-clip[data-o-component='cp-clip'] {
  flex: none;
}
.cp-clip .cp-clip__video-controls {
  box-sizing: border-box;
  height: 100%;
  max-height: 80vh;
  max-width: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.cp-clip:not(.cp-clip--playing) .cp-clip__video-controls {
  background-color: rgba(0, 0, 0, 0.25);
}
.cp-clip .cp-clip__video-controls-bottom-bar {
  align-items: flex-end;
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, 0.75));
  bottom: 0;
  box-sizing: border-box;
  display: flex;
  height: 35%;
  justify-content: space-between;
  padding: var(--o3-spacing-5xs) var(--o3-spacing-4xs) var(--o3-spacing-s) var(--o3-spacing-4xs);
  position: absolute;
  width: 100%;
}
.cp-clip .cp-clip__video-controls-bottom-bar--fade-out:not(:has(button:focus)) {
  animation: fade-out 0.5s 1;
  animation-fill-mode: forwards;
}
.cp-clip .cp-clip__play-icon-container {
  color: var(--o3-color-palette-white);
  font-family: MetricWeb;
  left: 50%;
  line-height: 1;
  margin: auto;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
}
.cp-clip .cp-clip__play-icon {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.75);
  border: 2px solid transparent;
  border-radius: 50%;
  display: flex;
  height: 72px;
  justify-content: center;
  margin: auto;
  margin-bottom: var(--o3-spacing-4xs);
  width: 72px;
}
.cp-clip .cp-clip__play-icon:focus,
.cp-clip .cp-clip__play-icon:hover {
  border-color: var(--o3-color-palette-white);
}
.cp-clip .cp-clip__play-icon:after {
  background-color: var(--o3-color-palette-white);
  content: '';
  height: 44px;
  mask-image: var(--o3-icon-play);
  width: 44px;
}
.cp-clip .cp-clip__loading-text,
.cp-clip .cp-clip__play-text {
  background-color: rgba(0, 0, 0, 0.75);
  display: block;
  padding: 0 var(--o3-spacing-5xs);
}
.cp-clip .cp-clip__replay-icon {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.75);
  border: 2px solid transparent;
  border-radius: 50%;
  display: flex;
  height: 72px;
  justify-content: center;
  margin: auto;
  margin-bottom: var(--o3-spacing-4xs);
  width: 72px;
}
.cp-clip .cp-clip__replay-icon:focus,
.cp-clip .cp-clip__replay-icon:hover {
  border-color: var(--o3-color-palette-white);
}
.cp-clip .cp-clip__replay-icon:after {
  background-color: var(--o3-color-palette-white);
  content: '';
  height: 44px;
  mask-image: var(--o3-icon-refresh);
  width: 44px;
}
.cp-clip.cp-clip--paused .cp-clip__video-controls-bottom-bar:not(:has(button:focus)),
.cp-clip.cp-clip--ready .cp-clip__video-controls-bottom-bar:not(:has(button:focus)) {
  animation: fade-out 0.5s 1;
  animation-fill-mode: forwards;
}
.cp-clip
  .cp-clip__video-controls:has(.cp-clip__video-controls-bottom-bar button:focus)
  .cp-clip__play-icon-container,
.cp-clip.cp-clip--loading .cp-clip__play-icon-container,
.cp-clip.cp-clip--playing .cp-clip__play-icon-container {
  display: none;
}
.cp-clip.cp-clip--playing .cp-clip__video-controls-bottom-bar {
  display: flex;
}
.cp-clip.cp-clip--loading .cp-clip__loading-icon-container {
  display: block;
}
.cp-clip .cp-clip__playpause-icon-pause {
  background-color: transparent;
  display: inline-block;
  height: var(--o3-spacing-m);
  position: relative;
  width: var(--o3-spacing-m);
}
.cp-clip .cp-clip__playpause-icon-pause:after {
  background-color: var(--o3-color-palette-white);
  content: '';
  height: 100%;
  left: 0;
  mask-image: var(--o3-icon-pause);
  mask-repeat: no-repeat;
  mask-size: contain;
  position: absolute;
  top: 0;
  width: 100%;
}
.cp-clip .cp-clip__playpause-icon-play {
  background-color: transparent;
  display: inline-block;
  height: var(--o3-spacing-m);
  position: relative;
  width: var(--o3-spacing-m);
}
.cp-clip .cp-clip__playpause-icon-play:after {
  background-color: var(--o3-color-palette-white);
  content: '';
  height: 100%;
  left: 0;
  mask-image: var(--o3-icon-play);
  mask-repeat: no-repeat;
  mask-size: contain;
  position: absolute;
  top: 0;
  width: 100%;
}
.cp-clip .cp-clip__playpause-icon {
  border: none;
  margin-left: var(--o3-spacing-3xs);
}
.cp-clip .cp-clip__playpause-icon-autoplay {
  border: 2px solid var(--o3-color-palette-ft-grey);
  border-radius: 50%;
  margin-left: var(--o3-spacing-4xs);
  padding: 0;
}
.cp-clip .cp-clip__playpause-icon-autoplay-progress {
  border: 2px solid var(--o3-color-palette-white);
  border-radius: 50%;
  box-sizing: content-box;
  display: inline-block;
  height: 100%;
  margin: -2px;
  width: 100%;
}
.cp-clip .cp-clip__mute-icon {
  background-color: transparent;
  border: none;
  display: inline-block;
  height: 32px;
  margin-right: var(--o3-spacing-2xs);
  position: relative;
  width: 32px;
}
.cp-clip .cp-clip__mute-icon:after {
  background-color: var(--o3-color-palette-white);
  content: '';
  height: 100%;
  left: 0;
  mask-image: var(--o3-icon-volume);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  position: absolute;
  top: 0;
  width: 100%;
}
.cp-clip .cp-clip__mute-icon[data-mute='true']:after {
  mask-image: var(--o3-icon-volume-mute);
}
.cp-clip .cp-clip__no-audio {
  background-color: transparent;
  border: none;
  display: inline-block;
  height: 32px;
  position: absolute;
  right: var(--o3-spacing-xs);
  width: 32px;
}
.cp-clip .cp-clip__no-audio:after {
  background-color: #999;
  content: '';
  height: 100%;
  left: 0;
  mask-image: var(--o3-icon-volume-mute);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  position: absolute;
  top: 0;
  width: 100%;
}
.cp-clip .cp-clip__closed-caption {
  background-color: transparent;
  border: none;
  display: inline-block;
  height: 32px;
  position: absolute;
  right: 70px;
  width: 32px;
}
.cp-clip .cp-clip__closed-caption:after {
  background-color: var(--o3-color-palette-white);
  content: '';
  height: 100%;
  left: 0;
  mask-image: var(--o3-icon-closed-captions-off);
  mask-repeat: no-repeat;
  mask-size: contain;
  position: absolute;
  top: 0;
  width: 100%;
}
.cp-clip .cp-clip__closed-caption:hover:after,
.cp-clip .cp-clip__closed-caption[data-display-closed-captions]:after {
  mask-image: var(--o3-icon-closed-captions-on);
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.cp-clip .cp-clip__loading-icon-container {
  color: var(--o3-color-palette-white);
  display: none;
  font-family: MetricWeb;
  left: 50%;
  line-height: 1;
  margin: auto;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
}
.cp-clip .cp-clip__loading-icon-bg {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.75);
  border: 2px solid transparent;
  border-radius: 50%;
  display: flex;
  height: 72px;
  justify-content: center;
  margin: auto;
  margin-bottom: var(--o3-spacing-4xs);
  width: 72px;
}
.cp-clip .o-loading {
  height: var(--o-loading-size);
  width: var(--o-loading-size);
}
.cp-timeline {
  display: flex;
  flex-direction: column;
}
.cp-timeline .cp-timeline-event {
  flex-basis: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 0;
  padding-left: var(--o3-spacing-s);
  position: relative;
}
.cp-timeline .cp-timeline-event:before {
  background: var(--o3-color-palette-black);
  content: '';
  display: block;
  height: 100%;
  left: var(--o3-spacing-5xs);
  position: absolute;
  top: 0;
  width: 2px;
}
.cp-timeline .cp-timeline-event .cp-timeline-event__heading {
  margin-bottom: var(--o3-spacing-5xs);
  margin-top: var(--o3-spacing-s);
  position: relative;
}
.cp-timeline .cp-timeline-event .cp-timeline-event__heading .cp-timeline-event__heading-title {
  font-weight: var(--o3-font-weight-semibold);
}
.cp-timeline .cp-timeline-event .cp-timeline-event__heading .cp-timeline-event__heading-title:before {
  background-color: var(--o3-color-palette-black);
  border-radius: 50%;
  content: '';
  height: var(--o3-spacing-4xs);
  left: -23px;
  position: absolute;
  top: 6px;
  width: var(--o3-spacing-4xs);
}
.cp-timeline .cp-timeline-event p {
  font-family: var(--o3-type-body-base-font-family);
  font-size: var(--o3-type-body-base-font-size);
  font-weight: var(--o3-type-body-base-font-weight);
  line-height: var(--o3-type-body-base-line-height);
  margin-bottom: var(--o3-spacing-4xs);
  margin-top: var(--o3-spacing-5xs);
}
.cp-in-numbers .cp-in-numbers__description,
.cp-in-numbers .cp-in-numbers__term,
.cp-in-numbers .cp-in-numbers__title {
  font-family: var(--o3-type-body-base-font-family);
  padding-left: var(--o3-spacing-3xs);
  padding-right: var(--o3-spacing-3xs);
}
.cp-in-numbers .cp-in-numbers__title.n-content-heading-3.o3-editorial-typography-subheading {
  margin-bottom: 2px;
  padding-bottom: var(--o3-spacing-4xs);
  padding-top: var(--o3-spacing-5xs);
}
.cp-in-numbers .cp-in-numbers__definitions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: var(--o3-spacing-3xs);
  margin-top: 0;
  padding-top: var(--o3-spacing-4xs);
}
@media (max-width: 46.24em) {
  .cp-in-numbers .cp-in-numbers__definitions {
    grid-template-columns: 1fr;
  }
}
.cp-in-numbers .cp-in-numbers__definition {
  margin-bottom: var(--o3-spacing-3xs);
  margin-top: var(--o3-spacing-5xs);
}
.cp-in-numbers .cp-in-numbers__definitions,
.cp-in-numbers .cp-in-numbers__title {
  background-color: var(--o3-color-palette-wheat-100);
}
.cp-in-numbers .cp-in-numbers__term {
  font-weight: var(--o3-font-weight-semibold);
}
.cp-in-numbers .cp-in-numbers__description {
  font-size: var(--o3-type-body-base-font-size);
  font-weight: var(--o3-type-body-base-font-weight);
  line-height: var(--o3-type-body-base-line-height);
  margin: var(--o3-spacing-5xs) 0 var(--o3-spacing-3xs);
}
.cp-info-pair {
  margin-top: var(--o3-spacing-4xs);
}
.cp-info-pair__cards {
  align-content: center;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.cp-info-pair__cards .cp-card {
  width: 50%;
}
.cp-info-pair__title {
  margin-bottom: var(--o3-spacing-5xs);
  margin-top: 0;
  padding: var(--o3-spacing-4xs);
}
.cp-card,
.cp-info-pair__title {
  background-color: var(--o3-color-palette-wheat-100);
}
.cp-card {
  display: flex;
  flex-direction: column;
  gap: var(--o3-spacing-3xs);
  justify-content: flex-start;
  padding: var(--o3-spacing-3xs);
}
.cp-card__title {
  margin: 0;
}
.cp-carousel__card {
  display: flex;
  flex: 0 0 max(212px, 100% - var(--o3-spacing-2xs) - 20%);
  flex-direction: column;
  font-family: var(--o3-type-body-base-font-family);
  font-size: var(--o3-type-body-base-font-size);
  font-weight: var(--o3-type-body-base-font-weight);
  line-height: var(--o3-type-body-base-line-height);
}
@media (min-width: 30.625em) {
  .cp-carousel__card {
    flex-basis: max(212px, 50% - var(--o3-spacing-2xs) - 10%);
  }
}
@media (min-width: 61.25em) {
  .cp-carousel__card {
    flex-basis: max(212px, 50% - var(--o3-spacing-s) - 10%);
  }
}
.cp-carousel__card figure {
  margin-block-end: var(--o3-spacing-4xs);
  order: -1;
}
.cp-carousel__card figcaption {
  display: none;
}
.cp-carousel__card h2,
.cp-carousel__card h3,
.cp-carousel__card p {
  margin: 0 0 var(--o3-spacing-4xs);
}
.cp-carousel__card .cp-carousel__card__additional {
  color: var(--o3-color-palette-black-60);
}
.cp-carousel__wrapper {
  padding-bottom: var(--o3-spacing-2xl, 64px);
}
.cp-carousel__wrapper .cp-carousel__title {
  margin: 0 0 var(--o3-spacing-4xs);
}
.cp-carousel__wrapper .cp-carousel__standfirst {
  margin: 0 0 var(--o3-spacing-xs);
}
.cp-carousel__wrapper .cp-carousel__container {
  overflow: hidden;
}
@media (max-width: 46.24em) {
  .cp-carousel__wrapper .cp-carousel__container {
    margin-left: calc(var(--o3-spacing-2xs) * -1);
    margin-right: calc(var(--o3-spacing-2xs) * -1);
  }
}
.cp-carousel__wrapper .cp-carousel__container .cp-carousel__cards {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  gap: var(--o3-spacing-2xs);
  margin: 0 0 var(--o3-spacing-xs);
  padding: 0;
  scrollbar-gutter: stable;
  touch-action: pan-y pinch-zoom;
  width: 100vw;
  width: 100dvw;
}
@media (max-width: 46.24em) {
  .cp-carousel__wrapper .cp-carousel__container .cp-carousel__cards {
    box-sizing: border-box;
    padding-left: var(--o3-spacing-2xs);
    padding-right: var(--o3-spacing-2xs);
  }
}
@media (min-width: 61.25em) {
  .cp-carousel__wrapper .cp-carousel__container .cp-carousel__cards {
    gap: var(--o3-spacing-s);
    width: unset;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .cp-carousel__wrapper .cp-carousel__container .cp-carousel__cards {
    scroll-behavior: smooth;
  }
}
.cp-carousel__wrapper .cp-carousel__progress {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(1, 1fr);
}
.cp-carousel__wrapper .cp-carousel__progress .cp-carousel__progress__buttons {
  display: none;
  grid-column-start: 5;
}
@media (min-width: 46.25em) {
  .cp-carousel__wrapper .cp-carousel__progress .cp-carousel__progress__buttons {
    display: flex;
    gap: var(--o3-spacing-2xs, 8px);
    justify-content: flex-end;
  }
  .cp-carousel__wrapper .cp-carousel__progress .cp-carousel__progress__buttons .o3-button {
    background: var(--o3-color-palette-black-5);
    border: 1px solid var(--o3-button-primary-standard-border, hsla(0, 0%, 100%, 0));
    border-radius: 2px;
    color: var(--o3-color-palette-black);
  }
  .cp-carousel__wrapper .cp-carousel__progress .cp-carousel__progress__buttons .o3-button:disabled {
    cursor: not-allowed;
    opacity: 0.3;
  }
}
.cp-carousel__wrapper .cp-carousel__progress .cp-carousel__progress__indicator {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  grid-column-start: 3;
  height: 8px;
  margin: 19px auto;
  overflow: hidden;
  width: 72px;
}
.cp-carousel__wrapper .cp-carousel__progress .cp-carousel__progress__indicator-item {
  background: var(--o3-color-palette-black-40, #999189);
  border-radius: 3px;
  flex: 0 0 6px;
  height: 6px;
  transform: scale(1);
  transition:
    flex-basis 0.35s,
    width 0.35s,
    height 0.35s,
    background-color 0.35s,
    transform 0.35s;
  width: 6px;
}
.cp-carousel__wrapper .cp-carousel__progress .cp-carousel__progress__indicator-item:last-child {
  margin-right: 10px;
}
.cp-carousel__wrapper .cp-carousel__progress .cp-carousel__progress__indicator-item--selected {
  background: var(--o3-color-palette-black-60, #66605c);
  border-radius: 3px;
  flex-basis: 16px;
  opacity: 1;
  transform: scale(1);
  width: 16px;
}
.cp-carousel__wrapper .cp-carousel__progress .cp-carousel__progress__indicator-item--small {
  aspect-ratio: 1/1;
  background: var(--o3-color-palette-black-40, #999189);
  border-radius: 3px;
  flex-basis: 4px;
  height: 4px;
  transform: scale(0.66);
  width: 4px;
}
@media (min-width: 46.25em) {
  .cp-image-pair {
    display: grid;
    gap: var(--o3-spacing-2xs);
    grid-template-columns: 1fr 1fr;
  }
}
.n-content-layout__container > .cp-image-pair {
  margin-top: 0;
}
.n-content-layout__container--inset-left {
  margin-bottom: var(--o3-spacing-m);
}
@media (min-width: 30.625em) {
  .n-content-layout__container--inset-left {
    clear: both;
    display: block;
    flex-basis: 41.6666666667%;
    float: left;
    margin-right: var(--o3-spacing-m);
    max-width: 41.6666666667%;
    min-width: 41.6666666667%;
  }
}
.n-content-layout__container--inset-right {
  margin-bottom: var(--o3-spacing-m);
}
@media (min-width: 30.625em) {
  .n-content-layout__container--inset-right {
    clear: both;
    display: block;
    flex-basis: 41.6666666667%;
    float: right;
    margin-left: var(--o3-spacing-m);
    max-width: 41.6666666667%;
    min-width: 41.6666666667%;
  }
}
.n-content-layout__container,
.n-content-layout__container--in-line {
  clear: both;
}
.o-loading {
  animation: o-loading-spinner 1s linear infinite;
  border-radius: 50%;
  display: inline-block;
}
.o-loading--light {
  border-color: #fff hsla(0, 0%, 100%, 0.25) hsla(0, 0%, 100%, 0.25);
  border-style: solid;
}
.o-loading--dark {
  border-color: #33302e rgba(51, 48, 46, 0.25) rgba(51, 48, 46, 0.25);
  border-style: solid;
}
.o-loading--mini {
  border-width: 2px;
  height: 12px;
  width: 12px;
}
.o-loading--small {
  border-width: 3px;
  height: 20px;
  width: 20px;
}
.o-loading--medium {
  border-width: 4px;
  height: 28px;
  width: 28px;
}
.o-loading--large {
  border-width: 5px;
  height: 36px;
  width: 36px;
}
.discussion-question {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: var(--o3-spacing-4xs);
  padding: 32px 0;
}
.discussion-question__title {
  background: var(--o3-color-palette-wheat);
  display: block;
  max-height: fit-content;
  max-width: fit-content;
  padding: 4px 8px;
}
.discussion-question__title p {
  margin: 0;
}
.discussion-question .discussion-question__body {
  font-family: var(--o3-font-family-metric);
  font-size: var(--o3-font-size-metric2-1);
  font-weight: var(--o3-font-weight-semibold);
  line-height: var(--o3-font-lineheight-metric2-1);
  margin-bottom: var(--o3-spacing-2xs) !important;
}
.discussion-question__cta {
  align-items: center;
  display: flex;
}
.discussion-question__comments-icon {
  background-color: var(--o3-color-palette-black);
  display: inline-block;
  height: var(--o3-spacing-s);
  margin-left: -3px;
  margin-right: var(--o3-spacing-5xs);
  mask-image: var(--o3-icon-quote);
  mask-repeat: no-repeat;
  mask-size: contain;
  width: var(--o3-spacing-s);
}
@media (min-width: 30.625em) {
  .n-content-body > .discussion-question__container {
    clear: both;
    display: block;
    flex-basis: 41.6666666667%;
    float: left;
    margin-right: var(--o3-spacing-m);
    max-width: 41.6666666667%;
    min-width: 41.6666666667%;
  }
}
@media print {
  .discussion-question__container {
    display: none;
  }
}
.article--full-width-background {
  position: relative;
}
.article--full-width-background:before {
  background: var(--o3-color-palette-black-5);
  content: '';
  height: 100%;
  left: 50%;
  margin-left: -50vw;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}
.o-topper__opinion-genre {
  display: inline !important;
}
.o-expander__content--expanded-next-article {
  max-height: inherit;
}
@media (prefers-color-scheme: dark) and (forced-colors: active) {
  img {
    background-color: #fff;
    forced-color-adjust: none;
  }
}
@page {
  size: auto;
  margin: 10mm;
}
@media print {
  body,
  html {
    margin: 0;
    padding: 0;
  }
  html {
    margin: 5mm 15mm;
  }
  h2,
  h3 {
    break-after: avoid-page;
  }
  p {
    page-break-inside: avoid;
    break-inside: avoid;
  }
  .article-grid {
    display: block;
  }
  .article-comment-count,
  .article-tools__buttons,
  .article__media,
  .article__right,
  .article__right-bottom,
  .article__tags,
  .comments-container,
  .component-share,
  .core .o-header__search,
  .event-promo,
  .follow-tags,
  .loading-indicator,
  .n-content-recommended,
  .n-content-recommended--single-story,
  .n-content-related,
  .n-content-related-box--no-border,
  .n-myft-ui,
  .o-footer,
  .o-footer__container,
  .o-header,
  .o-header--sticky,
  .o-header__container,
  .o-header__drawer,
  .o-header__nav,
  .o-header__top-column--left,
  .o-header__top-column--right,
  .o-message__instant-alerts-promo,
  .o-teaser,
  .o-teaser-collection,
  .o-topper__background,
  .o-topper__headshot,
  .onward-journey,
  .package-mobile-bleed,
  .pg-slot,
  .promoted-content__container,
  .read-next-bottom,
  .related-content,
  .share-nav {
    display: none !important;
  }
  .o-grid-container {
    padding: 0;
  }
  [data-o-grid-colspan] {
    max-width: none;
    width: 100%;
  }
  .o-grid-row {
    display: inherit;
  }
  .o-header__top-logo {
    background-image: none;
  }
  .o-header__top-logo:after {
    content: url(assets/50bdb8c2c8acc0d7.svg);
    display: block;
  }
  .n-layout {
    min-height: 0;
  }
  .o-topper {
    margin: 0;
  }
  .n-content-picture {
    page-break-inside: avoid;
  }
  .n-content-image {
    margin: 0 auto;
  }
  .n-content-related-box {
    max-width: auto;
  }
  .article__header-inner,
  .article__main,
  [data-o-grid-colspan~='XLoffset1'] {
    margin: 0 auto;
  }
  .article__header-inner > :first-child,
  .article__main > :first-child,
  [data-o-grid-colspan~='XLoffset1'] > :first-child {
    margin-left: 0;
    padding-left: 0;
  }
  .n-content-body > p {
    font-size: 12pt;
    margin: 0 0 1em;
  }
  .article-info,
  .article-info *,
  .topper__primary-theme,
  .topper__primary-theme * {
    font-size: 11pt !important;
    line-height: 1 !important;
  }
  .article-info__byline {
    color: inherit;
    font-weight: 400;
  }
  .o-topper__headline {
    color: var(--o3-color-palette-black) !important;
    font-size: 16pt !important;
    margin-bottom: 0.25em !important;
  }
  .o-topper__headline:after {
    border-bottom: 6px solid var(--o3-color-palette-black) !important;
  }
  .o-topper__standfirst {
    color: var(--o3-color-palette-black) !important;
    font-size: 11pt !important;
    margin-bottom: 0.75em !important;
  }
  .magnet-cta {
    display: none;
  }
  .o-topper__content {
    background-color: transparent !important;
  }
}
/*# sourceMappingURL=main.abe186089733.css.map*/
