@font-face {
  font-family: 'FaktorTittel';
  src: url('../fonts/FaktorSansDisplay-Regular.woff2');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: 'FaktorTittel';
  src: url('../fonts/FaktorSansDisplay-Medium.woff2');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: 'FaktorTittel';
  src: url('../fonts/FaktorSansDisplay-Black.woff2');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}

/* FaktorSans */

@font-face {
  font-family: 'FaktorSans';
  src: url('../fonts/FaktorSans-Regular.woff2');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: 'FaktorSans';
  src: url('../fonts/FaktorSans-Bold.woff2');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: 'FaktorSerif';
  src: url('../fonts/FaktorSerif-Regular.woff2');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: 'FaktorSerif';
  src: url('../fonts/FaktorSerif-Bold.woff2');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans400.woff2');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans700.woff2');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

html {
  scroll-behavior: smooth;
  --article--fonts-title: FaktorTittel, Arial, sans-serif;
  --article--fonts-secondary: FaktorSans, Helvetica, Arial, sans-serif;
  --article--fonts-tertiary: FaktorSerif, Helvetica, Arial, sans-serif;
  --article--colors-articlePageBg: #e5e5e5;
}

.comment {
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-family: 'Segoe UI', sans-serif;
}

.comment a {
  color: #3b5998 !important;
  text-decoration: none !important;
}

.comment-line {
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-left: 1rem;
  color: #3b5998;
  border-bottom: 2px solid #3b5998;
}

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

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

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

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

.block-avatar img {
  border-radius: 50%;
}

.block-info-comment__name {
  font-weight: 700;
  color: #3b5998;
}

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

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

.block-info-line__like {
  display: flex;
  justify-content: flex-start;
  font-size: 12px;
}

.block-info-line__like_item {
  list-style: none;
  margin-right: 1rem;
  color: #3b5998;
  font-weight: bold;
}

.reg-v4__content {
  position: relative;
  width: 100%;
  margin: 26px 0 28px;
  padding-left: 64px;
  color: #5b5b5b;
  font-family: Arial, Helvetica, sans-serif;
}

.reg-v4__user {
  display: flex;
  align-items: center;
  min-height: 42px;
  margin-bottom: 8px;
}

.reg-v4__avatar {
  position: absolute;
  top: 0;
  left: 6px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  background-color: #e7e7e7;
}

.reg-v4__content .reg-v4__name {
  margin: 0;
  color: #242424;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 700;
}

.reg-v4__content .reg-v4__title {
  display: inline-block;
  margin: 0 0 14px;
  padding: 7px 10px;
  border-radius: 3px;
  background-color: #e6e6e6;
  color: #202020;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}

.reg-v4__list {
  position: relative;
  margin: 0;
  padding: 4px 0 0;
  list-style: none;
  color: #676767;
  font-size: 15px;
  line-height: 1.35;
}

.reg-v4__list::before {
  content: '';
  position: absolute;
  top: 12px;
  bottom: 10px;
  left: -34px;
  width: 1px;
  background-color: #9fc5f7;
}

.reg-v4__list li {
  position: relative;
  margin: 0 0 10px;
  padding: 0;
}

.reg-v4__list li::before {
  content: '';
  position: absolute;
  top: 0.45em;
  left: -39px;
  z-index: 1;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #2b73d2;
}

.reg-v4__list li:last-child {
  margin-bottom: 0;
}

.reg-v4__list b {
  color: #333;
  font-weight: 700;
}

.reg-v4__list a {
  color: #e11229 !important;
  text-decoration: underline;
}

.reg-v4__content .reg-v4__text {
  margin: 16px 0 20px;
  color: #787f89;
  font-size: 14px;
  line-height: 1.35;
}

@media (max-width: 520px) {
  .reg-v4__content {
    padding-left: 48px;
  }

  .reg-v4__avatar {
    left: 0;
    width: 36px;
    height: 36px;
  }

  .reg-v4__list {
    font-size: 14px;
  }

  .reg-v4__list::before {
    left: -27px;
  }

  .reg-v4__list li::before {
    left: -31px;
  }
}

.top_img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

p a {
  color: #fe003d !important;
}

p a:hover {
  color: #007fff !important;
}

.block-info-line {
  position: relative;
  padding-top: 1rem;
}

.block-info-line__date {
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 450px) {
  .comment {
    font-size: 14px;
  }

  .block-info-line__like_item {
    font-size: 14px !important;
    font-weight: bold;
    color: #3b5998;
  }
}

:root {
  --base-fontSize: 16px;
  --base-lineHeight: 6px;
  --fontSize-tiny: 0.6875rem;
  --fontSize-small: 0.875rem;
  --fontSize-base: 1rem;
  --fontSize-medium: 1.25rem;
  --fontSize-large: 1.437523rem;
  --fontSize-xlarge: 1.75rem;
  --fontSize-xxlarge: 2.25rem;
  --fontFamily-plain: Helvetica, 'Segoe ui', Arial, sans-serif;
  --openSans:
    'Open Sans', 'Helvetica Neue', Helvetica, 'Segoe ui', Arial, sans-serif;
  --playfair: 'Playfair Display', serif;
  --gsb: gsb, sans-serif;
  --geb: geb, serif;
  --swatchMono-black: #292827;
  --swatchMono-gray1: #292827;
  --swatchMono-gray2: #484544;
  --swatchMono-gray3: #686563;
  --swatchMono-gray4: #8b8884;
  --swatchMono-gray5: #aeaaa6;
  --swatchMono-gray6: #e7e6e2;
  --swatchMono-gray7: #f6f5f1;
  --swatchMono-white: #ffffff;
  --swatchHighlights-black: #292827;
  --swatchHighlights-grayDark: #aeaaa6;
  --swatchHighlights-gray: #e7e6e2;
  --swatchHighlights-purple: #66268c;
  --swatchHighlights-blue: #309ad1;
  --swatchHighlights-blueLight: #d0e4f1;
  --swatchHighlights-green: #4d772d;
  --swatchHighlights-greenLight: #c8edaf;
  --swatchHighlights-cinnamon: #d2691e;
  --swatchHighlights-gold: #ffd700;
  --swatchHighlights-yellowSoft: #e9d14f;
  --swatchHighlights-yellowSoftDark: #d0bb47;
  --swatchHighlights-yellow: #feffbe;
  --swatchHighlights-redDark: #c41012;
  --swatchHighlights-red: #d20000;
  --swatchHighlights-redLight: #f3c3c3;
  --swatchHighlights-finance: #feefe0;
  --swatchHighlights-brown: #692e1d;
  --swatchStates-positiveLight: #dff0d8;
  --swatchStates-positive: #3c763d;
  --swatchStates-positiveDark: #2b542c;
  --swatchStates-infoLight: #d9edf7;
  --swatchStates-info: #31708f;
  --swatchStates-infoDark: #245269;
  --swatchStates-warningLight: #fcf8e3;
  --swatchStates-warning: #8a6d3b;
  --swatchStates-warningDark: #66512c;
  --swatchStates-criticalLight: #f2dede;
  --swatchStates-critical: #a94442;
  --swatchStates-criticalDark: #843534;
  --color-tag: #f7f7f7;
  --bgcolor-live: rgb(183, 0, 0);
  --articleLink: #0771d8;
  --radius-m: 3px;
  --na-contrast-color: #ffcc14;
  --news-brand-color: #fe003d;
  --news-brand-color-small-txt: #e30000;
  --news-brand-contrast-color: #ff003b;
  --sport-brand-color: #009966;
  --sport-brand-color-small-txt: #008300;
  --economy-brand-color: #0027e8;
  --livsstil-brand-color: #8615cc;
  --commercial-brand-color: #c4c4c4;
  --na-grey: #707070;
  --newspaper-color: #000;
  --opinion-background-color: #000;
  --opinion-color-front: #ffffff;
  --design: design2;
  --title-font: 'FaktorTittel';
  --secondary-font: 'FaktorSans', sans-serif;
  --tertiary-font: 'FaktorSerif', serif;
  --page-color: #f5f5f5;
  --page-color-inverted: #292827;
  --newspaper-color-inverted: #ffffff;
  --custom-background-color-one: #eb0037;
  --custom-background-color-one-front: #ffffff;
  --custom-background-color-two: #ffcc14;
  --custom-background-color-two-front: #292827;
}

#page-header,
#page-header * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}
#page-header {
  font-family: var(--title-font);
  font-size: 100%;
  -webkit-font-smoothing: initial;
}

.wrapper-amedia-user {
  padding: 0 70px;
}
@media screen and (max-width: 1099px) {
  .wrapper-amedia-user {
    padding: 0 10px;
  }
}

@media screen and (min-width: 1100px) {
  #page-header {
    padding: 0 60px;
  }
}
@media screen and (max-width: 1099px) {
  #page-header {
    padding: 0 10px;
  }
}

.global-menu a {
  cursor: pointer;
  font-family: var(--secondary-font);
  font-size: 1em;
  background: none;
  border: none;
  outline: none;
  position: relative;
  z-index: 10001;
  color: #000;
}

#page-header {
  padding-top: 40px;
  padding-bottom: 20px;
  position: relative;
}

#page-header .logo-nav-wrap {
  max-width: 1660px;
  margin: 0 auto;
}

#page-header .logo-nav-wrapper {
  min-height: 50px;
}
#page-header .logo-nav-wrapper {
  display: flex;
  justify-content: stretch;
  align-items: center;
}
#page-header h1 {
  font-weight: 400;
  display: flex;
  align-items: baseline;
  max-width: calc(100% - 70px);
}

#page-header h1 a {
  flex: 0 0 auto;
  min-width: 0;
}

#page-header h1 a:last-child {
  padding-right: 10px;
  flex: 0 1 auto;
  white-space: nowrap;
}

#page-header h1 a:last-child:not(:only-child) {
  display: none;
}
#page-header .logo-nav-wrap[id='Nyheter'] h1 a:last-child:not(:only-child) {
  display: inline;
}

#page-header h1 a:first-child,
#page-header h1 a:last-child {
  color: #000;
}
#page-header #Nyheter h1 a:last-child {
  color: #fe003d;
}
#page-header h1 a:first-child:hover {
  color: rgba(0, 0, 0, 0.7);
}
#page-header #Nyheter h1 a:last-child:hover {
  color: rgba(254, 0, 61, 0.7);
}
#page-header .na-logo-header a {
  font-size: 1.413em;
}
#page-header h1 a {
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
#page-header h1 a:hover {
  text-decoration: none;
}
#page-header .nav-wrap {
  position: relative;
  top: 10px;
  margin-left: auto;
}
#page-header .nav {
  display: inline-block;
  font-family: var(--secondary-font);
}
#page-header .nav li {
  display: inline;
  font-weight: 400;
  margin-right: 8px;
}
#page-header .nav li a {
  font-size: 1.25em;
  color: #707070;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#page-header .nav li a:hover {
  color: #000;
  text-decoration: none;
}
#page-header .logo-nav-wrap[id='Nyheter'] .nav li:nth-child(1) a {
  color: #000;
}
@media only screen and (max-width: 1000px) {
  #page-header .na-logo-header a {
    font-size: 1.175em;
  }
  #page-header .nav-wrap {
    top: 6px;
  }
}

@media only screen and (max-width: 600px) {
  #page-header {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 460px) {
  #page-header .na-logo-header a {
    font-size: 0.96em;
  }

  #page-header .nav-wrap {
    top: 4px;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  #page-header .na-logo-header a {
    font-size: 0.95em;
  }
  #page-header .nav-wrap {
    top: 4px;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  #page-header .na-logo-header a {
    font-size: 30px;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
  body #page-header .na-logo-header {
    font-size: 30px;
  }
  body #page-header .nav-wrap {
    top: 4px;
  }
}
@media only screen and (max-width: 370px) {
  #page-header .na-logo-header a {
    font-size: 0.8em;
  }
  #page-header .nav-wrap {
    top: 2px;
  }
}
#page-header .global-menu {
  position: relative;
  display: inline-block;
  font-family: var(--secondary-font);
  font-size: 1.25em;
  width: 63px;
}
@media only screen and (max-width: 870px) {
  #page-header .nav {
    display: none;
  }

  #page-header .global-menu {
    width: auto;
  }
}

#footer,
#footer * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}

#footer {
  font-family: FaktorTittel, sans-serif;
  font-size: 100%;
  -webkit-font-smoothing: initial;
  position: relative;
  background: #000;
  color: #fff;
  width: 100%;
  padding: 70px 90px;
}

#footer a {
  color: #fff;
  text-decoration: underline;
}

#footer a:hover {
  text-decoration: none;
}

#footer > div {
  max-width: 1260px;
  margin: 0 auto;
}

#footer .footer-copy {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 60px;
}

#footer .footer-copy a,
#footer .footer-copy span {
  flex: 0 0 50%;
}

#footer .footer-copy a {
  font-size: 44px;
  font-size: 2.75em;
}

#footer .footer-copy span {
  font-size: 14px;
  text-align: right;
}

@media only screen and (max-width: 768px) {
  #footer {
    padding: 65px 20px 40px;
  }
}

@media only screen and (max-width: 600px) {
  #footer .footer-copy a,
  #footer .footer-copy span {
    flex: 0 0 100%;
  }

  #footer .footer-copy a {
    font-size: 44px;
    font-size: 2.75em;
    margin-bottom: 30px;
  }

  #footer .footer-copy span {
    text-align: left;
  }
}

:root {
  --article--fonts-title: var(--title-font);
  --article--fonts-secondary: Open Sans;
  --article--fonts-tertiary: Open Sans;
  --article--fonts-playfair: Playfair Display;
  --article--colors-previewBackground: #fcf8e3;
  --article--colors-previewBorder: #a18f6f;
  --article--colors-previewText: #66512c;
  --article--colors-articlePageBg: var(--page-color);
}
.nettavisen-theme {
  --article--fonts-title: FaktorTittel, Arial, sans-serif;
  --article--fonts-secondary: FaktorSans, Helvetica, Arial, sans-serif;
  --article--fonts-tertiary: FaktorSerif, Helvetica, Arial, sans-serif;
  --article--colors-articlePageBg: #e5e5e5;
}
@media screen and (min-width: 1100px) {
  body {
    margin-block-start: 0;
  }
  div.maelstrom-wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
@media screen and (min-width: 1100px) {
  .article--c-hzAdbR {
    box-sizing: border-box;
  }
  .article--c-cmpvrW {
    position: relative;
  }
  .article--c-kjLDey .sr-only:not(:focus):not(:active) {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }
  .article--c-hAvZrB {
    flex: 1;
  }
  .article--c-gaIEdX {
    font-family: var(--article--fonts-title);
    font-weight: 900;
    box-sizing: border-box;
  }

  .article--c-ldDpTC {
    width: 100%;
    position: relative;
  }
  .article--c-BzrRl {
    margin: 0;
    padding: 0;
    text-indent: 0;
    list-style-type: none;
    font-family: var(--article--fonts-title);
  }
  .article--c-BzrRl li {
    display: inline-block;
  }
  .article--c-BzrRl a {
    font-weight: 500;
    text-decoration: none;
  }
  .article--c-kSfCY .dialogue-button:focus-visible {
    border: none;
    background-color: hsl(210 94% 44% / 10%);
    background-size: 100% 2px;
  }
  .article--c-kSfCY .close-dialogue:focus-visible {
    outline: 2px solid hsl(210 94% 44% / 50%);
  }
  .article--c-kSfCY .close-dialogue:focus-visible svg {
    transform: rotate(90deg);
    transition: transform 0.3s ease-in-out;
  }
  @media (prefers-reduced-motion: reduce) {
    .article--c-kSfCY .close-dialogue:focus-visible svg {
      transform: none;
    }
  }
}

.article--c-hzAdbR-cfwWzK-design-nettavisen {
  margin: 0 auto;
}
.article--c-hkHMHp-hlNZPY-design-nettavisen a {
  color: #000;
  text-decoration: underline;
}
.article--c-hkHMHp-hlNZPY-design-nettavisen a:hover {
  text-decoration: none;
}
.article--c-cmpvrW-hEmTrk-design-nettavisen {
  max-width: 620px;
  margin: 20px auto;
  font-family: var(--article--fonts-tertiary);
  font-size: 1.375rem;
  line-height: 1.5;
  color: #000;
}
@media (max-width: 580px) {
  .article--c-cmpvrW-hEmTrk-design-nettavisen {
    margin: 0;
    padding: 20px 0;
  }
}
.article--c-gaIEdX-fYfQGx-design-nettavisen {
  color: #000;
  margin: 0.4em 0 1em;
}
@media (min-width: 1000px) {
  .article--c-gaIEdX-fYfQGx-design-nettavisen {
    margin-top: 0.3em;
  }
}
.article--c-BzrRl-eMuZCx-design-nettavisen li {
  margin: 0 20px 0 0;
}
.article--c-BzrRl-eMuZCx-design-nettavisen a {
  color: var(--na-grey);
  border-bottom: 2px solid;
  padding-bottom: 2px;
  font-family: var(--article--fonts-title);
  font-size: 1.1rem;
  margin-right: 5px;
}
@media (max-width: 999px) {
  .article--c-BzrRl-eMuZCx-design-nettavisen a {
    font-size: 1rem;
  }
}
.article--c-hkHMHp-emDMBy-design-altno a:focus-visible {
  border-bottom-color: #ee7945;
}
.article--c-PJLV-fgSLcv-design-altno a.author-name:focus-visible {
  border-bottom-color: #ee7945;
}
.article--c-dOrWkf-fssoKj-design-altno:focus-visible h3 {
  text-decoration: underline;
}
.article--c-hzAdbR-cCaGpM-cv {
  max-width: 1300px;
  padding: 0 60px;
}
@media (max-width: 768px) {
  .article--c-hzAdbR-cCaGpM-cv {
    padding: 0 10px;
  }
}
.article--c-PJLV-bfVKEM-cv {
  position: relative;
  width: 980px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 580px) {
  .article--c-PJLV-bfVKEM-cv {
    padding: 0;
  }
}
@media (max-width: 999px) {
  .article--c-hkHMHp-iKNVNO-cv p,
  .article--c-hkHMHp-iKNVNO-cv li {
    font-size: 1.25rem;
  }
}

.article--c-PJLV-fkrFQF-cv {
  width: 100%;
}
.article--c-PJLV-fkrFQF-cv .authors {
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
.article--c-PJLV-fkrFQF-cv .author {
  display: flex;
  padding-right: 15px;
  margin-bottom: 15px;
}
.article--c-PJLV-fkrFQF-cv .author p {
  display: flex;
  flex-direction: column;
  font-family: var(--article--fonts-title);
  font-size: 1rem !important;
  line-height: 1.2;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.article--c-PJLV-fkrFQF-cv .author span.byline-desc {
  color: var(--na-grey) !important;
  text-decoration: none !important;
  font-weight: 500;
}
.article--c-hAvZrB-evbkwB-cv {
  display: flex;
}
@media (max-width: 899px) {
  .article--c-hAvZrB-evbkwB-cv .published-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.article--c-hAvZrB-evbkwB-cv .published-wrap {
  font-family: var(--article--fonts-title);
}
.article--c-hAvZrB-evbkwB-cv .time-published {
  font-size: 0.875rem;
  line-height: 1.2;
  color: var(--na-grey);
  padding-left: 12px;
  background: transparent url('../img/published.svg') center left no-repeat;
}
.article--c-hAvZrB-evbkwB-cv .time-updated {
  background: transparent url('../img/republished.svg') center left no-repeat;
  margin-left: 30px;
  color: #000;
}
.article--c-PJLV-GsEFI-cv {
  font-size: 1rem;
}
@media (max-width: 899px) {
  .article--c-PJLV-GsEFI-cv {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 899px) {
  .article--c-PJLV-GsEFI-cv .share-btn {
    flex: 0;
    margin-right: 15px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 899px) {
  .article--c-PJLV-GsEFI-cv .authors {
    flex: 1 100%;
  }
}
@media (max-width: 899px) {
  .article--c-PJLV-GsEFI-cv .published-wrap .time-updated {
    display: block;
    margin-left: 0;
    padding-top: 3px;
  }
}
.article--c-gaIEdX-jAFUCX-cv {
  font-size: 4.5rem;
  max-width: 1320px;
}
@media (max-width: 768px) {
  .article--c-gaIEdX-jAFUCX-cv {
    font-size: 2rem;
  }
}
@supports (font-size: clamp(1.625rem, 2.3vw, 2.4375rem)) {
  .article--c-gaIEdX-jAFUCX-cv {
    font-size: clamp(2rem, 6.5vw, 4.5rem);
  }
}
.article--c-BzrRl {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style-type: none;
  font-family: var(--article--fonts-title);
}
.article--c-BzrRl-eMuZCx-design-nettavisen li {
  margin: 0 20px 0 0;
}
.article--c-BzrRl-eUCmut-cv a {
  color: var(--news-brand-color-small-txt);
}
.article--c-BzrRl-eUCmut-cv a:hover {
  border-color: rgba(254, 0, 61, 0.7);
}

body {
  background: #f5f5f5;
  margin: 0;
}

.article-body h2,
.article-body h3 {
  margin: 15px 0;
  font-weight: bold;
  text-transform: uppercase;
}

.article-body p {
  margin: 15px 0;
}

.article-body p a {
  color: #e11229 !important;
  transition: 0.3s ease;
}

.article-body p a:hover {
  color: #007fff !important;
}

.article--c-hzAdbR-cCaGpM-cv {
  max-width: 1660px;
}

.wrapper-amedia-user {
  background-color: #1e282d;
}

.wrapper-amedia-user .wrapper {
  max-width: 1660px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding: 5px;
}

.wrapper-amedia-user ul {
  list-style-type: none;
  display: flex;
  gap: 10px;
  color: #fff;
  margin: 0;
  padding: 0;
}

.wrapper-amedia-user li a {
  color: #fff;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 12px;
}

.wrapper-amedia-user img {
  max-width: 24px;
  width: 100%;
  height: auto;
}

#footer .footer-copy {
  margin-top: 0;
}

.footer-copy span {
  color: #fff;
}

.comment-line {
  text-align: left;
  border-bottom: 5px solid #e7e6e2;
  font-weight: 400;
  font-family:
    'Open Sans', 'Helvetica Neue', Helvetica, 'Segoe ui', Arial, sans-serif;
  color: #292827;
  font-size: 24px;
  padding-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}

.comment-line__text {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

.blue {
  color: #0771d8;
  font-weight: inherit;
}

.comment-blocks {
  display: flex;
  gap: 4px;
  margin-top: 35px;
  margin-bottom: 30px;
  padding: 20px 20px 20px 14px;
  padding-bottom: 0;
}

.comment-blocks__item {
  padding: 9px 15px;
  color: #2f5e88;
  background-color: rgba(100, 100, 100, 0.1);
  font-weight: bold;
  font-size: 14.4px;
  max-width: 100px;
  width: 100%;
  display: inline-block;
  text-align: center;
  line-height: 1;
}

.comment-blocks__item.active {
  background-color: #fff;
  box-shadow: inset 0 4px 0px 0px #2f5e88;
  font-weight: normal;
}

.comment-user {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
  padding: 20px 0px 20px 14px;
  padding-bottom: 0;
  padding-top: 0;
}

.comment-user img {
  border-radius: 50%;
  max-width: 40px;
  width: 100%;
  height: 100%;
}

.comment-user__imput {
  padding: 12.5px;
  width: 100%;
  border: 1px solid #ddd;
}

.comment-btns {
  padding-left: 75px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.comment-btns span {
  color: #0771d8;
  text-decoration: underline;
  font-size: 12px;
  font-weight: 400;
}

.block-info-line {
  position: static;
}

.block-info-line__date {
  position: static;
  white-space: nowrap;
  margin-right: 5px;
  font-size: 10px;
  line-height: 1;
}

.block-info-comment .wraper {
  display: flex;
  justify-content: space-between;
}

.wrapper-col {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 5px;
}

.wraper {
  align-items: flex-start;
}

.wraper .wrapper-col:nth-child(2) {
  flex-wrap: nowrap;
}

.block-info-comment__name {
  color: #646464;
  font-size: 13.5px;
  line-height: 1;
  white-space: nowrap;
}

.warning-icon {
  max-width: 13.5px;
  width: 100%;
  height: auto;
}

.comment-text {
  margin: 0;
  margin-top: 15px;
  padding-right: 0;
  font-size: 13.5px;
  font-family: 'Open Sans', sans-serif;
}

.comment-text a {
  color: #e11229 !important;
  text-decoration: underline !important;
}

.comment-text a:hover {
  text-decoration: none !important;
  color: #007fff !important;
}

.comment-text img {
  display: block;
  width: 100%;
  max-width: 450px;
  height: 100%;
  max-height: 500px;
  margin-top: 15px;
  object-fit: contain;
  object-position: left;
}

.thumbup-icon {
  max-width: 16px;
  width: 100%;
  height: auto;
}

.wrapper-col span {
  color: #2f5e88;
  font-size: 10px;
  font-weight: bold;
}

.block-avatar img {
  max-width: 50px;
  width: 100%;
  height: auto;
}

.block-avatar.mini img {
  width: 30px;
  height: auto;
}

.block-info > .comment-block {
  margin-left: 0;
  margin-right: 0;
}

.block-info-comment__name.reply {
  color: #2f5e88;
  font-weight: bold;
  font-size: 10px;
}

.comment-block {
  border-bottom: none;
}

.comment-content {
  position: relative;
}

.comment-content:after {
  /* content: ""; */
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-size: 100%;
  background-image: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, rgba(0, 0, 0, 0)),
    color-stop(100%, #ffffff)
  );
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0), #ffffff);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), #ffffff);
  background-image: linear-gradient(rgba(0, 0, 0, 0), #ffffff);
}

.comment-block:last-child {
  margin-bottom: 0;
}

.block-info {
  width: 100%;
}

.block-info-line {
  padding-top: 0.5rem;
}

.share-btn {
  margin-right: 15px;
}

h1 {
  margin-bottom: 20px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

.plain-text-wrapper {
  font-size: inherit;
  color: inherit;
  display: inline;
}

#footer {
  width: 100%;
}

.ai-style-ii5zbg {
  display: inline-block;
}

.ai-style-ic3b4b {
  display: block;
}

.ai-style-in61yj {
  display: inline-block;
}

.ai-style-i8194s {
  display: inline-block;
}

.ai-style-iacjtn {
  display: inline-block;
}

.ai-style-i5kqa2 {
  display: block;
}

.ai-style-iw8tib {
  display: inline-block;
}

.ai-style-ik59g7 {
  display: inline-block;
}

.ai-style-i9u4mn {
  display: inline-block;
}

.ai-style-i92bob {
  display: block;
}

.ai-style-ityq24 {
  display: inline-block;
}

.ai-style-i82vnf {
  display: inline-block;
}

.ai-style-iz6smm {
  display: inline-block;
}

.ai-style-i2gxq1 {
  display: block;
}

.ai-style-iii8ui {
  display: inline-block;
}

.ai-style-i64027 {
  display: inline-block;
}

.ai-style-i1yi7r {
  display: inline-block;
}

.ai-style-ikxjtf {
  display: block;
}

.ai-style-ifs0j2 {
  display: inline-block;
}

.ai-style-i7kghz {
  display: inline-block;
}

.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-font-family: 'Inter', 'Spoqa Han Sans Neo', sans-serif;

  --reg-v4-button-bg: #e11229 !important;
  /* button background color */
  --reg-v4-button-hover-bg: #007fff !important;
  /* button hover background */

  --reg-v4-name-font-size: 20px !important;
  /* author name font size */
  --reg-v4-name-line-height: 1.5 !important;
  /* author name line height */

  --reg-v4-title-font-size: 40px !important;
  /* title font size */
  --reg-v4-title-font-weight: 700;
  /* title font weight */
  --reg-v4-title-line-height: 1 !important;
  /* title line height */
  --reg-v4-title-color: #212529 !important;

  --reg-v4-step-font-size: 20px !important;
  /* step text font size */
  --reg-v4-step-line-height: 1.5 !important;
  /* step line height */

  --reg-v4-button-font-size: 21px !important;
  /* button font size */

  --reg-v4-accent: var(--c_primary_base) !important;
  --reg-v4-button-mobile-width: 100% !important;
  --reg-v4-button-mobile-margin-left: 0 !important;

  --reg-v4-line-left: 26px !important;
  --reg-v4-link: #007fff !important;
  --reg-v4-link-hover: #e11229 !important;
}

.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 {
  font-size: 20px;
  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-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__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);
  }
}
