* {
  box-sizing: border-box;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
a,
article,
body,
div,
em,
footer,
h2,
h3,
header,
html,
img,
li,
nav,
p,
section,
span,
ul {
  padding: 0;
  border: 0;
  margin: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
article,
footer,
header,
main,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ul {
  list-style: none;
}
button {
  -webkit-appearance: none;
}
button {
  font: inherit;
}
@font-face {
  font-display: swap;
  font-family: "Abril Titling";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/449e5d44.woff2") format("woff2"),
    url("/fonts/dd53230f.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Abril Titling";
  font-style: italic;
  font-weight: 400;
  src: url("/fonts/18ed8b05.woff2") format("woff2"),
    url("/fonts/beaca9dd.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Abril Titling Bold";
  font-style: normal;
  font-weight: 500 900;
  src: url("/fonts/5968cc8e.woff2") format("woff2"),
    url("/fonts/d3a67fc8.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Abril Titling Bold";
  font-style: italic;
  font-weight: 500 900;
  src: url("/fonts/feb4c371.woff2") format("woff2"),
    url("/fonts/0ec5cf80.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/f2f472d3.woff2") format("woff2"),
    url("/fonts/fee836f0.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/7f972a57.woff2") format("woff2"),
    url("/fonts/ef88dce6.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "PT Serif";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/1d3f499b.woff2") format("woff2"),
    url("/fonts/c19a72f6.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "PT Serif";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/b39ef744.woff2") format("woff2"),
    url("/fonts/3bd8a5fb.woff") format("woff");
}
@font-face {
  ascent-override: 101.8%;
  descent-override: 27.6%;
  font-family: "system-fonts-primary";
  src: local(Trebuchet MS), local(Arial Narrow);
}
@font-face {
  ascent-override: 103.9%;
  descent-override: 28.6%;
  font-family: "system-fonts-secondary";
  src: local(Georgia), local(Times), local(Times New Roman);
}
@font-face {
  ascent-override: 79%;
  descent-override: 28%;
  font-family: "system-fonts-tertiary";
  src: local(Book Antiqua), local(Palatino), local(Palatino Linotype),
    local(Palatino LT STD), local(Georgia);
}
*,
:after,
:before {
  box-sizing: inherit;
}
body,
html {
  min-width: 320px;
  scroll-behavior: smooth;
}
html {
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
}
body {
  background-color: #fff;
  color: #232323;
  font-family: "PT Sans", Trebuchet MS, Arial Narrow, sans-serif;
}
a {
  color: #555;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #096dd2;
  transition: color 0.2s ease-out;
}
#app {
  background-color: #fff;
}
@media only print {
  .noPrint {
    display: none !important;
  }
}
:root {
  --colorBrand: #0a1633;
  --colorBrandOffset: #192646;
  --colorDarkAccent: #454f64;
  --colorDarkAccent2: #454f64;
  --colorAuthor: #d7dbe3;
  --colorExplainer: tomato;
  --colorOpinion: #f4f5f7;
  --colorHeaderOffset: #192646;
  --colorHeaderDescription: #fff;
  --colorWarmFill: #f7f6f5;
  --colorAction: #096dd2;
  --colorActionAlt: #096dd2;
  --colorActionLight: #4095ec;
  --colorActionDark: #0053a6;
  --colorActionDarkest: #004080;
  --colorActionInverted: #096dd2;
  --colorActionOnDark: #58b5ff;
  --colorActionOnDarkHover: #58b5ff;
  --colorActionOnDarkUnderline: transparent;
  --colorLink: #096dd2;
  --colorLinkHover: #096dd2;
  --textDecorationLink: none;
  --colorLabel: #0a1633;
  --colorLabelHighlight: transparent;
  --colorLabelUrgent: #d9172f;
  --colorLabelUrgentDark: tomato;
  --colorLabelUrgentHighlight: transparent;
  --labelBorderInline: 4px solid $colorLightAccent;
  --labelHeightInline: 14px;
  --labelInsetLivePulse: 5px;
  --labelPadding: 0;
  --labelPaddingLive: 15px;
  --colorButton: #096dd2;
  --colorButtonInactive: #a6acba;
  --colorButtonInactiveText: #677085;
  --colorButtonSecondary: none;
  --colorButtonSecondaryHover: #d4d4d4;
  --colorButtonSecondaryText: #3a3a3a;
  --colorButtonText: #fff;
  --buttonFontWeight: 400;
  --colorHighlight: #d9172f;
  --colorNavAction: #58b5ff;
  --colorLightFill: #f4f5f7;
  --colorNavSubsectionLinks: #192646;
  --colorNavSubsectionAction: #096dd2;
  --colorNavSubsectionLightFill: #f4f5f7;
  --colorHighlightOffset: tomato;
  --colorMenuAction: #096dd2;
  --colorMenuSubscriber1: #751e3a;
  --colorMenuSubscriber2: #38366a;
  --colorMenuSubscriber3: #d9172f;
  --colorMenuSubscriberHighlight: #d9172f;
  --colorMenuSubscriberBadgeText: #fff;
  --colorInlineAnchorAction: #096dd2;
  --colorInlineAnchorActionUnderline: transparent;
  --colorInlineAnchorBorder: 9, 109, 210;
  --colorInlineHoverAction: #096dd2;
  --colorInlineQuote: #d7dbe3;
  --heightInlineAnchorBorder: 1px;
  --transparencyInlineAnchorBorder: 0.4;
  --colorArticleToolHover: #d7dbe3;
  --colorArticleToolActive: #004080;
  --colorMostPopularCounter: #454f64;
  --colorStoryTileHighlight: #096dd2;
  --textDecorationStoryTile: none;
  --fontWeightAuthorByline: 400;
  --colorPaywallBackground: #0a1633;
  --colorPaywallButtonAction: #0053a6;
  --colorPaywallText: #fff;
  --colorFooterAction: #454f64;
  --colorFooterSection: #454f64;
  --colorSubscriberGlowBottom: 10, 22, 51;
  --colorSubscriberGlowMid: 217, 23, 47;
  --colorSubscriberGlowSurround: 56, 54, 106;
  --colorLiveArticleByLineUnderline: transparent;
  --colorLiveArticleByLineLink: #096dd2;
  --colorLiveArticleHeader: #192646;
  --colorLiveArticleLabel: #d9172f;
  --colorLiveArticleLatestPostLink: #096dd2;
  --colorLiveArticlePill: #d9172f;
  --colorLiveArticlePillText: #fff;
  --filterLiveArticlePin: none;
  --fontWeightPostPublishedTime: normal;
  --colorPagination: #096dd2;
  --colorPaginationHover: #096dd2;
  --colorStoryTileHeadlineHover: #096dd2;
  --colorStoryTileHeadlineHoverUnderline: transparent;
  --colorSearchChip: #d9edff;
  --colorSearchChipHover: #096dd2;
  --colorSearchRadio: auto;
  --colorSectionHover: #2684ff;
  --colorOptionHover: #eff5fe;
  --colorOptionSelected: #f7faff;
  --colorBorder: #d7dbe3;
  --colorMarketTabLink: #096dd2;
  --colorMarketTabHover: #0a1633;
  --colorCommentsAction: #3a3a3a;
  --colorCommenterRole: #555;
  --colorCommenterTag: #9bcfff;
  --colorCommentsText: #232323;
  --colorCommentsTimestamp: #767676;
  --colorWarning: #ff8b00;
  --colorWarningAlt: #a6acba;
}
:root {
  --colorPaginationStroke: #fff;
}
body {
  overflow-x: hidden;
}
.cgtzj {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
.EdtFg {
  width: auto;
  max-width: 624px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  min-width: 320px;
}
@media only print {
  .EdtFg {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.EdtFg:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 768px) {
  .EdtFg {
    width: auto;
    max-width: 808px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    min-width: 736px;
  }
  .EdtFg:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media only screen and (min-width: 1024px) {
  .EdtFg {
    width: auto;
    max-width: 1168px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    min-width: 1000px;
  }
  .EdtFg:after {
    content: "";
    display: table;
    clear: both;
  }
}
.p3h3q {
  padding: 0 20px;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
  }
}
.qzED6 {
  border: none;
  background: none;
  border-radius: 0;
}
.EdtFg {
  width: auto;
  max-width: 624px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  min-width: 320px;
}
@media only print {
  .EdtFg {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.EdtFg:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 768px) {
  .EdtFg {
    width: auto;
    max-width: 808px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    min-width: 736px;
  }
  .EdtFg:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media only screen and (min-width: 1024px) {
  .EdtFg {
    width: auto;
    max-width: 1168px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    min-width: 1000px;
  }
  .EdtFg:after {
    content: "";
    display: table;
    clear: both;
  }
}
.p3h3q {
  padding: 0 20px;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
  }
}
.qzED6 {
  border: none;
  background: none;
  border-radius: 0;
}
.kTpHl {
  display: inline-block;
  vertical-align: middle;
}
.q608m {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--colorBrand);
}
@media only screen and (max-width: 1023px) {
  .q608m {
    z-index: 60;
  }
}
@media only screen and (min-width: 768px) {
  .q608m {
    z-index: 50;
  }
}
#content {
  padding-bottom: 16px;
}
@media only print {
  #content {
    padding-top: 0;
  }
}
.CHkeJ {
  line-height: 1;
  font-size: 0.8125rem;
  width: 100%;
  border-bottom: 1px solid #454f64;
  background: var(--colorBrand);
  color: #fff;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .CHkeJ {
    min-height: 36px;
  }
}
@media only screen and (min-width: 1024px) {
  ._1KzUb {
    width: auto;
    max-width: 1168px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    min-width: 1000px;
    padding: 0 20px;
  }
  ._1KzUb:after {
    content: "";
    display: table;
    clear: both;
  }
}
._1KzUb > ul {
  display: table;
  width: 100%;
  min-height: 48px;
  table-layout: fixed;
}
.cR9HJ,
.VJwfa {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .cR9HJ {
    display: none;
  }
}
._8pHK9 {
  line-height: 2.4615384615;
  font-size: 0.8125rem;
  height: 35px;
  padding: 0 16px;
  border: 0;
  background: none;
  color: #fff;
  cursor: pointer;
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 768px) {
  ._8pHK9 {
    height: 39px;
  }
}
@media only screen and (min-width: 1024px) {
  ._8pHK9 {
    padding-left: 0;
  }
}
.VJwfa {
  text-align: right;
}
:root {
  --colorBrand: #0a1633;
  --colorBrandOffset: #192646;
  --colorDarkAccent: #454f64;
  --colorDarkAccent2: #454f64;
  --colorAuthor: #d7dbe3;
  --colorExplainer: tomato;
  --colorOpinion: #f4f5f7;
  --colorHeaderOffset: #192646;
  --colorHeaderDescription: #fff;
  --colorWarmFill: #f7f6f5;
  --colorAction: #096dd2;
  --colorActionAlt: #096dd2;
  --colorActionLight: #4095ec;
  --colorActionDark: #0053a6;
  --colorActionDarkest: #004080;
  --colorActionInverted: #096dd2;
  --colorActionOnDark: #58b5ff;
  --colorActionOnDarkHover: #58b5ff;
  --colorActionOnDarkUnderline: transparent;
  --colorLink: #096dd2;
  --colorLinkHover: #096dd2;
  --textDecorationLink: none;
  --colorLabel: #0a1633;
  --colorLabelHighlight: transparent;
  --colorLabelUrgent: #d9172f;
  --colorLabelUrgentDark: tomato;
  --colorLabelUrgentHighlight: transparent;
  --labelBorderInline: 4px solid $colorLightAccent;
  --labelHeightInline: 14px;
  --labelInsetLivePulse: 5px;
  --labelPadding: 0;
  --labelPaddingLive: 15px;
  --colorButton: #096dd2;
  --colorButtonInactive: #a6acba;
  --colorButtonInactiveText: #677085;
  --colorButtonSecondary: none;
  --colorButtonSecondaryHover: #d4d4d4;
  --colorButtonSecondaryText: #3a3a3a;
  --colorButtonText: #fff;
  --buttonFontWeight: 400;
  --colorHighlight: #d9172f;
  --colorNavAction: #58b5ff;
  --colorLightFill: #f4f5f7;
  --colorNavSubsectionLinks: #192646;
  --colorNavSubsectionAction: #096dd2;
  --colorNavSubsectionLightFill: #f4f5f7;
  --colorHighlightOffset: tomato;
  --colorMenuAction: #096dd2;
  --colorMenuSubscriber1: #751e3a;
  --colorMenuSubscriber2: #38366a;
  --colorMenuSubscriber3: #d9172f;
  --colorMenuSubscriberHighlight: #d9172f;
  --colorMenuSubscriberBadgeText: #fff;
  --colorInlineAnchorAction: #096dd2;
  --colorInlineAnchorActionUnderline: transparent;
  --colorInlineAnchorBorder: 9, 109, 210;
  --colorInlineHoverAction: #096dd2;
  --colorInlineQuote: #d7dbe3;
  --heightInlineAnchorBorder: 1px;
  --transparencyInlineAnchorBorder: 0.4;
  --colorArticleToolHover: #d7dbe3;
  --colorArticleToolActive: #004080;
  --colorMostPopularCounter: #454f64;
  --colorStoryTileHighlight: #096dd2;
  --textDecorationStoryTile: none;
  --fontWeightAuthorByline: 400;
  --colorPaywallBackground: #0a1633;
  --colorPaywallButtonAction: #0053a6;
  --colorPaywallText: #fff;
  --colorFooterAction: #454f64;
  --colorFooterSection: #454f64;
  --colorSubscriberGlowBottom: 10, 22, 51;
  --colorSubscriberGlowMid: 217, 23, 47;
  --colorSubscriberGlowSurround: 56, 54, 106;
  --colorLiveArticleByLineUnderline: transparent;
  --colorLiveArticleByLineLink: #096dd2;
  --colorLiveArticleHeader: #192646;
  --colorLiveArticleLabel: #d9172f;
  --colorLiveArticleLatestPostLink: #096dd2;
  --colorLiveArticlePill: #d9172f;
  --colorLiveArticlePillText: #fff;
  --filterLiveArticlePin: none;
  --fontWeightPostPublishedTime: normal;
  --colorPagination: #096dd2;
  --colorPaginationHover: #096dd2;
  --colorStoryTileHeadlineHover: #096dd2;
  --colorStoryTileHeadlineHoverUnderline: transparent;
  --colorSearchChip: #d9edff;
  --colorSearchChipHover: #096dd2;
  --colorSearchRadio: auto;
  --colorSectionHover: #2684ff;
  --colorOptionHover: #eff5fe;
  --colorOptionSelected: #f7faff;
  --colorBorder: #d7dbe3;
  --colorMarketTabLink: #096dd2;
  --colorMarketTabHover: #0a1633;
  --colorCommentsAction: #3a3a3a;
  --colorCommenterRole: #555;
  --colorCommenterTag: #9bcfff;
  --colorCommentsText: #232323;
  --colorCommentsTimestamp: #767676;
  --colorWarning: #ff8b00;
  --colorWarningAlt: #a6acba;
}
:root {
  --colorPaginationStroke: #fff;
}
.aQ0Bh {
  height: 48px;
}
@media only screen and (min-width: 768px) {
  .aQ0Bh {
    height: 64px;
  }
}
.NLjAu {
  width: 100%;
  background-color: var(--colorBrand);
}
.NLjAu:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 767px) {
  .NLjAu {
    position: absolute;
  }
}
@media only screen and (min-width: 1024px) {
  .t4QK- {
    width: auto;
    max-width: 1168px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    min-width: 1000px;
    padding: 0 20px;
  }
  .t4QK-:after {
    content: "";
    display: table;
    clear: both;
  }
}
.O6Yqs {
  float: left;
  clear: none;
  text-align: inherit;
  width: 20%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}
.O6Yqs:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 768px) {
  .O6Yqs {
    width: 25%;
    padding: 12px 0 0;
  }
}
.eAMcr {
  float: left;
  clear: none;
  text-align: inherit;
  width: 60%;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}
.eAMcr:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 768px) {
  .eAMcr {
    width: 50%;
  }
}
.yt5VC {
  line-height: 1;
  font-size: 0.8125rem;
  border: 0;
  background-color: transparent;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  letter-spacing: 1px;
  text-transform: uppercase;
  vertical-align: top;
}
@media only screen and (min-width: 768px) {
  .yt5VC {
    border: 1px solid #555;
  }
}
._2bRm- {
  padding: 16px;
  border: transparent;
  margin: 0;
  border-radius: 0;
}
@media only screen and (min-width: 768px) {
  ._2bRm- {
    padding: 11px 16px;
  }
}
@media only screen and (min-width: 1024px) {
  ._2bRm- {
    padding-left: 0;
  }
}
._2bRm- .wDGsY {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  ._2bRm- .wDGsY {
    margin-left: 16px;
    vertical-align: bottom;
  }
}
.iz1cM {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 16px;
  font-size: 0;
  vertical-align: text-bottom;
}
@media only screen and (max-width: 767px) {
  .iz1cM {
    width: 16px;
  }
}
.iz1cM:after,
.iz1cM:before,
.iz1cM em {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  opacity: 1;
  transform: rotate(0deg);
  transform-origin: left center;
  transition: transform 0.25s ease-out;
}
.iz1cM em {
  top: 0;
}
.iz1cM:after,
.iz1cM:before {
  content: "";
}
.iz1cM:before {
  top: 7px;
  transition: transform 0.15s ease, opacity 0.15s ease-out;
}
.iz1cM:after {
  top: 14px;
}
.Ywt-E {
  stroke-width: 1.7142857143;
  color: #fff;
}
.sRPWW {
  width: 40px;
  height: 38px;
  border: none;
  margin-left: 4px;
  background-color: transparent;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .sRPWW {
    display: none;
  }
}
.sRPWW:hover {
  background-color: #677085;
}
.uXfss {
  background-image: url("/img/681e455a.svg");
}
.uXfss {
  display: inline-block;
  overflow: hidden;
  width: 7.75em;
  max-width: 100%;
  height: 1em;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -9999px;
  vertical-align: middle;
}
.P4L6N {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .mZA-b {
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 768px) {
  .mZA-b {
    float: left;
  }
}
.AHwF6 {
  padding: 12px 0 10px;
}
@media only screen and (min-width: 768px) {
  .AHwF6 {
    padding: 18px 0 16px 8px;
  }
}
@media only screen and (min-width: 1024px) {
  .AHwF6 {
    padding-left: 0;
  }
}
.A-HEn {
  font-size: 1.625rem;
  display: block;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .A-HEn {
    font-size: 1.875rem;
  }
}
#homepage-header-subscribe-button-piano-id {
  max-width: 200px;
  max-height: 32px;
}
._4JP7t {
  float: left;
  clear: none;
  text-align: inherit;
  width: 20%;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  padding: 8px 12px;
  float: right;
  text-align: right;
}
._4JP7t:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 768px) {
  ._4JP7t {
    width: 25%;
    padding: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  ._4JP7t {
    width: 25%;
    padding-right: 0;
  }
}
.R2xHT {
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .DHFxl .R2xHT {
    display: none;
  }
}
.EdtFg {
  width: auto;
  max-width: 624px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  min-width: 320px;
}
@media only print {
  .EdtFg {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.EdtFg:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 768px) {
  .EdtFg {
    width: auto;
    max-width: 808px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    min-width: 736px;
  }
  .EdtFg:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media only screen and (min-width: 1024px) {
  .EdtFg {
    width: auto;
    max-width: 1168px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    min-width: 1000px;
  }
  .EdtFg:after {
    content: "";
    display: table;
    clear: both;
  }
}
.p3h3q {
  padding: 0 20px;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
  }
}
.qzED6 {
  border: none;
  background: none;
  border-radius: 0;
}
.EdtFg {
  width: auto;
  max-width: 624px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  min-width: 320px;
}
@media only print {
  .EdtFg {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.EdtFg:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 768px) {
  .EdtFg {
    width: auto;
    max-width: 808px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    min-width: 736px;
  }
  .EdtFg:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media only screen and (min-width: 1024px) {
  .EdtFg {
    width: auto;
    max-width: 1168px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    min-width: 1000px;
  }
  .EdtFg:after {
    content: "";
    display: table;
    clear: both;
  }
}
.p3h3q {
  padding: 0 20px;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
  }
}
.qzED6 {
  border: none;
  background: none;
  border-radius: 0;
}
._3tjJW:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 767px) {
  ._3tjJW:before {
    position: absolute;
    right: 0;
    left: 0;
    border-top: 3px solid var(--colorBrand);
    content: "";
  }
}
@media only screen and (min-width: 768px) {
  ._3tjJW {
    border-top: 3px solid var(--colorBrand);
  }
}
.wsquJ {
  line-height: 1.6470588235;
  font-size: 1.0625rem;
  width: 100%;
  margin-bottom: 24px;
  color: var(--colorBrand);
  font-family: "PT Serif", "system-fonts-secondary", serif;
}
@media only print {
  .wsquJ {
    color: #232323;
  }
}

@media only screen and (min-width: 768px) {
  .wsquJ {
    line-height: 1.7777777778;
    font-size: 1.125rem;
    position: relative;
    margin-bottom: 40px;
  }
}
.KylbS {
  clear: both;
}

@media only screen and (min-width: 768px) {
  .KylbS .wsquJ {
    margin-bottom: 0;
  }
}

.TPT1c.TPT1c {
  z-index: 30;
}
.Wskuj.Wskuj {
  padding-top: 16px;
  border-bottom: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .Wskuj.Wskuj {
    padding-top: 24px;
  }
}

@media only screen and (min-width: 1024px) {
  .wXmno .wsquJ {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .wXmno .wsquJ:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .wXmno .i2lpJ:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .wXmno .i2lpJ:last-child {
    margin-right: 0;
  }
}
.wXmno .KylbS .wsquJ {
  -ms-flex-order: 0;
  order: 0;
}
.BGXXr {
  position: relative;
  width: 100%;
  margin-top: 8px;
  background: #fff;
  opacity: 1;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .BGXXr {
    height: 30px;
    padding: 16px 0 0;
  }
}
@media only screen and (min-width: 1024px) {
  .BGXXr {
    height: 50px;
  }
}
.EE33C {
  border-bottom: 3px solid #d7dbe3;
}
@media only screen and (max-width: 767px) {
  .EE33C {
    padding: 19px 20px 20px;
    margin: 0 -20px 16px;
  }
}
@media only screen and (min-width: 768px) {
  .EE33C {
    padding-top: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .EE33C {
    padding-bottom: 24px;
    border-bottom: none;
    margin-bottom: 14px;
  }
}
.vFzaa {
  line-height: 1.2307692308;
  font-size: 0.8125rem;
  position: relative;
  padding-left: 0;
  color: var(--colorBrand);
  list-style: none;
}

.vFzaa li {
  display: inline-block;
}
.vFzaa li:not(:last-child) {
  margin-right: 12px;
}
.vFzaa li:not(.odUfO) {
  margin-top: 8px;
}
.vFzaa a:focus,
.vFzaa a:hover {
  text-decoration: underline;
}
.vFzaa .BJrTT a {
  color: var(--colorBrand);
}
.vFzaa .PqpF8 a {
  color: var(--colorActionAlt);
}
.EdtFg {
  width: auto;
  max-width: 624px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  min-width: 320px;
}
@media only print {
  .EdtFg {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.EdtFg:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 768px) {
  .EdtFg {
    width: auto;
    max-width: 808px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    min-width: 736px;
  }
  .EdtFg:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media only screen and (min-width: 1024px) {
  .EdtFg {
    width: auto;
    max-width: 1168px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    min-width: 1000px;
  }
  .EdtFg:after {
    content: "";
    display: table;
    clear: both;
  }
}
.p3h3q {
  padding: 0 20px;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
  }
}
.qzED6 {
  border: none;
  background: none;
  border-radius: 0;
}
.wMz9s {
  position: relative;
  display: inline-block;
  padding-right: 16px;
  font-family: "PT Sans", "system-fonts-primary", sans-serif;
}
.wMz9s:after {
  position: absolute;
  top: 8px;
  right: 8px;
  height: 24px;
  border-left: 1px solid #d7dbe3;
  content: "";
}
.lYnY4 {
  width: 76px;
  padding: 8px 0;
  border: 0;
  background-color: #fff;
  border-radius: 4px;
  color: var(--colorBrand);
  cursor: pointer;
  outline: 0;
  text-align: center;
}
.lYnY4:focus,
.lYnY4:hover {
  border: 1.5px;
  background: var(--colorArticleToolHover);
}
.lYnY4:active {
  background: #a6acba;
}
.lYnY4:active .IIE5G {
  color: transparent;
}
._1UKiw {
  line-height: 1.2307692308;
  font-size: 0.8125rem;
}
.IIE5G {
  margin: 0 3px 0 -5px;
  color: transparent;
  font-size: 1.5rem;
  stroke: var(--colorBrand);
  stroke-width: 1.5px;
}
.gD20Q.gD20Q {
  color: #232323;
}
.gD20Q.gD20Q a {
  color: var(--colorInlineHoverAction);
}
.gD20Q.gD20Q button {
  padding: 0;
  border: none;
  margin: 0;
  background: none;
  border-radius: 0;
  color: #096dd2;
  cursor: pointer;
  font: inherit;
  outline: none;
  outline-offset: 0;
  text-align: left;
  text-decoration: none;
  height: auto;
  color: var(--colorInlineHoverAction);
}
.gD20Q.gD20Q button:active,
.gD20Q.gD20Q button:focus,
.gD20Q.gD20Q button:hover {
  text-decoration: underline;
}
.gD20Q.gD20Q button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.gD20Q.gD20Q a,
.gD20Q.gD20Q button {
  border-bottom: 1px solid rgba(var(--colorAction), 0.4);
}
.gD20Q.gD20Q a:focus,
.gD20Q.gD20Q a:hover,
.gD20Q.gD20Q button:focus,
.gD20Q.gD20Q button:hover {
  border-color: var(--colorAction);
  text-decoration: none;
}
.GvnJU {
  z-index: 20;
  line-height: 1.3333333333;
  font-size: 0.9375rem;
  position: absolute;
  bottom: 48px;
  left: 0;
  width: 230px;
  padding: 16px 20px 20px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  opacity: 0;
  text-align: left;
  transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
  visibility: hidden;
}
.GvnJU:after {
  position: absolute;
  bottom: -16px;
  left: 20px;
  width: 0;
  height: 0;
  box-sizing: border-box;
  border: 8px solid;
  border-color: transparent transparent #fff #fff;
  box-shadow: -2px 2px 2px 0 rgba(0, 0, 0, 0.1);
  content: "";
  transform: rotate(-45deg);
  transform-origin: 0 0;
}
button {
  border: none;
  background: none;
}
.WzQM5 {
  margin-top: 32px;
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .WzQM5 {
    margin-top: 40px;
    margin-bottom: 0;
  }
}
.frYZg {
  position: relative;
  padding-bottom: 16px;
  border-top: 1px solid #d7dbe3;
  clear: both;
}
.frYZg:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 768px) {
  .frYZg {
    line-height: 1;
  }
}
.s37lK {
  margin-top: 24px;
}
@media only screen and (min-width: 768px) {
  .s37lK {
    margin-top: 32px;
  }
}
._3cd7R {
  margin-bottom: 16px;
}
._3cd7R h2 {
  font-size: 1.125rem;
  color: var(--colorBrand);
  font-family: "PT Sans", "system-fonts-primary", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.KW19t {
  min-height: 48px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #d7dbe3;
  justify-content: center;
  text-align: center;
}
.KW19t,
.KW19t > * {
  display: -ms-flexbox;
  display: flex;
}
.KW19t > * {
  font-size: 0.9375rem;
  min-height: 46px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 4px;
  padding-bottom: 4px;
}
.KW19t > :first-child:after {
  top: 11px;
  height: 26px;
}
.KW19t > div:not(:last-child) {
  padding-right: 16px;
}
.KW19t > div:not(:last-child):after {
  position: absolute;
  top: 11px;
  height: 26px;
  border-left: 1px solid #d7dbe3;
  content: "";
}
.A5M5- {
  position: relative;
}
.A5M5-:after {
  right: 16px;
}
.A5M5- .fiK2G {
  line-height: 1;
  font-size: 0.8125rem;
  display: inline-block;
  margin-right: 16px;
  color: var(--colorActionAlt);
  font-family: "PT Sans", Trebuchet MS, Arial Narrow, sans-serif;
}
.A5M5- .fiK2G:focus,
.A5M5- .fiK2G:hover {
  color: var(--colorActionAlt);
  text-decoration: underline;
}
._7tGtS {
  font-family: "PT Sans", "system-fonts-primary", sans-serif;
}
.xQoVi {
  padding: 0;
}
.xQoVi,
.xQoVi li {
  display: inline-block;
}
.xQoVi li {
  max-width: 250px;
  padding-top: 4px;
  padding-bottom: 4px;
  vertical-align: top;
}
.xQoVi li a {
  display: block;
  overflow: hidden;
  height: 16px;
}
.xQoVi li:not(:last-child) {
  margin-right: 16px;
}
.GXm2I {
  line-height: 1.2307692308;
  font-size: 0.8125rem;
  position: relative;
  color: var(--colorActionAlt);
  text-overflow: ellipsis;
  white-space: nowrap;
}
.GXm2I:focus,
.GXm2I:hover {
  color: var(--colorActionAlt);
  text-decoration: underline;
}
.mkt-h {
  padding-bottom: 4px;
  border-bottom: 1px solid #d7dbe3;
  margin-bottom: 16px;
}
.WP9mq {
  line-height: 1.5714285714;
  font-size: 0.875rem;
  padding: 0;
  margin-bottom: 8px;
  font-family: "PT Sans", "system-fonts-primary", sans-serif;
}
.WP9mq:after {
  content: "";
  display: table;
  clear: both;
}
@media only print {
  .WP9mq {
    padding: 24px 0 0;
    border-top: 1px solid #d7dbe3;
    border-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .WP9mq {
    padding: 0 12px;
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 1024px) {
  .WP9mq {
    padding: 0 16px;
  }
}
.WP9mq[hidden] {
  display: block;
}
.ezO-K {
  padding-left: 52px;
}
@media only screen and (min-width: 768px) {
  .ezO-K {
    padding-left: 60px;
  }
}
.eijbZ {
  line-height: 1.5714285714;
  font-size: 0.875rem;
  color: var(--colorActionAlt);
  font-weight: 700;
}
.eijbZ:focus,
.eijbZ:hover {
  text-decoration: underline;
}
.eijbZ:focus,
.eijbZ:hover,
.eijbZ:visited {
  color: var(--colorActionAlt);
}
.-M3ye {
  margin-left: 8px;
  color: #767676;
}
.-M3ye a {
  color: #767676;
  text-decoration: underline;
}
.-M3ye a:focus,
.-M3ye a:hover {
  color: #454f64;
}
.juJvv {
  margin-bottom: 32px;
}
._1StCg {
  background-color: var(--colorBrand);
  clear: both;
}
._1StCg {
  position: relative;
}
.hUKza {
  width: auto;
  max-width: 1168px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  padding-top: 8px;
}
.hUKza:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 767px) {
  .hUKza {
    padding: 14px 20px;
  }
}
._5vnxK {
  padding: 16px 0 40px;
  color: #fff;
}

._5vnxK p {
  line-height: 1;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media only screen and (min-width: 768px) {
  ._5vnxK {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.teJuK {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 28px;
  gap: 8px;
}
@media only screen and (min-width: 768px) {
  .teJuK {
    margin-top: 0;
    float: right;
  }
}
.R-g-6 {
  line-height: 1;
  font-size: 0.8125rem;
  display: inline-block;
  padding: 10px 16px 9px;
  background-color: var(--colorAction);
  border-radius: 4px;
  color: var(--colorButtonText);
  cursor: pointer;
  font-weight: var(--buttonFontWeight);
  letter-spacing: 1px;
  text-transform: uppercase;
  vertical-align: top;
}
.R-g-6:focus,
.R-g-6:hover {
  background-color: var(--colorActionLight);
  color: var(--colorButtonText);
}
.R-g-6:active {
  background-color: var(--colorActionDark);
  color: var(--colorButtonText);
}
.-ByHI {
  padding: 16px 0 24px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .-ByHI {
    display: inline-block;
    padding: 16px 0 24px;
    margin-right: -12px;
    float: right;
  }
}
.-ByHI li {
  display: inline-block;
}
.-ByHI a {
  display: block;
  padding: 5px 8px;
  margin: 0 4px;
  color: #fff;
}
.-ByHI span {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
.EdtFg {
  width: auto;
  max-width: 624px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  min-width: 320px;
}
@media only print {
  .EdtFg {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.EdtFg:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 768px) {
  .EdtFg {
    width: auto;
    max-width: 808px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    min-width: 736px;
  }
  .EdtFg:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media only screen and (min-width: 1024px) {
  .EdtFg {
    width: auto;
    max-width: 1168px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    min-width: 1000px;
  }
  .EdtFg:after {
    content: "";
    display: table;
    clear: both;
  }
}
.p3h3q {
  padding: 0 20px;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
  }
}
.qzED6 {
  border: none;
  background: none;
  border-radius: 0;
}
._4z72Q {
  border-top: 1px solid var(--colorFooterSection);
  border-bottom: 1px solid var(--colorFooterSection);
}
@media only screen and (min-width: 768px) {
  ._4z72Q {
    width: 100%;
    padding: 24px 0;
    column-count: 3;
  }
}
@media only screen and (min-width: 1024px) {
  ._4z72Q {
    column-count: 4;
  }
}
@media only screen and (min-width: 768px) {
  .x6Jm {
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .x6Jm:nth-child(2) {
    margin-bottom: 255px;
  }
}
@media only screen and (min-width: 1024px) {
  .x6Jm:nth-child(4) {
    margin-bottom: 176px;
  }
}
.x6Jm:not(:last-child) {
  border-bottom: 1px solid var(--colorFooterSection);
}
@media only screen and (min-width: 768px) {
  .x6Jm:not(:last-child) {
    border: 0;
  }
}
.x6Jm a,
.x6Jm a:visited {
  line-height: 1;
  font-size: 0.875rem;
  display: block;
  color: #fff !important;
}
@media only screen and (min-width: 768px) {
  .x6Jm a,
  .x6Jm a:visited,
  .B1C1G {
    display: inline-block;
  }
}
.ZTuzK {
  line-height: 1;
  font-size: 0.875rem;
  position: relative;
  display: block;
  width: 100%;
  padding: 16px 0;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .ZTuzK {
    padding: 0 0 8px;
    cursor: default;
  }
  .ZTuzK:focus {
    outline: none;
  }
}
.ZTuzK ._7T2j- {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .ZTuzK ._7T2j- {
    line-height: 1;
    font-size: 0.875rem;
    letter-spacing: 1.5px;
  }
}
.ZTuzK .MgOus {
  margin-right: 8px;
  color: var(--colorFooterAction);
  float: right;
  transition: transform 0.3s ease-in 0s;
}
@media only screen and (min-width: 768px) {
  .ZTuzK .MgOus {
    display: none;
  }
}
.iqAzt {
  list-style-type: none;
}
@media only screen and (max-width: 767px) {
  .iqAzt {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: all 0.25s ease-in;
    visibility: hidden;
  }
}
@media only screen and (min-width: 768px) {
  .iqAzt {
    display: inline;
  }
}
@media only screen and (max-width: 767px) {
  .iqAzt a {
    padding: 9px 0;
  }
  .iqAzt a:focus,
  .iqAzt a:hover {
    text-decoration: underline;
  }
}
@media only screen and (min-width: 768px) {
  .iqAzt a {
    margin: 5px 0;
  }
  .iqAzt a:focus,
  .iqAzt a:hover {
    box-shadow: inset 0 -1px 0 #fff;
  }
}
