.personal-consultation-button {
  display: flex;
  justify-content: center;
  background-color: #f00;
  border: none;
  border-radius: 50px;
  width: 100%;
  color: white !important;
  padding: 8px 32px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s ease;
  scroll-margin-top: 100px;
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 32px;
  background-color: #0000005b;
  align-items: center;
  justify-content: center;
  z-index: 999;
}
.modal-inner {
  max-width: 450px;
  width: 100%;
  border-radius: 16px;
  padding: 20px;
  background-color: #fff;
  position: relative;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#close {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  border: none;
  cursor: pointer;
}

.icon {
  display: flex;
  align-items: center;
  width: 18px;
  height: 18px;
  margin: 0;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

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

a {
  background-color: transparent;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

b,
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.3;
}

h1,
h2,
h3,
h4 {
  margin-top: 0;
  font-family: StagSans, "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;
}

h4 {
  font-size: 1.375em;
}

figure,
picture {
  display: block;
  margin: 0;
}

figure img,
picture img {
  display: block;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

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

.container {
  display: flex;
  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;
    position: sticky;
    top: 96px;
  }

  .layout--has-article .col--secondary > *:last-child {
    top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .col--secondary {
    /* width: 100%; */
    display: none;
  }
}

.page-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 890;
}

@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-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #e5e5e5;
  overflow: hidden;
}

.ankeiler .ankeiler__image {
  position: relative;
  min-width: 100%;
  min-height: auto;
}

.ankeiler .ankeiler__title {
  margin: 0;
  font-family: StagSans, "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%;
  height: 100%;
  overflow: hidden;
}

.ankeiler .ankeiler__timestamp {
  margin-right: 10px;
}

.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;
  -webkit-box-orient: vertical;
  font-family: StagSans, "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: #00f;
  text-decoration: none;
}

@media screen and (max-width: 429px) {
  .ankeiler--simple .ankeiler__link {
    font-size: 1em;
  }
}

.ankeiler--simple .ankeiler__timestamp {
  margin-right: 2px;
  color: #00f;
}

.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: #00f;
  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;
  -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;
    -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: StagSans, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 40px;
  line-height: 48px;
}

.article {
  margin-bottom: 10px;
  background-color: #fff;
}

@media screen and (min-width: 600px) {
  .article {
    margin-right: 5px;
    margin-left: 5px;
  }
}

.article__component {
  position: relative;
}

.article__component {
  width: 100%;
  max-width: 100vw;
  margin-bottom: 15px;
  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: StagSans, "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: #00f;
  text-decoration: none;
}

.button--list-block:focus {
  outline: none;
}

.page-main-footer {
  background-color: #f6f6f6;
  content-visibility: auto;
  contain-intrinsic-size: 100vw 950px;
}

.footer__dpgmedia {
  min-height: 118px;
  padding: 20px;
  background-color: #fff;
}

.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: #00f;
  color: #fff;
  font-family: StagSans, "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;
}

@media screen and (max-width: 599px) {
  .identity {
    background-color: #00f;
    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;
  float: left;
  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;
}

.identity__title {
  display: none;
  position: relative;
  top: 11px;
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 599px) {
  .identity__title {
    display: inline-block;
  }
}

.header__mobile-logo {
  display: flex;
  width: 50px;
  height: 50px;
}

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

.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;
  }
  .primary-nav__wrapper {
  }
  .identity {
    width: auto;
  }
  .primary-nav__profile {
  }

  /* .page-header__section--primary .fjs-hide-subnav {
    display: flex;
  } */
}

@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: #00f;
  z-index: 890;
}

.primary-nav__sectionlink {
  text-decoration: none;
  color: #fff;
  flex: auto;
  margin: 0 10px;
  font-family: StagSans, "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 (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: StagSans, "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) {
  .active .primary-nav__list-link {
    background-color: rgba(0, 0, 0, 0.25);
    color: #fff;
  }
}

@media screen and (max-width: 599px) {
  .active .primary-nav__list-link {
    color: #00f;
  }
}

@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 60px 0 10px;
  }
  .mobile-menu__trigger-label {
    top: 15px;
  }
}

.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: StagSans, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.nav--secondary .nav__list-link,
.nav--tertiary .nav__list-link {
  text-decoration: none;
  color: #f00;
  font-size: 0.75em;
  line-height: 34px;
}

.nav--secondary .nav__list-link:visited,
.nav--tertiary .nav__list-link:visited {
  color: #f00;
}

.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: #00f;
  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: #00f;
}

.nav--secondary .nav__list-link:hover svg {
  fill: #00f;
}

.nav--secondary .nav__list-link {
  display: flex;
  align-items: center;
  margin-right: 15px;
}

.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 1px 10px !important;
  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.is-inline {
  display: inline-block;
  padding: 3px 4px;
  font-size: 10px;
}

.premium__text {
  position: relative;
  color: #292929;
  font-family: StagSans, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: inherit;
  line-height: inherit;
}

/* stylelint-disable selector-disallowed-list */

/* stylelint-enable selector-disallowed-list */

.sharing {
  margin: 30px 0 5px;
  font-size: 16px;
}

.sharing:before,
.sharing:after {
  display: table;
  content: " ";
}

.sharing:after {
  clear: both;
}

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

@media screen and (max-width: 599px) {
  .sharing .sharing__button--facebook,
  .sharing .sharing__button--twitter,
  .sharing .sharing__button--whats-app {
    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;
}

@media screen and (max-width: 599px) {
  .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: StagSans, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  line-height: 36px;
}

.sub-nav__link:visited {
  color: #000;
}

.sub-nav__link:focus,
.sub-nav__link:hover {
  color: #00f;
  text-decoration: none;
}

@media screen and (max-width: 599px) {
  .sub-nav__link {
    line-height: 40px;
    padding: 0 5px;
  }
}

.active .sub-nav__link {
  align-items: baseline;
  color: #00f;
}

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

@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: StagSans, "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;
}

/* set min-height for OORTJE position to prevent CLS */

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

.ankeiler .ankeiler__title {
  transition: color 0.25s ease-in-out;
  font-weight: normal;
}

.ankeiler--simple .ankeiler__timestamp {
  color: #f00;
}

.ankeiler--simple .ankeiler__link {
  text-decoration: none;
  color: #00f;
}

.ankeiler--simple .ankeiler__link:visited {
  color: #00f;
}

.ankeiler--simple .ankeiler__link:focus,
.ankeiler--simple .ankeiler__link:hover {
  color: #f00;
  text-decoration: none;
}

.ankeiler--simple-thumb .ankeiler__link,
.ankeiler--simple-thumb .ankeiler__title {
  text-decoration: none;
  color: #00f;
}

.ankeiler--simple-thumb .ankeiler__link:visited,
.ankeiler--simple-thumb .ankeiler__title:visited {
  color: #00f;
}

.ankeiler--simple-thumb .ankeiler__link:focus,
.ankeiler--simple-thumb .ankeiler__link:hover,
.ankeiler--simple-thumb .ankeiler__title:focus,
.ankeiler--simple-thumb .ankeiler__title:hover {
  color: #f00;
  text-decoration: none;
}

.ankeiler--simple-thumb .ankeiler__indicator {
  color: #e5e5e5;
  font-size: 38px;
  line-height: 42px;
}

.article__component {
  font-size: 18px;
  line-height: 26px;
}

.button--list-block {
  text-decoration: none;
  color: #00f;
  background-color: #f5f5f5;
}

.button--list-block:visited {
  color: #00f;
}

.button--list-block:focus,
.button--list-block:hover {
  color: #f00;
  text-decoration: none;
}

html {
  background-color: #f5f5f5;
}

.header-list .header-list__title {
  padding: 8px 10px 2px;
}

@media screen and (max-width: 429px) {
  .header-list .header-list__title {
    padding: 8px 10px 3px;
  }
}

@media screen and (max-width: 599px) {
  .identity {
    background-color: #f00;
  }
}

@media screen and (min-width: 768px) {
  .identity {
    border-radius: 8px;
  }
}

.identity__image {
  border-radius: 8px;
}

.identity__image.is-mobile {
  margin-left: 0;
}

.identity__image .header__mobile-logo {
  padding: 8px;
}

.identity__image .header__mobile-logo .has-white-on-reversed {
  fill: #fff;
}

.identity__image .header__mobile-logo .has-color-on-reversed {
  fill: #f00;
}

.primary-nav {
  background-color: #f00;
}

.primary-nav .primary-nav__sectionlink {
  margin: 0 10px 0 4px;
  font-family: RamaGothicE_SemiBold, "Arial", "Helvetica Neue", "Helvetica",
    sans-serif;
  font-size: 20px;
}

.primary-nav .primary-nav__list-link,
.primary-nav .primary-nav__profile-link {
  font-family: RamaGothicE_SemiBold, "Arial", "Helvetica Neue", "Helvetica",
    sans-serif;
  font-size: 20px;
}

@media screen and (max-width: 599px) {
  .primary-nav .primary-nav__list-link,
  .primary-nav .primary-nav__profile-link {
    text-decoration: none;
    color: #000;
  }

  .primary-nav .primary-nav__list-link:visited,
  .primary-nav .primary-nav__profile-link:visited {
    color: #000;
  }

  .primary-nav .primary-nav__list-link:focus,
  .primary-nav .primary-nav__list-link:hover,
  .primary-nav .primary-nav__profile-link:focus,
  .primary-nav .primary-nav__profile-link:hover {
    color: #f00;
    text-decoration: none;
  }
}

@media screen and (min-width: 768px) {
  .primary-nav .primary-nav__list-link,
  .primary-nav .primary-nav__profile-link {
    padding: 6px 8px;
    font-size: 28px;
  }
}

@media screen and (max-width: 599px) {
  .primary-nav .primary-nav__list-item.active .primary-nav__list-link {
    text-decoration: none;
    color: #f00;
  }

  .primary-nav .primary-nav__list-item.active .primary-nav__list-link:visited {
    color: #f00;
  }

  .primary-nav .primary-nav__list-item.active .primary-nav__list-link:focus,
  .primary-nav .primary-nav__list-item.active .primary-nav__list-link:hover {
    color: #f00;
    text-decoration: none;
  }
}

.primary-nav .primary-nav__list-item--search .primary-nav__list-link {
  padding: 4px;
}

@media screen and (min-width: 768px) {
  .primary-nav .primary-nav__list-item--search .primary-nav__list-link {
    padding: 7px 8px;
  }
}

@media screen and (min-width: 768px) {
  .primary-nav .primary-nav__profile-link {
    padding: 0;
  }
}

.primary-nav .primary-nav__profile .primary-nav__profile-text {
  border-radius: 5px;
  font-size: 19px;
}

@media screen and (max-width: 599px) {
  .primary-nav .primary-nav__profile .primary-nav__profile-text {
    font-size: 17px;
  }
}

.nav--secondary .nav__list-link,
.nav--tertiary .nav__list-link {
  text-decoration: none;
  color: #00f;
  color: #00f;
}

.nav--secondary .nav__list-link:visited,
.nav--tertiary .nav__list-link:visited {
  color: #00f;
}

.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: #f00;
  text-decoration: none;
}

.nav--secondary .nav__list-link svg {
  fill: #f00;
}

.nav--secondary .nav__list-link:hover svg {
  fill: #f00;
}

.plus-label {
  padding: 10px;
  background-color: transparent;
}

.plus-label:before {
  display: block;
  width: 45px;
  height: 20px;
  background-image: url("/img/plus-logo-3e2e2245b6.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: " ";
}

.plus-label.is-inline {
  padding: 0;
  background-color: transparent;
  vertical-align: text-bottom;
}

.plus-label.is-inline:before {
  display: block;
  width: 35px;
  height: 15px;
  background-image: url("/img/plus-logo-3e2e2245b6.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: " ";
}

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

.sub-nav__wrapper {
  border-color: #e5e5e5;
}

.sub-nav .sub-nav__link:hover {
  color: #f00;
}

.sub-nav .active .sub-nav__link {
  color: #f00;
}

.temptation-button {
  background-color: white;
  font-family: RamaGothicE_SemiBold, "Arial", "Helvetica Neue", "Helvetica",
    sans-serif;
  font-size: 17px;
  line-height: 30px;
}

@media screen and (min-width: 600px) {
  .temptation-button {
    font-size: 19px;
  }
}

.temptation-button,
.temptation-button:hover,
.temptation-button:focus,
.temptation-button:visited {
  color: black;
}

.temptation-button:focus {
  outline: thin dotted white;
}

.widget .header-list__title {
  background-color: #f00;
}

.widget .widget-list__item {
  border-color: #e5e5e5;
}

/*=========comments=========*/

.button--list-block {
  text-decoration: none;
  color: #00f;
  display: block;
  width: 100%;
  padding: 10px;
  border: 0;
  border-radius: 5px;
  background-color: #f1ebe5;
  font-family: StagSans, "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: #f00;
  text-decoration: none;
}

.button--list-block:focus {
  outline: none;
}

/* @media screen and (max-width: 599px) {
  .comments .comments__list {
    margin: 0;
  }
} */

.icons {
  vertical-align: middle;
  fill: currentColor;
}

/* stylelint-disable selector-disallowed-list */

/* stylelint-enable selector-disallowed-list */
/* @media screen and (min-width: 600px) {
  .sub-nav__expand .sub-nav__more {
    display: block;
  }
  .sub-nav__expand .sub-nav__less {
    display: none;
  }
} */

/* set min-height for OORTJE position to prevent CLS */
.regions-search__results:hover li:first-child:not(:hover) {
  background-color: #fff;
}

@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::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::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-item:first-child {
    padding-left: 5px;
  }

  .sub-nav__link {
    line-height: 40px;
    padding: 0 5px;
  }

  .sub-nav__wrapper {
    pointer-events: visible !important;
  }
}

/*==============RESET===================*/

:root {
  --white: #ffffff;
  --red: #e11229;
  /* --additional-color: #ff6900; 
  --main-grey: #333333;
  --additional-grey: #777;*/
  --box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  --button-hover: #313131;
  /* --link-color: ;
  --link-hover-color: #;
  --title-color: #141414;
  --text-color: #141414;
  --label-color: #a1a1a1;
  --header-add-color: #545658;
  --decor-element-color: #8a8c8e;
  --image-color: #f6f6f6;
  --sections-margin-bottom: 1.5rem;
  --sections-max-width: 36.25rem;
  --titles-margin: 2.5rem 0 1.5rem;
  --text-size: 1rem;
  --title-size: 2rem;
  --common-text-margin: 1rem 0;
  --font: ;
  --additional-font: ;
  */
}

* {
  -webkit-tap-highlight-color: transparent;
}

/* .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6  {
  font-weight: 700;
  line-height: inherit;
  font-size: inherit;
} */

img {
  max-width: 100%;
  height: auto;
  border: 0;
  font-size: 0;
  line-height: 0;
}

label,
figure,
figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

/*=========MAIN-CONTENT===========*/

#un-content {
  margin-bottom: 0;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  /* margin-bottom: 10px; */
  background-color: #fff;
}

@media screen and (min-width: 600px) {
  #un-content {
    margin-right: 5px;
    margin-left: 5px;
  }
}

/*==============HEADER==============*/

.un-header {
  padding-top: 20px;
  padding-right: 15px;
  padding-left: 15px;
}

@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__info {
  margin-right: 15px;
  margin-left: 15px;
  color: #999;
  font-size: 16px;
  line-height: 20px;
}

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

@media screen and (max-width: 599px) {
  .un-header__details {
    display: block;
  }
}

@media screen and (min-width: 600px) {
  /* .un-header__details:nth-last-of-type(2), */
  .un-header__details:nth-last-of-type(1) {
    margin-left: 10px;
  }
}

.un-header__details span {
  font-weight: bold;
}

.un-header__image-wrapper {
  position: relative;
  overflow: hidden;
  background-color: #efe8e1;
}

.un-header__image {
  display: block;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.un-header-image__caption {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  padding: 5px 30px;
  color: #999;
  font-size: 14px;
  line-height: 18px;
  background-color: #fff;
}

@media screen and (max-width: 599px) {
  .un-header-image__caption {
    padding: 5px 15px;
  }
}

.un-header__title {
  font-family: Stag, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 38px;
  line-height: 46px;
}

@media screen and (max-width: 429px) {
  .un-header__title {
    font-size: 22px;
    line-height: 30px;
  }
}

.un-header__excerpt {
  font-family: Stag, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
}

@media screen and (min-width: 600px) {
  .un-header__excerpt {
    font-size: 20px;
    line-height: 28px;
  }
}

/*
.un-header__category {
}

.un-header__category-name {
}

.un-header__title-wrapper {
}

.un-header__author {
}

.un-header__date {
}

.un-header__date-icon {
}

.un-header__share {
}

.un-header__share-object {
}

.un-header__share-icon {

}

.un-header__share-wrappepr {
}

.un-header__share-icon_fb {
}

.un-header__share-icon_x {
}

.un-header__share-icon_whatsapp {
}

.un-header__share-icon_mail {
}

.un-header__share-icon svg {
}

.un-header-image__img {
}

.un-header__info-wrapper {
}

.un-header__author-info {
}

.un-header__author-info span {
}

.un-header__author-info {
}

.un-header__date p {
}

.un-header__image:not(:has(figcaption)) {
}

.un-header-image__caption:before {
}

.un-header__date-icon {
}

.un-header__date-icon svg {
}
*/

/*=============article================*/

.un-article {
  position: relative;
  clear: both;
  width: 100%;
  max-width: 100vw;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 26px;
}

.un-article__intro {
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Stag, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.un-article__paragraph {
  margin-top: 0;
  margin-bottom: 25px;
  overflow-wrap: break-word;
  font-size: 18px;
  line-height: 26px;
}

.un-article__intro,
.un-article__paragraph,
.un-article__headline2 {
  padding-right: 15px;
  padding-left: 15px;
}

@media screen and (min-width: 600px) {
  .un-article__intro,
  .un-article__paragraph,
  .un-article__headline2 {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media screen and (min-width: 768px) {
  .un-article__intro,
  .un-article__paragraph,
  .un-article__headline2 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (min-width: 906px) {
  .un-article__intro,
  .un-article__paragraph,
  .un-article__headline2 {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.un-article__headline2 {
  margin-bottom: 25px;
  font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.3;
}

@media screen and (max-width: 599px) {
  .un-article__headline2 {
    font-size: 18px;
    line-height: 22px;
  }
}

.un-article__callout {
  margin-right: 15px;
  margin-left: 15px;
  border-left: solid 4px var(--red);
  padding-left: 8px;
  padding-right: 0px;
  font-style: italic;
}

@media screen and (min-width: 600px) {
  .un-article__callout {
    margin-right: 30px;
    margin-left: 30px;
  }
}

@media screen and (min-width: 768px) {
  .un-article__callout {
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media screen and (min-width: 906px) {
  .un-article__callout {
    margin-right: 30px;
    margin-left: 30px;
  }
}

.un-article__image-wrapper {
  position: relative;
  clear: both;
  width: 100%;
  max-width: 100vw;
  margin-bottom: 15px;
  padding-right: 0px;
  padding-left: 0px;
  overflow: hidden;
  font-size: 18px;
  line-height: 26px;
  background-color: #efe8e1;
}

.un-article__image-wrapper:last-of-type {
  margin-bottom: 0;
}

.un-article__image {
  display: block;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.un-article-image__caption {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  padding: 5px 30px;
  color: #999;
  font-size: 14px;
  line-height: 18px;
  background-color: #fff;
}

@media screen and (max-width: 599px) {
  .un-article-image__caption {
    padding: 5px 15px;
  }
}

/*

.un-article__blockquote-wrapper {
}

.un-article__blockquote {
}

.un-article__blockquote-icon {
}

.un-article__headline3 {
}

.un-article__tags {
}
.un-article__tags-headline {
}
.un-article__tags-headline span {
}
.un-article__tags-list {
}
.un-article__tag {
}

*/

/*=========steps==============*/

.un-steps {
  position: relative;
  clear: both;
  width: 100%;
  max-width: 100vw;
  margin-bottom: 15px;
  padding-top: 20px;
  font-size: 18px;
  line-height: 26px;
}

.un-steps__title {
  margin: 10px 0;
  margin-top: 0;
  margin-right: 15px;
  margin-left: 15px;
  border: 2px solid var(--red);
  padding: 10px;
  font-family: Stag, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 38px;
  line-height: 46px;
  text-align: center;
}

@media screen and (max-width: 429px) {
  .un-steps__title {
    font-size: 22px;
    line-height: 30px;
  }
}

@media screen and (min-width: 600px) {
  .un-steps__title {
    margin-right: 30px;
    margin-left: 30px;
  }
}

@media screen and (min-width: 768px) {
  .un-steps__title {
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media screen and (min-width: 906px) {
  .un-steps__title {
    margin-right: 30px;
    margin-left: 30px;
  }
}

.un-steps__paragraph {
  margin-top: 0;
  margin-bottom: 25px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-wrap: break-word;
  font-size: 18px;
  line-height: 26px;
}

@media screen and (min-width: 600px) {
  .un-steps__paragraph {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media screen and (min-width: 768px) {
  .un-steps__paragraph {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (min-width: 906px) {
  .un-steps__paragraph {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.un-steps__paragraph:last-of-type {
  margin-bottom: 0;
}

.un-steps__image-wrapper {
  position: relative;
  clear: both;
  width: 100%;
  max-width: 100vw;
  margin-bottom: 25px;
  padding-right: 0px;
  padding-left: 0px;
  overflow: hidden;
  font-size: 18px;
  line-height: 26px;
  background-color: #efe8e1;
  border: 1px grey solid;
}

.un-steps__image {
  display: block;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

/*.un-steps__important{
  border-left: solid 4px var(--red);
  padding-left: 8px;
}

.un-steps__important{
    font-style: italic;
    border-left: 8px solid var(--red);
    padding-left: 1rem;
}

.un-steps__text {
}

.un-steps-image__caption {
}

.un-steps-image__img {
}
*/

/*=========instruction=============*/

.un-instruction {
  padding-bottom: 10px;
}

.un-instruction__title {
  margin: 10px 0;
  margin-top: 0;
  margin-right: 15px;
  margin-left: 15px;
  font-family: Stag, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 38px;
  line-height: 46px;
}

@media screen and (max-width: 429px) {
  .un-instruction__title {
    font-size: 22px;
    line-height: 30px;
  }
}

@media screen and (min-width: 600px) {
  .un-instruction__title {
    margin-right: 30px;
    margin-left: 30px;
  }
}

@media screen and (min-width: 768px) {
  .un-instruction__title {
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media screen and (min-width: 906px) {
  .un-instruction__title {
    margin-right: 30px;
    margin-left: 30px;
  }
}

.un-instruction ol {
  counter-reset: myCounter;
}

.un-instruction li {
  margin: 0 0 8px 0;
  list-style: none;
}

.un-instruction li:last-of-type {
  margin: 0 0 16px 0;
}

.un-instruction li:before {
  сounter-increment: myCounter;
  content: counter(myCounter);
  display: block;
  border: 3px var(--red) solid;
  border-radius: 100%;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--red);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  counter-increment: myCounter;
}

.un-instruction li:first-of-type::before {
}

.un-instruction__list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0px auto;
  padding: 0;
  margin-right: 15px;
  margin-left: 15px;
}

@media screen and (min-width: 600px) {
  .un-instruction__list {
    margin-right: 30px;
    margin-left: 30px;
  }
}

@media screen and (min-width: 768px) {
  .un-instruction__list {
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media screen and (min-width: 906px) {
  .un-instruction__list {
    margin-right: 30px;
    margin-left: 30px;
  }
}

.un-instruction__item {
  display: flex;
  gap: 6px;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  border-radius: 6px;
  border-right: 2px solid var(--red);
  border-left: 2px solid var(--red);
  padding: 8px;
  background-color: #ececec;
  overflow-wrap: break-word;
  font-size: 18px;
  line-height: 26px;
}

.un-instruction__button {
  display: block;
  width: 80%;
  margin: 0 auto 10px;
  border-radius: 6px;
  padding: 15px;
  color: var(--white);
  font-weight: 600;
  font-size: 1.363rem;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none !important;
  background-color: #e11229;
  animation: blink 4s linear infinite;
}

@media screen and (min-width: 640px) {
  .un-instruction__button {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 740px) {
  .un-instruction__button {
    font-size: 1.65rem;
  }
}

@media screen and (min-width: 834px) {
  .un-instruction__button {
    font-size: 1.819rem;
  }
}

@media screen and (min-width: 1194px) {
  .un-instruction__button {
    font-size: 2rem;
  }
}

.un-instruction__button:hover {
  color: var(--white);
  background-color: #007fff;
}

@keyframes blink {
  0%,
  50% {
    box-shadow: 0 0 10px #000000;
  }

  25%,
  75% {
    box-shadow: none;
  }

  100% {
    box-shadow: 0 0 10px #000000;
  }

  from {
    opacity: 0.8;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0.8;
  }
}

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

.un-comments {
}

/* @media screen and (min-width: 600px) {
  .un-comments {
    margin-right: 30px;
    margin-left: 30px;
  }
}
@media screen and (min-width: 768px) {
  .un-comments {
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media screen and (min-width: 906px) {
  .un-comments {
    margin-right: 30px;
    margin-left: 30px;
  }
} */

.un-comment__link {
  display: inline;
  color: #007fff;
  -webkit-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

/* .un-comment__link:hover {
  background: rgba(21, 16, 58, 0.15);
} */

.un-comment__img {
  display: block;
  width: 100%;
  max-width: 230px;
  height: auto;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.important {
  padding-left: 10px;
  border-left: 4px solid #e11229;
  font-style: italic;
}

:root {
  --grey: #81888c;
  --box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  --check-font-regular: "IBM Plex Mono", IBM Plex, monospace;
}

#reg-form {
  border: 2px solid var(--mainColor);
  border-radius: 16px;
  max-width: 560px;
  margin: 0 auto 24px auto;
  font-family: Arial;
  scroll-margin-top: 100px;
  box-shadow: 3px 3px 6px #00000030;
}

.form-title {
  text-align: center;
  padding: 30px 15px;
  font-size: 30px;
  background: var(--mainColor);
  color: var(--text);
  text-transform: uppercase;
  margin: 30px 0;
  line-height: 1.2;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .form-title {
    font-size: 24px;
  }
}

.button-link {
  background-color: #f56b0d;
  color: white !important;
  display: block;
  max-width: 100%;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
  border-radius: 5px;
  box-shadow: 1px 3px 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 4px 1px 1px rgba(0, 0, 0, 0.15);
  animation: heartbeat 3s ease-in-out 2s infinite both;
}
@keyframes heartbeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.button-link:hover {
  color: #fff;
  background-color: #444;
}
* {
  box-sizing: border-box;
}
/* .comments-area header{
    position: none;
    top: 0;
    background-color: #ffffff;
    color: #000000;
    width: 100%;
    z-index: 9;
} */
.link {
  font-weight: 600 !important;
}
.comments-area a {
  text-decoration: none !important;
  color: inherit !important;
}
.comments-area a:hover {
  text-decoration: underline !important;
  color: #c00 !important;
}
@media (max-width: 780px) {
  .article h1 {
    padding: 0px !important;
  }
}

:root {
  --mainColor: #121534;
  --text: #fff;
  --input-color: #000;
  --valid-input-color: #000;
}

.bigbanana-149 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.comments-area header {
  position: none;
  top: 0;
  background-color: #ffffff;
  color: #000000;
  width: 100%;
  z-index: 9;
}

.icon-arrow:before {
  content: "\25bd";
}
.icon-arrow-2:before {
  content: "\25b3";
}

.avatar .user,
.avatar img {
  display: block;
  border-radius: 3px;
}

.avatar {
  float: left;
}

.avatar img {
  width: 48px;
  height: 48px;
}

.avatar .user {
  position: relative;
  /* z-index: 100; */
  background: #dbdfe4;
  padding: 0;
}

.post .avatar {
  margin-right: 12px;
}

.post-list {
  list-style-type: none;
  margin: 0;
}

.post-list .post:after,
.post-list .post:before {
  display: table;
  content: "";
  line-height: 0;
}

.children .post:after,
.children .post:before,
.post-content:after,
.post-content:before {
  display: table;
  line-height: 0;
  content: "";
}

.children .post {
  margin-left: 60px;
}

.children .post .avatar .user img {
  width: 36px;
  height: 36px;
}

.children .post .indicator {
  height: 36px;
}

.post-content {
  position: relative;
  margin-bottom: 24px;
  transition: all 0.2s ease-in-out;
}

.post-content .indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 48px;
  border-radius: 3px;
}

.comment-footer__menu > li a:focus {
  outline: auto;
}

.post-content .post-message-container {
  position: relative;
  overflow: hidden;
  zoom: 1;
  width: 100%;
}

.post-content .post-message {
  line-height: 21px;
}

.post-content .post-message:after,
.post-content .post-message:before {
  display: table;
  content: "";
  line-height: 0;
}

.post-content .post-message p {
  line-height: 21px;
  margin: 0 0 15px;
}

.post-content .post-message p:last-child {
  margin: 0;
}

.share__button,
.vote-down:hover,
.vote-up:hover {
  cursor: pointer;
}

.updatable {
  transition: all 0.3s linear;
}

.bullet {
  padding: 0;
  color: #c2c6cc;
  line-height: 1.4;
}

.nav {
  position: relative;
  margin: 0 0 -6px;
  padding: 0;
}

.nav:after,
.nav:before {
  display: table;
  content: "";
  line-height: 0;
}

.nav-primary {
  margin: 0 0 55px;
  /* border-bottom: 2px solid #e7e9ee; */
}

.nav-secondary {
  margin: -12px 0 6px;
}

.nav-tab > a {
  color: #656c7a;
  display: block;
  margin: 0;
  padding: 0;
  font-weight: 700;
  line-height: 1;
  position: relative;
  transition: all 0.2s ease-in-out;
}

.tab-conversation.active > a:after {
  content: " ";
  display: block;
  height: 2px;
  background: #f56b0d;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
}

.nav-tab > a:hover {
  color: #2a2e2e;
}

.nav-tab--primary > a {
  font-size: 15px;
  padding: 12px 0;
  margin-right: 15px;
}

.tab-conversation {
  float: left;
}

.tab-conversation > a {
  text-transform: capitalize;
}

.tab-conversation.active > a {
  color: #2a2e2e !important;
}

@media (max-width: 480px) {
  .comment-count {
    display: none;
  }
}
.comment__footer .vote-down,
.comment__footer a,
.comment__header a {
  color: #656c7a;
  font-weight: 500;
}
.comment__footer .vote-down:hover,
.comment__footer a:hover,
.comment__header a:hover {
  color: #2a2e2e;
}
.comment__header .author {
  color: #656c7a;
  font-weight: 700;
}
.vote-down,
.vote-up {
  display: inline-block;
}
.time-ago {
  font-weight: 500;
  font-size: 12px;
  color: #687a86;
}
.vote-down,
.vote-up {
  position: relative;
  padding: 0 3px;
  line-height: 0.85;
  height: 11px;
  min-height: 14px;
  overflow: hidden;
}
.vote-down .control,
.vote-up .control {
  font-size: 12px;
  font-weight: 700;
  opacity: 0.7;
}
.vote-down {
  padding-right: 0;
  padding-left: 6px;
  border-left: 2px solid #e7e9ee;
}
.vote-up {
  padding-left: 0;
}
.vote-up:after {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: -5px;
  right: -3px;
  bottom: -10px;
}
.vote-up .count {
  color: gray;
  position: relative;
  top: -3px;
  font-size: 13px;
}
.vote-up.count-0 {
  margin-left: -3px;
}
.vote-up.count-0 .count {
  display: none;
}
.comment__header {
  line-height: 1;
  font-size: 13px;
  padding-right: 46px;
  margin-bottom: 3px;
}
.comment__header .author a {
  font-weight: 700;
}
.comment__footer {
  color: #656c7a;
  margin: 4px 0 0;
  margin-top: 48px;
  background: #f6f6f6;
  border-top: 1px solid hsla(0, 0%, 67%, 0.5);
}
.comment__footer .bullet {
  line-height: 1.45;
}
.comment-footer__menu {
  margin: 0;
  padding: 0 4px;
}
.comment-footer__menu:after,
.comment-footer__menu:before {
  display: table;
  content: "";
  line-height: 0;
}
.comment-footer__menu > li {
  float: left;
  list-style-type: none;
  padding: 0;
  font-size: 13px;
  line-height: 15px;
  margin-right: 7px;
}
.comment-footer__menu > li.comment__share {
  margin-right: 0;
}
.comment-footer__menu > li.realtime {
  float: right;
}
.reply a {
  padding: 2px 0;
  border-radius: 4px;
}
.comment__share {
  position: relative;
  margin-right: 0;
}
.comment-share__buttons {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  white-space: nowrap;
  display: block;
  position: relative;
  top: -14px;
  left: -7px;
}
.comment__share:hover .comment-share__buttons {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible !important;
}
.comment-share__buttons li {
  float: none;
  transition: right 0.4s ease-in-out;
  opacity: 0;
  position: absolute;
  right: 30px;
  top: -2px;
  padding-left: 8px;
}
.comment-share__buttons li.link .share__button {
  opacity: 0;
}
.comment__share:hover .comment-share__buttons li {
  opacity: 1;
}
.comment__share:hover .comment-share__buttons li.twitter {
  right: -28px;
}
.comment__share:hover .comment-share__buttons li.facebook {
  right: -52px;
}
.comment__share:hover .comment-share__buttons li.link {
  right: -230px;
}
.comment__share:hover .comment-share__buttons li.link .share__button {
  transition: opacity 0.3s ease-in-out 0.2s;
  opacity: 0.6;
}
.comment__share:focus-within .comment-share__buttons {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible !important;
}
.comment__share:focus-within .comment-share__buttons li {
  opacity: 1;
}
.comment__share:focus-within .comment-share__buttons li.twitter {
  right: -28px;
}
.comment__share:focus-within .comment-share__buttons li.facebook {
  right: -52px;
}
.comment__share:focus-within .comment-share__buttons li.link {
  right: -230px;
}
.comment__share:focus-within .comment-share__buttons li.link .share__button {
  transition: opacity 0.3s ease-in-out 0.2s;
  opacity: 0.6;
}
.share__button {
  display: inline-block;
  width: 18px !important;
  height: 18px !important;
  padding: 0 0 0 18px;
  overflow: hidden;
  border: none;
  opacity: 0.6;
}
.facebook .share__button,
.link .share__button,
.twitter .share__button {
  height: 18px;
}
.share__button:hover {
  opacity: 0.8;
}
.twitter .share__button {
  background-position: 0 -56px;
  width: 18px;
}
.facebook .share__button {
  background-position: 0 -16px;
  width: 18px;
}
.link .share__button {
  background-position: 0 -36px;
  width: 172px !important;
  padding: 0 0 2px 20px;
  text-decoration: underline;
}
.post-meta {
  display: inline-block;
}
.sso__button.no-image:not(:disabled):hover {
  background: #606d75;
  background: rgba(29, 47, 58, 0.7);
  color: #fff;
}
.sso__button.no-image:not(:disabled).active,
.sso__button.no-image:not(:disabled):active {
  transition: none;
  background: #f56b0d;
}

.avatar img {
  width: 48px;
  height: 48px;
}

.post-content {
  position: relative;
  margin-bottom: 24px;
  transition: all 0.2s ease-in-out;
}

/*!
 * minimum set of bootstrap includes for most embed components
 */
.post-message div p {
  font-size: 15px !important;
}
.comments-area p::first-letter {
  font-family: inherit !important;
  color: inherit !important;
  font-style: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  padding: inherit !important;
  float: none !important;
}

ol,
ul {
  list-style: none;
}

* {
  box-sizing: border-box;
}

.children .post:after,
.comment-footer__menu:after,
.nav:after,
.post-content .post-message:after,
.post-content footer,
.post-content:after,
.post-list .post:after {
  clear: both;
}

a,
button,
h1,
h2,
h3,
h4,
img,
label,
li,
ol,
p,
strong,
ul {
  margin: 0;
  padding: 0;
  border: 0;
}

a:active,
a:hover {
  outline: 0;
}

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

video {
  display: inline-block;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

button,
input {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
}

.post-content .post-body {
  overflow: hidden;
}

.post-content:focus,
a:focus {
  outline: 0;
}

h3,
h4,
strong {
  font-weight: 700;
}

h3,
p {
  margin: 0 0 1.5em;
}

a:active,
a:hover {
  text-decoration: none;
}

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

h3 {
  font-size: 16px;
}

h4 {
  font-size: 18px;
  line-height: 1.2;
}

.btn:not(:disabled):hover {
  background: #606d75;
  background: rgba(29, 47, 58, 0.7);
  color: #fff;
}

.btn:not(:disabled).active,
.btn:not(:disabled):active {
  transition: none;
  background: #f56b0d;
}

.avatar .user,
.avatar img {
  display: block;
  border-radius: 3px;
}

.avatar {
  float: left;
}

.avatar img {
  width: 48px;
  height: 48px;
}

.avatar .user {
  position: relative;
  /* z-index: 100; */
  background: #dbdfe4;
  padding: 0;
}

.post .avatar {
  margin-right: 12px;
}

.post-list {
  list-style-type: none;
  margin: 0;
}

.post-list .post:after,
.post-list .post:before {
  display: table;
  content: "";
  line-height: 0;
}

.children .post:after,
.children .post:before,
.post-content:after,
.post-content:before {
  display: table;
  line-height: 0;
  content: "";
}

.children .post {
  margin-left: 60px;
}

.children .post .avatar .user img {
  width: 36px;
  height: 36px;
}

.children .post .indicator {
  height: 36px;
}

.post-content {
  position: relative;
  margin-bottom: 24px;
  transition: all 0.2s ease-in-out;
}

.post-content .indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 48px;
  border-radius: 3px;
}

.comment-footer__menu > li a:focus {
  outline: auto;
}

.post-content .post-message-container {
  position: relative;
  overflow: hidden;
  zoom: 1;
  width: 100%;
}

.post-content .post-message {
  line-height: 21px;
}

.post-content .post-message:after,
.post-content .post-message:before {
  display: table;
  content: "";
  line-height: 0;
}

.post-content .post-message p {
  line-height: 21px;
  margin: 0 0 15px;
}

.post-content .post-message p:last-child {
  margin: 0;
}

.share__button,
.vote-down:hover,
.vote-up:hover {
  cursor: pointer;
}

.updatable {
  transition: all 0.3s linear;
}

.bullet {
  padding: 0;
  color: #c2c6cc;
  line-height: 1.4;
}

.nav {
  position: relative;
  margin: 0 0 -6px;
  padding: 0;
}

.nav:after,
.nav:before {
  display: table;
  content: "";
  line-height: 0;
}

.nav-primary {
  margin: 0 0 24px;
  border-bottom: 2px solid #e7e9ee;
}

.nav-secondary {
  margin: -12px 0 6px;
}

.nav-tab > a {
  color: #656c7a;
  display: block;
  margin: 0;
  padding: 0;
  font-weight: 700;
  line-height: 1;
  position: relative;
  transition: all 0.2s ease-in-out;
}

.tab-conversation.active > a:after {
  content: " ";
  display: block;
  height: 2px;
  background: #f56b0d;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
}

.nav-tab > a:hover {
  color: #2a2e2e;
}

.nav-tab--primary > a {
  font-size: 15px;
  padding: 12px 0;
  margin-right: 15px;
}

.tab-conversation {
  float: left;
}

.tab-conversation > a {
  text-transform: capitalize;
}

.tab-conversation.active > a {
  color: #2a2e2e !important;
}

@media (max-width: 480px) {
  .comment-count {
    display: none;
  }
}
.comment__footer .vote-down,
.comment__footer a,
.comment__header a {
  color: #656c7a;
  font-weight: 500;
}
.comment__footer .vote-down:hover,
.comment__footer a:hover,
.comment__header a:hover {
  color: #2a2e2e;
}
.comment__header .author {
  color: #656c7a;
  font-weight: 700;
}
.vote-down,
.vote-up {
  display: inline-block;
}
.time-ago {
  font-weight: 500;
  font-size: 12px;
  color: #687a86;
}
.vote-down,
.vote-up {
  position: relative;
  padding: 0 3px;
  line-height: 0.85;
  height: 11px;
  min-height: 14px;
  overflow: hidden;
}
.vote-down .control,
.vote-up .control {
  font-size: 12px;
  font-weight: 700;
  opacity: 0.7;
}
.vote-down {
  padding-right: 0;
  padding-left: 6px;
  border-left: 2px solid #e7e9ee;
}
.vote-up {
  padding-left: 0;
}
.vote-up:after {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: -5px;
  right: -3px;
  bottom: -10px;
}
.vote-up .count {
  color: gray;
  position: relative;
  top: -3px;
  font-size: 13px;
}
.vote-up.count-0 {
  margin-left: -3px;
}
.vote-up.count-0 .count {
  display: none;
}
.comment__header {
  line-height: 1;
  font-size: 13px;
  padding-right: 46px;
  margin-bottom: 3px;
}
.comment__header .author a {
  font-weight: 700;
}
.comment__footer {
  background: #fff;
  color: #656c7a;
  margin: 4px 0 0;
}
.comment__footer .bullet {
  line-height: 1.45;
}
.comment-footer__menu {
  margin: 0;
  padding: 0 4px;
}
.comment-footer__menu:after,
.comment-footer__menu:before {
  display: table;
  content: "";
  line-height: 0;
}
.comment-footer__menu > li {
  float: left;
  list-style-type: none;
  padding: 0;
  font-size: 13px;
  line-height: 15px;
  margin-right: 7px !important;
}
.comment-footer__menu > li.comment__share {
  margin-right: 0;
}
.comment-footer__menu > li.realtime {
  float: right;
}
.reply a {
  padding: 2px 0;
  border-radius: 4px;
}
.comment__share {
  position: relative;
  margin-right: 0;
}
.comment-share__buttons {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  white-space: nowrap;
  display: block;
  position: relative;
  top: -14px;
  left: -7px;
}
.comment__share:hover .comment-share__buttons {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible !important;
}
.comment-share__buttons li {
  float: none;
  transition: right 0.4s ease-in-out;
  opacity: 0;
  position: absolute;
  right: 30px;
  top: -2px;
  padding-left: 8px;
}
.comment-share__buttons li.link .share__button {
  opacity: 0;
}
.comment__share:hover .comment-share__buttons li {
  opacity: 1;
}
.comment__share:hover .comment-share__buttons li.twitter {
  right: -28px;
}
.comment__share:hover .comment-share__buttons li.facebook {
  right: -52px;
}
.comment__share:hover .comment-share__buttons li.link {
  right: -230px;
}
.comment__share:hover .comment-share__buttons li.link .share__button {
  transition: opacity 0.3s ease-in-out 0.2s;
  opacity: 0.6;
}
.comment__share:focus-within .comment-share__buttons {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible !important;
}
.comment__share:focus-within .comment-share__buttons li {
  opacity: 1;
}
.comment__share:focus-within .comment-share__buttons li.twitter {
  right: -28px;
}
.comment__share:focus-within .comment-share__buttons li.facebook {
  right: -52px;
}
.comment__share:focus-within .comment-share__buttons li.link {
  right: -230px;
}
.comment__share:focus-within .comment-share__buttons li.link .share__button {
  transition: opacity 0.3s ease-in-out 0.2s;
  opacity: 0.6;
}
.share__button {
  display: inline-block;
  width: 18px !important;
  height: 18px !important;
  padding: 0 0 0 18px;
  overflow: hidden;
  border: none;
  opacity: 0.6;
}
.facebook .share__button,
.link .share__button,
.twitter .share__button {
  height: 18px;
}
.share__button:hover {
  opacity: 0.8;
}
.twitter .share__button {
  background-position: 0 -56px;
  width: 18px;
}
.facebook .share__button {
  background-position: 0 -16px;
  width: 18px;
}
.link .share__button {
  background-position: 0 -36px;
  width: 172px !important;
  padding: 0 0 2px 20px;
  text-decoration: underline;
}
.post-meta {
  display: inline-block;
}
.sso__button.no-image:not(:disabled):hover {
  background: #606d75;
  background: rgba(29, 47, 58, 0.7);
  color: #fff;
}
.sso__button.no-image:not(:disabled).active,
.sso__button.no-image:not(:disabled):active {
  transition: none;
  background: #f56b0d;
}
.button-link {
  color: #f56b0d;
  font-size: inherit;
}

.comment-share__buttons {
  display: none;
}
/*!
 * minimum set of bootstrap includes for most embed components
 */
.post-message div p {
  font-size: 15px !important;
}
.comments-area p::first-letter {
  font-family: inherit !important;
  color: inherit !important;
  font-style: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  padding: inherit !important;
  float: none !important;
}

ol,
ul {
  list-style: none;
}

* {
  box-sizing: border-box;
}

.children .post:after,
.comment-footer__menu:after,
.nav:after,
.post-content .post-message:after,
.post-content footer,
.post-content:after,
.post-list .post:after {
  clear: both;
}

a,
button,
h1,
h2,
h3,
h4,
img,
label,
li,
ol,
p,
strong,
ul {
  margin: 0;
  padding: 0;
  border: 0;
}

a:active,
a:hover {
  outline: 0;
}

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

video {
  display: inline-block;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

button,
input {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
}

.post-content .post-body {
  overflow: hidden;
}

.post-content:focus,
a:focus {
  outline: 0;
}

h3,
h4,
strong {
  font-weight: 700;
}

h3,
p {
  margin: 0 0 1.5em;
}

a:active,
a:hover {
  text-decoration: none;
}

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

h3 {
  font-size: 16px;
}

h4 {
  font-size: 18px;
  line-height: 1.2;
}

.btn:not(:disabled):hover {
  background: #606d75;
  background: rgba(29, 47, 58, 0.7);
  color: #fff;
}

.btn:not(:disabled).active,
.btn:not(:disabled):active {
  transition: none;
  background: #f56b0d;
}

.icon-arrow:before {
  content: "\25bd";
}
.icon-arrow-2:before {
  content: "\25b3";
}

.avatar .user,
.avatar img {
  display: block;
  border-radius: 3px;
}

.avatar {
  float: left;
}

.avatar img {
  width: 48px;
  height: 48px;
}

.avatar .user {
  position: relative;
  /* z-index: 100; */
  background: #dbdfe4;
  padding: 0;
}

.post .avatar {
  margin-right: 12px;
}

.post-list {
  list-style-type: none;
  margin: 0;
}

.post-list .post:after,
.post-list .post:before {
  display: table;
  content: "";
  line-height: 0;
}

.children .post:after,
.children .post:before,
.post-content:after,
.post-content:before {
  display: table;
  line-height: 0;
  content: "";
}

.children .post {
  margin-left: 60px;
}

.children .post .avatar .user img {
  width: 36px;
  height: 36px;
}

.children .post .indicator {
  height: 36px;
}

.post-content {
  position: relative;
  margin-bottom: 24px;
  transition: all 0.2s ease-in-out;
}

.post-content .indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 48px;
  border-radius: 3px;
}

.comment-footer__menu > li a:focus {
  outline: auto;
}

.post-content .post-message-container {
  position: relative;
  overflow: hidden;
  zoom: 1;
  width: 100%;
}

.post-content .post-message {
  line-height: 21px;
}

.post-content .post-message:after,
.post-content .post-message:before {
  display: table;
  content: "";
  line-height: 0;
}

.post-content .post-message p {
  line-height: 21px;
  margin: 0 0 15px;
}

.post-content .post-message p:last-child {
  margin: 0;
}

.share__button,
.vote-down:hover,
.vote-up:hover {
  cursor: pointer;
}

.updatable {
  transition: all 0.3s linear;
}

.bullet {
  padding: 0;
  color: #c2c6cc;
  line-height: 1.4;
}

.nav {
  /* position: relative; */
  /* margin: 0 0 -6px; */
  /* padding: 0; */
}

.nav:after,
.nav:before {
  display: table;
  content: "";
  line-height: 0;
}

.nav-primary {
  margin: 0 0 24px;
  border-bottom: 2px solid #e7e9ee;
}

.nav-secondary {
  margin: -12px 0 6px;
}

.nav-tab > a {
  color: #656c7a;
  display: block;
  margin: 0;
  padding: 0;
  font-weight: 700;
  line-height: 1;
  position: relative;
  transition: all 0.2s ease-in-out;
}

.tab-conversation.active > a:after {
  content: " ";
  display: block;
  height: 2px;
  background: #f56b0d;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
}

.nav-tab > a:hover {
  color: #2a2e2e;
}

.nav-tab--primary > a {
  font-size: 15px;
  padding: 12px 0;
  margin-right: 15px;
}

.tab-conversation {
  float: left;
}

.tab-conversation > a {
  text-transform: capitalize;
}

.tab-conversation.active > a {
  color: #2a2e2e !important;
}

@media (max-width: 480px) {
  .comment-count {
    display: none;
  }
}
.comment__footer .vote-down,
.comment__footer a,
.comment__header a {
  color: #656c7a;
  font-weight: 500;
}
.comment__footer .vote-down:hover,
.comment__footer a:hover,
.comment__header a:hover {
  color: #2a2e2e;
}
.comment__header .author {
  color: #656c7a;
  font-weight: 700;
}
.vote-down,
.vote-up {
  display: inline-block;
}
.time-ago {
  font-weight: 500;
  font-size: 12px;
  color: #687a86;
}
.vote-down,
.vote-up {
  position: relative;
  padding: 0 3px;
  line-height: 0.85;
  height: 11px;
  min-height: 14px;
  overflow: hidden;
}
.vote-down .control,
.vote-up .control {
  font-size: 12px;
  font-weight: 700;
  opacity: 0.7;
}
.vote-down {
  padding-right: 0;
  padding-left: 6px;
  border-left: 2px solid #e7e9ee;
}
.vote-up {
  padding-left: 0;
}
.vote-up:after {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: -5px;
  right: -3px;
  bottom: -10px;
}
.vote-up .count {
  color: gray;
  position: relative;
  top: -3px;
  font-size: 13px;
}
.vote-up.count-0 {
  margin-left: -3px;
}
.vote-up.count-0 .count {
  display: none;
}
.comment__header {
  line-height: 1;
  font-size: 13px;
  padding-right: 46px;
  margin-bottom: 3px;
}
.comment__header .author a {
  font-weight: 700;
}
.comment__footer {
  color: #656c7a;
  margin: 4px 0 0;
}
.comment__footer .bullet {
  line-height: 1.45;
}
.comment-footer__menu {
  margin: 0;
  padding: 0 4px;
}
.comment-footer__menu:after,
.comment-footer__menu:before {
  display: table;
  content: "";
  line-height: 0;
}
.comment-footer__menu > li {
  float: left;
  list-style-type: none;
  padding: 0;
  font-size: 13px;
  line-height: 15px;
  margin-right: 7px;
}
.comment-footer__menu > li.comment__share {
  margin-right: 0;
}
.comment-footer__menu > li.realtime {
  float: right;
}
.reply a {
  padding: 2px 0;
  border-radius: 4px;
}
.comment__share {
  position: relative;
  margin-right: 0;
}
.comment-share__buttons {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  white-space: nowrap;
  display: block;
  position: relative;
  top: -14px;
  left: -7px;
}
.comment__share:hover .comment-share__buttons {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible !important;
}
.comment-share__buttons li {
  float: none;
  transition: right 0.4s ease-in-out;
  opacity: 0;
  position: absolute;
  right: 30px;
  top: -2px;
  padding-left: 8px;
}
.comment-share__buttons li.link .share__button {
  opacity: 0;
}
.comment__share:hover .comment-share__buttons li {
  opacity: 1;
}
.comment__share:hover .comment-share__buttons li.twitter {
  right: -28px;
}
.comment__share:hover .comment-share__buttons li.facebook {
  right: -52px;
}
.comment__share:hover .comment-share__buttons li.link {
  right: -230px;
}
.comment__share:hover .comment-share__buttons li.link .share__button {
  transition: opacity 0.3s ease-in-out 0.2s;
  opacity: 0.6;
}
.comment__share:focus-within .comment-share__buttons {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible !important;
}
.comment__share:focus-within .comment-share__buttons li {
  opacity: 1;
}
.comment__share:focus-within .comment-share__buttons li.twitter {
  right: -28px;
}
.comment__share:focus-within .comment-share__buttons li.facebook {
  right: -52px;
}
.comment__share:focus-within .comment-share__buttons li.link {
  right: -230px;
}
.comment__share:focus-within .comment-share__buttons li.link .share__button {
  transition: opacity 0.3s ease-in-out 0.2s;
  opacity: 0.6;
}
.share__button {
  display: inline-block;
  width: 18px !important;
  height: 18px !important;
  padding: 0 0 0 18px;
  overflow: hidden;
  border: none;
  opacity: 0.6;
}
.facebook .share__button,
.link .share__button,
.twitter .share__button {
  height: 18px;
}
.share__button:hover {
  opacity: 0.8;
}
.twitter .share__button {
  background-position: 0 -56px;
  width: 18px;
}
.facebook .share__button {
  background-position: 0 -16px;
  width: 18px;
}
.link .share__button {
  background-position: 0 -36px;
  width: 172px !important;
  padding: 0 0 2px 20px;
  text-decoration: underline;
}
.post-meta {
  display: inline-block;
}

.progress__info {
  font-size: 18px !important;
}

.top__list {
  margin-bottom: 80px;
  padding-top: 12px;
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  .top__list {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .top__list {
    margin-bottom: 35px;
  }
}

.top__list .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
}

.top__list .item .place {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-shrink: 0;
  width: 210px;
}

@media screen and (max-width: 991px) {
  .top__list .item .place {
    width: 150px;
  }
}

.top__list .item .place__num {
  width: 36px;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .top__list .item .place__num {
    width: 26px;
    font-size: 14px;
  }
}

.top__list .item .place__avatar {
  width: 40px;
  margin-left: 7px;
}

.top__list .item .place__avatar img {
  display: block;
  margin: 0;
}

.top__list .item .place__name {
  margin-left: 20px;
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .top__list .item .place__name {
    margin-left: 30px;
  }
}

.top__list .item .progress {
  flex-grow: 1;
  margin-left: 20px;
}

@media screen and (max-width: 991px) {
  .top__list .item .progress {
    margin-left: 10px;
  }
}

.progress {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #fff;
  border: none;
  box-shadow: none;
}

.progress__bar {
  display: block;
  height: 25px;
  width: 0;
  margin-right: 20px;
  background-color: green;
  background-image: linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.1) 25%,
    transparent 25%,
    transparent 50%,
    rgba(0, 0, 0, 0.1) 50%,
    rgba(0, 0, 0, 0.1) 75%,
    transparent 75%,
    transparent
  );
  background-size: 40px 40px;
  border-radius: 3px;
  animation: progress-bar-stripes 2s linear infinite;
  transition: 800ms ease-out;
}

.progress__info {
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  .progress__info {
    font-size: 16px;
  }

  .top__list .item {
    flex-direction: column;
  }

  .top__list .item .place {
    width: 100% !important;
  }

  .progress {
    width: 100%;
    margin: 10px 0px;
  }
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

#slider-container {
  position: relative;
  margin-bottom: 2px;
  height: 110px;
}

#slider {
  width: 100%;
  /*margin-bottom: 20px;*/
  opacity: 0;
  animation: fadeIn 0.5s ease-in-out 0.5s forwards;
  -webkit-appearance: none;
  appearance: none;
  height: 20px !important;
  background: #5cb95c;
  border-radius: 10px;
  outline: none;
  padding: 0;
  position: relative;
  z-index: 2;
}

#slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid #3498db;
  margin-top: 0px !important;
  z-index: 3;
}

#current-value {
  width: 35%;
  text-align: center;
  margin: 0 auto;
  padding-top: 8px;
  padding-bottom: 6px;
  font-size: 16px;
  margin-top: -5px;
  margin-bottom: 10px;
  border-left: 2px solid #5cb95c;
  border-right: 2px solid #5cb95c;
  border-bottom: 2px solid #5cb95c;
}

.slider-labels {
  width: 100% !important;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.slider-labels span {
  position: relative;
}

.slider-labels span::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  background: #000;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 10px;
}

.result {
  font-size: 16px;
  text-align: center;
  margin-bottom: 12px;
  opacity: 0;
  animation: fadeIn 0.5s ease-in-out 1s forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.top__list .item .place__avatar img {
  display: block;
  min-width: 50px !important;
}

.top__list .item .place {
  width: 240px;
}

a {
  text-decoration: underline;
  color: #e11229;
  transition: 0.3s ease-out color;
}

a:focus,
a:hover {
  color: #007fff;
  text-decoration: underline;
}

.sub-nav__wrapper {
  overflow-y: hidden;
}

@media (max-width: 600px) {
  .sub-nav__wrapper {
    overflow-y: visible;
  }
}
