html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 150px;
}

body {
  margin: 0;
}

article,
figcaption,
figure,
footer,
header,
nav,
section {
  display: block;
}

a {
  background-color: transparent;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

strong {
  font-weight: bold;
}

h1 {
  margin: 10px 0;
  font-size: 2em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

/* stylelint-disable selector-disallowed-list */
* {
  box-sizing: border-box;
}

html {
  background-color: #f6f6f6;
}
@media screen and (min-width: 600px) {
  html {
    overflow-y: scroll;
  }
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  position: relative;
  font-family: 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

h1,
h2,
h3 {
  margin-top: 0;
  font-family:
    'FlamaProSemicond-Bold', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.3;
}

h1 {
  font-size: 2.5em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.75em;
}

figure {
  display: block;
  margin: 0;
}
figure img {
  display: block;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

a {
  text-decoration: underline;
  color: #0486be;
  transition: 0.3s ease-out color;
}
a:visited {
  color: #0486be;
}
a:focus,
a:hover {
  color: #007fff;
  text-decoration: underline;
}
a:active {
  text-decoration: none;
}

/* stylelint-enable selector-disallowed-list */
.nav__list,
.primary-nav__list,
.articles-list,
.sub-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* .sub-nav__list > li {
  display: inline-block;
} */

.article__component {
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (min-width: 600px) {
  .article__component {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 768px) {
  .article__component {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 906px) {
  .article__component {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@font-face {
  font-family: 'FlamaProSemicond-Bold';
  font-style: normal;
  font-weight: bold;
  font-stretch: normal;
  font-display: swap;
  src:
    url('../fonts/FlamaSemicond-Bold.woff2') format('woff2'),
    url('../fonts/FlamaProSemicond-Bold.woff') format('woff');
}

@font-face {
  font-family: 'FlamaSemicond-Medium';
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  font-display: swap;
  src:
    url('../fonts/flamsemicondmed.woff2') format('woff2'),
    url('../fonts/flamsemicondmed.woff') format('woff');
}
@font-face {
  font-family: 'FlamaSemicond-Basic';
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  font-display: swap;
  src:
    url('../fonts/flamasemicondbasic.woff2') format('woff2'),
    url('../fonts/flamasemicondbasic.woff') format('woff');
}
@font-face {
  font-family: 'Roboto Slab Bold';
  font-style: normal;
  font-weight: bold;
  font-stretch: normal;
  font-display: swap;
  src:
    url('../fonts/RobotoSlab-Bold.woff2') format('woff2'),
    url('../fonts/RobotoSlab-Bold.woff') format('woff');
}
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  font-display: swap;
  src:
    url('../fonts/RobotoSlab-Regular.woff2') format('woff2'),
    url('../fonts/RobotoSlab-Regular.woff') format('woff');
}

.container {
  position: relative;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
}
.container:before,
.container:after {
  display: table;
  content: ' ';
}
.container:after {
  clear: both;
}
.page-content .container {
  background-color: #fff;
}

.container-col-holder {
  display: flex;
  flex-direction: row;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .container-col-holder {
    flex-direction: column;
  }
}
@media screen and (min-width: 600px) {
  .container-col-holder:not(.is-full-width):first-child {
    padding-top: 10px;
  }
}
.container-col-holder:last-child > .col > *:last-child {
  margin-bottom: 0;
}

.col {
  width: 100%;
}
@media screen and (min-width: 430px) {
  .col {
    padding-right: 5px;
    float: left;
  }
}
@media screen and (max-width: 767px) {
  .col {
    margin: 0;
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .col-wrapper {
    width: 100%;
  }
}

.col--primary {
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .col--primary {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media screen and (min-width: 768px) {
  .col--primary {
    width: calc(100% - 310px);
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    vertical-align: top;
  }
}

@media screen and (min-width: 600px) {
  .col--secondary {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 768px) {
  .col--secondary {
    width: 310px;
    min-width: 310px;
    max-width: 310px;
    padding: 0 10px 10px 0;
    vertical-align: top;
  }
  .col--secondary > *:last-child {
    position: -webkit-sticky;
    top: 96px;
  }
}
@media screen and (max-width: 767px) {
  .col--secondary {
    width: 100%;
  }
}

.page-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 890;
  &.scrolled {
    position: fixed;
    .page-header__section--secondary {
      display: none;
    }
  }
}
@media screen and (max-width: 599px) {
  .page-header {
    position: fixed;
  }
}

.page-header__section--secondary {
  display: none;
  height: 35px;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .page-header__section--secondary {
    display: block;
    background-color: #fff;
  }
}

.page-content {
  margin-bottom: 10px;
}

.page-main-content {
  padding-top: 90px;
}
@media screen and (min-width: 600px) {
  .page-main-content {
    padding-top: 131px;
  }
}

.ankeiler {
  position: relative;
}
.ankeiler .ankeiler__link {
  text-decoration: none;
}
.ankeiler .ankeiler__link:hover {
  text-decoration: none;
}
.ankeiler .ankeiler__image {
  position: relative;
  min-width: 100%;
  min-height: auto;
}
.ankeiler .ankeiler__title {
  margin: 0;
  font-family:
    'FlamaProSemicond-Bold', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-size: 1.375em;
  font-weight: bold;
  line-height: 1.1;
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
}
.ankeiler .ankeiler__indicator {
  display: none;
}
.ankeiler .ankeiler__thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.ankeiler--simple {
  padding: 7px 10px;
}
.ankeiler--simple .ankeiler__link {
  text-decoration: none;
  color: #292929;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  max-height: 3.125em;
  margin: 0;
  line-height: 1.25;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family:
    'FlamaProSemicond-Bold', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-size: 0.875em;
  text-decoration: none;
}
.ankeiler--simple .ankeiler__link:visited {
  color: #292929;
}
.ankeiler--simple .ankeiler__link:focus,
.ankeiler--simple .ankeiler__link:hover {
  color: #d10a10;
  text-decoration: none;
}
@media screen and (max-width: 429px) {
  .ankeiler--simple .ankeiler__link {
    font-size: 1em;
  }
}

.ankeiler--simple-thumb {
  padding: 10px 0;
}
.ankeiler--simple-thumb .ankeiler__link {
  text-decoration: none;
  color: #292929;
  display: flex;
  flex-direction: row;
}
.ankeiler--simple-thumb .ankeiler__link:visited {
  color: #292929;
}
.ankeiler--simple-thumb .ankeiler__link:focus,
.ankeiler--simple-thumb .ankeiler__link:hover {
  color: #d10a10;
  text-decoration: none;
}
.ankeiler--simple-thumb .ankeiler__thumb {
  flex: 0 0 115px;
  width: 115px;
  height: 86px;
}
.ankeiler--simple-thumb .ankeiler__image {
  min-height: auto;
}
.ankeiler--simple-thumb .ankeiler__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  margin-left: 10px;
  color: #292929;
}
.ankeiler--simple-thumb .ankeiler__title {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  max-height: 4.5em;
  margin: 0;
  line-height: 1.2857142857;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 0.875em;
}
@media screen and (max-width: 429px) {
  .ankeiler--simple-thumb .ankeiler__title {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    max-height: 4.375em;
    margin: 0;
    line-height: 1.25;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 16px;
  }
}
.ankeiler--simple-thumb .ankeiler__indicator {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  color: #f1ebe5;
  font-family:
    'FlamaProSemicond-Bold', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-size: 40px;
  line-height: 48px;
}

.article__wrapper {
  padding-top: 20px;
  padding-bottom: 10px;
}

.article__component {
  position: relative;
}

.article__intro {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

.article__component {
  width: 100%;
  max-width: 100vw;
  margin-bottom: 25px;
  clear: both;
}

.button--list-block {
  text-decoration: none;
  color: #292929;
  display: block;
  width: 100%;
  padding: 10px;
  border: 0;
  border-radius: 5px;
  background-color: #f1ebe5;
  font-family:
    'FlamaProSemicond-Bold', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-size: 1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.button--list-block:visited {
  color: #292929;
}
.button--list-block:focus,
.button--list-block:hover {
  color: #d10a10;
  text-decoration: none;
}
.button--list-block:focus {
  outline: none;
}

.comments {
  position: relative;
  margin: 20px 0;
}
@media screen and (max-width: 599px) {
  .comments {
    margin: 20px 0;
  }
}
.comments .comments__header {
  display: block;
}
.comments .comments__header-title {
  display: inline-block;
  margin: 0;
  padding: 0 10px;
  background-color: #d10a10;
  color: #fff;
  font-family:
    'FlamaProSemicond-Bold', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-size: 1.25em;
  line-height: 34px;
  text-transform: uppercase;
}
@media screen and (max-width: 599px) {
  .comments .comments__header-title {
    font-size: 1em;
    line-height: 30px;
  }
}
.comments .comments__header-title svg {
  margin-right: 5px;
  vertical-align: middle;
  fill: currentColor;
}
@media screen and (max-width: 599px) {
  .comments .comments__header-title svg {
    width: 17px;
    height: 16px;
  }
}
.comments .comments__login {
  padding: 10px;
  background-color: #f5f5f5;
}
.comments .comments__login-textareabutton {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px;
  height: 132px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  color: #999;
  text-decoration: none;
}
.comments .comments__login-textareabutton .comment-form__input-counter {
  position: absolute;
  right: 0;
  bottom: 0;
}
.comments .comment-form__input-counter {
  display: block;
  margin: 0;
  padding: 10px;
  background-color: #fff;
  color: #999;
  font-size: 0.75em;
  text-align: right;
}
@media screen and (max-width: 599px) {
  .comments .comment-form__input-counter {
    font-size: 0.65em;
  }
}
.comments .comment-form__button {
  text-decoration: none;
  color: #fff;
  margin-top: 10px;
  padding: 12px 10px;
  background-color: #d10a10;
  line-height: 1;
}
.comments .comment-form__button:visited {
  color: #fff;
}
.comments .comment-form__button:focus,
.comments .comment-form__button:hover {
  color: #fff;
  text-decoration: none;
}
.comments .comments__list {
  list-style: none;
}

.comments .comments__list-item {
  padding: 15px 0;
  border-bottom: 1px solid #efe8e1;
  color: #292929;
}
.comments .comments__list-item__head {
  display: flex;
}
.comments .comments__list-item__author {
  flex: 1;
  margin: 0;
  font-family:
    'FlamaProSemicond-Bold', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-size: 1em;
  line-height: 18px;
}
@media screen and (max-width: 599px) {
  .comments .comments__list-item__author {
    font-size: 0.875em;
  }
}
.comments .comments__list-item__meta {
  flex: 0 1;
  color: #b4b4b4;
  font-size: 0.875em;
  line-height: 18px;
  white-space: nowrap;
}
@media screen and (max-width: 599px) {
  .comments .comments__list-item__meta {
    font-size: 0.75em;
  }
}
.comments .comments__list-item__body {
  width: 100%;
  margin-top: 10px;
  font-size: 1em;
  line-height: 1.2;
  /* white-space: break-spaces; */
  overflow: hidden;
}
.comments .comments__list-item__body img {
  display: block;
  width: 100%;
  max-width: 400px;
  height: 100%;
  max-height: 500px;
  margin-top: 0.5rem;
  object-fit: contain;
}

.page-main-footer {
  background-color: #f6f6f6;
  content-visibility: auto;
  contain-intrinsic-size: 100vw 950px;
}

.footer__dpgmedia {
  min-height: 118px;
  padding: 20px;
  background-color: #fff;
  margin-top: 27px;
}

.footer__dpgmedia-copy {
  margin-top: 20px;
  color: #b4b4b4;
  font-family: 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-size: 12px;
}

.center-content {
  text-align: center;
}

.header-list {
  display: flex;
}
.header-list .header-list__title {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 7px 10px 4px;
  background-color: #d10a10;
  color: #fff;
  font-family:
    'FlamaProSemicond-Bold', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-size: 1.25em;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
}
.header-list .header-list__title:visited {
  color: #fff;
}
.header-list .header-list__title:focus,
.header-list .header-list__title:hover {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 429px) {
  .header-list .header-list__title {
    font-size: 1em;
  }
}
.header-list .header-list__link {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.icons {
  vertical-align: middle;
  fill: currentColor;
}

.identity {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  margin: 0;
  overflow: hidden;
  transition: 0.1s ease-out transform;

  &.scrolled {
    transform: scale(0.5);
    box-shadow: 0 0 0 #fff;
  }
}
@media screen and (max-width: 599px) {
  .identity {
    background-color: #d10a10;
    text-align: left;
  }
}
@media screen and (min-width: 600px) {
  .identity {
    position: absolute;
    top: -10px;
    left: 10px;
    width: 100px;
    height: 100px;
    box-shadow: 0 0 0 1px #fff;
  }
}
@media screen and (min-width: 600px) {
  .page-header .identity {
    top: -25px;
    z-index: 891;
  }
}
.identity .identity__link {
  display: inline-block;
  height: 100%;
  width: 100%;
  text-decoration: none;
}

.identity__image {
  display: inline-block;
  width: 50px;
  height: 50px;
  color: #fff;
}
@media screen and (min-width: 600px) {
  .identity__image {
    width: 100%;
    height: 100%;
  }
}
.identity__image .desktop {
  width: 100%;
  height: 100%;
}
.identity__image.is-desktop {
  display: none;
}
@media screen and (min-width: 600px) {
  .identity__image.is-desktop {
    display: flex;
  }
}
.identity__image.is-mobile {
  display: none;
  margin-left: 10px;
}
@media screen and (max-width: 599px) {
  .identity__image.is-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.identity__image .has-color-on-default,
.identity__image .has-color-on-reversed,
.identity__image .has-white-on-default,
.identity__image .has-white-on-reversed {
  transition: 0.3s ease-out fill;
}
.identity__image .brand-logo {
  width: 100%;
  height: 100%;
}
.identity__image .mobile {
  width: inherit;
  height: inherit;
}

.header__mobile-logo {
  display: flex;
  width: 50px;
  height: 50px;
}

.label {
  text-transform: uppercase;
}

.label--full {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  height: 20px;
  background: #d10a10;
  color: #d10a10;
  font-family:
    'FlamaProSemicond-Bold', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-size: 0.75em;
}
.label--full .label__text {
  padding: 0 6px;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.ankeiler--simple-thumb .label--full {
  position: absolute;
  bottom: 0;
  left: 0;
}

.label-article-state {
  position: absolute;
  top: 0;
  right: 0;
}
.label-article-state.is-inline {
  display: inline;
  position: relative;
}

.widget-list__item {
  position: relative;
  border-top: 1px solid #efe8e1;
}
.widget-list__item.has-timeline {
  margin-left: 5px;
  border-top: none;
  border-left: 1px solid #efe8e1;
}
.widget-list__item.has-timeline:nth-child(n + 2)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 5px;
  width: calc(100% - 5px);
  height: 1px;
  background-color: #efe8e1;
}
.widget-list__item.has-timeline:after {
  content: '';
  position: absolute;
  top: 11px;
  left: -5px;
  width: 9px;
  height: 9px;
  background: transparent url('../img/timeline-dot-b0e1b87a7f.png') top
    left/contain no-repeat;
}
@media screen and (max-width: 599px) {
  .widget-list__item.has-timeline:after {
    top: 12px;
  }
}

.list--is-numbered {
  counter-reset: listNumberedIndex;
}
.list--is-numbered .ankeiler__indicator::before {
  content: counter(listNumberedIndex);
  counter-increment: listNumberedIndex;
}

.article__source {
  font-weight: bold;
}

.mobile-menu__trigger-label {
  display: none;
  position: absolute;
  top: 0;
  right: 15px;
  color: #fff;
  line-height: 50px;
  z-index: 900;
}
@media screen and (max-width: 599px) {
  .mobile-menu__trigger-label {
    display: block;
  }
}
.nav__list {
  position: relative;
}

.nav__list-item {
  display: inline-block;
  position: relative;
  direction: ltr;
}

.nav__list-link {
  text-decoration: none;
}

.primary-nav__wrapper {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .primary-nav__wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 0 54px 0 0;
  }
}
@media screen and (min-width: 600px) {
  .primary-nav__wrapper {
    position: relative;
    margin-left: 107px;
  }
}
@media screen and (min-width: 768px) {
  .primary-nav__wrapper {
    margin-left: 107px;
  }
}
@media screen and (min-width: 906px) {
  .primary-nav__wrapper {
    margin-left: 107px;
  }
}

.primary-nav {
  position: relative;
  background-color: #d10a10;
  z-index: 890;
}

.primary-nav__sectionlink {
  text-decoration: none;
  color: #fff;
  flex: auto;
  margin: 0 10px;
  font-family:
    'FlamaProSemicond-Bold', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-size: 1em;
  line-height: 1;
  text-decoration: none;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
}
.primary-nav__sectionlink:visited {
  color: #fff;
}
.primary-nav__sectionlink:focus,
.primary-nav__sectionlink:hover {
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 354px) {
  .primary-nav__sectionlink {
    display: none;
  }
}

@media screen and (min-width: 600px) {
  .primary-nav__sectionlink {
    display: none;
  }
}

.primary-nav__listholder {
  display: flex;
  align-items: center;
  height: 50px;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .primary-nav__listholder {
    display: none;
    position: absolute;
    top: 50px;
    width: 100%;
    height: 40px;
    transition: 0.2s ease-out transform;
    z-index: -2;
  }
  .primary-nav__listholder::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 100%;
    background: linear-gradient(
      90deg,
      white 0%,
      white 25%,
      rgba(255, 255, 255, 0) 100%
    );
    content: '';
    z-index: 1;
  }
  .primary-nav__listholder::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 100%;
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      white 75%,
      white 100%
    );
    content: '';
    z-index: 1;
  }
}

.primary-nav__list {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  height: 50px;
  padding-left: 15px;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .primary-nav__list {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    height: 40px;
    padding: 0;
    background-color: #fff;
    text-align: center;
    overflow-x: scroll;
  }
}

.primary-nav__list-item {
  display: flex;
  align-items: center;
  height: 50px;
}
@media screen and (max-width: 599px) {
  .primary-nav__list-item {
    height: 100%;
    white-space: nowrap;
  }
}
.primary-nav__list-item + .primary-nav__list-item {
  margin-left: 1px;
}
@media screen and (min-width: 768px) {
  .primary-nav__list-item + .primary-nav__list-item {
    margin-left: 2px;
  }
}

.primary-nav__list-link,
.primary-nav__profile-link {
  text-decoration: none;
  color: #292929;
  display: flex;
  align-items: center;
  padding: 3px 10px;
  border-radius: 4px;
  font-family:
    'FlamaProSemicond-Bold', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-size: 14px;
  line-height: 28px;
  text-transform: uppercase;
}
.primary-nav__list-link:visited,
.primary-nav__profile-link:visited {
  color: #292929;
}
.primary-nav__list-link:focus,
.primary-nav__list-link:hover,
.primary-nav__profile-link:focus,
.primary-nav__profile-link:hover {
  color: #292929;
  text-decoration: none;
}
@media screen and (min-width: 0) and (max-width: 429px) {
  .primary-nav__list-link,
  .primary-nav__profile-link {
    padding: 3px 7px;
  }
}
@media screen and (min-width: 600px) {
  .primary-nav__list-link,
  .primary-nav__profile-link {
    text-decoration: none;
    color: #fff;
    transition: 0.3s ease-out background-color;
    font-size: 1.25em;
  }
  .primary-nav__list-link:visited,
  .primary-nav__profile-link:visited {
    color: #fff;
  }
  .primary-nav__list-link:focus,
  .primary-nav__list-link:hover,
  .primary-nav__profile-link:focus,
  .primary-nav__profile-link:hover {
    color: #fff;
    text-decoration: none;
  }
}
.primary-nav__list-item--search .primary-nav__list-link {
  padding: 4px;
}
@media screen and (min-width: 600px) {
  .primary-nav__list-link:hover,
  .primary-nav__profile-link:hover {
    background-color: rgba(0, 0, 0, 0.25);
    color: #fff;
  }
}

.primary-nav__list-item--search {
  display: flex;
  align-items: center;
  margin-left: 2px;
}
@media screen and (max-width: 599px) {
  .primary-nav__list-item--search {
    display: none;
  }
}

.primary-nav__list-text {
  display: flex;
}
.primary-nav__list-item--search .primary-nav__list-text {
  display: flex;
  justify-content: center;
  width: 26px;
  cursor: pointer;
}

.primary-nav__profile {
  margin: 0 10px;
}
@media screen and (max-width: 599px) {
  .primary-nav__profile {
    margin: 0 0 0 10px;
  }
}
.primary-nav__profile .primary-nav__profile-text {
  display: inline-block;
  padding: 0 10px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
}
@media screen and (max-width: 599px) {
  .primary-nav__profile .primary-nav__profile-text {
    font-size: 12px;
  }
}

.primary-nav__profile-link {
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0;
  white-space: nowrap;
}
.primary-nav__profile-link:visited {
  color: #fff;
}
.primary-nav__profile-link:focus,
.primary-nav__profile-link:hover {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  .primary-nav__profile-link {
    height: 50px;
    transform: none;
    transition: 0.3s ease-out color;
    cursor: pointer;
  }
  .primary-nav__profile-link:hover {
    background-color: transparent;
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .primary-nav__profile-link {
    padding-left: 0;
    transform: none;
    transition: 0.3s ease-out color;
    cursor: pointer;
  }
  .primary-nav__profile-link:hover {
    background-color: transparent;
    color: #fff;
  }
}

.nav--top-container {
  display: flex;
  padding-left: 130px;
}

.nav--secondary,
.nav--tertiary {
  font-family:
    'FlamaPro-Basic', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
}
.nav--secondary .nav__list-link,
.nav--tertiary .nav__list-link {
  text-decoration: none;
  color: #500009;
  font-size: 0.75em;
  line-height: 34px;
}
.nav--secondary .nav__list-link:visited,
.nav--tertiary .nav__list-link:visited {
  color: #500009;
}
.nav--secondary .nav__list-link:focus,
.nav--secondary .nav__list-link:hover,
.nav--tertiary .nav__list-link:focus,
.nav--tertiary .nav__list-link:hover {
  color: #d10a10;
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  .nav--secondary .nav__list-link,
  .nav--tertiary .nav__list-link {
    line-height: 40px;
  }
}
.nav--secondary .nav__list-link svg {
  fill: #d10a10;
}
.nav--secondary .nav__list-link:hover svg {
  fill: #d10a10;
}

.nav--secondary .nav__list-link {
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.nav--secondary .nav__list-label-long {
  display: none;
}
.nav--secondary .icons {
  margin-right: 5px;
}

.nav--tertiary {
  flex: 1;
  margin-right: 10px;
  direction: rtl;
}
.nav--tertiary .nav__list-link {
  margin-left: 15px;
}
@media screen and (max-width: 905px) {
  .nav--tertiary .nav__list-link {
    margin-left: 12px;
  }
}

.icon-search {
  stroke: white;
}
.nav--temptation {
  flex: 1;
  margin: 0 0 0 10px;
  text-align: right;
}

.nav__list-item--tv-gids svg {
  position: relative;
  top: -2px;
}

.plus-label {
  padding: 5px 8px;
  background-color: #f3c642;
  color: #292929;
  font-size: 12px;
  line-height: 1;
}
.plus-label:not(.is-inline) {
  position: absolute;
  top: 0;
  right: 0;
}
.plus-label.is-inline {
  display: inline-block;
  padding: 3px 4px;
  font-size: 10px;
}
.plus-label.is-small {
  padding: 3px 5px;
  font-size: 10px;
}

.premium__text {
  position: relative;
  color: #292929;
  font-family:
    'FlamaProSemicond-Black', 'Arial Black', 'Helvetica Neue', 'Helvetica',
    'Arial', sans-serif;
  font-size: inherit;
  line-height: inherit;
}

.sharing {
  margin: 30px 0 15px;
  font-size: 16px;
}
.sharing:before,
.sharing:after {
  display: table;
  content: ' ';
}
.sharing:after {
  clear: both;
}
@media screen and (max-width: 599px) {
  .sharing {
    margin: 30px 0 15px;
  }
}
.sharing .sharing__list {
  margin: 0;
  padding: 0;
}
.sharing .sharing__list-item {
  padding-right: 4px;
  padding-bottom: 4px;
  float: left;
  list-style: none;
}
@media screen and (min-width: 430px) {
  .sharing .sharing__list-item {
    padding-right: 8px;
    padding-bottom: 8px;
  }
}
@media screen and (min-width: 600px) {
  .sharing .sharing__list-item {
    padding-right: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 600px) {
  .sharing .sharing__list-item--whats-app {
    display: none;
  }
}
.sharing .sharing__button {
  text-decoration: none;
  color: #fff;
  transition: 0.2s ease-out background-color;
  border-color: #02405a;
  background-color: #0486be;
  display: block;
  position: relative;
  width: 99px;
  height: 40px;
  padding-right: 2px;
  padding-left: 2px;
  font-family: 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 37px;
}
.sharing .sharing__button:visited {
  color: #fff;
}
.sharing .sharing__button:focus,
.sharing .sharing__button:hover {
  color: #fff;
  text-decoration: none;
}
.sharing .sharing__button > * {
  border-color: #03638c;
}
.sharing .sharing__button:hover {
  background-color: #0486be;
}
.sharing .sharing__button:enabled:active {
  border-top: 1px solid #03638c;
  border-bottom-width: 2px;
  border-color: #03638c;
}
.sharing .sharing__icon {
  display: inline-block;
  position: absolute;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.sharing .sharing__button--facebook {
  transition: 0.2s ease-out background-color;
  border-color: #1e2e4f;
  background-color: #3b5998;
}
.sharing .sharing__button--facebook > * {
  border-color: #2d4373;
}
.sharing .sharing__button--facebook:hover {
  background-color: #3b5998;
}
.sharing .sharing__button--facebook:enabled:active {
  border-top: 1px solid #2d4373;
  border-bottom-width: 2px;
  border-color: #2d4373;
}
.sharing .sharing__button--twitter {
  transition: 0.2s ease-out background-color;
  border-color: black;
  background-color: #000000;
}
.sharing .sharing__button--twitter > * {
  border-color: black;
}
.sharing .sharing__button--twitter:hover {
  background-color: #000000;
}
.sharing .sharing__button--twitter:enabled:active {
  border-top: 1px solid black;
  border-bottom-width: 2px;
  border-color: black;
}
.sharing .sharing__button--whats-app {
  transition: 0.2s ease-out background-color;
  border-color: #16550c;
  background-color: #2daf18;
  width: 50px;
  text-align: center;
}
.sharing .sharing__button--whats-app > * {
  border-color: #218212;
}
.sharing .sharing__button--whats-app:hover {
  background-color: #2daf18;
}
.sharing .sharing__button--whats-app:enabled:active {
  border-top: 1px solid #218212;
  border-bottom-width: 2px;
  border-color: #218212;
}
.sharing .sharing__button--whats-app .sharing__icon {
  position: relative;
}
.sharing .sharing__list-item--comments {
  display: inline-block;
  margin: 0;
  padding: 0;
  background-color: #d10a10;
}
.sharing .sharing__list-item--comments .sharing__list-item--comments-link {
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 0 10px;
  font-family:
    'FlamaProSemicond-Bold', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.sharing
  .sharing__list-item--comments
  .sharing__list-item--comments-link:visited {
  color: #fff;
}
.sharing .sharing__list-item--comments .sharing__list-item--comments-link:focus,
.sharing
  .sharing__list-item--comments
  .sharing__list-item--comments-link:hover {
  color: #fff;
  text-decoration: none;
}
.sharing .sharing__list-item--comments svg {
  margin-right: 5px;
  vertical-align: middle;
  fill: currentColor;
}
@media screen and (max-width: 599px) {
  .sharing .sharing__button--facebook,
  .sharing .sharing__button--twitter,
  .sharing .sharing__button--whats-app,
  .sharing .sharing__list-item--comments {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .sharing .sharing__list-item--facebook,
  .sharing .sharing__list-item--twitter,
  .sharing .sharing__list-item--whats-app {
    width: 25%;
  }
}

.sub-nav {
  display: block;
  position: relative;
  top: 0;
  z-index: 889;
}

.sub-nav__list {
  margin-left: 130px;
  transition: 1s ease-out height;
  font-size: 14px;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .sub-nav__list {
    display: flex;
    left: 0;
    flex-wrap: nowrap;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: scroll;
  }
  .sub-nav__list::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 100%;
    background: linear-gradient(
      90deg,
      white 0%,
      white 25%,
      rgba(255, 255, 255, 0) 100%
    );
    content: '';
    z-index: 1;
  }
  .sub-nav__list::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 100%;
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      white 75%,
      white 100%
    );
    content: '';
    z-index: 1;
  }
}

.sub-nav__list-item {
  display: block;
  float: left;
  white-space: nowrap;
}
@media screen and (min-width: 600px) {
  .sub-nav__list-item {
    margin-right: 15px;
  }
}
@media screen and (max-width: 599px) {
  .sub-nav__list-item:first-child {
    padding-left: 5px;
  }
  .sub-nav__list-item:last-child {
    padding-right: 5px;
  }
}

.sub-nav__link {
  text-decoration: none;
  color: #000;
  display: flex;
  align-items: center;
  font-family:
    'FlamaProSemicond-Bold', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  line-height: 36px;
}
.sub-nav__link:visited {
  color: #000;
}
.sub-nav__link:focus,
.sub-nav__link:hover {
  color: #d10a10;
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  .sub-nav__link {
    line-height: 40px;
    padding: 0 5px;
  }
}

.sub-nav__expand {
  display: none;
  padding-right: 10px;
  float: right;
  text-decoration: none;
  color: #d10a10;
  font-family:
    'FlamaProSemicond-Bold', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-size: 14px;
  line-height: 36px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sub-nav__expand:visited {
  color: #d10a10;
}
.sub-nav__expand:focus,
.sub-nav__expand:hover {
  color: #d10a10;
  text-decoration: none;
}
.sub-nav__expand .arrow-down {
  fill: currentColor;
  margin-left: 5px;
}
.sub-nav__expand .arrow-up {
  fill: currentColor;
  margin-left: 5px;
}
.sub-nav__less {
  display: none;
}

@media screen and (min-width: 600px) and (max-width: 759px) {
  .sub-nav__expand {
    display: block;
  }
  .sub-nav__list-item_hide {
    display: none;
  }
}

.sub-nav__wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 36px;
  transition: 0.2s ease-out all;
  border-bottom: 1px solid #f1ebe5;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .sub-nav__wrapper {
    height: 40px;
  }
}

.temptation-button {
  display: inline-block;
  height: 30px;
  padding: 0 10px;
  border-radius: 5px;
  background-color: #f3c744;
  font-family:
    'FlamaProSemicond-Bold', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-size: 12px;
  line-height: 30px;
  text-transform: uppercase;
}
@media screen and (min-width: 600px) {
  .temptation-button {
    font-size: 14px;
  }
}
.temptation-button,
.temptation-button:hover {
  text-decoration: none;
}
.temptation-button,
.temptation-button:hover,
.temptation-button:focus,
.temptation-button:visited {
  color: #570003;
}
.temptation-button:hover,
.temptation-button:active {
  outline: 0;
}
.temptation-button:focus {
  outline: thin dotted white;
}

.widget {
  width: 100%;
}
@media screen and (max-width: 599px) {
  .widget {
    width: initial;
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 599px) {
  .widget:last-child {
    margin-bottom: 10px;
  }
}
.widget + .widget {
  margin-top: 10px;
}
.widget .widget__footer {
  margin-top: 10px;
}
.regions-search__results:hover li:first-child:not(:hover) {
  background-color: #fff;
}

.nav--secondary .nav__list-label-long {
  display: none;
}
@media screen and (min-width: 906px) {
  .nav--secondary .nav__list-label-long {
    display: inline-block;
  }
}
.nav--secondary .nav__list-label {
  display: none;
}

@media screen and (min-width: 600px) and (max-width: 905px) {
  .nav--secondary .nav__list-label {
    display: inline-block;
  }
}

@media screen and (max-width: 1023px) {
  .col--secondary {
    display: none;
  }
}
* {
  box-sizing: border-box;
}

:root {
  --white: #ffffff;
  --red: #e11229;

  --box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  --button-hover: #007fff;
  --link-color: #e11229;
  --link-hover-color: #007fff;
}

img {
  border: 0;
  font-size: 0;
  line-height: 0;
}

figure,
figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

a {
  color: var(--link-color);
}

#un-content {
  margin-bottom: 10px;
  background-color: #fff;
}

@media screen and (min-width: 600px) {
  #un-content {
    margin-right: 5px;
    margin-left: 5px;
  }
}

.un-header__image {
  position: relative;
  background-color: #efe8e1;
  overflow: hidden;
}

.un-header-image__img {
  display: block;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.un-header-image__caption {
  position: relative;
  padding-top: 5px;
  padding-left: 35px;
  background-color: #fff;
  color: #b4b4b4;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (min-width: 600px) {
  .un-header-image__caption {
    padding-left: 50px;
  }
}
.un-header-image__caption:before {
  position: absolute;
  top: 10px;
  left: 15px;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #d10a10;
  border-left: 5px solid transparent;
  content: '';
}
@media screen and (min-width: 600px) {
  .un-header-image__caption:before {
    left: 30px;
  }
}

.un-header {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  padding-top: 20px;
}
@media screen and (min-width: 600px) {
  .un-header {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 768px) {
  .un-header {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 906px) {
  .un-header {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.un-header__title {
  font-size: 40px;
  line-height: 44px;
}
@media screen and (max-width: 429px) {
  .un-header__title {
    font-size: 26px;
    line-height: 30px;
  }
}

.un-header__info {
  margin-right: 15px;
  margin-left: 15px;
  color: #b4b4b4;
  font-size: 1em;
}
@media screen and (min-width: 600px) {
  .un-header__info {
    margin-right: 30px;
    margin-left: 30px;
  }
}
@media screen and (min-width: 768px) {
  .un-header__info {
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media screen and (min-width: 906px) {
  .un-header__info {
    margin-right: 30px;
    margin-left: 30px;
  }
}

.un-header__author,
.un-header__date-update {
  font-weight: bold;
}

@media screen and (max-width: 599px) {
  .un-header__date {
    display: block;
  }
}
@media screen and (min-width: 600px) {
  .un-header__date {
    margin-left: 10px;
  }
}

.un-article {
  padding-top: 20px;
  padding-bottom: 10px;
}
.un-article__paragraph {
  overflow-wrap: break-word;
  margin-top: 0;
  font-size: 18px;
  line-height: 26px;
  max-width: 100vw;
  margin-bottom: 25px;
  clear: both;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}

.un-article__headline2 {
  position: relative;
  font-family: 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 25px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  max-width: 100vw;
  clear: both;
}
@media screen and (max-width: 599px) {
  .un-article__headline2 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (min-width: 600px) {
  .un-article__headline2 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 768px) {
  .un-article__headline2 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 906px) {
  .un-article__headline2 {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.un-article__image {
  position: relative;
  width: 100%;
  background-color: #efe8e1;
  overflow: hidden;
  margin-bottom: 25px;
}

.un-article-image__img {
  display: block;
  width: 100%;
  max-height: 400px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  object-fit: contain;
}

@media screen and (min-width: 600px) {
  .un-article-image__img {
    max-height: 550px;
  }
}

.un-comments {
  padding: 0 10px;
  position: relative;
}

.feedback {
  margin-bottom: 20px;
  padding: 20px 15px 12px;
}

.feedback__header,
.feedback__body {
  border-bottom: 1px solid #989898;
}

.feedback__header {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}

.feedback__photo {
  flex-shrink: 0;
  width: 130px;
  height: 130px;
  margin-right: 20px;
  border-radius: 50%;
  overflow: hidden;
}

.feedback__photo img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  object-position: top;
}

.feedback .feedback__name {
  margin: 0;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 20px;
}

.feedback .feedback__position {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #787878;
}

.feedback__body {
  padding: 16px 0;
}

.feedback__body p {
  margin: 0;
  font-size: 1.1rem;
}

@media (max-width: 660px) {
  .feedback__header {
    flex-direction: column;
    text-align: center;
    padding: 0 16px 20px;
  }

  .feedback__photo {
    margin-right: 0;
  }

  .feedback .feedback__name {
    font-size: 18px;
  }
}

@media screen and (min-width: 600px) {
  .feedback {
    padding: 30px 30px 12px;
  }
}

@media screen and (min-width: 768px) {
  .feedback {
    padding: 20px 15px 12px;
  }
}

@media screen and (min-width: 906px) {
  .feedback {
    padding: 30px 30px 12px;
  }
}

.reg-v4 {
  --reg-v4-avatar-box-size: calc(
    var(--reg-v4-avatar-size) + var(--reg-v4-avatar-gap) * 2 +
      var(--reg-v4-avatar-border-width) * 2
  );

  --reg-v4-line-width: 1px;

  --reg-v4-dot-center-left: calc(
    var(--reg-v4-line-left) - var(--reg-v4-content-padding-left) +
      var(--reg-v4-line-width) / 2
  );
}

.reg-v4,
.reg-v4 * {
  box-sizing: border-box !important;
  font-family: var(--reg-v4-font-family);
}

.reg-v4 b {
  font-weight: var(--reg-v4-step-bold) !important;
}

.reg-v4 .reg-v4__content {
  position: relative !important;
  max-width: 645px !important;
  margin: 0 auto !important;
  padding-top: var(--reg-v4-content-padding-top);
  padding-bottom: var(--reg-v4-content-padding-bottom);
  padding-left: var(--reg-v4-content-padding-left);
  color: var(--reg-v4-text-color);
}

.reg-v4 .reg-v4__content::before {
  content: '' !important;
  position: absolute !important;
  top: var(--reg-v4-line-top);
  left: var(--reg-v4-line-left);
  width: var(--reg-v4-line-width);
  height: var(--reg-v4-line-height);
  background-color: var(--reg-v4-accent);
}

.reg-v4 .reg-v4__user {
  position: static !important;
  display: block !important;
  z-index: 2 !important;
  margin: 0 !important;
}

.reg-v4 .reg-v4__avatar {
  position: absolute !important;

  top: 0 !important;

  left: 0 !important;

  width: var(--reg-v4-avatar-box-size);
  height: var(--reg-v4-avatar-box-size);

  border: var(--reg-v4-avatar-border);
  border-radius: var(--reg-v4-avatar-radius);

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  overflow: hidden !important;

  z-index: 2 !important;
}

.reg-v4 .reg-v4__avatar > img {
  display: block !important;
  width: var(--reg-v4-avatar-size);
  height: var(--reg-v4-avatar-size);
  border-radius: inherit !important;
  object-fit: cover !important;
}

.reg-v4 .reg-v4__name {
  display: inline-block !important;
  margin: 0 !important;
  font-size: var(--reg-v4-name-font-size);
  font-weight: var(--reg-v4-name-font-weight);
  line-height: var(--reg-v4-name-line-height);
  color: var(--reg-v4-name-color);
  text-decoration: none !important;
}

.reg-v4 .reg-v4__title {
  width: fit-content !important;
  margin: var(--reg-v4-title-margin);
  padding: var(--reg-v4-title-padding);
  background-color: var(--reg-v4-title-bg);
  color: var(--reg-v4-title-color);
  font-size: var(--reg-v4-title-font-size);
  font-weight: var(--reg-v4-title-font-weight);
  line-height: var(--reg-v4-title-line-height);
  letter-spacing: var(--reg-v4-title-letter-spacing);
  text-transform: var(--reg-v4-title-text-transform);
  border-radius: var(--reg-v4-title-radius);
  hyphens: auto !important;
}

.reg-v4 .reg-v4__content > ul {
  margin: 0 auto 25px !important;
  padding: 0 !important;
  font: inherit !important;
  text-align: left !important;
  list-style: none !important;
}

.reg-v4 .reg-v4__content > ul li {
  position: relative !important;
  margin: var(--reg-v4-step-margin);
  padding: 0 !important;
  font-size: var(--reg-v4-step-font-size);
  line-height: var(--reg-v4-step-line-height);
}

.reg-v4 .reg-v4__content > ul li:last-child {
  margin-top: var(--reg-v4-last-step-margin-top);
}

.reg-v4 .reg-v4__content > ul li::before {
  content: '' !important;
  position: absolute !important;
  top: var(--reg-v4-dot-top);
  left: var(--reg-v4-dot-center-left);
  width: var(--reg-v4-dot-size);
  height: var(--reg-v4-dot-size);
  background-color: var(--reg-v4-accent);
  border-radius: var(--reg-v4-dot-radius);
  transform: translate(-50%, -50%) !important;
}

.reg-v4 .reg-v4__link,
.reg-v4 .reg-v4__list a {
  color: var(--reg-v4-link);
  text-decoration: underline !important;
}

.reg-v4 .reg-v4__link:hover,
.reg-v4 .reg-v4__list a:hover {
  color: var(--reg-v4-link-hover);
}

.reg-v4 .reg-v4__list a {
  font-weight: var(--reg-v4-link-bold) !important;
}

.reg-v4 .reg-v4__text {
  margin: var(--reg-v4-note-margin);
  font-size: var(--reg-v4-note-font-size);
  color: var(--reg-v4-note-color);
}

@media (max-width: 767px) {
  .reg-v4 {
    --reg-v4-content-padding-left: var(--reg-v4-content-mobile-padding-left);
    --reg-v4-line-left: var(--reg-v4-line-mobile-left);
    --reg-v4-avatar-size: var(--reg-v4-avatar-mobile-size);
    --reg-v4-avatar-margin-bottom: var(--reg-v4-avatar-mobile-margin-bottom);
  }

  .reg-v4 .reg-v4__content {
    padding-bottom: var(--reg-v4-content-mobile-padding-bottom);
  }

  .reg-v4 .reg-v4__content::before {
    height: var(--reg-v4-line-mobile-height);
  }
}

.reg-v4 {
  --reg-v4-accent: #005890;
  /* timeline line and step markers color */

  --reg-v4-title-bg: #e3e3e3;
  /* title background */
  --reg-v4-title-color: #000;
  /* title text color */

  --reg-v4-text-color: #000;
  /* main text color */
  --reg-v4-font-family: Arial, sans-serif;
  /* font family for the whole block */

  --reg-v4-button-bg: #005890;
  /* button background color */
  --reg-v4-button-hover-bg: #007fff;
  /* button hover background */
  --reg-v4-button-text-color: #ffffff;
  /* button text color */
  --reg-v4-button-text-transform: uppercase;
  /* button text transform */

  --reg-v4-link: #e11229;
  /* link color */
  --reg-v4-link-hover: #007fff;
  /* link hover color */
  --reg-v4-link-bold: inherit;
  /* font weight link */

  --reg-v4-note-color: #464b5a;
  /* note text color */

  --reg-v4-content-padding-top: 16px;
  /* top padding of content */
  --reg-v4-content-padding-bottom: 8px;
  /* bottom padding of content */
  --reg-v4-content-padding-left: 75px;
  /* left padding reserved for avatar, line and markers */

  --reg-v4-content-mobile-padding-left: 58px;
  /* left padding on mobile */
  --reg-v4-content-mobile-padding-bottom: 20px;
  /* bottom padding on mobile */

  --reg-v4-avatar-size: 54px;
  /* avatar image size */
  --reg-v4-avatar-mobile-size: 47px;
  /* avatar image size on mobile */
  --reg-v4-avatar-gap: 0px;
  /* gap between image and border */
  --reg-v4-avatar-border: none;
  /* avatar border */
  --reg-v4-avatar-border-width: 0px;
  /* border width, must match border */
  --reg-v4-avatar-radius: 50%;
  /* avatar border radius */
  --reg-v4-avatar-margin-bottom: -60px;
  /* avatar bottom margin */
  --reg-v4-avatar-mobile-margin-bottom: -50px;
  /* avatar bottom margin on mobile */

  --reg-v4-line-left: 27px;
  /* vertical line horizontal position */
  --reg-v4-line-mobile-left: 19px;
  /* vertical line horizontal position on mobile */
  --reg-v4-line-top: 20px;
  /* vertical line starting position */
  --reg-v4-line-height: 93%;
  /* vertical line height */
  --reg-v4-line-mobile-height: 92%;
  /* vertical line height on mobile */
  --reg-v4-line-width: 1px;
  /* vertical line width */

  --reg-v4-dot-size: 11px;
  /* step marker size */
  --reg-v4-dot-radius: 50%;
  /* 50% = circle, 0 = square */
  --reg-v4-dot-top: 0.65em;
  /* marker vertical position */

  --reg-v4-name-font-size: 16px;
  /* author name font size */
  --reg-v4-name-font-weight: 700;
  /* author name font weight */
  --reg-v4-name-line-height: 18px;
  /* author name line height */
  --reg-v4-name-color: var(--ue-c-comments-user-name-color, #000);
  /* author name color */

  --reg-v4-title-font-size: 1.1875rem;
  /* title font size */
  --reg-v4-title-font-weight: 800;
  /* title font weight */
  --reg-v4-title-line-height: 1.5rem;
  /* title line height */
  --reg-v4-title-letter-spacing: 0;
  /* title letter spacing */
  --reg-v4-title-text-transform: uppercase;
  /* title text transform */
  --reg-v4-title-padding: 16px 13px;
  /* title padding */
  --reg-v4-title-margin: 4px 0 25px;
  /* title margin */
  --reg-v4-title-radius: 4px;
  /* title border radius */

  --reg-v4-step-font-size: 19px;
  /* step text font size */
  --reg-v4-step-line-height: 1.35;
  /* step line height */
  --reg-v4-step-margin: 8px 0;
  /* spacing between steps */
  --reg-v4-last-step-margin-top: 20px;
  /* top margin of last step */
  --reg-v4-step-bold: 700;
  /* font weight for bold text like labels inside <b> tag */

  --reg-v4-note-font-size: var(--font-size-main-text);
  /* note font size */
  --reg-v4-note-margin: 0 0 20.647px;
  /* note margin */

  --reg-v4-button-width: 100%;
  /* button width */
  --reg-v4-button-mobile-width: 90%;
  /* button width on small screens */
  --reg-v4-button-margin: 0 auto 20px;
  /* button margin */
  --reg-v4-button-mobile-margin-left: 10px;
  /* button left margin on mobile */
  --reg-v4-button-padding: 19px;
  /* button padding */
  --reg-v4-button-font-size: 16px;
  /* button font size */
  --reg-v4-button-font-weight: 700;
  /* button font weight */
  --reg-v4-button-radius: 10px;
  /* button border radius */
  --reg-v4-button-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.25);
  /* button shadow */
}
.reg-v4 {
  --reg-v4-button-bg: #d10a10; /* button background color */
  --reg-v4-button-hover-bg: #007fff;
  --reg-v4-accent: #d10a10;
  --reg-v4-line-height: 95%;
  --reg-v4-line-mobile-height: 95.5%;
}
.exp {
  background-color: #ececec;
  padding: 20px 20px;
  border-radius: 6px;
  margin: 0 30px 30px 30px;
}
.un-article__image {
  background: #eeeeee;
}

.popup-modal__button:focus-visible,
.popup-modal__close:focus-visible {
  outline: 2px solid rgba(144, 116, 255, 0.55);
  outline-offset: 2px;
}
.popup-modal__form :where(.field, .form-group, .input-group) {
  margin: 0;
}

.popup-modal__form :where(label, legend) {
  display: block;
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.4;
  color: var(--popup-text-muted);
}

.popup-modal__form
  :where(
    input:not([type='checkbox']):not([type='radio']):not([type='submit']):not(
        [type='button']
      ),
    select,
    textarea
  ) {
  width: 100%;
  min-height: 60px;
  padding: 18px;
  box-sizing: border-box;
  border: 1px solid transparent;
  border-radius: 16px;
  background: var(--popup-field);
  color: var(--popup-text);
  font: 600 16px/1.2 inherit;
}

.popup-modal__form
  :where(
    input:not([type='checkbox']):not([type='radio']):not([type='submit']):not(
        [type='button']
      ),
    select,
    textarea
  )::placeholder {
  color: rgba(34, 34, 34, 0.3);
}

.popup-modal__form
  :where(
    input:not([type='checkbox']):not([type='radio']):not([type='submit']):not(
        [type='button']
      ),
    select,
    textarea
  ):focus {
  outline: none;
  border-color: var(--popup-field-border);
  background: #fff;
}

.popup-modal__form
  :where(
    button:not(.iti-aio__selected-country),
    input[type='submit'],
    input[type='button']
  ) {
  width: 100% !important;
  min-height: 67px !important;
  padding: 18px !important;
  border: 0;
  border-radius: 16px !important;
  background: linear-gradient(
    90deg,
    var(--popup-accent-start) 0%,
    var(--popup-accent-end) 100%
  ) !important;
  color: var(--popup-text) !important;
  font: 600 16px/1.2 inherit !important;
  cursor: pointer;
  text-transform: unset !important;
  box-shadow: none !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  font-family: inherit !important;
  margin: 0 !important;
}

.popup-modal__form :where(.iti, .iti--allow-dropdown) {
  width: 100%;
}
