* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Libre Franklin", sans-serif;
  color: #1a1a1a;
  background: #fff;
  line-height: 1.6;
  font-size: 16px;
}

article {
  max-width: 720px;
  margin: 28px auto;
  padding: 0 16px;
}

h1.headline {
  font-weight: 900;
  font-size: 34px;
  line-height: 1.18;
  letter-spacing: -0.5px;
  color: #1a1a1a;
  margin-bottom: 16px;
}

.subheadline {
  font-size: 18px;
  line-height: 1.55;
  color: #555;
  margin-bottom: 20px;
  font-weight: 400;
}

.live-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #d32f2f;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 3px;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}

.live-badge::before {
  content: "";
  width: 7px;
  height: 7px;
  background: #fff;
  border-radius: 50%;
  animation: pulse 1.2s ease-in-out infinite;
}

@keyframes pulse {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.4;
  }
}

.author-block {
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e0e0e0;
}

.author-names {
  font-size: 14px;
}

.author-location {
  font-size: 13px;
  color: #999;
  margin-top: 2px;
}

.article-img {
  display: block;
  width: 100%;
  height: auto;
  margin: 24px 0 6px;
}

.photo-caption {
  font-size: 13px;
  color: #888;
  margin-bottom: 24px;
  font-style: italic;
  padding-bottom: 8px;
  border-bottom: 1px solid #f0f0f0;
}

article p {
  font-size: 17px;
  line-height: 1.75;
  margin-bottom: 18px;
}

article h2 {
  font-weight: 800;
  font-size: 24px;
  margin: 34px 0 14px;
  color: #1a1a1a;
}

.quote-block {
  border-left: 4px solid #003d6b;
  padding: 18px 22px;
  margin: 24px 0;
  background: #fef8f4;
}

.quote-block p {
  font-style: italic;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 10px;
}

.quote-block p:last-child {
  margin-bottom: 0;
}

.dialogue {
  margin: 22px 0;
}

.dialogue .q {
  font-size: 16px;
  line-height: 1.65;
  margin-bottom: 14px;
}

.dialogue .q b:first-child {
  font-weight: 900;
  color: #003d6b;
}

.dialogue .a {
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 14px;
}

.dialogue .a b:first-child {
  font-weight: 900;
  color: #1a1a1a;
}

.reactions-block {
  margin: 30px 0;
}

.reaction-card {
  background: #fafafa;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 16px 18px;
  margin-bottom: 14px;
}

.reaction-card .rc-source {
  font-size: 12px;
  font-weight: 700;
  color: #003d6b;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}

.reaction-card .rc-text {
  font-size: 15px;
  line-height: 1.6;
}

.reaction-card .rc-author {
  font-size: 13px;
  color: #888;
  margin-top: 6px;
}

a.platform-link,
a.platform-link:link,
a.platform-link:visited {
  color: #003d6b !important;
  text-decoration: underline;
  font-weight: 600;
}

.viewer-counter {
  background: #1a1a1a;
  color: #fff;
  padding: 14px 20px;
  margin: 28px 0;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 14px;
}

.viewer-dot {
  width: 10px;
  height: 10px;
  background: #00e676;
  border-radius: 50%;
  flex-shrink: 0;
  animation: pulse2 1.5s ease-in-out infinite;
}

@keyframes pulse2 {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.85;
    transform: scale(1.15);
  }
}

.viewer-counter .count-num {
  font-weight: 800;
  font-size: 18px;
  color: #00e676;
  min-width: 30px;
  text-align: center;
  transition: opacity 0.3s;
}

.income-cta-block {
  background: #fef8f4;
  border-left: 4px solid #003d6b;
  padding: 24px 26px;
  margin: 30px 0;
}

.income-cta-block h3 {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 700;
  color: #003d6b;
}

.income-cta-block p {
  font-size: 16px;
}

.income-scroll {
  margin: 18px 0;
}

table.income {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

table.income thead th {
  background: #003d6b;
  color: #fff;
  text-align: left;
  padding: 12px 14px;
  font-weight: 600;
  font-size: 13px;
}

table.income tbody td {
  padding: 14px;
  border-bottom: 1px solid #e0e0e0;
  background: #fff;
}

table.income tbody tr:nth-child(odd) td {
  background: #fafafa;
}

table.income .capital {
  font-weight: 700;
}

table.income .income-base {
  color: #2e7d32;
  font-weight: 600;
  text-align: center;
}

table.income .income-growth {
  color: #003d6b;
  font-weight: 700;
  text-align: center;
}

table.income .capital,
table.income .income-base,
table.income .income-growth {
  white-space: nowrap;
}

@media (max-width: 768px) {
  table.income {
    table-layout: fixed;
    width: 100%;
  }

  table.income .capital,
  table.income .income-base,
  table.income .income-growth {
    white-space: normal;
  }

  table.income thead th {
    font-size: 11px;
    padding: 7px 6px;
    line-height: 1.3;
  }

  table.income tbody td {
    font-size: 13px;
    padding: 9px 6px;
    line-height: 1.3;
  }
}

@media (max-width: 480px) {
  table.income thead th {
    font-size: 10px;
    padding: 6px 5px;
  }

  table.income tbody td {
    font-size: 12px;
    padding: 8px 5px;
  }
}

.calculator-block {
  background: #fff;
  border: 2px solid #003d6b;
  border-radius: 6px;
  padding: 24px;
  margin: 24px 0;
}

.calculator-block h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 18px;
  color: #003d6b;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.calc-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 12px;
}

.calc-label {
  font-size: 14px;
  color: #666;
}

.calc-amount {
  font-size: 26px;
  font-weight: 700;
}

#calcSlider {
  width: 100%;
  height: 6px;
  -webkit-appearance: none;
  appearance: none;
  background: #ddd;
  border-radius: 3px;
  outline: none;
  margin: 8px 0 6px;
}

#calcSlider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  background: #003d6b;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

#calcSlider::-moz-range-thumb {
  width: 22px;
  height: 22px;
  background: #003d6b;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid #fff;
}

.calc-range-labels {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #999;
  margin-bottom: 18px;
}

.calc-result {
  background: #fef8f4;
  border-left: 4px solid #003d6b;
  padding: 14px 16px;
  margin-bottom: 18px;
}

.calc-result-label {
  font-size: 13px;
  color: #666;
  margin-bottom: 4px;
}

.calc-result-value {
  font-size: 22px;
  font-weight: 800;
  color: #003d6b;
  line-height: 1.2;
  margin-bottom: 8px;
  white-space: nowrap;
}

.calc-disclaimer {
  font-size: 11px;
  color: #999;
  font-style: italic;
}

.registration-block {
  background: #fef8f4;
  border: 1px solid #003d6b;
  padding: 26px;
  margin: 30px 0;
  border-radius: 4px;
}

.registration-block h2 {
  margin-top: 0;
  color: #003d6b;
}

.reg-step {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 14px;
}

.reg-step-num {
  background: #003d6b;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  flex-shrink: 0;
}

.reg-step-text {
  font-size: 15px;
  line-height: 1.5;
}

.deadline-line {
  font-size: 16px;
  margin: 18px 0;
}

.deadline-line b {
  font-weight: 700;
  color: #003d6b;
}

.seats-line {
  font-size: 15px;
  margin: 14px 0;
  color: #555;
}

.seats-line b {
  font-weight: 800;
  color: #003d6b;
}

.cta-button {
  display: block;
  background: #003d6b;
  color: #fff;
  text-align: center;
  padding: 20px;
  text-decoration: none;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 1px;
  margin: 28px 0;
  border-radius: 4px;
  text-transform: uppercase;
  transition: background 0.2s;
}

.cta-button:hover {
  background: #002a52;
}

.cta-button.cta-calc {
  margin: 0;
  padding: 16px;
  font-size: 15px;
}

.fb-section {
  background: #f0f2f5;
  padding: 32px 0 60px;
  margin-top: 30px;
  border-top: 1px solid #e0e0e0;
}

.fb-header {
  max-width: 680px;
  margin: 0 auto 20px;
  padding: 0 20px;
  font-size: 17px;
  font-weight: 700;
  color: #050505;
}

.fb-comments-container {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 20px;
}

.fb-comment {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}

.fb-comment.fb-reply {
  margin-left: 44px;
}

.fb-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.av-blue {
  background: #1877f2;
}

.av-pink {
  background: #ec407a;
}

.av-orange {
  background: #fb8c00;
}

.av-teal {
  background: #00897b;
}

.av-red {
  background: #e53935;
}

.av-grey {
  background: #757575;
}

.av-green {
  background: #43a047;
}

.av-purple {
  background: #8e24aa;
}

.av-amber {
  background: #c89c00;
}

.av-indigo {
  background: #3949ab;
}

.fb-comment-body {
  flex: 1;
  min-width: 0;
}

.fb-comment-bubble {
  background: #fff;
  border-radius: 18px;
  padding: 8px 12px;
}

.fb-comment-author {
  font-size: 13px;
  font-weight: 600;
  color: #050505;
  margin-bottom: 2px;
}

.fb-comment-text {
  font-size: 14px;
  color: #050505;
  line-height: 1.4;
}

.fb-screenshot {
  margin-top: 8px;
}

.fb-screenshot img {
  max-width: 240px;
  height: auto;
  border-radius: 8px;
  border: 1px solid #ddd;
  display: block;
}

.fb-comment-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  padding: 5px 12px 0;
  font-size: 12px;
  color: #65676b;
  align-items: center;
}

.fb-comment-meta .meta-action {
  font-weight: 600;
  cursor: pointer;
}

.fb-comment-meta .meta-likes {
  margin-left: auto;
  background: #fff;
  border: 1px solid #ced0d4;
  border-radius: 12px;
  padding: 1px 8px;
  font-size: 11px;
}

@media (max-width: 768px) {
  h1.headline {
    font-size: 28px;
  }

  .subheadline {
    font-size: 16px;
  }

  article p,
  .dialogue .a {
    font-size: 18px;
  }

  .income-cta-block {
    padding: 20px 16px;
  }

  .calculator-block {
    padding: 18px 14px;
  }
}

@media (max-width: 480px) {
  h1.headline {
    font-size: 24px;
  }

  .subheadline {
    font-size: 15px;
  }

  article p {
    font-size: 17px;
  }

  .calc-amount {
    font-size: 22px;
  }

  .calc-result-value {
    font-size: 19px;
  }
}

/*body{padding-bottom:90px}*/

.currency-strip {
  border-bottom: 1px solid #e0e0e0;
  padding: 8px 0;
  font-size: 11px;
}

.currency-strip-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}

.currency-strip-inner a {
  color: #444;
  text-decoration: none;
}

.currency-strip-inner span {
  color: #444;
}

.currency-strip-inner b {
  font-weight: 700;
  color: #1a1a1a;
}

.currency-strip-inner .right {
  margin-left: auto;
  color: #888;
  font-size: 10px;
  letter-spacing: 0.3px;
}

@media (max-width: 768px) {
  .currency-strip {
    padding: 6px 0;
  }

  .currency-strip-inner {
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 14px;
    -webkit-overflow-scrolling: touch;
  }

  .currency-strip-inner::-webkit-scrollbar {
    display: none;
  }

  .currency-strip-inner span {
    white-space: nowrap;
  }

  .currency-strip-inner .right {
    display: none;
  }
}

footer {
  background: #f4f4f4;
  padding: 30px 20px;
  margin-top: 60px;
  border-top: 1px solid #e0e0e0;
  font-size: 12px;
  color: #888;
}

a,
article,
b,
blockquote,
body,
div,
footer,
h1,
h2,
h3,
h4,
header,
html,
img,
li,
nav,
p,
section,
span,
table,
tbody,
td,
th,
thead,
tr {
  border: 0;
  /* font: inherit; */
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

article,
footer,
header,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ul {
  list-style: none;
}

blockquote {
  quotes: none;
}

blockquote:after,
blockquote:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  font-weight: 400;
  text-align: left;
  vertical-align: middle;
}

a img {
  border: none;
}

@font-face {
  font-display: swap;
  font-family: noto-serif;
  font-style: normal;
  font-weight: 700;
  src:
    local("Noto Serif Bold"),
    local("NotoSerif-Bold"),
    url("/fonts/notoserif-bold.woff2") format("woff2"),
    url("/fonts/notoserif-bold.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-family: noto-serif;
  font-style: italic;
  font-weight: 700;
  src:
    local("Noto Serif Bold Italic"),
    local("NotoSerif-BoldItalic"),
    url("/fonts/notoserif-bolditalic.woff2") format("woff2"),
    url("/fonts/notoserif-bolditalic.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-family: noto-serif;
  font-style: normal;
  font-weight: 400;
  src:
    local("Noto Serif"),
    local("NotoSerif"),
    url("/fonts/notoserif-regular.woff2") format("woff2"),
    url("/fonts/notoserif-regular.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-family: noto-serif;
  font-style: italic;
  font-weight: 400;
  src:
    local("Noto Serif Italic"),
    local("NotoSerif-Italic"),
    url("/fonts/notoserif-italic.woff2") format("woff2"),
    url("/fonts/notoserif-italic.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-family: source-sans-pro;
  font-style: italic;
  font-weight: 400;
  src:
    local("Source Sans Pro Italic"),
    local("SourceSansPro-Italic"),
    url("/fonts/sourcesanspro-italic.woff2") format("woff2"),
    url("/fonts/sourcesanspro-italic.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-family: source-sans-pro;
  font-style: normal;
  font-weight: 400;
  src:
    local("Source Sans Pro"),
    local("SourceSansPro"),
    url("/fonts/sourcesanspro-regular.woff2") format("woff2"),
    url("/fonts/sourcesanspro-regular.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-family: source-sans-pro;
  font-style: normal;
  font-weight: 600;
  src:
    local("Source Sans Pro SemiBold"),
    local("SourceSansPro-SemiBold"),
    url("/fonts/sourcesanspro-semibold.woff2") format("woff2"),
    url("/fonts/sourcesanspro-semibold.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-family: source-sans-pro;
  font-style: italic;
  font-weight: 600;
  src:
    local("Source Sans Pro SemiBold Italic"),
    local("SourceSansPro-SemiBoldItalic"),
    url("/fonts/sourcesanspro-semibolditalic.woff2") format("woff2"),
    url("/fonts/sourcesanspro-semibolditalic.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-family: source-sans-pro;
  font-style: normal;
  font-weight: 700;
  src:
    local("Source Sans Pro Bold"),
    local("SourceSansPro-Bold"),
    url("/fonts/sourcesanspro-bold.woff2") format("woff2"),
    url("/fonts/sourcesanspro-bold.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-family: fig-premium-mark;
  font-style: normal;
  font-weight: 400;
  src:
    local("Fig Premium Mark"),
    local("FigPremiumMark"),
    url("/fonts/fig-premium-mark.woff2") format("woff2"),
    url("/fonts/fig-premium-mark.woff") format("woff");
}

html {
  box-sizing: border-box;
  color: #163860;
  font-family:
    noto-serif,
    Georgia,
    Verdana,
    Times,
    Times New Roman,
    Garamond,
    Palatino,
    serif;
  font-size: 16px;
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

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

body {
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: 100%;
  -webkit-text-size-adjust: 100%;
}

body,
html {
  overflow-x: hidden;
}

body,
html {
  overflow-x: clip;
}

b {
  font-weight: 700;
}

a {
  color: #163860;
  cursor: pointer;
  transition: color 0.3s ease-in;
}

@media (prefers-reduced-motion: reduce) {
  a {
    transition: none;
  }
}

a:active,
a:visited {
  /* color: #5e7287; */
}

a:focus,
a:hover {
  /* color: #1f66ba; */
}

[contenteditable]:focus-visible,
[tabindex]:not([tabindex="-1"]):focus-visible,
a[href]:focus-visible,
area[href]:focus-visible,
button:focus-visible,
details:has(:focus-visible),
iframe:focus-visible,
input:not([type="hidden"]):focus-visible,
select:focus-visible,
summary:focus-visible,
textarea:focus-visible {
  outline: 1px dotted currentcolor;
  outline-offset: -1px;
}

img {
  border: 0;
  display: inline-block;
  max-width: 100%;
  position: relative;
  text-indent: -9999px;
}

img[height] {
  height: auto;
}

img[width] {
  width: auto;
}

.fig-layout {
  position: relative;
}

.fig-layout--wrapped {
  background-color: #fff;
  margin: 0 auto;
  max-width: 1000px;
}

.fig-main-col {
  flex-grow: 1;
  max-width: 100%;
}

@media (min-width: 48em) {
  .fig-main-col {
    max-width: 704px;
  }
}

@media (min-width: 64em) {
  .fig-main-col {
    max-width: 616px;
  }
}

.fig-main-wrapper {
  background-color: #fff;
  display: flex;
  justify-content: center;
  padding: 16px;
}

@media (min-width: 48em) {
  .fig-main-wrapper {
    padding: 32px;
  }
}

@media (min-width: 48em) and (max-width: 63.99em) {
  .fig-main-wrapper {
    max-width: 768px;
  }
}

@media (min-width: 64em) {
  .fig-main-wrapper {
    justify-content: space-between;
  }
}

@media (min-width: 64em) {
  .fig-main-wrapper {
    justify-content: center;
  }
}

@media (max-width: 47.99em) {
  .fig-layout {
    padding: 16px;
  }
}

.fig-layout.fig-main-wrapper {
  padding-bottom: 0;
}

@media (min-width: 64em) {
  .fig-main-col {
    max-width: 704px;
  }
}

.fig-button--primary:focus-visible {
  background-color: #1f66ba;
  color: #fff;
}

.fig-button--secondary:focus-visible {
  background-color: #1f66ba;
}

.fig-button--secondary:focus-visible {
  outline: 1px dotted #1f66ba;
  outline-offset: 0;
}

.fig-button--premium:focus-visible {
  color: #163860;
}

.fig-button--premium:focus-visible {
  background-color: #ffca46;
}

.fig-button--nude:focus-visible {
  background-color: #fff;
}

.fig-button--nude:focus-visible {
  color: #1f66ba;
  outline: 1px dotted currentcolor;
}

.fig-button--outline:focus-visible {
  background-color: #fff;
  color: #1f66ba;
}

.fig-button--outline:focus-visible {
  border-color: #fff;
}

.fig-button--text-only:focus-visible {
  color: #1f66ba;
  text-decoration: underline;
}

.fig-modal__modal-close.fig-close-button:focus-visible {
  outline: 1px dotted #1f66ba;
}

.fig-modal__modal-close.fig-close-button:focus-visible:before {
  background-color: rgba(51, 51, 51, 0.2);
}

.fig-follow-modal__link:focus-visible {
  background-color: #1f66ba;
  color: #fff;
}

.fig-tags__link:focus-visible {
  color: #1f66ba;
}

.fig-share-tools {
  font-family:
    source-sans-pro,
    Arial,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    Helvetica Neue,
    Helvetica,
    sans-serif;
}

@media (max-width: 63.99em) {
  .fig-share-tools {
    background: #fff;
    border-radius: 8px 8px 0 0;
    bottom: 0;
    display: none;
    left: 0;
    padding: 32px 24px;
    position: absolute;
    right: 0;
    z-index: 1;
  }
}

.fig-share-tools__via {
  color: #333;
  font-size: 1rem;
  line-height: 1.375;
  margin-bottom: 16px;
  text-align: left;
}

@media (min-width: 64em) {
  .fig-share-tools__via {
    display: none;
  }
}

@media (max-width: 63.99em) {
  .fig-share-tools__svg-container {
    background: #d3e7ff;
    border-radius: 4px;
    display: block;
    height: 64px;
    margin-left: auto;
    margin-right: auto;
    max-width: 64px;
    padding: 12px;
    text-align: center;
  }
}

.fig-share-tools__svg-text {
  display: none;
}

@media (max-width: 63.99em) {
  .fig-share-tools__svg-text {
    color: #333;
    display: inline-block;
    font-size: 0.875rem;
    line-height: 1.4285714286;
    margin-top: 8px;
  }
}

.fig-share-tools__svg {
  fill: currentcolor;
}

@media (min-width: 64em) {
  .fig-share-tools__svg {
    height: 18px;
    width: 18px;
  }
}

@media (max-width: 63.99em) {
  .fig-share-tools__svg {
    height: 40px;
    width: 40px;
  }
}

.fig-share-tools__list {
  display: flex;
}

@media (max-width: 63.99em) {
  .fig-share-tools__list {
    -webkit-overflow-scrolling: touch;
    margin-left: -24px;
    margin-right: -24px;
    overflow-x: auto;
    overflow-y: hidden;
    overflow: auto;
    scroll-behavior: smooth;
    scroll-snap-type: none;
    scrollbar-width: none;
  }

  .fig-share-tools__list::-webkit-scrollbar {
    display: none;
  }
}

.fig-share-tools__item {
  display: inline-block;
}

@media (max-width: 63.99em) {
  .fig-share-tools__item {
    min-width: 64px;
  }
}

.fig-share-tools__item--copy {
  min-height: 48px;
  padding-top: 6px;
  position: relative;
}

@media (min-width: 48em) {
  .fig-share-tools__item--copy {
    min-height: 40px;
    padding-top: 2px;
  }
}

@media (max-width: 63.99em) {
  .fig-share-tools__item--copy {
    margin-left: 16px;
    margin-right: -7px;
    min-width: 80px;
  }
}

.fig-share-tools__link {
  text-decoration: none;
  transition: color 0.3s ease-in;
}

@media (max-width: 63.99em) {
  .fig-share-tools__link {
    display: inline-block;
    vertical-align: top;
  }
}

.fig-share-tools__link > * {
  pointer-events: none;
}

.fig-share-tools__link:visited {
  color: #163860;
}

.fig-share-tools__link:focus,
.fig-share-tools__link:hover {
  color: #1f66ba;
}

.fig-share-tools__link:active {
  color: #5e7287;
}

.fig-share-tools__link:focus:not(:focus-visible) {
  outline: none;
}

.fig-share-tools__item--copy .fig-share-tools__link {
  -webkit-appearance: none;
  background-color: transparent;
  border: 0;
  color: #163860;
  cursor: pointer;
  font-family: inherit;
  padding: 0;
}

.fig-share-tools__item--copy .fig-share-tools__link::-moz-focus-inner {
  border: 0;
}

.fig-share-tools__item--copy .fig-share-tools__link svg {
  fill: currentcolor;
}

.fig-share-tools__item--copy .fig-share-tools__link:focus,
.fig-share-tools__item--copy .fig-share-tools__link:hover {
  color: #1f66ba;
}

.fig-share-tools__item--copy .fig-share-tools__link:active {
  color: #5e7287;
}

.fig-share-tools__confirmation {
  color: #1e8154;
  cursor: default;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 6px;
  visibility: hidden;
  width: 100%;
}

@media (min-width: 48em) {
  .fig-share-tools__confirmation {
    top: 2px;
  }
}

@media (max-width: 63.99em) {
  .fig-share-tools__confirmation {
    display: inline-block;
    vertical-align: top;
  }
}

.fig-share-tools__confirmation .fig-share-tools__svg-text {
  color: #1e8154;
}

@media (min-width: 64em) {
  .fig-share-tools {
    position: relative;
  }
}

.fig-media__button:focus-visible {
  outline-color: #fff;
}

.fig-media-modal__button:focus-visible {
  outline: 1px dotted #fff;
}

.fig-media-modal__button:focus-visible:before {
  background-color: rgba(51, 51, 51, 0.2);
}

.fig-tabbar {
  background-color: #fff;
  border-top: 1px solid #ccc;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1000;
}

.fig-tabbar__inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  height: 51px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  padding-left: 16px;
  padding-right: 16px;
  place-content: baseline space-around;
}

@media (min-width: 48em) {
  .fig-tabbar__inner {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 64em) {
  .fig-tabbar__inner {
    justify-content: center;
  }
}

.fig-progress-bar {
  flex: 1 0 100vw;
  height: 8px;
  margin-bottom: -6px;
  position: relative;
  top: -9px;
}

@media (max-width: 47.99em) {
  .fig-progress-bar {
    left: -16px;
  }
}

@media (min-width: 48em) and (max-width: 63.99em) {
  .fig-progress-bar {
    left: -32px;
  }
}

@media (min-width: 64em) {
  .fig-progress-bar {
    height: 4px;
    margin-bottom: -4px;
    top: -5px;
  }
}

@media (max-width: 63.99em) {
  .fig-headline-tabbar {
    display: none;
  }
}

@media (min-width: 64em) {
  .fig-headline-tabbar {
    align-self: center;
    color: inherit;
    flex: 1;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.4285714286;
    overflow: hidden;
    padding-left: 0;
    padding-right: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.fig-subscription-button {
  background-color: #ecb62f;
  border-radius: 4px;
  color: #163860;
  display: inline-block;
  font-family:
    source-sans-pro,
    Arial,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  height: 32px;
  line-height: 1.3333333333;
  max-width: 100%;
  min-width: 93px;
  order: 1;
  padding: 9px 12px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
}

.fig-subscription-button:focus,
.fig-subscription-button:hover {
  background-color: #ffca46;
  color: #163860;
}

.fig-subscription-button:active,
.fig-subscription-button:visited {
  color: #163860;
}

@media (min-width: 64em) {
  .fig-subscription-button--mobile {
    display: none;
  }
}

.fig-subscription-button--desktop {
  margin-left: 24px;
  margin-right: 8px;
}

@media (max-width: 63.99em) {
  .fig-subscription-button--desktop {
    display: none;
  }
}

.fig-tabbar .fig-sharebar {
  display: flex;
  font-family:
    source-sans-pro,
    Arial,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-size: 0.75rem;
}

@media (max-width: 63.99em) {
  .fig-tabbar .fig-sharebar {
    order: 2;
  }
}

@media (min-width: 64em) {
  .fig-tabbar .fig-sharebar {
    align-items: center;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    height: 100%;
    padding-left: 24px;
    padding-right: 24px;
    place-content: stretch center;
  }
}

.fig-tabbar .fig-sharebar__opener {
  -webkit-appearance: none;
  background-color: transparent;
  border: 0;
  color: #163860;
  cursor: pointer;
  flex: 1 0 auto;
  font-size: 0.875rem;
  justify-content: center;
  margin: 0;
  min-height: 48px;
  min-width: 48px;
  padding: 0;
}

.fig-tabbar .fig-sharebar__opener::-moz-focus-inner {
  border: 0;
}

@media (min-width: 64em) {
  .fig-tabbar .fig-sharebar__opener {
    display: none;
  }
}

.fig-tabbar .fig-sharebar__opener svg {
  vertical-align: bottom;
}

.fig-tabbar .fig-sharebar__share-svg {
  fill: currentcolor;
}

.fig-share-mobile-layer {
  display: none;
}

@media (max-width: 63.99em) {
  .fig-share-mobile-layer {
    background-color: hsla(0, 0%, 7%, 0.7);
    display: none;
    inset: 0;
    position: fixed;
    z-index: 0;
  }
}

.fig-share-mobile-layer__close {
  display: none;
}

@media (max-width: 63.99em) {
  .fig-share-mobile-layer__close {
    align-items: center;
    -webkit-appearance: none;
    background-color: #fff;
    border: 0;
    border-radius: 4px;
    bottom: 218px;
    color: #163860;
    cursor: pointer;
    display: none;
    font-family:
      source-sans-pro,
      Arial,
      -apple-system,
      BlinkMacSystemFont,
      Segoe UI,
      Roboto,
      Oxygen-Sans,
      Ubuntu,
      Cantarell,
      Helvetica Neue,
      Helvetica,
      sans-serif;
    font-size: 0.875rem;
    left: 50%;
    line-height: 1.4285714286;
    padding: 8px 16px;
    position: absolute;
    text-decoration: none;
    transform: translateX(-50%);
  }

  .fig-share-mobile-layer__close::-moz-focus-inner {
    border: 0;
  }

  .fig-share-mobile-layer__close svg {
    fill: #163860;
    margin-left: 8px;
  }
}

.fig-share-mobile-layer__share-svg {
  fill: currentcolor;
}

@media (max-width: 63.99em) {
  .fig-tabbar .fig-share-tools__list {
    -moz-column-gap: 24px;
    column-gap: 24px;
    overflow-y: hidden;
    padding-left: 24px;
  }
}

.fig-tabbar .fig-share-tools__item {
  text-align: center;
  vertical-align: top;
}

@media (max-width: 63.99em) {
  .fig-tabbar .fig-share-tools__item:last-child {
    margin-right: 24px;
  }
}

.fig-tabbar .fig-share-tools__item--copy {
  margin-left: -8px;
  margin-right: -8px;
  min-height: auto;
  min-width: 80px;
  order: -1;
  padding-top: 0;
}

@media (min-width: 64em) {
  .fig-tabbar .fig-share-tools__item--copy,
  .fig-tabbar .fig-share-tools__item--messenger,
  .fig-tabbar .fig-share-tools__item--whatsapp {
    display: none;
  }
}

.fig-tabbar .fig-share-tools__link {
  cursor: pointer;
  display: inline-block;
}

@media (min-width: 64em) {
  .fig-tabbar .fig-share-tools__link {
    height: 48px;
    line-height: 58px;
    text-align: center;
    width: 48px;
  }
}

.fig-tabbar .fig-share-tools__confirmation {
  top: 0;
}

.fig-tabbar .fig-share-tools__svg-text {
  color: #163860;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.4285714286;
  margin-top: 8px;
}

@media (min-width: 64em) {
  .fig-tabbar .fig-share-tools__svg-text {
    display: none;
  }
}

.fig-body .figc-header__button--exit:focus-visible {
  outline: 1px dotted #1f66ba;
}

.fig-body .figc-header__button--exit:focus-visible:before {
  background-color: rgba(51, 51, 51, 0.2);
}

.fig-comments-tabbar {
  align-items: center;
  -webkit-appearance: none;
  background-color: transparent;
  border: 0;
  color: #163860;
  cursor: pointer;
  display: flex;
  font-family:
    source-sans-pro,
    Arial,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  justify-content: center;
  line-height: 20px;
  transition: color 0.3s ease-in;
}

.fig-comments-tabbar::-moz-focus-inner {
  border: 0;
}

.fig-comments-tabbar:focus,
.fig-comments-tabbar:hover {
  color: #1f66ba;
}

.fig-comments-tabbar:active {
  color: #5e7287;
}

@media (max-width: 63.99em) {
  .fig-comments-tabbar {
    font-size: 0.875rem;
    min-height: 48px;
    min-width: 48px;
    order: 3;
  }
}

@media (min-width: 64em) {
  .fig-comments-tabbar {
    font-size: 0.75rem;
    font-weight: 600;
    justify-content: center;
    padding-left: 32px;
    padding-right: 32px;
  }
}

.fig-comments-tabbar__svg {
  cursor: pointer;
  fill: currentcolor;
  margin-right: 4px;
  vertical-align: bottom;
}

.fig-comments-tabbar__big {
  display: none;
}

@media (min-width: 64em) {
  .fig-comments-tabbar__big {
    display: inline;
  }
}

.fig-more-options {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}

@media (min-width: 48em) {
  .fig-more-options {
    position: relative;
  }
}

@media (max-width: 63.99em) {
  .fig-more-options {
    order: 4;
  }
}

@media (min-width: 64em) {
  .fig-more-options {
    border-left: 1px solid #ccc;
  }
}

.fig-more-options__button {
  align-items: center;
  -webkit-appearance: none;
  background-color: transparent;
  border: 0;
  color: #163860;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 0;
  text-align: center;
  width: 48px;
}

.fig-more-options__button::-moz-focus-inner {
  border: 0;
}

@media (min-width: 64em) {
  .fig-more-options__button {
    width: 72px;
  }
}

.fig-more-options__button:focus .fig-more-options__dots,
.fig-more-options__button:focus .fig-more-options__dots:after,
.fig-more-options__button:focus .fig-more-options__dots:before,
.fig-more-options__button:hover .fig-more-options__dots,
.fig-more-options__button:hover .fig-more-options__dots:after,
.fig-more-options__button:hover .fig-more-options__dots:before {
  background-color: #1f66ba;
}

.fig-more-options__button:active .fig-more-options__dots,
.fig-more-options__button:active .fig-more-options__dots:after,
.fig-more-options__button:active .fig-more-options__dots:before {
  background-color: #5e7287;
}

.fig-more-options__dots {
  border-radius: 5px;
  position: relative;
}

.fig-more-options__dots,
.fig-more-options__dots:after,
.fig-more-options__dots:before {
  background-color: #163860;
  height: 4px;
  transition: background-color 0.3s ease-in;
  width: 4px;
}

.fig-more-options__dots:after,
.fig-more-options__dots:before {
  border-radius: 50%;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}

.fig-more-options__dots:before {
  right: 6px;
}

.fig-more-options__dots:after {
  left: 6px;
}

.fig-more-options__tooltip {
  background-color: #fff;
  border-radius: 8px;
  bottom: calc(100% + 16px);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  display: none;
  padding: 16px;
  position: absolute;
  right: 5%;
  width: 288px;
}

@media (min-width: 48em) {
  .fig-more-options__tooltip {
    right: -8px;
  }
}

@media (min-width: 64em) {
  .fig-more-options__tooltip {
    right: 4px;
  }
}

@media (min-width: 48em) {
  .fig-more-options__tooltip:after {
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: 8px 8px 0;
    bottom: -8px;
    content: "";
    height: 0;
    position: absolute;
    right: 24px;
    width: 0;
  }
}

@media (min-width: 64em) {
  .fig-more-options__tooltip button + button:before {
    border-top: 1px solid #ccc;
    content: "";
    position: absolute;
    top: -9px;
    width: 100%;
  }
}

.fig-more-options__title {
  font-family:
    source-sans-pro,
    Arial,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.375;
  margin-bottom: 16px;
}

.fig-more-options__close {
  border-top-right-radius: 8px;
}

.fig-close-button {
  align-items: center;
  -webkit-appearance: none;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: flex;
  height: 48px;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  z-index: 10;
}

.fig-close-button::-moz-focus-inner {
  border: 0;
}

.fig-close-button:before {
  border-radius: 50%;
  content: "";
  height: 40px;
  left: 4px;
  position: absolute;
  top: 4px;
  transition: background-color 0.3s ease-in;
  width: 40px;
}

.fig-close-button:hover:before {
  background-color: rgba(51, 51, 51, 0.2);
}

.fig-close-button:focus-visible {
  outline: 1px dotted #1f66ba;
}

.fig-close-button:focus-visible:before {
  background-color: rgba(51, 51, 51, 0.2);
}

.fig-close-button svg {
  fill: #121212;
  z-index: 1;
}

.fig-printing-button {
  -webkit-appearance: none;
  background-color: transparent;
  border: 0;
  color: #163860;
  cursor: pointer;
  display: none;
  padding: 8px 0;
  position: relative;
  transition: color 0.3s ease-in;
  width: 100%;
}

.fig-printing-button::-moz-focus-inner {
  border: 0;
}

@media (min-width: 64em) {
  .fig-printing-button {
    align-items: center;
    display: flex;
  }
}

.fig-printing-button:focus,
.fig-printing-button:hover {
  color: #1f66ba;
}

.fig-printing-button:active {
  color: #5e7287;
}

.fig-printing-button__svg {
  fill: currentcolor;
  height: 20px;
  margin-right: 8px;
  width: 20px;
}

.fig-printing-button__label {
  font-family:
    source-sans-pro,
    Arial,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-size: 0.875rem;
  line-height: 1.4285714286;
}

.fig-report {
  align-items: center;
  -webkit-appearance: none;
  background-color: transparent;
  border: 0;
  color: #163860;
  cursor: pointer;
  display: flex;
  margin-top: 16px;
  padding: 8px 0;
  position: relative;
  transition: color 0.3s ease-in;
  width: 100%;
}

.fig-report::-moz-focus-inner {
  border: 0;
}

.fig-report:focus,
.fig-report:hover {
  color: #1f66ba;
}

.fig-report:active {
  color: #5e7287;
}

.fig-report__svg {
  fill: currentcolor;
  height: 20px;
  margin-right: 8px;
  width: 20px;
}

.fig-report__label {
  font-family:
    source-sans-pro,
    Arial,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-size: 0.875rem;
  line-height: 1.4285714286;
}

@font-face {
  font-display: swap;
  font-family: source-sans-pro;
  font-style: normal;
  font-weight: 400;
  src:
    local("Source Sans Pro Regular"),
    local("SourceSansPro-Regular"),
    url("/fonts/sourcesanspro-regular_1.woff2") format("woff2"),
    url("/fonts/sourcesanspro-regular_1.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-family: source-sans-pro;
  font-style: normal;
  font-weight: 600;
  src:
    local("Source Sans Pro SemiBold"),
    local("SourceSansPro-SemiBold"),
    url("/fonts/sourcesanspro-semibold_1.woff2") format("woff2"),
    url("/fonts/sourcesanspro-semibold_1.woff") format("woff");
}

#fh {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  display: block;
  font-family: source-sans-pro, sans-serif;
  position: relative;
  z-index: 605;
}

#fh *,
#fh :after,
#fh :before {
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  line-height: normal;
}

#fh :focus {
  outline: 1px dotted currentcolor;
  outline-offset: -1px;
}

#fh a {
  cursor: pointer;
  text-decoration: none;
}

#fh .svg-square {
  height: 16px;
  width: 16px;
}

#fh button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  padding: 0;
}

#fh a,
#fh button {
  transition:
    color 0.3s ease,
    background-color 0.3s ease;
}

#fh .fh-user {
  font-weight: 600;
  text-align: right;
}

@media (max-width: 47.99em) {
  #fh .fh-user {
    flex-basis: 16px;
  }
}

#fh .fh-user__wrapper {
  flex-basis: auto;
}

@media (max-width: 23.4375em) {
  #fh .fh-user__wrapper {
    margin-left: auto;
  }
}

@media (min-width: 48em) {
  #fh .fh-user__wrapper {
    margin-right: 32px;
  }
}

@media (min-width: 64em) {
  #fh .fh-user__wrapper {
    flex-shrink: 0;
    width: 87px;
  }
}

@media (min-width: 80em) {
  #fh .fh-user__wrapper {
    margin-right: 12px;
  }
}

@media (min-width: 64em) {
  #fh .fh-user {
    position: relative;
  }
}

#fh .fh-user svg {
  fill: currentcolor;
  display: inline-block;
  vertical-align: text-top;
}

#fh .fh-user__login {
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  line-height: 40px;
}

@media (max-width: 63.99em) {
  #fh .fh-user__login {
    align-items: center;
    display: flex;
    height: 44px;
    justify-content: center;
  }
}

@media (max-width: 47.99em) {
  #fh .fh-user__login {
    padding-left: 16px;
    padding-right: 24px;
  }
}

#fh .fh-user__login * {
  pointer-events: none;
}

#fh .fh-user__login--is-connected {
  display: none;
}

#fh .fh-user__login svg {
  fill: currentcolor;
}

#fh .fh-user__login span {
  margin-left: 4px;
}

@media (max-width: 47.99em) {
  #fh .fh-user__login span {
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
  }
}

#fh .fh-user__account {
  display: none;
  list-style: none;
  margin: 0;
  position: absolute;
  text-align: left;
}

@media (max-width: 47.99em) {
  #fh .fh-user__account {
    top: 52px;
  }
}

@media (min-width: 48em) and (max-width: 63.99em) {
  #fh .fh-user__account {
    top: 60px;
  }
}

@media (max-width: 47.99em) {
  .fh--with-nav#fh .fh-user__account {
    top: 88px;
  }
}

@media (min-width: 48em) and (max-width: 63.99em) {
  .fh--with-nav#fh .fh-user__account {
    top: 96px;
  }
}

@media (max-width: 63.99em) {
  #fh .fh-user__account {
    bottom: 0;
    font-size: 22px;
    line-height: 32px;
    max-width: 320px;
    padding: 0 24px;
    position: fixed;
    right: 0;
  }
}

@media (min-width: 64em) {
  #fh .fh-user__account {
    background-color: #fff;
    font-size: 15px;
    line-height: 20px;
    padding: 8px 15px 8px 25px;
    right: -24px;
    top: 40px;
    width: 275px;
    z-index: 1;
  }
}

@media (max-width: 63.99em) {
  #fh .fh-user__account svg {
    margin-right: 32px;
  }
}

@media (min-width: 64em) {
  #fh .fh-user__account svg {
    margin-right: 10px;
  }
}

#fh .fh-user__item {
  border: 0;
}

#fh .fh-user__item a {
  align-items: center;
  display: flex;
}

@media (max-width: 63.99em) {
  #fh .fh-user__item a {
    padding-bottom: 12px;
    padding-top: 12px;
  }
}

@media (min-width: 64em) {
  #fh .fh-user__item a {
    padding-bottom: 8px;
    padding-top: 8px;
  }
}

@media (max-width: 63.99em) {
  #fh .fh-user__item {
    border-top: 1px solid;
    font-size: 16px;
    line-height: 24px;
  }

  #fh .fh-user__item:first-child {
    border-top: 0;
  }

  #fh .fh-user__item svg {
    height: 24px;
    margin-right: 20px;
    width: 24px;
  }
}

#fh .fh-user__item:first-child svg {
  fill: transparent;
  stroke: currentcolor;
}

@media (max-width: 63.99em) {
  #fh .fh-user__item:first-child svg {
    stroke-width: 2;
  }
}

#fh .fh-user .fh-svg-arrow {
  display: inline-block;
  height: 12px;
  margin-left: 4px;
  transform: rotate(90deg);
  vertical-align: sub;
  width: 12px;
}

@media (max-width: 63.99em) {
  #fh .fh-user .fh-svg-arrow {
    display: none;
  }
}

#fh .fh-user .fh-svg-close {
  display: none;
}

#fh .fh-subscribe {
  border-radius: 4px;
  display: none;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  padding: 8px;
  text-align: center;
  transition: background-color 0.3s ease;
}

#fh .fh-subscribe span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

@media (max-width: 63.99em) {
  #fh .fh-subscribe--mob {
    display: block;
    margin: 24px;
  }
}

@media (min-width: 64em) {
  #fh .fh-subscribe--desktop {
    display: inline-block;
  }
}

.fh-layer {
  bottom: 0;
  display: none;
  left: 0;
  opacity: 0.7;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 604;
}

#fh .fh-wrapper {
  left: 0;
  position: relative;
  top: 0;
  transition-duration: 0.5s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
}

@media (min-width: 64em) {
  #fh .fh-wrapper:before {
    bottom: 0;
    content: "";
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
  }
}

#fh .fh-placeholder {
  display: block;
}

#fh .fh-container {
  clear: both;
  margin: 0 auto;
  max-width: 1280px;
}

@media (min-width: 64em) {
  #fh .fh-container--center {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }

  #fh .fh-container--logo {
    height: 129px;
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 80em) {
  #fh .fh-container--logo {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (min-width: 64em) {
  .fh--with-nav#fh .fh-container--logo {
    height: 101px;
  }
}

@media (max-width: 47.99em) {
  #fh .fh-container--top {
    height: 50px;
  }
}

@media (max-width: 63.99em) {
  #fh .fh-container--top {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 48em) and (max-width: 63.99em) {
  #fh .fh-container--top {
    height: 58px;
  }
}

@media (min-width: 64em) {
  #fh .fh-container--top {
    height: 40px;
  }
}

#fh .fh-logo {
  align-items: center;
  align-self: stretch;
  display: flex;
  justify-content: center;
}

@media (max-width: 63.99em) {
  #fh .fh-logo {
    flex-grow: 1;
    margin-left: auto;
    margin-top: -2px;
  }
}

@media (min-width: 64em) {
  #fh .fh-logo {
    flex-grow: 1;
  }
}

@media (max-width: 63.99em) {
  #fh .fh-logo__rubrics {
    align-items: center;
    align-self: stretch;
    display: flex;
    justify-content: center;
  }
}

#fh .fh-logo__rubrics svg {
  height: 28px;
  -o-object-fit: contain;
  object-fit: contain;
  vertical-align: middle;
}

@media (max-width: 25.865em) {
  #fh .fh-logo__rubrics svg {
    max-width: 150px;
  }
}

@media (min-width: 64em) {
  #fh .fh-logo__rubrics svg {
    height: 44px;
  }
}

@media (min-width: 80em) {
  #fh .fh-logo__rubrics svg {
    height: 51px;
  }
}

@media (max-width: 63.99em) {
  #fh .fh-logo__rubrics svg {
    width: auto;
  }
}

#fh .fh-logo__main:not(.fh-logo__main--alone) svg {
  height: 28px;
  -o-object-fit: contain;
  object-fit: contain;
  vertical-align: middle;
  width: 21px;
}

@media (min-width: 64em) {
  #fh .fh-logo__main:not(.fh-logo__main--alone) svg {
    height: 44px;
    width: 33px;
  }
}

@media (min-width: 80em) {
  #fh .fh-logo__main:not(.fh-logo__main--alone) svg {
    height: 51px;
    width: 41px;
  }
}

#fh .fh-logo__separator {
  height: 28px;
  margin-left: 4px;
  margin-right: 4px;
  width: 18px;
}

@media (min-width: 64em) {
  #fh .fh-logo__separator {
    height: 44px;
    margin-left: 8px;
    margin-right: 8px;
    width: 29px;
  }
}

@media (min-width: 80em) {
  #fh .fh-logo__separator {
    height: 51px;
    width: 34px;
  }
}

@media (max-width: 63.99em) {
  #fh .fh-logo__main {
    align-items: center;
    align-self: stretch;
    display: flex;
    justify-content: center;
  }
}

#fh .fh-top {
  display: block;
  position: relative;
  z-index: 1;
}

@media (max-width: 63.99em) {
  #fh .fh-top {
    background-color: #fff;
    border-bottom: 2px solid;
  }

  .fh--with-nav#fh .fh-top {
    border: 0;
  }
}

@media (min-width: 64em) {
  #fh .fh-top .fh-logo {
    display: none;
  }
}

#fh .fh-middle {
  background-color: #fff;
  display: none;
}

@media (min-width: 64em) {
  #fh .fh-middle {
    border-bottom: 4px solid;
    display: block;
  }
}

.fh--with-nav#fh .fh-middle {
  border: 0;
}

#fh .fh-cover {
  flex-basis: 232px;
}

#fh .fh-cover,
#fh .fh-cover a {
  align-items: center;
  display: flex;
}

#fh .fh-cover a {
  justify-content: center;
}

@media (max-width: 63.99em) {
  #fh .fh-cover {
    display: none;
  }
}

#fh .fh-cover__img {
  border: 1px solid #f2f2f2;
  max-height: 70px;
  max-width: 90px;
}

#fh .fh-cover__txt {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  padding-left: 8px;
}

#fh .fh-spacer {
  flex-basis: 232px;
  text-align: right;
}

#fh .fh-preheader__ssublist,
#fh .fh-preheader__sublist {
  list-style: none;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  margin: 0;
}

#fh .fh-preheader {
  display: none;
}

@media (min-width: 64em) {
  #fh .fh-preheader {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}

#fh .fh-preheader__list {
  display: flex;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

#fh .fh-preheader__lk {
  align-items: center;
  display: flex;
  font-family: source-sans-pro, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 40px;
}

#fh .fh-preheader__lk svg {
  fill: currentcolor;
}

#fh .fh-preheader .fh-kw__svg {
  margin-right: 4px;
}

#fh .fh-preheader__wrapper {
  left: 0;
  position: absolute;
  right: 0;
  top: 40px;
}

#fh .fh-preheader__sublist {
  display: none;
}

#fh .fh-preheader__subitem {
  flex: 0 1 calc(25% - 12px);
}

#fh .fh-preheader__sublk {
  align-items: baseline;
  display: flex;
  font-size: 20px;
  font-weight: 600;
  gap: 8px;
  line-height: 28px;
}

#fh .fh-preheader__sublk:before {
  content: "";
  height: 4px;
  position: relative;
  top: -5px;
  width: 8px;
}

#fh .fh-preheader__ssublist {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-left: 16px;
  padding-top: 16px;
}

#fh .fh-preheader__ssubitem {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

#fh .fh-search {
  align-items: center;
  border-radius: 4px;
  display: flex;
  font-size: 15px;
  font-weight: 600;
  gap: 8px;
  justify-content: center;
  margin: 24px;
  padding: 12px;
  text-align: center;
  text-transform: uppercase;
}

#fh .fh-search svg {
  fill: currentcolor;
  width: 16px;
}

#fh .fh-notifications {
  align-items: center;
  display: none;
  flex-shrink: 0;
  height: 44px;
  justify-content: center;
  position: relative;
  width: 44px;
}

@media (min-width: 23.4375em) {
  #fh .fh-notifications {
    display: flex;
  }
}

@media (max-width: 63.99em) {
  #fh .fh-notifications {
    margin-left: auto;
  }
}

@media (min-width: 64em) {
  #fh .fh-notifications {
    height: 40px;
    margin-right: 2px;
    width: 40px;
  }
}

#fh .fh-notifications .fh-svg__notifications {
  fill: currentcolor;
  vertical-align: text-top;
}

#fh .fh-notifications .fh-svg__notifications-bar {
  display: none;
}

#fh .fh-notifications .fh-svg__notifications-bar--colored {
  fill: currentcolor;
}

#fh .fh-notifications .fh-svg__notifications-dot {
  fill: #eb132a;
  display: none;
}

#fh .fh-menuplus__title {
  display: flex;
  font-size: 20px;
  font-weight: 600;
  gap: 8px;
  line-height: 28px;
  margin: 0;
  padding: 24px 24px 16px;
}

#fh .fh-menuplus__title:before {
  content: "";
  height: 4px;
  position: relative;
  top: 13px;
  width: 8px;
}

#fh .fh-menuplus__list {
  display: flex;
  flex-direction: column;
  margin: 0 24px;
  padding-left: 0;
}

#fh .fh-menuplus__edito {
  border-top: 2px solid;
}

#fh .fh-menuplus__edito:not(:last-of-type) {
  margin-bottom: 24px;
}

@media (max-width: 63.99em) {
  #fh .fh-menuplus__edito:first-of-type {
    border-top: 0;
  }
}

#fh .fh-menuplus__edito:last-child {
  margin-bottom: 16px;
}

#fh .fh-menuplus__list-item {
  border-top: 1px solid;
  flex-basis: 100%;
  list-style: none;
  min-width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}

#fh .fh-menuplus__list-item:first-child {
  border-top: 0;
}

#fh .fh-menuplus__list-item:last-child {
  padding-bottom: 0;
}

#fh .fh-menuplus__lk {
  font-size: 20px;
  line-height: 28px;
}

#fh .fh-mobileapp {
  border-bottom: 2px solid;
  border-top: 2px solid;
}

@media (min-width: 64em) {
  #fh .fh-mobileapp {
    display: none;
  }
}

#fh .fh-mobileapp svg {
  max-height: 40px;
  max-width: 40px;
}

#fh .fh-mobileapp__container {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: space-between;
  margin: 0 24px 24px;
}

#fh .fh-mobileapp__img {
  flex-basis: 40px;
}

#fh .fh-mobileapp__titles {
  flex-grow: 1;
}

#fh .fh-mobileapp__title {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  transition: color 0.3s ease;
}

#fh .fh-mobileapp__subtitle {
  color: #727272;
  font-size: 12px;
  line-height: 16px;
}

#fh .fh-mobileapp__arrow {
  flex-basis: 24px;
  text-align: center;
}

#fh .fh-sidebarmenu {
  bottom: 0;
  display: none;
  font-size: 0;
  left: 0;
  max-width: 320px;
  overflow-x: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1200;
}

#fh .fh-sidebarmenu__logo {
  text-align: center;
}

#fh .fh-sidebarmenu__logo svg {
  max-width: 173px;
}

#fh .fh-sidebarmenu .fh-close-button {
  align-items: center;
  -webkit-appearance: none;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: flex;
  height: 48px;
  justify-content: center;
  left: calc(100% - 48px);
  padding: 0;
  position: absolute;
  position: relative;
  right: 0;
  top: 0;
  width: 48px;
  z-index: 10;
}

#fh .fh-sidebarmenu .fh-close-button::-moz-focus-inner {
  border: 0;
}

#fh .fh-sidebarmenu .fh-close-button:before {
  border-radius: 50%;
  content: "";
  height: 40px;
  left: 4px;
  position: absolute;
  top: 4px;
  transition: background-color 0.3s ease-in;
  width: 40px;
}

#fh .fh-sidebarmenu .fh-close-button:focus:before,
#fh .fh-sidebarmenu .fh-close-button:hover:before {
  background-color: hsla(0, 0%, 7%, 0.2);
}

#fh .fh-sidebarmenu .fh-close-button:focus-visible {
  outline: 1px dotted #1f66ba;
}

#fh .fh-sidebarmenu .fh-close-button:focus-visible:before {
  background-color: hsla(0, 0%, 7%, 0.2);
}

#fh .fh-sidebarmenu .fh-close-button svg {
  fill: #121212;
  z-index: 1;
}

#fh .fh-menuopener {
  align-items: center;
  display: flex;
  gap: 4px;
  height: 100%;
  justify-content: center;
  padding-left: 24px;
  padding-right: 16px;
  text-align: left;
}

@media (min-width: 48em) and (max-width: 63.99em) {
  #fh .fh-menuopener {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 64em) {
  #fh .fh-menuopener {
    padding-left: 0;
  }
}

#fh .fh-menuopener * {
  pointer-events: none;
}

#fh .fh-menuopener__wrapper {
  flex-basis: auto;
  height: 100%;
}

@media (min-width: 64em) {
  #fh .fh-menuopener__wrapper {
    margin-left: 32px;
  }
}

@media (min-width: 80em) {
  #fh .fh-menuopener__wrapper {
    margin-left: 12px;
  }
}

#fh .fh-menuopener .fh-menu-svg {
  fill: currentcolor;
}

#fh .fh-menuopener__txt {
  font-family: source-sans-pro, sans-serif;
  font-size: 12px;
  font-weight: 600;
  vertical-align: middle;
}

@media (max-width: 47.99em) {
  #fh .fh-menuopener__txt {
    display: none;
  }
}

#fh .fh-rubrics__list,
#fh .fh-ssub-rubrics__list,
#fh .fh-sub-rubrics__list {
  list-style: none;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  margin: 0;
  padding-left: 0;
}

#fh .fh-rubrics {
  position: relative;
}

#fh .fh-rubrics__wrapper {
  left: 0;
  position: absolute;
  right: 0;
}

#fh .fh-rubrics__list {
  align-items: center;
  background-color: #fff;
  border-bottom: 2px solid;
  display: flex;
  font-size: 0;
  gap: 24px;
  padding-right: 16px;
  white-space: nowrap;
}

@media (max-width: 63.99em) {
  #fh .fh-rubrics__list {
    -webkit-overflow-scrolling: touch;
    scroll-snap-points-x: repeat(100%);
    display: flex;
    height: 38px;
    list-style: none;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 4px;
    padding-left: 16px;
    scroll-behavior: smooth;
    scroll-snap-type: mandatory;
    scroll-snap-type: x proximity;
    white-space: nowrap;
    width: 100%;
  }
}

@media (max-width: 63.99em) and (max-width: 63.99em) {
  #fh .fh-rubrics__list {
    overflow-x: auto;
  }
}

@media (min-width: 48em) and (max-width: 63.99em) {
  #fh .fh-rubrics__list {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 64em) {
  #fh .fh-rubrics__list {
    border-width: 4px;
    gap: 32px;
    justify-content: center;
    padding-bottom: 8px;
  }
}

#fh .fh-rubrics__item {
  display: inline-block;
  flex-shrink: 0;
}

@media (max-width: 63.99em) {
  #fh .fh-rubrics__item {
    scroll-snap-coordinate: 0 50%;
  }
}

#fh .fh-rubrics__lk {
  align-items: center;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin: 0;
}

@media (min-width: 64em) {
  #fh .fh-rubrics__lk {
    font-size: 14px;
    line-height: 20px;
  }
}

#fh .fh-rubrics__lk .svg-square {
  fill: currentcolor;
  margin-left: 5px;
  position: relative;
  transform: rotate(90deg);
}

@media (max-width: 63.99em) {
  #fh .fh-rubrics__lk .svg-square {
    height: 16px;
    width: 16px;
  }
}

@media (min-width: 64em) {
  #fh .fh-rubrics__lk .svg-square {
    height: 12px;
    width: 12px;
  }
}

#fh .fh-sub-rubrics__list {
  display: none;
}

@media (max-width: 47.99em) {
  #fh .fh-sub-rubrics__list {
    padding: 0 40px 32px;
  }
}

@media (min-width: 48em) {
  #fh .fh-sub-rubrics__list {
    padding: 0 calc(108px - 6%) 16px 108px;
  }
}

@media (min-width: 64em) {
  #fh .fh-sub-rubrics__list {
    padding: 0 calc(48px - 4%) 16px 48px;
  }
}

#fh .fh-sub-rubrics__item {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 8px;
  margin-top: 24px;
  position: relative;
}

@media (max-width: 47.99em) {
  #fh .fh-sub-rubrics__item {
    width: 100%;
  }
}

@media (min-width: 48em) {
  #fh .fh-sub-rubrics__item {
    flex: 0 1 50%;
    padding-right: 6%;
  }
}

@media (min-width: 64em) {
  #fh .fh-sub-rubrics__item {
    flex: 0 1 25%;
    padding-right: 4%;
  }
}

#fh .fh-sub-rubrics__item:before {
  content: "-";
  font-size: 45px;
  left: -20px;
  line-height: 0;
  position: absolute;
  top: 11px;
}

#fh .fh-ssub-rubrics__list {
  margin-top: 5px;
}

#fh .fh-ssub-rubrics__lk {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

#fh .fh-partner {
  align-items: center;
  background: #f2f2f2;
  border-radius: 4px;
  display: flex;
  margin-top: 15px;
  padding: 8px 15px;
}

@media (max-width: 47.99em) {
  #fh .fh-partner {
    max-width: 350px;
  }
}

#fh .fh-partner__lk {
  display: block;
}

#fh .fh-partner__title {
  color: #333;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  margin: 0;
  padding-right: 5px;
}

#fh .fh-partner__logo {
  display: inline-block;
  height: auto;
  max-height: 30px;
  max-width: 120px;
  vertical-align: middle;
}

#fh .fh-rubrics--main .fh-sub-rubrics__item::marker {
  content: none;
}

@media (min-width: 48em) and (max-width: 63.99em) {
  #fh .fh-user {
    flex-basis: 160px;
  }
}

#fh .fh-menuopener__wrapper {
  flex-basis: 56px;
}

@media (min-width: 23.4375em) and (max-width: 47.9375em) {
  #fh .fh-menuopener__wrapper {
    flex-basis: 96px;
  }
}

@media (min-width: 48em) {
  #fh .fh-menuopener__wrapper {
    flex-basis: 160px;
  }
}

@media (min-width: 64em) {
  #fh .fh-menuopener__wrapper {
    flex-basis: 127px;
    min-width: 127px;
  }
}

#fh .fh-rubrics__lk,
#fh .fh-preheader__lk {
  color: #163860;
}

#fh .fh-rubrics__lk:hover,
#fh .fh-preheader__lk:focus,
#fh .fh-preheader__lk:hover,
#fh .fh-preheader__lk:focus {
  color: #1f66ba;
}

#fh .fh-rubrics__lk:active,
#fh .fh-preheader__lk:active {
  color: #1f66ba;
}

#fh .fh-rubrics__wrapper,
#fh .fh-preheader__wrapper {
  background-color: #ffffff;
}

#fh .fh-rubrics__wrapper,
#fh .fh-preheader__wrapper,
#fh .fh-sub-rubrics__lk,
#fh .fh-ssub-rubrics__lk,
#fh .fh-preheader__sublk,
#fh .fh-preheader__ssublk {
  color: #163860;
}

#fh .fh-sub-rubrics__item::before,
#fh .fh-menuplus__title::before {
  color: #1f66ba;
}

#fh .fh-menuplus__title::before,
#fh .fh-preheader__sublk::before {
  background-color: #1f66ba;
}

#fh .fh-sub-rubrics__lk:hover,
#fh .fh-ssub-rubrics__lk:hover,
#fh .fh-sub-rubrics__lk:focus,
#fh .fh-ssub-rubrics__lk:focus,
#fh a.fh-preheader__sublk:hover,
#fh .fh-preheader__ssublk:hover,
#fh a.fh-preheader__sublk:focus,
#fh .fh-preheader__ssublk:focus {
  color: #1f66ba;
}

#fh .fh-sub-rubrics__lk:active,
#fh .fh-ssub-rubrics__lk:active,
#fh a.fh-preheader__sublk:active,
#fh a.fh-preheader__sublk:active {
  color: #1f66ba;
}

#fh .fh-rubrics__list,
#fh .fh-preheader__list,
#fh .fh-top {
  border-color: #163860;
}

.fh-layer {
  background-color: #121212;
}

.fh-wrapper::before {
  background-color: #121212;
}

#fh .fh-preheader__item,
#fh .fh-user__item,
#fh .fh-mobileapp,
#fh .fh-menuplus__edito,
#fh .fh-menuplus__list-item {
  border-color: #d3e7ff;
}

#fh .fh-menuplus__title {
  color: #163860;
}

#fh .fh-menuplus__lk {
  color: #163860;
}

#fh .fh-menuplus__lk:hover,
#fh .fh-menuplus__lk:focus {
  color: #1f66ba;
}

#fh .fh-menuplus__lk:active {
  color: #1f66ba;
}

#fh .fh-menuopener {
  color: #163860;
}

#fh .fh-menuopener:hover,
#fh .fh-menuopener:focus {
  color: #1f66ba;
}

#fh .fh-menuopener:active {
  color: #1f66ba;
}

#fh .fh-user__account {
  background-color: #ffffff;
}

#fh .fh-user__item a {
  color: #163860;
}

#fh .fh-user__item a:hover,
#fh .fh-user__item a:focus {
  color: #1f66ba;
}

#fh .fh-user__item a:active {
  color: #1f66ba;
}

#fh .fh-subscribe {
  background-color: #ecb62f;
  color: #163860;
}

#fh .fh-subscribe:hover,
#fh .fh-subscribe:active,
#fh .fh-subscribe:focus {
  background-color: #ffca46;
  color: #163860;
}

#fh .fh-preheader__lk,
#fh .fh-mobileapp__container .fh-mobileapp__title {
  color: #163860;
}

#fh .fh-mobileapp__container .fh-mobileapp__arrow svg {
  fill: #163860;
}

#fh .fh-preheader__lk:hover,
#fh .fh-preheader__lk:focus,
#fh .fh-mobileapp__container:hover .fh-mobileapp__title,
#fh .fh-mobileapp__container:focus .fh-mobileapp__title,
#fh .fh-mobileapp__container:hover .fh-mobileapp__arrow,
#fh .fh-mobileapp__container:focus .fh-mobileapp__arrow {
  color: #1f66ba;
}

#fh .fh-mobileapp__container:hover .fh-mobileapp__arrow svg,
#fh .fh-mobileapp__container:focus .fh-mobileapp__arrow svg {
  fill: #1f66ba;
}

#fh .fh-preheader__lk:active,
#fh .fh-mobileapp__container:active .fh-mobileapp__title,
#fh .fh-mobileapp__container:active .fh-mobileapp__arrow {
  color: #1f66ba;
}

#fh .fh-mobileapp__container:active .fh-mobileapp__arrow svg {
  fill: #1f66ba;
}

#fh .fh-search {
  background-color: #163860;
  color: #ffffff;
}

#fh .fh-search:hover,
#fh .fh-search:focus {
  background-color: #1f66ba;
}

#fh .fh-search:active {
  background-color: #1f66ba;
}

#fh .fh-notifications {
  color: #163860;
}

#fh .fh-notifications:hover,
#fh .fh-notifications:focus {
  color: #1f66ba;
}

#fh .fh-notifications:active {
  color: #1f66ba;
}

#fh .fh-svg__notifications-dot {
  stroke: #ffffff;
}

#fh .fh-svg__preheader-bg-fill {
  fill: #ffffff;
}

@media (max-width: 63.99em) {
  #fh .fh-user__login {
    color: #163860;
  }

  #fh .fh-user__login:hover,
  #fh .fh-user__login:focus {
    color: #1f66ba;
  }

  #fh .fh-user__login:active {
    color: #1f66ba;
  }

  #fh .fh-svg__notifications-dot {
    stroke: #ffffff;
  }

  #fh .fh-svg__preheader-bg-fill {
    fill: #ffffff;
  }
}

@media (min-width: 64em) {
  #fh .fh-top {
    background-color: #ffffff;
  }

  #fh .fh-preheader__lk,
  #fh .fh-user__login {
    color: #163860;
  }

  #fh .fh-preheader__lk:hover,
  #fh .fh-preheader__lk:focus,
  #fh .fh-user__login:hover,
  #fh .fh-user__login:focus {
    color: #1f66ba;
  }

  #fh .fh-preheader__lk:active {
    color: #1f66ba;
  }

  #fh .fh-user__account {
    background-color: #ffffff;
  }

  #fh .fh-user__item a {
    background-color: #ffffff;
  }

  #fh .fh-cover a {
    color: #163860;
  }

  #fh .fh-cover a:hover,
  #fh .fh-cover a:focus {
    color: #1f66ba;
  }

  #fh .fh-cover a:active {
    color: #1f66ba;
  }

  #fh .fh-middle {
    border-color: #163860;
  }
}

@media (min-width: 992px) {
  .fig-main-col {
    width: 66.6667%;
  }
}
#fh-ft {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-top: 4px solid;
  font-family: source-sans-pro, sans-serif;
  font-size: 12px;
  line-height: 16px;
  position: relative;
}

#fh-ft * {
  box-sizing: initial;
}

#fh-ft .fh-ft {
  margin: 0 auto;
  max-width: 1280px;
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 48em) {
  #fh-ft .fh-ft {
    padding-left: 32px;
    padding-right: 32px;
  }
}

#fh-ft .fh-ft__ul {
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}

#fh-ft .fh-ft__expanded {
  padding-top: 20px;
}

@media (min-width: 48em) {
  #fh-ft .fh-ft__expanded {
    border-bottom: 1px solid;
    display: flex;
    padding-bottom: 32px;
  }

  #fh-ft .fh-ft__col {
    border-right: 1px solid;
    flex-basis: 25%;
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 64em) and (max-width: 79.99em) {
  #fh-ft .fh-ft__col {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (min-width: 80em) {
  #fh-ft .fh-ft__col {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 48em) {
  #fh-ft .fh-ft__col--no-border {
    border: 0;
  }

  #fh-ft .fh-ft__col--first {
    padding-left: 0;
  }

  #fh-ft .fh-ft__col--last {
    padding-right: 0;
  }

  #fh-ft .fh-ft__col--middle-left {
    padding-right: 8px;
  }
}

@media (min-width: 64em) and (max-width: 79.99em) {
  #fh-ft .fh-ft__col--middle-left {
    padding-right: 12px;
  }
}

@media (min-width: 80em) {
  #fh-ft .fh-ft__col--middle-left {
    padding-right: 16px;
  }
}

@media (min-width: 48em) {
  #fh-ft .fh-ft__col--middle-right {
    padding-left: 8px;
  }
}

@media (min-width: 64em) and (max-width: 79.99em) {
  #fh-ft .fh-ft__col--middle-right {
    padding-left: 12px;
  }
}

@media (min-width: 80em) {
  #fh-ft .fh-ft__col--middle-right {
    padding-left: 16px;
  }
}

@media (max-width: 47.99em) {
  #fh-ft .fh-ft__container {
    border-bottom: 1px solid;
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
}

#fh-ft .fh-ft__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 8px;
}

@media (min-width: 48em) {
  #fh-ft .fh-ft__title {
    display: block;
    margin-bottom: 8px;
  }
}

#fh-ft .fh-ft__txt {
  margin-bottom: 0;
  margin-top: 0;
}

#fh-ft .fh-ft__lk {
  cursor: pointer;
  text-decoration: none;
  transition: color 0.3s ease-out;
}

#fh-ft .fh-ft__lk svg {
  fill: currentcolor;
}

#fh-ft .fh-ft__lk--btn {
  background-color: transparent;
  border: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  padding: 0;
}

@media (min-width: 48em) {
  #fh-ft .fh-ft__useful {
    flex-basis: 25%;
  }
}

@media (max-width: 47.99em) {
  #fh-ft .fh-ft__useful-list {
    display: flex;
    flex-wrap: wrap;
  }
}

#fh-ft .fh-ft__useful-item {
  font-weight: 600;
  margin-bottom: 4px;
}

@media (max-width: 47.99em) {
  #fh-ft .fh-ft__useful-item {
    flex-basis: 50%;
  }
}

#fh-ft .fh-ft__useful-svg {
  margin-right: 4px;
  width: 16px;
}

#fh-ft .fh-ft__kiosk {
  overflow: hidden;
}

@media (min-width: 48em) {
  #fh-ft .fh-ft__kiosk {
    flex-basis: 50%;
  }
}

@media (min-width: 48em) and (max-width: 79.99em) {
  #fh-ft .fh-ft__kiosk {
    display: flex;
    flex-flow: column;
  }
}

#fh-ft .fh-ft__kiosk-img {
  width: 124px;
}

@media (max-width: 47.99em) {
  #fh-ft .fh-ft__kiosk-img {
    float: left;
    margin-right: 16px;
  }
}

@media (min-width: 48em) and (max-width: 79.99em) {
  #fh-ft .fh-ft__kiosk-img {
    order: 2;
  }
}

@media (min-width: 80em) {
  #fh-ft .fh-ft__kiosk-img {
    float: left;
    margin-right: 16px;
  }
}

@media (min-width: 48em) and (max-width: 79.99em) {
  #fh-ft .fh-ft__kiosk-title {
    order: 1;
  }

  #fh-ft .fh-ft__kiosk-txt {
    margin-bottom: 8px;
    margin-top: 16px;
    order: 3;
  }
}

#fh-ft .fh-ft__kiosk-btn {
  border: 1px solid;
  border-radius: 4px;
  display: inline-block;
  margin-top: 8px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 8px 16px;
  text-transform: uppercase;
}

@media (max-width: 47.99em) {
  #fh-ft .fh-ft__kiosk-btn {
    margin-top: 16px;
  }
}

@media (min-width: 48em) and (max-width: 79.99em) {
  #fh-ft .fh-ft__kiosk-btn {
    order: 4;
  }
}

@media (min-width: 48em) {
  #fh-ft .fh-ft__subscription {
    flex-basis: 50%;
  }
}

#fh-ft .fh-ft__subscription-item {
  margin-bottom: 4px;
  padding-left: 20px;
}

#fh-ft .fh-ft__subscription-lk {
  font-weight: 600;
}

#fh-ft .fh-ft__subscription-lk svg {
  float: left;
  margin-left: -20px;
  margin-right: 4px;
  max-height: 16px;
  max-width: 16px;
}

#fh-ft .fh-ft__subscription-txt {
  margin-bottom: 24px;
  margin-left: -20px;
  padding-top: 8px;
}

@media (min-width: 48em) and (max-width: 63.99em) {
  #fh-ft .fh-ft__subscription-txt {
    margin-bottom: 8px;
    padding-top: 4px;
  }
}

#fh-ft .fh-ft__mobileapp-name {
  font-weight: 600;
}

@media (min-width: 48em) and (max-width: 63.99em) {
  #fh-ft .fh-ft__mobileapp-name {
    display: block;
  }
}

@media (max-width: 47.99em) {
  #fh-ft .fh-ft__mobileapp .fh-ft__lk {
    margin-bottom: 24px;
  }
}

@media (min-width: 48em) {
  #fh-ft .fh-ft__mobileapp,
  #fh-ft .fh-ft__newsletter {
    margin-bottom: 24px;
  }
}

#fh-ft .fh-ft__mobileapp .fh-ft__lk,
#fh-ft .fh-ft__newsletter .fh-ft__lk {
  align-items: center;
  display: flex;
  margin-bottom: 8px;
}

#fh-ft .fh-ft__mobileapp svg,
#fh-ft .fh-ft__newsletter svg {
  flex-basis: 20px;
  height: 20px;
  width: 20px;
}

#fh-ft .fh-ft__mobileapp .fh-ft__txt,
#fh-ft .fh-ft__newsletter .fh-ft__txt {
  margin-left: 8px;
}

@media (min-width: 48em) {
  #fh-ft .fh-ft__social {
    margin-top: 24px;
  }
}

@media (max-width: 47.99em) {
  #fh-ft .fh-ft__social {
    margin-bottom: 0;
  }
}

#fh-ft .fh-ft__social-title {
  display: block;
}

#fh-ft .fh-ft__social-lk {
  display: inline-block;
  max-height: 24px;
  max-width: 24px;
  padding-left: 4px;
  padding-right: 4px;
}

#fh-ft .fh-ft__social-lk svg {
  height: 24px;
  width: 24px;
}

#fh-ft .fh-ft__mandatory {
  padding-top: 16px;
  text-align: center;
}

#fh-ft .fh-ft__mandatory-item {
  display: inline-block;
}

@media (min-width: 48em) {
  #fh-ft .fh-ft__mandatory-item:first-child {
    margin-left: -8px;
  }

  #fh-ft .fh-ft__mandatory-item:last-child {
    margin-right: -8px;
  }
}

#fh-ft .fh-ft__mandatory .fh-ft__lk {
  display: inline-block;
  font-weight: 600;
  padding: 0 16px 16px;
}

#fh-ft {
  background-color: #163860;
  border-top-color: #163860;
}

#fh-ft .fh-ft__lk,
#fh-ft {
  color: #ffffff;
}

#fh-ft .fh-ft__lk:hover,
#fh-ft .fh-ft__lk:focus {
  color: #d3e7ff;
}

#fh-ft .fh-ft__lk:active {
  color: #1f66ba;
}

#fh-ft .fh-ft__container,
#fh-ft .fh-ft__expanded,
#fh-ft .fh-ft__col {
  border-color: #476486;
}
footer {
  padding-bottom: 50px;
}
@media (max-width: 500px) {
  .fb-comment-bubble img {
    max-width: 100%;
    height: auto;
  }
}
.forma {
  h3 {
    font-family:
      "source-sans-pro",
      Arial,
      -apple-system,
      sans-serif !important;
  }
  a,
  body,
  div,
  h3,
  html,
  p,
  span {
    border: 0;
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
  }

  body {
    line-height: 1;
  }

  html {
    box-sizing: border-box;
    color: #163860;
    font-family:
      Noto Serif,
      Georgia,
      Verdana,
      Times,
      Times New Roman,
      Garamond,
      Palatino,
      serif;
    font-size: 16px;
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
  }

  @media (prefers-reduced-motion: reduce) {
    html {
      scroll-behavior: auto;
    }
  }

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

  body {
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    max-width: 100%;
    -webkit-text-size-adjust: 100%;
  }

  body,
  html {
    overflow-x: hidden;
  }

  body,
  html {
    overflow-x: clip;
  }

  a {
    color: #163860;
    cursor: pointer;
    transition: color 0.3s ease-in;
  }

  @media (prefers-reduced-motion: reduce) {
    a {
      transition: none;
    }
  }

  a:active,
  a:visited {
    color: #5e7287;
  }

  a:focus,
  a:hover {
    color: #1f66ba;
  }

  [tabindex]:not([tabindex="-1"]):focus-visible,
  a[href]:focus-visible,
  button:focus-visible {
    outline: 1px dotted currentcolor;
    outline-offset: -1px;
  }

  .fig-headline {
    font-size: 1.75rem !important;
    font-weight: 700 !important;
    line-height: 1.3571428571 !important;
    margin: 24px 0 16px !important;
    overflow-wrap: break-word !important;
  }

  .fig-share-tools__link:focus:not(:focus-visible) {
    outline: none;
  }

  .fig-close-button:focus-visible {
    outline: 1px dotted #1f66ba;
  }

  .fig-close-button:focus-visible:before {
    background-color: rgba(51, 51, 51, 0.2);
  }
  .fig-paragraph {
    font-size: 1.125rem !important;
    line-height: 1.5555555556 !important;
    margin-bottom: 16px !important;
    margin-top: 16px !important;
    overflow-wrap: break-word !important;
  }

  #fh .fh-sidebarmenu .fh-close-button:focus-visible {
    outline: 1px dotted #1f66ba;
  }

  #fh .fh-sidebarmenu .fh-close-button:focus-visible:before {
    background-color: hsla(0, 0%, 7%, 0.2);
  }

  .form-wrapper {
    background-color: #f2f2f2;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 32px;
    max-width: 616px;
    margin: 40px auto;
    font-family:
      "source-sans-pro",
      Arial,
      -apple-system,
      sans-serif !important;
    box-sizing: border-box;
  }

  .form-header {
    text-align: center;
    margin-bottom: 24px;
  }

  .form-header .tag {
    display: inline-block;
    background-color: #0d6fef;
    color: #ffffff;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 14px !important;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 12px;
  }

  .form-header h3 {
    color: #163860;
    font-size: 28px !important;
    font-weight: bold;
    line-height: 1.35 !important;
    margin: 0 0 12px 0 !important;
  }

  .form-header p {
    color: #5e7287;
    font-size: 18px !important;
    margin: 0;
  }

  .form-footer {
    margin-top: 16px;
    font-size: 14px !important;
    color: #727272;
    text-align: center;
    line-height: 1.5;
  }

  .form-footer a {
    color: #0d6fef;
    text-decoration: none;
    font-weight: 600;
  }

  .form-footer a:hover {
    text-decoration: underline;
  }

  @media (max-width: 48em) {
    .form-wrapper {
      padding: 20px 16px;
      margin: 16px 0;
      border-radius: 6px;
    }

    .form-header {
      margin-bottom: 16px;
    }

    .form-header .tag {
      font-size: 0.75rem !important;
      padding: 3px 8px;
      margin-bottom: 8px;
    }

    .form-header h3 {
      font-size: 1.35rem !important;
      margin-bottom: 8px;
    }

    .form-header p {
      font-size: 0.95rem !important;
    }
  }
}
