.info-box {
  margin: 24px 0;
  padding: 20px 24px;
  background: #f7f7f7;
  border-left: 4px solid #163860;
  color: #1b1b1b;
  font-family: var(
    --article--fonts-tertiary,
    Georgia,
    "Times New Roman",
    serif
  );
}

.info-box > h2 {
  margin: 0 0 16px;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
  color: #1b1b1b;
  letter-spacing: -0.01em;
}

.info-box > h2 a {
  color: #163860;
  text-decoration: none;
}

.info-box > h2 a:hover {
  text-decoration: underline;
}

.info-box ul,
.info-box ol {
  margin: 0;
  padding-left: 22px;
}

.info-box li {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.55;
}

.info-box li:last-child {
  margin-bottom: 0;
}

.info-box li b {
  color: #163860;
  font-weight: 700;
}

.info-box a {
  color: #1b1b1b;
  text-decoration: underline;
  text-decoration-color: #163860;
  text-underline-offset: 2px;
}

.info-box a:hover {
  color: #163860;
}

@media (max-width: 660px) {
  .info-box {
    padding: 16px 18px;
  }

  .info-box > h2 {
    font-size: 19px;
  }

  .info-box li {
    font-size: 15px;
  }
}

/*============== FEEDBACK ==============*/
.feedback {
  display: flex;
  gap: 20px;
  margin: 24px 0;
  padding: 20px 24px;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-left: 4px solid #163860;
  color: #1b1b1b;
  font-family: var(
    --article--fonts-tertiary,
    Georgia,
    "Times New Roman",
    serif
  );
}

.feedback__ava {
  flex-shrink: 0;
  width: 84px;
  height: 84px;
  margin: 0;
  border-radius: 50%;
  object-fit: cover;
  background: #f0f0f0;
}

.feedback__main {
  flex: 1 1 auto;
  min-width: 0;
}

.feedback__name {
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 700;
  color: #163860;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

.feedback__prof {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 14px;
  font-style: italic;
  color: #6b6b6b;
  line-height: 1.4;
}

.feedback__main .fig-paragraph,
.feedback__main p {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  color: #1b1b1b;
}

.feedback__main a {
  color: #1b1b1b;
  text-decoration: underline;
  text-decoration-color: #163860;
  text-underline-offset: 2px;
}

.feedback__main a:hover {
  color: #163860;
}

@media (max-width: 660px) {
  .feedback {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 18px;
  }

  .feedback__ava {
    width: 64px;
    height: 64px;
  }

  .feedback__name {
    font-size: 17px;
  }

  .feedback__prof {
    font-size: 13px;
  }

  .feedback__main .fig-paragraph,
  .feedback__main p {
    font-size: 15px;
  }
}

.un-article-image__img {
  margin-bottom: 15px;
  margin-top: 15px;
}

/* ===== Migrated from index.html <style> blocks ===== */

/* --- style block 1 --- */
button,
figure,
h1,
h2,
h3,
h4,
ol,
p,
ul {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.comments-trigger .r-icon-comment:hover,
.gd-social-share a:hover svg {
  fill: #fff;
}

.story__comments__trigger,
.story__overtitle,
.story__toolbar {
  text-transform: uppercase;
}

@font-face {
  font-family: "Eugenio Serif Fallback";
  src: local(Georgia);
  size-adjust: 94%;
  ascent-override: 88%;
  descent-override: 23%;
  line-gap-override: 13%;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(8, 123, 187, 0.1);
  scroll-behavior: smooth;
}

ul {
  list-style-type: none;
}

h1,
h2,
h3,
h4 {
  font-size: inherit;
}

a,
button {
  color: inherit;
}

button {
  overflow: visible;
  border: 0;
  font: inherit;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
  background: 0 0;
  cursor: pointer;
}

body {
  overflow-x: hidden;
}

.breaking-news__label,
body {
  font-family: "Eugenio Sans Text", "Helvetica Neue", Helvetica, sans-serif;
}

::-moz-focus-inner {
  padding: 0;
  border: 0;
}

:focus {
  outline: 0;
}

img {
  border: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#adv-TopLeft {
  background: #fff;
  margin: 0 auto;
  border-left: 1px solid grey;
  border-right: 1px solid grey;
}

body {
  margin: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility;
  background-color: #fcfdfd;
  font-size: 16px;
  line-height: 1;
  text-align: left;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

a {
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

[class*="r-icon-"] {
  display: inline-block;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  vertical-align: middle;
}

:root {
  --sticky-video-width: 530px;
  --sticky-close-background-width: 30px;
  --sticky-close-margin: 0 0 0 auto;
  --sticky-close-padding: 5px;
  --sticky-close-color: #000;
  --sticky-close-bg-color: transparent;
  --sticky-close-top-position: -35px;
  --sticky-video-margin-bottom: 16px;
  --sticky-video-box-shadow:
    0px 2px 5px 0px rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  --gdwc-audio-info-icon-background-color: #f56100ad;
  --gdwc-audio-info-icon-color: #fff;
}

.story__content img {
  width: 100%;
  height: auto;
  display: block;
}

.bottom-wrapper {
  max-width: 996px;
  margin: 0 auto;
  border-left: 1px solid grey;
  padding-left: 16px;
  padding-top: 30px;
}

.main-content {
  padding-right: 16px;
}

.breaking-news {
  background-color: #fff;
}

.breaking-news__label {
  border-color: grey;
  border-style: solid;
  white-space: nowrap;
}

.breaking-news__label span {
  color: #ec0000;
  font-weight: 500;
  margin-right: 8px;
  position: relative;
}

.breaking-news__label span:before {
  content: "";
  display: block;
  position: absolute;
  left: -16px;
  top: 6px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #ec0000;
  -webkit-box-shadow: 0 0 0 #ec0000;
  box-shadow: 0 0 0 #ec0000;
  -webkit-animation: 2s infinite pulse-reverse;
  animation: 2s infinite pulse-reverse;
}

.breaking-news__label time {
  color: #6c6c6c;
  font-weight: 400;
}

.breaking-news__title {
  pointer-events: none;
  border-color: grey;
  border-style: solid;
  padding: 12px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 500;
  color: #21201f;
}

.story__overtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font:
    500 16px "Eugenio Sans Text",
    "Helvetica Neue",
    Helvetica,
    sans-serif;
  border-bottom: 1px solid #000;
}

.story__overtitle > * {
  padding: 10px 16px;
}

.story__overtitle svg:hover {
  fill: #f56100;
}

.story__media {
  position: relative;
}

.story__title {
  display: block;
  font-family: "Eugenio Serif", "Eugenio Serif Fallback";
  font-weight: 500;
}

.story__media img {
  width: 100%;
  height: auto;
  display: block;
}

.story__media figcaption {
  font:
    12px "Eugenio Sans Text",
    "Helvetica Neue",
    Helvetica,
    sans-serif;
}

.story__summary {
  font-family: "Eugenio Text", Georgia, Times, "Times New Roman", serif;
  font-weight: 400;
  font-style: italic;
}

.story__header {
  margin: 0 auto;
  position: relative;
}

.story__header:after,
.story__header:before {
  content: "";
  border-left: 1px solid grey;
  top: 0;
  bottom: 0;
  display: block;
  position: absolute;
}

.story__header:before {
  left: 0;
}

.story__header:after {
  right: 0;
}

.story__header.has-medium-media picture {
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
}

.story__header.has-medium-media picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: inherit;
}

.story__header.has-medium-media .story__summary {
  padding: 16px;
}

.story__toolbar {
  border: 1px solid grey;
  font:
    400 12px "Eugenio Sans Text",
    "Helvetica Neue",
    Helvetica,
    sans-serif;
  padding: 10px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.aside-stories {
  border-top: 2px solid #000;
  position: relative;
}

.story__toolbar .r-icon-time {
  width: 20px;
  height: 20px;
}

.story__date {
  margin-right: 8px;
}

.story__toolbar__reading-time {
  margin-left: auto;
}

.story__text h2 {
  font-family: "Eugenio Sans Text", "Helvetica Neue", Helvetica, sans-serif;
}

.aside-stories:before {
  width: 14px;
  z-index: 10;
  border-right: 2px solid #fff;
  content: "";
  position: absolute;
  left: 0;
}

.inline-storyline ::marker {
  color: #f56100;
}

.aside-story__title a:hover,
.story__text a:hover {
  color: #4b88ca;
}

.story__text {
  margin-bottom: 30px;
  font-family: "Eugenio Text", Georgia, Times, "Times New Roman", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}

.story__text h2 {
  margin: 24px 0 8px;
  font-size: 21px;
  line-height: 24px;
}

.story__text h2,
.story__text h3 {
  font-weight: 500;
}

.story__text ol,
.story__text ul {
  margin: 15px 0 15px 15px;
}

.story__text ul {
  list-style: disc;
}

.story__text a {
  color: #f56100;
}

.story__text p {
  margin-bottom: 16px;
}

#social-share-top {
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.vf-tray-trigger--floating {
  display: none !important;
}

.gd-social-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.gd-social-share a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px;
  width: 32px;
  background: #e7e7e7;
  border-radius: 1px;
}

.gd-social-share [data-share="facebook"]:hover {
  background: #43609c;
}

.gd-social-share [data-share="twitter"]:hover {
  background: #000;
}

.gd-social-share [data-share="linkedin"]:hover {
  background: #3072b0;
}

.gd-social-share [data-share="pinterest"]:hover {
  background: #cb2027;
}

.gd-social-share [data-share="email"]:hover {
  background: #666;
}

.gd-social-share [data-share="whatsapp"]:hover {
  background: #49cf06;
}

.gd-social-share svg {
  pointer-events: none;
  height: 16px;
  width: 16px;
}

.aside-stories {
  padding: 10px 16px 16px;
  margin-bottom: 30px;
}

.aside-stories:before {
  height: 2px;
  background-color: #4b88ca;
  top: -2px;
}

.aside-stories:after {
  content: "";
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
}

.aside-stories__label {
  font:
    500 18px "Eugenio Sans Text",
    "Helvetica Neue",
    Helvetica,
    sans-serif;
  color: #4b88ca;
  display: block;
}

.aside-story {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0;
  border-bottom: 1px solid #dedede;
  font-family: "Eugenio Serif", "Eugenio Serif Fallback";
  font-weight: 500;
}

.aside-story__title {
  font-weight: 500;
  font-family: "Eugenio Sans Text", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

gdwc-recommendations {
  --gdwc-recommendations-label-font-weight: 500;
  --gdwc-recommendations-title-font-family:
    "Eugenio Serif", "Eugenio Serif Fallback";
  --gdwc-recommendations-title-font-weight: 500;
}

.story__comments__trigger:hover,
body.has-comments .comments-trigger:hover {
  background: #000;
}

.story__comments__trigger,
body.has-comments .comments-trigger {
  background: #f56100;
  color: #fff;
  font:
    400 13px/1 "Eugenio Sans Text",
    "Helvetica Neue",
    Helvetica,
    sans-serif;
  border-radius: 1px;
}

.story__comments__trigger {
  padding: 10px 30px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  display: block;
  margin: 20px auto 30px;
}

.story__comments__trigger .r-icon-comment {
  width: 20px;
  height: 20px;
  margin: -5px 5px;
}

.comments-trigger {
  display: none;
}

body.has-comments .comments-trigger {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  height: 32px;
  width: 32px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.comments-trigger .r-icon-comment {
  width: 16px;
  height: 16px;
  fill: #fff;
  pointer-events: none;
}

.story__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  background: #e7f1ff;
  border-top: 1px solid #000;
  padding: 10px 16px;
  margin: 0 0 30px -16px;
  font:
    400 11px "Eugenio Sans Text",
    "Helvetica Neue",
    Helvetica,
    sans-serif;
  color: #636363;
}

@media screen and (min-width: 768px) and (max-width: 1539px) {
  .story__overtitle,
  .story__toolbar {
    margin: 0 auto;
    max-width: 996px;
  }

  #adv-TopLeft,
  .breaking-news,
  .story__header,
  .story__toolbar {
    max-width: 996px;
  }

  :root {
    --max-width: 996px;
  }
}

@media screen and (min-width: 768px) {
  body:not(.native) #adv-TopLeft:before {
    content: "adv";
    display: block;
    font-size: 11px;
    line-height: 22px;
    color: #999;
    text-align: center;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  body:not(.native).has_topleft-collapse #adv-TopLeft {
    display: none;
  }

  .bottom-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sidebar {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
    min-width: 300px;
  }

  .breaking-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
  }

  .breaking-news__label {
    padding: 12px 12px 12px 44px;
    margin-right: 4px;
    border-width: 1px;
  }

  .breaking-news__title {
    border-width: 1px;
    font-size: 22px;
  }

  .story__overtitle {
    border-left: 1px solid grey;
  }

  .story__overtitle {
    border-right: 1px solid grey;
  }

  .story__title {
    font-size: 42px;
    line-height: 48px;
  }

  .story__media figcaption {
    font:
      12px/16px "Eugenio Sans Text",
      "Helvetica Neue",
      Helvetica,
      sans-serif;
    background: #fff;
    padding: 4px 10px;
    border-top: 2px solid #4b88ca;
    border-bottom: none;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .story__media figcaption:before {
    content: "\25b2";
    color: #4b88ca;
    padding-right: 5px;
  }

  .story__summary {
    font-size: 22px;
    line-height: 29px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .story__header.has-medium-media
    .story__summary__wrapper:has(:not(.story__summary + .story__audio)) {
    padding: 10px;
  }

  .story__toolbar {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .story__text {
    margin-left: auto;
    margin-right: auto;
  }

  #social-share-top {
    margin-left: auto;
    padding: 4px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .bottom-wrapper {
    border-left: none;
  }

  .main-content {
    -ms-flex-preferred-size: calc(100% - 300px);
    flex-basis: calc(100% - 300px);
    max-width: calc(100% - 300px);
  }

  .story__header:after,
  .story__header:before {
    content: none;
  }

  .story__toolbar {
    border-width: 1px 0;
  }

  :root {
    --gdwc-audio-player-max-width: 996px;
  }
}

@media screen and (min-width: 1024px) {
  .main-content {
    max-width: 66.66666667%;
  }

  .bottom-wrapper {
    border-right: 1px solid grey;
  }

  .main-content {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
  }

  .story__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .story__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: calc(100% - 80px);
  }

  .story__header.has-medium-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .story__header.has-medium-media .story__header__content {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
    padding: 16px 16px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .story__header.has-medium-media .story__media {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .story__comments__trigger {
    min-width: 50%;
  }
}

@media screen and (min-width: 1540px) {
  .story__overtitle,
  .story__toolbar {
    margin: 0 auto;
    max-width: 1260px;
  }

  #adv-TopLeft,
  .bottom-wrapper,
  .breaking-news,
  .story__header,
  .story__toolbar {
    max-width: 1260px;
  }

  :root {
    --max-width: 1260px;
    --gdwc-audio-player-max-width: 1260px;
  }

  .aside-story__title {
    font-size: 21px;
    line-height: 26px;
  }
}

@media screen and (max-width: 1023px) {
  .story__header.has-medium-media .story__header__content {
    padding: 16px;
  }
}

@media screen and (max-width: 767px) {
  .story__toolbar {
    position: relative;
  }

  .bottom-wrapper {
    margin-left: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  body:not(.gd-facet-webview) .sidebar {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .breaking-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 16px;
    border-top: 1px solid grey;
  }

  .breaking-news__label {
    padding: 12px 12px 12px 32px;
    border-width: 0 1px 1px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: right;
  }

  .breaking-news__label span {
    margin-right: 0;
    margin-bottom: 4px;
  }

  .breaking-news__title {
    border-width: 0 0 1px;
  }

  .is-premium-article
    .story__overtitle:has(.story__overtitle__text)
    .story__overtitle__text {
    border-top: 1px solid grey;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .story__title {
    font-size: 32px;
    line-height: 32px;
  }

  .story__media {
    margin-left: -16px;
  }

  .story__header,
  .story__toolbar {
    margin-left: 16px;
  }

  .story__media figcaption {
    margin-left: 32px;
    font:
      12px/16px "Eugenio Sans Text",
      "Helvetica Neue",
      Helvetica,
      sans-serif;
    padding: 4px;
    border-bottom: 1px solid #e9e9e9;
  }

  .story__media figcaption:before {
    content: "\25b2";
    color: #4b88ca;
    padding-right: 5px;
  }

  .story__summary {
    font-size: 21px;
    line-height: 27px;
  }

  .story__header:after {
    content: none;
  }

  .story__header.has-medium-media picture {
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;
  }

  .story__toolbar {
    border-right: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4px;
  }

  #social-share-top {
    background: #fff;
    border-top: 1px solid grey;
    border-right: 1px solid grey;
    margin-left: 16px;
    padding: 10px 10px 10px 0;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 20;
    height: 53px;
  }

  .story__comments__trigger {
    width: 100%;
  }

  :root {
    --gdwc-audio-trigger-title-font-size: 16px;
  }
}

@-webkit-keyframes pulse-reverse {
  0%,
  100% {
    -webkit-box-shadow: 0 0 0 0 #ec0000;
    box-shadow: 0 0 0 0 #ec0000;
  }

  70% {
    -webkit-box-shadow: 0 0 0 5px #ec0000;
    box-shadow: 0 0 0 5px #ec0000;
  }
}

@keyframes pulse-reverse {
  0%,
  100% {
    -webkit-box-shadow: 0 0 0 0 #ec0000;
    box-shadow: 0 0 0 0 #ec0000;
  }

  70% {
    -webkit-box-shadow: 0 0 0 5px #ec0000;
    box-shadow: 0 0 0 5px #ec0000;
  }
}

/* --- style block 2 --- */
/* FOLLOW BUTTON GEDI PERSONALIZATION  */

/* IUBENDA PARAGRAPH CUSTOMIZATION */

/* --- style block 3 --- */
/* Skeleton Renderer styles */

/* --- style block 4 --- */

div::not(#detail) .video-frame__wrapper {
  visibility: hidden;
}

div::not(#detail) gdwc-video-component.is-ready .video-frame__wrapper {
  visibility: visible;
}

div.fc-ab-root,
.fc-ab-root a:link,
.fc-ab-root div,
.fc-ab-root h1,
.fc-ab-root a,
.fc-ab-root p,
.fc-ab-root button,
.fc-ab-root img,
.fc-ab-root footer {
  appearance: none !important;
  -moz-box-align: stretch !important;
  -moz-box-direction: normal !important;
  -moz-box-flex: 0 !important;
  -moz-box-ordinal-group: 1 !important;
  -moz-box-orient: horizontal !important;
  -moz-box-pack: start !important;
  -moz-osx-font-smoothing: auto !important;
  -webkit-line-clamp: none !important;
  -webkit-text-security: none !important;
  -webkit-text-stroke: 0px rgb(0, 0, 0) !important;
  place-content: normal !important;
  place-items: normal !important;
  place-self: auto !important;
  animation: none !important;
  backdrop-filter: none !important;
  backface-visibility: visible !important;
  background: none !important;
  background-blend-mode: normal !important;
  border: 0px rgb(0, 0, 0) !important;
  border-radius: 0px !important;
  border-collapse: separate !important;
  inset: auto !important;
  box-shadow: none !important;
  box-sizing: content-box !important;
  break-after: auto !important;
  break-before: auto !important;
  break-inside: auto !important;
  caption-side: top !important;
  caret-color: rgb(0, 0, 0) !important;
  clear: none !important;
  clip-path: none !important;
  clip-rule: nonzero !important;
  clip: auto !important;
  color-interpolation-filters: linearrgb !important;
  color-interpolation: srgb !important;
  color: rgb(0, 0, 0) !important;
  columns: auto !important;
  gap: normal !important;
  column-rule: 0px none rgb(0, 0, 0) !important;
  column-span: none !important;
  content: normal !important;
  cursor: auto !important;
  cx: 0px !important;
  cy: 0px !important;
  d: none !important;
  display: inline !important;
  dominant-baseline: auto !important;
  empty-cells: show !important;
  fill-opacity: 1 !important;
  fill-rule: nonzero !important;
  filter: none !important;
  flex: 0 1 auto !important;
  flex-flow: row !important;
  float: none !important;
  flood-color: rgb(0, 0, 0) !important;
  flood-opacity: 1 !important;
  font-kerning: auto !important;
  font-optical-sizing: auto !important;
  font-size: 16px !important;
  font-stretch: 100% !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: 400 !important;
  grid: none !important;
  grid-area: auto !important;
  height: auto !important;
  hyphens: manual !important;
  image-rendering: auto !important;
  isolation: auto !important;
  letter-spacing: normal !important;
  lighting-color: rgb(255, 255, 255) !important;
  line-break: auto !important;
  line-height: normal !important;
  list-style: outside !important;
  margin: 0px !important;
  marker: none !important;
  mask-type: luminance !important;
  mask: none !important;
  max-height: none !important;
  max-width: none !important;
  min-height: 0px !important;
  min-width: 0px !important;
  mix-blend-mode: normal !important;
  object-fit: fill !important;
  object-position: 50% 50% !important;
  offset-distance: 0px !important;
  offset-path: none !important;
  offset-rotate: auto !important;
  opacity: 1 !important;
  order: 0 !important;
  outline: rgb(0, 0, 0) 0px !important;
  outline-offset: 0px !important;
  overflow-anchor: auto !important;
  overflow-wrap: normal !important;
  overflow: visible !important;
  padding: 0px !important;
  paint-order: normal !important;
  perspective-origin: 0px 0px !important;
  perspective: none !important;
  pointer-events: auto !important;
  position: static !important;
  r: 0px !important;
  resize: none !important;
  rx: auto !important;
  ry: auto !important;
  scale: none !important;
  scroll-behavior: auto !important;
  shape-image-threshold: 0 !important;
  shape-margin: 0px !important;
  shape-outside: none !important;
  shape-rendering: auto !important;
  stop-color: rgb(0, 0, 0) !important;
  stop-opacity: 1 !important;
  stroke-dasharray: none !important;
  stroke-dashoffset: 0px !important;
  stroke-linecap: butt !important;
  stroke-linejoin: miter !important;
  stroke-miterlimit: 4 !important;
  stroke-opacity: 1 !important;
  stroke-width: 1px !important;
  stroke: none !important;
  tab-size: 8 !important;
  table-layout: auto !important;
  text-align-last: auto !important;
  text-align: start !important;
  text-anchor: start !important;
  text-decoration-skip-ink: auto !important;
  text-decoration: rgb(0, 0, 0) !important;
  text-indent: 0px !important;
  text-overflow: clip !important;
  text-rendering: auto !important;
  text-shadow: none !important;
  text-transform: none !important;
  text-underline-position: auto !important;
  touch-action: auto !important;
  transform-origin: 0px 0px 0px !important;
  transform-style: flat !important;
  transform: none !important;
  transition-delay: 0s !important;
  transition-duration: 0s !important;
  transition-property: all !important;
  transition-timing-function: ease !important;
  unicode-bidi: normal !important;
  user-select: auto !important;
  vector-effect: none !important;
  vertical-align: baseline !important;
  visibility: visible !important;
  white-space: normal !important;
  width: auto !important;
  will-change: auto !important;
  word-break: normal !important;
  word-spacing: 0px !important;
  writing-mode: horizontal-tb !important;
  x: 0px !important;
  y: 0px !important;
  z-index: auto !important;
  zoom: 1 !important;
}

.fc-ab-root a:link {
  cursor: pointer !important;
  position: relative !important;
}

.fc-ab-root button,
.fc-ab-root button div,
.fc-ab-root button p,
.fc-ab-root .fc-button,
.fc-ab-root .fc-button div,
.fc-ab-root .fc-button p {
  cursor: pointer !important;
}

.fc-ab-root a:hover {
  filter: brightness(80%) !important;
}

.fc-ab-root button:focus,
.fc-ab-root .fc-button:focus,
.fc-ab-root a:focus {
  box-shadow: rgb(255, 255, 255) 0px 0px 0px 3px !important;
  outline: rgb(23, 78, 166) solid 2px !important;
}

@supports selector(:focus-visible) {
  .fc-ab-root button:focus,
  .fc-ab-root .fc-button:focus,
  .fc-ab-root a:focus {
    box-shadow: none !important;
    outline: none !important;
  }

  .fc-ab-root button:focus-visible::before,
  .fc-ab-root a:focus-visible::before,
  .fc-ab-root input:focus-visible::before,
  .fc-ab-root .fc-dropdown-selection-container:focus-visible::before {
    border: 2px solid rgb(23, 78, 166) !important;
    border-radius: 6px !important;
    content: "" !important;
    inset: -4px !important;
    position: absolute !important;
  }

  .fc-ab-root button:focus-visible::after,
  .fc-ab-root a:focus-visible::after,
  .fc-ab-root input:focus-visible::after,
  .fc-ab-root .fc-dropdown-selection-container:focus-visible::after {
    border: 2px solid rgb(232, 240, 254) !important;
    border-radius: 8px !important;
    content: "" !important;
    inset: -6px !important;
    position: absolute !important;
  }

  .fc-ab-root button.fc-icon-button:focus-visible::before {
    inset: -2px !important;
  }

  .fc-ab-root button.fc-icon-button:focus-visible::after {
    inset: -4px !important;
  }

  .fc-ab-root button.fc-list-item-button:focus-visible::before {
    left: 2px !important;
    width: calc(100% - 8px) !important;
  }

  .fc-ab-root button.fc-list-item-button:focus-visible::after {
    left: 0px !important;
    width: calc(100% - 4px) !important;
  }
}

.fc-ab-root .fc-button,
.fc-ab-root .fc-dialog {
  outline: transparent solid 1px !important;
}

div.fc-ab-root {
  height: 100% !important;
  justify-content: center !important;
  width: 100% !important;
  display: none !important;
}

.fc-ab-root .fc-dialog-overlay {
  background-color: black !important;
  height: 100% !important;
  left: 0px !important;
  opacity: 0.6 !important;
  position: fixed !important;
  top: 0px !important;
  width: 100% !important;
  z-index: -1 !important;
}

.fc-ab-root .fc-dialog-container {
  z-index: 2147483644 !important;
  align-items: center !important;
  display: flex !important;
  height: 100% !important;
  justify-content: center !important;
  width: 100% !important;
  left: 0px !important;
  position: fixed !important;
  top: 0px !important;
}

.fc-ab-root .fc-ab-dialog {
  align-items: center !important;
  max-width: 512px !important;
  width: 90% !important;
  background: rgb(255, 255, 255) !important;
  border: medium !important;
  border-radius: 0.5em !important;
  padding: 1.5em !important;
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  max-height: 90% !important;
  min-width: 200px !important;
  position: relative !important;
}

@media screen and (max-width: 479px) {
  .fc-ab-root .fc-ab-dialog {
    font-size: 14px !important;
    line-height: 20px !important;
  }
}

@media screen and (min-width: 480px) {
  .fc-ab-root .fc-ab-dialog {
    font-size: 16px !important;
    line-height: 24px !important;
  }
}

.fc-ab-root .fc-ab-dialog > :not(:last-child) {
  margin-bottom: 24px !important;
}

.fc-ab-root .fc-ab-dialog .fc-dialog-content {
  align-items: center !important;
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: auto !important;
  width: 100% !important;
}

.fc-ab-root .fc-ab-dialog .fc-dialog-content > :not(:last-child) {
  margin-bottom: 16px !important;
}

.fc-ab-root .fc-ab-dialog .fc-dialog-content > * {
  flex-shrink: 0 !important;
}

.fc-ab-root .fc-ab-dialog .fc-dialog-footer {
  align-items: center !important;
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: column !important;
  font-size: inherit !important;
  min-height: auto !important;
  justify-content: center !important;
  width: 100% !important;
}

.fc-ab-root .fc-ab-dialog .fc-dialog-footer > div:not(:last-child) {
  margin-bottom: 16px !important;
}

.fc-ab-root .fc-dialog-headline {
  align-items: center !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  width: 100% !important;
}

.fc-ab-root .fc-dialog-headline-text {
  overflow-wrap: break-word !important;
  font-weight: 700 !important;
  font-style: normal !important;
  text-decoration: initial !important;
  text-align: center !important;
  font-family: "Roboto" !important;
  color: rgb(50, 50, 50) !important;
  font-size: 1.5em !important;
  width: 100% !important;
}

.fc-ab-root .fc-header {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  width: 100% !important;
}

.fc-ab-root .fc-header-image-container {
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
}

.fc-ab-root .fc-header-image {
  max-height: 60px !important;
  min-height: 40px !important;
  object-fit: contain !important;
}

.fc-ab-root .fc-dialog-body {
  display: flex !important;
  justify-content: center !important;
  width: 100% !important;
}

.fc-ab-root .fc-dialog-body-text {
  line-height: 1.5em !important;
  margin: 0px !important;
  padding: 0px !important;
  width: 100% !important;
  overflow-wrap: break-word !important;
  font-weight: normal !important;
  font-style: normal !important;
  text-decoration: initial !important;
  text-align: center !important;
  font-family: "Roboto" !important;
  color: rgb(0, 0, 0) !important;
  font-size: 1.25em !important;
}

.fc-ab-root .fc-button {
  padding: 0.5em 1em !important;
  background: rgb(255, 255, 255) !important;
  border: medium !important;
  border-radius: 0.25em !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
  align-items: center !important;
  display: inline-flex !important;
  justify-content: center !important;
  position: relative !important;
  width: 100% !important;
  z-index: 1 !important;
}

.fc-ab-root .fc-button:not(:only-child) {
}

@supports (flex-wrap: wrap) and (gap: 16px) {
}

.fc-ab-root .fc-button .fc-button-background {
  background: rgb(0, 153, 255) !important;
  border: medium !important;
  height: 100% !important;
  left: 0px !important;
  position: absolute !important;
  top: 0px !important;
  width: 100% !important;
  z-index: -1 !important;
  transition: 150ms ease-in !important;
}

.fc-ab-root .fc-button:hover:enabled .fc-button-background {
  filter: brightness(84%) !important;
  transition: 150ms ease-in !important;
}

.fc-ab-root .fc-button:focus:enabled .fc-button-background,
.fc-ab-root .fc-button:active:enabled .fc-button-background {
  filter: brightness(61%) !important;
  transition: 150ms ease-in !important;
}

.fc-ab-root .fc-button-text {
  line-height: 1.25em !important;
  margin: 0px !important;
  width: 100% !important;
  overflow-wrap: break-word !important;
  font-weight: 700 !important;
  font-style: normal !important;
  text-decoration: initial !important;
  text-align: center !important;
  font-family: "Roboto" !important;
  color: rgb(255, 255, 255) !important;
  font-size: 1.25em !important;
}

.fc-ab-root .fc-button:disabled .fc-button-text {
  color: rgb(154, 160, 166) !important;
  cursor: default !important;
}

.fc-ab-root .fc-button:disabled .fc-button-background {
  background-color: rgb(218, 220, 224) !important;
  cursor: default !important;
}

@media screen and (max-width: 480px) {
  .fc-ab-root .fc-buttons-section {
    flex-direction: column !important;
  }
}

.fc-ab-root .fc-buttons-section {
  align-items: center !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  max-width: 416px !important;
  width: 100% !important;
}

@supports (flex-wrap: wrap) {
  .fc-ab-root .fc-buttons-section {
    flex-direction: unset !important;
    flex-wrap: wrap !important;
  }
}

.fc-ab-root .fc-buttons-section > :not(:last-child) {
  margin-bottom: 16px !important;
}

@supports (flex-wrap: wrap) and (gap: 16px) and selector(::first-letter) {
  .fc-ab-root .fc-buttons-section {
    gap: 16px !important;
  }

  .fc-ab-root .fc-buttons-section > :not(:last-child) {
    margin-bottom: 0px !important;
  }
}

.fc-ab-root .fc-dialog-footer .fc-subscription-link {
  cursor: pointer !important;
  overflow-wrap: break-word !important;
  font-weight: normal !important;
  font-style: normal !important;
  text-decoration: initial !important;
  text-align: center !important;
  font-family: "Roboto" !important;
  color: rgb(74, 144, 226) !important;
  font-size: 1em !important;
}

.fc-ab-root .fc-dialog-footer .fc-subscription-link {
  line-height: 1.25em !important;
  max-width: 400px !important;
}

/* --- style block 9 --- */

/* --- style block 10 --- */

/* --- style block 11 --- */

.fb_reset {
  background: none;
  border: 0px;
  border-spacing: 0;
  color: #000;
  cursor: auto;
  direction: ltr;
  font-family:
    lucida grande,
    tahoma,
    verdana,
    arial,
    sans-serif;
  font-size: 11px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1;
  margin: 0;
  overflow: visible;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
}

.fb_reset > div {
  overflow: hidden;
}

.fb_reset {
  background: none;
  border: 0px;
  border-spacing: 0;
  color: #000;
  cursor: auto;
  direction: ltr;
  font-family:
    lucida grande,
    tahoma,
    verdana,
    arial,
    sans-serif;
  font-size: 11px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1;
  margin: 0;
  overflow: visible;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
}

.fb_reset > div {
  overflow: hidden;
}

.fixed-link {
  z-index: 1000;
}

.info-box {
  margin: 24px 0;
  padding: 20px 24px;
  background: #f7f7f7;
  border-left: 4px solid #163860;
  color: #1b1b1b;
  font-family: var(
    --article--fonts-tertiary,
    Georgia,
    "Times New Roman",
    serif
  );
}

.info-box > h2 {
  margin: 0 0 16px;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
  color: #1b1b1b;
  letter-spacing: -0.01em;
}

.info-box > h2 a {
  color: #163860;
  text-decoration: none;
}

.info-box > h2 a:hover {
  text-decoration: underline;
}

.info-box ul,
.info-box ol {
  margin: 0;
  padding-left: 22px;
}

.info-box li {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.55;
}

.info-box li:last-child {
  margin-bottom: 0;
}

.info-box li b {
  color: #163860;
  font-weight: 700;
}

.info-box a {
  color: #1b1b1b;
  text-decoration: underline;
  text-decoration-color: #163860;
  text-underline-offset: 2px;
}

.info-box a:hover {
  color: #163860;
}

@media (max-width: 660px) {
  .info-box {
    padding: 16px 18px;
  }

  .info-box > h2 {
    font-size: 19px;
  }

  .info-box li {
    font-size: 15px;
  }
}

/*============== FEEDBACK ==============*/
.feedback {
  display: flex;
  gap: 20px;
  margin: 24px 0;
  padding: 20px 24px;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-left: 4px solid #163860;
  color: #1b1b1b;
  font-family: var(
    --article--fonts-tertiary,
    Georgia,
    "Times New Roman",
    serif
  );
}

.feedback__ava {
  flex-shrink: 0;
  width: 84px;
  height: 84px;
  margin: 0;
  border-radius: 50%;
  object-fit: cover;
  background: #f0f0f0;
}

.feedback__main {
  flex: 1 1 auto;
  min-width: 0;
}

.feedback__name {
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 700;
  color: #163860;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

.feedback__prof {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 14px;
  font-style: italic;
  color: #6b6b6b;
  line-height: 1.4;
}

.feedback__main .fig-paragraph,
.feedback__main p {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  color: #1b1b1b;
}

.feedback__main a {
  color: #1b1b1b;
  text-decoration: underline;
  text-decoration-color: #163860;
  text-underline-offset: 2px;
}

.feedback__main a:hover {
  color: #163860;
}

@media (max-width: 660px) {
  .feedback {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 18px;
  }

  .feedback__ava {
    width: 64px;
    height: 64px;
  }

  .feedback__name {
    font-size: 17px;
  }

  .feedback__prof {
    font-size: 13px;
  }

  .feedback__main .fig-paragraph,
  .feedback__main p {
    font-size: 15px;
  }
}

.un-article-image__img {
  margin-bottom: 15px;
  margin-top: 15px;
}

/* ===== Migrated from index.html <style> blocks ===== */

/* --- style block 1 --- */
button,
figure,
h1,
h2,
h3,
h4,
ol,
p,
ul {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.comments-trigger .r-icon-comment:hover,
.gd-social-share a:hover svg {
  fill: #fff;
}

.story__comments__trigger,
.story__overtitle,
.story__toolbar {
  text-transform: uppercase;
}

@font-face {
  font-family: "Eugenio Serif Fallback";
  src: local(Georgia);
  size-adjust: 94%;
  ascent-override: 88%;
  descent-override: 23%;
  line-gap-override: 13%;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(8, 123, 187, 0.1);
  scroll-behavior: smooth;
}

ul {
  list-style-type: none;
}

h1,
h2,
h3,
h4 {
  font-size: inherit;
}

a,
button {
  color: inherit;
}

button {
  overflow: visible;
  border: 0;
  font: inherit;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
  background: 0 0;
  cursor: pointer;
}

body {
  overflow-x: hidden;
}

.breaking-news__label,
body {
  font-family: "Eugenio Sans Text", "Helvetica Neue", Helvetica, sans-serif;
}

::-moz-focus-inner {
  padding: 0;
  border: 0;
}

:focus {
  outline: 0;
}

img {
  border: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#adv-TopLeft {
  background: #fff;
  margin: 0 auto;
  border-left: 1px solid grey;
  border-right: 1px solid grey;
}

body {
  margin: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility;
  background-color: #fcfdfd;
  font-size: 16px;
  line-height: 1;
  text-align: left;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

a {
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

[class*="r-icon-"] {
  display: inline-block;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  vertical-align: middle;
}

:root {
  --sticky-video-width: 530px;
  --sticky-close-background-width: 30px;
  --sticky-close-margin: 0 0 0 auto;
  --sticky-close-padding: 5px;
  --sticky-close-color: #000;
  --sticky-close-bg-color: transparent;
  --sticky-close-top-position: -35px;
  --sticky-video-margin-bottom: 16px;
  --sticky-video-box-shadow:
    0px 2px 5px 0px rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  --gdwc-audio-info-icon-background-color: #f56100ad;
  --gdwc-audio-info-icon-color: #fff;
}

.story__content img {
  width: 100%;
  height: auto;
  display: block;
}

.bottom-wrapper {
  max-width: 996px;
  margin: 0 auto;
  border-left: 1px solid grey;
  padding-left: 16px;
  padding-top: 30px;
}

.main-content {
  padding-right: 16px;
}

.breaking-news {
  background-color: #fff;
}

.breaking-news__label {
  border-color: grey;
  border-style: solid;
  white-space: nowrap;
}

.breaking-news__label span {
  color: #ec0000;
  font-weight: 500;
  margin-right: 8px;
  position: relative;
}

.breaking-news__label span:before {
  content: "";
  display: block;
  position: absolute;
  left: -16px;
  top: 6px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #ec0000;
  -webkit-box-shadow: 0 0 0 #ec0000;
  box-shadow: 0 0 0 #ec0000;
  -webkit-animation: 2s infinite pulse-reverse;
  animation: 2s infinite pulse-reverse;
}

.breaking-news__label time {
  color: #6c6c6c;
  font-weight: 400;
}

.breaking-news__title {
  pointer-events: none;
  border-color: grey;
  border-style: solid;
  padding: 12px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 500;
  color: #21201f;
}

.story__overtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font:
    500 16px "Eugenio Sans Text",
    "Helvetica Neue",
    Helvetica,
    sans-serif;
  border-bottom: 1px solid #000;
}

.story__overtitle > * {
  padding: 10px 16px;
}

.story__overtitle svg:hover {
  fill: #f56100;
}

.story__media {
  position: relative;
}

.story__title {
  display: block;
  font-family: "Eugenio Serif", "Eugenio Serif Fallback";
  font-weight: 500;
}

.story__media img {
  width: 100%;
  height: auto;
  display: block;
}

.story__media figcaption {
  font:
    12px "Eugenio Sans Text",
    "Helvetica Neue",
    Helvetica,
    sans-serif;
}

.story__summary {
  font-family: "Eugenio Text", Georgia, Times, "Times New Roman", serif;
  font-weight: 400;
  font-style: italic;
}

.story__header {
  margin: 0 auto;
  position: relative;
}

.story__header:after,
.story__header:before {
  content: "";
  border-left: 1px solid grey;
  top: 0;
  bottom: 0;
  display: block;
  position: absolute;
}

.story__header:before {
  left: 0;
}

.story__header:after {
  right: 0;
}

.story__header.has-medium-media picture {
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
}

.story__header.has-medium-media picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: inherit;
}

.story__header.has-medium-media .story__summary {
  padding: 16px;
}

.story__toolbar {
  border: 1px solid grey;
  font:
    400 12px "Eugenio Sans Text",
    "Helvetica Neue",
    Helvetica,
    sans-serif;
  padding: 10px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.aside-stories {
  border-top: 2px solid #000;
  position: relative;
}

.story__toolbar .r-icon-time {
  width: 20px;
  height: 20px;
}

.story__date {
  margin-right: 8px;
}

.story__toolbar__reading-time {
  margin-left: auto;
}

.story__text h2 {
  font-family: "Eugenio Sans Text", "Helvetica Neue", Helvetica, sans-serif;
}

.aside-stories:before {
  width: 14px;
  z-index: 10;
  border-right: 2px solid #fff;
  content: "";
  position: absolute;
  left: 0;
}

.inline-storyline ::marker {
  color: #f56100;
}

.aside-story__title a:hover,
.story__text a:hover {
  color: #4b88ca;
}

.story__text {
  margin-bottom: 30px;
  font-family: "Eugenio Text", Georgia, Times, "Times New Roman", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}

.story__text h2 {
  margin: 24px 0 8px;
  font-size: 21px;
  line-height: 24px;
}

.story__text h2,
.story__text h3 {
  font-weight: 500;
}

.story__text ol,
.story__text ul {
  margin: 15px 0 15px 15px;
}

.story__text ul {
  list-style: disc;
}

.story__text a {
  color: #f56100;
}

.story__text p {
  margin-bottom: 16px;
}

#social-share-top {
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.vf-tray-trigger--floating {
  display: none !important;
}

.gd-social-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.gd-social-share a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px;
  width: 32px;
  background: #e7e7e7;
  border-radius: 1px;
}

.gd-social-share [data-share="facebook"]:hover {
  background: #43609c;
}

.gd-social-share [data-share="twitter"]:hover {
  background: #000;
}

.gd-social-share [data-share="linkedin"]:hover {
  background: #3072b0;
}

.gd-social-share [data-share="pinterest"]:hover {
  background: #cb2027;
}

.gd-social-share [data-share="email"]:hover {
  background: #666;
}

.gd-social-share [data-share="whatsapp"]:hover {
  background: #49cf06;
}

.gd-social-share svg {
  pointer-events: none;
  height: 16px;
  width: 16px;
}

.aside-stories {
  padding: 10px 16px 16px;
  margin-bottom: 30px;
}

.aside-stories:before {
  height: 2px;
  background-color: #4b88ca;
  top: -2px;
}

.aside-stories:after {
  content: "";
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
}

.aside-stories__label {
  font:
    500 18px "Eugenio Sans Text",
    "Helvetica Neue",
    Helvetica,
    sans-serif;
  color: #4b88ca;
  display: block;
}

.aside-story {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0;
  border-bottom: 1px solid #dedede;
  font-family: "Eugenio Serif", "Eugenio Serif Fallback";
  font-weight: 500;
}

.aside-story__title {
  font-weight: 500;
  font-family: "Eugenio Sans Text", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

gdwc-recommendations {
  --gdwc-recommendations-label-font-weight: 500;
  --gdwc-recommendations-title-font-family:
    "Eugenio Serif", "Eugenio Serif Fallback";
  --gdwc-recommendations-title-font-weight: 500;
}

.story__comments__trigger:hover,
body.has-comments .comments-trigger:hover {
  background: #000;
}

.story__comments__trigger,
body.has-comments .comments-trigger {
  background: #f56100;
  color: #fff;
  font:
    400 13px/1 "Eugenio Sans Text",
    "Helvetica Neue",
    Helvetica,
    sans-serif;
  border-radius: 1px;
}

.story__comments__trigger {
  padding: 10px 30px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  display: block;
  margin: 20px auto 30px;
}

.story__comments__trigger .r-icon-comment {
  width: 20px;
  height: 20px;
  margin: -5px 5px;
}

.comments-trigger {
  display: none;
}

body.has-comments .comments-trigger {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  height: 32px;
  width: 32px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.comments-trigger .r-icon-comment {
  width: 16px;
  height: 16px;
  fill: #fff;
  pointer-events: none;
}

.story__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  background: #e7f1ff;
  border-top: 1px solid #000;
  padding: 10px 16px;
  margin: 0 0 30px -16px;
  font:
    400 11px "Eugenio Sans Text",
    "Helvetica Neue",
    Helvetica,
    sans-serif;
  color: #636363;
}

@media screen and (min-width: 768px) and (max-width: 1539px) {
  .story__overtitle,
  .story__toolbar {
    margin: 0 auto;
    max-width: 996px;
  }

  #adv-TopLeft,
  .breaking-news,
  .story__header,
  .story__toolbar {
    max-width: 996px;
  }

  :root {
    --max-width: 996px;
  }
}

@media screen and (min-width: 768px) {
  body:not(.native) #adv-TopLeft {
    min-height: 284px;
    background-color: #f7f7f7;
    padding: 0 0 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-image: url("/img/e4f1faf512c2fee5c9a1b76d21f65565d5a0efb2.svg");
    background-position: center;
    background-repeat: no-repeat;
  }

  body:not(.native) #adv-TopLeft:before {
    content: "adv";
    display: block;
    font-size: 11px;
    line-height: 22px;
    color: #999;
    text-align: center;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  body:not(.native).has_topleft-collapse #adv-TopLeft {
    display: none;
  }

  .bottom-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sidebar {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
    min-width: 300px;
  }

  .breaking-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
  }

  .breaking-news__label {
    padding: 12px 12px 12px 44px;
    margin-right: 4px;
    border-width: 1px;
  }

  .breaking-news__title {
    border-width: 1px;
    font-size: 22px;
  }

  .story__overtitle {
    border-left: 1px solid grey;
  }

  .story__overtitle {
    border-right: 1px solid grey;
  }

  .story__title {
    font-size: 42px;
    line-height: 48px;
  }

  .story__media figcaption {
    font:
      12px/16px "Eugenio Sans Text",
      "Helvetica Neue",
      Helvetica,
      sans-serif;
    background: #fff;
    padding: 4px 10px;
    border-top: 2px solid #4b88ca;
    border-bottom: none;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .story__media figcaption:before {
    content: "\25b2";
    color: #4b88ca;
    padding-right: 5px;
  }

  .story__summary {
    font-size: 22px;
    line-height: 29px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .story__header.has-medium-media
    .story__summary__wrapper:has(:not(.story__summary + .story__audio)) {
    padding: 10px;
  }

  .story__toolbar {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .story__text {
    margin-left: auto;
    margin-right: auto;
  }

  #social-share-top {
    margin-left: auto;
    padding: 4px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .bottom-wrapper {
    border-left: none;
  }

  .main-content {
    -ms-flex-preferred-size: calc(100% - 300px);
    flex-basis: calc(100% - 300px);
    max-width: calc(100% - 300px);
  }

  .story__header:after,
  .story__header:before {
    content: none;
  }

  .story__toolbar {
    border-width: 1px 0;
  }

  :root {
    --gdwc-audio-player-max-width: 996px;
  }
}

@media screen and (min-width: 1024px) {
  .main-content {
    max-width: 66.66666667%;
  }

  .bottom-wrapper {
    border-right: 1px solid grey;
  }

  .main-content {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
  }

  .story__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .story__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: calc(100% - 80px);
  }

  .story__header.has-medium-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .story__header.has-medium-media .story__header__content {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
    padding: 16px 16px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .story__header.has-medium-media .story__media {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .story__comments__trigger {
    min-width: 50%;
  }
}

@media screen and (min-width: 1540px) {
  .story__overtitle,
  .story__toolbar {
    margin: 0 auto;
    max-width: 1260px;
  }

  #adv-TopLeft,
  .bottom-wrapper,
  .breaking-news,
  .story__header,
  .story__toolbar {
    max-width: 1260px;
  }

  :root {
    --max-width: 1260px;
    --gdwc-audio-player-max-width: 1260px;
  }

  .aside-story__title {
    font-size: 21px;
    line-height: 26px;
  }
}

@media screen and (max-width: 1023px) {
  .story__header.has-medium-media .story__header__content {
    padding: 16px;
  }
}

@media screen and (max-width: 767px) {
  .story__toolbar {
    position: relative;
  }

  .bottom-wrapper {
    margin-left: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  body:not(.gd-facet-webview) .sidebar {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .breaking-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 16px;
    border-top: 1px solid grey;
  }

  .breaking-news__label {
    padding: 12px 12px 12px 32px;
    border-width: 0 1px 1px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: right;
  }

  .breaking-news__label span {
    margin-right: 0;
    margin-bottom: 4px;
  }

  .breaking-news__title {
    border-width: 0 0 1px;
  }

  .is-premium-article
    .story__overtitle:has(.story__overtitle__text)
    .story__overtitle__text {
    border-top: 1px solid grey;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .story__title {
    font-size: 32px;
    line-height: 32px;
  }

  .story__media {
    margin-left: -16px;
  }

  .story__header,
  .story__toolbar {
    margin-left: 16px;
  }

  .story__media figcaption {
    margin-left: 32px;
    font:
      12px/16px "Eugenio Sans Text",
      "Helvetica Neue",
      Helvetica,
      sans-serif;
    padding: 4px;
    border-bottom: 1px solid #e9e9e9;
  }

  .story__media figcaption:before {
    content: "\25b2";
    color: #4b88ca;
    padding-right: 5px;
  }

  .story__summary {
    font-size: 21px;
    line-height: 27px;
  }

  .story__header:after {
    content: none;
  }

  .story__header.has-medium-media picture {
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;
  }

  .story__toolbar {
    border-right: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4px;
  }

  #social-share-top {
    background: #fff;
    border-top: 1px solid grey;
    border-right: 1px solid grey;
    margin-left: 16px;
    padding: 10px 10px 10px 0;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 20;
    height: 53px;
  }

  .story__comments__trigger {
    width: 100%;
  }

  :root {
    --gdwc-audio-trigger-title-font-size: 16px;
  }
}

@-webkit-keyframes pulse-reverse {
  0%,
  100% {
    -webkit-box-shadow: 0 0 0 0 #ec0000;
    box-shadow: 0 0 0 0 #ec0000;
  }

  70% {
    -webkit-box-shadow: 0 0 0 5px #ec0000;
    box-shadow: 0 0 0 5px #ec0000;
  }
}

@keyframes pulse-reverse {
  0%,
  100% {
    -webkit-box-shadow: 0 0 0 0 #ec0000;
    box-shadow: 0 0 0 0 #ec0000;
  }

  70% {
    -webkit-box-shadow: 0 0 0 5px #ec0000;
    box-shadow: 0 0 0 5px #ec0000;
  }
}

/* --- style block 2 --- */
/* FOLLOW BUTTON GEDI PERSONALIZATION  */

/* IUBENDA PARAGRAPH CUSTOMIZATION */

/* --- style block 3 --- */
/* Skeleton Renderer styles */

/* --- style block 4 --- */

div::not(#detail) .video-frame__wrapper {
  visibility: hidden;
}

div::not(#detail) gdwc-video-component.is-ready .video-frame__wrapper {
  visibility: visible;
}

div.fc-ab-root,
.fc-ab-root a:link,
.fc-ab-root div,
.fc-ab-root h1,
.fc-ab-root a,
.fc-ab-root p,
.fc-ab-root button,
.fc-ab-root img,
.fc-ab-root footer {
  appearance: none !important;
  -moz-box-align: stretch !important;
  -moz-box-direction: normal !important;
  -moz-box-flex: 0 !important;
  -moz-box-ordinal-group: 1 !important;
  -moz-box-orient: horizontal !important;
  -moz-box-pack: start !important;
  -moz-osx-font-smoothing: auto !important;
  -webkit-line-clamp: none !important;
  -webkit-text-security: none !important;
  -webkit-text-stroke: 0px rgb(0, 0, 0) !important;
  place-content: normal !important;
  place-items: normal !important;
  place-self: auto !important;
  animation: none !important;
  backdrop-filter: none !important;
  backface-visibility: visible !important;
  background: none !important;
  background-blend-mode: normal !important;
  border: 0px rgb(0, 0, 0) !important;
  border-radius: 0px !important;
  border-collapse: separate !important;
  inset: auto !important;
  box-shadow: none !important;
  box-sizing: content-box !important;
  break-after: auto !important;
  break-before: auto !important;
  break-inside: auto !important;
  caption-side: top !important;
  caret-color: rgb(0, 0, 0) !important;
  clear: none !important;
  clip-path: none !important;
  clip-rule: nonzero !important;
  clip: auto !important;
  color-interpolation-filters: linearrgb !important;
  color-interpolation: srgb !important;
  color: rgb(0, 0, 0) !important;
  columns: auto !important;
  gap: normal !important;
  column-rule: 0px none rgb(0, 0, 0) !important;
  column-span: none !important;
  content: normal !important;
  cursor: auto !important;
  cx: 0px !important;
  cy: 0px !important;
  d: none !important;
  display: inline !important;
  dominant-baseline: auto !important;
  empty-cells: show !important;
  fill-opacity: 1 !important;
  fill-rule: nonzero !important;
  filter: none !important;
  flex: 0 1 auto !important;
  flex-flow: row !important;
  float: none !important;
  flood-color: rgb(0, 0, 0) !important;
  flood-opacity: 1 !important;
  font-kerning: auto !important;
  font-optical-sizing: auto !important;
  font-size: 16px !important;
  font-stretch: 100% !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: 400 !important;
  grid: none !important;
  grid-area: auto !important;
  height: auto !important;
  hyphens: manual !important;
  image-rendering: auto !important;
  isolation: auto !important;
  letter-spacing: normal !important;
  lighting-color: rgb(255, 255, 255) !important;
  line-break: auto !important;
  line-height: normal !important;
  list-style: outside !important;
  margin: 0px !important;
  marker: none !important;
  mask-type: luminance !important;
  mask: none !important;
  max-height: none !important;
  max-width: none !important;
  min-height: 0px !important;
  min-width: 0px !important;
  mix-blend-mode: normal !important;
  object-fit: fill !important;
  object-position: 50% 50% !important;
  offset-distance: 0px !important;
  offset-path: none !important;
  offset-rotate: auto !important;
  opacity: 1 !important;
  order: 0 !important;
  outline: rgb(0, 0, 0) 0px !important;
  outline-offset: 0px !important;
  overflow-anchor: auto !important;
  overflow-wrap: normal !important;
  overflow: visible !important;
  padding: 0px !important;
  paint-order: normal !important;
  perspective-origin: 0px 0px !important;
  perspective: none !important;
  pointer-events: auto !important;
  position: static !important;
  r: 0px !important;
  resize: none !important;
  rx: auto !important;
  ry: auto !important;
  scale: none !important;
  scroll-behavior: auto !important;
  shape-image-threshold: 0 !important;
  shape-margin: 0px !important;
  shape-outside: none !important;
  shape-rendering: auto !important;
  stop-color: rgb(0, 0, 0) !important;
  stop-opacity: 1 !important;
  stroke-dasharray: none !important;
  stroke-dashoffset: 0px !important;
  stroke-linecap: butt !important;
  stroke-linejoin: miter !important;
  stroke-miterlimit: 4 !important;
  stroke-opacity: 1 !important;
  stroke-width: 1px !important;
  stroke: none !important;
  tab-size: 8 !important;
  table-layout: auto !important;
  text-align-last: auto !important;
  text-align: start !important;
  text-anchor: start !important;
  text-decoration-skip-ink: auto !important;
  text-decoration: rgb(0, 0, 0) !important;
  text-indent: 0px !important;
  text-overflow: clip !important;
  text-rendering: auto !important;
  text-shadow: none !important;
  text-transform: none !important;
  text-underline-position: auto !important;
  touch-action: auto !important;
  transform-origin: 0px 0px 0px !important;
  transform-style: flat !important;
  transform: none !important;
  transition-delay: 0s !important;
  transition-duration: 0s !important;
  transition-property: all !important;
  transition-timing-function: ease !important;
  unicode-bidi: normal !important;
  user-select: auto !important;
  vector-effect: none !important;
  vertical-align: baseline !important;
  visibility: visible !important;
  white-space: normal !important;
  width: auto !important;
  will-change: auto !important;
  word-break: normal !important;
  word-spacing: 0px !important;
  writing-mode: horizontal-tb !important;
  x: 0px !important;
  y: 0px !important;
  z-index: auto !important;
  zoom: 1 !important;
}

.fc-ab-root a:link {
  cursor: pointer !important;
  position: relative !important;
}

.fc-ab-root button,
.fc-ab-root button div,
.fc-ab-root button p,
.fc-ab-root .fc-button,
.fc-ab-root .fc-button div,
.fc-ab-root .fc-button p {
  cursor: pointer !important;
}

.fc-ab-root a:hover {
  filter: brightness(80%) !important;
}

.fc-ab-root button:focus,
.fc-ab-root .fc-button:focus,
.fc-ab-root a:focus {
  box-shadow: rgb(255, 255, 255) 0px 0px 0px 3px !important;
  outline: rgb(23, 78, 166) solid 2px !important;
}

@supports selector(:focus-visible) {
  .fc-ab-root button:focus,
  .fc-ab-root .fc-button:focus,
  .fc-ab-root a:focus {
    box-shadow: none !important;
    outline: none !important;
  }

  .fc-ab-root button:focus-visible::before,
  .fc-ab-root a:focus-visible::before,
  .fc-ab-root input:focus-visible::before,
  .fc-ab-root .fc-dropdown-selection-container:focus-visible::before {
    border: 2px solid rgb(23, 78, 166) !important;
    border-radius: 6px !important;
    content: "" !important;
    inset: -4px !important;
    position: absolute !important;
  }

  .fc-ab-root button:focus-visible::after,
  .fc-ab-root a:focus-visible::after,
  .fc-ab-root input:focus-visible::after,
  .fc-ab-root .fc-dropdown-selection-container:focus-visible::after {
    border: 2px solid rgb(232, 240, 254) !important;
    border-radius: 8px !important;
    content: "" !important;
    inset: -6px !important;
    position: absolute !important;
  }

  .fc-ab-root button.fc-icon-button:focus-visible::before {
    inset: -2px !important;
  }

  .fc-ab-root button.fc-icon-button:focus-visible::after {
    inset: -4px !important;
  }

  .fc-ab-root button.fc-list-item-button:focus-visible::before {
    left: 2px !important;
    width: calc(100% - 8px) !important;
  }

  .fc-ab-root button.fc-list-item-button:focus-visible::after {
    left: 0px !important;
    width: calc(100% - 4px) !important;
  }
}

.fc-ab-root .fc-button,
.fc-ab-root .fc-dialog {
  outline: transparent solid 1px !important;
}

div.fc-ab-root {
  height: 100% !important;
  justify-content: center !important;
  width: 100% !important;
  display: none !important;
}

.fc-ab-root .fc-dialog-overlay {
  background-color: black !important;
  height: 100% !important;
  left: 0px !important;
  opacity: 0.6 !important;
  position: fixed !important;
  top: 0px !important;
  width: 100% !important;
  z-index: -1 !important;
}

.fc-ab-root .fc-dialog-container {
  z-index: 2147483644 !important;
  align-items: center !important;
  display: flex !important;
  height: 100% !important;
  justify-content: center !important;
  width: 100% !important;
  left: 0px !important;
  position: fixed !important;
  top: 0px !important;
}

.fc-ab-root .fc-ab-dialog {
  align-items: center !important;
  max-width: 512px !important;
  width: 90% !important;
  background: rgb(255, 255, 255) !important;
  border: medium !important;
  border-radius: 0.5em !important;
  padding: 1.5em !important;
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  max-height: 90% !important;
  min-width: 200px !important;
  position: relative !important;
}

@media screen and (max-width: 479px) {
  .fc-ab-root .fc-ab-dialog {
    font-size: 14px !important;
    line-height: 20px !important;
  }
}

@media screen and (min-width: 480px) {
  .fc-ab-root .fc-ab-dialog {
    font-size: 16px !important;
    line-height: 24px !important;
  }
}

.fc-ab-root .fc-ab-dialog > :not(:last-child) {
  margin-bottom: 24px !important;
}

.fc-ab-root .fc-ab-dialog .fc-dialog-content {
  align-items: center !important;
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: auto !important;
  width: 100% !important;
}

.fc-ab-root .fc-ab-dialog .fc-dialog-content > :not(:last-child) {
  margin-bottom: 16px !important;
}

.fc-ab-root .fc-ab-dialog .fc-dialog-content > * {
  flex-shrink: 0 !important;
}

.fc-ab-root .fc-ab-dialog .fc-dialog-footer {
  align-items: center !important;
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: column !important;
  font-size: inherit !important;
  min-height: auto !important;
  justify-content: center !important;
  width: 100% !important;
}

.fc-ab-root .fc-ab-dialog .fc-dialog-footer > div:not(:last-child) {
  margin-bottom: 16px !important;
}

.fc-ab-root .fc-dialog-headline {
  align-items: center !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  width: 100% !important;
}

.fc-ab-root .fc-dialog-headline-text {
  overflow-wrap: break-word !important;
  font-weight: 700 !important;
  font-style: normal !important;
  text-decoration: initial !important;
  text-align: center !important;
  font-family: "Roboto" !important;
  color: rgb(50, 50, 50) !important;
  font-size: 1.5em !important;
  width: 100% !important;
}

.fc-ab-root .fc-header {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  width: 100% !important;
}

.fc-ab-root .fc-header-image-container {
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
}

.fc-ab-root .fc-header-image {
  max-height: 60px !important;
  min-height: 40px !important;
  object-fit: contain !important;
}

.fc-ab-root .fc-dialog-body {
  display: flex !important;
  justify-content: center !important;
  width: 100% !important;
}

.fc-ab-root .fc-dialog-body-text {
  line-height: 1.5em !important;
  margin: 0px !important;
  padding: 0px !important;
  width: 100% !important;
  overflow-wrap: break-word !important;
  font-weight: normal !important;
  font-style: normal !important;
  text-decoration: initial !important;
  text-align: center !important;
  font-family: "Roboto" !important;
  color: rgb(0, 0, 0) !important;
  font-size: 1.25em !important;
}

.fc-ab-root .fc-button {
  padding: 0.5em 1em !important;
  background: rgb(255, 255, 255) !important;
  border: medium !important;
  border-radius: 0.25em !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
  align-items: center !important;
  display: inline-flex !important;
  justify-content: center !important;
  position: relative !important;
  width: 100% !important;
  z-index: 1 !important;
}

.fc-ab-root .fc-button:not(:only-child) {
}

@supports (flex-wrap: wrap) and (gap: 16px) {
}

.fc-ab-root .fc-button .fc-button-background {
  background: rgb(0, 153, 255) !important;
  border: medium !important;
  height: 100% !important;
  left: 0px !important;
  position: absolute !important;
  top: 0px !important;
  width: 100% !important;
  z-index: -1 !important;
  transition: 150ms ease-in !important;
}

.fc-ab-root .fc-button:hover:enabled .fc-button-background {
  filter: brightness(84%) !important;
  transition: 150ms ease-in !important;
}

.fc-ab-root .fc-button:focus:enabled .fc-button-background,
.fc-ab-root .fc-button:active:enabled .fc-button-background {
  filter: brightness(61%) !important;
  transition: 150ms ease-in !important;
}

.fc-ab-root .fc-button-text {
  line-height: 1.25em !important;
  margin: 0px !important;
  width: 100% !important;
  overflow-wrap: break-word !important;
  font-weight: 700 !important;
  font-style: normal !important;
  text-decoration: initial !important;
  text-align: center !important;
  font-family: "Roboto" !important;
  color: rgb(255, 255, 255) !important;
  font-size: 1.25em !important;
}

.fc-ab-root .fc-button:disabled .fc-button-text {
  color: rgb(154, 160, 166) !important;
  cursor: default !important;
}

.fc-ab-root .fc-button:disabled .fc-button-background {
  background-color: rgb(218, 220, 224) !important;
  cursor: default !important;
}

@media screen and (max-width: 480px) {
  .fc-ab-root .fc-buttons-section {
    flex-direction: column !important;
  }
}

.fc-ab-root .fc-buttons-section {
  align-items: center !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  max-width: 416px !important;
  width: 100% !important;
}

@supports (flex-wrap: wrap) {
  .fc-ab-root .fc-buttons-section {
    flex-direction: unset !important;
    flex-wrap: wrap !important;
  }
}

.fc-ab-root .fc-buttons-section > :not(:last-child) {
  margin-bottom: 16px !important;
}

@supports (flex-wrap: wrap) and (gap: 16px) and selector(::first-letter) {
  .fc-ab-root .fc-buttons-section {
    gap: 16px !important;
  }

  .fc-ab-root .fc-buttons-section > :not(:last-child) {
    margin-bottom: 0px !important;
  }
}

.fc-ab-root .fc-dialog-footer .fc-subscription-link {
  cursor: pointer !important;
  overflow-wrap: break-word !important;
  font-weight: normal !important;
  font-style: normal !important;
  text-decoration: initial !important;
  text-align: center !important;
  font-family: "Roboto" !important;
  color: rgb(74, 144, 226) !important;
  font-size: 1em !important;
}

.fc-ab-root .fc-dialog-footer .fc-subscription-link {
  line-height: 1.25em !important;
  max-width: 400px !important;
}

/* --- style block 9 --- */

/* --- style block 10 --- */

/* --- style block 11 --- */

.fb_reset {
  background: none;
  border: 0px;
  border-spacing: 0;
  color: #000;
  cursor: auto;
  direction: ltr;
  font-family:
    lucida grande,
    tahoma,
    verdana,
    arial,
    sans-serif;
  font-size: 11px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1;
  margin: 0;
  overflow: visible;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
}

.fb_reset > div {
  overflow: hidden;
}

.fb_reset {
  background: none;
  border: 0px;
  border-spacing: 0;
  color: #000;
  cursor: auto;
  direction: ltr;
  font-family:
    lucida grande,
    tahoma,
    verdana,
    arial,
    sans-serif;
  font-size: 11px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1;
  margin: 0;
  overflow: visible;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
}

.fb_reset > div {
  overflow: hidden;
}

.fixed-link {
  z-index: 1000;
}

:root {
  --warning-background: #fff;
  --warning-text-color: #414141;
  --warning-backdrop: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 767px) {
  body:has(.warning.is-active) {
    overflow-y: hidden;
    pointer-events: none;
  }
}

:root {
  --cookiewall-primary-color: #333;
}
#iubenda-cs-banner summary::marker {
  display: none;
}
.iubenda-advertising-preferences-link {
  overflow: visible;
  border: 0;
  font: inherit;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
  background: 0 0;
  cursor: pointer;
  margin: 0;
  padding: 0;
  color: inherit;
}

.viafoura {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.viafoura *,
.viafoura *::before,
.viafoura *::after {
  box-sizing: inherit;
}
.viafoura svg:not(:root) {
  overflow: hidden;
}
.viafoura button {
  margin: 0;
  font-size: 100%;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  vertical-align: baseline;
}
.viafoura button {
  padding: 0;
  color: inherit;
  text-transform: inherit;
  background: none;
  border: none;
  box-shadow: none;
}
.viafoura button:active {
  color: inherit;
}
.viafoura button {
  overflow: visible;
  cursor: pointer;
  -webkit-appearance: button;
}
.viafoura div {
  margin: 0;
  padding: 0;
}
.viafoura {
  --background-color: var(--default-color, #ffffff);
  --light-text-on-background-color: var(
    --light-text-on-default-color,
    rgba(0, 0, 0, 0.6)
  );
  --dark-text-on-background-color: var(--dark-text-on-default-color, #000000);
  background-color: #fff;
  background-color: var(--background-color, #ffffff);
}

.viafoura {
  color: #000;
  color: var(--dark-text-on-background-color, #000000);
  font-family: Inter, sans-serif;
  font-family: var(--primary-font, Inter, sans-serif);
  font-weight: 400;
  font-size: 87.5%;
  line-height: 1.3;
}
.viafoura .vf-button {
  padding: 0.9em 1.3em;
  word-break: keep-all;
}
.viafoura .vf-button {
  border: none;
  border-radius: 3px;
}
.viafoura .vf-button:focus .vf-icon,
.viafoura .vf-button:hover .vf-icon {
  fill-opacity: 1;
}
.viafoura .vf-no-outline {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.viafoura .vf-no-outline::-moz-focus-inner {
  border: 0;
}
.viafoura button {
  display: inline-block;
}
.viafoura .vf-icon {
  display: inline-block;
  text-align: center;
}
.viafoura .vf-icon.vf-icon-medium {
  width: 18px;
  height: 18px;
  font-size: 9px;
  line-height: 18px;
}
.viafoura .vf-icon {
  font-weight: 500;
  text-transform: uppercase;
}
.viafoura div {
  word-wrap: break-word;
  word-break: break-word;
}
@media only screen and (max-width: 640px) {
  @supports (-webkit-overflow-scrolling: touch) {
  }
}
.viafoura .vf-tray-trigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  overflow: visible;
  outline: none;
}
.viafoura .vf-tray-trigger:focus,
.viafoura .vf-tray-trigger:hover {
  color: #0074e8;
  color: var(--accent-color, #0074e8);
}
.viafoura .vf-tray-trigger:active {
  color: #004e9c;
  color: var(--accent-color-dark, #004e9c);
}
.viafoura .vf-tray-trigger--floating {
  background-color: rgba(0, 0, 0, 0.75);
  background-color: var(--primary-color-75, rgba(0, 0, 0, 0.75));
  color: #fff;
  color: var(--text-on-primary-color, #ffffff);
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 10000004;
  margin: 1em;
  border-radius: 50%;
}
.viafoura .vf-tray-trigger--floating:focus,
.viafoura .vf-tray-trigger--floating:hover {
  background-color: #0074e8;
  background-color: var(--accent-color, #0074e8);
  color: #fff;
  color: var(--text-on-accent-color, #ffffff);
}
.viafoura .vf-tray-trigger--floating:active {
  background-color: #004e9c;
  background-color: var(--accent-color-dark, #004e9c);
}

.viafoura .vf-icon {
  display: inline-block;
  text-align: center;
}
.viafoura .vf-icon.vf-icon-medium {
  width: 18px;
  height: 18px;
  font-size: 9px;
  line-height: 18px;
}

@-moz-document url-prefix() {
}
@media only screen and (max-width: 640px) {
  @supports (-webkit-overflow-scrolling: touch) {
  }
}
.viafoura .vf-post-name-button[data-v-cd0a3c1a]:not(:hover):not(:focus) {
  color: #000;
  color: var(--dark-text-on-background-color, #000000);
}
.viafoura .vf-report-content__link[data-v-550aba06]:focus-visible {
  color: #0074e8;
  color: var(--accent-color, #0074e8);
}

.viafoura .vf-no-outline {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.viafoura .vf-no-outline::-moz-focus-inner {
  border: 0;
}
.viafoura .vf-feedback-survey__link[data-v-370f60dc]:focus-visible {
  color: #0074e8;
  color: var(--accent-color, #0074e8);
}

/*=============COMMENTS==============*/

.comment {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-family: Arial, Helvetica, sans-serif;
}

.comment-content {
  display: flex;
  flex-direction: column;
}

.comment-block {
  margin: 0.5rem 1rem;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.204);
  padding-bottom: 0.5rem;
}

.comment-block:nth-child(1) {
  border-bottom: none;
}

.block-avatar {
  margin-right: 1rem;
}

.block-avatar img {
  border-radius: 50%;
  width: 50px;
  max-width: none;
}

.block-info-comment span {
  background-color: rgba(0, 0, 0, 0.108);
  display: block;
  padding: 0.4rem;
  border-radius: 10px;
  font-size: 17px;
}

.block-info-comment__name {
  font-weight: 700;
  color: #000;
  font-size: 17px;
}

.block-info-line {
  display: flex;
  flex-direction: column;
  font-size: 0.8rem;
}

.block-info-answer-flex {
  display: flex;
  margin-top: 1.5rem;
}

.block-info-line__date {
  color: rgba(0, 0, 0, 0.44);
}

.block-info-line__like {
  display: flex;
  justify-content: flex-start;
  color: #000000;
  white-space: nowrap;
}

.block-info-line__like_item {
  list-style: none;
  margin-right: 1rem;
}

.block-info-line__like_item a {
  color: #7e7e7e;
}

.comments__more {
  display: block;
  margin: 0 auto;
  color: #3b5998;
  text-align: center;
}

.hidden {
  overflow: hidden;
  height: 0;
  position: relative;
  z-index: 0;
  opacity: 0;
  transition: 0.3s;
}
.block-avatar {
  display: block;
}

.fig-recommended {
  margin-top: 24px;
}
@media (min-width: 48em) {
  .fig-recommended {
    margin-left: auto;
    margin-right: auto;
    max-width: 704px;
  }
}
@media (min-width: 64em) {
  .fig-recommended {
    max-width: 616px;
  }
}
.fig-recommended__list {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4285714286;
  list-style: none;
  padding-left: 26px;
}
.fig-recommended__item {
  margin-top: 12px;
}
.fig-recommended__link {
  text-decoration: none;
}
.fig-recommended__arrow {
  fill: #1f66ba;
  float: left;
  height: 16px;
  margin-left: -30px;
  position: relative;
  top: 3px;
  width: 24px;
}
.fig-recommended__more-button:focus-visible {
  color: #1f66ba;
  outline: 1px dotted #fff;
}

@font-face {
  font-family: "Eugenio Serif Fallback";
  src: local(Georgia);
  size-adjust: 94%;
  ascent-override: 88%;
  descent-override: 23%;
  line-gap-override: 13%;
}

.rep-left-nav,
.rep-left-nav input,
.rep-slim-header,
.rep-slim-header button {
  font-family: "Eugenio Sans Text", "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: 0.6px;
}

.rep-left-nav,
.rep-page-footer,
.rep-page-header,
.rep-page-header-nav,
.rep-slim-header {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}

.rep-left-nav *,
.rep-left-nav:after,
.rep-left-nav:before,
.rep-page-footer *,
.rep-page-footer:after,
.rep-page-footer:before,
.rep-page-header *,
.rep-page-header-nav *,
.rep-page-header-nav:after,
.rep-page-header-nav:before,
.rep-page-header:after,
.rep-page-header:before,
.rep-slim-header *,
.rep-slim-header:after,
.rep-slim-header:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.rep-left-nav ::-moz-selection,
.rep-page-footer ::-moz-selection,
.rep-page-header ::-moz-selection,
.rep-page-header-nav ::-moz-selection,
.rep-slim-header ::-moz-selection {
  background-color: transparent;
  color: inherit;
}

.rep-left-nav ::selection,
.rep-page-footer ::selection,
.rep-page-header ::selection,
.rep-page-header-nav ::selection,
.rep-slim-header ::selection {
  background-color: transparent;
  color: inherit;
}

.rep-left-nav ul,
.rep-page-footer ul,
.rep-page-header-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.rep-left-nav a,
.rep-page-footer a,
.rep-page-header a,
.rep-page-header-nav a,
.rep-slim-header a {
  text-decoration: none;
  cursor: pointer;
  color: #5a5a5a;
}

.rep-left-nav svg,
.rep-page-footer svg,
.rep-page-header svg,
.rep-slim-header svg {
  vertical-align: middle;
}

.rep-left-nav a > span,
.rep-left-nav button > *,
.rep-page-header button > *,
.rep-slim-header button > * {
  pointer-events: none;
}

.rep-page-footer p {
  margin: 0;
}

.rep-toggle-menu {
  cursor: pointer;
}

.rep-toggle-menu > * {
  pointer-events: none;
}

.rep-left-nav input:focus,
.rep-slim-header input:focus {
  outline: 0;
}

.rep-left-nav button,
.rep-slim-header button {
  background: 0 0;
  border: none;
  text-align: left;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
}

.rep-left-nav button:focus,
.rep-slim-header button:focus {
  outline: 0;
}

.rep-left-nav button:hover,
.rep-slim-header button:hover {
  cursor: pointer;
  color: #4b88ca;
}

.assistive {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.rep-slim-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100000;
  border-bottom: 1px grey solid;
  color: #5a5a5a;
  font-size: 14px;
  background-color: #fff;
  white-space: nowrap;
}

.rep-slim-header .repubblica-logo {
  width: 138px;
  height: 28px;
}

.rep-slim-header .social-icon-user {
  width: 24px;
  height: 24px;
}

.rep-slim-header a {
  color: inherit;
}

.rep-slim-header a:hover {
  color: #4b88ca;
}

.rep-slim-header .rep-slim-header__user:hover svg,
.rep-slim-header a:hover svg,
.rep-slim-header button:hover svg {
  fill: #4b88ca;
}

.rep-slim-header svg {
  fill: #5a5a5a;
}

.rep-slim-header button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.rep-slim-header__left,
.rep-slim-header__right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.rep-slim-header__center {
  text-align: center;
}

.rep-slim-header__left,
.rep-slim-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

a.rep-slim-header__item--subscribe {
  font-size: 12px;
  font-weight: 500;
  color: #222;
  text-transform: uppercase;
}

.rep-slim-header__item--premium .r-premium-logo {
  width: 20px;
  height: 20px;
  margin: -4px 0;
}

.rep-slim-header__right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.rep-slim-header__right .r-premium-logo {
  width: 20px;
  height: 20px;
  margin: -5px 3px -5px 0;
}

.rep-slim-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 50px;
}

.rep-slim-header__logo {
  margin: 0;
}

.rep-slim-header__search-button svg {
  width: 16px;
  height: 16px;
}

.rep-slim-header__search {
  margin: 10px;
  width: 100%;
  position: relative;
}

.rep-slim-header__search input[type="search"] {
  font-size: 16px;
  color: #4d4d4d;
  background: #fff;
  height: 48px;
  width: 100%;
  padding: 6px 12px;
  padding-right: 45px;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px #e9e9ee solid;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.rep-slim-header__search button {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.rep-slim-header__search svg {
  height: 18px;
  width: 18px;
}

.rep-slim-header__search__close-button {
  padding: 10px;
}

.rep-slim-header__search__close-button svg {
  height: 16px;
  width: 16px;
}

#repSearchForm {
  background: #f9f9f9;
  height: 0;
  -webkit-transition: 0.2s ease-in-out height;
  -o-transition: 0.2s ease-in-out height;
  transition: 0.2s ease-in-out height;
  overflow: hidden;
}

.rep-slim-header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px 16px;
  background: #f9f9f9;
  border-top: 1px #e9e9ee solid;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
}

.rep-slim-header__top .r-premium-logo {
  width: 22px;
  height: 22px;
}

.rep-slim-header__item--claim {
  display: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.32px;
}

.rep-slim-header__menu-button {
  position: relative;
  padding: 10px;
}

.rep-slim-header__menu-button svg {
  width: 16px;
  height: 13px;
}

.rep-slim-header__user {
  cursor: pointer;
}

.rep-slim-header__user #account-data-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 16px;
}

.rep-slim-header__user .header-login-label {
  display: inline-block;
  margin-right: 5px;
  display: none;
}

.rep-slim-header__user .header-login-label:hover {
  color: #4b88ca;
}

.rep-slim-header__notification-button svg {
  width: 20px;
  height: 20px;
}

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.rep-left-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px #000 solid;
  border-width: 0 1px;
  background: #fff;
  text-align: left;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 2147483647;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
  will-change: transform;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.rep-left-nav svg.R-logo {
  width: 38px;
  height: 51px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.rep-left-nav a {
  display: block;
  color: #000;
}

.rep-left-nav__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 82px;
}

.rep-left__content {
  overflow: auto;
  margin-top: 12px;
}

.rep-left-nav__close-button {
  padding: 16px 0 16px 16px;
}

.rep-left-nav__close-button svg {
  width: 16px;
  height: 16px;
}

.rep-left-nav__list__item {
  border-bottom: 1px solid #000;
  font-family: "Eugenio Sans Text", "Helvetica Neue", Helvetica, sans-serif;
  position: relative;
  cursor: pointer;
}

.rep-left-nav__list__item:hover .rep-left-nav__sublist {
  opacity: 1;
  pointer-events: all;
}

.rep-left-nav__list__item > a {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  padding: 16px;
  color: #000;
}

.rep-left-nav__list__item:first-of-type {
  border-top: 1px solid #000;
}

.rep-left-nav__list__label {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin: 0;
  padding: 16px;
  color: #000;
}

.rep-left-nav__sublist {
  border-top: 1px #cecece solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
  z-index: 1;
}

.rep-left-nav__sublist li {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}

.rep-left-nav__sublist li a {
  position: relative;
  font-weight: 400;
  font-size: 13px;
  color: #484646;
  padding: 12px 16px;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.rep-left-nav__sublist li a:after {
  content: "";
  display: block;
  height: 1px;
  width: 0;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #4b88ca;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.rep-left-nav__sublist li a:hover:after {
  width: 100%;
}

.rep-left-nav__sublist li a:hover {
  color: #4b88ca;
}

.rep-left-nav .r-premium-logo {
  height: 20px;
  width: 30px;
}

ul.rep-left-nav__contact {
  border-top: 1px #000 solid;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
  -webkit-column-rule: 1px #000 solid;
  -moz-column-rule: 1px #000 solid;
  column-rule: 1px #000 solid;
}

ul.rep-left-nav__contact a {
  position: relative;
  display: block;
  padding: 16px;
  color: #000;
  font-size: 15px;
  font-weight: 500;
}

ul.rep-left-nav__contact a:hover {
  color: #4b88ca;
}

.rep-left-nav__search {
  margin: 0 16px;
  min-width: 225px;
  position: relative;
}

.rep-left-nav__search input[type="search"] {
  color: #666363;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 6px 12px;
  padding-right: 45px;
  border: 1px solid #000;
  border-radius: 3px;
  -webkit-transition: 0.1s ease;
  -o-transition: 0.1s ease;
  transition: 0.1s ease;
  width: 100%;
  position: relative;
  min-height: 45px;
  max-height: 45px;
  display: block;
  font-size: 14px;
  letter-spacing: 0.03em;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.rep-left-nav__search button {
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  border: none;
  cursor: pointer;
  height: 45px;
  width: 45px;
  padding: 0;
}

.rep-left-nav__search button svg {
  height: 18px;
  width: 18px;
}

.rep-left-nav__search ::-webkit-input-placeholder {
  color: #666363;
}

.rep-left-nav__search ::-moz-placeholder {
  color: #666363;
}

.rep-left-nav__search :-ms-input-placeholder {
  color: #666363;
}

.rep-left-nav__search :-moz-placeholder {
  color: #616161;
}

.rep-overlay {
  display: none;
  -webkit-transition: opacity 10s ease;
  -o-transition: opacity 10s ease;
  transition: opacity 10s ease;
  opacity: 0;
}

.rep-page-header {
  background: #fff;
}

.rep-page-header__content {
  padding: 0 16px;
  display: none;
  border-bottom: 2px solid #000;
}

.rep-page-header__social-follow {
  position: absolute;
  left: 0;
  top: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.rep-page-header__social-follow span {
  font-family: "Eugenio Sans Text", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px;
  margin-right: 8px;
  line-height: 2.2;
}

.rep-page-header__social-follow #gs-social-follow svg {
  width: 20px;
  max-height: 30px;
  margin-right: 8px;
}

.rep-page-header__social-follow #gs-social-follow svg:hover {
  cursor: pointer;
  fill: #4b88ca;
}

.rep-page-header__social-follow #gs-social-follow a {
  color: #000;
}

.rep-page-header__brand-logo {
  font-family: "Eugenio Serif", "Eugenio Serif Fallback";
  font-size: 54px;
  line-height: 1;
  font-weight: 400;
  margin: 0;
  text-align: center;
}

.rep-page-header__brand-logo a {
  text-decoration: none;
  color: inherit;
}

.rep-page-header__brand-logo a:hover {
  color: #4b88ca;
}

.rep-page-header__search {
  position: absolute;
  margin-bottom: 20px;
  right: 0;
  top: 35%;
}

.rep-page-header__search input {
  color: #616161;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 6px 12px;
  padding-right: 55px;
  border: 1px solid #dedede;
  border-radius: 3px;
  -webkit-transition: 0.1s ease;
  -o-transition: 0.1s ease;
  transition: 0.1s ease;
  width: 100%;
  position: relative;
  min-height: 35px;
  max-height: 35px;
  display: block;
  font-size: 12px;
  letter-spacing: 0.03em;
}

.rep-page-header__search button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  border: none;
  cursor: pointer;
  height: 35px;
  width: 45px;
  background: 0 0;
  padding: 0;
}

.rep-page-header__search button svg {
  height: 18px;
  width: 18px;
}

.rep-page-header__search ::-webkit-input-placeholder {
  color: #616161;
}

.rep-page-header__search ::-moz-placeholder {
  color: #616161;
}

.rep-page-header__search :-ms-input-placeholder {
  color: #616161;
}

.rep-page-header__search :-moz-placeholder {
  color: #616161;
}

.rep-page-header-nav {
  background-color: #fff;
  border-bottom: 1px solid grey;
  position: relative;
}

.rep-page-header-nav__list {
  display: none;
  white-space: nowrap;
}

.rep-page-header-nav__list > li > a {
  display: block;
  text-decoration: none;
  font-weight: 400;
  font-family: "Eugenio Sans Text", "Helvetica Neue", Helvetica, sans-serif;
}

.rep-page-header-nav__list > li > a:hover {
  background-color: #f2f9ff;
}

.rep-page-header-nav__toggle {
  padding: 8px 16px 8px 16px;
  display: block;
  text-decoration: none;
  text-align: center;
  color: #000;
  cursor: pointer;
  font-size: 26px;
  font-family: "Eugenio Serif", "Eugenio Serif Fallback";
  font-weight: 500;
}

.rep-page-header-nav__toggle span {
  display: inline-block;
  position: relative;
  left: 0;
  top: 4px;
  height: 20px;
  width: 20px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.rep-page-header-nav__toggle span:after,
.rep-page-header-nav__toggle span:before {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  width: 8px;
  background-color: #4b88ca;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition:
    width 0.3s,
    -webkit-transform 0.3s;
  transition:
    width 0.3s,
    -webkit-transform 0.3s;
  -o-transition:
    width 0.3s,
    transform 0.3s;
  transition:
    width 0.3s,
    transform 0.3s;
  transition:
    width 0.3s,
    transform 0.3s,
    -webkit-transform 0.3s;
}

.rep-page-header-nav__toggle span:before {
  right: 8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.rep-page-header-nav__toggle span:after {
  right: 3px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.main-nav:has(.follow-trigger) {
  grid-template-areas: "nav search follow";
  grid-template-columns: 1fr 40px auto;
}

.rep-page-footer {
  max-width: var(--rep-maxwidth);
  font-family: "Eugenio Sans Text", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  color: #5a5a5a;
  background-color: #fff;
  -webkit-border-image: -webkit-linear-gradient(top, grey 1px, #fff 0);
  -o-border-image: -o-linear-gradient(top, grey 1px, #fff 0);
  border-image: linear-gradient(180deg, grey 1px, #fff 0) fill 0;
}

.rep-page-footer a:hover {
  color: #4b88ca;
}

.rep-page-footer__left .rep-page-footer__section:not(:last-child) {
  border-bottom: 1px #e9e9ee solid;
}

.rep-page-footer__section--info {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.rep-page-footer__section--app a {
  text-decoration: underline;
}

.rep-page-footer__section--subscribe a {
  display: inline-block;
  background: #4b88ca;
  color: #fff;
  padding: 8px 16px;
}

.rep-page-footer__section--subscribe a:hover {
  background: #000;
  color: #fff;
}

.rep-page-footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.rep-page-footer__social svg {
  display: block;
  max-width: 16px;
  max-height: 16px;
}

.rep-page-footer__social a {
  border: 1px #5a5a5a solid;
  border-radius: 50%;
  padding: 4px;
}

.rep-page-footer__social a:hover {
  border-color: #4b88ca;
}

.rep-page-footer__social a:hover svg {
  fill: #4b88ca;
}

.rep-page-footer__section {
  page-break-inside: avoid;
  padding: 16px 0;
}

.rep-page-footer__section:first-child {
  padding-top: 0;
}

.rep-page-footer__section--row {
  -webkit-column-span: all;
  -moz-column-span: all;
  column-span: all;
}

.rep-page-footer__section--row:first-child {
  border-bottom: 1px #e9e9ee solid;
  padding-bottom: 32px;
  margin-bottom: 16px;
}

.rep-page-footer__section--row.network-lena {
  border-top: 1px #e9e9ee solid;
  padding-top: 32px;
  margin-top: 16px;
}

.rep-page-footer__title {
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0.8px;
  color: #000;
  margin-bottom: 8px;
  text-transform: uppercase;
}

ul.rep-page-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  font-size: 13px;
}

.rep-page-footer__section--row ul.rep-page-footer__list {
  font-size: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
}

.network-lena ul.rep-page-footer__list {
  font-size: 13px;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
}

.rep-page-footer__bottom {
  font-size: 11px;
  -webkit-border-image: conic-gradient(#e9e9e9 0 0) 0;
  -o-border-image: conic-gradient(#e9e9e9 0 0) 0;
  border-image: conic-gradient(#e9e9e9 0 0) fill 0;
}

.rep-page-footer__bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

:root {
  --follow-color: #222;
  --follow-color-hover: #fff;
}

.rep-page-header-nav,
.rep-page-header__content,
.rep-slim-header__content {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--rep-maxwidth);
}

@media screen and (min-width: 768px) {
  .hide-on-desktop {
    display: none !important;
  }

  .rep-slim-header__user #account-data-container {
    padding-left: 0;
  }

  .rep-slim-header__user .header-login-label {
    display: inline-block;
  }

  .rep-left-nav__sublist li {
    border-bottom: 1px #cecece solid;
  }

  .rep-page-header__content {
    padding: 24px 0;
    display: block;
    position: relative;
  }

  .rep-page-header__search {
    margin-bottom: 0;
  }

  .rep-page-header-nav {
    position: relative;
    border-left: 1px solid grey;
    border-right: 1px solid grey;
  }

  .rep-page-header-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .rep-page-header-nav__list > li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
  }

  .rep-page-header-nav__list > li > a {
    padding-left: 3px;
    padding-right: 3px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 40px;
    color: #1a1a1a;
  }

  .rep-page-header-nav__list > li.is-active a {
    background-color: #f2f9ff;
  }

  .rep-page-header-nav__list > li.is-active > a {
    color: #087bbb;
  }

  .rep-page-header-nav__toggle {
    display: none;
  }

  .rep-page-footer {
    display: grid;
    grid-template-areas: "left right" "bottom bottom";
    grid-template-columns: 265px 1fr;
  }

  .rep-page-footer__left {
    grid-area: left;
  }

  .rep-page-footer__right {
    grid-area: right;
  }

  .rep-page-footer__bottom {
    grid-area: bottom;
  }

  .rep-page-footer__left,
  .rep-page-footer__right {
    padding: 32px;
  }

  .rep-page-footer__left {
    border-right: 1px grey solid;
  }

  .rep-page-footer__right {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
  }

  .rep-page-footer__bottom {
    padding: 16px 32px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1539px) {
  .rep-left-nav {
    width: 50%;
  }

  :root {
    --rep-maxwidth: 996px;
  }
}

@media screen and (min-width: 1540px) {
  .rep-left-nav {
    width: 30%;
  }

  :root {
    --rep-maxwidth: 1260px;
  }
}

@media screen and (max-width: 767px) {
  .hide-on-mobile {
    display: none !important;
  }

  .rep-slim-header__menu-button {
    padding: 10px 16px;
  }

  .rep-slim-header__user #account-data-container {
    padding: 10px 16px;
    width: 56px;
    height: 44px;
  }

  .rep-left-nav {
    width: 100%;
  }

  .rep-left-nav__list {
    border-top: 1px solid #000;
  }

  .rep-page-header-nav__list > li > a {
    padding: 12px 15px;
    border-bottom: 1px solid #ebebeb;
    color: #1a1a1a;
    font-size: 15px;
  }

  .rep-page-footer__left,
  .rep-page-footer__right {
    padding: 32px 16px;
  }

  .rep-page-footer__left {
    padding-bottom: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "info info" "subscribe subscribe" "app social";
  }

  .rep-page-footer__section--info {
    grid-area: info;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .rep-page-footer__section--app {
    grid-area: app;
  }

  .rep-page-footer__section--subscribe {
    grid-area: subscribe;
    text-align: center;
  }

  .rep-page-footer__section--social {
    grid-area: social;
    border-bottom: 1px #e9e9ee solid;
  }

  .rep-page-footer__right {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }

  .network-lena ul.rep-page-footer__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .rep-page-footer__bottom {
    padding: 16px;
  }
}

html {
  scroll-padding-top: 150px;
}
