.pubm-infog__hero {
  position: relative;
  min-height: 475px;

  display: flex;
  flex-direction: column;
  justify-content: flex-end;

  padding: calc(72px + 48px) 0 48px;
  margin: 0;

  background: var(--bg);
  background-size: cover;
}

.pubm-infog__hero:after {
  content: '';
  display: block;

  position: absolute;
  top: 235px; left: 0; right: 0; bottom: 0;

  background: transparent linear-gradient(0deg, var(--gradient-color-bottom) 0%, var(--gradient-color-top) 100%) 0 0 no-repeat padding-box;
  z-index: 1;
}

.pubm-infog__hero .container {
  position: relative;
  z-index: 2;
}

.pubm-infog__hero h1,
.pubm-infog__hero strong,
.pubm-infog__hero p {
  width: 100%;
  max-width: 600px;
}

.pubm-infog__hero strong {
  display: block;
  margin-bottom: 8px;
  text-align: left;

  font-family: "TVNordEF-BlackCon", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
  color: #fff;
}

.pubm-infog__hero .yellow-bar {
  width: 60px;
  height: 5px;

  display: block;
  margin: 20px 0 19px;

  background: #FFD13F;
}

.pubm-infog__hero h1 {
  margin: 0 0 10px;

  font-family: 'TVNordEF-BlackCon', sans-serif;
  font-size: 54px;
  line-height: 0.9;
  color: #fff;

  text-transform: uppercase;
}

.pubm-infog__hero p {
  margin: 0;

  font-size: 26px;
  line-height: 1.35;
  color: #fff;
}

.page-infographic__inner {
  display: flex;
  flex-direction: column;

  gap: 0;
  padding: 0;

  background-image: linear-gradient(to bottom, var(--top-bg-color) 0%, var(--bottom-bg-color) 100%), var(--top-bg-image);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.page-infographic__inner.page-infographic__inner--hidden {
  position: relative;
}

.page-infographic__inner.page-infographic__inner--hidden:after {
  display: block;
  content: '';

  position: absolute;
  top: 0; right: 0; left: 0; bottom: 0;

  background: linear-gradient(180deg, #FFFFFF00 0%, var(--fadeout-color) 60%, var(--fadeout-color) 100%);
  z-index: 2;
}

.page-infographic__inner section {
  width: 100%;
  padding-bottom: 50px;
  margin: -1px 0 0;

  background-image: linear-gradient(to bottom, var(--bg-color) 0%, var(--bg-color-bottom) 100%), var(--bg-image);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.page-infographic__inner section .big-bar {
  width: 60px;
  height: 5px;

  display: block;
  margin: 0;

  background: #FFD13F;
}

.pubm-infog__separator_inner {
  width: 100%;
  height: 1px;
  margin: 0 0 50px;

  background-color: var(--sep-color);
}

.pubm-infog__intro {
  padding: 50px 0 0;
}

.pubm-infog__intro p {
  margin: 0;

  font-size: 26px;
  line-height: 1.35;
  color: var(--text-color);
}

.pubm-infog__chart.pubm-infog__chart--side-text .pubm-infog__chart_inner,
.pubm-infog__chart.pubm-infog__chart--top-text .pubm-infog__chart_top {
  display: flex;
  flex-direction: row;
}

.pubm-infog__chart.pubm-infog__chart--top-text .container {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}

.pubm-infog__chart.pubm-infog__chart--top-text .pubm-infog__separator_inner {
  margin: 0 0 20px;
}

.pubm-infog__chart.pubm-infog__chart--side-text[data-reversed="true"] .pubm-infog__chart_top {
  flex-direction: row-reverse;
}

.pubm-infog__chart.pubm-infog__chart--top-text .pubm-infog__chart_top {
  gap: 0 42px;
  margin: 0;
}

.pubm-infog__chart.pubm-infog__chart--top-text .pubm-infog__chart_top > div {
  width: 100%;
}

.pubm-infog__chart.pubm-infog__chart--top-text .pubm-infog__chart_top > div:first-child {
  max-width: 365px;
  flex-shrink: 0;
}

.pubm-infog__chart.pubm-infog__chart--top-text .pubm-infog__chart_top > div:last-child {
  padding-top: 13px;
}

.pubm-infog__chart.pubm-infog__chart--side-text .pubm-infog__chart_top {
  margin-bottom: 20px;
}

.pubm-infog__chart.pubm-infog__chart--side-text .pubm-infog__chart_inner {
  gap: 0 40px;
}

.pubm-infog__chart.pubm-infog__chart--top-text .container:before,
.pubm-infog__chart.pubm-infog__chart--top-text .container:after,
.pubm-infog__chart.pubm-infog__chart--side-text .container:before,
.pubm-infog__chart.pubm-infog__chart--side-text .container:after {
  display: none;
  content: inherit;
}

.pubm-infog__chart.pubm-infog__chart--side-text .pubm-infog__chart_aside p,
.pubm-infog__chart.pubm-infog__chart--side-text .pubm-infog__chart_aside ul,
.pubm-infog__chart.pubm-infog__chart--side-text .pubm-infog__chart_aside ol,
.pubm-infog__chart.pubm-infog__chart--top-text .pubm-infog__chart_top p,
.pubm-infog__chart.pubm-infog__chart--top-text .pubm-infog__chart_top ul,
.pubm-infog__chart.pubm-infog__chart--top-text .pubm-infog__chart_top ol {
  margin: 0 0 16px;
  color: var(--text-color);
}

.pubm-infog__chart.pubm-infog__chart--side-text .pubm-infog__chart_aside p:last-child,
.pubm-infog__chart.pubm-infog__chart--side-text .pubm-infog__chart_aside ul:last-child,
.pubm-infog__chart.pubm-infog__chart--side-text .pubm-infog__chart_aside ol:last-child,
.pubm-infog__chart.pubm-infog__chart--top-text .pubm-infog__chart_top p:last-child,
.pubm-infog__chart.pubm-infog__chart--top-text .pubm-infog__chart_top ul:last-child,
.pubm-infog__chart.pubm-infog__chart--top-text .pubm-infog__chart_top ol:last-child {
  margin: 0;
}

.page-infographic__inner--hidden .pubm-infog__chart.pubm-infog__chart--top-text .pubm-infog__chart_top p {
  display: none;
}

.pubm-infog__chart.pubm-infog__chart--side-text .pubm-infog__chart_aside {
  width: 100%;
}

.pubm-infog__chart.pubm-infog__chart--side-text:not([data-layout="50-50"]) .pubm-infog__chart_aside {
  max-width: 370px;
  flex-shrink: 0;
}

.pubm-infog__chart.pubm-infog__chart--side-text .pubm-infog__chart_aside h2 {
  margin: 12px 0 14px;
}

.pubm-infog__chart.pubm-infog__chart--side-text[data-title-width="full"] .pubm-infog__chart_charts_wrap {
  margin-top: 7px;
}

.pubm-infog__chart h2 {
  margin: 12px 0 0;

  font-size: 27px;
  line-height: 0.9;
  text-transform: uppercase;
  color: var(--text-color);
}

.pubm-infog__chart .subtitle {
  display: block;
  margin: -10px 0 0;

  font-family: 'TVNordEF-Regular', sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.35;
  color: var(--text-color);
  text-transform: none;
}

.pubm-infog__chart ul,
.pubm-infog__chart ol {
  padding: 0 0 0 20px;
}

.pubm-infog__chart p,
.pubm-infog__chart li {
  margin: 0;
  font-size: 18px;
  line-height: 27px;
}

.pubm-infog__chart_charts_wrap,
.pubm-infog__chart_charts {
  width: 100%;
}

.pubm-infog__chart_charts {
  display: flex;
  flex-direction: row;
  align-items: center;

  padding: 40px 20px 20px;
}

.pubm-infog__chart_charts.has-border {
  border: 20px solid var(--chart-border);
}

.pubm-infog__chart_charts[data-count="2"],
.pubm-infog__chart_charts[data-count="3"] {
  justify-content: space-between;
}

.pubm-infog__chart_charts[data-count="2"] {
  gap: 0 40px;
}

.pubm-infog__chart_charts[data-count="3"] {
  gap: 50px;
}

.pubm-infog__chart_charts .pubm-infog__chart_chart {
  width: 100%;
}

.pubm-infog__chart_charts .pubm-infog__chart_chart img {
  max-width: 100%;
}

.pubm-infog__chart_table__header,
.pubm-infog__chart_table__row {
  display: flex;
  flex-direction: row;
  gap: 0 5px;
}

.pubm-infog__chart_table__header .pubm-infog__chart_table__cell,
.pubm-infog__chart_table__row .pubm-infog__chart_table__cell {
  width: 100%;
}

.pubm-infog__chart_table__header .pubm-infog__chart_table__cell:first-child,
.pubm-infog__chart_table__row .pubm-infog__chart_table__cell:first-child {
  max-width: 11.5%;
  min-width: 130px;
  flex-shrink: 0;
}

.pubm-infog__chart_table__header .pubm-infog__chart_table__cell:nth-child(2),
.pubm-infog__chart_table__row .pubm-infog__chart_table__cell:nth-child(2) {
  max-width: 23.5%;
  min-width: 260px;
  flex-shrink: 0;
}

.pubm-infog__chart_table__cell {
  font-size: 18px;
  line-height: 27px;
  color: #000;
}

.pubm-infog__chart_table__header .pubm-infog__chart_table__cell {
  padding: 16px 20px;

  font-family: 'TVNordEF-Black', sans-serif;
  text-transform: uppercase;

  background: #F1F1F1;
}

.pubm-infog__chart_table__row:not(:last-of-type) {
  border-bottom: 1px dotted #000;
}

.pubm-infog__chart_table__row .pubm-infog__chart_table__cell {
  padding: 20px;
}

.pubm-infog__chart_table__row .pubm-infog__chart_table__cell strong {
  display: none;
}

.pubm-infog__footnotes p {
  padding: 40px 0 0;
  margin: 0;

  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);

  border-top: 1px solid var(--divider-color);
}

.pubm-infog__contact {
  background-image: linear-gradient(to bottom, var(--bg-color) 0%, var(--bg-color-bottom) 100%), var(--bg-image);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.pubm-infog__contact.size--full-width {
  position: relative;
  /*margin: 0 0 -50px;*/
  margin: 0;
  padding: 50px 0;

  overflow: hidden;
}

.pubm-infog__contact.size--boxed .pubm-infog__contact_inner {
  position: relative;
  min-height: 200px;

  width: 100%;
  max-width: 100%;

  margin: 0 auto;
  padding: 0;

  background: var(--cta-bg);
}

.pubm-infog__contact.size--boxed.has-cta .pubm-infog__contact_inner {
  width: 760px;
}

.pubm-infog__contact.size--boxed .pubm-infog__contact_inner.outlined {
  border: 1px solid #f1f1f180;
  background: none;
}

.pubm-infog__contact-wave {
  width: 590px;

  position: absolute;
  right: 0; top: 0; bottom: 0;

  pointer-events: none;
}

.pubm-infog__contact-wave svg {
  height: auto;
  mix-blend-mode: overlay;
  opacity: 0.8;
}

.pubm-infog__contact_inner__form {
  display: flex;
  flex-direction: row;
  justify-content: space-between;

  gap: 0 50px;
  padding: 50px;
}

.pubm-infog__contact iframe {
  max-width: 829px;
  position: relative;

  margin: 0 0 -40px;
  z-index: 2;
}

.pubm-infog__contact h3 {
  max-width: 200px;
  margin: 12px 0 0 0;

  font-size: 27px;
  line-height: 0.9;
  color: var(--text-color);
  text-transform: uppercase;
}

.pubm-infog__contact.size--full-width h3 {
  color: var(--text-color);
}

.pubm-infog__contact_cta {
  width: 100%;
  padding: 48px 30px;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px 0;
}

.pubm-infog__contact_cta p {
  margin: 0;

  font-size: 26px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.52px;
  color: var(--text-color);
  text-align: center;
}

.pubm-infog__contact_cta button {
  padding: 15px 18px;

  font-family: 'TVNordEF-BlackCon', sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;

  border: none;
  border-radius: 0;
  background: #39BADD;

  appearance: none;
  -webkit-appearance: none;
}

.pubm-infog__password-box {
  position: relative;

  margin: -150px 0 0;
  padding: 50px 0;

  background-image: linear-gradient(to bottom, var(--bg-color) 0%, var(--bg-color-bottom) 100%), var(--bg-image);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;

  z-index: 3;
}

.pubm-infog__password-box__inner {
  min-height: 375px;
  margin: 0;

  background: #003B5C;
  transition: none;
}

.pubm-infog__password-box__inner_form {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px 50px;
}

.pubm-infog__password-box__inner p {
  max-width: 890px;
  margin: 0 auto 20px;

  font-size: 26px;
  line-height: 38px;
  color: var(--text-color);
  text-align: center;
}

.pubm-infog__password-box__inner form {
  width: 100%;
  max-width: 362px;

  display: flex;
  flex-direction: row;
  gap: 0 10px;
}

.pubm-infog__password-box__inner form label {
  width: 100%;
  margin: 0;
}

.pubm-infog__password-box__inner form input {
  border-radius: 0;
  border: 1px solid #ddd;
  background-color: #fff;

  appearance: none;
  -webkit-appearance: none;
}

.pubm-infog__password-box__inner form input:not([type="submit"]) {
  width: 100%;
  padding: 15px;

  font-size: 22px;
  line-height: 25px;
}

.pubm-infog__password-box__inner form input:not([type="submit"])::placeholder {
  color: #999;
  opacity: 1;
}

.pubm-infog__password-box__inner form input[type="submit"] {
  padding: 17px;
  flex-shrink: 0;

  font-family: 'TVNordEF-BlackCon', sans-serif;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #fff;

  border: none;
  background: #39BADD;
}

.pubm-infog__password-box__inner .error {
  display: block;
  margin: 12px auto 0;

  font-size: 18px;
  line-height: 27px;
  color: #FF5B59;
  text-align: center;
}

.pubm-infog__password-box__inner hr {
  width: 100%;
  max-width: 890px;
  margin: 45px auto;

  border: none;
  border-bottom: 1px dashed #fff;

  opacity: 0.45;
  background: none;
}

.pubm-infog__password-box__form-toggle p {
  margin: 0 auto;

  font-size: 18px;
  line-height: 27px;
  color: var(--text-color);
}

.pubm-infog__password-box__form-toggle p button {
  padding: 0;
  color: #4FC8ED;

  border: none;
  border-radius: 0;
  background: none;

  appearance: none;
  -webkit-appearance: none;
}

.pubm-infog__password-box__inner_contact {
  display: block;
  padding: 50px;
}

.pubm-infog__password-box__inner_contact hr {
  max-width: 100%;
  margin-top: 10px;
}

.pubm-infog__password-box__inner_contact__form {
  display: flex;
  flex-direction: row;
  gap: 0 50px;
}

.pubm-infog__password-box__inner_contact__form > div {
  width: 100%;
  max-width: 205px;
}

.pubm-infog__password-box__inner_contact__form h2 {
  margin: 0;

  font-family: 'TVNordEF-BlackCon', sans-serif;
  font-size: 27px;
  line-height: 0.9;
  text-transform: uppercase;
  color: var(--text-color);
}

.pubm-infog__password-box__inner_contact__form .yellow-bar {
  width: 60px;
  height: 5px;

  display: block;
  margin: 0 0 14px;

  background: #FFD13F;
}

.pubm-infog__password-box__inner_contact__form iframe {
  margin: 0;
}

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

  /*.pubm-infog__chart.pubm-infog__chart--side-text .container {*/
  /*  align-items: center;*/
  /*}*/

  /*.pubm-infog__chart.pubm-infog__chart--side-text .pubm-infog__chart_charts {*/
  /*  !*min-height: 425px;*!*/
  /*  height: 80%;*/
  /*}*/

  /*.pubm-infog__chart.pubm-infog__chart--side-text .pubm-infog__chart_chart,*/
  /*.pubm-infog__chart.pubm-infog__chart--side-text .infogram-embed {*/
  /*  height: 100%;*/
  /*}*/
}

@media only screen and (max-width: 991px) {

  .pubm-infog__chart.pubm-infog__chart--top-text .pubm-infog__chart_top,
  .pubm-infog__chart.pubm-infog__chart--side-text .pubm-infog__chart_inner,
  .pubm-infog__chart.pubm-infog__chart--side-text[data-reversed="true"] .pubm-infog__chart_top,
  .pubm-infog__chart_charts[data-count="2"],
  .pubm-infog__chart_charts[data-count="3"] {
    flex-direction: column;
  }

  .pubm-infog__chart_charts[data-count="2"],
  .pubm-infog__chart_charts[data-count="3"] {
    align-items: center;
  }

  .pubm-infog__chart_charts[data-count="3"] {
    flex-direction: row;
  }

  .pubm-infog__chart.pubm-infog__chart--side-text .pubm-infog__chart_inner,
  .pubm-infog__chart.pubm-infog__chart--side-text[data-reversed="true"] .pubm-infog__chart_top,
  .pubm-infog__chart_charts[data-count="2"],
  .pubm-infog__chart_charts[data-count="3"] {
    gap: 30px 0;
  }

  .pubm-infog__chart_charts .pubm-infog__chart_chart {
    max-width: 100%;
  }

  .pubm-infog__chart.pubm-infog__chart--side-text .pubm-infog__chart_top {
    margin: 0;
  }

  .pubm-infog__chart.pubm-infog__chart--side-text:not([data-layout="50-50"]) .pubm-infog__chart_aside,
  .pubm-infog__chart.pubm-infog__chart--side-text .pubm-infog__chart_aside,
  .pubm-infog__chart.pubm-infog__chart--side-text .pubm-infog__chart_aside h2,
  .pubm-infog__chart.pubm-infog__chart--top-text .pubm-infog__chart_top > div:first-child {
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {

  .pubm-infog__hero {
    min-height: 375px;
    padding: calc(90px + 40px) 0 40px;
  }

  .pubm-infog__hero h1,
  .pubm-infog__hero p {
    text-align: left;
  }

  .pubm-infog__hero h1 {
    font-size: 34px;
    line-height: 0.9;
    margin-bottom: 15px;
  }

  .pubm-infog__hero p {
    font-size: 17px;
    line-height: 22px;
  }

  .page-infographic__inner {
    padding-bottom: 0;

    background-image: linear-gradient(to bottom, var(--top-bg-color) 0%, var(--bottom-bg-color) 100%), var(--top-bg-image-mobile);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }

  .page-infographic__inner section {
    padding-top: 0;

    background-image: linear-gradient(to bottom, var(--bg-color) 0%, var(--bg-color-bottom) 100%), var(--bg-image-mobile);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }

  .pubm-infog__intro p {
    font-size: 18px;
    line-height: 27px;
  }

  .pubm-infog__chart h2 {
    font-size: 30px;
    line-height: 0.9;
  }

  .pubm-infog__chart .subtitle,
  .pubm-infog__chart li,
  .pubm-infog__chart p {
    font-size: 18px;
    line-height: 27px;
  }

  .pubm-infog__chart_charts {
    padding: 15px;
    border-width: 10px;
  }

  .pubm-infog__chart.pubm-infog__chart--side-text[data-title-width="full"] .pubm-infog__chart_charts {
    margin: 0;
  }

  .pubm-infog__chart_table__header {
    display: none;
  }

  .pubm-infog__chart_table__body {
    gap: 0;
  }

  .pubm-infog__chart_table__row {
    flex-direction: column;
    gap: 10px 0;
    padding: 15px 0;
  }

  .pubm-infog__chart_table__row:first-child {
    padding-top: 0;
  }

  .pubm-infog__chart_table__row:last-child {
    padding-bottom: 0;
  }

  .pubm-infog__chart_table__row .pubm-infog__chart_table__cell {
    padding: 0;
  }

  .pubm-infog__chart_table__row .pubm-infog__chart_table__cell strong {
    display: block;
  }

  .pubm-infog__footnotes p {
    padding: 30px 0 0;
  }

  .pubm-infog__contact {
    padding: 40px 0;

    background-image: linear-gradient(to bottom, var(--top-bg-color) 0%, var(--bottom-bg-color) 100%), var(--top-bg-image-mobile);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }

  .pubm-infog__contact.size--full-width {
    margin-bottom: 0;
  }

  .pubm-infog__contact_inner__form,
  .pubm-infog__contact.size--boxed .pubm-infog__contact_inner__form {
    display: flex;
    flex-direction: column;

    gap: 30px 0;
    padding: 30px 20px;

    background: none;
  }

  .pubm-infog__contact.size--boxed .pubm-infog__contact_inner {
    min-height: calc(214px - 80px);
  }

  .pubm-infog__contact_cta {
    padding: 30px 25px;
  }

  .pubm-infog__contact_cta p {
    font-size: 18px;
    line-height: 27px;
  }

  .pubm-infog__password-box,
  .pubm-infog__password-box .container {
    padding: 0;
  }

  .pubm-infog__password-box {
    margin: -120px 0 0;

    background-image: linear-gradient(to bottom, var(--bg-color) 0%, var(--bg-color-bottom) 100%), var(--bg-image-mobile);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }

  .pubm-infog__password-box__inner {
    min-height: 342px;
  }

  .pubm-infog__password-box__inner_form > p {
    max-width: 340px;

    font-size: 22px;
    line-height: 26px;
  }

  .pubm-infog__password-box__inner hr {
    margin: 30px 0;
  }

  .pubm-infog__password-box__inner form input:not([type="submit"]) {
    font-size: 18px;
    line-height: 21px;
  }

  .pubm-infog__password-box__inner form input[type="submit"] {
    padding: 16px 20px;
  }

  .pubm-infog__password-box__inner_form,
  .pubm-infog__password-box__inner_contact {
    padding: 50px 15px 25px;
  }

  .pubm-infog__password-box__inner_contact__form {
    flex-direction: column;
    gap: 30px 0;
  }

  .pubm-infog__password-box__inner_contact__form h2 {
    font-size: 27px;
    line-height: 0.9;
  }

  .pubm-infog__password-box__form-toggle button {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}

@media only screen and (max-width: 650px) {

  .pubm-infog__chart_charts[data-count="3"] {
    flex-direction: column;
  }
}

@media only screen and (max-width: 600px) {

  .pubm-infog__hero {
    background: var(--mobile-bg);
    background-size: cover;
  }
}