@font-face {
  font-family: "Eugenio Sans Text";
  src: url("../fonts/eugenio-sans-text-regular.eot");
  src: url("../fonts/eugenio-sans-text-regular.eot") format("embedded-opentype"),
    url("../fonts/eugenio-sans-text-regular.woff2") format("woff2"), url("../fonts/eugenio-sans-text-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Eugenio Sans Text";
  src: url("../fonts/eugenio-sans-text-medium.eot");
  src: url("../fonts/eugenio-sans-text-medium.eot") format("embedded-opentype"),
    url("../fonts/eugenio-sans-text-medium.woff2") format("woff2"), url("../fonts/eugenio-sans-text-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Eugenio Serif";
  src: url("../fonts/eugenio-serif-medium.eot");
  src: url("../fonts/eugenio-serif-medium.eot") format("embedded-opentype"), url("../fonts/eugenio-serif-medium.woff2") format("woff2"),
    url("../fonts/eugenio-serif-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Eugenio Text";
  src: url("../fonts/eugenio-text-regular.eot");
  src: url("../fonts/eugenio-text-regular.eot") format("embedded-opentype"), url("../fonts/eugenio-text-regular.woff2") format("woff2"),
    url("../fonts/eugenio-text-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Eugenio Text";
  src: url("../fonts/eugenio-text-medium.eot");
  src: url("../fonts/eugenio-text-medium.eot") format("embedded-opentype"), url("../fonts/eugenio-text-medium.woff2") format("woff2"),
    url("../fonts/eugenio-text-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

.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-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-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-page-footer ::selection,
.rep-page-header ::selection,
.rep-page-header-nav ::selection,
.rep-slim-header ::selection {
  background-color: transparent;
  color: inherit;
}

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

.rep-page-footer a,
.rep-page-header a,
.rep-page-header-nav a {
  text-decoration: none;
  cursor: pointer;
}

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

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

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

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

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

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

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

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

.rep-slim-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  text-transform: uppercase;
  z-index: 100000;
  border-bottom: 1px #808080 solid;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  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 .rep-slim-header__user:hover svg,
.rep-slim-header button:hover svg {
  fill: #4b88ca;
}

.rep-slim-header button {
  font-size: 14px;
}

.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;
}

.rep-slim-header__item {
  position: relative;
  /* text-transform: uppercase; */
}

.rep-slim-header__item:last-child {
  padding-right: 0;
}

.rep-slim-header__item--subscribe {
  padding: 17px 16px !important;
  background-color: #4b88ca;
  color: #fff !important;
}

.rep-slim-header__item--subscribe:hover {
  background-color: #000;
  color: #fff;
}

.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__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;
}

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

.rep-slim-header__item--claim {
  display: none;
}

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

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

.rep-slim-header__user {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.4px;
  cursor: pointer;
  /* text-transform: uppercase; */
}

.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-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", Georgia, Times, "Times New Roman", serif;
  font-size: 54px;
  line-height: 1;
  font-weight: 400;
  margin: 0;
  text-align: center;
}

.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 #999;
}

.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", Georgia, Times, "Times New Roman", serif;
  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);
}

.rep-page-footer {
  font-family: "Eugenio Sans Text", "Helvetica Neue", Helvetica, sans-serif;
  position: relative;
  z-index: 1;
}

.rep-page-footer ul {
  font-size: 12px;
}

.rep-page-footer ul li a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.rep-page-footer__toggler {
  display: block;
  cursor: pointer;
  position: relative;
}

.rep-page-footer__toggler:before {
  content: "Espandi";
  display: inline-block;
}

.rep-page-footer__toggler span {
  display: inline-block;
  position: relative;
  left: 0;
  top: 0;
  height: 10px;
  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-footer__toggler span:after,
.rep-page-footer__toggler span:before {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  width: 8px;
  background-color: #1a1a1a;
  -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-footer__toggler span:before {
  right: 8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

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

.rep-page-footer__top {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
  border-top: 2px solid #dedede;
  display: none;
}

.rep-page-footer__top__intro {
  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;
}

.rep-page-footer__top__intro__title {
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #454545;
  font-family: inherit;
  position: relative;
}

.rep-page-footer__middle {
  padding-top: 18px;
  padding-bottom: 18px;
  background-color: #3c3d41;
}

.rep-page-footer__middle a {
  position: relative;
  text-decoration: none;
  font-weight: 400;
  padding: 2px;
  margin: 0 2px;
}

.rep-page-footer__middle a:hover {
  color: #fff !important;
}

.rep-page-footer__middle a:hover:before {
  content: "";
  background: #4b88ca;
  width: 100%;
  position: absolute;
  bottom: -2px;
  height: 2px;
}

.rep-page-footer__bottom {
  padding-top: 18px;
  padding-bottom: 18px;
  background-color: #4f5054;
}

.rep-page-footer__bottom a {
  position: relative;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  padding: 2px;
  /* margin: 0 2px; */
}

.rep-page-footer__bottom a:not(:hover):before {
  content: "";
  background: #c00;
  width: 100%;
  position: absolute;
  bottom: -2px;
  height: 2px;
}

.rep-page-footer__bottom a:hover {
  background: #fff;
  color: #c00;
}

.rep-page-footer__bottom,
.rep-page-footer__middle {
  color: #fff;
  font-size: 12px;
  line-height: 16px;
}

.rep-page-footer__middle ul li {
  display: inline-block;
}

.rep-page-footer__middle ul li a:hover {
  color: #4b88ca;
}

.rep-page-footer-content {
  padding-left: 16px;
  padding-right: 16px;
}

.rep-page-footer-content,
.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__item:not(:last-child):before {
    content: "";
    width: 1px;
    height: 16px;
    background: #999;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
  } */

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

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

  .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 #999;
    border-right: 1px solid #999;
  }

  .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__top {
    display: block;
  }

  .rep-page-footer__top__intro__title {
    font-size: 22px;
  }

  .rep-page-footer__top__intro__title:before {
    content: "";
    position: absolute;
    top: -17px;
    left: 0;
    right: 0;
    display: block;
    height: 2px;
    width: 100%;
    background-color: #454545;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .rep-slim-header__item {
    padding: 0 8px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1539px) {
  :root {
    --rep-maxwidth: 996px;
  }
}

@media screen and (min-width: 1024px) {
  .rep-slim-header__item {
    padding: 0 16px;
  }
}

@media screen and (min-width: 1540px) {
  :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-page-header-nav__list>li>a {
    padding: 12px 15px;
    border-bottom: 1px solid #ebebeb;
    color: #1a1a1a;
    font-size: 15px;
  }

  .sidebar {
    display: none;
  }
}

.bottom-wrapper {
  max-width: 996px;
}

a {
  text-decoration: none;
}

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

figure,
h1,
h2,
h3,
h4,
ol,
p,
ul {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
}

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

strong {
  font-weight: 700;
}

a,
button {
  color: inherit;
}

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

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;
}

@font-face {
  font-family: "Eugenio Sans Text";
  src: url("../fonts/eugenio-sans-text-regular.eot");
  src: url("../fonts/eugenio-sans-text-regular.eot") format("embedded-opentype"),
    url("../fonts/eugenio-sans-text-regular.woff2") format("woff2"), url("../fonts/eugenio-sans-text-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Eugenio Sans Text";
  src: url("../fonts/eugenio-sans-text-medium.eot");
  src: url("../fonts/eugenio-sans-text-medium.eot") format("embedded-opentype"),
    url("../fonts/eugenio-sans-text-medium.woff2") format("woff2"), url("../fonts/eugenio-sans-text-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Eugenio Serif";
  src: url("../fonts/eugenio-serif-medium.eot");
  src: url("../fonts/eugenio-serif-medium.eot") format("embedded-opentype"), url("../fonts/eugenio-serif-medium.woff2") format("woff2"),
    url("../fonts/eugenio-serif-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Eugenio Text";
  src: url("../fonts/eugenio-text-regular.eot");
  src: url("../fonts/eugenio-text-regular.eot") format("embedded-opentype"), url("../fonts/eugenio-text-regular.woff2") format("woff2"),
    url("../fonts/eugenio-text-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Eugenio Text";
  src: url("../fonts/eugenio-text-medium.eot");
  src: url("../fonts/eugenio-text-medium.eot") format("embedded-opentype"), url("../fonts/eugenio-text-medium.woff2") format("woff2"),
    url("../fonts/eugenio-text-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

body {
  background-color: #fff;
}

.lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

body {
  margin: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility;
  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;
}

.block__layout-audio .entry__overtitle,
.entry {
  position: relative;
}

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

: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 {
  display: block;
}

.bottom-wrapper {
  margin: 0 auto;
  border-left: 1px solid #999;
  padding-left: 16px;
  padding-top: 30px;
}

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

.block__layout-audio {
  background-color: #2d2e2f;
  padding: 16px;
  border-top: 2px solid #f56100;
  color: #fff;
  margin: 0 auto;
}

.entry__overtitle,
.entry__title {
  font-weight: 500;
  margin-bottom: 4px;
}

.block__layout-audio .block__item {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.block__layout-audio .entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 0;
  padding-bottom: 0;
}

.block__layout-audio .entry__aside {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.block__layout-audio .entry__overtitle {
  color: #f56100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block__layout-audio .entry__overtitle:before {
  display: block;
  content: "";
  width: 16px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #2d2e2f;
  z-index: 1;
  -webkit-animation-name: audiowave;
  animation-name: audiowave;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-transform-origin: 100%;
  transform-origin: 100%;
}

.block__layout-audio .entry__overtitle .icon-audio-wave {
  stroke-width: 0;
  fill: currentColor;
  vertical-align: top;
  width: 16px;
  height: 16px;
  margin-right: 4px;
}

.block__layout-audio .entry__title-wrapper {
  overflow: hidden;
  position: relative;
}

.block__layout-audio .entry__title,
.block__layout-audio .entry__title a {
  color: #fff;
}

.block__layout-audio .entry__title a:hover,
.block__layout-audio .entry__title:hover {
  color: #f56100;
}

.block__layout-audio .entry__author {
  color: #b4b4b4;
}

.block__layout-audio .entry__button-audio {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: #f56100;
}

.block__layout-audio .entry__button-audio:hover {
  color: #fff;
}

.block__layout-audio .entry__button-audio .icon-headphone {
  stroke-width: 0;
  fill: currentColor;
  vertical-align: top;
  width: 16px;
  height: 16px;
  margin-bottom: 8px;
}

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

.entry__overtitle {
  display: block;
  font-size: 13px;
  line-height: 18px;
  color: #4b88ca;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.entry__title {
  line-height: 1.2;
}

.entry__author {
  font: italic 500 14px/1 Georgia, Times, "Times New Roman", serif !important;
  color: #0d0d0d;
  margin-top: 8px;
}

.entry__title a:hover,
.entry__title strong {
  color: #4b88ca;
}

.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;
  text-transform: uppercase;
}

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

.story__overtitle svg:hover {
  fill: #3e61bf;
}

.story__title {
  display: block;
}

.story__media {
  position: relative;
}

.story__text a {
  color: #007FFF;
  text-decoration: underline;
}

.story__title {
  font-family: "Eugenio Serif", Georgia, Times, "Times New Roman", serif;
  font-weight: 500;
}

.story__author {
  display: inline-block;
  font: 500 14px "Eugenio Sans Text", "Helvetica Neue", Helvetica, sans-serif;
}

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

.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 #999;
  top: 0;
  bottom: 0;
  display: block;
  position: absolute;
}

.story__header:before {
  left: 0;
}

.story__header:after {
  right: 0;
}

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

.story__toolbar {
  border: 1px solid #999;
  font: 400 12px "Eugenio Sans Text", "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  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;
}

.inline-photo {
  margin: 30px 0;
}

.inline-photo figcaption {
  font: 12px/16px "Eugenio Sans Text", "Helvetica Neue", Helvetica, sans-serif;
  padding: 4px;
  border-bottom: 1px solid #ebebeb;
}

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

/* .story__text h4,
gdwc-gallery p[slot="summary"] {
  font-style: italic;
} */
.inline-photo figcaption:before {
  content: "\25b2";
  color: #4b88ca;
  padding-right: 5px;
}

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

.story__text a:hover {
  color: #e11229;
}

.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 h4 {
  margin: 8px 0 16px;
  font-size: 20px;
  line-height: 26px;
  font-family: Georgia, Times, "Times New Roman", serif;
} */
.story__text h2,
.story__text h3,
.story__text h4,
.story__text strong {
  font-weight: 500;
}

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

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

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

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

.social-share-sticky .gd-social-share {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.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", Georgia, Times, "Times New Roman", serif;
  font-weight: 500;
}

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

.aside-story__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}

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

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

.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;
}

.social-share-sticky .comments-trigger {
  margin-bottom: 8px;
}

.story__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  background: #eaf4ff;
  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 {
    max-width: 996px;
    margin: 0 auto;
  }

  .block__layout-audio {
    max-width: 996px;
  }

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

  .story__header {
    max-width: 996px;
  }
}

@media screen and (min-width: 768px) {
  .bottom-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
  }

  .story__text {
    margin-right: auto;
  }

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

  .block__layout-audio {
    padding-right: 0;
  }

  .block__layout-audio .entry {
    gap: 24px;
  }

  .block__layout-audio .entry__content {
    -ms-flex-preferred-size: calc(83.33333333% - 24px);
    flex-basis: calc(83.33333333% - 24px);
    max-width: calc(83.33333333% - 24px);
  }

  .block__layout-audio .entry__aside {
    border-left: 1px solid #5c5c5c;
  }

  .entry {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }

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

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

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

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

  .story__text {
    margin-left: auto;
  }

  #gs-social-sharebutton-float {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
  }

  #gs-social-sharebutton-float .social-share-sticky {
    position: sticky;
    top: 60px;
    padding-left: 16px;
  }

  #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 #999;
  }

  .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__header.has-medium-media .story__author {
    margin-top: 30px;
  }
}

@media screen and (min-width: 1540px) {

  .block__layout-audio,
  .bottom-wrapper {
    max-width: 1260px;
  }

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

  .entry {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }

  .story__overtitle,
  .story__toolbar {
    max-width: 1260px;
    margin: 0 auto;
  }

  .story__header {
    max-width: 1260px;
  }

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

@media screen and (max-width: 1023px) {
  .story__header.has-medium-media .story__author {
    margin-top: 10px;
  }

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

  #gs-social-sharebutton-float {
    display: none;
  }
}

@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;
  }

  .entry {
    border-bottom: 1px solid #ebebeb;
  }

  .block__layout-audio .entry {
    gap: 16px;
  }

  .block__layout-audio .entry__content {
    -ms-flex-preferred-size: calc(83.33333333% - 16px);
    flex-basis: calc(83.33333333% - 16px);
    max-width: calc(83.33333333% - 16px);
  }

  .block__layout-audio .entry__title {
    display: inline-block;
    white-space: nowrap;
    -webkit-animation-name: textoverflow;
    animation-name: textoverflow;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 12s;
    animation-duration: 12s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
  }

  .entry {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }

  .block__item:last-child .entry:last-of-type {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .entry__title {
    font-size: 18px;
    line-height: 22px;
  }

  .is-premium-article .story__overtitle:has(.story__overtitle__text) .story__overtitle__text {
    border-top: 1px solid #999;
    -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__summary {
    font-size: 21px;
    line-height: 27px;
  }

  .story__header:after {
    content: none;
  }

  .story__header.has-medium-media figure {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
  }

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

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

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

@-webkit-keyframes audiowave {
  0% {
    -webkit-transform: scaleX(100%);
    transform: scaleX(100%);
    opacity: 1;
  }

  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 0;
  }

  90% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scaleX(100%);
    transform: scaleX(100%);
  }
}

@keyframes audiowave {
  0% {
    -webkit-transform: scaleX(100%);
    transform: scaleX(100%);
    opacity: 1;
  }

  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 0;
  }

  90% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scaleX(100%);
    transform: scaleX(100%);
  }
}

@-webkit-keyframes textoverflow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0;
  }

  3% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes textoverflow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0;
  }

  3% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.space-nowrap {
  white-space: nowrap;
}
.marked-link {
  color: #087bbb !important;
  background-color: #f2f9ff !important;
}

@media screen and (max-width: 767px) {
    .story__header.has-medium-media figure {
        border-top: 1px solid #999;
        border-bottom: 1px solid #999;
    }
}

@media screen and (max-width: 767px) {
    .story__header.has-medium-media figure {
        border-top: 1px solid #999;
        border-bottom: 1px solid #999;
    }
}
.story__media, .story__summary a {
    position: relative;
}
@media screen and (max-width: 767px) {
    .story__media {
        margin-left: -16px;
    }
}